diff --git a/core/static/assets/css/docs.min.css b/core/static/assets/css/docs.min.css new file mode 100644 index 0000000..ccfee61 --- /dev/null +++ b/core/static/assets/css/docs.min.css @@ -0,0 +1 @@ +:focus,a:focus,button:focus{outline:0}code{font-size:100%}.h1,h1{font-size:1.75rem}@media (max-width:1200px){.h1,h1{font-size:calc(1.26609rem + .19312vw)}}.h2,h2{font-size:1.3125rem}@media (max-width:1200px){.h2,h2{font-size:calc(1.25625rem + .075vw)}}.h3,h3{font-size:1.14844rem}.h4,h4{font-size:.98438rem}.h5,h5{font-size:.875rem}.h6,h6{font-size:.76563rem}summary{margin-bottom:.35rem}.tab-content :not(pre)>code[class*=language-],.tab-content pre[class*=language-]{border-bottom-right-radius:.3125rem;border-bottom-left-radius:.3125rem}code[class*=language-],pre[class*=language-]{color:#fff;font-size:.9375em;margin:0;white-space:pre-wrap;word-spacing:normal;word-break:normal;word-wrap:normal;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}code[class*=language-] ::-moz-selection,code[class*=language-]::-moz-selection,pre[class*=language-] ::-moz-selection,pre[class*=language-]::-moz-selection{text-shadow:none;background:#b3d4fc}code[class*=language-] ::selection,code[class*=language-]::selection,pre[class*=language-] ::selection,pre[class*=language-]::selection{text-shadow:none;background:#b3d4fc}@media print{code[class*=language-],pre[class*=language-]{text-shadow:none}}pre[class*=language-]{padding:1.5rem;overflow:auto}:not(pre)>code[class*=language-],pre[class*=language-]{background:#142140}.prism-light:not(pre)>.prism-light code[class*=language-],pre.prism-light[class*=language-]{background:#f9fafc}.prism-light code[class*=language-],pre.prism-light[class*=language-]{color:#142140}:not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.token.cdata,.token.comment,.token.doctype,.token.prolog{color:#708090}.token.punctuation{color:#2f6f9f}.token.namespace{opacity:.7}.token.boolean,.token.constant,.token.deleted,.token.number,.token.property,.token.symbol,.token.tag{color:#2f6f9f}.token.attr-name,.token.builtin,.token.char,.token.inserted,.token.selector,.token.string{color:#26a5b5}.language-css .token.string,.style .token.string,.token.entity,.token.operator,.token.url{color:#d09a5c;background:0 0}.token.atrule,.token.attr-value,.token.keyword{color:#d44950}.token.class-name,.token.function{color:#dd4a68}.token.important,.token.regex,.token.variable{color:#e90}.token.bold,.token.important{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}div.code-toolbar{position:relative}div.code-toolbar>.toolbar{position:absolute;top:1.0625rem;right:.75rem;transition:opacity .3s ease-in-out}div.code-toolbar:hover>.toolbar{opacity:1}div.code-toolbar>.toolbar .toolbar-item{display:inline-block}div.code-toolbar>.toolbar a{cursor:pointer}div.code-toolbar>.toolbar button{background:0 0;border:0;color:inherit;font:inherit;line-height:normal;overflow:visible;padding:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}div.code-toolbar>.toolbar a,div.code-toolbar>.toolbar button,div.code-toolbar>.toolbar span{color:#fff;padding:.5rem 1rem;background-color:rgba(255,255,255,.1);border-radius:.3125em;transition:all .2s ease-in-out}div.code-toolbar>.toolbar a:focus,div.code-toolbar>.toolbar a:hover,div.code-toolbar>.toolbar button:focus,div.code-toolbar>.toolbar button:hover,div.code-toolbar>.toolbar span:focus,div.code-toolbar>.toolbar span:hover{color:#fff;background-color:#008060}div.code-toolbar>.prism-light+.toolbar a,div.code-toolbar>.prism-light+.toolbar button,div.code-toolbar>.prism-light+.toolbar span{color:#e7eaf3;background-color:transparent}div.code-toolbar>.prism-light+.toolbar a:focus,div.code-toolbar>.prism-light+.toolbar a:hover,div.code-toolbar>.prism-light+.toolbar button:focus,div.code-toolbar>.prism-light+.toolbar button:hover,div.code-toolbar>.prism-light+.toolbar span:focus,div.code-toolbar>.prism-light+.toolbar span:hover{color:#00221c;background-color:#008060}.hs-docs-heading{margin-top:3rem;margin-bottom:1rem}.hs-docs-heading~p{margin-top:-.5rem}.hs-docs-heading::before{display:block;height:6rem;margin-top:-6rem;content:""}[data-anchorjs-icon]::after{content:attr(data-anchorjs-icon)}.anchorjs-link{padding-left:.5rem;font-size:90%;color:rgba(0,128,96,.5)!important;transition:color .16s linear;opacity:0}.anchorjs-link:hover{color:#008060!important}.hs-docs-heading:hover .anchorjs-link{opacity:1}.hs-docs-copy-to-clipboard-text{font-size:80%;color:#77838f}.hs-docs-copy-to-clipboard:hover .hs-docs-copy-to-clipboard-text{color:#fff;background-color:#008060}.content-divider{padding-bottom:1.5rem;border-bottom:1px solid rgba(0,0,0,.1)}.content-divider:last-child{padding-bottom:0;border-bottom-width:0}.scrollspy-example{position:relative;height:200px;margin-top:.5rem;overflow:auto}.card-header{border-width:1px}.docs-page-header{border-bottom:.0625rem solid #e7eaf3;padding-bottom:1.75rem;margin-bottom:2.25rem}.docs-page-header-title{margin-bottom:.5rem}.docs-page-header-text{font-size:1.125rem;margin-bottom:.75rem}.docs-page-header-text:last-child{margin-bottom:0}.docs-navbar{z-index:auto}@media (min-width:991px){.docs-navbar-sidebar-container{max-width:17rem}}@media (min-width:767.98px){.docs-navbar-sidebar-aside-body{padding-top:8.5rem!important}}[class*=text-highlight-]{background:left 1em/1em .2em;background-repeat:repeat-x}.text-highlight-warning{background-image:linear-gradient(to bottom,rgba(241,185,128,.5),rgba(241,185,128,.5))} \ No newline at end of file diff --git a/core/static/assets/css/snippets.min.css b/core/static/assets/css/snippets.min.css new file mode 100644 index 0000000..784ea21 --- /dev/null +++ b/core/static/assets/css/snippets.min.css @@ -0,0 +1 @@ +code{font-size:100%}summary{margin-bottom:.35rem}.tab-content :not(pre)>code[class*=language-],.tab-content pre[class*=language-]{border-bottom-right-radius:.3125rem;border-bottom-left-radius:.3125rem}code[class*=language-],pre[class*=language-]{color:#00221c;font-size:.9375em;margin:0;white-space:pre-wrap;word-spacing:normal;word-break:normal;word-wrap:normal;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}code[class*=language-] ::-moz-selection,code[class*=language-]::-moz-selection,pre[class*=language-] ::-moz-selection,pre[class*=language-]::-moz-selection{text-shadow:none;background:#b3d4fc}code[class*=language-] ::selection,code[class*=language-]::selection,pre[class*=language-] ::selection,pre[class*=language-]::selection{text-shadow:none;background:#b3d4fc}@media print{code[class*=language-],pre[class*=language-]{text-shadow:none}}pre[class*=language-]{padding:1.5rem;overflow:auto}:not(pre)>code[class*=language-],pre[class*=language-]{background:#e7eaf3}.prism-light:not(pre)>.prism-light code[class*=language-],pre.prism-light[class*=language-]{background:#f9fafc}.prism-light code[class*=language-],pre.prism-light[class*=language-]{color:#e7eaf3}:not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.token.cdata,.token.comment,.token.doctype,.token.prolog{color:#708090}.token.punctuation{color:#2f6f9f}.token.namespace{opacity:.7}.token.boolean,.token.constant,.token.deleted,.token.number,.token.property,.token.symbol,.token.tag{color:#2f6f9f}.token.attr-name,.token.builtin,.token.char,.token.inserted,.token.selector,.token.string{color:#26a5b5}.language-css .token.string,.style .token.string,.token.entity,.token.operator,.token.url{color:#d09a5c;background:0 0}.token.atrule,.token.attr-value,.token.keyword{color:#d44950}.token.class-name,.token.function{color:#dd4a68}.token.important,.token.regex,.token.variable{color:#e90}.token.bold,.token.important{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}div.code-toolbar{position:relative}div.code-toolbar>.toolbar{position:absolute;top:1.0625rem;right:.75rem;transition:opacity .3s ease-in-out}div.code-toolbar:hover>.toolbar{opacity:1}div.code-toolbar>.toolbar .toolbar-item{display:inline-block}div.code-toolbar>.toolbar a{cursor:pointer}div.code-toolbar>.toolbar button{background:0 0;border:0;color:inherit;font:inherit;line-height:normal;overflow:visible;padding:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}div.code-toolbar>.toolbar a,div.code-toolbar>.toolbar button,div.code-toolbar>.toolbar span{color:#fff;padding:.5rem 1rem;background-color:rgba(255,255,255,.1);border-radius:.3125em;transition:all .2s ease-in-out}div.code-toolbar>.toolbar a:focus,div.code-toolbar>.toolbar a:hover,div.code-toolbar>.toolbar button:focus,div.code-toolbar>.toolbar button:hover,div.code-toolbar>.toolbar span:focus,div.code-toolbar>.toolbar span:hover{color:#fff;background-color:#008060}div.code-toolbar>.prism-light+.toolbar a,div.code-toolbar>.prism-light+.toolbar button,div.code-toolbar>.prism-light+.toolbar span{color:#e7eaf3;background-color:transparent}div.code-toolbar>.prism-light+.toolbar a:focus,div.code-toolbar>.prism-light+.toolbar a:hover,div.code-toolbar>.prism-light+.toolbar button:focus,div.code-toolbar>.prism-light+.toolbar button:hover,div.code-toolbar>.prism-light+.toolbar span:focus,div.code-toolbar>.prism-light+.toolbar span:hover{color:#00221c;background-color:#008060}.hs-docs-heading{font-size:1.3125rem;margin-top:3rem;margin-bottom:1rem}@media (max-width:1200px){.h2,h2{font-size:calc(1.25625rem + .075vw)}}.hs-docs-heading~p{margin-top:-.5rem}.hs-docs-heading::before{display:block;height:6rem;margin-top:-6rem;content:""}[data-anchorjs-icon]::after{content:attr(data-anchorjs-icon)}.anchorjs-link{padding-left:.5rem;font-size:90%;color:rgba(10,191,83,.5)!important;transition:color .16s linear;opacity:0}.anchorjs-link:hover{color:#0abf53!important}.hs-docs-heading:hover .anchorjs-link{opacity:1}.hs-docs-copy-to-clipboard-text{font-size:80%;color:#77838f}.hs-docs-copy-to-clipboard:hover .hs-docs-copy-to-clipboard-text{color:#fff;background-color:#008060}.scrollspy-example{position:relative;height:200px;margin-top:.5rem;overflow:auto}.card-header{border-width:1px}.card .card .card-header{border-width:0}.docs-page-header{border-bottom:.0625rem solid #e7eaf3;padding-bottom:1.75rem;margin-bottom:2.25rem}.docs-page-header-title{font-size:1.75rem;margin-bottom:.5rem}@media (max-width:1200px){.h1,h1{font-size:calc(1.26609rem + .19312vw)}}.docs-page-header-text{font-size:1.125rem;margin-bottom:.75rem}.docs-page-header-text:last-child{margin-bottom:0}.docs-navbar{z-index:auto}@media (min-width:991px){.docs-navbar-sidebar-container{max-width:17rem}}@media (min-width:992px){.hs-snippets-main-img-height{height:calc(100vh - 8rem)}}.card-nav-tab-content-height .tab-pane{max-height:40rem;overflow-y:auto}[class*=text-highlight-]{background:left 1em/1em .2em;background-repeat:repeat-x}.text-highlight-warning{background-image:linear-gradient(to bottom,rgba(241,185,128,.5),rgba(241,185,128,.5))} \ No newline at end of file diff --git a/core/static/assets/css/theme.min.css b/core/static/assets/css/theme.min.css new file mode 100644 index 0000000..721cf38 --- /dev/null +++ b/core/static/assets/css/theme.min.css @@ -0,0 +1,6 @@ +@charset "UTF-8";/*! + * Bootstrap v5.2.2 (https://getbootstrap.com/) + * Copyright 2011-2022 The Bootstrap Authors + * Copyright 2011-2022 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) + */:root{--bs-blue:#334AC0;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#692340;--bs-orange:#fd7e14;--bs-yellow:#f39568;--bs-green:#0ABF53;--bs-teal:#077C76;--bs-cyan:#0dcaf0;--bs-black:#000;--bs-white:#fff;--bs-gray:#8C98A4;--bs-gray-dark:#51596C;--bs-gray-100:#F5F7FA;--bs-gray-200:#f3f6f9;--bs-gray-300:#dce0e5;--bs-gray-400:#BDC5D1;--bs-gray-500:#97A4AF;--bs-gray-600:#8C98A4;--bs-gray-700:#677788;--bs-gray-800:#51596C;--bs-gray-900:#2d374b;--bs-primary:#0ABF53;--bs-secondary:#51596C;--bs-success:#077C76;--bs-info:#334AC0;--bs-warning:#f39568;--bs-danger:#692340;--bs-light:#F5F7FA;--bs-dark:#2d374b;--bs-primary-rgb:10,191,83;--bs-secondary-rgb:81,89,108;--bs-success-rgb:7,124,118;--bs-info-rgb:51,74,192;--bs-warning-rgb:243,149,104;--bs-danger-rgb:105,35,64;--bs-light-rgb:245,247,250;--bs-dark-rgb:45,55,75;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-body-color-rgb:81,89,108;--bs-body-bg-rgb:255,255,255;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family:Inter,sans-serif;--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#51596C;--bs-body-bg:#fff;--bs-border-width:0.0625rem;--bs-border-style:solid;--bs-border-color:rgba(220, 224, 229, 0.6);--bs-border-color-translucent:rgba(0, 0, 0, 0.175);--bs-border-radius:0.5rem;--bs-border-radius-sm:0.25rem;--bs-border-radius-lg:0.8125rem;--bs-border-radius-xl:1rem;--bs-border-radius-2xl:2rem;--bs-border-radius-pill:6.1875rem;--bs-link-color:#0ABF53;--bs-link-hover-color:#07853a;--bs-code-color:#d63384;--bs-highlight-bg:#fdeae1}*,::after,::before{box-sizing:border-box}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}hr{margin:2rem 0;color:rgba(220,224,229,.6);border:0;border-top:.0625rem solid;opacity:1}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.8125rem;font-weight:700;line-height:1.3;color:#2d374b}.h1,h1{font-size:calc(1.4rem + 1.8vw)}@media (min-width:1200px){.h1,h1{font-size:2.75rem}}.h2,h2{font-size:calc(1.35rem + 1.2vw)}@media (min-width:1200px){.h2,h2{font-size:2.25rem}}.h3,h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){.h3,h3{font-size:1.75rem}}.h4,h4{font-size:calc(1.25625rem + .075vw)}@media (min-width:1200px){.h4,h4{font-size:1.3125rem}}.h5,h5{font-size:1.125rem}.h6,h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[title]{text-decoration:underline dotted;cursor:help;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}.small,small{font-size:.875em}.mark,mark{padding:.1875em;background-color:var(--bs-highlight-bg)}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:var(--bs-link-color);text-decoration:none}a:hover{color:var(--bs-link-hover-color)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:1em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:1em;color:var(--bs-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:.1875rem .375rem;font-size:1em;color:#2d374b;background-color:#dce0e5;border-radius:.25rem}kbd kbd{padding:0;font-size:1em}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#8997a4;text-align:left}th{font-weight:400;text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none!important}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:calc(1.25625rem + .075vw);font-weight:400}@media (min-width:1200px){.lead{font-size:1.3125rem}}.display-1{font-size:calc(1.925rem + 8.1vw);font-weight:700;line-height:1.2}@media (min-width:1200px){.display-1{font-size:8rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:700;line-height:1.2}@media (min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:700;line-height:1.2}@media (min-width:1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.5rem + 3vw);font-weight:700;line-height:1.2}@media (min-width:1200px){.display-4{font-size:3.75rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:700;line-height:1.2}@media (min-width:1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:700;line-height:1.2}@media (min-width:1200px){.display-6{font-size:2.5rem}}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{margin-bottom:0;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:0;margin-bottom:0;font-size:1rem;color:#2d374b}.blockquote-footer::before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:.0625rem solid var(--bs-border-color);border-radius:.5rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.875em;color:#8c98a4}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{--bs-gutter-x:1.5rem;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:2rem}.g-5,.gy-5{--bs-gutter-y:2rem}.g-6,.gx-6{--bs-gutter-x:2.5rem}.g-6,.gy-6{--bs-gutter-y:2.5rem}.g-7,.gx-7{--bs-gutter-x:3rem}.g-7,.gy-7{--bs-gutter-y:3rem}.g-8,.gx-8{--bs-gutter-x:3.5rem}.g-8,.gy-8{--bs-gutter-y:3.5rem}.g-9,.gx-9{--bs-gutter-x:4rem}.g-9,.gy-9{--bs-gutter-y:4rem}.g-10,.gx-10{--bs-gutter-x:4.5rem}.g-10,.gy-10{--bs-gutter-y:4.5rem}@media (min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:2rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:2rem}.g-sm-6,.gx-sm-6{--bs-gutter-x:2.5rem}.g-sm-6,.gy-sm-6{--bs-gutter-y:2.5rem}.g-sm-7,.gx-sm-7{--bs-gutter-x:3rem}.g-sm-7,.gy-sm-7{--bs-gutter-y:3rem}.g-sm-8,.gx-sm-8{--bs-gutter-x:3.5rem}.g-sm-8,.gy-sm-8{--bs-gutter-y:3.5rem}.g-sm-9,.gx-sm-9{--bs-gutter-x:4rem}.g-sm-9,.gy-sm-9{--bs-gutter-y:4rem}.g-sm-10,.gx-sm-10{--bs-gutter-x:4.5rem}.g-sm-10,.gy-sm-10{--bs-gutter-y:4.5rem}}@media (min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:2rem}.g-md-5,.gy-md-5{--bs-gutter-y:2rem}.g-md-6,.gx-md-6{--bs-gutter-x:2.5rem}.g-md-6,.gy-md-6{--bs-gutter-y:2.5rem}.g-md-7,.gx-md-7{--bs-gutter-x:3rem}.g-md-7,.gy-md-7{--bs-gutter-y:3rem}.g-md-8,.gx-md-8{--bs-gutter-x:3.5rem}.g-md-8,.gy-md-8{--bs-gutter-y:3.5rem}.g-md-9,.gx-md-9{--bs-gutter-x:4rem}.g-md-9,.gy-md-9{--bs-gutter-y:4rem}.g-md-10,.gx-md-10{--bs-gutter-x:4.5rem}.g-md-10,.gy-md-10{--bs-gutter-y:4.5rem}}@media (min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:2rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:2rem}.g-lg-6,.gx-lg-6{--bs-gutter-x:2.5rem}.g-lg-6,.gy-lg-6{--bs-gutter-y:2.5rem}.g-lg-7,.gx-lg-7{--bs-gutter-x:3rem}.g-lg-7,.gy-lg-7{--bs-gutter-y:3rem}.g-lg-8,.gx-lg-8{--bs-gutter-x:3.5rem}.g-lg-8,.gy-lg-8{--bs-gutter-y:3.5rem}.g-lg-9,.gx-lg-9{--bs-gutter-x:4rem}.g-lg-9,.gy-lg-9{--bs-gutter-y:4rem}.g-lg-10,.gx-lg-10{--bs-gutter-x:4.5rem}.g-lg-10,.gy-lg-10{--bs-gutter-y:4.5rem}}@media (min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:2rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:2rem}.g-xl-6,.gx-xl-6{--bs-gutter-x:2.5rem}.g-xl-6,.gy-xl-6{--bs-gutter-y:2.5rem}.g-xl-7,.gx-xl-7{--bs-gutter-x:3rem}.g-xl-7,.gy-xl-7{--bs-gutter-y:3rem}.g-xl-8,.gx-xl-8{--bs-gutter-x:3.5rem}.g-xl-8,.gy-xl-8{--bs-gutter-y:3.5rem}.g-xl-9,.gx-xl-9{--bs-gutter-x:4rem}.g-xl-9,.gy-xl-9{--bs-gutter-y:4rem}.g-xl-10,.gx-xl-10{--bs-gutter-x:4.5rem}.g-xl-10,.gy-xl-10{--bs-gutter-y:4.5rem}}@media (min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:2rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:2rem}.g-xxl-6,.gx-xxl-6{--bs-gutter-x:2.5rem}.g-xxl-6,.gy-xxl-6{--bs-gutter-y:2.5rem}.g-xxl-7,.gx-xxl-7{--bs-gutter-x:3rem}.g-xxl-7,.gy-xxl-7{--bs-gutter-y:3rem}.g-xxl-8,.gx-xxl-8{--bs-gutter-x:3.5rem}.g-xxl-8,.gy-xxl-8{--bs-gutter-y:3.5rem}.g-xxl-9,.gx-xxl-9{--bs-gutter-x:4rem}.g-xxl-9,.gy-xxl-9{--bs-gutter-y:4rem}.g-xxl-10,.gx-xxl-10{--bs-gutter-x:4.5rem}.g-xxl-10,.gy-xxl-10{--bs-gutter-y:4.5rem}}.table{--bs-table-color:var(--bs-body-color);--bs-table-bg:transparent;--bs-table-border-color:rgba(220, 224, 229, 0.6);--bs-table-accent-bg:transparent;--bs-table-striped-color:var(--bs-body-color);--bs-table-striped-bg:#F5F7FA;--bs-table-active-color:var(--bs-body-color);--bs-table-active-bg:rgba(0, 0, 0, 0.1);--bs-table-hover-color:var(--bs-body-color);--bs-table-hover-bg:rgba(220, 224, 229, 0.4);width:100%;margin-bottom:1rem;color:var(--bs-table-color);vertical-align:top;border-color:var(--bs-table-border-color)}.table>:not(caption)>*>*{padding:.75rem .75rem;background-color:var(--bs-table-bg);border-bottom-width:.0625rem;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table-group-divider{border-top:.125rem solid currentcolor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.5rem .5rem}.table-bordered>:not(caption)>*{border-width:.0625rem 0}.table-bordered>:not(caption)>*>*{border-width:0 .0625rem}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-striped-columns>:not(caption)>tr>:nth-child(even){--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg:var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover>tbody>tr:hover>*{--bs-table-accent-bg:var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-color:#000;--bs-table-bg:#cef2dd;--bs-table-border-color:#b9dac7;--bs-table-striped-bg:#c4e6d2;--bs-table-striped-color:#000;--bs-table-active-bg:#b9dac7;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe0cc;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-secondary{--bs-table-color:#000;--bs-table-bg:#dcdee2;--bs-table-border-color:#c6c8cb;--bs-table-striped-bg:#d1d3d7;--bs-table-striped-color:#000;--bs-table-active-bg:#c6c8cb;--bs-table-active-color:#000;--bs-table-hover-bg:#cccdd1;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-success{--bs-table-color:#000;--bs-table-bg:#cde5e4;--bs-table-border-color:#b9cecd;--bs-table-striped-bg:#c3dad9;--bs-table-striped-color:#000;--bs-table-active-bg:#b9cecd;--bs-table-active-color:#000;--bs-table-hover-bg:#bed4d3;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-info{--bs-table-color:#000;--bs-table-bg:#d6dbf2;--bs-table-border-color:#c1c5da;--bs-table-striped-bg:#cbd0e6;--bs-table-striped-color:#000;--bs-table-active-bg:#c1c5da;--bs-table-active-color:#000;--bs-table-hover-bg:#c6cbe0;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-warning{--bs-table-color:#000;--bs-table-bg:#fdeae1;--bs-table-border-color:#e4d3cb;--bs-table-striped-bg:#f0ded6;--bs-table-striped-color:#000;--bs-table-active-bg:#e4d3cb;--bs-table-active-color:#000;--bs-table-hover-bg:#ead8d0;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-danger{--bs-table-color:#000;--bs-table-bg:#e1d3d9;--bs-table-border-color:#cbbec3;--bs-table-striped-bg:#d6c8ce;--bs-table-striped-color:#000;--bs-table-active-bg:#cbbec3;--bs-table-active-color:#000;--bs-table-hover-bg:#d0c3c9;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-light{--bs-table-color:#000;--bs-table-bg:#F5F7FA;--bs-table-border-color:#dddee1;--bs-table-striped-bg:#e9ebee;--bs-table-striped-color:#000;--bs-table-active-bg:#dddee1;--bs-table-active-color:#000;--bs-table-hover-bg:#e3e4e7;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-dark{--bs-table-color:#fff;--bs-table-bg:#2d374b;--bs-table-border-color:#424b5d;--bs-table-striped-bg:#384154;--bs-table-striped-color:#fff;--bs-table-active-bg:#424b5d;--bs-table-active-color:#fff;--bs-table-hover-bg:#3d4659;--bs-table-hover-color:#fff;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem;font-size:.875rem;font-weight:500}.col-form-label{padding-top:.8125rem;padding-bottom:.8125rem;margin-bottom:0;font-size:inherit;font-weight:500;line-height:1.5}.col-form-label-lg{padding-top:.8125rem;padding-bottom:.8125rem;font-size:1rem}.col-form-label-sm{padding-top:.5625rem;padding-bottom:.5625rem;font-size:.8125rem}.form-text{margin-top:1rem;font-size:.875em;color:#8997a4}.form-control{display:block;width:100%;padding:.75rem 1.8125rem;font-size:.9375rem;font-weight:400;line-height:1.5;color:#51596c;background-color:#fff;background-clip:padding-box;border:.0625rem solid rgba(220,224,229,.6);appearance:none;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:#51596c;background-color:#fff;border-color:rgba(140,152,164,.25);outline:0;box-shadow:0 0 1rem 0 rgba(140,152,164,.25)}.form-control::-webkit-date-and-time-value{height:1.5em}.form-control::placeholder{color:#8c98a4;opacity:1}.form-control:disabled{background-color:#f3f6f9;opacity:1}.form-control::file-selector-button{padding:.75rem 1.8125rem;margin:-.75rem -1.8125rem;margin-inline-end:1.8125rem;color:#51596c;background-color:#fff;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:.0625rem;border-radius:0;transition:all .2s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#f2f2f2}.form-control-plaintext{display:block;width:100%;padding:.75rem 0;margin-bottom:0;line-height:1.5;color:#51596c;background-color:transparent;border:solid transparent;border-width:.0625rem 0}.form-control-plaintext:focus{outline:0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + 1.125rem);padding:.5rem .875rem;font-size:.8125rem;border-radius:.25rem}.form-control-sm::file-selector-button{padding:.5rem .875rem;margin:-.5rem -.875rem;margin-inline-end:.875rem}.form-control-lg{min-height:calc(1.5em + 1.625rem);padding:.75rem 1rem;font-size:1rem;border-radius:.25rem}.form-control-lg::file-selector-button{padding:.75rem 1rem;margin:-.75rem -1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + 1.625rem)}textarea.form-control-sm{min-height:calc(1.5em + 1.125rem)}textarea.form-control-lg{min-height:calc(1.5em + 1.625rem)}.form-control-color{width:3rem;height:calc(1.5em + 1.625rem);padding:.75rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{border:0!important;border-radius:.25rem}.form-control-color::-webkit-color-swatch{border-radius:.25rem}.form-control-color.form-control-sm{height:calc(1.5em + 1.125rem)}.form-control-color.form-control-lg{height:calc(1.5em + 1.625rem)}.form-select{display:block;width:100%;padding:.75rem 5.4375rem .75rem 1.8125rem;-moz-padding-start:calc(1.8125rem - 3px);font-size:.9375rem;font-weight:400;line-height:1.5;color:#51596c;background-color:#fff;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2351596C' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 1.8125rem center;background-size:16px 12px;border:.0625rem solid rgba(220,224,229,.6);border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:rgba(140,152,164,.25);outline:0;box-shadow:0 0 1rem 0 rgba(140,152,164,.25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:1.8125rem;background-image:none}.form-select:disabled{background-color:#f3f6f9}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #51596c}.form-select-sm{padding-top:.5rem;padding-bottom:.5rem;padding-left:.875rem;font-size:.8125rem;border-radius:.25rem}.form-select-lg{padding-top:.75rem;padding-bottom:.75rem;padding-left:1rem;font-size:1rem;border-radius:.25rem}.form-check{display:block;min-height:1.5rem;padding-left:1.5rem;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5rem}.form-check-reverse{padding-right:1.5rem;padding-left:0;text-align:right}.form-check-reverse .form-check-input{float:right;margin-right:-1.5rem;margin-left:0}.form-check-input{width:1rem;height:1rem;margin-top:.25rem;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid #dce0e5;appearance:none;print-color-adjust:exact}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:100%}.form-check-input:focus{border-color:rgba(140,152,164,.25);outline:0;box-shadow:0 0 1rem 0 rgba(140,152,164,.25)}.form-check-input:checked{background-color:#0abf53;border-color:#0abf53}.form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate{background-color:#0abf53;border-color:#0abf53;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{cursor:default;opacity:.5}.form-check-label{color:#51596c}.form-switch{padding-left:2.5em}.form-switch .form-check-input{width:2em;margin-left:-2.5em;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28140, 152, 164, 0.25%29'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.form-switch.form-check-reverse{padding-right:2.5em;padding-left:0}.form-switch.form-check-reverse .form-check-input{margin-right:-2.5em;margin-left:0}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{pointer-events:none;filter:none;opacity:.65}.form-range{width:100%;height:1rem;padding:0;background-color:transparent;appearance:none}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 1rem 0 rgba(140,152,164,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 1rem 0 rgba(140,152,164,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#0abf53;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b6eccb}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dce0e5;border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#0abf53;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{transition:none}}.form-range::-moz-range-thumb:active{background-color:#b6eccb}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dce0e5;border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#97a4af}.form-range:disabled::-moz-range-thumb{background-color:#97a4af}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select{height:3.625rem;line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;width:100%;height:100%;padding:1rem 1.8125rem;overflow:hidden;text-align:start;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;border:.0625rem solid transparent;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media (prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control,.form-floating>.form-control-plaintext{padding:1rem 1.8125rem}.form-floating>.form-control-plaintext::placeholder,.form-floating>.form-control::placeholder{color:transparent}.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown),.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control-plaintext:-webkit-autofill,.form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control-plaintext~label,.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:-webkit-autofill~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control-plaintext~label{border-width:.0625rem 0}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-floating,.input-group>.form-select{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-floating:focus-within,.input-group>.form-select:focus{z-index:5}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:5}.input-group-text{display:flex;align-items:center;padding:.75rem .90625rem;font-size:.9375rem;font-weight:400;line-height:1.5;color:#8c98a4;text-align:center;white-space:nowrap;background-color:#fff;border:.0625rem solid rgba(220,224,229,.6);border-radius:.25rem}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{padding:.75rem 1rem;font-size:1rem;border-radius:.25rem}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{padding:.5rem .875rem;font-size:.8125rem;border-radius:.25rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:7.25rem}.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating){border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select,.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:-.0625rem;border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.form-floating:not(:first-child)>.form-control,.input-group>.form-floating:not(:first-child)>.form-select{border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#077c76}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.8125rem;color:#fff;background-color:#077c76;border-radius:.5rem}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#077c76}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#077c76;box-shadow:0 0 1rem 0 rgba(7,124,118,.25)}.form-select.is-valid,.was-validated .form-select:valid{border-color:#077c76}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:#077c76;box-shadow:0 0 1rem 0 rgba(7,124,118,.25)}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:#077c76}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:#077c76}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 1rem 0 rgba(7,124,118,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#077c76}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.input-group>.form-control:not(:focus).is-valid,.input-group>.form-floating:not(:focus-within).is-valid,.input-group>.form-select:not(:focus).is-valid,.was-validated .input-group>.form-control:not(:focus):valid,.was-validated .input-group>.form-floating:not(:focus-within):valid,.was-validated .input-group>.form-select:not(:focus):valid{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#692340}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.8125rem;color:#fff;background-color:#692340;border-radius:.5rem}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#692340}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#692340;box-shadow:0 0 1rem 0 rgba(105,35,64,.25)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:#692340}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:#692340;box-shadow:0 0 1rem 0 rgba(105,35,64,.25)}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:#692340}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:#692340}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 1rem 0 rgba(105,35,64,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#692340}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.input-group>.form-control:not(:focus).is-invalid,.input-group>.form-floating:not(:focus-within).is-invalid,.input-group>.form-select:not(:focus).is-invalid,.was-validated .input-group>.form-control:not(:focus):invalid,.was-validated .input-group>.form-floating:not(:focus-within):invalid,.was-validated .input-group>.form-select:not(:focus):invalid{z-index:4}.btn{--bs-btn-padding-x:1.8125rem;--bs-btn-padding-y:0.75rem;--bs-btn-font-size:0.9375rem;--bs-btn-font-weight:700;--bs-btn-line-height:1.5;--bs-btn-color:#51596C;--bs-btn-bg:transparent;--bs-btn-border-width:0.125rem;--bs-btn-border-color:transparent;--bs-btn-border-radius:0.25rem;--bs-btn-hover-border-color:transparent;--bs-btn-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);--bs-btn-disabled-opacity:0.65;--bs-btn-focus-box-shadow:0 0 0 0 rgba(var(--bs-btn-focus-shadow-rgb), .5);display:inline-block;padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);color:var(--bs-btn-color);text-align:center;vertical-align:middle;cursor:pointer;user-select:none;border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);background-color:var(--bs-btn-bg);transition:all .2s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color)}.btn-check+.btn:hover{color:var(--bs-btn-color);background-color:var(--bs-btn-bg);border-color:var(--bs-btn-border-color)}.btn:focus-visible{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:focus-visible+.btn{border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked+.btn,.btn.active,.btn.show,.btn:first-child:active,:not(.btn-check)+.btn:active{color:var(--bs-btn-active-color);background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color)}.btn-check:checked+.btn:focus-visible,.btn.active:focus-visible,.btn.show:focus-visible,.btn:first-child:active:focus-visible,:not(.btn-check)+.btn:active:focus-visible{box-shadow:var(--bs-btn-focus-box-shadow)}.btn.disabled,.btn:disabled,fieldset:disabled .btn{color:var(--bs-btn-disabled-color);pointer-events:none;background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);opacity:var(--bs-btn-disabled-opacity)}.btn-primary{--bs-btn-color:#fff;--bs-btn-bg:#0ABF53;--bs-btn-border-color:#0ABF53;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#09a247;--bs-btn-hover-border-color:#089942;--bs-btn-focus-shadow-rgb:47,201,109;--bs-btn-active-color:#fff;--bs-btn-active-bg:#089942;--bs-btn-active-border-color:#088f3e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#0ABF53;--bs-btn-disabled-border-color:#0ABF53}.btn-secondary{--bs-btn-color:#fff;--bs-btn-bg:#51596C;--bs-btn-border-color:#51596C;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#454c5c;--bs-btn-hover-border-color:#414756;--bs-btn-focus-shadow-rgb:107,114,130;--bs-btn-active-color:#fff;--bs-btn-active-bg:#414756;--bs-btn-active-border-color:#3d4351;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#51596C;--bs-btn-disabled-border-color:#51596C}.btn-success{--bs-btn-color:#fff;--bs-btn-bg:#077C76;--bs-btn-border-color:#077C76;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#066964;--bs-btn-hover-border-color:#06635e;--bs-btn-focus-shadow-rgb:44,144,139;--bs-btn-active-color:#fff;--bs-btn-active-bg:#06635e;--bs-btn-active-border-color:#055d59;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#077C76;--bs-btn-disabled-border-color:#077C76}.btn-info{--bs-btn-color:#fff;--bs-btn-bg:#334AC0;--bs-btn-border-color:#334AC0;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#2b3fa3;--bs-btn-hover-border-color:#293b9a;--bs-btn-focus-shadow-rgb:82,101,201;--bs-btn-active-color:#fff;--bs-btn-active-bg:#293b9a;--bs-btn-active-border-color:#263890;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#334AC0;--bs-btn-disabled-border-color:#334AC0}.btn-warning{--bs-btn-color:#000;--bs-btn-bg:#f39568;--bs-btn-border-color:#f39568;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#f5a57f;--bs-btn-hover-border-color:#f4a077;--bs-btn-focus-shadow-rgb:207,127,88;--bs-btn-active-color:#000;--bs-btn-active-bg:#f5aa86;--bs-btn-active-border-color:#f4a077;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#f39568;--bs-btn-disabled-border-color:#f39568}.btn-danger{--bs-btn-color:#fff;--bs-btn-bg:#692340;--bs-btn-border-color:#692340;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#591e36;--bs-btn-hover-border-color:#541c33;--bs-btn-focus-shadow-rgb:128,68,93;--bs-btn-active-color:#fff;--bs-btn-active-bg:#541c33;--bs-btn-active-border-color:#4f1a30;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#692340;--bs-btn-disabled-border-color:#692340}.btn-light{--bs-btn-color:#000;--bs-btn-bg:#F5F7FA;--bs-btn-border-color:#F5F7FA;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#d0d2d5;--bs-btn-hover-border-color:#c4c6c8;--bs-btn-focus-shadow-rgb:208,210,213;--bs-btn-active-color:#000;--bs-btn-active-bg:#c4c6c8;--bs-btn-active-border-color:#b8b9bc;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#F5F7FA;--bs-btn-disabled-border-color:#F5F7FA}.btn-dark{--bs-btn-color:#fff;--bs-btn-bg:#2d374b;--bs-btn-border-color:#2d374b;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#4d5566;--bs-btn-hover-border-color:#424b5d;--bs-btn-focus-shadow-rgb:77,85,102;--bs-btn-active-color:#fff;--bs-btn-active-bg:#575f6f;--bs-btn-active-border-color:#424b5d;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#2d374b;--bs-btn-disabled-border-color:#2d374b}.btn-outline-primary{--bs-btn-color:#0ABF53;--bs-btn-border-color:#0ABF53;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#0ABF53;--bs-btn-hover-border-color:#0ABF53;--bs-btn-focus-shadow-rgb:10,191,83;--bs-btn-active-color:#fff;--bs-btn-active-bg:#0ABF53;--bs-btn-active-border-color:#0ABF53;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#0ABF53;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#0ABF53;--bs-gradient:none}.btn-outline-secondary{--bs-btn-color:#51596C;--bs-btn-border-color:#51596C;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#51596C;--bs-btn-hover-border-color:#51596C;--bs-btn-focus-shadow-rgb:81,89,108;--bs-btn-active-color:#fff;--bs-btn-active-bg:#51596C;--bs-btn-active-border-color:#51596C;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#51596C;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#51596C;--bs-gradient:none}.btn-outline-success{--bs-btn-color:#077C76;--bs-btn-border-color:#077C76;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#077C76;--bs-btn-hover-border-color:#077C76;--bs-btn-focus-shadow-rgb:7,124,118;--bs-btn-active-color:#fff;--bs-btn-active-bg:#077C76;--bs-btn-active-border-color:#077C76;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#077C76;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#077C76;--bs-gradient:none}.btn-outline-info{--bs-btn-color:#334AC0;--bs-btn-border-color:#334AC0;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#334AC0;--bs-btn-hover-border-color:#334AC0;--bs-btn-focus-shadow-rgb:51,74,192;--bs-btn-active-color:#fff;--bs-btn-active-bg:#334AC0;--bs-btn-active-border-color:#334AC0;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#334AC0;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#334AC0;--bs-gradient:none}.btn-outline-warning{--bs-btn-color:#f39568;--bs-btn-border-color:#f39568;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#f39568;--bs-btn-hover-border-color:#f39568;--bs-btn-focus-shadow-rgb:243,149,104;--bs-btn-active-color:#000;--bs-btn-active-bg:#f39568;--bs-btn-active-border-color:#f39568;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#f39568;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#f39568;--bs-gradient:none}.btn-outline-danger{--bs-btn-color:#692340;--bs-btn-border-color:#692340;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#692340;--bs-btn-hover-border-color:#692340;--bs-btn-focus-shadow-rgb:105,35,64;--bs-btn-active-color:#fff;--bs-btn-active-bg:#692340;--bs-btn-active-border-color:#692340;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#692340;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#692340;--bs-gradient:none}.btn-outline-light{--bs-btn-color:#F5F7FA;--bs-btn-border-color:#F5F7FA;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#F5F7FA;--bs-btn-hover-border-color:#F5F7FA;--bs-btn-focus-shadow-rgb:245,247,250;--bs-btn-active-color:#000;--bs-btn-active-bg:#F5F7FA;--bs-btn-active-border-color:#F5F7FA;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#F5F7FA;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#F5F7FA;--bs-gradient:none}.btn-outline-dark{--bs-btn-color:#2d374b;--bs-btn-border-color:#2d374b;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#2d374b;--bs-btn-hover-border-color:#2d374b;--bs-btn-focus-shadow-rgb:45,55,75;--bs-btn-active-color:#fff;--bs-btn-active-bg:#2d374b;--bs-btn-active-border-color:#2d374b;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#2d374b;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#2d374b;--bs-gradient:none}.btn-link{--bs-btn-font-weight:400;--bs-btn-color:var(--bs-link-color);--bs-btn-bg:transparent;--bs-btn-border-color:transparent;--bs-btn-hover-color:var(--bs-link-hover-color);--bs-btn-hover-border-color:transparent;--bs-btn-active-color:var(--bs-link-hover-color);--bs-btn-active-border-color:transparent;--bs-btn-disabled-color:#8C98A4;--bs-btn-disabled-border-color:transparent;--bs-btn-box-shadow:none;--bs-btn-focus-shadow-rgb:47,201,109;text-decoration:none}.btn-link:focus-visible{color:var(--bs-btn-color)}.btn-link:hover{color:var(--bs-btn-hover-color)}.btn-group-lg>.btn,.btn-lg{--bs-btn-padding-y:0.75rem;--bs-btn-padding-x:1rem;--bs-btn-font-size:1rem;--bs-btn-border-radius:0.25rem}.btn-group-sm>.btn,.btn-sm{--bs-btn-padding-y:0.5rem;--bs-btn-padding-x:0.875rem;--bs-btn-font-size:0.8125rem;--bs-btn-border-radius:0.25rem}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media (prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}.dropdown,.dropdown-center,.dropend,.dropstart,.dropup,.dropup-center{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-menu{--bs-dropdown-zindex:1000;--bs-dropdown-min-width:10rem;--bs-dropdown-padding-x:0.5rem;--bs-dropdown-padding-y:0.5rem;--bs-dropdown-spacer:0.625rem;--bs-dropdown-font-size:1rem;--bs-dropdown-color:#2d374b;--bs-dropdown-bg:#fff;--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-border-radius:0.8125rem;--bs-dropdown-border-width:0;--bs-dropdown-inner-border-radius:0.8125rem;--bs-dropdown-divider-bg:#dce0e5;--bs-dropdown-divider-margin-y:0.5rem;--bs-dropdown-box-shadow:0rem 0.1875rem 0.375rem rgba(140, 152, 164, 0.25);--bs-dropdown-link-color:#2d374b;--bs-dropdown-link-hover-color:#293244;--bs-dropdown-link-hover-bg:rgba(189, 197, 209, 0.2);--bs-dropdown-link-active-color:#2d374b;--bs-dropdown-link-active-bg:rgba(189, 197, 209, 0.2);--bs-dropdown-link-disabled-color:#97A4AF;--bs-dropdown-item-padding-x:1rem;--bs-dropdown-item-padding-y:0.5rem;--bs-dropdown-header-color:#2d374b;--bs-dropdown-header-padding-x:1rem;--bs-dropdown-header-padding-y:0.5rem;position:absolute;z-index:var(--bs-dropdown-zindex);display:none;min-width:var(--bs-dropdown-min-width);padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);margin:0;font-size:var(--bs-dropdown-font-size);color:var(--bs-dropdown-color);text-align:left;list-style:none;background-color:var(--bs-dropdown-bg);background-clip:padding-box;border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);border-radius:var(--bs-dropdown-border-radius)}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:var(--bs-dropdown-spacer)}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:var(--bs-dropdown-spacer)}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:var(--bs-dropdown-spacer)}.dropend .dropdown-toggle::after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:var(--bs-dropdown-spacer)}.dropstart .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:var(--bs-dropdown-divider-margin-y) 0;overflow:hidden;border-top:1px solid var(--bs-dropdown-divider-bg);opacity:1}.dropdown-item{display:block;width:100%;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);clear:both;font-weight:400;color:var(--bs-dropdown-link-color);text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:var(--bs-dropdown-link-hover-color);background-color:var(--bs-dropdown-link-hover-bg)}.dropdown-item.active,.dropdown-item:active{color:var(--bs-dropdown-link-active-color);text-decoration:none;background-color:var(--bs-dropdown-link-active-bg)}.dropdown-item.disabled,.dropdown-item:disabled{color:var(--bs-dropdown-link-disabled-color);pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);margin-bottom:0;font-size:.8125rem;color:var(--bs-dropdown-header-color);white-space:nowrap}.dropdown-item-text{display:block;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);color:var(--bs-dropdown-link-color)}.dropdown-menu-dark{--bs-dropdown-color:#dce0e5;--bs-dropdown-bg:#51596C;--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-link-color:#dce0e5;--bs-dropdown-link-hover-color:#fff;--bs-dropdown-divider-bg:#dce0e5;--bs-dropdown-link-hover-bg:rgba(255, 255, 255, 0.15);--bs-dropdown-link-active-color:#2d374b;--bs-dropdown-link-active-bg:rgba(189, 197, 209, 0.2);--bs-dropdown-link-disabled-color:#97A4AF;--bs-dropdown-header-color:#97A4AF}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;flex:1 1 auto}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group{border-radius:.25rem}.btn-group>.btn-group:not(:first-child),.btn-group>:not(.btn-check:first-child)+.btn{margin-left:-.125rem}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn.dropdown-toggle-split:first-child,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:1.359375rem;padding-left:1.359375rem}.dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropstart .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.65625rem;padding-left:.65625rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-.125rem}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn~.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{--bs-nav-link-padding-x:1rem;--bs-nav-link-padding-y:0.5rem;--bs-nav-link-color:#2d374b;--bs-nav-link-hover-color:#07853a;--bs-nav-link-disabled-color:#8C98A4;display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);color:var(--bs-nav-link-color);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:focus,.nav-link:hover{color:var(--bs-nav-link-hover-color)}.nav-link.disabled{color:var(--bs-nav-link-disabled-color);pointer-events:none;cursor:default}.nav-tabs{--bs-nav-tabs-border-width:0.1875rem;--bs-nav-tabs-border-color:rgba(220, 224, 229, 0.6);--bs-nav-tabs-border-radius:0;--bs-nav-tabs-link-hover-border-color:rgba(220, 224, 229, 0.6);--bs-nav-tabs-link-active-color:#0ABF53;--bs-nav-tabs-link-active-bg:transparent;--bs-nav-tabs-link-active-border-color:#0ABF53;border-bottom:var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)}.nav-tabs .nav-link{margin-bottom:calc(-1 * var(--bs-nav-tabs-border-width));background:0 0;border:var(--bs-nav-tabs-border-width) solid transparent;border-top-left-radius:var(--bs-nav-tabs-border-radius);border-top-right-radius:var(--bs-nav-tabs-border-radius)}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{isolation:isolate;border-color:var(--bs-nav-tabs-link-hover-border-color)}.nav-tabs .nav-link.disabled,.nav-tabs .nav-link:disabled{color:var(--bs-nav-link-disabled-color);background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:var(--bs-nav-tabs-link-active-color);background-color:var(--bs-nav-tabs-link-active-bg);border-color:var(--bs-nav-tabs-link-active-border-color)}.nav-tabs .dropdown-menu{margin-top:calc(-1 * var(--bs-nav-tabs-border-width));border-top-left-radius:0;border-top-right-radius:0}.nav-pills{--bs-nav-pills-border-radius:0.5rem;--bs-nav-pills-link-active-color:initial;--bs-nav-pills-link-active-bg:#fff}.nav-pills .nav-link{background:0 0;border:0;border-radius:var(--bs-nav-pills-border-radius)}.nav-pills .nav-link:disabled{color:var(--bs-nav-link-disabled-color);background-color:transparent;border-color:transparent}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:var(--bs-nav-pills-link-active-color);background-color:var(--bs-nav-pills-link-active-bg)}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{--bs-navbar-padding-x:0;--bs-navbar-padding-y:0.75rem;--bs-navbar-color:#2d374b;--bs-navbar-hover-color:#2d374b;--bs-navbar-disabled-color:rgba(0, 0, 0, 0.3);--bs-navbar-active-color:rgba(0, 0, 0, 0.9);--bs-navbar-brand-padding-y:0.40625rem;--bs-navbar-brand-margin-end:1.5rem;--bs-navbar-brand-font-size:1.125rem;--bs-navbar-brand-color:#51596C;--bs-navbar-brand-hover-color:rgba(0, 0, 0, 0.9);--bs-navbar-nav-link-padding-x:0.75rem;--bs-navbar-toggler-padding-y:0.5rem;--bs-navbar-toggler-padding-x:0.5rem;--bs-navbar-toggler-font-size:1.125rem;--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%232d374b' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");--bs-navbar-toggler-border-color:rgba(0, 0, 0, 0.1);--bs-navbar-toggler-border-radius:0.25rem;--bs-navbar-toggler-focus-width:0;--bs-navbar-toggler-transition:box-shadow 0.15s ease-in-out;position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:var(--bs-navbar-brand-padding-y);padding-bottom:var(--bs-navbar-brand-padding-y);margin-right:var(--bs-navbar-brand-margin-end);font-size:var(--bs-navbar-brand-font-size);color:var(--bs-navbar-brand-color);white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{color:var(--bs-navbar-brand-hover-color)}.navbar-nav{--bs-nav-link-padding-x:0;--bs-nav-link-padding-y:0.5rem;--bs-nav-link-color:var(--bs-navbar-color);--bs-nav-link-hover-color:var(--bs-navbar-hover-color);--bs-nav-link-disabled-color:var(--bs-navbar-disabled-color);display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link.active,.navbar-nav .show>.nav-link{color:var(--bs-navbar-active-color)}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-navbar-color)}.navbar-text a,.navbar-text a:focus,.navbar-text a:hover{color:var(--bs-navbar-active-color)}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);font-size:var(--bs-navbar-toggler-font-size);line-height:1;color:var(--bs-navbar-color);background-color:transparent;border:var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);border-radius:var(--bs-navbar-toggler-border-radius);transition:var(--bs-navbar-toggler-transition)}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 var(--bs-navbar-toggler-focus-width)}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-image:var(--bs-navbar-toggler-icon-bg);background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media (min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-sm .offcanvas .offcanvas-header{display:none}.navbar-expand-sm .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-md .offcanvas .offcanvas-header{display:none}.navbar-expand-md .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-lg .offcanvas .offcanvas-header{display:none}.navbar-expand-lg .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-xl .offcanvas .offcanvas-header{display:none}.navbar-expand-xl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}.navbar-expand-xxl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-xxl .offcanvas .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand .offcanvas .offcanvas-header{display:none}.navbar-expand .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}.navbar-dark{--bs-navbar-color:rgba(255, 255, 255, 0.55);--bs-navbar-hover-color:#fff;--bs-navbar-disabled-color:rgba(255, 255, 255, 0.25);--bs-navbar-active-color:#fff;--bs-navbar-brand-color:#fff;--bs-navbar-brand-hover-color:#fff;--bs-navbar-toggler-border-color:rgba(255, 255, 255, 0.1);--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.card{--bs-card-spacer-y:1.75rem;--bs-card-spacer-x:1.75rem;--bs-card-title-spacer-y:0.25rem;--bs-card-border-width:0.0625rem;--bs-card-border-color:rgba(220, 224, 229, 0.6);--bs-card-border-radius:0.8125rem;--bs-card-box-shadow:0rem 1rem 1.75rem 0rem rgba(45, 55, 75, 0.1);--bs-card-inner-border-radius:0.75rem;--bs-card-cap-padding-y:1.75rem;--bs-card-cap-padding-x:1.75rem;--bs-card-cap-bg:transparent;--bs-card-bg:#fff;--bs-card-img-overlay-padding:1.75rem 1.75rem;--bs-card-group-margin:0.75rem;position:relative;display:flex;flex-direction:column;min-width:0;height:var(--bs-card-height);word-wrap:break-word;background-color:var(--bs-card-bg);background-clip:border-box;border:var(--bs-card-border-width) solid var(--bs-card-border-color);border-radius:var(--bs-card-border-radius)}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x);color:var(--bs-card-color)}.card-title{margin-bottom:var(--bs-card-title-spacer-y)}.card-subtitle{margin-top:calc(-.5 * var(--bs-card-title-spacer-y));margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:var(--bs-card-spacer-x)}.card-header{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);margin-bottom:0;color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-bottom:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-header:first-child{border-radius:var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0}.card-footer{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-top:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-footer:last-child{border-radius:0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)}.card-header-tabs{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-bottom:calc(-1 * var(--bs-card-cap-padding-y));margin-left:calc(-.5 * var(--bs-card-cap-padding-x));border-bottom:0}.card-header-tabs .nav-link.active{background-color:var(--bs-card-bg);border-bottom-color:var(--bs-card-bg)}.card-header-pills{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-left:calc(-.5 * var(--bs-card-cap-padding-x))}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:var(--bs-card-img-overlay-padding);border-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom{border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card-group>.card{margin-bottom:var(--bs-card-group-margin)}@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.accordion{--bs-accordion-color:#51596C;--bs-accordion-bg:#fff;--bs-accordion-transition:all 0.2s ease-in-out,border-radius 0.15s ease;--bs-accordion-border-color:rgba(220, 224, 229, 0.6);--bs-accordion-border-width:0.0625rem;--bs-accordion-border-radius:0.5rem;--bs-accordion-inner-border-radius:0.4375rem;--bs-accordion-btn-padding-x:2rem;--bs-accordion-btn-padding-y:1.5rem;--bs-accordion-btn-color:#2d374b;--bs-accordion-btn-bg:var(--bs-accordion-bg);--bs-accordion-btn-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%232d374b'%3E%3Cpath d='M19,11.5v1a.5.5,0,0,1-.5.5H13v5.5a.5.5,0,0,1-.5.5h-1a.5.5,0,0,1-.5-.5V13H5.5a.5.5,0,0,1-.5-.5v-1a.5.5,0,0,1,.5-.5H11V5.5a.5.5,0,0,1,.5-.5h1a.5.5,0,0,1,.5.5V11h5.5A.5.5,0,0,1,19,11.5Z'/%3E%3C/svg%3E");--bs-accordion-btn-icon-width:1.25rem;--bs-accordion-btn-icon-transform:rotate(0deg);--bs-accordion-btn-icon-transition:transform 0.2s ease-in-out;--bs-accordion-btn-active-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%232d374b'%3E%3Cpath d='M5.5,13a.5.5,0,0,1-.5-.5v-1a.5.5,0,0,1,.5-.5h13a.5.5,0,0,1,.5.5v1a.5.5,0,0,1-.5.5Z'/%3E%3C/svg%3E");--bs-accordion-btn-focus-border-color:rgba(140, 152, 164, 0.25);--bs-accordion-btn-focus-box-shadow:0 0 1rem 0 rgba(140, 152, 164, 0.25);--bs-accordion-body-padding-x:2rem;--bs-accordion-body-padding-y:1.5rem;--bs-accordion-active-color:#2d374b;--bs-accordion-active-bg:#F5F7FA}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);font-size:1rem;color:var(--bs-accordion-btn-color);text-align:left;background-color:var(--bs-accordion-btn-bg);border:0;border-radius:0;overflow-anchor:none;transition:var(--bs-accordion-transition)}@media (prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:var(--bs-accordion-active-color);background-color:var(--bs-accordion-active-bg);box-shadow:inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)}.accordion-button:not(.collapsed)::after{background-image:var(--bs-accordion-btn-active-icon);transform:var(--bs-accordion-btn-icon-transform)}.accordion-button::after{flex-shrink:0;width:var(--bs-accordion-btn-icon-width);height:var(--bs-accordion-btn-icon-width);margin-left:auto;content:"";background-image:var(--bs-accordion-btn-icon);background-repeat:no-repeat;background-size:var(--bs-accordion-btn-icon-width);transition:var(--bs-accordion-btn-icon-transition)}@media (prefers-reduced-motion:reduce){.accordion-button::after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;border-color:var(--bs-accordion-btn-focus-border-color);outline:0;box-shadow:var(--bs-accordion-btn-focus-box-shadow)}.accordion-header{margin-bottom:0}.accordion-item{color:var(--bs-accordion-color);background-color:var(--bs-accordion-bg);border:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)}.accordion-item:first-of-type{border-top-left-radius:var(--bs-accordion-border-radius);border-top-right-radius:var(--bs-accordion-border-radius)}.accordion-item:first-of-type .accordion-button{border-top-left-radius:var(--bs-accordion-inner-border-radius);border-top-right-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:var(--bs-accordion-inner-border-radius);border-bottom-left-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-body{padding:var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)}.accordion-flush .accordion-collapse{border-width:0}.accordion-flush .accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush .accordion-item:first-child{border-top:0}.accordion-flush .accordion-item:last-child{border-bottom:0}.accordion-flush .accordion-item .accordion-button,.accordion-flush .accordion-item .accordion-button.collapsed{border-radius:0}.breadcrumb{--bs-breadcrumb-padding-x:0;--bs-breadcrumb-padding-y:0;--bs-breadcrumb-margin-bottom:1rem;--bs-breadcrumb-bg:transparent;--bs-breadcrumb-divider-color:#97A4AF;--bs-breadcrumb-item-padding-x:0.5rem;--bs-breadcrumb-item-active-color:#8C98A4;display:flex;flex-wrap:wrap;padding:var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);margin-bottom:var(--bs-breadcrumb-margin-bottom);font-size:var(--bs-breadcrumb-font-size);list-style:none;background-color:var(--bs-breadcrumb-bg);border-radius:var(--bs-breadcrumb-border-radius)}.breadcrumb-item+.breadcrumb-item{padding-left:var(--bs-breadcrumb-item-padding-x)}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:var(--bs-breadcrumb-item-padding-x);color:var(--bs-breadcrumb-divider-color);content:var(--bs-breadcrumb-divider, "/")}.breadcrumb-item.active{color:var(--bs-breadcrumb-item-active-color)}.pagination{--bs-pagination-padding-x:0.75rem;--bs-pagination-padding-y:0.375rem;--bs-pagination-font-size:1rem;--bs-pagination-color:#677788;--bs-pagination-bg:transparent;--bs-pagination-border-width:0;--bs-pagination-border-color:#dce0e5;--bs-pagination-border-radius:50%;--bs-pagination-hover-color:#07853a;--bs-pagination-hover-bg:transparent;--bs-pagination-hover-border-color:#dce0e5;--bs-pagination-focus-color:var(--bs-link-hover-color);--bs-pagination-focus-bg:#f3f6f9;--bs-pagination-focus-box-shadow:0 0 1rem 0 rgba(140, 152, 164, 0.25);--bs-pagination-active-color:#fff;--bs-pagination-active-bg:#0ABF53;--bs-pagination-active-border-color:#0ABF53;--bs-pagination-disabled-color:#8C98A4;--bs-pagination-disabled-bg:#fff;--bs-pagination-disabled-border-color:#dce0e5;display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;padding:var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);font-size:var(--bs-pagination-font-size);color:var(--bs-pagination-color);background-color:var(--bs-pagination-bg);border:var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:var(--bs-pagination-hover-color);background-color:var(--bs-pagination-hover-bg);border-color:var(--bs-pagination-hover-border-color)}.page-link:focus{z-index:3;color:var(--bs-pagination-focus-color);background-color:var(--bs-pagination-focus-bg);outline:0;box-shadow:var(--bs-pagination-focus-box-shadow)}.active>.page-link,.page-link.active{z-index:3;color:var(--bs-pagination-active-color);background-color:var(--bs-pagination-active-bg);border-color:var(--bs-pagination-active-border-color)}.disabled>.page-link,.page-link.disabled{color:var(--bs-pagination-disabled-color);pointer-events:none;background-color:var(--bs-pagination-disabled-bg);border-color:var(--bs-pagination-disabled-border-color)}.page-item:not(:first-child) .page-link{margin-left:0}.page-item:first-child .page-link{border-top-left-radius:var(--bs-pagination-border-radius);border-bottom-left-radius:var(--bs-pagination-border-radius)}.page-item:last-child .page-link{border-top-right-radius:var(--bs-pagination-border-radius);border-bottom-right-radius:var(--bs-pagination-border-radius)}.pagination-lg{--bs-pagination-padding-x:1.25rem;--bs-pagination-padding-y:0.75rem;--bs-pagination-font-size:1.125rem;--bs-pagination-border-radius:0.8125rem}.pagination-sm{--bs-pagination-padding-x:0.5rem;--bs-pagination-padding-y:0.25rem;--bs-pagination-font-size:0.8125rem;--bs-pagination-border-radius:0.25rem}.badge{--bs-badge-padding-x:0.65em;--bs-badge-padding-y:0.35em;--bs-badge-font-size:0.75em;--bs-badge-font-weight:500;--bs-badge-color:#fff;--bs-badge-border-radius:0.5rem;display:inline-block;padding:var(--bs-badge-padding-y) var(--bs-badge-padding-x);font-size:var(--bs-badge-font-size);font-weight:var(--bs-badge-font-weight);line-height:1;color:var(--bs-badge-color);text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:var(--bs-badge-border-radius)}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{--bs-alert-bg:transparent;--bs-alert-padding-x:1rem;--bs-alert-padding-y:1rem;--bs-alert-margin-bottom:1rem;--bs-alert-color:inherit;--bs-alert-border-color:transparent;--bs-alert-border:0.0625rem solid var(--bs-alert-border-color);--bs-alert-border-radius:0.5rem;position:relative;padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);margin-bottom:var(--bs-alert-margin-bottom);color:var(--bs-alert-color);background-color:var(--bs-alert-bg);border:var(--bs-alert-border);border-radius:var(--bs-alert-border-radius)}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{--bs-alert-color:#067332;--bs-alert-bg:#cef2dd;--bs-alert-border-color:#b6eccb}.alert-primary .alert-link{color:#055c28}.alert-secondary{--bs-alert-color:#313541;--bs-alert-bg:#dcdee2;--bs-alert-border-color:#cbcdd3}.alert-secondary .alert-link{color:#272a34}.alert-success{--bs-alert-color:#044a47;--bs-alert-bg:#cde5e4;--bs-alert-border-color:#b5d8d6}.alert-success .alert-link{color:#033b39}.alert-info{--bs-alert-color:#1f2c73;--bs-alert-bg:#d6dbf2;--bs-alert-border-color:#c2c9ec}.alert-info .alert-link{color:#19235c}.alert-warning{--bs-alert-color:#92593e;--bs-alert-bg:#fdeae1;--bs-alert-border-color:#fbdfd2}.alert-warning .alert-link{color:#754732}.alert-danger{--bs-alert-color:#3f1526;--bs-alert-bg:#e1d3d9;--bs-alert-border-color:#d2bdc6}.alert-danger .alert-link{color:#32111e}.alert-light{--bs-alert-color:#939496;--bs-alert-bg:#fdfdfe;--bs-alert-border-color:#fcfdfe}.alert-light .alert-link{color:#767678}.alert-dark{--bs-alert-color:#1b212d;--bs-alert-bg:#d5d7db;--bs-alert-border-color:#c0c3c9}.alert-dark .alert-link{color:#161a24}@keyframes progress-bar-stripes{0%{background-position-x:.5rem}}.progress{--bs-progress-height:0.5rem;--bs-progress-font-size:0.75rem;--bs-progress-bg:#dce0e5;--bs-progress-border-radius:0.5rem;--bs-progress-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.075);--bs-progress-bar-color:#fff;--bs-progress-bar-bg:#0ABF53;--bs-progress-bar-transition:width 0.6s ease;display:flex;height:var(--bs-progress-height);overflow:hidden;font-size:var(--bs-progress-font-size);background-color:var(--bs-progress-bg);border-radius:var(--bs-progress-border-radius)}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:var(--bs-progress-bar-color);text-align:center;white-space:nowrap;background-color:var(--bs-progress-bar-bg);transition:var(--bs-progress-bar-transition)}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:var(--bs-progress-height) var(--bs-progress-height)}.progress-bar-animated{animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion:reduce){.progress-bar-animated{animation:none}}.list-group{--bs-list-group-color:#2d374b;--bs-list-group-bg:#fff;--bs-list-group-border-color:#dce0e5;--bs-list-group-border-width:0.0625rem;--bs-list-group-border-radius:0.5rem;--bs-list-group-item-padding-x:1rem;--bs-list-group-item-padding-y:0.75rem;--bs-list-group-action-color:#677788;--bs-list-group-action-hover-color:#677788;--bs-list-group-action-hover-bg:#F5F7FA;--bs-list-group-action-active-color:#51596C;--bs-list-group-action-active-bg:#f3f6f9;--bs-list-group-disabled-color:#8C98A4;--bs-list-group-disabled-bg:#fff;--bs-list-group-active-color:#fff;--bs-list-group-active-bg:#0ABF53;--bs-list-group-active-border-color:#0ABF53;display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:var(--bs-list-group-border-radius)}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>.list-group-item::before{content:counters(section, ".") ". ";counter-increment:section}.list-group-item-action{width:100%;color:var(--bs-list-group-action-color);text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:var(--bs-list-group-action-hover-color);text-decoration:none;background-color:var(--bs-list-group-action-hover-bg)}.list-group-item-action:active{color:var(--bs-list-group-action-active-color);background-color:var(--bs-list-group-action-active-bg)}.list-group-item{position:relative;display:block;padding:var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);color:var(--bs-list-group-color);background-color:var(--bs-list-group-bg);border:var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:var(--bs-list-group-disabled-color);pointer-events:none;background-color:var(--bs-list-group-disabled-bg)}.list-group-item.active{z-index:2;color:var(--bs-list-group-active-color);background-color:var(--bs-list-group-active-bg);border-color:var(--bs-list-group-active-border-color)}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:calc(-1 * var(--bs-list-group-border-width));border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 var(--bs-list-group-border-width)}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#067332;background-color:#cef2dd}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#067332;background-color:#b9dac7}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#067332;border-color:#067332}.list-group-item-secondary{color:#313541;background-color:#dcdee2}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#313541;background-color:#c6c8cb}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#313541;border-color:#313541}.list-group-item-success{color:#044a47;background-color:#cde5e4}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#044a47;background-color:#b9cecd}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#044a47;border-color:#044a47}.list-group-item-info{color:#1f2c73;background-color:#d6dbf2}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#1f2c73;background-color:#c1c5da}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#1f2c73;border-color:#1f2c73}.list-group-item-warning{color:#92593e;background-color:#fdeae1}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#92593e;background-color:#e4d3cb}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#92593e;border-color:#92593e}.list-group-item-danger{color:#3f1526;background-color:#e1d3d9}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#3f1526;background-color:#cbbec3}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#3f1526;border-color:#3f1526}.list-group-item-light{color:#939496;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#939496;background-color:#e4e4e5}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#939496;border-color:#939496}.list-group-item-dark{color:#1b212d;background-color:#d5d7db}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b212d;background-color:#c0c2c5}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b212d;border-color:#1b212d}.btn-close{box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;color:#000;background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;border:0;border-radius:.5rem;opacity:.5}.btn-close:hover{color:#000;text-decoration:none;opacity:.75}.btn-close:focus{outline:0;box-shadow:0 0 1rem 0 rgba(140,152,164,.25);opacity:1}.btn-close.disabled,.btn-close:disabled{pointer-events:none;user-select:none;opacity:.25}.btn-close-white{filter:invert(1) grayscale(100%) brightness(200%)}.toast{--bs-toast-zindex:1090;--bs-toast-padding-x:1rem;--bs-toast-padding-y:1rem;--bs-toast-spacing:1.5rem;--bs-toast-max-width:350px;--bs-toast-font-size:0.875rem;--bs-toast-bg:rgba(255, 255, 255, 0.85);--bs-toast-border-width:0.0625rem;--bs-toast-border-color:rgba(220, 224, 229, 0.6);--bs-toast-border-radius:0.8125rem;--bs-toast-box-shadow:0rem 0.1875rem 0.375rem rgba(140, 152, 164, 0.25);--bs-toast-header-color:#8C98A4;--bs-toast-header-bg:rgba(255, 255, 255, 0.85);--bs-toast-header-border-color:rgba(0, 0, 0, 0.05);width:var(--bs-toast-max-width);max-width:100%;font-size:var(--bs-toast-font-size);color:var(--bs-toast-color);pointer-events:auto;background-color:var(--bs-toast-bg);background-clip:padding-box;border:var(--bs-toast-border-width) solid var(--bs-toast-border-color);box-shadow:var(--bs-toast-box-shadow);border-radius:var(--bs-toast-border-radius)}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{--bs-toast-zindex:1090;position:absolute;z-index:var(--bs-toast-zindex);width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:var(--bs-toast-spacing)}.toast-header{display:flex;align-items:center;padding:var(--bs-toast-padding-y) var(--bs-toast-padding-x);color:var(--bs-toast-header-color);background-color:var(--bs-toast-header-bg);background-clip:padding-box;border-bottom:var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);border-top-left-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));border-top-right-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width))}.toast-header .btn-close{margin-right:calc(-.5 * var(--bs-toast-padding-x));margin-left:var(--bs-toast-padding-x)}.toast-body{padding:var(--bs-toast-padding-x);word-wrap:break-word}.modal{--bs-modal-zindex:101;--bs-modal-width:550px;--bs-modal-padding:1.5rem;--bs-modal-margin:0.5rem;--bs-modal-bg:#fff;--bs-modal-border-color:transparent;--bs-modal-border-width:0.0625rem;--bs-modal-border-radius:0.8125rem;--bs-modal-box-shadow:0rem 0.1875rem 0.375rem rgba(140, 152, 164, 0.25);--bs-modal-inner-border-radius:0.75rem;--bs-modal-header-padding-x:1.5rem;--bs-modal-header-padding-y:1rem;--bs-modal-header-padding:1rem 1.5rem;--bs-modal-header-border-color:var(--bs-border-color);--bs-modal-header-border-width:0;--bs-modal-title-line-height:1.5;--bs-modal-footer-gap:0.5rem;--bs-modal-footer-border-color:var(--bs-border-color);--bs-modal-footer-border-width:0;position:fixed;top:0;left:0;z-index:var(--bs-modal-zindex);display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:var(--bs-modal-margin);pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - var(--bs-modal-margin) * 2)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - var(--bs-modal-margin) * 2)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;color:var(--bs-modal-color);pointer-events:auto;background-color:var(--bs-modal-bg);background-clip:padding-box;border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);border-radius:var(--bs-modal-border-radius);outline:0}.modal-backdrop{--bs-backdrop-zindex:100;--bs-backdrop-bg:rgba(45, 55, 75, 0.25);--bs-backdrop-opacity:1;position:fixed;top:0;left:0;z-index:var(--bs-backdrop-zindex);width:100vw;height:100vh;background-color:var(--bs-backdrop-bg)}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:var(--bs-backdrop-opacity)}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:var(--bs-modal-header-padding);border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);border-top-left-radius:var(--bs-modal-inner-border-radius);border-top-right-radius:var(--bs-modal-inner-border-radius)}.modal-header .btn-close{padding:calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);margin:calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto}.modal-title{margin-bottom:0;line-height:var(--bs-modal-title-line-height)}.modal-body{position:relative;flex:1 1 auto;padding:var(--bs-modal-padding)}.modal-footer{display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);background-color:var(--bs-modal-footer-bg);border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);border-bottom-right-radius:var(--bs-modal-inner-border-radius);border-bottom-left-radius:var(--bs-modal-inner-border-radius)}.modal-footer>*{margin:calc(var(--bs-modal-footer-gap) * .5)}@media (min-width:576px){.modal{--bs-modal-margin:1.75rem;--bs-modal-box-shadow:0rem 0.375rem 1.5rem 0rem rgba(140, 152, 164, 0.125)}.modal-dialog{max-width:var(--bs-modal-width);margin-right:auto;margin-left:auto}.modal-sm{--bs-modal-width:400px}}@media (min-width:992px){.modal-lg,.modal-xl{--bs-modal-width:800px}}@media (min-width:1200px){.modal-xl{--bs-modal-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-footer,.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}@media (max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-footer,.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media (max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-footer,.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media (max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-footer,.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media (max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-footer,.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}}@media (max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-footer,.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}}.tooltip{--bs-tooltip-zindex:1080;--bs-tooltip-max-width:200px;--bs-tooltip-padding-x:0.5rem;--bs-tooltip-padding-y:0.25rem;--bs-tooltip-font-size:0.8125rem;--bs-tooltip-color:#fff;--bs-tooltip-bg:#2d374b;--bs-tooltip-border-radius:0.5rem;--bs-tooltip-opacity:1;--bs-tooltip-arrow-width:0.8rem;--bs-tooltip-arrow-height:0.4rem;z-index:var(--bs-tooltip-zindex);display:block;padding:var(--bs-tooltip-arrow-height);margin:var(--bs-tooltip-margin);font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-tooltip-font-size);word-wrap:break-word;opacity:0}.tooltip.show{opacity:var(--bs-tooltip-opacity)}.tooltip .tooltip-arrow{display:block;width:var(--bs-tooltip-arrow-width);height:var(--bs-tooltip-arrow-height)}.tooltip .tooltip-arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,.bs-tooltip-top .tooltip-arrow::before{top:-1px;border-width:var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;border-top-color:var(--bs-tooltip-bg)}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{left:0;width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,.bs-tooltip-end .tooltip-arrow::before{right:-1px;border-width:calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;border-right-color:var(--bs-tooltip-bg)}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,.bs-tooltip-bottom .tooltip-arrow::before{bottom:-1px;border-width:0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);border-bottom-color:var(--bs-tooltip-bg)}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{right:0;width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,.bs-tooltip-start .tooltip-arrow::before{left:-1px;border-width:calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);border-left-color:var(--bs-tooltip-bg)}.tooltip-inner{max-width:var(--bs-tooltip-max-width);padding:var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);color:var(--bs-tooltip-color);text-align:center;background-color:var(--bs-tooltip-bg);border-radius:var(--bs-tooltip-border-radius)}.popover{--bs-popover-zindex:1070;--bs-popover-max-width:276px;--bs-popover-font-size:1rem;--bs-popover-bg:#fff;--bs-popover-border-width:0.0625rem;--bs-popover-border-color:transparent;--bs-popover-border-radius:0.8125rem;--bs-popover-inner-border-radius:0.75rem;--bs-popover-box-shadow:0rem 1rem 1.75rem 0rem rgba(45, 55, 75, 0.1);--bs-popover-header-padding-x:1.5rem;--bs-popover-header-padding-y:1rem;--bs-popover-header-font-size:1rem;--bs-popover-header-color:#2d374b;--bs-popover-header-bg:#f3f6f9;--bs-popover-body-padding-x:1.5rem;--bs-popover-body-padding-y:1.5rem;--bs-popover-body-color:#51596C;--bs-popover-arrow-width:1rem;--bs-popover-arrow-height:0.5rem;--bs-popover-arrow-border:var(--bs-popover-border-color);z-index:var(--bs-popover-zindex);display:block;max-width:var(--bs-popover-max-width);font-family:Inter,sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-popover-font-size);word-wrap:break-word;background-color:var(--bs-popover-bg);background-clip:padding-box;border:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-radius:var(--bs-popover-border-radius)}.popover .popover-arrow{display:block;width:var(--bs-popover-arrow-width);height:var(--bs-popover-arrow-height)}.popover .popover-arrow::after,.popover .popover-arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid;border-width:0}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::after,.bs-popover-top>.popover-arrow::before{border-width:var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::before{bottom:0;border-top-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.bs-popover-top>.popover-arrow::after{bottom:var(--bs-popover-border-width);border-top-color:var(--bs-popover-bg)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{left:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::after,.bs-popover-end>.popover-arrow::before{border-width:calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::before{left:0;border-right-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.bs-popover-end>.popover-arrow::after{left:var(--bs-popover-border-width);border-right-color:var(--bs-popover-bg)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::after,.bs-popover-bottom>.popover-arrow::before{border-width:0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::before{top:0;border-bottom-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.bs-popover-bottom>.popover-arrow::after{top:var(--bs-popover-border-width);border-bottom-color:var(--bs-popover-bg)}.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:var(--bs-popover-arrow-width);margin-left:calc(-.5 * var(--bs-popover-arrow-width));content:"";border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-header-bg)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{right:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::after,.bs-popover-start>.popover-arrow::before{border-width:calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::before{right:0;border-left-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.bs-popover-start>.popover-arrow::after{right:var(--bs-popover-border-width);border-left-color:var(--bs-popover-bg)}.popover-header{padding:var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);margin-bottom:0;font-size:var(--bs-popover-header-font-size);color:var(--bs-popover-header-color);background-color:var(--bs-popover-header-bg);border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-top-left-radius:var(--bs-popover-inner-border-radius);border-top-right-radius:var(--bs-popover-inner-border-radius)}.popover-header:empty{display:none}.popover-body{padding:var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);color:var(--bs-popover-body-color)}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){transform:translateX(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:0 0;border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%;list-style:none}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}.spinner-border,.spinner-grow{display:inline-block;width:var(--bs-spinner-width);height:var(--bs-spinner-height);vertical-align:var(--bs-spinner-vertical-align);border-radius:50%;animation:var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-0.125em;--bs-spinner-border-width:0.25em;--bs-spinner-animation-speed:0.75s;--bs-spinner-animation-name:spinner-border;border:var(--bs-spinner-border-width) solid currentcolor;border-right-color:transparent}.spinner-border-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem;--bs-spinner-border-width:0.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-0.125em;--bs-spinner-animation-speed:0.75s;--bs-spinner-animation-name:spinner-grow;background-color:currentcolor;opacity:0}.spinner-grow-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{--bs-spinner-animation-speed:1.5s}}.offcanvas,.offcanvas-lg,.offcanvas-md,.offcanvas-sm,.offcanvas-xl,.offcanvas-xxl{--bs-offcanvas-zindex:1045;--bs-offcanvas-width:400px;--bs-offcanvas-height:30vh;--bs-offcanvas-padding-x:1.5rem;--bs-offcanvas-padding-y:1.5rem;--bs-offcanvas-bg:#fff;--bs-offcanvas-border-width:0.0625rem;--bs-offcanvas-border-color:transparent;--bs-offcanvas-box-shadow:0rem 0.1875rem 0.375rem rgba(140, 152, 164, 0.25)}@media (max-width:575.98px){.offcanvas-sm{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}}@media (max-width:575.98px) and (prefers-reduced-motion:reduce){.offcanvas-sm{transition:none}}@media (max-width:575.98px){.offcanvas-sm.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}}@media (max-width:575.98px){.offcanvas-sm.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}}@media (max-width:575.98px){.offcanvas-sm.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}}@media (max-width:575.98px){.offcanvas-sm.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}}@media (max-width:575.98px){.offcanvas-sm.show:not(.hiding),.offcanvas-sm.showing{transform:none}}@media (max-width:575.98px){.offcanvas-sm.hiding,.offcanvas-sm.show,.offcanvas-sm.showing{visibility:visible}}@media (min-width:576px){.offcanvas-sm{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-sm .offcanvas-header{display:none}.offcanvas-sm .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width:767.98px){.offcanvas-md{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}}@media (max-width:767.98px) and (prefers-reduced-motion:reduce){.offcanvas-md{transition:none}}@media (max-width:767.98px){.offcanvas-md.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}}@media (max-width:767.98px){.offcanvas-md.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}}@media (max-width:767.98px){.offcanvas-md.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}}@media (max-width:767.98px){.offcanvas-md.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}}@media (max-width:767.98px){.offcanvas-md.show:not(.hiding),.offcanvas-md.showing{transform:none}}@media (max-width:767.98px){.offcanvas-md.hiding,.offcanvas-md.show,.offcanvas-md.showing{visibility:visible}}@media (min-width:768px){.offcanvas-md{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-md .offcanvas-header{display:none}.offcanvas-md .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width:991.98px){.offcanvas-lg{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}}@media (max-width:991.98px) and (prefers-reduced-motion:reduce){.offcanvas-lg{transition:none}}@media (max-width:991.98px){.offcanvas-lg.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}}@media (max-width:991.98px){.offcanvas-lg.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}}@media (max-width:991.98px){.offcanvas-lg.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}}@media (max-width:991.98px){.offcanvas-lg.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}}@media (max-width:991.98px){.offcanvas-lg.show:not(.hiding),.offcanvas-lg.showing{transform:none}}@media (max-width:991.98px){.offcanvas-lg.hiding,.offcanvas-lg.show,.offcanvas-lg.showing{visibility:visible}}@media (min-width:992px){.offcanvas-lg{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-lg .offcanvas-header{display:none}.offcanvas-lg .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width:1199.98px){.offcanvas-xl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}}@media (max-width:1199.98px) and (prefers-reduced-motion:reduce){.offcanvas-xl{transition:none}}@media (max-width:1199.98px){.offcanvas-xl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}}@media (max-width:1199.98px){.offcanvas-xl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}}@media (max-width:1199.98px){.offcanvas-xl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}}@media (max-width:1199.98px){.offcanvas-xl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}}@media (max-width:1199.98px){.offcanvas-xl.show:not(.hiding),.offcanvas-xl.showing{transform:none}}@media (max-width:1199.98px){.offcanvas-xl.hiding,.offcanvas-xl.show,.offcanvas-xl.showing{visibility:visible}}@media (min-width:1200px){.offcanvas-xl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-xl .offcanvas-header{display:none}.offcanvas-xl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width:1399.98px){.offcanvas-xxl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}}@media (max-width:1399.98px) and (prefers-reduced-motion:reduce){.offcanvas-xxl{transition:none}}@media (max-width:1399.98px){.offcanvas-xxl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}}@media (max-width:1399.98px){.offcanvas-xxl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}}@media (max-width:1399.98px){.offcanvas-xxl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}}@media (max-width:1399.98px){.offcanvas-xxl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}}@media (max-width:1399.98px){.offcanvas-xxl.show:not(.hiding),.offcanvas-xxl.showing{transform:none}}@media (max-width:1399.98px){.offcanvas-xxl.hiding,.offcanvas-xxl.show,.offcanvas-xxl.showing{visibility:visible}}@media (min-width:1400px){.offcanvas-xxl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-xxl .offcanvas-header{display:none}.offcanvas-xxl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}.offcanvas{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}@media (prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas.show:not(.hiding),.offcanvas.showing{transform:none}.offcanvas.hiding,.offcanvas.show,.offcanvas.showing{visibility:visible}.offcanvas-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:rgba(45,55,75,.25)}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:1}.offcanvas-header{display:flex;align-items:center;justify-content:space-between;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)}.offcanvas-header .btn-close{padding:calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);margin-top:calc(-.5 * var(--bs-offcanvas-padding-y));margin-right:calc(-.5 * var(--bs-offcanvas-padding-x));margin-bottom:calc(-.5 * var(--bs-offcanvas-padding-y))}.offcanvas-title{margin-bottom:0;line-height:1.5}.offcanvas-body{flex-grow:1;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);overflow-y:auto}.placeholder{display:inline-block;min-height:1em;vertical-align:middle;cursor:wait;background-color:currentcolor;opacity:.5}.placeholder.btn::before{display:inline-block;content:""}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{animation:placeholder-glow 2s ease-in-out infinite}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,.8) 75%,#000 95%);mask-size:200% 100%;animation:placeholder-wave 2s linear infinite}@keyframes placeholder-wave{100%{mask-position:-200% 0}}.clearfix::after{display:block;clear:both;content:""}.text-bg-primary{color:#fff!important;background-color:RGBA(10,191,83,var(--bs-bg-opacity,1))!important}.text-bg-secondary{color:#fff!important;background-color:RGBA(81,89,108,var(--bs-bg-opacity,1))!important}.text-bg-success{color:#fff!important;background-color:RGBA(7,124,118,var(--bs-bg-opacity,1))!important}.text-bg-info{color:#fff!important;background-color:RGBA(51,74,192,var(--bs-bg-opacity,1))!important}.text-bg-warning{color:#000!important;background-color:RGBA(243,149,104,var(--bs-bg-opacity,1))!important}.text-bg-danger{color:#fff!important;background-color:RGBA(105,35,64,var(--bs-bg-opacity,1))!important}.text-bg-light{color:#000!important;background-color:RGBA(245,247,250,var(--bs-bg-opacity,1))!important}.text-bg-dark{color:#fff!important;background-color:RGBA(45,55,75,var(--bs-bg-opacity,1))!important}.link-primary{color:#0abf53!important}.link-primary:focus,.link-primary:hover{color:#089942!important}.link-secondary{color:#51596c!important}.link-secondary:focus,.link-secondary:hover{color:#414756!important}.link-success{color:#077c76!important}.link-success:focus,.link-success:hover{color:#06635e!important}.link-info{color:#334ac0!important}.link-info:focus,.link-info:hover{color:#293b9a!important}.link-warning{color:#f39568!important}.link-warning:focus,.link-warning:hover{color:#f5aa86!important}.link-danger{color:#692340!important}.link-danger:focus,.link-danger:hover{color:#541c33!important}.link-light{color:#f5f7fa!important}.link-light:focus,.link-light:hover{color:#f7f9fb!important}.link-dark{color:#2d374b!important}.link-dark:focus,.link-dark:hover{color:#242c3c!important}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:75%}.ratio-16x9{--bs-aspect-ratio:56.25%}.ratio-21x9{--bs-aspect-ratio:42.8571428571%}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:sticky;top:0;z-index:1020}.sticky-bottom{position:sticky;bottom:0;z-index:1020}@media (min-width:576px){.sticky-sm-top{position:sticky;top:0;z-index:1020}.sticky-sm-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width:768px){.sticky-md-top{position:sticky;top:0;z-index:1020}.sticky-md-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width:992px){.sticky-lg-top{position:sticky;top:0;z-index:1020}.sticky-lg-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width:1200px){.sticky-xl-top{position:sticky;top:0;z-index:1020}.sticky-xl-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width:1400px){.sticky-xxl-top{position:sticky;top:0;z-index:1020}.sticky-xxl-bottom{position:sticky;bottom:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:1px;min-height:1em;background-color:currentcolor;opacity:1}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:0 .375rem 1.5rem 0 rgba(140,152,164,.125)!important}.shadow-sm{box-shadow:0 .1875rem .375rem rgba(140,152,164,.25)!important}.shadow-lg{box-shadow:0 1rem 1.75rem 0 rgba(45,55,75,.1)!important}.shadow-none{box-shadow:none!important}.shadow-xl{box-shadow:0 2.75rem 5.5rem -3.5rem rgba(45,55,75,.2),0 2rem 4rem -2rem rgba(45,55,75,.3)!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.top-auto{top:auto!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.bottom-auto{bottom:auto!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.start-auto{left:auto!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.end-auto{right:auto!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translateX(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-0{border:0!important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-top-0{border-top:0!important}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-start-0{border-left:0!important}.border-primary{--bs-border-opacity:1;border-color:rgba(var(--bs-primary-rgb),var(--bs-border-opacity))!important}.border-secondary{--bs-border-opacity:1;border-color:rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important}.border-success{--bs-border-opacity:1;border-color:rgba(var(--bs-success-rgb),var(--bs-border-opacity))!important}.border-info{--bs-border-opacity:1;border-color:rgba(var(--bs-info-rgb),var(--bs-border-opacity))!important}.border-warning{--bs-border-opacity:1;border-color:rgba(var(--bs-warning-rgb),var(--bs-border-opacity))!important}.border-danger{--bs-border-opacity:1;border-color:rgba(var(--bs-danger-rgb),var(--bs-border-opacity))!important}.border-light{--bs-border-opacity:1;border-color:rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important}.border-dark{--bs-border-opacity:1;border-color:rgba(var(--bs-dark-rgb),var(--bs-border-opacity))!important}.border-white{--bs-border-opacity:1;border-color:rgba(var(--bs-white-rgb),var(--bs-border-opacity))!important}.border-white-10{--bs-border-opacity:1;border-color:rgba(255,255,255,.1)!important}.border-1{--bs-border-width:1px}.border-2{--bs-border-width:2px}.border-3{--bs-border-width:3px}.border-4{--bs-border-width:4px}.border-5{--bs-border-width:5px}.border-opacity-10{--bs-border-opacity:0.1}.border-opacity-25{--bs-border-opacity:0.25}.border-opacity-50{--bs-border-opacity:0.5}.border-opacity-75{--bs-border-opacity:0.75}.border-opacity-100{--bs-border-opacity:1}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.w-65{width:65%!important}.w-85{width:85%!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.h-65{height:65%!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.min-vh-35{min-height:35vh!important}.min-vh-75{min-height:75vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:2rem!important}.m-6{margin:2.5rem!important}.m-7{margin:3rem!important}.m-8{margin:3.5rem!important}.m-9{margin:4rem!important}.m-10{margin:4.5rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:2rem!important;margin-left:2rem!important}.mx-6{margin-right:2.5rem!important;margin-left:2.5rem!important}.mx-7{margin-right:3rem!important;margin-left:3rem!important}.mx-8{margin-right:3.5rem!important;margin-left:3.5rem!important}.mx-9{margin-right:4rem!important;margin-left:4rem!important}.mx-10{margin-right:4.5rem!important;margin-left:4.5rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:2rem!important;margin-bottom:2rem!important}.my-6{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.my-7{margin-top:3rem!important;margin-bottom:3rem!important}.my-8{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.my-9{margin-top:4rem!important;margin-bottom:4rem!important}.my-10{margin-top:4.5rem!important;margin-bottom:4.5rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:2rem!important}.mt-6{margin-top:2.5rem!important}.mt-7{margin-top:3rem!important}.mt-8{margin-top:3.5rem!important}.mt-9{margin-top:4rem!important}.mt-10{margin-top:4.5rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:2rem!important}.me-6{margin-right:2.5rem!important}.me-7{margin-right:3rem!important}.me-8{margin-right:3.5rem!important}.me-9{margin-right:4rem!important}.me-10{margin-right:4.5rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:2rem!important}.mb-6{margin-bottom:2.5rem!important}.mb-7{margin-bottom:3rem!important}.mb-8{margin-bottom:3.5rem!important}.mb-9{margin-bottom:4rem!important}.mb-10{margin-bottom:4.5rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:2rem!important}.ms-6{margin-left:2.5rem!important}.ms-7{margin-left:3rem!important}.ms-8{margin-left:3.5rem!important}.ms-9{margin-left:4rem!important}.ms-10{margin-left:4.5rem!important}.ms-auto{margin-left:auto!important}.m-n1{margin:-.25rem!important}.m-n2{margin:-.5rem!important}.m-n3{margin:-1rem!important}.m-n4{margin:-1.5rem!important}.m-n5{margin:-2rem!important}.m-n6{margin:-2.5rem!important}.m-n7{margin:-3rem!important}.m-n8{margin:-3.5rem!important}.m-n9{margin:-4rem!important}.m-n10{margin:-4.5rem!important}.mx-n1{margin-right:-.25rem!important;margin-left:-.25rem!important}.mx-n2{margin-right:-.5rem!important;margin-left:-.5rem!important}.mx-n3{margin-right:-1rem!important;margin-left:-1rem!important}.mx-n4{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-n5{margin-right:-2rem!important;margin-left:-2rem!important}.mx-n6{margin-right:-2.5rem!important;margin-left:-2.5rem!important}.mx-n7{margin-right:-3rem!important;margin-left:-3rem!important}.mx-n8{margin-right:-3.5rem!important;margin-left:-3.5rem!important}.mx-n9{margin-right:-4rem!important;margin-left:-4rem!important}.mx-n10{margin-right:-4.5rem!important;margin-left:-4.5rem!important}.my-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}.my-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}.my-n3{margin-top:-1rem!important;margin-bottom:-1rem!important}.my-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-n5{margin-top:-2rem!important;margin-bottom:-2rem!important}.my-n6{margin-top:-2.5rem!important;margin-bottom:-2.5rem!important}.my-n7{margin-top:-3rem!important;margin-bottom:-3rem!important}.my-n8{margin-top:-3.5rem!important;margin-bottom:-3.5rem!important}.my-n9{margin-top:-4rem!important;margin-bottom:-4rem!important}.my-n10{margin-top:-4.5rem!important;margin-bottom:-4.5rem!important}.mt-n1{margin-top:-.25rem!important}.mt-n2{margin-top:-.5rem!important}.mt-n3{margin-top:-1rem!important}.mt-n4{margin-top:-1.5rem!important}.mt-n5{margin-top:-2rem!important}.mt-n6{margin-top:-2.5rem!important}.mt-n7{margin-top:-3rem!important}.mt-n8{margin-top:-3.5rem!important}.mt-n9{margin-top:-4rem!important}.mt-n10{margin-top:-4.5rem!important}.me-n1{margin-right:-.25rem!important}.me-n2{margin-right:-.5rem!important}.me-n3{margin-right:-1rem!important}.me-n4{margin-right:-1.5rem!important}.me-n5{margin-right:-2rem!important}.me-n6{margin-right:-2.5rem!important}.me-n7{margin-right:-3rem!important}.me-n8{margin-right:-3.5rem!important}.me-n9{margin-right:-4rem!important}.me-n10{margin-right:-4.5rem!important}.mb-n1{margin-bottom:-.25rem!important}.mb-n2{margin-bottom:-.5rem!important}.mb-n3{margin-bottom:-1rem!important}.mb-n4{margin-bottom:-1.5rem!important}.mb-n5{margin-bottom:-2rem!important}.mb-n6{margin-bottom:-2.5rem!important}.mb-n7{margin-bottom:-3rem!important}.mb-n8{margin-bottom:-3.5rem!important}.mb-n9{margin-bottom:-4rem!important}.mb-n10{margin-bottom:-4.5rem!important}.ms-n1{margin-left:-.25rem!important}.ms-n2{margin-left:-.5rem!important}.ms-n3{margin-left:-1rem!important}.ms-n4{margin-left:-1.5rem!important}.ms-n5{margin-left:-2rem!important}.ms-n6{margin-left:-2.5rem!important}.ms-n7{margin-left:-3rem!important}.ms-n8{margin-left:-3.5rem!important}.ms-n9{margin-left:-4rem!important}.ms-n10{margin-left:-4.5rem!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:2rem!important}.p-6{padding:2.5rem!important}.p-7{padding:3rem!important}.p-8{padding:3.5rem!important}.p-9{padding:4rem!important}.p-10{padding:4.5rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:2rem!important;padding-left:2rem!important}.px-6{padding-right:2.5rem!important;padding-left:2.5rem!important}.px-7{padding-right:3rem!important;padding-left:3rem!important}.px-8{padding-right:3.5rem!important;padding-left:3.5rem!important}.px-9{padding-right:4rem!important;padding-left:4rem!important}.px-10{padding-right:4.5rem!important;padding-left:4.5rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:2rem!important;padding-bottom:2rem!important}.py-6{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.py-7{padding-top:3rem!important;padding-bottom:3rem!important}.py-8{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.py-9{padding-top:4rem!important;padding-bottom:4rem!important}.py-10{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:2rem!important}.pt-6{padding-top:2.5rem!important}.pt-7{padding-top:3rem!important}.pt-8{padding-top:3.5rem!important}.pt-9{padding-top:4rem!important}.pt-10{padding-top:4.5rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:2rem!important}.pe-6{padding-right:2.5rem!important}.pe-7{padding-right:3rem!important}.pe-8{padding-right:3.5rem!important}.pe-9{padding-right:4rem!important}.pe-10{padding-right:4.5rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:2rem!important}.pb-6{padding-bottom:2.5rem!important}.pb-7{padding-bottom:3rem!important}.pb-8{padding-bottom:3.5rem!important}.pb-9{padding-bottom:4rem!important}.pb-10{padding-bottom:4.5rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:2rem!important}.ps-6{padding-left:2.5rem!important}.ps-7{padding-left:3rem!important}.ps-8{padding-left:3.5rem!important}.ps-9{padding-left:4rem!important}.ps-10{padding-left:4.5rem!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:2rem!important}.gap-6{gap:2.5rem!important}.gap-7{gap:3rem!important}.gap-8{gap:3.5rem!important}.gap-9{gap:4rem!important}.gap-10{gap:4.5rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.35rem + 1.2vw)!important}.fs-2{font-size:calc(1.3rem + .6vw)!important}.fs-3{font-size:1.25rem!important}.fs-4{font-size:1rem!important}.fs-5{font-size:.875rem!important}.fs-6{font-size:.8125rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-light{font-weight:300!important}.fw-lighter{font-weight:lighter!important}.fw-normal{font-weight:400!important}.fw-bold{font-weight:700!important}.fw-semibold{font-weight:600!important}.fw-bolder{font-weight:bolder!important}.fw-medium{font-weight:500!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity:1;color:#8997a4!important}.text-black-50{--bs-text-opacity:1;color:rgba(0,0,0,.5)!important}.text-white-50{--bs-text-opacity:1;color:rgba(255,255,255,.5)!important}.text-reset{--bs-text-opacity:1;color:inherit!important}.text-white-70{--bs-text-opacity:1;color:rgba(255,255,255,.7)!important}.text-opacity-25{--bs-text-opacity:0.25}.text-opacity-50{--bs-text-opacity:0.5}.text-opacity-75{--bs-text-opacity:0.75}.text-opacity-100{--bs-text-opacity:1}.bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity:1;background-color:transparent!important}.bg-opacity-10{--bs-bg-opacity:0.1}.bg-opacity-25{--bs-bg-opacity:0.25}.bg-opacity-50{--bs-bg-opacity:0.5}.bg-opacity-75{--bs-bg-opacity:0.75}.bg-opacity-100{--bs-bg-opacity:1}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{user-select:all!important}.user-select-auto{user-select:auto!important}.user-select-none{user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:var(--bs-border-radius)!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:var(--bs-border-radius-sm)!important}.rounded-2{border-radius:var(--bs-border-radius)!important}.rounded-3{border-radius:var(--bs-border-radius-lg)!important}.rounded-4{border-radius:var(--bs-border-radius-xl)!important}.rounded-5{border-radius:var(--bs-border-radius-2xl)!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:var(--bs-border-radius-pill)!important}.rounded-top{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-end{border-top-right-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-bottom{border-bottom-right-radius:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-border-radius)!important}.rounded-start{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.content-space-t-0{padding-top:0!important}.content-space-t-1{padding-top:3.5rem!important}.content-space-t-2{padding-top:5rem!important}.content-space-t-3{padding-top:7.5rem!important}.content-space-t-4{padding-top:10rem!important}.content-space-t-auto{padding-top:auto!important}.content-space-b-0{padding-bottom:0!important}.content-space-b-1{padding-bottom:3.5rem!important}.content-space-b-2{padding-bottom:5rem!important}.content-space-b-3{padding-bottom:7.5rem!important}.content-space-b-4{padding-bottom:10rem!important}.content-space-b-auto{padding-bottom:auto!important}.content-space-0{padding-top:0!important;padding-bottom:0!important}.content-space-1{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.content-space-2{padding-top:5rem!important;padding-bottom:5rem!important}.content-space-3{padding-top:7.5rem!important;padding-bottom:7.5rem!important}.content-space-4{padding-top:10rem!important;padding-bottom:10rem!important}.content-space-auto{padding-top:auto!important;padding-bottom:auto!important}.zi-n1{z-index:-1!important}.zi-0{z-index:0!important}.zi-1{z-index:1!important}.zi-2{z-index:2!important}.zi-3{z-index:3!important}.bg-soft-primary{background-color:rgba(10,191,83,.075)!important}.bg-soft-secondary{background-color:rgba(81,89,108,.075)!important}.bg-soft-success{background-color:rgba(7,124,118,.075)!important}.bg-soft-info{background-color:rgba(51,74,192,.075)!important}.bg-soft-warning{background-color:rgba(243,149,104,.075)!important}.bg-soft-danger{background-color:rgba(105,35,64,.075)!important}.bg-soft-light{background-color:rgba(245,247,250,.075)!important}.bg-soft-dark{background-color:rgba(45,55,75,.075)!important}.min-h-100{min-height:100%!important}@media (min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.position-sm-static{position:static!important}.position-sm-relative{position:relative!important}.position-sm-absolute{position:absolute!important}.position-sm-fixed{position:fixed!important}.position-sm-sticky{position:sticky!important}.top-sm-0{top:0!important}.top-sm-50{top:50%!important}.top-sm-100{top:100%!important}.top-sm-auto{top:auto!important}.bottom-sm-0{bottom:0!important}.bottom-sm-50{bottom:50%!important}.bottom-sm-100{bottom:100%!important}.bottom-sm-auto{bottom:auto!important}.start-sm-0{left:0!important}.start-sm-50{left:50%!important}.start-sm-100{left:100%!important}.start-sm-auto{left:auto!important}.end-sm-0{right:0!important}.end-sm-50{right:50%!important}.end-sm-100{right:100%!important}.end-sm-auto{right:auto!important}.translate-middle-sm{transform:translate(-50%,-50%)!important}.translate-middle-sm-x{transform:translateX(-50%)!important}.translate-middle-sm-y{transform:translateY(-50%)!important}.w-sm-25{width:25%!important}.w-sm-50{width:50%!important}.w-sm-75{width:75%!important}.w-sm-100{width:100%!important}.w-sm-auto{width:auto!important}.w-sm-65{width:65%!important}.w-sm-85{width:85%!important}.h-sm-25{height:25%!important}.h-sm-50{height:50%!important}.h-sm-75{height:75%!important}.h-sm-100{height:100%!important}.h-sm-auto{height:auto!important}.h-sm-65{height:65%!important}.vh-sm-100{height:100vh!important}.min-vh-sm-100{min-height:100vh!important}.min-vh-sm-35{min-height:35vh!important}.min-vh-sm-75{min-height:75vh!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:2rem!important}.m-sm-6{margin:2.5rem!important}.m-sm-7{margin:3rem!important}.m-sm-8{margin:3.5rem!important}.m-sm-9{margin:4rem!important}.m-sm-10{margin:4.5rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:2rem!important;margin-left:2rem!important}.mx-sm-6{margin-right:2.5rem!important;margin-left:2.5rem!important}.mx-sm-7{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-8{margin-right:3.5rem!important;margin-left:3.5rem!important}.mx-sm-9{margin-right:4rem!important;margin-left:4rem!important}.mx-sm-10{margin-right:4.5rem!important;margin-left:4.5rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:2rem!important;margin-bottom:2rem!important}.my-sm-6{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.my-sm-7{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-8{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.my-sm-9{margin-top:4rem!important;margin-bottom:4rem!important}.my-sm-10{margin-top:4.5rem!important;margin-bottom:4.5rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:2rem!important}.mt-sm-6{margin-top:2.5rem!important}.mt-sm-7{margin-top:3rem!important}.mt-sm-8{margin-top:3.5rem!important}.mt-sm-9{margin-top:4rem!important}.mt-sm-10{margin-top:4.5rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:2rem!important}.me-sm-6{margin-right:2.5rem!important}.me-sm-7{margin-right:3rem!important}.me-sm-8{margin-right:3.5rem!important}.me-sm-9{margin-right:4rem!important}.me-sm-10{margin-right:4.5rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:2rem!important}.mb-sm-6{margin-bottom:2.5rem!important}.mb-sm-7{margin-bottom:3rem!important}.mb-sm-8{margin-bottom:3.5rem!important}.mb-sm-9{margin-bottom:4rem!important}.mb-sm-10{margin-bottom:4.5rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:2rem!important}.ms-sm-6{margin-left:2.5rem!important}.ms-sm-7{margin-left:3rem!important}.ms-sm-8{margin-left:3.5rem!important}.ms-sm-9{margin-left:4rem!important}.ms-sm-10{margin-left:4.5rem!important}.ms-sm-auto{margin-left:auto!important}.m-sm-n1{margin:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.m-sm-n3{margin:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.m-sm-n5{margin:-2rem!important}.m-sm-n6{margin:-2.5rem!important}.m-sm-n7{margin:-3rem!important}.m-sm-n8{margin:-3.5rem!important}.m-sm-n9{margin:-4rem!important}.m-sm-n10{margin:-4.5rem!important}.mx-sm-n1{margin-right:-.25rem!important;margin-left:-.25rem!important}.mx-sm-n2{margin-right:-.5rem!important;margin-left:-.5rem!important}.mx-sm-n3{margin-right:-1rem!important;margin-left:-1rem!important}.mx-sm-n4{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-sm-n5{margin-right:-2rem!important;margin-left:-2rem!important}.mx-sm-n6{margin-right:-2.5rem!important;margin-left:-2.5rem!important}.mx-sm-n7{margin-right:-3rem!important;margin-left:-3rem!important}.mx-sm-n8{margin-right:-3.5rem!important;margin-left:-3.5rem!important}.mx-sm-n9{margin-right:-4rem!important;margin-left:-4rem!important}.mx-sm-n10{margin-right:-4.5rem!important;margin-left:-4.5rem!important}.my-sm-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}.my-sm-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}.my-sm-n3{margin-top:-1rem!important;margin-bottom:-1rem!important}.my-sm-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-sm-n5{margin-top:-2rem!important;margin-bottom:-2rem!important}.my-sm-n6{margin-top:-2.5rem!important;margin-bottom:-2.5rem!important}.my-sm-n7{margin-top:-3rem!important;margin-bottom:-3rem!important}.my-sm-n8{margin-top:-3.5rem!important;margin-bottom:-3.5rem!important}.my-sm-n9{margin-top:-4rem!important;margin-bottom:-4rem!important}.my-sm-n10{margin-top:-4.5rem!important;margin-bottom:-4.5rem!important}.mt-sm-n1{margin-top:-.25rem!important}.mt-sm-n2{margin-top:-.5rem!important}.mt-sm-n3{margin-top:-1rem!important}.mt-sm-n4{margin-top:-1.5rem!important}.mt-sm-n5{margin-top:-2rem!important}.mt-sm-n6{margin-top:-2.5rem!important}.mt-sm-n7{margin-top:-3rem!important}.mt-sm-n8{margin-top:-3.5rem!important}.mt-sm-n9{margin-top:-4rem!important}.mt-sm-n10{margin-top:-4.5rem!important}.me-sm-n1{margin-right:-.25rem!important}.me-sm-n2{margin-right:-.5rem!important}.me-sm-n3{margin-right:-1rem!important}.me-sm-n4{margin-right:-1.5rem!important}.me-sm-n5{margin-right:-2rem!important}.me-sm-n6{margin-right:-2.5rem!important}.me-sm-n7{margin-right:-3rem!important}.me-sm-n8{margin-right:-3.5rem!important}.me-sm-n9{margin-right:-4rem!important}.me-sm-n10{margin-right:-4.5rem!important}.mb-sm-n1{margin-bottom:-.25rem!important}.mb-sm-n2{margin-bottom:-.5rem!important}.mb-sm-n3{margin-bottom:-1rem!important}.mb-sm-n4{margin-bottom:-1.5rem!important}.mb-sm-n5{margin-bottom:-2rem!important}.mb-sm-n6{margin-bottom:-2.5rem!important}.mb-sm-n7{margin-bottom:-3rem!important}.mb-sm-n8{margin-bottom:-3.5rem!important}.mb-sm-n9{margin-bottom:-4rem!important}.mb-sm-n10{margin-bottom:-4.5rem!important}.ms-sm-n1{margin-left:-.25rem!important}.ms-sm-n2{margin-left:-.5rem!important}.ms-sm-n3{margin-left:-1rem!important}.ms-sm-n4{margin-left:-1.5rem!important}.ms-sm-n5{margin-left:-2rem!important}.ms-sm-n6{margin-left:-2.5rem!important}.ms-sm-n7{margin-left:-3rem!important}.ms-sm-n8{margin-left:-3.5rem!important}.ms-sm-n9{margin-left:-4rem!important}.ms-sm-n10{margin-left:-4.5rem!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:2rem!important}.p-sm-6{padding:2.5rem!important}.p-sm-7{padding:3rem!important}.p-sm-8{padding:3.5rem!important}.p-sm-9{padding:4rem!important}.p-sm-10{padding:4.5rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:2rem!important;padding-left:2rem!important}.px-sm-6{padding-right:2.5rem!important;padding-left:2.5rem!important}.px-sm-7{padding-right:3rem!important;padding-left:3rem!important}.px-sm-8{padding-right:3.5rem!important;padding-left:3.5rem!important}.px-sm-9{padding-right:4rem!important;padding-left:4rem!important}.px-sm-10{padding-right:4.5rem!important;padding-left:4.5rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:2rem!important;padding-bottom:2rem!important}.py-sm-6{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.py-sm-7{padding-top:3rem!important;padding-bottom:3rem!important}.py-sm-8{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.py-sm-9{padding-top:4rem!important;padding-bottom:4rem!important}.py-sm-10{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:2rem!important}.pt-sm-6{padding-top:2.5rem!important}.pt-sm-7{padding-top:3rem!important}.pt-sm-8{padding-top:3.5rem!important}.pt-sm-9{padding-top:4rem!important}.pt-sm-10{padding-top:4.5rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:2rem!important}.pe-sm-6{padding-right:2.5rem!important}.pe-sm-7{padding-right:3rem!important}.pe-sm-8{padding-right:3.5rem!important}.pe-sm-9{padding-right:4rem!important}.pe-sm-10{padding-right:4.5rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:2rem!important}.pb-sm-6{padding-bottom:2.5rem!important}.pb-sm-7{padding-bottom:3rem!important}.pb-sm-8{padding-bottom:3.5rem!important}.pb-sm-9{padding-bottom:4rem!important}.pb-sm-10{padding-bottom:4.5rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:2rem!important}.ps-sm-6{padding-left:2.5rem!important}.ps-sm-7{padding-left:3rem!important}.ps-sm-8{padding-left:3.5rem!important}.ps-sm-9{padding-left:4rem!important}.ps-sm-10{padding-left:4.5rem!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:2rem!important}.gap-sm-6{gap:2.5rem!important}.gap-sm-7{gap:3rem!important}.gap-sm-8{gap:3.5rem!important}.gap-sm-9{gap:4rem!important}.gap-sm-10{gap:4.5rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}.content-space-t-sm-0{padding-top:0!important}.content-space-t-sm-1{padding-top:3.5rem!important}.content-space-t-sm-2{padding-top:5rem!important}.content-space-t-sm-3{padding-top:7.5rem!important}.content-space-t-sm-4{padding-top:10rem!important}.content-space-t-sm-auto{padding-top:auto!important}.content-space-b-sm-0{padding-bottom:0!important}.content-space-b-sm-1{padding-bottom:3.5rem!important}.content-space-b-sm-2{padding-bottom:5rem!important}.content-space-b-sm-3{padding-bottom:7.5rem!important}.content-space-b-sm-4{padding-bottom:10rem!important}.content-space-b-sm-auto{padding-bottom:auto!important}.content-space-sm-0{padding-top:0!important;padding-bottom:0!important}.content-space-sm-1{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.content-space-sm-2{padding-top:5rem!important;padding-bottom:5rem!important}.content-space-sm-3{padding-top:7.5rem!important;padding-bottom:7.5rem!important}.content-space-sm-4{padding-top:10rem!important;padding-bottom:10rem!important}.content-space-sm-auto{padding-top:auto!important;padding-bottom:auto!important}}@media (min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.position-md-static{position:static!important}.position-md-relative{position:relative!important}.position-md-absolute{position:absolute!important}.position-md-fixed{position:fixed!important}.position-md-sticky{position:sticky!important}.top-md-0{top:0!important}.top-md-50{top:50%!important}.top-md-100{top:100%!important}.top-md-auto{top:auto!important}.bottom-md-0{bottom:0!important}.bottom-md-50{bottom:50%!important}.bottom-md-100{bottom:100%!important}.bottom-md-auto{bottom:auto!important}.start-md-0{left:0!important}.start-md-50{left:50%!important}.start-md-100{left:100%!important}.start-md-auto{left:auto!important}.end-md-0{right:0!important}.end-md-50{right:50%!important}.end-md-100{right:100%!important}.end-md-auto{right:auto!important}.translate-middle-md{transform:translate(-50%,-50%)!important}.translate-middle-md-x{transform:translateX(-50%)!important}.translate-middle-md-y{transform:translateY(-50%)!important}.w-md-25{width:25%!important}.w-md-50{width:50%!important}.w-md-75{width:75%!important}.w-md-100{width:100%!important}.w-md-auto{width:auto!important}.w-md-65{width:65%!important}.w-md-85{width:85%!important}.h-md-25{height:25%!important}.h-md-50{height:50%!important}.h-md-75{height:75%!important}.h-md-100{height:100%!important}.h-md-auto{height:auto!important}.h-md-65{height:65%!important}.vh-md-100{height:100vh!important}.min-vh-md-100{min-height:100vh!important}.min-vh-md-35{min-height:35vh!important}.min-vh-md-75{min-height:75vh!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:2rem!important}.m-md-6{margin:2.5rem!important}.m-md-7{margin:3rem!important}.m-md-8{margin:3.5rem!important}.m-md-9{margin:4rem!important}.m-md-10{margin:4.5rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:2rem!important;margin-left:2rem!important}.mx-md-6{margin-right:2.5rem!important;margin-left:2.5rem!important}.mx-md-7{margin-right:3rem!important;margin-left:3rem!important}.mx-md-8{margin-right:3.5rem!important;margin-left:3.5rem!important}.mx-md-9{margin-right:4rem!important;margin-left:4rem!important}.mx-md-10{margin-right:4.5rem!important;margin-left:4.5rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:2rem!important;margin-bottom:2rem!important}.my-md-6{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.my-md-7{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-8{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.my-md-9{margin-top:4rem!important;margin-bottom:4rem!important}.my-md-10{margin-top:4.5rem!important;margin-bottom:4.5rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:2rem!important}.mt-md-6{margin-top:2.5rem!important}.mt-md-7{margin-top:3rem!important}.mt-md-8{margin-top:3.5rem!important}.mt-md-9{margin-top:4rem!important}.mt-md-10{margin-top:4.5rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:2rem!important}.me-md-6{margin-right:2.5rem!important}.me-md-7{margin-right:3rem!important}.me-md-8{margin-right:3.5rem!important}.me-md-9{margin-right:4rem!important}.me-md-10{margin-right:4.5rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:2rem!important}.mb-md-6{margin-bottom:2.5rem!important}.mb-md-7{margin-bottom:3rem!important}.mb-md-8{margin-bottom:3.5rem!important}.mb-md-9{margin-bottom:4rem!important}.mb-md-10{margin-bottom:4.5rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:2rem!important}.ms-md-6{margin-left:2.5rem!important}.ms-md-7{margin-left:3rem!important}.ms-md-8{margin-left:3.5rem!important}.ms-md-9{margin-left:4rem!important}.ms-md-10{margin-left:4.5rem!important}.ms-md-auto{margin-left:auto!important}.m-md-n1{margin:-.25rem!important}.m-md-n2{margin:-.5rem!important}.m-md-n3{margin:-1rem!important}.m-md-n4{margin:-1.5rem!important}.m-md-n5{margin:-2rem!important}.m-md-n6{margin:-2.5rem!important}.m-md-n7{margin:-3rem!important}.m-md-n8{margin:-3.5rem!important}.m-md-n9{margin:-4rem!important}.m-md-n10{margin:-4.5rem!important}.mx-md-n1{margin-right:-.25rem!important;margin-left:-.25rem!important}.mx-md-n2{margin-right:-.5rem!important;margin-left:-.5rem!important}.mx-md-n3{margin-right:-1rem!important;margin-left:-1rem!important}.mx-md-n4{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-md-n5{margin-right:-2rem!important;margin-left:-2rem!important}.mx-md-n6{margin-right:-2.5rem!important;margin-left:-2.5rem!important}.mx-md-n7{margin-right:-3rem!important;margin-left:-3rem!important}.mx-md-n8{margin-right:-3.5rem!important;margin-left:-3.5rem!important}.mx-md-n9{margin-right:-4rem!important;margin-left:-4rem!important}.mx-md-n10{margin-right:-4.5rem!important;margin-left:-4.5rem!important}.my-md-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}.my-md-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}.my-md-n3{margin-top:-1rem!important;margin-bottom:-1rem!important}.my-md-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-md-n5{margin-top:-2rem!important;margin-bottom:-2rem!important}.my-md-n6{margin-top:-2.5rem!important;margin-bottom:-2.5rem!important}.my-md-n7{margin-top:-3rem!important;margin-bottom:-3rem!important}.my-md-n8{margin-top:-3.5rem!important;margin-bottom:-3.5rem!important}.my-md-n9{margin-top:-4rem!important;margin-bottom:-4rem!important}.my-md-n10{margin-top:-4.5rem!important;margin-bottom:-4.5rem!important}.mt-md-n1{margin-top:-.25rem!important}.mt-md-n2{margin-top:-.5rem!important}.mt-md-n3{margin-top:-1rem!important}.mt-md-n4{margin-top:-1.5rem!important}.mt-md-n5{margin-top:-2rem!important}.mt-md-n6{margin-top:-2.5rem!important}.mt-md-n7{margin-top:-3rem!important}.mt-md-n8{margin-top:-3.5rem!important}.mt-md-n9{margin-top:-4rem!important}.mt-md-n10{margin-top:-4.5rem!important}.me-md-n1{margin-right:-.25rem!important}.me-md-n2{margin-right:-.5rem!important}.me-md-n3{margin-right:-1rem!important}.me-md-n4{margin-right:-1.5rem!important}.me-md-n5{margin-right:-2rem!important}.me-md-n6{margin-right:-2.5rem!important}.me-md-n7{margin-right:-3rem!important}.me-md-n8{margin-right:-3.5rem!important}.me-md-n9{margin-right:-4rem!important}.me-md-n10{margin-right:-4.5rem!important}.mb-md-n1{margin-bottom:-.25rem!important}.mb-md-n2{margin-bottom:-.5rem!important}.mb-md-n3{margin-bottom:-1rem!important}.mb-md-n4{margin-bottom:-1.5rem!important}.mb-md-n5{margin-bottom:-2rem!important}.mb-md-n6{margin-bottom:-2.5rem!important}.mb-md-n7{margin-bottom:-3rem!important}.mb-md-n8{margin-bottom:-3.5rem!important}.mb-md-n9{margin-bottom:-4rem!important}.mb-md-n10{margin-bottom:-4.5rem!important}.ms-md-n1{margin-left:-.25rem!important}.ms-md-n2{margin-left:-.5rem!important}.ms-md-n3{margin-left:-1rem!important}.ms-md-n4{margin-left:-1.5rem!important}.ms-md-n5{margin-left:-2rem!important}.ms-md-n6{margin-left:-2.5rem!important}.ms-md-n7{margin-left:-3rem!important}.ms-md-n8{margin-left:-3.5rem!important}.ms-md-n9{margin-left:-4rem!important}.ms-md-n10{margin-left:-4.5rem!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:2rem!important}.p-md-6{padding:2.5rem!important}.p-md-7{padding:3rem!important}.p-md-8{padding:3.5rem!important}.p-md-9{padding:4rem!important}.p-md-10{padding:4.5rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:2rem!important;padding-left:2rem!important}.px-md-6{padding-right:2.5rem!important;padding-left:2.5rem!important}.px-md-7{padding-right:3rem!important;padding-left:3rem!important}.px-md-8{padding-right:3.5rem!important;padding-left:3.5rem!important}.px-md-9{padding-right:4rem!important;padding-left:4rem!important}.px-md-10{padding-right:4.5rem!important;padding-left:4.5rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:2rem!important;padding-bottom:2rem!important}.py-md-6{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.py-md-7{padding-top:3rem!important;padding-bottom:3rem!important}.py-md-8{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.py-md-9{padding-top:4rem!important;padding-bottom:4rem!important}.py-md-10{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:2rem!important}.pt-md-6{padding-top:2.5rem!important}.pt-md-7{padding-top:3rem!important}.pt-md-8{padding-top:3.5rem!important}.pt-md-9{padding-top:4rem!important}.pt-md-10{padding-top:4.5rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:2rem!important}.pe-md-6{padding-right:2.5rem!important}.pe-md-7{padding-right:3rem!important}.pe-md-8{padding-right:3.5rem!important}.pe-md-9{padding-right:4rem!important}.pe-md-10{padding-right:4.5rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:2rem!important}.pb-md-6{padding-bottom:2.5rem!important}.pb-md-7{padding-bottom:3rem!important}.pb-md-8{padding-bottom:3.5rem!important}.pb-md-9{padding-bottom:4rem!important}.pb-md-10{padding-bottom:4.5rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:2rem!important}.ps-md-6{padding-left:2.5rem!important}.ps-md-7{padding-left:3rem!important}.ps-md-8{padding-left:3.5rem!important}.ps-md-9{padding-left:4rem!important}.ps-md-10{padding-left:4.5rem!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:2rem!important}.gap-md-6{gap:2.5rem!important}.gap-md-7{gap:3rem!important}.gap-md-8{gap:3.5rem!important}.gap-md-9{gap:4rem!important}.gap-md-10{gap:4.5rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}.content-space-t-md-0{padding-top:0!important}.content-space-t-md-1{padding-top:3.5rem!important}.content-space-t-md-2{padding-top:5rem!important}.content-space-t-md-3{padding-top:7.5rem!important}.content-space-t-md-4{padding-top:10rem!important}.content-space-t-md-auto{padding-top:auto!important}.content-space-b-md-0{padding-bottom:0!important}.content-space-b-md-1{padding-bottom:3.5rem!important}.content-space-b-md-2{padding-bottom:5rem!important}.content-space-b-md-3{padding-bottom:7.5rem!important}.content-space-b-md-4{padding-bottom:10rem!important}.content-space-b-md-auto{padding-bottom:auto!important}.content-space-md-0{padding-top:0!important;padding-bottom:0!important}.content-space-md-1{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.content-space-md-2{padding-top:5rem!important;padding-bottom:5rem!important}.content-space-md-3{padding-top:7.5rem!important;padding-bottom:7.5rem!important}.content-space-md-4{padding-top:10rem!important;padding-bottom:10rem!important}.content-space-md-auto{padding-top:auto!important;padding-bottom:auto!important}}@media (min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.position-lg-static{position:static!important}.position-lg-relative{position:relative!important}.position-lg-absolute{position:absolute!important}.position-lg-fixed{position:fixed!important}.position-lg-sticky{position:sticky!important}.top-lg-0{top:0!important}.top-lg-50{top:50%!important}.top-lg-100{top:100%!important}.top-lg-auto{top:auto!important}.bottom-lg-0{bottom:0!important}.bottom-lg-50{bottom:50%!important}.bottom-lg-100{bottom:100%!important}.bottom-lg-auto{bottom:auto!important}.start-lg-0{left:0!important}.start-lg-50{left:50%!important}.start-lg-100{left:100%!important}.start-lg-auto{left:auto!important}.end-lg-0{right:0!important}.end-lg-50{right:50%!important}.end-lg-100{right:100%!important}.end-lg-auto{right:auto!important}.translate-middle-lg{transform:translate(-50%,-50%)!important}.translate-middle-lg-x{transform:translateX(-50%)!important}.translate-middle-lg-y{transform:translateY(-50%)!important}.w-lg-25{width:25%!important}.w-lg-50{width:50%!important}.w-lg-75{width:75%!important}.w-lg-100{width:100%!important}.w-lg-auto{width:auto!important}.w-lg-65{width:65%!important}.w-lg-85{width:85%!important}.h-lg-25{height:25%!important}.h-lg-50{height:50%!important}.h-lg-75{height:75%!important}.h-lg-100{height:100%!important}.h-lg-auto{height:auto!important}.h-lg-65{height:65%!important}.vh-lg-100{height:100vh!important}.min-vh-lg-100{min-height:100vh!important}.min-vh-lg-35{min-height:35vh!important}.min-vh-lg-75{min-height:75vh!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:2rem!important}.m-lg-6{margin:2.5rem!important}.m-lg-7{margin:3rem!important}.m-lg-8{margin:3.5rem!important}.m-lg-9{margin:4rem!important}.m-lg-10{margin:4.5rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:2rem!important;margin-left:2rem!important}.mx-lg-6{margin-right:2.5rem!important;margin-left:2.5rem!important}.mx-lg-7{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-8{margin-right:3.5rem!important;margin-left:3.5rem!important}.mx-lg-9{margin-right:4rem!important;margin-left:4rem!important}.mx-lg-10{margin-right:4.5rem!important;margin-left:4.5rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:2rem!important;margin-bottom:2rem!important}.my-lg-6{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.my-lg-7{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-8{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.my-lg-9{margin-top:4rem!important;margin-bottom:4rem!important}.my-lg-10{margin-top:4.5rem!important;margin-bottom:4.5rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:2rem!important}.mt-lg-6{margin-top:2.5rem!important}.mt-lg-7{margin-top:3rem!important}.mt-lg-8{margin-top:3.5rem!important}.mt-lg-9{margin-top:4rem!important}.mt-lg-10{margin-top:4.5rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:2rem!important}.me-lg-6{margin-right:2.5rem!important}.me-lg-7{margin-right:3rem!important}.me-lg-8{margin-right:3.5rem!important}.me-lg-9{margin-right:4rem!important}.me-lg-10{margin-right:4.5rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:2rem!important}.mb-lg-6{margin-bottom:2.5rem!important}.mb-lg-7{margin-bottom:3rem!important}.mb-lg-8{margin-bottom:3.5rem!important}.mb-lg-9{margin-bottom:4rem!important}.mb-lg-10{margin-bottom:4.5rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:2rem!important}.ms-lg-6{margin-left:2.5rem!important}.ms-lg-7{margin-left:3rem!important}.ms-lg-8{margin-left:3.5rem!important}.ms-lg-9{margin-left:4rem!important}.ms-lg-10{margin-left:4.5rem!important}.ms-lg-auto{margin-left:auto!important}.m-lg-n1{margin:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.m-lg-n3{margin:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.m-lg-n5{margin:-2rem!important}.m-lg-n6{margin:-2.5rem!important}.m-lg-n7{margin:-3rem!important}.m-lg-n8{margin:-3.5rem!important}.m-lg-n9{margin:-4rem!important}.m-lg-n10{margin:-4.5rem!important}.mx-lg-n1{margin-right:-.25rem!important;margin-left:-.25rem!important}.mx-lg-n2{margin-right:-.5rem!important;margin-left:-.5rem!important}.mx-lg-n3{margin-right:-1rem!important;margin-left:-1rem!important}.mx-lg-n4{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-lg-n5{margin-right:-2rem!important;margin-left:-2rem!important}.mx-lg-n6{margin-right:-2.5rem!important;margin-left:-2.5rem!important}.mx-lg-n7{margin-right:-3rem!important;margin-left:-3rem!important}.mx-lg-n8{margin-right:-3.5rem!important;margin-left:-3.5rem!important}.mx-lg-n9{margin-right:-4rem!important;margin-left:-4rem!important}.mx-lg-n10{margin-right:-4.5rem!important;margin-left:-4.5rem!important}.my-lg-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}.my-lg-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}.my-lg-n3{margin-top:-1rem!important;margin-bottom:-1rem!important}.my-lg-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-lg-n5{margin-top:-2rem!important;margin-bottom:-2rem!important}.my-lg-n6{margin-top:-2.5rem!important;margin-bottom:-2.5rem!important}.my-lg-n7{margin-top:-3rem!important;margin-bottom:-3rem!important}.my-lg-n8{margin-top:-3.5rem!important;margin-bottom:-3.5rem!important}.my-lg-n9{margin-top:-4rem!important;margin-bottom:-4rem!important}.my-lg-n10{margin-top:-4.5rem!important;margin-bottom:-4.5rem!important}.mt-lg-n1{margin-top:-.25rem!important}.mt-lg-n2{margin-top:-.5rem!important}.mt-lg-n3{margin-top:-1rem!important}.mt-lg-n4{margin-top:-1.5rem!important}.mt-lg-n5{margin-top:-2rem!important}.mt-lg-n6{margin-top:-2.5rem!important}.mt-lg-n7{margin-top:-3rem!important}.mt-lg-n8{margin-top:-3.5rem!important}.mt-lg-n9{margin-top:-4rem!important}.mt-lg-n10{margin-top:-4.5rem!important}.me-lg-n1{margin-right:-.25rem!important}.me-lg-n2{margin-right:-.5rem!important}.me-lg-n3{margin-right:-1rem!important}.me-lg-n4{margin-right:-1.5rem!important}.me-lg-n5{margin-right:-2rem!important}.me-lg-n6{margin-right:-2.5rem!important}.me-lg-n7{margin-right:-3rem!important}.me-lg-n8{margin-right:-3.5rem!important}.me-lg-n9{margin-right:-4rem!important}.me-lg-n10{margin-right:-4.5rem!important}.mb-lg-n1{margin-bottom:-.25rem!important}.mb-lg-n2{margin-bottom:-.5rem!important}.mb-lg-n3{margin-bottom:-1rem!important}.mb-lg-n4{margin-bottom:-1.5rem!important}.mb-lg-n5{margin-bottom:-2rem!important}.mb-lg-n6{margin-bottom:-2.5rem!important}.mb-lg-n7{margin-bottom:-3rem!important}.mb-lg-n8{margin-bottom:-3.5rem!important}.mb-lg-n9{margin-bottom:-4rem!important}.mb-lg-n10{margin-bottom:-4.5rem!important}.ms-lg-n1{margin-left:-.25rem!important}.ms-lg-n2{margin-left:-.5rem!important}.ms-lg-n3{margin-left:-1rem!important}.ms-lg-n4{margin-left:-1.5rem!important}.ms-lg-n5{margin-left:-2rem!important}.ms-lg-n6{margin-left:-2.5rem!important}.ms-lg-n7{margin-left:-3rem!important}.ms-lg-n8{margin-left:-3.5rem!important}.ms-lg-n9{margin-left:-4rem!important}.ms-lg-n10{margin-left:-4.5rem!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:2rem!important}.p-lg-6{padding:2.5rem!important}.p-lg-7{padding:3rem!important}.p-lg-8{padding:3.5rem!important}.p-lg-9{padding:4rem!important}.p-lg-10{padding:4.5rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:2rem!important;padding-left:2rem!important}.px-lg-6{padding-right:2.5rem!important;padding-left:2.5rem!important}.px-lg-7{padding-right:3rem!important;padding-left:3rem!important}.px-lg-8{padding-right:3.5rem!important;padding-left:3.5rem!important}.px-lg-9{padding-right:4rem!important;padding-left:4rem!important}.px-lg-10{padding-right:4.5rem!important;padding-left:4.5rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:2rem!important;padding-bottom:2rem!important}.py-lg-6{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.py-lg-7{padding-top:3rem!important;padding-bottom:3rem!important}.py-lg-8{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.py-lg-9{padding-top:4rem!important;padding-bottom:4rem!important}.py-lg-10{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:2rem!important}.pt-lg-6{padding-top:2.5rem!important}.pt-lg-7{padding-top:3rem!important}.pt-lg-8{padding-top:3.5rem!important}.pt-lg-9{padding-top:4rem!important}.pt-lg-10{padding-top:4.5rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:2rem!important}.pe-lg-6{padding-right:2.5rem!important}.pe-lg-7{padding-right:3rem!important}.pe-lg-8{padding-right:3.5rem!important}.pe-lg-9{padding-right:4rem!important}.pe-lg-10{padding-right:4.5rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:2rem!important}.pb-lg-6{padding-bottom:2.5rem!important}.pb-lg-7{padding-bottom:3rem!important}.pb-lg-8{padding-bottom:3.5rem!important}.pb-lg-9{padding-bottom:4rem!important}.pb-lg-10{padding-bottom:4.5rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:2rem!important}.ps-lg-6{padding-left:2.5rem!important}.ps-lg-7{padding-left:3rem!important}.ps-lg-8{padding-left:3.5rem!important}.ps-lg-9{padding-left:4rem!important}.ps-lg-10{padding-left:4.5rem!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:2rem!important}.gap-lg-6{gap:2.5rem!important}.gap-lg-7{gap:3rem!important}.gap-lg-8{gap:3.5rem!important}.gap-lg-9{gap:4rem!important}.gap-lg-10{gap:4.5rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}.content-space-t-lg-0{padding-top:0!important}.content-space-t-lg-1{padding-top:3.5rem!important}.content-space-t-lg-2{padding-top:5rem!important}.content-space-t-lg-3{padding-top:7.5rem!important}.content-space-t-lg-4{padding-top:10rem!important}.content-space-t-lg-auto{padding-top:auto!important}.content-space-b-lg-0{padding-bottom:0!important}.content-space-b-lg-1{padding-bottom:3.5rem!important}.content-space-b-lg-2{padding-bottom:5rem!important}.content-space-b-lg-3{padding-bottom:7.5rem!important}.content-space-b-lg-4{padding-bottom:10rem!important}.content-space-b-lg-auto{padding-bottom:auto!important}.content-space-lg-0{padding-top:0!important;padding-bottom:0!important}.content-space-lg-1{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.content-space-lg-2{padding-top:5rem!important;padding-bottom:5rem!important}.content-space-lg-3{padding-top:7.5rem!important;padding-bottom:7.5rem!important}.content-space-lg-4{padding-top:10rem!important;padding-bottom:10rem!important}.content-space-lg-auto{padding-top:auto!important;padding-bottom:auto!important}}@media (min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.position-xl-static{position:static!important}.position-xl-relative{position:relative!important}.position-xl-absolute{position:absolute!important}.position-xl-fixed{position:fixed!important}.position-xl-sticky{position:sticky!important}.top-xl-0{top:0!important}.top-xl-50{top:50%!important}.top-xl-100{top:100%!important}.top-xl-auto{top:auto!important}.bottom-xl-0{bottom:0!important}.bottom-xl-50{bottom:50%!important}.bottom-xl-100{bottom:100%!important}.bottom-xl-auto{bottom:auto!important}.start-xl-0{left:0!important}.start-xl-50{left:50%!important}.start-xl-100{left:100%!important}.start-xl-auto{left:auto!important}.end-xl-0{right:0!important}.end-xl-50{right:50%!important}.end-xl-100{right:100%!important}.end-xl-auto{right:auto!important}.translate-middle-xl{transform:translate(-50%,-50%)!important}.translate-middle-xl-x{transform:translateX(-50%)!important}.translate-middle-xl-y{transform:translateY(-50%)!important}.w-xl-25{width:25%!important}.w-xl-50{width:50%!important}.w-xl-75{width:75%!important}.w-xl-100{width:100%!important}.w-xl-auto{width:auto!important}.w-xl-65{width:65%!important}.w-xl-85{width:85%!important}.h-xl-25{height:25%!important}.h-xl-50{height:50%!important}.h-xl-75{height:75%!important}.h-xl-100{height:100%!important}.h-xl-auto{height:auto!important}.h-xl-65{height:65%!important}.vh-xl-100{height:100vh!important}.min-vh-xl-100{min-height:100vh!important}.min-vh-xl-35{min-height:35vh!important}.min-vh-xl-75{min-height:75vh!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:2rem!important}.m-xl-6{margin:2.5rem!important}.m-xl-7{margin:3rem!important}.m-xl-8{margin:3.5rem!important}.m-xl-9{margin:4rem!important}.m-xl-10{margin:4.5rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:2rem!important;margin-left:2rem!important}.mx-xl-6{margin-right:2.5rem!important;margin-left:2.5rem!important}.mx-xl-7{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-8{margin-right:3.5rem!important;margin-left:3.5rem!important}.mx-xl-9{margin-right:4rem!important;margin-left:4rem!important}.mx-xl-10{margin-right:4.5rem!important;margin-left:4.5rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:2rem!important;margin-bottom:2rem!important}.my-xl-6{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.my-xl-7{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-8{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.my-xl-9{margin-top:4rem!important;margin-bottom:4rem!important}.my-xl-10{margin-top:4.5rem!important;margin-bottom:4.5rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:2rem!important}.mt-xl-6{margin-top:2.5rem!important}.mt-xl-7{margin-top:3rem!important}.mt-xl-8{margin-top:3.5rem!important}.mt-xl-9{margin-top:4rem!important}.mt-xl-10{margin-top:4.5rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:2rem!important}.me-xl-6{margin-right:2.5rem!important}.me-xl-7{margin-right:3rem!important}.me-xl-8{margin-right:3.5rem!important}.me-xl-9{margin-right:4rem!important}.me-xl-10{margin-right:4.5rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:2rem!important}.mb-xl-6{margin-bottom:2.5rem!important}.mb-xl-7{margin-bottom:3rem!important}.mb-xl-8{margin-bottom:3.5rem!important}.mb-xl-9{margin-bottom:4rem!important}.mb-xl-10{margin-bottom:4.5rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:2rem!important}.ms-xl-6{margin-left:2.5rem!important}.ms-xl-7{margin-left:3rem!important}.ms-xl-8{margin-left:3.5rem!important}.ms-xl-9{margin-left:4rem!important}.ms-xl-10{margin-left:4.5rem!important}.ms-xl-auto{margin-left:auto!important}.m-xl-n1{margin:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.m-xl-n3{margin:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.m-xl-n5{margin:-2rem!important}.m-xl-n6{margin:-2.5rem!important}.m-xl-n7{margin:-3rem!important}.m-xl-n8{margin:-3.5rem!important}.m-xl-n9{margin:-4rem!important}.m-xl-n10{margin:-4.5rem!important}.mx-xl-n1{margin-right:-.25rem!important;margin-left:-.25rem!important}.mx-xl-n2{margin-right:-.5rem!important;margin-left:-.5rem!important}.mx-xl-n3{margin-right:-1rem!important;margin-left:-1rem!important}.mx-xl-n4{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-xl-n5{margin-right:-2rem!important;margin-left:-2rem!important}.mx-xl-n6{margin-right:-2.5rem!important;margin-left:-2.5rem!important}.mx-xl-n7{margin-right:-3rem!important;margin-left:-3rem!important}.mx-xl-n8{margin-right:-3.5rem!important;margin-left:-3.5rem!important}.mx-xl-n9{margin-right:-4rem!important;margin-left:-4rem!important}.mx-xl-n10{margin-right:-4.5rem!important;margin-left:-4.5rem!important}.my-xl-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}.my-xl-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}.my-xl-n3{margin-top:-1rem!important;margin-bottom:-1rem!important}.my-xl-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-xl-n5{margin-top:-2rem!important;margin-bottom:-2rem!important}.my-xl-n6{margin-top:-2.5rem!important;margin-bottom:-2.5rem!important}.my-xl-n7{margin-top:-3rem!important;margin-bottom:-3rem!important}.my-xl-n8{margin-top:-3.5rem!important;margin-bottom:-3.5rem!important}.my-xl-n9{margin-top:-4rem!important;margin-bottom:-4rem!important}.my-xl-n10{margin-top:-4.5rem!important;margin-bottom:-4.5rem!important}.mt-xl-n1{margin-top:-.25rem!important}.mt-xl-n2{margin-top:-.5rem!important}.mt-xl-n3{margin-top:-1rem!important}.mt-xl-n4{margin-top:-1.5rem!important}.mt-xl-n5{margin-top:-2rem!important}.mt-xl-n6{margin-top:-2.5rem!important}.mt-xl-n7{margin-top:-3rem!important}.mt-xl-n8{margin-top:-3.5rem!important}.mt-xl-n9{margin-top:-4rem!important}.mt-xl-n10{margin-top:-4.5rem!important}.me-xl-n1{margin-right:-.25rem!important}.me-xl-n2{margin-right:-.5rem!important}.me-xl-n3{margin-right:-1rem!important}.me-xl-n4{margin-right:-1.5rem!important}.me-xl-n5{margin-right:-2rem!important}.me-xl-n6{margin-right:-2.5rem!important}.me-xl-n7{margin-right:-3rem!important}.me-xl-n8{margin-right:-3.5rem!important}.me-xl-n9{margin-right:-4rem!important}.me-xl-n10{margin-right:-4.5rem!important}.mb-xl-n1{margin-bottom:-.25rem!important}.mb-xl-n2{margin-bottom:-.5rem!important}.mb-xl-n3{margin-bottom:-1rem!important}.mb-xl-n4{margin-bottom:-1.5rem!important}.mb-xl-n5{margin-bottom:-2rem!important}.mb-xl-n6{margin-bottom:-2.5rem!important}.mb-xl-n7{margin-bottom:-3rem!important}.mb-xl-n8{margin-bottom:-3.5rem!important}.mb-xl-n9{margin-bottom:-4rem!important}.mb-xl-n10{margin-bottom:-4.5rem!important}.ms-xl-n1{margin-left:-.25rem!important}.ms-xl-n2{margin-left:-.5rem!important}.ms-xl-n3{margin-left:-1rem!important}.ms-xl-n4{margin-left:-1.5rem!important}.ms-xl-n5{margin-left:-2rem!important}.ms-xl-n6{margin-left:-2.5rem!important}.ms-xl-n7{margin-left:-3rem!important}.ms-xl-n8{margin-left:-3.5rem!important}.ms-xl-n9{margin-left:-4rem!important}.ms-xl-n10{margin-left:-4.5rem!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:2rem!important}.p-xl-6{padding:2.5rem!important}.p-xl-7{padding:3rem!important}.p-xl-8{padding:3.5rem!important}.p-xl-9{padding:4rem!important}.p-xl-10{padding:4.5rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:2rem!important;padding-left:2rem!important}.px-xl-6{padding-right:2.5rem!important;padding-left:2.5rem!important}.px-xl-7{padding-right:3rem!important;padding-left:3rem!important}.px-xl-8{padding-right:3.5rem!important;padding-left:3.5rem!important}.px-xl-9{padding-right:4rem!important;padding-left:4rem!important}.px-xl-10{padding-right:4.5rem!important;padding-left:4.5rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:2rem!important;padding-bottom:2rem!important}.py-xl-6{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.py-xl-7{padding-top:3rem!important;padding-bottom:3rem!important}.py-xl-8{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.py-xl-9{padding-top:4rem!important;padding-bottom:4rem!important}.py-xl-10{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:2rem!important}.pt-xl-6{padding-top:2.5rem!important}.pt-xl-7{padding-top:3rem!important}.pt-xl-8{padding-top:3.5rem!important}.pt-xl-9{padding-top:4rem!important}.pt-xl-10{padding-top:4.5rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:2rem!important}.pe-xl-6{padding-right:2.5rem!important}.pe-xl-7{padding-right:3rem!important}.pe-xl-8{padding-right:3.5rem!important}.pe-xl-9{padding-right:4rem!important}.pe-xl-10{padding-right:4.5rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:2rem!important}.pb-xl-6{padding-bottom:2.5rem!important}.pb-xl-7{padding-bottom:3rem!important}.pb-xl-8{padding-bottom:3.5rem!important}.pb-xl-9{padding-bottom:4rem!important}.pb-xl-10{padding-bottom:4.5rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:2rem!important}.ps-xl-6{padding-left:2.5rem!important}.ps-xl-7{padding-left:3rem!important}.ps-xl-8{padding-left:3.5rem!important}.ps-xl-9{padding-left:4rem!important}.ps-xl-10{padding-left:4.5rem!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:2rem!important}.gap-xl-6{gap:2.5rem!important}.gap-xl-7{gap:3rem!important}.gap-xl-8{gap:3.5rem!important}.gap-xl-9{gap:4rem!important}.gap-xl-10{gap:4.5rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}.content-space-t-xl-0{padding-top:0!important}.content-space-t-xl-1{padding-top:3.5rem!important}.content-space-t-xl-2{padding-top:5rem!important}.content-space-t-xl-3{padding-top:7.5rem!important}.content-space-t-xl-4{padding-top:10rem!important}.content-space-t-xl-auto{padding-top:auto!important}.content-space-b-xl-0{padding-bottom:0!important}.content-space-b-xl-1{padding-bottom:3.5rem!important}.content-space-b-xl-2{padding-bottom:5rem!important}.content-space-b-xl-3{padding-bottom:7.5rem!important}.content-space-b-xl-4{padding-bottom:10rem!important}.content-space-b-xl-auto{padding-bottom:auto!important}.content-space-xl-0{padding-top:0!important;padding-bottom:0!important}.content-space-xl-1{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.content-space-xl-2{padding-top:5rem!important;padding-bottom:5rem!important}.content-space-xl-3{padding-top:7.5rem!important;padding-bottom:7.5rem!important}.content-space-xl-4{padding-top:10rem!important;padding-bottom:10rem!important}.content-space-xl-auto{padding-top:auto!important;padding-bottom:auto!important}}@media (min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.position-xxl-static{position:static!important}.position-xxl-relative{position:relative!important}.position-xxl-absolute{position:absolute!important}.position-xxl-fixed{position:fixed!important}.position-xxl-sticky{position:sticky!important}.top-xxl-0{top:0!important}.top-xxl-50{top:50%!important}.top-xxl-100{top:100%!important}.top-xxl-auto{top:auto!important}.bottom-xxl-0{bottom:0!important}.bottom-xxl-50{bottom:50%!important}.bottom-xxl-100{bottom:100%!important}.bottom-xxl-auto{bottom:auto!important}.start-xxl-0{left:0!important}.start-xxl-50{left:50%!important}.start-xxl-100{left:100%!important}.start-xxl-auto{left:auto!important}.end-xxl-0{right:0!important}.end-xxl-50{right:50%!important}.end-xxl-100{right:100%!important}.end-xxl-auto{right:auto!important}.translate-middle-xxl{transform:translate(-50%,-50%)!important}.translate-middle-xxl-x{transform:translateX(-50%)!important}.translate-middle-xxl-y{transform:translateY(-50%)!important}.w-xxl-25{width:25%!important}.w-xxl-50{width:50%!important}.w-xxl-75{width:75%!important}.w-xxl-100{width:100%!important}.w-xxl-auto{width:auto!important}.w-xxl-65{width:65%!important}.w-xxl-85{width:85%!important}.h-xxl-25{height:25%!important}.h-xxl-50{height:50%!important}.h-xxl-75{height:75%!important}.h-xxl-100{height:100%!important}.h-xxl-auto{height:auto!important}.h-xxl-65{height:65%!important}.vh-xxl-100{height:100vh!important}.min-vh-xxl-100{min-height:100vh!important}.min-vh-xxl-35{min-height:35vh!important}.min-vh-xxl-75{min-height:75vh!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:2rem!important}.m-xxl-6{margin:2.5rem!important}.m-xxl-7{margin:3rem!important}.m-xxl-8{margin:3.5rem!important}.m-xxl-9{margin:4rem!important}.m-xxl-10{margin:4.5rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:2rem!important;margin-left:2rem!important}.mx-xxl-6{margin-right:2.5rem!important;margin-left:2.5rem!important}.mx-xxl-7{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-8{margin-right:3.5rem!important;margin-left:3.5rem!important}.mx-xxl-9{margin-right:4rem!important;margin-left:4rem!important}.mx-xxl-10{margin-right:4.5rem!important;margin-left:4.5rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:2rem!important;margin-bottom:2rem!important}.my-xxl-6{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.my-xxl-7{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-8{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.my-xxl-9{margin-top:4rem!important;margin-bottom:4rem!important}.my-xxl-10{margin-top:4.5rem!important;margin-bottom:4.5rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:2rem!important}.mt-xxl-6{margin-top:2.5rem!important}.mt-xxl-7{margin-top:3rem!important}.mt-xxl-8{margin-top:3.5rem!important}.mt-xxl-9{margin-top:4rem!important}.mt-xxl-10{margin-top:4.5rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:2rem!important}.me-xxl-6{margin-right:2.5rem!important}.me-xxl-7{margin-right:3rem!important}.me-xxl-8{margin-right:3.5rem!important}.me-xxl-9{margin-right:4rem!important}.me-xxl-10{margin-right:4.5rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:2rem!important}.mb-xxl-6{margin-bottom:2.5rem!important}.mb-xxl-7{margin-bottom:3rem!important}.mb-xxl-8{margin-bottom:3.5rem!important}.mb-xxl-9{margin-bottom:4rem!important}.mb-xxl-10{margin-bottom:4.5rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:2rem!important}.ms-xxl-6{margin-left:2.5rem!important}.ms-xxl-7{margin-left:3rem!important}.ms-xxl-8{margin-left:3.5rem!important}.ms-xxl-9{margin-left:4rem!important}.ms-xxl-10{margin-left:4.5rem!important}.ms-xxl-auto{margin-left:auto!important}.m-xxl-n1{margin:-.25rem!important}.m-xxl-n2{margin:-.5rem!important}.m-xxl-n3{margin:-1rem!important}.m-xxl-n4{margin:-1.5rem!important}.m-xxl-n5{margin:-2rem!important}.m-xxl-n6{margin:-2.5rem!important}.m-xxl-n7{margin:-3rem!important}.m-xxl-n8{margin:-3.5rem!important}.m-xxl-n9{margin:-4rem!important}.m-xxl-n10{margin:-4.5rem!important}.mx-xxl-n1{margin-right:-.25rem!important;margin-left:-.25rem!important}.mx-xxl-n2{margin-right:-.5rem!important;margin-left:-.5rem!important}.mx-xxl-n3{margin-right:-1rem!important;margin-left:-1rem!important}.mx-xxl-n4{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-xxl-n5{margin-right:-2rem!important;margin-left:-2rem!important}.mx-xxl-n6{margin-right:-2.5rem!important;margin-left:-2.5rem!important}.mx-xxl-n7{margin-right:-3rem!important;margin-left:-3rem!important}.mx-xxl-n8{margin-right:-3.5rem!important;margin-left:-3.5rem!important}.mx-xxl-n9{margin-right:-4rem!important;margin-left:-4rem!important}.mx-xxl-n10{margin-right:-4.5rem!important;margin-left:-4.5rem!important}.my-xxl-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}.my-xxl-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}.my-xxl-n3{margin-top:-1rem!important;margin-bottom:-1rem!important}.my-xxl-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-xxl-n5{margin-top:-2rem!important;margin-bottom:-2rem!important}.my-xxl-n6{margin-top:-2.5rem!important;margin-bottom:-2.5rem!important}.my-xxl-n7{margin-top:-3rem!important;margin-bottom:-3rem!important}.my-xxl-n8{margin-top:-3.5rem!important;margin-bottom:-3.5rem!important}.my-xxl-n9{margin-top:-4rem!important;margin-bottom:-4rem!important}.my-xxl-n10{margin-top:-4.5rem!important;margin-bottom:-4.5rem!important}.mt-xxl-n1{margin-top:-.25rem!important}.mt-xxl-n2{margin-top:-.5rem!important}.mt-xxl-n3{margin-top:-1rem!important}.mt-xxl-n4{margin-top:-1.5rem!important}.mt-xxl-n5{margin-top:-2rem!important}.mt-xxl-n6{margin-top:-2.5rem!important}.mt-xxl-n7{margin-top:-3rem!important}.mt-xxl-n8{margin-top:-3.5rem!important}.mt-xxl-n9{margin-top:-4rem!important}.mt-xxl-n10{margin-top:-4.5rem!important}.me-xxl-n1{margin-right:-.25rem!important}.me-xxl-n2{margin-right:-.5rem!important}.me-xxl-n3{margin-right:-1rem!important}.me-xxl-n4{margin-right:-1.5rem!important}.me-xxl-n5{margin-right:-2rem!important}.me-xxl-n6{margin-right:-2.5rem!important}.me-xxl-n7{margin-right:-3rem!important}.me-xxl-n8{margin-right:-3.5rem!important}.me-xxl-n9{margin-right:-4rem!important}.me-xxl-n10{margin-right:-4.5rem!important}.mb-xxl-n1{margin-bottom:-.25rem!important}.mb-xxl-n2{margin-bottom:-.5rem!important}.mb-xxl-n3{margin-bottom:-1rem!important}.mb-xxl-n4{margin-bottom:-1.5rem!important}.mb-xxl-n5{margin-bottom:-2rem!important}.mb-xxl-n6{margin-bottom:-2.5rem!important}.mb-xxl-n7{margin-bottom:-3rem!important}.mb-xxl-n8{margin-bottom:-3.5rem!important}.mb-xxl-n9{margin-bottom:-4rem!important}.mb-xxl-n10{margin-bottom:-4.5rem!important}.ms-xxl-n1{margin-left:-.25rem!important}.ms-xxl-n2{margin-left:-.5rem!important}.ms-xxl-n3{margin-left:-1rem!important}.ms-xxl-n4{margin-left:-1.5rem!important}.ms-xxl-n5{margin-left:-2rem!important}.ms-xxl-n6{margin-left:-2.5rem!important}.ms-xxl-n7{margin-left:-3rem!important}.ms-xxl-n8{margin-left:-3.5rem!important}.ms-xxl-n9{margin-left:-4rem!important}.ms-xxl-n10{margin-left:-4.5rem!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:2rem!important}.p-xxl-6{padding:2.5rem!important}.p-xxl-7{padding:3rem!important}.p-xxl-8{padding:3.5rem!important}.p-xxl-9{padding:4rem!important}.p-xxl-10{padding:4.5rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:2rem!important;padding-left:2rem!important}.px-xxl-6{padding-right:2.5rem!important;padding-left:2.5rem!important}.px-xxl-7{padding-right:3rem!important;padding-left:3rem!important}.px-xxl-8{padding-right:3.5rem!important;padding-left:3.5rem!important}.px-xxl-9{padding-right:4rem!important;padding-left:4rem!important}.px-xxl-10{padding-right:4.5rem!important;padding-left:4.5rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:2rem!important;padding-bottom:2rem!important}.py-xxl-6{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.py-xxl-7{padding-top:3rem!important;padding-bottom:3rem!important}.py-xxl-8{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.py-xxl-9{padding-top:4rem!important;padding-bottom:4rem!important}.py-xxl-10{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:2rem!important}.pt-xxl-6{padding-top:2.5rem!important}.pt-xxl-7{padding-top:3rem!important}.pt-xxl-8{padding-top:3.5rem!important}.pt-xxl-9{padding-top:4rem!important}.pt-xxl-10{padding-top:4.5rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:2rem!important}.pe-xxl-6{padding-right:2.5rem!important}.pe-xxl-7{padding-right:3rem!important}.pe-xxl-8{padding-right:3.5rem!important}.pe-xxl-9{padding-right:4rem!important}.pe-xxl-10{padding-right:4.5rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:2rem!important}.pb-xxl-6{padding-bottom:2.5rem!important}.pb-xxl-7{padding-bottom:3rem!important}.pb-xxl-8{padding-bottom:3.5rem!important}.pb-xxl-9{padding-bottom:4rem!important}.pb-xxl-10{padding-bottom:4.5rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:2rem!important}.ps-xxl-6{padding-left:2.5rem!important}.ps-xxl-7{padding-left:3rem!important}.ps-xxl-8{padding-left:3.5rem!important}.ps-xxl-9{padding-left:4rem!important}.ps-xxl-10{padding-left:4.5rem!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:2rem!important}.gap-xxl-6{gap:2.5rem!important}.gap-xxl-7{gap:3rem!important}.gap-xxl-8{gap:3.5rem!important}.gap-xxl-9{gap:4rem!important}.gap-xxl-10{gap:4.5rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}.content-space-t-xxl-0{padding-top:0!important}.content-space-t-xxl-1{padding-top:3.5rem!important}.content-space-t-xxl-2{padding-top:5rem!important}.content-space-t-xxl-3{padding-top:7.5rem!important}.content-space-t-xxl-4{padding-top:10rem!important}.content-space-t-xxl-auto{padding-top:auto!important}.content-space-b-xxl-0{padding-bottom:0!important}.content-space-b-xxl-1{padding-bottom:3.5rem!important}.content-space-b-xxl-2{padding-bottom:5rem!important}.content-space-b-xxl-3{padding-bottom:7.5rem!important}.content-space-b-xxl-4{padding-bottom:10rem!important}.content-space-b-xxl-auto{padding-bottom:auto!important}.content-space-xxl-0{padding-top:0!important;padding-bottom:0!important}.content-space-xxl-1{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.content-space-xxl-2{padding-top:5rem!important;padding-bottom:5rem!important}.content-space-xxl-3{padding-top:7.5rem!important;padding-bottom:7.5rem!important}.content-space-xxl-4{padding-top:10rem!important;padding-bottom:10rem!important}.content-space-xxl-auto{padding-top:auto!important;padding-bottom:auto!important}}@media (min-width:1200px){.fs-1{font-size:2.25rem!important}.fs-2{font-size:1.75rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}a{text-decoration:none}:focus,a:focus,button:focus{outline-color:rgba(10,191,83,.5)}@media (max-width:767.98px){.h1,h1{font-size:calc(1.525rem + 3.3vw)}.h2,h2{font-size:calc(1.425rem + 2.1vw)}}figure{margin-bottom:0}p,ul{color:#2d374b}dt{color:#2d374b}dd{margin-bottom:1rem}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}::-moz-selection{color:#0abf53;background-color:rgba(10,191,83,.1)}::selection{color:#0abf53;background-color:rgba(10,191,83,.1)}.bg-primary ::-moz-selection{color:#fff;background-color:rgba(255,255,255,.1)}.bg-primary ::selection{color:#fff;background-color:rgba(255,255,255,.1)}.animated{animation-duration:1s;animation-fill-mode:both}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,15px,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes slideInUp{from{transform:translate3d(0,10px,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInUp{animation-name:slideInUp}@keyframes slideInDown{from{transform:translate3d(0,-10px,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInDown{animation-name:slideInDown}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}.accordion-button:focus{box-shadow:none}.accordion-button{color:#2d374b;font-size:1.125rem;font-weight:500;padding:1.5rem 2rem}@media (max-width:575.98px){.accordion-button{padding:1rem 1.3333333333rem}}.accordion-button:hover{color:#2d374b}.accordion-button:not(.collapsed){font-weight:700}.accordion-button:not(.collapsed)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%232d374b'%3E%3Cpath d='M5.5,13a.5.5,0,0,1-.5-.5v-1a.5.5,0,0,1,.5-.5h13a.5.5,0,0,1,.5.5v1a.5.5,0,0,1-.5.5Z'/%3E%3C/svg%3E");transform:rotate(0)}.accordion-button::before{flex-shrink:0;width:1.25rem;height:1.25rem;margin-right:1rem;content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%232d374b'%3E%3Cpath d='M19,11.5v1a.5.5,0,0,1-.5.5H13v5.5a.5.5,0,0,1-.5.5h-1a.5.5,0,0,1-.5-.5V13H5.5a.5.5,0,0,1-.5-.5v-1a.5.5,0,0,1,.5-.5H11V5.5a.5.5,0,0,1,.5-.5h1a.5.5,0,0,1,.5.5V11h5.5A.5.5,0,0,1,19,11.5Z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:1.25rem;transition:transform .2s ease-in-out}@media (prefers-reduced-motion:reduce){.accordion-button::before{transition:none}}.accordion-button::after{display:none}@media (max-width:575.98px){.accordion-body,.accordion-button{padding:1rem 1.3333333333rem}}.accordion-body{padding-left:4.25rem}.accordion-collapse{background-color:#f5f7fa}.accordion-flush .accordion-item{border-width:0}.accordion-flush .accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion-flush .accordion-button:not(.collapsed){box-shadow:none}.accordion-flush .accordion-body{padding-top:0}.alert .alert-link:hover{color:#07853a}.alert-primary{color:#fff;background-color:#0abf53;border-color:#0abf53;box-shadow:0 .25rem 1.5rem rgba(10,191,83,.4),0 .25rem 1.5rem rgba(45,55,75,.1)}.alert-primary .alert-link{color:#fff}.alert-secondary{color:#fff;background-color:#51596c;border-color:#51596c;box-shadow:0 .25rem 1.5rem rgba(81,89,108,.4),0 .25rem 1.5rem rgba(45,55,75,.1)}.alert-secondary .alert-link{color:#fff}.alert-success{color:#fff;background-color:#077c76;border-color:#077c76;box-shadow:0 .25rem 1.5rem rgba(7,124,118,.4),0 .25rem 1.5rem rgba(45,55,75,.1)}.alert-success .alert-link{color:#fff}.alert-info{color:#fff;background-color:#334ac0;border-color:#334ac0;box-shadow:0 .25rem 1.5rem rgba(51,74,192,.4),0 .25rem 1.5rem rgba(45,55,75,.1)}.alert-info .alert-link{color:#fff}.alert-warning{color:#000;background-color:#f39568;border-color:#f39568;box-shadow:0 .25rem 1.5rem rgba(243,149,104,.4),0 .25rem 1.5rem rgba(45,55,75,.1)}.alert-warning .alert-link{color:#000}.alert-danger{color:#fff;background-color:#692340;border-color:#692340;box-shadow:0 .25rem 1.5rem rgba(105,35,64,.4),0 .25rem 1.5rem rgba(45,55,75,.1)}.alert-danger .alert-link{color:#fff}.alert-light{color:#000;background-color:#f5f7fa;border-color:#f5f7fa;box-shadow:0 .25rem 1.5rem rgba(245,247,250,.4),0 .25rem 1.5rem rgba(45,55,75,.1)}.alert-light .alert-link{color:#000}.alert-dark{color:#fff;background-color:#2d374b;border-color:#2d374b;box-shadow:0 .25rem 1.5rem rgba(45,55,75,.4),0 .25rem 1.5rem rgba(45,55,75,.1)}.alert-dark .alert-link{color:#fff}.alert-soft-primary{color:#0abf53;background-color:rgba(10,191,83,.075)}.alert-soft-primary .alert-link{color:#0abf53}.alert-soft-secondary{color:#51596c;background-color:rgba(81,89,108,.075)}.alert-soft-secondary .alert-link{color:#51596c}.alert-soft-success{color:#077c76;background-color:rgba(7,124,118,.075)}.alert-soft-success .alert-link{color:#077c76}.alert-soft-info{color:#334ac0;background-color:rgba(51,74,192,.075)}.alert-soft-info .alert-link{color:#334ac0}.alert-soft-warning{color:#f39568;background-color:rgba(243,149,104,.075)}.alert-soft-warning .alert-link{color:#f39568}.alert-soft-danger{color:#692340;background-color:rgba(105,35,64,.075)}.alert-soft-danger .alert-link{color:#692340}.alert-soft-light{color:#f5f7fa;background-color:rgba(245,247,250,.075)}.alert-soft-light .alert-link{color:#f5f7fa}.alert-soft-dark{color:#2d374b;background-color:rgba(45,55,75,.075)}.alert-soft-dark .alert-link{color:#2d374b}.avatar{position:relative;display:inline-block;width:2.875rem;height:2.875rem;border-radius:.5rem}.avatar:not(img){background-color:#fff}.avatar-img{max-width:100%;height:100%;object-fit:cover;border-radius:.5rem}.avatar-initials{display:flex;justify-content:center;align-items:center;width:2.875rem;height:2.875rem;font-size:1rem;font-weight:500;pointer-events:none;text-transform:uppercase;border-radius:.5rem}.avatar-circle{border-radius:50%}.avatar-circle .avatar,.avatar-circle .avatar-img,.avatar-circle .avatar-initials{border-radius:50%}.avatar-centered{display:flex;margin-right:auto;margin-left:auto}.avatar-group{display:flex}.avatar-group .avatar:hover{z-index:2}.avatar-group .avatar-circle .avatar-initials{border-radius:50%}.avatar-group .avatar .avatar-img,.avatar-group .avatar .avatar-initials,.avatar-group .avatar-sm .avatar-img,.avatar-group .avatar-sm .avatar-initials,.avatar-group .avatar-xs .avatar-img,.avatar-group .avatar-xs .avatar-initials{border:2px solid #fff}.avatar-group .avatar-lg .avatar-img,.avatar-group .avatar-lg .avatar-initials{border:5px solid #fff}.avatar-group .avatar-xl .avatar-img,.avatar-group .avatar-xl .avatar-initials{border:7px solid #fff}.avatar-group .avatar+.avatar{margin-left:-1rem}.avatar-group .avatar-xs+.avatar-xs{margin-left:-.6125rem}.avatar-group .avatar-sm+.avatar-sm{margin-left:-.875rem}.avatar-group .avatar-lg+.avatar-lg{margin-left:-1.5rem}.avatar-group .avatar-xl+.avatar-xl{margin-left:-2rem}.avatar-group .avatar,.avatar-group .avatar-initials{width:2.875rem;height:2.875rem}.avatar-group .avatar-initials{font-size:1rem}.avatar-group .avatar+.avatar{margin-left:-1rem}.avatar-group-xs .avatar,.avatar-group-xs .avatar-initials{width:1.75rem;height:1.75rem}.avatar-group-xs .avatar-initials{font-size:.75rem}.avatar-group-xs .avatar+.avatar{margin-left:-.6125rem}.avatar-group-sm .avatar,.avatar-group-sm .avatar-initials{width:2.3125rem;height:2.3125rem}.avatar-group-sm .avatar-initials{font-size:.8125rem}.avatar-group-sm .avatar+.avatar{margin-left:-.875rem}.avatar-group-lg .avatar,.avatar-group-lg .avatar-initials{width:4.25rem;height:4.25rem}.avatar-group-lg .avatar-initials{font-size:1.125rem}.avatar-group-lg .avatar+.avatar{margin-left:-1.5rem}.avatar-group-xl .avatar,.avatar-group-xl .avatar-initials{width:5.625rem;height:5.625rem}.avatar-group-xl .avatar-initials{font-size:2rem}.avatar-group-xl .avatar+.avatar{margin-left:-1.5rem}.avatar-group-xxl .avatar,.avatar-group-xxl .avatar-initials{width:7rem;height:7rem}.avatar-group-xxl .avatar-initials{font-size:3rem}.avatar-group-xxl .avatar+.avatar{margin-left:-2rem}.avatar.avatar-circle .avatar-status{bottom:-.21875rem;right:-.21875rem}.avatar.avatar-circle .avatar-sm-status{bottom:0;right:0}.avatar.avatar-circle .avatar-lg-status{bottom:-.325rem;right:-.325rem}.avatar-xss,.avatar-xss .avatar-initials{width:1rem;height:1rem}.avatar-xss .avatar-img{width:1rem}.avatar-xss .avatar-initials{font-size:.75rem}.avatar-xs,.avatar-xs .avatar-initials{width:1.75rem;height:1.75rem}.avatar-xs .avatar-img{width:1.75rem}.avatar-xs .avatar-initials{font-size:.75rem}.avatar-xs.avatar-circle .avatar-status{bottom:-.21875rem;right:-.21875rem}.avatar-xs.avatar-circle .avatar-sm-status{bottom:-.1171875rem;right:-.1171875rem}.avatar-xs.avatar-circle .avatar-lg-status{bottom:-.325rem;right:-.325rem}.avatar-xs,.avatar-xs .avatar-initials{width:1.75rem;height:1.75rem}.avatar-xs .avatar-img{width:1.75rem}.avatar-xs .avatar-initials{font-size:.75rem}.avatar-xs.avatar-circle .avatar-status{bottom:-.21875rem;right:-.21875rem}.avatar-xs.avatar-circle .avatar-sm-status{bottom:-.1171875rem;right:-.1171875rem}.avatar-xs.avatar-circle .avatar-lg-status{bottom:-.325rem;right:-.325rem}.avatar-sm,.avatar-sm .avatar-initials{width:2.3125rem;height:2.3125rem}.avatar-sm .avatar-img{width:2.3125rem}.avatar-sm .avatar-initials{font-size:.8125rem}.avatar-sm.avatar-circle .avatar-status{bottom:-.21875rem;right:-.21875rem}.avatar-sm.avatar-circle .avatar-sm-status{bottom:-.09375rem;right:-.09375rem}.avatar-sm.avatar-circle .avatar-lg-status{bottom:-.40625rem;right:-.40625rem}.avatar-lg,.avatar-lg .avatar-initials{width:4.25rem;height:4.25rem}.avatar-lg .avatar-img{width:4.25rem}.avatar-lg .avatar-initials{font-size:1.125rem}.avatar-lg.avatar-circle .avatar-status{bottom:-.13125rem;right:-.13125rem}.avatar-lg.avatar-circle .avatar-sm-status{bottom:.09375rem;right:.09375rem}.avatar-lg.avatar-circle .avatar-lg-status{bottom:-.203125rem;right:-.203125rem}.avatar-xl,.avatar-xl .avatar-initials{width:5.625rem;height:5.625rem}.avatar-xl .avatar-img{width:5.625rem}.avatar-xl .avatar-initials{font-size:2rem}.avatar-xl.avatar-circle .avatar-status{bottom:.1640625rem;right:.1640625rem}.avatar-xl.avatar-circle .avatar-sm-status{bottom:.234375rem;right:.234375rem}.avatar-xl.avatar-circle .avatar-lg-status{bottom:.1354166667rem;right:.1354166667rem}.avatar-xxl,.avatar-xxl .avatar-initials{width:7rem;height:7rem}.avatar-xxl .avatar-img{width:7rem}.avatar-xxl .avatar-initials{font-size:3rem}.avatar-xxl.avatar-circle .avatar-status{bottom:.75rem;right:.75rem}.avatar-xxl.avatar-circle .avatar-sm-status{bottom:.875rem;right:.875rem}.avatar-xxl.avatar-circle .avatar-lg-status{bottom:.65rem;right:.65rem}.avatar-status{position:absolute;bottom:-.525rem;right:-.525rem;display:inline-flex;flex-shrink:0;justify-content:center;align-items:center;white-space:nowrap;text-align:center;vertical-align:baseline;border:.125rem solid #fff;width:1.3125rem;height:1.3125rem;line-height:1;font-size:.625rem;border-radius:50%}.avatar-sm-status{bottom:-.2625rem;right:-.2625rem;width:.9375rem;height:.9375rem;font-size:.5rem}.avatar-lg-status{width:1.625rem;height:1.625rem;font-size:.75rem}.avatar-primary .avatar-initials{color:#fff;background-color:#0abf53}.avatar-status-primary{color:#fff;background-color:#0abf53}.avatar-secondary .avatar-initials{color:#fff;background-color:#51596c}.avatar-status-secondary{color:#fff;background-color:#51596c}.avatar-success .avatar-initials{color:#fff;background-color:#077c76}.avatar-status-success{color:#fff;background-color:#077c76}.avatar-info .avatar-initials{color:#fff;background-color:#334ac0}.avatar-status-info{color:#fff;background-color:#334ac0}.avatar-warning .avatar-initials{color:#000;background-color:#f39568}.avatar-status-warning{color:#000;background-color:#f39568}.avatar-danger .avatar-initials{color:#fff;background-color:#692340}.avatar-status-danger{color:#fff;background-color:#692340}.avatar-light .avatar-initials{color:#000;background-color:#f5f7fa}.avatar-status-light{color:#000;background-color:#f5f7fa}.avatar-dark .avatar-initials{color:#fff;background-color:#2d374b}.avatar-status-dark{color:#fff;background-color:#2d374b}.avatar-soft-primary .avatar-initials{color:#0abf53;background-color:rgba(10,191,83,.1)}.avatar-status-soft-primary{color:#0abf53;background-color:rgba(10,191,83,.1)}.avatar-soft-secondary .avatar-initials{color:#51596c;background-color:rgba(81,89,108,.1)}.avatar-status-soft-secondary{color:#51596c;background-color:rgba(81,89,108,.1)}.avatar-soft-success .avatar-initials{color:#077c76;background-color:rgba(7,124,118,.1)}.avatar-status-soft-success{color:#077c76;background-color:rgba(7,124,118,.1)}.avatar-soft-info .avatar-initials{color:#334ac0;background-color:rgba(51,74,192,.1)}.avatar-status-soft-info{color:#334ac0;background-color:rgba(51,74,192,.1)}.avatar-soft-warning .avatar-initials{color:#f39568;background-color:rgba(243,149,104,.1)}.avatar-status-soft-warning{color:#f39568;background-color:rgba(243,149,104,.1)}.avatar-soft-danger .avatar-initials{color:#692340;background-color:rgba(105,35,64,.1)}.avatar-status-soft-danger{color:#692340;background-color:rgba(105,35,64,.1)}.avatar-soft-light .avatar-initials{color:#f5f7fa;background-color:rgba(245,247,250,.1)}.avatar-status-soft-light{color:#f5f7fa;background-color:rgba(245,247,250,.1)}.avatar-soft-dark .avatar-initials{color:#2d374b;background-color:rgba(45,55,75,.1)}.avatar-status-soft-dark{color:#2d374b;background-color:rgba(45,55,75,.1)}.avatar.avatar-4x3{width:3.8333333333rem;height:auto;border-radius:0}.avatar.avatar-4x3 .avatar-img{width:3.8333333333rem;height:inherit}.avatar-xss.avatar-4x3{width:1.3333333333rem;height:auto;border-radius:0}.avatar-xss.avatar-4x3 .avatar-img{width:1.3333333333rem;height:inherit}.avatar-xs.avatar-4x3{width:2.3333333333rem;height:auto;border-radius:0}.avatar-xs.avatar-4x3 .avatar-img{width:2.3333333333rem;height:inherit}.avatar-sm.avatar-4x3{width:3.0833333333rem;height:auto;border-radius:0}.avatar-sm.avatar-4x3 .avatar-img{width:3.0833333333rem;height:inherit}.avatar-lg.avatar-4x3{width:5.6666666667rem;height:auto;border-radius:0}.avatar-lg.avatar-4x3 .avatar-img{width:5.6666666667rem;height:inherit}.avatar-xl.avatar-4x3{width:7.5rem;height:auto;border-radius:0}.avatar-xl.avatar-4x3 .avatar-img{width:7.5rem;height:inherit}.avatar-xxl.avatar-4x3{width:9.3333333333rem;height:auto;border-radius:0}.avatar-xxl.avatar-4x3 .avatar-img{width:9.3333333333rem;height:inherit}.badge{padding:.525em .975em;line-height:normal}.badge-sm{padding:.35em .65em}.blockquote{position:relative;color:#2d374b}.blockquote::before{position:absolute;top:-2rem;left:-1.5rem;width:4rem;height:4rem;background-image:url("data:image/svg+xml,%3csvg width='5' height='4' viewBox='0 0 5 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.244 2.84803C2.244 3.08003 2.168 3.26803 2.016 3.41203C1.864 3.54803 1.672 3.61603 1.44 3.61603C1.16 3.61603 0.927996 3.52403 0.743996 3.34003C0.567996 3.15603 0.479996 2.89203 0.479996 2.54803C0.479996 2.18003 0.583996 1.82003 0.791996 1.46803C1.008 1.10803 1.308 0.824028 1.692 0.616028L1.968 1.03603C1.76 1.18003 1.592 1.34003 1.464 1.51603C1.344 1.69203 1.264 1.89603 1.224 2.12803C1.296 2.09603 1.38 2.08003 1.476 2.08003C1.7 2.08003 1.884 2.15203 2.028 2.29603C2.172 2.44003 2.244 2.62403 2.244 2.84803ZM4.452 2.84803C4.452 3.08003 4.376 3.26803 4.224 3.41203C4.072 3.54803 3.88 3.61603 3.648 3.61603C3.368 3.61603 3.136 3.52403 2.952 3.34003C2.776 3.15603 2.688 2.89203 2.688 2.54803C2.688 2.18003 2.792 1.82003 3 1.46803C3.216 1.10803 3.516 0.824028 3.9 0.616028L4.176 1.03603C3.968 1.18003 3.8 1.34003 3.672 1.51603C3.552 1.69203 3.472 1.89603 3.432 2.12803C3.504 2.09603 3.588 2.08003 3.684 2.08003C3.908 2.08003 4.092 2.15203 4.236 2.29603C4.38 2.44003 4.452 2.62403 4.452 2.84803Z' fill='%232d374b' fill-opacity='.125'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center center;background-size:contain;content:""}.blockquote-footer{font-weight:700;line-height:normal;margin-top:1.5rem;margin-bottom:0}.blockquote-footer::before{content:""}.blockquote-footer-source{display:block;color:#677788;font-size:.8125rem;font-weight:400;margin-top:.25rem}.blockquote-light .blockquote,.blockquote-light blockquote{color:#fff}.blockquote-light .blockquote::before,.blockquote-light blockquote::before{background-image:url("data:image/svg+xml,%3csvg width='5' height='4' viewBox='0 0 5 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.244 2.84803C2.244 3.08003 2.168 3.26803 2.016 3.41203C1.864 3.54803 1.672 3.61603 1.44 3.61603C1.16 3.61603 0.927996 3.52403 0.743996 3.34003C0.567996 3.15603 0.479996 2.89203 0.479996 2.54803C0.479996 2.18003 0.583996 1.82003 0.791996 1.46803C1.008 1.10803 1.308 0.824028 1.692 0.616028L1.968 1.03603C1.76 1.18003 1.592 1.34003 1.464 1.51603C1.344 1.69203 1.264 1.89603 1.224 2.12803C1.296 2.09603 1.38 2.08003 1.476 2.08003C1.7 2.08003 1.884 2.15203 2.028 2.29603C2.172 2.44003 2.244 2.62403 2.244 2.84803ZM4.452 2.84803C4.452 3.08003 4.376 3.26803 4.224 3.41203C4.072 3.54803 3.88 3.61603 3.648 3.61603C3.368 3.61603 3.136 3.52403 2.952 3.34003C2.776 3.15603 2.688 2.89203 2.688 2.54803C2.688 2.18003 2.792 1.82003 3 1.46803C3.216 1.10803 3.516 0.824028 3.9 0.616028L4.176 1.03603C3.968 1.18003 3.8 1.34003 3.672 1.51603C3.552 1.69203 3.472 1.89603 3.432 2.12803C3.504 2.09603 3.588 2.08003 3.684 2.08003C3.908 2.08003 4.092 2.15203 4.236 2.29603C4.38 2.44003 4.452 2.62403 4.452 2.84803Z' fill='%23fff' fill-opacity='.15'/%3e%3c/svg%3e")}.blockquote-light .blockquote-footer{color:#fff}.blockquote-light .blockquote-footer-source{color:rgba(255,255,255,.7)}.blockquote-sm .blockquote,.blockquote-sm.blockquote{font-size:1rem}.blockquote-sm .blockquote::before,.blockquote-sm.blockquote::before{top:-1.125rem;left:-1rem;width:2.5rem;height:2.5rem}.blockquote-lg .blockquote,.blockquote-lg.blockquote{font-size:calc(1.30625rem + .675vw);font-weight:500}@media (min-width:1200px){.blockquote-lg .blockquote,.blockquote-lg.blockquote{font-size:1.8125rem}}.blockquote-lg .blockquote::before,.blockquote-lg.blockquote::before{top:-3rem;left:-2rem;width:6rem;height:6rem}.breadcrumb .breadcrumb-item{color:#2d374b}.btn-link:focus{box-shadow:none}.btn.dropdown-toggle{display:inline-flex;align-items:center}.btn-pointer{position:relative;font-weight:500;padding-right:1.25rem;padding-right:2.5rem}.btn-pointer::after{position:absolute;top:50%;right:.75rem;width:1.25rem;height:1.25rem;background-image:url("data:image/svg+xml,");background-repeat:no-repeat;background-position:right center;background-size:1.25rem 1.25rem;content:"";transform:translateY(-50%);transition:.2s}.btn-pointer:hover::after,[href]:hover .btn-pointer::after{right:.4375rem}.btn-white{color:#2d374b;font-weight:500;background-color:#fff;border-color:rgba(220,224,229,.6)}.btn-white.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%2351596C' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");transition:all .2s ease-in-out}.btn-white .btn-pointer::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%2351596C' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.btn-check:focus+.btn-white,.btn-white:focus,.btn-white:hover{color:#07853a;border-color:rgba(220,224,229,.6);box-shadow:0 3px 6px -2px rgba(140,152,164,.25)}.btn-check:focus+.btn-white.dropdown-toggle::after,.btn-white:focus.dropdown-toggle::after,.btn-white:hover.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%230ABF53' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e")}.btn-white.disabled,.btn-white:disabled{color:#bdc5d1;background-color:rgba(220,224,229,.5)}.btn-check:focus+.btn-primary.btn-pointer::after,.btn-primary:focus.btn-pointer::after,.btn-primary:hover.btn-pointer::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.btn-primary.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");transition:all .2s ease-in-out}.btn-primary.btn-pointer::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.btn-check:focus+.btn-secondary.btn-pointer::after,.btn-secondary:focus.btn-pointer::after,.btn-secondary:hover.btn-pointer::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.btn-secondary.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");transition:all .2s ease-in-out}.btn-secondary.btn-pointer::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.btn-check:focus+.btn-success.btn-pointer::after,.btn-success:focus.btn-pointer::after,.btn-success:hover.btn-pointer::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.btn-success.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");transition:all .2s ease-in-out}.btn-success.btn-pointer::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.btn-check:focus+.btn-info.btn-pointer::after,.btn-info:focus.btn-pointer::after,.btn-info:hover.btn-pointer::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.btn-info.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");transition:all .2s ease-in-out}.btn-info.btn-pointer::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.btn-check:focus+.btn-warning.btn-pointer::after,.btn-warning:focus.btn-pointer::after,.btn-warning:hover.btn-pointer::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23000' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.btn-warning.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23000' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");transition:all .2s ease-in-out}.btn-warning.btn-pointer::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23000' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.btn-check:focus+.btn-danger.btn-pointer::after,.btn-danger:focus.btn-pointer::after,.btn-danger:hover.btn-pointer::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.btn-danger.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");transition:all .2s ease-in-out}.btn-danger.btn-pointer::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.btn-check:focus+.btn-light.btn-pointer::after,.btn-light:focus.btn-pointer::after,.btn-light:hover.btn-pointer::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23000' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.btn-light.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23000' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");transition:all .2s ease-in-out}.btn-light.btn-pointer::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23000' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.btn-check:focus+.btn-dark.btn-pointer::after,.btn-dark:focus.btn-pointer::after,.btn-dark:hover.btn-pointer::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.btn-dark.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");transition:all .2s ease-in-out}.btn-dark.btn-pointer::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.btn-ghost-primary{color:#0abf53;background-color:transparent}.btn-check:active+.btn-ghost-primary,.btn-check:checked+.btn-ghost-primary,.btn-check:focus+.btn-ghost-primary,.btn-ghost-primary.active,.btn-ghost-primary:active,.btn-ghost-primary:focus,.btn-ghost-primary:hover,.show>.btn-ghost-primary.dropdown-toggle{color:#0abf53;border-color:transparent;background-color:rgba(10,191,83,.1)}.btn-ghost-primary.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%230ABF53' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");transition:all .2s ease-in-out}.btn-ghost-primary.btn-pointer::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%230ABF53' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.btn-check:focus+.btn-ghost-primary.btn-no-focus,.btn-ghost-primary.btn-no-focus.focus,.btn-ghost-primary.btn-no-focus:focus,.btn-ghost-primary.btn-no-focus:hover{color:#0abf53;background-color:unset;box-shadow:none}.btn-check:focus+.btn-ghost-primary.btn-no-focus:hover,.btn-ghost-primary.btn-no-focus.focus:hover,.btn-ghost-primary.btn-no-focus:focus:hover,.btn-ghost-primary.btn-no-focus:hover:hover{color:#0abf53;background-color:rgba(10,191,83,.1)}.btn-ghost-secondary{color:#51596c;background-color:transparent}.btn-check:active+.btn-ghost-secondary,.btn-check:checked+.btn-ghost-secondary,.btn-check:focus+.btn-ghost-secondary,.btn-ghost-secondary.active,.btn-ghost-secondary:active,.btn-ghost-secondary:focus,.btn-ghost-secondary:hover,.show>.btn-ghost-secondary.dropdown-toggle{color:#51596c;border-color:transparent;background-color:rgba(10,191,83,.1)}.btn-ghost-secondary.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%2351596C' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");transition:all .2s ease-in-out}.btn-ghost-secondary.btn-pointer::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%2351596C' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.btn-check:focus+.btn-ghost-secondary.btn-no-focus,.btn-ghost-secondary.btn-no-focus.focus,.btn-ghost-secondary.btn-no-focus:focus,.btn-ghost-secondary.btn-no-focus:hover{color:#51596c;background-color:unset;box-shadow:none}.btn-check:focus+.btn-ghost-secondary.btn-no-focus:hover,.btn-ghost-secondary.btn-no-focus.focus:hover,.btn-ghost-secondary.btn-no-focus:focus:hover,.btn-ghost-secondary.btn-no-focus:hover:hover{color:#51596c;background-color:rgba(81,89,108,.1)}.btn-ghost-success{color:#077c76;background-color:transparent}.btn-check:active+.btn-ghost-success,.btn-check:checked+.btn-ghost-success,.btn-check:focus+.btn-ghost-success,.btn-ghost-success.active,.btn-ghost-success:active,.btn-ghost-success:focus,.btn-ghost-success:hover,.show>.btn-ghost-success.dropdown-toggle{color:#077c76;border-color:transparent;background-color:rgba(7,124,118,.1)}.btn-ghost-success.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23077C76' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");transition:all .2s ease-in-out}.btn-ghost-success.btn-pointer::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23077C76' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.btn-check:focus+.btn-ghost-success.btn-no-focus,.btn-ghost-success.btn-no-focus.focus,.btn-ghost-success.btn-no-focus:focus,.btn-ghost-success.btn-no-focus:hover{color:#077c76;background-color:unset;box-shadow:none}.btn-check:focus+.btn-ghost-success.btn-no-focus:hover,.btn-ghost-success.btn-no-focus.focus:hover,.btn-ghost-success.btn-no-focus:focus:hover,.btn-ghost-success.btn-no-focus:hover:hover{color:#077c76;background-color:rgba(7,124,118,.1)}.btn-ghost-info{color:#334ac0;background-color:transparent}.btn-check:active+.btn-ghost-info,.btn-check:checked+.btn-ghost-info,.btn-check:focus+.btn-ghost-info,.btn-ghost-info.active,.btn-ghost-info:active,.btn-ghost-info:focus,.btn-ghost-info:hover,.show>.btn-ghost-info.dropdown-toggle{color:#334ac0;border-color:transparent;background-color:rgba(51,74,192,.1)}.btn-ghost-info.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23334AC0' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");transition:all .2s ease-in-out}.btn-ghost-info.btn-pointer::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23334AC0' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.btn-check:focus+.btn-ghost-info.btn-no-focus,.btn-ghost-info.btn-no-focus.focus,.btn-ghost-info.btn-no-focus:focus,.btn-ghost-info.btn-no-focus:hover{color:#334ac0;background-color:unset;box-shadow:none}.btn-check:focus+.btn-ghost-info.btn-no-focus:hover,.btn-ghost-info.btn-no-focus.focus:hover,.btn-ghost-info.btn-no-focus:focus:hover,.btn-ghost-info.btn-no-focus:hover:hover{color:#334ac0;background-color:rgba(51,74,192,.1)}.btn-ghost-warning{color:#f39568;background-color:transparent}.btn-check:active+.btn-ghost-warning,.btn-check:checked+.btn-ghost-warning,.btn-check:focus+.btn-ghost-warning,.btn-ghost-warning.active,.btn-ghost-warning:active,.btn-ghost-warning:focus,.btn-ghost-warning:hover,.show>.btn-ghost-warning.dropdown-toggle{color:#f39568;border-color:transparent;background-color:rgba(243,149,104,.1)}.btn-ghost-warning.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23f39568' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");transition:all .2s ease-in-out}.btn-ghost-warning.btn-pointer::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23f39568' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.btn-check:focus+.btn-ghost-warning.btn-no-focus,.btn-ghost-warning.btn-no-focus.focus,.btn-ghost-warning.btn-no-focus:focus,.btn-ghost-warning.btn-no-focus:hover{color:#f39568;background-color:unset;box-shadow:none}.btn-check:focus+.btn-ghost-warning.btn-no-focus:hover,.btn-ghost-warning.btn-no-focus.focus:hover,.btn-ghost-warning.btn-no-focus:focus:hover,.btn-ghost-warning.btn-no-focus:hover:hover{color:#f39568;background-color:rgba(243,149,104,.1)}.btn-ghost-danger{color:#692340;background-color:transparent}.btn-check:active+.btn-ghost-danger,.btn-check:checked+.btn-ghost-danger,.btn-check:focus+.btn-ghost-danger,.btn-ghost-danger.active,.btn-ghost-danger:active,.btn-ghost-danger:focus,.btn-ghost-danger:hover,.show>.btn-ghost-danger.dropdown-toggle{color:#692340;border-color:transparent;background-color:rgba(105,35,64,.1)}.btn-ghost-danger.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23692340' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");transition:all .2s ease-in-out}.btn-ghost-danger.btn-pointer::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23692340' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.btn-check:focus+.btn-ghost-danger.btn-no-focus,.btn-ghost-danger.btn-no-focus.focus,.btn-ghost-danger.btn-no-focus:focus,.btn-ghost-danger.btn-no-focus:hover{color:#692340;background-color:unset;box-shadow:none}.btn-check:focus+.btn-ghost-danger.btn-no-focus:hover,.btn-ghost-danger.btn-no-focus.focus:hover,.btn-ghost-danger.btn-no-focus:focus:hover,.btn-ghost-danger.btn-no-focus:hover:hover{color:#692340;background-color:rgba(105,35,64,.1)}.btn-ghost-light{color:#f5f7fa;background-color:transparent}.btn-check:active+.btn-ghost-light,.btn-check:checked+.btn-ghost-light,.btn-check:focus+.btn-ghost-light,.btn-ghost-light.active,.btn-ghost-light:active,.btn-ghost-light:focus,.btn-ghost-light:hover,.show>.btn-ghost-light.dropdown-toggle{color:#f5f7fa;border-color:transparent;background-color:rgba(245,247,250,.1)}.btn-ghost-light.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23F5F7FA' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");transition:all .2s ease-in-out}.btn-ghost-light.btn-pointer::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23F5F7FA' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.btn-check:focus+.btn-ghost-light.btn-no-focus,.btn-ghost-light.btn-no-focus.focus,.btn-ghost-light.btn-no-focus:focus,.btn-ghost-light.btn-no-focus:hover{color:#f5f7fa;background-color:unset;box-shadow:none}.btn-check:focus+.btn-ghost-light.btn-no-focus:hover,.btn-ghost-light.btn-no-focus.focus:hover,.btn-ghost-light.btn-no-focus:focus:hover,.btn-ghost-light.btn-no-focus:hover:hover{color:#f5f7fa;background-color:rgba(245,247,250,.1)}.btn-ghost-dark{color:#2d374b;background-color:transparent}.btn-check:active+.btn-ghost-dark,.btn-check:checked+.btn-ghost-dark,.btn-check:focus+.btn-ghost-dark,.btn-ghost-dark.active,.btn-ghost-dark:active,.btn-ghost-dark:focus,.btn-ghost-dark:hover,.show>.btn-ghost-dark.dropdown-toggle{color:#2d374b;border-color:transparent;background-color:rgba(45,55,75,.1)}.btn-ghost-dark.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%232d374b' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");transition:all .2s ease-in-out}.btn-ghost-dark.btn-pointer::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%232d374b' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.btn-check:focus+.btn-ghost-dark.btn-no-focus,.btn-ghost-dark.btn-no-focus.focus,.btn-ghost-dark.btn-no-focus:focus,.btn-ghost-dark.btn-no-focus:hover{color:#2d374b;background-color:unset;box-shadow:none}.btn-check:focus+.btn-ghost-dark.btn-no-focus:hover,.btn-ghost-dark.btn-no-focus.focus:hover,.btn-ghost-dark.btn-no-focus:focus:hover,.btn-ghost-dark.btn-no-focus:hover:hover{color:#2d374b;background-color:rgba(45,55,75,.1)}.btn-check:focus+.btn-ghost-secondary,.btn-ghost-secondary:focus,.btn-ghost-secondary:hover{color:#0abf53}.btn-check:focus+.btn-ghost-secondary.dropdown-toggle::after,.btn-ghost-secondary:focus.dropdown-toggle::after,.btn-ghost-secondary:hover.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%230ABF53' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e")}.btn-check:focus+.btn-ghost-secondary.btn-pointer::after,.btn-ghost-secondary:focus.btn-pointer::after,.btn-ghost-secondary:hover.btn-pointer::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%230ABF53' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.btn-check:focus+.btn-ghost-secondary.btn-no-focus:hover,.btn-ghost-secondary.btn-no-focus.focus:hover,.btn-ghost-secondary.btn-no-focus:focus:hover,.btn-ghost-secondary.btn-no-focus:hover:hover{color:#0abf53;background-color:rgba(10,191,83,.1)}.btn-soft-primary{color:#0abf53;background-color:rgba(10,191,83,.1);border-color:transparent}.btn-check:focus+.btn-soft-primary,.btn-soft-primary:focus,.btn-soft-primary:hover{color:#fff;background-color:#0abf53}.btn-check:active+.btn-soft-primary,.btn-check:checked+.btn-soft-primary,.btn-soft-primary.active,.btn-soft-primary:active,.show>.btn-soft-primary.dropdown-toggle{color:#fff;background-color:#0abf53;border-color:transparent}.btn-soft-primary.disabled,.btn-soft-primary:disabled{color:#0abf53;background-color:#0abf53;border-color:transparent}.btn-soft-secondary{color:#51596c;background-color:rgba(81,89,108,.1);border-color:transparent}.btn-check:focus+.btn-soft-secondary,.btn-soft-secondary:focus,.btn-soft-secondary:hover{color:#fff;background-color:#51596c}.btn-check:active+.btn-soft-secondary,.btn-check:checked+.btn-soft-secondary,.btn-soft-secondary.active,.btn-soft-secondary:active,.show>.btn-soft-secondary.dropdown-toggle{color:#fff;background-color:#51596c;border-color:transparent}.btn-soft-secondary.disabled,.btn-soft-secondary:disabled{color:#51596c;background-color:#51596c;border-color:transparent}.btn-soft-success{color:#077c76;background-color:rgba(7,124,118,.1);border-color:transparent}.btn-check:focus+.btn-soft-success,.btn-soft-success:focus,.btn-soft-success:hover{color:#fff;background-color:#077c76}.btn-check:active+.btn-soft-success,.btn-check:checked+.btn-soft-success,.btn-soft-success.active,.btn-soft-success:active,.show>.btn-soft-success.dropdown-toggle{color:#fff;background-color:#077c76;border-color:transparent}.btn-soft-success.disabled,.btn-soft-success:disabled{color:#077c76;background-color:#077c76;border-color:transparent}.btn-soft-info{color:#334ac0;background-color:rgba(51,74,192,.1);border-color:transparent}.btn-check:focus+.btn-soft-info,.btn-soft-info:focus,.btn-soft-info:hover{color:#fff;background-color:#334ac0}.btn-check:active+.btn-soft-info,.btn-check:checked+.btn-soft-info,.btn-soft-info.active,.btn-soft-info:active,.show>.btn-soft-info.dropdown-toggle{color:#fff;background-color:#334ac0;border-color:transparent}.btn-soft-info.disabled,.btn-soft-info:disabled{color:#334ac0;background-color:#334ac0;border-color:transparent}.btn-soft-warning{color:#f39568;background-color:rgba(243,149,104,.1);border-color:transparent}.btn-check:focus+.btn-soft-warning,.btn-soft-warning:focus,.btn-soft-warning:hover{color:#000;background-color:#f39568}.btn-check:active+.btn-soft-warning,.btn-check:checked+.btn-soft-warning,.btn-soft-warning.active,.btn-soft-warning:active,.show>.btn-soft-warning.dropdown-toggle{color:#000;background-color:#f39568;border-color:transparent}.btn-soft-warning.disabled,.btn-soft-warning:disabled{color:#f39568;background-color:#f39568;border-color:transparent}.btn-soft-danger{color:#692340;background-color:rgba(105,35,64,.1);border-color:transparent}.btn-check:focus+.btn-soft-danger,.btn-soft-danger:focus,.btn-soft-danger:hover{color:#fff;background-color:#692340}.btn-check:active+.btn-soft-danger,.btn-check:checked+.btn-soft-danger,.btn-soft-danger.active,.btn-soft-danger:active,.show>.btn-soft-danger.dropdown-toggle{color:#fff;background-color:#692340;border-color:transparent}.btn-soft-danger.disabled,.btn-soft-danger:disabled{color:#692340;background-color:#692340;border-color:transparent}.btn-soft-light{color:#f5f7fa;background-color:rgba(245,247,250,.1);border-color:transparent}.btn-check:focus+.btn-soft-light,.btn-soft-light:focus,.btn-soft-light:hover{color:#000;background-color:#f5f7fa}.btn-check:active+.btn-soft-light,.btn-check:checked+.btn-soft-light,.btn-soft-light.active,.btn-soft-light:active,.show>.btn-soft-light.dropdown-toggle{color:#000;background-color:#f5f7fa;border-color:transparent}.btn-soft-light.disabled,.btn-soft-light:disabled{color:#f5f7fa;background-color:#f5f7fa;border-color:transparent}.btn-soft-dark{color:#2d374b;background-color:rgba(45,55,75,.1);border-color:transparent}.btn-check:focus+.btn-soft-dark,.btn-soft-dark:focus,.btn-soft-dark:hover{color:#fff;background-color:#2d374b}.btn-check:active+.btn-soft-dark,.btn-check:checked+.btn-soft-dark,.btn-soft-dark.active,.btn-soft-dark:active,.show>.btn-soft-dark.dropdown-toggle{color:#fff;background-color:#2d374b;border-color:transparent}.btn-soft-dark.disabled,.btn-soft-dark:disabled{color:#2d374b;background-color:#2d374b;border-color:transparent}.btn-soft-primary.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%230ABF53' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");transition:all .2s ease-in-out}.btn-soft-primary.btn-pointer::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%230ABF53' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.btn-check:focus+.btn-soft-primary.btn-pointer::after,.btn-soft-primary:focus.btn-pointer::after,.btn-soft-primary:hover.btn-pointer::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.btn-check:focus+.btn-soft-primary.dropdown-toggle::after,.btn-soft-primary:focus.dropdown-toggle::after,.btn-soft-primary:hover.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e")}.btn-soft-secondary.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%2351596C' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");transition:all .2s ease-in-out}.btn-soft-secondary.btn-pointer::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%2351596C' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.btn-check:focus+.btn-soft-secondary.btn-pointer::after,.btn-soft-secondary:focus.btn-pointer::after,.btn-soft-secondary:hover.btn-pointer::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.btn-check:focus+.btn-soft-secondary.dropdown-toggle::after,.btn-soft-secondary:focus.dropdown-toggle::after,.btn-soft-secondary:hover.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e")}.btn-soft-success.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23077C76' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");transition:all .2s ease-in-out}.btn-soft-success.btn-pointer::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23077C76' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.btn-check:focus+.btn-soft-success.btn-pointer::after,.btn-soft-success:focus.btn-pointer::after,.btn-soft-success:hover.btn-pointer::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.btn-check:focus+.btn-soft-success.dropdown-toggle::after,.btn-soft-success:focus.dropdown-toggle::after,.btn-soft-success:hover.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e")}.btn-soft-info.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23334AC0' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");transition:all .2s ease-in-out}.btn-soft-info.btn-pointer::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23334AC0' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.btn-check:focus+.btn-soft-info.btn-pointer::after,.btn-soft-info:focus.btn-pointer::after,.btn-soft-info:hover.btn-pointer::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.btn-check:focus+.btn-soft-info.dropdown-toggle::after,.btn-soft-info:focus.dropdown-toggle::after,.btn-soft-info:hover.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e")}.btn-soft-warning.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23f39568' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");transition:all .2s ease-in-out}.btn-soft-warning.btn-pointer::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23f39568' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.btn-check:focus+.btn-soft-warning.btn-pointer::after,.btn-soft-warning:focus.btn-pointer::after,.btn-soft-warning:hover.btn-pointer::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23000' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.btn-check:focus+.btn-soft-warning.dropdown-toggle::after,.btn-soft-warning:focus.dropdown-toggle::after,.btn-soft-warning:hover.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23000' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e")}.btn-soft-danger.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23692340' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");transition:all .2s ease-in-out}.btn-soft-danger.btn-pointer::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23692340' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.btn-check:focus+.btn-soft-danger.btn-pointer::after,.btn-soft-danger:focus.btn-pointer::after,.btn-soft-danger:hover.btn-pointer::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.btn-check:focus+.btn-soft-danger.dropdown-toggle::after,.btn-soft-danger:focus.dropdown-toggle::after,.btn-soft-danger:hover.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e")}.btn-soft-light.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23F5F7FA' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");transition:all .2s ease-in-out}.btn-soft-light.btn-pointer::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23F5F7FA' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.btn-check:focus+.btn-soft-light.btn-pointer::after,.btn-soft-light:focus.btn-pointer::after,.btn-soft-light:hover.btn-pointer::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23000' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.btn-check:focus+.btn-soft-light.dropdown-toggle::after,.btn-soft-light:focus.dropdown-toggle::after,.btn-soft-light:hover.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23000' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e")}.btn-soft-dark.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%232d374b' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");transition:all .2s ease-in-out}.btn-soft-dark.btn-pointer::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%232d374b' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.btn-check:focus+.btn-soft-dark.btn-pointer::after,.btn-soft-dark:focus.btn-pointer::after,.btn-soft-dark:hover.btn-pointer::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.btn-check:focus+.btn-soft-dark.dropdown-toggle::after,.btn-soft-dark:focus.dropdown-toggle::after,.btn-soft-dark:hover.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e")}.btn-check:focus+.btn-soft-secondary,.btn-soft-secondary:focus,.btn-soft-secondary:hover{color:#fff}.btn-check:focus+.btn-soft-secondary.dropdown-toggle::after,.btn-soft-secondary:focus.dropdown-toggle::after,.btn-soft-secondary:hover.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e")}.btn-check:focus+.btn-soft-secondary.btn-pointer::after,.btn-soft-secondary:focus.btn-pointer::after,.btn-soft-secondary:hover.btn-pointer::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.btn-icon{position:relative;display:inline-flex;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;font-weight:500;width:2.875rem;height:2.875rem;padding:0}.btn-icon>svg{width:1rem;height:auto}.btn-outline-primary.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%230ABF53' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");transition:all .2s ease-in-out}.btn-outline-primary:hover::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e")}.btn-outline-primary.btn-pointer::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%230ABF53' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.btn-check:focus+.btn-outline-primary.btn-pointer::after,.btn-outline-primary:focus.btn-pointer::after,.btn-outline-primary:hover.btn-pointer::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.btn-check:active+.btn-outline-primary.dropdown-toggle::after,.btn-check:checked+.btn-outline-primary.dropdown-toggle::after,.btn-outline-primary.active.dropdown-toggle::after,.btn-outline-primary.dropdown-toggle.show.dropdown-toggle::after,.btn-outline-primary:active.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e")}.btn-outline-secondary.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%2351596C' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");transition:all .2s ease-in-out}.btn-outline-secondary:hover::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e")}.btn-outline-secondary.btn-pointer::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%2351596C' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.btn-check:focus+.btn-outline-secondary.btn-pointer::after,.btn-outline-secondary:focus.btn-pointer::after,.btn-outline-secondary:hover.btn-pointer::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.btn-check:active+.btn-outline-secondary.dropdown-toggle::after,.btn-check:checked+.btn-outline-secondary.dropdown-toggle::after,.btn-outline-secondary.active.dropdown-toggle::after,.btn-outline-secondary.dropdown-toggle.show.dropdown-toggle::after,.btn-outline-secondary:active.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e")}.btn-outline-success.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23077C76' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");transition:all .2s ease-in-out}.btn-outline-success:hover::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e")}.btn-outline-success.btn-pointer::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23077C76' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.btn-check:focus+.btn-outline-success.btn-pointer::after,.btn-outline-success:focus.btn-pointer::after,.btn-outline-success:hover.btn-pointer::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.btn-check:active+.btn-outline-success.dropdown-toggle::after,.btn-check:checked+.btn-outline-success.dropdown-toggle::after,.btn-outline-success.active.dropdown-toggle::after,.btn-outline-success.dropdown-toggle.show.dropdown-toggle::after,.btn-outline-success:active.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e")}.btn-outline-info.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23334AC0' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");transition:all .2s ease-in-out}.btn-outline-info:hover::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e")}.btn-outline-info.btn-pointer::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23334AC0' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.btn-check:focus+.btn-outline-info.btn-pointer::after,.btn-outline-info:focus.btn-pointer::after,.btn-outline-info:hover.btn-pointer::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.btn-check:active+.btn-outline-info.dropdown-toggle::after,.btn-check:checked+.btn-outline-info.dropdown-toggle::after,.btn-outline-info.active.dropdown-toggle::after,.btn-outline-info.dropdown-toggle.show.dropdown-toggle::after,.btn-outline-info:active.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e")}.btn-outline-warning.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23f39568' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");transition:all .2s ease-in-out}.btn-outline-warning:hover::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23000' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e")}.btn-outline-warning.btn-pointer::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23f39568' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.btn-check:focus+.btn-outline-warning.btn-pointer::after,.btn-outline-warning:focus.btn-pointer::after,.btn-outline-warning:hover.btn-pointer::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23000' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.btn-check:active+.btn-outline-warning.dropdown-toggle::after,.btn-check:checked+.btn-outline-warning.dropdown-toggle::after,.btn-outline-warning.active.dropdown-toggle::after,.btn-outline-warning.dropdown-toggle.show.dropdown-toggle::after,.btn-outline-warning:active.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23000' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e")}.btn-outline-danger.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23692340' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");transition:all .2s ease-in-out}.btn-outline-danger:hover::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e")}.btn-outline-danger.btn-pointer::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23692340' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.btn-check:focus+.btn-outline-danger.btn-pointer::after,.btn-outline-danger:focus.btn-pointer::after,.btn-outline-danger:hover.btn-pointer::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.btn-check:active+.btn-outline-danger.dropdown-toggle::after,.btn-check:checked+.btn-outline-danger.dropdown-toggle::after,.btn-outline-danger.active.dropdown-toggle::after,.btn-outline-danger.dropdown-toggle.show.dropdown-toggle::after,.btn-outline-danger:active.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e")}.btn-outline-light.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23F5F7FA' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");transition:all .2s ease-in-out}.btn-outline-light:hover::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23000' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e")}.btn-outline-light.btn-pointer::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23F5F7FA' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.btn-check:focus+.btn-outline-light.btn-pointer::after,.btn-outline-light:focus.btn-pointer::after,.btn-outline-light:hover.btn-pointer::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23000' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.btn-check:active+.btn-outline-light.dropdown-toggle::after,.btn-check:checked+.btn-outline-light.dropdown-toggle::after,.btn-outline-light.active.dropdown-toggle::after,.btn-outline-light.dropdown-toggle.show.dropdown-toggle::after,.btn-outline-light:active.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23000' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e")}.btn-outline-dark.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%232d374b' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");transition:all .2s ease-in-out}.btn-outline-dark:hover::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e")}.btn-outline-dark.btn-pointer::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%232d374b' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.btn-check:focus+.btn-outline-dark.btn-pointer::after,.btn-outline-dark:focus.btn-pointer::after,.btn-outline-dark:hover.btn-pointer::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.btn-check:active+.btn-outline-dark.dropdown-toggle::after,.btn-check:checked+.btn-outline-dark.dropdown-toggle::after,.btn-outline-dark.active.dropdown-toggle::after,.btn-outline-dark.dropdown-toggle.show.dropdown-toggle::after,.btn-outline-dark:active.dropdown-toggle::after{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e")}.btn-outline-primary,.btn-outline-secondary{border-color:rgba(220,224,229,.6)}.btn-group-sm>.btn-icon.btn,.btn-icon.btn-sm{font-size:.8125rem;width:2.3125rem;height:2.3125rem}.btn-group-sm>.btn-icon.btn>svg,.btn-icon.btn-sm>svg{width:.8125rem;height:auto}.btn-group-lg>.btn-icon.btn,.btn-icon.btn-lg{font-size:1.125rem;width:4.25rem;height:4.25rem}.btn-group-lg>.btn-icon.btn>svg,.btn-icon.btn-lg>svg{width:1.125rem;height:auto}.card[href]{transition:all .2s ease-in-out}.card[href]:hover{box-shadow:0 1rem 1.75rem 0 rgba(45,55,75,.1)}.card-footer,.card-header{border-width:0}.card-subtitle{display:block;font-size:.8125rem;text-transform:uppercase;margin-top:0;margin-bottom:.5rem}.card-title{margin-bottom:0}.card-title:not(:last-child){margin-bottom:.5rem}.card-header-title{margin-bottom:0}.card-header-title:not(:last-child){margin-bottom:.25rem}.card-link{position:relative;display:inline-block;font-size:.9375rem;font-weight:500;padding-right:2.5rem}.card-link::after{position:absolute;top:50%;right:.75rem;width:1.25rem;height:1.25rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%230ABF53' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right center;background-size:1.25rem 1.25rem;content:"";transform:translateY(-50%);transition:.2s}.card-link:hover::after,[href]:hover .card-link::after{right:.4375rem}.card-link.link-primary::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%230ABF53' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.card-link.link-secondary::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%2351596C' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.card-link.link-success::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23077C76' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.card-link.link-info::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23334AC0' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.card-link.link-warning::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23f39568' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.card-link.link-danger::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23692340' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.card-link.link-light::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23F5F7FA' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.card-link.link-dark::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%232d374b' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.card-borderless{border-width:0}.card-shadow{box-shadow:0 1rem 1.75rem 0 rgba(45,55,75,.1)}.card-ghost{background-color:transparent;border-width:0}.card-ghost[href]:hover{box-shadow:none}.card-ghost .card-body{padding-left:0;padding-right:0}.card-ghost .card-footer{padding:0}.card-transition{transition:all .2s ease-in-out}.card-transition:focus,.card-transition:hover{transform:translateY(-.1875rem)!important}.card-transition-zoom{overflow:hidden}.card-transition-zoom .card-transition-zoom-item{overflow:hidden;border-radius:.8125rem;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0)}.card-transition-zoom .card-img{transition:transform .4s}.card-transition-zoom:hover .card-img{transform:scale(1.03)}.card-group .card{box-shadow:none}.card-group .card+.card{border-left:.0625rem solid rgba(220,224,229,.6)}.card-sm>.card-body,.card-sm>.card-footer,.card-sm>.card-header,.card-sm>.card-img-overlay,.card-sm>.collapse .card-body{padding:.8125rem .8125rem}.card-sm .card-table>tbody>tr:first-child>td{padding-top:.8125rem}.card-sm .card-table>tbody>tr:last-child>td{padding-bottom:.8125rem}.card-sm .card-table>:not(caption)>*>*{padding-right:.8125rem;padding-left:.8125rem}.card-lg>.card-body,.card-lg>.card-footer,.card-lg>.card-header,.card-lg>.card-img-overlay,.card-lg>.collapse .card-body{padding:2.75rem 2.75rem}@media (max-width:767.98px){.card-lg>.card-body,.card-lg>.card-footer,.card-lg>.card-header,.card-lg>.card-img-overlay,.card-lg>.collapse .card-body{padding:1.8333333333rem 1.8333333333rem}}.card-lg .card-table>tbody>tr:first-child>td{padding-top:2.75rem}@media (max-width:767.98px){.card-lg .card-table>tbody>tr:first-child>td{padding-top:1.8333333333rem}}.card-lg .card-table>tbody>tr:last-child>td{padding-bottom:2.75rem}@media (max-width:767.98px){.card-lg .card-table>tbody>tr:last-child>td{padding-bottom:1.8333333333rem}}.card-lg .card-table>:not(caption)>*>*{padding-right:2.75rem;padding-left:2.75rem}@media (max-width:767.98px){.card-lg .card-table>:not(caption)>*>*{padding-right:1.8333333333rem;padding-left:1.8333333333rem}}.card-pinned{position:relative;display:block}.card-pinned-top-start{position:absolute;top:-.0625rem;left:-.0625rem}.card-pinned-top-start.badge{border-radius:.8125rem 0 .8125rem 0}.card-pinned-top-end{position:absolute;top:-.0625rem;right:-.0625rem}.card-pinned-top-end.badge{border-radius:0 .8125rem 0 .8125rem}.card-pinned-bottom-start{position:absolute;bottom:-.0625rem;left:-.0625rem}.card-pinned-bottom-start.badge{border-radius:0 .8125rem 0 .8125rem}.card-pinned-bottom-end{position:absolute;bottom:-.0625rem;right:-.0625rem}.card-pinned-bottom-end.badge{border-radius:.8125rem 0 .8125rem 0}.card-flush{box-shadow:none}.card-flush .card-body,.card-flush .card-footer,.card-flush .card-header,.card-flush .collapse .card-body{padding-right:0;padding-left:0}.card-flush>.card-img-top{border-bottom-right-radius:.8125rem;border-bottom-left-radius:.8125rem}.card-flush.card-stretched-vertical .card-body .card-footer{padding-bottom:0}.card-stretched-vertical .card-body{display:flex;flex-direction:column;height:100%}.card-stretched-vertical .card-body .card-footer{padding:0;margin-top:auto}.card .table{margin-bottom:0}.card table>tbody>tr:first-child>td{padding-top:1.75rem}.card table>tbody>tr:last-child>td{padding-bottom:1.75rem}.card table>:not(caption)>*>*{padding-right:1.75rem;padding-left:1.75rem}.card .thead-light th:first-child{border-top-left-radius:.8125rem}.card .thead-light th:last-child{border-top-right-radius:.8125rem}.card-alert{border-radius:0;margin-bottom:0}.card-login{flex-grow:1;overflow:hidden}.card-login .card-body{padding:2.75rem 2.75rem}@media (max-width:575.98px){.card-group-sm-break{display:block}.card-group-sm-break>.card{margin-bottom:0}.card-group-sm-break>.card:not(:last-child){border-bottom:.0625rem solid rgba(220,224,229,.6)}.card-group-sm-break>.card+.card{border-left:none}.card-group-sm-break>.card:not(:first-child):not(:last-child),.card-group-sm-break>.card:not(:first-child):not(:last-child) .card-footer,.card-group-sm-break>.card:not(:first-child):not(:last-child) .card-header,.card-group-sm-break>.card:not(:first-child):not(:last-child) .card-img-bottom,.card-group-sm-break>.card:not(:first-child):not(:last-child) .card-img-top{border-radius:0}.card-group-sm-break>.card:first-child{border-top-left-radius:.8125rem;border-top-right-radius:.8125rem;border-bottom-right-radius:0;border-bottom-left-radius:0}.card-group-sm-break>.card:first-child .card-header,.card-group-sm-break>.card:first-child .card-img-top{border-top-left-radius:.8125rem;border-top-right-radius:.8125rem}.card-group-sm-break>.card:first-child .card-footer,.card-group-sm-break>.card:first-child .card-img-bottom{border-bottom-right-radius:0;border-bottom-left-radius:0}.card-group-sm-break>.card:last-child{border-bottom-right-radius:.8125rem;border-bottom-left-radius:.8125rem;border-top-left-radius:0;border-top-right-radius:0}.card-group-sm-break>.card:last-child .card-header,.card-group-sm-break>.card:last-child .card-img-top{border-top-left-radius:0;border-top-right-radius:0}.card-group-sm-break>.card:last-child .card-footer,.card-group-sm-break>.card:last-child .card-img-bottom{border-bottom-right-radius:.8125rem;border-bottom-left-radius:.8125rem}}@media (max-width:767.98px){.card-group-md-break{display:block}.card-group-md-break>.card{margin-bottom:0}.card-group-md-break>.card:not(:last-child){border-bottom:.0625rem solid rgba(220,224,229,.6)}.card-group-md-break>.card+.card{border-left:none}.card-group-md-break>.card:not(:first-child):not(:last-child),.card-group-md-break>.card:not(:first-child):not(:last-child) .card-footer,.card-group-md-break>.card:not(:first-child):not(:last-child) .card-header,.card-group-md-break>.card:not(:first-child):not(:last-child) .card-img-bottom,.card-group-md-break>.card:not(:first-child):not(:last-child) .card-img-top{border-radius:0}.card-group-md-break>.card:first-child{border-top-left-radius:.8125rem;border-top-right-radius:.8125rem;border-bottom-right-radius:0;border-bottom-left-radius:0}.card-group-md-break>.card:first-child .card-header,.card-group-md-break>.card:first-child .card-img-top{border-top-left-radius:.8125rem;border-top-right-radius:.8125rem}.card-group-md-break>.card:first-child .card-footer,.card-group-md-break>.card:first-child .card-img-bottom{border-bottom-right-radius:0;border-bottom-left-radius:0}.card-group-md-break>.card:last-child{border-bottom-right-radius:.8125rem;border-bottom-left-radius:.8125rem;border-top-left-radius:0;border-top-right-radius:0}.card-group-md-break>.card:last-child .card-header,.card-group-md-break>.card:last-child .card-img-top{border-top-left-radius:0;border-top-right-radius:0}.card-group-md-break>.card:last-child .card-footer,.card-group-md-break>.card:last-child .card-img-bottom{border-bottom-right-radius:.8125rem;border-bottom-left-radius:.8125rem}}@media (max-width:991.98px){.card-group-lg-break{display:block}.card-group-lg-break>.card{margin-bottom:0}.card-group-lg-break>.card:not(:last-child){border-bottom:.0625rem solid rgba(220,224,229,.6)}.card-group-lg-break>.card+.card{border-left:none}.card-group-lg-break>.card:not(:first-child):not(:last-child),.card-group-lg-break>.card:not(:first-child):not(:last-child) .card-footer,.card-group-lg-break>.card:not(:first-child):not(:last-child) .card-header,.card-group-lg-break>.card:not(:first-child):not(:last-child) .card-img-bottom,.card-group-lg-break>.card:not(:first-child):not(:last-child) .card-img-top{border-radius:0}.card-group-lg-break>.card:first-child{border-top-left-radius:.8125rem;border-top-right-radius:.8125rem;border-bottom-right-radius:0;border-bottom-left-radius:0}.card-group-lg-break>.card:first-child .card-header,.card-group-lg-break>.card:first-child .card-img-top{border-top-left-radius:.8125rem;border-top-right-radius:.8125rem}.card-group-lg-break>.card:first-child .card-footer,.card-group-lg-break>.card:first-child .card-img-bottom{border-bottom-right-radius:0;border-bottom-left-radius:0}.card-group-lg-break>.card:last-child{border-bottom-right-radius:.8125rem;border-bottom-left-radius:.8125rem;border-top-left-radius:0;border-top-right-radius:0}.card-group-lg-break>.card:last-child .card-header,.card-group-lg-break>.card:last-child .card-img-top{border-top-left-radius:0;border-top-right-radius:0}.card-group-lg-break>.card:last-child .card-footer,.card-group-lg-break>.card:last-child .card-img-bottom{border-bottom-right-radius:.8125rem;border-bottom-left-radius:.8125rem}}@media (min-width:576px){.card-group-sm-row{box-shadow:0 1rem 1.75rem 0 rgba(45,55,75,.1);border-radius:.8125rem;margin:0}.card-group-sm-row>*{padding:0}.card-group-sm-row>*>.card{height:100%;box-shadow:none;border-radius:0}.card-group-sm-row>:not(:first-child):not(:last-child),.card-group-sm-row>:not(:first-child):not(:last-child) .card-footer,.card-group-sm-row>:not(:first-child):not(:last-child) .card-header,.card-group-sm-row>:not(:first-child):not(:last-child) .card-img-bottom,.card-group-sm-row>:not(:first-child):not(:last-child) .card-img-top{border-radius:0}.card-group-sm-row>:first-child>.card{border-top-left-radius:.8125rem;border-bottom-left-radius:.8125rem}.card-group-sm-row>:first-child>.card,.card-group-sm-row>:first-child>.card .card-footer,.card-group-sm-row>:first-child>.card .card-header,.card-group-sm-row>:first-child>.card .card-img-bottom,.card-group-sm-row>:first-child>.card .card-img-top{border-top-right-radius:0;border-bottom-right-radius:0}.card-group-sm-row>:last-child>.card{border-top-right-radius:.8125rem;border-bottom-right-radius:.8125rem}.card-group-sm-row>:last-child>.card,.card-group-sm-row>:last-child>.card .card-footer,.card-group-sm-row>:last-child>.card .card-header,.card-group-sm-row>:last-child>.card .card-img-bottom,.card-group-sm-row>:last-child>.card .card-img-top{border-top-left-radius:0;border-bottom-left-radius:0}.card-group-sm-row>*+*>.card{border-left:.0625rem solid rgba(220,224,229,.6)}.card-group-sm-row .card-divider{border-left-width:0;border-top:.0625rem solid rgba(220,224,229,.6)}.card-group-sm-2>:first-child>.card,.card-group-sm-2>:first-child>.card .card-footer,.card-group-sm-2>:first-child>.card .card-header,.card-group-sm-2>:first-child>.card .card-img-bottom,.card-group-sm-2>:first-child>.card .card-img-top{border-top-left-radius:.8125rem;border-bottom-left-radius:0}.card-group-sm-2>:nth-child(2)>.card,.card-group-sm-2>:nth-child(2)>.card .card-footer,.card-group-sm-2>:nth-child(2)>.card .card-header,.card-group-sm-2>:nth-child(2)>.card .card-img-bottom,.card-group-sm-2>:nth-child(2)>.card .card-img-top{border-top-right-radius:.8125rem;border-bottom-right-radius:0}.card-group-sm-2>:last-child>.card,.card-group-sm-2>:last-child>.card .card-footer,.card-group-sm-2>:last-child>.card .card-header,.card-group-sm-2>:last-child>.card .card-img-bottom,.card-group-sm-2>:last-child>.card .card-img-top{border-top-right-radius:0;border-bottom-right-radius:.8125rem;border-bottom-left-radius:.8125rem}.card-group-sm-3>:first-child>.card,.card-group-sm-3>:first-child>.card .card-footer,.card-group-sm-3>:first-child>.card .card-header,.card-group-sm-3>:first-child>.card .card-img-bottom,.card-group-sm-3>:first-child>.card .card-img-top{border-top-left-radius:.8125rem;border-bottom-left-radius:0}.card-group-sm-3>:nth-child(3)>.card,.card-group-sm-3>:nth-child(3)>.card .card-footer,.card-group-sm-3>:nth-child(3)>.card .card-header,.card-group-sm-3>:nth-child(3)>.card .card-img-bottom,.card-group-sm-3>:nth-child(3)>.card .card-img-top{border-top-right-radius:.8125rem;border-bottom-right-radius:0}.card-group-sm-3>:last-child>.card,.card-group-sm-3>:last-child>.card .card-footer,.card-group-sm-3>:last-child>.card .card-header,.card-group-sm-3>:last-child>.card .card-img-bottom,.card-group-sm-3>:last-child>.card .card-img-top{border-top-right-radius:0;border-bottom-right-radius:.8125rem;border-bottom-left-radius:.8125rem}.card-group-sm-4>:first-child>.card,.card-group-sm-4>:first-child>.card .card-footer,.card-group-sm-4>:first-child>.card .card-header,.card-group-sm-4>:first-child>.card .card-img-bottom,.card-group-sm-4>:first-child>.card .card-img-top{border-top-left-radius:.8125rem;border-bottom-left-radius:0}.card-group-sm-4>:nth-child(4)>.card,.card-group-sm-4>:nth-child(4)>.card .card-footer,.card-group-sm-4>:nth-child(4)>.card .card-header,.card-group-sm-4>:nth-child(4)>.card .card-img-bottom,.card-group-sm-4>:nth-child(4)>.card .card-img-top{border-top-right-radius:.8125rem;border-bottom-right-radius:0}.card-group-sm-4>:last-child>.card,.card-group-sm-4>:last-child>.card .card-footer,.card-group-sm-4>:last-child>.card .card-header,.card-group-sm-4>:last-child>.card .card-img-bottom,.card-group-sm-4>:last-child>.card .card-img-top{border-top-right-radius:0;border-bottom-right-radius:.8125rem;border-bottom-left-radius:.8125rem}}@media (min-width:768px){.card-group-md-row{box-shadow:0 1rem 1.75rem 0 rgba(45,55,75,.1);border-radius:.8125rem;margin:0}.card-group-md-row>*{padding:0}.card-group-md-row>*>.card{height:100%;box-shadow:none;border-radius:0}.card-group-md-row>:not(:first-child):not(:last-child),.card-group-md-row>:not(:first-child):not(:last-child) .card-footer,.card-group-md-row>:not(:first-child):not(:last-child) .card-header,.card-group-md-row>:not(:first-child):not(:last-child) .card-img-bottom,.card-group-md-row>:not(:first-child):not(:last-child) .card-img-top{border-radius:0}.card-group-md-row>:first-child>.card{border-top-left-radius:.8125rem;border-bottom-left-radius:.8125rem}.card-group-md-row>:first-child>.card,.card-group-md-row>:first-child>.card .card-footer,.card-group-md-row>:first-child>.card .card-header,.card-group-md-row>:first-child>.card .card-img-bottom,.card-group-md-row>:first-child>.card .card-img-top{border-top-right-radius:0;border-bottom-right-radius:0}.card-group-md-row>:last-child>.card{border-top-right-radius:.8125rem;border-bottom-right-radius:.8125rem}.card-group-md-row>:last-child>.card,.card-group-md-row>:last-child>.card .card-footer,.card-group-md-row>:last-child>.card .card-header,.card-group-md-row>:last-child>.card .card-img-bottom,.card-group-md-row>:last-child>.card .card-img-top{border-top-left-radius:0;border-bottom-left-radius:0}.card-group-md-row>*+*>.card{border-left:.0625rem solid rgba(220,224,229,.6)}.card-group-md-row .card-divider{border-left-width:0;border-top:.0625rem solid rgba(220,224,229,.6)}.card-group-md-2>:first-child>.card,.card-group-md-2>:first-child>.card .card-footer,.card-group-md-2>:first-child>.card .card-header,.card-group-md-2>:first-child>.card .card-img-bottom,.card-group-md-2>:first-child>.card .card-img-top{border-top-left-radius:.8125rem;border-bottom-left-radius:0}.card-group-md-2>:nth-child(2)>.card,.card-group-md-2>:nth-child(2)>.card .card-footer,.card-group-md-2>:nth-child(2)>.card .card-header,.card-group-md-2>:nth-child(2)>.card .card-img-bottom,.card-group-md-2>:nth-child(2)>.card .card-img-top{border-top-right-radius:.8125rem;border-bottom-right-radius:0}.card-group-md-2>:last-child>.card,.card-group-md-2>:last-child>.card .card-footer,.card-group-md-2>:last-child>.card .card-header,.card-group-md-2>:last-child>.card .card-img-bottom,.card-group-md-2>:last-child>.card .card-img-top{border-top-right-radius:0;border-bottom-right-radius:.8125rem;border-bottom-left-radius:.8125rem}.card-group-md-3>:first-child>.card,.card-group-md-3>:first-child>.card .card-footer,.card-group-md-3>:first-child>.card .card-header,.card-group-md-3>:first-child>.card .card-img-bottom,.card-group-md-3>:first-child>.card .card-img-top{border-top-left-radius:.8125rem;border-bottom-left-radius:0}.card-group-md-3>:nth-child(3)>.card,.card-group-md-3>:nth-child(3)>.card .card-footer,.card-group-md-3>:nth-child(3)>.card .card-header,.card-group-md-3>:nth-child(3)>.card .card-img-bottom,.card-group-md-3>:nth-child(3)>.card .card-img-top{border-top-right-radius:.8125rem;border-bottom-right-radius:0}.card-group-md-3>:last-child>.card,.card-group-md-3>:last-child>.card .card-footer,.card-group-md-3>:last-child>.card .card-header,.card-group-md-3>:last-child>.card .card-img-bottom,.card-group-md-3>:last-child>.card .card-img-top{border-top-right-radius:0;border-bottom-right-radius:.8125rem;border-bottom-left-radius:.8125rem}.card-group-md-4>:first-child>.card,.card-group-md-4>:first-child>.card .card-footer,.card-group-md-4>:first-child>.card .card-header,.card-group-md-4>:first-child>.card .card-img-bottom,.card-group-md-4>:first-child>.card .card-img-top{border-top-left-radius:.8125rem;border-bottom-left-radius:0}.card-group-md-4>:nth-child(4)>.card,.card-group-md-4>:nth-child(4)>.card .card-footer,.card-group-md-4>:nth-child(4)>.card .card-header,.card-group-md-4>:nth-child(4)>.card .card-img-bottom,.card-group-md-4>:nth-child(4)>.card .card-img-top{border-top-right-radius:.8125rem;border-bottom-right-radius:0}.card-group-md-4>:last-child>.card,.card-group-md-4>:last-child>.card .card-footer,.card-group-md-4>:last-child>.card .card-header,.card-group-md-4>:last-child>.card .card-img-bottom,.card-group-md-4>:last-child>.card .card-img-top{border-top-right-radius:0;border-bottom-right-radius:.8125rem;border-bottom-left-radius:.8125rem}}@media (min-width:992px){.card-group-lg-row{box-shadow:0 1rem 1.75rem 0 rgba(45,55,75,.1);border-radius:.8125rem;margin:0}.card-group-lg-row>*{padding:0}.card-group-lg-row>*>.card{height:100%;box-shadow:none;border-radius:0}.card-group-lg-row>:not(:first-child):not(:last-child),.card-group-lg-row>:not(:first-child):not(:last-child) .card-footer,.card-group-lg-row>:not(:first-child):not(:last-child) .card-header,.card-group-lg-row>:not(:first-child):not(:last-child) .card-img-bottom,.card-group-lg-row>:not(:first-child):not(:last-child) .card-img-top{border-radius:0}.card-group-lg-row>:first-child>.card{border-top-left-radius:.8125rem;border-bottom-left-radius:.8125rem}.card-group-lg-row>:first-child>.card,.card-group-lg-row>:first-child>.card .card-footer,.card-group-lg-row>:first-child>.card .card-header,.card-group-lg-row>:first-child>.card .card-img-bottom,.card-group-lg-row>:first-child>.card .card-img-top{border-top-right-radius:0;border-bottom-right-radius:0}.card-group-lg-row>:last-child>.card{border-top-right-radius:.8125rem;border-bottom-right-radius:.8125rem}.card-group-lg-row>:last-child>.card,.card-group-lg-row>:last-child>.card .card-footer,.card-group-lg-row>:last-child>.card .card-header,.card-group-lg-row>:last-child>.card .card-img-bottom,.card-group-lg-row>:last-child>.card .card-img-top{border-top-left-radius:0;border-bottom-left-radius:0}.card-group-lg-row>*+*>.card{border-left:.0625rem solid rgba(220,224,229,.6)}.card-group-lg-row .card-divider{border-left-width:0;border-top:.0625rem solid rgba(220,224,229,.6)}.card-group-lg-2>:first-child>.card,.card-group-lg-2>:first-child>.card .card-footer,.card-group-lg-2>:first-child>.card .card-header,.card-group-lg-2>:first-child>.card .card-img-bottom,.card-group-lg-2>:first-child>.card .card-img-top{border-top-left-radius:.8125rem;border-bottom-left-radius:0}.card-group-lg-2>:nth-child(2)>.card,.card-group-lg-2>:nth-child(2)>.card .card-footer,.card-group-lg-2>:nth-child(2)>.card .card-header,.card-group-lg-2>:nth-child(2)>.card .card-img-bottom,.card-group-lg-2>:nth-child(2)>.card .card-img-top{border-top-right-radius:.8125rem;border-bottom-right-radius:0}.card-group-lg-2>:last-child>.card,.card-group-lg-2>:last-child>.card .card-footer,.card-group-lg-2>:last-child>.card .card-header,.card-group-lg-2>:last-child>.card .card-img-bottom,.card-group-lg-2>:last-child>.card .card-img-top{border-top-right-radius:0;border-bottom-right-radius:.8125rem;border-bottom-left-radius:.8125rem}.card-group-lg-3>:first-child>.card,.card-group-lg-3>:first-child>.card .card-footer,.card-group-lg-3>:first-child>.card .card-header,.card-group-lg-3>:first-child>.card .card-img-bottom,.card-group-lg-3>:first-child>.card .card-img-top{border-top-left-radius:.8125rem;border-bottom-left-radius:0}.card-group-lg-3>:nth-child(3)>.card,.card-group-lg-3>:nth-child(3)>.card .card-footer,.card-group-lg-3>:nth-child(3)>.card .card-header,.card-group-lg-3>:nth-child(3)>.card .card-img-bottom,.card-group-lg-3>:nth-child(3)>.card .card-img-top{border-top-right-radius:.8125rem;border-bottom-right-radius:0}.card-group-lg-3>:last-child>.card,.card-group-lg-3>:last-child>.card .card-footer,.card-group-lg-3>:last-child>.card .card-header,.card-group-lg-3>:last-child>.card .card-img-bottom,.card-group-lg-3>:last-child>.card .card-img-top{border-top-right-radius:0;border-bottom-right-radius:.8125rem;border-bottom-left-radius:.8125rem}.card-group-lg-4>:first-child>.card,.card-group-lg-4>:first-child>.card .card-footer,.card-group-lg-4>:first-child>.card .card-header,.card-group-lg-4>:first-child>.card .card-img-bottom,.card-group-lg-4>:first-child>.card .card-img-top{border-top-left-radius:.8125rem;border-bottom-left-radius:0}.card-group-lg-4>:nth-child(4)>.card,.card-group-lg-4>:nth-child(4)>.card .card-footer,.card-group-lg-4>:nth-child(4)>.card .card-header,.card-group-lg-4>:nth-child(4)>.card .card-img-bottom,.card-group-lg-4>:nth-child(4)>.card .card-img-top{border-top-right-radius:.8125rem;border-bottom-right-radius:0}.card-group-lg-4>:last-child>.card,.card-group-lg-4>:last-child>.card .card-footer,.card-group-lg-4>:last-child>.card .card-header,.card-group-lg-4>:last-child>.card .card-img-bottom,.card-group-lg-4>:last-child>.card .card-img-top{border-top-right-radius:0;border-bottom-right-radius:.8125rem;border-bottom-left-radius:.8125rem}}@media (min-width:1200px){.card-group-xl-row{box-shadow:0 1rem 1.75rem 0 rgba(45,55,75,.1);border-radius:.8125rem;margin:0}.card-group-xl-row>*{padding:0}.card-group-xl-row>*>.card{height:100%;box-shadow:none;border-radius:0}.card-group-xl-row>:not(:first-child):not(:last-child),.card-group-xl-row>:not(:first-child):not(:last-child) .card-footer,.card-group-xl-row>:not(:first-child):not(:last-child) .card-header,.card-group-xl-row>:not(:first-child):not(:last-child) .card-img-bottom,.card-group-xl-row>:not(:first-child):not(:last-child) .card-img-top{border-radius:0}.card-group-xl-row>:first-child>.card{border-top-left-radius:.8125rem;border-bottom-left-radius:.8125rem}.card-group-xl-row>:first-child>.card,.card-group-xl-row>:first-child>.card .card-footer,.card-group-xl-row>:first-child>.card .card-header,.card-group-xl-row>:first-child>.card .card-img-bottom,.card-group-xl-row>:first-child>.card .card-img-top{border-top-right-radius:0;border-bottom-right-radius:0}.card-group-xl-row>:last-child>.card{border-top-right-radius:.8125rem;border-bottom-right-radius:.8125rem}.card-group-xl-row>:last-child>.card,.card-group-xl-row>:last-child>.card .card-footer,.card-group-xl-row>:last-child>.card .card-header,.card-group-xl-row>:last-child>.card .card-img-bottom,.card-group-xl-row>:last-child>.card .card-img-top{border-top-left-radius:0;border-bottom-left-radius:0}.card-group-xl-row>*+*>.card{border-left:.0625rem solid rgba(220,224,229,.6)}.card-group-xl-row .card-divider{border-left-width:0;border-top:.0625rem solid rgba(220,224,229,.6)}.card-group-xl-2>:first-child>.card,.card-group-xl-2>:first-child>.card .card-footer,.card-group-xl-2>:first-child>.card .card-header,.card-group-xl-2>:first-child>.card .card-img-bottom,.card-group-xl-2>:first-child>.card .card-img-top{border-top-left-radius:.8125rem;border-bottom-left-radius:0}.card-group-xl-2>:nth-child(2)>.card,.card-group-xl-2>:nth-child(2)>.card .card-footer,.card-group-xl-2>:nth-child(2)>.card .card-header,.card-group-xl-2>:nth-child(2)>.card .card-img-bottom,.card-group-xl-2>:nth-child(2)>.card .card-img-top{border-top-right-radius:.8125rem;border-bottom-right-radius:0}.card-group-xl-2>:last-child>.card,.card-group-xl-2>:last-child>.card .card-footer,.card-group-xl-2>:last-child>.card .card-header,.card-group-xl-2>:last-child>.card .card-img-bottom,.card-group-xl-2>:last-child>.card .card-img-top{border-top-right-radius:0;border-bottom-right-radius:.8125rem;border-bottom-left-radius:.8125rem}.card-group-xl-3>:first-child>.card,.card-group-xl-3>:first-child>.card .card-footer,.card-group-xl-3>:first-child>.card .card-header,.card-group-xl-3>:first-child>.card .card-img-bottom,.card-group-xl-3>:first-child>.card .card-img-top{border-top-left-radius:.8125rem;border-bottom-left-radius:0}.card-group-xl-3>:nth-child(3)>.card,.card-group-xl-3>:nth-child(3)>.card .card-footer,.card-group-xl-3>:nth-child(3)>.card .card-header,.card-group-xl-3>:nth-child(3)>.card .card-img-bottom,.card-group-xl-3>:nth-child(3)>.card .card-img-top{border-top-right-radius:.8125rem;border-bottom-right-radius:0}.card-group-xl-3>:last-child>.card,.card-group-xl-3>:last-child>.card .card-footer,.card-group-xl-3>:last-child>.card .card-header,.card-group-xl-3>:last-child>.card .card-img-bottom,.card-group-xl-3>:last-child>.card .card-img-top{border-top-right-radius:0;border-bottom-right-radius:.8125rem;border-bottom-left-radius:.8125rem}.card-group-xl-4>:first-child>.card,.card-group-xl-4>:first-child>.card .card-footer,.card-group-xl-4>:first-child>.card .card-header,.card-group-xl-4>:first-child>.card .card-img-bottom,.card-group-xl-4>:first-child>.card .card-img-top{border-top-left-radius:.8125rem;border-bottom-left-radius:0}.card-group-xl-4>:nth-child(4)>.card,.card-group-xl-4>:nth-child(4)>.card .card-footer,.card-group-xl-4>:nth-child(4)>.card .card-header,.card-group-xl-4>:nth-child(4)>.card .card-img-bottom,.card-group-xl-4>:nth-child(4)>.card .card-img-top{border-top-right-radius:.8125rem;border-bottom-right-radius:0}.card-group-xl-4>:last-child>.card,.card-group-xl-4>:last-child>.card .card-footer,.card-group-xl-4>:last-child>.card .card-header,.card-group-xl-4>:last-child>.card .card-img-bottom,.card-group-xl-4>:last-child>.card .card-img-top{border-top-right-radius:0;border-bottom-right-radius:.8125rem;border-bottom-left-radius:.8125rem}}@media (min-width:1400px){.card-group-xxl-row{box-shadow:0 1rem 1.75rem 0 rgba(45,55,75,.1);border-radius:.8125rem;margin:0}.card-group-xxl-row>*{padding:0}.card-group-xxl-row>*>.card{height:100%;box-shadow:none;border-radius:0}.card-group-xxl-row>:not(:first-child):not(:last-child),.card-group-xxl-row>:not(:first-child):not(:last-child) .card-footer,.card-group-xxl-row>:not(:first-child):not(:last-child) .card-header,.card-group-xxl-row>:not(:first-child):not(:last-child) .card-img-bottom,.card-group-xxl-row>:not(:first-child):not(:last-child) .card-img-top{border-radius:0}.card-group-xxl-row>:first-child>.card{border-top-left-radius:.8125rem;border-bottom-left-radius:.8125rem}.card-group-xxl-row>:first-child>.card,.card-group-xxl-row>:first-child>.card .card-footer,.card-group-xxl-row>:first-child>.card .card-header,.card-group-xxl-row>:first-child>.card .card-img-bottom,.card-group-xxl-row>:first-child>.card .card-img-top{border-top-right-radius:0;border-bottom-right-radius:0}.card-group-xxl-row>:last-child>.card{border-top-right-radius:.8125rem;border-bottom-right-radius:.8125rem}.card-group-xxl-row>:last-child>.card,.card-group-xxl-row>:last-child>.card .card-footer,.card-group-xxl-row>:last-child>.card .card-header,.card-group-xxl-row>:last-child>.card .card-img-bottom,.card-group-xxl-row>:last-child>.card .card-img-top{border-top-left-radius:0;border-bottom-left-radius:0}.card-group-xxl-row>*+*>.card{border-left:.0625rem solid rgba(220,224,229,.6)}.card-group-xxl-row .card-divider{border-left-width:0;border-top:.0625rem solid rgba(220,224,229,.6)}.card-group-xxl-2>:first-child>.card,.card-group-xxl-2>:first-child>.card .card-footer,.card-group-xxl-2>:first-child>.card .card-header,.card-group-xxl-2>:first-child>.card .card-img-bottom,.card-group-xxl-2>:first-child>.card .card-img-top{border-top-left-radius:.8125rem;border-bottom-left-radius:0}.card-group-xxl-2>:nth-child(2)>.card,.card-group-xxl-2>:nth-child(2)>.card .card-footer,.card-group-xxl-2>:nth-child(2)>.card .card-header,.card-group-xxl-2>:nth-child(2)>.card .card-img-bottom,.card-group-xxl-2>:nth-child(2)>.card .card-img-top{border-top-right-radius:.8125rem;border-bottom-right-radius:0}.card-group-xxl-2>:last-child>.card,.card-group-xxl-2>:last-child>.card .card-footer,.card-group-xxl-2>:last-child>.card .card-header,.card-group-xxl-2>:last-child>.card .card-img-bottom,.card-group-xxl-2>:last-child>.card .card-img-top{border-top-right-radius:0;border-bottom-right-radius:.8125rem;border-bottom-left-radius:.8125rem}.card-group-xxl-3>:first-child>.card,.card-group-xxl-3>:first-child>.card .card-footer,.card-group-xxl-3>:first-child>.card .card-header,.card-group-xxl-3>:first-child>.card .card-img-bottom,.card-group-xxl-3>:first-child>.card .card-img-top{border-top-left-radius:.8125rem;border-bottom-left-radius:0}.card-group-xxl-3>:nth-child(3)>.card,.card-group-xxl-3>:nth-child(3)>.card .card-footer,.card-group-xxl-3>:nth-child(3)>.card .card-header,.card-group-xxl-3>:nth-child(3)>.card .card-img-bottom,.card-group-xxl-3>:nth-child(3)>.card .card-img-top{border-top-right-radius:.8125rem;border-bottom-right-radius:0}.card-group-xxl-3>:last-child>.card,.card-group-xxl-3>:last-child>.card .card-footer,.card-group-xxl-3>:last-child>.card .card-header,.card-group-xxl-3>:last-child>.card .card-img-bottom,.card-group-xxl-3>:last-child>.card .card-img-top{border-top-right-radius:0;border-bottom-right-radius:.8125rem;border-bottom-left-radius:.8125rem}.card-group-xxl-4>:first-child>.card,.card-group-xxl-4>:first-child>.card .card-footer,.card-group-xxl-4>:first-child>.card .card-header,.card-group-xxl-4>:first-child>.card .card-img-bottom,.card-group-xxl-4>:first-child>.card .card-img-top{border-top-left-radius:.8125rem;border-bottom-left-radius:0}.card-group-xxl-4>:nth-child(4)>.card,.card-group-xxl-4>:nth-child(4)>.card .card-footer,.card-group-xxl-4>:nth-child(4)>.card .card-header,.card-group-xxl-4>:nth-child(4)>.card .card-img-bottom,.card-group-xxl-4>:nth-child(4)>.card .card-img-top{border-top-right-radius:.8125rem;border-bottom-right-radius:0}.card-group-xxl-4>:last-child>.card,.card-group-xxl-4>:last-child>.card .card-footer,.card-group-xxl-4>:last-child>.card .card-header,.card-group-xxl-4>:last-child>.card .card-img-bottom,.card-group-xxl-4>:last-child>.card .card-img-top{border-top-right-radius:0;border-bottom-right-radius:.8125rem;border-bottom-left-radius:.8125rem}}.card-group-row{box-shadow:0 1rem 1.75rem 0 rgba(45,55,75,.1);border-radius:.8125rem;margin:0}.card-group-row>*{padding:0}.card-group-row>*>.card{height:100%;box-shadow:none;border-radius:0}.card-group-row>:not(:first-child):not(:last-child),.card-group-row>:not(:first-child):not(:last-child) .card-footer,.card-group-row>:not(:first-child):not(:last-child) .card-header,.card-group-row>:not(:first-child):not(:last-child) .card-img-bottom,.card-group-row>:not(:first-child):not(:last-child) .card-img-top{border-radius:0}.card-group-row>:first-child>.card{border-top-left-radius:.8125rem;border-bottom-left-radius:.8125rem}.card-group-row>:first-child>.card,.card-group-row>:first-child>.card .card-footer,.card-group-row>:first-child>.card .card-header,.card-group-row>:first-child>.card .card-img-bottom,.card-group-row>:first-child>.card .card-img-top{border-top-right-radius:0;border-bottom-right-radius:0}.card-group-row>:last-child>.card{border-top-right-radius:.8125rem;border-bottom-right-radius:.8125rem}.card-group-row>:last-child>.card,.card-group-row>:last-child>.card .card-footer,.card-group-row>:last-child>.card .card-header,.card-group-row>:last-child>.card .card-img-bottom,.card-group-row>:last-child>.card .card-img-top{border-top-left-radius:0;border-bottom-left-radius:0}.card-group-row>*+*>.card{border-left:.0625rem solid rgba(220,224,229,.6)}.card-group-row .card-divider{border-left-width:0;border-top:.0625rem solid rgba(220,224,229,.6)}.card-group-2>:first-child>.card,.card-group-2>:first-child>.card .card-footer,.card-group-2>:first-child>.card .card-header,.card-group-2>:first-child>.card .card-img-bottom,.card-group-2>:first-child>.card .card-img-top{border-top-left-radius:.8125rem;border-bottom-left-radius:0}.card-group-2>:nth-child(2)>.card,.card-group-2>:nth-child(2)>.card .card-footer,.card-group-2>:nth-child(2)>.card .card-header,.card-group-2>:nth-child(2)>.card .card-img-bottom,.card-group-2>:nth-child(2)>.card .card-img-top{border-top-right-radius:.8125rem;border-bottom-right-radius:0}.card-group-2>:last-child>.card,.card-group-2>:last-child>.card .card-footer,.card-group-2>:last-child>.card .card-header,.card-group-2>:last-child>.card .card-img-bottom,.card-group-2>:last-child>.card .card-img-top{border-top-right-radius:0;border-bottom-right-radius:.8125rem;border-bottom-left-radius:.8125rem}.card-group-3>:first-child>.card,.card-group-3>:first-child>.card .card-footer,.card-group-3>:first-child>.card .card-header,.card-group-3>:first-child>.card .card-img-bottom,.card-group-3>:first-child>.card .card-img-top{border-top-left-radius:.8125rem;border-bottom-left-radius:0}.card-group-3>:nth-child(3)>.card,.card-group-3>:nth-child(3)>.card .card-footer,.card-group-3>:nth-child(3)>.card .card-header,.card-group-3>:nth-child(3)>.card .card-img-bottom,.card-group-3>:nth-child(3)>.card .card-img-top{border-top-right-radius:.8125rem;border-bottom-right-radius:0}.card-group-3>:last-child>.card,.card-group-3>:last-child>.card .card-footer,.card-group-3>:last-child>.card .card-header,.card-group-3>:last-child>.card .card-img-bottom,.card-group-3>:last-child>.card .card-img-top{border-top-right-radius:0;border-bottom-right-radius:.8125rem;border-bottom-left-radius:.8125rem}.card-group-4>:first-child>.card,.card-group-4>:first-child>.card .card-footer,.card-group-4>:first-child>.card .card-header,.card-group-4>:first-child>.card .card-img-bottom,.card-group-4>:first-child>.card .card-img-top{border-top-left-radius:.8125rem;border-bottom-left-radius:0}.card-group-4>:nth-child(4)>.card,.card-group-4>:nth-child(4)>.card .card-footer,.card-group-4>:nth-child(4)>.card .card-header,.card-group-4>:nth-child(4)>.card .card-img-bottom,.card-group-4>:nth-child(4)>.card .card-img-top{border-top-right-radius:.8125rem;border-bottom-right-radius:0}.card-group-4>:last-child>.card,.card-group-4>:last-child>.card .card-footer,.card-group-4>:last-child>.card .card-header,.card-group-4>:last-child>.card .card-img-bottom,.card-group-4>:last-child>.card .card-img-top{border-top-right-radius:0;border-bottom-right-radius:.8125rem;border-bottom-left-radius:.8125rem}.btn-close:focus{box-shadow:none}@media (min-width:576px){.col-sm-divider>:not(:first-child){position:relative}.col-sm-divider>:not(:first-child)::before{position:absolute;top:0;left:0;width:.0625rem;height:100%;background-color:rgba(220,224,229,.6);content:""}}@media (min-width:768px){.col-md-divider>:not(:first-child){position:relative}.col-md-divider>:not(:first-child)::before{position:absolute;top:0;left:0;width:.0625rem;height:100%;background-color:rgba(220,224,229,.6);content:""}}@media (min-width:992px){.col-lg-divider>:not(:first-child){position:relative}.col-lg-divider>:not(:first-child)::before{position:absolute;top:0;left:0;width:.0625rem;height:100%;background-color:rgba(220,224,229,.6);content:""}}@media (min-width:1200px){.col-xl-divider>:not(:first-child){position:relative}.col-xl-divider>:not(:first-child)::before{position:absolute;top:0;left:0;width:.0625rem;height:100%;background-color:rgba(220,224,229,.6);content:""}}@media (min-width:1400px){.col-xxl-divider>:not(:first-child){position:relative}.col-xxl-divider>:not(:first-child)::before{position:absolute;top:0;left:0;width:.0625rem;height:100%;background-color:rgba(220,224,229,.6);content:""}}.col-divider>:not(:first-child){position:relative}.col-divider>:not(:first-child)::before{position:absolute;top:0;left:0;width:.0625rem;height:100%;background-color:rgba(220,224,229,.6);content:""}.col-divider>:not(:first-child){position:relative}.col-divider>:not(:first-child)::before{position:absolute;top:0;left:50%;width:calc(100% - 1.5rem);height:.0625rem;background-color:rgba(220,224,229,.6);content:"";transform:translateX(-50%)}.col-divider>*{padding-top:1.5rem;padding-bottom:1.5rem}.col-divider>:first-child{padding-top:0}.col-divider>:last-child{padding-bottom:0}@media (max-width:575.98px){.col-sm-divider>:not(:first-child){position:relative}.col-sm-divider>:not(:first-child)::before{position:absolute;top:0;left:50%;width:calc(100% - 1.5rem);height:.0625rem;background-color:rgba(220,224,229,.6);content:"";transform:translateX(-50%)}.col-sm-divider>*{padding-top:1.5rem;padding-bottom:1.5rem}.col-sm-divider>:first-child{padding-top:0}.col-sm-divider>:last-child{padding-bottom:0}}@media (max-width:767.98px){.col-md-divider>:not(:first-child){position:relative}.col-md-divider>:not(:first-child)::before{position:absolute;top:0;left:50%;width:calc(100% - 1.5rem);height:.0625rem;background-color:rgba(220,224,229,.6);content:"";transform:translateX(-50%)}.col-md-divider>*{padding-top:1.5rem;padding-bottom:1.5rem}.col-md-divider>:first-child{padding-top:0}.col-md-divider>:last-child{padding-bottom:0}}@media (max-width:991.98px){.col-lg-divider>:not(:first-child){position:relative}.col-lg-divider>:not(:first-child)::before{position:absolute;top:0;left:50%;width:calc(100% - 1.5rem);height:.0625rem;background-color:rgba(220,224,229,.6);content:"";transform:translateX(-50%)}.col-lg-divider>*{padding-top:1.5rem;padding-bottom:1.5rem}.col-lg-divider>:first-child{padding-top:0}.col-lg-divider>:last-child{padding-bottom:0}}@media (max-width:1199.98px){.col-xl-divider>:not(:first-child){position:relative}.col-xl-divider>:not(:first-child)::before{position:absolute;top:0;left:50%;width:calc(100% - 1.5rem);height:.0625rem;background-color:rgba(220,224,229,.6);content:"";transform:translateX(-50%)}.col-xl-divider>*{padding-top:1.5rem;padding-bottom:1.5rem}.col-xl-divider>:first-child{padding-top:0}.col-xl-divider>:last-child{padding-bottom:0}}@media (max-width:1399.98px){.col-xxl-divider>:not(:first-child){position:relative}.col-xxl-divider>:not(:first-child)::before{position:absolute;top:0;left:50%;width:calc(100% - 1.5rem);height:.0625rem;background-color:rgba(220,224,229,.6);content:"";transform:translateX(-50%)}.col-xxl-divider>*{padding-top:1.5rem;padding-bottom:1.5rem}.col-xxl-divider>:first-child{padding-top:0}.col-xxl-divider>:last-child{padding-bottom:0}}.col-divider-light>:not(:first-child)::before{background-color:rgba(255,255,255,.1)}.devices{max-width:1140px;position:relative;padding:1.75rem .75rem 7rem;margin-right:-.75rem;margin-left:-.75rem}.devices .device-mobile{position:absolute;bottom:0;left:0;z-index:2;margin-left:5rem;margin-bottom:5rem}@media (max-width:991.98px){.devices .device-mobile{display:none}}.devices .device-browser{margin-left:auto;margin-right:5rem}@media (max-width:991.98px){.devices .device-mobile{margin-right:.5rem}.devices .device-browser{margin-right:auto}}.device-mobile{position:relative;z-index:1;max-width:100%;width:15rem;height:auto}.device-mobile-frame{background:#2d374b;box-shadow:0 2.75rem 5.5rem -3.5rem rgba(45,55,75,.2),0 2rem 4rem -2rem rgba(45,55,75,.3),inset 0 -.1875rem .3125rem 0 rgba(45,55,75,.2);border-radius:2rem;padding:.3125rem}.device-mobile-img{max-width:100%;height:auto;border-radius:1.6rem}.device-browser{position:relative;z-index:1;max-width:100%;width:50rem;height:auto;box-shadow:0 2.75rem 3.5rem -2rem rgba(45,55,75,.2),0 0 5rem -2rem rgba(45,55,75,.15);border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem;margin-left:auto;margin-right:auto}.device-browser-lg{width:60rem}.device-browser-frame{background:#2d374b;border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.device-browser-img{max-width:100%;height:auto;border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.device-browser-header{position:relative;display:flex;max-width:50rem;background:#2d374b;border-bottom:.0625rem solid #e5e8ec;border-top-left-radius:.5rem;border-top-right-radius:.5rem;padding:.5rem 6.5rem}.device-browser-header-btn-list{display:flex;grid-gap:.25rem;position:absolute;top:calc(50% - .25rem);left:1rem}.device-browser-header-btn-list-btn{width:.5rem;height:.5rem;background-color:#404e6b;border-radius:50%}.device-browser-header-browser-bar{display:flex;justify-content:center;align-items:center;width:100%;height:100%;color:rgba(255,255,255,.7);background-color:#404e6b;font-size:.5rem;border-radius:.125rem}.device-browser-lg{width:60rem}.device-browser-lg .device-browser-header{max-width:60rem}.dropdown-menu{box-shadow:0 .1875rem .375rem rgba(140,152,164,.25);margin-top:.5rem}.dropdown-menu .dropdown-item.dropdown-toggle::after{transform:rotate(-90deg)}.dropdown-item{position:relative;font-size:.875rem;border-radius:.5rem;padding-right:2.5rem}.dropdown-item:not(:last-child){margin-bottom:.25rem}.dropdown-item::after{position:absolute;top:50%;right:.75rem;opacity:0;width:1.25rem;height:1.25rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%230ABF53' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right center;background-size:1.25rem 1.25rem;content:"";transform:translateY(-50%);transition:.2s}.dropdown-item:hover::after{opacity:1;right:.4375rem}.dropdown-item:active{color:#2d374b;background-color:rgba(189,197,209,.2)}.dropdown-item.active:not(:focus):not(:active){color:#2d374b;background-color:rgba(189,197,209,.2)}.dropdown-item[href]:hover.dropdown-toggle::after{background:url("data:image/svg+xml,")}.dropdown-header{font-size:.9375rem;font-weight:700;padding:.5rem 1rem}.dropdown-item-icon{display:inline-block;opacity:.7;font-size:1.125rem;width:1.5rem;color:#51596c}.dropdown-toggle{position:relative;display:flex;align-items:center}.dropdown-toggle::after{display:inline-block;width:1rem;height:1rem;background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%232d374b' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right center;background-size:1rem 1rem;margin-left:auto;padding-left:1.25rem;content:""}.dropup .dropdown-toggle::after{transform:rotate(-180deg)}.dropright .dropdown-toggle::after{transform:rotate(-90deg);margin-top:.25rem}.dropleft .dropdown-toggle::after{transform:rotate(90deg);margin-top:-.25rem}.dropdown-toggle-collapse::after{transition:.3s}.dropdown-toggle-collapse[aria-expanded=true]::after{transform:rotate(-180deg)}.form-check-input,.form-check-label{cursor:pointer}.form-check-label{font-size:.875rem}.form-check-input.is-valid,.was-validated .form-check-input:valid{border:1px solid #dce0e5}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#51596c}.form-check-custom .form-check-input:checked[type=checkbox],.form-check-custom .form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.3035 4.76425C13.5718 4.44865 14.0451 4.41027 14.3607 4.67853C14.6763 4.9468 14.7147 5.42012 14.4464 5.73572L8.07144 13.2357C7.79896 13.5563 7.31616 13.5901 7.00171 13.3105L3.62671 10.3105C3.31713 10.0354 3.28924 9.5613 3.56443 9.25172C3.83962 8.94213 4.31367 8.91424 4.62326 9.18943L7.42515 11.68L13.3035 4.76425Z' fill='%23fff'/%3e%3c/svg%3e")}.form-check-reverse{padding-left:0;padding-right:1.5rem;text-align:left}.form-check-reverse .form-check-input{float:right;margin-left:0;margin-right:0}.form-check-select{position:relative;cursor:pointer;padding:.75rem 1rem .75rem 2.5rem}.form-check-select.form-check-pinned-top-end,.form-check-select.form-check-reverse{padding:.75rem 1rem}.form-check-select .form-check-input{position:relative;z-index:2;width:12px;height:12px;background-color:#dce0e5;border-width:0;margin-top:.4375rem;border-radius:50%}.form-check-select .form-check-input:checked[type=checkbox],.form-check-select .form-check-input:checked[type=radio]{background-image:none}.form-check-select .form-check-input:checked[type=checkbox]~.form-check-stretched-bg::before,.form-check-select .form-check-input:checked[type=radio]~.form-check-stretched-bg::before{background-color:rgba(10,191,83,.1);border-color:rgba(10,191,83,.2)}.form-check-select .form-check-input:disabled[type=checkbox]~.form-check-label>*,.form-check-select .form-check-input:disabled[type=radio]~.form-check-label>*{opacity:.5}.form-check-select .form-check-input:disabled[type=checkbox]~.form-check-stretched-bg::before,.form-check-select .form-check-input:disabled[type=radio]~.form-check-stretched-bg::before{background-color:transparent}.form-check-select .form-check-stretched-bg::before{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:auto;content:"";z-index:1;border:.0625rem solid transparent;background-color:rgba(0,0,0,0);border-radius:.5rem}.form-check-pinned-top-end{position:relative}.form-check-pinned-top-end .form-check-input{position:absolute;top:.75rem;right:.75rem;width:1rem;height:1rem;float:none;margin-left:0;margin-top:0}.form-check-pinned-top-end .form-check-input:checked[type=checkbox],.form-check-pinned-top-end .form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.3035 4.76425C13.5718 4.44865 14.0451 4.41027 14.3607 4.67853C14.6763 4.9468 14.7147 5.42012 14.4464 5.73572L8.07144 13.2357C7.79896 13.5563 7.31616 13.5901 7.00171 13.3105L3.62671 10.3105C3.31713 10.0354 3.28924 9.5613 3.56443 9.25172C3.83962 8.94213 4.31367 8.91424 4.62326 9.18943L7.42515 11.68L13.3035 4.76425Z' fill='%23fff'/%3e%3c/svg%3e")}.form-select{cursor:pointer}.form-switch{position:relative}.form-switch .form-check-input{width:3em;height:2em;border-width:0;background-color:#dce0e5;margin-top:-.25rem;margin-right:.5rem}.form-switch .form-check-input:active{filter:100%}.form-check-input:checked{background-color:#0abf53}.form-switch-between{align-items:center;padding-left:0}.form-switch-between .form-check-input{float:none;align-items:center;margin-left:.5rem}.form-switch-between .form-check-label{cursor:inherit}.input-group-merge{position:relative}.input-group-merge .input-group-append,.input-group-merge .input-group-prepend{position:absolute;top:50%;z-index:4;background-color:transparent;transform:translateY(-50%)}.input-group-merge .input-group-append.input-group-text,.input-group-merge .input-group-prepend.input-group-text{border-width:0;min-height:calc(1.5em + 1.125rem)}.input-group-merge .input-group-prepend{left:1px}.input-group-merge .input-group-append{right:1px}.input-group-merge .form-control:not(:first-child),.input-group-merge .form-select:not(:first-child){padding-left:3.53125rem;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.input-group-merge .form-control:not(:last-child),.input-group-merge .form-select:not(:last-child){padding-right:3.53125rem;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.input-group-merge .form-control-sm:not(:first-child),.input-group-merge .form-select-sm:not(:first-child){padding-left:3.0625rem}.input-group-merge .form-control-sm:not(:last-child),.input-group-merge .form-select-sm:not(:last-child){padding-right:3.0625rem}.input-card{display:flex;background-color:#fff;padding:.75rem .75rem;border:.0625rem solid rgba(220,224,229,.6);box-shadow:0 .375rem 1.5rem 0 rgba(140,152,164,.125);border-radius:.5rem}.input-card .input-card-form{flex:1 0 0%}.input-card .btn{flex:0 0 auto}.input-card .form-control{border-width:0}.input-card .form-control:focus{box-shadow:none}.input-card .input-group{border-width:0}.input-card .input-card-form{position:relative}.input-card .input-card-form:not(:first-child){padding-left:1rem}.input-card .input-card-form:not(:first-child)::before{position:absolute;top:50%;left:0;width:.0625rem;height:2rem;background-color:rgba(220,224,229,.6);content:"";transform:translateY(-50%)}.input-card .input-card-form:not(:last-child){padding-right:1rem}@media (max-width:575.98px){.input-card-sm{display:grid}.input-card-sm .btn,.input-card-sm .input-card-form{flex:0 0 auto}.input-card-sm .input-card-form{padding:1rem 0!important;border-bottom:.0625rem solid rgba(220,224,229,.6)}.input-card-sm .input-card-form:first-child{padding-top:0!important}.input-card-sm .input-card-form:not(:first-child)::before{display:none}}.form-label-secondary{color:#8c98a4}.form-label-link{font-weight:500;font-size:.875rem;margin-bottom:.5rem}.go-to{display:inline-flex;flex-shrink:0;justify-content:center;align-items:center;z-index:9999;width:2.875rem;height:2.875rem;background-color:rgba(83,102,139,.1);color:#404e6b;font-size:1rem;opacity:.5;border-radius:.5rem;transition:.3s ease-out}.go-to:focus:hover,.go-to:hover{color:#fff;background-color:#404e6b;opacity:1}.list-group-item:first-child{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.list-group-item:last-child{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.list-group-icon{width:1.25rem;text-align:center;margin-right:.25rem}.list-group-striped>li:nth-of-type(odd){background-color:rgba(243,149,104,.1)}.list-group-sm .list-group-item{font-size:.8125rem;padding:.375rem .5rem}.list-group-lg .list-group-item{padding:1.5rem 1.5rem}.list-group-lg .list-group-icon{font-size:1.5rem;width:2.3125rem;margin-right:.5rem}.list-group-no-gutters .list-group-item{padding-right:0;padding-left:0}.list-group-no-gutters .list-group-item:first-child{padding-top:0}.list-group-no-gutters .list-group-item:last-child{padding-bottom:0}.list-checked{padding-left:0;list-style:none}.list-checked-item,.list-unchecked-item{position:relative;color:#51596c;padding-left:2rem}.list-checked-item:not(:last-child),.list-unchecked-item:not(:last-child){margin-bottom:.5rem}.list-checked-item::before,.list-unchecked-item::before{position:absolute;top:0;left:0;width:1.25rem;height:1.25rem;background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.3035 4.76425C13.5718 4.44865 14.0451 4.41027 14.3607 4.67853C14.6763 4.9468 14.7147 5.42012 14.4464 5.73572L8.07144 13.2357C7.79896 13.5563 7.31616 13.5901 7.00171 13.3105L3.62671 10.3105C3.31713 10.0354 3.28924 9.5613 3.56443 9.25172C3.83962 8.94213 4.31367 8.91424 4.62326 9.18943L7.42515 11.68L13.3035 4.76425Z' fill='%2351596C'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right center;background-size:1.25rem 1.25rem;content:"";margin-top:.125rem}.list-checked-item[hover]:hover,.list-unchecked-item[hover]:hover{color:#0abf53}[class*=list-checked-bg-] .list-checked-item::before,[class*=list-checked-bg-] .list-unchecked-item::before,[class*=list-checked-soft-bg-] .list-checked-item::before,[class*=list-checked-soft-bg-] .list-unchecked-item::before{margin-top:.125rem}.list-checked-primary .list-checked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.3035 4.76425C13.5718 4.44865 14.0451 4.41027 14.3607 4.67853C14.6763 4.9468 14.7147 5.42012 14.4464 5.73572L8.07144 13.2357C7.79896 13.5563 7.31616 13.5901 7.00171 13.3105L3.62671 10.3105C3.31713 10.0354 3.28924 9.5613 3.56443 9.25172C3.83962 8.94213 4.31367 8.91424 4.62326 9.18943L7.42515 11.68L13.3035 4.76425Z' fill='%230ABF53'/%3e%3c/svg%3e")}.list-checked-primary .list-unchecked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.20895 4.21806C4.34279 4.08416 4.52428 4.00893 4.71352 4.00893C4.90276 4.00893 5.08425 4.08416 5.21808 4.21806L8.99554 7.99878L12.773 4.21806C12.8388 4.14984 12.9176 4.09543 13.0046 4.05799C13.0917 4.02056 13.1854 4.00085 13.2801 4.00003C13.3749 3.9992 13.4689 4.01728 13.5566 4.05319C13.6443 4.08911 13.724 4.14214 13.791 4.20921C13.858 4.27628 13.911 4.35603 13.9469 4.44381C13.9827 4.53159 14.0008 4.62565 14 4.72049C13.9991 4.81533 13.9795 4.90906 13.9421 4.99621C13.9047 5.08335 13.8503 5.16217 13.7821 5.22806L10.0047 9.00878L13.7821 12.7895C13.9121 12.9242 13.9841 13.1046 13.9824 13.2919C13.9808 13.4792 13.9058 13.6584 13.7734 13.7908C13.6411 13.9232 13.4621 13.9983 13.275 14C13.0879 14.0016 12.9076 13.9296 12.773 13.7995L8.99554 10.0188L5.21808 13.7995C5.08348 13.9296 4.90321 14.0016 4.71609 14C4.52896 13.9983 4.34997 13.9232 4.21765 13.7908C4.08533 13.6584 4.01027 13.4792 4.00864 13.2919C4.00702 13.1046 4.07895 12.9242 4.20895 12.7895L7.98641 9.00878L4.20895 5.22806C4.07516 5.09411 4 4.91247 4 4.72306C4 4.53366 4.07516 4.35201 4.20895 4.21806V4.21806Z' fill='%238997a4'/%3e%3c/svg%3e")}.list-checked-bg-primary .list-checked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%230ABF53'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='white'/%3e%3c/svg%3e")}.list-checked-bg-primary .list-unchecked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 9C18 4.02944 13.9706 0 9 0C4.02944 0 0 4.02944 0 9C0 13.9706 4.02944 18 9 18C13.9706 18 18 13.9706 18 9Z' fill='%238997a4'/%3E%3Cpath d='M5.64639 5.64654C5.74016 5.55281 5.86731 5.50015 5.99989 5.50015C6.13248 5.50015 6.25963 5.55281 6.35339 5.64654L8.99989 8.29304L11.6464 5.64654C11.6925 5.59879 11.7477 5.56069 11.8087 5.53449C11.8697 5.50829 11.9353 5.49449 12.0017 5.49392C12.0681 5.49334 12.1339 5.50599 12.1954 5.53113C12.2568 5.55627 12.3126 5.5934 12.3596 5.64034C12.4065 5.68729 12.4437 5.74312 12.4688 5.80456C12.4939 5.86601 12.5066 5.93185 12.506 5.99824C12.5054 6.06463 12.4916 6.13024 12.4654 6.19124C12.4392 6.25224 12.4011 6.30742 12.3534 6.35354L9.70689 9.00004L12.3534 11.6465C12.4445 11.7408 12.4949 11.8671 12.4937 11.9982C12.4926 12.1293 12.44 12.2547 12.3473 12.3474C12.2546 12.4402 12.1292 12.4927 11.9981 12.4939C11.867 12.495 11.7407 12.4446 11.6464 12.3535L8.99989 9.70704L6.35339 12.3535C6.25909 12.4446 6.13279 12.495 6.00169 12.4939C5.87059 12.4927 5.74519 12.4402 5.65248 12.3474C5.55978 12.2547 5.5072 12.1293 5.50606 11.9982C5.50492 11.8671 5.55531 11.7408 5.64639 11.6465L8.29289 9.00004L5.64639 6.35354C5.55266 6.25978 5.5 6.13262 5.5 6.00004C5.5 5.86746 5.55266 5.7403 5.64639 5.64654V5.64654Z' fill='%23fff'/%3e%3c/svg%3e")}.list-checked-soft-bg-primary .list-checked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%230ABF53' fill-opacity='0.1'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='%230ABF53'/%3e%3c/svg%3e")}.list-checked-soft-bg-primary .list-unchecked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 9C18 4.02944 13.9706 0 9 0C4.02944 0 0 4.02944 0 9C0 13.9706 4.02944 18 9 18C13.9706 18 18 13.9706 18 9Z' fill='%238997a4' fill-opacity='0.1'/%3E%3Cpath d='M5.64639 5.64654C5.74016 5.55281 5.86731 5.50015 5.99989 5.50015C6.13248 5.50015 6.25963 5.55281 6.35339 5.64654L8.99989 8.29304L11.6464 5.64654C11.6925 5.59879 11.7477 5.56069 11.8087 5.53449C11.8697 5.50829 11.9353 5.49449 12.0017 5.49392C12.0681 5.49334 12.1339 5.50599 12.1954 5.53113C12.2568 5.55627 12.3126 5.5934 12.3596 5.64034C12.4065 5.68729 12.4437 5.74312 12.4688 5.80456C12.4939 5.86601 12.5066 5.93185 12.506 5.99824C12.5054 6.06463 12.4916 6.13024 12.4654 6.19124C12.4392 6.25224 12.4011 6.30742 12.3534 6.35354L9.70689 9.00004L12.3534 11.6465C12.4445 11.7408 12.4949 11.8671 12.4937 11.9982C12.4926 12.1293 12.44 12.2547 12.3473 12.3474C12.2546 12.4402 12.1292 12.4927 11.9981 12.4939C11.867 12.495 11.7407 12.4446 11.6464 12.3535L8.99989 9.70704L6.35339 12.3535C6.25909 12.4446 6.13279 12.495 6.00169 12.4939C5.87059 12.4927 5.74519 12.4402 5.65248 12.3474C5.55978 12.2547 5.5072 12.1293 5.50606 11.9982C5.50492 11.8671 5.55531 11.7408 5.64639 11.6465L8.29289 9.00004L5.64639 6.35354C5.55266 6.25978 5.5 6.13262 5.5 6.00004C5.5 5.86746 5.55266 5.7403 5.64639 5.64654V5.64654Z' fill='%238997a4'/%3e%3c/svg%3e")}.list-checked-secondary .list-checked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.3035 4.76425C13.5718 4.44865 14.0451 4.41027 14.3607 4.67853C14.6763 4.9468 14.7147 5.42012 14.4464 5.73572L8.07144 13.2357C7.79896 13.5563 7.31616 13.5901 7.00171 13.3105L3.62671 10.3105C3.31713 10.0354 3.28924 9.5613 3.56443 9.25172C3.83962 8.94213 4.31367 8.91424 4.62326 9.18943L7.42515 11.68L13.3035 4.76425Z' fill='%2351596C'/%3e%3c/svg%3e")}.list-checked-secondary .list-unchecked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.20895 4.21806C4.34279 4.08416 4.52428 4.00893 4.71352 4.00893C4.90276 4.00893 5.08425 4.08416 5.21808 4.21806L8.99554 7.99878L12.773 4.21806C12.8388 4.14984 12.9176 4.09543 13.0046 4.05799C13.0917 4.02056 13.1854 4.00085 13.2801 4.00003C13.3749 3.9992 13.4689 4.01728 13.5566 4.05319C13.6443 4.08911 13.724 4.14214 13.791 4.20921C13.858 4.27628 13.911 4.35603 13.9469 4.44381C13.9827 4.53159 14.0008 4.62565 14 4.72049C13.9991 4.81533 13.9795 4.90906 13.9421 4.99621C13.9047 5.08335 13.8503 5.16217 13.7821 5.22806L10.0047 9.00878L13.7821 12.7895C13.9121 12.9242 13.9841 13.1046 13.9824 13.2919C13.9808 13.4792 13.9058 13.6584 13.7734 13.7908C13.6411 13.9232 13.4621 13.9983 13.275 14C13.0879 14.0016 12.9076 13.9296 12.773 13.7995L8.99554 10.0188L5.21808 13.7995C5.08348 13.9296 4.90321 14.0016 4.71609 14C4.52896 13.9983 4.34997 13.9232 4.21765 13.7908C4.08533 13.6584 4.01027 13.4792 4.00864 13.2919C4.00702 13.1046 4.07895 12.9242 4.20895 12.7895L7.98641 9.00878L4.20895 5.22806C4.07516 5.09411 4 4.91247 4 4.72306C4 4.53366 4.07516 4.35201 4.20895 4.21806V4.21806Z' fill='%238997a4'/%3e%3c/svg%3e")}.list-checked-bg-secondary .list-checked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%2351596C'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='white'/%3e%3c/svg%3e")}.list-checked-bg-secondary .list-unchecked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 9C18 4.02944 13.9706 0 9 0C4.02944 0 0 4.02944 0 9C0 13.9706 4.02944 18 9 18C13.9706 18 18 13.9706 18 9Z' fill='%238997a4'/%3E%3Cpath d='M5.64639 5.64654C5.74016 5.55281 5.86731 5.50015 5.99989 5.50015C6.13248 5.50015 6.25963 5.55281 6.35339 5.64654L8.99989 8.29304L11.6464 5.64654C11.6925 5.59879 11.7477 5.56069 11.8087 5.53449C11.8697 5.50829 11.9353 5.49449 12.0017 5.49392C12.0681 5.49334 12.1339 5.50599 12.1954 5.53113C12.2568 5.55627 12.3126 5.5934 12.3596 5.64034C12.4065 5.68729 12.4437 5.74312 12.4688 5.80456C12.4939 5.86601 12.5066 5.93185 12.506 5.99824C12.5054 6.06463 12.4916 6.13024 12.4654 6.19124C12.4392 6.25224 12.4011 6.30742 12.3534 6.35354L9.70689 9.00004L12.3534 11.6465C12.4445 11.7408 12.4949 11.8671 12.4937 11.9982C12.4926 12.1293 12.44 12.2547 12.3473 12.3474C12.2546 12.4402 12.1292 12.4927 11.9981 12.4939C11.867 12.495 11.7407 12.4446 11.6464 12.3535L8.99989 9.70704L6.35339 12.3535C6.25909 12.4446 6.13279 12.495 6.00169 12.4939C5.87059 12.4927 5.74519 12.4402 5.65248 12.3474C5.55978 12.2547 5.5072 12.1293 5.50606 11.9982C5.50492 11.8671 5.55531 11.7408 5.64639 11.6465L8.29289 9.00004L5.64639 6.35354C5.55266 6.25978 5.5 6.13262 5.5 6.00004C5.5 5.86746 5.55266 5.7403 5.64639 5.64654V5.64654Z' fill='%23fff'/%3e%3c/svg%3e")}.list-checked-soft-bg-secondary .list-checked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%2351596C' fill-opacity='0.1'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='%2351596C'/%3e%3c/svg%3e")}.list-checked-soft-bg-secondary .list-unchecked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 9C18 4.02944 13.9706 0 9 0C4.02944 0 0 4.02944 0 9C0 13.9706 4.02944 18 9 18C13.9706 18 18 13.9706 18 9Z' fill='%238997a4' fill-opacity='0.1'/%3E%3Cpath d='M5.64639 5.64654C5.74016 5.55281 5.86731 5.50015 5.99989 5.50015C6.13248 5.50015 6.25963 5.55281 6.35339 5.64654L8.99989 8.29304L11.6464 5.64654C11.6925 5.59879 11.7477 5.56069 11.8087 5.53449C11.8697 5.50829 11.9353 5.49449 12.0017 5.49392C12.0681 5.49334 12.1339 5.50599 12.1954 5.53113C12.2568 5.55627 12.3126 5.5934 12.3596 5.64034C12.4065 5.68729 12.4437 5.74312 12.4688 5.80456C12.4939 5.86601 12.5066 5.93185 12.506 5.99824C12.5054 6.06463 12.4916 6.13024 12.4654 6.19124C12.4392 6.25224 12.4011 6.30742 12.3534 6.35354L9.70689 9.00004L12.3534 11.6465C12.4445 11.7408 12.4949 11.8671 12.4937 11.9982C12.4926 12.1293 12.44 12.2547 12.3473 12.3474C12.2546 12.4402 12.1292 12.4927 11.9981 12.4939C11.867 12.495 11.7407 12.4446 11.6464 12.3535L8.99989 9.70704L6.35339 12.3535C6.25909 12.4446 6.13279 12.495 6.00169 12.4939C5.87059 12.4927 5.74519 12.4402 5.65248 12.3474C5.55978 12.2547 5.5072 12.1293 5.50606 11.9982C5.50492 11.8671 5.55531 11.7408 5.64639 11.6465L8.29289 9.00004L5.64639 6.35354C5.55266 6.25978 5.5 6.13262 5.5 6.00004C5.5 5.86746 5.55266 5.7403 5.64639 5.64654V5.64654Z' fill='%238997a4'/%3e%3c/svg%3e")}.list-checked-success .list-checked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.3035 4.76425C13.5718 4.44865 14.0451 4.41027 14.3607 4.67853C14.6763 4.9468 14.7147 5.42012 14.4464 5.73572L8.07144 13.2357C7.79896 13.5563 7.31616 13.5901 7.00171 13.3105L3.62671 10.3105C3.31713 10.0354 3.28924 9.5613 3.56443 9.25172C3.83962 8.94213 4.31367 8.91424 4.62326 9.18943L7.42515 11.68L13.3035 4.76425Z' fill='%23077C76'/%3e%3c/svg%3e")}.list-checked-success .list-unchecked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.20895 4.21806C4.34279 4.08416 4.52428 4.00893 4.71352 4.00893C4.90276 4.00893 5.08425 4.08416 5.21808 4.21806L8.99554 7.99878L12.773 4.21806C12.8388 4.14984 12.9176 4.09543 13.0046 4.05799C13.0917 4.02056 13.1854 4.00085 13.2801 4.00003C13.3749 3.9992 13.4689 4.01728 13.5566 4.05319C13.6443 4.08911 13.724 4.14214 13.791 4.20921C13.858 4.27628 13.911 4.35603 13.9469 4.44381C13.9827 4.53159 14.0008 4.62565 14 4.72049C13.9991 4.81533 13.9795 4.90906 13.9421 4.99621C13.9047 5.08335 13.8503 5.16217 13.7821 5.22806L10.0047 9.00878L13.7821 12.7895C13.9121 12.9242 13.9841 13.1046 13.9824 13.2919C13.9808 13.4792 13.9058 13.6584 13.7734 13.7908C13.6411 13.9232 13.4621 13.9983 13.275 14C13.0879 14.0016 12.9076 13.9296 12.773 13.7995L8.99554 10.0188L5.21808 13.7995C5.08348 13.9296 4.90321 14.0016 4.71609 14C4.52896 13.9983 4.34997 13.9232 4.21765 13.7908C4.08533 13.6584 4.01027 13.4792 4.00864 13.2919C4.00702 13.1046 4.07895 12.9242 4.20895 12.7895L7.98641 9.00878L4.20895 5.22806C4.07516 5.09411 4 4.91247 4 4.72306C4 4.53366 4.07516 4.35201 4.20895 4.21806V4.21806Z' fill='%238997a4'/%3e%3c/svg%3e")}.list-checked-bg-success .list-checked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%23077C76'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='white'/%3e%3c/svg%3e")}.list-checked-bg-success .list-unchecked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 9C18 4.02944 13.9706 0 9 0C4.02944 0 0 4.02944 0 9C0 13.9706 4.02944 18 9 18C13.9706 18 18 13.9706 18 9Z' fill='%238997a4'/%3E%3Cpath d='M5.64639 5.64654C5.74016 5.55281 5.86731 5.50015 5.99989 5.50015C6.13248 5.50015 6.25963 5.55281 6.35339 5.64654L8.99989 8.29304L11.6464 5.64654C11.6925 5.59879 11.7477 5.56069 11.8087 5.53449C11.8697 5.50829 11.9353 5.49449 12.0017 5.49392C12.0681 5.49334 12.1339 5.50599 12.1954 5.53113C12.2568 5.55627 12.3126 5.5934 12.3596 5.64034C12.4065 5.68729 12.4437 5.74312 12.4688 5.80456C12.4939 5.86601 12.5066 5.93185 12.506 5.99824C12.5054 6.06463 12.4916 6.13024 12.4654 6.19124C12.4392 6.25224 12.4011 6.30742 12.3534 6.35354L9.70689 9.00004L12.3534 11.6465C12.4445 11.7408 12.4949 11.8671 12.4937 11.9982C12.4926 12.1293 12.44 12.2547 12.3473 12.3474C12.2546 12.4402 12.1292 12.4927 11.9981 12.4939C11.867 12.495 11.7407 12.4446 11.6464 12.3535L8.99989 9.70704L6.35339 12.3535C6.25909 12.4446 6.13279 12.495 6.00169 12.4939C5.87059 12.4927 5.74519 12.4402 5.65248 12.3474C5.55978 12.2547 5.5072 12.1293 5.50606 11.9982C5.50492 11.8671 5.55531 11.7408 5.64639 11.6465L8.29289 9.00004L5.64639 6.35354C5.55266 6.25978 5.5 6.13262 5.5 6.00004C5.5 5.86746 5.55266 5.7403 5.64639 5.64654V5.64654Z' fill='%23fff'/%3e%3c/svg%3e")}.list-checked-soft-bg-success .list-checked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%23077C76' fill-opacity='0.1'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='%23077C76'/%3e%3c/svg%3e")}.list-checked-soft-bg-success .list-unchecked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 9C18 4.02944 13.9706 0 9 0C4.02944 0 0 4.02944 0 9C0 13.9706 4.02944 18 9 18C13.9706 18 18 13.9706 18 9Z' fill='%238997a4' fill-opacity='0.1'/%3E%3Cpath d='M5.64639 5.64654C5.74016 5.55281 5.86731 5.50015 5.99989 5.50015C6.13248 5.50015 6.25963 5.55281 6.35339 5.64654L8.99989 8.29304L11.6464 5.64654C11.6925 5.59879 11.7477 5.56069 11.8087 5.53449C11.8697 5.50829 11.9353 5.49449 12.0017 5.49392C12.0681 5.49334 12.1339 5.50599 12.1954 5.53113C12.2568 5.55627 12.3126 5.5934 12.3596 5.64034C12.4065 5.68729 12.4437 5.74312 12.4688 5.80456C12.4939 5.86601 12.5066 5.93185 12.506 5.99824C12.5054 6.06463 12.4916 6.13024 12.4654 6.19124C12.4392 6.25224 12.4011 6.30742 12.3534 6.35354L9.70689 9.00004L12.3534 11.6465C12.4445 11.7408 12.4949 11.8671 12.4937 11.9982C12.4926 12.1293 12.44 12.2547 12.3473 12.3474C12.2546 12.4402 12.1292 12.4927 11.9981 12.4939C11.867 12.495 11.7407 12.4446 11.6464 12.3535L8.99989 9.70704L6.35339 12.3535C6.25909 12.4446 6.13279 12.495 6.00169 12.4939C5.87059 12.4927 5.74519 12.4402 5.65248 12.3474C5.55978 12.2547 5.5072 12.1293 5.50606 11.9982C5.50492 11.8671 5.55531 11.7408 5.64639 11.6465L8.29289 9.00004L5.64639 6.35354C5.55266 6.25978 5.5 6.13262 5.5 6.00004C5.5 5.86746 5.55266 5.7403 5.64639 5.64654V5.64654Z' fill='%238997a4'/%3e%3c/svg%3e")}.list-checked-info .list-checked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.3035 4.76425C13.5718 4.44865 14.0451 4.41027 14.3607 4.67853C14.6763 4.9468 14.7147 5.42012 14.4464 5.73572L8.07144 13.2357C7.79896 13.5563 7.31616 13.5901 7.00171 13.3105L3.62671 10.3105C3.31713 10.0354 3.28924 9.5613 3.56443 9.25172C3.83962 8.94213 4.31367 8.91424 4.62326 9.18943L7.42515 11.68L13.3035 4.76425Z' fill='%23334AC0'/%3e%3c/svg%3e")}.list-checked-info .list-unchecked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.20895 4.21806C4.34279 4.08416 4.52428 4.00893 4.71352 4.00893C4.90276 4.00893 5.08425 4.08416 5.21808 4.21806L8.99554 7.99878L12.773 4.21806C12.8388 4.14984 12.9176 4.09543 13.0046 4.05799C13.0917 4.02056 13.1854 4.00085 13.2801 4.00003C13.3749 3.9992 13.4689 4.01728 13.5566 4.05319C13.6443 4.08911 13.724 4.14214 13.791 4.20921C13.858 4.27628 13.911 4.35603 13.9469 4.44381C13.9827 4.53159 14.0008 4.62565 14 4.72049C13.9991 4.81533 13.9795 4.90906 13.9421 4.99621C13.9047 5.08335 13.8503 5.16217 13.7821 5.22806L10.0047 9.00878L13.7821 12.7895C13.9121 12.9242 13.9841 13.1046 13.9824 13.2919C13.9808 13.4792 13.9058 13.6584 13.7734 13.7908C13.6411 13.9232 13.4621 13.9983 13.275 14C13.0879 14.0016 12.9076 13.9296 12.773 13.7995L8.99554 10.0188L5.21808 13.7995C5.08348 13.9296 4.90321 14.0016 4.71609 14C4.52896 13.9983 4.34997 13.9232 4.21765 13.7908C4.08533 13.6584 4.01027 13.4792 4.00864 13.2919C4.00702 13.1046 4.07895 12.9242 4.20895 12.7895L7.98641 9.00878L4.20895 5.22806C4.07516 5.09411 4 4.91247 4 4.72306C4 4.53366 4.07516 4.35201 4.20895 4.21806V4.21806Z' fill='%238997a4'/%3e%3c/svg%3e")}.list-checked-bg-info .list-checked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%23334AC0'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='white'/%3e%3c/svg%3e")}.list-checked-bg-info .list-unchecked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 9C18 4.02944 13.9706 0 9 0C4.02944 0 0 4.02944 0 9C0 13.9706 4.02944 18 9 18C13.9706 18 18 13.9706 18 9Z' fill='%238997a4'/%3E%3Cpath d='M5.64639 5.64654C5.74016 5.55281 5.86731 5.50015 5.99989 5.50015C6.13248 5.50015 6.25963 5.55281 6.35339 5.64654L8.99989 8.29304L11.6464 5.64654C11.6925 5.59879 11.7477 5.56069 11.8087 5.53449C11.8697 5.50829 11.9353 5.49449 12.0017 5.49392C12.0681 5.49334 12.1339 5.50599 12.1954 5.53113C12.2568 5.55627 12.3126 5.5934 12.3596 5.64034C12.4065 5.68729 12.4437 5.74312 12.4688 5.80456C12.4939 5.86601 12.5066 5.93185 12.506 5.99824C12.5054 6.06463 12.4916 6.13024 12.4654 6.19124C12.4392 6.25224 12.4011 6.30742 12.3534 6.35354L9.70689 9.00004L12.3534 11.6465C12.4445 11.7408 12.4949 11.8671 12.4937 11.9982C12.4926 12.1293 12.44 12.2547 12.3473 12.3474C12.2546 12.4402 12.1292 12.4927 11.9981 12.4939C11.867 12.495 11.7407 12.4446 11.6464 12.3535L8.99989 9.70704L6.35339 12.3535C6.25909 12.4446 6.13279 12.495 6.00169 12.4939C5.87059 12.4927 5.74519 12.4402 5.65248 12.3474C5.55978 12.2547 5.5072 12.1293 5.50606 11.9982C5.50492 11.8671 5.55531 11.7408 5.64639 11.6465L8.29289 9.00004L5.64639 6.35354C5.55266 6.25978 5.5 6.13262 5.5 6.00004C5.5 5.86746 5.55266 5.7403 5.64639 5.64654V5.64654Z' fill='%23fff'/%3e%3c/svg%3e")}.list-checked-soft-bg-info .list-checked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%23334AC0' fill-opacity='0.1'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='%23334AC0'/%3e%3c/svg%3e")}.list-checked-soft-bg-info .list-unchecked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 9C18 4.02944 13.9706 0 9 0C4.02944 0 0 4.02944 0 9C0 13.9706 4.02944 18 9 18C13.9706 18 18 13.9706 18 9Z' fill='%238997a4' fill-opacity='0.1'/%3E%3Cpath d='M5.64639 5.64654C5.74016 5.55281 5.86731 5.50015 5.99989 5.50015C6.13248 5.50015 6.25963 5.55281 6.35339 5.64654L8.99989 8.29304L11.6464 5.64654C11.6925 5.59879 11.7477 5.56069 11.8087 5.53449C11.8697 5.50829 11.9353 5.49449 12.0017 5.49392C12.0681 5.49334 12.1339 5.50599 12.1954 5.53113C12.2568 5.55627 12.3126 5.5934 12.3596 5.64034C12.4065 5.68729 12.4437 5.74312 12.4688 5.80456C12.4939 5.86601 12.5066 5.93185 12.506 5.99824C12.5054 6.06463 12.4916 6.13024 12.4654 6.19124C12.4392 6.25224 12.4011 6.30742 12.3534 6.35354L9.70689 9.00004L12.3534 11.6465C12.4445 11.7408 12.4949 11.8671 12.4937 11.9982C12.4926 12.1293 12.44 12.2547 12.3473 12.3474C12.2546 12.4402 12.1292 12.4927 11.9981 12.4939C11.867 12.495 11.7407 12.4446 11.6464 12.3535L8.99989 9.70704L6.35339 12.3535C6.25909 12.4446 6.13279 12.495 6.00169 12.4939C5.87059 12.4927 5.74519 12.4402 5.65248 12.3474C5.55978 12.2547 5.5072 12.1293 5.50606 11.9982C5.50492 11.8671 5.55531 11.7408 5.64639 11.6465L8.29289 9.00004L5.64639 6.35354C5.55266 6.25978 5.5 6.13262 5.5 6.00004C5.5 5.86746 5.55266 5.7403 5.64639 5.64654V5.64654Z' fill='%238997a4'/%3e%3c/svg%3e")}.list-checked-warning .list-checked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.3035 4.76425C13.5718 4.44865 14.0451 4.41027 14.3607 4.67853C14.6763 4.9468 14.7147 5.42012 14.4464 5.73572L8.07144 13.2357C7.79896 13.5563 7.31616 13.5901 7.00171 13.3105L3.62671 10.3105C3.31713 10.0354 3.28924 9.5613 3.56443 9.25172C3.83962 8.94213 4.31367 8.91424 4.62326 9.18943L7.42515 11.68L13.3035 4.76425Z' fill='%23f39568'/%3e%3c/svg%3e")}.list-checked-warning .list-unchecked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.20895 4.21806C4.34279 4.08416 4.52428 4.00893 4.71352 4.00893C4.90276 4.00893 5.08425 4.08416 5.21808 4.21806L8.99554 7.99878L12.773 4.21806C12.8388 4.14984 12.9176 4.09543 13.0046 4.05799C13.0917 4.02056 13.1854 4.00085 13.2801 4.00003C13.3749 3.9992 13.4689 4.01728 13.5566 4.05319C13.6443 4.08911 13.724 4.14214 13.791 4.20921C13.858 4.27628 13.911 4.35603 13.9469 4.44381C13.9827 4.53159 14.0008 4.62565 14 4.72049C13.9991 4.81533 13.9795 4.90906 13.9421 4.99621C13.9047 5.08335 13.8503 5.16217 13.7821 5.22806L10.0047 9.00878L13.7821 12.7895C13.9121 12.9242 13.9841 13.1046 13.9824 13.2919C13.9808 13.4792 13.9058 13.6584 13.7734 13.7908C13.6411 13.9232 13.4621 13.9983 13.275 14C13.0879 14.0016 12.9076 13.9296 12.773 13.7995L8.99554 10.0188L5.21808 13.7995C5.08348 13.9296 4.90321 14.0016 4.71609 14C4.52896 13.9983 4.34997 13.9232 4.21765 13.7908C4.08533 13.6584 4.01027 13.4792 4.00864 13.2919C4.00702 13.1046 4.07895 12.9242 4.20895 12.7895L7.98641 9.00878L4.20895 5.22806C4.07516 5.09411 4 4.91247 4 4.72306C4 4.53366 4.07516 4.35201 4.20895 4.21806V4.21806Z' fill='%238997a4'/%3e%3c/svg%3e")}.list-checked-bg-warning .list-checked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%23f39568'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='white'/%3e%3c/svg%3e")}.list-checked-bg-warning .list-unchecked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 9C18 4.02944 13.9706 0 9 0C4.02944 0 0 4.02944 0 9C0 13.9706 4.02944 18 9 18C13.9706 18 18 13.9706 18 9Z' fill='%238997a4'/%3E%3Cpath d='M5.64639 5.64654C5.74016 5.55281 5.86731 5.50015 5.99989 5.50015C6.13248 5.50015 6.25963 5.55281 6.35339 5.64654L8.99989 8.29304L11.6464 5.64654C11.6925 5.59879 11.7477 5.56069 11.8087 5.53449C11.8697 5.50829 11.9353 5.49449 12.0017 5.49392C12.0681 5.49334 12.1339 5.50599 12.1954 5.53113C12.2568 5.55627 12.3126 5.5934 12.3596 5.64034C12.4065 5.68729 12.4437 5.74312 12.4688 5.80456C12.4939 5.86601 12.5066 5.93185 12.506 5.99824C12.5054 6.06463 12.4916 6.13024 12.4654 6.19124C12.4392 6.25224 12.4011 6.30742 12.3534 6.35354L9.70689 9.00004L12.3534 11.6465C12.4445 11.7408 12.4949 11.8671 12.4937 11.9982C12.4926 12.1293 12.44 12.2547 12.3473 12.3474C12.2546 12.4402 12.1292 12.4927 11.9981 12.4939C11.867 12.495 11.7407 12.4446 11.6464 12.3535L8.99989 9.70704L6.35339 12.3535C6.25909 12.4446 6.13279 12.495 6.00169 12.4939C5.87059 12.4927 5.74519 12.4402 5.65248 12.3474C5.55978 12.2547 5.5072 12.1293 5.50606 11.9982C5.50492 11.8671 5.55531 11.7408 5.64639 11.6465L8.29289 9.00004L5.64639 6.35354C5.55266 6.25978 5.5 6.13262 5.5 6.00004C5.5 5.86746 5.55266 5.7403 5.64639 5.64654V5.64654Z' fill='%23fff'/%3e%3c/svg%3e")}.list-checked-soft-bg-warning .list-checked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%23f39568' fill-opacity='0.1'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='%23f39568'/%3e%3c/svg%3e")}.list-checked-soft-bg-warning .list-unchecked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 9C18 4.02944 13.9706 0 9 0C4.02944 0 0 4.02944 0 9C0 13.9706 4.02944 18 9 18C13.9706 18 18 13.9706 18 9Z' fill='%238997a4' fill-opacity='0.1'/%3E%3Cpath d='M5.64639 5.64654C5.74016 5.55281 5.86731 5.50015 5.99989 5.50015C6.13248 5.50015 6.25963 5.55281 6.35339 5.64654L8.99989 8.29304L11.6464 5.64654C11.6925 5.59879 11.7477 5.56069 11.8087 5.53449C11.8697 5.50829 11.9353 5.49449 12.0017 5.49392C12.0681 5.49334 12.1339 5.50599 12.1954 5.53113C12.2568 5.55627 12.3126 5.5934 12.3596 5.64034C12.4065 5.68729 12.4437 5.74312 12.4688 5.80456C12.4939 5.86601 12.5066 5.93185 12.506 5.99824C12.5054 6.06463 12.4916 6.13024 12.4654 6.19124C12.4392 6.25224 12.4011 6.30742 12.3534 6.35354L9.70689 9.00004L12.3534 11.6465C12.4445 11.7408 12.4949 11.8671 12.4937 11.9982C12.4926 12.1293 12.44 12.2547 12.3473 12.3474C12.2546 12.4402 12.1292 12.4927 11.9981 12.4939C11.867 12.495 11.7407 12.4446 11.6464 12.3535L8.99989 9.70704L6.35339 12.3535C6.25909 12.4446 6.13279 12.495 6.00169 12.4939C5.87059 12.4927 5.74519 12.4402 5.65248 12.3474C5.55978 12.2547 5.5072 12.1293 5.50606 11.9982C5.50492 11.8671 5.55531 11.7408 5.64639 11.6465L8.29289 9.00004L5.64639 6.35354C5.55266 6.25978 5.5 6.13262 5.5 6.00004C5.5 5.86746 5.55266 5.7403 5.64639 5.64654V5.64654Z' fill='%238997a4'/%3e%3c/svg%3e")}.list-checked-danger .list-checked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.3035 4.76425C13.5718 4.44865 14.0451 4.41027 14.3607 4.67853C14.6763 4.9468 14.7147 5.42012 14.4464 5.73572L8.07144 13.2357C7.79896 13.5563 7.31616 13.5901 7.00171 13.3105L3.62671 10.3105C3.31713 10.0354 3.28924 9.5613 3.56443 9.25172C3.83962 8.94213 4.31367 8.91424 4.62326 9.18943L7.42515 11.68L13.3035 4.76425Z' fill='%23692340'/%3e%3c/svg%3e")}.list-checked-danger .list-unchecked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.20895 4.21806C4.34279 4.08416 4.52428 4.00893 4.71352 4.00893C4.90276 4.00893 5.08425 4.08416 5.21808 4.21806L8.99554 7.99878L12.773 4.21806C12.8388 4.14984 12.9176 4.09543 13.0046 4.05799C13.0917 4.02056 13.1854 4.00085 13.2801 4.00003C13.3749 3.9992 13.4689 4.01728 13.5566 4.05319C13.6443 4.08911 13.724 4.14214 13.791 4.20921C13.858 4.27628 13.911 4.35603 13.9469 4.44381C13.9827 4.53159 14.0008 4.62565 14 4.72049C13.9991 4.81533 13.9795 4.90906 13.9421 4.99621C13.9047 5.08335 13.8503 5.16217 13.7821 5.22806L10.0047 9.00878L13.7821 12.7895C13.9121 12.9242 13.9841 13.1046 13.9824 13.2919C13.9808 13.4792 13.9058 13.6584 13.7734 13.7908C13.6411 13.9232 13.4621 13.9983 13.275 14C13.0879 14.0016 12.9076 13.9296 12.773 13.7995L8.99554 10.0188L5.21808 13.7995C5.08348 13.9296 4.90321 14.0016 4.71609 14C4.52896 13.9983 4.34997 13.9232 4.21765 13.7908C4.08533 13.6584 4.01027 13.4792 4.00864 13.2919C4.00702 13.1046 4.07895 12.9242 4.20895 12.7895L7.98641 9.00878L4.20895 5.22806C4.07516 5.09411 4 4.91247 4 4.72306C4 4.53366 4.07516 4.35201 4.20895 4.21806V4.21806Z' fill='%238997a4'/%3e%3c/svg%3e")}.list-checked-bg-danger .list-checked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%23692340'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='white'/%3e%3c/svg%3e")}.list-checked-bg-danger .list-unchecked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 9C18 4.02944 13.9706 0 9 0C4.02944 0 0 4.02944 0 9C0 13.9706 4.02944 18 9 18C13.9706 18 18 13.9706 18 9Z' fill='%238997a4'/%3E%3Cpath d='M5.64639 5.64654C5.74016 5.55281 5.86731 5.50015 5.99989 5.50015C6.13248 5.50015 6.25963 5.55281 6.35339 5.64654L8.99989 8.29304L11.6464 5.64654C11.6925 5.59879 11.7477 5.56069 11.8087 5.53449C11.8697 5.50829 11.9353 5.49449 12.0017 5.49392C12.0681 5.49334 12.1339 5.50599 12.1954 5.53113C12.2568 5.55627 12.3126 5.5934 12.3596 5.64034C12.4065 5.68729 12.4437 5.74312 12.4688 5.80456C12.4939 5.86601 12.5066 5.93185 12.506 5.99824C12.5054 6.06463 12.4916 6.13024 12.4654 6.19124C12.4392 6.25224 12.4011 6.30742 12.3534 6.35354L9.70689 9.00004L12.3534 11.6465C12.4445 11.7408 12.4949 11.8671 12.4937 11.9982C12.4926 12.1293 12.44 12.2547 12.3473 12.3474C12.2546 12.4402 12.1292 12.4927 11.9981 12.4939C11.867 12.495 11.7407 12.4446 11.6464 12.3535L8.99989 9.70704L6.35339 12.3535C6.25909 12.4446 6.13279 12.495 6.00169 12.4939C5.87059 12.4927 5.74519 12.4402 5.65248 12.3474C5.55978 12.2547 5.5072 12.1293 5.50606 11.9982C5.50492 11.8671 5.55531 11.7408 5.64639 11.6465L8.29289 9.00004L5.64639 6.35354C5.55266 6.25978 5.5 6.13262 5.5 6.00004C5.5 5.86746 5.55266 5.7403 5.64639 5.64654V5.64654Z' fill='%23fff'/%3e%3c/svg%3e")}.list-checked-soft-bg-danger .list-checked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%23692340' fill-opacity='0.1'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='%23692340'/%3e%3c/svg%3e")}.list-checked-soft-bg-danger .list-unchecked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 9C18 4.02944 13.9706 0 9 0C4.02944 0 0 4.02944 0 9C0 13.9706 4.02944 18 9 18C13.9706 18 18 13.9706 18 9Z' fill='%238997a4' fill-opacity='0.1'/%3E%3Cpath d='M5.64639 5.64654C5.74016 5.55281 5.86731 5.50015 5.99989 5.50015C6.13248 5.50015 6.25963 5.55281 6.35339 5.64654L8.99989 8.29304L11.6464 5.64654C11.6925 5.59879 11.7477 5.56069 11.8087 5.53449C11.8697 5.50829 11.9353 5.49449 12.0017 5.49392C12.0681 5.49334 12.1339 5.50599 12.1954 5.53113C12.2568 5.55627 12.3126 5.5934 12.3596 5.64034C12.4065 5.68729 12.4437 5.74312 12.4688 5.80456C12.4939 5.86601 12.5066 5.93185 12.506 5.99824C12.5054 6.06463 12.4916 6.13024 12.4654 6.19124C12.4392 6.25224 12.4011 6.30742 12.3534 6.35354L9.70689 9.00004L12.3534 11.6465C12.4445 11.7408 12.4949 11.8671 12.4937 11.9982C12.4926 12.1293 12.44 12.2547 12.3473 12.3474C12.2546 12.4402 12.1292 12.4927 11.9981 12.4939C11.867 12.495 11.7407 12.4446 11.6464 12.3535L8.99989 9.70704L6.35339 12.3535C6.25909 12.4446 6.13279 12.495 6.00169 12.4939C5.87059 12.4927 5.74519 12.4402 5.65248 12.3474C5.55978 12.2547 5.5072 12.1293 5.50606 11.9982C5.50492 11.8671 5.55531 11.7408 5.64639 11.6465L8.29289 9.00004L5.64639 6.35354C5.55266 6.25978 5.5 6.13262 5.5 6.00004C5.5 5.86746 5.55266 5.7403 5.64639 5.64654V5.64654Z' fill='%238997a4'/%3e%3c/svg%3e")}.list-checked-light .list-checked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.3035 4.76425C13.5718 4.44865 14.0451 4.41027 14.3607 4.67853C14.6763 4.9468 14.7147 5.42012 14.4464 5.73572L8.07144 13.2357C7.79896 13.5563 7.31616 13.5901 7.00171 13.3105L3.62671 10.3105C3.31713 10.0354 3.28924 9.5613 3.56443 9.25172C3.83962 8.94213 4.31367 8.91424 4.62326 9.18943L7.42515 11.68L13.3035 4.76425Z' fill='%23F5F7FA'/%3e%3c/svg%3e")}.list-checked-light .list-unchecked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.20895 4.21806C4.34279 4.08416 4.52428 4.00893 4.71352 4.00893C4.90276 4.00893 5.08425 4.08416 5.21808 4.21806L8.99554 7.99878L12.773 4.21806C12.8388 4.14984 12.9176 4.09543 13.0046 4.05799C13.0917 4.02056 13.1854 4.00085 13.2801 4.00003C13.3749 3.9992 13.4689 4.01728 13.5566 4.05319C13.6443 4.08911 13.724 4.14214 13.791 4.20921C13.858 4.27628 13.911 4.35603 13.9469 4.44381C13.9827 4.53159 14.0008 4.62565 14 4.72049C13.9991 4.81533 13.9795 4.90906 13.9421 4.99621C13.9047 5.08335 13.8503 5.16217 13.7821 5.22806L10.0047 9.00878L13.7821 12.7895C13.9121 12.9242 13.9841 13.1046 13.9824 13.2919C13.9808 13.4792 13.9058 13.6584 13.7734 13.7908C13.6411 13.9232 13.4621 13.9983 13.275 14C13.0879 14.0016 12.9076 13.9296 12.773 13.7995L8.99554 10.0188L5.21808 13.7995C5.08348 13.9296 4.90321 14.0016 4.71609 14C4.52896 13.9983 4.34997 13.9232 4.21765 13.7908C4.08533 13.6584 4.01027 13.4792 4.00864 13.2919C4.00702 13.1046 4.07895 12.9242 4.20895 12.7895L7.98641 9.00878L4.20895 5.22806C4.07516 5.09411 4 4.91247 4 4.72306C4 4.53366 4.07516 4.35201 4.20895 4.21806V4.21806Z' fill='%238997a4'/%3e%3c/svg%3e")}.list-checked-bg-light .list-checked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%23F5F7FA'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='white'/%3e%3c/svg%3e")}.list-checked-bg-light .list-unchecked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 9C18 4.02944 13.9706 0 9 0C4.02944 0 0 4.02944 0 9C0 13.9706 4.02944 18 9 18C13.9706 18 18 13.9706 18 9Z' fill='%238997a4'/%3E%3Cpath d='M5.64639 5.64654C5.74016 5.55281 5.86731 5.50015 5.99989 5.50015C6.13248 5.50015 6.25963 5.55281 6.35339 5.64654L8.99989 8.29304L11.6464 5.64654C11.6925 5.59879 11.7477 5.56069 11.8087 5.53449C11.8697 5.50829 11.9353 5.49449 12.0017 5.49392C12.0681 5.49334 12.1339 5.50599 12.1954 5.53113C12.2568 5.55627 12.3126 5.5934 12.3596 5.64034C12.4065 5.68729 12.4437 5.74312 12.4688 5.80456C12.4939 5.86601 12.5066 5.93185 12.506 5.99824C12.5054 6.06463 12.4916 6.13024 12.4654 6.19124C12.4392 6.25224 12.4011 6.30742 12.3534 6.35354L9.70689 9.00004L12.3534 11.6465C12.4445 11.7408 12.4949 11.8671 12.4937 11.9982C12.4926 12.1293 12.44 12.2547 12.3473 12.3474C12.2546 12.4402 12.1292 12.4927 11.9981 12.4939C11.867 12.495 11.7407 12.4446 11.6464 12.3535L8.99989 9.70704L6.35339 12.3535C6.25909 12.4446 6.13279 12.495 6.00169 12.4939C5.87059 12.4927 5.74519 12.4402 5.65248 12.3474C5.55978 12.2547 5.5072 12.1293 5.50606 11.9982C5.50492 11.8671 5.55531 11.7408 5.64639 11.6465L8.29289 9.00004L5.64639 6.35354C5.55266 6.25978 5.5 6.13262 5.5 6.00004C5.5 5.86746 5.55266 5.7403 5.64639 5.64654V5.64654Z' fill='%23fff'/%3e%3c/svg%3e")}.list-checked-soft-bg-light .list-checked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%23F5F7FA' fill-opacity='0.1'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='%23F5F7FA'/%3e%3c/svg%3e")}.list-checked-soft-bg-light .list-unchecked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 9C18 4.02944 13.9706 0 9 0C4.02944 0 0 4.02944 0 9C0 13.9706 4.02944 18 9 18C13.9706 18 18 13.9706 18 9Z' fill='%238997a4' fill-opacity='0.1'/%3E%3Cpath d='M5.64639 5.64654C5.74016 5.55281 5.86731 5.50015 5.99989 5.50015C6.13248 5.50015 6.25963 5.55281 6.35339 5.64654L8.99989 8.29304L11.6464 5.64654C11.6925 5.59879 11.7477 5.56069 11.8087 5.53449C11.8697 5.50829 11.9353 5.49449 12.0017 5.49392C12.0681 5.49334 12.1339 5.50599 12.1954 5.53113C12.2568 5.55627 12.3126 5.5934 12.3596 5.64034C12.4065 5.68729 12.4437 5.74312 12.4688 5.80456C12.4939 5.86601 12.5066 5.93185 12.506 5.99824C12.5054 6.06463 12.4916 6.13024 12.4654 6.19124C12.4392 6.25224 12.4011 6.30742 12.3534 6.35354L9.70689 9.00004L12.3534 11.6465C12.4445 11.7408 12.4949 11.8671 12.4937 11.9982C12.4926 12.1293 12.44 12.2547 12.3473 12.3474C12.2546 12.4402 12.1292 12.4927 11.9981 12.4939C11.867 12.495 11.7407 12.4446 11.6464 12.3535L8.99989 9.70704L6.35339 12.3535C6.25909 12.4446 6.13279 12.495 6.00169 12.4939C5.87059 12.4927 5.74519 12.4402 5.65248 12.3474C5.55978 12.2547 5.5072 12.1293 5.50606 11.9982C5.50492 11.8671 5.55531 11.7408 5.64639 11.6465L8.29289 9.00004L5.64639 6.35354C5.55266 6.25978 5.5 6.13262 5.5 6.00004C5.5 5.86746 5.55266 5.7403 5.64639 5.64654V5.64654Z' fill='%238997a4'/%3e%3c/svg%3e")}.list-checked-dark .list-checked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.3035 4.76425C13.5718 4.44865 14.0451 4.41027 14.3607 4.67853C14.6763 4.9468 14.7147 5.42012 14.4464 5.73572L8.07144 13.2357C7.79896 13.5563 7.31616 13.5901 7.00171 13.3105L3.62671 10.3105C3.31713 10.0354 3.28924 9.5613 3.56443 9.25172C3.83962 8.94213 4.31367 8.91424 4.62326 9.18943L7.42515 11.68L13.3035 4.76425Z' fill='%232d374b'/%3e%3c/svg%3e")}.list-checked-dark .list-unchecked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.20895 4.21806C4.34279 4.08416 4.52428 4.00893 4.71352 4.00893C4.90276 4.00893 5.08425 4.08416 5.21808 4.21806L8.99554 7.99878L12.773 4.21806C12.8388 4.14984 12.9176 4.09543 13.0046 4.05799C13.0917 4.02056 13.1854 4.00085 13.2801 4.00003C13.3749 3.9992 13.4689 4.01728 13.5566 4.05319C13.6443 4.08911 13.724 4.14214 13.791 4.20921C13.858 4.27628 13.911 4.35603 13.9469 4.44381C13.9827 4.53159 14.0008 4.62565 14 4.72049C13.9991 4.81533 13.9795 4.90906 13.9421 4.99621C13.9047 5.08335 13.8503 5.16217 13.7821 5.22806L10.0047 9.00878L13.7821 12.7895C13.9121 12.9242 13.9841 13.1046 13.9824 13.2919C13.9808 13.4792 13.9058 13.6584 13.7734 13.7908C13.6411 13.9232 13.4621 13.9983 13.275 14C13.0879 14.0016 12.9076 13.9296 12.773 13.7995L8.99554 10.0188L5.21808 13.7995C5.08348 13.9296 4.90321 14.0016 4.71609 14C4.52896 13.9983 4.34997 13.9232 4.21765 13.7908C4.08533 13.6584 4.01027 13.4792 4.00864 13.2919C4.00702 13.1046 4.07895 12.9242 4.20895 12.7895L7.98641 9.00878L4.20895 5.22806C4.07516 5.09411 4 4.91247 4 4.72306C4 4.53366 4.07516 4.35201 4.20895 4.21806V4.21806Z' fill='%238997a4'/%3e%3c/svg%3e")}.list-checked-bg-dark .list-checked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%232d374b'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='white'/%3e%3c/svg%3e")}.list-checked-bg-dark .list-unchecked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 9C18 4.02944 13.9706 0 9 0C4.02944 0 0 4.02944 0 9C0 13.9706 4.02944 18 9 18C13.9706 18 18 13.9706 18 9Z' fill='%238997a4'/%3E%3Cpath d='M5.64639 5.64654C5.74016 5.55281 5.86731 5.50015 5.99989 5.50015C6.13248 5.50015 6.25963 5.55281 6.35339 5.64654L8.99989 8.29304L11.6464 5.64654C11.6925 5.59879 11.7477 5.56069 11.8087 5.53449C11.8697 5.50829 11.9353 5.49449 12.0017 5.49392C12.0681 5.49334 12.1339 5.50599 12.1954 5.53113C12.2568 5.55627 12.3126 5.5934 12.3596 5.64034C12.4065 5.68729 12.4437 5.74312 12.4688 5.80456C12.4939 5.86601 12.5066 5.93185 12.506 5.99824C12.5054 6.06463 12.4916 6.13024 12.4654 6.19124C12.4392 6.25224 12.4011 6.30742 12.3534 6.35354L9.70689 9.00004L12.3534 11.6465C12.4445 11.7408 12.4949 11.8671 12.4937 11.9982C12.4926 12.1293 12.44 12.2547 12.3473 12.3474C12.2546 12.4402 12.1292 12.4927 11.9981 12.4939C11.867 12.495 11.7407 12.4446 11.6464 12.3535L8.99989 9.70704L6.35339 12.3535C6.25909 12.4446 6.13279 12.495 6.00169 12.4939C5.87059 12.4927 5.74519 12.4402 5.65248 12.3474C5.55978 12.2547 5.5072 12.1293 5.50606 11.9982C5.50492 11.8671 5.55531 11.7408 5.64639 11.6465L8.29289 9.00004L5.64639 6.35354C5.55266 6.25978 5.5 6.13262 5.5 6.00004C5.5 5.86746 5.55266 5.7403 5.64639 5.64654V5.64654Z' fill='%23fff'/%3e%3c/svg%3e")}.list-checked-soft-bg-dark .list-checked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%232d374b' fill-opacity='0.1'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='%232d374b'/%3e%3c/svg%3e")}.list-checked-soft-bg-dark .list-unchecked-item::before{background-image:url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 9C18 4.02944 13.9706 0 9 0C4.02944 0 0 4.02944 0 9C0 13.9706 4.02944 18 9 18C13.9706 18 18 13.9706 18 9Z' fill='%238997a4' fill-opacity='0.1'/%3E%3Cpath d='M5.64639 5.64654C5.74016 5.55281 5.86731 5.50015 5.99989 5.50015C6.13248 5.50015 6.25963 5.55281 6.35339 5.64654L8.99989 8.29304L11.6464 5.64654C11.6925 5.59879 11.7477 5.56069 11.8087 5.53449C11.8697 5.50829 11.9353 5.49449 12.0017 5.49392C12.0681 5.49334 12.1339 5.50599 12.1954 5.53113C12.2568 5.55627 12.3126 5.5934 12.3596 5.64034C12.4065 5.68729 12.4437 5.74312 12.4688 5.80456C12.4939 5.86601 12.5066 5.93185 12.506 5.99824C12.5054 6.06463 12.4916 6.13024 12.4654 6.19124C12.4392 6.25224 12.4011 6.30742 12.3534 6.35354L9.70689 9.00004L12.3534 11.6465C12.4445 11.7408 12.4949 11.8671 12.4937 11.9982C12.4926 12.1293 12.44 12.2547 12.3473 12.3474C12.2546 12.4402 12.1292 12.4927 11.9981 12.4939C11.867 12.495 11.7407 12.4446 11.6464 12.3535L8.99989 9.70704L6.35339 12.3535C6.25909 12.4446 6.13279 12.495 6.00169 12.4939C5.87059 12.4927 5.74519 12.4402 5.65248 12.3474C5.55978 12.2547 5.5072 12.1293 5.50606 11.9982C5.50492 11.8671 5.55531 11.7408 5.64639 11.6465L8.29289 9.00004L5.64639 6.35354C5.55266 6.25978 5.5 6.13262 5.5 6.00004C5.5 5.86746 5.55266 5.7403 5.64639 5.64654V5.64654Z' fill='%238997a4'/%3e%3c/svg%3e")}.list-checked-sm .list-checked-item,.list-checked-sm .list-unchecked-item{padding-left:1.5rem}.list-checked-sm .list-checked-item::before,.list-checked-sm .list-unchecked-item::before{width:1rem;height:1rem;background-size:1rem 1rem;margin-top:.3125rem}.list-checked-sm[class*=list-checked-bg-] .list-checked-item::before,.list-checked-sm[class*=list-checked-bg-] .list-unchecked-item::before,.list-checked-sm[class*=list-checked-soft-bg-] .list-checked-item::before,.list-checked-sm[class*=list-checked-soft-bg-] .list-unchecked-item::before{margin-top:.25rem}.list-checked-lg .list-checked-item,.list-checked-lg .list-unchecked-item{padding-left:2.5rem}.list-checked-lg .list-checked-item:not(:last-child),.list-checked-lg .list-unchecked-item:not(:last-child){margin-bottom:1.25rem}.list-checked-lg .list-checked-item::before,.list-checked-lg .list-unchecked-item::before{width:1.5rem;height:1.5rem;background-size:1.5rem 1.5rem;margin-top:0}.list-checked-lg[class*=list-checked-bg-] .list-checked-item::before,.list-checked-lg[class*=list-checked-bg-] .list-unchecked-item::before,.list-checked-lg[class*=list-checked-soft-bg-] .list-checked-item::before,.list-checked-lg[class*=list-checked-soft-bg-] .list-unchecked-item::before{margin-top:-.0625rem}.list-comment{padding-left:0;list-style:none;margin-bottom:0}.list-comment:first-child{margin-top:-2.5rem}.list-comment-item{margin-top:2.5rem}.list-comment-item .list-comment .list-comment-item{padding-left:1rem;border-left:.1875rem solid rgba(220,224,229,.6)}.list-equal-height{position:relative;display:grid;overflow:hidden;list-style:none;padding-left:0;margin-bottom:0}.list-equal-height-2-cols{grid-template-columns:50% 50%}.list-equal-height-3-cols{grid-template-columns:33% 33% 33%}.list-equal-height-4-cols{grid-template-columns:25% 25% 25% 25%}.list-equal-height-item{position:relative;display:flex;flex-direction:column;padding:2rem 2rem}.list-equal-height-item::after,.list-equal-height-item::before{position:absolute;left:0;bottom:0;border:0 solid rgba(220,224,229,.6);content:""}.list-equal-height-item::before{top:0;border-right-width:.125rem;margin-left:-.125rem}.list-equal-height-item::after{right:0;border-bottom-width:.125rem;margin-bottom:-.125rem}@media (max-width:991.98px){.list-equal-height-4-cols{grid-template-columns:33% 33% 33%}}@media (max-width:767.98px){.list-equal-height-3-cols,.list-equal-height-4-cols{grid-template-columns:50% 50%}}@media (max-width:575.98px){.list-equal-height{grid-template-columns:100%}.list-equal-height-item{padding:1rem 0;margin-bottom:1rem}.list-equal-height-item:last-child{padding-bottom:0;margin-bottom:0}.list-equal-height-item:last-child::after{display:none}}.list-py-1>li:not(:first-child){padding-top:.3125rem}.list-py-1>li:not(:last-child){padding-bottom:.3125rem}.list-py-2>li:not(:first-child){padding-top:.5rem}.list-py-2>li:not(:last-child){padding-bottom:.5rem}.list-py-3>li:not(:first-child){padding-top:1rem}.list-py-3>li:not(:last-child){padding-bottom:1rem}.list-px-1>li:not(:first-child){padding-left:.25rem}.list-px-1>li:not(:last-child){padding-right:.25rem}.list-px-2>li:not(:first-child){padding-left:.5rem}.list-px-2>li:not(:last-child){padding-right:.5rem}.list-px-3>li:not(:first-child){padding-left:1rem}.list-px-3>li:not(:last-child){padding-right:1rem}.list-pointer{padding-left:0;list-style:none}.list-pointer-item{position:relative;color:#51596c;padding-left:1.75rem}.list-pointer-item:not(:last-child){margin-bottom:.5rem}.list-pointer-item::before{position:absolute;top:0;left:0;width:1.25rem;height:1.25rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='%2351596C' d='M15.78,11.28a.75.75,0,0,1,.22.53v.38a.77.77,0,0,1-.22.53l-5.14,5.13a.5.5,0,0,1-.71,0l-.71-.71a.49.49,0,0,1,0-.7L13.67,12,9.22,7.56a.5.5,0,0,1,0-.71l.71-.7a.5.5,0,0,1,.71,0Z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right center;background-size:1.25rem 1.25rem;content:"";margin-top:.1875rem}.list-pointer-item[hover]:hover{color:#0abf53}[class*=list-pointer-bg-] .list-pointer-item::before,[class*=list-pointer-soft-bg-] .list-pointer-item::before{margin-top:.25rem}.list-pointer-primary .list-pointer-item::before{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='%230ABF53' d='M15.78,11.28a.75.75,0,0,1,.22.53v.38a.77.77,0,0,1-.22.53l-5.14,5.13a.5.5,0,0,1-.71,0l-.71-.71a.49.49,0,0,1,0-.7L13.67,12,9.22,7.56a.5.5,0,0,1,0-.71l.71-.7a.5.5,0,0,1,.71,0Z'/%3e%3c/svg%3e")}.list-pointer-bg-primary .list-pointer-item::before{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='24' height='24' rx='12' fill='%230ABF53'/%3e%3cpath d='M15.78 11.28C15.9207 11.4205 15.9998 11.6112 16 11.81V12.19C15.9977 12.3884 15.9189 12.5783 15.78 12.72L10.64 17.85C10.5935 17.8969 10.5382 17.9341 10.4773 17.9595C10.4164 17.9848 10.351 17.9979 10.285 17.9979C10.219 17.9979 10.1536 17.9848 10.0927 17.9595C10.0318 17.9341 9.97648 17.8969 9.93 17.85L9.22 17.14C9.17344 17.0944 9.13644 17.0399 9.11119 16.9798C9.08594 16.9197 9.07293 16.8552 9.07293 16.79C9.07293 16.7248 9.08594 16.6603 9.11119 16.6002C9.13644 16.5401 9.17344 16.4856 9.22 16.44L13.67 12L9.22 7.56C9.17314 7.51352 9.13594 7.45822 9.11055 7.39729C9.08517 7.33636 9.0721 7.27101 9.0721 7.205C9.0721 7.139 9.08517 7.07365 9.11055 7.01272C9.13594 6.95179 9.17314 6.89649 9.22 6.85L9.93 6.15C9.97648 6.10314 10.0318 6.06594 10.0927 6.04056C10.1536 6.01517 10.219 6.00211 10.285 6.00211C10.351 6.00211 10.4164 6.01517 10.4773 6.04056C10.5382 6.06594 10.5935 6.10314 10.64 6.15L15.78 11.28Z' fill='%23fff'/%3e%3c/svg%3e")}.list-pointer-soft-bg-primary .list-pointer-item::before{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%230ABF53' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='24' height='24' rx='12' fill='%230ABF53' fill-opacity='0.1'/%3e%3cpath d='M15.78 11.28C15.9207 11.4205 15.9998 11.6112 16 11.81V12.19C15.9977 12.3884 15.9189 12.5783 15.78 12.72L10.64 17.85C10.5935 17.8969 10.5382 17.9341 10.4773 17.9595C10.4164 17.9848 10.351 17.9979 10.285 17.9979C10.219 17.9979 10.1536 17.9848 10.0927 17.9595C10.0318 17.9341 9.97648 17.8969 9.93 17.85L9.22 17.14C9.17344 17.0944 9.13644 17.0399 9.11119 16.9798C9.08594 16.9197 9.07293 16.8552 9.07293 16.79C9.07293 16.7248 9.08594 16.6603 9.11119 16.6002C9.13644 16.5401 9.17344 16.4856 9.22 16.44L13.67 12L9.22 7.56C9.17314 7.51352 9.13594 7.45822 9.11055 7.39729C9.08517 7.33636 9.0721 7.27101 9.0721 7.205C9.0721 7.139 9.08517 7.07365 9.11055 7.01272C9.13594 6.95179 9.17314 6.89649 9.22 6.85L9.93 6.15C9.97648 6.10314 10.0318 6.06594 10.0927 6.04056C10.1536 6.01517 10.219 6.00211 10.285 6.00211C10.351 6.00211 10.4164 6.01517 10.4773 6.04056C10.5382 6.06594 10.5935 6.10314 10.64 6.15L15.78 11.28Z' fill='%230ABF53'/%3e%3c/svg%3e")}.list-pointer-secondary .list-pointer-item::before{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='%2351596C' d='M15.78,11.28a.75.75,0,0,1,.22.53v.38a.77.77,0,0,1-.22.53l-5.14,5.13a.5.5,0,0,1-.71,0l-.71-.71a.49.49,0,0,1,0-.7L13.67,12,9.22,7.56a.5.5,0,0,1,0-.71l.71-.7a.5.5,0,0,1,.71,0Z'/%3e%3c/svg%3e")}.list-pointer-bg-secondary .list-pointer-item::before{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='24' height='24' rx='12' fill='%2351596C'/%3e%3cpath d='M15.78 11.28C15.9207 11.4205 15.9998 11.6112 16 11.81V12.19C15.9977 12.3884 15.9189 12.5783 15.78 12.72L10.64 17.85C10.5935 17.8969 10.5382 17.9341 10.4773 17.9595C10.4164 17.9848 10.351 17.9979 10.285 17.9979C10.219 17.9979 10.1536 17.9848 10.0927 17.9595C10.0318 17.9341 9.97648 17.8969 9.93 17.85L9.22 17.14C9.17344 17.0944 9.13644 17.0399 9.11119 16.9798C9.08594 16.9197 9.07293 16.8552 9.07293 16.79C9.07293 16.7248 9.08594 16.6603 9.11119 16.6002C9.13644 16.5401 9.17344 16.4856 9.22 16.44L13.67 12L9.22 7.56C9.17314 7.51352 9.13594 7.45822 9.11055 7.39729C9.08517 7.33636 9.0721 7.27101 9.0721 7.205C9.0721 7.139 9.08517 7.07365 9.11055 7.01272C9.13594 6.95179 9.17314 6.89649 9.22 6.85L9.93 6.15C9.97648 6.10314 10.0318 6.06594 10.0927 6.04056C10.1536 6.01517 10.219 6.00211 10.285 6.00211C10.351 6.00211 10.4164 6.01517 10.4773 6.04056C10.5382 6.06594 10.5935 6.10314 10.64 6.15L15.78 11.28Z' fill='%23fff'/%3e%3c/svg%3e")}.list-pointer-soft-bg-secondary .list-pointer-item::before{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%2351596C' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='24' height='24' rx='12' fill='%2351596C' fill-opacity='0.1'/%3e%3cpath d='M15.78 11.28C15.9207 11.4205 15.9998 11.6112 16 11.81V12.19C15.9977 12.3884 15.9189 12.5783 15.78 12.72L10.64 17.85C10.5935 17.8969 10.5382 17.9341 10.4773 17.9595C10.4164 17.9848 10.351 17.9979 10.285 17.9979C10.219 17.9979 10.1536 17.9848 10.0927 17.9595C10.0318 17.9341 9.97648 17.8969 9.93 17.85L9.22 17.14C9.17344 17.0944 9.13644 17.0399 9.11119 16.9798C9.08594 16.9197 9.07293 16.8552 9.07293 16.79C9.07293 16.7248 9.08594 16.6603 9.11119 16.6002C9.13644 16.5401 9.17344 16.4856 9.22 16.44L13.67 12L9.22 7.56C9.17314 7.51352 9.13594 7.45822 9.11055 7.39729C9.08517 7.33636 9.0721 7.27101 9.0721 7.205C9.0721 7.139 9.08517 7.07365 9.11055 7.01272C9.13594 6.95179 9.17314 6.89649 9.22 6.85L9.93 6.15C9.97648 6.10314 10.0318 6.06594 10.0927 6.04056C10.1536 6.01517 10.219 6.00211 10.285 6.00211C10.351 6.00211 10.4164 6.01517 10.4773 6.04056C10.5382 6.06594 10.5935 6.10314 10.64 6.15L15.78 11.28Z' fill='%2351596C'/%3e%3c/svg%3e")}.list-pointer-success .list-pointer-item::before{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='%23077C76' d='M15.78,11.28a.75.75,0,0,1,.22.53v.38a.77.77,0,0,1-.22.53l-5.14,5.13a.5.5,0,0,1-.71,0l-.71-.71a.49.49,0,0,1,0-.7L13.67,12,9.22,7.56a.5.5,0,0,1,0-.71l.71-.7a.5.5,0,0,1,.71,0Z'/%3e%3c/svg%3e")}.list-pointer-bg-success .list-pointer-item::before{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='24' height='24' rx='12' fill='%23077C76'/%3e%3cpath d='M15.78 11.28C15.9207 11.4205 15.9998 11.6112 16 11.81V12.19C15.9977 12.3884 15.9189 12.5783 15.78 12.72L10.64 17.85C10.5935 17.8969 10.5382 17.9341 10.4773 17.9595C10.4164 17.9848 10.351 17.9979 10.285 17.9979C10.219 17.9979 10.1536 17.9848 10.0927 17.9595C10.0318 17.9341 9.97648 17.8969 9.93 17.85L9.22 17.14C9.17344 17.0944 9.13644 17.0399 9.11119 16.9798C9.08594 16.9197 9.07293 16.8552 9.07293 16.79C9.07293 16.7248 9.08594 16.6603 9.11119 16.6002C9.13644 16.5401 9.17344 16.4856 9.22 16.44L13.67 12L9.22 7.56C9.17314 7.51352 9.13594 7.45822 9.11055 7.39729C9.08517 7.33636 9.0721 7.27101 9.0721 7.205C9.0721 7.139 9.08517 7.07365 9.11055 7.01272C9.13594 6.95179 9.17314 6.89649 9.22 6.85L9.93 6.15C9.97648 6.10314 10.0318 6.06594 10.0927 6.04056C10.1536 6.01517 10.219 6.00211 10.285 6.00211C10.351 6.00211 10.4164 6.01517 10.4773 6.04056C10.5382 6.06594 10.5935 6.10314 10.64 6.15L15.78 11.28Z' fill='%23fff'/%3e%3c/svg%3e")}.list-pointer-soft-bg-success .list-pointer-item::before{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23077C76' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='24' height='24' rx='12' fill='%23077C76' fill-opacity='0.1'/%3e%3cpath d='M15.78 11.28C15.9207 11.4205 15.9998 11.6112 16 11.81V12.19C15.9977 12.3884 15.9189 12.5783 15.78 12.72L10.64 17.85C10.5935 17.8969 10.5382 17.9341 10.4773 17.9595C10.4164 17.9848 10.351 17.9979 10.285 17.9979C10.219 17.9979 10.1536 17.9848 10.0927 17.9595C10.0318 17.9341 9.97648 17.8969 9.93 17.85L9.22 17.14C9.17344 17.0944 9.13644 17.0399 9.11119 16.9798C9.08594 16.9197 9.07293 16.8552 9.07293 16.79C9.07293 16.7248 9.08594 16.6603 9.11119 16.6002C9.13644 16.5401 9.17344 16.4856 9.22 16.44L13.67 12L9.22 7.56C9.17314 7.51352 9.13594 7.45822 9.11055 7.39729C9.08517 7.33636 9.0721 7.27101 9.0721 7.205C9.0721 7.139 9.08517 7.07365 9.11055 7.01272C9.13594 6.95179 9.17314 6.89649 9.22 6.85L9.93 6.15C9.97648 6.10314 10.0318 6.06594 10.0927 6.04056C10.1536 6.01517 10.219 6.00211 10.285 6.00211C10.351 6.00211 10.4164 6.01517 10.4773 6.04056C10.5382 6.06594 10.5935 6.10314 10.64 6.15L15.78 11.28Z' fill='%23077C76'/%3e%3c/svg%3e")}.list-pointer-info .list-pointer-item::before{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='%23334AC0' d='M15.78,11.28a.75.75,0,0,1,.22.53v.38a.77.77,0,0,1-.22.53l-5.14,5.13a.5.5,0,0,1-.71,0l-.71-.71a.49.49,0,0,1,0-.7L13.67,12,9.22,7.56a.5.5,0,0,1,0-.71l.71-.7a.5.5,0,0,1,.71,0Z'/%3e%3c/svg%3e")}.list-pointer-bg-info .list-pointer-item::before{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='24' height='24' rx='12' fill='%23334AC0'/%3e%3cpath d='M15.78 11.28C15.9207 11.4205 15.9998 11.6112 16 11.81V12.19C15.9977 12.3884 15.9189 12.5783 15.78 12.72L10.64 17.85C10.5935 17.8969 10.5382 17.9341 10.4773 17.9595C10.4164 17.9848 10.351 17.9979 10.285 17.9979C10.219 17.9979 10.1536 17.9848 10.0927 17.9595C10.0318 17.9341 9.97648 17.8969 9.93 17.85L9.22 17.14C9.17344 17.0944 9.13644 17.0399 9.11119 16.9798C9.08594 16.9197 9.07293 16.8552 9.07293 16.79C9.07293 16.7248 9.08594 16.6603 9.11119 16.6002C9.13644 16.5401 9.17344 16.4856 9.22 16.44L13.67 12L9.22 7.56C9.17314 7.51352 9.13594 7.45822 9.11055 7.39729C9.08517 7.33636 9.0721 7.27101 9.0721 7.205C9.0721 7.139 9.08517 7.07365 9.11055 7.01272C9.13594 6.95179 9.17314 6.89649 9.22 6.85L9.93 6.15C9.97648 6.10314 10.0318 6.06594 10.0927 6.04056C10.1536 6.01517 10.219 6.00211 10.285 6.00211C10.351 6.00211 10.4164 6.01517 10.4773 6.04056C10.5382 6.06594 10.5935 6.10314 10.64 6.15L15.78 11.28Z' fill='%23fff'/%3e%3c/svg%3e")}.list-pointer-soft-bg-info .list-pointer-item::before{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23334AC0' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='24' height='24' rx='12' fill='%23334AC0' fill-opacity='0.1'/%3e%3cpath d='M15.78 11.28C15.9207 11.4205 15.9998 11.6112 16 11.81V12.19C15.9977 12.3884 15.9189 12.5783 15.78 12.72L10.64 17.85C10.5935 17.8969 10.5382 17.9341 10.4773 17.9595C10.4164 17.9848 10.351 17.9979 10.285 17.9979C10.219 17.9979 10.1536 17.9848 10.0927 17.9595C10.0318 17.9341 9.97648 17.8969 9.93 17.85L9.22 17.14C9.17344 17.0944 9.13644 17.0399 9.11119 16.9798C9.08594 16.9197 9.07293 16.8552 9.07293 16.79C9.07293 16.7248 9.08594 16.6603 9.11119 16.6002C9.13644 16.5401 9.17344 16.4856 9.22 16.44L13.67 12L9.22 7.56C9.17314 7.51352 9.13594 7.45822 9.11055 7.39729C9.08517 7.33636 9.0721 7.27101 9.0721 7.205C9.0721 7.139 9.08517 7.07365 9.11055 7.01272C9.13594 6.95179 9.17314 6.89649 9.22 6.85L9.93 6.15C9.97648 6.10314 10.0318 6.06594 10.0927 6.04056C10.1536 6.01517 10.219 6.00211 10.285 6.00211C10.351 6.00211 10.4164 6.01517 10.4773 6.04056C10.5382 6.06594 10.5935 6.10314 10.64 6.15L15.78 11.28Z' fill='%23334AC0'/%3e%3c/svg%3e")}.list-pointer-warning .list-pointer-item::before{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='%23f39568' d='M15.78,11.28a.75.75,0,0,1,.22.53v.38a.77.77,0,0,1-.22.53l-5.14,5.13a.5.5,0,0,1-.71,0l-.71-.71a.49.49,0,0,1,0-.7L13.67,12,9.22,7.56a.5.5,0,0,1,0-.71l.71-.7a.5.5,0,0,1,.71,0Z'/%3e%3c/svg%3e")}.list-pointer-bg-warning .list-pointer-item::before{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='24' height='24' rx='12' fill='%23f39568'/%3e%3cpath d='M15.78 11.28C15.9207 11.4205 15.9998 11.6112 16 11.81V12.19C15.9977 12.3884 15.9189 12.5783 15.78 12.72L10.64 17.85C10.5935 17.8969 10.5382 17.9341 10.4773 17.9595C10.4164 17.9848 10.351 17.9979 10.285 17.9979C10.219 17.9979 10.1536 17.9848 10.0927 17.9595C10.0318 17.9341 9.97648 17.8969 9.93 17.85L9.22 17.14C9.17344 17.0944 9.13644 17.0399 9.11119 16.9798C9.08594 16.9197 9.07293 16.8552 9.07293 16.79C9.07293 16.7248 9.08594 16.6603 9.11119 16.6002C9.13644 16.5401 9.17344 16.4856 9.22 16.44L13.67 12L9.22 7.56C9.17314 7.51352 9.13594 7.45822 9.11055 7.39729C9.08517 7.33636 9.0721 7.27101 9.0721 7.205C9.0721 7.139 9.08517 7.07365 9.11055 7.01272C9.13594 6.95179 9.17314 6.89649 9.22 6.85L9.93 6.15C9.97648 6.10314 10.0318 6.06594 10.0927 6.04056C10.1536 6.01517 10.219 6.00211 10.285 6.00211C10.351 6.00211 10.4164 6.01517 10.4773 6.04056C10.5382 6.06594 10.5935 6.10314 10.64 6.15L15.78 11.28Z' fill='%23000'/%3e%3c/svg%3e")}.list-pointer-soft-bg-warning .list-pointer-item::before{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23f39568' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='24' height='24' rx='12' fill='%23f39568' fill-opacity='0.1'/%3e%3cpath d='M15.78 11.28C15.9207 11.4205 15.9998 11.6112 16 11.81V12.19C15.9977 12.3884 15.9189 12.5783 15.78 12.72L10.64 17.85C10.5935 17.8969 10.5382 17.9341 10.4773 17.9595C10.4164 17.9848 10.351 17.9979 10.285 17.9979C10.219 17.9979 10.1536 17.9848 10.0927 17.9595C10.0318 17.9341 9.97648 17.8969 9.93 17.85L9.22 17.14C9.17344 17.0944 9.13644 17.0399 9.11119 16.9798C9.08594 16.9197 9.07293 16.8552 9.07293 16.79C9.07293 16.7248 9.08594 16.6603 9.11119 16.6002C9.13644 16.5401 9.17344 16.4856 9.22 16.44L13.67 12L9.22 7.56C9.17314 7.51352 9.13594 7.45822 9.11055 7.39729C9.08517 7.33636 9.0721 7.27101 9.0721 7.205C9.0721 7.139 9.08517 7.07365 9.11055 7.01272C9.13594 6.95179 9.17314 6.89649 9.22 6.85L9.93 6.15C9.97648 6.10314 10.0318 6.06594 10.0927 6.04056C10.1536 6.01517 10.219 6.00211 10.285 6.00211C10.351 6.00211 10.4164 6.01517 10.4773 6.04056C10.5382 6.06594 10.5935 6.10314 10.64 6.15L15.78 11.28Z' fill='%23f39568'/%3e%3c/svg%3e")}.list-pointer-danger .list-pointer-item::before{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='%23692340' d='M15.78,11.28a.75.75,0,0,1,.22.53v.38a.77.77,0,0,1-.22.53l-5.14,5.13a.5.5,0,0,1-.71,0l-.71-.71a.49.49,0,0,1,0-.7L13.67,12,9.22,7.56a.5.5,0,0,1,0-.71l.71-.7a.5.5,0,0,1,.71,0Z'/%3e%3c/svg%3e")}.list-pointer-bg-danger .list-pointer-item::before{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='24' height='24' rx='12' fill='%23692340'/%3e%3cpath d='M15.78 11.28C15.9207 11.4205 15.9998 11.6112 16 11.81V12.19C15.9977 12.3884 15.9189 12.5783 15.78 12.72L10.64 17.85C10.5935 17.8969 10.5382 17.9341 10.4773 17.9595C10.4164 17.9848 10.351 17.9979 10.285 17.9979C10.219 17.9979 10.1536 17.9848 10.0927 17.9595C10.0318 17.9341 9.97648 17.8969 9.93 17.85L9.22 17.14C9.17344 17.0944 9.13644 17.0399 9.11119 16.9798C9.08594 16.9197 9.07293 16.8552 9.07293 16.79C9.07293 16.7248 9.08594 16.6603 9.11119 16.6002C9.13644 16.5401 9.17344 16.4856 9.22 16.44L13.67 12L9.22 7.56C9.17314 7.51352 9.13594 7.45822 9.11055 7.39729C9.08517 7.33636 9.0721 7.27101 9.0721 7.205C9.0721 7.139 9.08517 7.07365 9.11055 7.01272C9.13594 6.95179 9.17314 6.89649 9.22 6.85L9.93 6.15C9.97648 6.10314 10.0318 6.06594 10.0927 6.04056C10.1536 6.01517 10.219 6.00211 10.285 6.00211C10.351 6.00211 10.4164 6.01517 10.4773 6.04056C10.5382 6.06594 10.5935 6.10314 10.64 6.15L15.78 11.28Z' fill='%23fff'/%3e%3c/svg%3e")}.list-pointer-soft-bg-danger .list-pointer-item::before{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23692340' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='24' height='24' rx='12' fill='%23692340' fill-opacity='0.1'/%3e%3cpath d='M15.78 11.28C15.9207 11.4205 15.9998 11.6112 16 11.81V12.19C15.9977 12.3884 15.9189 12.5783 15.78 12.72L10.64 17.85C10.5935 17.8969 10.5382 17.9341 10.4773 17.9595C10.4164 17.9848 10.351 17.9979 10.285 17.9979C10.219 17.9979 10.1536 17.9848 10.0927 17.9595C10.0318 17.9341 9.97648 17.8969 9.93 17.85L9.22 17.14C9.17344 17.0944 9.13644 17.0399 9.11119 16.9798C9.08594 16.9197 9.07293 16.8552 9.07293 16.79C9.07293 16.7248 9.08594 16.6603 9.11119 16.6002C9.13644 16.5401 9.17344 16.4856 9.22 16.44L13.67 12L9.22 7.56C9.17314 7.51352 9.13594 7.45822 9.11055 7.39729C9.08517 7.33636 9.0721 7.27101 9.0721 7.205C9.0721 7.139 9.08517 7.07365 9.11055 7.01272C9.13594 6.95179 9.17314 6.89649 9.22 6.85L9.93 6.15C9.97648 6.10314 10.0318 6.06594 10.0927 6.04056C10.1536 6.01517 10.219 6.00211 10.285 6.00211C10.351 6.00211 10.4164 6.01517 10.4773 6.04056C10.5382 6.06594 10.5935 6.10314 10.64 6.15L15.78 11.28Z' fill='%23692340'/%3e%3c/svg%3e")}.list-pointer-light .list-pointer-item::before{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='%23F5F7FA' d='M15.78,11.28a.75.75,0,0,1,.22.53v.38a.77.77,0,0,1-.22.53l-5.14,5.13a.5.5,0,0,1-.71,0l-.71-.71a.49.49,0,0,1,0-.7L13.67,12,9.22,7.56a.5.5,0,0,1,0-.71l.71-.7a.5.5,0,0,1,.71,0Z'/%3e%3c/svg%3e")}.list-pointer-bg-light .list-pointer-item::before{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='24' height='24' rx='12' fill='%23F5F7FA'/%3e%3cpath d='M15.78 11.28C15.9207 11.4205 15.9998 11.6112 16 11.81V12.19C15.9977 12.3884 15.9189 12.5783 15.78 12.72L10.64 17.85C10.5935 17.8969 10.5382 17.9341 10.4773 17.9595C10.4164 17.9848 10.351 17.9979 10.285 17.9979C10.219 17.9979 10.1536 17.9848 10.0927 17.9595C10.0318 17.9341 9.97648 17.8969 9.93 17.85L9.22 17.14C9.17344 17.0944 9.13644 17.0399 9.11119 16.9798C9.08594 16.9197 9.07293 16.8552 9.07293 16.79C9.07293 16.7248 9.08594 16.6603 9.11119 16.6002C9.13644 16.5401 9.17344 16.4856 9.22 16.44L13.67 12L9.22 7.56C9.17314 7.51352 9.13594 7.45822 9.11055 7.39729C9.08517 7.33636 9.0721 7.27101 9.0721 7.205C9.0721 7.139 9.08517 7.07365 9.11055 7.01272C9.13594 6.95179 9.17314 6.89649 9.22 6.85L9.93 6.15C9.97648 6.10314 10.0318 6.06594 10.0927 6.04056C10.1536 6.01517 10.219 6.00211 10.285 6.00211C10.351 6.00211 10.4164 6.01517 10.4773 6.04056C10.5382 6.06594 10.5935 6.10314 10.64 6.15L15.78 11.28Z' fill='%23000'/%3e%3c/svg%3e")}.list-pointer-soft-bg-light .list-pointer-item::before{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23F5F7FA' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='24' height='24' rx='12' fill='%23F5F7FA' fill-opacity='0.1'/%3e%3cpath d='M15.78 11.28C15.9207 11.4205 15.9998 11.6112 16 11.81V12.19C15.9977 12.3884 15.9189 12.5783 15.78 12.72L10.64 17.85C10.5935 17.8969 10.5382 17.9341 10.4773 17.9595C10.4164 17.9848 10.351 17.9979 10.285 17.9979C10.219 17.9979 10.1536 17.9848 10.0927 17.9595C10.0318 17.9341 9.97648 17.8969 9.93 17.85L9.22 17.14C9.17344 17.0944 9.13644 17.0399 9.11119 16.9798C9.08594 16.9197 9.07293 16.8552 9.07293 16.79C9.07293 16.7248 9.08594 16.6603 9.11119 16.6002C9.13644 16.5401 9.17344 16.4856 9.22 16.44L13.67 12L9.22 7.56C9.17314 7.51352 9.13594 7.45822 9.11055 7.39729C9.08517 7.33636 9.0721 7.27101 9.0721 7.205C9.0721 7.139 9.08517 7.07365 9.11055 7.01272C9.13594 6.95179 9.17314 6.89649 9.22 6.85L9.93 6.15C9.97648 6.10314 10.0318 6.06594 10.0927 6.04056C10.1536 6.01517 10.219 6.00211 10.285 6.00211C10.351 6.00211 10.4164 6.01517 10.4773 6.04056C10.5382 6.06594 10.5935 6.10314 10.64 6.15L15.78 11.28Z' fill='%23F5F7FA'/%3e%3c/svg%3e")}.list-pointer-dark .list-pointer-item::before{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='%232d374b' d='M15.78,11.28a.75.75,0,0,1,.22.53v.38a.77.77,0,0,1-.22.53l-5.14,5.13a.5.5,0,0,1-.71,0l-.71-.71a.49.49,0,0,1,0-.7L13.67,12,9.22,7.56a.5.5,0,0,1,0-.71l.71-.7a.5.5,0,0,1,.71,0Z'/%3e%3c/svg%3e")}.list-pointer-bg-dark .list-pointer-item::before{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='24' height='24' rx='12' fill='%232d374b'/%3e%3cpath d='M15.78 11.28C15.9207 11.4205 15.9998 11.6112 16 11.81V12.19C15.9977 12.3884 15.9189 12.5783 15.78 12.72L10.64 17.85C10.5935 17.8969 10.5382 17.9341 10.4773 17.9595C10.4164 17.9848 10.351 17.9979 10.285 17.9979C10.219 17.9979 10.1536 17.9848 10.0927 17.9595C10.0318 17.9341 9.97648 17.8969 9.93 17.85L9.22 17.14C9.17344 17.0944 9.13644 17.0399 9.11119 16.9798C9.08594 16.9197 9.07293 16.8552 9.07293 16.79C9.07293 16.7248 9.08594 16.6603 9.11119 16.6002C9.13644 16.5401 9.17344 16.4856 9.22 16.44L13.67 12L9.22 7.56C9.17314 7.51352 9.13594 7.45822 9.11055 7.39729C9.08517 7.33636 9.0721 7.27101 9.0721 7.205C9.0721 7.139 9.08517 7.07365 9.11055 7.01272C9.13594 6.95179 9.17314 6.89649 9.22 6.85L9.93 6.15C9.97648 6.10314 10.0318 6.06594 10.0927 6.04056C10.1536 6.01517 10.219 6.00211 10.285 6.00211C10.351 6.00211 10.4164 6.01517 10.4773 6.04056C10.5382 6.06594 10.5935 6.10314 10.64 6.15L15.78 11.28Z' fill='%23fff'/%3e%3c/svg%3e")}.list-pointer-soft-bg-dark .list-pointer-item::before{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%232d374b' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='24' height='24' rx='12' fill='%232d374b' fill-opacity='0.1'/%3e%3cpath d='M15.78 11.28C15.9207 11.4205 15.9998 11.6112 16 11.81V12.19C15.9977 12.3884 15.9189 12.5783 15.78 12.72L10.64 17.85C10.5935 17.8969 10.5382 17.9341 10.4773 17.9595C10.4164 17.9848 10.351 17.9979 10.285 17.9979C10.219 17.9979 10.1536 17.9848 10.0927 17.9595C10.0318 17.9341 9.97648 17.8969 9.93 17.85L9.22 17.14C9.17344 17.0944 9.13644 17.0399 9.11119 16.9798C9.08594 16.9197 9.07293 16.8552 9.07293 16.79C9.07293 16.7248 9.08594 16.6603 9.11119 16.6002C9.13644 16.5401 9.17344 16.4856 9.22 16.44L13.67 12L9.22 7.56C9.17314 7.51352 9.13594 7.45822 9.11055 7.39729C9.08517 7.33636 9.0721 7.27101 9.0721 7.205C9.0721 7.139 9.08517 7.07365 9.11055 7.01272C9.13594 6.95179 9.17314 6.89649 9.22 6.85L9.93 6.15C9.97648 6.10314 10.0318 6.06594 10.0927 6.04056C10.1536 6.01517 10.219 6.00211 10.285 6.00211C10.351 6.00211 10.4164 6.01517 10.4773 6.04056C10.5382 6.06594 10.5935 6.10314 10.64 6.15L15.78 11.28Z' fill='%232d374b'/%3e%3c/svg%3e")}.list-pointer-sm .list-pointer-item{padding-left:1.5rem}.list-pointer-sm .list-pointer-item::before{width:1rem;height:1rem;background-size:1rem 1rem;margin-top:.3125rem}.list-pointer-sm[class*=list-pointer-bg-] .list-pointer-item::before,.list-pointer-sm[class*=list-pointer-soft-bg-] .list-pointer-item::before{margin-top:.25rem}.list-pointer-lg .list-pointer-item{padding-left:2.75rem}.list-pointer-lg .list-pointer-item:not(:last-child){margin-bottom:1.25rem}.list-pointer-lg .list-pointer-item::before{width:1.75rem;height:1.75rem;background-size:1.75rem 1.75rem;margin-top:0}.list-pointer-lg[class*=list-pointer-bg-] .list-pointer-item::before,.list-pointer-lg[class*=list-pointer-soft-bg-] .list-pointer-item::before{margin-top:-.0625rem}.list-separator{margin-bottom:0}.list-separator .list-inline-item{position:relative;margin-left:0;margin-right:-.25rem}.list-separator .list-inline-item:not(:last-child){padding-right:2rem}.list-separator .list-inline-item:not(:last-child)::after{position:absolute;top:50%;right:.8rem;transform:translateY(-50%);content:"•";opacity:.5}.list-separator .list-separator-link{color:#51596c}.list-separator .list-separator-link:hover{color:#07853a}.list-step{position:relative}.list-step .list-step-item{position:relative}.list-step .list-step-item:not(:first-child)::before{position:absolute;top:-4.5rem;left:50%;width:3rem;height:9rem;background-repeat:no-repeat;background-position:center center;background-size:3rem 9rem;transform:translateX(-50%);content:""}.list-step .list-step-item:nth-of-type(even)::before{background-image:url("data:image/svg+xml,%3Csvg width='187' height='674' viewBox='0 0 187 674' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.3307 1.3767C8.94892 -1.01509 4.26849 -0.212532 1.8767 3.16927C-0.515094 6.55108 0.287468 11.2315 3.66927 13.6233L12.3307 1.3767ZM0.5 666.5C0.5 670.642 3.85786 674 8 674H75.5C79.6421 674 83 670.642 83 666.5C83 662.358 79.6421 659 75.5 659H15.5V599C15.5 594.858 12.1421 591.5 8 591.5C3.85786 591.5 0.5 594.858 0.5 599V666.5ZM22.2839 27.7273C25.5051 30.3313 30.2274 29.8309 32.8314 26.6097C35.4354 23.3884 34.935 18.6661 31.7138 16.0621L22.2839 27.7273ZM67.7575 48.8281C64.8534 45.8746 60.1048 45.8347 57.1513 48.7388C54.1978 51.643 54.1578 56.3916 57.062 59.3451L67.7575 48.8281ZM88.196 94.6608C90.762 97.9124 95.4781 98.4682 98.7297 95.9022C101.981 93.3362 102.537 88.6201 99.9711 85.3685L88.196 94.6608ZM127.936 125.157C125.749 121.64 121.124 120.561 117.607 122.748C114.089 124.935 113.01 129.559 115.197 133.077L127.936 125.157ZM137.597 174.345C139.35 178.098 143.814 179.719 147.567 177.967C151.32 176.214 152.941 171.75 151.188 167.997L137.597 174.345ZM169.002 213.422C167.742 209.477 163.522 207.299 159.576 208.559C155.63 209.819 153.453 214.04 154.713 217.985L169.002 213.422ZM165.924 263.406C166.641 267.486 170.529 270.212 174.608 269.495C178.688 268.779 181.415 264.891 180.698 260.811L165.924 263.406ZM185.791 309.388C185.647 305.248 182.174 302.01 178.034 302.154C173.895 302.298 170.656 305.771 170.8 309.911L185.791 309.388ZM169.199 356.656C168.775 360.777 171.772 364.46 175.892 364.884C180.013 365.308 183.697 362.312 184.121 358.191L169.199 356.656ZM175.944 406.286C176.899 402.255 174.406 398.214 170.375 397.258C166.345 396.303 162.303 398.796 161.348 402.827L175.944 406.286ZM147.768 447.791C146.341 451.68 148.337 455.989 152.225 457.416C156.114 458.843 160.423 456.848 161.85 452.959L147.768 447.791ZM142.664 497.633C144.493 493.917 142.963 489.421 139.246 487.592C135.53 485.763 131.034 487.293 129.205 491.01L142.664 497.633ZM106.458 532.206C104.295 535.739 105.405 540.356 108.937 542.519C112.47 544.682 117.087 543.572 119.25 540.04L106.458 532.206ZM92.2476 580.332C94.6861 576.984 93.9487 572.292 90.6004 569.854C87.2521 567.415 82.561 568.153 80.1225 571.501L92.2476 580.332ZM50.9207 608.753C48.2569 611.925 48.6689 616.656 51.8409 619.32C55.0129 621.984 59.7437 621.572 62.4075 618.4L50.9207 608.753ZM30.3173 654.326C33.1655 651.318 33.0363 646.571 30.0288 643.723C27.0213 640.875 22.2743 641.004 19.4262 644.011L30.3173 654.326ZM3.66927 13.6233C9.76744 17.9363 15.9928 22.6418 22.2839 27.7273L31.7138 16.0621C25.1793 10.7798 18.6978 5.87987 12.3307 1.3767L3.66927 13.6233ZM57.062 59.3451C67.683 70.1464 78.1573 81.94 88.196 94.6608L99.9711 85.3685C89.5835 72.2056 78.7471 60.0043 67.7575 48.8281L57.062 59.3451ZM115.197 133.077C123.321 146.144 130.858 159.916 137.597 174.345L151.188 167.997C144.183 152.999 136.357 138.703 127.936 125.157L115.197 133.077ZM154.713 217.985C159.381 232.605 163.176 247.758 165.924 263.406L180.698 260.811C177.828 244.47 173.868 228.66 169.002 213.422L154.713 217.985ZM170.8 309.911C171.33 325.106 170.841 340.697 169.199 356.656L184.121 358.191C185.834 341.541 186.344 325.263 185.791 309.388L170.8 309.911ZM161.348 402.827C157.86 417.544 153.365 432.539 147.768 447.791L161.85 452.959C167.648 437.159 172.316 421.594 175.944 406.286L161.348 402.827ZM129.205 491.01C122.534 504.566 114.972 518.302 106.458 532.206L119.25 540.04C127.997 525.756 135.782 511.616 142.664 497.633L129.205 491.01ZM80.1225 571.501C71.1614 583.805 61.4411 596.226 50.9207 608.753L62.4075 618.4C73.1416 605.617 83.0757 592.925 92.2476 580.332L80.1225 571.501ZM19.4262 644.011C14.0197 649.72 8.44441 655.449 2.6967 661.197L13.3033 671.803C19.1454 665.961 24.8156 660.135 30.3173 654.326L19.4262 644.011Z' fill='%23BDC5D1'/%3e%3c/svg%3e")}.list-step .list-step-item:nth-of-type(odd)::before{background-image:url("data:image/svg+xml,%3csvg width='187' height='674' viewBox='0 0 187 674' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M174.174 1.3767C177.555 -1.01509 182.236 -0.212532 184.628 3.16927C187.019 6.55108 186.217 11.2315 182.835 13.6233L174.174 1.3767ZM186.004 666.5C186.004 670.642 182.647 674 178.504 674H111.004C106.862 674 103.504 670.642 103.504 666.5C103.504 662.358 106.862 659 111.004 659H171.004V599C171.004 594.858 174.362 591.5 178.504 591.5C182.647 591.5 186.004 594.858 186.004 599V666.5ZM164.221 27.7273C160.999 30.3313 156.277 29.8309 153.673 26.6097C151.069 23.3884 151.569 18.6661 154.791 16.0621L164.221 27.7273ZM118.747 48.8281C121.651 45.8746 126.4 45.8347 129.353 48.7388C132.307 51.643 132.347 56.3916 129.442 59.3451L118.747 48.8281ZM98.3084 94.6608C95.7424 97.9124 91.0263 98.4682 87.7747 95.9022C84.5231 93.3362 83.9673 88.6201 86.5333 85.3685L98.3084 94.6608ZM58.5685 125.157C60.7554 121.64 65.38 120.561 68.8977 122.748C72.4155 124.935 73.4943 129.559 71.3074 133.077L58.5685 125.157ZM48.9069 174.345C47.1541 178.098 42.6907 179.719 38.9377 177.967C35.1848 176.214 33.5634 171.75 35.3163 167.997L48.9069 174.345ZM17.5026 213.422C18.7626 209.477 22.9828 207.299 26.9287 208.559C30.8745 209.819 33.0518 214.04 31.7917 217.985L17.5026 213.422ZM20.5803 263.406C19.8637 267.486 15.9756 270.212 11.8959 269.495C7.81621 268.779 5.08987 264.891 5.80644 260.811L20.5803 263.406ZM0.713454 309.388C0.85777 305.248 4.33059 302.01 8.47021 302.154C12.6098 302.298 15.8487 305.771 15.7043 309.911L0.713454 309.388ZM17.305 356.656C17.729 360.777 14.7324 364.46 10.612 364.884C6.49165 365.308 2.80775 362.312 2.3838 358.191L17.305 356.656ZM10.5608 406.286C9.60551 402.255 12.0985 398.214 16.1289 397.258C20.1594 396.303 24.2012 398.796 25.1564 402.827L10.5608 406.286ZM38.7361 447.791C40.1632 451.68 38.1677 455.989 34.2791 457.416C30.3906 458.843 26.0814 456.848 24.6544 452.959L38.7361 447.791ZM43.8408 497.633C42.0117 493.917 43.5417 489.421 47.2581 487.592C50.9745 485.763 55.47 487.293 57.2991 491.01L43.8408 497.633ZM80.0465 532.206C82.2096 535.739 81.0995 540.356 77.5671 542.519C74.0346 544.682 69.4175 543.572 67.2543 540.04L80.0465 532.206ZM94.2568 580.332C91.8183 576.984 92.5557 572.292 95.904 569.854C99.2523 567.415 103.943 568.153 106.382 571.501L94.2568 580.332ZM135.584 608.753C138.248 611.925 137.836 616.656 134.664 619.32C131.492 621.984 126.761 621.572 124.097 618.4L135.584 608.753ZM156.187 654.326C153.339 651.318 153.468 646.571 156.476 643.723C159.483 640.875 164.23 641.004 167.078 644.011L156.187 654.326ZM182.835 13.6233C176.737 17.9363 170.512 22.6418 164.221 27.7273L154.791 16.0621C161.325 10.7798 167.807 5.87987 174.174 1.3767L182.835 13.6233ZM129.442 59.3451C118.821 70.1464 108.347 81.94 98.3084 94.6608L86.5333 85.3685C96.9209 72.2056 107.757 60.0043 118.747 48.8281L129.442 59.3451ZM71.3074 133.077C63.1839 146.144 55.6464 159.916 48.9069 174.345L35.3163 167.997C42.3214 152.999 50.147 138.703 58.5685 125.157L71.3074 133.077ZM31.7917 217.985C27.1232 232.605 23.3288 247.758 20.5803 263.406L5.80644 260.811C8.67665 244.47 12.6367 228.66 17.5026 213.422L31.7917 217.985ZM15.7043 309.911C15.1746 325.106 15.663 340.697 17.305 356.656L2.3838 358.191C0.670702 341.541 0.160023 325.263 0.713454 309.388L15.7043 309.911ZM25.1564 402.827C28.6447 417.544 33.1389 432.539 38.7361 447.791L24.6544 452.959C18.856 437.159 14.1889 421.594 10.5608 406.286L25.1564 402.827ZM57.2991 491.01C63.9708 504.566 71.5322 518.302 80.0465 532.206L67.2543 540.04C58.5077 525.756 50.7226 511.616 43.8408 497.633L57.2991 491.01ZM106.382 571.501C115.343 583.805 125.063 596.226 135.584 608.753L124.097 618.4C113.363 605.617 103.429 592.925 94.2568 580.332L106.382 571.501ZM167.078 644.011C172.485 649.72 178.06 655.449 183.808 661.197L173.201 671.803C167.359 665.961 161.689 660.135 156.187 654.326L167.078 644.011Z' fill='%23BDC5D1'/%3e%3c/svg%3e")}.list-timeline{position:relative;padding-top:1.5rem;padding-bottom:1.5rem}.list-timeline::before{position:absolute;top:0;left:50%;width:100%;height:100%;background-image:url("data:image/svg+xml,%3csvg width='309' height='968' viewBox='0 0 309 968' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23 961C125.667 948.167 313.5 863 227.5 685C185.5 609 139 596.5 58 554C-43.8683 500.551 19 440 141.5 384.5C264 329 365.5 203 267.5 121C252.167 109.833 209 88.5 162.5 80.5C103.946 70.4263 65 63.5 23 18' stroke='%23F39568' stroke-width='3' stroke-dasharray='12 12'/%3E%3Ccircle cx='7.5' cy='960.5' r='7.5' fill='%23f39568'/%3E%3Ccircle cx='14.5' cy='7.5' r='7.5' fill='%23f39568'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center center;background-size:100% 100%;transform:translateX(-50%);content:""}.list-timeline-item{max-width:32rem}.modal-header{align-items:center;padding-bottom:0}.modal-header .close{padding:.25rem .25rem;margin:0 0 0 auto}.modal-footer>*{margin-top:0;margin-bottom:0}.modal-footer-text:last-child{font-size:.8125rem;margin-bottom:0}.modal-close{position:absolute;top:.75rem;right:.75rem;z-index:2}.nav-subtitle{display:block;color:#8997a4;font-size:.75rem;text-transform:uppercase;letter-spacing:.03125rem}.nav-link.dropdown-toggle{display:flex;align-items:center}.nav-link.active{color:#0abf53}.nav-item.show .nav-link-svg path,.nav-link.active .nav-link-svg path{fill:#0abf53}.nav-text:last-child,.nav-title:last-child{margin-bottom:0}.nav-icon{font-size:1.125rem;opacity:.7;margin-right:.5rem}.nav-divider{height:2rem;border-left:.1rem solid rgba(220,224,229,.6);margin:0 .5rem}.nav.nav-link-gray .nav-link{color:#bdc5d1}.nav.nav-link-gray .nav-link.active,.nav.nav-link-gray .nav-link:hover{color:#2d374b}.nav.nav-link-gray .nav-link.disabled{color:#bdc5d1}.nav-tabs .nav-link{border-top-width:0;border-left-width:0;border-right-width:0;border-bottom:.1875rem solid transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{font-weight:500}.nav-tabs:not(.nav-vertical) .nav-link{padding-top:1.25rem;padding-bottom:1.25rem}.nav-vertical{flex-direction:column}.nav-vertical.nav .nav-item:not(:last-child){margin-right:0}.nav-vertical .nav-subtitle{padding-left:1rem}.nav-vertical.nav-lg.nav-link-gray .nav-link{padding:.25rem 0}.nav-vertical.nav-tabs{border-bottom-width:0}.nav-vertical.nav-tabs .nav-link{border-top-width:0;border-right-width:0;border-bottom-width:0;border-left:.1875rem solid rgba(220,224,229,.6);margin-bottom:0}.nav-vertical.nav-tabs .nav-subtitle{border-left:.1875rem solid rgba(220,224,229,.6)}.nav-vertical.nav-tabs .nav-item.show .nav-link,.nav-vertical.nav-tabs .nav-link.active{border-color:#0abf53}.nav-vertical.nav.nav-tabs .nav-collapse .nav-link{padding-left:3rem}.nav-collapse .nav-link{position:relative}.nav-collapse .nav-link::before{position:absolute;top:50%;left:2rem;transform:translateY(-50%);content:"•"}.nav-pills .nav-item{margin:.25rem .25rem}.nav-pills .nav-link{padding:1rem 1rem}.nav-pills .nav-link:hover{color:#2d374b}.nav-pills .nav-link.active{box-shadow:0 .1875rem .375rem rgba(140,152,164,.25)}.nav-pills .nav-link.active:hover,.nav-pills .show>.nav-link:hover{border-color:transparent}.nav-segment{position:relative;background-color:#f3f6f9;padding:.25rem .25rem;border-radius:.5rem}.nav-segment:not(.nav-fill){display:inline-flex}.nav-segment .nav-link{color:#51596c;font-size:.8125rem;padding:.5rem .875rem;border-radius:.5rem}.nav-segment .nav-link:hover{color:#0abf53}.nav-segment .nav-link.active{color:#2d374b;background-color:#fff;box-shadow:0 .1875rem .375rem 0 rgba(140,152,164,.25)}.nav-segment.nav-pills{border-radius:6.1875rem}.nav-segment.nav-pills .nav-link{border-radius:6.1875rem}.nav-sm .nav-link{font-size:.875rem}.nav-lg .nav-link{font-size:calc(1.35rem + 1.2vw);font-weight:700}@media (min-width:1200px){.nav-lg .nav-link{font-size:2.25rem}}.navbar{z-index:99}.navbar-collapse{align-items:flex-start}.navbar-shadow{box-shadow:0 .375rem 1.5rem 0 rgba(140,152,164,.125)}.navbar-height{height:3.875rem}.navbar.navbar-scrolled.navbar-light{background-color:#fff;box-shadow:0 .375rem 1.5rem 0 rgba(140,152,164,.125)}.navbar.navbar-scrolled.navbar-dark{background-color:#2d374b}.navbar-topbar{width:100%;padding-bottom:.675rem;transition:all .2s ease-in-out}.navbar-topbar .navbar-toggler{font-size:.75rem}.navbar-topbar .navbar-toggler{display:flex;justify-content:flex-end;align-items:center}.navbar-topbar .navbar-collapse{z-index:11}.navbar-topbar .navbar-topbar-collapse-toggler{display:flex;justify-content:space-between;align-items:center;border-bottom:.0625rem solid rgba(220,224,229,.6);padding:1rem 1rem}.navbar-topbar .navbar-topbar-toggler-text{font-size:.875rem}.navbar-topbar .nav-link{font-size:.875rem}@keyframes navbar-topbar-collapse-scale-up{0%{transform:scale(.5);transform-origin:100% 0}100%{transform:scale(1);transform-origin:100% 0}}.navbar-brand{padding-top:0;padding-bottom:0}.navbar-brand-logo{width:100%;min-width:6rem;max-width:6rem}.navbar-brand-collapsed,.navbar-brand-on-scroll{display:none}.navbar-scrolled .navbar-brand-default{display:none}.navbar-scrolled .navbar-brand-on-scroll{display:inline-block}.navbar-nav{width:100%}.navbar-nav-wrap{display:flex;flex-wrap:wrap;flex-basis:100%;align-items:center}.navbar-nav-wrap-secondary-content{display:flex;align-items:center;gap:.5rem}.navbar-toggler{padding:.5rem .5rem;margin-left:auto;z-index:1}.navbar-toggler:focus{box-shadow:none}.navbar-toggler .navbar-toggler-default{display:flex}.navbar-toggler .navbar-toggler-toggled{display:none}.navbar-toggler[aria-expanded=true] .navbar-toggler-default{display:none}.navbar-toggler[aria-expanded=true] .navbar-toggler-toggled{display:flex}.navbar .nav-pills .nav-item{margin:0}.navbar .nav-pills .nav-link{padding:.75rem .75rem}.navbar .nav-pills .nav-link.active,.navbar .nav-pills .nav-link:focus,.navbar .nav-pills .nav-link:hover{color:#07853a;background-color:rgba(189,197,209,.2)}.navbar .nav-pills .nav-item:hover>.nav-link{background-color:rgba(189,197,209,.2)}.navbar .dropdown-menu::before{position:absolute;top:-.625rem;display:block;left:0;width:100%;height:1.75rem;content:""}.navbar .dropdown-item[href]:hover.dropdown-toggle::after{background:url("data:image/svg+xml,")}.navbar-dropdown-menu-inner{padding:.75rem .75rem}.navbar-dropdown-menu-media-link{display:block;text-decoration:none;padding:1rem 1rem;border-radius:.5rem}.navbar-dropdown-menu-media-link:hover:not(.disabled):not(:disabled){background-color:rgba(189,197,209,.2)}.navbar-dropdown-menu-media-link:hover:not(.disabled):not(:disabled) .navbar-dropdown-menu-media-title{color:#2d374b}.navbar-dropdown-menu-media-link.disabled{pointer-events:none}.navbar-dropdown-menu-media-link+.navbar-dropdown-menu-media-link{margin-top:.5rem}.navbar-dropdown-menu-media-title{color:#2d374b;font-weight:500}.navbar-dropdown-menu-media-desc{color:#51596c;font-size:.875rem;margin-bottom:0}.navbar-dropdown-menu-promo:not(:first-child) .navbar-dropdown-menu-promo-item{position:relative}.navbar-dropdown-menu-promo:not(:first-child) .navbar-dropdown-menu-promo-item::after{position:absolute;top:-.75rem;right:0;border-top:.0625rem solid rgba(220,224,229,.6);width:100%;content:""}.navbar-dropdown-menu-promo-item{display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-clip:border-box;margin:.75rem .75rem}.navbar-dropdown-menu-promo-item~.navbar-dropdown-menu-promo-item{border-top:.0625rem solid rgba(220,224,229,.6)}.navbar-dropdown-menu-promo .navbar-dropdown-menu-promo-item{border-top:none}.navbar-dropdown-menu-promo-link{display:block;height:100%;padding:1rem 1rem;border-radius:.5rem}.navbar-dropdown-menu-promo-link.active{background-color:rgba(189,197,209,.2)}.navbar-dropdown-menu-promo-link.active .navbar-dropdown-menu-media-title{color:#2d374b}.navbar-dropdown-menu-promo-link.disabled{opacity:.7;pointer-events:none}.navbar-dropdown-menu-promo-link:hover:not(.disabled):not(:disabled){background-color:rgba(189,197,209,.2)}.navbar-dropdown-menu-promo-link:hover:not(.disabled):not(:disabled) .navbar-dropdown-menu-media-title{color:#2d374b}.navbar.navbar-vertical .navbar-nav .nav-link,.navbar.navbar-vertical .navbar-nav .nav-subtitle{padding:.3125rem 1.5rem}.navbar.navbar-vertical .nav-tabs-borderless.nav-vertical{padding-right:0;padding-left:0}.navbar.navbar-vertical .nav-tabs-borderless.nav-vertical .nav-link,.navbar.navbar-vertical .nav-tabs-borderless.nav-vertical .nav-subtitle{border-left-color:transparent}.navbar.navbar-vertical .nav-tabs-borderless.nav-vertical .nav-item.show .nav-link,.navbar.navbar-vertical .nav-tabs-borderless.nav-vertical .nav-link.active{border-color:#0abf53}.navbar-input-group input[type=search]::-ms-clear{display:none;width:0;height:0}.navbar-input-group input[type=search]::-ms-reveal{display:none;width:0;height:0}.navbar-input-group input[type=search]::-webkit-search-cancel-button,.navbar-input-group input[type=search]::-webkit-search-decoration,.navbar-input-group input[type=search]::-webkit-search-results-button,.navbar-input-group input[type=search]::-webkit-search-results-decoration{display:none}@media (min-width:576px){.navbar-absolute-sm-top{position:absolute;top:0;left:0;right:0}}@media (min-width:768px){.navbar-absolute-md-top{position:absolute;top:0;left:0;right:0}}@media (min-width:992px){.navbar-absolute-lg-top{position:absolute;top:0;left:0;right:0}}@media (min-width:1200px){.navbar-absolute-xl-top{position:absolute;top:0;left:0;right:0}}@media (min-width:1400px){.navbar-absolute-xxl-top{position:absolute;top:0;left:0;right:0}}.navbar-absolute-top{position:absolute;top:0;left:0;right:0}@media (max-width:575.98px){.navbar-absolute-md-top .navbar-absolute-top-scroller{max-height:75vh;background-color:#fff;overflow:hidden;overflow-y:auto}.navbar-absolute-md-top .navbar-absolute-top-scroller::-webkit-scrollbar{width:.6125rem}.navbar-absolute-md-top .navbar-absolute-top-scroller::-webkit-scrollbar-thumb{background-color:rgba(189,197,209,.6);visibility:hidden}.navbar-absolute-md-top .navbar-absolute-top-scroller:hover::-webkit-scrollbar-thumb{visibility:visible}}@media (max-width:767.98px){.navbar-absolute-lg-top .navbar-absolute-top-scroller,.navbar-absolute-sm-top .navbar-absolute-top-scroller,.navbar-absolute-top .navbar-absolute-top-scroller{max-height:75vh;background-color:#fff;overflow:hidden;overflow-y:auto}.navbar-absolute-lg-top .navbar-absolute-top-scroller::-webkit-scrollbar,.navbar-absolute-sm-top .navbar-absolute-top-scroller::-webkit-scrollbar,.navbar-absolute-top .navbar-absolute-top-scroller::-webkit-scrollbar{width:.6125rem}.navbar-absolute-lg-top .navbar-absolute-top-scroller::-webkit-scrollbar-thumb,.navbar-absolute-sm-top .navbar-absolute-top-scroller::-webkit-scrollbar-thumb,.navbar-absolute-top .navbar-absolute-top-scroller::-webkit-scrollbar-thumb{background-color:rgba(189,197,209,.6);visibility:hidden}.navbar-absolute-lg-top .navbar-absolute-top-scroller:hover::-webkit-scrollbar-thumb,.navbar-absolute-sm-top .navbar-absolute-top-scroller:hover::-webkit-scrollbar-thumb,.navbar-absolute-top .navbar-absolute-top-scroller:hover::-webkit-scrollbar-thumb{visibility:visible}}@media (max-width:991.98px){.navbar-absolute-xl-top .navbar-absolute-top-scroller{max-height:75vh;background-color:#fff;overflow:hidden;overflow-y:auto}.navbar-absolute-xl-top .navbar-absolute-top-scroller::-webkit-scrollbar{width:.6125rem}.navbar-absolute-xl-top .navbar-absolute-top-scroller::-webkit-scrollbar-thumb{background-color:rgba(189,197,209,.6);visibility:hidden}.navbar-absolute-xl-top .navbar-absolute-top-scroller:hover::-webkit-scrollbar-thumb{visibility:visible}}@media (min-width:576px){.navbar-sticky-sm-top{position:fixed;top:0;left:0;right:0}.navbar-sticky-sm-top.navbar-scrolled .navbar-topbar{margin-top:-42px}}@media (min-width:768px){.navbar-sticky-md-top{position:fixed;top:0;left:0;right:0}.navbar-sticky-md-top.navbar-scrolled .navbar-topbar{margin-top:-42px}}@media (min-width:992px){.navbar-sticky-lg-top{position:fixed;top:0;left:0;right:0}.navbar-sticky-lg-top.navbar-scrolled .navbar-topbar{margin-top:-42px}}@media (min-width:1200px){.navbar-sticky-xl-top{position:fixed;top:0;left:0;right:0}.navbar-sticky-xl-top.navbar-scrolled .navbar-topbar{margin-top:-42px}}@media (min-width:1400px){.navbar-sticky-xxl-top{position:fixed;top:0;left:0;right:0}.navbar-sticky-xxl-top.navbar-scrolled .navbar-topbar{margin-top:-42px}}.navbar-sticky-top{position:fixed;top:0;left:0;right:0}.navbar-sticky-top.navbar-scrolled .navbar-topbar{margin-top:-42px}@media (max-width:575.98px){.navbar-sticky-md-top .navbar-sticky-top-scroller{max-height:75vh;overflow:hidden;overflow-y:auto}.navbar-sticky-md-top .navbar-sticky-top-scroller::-webkit-scrollbar{width:.6125rem}.navbar-sticky-md-top .navbar-sticky-top-scroller::-webkit-scrollbar-thumb{background-color:rgba(189,197,209,.6);visibility:hidden}.navbar-sticky-md-top .navbar-sticky-top-scroller:hover::-webkit-scrollbar-thumb{visibility:visible}}@media (max-width:767.98px){.navbar-sticky-lg-top .navbar-sticky-top-scroller,.navbar-sticky-sm-top .navbar-sticky-top-scroller,.navbar-sticky-top .navbar-sticky-top-scroller{max-height:75vh;overflow:hidden;overflow-y:auto}.navbar-sticky-lg-top .navbar-sticky-top-scroller::-webkit-scrollbar,.navbar-sticky-sm-top .navbar-sticky-top-scroller::-webkit-scrollbar,.navbar-sticky-top .navbar-sticky-top-scroller::-webkit-scrollbar{width:.6125rem}.navbar-sticky-lg-top .navbar-sticky-top-scroller::-webkit-scrollbar-thumb,.navbar-sticky-sm-top .navbar-sticky-top-scroller::-webkit-scrollbar-thumb,.navbar-sticky-top .navbar-sticky-top-scroller::-webkit-scrollbar-thumb{background-color:rgba(189,197,209,.6);visibility:hidden}.navbar-sticky-lg-top .navbar-sticky-top-scroller:hover::-webkit-scrollbar-thumb,.navbar-sticky-sm-top .navbar-sticky-top-scroller:hover::-webkit-scrollbar-thumb,.navbar-sticky-top .navbar-sticky-top-scroller:hover::-webkit-scrollbar-thumb{visibility:visible}}@media (max-width:991.98px){.navbar-sticky-xl-top .navbar-sticky-top-scroller{max-height:75vh;overflow:hidden;overflow-y:auto}.navbar-sticky-xl-top .navbar-sticky-top-scroller::-webkit-scrollbar{width:.6125rem}.navbar-sticky-xl-top .navbar-sticky-top-scroller::-webkit-scrollbar-thumb{background-color:rgba(189,197,209,.6);visibility:hidden}.navbar-sticky-xl-top .navbar-sticky-top-scroller:hover::-webkit-scrollbar-thumb{visibility:visible}}@media (min-width:576px){.navbar-expand-sm .navbar-toggler{order:1}.navbar-expand-sm .navbar-collapse{width:auto;order:2}.navbar-expand-sm .navbar-nav-wrap-secondary-content{order:3}.navbar-expand-sm .navbar-nav{align-items:center}.navbar-expand-sm .nav-item:not(:last-child){margin-right:.5rem}.navbar-expand-sm .nav-item .nav-item{margin-right:0}.navbar-expand-sm .navbar-topbar{padding-bottom:.25rem}.navbar-expand-sm .navbar-topbar .navbar-toggler{display:none}.navbar-expand-sm .navbar-topbar .navbar-topbar-collapse-toggler{display:none}.navbar-expand-sm .navbar-topbar .nav-item:not(:last-child){margin-right:0}.navbar-expand-sm .navbar-topbar .nav-item:last-child .nav-link{padding-right:0}.navbar-expand-sm .dropdown-menu[data-bs-popper]{margin-top:.5rem}.navbar-expand-sm .dropdown-menu .hs-has-sub-menu .dropdown-menu{margin-top:-.6875rem;margin-left:.5rem}.navbar-expand-sm .dropdown-menu .hs-has-sub-menu .dropdown-menu[data-bs-popper]{left:100%}.navbar-expand-sm .dropdown-menu .hs-has-sub-menu .dropdown-menu::before{top:0;left:-1rem;width:1rem;height:100%}.navbar-expand-sm .navbar-absolute-top-scroller,.navbar-expand-sm .navbar-sticky-top-scroller{width:100%}.navbar-expand-sm.navbar-end .navbar-nav{justify-content:flex-end;margin-left:auto}.navbar-expand-sm.navbar-end .navbar-absolute-top-scroller,.navbar-expand-sm.navbar-end .navbar-sticky-top-scroller{margin-left:auto}.navbar-expand-sm.navbar-vertical{flex-flow:column;overflow-y:scroll;height:100%;max-height:100vh}.navbar-expand-sm.navbar-vertical::-webkit-scrollbar{width:.6125rem}.navbar-expand-sm.navbar-vertical::-webkit-scrollbar-thumb{background-color:rgba(189,197,209,.6)}.navbar-expand-sm.navbar-vertical .navbar-collapse{width:100%;display:block!important}.navbar-expand-sm.navbar-vertical .navbar-nav{display:block;flex-direction:column;align-items:flex-start}.navbar-expand-sm .hs-position-right-fix{right:35%;left:auto}.navbar-expand-sm .navbar-dropdown-menu-promo{display:flex;flex-flow:row wrap}.navbar-expand-sm .navbar-dropdown-menu-promo-item{display:flex;flex:1 0 0%;flex-direction:column}.navbar-expand-sm .navbar-dropdown-menu-promo-item:not(:last-child) .navbar-dropdown-menu-promo-link{position:relative}.navbar-expand-sm .navbar-dropdown-menu-promo-item:not(:last-child) .navbar-dropdown-menu-promo-link::after{position:absolute;top:0;right:0;margin-right:-.75rem;border-right:.0625rem solid rgba(220,224,229,.6);height:100%;content:""}}@media (min-width:768px){.navbar-expand-md .navbar-toggler{order:1}.navbar-expand-md .navbar-collapse{width:auto;order:2}.navbar-expand-md .navbar-nav-wrap-secondary-content{order:3}.navbar-expand-md .navbar-nav{align-items:center}.navbar-expand-md .nav-item:not(:last-child){margin-right:.5rem}.navbar-expand-md .nav-item .nav-item{margin-right:0}.navbar-expand-md .navbar-topbar{padding-bottom:.25rem}.navbar-expand-md .navbar-topbar .navbar-toggler{display:none}.navbar-expand-md .navbar-topbar .navbar-topbar-collapse-toggler{display:none}.navbar-expand-md .navbar-topbar .nav-item:not(:last-child){margin-right:0}.navbar-expand-md .navbar-topbar .nav-item:last-child .nav-link{padding-right:0}.navbar-expand-md .dropdown-menu[data-bs-popper]{margin-top:.5rem}.navbar-expand-md .dropdown-menu .hs-has-sub-menu .dropdown-menu{margin-top:-.6875rem;margin-left:.5rem}.navbar-expand-md .dropdown-menu .hs-has-sub-menu .dropdown-menu[data-bs-popper]{left:100%}.navbar-expand-md .dropdown-menu .hs-has-sub-menu .dropdown-menu::before{top:0;left:-1rem;width:1rem;height:100%}.navbar-expand-md .navbar-absolute-top-scroller,.navbar-expand-md .navbar-sticky-top-scroller{width:100%}.navbar-expand-md.navbar-end .navbar-nav{justify-content:flex-end;margin-left:auto}.navbar-expand-md.navbar-end .navbar-absolute-top-scroller,.navbar-expand-md.navbar-end .navbar-sticky-top-scroller{margin-left:auto}.navbar-expand-md.navbar-vertical{flex-flow:column;overflow-y:scroll;height:100%;max-height:100vh}.navbar-expand-md.navbar-vertical::-webkit-scrollbar{width:.6125rem}.navbar-expand-md.navbar-vertical::-webkit-scrollbar-thumb{background-color:rgba(189,197,209,.6)}.navbar-expand-md.navbar-vertical .navbar-collapse{width:100%;display:block!important}.navbar-expand-md.navbar-vertical .navbar-nav{display:block;flex-direction:column;align-items:flex-start}.navbar-expand-md .hs-position-right-fix{right:35%;left:auto}.navbar-expand-md .navbar-dropdown-menu-promo{display:flex;flex-flow:row wrap}.navbar-expand-md .navbar-dropdown-menu-promo-item{display:flex;flex:1 0 0%;flex-direction:column}.navbar-expand-md .navbar-dropdown-menu-promo-item:not(:last-child) .navbar-dropdown-menu-promo-link{position:relative}.navbar-expand-md .navbar-dropdown-menu-promo-item:not(:last-child) .navbar-dropdown-menu-promo-link::after{position:absolute;top:0;right:0;margin-right:-.75rem;border-right:.0625rem solid rgba(220,224,229,.6);height:100%;content:""}}@media (min-width:992px){.navbar-expand-lg .navbar-toggler{order:1}.navbar-expand-lg .navbar-collapse{width:auto;order:2}.navbar-expand-lg .navbar-nav-wrap-secondary-content{order:3}.navbar-expand-lg .navbar-nav{align-items:center}.navbar-expand-lg .nav-item:not(:last-child){margin-right:.5rem}.navbar-expand-lg .nav-item .nav-item{margin-right:0}.navbar-expand-lg .navbar-topbar{padding-bottom:.25rem}.navbar-expand-lg .navbar-topbar .navbar-toggler{display:none}.navbar-expand-lg .navbar-topbar .navbar-topbar-collapse-toggler{display:none}.navbar-expand-lg .navbar-topbar .nav-item:not(:last-child){margin-right:0}.navbar-expand-lg .navbar-topbar .nav-item:last-child .nav-link{padding-right:0}.navbar-expand-lg .dropdown-menu[data-bs-popper]{margin-top:.5rem}.navbar-expand-lg .dropdown-menu .hs-has-sub-menu .dropdown-menu{margin-top:-.6875rem;margin-left:.5rem}.navbar-expand-lg .dropdown-menu .hs-has-sub-menu .dropdown-menu[data-bs-popper]{left:100%}.navbar-expand-lg .dropdown-menu .hs-has-sub-menu .dropdown-menu::before{top:0;left:-1rem;width:1rem;height:100%}.navbar-expand-lg .navbar-absolute-top-scroller,.navbar-expand-lg .navbar-sticky-top-scroller{width:100%}.navbar-expand-lg.navbar-end .navbar-nav{justify-content:flex-end;margin-left:auto}.navbar-expand-lg.navbar-end .navbar-absolute-top-scroller,.navbar-expand-lg.navbar-end .navbar-sticky-top-scroller{margin-left:auto}.navbar-expand-lg.navbar-vertical{flex-flow:column;overflow-y:scroll;height:100%;max-height:100vh}.navbar-expand-lg.navbar-vertical::-webkit-scrollbar{width:.6125rem}.navbar-expand-lg.navbar-vertical::-webkit-scrollbar-thumb{background-color:rgba(189,197,209,.6)}.navbar-expand-lg.navbar-vertical .navbar-collapse{width:100%;display:block!important}.navbar-expand-lg.navbar-vertical .navbar-nav{display:block;flex-direction:column;align-items:flex-start}.navbar-expand-lg .hs-position-right-fix{right:35%;left:auto}.navbar-expand-lg .navbar-dropdown-menu-promo{display:flex;flex-flow:row wrap}.navbar-expand-lg .navbar-dropdown-menu-promo-item{display:flex;flex:1 0 0%;flex-direction:column}.navbar-expand-lg .navbar-dropdown-menu-promo-item:not(:last-child) .navbar-dropdown-menu-promo-link{position:relative}.navbar-expand-lg .navbar-dropdown-menu-promo-item:not(:last-child) .navbar-dropdown-menu-promo-link::after{position:absolute;top:0;right:0;margin-right:-.75rem;border-right:.0625rem solid rgba(220,224,229,.6);height:100%;content:""}}@media (min-width:1200px){.navbar-expand-xl .navbar-toggler{order:1}.navbar-expand-xl .navbar-collapse{width:auto;order:2}.navbar-expand-xl .navbar-nav-wrap-secondary-content{order:3}.navbar-expand-xl .navbar-nav{align-items:center}.navbar-expand-xl .nav-item:not(:last-child){margin-right:.5rem}.navbar-expand-xl .nav-item .nav-item{margin-right:0}.navbar-expand-xl .navbar-topbar{padding-bottom:.25rem}.navbar-expand-xl .navbar-topbar .navbar-toggler{display:none}.navbar-expand-xl .navbar-topbar .navbar-topbar-collapse-toggler{display:none}.navbar-expand-xl .navbar-topbar .nav-item:not(:last-child){margin-right:0}.navbar-expand-xl .navbar-topbar .nav-item:last-child .nav-link{padding-right:0}.navbar-expand-xl .dropdown-menu[data-bs-popper]{margin-top:.5rem}.navbar-expand-xl .dropdown-menu .hs-has-sub-menu .dropdown-menu{margin-top:-.6875rem;margin-left:.5rem}.navbar-expand-xl .dropdown-menu .hs-has-sub-menu .dropdown-menu[data-bs-popper]{left:100%}.navbar-expand-xl .dropdown-menu .hs-has-sub-menu .dropdown-menu::before{top:0;left:-1rem;width:1rem;height:100%}.navbar-expand-xl .navbar-absolute-top-scroller,.navbar-expand-xl .navbar-sticky-top-scroller{width:100%}.navbar-expand-xl.navbar-end .navbar-nav{justify-content:flex-end;margin-left:auto}.navbar-expand-xl.navbar-end .navbar-absolute-top-scroller,.navbar-expand-xl.navbar-end .navbar-sticky-top-scroller{margin-left:auto}.navbar-expand-xl.navbar-vertical{flex-flow:column;overflow-y:scroll;height:100%;max-height:100vh}.navbar-expand-xl.navbar-vertical::-webkit-scrollbar{width:.6125rem}.navbar-expand-xl.navbar-vertical::-webkit-scrollbar-thumb{background-color:rgba(189,197,209,.6)}.navbar-expand-xl.navbar-vertical .navbar-collapse{width:100%;display:block!important}.navbar-expand-xl.navbar-vertical .navbar-nav{display:block;flex-direction:column;align-items:flex-start}.navbar-expand-xl .hs-position-right-fix{right:35%;left:auto}.navbar-expand-xl .navbar-dropdown-menu-promo{display:flex;flex-flow:row wrap}.navbar-expand-xl .navbar-dropdown-menu-promo-item{display:flex;flex:1 0 0%;flex-direction:column}.navbar-expand-xl .navbar-dropdown-menu-promo-item:not(:last-child) .navbar-dropdown-menu-promo-link{position:relative}.navbar-expand-xl .navbar-dropdown-menu-promo-item:not(:last-child) .navbar-dropdown-menu-promo-link::after{position:absolute;top:0;right:0;margin-right:-.75rem;border-right:.0625rem solid rgba(220,224,229,.6);height:100%;content:""}}@media (min-width:1400px){.navbar-expand-xxl .navbar-toggler{order:1}.navbar-expand-xxl .navbar-collapse{width:auto;order:2}.navbar-expand-xxl .navbar-nav-wrap-secondary-content{order:3}.navbar-expand-xxl .navbar-nav{align-items:center}.navbar-expand-xxl .nav-item:not(:last-child){margin-right:.5rem}.navbar-expand-xxl .nav-item .nav-item{margin-right:0}.navbar-expand-xxl .navbar-topbar{padding-bottom:.25rem}.navbar-expand-xxl .navbar-topbar .navbar-toggler{display:none}.navbar-expand-xxl .navbar-topbar .navbar-topbar-collapse-toggler{display:none}.navbar-expand-xxl .navbar-topbar .nav-item:not(:last-child){margin-right:0}.navbar-expand-xxl .navbar-topbar .nav-item:last-child .nav-link{padding-right:0}.navbar-expand-xxl .dropdown-menu[data-bs-popper]{margin-top:.5rem}.navbar-expand-xxl .dropdown-menu .hs-has-sub-menu .dropdown-menu{margin-top:-.6875rem;margin-left:.5rem}.navbar-expand-xxl .dropdown-menu .hs-has-sub-menu .dropdown-menu[data-bs-popper]{left:100%}.navbar-expand-xxl .dropdown-menu .hs-has-sub-menu .dropdown-menu::before{top:0;left:-1rem;width:1rem;height:100%}.navbar-expand-xxl .navbar-absolute-top-scroller,.navbar-expand-xxl .navbar-sticky-top-scroller{width:100%}.navbar-expand-xxl.navbar-end .navbar-nav{justify-content:flex-end;margin-left:auto}.navbar-expand-xxl.navbar-end .navbar-absolute-top-scroller,.navbar-expand-xxl.navbar-end .navbar-sticky-top-scroller{margin-left:auto}.navbar-expand-xxl.navbar-vertical{flex-flow:column;overflow-y:scroll;height:100%;max-height:100vh}.navbar-expand-xxl.navbar-vertical::-webkit-scrollbar{width:.6125rem}.navbar-expand-xxl.navbar-vertical::-webkit-scrollbar-thumb{background-color:rgba(189,197,209,.6)}.navbar-expand-xxl.navbar-vertical .navbar-collapse{width:100%;display:block!important}.navbar-expand-xxl.navbar-vertical .navbar-nav{display:block;flex-direction:column;align-items:flex-start}.navbar-expand-xxl .hs-position-right-fix{right:35%;left:auto}.navbar-expand-xxl .navbar-dropdown-menu-promo{display:flex;flex-flow:row wrap}.navbar-expand-xxl .navbar-dropdown-menu-promo-item{display:flex;flex:1 0 0%;flex-direction:column}.navbar-expand-xxl .navbar-dropdown-menu-promo-item:not(:last-child) .navbar-dropdown-menu-promo-link{position:relative}.navbar-expand-xxl .navbar-dropdown-menu-promo-item:not(:last-child) .navbar-dropdown-menu-promo-link::after{position:absolute;top:0;right:0;margin-right:-.75rem;border-right:.0625rem solid rgba(220,224,229,.6);height:100%;content:""}}.navbar-expand .navbar-toggler{order:1}.navbar-expand .navbar-collapse{width:auto;order:2}.navbar-expand .navbar-nav-wrap-secondary-content{order:3}.navbar-expand .navbar-nav{align-items:center}.navbar-expand .nav-item:not(:last-child){margin-right:.5rem}.navbar-expand .nav-item .nav-item{margin-right:0}.navbar-expand .navbar-topbar{padding-bottom:.25rem}.navbar-expand .navbar-topbar .navbar-toggler{display:none}.navbar-expand .navbar-topbar .navbar-topbar-collapse-toggler{display:none}.navbar-expand .navbar-topbar .nav-item:not(:last-child){margin-right:0}.navbar-expand .navbar-topbar .nav-item:last-child .nav-link{padding-right:0}.navbar-expand .dropdown-menu[data-bs-popper]{margin-top:.5rem}.navbar-expand .dropdown-menu .hs-has-sub-menu .dropdown-menu{margin-top:-.6875rem;margin-left:.5rem}.navbar-expand .dropdown-menu .hs-has-sub-menu .dropdown-menu[data-bs-popper]{left:100%}.navbar-expand .dropdown-menu .hs-has-sub-menu .dropdown-menu::before{top:0;left:-1rem;width:1rem;height:100%}.navbar-expand .navbar-absolute-top-scroller,.navbar-expand .navbar-sticky-top-scroller{width:100%}.navbar-expand.navbar-end .navbar-nav{justify-content:flex-end;margin-left:auto}.navbar-expand.navbar-end .navbar-absolute-top-scroller,.navbar-expand.navbar-end .navbar-sticky-top-scroller{margin-left:auto}.navbar-expand.navbar-vertical{flex-flow:column;overflow-y:scroll;height:100%;max-height:100vh}.navbar-expand.navbar-vertical::-webkit-scrollbar{width:.6125rem}.navbar-expand.navbar-vertical::-webkit-scrollbar-thumb{background-color:rgba(189,197,209,.6)}.navbar-expand.navbar-vertical .navbar-collapse{width:100%;display:block!important}.navbar-expand.navbar-vertical .navbar-nav{display:block;flex-direction:column;align-items:flex-start}.navbar-expand .hs-position-right-fix{right:35%;left:auto}.navbar-expand .navbar-dropdown-menu-promo{display:flex;flex-flow:row wrap}.navbar-expand .navbar-dropdown-menu-promo-item{display:flex;flex:1 0 0%;flex-direction:column}.navbar-expand .navbar-dropdown-menu-promo-item:not(:last-child) .navbar-dropdown-menu-promo-link{position:relative}.navbar-expand .navbar-dropdown-menu-promo-item:not(:last-child) .navbar-dropdown-menu-promo-link::after{position:absolute;top:0;right:0;margin-right:-.75rem;border-right:.0625rem solid rgba(220,224,229,.6);height:100%;content:""}.navbar-expand .navbar-nav-wrap-secondary-content{margin-left:auto}.navbar-expand .navbar-nav-wrap-secondary-content~.navbar-toggler{margin-left:.5rem}.navbar-expand .navbar-collapse{background-color:#fff}.navbar-expand .navbar-nav{padding:1rem 0}.navbar-expand .navbar-nav .nav-item{margin-bottom:.25rem}.navbar-expand .nav-link.dropdown-toggle+.dropdown-menu{margin-top:.5rem}.navbar-expand .nav-divider{width:100%;height:.0625rem;border-left:none;border-top:.1rem solid rgba(220,224,229,.6);margin:.5rem 0}.navbar-expand .hs-mega-menu{max-width:100%!important;min-width:100%!important}.navbar-expand .navbar-nav .dropdown-menu{box-shadow:none;border:.0625rem solid rgba(220,224,229,.6);margin-top:0}.navbar-expand .navbar-topbar .navbar-collapse{position:fixed;top:.5rem;left:.5rem;width:calc(100% - 1rem);height:auto;max-height:calc(100% - 3rem);overflow-y:scroll;border-radius:.5rem;box-shadow:0 1rem 1.75rem 0 rgba(45,55,75,.1)}.navbar-expand .navbar-topbar .navbar-collapse.collapsing,.navbar-expand .navbar-topbar .navbar-collapse.show{animation:navbar-topbar-collapse-scale-up .3s cubic-bezier(.39,.575,.565,1) both}.navbar-expand .navbar-topbar .navbar-nav{padding:.5rem 0 0 0}.navbar-expand .navbar-topbar .nav-item{margin-bottom:0}.navbar-expand .navbar-topbar .nav-link{padding-left:1rem}.navbar-expand.navbar-dark .navbar-nav,.navbar-expand.navbar-dark .navbar-topbar-collapse-toggler{background-color:#2d374b}.navbar-expand.navbar-vertical .navbar-nav{padding:0}.navbar-expand .navbar-dropdown-menu-promo:not(:first-child) .navbar-dropdown-menu-promo-item::after{top:-.375rem}.navbar-expand .navbar-dropdown-menu-promo:first-child .navbar-dropdown-menu-promo-item{position:relative}.navbar-expand .navbar-dropdown-menu-promo:first-child .navbar-dropdown-menu-promo-item::after{position:absolute;bottom:-.375rem;right:0;border-bottom:.0625rem solid rgba(220,224,229,.6);width:100%;content:""}.navbar-expand .navbar-dropdown-menu-promo:not(:first-child) .navbar-dropdown-menu-promo-item:first-child::after{border-top-width:0}.navbar-expand .navbar-absolute-top-inner{background-color:#fff}@media (max-width:575.98px){.navbar-expand-sm .navbar-nav-wrap-secondary-content{margin-left:auto}.navbar-expand-sm .navbar-nav-wrap-secondary-content~.navbar-toggler{margin-left:.5rem}.navbar-expand-sm .navbar-collapse{background-color:#fff}.navbar-expand-sm .navbar-nav{padding:1rem 0}.navbar-expand-sm .navbar-nav .nav-item{margin-bottom:.25rem}.navbar-expand-sm .nav-link.dropdown-toggle+.dropdown-menu{margin-top:.5rem}.navbar-expand-sm .nav-divider{width:100%;height:.0625rem;border-left:none;border-top:.1rem solid rgba(220,224,229,.6);margin:.5rem 0}.navbar-expand-sm .hs-mega-menu{max-width:100%!important;min-width:100%!important}.navbar-expand-sm .navbar-nav .dropdown-menu{box-shadow:none;border:.0625rem solid rgba(220,224,229,.6);margin-top:0}.navbar-expand-sm .navbar-topbar .navbar-collapse{position:fixed;top:.5rem;left:.5rem;width:calc(100% - 1rem);height:auto;max-height:calc(100% - 3rem);overflow-y:scroll;border-radius:.5rem;box-shadow:0 1rem 1.75rem 0 rgba(45,55,75,.1)}.navbar-expand-sm .navbar-topbar .navbar-collapse.collapsing,.navbar-expand-sm .navbar-topbar .navbar-collapse.show{animation:navbar-topbar-collapse-scale-up .3s cubic-bezier(.39,.575,.565,1) both}.navbar-expand-sm .navbar-topbar .navbar-nav{padding:.5rem 0 0 0}.navbar-expand-sm .navbar-topbar .nav-item{margin-bottom:0}.navbar-expand-sm .navbar-topbar .nav-link{padding-left:1rem}.navbar-expand-sm.navbar-dark .navbar-nav,.navbar-expand-sm.navbar-dark .navbar-topbar-collapse-toggler{background-color:#2d374b}.navbar-expand-sm.navbar-vertical .navbar-nav{padding:0}.navbar-expand-sm .navbar-dropdown-menu-promo:not(:first-child) .navbar-dropdown-menu-promo-item::after{top:-.375rem}.navbar-expand-sm .navbar-dropdown-menu-promo:first-child .navbar-dropdown-menu-promo-item{position:relative}.navbar-expand-sm .navbar-dropdown-menu-promo:first-child .navbar-dropdown-menu-promo-item::after{position:absolute;bottom:-.375rem;right:0;border-bottom:.0625rem solid rgba(220,224,229,.6);width:100%;content:""}.navbar-expand-sm .navbar-dropdown-menu-promo:not(:first-child) .navbar-dropdown-menu-promo-item:first-child::after{border-top-width:0}.navbar-expand-sm .navbar-absolute-top-inner{background-color:#fff}}@media (max-width:767.98px){.navbar-expand-md .navbar-nav-wrap-secondary-content{margin-left:auto}.navbar-expand-md .navbar-nav-wrap-secondary-content~.navbar-toggler{margin-left:.5rem}.navbar-expand-md .navbar-collapse{background-color:#fff}.navbar-expand-md .navbar-nav{padding:1rem 0}.navbar-expand-md .navbar-nav .nav-item{margin-bottom:.25rem}.navbar-expand-md .nav-link.dropdown-toggle+.dropdown-menu{margin-top:.5rem}.navbar-expand-md .nav-divider{width:100%;height:.0625rem;border-left:none;border-top:.1rem solid rgba(220,224,229,.6);margin:.5rem 0}.navbar-expand-md .hs-mega-menu{max-width:100%!important;min-width:100%!important}.navbar-expand-md .navbar-nav .dropdown-menu{box-shadow:none;border:.0625rem solid rgba(220,224,229,.6);margin-top:0}.navbar-expand-md .navbar-topbar .navbar-collapse{position:fixed;top:.5rem;left:.5rem;width:calc(100% - 1rem);height:auto;max-height:calc(100% - 3rem);overflow-y:scroll;border-radius:.5rem;box-shadow:0 1rem 1.75rem 0 rgba(45,55,75,.1)}.navbar-expand-md .navbar-topbar .navbar-collapse.collapsing,.navbar-expand-md .navbar-topbar .navbar-collapse.show{animation:navbar-topbar-collapse-scale-up .3s cubic-bezier(.39,.575,.565,1) both}.navbar-expand-md .navbar-topbar .navbar-nav{padding:.5rem 0 0 0}.navbar-expand-md .navbar-topbar .nav-item{margin-bottom:0}.navbar-expand-md .navbar-topbar .nav-link{padding-left:1rem}.navbar-expand-md.navbar-dark .navbar-nav,.navbar-expand-md.navbar-dark .navbar-topbar-collapse-toggler{background-color:#2d374b}.navbar-expand-md.navbar-vertical .navbar-nav{padding:0}.navbar-expand-md .navbar-dropdown-menu-promo:not(:first-child) .navbar-dropdown-menu-promo-item::after{top:-.375rem}.navbar-expand-md .navbar-dropdown-menu-promo:first-child .navbar-dropdown-menu-promo-item{position:relative}.navbar-expand-md .navbar-dropdown-menu-promo:first-child .navbar-dropdown-menu-promo-item::after{position:absolute;bottom:-.375rem;right:0;border-bottom:.0625rem solid rgba(220,224,229,.6);width:100%;content:""}.navbar-expand-md .navbar-dropdown-menu-promo:not(:first-child) .navbar-dropdown-menu-promo-item:first-child::after{border-top-width:0}.navbar-expand-md .navbar-absolute-top-inner{background-color:#fff}}@media (max-width:991.98px){.navbar-expand-lg .navbar-nav-wrap-secondary-content{margin-left:auto}.navbar-expand-lg .navbar-nav-wrap-secondary-content~.navbar-toggler{margin-left:.5rem}.navbar-expand-lg .navbar-collapse{background-color:#fff}.navbar-expand-lg .navbar-nav{padding:1rem 0}.navbar-expand-lg .navbar-nav .nav-item{margin-bottom:.25rem}.navbar-expand-lg .nav-link.dropdown-toggle+.dropdown-menu{margin-top:.5rem}.navbar-expand-lg .nav-divider{width:100%;height:.0625rem;border-left:none;border-top:.1rem solid rgba(220,224,229,.6);margin:.5rem 0}.navbar-expand-lg .hs-mega-menu{max-width:100%!important;min-width:100%!important}.navbar-expand-lg .navbar-nav .dropdown-menu{box-shadow:none;border:.0625rem solid rgba(220,224,229,.6);margin-top:0}.navbar-expand-lg .navbar-topbar .navbar-collapse{position:fixed;top:.5rem;left:.5rem;width:calc(100% - 1rem);height:auto;max-height:calc(100% - 3rem);overflow-y:scroll;border-radius:.5rem;box-shadow:0 1rem 1.75rem 0 rgba(45,55,75,.1)}.navbar-expand-lg .navbar-topbar .navbar-collapse.collapsing,.navbar-expand-lg .navbar-topbar .navbar-collapse.show{animation:navbar-topbar-collapse-scale-up .3s cubic-bezier(.39,.575,.565,1) both}.navbar-expand-lg .navbar-topbar .navbar-nav{padding:.5rem 0 0 0}.navbar-expand-lg .navbar-topbar .nav-item{margin-bottom:0}.navbar-expand-lg .navbar-topbar .nav-link{padding-left:1rem}.navbar-expand-lg.navbar-dark .navbar-nav,.navbar-expand-lg.navbar-dark .navbar-topbar-collapse-toggler{background-color:#2d374b}.navbar-expand-lg.navbar-vertical .navbar-nav{padding:0}.navbar-expand-lg .navbar-dropdown-menu-promo:not(:first-child) .navbar-dropdown-menu-promo-item::after{top:-.375rem}.navbar-expand-lg .navbar-dropdown-menu-promo:first-child .navbar-dropdown-menu-promo-item{position:relative}.navbar-expand-lg .navbar-dropdown-menu-promo:first-child .navbar-dropdown-menu-promo-item::after{position:absolute;bottom:-.375rem;right:0;border-bottom:.0625rem solid rgba(220,224,229,.6);width:100%;content:""}.navbar-expand-lg .navbar-dropdown-menu-promo:not(:first-child) .navbar-dropdown-menu-promo-item:first-child::after{border-top-width:0}.navbar-expand-lg .navbar-absolute-top-inner{background-color:#fff}}@media (max-width:1199.98px){.navbar-expand-xl .navbar-nav-wrap-secondary-content{margin-left:auto}.navbar-expand-xl .navbar-nav-wrap-secondary-content~.navbar-toggler{margin-left:.5rem}.navbar-expand-xl .navbar-collapse{background-color:#fff}.navbar-expand-xl .navbar-nav{padding:1rem 0}.navbar-expand-xl .navbar-nav .nav-item{margin-bottom:.25rem}.navbar-expand-xl .nav-link.dropdown-toggle+.dropdown-menu{margin-top:.5rem}.navbar-expand-xl .nav-divider{width:100%;height:.0625rem;border-left:none;border-top:.1rem solid rgba(220,224,229,.6);margin:.5rem 0}.navbar-expand-xl .hs-mega-menu{max-width:100%!important;min-width:100%!important}.navbar-expand-xl .navbar-nav .dropdown-menu{box-shadow:none;border:.0625rem solid rgba(220,224,229,.6);margin-top:0}.navbar-expand-xl .navbar-topbar .navbar-collapse{position:fixed;top:.5rem;left:.5rem;width:calc(100% - 1rem);height:auto;max-height:calc(100% - 3rem);overflow-y:scroll;border-radius:.5rem;box-shadow:0 1rem 1.75rem 0 rgba(45,55,75,.1)}.navbar-expand-xl .navbar-topbar .navbar-collapse.collapsing,.navbar-expand-xl .navbar-topbar .navbar-collapse.show{animation:navbar-topbar-collapse-scale-up .3s cubic-bezier(.39,.575,.565,1) both}.navbar-expand-xl .navbar-topbar .navbar-nav{padding:.5rem 0 0 0}.navbar-expand-xl .navbar-topbar .nav-item{margin-bottom:0}.navbar-expand-xl .navbar-topbar .nav-link{padding-left:1rem}.navbar-expand-xl.navbar-dark .navbar-nav,.navbar-expand-xl.navbar-dark .navbar-topbar-collapse-toggler{background-color:#2d374b}.navbar-expand-xl.navbar-vertical .navbar-nav{padding:0}.navbar-expand-xl .navbar-dropdown-menu-promo:not(:first-child) .navbar-dropdown-menu-promo-item::after{top:-.375rem}.navbar-expand-xl .navbar-dropdown-menu-promo:first-child .navbar-dropdown-menu-promo-item{position:relative}.navbar-expand-xl .navbar-dropdown-menu-promo:first-child .navbar-dropdown-menu-promo-item::after{position:absolute;bottom:-.375rem;right:0;border-bottom:.0625rem solid rgba(220,224,229,.6);width:100%;content:""}.navbar-expand-xl .navbar-dropdown-menu-promo:not(:first-child) .navbar-dropdown-menu-promo-item:first-child::after{border-top-width:0}.navbar-expand-xl .navbar-absolute-top-inner{background-color:#fff}}@media (max-width:1399.98px){.navbar-expand-xxl .navbar-nav-wrap-secondary-content{margin-left:auto}.navbar-expand-xxl .navbar-nav-wrap-secondary-content~.navbar-toggler{margin-left:.5rem}.navbar-expand-xxl .navbar-collapse{background-color:#fff}.navbar-expand-xxl .navbar-nav{padding:1rem 0}.navbar-expand-xxl .navbar-nav .nav-item{margin-bottom:.25rem}.navbar-expand-xxl .nav-link.dropdown-toggle+.dropdown-menu{margin-top:.5rem}.navbar-expand-xxl .nav-divider{width:100%;height:.0625rem;border-left:none;border-top:.1rem solid rgba(220,224,229,.6);margin:.5rem 0}.navbar-expand-xxl .hs-mega-menu{max-width:100%!important;min-width:100%!important}.navbar-expand-xxl .navbar-nav .dropdown-menu{box-shadow:none;border:.0625rem solid rgba(220,224,229,.6);margin-top:0}.navbar-expand-xxl .navbar-topbar .navbar-collapse{position:fixed;top:.5rem;left:.5rem;width:calc(100% - 1rem);height:auto;max-height:calc(100% - 3rem);overflow-y:scroll;border-radius:.5rem;box-shadow:0 1rem 1.75rem 0 rgba(45,55,75,.1)}.navbar-expand-xxl .navbar-topbar .navbar-collapse.collapsing,.navbar-expand-xxl .navbar-topbar .navbar-collapse.show{animation:navbar-topbar-collapse-scale-up .3s cubic-bezier(.39,.575,.565,1) both}.navbar-expand-xxl .navbar-topbar .navbar-nav{padding:.5rem 0 0 0}.navbar-expand-xxl .navbar-topbar .nav-item{margin-bottom:0}.navbar-expand-xxl .navbar-topbar .nav-link{padding-left:1rem}.navbar-expand-xxl.navbar-dark .navbar-nav,.navbar-expand-xxl.navbar-dark .navbar-topbar-collapse-toggler{background-color:#2d374b}.navbar-expand-xxl.navbar-vertical .navbar-nav{padding:0}.navbar-expand-xxl .navbar-dropdown-menu-promo:not(:first-child) .navbar-dropdown-menu-promo-item::after{top:-.375rem}.navbar-expand-xxl .navbar-dropdown-menu-promo:first-child .navbar-dropdown-menu-promo-item{position:relative}.navbar-expand-xxl .navbar-dropdown-menu-promo:first-child .navbar-dropdown-menu-promo-item::after{position:absolute;bottom:-.375rem;right:0;border-bottom:.0625rem solid rgba(220,224,229,.6);width:100%;content:""}.navbar-expand-xxl .navbar-dropdown-menu-promo:not(:first-child) .navbar-dropdown-menu-promo-item:first-child::after{border-top-width:0}.navbar-expand-xxl .navbar-absolute-top-inner{background-color:#fff}}.navbar-expand .navbar-nav .nav-link,.navbar-expand .navbar-nav .nav-subtitle{padding-right:.75rem;padding-left:.75rem}.navbar-sidebar-aside-content{padding-left:.75rem;padding-right:.75rem}@media (min-width:576px){.navbar-sidebar-aside-sm .navbar-sidebar{position:fixed;top:0;left:0;bottom:0;width:17rem;padding:0}.navbar-sidebar-aside-sm .navbar-sidebar .navbar-collapse{width:100%}.navbar-sidebar-aside-sm .navbar-sidebar .navbar-brand-wrapper{position:fixed;top:0;left:0;width:17rem;height:5rem;background-color:#fff;z-index:99;padding:1.25rem 1.5rem;border-bottom:.0625rem solid rgba(220,224,229,.6)}.navbar-sidebar-aside-sm .navbar-sidebar .navbar-brand{display:flex;flex-shrink:0;align-items:center;margin-right:0}.navbar-sidebar-aside-sm .navbar-sidebar .navbar-nav{padding-top:1.25rem;padding-bottom:1.25rem}.navbar-sidebar-aside-sm .navbar-sidebar .navbar-sidebar-aside-body{padding-top:6.25rem}.navbar-sidebar-aside-sm .navbar-sidebar-aside-content{margin-left:17rem}}@media (min-width:768px){.navbar-sidebar-aside-md .navbar-sidebar{position:fixed;top:0;left:0;bottom:0;width:17rem;padding:0}.navbar-sidebar-aside-md .navbar-sidebar .navbar-collapse{width:100%}.navbar-sidebar-aside-md .navbar-sidebar .navbar-brand-wrapper{position:fixed;top:0;left:0;width:17rem;height:5rem;background-color:#fff;z-index:99;padding:1.25rem 1.5rem;border-bottom:.0625rem solid rgba(220,224,229,.6)}.navbar-sidebar-aside-md .navbar-sidebar .navbar-brand{display:flex;flex-shrink:0;align-items:center;margin-right:0}.navbar-sidebar-aside-md .navbar-sidebar .navbar-nav{padding-top:1.25rem;padding-bottom:1.25rem}.navbar-sidebar-aside-md .navbar-sidebar .navbar-sidebar-aside-body{padding-top:6.25rem}.navbar-sidebar-aside-md .navbar-sidebar-aside-content{margin-left:17rem}}@media (min-width:992px){.navbar-sidebar-aside-lg .navbar-sidebar{position:fixed;top:0;left:0;bottom:0;width:17rem;padding:0}.navbar-sidebar-aside-lg .navbar-sidebar .navbar-collapse{width:100%}.navbar-sidebar-aside-lg .navbar-sidebar .navbar-brand-wrapper{position:fixed;top:0;left:0;width:17rem;height:5rem;background-color:#fff;z-index:99;padding:1.25rem 1.5rem;border-bottom:.0625rem solid rgba(220,224,229,.6)}.navbar-sidebar-aside-lg .navbar-sidebar .navbar-brand{display:flex;flex-shrink:0;align-items:center;margin-right:0}.navbar-sidebar-aside-lg .navbar-sidebar .navbar-nav{padding-top:1.25rem;padding-bottom:1.25rem}.navbar-sidebar-aside-lg .navbar-sidebar .navbar-sidebar-aside-body{padding-top:6.25rem}.navbar-sidebar-aside-lg .navbar-sidebar-aside-content{margin-left:17rem}}@media (min-width:1200px){.navbar-sidebar-aside-xl .navbar-sidebar{position:fixed;top:0;left:0;bottom:0;width:17rem;padding:0}.navbar-sidebar-aside-xl .navbar-sidebar .navbar-collapse{width:100%}.navbar-sidebar-aside-xl .navbar-sidebar .navbar-brand-wrapper{position:fixed;top:0;left:0;width:17rem;height:5rem;background-color:#fff;z-index:99;padding:1.25rem 1.5rem;border-bottom:.0625rem solid rgba(220,224,229,.6)}.navbar-sidebar-aside-xl .navbar-sidebar .navbar-brand{display:flex;flex-shrink:0;align-items:center;margin-right:0}.navbar-sidebar-aside-xl .navbar-sidebar .navbar-nav{padding-top:1.25rem;padding-bottom:1.25rem}.navbar-sidebar-aside-xl .navbar-sidebar .navbar-sidebar-aside-body{padding-top:6.25rem}.navbar-sidebar-aside-xl .navbar-sidebar-aside-content{margin-left:17rem}}@media (min-width:1400px){.navbar-sidebar-aside-xxl .navbar-sidebar{position:fixed;top:0;left:0;bottom:0;width:17rem;padding:0}.navbar-sidebar-aside-xxl .navbar-sidebar .navbar-collapse{width:100%}.navbar-sidebar-aside-xxl .navbar-sidebar .navbar-brand-wrapper{position:fixed;top:0;left:0;width:17rem;height:5rem;background-color:#fff;z-index:99;padding:1.25rem 1.5rem;border-bottom:.0625rem solid rgba(220,224,229,.6)}.navbar-sidebar-aside-xxl .navbar-sidebar .navbar-brand{display:flex;flex-shrink:0;align-items:center;margin-right:0}.navbar-sidebar-aside-xxl .navbar-sidebar .navbar-nav{padding-top:1.25rem;padding-bottom:1.25rem}.navbar-sidebar-aside-xxl .navbar-sidebar .navbar-sidebar-aside-body{padding-top:6.25rem}.navbar-sidebar-aside-xxl .navbar-sidebar-aside-content{margin-left:17rem}}.navbar-sidebar-aside .navbar-sidebar{position:fixed;top:0;left:0;bottom:0;width:17rem;padding:0}.navbar-sidebar-aside .navbar-sidebar .navbar-collapse{width:100%}.navbar-sidebar-aside .navbar-sidebar .navbar-brand-wrapper{position:fixed;top:0;left:0;width:17rem;height:5rem;background-color:#fff;z-index:99;padding:1.25rem 1.5rem;border-bottom:.0625rem solid rgba(220,224,229,.6)}.navbar-sidebar-aside .navbar-sidebar .navbar-brand{display:flex;flex-shrink:0;align-items:center;margin-right:0}.navbar-sidebar-aside .navbar-sidebar .navbar-nav{padding-top:1.25rem;padding-bottom:1.25rem}.navbar-sidebar-aside .navbar-sidebar .navbar-sidebar-aside-body{padding-top:6.25rem}.navbar-sidebar-aside .navbar-sidebar-aside-content{margin-left:17rem}.navbar-sidebar-aside .navbar-sidebar .navbar-brand,.navbar-sidebar-aside .navbar-sidebar .navbar-brand-badge{display:none}.navbar-sidebar-aside .nav-segment{margin:1.25rem 1.5rem}@media (max-width:575.98px){.navbar-sidebar-aside-sm .navbar-sidebar .navbar-brand,.navbar-sidebar-aside-sm .navbar-sidebar .navbar-brand-badge{display:none}.navbar-sidebar-aside-sm .nav-segment{margin:1.25rem 1.5rem}}@media (max-width:767.98px){.navbar-sidebar-aside-md .navbar-sidebar .navbar-brand,.navbar-sidebar-aside-md .navbar-sidebar .navbar-brand-badge{display:none}.navbar-sidebar-aside-md .nav-segment{margin:1.25rem 1.5rem}}@media (max-width:991.98px){.navbar-sidebar-aside-lg .navbar-sidebar .navbar-brand,.navbar-sidebar-aside-lg .navbar-sidebar .navbar-brand-badge{display:none}.navbar-sidebar-aside-lg .nav-segment{margin:1.25rem 1.5rem}}@media (max-width:1199.98px){.navbar-sidebar-aside-xl .navbar-sidebar .navbar-brand,.navbar-sidebar-aside-xl .navbar-sidebar .navbar-brand-badge{display:none}.navbar-sidebar-aside-xl .nav-segment{margin:1.25rem 1.5rem}}@media (max-width:1399.98px){.navbar-sidebar-aside-xxl .navbar-sidebar .navbar-brand,.navbar-sidebar-aside-xxl .navbar-sidebar .navbar-brand-badge{display:none}.navbar-sidebar-aside-xxl .nav-segment{margin:1.25rem 1.5rem}}.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:#51596c}.navbar-light .navbar-toggler{color:#51596c;border-color:rgba(220,224,229,.6)}.navbar-light .navbar-nav .nav-link{color:#2d374b}.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:#2d374b}.navbar-light .navbar-topbar .nav-link:hover{color:#0abf53}.navbar-dark .navbar-nav .nav-item:hover .nav-link,.navbar-dark .navbar-nav .nav-item:hover .nav-link:focus,.navbar-dark .navbar-nav .nav-item:hover .nav-link:hover{color:#fff}.navbar-dark .nav-link.dropdown-toggle::after{background-image:url("data:image/svg+xml,")}.navbar-dark .nav-divider{border-color:rgba(255,255,255,.2)}.navbar-dark .navbar-topbar .navbar-topbar-toggler-text{color:#fff}.navbar-dark .navbar-topbar .navbar-topbar-collapse-toggler{border-bottom-color:rgba(255,255,255,.2)}.navbar-invisible{display:none}.navbar-moved-up{transform:translate3d(0,-100%,0)}.navbar-faded{opacity:0;visibility:hidden}.navbar-section-hidden{position:relative}.navbar[data-hs-header-options*=fixMoment]{transition:.3s ease}.navbar.navbar-untransitioned{transition:none}.navbar.navbar-scrolled{position:fixed;top:0;left:0;right:0;bottom:auto}.navbar-fix-top{position:fixed}.navbar.navbar-fix-top[data-hs-header-options*=effectCompensation]{transition:none}.page-link{min-width:2.25rem;font-weight:500;text-align:center;margin-left:.25rem;margin-right:.25rem;border-radius:50%}.popover{box-shadow:0 1rem 1.75rem 0 rgba(45,55,75,.1)}.popover-header{font-size:1.125rem;font-weight:500}.progress-vertical{display:flex;flex-flow:column nowrap;justify-content:flex-end;background-color:#dce0e5;width:.5rem;height:12.5rem}.shape-container{position:relative}.shape[class*=text-]>svg [fill]:not([fill=none]){fill:currentColor!important}.shape{position:absolute;z-index:-1}.shape-top{top:0;left:0;right:0}.shape-top>svg{width:100%;height:auto;margin-bottom:-1px;transform-origin:bottom center}.shape-bottom{bottom:0;left:0;right:0}.shape-bottom>svg{width:100%;height:auto;margin-bottom:-1px;transform-origin:top center}.sliding-img{width:100%;height:281px;overflow:hidden}.sliding-img-frame-to-end,.sliding-img-frame-to-start,.sliding-img-frame-to-start-sm{width:2880px;height:281px;background-size:2880px 281px}.sliding-img-frame-to-start{animation:sliding-img-frame-to-start 60s linear infinite}.sliding-img-frame-to-start-sm{animation:sliding-img-frame-to-start-sm 90s linear infinite}.sliding-img-frame-to-end{animation:sliding-img-frame-to-end 60s linear infinite}@keyframes sliding-img-frame-to-start{from{background-position-x:0}to{background-position-x:-2880px}}@keyframes sliding-img-frame-to-start-sm{from{background-position-x:0}to{background-position-x:-2880px}}@keyframes sliding-img-frame-to-end{from{background-position-x:0}to{background-position-x:2880px}}.step{position:relative;list-style:none;display:flex;flex-wrap:wrap;padding-left:0;margin-right:calc(1.5rem / -2);margin-left:calc(1.5rem / -2)}.step.step-dashed .step-icon::after{border-left-style:dashed}.step-icon-border{border:.125rem solid rgba(220,224,229,.6)}.step-title{display:block;color:#2d374b;font-weight:600}.step-text:last-child{color:#51596c;margin-bottom:0}.step-border-last-0 .step-item:last-child .step-icon::after{display:none}.step .step-item{display:flex;flex-direction:column;flex-basis:0;flex:0 0 100%;max-width:100%;padding-right:.75rem;padding-left:.75rem;margin-bottom:2.25rem}.step-item-between .step-item:last-child{flex:0 0 auto;width:auto}.step .step-content-wrapper{position:relative;display:flex;width:100%}.step .step-content{flex:1}.step-item.collapse:not(.show){display:none}.step-item .step-title-description{display:none}.step-item.focus .step-title-description{display:block}.step .step-avatar{font-size:1rem;font-weight:600;width:2.875rem;height:2.875rem;border-radius:50%;margin-right:1rem}.step .step-avatar-img{max-width:100%;height:auto;border-radius:50%}.step .step-avatar::after{position:absolute;top:3.625rem;left:1.4375rem;height:calc(100% - 2.125rem);border-left:.125rem solid rgba(220,224,229,.6);content:""}.step-avatar-xs .step-avatar,.step-avatar-xs.step-avatar{font-size:.75rem;width:1.75rem;height:1.75rem}.step-avatar-xs .step-avatar::after,.step-avatar-xs.step-avatar::after{top:2.5rem;left:.8125rem;width:1.625rem;height:calc(100% - 1rem)}.step-avatar-xs .step-divider::after{left:.875rem}.step-avatar-sm .step-avatar,.step-avatar-sm.step-avatar{font-size:.8125rem;width:2.3125rem;height:2.3125rem}.step-avatar-sm .step-avatar::after,.step-avatar-sm.step-avatar::after{top:3.0625rem;left:1.09375rem;width:1.625rem;height:calc(100% - 1.5625rem)}.step-avatar-sm .step-divider::after{left:1.15625rem}.step-avatar-lg .step-avatar,.step-avatar-lg.step-avatar{font-size:1.125rem;width:5.5rem;height:5.5rem}.step-avatar-lg .step-avatar::after,.step-avatar-lg.step-avatar::after{top:6.25rem;left:2.6875rem;width:1.625rem;height:calc(100% - 4.75rem)}.step-avatar-lg .step-divider::after{left:2.75rem}.step-divider{display:inline-flex;align-items:center;text-transform:uppercase;height:1rem;font-size:.8125rem;font-weight:600}.step-divider::after{position:absolute;top:1.75rem;left:1.4375rem;height:calc(100% - .25rem);border-left:.125rem solid rgba(220,224,229,.6);content:""}.step .step-icon{display:inline-flex;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;font-weight:600;width:2.875rem;height:2.875rem;border-radius:50%;margin-right:1rem}.step .step-icon::after{position:absolute;top:3.625rem;left:1.4375rem;height:calc(100% - 2.125rem);border-left:.125rem solid rgba(220,224,229,.6);content:""}.step .step-icon-pseudo::before{display:block;width:.25rem;height:.25rem;background-color:#97a4af;border-radius:50%;content:""}.step-icon-xs .step-icon,.step-icon-xs.step-icon{font-size:.75rem;width:1.75rem;height:1.75rem}.step-icon-xs .step-icon::after,.step-icon-xs.step-icon::after{top:2.5rem;left:.8125rem;width:1.625rem;height:calc(100% - 1rem)}.step-icon-xs .step-divider::after{left:.875rem}.step-icon-sm .step-icon,.step-icon-sm.step-icon{font-size:.8125rem;width:2.3125rem;height:2.3125rem}.step-icon-sm .step-icon::after,.step-icon-sm.step-icon::after{top:3.0625rem;left:1.09375rem;width:1.625rem;height:calc(100% - 1.5625rem)}.step-icon-sm .step-divider::after{left:1.15625rem}.step-icon-lg .step-icon,.step-icon-lg.step-icon{font-size:1.125rem;width:5.5rem;height:5.5rem}.step-icon-lg .step-icon::after,.step-icon-lg.step-icon::after{top:6.25rem;left:2.6875rem;width:1.625rem;height:calc(100% - 4.75rem)}.step-icon-lg .step-divider::after{left:2.75rem}@media (min-width:576px){.step-sm.step-dashed .step-icon::after{border-left:none;border-top-style:dashed}.step-sm .step-item{flex-grow:1;flex:1;margin-bottom:0}.step-sm:not(.step-inline) .step-content-wrapper{display:block}.step-sm .step-icon{margin-bottom:1rem}.step-sm .step-icon::after{top:1.4375rem;left:4.375rem;width:calc(100% - 4.375rem);height:1.625rem;border-top:.125rem solid rgba(220,224,229,.6);border-left:none}.step-sm .step-icon.step-icon-xs::after,.step-sm.step-icon-xs .step-icon::after{top:.875rem;left:3.25rem;width:calc(100% - 3.25rem)}.step-sm .step-icon.step-icon-sm::after,.step-sm.step-icon-sm .step-icon::after{top:1.15625rem;left:3.8125rem;width:calc(100% - 3.8125rem)}.step-sm .step-icon.step-icon-lg::after,.step-sm.step-icon-lg .step-icon::after{top:2.75rem;left:7rem;width:calc(100% - 7rem)}}@media (min-width:768px){.step-md.step-dashed .step-icon::after{border-left:none;border-top-style:dashed}.step-md .step-item{flex-grow:1;flex:1;margin-bottom:0}.step-md:not(.step-inline) .step-content-wrapper{display:block}.step-md .step-icon{margin-bottom:1rem}.step-md .step-icon::after{top:1.4375rem;left:4.375rem;width:calc(100% - 4.375rem);height:1.625rem;border-top:.125rem solid rgba(220,224,229,.6);border-left:none}.step-md .step-icon.step-icon-xs::after,.step-md.step-icon-xs .step-icon::after{top:.875rem;left:3.25rem;width:calc(100% - 3.25rem)}.step-md .step-icon.step-icon-sm::after,.step-md.step-icon-sm .step-icon::after{top:1.15625rem;left:3.8125rem;width:calc(100% - 3.8125rem)}.step-md .step-icon.step-icon-lg::after,.step-md.step-icon-lg .step-icon::after{top:2.75rem;left:7rem;width:calc(100% - 7rem)}}@media (min-width:992px){.step-lg.step-dashed .step-icon::after{border-left:none;border-top-style:dashed}.step-lg .step-item{flex-grow:1;flex:1;margin-bottom:0}.step-lg:not(.step-inline) .step-content-wrapper{display:block}.step-lg .step-icon{margin-bottom:1rem}.step-lg .step-icon::after{top:1.4375rem;left:4.375rem;width:calc(100% - 4.375rem);height:1.625rem;border-top:.125rem solid rgba(220,224,229,.6);border-left:none}.step-lg .step-icon.step-icon-xs::after,.step-lg.step-icon-xs .step-icon::after{top:.875rem;left:3.25rem;width:calc(100% - 3.25rem)}.step-lg .step-icon.step-icon-sm::after,.step-lg.step-icon-sm .step-icon::after{top:1.15625rem;left:3.8125rem;width:calc(100% - 3.8125rem)}.step-lg .step-icon.step-icon-lg::after,.step-lg.step-icon-lg .step-icon::after{top:2.75rem;left:7rem;width:calc(100% - 7rem)}}@media (min-width:1200px){.step-xl.step-dashed .step-icon::after{border-left:none;border-top-style:dashed}.step-xl .step-item{flex-grow:1;flex:1;margin-bottom:0}.step-xl:not(.step-inline) .step-content-wrapper{display:block}.step-xl .step-icon{margin-bottom:1rem}.step-xl .step-icon::after{top:1.4375rem;left:4.375rem;width:calc(100% - 4.375rem);height:1.625rem;border-top:.125rem solid rgba(220,224,229,.6);border-left:none}.step-xl .step-icon.step-icon-xs::after,.step-xl.step-icon-xs .step-icon::after{top:.875rem;left:3.25rem;width:calc(100% - 3.25rem)}.step-xl .step-icon.step-icon-sm::after,.step-xl.step-icon-sm .step-icon::after{top:1.15625rem;left:3.8125rem;width:calc(100% - 3.8125rem)}.step-xl .step-icon.step-icon-lg::after,.step-xl.step-icon-lg .step-icon::after{top:2.75rem;left:7rem;width:calc(100% - 7rem)}}@media (min-width:576px){.step-sm.step-centered{text-align:center}.step-sm.step-centered .step-item:last-child .step-icon::after{display:none}.step-sm.step-centered .step-icon{margin-left:auto;margin-right:auto}.step-sm.step-centered .step-icon::after{width:calc(100% - 4.375rem);left:calc(50% + 2.9375rem)}.step-sm.step-centered .step-icon.step-icon-xs::after,.step-sm.step-centered.step-icon-xs .step-icon::after{width:calc(100% - 3.25rem);left:calc(50% + 2.375rem)}.step-sm.step-centered .step-icon.step-icon-sm::after,.step-sm.step-centered.step-icon-sm .step-icon::after{width:calc(100% - 3.8125rem);left:calc(50% + 2.65625rem)}.step-sm.step-centered .step-icon.step-icon-lg::after,.step-sm.step-centered.step-icon-lg .step-icon::after{width:calc(100% - 7rem);left:calc(50% + 4.25rem)}}@media (min-width:768px){.step-md.step-centered{text-align:center}.step-md.step-centered .step-item:last-child .step-icon::after{display:none}.step-md.step-centered .step-icon{margin-left:auto;margin-right:auto}.step-md.step-centered .step-icon::after{width:calc(100% - 4.375rem);left:calc(50% + 2.9375rem)}.step-md.step-centered .step-icon.step-icon-xs::after,.step-md.step-centered.step-icon-xs .step-icon::after{width:calc(100% - 3.25rem);left:calc(50% + 2.375rem)}.step-md.step-centered .step-icon.step-icon-sm::after,.step-md.step-centered.step-icon-sm .step-icon::after{width:calc(100% - 3.8125rem);left:calc(50% + 2.65625rem)}.step-md.step-centered .step-icon.step-icon-lg::after,.step-md.step-centered.step-icon-lg .step-icon::after{width:calc(100% - 7rem);left:calc(50% + 4.25rem)}}@media (min-width:992px){.step-lg.step-centered{text-align:center}.step-lg.step-centered .step-item:last-child .step-icon::after{display:none}.step-lg.step-centered .step-icon{margin-left:auto;margin-right:auto}.step-lg.step-centered .step-icon::after{width:calc(100% - 4.375rem);left:calc(50% + 2.9375rem)}.step-lg.step-centered .step-icon.step-icon-xs::after,.step-lg.step-centered.step-icon-xs .step-icon::after{width:calc(100% - 3.25rem);left:calc(50% + 2.375rem)}.step-lg.step-centered .step-icon.step-icon-sm::after,.step-lg.step-centered.step-icon-sm .step-icon::after{width:calc(100% - 3.8125rem);left:calc(50% + 2.65625rem)}.step-lg.step-centered .step-icon.step-icon-lg::after,.step-lg.step-centered.step-icon-lg .step-icon::after{width:calc(100% - 7rem);left:calc(50% + 4.25rem)}}@media (min-width:992px){.step-lg.step-centered{text-align:center}.step-lg.step-centered .step-item:last-child .step-icon::after{display:none}.step-lg.step-centered .step-icon{margin-left:auto;margin-right:auto}.step-lg.step-centered .step-icon::after{width:calc(100% - 4.375rem);left:calc(50% + 2.9375rem)}.step-lg.step-centered .step-icon.step-icon-xs::after,.step-lg.step-centered.step-icon-xs .step-icon::after{width:calc(100% - 3.25rem);left:calc(50% + 2.375rem)}.step-lg.step-centered .step-icon.step-icon-sm::after,.step-lg.step-centered.step-icon-sm .step-icon::after{width:calc(100% - 3.8125rem);left:calc(50% + 2.65625rem)}.step-lg.step-centered .step-icon.step-icon-lg::after,.step-lg.step-centered.step-icon-lg .step-icon::after{width:calc(100% - 7rem);left:calc(50% + 4.25rem)}}.step .step-is-invalid-icon,.step .step-is-valid-icon{display:none}.step .active .step-icon,.step .active.is-valid .step-icon{color:#fff;background-color:#0abf53}.step .active .step-title,.step .active.is-valid .step-title{color:#0abf53}.step .is-valid .step-icon{color:#fff;background-color:#0abf53}.step .is-valid .step-title{color:#0abf53}.step .is-valid .step-is-valid-icon{display:inline-flex}.step .is-valid .step-is-default-icon,.step .is-valid .step-is-invalid-icon{display:none}.step .is-invalid .step-icon{color:#fff;background-color:#692340}.step .is-invalid .step-title{color:#692340}.step .is-invalid .step-is-invalid-icon{display:inline-flex}.step .is-invalid .step-is-default-icon,.step .is-invalid .step-is-valid-icon{display:none}.step-icon-primary{color:#fff;background-color:#0abf53}.step-icon-primary.step-icon-pseudo::before{background-color:#fff}.step-icon-secondary{color:#fff;background-color:#51596c}.step-icon-secondary.step-icon-pseudo::before{background-color:#fff}.step-icon-success{color:#fff;background-color:#077c76}.step-icon-success.step-icon-pseudo::before{background-color:#fff}.step-icon-info{color:#fff;background-color:#334ac0}.step-icon-info.step-icon-pseudo::before{background-color:#fff}.step-icon-warning{color:#000;background-color:#f39568}.step-icon-warning.step-icon-pseudo::before{background-color:#000}.step-icon-danger{color:#fff;background-color:#692340}.step-icon-danger.step-icon-pseudo::before{background-color:#fff}.step-icon-light{color:#000;background-color:#f5f7fa}.step-icon-light.step-icon-pseudo::before{background-color:#000}.step-icon-dark{color:#fff;background-color:#2d374b}.step-icon-dark.step-icon-pseudo::before{background-color:#fff}.step-icon-soft-primary{color:#0abf53;background-color:rgba(10,191,83,.1)}.step-icon-soft-primary.step-icon-pseudo::before{background-color:#0abf53}.step-icon-soft-secondary{color:#51596c;background-color:rgba(81,89,108,.1)}.step-icon-soft-secondary.step-icon-pseudo::before{background-color:#51596c}.step-icon-soft-success{color:#077c76;background-color:rgba(7,124,118,.1)}.step-icon-soft-success.step-icon-pseudo::before{background-color:#077c76}.step-icon-soft-info{color:#334ac0;background-color:rgba(51,74,192,.1)}.step-icon-soft-info.step-icon-pseudo::before{background-color:#334ac0}.step-icon-soft-warning{color:#f39568;background-color:rgba(243,149,104,.1)}.step-icon-soft-warning.step-icon-pseudo::before{background-color:#f39568}.step-icon-soft-danger{color:#692340;background-color:rgba(105,35,64,.1)}.step-icon-soft-danger.step-icon-pseudo::before{background-color:#692340}.step-icon-soft-light{color:#f5f7fa;background-color:rgba(245,247,250,.1)}.step-icon-soft-light.step-icon-pseudo::before{background-color:#f5f7fa}.step-icon-soft-dark{color:#2d374b;background-color:rgba(45,55,75,.1)}.step-icon-soft-dark.step-icon-pseudo::before{background-color:#2d374b}.step-inline .step-content-wrapper{align-items:center}.step-inline .step-item:last-child .step-title::after{display:none}.step-inline .step-title{display:inline-block}@media (min-width:576px){.step-sm.step-inline.step-dashed .step-title::after{border-top-style:dashed}.step-sm.step-inline .step-item{overflow:hidden}.step-sm.step-inline .step-icon{margin-bottom:0}.step-sm.step-inline .step-icon::after{display:none}.step-sm.step-inline .step-title::after{position:absolute;top:1.4375rem;width:100%;height:1.625rem;border-top:.125rem solid rgba(220,224,229,.6);margin-left:1.5rem;content:""}.step-sm.step-inline .step-icon-xs+.step-content .step-title::after,.step-sm.step-inline.step-icon-xs .step-content .step-title::after{top:.875rem}.step-sm.step-inline .step-icon-sm+.step-content .step-title::after,.step-sm.step-inline.step-icon-sm .step-content .step-title::after{top:1.15625rem}.step-sm.step-inline .step-icon-lg+.step-content .step-title::after,.step-sm.step-inline.step-icon-lg .step-content .step-title::after{top:2.75rem}}@media (min-width:768px){.step-md.step-inline.step-dashed .step-title::after{border-top-style:dashed}.step-md.step-inline .step-item{overflow:hidden}.step-md.step-inline .step-icon{margin-bottom:0}.step-md.step-inline .step-icon::after{display:none}.step-md.step-inline .step-title::after{position:absolute;top:1.4375rem;width:100%;height:1.625rem;border-top:.125rem solid rgba(220,224,229,.6);margin-left:1.5rem;content:""}.step-md.step-inline .step-icon-xs+.step-content .step-title::after,.step-md.step-inline.step-icon-xs .step-content .step-title::after{top:.875rem}.step-md.step-inline .step-icon-sm+.step-content .step-title::after,.step-md.step-inline.step-icon-sm .step-content .step-title::after{top:1.15625rem}.step-md.step-inline .step-icon-lg+.step-content .step-title::after,.step-md.step-inline.step-icon-lg .step-content .step-title::after{top:2.75rem}}@media (min-width:992px){.step-lg.step-inline.step-dashed .step-title::after{border-top-style:dashed}.step-lg.step-inline .step-item{overflow:hidden}.step-lg.step-inline .step-icon{margin-bottom:0}.step-lg.step-inline .step-icon::after{display:none}.step-lg.step-inline .step-title::after{position:absolute;top:1.4375rem;width:100%;height:1.625rem;border-top:.125rem solid rgba(220,224,229,.6);margin-left:1.5rem;content:""}.step-lg.step-inline .step-icon-xs+.step-content .step-title::after,.step-lg.step-inline.step-icon-xs .step-content .step-title::after{top:.875rem}.step-lg.step-inline .step-icon-sm+.step-content .step-title::after,.step-lg.step-inline.step-icon-sm .step-content .step-title::after{top:1.15625rem}.step-lg.step-inline .step-icon-lg+.step-content .step-title::after,.step-lg.step-inline.step-icon-lg .step-content .step-title::after{top:2.75rem}}@media (min-width:1200px){.step-xl.step-inline.step-dashed .step-title::after{border-top-style:dashed}.step-xl.step-inline .step-item{overflow:hidden}.step-xl.step-inline .step-icon{margin-bottom:0}.step-xl.step-inline .step-icon::after{display:none}.step-xl.step-inline .step-title::after{position:absolute;top:1.4375rem;width:100%;height:1.625rem;border-top:.125rem solid rgba(220,224,229,.6);margin-left:1.5rem;content:""}.step-xl.step-inline .step-icon-xs+.step-content .step-title::after,.step-xl.step-inline.step-icon-xs .step-content .step-title::after{top:.875rem}.step-xl.step-inline .step-icon-sm+.step-content .step-title::after,.step-xl.step-inline.step-icon-sm .step-content .step-title::after{top:1.15625rem}.step-xl.step-inline .step-icon-lg+.step-content .step-title::after,.step-xl.step-inline.step-icon-lg .step-content .step-title::after{top:2.75rem}}@media (min-width:576px){.step-timeline-sm{margin-left:0;margin-right:0}.step-timeline-sm .step-item{flex:0 0 50%;max-width:50%;padding-left:0;padding-right:0;margin-left:50%}.step-timeline-sm .step-item:nth-child(even){flex-direction:row-reverse;text-align:right;margin-left:auto;margin-right:50%}.step-timeline-sm .step-item:nth-child(even) .step-content-wrapper{flex-direction:row-reverse}.step-timeline-sm .step-item:nth-child(even) .step-icon{margin-left:0;margin-right:-1.4375rem}.step-timeline-sm .step-item:nth-child(even) .step-icon-xs{margin-right:-.875rem}.step-timeline-sm .step-item:nth-child(even) .step-icon-sm{margin-right:-1.15625rem}.step-timeline-sm .step-item:nth-child(even) .step-icon-lg{margin-right:-2.75rem}.step-timeline-sm .step-item:nth-child(even) .step-content{margin-right:1.5rem}.step-timeline-sm .step-icon{margin-left:-1.4375rem}.step-timeline-sm .step-icon::after{left:auto;width:auto}.step-timeline-sm .step-icon-xs{margin-left:-.875rem}.step-timeline-sm .step-icon-sm{margin-left:-1.15625rem}.step-timeline-sm .step-icon-lg{margin-left:-2.75rem}}@media (min-width:768px){.step-timeline-md{margin-left:0;margin-right:0}.step-timeline-md .step-item{flex:0 0 50%;max-width:50%;padding-left:0;padding-right:0;margin-left:50%}.step-timeline-md .step-item:nth-child(even){flex-direction:row-reverse;text-align:right;margin-left:auto;margin-right:50%}.step-timeline-md .step-item:nth-child(even) .step-content-wrapper{flex-direction:row-reverse}.step-timeline-md .step-item:nth-child(even) .step-icon{margin-left:0;margin-right:-1.4375rem}.step-timeline-md .step-item:nth-child(even) .step-icon-xs{margin-right:-.875rem}.step-timeline-md .step-item:nth-child(even) .step-icon-sm{margin-right:-1.15625rem}.step-timeline-md .step-item:nth-child(even) .step-icon-lg{margin-right:-2.75rem}.step-timeline-md .step-item:nth-child(even) .step-content{margin-right:1.5rem}.step-timeline-md .step-icon{margin-left:-1.4375rem}.step-timeline-md .step-icon::after{left:auto;width:auto}.step-timeline-md .step-icon-xs{margin-left:-.875rem}.step-timeline-md .step-icon-sm{margin-left:-1.15625rem}.step-timeline-md .step-icon-lg{margin-left:-2.75rem}}@media (min-width:992px){.step-timeline-lg{margin-left:0;margin-right:0}.step-timeline-lg .step-item{flex:0 0 50%;max-width:50%;padding-left:0;padding-right:0;margin-left:50%}.step-timeline-lg .step-item:nth-child(even){flex-direction:row-reverse;text-align:right;margin-left:auto;margin-right:50%}.step-timeline-lg .step-item:nth-child(even) .step-content-wrapper{flex-direction:row-reverse}.step-timeline-lg .step-item:nth-child(even) .step-icon{margin-left:0;margin-right:-1.4375rem}.step-timeline-lg .step-item:nth-child(even) .step-icon-xs{margin-right:-.875rem}.step-timeline-lg .step-item:nth-child(even) .step-icon-sm{margin-right:-1.15625rem}.step-timeline-lg .step-item:nth-child(even) .step-icon-lg{margin-right:-2.75rem}.step-timeline-lg .step-item:nth-child(even) .step-content{margin-right:1.5rem}.step-timeline-lg .step-icon{margin-left:-1.4375rem}.step-timeline-lg .step-icon::after{left:auto;width:auto}.step-timeline-lg .step-icon-xs{margin-left:-.875rem}.step-timeline-lg .step-icon-sm{margin-left:-1.15625rem}.step-timeline-lg .step-icon-lg{margin-left:-2.75rem}}@media (min-width:1200px){.step-timeline-xl{margin-left:0;margin-right:0}.step-timeline-xl .step-item{flex:0 0 50%;max-width:50%;padding-left:0;padding-right:0;margin-left:50%}.step-timeline-xl .step-item:nth-child(even){flex-direction:row-reverse;text-align:right;margin-left:auto;margin-right:50%}.step-timeline-xl .step-item:nth-child(even) .step-content-wrapper{flex-direction:row-reverse}.step-timeline-xl .step-item:nth-child(even) .step-icon{margin-left:0;margin-right:-1.4375rem}.step-timeline-xl .step-item:nth-child(even) .step-icon-xs{margin-right:-.875rem}.step-timeline-xl .step-item:nth-child(even) .step-icon-sm{margin-right:-1.15625rem}.step-timeline-xl .step-item:nth-child(even) .step-icon-lg{margin-right:-2.75rem}.step-timeline-xl .step-item:nth-child(even) .step-content{margin-right:1.5rem}.step-timeline-xl .step-icon{margin-left:-1.4375rem}.step-timeline-xl .step-icon::after{left:auto;width:auto}.step-timeline-xl .step-icon-xs{margin-left:-.875rem}.step-timeline-xl .step-icon-sm{margin-left:-1.15625rem}.step-timeline-xl .step-icon-lg{margin-left:-2.75rem}}.toast-header .btn-close{margin-right:0}.table th{font-weight:400}.table tr{color:#2d374b}.table thead th{color:#2d374b;font-weight:500}.table>:not(:last-child)>:last-child>*{border-bottom-color:rgba(220,224,229,.6)}.table>:not(caption)>:last-child>*{border-bottom-width:0}.table .btn{white-space:nowrap}.table-nowrap td,.table-nowrap th{white-space:nowrap}.table-align-middle tbody tr,.table-align-middle td,.table-align-middle th{vertical-align:middle}.table-text-center,.table-text-center td,.table-text-center th{text-align:center}.table-text-end,.table-text-end td,.table-text-end th{text-align:right}.thead-light th{background-color:#f3f6f9}.table-lg>:not(caption)>*>*{padding:1rem 1.5rem}.video-bg{position:relative;min-height:75vh}.video-bg-content{position:absolute!important;top:0;left:0;width:100%;height:100%}.video-bg-replacer-img{position:absolute;top:0;left:0;bottom:0;right:0;background-size:cover;background-repeat:no-repeat;background-position:top center}@media (min-width:768px){.video-bg-replacer-img{display:none}}@media (max-width:767.98px){.video-bg-content{display:none}}.hs-video-bg-video iframe,.hs-video-bg-video video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.video-player{position:relative;display:inline-block}.video-player-inline-btn{display:block;background-color:#000}.video-player-preview{position:absolute;top:0;right:0;left:0;z-index:2;width:100%;height:100%;opacity:1;object-fit:cover;transition:opacity .3s ease-in-out}.video-player-played .video-player-preview{opacity:0;pointer-events:none}.video-player-btn{z-index:3;color:#2d374b;transition:transform .3s ease-in-out}.video-player-played .video-player-btn{animation:videoPlayerButton .3s ease-in-out forwards;pointer-events:none}.video-player-btn:hover .video-player-icon{transform:scale(1.1)}.video-player-icon{position:relative;display:inline-flex;flex-shrink:0;justify-content:center;align-items:center;vertical-align:middle;text-align:center;width:5rem;height:5rem;font-size:2rem;border-radius:50%;color:#0abf53;background-color:#fff;backface-visibility:hidden;transform:perspective(1px) translateZ(0);transition:.3s}.video-player-centered{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes videoPlayerButton{from{opacity:1}to{opacity:0;transform:translate(-50%,-50%) scale(1.3)}}.bg-img-start{background-size:cover;background-repeat:no-repeat;background-position:top center}.bg-img-end{background-size:cover;background-repeat:no-repeat;background-position:bottom center}.bg-img-center{background-size:cover;background-repeat:no-repeat;background-position:center center}.bg-soft-dark-to-start-75{background-image:linear-gradient(to right,rgba(255,255,255,0) 25%,rgba(45,55,75,.1) 0)}.bg-gradient-to-bottom-sm-light{background-image:linear-gradient(to bottom,#f5f7fa,transparent)}.link{display:inline-block;font-size:.9375rem}.link-pointer{position:relative;font-weight:500;padding-right:2.5rem}.link-pointer::after{position:absolute;top:50%;right:.75rem;width:1.25rem;height:1.25rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%230ABF53' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right center;background-size:1.25rem 1.25rem;content:"";transform:translateY(-50%);transition:.2s}.link-pointer:hover::after,[href]:hover .link-pointer::after{right:.4375rem}.link-primary.link-pointer::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%230ABF53' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.link-primary:focus,.link-primary:hover{opacity:.7}.link-secondary.link-pointer::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%2351596C' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.link-secondary:focus,.link-secondary:hover{opacity:.7}.link-success.link-pointer::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23077C76' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.link-success:focus,.link-success:hover{opacity:.7}.link-info.link-pointer::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23334AC0' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.link-info:focus,.link-info:hover{opacity:.7}.link-warning.link-pointer::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23f39568' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.link-warning:focus,.link-warning:hover{opacity:.7}.link-danger.link-pointer::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23692340' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.link-danger:focus,.link-danger:hover{opacity:.7}.link-light.link-pointer::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23F5F7FA' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.link-light:focus,.link-light:hover{opacity:.7}.link-dark.link-pointer::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%232d374b' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e")}.link-dark:focus,.link-dark:hover{opacity:.7}.link-light-75{opacity:.75}.link-light-75:focus,.link-light-75:hover{opacity:1}.link-bordered{border-bottom:.125rem solid #0abf53}.link-bordered.link-primary{border-bottom-color:#0abf53}.link-bordered.link-secondary{border-bottom-color:#51596c}.link-bordered.link-success{border-bottom-color:#077c76}.link-bordered.link-info{border-bottom-color:#334ac0}.link-bordered.link-warning{border-bottom-color:#f39568}.link-bordered.link-danger{border-bottom-color:#692340}.link-bordered.link-light{border-bottom-color:#f5f7fa}.link-bordered.link-dark{border-bottom-color:#2d374b}.text-cap{display:block;color:#2d374b;font-size:.75rem;font-weight:700;letter-spacing:.03125rem;text-transform:uppercase;margin-bottom:1rem}.text-dark{color:#2d374b!important}.text-dark[href]:hover{color:#07853a!important}.text-secondary[href]:hover{color:#07853a!important}.text-body[href]:hover,.text-muted[href]:hover{color:#07853a!important}a:hover .text-inherit{color:#07853a!important}.lead{color:#2d374b}.divider-start{display:flex;align-items:center;color:#8997a4}.divider-start::after{flex:1 1 0%;border-top:.0625rem solid rgba(220,224,229,.6);margin-top:.0625rem;content:""}.divider-start::after{margin-left:1.5rem}.divider-end{display:flex;align-items:center;color:#8997a4}.divider-end::before{flex:1 1 0%;border-top:.0625rem solid rgba(220,224,229,.6);margin-top:.0625rem;content:""}.divider-end::before{margin-right:1.5rem}.divider-center{display:flex;align-items:center;color:#8997a4}.divider-center::after,.divider-center::before{flex:1 1 0%;border-top:.0625rem solid rgba(220,224,229,.6);margin-top:.0625rem;content:""}.divider-center::before{margin-right:1.5rem}.divider-center::after{margin-left:1.5rem}.hs-nav-scroller-horizontal{position:relative}.hs-nav-scroller-horizontal .nav{overflow-x:auto;overflow-y:hidden;flex-wrap:nowrap;white-space:nowrap;scroll-behavior:smooth}.hs-nav-scroller-horizontal .nav .nav-item{white-space:nowrap}.hs-nav-scroller-horizontal .nav .nav-link{white-space:normal}.hs-nav-scroller-horizontal .nav::-webkit-scrollbar{display:none}.hs-nav-scroller-horizontal .nav-tabs{padding-bottom:.1875rem}.hs-nav-scroller-horizontal .hs-nav-scroller-arrow-next,.hs-nav-scroller-horizontal .hs-nav-scroller-arrow-prev{position:absolute;height:100%;z-index:1;font-size:1.5rem;display:flex;align-items:center}.hs-nav-scroller-horizontal .hs-nav-scroller-arrow-link{width:2.875rem;color:#51596c}.hs-nav-scroller-horizontal .hs-nav-scroller-arrow-link:hover{color:#07853a}.hs-nav-scroller-horizontal .hs-nav-scroller-arrow-prev{left:0;margin-left:-.125rem;background-image:linear-gradient(to right,#fff 50%,rgba(255,255,255,0) 100%)}.hs-nav-scroller-horizontal .hs-nav-scroller-arrow-prev .hs-nav-scroller-arrow-link{padding:.5rem 0}.hs-nav-scroller-horizontal .hs-nav-scroller-arrow-next{right:0;margin-right:-.125rem;background-image:linear-gradient(to right,rgba(255,255,255,0) 0,#fff 50%)}.hs-nav-scroller-horizontal .hs-nav-scroller-arrow-next .hs-nav-scroller-arrow-link{padding:.5rem 0;text-align:right}.hs-nav-scroller-horizontal .hs-nav-scroller-arrow-dark-next .hs-nav-scroller-arrow-link,.hs-nav-scroller-horizontal .hs-nav-scroller-arrow-dark-prev .hs-nav-scroller-arrow-link{color:rgba(255,255,255,.7)}.hs-nav-scroller-horizontal .hs-nav-scroller-arrow-dark-next .hs-nav-scroller-arrow-link:hover,.hs-nav-scroller-horizontal .hs-nav-scroller-arrow-dark-prev .hs-nav-scroller-arrow-link:hover{color:#fff}.hs-nav-scroller-horizontal .hs-nav-scroller-arrow-dark-prev{background-image:linear-gradient(to right,#2d374b 50%,rgba(255,255,255,0) 100%)}.hs-nav-scroller-horizontal .hs-nav-scroller-arrow-dark-next{background-image:linear-gradient(to right,rgba(255,255,255,0) 0,#2d374b 50%)}.hs-nav-scroller-vertical{height:100%;overflow:hidden;overflow-y:auto}.hs-nav-scroller-vertical::-webkit-scrollbar{width:.6125rem}.hs-nav-scroller-vertical::-webkit-scrollbar-thumb{background-color:rgba(189,197,209,.6)}.hs-nav-scroller-unfold{position:static}.fancybox-custom .fancybox-slide.animated{display:block;opacity:0;z-index:0}.fancybox-custom .fancybox-slide.animated.fancybox-slide--current{opacity:1;z-index:1}.fancybox-custom .fancybox-content{background-color:transparent}.fancybox-custom .fancybox-bg{background-color:#2d374b}.fancybox-custom .fancybox-button svg{margin-bottom:0}.fancybox-custom .fancybox-progress{background-color:#0abf53}.fancybox-blur aside,.fancybox-blur footer,.fancybox-blur header,.fancybox-blur main{filter:blur(30px)}.leaflet{min-height:30rem;height:100%;z-index:0}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{border:none}.leaflet-bar,.leaflet-popup-content-wrapper,.leaflet-popup-tip{box-shadow:0 .1875rem .375rem rgba(140,152,164,.25)}.leaflet-bar,.leaflet-popup-content-wrapper{border-radius:.5rem}.leaflet-popup{margin-bottom:2.5rem}.swiper{width:100%;height:100%}.swiper-preloader{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:#fff;z-index:1}.swiper-button-next,.swiper-button-prev{display:inline-flex;flex-shrink:0;justify-content:center;align-items:center;color:#677788;width:2.875rem;height:2.875rem;background-color:#fff;border:.0625rem solid #dce0e5;border-radius:50%;transition:all .2s ease-in-out}.swiper-button-next:after,.swiper-button-prev:after{width:1rem;height:1rem;font-family:inherit;background-repeat:no-repeat;background-position:50%;background-size:100% 100%;content:""}.swiper-button-next:hover,.swiper-button-prev:hover{box-shadow:0 .1875rem .3125rem 0 rgba(140,152,164,.2)}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.5;box-shadow:none}.swiper-button-next:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23677788'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.swiper-button-next:hover:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230ABF53'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.swiper-button-prev:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23677788'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}.swiper-button-prev:hover:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230ABF53'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}.swiper-static-button-next,.swiper-static-button-prev{position:static;left:0;right:0;margin-left:.25rem;margin-bottom:.5rem}.swiper-static-button-prev{margin-right:.5rem}.swiper-button-next-soft-white,.swiper-button-prev-soft-white{color:#fff;background-color:rgba(255,255,255,.1)}.swiper-button-next-soft-white:hover,.swiper-button-prev-soft-white:hover{background-color:#0abf53}.swiper-button-next-soft-white:after,.swiper-button-next-soft-white:hover:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.swiper-button-prev-soft-white:after,.swiper-button-prev-soft-white:hover:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}.swiper-pagination{position:static;width:100%!important;display:flex;justify-content:center;margin-top:2rem}.swiper-pagination.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:0;transform:translateX(0)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:0;transform:translateX(0)}.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{transform:translateX(0)}.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 .25rem}.swiper-pagination-bullet{position:relative;opacity:1;width:1.5rem;height:1.5rem;border:.0625rem solid transparent;background-color:transparent;transition:.2s}.swiper-pagination-bullet::before{position:absolute;top:50%;left:50%;width:.25rem;height:.25rem;background-color:#bdc5d1;border-radius:50%;transform:translate(-50%,-50%);transition:.2s;content:""}.swiper-pagination-bullet:hover{border-color:rgba(10,191,83,.5)}.swiper-pagination-bullet:hover::before{background-color:rgba(10,191,83,.5)}.swiper-pagination-bullet-active,.swiper-pagination-bullet-active:hover{border-color:#0abf53}.swiper-pagination-bullet-active::before,.swiper-pagination-bullet-active:hover::before{background-color:#0abf53}.swiper-pagination-light .swiper-pagination-bullet::before{background-color:rgba(255,255,255,.5)}.swiper-pagination-light .swiper-pagination-bullet:hover{border-color:#fff}.swiper-pagination-light .swiper-pagination-bullet:hover::before{background-color:rgba(255,255,255,.5)}.swiper-pagination-light .swiper-pagination-bullet-active,.swiper-pagination-light .swiper-pagination-bullet-active:hover{border-color:#fff}.swiper-pagination-light .swiper-pagination-bullet-active::before,.swiper-pagination-light .swiper-pagination-bullet-active:hover::before{background-color:#fff}.swiper-pagination-progress{cursor:pointer}.swiper-pagination-progress-body{position:relative;display:block;width:100%;height:.25rem;background-color:rgba(45,55,75,.1);border-radius:6.1875rem}.swiper-pagination-progress-body-helper{position:absolute;top:0;left:0;display:block;width:0;height:100%;background-color:#0abf53;border-radius:6.1875rem;transition:none}.swiper-slide-thumb-active .swiper-pagination-progress-body-helper{transition-property:width;transition-timing-function:linear;width:100%}.swiper-pagination-progress-light .swiper-pagination-progress-body{background-color:rgba(255,255,255,.5)}.swiper-pagination-progress-light .swiper-pagination-progress-body-helper{background-color:#fff}.swiper-pagination-progressbar{background-color:rgba(45,55,75,.1)}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background-color:#0abf53}.swiper-step-pagination .swiper-wrapper{padding-top:1rem}.swiper-step-pagination .swiper-slide::before,.swiper-step-pagination .swiper-wrapper::before{position:absolute;top:0;left:0;width:100%;height:.125rem;background-color:rgba(45,55,75,.1);content:""}.swiper-step-pagination .swiper-slide{cursor:pointer}.swiper-step-pagination .swiper-slide::before{top:-1rem;opacity:0}.swiper-step-pagination .swiper-slide.swiper-slide-thumb-active::before{background-color:#2d374b;opacity:1}.swiper-step-pagination .swiper-step-pagination-title{color:rgba(45,55,75,.7)}.swiper-step-pagination .swiper-slide-thumb-active .swiper-step-pagination-title{color:#2d374b}.swiper-step-pagination-light .swiper-slide::before,.swiper-step-pagination-light .swiper-wrapper::before{background-color:rgba(255,255,255,.2)}.swiper-step-pagination-light .swiper-slide.swiper-slide-thumb-active::before{background-color:#fff}.swiper-step-pagination-light .swiper-step-pagination-title{color:rgba(255,255,255,.7)}.swiper-step-pagination-light .swiper-slide-thumb-active .swiper-step-pagination-title{color:#fff}.swiper-pagination-fraction{display:block;letter-spacing:.125rem}.swiper-pagination-fraction .swiper-pagination-current{font-size:4rem;line-height:4rem}.swiper-thumbs{box-sizing:border-box}.swiper-thumbs .swiper-slide{cursor:pointer;opacity:.4}.swiper-thumbs .swiper-slide-thumb-active{opacity:1}.swiper-equal-height .swiper-wrapper{display:flex}.swiper-equal-height .swiper-slide{display:flex;height:auto}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{position:absolute;width:auto!important;flex-direction:column;justify-content:flex-end;margin:0}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:.25rem 0}.swiper-horizontal>.swiper-pagination-middle-y-end{position:absolute;top:50%;left:auto;right:0;bottom:auto;transform:translateY(-50%)}.swiper-center-mode-end{margin-right:calc(-1px - (100vw - 100%)/ 2 + 15px)!important}.swiper-step{padding-left:.3125rem}.swiper-step .swiper-slide{cursor:grab}.swiper-step .swiper-step-divider{position:relative;width:calc(100% + 2rem);height:.125rem;background-color:#0abf53;margin-top:2rem;margin-bottom:3rem}.swiper-step .swiper-step-divider::before{position:absolute;top:50%;left:0;width:1.5rem;height:1.5rem;background-color:#fff;box-shadow:0 .1875rem .375rem rgba(140,152,164,.25);border-radius:50%;transform:translateY(-50%);content:""}.swiper-step .swiper-step-divider::after{position:absolute;top:50%;left:.5rem;width:.5rem;height:.5rem;background-color:#0abf53;border-radius:50%;transform:translateY(-50%);content:""}.swiper-thumb-progress{width:110%;height:110%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.swiper-thumb-progress-avatar{position:relative;display:block;width:2.875rem;height:2.875rem;border:.0625rem solid rgba(220,224,229,.6);padding:.25rem;margin:.25rem;border-radius:50%}.swiper-thumb-progress-avatar-img{max-width:100%;height:100%;object-fit:cover;border-radius:50%}.swiper-thumb-progress .swiper-thumb-progress-path{opacity:0;fill:transparent;stroke:#0abf53;stroke-width:8;stroke-dashoffset:477;stroke-dashoffset:0}.swiper-thumb-progress .swiper-thumb-progress-path{opacity:0;fill:transparent;stroke:#0abf53;stroke-width:8;stroke-dashoffset:477;stroke-dashoffset:0}@keyframes swiperThumbProgressDash{from{stroke-dasharray:0 477}to{stroke-dasharray:477 477}} \ No newline at end of file diff --git a/core/static/assets/img/160x160/img1.jpg b/core/static/assets/img/160x160/img1.jpg new file mode 100644 index 0000000..d1e64fb Binary files /dev/null and b/core/static/assets/img/160x160/img1.jpg differ diff --git a/core/static/assets/img/160x160/img10.jpg b/core/static/assets/img/160x160/img10.jpg new file mode 100644 index 0000000..a2380d7 Binary files /dev/null and b/core/static/assets/img/160x160/img10.jpg differ diff --git a/core/static/assets/img/160x160/img2.jpg b/core/static/assets/img/160x160/img2.jpg new file mode 100644 index 0000000..426ef45 Binary files /dev/null and b/core/static/assets/img/160x160/img2.jpg differ diff --git a/core/static/assets/img/160x160/img3.jpg b/core/static/assets/img/160x160/img3.jpg new file mode 100644 index 0000000..305f895 Binary files /dev/null and b/core/static/assets/img/160x160/img3.jpg differ diff --git a/core/static/assets/img/160x160/img4.jpg b/core/static/assets/img/160x160/img4.jpg new file mode 100644 index 0000000..c2cff2b Binary files /dev/null and b/core/static/assets/img/160x160/img4.jpg differ diff --git a/core/static/assets/img/160x160/img5.jpg b/core/static/assets/img/160x160/img5.jpg new file mode 100644 index 0000000..1e51ea8 Binary files /dev/null and b/core/static/assets/img/160x160/img5.jpg differ diff --git a/core/static/assets/img/160x160/img6.jpg b/core/static/assets/img/160x160/img6.jpg new file mode 100644 index 0000000..837e0dd Binary files /dev/null and b/core/static/assets/img/160x160/img6.jpg differ diff --git a/core/static/assets/img/160x160/img7.jpg b/core/static/assets/img/160x160/img7.jpg new file mode 100644 index 0000000..536c648 Binary files /dev/null and b/core/static/assets/img/160x160/img7.jpg differ diff --git a/core/static/assets/img/160x160/img8.jpg b/core/static/assets/img/160x160/img8.jpg new file mode 100644 index 0000000..3d69b68 Binary files /dev/null and b/core/static/assets/img/160x160/img8.jpg differ diff --git a/core/static/assets/img/160x160/img9.jpg b/core/static/assets/img/160x160/img9.jpg new file mode 100644 index 0000000..768c9a3 Binary files /dev/null and b/core/static/assets/img/160x160/img9.jpg differ diff --git a/core/static/assets/img/1618x1010/img1.jpg b/core/static/assets/img/1618x1010/img1.jpg new file mode 100644 index 0000000..a67ff1e Binary files /dev/null and b/core/static/assets/img/1618x1010/img1.jpg differ diff --git a/core/static/assets/img/1920x1080/img1.jpg b/core/static/assets/img/1920x1080/img1.jpg new file mode 100644 index 0000000..276521e Binary files /dev/null and b/core/static/assets/img/1920x1080/img1.jpg differ diff --git a/core/static/assets/img/1920x1080/img10.jpg b/core/static/assets/img/1920x1080/img10.jpg new file mode 100644 index 0000000..160f4b2 Binary files /dev/null and b/core/static/assets/img/1920x1080/img10.jpg differ diff --git a/core/static/assets/img/1920x1080/img11.jpg b/core/static/assets/img/1920x1080/img11.jpg new file mode 100644 index 0000000..ed69f7a Binary files /dev/null and b/core/static/assets/img/1920x1080/img11.jpg differ diff --git a/core/static/assets/img/1920x1080/img12.jpg b/core/static/assets/img/1920x1080/img12.jpg new file mode 100644 index 0000000..a2e6445 Binary files /dev/null and b/core/static/assets/img/1920x1080/img12.jpg differ diff --git a/core/static/assets/img/1920x1080/img2.jpg b/core/static/assets/img/1920x1080/img2.jpg new file mode 100644 index 0000000..de476c3 Binary files /dev/null and b/core/static/assets/img/1920x1080/img2.jpg differ diff --git a/core/static/assets/img/1920x1080/img3.jpg b/core/static/assets/img/1920x1080/img3.jpg new file mode 100644 index 0000000..115e253 Binary files /dev/null and b/core/static/assets/img/1920x1080/img3.jpg differ diff --git a/core/static/assets/img/1920x1080/img4.jpg b/core/static/assets/img/1920x1080/img4.jpg new file mode 100644 index 0000000..fef9cd4 Binary files /dev/null and b/core/static/assets/img/1920x1080/img4.jpg differ diff --git a/core/static/assets/img/1920x1080/img5.jpg b/core/static/assets/img/1920x1080/img5.jpg new file mode 100644 index 0000000..f800499 Binary files /dev/null and b/core/static/assets/img/1920x1080/img5.jpg differ diff --git a/core/static/assets/img/1920x1080/img6.jpg b/core/static/assets/img/1920x1080/img6.jpg new file mode 100644 index 0000000..d8a815c Binary files /dev/null and b/core/static/assets/img/1920x1080/img6.jpg differ diff --git a/core/static/assets/img/1920x1080/img7.jpg b/core/static/assets/img/1920x1080/img7.jpg new file mode 100644 index 0000000..410e2bf Binary files /dev/null and b/core/static/assets/img/1920x1080/img7.jpg differ diff --git a/core/static/assets/img/1920x1080/img8.jpg b/core/static/assets/img/1920x1080/img8.jpg new file mode 100644 index 0000000..f67550d Binary files /dev/null and b/core/static/assets/img/1920x1080/img8.jpg differ diff --git a/core/static/assets/img/1920x1080/img9.jpg b/core/static/assets/img/1920x1080/img9.jpg new file mode 100644 index 0000000..e682dde Binary files /dev/null and b/core/static/assets/img/1920x1080/img9.jpg differ diff --git a/core/static/assets/img/1920x800/img1.jpg b/core/static/assets/img/1920x800/img1.jpg new file mode 100644 index 0000000..59d8fb3 Binary files /dev/null and b/core/static/assets/img/1920x800/img1.jpg differ diff --git a/core/static/assets/img/1920x800/img2.jpg b/core/static/assets/img/1920x800/img2.jpg new file mode 100644 index 0000000..f2a66dc Binary files /dev/null and b/core/static/assets/img/1920x800/img2.jpg differ diff --git a/core/static/assets/img/280x560/img1.jpg b/core/static/assets/img/280x560/img1.jpg new file mode 100644 index 0000000..1451216 Binary files /dev/null and b/core/static/assets/img/280x560/img1.jpg differ diff --git a/core/static/assets/img/280x560/img2.jpg b/core/static/assets/img/280x560/img2.jpg new file mode 100644 index 0000000..ac806c2 Binary files /dev/null and b/core/static/assets/img/280x560/img2.jpg differ diff --git a/core/static/assets/img/320x320/img1.jpg b/core/static/assets/img/320x320/img1.jpg new file mode 100644 index 0000000..d876222 Binary files /dev/null and b/core/static/assets/img/320x320/img1.jpg differ diff --git a/core/static/assets/img/320x320/img2.jpg b/core/static/assets/img/320x320/img2.jpg new file mode 100644 index 0000000..076d69c Binary files /dev/null and b/core/static/assets/img/320x320/img2.jpg differ diff --git a/core/static/assets/img/320x320/img3.jpg b/core/static/assets/img/320x320/img3.jpg new file mode 100644 index 0000000..4bb3148 Binary files /dev/null and b/core/static/assets/img/320x320/img3.jpg differ diff --git a/core/static/assets/img/350x350/img1.jpg b/core/static/assets/img/350x350/img1.jpg new file mode 100644 index 0000000..0651998 Binary files /dev/null and b/core/static/assets/img/350x350/img1.jpg differ diff --git a/core/static/assets/img/350x350/img2.jpg b/core/static/assets/img/350x350/img2.jpg new file mode 100644 index 0000000..79f30ef Binary files /dev/null and b/core/static/assets/img/350x350/img2.jpg differ diff --git a/core/static/assets/img/350x350/img3.jpg b/core/static/assets/img/350x350/img3.jpg new file mode 100644 index 0000000..acb5c14 Binary files /dev/null and b/core/static/assets/img/350x350/img3.jpg differ diff --git a/core/static/assets/img/350x350/img4.jpg b/core/static/assets/img/350x350/img4.jpg new file mode 100644 index 0000000..fb0c752 Binary files /dev/null and b/core/static/assets/img/350x350/img4.jpg differ diff --git a/core/static/assets/img/350x350/img5.jpg b/core/static/assets/img/350x350/img5.jpg new file mode 100644 index 0000000..98a7cff Binary files /dev/null and b/core/static/assets/img/350x350/img5.jpg differ diff --git a/core/static/assets/img/350x350/img6.jpg b/core/static/assets/img/350x350/img6.jpg new file mode 100644 index 0000000..0ec8730 Binary files /dev/null and b/core/static/assets/img/350x350/img6.jpg differ diff --git a/core/static/assets/img/350x350/img7.jpg b/core/static/assets/img/350x350/img7.jpg new file mode 100644 index 0000000..43ba9d4 Binary files /dev/null and b/core/static/assets/img/350x350/img7.jpg differ diff --git a/core/static/assets/img/350x350/img8.jpg b/core/static/assets/img/350x350/img8.jpg new file mode 100644 index 0000000..62cbd00 Binary files /dev/null and b/core/static/assets/img/350x350/img8.jpg differ diff --git a/core/static/assets/img/350x350/img9.jpg b/core/static/assets/img/350x350/img9.jpg new file mode 100644 index 0000000..16e9b94 Binary files /dev/null and b/core/static/assets/img/350x350/img9.jpg differ diff --git a/core/static/assets/img/350x700/img1.jpg b/core/static/assets/img/350x700/img1.jpg new file mode 100644 index 0000000..f95bd62 Binary files /dev/null and b/core/static/assets/img/350x700/img1.jpg differ diff --git a/core/static/assets/img/350x700/img2.jpg b/core/static/assets/img/350x700/img2.jpg new file mode 100644 index 0000000..2c3b83c Binary files /dev/null and b/core/static/assets/img/350x700/img2.jpg differ diff --git a/core/static/assets/img/400x500/img1.jpg b/core/static/assets/img/400x500/img1.jpg new file mode 100644 index 0000000..b97671e Binary files /dev/null and b/core/static/assets/img/400x500/img1.jpg differ diff --git a/core/static/assets/img/400x500/img2.jpg b/core/static/assets/img/400x500/img2.jpg new file mode 100644 index 0000000..f4533be Binary files /dev/null and b/core/static/assets/img/400x500/img2.jpg differ diff --git a/core/static/assets/img/400x500/img3.jpg b/core/static/assets/img/400x500/img3.jpg new file mode 100644 index 0000000..6ecdd70 Binary files /dev/null and b/core/static/assets/img/400x500/img3.jpg differ diff --git a/core/static/assets/img/400x500/img4.jpg b/core/static/assets/img/400x500/img4.jpg new file mode 100644 index 0000000..fcb5928 Binary files /dev/null and b/core/static/assets/img/400x500/img4.jpg differ diff --git a/core/static/assets/img/400x500/img5.jpg b/core/static/assets/img/400x500/img5.jpg new file mode 100644 index 0000000..88e23e5 Binary files /dev/null and b/core/static/assets/img/400x500/img5.jpg differ diff --git a/core/static/assets/img/400x500/img6.jpg b/core/static/assets/img/400x500/img6.jpg new file mode 100644 index 0000000..49d1179 Binary files /dev/null and b/core/static/assets/img/400x500/img6.jpg differ diff --git a/core/static/assets/img/400x500/img7.jpg b/core/static/assets/img/400x500/img7.jpg new file mode 100644 index 0000000..5890f9b Binary files /dev/null and b/core/static/assets/img/400x500/img7.jpg differ diff --git a/core/static/assets/img/400x700/img1.jpg b/core/static/assets/img/400x700/img1.jpg new file mode 100644 index 0000000..79c37af Binary files /dev/null and b/core/static/assets/img/400x700/img1.jpg differ diff --git a/core/static/assets/img/400x700/img2.jpg b/core/static/assets/img/400x700/img2.jpg new file mode 100644 index 0000000..393fc9b Binary files /dev/null and b/core/static/assets/img/400x700/img2.jpg differ diff --git a/core/static/assets/img/500x650/img1.jpg b/core/static/assets/img/500x650/img1.jpg new file mode 100644 index 0000000..a4d30c7 Binary files /dev/null and b/core/static/assets/img/500x650/img1.jpg differ diff --git a/core/static/assets/img/500x650/img2.jpg b/core/static/assets/img/500x650/img2.jpg new file mode 100644 index 0000000..55d47c9 Binary files /dev/null and b/core/static/assets/img/500x650/img2.jpg differ diff --git a/core/static/assets/img/500x650/img3.jpg b/core/static/assets/img/500x650/img3.jpg new file mode 100644 index 0000000..540f6a7 Binary files /dev/null and b/core/static/assets/img/500x650/img3.jpg differ diff --git a/core/static/assets/img/500x650/img4.jpg b/core/static/assets/img/500x650/img4.jpg new file mode 100644 index 0000000..bc56a70 Binary files /dev/null and b/core/static/assets/img/500x650/img4.jpg differ diff --git a/core/static/assets/img/500x650/img5.jpg b/core/static/assets/img/500x650/img5.jpg new file mode 100644 index 0000000..f43400e Binary files /dev/null and b/core/static/assets/img/500x650/img5.jpg differ diff --git a/core/static/assets/img/580x480/img1.jpg b/core/static/assets/img/580x480/img1.jpg new file mode 100644 index 0000000..407eb86 Binary files /dev/null and b/core/static/assets/img/580x480/img1.jpg differ diff --git a/core/static/assets/img/580x480/img10.jpg b/core/static/assets/img/580x480/img10.jpg new file mode 100644 index 0000000..ab46b2d Binary files /dev/null and b/core/static/assets/img/580x480/img10.jpg differ diff --git a/core/static/assets/img/580x480/img11.jpg b/core/static/assets/img/580x480/img11.jpg new file mode 100644 index 0000000..8e0aa52 Binary files /dev/null and b/core/static/assets/img/580x480/img11.jpg differ diff --git a/core/static/assets/img/580x480/img12.jpg b/core/static/assets/img/580x480/img12.jpg new file mode 100644 index 0000000..771a61e Binary files /dev/null and b/core/static/assets/img/580x480/img12.jpg differ diff --git a/core/static/assets/img/580x480/img13.jpg b/core/static/assets/img/580x480/img13.jpg new file mode 100644 index 0000000..7e0d36d Binary files /dev/null and b/core/static/assets/img/580x480/img13.jpg differ diff --git a/core/static/assets/img/580x480/img14.jpg b/core/static/assets/img/580x480/img14.jpg new file mode 100644 index 0000000..881bcd3 Binary files /dev/null and b/core/static/assets/img/580x480/img14.jpg differ diff --git a/core/static/assets/img/580x480/img15.jpg b/core/static/assets/img/580x480/img15.jpg new file mode 100644 index 0000000..0f949da Binary files /dev/null and b/core/static/assets/img/580x480/img15.jpg differ diff --git a/core/static/assets/img/580x480/img16.jpg b/core/static/assets/img/580x480/img16.jpg new file mode 100644 index 0000000..6fd2926 Binary files /dev/null and b/core/static/assets/img/580x480/img16.jpg differ diff --git a/core/static/assets/img/580x480/img17.jpg b/core/static/assets/img/580x480/img17.jpg new file mode 100644 index 0000000..2415ee4 Binary files /dev/null and b/core/static/assets/img/580x480/img17.jpg differ diff --git a/core/static/assets/img/580x480/img18.jpg b/core/static/assets/img/580x480/img18.jpg new file mode 100644 index 0000000..3385261 Binary files /dev/null and b/core/static/assets/img/580x480/img18.jpg differ diff --git a/core/static/assets/img/580x480/img19.jpg b/core/static/assets/img/580x480/img19.jpg new file mode 100644 index 0000000..b9bfb29 Binary files /dev/null and b/core/static/assets/img/580x480/img19.jpg differ diff --git a/core/static/assets/img/580x480/img2.jpg b/core/static/assets/img/580x480/img2.jpg new file mode 100644 index 0000000..e139bfa Binary files /dev/null and b/core/static/assets/img/580x480/img2.jpg differ diff --git a/core/static/assets/img/580x480/img20.jpg b/core/static/assets/img/580x480/img20.jpg new file mode 100644 index 0000000..0c6dfda Binary files /dev/null and b/core/static/assets/img/580x480/img20.jpg differ diff --git a/core/static/assets/img/580x480/img21.jpg b/core/static/assets/img/580x480/img21.jpg new file mode 100644 index 0000000..bbb077d Binary files /dev/null and b/core/static/assets/img/580x480/img21.jpg differ diff --git a/core/static/assets/img/580x480/img22.jpg b/core/static/assets/img/580x480/img22.jpg new file mode 100644 index 0000000..3c98446 Binary files /dev/null and b/core/static/assets/img/580x480/img22.jpg differ diff --git a/core/static/assets/img/580x480/img23.jpg b/core/static/assets/img/580x480/img23.jpg new file mode 100644 index 0000000..ae89f69 Binary files /dev/null and b/core/static/assets/img/580x480/img23.jpg differ diff --git a/core/static/assets/img/580x480/img24.jpg b/core/static/assets/img/580x480/img24.jpg new file mode 100644 index 0000000..fbeb6eb Binary files /dev/null and b/core/static/assets/img/580x480/img24.jpg differ diff --git a/core/static/assets/img/580x480/img25.jpg b/core/static/assets/img/580x480/img25.jpg new file mode 100644 index 0000000..a74a368 Binary files /dev/null and b/core/static/assets/img/580x480/img25.jpg differ diff --git a/core/static/assets/img/580x480/img26.jpg b/core/static/assets/img/580x480/img26.jpg new file mode 100644 index 0000000..4125351 Binary files /dev/null and b/core/static/assets/img/580x480/img26.jpg differ diff --git a/core/static/assets/img/580x480/img27.jpg b/core/static/assets/img/580x480/img27.jpg new file mode 100644 index 0000000..686b578 Binary files /dev/null and b/core/static/assets/img/580x480/img27.jpg differ diff --git a/core/static/assets/img/580x480/img28.jpg b/core/static/assets/img/580x480/img28.jpg new file mode 100644 index 0000000..41f9bde Binary files /dev/null and b/core/static/assets/img/580x480/img28.jpg differ diff --git a/core/static/assets/img/580x480/img3.jpg b/core/static/assets/img/580x480/img3.jpg new file mode 100644 index 0000000..360e3f0 Binary files /dev/null and b/core/static/assets/img/580x480/img3.jpg differ diff --git a/core/static/assets/img/580x480/img4.jpg b/core/static/assets/img/580x480/img4.jpg new file mode 100644 index 0000000..74b2170 Binary files /dev/null and b/core/static/assets/img/580x480/img4.jpg differ diff --git a/core/static/assets/img/580x480/img5.jpg b/core/static/assets/img/580x480/img5.jpg new file mode 100644 index 0000000..0314849 Binary files /dev/null and b/core/static/assets/img/580x480/img5.jpg differ diff --git a/core/static/assets/img/580x480/img6.jpg b/core/static/assets/img/580x480/img6.jpg new file mode 100644 index 0000000..3648e58 Binary files /dev/null and b/core/static/assets/img/580x480/img6.jpg differ diff --git a/core/static/assets/img/580x480/img7.jpg b/core/static/assets/img/580x480/img7.jpg new file mode 100644 index 0000000..40c1529 Binary files /dev/null and b/core/static/assets/img/580x480/img7.jpg differ diff --git a/core/static/assets/img/580x480/img8.jpg b/core/static/assets/img/580x480/img8.jpg new file mode 100644 index 0000000..d4ec7b1 Binary files /dev/null and b/core/static/assets/img/580x480/img8.jpg differ diff --git a/core/static/assets/img/580x480/img9.jpg b/core/static/assets/img/580x480/img9.jpg new file mode 100644 index 0000000..d90f9a7 Binary files /dev/null and b/core/static/assets/img/580x480/img9.jpg differ diff --git a/core/static/assets/img/900x450/img1.jpg b/core/static/assets/img/900x450/img1.jpg new file mode 100644 index 0000000..e03a144 Binary files /dev/null and b/core/static/assets/img/900x450/img1.jpg differ diff --git a/core/static/assets/img/900x600/img1.jpg b/core/static/assets/img/900x600/img1.jpg new file mode 100644 index 0000000..46aad22 Binary files /dev/null and b/core/static/assets/img/900x600/img1.jpg differ diff --git a/core/static/assets/img/900x600/img2.jpg b/core/static/assets/img/900x600/img2.jpg new file mode 100644 index 0000000..c9dd2f6 Binary files /dev/null and b/core/static/assets/img/900x600/img2.jpg differ diff --git a/core/static/assets/img/950x455/img1.jpg b/core/static/assets/img/950x455/img1.jpg new file mode 100644 index 0000000..bc1b45f Binary files /dev/null and b/core/static/assets/img/950x455/img1.jpg differ diff --git a/core/static/assets/img/950x455/img10.jpg b/core/static/assets/img/950x455/img10.jpg new file mode 100644 index 0000000..c5b57a1 Binary files /dev/null and b/core/static/assets/img/950x455/img10.jpg differ diff --git a/core/static/assets/img/950x455/img11.jpg b/core/static/assets/img/950x455/img11.jpg new file mode 100644 index 0000000..569aee2 Binary files /dev/null and b/core/static/assets/img/950x455/img11.jpg differ diff --git a/core/static/assets/img/950x455/img12.jpg b/core/static/assets/img/950x455/img12.jpg new file mode 100644 index 0000000..8f1b016 Binary files /dev/null and b/core/static/assets/img/950x455/img12.jpg differ diff --git a/core/static/assets/img/950x455/img13.jpg b/core/static/assets/img/950x455/img13.jpg new file mode 100644 index 0000000..fb654c8 Binary files /dev/null and b/core/static/assets/img/950x455/img13.jpg differ diff --git a/core/static/assets/img/950x455/img14.jpg b/core/static/assets/img/950x455/img14.jpg new file mode 100644 index 0000000..e6ac3bd Binary files /dev/null and b/core/static/assets/img/950x455/img14.jpg differ diff --git a/core/static/assets/img/950x455/img15.jpg b/core/static/assets/img/950x455/img15.jpg new file mode 100644 index 0000000..263d9c2 Binary files /dev/null and b/core/static/assets/img/950x455/img15.jpg differ diff --git a/core/static/assets/img/950x455/img2.jpg b/core/static/assets/img/950x455/img2.jpg new file mode 100644 index 0000000..3f02ef8 Binary files /dev/null and b/core/static/assets/img/950x455/img2.jpg differ diff --git a/core/static/assets/img/950x455/img3.jpg b/core/static/assets/img/950x455/img3.jpg new file mode 100644 index 0000000..3d1d040 Binary files /dev/null and b/core/static/assets/img/950x455/img3.jpg differ diff --git a/core/static/assets/img/950x455/img4.jpg b/core/static/assets/img/950x455/img4.jpg new file mode 100644 index 0000000..b4b7e15 Binary files /dev/null and b/core/static/assets/img/950x455/img4.jpg differ diff --git a/core/static/assets/img/950x455/img5.jpg b/core/static/assets/img/950x455/img5.jpg new file mode 100644 index 0000000..4bcb4fb Binary files /dev/null and b/core/static/assets/img/950x455/img5.jpg differ diff --git a/core/static/assets/img/950x455/img6.jpg b/core/static/assets/img/950x455/img6.jpg new file mode 100644 index 0000000..81109f4 Binary files /dev/null and b/core/static/assets/img/950x455/img6.jpg differ diff --git a/core/static/assets/img/950x455/img7.jpg b/core/static/assets/img/950x455/img7.jpg new file mode 100644 index 0000000..a2e2328 Binary files /dev/null and b/core/static/assets/img/950x455/img7.jpg differ diff --git a/core/static/assets/img/950x455/img8.jpg b/core/static/assets/img/950x455/img8.jpg new file mode 100644 index 0000000..498ce1e Binary files /dev/null and b/core/static/assets/img/950x455/img8.jpg differ diff --git a/core/static/assets/img/950x455/img9.jpg b/core/static/assets/img/950x455/img9.jpg new file mode 100644 index 0000000..61afd98 Binary files /dev/null and b/core/static/assets/img/950x455/img9.jpg differ diff --git a/core/static/assets/img/950x950/img1.jpg b/core/static/assets/img/950x950/img1.jpg new file mode 100644 index 0000000..e6988a0 Binary files /dev/null and b/core/static/assets/img/950x950/img1.jpg differ diff --git a/core/static/assets/img/950x950/img10.jpg b/core/static/assets/img/950x950/img10.jpg new file mode 100644 index 0000000..3d65b36 Binary files /dev/null and b/core/static/assets/img/950x950/img10.jpg differ diff --git a/core/static/assets/img/950x950/img2.jpg b/core/static/assets/img/950x950/img2.jpg new file mode 100644 index 0000000..b3f5600 Binary files /dev/null and b/core/static/assets/img/950x950/img2.jpg differ diff --git a/core/static/assets/img/950x950/img3.jpg b/core/static/assets/img/950x950/img3.jpg new file mode 100644 index 0000000..bbd7d5d Binary files /dev/null and b/core/static/assets/img/950x950/img3.jpg differ diff --git a/core/static/assets/img/950x950/img4.jpg b/core/static/assets/img/950x950/img4.jpg new file mode 100644 index 0000000..3eae12a Binary files /dev/null and b/core/static/assets/img/950x950/img4.jpg differ diff --git a/core/static/assets/img/950x950/img5.jpg b/core/static/assets/img/950x950/img5.jpg new file mode 100644 index 0000000..0cfe08d Binary files /dev/null and b/core/static/assets/img/950x950/img5.jpg differ diff --git a/core/static/assets/img/950x950/img6.jpg b/core/static/assets/img/950x950/img6.jpg new file mode 100644 index 0000000..3d65b36 Binary files /dev/null and b/core/static/assets/img/950x950/img6.jpg differ diff --git a/core/static/assets/img/950x950/img7.jpg b/core/static/assets/img/950x950/img7.jpg new file mode 100644 index 0000000..604dd35 Binary files /dev/null and b/core/static/assets/img/950x950/img7.jpg differ diff --git a/core/static/assets/img/950x950/img8.jpg b/core/static/assets/img/950x950/img8.jpg new file mode 100644 index 0000000..c4715f9 Binary files /dev/null and b/core/static/assets/img/950x950/img8.jpg differ diff --git a/core/static/assets/img/950x950/img9.jpg b/core/static/assets/img/950x950/img9.jpg new file mode 100644 index 0000000..7c065bc Binary files /dev/null and b/core/static/assets/img/950x950/img9.jpg differ diff --git a/core/static/assets/img/documentation/img1-lg.jpg b/core/static/assets/img/documentation/img1-lg.jpg new file mode 100644 index 0000000..3524688 Binary files /dev/null and b/core/static/assets/img/documentation/img1-lg.jpg differ diff --git a/core/static/assets/img/documentation/img1.jpg b/core/static/assets/img/documentation/img1.jpg new file mode 100644 index 0000000..1177547 Binary files /dev/null and b/core/static/assets/img/documentation/img1.jpg differ diff --git a/core/static/assets/img/documentation/img2-lg.jpg b/core/static/assets/img/documentation/img2-lg.jpg new file mode 100644 index 0000000..0359205 Binary files /dev/null and b/core/static/assets/img/documentation/img2-lg.jpg differ diff --git a/core/static/assets/img/documentation/img2.jpg b/core/static/assets/img/documentation/img2.jpg new file mode 100644 index 0000000..24ebf6f Binary files /dev/null and b/core/static/assets/img/documentation/img2.jpg differ diff --git a/core/static/assets/img/documentation/img3-lg.jpg b/core/static/assets/img/documentation/img3-lg.jpg new file mode 100644 index 0000000..9ff23b0 Binary files /dev/null and b/core/static/assets/img/documentation/img3-lg.jpg differ diff --git a/core/static/assets/img/documentation/img3.jpg b/core/static/assets/img/documentation/img3.jpg new file mode 100644 index 0000000..7326e35 Binary files /dev/null and b/core/static/assets/img/documentation/img3.jpg differ diff --git a/core/static/assets/img/documentation/img4-lg.jpg b/core/static/assets/img/documentation/img4-lg.jpg new file mode 100644 index 0000000..aa2e36e Binary files /dev/null and b/core/static/assets/img/documentation/img4-lg.jpg differ diff --git a/core/static/assets/img/documentation/img5-lg.jpg b/core/static/assets/img/documentation/img5-lg.jpg new file mode 100644 index 0000000..9bd6741 Binary files /dev/null and b/core/static/assets/img/documentation/img5-lg.jpg differ diff --git a/core/static/assets/img/documentation/img6-lg.jpg b/core/static/assets/img/documentation/img6-lg.jpg new file mode 100644 index 0000000..b200ee3 Binary files /dev/null and b/core/static/assets/img/documentation/img6-lg.jpg differ diff --git a/core/static/assets/img/documentation/img7.jpg b/core/static/assets/img/documentation/img7.jpg new file mode 100644 index 0000000..6bc21cc Binary files /dev/null and b/core/static/assets/img/documentation/img7.jpg differ diff --git a/core/static/assets/img/documentation/img8.jpg b/core/static/assets/img/documentation/img8.jpg new file mode 100644 index 0000000..574255c Binary files /dev/null and b/core/static/assets/img/documentation/img8.jpg differ diff --git a/core/static/assets/img/mockups/img1.png b/core/static/assets/img/mockups/img1.png new file mode 100644 index 0000000..1cd96e1 Binary files /dev/null and b/core/static/assets/img/mockups/img1.png differ diff --git a/core/static/assets/img/mockups/img2.png b/core/static/assets/img/mockups/img2.png new file mode 100644 index 0000000..c5c7b02 Binary files /dev/null and b/core/static/assets/img/mockups/img2.png differ diff --git a/core/static/assets/img/mockups/img3.png b/core/static/assets/img/mockups/img3.png new file mode 100644 index 0000000..8e0e5cb Binary files /dev/null and b/core/static/assets/img/mockups/img3.png differ diff --git a/core/static/assets/img/mockups/img4.png b/core/static/assets/img/mockups/img4.png new file mode 100644 index 0000000..f9ce960 Binary files /dev/null and b/core/static/assets/img/mockups/img4.png differ diff --git a/core/static/assets/img/mockups/img5.png b/core/static/assets/img/mockups/img5.png new file mode 100644 index 0000000..7fdf35d Binary files /dev/null and b/core/static/assets/img/mockups/img5.png differ diff --git a/core/static/assets/img/mockups/img6.png b/core/static/assets/img/mockups/img6.png new file mode 100644 index 0000000..da758e4 Binary files /dev/null and b/core/static/assets/img/mockups/img6.png differ diff --git a/core/static/assets/img/mockups/img7.png b/core/static/assets/img/mockups/img7.png new file mode 100644 index 0000000..f6a9ef1 Binary files /dev/null and b/core/static/assets/img/mockups/img7.png differ diff --git a/core/static/assets/img/mockups/img8.png b/core/static/assets/img/mockups/img8.png new file mode 100644 index 0000000..bc0db64 Binary files /dev/null and b/core/static/assets/img/mockups/img8.png differ diff --git a/core/static/assets/img/others/img1.png b/core/static/assets/img/others/img1.png new file mode 100644 index 0000000..2bfc7ef Binary files /dev/null and b/core/static/assets/img/others/img1.png differ diff --git a/core/static/assets/img/others/img2.png b/core/static/assets/img/others/img2.png new file mode 100644 index 0000000..1f08324 Binary files /dev/null and b/core/static/assets/img/others/img2.png differ diff --git a/core/static/assets/js/theme-custom.js b/core/static/assets/js/theme-custom.js new file mode 100644 index 0000000..c75879c --- /dev/null +++ b/core/static/assets/js/theme-custom.js @@ -0,0 +1 @@ +// File for your custom JavaScript \ No newline at end of file diff --git a/core/static/assets/js/theme.min.js b/core/static/assets/js/theme.min.js new file mode 100644 index 0000000..eda78e4 --- /dev/null +++ b/core/static/assets/js/theme.min.js @@ -0,0 +1,18 @@ +/* +* HSCore +* @version: 2.0.0 (27 April, 2021) +* @author: HtmlStream +* @event-namespace: .HSCore +* @license: Htmlstream Libraries (https://htmlstream.com/licenses) +* Copyright 2021 Htmlstream +*/ +"use strict";const HSCore={init:()=>{[].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]')).map((function(e){return new bootstrap.Tooltip(e)})),[].slice.call(document.querySelectorAll('[data-bs-toggle="popover"]')).map((function(e){return new bootstrap.Popover(e)}))},components:{}};HSCore.init();const validators={"data-hs-validation-equal-field":e=>{document.querySelector(e.getAttribute("data-hs-validation-equal-field"))}},HSBsValidation={init(e,t){var i=document.querySelectorAll(e);return Array.prototype.slice.call(i).forEach((e=>{for(const t in validators)Array.prototype.slice.call(e.querySelectorAll(`[${t}]`)).forEach(validators[t]);e.addEventListener("submit",(i=>{e.checkValidity()?this.onSubmit({event:i,form:e,options:t}):(i.preventDefault(),i.stopPropagation()),e.classList.add("was-validated")}),!1)})),this},onSubmit:e=>!(!e.options||"function"!=typeof e.options.onSubmit)&&e.options.onSubmit(e)} +/* +* Leaflet wrapper +* @version: 2.0.0 (Sat, 22 May 2021) +* @requires: Leafletjs v1.6.0 +* @author: HtmlStream +* @event-namespace: .HSCore.components.HSLeaflet +* @license: Htmlstream Libraries (https://htmlstream.com/licenses) +* Copyright 2021 Htmlstream +*/;function isObject(e){return e&&"object"==typeof e&&!Array.isArray(e)}function mergeDeep(e,...t){if(!t.length)return e;const i=t.shift();if(isObject(e)&&isObject(i))for(const t in i)isObject(i[t])?(e[t]||Object.assign(e,{[t]:{}}),mergeDeep(e[t],i[t])):Object.assign(e,{[t]:i[t]});return mergeDeep(e,...t)}HSCore.components.HSLeaflet={init:function(e,t){if(this.$el="string"==typeof e?document.querySelector(e):e,this.$el){this.defaults={map:{coords:[51.505,-.09],zoom:13},layer:{token:"https://api.mapbox.com/styles/v1/{id}/tiles/{z}/{x}/{y}?access_token=pk.eyJ1IjoibWFwYm94IiwiYSI6ImNpejY4NXVycTA2emYycXBndHRqcmZ3N3gifQ.rJcFIG214AriISLbB6B5aw",id:"mapbox/streets-v11",maxZoom:18},marker:null};var i=this.$el.hasAttribute("data-hs-leaflet-options")?JSON.parse(this.$el.getAttribute("data-hs-leaflet-options")):{};this.settings=mergeDeep(this.defaults,{...t,...i});var l=L.map(this.$el,this.settings.map);if(l.setView(this.settings.map.coords,this.settings.map.zoom),L.tileLayer(this.settings.layer.token,this.settings.layer).addTo(l),this.settings.marker)for(var s=0;s{if(40===n.which)n.preventDefault(),l.searchMenuShow(e,t,i),(a=i.list.querySelector(".active"))?a.nextElementSibling&&((r=a.nextElementSibling).classList.add("active"),o.classList.remove("active"),o=r,i.list.offsetHeightr.getBoundingClientRect().top&&(i.list.scrollTop=r.getBoundingClientRect().top+i.list.scrollTop-i.list.offsetHeight)}else(o=i.list.firstChild.parentNode).classList.add("active")}else if(13==n.which&&s.value.length>0){n.preventDefault();const e=o.querySelector("a").getAttribute("href");e&&(window.location=e)}}))},searchMenu:function(e,t,i){const l=this;if(0===e.querySelector(`.${i.searchClass}`).value.length||0===i.visibleItems.length&&!t.empty)return l.helpers.fadeOut(i.list,t.searchMenuDelay),l.helpers.hide(t.empty);l.searchMenuShow(e,t,i)},searchMenuShow:function(e,t,i){const l=this;if(l.helpers.fadeIn(i.list,t.searchMenuDelay),!i.visibleItems.length){var s=l.helpers.show(document.querySelector(t.empty).cloneNode(!0));i.list.innerHTML=s.outerHTML}},searchMenuHide:function(e,t,i){const l=this;var s=e.querySelector(`.${i.searchClass}`);t.searchMenuOutsideClose&&document.addEventListener("click",(()=>{l.helpers.fadeOut(i.list,t.searchMenuDelay),t.clearSearchInput&&(s.value="")})),t.searchMenuInsideClose||i.list.addEventListener("click",(e=>{e.stopPropagation(),t.clearSearchInput&&s.val("")}))},emptyBlock:function(e,t,i){const l=this;if(0===e.querySelector(`.${i.searchClass}`).value.length||0===i.visibleItems.length&&!t.empty)l.helpers.hide(t.empty);else if(l.helpers.fadeIn(i.list,t.searchMenuDelay),!i.visibleItems.length){var s=document.querySelector(t.empty).clone();l.helpers.show(s),i.list.innerHTML=s.outerHTML}},helpers:{fadeIn:(e,t)=>{if(!e||null!==e.offsetParent)return e;e.style.opacity=0,e.style.display="block";var i=+new Date,l=function(){e.style.opacity=+e.style.opacity+(new Date-i)/t,i=+new Date,+e.style.opacity<1&&(window.requestAnimationFrame&&requestAnimationFrame(l)||setTimeout(l,16))};l()},fadeOut:(e,t)=>{if(!e||null===e.offsetParent)return e;if(!t)return e.style.display="none";var i=setInterval((function(){e.style.opacity||(e.style.opacity=1),e.style.opacity>0?e.style.opacity-=.1:(clearInterval(i),e.style.display="none")}),t/10)},hide:e=>((e="object"==typeof e?e:document.querySelector(e))&&(e.style.display="none"),e),show:e=>((e="object"==typeof e?e:document.querySelector(e))&&(e.style.display="block"),e)},addToCollection(e,t,i){const l=this;this.collection.push({$el:e,id:i||null,options:Object.assign({},l.defaults,e.hasAttribute(l.dataAttributeName)?JSON.parse(e.getAttribute(l.dataAttributeName)):{},t)})},_init(){const e=this;for(let t=0;t{l.searchMenu&&(e.searchMenu(i,l,e.collection[t].$initializedEl),e.searchMenuHide(i,l,e.collection[t].$initializedEl)),!l.searchMenu&&l.empty&&e.emptyBlock(i,l,e.collection[t].$initializedEl)})),l.searchMenu&&l.keyboard&&e.initializeHover(i,l,e.collection[t].$initializedEl))}},getItem(e){return"number"==typeof e?this.collection[e].$initializedEl:this.collection.find((t=>t.id===e)).$initializedEl}},HSCore.components.HSTyped={collection:[],dataAttributeName:"data-hs-typed-options",defaults:{},init(e,t,i){const l=this;let s;s=e instanceof HTMLElement?[e]:e instanceof Object?e:document.querySelectorAll(e);for(let e=0;e + + diff --git a/core/static/assets/svg/brands/airbnb-gray.svg b/core/static/assets/svg/brands/airbnb-gray.svg new file mode 100644 index 0000000..a4fbeac --- /dev/null +++ b/core/static/assets/svg/brands/airbnb-gray.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/core/static/assets/svg/brands/airbnb-primary.svg b/core/static/assets/svg/brands/airbnb-primary.svg new file mode 100644 index 0000000..5673f65 --- /dev/null +++ b/core/static/assets/svg/brands/airbnb-primary.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/core/static/assets/svg/brands/airbnb-white-50.svg b/core/static/assets/svg/brands/airbnb-white-50.svg new file mode 100644 index 0000000..1678b7d --- /dev/null +++ b/core/static/assets/svg/brands/airbnb-white-50.svg @@ -0,0 +1,3 @@ + + + diff --git a/core/static/assets/svg/brands/airbnb-white.svg b/core/static/assets/svg/brands/airbnb-white.svg new file mode 100644 index 0000000..bd3c974 --- /dev/null +++ b/core/static/assets/svg/brands/airbnb-white.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/core/static/assets/svg/brands/amazon-dark.svg b/core/static/assets/svg/brands/amazon-dark.svg new file mode 100644 index 0000000..dff887c --- /dev/null +++ b/core/static/assets/svg/brands/amazon-dark.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/core/static/assets/svg/brands/amazon-gray.svg b/core/static/assets/svg/brands/amazon-gray.svg new file mode 100644 index 0000000..3f76ad1 --- /dev/null +++ b/core/static/assets/svg/brands/amazon-gray.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/core/static/assets/svg/brands/amazon-primary.svg b/core/static/assets/svg/brands/amazon-primary.svg new file mode 100644 index 0000000..fe13a55 --- /dev/null +++ b/core/static/assets/svg/brands/amazon-primary.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/core/static/assets/svg/brands/amazon-warning.svg b/core/static/assets/svg/brands/amazon-warning.svg new file mode 100644 index 0000000..1d89a0d --- /dev/null +++ b/core/static/assets/svg/brands/amazon-warning.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/core/static/assets/svg/brands/amazon-white-50.svg b/core/static/assets/svg/brands/amazon-white-50.svg new file mode 100644 index 0000000..e66bcdb --- /dev/null +++ b/core/static/assets/svg/brands/amazon-white-50.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/core/static/assets/svg/brands/amazon-white.svg b/core/static/assets/svg/brands/amazon-white.svg new file mode 100644 index 0000000..0486bf8 --- /dev/null +++ b/core/static/assets/svg/brands/amazon-white.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/core/static/assets/svg/brands/asana-icon.svg b/core/static/assets/svg/brands/asana-icon.svg new file mode 100644 index 0000000..eda5b37 --- /dev/null +++ b/core/static/assets/svg/brands/asana-icon.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/brands/behance-icon.svg b/core/static/assets/svg/brands/behance-icon.svg new file mode 100644 index 0000000..e55ffe5 --- /dev/null +++ b/core/static/assets/svg/brands/behance-icon.svg @@ -0,0 +1,4 @@ + + + + diff --git a/core/static/assets/svg/brands/bootstrap-gray.svg b/core/static/assets/svg/brands/bootstrap-gray.svg new file mode 100644 index 0000000..5d84698 --- /dev/null +++ b/core/static/assets/svg/brands/bootstrap-gray.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/core/static/assets/svg/brands/business-insider-dark.svg b/core/static/assets/svg/brands/business-insider-dark.svg new file mode 100644 index 0000000..5dfaed5 --- /dev/null +++ b/core/static/assets/svg/brands/business-insider-dark.svg @@ -0,0 +1,3 @@ + + + diff --git a/core/static/assets/svg/brands/business-insider-gray.svg b/core/static/assets/svg/brands/business-insider-gray.svg new file mode 100644 index 0000000..7badcbc --- /dev/null +++ b/core/static/assets/svg/brands/business-insider-gray.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/core/static/assets/svg/brands/business-insider-primary.svg b/core/static/assets/svg/brands/business-insider-primary.svg new file mode 100644 index 0000000..c42ee6d --- /dev/null +++ b/core/static/assets/svg/brands/business-insider-primary.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/core/static/assets/svg/brands/business-insider-white-50.svg b/core/static/assets/svg/brands/business-insider-white-50.svg new file mode 100644 index 0000000..90fbb73 --- /dev/null +++ b/core/static/assets/svg/brands/business-insider-white-50.svg @@ -0,0 +1,3 @@ + + + diff --git a/core/static/assets/svg/brands/business-insider-white.svg b/core/static/assets/svg/brands/business-insider-white.svg new file mode 100644 index 0000000..5290f08 --- /dev/null +++ b/core/static/assets/svg/brands/business-insider-white.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/core/static/assets/svg/brands/capsule-dark.svg b/core/static/assets/svg/brands/capsule-dark.svg new file mode 100644 index 0000000..127bbbe --- /dev/null +++ b/core/static/assets/svg/brands/capsule-dark.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/brands/capsule-gray.svg b/core/static/assets/svg/brands/capsule-gray.svg new file mode 100644 index 0000000..245c414 --- /dev/null +++ b/core/static/assets/svg/brands/capsule-gray.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/brands/capsule-icon.svg b/core/static/assets/svg/brands/capsule-icon.svg new file mode 100644 index 0000000..cc44b43 --- /dev/null +++ b/core/static/assets/svg/brands/capsule-icon.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/brands/capsule-primary.svg b/core/static/assets/svg/brands/capsule-primary.svg new file mode 100644 index 0000000..9196bf6 --- /dev/null +++ b/core/static/assets/svg/brands/capsule-primary.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/brands/capsule-white-50.svg b/core/static/assets/svg/brands/capsule-white-50.svg new file mode 100644 index 0000000..e2cd85b --- /dev/null +++ b/core/static/assets/svg/brands/capsule-white-50.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/brands/capsule-white.svg b/core/static/assets/svg/brands/capsule-white.svg new file mode 100644 index 0000000..ab629dd --- /dev/null +++ b/core/static/assets/svg/brands/capsule-white.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/brands/dropbox-icon.svg b/core/static/assets/svg/brands/dropbox-icon.svg new file mode 100644 index 0000000..f0d1f17 --- /dev/null +++ b/core/static/assets/svg/brands/dropbox-icon.svg @@ -0,0 +1,3 @@ + + + diff --git a/core/static/assets/svg/brands/embark-dark.svg b/core/static/assets/svg/brands/embark-dark.svg new file mode 100644 index 0000000..ec70067 --- /dev/null +++ b/core/static/assets/svg/brands/embark-dark.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/core/static/assets/svg/brands/embark-gray.svg b/core/static/assets/svg/brands/embark-gray.svg new file mode 100644 index 0000000..c90719f --- /dev/null +++ b/core/static/assets/svg/brands/embark-gray.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/core/static/assets/svg/brands/embark-primary.svg b/core/static/assets/svg/brands/embark-primary.svg new file mode 100644 index 0000000..075ff65 --- /dev/null +++ b/core/static/assets/svg/brands/embark-primary.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/core/static/assets/svg/brands/embark-white-50.svg b/core/static/assets/svg/brands/embark-white-50.svg new file mode 100644 index 0000000..07f42f9 --- /dev/null +++ b/core/static/assets/svg/brands/embark-white-50.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/core/static/assets/svg/brands/embark-white.svg b/core/static/assets/svg/brands/embark-white.svg new file mode 100644 index 0000000..3b8e054 --- /dev/null +++ b/core/static/assets/svg/brands/embark-white.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/core/static/assets/svg/brands/fitbit-dark.svg b/core/static/assets/svg/brands/fitbit-dark.svg new file mode 100644 index 0000000..9ba826c --- /dev/null +++ b/core/static/assets/svg/brands/fitbit-dark.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/core/static/assets/svg/brands/fitbit-gray.svg b/core/static/assets/svg/brands/fitbit-gray.svg new file mode 100644 index 0000000..48d541d --- /dev/null +++ b/core/static/assets/svg/brands/fitbit-gray.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/core/static/assets/svg/brands/fitbit-primary.svg b/core/static/assets/svg/brands/fitbit-primary.svg new file mode 100644 index 0000000..0abcbf8 --- /dev/null +++ b/core/static/assets/svg/brands/fitbit-primary.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/core/static/assets/svg/brands/fitbit-white-50.svg b/core/static/assets/svg/brands/fitbit-white-50.svg new file mode 100644 index 0000000..8ee1475 --- /dev/null +++ b/core/static/assets/svg/brands/fitbit-white-50.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/core/static/assets/svg/brands/fitbit-white.svg b/core/static/assets/svg/brands/fitbit-white.svg new file mode 100644 index 0000000..0c11290 --- /dev/null +++ b/core/static/assets/svg/brands/fitbit-white.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/core/static/assets/svg/brands/flow-xo-gray.svg b/core/static/assets/svg/brands/flow-xo-gray.svg new file mode 100644 index 0000000..89cb478 --- /dev/null +++ b/core/static/assets/svg/brands/flow-xo-gray.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/core/static/assets/svg/brands/forbes-dark.svg b/core/static/assets/svg/brands/forbes-dark.svg new file mode 100644 index 0000000..2c0a57f --- /dev/null +++ b/core/static/assets/svg/brands/forbes-dark.svg @@ -0,0 +1,4 @@ + + + + diff --git a/core/static/assets/svg/brands/forbes-gray.svg b/core/static/assets/svg/brands/forbes-gray.svg new file mode 100644 index 0000000..940c5fa --- /dev/null +++ b/core/static/assets/svg/brands/forbes-gray.svg @@ -0,0 +1,4 @@ + + + + diff --git a/core/static/assets/svg/brands/forbes-primary.svg b/core/static/assets/svg/brands/forbes-primary.svg new file mode 100644 index 0000000..478a806 --- /dev/null +++ b/core/static/assets/svg/brands/forbes-primary.svg @@ -0,0 +1,4 @@ + + + + diff --git a/core/static/assets/svg/brands/forbes-white-50.svg b/core/static/assets/svg/brands/forbes-white-50.svg new file mode 100644 index 0000000..b03bbe4 --- /dev/null +++ b/core/static/assets/svg/brands/forbes-white-50.svg @@ -0,0 +1,4 @@ + + + + diff --git a/core/static/assets/svg/brands/forbes-white.svg b/core/static/assets/svg/brands/forbes-white.svg new file mode 100644 index 0000000..125dd16 --- /dev/null +++ b/core/static/assets/svg/brands/forbes-white.svg @@ -0,0 +1,4 @@ + + + + diff --git a/core/static/assets/svg/brands/github-dark.svg b/core/static/assets/svg/brands/github-dark.svg new file mode 100644 index 0000000..6c96d50 --- /dev/null +++ b/core/static/assets/svg/brands/github-dark.svg @@ -0,0 +1,3 @@ + + + diff --git a/core/static/assets/svg/brands/github-gray.svg b/core/static/assets/svg/brands/github-gray.svg new file mode 100644 index 0000000..32f9bce --- /dev/null +++ b/core/static/assets/svg/brands/github-gray.svg @@ -0,0 +1,3 @@ + + + diff --git a/core/static/assets/svg/brands/github-primary.svg b/core/static/assets/svg/brands/github-primary.svg new file mode 100644 index 0000000..b7dcfae --- /dev/null +++ b/core/static/assets/svg/brands/github-primary.svg @@ -0,0 +1,3 @@ + + + diff --git a/core/static/assets/svg/brands/github-white-50.svg b/core/static/assets/svg/brands/github-white-50.svg new file mode 100644 index 0000000..4b7433c --- /dev/null +++ b/core/static/assets/svg/brands/github-white-50.svg @@ -0,0 +1,3 @@ + + + diff --git a/core/static/assets/svg/brands/gitlab-dark.svg b/core/static/assets/svg/brands/gitlab-dark.svg new file mode 100644 index 0000000..561445c --- /dev/null +++ b/core/static/assets/svg/brands/gitlab-dark.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/brands/gitlab-gray.svg b/core/static/assets/svg/brands/gitlab-gray.svg new file mode 100644 index 0000000..e01f056 --- /dev/null +++ b/core/static/assets/svg/brands/gitlab-gray.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/brands/google-adz-icon.svg b/core/static/assets/svg/brands/google-adz-icon.svg new file mode 100644 index 0000000..ffca19b --- /dev/null +++ b/core/static/assets/svg/brands/google-adz-icon.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/core/static/assets/svg/brands/google-dark.svg b/core/static/assets/svg/brands/google-dark.svg new file mode 100644 index 0000000..d2eb2ca --- /dev/null +++ b/core/static/assets/svg/brands/google-dark.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/core/static/assets/svg/brands/google-gray.svg b/core/static/assets/svg/brands/google-gray.svg new file mode 100644 index 0000000..e2428f5 --- /dev/null +++ b/core/static/assets/svg/brands/google-gray.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/brands/google-icon.svg b/core/static/assets/svg/brands/google-icon.svg new file mode 100644 index 0000000..fa5170f --- /dev/null +++ b/core/static/assets/svg/brands/google-icon.svg @@ -0,0 +1,19 @@ + + + + + + + + + diff --git a/core/static/assets/svg/brands/google-primary.svg b/core/static/assets/svg/brands/google-primary.svg new file mode 100644 index 0000000..b1ffc1a --- /dev/null +++ b/core/static/assets/svg/brands/google-primary.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/brands/google-white-50.svg b/core/static/assets/svg/brands/google-white-50.svg new file mode 100644 index 0000000..efbb5f7 --- /dev/null +++ b/core/static/assets/svg/brands/google-white-50.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/core/static/assets/svg/brands/google-white.svg b/core/static/assets/svg/brands/google-white.svg new file mode 100644 index 0000000..c0a53b5 --- /dev/null +++ b/core/static/assets/svg/brands/google-white.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/brands/gulp-gray.svg b/core/static/assets/svg/brands/gulp-gray.svg new file mode 100644 index 0000000..f8e8745 --- /dev/null +++ b/core/static/assets/svg/brands/gulp-gray.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/core/static/assets/svg/brands/hubspot-dark.svg b/core/static/assets/svg/brands/hubspot-dark.svg new file mode 100644 index 0000000..86f0865 --- /dev/null +++ b/core/static/assets/svg/brands/hubspot-dark.svg @@ -0,0 +1,4 @@ + + + + diff --git a/core/static/assets/svg/brands/hubspot-gray.svg b/core/static/assets/svg/brands/hubspot-gray.svg new file mode 100644 index 0000000..571c141 --- /dev/null +++ b/core/static/assets/svg/brands/hubspot-gray.svg @@ -0,0 +1,4 @@ + + + + diff --git a/core/static/assets/svg/brands/hubspot-primary.svg b/core/static/assets/svg/brands/hubspot-primary.svg new file mode 100644 index 0000000..559478e --- /dev/null +++ b/core/static/assets/svg/brands/hubspot-primary.svg @@ -0,0 +1,4 @@ + + + + diff --git a/core/static/assets/svg/brands/hubspot-white-50.svg b/core/static/assets/svg/brands/hubspot-white-50.svg new file mode 100644 index 0000000..f977b95 --- /dev/null +++ b/core/static/assets/svg/brands/hubspot-white-50.svg @@ -0,0 +1,4 @@ + + + + diff --git a/core/static/assets/svg/brands/hubspot-white.svg b/core/static/assets/svg/brands/hubspot-white.svg new file mode 100644 index 0000000..08a4035 --- /dev/null +++ b/core/static/assets/svg/brands/hubspot-white.svg @@ -0,0 +1,4 @@ + + + + diff --git a/core/static/assets/svg/brands/jira-icon.svg b/core/static/assets/svg/brands/jira-icon.svg new file mode 100644 index 0000000..1177f65 --- /dev/null +++ b/core/static/assets/svg/brands/jira-icon.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/brands/kaplan-dark.svg b/core/static/assets/svg/brands/kaplan-dark.svg new file mode 100644 index 0000000..806db5d --- /dev/null +++ b/core/static/assets/svg/brands/kaplan-dark.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/core/static/assets/svg/brands/kaplan-gray.svg b/core/static/assets/svg/brands/kaplan-gray.svg new file mode 100644 index 0000000..25c4f9d --- /dev/null +++ b/core/static/assets/svg/brands/kaplan-gray.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/brands/kaplan-primary.svg b/core/static/assets/svg/brands/kaplan-primary.svg new file mode 100644 index 0000000..5735c76 --- /dev/null +++ b/core/static/assets/svg/brands/kaplan-primary.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/brands/kaplan-white-50.svg b/core/static/assets/svg/brands/kaplan-white-50.svg new file mode 100644 index 0000000..1361e14 --- /dev/null +++ b/core/static/assets/svg/brands/kaplan-white-50.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/core/static/assets/svg/brands/kaplan-white.svg b/core/static/assets/svg/brands/kaplan-white.svg new file mode 100644 index 0000000..070f255 --- /dev/null +++ b/core/static/assets/svg/brands/kaplan-white.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/brands/layar-dark.svg b/core/static/assets/svg/brands/layar-dark.svg new file mode 100644 index 0000000..5ed9a01 --- /dev/null +++ b/core/static/assets/svg/brands/layar-dark.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/core/static/assets/svg/brands/layar-gray.svg b/core/static/assets/svg/brands/layar-gray.svg new file mode 100644 index 0000000..321d473 --- /dev/null +++ b/core/static/assets/svg/brands/layar-gray.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/brands/layar-primary.svg b/core/static/assets/svg/brands/layar-primary.svg new file mode 100644 index 0000000..97275ce --- /dev/null +++ b/core/static/assets/svg/brands/layar-primary.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/brands/layar-white-50.svg b/core/static/assets/svg/brands/layar-white-50.svg new file mode 100644 index 0000000..bf20b16 --- /dev/null +++ b/core/static/assets/svg/brands/layar-white-50.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/core/static/assets/svg/brands/layar-white.svg b/core/static/assets/svg/brands/layar-white.svg new file mode 100644 index 0000000..618bf90 --- /dev/null +++ b/core/static/assets/svg/brands/layar-white.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/brands/mailchimp-dark.svg b/core/static/assets/svg/brands/mailchimp-dark.svg new file mode 100644 index 0000000..853831e --- /dev/null +++ b/core/static/assets/svg/brands/mailchimp-dark.svg @@ -0,0 +1,3 @@ + + + diff --git a/core/static/assets/svg/brands/mailchimp-gray.svg b/core/static/assets/svg/brands/mailchimp-gray.svg new file mode 100644 index 0000000..bf9d994 --- /dev/null +++ b/core/static/assets/svg/brands/mailchimp-gray.svg @@ -0,0 +1,3 @@ + + + diff --git a/core/static/assets/svg/brands/mailchimp-primary.svg b/core/static/assets/svg/brands/mailchimp-primary.svg new file mode 100644 index 0000000..60d3812 --- /dev/null +++ b/core/static/assets/svg/brands/mailchimp-primary.svg @@ -0,0 +1,3 @@ + + + diff --git a/core/static/assets/svg/brands/mailchimp-white-50.svg b/core/static/assets/svg/brands/mailchimp-white-50.svg new file mode 100644 index 0000000..ee72331 --- /dev/null +++ b/core/static/assets/svg/brands/mailchimp-white-50.svg @@ -0,0 +1,3 @@ + + + diff --git a/core/static/assets/svg/brands/mailchimp-white.svg b/core/static/assets/svg/brands/mailchimp-white.svg new file mode 100644 index 0000000..6b95b0b --- /dev/null +++ b/core/static/assets/svg/brands/mailchimp-white.svg @@ -0,0 +1,3 @@ + + + diff --git a/core/static/assets/svg/brands/npm-gray.svg b/core/static/assets/svg/brands/npm-gray.svg new file mode 100644 index 0000000..102c7fd --- /dev/null +++ b/core/static/assets/svg/brands/npm-gray.svg @@ -0,0 +1,3 @@ + + + diff --git a/core/static/assets/svg/brands/sass-dark.svg b/core/static/assets/svg/brands/sass-dark.svg new file mode 100644 index 0000000..9604380 --- /dev/null +++ b/core/static/assets/svg/brands/sass-dark.svg @@ -0,0 +1,3 @@ + + + diff --git a/core/static/assets/svg/brands/sass-gray.svg b/core/static/assets/svg/brands/sass-gray.svg new file mode 100644 index 0000000..3def265 --- /dev/null +++ b/core/static/assets/svg/brands/sass-gray.svg @@ -0,0 +1,3 @@ + + + diff --git a/core/static/assets/svg/brands/shopify-dark.svg b/core/static/assets/svg/brands/shopify-dark.svg new file mode 100644 index 0000000..98ff918 --- /dev/null +++ b/core/static/assets/svg/brands/shopify-dark.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/core/static/assets/svg/brands/shopify-gray.svg b/core/static/assets/svg/brands/shopify-gray.svg new file mode 100644 index 0000000..affb28b --- /dev/null +++ b/core/static/assets/svg/brands/shopify-gray.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/core/static/assets/svg/brands/shopify-icon.svg b/core/static/assets/svg/brands/shopify-icon.svg new file mode 100644 index 0000000..97ce609 --- /dev/null +++ b/core/static/assets/svg/brands/shopify-icon.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/core/static/assets/svg/brands/shopify-primary.svg b/core/static/assets/svg/brands/shopify-primary.svg new file mode 100644 index 0000000..1cd51a6 --- /dev/null +++ b/core/static/assets/svg/brands/shopify-primary.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/core/static/assets/svg/brands/shopify-white-50.svg b/core/static/assets/svg/brands/shopify-white-50.svg new file mode 100644 index 0000000..81b4fa6 --- /dev/null +++ b/core/static/assets/svg/brands/shopify-white-50.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/core/static/assets/svg/brands/shopify-white.svg b/core/static/assets/svg/brands/shopify-white.svg new file mode 100644 index 0000000..2e4df5c --- /dev/null +++ b/core/static/assets/svg/brands/shopify-white.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/core/static/assets/svg/brands/slack-icon.svg b/core/static/assets/svg/brands/slack-icon.svg new file mode 100644 index 0000000..8540613 --- /dev/null +++ b/core/static/assets/svg/brands/slack-icon.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + diff --git a/core/static/assets/svg/brands/vidados-dark.svg b/core/static/assets/svg/brands/vidados-dark.svg new file mode 100644 index 0000000..3be6578 --- /dev/null +++ b/core/static/assets/svg/brands/vidados-dark.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/core/static/assets/svg/brands/vidados-gray.svg b/core/static/assets/svg/brands/vidados-gray.svg new file mode 100644 index 0000000..4be3e10 --- /dev/null +++ b/core/static/assets/svg/brands/vidados-gray.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/brands/vidados-primary.svg b/core/static/assets/svg/brands/vidados-primary.svg new file mode 100644 index 0000000..261a6c6 --- /dev/null +++ b/core/static/assets/svg/brands/vidados-primary.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/brands/vidados-white-50.svg b/core/static/assets/svg/brands/vidados-white-50.svg new file mode 100644 index 0000000..d4e013f --- /dev/null +++ b/core/static/assets/svg/brands/vidados-white-50.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/core/static/assets/svg/brands/vidados-white.svg b/core/static/assets/svg/brands/vidados-white.svg new file mode 100644 index 0000000..539019b --- /dev/null +++ b/core/static/assets/svg/brands/vidados-white.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/core/static/assets/svg/components/arrow-down.svg b/core/static/assets/svg/components/arrow-down.svg new file mode 100644 index 0000000..6a2e3c2 --- /dev/null +++ b/core/static/assets/svg/components/arrow-down.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/core/static/assets/svg/components/card-1.svg b/core/static/assets/svg/components/card-1.svg new file mode 100644 index 0000000..c9f13fa --- /dev/null +++ b/core/static/assets/svg/components/card-1.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/components/card-10.svg b/core/static/assets/svg/components/card-10.svg new file mode 100644 index 0000000..89f7098 --- /dev/null +++ b/core/static/assets/svg/components/card-10.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/components/card-11.svg b/core/static/assets/svg/components/card-11.svg new file mode 100644 index 0000000..3527d93 --- /dev/null +++ b/core/static/assets/svg/components/card-11.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/components/card-12.svg b/core/static/assets/svg/components/card-12.svg new file mode 100644 index 0000000..334b64c --- /dev/null +++ b/core/static/assets/svg/components/card-12.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/components/card-2.svg b/core/static/assets/svg/components/card-2.svg new file mode 100644 index 0000000..c5620b0 --- /dev/null +++ b/core/static/assets/svg/components/card-2.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/core/static/assets/svg/components/card-3.svg b/core/static/assets/svg/components/card-3.svg new file mode 100644 index 0000000..72a47d9 --- /dev/null +++ b/core/static/assets/svg/components/card-3.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/components/card-4.svg b/core/static/assets/svg/components/card-4.svg new file mode 100644 index 0000000..a337e5f --- /dev/null +++ b/core/static/assets/svg/components/card-4.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/components/card-5.svg b/core/static/assets/svg/components/card-5.svg new file mode 100644 index 0000000..e4102f4 --- /dev/null +++ b/core/static/assets/svg/components/card-5.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/core/static/assets/svg/components/card-6.svg b/core/static/assets/svg/components/card-6.svg new file mode 100644 index 0000000..8b6f216 --- /dev/null +++ b/core/static/assets/svg/components/card-6.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/components/card-7.svg b/core/static/assets/svg/components/card-7.svg new file mode 100644 index 0000000..f1a26d8 --- /dev/null +++ b/core/static/assets/svg/components/card-7.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/core/static/assets/svg/components/card-8.svg b/core/static/assets/svg/components/card-8.svg new file mode 100644 index 0000000..93f06f7 --- /dev/null +++ b/core/static/assets/svg/components/card-8.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/core/static/assets/svg/components/card-9.svg b/core/static/assets/svg/components/card-9.svg new file mode 100644 index 0000000..4749810 --- /dev/null +++ b/core/static/assets/svg/components/card-9.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/core/static/assets/svg/components/check-bg.svg b/core/static/assets/svg/components/check-bg.svg new file mode 100644 index 0000000..f31370c --- /dev/null +++ b/core/static/assets/svg/components/check-bg.svg @@ -0,0 +1,13 @@ + + + + + + + diff --git a/core/static/assets/svg/components/check-soft-bg.svg b/core/static/assets/svg/components/check-soft-bg.svg new file mode 100644 index 0000000..a7d0f3a --- /dev/null +++ b/core/static/assets/svg/components/check-soft-bg.svg @@ -0,0 +1,13 @@ + + + + + + + diff --git a/core/static/assets/svg/components/check.svg b/core/static/assets/svg/components/check.svg new file mode 100644 index 0000000..433e03b --- /dev/null +++ b/core/static/assets/svg/components/check.svg @@ -0,0 +1,10 @@ + + + + + + diff --git a/core/static/assets/svg/components/circle-preloader.svg b/core/static/assets/svg/components/circle-preloader.svg new file mode 100644 index 0000000..71dc597 --- /dev/null +++ b/core/static/assets/svg/components/circle-preloader.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/core/static/assets/svg/components/curved-shape.svg b/core/static/assets/svg/components/curved-shape.svg new file mode 100644 index 0000000..e0d096e --- /dev/null +++ b/core/static/assets/svg/components/curved-shape.svg @@ -0,0 +1,3 @@ + + + diff --git a/core/static/assets/svg/components/curved-shapes.svg b/core/static/assets/svg/components/curved-shapes.svg new file mode 100644 index 0000000..42b52fc --- /dev/null +++ b/core/static/assets/svg/components/curved-shapes.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/components/dots-success.svg b/core/static/assets/svg/components/dots-success.svg new file mode 100644 index 0000000..e6bdd98 --- /dev/null +++ b/core/static/assets/svg/components/dots-success.svg @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/components/dots-warning.svg b/core/static/assets/svg/components/dots-warning.svg new file mode 100644 index 0000000..d308e9a --- /dev/null +++ b/core/static/assets/svg/components/dots-warning.svg @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/components/dots.svg b/core/static/assets/svg/components/dots.svg new file mode 100644 index 0000000..ca49db6 --- /dev/null +++ b/core/static/assets/svg/components/dots.svg @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/components/map-pin.svg b/core/static/assets/svg/components/map-pin.svg new file mode 100644 index 0000000..6c43708 --- /dev/null +++ b/core/static/assets/svg/components/map-pin.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + diff --git a/core/static/assets/svg/components/placeholder-avatar.svg b/core/static/assets/svg/components/placeholder-avatar.svg new file mode 100644 index 0000000..9b7fb0f --- /dev/null +++ b/core/static/assets/svg/components/placeholder-avatar.svg @@ -0,0 +1,13 @@ + + + + + + + + diff --git a/core/static/assets/svg/components/placeholder-csv-format.svg b/core/static/assets/svg/components/placeholder-csv-format.svg new file mode 100644 index 0000000..3bff122 --- /dev/null +++ b/core/static/assets/svg/components/placeholder-csv-format.svg @@ -0,0 +1,21 @@ + + + + + + + + +.CSV + diff --git a/core/static/assets/svg/components/placeholder-img-format.svg b/core/static/assets/svg/components/placeholder-img-format.svg new file mode 100644 index 0000000..a98156f --- /dev/null +++ b/core/static/assets/svg/components/placeholder-img-format.svg @@ -0,0 +1,18 @@ + + + + + + + + + + diff --git a/core/static/assets/svg/components/placeholder-lg.svg b/core/static/assets/svg/components/placeholder-lg.svg new file mode 100644 index 0000000..09d6c0d --- /dev/null +++ b/core/static/assets/svg/components/placeholder-lg.svg @@ -0,0 +1,14 @@ + + + + + + + diff --git a/core/static/assets/svg/components/plus-circle-dotted.svg b/core/static/assets/svg/components/plus-circle-dotted.svg new file mode 100644 index 0000000..c942e00 --- /dev/null +++ b/core/static/assets/svg/components/plus-circle-dotted.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/core/static/assets/svg/components/plus-icon.svg b/core/static/assets/svg/components/plus-icon.svg new file mode 100644 index 0000000..89b5728 --- /dev/null +++ b/core/static/assets/svg/components/plus-icon.svg @@ -0,0 +1,3 @@ + + + diff --git a/core/static/assets/svg/components/pointer-up.svg b/core/static/assets/svg/components/pointer-up.svg new file mode 100644 index 0000000..48d527f --- /dev/null +++ b/core/static/assets/svg/components/pointer-up.svg @@ -0,0 +1,3 @@ + + + diff --git a/core/static/assets/svg/components/popover-bottom.svg b/core/static/assets/svg/components/popover-bottom.svg new file mode 100644 index 0000000..2229be8 --- /dev/null +++ b/core/static/assets/svg/components/popover-bottom.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/components/popover-left.svg b/core/static/assets/svg/components/popover-left.svg new file mode 100644 index 0000000..b4233e8 --- /dev/null +++ b/core/static/assets/svg/components/popover-left.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/components/popover-right.svg b/core/static/assets/svg/components/popover-right.svg new file mode 100644 index 0000000..4b462e0 --- /dev/null +++ b/core/static/assets/svg/components/popover-right.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/components/popover-top.svg b/core/static/assets/svg/components/popover-top.svg new file mode 100644 index 0000000..d4818ff --- /dev/null +++ b/core/static/assets/svg/components/popover-top.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/components/three-arrows-1-light.svg b/core/static/assets/svg/components/three-arrows-1-light.svg new file mode 100644 index 0000000..5fa64f0 --- /dev/null +++ b/core/static/assets/svg/components/three-arrows-1-light.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/core/static/assets/svg/components/three-arrows-1.svg b/core/static/assets/svg/components/three-arrows-1.svg new file mode 100644 index 0000000..a164d6a --- /dev/null +++ b/core/static/assets/svg/components/three-arrows-1.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/core/static/assets/svg/components/three-arrows-2.svg b/core/static/assets/svg/components/three-arrows-2.svg new file mode 100644 index 0000000..6dfc23c --- /dev/null +++ b/core/static/assets/svg/components/three-arrows-2.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/core/static/assets/svg/components/wave-pattern-2-light.svg b/core/static/assets/svg/components/wave-pattern-2-light.svg new file mode 100644 index 0000000..913fed7 --- /dev/null +++ b/core/static/assets/svg/components/wave-pattern-2-light.svg @@ -0,0 +1,3 @@ + + + diff --git a/core/static/assets/svg/components/wave-pattern-light.svg b/core/static/assets/svg/components/wave-pattern-light.svg new file mode 100644 index 0000000..5031638 --- /dev/null +++ b/core/static/assets/svg/components/wave-pattern-light.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/core/static/assets/svg/components/wave-pattern.svg b/core/static/assets/svg/components/wave-pattern.svg new file mode 100644 index 0000000..5433b1a --- /dev/null +++ b/core/static/assets/svg/components/wave-pattern.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/core/static/assets/svg/design-system/docs-accordion.svg b/core/static/assets/svg/design-system/docs-accordion.svg new file mode 100644 index 0000000..8a2e79f --- /dev/null +++ b/core/static/assets/svg/design-system/docs-accordion.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/core/static/assets/svg/design-system/docs-alerts.svg b/core/static/assets/svg/design-system/docs-alerts.svg new file mode 100644 index 0000000..59c3f65 --- /dev/null +++ b/core/static/assets/svg/design-system/docs-alerts.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/core/static/assets/svg/design-system/docs-avatars.svg b/core/static/assets/svg/design-system/docs-avatars.svg new file mode 100644 index 0000000..40011ca --- /dev/null +++ b/core/static/assets/svg/design-system/docs-avatars.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/core/static/assets/svg/design-system/docs-badge.svg b/core/static/assets/svg/design-system/docs-badge.svg new file mode 100644 index 0000000..6c84d79 --- /dev/null +++ b/core/static/assets/svg/design-system/docs-badge.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/core/static/assets/svg/design-system/docs-basic-forms.svg b/core/static/assets/svg/design-system/docs-basic-forms.svg new file mode 100644 index 0000000..0447875 --- /dev/null +++ b/core/static/assets/svg/design-system/docs-basic-forms.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/core/static/assets/svg/design-system/docs-breadcrumb.svg b/core/static/assets/svg/design-system/docs-breadcrumb.svg new file mode 100644 index 0000000..35f7e84 --- /dev/null +++ b/core/static/assets/svg/design-system/docs-breadcrumb.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/core/static/assets/svg/design-system/docs-bs-icons.svg b/core/static/assets/svg/design-system/docs-bs-icons.svg new file mode 100644 index 0000000..df4cdeb --- /dev/null +++ b/core/static/assets/svg/design-system/docs-bs-icons.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/design-system/docs-button.svg b/core/static/assets/svg/design-system/docs-button.svg new file mode 100644 index 0000000..79d636c --- /dev/null +++ b/core/static/assets/svg/design-system/docs-button.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/core/static/assets/svg/design-system/docs-buttons.svg b/core/static/assets/svg/design-system/docs-buttons.svg new file mode 100644 index 0000000..79d636c --- /dev/null +++ b/core/static/assets/svg/design-system/docs-buttons.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/core/static/assets/svg/design-system/docs-cards.svg b/core/static/assets/svg/design-system/docs-cards.svg new file mode 100644 index 0000000..7bcf0ef --- /dev/null +++ b/core/static/assets/svg/design-system/docs-cards.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/design-system/docs-checks-and-switches.svg b/core/static/assets/svg/design-system/docs-checks-and-switches.svg new file mode 100644 index 0000000..6eaefd2 --- /dev/null +++ b/core/static/assets/svg/design-system/docs-checks-and-switches.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/core/static/assets/svg/design-system/docs-collapse.svg b/core/static/assets/svg/design-system/docs-collapse.svg new file mode 100644 index 0000000..b7b22a8 --- /dev/null +++ b/core/static/assets/svg/design-system/docs-collapse.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/design-system/docs-column-divider.svg b/core/static/assets/svg/design-system/docs-column-divider.svg new file mode 100644 index 0000000..6d4aec1 --- /dev/null +++ b/core/static/assets/svg/design-system/docs-column-divider.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/core/static/assets/svg/design-system/docs-countdown.svg b/core/static/assets/svg/design-system/docs-countdown.svg new file mode 100644 index 0000000..aa98c6f --- /dev/null +++ b/core/static/assets/svg/design-system/docs-countdown.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/core/static/assets/svg/design-system/docs-devices.svg b/core/static/assets/svg/design-system/docs-devices.svg new file mode 100644 index 0000000..934a15e --- /dev/null +++ b/core/static/assets/svg/design-system/docs-devices.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/core/static/assets/svg/design-system/docs-divider.svg b/core/static/assets/svg/design-system/docs-divider.svg new file mode 100644 index 0000000..eaeb08b --- /dev/null +++ b/core/static/assets/svg/design-system/docs-divider.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/core/static/assets/svg/design-system/docs-dropdowns.svg b/core/static/assets/svg/design-system/docs-dropdowns.svg new file mode 100644 index 0000000..8635a9b --- /dev/null +++ b/core/static/assets/svg/design-system/docs-dropdowns.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/design-system/docs-fslightbox.svg b/core/static/assets/svg/design-system/docs-fslightbox.svg new file mode 100644 index 0000000..fec3793 --- /dev/null +++ b/core/static/assets/svg/design-system/docs-fslightbox.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/core/static/assets/svg/design-system/docs-go-to.svg b/core/static/assets/svg/design-system/docs-go-to.svg new file mode 100644 index 0000000..7389d73 --- /dev/null +++ b/core/static/assets/svg/design-system/docs-go-to.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/core/static/assets/svg/design-system/docs-input-group.svg b/core/static/assets/svg/design-system/docs-input-group.svg new file mode 100644 index 0000000..c835c7f --- /dev/null +++ b/core/static/assets/svg/design-system/docs-input-group.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/core/static/assets/svg/design-system/docs-list-group.svg b/core/static/assets/svg/design-system/docs-list-group.svg new file mode 100644 index 0000000..aac7eb1 --- /dev/null +++ b/core/static/assets/svg/design-system/docs-list-group.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/core/static/assets/svg/design-system/docs-lists.svg b/core/static/assets/svg/design-system/docs-lists.svg new file mode 100644 index 0000000..31e5f23 --- /dev/null +++ b/core/static/assets/svg/design-system/docs-lists.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/core/static/assets/svg/design-system/docs-mega-menu.svg b/core/static/assets/svg/design-system/docs-mega-menu.svg new file mode 100644 index 0000000..3babded --- /dev/null +++ b/core/static/assets/svg/design-system/docs-mega-menu.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/design-system/docs-modal.svg b/core/static/assets/svg/design-system/docs-modal.svg new file mode 100644 index 0000000..65cc629 --- /dev/null +++ b/core/static/assets/svg/design-system/docs-modal.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/design-system/docs-navbar.svg b/core/static/assets/svg/design-system/docs-navbar.svg new file mode 100644 index 0000000..c8e97b8 --- /dev/null +++ b/core/static/assets/svg/design-system/docs-navbar.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/core/static/assets/svg/design-system/docs-navs.svg b/core/static/assets/svg/design-system/docs-navs.svg new file mode 100644 index 0000000..5fb3be3 --- /dev/null +++ b/core/static/assets/svg/design-system/docs-navs.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/core/static/assets/svg/design-system/docs-offcanvas.svg b/core/static/assets/svg/design-system/docs-offcanvas.svg new file mode 100644 index 0000000..3b1e442 --- /dev/null +++ b/core/static/assets/svg/design-system/docs-offcanvas.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/design-system/docs-pagination.svg b/core/static/assets/svg/design-system/docs-pagination.svg new file mode 100644 index 0000000..2692513 --- /dev/null +++ b/core/static/assets/svg/design-system/docs-pagination.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/core/static/assets/svg/design-system/docs-popovers.svg b/core/static/assets/svg/design-system/docs-popovers.svg new file mode 100644 index 0000000..cdf89ab --- /dev/null +++ b/core/static/assets/svg/design-system/docs-popovers.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/core/static/assets/svg/design-system/docs-progress.svg b/core/static/assets/svg/design-system/docs-progress.svg new file mode 100644 index 0000000..aae2187 --- /dev/null +++ b/core/static/assets/svg/design-system/docs-progress.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/core/static/assets/svg/design-system/docs-scrollspy.svg b/core/static/assets/svg/design-system/docs-scrollspy.svg new file mode 100644 index 0000000..79389a6 --- /dev/null +++ b/core/static/assets/svg/design-system/docs-scrollspy.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/design-system/docs-shapes.svg b/core/static/assets/svg/design-system/docs-shapes.svg new file mode 100644 index 0000000..6f54b18 --- /dev/null +++ b/core/static/assets/svg/design-system/docs-shapes.svg @@ -0,0 +1,4 @@ + + + + diff --git a/core/static/assets/svg/design-system/docs-sliding-img.svg b/core/static/assets/svg/design-system/docs-sliding-img.svg new file mode 100644 index 0000000..3e4909e --- /dev/null +++ b/core/static/assets/svg/design-system/docs-sliding-img.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/design-system/docs-spinners.svg b/core/static/assets/svg/design-system/docs-spinners.svg new file mode 100644 index 0000000..777a41f --- /dev/null +++ b/core/static/assets/svg/design-system/docs-spinners.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/core/static/assets/svg/design-system/docs-steps.svg b/core/static/assets/svg/design-system/docs-steps.svg new file mode 100644 index 0000000..a116064 --- /dev/null +++ b/core/static/assets/svg/design-system/docs-steps.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/core/static/assets/svg/design-system/docs-sticky-block.svg b/core/static/assets/svg/design-system/docs-sticky-block.svg new file mode 100644 index 0000000..cc98c99 --- /dev/null +++ b/core/static/assets/svg/design-system/docs-sticky-block.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/core/static/assets/svg/design-system/docs-swiper.svg b/core/static/assets/svg/design-system/docs-swiper.svg new file mode 100644 index 0000000..6cae139 --- /dev/null +++ b/core/static/assets/svg/design-system/docs-swiper.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/core/static/assets/svg/design-system/docs-tab.svg b/core/static/assets/svg/design-system/docs-tab.svg new file mode 100644 index 0000000..74c578b --- /dev/null +++ b/core/static/assets/svg/design-system/docs-tab.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/core/static/assets/svg/design-system/docs-tables.svg b/core/static/assets/svg/design-system/docs-tables.svg new file mode 100644 index 0000000..e9f9897 --- /dev/null +++ b/core/static/assets/svg/design-system/docs-tables.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/core/static/assets/svg/design-system/docs-toasts.svg b/core/static/assets/svg/design-system/docs-toasts.svg new file mode 100644 index 0000000..ae7c11d --- /dev/null +++ b/core/static/assets/svg/design-system/docs-toasts.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/core/static/assets/svg/design-system/docs-tooltips.svg b/core/static/assets/svg/design-system/docs-tooltips.svg new file mode 100644 index 0000000..90839cb --- /dev/null +++ b/core/static/assets/svg/design-system/docs-tooltips.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/core/static/assets/svg/design-system/docs-typography.svg b/core/static/assets/svg/design-system/docs-typography.svg new file mode 100644 index 0000000..5d397c1 --- /dev/null +++ b/core/static/assets/svg/design-system/docs-typography.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/core/static/assets/svg/design-system/snippets-cards-grid.svg b/core/static/assets/svg/design-system/snippets-cards-grid.svg new file mode 100644 index 0000000..f3f9b2a --- /dev/null +++ b/core/static/assets/svg/design-system/snippets-cards-grid.svg @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/design-system/snippets-cards-list.svg b/core/static/assets/svg/design-system/snippets-cards-list.svg new file mode 100644 index 0000000..4a87615 --- /dev/null +++ b/core/static/assets/svg/design-system/snippets-cards-list.svg @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/design-system/snippets-clients.svg b/core/static/assets/svg/design-system/snippets-clients.svg new file mode 100644 index 0000000..5e37ab1 --- /dev/null +++ b/core/static/assets/svg/design-system/snippets-clients.svg @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/design-system/snippets-comments.svg b/core/static/assets/svg/design-system/snippets-comments.svg new file mode 100644 index 0000000..6c3c376 --- /dev/null +++ b/core/static/assets/svg/design-system/snippets-comments.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/design-system/snippets-contact-sections.svg b/core/static/assets/svg/design-system/snippets-contact-sections.svg new file mode 100644 index 0000000..d1a8fc6 --- /dev/null +++ b/core/static/assets/svg/design-system/snippets-contact-sections.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/design-system/snippets-content-sections.svg b/core/static/assets/svg/design-system/snippets-content-sections.svg new file mode 100644 index 0000000..2ff1507 --- /dev/null +++ b/core/static/assets/svg/design-system/snippets-content-sections.svg @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/design-system/snippets-cta.svg b/core/static/assets/svg/design-system/snippets-cta.svg new file mode 100644 index 0000000..6b892a8 --- /dev/null +++ b/core/static/assets/svg/design-system/snippets-cta.svg @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/design-system/snippets-faq.svg b/core/static/assets/svg/design-system/snippets-faq.svg new file mode 100644 index 0000000..2d81d13 --- /dev/null +++ b/core/static/assets/svg/design-system/snippets-faq.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/design-system/snippets-features-general.svg b/core/static/assets/svg/design-system/snippets-features-general.svg new file mode 100644 index 0000000..7e1b0bb --- /dev/null +++ b/core/static/assets/svg/design-system/snippets-features-general.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/design-system/snippets-features-navs.svg b/core/static/assets/svg/design-system/snippets-features-navs.svg new file mode 100644 index 0000000..61acfad --- /dev/null +++ b/core/static/assets/svg/design-system/snippets-features-navs.svg @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/design-system/snippets-features-stats.svg b/core/static/assets/svg/design-system/snippets-features-stats.svg new file mode 100644 index 0000000..572b6be --- /dev/null +++ b/core/static/assets/svg/design-system/snippets-features-stats.svg @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/design-system/snippets-features-step.svg b/core/static/assets/svg/design-system/snippets-features-step.svg new file mode 100644 index 0000000..0da3541 --- /dev/null +++ b/core/static/assets/svg/design-system/snippets-features-step.svg @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/design-system/snippets-footer.svg b/core/static/assets/svg/design-system/snippets-footer.svg new file mode 100644 index 0000000..e11c67f --- /dev/null +++ b/core/static/assets/svg/design-system/snippets-footer.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/design-system/snippets-form-layouts-authentication.svg b/core/static/assets/svg/design-system/snippets-form-layouts-authentication.svg new file mode 100644 index 0000000..6e5b9d7 --- /dev/null +++ b/core/static/assets/svg/design-system/snippets-form-layouts-authentication.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/design-system/snippets-form-layouts-feedback.svg b/core/static/assets/svg/design-system/snippets-form-layouts-feedback.svg new file mode 100644 index 0000000..390e1c8 --- /dev/null +++ b/core/static/assets/svg/design-system/snippets-form-layouts-feedback.svg @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/design-system/snippets-form-layouts-filters.svg b/core/static/assets/svg/design-system/snippets-form-layouts-filters.svg new file mode 100644 index 0000000..4a6e055 --- /dev/null +++ b/core/static/assets/svg/design-system/snippets-form-layouts-filters.svg @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/design-system/snippets-form-layouts-search.svg b/core/static/assets/svg/design-system/snippets-form-layouts-search.svg new file mode 100644 index 0000000..56540f0 --- /dev/null +++ b/core/static/assets/svg/design-system/snippets-form-layouts-search.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/design-system/snippets-form-layouts-subscribe.svg b/core/static/assets/svg/design-system/snippets-form-layouts-subscribe.svg new file mode 100644 index 0000000..f369c95 --- /dev/null +++ b/core/static/assets/svg/design-system/snippets-form-layouts-subscribe.svg @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/design-system/snippets-gallery.svg b/core/static/assets/svg/design-system/snippets-gallery.svg new file mode 100644 index 0000000..07af064 --- /dev/null +++ b/core/static/assets/svg/design-system/snippets-gallery.svg @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/design-system/snippets-hero-sections.svg b/core/static/assets/svg/design-system/snippets-hero-sections.svg new file mode 100644 index 0000000..ed0fbec --- /dev/null +++ b/core/static/assets/svg/design-system/snippets-hero-sections.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/design-system/snippets-icon-blocks.svg b/core/static/assets/svg/design-system/snippets-icon-blocks.svg new file mode 100644 index 0000000..3611ce8 --- /dev/null +++ b/core/static/assets/svg/design-system/snippets-icon-blocks.svg @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/design-system/snippets-navbar.svg b/core/static/assets/svg/design-system/snippets-navbar.svg new file mode 100644 index 0000000..1a09394 --- /dev/null +++ b/core/static/assets/svg/design-system/snippets-navbar.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/design-system/snippets-pricing.svg b/core/static/assets/svg/design-system/snippets-pricing.svg new file mode 100644 index 0000000..01fafba --- /dev/null +++ b/core/static/assets/svg/design-system/snippets-pricing.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/design-system/snippets-sidebar-examples.svg b/core/static/assets/svg/design-system/snippets-sidebar-examples.svg new file mode 100644 index 0000000..7c0e767 --- /dev/null +++ b/core/static/assets/svg/design-system/snippets-sidebar-examples.svg @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/design-system/snippets-team-sections.svg b/core/static/assets/svg/design-system/snippets-team-sections.svg new file mode 100644 index 0000000..6edc978 --- /dev/null +++ b/core/static/assets/svg/design-system/snippets-team-sections.svg @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/design-system/snippets-testimonials.svg b/core/static/assets/svg/design-system/snippets-testimonials.svg new file mode 100644 index 0000000..bfe32ee --- /dev/null +++ b/core/static/assets/svg/design-system/snippets-testimonials.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/design-system/snippets-user-profile.svg b/core/static/assets/svg/design-system/snippets-user-profile.svg new file mode 100644 index 0000000..32ac5d0 --- /dev/null +++ b/core/static/assets/svg/design-system/snippets-user-profile.svg @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/illustrations/cubics.svg b/core/static/assets/svg/illustrations/cubics.svg new file mode 100644 index 0000000..700cb9f --- /dev/null +++ b/core/static/assets/svg/illustrations/cubics.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/illustrations/grid-grey.svg b/core/static/assets/svg/illustrations/grid-grey.svg new file mode 100644 index 0000000..6c04d16 --- /dev/null +++ b/core/static/assets/svg/illustrations/grid-grey.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/illustrations/master-adobe-ai-book.svg b/core/static/assets/svg/illustrations/master-adobe-ai-book.svg new file mode 100644 index 0000000..61e67c6 --- /dev/null +++ b/core/static/assets/svg/illustrations/master-adobe-ai-book.svg @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/illustrations/oc-building-apps.svg b/core/static/assets/svg/illustrations/oc-building-apps.svg new file mode 100644 index 0000000..4cb7401 --- /dev/null +++ b/core/static/assets/svg/illustrations/oc-building-apps.svg @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/illustrations/oc-error.svg b/core/static/assets/svg/illustrations/oc-error.svg new file mode 100644 index 0000000..5ec8393 --- /dev/null +++ b/core/static/assets/svg/illustrations/oc-error.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/illustrations/oc-megaphone.svg b/core/static/assets/svg/illustrations/oc-megaphone.svg new file mode 100644 index 0000000..b8343db --- /dev/null +++ b/core/static/assets/svg/illustrations/oc-megaphone.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/core/static/assets/svg/illustrations/oc-project-development.svg b/core/static/assets/svg/illustrations/oc-project-development.svg new file mode 100644 index 0000000..6d5dea8 --- /dev/null +++ b/core/static/assets/svg/illustrations/oc-project-development.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/illustrations/plane.svg b/core/static/assets/svg/illustrations/plane.svg new file mode 100644 index 0000000..4ef522f --- /dev/null +++ b/core/static/assets/svg/illustrations/plane.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/core/static/assets/svg/illustrations/star-half.svg b/core/static/assets/svg/illustrations/star-half.svg new file mode 100644 index 0000000..fa463f0 --- /dev/null +++ b/core/static/assets/svg/illustrations/star-half.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/core/static/assets/svg/illustrations/star-muted.svg b/core/static/assets/svg/illustrations/star-muted.svg new file mode 100644 index 0000000..b7f6c1d --- /dev/null +++ b/core/static/assets/svg/illustrations/star-muted.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/core/static/assets/svg/illustrations/star.svg b/core/static/assets/svg/illustrations/star.svg new file mode 100644 index 0000000..b7f6c1d --- /dev/null +++ b/core/static/assets/svg/illustrations/star.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/core/static/assets/svg/logos/logo-white.svg b/core/static/assets/svg/logos/logo-white.svg new file mode 100644 index 0000000..90ada34 --- /dev/null +++ b/core/static/assets/svg/logos/logo-white.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/core/static/assets/svg/logos/logo.svg b/core/static/assets/svg/logos/logo.svg new file mode 100644 index 0000000..7e47b22 --- /dev/null +++ b/core/static/assets/svg/logos/logo.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/core/static/assets/svg/od/oc-landing.svg b/core/static/assets/svg/od/oc-landing.svg new file mode 100644 index 0000000..bb10f66 --- /dev/null +++ b/core/static/assets/svg/od/oc-landing.svg @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/od/oc-mailbox.svg b/core/static/assets/svg/od/oc-mailbox.svg new file mode 100644 index 0000000..bdb16f6 --- /dev/null +++ b/core/static/assets/svg/od/oc-mailbox.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/od/oc-plugging-in.svg b/core/static/assets/svg/od/oc-plugging-in.svg new file mode 100644 index 0000000..9516fde --- /dev/null +++ b/core/static/assets/svg/od/oc-plugging-in.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/od/oc-startup.svg b/core/static/assets/svg/od/oc-startup.svg new file mode 100644 index 0000000..a91a2a4 --- /dev/null +++ b/core/static/assets/svg/od/oc-startup.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/core/static/assets/svg/od/od-logo.svg b/core/static/assets/svg/od/od-logo.svg new file mode 100644 index 0000000..e1bca21 --- /dev/null +++ b/core/static/assets/svg/od/od-logo.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/core/static/assets/vendor/bootstrap-icons/LICENSE.md b/core/static/assets/vendor/bootstrap-icons/LICENSE.md new file mode 100644 index 0000000..47f06b6 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/LICENSE.md @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2019-2021 The Bootstrap Authors + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/core/static/assets/vendor/bootstrap-icons/README.md b/core/static/assets/vendor/bootstrap-icons/README.md new file mode 100644 index 0000000..bb558ee --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/README.md @@ -0,0 +1,97 @@ +

+ + Bootstrap logo + +

+ +

Bootstrap Icons

+ +

+ Official open source SVG icon library for Bootstrap with over 1,800 icons. +
+ Explore Bootstrap Icons » +
+
+ Bootstrap + · + Themes + · + Blog +
+

+ +[![Bootstrap Icons preview](https://github.com/twbs/icons/blob/main/.github/preview.png)](https://icons.getbootstrap.com) + +## Install + +Bootstrap Icons are packaged up and published to npm. We only include the processed SVGs in this package—it's up to you and your team to implement. [Read our docs](https://icons.getbootstrap.com/) for usage instructions. + +```shell +npm i bootstrap-icons +``` + +For those [using Packagist](https://packagist.org/packages/twbs/bootstrap-icons), you can also install Bootstrap Icons via Composer: + +```shell +composer require twbs/bootstrap-icons +``` + +[Also available in Figma.](https://www.figma.com/community/file/1042482994486402696/Bootstrap-Icons) + +## Usage + +Depending on your setup, you can include Bootstrap Icons in a handful of ways. + +- Copy-paste SVGs as embedded HTML +- Reference via `` element +- Use the SVG sprite +- Include via CSS + +[See the docs for more information.](https://icons.getbootstrap.com/#usage) + +## Development + +[![Build Status](https://github.com/twbs/icons/workflows/Tests/badge.svg)](https://github.com/twbs/icons/actions?workflow=Tests) + +Clone the repo, install dependencies, and start the Hugo server locally. + +```shell +git clone https://github.com/twbs/icons/ +cd icons +npm i +npm start +``` + +Then open `http://localhost:4000` in your browser. + +### npm scripts + +Here are some key scripts you'll use during development. Be sure to look to our `package.json` for a complete list of scripts. + +| Script | Description | +| --- | --- | +| `start` | Alias for running `docs-serve` | +| `docs-serve` | Starts a local Hugo server | +| `pages` | Generates permalink pages for each icon with template Markdown | +| `icons` | Processes and optimizes SVGs in `icons` directory | + +## Adding SVGs + +Icons are typically only added by @mdo, but exceptions can be made. New glyphs are designed in Figma first on a 16x16px grid, then exported as flattened SVGs with `fill` (no stroke). Once a new SVG icon has been added to the `icons` directory, we use an npm script to: + +1. Optimize our SVGs with SVGO. +2. Modify the SVGs source HTML, removing all attributes before setting new attributes and values in our preferred order. + +Use `npm run icons` to run the script, run `npm run pages` to build permalink pages, complete those pages, and, finally, commit the results in a new branch for updating. + +## Publishing + +Documentation is published automatically when a new Git tag is published. See our [GitHub Actions](https://github.com/twbs/icons/tree/main/.github/workflows) and [`package.json`](https://github.com/twbs/icons/blob/main/package.json) for more information. + +## License + +MIT + +## Author + +[@mdo](https://github.com/mdo) diff --git a/core/static/assets/vendor/bootstrap-icons/bootstrap-icons.svg b/core/static/assets/vendor/bootstrap-icons/bootstrap-icons.svg new file mode 100644 index 0000000..8104aea --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/bootstrap-icons.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/font/bootstrap-icons.css b/core/static/assets/vendor/bootstrap-icons/font/bootstrap-icons.css new file mode 100644 index 0000000..7f0bd54 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/font/bootstrap-icons.css @@ -0,0 +1,1876 @@ +@font-face { + font-display: block; + font-family: "bootstrap-icons"; + src: url("./fonts/bootstrap-icons.woff2?8d200481aa7f02a2d63a331fc782cfaf") format("woff2"), +url("./fonts/bootstrap-icons.woff?8d200481aa7f02a2d63a331fc782cfaf") format("woff"); +} + +.bi::before, +[class^="bi-"]::before, +[class*=" bi-"]::before { + display: inline-block; + font-family: bootstrap-icons !important; + font-style: normal; + font-weight: normal !important; + font-variant: normal; + text-transform: none; + line-height: 1; + vertical-align: -.125em; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +.bi-123::before { content: "\f67f"; } +.bi-alarm-fill::before { content: "\f101"; } +.bi-alarm::before { content: "\f102"; } +.bi-align-bottom::before { content: "\f103"; } +.bi-align-center::before { content: "\f104"; } +.bi-align-end::before { content: "\f105"; } +.bi-align-middle::before { content: "\f106"; } +.bi-align-start::before { content: "\f107"; } +.bi-align-top::before { content: "\f108"; } +.bi-alt::before { content: "\f109"; } +.bi-app-indicator::before { content: "\f10a"; } +.bi-app::before { content: "\f10b"; } +.bi-archive-fill::before { content: "\f10c"; } +.bi-archive::before { content: "\f10d"; } +.bi-arrow-90deg-down::before { content: "\f10e"; } +.bi-arrow-90deg-left::before { content: "\f10f"; } +.bi-arrow-90deg-right::before { content: "\f110"; } +.bi-arrow-90deg-up::before { content: "\f111"; } +.bi-arrow-bar-down::before { content: "\f112"; } +.bi-arrow-bar-left::before { content: "\f113"; } +.bi-arrow-bar-right::before { content: "\f114"; } +.bi-arrow-bar-up::before { content: "\f115"; } +.bi-arrow-clockwise::before { content: "\f116"; } +.bi-arrow-counterclockwise::before { content: "\f117"; } +.bi-arrow-down-circle-fill::before { content: "\f118"; } +.bi-arrow-down-circle::before { content: "\f119"; } +.bi-arrow-down-left-circle-fill::before { content: "\f11a"; } +.bi-arrow-down-left-circle::before { content: "\f11b"; } +.bi-arrow-down-left-square-fill::before { content: "\f11c"; } +.bi-arrow-down-left-square::before { content: "\f11d"; } +.bi-arrow-down-left::before { content: "\f11e"; } +.bi-arrow-down-right-circle-fill::before { content: "\f11f"; } +.bi-arrow-down-right-circle::before { content: "\f120"; } +.bi-arrow-down-right-square-fill::before { content: "\f121"; } +.bi-arrow-down-right-square::before { content: "\f122"; } +.bi-arrow-down-right::before { content: "\f123"; } +.bi-arrow-down-short::before { content: "\f124"; } +.bi-arrow-down-square-fill::before { content: "\f125"; } +.bi-arrow-down-square::before { content: "\f126"; } +.bi-arrow-down-up::before { content: "\f127"; } +.bi-arrow-down::before { content: "\f128"; } +.bi-arrow-left-circle-fill::before { content: "\f129"; } +.bi-arrow-left-circle::before { content: "\f12a"; } +.bi-arrow-left-right::before { content: "\f12b"; } +.bi-arrow-left-short::before { content: "\f12c"; } +.bi-arrow-left-square-fill::before { content: "\f12d"; } +.bi-arrow-left-square::before { content: "\f12e"; } +.bi-arrow-left::before { content: "\f12f"; } +.bi-arrow-repeat::before { content: "\f130"; } +.bi-arrow-return-left::before { content: "\f131"; } +.bi-arrow-return-right::before { content: "\f132"; } +.bi-arrow-right-circle-fill::before { content: "\f133"; } +.bi-arrow-right-circle::before { content: "\f134"; } +.bi-arrow-right-short::before { content: "\f135"; } +.bi-arrow-right-square-fill::before { content: "\f136"; } +.bi-arrow-right-square::before { content: "\f137"; } +.bi-arrow-right::before { content: "\f138"; } +.bi-arrow-up-circle-fill::before { content: "\f139"; } +.bi-arrow-up-circle::before { content: "\f13a"; } +.bi-arrow-up-left-circle-fill::before { content: "\f13b"; } +.bi-arrow-up-left-circle::before { content: "\f13c"; } +.bi-arrow-up-left-square-fill::before { content: "\f13d"; } +.bi-arrow-up-left-square::before { content: "\f13e"; } +.bi-arrow-up-left::before { content: "\f13f"; } +.bi-arrow-up-right-circle-fill::before { content: "\f140"; } +.bi-arrow-up-right-circle::before { content: "\f141"; } +.bi-arrow-up-right-square-fill::before { content: "\f142"; } +.bi-arrow-up-right-square::before { content: "\f143"; } +.bi-arrow-up-right::before { content: "\f144"; } +.bi-arrow-up-short::before { content: "\f145"; } +.bi-arrow-up-square-fill::before { content: "\f146"; } +.bi-arrow-up-square::before { content: "\f147"; } +.bi-arrow-up::before { content: "\f148"; } +.bi-arrows-angle-contract::before { content: "\f149"; } +.bi-arrows-angle-expand::before { content: "\f14a"; } +.bi-arrows-collapse::before { content: "\f14b"; } +.bi-arrows-expand::before { content: "\f14c"; } +.bi-arrows-fullscreen::before { content: "\f14d"; } +.bi-arrows-move::before { content: "\f14e"; } +.bi-aspect-ratio-fill::before { content: "\f14f"; } +.bi-aspect-ratio::before { content: "\f150"; } +.bi-asterisk::before { content: "\f151"; } +.bi-at::before { content: "\f152"; } +.bi-award-fill::before { content: "\f153"; } +.bi-award::before { content: "\f154"; } +.bi-back::before { content: "\f155"; } +.bi-backspace-fill::before { content: "\f156"; } +.bi-backspace-reverse-fill::before { content: "\f157"; } +.bi-backspace-reverse::before { content: "\f158"; } +.bi-backspace::before { content: "\f159"; } +.bi-badge-3d-fill::before { content: "\f15a"; } +.bi-badge-3d::before { content: "\f15b"; } +.bi-badge-4k-fill::before { content: "\f15c"; } +.bi-badge-4k::before { content: "\f15d"; } +.bi-badge-8k-fill::before { content: "\f15e"; } +.bi-badge-8k::before { content: "\f15f"; } +.bi-badge-ad-fill::before { content: "\f160"; } +.bi-badge-ad::before { content: "\f161"; } +.bi-badge-ar-fill::before { content: "\f162"; } +.bi-badge-ar::before { content: "\f163"; } +.bi-badge-cc-fill::before { content: "\f164"; } +.bi-badge-cc::before { content: "\f165"; } +.bi-badge-hd-fill::before { content: "\f166"; } +.bi-badge-hd::before { content: "\f167"; } +.bi-badge-tm-fill::before { content: "\f168"; } +.bi-badge-tm::before { content: "\f169"; } +.bi-badge-vo-fill::before { content: "\f16a"; } +.bi-badge-vo::before { content: "\f16b"; } +.bi-badge-vr-fill::before { content: "\f16c"; } +.bi-badge-vr::before { content: "\f16d"; } +.bi-badge-wc-fill::before { content: "\f16e"; } +.bi-badge-wc::before { content: "\f16f"; } +.bi-bag-check-fill::before { content: "\f170"; } +.bi-bag-check::before { content: "\f171"; } +.bi-bag-dash-fill::before { content: "\f172"; } +.bi-bag-dash::before { content: "\f173"; } +.bi-bag-fill::before { content: "\f174"; } +.bi-bag-plus-fill::before { content: "\f175"; } +.bi-bag-plus::before { content: "\f176"; } +.bi-bag-x-fill::before { content: "\f177"; } +.bi-bag-x::before { content: "\f178"; } +.bi-bag::before { content: "\f179"; } +.bi-bar-chart-fill::before { content: "\f17a"; } +.bi-bar-chart-line-fill::before { content: "\f17b"; } +.bi-bar-chart-line::before { content: "\f17c"; } +.bi-bar-chart-steps::before { content: "\f17d"; } +.bi-bar-chart::before { content: "\f17e"; } +.bi-basket-fill::before { content: "\f17f"; } +.bi-basket::before { content: "\f180"; } +.bi-basket2-fill::before { content: "\f181"; } +.bi-basket2::before { content: "\f182"; } +.bi-basket3-fill::before { content: "\f183"; } +.bi-basket3::before { content: "\f184"; } +.bi-battery-charging::before { content: "\f185"; } +.bi-battery-full::before { content: "\f186"; } +.bi-battery-half::before { content: "\f187"; } +.bi-battery::before { content: "\f188"; } +.bi-bell-fill::before { content: "\f189"; } +.bi-bell::before { content: "\f18a"; } +.bi-bezier::before { content: "\f18b"; } +.bi-bezier2::before { content: "\f18c"; } +.bi-bicycle::before { content: "\f18d"; } +.bi-binoculars-fill::before { content: "\f18e"; } +.bi-binoculars::before { content: "\f18f"; } +.bi-blockquote-left::before { content: "\f190"; } +.bi-blockquote-right::before { content: "\f191"; } +.bi-book-fill::before { content: "\f192"; } +.bi-book-half::before { content: "\f193"; } +.bi-book::before { content: "\f194"; } +.bi-bookmark-check-fill::before { content: "\f195"; } +.bi-bookmark-check::before { content: "\f196"; } +.bi-bookmark-dash-fill::before { content: "\f197"; } +.bi-bookmark-dash::before { content: "\f198"; } +.bi-bookmark-fill::before { content: "\f199"; } +.bi-bookmark-heart-fill::before { content: "\f19a"; } +.bi-bookmark-heart::before { content: "\f19b"; } +.bi-bookmark-plus-fill::before { content: "\f19c"; } +.bi-bookmark-plus::before { content: "\f19d"; } +.bi-bookmark-star-fill::before { content: "\f19e"; } +.bi-bookmark-star::before { content: "\f19f"; } +.bi-bookmark-x-fill::before { content: "\f1a0"; } +.bi-bookmark-x::before { content: "\f1a1"; } +.bi-bookmark::before { content: "\f1a2"; } +.bi-bookmarks-fill::before { content: "\f1a3"; } +.bi-bookmarks::before { content: "\f1a4"; } +.bi-bookshelf::before { content: "\f1a5"; } +.bi-bootstrap-fill::before { content: "\f1a6"; } +.bi-bootstrap-reboot::before { content: "\f1a7"; } +.bi-bootstrap::before { content: "\f1a8"; } +.bi-border-all::before { content: "\f1a9"; } +.bi-border-bottom::before { content: "\f1aa"; } +.bi-border-center::before { content: "\f1ab"; } +.bi-border-inner::before { content: "\f1ac"; } +.bi-border-left::before { content: "\f1ad"; } +.bi-border-middle::before { content: "\f1ae"; } +.bi-border-outer::before { content: "\f1af"; } +.bi-border-right::before { content: "\f1b0"; } +.bi-border-style::before { content: "\f1b1"; } +.bi-border-top::before { content: "\f1b2"; } +.bi-border-width::before { content: "\f1b3"; } +.bi-border::before { content: "\f1b4"; } +.bi-bounding-box-circles::before { content: "\f1b5"; } +.bi-bounding-box::before { content: "\f1b6"; } +.bi-box-arrow-down-left::before { content: "\f1b7"; } +.bi-box-arrow-down-right::before { content: "\f1b8"; } +.bi-box-arrow-down::before { content: "\f1b9"; } +.bi-box-arrow-in-down-left::before { content: "\f1ba"; } +.bi-box-arrow-in-down-right::before { content: "\f1bb"; } +.bi-box-arrow-in-down::before { content: "\f1bc"; } +.bi-box-arrow-in-left::before { content: "\f1bd"; } +.bi-box-arrow-in-right::before { content: "\f1be"; } +.bi-box-arrow-in-up-left::before { content: "\f1bf"; } +.bi-box-arrow-in-up-right::before { content: "\f1c0"; } +.bi-box-arrow-in-up::before { content: "\f1c1"; } +.bi-box-arrow-left::before { content: "\f1c2"; } +.bi-box-arrow-right::before { content: "\f1c3"; } +.bi-box-arrow-up-left::before { content: "\f1c4"; } +.bi-box-arrow-up-right::before { content: "\f1c5"; } +.bi-box-arrow-up::before { content: "\f1c6"; } +.bi-box-seam::before { content: "\f1c7"; } +.bi-box::before { content: "\f1c8"; } +.bi-braces::before { content: "\f1c9"; } +.bi-bricks::before { content: "\f1ca"; } +.bi-briefcase-fill::before { content: "\f1cb"; } +.bi-briefcase::before { content: "\f1cc"; } +.bi-brightness-alt-high-fill::before { content: "\f1cd"; } +.bi-brightness-alt-high::before { content: "\f1ce"; } +.bi-brightness-alt-low-fill::before { content: "\f1cf"; } +.bi-brightness-alt-low::before { content: "\f1d0"; } +.bi-brightness-high-fill::before { content: "\f1d1"; } +.bi-brightness-high::before { content: "\f1d2"; } +.bi-brightness-low-fill::before { content: "\f1d3"; } +.bi-brightness-low::before { content: "\f1d4"; } +.bi-broadcast-pin::before { content: "\f1d5"; } +.bi-broadcast::before { content: "\f1d6"; } +.bi-brush-fill::before { content: "\f1d7"; } +.bi-brush::before { content: "\f1d8"; } +.bi-bucket-fill::before { content: "\f1d9"; } +.bi-bucket::before { content: "\f1da"; } +.bi-bug-fill::before { content: "\f1db"; } +.bi-bug::before { content: "\f1dc"; } +.bi-building::before { content: "\f1dd"; } +.bi-bullseye::before { content: "\f1de"; } +.bi-calculator-fill::before { content: "\f1df"; } +.bi-calculator::before { content: "\f1e0"; } +.bi-calendar-check-fill::before { content: "\f1e1"; } +.bi-calendar-check::before { content: "\f1e2"; } +.bi-calendar-date-fill::before { content: "\f1e3"; } +.bi-calendar-date::before { content: "\f1e4"; } +.bi-calendar-day-fill::before { content: "\f1e5"; } +.bi-calendar-day::before { content: "\f1e6"; } +.bi-calendar-event-fill::before { content: "\f1e7"; } +.bi-calendar-event::before { content: "\f1e8"; } +.bi-calendar-fill::before { content: "\f1e9"; } +.bi-calendar-minus-fill::before { content: "\f1ea"; } +.bi-calendar-minus::before { content: "\f1eb"; } +.bi-calendar-month-fill::before { content: "\f1ec"; } +.bi-calendar-month::before { content: "\f1ed"; } +.bi-calendar-plus-fill::before { content: "\f1ee"; } +.bi-calendar-plus::before { content: "\f1ef"; } +.bi-calendar-range-fill::before { content: "\f1f0"; } +.bi-calendar-range::before { content: "\f1f1"; } +.bi-calendar-week-fill::before { content: "\f1f2"; } +.bi-calendar-week::before { content: "\f1f3"; } +.bi-calendar-x-fill::before { content: "\f1f4"; } +.bi-calendar-x::before { content: "\f1f5"; } +.bi-calendar::before { content: "\f1f6"; } +.bi-calendar2-check-fill::before { content: "\f1f7"; } +.bi-calendar2-check::before { content: "\f1f8"; } +.bi-calendar2-date-fill::before { content: "\f1f9"; } +.bi-calendar2-date::before { content: "\f1fa"; } +.bi-calendar2-day-fill::before { content: "\f1fb"; } +.bi-calendar2-day::before { content: "\f1fc"; } +.bi-calendar2-event-fill::before { content: "\f1fd"; } +.bi-calendar2-event::before { content: "\f1fe"; } +.bi-calendar2-fill::before { content: "\f1ff"; } +.bi-calendar2-minus-fill::before { content: "\f200"; } +.bi-calendar2-minus::before { content: "\f201"; } +.bi-calendar2-month-fill::before { content: "\f202"; } +.bi-calendar2-month::before { content: "\f203"; } +.bi-calendar2-plus-fill::before { content: "\f204"; } +.bi-calendar2-plus::before { content: "\f205"; } +.bi-calendar2-range-fill::before { content: "\f206"; } +.bi-calendar2-range::before { content: "\f207"; } +.bi-calendar2-week-fill::before { content: "\f208"; } +.bi-calendar2-week::before { content: "\f209"; } +.bi-calendar2-x-fill::before { content: "\f20a"; } +.bi-calendar2-x::before { content: "\f20b"; } +.bi-calendar2::before { content: "\f20c"; } +.bi-calendar3-event-fill::before { content: "\f20d"; } +.bi-calendar3-event::before { content: "\f20e"; } +.bi-calendar3-fill::before { content: "\f20f"; } +.bi-calendar3-range-fill::before { content: "\f210"; } +.bi-calendar3-range::before { content: "\f211"; } +.bi-calendar3-week-fill::before { content: "\f212"; } +.bi-calendar3-week::before { content: "\f213"; } +.bi-calendar3::before { content: "\f214"; } +.bi-calendar4-event::before { content: "\f215"; } +.bi-calendar4-range::before { content: "\f216"; } +.bi-calendar4-week::before { content: "\f217"; } +.bi-calendar4::before { content: "\f218"; } +.bi-camera-fill::before { content: "\f219"; } +.bi-camera-reels-fill::before { content: "\f21a"; } +.bi-camera-reels::before { content: "\f21b"; } +.bi-camera-video-fill::before { content: "\f21c"; } +.bi-camera-video-off-fill::before { content: "\f21d"; } +.bi-camera-video-off::before { content: "\f21e"; } +.bi-camera-video::before { content: "\f21f"; } +.bi-camera::before { content: "\f220"; } +.bi-camera2::before { content: "\f221"; } +.bi-capslock-fill::before { content: "\f222"; } +.bi-capslock::before { content: "\f223"; } +.bi-card-checklist::before { content: "\f224"; } +.bi-card-heading::before { content: "\f225"; } +.bi-card-image::before { content: "\f226"; } +.bi-card-list::before { content: "\f227"; } +.bi-card-text::before { content: "\f228"; } +.bi-caret-down-fill::before { content: "\f229"; } +.bi-caret-down-square-fill::before { content: "\f22a"; } +.bi-caret-down-square::before { content: "\f22b"; } +.bi-caret-down::before { content: "\f22c"; } +.bi-caret-left-fill::before { content: "\f22d"; } +.bi-caret-left-square-fill::before { content: "\f22e"; } +.bi-caret-left-square::before { content: "\f22f"; } +.bi-caret-left::before { content: "\f230"; } +.bi-caret-right-fill::before { content: "\f231"; } +.bi-caret-right-square-fill::before { content: "\f232"; } +.bi-caret-right-square::before { content: "\f233"; } +.bi-caret-right::before { content: "\f234"; } +.bi-caret-up-fill::before { content: "\f235"; } +.bi-caret-up-square-fill::before { content: "\f236"; } +.bi-caret-up-square::before { content: "\f237"; } +.bi-caret-up::before { content: "\f238"; } +.bi-cart-check-fill::before { content: "\f239"; } +.bi-cart-check::before { content: "\f23a"; } +.bi-cart-dash-fill::before { content: "\f23b"; } +.bi-cart-dash::before { content: "\f23c"; } +.bi-cart-fill::before { content: "\f23d"; } +.bi-cart-plus-fill::before { content: "\f23e"; } +.bi-cart-plus::before { content: "\f23f"; } +.bi-cart-x-fill::before { content: "\f240"; } +.bi-cart-x::before { content: "\f241"; } +.bi-cart::before { content: "\f242"; } +.bi-cart2::before { content: "\f243"; } +.bi-cart3::before { content: "\f244"; } +.bi-cart4::before { content: "\f245"; } +.bi-cash-stack::before { content: "\f246"; } +.bi-cash::before { content: "\f247"; } +.bi-cast::before { content: "\f248"; } +.bi-chat-dots-fill::before { content: "\f249"; } +.bi-chat-dots::before { content: "\f24a"; } +.bi-chat-fill::before { content: "\f24b"; } +.bi-chat-left-dots-fill::before { content: "\f24c"; } +.bi-chat-left-dots::before { content: "\f24d"; } +.bi-chat-left-fill::before { content: "\f24e"; } +.bi-chat-left-quote-fill::before { content: "\f24f"; } +.bi-chat-left-quote::before { content: "\f250"; } +.bi-chat-left-text-fill::before { content: "\f251"; } +.bi-chat-left-text::before { content: "\f252"; } +.bi-chat-left::before { content: "\f253"; } +.bi-chat-quote-fill::before { content: "\f254"; } +.bi-chat-quote::before { content: "\f255"; } +.bi-chat-right-dots-fill::before { content: "\f256"; } +.bi-chat-right-dots::before { content: "\f257"; } +.bi-chat-right-fill::before { content: "\f258"; } +.bi-chat-right-quote-fill::before { content: "\f259"; } +.bi-chat-right-quote::before { content: "\f25a"; } +.bi-chat-right-text-fill::before { content: "\f25b"; } +.bi-chat-right-text::before { content: "\f25c"; } +.bi-chat-right::before { content: "\f25d"; } +.bi-chat-square-dots-fill::before { content: "\f25e"; } +.bi-chat-square-dots::before { content: "\f25f"; } +.bi-chat-square-fill::before { content: "\f260"; } +.bi-chat-square-quote-fill::before { content: "\f261"; } +.bi-chat-square-quote::before { content: "\f262"; } +.bi-chat-square-text-fill::before { content: "\f263"; } +.bi-chat-square-text::before { content: "\f264"; } +.bi-chat-square::before { content: "\f265"; } +.bi-chat-text-fill::before { content: "\f266"; } +.bi-chat-text::before { content: "\f267"; } +.bi-chat::before { content: "\f268"; } +.bi-check-all::before { content: "\f269"; } +.bi-check-circle-fill::before { content: "\f26a"; } +.bi-check-circle::before { content: "\f26b"; } +.bi-check-square-fill::before { content: "\f26c"; } +.bi-check-square::before { content: "\f26d"; } +.bi-check::before { content: "\f26e"; } +.bi-check2-all::before { content: "\f26f"; } +.bi-check2-circle::before { content: "\f270"; } +.bi-check2-square::before { content: "\f271"; } +.bi-check2::before { content: "\f272"; } +.bi-chevron-bar-contract::before { content: "\f273"; } +.bi-chevron-bar-down::before { content: "\f274"; } +.bi-chevron-bar-expand::before { content: "\f275"; } +.bi-chevron-bar-left::before { content: "\f276"; } +.bi-chevron-bar-right::before { content: "\f277"; } +.bi-chevron-bar-up::before { content: "\f278"; } +.bi-chevron-compact-down::before { content: "\f279"; } +.bi-chevron-compact-left::before { content: "\f27a"; } +.bi-chevron-compact-right::before { content: "\f27b"; } +.bi-chevron-compact-up::before { content: "\f27c"; } +.bi-chevron-contract::before { content: "\f27d"; } +.bi-chevron-double-down::before { content: "\f27e"; } +.bi-chevron-double-left::before { content: "\f27f"; } +.bi-chevron-double-right::before { content: "\f280"; } +.bi-chevron-double-up::before { content: "\f281"; } +.bi-chevron-down::before { content: "\f282"; } +.bi-chevron-expand::before { content: "\f283"; } +.bi-chevron-left::before { content: "\f284"; } +.bi-chevron-right::before { content: "\f285"; } +.bi-chevron-up::before { content: "\f286"; } +.bi-circle-fill::before { content: "\f287"; } +.bi-circle-half::before { content: "\f288"; } +.bi-circle-square::before { content: "\f289"; } +.bi-circle::before { content: "\f28a"; } +.bi-clipboard-check::before { content: "\f28b"; } +.bi-clipboard-data::before { content: "\f28c"; } +.bi-clipboard-minus::before { content: "\f28d"; } +.bi-clipboard-plus::before { content: "\f28e"; } +.bi-clipboard-x::before { content: "\f28f"; } +.bi-clipboard::before { content: "\f290"; } +.bi-clock-fill::before { content: "\f291"; } +.bi-clock-history::before { content: "\f292"; } +.bi-clock::before { content: "\f293"; } +.bi-cloud-arrow-down-fill::before { content: "\f294"; } +.bi-cloud-arrow-down::before { content: "\f295"; } +.bi-cloud-arrow-up-fill::before { content: "\f296"; } +.bi-cloud-arrow-up::before { content: "\f297"; } +.bi-cloud-check-fill::before { content: "\f298"; } +.bi-cloud-check::before { content: "\f299"; } +.bi-cloud-download-fill::before { content: "\f29a"; } +.bi-cloud-download::before { content: "\f29b"; } +.bi-cloud-drizzle-fill::before { content: "\f29c"; } +.bi-cloud-drizzle::before { content: "\f29d"; } +.bi-cloud-fill::before { content: "\f29e"; } +.bi-cloud-fog-fill::before { content: "\f29f"; } +.bi-cloud-fog::before { content: "\f2a0"; } +.bi-cloud-fog2-fill::before { content: "\f2a1"; } +.bi-cloud-fog2::before { content: "\f2a2"; } +.bi-cloud-hail-fill::before { content: "\f2a3"; } +.bi-cloud-hail::before { content: "\f2a4"; } +.bi-cloud-haze-1::before { content: "\f2a5"; } +.bi-cloud-haze-fill::before { content: "\f2a6"; } +.bi-cloud-haze::before { content: "\f2a7"; } +.bi-cloud-haze2-fill::before { content: "\f2a8"; } +.bi-cloud-lightning-fill::before { content: "\f2a9"; } +.bi-cloud-lightning-rain-fill::before { content: "\f2aa"; } +.bi-cloud-lightning-rain::before { content: "\f2ab"; } +.bi-cloud-lightning::before { content: "\f2ac"; } +.bi-cloud-minus-fill::before { content: "\f2ad"; } +.bi-cloud-minus::before { content: "\f2ae"; } +.bi-cloud-moon-fill::before { content: "\f2af"; } +.bi-cloud-moon::before { content: "\f2b0"; } +.bi-cloud-plus-fill::before { content: "\f2b1"; } +.bi-cloud-plus::before { content: "\f2b2"; } +.bi-cloud-rain-fill::before { content: "\f2b3"; } +.bi-cloud-rain-heavy-fill::before { content: "\f2b4"; } +.bi-cloud-rain-heavy::before { content: "\f2b5"; } +.bi-cloud-rain::before { content: "\f2b6"; } +.bi-cloud-slash-fill::before { content: "\f2b7"; } +.bi-cloud-slash::before { content: "\f2b8"; } +.bi-cloud-sleet-fill::before { content: "\f2b9"; } +.bi-cloud-sleet::before { content: "\f2ba"; } +.bi-cloud-snow-fill::before { content: "\f2bb"; } +.bi-cloud-snow::before { content: "\f2bc"; } +.bi-cloud-sun-fill::before { content: "\f2bd"; } +.bi-cloud-sun::before { content: "\f2be"; } +.bi-cloud-upload-fill::before { content: "\f2bf"; } +.bi-cloud-upload::before { content: "\f2c0"; } +.bi-cloud::before { content: "\f2c1"; } +.bi-clouds-fill::before { content: "\f2c2"; } +.bi-clouds::before { content: "\f2c3"; } +.bi-cloudy-fill::before { content: "\f2c4"; } +.bi-cloudy::before { content: "\f2c5"; } +.bi-code-slash::before { content: "\f2c6"; } +.bi-code-square::before { content: "\f2c7"; } +.bi-code::before { content: "\f2c8"; } +.bi-collection-fill::before { content: "\f2c9"; } +.bi-collection-play-fill::before { content: "\f2ca"; } +.bi-collection-play::before { content: "\f2cb"; } +.bi-collection::before { content: "\f2cc"; } +.bi-columns-gap::before { content: "\f2cd"; } +.bi-columns::before { content: "\f2ce"; } +.bi-command::before { content: "\f2cf"; } +.bi-compass-fill::before { content: "\f2d0"; } +.bi-compass::before { content: "\f2d1"; } +.bi-cone-striped::before { content: "\f2d2"; } +.bi-cone::before { content: "\f2d3"; } +.bi-controller::before { content: "\f2d4"; } +.bi-cpu-fill::before { content: "\f2d5"; } +.bi-cpu::before { content: "\f2d6"; } +.bi-credit-card-2-back-fill::before { content: "\f2d7"; } +.bi-credit-card-2-back::before { content: "\f2d8"; } +.bi-credit-card-2-front-fill::before { content: "\f2d9"; } +.bi-credit-card-2-front::before { content: "\f2da"; } +.bi-credit-card-fill::before { content: "\f2db"; } +.bi-credit-card::before { content: "\f2dc"; } +.bi-crop::before { content: "\f2dd"; } +.bi-cup-fill::before { content: "\f2de"; } +.bi-cup-straw::before { content: "\f2df"; } +.bi-cup::before { content: "\f2e0"; } +.bi-cursor-fill::before { content: "\f2e1"; } +.bi-cursor-text::before { content: "\f2e2"; } +.bi-cursor::before { content: "\f2e3"; } +.bi-dash-circle-dotted::before { content: "\f2e4"; } +.bi-dash-circle-fill::before { content: "\f2e5"; } +.bi-dash-circle::before { content: "\f2e6"; } +.bi-dash-square-dotted::before { content: "\f2e7"; } +.bi-dash-square-fill::before { content: "\f2e8"; } +.bi-dash-square::before { content: "\f2e9"; } +.bi-dash::before { content: "\f2ea"; } +.bi-diagram-2-fill::before { content: "\f2eb"; } +.bi-diagram-2::before { content: "\f2ec"; } +.bi-diagram-3-fill::before { content: "\f2ed"; } +.bi-diagram-3::before { content: "\f2ee"; } +.bi-diamond-fill::before { content: "\f2ef"; } +.bi-diamond-half::before { content: "\f2f0"; } +.bi-diamond::before { content: "\f2f1"; } +.bi-dice-1-fill::before { content: "\f2f2"; } +.bi-dice-1::before { content: "\f2f3"; } +.bi-dice-2-fill::before { content: "\f2f4"; } +.bi-dice-2::before { content: "\f2f5"; } +.bi-dice-3-fill::before { content: "\f2f6"; } +.bi-dice-3::before { content: "\f2f7"; } +.bi-dice-4-fill::before { content: "\f2f8"; } +.bi-dice-4::before { content: "\f2f9"; } +.bi-dice-5-fill::before { content: "\f2fa"; } +.bi-dice-5::before { content: "\f2fb"; } +.bi-dice-6-fill::before { content: "\f2fc"; } +.bi-dice-6::before { content: "\f2fd"; } +.bi-disc-fill::before { content: "\f2fe"; } +.bi-disc::before { content: "\f2ff"; } +.bi-discord::before { content: "\f300"; } +.bi-display-fill::before { content: "\f301"; } +.bi-display::before { content: "\f302"; } +.bi-distribute-horizontal::before { content: "\f303"; } +.bi-distribute-vertical::before { content: "\f304"; } +.bi-door-closed-fill::before { content: "\f305"; } +.bi-door-closed::before { content: "\f306"; } +.bi-door-open-fill::before { content: "\f307"; } +.bi-door-open::before { content: "\f308"; } +.bi-dot::before { content: "\f309"; } +.bi-download::before { content: "\f30a"; } +.bi-droplet-fill::before { content: "\f30b"; } +.bi-droplet-half::before { content: "\f30c"; } +.bi-droplet::before { content: "\f30d"; } +.bi-earbuds::before { content: "\f30e"; } +.bi-easel-fill::before { content: "\f30f"; } +.bi-easel::before { content: "\f310"; } +.bi-egg-fill::before { content: "\f311"; } +.bi-egg-fried::before { content: "\f312"; } +.bi-egg::before { content: "\f313"; } +.bi-eject-fill::before { content: "\f314"; } +.bi-eject::before { content: "\f315"; } +.bi-emoji-angry-fill::before { content: "\f316"; } +.bi-emoji-angry::before { content: "\f317"; } +.bi-emoji-dizzy-fill::before { content: "\f318"; } +.bi-emoji-dizzy::before { content: "\f319"; } +.bi-emoji-expressionless-fill::before { content: "\f31a"; } +.bi-emoji-expressionless::before { content: "\f31b"; } +.bi-emoji-frown-fill::before { content: "\f31c"; } +.bi-emoji-frown::before { content: "\f31d"; } +.bi-emoji-heart-eyes-fill::before { content: "\f31e"; } +.bi-emoji-heart-eyes::before { content: "\f31f"; } +.bi-emoji-laughing-fill::before { content: "\f320"; } +.bi-emoji-laughing::before { content: "\f321"; } +.bi-emoji-neutral-fill::before { content: "\f322"; } +.bi-emoji-neutral::before { content: "\f323"; } +.bi-emoji-smile-fill::before { content: "\f324"; } +.bi-emoji-smile-upside-down-fill::before { content: "\f325"; } +.bi-emoji-smile-upside-down::before { content: "\f326"; } +.bi-emoji-smile::before { content: "\f327"; } +.bi-emoji-sunglasses-fill::before { content: "\f328"; } +.bi-emoji-sunglasses::before { content: "\f329"; } +.bi-emoji-wink-fill::before { content: "\f32a"; } +.bi-emoji-wink::before { content: "\f32b"; } +.bi-envelope-fill::before { content: "\f32c"; } +.bi-envelope-open-fill::before { content: "\f32d"; } +.bi-envelope-open::before { content: "\f32e"; } +.bi-envelope::before { content: "\f32f"; } +.bi-eraser-fill::before { content: "\f330"; } +.bi-eraser::before { content: "\f331"; } +.bi-exclamation-circle-fill::before { content: "\f332"; } +.bi-exclamation-circle::before { content: "\f333"; } +.bi-exclamation-diamond-fill::before { content: "\f334"; } +.bi-exclamation-diamond::before { content: "\f335"; } +.bi-exclamation-octagon-fill::before { content: "\f336"; } +.bi-exclamation-octagon::before { content: "\f337"; } +.bi-exclamation-square-fill::before { content: "\f338"; } +.bi-exclamation-square::before { content: "\f339"; } +.bi-exclamation-triangle-fill::before { content: "\f33a"; } +.bi-exclamation-triangle::before { content: "\f33b"; } +.bi-exclamation::before { content: "\f33c"; } +.bi-exclude::before { content: "\f33d"; } +.bi-eye-fill::before { content: "\f33e"; } +.bi-eye-slash-fill::before { content: "\f33f"; } +.bi-eye-slash::before { content: "\f340"; } +.bi-eye::before { content: "\f341"; } +.bi-eyedropper::before { content: "\f342"; } +.bi-eyeglasses::before { content: "\f343"; } +.bi-facebook::before { content: "\f344"; } +.bi-file-arrow-down-fill::before { content: "\f345"; } +.bi-file-arrow-down::before { content: "\f346"; } +.bi-file-arrow-up-fill::before { content: "\f347"; } +.bi-file-arrow-up::before { content: "\f348"; } +.bi-file-bar-graph-fill::before { content: "\f349"; } +.bi-file-bar-graph::before { content: "\f34a"; } +.bi-file-binary-fill::before { content: "\f34b"; } +.bi-file-binary::before { content: "\f34c"; } +.bi-file-break-fill::before { content: "\f34d"; } +.bi-file-break::before { content: "\f34e"; } +.bi-file-check-fill::before { content: "\f34f"; } +.bi-file-check::before { content: "\f350"; } +.bi-file-code-fill::before { content: "\f351"; } +.bi-file-code::before { content: "\f352"; } +.bi-file-diff-fill::before { content: "\f353"; } +.bi-file-diff::before { content: "\f354"; } +.bi-file-earmark-arrow-down-fill::before { content: "\f355"; } +.bi-file-earmark-arrow-down::before { content: "\f356"; } +.bi-file-earmark-arrow-up-fill::before { content: "\f357"; } +.bi-file-earmark-arrow-up::before { content: "\f358"; } +.bi-file-earmark-bar-graph-fill::before { content: "\f359"; } +.bi-file-earmark-bar-graph::before { content: "\f35a"; } +.bi-file-earmark-binary-fill::before { content: "\f35b"; } +.bi-file-earmark-binary::before { content: "\f35c"; } +.bi-file-earmark-break-fill::before { content: "\f35d"; } +.bi-file-earmark-break::before { content: "\f35e"; } +.bi-file-earmark-check-fill::before { content: "\f35f"; } +.bi-file-earmark-check::before { content: "\f360"; } +.bi-file-earmark-code-fill::before { content: "\f361"; } +.bi-file-earmark-code::before { content: "\f362"; } +.bi-file-earmark-diff-fill::before { content: "\f363"; } +.bi-file-earmark-diff::before { content: "\f364"; } +.bi-file-earmark-easel-fill::before { content: "\f365"; } +.bi-file-earmark-easel::before { content: "\f366"; } +.bi-file-earmark-excel-fill::before { content: "\f367"; } +.bi-file-earmark-excel::before { content: "\f368"; } +.bi-file-earmark-fill::before { content: "\f369"; } +.bi-file-earmark-font-fill::before { content: "\f36a"; } +.bi-file-earmark-font::before { content: "\f36b"; } +.bi-file-earmark-image-fill::before { content: "\f36c"; } +.bi-file-earmark-image::before { content: "\f36d"; } +.bi-file-earmark-lock-fill::before { content: "\f36e"; } +.bi-file-earmark-lock::before { content: "\f36f"; } +.bi-file-earmark-lock2-fill::before { content: "\f370"; } +.bi-file-earmark-lock2::before { content: "\f371"; } +.bi-file-earmark-medical-fill::before { content: "\f372"; } +.bi-file-earmark-medical::before { content: "\f373"; } +.bi-file-earmark-minus-fill::before { content: "\f374"; } +.bi-file-earmark-minus::before { content: "\f375"; } +.bi-file-earmark-music-fill::before { content: "\f376"; } +.bi-file-earmark-music::before { content: "\f377"; } +.bi-file-earmark-person-fill::before { content: "\f378"; } +.bi-file-earmark-person::before { content: "\f379"; } +.bi-file-earmark-play-fill::before { content: "\f37a"; } +.bi-file-earmark-play::before { content: "\f37b"; } +.bi-file-earmark-plus-fill::before { content: "\f37c"; } +.bi-file-earmark-plus::before { content: "\f37d"; } +.bi-file-earmark-post-fill::before { content: "\f37e"; } +.bi-file-earmark-post::before { content: "\f37f"; } +.bi-file-earmark-ppt-fill::before { content: "\f380"; } +.bi-file-earmark-ppt::before { content: "\f381"; } +.bi-file-earmark-richtext-fill::before { content: "\f382"; } +.bi-file-earmark-richtext::before { content: "\f383"; } +.bi-file-earmark-ruled-fill::before { content: "\f384"; } +.bi-file-earmark-ruled::before { content: "\f385"; } +.bi-file-earmark-slides-fill::before { content: "\f386"; } +.bi-file-earmark-slides::before { content: "\f387"; } +.bi-file-earmark-spreadsheet-fill::before { content: "\f388"; } +.bi-file-earmark-spreadsheet::before { content: "\f389"; } +.bi-file-earmark-text-fill::before { content: "\f38a"; } +.bi-file-earmark-text::before { content: "\f38b"; } +.bi-file-earmark-word-fill::before { content: "\f38c"; } +.bi-file-earmark-word::before { content: "\f38d"; } +.bi-file-earmark-x-fill::before { content: "\f38e"; } +.bi-file-earmark-x::before { content: "\f38f"; } +.bi-file-earmark-zip-fill::before { content: "\f390"; } +.bi-file-earmark-zip::before { content: "\f391"; } +.bi-file-earmark::before { content: "\f392"; } +.bi-file-easel-fill::before { content: "\f393"; } +.bi-file-easel::before { content: "\f394"; } +.bi-file-excel-fill::before { content: "\f395"; } +.bi-file-excel::before { content: "\f396"; } +.bi-file-fill::before { content: "\f397"; } +.bi-file-font-fill::before { content: "\f398"; } +.bi-file-font::before { content: "\f399"; } +.bi-file-image-fill::before { content: "\f39a"; } +.bi-file-image::before { content: "\f39b"; } +.bi-file-lock-fill::before { content: "\f39c"; } +.bi-file-lock::before { content: "\f39d"; } +.bi-file-lock2-fill::before { content: "\f39e"; } +.bi-file-lock2::before { content: "\f39f"; } +.bi-file-medical-fill::before { content: "\f3a0"; } +.bi-file-medical::before { content: "\f3a1"; } +.bi-file-minus-fill::before { content: "\f3a2"; } +.bi-file-minus::before { content: "\f3a3"; } +.bi-file-music-fill::before { content: "\f3a4"; } +.bi-file-music::before { content: "\f3a5"; } +.bi-file-person-fill::before { content: "\f3a6"; } +.bi-file-person::before { content: "\f3a7"; } +.bi-file-play-fill::before { content: "\f3a8"; } +.bi-file-play::before { content: "\f3a9"; } +.bi-file-plus-fill::before { content: "\f3aa"; } +.bi-file-plus::before { content: "\f3ab"; } +.bi-file-post-fill::before { content: "\f3ac"; } +.bi-file-post::before { content: "\f3ad"; } +.bi-file-ppt-fill::before { content: "\f3ae"; } +.bi-file-ppt::before { content: "\f3af"; } +.bi-file-richtext-fill::before { content: "\f3b0"; } +.bi-file-richtext::before { content: "\f3b1"; } +.bi-file-ruled-fill::before { content: "\f3b2"; } +.bi-file-ruled::before { content: "\f3b3"; } +.bi-file-slides-fill::before { content: "\f3b4"; } +.bi-file-slides::before { content: "\f3b5"; } +.bi-file-spreadsheet-fill::before { content: "\f3b6"; } +.bi-file-spreadsheet::before { content: "\f3b7"; } +.bi-file-text-fill::before { content: "\f3b8"; } +.bi-file-text::before { content: "\f3b9"; } +.bi-file-word-fill::before { content: "\f3ba"; } +.bi-file-word::before { content: "\f3bb"; } +.bi-file-x-fill::before { content: "\f3bc"; } +.bi-file-x::before { content: "\f3bd"; } +.bi-file-zip-fill::before { content: "\f3be"; } +.bi-file-zip::before { content: "\f3bf"; } +.bi-file::before { content: "\f3c0"; } +.bi-files-alt::before { content: "\f3c1"; } +.bi-files::before { content: "\f3c2"; } +.bi-film::before { content: "\f3c3"; } +.bi-filter-circle-fill::before { content: "\f3c4"; } +.bi-filter-circle::before { content: "\f3c5"; } +.bi-filter-left::before { content: "\f3c6"; } +.bi-filter-right::before { content: "\f3c7"; } +.bi-filter-square-fill::before { content: "\f3c8"; } +.bi-filter-square::before { content: "\f3c9"; } +.bi-filter::before { content: "\f3ca"; } +.bi-flag-fill::before { content: "\f3cb"; } +.bi-flag::before { content: "\f3cc"; } +.bi-flower1::before { content: "\f3cd"; } +.bi-flower2::before { content: "\f3ce"; } +.bi-flower3::before { content: "\f3cf"; } +.bi-folder-check::before { content: "\f3d0"; } +.bi-folder-fill::before { content: "\f3d1"; } +.bi-folder-minus::before { content: "\f3d2"; } +.bi-folder-plus::before { content: "\f3d3"; } +.bi-folder-symlink-fill::before { content: "\f3d4"; } +.bi-folder-symlink::before { content: "\f3d5"; } +.bi-folder-x::before { content: "\f3d6"; } +.bi-folder::before { content: "\f3d7"; } +.bi-folder2-open::before { content: "\f3d8"; } +.bi-folder2::before { content: "\f3d9"; } +.bi-fonts::before { content: "\f3da"; } +.bi-forward-fill::before { content: "\f3db"; } +.bi-forward::before { content: "\f3dc"; } +.bi-front::before { content: "\f3dd"; } +.bi-fullscreen-exit::before { content: "\f3de"; } +.bi-fullscreen::before { content: "\f3df"; } +.bi-funnel-fill::before { content: "\f3e0"; } +.bi-funnel::before { content: "\f3e1"; } +.bi-gear-fill::before { content: "\f3e2"; } +.bi-gear-wide-connected::before { content: "\f3e3"; } +.bi-gear-wide::before { content: "\f3e4"; } +.bi-gear::before { content: "\f3e5"; } +.bi-gem::before { content: "\f3e6"; } +.bi-geo-alt-fill::before { content: "\f3e7"; } +.bi-geo-alt::before { content: "\f3e8"; } +.bi-geo-fill::before { content: "\f3e9"; } +.bi-geo::before { content: "\f3ea"; } +.bi-gift-fill::before { content: "\f3eb"; } +.bi-gift::before { content: "\f3ec"; } +.bi-github::before { content: "\f3ed"; } +.bi-globe::before { content: "\f3ee"; } +.bi-globe2::before { content: "\f3ef"; } +.bi-google::before { content: "\f3f0"; } +.bi-graph-down::before { content: "\f3f1"; } +.bi-graph-up::before { content: "\f3f2"; } +.bi-grid-1x2-fill::before { content: "\f3f3"; } +.bi-grid-1x2::before { content: "\f3f4"; } +.bi-grid-3x2-gap-fill::before { content: "\f3f5"; } +.bi-grid-3x2-gap::before { content: "\f3f6"; } +.bi-grid-3x2::before { content: "\f3f7"; } +.bi-grid-3x3-gap-fill::before { content: "\f3f8"; } +.bi-grid-3x3-gap::before { content: "\f3f9"; } +.bi-grid-3x3::before { content: "\f3fa"; } +.bi-grid-fill::before { content: "\f3fb"; } +.bi-grid::before { content: "\f3fc"; } +.bi-grip-horizontal::before { content: "\f3fd"; } +.bi-grip-vertical::before { content: "\f3fe"; } +.bi-hammer::before { content: "\f3ff"; } +.bi-hand-index-fill::before { content: "\f400"; } +.bi-hand-index-thumb-fill::before { content: "\f401"; } +.bi-hand-index-thumb::before { content: "\f402"; } +.bi-hand-index::before { content: "\f403"; } +.bi-hand-thumbs-down-fill::before { content: "\f404"; } +.bi-hand-thumbs-down::before { content: "\f405"; } +.bi-hand-thumbs-up-fill::before { content: "\f406"; } +.bi-hand-thumbs-up::before { content: "\f407"; } +.bi-handbag-fill::before { content: "\f408"; } +.bi-handbag::before { content: "\f409"; } +.bi-hash::before { content: "\f40a"; } +.bi-hdd-fill::before { content: "\f40b"; } +.bi-hdd-network-fill::before { content: "\f40c"; } +.bi-hdd-network::before { content: "\f40d"; } +.bi-hdd-rack-fill::before { content: "\f40e"; } +.bi-hdd-rack::before { content: "\f40f"; } +.bi-hdd-stack-fill::before { content: "\f410"; } +.bi-hdd-stack::before { content: "\f411"; } +.bi-hdd::before { content: "\f412"; } +.bi-headphones::before { content: "\f413"; } +.bi-headset::before { content: "\f414"; } +.bi-heart-fill::before { content: "\f415"; } +.bi-heart-half::before { content: "\f416"; } +.bi-heart::before { content: "\f417"; } +.bi-heptagon-fill::before { content: "\f418"; } +.bi-heptagon-half::before { content: "\f419"; } +.bi-heptagon::before { content: "\f41a"; } +.bi-hexagon-fill::before { content: "\f41b"; } +.bi-hexagon-half::before { content: "\f41c"; } +.bi-hexagon::before { content: "\f41d"; } +.bi-hourglass-bottom::before { content: "\f41e"; } +.bi-hourglass-split::before { content: "\f41f"; } +.bi-hourglass-top::before { content: "\f420"; } +.bi-hourglass::before { content: "\f421"; } +.bi-house-door-fill::before { content: "\f422"; } +.bi-house-door::before { content: "\f423"; } +.bi-house-fill::before { content: "\f424"; } +.bi-house::before { content: "\f425"; } +.bi-hr::before { content: "\f426"; } +.bi-hurricane::before { content: "\f427"; } +.bi-image-alt::before { content: "\f428"; } +.bi-image-fill::before { content: "\f429"; } +.bi-image::before { content: "\f42a"; } +.bi-images::before { content: "\f42b"; } +.bi-inbox-fill::before { content: "\f42c"; } +.bi-inbox::before { content: "\f42d"; } +.bi-inboxes-fill::before { content: "\f42e"; } +.bi-inboxes::before { content: "\f42f"; } +.bi-info-circle-fill::before { content: "\f430"; } +.bi-info-circle::before { content: "\f431"; } +.bi-info-square-fill::before { content: "\f432"; } +.bi-info-square::before { content: "\f433"; } +.bi-info::before { content: "\f434"; } +.bi-input-cursor-text::before { content: "\f435"; } +.bi-input-cursor::before { content: "\f436"; } +.bi-instagram::before { content: "\f437"; } +.bi-intersect::before { content: "\f438"; } +.bi-journal-album::before { content: "\f439"; } +.bi-journal-arrow-down::before { content: "\f43a"; } +.bi-journal-arrow-up::before { content: "\f43b"; } +.bi-journal-bookmark-fill::before { content: "\f43c"; } +.bi-journal-bookmark::before { content: "\f43d"; } +.bi-journal-check::before { content: "\f43e"; } +.bi-journal-code::before { content: "\f43f"; } +.bi-journal-medical::before { content: "\f440"; } +.bi-journal-minus::before { content: "\f441"; } +.bi-journal-plus::before { content: "\f442"; } +.bi-journal-richtext::before { content: "\f443"; } +.bi-journal-text::before { content: "\f444"; } +.bi-journal-x::before { content: "\f445"; } +.bi-journal::before { content: "\f446"; } +.bi-journals::before { content: "\f447"; } +.bi-joystick::before { content: "\f448"; } +.bi-justify-left::before { content: "\f449"; } +.bi-justify-right::before { content: "\f44a"; } +.bi-justify::before { content: "\f44b"; } +.bi-kanban-fill::before { content: "\f44c"; } +.bi-kanban::before { content: "\f44d"; } +.bi-key-fill::before { content: "\f44e"; } +.bi-key::before { content: "\f44f"; } +.bi-keyboard-fill::before { content: "\f450"; } +.bi-keyboard::before { content: "\f451"; } +.bi-ladder::before { content: "\f452"; } +.bi-lamp-fill::before { content: "\f453"; } +.bi-lamp::before { content: "\f454"; } +.bi-laptop-fill::before { content: "\f455"; } +.bi-laptop::before { content: "\f456"; } +.bi-layer-backward::before { content: "\f457"; } +.bi-layer-forward::before { content: "\f458"; } +.bi-layers-fill::before { content: "\f459"; } +.bi-layers-half::before { content: "\f45a"; } +.bi-layers::before { content: "\f45b"; } +.bi-layout-sidebar-inset-reverse::before { content: "\f45c"; } +.bi-layout-sidebar-inset::before { content: "\f45d"; } +.bi-layout-sidebar-reverse::before { content: "\f45e"; } +.bi-layout-sidebar::before { content: "\f45f"; } +.bi-layout-split::before { content: "\f460"; } +.bi-layout-text-sidebar-reverse::before { content: "\f461"; } +.bi-layout-text-sidebar::before { content: "\f462"; } +.bi-layout-text-window-reverse::before { content: "\f463"; } +.bi-layout-text-window::before { content: "\f464"; } +.bi-layout-three-columns::before { content: "\f465"; } +.bi-layout-wtf::before { content: "\f466"; } +.bi-life-preserver::before { content: "\f467"; } +.bi-lightbulb-fill::before { content: "\f468"; } +.bi-lightbulb-off-fill::before { content: "\f469"; } +.bi-lightbulb-off::before { content: "\f46a"; } +.bi-lightbulb::before { content: "\f46b"; } +.bi-lightning-charge-fill::before { content: "\f46c"; } +.bi-lightning-charge::before { content: "\f46d"; } +.bi-lightning-fill::before { content: "\f46e"; } +.bi-lightning::before { content: "\f46f"; } +.bi-link-45deg::before { content: "\f470"; } +.bi-link::before { content: "\f471"; } +.bi-linkedin::before { content: "\f472"; } +.bi-list-check::before { content: "\f473"; } +.bi-list-nested::before { content: "\f474"; } +.bi-list-ol::before { content: "\f475"; } +.bi-list-stars::before { content: "\f476"; } +.bi-list-task::before { content: "\f477"; } +.bi-list-ul::before { content: "\f478"; } +.bi-list::before { content: "\f479"; } +.bi-lock-fill::before { content: "\f47a"; } +.bi-lock::before { content: "\f47b"; } +.bi-mailbox::before { content: "\f47c"; } +.bi-mailbox2::before { content: "\f47d"; } +.bi-map-fill::before { content: "\f47e"; } +.bi-map::before { content: "\f47f"; } +.bi-markdown-fill::before { content: "\f480"; } +.bi-markdown::before { content: "\f481"; } +.bi-mask::before { content: "\f482"; } +.bi-megaphone-fill::before { content: "\f483"; } +.bi-megaphone::before { content: "\f484"; } +.bi-menu-app-fill::before { content: "\f485"; } +.bi-menu-app::before { content: "\f486"; } +.bi-menu-button-fill::before { content: "\f487"; } +.bi-menu-button-wide-fill::before { content: "\f488"; } +.bi-menu-button-wide::before { content: "\f489"; } +.bi-menu-button::before { content: "\f48a"; } +.bi-menu-down::before { content: "\f48b"; } +.bi-menu-up::before { content: "\f48c"; } +.bi-mic-fill::before { content: "\f48d"; } +.bi-mic-mute-fill::before { content: "\f48e"; } +.bi-mic-mute::before { content: "\f48f"; } +.bi-mic::before { content: "\f490"; } +.bi-minecart-loaded::before { content: "\f491"; } +.bi-minecart::before { content: "\f492"; } +.bi-moisture::before { content: "\f493"; } +.bi-moon-fill::before { content: "\f494"; } +.bi-moon-stars-fill::before { content: "\f495"; } +.bi-moon-stars::before { content: "\f496"; } +.bi-moon::before { content: "\f497"; } +.bi-mouse-fill::before { content: "\f498"; } +.bi-mouse::before { content: "\f499"; } +.bi-mouse2-fill::before { content: "\f49a"; } +.bi-mouse2::before { content: "\f49b"; } +.bi-mouse3-fill::before { content: "\f49c"; } +.bi-mouse3::before { content: "\f49d"; } +.bi-music-note-beamed::before { content: "\f49e"; } +.bi-music-note-list::before { content: "\f49f"; } +.bi-music-note::before { content: "\f4a0"; } +.bi-music-player-fill::before { content: "\f4a1"; } +.bi-music-player::before { content: "\f4a2"; } +.bi-newspaper::before { content: "\f4a3"; } +.bi-node-minus-fill::before { content: "\f4a4"; } +.bi-node-minus::before { content: "\f4a5"; } +.bi-node-plus-fill::before { content: "\f4a6"; } +.bi-node-plus::before { content: "\f4a7"; } +.bi-nut-fill::before { content: "\f4a8"; } +.bi-nut::before { content: "\f4a9"; } +.bi-octagon-fill::before { content: "\f4aa"; } +.bi-octagon-half::before { content: "\f4ab"; } +.bi-octagon::before { content: "\f4ac"; } +.bi-option::before { content: "\f4ad"; } +.bi-outlet::before { content: "\f4ae"; } +.bi-paint-bucket::before { content: "\f4af"; } +.bi-palette-fill::before { content: "\f4b0"; } +.bi-palette::before { content: "\f4b1"; } +.bi-palette2::before { content: "\f4b2"; } +.bi-paperclip::before { content: "\f4b3"; } +.bi-paragraph::before { content: "\f4b4"; } +.bi-patch-check-fill::before { content: "\f4b5"; } +.bi-patch-check::before { content: "\f4b6"; } +.bi-patch-exclamation-fill::before { content: "\f4b7"; } +.bi-patch-exclamation::before { content: "\f4b8"; } +.bi-patch-minus-fill::before { content: "\f4b9"; } +.bi-patch-minus::before { content: "\f4ba"; } +.bi-patch-plus-fill::before { content: "\f4bb"; } +.bi-patch-plus::before { content: "\f4bc"; } +.bi-patch-question-fill::before { content: "\f4bd"; } +.bi-patch-question::before { content: "\f4be"; } +.bi-pause-btn-fill::before { content: "\f4bf"; } +.bi-pause-btn::before { content: "\f4c0"; } +.bi-pause-circle-fill::before { content: "\f4c1"; } +.bi-pause-circle::before { content: "\f4c2"; } +.bi-pause-fill::before { content: "\f4c3"; } +.bi-pause::before { content: "\f4c4"; } +.bi-peace-fill::before { content: "\f4c5"; } +.bi-peace::before { content: "\f4c6"; } +.bi-pen-fill::before { content: "\f4c7"; } +.bi-pen::before { content: "\f4c8"; } +.bi-pencil-fill::before { content: "\f4c9"; } +.bi-pencil-square::before { content: "\f4ca"; } +.bi-pencil::before { content: "\f4cb"; } +.bi-pentagon-fill::before { content: "\f4cc"; } +.bi-pentagon-half::before { content: "\f4cd"; } +.bi-pentagon::before { content: "\f4ce"; } +.bi-people-fill::before { content: "\f4cf"; } +.bi-people::before { content: "\f4d0"; } +.bi-percent::before { content: "\f4d1"; } +.bi-person-badge-fill::before { content: "\f4d2"; } +.bi-person-badge::before { content: "\f4d3"; } +.bi-person-bounding-box::before { content: "\f4d4"; } +.bi-person-check-fill::before { content: "\f4d5"; } +.bi-person-check::before { content: "\f4d6"; } +.bi-person-circle::before { content: "\f4d7"; } +.bi-person-dash-fill::before { content: "\f4d8"; } +.bi-person-dash::before { content: "\f4d9"; } +.bi-person-fill::before { content: "\f4da"; } +.bi-person-lines-fill::before { content: "\f4db"; } +.bi-person-plus-fill::before { content: "\f4dc"; } +.bi-person-plus::before { content: "\f4dd"; } +.bi-person-square::before { content: "\f4de"; } +.bi-person-x-fill::before { content: "\f4df"; } +.bi-person-x::before { content: "\f4e0"; } +.bi-person::before { content: "\f4e1"; } +.bi-phone-fill::before { content: "\f4e2"; } +.bi-phone-landscape-fill::before { content: "\f4e3"; } +.bi-phone-landscape::before { content: "\f4e4"; } +.bi-phone-vibrate-fill::before { content: "\f4e5"; } +.bi-phone-vibrate::before { content: "\f4e6"; } +.bi-phone::before { content: "\f4e7"; } +.bi-pie-chart-fill::before { content: "\f4e8"; } +.bi-pie-chart::before { content: "\f4e9"; } +.bi-pin-angle-fill::before { content: "\f4ea"; } +.bi-pin-angle::before { content: "\f4eb"; } +.bi-pin-fill::before { content: "\f4ec"; } +.bi-pin::before { content: "\f4ed"; } +.bi-pip-fill::before { content: "\f4ee"; } +.bi-pip::before { content: "\f4ef"; } +.bi-play-btn-fill::before { content: "\f4f0"; } +.bi-play-btn::before { content: "\f4f1"; } +.bi-play-circle-fill::before { content: "\f4f2"; } +.bi-play-circle::before { content: "\f4f3"; } +.bi-play-fill::before { content: "\f4f4"; } +.bi-play::before { content: "\f4f5"; } +.bi-plug-fill::before { content: "\f4f6"; } +.bi-plug::before { content: "\f4f7"; } +.bi-plus-circle-dotted::before { content: "\f4f8"; } +.bi-plus-circle-fill::before { content: "\f4f9"; } +.bi-plus-circle::before { content: "\f4fa"; } +.bi-plus-square-dotted::before { content: "\f4fb"; } +.bi-plus-square-fill::before { content: "\f4fc"; } +.bi-plus-square::before { content: "\f4fd"; } +.bi-plus::before { content: "\f4fe"; } +.bi-power::before { content: "\f4ff"; } +.bi-printer-fill::before { content: "\f500"; } +.bi-printer::before { content: "\f501"; } +.bi-puzzle-fill::before { content: "\f502"; } +.bi-puzzle::before { content: "\f503"; } +.bi-question-circle-fill::before { content: "\f504"; } +.bi-question-circle::before { content: "\f505"; } +.bi-question-diamond-fill::before { content: "\f506"; } +.bi-question-diamond::before { content: "\f507"; } +.bi-question-octagon-fill::before { content: "\f508"; } +.bi-question-octagon::before { content: "\f509"; } +.bi-question-square-fill::before { content: "\f50a"; } +.bi-question-square::before { content: "\f50b"; } +.bi-question::before { content: "\f50c"; } +.bi-rainbow::before { content: "\f50d"; } +.bi-receipt-cutoff::before { content: "\f50e"; } +.bi-receipt::before { content: "\f50f"; } +.bi-reception-0::before { content: "\f510"; } +.bi-reception-1::before { content: "\f511"; } +.bi-reception-2::before { content: "\f512"; } +.bi-reception-3::before { content: "\f513"; } +.bi-reception-4::before { content: "\f514"; } +.bi-record-btn-fill::before { content: "\f515"; } +.bi-record-btn::before { content: "\f516"; } +.bi-record-circle-fill::before { content: "\f517"; } +.bi-record-circle::before { content: "\f518"; } +.bi-record-fill::before { content: "\f519"; } +.bi-record::before { content: "\f51a"; } +.bi-record2-fill::before { content: "\f51b"; } +.bi-record2::before { content: "\f51c"; } +.bi-reply-all-fill::before { content: "\f51d"; } +.bi-reply-all::before { content: "\f51e"; } +.bi-reply-fill::before { content: "\f51f"; } +.bi-reply::before { content: "\f520"; } +.bi-rss-fill::before { content: "\f521"; } +.bi-rss::before { content: "\f522"; } +.bi-rulers::before { content: "\f523"; } +.bi-save-fill::before { content: "\f524"; } +.bi-save::before { content: "\f525"; } +.bi-save2-fill::before { content: "\f526"; } +.bi-save2::before { content: "\f527"; } +.bi-scissors::before { content: "\f528"; } +.bi-screwdriver::before { content: "\f529"; } +.bi-search::before { content: "\f52a"; } +.bi-segmented-nav::before { content: "\f52b"; } +.bi-server::before { content: "\f52c"; } +.bi-share-fill::before { content: "\f52d"; } +.bi-share::before { content: "\f52e"; } +.bi-shield-check::before { content: "\f52f"; } +.bi-shield-exclamation::before { content: "\f530"; } +.bi-shield-fill-check::before { content: "\f531"; } +.bi-shield-fill-exclamation::before { content: "\f532"; } +.bi-shield-fill-minus::before { content: "\f533"; } +.bi-shield-fill-plus::before { content: "\f534"; } +.bi-shield-fill-x::before { content: "\f535"; } +.bi-shield-fill::before { content: "\f536"; } +.bi-shield-lock-fill::before { content: "\f537"; } +.bi-shield-lock::before { content: "\f538"; } +.bi-shield-minus::before { content: "\f539"; } +.bi-shield-plus::before { content: "\f53a"; } +.bi-shield-shaded::before { content: "\f53b"; } +.bi-shield-slash-fill::before { content: "\f53c"; } +.bi-shield-slash::before { content: "\f53d"; } +.bi-shield-x::before { content: "\f53e"; } +.bi-shield::before { content: "\f53f"; } +.bi-shift-fill::before { content: "\f540"; } +.bi-shift::before { content: "\f541"; } +.bi-shop-window::before { content: "\f542"; } +.bi-shop::before { content: "\f543"; } +.bi-shuffle::before { content: "\f544"; } +.bi-signpost-2-fill::before { content: "\f545"; } +.bi-signpost-2::before { content: "\f546"; } +.bi-signpost-fill::before { content: "\f547"; } +.bi-signpost-split-fill::before { content: "\f548"; } +.bi-signpost-split::before { content: "\f549"; } +.bi-signpost::before { content: "\f54a"; } +.bi-sim-fill::before { content: "\f54b"; } +.bi-sim::before { content: "\f54c"; } +.bi-skip-backward-btn-fill::before { content: "\f54d"; } +.bi-skip-backward-btn::before { content: "\f54e"; } +.bi-skip-backward-circle-fill::before { content: "\f54f"; } +.bi-skip-backward-circle::before { content: "\f550"; } +.bi-skip-backward-fill::before { content: "\f551"; } +.bi-skip-backward::before { content: "\f552"; } +.bi-skip-end-btn-fill::before { content: "\f553"; } +.bi-skip-end-btn::before { content: "\f554"; } +.bi-skip-end-circle-fill::before { content: "\f555"; } +.bi-skip-end-circle::before { content: "\f556"; } +.bi-skip-end-fill::before { content: "\f557"; } +.bi-skip-end::before { content: "\f558"; } +.bi-skip-forward-btn-fill::before { content: "\f559"; } +.bi-skip-forward-btn::before { content: "\f55a"; } +.bi-skip-forward-circle-fill::before { content: "\f55b"; } +.bi-skip-forward-circle::before { content: "\f55c"; } +.bi-skip-forward-fill::before { content: "\f55d"; } +.bi-skip-forward::before { content: "\f55e"; } +.bi-skip-start-btn-fill::before { content: "\f55f"; } +.bi-skip-start-btn::before { content: "\f560"; } +.bi-skip-start-circle-fill::before { content: "\f561"; } +.bi-skip-start-circle::before { content: "\f562"; } +.bi-skip-start-fill::before { content: "\f563"; } +.bi-skip-start::before { content: "\f564"; } +.bi-slack::before { content: "\f565"; } +.bi-slash-circle-fill::before { content: "\f566"; } +.bi-slash-circle::before { content: "\f567"; } +.bi-slash-square-fill::before { content: "\f568"; } +.bi-slash-square::before { content: "\f569"; } +.bi-slash::before { content: "\f56a"; } +.bi-sliders::before { content: "\f56b"; } +.bi-smartwatch::before { content: "\f56c"; } +.bi-snow::before { content: "\f56d"; } +.bi-snow2::before { content: "\f56e"; } +.bi-snow3::before { content: "\f56f"; } +.bi-sort-alpha-down-alt::before { content: "\f570"; } +.bi-sort-alpha-down::before { content: "\f571"; } +.bi-sort-alpha-up-alt::before { content: "\f572"; } +.bi-sort-alpha-up::before { content: "\f573"; } +.bi-sort-down-alt::before { content: "\f574"; } +.bi-sort-down::before { content: "\f575"; } +.bi-sort-numeric-down-alt::before { content: "\f576"; } +.bi-sort-numeric-down::before { content: "\f577"; } +.bi-sort-numeric-up-alt::before { content: "\f578"; } +.bi-sort-numeric-up::before { content: "\f579"; } +.bi-sort-up-alt::before { content: "\f57a"; } +.bi-sort-up::before { content: "\f57b"; } +.bi-soundwave::before { content: "\f57c"; } +.bi-speaker-fill::before { content: "\f57d"; } +.bi-speaker::before { content: "\f57e"; } +.bi-speedometer::before { content: "\f57f"; } +.bi-speedometer2::before { content: "\f580"; } +.bi-spellcheck::before { content: "\f581"; } +.bi-square-fill::before { content: "\f582"; } +.bi-square-half::before { content: "\f583"; } +.bi-square::before { content: "\f584"; } +.bi-stack::before { content: "\f585"; } +.bi-star-fill::before { content: "\f586"; } +.bi-star-half::before { content: "\f587"; } +.bi-star::before { content: "\f588"; } +.bi-stars::before { content: "\f589"; } +.bi-stickies-fill::before { content: "\f58a"; } +.bi-stickies::before { content: "\f58b"; } +.bi-sticky-fill::before { content: "\f58c"; } +.bi-sticky::before { content: "\f58d"; } +.bi-stop-btn-fill::before { content: "\f58e"; } +.bi-stop-btn::before { content: "\f58f"; } +.bi-stop-circle-fill::before { content: "\f590"; } +.bi-stop-circle::before { content: "\f591"; } +.bi-stop-fill::before { content: "\f592"; } +.bi-stop::before { content: "\f593"; } +.bi-stoplights-fill::before { content: "\f594"; } +.bi-stoplights::before { content: "\f595"; } +.bi-stopwatch-fill::before { content: "\f596"; } +.bi-stopwatch::before { content: "\f597"; } +.bi-subtract::before { content: "\f598"; } +.bi-suit-club-fill::before { content: "\f599"; } +.bi-suit-club::before { content: "\f59a"; } +.bi-suit-diamond-fill::before { content: "\f59b"; } +.bi-suit-diamond::before { content: "\f59c"; } +.bi-suit-heart-fill::before { content: "\f59d"; } +.bi-suit-heart::before { content: "\f59e"; } +.bi-suit-spade-fill::before { content: "\f59f"; } +.bi-suit-spade::before { content: "\f5a0"; } +.bi-sun-fill::before { content: "\f5a1"; } +.bi-sun::before { content: "\f5a2"; } +.bi-sunglasses::before { content: "\f5a3"; } +.bi-sunrise-fill::before { content: "\f5a4"; } +.bi-sunrise::before { content: "\f5a5"; } +.bi-sunset-fill::before { content: "\f5a6"; } +.bi-sunset::before { content: "\f5a7"; } +.bi-symmetry-horizontal::before { content: "\f5a8"; } +.bi-symmetry-vertical::before { content: "\f5a9"; } +.bi-table::before { content: "\f5aa"; } +.bi-tablet-fill::before { content: "\f5ab"; } +.bi-tablet-landscape-fill::before { content: "\f5ac"; } +.bi-tablet-landscape::before { content: "\f5ad"; } +.bi-tablet::before { content: "\f5ae"; } +.bi-tag-fill::before { content: "\f5af"; } +.bi-tag::before { content: "\f5b0"; } +.bi-tags-fill::before { content: "\f5b1"; } +.bi-tags::before { content: "\f5b2"; } +.bi-telegram::before { content: "\f5b3"; } +.bi-telephone-fill::before { content: "\f5b4"; } +.bi-telephone-forward-fill::before { content: "\f5b5"; } +.bi-telephone-forward::before { content: "\f5b6"; } +.bi-telephone-inbound-fill::before { content: "\f5b7"; } +.bi-telephone-inbound::before { content: "\f5b8"; } +.bi-telephone-minus-fill::before { content: "\f5b9"; } +.bi-telephone-minus::before { content: "\f5ba"; } +.bi-telephone-outbound-fill::before { content: "\f5bb"; } +.bi-telephone-outbound::before { content: "\f5bc"; } +.bi-telephone-plus-fill::before { content: "\f5bd"; } +.bi-telephone-plus::before { content: "\f5be"; } +.bi-telephone-x-fill::before { content: "\f5bf"; } +.bi-telephone-x::before { content: "\f5c0"; } +.bi-telephone::before { content: "\f5c1"; } +.bi-terminal-fill::before { content: "\f5c2"; } +.bi-terminal::before { content: "\f5c3"; } +.bi-text-center::before { content: "\f5c4"; } +.bi-text-indent-left::before { content: "\f5c5"; } +.bi-text-indent-right::before { content: "\f5c6"; } +.bi-text-left::before { content: "\f5c7"; } +.bi-text-paragraph::before { content: "\f5c8"; } +.bi-text-right::before { content: "\f5c9"; } +.bi-textarea-resize::before { content: "\f5ca"; } +.bi-textarea-t::before { content: "\f5cb"; } +.bi-textarea::before { content: "\f5cc"; } +.bi-thermometer-half::before { content: "\f5cd"; } +.bi-thermometer-high::before { content: "\f5ce"; } +.bi-thermometer-low::before { content: "\f5cf"; } +.bi-thermometer-snow::before { content: "\f5d0"; } +.bi-thermometer-sun::before { content: "\f5d1"; } +.bi-thermometer::before { content: "\f5d2"; } +.bi-three-dots-vertical::before { content: "\f5d3"; } +.bi-three-dots::before { content: "\f5d4"; } +.bi-toggle-off::before { content: "\f5d5"; } +.bi-toggle-on::before { content: "\f5d6"; } +.bi-toggle2-off::before { content: "\f5d7"; } +.bi-toggle2-on::before { content: "\f5d8"; } +.bi-toggles::before { content: "\f5d9"; } +.bi-toggles2::before { content: "\f5da"; } +.bi-tools::before { content: "\f5db"; } +.bi-tornado::before { content: "\f5dc"; } +.bi-trash-fill::before { content: "\f5dd"; } +.bi-trash::before { content: "\f5de"; } +.bi-trash2-fill::before { content: "\f5df"; } +.bi-trash2::before { content: "\f5e0"; } +.bi-tree-fill::before { content: "\f5e1"; } +.bi-tree::before { content: "\f5e2"; } +.bi-triangle-fill::before { content: "\f5e3"; } +.bi-triangle-half::before { content: "\f5e4"; } +.bi-triangle::before { content: "\f5e5"; } +.bi-trophy-fill::before { content: "\f5e6"; } +.bi-trophy::before { content: "\f5e7"; } +.bi-tropical-storm::before { content: "\f5e8"; } +.bi-truck-flatbed::before { content: "\f5e9"; } +.bi-truck::before { content: "\f5ea"; } +.bi-tsunami::before { content: "\f5eb"; } +.bi-tv-fill::before { content: "\f5ec"; } +.bi-tv::before { content: "\f5ed"; } +.bi-twitch::before { content: "\f5ee"; } +.bi-twitter::before { content: "\f5ef"; } +.bi-type-bold::before { content: "\f5f0"; } +.bi-type-h1::before { content: "\f5f1"; } +.bi-type-h2::before { content: "\f5f2"; } +.bi-type-h3::before { content: "\f5f3"; } +.bi-type-italic::before { content: "\f5f4"; } +.bi-type-strikethrough::before { content: "\f5f5"; } +.bi-type-underline::before { content: "\f5f6"; } +.bi-type::before { content: "\f5f7"; } +.bi-ui-checks-grid::before { content: "\f5f8"; } +.bi-ui-checks::before { content: "\f5f9"; } +.bi-ui-radios-grid::before { content: "\f5fa"; } +.bi-ui-radios::before { content: "\f5fb"; } +.bi-umbrella-fill::before { content: "\f5fc"; } +.bi-umbrella::before { content: "\f5fd"; } +.bi-union::before { content: "\f5fe"; } +.bi-unlock-fill::before { content: "\f5ff"; } +.bi-unlock::before { content: "\f600"; } +.bi-upc-scan::before { content: "\f601"; } +.bi-upc::before { content: "\f602"; } +.bi-upload::before { content: "\f603"; } +.bi-vector-pen::before { content: "\f604"; } +.bi-view-list::before { content: "\f605"; } +.bi-view-stacked::before { content: "\f606"; } +.bi-vinyl-fill::before { content: "\f607"; } +.bi-vinyl::before { content: "\f608"; } +.bi-voicemail::before { content: "\f609"; } +.bi-volume-down-fill::before { content: "\f60a"; } +.bi-volume-down::before { content: "\f60b"; } +.bi-volume-mute-fill::before { content: "\f60c"; } +.bi-volume-mute::before { content: "\f60d"; } +.bi-volume-off-fill::before { content: "\f60e"; } +.bi-volume-off::before { content: "\f60f"; } +.bi-volume-up-fill::before { content: "\f610"; } +.bi-volume-up::before { content: "\f611"; } +.bi-vr::before { content: "\f612"; } +.bi-wallet-fill::before { content: "\f613"; } +.bi-wallet::before { content: "\f614"; } +.bi-wallet2::before { content: "\f615"; } +.bi-watch::before { content: "\f616"; } +.bi-water::before { content: "\f617"; } +.bi-whatsapp::before { content: "\f618"; } +.bi-wifi-1::before { content: "\f619"; } +.bi-wifi-2::before { content: "\f61a"; } +.bi-wifi-off::before { content: "\f61b"; } +.bi-wifi::before { content: "\f61c"; } +.bi-wind::before { content: "\f61d"; } +.bi-window-dock::before { content: "\f61e"; } +.bi-window-sidebar::before { content: "\f61f"; } +.bi-window::before { content: "\f620"; } +.bi-wrench::before { content: "\f621"; } +.bi-x-circle-fill::before { content: "\f622"; } +.bi-x-circle::before { content: "\f623"; } +.bi-x-diamond-fill::before { content: "\f624"; } +.bi-x-diamond::before { content: "\f625"; } +.bi-x-octagon-fill::before { content: "\f626"; } +.bi-x-octagon::before { content: "\f627"; } +.bi-x-square-fill::before { content: "\f628"; } +.bi-x-square::before { content: "\f629"; } +.bi-x::before { content: "\f62a"; } +.bi-youtube::before { content: "\f62b"; } +.bi-zoom-in::before { content: "\f62c"; } +.bi-zoom-out::before { content: "\f62d"; } +.bi-bank::before { content: "\f62e"; } +.bi-bank2::before { content: "\f62f"; } +.bi-bell-slash-fill::before { content: "\f630"; } +.bi-bell-slash::before { content: "\f631"; } +.bi-cash-coin::before { content: "\f632"; } +.bi-check-lg::before { content: "\f633"; } +.bi-coin::before { content: "\f634"; } +.bi-currency-bitcoin::before { content: "\f635"; } +.bi-currency-dollar::before { content: "\f636"; } +.bi-currency-euro::before { content: "\f637"; } +.bi-currency-exchange::before { content: "\f638"; } +.bi-currency-pound::before { content: "\f639"; } +.bi-currency-yen::before { content: "\f63a"; } +.bi-dash-lg::before { content: "\f63b"; } +.bi-exclamation-lg::before { content: "\f63c"; } +.bi-file-earmark-pdf-fill::before { content: "\f63d"; } +.bi-file-earmark-pdf::before { content: "\f63e"; } +.bi-file-pdf-fill::before { content: "\f63f"; } +.bi-file-pdf::before { content: "\f640"; } +.bi-gender-ambiguous::before { content: "\f641"; } +.bi-gender-female::before { content: "\f642"; } +.bi-gender-male::before { content: "\f643"; } +.bi-gender-trans::before { content: "\f644"; } +.bi-headset-vr::before { content: "\f645"; } +.bi-info-lg::before { content: "\f646"; } +.bi-mastodon::before { content: "\f647"; } +.bi-messenger::before { content: "\f648"; } +.bi-piggy-bank-fill::before { content: "\f649"; } +.bi-piggy-bank::before { content: "\f64a"; } +.bi-pin-map-fill::before { content: "\f64b"; } +.bi-pin-map::before { content: "\f64c"; } +.bi-plus-lg::before { content: "\f64d"; } +.bi-question-lg::before { content: "\f64e"; } +.bi-recycle::before { content: "\f64f"; } +.bi-reddit::before { content: "\f650"; } +.bi-safe-fill::before { content: "\f651"; } +.bi-safe2-fill::before { content: "\f652"; } +.bi-safe2::before { content: "\f653"; } +.bi-sd-card-fill::before { content: "\f654"; } +.bi-sd-card::before { content: "\f655"; } +.bi-skype::before { content: "\f656"; } +.bi-slash-lg::before { content: "\f657"; } +.bi-translate::before { content: "\f658"; } +.bi-x-lg::before { content: "\f659"; } +.bi-safe::before { content: "\f65a"; } +.bi-apple::before { content: "\f65b"; } +.bi-microsoft::before { content: "\f65d"; } +.bi-windows::before { content: "\f65e"; } +.bi-behance::before { content: "\f65c"; } +.bi-dribbble::before { content: "\f65f"; } +.bi-line::before { content: "\f660"; } +.bi-medium::before { content: "\f661"; } +.bi-paypal::before { content: "\f662"; } +.bi-pinterest::before { content: "\f663"; } +.bi-signal::before { content: "\f664"; } +.bi-snapchat::before { content: "\f665"; } +.bi-spotify::before { content: "\f666"; } +.bi-stack-overflow::before { content: "\f667"; } +.bi-strava::before { content: "\f668"; } +.bi-wordpress::before { content: "\f669"; } +.bi-vimeo::before { content: "\f66a"; } +.bi-activity::before { content: "\f66b"; } +.bi-easel2-fill::before { content: "\f66c"; } +.bi-easel2::before { content: "\f66d"; } +.bi-easel3-fill::before { content: "\f66e"; } +.bi-easel3::before { content: "\f66f"; } +.bi-fan::before { content: "\f670"; } +.bi-fingerprint::before { content: "\f671"; } +.bi-graph-down-arrow::before { content: "\f672"; } +.bi-graph-up-arrow::before { content: "\f673"; } +.bi-hypnotize::before { content: "\f674"; } +.bi-magic::before { content: "\f675"; } +.bi-person-rolodex::before { content: "\f676"; } +.bi-person-video::before { content: "\f677"; } +.bi-person-video2::before { content: "\f678"; } +.bi-person-video3::before { content: "\f679"; } +.bi-person-workspace::before { content: "\f67a"; } +.bi-radioactive::before { content: "\f67b"; } +.bi-webcam-fill::before { content: "\f67c"; } +.bi-webcam::before { content: "\f67d"; } +.bi-yin-yang::before { content: "\f67e"; } +.bi-bandaid-fill::before { content: "\f680"; } +.bi-bandaid::before { content: "\f681"; } +.bi-bluetooth::before { content: "\f682"; } +.bi-body-text::before { content: "\f683"; } +.bi-boombox::before { content: "\f684"; } +.bi-boxes::before { content: "\f685"; } +.bi-dpad-fill::before { content: "\f686"; } +.bi-dpad::before { content: "\f687"; } +.bi-ear-fill::before { content: "\f688"; } +.bi-ear::before { content: "\f689"; } +.bi-envelope-check-1::before { content: "\f68a"; } +.bi-envelope-check-fill::before { content: "\f68b"; } +.bi-envelope-check::before { content: "\f68c"; } +.bi-envelope-dash-1::before { content: "\f68d"; } +.bi-envelope-dash-fill::before { content: "\f68e"; } +.bi-envelope-dash::before { content: "\f68f"; } +.bi-envelope-exclamation-1::before { content: "\f690"; } +.bi-envelope-exclamation-fill::before { content: "\f691"; } +.bi-envelope-exclamation::before { content: "\f692"; } +.bi-envelope-plus-fill::before { content: "\f693"; } +.bi-envelope-plus::before { content: "\f694"; } +.bi-envelope-slash-1::before { content: "\f695"; } +.bi-envelope-slash-fill::before { content: "\f696"; } +.bi-envelope-slash::before { content: "\f697"; } +.bi-envelope-x-1::before { content: "\f698"; } +.bi-envelope-x-fill::before { content: "\f699"; } +.bi-envelope-x::before { content: "\f69a"; } +.bi-explicit-fill::before { content: "\f69b"; } +.bi-explicit::before { content: "\f69c"; } +.bi-git::before { content: "\f69d"; } +.bi-infinity::before { content: "\f69e"; } +.bi-list-columns-reverse::before { content: "\f69f"; } +.bi-list-columns::before { content: "\f6a0"; } +.bi-meta::before { content: "\f6a1"; } +.bi-mortorboard-fill::before { content: "\f6a2"; } +.bi-mortorboard::before { content: "\f6a3"; } +.bi-nintendo-switch::before { content: "\f6a4"; } +.bi-pc-display-horizontal::before { content: "\f6a5"; } +.bi-pc-display::before { content: "\f6a6"; } +.bi-pc-horizontal::before { content: "\f6a7"; } +.bi-pc::before { content: "\f6a8"; } +.bi-playstation::before { content: "\f6a9"; } +.bi-plus-slash-minus::before { content: "\f6aa"; } +.bi-projector-fill::before { content: "\f6ab"; } +.bi-projector::before { content: "\f6ac"; } +.bi-qr-code-scan::before { content: "\f6ad"; } +.bi-qr-code::before { content: "\f6ae"; } +.bi-quora::before { content: "\f6af"; } +.bi-quote::before { content: "\f6b0"; } +.bi-robot::before { content: "\f6b1"; } +.bi-send-check-fill::before { content: "\f6b2"; } +.bi-send-check::before { content: "\f6b3"; } +.bi-send-dash-fill::before { content: "\f6b4"; } +.bi-send-dash::before { content: "\f6b5"; } +.bi-send-exclamation-1::before { content: "\f6b6"; } +.bi-send-exclamation-fill::before { content: "\f6b7"; } +.bi-send-exclamation::before { content: "\f6b8"; } +.bi-send-fill::before { content: "\f6b9"; } +.bi-send-plus-fill::before { content: "\f6ba"; } +.bi-send-plus::before { content: "\f6bb"; } +.bi-send-slash-fill::before { content: "\f6bc"; } +.bi-send-slash::before { content: "\f6bd"; } +.bi-send-x-fill::before { content: "\f6be"; } +.bi-send-x::before { content: "\f6bf"; } +.bi-send::before { content: "\f6c0"; } +.bi-steam::before { content: "\f6c1"; } +.bi-terminal-dash-1::before { content: "\f6c2"; } +.bi-terminal-dash::before { content: "\f6c3"; } +.bi-terminal-plus::before { content: "\f6c4"; } +.bi-terminal-split::before { content: "\f6c5"; } +.bi-ticket-detailed-fill::before { content: "\f6c6"; } +.bi-ticket-detailed::before { content: "\f6c7"; } +.bi-ticket-fill::before { content: "\f6c8"; } +.bi-ticket-perforated-fill::before { content: "\f6c9"; } +.bi-ticket-perforated::before { content: "\f6ca"; } +.bi-ticket::before { content: "\f6cb"; } +.bi-tiktok::before { content: "\f6cc"; } +.bi-window-dash::before { content: "\f6cd"; } +.bi-window-desktop::before { content: "\f6ce"; } +.bi-window-fullscreen::before { content: "\f6cf"; } +.bi-window-plus::before { content: "\f6d0"; } +.bi-window-split::before { content: "\f6d1"; } +.bi-window-stack::before { content: "\f6d2"; } +.bi-window-x::before { content: "\f6d3"; } +.bi-xbox::before { content: "\f6d4"; } +.bi-ethernet::before { content: "\f6d5"; } +.bi-hdmi-fill::before { content: "\f6d6"; } +.bi-hdmi::before { content: "\f6d7"; } +.bi-usb-c-fill::before { content: "\f6d8"; } +.bi-usb-c::before { content: "\f6d9"; } +.bi-usb-fill::before { content: "\f6da"; } +.bi-usb-plug-fill::before { content: "\f6db"; } +.bi-usb-plug::before { content: "\f6dc"; } +.bi-usb-symbol::before { content: "\f6dd"; } +.bi-usb::before { content: "\f6de"; } +.bi-boombox-fill::before { content: "\f6df"; } +.bi-displayport-1::before { content: "\f6e0"; } +.bi-displayport::before { content: "\f6e1"; } +.bi-gpu-card::before { content: "\f6e2"; } +.bi-memory::before { content: "\f6e3"; } +.bi-modem-fill::before { content: "\f6e4"; } +.bi-modem::before { content: "\f6e5"; } +.bi-motherboard-fill::before { content: "\f6e6"; } +.bi-motherboard::before { content: "\f6e7"; } +.bi-optical-audio-fill::before { content: "\f6e8"; } +.bi-optical-audio::before { content: "\f6e9"; } +.bi-pci-card::before { content: "\f6ea"; } +.bi-router-fill::before { content: "\f6eb"; } +.bi-router::before { content: "\f6ec"; } +.bi-ssd-fill::before { content: "\f6ed"; } +.bi-ssd::before { content: "\f6ee"; } +.bi-thunderbolt-fill::before { content: "\f6ef"; } +.bi-thunderbolt::before { content: "\f6f0"; } +.bi-usb-drive-fill::before { content: "\f6f1"; } +.bi-usb-drive::before { content: "\f6f2"; } +.bi-usb-micro-fill::before { content: "\f6f3"; } +.bi-usb-micro::before { content: "\f6f4"; } +.bi-usb-mini-fill::before { content: "\f6f5"; } +.bi-usb-mini::before { content: "\f6f6"; } +.bi-cloud-haze2::before { content: "\f6f7"; } +.bi-device-hdd-fill::before { content: "\f6f8"; } +.bi-device-hdd::before { content: "\f6f9"; } +.bi-device-ssd-fill::before { content: "\f6fa"; } +.bi-device-ssd::before { content: "\f6fb"; } +.bi-displayport-fill::before { content: "\f6fc"; } +.bi-mortarboard-fill::before { content: "\f6fd"; } +.bi-mortarboard::before { content: "\f6fe"; } +.bi-terminal-x::before { content: "\f6ff"; } +.bi-arrow-through-heart-fill::before { content: "\f700"; } +.bi-arrow-through-heart::before { content: "\f701"; } +.bi-badge-sd-fill::before { content: "\f702"; } +.bi-badge-sd::before { content: "\f703"; } +.bi-bag-heart-fill::before { content: "\f704"; } +.bi-bag-heart::before { content: "\f705"; } +.bi-balloon-fill::before { content: "\f706"; } +.bi-balloon-heart-fill::before { content: "\f707"; } +.bi-balloon-heart::before { content: "\f708"; } +.bi-balloon::before { content: "\f709"; } +.bi-box2-fill::before { content: "\f70a"; } +.bi-box2-heart-fill::before { content: "\f70b"; } +.bi-box2-heart::before { content: "\f70c"; } +.bi-box2::before { content: "\f70d"; } +.bi-braces-asterisk::before { content: "\f70e"; } +.bi-calendar-heart-fill::before { content: "\f70f"; } +.bi-calendar-heart::before { content: "\f710"; } +.bi-calendar2-heart-fill::before { content: "\f711"; } +.bi-calendar2-heart::before { content: "\f712"; } +.bi-chat-heart-fill::before { content: "\f713"; } +.bi-chat-heart::before { content: "\f714"; } +.bi-chat-left-heart-fill::before { content: "\f715"; } +.bi-chat-left-heart::before { content: "\f716"; } +.bi-chat-right-heart-fill::before { content: "\f717"; } +.bi-chat-right-heart::before { content: "\f718"; } +.bi-chat-square-heart-fill::before { content: "\f719"; } +.bi-chat-square-heart::before { content: "\f71a"; } +.bi-clipboard-check-fill::before { content: "\f71b"; } +.bi-clipboard-data-fill::before { content: "\f71c"; } +.bi-clipboard-fill::before { content: "\f71d"; } +.bi-clipboard-heart-fill::before { content: "\f71e"; } +.bi-clipboard-heart::before { content: "\f71f"; } +.bi-clipboard-minus-fill::before { content: "\f720"; } +.bi-clipboard-plus-fill::before { content: "\f721"; } +.bi-clipboard-pulse::before { content: "\f722"; } +.bi-clipboard-x-fill::before { content: "\f723"; } +.bi-clipboard2-check-fill::before { content: "\f724"; } +.bi-clipboard2-check::before { content: "\f725"; } +.bi-clipboard2-data-fill::before { content: "\f726"; } +.bi-clipboard2-data::before { content: "\f727"; } +.bi-clipboard2-fill::before { content: "\f728"; } +.bi-clipboard2-heart-fill::before { content: "\f729"; } +.bi-clipboard2-heart::before { content: "\f72a"; } +.bi-clipboard2-minus-fill::before { content: "\f72b"; } +.bi-clipboard2-minus::before { content: "\f72c"; } +.bi-clipboard2-plus-fill::before { content: "\f72d"; } +.bi-clipboard2-plus::before { content: "\f72e"; } +.bi-clipboard2-pulse-fill::before { content: "\f72f"; } +.bi-clipboard2-pulse::before { content: "\f730"; } +.bi-clipboard2-x-fill::before { content: "\f731"; } +.bi-clipboard2-x::before { content: "\f732"; } +.bi-clipboard2::before { content: "\f733"; } +.bi-emoji-kiss-fill::before { content: "\f734"; } +.bi-emoji-kiss::before { content: "\f735"; } +.bi-envelope-heart-fill::before { content: "\f736"; } +.bi-envelope-heart::before { content: "\f737"; } +.bi-envelope-open-heart-fill::before { content: "\f738"; } +.bi-envelope-open-heart::before { content: "\f739"; } +.bi-envelope-paper-fill::before { content: "\f73a"; } +.bi-envelope-paper-heart-fill::before { content: "\f73b"; } +.bi-envelope-paper-heart::before { content: "\f73c"; } +.bi-envelope-paper::before { content: "\f73d"; } +.bi-filetype-aac::before { content: "\f73e"; } +.bi-filetype-ai::before { content: "\f73f"; } +.bi-filetype-bmp::before { content: "\f740"; } +.bi-filetype-cs::before { content: "\f741"; } +.bi-filetype-css::before { content: "\f742"; } +.bi-filetype-csv::before { content: "\f743"; } +.bi-filetype-doc::before { content: "\f744"; } +.bi-filetype-docx::before { content: "\f745"; } +.bi-filetype-exe::before { content: "\f746"; } +.bi-filetype-gif::before { content: "\f747"; } +.bi-filetype-heic::before { content: "\f748"; } +.bi-filetype-html::before { content: "\f749"; } +.bi-filetype-java::before { content: "\f74a"; } +.bi-filetype-jpg::before { content: "\f74b"; } +.bi-filetype-js::before { content: "\f74c"; } +.bi-filetype-jsx::before { content: "\f74d"; } +.bi-filetype-key::before { content: "\f74e"; } +.bi-filetype-m4p::before { content: "\f74f"; } +.bi-filetype-md::before { content: "\f750"; } +.bi-filetype-mdx::before { content: "\f751"; } +.bi-filetype-mov::before { content: "\f752"; } +.bi-filetype-mp3::before { content: "\f753"; } +.bi-filetype-mp4::before { content: "\f754"; } +.bi-filetype-otf::before { content: "\f755"; } +.bi-filetype-pdf::before { content: "\f756"; } +.bi-filetype-php::before { content: "\f757"; } +.bi-filetype-png::before { content: "\f758"; } +.bi-filetype-ppt-1::before { content: "\f759"; } +.bi-filetype-ppt::before { content: "\f75a"; } +.bi-filetype-psd::before { content: "\f75b"; } +.bi-filetype-py::before { content: "\f75c"; } +.bi-filetype-raw::before { content: "\f75d"; } +.bi-filetype-rb::before { content: "\f75e"; } +.bi-filetype-sass::before { content: "\f75f"; } +.bi-filetype-scss::before { content: "\f760"; } +.bi-filetype-sh::before { content: "\f761"; } +.bi-filetype-svg::before { content: "\f762"; } +.bi-filetype-tiff::before { content: "\f763"; } +.bi-filetype-tsx::before { content: "\f764"; } +.bi-filetype-ttf::before { content: "\f765"; } +.bi-filetype-txt::before { content: "\f766"; } +.bi-filetype-wav::before { content: "\f767"; } +.bi-filetype-woff::before { content: "\f768"; } +.bi-filetype-xls-1::before { content: "\f769"; } +.bi-filetype-xls::before { content: "\f76a"; } +.bi-filetype-xml::before { content: "\f76b"; } +.bi-filetype-yml::before { content: "\f76c"; } +.bi-heart-arrow::before { content: "\f76d"; } +.bi-heart-pulse-fill::before { content: "\f76e"; } +.bi-heart-pulse::before { content: "\f76f"; } +.bi-heartbreak-fill::before { content: "\f770"; } +.bi-heartbreak::before { content: "\f771"; } +.bi-hearts::before { content: "\f772"; } +.bi-hospital-fill::before { content: "\f773"; } +.bi-hospital::before { content: "\f774"; } +.bi-house-heart-fill::before { content: "\f775"; } +.bi-house-heart::before { content: "\f776"; } +.bi-incognito::before { content: "\f777"; } +.bi-magnet-fill::before { content: "\f778"; } +.bi-magnet::before { content: "\f779"; } +.bi-person-heart::before { content: "\f77a"; } +.bi-person-hearts::before { content: "\f77b"; } +.bi-phone-flip::before { content: "\f77c"; } +.bi-plugin::before { content: "\f77d"; } +.bi-postage-fill::before { content: "\f77e"; } +.bi-postage-heart-fill::before { content: "\f77f"; } +.bi-postage-heart::before { content: "\f780"; } +.bi-postage::before { content: "\f781"; } +.bi-postcard-fill::before { content: "\f782"; } +.bi-postcard-heart-fill::before { content: "\f783"; } +.bi-postcard-heart::before { content: "\f784"; } +.bi-postcard::before { content: "\f785"; } +.bi-search-heart-fill::before { content: "\f786"; } +.bi-search-heart::before { content: "\f787"; } +.bi-sliders2-vertical::before { content: "\f788"; } +.bi-sliders2::before { content: "\f789"; } +.bi-trash3-fill::before { content: "\f78a"; } +.bi-trash3::before { content: "\f78b"; } +.bi-valentine::before { content: "\f78c"; } +.bi-valentine2::before { content: "\f78d"; } +.bi-wrench-adjustable-circle-fill::before { content: "\f78e"; } +.bi-wrench-adjustable-circle::before { content: "\f78f"; } +.bi-wrench-adjustable::before { content: "\f790"; } +.bi-filetype-json::before { content: "\f791"; } +.bi-filetype-pptx::before { content: "\f792"; } +.bi-filetype-xlsx::before { content: "\f793"; } +.bi-1-circle-1::before { content: "\f794"; } +.bi-1-circle-fill-1::before { content: "\f795"; } +.bi-1-circle-fill::before { content: "\f796"; } +.bi-1-circle::before { content: "\f797"; } +.bi-1-square-fill::before { content: "\f798"; } +.bi-1-square::before { content: "\f799"; } +.bi-2-circle-1::before { content: "\f79a"; } +.bi-2-circle-fill-1::before { content: "\f79b"; } +.bi-2-circle-fill::before { content: "\f79c"; } +.bi-2-circle::before { content: "\f79d"; } +.bi-2-square-fill::before { content: "\f79e"; } +.bi-2-square::before { content: "\f79f"; } +.bi-3-circle-1::before { content: "\f7a0"; } +.bi-3-circle-fill-1::before { content: "\f7a1"; } +.bi-3-circle-fill::before { content: "\f7a2"; } +.bi-3-circle::before { content: "\f7a3"; } +.bi-3-square-fill::before { content: "\f7a4"; } +.bi-3-square::before { content: "\f7a5"; } +.bi-4-circle-1::before { content: "\f7a6"; } +.bi-4-circle-fill-1::before { content: "\f7a7"; } +.bi-4-circle-fill::before { content: "\f7a8"; } +.bi-4-circle::before { content: "\f7a9"; } +.bi-4-square-fill::before { content: "\f7aa"; } +.bi-4-square::before { content: "\f7ab"; } +.bi-5-circle-1::before { content: "\f7ac"; } +.bi-5-circle-fill-1::before { content: "\f7ad"; } +.bi-5-circle-fill::before { content: "\f7ae"; } +.bi-5-circle::before { content: "\f7af"; } +.bi-5-square-fill::before { content: "\f7b0"; } +.bi-5-square::before { content: "\f7b1"; } +.bi-6-circle-1::before { content: "\f7b2"; } +.bi-6-circle-fill-1::before { content: "\f7b3"; } +.bi-6-circle-fill::before { content: "\f7b4"; } +.bi-6-circle::before { content: "\f7b5"; } +.bi-6-square-fill::before { content: "\f7b6"; } +.bi-6-square::before { content: "\f7b7"; } +.bi-7-circle-1::before { content: "\f7b8"; } +.bi-7-circle-fill-1::before { content: "\f7b9"; } +.bi-7-circle-fill::before { content: "\f7ba"; } +.bi-7-circle::before { content: "\f7bb"; } +.bi-7-square-fill::before { content: "\f7bc"; } +.bi-7-square::before { content: "\f7bd"; } +.bi-8-circle-1::before { content: "\f7be"; } +.bi-8-circle-fill-1::before { content: "\f7bf"; } +.bi-8-circle-fill::before { content: "\f7c0"; } +.bi-8-circle::before { content: "\f7c1"; } +.bi-8-square-fill::before { content: "\f7c2"; } +.bi-8-square::before { content: "\f7c3"; } +.bi-9-circle-1::before { content: "\f7c4"; } +.bi-9-circle-fill-1::before { content: "\f7c5"; } +.bi-9-circle-fill::before { content: "\f7c6"; } +.bi-9-circle::before { content: "\f7c7"; } +.bi-9-square-fill::before { content: "\f7c8"; } +.bi-9-square::before { content: "\f7c9"; } +.bi-airplane-engines-fill::before { content: "\f7ca"; } +.bi-airplane-engines::before { content: "\f7cb"; } +.bi-airplane-fill::before { content: "\f7cc"; } +.bi-airplane::before { content: "\f7cd"; } +.bi-alexa::before { content: "\f7ce"; } +.bi-alipay::before { content: "\f7cf"; } +.bi-android::before { content: "\f7d0"; } +.bi-android2::before { content: "\f7d1"; } +.bi-box-fill::before { content: "\f7d2"; } +.bi-box-seam-fill::before { content: "\f7d3"; } +.bi-browser-chrome::before { content: "\f7d4"; } +.bi-browser-edge::before { content: "\f7d5"; } +.bi-browser-firefox::before { content: "\f7d6"; } +.bi-browser-safari::before { content: "\f7d7"; } +.bi-c-circle-1::before { content: "\f7d8"; } +.bi-c-circle-fill-1::before { content: "\f7d9"; } +.bi-c-circle-fill::before { content: "\f7da"; } +.bi-c-circle::before { content: "\f7db"; } +.bi-c-square-fill::before { content: "\f7dc"; } +.bi-c-square::before { content: "\f7dd"; } +.bi-capsule-pill::before { content: "\f7de"; } +.bi-capsule::before { content: "\f7df"; } +.bi-car-front-fill::before { content: "\f7e0"; } +.bi-car-front::before { content: "\f7e1"; } +.bi-cassette-fill::before { content: "\f7e2"; } +.bi-cassette::before { content: "\f7e3"; } +.bi-cc-circle-1::before { content: "\f7e4"; } +.bi-cc-circle-fill-1::before { content: "\f7e5"; } +.bi-cc-circle-fill::before { content: "\f7e6"; } +.bi-cc-circle::before { content: "\f7e7"; } +.bi-cc-square-fill::before { content: "\f7e8"; } +.bi-cc-square::before { content: "\f7e9"; } +.bi-cup-hot-fill::before { content: "\f7ea"; } +.bi-cup-hot::before { content: "\f7eb"; } +.bi-currency-rupee::before { content: "\f7ec"; } +.bi-dropbox::before { content: "\f7ed"; } +.bi-escape::before { content: "\f7ee"; } +.bi-fast-forward-btn-fill::before { content: "\f7ef"; } +.bi-fast-forward-btn::before { content: "\f7f0"; } +.bi-fast-forward-circle-fill::before { content: "\f7f1"; } +.bi-fast-forward-circle::before { content: "\f7f2"; } +.bi-fast-forward-fill::before { content: "\f7f3"; } +.bi-fast-forward::before { content: "\f7f4"; } +.bi-filetype-sql::before { content: "\f7f5"; } +.bi-fire::before { content: "\f7f6"; } +.bi-google-play::before { content: "\f7f7"; } +.bi-h-circle-1::before { content: "\f7f8"; } +.bi-h-circle-fill-1::before { content: "\f7f9"; } +.bi-h-circle-fill::before { content: "\f7fa"; } +.bi-h-circle::before { content: "\f7fb"; } +.bi-h-square-fill::before { content: "\f7fc"; } +.bi-h-square::before { content: "\f7fd"; } +.bi-indent::before { content: "\f7fe"; } +.bi-lungs-fill::before { content: "\f7ff"; } +.bi-lungs::before { content: "\f800"; } +.bi-microsoft-teams::before { content: "\f801"; } +.bi-p-circle-1::before { content: "\f802"; } +.bi-p-circle-fill-1::before { content: "\f803"; } +.bi-p-circle-fill::before { content: "\f804"; } +.bi-p-circle::before { content: "\f805"; } +.bi-p-square-fill::before { content: "\f806"; } +.bi-p-square::before { content: "\f807"; } +.bi-pass-fill::before { content: "\f808"; } +.bi-pass::before { content: "\f809"; } +.bi-prescription::before { content: "\f80a"; } +.bi-prescription2::before { content: "\f80b"; } +.bi-r-circle-1::before { content: "\f80c"; } +.bi-r-circle-fill-1::before { content: "\f80d"; } +.bi-r-circle-fill::before { content: "\f80e"; } +.bi-r-circle::before { content: "\f80f"; } +.bi-r-square-fill::before { content: "\f810"; } +.bi-r-square::before { content: "\f811"; } +.bi-repeat-1::before { content: "\f812"; } +.bi-repeat::before { content: "\f813"; } +.bi-rewind-btn-fill::before { content: "\f814"; } +.bi-rewind-btn::before { content: "\f815"; } +.bi-rewind-circle-fill::before { content: "\f816"; } +.bi-rewind-circle::before { content: "\f817"; } +.bi-rewind-fill::before { content: "\f818"; } +.bi-rewind::before { content: "\f819"; } +.bi-train-freight-front-fill::before { content: "\f81a"; } +.bi-train-freight-front::before { content: "\f81b"; } +.bi-train-front-fill::before { content: "\f81c"; } +.bi-train-front::before { content: "\f81d"; } +.bi-train-lightrail-front-fill::before { content: "\f81e"; } +.bi-train-lightrail-front::before { content: "\f81f"; } +.bi-truck-front-fill::before { content: "\f820"; } +.bi-truck-front::before { content: "\f821"; } +.bi-ubuntu::before { content: "\f822"; } +.bi-unindent::before { content: "\f823"; } +.bi-unity::before { content: "\f824"; } +.bi-universal-access-circle::before { content: "\f825"; } +.bi-universal-access::before { content: "\f826"; } +.bi-virus::before { content: "\f827"; } +.bi-virus2::before { content: "\f828"; } +.bi-wechat::before { content: "\f829"; } +.bi-yelp::before { content: "\f82a"; } +.bi-sign-stop-fill::before { content: "\f82b"; } +.bi-sign-stop-lights-fill::before { content: "\f82c"; } +.bi-sign-stop-lights::before { content: "\f82d"; } +.bi-sign-stop::before { content: "\f82e"; } +.bi-sign-turn-left-fill::before { content: "\f82f"; } +.bi-sign-turn-left::before { content: "\f830"; } +.bi-sign-turn-right-fill::before { content: "\f831"; } +.bi-sign-turn-right::before { content: "\f832"; } +.bi-sign-turn-slight-left-fill::before { content: "\f833"; } +.bi-sign-turn-slight-left::before { content: "\f834"; } +.bi-sign-turn-slight-right-fill::before { content: "\f835"; } +.bi-sign-turn-slight-right::before { content: "\f836"; } +.bi-sign-yield-fill::before { content: "\f837"; } +.bi-sign-yield::before { content: "\f838"; } +.bi-ev-station-fill::before { content: "\f839"; } +.bi-ev-station::before { content: "\f83a"; } +.bi-fuel-pump-diesel-fill::before { content: "\f83b"; } +.bi-fuel-pump-diesel::before { content: "\f83c"; } +.bi-fuel-pump-fill::before { content: "\f83d"; } +.bi-fuel-pump::before { content: "\f83e"; } diff --git a/core/static/assets/vendor/bootstrap-icons/font/bootstrap-icons.json b/core/static/assets/vendor/bootstrap-icons/font/bootstrap-icons.json new file mode 100644 index 0000000..faa3b2c --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/font/bootstrap-icons.json @@ -0,0 +1,1856 @@ +{ + "123": 63103, + "alarm-fill": 61697, + "alarm": 61698, + "align-bottom": 61699, + "align-center": 61700, + "align-end": 61701, + "align-middle": 61702, + "align-start": 61703, + "align-top": 61704, + "alt": 61705, + "app-indicator": 61706, + "app": 61707, + "archive-fill": 61708, + "archive": 61709, + "arrow-90deg-down": 61710, + "arrow-90deg-left": 61711, + "arrow-90deg-right": 61712, + "arrow-90deg-up": 61713, + "arrow-bar-down": 61714, + "arrow-bar-left": 61715, + "arrow-bar-right": 61716, + "arrow-bar-up": 61717, + "arrow-clockwise": 61718, + "arrow-counterclockwise": 61719, + "arrow-down-circle-fill": 61720, + "arrow-down-circle": 61721, + "arrow-down-left-circle-fill": 61722, + "arrow-down-left-circle": 61723, + "arrow-down-left-square-fill": 61724, + "arrow-down-left-square": 61725, + "arrow-down-left": 61726, + "arrow-down-right-circle-fill": 61727, + "arrow-down-right-circle": 61728, + "arrow-down-right-square-fill": 61729, + "arrow-down-right-square": 61730, + "arrow-down-right": 61731, + "arrow-down-short": 61732, + "arrow-down-square-fill": 61733, + "arrow-down-square": 61734, + "arrow-down-up": 61735, + "arrow-down": 61736, + "arrow-left-circle-fill": 61737, + "arrow-left-circle": 61738, + "arrow-left-right": 61739, + "arrow-left-short": 61740, + "arrow-left-square-fill": 61741, + "arrow-left-square": 61742, + "arrow-left": 61743, + "arrow-repeat": 61744, + "arrow-return-left": 61745, + "arrow-return-right": 61746, + "arrow-right-circle-fill": 61747, + "arrow-right-circle": 61748, + "arrow-right-short": 61749, + "arrow-right-square-fill": 61750, + "arrow-right-square": 61751, + "arrow-right": 61752, + "arrow-up-circle-fill": 61753, + "arrow-up-circle": 61754, + "arrow-up-left-circle-fill": 61755, + "arrow-up-left-circle": 61756, + "arrow-up-left-square-fill": 61757, + "arrow-up-left-square": 61758, + "arrow-up-left": 61759, + "arrow-up-right-circle-fill": 61760, + "arrow-up-right-circle": 61761, + "arrow-up-right-square-fill": 61762, + "arrow-up-right-square": 61763, + "arrow-up-right": 61764, + "arrow-up-short": 61765, + "arrow-up-square-fill": 61766, + "arrow-up-square": 61767, + "arrow-up": 61768, + "arrows-angle-contract": 61769, + "arrows-angle-expand": 61770, + "arrows-collapse": 61771, + "arrows-expand": 61772, + "arrows-fullscreen": 61773, + "arrows-move": 61774, + "aspect-ratio-fill": 61775, + "aspect-ratio": 61776, + "asterisk": 61777, + "at": 61778, + "award-fill": 61779, + "award": 61780, + "back": 61781, + "backspace-fill": 61782, + "backspace-reverse-fill": 61783, + "backspace-reverse": 61784, + "backspace": 61785, + "badge-3d-fill": 61786, + "badge-3d": 61787, + "badge-4k-fill": 61788, + "badge-4k": 61789, + "badge-8k-fill": 61790, + "badge-8k": 61791, + "badge-ad-fill": 61792, + "badge-ad": 61793, + "badge-ar-fill": 61794, + "badge-ar": 61795, + "badge-cc-fill": 61796, + "badge-cc": 61797, + "badge-hd-fill": 61798, + "badge-hd": 61799, + "badge-tm-fill": 61800, + "badge-tm": 61801, + "badge-vo-fill": 61802, + "badge-vo": 61803, + "badge-vr-fill": 61804, + "badge-vr": 61805, + "badge-wc-fill": 61806, + "badge-wc": 61807, + "bag-check-fill": 61808, + "bag-check": 61809, + "bag-dash-fill": 61810, + "bag-dash": 61811, + "bag-fill": 61812, + "bag-plus-fill": 61813, + "bag-plus": 61814, + "bag-x-fill": 61815, + "bag-x": 61816, + "bag": 61817, + "bar-chart-fill": 61818, + "bar-chart-line-fill": 61819, + "bar-chart-line": 61820, + "bar-chart-steps": 61821, + "bar-chart": 61822, + "basket-fill": 61823, + "basket": 61824, + "basket2-fill": 61825, + "basket2": 61826, + "basket3-fill": 61827, + "basket3": 61828, + "battery-charging": 61829, + "battery-full": 61830, + "battery-half": 61831, + "battery": 61832, + "bell-fill": 61833, + "bell": 61834, + "bezier": 61835, + "bezier2": 61836, + "bicycle": 61837, + "binoculars-fill": 61838, + "binoculars": 61839, + "blockquote-left": 61840, + "blockquote-right": 61841, + "book-fill": 61842, + "book-half": 61843, + "book": 61844, + "bookmark-check-fill": 61845, + "bookmark-check": 61846, + "bookmark-dash-fill": 61847, + "bookmark-dash": 61848, + "bookmark-fill": 61849, + "bookmark-heart-fill": 61850, + "bookmark-heart": 61851, + "bookmark-plus-fill": 61852, + "bookmark-plus": 61853, + "bookmark-star-fill": 61854, + "bookmark-star": 61855, + "bookmark-x-fill": 61856, + "bookmark-x": 61857, + "bookmark": 61858, + "bookmarks-fill": 61859, + "bookmarks": 61860, + "bookshelf": 61861, + "bootstrap-fill": 61862, + "bootstrap-reboot": 61863, + "bootstrap": 61864, + "border-all": 61865, + "border-bottom": 61866, + "border-center": 61867, + "border-inner": 61868, + "border-left": 61869, + "border-middle": 61870, + "border-outer": 61871, + "border-right": 61872, + "border-style": 61873, + "border-top": 61874, + "border-width": 61875, + "border": 61876, + "bounding-box-circles": 61877, + "bounding-box": 61878, + "box-arrow-down-left": 61879, + "box-arrow-down-right": 61880, + "box-arrow-down": 61881, + "box-arrow-in-down-left": 61882, + "box-arrow-in-down-right": 61883, + "box-arrow-in-down": 61884, + "box-arrow-in-left": 61885, + "box-arrow-in-right": 61886, + "box-arrow-in-up-left": 61887, + "box-arrow-in-up-right": 61888, + "box-arrow-in-up": 61889, + "box-arrow-left": 61890, + "box-arrow-right": 61891, + "box-arrow-up-left": 61892, + "box-arrow-up-right": 61893, + "box-arrow-up": 61894, + "box-seam": 61895, + "box": 61896, + "braces": 61897, + "bricks": 61898, + "briefcase-fill": 61899, + "briefcase": 61900, + "brightness-alt-high-fill": 61901, + "brightness-alt-high": 61902, + "brightness-alt-low-fill": 61903, + "brightness-alt-low": 61904, + "brightness-high-fill": 61905, + "brightness-high": 61906, + "brightness-low-fill": 61907, + "brightness-low": 61908, + "broadcast-pin": 61909, + "broadcast": 61910, + "brush-fill": 61911, + "brush": 61912, + "bucket-fill": 61913, + "bucket": 61914, + "bug-fill": 61915, + "bug": 61916, + "building": 61917, + "bullseye": 61918, + "calculator-fill": 61919, + "calculator": 61920, + "calendar-check-fill": 61921, + "calendar-check": 61922, + "calendar-date-fill": 61923, + "calendar-date": 61924, + "calendar-day-fill": 61925, + "calendar-day": 61926, + "calendar-event-fill": 61927, + "calendar-event": 61928, + "calendar-fill": 61929, + "calendar-minus-fill": 61930, + "calendar-minus": 61931, + "calendar-month-fill": 61932, + "calendar-month": 61933, + "calendar-plus-fill": 61934, + "calendar-plus": 61935, + "calendar-range-fill": 61936, + "calendar-range": 61937, + "calendar-week-fill": 61938, + "calendar-week": 61939, + "calendar-x-fill": 61940, + "calendar-x": 61941, + "calendar": 61942, + "calendar2-check-fill": 61943, + "calendar2-check": 61944, + "calendar2-date-fill": 61945, + "calendar2-date": 61946, + "calendar2-day-fill": 61947, + "calendar2-day": 61948, + "calendar2-event-fill": 61949, + "calendar2-event": 61950, + "calendar2-fill": 61951, + "calendar2-minus-fill": 61952, + "calendar2-minus": 61953, + "calendar2-month-fill": 61954, + "calendar2-month": 61955, + "calendar2-plus-fill": 61956, + "calendar2-plus": 61957, + "calendar2-range-fill": 61958, + "calendar2-range": 61959, + "calendar2-week-fill": 61960, + "calendar2-week": 61961, + "calendar2-x-fill": 61962, + "calendar2-x": 61963, + "calendar2": 61964, + "calendar3-event-fill": 61965, + "calendar3-event": 61966, + "calendar3-fill": 61967, + "calendar3-range-fill": 61968, + "calendar3-range": 61969, + "calendar3-week-fill": 61970, + "calendar3-week": 61971, + "calendar3": 61972, + "calendar4-event": 61973, + "calendar4-range": 61974, + "calendar4-week": 61975, + "calendar4": 61976, + "camera-fill": 61977, + "camera-reels-fill": 61978, + "camera-reels": 61979, + "camera-video-fill": 61980, + "camera-video-off-fill": 61981, + "camera-video-off": 61982, + "camera-video": 61983, + "camera": 61984, + "camera2": 61985, + "capslock-fill": 61986, + "capslock": 61987, + "card-checklist": 61988, + "card-heading": 61989, + "card-image": 61990, + "card-list": 61991, + "card-text": 61992, + "caret-down-fill": 61993, + "caret-down-square-fill": 61994, + "caret-down-square": 61995, + "caret-down": 61996, + "caret-left-fill": 61997, + "caret-left-square-fill": 61998, + "caret-left-square": 61999, + "caret-left": 62000, + "caret-right-fill": 62001, + "caret-right-square-fill": 62002, + "caret-right-square": 62003, + "caret-right": 62004, + "caret-up-fill": 62005, + "caret-up-square-fill": 62006, + "caret-up-square": 62007, + "caret-up": 62008, + "cart-check-fill": 62009, + "cart-check": 62010, + "cart-dash-fill": 62011, + "cart-dash": 62012, + "cart-fill": 62013, + "cart-plus-fill": 62014, + "cart-plus": 62015, + "cart-x-fill": 62016, + "cart-x": 62017, + "cart": 62018, + "cart2": 62019, + "cart3": 62020, + "cart4": 62021, + "cash-stack": 62022, + "cash": 62023, + "cast": 62024, + "chat-dots-fill": 62025, + "chat-dots": 62026, + "chat-fill": 62027, + "chat-left-dots-fill": 62028, + "chat-left-dots": 62029, + "chat-left-fill": 62030, + "chat-left-quote-fill": 62031, + "chat-left-quote": 62032, + "chat-left-text-fill": 62033, + "chat-left-text": 62034, + "chat-left": 62035, + "chat-quote-fill": 62036, + "chat-quote": 62037, + "chat-right-dots-fill": 62038, + "chat-right-dots": 62039, + "chat-right-fill": 62040, + "chat-right-quote-fill": 62041, + "chat-right-quote": 62042, + "chat-right-text-fill": 62043, + "chat-right-text": 62044, + "chat-right": 62045, + "chat-square-dots-fill": 62046, + "chat-square-dots": 62047, + "chat-square-fill": 62048, + "chat-square-quote-fill": 62049, + "chat-square-quote": 62050, + "chat-square-text-fill": 62051, + "chat-square-text": 62052, + "chat-square": 62053, + "chat-text-fill": 62054, + "chat-text": 62055, + "chat": 62056, + "check-all": 62057, + "check-circle-fill": 62058, + "check-circle": 62059, + "check-square-fill": 62060, + "check-square": 62061, + "check": 62062, + "check2-all": 62063, + "check2-circle": 62064, + "check2-square": 62065, + "check2": 62066, + "chevron-bar-contract": 62067, + "chevron-bar-down": 62068, + "chevron-bar-expand": 62069, + "chevron-bar-left": 62070, + "chevron-bar-right": 62071, + "chevron-bar-up": 62072, + "chevron-compact-down": 62073, + "chevron-compact-left": 62074, + "chevron-compact-right": 62075, + "chevron-compact-up": 62076, + "chevron-contract": 62077, + "chevron-double-down": 62078, + "chevron-double-left": 62079, + "chevron-double-right": 62080, + "chevron-double-up": 62081, + "chevron-down": 62082, + "chevron-expand": 62083, + "chevron-left": 62084, + "chevron-right": 62085, + "chevron-up": 62086, + "circle-fill": 62087, + "circle-half": 62088, + "circle-square": 62089, + "circle": 62090, + "clipboard-check": 62091, + "clipboard-data": 62092, + "clipboard-minus": 62093, + "clipboard-plus": 62094, + "clipboard-x": 62095, + "clipboard": 62096, + "clock-fill": 62097, + "clock-history": 62098, + "clock": 62099, + "cloud-arrow-down-fill": 62100, + "cloud-arrow-down": 62101, + "cloud-arrow-up-fill": 62102, + "cloud-arrow-up": 62103, + "cloud-check-fill": 62104, + "cloud-check": 62105, + "cloud-download-fill": 62106, + "cloud-download": 62107, + "cloud-drizzle-fill": 62108, + "cloud-drizzle": 62109, + "cloud-fill": 62110, + "cloud-fog-fill": 62111, + "cloud-fog": 62112, + "cloud-fog2-fill": 62113, + "cloud-fog2": 62114, + "cloud-hail-fill": 62115, + "cloud-hail": 62116, + "cloud-haze-1": 62117, + "cloud-haze-fill": 62118, + "cloud-haze": 62119, + "cloud-haze2-fill": 62120, + "cloud-lightning-fill": 62121, + "cloud-lightning-rain-fill": 62122, + "cloud-lightning-rain": 62123, + "cloud-lightning": 62124, + "cloud-minus-fill": 62125, + "cloud-minus": 62126, + "cloud-moon-fill": 62127, + "cloud-moon": 62128, + "cloud-plus-fill": 62129, + "cloud-plus": 62130, + "cloud-rain-fill": 62131, + "cloud-rain-heavy-fill": 62132, + "cloud-rain-heavy": 62133, + "cloud-rain": 62134, + "cloud-slash-fill": 62135, + "cloud-slash": 62136, + "cloud-sleet-fill": 62137, + "cloud-sleet": 62138, + "cloud-snow-fill": 62139, + "cloud-snow": 62140, + "cloud-sun-fill": 62141, + "cloud-sun": 62142, + "cloud-upload-fill": 62143, + "cloud-upload": 62144, + "cloud": 62145, + "clouds-fill": 62146, + "clouds": 62147, + "cloudy-fill": 62148, + "cloudy": 62149, + "code-slash": 62150, + "code-square": 62151, + "code": 62152, + "collection-fill": 62153, + "collection-play-fill": 62154, + "collection-play": 62155, + "collection": 62156, + "columns-gap": 62157, + "columns": 62158, + "command": 62159, + "compass-fill": 62160, + "compass": 62161, + "cone-striped": 62162, + "cone": 62163, + "controller": 62164, + "cpu-fill": 62165, + "cpu": 62166, + "credit-card-2-back-fill": 62167, + "credit-card-2-back": 62168, + "credit-card-2-front-fill": 62169, + "credit-card-2-front": 62170, + "credit-card-fill": 62171, + "credit-card": 62172, + "crop": 62173, + "cup-fill": 62174, + "cup-straw": 62175, + "cup": 62176, + "cursor-fill": 62177, + "cursor-text": 62178, + "cursor": 62179, + "dash-circle-dotted": 62180, + "dash-circle-fill": 62181, + "dash-circle": 62182, + "dash-square-dotted": 62183, + "dash-square-fill": 62184, + "dash-square": 62185, + "dash": 62186, + "diagram-2-fill": 62187, + "diagram-2": 62188, + "diagram-3-fill": 62189, + "diagram-3": 62190, + "diamond-fill": 62191, + "diamond-half": 62192, + "diamond": 62193, + "dice-1-fill": 62194, + "dice-1": 62195, + "dice-2-fill": 62196, + "dice-2": 62197, + "dice-3-fill": 62198, + "dice-3": 62199, + "dice-4-fill": 62200, + "dice-4": 62201, + "dice-5-fill": 62202, + "dice-5": 62203, + "dice-6-fill": 62204, + "dice-6": 62205, + "disc-fill": 62206, + "disc": 62207, + "discord": 62208, + "display-fill": 62209, + "display": 62210, + "distribute-horizontal": 62211, + "distribute-vertical": 62212, + "door-closed-fill": 62213, + "door-closed": 62214, + "door-open-fill": 62215, + "door-open": 62216, + "dot": 62217, + "download": 62218, + "droplet-fill": 62219, + "droplet-half": 62220, + "droplet": 62221, + "earbuds": 62222, + "easel-fill": 62223, + "easel": 62224, + "egg-fill": 62225, + "egg-fried": 62226, + "egg": 62227, + "eject-fill": 62228, + "eject": 62229, + "emoji-angry-fill": 62230, + "emoji-angry": 62231, + "emoji-dizzy-fill": 62232, + "emoji-dizzy": 62233, + "emoji-expressionless-fill": 62234, + "emoji-expressionless": 62235, + "emoji-frown-fill": 62236, + "emoji-frown": 62237, + "emoji-heart-eyes-fill": 62238, + "emoji-heart-eyes": 62239, + "emoji-laughing-fill": 62240, + "emoji-laughing": 62241, + "emoji-neutral-fill": 62242, + "emoji-neutral": 62243, + "emoji-smile-fill": 62244, + "emoji-smile-upside-down-fill": 62245, + "emoji-smile-upside-down": 62246, + "emoji-smile": 62247, + "emoji-sunglasses-fill": 62248, + "emoji-sunglasses": 62249, + "emoji-wink-fill": 62250, + "emoji-wink": 62251, + "envelope-fill": 62252, + "envelope-open-fill": 62253, + "envelope-open": 62254, + "envelope": 62255, + "eraser-fill": 62256, + "eraser": 62257, + "exclamation-circle-fill": 62258, + "exclamation-circle": 62259, + "exclamation-diamond-fill": 62260, + "exclamation-diamond": 62261, + "exclamation-octagon-fill": 62262, + "exclamation-octagon": 62263, + "exclamation-square-fill": 62264, + "exclamation-square": 62265, + "exclamation-triangle-fill": 62266, + "exclamation-triangle": 62267, + "exclamation": 62268, + "exclude": 62269, + "eye-fill": 62270, + "eye-slash-fill": 62271, + "eye-slash": 62272, + "eye": 62273, + "eyedropper": 62274, + "eyeglasses": 62275, + "facebook": 62276, + "file-arrow-down-fill": 62277, + "file-arrow-down": 62278, + "file-arrow-up-fill": 62279, + "file-arrow-up": 62280, + "file-bar-graph-fill": 62281, + "file-bar-graph": 62282, + "file-binary-fill": 62283, + "file-binary": 62284, + "file-break-fill": 62285, + "file-break": 62286, + "file-check-fill": 62287, + "file-check": 62288, + "file-code-fill": 62289, + "file-code": 62290, + "file-diff-fill": 62291, + "file-diff": 62292, + "file-earmark-arrow-down-fill": 62293, + "file-earmark-arrow-down": 62294, + "file-earmark-arrow-up-fill": 62295, + "file-earmark-arrow-up": 62296, + "file-earmark-bar-graph-fill": 62297, + "file-earmark-bar-graph": 62298, + "file-earmark-binary-fill": 62299, + "file-earmark-binary": 62300, + "file-earmark-break-fill": 62301, + "file-earmark-break": 62302, + "file-earmark-check-fill": 62303, + "file-earmark-check": 62304, + "file-earmark-code-fill": 62305, + "file-earmark-code": 62306, + "file-earmark-diff-fill": 62307, + "file-earmark-diff": 62308, + "file-earmark-easel-fill": 62309, + "file-earmark-easel": 62310, + "file-earmark-excel-fill": 62311, + "file-earmark-excel": 62312, + "file-earmark-fill": 62313, + "file-earmark-font-fill": 62314, + "file-earmark-font": 62315, + "file-earmark-image-fill": 62316, + "file-earmark-image": 62317, + "file-earmark-lock-fill": 62318, + "file-earmark-lock": 62319, + "file-earmark-lock2-fill": 62320, + "file-earmark-lock2": 62321, + "file-earmark-medical-fill": 62322, + "file-earmark-medical": 62323, + "file-earmark-minus-fill": 62324, + "file-earmark-minus": 62325, + "file-earmark-music-fill": 62326, + "file-earmark-music": 62327, + "file-earmark-person-fill": 62328, + "file-earmark-person": 62329, + "file-earmark-play-fill": 62330, + "file-earmark-play": 62331, + "file-earmark-plus-fill": 62332, + "file-earmark-plus": 62333, + "file-earmark-post-fill": 62334, + "file-earmark-post": 62335, + "file-earmark-ppt-fill": 62336, + "file-earmark-ppt": 62337, + "file-earmark-richtext-fill": 62338, + "file-earmark-richtext": 62339, + "file-earmark-ruled-fill": 62340, + "file-earmark-ruled": 62341, + "file-earmark-slides-fill": 62342, + "file-earmark-slides": 62343, + "file-earmark-spreadsheet-fill": 62344, + "file-earmark-spreadsheet": 62345, + "file-earmark-text-fill": 62346, + "file-earmark-text": 62347, + "file-earmark-word-fill": 62348, + "file-earmark-word": 62349, + "file-earmark-x-fill": 62350, + "file-earmark-x": 62351, + "file-earmark-zip-fill": 62352, + "file-earmark-zip": 62353, + "file-earmark": 62354, + "file-easel-fill": 62355, + "file-easel": 62356, + "file-excel-fill": 62357, + "file-excel": 62358, + "file-fill": 62359, + "file-font-fill": 62360, + "file-font": 62361, + "file-image-fill": 62362, + "file-image": 62363, + "file-lock-fill": 62364, + "file-lock": 62365, + "file-lock2-fill": 62366, + "file-lock2": 62367, + "file-medical-fill": 62368, + "file-medical": 62369, + "file-minus-fill": 62370, + "file-minus": 62371, + "file-music-fill": 62372, + "file-music": 62373, + "file-person-fill": 62374, + "file-person": 62375, + "file-play-fill": 62376, + "file-play": 62377, + "file-plus-fill": 62378, + "file-plus": 62379, + "file-post-fill": 62380, + "file-post": 62381, + "file-ppt-fill": 62382, + "file-ppt": 62383, + "file-richtext-fill": 62384, + "file-richtext": 62385, + "file-ruled-fill": 62386, + "file-ruled": 62387, + "file-slides-fill": 62388, + "file-slides": 62389, + "file-spreadsheet-fill": 62390, + "file-spreadsheet": 62391, + "file-text-fill": 62392, + "file-text": 62393, + "file-word-fill": 62394, + "file-word": 62395, + "file-x-fill": 62396, + "file-x": 62397, + "file-zip-fill": 62398, + "file-zip": 62399, + "file": 62400, + "files-alt": 62401, + "files": 62402, + "film": 62403, + "filter-circle-fill": 62404, + "filter-circle": 62405, + "filter-left": 62406, + "filter-right": 62407, + "filter-square-fill": 62408, + "filter-square": 62409, + "filter": 62410, + "flag-fill": 62411, + "flag": 62412, + "flower1": 62413, + "flower2": 62414, + "flower3": 62415, + "folder-check": 62416, + "folder-fill": 62417, + "folder-minus": 62418, + "folder-plus": 62419, + "folder-symlink-fill": 62420, + "folder-symlink": 62421, + "folder-x": 62422, + "folder": 62423, + "folder2-open": 62424, + "folder2": 62425, + "fonts": 62426, + "forward-fill": 62427, + "forward": 62428, + "front": 62429, + "fullscreen-exit": 62430, + "fullscreen": 62431, + "funnel-fill": 62432, + "funnel": 62433, + "gear-fill": 62434, + "gear-wide-connected": 62435, + "gear-wide": 62436, + "gear": 62437, + "gem": 62438, + "geo-alt-fill": 62439, + "geo-alt": 62440, + "geo-fill": 62441, + "geo": 62442, + "gift-fill": 62443, + "gift": 62444, + "github": 62445, + "globe": 62446, + "globe2": 62447, + "google": 62448, + "graph-down": 62449, + "graph-up": 62450, + "grid-1x2-fill": 62451, + "grid-1x2": 62452, + "grid-3x2-gap-fill": 62453, + "grid-3x2-gap": 62454, + "grid-3x2": 62455, + "grid-3x3-gap-fill": 62456, + "grid-3x3-gap": 62457, + "grid-3x3": 62458, + "grid-fill": 62459, + "grid": 62460, + "grip-horizontal": 62461, + "grip-vertical": 62462, + "hammer": 62463, + "hand-index-fill": 62464, + "hand-index-thumb-fill": 62465, + "hand-index-thumb": 62466, + "hand-index": 62467, + "hand-thumbs-down-fill": 62468, + "hand-thumbs-down": 62469, + "hand-thumbs-up-fill": 62470, + "hand-thumbs-up": 62471, + "handbag-fill": 62472, + "handbag": 62473, + "hash": 62474, + "hdd-fill": 62475, + "hdd-network-fill": 62476, + "hdd-network": 62477, + "hdd-rack-fill": 62478, + "hdd-rack": 62479, + "hdd-stack-fill": 62480, + "hdd-stack": 62481, + "hdd": 62482, + "headphones": 62483, + "headset": 62484, + "heart-fill": 62485, + "heart-half": 62486, + "heart": 62487, + "heptagon-fill": 62488, + "heptagon-half": 62489, + "heptagon": 62490, + "hexagon-fill": 62491, + "hexagon-half": 62492, + "hexagon": 62493, + "hourglass-bottom": 62494, + "hourglass-split": 62495, + "hourglass-top": 62496, + "hourglass": 62497, + "house-door-fill": 62498, + "house-door": 62499, + "house-fill": 62500, + "house": 62501, + "hr": 62502, + "hurricane": 62503, + "image-alt": 62504, + "image-fill": 62505, + "image": 62506, + "images": 62507, + "inbox-fill": 62508, + "inbox": 62509, + "inboxes-fill": 62510, + "inboxes": 62511, + "info-circle-fill": 62512, + "info-circle": 62513, + "info-square-fill": 62514, + "info-square": 62515, + "info": 62516, + "input-cursor-text": 62517, + "input-cursor": 62518, + "instagram": 62519, + "intersect": 62520, + "journal-album": 62521, + "journal-arrow-down": 62522, + "journal-arrow-up": 62523, + "journal-bookmark-fill": 62524, + "journal-bookmark": 62525, + "journal-check": 62526, + "journal-code": 62527, + "journal-medical": 62528, + "journal-minus": 62529, + "journal-plus": 62530, + "journal-richtext": 62531, + "journal-text": 62532, + "journal-x": 62533, + "journal": 62534, + "journals": 62535, + "joystick": 62536, + "justify-left": 62537, + "justify-right": 62538, + "justify": 62539, + "kanban-fill": 62540, + "kanban": 62541, + "key-fill": 62542, + "key": 62543, + "keyboard-fill": 62544, + "keyboard": 62545, + "ladder": 62546, + "lamp-fill": 62547, + "lamp": 62548, + "laptop-fill": 62549, + "laptop": 62550, + "layer-backward": 62551, + "layer-forward": 62552, + "layers-fill": 62553, + "layers-half": 62554, + "layers": 62555, + "layout-sidebar-inset-reverse": 62556, + "layout-sidebar-inset": 62557, + "layout-sidebar-reverse": 62558, + "layout-sidebar": 62559, + "layout-split": 62560, + "layout-text-sidebar-reverse": 62561, + "layout-text-sidebar": 62562, + "layout-text-window-reverse": 62563, + "layout-text-window": 62564, + "layout-three-columns": 62565, + "layout-wtf": 62566, + "life-preserver": 62567, + "lightbulb-fill": 62568, + "lightbulb-off-fill": 62569, + "lightbulb-off": 62570, + "lightbulb": 62571, + "lightning-charge-fill": 62572, + "lightning-charge": 62573, + "lightning-fill": 62574, + "lightning": 62575, + "link-45deg": 62576, + "link": 62577, + "linkedin": 62578, + "list-check": 62579, + "list-nested": 62580, + "list-ol": 62581, + "list-stars": 62582, + "list-task": 62583, + "list-ul": 62584, + "list": 62585, + "lock-fill": 62586, + "lock": 62587, + "mailbox": 62588, + "mailbox2": 62589, + "map-fill": 62590, + "map": 62591, + "markdown-fill": 62592, + "markdown": 62593, + "mask": 62594, + "megaphone-fill": 62595, + "megaphone": 62596, + "menu-app-fill": 62597, + "menu-app": 62598, + "menu-button-fill": 62599, + "menu-button-wide-fill": 62600, + "menu-button-wide": 62601, + "menu-button": 62602, + "menu-down": 62603, + "menu-up": 62604, + "mic-fill": 62605, + "mic-mute-fill": 62606, + "mic-mute": 62607, + "mic": 62608, + "minecart-loaded": 62609, + "minecart": 62610, + "moisture": 62611, + "moon-fill": 62612, + "moon-stars-fill": 62613, + "moon-stars": 62614, + "moon": 62615, + "mouse-fill": 62616, + "mouse": 62617, + "mouse2-fill": 62618, + "mouse2": 62619, + "mouse3-fill": 62620, + "mouse3": 62621, + "music-note-beamed": 62622, + "music-note-list": 62623, + "music-note": 62624, + "music-player-fill": 62625, + "music-player": 62626, + "newspaper": 62627, + "node-minus-fill": 62628, + "node-minus": 62629, + "node-plus-fill": 62630, + "node-plus": 62631, + "nut-fill": 62632, + "nut": 62633, + "octagon-fill": 62634, + "octagon-half": 62635, + "octagon": 62636, + "option": 62637, + "outlet": 62638, + "paint-bucket": 62639, + "palette-fill": 62640, + "palette": 62641, + "palette2": 62642, + "paperclip": 62643, + "paragraph": 62644, + "patch-check-fill": 62645, + "patch-check": 62646, + "patch-exclamation-fill": 62647, + "patch-exclamation": 62648, + "patch-minus-fill": 62649, + "patch-minus": 62650, + "patch-plus-fill": 62651, + "patch-plus": 62652, + "patch-question-fill": 62653, + "patch-question": 62654, + "pause-btn-fill": 62655, + "pause-btn": 62656, + "pause-circle-fill": 62657, + "pause-circle": 62658, + "pause-fill": 62659, + "pause": 62660, + "peace-fill": 62661, + "peace": 62662, + "pen-fill": 62663, + "pen": 62664, + "pencil-fill": 62665, + "pencil-square": 62666, + "pencil": 62667, + "pentagon-fill": 62668, + "pentagon-half": 62669, + "pentagon": 62670, + "people-fill": 62671, + "people": 62672, + "percent": 62673, + "person-badge-fill": 62674, + "person-badge": 62675, + "person-bounding-box": 62676, + "person-check-fill": 62677, + "person-check": 62678, + "person-circle": 62679, + "person-dash-fill": 62680, + "person-dash": 62681, + "person-fill": 62682, + "person-lines-fill": 62683, + "person-plus-fill": 62684, + "person-plus": 62685, + "person-square": 62686, + "person-x-fill": 62687, + "person-x": 62688, + "person": 62689, + "phone-fill": 62690, + "phone-landscape-fill": 62691, + "phone-landscape": 62692, + "phone-vibrate-fill": 62693, + "phone-vibrate": 62694, + "phone": 62695, + "pie-chart-fill": 62696, + "pie-chart": 62697, + "pin-angle-fill": 62698, + "pin-angle": 62699, + "pin-fill": 62700, + "pin": 62701, + "pip-fill": 62702, + "pip": 62703, + "play-btn-fill": 62704, + "play-btn": 62705, + "play-circle-fill": 62706, + "play-circle": 62707, + "play-fill": 62708, + "play": 62709, + "plug-fill": 62710, + "plug": 62711, + "plus-circle-dotted": 62712, + "plus-circle-fill": 62713, + "plus-circle": 62714, + "plus-square-dotted": 62715, + "plus-square-fill": 62716, + "plus-square": 62717, + "plus": 62718, + "power": 62719, + "printer-fill": 62720, + "printer": 62721, + "puzzle-fill": 62722, + "puzzle": 62723, + "question-circle-fill": 62724, + "question-circle": 62725, + "question-diamond-fill": 62726, + "question-diamond": 62727, + "question-octagon-fill": 62728, + "question-octagon": 62729, + "question-square-fill": 62730, + "question-square": 62731, + "question": 62732, + "rainbow": 62733, + "receipt-cutoff": 62734, + "receipt": 62735, + "reception-0": 62736, + "reception-1": 62737, + "reception-2": 62738, + "reception-3": 62739, + "reception-4": 62740, + "record-btn-fill": 62741, + "record-btn": 62742, + "record-circle-fill": 62743, + "record-circle": 62744, + "record-fill": 62745, + "record": 62746, + "record2-fill": 62747, + "record2": 62748, + "reply-all-fill": 62749, + "reply-all": 62750, + "reply-fill": 62751, + "reply": 62752, + "rss-fill": 62753, + "rss": 62754, + "rulers": 62755, + "save-fill": 62756, + "save": 62757, + "save2-fill": 62758, + "save2": 62759, + "scissors": 62760, + "screwdriver": 62761, + "search": 62762, + "segmented-nav": 62763, + "server": 62764, + "share-fill": 62765, + "share": 62766, + "shield-check": 62767, + "shield-exclamation": 62768, + "shield-fill-check": 62769, + "shield-fill-exclamation": 62770, + "shield-fill-minus": 62771, + "shield-fill-plus": 62772, + "shield-fill-x": 62773, + "shield-fill": 62774, + "shield-lock-fill": 62775, + "shield-lock": 62776, + "shield-minus": 62777, + "shield-plus": 62778, + "shield-shaded": 62779, + "shield-slash-fill": 62780, + "shield-slash": 62781, + "shield-x": 62782, + "shield": 62783, + "shift-fill": 62784, + "shift": 62785, + "shop-window": 62786, + "shop": 62787, + "shuffle": 62788, + "signpost-2-fill": 62789, + "signpost-2": 62790, + "signpost-fill": 62791, + "signpost-split-fill": 62792, + "signpost-split": 62793, + "signpost": 62794, + "sim-fill": 62795, + "sim": 62796, + "skip-backward-btn-fill": 62797, + "skip-backward-btn": 62798, + "skip-backward-circle-fill": 62799, + "skip-backward-circle": 62800, + "skip-backward-fill": 62801, + "skip-backward": 62802, + "skip-end-btn-fill": 62803, + "skip-end-btn": 62804, + "skip-end-circle-fill": 62805, + "skip-end-circle": 62806, + "skip-end-fill": 62807, + "skip-end": 62808, + "skip-forward-btn-fill": 62809, + "skip-forward-btn": 62810, + "skip-forward-circle-fill": 62811, + "skip-forward-circle": 62812, + "skip-forward-fill": 62813, + "skip-forward": 62814, + "skip-start-btn-fill": 62815, + "skip-start-btn": 62816, + "skip-start-circle-fill": 62817, + "skip-start-circle": 62818, + "skip-start-fill": 62819, + "skip-start": 62820, + "slack": 62821, + "slash-circle-fill": 62822, + "slash-circle": 62823, + "slash-square-fill": 62824, + "slash-square": 62825, + "slash": 62826, + "sliders": 62827, + "smartwatch": 62828, + "snow": 62829, + "snow2": 62830, + "snow3": 62831, + "sort-alpha-down-alt": 62832, + "sort-alpha-down": 62833, + "sort-alpha-up-alt": 62834, + "sort-alpha-up": 62835, + "sort-down-alt": 62836, + "sort-down": 62837, + "sort-numeric-down-alt": 62838, + "sort-numeric-down": 62839, + "sort-numeric-up-alt": 62840, + "sort-numeric-up": 62841, + "sort-up-alt": 62842, + "sort-up": 62843, + "soundwave": 62844, + "speaker-fill": 62845, + "speaker": 62846, + "speedometer": 62847, + "speedometer2": 62848, + "spellcheck": 62849, + "square-fill": 62850, + "square-half": 62851, + "square": 62852, + "stack": 62853, + "star-fill": 62854, + "star-half": 62855, + "star": 62856, + "stars": 62857, + "stickies-fill": 62858, + "stickies": 62859, + "sticky-fill": 62860, + "sticky": 62861, + "stop-btn-fill": 62862, + "stop-btn": 62863, + "stop-circle-fill": 62864, + "stop-circle": 62865, + "stop-fill": 62866, + "stop": 62867, + "stoplights-fill": 62868, + "stoplights": 62869, + "stopwatch-fill": 62870, + "stopwatch": 62871, + "subtract": 62872, + "suit-club-fill": 62873, + "suit-club": 62874, + "suit-diamond-fill": 62875, + "suit-diamond": 62876, + "suit-heart-fill": 62877, + "suit-heart": 62878, + "suit-spade-fill": 62879, + "suit-spade": 62880, + "sun-fill": 62881, + "sun": 62882, + "sunglasses": 62883, + "sunrise-fill": 62884, + "sunrise": 62885, + "sunset-fill": 62886, + "sunset": 62887, + "symmetry-horizontal": 62888, + "symmetry-vertical": 62889, + "table": 62890, + "tablet-fill": 62891, + "tablet-landscape-fill": 62892, + "tablet-landscape": 62893, + "tablet": 62894, + "tag-fill": 62895, + "tag": 62896, + "tags-fill": 62897, + "tags": 62898, + "telegram": 62899, + "telephone-fill": 62900, + "telephone-forward-fill": 62901, + "telephone-forward": 62902, + "telephone-inbound-fill": 62903, + "telephone-inbound": 62904, + "telephone-minus-fill": 62905, + "telephone-minus": 62906, + "telephone-outbound-fill": 62907, + "telephone-outbound": 62908, + "telephone-plus-fill": 62909, + "telephone-plus": 62910, + "telephone-x-fill": 62911, + "telephone-x": 62912, + "telephone": 62913, + "terminal-fill": 62914, + "terminal": 62915, + "text-center": 62916, + "text-indent-left": 62917, + "text-indent-right": 62918, + "text-left": 62919, + "text-paragraph": 62920, + "text-right": 62921, + "textarea-resize": 62922, + "textarea-t": 62923, + "textarea": 62924, + "thermometer-half": 62925, + "thermometer-high": 62926, + "thermometer-low": 62927, + "thermometer-snow": 62928, + "thermometer-sun": 62929, + "thermometer": 62930, + "three-dots-vertical": 62931, + "three-dots": 62932, + "toggle-off": 62933, + "toggle-on": 62934, + "toggle2-off": 62935, + "toggle2-on": 62936, + "toggles": 62937, + "toggles2": 62938, + "tools": 62939, + "tornado": 62940, + "trash-fill": 62941, + "trash": 62942, + "trash2-fill": 62943, + "trash2": 62944, + "tree-fill": 62945, + "tree": 62946, + "triangle-fill": 62947, + "triangle-half": 62948, + "triangle": 62949, + "trophy-fill": 62950, + "trophy": 62951, + "tropical-storm": 62952, + "truck-flatbed": 62953, + "truck": 62954, + "tsunami": 62955, + "tv-fill": 62956, + "tv": 62957, + "twitch": 62958, + "twitter": 62959, + "type-bold": 62960, + "type-h1": 62961, + "type-h2": 62962, + "type-h3": 62963, + "type-italic": 62964, + "type-strikethrough": 62965, + "type-underline": 62966, + "type": 62967, + "ui-checks-grid": 62968, + "ui-checks": 62969, + "ui-radios-grid": 62970, + "ui-radios": 62971, + "umbrella-fill": 62972, + "umbrella": 62973, + "union": 62974, + "unlock-fill": 62975, + "unlock": 62976, + "upc-scan": 62977, + "upc": 62978, + "upload": 62979, + "vector-pen": 62980, + "view-list": 62981, + "view-stacked": 62982, + "vinyl-fill": 62983, + "vinyl": 62984, + "voicemail": 62985, + "volume-down-fill": 62986, + "volume-down": 62987, + "volume-mute-fill": 62988, + "volume-mute": 62989, + "volume-off-fill": 62990, + "volume-off": 62991, + "volume-up-fill": 62992, + "volume-up": 62993, + "vr": 62994, + "wallet-fill": 62995, + "wallet": 62996, + "wallet2": 62997, + "watch": 62998, + "water": 62999, + "whatsapp": 63000, + "wifi-1": 63001, + "wifi-2": 63002, + "wifi-off": 63003, + "wifi": 63004, + "wind": 63005, + "window-dock": 63006, + "window-sidebar": 63007, + "window": 63008, + "wrench": 63009, + "x-circle-fill": 63010, + "x-circle": 63011, + "x-diamond-fill": 63012, + "x-diamond": 63013, + "x-octagon-fill": 63014, + "x-octagon": 63015, + "x-square-fill": 63016, + "x-square": 63017, + "x": 63018, + "youtube": 63019, + "zoom-in": 63020, + "zoom-out": 63021, + "bank": 63022, + "bank2": 63023, + "bell-slash-fill": 63024, + "bell-slash": 63025, + "cash-coin": 63026, + "check-lg": 63027, + "coin": 63028, + "currency-bitcoin": 63029, + "currency-dollar": 63030, + "currency-euro": 63031, + "currency-exchange": 63032, + "currency-pound": 63033, + "currency-yen": 63034, + "dash-lg": 63035, + "exclamation-lg": 63036, + "file-earmark-pdf-fill": 63037, + "file-earmark-pdf": 63038, + "file-pdf-fill": 63039, + "file-pdf": 63040, + "gender-ambiguous": 63041, + "gender-female": 63042, + "gender-male": 63043, + "gender-trans": 63044, + "headset-vr": 63045, + "info-lg": 63046, + "mastodon": 63047, + "messenger": 63048, + "piggy-bank-fill": 63049, + "piggy-bank": 63050, + "pin-map-fill": 63051, + "pin-map": 63052, + "plus-lg": 63053, + "question-lg": 63054, + "recycle": 63055, + "reddit": 63056, + "safe-fill": 63057, + "safe2-fill": 63058, + "safe2": 63059, + "sd-card-fill": 63060, + "sd-card": 63061, + "skype": 63062, + "slash-lg": 63063, + "translate": 63064, + "x-lg": 63065, + "safe": 63066, + "apple": 63067, + "microsoft": 63069, + "windows": 63070, + "behance": 63068, + "dribbble": 63071, + "line": 63072, + "medium": 63073, + "paypal": 63074, + "pinterest": 63075, + "signal": 63076, + "snapchat": 63077, + "spotify": 63078, + "stack-overflow": 63079, + "strava": 63080, + "wordpress": 63081, + "vimeo": 63082, + "activity": 63083, + "easel2-fill": 63084, + "easel2": 63085, + "easel3-fill": 63086, + "easel3": 63087, + "fan": 63088, + "fingerprint": 63089, + "graph-down-arrow": 63090, + "graph-up-arrow": 63091, + "hypnotize": 63092, + "magic": 63093, + "person-rolodex": 63094, + "person-video": 63095, + "person-video2": 63096, + "person-video3": 63097, + "person-workspace": 63098, + "radioactive": 63099, + "webcam-fill": 63100, + "webcam": 63101, + "yin-yang": 63102, + "bandaid-fill": 63104, + "bandaid": 63105, + "bluetooth": 63106, + "body-text": 63107, + "boombox": 63108, + "boxes": 63109, + "dpad-fill": 63110, + "dpad": 63111, + "ear-fill": 63112, + "ear": 63113, + "envelope-check-1": 63114, + "envelope-check-fill": 63115, + "envelope-check": 63116, + "envelope-dash-1": 63117, + "envelope-dash-fill": 63118, + "envelope-dash": 63119, + "envelope-exclamation-1": 63120, + "envelope-exclamation-fill": 63121, + "envelope-exclamation": 63122, + "envelope-plus-fill": 63123, + "envelope-plus": 63124, + "envelope-slash-1": 63125, + "envelope-slash-fill": 63126, + "envelope-slash": 63127, + "envelope-x-1": 63128, + "envelope-x-fill": 63129, + "envelope-x": 63130, + "explicit-fill": 63131, + "explicit": 63132, + "git": 63133, + "infinity": 63134, + "list-columns-reverse": 63135, + "list-columns": 63136, + "meta": 63137, + "mortorboard-fill": 63138, + "mortorboard": 63139, + "nintendo-switch": 63140, + "pc-display-horizontal": 63141, + "pc-display": 63142, + "pc-horizontal": 63143, + "pc": 63144, + "playstation": 63145, + "plus-slash-minus": 63146, + "projector-fill": 63147, + "projector": 63148, + "qr-code-scan": 63149, + "qr-code": 63150, + "quora": 63151, + "quote": 63152, + "robot": 63153, + "send-check-fill": 63154, + "send-check": 63155, + "send-dash-fill": 63156, + "send-dash": 63157, + "send-exclamation-1": 63158, + "send-exclamation-fill": 63159, + "send-exclamation": 63160, + "send-fill": 63161, + "send-plus-fill": 63162, + "send-plus": 63163, + "send-slash-fill": 63164, + "send-slash": 63165, + "send-x-fill": 63166, + "send-x": 63167, + "send": 63168, + "steam": 63169, + "terminal-dash-1": 63170, + "terminal-dash": 63171, + "terminal-plus": 63172, + "terminal-split": 63173, + "ticket-detailed-fill": 63174, + "ticket-detailed": 63175, + "ticket-fill": 63176, + "ticket-perforated-fill": 63177, + "ticket-perforated": 63178, + "ticket": 63179, + "tiktok": 63180, + "window-dash": 63181, + "window-desktop": 63182, + "window-fullscreen": 63183, + "window-plus": 63184, + "window-split": 63185, + "window-stack": 63186, + "window-x": 63187, + "xbox": 63188, + "ethernet": 63189, + "hdmi-fill": 63190, + "hdmi": 63191, + "usb-c-fill": 63192, + "usb-c": 63193, + "usb-fill": 63194, + "usb-plug-fill": 63195, + "usb-plug": 63196, + "usb-symbol": 63197, + "usb": 63198, + "boombox-fill": 63199, + "displayport-1": 63200, + "displayport": 63201, + "gpu-card": 63202, + "memory": 63203, + "modem-fill": 63204, + "modem": 63205, + "motherboard-fill": 63206, + "motherboard": 63207, + "optical-audio-fill": 63208, + "optical-audio": 63209, + "pci-card": 63210, + "router-fill": 63211, + "router": 63212, + "ssd-fill": 63213, + "ssd": 63214, + "thunderbolt-fill": 63215, + "thunderbolt": 63216, + "usb-drive-fill": 63217, + "usb-drive": 63218, + "usb-micro-fill": 63219, + "usb-micro": 63220, + "usb-mini-fill": 63221, + "usb-mini": 63222, + "cloud-haze2": 63223, + "device-hdd-fill": 63224, + "device-hdd": 63225, + "device-ssd-fill": 63226, + "device-ssd": 63227, + "displayport-fill": 63228, + "mortarboard-fill": 63229, + "mortarboard": 63230, + "terminal-x": 63231, + "arrow-through-heart-fill": 63232, + "arrow-through-heart": 63233, + "badge-sd-fill": 63234, + "badge-sd": 63235, + "bag-heart-fill": 63236, + "bag-heart": 63237, + "balloon-fill": 63238, + "balloon-heart-fill": 63239, + "balloon-heart": 63240, + "balloon": 63241, + "box2-fill": 63242, + "box2-heart-fill": 63243, + "box2-heart": 63244, + "box2": 63245, + "braces-asterisk": 63246, + "calendar-heart-fill": 63247, + "calendar-heart": 63248, + "calendar2-heart-fill": 63249, + "calendar2-heart": 63250, + "chat-heart-fill": 63251, + "chat-heart": 63252, + "chat-left-heart-fill": 63253, + "chat-left-heart": 63254, + "chat-right-heart-fill": 63255, + "chat-right-heart": 63256, + "chat-square-heart-fill": 63257, + "chat-square-heart": 63258, + "clipboard-check-fill": 63259, + "clipboard-data-fill": 63260, + "clipboard-fill": 63261, + "clipboard-heart-fill": 63262, + "clipboard-heart": 63263, + "clipboard-minus-fill": 63264, + "clipboard-plus-fill": 63265, + "clipboard-pulse": 63266, + "clipboard-x-fill": 63267, + "clipboard2-check-fill": 63268, + "clipboard2-check": 63269, + "clipboard2-data-fill": 63270, + "clipboard2-data": 63271, + "clipboard2-fill": 63272, + "clipboard2-heart-fill": 63273, + "clipboard2-heart": 63274, + "clipboard2-minus-fill": 63275, + "clipboard2-minus": 63276, + "clipboard2-plus-fill": 63277, + "clipboard2-plus": 63278, + "clipboard2-pulse-fill": 63279, + "clipboard2-pulse": 63280, + "clipboard2-x-fill": 63281, + "clipboard2-x": 63282, + "clipboard2": 63283, + "emoji-kiss-fill": 63284, + "emoji-kiss": 63285, + "envelope-heart-fill": 63286, + "envelope-heart": 63287, + "envelope-open-heart-fill": 63288, + "envelope-open-heart": 63289, + "envelope-paper-fill": 63290, + "envelope-paper-heart-fill": 63291, + "envelope-paper-heart": 63292, + "envelope-paper": 63293, + "filetype-aac": 63294, + "filetype-ai": 63295, + "filetype-bmp": 63296, + "filetype-cs": 63297, + "filetype-css": 63298, + "filetype-csv": 63299, + "filetype-doc": 63300, + "filetype-docx": 63301, + "filetype-exe": 63302, + "filetype-gif": 63303, + "filetype-heic": 63304, + "filetype-html": 63305, + "filetype-java": 63306, + "filetype-jpg": 63307, + "filetype-js": 63308, + "filetype-jsx": 63309, + "filetype-key": 63310, + "filetype-m4p": 63311, + "filetype-md": 63312, + "filetype-mdx": 63313, + "filetype-mov": 63314, + "filetype-mp3": 63315, + "filetype-mp4": 63316, + "filetype-otf": 63317, + "filetype-pdf": 63318, + "filetype-php": 63319, + "filetype-png": 63320, + "filetype-ppt-1": 63321, + "filetype-ppt": 63322, + "filetype-psd": 63323, + "filetype-py": 63324, + "filetype-raw": 63325, + "filetype-rb": 63326, + "filetype-sass": 63327, + "filetype-scss": 63328, + "filetype-sh": 63329, + "filetype-svg": 63330, + "filetype-tiff": 63331, + "filetype-tsx": 63332, + "filetype-ttf": 63333, + "filetype-txt": 63334, + "filetype-wav": 63335, + "filetype-woff": 63336, + "filetype-xls-1": 63337, + "filetype-xls": 63338, + "filetype-xml": 63339, + "filetype-yml": 63340, + "heart-arrow": 63341, + "heart-pulse-fill": 63342, + "heart-pulse": 63343, + "heartbreak-fill": 63344, + "heartbreak": 63345, + "hearts": 63346, + "hospital-fill": 63347, + "hospital": 63348, + "house-heart-fill": 63349, + "house-heart": 63350, + "incognito": 63351, + "magnet-fill": 63352, + "magnet": 63353, + "person-heart": 63354, + "person-hearts": 63355, + "phone-flip": 63356, + "plugin": 63357, + "postage-fill": 63358, + "postage-heart-fill": 63359, + "postage-heart": 63360, + "postage": 63361, + "postcard-fill": 63362, + "postcard-heart-fill": 63363, + "postcard-heart": 63364, + "postcard": 63365, + "search-heart-fill": 63366, + "search-heart": 63367, + "sliders2-vertical": 63368, + "sliders2": 63369, + "trash3-fill": 63370, + "trash3": 63371, + "valentine": 63372, + "valentine2": 63373, + "wrench-adjustable-circle-fill": 63374, + "wrench-adjustable-circle": 63375, + "wrench-adjustable": 63376, + "filetype-json": 63377, + "filetype-pptx": 63378, + "filetype-xlsx": 63379, + "1-circle-1": 63380, + "1-circle-fill-1": 63381, + "1-circle-fill": 63382, + "1-circle": 63383, + "1-square-fill": 63384, + "1-square": 63385, + "2-circle-1": 63386, + "2-circle-fill-1": 63387, + "2-circle-fill": 63388, + "2-circle": 63389, + "2-square-fill": 63390, + "2-square": 63391, + "3-circle-1": 63392, + "3-circle-fill-1": 63393, + "3-circle-fill": 63394, + "3-circle": 63395, + "3-square-fill": 63396, + "3-square": 63397, + "4-circle-1": 63398, + "4-circle-fill-1": 63399, + "4-circle-fill": 63400, + "4-circle": 63401, + "4-square-fill": 63402, + "4-square": 63403, + "5-circle-1": 63404, + "5-circle-fill-1": 63405, + "5-circle-fill": 63406, + "5-circle": 63407, + "5-square-fill": 63408, + "5-square": 63409, + "6-circle-1": 63410, + "6-circle-fill-1": 63411, + "6-circle-fill": 63412, + "6-circle": 63413, + "6-square-fill": 63414, + "6-square": 63415, + "7-circle-1": 63416, + "7-circle-fill-1": 63417, + "7-circle-fill": 63418, + "7-circle": 63419, + "7-square-fill": 63420, + "7-square": 63421, + "8-circle-1": 63422, + "8-circle-fill-1": 63423, + "8-circle-fill": 63424, + "8-circle": 63425, + "8-square-fill": 63426, + "8-square": 63427, + "9-circle-1": 63428, + "9-circle-fill-1": 63429, + "9-circle-fill": 63430, + "9-circle": 63431, + "9-square-fill": 63432, + "9-square": 63433, + "airplane-engines-fill": 63434, + "airplane-engines": 63435, + "airplane-fill": 63436, + "airplane": 63437, + "alexa": 63438, + "alipay": 63439, + "android": 63440, + "android2": 63441, + "box-fill": 63442, + "box-seam-fill": 63443, + "browser-chrome": 63444, + "browser-edge": 63445, + "browser-firefox": 63446, + "browser-safari": 63447, + "c-circle-1": 63448, + "c-circle-fill-1": 63449, + "c-circle-fill": 63450, + "c-circle": 63451, + "c-square-fill": 63452, + "c-square": 63453, + "capsule-pill": 63454, + "capsule": 63455, + "car-front-fill": 63456, + "car-front": 63457, + "cassette-fill": 63458, + "cassette": 63459, + "cc-circle-1": 63460, + "cc-circle-fill-1": 63461, + "cc-circle-fill": 63462, + "cc-circle": 63463, + "cc-square-fill": 63464, + "cc-square": 63465, + "cup-hot-fill": 63466, + "cup-hot": 63467, + "currency-rupee": 63468, + "dropbox": 63469, + "escape": 63470, + "fast-forward-btn-fill": 63471, + "fast-forward-btn": 63472, + "fast-forward-circle-fill": 63473, + "fast-forward-circle": 63474, + "fast-forward-fill": 63475, + "fast-forward": 63476, + "filetype-sql": 63477, + "fire": 63478, + "google-play": 63479, + "h-circle-1": 63480, + "h-circle-fill-1": 63481, + "h-circle-fill": 63482, + "h-circle": 63483, + "h-square-fill": 63484, + "h-square": 63485, + "indent": 63486, + "lungs-fill": 63487, + "lungs": 63488, + "microsoft-teams": 63489, + "p-circle-1": 63490, + "p-circle-fill-1": 63491, + "p-circle-fill": 63492, + "p-circle": 63493, + "p-square-fill": 63494, + "p-square": 63495, + "pass-fill": 63496, + "pass": 63497, + "prescription": 63498, + "prescription2": 63499, + "r-circle-1": 63500, + "r-circle-fill-1": 63501, + "r-circle-fill": 63502, + "r-circle": 63503, + "r-square-fill": 63504, + "r-square": 63505, + "repeat-1": 63506, + "repeat": 63507, + "rewind-btn-fill": 63508, + "rewind-btn": 63509, + "rewind-circle-fill": 63510, + "rewind-circle": 63511, + "rewind-fill": 63512, + "rewind": 63513, + "train-freight-front-fill": 63514, + "train-freight-front": 63515, + "train-front-fill": 63516, + "train-front": 63517, + "train-lightrail-front-fill": 63518, + "train-lightrail-front": 63519, + "truck-front-fill": 63520, + "truck-front": 63521, + "ubuntu": 63522, + "unindent": 63523, + "unity": 63524, + "universal-access-circle": 63525, + "universal-access": 63526, + "virus": 63527, + "virus2": 63528, + "wechat": 63529, + "yelp": 63530, + "sign-stop-fill": 63531, + "sign-stop-lights-fill": 63532, + "sign-stop-lights": 63533, + "sign-stop": 63534, + "sign-turn-left-fill": 63535, + "sign-turn-left": 63536, + "sign-turn-right-fill": 63537, + "sign-turn-right": 63538, + "sign-turn-slight-left-fill": 63539, + "sign-turn-slight-left": 63540, + "sign-turn-slight-right-fill": 63541, + "sign-turn-slight-right": 63542, + "sign-yield-fill": 63543, + "sign-yield": 63544, + "ev-station-fill": 63545, + "ev-station": 63546, + "fuel-pump-diesel-fill": 63547, + "fuel-pump-diesel": 63548, + "fuel-pump-fill": 63549, + "fuel-pump": 63550 +} \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/font/bootstrap-icons.scss b/core/static/assets/vendor/bootstrap-icons/font/bootstrap-icons.scss new file mode 100644 index 0000000..99770d0 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/font/bootstrap-icons.scss @@ -0,0 +1,3738 @@ +$bootstrap-icons-font: "bootstrap-icons" !default; +$bootstrap-icons-font-dir: "./fonts" !default; +$bootstrap-icons-font-file: #{$bootstrap-icons-font-dir}/#{$bootstrap-icons-font} !default; +$bootstrap-icons-font-hash: "8d200481aa7f02a2d63a331fc782cfaf" !default; +$bootstrap-icons-font-src: url("#{$bootstrap-icons-font-file}.woff2?#{$bootstrap-icons-font-hash}") format("woff2"), url("#{$bootstrap-icons-font-file}.woff?#{$bootstrap-icons-font-hash}") format("woff") !default; + +@font-face { + font-display: block; + font-family: $bootstrap-icons-font; + src: $bootstrap-icons-font-src; +} + +.bi::before, +[class^="bi-"]::before, +[class*=" bi-"]::before { + display: inline-block; + font-family: $bootstrap-icons-font !important; + font-style: normal; + font-weight: normal !important; + font-variant: normal; + text-transform: none; + line-height: 1; + vertical-align: -.125em; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +$bootstrap-icons-map: ( + "123": "\f67f", + "alarm-fill": "\f101", + "alarm": "\f102", + "align-bottom": "\f103", + "align-center": "\f104", + "align-end": "\f105", + "align-middle": "\f106", + "align-start": "\f107", + "align-top": "\f108", + "alt": "\f109", + "app-indicator": "\f10a", + "app": "\f10b", + "archive-fill": "\f10c", + "archive": "\f10d", + "arrow-90deg-down": "\f10e", + "arrow-90deg-left": "\f10f", + "arrow-90deg-right": "\f110", + "arrow-90deg-up": "\f111", + "arrow-bar-down": "\f112", + "arrow-bar-left": "\f113", + "arrow-bar-right": "\f114", + "arrow-bar-up": "\f115", + "arrow-clockwise": "\f116", + "arrow-counterclockwise": "\f117", + "arrow-down-circle-fill": "\f118", + "arrow-down-circle": "\f119", + "arrow-down-left-circle-fill": "\f11a", + "arrow-down-left-circle": "\f11b", + "arrow-down-left-square-fill": "\f11c", + "arrow-down-left-square": "\f11d", + "arrow-down-left": "\f11e", + "arrow-down-right-circle-fill": "\f11f", + "arrow-down-right-circle": "\f120", + "arrow-down-right-square-fill": "\f121", + "arrow-down-right-square": "\f122", + "arrow-down-right": "\f123", + "arrow-down-short": "\f124", + "arrow-down-square-fill": "\f125", + "arrow-down-square": "\f126", + "arrow-down-up": "\f127", + "arrow-down": "\f128", + "arrow-left-circle-fill": "\f129", + "arrow-left-circle": "\f12a", + "arrow-left-right": "\f12b", + "arrow-left-short": "\f12c", + "arrow-left-square-fill": "\f12d", + "arrow-left-square": "\f12e", + "arrow-left": "\f12f", + "arrow-repeat": "\f130", + "arrow-return-left": "\f131", + "arrow-return-right": "\f132", + "arrow-right-circle-fill": "\f133", + "arrow-right-circle": "\f134", + "arrow-right-short": "\f135", + "arrow-right-square-fill": "\f136", + "arrow-right-square": "\f137", + "arrow-right": "\f138", + "arrow-up-circle-fill": "\f139", + "arrow-up-circle": "\f13a", + "arrow-up-left-circle-fill": "\f13b", + "arrow-up-left-circle": "\f13c", + "arrow-up-left-square-fill": "\f13d", + "arrow-up-left-square": "\f13e", + "arrow-up-left": "\f13f", + "arrow-up-right-circle-fill": "\f140", + "arrow-up-right-circle": "\f141", + "arrow-up-right-square-fill": "\f142", + "arrow-up-right-square": "\f143", + "arrow-up-right": "\f144", + "arrow-up-short": "\f145", + "arrow-up-square-fill": "\f146", + "arrow-up-square": "\f147", + "arrow-up": "\f148", + "arrows-angle-contract": "\f149", + "arrows-angle-expand": "\f14a", + "arrows-collapse": "\f14b", + "arrows-expand": "\f14c", + "arrows-fullscreen": "\f14d", + "arrows-move": "\f14e", + "aspect-ratio-fill": "\f14f", + "aspect-ratio": "\f150", + "asterisk": "\f151", + "at": "\f152", + "award-fill": "\f153", + "award": "\f154", + "back": "\f155", + "backspace-fill": "\f156", + "backspace-reverse-fill": "\f157", + "backspace-reverse": "\f158", + "backspace": "\f159", + "badge-3d-fill": "\f15a", + "badge-3d": "\f15b", + "badge-4k-fill": "\f15c", + "badge-4k": "\f15d", + "badge-8k-fill": "\f15e", + "badge-8k": "\f15f", + "badge-ad-fill": "\f160", + "badge-ad": "\f161", + "badge-ar-fill": "\f162", + "badge-ar": "\f163", + "badge-cc-fill": "\f164", + "badge-cc": "\f165", + "badge-hd-fill": "\f166", + "badge-hd": "\f167", + "badge-tm-fill": "\f168", + "badge-tm": "\f169", + "badge-vo-fill": "\f16a", + "badge-vo": "\f16b", + "badge-vr-fill": "\f16c", + "badge-vr": "\f16d", + "badge-wc-fill": "\f16e", + "badge-wc": "\f16f", + "bag-check-fill": "\f170", + "bag-check": "\f171", + "bag-dash-fill": "\f172", + "bag-dash": "\f173", + "bag-fill": "\f174", + "bag-plus-fill": "\f175", + "bag-plus": "\f176", + "bag-x-fill": "\f177", + "bag-x": "\f178", + "bag": "\f179", + "bar-chart-fill": "\f17a", + "bar-chart-line-fill": "\f17b", + "bar-chart-line": "\f17c", + "bar-chart-steps": "\f17d", + "bar-chart": "\f17e", + "basket-fill": "\f17f", + "basket": "\f180", + "basket2-fill": "\f181", + "basket2": "\f182", + "basket3-fill": "\f183", + "basket3": "\f184", + "battery-charging": "\f185", + "battery-full": "\f186", + "battery-half": "\f187", + "battery": "\f188", + "bell-fill": "\f189", + "bell": "\f18a", + "bezier": "\f18b", + "bezier2": "\f18c", + "bicycle": "\f18d", + "binoculars-fill": "\f18e", + "binoculars": "\f18f", + "blockquote-left": "\f190", + "blockquote-right": "\f191", + "book-fill": "\f192", + "book-half": "\f193", + "book": "\f194", + "bookmark-check-fill": "\f195", + "bookmark-check": "\f196", + "bookmark-dash-fill": "\f197", + "bookmark-dash": "\f198", + "bookmark-fill": "\f199", + "bookmark-heart-fill": "\f19a", + "bookmark-heart": "\f19b", + "bookmark-plus-fill": "\f19c", + "bookmark-plus": "\f19d", + "bookmark-star-fill": "\f19e", + "bookmark-star": "\f19f", + "bookmark-x-fill": "\f1a0", + "bookmark-x": "\f1a1", + "bookmark": "\f1a2", + "bookmarks-fill": "\f1a3", + "bookmarks": "\f1a4", + "bookshelf": "\f1a5", + "bootstrap-fill": "\f1a6", + "bootstrap-reboot": "\f1a7", + "bootstrap": "\f1a8", + "border-all": "\f1a9", + "border-bottom": "\f1aa", + "border-center": "\f1ab", + "border-inner": "\f1ac", + "border-left": "\f1ad", + "border-middle": "\f1ae", + "border-outer": "\f1af", + "border-right": "\f1b0", + "border-style": "\f1b1", + "border-top": "\f1b2", + "border-width": "\f1b3", + "border": "\f1b4", + "bounding-box-circles": "\f1b5", + "bounding-box": "\f1b6", + "box-arrow-down-left": "\f1b7", + "box-arrow-down-right": "\f1b8", + "box-arrow-down": "\f1b9", + "box-arrow-in-down-left": "\f1ba", + "box-arrow-in-down-right": "\f1bb", + "box-arrow-in-down": "\f1bc", + "box-arrow-in-left": "\f1bd", + "box-arrow-in-right": "\f1be", + "box-arrow-in-up-left": "\f1bf", + "box-arrow-in-up-right": "\f1c0", + "box-arrow-in-up": "\f1c1", + "box-arrow-left": "\f1c2", + "box-arrow-right": "\f1c3", + "box-arrow-up-left": "\f1c4", + "box-arrow-up-right": "\f1c5", + "box-arrow-up": "\f1c6", + "box-seam": "\f1c7", + "box": "\f1c8", + "braces": "\f1c9", + "bricks": "\f1ca", + "briefcase-fill": "\f1cb", + "briefcase": "\f1cc", + "brightness-alt-high-fill": "\f1cd", + "brightness-alt-high": "\f1ce", + "brightness-alt-low-fill": "\f1cf", + "brightness-alt-low": "\f1d0", + "brightness-high-fill": "\f1d1", + "brightness-high": "\f1d2", + "brightness-low-fill": "\f1d3", + "brightness-low": "\f1d4", + "broadcast-pin": "\f1d5", + "broadcast": "\f1d6", + "brush-fill": "\f1d7", + "brush": "\f1d8", + "bucket-fill": "\f1d9", + "bucket": "\f1da", + "bug-fill": "\f1db", + "bug": "\f1dc", + "building": "\f1dd", + "bullseye": "\f1de", + "calculator-fill": "\f1df", + "calculator": "\f1e0", + "calendar-check-fill": "\f1e1", + "calendar-check": "\f1e2", + "calendar-date-fill": "\f1e3", + "calendar-date": "\f1e4", + "calendar-day-fill": "\f1e5", + "calendar-day": "\f1e6", + "calendar-event-fill": "\f1e7", + "calendar-event": "\f1e8", + "calendar-fill": "\f1e9", + "calendar-minus-fill": "\f1ea", + "calendar-minus": "\f1eb", + "calendar-month-fill": "\f1ec", + "calendar-month": "\f1ed", + "calendar-plus-fill": "\f1ee", + "calendar-plus": "\f1ef", + "calendar-range-fill": "\f1f0", + "calendar-range": "\f1f1", + "calendar-week-fill": "\f1f2", + "calendar-week": "\f1f3", + "calendar-x-fill": "\f1f4", + "calendar-x": "\f1f5", + "calendar": "\f1f6", + "calendar2-check-fill": "\f1f7", + "calendar2-check": "\f1f8", + "calendar2-date-fill": "\f1f9", + "calendar2-date": "\f1fa", + "calendar2-day-fill": "\f1fb", + "calendar2-day": "\f1fc", + "calendar2-event-fill": "\f1fd", + "calendar2-event": "\f1fe", + "calendar2-fill": "\f1ff", + "calendar2-minus-fill": "\f200", + "calendar2-minus": "\f201", + "calendar2-month-fill": "\f202", + "calendar2-month": "\f203", + "calendar2-plus-fill": "\f204", + "calendar2-plus": "\f205", + "calendar2-range-fill": "\f206", + "calendar2-range": "\f207", + "calendar2-week-fill": "\f208", + "calendar2-week": "\f209", + "calendar2-x-fill": "\f20a", + "calendar2-x": "\f20b", + "calendar2": "\f20c", + "calendar3-event-fill": "\f20d", + "calendar3-event": "\f20e", + "calendar3-fill": "\f20f", + "calendar3-range-fill": "\f210", + "calendar3-range": "\f211", + "calendar3-week-fill": "\f212", + "calendar3-week": "\f213", + "calendar3": "\f214", + "calendar4-event": "\f215", + "calendar4-range": "\f216", + "calendar4-week": "\f217", + "calendar4": "\f218", + "camera-fill": "\f219", + "camera-reels-fill": "\f21a", + "camera-reels": "\f21b", + "camera-video-fill": "\f21c", + "camera-video-off-fill": "\f21d", + "camera-video-off": "\f21e", + "camera-video": "\f21f", + "camera": "\f220", + "camera2": "\f221", + "capslock-fill": "\f222", + "capslock": "\f223", + "card-checklist": "\f224", + "card-heading": "\f225", + "card-image": "\f226", + "card-list": "\f227", + "card-text": "\f228", + "caret-down-fill": "\f229", + "caret-down-square-fill": "\f22a", + "caret-down-square": "\f22b", + "caret-down": "\f22c", + "caret-left-fill": "\f22d", + "caret-left-square-fill": "\f22e", + "caret-left-square": "\f22f", + "caret-left": "\f230", + "caret-right-fill": "\f231", + "caret-right-square-fill": "\f232", + "caret-right-square": "\f233", + "caret-right": "\f234", + "caret-up-fill": "\f235", + "caret-up-square-fill": "\f236", + "caret-up-square": "\f237", + "caret-up": "\f238", + "cart-check-fill": "\f239", + "cart-check": "\f23a", + "cart-dash-fill": "\f23b", + "cart-dash": "\f23c", + "cart-fill": "\f23d", + "cart-plus-fill": "\f23e", + "cart-plus": "\f23f", + "cart-x-fill": "\f240", + "cart-x": "\f241", + "cart": "\f242", + "cart2": "\f243", + "cart3": "\f244", + "cart4": "\f245", + "cash-stack": "\f246", + "cash": "\f247", + "cast": "\f248", + "chat-dots-fill": "\f249", + "chat-dots": "\f24a", + "chat-fill": "\f24b", + "chat-left-dots-fill": "\f24c", + "chat-left-dots": "\f24d", + "chat-left-fill": "\f24e", + "chat-left-quote-fill": "\f24f", + "chat-left-quote": "\f250", + "chat-left-text-fill": "\f251", + "chat-left-text": "\f252", + "chat-left": "\f253", + "chat-quote-fill": "\f254", + "chat-quote": "\f255", + "chat-right-dots-fill": "\f256", + "chat-right-dots": "\f257", + "chat-right-fill": "\f258", + "chat-right-quote-fill": "\f259", + "chat-right-quote": "\f25a", + "chat-right-text-fill": "\f25b", + "chat-right-text": "\f25c", + "chat-right": "\f25d", + "chat-square-dots-fill": "\f25e", + "chat-square-dots": "\f25f", + "chat-square-fill": "\f260", + "chat-square-quote-fill": "\f261", + "chat-square-quote": "\f262", + "chat-square-text-fill": "\f263", + "chat-square-text": "\f264", + "chat-square": "\f265", + "chat-text-fill": "\f266", + "chat-text": "\f267", + "chat": "\f268", + "check-all": "\f269", + "check-circle-fill": "\f26a", + "check-circle": "\f26b", + "check-square-fill": "\f26c", + "check-square": "\f26d", + "check": "\f26e", + "check2-all": "\f26f", + "check2-circle": "\f270", + "check2-square": "\f271", + "check2": "\f272", + "chevron-bar-contract": "\f273", + "chevron-bar-down": "\f274", + "chevron-bar-expand": "\f275", + "chevron-bar-left": "\f276", + "chevron-bar-right": "\f277", + "chevron-bar-up": "\f278", + "chevron-compact-down": "\f279", + "chevron-compact-left": "\f27a", + "chevron-compact-right": "\f27b", + "chevron-compact-up": "\f27c", + "chevron-contract": "\f27d", + "chevron-double-down": "\f27e", + "chevron-double-left": "\f27f", + "chevron-double-right": "\f280", + "chevron-double-up": "\f281", + "chevron-down": "\f282", + "chevron-expand": "\f283", + "chevron-left": "\f284", + "chevron-right": "\f285", + "chevron-up": "\f286", + "circle-fill": "\f287", + "circle-half": "\f288", + "circle-square": "\f289", + "circle": "\f28a", + "clipboard-check": "\f28b", + "clipboard-data": "\f28c", + "clipboard-minus": "\f28d", + "clipboard-plus": "\f28e", + "clipboard-x": "\f28f", + "clipboard": "\f290", + "clock-fill": "\f291", + "clock-history": "\f292", + "clock": "\f293", + "cloud-arrow-down-fill": "\f294", + "cloud-arrow-down": "\f295", + "cloud-arrow-up-fill": "\f296", + "cloud-arrow-up": "\f297", + "cloud-check-fill": "\f298", + "cloud-check": "\f299", + "cloud-download-fill": "\f29a", + "cloud-download": "\f29b", + "cloud-drizzle-fill": "\f29c", + "cloud-drizzle": "\f29d", + "cloud-fill": "\f29e", + "cloud-fog-fill": "\f29f", + "cloud-fog": "\f2a0", + "cloud-fog2-fill": "\f2a1", + "cloud-fog2": "\f2a2", + "cloud-hail-fill": "\f2a3", + "cloud-hail": "\f2a4", + "cloud-haze-1": "\f2a5", + "cloud-haze-fill": "\f2a6", + "cloud-haze": "\f2a7", + "cloud-haze2-fill": "\f2a8", + "cloud-lightning-fill": "\f2a9", + "cloud-lightning-rain-fill": "\f2aa", + "cloud-lightning-rain": "\f2ab", + "cloud-lightning": "\f2ac", + "cloud-minus-fill": "\f2ad", + "cloud-minus": "\f2ae", + "cloud-moon-fill": "\f2af", + "cloud-moon": "\f2b0", + "cloud-plus-fill": "\f2b1", + "cloud-plus": "\f2b2", + "cloud-rain-fill": "\f2b3", + "cloud-rain-heavy-fill": "\f2b4", + "cloud-rain-heavy": "\f2b5", + "cloud-rain": "\f2b6", + "cloud-slash-fill": "\f2b7", + "cloud-slash": "\f2b8", + "cloud-sleet-fill": "\f2b9", + "cloud-sleet": "\f2ba", + "cloud-snow-fill": "\f2bb", + "cloud-snow": "\f2bc", + "cloud-sun-fill": "\f2bd", + "cloud-sun": "\f2be", + "cloud-upload-fill": "\f2bf", + "cloud-upload": "\f2c0", + "cloud": "\f2c1", + "clouds-fill": "\f2c2", + "clouds": "\f2c3", + "cloudy-fill": "\f2c4", + "cloudy": "\f2c5", + "code-slash": "\f2c6", + "code-square": "\f2c7", + "code": "\f2c8", + "collection-fill": "\f2c9", + "collection-play-fill": "\f2ca", + "collection-play": "\f2cb", + "collection": "\f2cc", + "columns-gap": "\f2cd", + "columns": "\f2ce", + "command": "\f2cf", + "compass-fill": "\f2d0", + "compass": "\f2d1", + "cone-striped": "\f2d2", + "cone": "\f2d3", + "controller": "\f2d4", + "cpu-fill": "\f2d5", + "cpu": "\f2d6", + "credit-card-2-back-fill": "\f2d7", + "credit-card-2-back": "\f2d8", + "credit-card-2-front-fill": "\f2d9", + "credit-card-2-front": "\f2da", + "credit-card-fill": "\f2db", + "credit-card": "\f2dc", + "crop": "\f2dd", + "cup-fill": "\f2de", + "cup-straw": "\f2df", + "cup": "\f2e0", + "cursor-fill": "\f2e1", + "cursor-text": "\f2e2", + "cursor": "\f2e3", + "dash-circle-dotted": "\f2e4", + "dash-circle-fill": "\f2e5", + "dash-circle": "\f2e6", + "dash-square-dotted": "\f2e7", + "dash-square-fill": "\f2e8", + "dash-square": "\f2e9", + "dash": "\f2ea", + "diagram-2-fill": "\f2eb", + "diagram-2": "\f2ec", + "diagram-3-fill": "\f2ed", + "diagram-3": "\f2ee", + "diamond-fill": "\f2ef", + "diamond-half": "\f2f0", + "diamond": "\f2f1", + "dice-1-fill": "\f2f2", + "dice-1": "\f2f3", + "dice-2-fill": "\f2f4", + "dice-2": "\f2f5", + "dice-3-fill": "\f2f6", + "dice-3": "\f2f7", + "dice-4-fill": "\f2f8", + "dice-4": "\f2f9", + "dice-5-fill": "\f2fa", + "dice-5": "\f2fb", + "dice-6-fill": "\f2fc", + "dice-6": "\f2fd", + "disc-fill": "\f2fe", + "disc": "\f2ff", + "discord": "\f300", + "display-fill": "\f301", + "display": "\f302", + "distribute-horizontal": "\f303", + "distribute-vertical": "\f304", + "door-closed-fill": "\f305", + "door-closed": "\f306", + "door-open-fill": "\f307", + "door-open": "\f308", + "dot": "\f309", + "download": "\f30a", + "droplet-fill": "\f30b", + "droplet-half": "\f30c", + "droplet": "\f30d", + "earbuds": "\f30e", + "easel-fill": "\f30f", + "easel": "\f310", + "egg-fill": "\f311", + "egg-fried": "\f312", + "egg": "\f313", + "eject-fill": "\f314", + "eject": "\f315", + "emoji-angry-fill": "\f316", + "emoji-angry": "\f317", + "emoji-dizzy-fill": "\f318", + "emoji-dizzy": "\f319", + "emoji-expressionless-fill": "\f31a", + "emoji-expressionless": "\f31b", + "emoji-frown-fill": "\f31c", + "emoji-frown": "\f31d", + "emoji-heart-eyes-fill": "\f31e", + "emoji-heart-eyes": "\f31f", + "emoji-laughing-fill": "\f320", + "emoji-laughing": "\f321", + "emoji-neutral-fill": "\f322", + "emoji-neutral": "\f323", + "emoji-smile-fill": "\f324", + "emoji-smile-upside-down-fill": "\f325", + "emoji-smile-upside-down": "\f326", + "emoji-smile": "\f327", + "emoji-sunglasses-fill": "\f328", + "emoji-sunglasses": "\f329", + "emoji-wink-fill": "\f32a", + "emoji-wink": "\f32b", + "envelope-fill": "\f32c", + "envelope-open-fill": "\f32d", + "envelope-open": "\f32e", + "envelope": "\f32f", + "eraser-fill": "\f330", + "eraser": "\f331", + "exclamation-circle-fill": "\f332", + "exclamation-circle": "\f333", + "exclamation-diamond-fill": "\f334", + "exclamation-diamond": "\f335", + "exclamation-octagon-fill": "\f336", + "exclamation-octagon": "\f337", + "exclamation-square-fill": "\f338", + "exclamation-square": "\f339", + "exclamation-triangle-fill": "\f33a", + "exclamation-triangle": "\f33b", + "exclamation": "\f33c", + "exclude": "\f33d", + "eye-fill": "\f33e", + "eye-slash-fill": "\f33f", + "eye-slash": "\f340", + "eye": "\f341", + "eyedropper": "\f342", + "eyeglasses": "\f343", + "facebook": "\f344", + "file-arrow-down-fill": "\f345", + "file-arrow-down": "\f346", + "file-arrow-up-fill": "\f347", + "file-arrow-up": "\f348", + "file-bar-graph-fill": "\f349", + "file-bar-graph": "\f34a", + "file-binary-fill": "\f34b", + "file-binary": "\f34c", + "file-break-fill": "\f34d", + "file-break": "\f34e", + "file-check-fill": "\f34f", + "file-check": "\f350", + "file-code-fill": "\f351", + "file-code": "\f352", + "file-diff-fill": "\f353", + "file-diff": "\f354", + "file-earmark-arrow-down-fill": "\f355", + "file-earmark-arrow-down": "\f356", + "file-earmark-arrow-up-fill": "\f357", + "file-earmark-arrow-up": "\f358", + "file-earmark-bar-graph-fill": "\f359", + "file-earmark-bar-graph": "\f35a", + "file-earmark-binary-fill": "\f35b", + "file-earmark-binary": "\f35c", + "file-earmark-break-fill": "\f35d", + "file-earmark-break": "\f35e", + "file-earmark-check-fill": "\f35f", + "file-earmark-check": "\f360", + "file-earmark-code-fill": "\f361", + "file-earmark-code": "\f362", + "file-earmark-diff-fill": "\f363", + "file-earmark-diff": "\f364", + "file-earmark-easel-fill": "\f365", + "file-earmark-easel": "\f366", + "file-earmark-excel-fill": "\f367", + "file-earmark-excel": "\f368", + "file-earmark-fill": "\f369", + "file-earmark-font-fill": "\f36a", + "file-earmark-font": "\f36b", + "file-earmark-image-fill": "\f36c", + "file-earmark-image": "\f36d", + "file-earmark-lock-fill": "\f36e", + "file-earmark-lock": "\f36f", + "file-earmark-lock2-fill": "\f370", + "file-earmark-lock2": "\f371", + "file-earmark-medical-fill": "\f372", + "file-earmark-medical": "\f373", + "file-earmark-minus-fill": "\f374", + "file-earmark-minus": "\f375", + "file-earmark-music-fill": "\f376", + "file-earmark-music": "\f377", + "file-earmark-person-fill": "\f378", + "file-earmark-person": "\f379", + "file-earmark-play-fill": "\f37a", + "file-earmark-play": "\f37b", + "file-earmark-plus-fill": "\f37c", + "file-earmark-plus": "\f37d", + "file-earmark-post-fill": "\f37e", + "file-earmark-post": "\f37f", + "file-earmark-ppt-fill": "\f380", + "file-earmark-ppt": "\f381", + "file-earmark-richtext-fill": "\f382", + "file-earmark-richtext": "\f383", + "file-earmark-ruled-fill": "\f384", + "file-earmark-ruled": "\f385", + "file-earmark-slides-fill": "\f386", + "file-earmark-slides": "\f387", + "file-earmark-spreadsheet-fill": "\f388", + "file-earmark-spreadsheet": "\f389", + "file-earmark-text-fill": "\f38a", + "file-earmark-text": "\f38b", + "file-earmark-word-fill": "\f38c", + "file-earmark-word": "\f38d", + "file-earmark-x-fill": "\f38e", + "file-earmark-x": "\f38f", + "file-earmark-zip-fill": "\f390", + "file-earmark-zip": "\f391", + "file-earmark": "\f392", + "file-easel-fill": "\f393", + "file-easel": "\f394", + "file-excel-fill": "\f395", + "file-excel": "\f396", + "file-fill": "\f397", + "file-font-fill": "\f398", + "file-font": "\f399", + "file-image-fill": "\f39a", + "file-image": "\f39b", + "file-lock-fill": "\f39c", + "file-lock": "\f39d", + "file-lock2-fill": "\f39e", + "file-lock2": "\f39f", + "file-medical-fill": "\f3a0", + "file-medical": "\f3a1", + "file-minus-fill": "\f3a2", + "file-minus": "\f3a3", + "file-music-fill": "\f3a4", + "file-music": "\f3a5", + "file-person-fill": "\f3a6", + "file-person": "\f3a7", + "file-play-fill": "\f3a8", + "file-play": "\f3a9", + "file-plus-fill": "\f3aa", + "file-plus": "\f3ab", + "file-post-fill": "\f3ac", + "file-post": "\f3ad", + "file-ppt-fill": "\f3ae", + "file-ppt": "\f3af", + "file-richtext-fill": "\f3b0", + "file-richtext": "\f3b1", + "file-ruled-fill": "\f3b2", + "file-ruled": "\f3b3", + "file-slides-fill": "\f3b4", + "file-slides": "\f3b5", + "file-spreadsheet-fill": "\f3b6", + "file-spreadsheet": "\f3b7", + "file-text-fill": "\f3b8", + "file-text": "\f3b9", + "file-word-fill": "\f3ba", + "file-word": "\f3bb", + "file-x-fill": "\f3bc", + "file-x": "\f3bd", + "file-zip-fill": "\f3be", + "file-zip": "\f3bf", + "file": "\f3c0", + "files-alt": "\f3c1", + "files": "\f3c2", + "film": "\f3c3", + "filter-circle-fill": "\f3c4", + "filter-circle": "\f3c5", + "filter-left": "\f3c6", + "filter-right": "\f3c7", + "filter-square-fill": "\f3c8", + "filter-square": "\f3c9", + "filter": "\f3ca", + "flag-fill": "\f3cb", + "flag": "\f3cc", + "flower1": "\f3cd", + "flower2": "\f3ce", + "flower3": "\f3cf", + "folder-check": "\f3d0", + "folder-fill": "\f3d1", + "folder-minus": "\f3d2", + "folder-plus": "\f3d3", + "folder-symlink-fill": "\f3d4", + "folder-symlink": "\f3d5", + "folder-x": "\f3d6", + "folder": "\f3d7", + "folder2-open": "\f3d8", + "folder2": "\f3d9", + "fonts": "\f3da", + "forward-fill": "\f3db", + "forward": "\f3dc", + "front": "\f3dd", + "fullscreen-exit": "\f3de", + "fullscreen": "\f3df", + "funnel-fill": "\f3e0", + "funnel": "\f3e1", + "gear-fill": "\f3e2", + "gear-wide-connected": "\f3e3", + "gear-wide": "\f3e4", + "gear": "\f3e5", + "gem": "\f3e6", + "geo-alt-fill": "\f3e7", + "geo-alt": "\f3e8", + "geo-fill": "\f3e9", + "geo": "\f3ea", + "gift-fill": "\f3eb", + "gift": "\f3ec", + "github": "\f3ed", + "globe": "\f3ee", + "globe2": "\f3ef", + "google": "\f3f0", + "graph-down": "\f3f1", + "graph-up": "\f3f2", + "grid-1x2-fill": "\f3f3", + "grid-1x2": "\f3f4", + "grid-3x2-gap-fill": "\f3f5", + "grid-3x2-gap": "\f3f6", + "grid-3x2": "\f3f7", + "grid-3x3-gap-fill": "\f3f8", + "grid-3x3-gap": "\f3f9", + "grid-3x3": "\f3fa", + "grid-fill": "\f3fb", + "grid": "\f3fc", + "grip-horizontal": "\f3fd", + "grip-vertical": "\f3fe", + "hammer": "\f3ff", + "hand-index-fill": "\f400", + "hand-index-thumb-fill": "\f401", + "hand-index-thumb": "\f402", + "hand-index": "\f403", + "hand-thumbs-down-fill": "\f404", + "hand-thumbs-down": "\f405", + "hand-thumbs-up-fill": "\f406", + "hand-thumbs-up": "\f407", + "handbag-fill": "\f408", + "handbag": "\f409", + "hash": "\f40a", + "hdd-fill": "\f40b", + "hdd-network-fill": "\f40c", + "hdd-network": "\f40d", + "hdd-rack-fill": "\f40e", + "hdd-rack": "\f40f", + "hdd-stack-fill": "\f410", + "hdd-stack": "\f411", + "hdd": "\f412", + "headphones": "\f413", + "headset": "\f414", + "heart-fill": "\f415", + "heart-half": "\f416", + "heart": "\f417", + "heptagon-fill": "\f418", + "heptagon-half": "\f419", + "heptagon": "\f41a", + "hexagon-fill": "\f41b", + "hexagon-half": "\f41c", + "hexagon": "\f41d", + "hourglass-bottom": "\f41e", + "hourglass-split": "\f41f", + "hourglass-top": "\f420", + "hourglass": "\f421", + "house-door-fill": "\f422", + "house-door": "\f423", + "house-fill": "\f424", + "house": "\f425", + "hr": "\f426", + "hurricane": "\f427", + "image-alt": "\f428", + "image-fill": "\f429", + "image": "\f42a", + "images": "\f42b", + "inbox-fill": "\f42c", + "inbox": "\f42d", + "inboxes-fill": "\f42e", + "inboxes": "\f42f", + "info-circle-fill": "\f430", + "info-circle": "\f431", + "info-square-fill": "\f432", + "info-square": "\f433", + "info": "\f434", + "input-cursor-text": "\f435", + "input-cursor": "\f436", + "instagram": "\f437", + "intersect": "\f438", + "journal-album": "\f439", + "journal-arrow-down": "\f43a", + "journal-arrow-up": "\f43b", + "journal-bookmark-fill": "\f43c", + "journal-bookmark": "\f43d", + "journal-check": "\f43e", + "journal-code": "\f43f", + "journal-medical": "\f440", + "journal-minus": "\f441", + "journal-plus": "\f442", + "journal-richtext": "\f443", + "journal-text": "\f444", + "journal-x": "\f445", + "journal": "\f446", + "journals": "\f447", + "joystick": "\f448", + "justify-left": "\f449", + "justify-right": "\f44a", + "justify": "\f44b", + "kanban-fill": "\f44c", + "kanban": "\f44d", + "key-fill": "\f44e", + "key": "\f44f", + "keyboard-fill": "\f450", + "keyboard": "\f451", + "ladder": "\f452", + "lamp-fill": "\f453", + "lamp": "\f454", + "laptop-fill": "\f455", + "laptop": "\f456", + "layer-backward": "\f457", + "layer-forward": "\f458", + "layers-fill": "\f459", + "layers-half": "\f45a", + "layers": "\f45b", + "layout-sidebar-inset-reverse": "\f45c", + "layout-sidebar-inset": "\f45d", + "layout-sidebar-reverse": "\f45e", + "layout-sidebar": "\f45f", + "layout-split": "\f460", + "layout-text-sidebar-reverse": "\f461", + "layout-text-sidebar": "\f462", + "layout-text-window-reverse": "\f463", + "layout-text-window": "\f464", + "layout-three-columns": "\f465", + "layout-wtf": "\f466", + "life-preserver": "\f467", + "lightbulb-fill": "\f468", + "lightbulb-off-fill": "\f469", + "lightbulb-off": "\f46a", + "lightbulb": "\f46b", + "lightning-charge-fill": "\f46c", + "lightning-charge": "\f46d", + "lightning-fill": "\f46e", + "lightning": "\f46f", + "link-45deg": "\f470", + "link": "\f471", + "linkedin": "\f472", + "list-check": "\f473", + "list-nested": "\f474", + "list-ol": "\f475", + "list-stars": "\f476", + "list-task": "\f477", + "list-ul": "\f478", + "list": "\f479", + "lock-fill": "\f47a", + "lock": "\f47b", + "mailbox": "\f47c", + "mailbox2": "\f47d", + "map-fill": "\f47e", + "map": "\f47f", + "markdown-fill": "\f480", + "markdown": "\f481", + "mask": "\f482", + "megaphone-fill": "\f483", + "megaphone": "\f484", + "menu-app-fill": "\f485", + "menu-app": "\f486", + "menu-button-fill": "\f487", + "menu-button-wide-fill": "\f488", + "menu-button-wide": "\f489", + "menu-button": "\f48a", + "menu-down": "\f48b", + "menu-up": "\f48c", + "mic-fill": "\f48d", + "mic-mute-fill": "\f48e", + "mic-mute": "\f48f", + "mic": "\f490", + "minecart-loaded": "\f491", + "minecart": "\f492", + "moisture": "\f493", + "moon-fill": "\f494", + "moon-stars-fill": "\f495", + "moon-stars": "\f496", + "moon": "\f497", + "mouse-fill": "\f498", + "mouse": "\f499", + "mouse2-fill": "\f49a", + "mouse2": "\f49b", + "mouse3-fill": "\f49c", + "mouse3": "\f49d", + "music-note-beamed": "\f49e", + "music-note-list": "\f49f", + "music-note": "\f4a0", + "music-player-fill": "\f4a1", + "music-player": "\f4a2", + "newspaper": "\f4a3", + "node-minus-fill": "\f4a4", + "node-minus": "\f4a5", + "node-plus-fill": "\f4a6", + "node-plus": "\f4a7", + "nut-fill": "\f4a8", + "nut": "\f4a9", + "octagon-fill": "\f4aa", + "octagon-half": "\f4ab", + "octagon": "\f4ac", + "option": "\f4ad", + "outlet": "\f4ae", + "paint-bucket": "\f4af", + "palette-fill": "\f4b0", + "palette": "\f4b1", + "palette2": "\f4b2", + "paperclip": "\f4b3", + "paragraph": "\f4b4", + "patch-check-fill": "\f4b5", + "patch-check": "\f4b6", + "patch-exclamation-fill": "\f4b7", + "patch-exclamation": "\f4b8", + "patch-minus-fill": "\f4b9", + "patch-minus": "\f4ba", + "patch-plus-fill": "\f4bb", + "patch-plus": "\f4bc", + "patch-question-fill": "\f4bd", + "patch-question": "\f4be", + "pause-btn-fill": "\f4bf", + "pause-btn": "\f4c0", + "pause-circle-fill": "\f4c1", + "pause-circle": "\f4c2", + "pause-fill": "\f4c3", + "pause": "\f4c4", + "peace-fill": "\f4c5", + "peace": "\f4c6", + "pen-fill": "\f4c7", + "pen": "\f4c8", + "pencil-fill": "\f4c9", + "pencil-square": "\f4ca", + "pencil": "\f4cb", + "pentagon-fill": "\f4cc", + "pentagon-half": "\f4cd", + "pentagon": "\f4ce", + "people-fill": "\f4cf", + "people": "\f4d0", + "percent": "\f4d1", + "person-badge-fill": "\f4d2", + "person-badge": "\f4d3", + "person-bounding-box": "\f4d4", + "person-check-fill": "\f4d5", + "person-check": "\f4d6", + "person-circle": "\f4d7", + "person-dash-fill": "\f4d8", + "person-dash": "\f4d9", + "person-fill": "\f4da", + "person-lines-fill": "\f4db", + "person-plus-fill": "\f4dc", + "person-plus": "\f4dd", + "person-square": "\f4de", + "person-x-fill": "\f4df", + "person-x": "\f4e0", + "person": "\f4e1", + "phone-fill": "\f4e2", + "phone-landscape-fill": "\f4e3", + "phone-landscape": "\f4e4", + "phone-vibrate-fill": "\f4e5", + "phone-vibrate": "\f4e6", + "phone": "\f4e7", + "pie-chart-fill": "\f4e8", + "pie-chart": "\f4e9", + "pin-angle-fill": "\f4ea", + "pin-angle": "\f4eb", + "pin-fill": "\f4ec", + "pin": "\f4ed", + "pip-fill": "\f4ee", + "pip": "\f4ef", + "play-btn-fill": "\f4f0", + "play-btn": "\f4f1", + "play-circle-fill": "\f4f2", + "play-circle": "\f4f3", + "play-fill": "\f4f4", + "play": "\f4f5", + "plug-fill": "\f4f6", + "plug": "\f4f7", + "plus-circle-dotted": "\f4f8", + "plus-circle-fill": "\f4f9", + "plus-circle": "\f4fa", + "plus-square-dotted": "\f4fb", + "plus-square-fill": "\f4fc", + "plus-square": "\f4fd", + "plus": "\f4fe", + "power": "\f4ff", + "printer-fill": "\f500", + "printer": "\f501", + "puzzle-fill": "\f502", + "puzzle": "\f503", + "question-circle-fill": "\f504", + "question-circle": "\f505", + "question-diamond-fill": "\f506", + "question-diamond": "\f507", + "question-octagon-fill": "\f508", + "question-octagon": "\f509", + "question-square-fill": "\f50a", + "question-square": "\f50b", + "question": "\f50c", + "rainbow": "\f50d", + "receipt-cutoff": "\f50e", + "receipt": "\f50f", + "reception-0": "\f510", + "reception-1": "\f511", + "reception-2": "\f512", + "reception-3": "\f513", + "reception-4": "\f514", + "record-btn-fill": "\f515", + "record-btn": "\f516", + "record-circle-fill": "\f517", + "record-circle": "\f518", + "record-fill": "\f519", + "record": "\f51a", + "record2-fill": "\f51b", + "record2": "\f51c", + "reply-all-fill": "\f51d", + "reply-all": "\f51e", + "reply-fill": "\f51f", + "reply": "\f520", + "rss-fill": "\f521", + "rss": "\f522", + "rulers": "\f523", + "save-fill": "\f524", + "save": "\f525", + "save2-fill": "\f526", + "save2": "\f527", + "scissors": "\f528", + "screwdriver": "\f529", + "search": "\f52a", + "segmented-nav": "\f52b", + "server": "\f52c", + "share-fill": "\f52d", + "share": "\f52e", + "shield-check": "\f52f", + "shield-exclamation": "\f530", + "shield-fill-check": "\f531", + "shield-fill-exclamation": "\f532", + "shield-fill-minus": "\f533", + "shield-fill-plus": "\f534", + "shield-fill-x": "\f535", + "shield-fill": "\f536", + "shield-lock-fill": "\f537", + "shield-lock": "\f538", + "shield-minus": "\f539", + "shield-plus": "\f53a", + "shield-shaded": "\f53b", + "shield-slash-fill": "\f53c", + "shield-slash": "\f53d", + "shield-x": "\f53e", + "shield": "\f53f", + "shift-fill": "\f540", + "shift": "\f541", + "shop-window": "\f542", + "shop": "\f543", + "shuffle": "\f544", + "signpost-2-fill": "\f545", + "signpost-2": "\f546", + "signpost-fill": "\f547", + "signpost-split-fill": "\f548", + "signpost-split": "\f549", + "signpost": "\f54a", + "sim-fill": "\f54b", + "sim": "\f54c", + "skip-backward-btn-fill": "\f54d", + "skip-backward-btn": "\f54e", + "skip-backward-circle-fill": "\f54f", + "skip-backward-circle": "\f550", + "skip-backward-fill": "\f551", + "skip-backward": "\f552", + "skip-end-btn-fill": "\f553", + "skip-end-btn": "\f554", + "skip-end-circle-fill": "\f555", + "skip-end-circle": "\f556", + "skip-end-fill": "\f557", + "skip-end": "\f558", + "skip-forward-btn-fill": "\f559", + "skip-forward-btn": "\f55a", + "skip-forward-circle-fill": "\f55b", + "skip-forward-circle": "\f55c", + "skip-forward-fill": "\f55d", + "skip-forward": "\f55e", + "skip-start-btn-fill": "\f55f", + "skip-start-btn": "\f560", + "skip-start-circle-fill": "\f561", + "skip-start-circle": "\f562", + "skip-start-fill": "\f563", + "skip-start": "\f564", + "slack": "\f565", + "slash-circle-fill": "\f566", + "slash-circle": "\f567", + "slash-square-fill": "\f568", + "slash-square": "\f569", + "slash": "\f56a", + "sliders": "\f56b", + "smartwatch": "\f56c", + "snow": "\f56d", + "snow2": "\f56e", + "snow3": "\f56f", + "sort-alpha-down-alt": "\f570", + "sort-alpha-down": "\f571", + "sort-alpha-up-alt": "\f572", + "sort-alpha-up": "\f573", + "sort-down-alt": "\f574", + "sort-down": "\f575", + "sort-numeric-down-alt": "\f576", + "sort-numeric-down": "\f577", + "sort-numeric-up-alt": "\f578", + "sort-numeric-up": "\f579", + "sort-up-alt": "\f57a", + "sort-up": "\f57b", + "soundwave": "\f57c", + "speaker-fill": "\f57d", + "speaker": "\f57e", + "speedometer": "\f57f", + "speedometer2": "\f580", + "spellcheck": "\f581", + "square-fill": "\f582", + "square-half": "\f583", + "square": "\f584", + "stack": "\f585", + "star-fill": "\f586", + "star-half": "\f587", + "star": "\f588", + "stars": "\f589", + "stickies-fill": "\f58a", + "stickies": "\f58b", + "sticky-fill": "\f58c", + "sticky": "\f58d", + "stop-btn-fill": "\f58e", + "stop-btn": "\f58f", + "stop-circle-fill": "\f590", + "stop-circle": "\f591", + "stop-fill": "\f592", + "stop": "\f593", + "stoplights-fill": "\f594", + "stoplights": "\f595", + "stopwatch-fill": "\f596", + "stopwatch": "\f597", + "subtract": "\f598", + "suit-club-fill": "\f599", + "suit-club": "\f59a", + "suit-diamond-fill": "\f59b", + "suit-diamond": "\f59c", + "suit-heart-fill": "\f59d", + "suit-heart": "\f59e", + "suit-spade-fill": "\f59f", + "suit-spade": "\f5a0", + "sun-fill": "\f5a1", + "sun": "\f5a2", + "sunglasses": "\f5a3", + "sunrise-fill": "\f5a4", + "sunrise": "\f5a5", + "sunset-fill": "\f5a6", + "sunset": "\f5a7", + "symmetry-horizontal": "\f5a8", + "symmetry-vertical": "\f5a9", + "table": "\f5aa", + "tablet-fill": "\f5ab", + "tablet-landscape-fill": "\f5ac", + "tablet-landscape": "\f5ad", + "tablet": "\f5ae", + "tag-fill": "\f5af", + "tag": "\f5b0", + "tags-fill": "\f5b1", + "tags": "\f5b2", + "telegram": "\f5b3", + "telephone-fill": "\f5b4", + "telephone-forward-fill": "\f5b5", + "telephone-forward": "\f5b6", + "telephone-inbound-fill": "\f5b7", + "telephone-inbound": "\f5b8", + "telephone-minus-fill": "\f5b9", + "telephone-minus": "\f5ba", + "telephone-outbound-fill": "\f5bb", + "telephone-outbound": "\f5bc", + "telephone-plus-fill": "\f5bd", + "telephone-plus": "\f5be", + "telephone-x-fill": "\f5bf", + "telephone-x": "\f5c0", + "telephone": "\f5c1", + "terminal-fill": "\f5c2", + "terminal": "\f5c3", + "text-center": "\f5c4", + "text-indent-left": "\f5c5", + "text-indent-right": "\f5c6", + "text-left": "\f5c7", + "text-paragraph": "\f5c8", + "text-right": "\f5c9", + "textarea-resize": "\f5ca", + "textarea-t": "\f5cb", + "textarea": "\f5cc", + "thermometer-half": "\f5cd", + "thermometer-high": "\f5ce", + "thermometer-low": "\f5cf", + "thermometer-snow": "\f5d0", + "thermometer-sun": "\f5d1", + "thermometer": "\f5d2", + "three-dots-vertical": "\f5d3", + "three-dots": "\f5d4", + "toggle-off": "\f5d5", + "toggle-on": "\f5d6", + "toggle2-off": "\f5d7", + "toggle2-on": "\f5d8", + "toggles": "\f5d9", + "toggles2": "\f5da", + "tools": "\f5db", + "tornado": "\f5dc", + "trash-fill": "\f5dd", + "trash": "\f5de", + "trash2-fill": "\f5df", + "trash2": "\f5e0", + "tree-fill": "\f5e1", + "tree": "\f5e2", + "triangle-fill": "\f5e3", + "triangle-half": "\f5e4", + "triangle": "\f5e5", + "trophy-fill": "\f5e6", + "trophy": "\f5e7", + "tropical-storm": "\f5e8", + "truck-flatbed": "\f5e9", + "truck": "\f5ea", + "tsunami": "\f5eb", + "tv-fill": "\f5ec", + "tv": "\f5ed", + "twitch": "\f5ee", + "twitter": "\f5ef", + "type-bold": "\f5f0", + "type-h1": "\f5f1", + "type-h2": "\f5f2", + "type-h3": "\f5f3", + "type-italic": "\f5f4", + "type-strikethrough": "\f5f5", + "type-underline": "\f5f6", + "type": "\f5f7", + "ui-checks-grid": "\f5f8", + "ui-checks": "\f5f9", + "ui-radios-grid": "\f5fa", + "ui-radios": "\f5fb", + "umbrella-fill": "\f5fc", + "umbrella": "\f5fd", + "union": "\f5fe", + "unlock-fill": "\f5ff", + "unlock": "\f600", + "upc-scan": "\f601", + "upc": "\f602", + "upload": "\f603", + "vector-pen": "\f604", + "view-list": "\f605", + "view-stacked": "\f606", + "vinyl-fill": "\f607", + "vinyl": "\f608", + "voicemail": "\f609", + "volume-down-fill": "\f60a", + "volume-down": "\f60b", + "volume-mute-fill": "\f60c", + "volume-mute": "\f60d", + "volume-off-fill": "\f60e", + "volume-off": "\f60f", + "volume-up-fill": "\f610", + "volume-up": "\f611", + "vr": "\f612", + "wallet-fill": "\f613", + "wallet": "\f614", + "wallet2": "\f615", + "watch": "\f616", + "water": "\f617", + "whatsapp": "\f618", + "wifi-1": "\f619", + "wifi-2": "\f61a", + "wifi-off": "\f61b", + "wifi": "\f61c", + "wind": "\f61d", + "window-dock": "\f61e", + "window-sidebar": "\f61f", + "window": "\f620", + "wrench": "\f621", + "x-circle-fill": "\f622", + "x-circle": "\f623", + "x-diamond-fill": "\f624", + "x-diamond": "\f625", + "x-octagon-fill": "\f626", + "x-octagon": "\f627", + "x-square-fill": "\f628", + "x-square": "\f629", + "x": "\f62a", + "youtube": "\f62b", + "zoom-in": "\f62c", + "zoom-out": "\f62d", + "bank": "\f62e", + "bank2": "\f62f", + "bell-slash-fill": "\f630", + "bell-slash": "\f631", + "cash-coin": "\f632", + "check-lg": "\f633", + "coin": "\f634", + "currency-bitcoin": "\f635", + "currency-dollar": "\f636", + "currency-euro": "\f637", + "currency-exchange": "\f638", + "currency-pound": "\f639", + "currency-yen": "\f63a", + "dash-lg": "\f63b", + "exclamation-lg": "\f63c", + "file-earmark-pdf-fill": "\f63d", + "file-earmark-pdf": "\f63e", + "file-pdf-fill": "\f63f", + "file-pdf": "\f640", + "gender-ambiguous": "\f641", + "gender-female": "\f642", + "gender-male": "\f643", + "gender-trans": "\f644", + "headset-vr": "\f645", + "info-lg": "\f646", + "mastodon": "\f647", + "messenger": "\f648", + "piggy-bank-fill": "\f649", + "piggy-bank": "\f64a", + "pin-map-fill": "\f64b", + "pin-map": "\f64c", + "plus-lg": "\f64d", + "question-lg": "\f64e", + "recycle": "\f64f", + "reddit": "\f650", + "safe-fill": "\f651", + "safe2-fill": "\f652", + "safe2": "\f653", + "sd-card-fill": "\f654", + "sd-card": "\f655", + "skype": "\f656", + "slash-lg": "\f657", + "translate": "\f658", + "x-lg": "\f659", + "safe": "\f65a", + "apple": "\f65b", + "microsoft": "\f65d", + "windows": "\f65e", + "behance": "\f65c", + "dribbble": "\f65f", + "line": "\f660", + "medium": "\f661", + "paypal": "\f662", + "pinterest": "\f663", + "signal": "\f664", + "snapchat": "\f665", + "spotify": "\f666", + "stack-overflow": "\f667", + "strava": "\f668", + "wordpress": "\f669", + "vimeo": "\f66a", + "activity": "\f66b", + "easel2-fill": "\f66c", + "easel2": "\f66d", + "easel3-fill": "\f66e", + "easel3": "\f66f", + "fan": "\f670", + "fingerprint": "\f671", + "graph-down-arrow": "\f672", + "graph-up-arrow": "\f673", + "hypnotize": "\f674", + "magic": "\f675", + "person-rolodex": "\f676", + "person-video": "\f677", + "person-video2": "\f678", + "person-video3": "\f679", + "person-workspace": "\f67a", + "radioactive": "\f67b", + "webcam-fill": "\f67c", + "webcam": "\f67d", + "yin-yang": "\f67e", + "bandaid-fill": "\f680", + "bandaid": "\f681", + "bluetooth": "\f682", + "body-text": "\f683", + "boombox": "\f684", + "boxes": "\f685", + "dpad-fill": "\f686", + "dpad": "\f687", + "ear-fill": "\f688", + "ear": "\f689", + "envelope-check-1": "\f68a", + "envelope-check-fill": "\f68b", + "envelope-check": "\f68c", + "envelope-dash-1": "\f68d", + "envelope-dash-fill": "\f68e", + "envelope-dash": "\f68f", + "envelope-exclamation-1": "\f690", + "envelope-exclamation-fill": "\f691", + "envelope-exclamation": "\f692", + "envelope-plus-fill": "\f693", + "envelope-plus": "\f694", + "envelope-slash-1": "\f695", + "envelope-slash-fill": "\f696", + "envelope-slash": "\f697", + "envelope-x-1": "\f698", + "envelope-x-fill": "\f699", + "envelope-x": "\f69a", + "explicit-fill": "\f69b", + "explicit": "\f69c", + "git": "\f69d", + "infinity": "\f69e", + "list-columns-reverse": "\f69f", + "list-columns": "\f6a0", + "meta": "\f6a1", + "mortorboard-fill": "\f6a2", + "mortorboard": "\f6a3", + "nintendo-switch": "\f6a4", + "pc-display-horizontal": "\f6a5", + "pc-display": "\f6a6", + "pc-horizontal": "\f6a7", + "pc": "\f6a8", + "playstation": "\f6a9", + "plus-slash-minus": "\f6aa", + "projector-fill": "\f6ab", + "projector": "\f6ac", + "qr-code-scan": "\f6ad", + "qr-code": "\f6ae", + "quora": "\f6af", + "quote": "\f6b0", + "robot": "\f6b1", + "send-check-fill": "\f6b2", + "send-check": "\f6b3", + "send-dash-fill": "\f6b4", + "send-dash": "\f6b5", + "send-exclamation-1": "\f6b6", + "send-exclamation-fill": "\f6b7", + "send-exclamation": "\f6b8", + "send-fill": "\f6b9", + "send-plus-fill": "\f6ba", + "send-plus": "\f6bb", + "send-slash-fill": "\f6bc", + "send-slash": "\f6bd", + "send-x-fill": "\f6be", + "send-x": "\f6bf", + "send": "\f6c0", + "steam": "\f6c1", + "terminal-dash-1": "\f6c2", + "terminal-dash": "\f6c3", + "terminal-plus": "\f6c4", + "terminal-split": "\f6c5", + "ticket-detailed-fill": "\f6c6", + "ticket-detailed": "\f6c7", + "ticket-fill": "\f6c8", + "ticket-perforated-fill": "\f6c9", + "ticket-perforated": "\f6ca", + "ticket": "\f6cb", + "tiktok": "\f6cc", + "window-dash": "\f6cd", + "window-desktop": "\f6ce", + "window-fullscreen": "\f6cf", + "window-plus": "\f6d0", + "window-split": "\f6d1", + "window-stack": "\f6d2", + "window-x": "\f6d3", + "xbox": "\f6d4", + "ethernet": "\f6d5", + "hdmi-fill": "\f6d6", + "hdmi": "\f6d7", + "usb-c-fill": "\f6d8", + "usb-c": "\f6d9", + "usb-fill": "\f6da", + "usb-plug-fill": "\f6db", + "usb-plug": "\f6dc", + "usb-symbol": "\f6dd", + "usb": "\f6de", + "boombox-fill": "\f6df", + "displayport-1": "\f6e0", + "displayport": "\f6e1", + "gpu-card": "\f6e2", + "memory": "\f6e3", + "modem-fill": "\f6e4", + "modem": "\f6e5", + "motherboard-fill": "\f6e6", + "motherboard": "\f6e7", + "optical-audio-fill": "\f6e8", + "optical-audio": "\f6e9", + "pci-card": "\f6ea", + "router-fill": "\f6eb", + "router": "\f6ec", + "ssd-fill": "\f6ed", + "ssd": "\f6ee", + "thunderbolt-fill": "\f6ef", + "thunderbolt": "\f6f0", + "usb-drive-fill": "\f6f1", + "usb-drive": "\f6f2", + "usb-micro-fill": "\f6f3", + "usb-micro": "\f6f4", + "usb-mini-fill": "\f6f5", + "usb-mini": "\f6f6", + "cloud-haze2": "\f6f7", + "device-hdd-fill": "\f6f8", + "device-hdd": "\f6f9", + "device-ssd-fill": "\f6fa", + "device-ssd": "\f6fb", + "displayport-fill": "\f6fc", + "mortarboard-fill": "\f6fd", + "mortarboard": "\f6fe", + "terminal-x": "\f6ff", + "arrow-through-heart-fill": "\f700", + "arrow-through-heart": "\f701", + "badge-sd-fill": "\f702", + "badge-sd": "\f703", + "bag-heart-fill": "\f704", + "bag-heart": "\f705", + "balloon-fill": "\f706", + "balloon-heart-fill": "\f707", + "balloon-heart": "\f708", + "balloon": "\f709", + "box2-fill": "\f70a", + "box2-heart-fill": "\f70b", + "box2-heart": "\f70c", + "box2": "\f70d", + "braces-asterisk": "\f70e", + "calendar-heart-fill": "\f70f", + "calendar-heart": "\f710", + "calendar2-heart-fill": "\f711", + "calendar2-heart": "\f712", + "chat-heart-fill": "\f713", + "chat-heart": "\f714", + "chat-left-heart-fill": "\f715", + "chat-left-heart": "\f716", + "chat-right-heart-fill": "\f717", + "chat-right-heart": "\f718", + "chat-square-heart-fill": "\f719", + "chat-square-heart": "\f71a", + "clipboard-check-fill": "\f71b", + "clipboard-data-fill": "\f71c", + "clipboard-fill": "\f71d", + "clipboard-heart-fill": "\f71e", + "clipboard-heart": "\f71f", + "clipboard-minus-fill": "\f720", + "clipboard-plus-fill": "\f721", + "clipboard-pulse": "\f722", + "clipboard-x-fill": "\f723", + "clipboard2-check-fill": "\f724", + "clipboard2-check": "\f725", + "clipboard2-data-fill": "\f726", + "clipboard2-data": "\f727", + "clipboard2-fill": "\f728", + "clipboard2-heart-fill": "\f729", + "clipboard2-heart": "\f72a", + "clipboard2-minus-fill": "\f72b", + "clipboard2-minus": "\f72c", + "clipboard2-plus-fill": "\f72d", + "clipboard2-plus": "\f72e", + "clipboard2-pulse-fill": "\f72f", + "clipboard2-pulse": "\f730", + "clipboard2-x-fill": "\f731", + "clipboard2-x": "\f732", + "clipboard2": "\f733", + "emoji-kiss-fill": "\f734", + "emoji-kiss": "\f735", + "envelope-heart-fill": "\f736", + "envelope-heart": "\f737", + "envelope-open-heart-fill": "\f738", + "envelope-open-heart": "\f739", + "envelope-paper-fill": "\f73a", + "envelope-paper-heart-fill": "\f73b", + "envelope-paper-heart": "\f73c", + "envelope-paper": "\f73d", + "filetype-aac": "\f73e", + "filetype-ai": "\f73f", + "filetype-bmp": "\f740", + "filetype-cs": "\f741", + "filetype-css": "\f742", + "filetype-csv": "\f743", + "filetype-doc": "\f744", + "filetype-docx": "\f745", + "filetype-exe": "\f746", + "filetype-gif": "\f747", + "filetype-heic": "\f748", + "filetype-html": "\f749", + "filetype-java": "\f74a", + "filetype-jpg": "\f74b", + "filetype-js": "\f74c", + "filetype-jsx": "\f74d", + "filetype-key": "\f74e", + "filetype-m4p": "\f74f", + "filetype-md": "\f750", + "filetype-mdx": "\f751", + "filetype-mov": "\f752", + "filetype-mp3": "\f753", + "filetype-mp4": "\f754", + "filetype-otf": "\f755", + "filetype-pdf": "\f756", + "filetype-php": "\f757", + "filetype-png": "\f758", + "filetype-ppt-1": "\f759", + "filetype-ppt": "\f75a", + "filetype-psd": "\f75b", + "filetype-py": "\f75c", + "filetype-raw": "\f75d", + "filetype-rb": "\f75e", + "filetype-sass": "\f75f", + "filetype-scss": "\f760", + "filetype-sh": "\f761", + "filetype-svg": "\f762", + "filetype-tiff": "\f763", + "filetype-tsx": "\f764", + "filetype-ttf": "\f765", + "filetype-txt": "\f766", + "filetype-wav": "\f767", + "filetype-woff": "\f768", + "filetype-xls-1": "\f769", + "filetype-xls": "\f76a", + "filetype-xml": "\f76b", + "filetype-yml": "\f76c", + "heart-arrow": "\f76d", + "heart-pulse-fill": "\f76e", + "heart-pulse": "\f76f", + "heartbreak-fill": "\f770", + "heartbreak": "\f771", + "hearts": "\f772", + "hospital-fill": "\f773", + "hospital": "\f774", + "house-heart-fill": "\f775", + "house-heart": "\f776", + "incognito": "\f777", + "magnet-fill": "\f778", + "magnet": "\f779", + "person-heart": "\f77a", + "person-hearts": "\f77b", + "phone-flip": "\f77c", + "plugin": "\f77d", + "postage-fill": "\f77e", + "postage-heart-fill": "\f77f", + "postage-heart": "\f780", + "postage": "\f781", + "postcard-fill": "\f782", + "postcard-heart-fill": "\f783", + "postcard-heart": "\f784", + "postcard": "\f785", + "search-heart-fill": "\f786", + "search-heart": "\f787", + "sliders2-vertical": "\f788", + "sliders2": "\f789", + "trash3-fill": "\f78a", + "trash3": "\f78b", + "valentine": "\f78c", + "valentine2": "\f78d", + "wrench-adjustable-circle-fill": "\f78e", + "wrench-adjustable-circle": "\f78f", + "wrench-adjustable": "\f790", + "filetype-json": "\f791", + "filetype-pptx": "\f792", + "filetype-xlsx": "\f793", + "1-circle-1": "\f794", + "1-circle-fill-1": "\f795", + "1-circle-fill": "\f796", + "1-circle": "\f797", + "1-square-fill": "\f798", + "1-square": "\f799", + "2-circle-1": "\f79a", + "2-circle-fill-1": "\f79b", + "2-circle-fill": "\f79c", + "2-circle": "\f79d", + "2-square-fill": "\f79e", + "2-square": "\f79f", + "3-circle-1": "\f7a0", + "3-circle-fill-1": "\f7a1", + "3-circle-fill": "\f7a2", + "3-circle": "\f7a3", + "3-square-fill": "\f7a4", + "3-square": "\f7a5", + "4-circle-1": "\f7a6", + "4-circle-fill-1": "\f7a7", + "4-circle-fill": "\f7a8", + "4-circle": "\f7a9", + "4-square-fill": "\f7aa", + "4-square": "\f7ab", + "5-circle-1": "\f7ac", + "5-circle-fill-1": "\f7ad", + "5-circle-fill": "\f7ae", + "5-circle": "\f7af", + "5-square-fill": "\f7b0", + "5-square": "\f7b1", + "6-circle-1": "\f7b2", + "6-circle-fill-1": "\f7b3", + "6-circle-fill": "\f7b4", + "6-circle": "\f7b5", + "6-square-fill": "\f7b6", + "6-square": "\f7b7", + "7-circle-1": "\f7b8", + "7-circle-fill-1": "\f7b9", + "7-circle-fill": "\f7ba", + "7-circle": "\f7bb", + "7-square-fill": "\f7bc", + "7-square": "\f7bd", + "8-circle-1": "\f7be", + "8-circle-fill-1": "\f7bf", + "8-circle-fill": "\f7c0", + "8-circle": "\f7c1", + "8-square-fill": "\f7c2", + "8-square": "\f7c3", + "9-circle-1": "\f7c4", + "9-circle-fill-1": "\f7c5", + "9-circle-fill": "\f7c6", + "9-circle": "\f7c7", + "9-square-fill": "\f7c8", + "9-square": "\f7c9", + "airplane-engines-fill": "\f7ca", + "airplane-engines": "\f7cb", + "airplane-fill": "\f7cc", + "airplane": "\f7cd", + "alexa": "\f7ce", + "alipay": "\f7cf", + "android": "\f7d0", + "android2": "\f7d1", + "box-fill": "\f7d2", + "box-seam-fill": "\f7d3", + "browser-chrome": "\f7d4", + "browser-edge": "\f7d5", + "browser-firefox": "\f7d6", + "browser-safari": "\f7d7", + "c-circle-1": "\f7d8", + "c-circle-fill-1": "\f7d9", + "c-circle-fill": "\f7da", + "c-circle": "\f7db", + "c-square-fill": "\f7dc", + "c-square": "\f7dd", + "capsule-pill": "\f7de", + "capsule": "\f7df", + "car-front-fill": "\f7e0", + "car-front": "\f7e1", + "cassette-fill": "\f7e2", + "cassette": "\f7e3", + "cc-circle-1": "\f7e4", + "cc-circle-fill-1": "\f7e5", + "cc-circle-fill": "\f7e6", + "cc-circle": "\f7e7", + "cc-square-fill": "\f7e8", + "cc-square": "\f7e9", + "cup-hot-fill": "\f7ea", + "cup-hot": "\f7eb", + "currency-rupee": "\f7ec", + "dropbox": "\f7ed", + "escape": "\f7ee", + "fast-forward-btn-fill": "\f7ef", + "fast-forward-btn": "\f7f0", + "fast-forward-circle-fill": "\f7f1", + "fast-forward-circle": "\f7f2", + "fast-forward-fill": "\f7f3", + "fast-forward": "\f7f4", + "filetype-sql": "\f7f5", + "fire": "\f7f6", + "google-play": "\f7f7", + "h-circle-1": "\f7f8", + "h-circle-fill-1": "\f7f9", + "h-circle-fill": "\f7fa", + "h-circle": "\f7fb", + "h-square-fill": "\f7fc", + "h-square": "\f7fd", + "indent": "\f7fe", + "lungs-fill": "\f7ff", + "lungs": "\f800", + "microsoft-teams": "\f801", + "p-circle-1": "\f802", + "p-circle-fill-1": "\f803", + "p-circle-fill": "\f804", + "p-circle": "\f805", + "p-square-fill": "\f806", + "p-square": "\f807", + "pass-fill": "\f808", + "pass": "\f809", + "prescription": "\f80a", + "prescription2": "\f80b", + "r-circle-1": "\f80c", + "r-circle-fill-1": "\f80d", + "r-circle-fill": "\f80e", + "r-circle": "\f80f", + "r-square-fill": "\f810", + "r-square": "\f811", + "repeat-1": "\f812", + "repeat": "\f813", + "rewind-btn-fill": "\f814", + "rewind-btn": "\f815", + "rewind-circle-fill": "\f816", + "rewind-circle": "\f817", + "rewind-fill": "\f818", + "rewind": "\f819", + "train-freight-front-fill": "\f81a", + "train-freight-front": "\f81b", + "train-front-fill": "\f81c", + "train-front": "\f81d", + "train-lightrail-front-fill": "\f81e", + "train-lightrail-front": "\f81f", + "truck-front-fill": "\f820", + "truck-front": "\f821", + "ubuntu": "\f822", + "unindent": "\f823", + "unity": "\f824", + "universal-access-circle": "\f825", + "universal-access": "\f826", + "virus": "\f827", + "virus2": "\f828", + "wechat": "\f829", + "yelp": "\f82a", + "sign-stop-fill": "\f82b", + "sign-stop-lights-fill": "\f82c", + "sign-stop-lights": "\f82d", + "sign-stop": "\f82e", + "sign-turn-left-fill": "\f82f", + "sign-turn-left": "\f830", + "sign-turn-right-fill": "\f831", + "sign-turn-right": "\f832", + "sign-turn-slight-left-fill": "\f833", + "sign-turn-slight-left": "\f834", + "sign-turn-slight-right-fill": "\f835", + "sign-turn-slight-right": "\f836", + "sign-yield-fill": "\f837", + "sign-yield": "\f838", + "ev-station-fill": "\f839", + "ev-station": "\f83a", + "fuel-pump-diesel-fill": "\f83b", + "fuel-pump-diesel": "\f83c", + "fuel-pump-fill": "\f83d", + "fuel-pump": "\f83e", +); + +.bi-123::before { content: map-get($bootstrap-icons-map, "123"); } +.bi-alarm-fill::before { content: map-get($bootstrap-icons-map, "alarm-fill"); } +.bi-alarm::before { content: map-get($bootstrap-icons-map, "alarm"); } +.bi-align-bottom::before { content: map-get($bootstrap-icons-map, "align-bottom"); } +.bi-align-center::before { content: map-get($bootstrap-icons-map, "align-center"); } +.bi-align-end::before { content: map-get($bootstrap-icons-map, "align-end"); } +.bi-align-middle::before { content: map-get($bootstrap-icons-map, "align-middle"); } +.bi-align-start::before { content: map-get($bootstrap-icons-map, "align-start"); } +.bi-align-top::before { content: map-get($bootstrap-icons-map, "align-top"); } +.bi-alt::before { content: map-get($bootstrap-icons-map, "alt"); } +.bi-app-indicator::before { content: map-get($bootstrap-icons-map, "app-indicator"); } +.bi-app::before { content: map-get($bootstrap-icons-map, "app"); } +.bi-archive-fill::before { content: map-get($bootstrap-icons-map, "archive-fill"); } +.bi-archive::before { content: map-get($bootstrap-icons-map, "archive"); } +.bi-arrow-90deg-down::before { content: map-get($bootstrap-icons-map, "arrow-90deg-down"); } +.bi-arrow-90deg-left::before { content: map-get($bootstrap-icons-map, "arrow-90deg-left"); } +.bi-arrow-90deg-right::before { content: map-get($bootstrap-icons-map, "arrow-90deg-right"); } +.bi-arrow-90deg-up::before { content: map-get($bootstrap-icons-map, "arrow-90deg-up"); } +.bi-arrow-bar-down::before { content: map-get($bootstrap-icons-map, "arrow-bar-down"); } +.bi-arrow-bar-left::before { content: map-get($bootstrap-icons-map, "arrow-bar-left"); } +.bi-arrow-bar-right::before { content: map-get($bootstrap-icons-map, "arrow-bar-right"); } +.bi-arrow-bar-up::before { content: map-get($bootstrap-icons-map, "arrow-bar-up"); } +.bi-arrow-clockwise::before { content: map-get($bootstrap-icons-map, "arrow-clockwise"); } +.bi-arrow-counterclockwise::before { content: map-get($bootstrap-icons-map, "arrow-counterclockwise"); } +.bi-arrow-down-circle-fill::before { content: map-get($bootstrap-icons-map, "arrow-down-circle-fill"); } +.bi-arrow-down-circle::before { content: map-get($bootstrap-icons-map, "arrow-down-circle"); } +.bi-arrow-down-left-circle-fill::before { content: map-get($bootstrap-icons-map, "arrow-down-left-circle-fill"); } +.bi-arrow-down-left-circle::before { content: map-get($bootstrap-icons-map, "arrow-down-left-circle"); } +.bi-arrow-down-left-square-fill::before { content: map-get($bootstrap-icons-map, "arrow-down-left-square-fill"); } +.bi-arrow-down-left-square::before { content: map-get($bootstrap-icons-map, "arrow-down-left-square"); } +.bi-arrow-down-left::before { content: map-get($bootstrap-icons-map, "arrow-down-left"); } +.bi-arrow-down-right-circle-fill::before { content: map-get($bootstrap-icons-map, "arrow-down-right-circle-fill"); } +.bi-arrow-down-right-circle::before { content: map-get($bootstrap-icons-map, "arrow-down-right-circle"); } +.bi-arrow-down-right-square-fill::before { content: map-get($bootstrap-icons-map, "arrow-down-right-square-fill"); } +.bi-arrow-down-right-square::before { content: map-get($bootstrap-icons-map, "arrow-down-right-square"); } +.bi-arrow-down-right::before { content: map-get($bootstrap-icons-map, "arrow-down-right"); } +.bi-arrow-down-short::before { content: map-get($bootstrap-icons-map, "arrow-down-short"); } +.bi-arrow-down-square-fill::before { content: map-get($bootstrap-icons-map, "arrow-down-square-fill"); } +.bi-arrow-down-square::before { content: map-get($bootstrap-icons-map, "arrow-down-square"); } +.bi-arrow-down-up::before { content: map-get($bootstrap-icons-map, "arrow-down-up"); } +.bi-arrow-down::before { content: map-get($bootstrap-icons-map, "arrow-down"); } +.bi-arrow-left-circle-fill::before { content: map-get($bootstrap-icons-map, "arrow-left-circle-fill"); } +.bi-arrow-left-circle::before { content: map-get($bootstrap-icons-map, "arrow-left-circle"); } +.bi-arrow-left-right::before { content: map-get($bootstrap-icons-map, "arrow-left-right"); } +.bi-arrow-left-short::before { content: map-get($bootstrap-icons-map, "arrow-left-short"); } +.bi-arrow-left-square-fill::before { content: map-get($bootstrap-icons-map, "arrow-left-square-fill"); } +.bi-arrow-left-square::before { content: map-get($bootstrap-icons-map, "arrow-left-square"); } +.bi-arrow-left::before { content: map-get($bootstrap-icons-map, "arrow-left"); } +.bi-arrow-repeat::before { content: map-get($bootstrap-icons-map, "arrow-repeat"); } +.bi-arrow-return-left::before { content: map-get($bootstrap-icons-map, "arrow-return-left"); } +.bi-arrow-return-right::before { content: map-get($bootstrap-icons-map, "arrow-return-right"); } +.bi-arrow-right-circle-fill::before { content: map-get($bootstrap-icons-map, "arrow-right-circle-fill"); } +.bi-arrow-right-circle::before { content: map-get($bootstrap-icons-map, "arrow-right-circle"); } +.bi-arrow-right-short::before { content: map-get($bootstrap-icons-map, "arrow-right-short"); } +.bi-arrow-right-square-fill::before { content: map-get($bootstrap-icons-map, "arrow-right-square-fill"); } +.bi-arrow-right-square::before { content: map-get($bootstrap-icons-map, "arrow-right-square"); } +.bi-arrow-right::before { content: map-get($bootstrap-icons-map, "arrow-right"); } +.bi-arrow-up-circle-fill::before { content: map-get($bootstrap-icons-map, "arrow-up-circle-fill"); } +.bi-arrow-up-circle::before { content: map-get($bootstrap-icons-map, "arrow-up-circle"); } +.bi-arrow-up-left-circle-fill::before { content: map-get($bootstrap-icons-map, "arrow-up-left-circle-fill"); } +.bi-arrow-up-left-circle::before { content: map-get($bootstrap-icons-map, "arrow-up-left-circle"); } +.bi-arrow-up-left-square-fill::before { content: map-get($bootstrap-icons-map, "arrow-up-left-square-fill"); } +.bi-arrow-up-left-square::before { content: map-get($bootstrap-icons-map, "arrow-up-left-square"); } +.bi-arrow-up-left::before { content: map-get($bootstrap-icons-map, "arrow-up-left"); } +.bi-arrow-up-right-circle-fill::before { content: map-get($bootstrap-icons-map, "arrow-up-right-circle-fill"); } +.bi-arrow-up-right-circle::before { content: map-get($bootstrap-icons-map, "arrow-up-right-circle"); } +.bi-arrow-up-right-square-fill::before { content: map-get($bootstrap-icons-map, "arrow-up-right-square-fill"); } +.bi-arrow-up-right-square::before { content: map-get($bootstrap-icons-map, "arrow-up-right-square"); } +.bi-arrow-up-right::before { content: map-get($bootstrap-icons-map, "arrow-up-right"); } +.bi-arrow-up-short::before { content: map-get($bootstrap-icons-map, "arrow-up-short"); } +.bi-arrow-up-square-fill::before { content: map-get($bootstrap-icons-map, "arrow-up-square-fill"); } +.bi-arrow-up-square::before { content: map-get($bootstrap-icons-map, "arrow-up-square"); } +.bi-arrow-up::before { content: map-get($bootstrap-icons-map, "arrow-up"); } +.bi-arrows-angle-contract::before { content: map-get($bootstrap-icons-map, "arrows-angle-contract"); } +.bi-arrows-angle-expand::before { content: map-get($bootstrap-icons-map, "arrows-angle-expand"); } +.bi-arrows-collapse::before { content: map-get($bootstrap-icons-map, "arrows-collapse"); } +.bi-arrows-expand::before { content: map-get($bootstrap-icons-map, "arrows-expand"); } +.bi-arrows-fullscreen::before { content: map-get($bootstrap-icons-map, "arrows-fullscreen"); } +.bi-arrows-move::before { content: map-get($bootstrap-icons-map, "arrows-move"); } +.bi-aspect-ratio-fill::before { content: map-get($bootstrap-icons-map, "aspect-ratio-fill"); } +.bi-aspect-ratio::before { content: map-get($bootstrap-icons-map, "aspect-ratio"); } +.bi-asterisk::before { content: map-get($bootstrap-icons-map, "asterisk"); } +.bi-at::before { content: map-get($bootstrap-icons-map, "at"); } +.bi-award-fill::before { content: map-get($bootstrap-icons-map, "award-fill"); } +.bi-award::before { content: map-get($bootstrap-icons-map, "award"); } +.bi-back::before { content: map-get($bootstrap-icons-map, "back"); } +.bi-backspace-fill::before { content: map-get($bootstrap-icons-map, "backspace-fill"); } +.bi-backspace-reverse-fill::before { content: map-get($bootstrap-icons-map, "backspace-reverse-fill"); } +.bi-backspace-reverse::before { content: map-get($bootstrap-icons-map, "backspace-reverse"); } +.bi-backspace::before { content: map-get($bootstrap-icons-map, "backspace"); } +.bi-badge-3d-fill::before { content: map-get($bootstrap-icons-map, "badge-3d-fill"); } +.bi-badge-3d::before { content: map-get($bootstrap-icons-map, "badge-3d"); } +.bi-badge-4k-fill::before { content: map-get($bootstrap-icons-map, "badge-4k-fill"); } +.bi-badge-4k::before { content: map-get($bootstrap-icons-map, "badge-4k"); } +.bi-badge-8k-fill::before { content: map-get($bootstrap-icons-map, "badge-8k-fill"); } +.bi-badge-8k::before { content: map-get($bootstrap-icons-map, "badge-8k"); } +.bi-badge-ad-fill::before { content: map-get($bootstrap-icons-map, "badge-ad-fill"); } +.bi-badge-ad::before { content: map-get($bootstrap-icons-map, "badge-ad"); } +.bi-badge-ar-fill::before { content: map-get($bootstrap-icons-map, "badge-ar-fill"); } +.bi-badge-ar::before { content: map-get($bootstrap-icons-map, "badge-ar"); } +.bi-badge-cc-fill::before { content: map-get($bootstrap-icons-map, "badge-cc-fill"); } +.bi-badge-cc::before { content: map-get($bootstrap-icons-map, "badge-cc"); } +.bi-badge-hd-fill::before { content: map-get($bootstrap-icons-map, "badge-hd-fill"); } +.bi-badge-hd::before { content: map-get($bootstrap-icons-map, "badge-hd"); } +.bi-badge-tm-fill::before { content: map-get($bootstrap-icons-map, "badge-tm-fill"); } +.bi-badge-tm::before { content: map-get($bootstrap-icons-map, "badge-tm"); } +.bi-badge-vo-fill::before { content: map-get($bootstrap-icons-map, "badge-vo-fill"); } +.bi-badge-vo::before { content: map-get($bootstrap-icons-map, "badge-vo"); } +.bi-badge-vr-fill::before { content: map-get($bootstrap-icons-map, "badge-vr-fill"); } +.bi-badge-vr::before { content: map-get($bootstrap-icons-map, "badge-vr"); } +.bi-badge-wc-fill::before { content: map-get($bootstrap-icons-map, "badge-wc-fill"); } +.bi-badge-wc::before { content: map-get($bootstrap-icons-map, "badge-wc"); } +.bi-bag-check-fill::before { content: map-get($bootstrap-icons-map, "bag-check-fill"); } +.bi-bag-check::before { content: map-get($bootstrap-icons-map, "bag-check"); } +.bi-bag-dash-fill::before { content: map-get($bootstrap-icons-map, "bag-dash-fill"); } +.bi-bag-dash::before { content: map-get($bootstrap-icons-map, "bag-dash"); } +.bi-bag-fill::before { content: map-get($bootstrap-icons-map, "bag-fill"); } +.bi-bag-plus-fill::before { content: map-get($bootstrap-icons-map, "bag-plus-fill"); } +.bi-bag-plus::before { content: map-get($bootstrap-icons-map, "bag-plus"); } +.bi-bag-x-fill::before { content: map-get($bootstrap-icons-map, "bag-x-fill"); } +.bi-bag-x::before { content: map-get($bootstrap-icons-map, "bag-x"); } +.bi-bag::before { content: map-get($bootstrap-icons-map, "bag"); } +.bi-bar-chart-fill::before { content: map-get($bootstrap-icons-map, "bar-chart-fill"); } +.bi-bar-chart-line-fill::before { content: map-get($bootstrap-icons-map, "bar-chart-line-fill"); } +.bi-bar-chart-line::before { content: map-get($bootstrap-icons-map, "bar-chart-line"); } +.bi-bar-chart-steps::before { content: map-get($bootstrap-icons-map, "bar-chart-steps"); } +.bi-bar-chart::before { content: map-get($bootstrap-icons-map, "bar-chart"); } +.bi-basket-fill::before { content: map-get($bootstrap-icons-map, "basket-fill"); } +.bi-basket::before { content: map-get($bootstrap-icons-map, "basket"); } +.bi-basket2-fill::before { content: map-get($bootstrap-icons-map, "basket2-fill"); } +.bi-basket2::before { content: map-get($bootstrap-icons-map, "basket2"); } +.bi-basket3-fill::before { content: map-get($bootstrap-icons-map, "basket3-fill"); } +.bi-basket3::before { content: map-get($bootstrap-icons-map, "basket3"); } +.bi-battery-charging::before { content: map-get($bootstrap-icons-map, "battery-charging"); } +.bi-battery-full::before { content: map-get($bootstrap-icons-map, "battery-full"); } +.bi-battery-half::before { content: map-get($bootstrap-icons-map, "battery-half"); } +.bi-battery::before { content: map-get($bootstrap-icons-map, "battery"); } +.bi-bell-fill::before { content: map-get($bootstrap-icons-map, "bell-fill"); } +.bi-bell::before { content: map-get($bootstrap-icons-map, "bell"); } +.bi-bezier::before { content: map-get($bootstrap-icons-map, "bezier"); } +.bi-bezier2::before { content: map-get($bootstrap-icons-map, "bezier2"); } +.bi-bicycle::before { content: map-get($bootstrap-icons-map, "bicycle"); } +.bi-binoculars-fill::before { content: map-get($bootstrap-icons-map, "binoculars-fill"); } +.bi-binoculars::before { content: map-get($bootstrap-icons-map, "binoculars"); } +.bi-blockquote-left::before { content: map-get($bootstrap-icons-map, "blockquote-left"); } +.bi-blockquote-right::before { content: map-get($bootstrap-icons-map, "blockquote-right"); } +.bi-book-fill::before { content: map-get($bootstrap-icons-map, "book-fill"); } +.bi-book-half::before { content: map-get($bootstrap-icons-map, "book-half"); } +.bi-book::before { content: map-get($bootstrap-icons-map, "book"); } +.bi-bookmark-check-fill::before { content: map-get($bootstrap-icons-map, "bookmark-check-fill"); } +.bi-bookmark-check::before { content: map-get($bootstrap-icons-map, "bookmark-check"); } +.bi-bookmark-dash-fill::before { content: map-get($bootstrap-icons-map, "bookmark-dash-fill"); } +.bi-bookmark-dash::before { content: map-get($bootstrap-icons-map, "bookmark-dash"); } +.bi-bookmark-fill::before { content: map-get($bootstrap-icons-map, "bookmark-fill"); } +.bi-bookmark-heart-fill::before { content: map-get($bootstrap-icons-map, "bookmark-heart-fill"); } +.bi-bookmark-heart::before { content: map-get($bootstrap-icons-map, "bookmark-heart"); } +.bi-bookmark-plus-fill::before { content: map-get($bootstrap-icons-map, "bookmark-plus-fill"); } +.bi-bookmark-plus::before { content: map-get($bootstrap-icons-map, "bookmark-plus"); } +.bi-bookmark-star-fill::before { content: map-get($bootstrap-icons-map, "bookmark-star-fill"); } +.bi-bookmark-star::before { content: map-get($bootstrap-icons-map, "bookmark-star"); } +.bi-bookmark-x-fill::before { content: map-get($bootstrap-icons-map, "bookmark-x-fill"); } +.bi-bookmark-x::before { content: map-get($bootstrap-icons-map, "bookmark-x"); } +.bi-bookmark::before { content: map-get($bootstrap-icons-map, "bookmark"); } +.bi-bookmarks-fill::before { content: map-get($bootstrap-icons-map, "bookmarks-fill"); } +.bi-bookmarks::before { content: map-get($bootstrap-icons-map, "bookmarks"); } +.bi-bookshelf::before { content: map-get($bootstrap-icons-map, "bookshelf"); } +.bi-bootstrap-fill::before { content: map-get($bootstrap-icons-map, "bootstrap-fill"); } +.bi-bootstrap-reboot::before { content: map-get($bootstrap-icons-map, "bootstrap-reboot"); } +.bi-bootstrap::before { content: map-get($bootstrap-icons-map, "bootstrap"); } +.bi-border-all::before { content: map-get($bootstrap-icons-map, "border-all"); } +.bi-border-bottom::before { content: map-get($bootstrap-icons-map, "border-bottom"); } +.bi-border-center::before { content: map-get($bootstrap-icons-map, "border-center"); } +.bi-border-inner::before { content: map-get($bootstrap-icons-map, "border-inner"); } +.bi-border-left::before { content: map-get($bootstrap-icons-map, "border-left"); } +.bi-border-middle::before { content: map-get($bootstrap-icons-map, "border-middle"); } +.bi-border-outer::before { content: map-get($bootstrap-icons-map, "border-outer"); } +.bi-border-right::before { content: map-get($bootstrap-icons-map, "border-right"); } +.bi-border-style::before { content: map-get($bootstrap-icons-map, "border-style"); } +.bi-border-top::before { content: map-get($bootstrap-icons-map, "border-top"); } +.bi-border-width::before { content: map-get($bootstrap-icons-map, "border-width"); } +.bi-border::before { content: map-get($bootstrap-icons-map, "border"); } +.bi-bounding-box-circles::before { content: map-get($bootstrap-icons-map, "bounding-box-circles"); } +.bi-bounding-box::before { content: map-get($bootstrap-icons-map, "bounding-box"); } +.bi-box-arrow-down-left::before { content: map-get($bootstrap-icons-map, "box-arrow-down-left"); } +.bi-box-arrow-down-right::before { content: map-get($bootstrap-icons-map, "box-arrow-down-right"); } +.bi-box-arrow-down::before { content: map-get($bootstrap-icons-map, "box-arrow-down"); } +.bi-box-arrow-in-down-left::before { content: map-get($bootstrap-icons-map, "box-arrow-in-down-left"); } +.bi-box-arrow-in-down-right::before { content: map-get($bootstrap-icons-map, "box-arrow-in-down-right"); } +.bi-box-arrow-in-down::before { content: map-get($bootstrap-icons-map, "box-arrow-in-down"); } +.bi-box-arrow-in-left::before { content: map-get($bootstrap-icons-map, "box-arrow-in-left"); } +.bi-box-arrow-in-right::before { content: map-get($bootstrap-icons-map, "box-arrow-in-right"); } +.bi-box-arrow-in-up-left::before { content: map-get($bootstrap-icons-map, "box-arrow-in-up-left"); } +.bi-box-arrow-in-up-right::before { content: map-get($bootstrap-icons-map, "box-arrow-in-up-right"); } +.bi-box-arrow-in-up::before { content: map-get($bootstrap-icons-map, "box-arrow-in-up"); } +.bi-box-arrow-left::before { content: map-get($bootstrap-icons-map, "box-arrow-left"); } +.bi-box-arrow-right::before { content: map-get($bootstrap-icons-map, "box-arrow-right"); } +.bi-box-arrow-up-left::before { content: map-get($bootstrap-icons-map, "box-arrow-up-left"); } +.bi-box-arrow-up-right::before { content: map-get($bootstrap-icons-map, "box-arrow-up-right"); } +.bi-box-arrow-up::before { content: map-get($bootstrap-icons-map, "box-arrow-up"); } +.bi-box-seam::before { content: map-get($bootstrap-icons-map, "box-seam"); } +.bi-box::before { content: map-get($bootstrap-icons-map, "box"); } +.bi-braces::before { content: map-get($bootstrap-icons-map, "braces"); } +.bi-bricks::before { content: map-get($bootstrap-icons-map, "bricks"); } +.bi-briefcase-fill::before { content: map-get($bootstrap-icons-map, "briefcase-fill"); } +.bi-briefcase::before { content: map-get($bootstrap-icons-map, "briefcase"); } +.bi-brightness-alt-high-fill::before { content: map-get($bootstrap-icons-map, "brightness-alt-high-fill"); } +.bi-brightness-alt-high::before { content: map-get($bootstrap-icons-map, "brightness-alt-high"); } +.bi-brightness-alt-low-fill::before { content: map-get($bootstrap-icons-map, "brightness-alt-low-fill"); } +.bi-brightness-alt-low::before { content: map-get($bootstrap-icons-map, "brightness-alt-low"); } +.bi-brightness-high-fill::before { content: map-get($bootstrap-icons-map, "brightness-high-fill"); } +.bi-brightness-high::before { content: map-get($bootstrap-icons-map, "brightness-high"); } +.bi-brightness-low-fill::before { content: map-get($bootstrap-icons-map, "brightness-low-fill"); } +.bi-brightness-low::before { content: map-get($bootstrap-icons-map, "brightness-low"); } +.bi-broadcast-pin::before { content: map-get($bootstrap-icons-map, "broadcast-pin"); } +.bi-broadcast::before { content: map-get($bootstrap-icons-map, "broadcast"); } +.bi-brush-fill::before { content: map-get($bootstrap-icons-map, "brush-fill"); } +.bi-brush::before { content: map-get($bootstrap-icons-map, "brush"); } +.bi-bucket-fill::before { content: map-get($bootstrap-icons-map, "bucket-fill"); } +.bi-bucket::before { content: map-get($bootstrap-icons-map, "bucket"); } +.bi-bug-fill::before { content: map-get($bootstrap-icons-map, "bug-fill"); } +.bi-bug::before { content: map-get($bootstrap-icons-map, "bug"); } +.bi-building::before { content: map-get($bootstrap-icons-map, "building"); } +.bi-bullseye::before { content: map-get($bootstrap-icons-map, "bullseye"); } +.bi-calculator-fill::before { content: map-get($bootstrap-icons-map, "calculator-fill"); } +.bi-calculator::before { content: map-get($bootstrap-icons-map, "calculator"); } +.bi-calendar-check-fill::before { content: map-get($bootstrap-icons-map, "calendar-check-fill"); } +.bi-calendar-check::before { content: map-get($bootstrap-icons-map, "calendar-check"); } +.bi-calendar-date-fill::before { content: map-get($bootstrap-icons-map, "calendar-date-fill"); } +.bi-calendar-date::before { content: map-get($bootstrap-icons-map, "calendar-date"); } +.bi-calendar-day-fill::before { content: map-get($bootstrap-icons-map, "calendar-day-fill"); } +.bi-calendar-day::before { content: map-get($bootstrap-icons-map, "calendar-day"); } +.bi-calendar-event-fill::before { content: map-get($bootstrap-icons-map, "calendar-event-fill"); } +.bi-calendar-event::before { content: map-get($bootstrap-icons-map, "calendar-event"); } +.bi-calendar-fill::before { content: map-get($bootstrap-icons-map, "calendar-fill"); } +.bi-calendar-minus-fill::before { content: map-get($bootstrap-icons-map, "calendar-minus-fill"); } +.bi-calendar-minus::before { content: map-get($bootstrap-icons-map, "calendar-minus"); } +.bi-calendar-month-fill::before { content: map-get($bootstrap-icons-map, "calendar-month-fill"); } +.bi-calendar-month::before { content: map-get($bootstrap-icons-map, "calendar-month"); } +.bi-calendar-plus-fill::before { content: map-get($bootstrap-icons-map, "calendar-plus-fill"); } +.bi-calendar-plus::before { content: map-get($bootstrap-icons-map, "calendar-plus"); } +.bi-calendar-range-fill::before { content: map-get($bootstrap-icons-map, "calendar-range-fill"); } +.bi-calendar-range::before { content: map-get($bootstrap-icons-map, "calendar-range"); } +.bi-calendar-week-fill::before { content: map-get($bootstrap-icons-map, "calendar-week-fill"); } +.bi-calendar-week::before { content: map-get($bootstrap-icons-map, "calendar-week"); } +.bi-calendar-x-fill::before { content: map-get($bootstrap-icons-map, "calendar-x-fill"); } +.bi-calendar-x::before { content: map-get($bootstrap-icons-map, "calendar-x"); } +.bi-calendar::before { content: map-get($bootstrap-icons-map, "calendar"); } +.bi-calendar2-check-fill::before { content: map-get($bootstrap-icons-map, "calendar2-check-fill"); } +.bi-calendar2-check::before { content: map-get($bootstrap-icons-map, "calendar2-check"); } +.bi-calendar2-date-fill::before { content: map-get($bootstrap-icons-map, "calendar2-date-fill"); } +.bi-calendar2-date::before { content: map-get($bootstrap-icons-map, "calendar2-date"); } +.bi-calendar2-day-fill::before { content: map-get($bootstrap-icons-map, "calendar2-day-fill"); } +.bi-calendar2-day::before { content: map-get($bootstrap-icons-map, "calendar2-day"); } +.bi-calendar2-event-fill::before { content: map-get($bootstrap-icons-map, "calendar2-event-fill"); } +.bi-calendar2-event::before { content: map-get($bootstrap-icons-map, "calendar2-event"); } +.bi-calendar2-fill::before { content: map-get($bootstrap-icons-map, "calendar2-fill"); } +.bi-calendar2-minus-fill::before { content: map-get($bootstrap-icons-map, "calendar2-minus-fill"); } +.bi-calendar2-minus::before { content: map-get($bootstrap-icons-map, "calendar2-minus"); } +.bi-calendar2-month-fill::before { content: map-get($bootstrap-icons-map, "calendar2-month-fill"); } +.bi-calendar2-month::before { content: map-get($bootstrap-icons-map, "calendar2-month"); } +.bi-calendar2-plus-fill::before { content: map-get($bootstrap-icons-map, "calendar2-plus-fill"); } +.bi-calendar2-plus::before { content: map-get($bootstrap-icons-map, "calendar2-plus"); } +.bi-calendar2-range-fill::before { content: map-get($bootstrap-icons-map, "calendar2-range-fill"); } +.bi-calendar2-range::before { content: map-get($bootstrap-icons-map, "calendar2-range"); } +.bi-calendar2-week-fill::before { content: map-get($bootstrap-icons-map, "calendar2-week-fill"); } +.bi-calendar2-week::before { content: map-get($bootstrap-icons-map, "calendar2-week"); } +.bi-calendar2-x-fill::before { content: map-get($bootstrap-icons-map, "calendar2-x-fill"); } +.bi-calendar2-x::before { content: map-get($bootstrap-icons-map, "calendar2-x"); } +.bi-calendar2::before { content: map-get($bootstrap-icons-map, "calendar2"); } +.bi-calendar3-event-fill::before { content: map-get($bootstrap-icons-map, "calendar3-event-fill"); } +.bi-calendar3-event::before { content: map-get($bootstrap-icons-map, "calendar3-event"); } +.bi-calendar3-fill::before { content: map-get($bootstrap-icons-map, "calendar3-fill"); } +.bi-calendar3-range-fill::before { content: map-get($bootstrap-icons-map, "calendar3-range-fill"); } +.bi-calendar3-range::before { content: map-get($bootstrap-icons-map, "calendar3-range"); } +.bi-calendar3-week-fill::before { content: map-get($bootstrap-icons-map, "calendar3-week-fill"); } +.bi-calendar3-week::before { content: map-get($bootstrap-icons-map, "calendar3-week"); } +.bi-calendar3::before { content: map-get($bootstrap-icons-map, "calendar3"); } +.bi-calendar4-event::before { content: map-get($bootstrap-icons-map, "calendar4-event"); } +.bi-calendar4-range::before { content: map-get($bootstrap-icons-map, "calendar4-range"); } +.bi-calendar4-week::before { content: map-get($bootstrap-icons-map, "calendar4-week"); } +.bi-calendar4::before { content: map-get($bootstrap-icons-map, "calendar4"); } +.bi-camera-fill::before { content: map-get($bootstrap-icons-map, "camera-fill"); } +.bi-camera-reels-fill::before { content: map-get($bootstrap-icons-map, "camera-reels-fill"); } +.bi-camera-reels::before { content: map-get($bootstrap-icons-map, "camera-reels"); } +.bi-camera-video-fill::before { content: map-get($bootstrap-icons-map, "camera-video-fill"); } +.bi-camera-video-off-fill::before { content: map-get($bootstrap-icons-map, "camera-video-off-fill"); } +.bi-camera-video-off::before { content: map-get($bootstrap-icons-map, "camera-video-off"); } +.bi-camera-video::before { content: map-get($bootstrap-icons-map, "camera-video"); } +.bi-camera::before { content: map-get($bootstrap-icons-map, "camera"); } +.bi-camera2::before { content: map-get($bootstrap-icons-map, "camera2"); } +.bi-capslock-fill::before { content: map-get($bootstrap-icons-map, "capslock-fill"); } +.bi-capslock::before { content: map-get($bootstrap-icons-map, "capslock"); } +.bi-card-checklist::before { content: map-get($bootstrap-icons-map, "card-checklist"); } +.bi-card-heading::before { content: map-get($bootstrap-icons-map, "card-heading"); } +.bi-card-image::before { content: map-get($bootstrap-icons-map, "card-image"); } +.bi-card-list::before { content: map-get($bootstrap-icons-map, "card-list"); } +.bi-card-text::before { content: map-get($bootstrap-icons-map, "card-text"); } +.bi-caret-down-fill::before { content: map-get($bootstrap-icons-map, "caret-down-fill"); } +.bi-caret-down-square-fill::before { content: map-get($bootstrap-icons-map, "caret-down-square-fill"); } +.bi-caret-down-square::before { content: map-get($bootstrap-icons-map, "caret-down-square"); } +.bi-caret-down::before { content: map-get($bootstrap-icons-map, "caret-down"); } +.bi-caret-left-fill::before { content: map-get($bootstrap-icons-map, "caret-left-fill"); } +.bi-caret-left-square-fill::before { content: map-get($bootstrap-icons-map, "caret-left-square-fill"); } +.bi-caret-left-square::before { content: map-get($bootstrap-icons-map, "caret-left-square"); } +.bi-caret-left::before { content: map-get($bootstrap-icons-map, "caret-left"); } +.bi-caret-right-fill::before { content: map-get($bootstrap-icons-map, "caret-right-fill"); } +.bi-caret-right-square-fill::before { content: map-get($bootstrap-icons-map, "caret-right-square-fill"); } +.bi-caret-right-square::before { content: map-get($bootstrap-icons-map, "caret-right-square"); } +.bi-caret-right::before { content: map-get($bootstrap-icons-map, "caret-right"); } +.bi-caret-up-fill::before { content: map-get($bootstrap-icons-map, "caret-up-fill"); } +.bi-caret-up-square-fill::before { content: map-get($bootstrap-icons-map, "caret-up-square-fill"); } +.bi-caret-up-square::before { content: map-get($bootstrap-icons-map, "caret-up-square"); } +.bi-caret-up::before { content: map-get($bootstrap-icons-map, "caret-up"); } +.bi-cart-check-fill::before { content: map-get($bootstrap-icons-map, "cart-check-fill"); } +.bi-cart-check::before { content: map-get($bootstrap-icons-map, "cart-check"); } +.bi-cart-dash-fill::before { content: map-get($bootstrap-icons-map, "cart-dash-fill"); } +.bi-cart-dash::before { content: map-get($bootstrap-icons-map, "cart-dash"); } +.bi-cart-fill::before { content: map-get($bootstrap-icons-map, "cart-fill"); } +.bi-cart-plus-fill::before { content: map-get($bootstrap-icons-map, "cart-plus-fill"); } +.bi-cart-plus::before { content: map-get($bootstrap-icons-map, "cart-plus"); } +.bi-cart-x-fill::before { content: map-get($bootstrap-icons-map, "cart-x-fill"); } +.bi-cart-x::before { content: map-get($bootstrap-icons-map, "cart-x"); } +.bi-cart::before { content: map-get($bootstrap-icons-map, "cart"); } +.bi-cart2::before { content: map-get($bootstrap-icons-map, "cart2"); } +.bi-cart3::before { content: map-get($bootstrap-icons-map, "cart3"); } +.bi-cart4::before { content: map-get($bootstrap-icons-map, "cart4"); } +.bi-cash-stack::before { content: map-get($bootstrap-icons-map, "cash-stack"); } +.bi-cash::before { content: map-get($bootstrap-icons-map, "cash"); } +.bi-cast::before { content: map-get($bootstrap-icons-map, "cast"); } +.bi-chat-dots-fill::before { content: map-get($bootstrap-icons-map, "chat-dots-fill"); } +.bi-chat-dots::before { content: map-get($bootstrap-icons-map, "chat-dots"); } +.bi-chat-fill::before { content: map-get($bootstrap-icons-map, "chat-fill"); } +.bi-chat-left-dots-fill::before { content: map-get($bootstrap-icons-map, "chat-left-dots-fill"); } +.bi-chat-left-dots::before { content: map-get($bootstrap-icons-map, "chat-left-dots"); } +.bi-chat-left-fill::before { content: map-get($bootstrap-icons-map, "chat-left-fill"); } +.bi-chat-left-quote-fill::before { content: map-get($bootstrap-icons-map, "chat-left-quote-fill"); } +.bi-chat-left-quote::before { content: map-get($bootstrap-icons-map, "chat-left-quote"); } +.bi-chat-left-text-fill::before { content: map-get($bootstrap-icons-map, "chat-left-text-fill"); } +.bi-chat-left-text::before { content: map-get($bootstrap-icons-map, "chat-left-text"); } +.bi-chat-left::before { content: map-get($bootstrap-icons-map, "chat-left"); } +.bi-chat-quote-fill::before { content: map-get($bootstrap-icons-map, "chat-quote-fill"); } +.bi-chat-quote::before { content: map-get($bootstrap-icons-map, "chat-quote"); } +.bi-chat-right-dots-fill::before { content: map-get($bootstrap-icons-map, "chat-right-dots-fill"); } +.bi-chat-right-dots::before { content: map-get($bootstrap-icons-map, "chat-right-dots"); } +.bi-chat-right-fill::before { content: map-get($bootstrap-icons-map, "chat-right-fill"); } +.bi-chat-right-quote-fill::before { content: map-get($bootstrap-icons-map, "chat-right-quote-fill"); } +.bi-chat-right-quote::before { content: map-get($bootstrap-icons-map, "chat-right-quote"); } +.bi-chat-right-text-fill::before { content: map-get($bootstrap-icons-map, "chat-right-text-fill"); } +.bi-chat-right-text::before { content: map-get($bootstrap-icons-map, "chat-right-text"); } +.bi-chat-right::before { content: map-get($bootstrap-icons-map, "chat-right"); } +.bi-chat-square-dots-fill::before { content: map-get($bootstrap-icons-map, "chat-square-dots-fill"); } +.bi-chat-square-dots::before { content: map-get($bootstrap-icons-map, "chat-square-dots"); } +.bi-chat-square-fill::before { content: map-get($bootstrap-icons-map, "chat-square-fill"); } +.bi-chat-square-quote-fill::before { content: map-get($bootstrap-icons-map, "chat-square-quote-fill"); } +.bi-chat-square-quote::before { content: map-get($bootstrap-icons-map, "chat-square-quote"); } +.bi-chat-square-text-fill::before { content: map-get($bootstrap-icons-map, "chat-square-text-fill"); } +.bi-chat-square-text::before { content: map-get($bootstrap-icons-map, "chat-square-text"); } +.bi-chat-square::before { content: map-get($bootstrap-icons-map, "chat-square"); } +.bi-chat-text-fill::before { content: map-get($bootstrap-icons-map, "chat-text-fill"); } +.bi-chat-text::before { content: map-get($bootstrap-icons-map, "chat-text"); } +.bi-chat::before { content: map-get($bootstrap-icons-map, "chat"); } +.bi-check-all::before { content: map-get($bootstrap-icons-map, "check-all"); } +.bi-check-circle-fill::before { content: map-get($bootstrap-icons-map, "check-circle-fill"); } +.bi-check-circle::before { content: map-get($bootstrap-icons-map, "check-circle"); } +.bi-check-square-fill::before { content: map-get($bootstrap-icons-map, "check-square-fill"); } +.bi-check-square::before { content: map-get($bootstrap-icons-map, "check-square"); } +.bi-check::before { content: map-get($bootstrap-icons-map, "check"); } +.bi-check2-all::before { content: map-get($bootstrap-icons-map, "check2-all"); } +.bi-check2-circle::before { content: map-get($bootstrap-icons-map, "check2-circle"); } +.bi-check2-square::before { content: map-get($bootstrap-icons-map, "check2-square"); } +.bi-check2::before { content: map-get($bootstrap-icons-map, "check2"); } +.bi-chevron-bar-contract::before { content: map-get($bootstrap-icons-map, "chevron-bar-contract"); } +.bi-chevron-bar-down::before { content: map-get($bootstrap-icons-map, "chevron-bar-down"); } +.bi-chevron-bar-expand::before { content: map-get($bootstrap-icons-map, "chevron-bar-expand"); } +.bi-chevron-bar-left::before { content: map-get($bootstrap-icons-map, "chevron-bar-left"); } +.bi-chevron-bar-right::before { content: map-get($bootstrap-icons-map, "chevron-bar-right"); } +.bi-chevron-bar-up::before { content: map-get($bootstrap-icons-map, "chevron-bar-up"); } +.bi-chevron-compact-down::before { content: map-get($bootstrap-icons-map, "chevron-compact-down"); } +.bi-chevron-compact-left::before { content: map-get($bootstrap-icons-map, "chevron-compact-left"); } +.bi-chevron-compact-right::before { content: map-get($bootstrap-icons-map, "chevron-compact-right"); } +.bi-chevron-compact-up::before { content: map-get($bootstrap-icons-map, "chevron-compact-up"); } +.bi-chevron-contract::before { content: map-get($bootstrap-icons-map, "chevron-contract"); } +.bi-chevron-double-down::before { content: map-get($bootstrap-icons-map, "chevron-double-down"); } +.bi-chevron-double-left::before { content: map-get($bootstrap-icons-map, "chevron-double-left"); } +.bi-chevron-double-right::before { content: map-get($bootstrap-icons-map, "chevron-double-right"); } +.bi-chevron-double-up::before { content: map-get($bootstrap-icons-map, "chevron-double-up"); } +.bi-chevron-down::before { content: map-get($bootstrap-icons-map, "chevron-down"); } +.bi-chevron-expand::before { content: map-get($bootstrap-icons-map, "chevron-expand"); } +.bi-chevron-left::before { content: map-get($bootstrap-icons-map, "chevron-left"); } +.bi-chevron-right::before { content: map-get($bootstrap-icons-map, "chevron-right"); } +.bi-chevron-up::before { content: map-get($bootstrap-icons-map, "chevron-up"); } +.bi-circle-fill::before { content: map-get($bootstrap-icons-map, "circle-fill"); } +.bi-circle-half::before { content: map-get($bootstrap-icons-map, "circle-half"); } +.bi-circle-square::before { content: map-get($bootstrap-icons-map, "circle-square"); } +.bi-circle::before { content: map-get($bootstrap-icons-map, "circle"); } +.bi-clipboard-check::before { content: map-get($bootstrap-icons-map, "clipboard-check"); } +.bi-clipboard-data::before { content: map-get($bootstrap-icons-map, "clipboard-data"); } +.bi-clipboard-minus::before { content: map-get($bootstrap-icons-map, "clipboard-minus"); } +.bi-clipboard-plus::before { content: map-get($bootstrap-icons-map, "clipboard-plus"); } +.bi-clipboard-x::before { content: map-get($bootstrap-icons-map, "clipboard-x"); } +.bi-clipboard::before { content: map-get($bootstrap-icons-map, "clipboard"); } +.bi-clock-fill::before { content: map-get($bootstrap-icons-map, "clock-fill"); } +.bi-clock-history::before { content: map-get($bootstrap-icons-map, "clock-history"); } +.bi-clock::before { content: map-get($bootstrap-icons-map, "clock"); } +.bi-cloud-arrow-down-fill::before { content: map-get($bootstrap-icons-map, "cloud-arrow-down-fill"); } +.bi-cloud-arrow-down::before { content: map-get($bootstrap-icons-map, "cloud-arrow-down"); } +.bi-cloud-arrow-up-fill::before { content: map-get($bootstrap-icons-map, "cloud-arrow-up-fill"); } +.bi-cloud-arrow-up::before { content: map-get($bootstrap-icons-map, "cloud-arrow-up"); } +.bi-cloud-check-fill::before { content: map-get($bootstrap-icons-map, "cloud-check-fill"); } +.bi-cloud-check::before { content: map-get($bootstrap-icons-map, "cloud-check"); } +.bi-cloud-download-fill::before { content: map-get($bootstrap-icons-map, "cloud-download-fill"); } +.bi-cloud-download::before { content: map-get($bootstrap-icons-map, "cloud-download"); } +.bi-cloud-drizzle-fill::before { content: map-get($bootstrap-icons-map, "cloud-drizzle-fill"); } +.bi-cloud-drizzle::before { content: map-get($bootstrap-icons-map, "cloud-drizzle"); } +.bi-cloud-fill::before { content: map-get($bootstrap-icons-map, "cloud-fill"); } +.bi-cloud-fog-fill::before { content: map-get($bootstrap-icons-map, "cloud-fog-fill"); } +.bi-cloud-fog::before { content: map-get($bootstrap-icons-map, "cloud-fog"); } +.bi-cloud-fog2-fill::before { content: map-get($bootstrap-icons-map, "cloud-fog2-fill"); } +.bi-cloud-fog2::before { content: map-get($bootstrap-icons-map, "cloud-fog2"); } +.bi-cloud-hail-fill::before { content: map-get($bootstrap-icons-map, "cloud-hail-fill"); } +.bi-cloud-hail::before { content: map-get($bootstrap-icons-map, "cloud-hail"); } +.bi-cloud-haze-1::before { content: map-get($bootstrap-icons-map, "cloud-haze-1"); } +.bi-cloud-haze-fill::before { content: map-get($bootstrap-icons-map, "cloud-haze-fill"); } +.bi-cloud-haze::before { content: map-get($bootstrap-icons-map, "cloud-haze"); } +.bi-cloud-haze2-fill::before { content: map-get($bootstrap-icons-map, "cloud-haze2-fill"); } +.bi-cloud-lightning-fill::before { content: map-get($bootstrap-icons-map, "cloud-lightning-fill"); } +.bi-cloud-lightning-rain-fill::before { content: map-get($bootstrap-icons-map, "cloud-lightning-rain-fill"); } +.bi-cloud-lightning-rain::before { content: map-get($bootstrap-icons-map, "cloud-lightning-rain"); } +.bi-cloud-lightning::before { content: map-get($bootstrap-icons-map, "cloud-lightning"); } +.bi-cloud-minus-fill::before { content: map-get($bootstrap-icons-map, "cloud-minus-fill"); } +.bi-cloud-minus::before { content: map-get($bootstrap-icons-map, "cloud-minus"); } +.bi-cloud-moon-fill::before { content: map-get($bootstrap-icons-map, "cloud-moon-fill"); } +.bi-cloud-moon::before { content: map-get($bootstrap-icons-map, "cloud-moon"); } +.bi-cloud-plus-fill::before { content: map-get($bootstrap-icons-map, "cloud-plus-fill"); } +.bi-cloud-plus::before { content: map-get($bootstrap-icons-map, "cloud-plus"); } +.bi-cloud-rain-fill::before { content: map-get($bootstrap-icons-map, "cloud-rain-fill"); } +.bi-cloud-rain-heavy-fill::before { content: map-get($bootstrap-icons-map, "cloud-rain-heavy-fill"); } +.bi-cloud-rain-heavy::before { content: map-get($bootstrap-icons-map, "cloud-rain-heavy"); } +.bi-cloud-rain::before { content: map-get($bootstrap-icons-map, "cloud-rain"); } +.bi-cloud-slash-fill::before { content: map-get($bootstrap-icons-map, "cloud-slash-fill"); } +.bi-cloud-slash::before { content: map-get($bootstrap-icons-map, "cloud-slash"); } +.bi-cloud-sleet-fill::before { content: map-get($bootstrap-icons-map, "cloud-sleet-fill"); } +.bi-cloud-sleet::before { content: map-get($bootstrap-icons-map, "cloud-sleet"); } +.bi-cloud-snow-fill::before { content: map-get($bootstrap-icons-map, "cloud-snow-fill"); } +.bi-cloud-snow::before { content: map-get($bootstrap-icons-map, "cloud-snow"); } +.bi-cloud-sun-fill::before { content: map-get($bootstrap-icons-map, "cloud-sun-fill"); } +.bi-cloud-sun::before { content: map-get($bootstrap-icons-map, "cloud-sun"); } +.bi-cloud-upload-fill::before { content: map-get($bootstrap-icons-map, "cloud-upload-fill"); } +.bi-cloud-upload::before { content: map-get($bootstrap-icons-map, "cloud-upload"); } +.bi-cloud::before { content: map-get($bootstrap-icons-map, "cloud"); } +.bi-clouds-fill::before { content: map-get($bootstrap-icons-map, "clouds-fill"); } +.bi-clouds::before { content: map-get($bootstrap-icons-map, "clouds"); } +.bi-cloudy-fill::before { content: map-get($bootstrap-icons-map, "cloudy-fill"); } +.bi-cloudy::before { content: map-get($bootstrap-icons-map, "cloudy"); } +.bi-code-slash::before { content: map-get($bootstrap-icons-map, "code-slash"); } +.bi-code-square::before { content: map-get($bootstrap-icons-map, "code-square"); } +.bi-code::before { content: map-get($bootstrap-icons-map, "code"); } +.bi-collection-fill::before { content: map-get($bootstrap-icons-map, "collection-fill"); } +.bi-collection-play-fill::before { content: map-get($bootstrap-icons-map, "collection-play-fill"); } +.bi-collection-play::before { content: map-get($bootstrap-icons-map, "collection-play"); } +.bi-collection::before { content: map-get($bootstrap-icons-map, "collection"); } +.bi-columns-gap::before { content: map-get($bootstrap-icons-map, "columns-gap"); } +.bi-columns::before { content: map-get($bootstrap-icons-map, "columns"); } +.bi-command::before { content: map-get($bootstrap-icons-map, "command"); } +.bi-compass-fill::before { content: map-get($bootstrap-icons-map, "compass-fill"); } +.bi-compass::before { content: map-get($bootstrap-icons-map, "compass"); } +.bi-cone-striped::before { content: map-get($bootstrap-icons-map, "cone-striped"); } +.bi-cone::before { content: map-get($bootstrap-icons-map, "cone"); } +.bi-controller::before { content: map-get($bootstrap-icons-map, "controller"); } +.bi-cpu-fill::before { content: map-get($bootstrap-icons-map, "cpu-fill"); } +.bi-cpu::before { content: map-get($bootstrap-icons-map, "cpu"); } +.bi-credit-card-2-back-fill::before { content: map-get($bootstrap-icons-map, "credit-card-2-back-fill"); } +.bi-credit-card-2-back::before { content: map-get($bootstrap-icons-map, "credit-card-2-back"); } +.bi-credit-card-2-front-fill::before { content: map-get($bootstrap-icons-map, "credit-card-2-front-fill"); } +.bi-credit-card-2-front::before { content: map-get($bootstrap-icons-map, "credit-card-2-front"); } +.bi-credit-card-fill::before { content: map-get($bootstrap-icons-map, "credit-card-fill"); } +.bi-credit-card::before { content: map-get($bootstrap-icons-map, "credit-card"); } +.bi-crop::before { content: map-get($bootstrap-icons-map, "crop"); } +.bi-cup-fill::before { content: map-get($bootstrap-icons-map, "cup-fill"); } +.bi-cup-straw::before { content: map-get($bootstrap-icons-map, "cup-straw"); } +.bi-cup::before { content: map-get($bootstrap-icons-map, "cup"); } +.bi-cursor-fill::before { content: map-get($bootstrap-icons-map, "cursor-fill"); } +.bi-cursor-text::before { content: map-get($bootstrap-icons-map, "cursor-text"); } +.bi-cursor::before { content: map-get($bootstrap-icons-map, "cursor"); } +.bi-dash-circle-dotted::before { content: map-get($bootstrap-icons-map, "dash-circle-dotted"); } +.bi-dash-circle-fill::before { content: map-get($bootstrap-icons-map, "dash-circle-fill"); } +.bi-dash-circle::before { content: map-get($bootstrap-icons-map, "dash-circle"); } +.bi-dash-square-dotted::before { content: map-get($bootstrap-icons-map, "dash-square-dotted"); } +.bi-dash-square-fill::before { content: map-get($bootstrap-icons-map, "dash-square-fill"); } +.bi-dash-square::before { content: map-get($bootstrap-icons-map, "dash-square"); } +.bi-dash::before { content: map-get($bootstrap-icons-map, "dash"); } +.bi-diagram-2-fill::before { content: map-get($bootstrap-icons-map, "diagram-2-fill"); } +.bi-diagram-2::before { content: map-get($bootstrap-icons-map, "diagram-2"); } +.bi-diagram-3-fill::before { content: map-get($bootstrap-icons-map, "diagram-3-fill"); } +.bi-diagram-3::before { content: map-get($bootstrap-icons-map, "diagram-3"); } +.bi-diamond-fill::before { content: map-get($bootstrap-icons-map, "diamond-fill"); } +.bi-diamond-half::before { content: map-get($bootstrap-icons-map, "diamond-half"); } +.bi-diamond::before { content: map-get($bootstrap-icons-map, "diamond"); } +.bi-dice-1-fill::before { content: map-get($bootstrap-icons-map, "dice-1-fill"); } +.bi-dice-1::before { content: map-get($bootstrap-icons-map, "dice-1"); } +.bi-dice-2-fill::before { content: map-get($bootstrap-icons-map, "dice-2-fill"); } +.bi-dice-2::before { content: map-get($bootstrap-icons-map, "dice-2"); } +.bi-dice-3-fill::before { content: map-get($bootstrap-icons-map, "dice-3-fill"); } +.bi-dice-3::before { content: map-get($bootstrap-icons-map, "dice-3"); } +.bi-dice-4-fill::before { content: map-get($bootstrap-icons-map, "dice-4-fill"); } +.bi-dice-4::before { content: map-get($bootstrap-icons-map, "dice-4"); } +.bi-dice-5-fill::before { content: map-get($bootstrap-icons-map, "dice-5-fill"); } +.bi-dice-5::before { content: map-get($bootstrap-icons-map, "dice-5"); } +.bi-dice-6-fill::before { content: map-get($bootstrap-icons-map, "dice-6-fill"); } +.bi-dice-6::before { content: map-get($bootstrap-icons-map, "dice-6"); } +.bi-disc-fill::before { content: map-get($bootstrap-icons-map, "disc-fill"); } +.bi-disc::before { content: map-get($bootstrap-icons-map, "disc"); } +.bi-discord::before { content: map-get($bootstrap-icons-map, "discord"); } +.bi-display-fill::before { content: map-get($bootstrap-icons-map, "display-fill"); } +.bi-display::before { content: map-get($bootstrap-icons-map, "display"); } +.bi-distribute-horizontal::before { content: map-get($bootstrap-icons-map, "distribute-horizontal"); } +.bi-distribute-vertical::before { content: map-get($bootstrap-icons-map, "distribute-vertical"); } +.bi-door-closed-fill::before { content: map-get($bootstrap-icons-map, "door-closed-fill"); } +.bi-door-closed::before { content: map-get($bootstrap-icons-map, "door-closed"); } +.bi-door-open-fill::before { content: map-get($bootstrap-icons-map, "door-open-fill"); } +.bi-door-open::before { content: map-get($bootstrap-icons-map, "door-open"); } +.bi-dot::before { content: map-get($bootstrap-icons-map, "dot"); } +.bi-download::before { content: map-get($bootstrap-icons-map, "download"); } +.bi-droplet-fill::before { content: map-get($bootstrap-icons-map, "droplet-fill"); } +.bi-droplet-half::before { content: map-get($bootstrap-icons-map, "droplet-half"); } +.bi-droplet::before { content: map-get($bootstrap-icons-map, "droplet"); } +.bi-earbuds::before { content: map-get($bootstrap-icons-map, "earbuds"); } +.bi-easel-fill::before { content: map-get($bootstrap-icons-map, "easel-fill"); } +.bi-easel::before { content: map-get($bootstrap-icons-map, "easel"); } +.bi-egg-fill::before { content: map-get($bootstrap-icons-map, "egg-fill"); } +.bi-egg-fried::before { content: map-get($bootstrap-icons-map, "egg-fried"); } +.bi-egg::before { content: map-get($bootstrap-icons-map, "egg"); } +.bi-eject-fill::before { content: map-get($bootstrap-icons-map, "eject-fill"); } +.bi-eject::before { content: map-get($bootstrap-icons-map, "eject"); } +.bi-emoji-angry-fill::before { content: map-get($bootstrap-icons-map, "emoji-angry-fill"); } +.bi-emoji-angry::before { content: map-get($bootstrap-icons-map, "emoji-angry"); } +.bi-emoji-dizzy-fill::before { content: map-get($bootstrap-icons-map, "emoji-dizzy-fill"); } +.bi-emoji-dizzy::before { content: map-get($bootstrap-icons-map, "emoji-dizzy"); } +.bi-emoji-expressionless-fill::before { content: map-get($bootstrap-icons-map, "emoji-expressionless-fill"); } +.bi-emoji-expressionless::before { content: map-get($bootstrap-icons-map, "emoji-expressionless"); } +.bi-emoji-frown-fill::before { content: map-get($bootstrap-icons-map, "emoji-frown-fill"); } +.bi-emoji-frown::before { content: map-get($bootstrap-icons-map, "emoji-frown"); } +.bi-emoji-heart-eyes-fill::before { content: map-get($bootstrap-icons-map, "emoji-heart-eyes-fill"); } +.bi-emoji-heart-eyes::before { content: map-get($bootstrap-icons-map, "emoji-heart-eyes"); } +.bi-emoji-laughing-fill::before { content: map-get($bootstrap-icons-map, "emoji-laughing-fill"); } +.bi-emoji-laughing::before { content: map-get($bootstrap-icons-map, "emoji-laughing"); } +.bi-emoji-neutral-fill::before { content: map-get($bootstrap-icons-map, "emoji-neutral-fill"); } +.bi-emoji-neutral::before { content: map-get($bootstrap-icons-map, "emoji-neutral"); } +.bi-emoji-smile-fill::before { content: map-get($bootstrap-icons-map, "emoji-smile-fill"); } +.bi-emoji-smile-upside-down-fill::before { content: map-get($bootstrap-icons-map, "emoji-smile-upside-down-fill"); } +.bi-emoji-smile-upside-down::before { content: map-get($bootstrap-icons-map, "emoji-smile-upside-down"); } +.bi-emoji-smile::before { content: map-get($bootstrap-icons-map, "emoji-smile"); } +.bi-emoji-sunglasses-fill::before { content: map-get($bootstrap-icons-map, "emoji-sunglasses-fill"); } +.bi-emoji-sunglasses::before { content: map-get($bootstrap-icons-map, "emoji-sunglasses"); } +.bi-emoji-wink-fill::before { content: map-get($bootstrap-icons-map, "emoji-wink-fill"); } +.bi-emoji-wink::before { content: map-get($bootstrap-icons-map, "emoji-wink"); } +.bi-envelope-fill::before { content: map-get($bootstrap-icons-map, "envelope-fill"); } +.bi-envelope-open-fill::before { content: map-get($bootstrap-icons-map, "envelope-open-fill"); } +.bi-envelope-open::before { content: map-get($bootstrap-icons-map, "envelope-open"); } +.bi-envelope::before { content: map-get($bootstrap-icons-map, "envelope"); } +.bi-eraser-fill::before { content: map-get($bootstrap-icons-map, "eraser-fill"); } +.bi-eraser::before { content: map-get($bootstrap-icons-map, "eraser"); } +.bi-exclamation-circle-fill::before { content: map-get($bootstrap-icons-map, "exclamation-circle-fill"); } +.bi-exclamation-circle::before { content: map-get($bootstrap-icons-map, "exclamation-circle"); } +.bi-exclamation-diamond-fill::before { content: map-get($bootstrap-icons-map, "exclamation-diamond-fill"); } +.bi-exclamation-diamond::before { content: map-get($bootstrap-icons-map, "exclamation-diamond"); } +.bi-exclamation-octagon-fill::before { content: map-get($bootstrap-icons-map, "exclamation-octagon-fill"); } +.bi-exclamation-octagon::before { content: map-get($bootstrap-icons-map, "exclamation-octagon"); } +.bi-exclamation-square-fill::before { content: map-get($bootstrap-icons-map, "exclamation-square-fill"); } +.bi-exclamation-square::before { content: map-get($bootstrap-icons-map, "exclamation-square"); } +.bi-exclamation-triangle-fill::before { content: map-get($bootstrap-icons-map, "exclamation-triangle-fill"); } +.bi-exclamation-triangle::before { content: map-get($bootstrap-icons-map, "exclamation-triangle"); } +.bi-exclamation::before { content: map-get($bootstrap-icons-map, "exclamation"); } +.bi-exclude::before { content: map-get($bootstrap-icons-map, "exclude"); } +.bi-eye-fill::before { content: map-get($bootstrap-icons-map, "eye-fill"); } +.bi-eye-slash-fill::before { content: map-get($bootstrap-icons-map, "eye-slash-fill"); } +.bi-eye-slash::before { content: map-get($bootstrap-icons-map, "eye-slash"); } +.bi-eye::before { content: map-get($bootstrap-icons-map, "eye"); } +.bi-eyedropper::before { content: map-get($bootstrap-icons-map, "eyedropper"); } +.bi-eyeglasses::before { content: map-get($bootstrap-icons-map, "eyeglasses"); } +.bi-facebook::before { content: map-get($bootstrap-icons-map, "facebook"); } +.bi-file-arrow-down-fill::before { content: map-get($bootstrap-icons-map, "file-arrow-down-fill"); } +.bi-file-arrow-down::before { content: map-get($bootstrap-icons-map, "file-arrow-down"); } +.bi-file-arrow-up-fill::before { content: map-get($bootstrap-icons-map, "file-arrow-up-fill"); } +.bi-file-arrow-up::before { content: map-get($bootstrap-icons-map, "file-arrow-up"); } +.bi-file-bar-graph-fill::before { content: map-get($bootstrap-icons-map, "file-bar-graph-fill"); } +.bi-file-bar-graph::before { content: map-get($bootstrap-icons-map, "file-bar-graph"); } +.bi-file-binary-fill::before { content: map-get($bootstrap-icons-map, "file-binary-fill"); } +.bi-file-binary::before { content: map-get($bootstrap-icons-map, "file-binary"); } +.bi-file-break-fill::before { content: map-get($bootstrap-icons-map, "file-break-fill"); } +.bi-file-break::before { content: map-get($bootstrap-icons-map, "file-break"); } +.bi-file-check-fill::before { content: map-get($bootstrap-icons-map, "file-check-fill"); } +.bi-file-check::before { content: map-get($bootstrap-icons-map, "file-check"); } +.bi-file-code-fill::before { content: map-get($bootstrap-icons-map, "file-code-fill"); } +.bi-file-code::before { content: map-get($bootstrap-icons-map, "file-code"); } +.bi-file-diff-fill::before { content: map-get($bootstrap-icons-map, "file-diff-fill"); } +.bi-file-diff::before { content: map-get($bootstrap-icons-map, "file-diff"); } +.bi-file-earmark-arrow-down-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-arrow-down-fill"); } +.bi-file-earmark-arrow-down::before { content: map-get($bootstrap-icons-map, "file-earmark-arrow-down"); } +.bi-file-earmark-arrow-up-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-arrow-up-fill"); } +.bi-file-earmark-arrow-up::before { content: map-get($bootstrap-icons-map, "file-earmark-arrow-up"); } +.bi-file-earmark-bar-graph-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-bar-graph-fill"); } +.bi-file-earmark-bar-graph::before { content: map-get($bootstrap-icons-map, "file-earmark-bar-graph"); } +.bi-file-earmark-binary-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-binary-fill"); } +.bi-file-earmark-binary::before { content: map-get($bootstrap-icons-map, "file-earmark-binary"); } +.bi-file-earmark-break-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-break-fill"); } +.bi-file-earmark-break::before { content: map-get($bootstrap-icons-map, "file-earmark-break"); } +.bi-file-earmark-check-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-check-fill"); } +.bi-file-earmark-check::before { content: map-get($bootstrap-icons-map, "file-earmark-check"); } +.bi-file-earmark-code-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-code-fill"); } +.bi-file-earmark-code::before { content: map-get($bootstrap-icons-map, "file-earmark-code"); } +.bi-file-earmark-diff-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-diff-fill"); } +.bi-file-earmark-diff::before { content: map-get($bootstrap-icons-map, "file-earmark-diff"); } +.bi-file-earmark-easel-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-easel-fill"); } +.bi-file-earmark-easel::before { content: map-get($bootstrap-icons-map, "file-earmark-easel"); } +.bi-file-earmark-excel-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-excel-fill"); } +.bi-file-earmark-excel::before { content: map-get($bootstrap-icons-map, "file-earmark-excel"); } +.bi-file-earmark-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-fill"); } +.bi-file-earmark-font-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-font-fill"); } +.bi-file-earmark-font::before { content: map-get($bootstrap-icons-map, "file-earmark-font"); } +.bi-file-earmark-image-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-image-fill"); } +.bi-file-earmark-image::before { content: map-get($bootstrap-icons-map, "file-earmark-image"); } +.bi-file-earmark-lock-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-lock-fill"); } +.bi-file-earmark-lock::before { content: map-get($bootstrap-icons-map, "file-earmark-lock"); } +.bi-file-earmark-lock2-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-lock2-fill"); } +.bi-file-earmark-lock2::before { content: map-get($bootstrap-icons-map, "file-earmark-lock2"); } +.bi-file-earmark-medical-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-medical-fill"); } +.bi-file-earmark-medical::before { content: map-get($bootstrap-icons-map, "file-earmark-medical"); } +.bi-file-earmark-minus-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-minus-fill"); } +.bi-file-earmark-minus::before { content: map-get($bootstrap-icons-map, "file-earmark-minus"); } +.bi-file-earmark-music-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-music-fill"); } +.bi-file-earmark-music::before { content: map-get($bootstrap-icons-map, "file-earmark-music"); } +.bi-file-earmark-person-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-person-fill"); } +.bi-file-earmark-person::before { content: map-get($bootstrap-icons-map, "file-earmark-person"); } +.bi-file-earmark-play-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-play-fill"); } +.bi-file-earmark-play::before { content: map-get($bootstrap-icons-map, "file-earmark-play"); } +.bi-file-earmark-plus-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-plus-fill"); } +.bi-file-earmark-plus::before { content: map-get($bootstrap-icons-map, "file-earmark-plus"); } +.bi-file-earmark-post-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-post-fill"); } +.bi-file-earmark-post::before { content: map-get($bootstrap-icons-map, "file-earmark-post"); } +.bi-file-earmark-ppt-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-ppt-fill"); } +.bi-file-earmark-ppt::before { content: map-get($bootstrap-icons-map, "file-earmark-ppt"); } +.bi-file-earmark-richtext-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-richtext-fill"); } +.bi-file-earmark-richtext::before { content: map-get($bootstrap-icons-map, "file-earmark-richtext"); } +.bi-file-earmark-ruled-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-ruled-fill"); } +.bi-file-earmark-ruled::before { content: map-get($bootstrap-icons-map, "file-earmark-ruled"); } +.bi-file-earmark-slides-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-slides-fill"); } +.bi-file-earmark-slides::before { content: map-get($bootstrap-icons-map, "file-earmark-slides"); } +.bi-file-earmark-spreadsheet-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-spreadsheet-fill"); } +.bi-file-earmark-spreadsheet::before { content: map-get($bootstrap-icons-map, "file-earmark-spreadsheet"); } +.bi-file-earmark-text-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-text-fill"); } +.bi-file-earmark-text::before { content: map-get($bootstrap-icons-map, "file-earmark-text"); } +.bi-file-earmark-word-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-word-fill"); } +.bi-file-earmark-word::before { content: map-get($bootstrap-icons-map, "file-earmark-word"); } +.bi-file-earmark-x-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-x-fill"); } +.bi-file-earmark-x::before { content: map-get($bootstrap-icons-map, "file-earmark-x"); } +.bi-file-earmark-zip-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-zip-fill"); } +.bi-file-earmark-zip::before { content: map-get($bootstrap-icons-map, "file-earmark-zip"); } +.bi-file-earmark::before { content: map-get($bootstrap-icons-map, "file-earmark"); } +.bi-file-easel-fill::before { content: map-get($bootstrap-icons-map, "file-easel-fill"); } +.bi-file-easel::before { content: map-get($bootstrap-icons-map, "file-easel"); } +.bi-file-excel-fill::before { content: map-get($bootstrap-icons-map, "file-excel-fill"); } +.bi-file-excel::before { content: map-get($bootstrap-icons-map, "file-excel"); } +.bi-file-fill::before { content: map-get($bootstrap-icons-map, "file-fill"); } +.bi-file-font-fill::before { content: map-get($bootstrap-icons-map, "file-font-fill"); } +.bi-file-font::before { content: map-get($bootstrap-icons-map, "file-font"); } +.bi-file-image-fill::before { content: map-get($bootstrap-icons-map, "file-image-fill"); } +.bi-file-image::before { content: map-get($bootstrap-icons-map, "file-image"); } +.bi-file-lock-fill::before { content: map-get($bootstrap-icons-map, "file-lock-fill"); } +.bi-file-lock::before { content: map-get($bootstrap-icons-map, "file-lock"); } +.bi-file-lock2-fill::before { content: map-get($bootstrap-icons-map, "file-lock2-fill"); } +.bi-file-lock2::before { content: map-get($bootstrap-icons-map, "file-lock2"); } +.bi-file-medical-fill::before { content: map-get($bootstrap-icons-map, "file-medical-fill"); } +.bi-file-medical::before { content: map-get($bootstrap-icons-map, "file-medical"); } +.bi-file-minus-fill::before { content: map-get($bootstrap-icons-map, "file-minus-fill"); } +.bi-file-minus::before { content: map-get($bootstrap-icons-map, "file-minus"); } +.bi-file-music-fill::before { content: map-get($bootstrap-icons-map, "file-music-fill"); } +.bi-file-music::before { content: map-get($bootstrap-icons-map, "file-music"); } +.bi-file-person-fill::before { content: map-get($bootstrap-icons-map, "file-person-fill"); } +.bi-file-person::before { content: map-get($bootstrap-icons-map, "file-person"); } +.bi-file-play-fill::before { content: map-get($bootstrap-icons-map, "file-play-fill"); } +.bi-file-play::before { content: map-get($bootstrap-icons-map, "file-play"); } +.bi-file-plus-fill::before { content: map-get($bootstrap-icons-map, "file-plus-fill"); } +.bi-file-plus::before { content: map-get($bootstrap-icons-map, "file-plus"); } +.bi-file-post-fill::before { content: map-get($bootstrap-icons-map, "file-post-fill"); } +.bi-file-post::before { content: map-get($bootstrap-icons-map, "file-post"); } +.bi-file-ppt-fill::before { content: map-get($bootstrap-icons-map, "file-ppt-fill"); } +.bi-file-ppt::before { content: map-get($bootstrap-icons-map, "file-ppt"); } +.bi-file-richtext-fill::before { content: map-get($bootstrap-icons-map, "file-richtext-fill"); } +.bi-file-richtext::before { content: map-get($bootstrap-icons-map, "file-richtext"); } +.bi-file-ruled-fill::before { content: map-get($bootstrap-icons-map, "file-ruled-fill"); } +.bi-file-ruled::before { content: map-get($bootstrap-icons-map, "file-ruled"); } +.bi-file-slides-fill::before { content: map-get($bootstrap-icons-map, "file-slides-fill"); } +.bi-file-slides::before { content: map-get($bootstrap-icons-map, "file-slides"); } +.bi-file-spreadsheet-fill::before { content: map-get($bootstrap-icons-map, "file-spreadsheet-fill"); } +.bi-file-spreadsheet::before { content: map-get($bootstrap-icons-map, "file-spreadsheet"); } +.bi-file-text-fill::before { content: map-get($bootstrap-icons-map, "file-text-fill"); } +.bi-file-text::before { content: map-get($bootstrap-icons-map, "file-text"); } +.bi-file-word-fill::before { content: map-get($bootstrap-icons-map, "file-word-fill"); } +.bi-file-word::before { content: map-get($bootstrap-icons-map, "file-word"); } +.bi-file-x-fill::before { content: map-get($bootstrap-icons-map, "file-x-fill"); } +.bi-file-x::before { content: map-get($bootstrap-icons-map, "file-x"); } +.bi-file-zip-fill::before { content: map-get($bootstrap-icons-map, "file-zip-fill"); } +.bi-file-zip::before { content: map-get($bootstrap-icons-map, "file-zip"); } +.bi-file::before { content: map-get($bootstrap-icons-map, "file"); } +.bi-files-alt::before { content: map-get($bootstrap-icons-map, "files-alt"); } +.bi-files::before { content: map-get($bootstrap-icons-map, "files"); } +.bi-film::before { content: map-get($bootstrap-icons-map, "film"); } +.bi-filter-circle-fill::before { content: map-get($bootstrap-icons-map, "filter-circle-fill"); } +.bi-filter-circle::before { content: map-get($bootstrap-icons-map, "filter-circle"); } +.bi-filter-left::before { content: map-get($bootstrap-icons-map, "filter-left"); } +.bi-filter-right::before { content: map-get($bootstrap-icons-map, "filter-right"); } +.bi-filter-square-fill::before { content: map-get($bootstrap-icons-map, "filter-square-fill"); } +.bi-filter-square::before { content: map-get($bootstrap-icons-map, "filter-square"); } +.bi-filter::before { content: map-get($bootstrap-icons-map, "filter"); } +.bi-flag-fill::before { content: map-get($bootstrap-icons-map, "flag-fill"); } +.bi-flag::before { content: map-get($bootstrap-icons-map, "flag"); } +.bi-flower1::before { content: map-get($bootstrap-icons-map, "flower1"); } +.bi-flower2::before { content: map-get($bootstrap-icons-map, "flower2"); } +.bi-flower3::before { content: map-get($bootstrap-icons-map, "flower3"); } +.bi-folder-check::before { content: map-get($bootstrap-icons-map, "folder-check"); } +.bi-folder-fill::before { content: map-get($bootstrap-icons-map, "folder-fill"); } +.bi-folder-minus::before { content: map-get($bootstrap-icons-map, "folder-minus"); } +.bi-folder-plus::before { content: map-get($bootstrap-icons-map, "folder-plus"); } +.bi-folder-symlink-fill::before { content: map-get($bootstrap-icons-map, "folder-symlink-fill"); } +.bi-folder-symlink::before { content: map-get($bootstrap-icons-map, "folder-symlink"); } +.bi-folder-x::before { content: map-get($bootstrap-icons-map, "folder-x"); } +.bi-folder::before { content: map-get($bootstrap-icons-map, "folder"); } +.bi-folder2-open::before { content: map-get($bootstrap-icons-map, "folder2-open"); } +.bi-folder2::before { content: map-get($bootstrap-icons-map, "folder2"); } +.bi-fonts::before { content: map-get($bootstrap-icons-map, "fonts"); } +.bi-forward-fill::before { content: map-get($bootstrap-icons-map, "forward-fill"); } +.bi-forward::before { content: map-get($bootstrap-icons-map, "forward"); } +.bi-front::before { content: map-get($bootstrap-icons-map, "front"); } +.bi-fullscreen-exit::before { content: map-get($bootstrap-icons-map, "fullscreen-exit"); } +.bi-fullscreen::before { content: map-get($bootstrap-icons-map, "fullscreen"); } +.bi-funnel-fill::before { content: map-get($bootstrap-icons-map, "funnel-fill"); } +.bi-funnel::before { content: map-get($bootstrap-icons-map, "funnel"); } +.bi-gear-fill::before { content: map-get($bootstrap-icons-map, "gear-fill"); } +.bi-gear-wide-connected::before { content: map-get($bootstrap-icons-map, "gear-wide-connected"); } +.bi-gear-wide::before { content: map-get($bootstrap-icons-map, "gear-wide"); } +.bi-gear::before { content: map-get($bootstrap-icons-map, "gear"); } +.bi-gem::before { content: map-get($bootstrap-icons-map, "gem"); } +.bi-geo-alt-fill::before { content: map-get($bootstrap-icons-map, "geo-alt-fill"); } +.bi-geo-alt::before { content: map-get($bootstrap-icons-map, "geo-alt"); } +.bi-geo-fill::before { content: map-get($bootstrap-icons-map, "geo-fill"); } +.bi-geo::before { content: map-get($bootstrap-icons-map, "geo"); } +.bi-gift-fill::before { content: map-get($bootstrap-icons-map, "gift-fill"); } +.bi-gift::before { content: map-get($bootstrap-icons-map, "gift"); } +.bi-github::before { content: map-get($bootstrap-icons-map, "github"); } +.bi-globe::before { content: map-get($bootstrap-icons-map, "globe"); } +.bi-globe2::before { content: map-get($bootstrap-icons-map, "globe2"); } +.bi-google::before { content: map-get($bootstrap-icons-map, "google"); } +.bi-graph-down::before { content: map-get($bootstrap-icons-map, "graph-down"); } +.bi-graph-up::before { content: map-get($bootstrap-icons-map, "graph-up"); } +.bi-grid-1x2-fill::before { content: map-get($bootstrap-icons-map, "grid-1x2-fill"); } +.bi-grid-1x2::before { content: map-get($bootstrap-icons-map, "grid-1x2"); } +.bi-grid-3x2-gap-fill::before { content: map-get($bootstrap-icons-map, "grid-3x2-gap-fill"); } +.bi-grid-3x2-gap::before { content: map-get($bootstrap-icons-map, "grid-3x2-gap"); } +.bi-grid-3x2::before { content: map-get($bootstrap-icons-map, "grid-3x2"); } +.bi-grid-3x3-gap-fill::before { content: map-get($bootstrap-icons-map, "grid-3x3-gap-fill"); } +.bi-grid-3x3-gap::before { content: map-get($bootstrap-icons-map, "grid-3x3-gap"); } +.bi-grid-3x3::before { content: map-get($bootstrap-icons-map, "grid-3x3"); } +.bi-grid-fill::before { content: map-get($bootstrap-icons-map, "grid-fill"); } +.bi-grid::before { content: map-get($bootstrap-icons-map, "grid"); } +.bi-grip-horizontal::before { content: map-get($bootstrap-icons-map, "grip-horizontal"); } +.bi-grip-vertical::before { content: map-get($bootstrap-icons-map, "grip-vertical"); } +.bi-hammer::before { content: map-get($bootstrap-icons-map, "hammer"); } +.bi-hand-index-fill::before { content: map-get($bootstrap-icons-map, "hand-index-fill"); } +.bi-hand-index-thumb-fill::before { content: map-get($bootstrap-icons-map, "hand-index-thumb-fill"); } +.bi-hand-index-thumb::before { content: map-get($bootstrap-icons-map, "hand-index-thumb"); } +.bi-hand-index::before { content: map-get($bootstrap-icons-map, "hand-index"); } +.bi-hand-thumbs-down-fill::before { content: map-get($bootstrap-icons-map, "hand-thumbs-down-fill"); } +.bi-hand-thumbs-down::before { content: map-get($bootstrap-icons-map, "hand-thumbs-down"); } +.bi-hand-thumbs-up-fill::before { content: map-get($bootstrap-icons-map, "hand-thumbs-up-fill"); } +.bi-hand-thumbs-up::before { content: map-get($bootstrap-icons-map, "hand-thumbs-up"); } +.bi-handbag-fill::before { content: map-get($bootstrap-icons-map, "handbag-fill"); } +.bi-handbag::before { content: map-get($bootstrap-icons-map, "handbag"); } +.bi-hash::before { content: map-get($bootstrap-icons-map, "hash"); } +.bi-hdd-fill::before { content: map-get($bootstrap-icons-map, "hdd-fill"); } +.bi-hdd-network-fill::before { content: map-get($bootstrap-icons-map, "hdd-network-fill"); } +.bi-hdd-network::before { content: map-get($bootstrap-icons-map, "hdd-network"); } +.bi-hdd-rack-fill::before { content: map-get($bootstrap-icons-map, "hdd-rack-fill"); } +.bi-hdd-rack::before { content: map-get($bootstrap-icons-map, "hdd-rack"); } +.bi-hdd-stack-fill::before { content: map-get($bootstrap-icons-map, "hdd-stack-fill"); } +.bi-hdd-stack::before { content: map-get($bootstrap-icons-map, "hdd-stack"); } +.bi-hdd::before { content: map-get($bootstrap-icons-map, "hdd"); } +.bi-headphones::before { content: map-get($bootstrap-icons-map, "headphones"); } +.bi-headset::before { content: map-get($bootstrap-icons-map, "headset"); } +.bi-heart-fill::before { content: map-get($bootstrap-icons-map, "heart-fill"); } +.bi-heart-half::before { content: map-get($bootstrap-icons-map, "heart-half"); } +.bi-heart::before { content: map-get($bootstrap-icons-map, "heart"); } +.bi-heptagon-fill::before { content: map-get($bootstrap-icons-map, "heptagon-fill"); } +.bi-heptagon-half::before { content: map-get($bootstrap-icons-map, "heptagon-half"); } +.bi-heptagon::before { content: map-get($bootstrap-icons-map, "heptagon"); } +.bi-hexagon-fill::before { content: map-get($bootstrap-icons-map, "hexagon-fill"); } +.bi-hexagon-half::before { content: map-get($bootstrap-icons-map, "hexagon-half"); } +.bi-hexagon::before { content: map-get($bootstrap-icons-map, "hexagon"); } +.bi-hourglass-bottom::before { content: map-get($bootstrap-icons-map, "hourglass-bottom"); } +.bi-hourglass-split::before { content: map-get($bootstrap-icons-map, "hourglass-split"); } +.bi-hourglass-top::before { content: map-get($bootstrap-icons-map, "hourglass-top"); } +.bi-hourglass::before { content: map-get($bootstrap-icons-map, "hourglass"); } +.bi-house-door-fill::before { content: map-get($bootstrap-icons-map, "house-door-fill"); } +.bi-house-door::before { content: map-get($bootstrap-icons-map, "house-door"); } +.bi-house-fill::before { content: map-get($bootstrap-icons-map, "house-fill"); } +.bi-house::before { content: map-get($bootstrap-icons-map, "house"); } +.bi-hr::before { content: map-get($bootstrap-icons-map, "hr"); } +.bi-hurricane::before { content: map-get($bootstrap-icons-map, "hurricane"); } +.bi-image-alt::before { content: map-get($bootstrap-icons-map, "image-alt"); } +.bi-image-fill::before { content: map-get($bootstrap-icons-map, "image-fill"); } +.bi-image::before { content: map-get($bootstrap-icons-map, "image"); } +.bi-images::before { content: map-get($bootstrap-icons-map, "images"); } +.bi-inbox-fill::before { content: map-get($bootstrap-icons-map, "inbox-fill"); } +.bi-inbox::before { content: map-get($bootstrap-icons-map, "inbox"); } +.bi-inboxes-fill::before { content: map-get($bootstrap-icons-map, "inboxes-fill"); } +.bi-inboxes::before { content: map-get($bootstrap-icons-map, "inboxes"); } +.bi-info-circle-fill::before { content: map-get($bootstrap-icons-map, "info-circle-fill"); } +.bi-info-circle::before { content: map-get($bootstrap-icons-map, "info-circle"); } +.bi-info-square-fill::before { content: map-get($bootstrap-icons-map, "info-square-fill"); } +.bi-info-square::before { content: map-get($bootstrap-icons-map, "info-square"); } +.bi-info::before { content: map-get($bootstrap-icons-map, "info"); } +.bi-input-cursor-text::before { content: map-get($bootstrap-icons-map, "input-cursor-text"); } +.bi-input-cursor::before { content: map-get($bootstrap-icons-map, "input-cursor"); } +.bi-instagram::before { content: map-get($bootstrap-icons-map, "instagram"); } +.bi-intersect::before { content: map-get($bootstrap-icons-map, "intersect"); } +.bi-journal-album::before { content: map-get($bootstrap-icons-map, "journal-album"); } +.bi-journal-arrow-down::before { content: map-get($bootstrap-icons-map, "journal-arrow-down"); } +.bi-journal-arrow-up::before { content: map-get($bootstrap-icons-map, "journal-arrow-up"); } +.bi-journal-bookmark-fill::before { content: map-get($bootstrap-icons-map, "journal-bookmark-fill"); } +.bi-journal-bookmark::before { content: map-get($bootstrap-icons-map, "journal-bookmark"); } +.bi-journal-check::before { content: map-get($bootstrap-icons-map, "journal-check"); } +.bi-journal-code::before { content: map-get($bootstrap-icons-map, "journal-code"); } +.bi-journal-medical::before { content: map-get($bootstrap-icons-map, "journal-medical"); } +.bi-journal-minus::before { content: map-get($bootstrap-icons-map, "journal-minus"); } +.bi-journal-plus::before { content: map-get($bootstrap-icons-map, "journal-plus"); } +.bi-journal-richtext::before { content: map-get($bootstrap-icons-map, "journal-richtext"); } +.bi-journal-text::before { content: map-get($bootstrap-icons-map, "journal-text"); } +.bi-journal-x::before { content: map-get($bootstrap-icons-map, "journal-x"); } +.bi-journal::before { content: map-get($bootstrap-icons-map, "journal"); } +.bi-journals::before { content: map-get($bootstrap-icons-map, "journals"); } +.bi-joystick::before { content: map-get($bootstrap-icons-map, "joystick"); } +.bi-justify-left::before { content: map-get($bootstrap-icons-map, "justify-left"); } +.bi-justify-right::before { content: map-get($bootstrap-icons-map, "justify-right"); } +.bi-justify::before { content: map-get($bootstrap-icons-map, "justify"); } +.bi-kanban-fill::before { content: map-get($bootstrap-icons-map, "kanban-fill"); } +.bi-kanban::before { content: map-get($bootstrap-icons-map, "kanban"); } +.bi-key-fill::before { content: map-get($bootstrap-icons-map, "key-fill"); } +.bi-key::before { content: map-get($bootstrap-icons-map, "key"); } +.bi-keyboard-fill::before { content: map-get($bootstrap-icons-map, "keyboard-fill"); } +.bi-keyboard::before { content: map-get($bootstrap-icons-map, "keyboard"); } +.bi-ladder::before { content: map-get($bootstrap-icons-map, "ladder"); } +.bi-lamp-fill::before { content: map-get($bootstrap-icons-map, "lamp-fill"); } +.bi-lamp::before { content: map-get($bootstrap-icons-map, "lamp"); } +.bi-laptop-fill::before { content: map-get($bootstrap-icons-map, "laptop-fill"); } +.bi-laptop::before { content: map-get($bootstrap-icons-map, "laptop"); } +.bi-layer-backward::before { content: map-get($bootstrap-icons-map, "layer-backward"); } +.bi-layer-forward::before { content: map-get($bootstrap-icons-map, "layer-forward"); } +.bi-layers-fill::before { content: map-get($bootstrap-icons-map, "layers-fill"); } +.bi-layers-half::before { content: map-get($bootstrap-icons-map, "layers-half"); } +.bi-layers::before { content: map-get($bootstrap-icons-map, "layers"); } +.bi-layout-sidebar-inset-reverse::before { content: map-get($bootstrap-icons-map, "layout-sidebar-inset-reverse"); } +.bi-layout-sidebar-inset::before { content: map-get($bootstrap-icons-map, "layout-sidebar-inset"); } +.bi-layout-sidebar-reverse::before { content: map-get($bootstrap-icons-map, "layout-sidebar-reverse"); } +.bi-layout-sidebar::before { content: map-get($bootstrap-icons-map, "layout-sidebar"); } +.bi-layout-split::before { content: map-get($bootstrap-icons-map, "layout-split"); } +.bi-layout-text-sidebar-reverse::before { content: map-get($bootstrap-icons-map, "layout-text-sidebar-reverse"); } +.bi-layout-text-sidebar::before { content: map-get($bootstrap-icons-map, "layout-text-sidebar"); } +.bi-layout-text-window-reverse::before { content: map-get($bootstrap-icons-map, "layout-text-window-reverse"); } +.bi-layout-text-window::before { content: map-get($bootstrap-icons-map, "layout-text-window"); } +.bi-layout-three-columns::before { content: map-get($bootstrap-icons-map, "layout-three-columns"); } +.bi-layout-wtf::before { content: map-get($bootstrap-icons-map, "layout-wtf"); } +.bi-life-preserver::before { content: map-get($bootstrap-icons-map, "life-preserver"); } +.bi-lightbulb-fill::before { content: map-get($bootstrap-icons-map, "lightbulb-fill"); } +.bi-lightbulb-off-fill::before { content: map-get($bootstrap-icons-map, "lightbulb-off-fill"); } +.bi-lightbulb-off::before { content: map-get($bootstrap-icons-map, "lightbulb-off"); } +.bi-lightbulb::before { content: map-get($bootstrap-icons-map, "lightbulb"); } +.bi-lightning-charge-fill::before { content: map-get($bootstrap-icons-map, "lightning-charge-fill"); } +.bi-lightning-charge::before { content: map-get($bootstrap-icons-map, "lightning-charge"); } +.bi-lightning-fill::before { content: map-get($bootstrap-icons-map, "lightning-fill"); } +.bi-lightning::before { content: map-get($bootstrap-icons-map, "lightning"); } +.bi-link-45deg::before { content: map-get($bootstrap-icons-map, "link-45deg"); } +.bi-link::before { content: map-get($bootstrap-icons-map, "link"); } +.bi-linkedin::before { content: map-get($bootstrap-icons-map, "linkedin"); } +.bi-list-check::before { content: map-get($bootstrap-icons-map, "list-check"); } +.bi-list-nested::before { content: map-get($bootstrap-icons-map, "list-nested"); } +.bi-list-ol::before { content: map-get($bootstrap-icons-map, "list-ol"); } +.bi-list-stars::before { content: map-get($bootstrap-icons-map, "list-stars"); } +.bi-list-task::before { content: map-get($bootstrap-icons-map, "list-task"); } +.bi-list-ul::before { content: map-get($bootstrap-icons-map, "list-ul"); } +.bi-list::before { content: map-get($bootstrap-icons-map, "list"); } +.bi-lock-fill::before { content: map-get($bootstrap-icons-map, "lock-fill"); } +.bi-lock::before { content: map-get($bootstrap-icons-map, "lock"); } +.bi-mailbox::before { content: map-get($bootstrap-icons-map, "mailbox"); } +.bi-mailbox2::before { content: map-get($bootstrap-icons-map, "mailbox2"); } +.bi-map-fill::before { content: map-get($bootstrap-icons-map, "map-fill"); } +.bi-map::before { content: map-get($bootstrap-icons-map, "map"); } +.bi-markdown-fill::before { content: map-get($bootstrap-icons-map, "markdown-fill"); } +.bi-markdown::before { content: map-get($bootstrap-icons-map, "markdown"); } +.bi-mask::before { content: map-get($bootstrap-icons-map, "mask"); } +.bi-megaphone-fill::before { content: map-get($bootstrap-icons-map, "megaphone-fill"); } +.bi-megaphone::before { content: map-get($bootstrap-icons-map, "megaphone"); } +.bi-menu-app-fill::before { content: map-get($bootstrap-icons-map, "menu-app-fill"); } +.bi-menu-app::before { content: map-get($bootstrap-icons-map, "menu-app"); } +.bi-menu-button-fill::before { content: map-get($bootstrap-icons-map, "menu-button-fill"); } +.bi-menu-button-wide-fill::before { content: map-get($bootstrap-icons-map, "menu-button-wide-fill"); } +.bi-menu-button-wide::before { content: map-get($bootstrap-icons-map, "menu-button-wide"); } +.bi-menu-button::before { content: map-get($bootstrap-icons-map, "menu-button"); } +.bi-menu-down::before { content: map-get($bootstrap-icons-map, "menu-down"); } +.bi-menu-up::before { content: map-get($bootstrap-icons-map, "menu-up"); } +.bi-mic-fill::before { content: map-get($bootstrap-icons-map, "mic-fill"); } +.bi-mic-mute-fill::before { content: map-get($bootstrap-icons-map, "mic-mute-fill"); } +.bi-mic-mute::before { content: map-get($bootstrap-icons-map, "mic-mute"); } +.bi-mic::before { content: map-get($bootstrap-icons-map, "mic"); } +.bi-minecart-loaded::before { content: map-get($bootstrap-icons-map, "minecart-loaded"); } +.bi-minecart::before { content: map-get($bootstrap-icons-map, "minecart"); } +.bi-moisture::before { content: map-get($bootstrap-icons-map, "moisture"); } +.bi-moon-fill::before { content: map-get($bootstrap-icons-map, "moon-fill"); } +.bi-moon-stars-fill::before { content: map-get($bootstrap-icons-map, "moon-stars-fill"); } +.bi-moon-stars::before { content: map-get($bootstrap-icons-map, "moon-stars"); } +.bi-moon::before { content: map-get($bootstrap-icons-map, "moon"); } +.bi-mouse-fill::before { content: map-get($bootstrap-icons-map, "mouse-fill"); } +.bi-mouse::before { content: map-get($bootstrap-icons-map, "mouse"); } +.bi-mouse2-fill::before { content: map-get($bootstrap-icons-map, "mouse2-fill"); } +.bi-mouse2::before { content: map-get($bootstrap-icons-map, "mouse2"); } +.bi-mouse3-fill::before { content: map-get($bootstrap-icons-map, "mouse3-fill"); } +.bi-mouse3::before { content: map-get($bootstrap-icons-map, "mouse3"); } +.bi-music-note-beamed::before { content: map-get($bootstrap-icons-map, "music-note-beamed"); } +.bi-music-note-list::before { content: map-get($bootstrap-icons-map, "music-note-list"); } +.bi-music-note::before { content: map-get($bootstrap-icons-map, "music-note"); } +.bi-music-player-fill::before { content: map-get($bootstrap-icons-map, "music-player-fill"); } +.bi-music-player::before { content: map-get($bootstrap-icons-map, "music-player"); } +.bi-newspaper::before { content: map-get($bootstrap-icons-map, "newspaper"); } +.bi-node-minus-fill::before { content: map-get($bootstrap-icons-map, "node-minus-fill"); } +.bi-node-minus::before { content: map-get($bootstrap-icons-map, "node-minus"); } +.bi-node-plus-fill::before { content: map-get($bootstrap-icons-map, "node-plus-fill"); } +.bi-node-plus::before { content: map-get($bootstrap-icons-map, "node-plus"); } +.bi-nut-fill::before { content: map-get($bootstrap-icons-map, "nut-fill"); } +.bi-nut::before { content: map-get($bootstrap-icons-map, "nut"); } +.bi-octagon-fill::before { content: map-get($bootstrap-icons-map, "octagon-fill"); } +.bi-octagon-half::before { content: map-get($bootstrap-icons-map, "octagon-half"); } +.bi-octagon::before { content: map-get($bootstrap-icons-map, "octagon"); } +.bi-option::before { content: map-get($bootstrap-icons-map, "option"); } +.bi-outlet::before { content: map-get($bootstrap-icons-map, "outlet"); } +.bi-paint-bucket::before { content: map-get($bootstrap-icons-map, "paint-bucket"); } +.bi-palette-fill::before { content: map-get($bootstrap-icons-map, "palette-fill"); } +.bi-palette::before { content: map-get($bootstrap-icons-map, "palette"); } +.bi-palette2::before { content: map-get($bootstrap-icons-map, "palette2"); } +.bi-paperclip::before { content: map-get($bootstrap-icons-map, "paperclip"); } +.bi-paragraph::before { content: map-get($bootstrap-icons-map, "paragraph"); } +.bi-patch-check-fill::before { content: map-get($bootstrap-icons-map, "patch-check-fill"); } +.bi-patch-check::before { content: map-get($bootstrap-icons-map, "patch-check"); } +.bi-patch-exclamation-fill::before { content: map-get($bootstrap-icons-map, "patch-exclamation-fill"); } +.bi-patch-exclamation::before { content: map-get($bootstrap-icons-map, "patch-exclamation"); } +.bi-patch-minus-fill::before { content: map-get($bootstrap-icons-map, "patch-minus-fill"); } +.bi-patch-minus::before { content: map-get($bootstrap-icons-map, "patch-minus"); } +.bi-patch-plus-fill::before { content: map-get($bootstrap-icons-map, "patch-plus-fill"); } +.bi-patch-plus::before { content: map-get($bootstrap-icons-map, "patch-plus"); } +.bi-patch-question-fill::before { content: map-get($bootstrap-icons-map, "patch-question-fill"); } +.bi-patch-question::before { content: map-get($bootstrap-icons-map, "patch-question"); } +.bi-pause-btn-fill::before { content: map-get($bootstrap-icons-map, "pause-btn-fill"); } +.bi-pause-btn::before { content: map-get($bootstrap-icons-map, "pause-btn"); } +.bi-pause-circle-fill::before { content: map-get($bootstrap-icons-map, "pause-circle-fill"); } +.bi-pause-circle::before { content: map-get($bootstrap-icons-map, "pause-circle"); } +.bi-pause-fill::before { content: map-get($bootstrap-icons-map, "pause-fill"); } +.bi-pause::before { content: map-get($bootstrap-icons-map, "pause"); } +.bi-peace-fill::before { content: map-get($bootstrap-icons-map, "peace-fill"); } +.bi-peace::before { content: map-get($bootstrap-icons-map, "peace"); } +.bi-pen-fill::before { content: map-get($bootstrap-icons-map, "pen-fill"); } +.bi-pen::before { content: map-get($bootstrap-icons-map, "pen"); } +.bi-pencil-fill::before { content: map-get($bootstrap-icons-map, "pencil-fill"); } +.bi-pencil-square::before { content: map-get($bootstrap-icons-map, "pencil-square"); } +.bi-pencil::before { content: map-get($bootstrap-icons-map, "pencil"); } +.bi-pentagon-fill::before { content: map-get($bootstrap-icons-map, "pentagon-fill"); } +.bi-pentagon-half::before { content: map-get($bootstrap-icons-map, "pentagon-half"); } +.bi-pentagon::before { content: map-get($bootstrap-icons-map, "pentagon"); } +.bi-people-fill::before { content: map-get($bootstrap-icons-map, "people-fill"); } +.bi-people::before { content: map-get($bootstrap-icons-map, "people"); } +.bi-percent::before { content: map-get($bootstrap-icons-map, "percent"); } +.bi-person-badge-fill::before { content: map-get($bootstrap-icons-map, "person-badge-fill"); } +.bi-person-badge::before { content: map-get($bootstrap-icons-map, "person-badge"); } +.bi-person-bounding-box::before { content: map-get($bootstrap-icons-map, "person-bounding-box"); } +.bi-person-check-fill::before { content: map-get($bootstrap-icons-map, "person-check-fill"); } +.bi-person-check::before { content: map-get($bootstrap-icons-map, "person-check"); } +.bi-person-circle::before { content: map-get($bootstrap-icons-map, "person-circle"); } +.bi-person-dash-fill::before { content: map-get($bootstrap-icons-map, "person-dash-fill"); } +.bi-person-dash::before { content: map-get($bootstrap-icons-map, "person-dash"); } +.bi-person-fill::before { content: map-get($bootstrap-icons-map, "person-fill"); } +.bi-person-lines-fill::before { content: map-get($bootstrap-icons-map, "person-lines-fill"); } +.bi-person-plus-fill::before { content: map-get($bootstrap-icons-map, "person-plus-fill"); } +.bi-person-plus::before { content: map-get($bootstrap-icons-map, "person-plus"); } +.bi-person-square::before { content: map-get($bootstrap-icons-map, "person-square"); } +.bi-person-x-fill::before { content: map-get($bootstrap-icons-map, "person-x-fill"); } +.bi-person-x::before { content: map-get($bootstrap-icons-map, "person-x"); } +.bi-person::before { content: map-get($bootstrap-icons-map, "person"); } +.bi-phone-fill::before { content: map-get($bootstrap-icons-map, "phone-fill"); } +.bi-phone-landscape-fill::before { content: map-get($bootstrap-icons-map, "phone-landscape-fill"); } +.bi-phone-landscape::before { content: map-get($bootstrap-icons-map, "phone-landscape"); } +.bi-phone-vibrate-fill::before { content: map-get($bootstrap-icons-map, "phone-vibrate-fill"); } +.bi-phone-vibrate::before { content: map-get($bootstrap-icons-map, "phone-vibrate"); } +.bi-phone::before { content: map-get($bootstrap-icons-map, "phone"); } +.bi-pie-chart-fill::before { content: map-get($bootstrap-icons-map, "pie-chart-fill"); } +.bi-pie-chart::before { content: map-get($bootstrap-icons-map, "pie-chart"); } +.bi-pin-angle-fill::before { content: map-get($bootstrap-icons-map, "pin-angle-fill"); } +.bi-pin-angle::before { content: map-get($bootstrap-icons-map, "pin-angle"); } +.bi-pin-fill::before { content: map-get($bootstrap-icons-map, "pin-fill"); } +.bi-pin::before { content: map-get($bootstrap-icons-map, "pin"); } +.bi-pip-fill::before { content: map-get($bootstrap-icons-map, "pip-fill"); } +.bi-pip::before { content: map-get($bootstrap-icons-map, "pip"); } +.bi-play-btn-fill::before { content: map-get($bootstrap-icons-map, "play-btn-fill"); } +.bi-play-btn::before { content: map-get($bootstrap-icons-map, "play-btn"); } +.bi-play-circle-fill::before { content: map-get($bootstrap-icons-map, "play-circle-fill"); } +.bi-play-circle::before { content: map-get($bootstrap-icons-map, "play-circle"); } +.bi-play-fill::before { content: map-get($bootstrap-icons-map, "play-fill"); } +.bi-play::before { content: map-get($bootstrap-icons-map, "play"); } +.bi-plug-fill::before { content: map-get($bootstrap-icons-map, "plug-fill"); } +.bi-plug::before { content: map-get($bootstrap-icons-map, "plug"); } +.bi-plus-circle-dotted::before { content: map-get($bootstrap-icons-map, "plus-circle-dotted"); } +.bi-plus-circle-fill::before { content: map-get($bootstrap-icons-map, "plus-circle-fill"); } +.bi-plus-circle::before { content: map-get($bootstrap-icons-map, "plus-circle"); } +.bi-plus-square-dotted::before { content: map-get($bootstrap-icons-map, "plus-square-dotted"); } +.bi-plus-square-fill::before { content: map-get($bootstrap-icons-map, "plus-square-fill"); } +.bi-plus-square::before { content: map-get($bootstrap-icons-map, "plus-square"); } +.bi-plus::before { content: map-get($bootstrap-icons-map, "plus"); } +.bi-power::before { content: map-get($bootstrap-icons-map, "power"); } +.bi-printer-fill::before { content: map-get($bootstrap-icons-map, "printer-fill"); } +.bi-printer::before { content: map-get($bootstrap-icons-map, "printer"); } +.bi-puzzle-fill::before { content: map-get($bootstrap-icons-map, "puzzle-fill"); } +.bi-puzzle::before { content: map-get($bootstrap-icons-map, "puzzle"); } +.bi-question-circle-fill::before { content: map-get($bootstrap-icons-map, "question-circle-fill"); } +.bi-question-circle::before { content: map-get($bootstrap-icons-map, "question-circle"); } +.bi-question-diamond-fill::before { content: map-get($bootstrap-icons-map, "question-diamond-fill"); } +.bi-question-diamond::before { content: map-get($bootstrap-icons-map, "question-diamond"); } +.bi-question-octagon-fill::before { content: map-get($bootstrap-icons-map, "question-octagon-fill"); } +.bi-question-octagon::before { content: map-get($bootstrap-icons-map, "question-octagon"); } +.bi-question-square-fill::before { content: map-get($bootstrap-icons-map, "question-square-fill"); } +.bi-question-square::before { content: map-get($bootstrap-icons-map, "question-square"); } +.bi-question::before { content: map-get($bootstrap-icons-map, "question"); } +.bi-rainbow::before { content: map-get($bootstrap-icons-map, "rainbow"); } +.bi-receipt-cutoff::before { content: map-get($bootstrap-icons-map, "receipt-cutoff"); } +.bi-receipt::before { content: map-get($bootstrap-icons-map, "receipt"); } +.bi-reception-0::before { content: map-get($bootstrap-icons-map, "reception-0"); } +.bi-reception-1::before { content: map-get($bootstrap-icons-map, "reception-1"); } +.bi-reception-2::before { content: map-get($bootstrap-icons-map, "reception-2"); } +.bi-reception-3::before { content: map-get($bootstrap-icons-map, "reception-3"); } +.bi-reception-4::before { content: map-get($bootstrap-icons-map, "reception-4"); } +.bi-record-btn-fill::before { content: map-get($bootstrap-icons-map, "record-btn-fill"); } +.bi-record-btn::before { content: map-get($bootstrap-icons-map, "record-btn"); } +.bi-record-circle-fill::before { content: map-get($bootstrap-icons-map, "record-circle-fill"); } +.bi-record-circle::before { content: map-get($bootstrap-icons-map, "record-circle"); } +.bi-record-fill::before { content: map-get($bootstrap-icons-map, "record-fill"); } +.bi-record::before { content: map-get($bootstrap-icons-map, "record"); } +.bi-record2-fill::before { content: map-get($bootstrap-icons-map, "record2-fill"); } +.bi-record2::before { content: map-get($bootstrap-icons-map, "record2"); } +.bi-reply-all-fill::before { content: map-get($bootstrap-icons-map, "reply-all-fill"); } +.bi-reply-all::before { content: map-get($bootstrap-icons-map, "reply-all"); } +.bi-reply-fill::before { content: map-get($bootstrap-icons-map, "reply-fill"); } +.bi-reply::before { content: map-get($bootstrap-icons-map, "reply"); } +.bi-rss-fill::before { content: map-get($bootstrap-icons-map, "rss-fill"); } +.bi-rss::before { content: map-get($bootstrap-icons-map, "rss"); } +.bi-rulers::before { content: map-get($bootstrap-icons-map, "rulers"); } +.bi-save-fill::before { content: map-get($bootstrap-icons-map, "save-fill"); } +.bi-save::before { content: map-get($bootstrap-icons-map, "save"); } +.bi-save2-fill::before { content: map-get($bootstrap-icons-map, "save2-fill"); } +.bi-save2::before { content: map-get($bootstrap-icons-map, "save2"); } +.bi-scissors::before { content: map-get($bootstrap-icons-map, "scissors"); } +.bi-screwdriver::before { content: map-get($bootstrap-icons-map, "screwdriver"); } +.bi-search::before { content: map-get($bootstrap-icons-map, "search"); } +.bi-segmented-nav::before { content: map-get($bootstrap-icons-map, "segmented-nav"); } +.bi-server::before { content: map-get($bootstrap-icons-map, "server"); } +.bi-share-fill::before { content: map-get($bootstrap-icons-map, "share-fill"); } +.bi-share::before { content: map-get($bootstrap-icons-map, "share"); } +.bi-shield-check::before { content: map-get($bootstrap-icons-map, "shield-check"); } +.bi-shield-exclamation::before { content: map-get($bootstrap-icons-map, "shield-exclamation"); } +.bi-shield-fill-check::before { content: map-get($bootstrap-icons-map, "shield-fill-check"); } +.bi-shield-fill-exclamation::before { content: map-get($bootstrap-icons-map, "shield-fill-exclamation"); } +.bi-shield-fill-minus::before { content: map-get($bootstrap-icons-map, "shield-fill-minus"); } +.bi-shield-fill-plus::before { content: map-get($bootstrap-icons-map, "shield-fill-plus"); } +.bi-shield-fill-x::before { content: map-get($bootstrap-icons-map, "shield-fill-x"); } +.bi-shield-fill::before { content: map-get($bootstrap-icons-map, "shield-fill"); } +.bi-shield-lock-fill::before { content: map-get($bootstrap-icons-map, "shield-lock-fill"); } +.bi-shield-lock::before { content: map-get($bootstrap-icons-map, "shield-lock"); } +.bi-shield-minus::before { content: map-get($bootstrap-icons-map, "shield-minus"); } +.bi-shield-plus::before { content: map-get($bootstrap-icons-map, "shield-plus"); } +.bi-shield-shaded::before { content: map-get($bootstrap-icons-map, "shield-shaded"); } +.bi-shield-slash-fill::before { content: map-get($bootstrap-icons-map, "shield-slash-fill"); } +.bi-shield-slash::before { content: map-get($bootstrap-icons-map, "shield-slash"); } +.bi-shield-x::before { content: map-get($bootstrap-icons-map, "shield-x"); } +.bi-shield::before { content: map-get($bootstrap-icons-map, "shield"); } +.bi-shift-fill::before { content: map-get($bootstrap-icons-map, "shift-fill"); } +.bi-shift::before { content: map-get($bootstrap-icons-map, "shift"); } +.bi-shop-window::before { content: map-get($bootstrap-icons-map, "shop-window"); } +.bi-shop::before { content: map-get($bootstrap-icons-map, "shop"); } +.bi-shuffle::before { content: map-get($bootstrap-icons-map, "shuffle"); } +.bi-signpost-2-fill::before { content: map-get($bootstrap-icons-map, "signpost-2-fill"); } +.bi-signpost-2::before { content: map-get($bootstrap-icons-map, "signpost-2"); } +.bi-signpost-fill::before { content: map-get($bootstrap-icons-map, "signpost-fill"); } +.bi-signpost-split-fill::before { content: map-get($bootstrap-icons-map, "signpost-split-fill"); } +.bi-signpost-split::before { content: map-get($bootstrap-icons-map, "signpost-split"); } +.bi-signpost::before { content: map-get($bootstrap-icons-map, "signpost"); } +.bi-sim-fill::before { content: map-get($bootstrap-icons-map, "sim-fill"); } +.bi-sim::before { content: map-get($bootstrap-icons-map, "sim"); } +.bi-skip-backward-btn-fill::before { content: map-get($bootstrap-icons-map, "skip-backward-btn-fill"); } +.bi-skip-backward-btn::before { content: map-get($bootstrap-icons-map, "skip-backward-btn"); } +.bi-skip-backward-circle-fill::before { content: map-get($bootstrap-icons-map, "skip-backward-circle-fill"); } +.bi-skip-backward-circle::before { content: map-get($bootstrap-icons-map, "skip-backward-circle"); } +.bi-skip-backward-fill::before { content: map-get($bootstrap-icons-map, "skip-backward-fill"); } +.bi-skip-backward::before { content: map-get($bootstrap-icons-map, "skip-backward"); } +.bi-skip-end-btn-fill::before { content: map-get($bootstrap-icons-map, "skip-end-btn-fill"); } +.bi-skip-end-btn::before { content: map-get($bootstrap-icons-map, "skip-end-btn"); } +.bi-skip-end-circle-fill::before { content: map-get($bootstrap-icons-map, "skip-end-circle-fill"); } +.bi-skip-end-circle::before { content: map-get($bootstrap-icons-map, "skip-end-circle"); } +.bi-skip-end-fill::before { content: map-get($bootstrap-icons-map, "skip-end-fill"); } +.bi-skip-end::before { content: map-get($bootstrap-icons-map, "skip-end"); } +.bi-skip-forward-btn-fill::before { content: map-get($bootstrap-icons-map, "skip-forward-btn-fill"); } +.bi-skip-forward-btn::before { content: map-get($bootstrap-icons-map, "skip-forward-btn"); } +.bi-skip-forward-circle-fill::before { content: map-get($bootstrap-icons-map, "skip-forward-circle-fill"); } +.bi-skip-forward-circle::before { content: map-get($bootstrap-icons-map, "skip-forward-circle"); } +.bi-skip-forward-fill::before { content: map-get($bootstrap-icons-map, "skip-forward-fill"); } +.bi-skip-forward::before { content: map-get($bootstrap-icons-map, "skip-forward"); } +.bi-skip-start-btn-fill::before { content: map-get($bootstrap-icons-map, "skip-start-btn-fill"); } +.bi-skip-start-btn::before { content: map-get($bootstrap-icons-map, "skip-start-btn"); } +.bi-skip-start-circle-fill::before { content: map-get($bootstrap-icons-map, "skip-start-circle-fill"); } +.bi-skip-start-circle::before { content: map-get($bootstrap-icons-map, "skip-start-circle"); } +.bi-skip-start-fill::before { content: map-get($bootstrap-icons-map, "skip-start-fill"); } +.bi-skip-start::before { content: map-get($bootstrap-icons-map, "skip-start"); } +.bi-slack::before { content: map-get($bootstrap-icons-map, "slack"); } +.bi-slash-circle-fill::before { content: map-get($bootstrap-icons-map, "slash-circle-fill"); } +.bi-slash-circle::before { content: map-get($bootstrap-icons-map, "slash-circle"); } +.bi-slash-square-fill::before { content: map-get($bootstrap-icons-map, "slash-square-fill"); } +.bi-slash-square::before { content: map-get($bootstrap-icons-map, "slash-square"); } +.bi-slash::before { content: map-get($bootstrap-icons-map, "slash"); } +.bi-sliders::before { content: map-get($bootstrap-icons-map, "sliders"); } +.bi-smartwatch::before { content: map-get($bootstrap-icons-map, "smartwatch"); } +.bi-snow::before { content: map-get($bootstrap-icons-map, "snow"); } +.bi-snow2::before { content: map-get($bootstrap-icons-map, "snow2"); } +.bi-snow3::before { content: map-get($bootstrap-icons-map, "snow3"); } +.bi-sort-alpha-down-alt::before { content: map-get($bootstrap-icons-map, "sort-alpha-down-alt"); } +.bi-sort-alpha-down::before { content: map-get($bootstrap-icons-map, "sort-alpha-down"); } +.bi-sort-alpha-up-alt::before { content: map-get($bootstrap-icons-map, "sort-alpha-up-alt"); } +.bi-sort-alpha-up::before { content: map-get($bootstrap-icons-map, "sort-alpha-up"); } +.bi-sort-down-alt::before { content: map-get($bootstrap-icons-map, "sort-down-alt"); } +.bi-sort-down::before { content: map-get($bootstrap-icons-map, "sort-down"); } +.bi-sort-numeric-down-alt::before { content: map-get($bootstrap-icons-map, "sort-numeric-down-alt"); } +.bi-sort-numeric-down::before { content: map-get($bootstrap-icons-map, "sort-numeric-down"); } +.bi-sort-numeric-up-alt::before { content: map-get($bootstrap-icons-map, "sort-numeric-up-alt"); } +.bi-sort-numeric-up::before { content: map-get($bootstrap-icons-map, "sort-numeric-up"); } +.bi-sort-up-alt::before { content: map-get($bootstrap-icons-map, "sort-up-alt"); } +.bi-sort-up::before { content: map-get($bootstrap-icons-map, "sort-up"); } +.bi-soundwave::before { content: map-get($bootstrap-icons-map, "soundwave"); } +.bi-speaker-fill::before { content: map-get($bootstrap-icons-map, "speaker-fill"); } +.bi-speaker::before { content: map-get($bootstrap-icons-map, "speaker"); } +.bi-speedometer::before { content: map-get($bootstrap-icons-map, "speedometer"); } +.bi-speedometer2::before { content: map-get($bootstrap-icons-map, "speedometer2"); } +.bi-spellcheck::before { content: map-get($bootstrap-icons-map, "spellcheck"); } +.bi-square-fill::before { content: map-get($bootstrap-icons-map, "square-fill"); } +.bi-square-half::before { content: map-get($bootstrap-icons-map, "square-half"); } +.bi-square::before { content: map-get($bootstrap-icons-map, "square"); } +.bi-stack::before { content: map-get($bootstrap-icons-map, "stack"); } +.bi-star-fill::before { content: map-get($bootstrap-icons-map, "star-fill"); } +.bi-star-half::before { content: map-get($bootstrap-icons-map, "star-half"); } +.bi-star::before { content: map-get($bootstrap-icons-map, "star"); } +.bi-stars::before { content: map-get($bootstrap-icons-map, "stars"); } +.bi-stickies-fill::before { content: map-get($bootstrap-icons-map, "stickies-fill"); } +.bi-stickies::before { content: map-get($bootstrap-icons-map, "stickies"); } +.bi-sticky-fill::before { content: map-get($bootstrap-icons-map, "sticky-fill"); } +.bi-sticky::before { content: map-get($bootstrap-icons-map, "sticky"); } +.bi-stop-btn-fill::before { content: map-get($bootstrap-icons-map, "stop-btn-fill"); } +.bi-stop-btn::before { content: map-get($bootstrap-icons-map, "stop-btn"); } +.bi-stop-circle-fill::before { content: map-get($bootstrap-icons-map, "stop-circle-fill"); } +.bi-stop-circle::before { content: map-get($bootstrap-icons-map, "stop-circle"); } +.bi-stop-fill::before { content: map-get($bootstrap-icons-map, "stop-fill"); } +.bi-stop::before { content: map-get($bootstrap-icons-map, "stop"); } +.bi-stoplights-fill::before { content: map-get($bootstrap-icons-map, "stoplights-fill"); } +.bi-stoplights::before { content: map-get($bootstrap-icons-map, "stoplights"); } +.bi-stopwatch-fill::before { content: map-get($bootstrap-icons-map, "stopwatch-fill"); } +.bi-stopwatch::before { content: map-get($bootstrap-icons-map, "stopwatch"); } +.bi-subtract::before { content: map-get($bootstrap-icons-map, "subtract"); } +.bi-suit-club-fill::before { content: map-get($bootstrap-icons-map, "suit-club-fill"); } +.bi-suit-club::before { content: map-get($bootstrap-icons-map, "suit-club"); } +.bi-suit-diamond-fill::before { content: map-get($bootstrap-icons-map, "suit-diamond-fill"); } +.bi-suit-diamond::before { content: map-get($bootstrap-icons-map, "suit-diamond"); } +.bi-suit-heart-fill::before { content: map-get($bootstrap-icons-map, "suit-heart-fill"); } +.bi-suit-heart::before { content: map-get($bootstrap-icons-map, "suit-heart"); } +.bi-suit-spade-fill::before { content: map-get($bootstrap-icons-map, "suit-spade-fill"); } +.bi-suit-spade::before { content: map-get($bootstrap-icons-map, "suit-spade"); } +.bi-sun-fill::before { content: map-get($bootstrap-icons-map, "sun-fill"); } +.bi-sun::before { content: map-get($bootstrap-icons-map, "sun"); } +.bi-sunglasses::before { content: map-get($bootstrap-icons-map, "sunglasses"); } +.bi-sunrise-fill::before { content: map-get($bootstrap-icons-map, "sunrise-fill"); } +.bi-sunrise::before { content: map-get($bootstrap-icons-map, "sunrise"); } +.bi-sunset-fill::before { content: map-get($bootstrap-icons-map, "sunset-fill"); } +.bi-sunset::before { content: map-get($bootstrap-icons-map, "sunset"); } +.bi-symmetry-horizontal::before { content: map-get($bootstrap-icons-map, "symmetry-horizontal"); } +.bi-symmetry-vertical::before { content: map-get($bootstrap-icons-map, "symmetry-vertical"); } +.bi-table::before { content: map-get($bootstrap-icons-map, "table"); } +.bi-tablet-fill::before { content: map-get($bootstrap-icons-map, "tablet-fill"); } +.bi-tablet-landscape-fill::before { content: map-get($bootstrap-icons-map, "tablet-landscape-fill"); } +.bi-tablet-landscape::before { content: map-get($bootstrap-icons-map, "tablet-landscape"); } +.bi-tablet::before { content: map-get($bootstrap-icons-map, "tablet"); } +.bi-tag-fill::before { content: map-get($bootstrap-icons-map, "tag-fill"); } +.bi-tag::before { content: map-get($bootstrap-icons-map, "tag"); } +.bi-tags-fill::before { content: map-get($bootstrap-icons-map, "tags-fill"); } +.bi-tags::before { content: map-get($bootstrap-icons-map, "tags"); } +.bi-telegram::before { content: map-get($bootstrap-icons-map, "telegram"); } +.bi-telephone-fill::before { content: map-get($bootstrap-icons-map, "telephone-fill"); } +.bi-telephone-forward-fill::before { content: map-get($bootstrap-icons-map, "telephone-forward-fill"); } +.bi-telephone-forward::before { content: map-get($bootstrap-icons-map, "telephone-forward"); } +.bi-telephone-inbound-fill::before { content: map-get($bootstrap-icons-map, "telephone-inbound-fill"); } +.bi-telephone-inbound::before { content: map-get($bootstrap-icons-map, "telephone-inbound"); } +.bi-telephone-minus-fill::before { content: map-get($bootstrap-icons-map, "telephone-minus-fill"); } +.bi-telephone-minus::before { content: map-get($bootstrap-icons-map, "telephone-minus"); } +.bi-telephone-outbound-fill::before { content: map-get($bootstrap-icons-map, "telephone-outbound-fill"); } +.bi-telephone-outbound::before { content: map-get($bootstrap-icons-map, "telephone-outbound"); } +.bi-telephone-plus-fill::before { content: map-get($bootstrap-icons-map, "telephone-plus-fill"); } +.bi-telephone-plus::before { content: map-get($bootstrap-icons-map, "telephone-plus"); } +.bi-telephone-x-fill::before { content: map-get($bootstrap-icons-map, "telephone-x-fill"); } +.bi-telephone-x::before { content: map-get($bootstrap-icons-map, "telephone-x"); } +.bi-telephone::before { content: map-get($bootstrap-icons-map, "telephone"); } +.bi-terminal-fill::before { content: map-get($bootstrap-icons-map, "terminal-fill"); } +.bi-terminal::before { content: map-get($bootstrap-icons-map, "terminal"); } +.bi-text-center::before { content: map-get($bootstrap-icons-map, "text-center"); } +.bi-text-indent-left::before { content: map-get($bootstrap-icons-map, "text-indent-left"); } +.bi-text-indent-right::before { content: map-get($bootstrap-icons-map, "text-indent-right"); } +.bi-text-left::before { content: map-get($bootstrap-icons-map, "text-left"); } +.bi-text-paragraph::before { content: map-get($bootstrap-icons-map, "text-paragraph"); } +.bi-text-right::before { content: map-get($bootstrap-icons-map, "text-right"); } +.bi-textarea-resize::before { content: map-get($bootstrap-icons-map, "textarea-resize"); } +.bi-textarea-t::before { content: map-get($bootstrap-icons-map, "textarea-t"); } +.bi-textarea::before { content: map-get($bootstrap-icons-map, "textarea"); } +.bi-thermometer-half::before { content: map-get($bootstrap-icons-map, "thermometer-half"); } +.bi-thermometer-high::before { content: map-get($bootstrap-icons-map, "thermometer-high"); } +.bi-thermometer-low::before { content: map-get($bootstrap-icons-map, "thermometer-low"); } +.bi-thermometer-snow::before { content: map-get($bootstrap-icons-map, "thermometer-snow"); } +.bi-thermometer-sun::before { content: map-get($bootstrap-icons-map, "thermometer-sun"); } +.bi-thermometer::before { content: map-get($bootstrap-icons-map, "thermometer"); } +.bi-three-dots-vertical::before { content: map-get($bootstrap-icons-map, "three-dots-vertical"); } +.bi-three-dots::before { content: map-get($bootstrap-icons-map, "three-dots"); } +.bi-toggle-off::before { content: map-get($bootstrap-icons-map, "toggle-off"); } +.bi-toggle-on::before { content: map-get($bootstrap-icons-map, "toggle-on"); } +.bi-toggle2-off::before { content: map-get($bootstrap-icons-map, "toggle2-off"); } +.bi-toggle2-on::before { content: map-get($bootstrap-icons-map, "toggle2-on"); } +.bi-toggles::before { content: map-get($bootstrap-icons-map, "toggles"); } +.bi-toggles2::before { content: map-get($bootstrap-icons-map, "toggles2"); } +.bi-tools::before { content: map-get($bootstrap-icons-map, "tools"); } +.bi-tornado::before { content: map-get($bootstrap-icons-map, "tornado"); } +.bi-trash-fill::before { content: map-get($bootstrap-icons-map, "trash-fill"); } +.bi-trash::before { content: map-get($bootstrap-icons-map, "trash"); } +.bi-trash2-fill::before { content: map-get($bootstrap-icons-map, "trash2-fill"); } +.bi-trash2::before { content: map-get($bootstrap-icons-map, "trash2"); } +.bi-tree-fill::before { content: map-get($bootstrap-icons-map, "tree-fill"); } +.bi-tree::before { content: map-get($bootstrap-icons-map, "tree"); } +.bi-triangle-fill::before { content: map-get($bootstrap-icons-map, "triangle-fill"); } +.bi-triangle-half::before { content: map-get($bootstrap-icons-map, "triangle-half"); } +.bi-triangle::before { content: map-get($bootstrap-icons-map, "triangle"); } +.bi-trophy-fill::before { content: map-get($bootstrap-icons-map, "trophy-fill"); } +.bi-trophy::before { content: map-get($bootstrap-icons-map, "trophy"); } +.bi-tropical-storm::before { content: map-get($bootstrap-icons-map, "tropical-storm"); } +.bi-truck-flatbed::before { content: map-get($bootstrap-icons-map, "truck-flatbed"); } +.bi-truck::before { content: map-get($bootstrap-icons-map, "truck"); } +.bi-tsunami::before { content: map-get($bootstrap-icons-map, "tsunami"); } +.bi-tv-fill::before { content: map-get($bootstrap-icons-map, "tv-fill"); } +.bi-tv::before { content: map-get($bootstrap-icons-map, "tv"); } +.bi-twitch::before { content: map-get($bootstrap-icons-map, "twitch"); } +.bi-twitter::before { content: map-get($bootstrap-icons-map, "twitter"); } +.bi-type-bold::before { content: map-get($bootstrap-icons-map, "type-bold"); } +.bi-type-h1::before { content: map-get($bootstrap-icons-map, "type-h1"); } +.bi-type-h2::before { content: map-get($bootstrap-icons-map, "type-h2"); } +.bi-type-h3::before { content: map-get($bootstrap-icons-map, "type-h3"); } +.bi-type-italic::before { content: map-get($bootstrap-icons-map, "type-italic"); } +.bi-type-strikethrough::before { content: map-get($bootstrap-icons-map, "type-strikethrough"); } +.bi-type-underline::before { content: map-get($bootstrap-icons-map, "type-underline"); } +.bi-type::before { content: map-get($bootstrap-icons-map, "type"); } +.bi-ui-checks-grid::before { content: map-get($bootstrap-icons-map, "ui-checks-grid"); } +.bi-ui-checks::before { content: map-get($bootstrap-icons-map, "ui-checks"); } +.bi-ui-radios-grid::before { content: map-get($bootstrap-icons-map, "ui-radios-grid"); } +.bi-ui-radios::before { content: map-get($bootstrap-icons-map, "ui-radios"); } +.bi-umbrella-fill::before { content: map-get($bootstrap-icons-map, "umbrella-fill"); } +.bi-umbrella::before { content: map-get($bootstrap-icons-map, "umbrella"); } +.bi-union::before { content: map-get($bootstrap-icons-map, "union"); } +.bi-unlock-fill::before { content: map-get($bootstrap-icons-map, "unlock-fill"); } +.bi-unlock::before { content: map-get($bootstrap-icons-map, "unlock"); } +.bi-upc-scan::before { content: map-get($bootstrap-icons-map, "upc-scan"); } +.bi-upc::before { content: map-get($bootstrap-icons-map, "upc"); } +.bi-upload::before { content: map-get($bootstrap-icons-map, "upload"); } +.bi-vector-pen::before { content: map-get($bootstrap-icons-map, "vector-pen"); } +.bi-view-list::before { content: map-get($bootstrap-icons-map, "view-list"); } +.bi-view-stacked::before { content: map-get($bootstrap-icons-map, "view-stacked"); } +.bi-vinyl-fill::before { content: map-get($bootstrap-icons-map, "vinyl-fill"); } +.bi-vinyl::before { content: map-get($bootstrap-icons-map, "vinyl"); } +.bi-voicemail::before { content: map-get($bootstrap-icons-map, "voicemail"); } +.bi-volume-down-fill::before { content: map-get($bootstrap-icons-map, "volume-down-fill"); } +.bi-volume-down::before { content: map-get($bootstrap-icons-map, "volume-down"); } +.bi-volume-mute-fill::before { content: map-get($bootstrap-icons-map, "volume-mute-fill"); } +.bi-volume-mute::before { content: map-get($bootstrap-icons-map, "volume-mute"); } +.bi-volume-off-fill::before { content: map-get($bootstrap-icons-map, "volume-off-fill"); } +.bi-volume-off::before { content: map-get($bootstrap-icons-map, "volume-off"); } +.bi-volume-up-fill::before { content: map-get($bootstrap-icons-map, "volume-up-fill"); } +.bi-volume-up::before { content: map-get($bootstrap-icons-map, "volume-up"); } +.bi-vr::before { content: map-get($bootstrap-icons-map, "vr"); } +.bi-wallet-fill::before { content: map-get($bootstrap-icons-map, "wallet-fill"); } +.bi-wallet::before { content: map-get($bootstrap-icons-map, "wallet"); } +.bi-wallet2::before { content: map-get($bootstrap-icons-map, "wallet2"); } +.bi-watch::before { content: map-get($bootstrap-icons-map, "watch"); } +.bi-water::before { content: map-get($bootstrap-icons-map, "water"); } +.bi-whatsapp::before { content: map-get($bootstrap-icons-map, "whatsapp"); } +.bi-wifi-1::before { content: map-get($bootstrap-icons-map, "wifi-1"); } +.bi-wifi-2::before { content: map-get($bootstrap-icons-map, "wifi-2"); } +.bi-wifi-off::before { content: map-get($bootstrap-icons-map, "wifi-off"); } +.bi-wifi::before { content: map-get($bootstrap-icons-map, "wifi"); } +.bi-wind::before { content: map-get($bootstrap-icons-map, "wind"); } +.bi-window-dock::before { content: map-get($bootstrap-icons-map, "window-dock"); } +.bi-window-sidebar::before { content: map-get($bootstrap-icons-map, "window-sidebar"); } +.bi-window::before { content: map-get($bootstrap-icons-map, "window"); } +.bi-wrench::before { content: map-get($bootstrap-icons-map, "wrench"); } +.bi-x-circle-fill::before { content: map-get($bootstrap-icons-map, "x-circle-fill"); } +.bi-x-circle::before { content: map-get($bootstrap-icons-map, "x-circle"); } +.bi-x-diamond-fill::before { content: map-get($bootstrap-icons-map, "x-diamond-fill"); } +.bi-x-diamond::before { content: map-get($bootstrap-icons-map, "x-diamond"); } +.bi-x-octagon-fill::before { content: map-get($bootstrap-icons-map, "x-octagon-fill"); } +.bi-x-octagon::before { content: map-get($bootstrap-icons-map, "x-octagon"); } +.bi-x-square-fill::before { content: map-get($bootstrap-icons-map, "x-square-fill"); } +.bi-x-square::before { content: map-get($bootstrap-icons-map, "x-square"); } +.bi-x::before { content: map-get($bootstrap-icons-map, "x"); } +.bi-youtube::before { content: map-get($bootstrap-icons-map, "youtube"); } +.bi-zoom-in::before { content: map-get($bootstrap-icons-map, "zoom-in"); } +.bi-zoom-out::before { content: map-get($bootstrap-icons-map, "zoom-out"); } +.bi-bank::before { content: map-get($bootstrap-icons-map, "bank"); } +.bi-bank2::before { content: map-get($bootstrap-icons-map, "bank2"); } +.bi-bell-slash-fill::before { content: map-get($bootstrap-icons-map, "bell-slash-fill"); } +.bi-bell-slash::before { content: map-get($bootstrap-icons-map, "bell-slash"); } +.bi-cash-coin::before { content: map-get($bootstrap-icons-map, "cash-coin"); } +.bi-check-lg::before { content: map-get($bootstrap-icons-map, "check-lg"); } +.bi-coin::before { content: map-get($bootstrap-icons-map, "coin"); } +.bi-currency-bitcoin::before { content: map-get($bootstrap-icons-map, "currency-bitcoin"); } +.bi-currency-dollar::before { content: map-get($bootstrap-icons-map, "currency-dollar"); } +.bi-currency-euro::before { content: map-get($bootstrap-icons-map, "currency-euro"); } +.bi-currency-exchange::before { content: map-get($bootstrap-icons-map, "currency-exchange"); } +.bi-currency-pound::before { content: map-get($bootstrap-icons-map, "currency-pound"); } +.bi-currency-yen::before { content: map-get($bootstrap-icons-map, "currency-yen"); } +.bi-dash-lg::before { content: map-get($bootstrap-icons-map, "dash-lg"); } +.bi-exclamation-lg::before { content: map-get($bootstrap-icons-map, "exclamation-lg"); } +.bi-file-earmark-pdf-fill::before { content: map-get($bootstrap-icons-map, "file-earmark-pdf-fill"); } +.bi-file-earmark-pdf::before { content: map-get($bootstrap-icons-map, "file-earmark-pdf"); } +.bi-file-pdf-fill::before { content: map-get($bootstrap-icons-map, "file-pdf-fill"); } +.bi-file-pdf::before { content: map-get($bootstrap-icons-map, "file-pdf"); } +.bi-gender-ambiguous::before { content: map-get($bootstrap-icons-map, "gender-ambiguous"); } +.bi-gender-female::before { content: map-get($bootstrap-icons-map, "gender-female"); } +.bi-gender-male::before { content: map-get($bootstrap-icons-map, "gender-male"); } +.bi-gender-trans::before { content: map-get($bootstrap-icons-map, "gender-trans"); } +.bi-headset-vr::before { content: map-get($bootstrap-icons-map, "headset-vr"); } +.bi-info-lg::before { content: map-get($bootstrap-icons-map, "info-lg"); } +.bi-mastodon::before { content: map-get($bootstrap-icons-map, "mastodon"); } +.bi-messenger::before { content: map-get($bootstrap-icons-map, "messenger"); } +.bi-piggy-bank-fill::before { content: map-get($bootstrap-icons-map, "piggy-bank-fill"); } +.bi-piggy-bank::before { content: map-get($bootstrap-icons-map, "piggy-bank"); } +.bi-pin-map-fill::before { content: map-get($bootstrap-icons-map, "pin-map-fill"); } +.bi-pin-map::before { content: map-get($bootstrap-icons-map, "pin-map"); } +.bi-plus-lg::before { content: map-get($bootstrap-icons-map, "plus-lg"); } +.bi-question-lg::before { content: map-get($bootstrap-icons-map, "question-lg"); } +.bi-recycle::before { content: map-get($bootstrap-icons-map, "recycle"); } +.bi-reddit::before { content: map-get($bootstrap-icons-map, "reddit"); } +.bi-safe-fill::before { content: map-get($bootstrap-icons-map, "safe-fill"); } +.bi-safe2-fill::before { content: map-get($bootstrap-icons-map, "safe2-fill"); } +.bi-safe2::before { content: map-get($bootstrap-icons-map, "safe2"); } +.bi-sd-card-fill::before { content: map-get($bootstrap-icons-map, "sd-card-fill"); } +.bi-sd-card::before { content: map-get($bootstrap-icons-map, "sd-card"); } +.bi-skype::before { content: map-get($bootstrap-icons-map, "skype"); } +.bi-slash-lg::before { content: map-get($bootstrap-icons-map, "slash-lg"); } +.bi-translate::before { content: map-get($bootstrap-icons-map, "translate"); } +.bi-x-lg::before { content: map-get($bootstrap-icons-map, "x-lg"); } +.bi-safe::before { content: map-get($bootstrap-icons-map, "safe"); } +.bi-apple::before { content: map-get($bootstrap-icons-map, "apple"); } +.bi-microsoft::before { content: map-get($bootstrap-icons-map, "microsoft"); } +.bi-windows::before { content: map-get($bootstrap-icons-map, "windows"); } +.bi-behance::before { content: map-get($bootstrap-icons-map, "behance"); } +.bi-dribbble::before { content: map-get($bootstrap-icons-map, "dribbble"); } +.bi-line::before { content: map-get($bootstrap-icons-map, "line"); } +.bi-medium::before { content: map-get($bootstrap-icons-map, "medium"); } +.bi-paypal::before { content: map-get($bootstrap-icons-map, "paypal"); } +.bi-pinterest::before { content: map-get($bootstrap-icons-map, "pinterest"); } +.bi-signal::before { content: map-get($bootstrap-icons-map, "signal"); } +.bi-snapchat::before { content: map-get($bootstrap-icons-map, "snapchat"); } +.bi-spotify::before { content: map-get($bootstrap-icons-map, "spotify"); } +.bi-stack-overflow::before { content: map-get($bootstrap-icons-map, "stack-overflow"); } +.bi-strava::before { content: map-get($bootstrap-icons-map, "strava"); } +.bi-wordpress::before { content: map-get($bootstrap-icons-map, "wordpress"); } +.bi-vimeo::before { content: map-get($bootstrap-icons-map, "vimeo"); } +.bi-activity::before { content: map-get($bootstrap-icons-map, "activity"); } +.bi-easel2-fill::before { content: map-get($bootstrap-icons-map, "easel2-fill"); } +.bi-easel2::before { content: map-get($bootstrap-icons-map, "easel2"); } +.bi-easel3-fill::before { content: map-get($bootstrap-icons-map, "easel3-fill"); } +.bi-easel3::before { content: map-get($bootstrap-icons-map, "easel3"); } +.bi-fan::before { content: map-get($bootstrap-icons-map, "fan"); } +.bi-fingerprint::before { content: map-get($bootstrap-icons-map, "fingerprint"); } +.bi-graph-down-arrow::before { content: map-get($bootstrap-icons-map, "graph-down-arrow"); } +.bi-graph-up-arrow::before { content: map-get($bootstrap-icons-map, "graph-up-arrow"); } +.bi-hypnotize::before { content: map-get($bootstrap-icons-map, "hypnotize"); } +.bi-magic::before { content: map-get($bootstrap-icons-map, "magic"); } +.bi-person-rolodex::before { content: map-get($bootstrap-icons-map, "person-rolodex"); } +.bi-person-video::before { content: map-get($bootstrap-icons-map, "person-video"); } +.bi-person-video2::before { content: map-get($bootstrap-icons-map, "person-video2"); } +.bi-person-video3::before { content: map-get($bootstrap-icons-map, "person-video3"); } +.bi-person-workspace::before { content: map-get($bootstrap-icons-map, "person-workspace"); } +.bi-radioactive::before { content: map-get($bootstrap-icons-map, "radioactive"); } +.bi-webcam-fill::before { content: map-get($bootstrap-icons-map, "webcam-fill"); } +.bi-webcam::before { content: map-get($bootstrap-icons-map, "webcam"); } +.bi-yin-yang::before { content: map-get($bootstrap-icons-map, "yin-yang"); } +.bi-bandaid-fill::before { content: map-get($bootstrap-icons-map, "bandaid-fill"); } +.bi-bandaid::before { content: map-get($bootstrap-icons-map, "bandaid"); } +.bi-bluetooth::before { content: map-get($bootstrap-icons-map, "bluetooth"); } +.bi-body-text::before { content: map-get($bootstrap-icons-map, "body-text"); } +.bi-boombox::before { content: map-get($bootstrap-icons-map, "boombox"); } +.bi-boxes::before { content: map-get($bootstrap-icons-map, "boxes"); } +.bi-dpad-fill::before { content: map-get($bootstrap-icons-map, "dpad-fill"); } +.bi-dpad::before { content: map-get($bootstrap-icons-map, "dpad"); } +.bi-ear-fill::before { content: map-get($bootstrap-icons-map, "ear-fill"); } +.bi-ear::before { content: map-get($bootstrap-icons-map, "ear"); } +.bi-envelope-check-1::before { content: map-get($bootstrap-icons-map, "envelope-check-1"); } +.bi-envelope-check-fill::before { content: map-get($bootstrap-icons-map, "envelope-check-fill"); } +.bi-envelope-check::before { content: map-get($bootstrap-icons-map, "envelope-check"); } +.bi-envelope-dash-1::before { content: map-get($bootstrap-icons-map, "envelope-dash-1"); } +.bi-envelope-dash-fill::before { content: map-get($bootstrap-icons-map, "envelope-dash-fill"); } +.bi-envelope-dash::before { content: map-get($bootstrap-icons-map, "envelope-dash"); } +.bi-envelope-exclamation-1::before { content: map-get($bootstrap-icons-map, "envelope-exclamation-1"); } +.bi-envelope-exclamation-fill::before { content: map-get($bootstrap-icons-map, "envelope-exclamation-fill"); } +.bi-envelope-exclamation::before { content: map-get($bootstrap-icons-map, "envelope-exclamation"); } +.bi-envelope-plus-fill::before { content: map-get($bootstrap-icons-map, "envelope-plus-fill"); } +.bi-envelope-plus::before { content: map-get($bootstrap-icons-map, "envelope-plus"); } +.bi-envelope-slash-1::before { content: map-get($bootstrap-icons-map, "envelope-slash-1"); } +.bi-envelope-slash-fill::before { content: map-get($bootstrap-icons-map, "envelope-slash-fill"); } +.bi-envelope-slash::before { content: map-get($bootstrap-icons-map, "envelope-slash"); } +.bi-envelope-x-1::before { content: map-get($bootstrap-icons-map, "envelope-x-1"); } +.bi-envelope-x-fill::before { content: map-get($bootstrap-icons-map, "envelope-x-fill"); } +.bi-envelope-x::before { content: map-get($bootstrap-icons-map, "envelope-x"); } +.bi-explicit-fill::before { content: map-get($bootstrap-icons-map, "explicit-fill"); } +.bi-explicit::before { content: map-get($bootstrap-icons-map, "explicit"); } +.bi-git::before { content: map-get($bootstrap-icons-map, "git"); } +.bi-infinity::before { content: map-get($bootstrap-icons-map, "infinity"); } +.bi-list-columns-reverse::before { content: map-get($bootstrap-icons-map, "list-columns-reverse"); } +.bi-list-columns::before { content: map-get($bootstrap-icons-map, "list-columns"); } +.bi-meta::before { content: map-get($bootstrap-icons-map, "meta"); } +.bi-mortorboard-fill::before { content: map-get($bootstrap-icons-map, "mortorboard-fill"); } +.bi-mortorboard::before { content: map-get($bootstrap-icons-map, "mortorboard"); } +.bi-nintendo-switch::before { content: map-get($bootstrap-icons-map, "nintendo-switch"); } +.bi-pc-display-horizontal::before { content: map-get($bootstrap-icons-map, "pc-display-horizontal"); } +.bi-pc-display::before { content: map-get($bootstrap-icons-map, "pc-display"); } +.bi-pc-horizontal::before { content: map-get($bootstrap-icons-map, "pc-horizontal"); } +.bi-pc::before { content: map-get($bootstrap-icons-map, "pc"); } +.bi-playstation::before { content: map-get($bootstrap-icons-map, "playstation"); } +.bi-plus-slash-minus::before { content: map-get($bootstrap-icons-map, "plus-slash-minus"); } +.bi-projector-fill::before { content: map-get($bootstrap-icons-map, "projector-fill"); } +.bi-projector::before { content: map-get($bootstrap-icons-map, "projector"); } +.bi-qr-code-scan::before { content: map-get($bootstrap-icons-map, "qr-code-scan"); } +.bi-qr-code::before { content: map-get($bootstrap-icons-map, "qr-code"); } +.bi-quora::before { content: map-get($bootstrap-icons-map, "quora"); } +.bi-quote::before { content: map-get($bootstrap-icons-map, "quote"); } +.bi-robot::before { content: map-get($bootstrap-icons-map, "robot"); } +.bi-send-check-fill::before { content: map-get($bootstrap-icons-map, "send-check-fill"); } +.bi-send-check::before { content: map-get($bootstrap-icons-map, "send-check"); } +.bi-send-dash-fill::before { content: map-get($bootstrap-icons-map, "send-dash-fill"); } +.bi-send-dash::before { content: map-get($bootstrap-icons-map, "send-dash"); } +.bi-send-exclamation-1::before { content: map-get($bootstrap-icons-map, "send-exclamation-1"); } +.bi-send-exclamation-fill::before { content: map-get($bootstrap-icons-map, "send-exclamation-fill"); } +.bi-send-exclamation::before { content: map-get($bootstrap-icons-map, "send-exclamation"); } +.bi-send-fill::before { content: map-get($bootstrap-icons-map, "send-fill"); } +.bi-send-plus-fill::before { content: map-get($bootstrap-icons-map, "send-plus-fill"); } +.bi-send-plus::before { content: map-get($bootstrap-icons-map, "send-plus"); } +.bi-send-slash-fill::before { content: map-get($bootstrap-icons-map, "send-slash-fill"); } +.bi-send-slash::before { content: map-get($bootstrap-icons-map, "send-slash"); } +.bi-send-x-fill::before { content: map-get($bootstrap-icons-map, "send-x-fill"); } +.bi-send-x::before { content: map-get($bootstrap-icons-map, "send-x"); } +.bi-send::before { content: map-get($bootstrap-icons-map, "send"); } +.bi-steam::before { content: map-get($bootstrap-icons-map, "steam"); } +.bi-terminal-dash-1::before { content: map-get($bootstrap-icons-map, "terminal-dash-1"); } +.bi-terminal-dash::before { content: map-get($bootstrap-icons-map, "terminal-dash"); } +.bi-terminal-plus::before { content: map-get($bootstrap-icons-map, "terminal-plus"); } +.bi-terminal-split::before { content: map-get($bootstrap-icons-map, "terminal-split"); } +.bi-ticket-detailed-fill::before { content: map-get($bootstrap-icons-map, "ticket-detailed-fill"); } +.bi-ticket-detailed::before { content: map-get($bootstrap-icons-map, "ticket-detailed"); } +.bi-ticket-fill::before { content: map-get($bootstrap-icons-map, "ticket-fill"); } +.bi-ticket-perforated-fill::before { content: map-get($bootstrap-icons-map, "ticket-perforated-fill"); } +.bi-ticket-perforated::before { content: map-get($bootstrap-icons-map, "ticket-perforated"); } +.bi-ticket::before { content: map-get($bootstrap-icons-map, "ticket"); } +.bi-tiktok::before { content: map-get($bootstrap-icons-map, "tiktok"); } +.bi-window-dash::before { content: map-get($bootstrap-icons-map, "window-dash"); } +.bi-window-desktop::before { content: map-get($bootstrap-icons-map, "window-desktop"); } +.bi-window-fullscreen::before { content: map-get($bootstrap-icons-map, "window-fullscreen"); } +.bi-window-plus::before { content: map-get($bootstrap-icons-map, "window-plus"); } +.bi-window-split::before { content: map-get($bootstrap-icons-map, "window-split"); } +.bi-window-stack::before { content: map-get($bootstrap-icons-map, "window-stack"); } +.bi-window-x::before { content: map-get($bootstrap-icons-map, "window-x"); } +.bi-xbox::before { content: map-get($bootstrap-icons-map, "xbox"); } +.bi-ethernet::before { content: map-get($bootstrap-icons-map, "ethernet"); } +.bi-hdmi-fill::before { content: map-get($bootstrap-icons-map, "hdmi-fill"); } +.bi-hdmi::before { content: map-get($bootstrap-icons-map, "hdmi"); } +.bi-usb-c-fill::before { content: map-get($bootstrap-icons-map, "usb-c-fill"); } +.bi-usb-c::before { content: map-get($bootstrap-icons-map, "usb-c"); } +.bi-usb-fill::before { content: map-get($bootstrap-icons-map, "usb-fill"); } +.bi-usb-plug-fill::before { content: map-get($bootstrap-icons-map, "usb-plug-fill"); } +.bi-usb-plug::before { content: map-get($bootstrap-icons-map, "usb-plug"); } +.bi-usb-symbol::before { content: map-get($bootstrap-icons-map, "usb-symbol"); } +.bi-usb::before { content: map-get($bootstrap-icons-map, "usb"); } +.bi-boombox-fill::before { content: map-get($bootstrap-icons-map, "boombox-fill"); } +.bi-displayport-1::before { content: map-get($bootstrap-icons-map, "displayport-1"); } +.bi-displayport::before { content: map-get($bootstrap-icons-map, "displayport"); } +.bi-gpu-card::before { content: map-get($bootstrap-icons-map, "gpu-card"); } +.bi-memory::before { content: map-get($bootstrap-icons-map, "memory"); } +.bi-modem-fill::before { content: map-get($bootstrap-icons-map, "modem-fill"); } +.bi-modem::before { content: map-get($bootstrap-icons-map, "modem"); } +.bi-motherboard-fill::before { content: map-get($bootstrap-icons-map, "motherboard-fill"); } +.bi-motherboard::before { content: map-get($bootstrap-icons-map, "motherboard"); } +.bi-optical-audio-fill::before { content: map-get($bootstrap-icons-map, "optical-audio-fill"); } +.bi-optical-audio::before { content: map-get($bootstrap-icons-map, "optical-audio"); } +.bi-pci-card::before { content: map-get($bootstrap-icons-map, "pci-card"); } +.bi-router-fill::before { content: map-get($bootstrap-icons-map, "router-fill"); } +.bi-router::before { content: map-get($bootstrap-icons-map, "router"); } +.bi-ssd-fill::before { content: map-get($bootstrap-icons-map, "ssd-fill"); } +.bi-ssd::before { content: map-get($bootstrap-icons-map, "ssd"); } +.bi-thunderbolt-fill::before { content: map-get($bootstrap-icons-map, "thunderbolt-fill"); } +.bi-thunderbolt::before { content: map-get($bootstrap-icons-map, "thunderbolt"); } +.bi-usb-drive-fill::before { content: map-get($bootstrap-icons-map, "usb-drive-fill"); } +.bi-usb-drive::before { content: map-get($bootstrap-icons-map, "usb-drive"); } +.bi-usb-micro-fill::before { content: map-get($bootstrap-icons-map, "usb-micro-fill"); } +.bi-usb-micro::before { content: map-get($bootstrap-icons-map, "usb-micro"); } +.bi-usb-mini-fill::before { content: map-get($bootstrap-icons-map, "usb-mini-fill"); } +.bi-usb-mini::before { content: map-get($bootstrap-icons-map, "usb-mini"); } +.bi-cloud-haze2::before { content: map-get($bootstrap-icons-map, "cloud-haze2"); } +.bi-device-hdd-fill::before { content: map-get($bootstrap-icons-map, "device-hdd-fill"); } +.bi-device-hdd::before { content: map-get($bootstrap-icons-map, "device-hdd"); } +.bi-device-ssd-fill::before { content: map-get($bootstrap-icons-map, "device-ssd-fill"); } +.bi-device-ssd::before { content: map-get($bootstrap-icons-map, "device-ssd"); } +.bi-displayport-fill::before { content: map-get($bootstrap-icons-map, "displayport-fill"); } +.bi-mortarboard-fill::before { content: map-get($bootstrap-icons-map, "mortarboard-fill"); } +.bi-mortarboard::before { content: map-get($bootstrap-icons-map, "mortarboard"); } +.bi-terminal-x::before { content: map-get($bootstrap-icons-map, "terminal-x"); } +.bi-arrow-through-heart-fill::before { content: map-get($bootstrap-icons-map, "arrow-through-heart-fill"); } +.bi-arrow-through-heart::before { content: map-get($bootstrap-icons-map, "arrow-through-heart"); } +.bi-badge-sd-fill::before { content: map-get($bootstrap-icons-map, "badge-sd-fill"); } +.bi-badge-sd::before { content: map-get($bootstrap-icons-map, "badge-sd"); } +.bi-bag-heart-fill::before { content: map-get($bootstrap-icons-map, "bag-heart-fill"); } +.bi-bag-heart::before { content: map-get($bootstrap-icons-map, "bag-heart"); } +.bi-balloon-fill::before { content: map-get($bootstrap-icons-map, "balloon-fill"); } +.bi-balloon-heart-fill::before { content: map-get($bootstrap-icons-map, "balloon-heart-fill"); } +.bi-balloon-heart::before { content: map-get($bootstrap-icons-map, "balloon-heart"); } +.bi-balloon::before { content: map-get($bootstrap-icons-map, "balloon"); } +.bi-box2-fill::before { content: map-get($bootstrap-icons-map, "box2-fill"); } +.bi-box2-heart-fill::before { content: map-get($bootstrap-icons-map, "box2-heart-fill"); } +.bi-box2-heart::before { content: map-get($bootstrap-icons-map, "box2-heart"); } +.bi-box2::before { content: map-get($bootstrap-icons-map, "box2"); } +.bi-braces-asterisk::before { content: map-get($bootstrap-icons-map, "braces-asterisk"); } +.bi-calendar-heart-fill::before { content: map-get($bootstrap-icons-map, "calendar-heart-fill"); } +.bi-calendar-heart::before { content: map-get($bootstrap-icons-map, "calendar-heart"); } +.bi-calendar2-heart-fill::before { content: map-get($bootstrap-icons-map, "calendar2-heart-fill"); } +.bi-calendar2-heart::before { content: map-get($bootstrap-icons-map, "calendar2-heart"); } +.bi-chat-heart-fill::before { content: map-get($bootstrap-icons-map, "chat-heart-fill"); } +.bi-chat-heart::before { content: map-get($bootstrap-icons-map, "chat-heart"); } +.bi-chat-left-heart-fill::before { content: map-get($bootstrap-icons-map, "chat-left-heart-fill"); } +.bi-chat-left-heart::before { content: map-get($bootstrap-icons-map, "chat-left-heart"); } +.bi-chat-right-heart-fill::before { content: map-get($bootstrap-icons-map, "chat-right-heart-fill"); } +.bi-chat-right-heart::before { content: map-get($bootstrap-icons-map, "chat-right-heart"); } +.bi-chat-square-heart-fill::before { content: map-get($bootstrap-icons-map, "chat-square-heart-fill"); } +.bi-chat-square-heart::before { content: map-get($bootstrap-icons-map, "chat-square-heart"); } +.bi-clipboard-check-fill::before { content: map-get($bootstrap-icons-map, "clipboard-check-fill"); } +.bi-clipboard-data-fill::before { content: map-get($bootstrap-icons-map, "clipboard-data-fill"); } +.bi-clipboard-fill::before { content: map-get($bootstrap-icons-map, "clipboard-fill"); } +.bi-clipboard-heart-fill::before { content: map-get($bootstrap-icons-map, "clipboard-heart-fill"); } +.bi-clipboard-heart::before { content: map-get($bootstrap-icons-map, "clipboard-heart"); } +.bi-clipboard-minus-fill::before { content: map-get($bootstrap-icons-map, "clipboard-minus-fill"); } +.bi-clipboard-plus-fill::before { content: map-get($bootstrap-icons-map, "clipboard-plus-fill"); } +.bi-clipboard-pulse::before { content: map-get($bootstrap-icons-map, "clipboard-pulse"); } +.bi-clipboard-x-fill::before { content: map-get($bootstrap-icons-map, "clipboard-x-fill"); } +.bi-clipboard2-check-fill::before { content: map-get($bootstrap-icons-map, "clipboard2-check-fill"); } +.bi-clipboard2-check::before { content: map-get($bootstrap-icons-map, "clipboard2-check"); } +.bi-clipboard2-data-fill::before { content: map-get($bootstrap-icons-map, "clipboard2-data-fill"); } +.bi-clipboard2-data::before { content: map-get($bootstrap-icons-map, "clipboard2-data"); } +.bi-clipboard2-fill::before { content: map-get($bootstrap-icons-map, "clipboard2-fill"); } +.bi-clipboard2-heart-fill::before { content: map-get($bootstrap-icons-map, "clipboard2-heart-fill"); } +.bi-clipboard2-heart::before { content: map-get($bootstrap-icons-map, "clipboard2-heart"); } +.bi-clipboard2-minus-fill::before { content: map-get($bootstrap-icons-map, "clipboard2-minus-fill"); } +.bi-clipboard2-minus::before { content: map-get($bootstrap-icons-map, "clipboard2-minus"); } +.bi-clipboard2-plus-fill::before { content: map-get($bootstrap-icons-map, "clipboard2-plus-fill"); } +.bi-clipboard2-plus::before { content: map-get($bootstrap-icons-map, "clipboard2-plus"); } +.bi-clipboard2-pulse-fill::before { content: map-get($bootstrap-icons-map, "clipboard2-pulse-fill"); } +.bi-clipboard2-pulse::before { content: map-get($bootstrap-icons-map, "clipboard2-pulse"); } +.bi-clipboard2-x-fill::before { content: map-get($bootstrap-icons-map, "clipboard2-x-fill"); } +.bi-clipboard2-x::before { content: map-get($bootstrap-icons-map, "clipboard2-x"); } +.bi-clipboard2::before { content: map-get($bootstrap-icons-map, "clipboard2"); } +.bi-emoji-kiss-fill::before { content: map-get($bootstrap-icons-map, "emoji-kiss-fill"); } +.bi-emoji-kiss::before { content: map-get($bootstrap-icons-map, "emoji-kiss"); } +.bi-envelope-heart-fill::before { content: map-get($bootstrap-icons-map, "envelope-heart-fill"); } +.bi-envelope-heart::before { content: map-get($bootstrap-icons-map, "envelope-heart"); } +.bi-envelope-open-heart-fill::before { content: map-get($bootstrap-icons-map, "envelope-open-heart-fill"); } +.bi-envelope-open-heart::before { content: map-get($bootstrap-icons-map, "envelope-open-heart"); } +.bi-envelope-paper-fill::before { content: map-get($bootstrap-icons-map, "envelope-paper-fill"); } +.bi-envelope-paper-heart-fill::before { content: map-get($bootstrap-icons-map, "envelope-paper-heart-fill"); } +.bi-envelope-paper-heart::before { content: map-get($bootstrap-icons-map, "envelope-paper-heart"); } +.bi-envelope-paper::before { content: map-get($bootstrap-icons-map, "envelope-paper"); } +.bi-filetype-aac::before { content: map-get($bootstrap-icons-map, "filetype-aac"); } +.bi-filetype-ai::before { content: map-get($bootstrap-icons-map, "filetype-ai"); } +.bi-filetype-bmp::before { content: map-get($bootstrap-icons-map, "filetype-bmp"); } +.bi-filetype-cs::before { content: map-get($bootstrap-icons-map, "filetype-cs"); } +.bi-filetype-css::before { content: map-get($bootstrap-icons-map, "filetype-css"); } +.bi-filetype-csv::before { content: map-get($bootstrap-icons-map, "filetype-csv"); } +.bi-filetype-doc::before { content: map-get($bootstrap-icons-map, "filetype-doc"); } +.bi-filetype-docx::before { content: map-get($bootstrap-icons-map, "filetype-docx"); } +.bi-filetype-exe::before { content: map-get($bootstrap-icons-map, "filetype-exe"); } +.bi-filetype-gif::before { content: map-get($bootstrap-icons-map, "filetype-gif"); } +.bi-filetype-heic::before { content: map-get($bootstrap-icons-map, "filetype-heic"); } +.bi-filetype-html::before { content: map-get($bootstrap-icons-map, "filetype-html"); } +.bi-filetype-java::before { content: map-get($bootstrap-icons-map, "filetype-java"); } +.bi-filetype-jpg::before { content: map-get($bootstrap-icons-map, "filetype-jpg"); } +.bi-filetype-js::before { content: map-get($bootstrap-icons-map, "filetype-js"); } +.bi-filetype-jsx::before { content: map-get($bootstrap-icons-map, "filetype-jsx"); } +.bi-filetype-key::before { content: map-get($bootstrap-icons-map, "filetype-key"); } +.bi-filetype-m4p::before { content: map-get($bootstrap-icons-map, "filetype-m4p"); } +.bi-filetype-md::before { content: map-get($bootstrap-icons-map, "filetype-md"); } +.bi-filetype-mdx::before { content: map-get($bootstrap-icons-map, "filetype-mdx"); } +.bi-filetype-mov::before { content: map-get($bootstrap-icons-map, "filetype-mov"); } +.bi-filetype-mp3::before { content: map-get($bootstrap-icons-map, "filetype-mp3"); } +.bi-filetype-mp4::before { content: map-get($bootstrap-icons-map, "filetype-mp4"); } +.bi-filetype-otf::before { content: map-get($bootstrap-icons-map, "filetype-otf"); } +.bi-filetype-pdf::before { content: map-get($bootstrap-icons-map, "filetype-pdf"); } +.bi-filetype-php::before { content: map-get($bootstrap-icons-map, "filetype-php"); } +.bi-filetype-png::before { content: map-get($bootstrap-icons-map, "filetype-png"); } +.bi-filetype-ppt-1::before { content: map-get($bootstrap-icons-map, "filetype-ppt-1"); } +.bi-filetype-ppt::before { content: map-get($bootstrap-icons-map, "filetype-ppt"); } +.bi-filetype-psd::before { content: map-get($bootstrap-icons-map, "filetype-psd"); } +.bi-filetype-py::before { content: map-get($bootstrap-icons-map, "filetype-py"); } +.bi-filetype-raw::before { content: map-get($bootstrap-icons-map, "filetype-raw"); } +.bi-filetype-rb::before { content: map-get($bootstrap-icons-map, "filetype-rb"); } +.bi-filetype-sass::before { content: map-get($bootstrap-icons-map, "filetype-sass"); } +.bi-filetype-scss::before { content: map-get($bootstrap-icons-map, "filetype-scss"); } +.bi-filetype-sh::before { content: map-get($bootstrap-icons-map, "filetype-sh"); } +.bi-filetype-svg::before { content: map-get($bootstrap-icons-map, "filetype-svg"); } +.bi-filetype-tiff::before { content: map-get($bootstrap-icons-map, "filetype-tiff"); } +.bi-filetype-tsx::before { content: map-get($bootstrap-icons-map, "filetype-tsx"); } +.bi-filetype-ttf::before { content: map-get($bootstrap-icons-map, "filetype-ttf"); } +.bi-filetype-txt::before { content: map-get($bootstrap-icons-map, "filetype-txt"); } +.bi-filetype-wav::before { content: map-get($bootstrap-icons-map, "filetype-wav"); } +.bi-filetype-woff::before { content: map-get($bootstrap-icons-map, "filetype-woff"); } +.bi-filetype-xls-1::before { content: map-get($bootstrap-icons-map, "filetype-xls-1"); } +.bi-filetype-xls::before { content: map-get($bootstrap-icons-map, "filetype-xls"); } +.bi-filetype-xml::before { content: map-get($bootstrap-icons-map, "filetype-xml"); } +.bi-filetype-yml::before { content: map-get($bootstrap-icons-map, "filetype-yml"); } +.bi-heart-arrow::before { content: map-get($bootstrap-icons-map, "heart-arrow"); } +.bi-heart-pulse-fill::before { content: map-get($bootstrap-icons-map, "heart-pulse-fill"); } +.bi-heart-pulse::before { content: map-get($bootstrap-icons-map, "heart-pulse"); } +.bi-heartbreak-fill::before { content: map-get($bootstrap-icons-map, "heartbreak-fill"); } +.bi-heartbreak::before { content: map-get($bootstrap-icons-map, "heartbreak"); } +.bi-hearts::before { content: map-get($bootstrap-icons-map, "hearts"); } +.bi-hospital-fill::before { content: map-get($bootstrap-icons-map, "hospital-fill"); } +.bi-hospital::before { content: map-get($bootstrap-icons-map, "hospital"); } +.bi-house-heart-fill::before { content: map-get($bootstrap-icons-map, "house-heart-fill"); } +.bi-house-heart::before { content: map-get($bootstrap-icons-map, "house-heart"); } +.bi-incognito::before { content: map-get($bootstrap-icons-map, "incognito"); } +.bi-magnet-fill::before { content: map-get($bootstrap-icons-map, "magnet-fill"); } +.bi-magnet::before { content: map-get($bootstrap-icons-map, "magnet"); } +.bi-person-heart::before { content: map-get($bootstrap-icons-map, "person-heart"); } +.bi-person-hearts::before { content: map-get($bootstrap-icons-map, "person-hearts"); } +.bi-phone-flip::before { content: map-get($bootstrap-icons-map, "phone-flip"); } +.bi-plugin::before { content: map-get($bootstrap-icons-map, "plugin"); } +.bi-postage-fill::before { content: map-get($bootstrap-icons-map, "postage-fill"); } +.bi-postage-heart-fill::before { content: map-get($bootstrap-icons-map, "postage-heart-fill"); } +.bi-postage-heart::before { content: map-get($bootstrap-icons-map, "postage-heart"); } +.bi-postage::before { content: map-get($bootstrap-icons-map, "postage"); } +.bi-postcard-fill::before { content: map-get($bootstrap-icons-map, "postcard-fill"); } +.bi-postcard-heart-fill::before { content: map-get($bootstrap-icons-map, "postcard-heart-fill"); } +.bi-postcard-heart::before { content: map-get($bootstrap-icons-map, "postcard-heart"); } +.bi-postcard::before { content: map-get($bootstrap-icons-map, "postcard"); } +.bi-search-heart-fill::before { content: map-get($bootstrap-icons-map, "search-heart-fill"); } +.bi-search-heart::before { content: map-get($bootstrap-icons-map, "search-heart"); } +.bi-sliders2-vertical::before { content: map-get($bootstrap-icons-map, "sliders2-vertical"); } +.bi-sliders2::before { content: map-get($bootstrap-icons-map, "sliders2"); } +.bi-trash3-fill::before { content: map-get($bootstrap-icons-map, "trash3-fill"); } +.bi-trash3::before { content: map-get($bootstrap-icons-map, "trash3"); } +.bi-valentine::before { content: map-get($bootstrap-icons-map, "valentine"); } +.bi-valentine2::before { content: map-get($bootstrap-icons-map, "valentine2"); } +.bi-wrench-adjustable-circle-fill::before { content: map-get($bootstrap-icons-map, "wrench-adjustable-circle-fill"); } +.bi-wrench-adjustable-circle::before { content: map-get($bootstrap-icons-map, "wrench-adjustable-circle"); } +.bi-wrench-adjustable::before { content: map-get($bootstrap-icons-map, "wrench-adjustable"); } +.bi-filetype-json::before { content: map-get($bootstrap-icons-map, "filetype-json"); } +.bi-filetype-pptx::before { content: map-get($bootstrap-icons-map, "filetype-pptx"); } +.bi-filetype-xlsx::before { content: map-get($bootstrap-icons-map, "filetype-xlsx"); } +.bi-1-circle-1::before { content: map-get($bootstrap-icons-map, "1-circle-1"); } +.bi-1-circle-fill-1::before { content: map-get($bootstrap-icons-map, "1-circle-fill-1"); } +.bi-1-circle-fill::before { content: map-get($bootstrap-icons-map, "1-circle-fill"); } +.bi-1-circle::before { content: map-get($bootstrap-icons-map, "1-circle"); } +.bi-1-square-fill::before { content: map-get($bootstrap-icons-map, "1-square-fill"); } +.bi-1-square::before { content: map-get($bootstrap-icons-map, "1-square"); } +.bi-2-circle-1::before { content: map-get($bootstrap-icons-map, "2-circle-1"); } +.bi-2-circle-fill-1::before { content: map-get($bootstrap-icons-map, "2-circle-fill-1"); } +.bi-2-circle-fill::before { content: map-get($bootstrap-icons-map, "2-circle-fill"); } +.bi-2-circle::before { content: map-get($bootstrap-icons-map, "2-circle"); } +.bi-2-square-fill::before { content: map-get($bootstrap-icons-map, "2-square-fill"); } +.bi-2-square::before { content: map-get($bootstrap-icons-map, "2-square"); } +.bi-3-circle-1::before { content: map-get($bootstrap-icons-map, "3-circle-1"); } +.bi-3-circle-fill-1::before { content: map-get($bootstrap-icons-map, "3-circle-fill-1"); } +.bi-3-circle-fill::before { content: map-get($bootstrap-icons-map, "3-circle-fill"); } +.bi-3-circle::before { content: map-get($bootstrap-icons-map, "3-circle"); } +.bi-3-square-fill::before { content: map-get($bootstrap-icons-map, "3-square-fill"); } +.bi-3-square::before { content: map-get($bootstrap-icons-map, "3-square"); } +.bi-4-circle-1::before { content: map-get($bootstrap-icons-map, "4-circle-1"); } +.bi-4-circle-fill-1::before { content: map-get($bootstrap-icons-map, "4-circle-fill-1"); } +.bi-4-circle-fill::before { content: map-get($bootstrap-icons-map, "4-circle-fill"); } +.bi-4-circle::before { content: map-get($bootstrap-icons-map, "4-circle"); } +.bi-4-square-fill::before { content: map-get($bootstrap-icons-map, "4-square-fill"); } +.bi-4-square::before { content: map-get($bootstrap-icons-map, "4-square"); } +.bi-5-circle-1::before { content: map-get($bootstrap-icons-map, "5-circle-1"); } +.bi-5-circle-fill-1::before { content: map-get($bootstrap-icons-map, "5-circle-fill-1"); } +.bi-5-circle-fill::before { content: map-get($bootstrap-icons-map, "5-circle-fill"); } +.bi-5-circle::before { content: map-get($bootstrap-icons-map, "5-circle"); } +.bi-5-square-fill::before { content: map-get($bootstrap-icons-map, "5-square-fill"); } +.bi-5-square::before { content: map-get($bootstrap-icons-map, "5-square"); } +.bi-6-circle-1::before { content: map-get($bootstrap-icons-map, "6-circle-1"); } +.bi-6-circle-fill-1::before { content: map-get($bootstrap-icons-map, "6-circle-fill-1"); } +.bi-6-circle-fill::before { content: map-get($bootstrap-icons-map, "6-circle-fill"); } +.bi-6-circle::before { content: map-get($bootstrap-icons-map, "6-circle"); } +.bi-6-square-fill::before { content: map-get($bootstrap-icons-map, "6-square-fill"); } +.bi-6-square::before { content: map-get($bootstrap-icons-map, "6-square"); } +.bi-7-circle-1::before { content: map-get($bootstrap-icons-map, "7-circle-1"); } +.bi-7-circle-fill-1::before { content: map-get($bootstrap-icons-map, "7-circle-fill-1"); } +.bi-7-circle-fill::before { content: map-get($bootstrap-icons-map, "7-circle-fill"); } +.bi-7-circle::before { content: map-get($bootstrap-icons-map, "7-circle"); } +.bi-7-square-fill::before { content: map-get($bootstrap-icons-map, "7-square-fill"); } +.bi-7-square::before { content: map-get($bootstrap-icons-map, "7-square"); } +.bi-8-circle-1::before { content: map-get($bootstrap-icons-map, "8-circle-1"); } +.bi-8-circle-fill-1::before { content: map-get($bootstrap-icons-map, "8-circle-fill-1"); } +.bi-8-circle-fill::before { content: map-get($bootstrap-icons-map, "8-circle-fill"); } +.bi-8-circle::before { content: map-get($bootstrap-icons-map, "8-circle"); } +.bi-8-square-fill::before { content: map-get($bootstrap-icons-map, "8-square-fill"); } +.bi-8-square::before { content: map-get($bootstrap-icons-map, "8-square"); } +.bi-9-circle-1::before { content: map-get($bootstrap-icons-map, "9-circle-1"); } +.bi-9-circle-fill-1::before { content: map-get($bootstrap-icons-map, "9-circle-fill-1"); } +.bi-9-circle-fill::before { content: map-get($bootstrap-icons-map, "9-circle-fill"); } +.bi-9-circle::before { content: map-get($bootstrap-icons-map, "9-circle"); } +.bi-9-square-fill::before { content: map-get($bootstrap-icons-map, "9-square-fill"); } +.bi-9-square::before { content: map-get($bootstrap-icons-map, "9-square"); } +.bi-airplane-engines-fill::before { content: map-get($bootstrap-icons-map, "airplane-engines-fill"); } +.bi-airplane-engines::before { content: map-get($bootstrap-icons-map, "airplane-engines"); } +.bi-airplane-fill::before { content: map-get($bootstrap-icons-map, "airplane-fill"); } +.bi-airplane::before { content: map-get($bootstrap-icons-map, "airplane"); } +.bi-alexa::before { content: map-get($bootstrap-icons-map, "alexa"); } +.bi-alipay::before { content: map-get($bootstrap-icons-map, "alipay"); } +.bi-android::before { content: map-get($bootstrap-icons-map, "android"); } +.bi-android2::before { content: map-get($bootstrap-icons-map, "android2"); } +.bi-box-fill::before { content: map-get($bootstrap-icons-map, "box-fill"); } +.bi-box-seam-fill::before { content: map-get($bootstrap-icons-map, "box-seam-fill"); } +.bi-browser-chrome::before { content: map-get($bootstrap-icons-map, "browser-chrome"); } +.bi-browser-edge::before { content: map-get($bootstrap-icons-map, "browser-edge"); } +.bi-browser-firefox::before { content: map-get($bootstrap-icons-map, "browser-firefox"); } +.bi-browser-safari::before { content: map-get($bootstrap-icons-map, "browser-safari"); } +.bi-c-circle-1::before { content: map-get($bootstrap-icons-map, "c-circle-1"); } +.bi-c-circle-fill-1::before { content: map-get($bootstrap-icons-map, "c-circle-fill-1"); } +.bi-c-circle-fill::before { content: map-get($bootstrap-icons-map, "c-circle-fill"); } +.bi-c-circle::before { content: map-get($bootstrap-icons-map, "c-circle"); } +.bi-c-square-fill::before { content: map-get($bootstrap-icons-map, "c-square-fill"); } +.bi-c-square::before { content: map-get($bootstrap-icons-map, "c-square"); } +.bi-capsule-pill::before { content: map-get($bootstrap-icons-map, "capsule-pill"); } +.bi-capsule::before { content: map-get($bootstrap-icons-map, "capsule"); } +.bi-car-front-fill::before { content: map-get($bootstrap-icons-map, "car-front-fill"); } +.bi-car-front::before { content: map-get($bootstrap-icons-map, "car-front"); } +.bi-cassette-fill::before { content: map-get($bootstrap-icons-map, "cassette-fill"); } +.bi-cassette::before { content: map-get($bootstrap-icons-map, "cassette"); } +.bi-cc-circle-1::before { content: map-get($bootstrap-icons-map, "cc-circle-1"); } +.bi-cc-circle-fill-1::before { content: map-get($bootstrap-icons-map, "cc-circle-fill-1"); } +.bi-cc-circle-fill::before { content: map-get($bootstrap-icons-map, "cc-circle-fill"); } +.bi-cc-circle::before { content: map-get($bootstrap-icons-map, "cc-circle"); } +.bi-cc-square-fill::before { content: map-get($bootstrap-icons-map, "cc-square-fill"); } +.bi-cc-square::before { content: map-get($bootstrap-icons-map, "cc-square"); } +.bi-cup-hot-fill::before { content: map-get($bootstrap-icons-map, "cup-hot-fill"); } +.bi-cup-hot::before { content: map-get($bootstrap-icons-map, "cup-hot"); } +.bi-currency-rupee::before { content: map-get($bootstrap-icons-map, "currency-rupee"); } +.bi-dropbox::before { content: map-get($bootstrap-icons-map, "dropbox"); } +.bi-escape::before { content: map-get($bootstrap-icons-map, "escape"); } +.bi-fast-forward-btn-fill::before { content: map-get($bootstrap-icons-map, "fast-forward-btn-fill"); } +.bi-fast-forward-btn::before { content: map-get($bootstrap-icons-map, "fast-forward-btn"); } +.bi-fast-forward-circle-fill::before { content: map-get($bootstrap-icons-map, "fast-forward-circle-fill"); } +.bi-fast-forward-circle::before { content: map-get($bootstrap-icons-map, "fast-forward-circle"); } +.bi-fast-forward-fill::before { content: map-get($bootstrap-icons-map, "fast-forward-fill"); } +.bi-fast-forward::before { content: map-get($bootstrap-icons-map, "fast-forward"); } +.bi-filetype-sql::before { content: map-get($bootstrap-icons-map, "filetype-sql"); } +.bi-fire::before { content: map-get($bootstrap-icons-map, "fire"); } +.bi-google-play::before { content: map-get($bootstrap-icons-map, "google-play"); } +.bi-h-circle-1::before { content: map-get($bootstrap-icons-map, "h-circle-1"); } +.bi-h-circle-fill-1::before { content: map-get($bootstrap-icons-map, "h-circle-fill-1"); } +.bi-h-circle-fill::before { content: map-get($bootstrap-icons-map, "h-circle-fill"); } +.bi-h-circle::before { content: map-get($bootstrap-icons-map, "h-circle"); } +.bi-h-square-fill::before { content: map-get($bootstrap-icons-map, "h-square-fill"); } +.bi-h-square::before { content: map-get($bootstrap-icons-map, "h-square"); } +.bi-indent::before { content: map-get($bootstrap-icons-map, "indent"); } +.bi-lungs-fill::before { content: map-get($bootstrap-icons-map, "lungs-fill"); } +.bi-lungs::before { content: map-get($bootstrap-icons-map, "lungs"); } +.bi-microsoft-teams::before { content: map-get($bootstrap-icons-map, "microsoft-teams"); } +.bi-p-circle-1::before { content: map-get($bootstrap-icons-map, "p-circle-1"); } +.bi-p-circle-fill-1::before { content: map-get($bootstrap-icons-map, "p-circle-fill-1"); } +.bi-p-circle-fill::before { content: map-get($bootstrap-icons-map, "p-circle-fill"); } +.bi-p-circle::before { content: map-get($bootstrap-icons-map, "p-circle"); } +.bi-p-square-fill::before { content: map-get($bootstrap-icons-map, "p-square-fill"); } +.bi-p-square::before { content: map-get($bootstrap-icons-map, "p-square"); } +.bi-pass-fill::before { content: map-get($bootstrap-icons-map, "pass-fill"); } +.bi-pass::before { content: map-get($bootstrap-icons-map, "pass"); } +.bi-prescription::before { content: map-get($bootstrap-icons-map, "prescription"); } +.bi-prescription2::before { content: map-get($bootstrap-icons-map, "prescription2"); } +.bi-r-circle-1::before { content: map-get($bootstrap-icons-map, "r-circle-1"); } +.bi-r-circle-fill-1::before { content: map-get($bootstrap-icons-map, "r-circle-fill-1"); } +.bi-r-circle-fill::before { content: map-get($bootstrap-icons-map, "r-circle-fill"); } +.bi-r-circle::before { content: map-get($bootstrap-icons-map, "r-circle"); } +.bi-r-square-fill::before { content: map-get($bootstrap-icons-map, "r-square-fill"); } +.bi-r-square::before { content: map-get($bootstrap-icons-map, "r-square"); } +.bi-repeat-1::before { content: map-get($bootstrap-icons-map, "repeat-1"); } +.bi-repeat::before { content: map-get($bootstrap-icons-map, "repeat"); } +.bi-rewind-btn-fill::before { content: map-get($bootstrap-icons-map, "rewind-btn-fill"); } +.bi-rewind-btn::before { content: map-get($bootstrap-icons-map, "rewind-btn"); } +.bi-rewind-circle-fill::before { content: map-get($bootstrap-icons-map, "rewind-circle-fill"); } +.bi-rewind-circle::before { content: map-get($bootstrap-icons-map, "rewind-circle"); } +.bi-rewind-fill::before { content: map-get($bootstrap-icons-map, "rewind-fill"); } +.bi-rewind::before { content: map-get($bootstrap-icons-map, "rewind"); } +.bi-train-freight-front-fill::before { content: map-get($bootstrap-icons-map, "train-freight-front-fill"); } +.bi-train-freight-front::before { content: map-get($bootstrap-icons-map, "train-freight-front"); } +.bi-train-front-fill::before { content: map-get($bootstrap-icons-map, "train-front-fill"); } +.bi-train-front::before { content: map-get($bootstrap-icons-map, "train-front"); } +.bi-train-lightrail-front-fill::before { content: map-get($bootstrap-icons-map, "train-lightrail-front-fill"); } +.bi-train-lightrail-front::before { content: map-get($bootstrap-icons-map, "train-lightrail-front"); } +.bi-truck-front-fill::before { content: map-get($bootstrap-icons-map, "truck-front-fill"); } +.bi-truck-front::before { content: map-get($bootstrap-icons-map, "truck-front"); } +.bi-ubuntu::before { content: map-get($bootstrap-icons-map, "ubuntu"); } +.bi-unindent::before { content: map-get($bootstrap-icons-map, "unindent"); } +.bi-unity::before { content: map-get($bootstrap-icons-map, "unity"); } +.bi-universal-access-circle::before { content: map-get($bootstrap-icons-map, "universal-access-circle"); } +.bi-universal-access::before { content: map-get($bootstrap-icons-map, "universal-access"); } +.bi-virus::before { content: map-get($bootstrap-icons-map, "virus"); } +.bi-virus2::before { content: map-get($bootstrap-icons-map, "virus2"); } +.bi-wechat::before { content: map-get($bootstrap-icons-map, "wechat"); } +.bi-yelp::before { content: map-get($bootstrap-icons-map, "yelp"); } +.bi-sign-stop-fill::before { content: map-get($bootstrap-icons-map, "sign-stop-fill"); } +.bi-sign-stop-lights-fill::before { content: map-get($bootstrap-icons-map, "sign-stop-lights-fill"); } +.bi-sign-stop-lights::before { content: map-get($bootstrap-icons-map, "sign-stop-lights"); } +.bi-sign-stop::before { content: map-get($bootstrap-icons-map, "sign-stop"); } +.bi-sign-turn-left-fill::before { content: map-get($bootstrap-icons-map, "sign-turn-left-fill"); } +.bi-sign-turn-left::before { content: map-get($bootstrap-icons-map, "sign-turn-left"); } +.bi-sign-turn-right-fill::before { content: map-get($bootstrap-icons-map, "sign-turn-right-fill"); } +.bi-sign-turn-right::before { content: map-get($bootstrap-icons-map, "sign-turn-right"); } +.bi-sign-turn-slight-left-fill::before { content: map-get($bootstrap-icons-map, "sign-turn-slight-left-fill"); } +.bi-sign-turn-slight-left::before { content: map-get($bootstrap-icons-map, "sign-turn-slight-left"); } +.bi-sign-turn-slight-right-fill::before { content: map-get($bootstrap-icons-map, "sign-turn-slight-right-fill"); } +.bi-sign-turn-slight-right::before { content: map-get($bootstrap-icons-map, "sign-turn-slight-right"); } +.bi-sign-yield-fill::before { content: map-get($bootstrap-icons-map, "sign-yield-fill"); } +.bi-sign-yield::before { content: map-get($bootstrap-icons-map, "sign-yield"); } +.bi-ev-station-fill::before { content: map-get($bootstrap-icons-map, "ev-station-fill"); } +.bi-ev-station::before { content: map-get($bootstrap-icons-map, "ev-station"); } +.bi-fuel-pump-diesel-fill::before { content: map-get($bootstrap-icons-map, "fuel-pump-diesel-fill"); } +.bi-fuel-pump-diesel::before { content: map-get($bootstrap-icons-map, "fuel-pump-diesel"); } +.bi-fuel-pump-fill::before { content: map-get($bootstrap-icons-map, "fuel-pump-fill"); } +.bi-fuel-pump::before { content: map-get($bootstrap-icons-map, "fuel-pump"); } diff --git a/core/static/assets/vendor/bootstrap-icons/font/fonts/bootstrap-icons.woff b/core/static/assets/vendor/bootstrap-icons/font/fonts/bootstrap-icons.woff new file mode 100644 index 0000000..cf0a6d0 Binary files /dev/null and b/core/static/assets/vendor/bootstrap-icons/font/fonts/bootstrap-icons.woff differ diff --git a/core/static/assets/vendor/bootstrap-icons/font/fonts/bootstrap-icons.woff2 b/core/static/assets/vendor/bootstrap-icons/font/fonts/bootstrap-icons.woff2 new file mode 100644 index 0000000..ecc8f4c Binary files /dev/null and b/core/static/assets/vendor/bootstrap-icons/font/fonts/bootstrap-icons.woff2 differ diff --git a/core/static/assets/vendor/bootstrap-icons/font/index.html b/core/static/assets/vendor/bootstrap-icons/font/index.html new file mode 100644 index 0000000..1dd4cb1 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/font/index.html @@ -0,0 +1,7291 @@ + + + + + bootstrap-icons + + + + + + + + +

bootstrap-icons

+ +
+
+ +
123
+
+
+ +
1-circle-fill
+
+
+ +
1-circle
+
+
+ +
1-square-fill
+
+
+ +
1-square
+
+
+ +
2-circle-fill
+
+
+ +
2-circle
+
+
+ +
2-square-fill
+
+
+ +
2-square
+
+
+ +
3-circle-fill
+
+
+ +
3-circle
+
+
+ +
3-square-fill
+
+
+ +
3-square
+
+
+ +
4-circle-fill
+
+
+ +
4-circle
+
+
+ +
4-square-fill
+
+
+ +
4-square
+
+
+ +
5-circle-fill
+
+
+ +
5-circle
+
+
+ +
5-square-fill
+
+
+ +
5-square
+
+
+ +
6-circle-fill
+
+
+ +
6-circle
+
+
+ +
6-square-fill
+
+
+ +
6-square
+
+
+ +
7-circle-fill
+
+
+ +
7-circle
+
+
+ +
7-square-fill
+
+
+ +
7-square
+
+
+ +
8-circle-fill
+
+
+ +
8-circle
+
+
+ +
8-square-fill
+
+
+ +
8-square
+
+
+ +
9-circle-fill
+
+
+ +
9-circle
+
+
+ +
9-square-fill
+
+
+ +
9-square
+
+
+ +
activity
+
+
+ +
airplane-engines-fill
+
+
+ +
airplane-engines
+
+
+ +
airplane-fill
+
+
+ +
airplane
+
+
+ +
alarm-fill
+
+
+ +
alarm
+
+
+ +
alexa
+
+
+ +
align-bottom
+
+
+ +
align-center
+
+
+ +
align-end
+
+
+ +
align-middle
+
+
+ +
align-start
+
+
+ +
align-top
+
+
+ +
alipay
+
+
+ +
alt
+
+
+ +
android
+
+
+ +
android2
+
+
+ +
app-indicator
+
+
+ +
app
+
+
+ +
apple
+
+
+ +
archive-fill
+
+
+ +
archive
+
+
+ +
arrow-90deg-down
+
+
+ +
arrow-90deg-left
+
+
+ +
arrow-90deg-right
+
+
+ +
arrow-90deg-up
+
+
+ +
arrow-bar-down
+
+
+ +
arrow-bar-left
+
+
+ +
arrow-bar-right
+
+
+ +
arrow-bar-up
+
+
+ +
arrow-clockwise
+
+
+ +
arrow-counterclockwise
+
+
+ +
arrow-down-circle-fill
+
+
+ +
arrow-down-circle
+
+
+ +
arrow-down-left-circle-fill
+
+
+ +
arrow-down-left-circle
+
+
+ +
arrow-down-left-square-fill
+
+
+ +
arrow-down-left-square
+
+
+ +
arrow-down-left
+
+
+ +
arrow-down-right-circle-fill
+
+
+ +
arrow-down-right-circle
+
+
+ +
arrow-down-right-square-fill
+
+
+ +
arrow-down-right-square
+
+
+ +
arrow-down-right
+
+
+ +
arrow-down-short
+
+
+ +
arrow-down-square-fill
+
+
+ +
arrow-down-square
+
+
+ +
arrow-down-up
+
+
+ +
arrow-down
+
+
+ +
arrow-left-circle-fill
+
+
+ +
arrow-left-circle
+
+
+ +
arrow-left-right
+
+
+ +
arrow-left-short
+
+
+ +
arrow-left-square-fill
+
+
+ +
arrow-left-square
+
+
+ +
arrow-left
+
+
+ +
arrow-repeat
+
+
+ +
arrow-return-left
+
+
+ +
arrow-return-right
+
+
+ +
arrow-right-circle-fill
+
+
+ +
arrow-right-circle
+
+
+ +
arrow-right-short
+
+
+ +
arrow-right-square-fill
+
+
+ +
arrow-right-square
+
+
+ +
arrow-right
+
+
+ +
arrow-through-heart-fill
+
+
+ +
arrow-through-heart
+
+
+ +
arrow-up-circle-fill
+
+
+ +
arrow-up-circle
+
+
+ +
arrow-up-left-circle-fill
+
+
+ +
arrow-up-left-circle
+
+
+ +
arrow-up-left-square-fill
+
+
+ +
arrow-up-left-square
+
+
+ +
arrow-up-left
+
+
+ +
arrow-up-right-circle-fill
+
+
+ +
arrow-up-right-circle
+
+
+ +
arrow-up-right-square-fill
+
+
+ +
arrow-up-right-square
+
+
+ +
arrow-up-right
+
+
+ +
arrow-up-short
+
+
+ +
arrow-up-square-fill
+
+
+ +
arrow-up-square
+
+
+ +
arrow-up
+
+
+ +
arrows-angle-contract
+
+
+ +
arrows-angle-expand
+
+
+ +
arrows-collapse
+
+
+ +
arrows-expand
+
+
+ +
arrows-fullscreen
+
+
+ +
arrows-move
+
+
+ +
aspect-ratio-fill
+
+
+ +
aspect-ratio
+
+
+ +
asterisk
+
+
+ +
at
+
+
+ +
award-fill
+
+
+ +
award
+
+
+ +
back
+
+
+ +
backspace-fill
+
+
+ +
backspace-reverse-fill
+
+
+ +
backspace-reverse
+
+
+ +
backspace
+
+
+ +
badge-3d-fill
+
+
+ +
badge-3d
+
+
+ +
badge-4k-fill
+
+
+ +
badge-4k
+
+
+ +
badge-8k-fill
+
+
+ +
badge-8k
+
+
+ +
badge-ad-fill
+
+
+ +
badge-ad
+
+
+ +
badge-ar-fill
+
+
+ +
badge-ar
+
+
+ +
badge-cc-fill
+
+
+ +
badge-cc
+
+
+ +
badge-hd-fill
+
+
+ +
badge-hd
+
+
+ +
badge-sd-fill
+
+
+ +
badge-sd
+
+
+ +
badge-tm-fill
+
+
+ +
badge-tm
+
+
+ +
badge-vo-fill
+
+
+ +
badge-vo
+
+
+ +
badge-vr-fill
+
+
+ +
badge-vr
+
+
+ +
badge-wc-fill
+
+
+ +
badge-wc
+
+
+ +
bag-check-fill
+
+
+ +
bag-check
+
+
+ +
bag-dash-fill
+
+
+ +
bag-dash
+
+
+ +
bag-fill
+
+
+ +
bag-heart-fill
+
+
+ +
bag-heart
+
+
+ +
bag-plus-fill
+
+
+ +
bag-plus
+
+
+ +
bag-x-fill
+
+
+ +
bag-x
+
+
+ +
bag
+
+
+ +
balloon-fill
+
+
+ +
balloon-heart-fill
+
+
+ +
balloon-heart
+
+
+ +
balloon
+
+
+ +
bandaid-fill
+
+
+ +
bandaid
+
+
+ +
bank
+
+
+ +
bank2
+
+
+ +
bar-chart-fill
+
+
+ +
bar-chart-line-fill
+
+
+ +
bar-chart-line
+
+
+ +
bar-chart-steps
+
+
+ +
bar-chart
+
+
+ +
basket-fill
+
+
+ +
basket
+
+
+ +
basket2-fill
+
+
+ +
basket2
+
+
+ +
basket3-fill
+
+
+ +
basket3
+
+
+ +
battery-charging
+
+
+ +
battery-full
+
+
+ +
battery-half
+
+
+ +
battery
+
+
+ +
behance
+
+
+ +
bell-fill
+
+
+ +
bell-slash-fill
+
+
+ +
bell-slash
+
+
+ +
bell
+
+
+ +
bezier
+
+
+ +
bezier2
+
+
+ +
bicycle
+
+
+ +
binoculars-fill
+
+
+ +
binoculars
+
+
+ +
blockquote-left
+
+
+ +
blockquote-right
+
+
+ +
bluetooth
+
+
+ +
body-text
+
+
+ +
book-fill
+
+
+ +
book-half
+
+
+ +
book
+
+
+ +
bookmark-check-fill
+
+
+ +
bookmark-check
+
+
+ +
bookmark-dash-fill
+
+
+ +
bookmark-dash
+
+
+ +
bookmark-fill
+
+
+ +
bookmark-heart-fill
+
+
+ +
bookmark-heart
+
+
+ +
bookmark-plus-fill
+
+
+ +
bookmark-plus
+
+
+ +
bookmark-star-fill
+
+
+ +
bookmark-star
+
+
+ +
bookmark-x-fill
+
+
+ +
bookmark-x
+
+
+ +
bookmark
+
+
+ +
bookmarks-fill
+
+
+ +
bookmarks
+
+
+ +
bookshelf
+
+
+ +
boombox-fill
+
+
+ +
boombox
+
+
+ +
bootstrap-fill
+
+
+ +
bootstrap-reboot
+
+
+ +
bootstrap
+
+
+ +
border-all
+
+
+ +
border-bottom
+
+
+ +
border-center
+
+
+ +
border-inner
+
+
+ +
border-left
+
+
+ +
border-middle
+
+
+ +
border-outer
+
+
+ +
border-right
+
+
+ +
border-style
+
+
+ +
border-top
+
+
+ +
border-width
+
+
+ +
border
+
+
+ +
bounding-box-circles
+
+
+ +
bounding-box
+
+
+ +
box-arrow-down-left
+
+
+ +
box-arrow-down-right
+
+
+ +
box-arrow-down
+
+
+ +
box-arrow-in-down-left
+
+
+ +
box-arrow-in-down-right
+
+
+ +
box-arrow-in-down
+
+
+ +
box-arrow-in-left
+
+
+ +
box-arrow-in-right
+
+
+ +
box-arrow-in-up-left
+
+
+ +
box-arrow-in-up-right
+
+
+ +
box-arrow-in-up
+
+
+ +
box-arrow-left
+
+
+ +
box-arrow-right
+
+
+ +
box-arrow-up-left
+
+
+ +
box-arrow-up-right
+
+
+ +
box-arrow-up
+
+
+ +
box-fill
+
+
+ +
box-seam-fill
+
+
+ +
box-seam
+
+
+ +
box
+
+
+ +
box2-fill
+
+
+ +
box2-heart-fill
+
+
+ +
box2-heart
+
+
+ +
box2
+
+
+ +
boxes
+
+
+ +
braces-asterisk
+
+
+ +
braces
+
+
+ +
bricks
+
+
+ +
briefcase-fill
+
+
+ +
briefcase
+
+
+ +
brightness-alt-high-fill
+
+
+ +
brightness-alt-high
+
+
+ +
brightness-alt-low-fill
+
+
+ +
brightness-alt-low
+
+
+ +
brightness-high-fill
+
+
+ +
brightness-high
+
+
+ +
brightness-low-fill
+
+
+ +
brightness-low
+
+
+ +
broadcast-pin
+
+
+ +
broadcast
+
+
+ +
browser-chrome
+
+
+ +
browser-edge
+
+
+ +
browser-firefox
+
+
+ +
browser-safari
+
+
+ +
brush-fill
+
+
+ +
brush
+
+
+ +
bucket-fill
+
+
+ +
bucket
+
+
+ +
bug-fill
+
+
+ +
bug
+
+
+ +
building
+
+
+ +
bullseye
+
+
+ +
c-circle-fill
+
+
+ +
c-circle
+
+
+ +
c-square-fill
+
+
+ +
c-square
+
+
+ +
calculator-fill
+
+
+ +
calculator
+
+
+ +
calendar-check-fill
+
+
+ +
calendar-check
+
+
+ +
calendar-date-fill
+
+
+ +
calendar-date
+
+
+ +
calendar-day-fill
+
+
+ +
calendar-day
+
+
+ +
calendar-event-fill
+
+
+ +
calendar-event
+
+
+ +
calendar-fill
+
+
+ +
calendar-heart-fill
+
+
+ +
calendar-heart
+
+
+ +
calendar-minus-fill
+
+
+ +
calendar-minus
+
+
+ +
calendar-month-fill
+
+
+ +
calendar-month
+
+
+ +
calendar-plus-fill
+
+
+ +
calendar-plus
+
+
+ +
calendar-range-fill
+
+
+ +
calendar-range
+
+
+ +
calendar-week-fill
+
+
+ +
calendar-week
+
+
+ +
calendar-x-fill
+
+
+ +
calendar-x
+
+
+ +
calendar
+
+
+ +
calendar2-check-fill
+
+
+ +
calendar2-check
+
+
+ +
calendar2-date-fill
+
+
+ +
calendar2-date
+
+
+ +
calendar2-day-fill
+
+
+ +
calendar2-day
+
+
+ +
calendar2-event-fill
+
+
+ +
calendar2-event
+
+
+ +
calendar2-fill
+
+
+ +
calendar2-heart-fill
+
+
+ +
calendar2-heart
+
+
+ +
calendar2-minus-fill
+
+
+ +
calendar2-minus
+
+
+ +
calendar2-month-fill
+
+
+ +
calendar2-month
+
+
+ +
calendar2-plus-fill
+
+
+ +
calendar2-plus
+
+
+ +
calendar2-range-fill
+
+
+ +
calendar2-range
+
+
+ +
calendar2-week-fill
+
+
+ +
calendar2-week
+
+
+ +
calendar2-x-fill
+
+
+ +
calendar2-x
+
+
+ +
calendar2
+
+
+ +
calendar3-event-fill
+
+
+ +
calendar3-event
+
+
+ +
calendar3-fill
+
+
+ +
calendar3-range-fill
+
+
+ +
calendar3-range
+
+
+ +
calendar3-week-fill
+
+
+ +
calendar3-week
+
+
+ +
calendar3
+
+
+ +
calendar4-event
+
+
+ +
calendar4-range
+
+
+ +
calendar4-week
+
+
+ +
calendar4
+
+
+ +
camera-fill
+
+
+ +
camera-reels-fill
+
+
+ +
camera-reels
+
+
+ +
camera-video-fill
+
+
+ +
camera-video-off-fill
+
+
+ +
camera-video-off
+
+
+ +
camera-video
+
+
+ +
camera
+
+
+ +
camera2
+
+
+ +
capslock-fill
+
+
+ +
capslock
+
+
+ +
capsule-pill
+
+
+ +
capsule
+
+
+ +
car-front-fill
+
+
+ +
car-front
+
+
+ +
card-checklist
+
+
+ +
card-heading
+
+
+ +
card-image
+
+
+ +
card-list
+
+
+ +
card-text
+
+
+ +
caret-down-fill
+
+
+ +
caret-down-square-fill
+
+
+ +
caret-down-square
+
+
+ +
caret-down
+
+
+ +
caret-left-fill
+
+
+ +
caret-left-square-fill
+
+
+ +
caret-left-square
+
+
+ +
caret-left
+
+
+ +
caret-right-fill
+
+
+ +
caret-right-square-fill
+
+
+ +
caret-right-square
+
+
+ +
caret-right
+
+
+ +
caret-up-fill
+
+
+ +
caret-up-square-fill
+
+
+ +
caret-up-square
+
+
+ +
caret-up
+
+
+ +
cart-check-fill
+
+
+ +
cart-check
+
+
+ +
cart-dash-fill
+
+
+ +
cart-dash
+
+
+ +
cart-fill
+
+
+ +
cart-plus-fill
+
+
+ +
cart-plus
+
+
+ +
cart-x-fill
+
+
+ +
cart-x
+
+
+ +
cart
+
+
+ +
cart2
+
+
+ +
cart3
+
+
+ +
cart4
+
+
+ +
cash-coin
+
+
+ +
cash-stack
+
+
+ +
cash
+
+
+ +
cassette-fill
+
+
+ +
cassette
+
+
+ +
cast
+
+
+ +
cc-circle-fill
+
+
+ +
cc-circle
+
+
+ +
cc-square-fill
+
+
+ +
cc-square
+
+
+ +
chat-dots-fill
+
+
+ +
chat-dots
+
+
+ +
chat-fill
+
+
+ +
chat-heart-fill
+
+
+ +
chat-heart
+
+
+ +
chat-left-dots-fill
+
+
+ +
chat-left-dots
+
+
+ +
chat-left-fill
+
+
+ +
chat-left-heart-fill
+
+
+ +
chat-left-heart
+
+
+ +
chat-left-quote-fill
+
+
+ +
chat-left-quote
+
+
+ +
chat-left-text-fill
+
+
+ +
chat-left-text
+
+
+ +
chat-left
+
+
+ +
chat-quote-fill
+
+
+ +
chat-quote
+
+
+ +
chat-right-dots-fill
+
+
+ +
chat-right-dots
+
+
+ +
chat-right-fill
+
+
+ +
chat-right-heart-fill
+
+
+ +
chat-right-heart
+
+
+ +
chat-right-quote-fill
+
+
+ +
chat-right-quote
+
+
+ +
chat-right-text-fill
+
+
+ +
chat-right-text
+
+
+ +
chat-right
+
+
+ +
chat-square-dots-fill
+
+
+ +
chat-square-dots
+
+
+ +
chat-square-fill
+
+
+ +
chat-square-heart-fill
+
+
+ +
chat-square-heart
+
+
+ +
chat-square-quote-fill
+
+
+ +
chat-square-quote
+
+
+ +
chat-square-text-fill
+
+
+ +
chat-square-text
+
+
+ +
chat-square
+
+
+ +
chat-text-fill
+
+
+ +
chat-text
+
+
+ +
chat
+
+
+ +
check-all
+
+
+ +
check-circle-fill
+
+
+ +
check-circle
+
+
+ +
check-lg
+
+
+ +
check-square-fill
+
+
+ +
check-square
+
+
+ +
check
+
+
+ +
check2-all
+
+
+ +
check2-circle
+
+
+ +
check2-square
+
+
+ +
check2
+
+
+ +
chevron-bar-contract
+
+
+ +
chevron-bar-down
+
+
+ +
chevron-bar-expand
+
+
+ +
chevron-bar-left
+
+
+ +
chevron-bar-right
+
+
+ +
chevron-bar-up
+
+
+ +
chevron-compact-down
+
+
+ +
chevron-compact-left
+
+
+ +
chevron-compact-right
+
+
+ +
chevron-compact-up
+
+
+ +
chevron-contract
+
+
+ +
chevron-double-down
+
+
+ +
chevron-double-left
+
+
+ +
chevron-double-right
+
+
+ +
chevron-double-up
+
+
+ +
chevron-down
+
+
+ +
chevron-expand
+
+
+ +
chevron-left
+
+
+ +
chevron-right
+
+
+ +
chevron-up
+
+
+ +
circle-fill
+
+
+ +
circle-half
+
+
+ +
circle-square
+
+
+ +
circle
+
+
+ +
clipboard-check-fill
+
+
+ +
clipboard-check
+
+
+ +
clipboard-data-fill
+
+
+ +
clipboard-data
+
+
+ +
clipboard-fill
+
+
+ +
clipboard-heart-fill
+
+
+ +
clipboard-heart
+
+
+ +
clipboard-minus-fill
+
+
+ +
clipboard-minus
+
+
+ +
clipboard-plus-fill
+
+
+ +
clipboard-plus
+
+
+ +
clipboard-pulse
+
+
+ +
clipboard-x-fill
+
+
+ +
clipboard-x
+
+
+ +
clipboard
+
+
+ +
clipboard2-check-fill
+
+
+ +
clipboard2-check
+
+
+ +
clipboard2-data-fill
+
+
+ +
clipboard2-data
+
+
+ +
clipboard2-fill
+
+
+ +
clipboard2-heart-fill
+
+
+ +
clipboard2-heart
+
+
+ +
clipboard2-minus-fill
+
+
+ +
clipboard2-minus
+
+
+ +
clipboard2-plus-fill
+
+
+ +
clipboard2-plus
+
+
+ +
clipboard2-pulse-fill
+
+
+ +
clipboard2-pulse
+
+
+ +
clipboard2-x-fill
+
+
+ +
clipboard2-x
+
+
+ +
clipboard2
+
+
+ +
clock-fill
+
+
+ +
clock-history
+
+
+ +
clock
+
+
+ +
cloud-arrow-down-fill
+
+
+ +
cloud-arrow-down
+
+
+ +
cloud-arrow-up-fill
+
+
+ +
cloud-arrow-up
+
+
+ +
cloud-check-fill
+
+
+ +
cloud-check
+
+
+ +
cloud-download-fill
+
+
+ +
cloud-download
+
+
+ +
cloud-drizzle-fill
+
+
+ +
cloud-drizzle
+
+
+ +
cloud-fill
+
+
+ +
cloud-fog-fill
+
+
+ +
cloud-fog
+
+
+ +
cloud-fog2-fill
+
+
+ +
cloud-fog2
+
+
+ +
cloud-hail-fill
+
+
+ +
cloud-hail
+
+
+ +
cloud-haze-fill
+
+
+ +
cloud-haze
+
+
+ +
cloud-haze2-fill
+
+
+ +
cloud-haze2
+
+
+ +
cloud-lightning-fill
+
+
+ +
cloud-lightning-rain-fill
+
+
+ +
cloud-lightning-rain
+
+
+ +
cloud-lightning
+
+
+ +
cloud-minus-fill
+
+
+ +
cloud-minus
+
+
+ +
cloud-moon-fill
+
+
+ +
cloud-moon
+
+
+ +
cloud-plus-fill
+
+
+ +
cloud-plus
+
+
+ +
cloud-rain-fill
+
+
+ +
cloud-rain-heavy-fill
+
+
+ +
cloud-rain-heavy
+
+
+ +
cloud-rain
+
+
+ +
cloud-slash-fill
+
+
+ +
cloud-slash
+
+
+ +
cloud-sleet-fill
+
+
+ +
cloud-sleet
+
+
+ +
cloud-snow-fill
+
+
+ +
cloud-snow
+
+
+ +
cloud-sun-fill
+
+
+ +
cloud-sun
+
+
+ +
cloud-upload-fill
+
+
+ +
cloud-upload
+
+
+ +
cloud
+
+
+ +
clouds-fill
+
+
+ +
clouds
+
+
+ +
cloudy-fill
+
+
+ +
cloudy
+
+
+ +
code-slash
+
+
+ +
code-square
+
+
+ +
code
+
+
+ +
coin
+
+
+ +
collection-fill
+
+
+ +
collection-play-fill
+
+
+ +
collection-play
+
+
+ +
collection
+
+
+ +
columns-gap
+
+
+ +
columns
+
+
+ +
command
+
+
+ +
compass-fill
+
+
+ +
compass
+
+
+ +
cone-striped
+
+
+ +
cone
+
+
+ +
controller
+
+
+ +
cpu-fill
+
+
+ +
cpu
+
+
+ +
credit-card-2-back-fill
+
+
+ +
credit-card-2-back
+
+
+ +
credit-card-2-front-fill
+
+
+ +
credit-card-2-front
+
+
+ +
credit-card-fill
+
+
+ +
credit-card
+
+
+ +
crop
+
+
+ +
cup-fill
+
+
+ +
cup-hot-fill
+
+
+ +
cup-hot
+
+
+ +
cup-straw
+
+
+ +
cup
+
+
+ +
currency-bitcoin
+
+
+ +
currency-dollar
+
+
+ +
currency-euro
+
+
+ +
currency-exchange
+
+
+ +
currency-pound
+
+
+ +
currency-rupee
+
+
+ +
currency-yen
+
+
+ +
cursor-fill
+
+
+ +
cursor-text
+
+
+ +
cursor
+
+
+ +
dash-circle-dotted
+
+
+ +
dash-circle-fill
+
+
+ +
dash-circle
+
+
+ +
dash-lg
+
+
+ +
dash-square-dotted
+
+
+ +
dash-square-fill
+
+
+ +
dash-square
+
+
+ +
dash
+
+
+ +
device-hdd-fill
+
+
+ +
device-hdd
+
+
+ +
device-ssd-fill
+
+
+ +
device-ssd
+
+
+ +
diagram-2-fill
+
+
+ +
diagram-2
+
+
+ +
diagram-3-fill
+
+
+ +
diagram-3
+
+
+ +
diamond-fill
+
+
+ +
diamond-half
+
+
+ +
diamond
+
+
+ +
dice-1-fill
+
+
+ +
dice-1
+
+
+ +
dice-2-fill
+
+
+ +
dice-2
+
+
+ +
dice-3-fill
+
+
+ +
dice-3
+
+
+ +
dice-4-fill
+
+
+ +
dice-4
+
+
+ +
dice-5-fill
+
+
+ +
dice-5
+
+
+ +
dice-6-fill
+
+
+ +
dice-6
+
+
+ +
disc-fill
+
+
+ +
disc
+
+
+ +
discord
+
+
+ +
display-fill
+
+
+ +
display
+
+
+ +
displayport-fill
+
+
+ +
displayport
+
+
+ +
distribute-horizontal
+
+
+ +
distribute-vertical
+
+
+ +
door-closed-fill
+
+
+ +
door-closed
+
+
+ +
door-open-fill
+
+
+ +
door-open
+
+
+ +
dot
+
+
+ +
download
+
+
+ +
dpad-fill
+
+
+ +
dpad
+
+
+ +
dribbble
+
+
+ +
dropbox
+
+
+ +
droplet-fill
+
+
+ +
droplet-half
+
+
+ +
droplet
+
+
+ +
ear-fill
+
+
+ +
ear
+
+
+ +
earbuds
+
+
+ +
easel-fill
+
+
+ +
easel
+
+
+ +
easel2-fill
+
+
+ +
easel2
+
+
+ +
easel3-fill
+
+
+ +
easel3
+
+
+ +
egg-fill
+
+
+ +
egg-fried
+
+
+ +
egg
+
+
+ +
eject-fill
+
+
+ +
eject
+
+
+ +
emoji-angry-fill
+
+
+ +
emoji-angry
+
+
+ +
emoji-dizzy-fill
+
+
+ +
emoji-dizzy
+
+
+ +
emoji-expressionless-fill
+
+
+ +
emoji-expressionless
+
+
+ +
emoji-frown-fill
+
+
+ +
emoji-frown
+
+
+ +
emoji-heart-eyes-fill
+
+
+ +
emoji-heart-eyes
+
+
+ +
emoji-kiss-fill
+
+
+ +
emoji-kiss
+
+
+ +
emoji-laughing-fill
+
+
+ +
emoji-laughing
+
+
+ +
emoji-neutral-fill
+
+
+ +
emoji-neutral
+
+
+ +
emoji-smile-fill
+
+
+ +
emoji-smile-upside-down-fill
+
+
+ +
emoji-smile-upside-down
+
+
+ +
emoji-smile
+
+
+ +
emoji-sunglasses-fill
+
+
+ +
emoji-sunglasses
+
+
+ +
emoji-wink-fill
+
+
+ +
emoji-wink
+
+
+ +
envelope-check-fill
+
+
+ +
envelope-check
+
+
+ +
envelope-dash-fill
+
+
+ +
envelope-dash
+
+
+ +
envelope-exclamation-fill
+
+
+ +
envelope-exclamation
+
+
+ +
envelope-fill
+
+
+ +
envelope-heart-fill
+
+
+ +
envelope-heart
+
+
+ +
envelope-open-fill
+
+
+ +
envelope-open-heart-fill
+
+
+ +
envelope-open-heart
+
+
+ +
envelope-open
+
+
+ +
envelope-paper-fill
+
+
+ +
envelope-paper-heart-fill
+
+
+ +
envelope-paper-heart
+
+
+ +
envelope-paper
+
+
+ +
envelope-plus-fill
+
+
+ +
envelope-plus
+
+
+ +
envelope-slash-fill
+
+
+ +
envelope-slash
+
+
+ +
envelope-x-fill
+
+
+ +
envelope-x
+
+
+ +
envelope
+
+
+ +
eraser-fill
+
+
+ +
eraser
+
+
+ +
escape
+
+
+ +
ethernet
+
+
+ +
ev-station-fill
+
+
+ +
ev-station
+
+
+ +
exclamation-circle-fill
+
+
+ +
exclamation-circle
+
+
+ +
exclamation-diamond-fill
+
+
+ +
exclamation-diamond
+
+
+ +
exclamation-lg
+
+
+ +
exclamation-octagon-fill
+
+
+ +
exclamation-octagon
+
+
+ +
exclamation-square-fill
+
+
+ +
exclamation-square
+
+
+ +
exclamation-triangle-fill
+
+
+ +
exclamation-triangle
+
+
+ +
exclamation
+
+
+ +
exclude
+
+
+ +
explicit-fill
+
+
+ +
explicit
+
+
+ +
eye-fill
+
+
+ +
eye-slash-fill
+
+
+ +
eye-slash
+
+
+ +
eye
+
+
+ +
eyedropper
+
+
+ +
eyeglasses
+
+
+ +
facebook
+
+
+ +
fan
+
+
+ +
fast-forward-btn-fill
+
+
+ +
fast-forward-btn
+
+
+ +
fast-forward-circle-fill
+
+
+ +
fast-forward-circle
+
+
+ +
fast-forward-fill
+
+
+ +
fast-forward
+
+
+ +
file-arrow-down-fill
+
+
+ +
file-arrow-down
+
+
+ +
file-arrow-up-fill
+
+
+ +
file-arrow-up
+
+
+ +
file-bar-graph-fill
+
+
+ +
file-bar-graph
+
+
+ +
file-binary-fill
+
+
+ +
file-binary
+
+
+ +
file-break-fill
+
+
+ +
file-break
+
+
+ +
file-check-fill
+
+
+ +
file-check
+
+
+ +
file-code-fill
+
+
+ +
file-code
+
+
+ +
file-diff-fill
+
+
+ +
file-diff
+
+
+ +
file-earmark-arrow-down-fill
+
+
+ +
file-earmark-arrow-down
+
+
+ +
file-earmark-arrow-up-fill
+
+
+ +
file-earmark-arrow-up
+
+
+ +
file-earmark-bar-graph-fill
+
+
+ +
file-earmark-bar-graph
+
+
+ +
file-earmark-binary-fill
+
+
+ +
file-earmark-binary
+
+
+ +
file-earmark-break-fill
+
+
+ +
file-earmark-break
+
+
+ +
file-earmark-check-fill
+
+
+ +
file-earmark-check
+
+
+ +
file-earmark-code-fill
+
+
+ +
file-earmark-code
+
+
+ +
file-earmark-diff-fill
+
+
+ +
file-earmark-diff
+
+
+ +
file-earmark-easel-fill
+
+
+ +
file-earmark-easel
+
+
+ +
file-earmark-excel-fill
+
+
+ +
file-earmark-excel
+
+
+ +
file-earmark-fill
+
+
+ +
file-earmark-font-fill
+
+
+ +
file-earmark-font
+
+
+ +
file-earmark-image-fill
+
+
+ +
file-earmark-image
+
+
+ +
file-earmark-lock-fill
+
+
+ +
file-earmark-lock
+
+
+ +
file-earmark-lock2-fill
+
+
+ +
file-earmark-lock2
+
+
+ +
file-earmark-medical-fill
+
+
+ +
file-earmark-medical
+
+
+ +
file-earmark-minus-fill
+
+
+ +
file-earmark-minus
+
+
+ +
file-earmark-music-fill
+
+
+ +
file-earmark-music
+
+
+ +
file-earmark-pdf-fill
+
+
+ +
file-earmark-pdf
+
+
+ +
file-earmark-person-fill
+
+
+ +
file-earmark-person
+
+
+ +
file-earmark-play-fill
+
+
+ +
file-earmark-play
+
+
+ +
file-earmark-plus-fill
+
+
+ +
file-earmark-plus
+
+
+ +
file-earmark-post-fill
+
+
+ +
file-earmark-post
+
+
+ +
file-earmark-ppt-fill
+
+
+ +
file-earmark-ppt
+
+
+ +
file-earmark-richtext-fill
+
+
+ +
file-earmark-richtext
+
+
+ +
file-earmark-ruled-fill
+
+
+ +
file-earmark-ruled
+
+
+ +
file-earmark-slides-fill
+
+
+ +
file-earmark-slides
+
+
+ +
file-earmark-spreadsheet-fill
+
+
+ +
file-earmark-spreadsheet
+
+
+ +
file-earmark-text-fill
+
+
+ +
file-earmark-text
+
+
+ +
file-earmark-word-fill
+
+
+ +
file-earmark-word
+
+
+ +
file-earmark-x-fill
+
+
+ +
file-earmark-x
+
+
+ +
file-earmark-zip-fill
+
+
+ +
file-earmark-zip
+
+
+ +
file-earmark
+
+
+ +
file-easel-fill
+
+
+ +
file-easel
+
+
+ +
file-excel-fill
+
+
+ +
file-excel
+
+
+ +
file-fill
+
+
+ +
file-font-fill
+
+
+ +
file-font
+
+
+ +
file-image-fill
+
+
+ +
file-image
+
+
+ +
file-lock-fill
+
+
+ +
file-lock
+
+
+ +
file-lock2-fill
+
+
+ +
file-lock2
+
+
+ +
file-medical-fill
+
+
+ +
file-medical
+
+
+ +
file-minus-fill
+
+
+ +
file-minus
+
+
+ +
file-music-fill
+
+
+ +
file-music
+
+
+ +
file-pdf-fill
+
+
+ +
file-pdf
+
+
+ +
file-person-fill
+
+
+ +
file-person
+
+
+ +
file-play-fill
+
+
+ +
file-play
+
+
+ +
file-plus-fill
+
+
+ +
file-plus
+
+
+ +
file-post-fill
+
+
+ +
file-post
+
+
+ +
file-ppt-fill
+
+
+ +
file-ppt
+
+
+ +
file-richtext-fill
+
+
+ +
file-richtext
+
+
+ +
file-ruled-fill
+
+
+ +
file-ruled
+
+
+ +
file-slides-fill
+
+
+ +
file-slides
+
+
+ +
file-spreadsheet-fill
+
+
+ +
file-spreadsheet
+
+
+ +
file-text-fill
+
+
+ +
file-text
+
+
+ +
file-word-fill
+
+
+ +
file-word
+
+
+ +
file-x-fill
+
+
+ +
file-x
+
+
+ +
file-zip-fill
+
+
+ +
file-zip
+
+
+ +
file
+
+
+ +
files-alt
+
+
+ +
files
+
+
+ +
filetype-aac
+
+
+ +
filetype-ai
+
+
+ +
filetype-bmp
+
+
+ +
filetype-cs
+
+
+ +
filetype-css
+
+
+ +
filetype-csv
+
+
+ +
filetype-doc
+
+
+ +
filetype-docx
+
+
+ +
filetype-exe
+
+
+ +
filetype-gif
+
+
+ +
filetype-heic
+
+
+ +
filetype-html
+
+
+ +
filetype-java
+
+
+ +
filetype-jpg
+
+
+ +
filetype-js
+
+
+ +
filetype-json
+
+
+ +
filetype-jsx
+
+
+ +
filetype-key
+
+
+ +
filetype-m4p
+
+
+ +
filetype-md
+
+
+ +
filetype-mdx
+
+
+ +
filetype-mov
+
+
+ +
filetype-mp3
+
+
+ +
filetype-mp4
+
+
+ +
filetype-otf
+
+
+ +
filetype-pdf
+
+
+ +
filetype-php
+
+
+ +
filetype-png
+
+
+ +
filetype-ppt
+
+
+ +
filetype-pptx
+
+
+ +
filetype-psd
+
+
+ +
filetype-py
+
+
+ +
filetype-raw
+
+
+ +
filetype-rb
+
+
+ +
filetype-sass
+
+
+ +
filetype-scss
+
+
+ +
filetype-sh
+
+
+ +
filetype-sql
+
+
+ +
filetype-svg
+
+
+ +
filetype-tiff
+
+
+ +
filetype-tsx
+
+
+ +
filetype-ttf
+
+
+ +
filetype-txt
+
+
+ +
filetype-wav
+
+
+ +
filetype-woff
+
+
+ +
filetype-xls
+
+
+ +
filetype-xlsx
+
+
+ +
filetype-xml
+
+
+ +
filetype-yml
+
+
+ +
film
+
+
+ +
filter-circle-fill
+
+
+ +
filter-circle
+
+
+ +
filter-left
+
+
+ +
filter-right
+
+
+ +
filter-square-fill
+
+
+ +
filter-square
+
+
+ +
filter
+
+
+ +
fingerprint
+
+
+ +
fire
+
+
+ +
flag-fill
+
+
+ +
flag
+
+
+ +
flower1
+
+
+ +
flower2
+
+
+ +
flower3
+
+
+ +
folder-check
+
+
+ +
folder-fill
+
+
+ +
folder-minus
+
+
+ +
folder-plus
+
+
+ +
folder-symlink-fill
+
+
+ +
folder-symlink
+
+
+ +
folder-x
+
+
+ +
folder
+
+
+ +
folder2-open
+
+
+ +
folder2
+
+
+ +
fonts
+
+
+ +
forward-fill
+
+
+ +
forward
+
+
+ +
front
+
+
+ +
fuel-pump-diesel-fill
+
+
+ +
fuel-pump-diesel
+
+
+ +
fuel-pump-fill
+
+
+ +
fuel-pump
+
+
+ +
fullscreen-exit
+
+
+ +
fullscreen
+
+
+ +
funnel-fill
+
+
+ +
funnel
+
+
+ +
gear-fill
+
+
+ +
gear-wide-connected
+
+
+ +
gear-wide
+
+
+ +
gear
+
+
+ +
gem
+
+
+ +
gender-ambiguous
+
+
+ +
gender-female
+
+
+ +
gender-male
+
+
+ +
gender-trans
+
+
+ +
geo-alt-fill
+
+
+ +
geo-alt
+
+
+ +
geo-fill
+
+
+ +
geo
+
+
+ +
gift-fill
+
+
+ +
gift
+
+
+ +
git
+
+
+ +
github
+
+
+ +
globe
+
+
+ +
globe2
+
+
+ +
google-play
+
+
+ +
google
+
+
+ +
gpu-card
+
+
+ +
graph-down-arrow
+
+
+ +
graph-down
+
+
+ +
graph-up-arrow
+
+
+ +
graph-up
+
+
+ +
grid-1x2-fill
+
+
+ +
grid-1x2
+
+
+ +
grid-3x2-gap-fill
+
+
+ +
grid-3x2-gap
+
+
+ +
grid-3x2
+
+
+ +
grid-3x3-gap-fill
+
+
+ +
grid-3x3-gap
+
+
+ +
grid-3x3
+
+
+ +
grid-fill
+
+
+ +
grid
+
+
+ +
grip-horizontal
+
+
+ +
grip-vertical
+
+
+ +
h-circle-fill
+
+
+ +
h-circle
+
+
+ +
h-square-fill
+
+
+ +
h-square
+
+
+ +
hammer
+
+
+ +
hand-index-fill
+
+
+ +
hand-index-thumb-fill
+
+
+ +
hand-index-thumb
+
+
+ +
hand-index
+
+
+ +
hand-thumbs-down-fill
+
+
+ +
hand-thumbs-down
+
+
+ +
hand-thumbs-up-fill
+
+
+ +
hand-thumbs-up
+
+
+ +
handbag-fill
+
+
+ +
handbag
+
+
+ +
hash
+
+
+ +
hdd-fill
+
+
+ +
hdd-network-fill
+
+
+ +
hdd-network
+
+
+ +
hdd-rack-fill
+
+
+ +
hdd-rack
+
+
+ +
hdd-stack-fill
+
+
+ +
hdd-stack
+
+
+ +
hdd
+
+
+ +
hdmi-fill
+
+
+ +
hdmi
+
+
+ +
headphones
+
+
+ +
headset-vr
+
+
+ +
headset
+
+
+ +
heart-arrow
+
+
+ +
heart-fill
+
+
+ +
heart-half
+
+
+ +
heart-pulse-fill
+
+
+ +
heart-pulse
+
+
+ +
heart
+
+
+ +
heartbreak-fill
+
+
+ +
heartbreak
+
+
+ +
hearts
+
+
+ +
heptagon-fill
+
+
+ +
heptagon-half
+
+
+ +
heptagon
+
+
+ +
hexagon-fill
+
+
+ +
hexagon-half
+
+
+ +
hexagon
+
+
+ +
hospital-fill
+
+
+ +
hospital
+
+
+ +
hourglass-bottom
+
+
+ +
hourglass-split
+
+
+ +
hourglass-top
+
+
+ +
hourglass
+
+
+ +
house-door-fill
+
+
+ +
house-door
+
+
+ +
house-fill
+
+
+ +
house-heart-fill
+
+
+ +
house-heart
+
+
+ +
house
+
+
+ +
hr
+
+
+ +
hurricane
+
+
+ +
hypnotize
+
+
+ +
image-alt
+
+
+ +
image-fill
+
+
+ +
image
+
+
+ +
images
+
+
+ +
inbox-fill
+
+
+ +
inbox
+
+
+ +
inboxes-fill
+
+
+ +
inboxes
+
+
+ +
incognito
+
+
+ +
indent
+
+
+ +
infinity
+
+
+ +
info-circle-fill
+
+
+ +
info-circle
+
+
+ +
info-lg
+
+
+ +
info-square-fill
+
+
+ +
info-square
+
+
+ +
info
+
+
+ +
input-cursor-text
+
+
+ +
input-cursor
+
+
+ +
instagram
+
+
+ +
intersect
+
+
+ +
journal-album
+
+
+ +
journal-arrow-down
+
+
+ +
journal-arrow-up
+
+
+ +
journal-bookmark-fill
+
+
+ +
journal-bookmark
+
+
+ +
journal-check
+
+
+ +
journal-code
+
+
+ +
journal-medical
+
+
+ +
journal-minus
+
+
+ +
journal-plus
+
+
+ +
journal-richtext
+
+
+ +
journal-text
+
+
+ +
journal-x
+
+
+ +
journal
+
+
+ +
journals
+
+
+ +
joystick
+
+
+ +
justify-left
+
+
+ +
justify-right
+
+
+ +
justify
+
+
+ +
kanban-fill
+
+
+ +
kanban
+
+
+ +
key-fill
+
+
+ +
key
+
+
+ +
keyboard-fill
+
+
+ +
keyboard
+
+
+ +
ladder
+
+
+ +
lamp-fill
+
+
+ +
lamp
+
+
+ +
laptop-fill
+
+
+ +
laptop
+
+
+ +
layer-backward
+
+
+ +
layer-forward
+
+
+ +
layers-fill
+
+
+ +
layers-half
+
+
+ +
layers
+
+
+ +
layout-sidebar-inset-reverse
+
+
+ +
layout-sidebar-inset
+
+
+ +
layout-sidebar-reverse
+
+
+ +
layout-sidebar
+
+
+ +
layout-split
+
+
+ +
layout-text-sidebar-reverse
+
+
+ +
layout-text-sidebar
+
+
+ +
layout-text-window-reverse
+
+
+ +
layout-text-window
+
+
+ +
layout-three-columns
+
+
+ +
layout-wtf
+
+
+ +
life-preserver
+
+
+ +
lightbulb-fill
+
+
+ +
lightbulb-off-fill
+
+
+ +
lightbulb-off
+
+
+ +
lightbulb
+
+
+ +
lightning-charge-fill
+
+
+ +
lightning-charge
+
+
+ +
lightning-fill
+
+
+ +
lightning
+
+
+ +
line
+
+
+ +
link-45deg
+
+
+ +
link
+
+
+ +
linkedin
+
+
+ +
list-check
+
+
+ +
list-columns-reverse
+
+
+ +
list-columns
+
+
+ +
list-nested
+
+
+ +
list-ol
+
+
+ +
list-stars
+
+
+ +
list-task
+
+
+ +
list-ul
+
+
+ +
list
+
+
+ +
lock-fill
+
+
+ +
lock
+
+
+ +
lungs-fill
+
+
+ +
lungs
+
+
+ +
magic
+
+
+ +
magnet-fill
+
+
+ +
magnet
+
+
+ +
mailbox
+
+
+ +
mailbox2
+
+
+ +
map-fill
+
+
+ +
map
+
+
+ +
markdown-fill
+
+
+ +
markdown
+
+
+ +
mask
+
+
+ +
mastodon
+
+
+ +
medium
+
+
+ +
megaphone-fill
+
+
+ +
megaphone
+
+
+ +
memory
+
+
+ +
menu-app-fill
+
+
+ +
menu-app
+
+
+ +
menu-button-fill
+
+
+ +
menu-button-wide-fill
+
+
+ +
menu-button-wide
+
+
+ +
menu-button
+
+
+ +
menu-down
+
+
+ +
menu-up
+
+
+ +
messenger
+
+
+ +
meta
+
+
+ +
mic-fill
+
+
+ +
mic-mute-fill
+
+
+ +
mic-mute
+
+
+ +
mic
+
+
+ +
microsoft-teams
+
+
+ +
microsoft
+
+
+ +
minecart-loaded
+
+
+ +
minecart
+
+
+ +
modem-fill
+
+
+ +
modem
+
+
+ +
moisture
+
+
+ +
moon-fill
+
+
+ +
moon-stars-fill
+
+
+ +
moon-stars
+
+
+ +
moon
+
+
+ +
mortarboard-fill
+
+
+ +
mortarboard
+
+
+ +
motherboard-fill
+
+
+ +
motherboard
+
+
+ +
mouse-fill
+
+
+ +
mouse
+
+
+ +
mouse2-fill
+
+
+ +
mouse2
+
+
+ +
mouse3-fill
+
+
+ +
mouse3
+
+
+ +
music-note-beamed
+
+
+ +
music-note-list
+
+
+ +
music-note
+
+
+ +
music-player-fill
+
+
+ +
music-player
+
+
+ +
newspaper
+
+
+ +
nintendo-switch
+
+
+ +
node-minus-fill
+
+
+ +
node-minus
+
+
+ +
node-plus-fill
+
+
+ +
node-plus
+
+
+ +
nut-fill
+
+
+ +
nut
+
+
+ +
octagon-fill
+
+
+ +
octagon-half
+
+
+ +
octagon
+
+
+ +
optical-audio-fill
+
+
+ +
optical-audio
+
+
+ +
option
+
+
+ +
outlet
+
+
+ +
p-circle-fill
+
+
+ +
p-circle
+
+
+ +
p-square-fill
+
+
+ +
p-square
+
+
+ +
paint-bucket
+
+
+ +
palette-fill
+
+
+ +
palette
+
+
+ +
palette2
+
+
+ +
paperclip
+
+
+ +
paragraph
+
+
+ +
pass-fill
+
+
+ +
pass
+
+
+ +
patch-check-fill
+
+
+ +
patch-check
+
+
+ +
patch-exclamation-fill
+
+
+ +
patch-exclamation
+
+
+ +
patch-minus-fill
+
+
+ +
patch-minus
+
+
+ +
patch-plus-fill
+
+
+ +
patch-plus
+
+
+ +
patch-question-fill
+
+
+ +
patch-question
+
+
+ +
pause-btn-fill
+
+
+ +
pause-btn
+
+
+ +
pause-circle-fill
+
+
+ +
pause-circle
+
+
+ +
pause-fill
+
+
+ +
pause
+
+
+ +
paypal
+
+
+ +
pc-display-horizontal
+
+
+ +
pc-display
+
+
+ +
pc-horizontal
+
+
+ +
pc
+
+
+ +
pci-card
+
+
+ +
peace-fill
+
+
+ +
peace
+
+
+ +
pen-fill
+
+
+ +
pen
+
+
+ +
pencil-fill
+
+
+ +
pencil-square
+
+
+ +
pencil
+
+
+ +
pentagon-fill
+
+
+ +
pentagon-half
+
+
+ +
pentagon
+
+
+ +
people-fill
+
+
+ +
people
+
+
+ +
percent
+
+
+ +
person-badge-fill
+
+
+ +
person-badge
+
+
+ +
person-bounding-box
+
+
+ +
person-check-fill
+
+
+ +
person-check
+
+
+ +
person-circle
+
+
+ +
person-dash-fill
+
+
+ +
person-dash
+
+
+ +
person-fill
+
+
+ +
person-heart
+
+
+ +
person-hearts
+
+
+ +
person-lines-fill
+
+
+ +
person-plus-fill
+
+
+ +
person-plus
+
+
+ +
person-rolodex
+
+
+ +
person-square
+
+
+ +
person-video
+
+
+ +
person-video2
+
+
+ +
person-video3
+
+
+ +
person-workspace
+
+
+ +
person-x-fill
+
+
+ +
person-x
+
+
+ +
person
+
+
+ +
phone-fill
+
+
+ +
phone-flip
+
+
+ +
phone-landscape-fill
+
+
+ +
phone-landscape
+
+
+ +
phone-vibrate-fill
+
+
+ +
phone-vibrate
+
+
+ +
phone
+
+
+ +
pie-chart-fill
+
+
+ +
pie-chart
+
+
+ +
piggy-bank-fill
+
+
+ +
piggy-bank
+
+
+ +
pin-angle-fill
+
+
+ +
pin-angle
+
+
+ +
pin-fill
+
+
+ +
pin-map-fill
+
+
+ +
pin-map
+
+
+ +
pin
+
+
+ +
pinterest
+
+
+ +
pip-fill
+
+
+ +
pip
+
+
+ +
play-btn-fill
+
+
+ +
play-btn
+
+
+ +
play-circle-fill
+
+
+ +
play-circle
+
+
+ +
play-fill
+
+
+ +
play
+
+
+ +
playstation
+
+
+ +
plug-fill
+
+
+ +
plug
+
+
+ +
plugin
+
+
+ +
plus-circle-dotted
+
+
+ +
plus-circle-fill
+
+
+ +
plus-circle
+
+
+ +
plus-lg
+
+
+ +
plus-slash-minus
+
+
+ +
plus-square-dotted
+
+
+ +
plus-square-fill
+
+
+ +
plus-square
+
+
+ +
plus
+
+
+ +
postage-fill
+
+
+ +
postage-heart-fill
+
+
+ +
postage-heart
+
+
+ +
postage
+
+
+ +
postcard-fill
+
+
+ +
postcard-heart-fill
+
+
+ +
postcard-heart
+
+
+ +
postcard
+
+
+ +
power
+
+
+ +
prescription
+
+
+ +
prescription2
+
+
+ +
printer-fill
+
+
+ +
printer
+
+
+ +
projector-fill
+
+
+ +
projector
+
+
+ +
puzzle-fill
+
+
+ +
puzzle
+
+
+ +
qr-code-scan
+
+
+ +
qr-code
+
+
+ +
question-circle-fill
+
+
+ +
question-circle
+
+
+ +
question-diamond-fill
+
+
+ +
question-diamond
+
+
+ +
question-lg
+
+
+ +
question-octagon-fill
+
+
+ +
question-octagon
+
+
+ +
question-square-fill
+
+
+ +
question-square
+
+
+ +
question
+
+
+ +
quora
+
+
+ +
quote
+
+
+ +
r-circle-fill
+
+
+ +
r-circle
+
+
+ +
r-square-fill
+
+
+ +
r-square
+
+
+ +
radioactive
+
+
+ +
rainbow
+
+
+ +
receipt-cutoff
+
+
+ +
receipt
+
+
+ +
reception-0
+
+
+ +
reception-1
+
+
+ +
reception-2
+
+
+ +
reception-3
+
+
+ +
reception-4
+
+
+ +
record-btn-fill
+
+
+ +
record-btn
+
+
+ +
record-circle-fill
+
+
+ +
record-circle
+
+
+ +
record-fill
+
+
+ +
record
+
+
+ +
record2-fill
+
+
+ +
record2
+
+
+ +
recycle
+
+
+ +
reddit
+
+
+ +
repeat-1
+
+
+ +
repeat
+
+
+ +
reply-all-fill
+
+
+ +
reply-all
+
+
+ +
reply-fill
+
+
+ +
reply
+
+
+ +
rewind-btn-fill
+
+
+ +
rewind-btn
+
+
+ +
rewind-circle-fill
+
+
+ +
rewind-circle
+
+
+ +
rewind-fill
+
+
+ +
rewind
+
+
+ +
robot
+
+
+ +
router-fill
+
+
+ +
router
+
+
+ +
rss-fill
+
+
+ +
rss
+
+
+ +
rulers
+
+
+ +
safe-fill
+
+
+ +
safe
+
+
+ +
safe2-fill
+
+
+ +
safe2
+
+
+ +
save-fill
+
+
+ +
save
+
+
+ +
save2-fill
+
+
+ +
save2
+
+
+ +
scissors
+
+
+ +
screwdriver
+
+
+ +
sd-card-fill
+
+
+ +
sd-card
+
+
+ +
search-heart-fill
+
+
+ +
search-heart
+
+
+ +
search
+
+
+ +
segmented-nav
+
+
+ +
send-check-fill
+
+
+ +
send-check
+
+
+ +
send-dash-fill
+
+
+ +
send-dash
+
+
+ +
send-exclamation-fill
+
+
+ +
send-exclamation
+
+
+ +
send-fill
+
+
+ +
send-plus-fill
+
+
+ +
send-plus
+
+
+ +
send-slash-fill
+
+
+ +
send-slash
+
+
+ +
send-x-fill
+
+
+ +
send-x
+
+
+ +
send
+
+
+ +
server
+
+
+ +
share-fill
+
+
+ +
share
+
+
+ +
shield-check
+
+
+ +
shield-exclamation
+
+
+ +
shield-fill-check
+
+
+ +
shield-fill-exclamation
+
+
+ +
shield-fill-minus
+
+
+ +
shield-fill-plus
+
+
+ +
shield-fill-x
+
+
+ +
shield-fill
+
+
+ +
shield-lock-fill
+
+
+ +
shield-lock
+
+
+ +
shield-minus
+
+
+ +
shield-plus
+
+
+ +
shield-shaded
+
+
+ +
shield-slash-fill
+
+
+ +
shield-slash
+
+
+ +
shield-x
+
+
+ +
shield
+
+
+ +
shift-fill
+
+
+ +
shift
+
+
+ +
shop-window
+
+
+ +
shop
+
+
+ +
shuffle
+
+
+ +
sign-stop-fill
+
+
+ +
sign-stop-lights-fill
+
+
+ +
sign-stop-lights
+
+
+ +
sign-stop
+
+
+ +
sign-turn-left-fill
+
+
+ +
sign-turn-left
+
+
+ +
sign-turn-right-fill
+
+
+ +
sign-turn-right
+
+
+ +
sign-turn-slight-left-fill
+
+
+ +
sign-turn-slight-left
+
+
+ +
sign-turn-slight-right-fill
+
+
+ +
sign-turn-slight-right
+
+
+ +
sign-yield-fill
+
+
+ +
sign-yield
+
+
+ +
signal
+
+
+ +
signpost-2-fill
+
+
+ +
signpost-2
+
+
+ +
signpost-fill
+
+
+ +
signpost-split-fill
+
+
+ +
signpost-split
+
+
+ +
signpost
+
+
+ +
sim-fill
+
+
+ +
sim
+
+
+ +
skip-backward-btn-fill
+
+
+ +
skip-backward-btn
+
+
+ +
skip-backward-circle-fill
+
+
+ +
skip-backward-circle
+
+
+ +
skip-backward-fill
+
+
+ +
skip-backward
+
+
+ +
skip-end-btn-fill
+
+
+ +
skip-end-btn
+
+
+ +
skip-end-circle-fill
+
+
+ +
skip-end-circle
+
+
+ +
skip-end-fill
+
+
+ +
skip-end
+
+
+ +
skip-forward-btn-fill
+
+
+ +
skip-forward-btn
+
+
+ +
skip-forward-circle-fill
+
+
+ +
skip-forward-circle
+
+
+ +
skip-forward-fill
+
+
+ +
skip-forward
+
+
+ +
skip-start-btn-fill
+
+
+ +
skip-start-btn
+
+
+ +
skip-start-circle-fill
+
+
+ +
skip-start-circle
+
+
+ +
skip-start-fill
+
+
+ +
skip-start
+
+
+ +
skype
+
+
+ +
slack
+
+
+ +
slash-circle-fill
+
+
+ +
slash-circle
+
+
+ +
slash-lg
+
+
+ +
slash-square-fill
+
+
+ +
slash-square
+
+
+ +
slash
+
+
+ +
sliders
+
+
+ +
sliders2-vertical
+
+
+ +
sliders2
+
+
+ +
smartwatch
+
+
+ +
snapchat
+
+
+ +
snow
+
+
+ +
snow2
+
+
+ +
snow3
+
+
+ +
sort-alpha-down-alt
+
+
+ +
sort-alpha-down
+
+
+ +
sort-alpha-up-alt
+
+
+ +
sort-alpha-up
+
+
+ +
sort-down-alt
+
+
+ +
sort-down
+
+
+ +
sort-numeric-down-alt
+
+
+ +
sort-numeric-down
+
+
+ +
sort-numeric-up-alt
+
+
+ +
sort-numeric-up
+
+
+ +
sort-up-alt
+
+
+ +
sort-up
+
+
+ +
soundwave
+
+
+ +
speaker-fill
+
+
+ +
speaker
+
+
+ +
speedometer
+
+
+ +
speedometer2
+
+
+ +
spellcheck
+
+
+ +
spotify
+
+
+ +
square-fill
+
+
+ +
square-half
+
+
+ +
square
+
+
+ +
stack-overflow
+
+
+ +
stack
+
+
+ +
star-fill
+
+
+ +
star-half
+
+
+ +
star
+
+
+ +
stars
+
+
+ +
steam
+
+
+ +
stickies-fill
+
+
+ +
stickies
+
+
+ +
sticky-fill
+
+
+ +
sticky
+
+
+ +
stop-btn-fill
+
+
+ +
stop-btn
+
+
+ +
stop-circle-fill
+
+
+ +
stop-circle
+
+
+ +
stop-fill
+
+
+ +
stop
+
+
+ +
stoplights-fill
+
+
+ +
stoplights
+
+
+ +
stopwatch-fill
+
+
+ +
stopwatch
+
+
+ +
strava
+
+
+ +
subtract
+
+
+ +
suit-club-fill
+
+
+ +
suit-club
+
+
+ +
suit-diamond-fill
+
+
+ +
suit-diamond
+
+
+ +
suit-heart-fill
+
+
+ +
suit-heart
+
+
+ +
suit-spade-fill
+
+
+ +
suit-spade
+
+
+ +
sun-fill
+
+
+ +
sun
+
+
+ +
sunglasses
+
+
+ +
sunrise-fill
+
+
+ +
sunrise
+
+
+ +
sunset-fill
+
+
+ +
sunset
+
+
+ +
symmetry-horizontal
+
+
+ +
symmetry-vertical
+
+
+ +
table
+
+
+ +
tablet-fill
+
+
+ +
tablet-landscape-fill
+
+
+ +
tablet-landscape
+
+
+ +
tablet
+
+
+ +
tag-fill
+
+
+ +
tag
+
+
+ +
tags-fill
+
+
+ +
tags
+
+
+ +
telegram
+
+
+ +
telephone-fill
+
+
+ +
telephone-forward-fill
+
+
+ +
telephone-forward
+
+
+ +
telephone-inbound-fill
+
+
+ +
telephone-inbound
+
+
+ +
telephone-minus-fill
+
+
+ +
telephone-minus
+
+
+ +
telephone-outbound-fill
+
+
+ +
telephone-outbound
+
+
+ +
telephone-plus-fill
+
+
+ +
telephone-plus
+
+
+ +
telephone-x-fill
+
+
+ +
telephone-x
+
+
+ +
telephone
+
+
+ +
terminal-dash
+
+
+ +
terminal-fill
+
+
+ +
terminal-plus
+
+
+ +
terminal-split
+
+
+ +
terminal-x
+
+
+ +
terminal
+
+
+ +
text-center
+
+
+ +
text-indent-left
+
+
+ +
text-indent-right
+
+
+ +
text-left
+
+
+ +
text-paragraph
+
+
+ +
text-right
+
+
+ +
textarea-resize
+
+
+ +
textarea-t
+
+
+ +
textarea
+
+
+ +
thermometer-half
+
+
+ +
thermometer-high
+
+
+ +
thermometer-low
+
+
+ +
thermometer-snow
+
+
+ +
thermometer-sun
+
+
+ +
thermometer
+
+
+ +
three-dots-vertical
+
+
+ +
three-dots
+
+
+ +
thunderbolt-fill
+
+
+ +
thunderbolt
+
+
+ +
ticket-detailed-fill
+
+
+ +
ticket-detailed
+
+
+ +
ticket-fill
+
+
+ +
ticket-perforated-fill
+
+
+ +
ticket-perforated
+
+
+ +
ticket
+
+
+ +
tiktok
+
+
+ +
toggle-off
+
+
+ +
toggle-on
+
+
+ +
toggle2-off
+
+
+ +
toggle2-on
+
+
+ +
toggles
+
+
+ +
toggles2
+
+
+ +
tools
+
+
+ +
tornado
+
+
+ +
train-freight-front-fill
+
+
+ +
train-freight-front
+
+
+ +
train-front-fill
+
+
+ +
train-front
+
+
+ +
train-lightrail-front-fill
+
+
+ +
train-lightrail-front
+
+
+ +
translate
+
+
+ +
trash-fill
+
+
+ +
trash
+
+
+ +
trash2-fill
+
+
+ +
trash2
+
+
+ +
trash3-fill
+
+
+ +
trash3
+
+
+ +
tree-fill
+
+
+ +
tree
+
+
+ +
triangle-fill
+
+
+ +
triangle-half
+
+
+ +
triangle
+
+
+ +
trophy-fill
+
+
+ +
trophy
+
+
+ +
tropical-storm
+
+
+ +
truck-flatbed
+
+
+ +
truck-front-fill
+
+
+ +
truck-front
+
+
+ +
truck
+
+
+ +
tsunami
+
+
+ +
tv-fill
+
+
+ +
tv
+
+
+ +
twitch
+
+
+ +
twitter
+
+
+ +
type-bold
+
+
+ +
type-h1
+
+
+ +
type-h2
+
+
+ +
type-h3
+
+
+ +
type-italic
+
+
+ +
type-strikethrough
+
+
+ +
type-underline
+
+
+ +
type
+
+
+ +
ubuntu
+
+
+ +
ui-checks-grid
+
+
+ +
ui-checks
+
+
+ +
ui-radios-grid
+
+
+ +
ui-radios
+
+
+ +
umbrella-fill
+
+
+ +
umbrella
+
+
+ +
unindent
+
+
+ +
union
+
+
+ +
unity
+
+
+ +
universal-access-circle
+
+
+ +
universal-access
+
+
+ +
unlock-fill
+
+
+ +
unlock
+
+
+ +
upc-scan
+
+
+ +
upc
+
+
+ +
upload
+
+
+ +
usb-c-fill
+
+
+ +
usb-c
+
+
+ +
usb-drive-fill
+
+
+ +
usb-drive
+
+
+ +
usb-fill
+
+
+ +
usb-micro-fill
+
+
+ +
usb-micro
+
+
+ +
usb-mini-fill
+
+
+ +
usb-mini
+
+
+ +
usb-plug-fill
+
+
+ +
usb-plug
+
+
+ +
usb-symbol
+
+
+ +
usb
+
+
+ +
valentine
+
+
+ +
valentine2
+
+
+ +
vector-pen
+
+
+ +
view-list
+
+
+ +
view-stacked
+
+
+ +
vimeo
+
+
+ +
vinyl-fill
+
+
+ +
vinyl
+
+
+ +
virus
+
+
+ +
virus2
+
+
+ +
voicemail
+
+
+ +
volume-down-fill
+
+
+ +
volume-down
+
+
+ +
volume-mute-fill
+
+
+ +
volume-mute
+
+
+ +
volume-off-fill
+
+
+ +
volume-off
+
+
+ +
volume-up-fill
+
+
+ +
volume-up
+
+
+ +
vr
+
+
+ +
wallet-fill
+
+
+ +
wallet
+
+
+ +
wallet2
+
+
+ +
watch
+
+
+ +
water
+
+
+ +
webcam-fill
+
+
+ +
webcam
+
+
+ +
wechat
+
+
+ +
whatsapp
+
+
+ +
wifi-1
+
+
+ +
wifi-2
+
+
+ +
wifi-off
+
+
+ +
wifi
+
+
+ +
wind
+
+
+ +
window-dash
+
+
+ +
window-desktop
+
+
+ +
window-dock
+
+
+ +
window-fullscreen
+
+
+ +
window-plus
+
+
+ +
window-sidebar
+
+
+ +
window-split
+
+
+ +
window-stack
+
+
+ +
window-x
+
+
+ +
window
+
+
+ +
windows
+
+
+ +
wordpress
+
+
+ +
wrench-adjustable-circle-fill
+
+
+ +
wrench-adjustable-circle
+
+
+ +
wrench-adjustable
+
+
+ +
wrench
+
+
+ +
x-circle-fill
+
+
+ +
x-circle
+
+
+ +
x-diamond-fill
+
+
+ +
x-diamond
+
+
+ +
x-lg
+
+
+ +
x-octagon-fill
+
+
+ +
x-octagon
+
+
+ +
x-square-fill
+
+
+ +
x-square
+
+
+ +
x
+
+
+ +
xbox
+
+
+ +
yelp
+
+
+ +
yin-yang
+
+
+ +
youtube
+
+
+ +
zoom-in
+
+
+ +
zoom-out
+
+
+ + + diff --git a/core/static/assets/vendor/bootstrap-icons/icons/1-circle-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/1-circle-fill.svg new file mode 100644 index 0000000..5141c8f --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/1-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/1-circle.svg b/core/static/assets/vendor/bootstrap-icons/icons/1-circle.svg new file mode 100644 index 0000000..785af34 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/1-circle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/1-square-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/1-square-fill.svg new file mode 100644 index 0000000..de579e6 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/1-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/1-square.svg b/core/static/assets/vendor/bootstrap-icons/icons/1-square.svg new file mode 100644 index 0000000..4f57d79 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/1-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/123.svg b/core/static/assets/vendor/bootstrap-icons/icons/123.svg new file mode 100644 index 0000000..3ee3396 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/123.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/2-circle-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/2-circle-fill.svg new file mode 100644 index 0000000..03a9251 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/2-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/2-circle.svg b/core/static/assets/vendor/bootstrap-icons/icons/2-circle.svg new file mode 100644 index 0000000..fea4a56 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/2-circle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/2-square-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/2-square-fill.svg new file mode 100644 index 0000000..a89e1f7 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/2-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/2-square.svg b/core/static/assets/vendor/bootstrap-icons/icons/2-square.svg new file mode 100644 index 0000000..558c78b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/2-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/3-circle-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/3-circle-fill.svg new file mode 100644 index 0000000..06d2ea5 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/3-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/3-circle.svg b/core/static/assets/vendor/bootstrap-icons/icons/3-circle.svg new file mode 100644 index 0000000..23c3479 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/3-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/3-square-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/3-square-fill.svg new file mode 100644 index 0000000..c6890a3 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/3-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/3-square.svg b/core/static/assets/vendor/bootstrap-icons/icons/3-square.svg new file mode 100644 index 0000000..b56b684 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/3-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/4-circle-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/4-circle-fill.svg new file mode 100644 index 0000000..199a5e2 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/4-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/4-circle.svg b/core/static/assets/vendor/bootstrap-icons/icons/4-circle.svg new file mode 100644 index 0000000..3af547d --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/4-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/4-square-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/4-square-fill.svg new file mode 100644 index 0000000..03b0f94 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/4-square-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/4-square.svg b/core/static/assets/vendor/bootstrap-icons/icons/4-square.svg new file mode 100644 index 0000000..dd85455 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/4-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/5-circle-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/5-circle-fill.svg new file mode 100644 index 0000000..e940e98 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/5-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/5-circle.svg b/core/static/assets/vendor/bootstrap-icons/icons/5-circle.svg new file mode 100644 index 0000000..47eefd0 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/5-circle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/5-square-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/5-square-fill.svg new file mode 100644 index 0000000..1a87860 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/5-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/5-square.svg b/core/static/assets/vendor/bootstrap-icons/icons/5-square.svg new file mode 100644 index 0000000..9c54c77 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/5-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/6-circle-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/6-circle-fill.svg new file mode 100644 index 0000000..18f66ef --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/6-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/6-circle.svg b/core/static/assets/vendor/bootstrap-icons/icons/6-circle.svg new file mode 100644 index 0000000..ab5f748 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/6-circle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/6-square-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/6-square-fill.svg new file mode 100644 index 0000000..d67fa52 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/6-square-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/6-square.svg b/core/static/assets/vendor/bootstrap-icons/icons/6-square.svg new file mode 100644 index 0000000..79762c8 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/6-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/7-circle-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/7-circle-fill.svg new file mode 100644 index 0000000..bb4522b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/7-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/7-circle.svg b/core/static/assets/vendor/bootstrap-icons/icons/7-circle.svg new file mode 100644 index 0000000..0dc4685 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/7-circle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/7-square-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/7-square-fill.svg new file mode 100644 index 0000000..8a4789c --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/7-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/7-square.svg b/core/static/assets/vendor/bootstrap-icons/icons/7-square.svg new file mode 100644 index 0000000..a314c4a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/7-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/8-circle-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/8-circle-fill.svg new file mode 100644 index 0000000..15cd6b4 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/8-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/8-circle.svg b/core/static/assets/vendor/bootstrap-icons/icons/8-circle.svg new file mode 100644 index 0000000..fb14542 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/8-circle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/8-square-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/8-square-fill.svg new file mode 100644 index 0000000..766d42a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/8-square-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/8-square.svg b/core/static/assets/vendor/bootstrap-icons/icons/8-square.svg new file mode 100644 index 0000000..f450b17 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/8-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/9-circle-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/9-circle-fill.svg new file mode 100644 index 0000000..6ebd865 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/9-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/9-circle.svg b/core/static/assets/vendor/bootstrap-icons/icons/9-circle.svg new file mode 100644 index 0000000..7c97f29 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/9-circle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/9-square-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/9-square-fill.svg new file mode 100644 index 0000000..daee3e8 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/9-square-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/9-square.svg b/core/static/assets/vendor/bootstrap-icons/icons/9-square.svg new file mode 100644 index 0000000..ade9233 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/9-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/activity.svg b/core/static/assets/vendor/bootstrap-icons/icons/activity.svg new file mode 100644 index 0000000..1c45d1b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/activity.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/airplane-engines-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/airplane-engines-fill.svg new file mode 100644 index 0000000..b58d49f --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/airplane-engines-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/airplane-engines.svg b/core/static/assets/vendor/bootstrap-icons/icons/airplane-engines.svg new file mode 100644 index 0000000..78b7934 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/airplane-engines.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/airplane-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/airplane-fill.svg new file mode 100644 index 0000000..c8f2fce --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/airplane-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/airplane.svg b/core/static/assets/vendor/bootstrap-icons/icons/airplane.svg new file mode 100644 index 0000000..2e04c92 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/airplane.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/alarm-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/alarm-fill.svg new file mode 100644 index 0000000..bec569f --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/alarm-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/alarm.svg b/core/static/assets/vendor/bootstrap-icons/icons/alarm.svg new file mode 100644 index 0000000..53f7cbe --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/alarm.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/alexa.svg b/core/static/assets/vendor/bootstrap-icons/icons/alexa.svg new file mode 100644 index 0000000..a68f1d9 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/alexa.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/align-bottom.svg b/core/static/assets/vendor/bootstrap-icons/icons/align-bottom.svg new file mode 100644 index 0000000..d9484c0 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/align-bottom.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/align-center.svg b/core/static/assets/vendor/bootstrap-icons/icons/align-center.svg new file mode 100644 index 0000000..af0d75b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/align-center.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/align-end.svg b/core/static/assets/vendor/bootstrap-icons/icons/align-end.svg new file mode 100644 index 0000000..28f861d --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/align-end.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/align-middle.svg b/core/static/assets/vendor/bootstrap-icons/icons/align-middle.svg new file mode 100644 index 0000000..95c6598 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/align-middle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/align-start.svg b/core/static/assets/vendor/bootstrap-icons/icons/align-start.svg new file mode 100644 index 0000000..a72ba98 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/align-start.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/align-top.svg b/core/static/assets/vendor/bootstrap-icons/icons/align-top.svg new file mode 100644 index 0000000..d2934f5 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/align-top.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/alipay.svg b/core/static/assets/vendor/bootstrap-icons/icons/alipay.svg new file mode 100644 index 0000000..df7def9 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/alipay.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/alt.svg b/core/static/assets/vendor/bootstrap-icons/icons/alt.svg new file mode 100644 index 0000000..22b7886 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/alt.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/android.svg b/core/static/assets/vendor/bootstrap-icons/icons/android.svg new file mode 100644 index 0000000..d890952 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/android.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/android2.svg b/core/static/assets/vendor/bootstrap-icons/icons/android2.svg new file mode 100644 index 0000000..37613cc --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/android2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/app-indicator.svg b/core/static/assets/vendor/bootstrap-icons/icons/app-indicator.svg new file mode 100644 index 0000000..450a011 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/app-indicator.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/app.svg b/core/static/assets/vendor/bootstrap-icons/icons/app.svg new file mode 100644 index 0000000..819df1b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/app.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/apple.svg b/core/static/assets/vendor/bootstrap-icons/icons/apple.svg new file mode 100644 index 0000000..b8bc2a0 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/apple.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/archive-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/archive-fill.svg new file mode 100644 index 0000000..077aa29 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/archive-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/archive.svg b/core/static/assets/vendor/bootstrap-icons/icons/archive.svg new file mode 100644 index 0000000..b41be30 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/archive.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/arrow-90deg-down.svg b/core/static/assets/vendor/bootstrap-icons/icons/arrow-90deg-down.svg new file mode 100644 index 0000000..1193b5d --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/arrow-90deg-down.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/arrow-90deg-left.svg b/core/static/assets/vendor/bootstrap-icons/icons/arrow-90deg-left.svg new file mode 100644 index 0000000..1656b22 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/arrow-90deg-left.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/arrow-90deg-right.svg b/core/static/assets/vendor/bootstrap-icons/icons/arrow-90deg-right.svg new file mode 100644 index 0000000..a7d32ce --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/arrow-90deg-right.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/arrow-90deg-up.svg b/core/static/assets/vendor/bootstrap-icons/icons/arrow-90deg-up.svg new file mode 100644 index 0000000..6c95e3d --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/arrow-90deg-up.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/arrow-bar-down.svg b/core/static/assets/vendor/bootstrap-icons/icons/arrow-bar-down.svg new file mode 100644 index 0000000..fe18e39 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/arrow-bar-down.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/arrow-bar-left.svg b/core/static/assets/vendor/bootstrap-icons/icons/arrow-bar-left.svg new file mode 100644 index 0000000..f53a1fd --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/arrow-bar-left.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/arrow-bar-right.svg b/core/static/assets/vendor/bootstrap-icons/icons/arrow-bar-right.svg new file mode 100644 index 0000000..5019863 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/arrow-bar-right.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/arrow-bar-up.svg b/core/static/assets/vendor/bootstrap-icons/icons/arrow-bar-up.svg new file mode 100644 index 0000000..090b6bd --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/arrow-bar-up.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/arrow-clockwise.svg b/core/static/assets/vendor/bootstrap-icons/icons/arrow-clockwise.svg new file mode 100644 index 0000000..b072eb0 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/arrow-clockwise.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/arrow-counterclockwise.svg b/core/static/assets/vendor/bootstrap-icons/icons/arrow-counterclockwise.svg new file mode 100644 index 0000000..b0b23b9 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/arrow-counterclockwise.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/arrow-down-circle-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/arrow-down-circle-fill.svg new file mode 100644 index 0000000..8e837c0 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/arrow-down-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/arrow-down-circle.svg b/core/static/assets/vendor/bootstrap-icons/icons/arrow-down-circle.svg new file mode 100644 index 0000000..fe215b9 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/arrow-down-circle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/arrow-down-left-circle-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/arrow-down-left-circle-fill.svg new file mode 100644 index 0000000..bcebc12 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/arrow-down-left-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/arrow-down-left-circle.svg b/core/static/assets/vendor/bootstrap-icons/icons/arrow-down-left-circle.svg new file mode 100644 index 0000000..8b52276 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/arrow-down-left-circle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/arrow-down-left-square-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/arrow-down-left-square-fill.svg new file mode 100644 index 0000000..57c099f --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/arrow-down-left-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/arrow-down-left-square.svg b/core/static/assets/vendor/bootstrap-icons/icons/arrow-down-left-square.svg new file mode 100644 index 0000000..08e0028 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/arrow-down-left-square.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/arrow-down-left.svg b/core/static/assets/vendor/bootstrap-icons/icons/arrow-down-left.svg new file mode 100644 index 0000000..96a6b08 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/arrow-down-left.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/arrow-down-right-circle-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/arrow-down-right-circle-fill.svg new file mode 100644 index 0000000..35ab8c2 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/arrow-down-right-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/arrow-down-right-circle.svg b/core/static/assets/vendor/bootstrap-icons/icons/arrow-down-right-circle.svg new file mode 100644 index 0000000..1cd51bc --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/arrow-down-right-circle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/arrow-down-right-square-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/arrow-down-right-square-fill.svg new file mode 100644 index 0000000..3ccff9b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/arrow-down-right-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/arrow-down-right-square.svg b/core/static/assets/vendor/bootstrap-icons/icons/arrow-down-right-square.svg new file mode 100644 index 0000000..5019b26 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/arrow-down-right-square.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/arrow-down-right.svg b/core/static/assets/vendor/bootstrap-icons/icons/arrow-down-right.svg new file mode 100644 index 0000000..80487bd --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/arrow-down-right.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/arrow-down-short.svg b/core/static/assets/vendor/bootstrap-icons/icons/arrow-down-short.svg new file mode 100644 index 0000000..2fda340 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/arrow-down-short.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/arrow-down-square-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/arrow-down-square-fill.svg new file mode 100644 index 0000000..ea8f14b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/arrow-down-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/arrow-down-square.svg b/core/static/assets/vendor/bootstrap-icons/icons/arrow-down-square.svg new file mode 100644 index 0000000..633671f --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/arrow-down-square.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/arrow-down-up.svg b/core/static/assets/vendor/bootstrap-icons/icons/arrow-down-up.svg new file mode 100644 index 0000000..a128d9b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/arrow-down-up.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/arrow-down.svg b/core/static/assets/vendor/bootstrap-icons/icons/arrow-down.svg new file mode 100644 index 0000000..1344ca9 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/arrow-down.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/arrow-left-circle-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/arrow-left-circle-fill.svg new file mode 100644 index 0000000..2eebe62 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/arrow-left-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/arrow-left-circle.svg b/core/static/assets/vendor/bootstrap-icons/icons/arrow-left-circle.svg new file mode 100644 index 0000000..39f86b8 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/arrow-left-circle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/arrow-left-right.svg b/core/static/assets/vendor/bootstrap-icons/icons/arrow-left-right.svg new file mode 100644 index 0000000..8aabd7b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/arrow-left-right.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/arrow-left-short.svg b/core/static/assets/vendor/bootstrap-icons/icons/arrow-left-short.svg new file mode 100644 index 0000000..13005fb --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/arrow-left-short.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/arrow-left-square-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/arrow-left-square-fill.svg new file mode 100644 index 0000000..76dbe9e --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/arrow-left-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/arrow-left-square.svg b/core/static/assets/vendor/bootstrap-icons/icons/arrow-left-square.svg new file mode 100644 index 0000000..4db19b3 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/arrow-left-square.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/arrow-left.svg b/core/static/assets/vendor/bootstrap-icons/icons/arrow-left.svg new file mode 100644 index 0000000..9d88501 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/arrow-left.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/arrow-repeat.svg b/core/static/assets/vendor/bootstrap-icons/icons/arrow-repeat.svg new file mode 100644 index 0000000..d0d7154 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/arrow-repeat.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/arrow-return-left.svg b/core/static/assets/vendor/bootstrap-icons/icons/arrow-return-left.svg new file mode 100644 index 0000000..f6b125e --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/arrow-return-left.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/arrow-return-right.svg b/core/static/assets/vendor/bootstrap-icons/icons/arrow-return-right.svg new file mode 100644 index 0000000..228e24b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/arrow-return-right.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/arrow-right-circle-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/arrow-right-circle-fill.svg new file mode 100644 index 0000000..336a34e --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/arrow-right-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/arrow-right-circle.svg b/core/static/assets/vendor/bootstrap-icons/icons/arrow-right-circle.svg new file mode 100644 index 0000000..1339b52 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/arrow-right-circle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/arrow-right-short.svg b/core/static/assets/vendor/bootstrap-icons/icons/arrow-right-short.svg new file mode 100644 index 0000000..4626398 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/arrow-right-short.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/arrow-right-square-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/arrow-right-square-fill.svg new file mode 100644 index 0000000..55285eb --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/arrow-right-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/arrow-right-square.svg b/core/static/assets/vendor/bootstrap-icons/icons/arrow-right-square.svg new file mode 100644 index 0000000..7209ead --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/arrow-right-square.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/arrow-right.svg b/core/static/assets/vendor/bootstrap-icons/icons/arrow-right.svg new file mode 100644 index 0000000..d4b878b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/arrow-right.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/arrow-through-heart-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/arrow-through-heart-fill.svg new file mode 100644 index 0000000..1b3c30f --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/arrow-through-heart-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/arrow-through-heart.svg b/core/static/assets/vendor/bootstrap-icons/icons/arrow-through-heart.svg new file mode 100644 index 0000000..f352870 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/arrow-through-heart.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/arrow-up-circle-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/arrow-up-circle-fill.svg new file mode 100644 index 0000000..ab0a54c --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/arrow-up-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/arrow-up-circle.svg b/core/static/assets/vendor/bootstrap-icons/icons/arrow-up-circle.svg new file mode 100644 index 0000000..9923ae3 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/arrow-up-circle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/arrow-up-left-circle-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/arrow-up-left-circle-fill.svg new file mode 100644 index 0000000..df6e194 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/arrow-up-left-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/arrow-up-left-circle.svg b/core/static/assets/vendor/bootstrap-icons/icons/arrow-up-left-circle.svg new file mode 100644 index 0000000..dfdaf71 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/arrow-up-left-circle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/arrow-up-left-square-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/arrow-up-left-square-fill.svg new file mode 100644 index 0000000..220169d --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/arrow-up-left-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/arrow-up-left-square.svg b/core/static/assets/vendor/bootstrap-icons/icons/arrow-up-left-square.svg new file mode 100644 index 0000000..9d3767f --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/arrow-up-left-square.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/arrow-up-left.svg b/core/static/assets/vendor/bootstrap-icons/icons/arrow-up-left.svg new file mode 100644 index 0000000..da5bb6c --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/arrow-up-left.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/arrow-up-right-circle-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/arrow-up-right-circle-fill.svg new file mode 100644 index 0000000..ba547c8 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/arrow-up-right-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/arrow-up-right-circle.svg b/core/static/assets/vendor/bootstrap-icons/icons/arrow-up-right-circle.svg new file mode 100644 index 0000000..f2fcabc --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/arrow-up-right-circle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/arrow-up-right-square-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/arrow-up-right-square-fill.svg new file mode 100644 index 0000000..7454537 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/arrow-up-right-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/arrow-up-right-square.svg b/core/static/assets/vendor/bootstrap-icons/icons/arrow-up-right-square.svg new file mode 100644 index 0000000..9754423 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/arrow-up-right-square.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/arrow-up-right.svg b/core/static/assets/vendor/bootstrap-icons/icons/arrow-up-right.svg new file mode 100644 index 0000000..6924a38 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/arrow-up-right.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/arrow-up-short.svg b/core/static/assets/vendor/bootstrap-icons/icons/arrow-up-short.svg new file mode 100644 index 0000000..3863f15 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/arrow-up-short.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/arrow-up-square-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/arrow-up-square-fill.svg new file mode 100644 index 0000000..bb51b25 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/arrow-up-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/arrow-up-square.svg b/core/static/assets/vendor/bootstrap-icons/icons/arrow-up-square.svg new file mode 100644 index 0000000..d21f03e --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/arrow-up-square.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/arrow-up.svg b/core/static/assets/vendor/bootstrap-icons/icons/arrow-up.svg new file mode 100644 index 0000000..c46d49e --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/arrow-up.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/arrows-angle-contract.svg b/core/static/assets/vendor/bootstrap-icons/icons/arrows-angle-contract.svg new file mode 100644 index 0000000..d140e19 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/arrows-angle-contract.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/arrows-angle-expand.svg b/core/static/assets/vendor/bootstrap-icons/icons/arrows-angle-expand.svg new file mode 100644 index 0000000..3697f60 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/arrows-angle-expand.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/arrows-collapse.svg b/core/static/assets/vendor/bootstrap-icons/icons/arrows-collapse.svg new file mode 100644 index 0000000..353eed6 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/arrows-collapse.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/arrows-expand.svg b/core/static/assets/vendor/bootstrap-icons/icons/arrows-expand.svg new file mode 100644 index 0000000..9880f25 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/arrows-expand.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/arrows-fullscreen.svg b/core/static/assets/vendor/bootstrap-icons/icons/arrows-fullscreen.svg new file mode 100644 index 0000000..dc0acc3 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/arrows-fullscreen.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/arrows-move.svg b/core/static/assets/vendor/bootstrap-icons/icons/arrows-move.svg new file mode 100644 index 0000000..eef62ef --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/arrows-move.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/aspect-ratio-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/aspect-ratio-fill.svg new file mode 100644 index 0000000..81dcfcb --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/aspect-ratio-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/aspect-ratio.svg b/core/static/assets/vendor/bootstrap-icons/icons/aspect-ratio.svg new file mode 100644 index 0000000..66719a7 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/aspect-ratio.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/asterisk.svg b/core/static/assets/vendor/bootstrap-icons/icons/asterisk.svg new file mode 100644 index 0000000..8b0a9da --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/asterisk.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/at.svg b/core/static/assets/vendor/bootstrap-icons/icons/at.svg new file mode 100644 index 0000000..4a85e14 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/at.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/award-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/award-fill.svg new file mode 100644 index 0000000..6b58996 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/award-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/award.svg b/core/static/assets/vendor/bootstrap-icons/icons/award.svg new file mode 100644 index 0000000..8f572ff --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/award.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/back.svg b/core/static/assets/vendor/bootstrap-icons/icons/back.svg new file mode 100644 index 0000000..4c6cbcb --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/back.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/backspace-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/backspace-fill.svg new file mode 100644 index 0000000..ab63109 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/backspace-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/backspace-reverse-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/backspace-reverse-fill.svg new file mode 100644 index 0000000..ed509ec --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/backspace-reverse-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/backspace-reverse.svg b/core/static/assets/vendor/bootstrap-icons/icons/backspace-reverse.svg new file mode 100644 index 0000000..446e019 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/backspace-reverse.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/backspace.svg b/core/static/assets/vendor/bootstrap-icons/icons/backspace.svg new file mode 100644 index 0000000..55c802c --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/backspace.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/badge-3d-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/badge-3d-fill.svg new file mode 100644 index 0000000..ac61cb5 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/badge-3d-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/badge-3d.svg b/core/static/assets/vendor/bootstrap-icons/icons/badge-3d.svg new file mode 100644 index 0000000..3485837 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/badge-3d.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/badge-4k-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/badge-4k-fill.svg new file mode 100644 index 0000000..f353033 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/badge-4k-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/badge-4k.svg b/core/static/assets/vendor/bootstrap-icons/icons/badge-4k.svg new file mode 100644 index 0000000..24ddcb1 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/badge-4k.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/badge-8k-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/badge-8k-fill.svg new file mode 100644 index 0000000..1e1d4c1 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/badge-8k-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/badge-8k.svg b/core/static/assets/vendor/bootstrap-icons/icons/badge-8k.svg new file mode 100644 index 0000000..7df4c75 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/badge-8k.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/badge-ad-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/badge-ad-fill.svg new file mode 100644 index 0000000..b383de6 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/badge-ad-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/badge-ad.svg b/core/static/assets/vendor/bootstrap-icons/icons/badge-ad.svg new file mode 100644 index 0000000..942b018 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/badge-ad.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/badge-ar-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/badge-ar-fill.svg new file mode 100644 index 0000000..f98caac --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/badge-ar-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/badge-ar.svg b/core/static/assets/vendor/bootstrap-icons/icons/badge-ar.svg new file mode 100644 index 0000000..2210506 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/badge-ar.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/badge-cc-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/badge-cc-fill.svg new file mode 100644 index 0000000..d9783fe --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/badge-cc-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/badge-cc.svg b/core/static/assets/vendor/bootstrap-icons/icons/badge-cc.svg new file mode 100644 index 0000000..7868cb4 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/badge-cc.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/badge-hd-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/badge-hd-fill.svg new file mode 100644 index 0000000..9f0a498 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/badge-hd-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/badge-hd.svg b/core/static/assets/vendor/bootstrap-icons/icons/badge-hd.svg new file mode 100644 index 0000000..e3f4ae7 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/badge-hd.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/badge-sd-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/badge-sd-fill.svg new file mode 100644 index 0000000..538b642 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/badge-sd-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/badge-sd.svg b/core/static/assets/vendor/bootstrap-icons/icons/badge-sd.svg new file mode 100644 index 0000000..68667dd --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/badge-sd.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/badge-tm-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/badge-tm-fill.svg new file mode 100644 index 0000000..7d334ce --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/badge-tm-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/badge-tm.svg b/core/static/assets/vendor/bootstrap-icons/icons/badge-tm.svg new file mode 100644 index 0000000..452dd3b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/badge-tm.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/badge-vo-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/badge-vo-fill.svg new file mode 100644 index 0000000..1f74e75 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/badge-vo-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/badge-vo.svg b/core/static/assets/vendor/bootstrap-icons/icons/badge-vo.svg new file mode 100644 index 0000000..500d98f --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/badge-vo.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/badge-vr-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/badge-vr-fill.svg new file mode 100644 index 0000000..6cde11f --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/badge-vr-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/badge-vr.svg b/core/static/assets/vendor/bootstrap-icons/icons/badge-vr.svg new file mode 100644 index 0000000..5c06852 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/badge-vr.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/badge-wc-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/badge-wc-fill.svg new file mode 100644 index 0000000..47db37b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/badge-wc-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/badge-wc.svg b/core/static/assets/vendor/bootstrap-icons/icons/badge-wc.svg new file mode 100644 index 0000000..3f0cc5b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/badge-wc.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/bag-check-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/bag-check-fill.svg new file mode 100644 index 0000000..a1ba2d2 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/bag-check-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/bag-check.svg b/core/static/assets/vendor/bootstrap-icons/icons/bag-check.svg new file mode 100644 index 0000000..c6ad9ac --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/bag-check.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/bag-dash-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/bag-dash-fill.svg new file mode 100644 index 0000000..a739242 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/bag-dash-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/bag-dash.svg b/core/static/assets/vendor/bootstrap-icons/icons/bag-dash.svg new file mode 100644 index 0000000..9bcb202 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/bag-dash.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/bag-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/bag-fill.svg new file mode 100644 index 0000000..1a1e2e2 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/bag-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/bag-heart-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/bag-heart-fill.svg new file mode 100644 index 0000000..a859e05 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/bag-heart-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/bag-heart.svg b/core/static/assets/vendor/bootstrap-icons/icons/bag-heart.svg new file mode 100644 index 0000000..2a6bd30 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/bag-heart.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/bag-plus-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/bag-plus-fill.svg new file mode 100644 index 0000000..a110b32 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/bag-plus-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/bag-plus.svg b/core/static/assets/vendor/bootstrap-icons/icons/bag-plus.svg new file mode 100644 index 0000000..b99a1a5 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/bag-plus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/bag-x-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/bag-x-fill.svg new file mode 100644 index 0000000..879bffe --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/bag-x-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/bag-x.svg b/core/static/assets/vendor/bootstrap-icons/icons/bag-x.svg new file mode 100644 index 0000000..616532c --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/bag-x.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/bag.svg b/core/static/assets/vendor/bootstrap-icons/icons/bag.svg new file mode 100644 index 0000000..603de5f --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/bag.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/balloon-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/balloon-fill.svg new file mode 100644 index 0000000..b663894 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/balloon-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/balloon-heart-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/balloon-heart-fill.svg new file mode 100644 index 0000000..cebfb93 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/balloon-heart-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/balloon-heart.svg b/core/static/assets/vendor/bootstrap-icons/icons/balloon-heart.svg new file mode 100644 index 0000000..dadf467 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/balloon-heart.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/balloon.svg b/core/static/assets/vendor/bootstrap-icons/icons/balloon.svg new file mode 100644 index 0000000..6ca06c3 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/balloon.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/bandaid-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/bandaid-fill.svg new file mode 100644 index 0000000..41d350a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/bandaid-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/bandaid.svg b/core/static/assets/vendor/bootstrap-icons/icons/bandaid.svg new file mode 100644 index 0000000..de16de9 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/bandaid.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/bank.svg b/core/static/assets/vendor/bootstrap-icons/icons/bank.svg new file mode 100644 index 0000000..264eaaa --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/bank.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/bank2.svg b/core/static/assets/vendor/bootstrap-icons/icons/bank2.svg new file mode 100644 index 0000000..b03840c --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/bank2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/bar-chart-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/bar-chart-fill.svg new file mode 100644 index 0000000..23ba4f6 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/bar-chart-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/bar-chart-line-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/bar-chart-line-fill.svg new file mode 100644 index 0000000..a5059c4 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/bar-chart-line-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/bar-chart-line.svg b/core/static/assets/vendor/bootstrap-icons/icons/bar-chart-line.svg new file mode 100644 index 0000000..e3f0cf2 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/bar-chart-line.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/bar-chart-steps.svg b/core/static/assets/vendor/bootstrap-icons/icons/bar-chart-steps.svg new file mode 100644 index 0000000..933fba8 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/bar-chart-steps.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/bar-chart.svg b/core/static/assets/vendor/bootstrap-icons/icons/bar-chart.svg new file mode 100644 index 0000000..c34c0d4 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/bar-chart.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/basket-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/basket-fill.svg new file mode 100644 index 0000000..ebf223c --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/basket-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/basket.svg b/core/static/assets/vendor/bootstrap-icons/icons/basket.svg new file mode 100644 index 0000000..4bc584b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/basket.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/basket2-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/basket2-fill.svg new file mode 100644 index 0000000..9ebf8db --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/basket2-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/basket2.svg b/core/static/assets/vendor/bootstrap-icons/icons/basket2.svg new file mode 100644 index 0000000..94f0bcb --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/basket2.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/basket3-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/basket3-fill.svg new file mode 100644 index 0000000..e26f0ee --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/basket3-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/basket3.svg b/core/static/assets/vendor/bootstrap-icons/icons/basket3.svg new file mode 100644 index 0000000..ac46c01 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/basket3.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/battery-charging.svg b/core/static/assets/vendor/bootstrap-icons/icons/battery-charging.svg new file mode 100644 index 0000000..cbd9107 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/battery-charging.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/battery-full.svg b/core/static/assets/vendor/bootstrap-icons/icons/battery-full.svg new file mode 100644 index 0000000..48cf92e --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/battery-full.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/battery-half.svg b/core/static/assets/vendor/bootstrap-icons/icons/battery-half.svg new file mode 100644 index 0000000..8c3afca --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/battery-half.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/battery.svg b/core/static/assets/vendor/bootstrap-icons/icons/battery.svg new file mode 100644 index 0000000..1260360 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/battery.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/behance.svg b/core/static/assets/vendor/bootstrap-icons/icons/behance.svg new file mode 100644 index 0000000..a6a2c42 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/behance.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/bell-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/bell-fill.svg new file mode 100644 index 0000000..76d9b60 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/bell-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/bell-slash-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/bell-slash-fill.svg new file mode 100644 index 0000000..2e6f8cf --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/bell-slash-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/bell-slash.svg b/core/static/assets/vendor/bootstrap-icons/icons/bell-slash.svg new file mode 100644 index 0000000..eddbb8a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/bell-slash.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/bell.svg b/core/static/assets/vendor/bootstrap-icons/icons/bell.svg new file mode 100644 index 0000000..585d417 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/bell.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/bezier.svg b/core/static/assets/vendor/bootstrap-icons/icons/bezier.svg new file mode 100644 index 0000000..21ec7b3 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/bezier.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/bezier2.svg b/core/static/assets/vendor/bootstrap-icons/icons/bezier2.svg new file mode 100644 index 0000000..48722d0 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/bezier2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/bicycle.svg b/core/static/assets/vendor/bootstrap-icons/icons/bicycle.svg new file mode 100644 index 0000000..17a2105 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/bicycle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/binoculars-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/binoculars-fill.svg new file mode 100644 index 0000000..de09c73 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/binoculars-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/binoculars.svg b/core/static/assets/vendor/bootstrap-icons/icons/binoculars.svg new file mode 100644 index 0000000..47bca44 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/binoculars.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/blockquote-left.svg b/core/static/assets/vendor/bootstrap-icons/icons/blockquote-left.svg new file mode 100644 index 0000000..f2e0fa2 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/blockquote-left.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/blockquote-right.svg b/core/static/assets/vendor/bootstrap-icons/icons/blockquote-right.svg new file mode 100644 index 0000000..253518d --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/blockquote-right.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/bluetooth.svg b/core/static/assets/vendor/bootstrap-icons/icons/bluetooth.svg new file mode 100644 index 0000000..5021e77 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/bluetooth.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/body-text.svg b/core/static/assets/vendor/bootstrap-icons/icons/body-text.svg new file mode 100644 index 0000000..81ede13 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/body-text.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/book-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/book-fill.svg new file mode 100644 index 0000000..276a281 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/book-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/book-half.svg b/core/static/assets/vendor/bootstrap-icons/icons/book-half.svg new file mode 100644 index 0000000..76589a5 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/book-half.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/book.svg b/core/static/assets/vendor/bootstrap-icons/icons/book.svg new file mode 100644 index 0000000..f0e5e49 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/book.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/bookmark-check-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/bookmark-check-fill.svg new file mode 100644 index 0000000..039e455 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/bookmark-check-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/bookmark-check.svg b/core/static/assets/vendor/bootstrap-icons/icons/bookmark-check.svg new file mode 100644 index 0000000..b1f572f --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/bookmark-check.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/bookmark-dash-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/bookmark-dash-fill.svg new file mode 100644 index 0000000..e171192 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/bookmark-dash-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/bookmark-dash.svg b/core/static/assets/vendor/bootstrap-icons/icons/bookmark-dash.svg new file mode 100644 index 0000000..1138dbb --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/bookmark-dash.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/bookmark-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/bookmark-fill.svg new file mode 100644 index 0000000..9466102 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/bookmark-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/bookmark-heart-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/bookmark-heart-fill.svg new file mode 100644 index 0000000..83db817 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/bookmark-heart-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/bookmark-heart.svg b/core/static/assets/vendor/bootstrap-icons/icons/bookmark-heart.svg new file mode 100644 index 0000000..be0adb1 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/bookmark-heart.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/bookmark-plus-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/bookmark-plus-fill.svg new file mode 100644 index 0000000..bb4502a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/bookmark-plus-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/bookmark-plus.svg b/core/static/assets/vendor/bootstrap-icons/icons/bookmark-plus.svg new file mode 100644 index 0000000..986a222 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/bookmark-plus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/bookmark-star-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/bookmark-star-fill.svg new file mode 100644 index 0000000..220f16f --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/bookmark-star-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/bookmark-star.svg b/core/static/assets/vendor/bootstrap-icons/icons/bookmark-star.svg new file mode 100644 index 0000000..0d2f262 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/bookmark-star.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/bookmark-x-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/bookmark-x-fill.svg new file mode 100644 index 0000000..69fd982 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/bookmark-x-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/bookmark-x.svg b/core/static/assets/vendor/bootstrap-icons/icons/bookmark-x.svg new file mode 100644 index 0000000..6ac9e80 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/bookmark-x.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/bookmark.svg b/core/static/assets/vendor/bootstrap-icons/icons/bookmark.svg new file mode 100644 index 0000000..93e1d99 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/bookmark.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/bookmarks-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/bookmarks-fill.svg new file mode 100644 index 0000000..eb5a2db --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/bookmarks-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/bookmarks.svg b/core/static/assets/vendor/bootstrap-icons/icons/bookmarks.svg new file mode 100644 index 0000000..6efa0bc --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/bookmarks.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/bookshelf.svg b/core/static/assets/vendor/bootstrap-icons/icons/bookshelf.svg new file mode 100644 index 0000000..6549ea1 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/bookshelf.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/boombox-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/boombox-fill.svg new file mode 100644 index 0000000..6103ae2 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/boombox-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/boombox.svg b/core/static/assets/vendor/bootstrap-icons/icons/boombox.svg new file mode 100644 index 0000000..520f23e --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/boombox.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/bootstrap-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/bootstrap-fill.svg new file mode 100644 index 0000000..9d16320 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/bootstrap-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/bootstrap-reboot.svg b/core/static/assets/vendor/bootstrap-icons/icons/bootstrap-reboot.svg new file mode 100644 index 0000000..4a184cf --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/bootstrap-reboot.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/bootstrap.svg b/core/static/assets/vendor/bootstrap-icons/icons/bootstrap.svg new file mode 100644 index 0000000..b6aed61 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/bootstrap.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/border-all.svg b/core/static/assets/vendor/bootstrap-icons/icons/border-all.svg new file mode 100644 index 0000000..803f5e2 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/border-all.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/border-bottom.svg b/core/static/assets/vendor/bootstrap-icons/icons/border-bottom.svg new file mode 100644 index 0000000..dbc2192 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/border-bottom.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/border-center.svg b/core/static/assets/vendor/bootstrap-icons/icons/border-center.svg new file mode 100644 index 0000000..009b97d --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/border-center.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/border-inner.svg b/core/static/assets/vendor/bootstrap-icons/icons/border-inner.svg new file mode 100644 index 0000000..2beaa0c --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/border-inner.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/border-left.svg b/core/static/assets/vendor/bootstrap-icons/icons/border-left.svg new file mode 100644 index 0000000..69df882 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/border-left.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/border-middle.svg b/core/static/assets/vendor/bootstrap-icons/icons/border-middle.svg new file mode 100644 index 0000000..90296f9 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/border-middle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/border-outer.svg b/core/static/assets/vendor/bootstrap-icons/icons/border-outer.svg new file mode 100644 index 0000000..355e05e --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/border-outer.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/border-right.svg b/core/static/assets/vendor/bootstrap-icons/icons/border-right.svg new file mode 100644 index 0000000..b0c16da --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/border-right.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/border-style.svg b/core/static/assets/vendor/bootstrap-icons/icons/border-style.svg new file mode 100644 index 0000000..d742b2c --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/border-style.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/border-top.svg b/core/static/assets/vendor/bootstrap-icons/icons/border-top.svg new file mode 100644 index 0000000..5aab368 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/border-top.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/border-width.svg b/core/static/assets/vendor/bootstrap-icons/icons/border-width.svg new file mode 100644 index 0000000..0cbd0e6 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/border-width.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/border.svg b/core/static/assets/vendor/bootstrap-icons/icons/border.svg new file mode 100644 index 0000000..0e8c9b5 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/border.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/bounding-box-circles.svg b/core/static/assets/vendor/bootstrap-icons/icons/bounding-box-circles.svg new file mode 100644 index 0000000..2e59f31 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/bounding-box-circles.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/bounding-box.svg b/core/static/assets/vendor/bootstrap-icons/icons/bounding-box.svg new file mode 100644 index 0000000..d529292 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/bounding-box.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/box-arrow-down-left.svg b/core/static/assets/vendor/bootstrap-icons/icons/box-arrow-down-left.svg new file mode 100644 index 0000000..6ad3e17 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/box-arrow-down-left.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/box-arrow-down-right.svg b/core/static/assets/vendor/bootstrap-icons/icons/box-arrow-down-right.svg new file mode 100644 index 0000000..321cddf --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/box-arrow-down-right.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/box-arrow-down.svg b/core/static/assets/vendor/bootstrap-icons/icons/box-arrow-down.svg new file mode 100644 index 0000000..9a2ca12 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/box-arrow-down.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/box-arrow-in-down-left.svg b/core/static/assets/vendor/bootstrap-icons/icons/box-arrow-in-down-left.svg new file mode 100644 index 0000000..76a687a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/box-arrow-in-down-left.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/box-arrow-in-down-right.svg b/core/static/assets/vendor/bootstrap-icons/icons/box-arrow-in-down-right.svg new file mode 100644 index 0000000..9237293 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/box-arrow-in-down-right.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/box-arrow-in-down.svg b/core/static/assets/vendor/bootstrap-icons/icons/box-arrow-in-down.svg new file mode 100644 index 0000000..90f9301 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/box-arrow-in-down.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/box-arrow-in-left.svg b/core/static/assets/vendor/bootstrap-icons/icons/box-arrow-in-left.svg new file mode 100644 index 0000000..a237daf --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/box-arrow-in-left.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/box-arrow-in-right.svg b/core/static/assets/vendor/bootstrap-icons/icons/box-arrow-in-right.svg new file mode 100644 index 0000000..d158dae --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/box-arrow-in-right.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/box-arrow-in-up-left.svg b/core/static/assets/vendor/bootstrap-icons/icons/box-arrow-in-up-left.svg new file mode 100644 index 0000000..6937f6a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/box-arrow-in-up-left.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/box-arrow-in-up-right.svg b/core/static/assets/vendor/bootstrap-icons/icons/box-arrow-in-up-right.svg new file mode 100644 index 0000000..8918611 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/box-arrow-in-up-right.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/box-arrow-in-up.svg b/core/static/assets/vendor/bootstrap-icons/icons/box-arrow-in-up.svg new file mode 100644 index 0000000..e6a4a7b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/box-arrow-in-up.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/box-arrow-left.svg b/core/static/assets/vendor/bootstrap-icons/icons/box-arrow-left.svg new file mode 100644 index 0000000..8602603 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/box-arrow-left.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/box-arrow-right.svg b/core/static/assets/vendor/bootstrap-icons/icons/box-arrow-right.svg new file mode 100644 index 0000000..2c4e26c --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/box-arrow-right.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/box-arrow-up-left.svg b/core/static/assets/vendor/bootstrap-icons/icons/box-arrow-up-left.svg new file mode 100644 index 0000000..7fb0b45 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/box-arrow-up-left.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/box-arrow-up-right.svg b/core/static/assets/vendor/bootstrap-icons/icons/box-arrow-up-right.svg new file mode 100644 index 0000000..1d93acb --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/box-arrow-up-right.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/box-arrow-up.svg b/core/static/assets/vendor/bootstrap-icons/icons/box-arrow-up.svg new file mode 100644 index 0000000..beaf334 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/box-arrow-up.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/box-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/box-fill.svg new file mode 100644 index 0000000..8cf213f --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/box-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/box-seam-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/box-seam-fill.svg new file mode 100644 index 0000000..97566ab --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/box-seam-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/box-seam.svg b/core/static/assets/vendor/bootstrap-icons/icons/box-seam.svg new file mode 100644 index 0000000..e1506b8 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/box-seam.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/box.svg b/core/static/assets/vendor/bootstrap-icons/icons/box.svg new file mode 100644 index 0000000..58cbe2c --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/box.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/box2-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/box2-fill.svg new file mode 100644 index 0000000..242ad6a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/box2-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/box2-heart-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/box2-heart-fill.svg new file mode 100644 index 0000000..810e2ee --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/box2-heart-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/box2-heart.svg b/core/static/assets/vendor/bootstrap-icons/icons/box2-heart.svg new file mode 100644 index 0000000..400eb43 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/box2-heart.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/box2.svg b/core/static/assets/vendor/bootstrap-icons/icons/box2.svg new file mode 100644 index 0000000..6020baf --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/box2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/boxes.svg b/core/static/assets/vendor/bootstrap-icons/icons/boxes.svg new file mode 100644 index 0000000..b53fac8 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/boxes.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/braces-asterisk.svg b/core/static/assets/vendor/bootstrap-icons/icons/braces-asterisk.svg new file mode 100644 index 0000000..0a1a25b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/braces-asterisk.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/braces.svg b/core/static/assets/vendor/bootstrap-icons/icons/braces.svg new file mode 100644 index 0000000..3fed8c9 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/braces.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/bricks.svg b/core/static/assets/vendor/bootstrap-icons/icons/bricks.svg new file mode 100644 index 0000000..99e2886 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/bricks.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/briefcase-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/briefcase-fill.svg new file mode 100644 index 0000000..bc6150d --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/briefcase-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/briefcase.svg b/core/static/assets/vendor/bootstrap-icons/icons/briefcase.svg new file mode 100644 index 0000000..95d13a2 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/briefcase.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/brightness-alt-high-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/brightness-alt-high-fill.svg new file mode 100644 index 0000000..7660658 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/brightness-alt-high-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/brightness-alt-high.svg b/core/static/assets/vendor/bootstrap-icons/icons/brightness-alt-high.svg new file mode 100644 index 0000000..88f5255 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/brightness-alt-high.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/brightness-alt-low-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/brightness-alt-low-fill.svg new file mode 100644 index 0000000..1692df2 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/brightness-alt-low-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/brightness-alt-low.svg b/core/static/assets/vendor/bootstrap-icons/icons/brightness-alt-low.svg new file mode 100644 index 0000000..2d68fb0 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/brightness-alt-low.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/brightness-high-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/brightness-high-fill.svg new file mode 100644 index 0000000..8969e9b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/brightness-high-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/brightness-high.svg b/core/static/assets/vendor/bootstrap-icons/icons/brightness-high.svg new file mode 100644 index 0000000..42b2c20 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/brightness-high.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/brightness-low-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/brightness-low-fill.svg new file mode 100644 index 0000000..29a1c3b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/brightness-low-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/brightness-low.svg b/core/static/assets/vendor/bootstrap-icons/icons/brightness-low.svg new file mode 100644 index 0000000..fdd251d --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/brightness-low.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/broadcast-pin.svg b/core/static/assets/vendor/bootstrap-icons/icons/broadcast-pin.svg new file mode 100644 index 0000000..5576e0e --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/broadcast-pin.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/broadcast.svg b/core/static/assets/vendor/bootstrap-icons/icons/broadcast.svg new file mode 100644 index 0000000..776a237 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/broadcast.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/browser-chrome.svg b/core/static/assets/vendor/bootstrap-icons/icons/browser-chrome.svg new file mode 100644 index 0000000..a34ab42 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/browser-chrome.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/browser-edge.svg b/core/static/assets/vendor/bootstrap-icons/icons/browser-edge.svg new file mode 100644 index 0000000..c8191d8 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/browser-edge.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/browser-firefox.svg b/core/static/assets/vendor/bootstrap-icons/icons/browser-firefox.svg new file mode 100644 index 0000000..2bfdba7 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/browser-firefox.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/browser-safari.svg b/core/static/assets/vendor/bootstrap-icons/icons/browser-safari.svg new file mode 100644 index 0000000..b304b1b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/browser-safari.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/brush-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/brush-fill.svg new file mode 100644 index 0000000..53ec4d6 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/brush-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/brush.svg b/core/static/assets/vendor/bootstrap-icons/icons/brush.svg new file mode 100644 index 0000000..cc3429b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/brush.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/bucket-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/bucket-fill.svg new file mode 100644 index 0000000..e14f4a8 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/bucket-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/bucket.svg b/core/static/assets/vendor/bootstrap-icons/icons/bucket.svg new file mode 100644 index 0000000..4911ef2 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/bucket.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/bug-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/bug-fill.svg new file mode 100644 index 0000000..bf16447 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/bug-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/bug.svg b/core/static/assets/vendor/bootstrap-icons/icons/bug.svg new file mode 100644 index 0000000..a97ffa1 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/bug.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/building.svg b/core/static/assets/vendor/bootstrap-icons/icons/building.svg new file mode 100644 index 0000000..eb90b93 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/building.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/bullseye.svg b/core/static/assets/vendor/bootstrap-icons/icons/bullseye.svg new file mode 100644 index 0000000..85a807c --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/bullseye.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/c-circle-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/c-circle-fill.svg new file mode 100644 index 0000000..0b4adad --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/c-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/c-circle.svg b/core/static/assets/vendor/bootstrap-icons/icons/c-circle.svg new file mode 100644 index 0000000..3e4e268 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/c-circle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/c-square-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/c-square-fill.svg new file mode 100644 index 0000000..0b24f73 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/c-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/c-square.svg b/core/static/assets/vendor/bootstrap-icons/icons/c-square.svg new file mode 100644 index 0000000..822ae02 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/c-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/calculator-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/calculator-fill.svg new file mode 100644 index 0000000..c4ee270 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/calculator-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/calculator.svg b/core/static/assets/vendor/bootstrap-icons/icons/calculator.svg new file mode 100644 index 0000000..be8e11a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/calculator.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/calendar-check-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/calendar-check-fill.svg new file mode 100644 index 0000000..76afaa2 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/calendar-check-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/calendar-check.svg b/core/static/assets/vendor/bootstrap-icons/icons/calendar-check.svg new file mode 100644 index 0000000..125b358 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/calendar-check.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/calendar-date-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/calendar-date-fill.svg new file mode 100644 index 0000000..37e9cb5 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/calendar-date-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/calendar-date.svg b/core/static/assets/vendor/bootstrap-icons/icons/calendar-date.svg new file mode 100644 index 0000000..7c53231 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/calendar-date.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/calendar-day-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/calendar-day-fill.svg new file mode 100644 index 0000000..7f1c3c1 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/calendar-day-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/calendar-day.svg b/core/static/assets/vendor/bootstrap-icons/icons/calendar-day.svg new file mode 100644 index 0000000..f043369 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/calendar-day.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/calendar-event-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/calendar-event-fill.svg new file mode 100644 index 0000000..844dd15 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/calendar-event-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/calendar-event.svg b/core/static/assets/vendor/bootstrap-icons/icons/calendar-event.svg new file mode 100644 index 0000000..41c0ef9 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/calendar-event.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/calendar-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/calendar-fill.svg new file mode 100644 index 0000000..0cdeb35 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/calendar-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/calendar-heart-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/calendar-heart-fill.svg new file mode 100644 index 0000000..bed00d8 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/calendar-heart-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/calendar-heart.svg b/core/static/assets/vendor/bootstrap-icons/icons/calendar-heart.svg new file mode 100644 index 0000000..2fe7c13 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/calendar-heart.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/calendar-minus-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/calendar-minus-fill.svg new file mode 100644 index 0000000..f23e648 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/calendar-minus-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/calendar-minus.svg b/core/static/assets/vendor/bootstrap-icons/icons/calendar-minus.svg new file mode 100644 index 0000000..8f970ac --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/calendar-minus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/calendar-month-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/calendar-month-fill.svg new file mode 100644 index 0000000..9123437 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/calendar-month-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/calendar-month.svg b/core/static/assets/vendor/bootstrap-icons/icons/calendar-month.svg new file mode 100644 index 0000000..ad6a330 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/calendar-month.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/calendar-plus-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/calendar-plus-fill.svg new file mode 100644 index 0000000..3928c63 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/calendar-plus-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/calendar-plus.svg b/core/static/assets/vendor/bootstrap-icons/icons/calendar-plus.svg new file mode 100644 index 0000000..70746db --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/calendar-plus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/calendar-range-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/calendar-range-fill.svg new file mode 100644 index 0000000..41bb2a2 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/calendar-range-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/calendar-range.svg b/core/static/assets/vendor/bootstrap-icons/icons/calendar-range.svg new file mode 100644 index 0000000..934a45c --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/calendar-range.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/calendar-week-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/calendar-week-fill.svg new file mode 100644 index 0000000..00930aa --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/calendar-week-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/calendar-week.svg b/core/static/assets/vendor/bootstrap-icons/icons/calendar-week.svg new file mode 100644 index 0000000..06d6995 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/calendar-week.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/calendar-x-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/calendar-x-fill.svg new file mode 100644 index 0000000..01be301 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/calendar-x-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/calendar-x.svg b/core/static/assets/vendor/bootstrap-icons/icons/calendar-x.svg new file mode 100644 index 0000000..faf46e1 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/calendar-x.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/calendar.svg b/core/static/assets/vendor/bootstrap-icons/icons/calendar.svg new file mode 100644 index 0000000..c8590dd --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/calendar.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/calendar2-check-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/calendar2-check-fill.svg new file mode 100644 index 0000000..f49354e --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/calendar2-check-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/calendar2-check.svg b/core/static/assets/vendor/bootstrap-icons/icons/calendar2-check.svg new file mode 100644 index 0000000..f826056 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/calendar2-check.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/calendar2-date-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/calendar2-date-fill.svg new file mode 100644 index 0000000..ac005e0 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/calendar2-date-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/calendar2-date.svg b/core/static/assets/vendor/bootstrap-icons/icons/calendar2-date.svg new file mode 100644 index 0000000..2dd64e8 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/calendar2-date.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/calendar2-day-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/calendar2-day-fill.svg new file mode 100644 index 0000000..2ab1b21 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/calendar2-day-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/calendar2-day.svg b/core/static/assets/vendor/bootstrap-icons/icons/calendar2-day.svg new file mode 100644 index 0000000..d4d4856 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/calendar2-day.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/calendar2-event-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/calendar2-event-fill.svg new file mode 100644 index 0000000..5bdbc27 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/calendar2-event-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/calendar2-event.svg b/core/static/assets/vendor/bootstrap-icons/icons/calendar2-event.svg new file mode 100644 index 0000000..8c1c7cd --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/calendar2-event.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/calendar2-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/calendar2-fill.svg new file mode 100644 index 0000000..4b81563 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/calendar2-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/calendar2-heart-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/calendar2-heart-fill.svg new file mode 100644 index 0000000..a1782e3 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/calendar2-heart-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/calendar2-heart.svg b/core/static/assets/vendor/bootstrap-icons/icons/calendar2-heart.svg new file mode 100644 index 0000000..6d66981 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/calendar2-heart.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/calendar2-minus-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/calendar2-minus-fill.svg new file mode 100644 index 0000000..af87213 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/calendar2-minus-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/calendar2-minus.svg b/core/static/assets/vendor/bootstrap-icons/icons/calendar2-minus.svg new file mode 100644 index 0000000..eff8110 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/calendar2-minus.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/calendar2-month-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/calendar2-month-fill.svg new file mode 100644 index 0000000..58deabc --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/calendar2-month-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/calendar2-month.svg b/core/static/assets/vendor/bootstrap-icons/icons/calendar2-month.svg new file mode 100644 index 0000000..88c922e --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/calendar2-month.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/calendar2-plus-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/calendar2-plus-fill.svg new file mode 100644 index 0000000..8b41682 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/calendar2-plus-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/calendar2-plus.svg b/core/static/assets/vendor/bootstrap-icons/icons/calendar2-plus.svg new file mode 100644 index 0000000..7ec7d49 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/calendar2-plus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/calendar2-range-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/calendar2-range-fill.svg new file mode 100644 index 0000000..39ba322 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/calendar2-range-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/calendar2-range.svg b/core/static/assets/vendor/bootstrap-icons/icons/calendar2-range.svg new file mode 100644 index 0000000..4a8d9ad --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/calendar2-range.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/calendar2-week-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/calendar2-week-fill.svg new file mode 100644 index 0000000..8303779 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/calendar2-week-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/calendar2-week.svg b/core/static/assets/vendor/bootstrap-icons/icons/calendar2-week.svg new file mode 100644 index 0000000..835ce06 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/calendar2-week.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/calendar2-x-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/calendar2-x-fill.svg new file mode 100644 index 0000000..2157939 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/calendar2-x-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/calendar2-x.svg b/core/static/assets/vendor/bootstrap-icons/icons/calendar2-x.svg new file mode 100644 index 0000000..e7cc339 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/calendar2-x.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/calendar2.svg b/core/static/assets/vendor/bootstrap-icons/icons/calendar2.svg new file mode 100644 index 0000000..db2e06d --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/calendar2.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/calendar3-event-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/calendar3-event-fill.svg new file mode 100644 index 0000000..c494090 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/calendar3-event-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/calendar3-event.svg b/core/static/assets/vendor/bootstrap-icons/icons/calendar3-event.svg new file mode 100644 index 0000000..681ce4d --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/calendar3-event.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/calendar3-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/calendar3-fill.svg new file mode 100644 index 0000000..e37c234 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/calendar3-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/calendar3-range-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/calendar3-range-fill.svg new file mode 100644 index 0000000..00875b2 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/calendar3-range-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/calendar3-range.svg b/core/static/assets/vendor/bootstrap-icons/icons/calendar3-range.svg new file mode 100644 index 0000000..a452516 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/calendar3-range.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/calendar3-week-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/calendar3-week-fill.svg new file mode 100644 index 0000000..53e5bc7 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/calendar3-week-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/calendar3-week.svg b/core/static/assets/vendor/bootstrap-icons/icons/calendar3-week.svg new file mode 100644 index 0000000..e9a768c --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/calendar3-week.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/calendar3.svg b/core/static/assets/vendor/bootstrap-icons/icons/calendar3.svg new file mode 100644 index 0000000..eb3c5f2 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/calendar3.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/calendar4-event.svg b/core/static/assets/vendor/bootstrap-icons/icons/calendar4-event.svg new file mode 100644 index 0000000..51d40e8 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/calendar4-event.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/calendar4-range.svg b/core/static/assets/vendor/bootstrap-icons/icons/calendar4-range.svg new file mode 100644 index 0000000..129d7c1 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/calendar4-range.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/calendar4-week.svg b/core/static/assets/vendor/bootstrap-icons/icons/calendar4-week.svg new file mode 100644 index 0000000..5644238 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/calendar4-week.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/calendar4.svg b/core/static/assets/vendor/bootstrap-icons/icons/calendar4.svg new file mode 100644 index 0000000..1c62685 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/calendar4.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/camera-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/camera-fill.svg new file mode 100644 index 0000000..be16451 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/camera-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/camera-reels-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/camera-reels-fill.svg new file mode 100644 index 0000000..347f44e --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/camera-reels-fill.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/camera-reels.svg b/core/static/assets/vendor/bootstrap-icons/icons/camera-reels.svg new file mode 100644 index 0000000..1aa7b1c --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/camera-reels.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/camera-video-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/camera-video-fill.svg new file mode 100644 index 0000000..0222b95 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/camera-video-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/camera-video-off-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/camera-video-off-fill.svg new file mode 100644 index 0000000..9909060 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/camera-video-off-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/camera-video-off.svg b/core/static/assets/vendor/bootstrap-icons/icons/camera-video-off.svg new file mode 100644 index 0000000..7635e9b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/camera-video-off.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/camera-video.svg b/core/static/assets/vendor/bootstrap-icons/icons/camera-video.svg new file mode 100644 index 0000000..199e7a8 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/camera-video.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/camera.svg b/core/static/assets/vendor/bootstrap-icons/icons/camera.svg new file mode 100644 index 0000000..fb337fe --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/camera.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/camera2.svg b/core/static/assets/vendor/bootstrap-icons/icons/camera2.svg new file mode 100644 index 0000000..a33ae6b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/camera2.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/capslock-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/capslock-fill.svg new file mode 100644 index 0000000..e4af909 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/capslock-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/capslock.svg b/core/static/assets/vendor/bootstrap-icons/icons/capslock.svg new file mode 100644 index 0000000..12155de --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/capslock.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/capsule-pill.svg b/core/static/assets/vendor/bootstrap-icons/icons/capsule-pill.svg new file mode 100644 index 0000000..c57efff --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/capsule-pill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/capsule.svg b/core/static/assets/vendor/bootstrap-icons/icons/capsule.svg new file mode 100644 index 0000000..844aa8e --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/capsule.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/car-front-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/car-front-fill.svg new file mode 100644 index 0000000..e9c5204 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/car-front-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/car-front.svg b/core/static/assets/vendor/bootstrap-icons/icons/car-front.svg new file mode 100644 index 0000000..a2ec568 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/car-front.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/card-checklist.svg b/core/static/assets/vendor/bootstrap-icons/icons/card-checklist.svg new file mode 100644 index 0000000..ce2a553 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/card-checklist.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/card-heading.svg b/core/static/assets/vendor/bootstrap-icons/icons/card-heading.svg new file mode 100644 index 0000000..682bd4e --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/card-heading.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/card-image.svg b/core/static/assets/vendor/bootstrap-icons/icons/card-image.svg new file mode 100644 index 0000000..473ff03 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/card-image.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/card-list.svg b/core/static/assets/vendor/bootstrap-icons/icons/card-list.svg new file mode 100644 index 0000000..3dc5d42 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/card-list.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/card-text.svg b/core/static/assets/vendor/bootstrap-icons/icons/card-text.svg new file mode 100644 index 0000000..d218f55 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/card-text.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/caret-down-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/caret-down-fill.svg new file mode 100644 index 0000000..d7c3990 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/caret-down-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/caret-down-square-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/caret-down-square-fill.svg new file mode 100644 index 0000000..ae8fbb4 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/caret-down-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/caret-down-square.svg b/core/static/assets/vendor/bootstrap-icons/icons/caret-down-square.svg new file mode 100644 index 0000000..cf34038 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/caret-down-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/caret-down.svg b/core/static/assets/vendor/bootstrap-icons/icons/caret-down.svg new file mode 100644 index 0000000..026b0ff --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/caret-down.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/caret-left-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/caret-left-fill.svg new file mode 100644 index 0000000..d989dff --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/caret-left-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/caret-left-square-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/caret-left-square-fill.svg new file mode 100644 index 0000000..5d8ab56 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/caret-left-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/caret-left-square.svg b/core/static/assets/vendor/bootstrap-icons/icons/caret-left-square.svg new file mode 100644 index 0000000..099b54d --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/caret-left-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/caret-left.svg b/core/static/assets/vendor/bootstrap-icons/icons/caret-left.svg new file mode 100644 index 0000000..89732f0 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/caret-left.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/caret-right-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/caret-right-fill.svg new file mode 100644 index 0000000..b445551 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/caret-right-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/caret-right-square-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/caret-right-square-fill.svg new file mode 100644 index 0000000..ea06657 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/caret-right-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/caret-right-square.svg b/core/static/assets/vendor/bootstrap-icons/icons/caret-right-square.svg new file mode 100644 index 0000000..4039064 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/caret-right-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/caret-right.svg b/core/static/assets/vendor/bootstrap-icons/icons/caret-right.svg new file mode 100644 index 0000000..451686e --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/caret-right.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/caret-up-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/caret-up-fill.svg new file mode 100644 index 0000000..a87820e --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/caret-up-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/caret-up-square-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/caret-up-square-fill.svg new file mode 100644 index 0000000..25c66a5 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/caret-up-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/caret-up-square.svg b/core/static/assets/vendor/bootstrap-icons/icons/caret-up-square.svg new file mode 100644 index 0000000..d59ecbf --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/caret-up-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/caret-up.svg b/core/static/assets/vendor/bootstrap-icons/icons/caret-up.svg new file mode 100644 index 0000000..36ca8f0 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/caret-up.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cart-check-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/cart-check-fill.svg new file mode 100644 index 0000000..019c1fc --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cart-check-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cart-check.svg b/core/static/assets/vendor/bootstrap-icons/icons/cart-check.svg new file mode 100644 index 0000000..986706a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cart-check.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cart-dash-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/cart-dash-fill.svg new file mode 100644 index 0000000..2562744 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cart-dash-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cart-dash.svg b/core/static/assets/vendor/bootstrap-icons/icons/cart-dash.svg new file mode 100644 index 0000000..ecd23f3 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cart-dash.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cart-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/cart-fill.svg new file mode 100644 index 0000000..a2b95bf --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cart-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cart-plus-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/cart-plus-fill.svg new file mode 100644 index 0000000..9858fe1 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cart-plus-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cart-plus.svg b/core/static/assets/vendor/bootstrap-icons/icons/cart-plus.svg new file mode 100644 index 0000000..acafe13 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cart-plus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cart-x-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/cart-x-fill.svg new file mode 100644 index 0000000..a9a32ca --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cart-x-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cart-x.svg b/core/static/assets/vendor/bootstrap-icons/icons/cart-x.svg new file mode 100644 index 0000000..feddfdd --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cart-x.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cart.svg b/core/static/assets/vendor/bootstrap-icons/icons/cart.svg new file mode 100644 index 0000000..486adb1 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cart.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cart2.svg b/core/static/assets/vendor/bootstrap-icons/icons/cart2.svg new file mode 100644 index 0000000..7e1bd9a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cart2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cart3.svg b/core/static/assets/vendor/bootstrap-icons/icons/cart3.svg new file mode 100644 index 0000000..2187149 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cart3.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cart4.svg b/core/static/assets/vendor/bootstrap-icons/icons/cart4.svg new file mode 100644 index 0000000..b40891f --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cart4.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cash-coin.svg b/core/static/assets/vendor/bootstrap-icons/icons/cash-coin.svg new file mode 100644 index 0000000..bc82c64 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cash-coin.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cash-stack.svg b/core/static/assets/vendor/bootstrap-icons/icons/cash-stack.svg new file mode 100644 index 0000000..492cb38 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cash-stack.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cash.svg b/core/static/assets/vendor/bootstrap-icons/icons/cash.svg new file mode 100644 index 0000000..ef3a4e7 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cash.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cassette-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/cassette-fill.svg new file mode 100644 index 0000000..e8dd8f1 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cassette-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cassette.svg b/core/static/assets/vendor/bootstrap-icons/icons/cassette.svg new file mode 100644 index 0000000..c28170c --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cassette.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cast.svg b/core/static/assets/vendor/bootstrap-icons/icons/cast.svg new file mode 100644 index 0000000..1eda173 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cast.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cc-circle-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/cc-circle-fill.svg new file mode 100644 index 0000000..ca9779e --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cc-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cc-circle.svg b/core/static/assets/vendor/bootstrap-icons/icons/cc-circle.svg new file mode 100644 index 0000000..6de6b76 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cc-circle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cc-square-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/cc-square-fill.svg new file mode 100644 index 0000000..f9b44d5 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cc-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cc-square.svg b/core/static/assets/vendor/bootstrap-icons/icons/cc-square.svg new file mode 100644 index 0000000..90c52bc --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cc-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/chat-dots-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/chat-dots-fill.svg new file mode 100644 index 0000000..2e3d225 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/chat-dots-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/chat-dots.svg b/core/static/assets/vendor/bootstrap-icons/icons/chat-dots.svg new file mode 100644 index 0000000..a74267d --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/chat-dots.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/chat-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/chat-fill.svg new file mode 100644 index 0000000..69ed44b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/chat-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/chat-heart-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/chat-heart-fill.svg new file mode 100644 index 0000000..9be92ca --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/chat-heart-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/chat-heart.svg b/core/static/assets/vendor/bootstrap-icons/icons/chat-heart.svg new file mode 100644 index 0000000..90c276b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/chat-heart.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/chat-left-dots-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/chat-left-dots-fill.svg new file mode 100644 index 0000000..eb7f531 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/chat-left-dots-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/chat-left-dots.svg b/core/static/assets/vendor/bootstrap-icons/icons/chat-left-dots.svg new file mode 100644 index 0000000..c73169d --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/chat-left-dots.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/chat-left-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/chat-left-fill.svg new file mode 100644 index 0000000..38c389f --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/chat-left-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/chat-left-heart-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/chat-left-heart-fill.svg new file mode 100644 index 0000000..787ed61 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/chat-left-heart-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/chat-left-heart.svg b/core/static/assets/vendor/bootstrap-icons/icons/chat-left-heart.svg new file mode 100644 index 0000000..1604e7b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/chat-left-heart.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/chat-left-quote-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/chat-left-quote-fill.svg new file mode 100644 index 0000000..b115a9f --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/chat-left-quote-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/chat-left-quote.svg b/core/static/assets/vendor/bootstrap-icons/icons/chat-left-quote.svg new file mode 100644 index 0000000..448827f --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/chat-left-quote.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/chat-left-text-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/chat-left-text-fill.svg new file mode 100644 index 0000000..28a0f47 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/chat-left-text-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/chat-left-text.svg b/core/static/assets/vendor/bootstrap-icons/icons/chat-left-text.svg new file mode 100644 index 0000000..2b69a98 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/chat-left-text.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/chat-left.svg b/core/static/assets/vendor/bootstrap-icons/icons/chat-left.svg new file mode 100644 index 0000000..fd2f4ee --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/chat-left.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/chat-quote-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/chat-quote-fill.svg new file mode 100644 index 0000000..4a3af86 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/chat-quote-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/chat-quote.svg b/core/static/assets/vendor/bootstrap-icons/icons/chat-quote.svg new file mode 100644 index 0000000..f890c38 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/chat-quote.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/chat-right-dots-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/chat-right-dots-fill.svg new file mode 100644 index 0000000..49ce097 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/chat-right-dots-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/chat-right-dots.svg b/core/static/assets/vendor/bootstrap-icons/icons/chat-right-dots.svg new file mode 100644 index 0000000..423d221 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/chat-right-dots.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/chat-right-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/chat-right-fill.svg new file mode 100644 index 0000000..41b767b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/chat-right-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/chat-right-heart-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/chat-right-heart-fill.svg new file mode 100644 index 0000000..b55dc62 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/chat-right-heart-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/chat-right-heart.svg b/core/static/assets/vendor/bootstrap-icons/icons/chat-right-heart.svg new file mode 100644 index 0000000..744e8a0 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/chat-right-heart.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/chat-right-quote-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/chat-right-quote-fill.svg new file mode 100644 index 0000000..e63f92b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/chat-right-quote-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/chat-right-quote.svg b/core/static/assets/vendor/bootstrap-icons/icons/chat-right-quote.svg new file mode 100644 index 0000000..42c8dbe --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/chat-right-quote.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/chat-right-text-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/chat-right-text-fill.svg new file mode 100644 index 0000000..32df921 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/chat-right-text-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/chat-right-text.svg b/core/static/assets/vendor/bootstrap-icons/icons/chat-right-text.svg new file mode 100644 index 0000000..d8b6004 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/chat-right-text.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/chat-right.svg b/core/static/assets/vendor/bootstrap-icons/icons/chat-right.svg new file mode 100644 index 0000000..b702b5d --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/chat-right.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/chat-square-dots-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/chat-square-dots-fill.svg new file mode 100644 index 0000000..1025978 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/chat-square-dots-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/chat-square-dots.svg b/core/static/assets/vendor/bootstrap-icons/icons/chat-square-dots.svg new file mode 100644 index 0000000..e59cd1a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/chat-square-dots.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/chat-square-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/chat-square-fill.svg new file mode 100644 index 0000000..2fb73ac --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/chat-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/chat-square-heart-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/chat-square-heart-fill.svg new file mode 100644 index 0000000..f200049 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/chat-square-heart-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/chat-square-heart.svg b/core/static/assets/vendor/bootstrap-icons/icons/chat-square-heart.svg new file mode 100644 index 0000000..89ca6ef --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/chat-square-heart.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/chat-square-quote-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/chat-square-quote-fill.svg new file mode 100644 index 0000000..761cb91 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/chat-square-quote-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/chat-square-quote.svg b/core/static/assets/vendor/bootstrap-icons/icons/chat-square-quote.svg new file mode 100644 index 0000000..40893f4 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/chat-square-quote.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/chat-square-text-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/chat-square-text-fill.svg new file mode 100644 index 0000000..1dd17c5 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/chat-square-text-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/chat-square-text.svg b/core/static/assets/vendor/bootstrap-icons/icons/chat-square-text.svg new file mode 100644 index 0000000..ae3fd8d --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/chat-square-text.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/chat-square.svg b/core/static/assets/vendor/bootstrap-icons/icons/chat-square.svg new file mode 100644 index 0000000..7611729 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/chat-square.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/chat-text-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/chat-text-fill.svg new file mode 100644 index 0000000..fff3db3 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/chat-text-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/chat-text.svg b/core/static/assets/vendor/bootstrap-icons/icons/chat-text.svg new file mode 100644 index 0000000..75a79f1 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/chat-text.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/chat.svg b/core/static/assets/vendor/bootstrap-icons/icons/chat.svg new file mode 100644 index 0000000..3cb81b2 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/chat.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/check-all.svg b/core/static/assets/vendor/bootstrap-icons/icons/check-all.svg new file mode 100644 index 0000000..b0019d0 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/check-all.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/check-circle-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/check-circle-fill.svg new file mode 100644 index 0000000..e861174 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/check-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/check-circle.svg b/core/static/assets/vendor/bootstrap-icons/icons/check-circle.svg new file mode 100644 index 0000000..d8dd0cd --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/check-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/check-lg.svg b/core/static/assets/vendor/bootstrap-icons/icons/check-lg.svg new file mode 100644 index 0000000..7afb0ae --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/check-lg.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/check-square-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/check-square-fill.svg new file mode 100644 index 0000000..45d6828 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/check-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/check-square.svg b/core/static/assets/vendor/bootstrap-icons/icons/check-square.svg new file mode 100644 index 0000000..d71c1f3 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/check-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/check.svg b/core/static/assets/vendor/bootstrap-icons/icons/check.svg new file mode 100644 index 0000000..9de6cc7 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/check.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/check2-all.svg b/core/static/assets/vendor/bootstrap-icons/icons/check2-all.svg new file mode 100644 index 0000000..25d8ba5 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/check2-all.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/check2-circle.svg b/core/static/assets/vendor/bootstrap-icons/icons/check2-circle.svg new file mode 100644 index 0000000..7319d37 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/check2-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/check2-square.svg b/core/static/assets/vendor/bootstrap-icons/icons/check2-square.svg new file mode 100644 index 0000000..2d5e6eb --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/check2-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/check2.svg b/core/static/assets/vendor/bootstrap-icons/icons/check2.svg new file mode 100644 index 0000000..e187956 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/check2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/chevron-bar-contract.svg b/core/static/assets/vendor/bootstrap-icons/icons/chevron-bar-contract.svg new file mode 100644 index 0000000..f12917f --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/chevron-bar-contract.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/chevron-bar-down.svg b/core/static/assets/vendor/bootstrap-icons/icons/chevron-bar-down.svg new file mode 100644 index 0000000..4df2259 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/chevron-bar-down.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/chevron-bar-expand.svg b/core/static/assets/vendor/bootstrap-icons/icons/chevron-bar-expand.svg new file mode 100644 index 0000000..6cb775f --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/chevron-bar-expand.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/chevron-bar-left.svg b/core/static/assets/vendor/bootstrap-icons/icons/chevron-bar-left.svg new file mode 100644 index 0000000..5d53406 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/chevron-bar-left.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/chevron-bar-right.svg b/core/static/assets/vendor/bootstrap-icons/icons/chevron-bar-right.svg new file mode 100644 index 0000000..b71553c --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/chevron-bar-right.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/chevron-bar-up.svg b/core/static/assets/vendor/bootstrap-icons/icons/chevron-bar-up.svg new file mode 100644 index 0000000..9ca1408 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/chevron-bar-up.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/chevron-compact-down.svg b/core/static/assets/vendor/bootstrap-icons/icons/chevron-compact-down.svg new file mode 100644 index 0000000..fb1767e --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/chevron-compact-down.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/chevron-compact-left.svg b/core/static/assets/vendor/bootstrap-icons/icons/chevron-compact-left.svg new file mode 100644 index 0000000..5dd6b6b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/chevron-compact-left.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/chevron-compact-right.svg b/core/static/assets/vendor/bootstrap-icons/icons/chevron-compact-right.svg new file mode 100644 index 0000000..ecb5994 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/chevron-compact-right.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/chevron-compact-up.svg b/core/static/assets/vendor/bootstrap-icons/icons/chevron-compact-up.svg new file mode 100644 index 0000000..8bc0a55 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/chevron-compact-up.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/chevron-contract.svg b/core/static/assets/vendor/bootstrap-icons/icons/chevron-contract.svg new file mode 100644 index 0000000..5243d43 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/chevron-contract.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/chevron-double-down.svg b/core/static/assets/vendor/bootstrap-icons/icons/chevron-double-down.svg new file mode 100644 index 0000000..0df76ee --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/chevron-double-down.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/chevron-double-left.svg b/core/static/assets/vendor/bootstrap-icons/icons/chevron-double-left.svg new file mode 100644 index 0000000..7181fd1 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/chevron-double-left.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/chevron-double-right.svg b/core/static/assets/vendor/bootstrap-icons/icons/chevron-double-right.svg new file mode 100644 index 0000000..73e1b35 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/chevron-double-right.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/chevron-double-up.svg b/core/static/assets/vendor/bootstrap-icons/icons/chevron-double-up.svg new file mode 100644 index 0000000..5c9a013 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/chevron-double-up.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/chevron-down.svg b/core/static/assets/vendor/bootstrap-icons/icons/chevron-down.svg new file mode 100644 index 0000000..1f0b8bc --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/chevron-down.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/chevron-expand.svg b/core/static/assets/vendor/bootstrap-icons/icons/chevron-expand.svg new file mode 100644 index 0000000..0a2b81a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/chevron-expand.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/chevron-left.svg b/core/static/assets/vendor/bootstrap-icons/icons/chevron-left.svg new file mode 100644 index 0000000..018f8b6 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/chevron-left.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/chevron-right.svg b/core/static/assets/vendor/bootstrap-icons/icons/chevron-right.svg new file mode 100644 index 0000000..d621289 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/chevron-right.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/chevron-up.svg b/core/static/assets/vendor/bootstrap-icons/icons/chevron-up.svg new file mode 100644 index 0000000..3b2bd42 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/chevron-up.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/circle-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/circle-fill.svg new file mode 100644 index 0000000..e0d1b51 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/circle-half.svg b/core/static/assets/vendor/bootstrap-icons/icons/circle-half.svg new file mode 100644 index 0000000..5380929 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/circle-half.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/circle-square.svg b/core/static/assets/vendor/bootstrap-icons/icons/circle-square.svg new file mode 100644 index 0000000..37d8622 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/circle-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/circle.svg b/core/static/assets/vendor/bootstrap-icons/icons/circle.svg new file mode 100644 index 0000000..dc57919 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/circle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/clipboard-check-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/clipboard-check-fill.svg new file mode 100644 index 0000000..4c0c18f --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/clipboard-check-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/clipboard-check.svg b/core/static/assets/vendor/bootstrap-icons/icons/clipboard-check.svg new file mode 100644 index 0000000..f7591ae --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/clipboard-check.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/clipboard-data-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/clipboard-data-fill.svg new file mode 100644 index 0000000..e7de45a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/clipboard-data-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/clipboard-data.svg b/core/static/assets/vendor/bootstrap-icons/icons/clipboard-data.svg new file mode 100644 index 0000000..b4fcb33 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/clipboard-data.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/clipboard-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/clipboard-fill.svg new file mode 100644 index 0000000..86d3da0 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/clipboard-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/clipboard-heart-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/clipboard-heart-fill.svg new file mode 100644 index 0000000..c653de1 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/clipboard-heart-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/clipboard-heart.svg b/core/static/assets/vendor/bootstrap-icons/icons/clipboard-heart.svg new file mode 100644 index 0000000..0b5b319 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/clipboard-heart.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/clipboard-minus-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/clipboard-minus-fill.svg new file mode 100644 index 0000000..7828cb8 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/clipboard-minus-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/clipboard-minus.svg b/core/static/assets/vendor/bootstrap-icons/icons/clipboard-minus.svg new file mode 100644 index 0000000..4826c3e --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/clipboard-minus.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/clipboard-plus-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/clipboard-plus-fill.svg new file mode 100644 index 0000000..2ebdba4 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/clipboard-plus-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/clipboard-plus.svg b/core/static/assets/vendor/bootstrap-icons/icons/clipboard-plus.svg new file mode 100644 index 0000000..79020c0 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/clipboard-plus.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/clipboard-pulse.svg b/core/static/assets/vendor/bootstrap-icons/icons/clipboard-pulse.svg new file mode 100644 index 0000000..0c43dab --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/clipboard-pulse.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/clipboard-x-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/clipboard-x-fill.svg new file mode 100644 index 0000000..8cba1ea --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/clipboard-x-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/clipboard-x.svg b/core/static/assets/vendor/bootstrap-icons/icons/clipboard-x.svg new file mode 100644 index 0000000..bba444d --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/clipboard-x.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/clipboard.svg b/core/static/assets/vendor/bootstrap-icons/icons/clipboard.svg new file mode 100644 index 0000000..360e089 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/clipboard.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/clipboard2-check-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/clipboard2-check-fill.svg new file mode 100644 index 0000000..01aed62 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/clipboard2-check-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/clipboard2-check.svg b/core/static/assets/vendor/bootstrap-icons/icons/clipboard2-check.svg new file mode 100644 index 0000000..c235208 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/clipboard2-check.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/clipboard2-data-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/clipboard2-data-fill.svg new file mode 100644 index 0000000..40656a7 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/clipboard2-data-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/clipboard2-data.svg b/core/static/assets/vendor/bootstrap-icons/icons/clipboard2-data.svg new file mode 100644 index 0000000..74b26f5 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/clipboard2-data.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/clipboard2-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/clipboard2-fill.svg new file mode 100644 index 0000000..ca2df57 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/clipboard2-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/clipboard2-heart-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/clipboard2-heart-fill.svg new file mode 100644 index 0000000..2abc359 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/clipboard2-heart-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/clipboard2-heart.svg b/core/static/assets/vendor/bootstrap-icons/icons/clipboard2-heart.svg new file mode 100644 index 0000000..4883c3f --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/clipboard2-heart.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/clipboard2-minus-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/clipboard2-minus-fill.svg new file mode 100644 index 0000000..000a2c6 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/clipboard2-minus-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/clipboard2-minus.svg b/core/static/assets/vendor/bootstrap-icons/icons/clipboard2-minus.svg new file mode 100644 index 0000000..a634bb0 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/clipboard2-minus.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/clipboard2-plus-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/clipboard2-plus-fill.svg new file mode 100644 index 0000000..f1702d8 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/clipboard2-plus-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/clipboard2-plus.svg b/core/static/assets/vendor/bootstrap-icons/icons/clipboard2-plus.svg new file mode 100644 index 0000000..474ffdc --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/clipboard2-plus.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/clipboard2-pulse-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/clipboard2-pulse-fill.svg new file mode 100644 index 0000000..5017f6d --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/clipboard2-pulse-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/clipboard2-pulse.svg b/core/static/assets/vendor/bootstrap-icons/icons/clipboard2-pulse.svg new file mode 100644 index 0000000..1e6370c --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/clipboard2-pulse.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/clipboard2-x-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/clipboard2-x-fill.svg new file mode 100644 index 0000000..8f63584 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/clipboard2-x-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/clipboard2-x.svg b/core/static/assets/vendor/bootstrap-icons/icons/clipboard2-x.svg new file mode 100644 index 0000000..9ac8211 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/clipboard2-x.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/clipboard2.svg b/core/static/assets/vendor/bootstrap-icons/icons/clipboard2.svg new file mode 100644 index 0000000..d729ddb --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/clipboard2.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/clock-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/clock-fill.svg new file mode 100644 index 0000000..189dec1 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/clock-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/clock-history.svg b/core/static/assets/vendor/bootstrap-icons/icons/clock-history.svg new file mode 100644 index 0000000..414b526 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/clock-history.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/clock.svg b/core/static/assets/vendor/bootstrap-icons/icons/clock.svg new file mode 100644 index 0000000..72f2939 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/clock.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cloud-arrow-down-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/cloud-arrow-down-fill.svg new file mode 100644 index 0000000..6e18ca9 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cloud-arrow-down-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cloud-arrow-down.svg b/core/static/assets/vendor/bootstrap-icons/icons/cloud-arrow-down.svg new file mode 100644 index 0000000..cb8e33a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cloud-arrow-down.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cloud-arrow-up-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/cloud-arrow-up-fill.svg new file mode 100644 index 0000000..89d72fb --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cloud-arrow-up-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cloud-arrow-up.svg b/core/static/assets/vendor/bootstrap-icons/icons/cloud-arrow-up.svg new file mode 100644 index 0000000..6f69abc --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cloud-arrow-up.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cloud-check-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/cloud-check-fill.svg new file mode 100644 index 0000000..81f28b5 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cloud-check-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cloud-check.svg b/core/static/assets/vendor/bootstrap-icons/icons/cloud-check.svg new file mode 100644 index 0000000..917d5c2 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cloud-check.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cloud-download-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/cloud-download-fill.svg new file mode 100644 index 0000000..53c4242 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cloud-download-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cloud-download.svg b/core/static/assets/vendor/bootstrap-icons/icons/cloud-download.svg new file mode 100644 index 0000000..c6b3fe3 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cloud-download.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cloud-drizzle-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/cloud-drizzle-fill.svg new file mode 100644 index 0000000..996aec4 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cloud-drizzle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cloud-drizzle.svg b/core/static/assets/vendor/bootstrap-icons/icons/cloud-drizzle.svg new file mode 100644 index 0000000..bb1e68b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cloud-drizzle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cloud-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/cloud-fill.svg new file mode 100644 index 0000000..23755bd --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cloud-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cloud-fog-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/cloud-fog-fill.svg new file mode 100644 index 0000000..07f10f4 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cloud-fog-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cloud-fog.svg b/core/static/assets/vendor/bootstrap-icons/icons/cloud-fog.svg new file mode 100644 index 0000000..b40c983 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cloud-fog.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cloud-fog2-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/cloud-fog2-fill.svg new file mode 100644 index 0000000..1d49851 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cloud-fog2-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cloud-fog2.svg b/core/static/assets/vendor/bootstrap-icons/icons/cloud-fog2.svg new file mode 100644 index 0000000..1bd3c25 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cloud-fog2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cloud-hail-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/cloud-hail-fill.svg new file mode 100644 index 0000000..d8a096b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cloud-hail-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cloud-hail.svg b/core/static/assets/vendor/bootstrap-icons/icons/cloud-hail.svg new file mode 100644 index 0000000..2f9bec1 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cloud-hail.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cloud-haze-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/cloud-haze-fill.svg new file mode 100644 index 0000000..002fc26 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cloud-haze-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cloud-haze.svg b/core/static/assets/vendor/bootstrap-icons/icons/cloud-haze.svg new file mode 100644 index 0000000..513e346 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cloud-haze.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cloud-haze2-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/cloud-haze2-fill.svg new file mode 100644 index 0000000..e9b7bda --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cloud-haze2-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cloud-haze2.svg b/core/static/assets/vendor/bootstrap-icons/icons/cloud-haze2.svg new file mode 100644 index 0000000..c213dfb --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cloud-haze2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cloud-lightning-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/cloud-lightning-fill.svg new file mode 100644 index 0000000..1d30904 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cloud-lightning-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cloud-lightning-rain-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/cloud-lightning-rain-fill.svg new file mode 100644 index 0000000..2b6d4a1 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cloud-lightning-rain-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cloud-lightning-rain.svg b/core/static/assets/vendor/bootstrap-icons/icons/cloud-lightning-rain.svg new file mode 100644 index 0000000..31badb3 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cloud-lightning-rain.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cloud-lightning.svg b/core/static/assets/vendor/bootstrap-icons/icons/cloud-lightning.svg new file mode 100644 index 0000000..5a8bafd --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cloud-lightning.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cloud-minus-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/cloud-minus-fill.svg new file mode 100644 index 0000000..753727f --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cloud-minus-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cloud-minus.svg b/core/static/assets/vendor/bootstrap-icons/icons/cloud-minus.svg new file mode 100644 index 0000000..a4ab6f9 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cloud-minus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cloud-moon-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/cloud-moon-fill.svg new file mode 100644 index 0000000..d968faf --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cloud-moon-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cloud-moon.svg b/core/static/assets/vendor/bootstrap-icons/icons/cloud-moon.svg new file mode 100644 index 0000000..1089204 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cloud-moon.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cloud-plus-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/cloud-plus-fill.svg new file mode 100644 index 0000000..92620aa --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cloud-plus-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cloud-plus.svg b/core/static/assets/vendor/bootstrap-icons/icons/cloud-plus.svg new file mode 100644 index 0000000..4ef51f2 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cloud-plus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cloud-rain-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/cloud-rain-fill.svg new file mode 100644 index 0000000..94cddba --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cloud-rain-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cloud-rain-heavy-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/cloud-rain-heavy-fill.svg new file mode 100644 index 0000000..167c8af --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cloud-rain-heavy-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cloud-rain-heavy.svg b/core/static/assets/vendor/bootstrap-icons/icons/cloud-rain-heavy.svg new file mode 100644 index 0000000..a5c41e5 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cloud-rain-heavy.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cloud-rain.svg b/core/static/assets/vendor/bootstrap-icons/icons/cloud-rain.svg new file mode 100644 index 0000000..eb40032 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cloud-rain.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cloud-slash-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/cloud-slash-fill.svg new file mode 100644 index 0000000..a4b8bad --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cloud-slash-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cloud-slash.svg b/core/static/assets/vendor/bootstrap-icons/icons/cloud-slash.svg new file mode 100644 index 0000000..fe89178 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cloud-slash.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cloud-sleet-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/cloud-sleet-fill.svg new file mode 100644 index 0000000..73764dc --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cloud-sleet-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cloud-sleet.svg b/core/static/assets/vendor/bootstrap-icons/icons/cloud-sleet.svg new file mode 100644 index 0000000..d3c8f2e --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cloud-sleet.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cloud-snow-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/cloud-snow-fill.svg new file mode 100644 index 0000000..0ffc577 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cloud-snow-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cloud-snow.svg b/core/static/assets/vendor/bootstrap-icons/icons/cloud-snow.svg new file mode 100644 index 0000000..b1643fb --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cloud-snow.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cloud-sun-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/cloud-sun-fill.svg new file mode 100644 index 0000000..9ecf7de --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cloud-sun-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cloud-sun.svg b/core/static/assets/vendor/bootstrap-icons/icons/cloud-sun.svg new file mode 100644 index 0000000..76ebc49 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cloud-sun.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cloud-upload-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/cloud-upload-fill.svg new file mode 100644 index 0000000..766015d --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cloud-upload-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cloud-upload.svg b/core/static/assets/vendor/bootstrap-icons/icons/cloud-upload.svg new file mode 100644 index 0000000..6184b72 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cloud-upload.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cloud.svg b/core/static/assets/vendor/bootstrap-icons/icons/cloud.svg new file mode 100644 index 0000000..7b0b9b3 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cloud.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/clouds-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/clouds-fill.svg new file mode 100644 index 0000000..fe7fc07 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/clouds-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/clouds.svg b/core/static/assets/vendor/bootstrap-icons/icons/clouds.svg new file mode 100644 index 0000000..c9a5ba0 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/clouds.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cloudy-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/cloudy-fill.svg new file mode 100644 index 0000000..3e90f9e --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cloudy-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cloudy.svg b/core/static/assets/vendor/bootstrap-icons/icons/cloudy.svg new file mode 100644 index 0000000..0783bca --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cloudy.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/code-slash.svg b/core/static/assets/vendor/bootstrap-icons/icons/code-slash.svg new file mode 100644 index 0000000..ef0ef01 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/code-slash.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/code-square.svg b/core/static/assets/vendor/bootstrap-icons/icons/code-square.svg new file mode 100644 index 0000000..415b56c --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/code-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/code.svg b/core/static/assets/vendor/bootstrap-icons/icons/code.svg new file mode 100644 index 0000000..079f5c6 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/code.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/coin.svg b/core/static/assets/vendor/bootstrap-icons/icons/coin.svg new file mode 100644 index 0000000..045d428 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/coin.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/collection-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/collection-fill.svg new file mode 100644 index 0000000..fee7f54 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/collection-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/collection-play-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/collection-play-fill.svg new file mode 100644 index 0000000..2601e48 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/collection-play-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/collection-play.svg b/core/static/assets/vendor/bootstrap-icons/icons/collection-play.svg new file mode 100644 index 0000000..96b5c6e --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/collection-play.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/collection.svg b/core/static/assets/vendor/bootstrap-icons/icons/collection.svg new file mode 100644 index 0000000..0870f5a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/collection.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/columns-gap.svg b/core/static/assets/vendor/bootstrap-icons/icons/columns-gap.svg new file mode 100644 index 0000000..b3cb175 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/columns-gap.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/columns.svg b/core/static/assets/vendor/bootstrap-icons/icons/columns.svg new file mode 100644 index 0000000..d785491 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/columns.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/command.svg b/core/static/assets/vendor/bootstrap-icons/icons/command.svg new file mode 100644 index 0000000..d162254 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/command.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/compass-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/compass-fill.svg new file mode 100644 index 0000000..ad821c4 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/compass-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/compass.svg b/core/static/assets/vendor/bootstrap-icons/icons/compass.svg new file mode 100644 index 0000000..8649461 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/compass.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cone-striped.svg b/core/static/assets/vendor/bootstrap-icons/icons/cone-striped.svg new file mode 100644 index 0000000..44e9606 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cone-striped.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cone.svg b/core/static/assets/vendor/bootstrap-icons/icons/cone.svg new file mode 100644 index 0000000..2de05c5 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cone.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/controller.svg b/core/static/assets/vendor/bootstrap-icons/icons/controller.svg new file mode 100644 index 0000000..15e7774 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/controller.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cpu-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/cpu-fill.svg new file mode 100644 index 0000000..50d0a07 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cpu-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cpu.svg b/core/static/assets/vendor/bootstrap-icons/icons/cpu.svg new file mode 100644 index 0000000..a9fbaa3 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cpu.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/credit-card-2-back-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/credit-card-2-back-fill.svg new file mode 100644 index 0000000..c80bb6c --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/credit-card-2-back-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/credit-card-2-back.svg b/core/static/assets/vendor/bootstrap-icons/icons/credit-card-2-back.svg new file mode 100644 index 0000000..e99159c --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/credit-card-2-back.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/credit-card-2-front-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/credit-card-2-front-fill.svg new file mode 100644 index 0000000..c082ef0 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/credit-card-2-front-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/credit-card-2-front.svg b/core/static/assets/vendor/bootstrap-icons/icons/credit-card-2-front.svg new file mode 100644 index 0000000..95b071d --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/credit-card-2-front.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/credit-card-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/credit-card-fill.svg new file mode 100644 index 0000000..d0686a8 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/credit-card-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/credit-card.svg b/core/static/assets/vendor/bootstrap-icons/icons/credit-card.svg new file mode 100644 index 0000000..f716d39 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/credit-card.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/crop.svg b/core/static/assets/vendor/bootstrap-icons/icons/crop.svg new file mode 100644 index 0000000..b7e1749 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/crop.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cup-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/cup-fill.svg new file mode 100644 index 0000000..c811935 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cup-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cup-hot-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/cup-hot-fill.svg new file mode 100644 index 0000000..f512ae0 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cup-hot-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cup-hot.svg b/core/static/assets/vendor/bootstrap-icons/icons/cup-hot.svg new file mode 100644 index 0000000..789f1ea --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cup-hot.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cup-straw.svg b/core/static/assets/vendor/bootstrap-icons/icons/cup-straw.svg new file mode 100644 index 0000000..bda9d07 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cup-straw.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cup.svg b/core/static/assets/vendor/bootstrap-icons/icons/cup.svg new file mode 100644 index 0000000..490fe09 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cup.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/currency-bitcoin.svg b/core/static/assets/vendor/bootstrap-icons/icons/currency-bitcoin.svg new file mode 100644 index 0000000..488adca --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/currency-bitcoin.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/currency-dollar.svg b/core/static/assets/vendor/bootstrap-icons/icons/currency-dollar.svg new file mode 100644 index 0000000..572e34c --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/currency-dollar.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/currency-euro.svg b/core/static/assets/vendor/bootstrap-icons/icons/currency-euro.svg new file mode 100644 index 0000000..1fcaa7c --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/currency-euro.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/currency-exchange.svg b/core/static/assets/vendor/bootstrap-icons/icons/currency-exchange.svg new file mode 100644 index 0000000..1e3eaf3 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/currency-exchange.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/currency-pound.svg b/core/static/assets/vendor/bootstrap-icons/icons/currency-pound.svg new file mode 100644 index 0000000..60dbd58 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/currency-pound.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/currency-rupee.svg b/core/static/assets/vendor/bootstrap-icons/icons/currency-rupee.svg new file mode 100644 index 0000000..843d0fa --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/currency-rupee.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/currency-yen.svg b/core/static/assets/vendor/bootstrap-icons/icons/currency-yen.svg new file mode 100644 index 0000000..5bbf1a2 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/currency-yen.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cursor-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/cursor-fill.svg new file mode 100644 index 0000000..093372b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cursor-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cursor-text.svg b/core/static/assets/vendor/bootstrap-icons/icons/cursor-text.svg new file mode 100644 index 0000000..42a48fa --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cursor-text.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/cursor.svg b/core/static/assets/vendor/bootstrap-icons/icons/cursor.svg new file mode 100644 index 0000000..315106b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/cursor.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/dash-circle-dotted.svg b/core/static/assets/vendor/bootstrap-icons/icons/dash-circle-dotted.svg new file mode 100644 index 0000000..7e29372 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/dash-circle-dotted.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/dash-circle-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/dash-circle-fill.svg new file mode 100644 index 0000000..db27419 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/dash-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/dash-circle.svg b/core/static/assets/vendor/bootstrap-icons/icons/dash-circle.svg new file mode 100644 index 0000000..17483d6 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/dash-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/dash-lg.svg b/core/static/assets/vendor/bootstrap-icons/icons/dash-lg.svg new file mode 100644 index 0000000..0f4c5e9 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/dash-lg.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/dash-square-dotted.svg b/core/static/assets/vendor/bootstrap-icons/icons/dash-square-dotted.svg new file mode 100644 index 0000000..15b8d4b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/dash-square-dotted.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/dash-square-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/dash-square-fill.svg new file mode 100644 index 0000000..85a95b2 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/dash-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/dash-square.svg b/core/static/assets/vendor/bootstrap-icons/icons/dash-square.svg new file mode 100644 index 0000000..b63e536 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/dash-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/dash.svg b/core/static/assets/vendor/bootstrap-icons/icons/dash.svg new file mode 100644 index 0000000..4ac4288 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/dash.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/device-hdd-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/device-hdd-fill.svg new file mode 100644 index 0000000..5b5ae29 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/device-hdd-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/device-hdd.svg b/core/static/assets/vendor/bootstrap-icons/icons/device-hdd.svg new file mode 100644 index 0000000..960e609 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/device-hdd.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/device-ssd-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/device-ssd-fill.svg new file mode 100644 index 0000000..9ba5802 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/device-ssd-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/device-ssd.svg b/core/static/assets/vendor/bootstrap-icons/icons/device-ssd.svg new file mode 100644 index 0000000..0dd8ae5 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/device-ssd.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/diagram-2-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/diagram-2-fill.svg new file mode 100644 index 0000000..b46a212 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/diagram-2-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/diagram-2.svg b/core/static/assets/vendor/bootstrap-icons/icons/diagram-2.svg new file mode 100644 index 0000000..2b330e5 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/diagram-2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/diagram-3-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/diagram-3-fill.svg new file mode 100644 index 0000000..6cc31c0 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/diagram-3-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/diagram-3.svg b/core/static/assets/vendor/bootstrap-icons/icons/diagram-3.svg new file mode 100644 index 0000000..464b051 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/diagram-3.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/diamond-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/diamond-fill.svg new file mode 100644 index 0000000..e6e3151 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/diamond-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/diamond-half.svg b/core/static/assets/vendor/bootstrap-icons/icons/diamond-half.svg new file mode 100644 index 0000000..4e13791 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/diamond-half.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/diamond.svg b/core/static/assets/vendor/bootstrap-icons/icons/diamond.svg new file mode 100644 index 0000000..4cddafa --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/diamond.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/dice-1-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/dice-1-fill.svg new file mode 100644 index 0000000..0b20aa0 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/dice-1-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/dice-1.svg b/core/static/assets/vendor/bootstrap-icons/icons/dice-1.svg new file mode 100644 index 0000000..97c2432 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/dice-1.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/dice-2-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/dice-2-fill.svg new file mode 100644 index 0000000..f55f921 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/dice-2-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/dice-2.svg b/core/static/assets/vendor/bootstrap-icons/icons/dice-2.svg new file mode 100644 index 0000000..38013a8 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/dice-2.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/dice-3-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/dice-3-fill.svg new file mode 100644 index 0000000..ae5a1ba --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/dice-3-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/dice-3.svg b/core/static/assets/vendor/bootstrap-icons/icons/dice-3.svg new file mode 100644 index 0000000..705b7e7 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/dice-3.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/dice-4-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/dice-4-fill.svg new file mode 100644 index 0000000..6dad92b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/dice-4-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/dice-4.svg b/core/static/assets/vendor/bootstrap-icons/icons/dice-4.svg new file mode 100644 index 0000000..070f981 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/dice-4.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/dice-5-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/dice-5-fill.svg new file mode 100644 index 0000000..a92382b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/dice-5-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/dice-5.svg b/core/static/assets/vendor/bootstrap-icons/icons/dice-5.svg new file mode 100644 index 0000000..b4369c7 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/dice-5.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/dice-6-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/dice-6-fill.svg new file mode 100644 index 0000000..fce8cb4 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/dice-6-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/dice-6.svg b/core/static/assets/vendor/bootstrap-icons/icons/dice-6.svg new file mode 100644 index 0000000..44d25dc --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/dice-6.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/disc-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/disc-fill.svg new file mode 100644 index 0000000..b03f34d --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/disc-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/disc.svg b/core/static/assets/vendor/bootstrap-icons/icons/disc.svg new file mode 100644 index 0000000..f3475a2 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/disc.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/discord.svg b/core/static/assets/vendor/bootstrap-icons/icons/discord.svg new file mode 100644 index 0000000..877cfdf --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/discord.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/display-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/display-fill.svg new file mode 100644 index 0000000..f7c3fca --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/display-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/display.svg b/core/static/assets/vendor/bootstrap-icons/icons/display.svg new file mode 100644 index 0000000..700d780 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/display.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/displayport-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/displayport-fill.svg new file mode 100644 index 0000000..17fe771 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/displayport-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/displayport.svg b/core/static/assets/vendor/bootstrap-icons/icons/displayport.svg new file mode 100644 index 0000000..3e5748a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/displayport.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/distribute-horizontal.svg b/core/static/assets/vendor/bootstrap-icons/icons/distribute-horizontal.svg new file mode 100644 index 0000000..fe90ff8 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/distribute-horizontal.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/distribute-vertical.svg b/core/static/assets/vendor/bootstrap-icons/icons/distribute-vertical.svg new file mode 100644 index 0000000..234b2c2 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/distribute-vertical.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/door-closed-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/door-closed-fill.svg new file mode 100644 index 0000000..1d2a036 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/door-closed-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/door-closed.svg b/core/static/assets/vendor/bootstrap-icons/icons/door-closed.svg new file mode 100644 index 0000000..3eab448 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/door-closed.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/door-open-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/door-open-fill.svg new file mode 100644 index 0000000..d4833a3 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/door-open-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/door-open.svg b/core/static/assets/vendor/bootstrap-icons/icons/door-open.svg new file mode 100644 index 0000000..d9638a3 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/door-open.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/dot.svg b/core/static/assets/vendor/bootstrap-icons/icons/dot.svg new file mode 100644 index 0000000..183e4a8 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/dot.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/download.svg b/core/static/assets/vendor/bootstrap-icons/icons/download.svg new file mode 100644 index 0000000..80a5817 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/download.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/dpad-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/dpad-fill.svg new file mode 100644 index 0000000..ea54468 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/dpad-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/dpad.svg b/core/static/assets/vendor/bootstrap-icons/icons/dpad.svg new file mode 100644 index 0000000..9363c90 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/dpad.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/dribbble.svg b/core/static/assets/vendor/bootstrap-icons/icons/dribbble.svg new file mode 100644 index 0000000..809f2d3 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/dribbble.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/dropbox.svg b/core/static/assets/vendor/bootstrap-icons/icons/dropbox.svg new file mode 100644 index 0000000..6431141 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/dropbox.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/droplet-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/droplet-fill.svg new file mode 100644 index 0000000..a240876 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/droplet-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/droplet-half.svg b/core/static/assets/vendor/bootstrap-icons/icons/droplet-half.svg new file mode 100644 index 0000000..43eb208 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/droplet-half.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/droplet.svg b/core/static/assets/vendor/bootstrap-icons/icons/droplet.svg new file mode 100644 index 0000000..2b405d6 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/droplet.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/ear-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/ear-fill.svg new file mode 100644 index 0000000..8e564c0 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/ear-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/ear.svg b/core/static/assets/vendor/bootstrap-icons/icons/ear.svg new file mode 100644 index 0000000..8c8b869 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/ear.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/earbuds.svg b/core/static/assets/vendor/bootstrap-icons/icons/earbuds.svg new file mode 100644 index 0000000..7bc0019 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/earbuds.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/easel-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/easel-fill.svg new file mode 100644 index 0000000..db00798 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/easel-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/easel.svg b/core/static/assets/vendor/bootstrap-icons/icons/easel.svg new file mode 100644 index 0000000..f95976e --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/easel.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/easel2-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/easel2-fill.svg new file mode 100644 index 0000000..c393242 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/easel2-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/easel2.svg b/core/static/assets/vendor/bootstrap-icons/icons/easel2.svg new file mode 100644 index 0000000..d1736de --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/easel2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/easel3-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/easel3-fill.svg new file mode 100644 index 0000000..2e57223 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/easel3-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/easel3.svg b/core/static/assets/vendor/bootstrap-icons/icons/easel3.svg new file mode 100644 index 0000000..a39ad3d --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/easel3.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/egg-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/egg-fill.svg new file mode 100644 index 0000000..33b7d44 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/egg-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/egg-fried.svg b/core/static/assets/vendor/bootstrap-icons/icons/egg-fried.svg new file mode 100644 index 0000000..b99cac3 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/egg-fried.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/egg.svg b/core/static/assets/vendor/bootstrap-icons/icons/egg.svg new file mode 100644 index 0000000..9fb5c1e --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/egg.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/eject-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/eject-fill.svg new file mode 100644 index 0000000..3255af6 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/eject-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/eject.svg b/core/static/assets/vendor/bootstrap-icons/icons/eject.svg new file mode 100644 index 0000000..540cbc8 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/eject.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/emoji-angry-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/emoji-angry-fill.svg new file mode 100644 index 0000000..1bf7eb6 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/emoji-angry-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/emoji-angry.svg b/core/static/assets/vendor/bootstrap-icons/icons/emoji-angry.svg new file mode 100644 index 0000000..d6d8914 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/emoji-angry.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/emoji-dizzy-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/emoji-dizzy-fill.svg new file mode 100644 index 0000000..d801800 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/emoji-dizzy-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/emoji-dizzy.svg b/core/static/assets/vendor/bootstrap-icons/icons/emoji-dizzy.svg new file mode 100644 index 0000000..f64fade --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/emoji-dizzy.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/emoji-expressionless-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/emoji-expressionless-fill.svg new file mode 100644 index 0000000..f70140a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/emoji-expressionless-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/emoji-expressionless.svg b/core/static/assets/vendor/bootstrap-icons/icons/emoji-expressionless.svg new file mode 100644 index 0000000..208a72d --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/emoji-expressionless.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/emoji-frown-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/emoji-frown-fill.svg new file mode 100644 index 0000000..c8a9ddc --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/emoji-frown-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/emoji-frown.svg b/core/static/assets/vendor/bootstrap-icons/icons/emoji-frown.svg new file mode 100644 index 0000000..b7766eb --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/emoji-frown.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/emoji-heart-eyes-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/emoji-heart-eyes-fill.svg new file mode 100644 index 0000000..cc91552 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/emoji-heart-eyes-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/emoji-heart-eyes.svg b/core/static/assets/vendor/bootstrap-icons/icons/emoji-heart-eyes.svg new file mode 100644 index 0000000..c19ec51 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/emoji-heart-eyes.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/emoji-kiss-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/emoji-kiss-fill.svg new file mode 100644 index 0000000..ab46245 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/emoji-kiss-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/emoji-kiss.svg b/core/static/assets/vendor/bootstrap-icons/icons/emoji-kiss.svg new file mode 100644 index 0000000..4646628 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/emoji-kiss.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/emoji-laughing-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/emoji-laughing-fill.svg new file mode 100644 index 0000000..cc8c69b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/emoji-laughing-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/emoji-laughing.svg b/core/static/assets/vendor/bootstrap-icons/icons/emoji-laughing.svg new file mode 100644 index 0000000..68d9b25 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/emoji-laughing.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/emoji-neutral-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/emoji-neutral-fill.svg new file mode 100644 index 0000000..58bcb6b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/emoji-neutral-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/emoji-neutral.svg b/core/static/assets/vendor/bootstrap-icons/icons/emoji-neutral.svg new file mode 100644 index 0000000..2f3204a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/emoji-neutral.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/emoji-smile-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/emoji-smile-fill.svg new file mode 100644 index 0000000..76a6a16 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/emoji-smile-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/emoji-smile-upside-down-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/emoji-smile-upside-down-fill.svg new file mode 100644 index 0000000..c682933 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/emoji-smile-upside-down-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/emoji-smile-upside-down.svg b/core/static/assets/vendor/bootstrap-icons/icons/emoji-smile-upside-down.svg new file mode 100644 index 0000000..1e18424 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/emoji-smile-upside-down.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/emoji-smile.svg b/core/static/assets/vendor/bootstrap-icons/icons/emoji-smile.svg new file mode 100644 index 0000000..d222a9a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/emoji-smile.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/emoji-sunglasses-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/emoji-sunglasses-fill.svg new file mode 100644 index 0000000..00e7bc0 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/emoji-sunglasses-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/emoji-sunglasses.svg b/core/static/assets/vendor/bootstrap-icons/icons/emoji-sunglasses.svg new file mode 100644 index 0000000..4771e4d --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/emoji-sunglasses.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/emoji-wink-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/emoji-wink-fill.svg new file mode 100644 index 0000000..8601a58 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/emoji-wink-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/emoji-wink.svg b/core/static/assets/vendor/bootstrap-icons/icons/emoji-wink.svg new file mode 100644 index 0000000..ee3b3d0 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/emoji-wink.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/envelope-check-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/envelope-check-fill.svg new file mode 100644 index 0000000..ca06ad0 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/envelope-check-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/envelope-check.svg b/core/static/assets/vendor/bootstrap-icons/icons/envelope-check.svg new file mode 100644 index 0000000..8a50181 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/envelope-check.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/envelope-dash-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/envelope-dash-fill.svg new file mode 100644 index 0000000..7275d3d --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/envelope-dash-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/envelope-dash.svg b/core/static/assets/vendor/bootstrap-icons/icons/envelope-dash.svg new file mode 100644 index 0000000..7ae3e5c --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/envelope-dash.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/envelope-exclamation-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/envelope-exclamation-fill.svg new file mode 100644 index 0000000..4bc91d2 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/envelope-exclamation-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/envelope-exclamation.svg b/core/static/assets/vendor/bootstrap-icons/icons/envelope-exclamation.svg new file mode 100644 index 0000000..936b777 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/envelope-exclamation.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/envelope-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/envelope-fill.svg new file mode 100644 index 0000000..0b28c86 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/envelope-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/envelope-heart-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/envelope-heart-fill.svg new file mode 100644 index 0000000..8ed9e02 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/envelope-heart-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/envelope-heart.svg b/core/static/assets/vendor/bootstrap-icons/icons/envelope-heart.svg new file mode 100644 index 0000000..b104999 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/envelope-heart.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/envelope-open-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/envelope-open-fill.svg new file mode 100644 index 0000000..29d8fe7 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/envelope-open-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/envelope-open-heart-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/envelope-open-heart-fill.svg new file mode 100644 index 0000000..478b85b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/envelope-open-heart-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/envelope-open-heart.svg b/core/static/assets/vendor/bootstrap-icons/icons/envelope-open-heart.svg new file mode 100644 index 0000000..7d324a2 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/envelope-open-heart.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/envelope-open.svg b/core/static/assets/vendor/bootstrap-icons/icons/envelope-open.svg new file mode 100644 index 0000000..9a542d2 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/envelope-open.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/envelope-paper-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/envelope-paper-fill.svg new file mode 100644 index 0000000..14f613e --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/envelope-paper-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/envelope-paper-heart-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/envelope-paper-heart-fill.svg new file mode 100644 index 0000000..e422acc --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/envelope-paper-heart-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/envelope-paper-heart.svg b/core/static/assets/vendor/bootstrap-icons/icons/envelope-paper-heart.svg new file mode 100644 index 0000000..2d925ae --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/envelope-paper-heart.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/envelope-paper.svg b/core/static/assets/vendor/bootstrap-icons/icons/envelope-paper.svg new file mode 100644 index 0000000..a909c63 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/envelope-paper.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/envelope-plus-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/envelope-plus-fill.svg new file mode 100644 index 0000000..96703c2 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/envelope-plus-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/envelope-plus.svg b/core/static/assets/vendor/bootstrap-icons/icons/envelope-plus.svg new file mode 100644 index 0000000..0abb966 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/envelope-plus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/envelope-slash-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/envelope-slash-fill.svg new file mode 100644 index 0000000..09690e5 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/envelope-slash-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/envelope-slash.svg b/core/static/assets/vendor/bootstrap-icons/icons/envelope-slash.svg new file mode 100644 index 0000000..35b3783 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/envelope-slash.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/envelope-x-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/envelope-x-fill.svg new file mode 100644 index 0000000..b8348b1 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/envelope-x-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/envelope-x.svg b/core/static/assets/vendor/bootstrap-icons/icons/envelope-x.svg new file mode 100644 index 0000000..cd78475 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/envelope-x.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/envelope.svg b/core/static/assets/vendor/bootstrap-icons/icons/envelope.svg new file mode 100644 index 0000000..122fc35 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/envelope.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/eraser-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/eraser-fill.svg new file mode 100644 index 0000000..10959b3 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/eraser-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/eraser.svg b/core/static/assets/vendor/bootstrap-icons/icons/eraser.svg new file mode 100644 index 0000000..e7060e5 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/eraser.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/escape.svg b/core/static/assets/vendor/bootstrap-icons/icons/escape.svg new file mode 100644 index 0000000..112c87b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/escape.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/ethernet.svg b/core/static/assets/vendor/bootstrap-icons/icons/ethernet.svg new file mode 100644 index 0000000..9b97a3a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/ethernet.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/ev-station-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/ev-station-fill.svg new file mode 100644 index 0000000..a30f613 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/ev-station-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/ev-station.svg b/core/static/assets/vendor/bootstrap-icons/icons/ev-station.svg new file mode 100644 index 0000000..faec20c --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/ev-station.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/exclamation-circle-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/exclamation-circle-fill.svg new file mode 100644 index 0000000..f7a7d17 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/exclamation-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/exclamation-circle.svg b/core/static/assets/vendor/bootstrap-icons/icons/exclamation-circle.svg new file mode 100644 index 0000000..73c7e8d --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/exclamation-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/exclamation-diamond-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/exclamation-diamond-fill.svg new file mode 100644 index 0000000..5987fe7 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/exclamation-diamond-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/exclamation-diamond.svg b/core/static/assets/vendor/bootstrap-icons/icons/exclamation-diamond.svg new file mode 100644 index 0000000..6c0388b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/exclamation-diamond.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/exclamation-lg.svg b/core/static/assets/vendor/bootstrap-icons/icons/exclamation-lg.svg new file mode 100644 index 0000000..b21e727 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/exclamation-lg.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/exclamation-octagon-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/exclamation-octagon-fill.svg new file mode 100644 index 0000000..3347f64 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/exclamation-octagon-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/exclamation-octagon.svg b/core/static/assets/vendor/bootstrap-icons/icons/exclamation-octagon.svg new file mode 100644 index 0000000..6ef1db9 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/exclamation-octagon.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/exclamation-square-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/exclamation-square-fill.svg new file mode 100644 index 0000000..e99eab8 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/exclamation-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/exclamation-square.svg b/core/static/assets/vendor/bootstrap-icons/icons/exclamation-square.svg new file mode 100644 index 0000000..41436cb --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/exclamation-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/exclamation-triangle-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/exclamation-triangle-fill.svg new file mode 100644 index 0000000..50e1752 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/exclamation-triangle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/exclamation-triangle.svg b/core/static/assets/vendor/bootstrap-icons/icons/exclamation-triangle.svg new file mode 100644 index 0000000..7ca0dc7 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/exclamation-triangle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/exclamation.svg b/core/static/assets/vendor/bootstrap-icons/icons/exclamation.svg new file mode 100644 index 0000000..953004b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/exclamation.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/exclude.svg b/core/static/assets/vendor/bootstrap-icons/icons/exclude.svg new file mode 100644 index 0000000..9be5f93 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/exclude.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/explicit-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/explicit-fill.svg new file mode 100644 index 0000000..159d365 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/explicit-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/explicit.svg b/core/static/assets/vendor/bootstrap-icons/icons/explicit.svg new file mode 100644 index 0000000..22a0ef4 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/explicit.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/eye-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/eye-fill.svg new file mode 100644 index 0000000..2697206 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/eye-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/eye-slash-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/eye-slash-fill.svg new file mode 100644 index 0000000..9339262 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/eye-slash-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/eye-slash.svg b/core/static/assets/vendor/bootstrap-icons/icons/eye-slash.svg new file mode 100644 index 0000000..c520837 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/eye-slash.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/eye.svg b/core/static/assets/vendor/bootstrap-icons/icons/eye.svg new file mode 100644 index 0000000..412ff69 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/eye.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/eyedropper.svg b/core/static/assets/vendor/bootstrap-icons/icons/eyedropper.svg new file mode 100644 index 0000000..698d40d --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/eyedropper.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/eyeglasses.svg b/core/static/assets/vendor/bootstrap-icons/icons/eyeglasses.svg new file mode 100644 index 0000000..020d943 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/eyeglasses.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/facebook.svg b/core/static/assets/vendor/bootstrap-icons/icons/facebook.svg new file mode 100644 index 0000000..e8d1443 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/facebook.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/fan.svg b/core/static/assets/vendor/bootstrap-icons/icons/fan.svg new file mode 100644 index 0000000..fab6eab --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/fan.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/fast-forward-btn-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/fast-forward-btn-fill.svg new file mode 100644 index 0000000..9c9a1c6 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/fast-forward-btn-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/fast-forward-btn.svg b/core/static/assets/vendor/bootstrap-icons/icons/fast-forward-btn.svg new file mode 100644 index 0000000..a3d605c --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/fast-forward-btn.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/fast-forward-circle-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/fast-forward-circle-fill.svg new file mode 100644 index 0000000..aa5c37b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/fast-forward-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/fast-forward-circle.svg b/core/static/assets/vendor/bootstrap-icons/icons/fast-forward-circle.svg new file mode 100644 index 0000000..2eceb91 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/fast-forward-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/fast-forward-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/fast-forward-fill.svg new file mode 100644 index 0000000..329cad0 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/fast-forward-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/fast-forward.svg b/core/static/assets/vendor/bootstrap-icons/icons/fast-forward.svg new file mode 100644 index 0000000..1064360 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/fast-forward.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-arrow-down-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-arrow-down-fill.svg new file mode 100644 index 0000000..910fc07 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-arrow-down-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-arrow-down.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-arrow-down.svg new file mode 100644 index 0000000..6f75d50 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-arrow-down.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-arrow-up-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-arrow-up-fill.svg new file mode 100644 index 0000000..9dba205 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-arrow-up-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-arrow-up.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-arrow-up.svg new file mode 100644 index 0000000..223379e --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-arrow-up.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-bar-graph-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-bar-graph-fill.svg new file mode 100644 index 0000000..a0e31d6 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-bar-graph-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-bar-graph.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-bar-graph.svg new file mode 100644 index 0000000..e66be6a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-bar-graph.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-binary-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-binary-fill.svg new file mode 100644 index 0000000..13343bf --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-binary-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-binary.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-binary.svg new file mode 100644 index 0000000..7e667bc --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-binary.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-break-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-break-fill.svg new file mode 100644 index 0000000..4eddc4a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-break-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-break.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-break.svg new file mode 100644 index 0000000..b4485d7 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-break.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-check-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-check-fill.svg new file mode 100644 index 0000000..fb54b18 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-check-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-check.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-check.svg new file mode 100644 index 0000000..1426311 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-check.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-code-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-code-fill.svg new file mode 100644 index 0000000..ee2f0f6 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-code-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-code.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-code.svg new file mode 100644 index 0000000..a8c390b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-code.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-diff-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-diff-fill.svg new file mode 100644 index 0000000..945aef1 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-diff-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-diff.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-diff.svg new file mode 100644 index 0000000..dd848f0 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-diff.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-arrow-down-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-arrow-down-fill.svg new file mode 100644 index 0000000..0e96047 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-arrow-down-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-arrow-down.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-arrow-down.svg new file mode 100644 index 0000000..81cc43a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-arrow-down.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-arrow-up-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-arrow-up-fill.svg new file mode 100644 index 0000000..ce881cc --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-arrow-up-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-arrow-up.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-arrow-up.svg new file mode 100644 index 0000000..6cf324a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-arrow-up.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-bar-graph-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-bar-graph-fill.svg new file mode 100644 index 0000000..7dc0df9 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-bar-graph-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-bar-graph.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-bar-graph.svg new file mode 100644 index 0000000..eefb687 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-bar-graph.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-binary-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-binary-fill.svg new file mode 100644 index 0000000..1652562 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-binary-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-binary.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-binary.svg new file mode 100644 index 0000000..e068bf6 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-binary.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-break-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-break-fill.svg new file mode 100644 index 0000000..b36ea25 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-break-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-break.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-break.svg new file mode 100644 index 0000000..e98c647 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-break.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-check-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-check-fill.svg new file mode 100644 index 0000000..de7bf69 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-check-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-check.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-check.svg new file mode 100644 index 0000000..f2fbf66 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-check.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-code-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-code-fill.svg new file mode 100644 index 0000000..c23a7b6 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-code-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-code.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-code.svg new file mode 100644 index 0000000..1b94a6a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-code.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-diff-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-diff-fill.svg new file mode 100644 index 0000000..5f18a88 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-diff-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-diff.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-diff.svg new file mode 100644 index 0000000..0b28667 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-diff.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-easel-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-easel-fill.svg new file mode 100644 index 0000000..0743de4 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-easel-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-easel.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-easel.svg new file mode 100644 index 0000000..045fc87 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-easel.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-excel-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-excel-fill.svg new file mode 100644 index 0000000..2d492a8 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-excel-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-excel.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-excel.svg new file mode 100644 index 0000000..c40f16b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-excel.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-fill.svg new file mode 100644 index 0000000..668247e --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-font-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-font-fill.svg new file mode 100644 index 0000000..c4fe9a4 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-font-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-font.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-font.svg new file mode 100644 index 0000000..f7aad0b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-font.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-image-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-image-fill.svg new file mode 100644 index 0000000..e568ee7 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-image-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-image.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-image.svg new file mode 100644 index 0000000..1e1964b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-image.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-lock-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-lock-fill.svg new file mode 100644 index 0000000..18a7fb7 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-lock-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-lock.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-lock.svg new file mode 100644 index 0000000..b15ec6a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-lock.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-lock2-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-lock2-fill.svg new file mode 100644 index 0000000..828a545 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-lock2-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-lock2.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-lock2.svg new file mode 100644 index 0000000..cf76d3f --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-lock2.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-medical-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-medical-fill.svg new file mode 100644 index 0000000..ed5f6bc --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-medical-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-medical.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-medical.svg new file mode 100644 index 0000000..6fa8a39 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-medical.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-minus-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-minus-fill.svg new file mode 100644 index 0000000..25e708f --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-minus-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-minus.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-minus.svg new file mode 100644 index 0000000..e87b163 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-minus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-music-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-music-fill.svg new file mode 100644 index 0000000..c64c797 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-music-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-music.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-music.svg new file mode 100644 index 0000000..cc25eb9 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-music.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-pdf-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-pdf-fill.svg new file mode 100644 index 0000000..0ba21ab --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-pdf-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-pdf.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-pdf.svg new file mode 100644 index 0000000..52da96f --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-pdf.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-person-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-person-fill.svg new file mode 100644 index 0000000..29a8129 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-person-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-person.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-person.svg new file mode 100644 index 0000000..59a6a2a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-person.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-play-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-play-fill.svg new file mode 100644 index 0000000..80731db --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-play-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-play.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-play.svg new file mode 100644 index 0000000..62042ab --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-play.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-plus-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-plus-fill.svg new file mode 100644 index 0000000..6cead3a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-plus-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-plus.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-plus.svg new file mode 100644 index 0000000..9284026 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-plus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-post-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-post-fill.svg new file mode 100644 index 0000000..0c0e7b8 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-post-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-post.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-post.svg new file mode 100644 index 0000000..1f0d435 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-post.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-ppt-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-ppt-fill.svg new file mode 100644 index 0000000..68e9793 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-ppt-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-ppt.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-ppt.svg new file mode 100644 index 0000000..bedf552 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-ppt.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-richtext-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-richtext-fill.svg new file mode 100644 index 0000000..e5c82ee --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-richtext-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-richtext.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-richtext.svg new file mode 100644 index 0000000..35af146 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-richtext.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-ruled-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-ruled-fill.svg new file mode 100644 index 0000000..43aecce --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-ruled-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-ruled.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-ruled.svg new file mode 100644 index 0000000..4f28858 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-ruled.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-slides-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-slides-fill.svg new file mode 100644 index 0000000..98b59df --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-slides-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-slides.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-slides.svg new file mode 100644 index 0000000..2d97fa7 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-slides.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-spreadsheet-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-spreadsheet-fill.svg new file mode 100644 index 0000000..9a71e73 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-spreadsheet-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-spreadsheet.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-spreadsheet.svg new file mode 100644 index 0000000..a111232 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-spreadsheet.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-text-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-text-fill.svg new file mode 100644 index 0000000..b329919 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-text-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-text.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-text.svg new file mode 100644 index 0000000..0d60c79 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-text.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-word-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-word-fill.svg new file mode 100644 index 0000000..717b049 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-word-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-word.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-word.svg new file mode 100644 index 0000000..7186b69 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-word.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-x-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-x-fill.svg new file mode 100644 index 0000000..a19d14b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-x-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-x.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-x.svg new file mode 100644 index 0000000..bedb970 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-x.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-zip-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-zip-fill.svg new file mode 100644 index 0000000..b92ff9a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-zip-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-zip.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-zip.svg new file mode 100644 index 0000000..b82afcc --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark-zip.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-earmark.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark.svg new file mode 100644 index 0000000..c3d086b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-earmark.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-easel-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-easel-fill.svg new file mode 100644 index 0000000..e1122e5 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-easel-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-easel.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-easel.svg new file mode 100644 index 0000000..c6d6a4d --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-easel.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-excel-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-excel-fill.svg new file mode 100644 index 0000000..350a7df --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-excel-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-excel.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-excel.svg new file mode 100644 index 0000000..0f43afe --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-excel.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-fill.svg new file mode 100644 index 0000000..a1f4de0 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-font-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-font-fill.svg new file mode 100644 index 0000000..198a259 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-font-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-font.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-font.svg new file mode 100644 index 0000000..1d67f5e --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-font.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-image-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-image-fill.svg new file mode 100644 index 0000000..f4e81ab --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-image-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-image.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-image.svg new file mode 100644 index 0000000..127fd89 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-image.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-lock-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-lock-fill.svg new file mode 100644 index 0000000..a14dafc --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-lock-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-lock.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-lock.svg new file mode 100644 index 0000000..4206978 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-lock.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-lock2-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-lock2-fill.svg new file mode 100644 index 0000000..a68a5d4 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-lock2-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-lock2.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-lock2.svg new file mode 100644 index 0000000..134f747 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-lock2.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-medical-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-medical-fill.svg new file mode 100644 index 0000000..6caf0a3 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-medical-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-medical.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-medical.svg new file mode 100644 index 0000000..afec18e --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-medical.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-minus-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-minus-fill.svg new file mode 100644 index 0000000..85d9999 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-minus-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-minus.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-minus.svg new file mode 100644 index 0000000..67a4538 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-minus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-music-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-music-fill.svg new file mode 100644 index 0000000..c7dfa82 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-music-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-music.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-music.svg new file mode 100644 index 0000000..6531a95 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-music.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-pdf-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-pdf-fill.svg new file mode 100644 index 0000000..87543f5 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-pdf-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-pdf.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-pdf.svg new file mode 100644 index 0000000..e8ba0a1 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-pdf.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-person-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-person-fill.svg new file mode 100644 index 0000000..d7e05e4 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-person-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-person.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-person.svg new file mode 100644 index 0000000..892800a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-person.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-play-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-play-fill.svg new file mode 100644 index 0000000..838dda9 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-play-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-play.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-play.svg new file mode 100644 index 0000000..fef9adf --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-play.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-plus-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-plus-fill.svg new file mode 100644 index 0000000..1730c27 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-plus-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-plus.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-plus.svg new file mode 100644 index 0000000..d0ef464 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-plus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-post-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-post-fill.svg new file mode 100644 index 0000000..c3fc7e0 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-post-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-post.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-post.svg new file mode 100644 index 0000000..dd8aefc --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-post.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-ppt-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-ppt-fill.svg new file mode 100644 index 0000000..3d3ac35 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-ppt-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-ppt.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-ppt.svg new file mode 100644 index 0000000..0100d0b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-ppt.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-richtext-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-richtext-fill.svg new file mode 100644 index 0000000..64c1fc8 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-richtext-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-richtext.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-richtext.svg new file mode 100644 index 0000000..22edf68 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-richtext.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-ruled-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-ruled-fill.svg new file mode 100644 index 0000000..f93c255 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-ruled-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-ruled.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-ruled.svg new file mode 100644 index 0000000..431b4eb --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-ruled.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-slides-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-slides-fill.svg new file mode 100644 index 0000000..e8cb12a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-slides-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-slides.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-slides.svg new file mode 100644 index 0000000..df3f65d --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-slides.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-spreadsheet-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-spreadsheet-fill.svg new file mode 100644 index 0000000..a3977e1 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-spreadsheet-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-spreadsheet.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-spreadsheet.svg new file mode 100644 index 0000000..e83e733 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-spreadsheet.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-text-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-text-fill.svg new file mode 100644 index 0000000..29c9fc4 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-text-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-text.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-text.svg new file mode 100644 index 0000000..fa1e861 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-text.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-word-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-word-fill.svg new file mode 100644 index 0000000..2df1fca --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-word-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-word.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-word.svg new file mode 100644 index 0000000..61a96c2 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-word.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-x-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-x-fill.svg new file mode 100644 index 0000000..980e405 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-x-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-x.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-x.svg new file mode 100644 index 0000000..1fe66e6 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-x.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-zip-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-zip-fill.svg new file mode 100644 index 0000000..95d3966 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-zip-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file-zip.svg b/core/static/assets/vendor/bootstrap-icons/icons/file-zip.svg new file mode 100644 index 0000000..3da93c8 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file-zip.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/file.svg b/core/static/assets/vendor/bootstrap-icons/icons/file.svg new file mode 100644 index 0000000..3562fb2 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/file.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/files-alt.svg b/core/static/assets/vendor/bootstrap-icons/icons/files-alt.svg new file mode 100644 index 0000000..1d4d069 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/files-alt.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/files.svg b/core/static/assets/vendor/bootstrap-icons/icons/files.svg new file mode 100644 index 0000000..f8842f8 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/files.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/filetype-aac.svg b/core/static/assets/vendor/bootstrap-icons/icons/filetype-aac.svg new file mode 100644 index 0000000..8a2d02a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/filetype-aac.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/filetype-ai.svg b/core/static/assets/vendor/bootstrap-icons/icons/filetype-ai.svg new file mode 100644 index 0000000..23e2ebc --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/filetype-ai.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/filetype-bmp.svg b/core/static/assets/vendor/bootstrap-icons/icons/filetype-bmp.svg new file mode 100644 index 0000000..acf902f --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/filetype-bmp.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/filetype-cs.svg b/core/static/assets/vendor/bootstrap-icons/icons/filetype-cs.svg new file mode 100644 index 0000000..fb76aec --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/filetype-cs.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/filetype-css.svg b/core/static/assets/vendor/bootstrap-icons/icons/filetype-css.svg new file mode 100644 index 0000000..da12ac6 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/filetype-css.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/filetype-csv.svg b/core/static/assets/vendor/bootstrap-icons/icons/filetype-csv.svg new file mode 100644 index 0000000..efda95c --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/filetype-csv.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/filetype-doc.svg b/core/static/assets/vendor/bootstrap-icons/icons/filetype-doc.svg new file mode 100644 index 0000000..14fb544 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/filetype-doc.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/filetype-docx.svg b/core/static/assets/vendor/bootstrap-icons/icons/filetype-docx.svg new file mode 100644 index 0000000..29a54ff --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/filetype-docx.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/filetype-exe.svg b/core/static/assets/vendor/bootstrap-icons/icons/filetype-exe.svg new file mode 100644 index 0000000..2c4bea4 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/filetype-exe.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/filetype-gif.svg b/core/static/assets/vendor/bootstrap-icons/icons/filetype-gif.svg new file mode 100644 index 0000000..6b016d8 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/filetype-gif.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/filetype-heic.svg b/core/static/assets/vendor/bootstrap-icons/icons/filetype-heic.svg new file mode 100644 index 0000000..dcdb6f1 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/filetype-heic.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/filetype-html.svg b/core/static/assets/vendor/bootstrap-icons/icons/filetype-html.svg new file mode 100644 index 0000000..35d7218 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/filetype-html.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/filetype-java.svg b/core/static/assets/vendor/bootstrap-icons/icons/filetype-java.svg new file mode 100644 index 0000000..c9dc543 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/filetype-java.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/filetype-jpg.svg b/core/static/assets/vendor/bootstrap-icons/icons/filetype-jpg.svg new file mode 100644 index 0000000..5e4ae64 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/filetype-jpg.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/filetype-js.svg b/core/static/assets/vendor/bootstrap-icons/icons/filetype-js.svg new file mode 100644 index 0000000..8b198bf --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/filetype-js.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/filetype-json.svg b/core/static/assets/vendor/bootstrap-icons/icons/filetype-json.svg new file mode 100644 index 0000000..2b9d988 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/filetype-json.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/filetype-jsx.svg b/core/static/assets/vendor/bootstrap-icons/icons/filetype-jsx.svg new file mode 100644 index 0000000..c23ba4c --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/filetype-jsx.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/filetype-key.svg b/core/static/assets/vendor/bootstrap-icons/icons/filetype-key.svg new file mode 100644 index 0000000..5b98050 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/filetype-key.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/filetype-m4p.svg b/core/static/assets/vendor/bootstrap-icons/icons/filetype-m4p.svg new file mode 100644 index 0000000..a10dc24 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/filetype-m4p.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/filetype-md.svg b/core/static/assets/vendor/bootstrap-icons/icons/filetype-md.svg new file mode 100644 index 0000000..ca5cd59 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/filetype-md.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/filetype-mdx.svg b/core/static/assets/vendor/bootstrap-icons/icons/filetype-mdx.svg new file mode 100644 index 0000000..e8774d2 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/filetype-mdx.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/filetype-mov.svg b/core/static/assets/vendor/bootstrap-icons/icons/filetype-mov.svg new file mode 100644 index 0000000..9f05d63 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/filetype-mov.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/filetype-mp3.svg b/core/static/assets/vendor/bootstrap-icons/icons/filetype-mp3.svg new file mode 100644 index 0000000..0170351 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/filetype-mp3.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/filetype-mp4.svg b/core/static/assets/vendor/bootstrap-icons/icons/filetype-mp4.svg new file mode 100644 index 0000000..997c427 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/filetype-mp4.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/filetype-otf.svg b/core/static/assets/vendor/bootstrap-icons/icons/filetype-otf.svg new file mode 100644 index 0000000..44d0c8e --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/filetype-otf.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/filetype-pdf.svg b/core/static/assets/vendor/bootstrap-icons/icons/filetype-pdf.svg new file mode 100644 index 0000000..e1fc9b6 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/filetype-pdf.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/filetype-php.svg b/core/static/assets/vendor/bootstrap-icons/icons/filetype-php.svg new file mode 100644 index 0000000..422cc2d --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/filetype-php.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/filetype-png.svg b/core/static/assets/vendor/bootstrap-icons/icons/filetype-png.svg new file mode 100644 index 0000000..f719344 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/filetype-png.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/filetype-ppt.svg b/core/static/assets/vendor/bootstrap-icons/icons/filetype-ppt.svg new file mode 100644 index 0000000..cfaaf1b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/filetype-ppt.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/filetype-pptx.svg b/core/static/assets/vendor/bootstrap-icons/icons/filetype-pptx.svg new file mode 100644 index 0000000..88ef369 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/filetype-pptx.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/filetype-psd.svg b/core/static/assets/vendor/bootstrap-icons/icons/filetype-psd.svg new file mode 100644 index 0000000..cfcb13b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/filetype-psd.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/filetype-py.svg b/core/static/assets/vendor/bootstrap-icons/icons/filetype-py.svg new file mode 100644 index 0000000..654df70 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/filetype-py.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/filetype-raw.svg b/core/static/assets/vendor/bootstrap-icons/icons/filetype-raw.svg new file mode 100644 index 0000000..fdbeefc --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/filetype-raw.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/filetype-rb.svg b/core/static/assets/vendor/bootstrap-icons/icons/filetype-rb.svg new file mode 100644 index 0000000..e3387b4 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/filetype-rb.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/filetype-sass.svg b/core/static/assets/vendor/bootstrap-icons/icons/filetype-sass.svg new file mode 100644 index 0000000..5ff5ae5 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/filetype-sass.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/filetype-scss.svg b/core/static/assets/vendor/bootstrap-icons/icons/filetype-scss.svg new file mode 100644 index 0000000..68f195a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/filetype-scss.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/filetype-sh.svg b/core/static/assets/vendor/bootstrap-icons/icons/filetype-sh.svg new file mode 100644 index 0000000..200fae4 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/filetype-sh.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/filetype-sql.svg b/core/static/assets/vendor/bootstrap-icons/icons/filetype-sql.svg new file mode 100644 index 0000000..b523b37 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/filetype-sql.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/filetype-svg.svg b/core/static/assets/vendor/bootstrap-icons/icons/filetype-svg.svg new file mode 100644 index 0000000..ea1264c --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/filetype-svg.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/filetype-tiff.svg b/core/static/assets/vendor/bootstrap-icons/icons/filetype-tiff.svg new file mode 100644 index 0000000..d6f9e9b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/filetype-tiff.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/filetype-tsx.svg b/core/static/assets/vendor/bootstrap-icons/icons/filetype-tsx.svg new file mode 100644 index 0000000..cef1dc4 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/filetype-tsx.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/filetype-ttf.svg b/core/static/assets/vendor/bootstrap-icons/icons/filetype-ttf.svg new file mode 100644 index 0000000..549d4df --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/filetype-ttf.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/filetype-txt.svg b/core/static/assets/vendor/bootstrap-icons/icons/filetype-txt.svg new file mode 100644 index 0000000..6fae02a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/filetype-txt.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/filetype-wav.svg b/core/static/assets/vendor/bootstrap-icons/icons/filetype-wav.svg new file mode 100644 index 0000000..bd226e8 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/filetype-wav.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/filetype-woff.svg b/core/static/assets/vendor/bootstrap-icons/icons/filetype-woff.svg new file mode 100644 index 0000000..d8ec582 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/filetype-woff.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/filetype-xls.svg b/core/static/assets/vendor/bootstrap-icons/icons/filetype-xls.svg new file mode 100644 index 0000000..9c266cd --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/filetype-xls.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/filetype-xlsx.svg b/core/static/assets/vendor/bootstrap-icons/icons/filetype-xlsx.svg new file mode 100644 index 0000000..a1aa802 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/filetype-xlsx.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/filetype-xml.svg b/core/static/assets/vendor/bootstrap-icons/icons/filetype-xml.svg new file mode 100644 index 0000000..d822645 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/filetype-xml.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/filetype-yml.svg b/core/static/assets/vendor/bootstrap-icons/icons/filetype-yml.svg new file mode 100644 index 0000000..e8bf63d --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/filetype-yml.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/film.svg b/core/static/assets/vendor/bootstrap-icons/icons/film.svg new file mode 100644 index 0000000..5cef939 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/film.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/filter-circle-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/filter-circle-fill.svg new file mode 100644 index 0000000..f60fd59 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/filter-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/filter-circle.svg b/core/static/assets/vendor/bootstrap-icons/icons/filter-circle.svg new file mode 100644 index 0000000..bbdc85f --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/filter-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/filter-left.svg b/core/static/assets/vendor/bootstrap-icons/icons/filter-left.svg new file mode 100644 index 0000000..22441de --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/filter-left.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/filter-right.svg b/core/static/assets/vendor/bootstrap-icons/icons/filter-right.svg new file mode 100644 index 0000000..466a9b1 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/filter-right.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/filter-square-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/filter-square-fill.svg new file mode 100644 index 0000000..f8813b8 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/filter-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/filter-square.svg b/core/static/assets/vendor/bootstrap-icons/icons/filter-square.svg new file mode 100644 index 0000000..ae8c837 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/filter-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/filter.svg b/core/static/assets/vendor/bootstrap-icons/icons/filter.svg new file mode 100644 index 0000000..555c612 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/filter.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/fingerprint.svg b/core/static/assets/vendor/bootstrap-icons/icons/fingerprint.svg new file mode 100644 index 0000000..3cf2042 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/fingerprint.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/fire.svg b/core/static/assets/vendor/bootstrap-icons/icons/fire.svg new file mode 100644 index 0000000..f702837 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/fire.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/flag-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/flag-fill.svg new file mode 100644 index 0000000..73fffc2 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/flag-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/flag.svg b/core/static/assets/vendor/bootstrap-icons/icons/flag.svg new file mode 100644 index 0000000..357c481 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/flag.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/flower1.svg b/core/static/assets/vendor/bootstrap-icons/icons/flower1.svg new file mode 100644 index 0000000..08a7e2e --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/flower1.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/flower2.svg b/core/static/assets/vendor/bootstrap-icons/icons/flower2.svg new file mode 100644 index 0000000..d793728 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/flower2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/flower3.svg b/core/static/assets/vendor/bootstrap-icons/icons/flower3.svg new file mode 100644 index 0000000..147e32f --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/flower3.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/folder-check.svg b/core/static/assets/vendor/bootstrap-icons/icons/folder-check.svg new file mode 100644 index 0000000..d599554 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/folder-check.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/folder-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/folder-fill.svg new file mode 100644 index 0000000..fd10c8e --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/folder-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/folder-minus.svg b/core/static/assets/vendor/bootstrap-icons/icons/folder-minus.svg new file mode 100644 index 0000000..f41b660 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/folder-minus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/folder-plus.svg b/core/static/assets/vendor/bootstrap-icons/icons/folder-plus.svg new file mode 100644 index 0000000..29b5115 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/folder-plus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/folder-symlink-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/folder-symlink-fill.svg new file mode 100644 index 0000000..91dc0c0 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/folder-symlink-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/folder-symlink.svg b/core/static/assets/vendor/bootstrap-icons/icons/folder-symlink.svg new file mode 100644 index 0000000..b258b6a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/folder-symlink.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/folder-x.svg b/core/static/assets/vendor/bootstrap-icons/icons/folder-x.svg new file mode 100644 index 0000000..d571d08 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/folder-x.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/folder.svg b/core/static/assets/vendor/bootstrap-icons/icons/folder.svg new file mode 100644 index 0000000..fd4dc5a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/folder.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/folder2-open.svg b/core/static/assets/vendor/bootstrap-icons/icons/folder2-open.svg new file mode 100644 index 0000000..59d8382 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/folder2-open.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/folder2.svg b/core/static/assets/vendor/bootstrap-icons/icons/folder2.svg new file mode 100644 index 0000000..4145753 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/folder2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/fonts.svg b/core/static/assets/vendor/bootstrap-icons/icons/fonts.svg new file mode 100644 index 0000000..3afc7d2 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/fonts.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/forward-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/forward-fill.svg new file mode 100644 index 0000000..7f2839b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/forward-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/forward.svg b/core/static/assets/vendor/bootstrap-icons/icons/forward.svg new file mode 100644 index 0000000..4b85614 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/forward.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/front.svg b/core/static/assets/vendor/bootstrap-icons/icons/front.svg new file mode 100644 index 0000000..d1edeb1 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/front.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/fuel-pump-diesel-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/fuel-pump-diesel-fill.svg new file mode 100644 index 0000000..824913c --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/fuel-pump-diesel-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/fuel-pump-diesel.svg b/core/static/assets/vendor/bootstrap-icons/icons/fuel-pump-diesel.svg new file mode 100644 index 0000000..ad24a92 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/fuel-pump-diesel.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/fuel-pump-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/fuel-pump-fill.svg new file mode 100644 index 0000000..5154523 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/fuel-pump-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/fuel-pump.svg b/core/static/assets/vendor/bootstrap-icons/icons/fuel-pump.svg new file mode 100644 index 0000000..f4742f5 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/fuel-pump.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/fullscreen-exit.svg b/core/static/assets/vendor/bootstrap-icons/icons/fullscreen-exit.svg new file mode 100644 index 0000000..b9bdb1b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/fullscreen-exit.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/fullscreen.svg b/core/static/assets/vendor/bootstrap-icons/icons/fullscreen.svg new file mode 100644 index 0000000..7789d36 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/fullscreen.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/funnel-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/funnel-fill.svg new file mode 100644 index 0000000..5f16f16 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/funnel-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/funnel.svg b/core/static/assets/vendor/bootstrap-icons/icons/funnel.svg new file mode 100644 index 0000000..d027aa5 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/funnel.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/gear-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/gear-fill.svg new file mode 100644 index 0000000..2aa36a1 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/gear-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/gear-wide-connected.svg b/core/static/assets/vendor/bootstrap-icons/icons/gear-wide-connected.svg new file mode 100644 index 0000000..fc196dd --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/gear-wide-connected.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/gear-wide.svg b/core/static/assets/vendor/bootstrap-icons/icons/gear-wide.svg new file mode 100644 index 0000000..83194ce --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/gear-wide.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/gear.svg b/core/static/assets/vendor/bootstrap-icons/icons/gear.svg new file mode 100644 index 0000000..c11dbc1 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/gear.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/gem.svg b/core/static/assets/vendor/bootstrap-icons/icons/gem.svg new file mode 100644 index 0000000..360d554 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/gem.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/gender-ambiguous.svg b/core/static/assets/vendor/bootstrap-icons/icons/gender-ambiguous.svg new file mode 100644 index 0000000..2ffaf11 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/gender-ambiguous.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/gender-female.svg b/core/static/assets/vendor/bootstrap-icons/icons/gender-female.svg new file mode 100644 index 0000000..102783c --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/gender-female.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/gender-male.svg b/core/static/assets/vendor/bootstrap-icons/icons/gender-male.svg new file mode 100644 index 0000000..b0aee1d --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/gender-male.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/gender-trans.svg b/core/static/assets/vendor/bootstrap-icons/icons/gender-trans.svg new file mode 100644 index 0000000..4c4c074 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/gender-trans.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/geo-alt-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/geo-alt-fill.svg new file mode 100644 index 0000000..e88b77b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/geo-alt-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/geo-alt.svg b/core/static/assets/vendor/bootstrap-icons/icons/geo-alt.svg new file mode 100644 index 0000000..4092794 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/geo-alt.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/geo-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/geo-fill.svg new file mode 100644 index 0000000..a53f2bd --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/geo-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/geo.svg b/core/static/assets/vendor/bootstrap-icons/icons/geo.svg new file mode 100644 index 0000000..6686fea --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/geo.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/gift-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/gift-fill.svg new file mode 100644 index 0000000..69f3379 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/gift-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/gift.svg b/core/static/assets/vendor/bootstrap-icons/icons/gift.svg new file mode 100644 index 0000000..663b87e --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/gift.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/git.svg b/core/static/assets/vendor/bootstrap-icons/icons/git.svg new file mode 100644 index 0000000..092d23e --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/git.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/github.svg b/core/static/assets/vendor/bootstrap-icons/icons/github.svg new file mode 100644 index 0000000..bb4e45c --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/github.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/globe.svg b/core/static/assets/vendor/bootstrap-icons/icons/globe.svg new file mode 100644 index 0000000..96cf815 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/globe.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/globe2.svg b/core/static/assets/vendor/bootstrap-icons/icons/globe2.svg new file mode 100644 index 0000000..150a01e --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/globe2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/google-play.svg b/core/static/assets/vendor/bootstrap-icons/icons/google-play.svg new file mode 100644 index 0000000..a970e9a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/google-play.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/google.svg b/core/static/assets/vendor/bootstrap-icons/icons/google.svg new file mode 100644 index 0000000..47abd49 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/google.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/gpu-card.svg b/core/static/assets/vendor/bootstrap-icons/icons/gpu-card.svg new file mode 100644 index 0000000..b75ddce --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/gpu-card.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/graph-down-arrow.svg b/core/static/assets/vendor/bootstrap-icons/icons/graph-down-arrow.svg new file mode 100644 index 0000000..bf522b5 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/graph-down-arrow.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/graph-down.svg b/core/static/assets/vendor/bootstrap-icons/icons/graph-down.svg new file mode 100644 index 0000000..55adb4f --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/graph-down.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/graph-up-arrow.svg b/core/static/assets/vendor/bootstrap-icons/icons/graph-up-arrow.svg new file mode 100644 index 0000000..fd582e4 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/graph-up-arrow.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/graph-up.svg b/core/static/assets/vendor/bootstrap-icons/icons/graph-up.svg new file mode 100644 index 0000000..a68bc9d --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/graph-up.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/grid-1x2-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/grid-1x2-fill.svg new file mode 100644 index 0000000..1195117 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/grid-1x2-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/grid-1x2.svg b/core/static/assets/vendor/bootstrap-icons/icons/grid-1x2.svg new file mode 100644 index 0000000..dd36f54 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/grid-1x2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/grid-3x2-gap-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/grid-3x2-gap-fill.svg new file mode 100644 index 0000000..4fe8288 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/grid-3x2-gap-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/grid-3x2-gap.svg b/core/static/assets/vendor/bootstrap-icons/icons/grid-3x2-gap.svg new file mode 100644 index 0000000..a9e8689 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/grid-3x2-gap.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/grid-3x2.svg b/core/static/assets/vendor/bootstrap-icons/icons/grid-3x2.svg new file mode 100644 index 0000000..6dd39fd --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/grid-3x2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/grid-3x3-gap-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/grid-3x3-gap-fill.svg new file mode 100644 index 0000000..d29616c --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/grid-3x3-gap-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/grid-3x3-gap.svg b/core/static/assets/vendor/bootstrap-icons/icons/grid-3x3-gap.svg new file mode 100644 index 0000000..675f428 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/grid-3x3-gap.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/grid-3x3.svg b/core/static/assets/vendor/bootstrap-icons/icons/grid-3x3.svg new file mode 100644 index 0000000..c40d98c --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/grid-3x3.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/grid-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/grid-fill.svg new file mode 100644 index 0000000..202265f --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/grid-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/grid.svg b/core/static/assets/vendor/bootstrap-icons/icons/grid.svg new file mode 100644 index 0000000..bc50595 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/grid.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/grip-horizontal.svg b/core/static/assets/vendor/bootstrap-icons/icons/grip-horizontal.svg new file mode 100644 index 0000000..c4439af --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/grip-horizontal.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/grip-vertical.svg b/core/static/assets/vendor/bootstrap-icons/icons/grip-vertical.svg new file mode 100644 index 0000000..0182ad9 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/grip-vertical.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/h-circle-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/h-circle-fill.svg new file mode 100644 index 0000000..6a70736 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/h-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/h-circle.svg b/core/static/assets/vendor/bootstrap-icons/icons/h-circle.svg new file mode 100644 index 0000000..6579c1f --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/h-circle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/h-square-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/h-square-fill.svg new file mode 100644 index 0000000..51d11d1 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/h-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/h-square.svg b/core/static/assets/vendor/bootstrap-icons/icons/h-square.svg new file mode 100644 index 0000000..2eac5d7 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/h-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/hammer.svg b/core/static/assets/vendor/bootstrap-icons/icons/hammer.svg new file mode 100644 index 0000000..d702c11 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/hammer.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/hand-index-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/hand-index-fill.svg new file mode 100644 index 0000000..ef94089 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/hand-index-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/hand-index-thumb-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/hand-index-thumb-fill.svg new file mode 100644 index 0000000..43e958c --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/hand-index-thumb-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/hand-index-thumb.svg b/core/static/assets/vendor/bootstrap-icons/icons/hand-index-thumb.svg new file mode 100644 index 0000000..699e505 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/hand-index-thumb.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/hand-index.svg b/core/static/assets/vendor/bootstrap-icons/icons/hand-index.svg new file mode 100644 index 0000000..789622c --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/hand-index.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/hand-thumbs-down-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/hand-thumbs-down-fill.svg new file mode 100644 index 0000000..c2f51eb --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/hand-thumbs-down-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/hand-thumbs-down.svg b/core/static/assets/vendor/bootstrap-icons/icons/hand-thumbs-down.svg new file mode 100644 index 0000000..e8dadb5 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/hand-thumbs-down.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/hand-thumbs-up-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/hand-thumbs-up-fill.svg new file mode 100644 index 0000000..e7216e1 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/hand-thumbs-up-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/hand-thumbs-up.svg b/core/static/assets/vendor/bootstrap-icons/icons/hand-thumbs-up.svg new file mode 100644 index 0000000..0d410a1 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/hand-thumbs-up.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/handbag-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/handbag-fill.svg new file mode 100644 index 0000000..5d4367c --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/handbag-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/handbag.svg b/core/static/assets/vendor/bootstrap-icons/icons/handbag.svg new file mode 100644 index 0000000..99e5904 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/handbag.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/hash.svg b/core/static/assets/vendor/bootstrap-icons/icons/hash.svg new file mode 100644 index 0000000..4621b1d --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/hash.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/hdd-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/hdd-fill.svg new file mode 100644 index 0000000..9bdc467 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/hdd-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/hdd-network-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/hdd-network-fill.svg new file mode 100644 index 0000000..403d472 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/hdd-network-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/hdd-network.svg b/core/static/assets/vendor/bootstrap-icons/icons/hdd-network.svg new file mode 100644 index 0000000..f0db305 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/hdd-network.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/hdd-rack-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/hdd-rack-fill.svg new file mode 100644 index 0000000..bb45078 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/hdd-rack-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/hdd-rack.svg b/core/static/assets/vendor/bootstrap-icons/icons/hdd-rack.svg new file mode 100644 index 0000000..480d0d9 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/hdd-rack.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/hdd-stack-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/hdd-stack-fill.svg new file mode 100644 index 0000000..c81687a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/hdd-stack-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/hdd-stack.svg b/core/static/assets/vendor/bootstrap-icons/icons/hdd-stack.svg new file mode 100644 index 0000000..2f74d3b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/hdd-stack.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/hdd.svg b/core/static/assets/vendor/bootstrap-icons/icons/hdd.svg new file mode 100644 index 0000000..7dd6700 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/hdd.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/hdmi-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/hdmi-fill.svg new file mode 100644 index 0000000..9b52d61 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/hdmi-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/hdmi.svg b/core/static/assets/vendor/bootstrap-icons/icons/hdmi.svg new file mode 100644 index 0000000..b8a4b41 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/hdmi.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/headphones.svg b/core/static/assets/vendor/bootstrap-icons/icons/headphones.svg new file mode 100644 index 0000000..c2c1d6f --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/headphones.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/headset-vr.svg b/core/static/assets/vendor/bootstrap-icons/icons/headset-vr.svg new file mode 100644 index 0000000..9f07b76 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/headset-vr.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/headset.svg b/core/static/assets/vendor/bootstrap-icons/icons/headset.svg new file mode 100644 index 0000000..5369974 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/headset.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/heart-arrow.svg b/core/static/assets/vendor/bootstrap-icons/icons/heart-arrow.svg new file mode 100644 index 0000000..0407ed6 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/heart-arrow.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/heart-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/heart-fill.svg new file mode 100644 index 0000000..4026252 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/heart-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/heart-half.svg b/core/static/assets/vendor/bootstrap-icons/icons/heart-half.svg new file mode 100644 index 0000000..1474a72 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/heart-half.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/heart-pulse-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/heart-pulse-fill.svg new file mode 100644 index 0000000..278e9e2 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/heart-pulse-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/heart-pulse.svg b/core/static/assets/vendor/bootstrap-icons/icons/heart-pulse.svg new file mode 100644 index 0000000..bddedce --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/heart-pulse.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/heart.svg b/core/static/assets/vendor/bootstrap-icons/icons/heart.svg new file mode 100644 index 0000000..d650006 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/heart.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/heartbreak-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/heartbreak-fill.svg new file mode 100644 index 0000000..9c31039 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/heartbreak-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/heartbreak.svg b/core/static/assets/vendor/bootstrap-icons/icons/heartbreak.svg new file mode 100644 index 0000000..b59b4c6 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/heartbreak.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/hearts.svg b/core/static/assets/vendor/bootstrap-icons/icons/hearts.svg new file mode 100644 index 0000000..c1c52e4 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/hearts.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/heptagon-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/heptagon-fill.svg new file mode 100644 index 0000000..ad8e058 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/heptagon-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/heptagon-half.svg b/core/static/assets/vendor/bootstrap-icons/icons/heptagon-half.svg new file mode 100644 index 0000000..5753b62 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/heptagon-half.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/heptagon.svg b/core/static/assets/vendor/bootstrap-icons/icons/heptagon.svg new file mode 100644 index 0000000..e85a0bd --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/heptagon.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/hexagon-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/hexagon-fill.svg new file mode 100644 index 0000000..afd7870 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/hexagon-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/hexagon-half.svg b/core/static/assets/vendor/bootstrap-icons/icons/hexagon-half.svg new file mode 100644 index 0000000..a9fc136 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/hexagon-half.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/hexagon.svg b/core/static/assets/vendor/bootstrap-icons/icons/hexagon.svg new file mode 100644 index 0000000..f6601f2 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/hexagon.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/hospital-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/hospital-fill.svg new file mode 100644 index 0000000..a932133 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/hospital-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/hospital.svg b/core/static/assets/vendor/bootstrap-icons/icons/hospital.svg new file mode 100644 index 0000000..5168a29 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/hospital.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/hourglass-bottom.svg b/core/static/assets/vendor/bootstrap-icons/icons/hourglass-bottom.svg new file mode 100644 index 0000000..8ce8394 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/hourglass-bottom.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/hourglass-split.svg b/core/static/assets/vendor/bootstrap-icons/icons/hourglass-split.svg new file mode 100644 index 0000000..b8bba9b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/hourglass-split.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/hourglass-top.svg b/core/static/assets/vendor/bootstrap-icons/icons/hourglass-top.svg new file mode 100644 index 0000000..f471084 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/hourglass-top.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/hourglass.svg b/core/static/assets/vendor/bootstrap-icons/icons/hourglass.svg new file mode 100644 index 0000000..cecfa7e --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/hourglass.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/house-door-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/house-door-fill.svg new file mode 100644 index 0000000..ff9f4db --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/house-door-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/house-door.svg b/core/static/assets/vendor/bootstrap-icons/icons/house-door.svg new file mode 100644 index 0000000..c883f34 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/house-door.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/house-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/house-fill.svg new file mode 100644 index 0000000..e782589 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/house-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/house-heart-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/house-heart-fill.svg new file mode 100644 index 0000000..6d874fc --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/house-heart-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/house-heart.svg b/core/static/assets/vendor/bootstrap-icons/icons/house-heart.svg new file mode 100644 index 0000000..26b2395 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/house-heart.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/house.svg b/core/static/assets/vendor/bootstrap-icons/icons/house.svg new file mode 100644 index 0000000..7baa23d --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/house.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/hr.svg b/core/static/assets/vendor/bootstrap-icons/icons/hr.svg new file mode 100644 index 0000000..b6f2e33 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/hr.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/hurricane.svg b/core/static/assets/vendor/bootstrap-icons/icons/hurricane.svg new file mode 100644 index 0000000..e21aaec --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/hurricane.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/hypnotize.svg b/core/static/assets/vendor/bootstrap-icons/icons/hypnotize.svg new file mode 100644 index 0000000..baa2298 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/hypnotize.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/image-alt.svg b/core/static/assets/vendor/bootstrap-icons/icons/image-alt.svg new file mode 100644 index 0000000..98142b2 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/image-alt.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/image-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/image-fill.svg new file mode 100644 index 0000000..33c40a1 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/image-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/image.svg b/core/static/assets/vendor/bootstrap-icons/icons/image.svg new file mode 100644 index 0000000..facacee --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/image.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/images.svg b/core/static/assets/vendor/bootstrap-icons/icons/images.svg new file mode 100644 index 0000000..b35eceb --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/images.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/inbox-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/inbox-fill.svg new file mode 100644 index 0000000..bf5c8c9 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/inbox-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/inbox.svg b/core/static/assets/vendor/bootstrap-icons/icons/inbox.svg new file mode 100644 index 0000000..59ad2d7 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/inbox.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/inboxes-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/inboxes-fill.svg new file mode 100644 index 0000000..27447dc --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/inboxes-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/inboxes.svg b/core/static/assets/vendor/bootstrap-icons/icons/inboxes.svg new file mode 100644 index 0000000..f23f0ec --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/inboxes.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/incognito.svg b/core/static/assets/vendor/bootstrap-icons/icons/incognito.svg new file mode 100644 index 0000000..fc9f6dc --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/incognito.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/indent.svg b/core/static/assets/vendor/bootstrap-icons/icons/indent.svg new file mode 100644 index 0000000..025acef --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/indent.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/infinity.svg b/core/static/assets/vendor/bootstrap-icons/icons/infinity.svg new file mode 100644 index 0000000..e9dd437 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/infinity.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/info-circle-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/info-circle-fill.svg new file mode 100644 index 0000000..9d38231 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/info-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/info-circle.svg b/core/static/assets/vendor/bootstrap-icons/icons/info-circle.svg new file mode 100644 index 0000000..8f48f86 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/info-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/info-lg.svg b/core/static/assets/vendor/bootstrap-icons/icons/info-lg.svg new file mode 100644 index 0000000..d1b988e --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/info-lg.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/info-square-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/info-square-fill.svg new file mode 100644 index 0000000..c2e5a66 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/info-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/info-square.svg b/core/static/assets/vendor/bootstrap-icons/icons/info-square.svg new file mode 100644 index 0000000..71e2818 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/info-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/info.svg b/core/static/assets/vendor/bootstrap-icons/icons/info.svg new file mode 100644 index 0000000..9d061b4 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/info.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/input-cursor-text.svg b/core/static/assets/vendor/bootstrap-icons/icons/input-cursor-text.svg new file mode 100644 index 0000000..f212111 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/input-cursor-text.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/input-cursor.svg b/core/static/assets/vendor/bootstrap-icons/icons/input-cursor.svg new file mode 100644 index 0000000..3a89bb7 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/input-cursor.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/instagram.svg b/core/static/assets/vendor/bootstrap-icons/icons/instagram.svg new file mode 100644 index 0000000..0b5c5ce --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/instagram.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/intersect.svg b/core/static/assets/vendor/bootstrap-icons/icons/intersect.svg new file mode 100644 index 0000000..2d8c329 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/intersect.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/journal-album.svg b/core/static/assets/vendor/bootstrap-icons/icons/journal-album.svg new file mode 100644 index 0000000..2504b3d --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/journal-album.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/journal-arrow-down.svg b/core/static/assets/vendor/bootstrap-icons/icons/journal-arrow-down.svg new file mode 100644 index 0000000..79c313d --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/journal-arrow-down.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/journal-arrow-up.svg b/core/static/assets/vendor/bootstrap-icons/icons/journal-arrow-up.svg new file mode 100644 index 0000000..8423461 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/journal-arrow-up.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/journal-bookmark-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/journal-bookmark-fill.svg new file mode 100644 index 0000000..03e2476 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/journal-bookmark-fill.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/journal-bookmark.svg b/core/static/assets/vendor/bootstrap-icons/icons/journal-bookmark.svg new file mode 100644 index 0000000..6652764 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/journal-bookmark.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/journal-check.svg b/core/static/assets/vendor/bootstrap-icons/icons/journal-check.svg new file mode 100644 index 0000000..41b97e9 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/journal-check.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/journal-code.svg b/core/static/assets/vendor/bootstrap-icons/icons/journal-code.svg new file mode 100644 index 0000000..82098b9 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/journal-code.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/journal-medical.svg b/core/static/assets/vendor/bootstrap-icons/icons/journal-medical.svg new file mode 100644 index 0000000..5500110 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/journal-medical.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/journal-minus.svg b/core/static/assets/vendor/bootstrap-icons/icons/journal-minus.svg new file mode 100644 index 0000000..c8cd4d8 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/journal-minus.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/journal-plus.svg b/core/static/assets/vendor/bootstrap-icons/icons/journal-plus.svg new file mode 100644 index 0000000..fa6d702 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/journal-plus.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/journal-richtext.svg b/core/static/assets/vendor/bootstrap-icons/icons/journal-richtext.svg new file mode 100644 index 0000000..14b0e1f --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/journal-richtext.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/journal-text.svg b/core/static/assets/vendor/bootstrap-icons/icons/journal-text.svg new file mode 100644 index 0000000..9b66f43 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/journal-text.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/journal-x.svg b/core/static/assets/vendor/bootstrap-icons/icons/journal-x.svg new file mode 100644 index 0000000..2ca24f4 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/journal-x.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/journal.svg b/core/static/assets/vendor/bootstrap-icons/icons/journal.svg new file mode 100644 index 0000000..941c987 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/journal.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/journals.svg b/core/static/assets/vendor/bootstrap-icons/icons/journals.svg new file mode 100644 index 0000000..03f6dad --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/journals.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/joystick.svg b/core/static/assets/vendor/bootstrap-icons/icons/joystick.svg new file mode 100644 index 0000000..a8a9027 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/joystick.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/justify-left.svg b/core/static/assets/vendor/bootstrap-icons/icons/justify-left.svg new file mode 100644 index 0000000..68859b8 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/justify-left.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/justify-right.svg b/core/static/assets/vendor/bootstrap-icons/icons/justify-right.svg new file mode 100644 index 0000000..1efe4f3 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/justify-right.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/justify.svg b/core/static/assets/vendor/bootstrap-icons/icons/justify.svg new file mode 100644 index 0000000..009bd72 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/justify.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/kanban-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/kanban-fill.svg new file mode 100644 index 0000000..d633a53 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/kanban-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/kanban.svg b/core/static/assets/vendor/bootstrap-icons/icons/kanban.svg new file mode 100644 index 0000000..c5cdaaf --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/kanban.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/key-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/key-fill.svg new file mode 100644 index 0000000..25a6d45 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/key-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/key.svg b/core/static/assets/vendor/bootstrap-icons/icons/key.svg new file mode 100644 index 0000000..dbaae3f --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/key.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/keyboard-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/keyboard-fill.svg new file mode 100644 index 0000000..876321d --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/keyboard-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/keyboard.svg b/core/static/assets/vendor/bootstrap-icons/icons/keyboard.svg new file mode 100644 index 0000000..996c1eb --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/keyboard.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/ladder.svg b/core/static/assets/vendor/bootstrap-icons/icons/ladder.svg new file mode 100644 index 0000000..fd9182a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/ladder.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/lamp-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/lamp-fill.svg new file mode 100644 index 0000000..ff91f4b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/lamp-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/lamp.svg b/core/static/assets/vendor/bootstrap-icons/icons/lamp.svg new file mode 100644 index 0000000..6c50a70 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/lamp.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/laptop-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/laptop-fill.svg new file mode 100644 index 0000000..5b1755d --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/laptop-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/laptop.svg b/core/static/assets/vendor/bootstrap-icons/icons/laptop.svg new file mode 100644 index 0000000..0fc463d --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/laptop.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/layer-backward.svg b/core/static/assets/vendor/bootstrap-icons/icons/layer-backward.svg new file mode 100644 index 0000000..073034a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/layer-backward.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/layer-forward.svg b/core/static/assets/vendor/bootstrap-icons/icons/layer-forward.svg new file mode 100644 index 0000000..ffc6e2a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/layer-forward.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/layers-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/layers-fill.svg new file mode 100644 index 0000000..8af0b1c --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/layers-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/layers-half.svg b/core/static/assets/vendor/bootstrap-icons/icons/layers-half.svg new file mode 100644 index 0000000..a054e25 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/layers-half.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/layers.svg b/core/static/assets/vendor/bootstrap-icons/icons/layers.svg new file mode 100644 index 0000000..ac2f5b2 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/layers.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/layout-sidebar-inset-reverse.svg b/core/static/assets/vendor/bootstrap-icons/icons/layout-sidebar-inset-reverse.svg new file mode 100644 index 0000000..5b6f324 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/layout-sidebar-inset-reverse.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/layout-sidebar-inset.svg b/core/static/assets/vendor/bootstrap-icons/icons/layout-sidebar-inset.svg new file mode 100644 index 0000000..8dc0243 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/layout-sidebar-inset.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/layout-sidebar-reverse.svg b/core/static/assets/vendor/bootstrap-icons/icons/layout-sidebar-reverse.svg new file mode 100644 index 0000000..8ab9509 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/layout-sidebar-reverse.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/layout-sidebar.svg b/core/static/assets/vendor/bootstrap-icons/icons/layout-sidebar.svg new file mode 100644 index 0000000..1cfc86e --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/layout-sidebar.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/layout-split.svg b/core/static/assets/vendor/bootstrap-icons/icons/layout-split.svg new file mode 100644 index 0000000..71f33d2 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/layout-split.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/layout-text-sidebar-reverse.svg b/core/static/assets/vendor/bootstrap-icons/icons/layout-text-sidebar-reverse.svg new file mode 100644 index 0000000..46252d5 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/layout-text-sidebar-reverse.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/layout-text-sidebar.svg b/core/static/assets/vendor/bootstrap-icons/icons/layout-text-sidebar.svg new file mode 100644 index 0000000..5effada --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/layout-text-sidebar.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/layout-text-window-reverse.svg b/core/static/assets/vendor/bootstrap-icons/icons/layout-text-window-reverse.svg new file mode 100644 index 0000000..fb34840 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/layout-text-window-reverse.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/layout-text-window.svg b/core/static/assets/vendor/bootstrap-icons/icons/layout-text-window.svg new file mode 100644 index 0000000..0aef110 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/layout-text-window.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/layout-three-columns.svg b/core/static/assets/vendor/bootstrap-icons/icons/layout-three-columns.svg new file mode 100644 index 0000000..6d358d6 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/layout-three-columns.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/layout-wtf.svg b/core/static/assets/vendor/bootstrap-icons/icons/layout-wtf.svg new file mode 100644 index 0000000..b603f8f --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/layout-wtf.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/life-preserver.svg b/core/static/assets/vendor/bootstrap-icons/icons/life-preserver.svg new file mode 100644 index 0000000..6466ea2 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/life-preserver.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/lightbulb-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/lightbulb-fill.svg new file mode 100644 index 0000000..9903950 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/lightbulb-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/lightbulb-off-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/lightbulb-off-fill.svg new file mode 100644 index 0000000..7d9600e --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/lightbulb-off-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/lightbulb-off.svg b/core/static/assets/vendor/bootstrap-icons/icons/lightbulb-off.svg new file mode 100644 index 0000000..5675e9c --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/lightbulb-off.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/lightbulb.svg b/core/static/assets/vendor/bootstrap-icons/icons/lightbulb.svg new file mode 100644 index 0000000..c13f627 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/lightbulb.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/lightning-charge-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/lightning-charge-fill.svg new file mode 100644 index 0000000..5e197fb --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/lightning-charge-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/lightning-charge.svg b/core/static/assets/vendor/bootstrap-icons/icons/lightning-charge.svg new file mode 100644 index 0000000..8a97432 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/lightning-charge.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/lightning-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/lightning-fill.svg new file mode 100644 index 0000000..4d05a2b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/lightning-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/lightning.svg b/core/static/assets/vendor/bootstrap-icons/icons/lightning.svg new file mode 100644 index 0000000..8737060 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/lightning.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/line.svg b/core/static/assets/vendor/bootstrap-icons/icons/line.svg new file mode 100644 index 0000000..bedc051 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/line.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/link-45deg.svg b/core/static/assets/vendor/bootstrap-icons/icons/link-45deg.svg new file mode 100644 index 0000000..127956a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/link-45deg.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/link.svg b/core/static/assets/vendor/bootstrap-icons/icons/link.svg new file mode 100644 index 0000000..df35bc8 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/link.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/linkedin.svg b/core/static/assets/vendor/bootstrap-icons/icons/linkedin.svg new file mode 100644 index 0000000..4c4efe5 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/linkedin.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/list-check.svg b/core/static/assets/vendor/bootstrap-icons/icons/list-check.svg new file mode 100644 index 0000000..34dd420 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/list-check.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/list-columns-reverse.svg b/core/static/assets/vendor/bootstrap-icons/icons/list-columns-reverse.svg new file mode 100644 index 0000000..2cb5078 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/list-columns-reverse.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/list-columns.svg b/core/static/assets/vendor/bootstrap-icons/icons/list-columns.svg new file mode 100644 index 0000000..d04a30f --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/list-columns.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/list-nested.svg b/core/static/assets/vendor/bootstrap-icons/icons/list-nested.svg new file mode 100644 index 0000000..21c9a7d --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/list-nested.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/list-ol.svg b/core/static/assets/vendor/bootstrap-icons/icons/list-ol.svg new file mode 100644 index 0000000..5782568 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/list-ol.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/list-stars.svg b/core/static/assets/vendor/bootstrap-icons/icons/list-stars.svg new file mode 100644 index 0000000..88dce52 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/list-stars.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/list-task.svg b/core/static/assets/vendor/bootstrap-icons/icons/list-task.svg new file mode 100644 index 0000000..8118190 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/list-task.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/list-ul.svg b/core/static/assets/vendor/bootstrap-icons/icons/list-ul.svg new file mode 100644 index 0000000..217d153 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/list-ul.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/list.svg b/core/static/assets/vendor/bootstrap-icons/icons/list.svg new file mode 100644 index 0000000..e039056 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/list.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/lock-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/lock-fill.svg new file mode 100644 index 0000000..9fb8f7b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/lock-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/lock.svg b/core/static/assets/vendor/bootstrap-icons/icons/lock.svg new file mode 100644 index 0000000..b50a68e --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/lock.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/lungs-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/lungs-fill.svg new file mode 100644 index 0000000..430b028 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/lungs-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/lungs.svg b/core/static/assets/vendor/bootstrap-icons/icons/lungs.svg new file mode 100644 index 0000000..5370852 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/lungs.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/magic.svg b/core/static/assets/vendor/bootstrap-icons/icons/magic.svg new file mode 100644 index 0000000..3df2ec0 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/magic.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/magnet-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/magnet-fill.svg new file mode 100644 index 0000000..9ca1865 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/magnet-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/magnet.svg b/core/static/assets/vendor/bootstrap-icons/icons/magnet.svg new file mode 100644 index 0000000..aab1763 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/magnet.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/mailbox.svg b/core/static/assets/vendor/bootstrap-icons/icons/mailbox.svg new file mode 100644 index 0000000..e2ac2f9 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/mailbox.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/mailbox2.svg b/core/static/assets/vendor/bootstrap-icons/icons/mailbox2.svg new file mode 100644 index 0000000..60a523b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/mailbox2.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/map-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/map-fill.svg new file mode 100644 index 0000000..6097c5f --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/map-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/map.svg b/core/static/assets/vendor/bootstrap-icons/icons/map.svg new file mode 100644 index 0000000..f9dbb08 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/map.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/markdown-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/markdown-fill.svg new file mode 100644 index 0000000..b87e236 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/markdown-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/markdown.svg b/core/static/assets/vendor/bootstrap-icons/icons/markdown.svg new file mode 100644 index 0000000..f9933a6 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/markdown.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/mask.svg b/core/static/assets/vendor/bootstrap-icons/icons/mask.svg new file mode 100644 index 0000000..3bfe141 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/mask.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/mastodon.svg b/core/static/assets/vendor/bootstrap-icons/icons/mastodon.svg new file mode 100644 index 0000000..23b34f5 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/mastodon.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/medium.svg b/core/static/assets/vendor/bootstrap-icons/icons/medium.svg new file mode 100644 index 0000000..cc46876 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/medium.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/megaphone-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/megaphone-fill.svg new file mode 100644 index 0000000..237e814 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/megaphone-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/megaphone.svg b/core/static/assets/vendor/bootstrap-icons/icons/megaphone.svg new file mode 100644 index 0000000..834083c --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/megaphone.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/memory.svg b/core/static/assets/vendor/bootstrap-icons/icons/memory.svg new file mode 100644 index 0000000..cdc2943 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/memory.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/menu-app-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/menu-app-fill.svg new file mode 100644 index 0000000..c41c6fb --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/menu-app-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/menu-app.svg b/core/static/assets/vendor/bootstrap-icons/icons/menu-app.svg new file mode 100644 index 0000000..36e57df --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/menu-app.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/menu-button-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/menu-button-fill.svg new file mode 100644 index 0000000..034b64d --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/menu-button-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/menu-button-wide-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/menu-button-wide-fill.svg new file mode 100644 index 0000000..d6e17da --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/menu-button-wide-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/menu-button-wide.svg b/core/static/assets/vendor/bootstrap-icons/icons/menu-button-wide.svg new file mode 100644 index 0000000..d67ba6a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/menu-button-wide.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/menu-button.svg b/core/static/assets/vendor/bootstrap-icons/icons/menu-button.svg new file mode 100644 index 0000000..4e0fff9 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/menu-button.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/menu-down.svg b/core/static/assets/vendor/bootstrap-icons/icons/menu-down.svg new file mode 100644 index 0000000..b2d84b2 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/menu-down.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/menu-up.svg b/core/static/assets/vendor/bootstrap-icons/icons/menu-up.svg new file mode 100644 index 0000000..fb35e8d --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/menu-up.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/messenger.svg b/core/static/assets/vendor/bootstrap-icons/icons/messenger.svg new file mode 100644 index 0000000..5c6d37d --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/messenger.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/meta.svg b/core/static/assets/vendor/bootstrap-icons/icons/meta.svg new file mode 100644 index 0000000..2c6885d --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/meta.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/mic-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/mic-fill.svg new file mode 100644 index 0000000..9be58e9 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/mic-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/mic-mute-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/mic-mute-fill.svg new file mode 100644 index 0000000..cc325a0 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/mic-mute-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/mic-mute.svg b/core/static/assets/vendor/bootstrap-icons/icons/mic-mute.svg new file mode 100644 index 0000000..5a520a1 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/mic-mute.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/mic.svg b/core/static/assets/vendor/bootstrap-icons/icons/mic.svg new file mode 100644 index 0000000..57be2e5 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/mic.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/microsoft-teams.svg b/core/static/assets/vendor/bootstrap-icons/icons/microsoft-teams.svg new file mode 100644 index 0000000..e0cc253 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/microsoft-teams.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/microsoft.svg b/core/static/assets/vendor/bootstrap-icons/icons/microsoft.svg new file mode 100644 index 0000000..d28281f --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/microsoft.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/minecart-loaded.svg b/core/static/assets/vendor/bootstrap-icons/icons/minecart-loaded.svg new file mode 100644 index 0000000..8a75457 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/minecart-loaded.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/minecart.svg b/core/static/assets/vendor/bootstrap-icons/icons/minecart.svg new file mode 100644 index 0000000..7f3ad00 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/minecart.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/modem-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/modem-fill.svg new file mode 100644 index 0000000..1fe97be --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/modem-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/modem.svg b/core/static/assets/vendor/bootstrap-icons/icons/modem.svg new file mode 100644 index 0000000..873090d --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/modem.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/moisture.svg b/core/static/assets/vendor/bootstrap-icons/icons/moisture.svg new file mode 100644 index 0000000..732f4ac --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/moisture.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/moon-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/moon-fill.svg new file mode 100644 index 0000000..1149676 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/moon-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/moon-stars-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/moon-stars-fill.svg new file mode 100644 index 0000000..d2e1d6e --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/moon-stars-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/moon-stars.svg b/core/static/assets/vendor/bootstrap-icons/icons/moon-stars.svg new file mode 100644 index 0000000..b25ef86 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/moon-stars.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/moon.svg b/core/static/assets/vendor/bootstrap-icons/icons/moon.svg new file mode 100644 index 0000000..4cd8820 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/moon.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/mortarboard-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/mortarboard-fill.svg new file mode 100644 index 0000000..7f5fb48 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/mortarboard-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/mortarboard.svg b/core/static/assets/vendor/bootstrap-icons/icons/mortarboard.svg new file mode 100644 index 0000000..ed82b6a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/mortarboard.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/motherboard-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/motherboard-fill.svg new file mode 100644 index 0000000..bf15e96 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/motherboard-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/motherboard.svg b/core/static/assets/vendor/bootstrap-icons/icons/motherboard.svg new file mode 100644 index 0000000..ed13d0c --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/motherboard.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/mouse-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/mouse-fill.svg new file mode 100644 index 0000000..bd0b5eb --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/mouse-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/mouse.svg b/core/static/assets/vendor/bootstrap-icons/icons/mouse.svg new file mode 100644 index 0000000..40976e0 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/mouse.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/mouse2-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/mouse2-fill.svg new file mode 100644 index 0000000..283d1cd --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/mouse2-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/mouse2.svg b/core/static/assets/vendor/bootstrap-icons/icons/mouse2.svg new file mode 100644 index 0000000..359da4d --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/mouse2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/mouse3-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/mouse3-fill.svg new file mode 100644 index 0000000..de6dbc7 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/mouse3-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/mouse3.svg b/core/static/assets/vendor/bootstrap-icons/icons/mouse3.svg new file mode 100644 index 0000000..d042bfd --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/mouse3.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/music-note-beamed.svg b/core/static/assets/vendor/bootstrap-icons/icons/music-note-beamed.svg new file mode 100644 index 0000000..04cedf0 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/music-note-beamed.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/music-note-list.svg b/core/static/assets/vendor/bootstrap-icons/icons/music-note-list.svg new file mode 100644 index 0000000..5c306bd --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/music-note-list.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/music-note.svg b/core/static/assets/vendor/bootstrap-icons/icons/music-note.svg new file mode 100644 index 0000000..1125a66 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/music-note.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/music-player-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/music-player-fill.svg new file mode 100644 index 0000000..6619d1e --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/music-player-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/music-player.svg b/core/static/assets/vendor/bootstrap-icons/icons/music-player.svg new file mode 100644 index 0000000..2d50a63 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/music-player.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/newspaper.svg b/core/static/assets/vendor/bootstrap-icons/icons/newspaper.svg new file mode 100644 index 0000000..7d7fa71 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/newspaper.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/nintendo-switch.svg b/core/static/assets/vendor/bootstrap-icons/icons/nintendo-switch.svg new file mode 100644 index 0000000..0f1e2ac --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/nintendo-switch.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/node-minus-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/node-minus-fill.svg new file mode 100644 index 0000000..32430b9 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/node-minus-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/node-minus.svg b/core/static/assets/vendor/bootstrap-icons/icons/node-minus.svg new file mode 100644 index 0000000..b1accd4 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/node-minus.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/node-plus-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/node-plus-fill.svg new file mode 100644 index 0000000..e5ee855 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/node-plus-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/node-plus.svg b/core/static/assets/vendor/bootstrap-icons/icons/node-plus.svg new file mode 100644 index 0000000..085f04f --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/node-plus.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/nut-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/nut-fill.svg new file mode 100644 index 0000000..4babc03 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/nut-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/nut.svg b/core/static/assets/vendor/bootstrap-icons/icons/nut.svg new file mode 100644 index 0000000..4912d48 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/nut.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/octagon-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/octagon-fill.svg new file mode 100644 index 0000000..c128317 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/octagon-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/octagon-half.svg b/core/static/assets/vendor/bootstrap-icons/icons/octagon-half.svg new file mode 100644 index 0000000..d95240a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/octagon-half.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/octagon.svg b/core/static/assets/vendor/bootstrap-icons/icons/octagon.svg new file mode 100644 index 0000000..9f3657e --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/octagon.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/optical-audio-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/optical-audio-fill.svg new file mode 100644 index 0000000..5bdfd82 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/optical-audio-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/optical-audio.svg b/core/static/assets/vendor/bootstrap-icons/icons/optical-audio.svg new file mode 100644 index 0000000..7a38b83 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/optical-audio.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/option.svg b/core/static/assets/vendor/bootstrap-icons/icons/option.svg new file mode 100644 index 0000000..d7702b1 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/option.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/outlet.svg b/core/static/assets/vendor/bootstrap-icons/icons/outlet.svg new file mode 100644 index 0000000..b48af60 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/outlet.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/p-circle-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/p-circle-fill.svg new file mode 100644 index 0000000..ea54307 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/p-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/p-circle.svg b/core/static/assets/vendor/bootstrap-icons/icons/p-circle.svg new file mode 100644 index 0000000..888a1fa --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/p-circle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/p-square-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/p-square-fill.svg new file mode 100644 index 0000000..ad3caa2 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/p-square-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/p-square.svg b/core/static/assets/vendor/bootstrap-icons/icons/p-square.svg new file mode 100644 index 0000000..ad630d0 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/p-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/paint-bucket.svg b/core/static/assets/vendor/bootstrap-icons/icons/paint-bucket.svg new file mode 100644 index 0000000..ee15d10 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/paint-bucket.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/palette-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/palette-fill.svg new file mode 100644 index 0000000..7dc5ecd --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/palette-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/palette.svg b/core/static/assets/vendor/bootstrap-icons/icons/palette.svg new file mode 100644 index 0000000..fea76d9 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/palette.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/palette2.svg b/core/static/assets/vendor/bootstrap-icons/icons/palette2.svg new file mode 100644 index 0000000..5d140b3 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/palette2.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/paperclip.svg b/core/static/assets/vendor/bootstrap-icons/icons/paperclip.svg new file mode 100644 index 0000000..00f311d --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/paperclip.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/paragraph.svg b/core/static/assets/vendor/bootstrap-icons/icons/paragraph.svg new file mode 100644 index 0000000..999cb53 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/paragraph.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/pass-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/pass-fill.svg new file mode 100644 index 0000000..a5715df --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/pass-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/pass.svg b/core/static/assets/vendor/bootstrap-icons/icons/pass.svg new file mode 100644 index 0000000..3f51eb5 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/pass.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/patch-check-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/patch-check-fill.svg new file mode 100644 index 0000000..1301415 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/patch-check-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/patch-check.svg b/core/static/assets/vendor/bootstrap-icons/icons/patch-check.svg new file mode 100644 index 0000000..2dd799e --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/patch-check.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/patch-exclamation-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/patch-exclamation-fill.svg new file mode 100644 index 0000000..fd900c4 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/patch-exclamation-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/patch-exclamation.svg b/core/static/assets/vendor/bootstrap-icons/icons/patch-exclamation.svg new file mode 100644 index 0000000..153d97d --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/patch-exclamation.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/patch-minus-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/patch-minus-fill.svg new file mode 100644 index 0000000..12f35c2 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/patch-minus-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/patch-minus.svg b/core/static/assets/vendor/bootstrap-icons/icons/patch-minus.svg new file mode 100644 index 0000000..f6024f9 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/patch-minus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/patch-plus-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/patch-plus-fill.svg new file mode 100644 index 0000000..1a79d79 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/patch-plus-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/patch-plus.svg b/core/static/assets/vendor/bootstrap-icons/icons/patch-plus.svg new file mode 100644 index 0000000..b9a7846 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/patch-plus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/patch-question-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/patch-question-fill.svg new file mode 100644 index 0000000..665588b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/patch-question-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/patch-question.svg b/core/static/assets/vendor/bootstrap-icons/icons/patch-question.svg new file mode 100644 index 0000000..ef4ca58 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/patch-question.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/pause-btn-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/pause-btn-fill.svg new file mode 100644 index 0000000..efca142 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/pause-btn-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/pause-btn.svg b/core/static/assets/vendor/bootstrap-icons/icons/pause-btn.svg new file mode 100644 index 0000000..0e9eb3a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/pause-btn.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/pause-circle-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/pause-circle-fill.svg new file mode 100644 index 0000000..5e3525f --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/pause-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/pause-circle.svg b/core/static/assets/vendor/bootstrap-icons/icons/pause-circle.svg new file mode 100644 index 0000000..1b6b64a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/pause-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/pause-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/pause-fill.svg new file mode 100644 index 0000000..68285b2 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/pause-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/pause.svg b/core/static/assets/vendor/bootstrap-icons/icons/pause.svg new file mode 100644 index 0000000..22478ea --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/pause.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/paypal.svg b/core/static/assets/vendor/bootstrap-icons/icons/paypal.svg new file mode 100644 index 0000000..41bd536 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/paypal.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/pc-display-horizontal.svg b/core/static/assets/vendor/bootstrap-icons/icons/pc-display-horizontal.svg new file mode 100644 index 0000000..2013f15 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/pc-display-horizontal.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/pc-display.svg b/core/static/assets/vendor/bootstrap-icons/icons/pc-display.svg new file mode 100644 index 0000000..f5d09da --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/pc-display.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/pc-horizontal.svg b/core/static/assets/vendor/bootstrap-icons/icons/pc-horizontal.svg new file mode 100644 index 0000000..9ae513a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/pc-horizontal.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/pc.svg b/core/static/assets/vendor/bootstrap-icons/icons/pc.svg new file mode 100644 index 0000000..f0f280d --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/pc.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/pci-card.svg b/core/static/assets/vendor/bootstrap-icons/icons/pci-card.svg new file mode 100644 index 0000000..600a5d0 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/pci-card.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/peace-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/peace-fill.svg new file mode 100644 index 0000000..c8ed5bd --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/peace-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/peace.svg b/core/static/assets/vendor/bootstrap-icons/icons/peace.svg new file mode 100644 index 0000000..3e4420b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/peace.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/pen-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/pen-fill.svg new file mode 100644 index 0000000..b7bb337 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/pen-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/pen.svg b/core/static/assets/vendor/bootstrap-icons/icons/pen.svg new file mode 100644 index 0000000..8eb3be7 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/pen.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/pencil-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/pencil-fill.svg new file mode 100644 index 0000000..59d2830 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/pencil-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/pencil-square.svg b/core/static/assets/vendor/bootstrap-icons/icons/pencil-square.svg new file mode 100644 index 0000000..b8c90d5 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/pencil-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/pencil.svg b/core/static/assets/vendor/bootstrap-icons/icons/pencil.svg new file mode 100644 index 0000000..f8dbfeb --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/pencil.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/pentagon-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/pentagon-fill.svg new file mode 100644 index 0000000..9c80789 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/pentagon-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/pentagon-half.svg b/core/static/assets/vendor/bootstrap-icons/icons/pentagon-half.svg new file mode 100644 index 0000000..305125c --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/pentagon-half.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/pentagon.svg b/core/static/assets/vendor/bootstrap-icons/icons/pentagon.svg new file mode 100644 index 0000000..b6f5fe3 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/pentagon.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/people-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/people-fill.svg new file mode 100644 index 0000000..2c7389d --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/people-fill.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/people.svg b/core/static/assets/vendor/bootstrap-icons/icons/people.svg new file mode 100644 index 0000000..528933d --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/people.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/percent.svg b/core/static/assets/vendor/bootstrap-icons/icons/percent.svg new file mode 100644 index 0000000..8af2bc4 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/percent.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/person-badge-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/person-badge-fill.svg new file mode 100644 index 0000000..d9ebe67 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/person-badge-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/person-badge.svg b/core/static/assets/vendor/bootstrap-icons/icons/person-badge.svg new file mode 100644 index 0000000..d071d44 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/person-badge.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/person-bounding-box.svg b/core/static/assets/vendor/bootstrap-icons/icons/person-bounding-box.svg new file mode 100644 index 0000000..92e662c --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/person-bounding-box.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/person-check-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/person-check-fill.svg new file mode 100644 index 0000000..872497a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/person-check-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/person-check.svg b/core/static/assets/vendor/bootstrap-icons/icons/person-check.svg new file mode 100644 index 0000000..c4b1e38 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/person-check.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/person-circle.svg b/core/static/assets/vendor/bootstrap-icons/icons/person-circle.svg new file mode 100644 index 0000000..fd7f2c9 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/person-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/person-dash-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/person-dash-fill.svg new file mode 100644 index 0000000..fd719f2 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/person-dash-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/person-dash.svg b/core/static/assets/vendor/bootstrap-icons/icons/person-dash.svg new file mode 100644 index 0000000..4c6cb79 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/person-dash.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/person-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/person-fill.svg new file mode 100644 index 0000000..6e12768 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/person-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/person-heart.svg b/core/static/assets/vendor/bootstrap-icons/icons/person-heart.svg new file mode 100644 index 0000000..e9ebbf4 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/person-heart.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/person-hearts.svg b/core/static/assets/vendor/bootstrap-icons/icons/person-hearts.svg new file mode 100644 index 0000000..06970be --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/person-hearts.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/person-lines-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/person-lines-fill.svg new file mode 100644 index 0000000..736421c --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/person-lines-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/person-plus-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/person-plus-fill.svg new file mode 100644 index 0000000..151ccfe --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/person-plus-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/person-plus.svg b/core/static/assets/vendor/bootstrap-icons/icons/person-plus.svg new file mode 100644 index 0000000..aac3a67 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/person-plus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/person-rolodex.svg b/core/static/assets/vendor/bootstrap-icons/icons/person-rolodex.svg new file mode 100644 index 0000000..af898ca --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/person-rolodex.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/person-square.svg b/core/static/assets/vendor/bootstrap-icons/icons/person-square.svg new file mode 100644 index 0000000..a7eb40e --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/person-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/person-video.svg b/core/static/assets/vendor/bootstrap-icons/icons/person-video.svg new file mode 100644 index 0000000..b8c1995 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/person-video.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/person-video2.svg b/core/static/assets/vendor/bootstrap-icons/icons/person-video2.svg new file mode 100644 index 0000000..3f4292e --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/person-video2.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/person-video3.svg b/core/static/assets/vendor/bootstrap-icons/icons/person-video3.svg new file mode 100644 index 0000000..be38b24 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/person-video3.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/person-workspace.svg b/core/static/assets/vendor/bootstrap-icons/icons/person-workspace.svg new file mode 100644 index 0000000..e72bea0 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/person-workspace.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/person-x-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/person-x-fill.svg new file mode 100644 index 0000000..d4903a6 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/person-x-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/person-x.svg b/core/static/assets/vendor/bootstrap-icons/icons/person-x.svg new file mode 100644 index 0000000..d7ac8f6 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/person-x.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/person.svg b/core/static/assets/vendor/bootstrap-icons/icons/person.svg new file mode 100644 index 0000000..022d1e9 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/person.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/phone-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/phone-fill.svg new file mode 100644 index 0000000..a2dfd03 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/phone-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/phone-flip.svg b/core/static/assets/vendor/bootstrap-icons/icons/phone-flip.svg new file mode 100644 index 0000000..54e2d26 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/phone-flip.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/phone-landscape-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/phone-landscape-fill.svg new file mode 100644 index 0000000..295481c --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/phone-landscape-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/phone-landscape.svg b/core/static/assets/vendor/bootstrap-icons/icons/phone-landscape.svg new file mode 100644 index 0000000..65cd273 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/phone-landscape.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/phone-vibrate-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/phone-vibrate-fill.svg new file mode 100644 index 0000000..6e61ecc --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/phone-vibrate-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/phone-vibrate.svg b/core/static/assets/vendor/bootstrap-icons/icons/phone-vibrate.svg new file mode 100644 index 0000000..f380cab --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/phone-vibrate.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/phone.svg b/core/static/assets/vendor/bootstrap-icons/icons/phone.svg new file mode 100644 index 0000000..3f3fd74 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/phone.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/pie-chart-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/pie-chart-fill.svg new file mode 100644 index 0000000..6aa71eb --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/pie-chart-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/pie-chart.svg b/core/static/assets/vendor/bootstrap-icons/icons/pie-chart.svg new file mode 100644 index 0000000..a20f6a7 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/pie-chart.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/piggy-bank-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/piggy-bank-fill.svg new file mode 100644 index 0000000..b44f35d --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/piggy-bank-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/piggy-bank.svg b/core/static/assets/vendor/bootstrap-icons/icons/piggy-bank.svg new file mode 100644 index 0000000..1d836ce --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/piggy-bank.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/pin-angle-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/pin-angle-fill.svg new file mode 100644 index 0000000..3112c0b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/pin-angle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/pin-angle.svg b/core/static/assets/vendor/bootstrap-icons/icons/pin-angle.svg new file mode 100644 index 0000000..a07b038 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/pin-angle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/pin-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/pin-fill.svg new file mode 100644 index 0000000..f00b790 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/pin-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/pin-map-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/pin-map-fill.svg new file mode 100644 index 0000000..b8c8502 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/pin-map-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/pin-map.svg b/core/static/assets/vendor/bootstrap-icons/icons/pin-map.svg new file mode 100644 index 0000000..f04129a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/pin-map.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/pin.svg b/core/static/assets/vendor/bootstrap-icons/icons/pin.svg new file mode 100644 index 0000000..45fd7de --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/pin.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/pinterest.svg b/core/static/assets/vendor/bootstrap-icons/icons/pinterest.svg new file mode 100644 index 0000000..b4fbc23 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/pinterest.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/pip-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/pip-fill.svg new file mode 100644 index 0000000..1869f78 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/pip-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/pip.svg b/core/static/assets/vendor/bootstrap-icons/icons/pip.svg new file mode 100644 index 0000000..58f0638 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/pip.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/play-btn-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/play-btn-fill.svg new file mode 100644 index 0000000..18b9167 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/play-btn-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/play-btn.svg b/core/static/assets/vendor/bootstrap-icons/icons/play-btn.svg new file mode 100644 index 0000000..576e30b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/play-btn.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/play-circle-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/play-circle-fill.svg new file mode 100644 index 0000000..511ef37 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/play-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/play-circle.svg b/core/static/assets/vendor/bootstrap-icons/icons/play-circle.svg new file mode 100644 index 0000000..c93144a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/play-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/play-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/play-fill.svg new file mode 100644 index 0000000..28f2e67 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/play-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/play.svg b/core/static/assets/vendor/bootstrap-icons/icons/play.svg new file mode 100644 index 0000000..b3fd3dc --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/play.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/playstation.svg b/core/static/assets/vendor/bootstrap-icons/icons/playstation.svg new file mode 100644 index 0000000..f8ce05b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/playstation.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/plug-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/plug-fill.svg new file mode 100644 index 0000000..d15b8e6 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/plug-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/plug.svg b/core/static/assets/vendor/bootstrap-icons/icons/plug.svg new file mode 100644 index 0000000..c5e6688 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/plug.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/plugin.svg b/core/static/assets/vendor/bootstrap-icons/icons/plugin.svg new file mode 100644 index 0000000..3f179a3 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/plugin.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/plus-circle-dotted.svg b/core/static/assets/vendor/bootstrap-icons/icons/plus-circle-dotted.svg new file mode 100644 index 0000000..c69316e --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/plus-circle-dotted.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/plus-circle-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/plus-circle-fill.svg new file mode 100644 index 0000000..f320116 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/plus-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/plus-circle.svg b/core/static/assets/vendor/bootstrap-icons/icons/plus-circle.svg new file mode 100644 index 0000000..66308ef --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/plus-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/plus-lg.svg b/core/static/assets/vendor/bootstrap-icons/icons/plus-lg.svg new file mode 100644 index 0000000..f821cc3 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/plus-lg.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/plus-slash-minus.svg b/core/static/assets/vendor/bootstrap-icons/icons/plus-slash-minus.svg new file mode 100644 index 0000000..44a8e0e --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/plus-slash-minus.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/plus-square-dotted.svg b/core/static/assets/vendor/bootstrap-icons/icons/plus-square-dotted.svg new file mode 100644 index 0000000..4ae7ad6 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/plus-square-dotted.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/plus-square-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/plus-square-fill.svg new file mode 100644 index 0000000..0d5e15c --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/plus-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/plus-square.svg b/core/static/assets/vendor/bootstrap-icons/icons/plus-square.svg new file mode 100644 index 0000000..15c4c44 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/plus-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/plus.svg b/core/static/assets/vendor/bootstrap-icons/icons/plus.svg new file mode 100644 index 0000000..5b088c0 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/plus.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/postage-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/postage-fill.svg new file mode 100644 index 0000000..701a1c6 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/postage-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/postage-heart-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/postage-heart-fill.svg new file mode 100644 index 0000000..a268901 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/postage-heart-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/postage-heart.svg b/core/static/assets/vendor/bootstrap-icons/icons/postage-heart.svg new file mode 100644 index 0000000..4d22b18 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/postage-heart.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/postage.svg b/core/static/assets/vendor/bootstrap-icons/icons/postage.svg new file mode 100644 index 0000000..cc49c70 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/postage.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/postcard-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/postcard-fill.svg new file mode 100644 index 0000000..01b54dd --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/postcard-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/postcard-heart-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/postcard-heart-fill.svg new file mode 100644 index 0000000..5e551fb --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/postcard-heart-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/postcard-heart.svg b/core/static/assets/vendor/bootstrap-icons/icons/postcard-heart.svg new file mode 100644 index 0000000..e0f2f05 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/postcard-heart.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/postcard.svg b/core/static/assets/vendor/bootstrap-icons/icons/postcard.svg new file mode 100644 index 0000000..827180e --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/postcard.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/power.svg b/core/static/assets/vendor/bootstrap-icons/icons/power.svg new file mode 100644 index 0000000..6fb9756 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/power.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/prescription.svg b/core/static/assets/vendor/bootstrap-icons/icons/prescription.svg new file mode 100644 index 0000000..a0f4556 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/prescription.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/prescription2.svg b/core/static/assets/vendor/bootstrap-icons/icons/prescription2.svg new file mode 100644 index 0000000..018ca91 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/prescription2.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/printer-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/printer-fill.svg new file mode 100644 index 0000000..485d987 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/printer-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/printer.svg b/core/static/assets/vendor/bootstrap-icons/icons/printer.svg new file mode 100644 index 0000000..60196bc --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/printer.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/projector-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/projector-fill.svg new file mode 100644 index 0000000..ff6a341 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/projector-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/projector.svg b/core/static/assets/vendor/bootstrap-icons/icons/projector.svg new file mode 100644 index 0000000..218c6a5 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/projector.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/puzzle-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/puzzle-fill.svg new file mode 100644 index 0000000..e9bbfae --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/puzzle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/puzzle.svg b/core/static/assets/vendor/bootstrap-icons/icons/puzzle.svg new file mode 100644 index 0000000..c9b07a2 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/puzzle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/qr-code-scan.svg b/core/static/assets/vendor/bootstrap-icons/icons/qr-code-scan.svg new file mode 100644 index 0000000..7eb599e --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/qr-code-scan.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/qr-code.svg b/core/static/assets/vendor/bootstrap-icons/icons/qr-code.svg new file mode 100644 index 0000000..bf5570d --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/qr-code.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/question-circle-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/question-circle-fill.svg new file mode 100644 index 0000000..d8e5e06 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/question-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/question-circle.svg b/core/static/assets/vendor/bootstrap-icons/icons/question-circle.svg new file mode 100644 index 0000000..1c8cbe7 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/question-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/question-diamond-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/question-diamond-fill.svg new file mode 100644 index 0000000..a86583b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/question-diamond-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/question-diamond.svg b/core/static/assets/vendor/bootstrap-icons/icons/question-diamond.svg new file mode 100644 index 0000000..a7d8233 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/question-diamond.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/question-lg.svg b/core/static/assets/vendor/bootstrap-icons/icons/question-lg.svg new file mode 100644 index 0000000..fa3452e --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/question-lg.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/question-octagon-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/question-octagon-fill.svg new file mode 100644 index 0000000..2ff954e --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/question-octagon-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/question-octagon.svg b/core/static/assets/vendor/bootstrap-icons/icons/question-octagon.svg new file mode 100644 index 0000000..02e8ffe --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/question-octagon.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/question-square-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/question-square-fill.svg new file mode 100644 index 0000000..dd72410 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/question-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/question-square.svg b/core/static/assets/vendor/bootstrap-icons/icons/question-square.svg new file mode 100644 index 0000000..d0a56ff --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/question-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/question.svg b/core/static/assets/vendor/bootstrap-icons/icons/question.svg new file mode 100644 index 0000000..05abe29 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/question.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/quora.svg b/core/static/assets/vendor/bootstrap-icons/icons/quora.svg new file mode 100644 index 0000000..e90e571 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/quora.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/quote.svg b/core/static/assets/vendor/bootstrap-icons/icons/quote.svg new file mode 100644 index 0000000..03b45bf --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/quote.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/r-circle-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/r-circle-fill.svg new file mode 100644 index 0000000..c2386c3 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/r-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/r-circle.svg b/core/static/assets/vendor/bootstrap-icons/icons/r-circle.svg new file mode 100644 index 0000000..ab5c574 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/r-circle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/r-square-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/r-square-fill.svg new file mode 100644 index 0000000..e039b8a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/r-square-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/r-square.svg b/core/static/assets/vendor/bootstrap-icons/icons/r-square.svg new file mode 100644 index 0000000..37ddc6a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/r-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/radioactive.svg b/core/static/assets/vendor/bootstrap-icons/icons/radioactive.svg new file mode 100644 index 0000000..1b1072f --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/radioactive.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/rainbow.svg b/core/static/assets/vendor/bootstrap-icons/icons/rainbow.svg new file mode 100644 index 0000000..8e8aea7 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/rainbow.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/receipt-cutoff.svg b/core/static/assets/vendor/bootstrap-icons/icons/receipt-cutoff.svg new file mode 100644 index 0000000..27be3c0 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/receipt-cutoff.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/receipt.svg b/core/static/assets/vendor/bootstrap-icons/icons/receipt.svg new file mode 100644 index 0000000..9ea7283 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/receipt.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/reception-0.svg b/core/static/assets/vendor/bootstrap-icons/icons/reception-0.svg new file mode 100644 index 0000000..885bf3b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/reception-0.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/reception-1.svg b/core/static/assets/vendor/bootstrap-icons/icons/reception-1.svg new file mode 100644 index 0000000..3deafb6 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/reception-1.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/reception-2.svg b/core/static/assets/vendor/bootstrap-icons/icons/reception-2.svg new file mode 100644 index 0000000..7dca57a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/reception-2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/reception-3.svg b/core/static/assets/vendor/bootstrap-icons/icons/reception-3.svg new file mode 100644 index 0000000..b30d5fb --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/reception-3.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/reception-4.svg b/core/static/assets/vendor/bootstrap-icons/icons/reception-4.svg new file mode 100644 index 0000000..611bdf1 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/reception-4.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/record-btn-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/record-btn-fill.svg new file mode 100644 index 0000000..caa3ea1 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/record-btn-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/record-btn.svg b/core/static/assets/vendor/bootstrap-icons/icons/record-btn.svg new file mode 100644 index 0000000..4fd261c --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/record-btn.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/record-circle-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/record-circle-fill.svg new file mode 100644 index 0000000..2c2429a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/record-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/record-circle.svg b/core/static/assets/vendor/bootstrap-icons/icons/record-circle.svg new file mode 100644 index 0000000..d45d91c --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/record-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/record-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/record-fill.svg new file mode 100644 index 0000000..d474393 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/record-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/record.svg b/core/static/assets/vendor/bootstrap-icons/icons/record.svg new file mode 100644 index 0000000..27f82a9 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/record.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/record2-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/record2-fill.svg new file mode 100644 index 0000000..7648928 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/record2-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/record2.svg b/core/static/assets/vendor/bootstrap-icons/icons/record2.svg new file mode 100644 index 0000000..43a1150 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/record2.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/recycle.svg b/core/static/assets/vendor/bootstrap-icons/icons/recycle.svg new file mode 100644 index 0000000..e4fa6c0 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/recycle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/reddit.svg b/core/static/assets/vendor/bootstrap-icons/icons/reddit.svg new file mode 100644 index 0000000..b1c9cfe --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/reddit.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/repeat-1.svg b/core/static/assets/vendor/bootstrap-icons/icons/repeat-1.svg new file mode 100644 index 0000000..07f4a8b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/repeat-1.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/repeat.svg b/core/static/assets/vendor/bootstrap-icons/icons/repeat.svg new file mode 100644 index 0000000..0f6d54d --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/repeat.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/reply-all-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/reply-all-fill.svg new file mode 100644 index 0000000..7b77b06 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/reply-all-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/reply-all.svg b/core/static/assets/vendor/bootstrap-icons/icons/reply-all.svg new file mode 100644 index 0000000..c95025b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/reply-all.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/reply-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/reply-fill.svg new file mode 100644 index 0000000..b5a8722 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/reply-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/reply.svg b/core/static/assets/vendor/bootstrap-icons/icons/reply.svg new file mode 100644 index 0000000..c2dc098 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/reply.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/rewind-btn-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/rewind-btn-fill.svg new file mode 100644 index 0000000..5136147 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/rewind-btn-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/rewind-btn.svg b/core/static/assets/vendor/bootstrap-icons/icons/rewind-btn.svg new file mode 100644 index 0000000..45c0232 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/rewind-btn.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/rewind-circle-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/rewind-circle-fill.svg new file mode 100644 index 0000000..afdaaf3 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/rewind-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/rewind-circle.svg b/core/static/assets/vendor/bootstrap-icons/icons/rewind-circle.svg new file mode 100644 index 0000000..054fd95 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/rewind-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/rewind-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/rewind-fill.svg new file mode 100644 index 0000000..79596e0 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/rewind-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/rewind.svg b/core/static/assets/vendor/bootstrap-icons/icons/rewind.svg new file mode 100644 index 0000000..58684d4 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/rewind.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/robot.svg b/core/static/assets/vendor/bootstrap-icons/icons/robot.svg new file mode 100644 index 0000000..526cb99 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/robot.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/router-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/router-fill.svg new file mode 100644 index 0000000..de050cf --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/router-fill.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/router.svg b/core/static/assets/vendor/bootstrap-icons/icons/router.svg new file mode 100644 index 0000000..8fa22d0 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/router.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/rss-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/rss-fill.svg new file mode 100644 index 0000000..39bef06 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/rss-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/rss.svg b/core/static/assets/vendor/bootstrap-icons/icons/rss.svg new file mode 100644 index 0000000..be41f20 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/rss.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/rulers.svg b/core/static/assets/vendor/bootstrap-icons/icons/rulers.svg new file mode 100644 index 0000000..e9891c9 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/rulers.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/safe-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/safe-fill.svg new file mode 100644 index 0000000..1036d67 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/safe-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/safe.svg b/core/static/assets/vendor/bootstrap-icons/icons/safe.svg new file mode 100644 index 0000000..fb5b7cb --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/safe.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/safe2-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/safe2-fill.svg new file mode 100644 index 0000000..d1d37f2 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/safe2-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/safe2.svg b/core/static/assets/vendor/bootstrap-icons/icons/safe2.svg new file mode 100644 index 0000000..37bfbe8 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/safe2.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/save-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/save-fill.svg new file mode 100644 index 0000000..0a43dc1 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/save-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/save.svg b/core/static/assets/vendor/bootstrap-icons/icons/save.svg new file mode 100644 index 0000000..26b8aed --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/save.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/save2-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/save2-fill.svg new file mode 100644 index 0000000..45feb59 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/save2-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/save2.svg b/core/static/assets/vendor/bootstrap-icons/icons/save2.svg new file mode 100644 index 0000000..52bc9e4 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/save2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/scissors.svg b/core/static/assets/vendor/bootstrap-icons/icons/scissors.svg new file mode 100644 index 0000000..ab71b0d --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/scissors.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/screwdriver.svg b/core/static/assets/vendor/bootstrap-icons/icons/screwdriver.svg new file mode 100644 index 0000000..dc9c374 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/screwdriver.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/sd-card-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/sd-card-fill.svg new file mode 100644 index 0000000..9fe36b6 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/sd-card-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/sd-card.svg b/core/static/assets/vendor/bootstrap-icons/icons/sd-card.svg new file mode 100644 index 0000000..12ed59f --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/sd-card.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/search-heart-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/search-heart-fill.svg new file mode 100644 index 0000000..54e31c7 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/search-heart-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/search-heart.svg b/core/static/assets/vendor/bootstrap-icons/icons/search-heart.svg new file mode 100644 index 0000000..92ea059 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/search-heart.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/search.svg b/core/static/assets/vendor/bootstrap-icons/icons/search.svg new file mode 100644 index 0000000..d3dc7ca --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/search.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/segmented-nav.svg b/core/static/assets/vendor/bootstrap-icons/icons/segmented-nav.svg new file mode 100644 index 0000000..42323b2 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/segmented-nav.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/send-check-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/send-check-fill.svg new file mode 100644 index 0000000..4b0a56a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/send-check-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/send-check.svg b/core/static/assets/vendor/bootstrap-icons/icons/send-check.svg new file mode 100644 index 0000000..581ebbe --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/send-check.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/send-dash-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/send-dash-fill.svg new file mode 100644 index 0000000..254329c --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/send-dash-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/send-dash.svg b/core/static/assets/vendor/bootstrap-icons/icons/send-dash.svg new file mode 100644 index 0000000..abfbad3 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/send-dash.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/send-exclamation-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/send-exclamation-fill.svg new file mode 100644 index 0000000..5a77e98 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/send-exclamation-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/send-exclamation.svg b/core/static/assets/vendor/bootstrap-icons/icons/send-exclamation.svg new file mode 100644 index 0000000..149a7f7 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/send-exclamation.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/send-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/send-fill.svg new file mode 100644 index 0000000..2a84015 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/send-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/send-plus-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/send-plus-fill.svg new file mode 100644 index 0000000..bea3738 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/send-plus-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/send-plus.svg b/core/static/assets/vendor/bootstrap-icons/icons/send-plus.svg new file mode 100644 index 0000000..4120228 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/send-plus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/send-slash-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/send-slash-fill.svg new file mode 100644 index 0000000..3345687 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/send-slash-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/send-slash.svg b/core/static/assets/vendor/bootstrap-icons/icons/send-slash.svg new file mode 100644 index 0000000..782daf3 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/send-slash.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/send-x-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/send-x-fill.svg new file mode 100644 index 0000000..ce102ba --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/send-x-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/send-x.svg b/core/static/assets/vendor/bootstrap-icons/icons/send-x.svg new file mode 100644 index 0000000..c8bc8bf --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/send-x.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/send.svg b/core/static/assets/vendor/bootstrap-icons/icons/send.svg new file mode 100644 index 0000000..c81fc95 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/send.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/server.svg b/core/static/assets/vendor/bootstrap-icons/icons/server.svg new file mode 100644 index 0000000..ff85feb --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/server.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/share-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/share-fill.svg new file mode 100644 index 0000000..8b0ee88 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/share-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/share.svg b/core/static/assets/vendor/bootstrap-icons/icons/share.svg new file mode 100644 index 0000000..79d3075 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/share.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/shield-check.svg b/core/static/assets/vendor/bootstrap-icons/icons/shield-check.svg new file mode 100644 index 0000000..ecbf543 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/shield-check.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/shield-exclamation.svg b/core/static/assets/vendor/bootstrap-icons/icons/shield-exclamation.svg new file mode 100644 index 0000000..825de04 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/shield-exclamation.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/shield-fill-check.svg b/core/static/assets/vendor/bootstrap-icons/icons/shield-fill-check.svg new file mode 100644 index 0000000..a72b2ba --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/shield-fill-check.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/shield-fill-exclamation.svg b/core/static/assets/vendor/bootstrap-icons/icons/shield-fill-exclamation.svg new file mode 100644 index 0000000..b489a68 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/shield-fill-exclamation.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/shield-fill-minus.svg b/core/static/assets/vendor/bootstrap-icons/icons/shield-fill-minus.svg new file mode 100644 index 0000000..b9b9129 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/shield-fill-minus.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/shield-fill-plus.svg b/core/static/assets/vendor/bootstrap-icons/icons/shield-fill-plus.svg new file mode 100644 index 0000000..aec96d1 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/shield-fill-plus.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/shield-fill-x.svg b/core/static/assets/vendor/bootstrap-icons/icons/shield-fill-x.svg new file mode 100644 index 0000000..d384af4 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/shield-fill-x.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/shield-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/shield-fill.svg new file mode 100644 index 0000000..d1d877d --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/shield-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/shield-lock-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/shield-lock-fill.svg new file mode 100644 index 0000000..e4c96b4 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/shield-lock-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/shield-lock.svg b/core/static/assets/vendor/bootstrap-icons/icons/shield-lock.svg new file mode 100644 index 0000000..ff38425 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/shield-lock.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/shield-minus.svg b/core/static/assets/vendor/bootstrap-icons/icons/shield-minus.svg new file mode 100644 index 0000000..d1cedfd --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/shield-minus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/shield-plus.svg b/core/static/assets/vendor/bootstrap-icons/icons/shield-plus.svg new file mode 100644 index 0000000..77bcb1a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/shield-plus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/shield-shaded.svg b/core/static/assets/vendor/bootstrap-icons/icons/shield-shaded.svg new file mode 100644 index 0000000..9c4af1a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/shield-shaded.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/shield-slash-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/shield-slash-fill.svg new file mode 100644 index 0000000..015d11b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/shield-slash-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/shield-slash.svg b/core/static/assets/vendor/bootstrap-icons/icons/shield-slash.svg new file mode 100644 index 0000000..234afa2 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/shield-slash.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/shield-x.svg b/core/static/assets/vendor/bootstrap-icons/icons/shield-x.svg new file mode 100644 index 0000000..3fe1666 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/shield-x.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/shield.svg b/core/static/assets/vendor/bootstrap-icons/icons/shield.svg new file mode 100644 index 0000000..18309d1 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/shield.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/shift-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/shift-fill.svg new file mode 100644 index 0000000..da897bc --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/shift-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/shift.svg b/core/static/assets/vendor/bootstrap-icons/icons/shift.svg new file mode 100644 index 0000000..59a88ef --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/shift.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/shop-window.svg b/core/static/assets/vendor/bootstrap-icons/icons/shop-window.svg new file mode 100644 index 0000000..a306cfa --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/shop-window.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/shop.svg b/core/static/assets/vendor/bootstrap-icons/icons/shop.svg new file mode 100644 index 0000000..223d77b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/shop.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/shuffle.svg b/core/static/assets/vendor/bootstrap-icons/icons/shuffle.svg new file mode 100644 index 0000000..83bf20c --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/shuffle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/sign-stop-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/sign-stop-fill.svg new file mode 100644 index 0000000..d9b51dc --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/sign-stop-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/sign-stop-lights-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/sign-stop-lights-fill.svg new file mode 100644 index 0000000..30c81be --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/sign-stop-lights-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/sign-stop-lights.svg b/core/static/assets/vendor/bootstrap-icons/icons/sign-stop-lights.svg new file mode 100644 index 0000000..297320a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/sign-stop-lights.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/sign-stop.svg b/core/static/assets/vendor/bootstrap-icons/icons/sign-stop.svg new file mode 100644 index 0000000..14def74 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/sign-stop.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/sign-turn-left-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/sign-turn-left-fill.svg new file mode 100644 index 0000000..1c82bca --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/sign-turn-left-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/sign-turn-left.svg b/core/static/assets/vendor/bootstrap-icons/icons/sign-turn-left.svg new file mode 100644 index 0000000..bea00b7 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/sign-turn-left.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/sign-turn-right-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/sign-turn-right-fill.svg new file mode 100644 index 0000000..97c6343 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/sign-turn-right-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/sign-turn-right.svg b/core/static/assets/vendor/bootstrap-icons/icons/sign-turn-right.svg new file mode 100644 index 0000000..da447db --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/sign-turn-right.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/sign-turn-slight-left-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/sign-turn-slight-left-fill.svg new file mode 100644 index 0000000..9d56175 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/sign-turn-slight-left-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/sign-turn-slight-left.svg b/core/static/assets/vendor/bootstrap-icons/icons/sign-turn-slight-left.svg new file mode 100644 index 0000000..79475ad --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/sign-turn-slight-left.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/sign-turn-slight-right-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/sign-turn-slight-right-fill.svg new file mode 100644 index 0000000..1749e66 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/sign-turn-slight-right-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/sign-turn-slight-right.svg b/core/static/assets/vendor/bootstrap-icons/icons/sign-turn-slight-right.svg new file mode 100644 index 0000000..cf22c01 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/sign-turn-slight-right.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/sign-yield-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/sign-yield-fill.svg new file mode 100644 index 0000000..ecad4fa --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/sign-yield-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/sign-yield.svg b/core/static/assets/vendor/bootstrap-icons/icons/sign-yield.svg new file mode 100644 index 0000000..aabf3fb --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/sign-yield.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/signal.svg b/core/static/assets/vendor/bootstrap-icons/icons/signal.svg new file mode 100644 index 0000000..4220d48 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/signal.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/signpost-2-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/signpost-2-fill.svg new file mode 100644 index 0000000..cc51e51 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/signpost-2-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/signpost-2.svg b/core/static/assets/vendor/bootstrap-icons/icons/signpost-2.svg new file mode 100644 index 0000000..6a18b3b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/signpost-2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/signpost-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/signpost-fill.svg new file mode 100644 index 0000000..f95f257 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/signpost-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/signpost-split-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/signpost-split-fill.svg new file mode 100644 index 0000000..86aa086 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/signpost-split-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/signpost-split.svg b/core/static/assets/vendor/bootstrap-icons/icons/signpost-split.svg new file mode 100644 index 0000000..0168ae5 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/signpost-split.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/signpost.svg b/core/static/assets/vendor/bootstrap-icons/icons/signpost.svg new file mode 100644 index 0000000..90a8882 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/signpost.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/sim-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/sim-fill.svg new file mode 100644 index 0000000..c8e2c29 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/sim-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/sim.svg b/core/static/assets/vendor/bootstrap-icons/icons/sim.svg new file mode 100644 index 0000000..cc0e869 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/sim.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/skip-backward-btn-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/skip-backward-btn-fill.svg new file mode 100644 index 0000000..bf06429 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/skip-backward-btn-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/skip-backward-btn.svg b/core/static/assets/vendor/bootstrap-icons/icons/skip-backward-btn.svg new file mode 100644 index 0000000..b04455e --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/skip-backward-btn.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/skip-backward-circle-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/skip-backward-circle-fill.svg new file mode 100644 index 0000000..f6b6e4d --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/skip-backward-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/skip-backward-circle.svg b/core/static/assets/vendor/bootstrap-icons/icons/skip-backward-circle.svg new file mode 100644 index 0000000..63e2a19 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/skip-backward-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/skip-backward-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/skip-backward-fill.svg new file mode 100644 index 0000000..a0ce53c --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/skip-backward-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/skip-backward.svg b/core/static/assets/vendor/bootstrap-icons/icons/skip-backward.svg new file mode 100644 index 0000000..9be60fe --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/skip-backward.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/skip-end-btn-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/skip-end-btn-fill.svg new file mode 100644 index 0000000..55bf1ba --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/skip-end-btn-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/skip-end-btn.svg b/core/static/assets/vendor/bootstrap-icons/icons/skip-end-btn.svg new file mode 100644 index 0000000..6c5b044 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/skip-end-btn.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/skip-end-circle-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/skip-end-circle-fill.svg new file mode 100644 index 0000000..e303750 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/skip-end-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/skip-end-circle.svg b/core/static/assets/vendor/bootstrap-icons/icons/skip-end-circle.svg new file mode 100644 index 0000000..39e8cd3 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/skip-end-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/skip-end-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/skip-end-fill.svg new file mode 100644 index 0000000..fa90d3f --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/skip-end-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/skip-end.svg b/core/static/assets/vendor/bootstrap-icons/icons/skip-end.svg new file mode 100644 index 0000000..40d6fa9 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/skip-end.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/skip-forward-btn-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/skip-forward-btn-fill.svg new file mode 100644 index 0000000..b767e9c --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/skip-forward-btn-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/skip-forward-btn.svg b/core/static/assets/vendor/bootstrap-icons/icons/skip-forward-btn.svg new file mode 100644 index 0000000..f67d3a8 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/skip-forward-btn.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/skip-forward-circle-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/skip-forward-circle-fill.svg new file mode 100644 index 0000000..00cea35 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/skip-forward-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/skip-forward-circle.svg b/core/static/assets/vendor/bootstrap-icons/icons/skip-forward-circle.svg new file mode 100644 index 0000000..3b55d7e --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/skip-forward-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/skip-forward-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/skip-forward-fill.svg new file mode 100644 index 0000000..c4071aa --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/skip-forward-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/skip-forward.svg b/core/static/assets/vendor/bootstrap-icons/icons/skip-forward.svg new file mode 100644 index 0000000..a1c4720 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/skip-forward.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/skip-start-btn-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/skip-start-btn-fill.svg new file mode 100644 index 0000000..56a1370 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/skip-start-btn-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/skip-start-btn.svg b/core/static/assets/vendor/bootstrap-icons/icons/skip-start-btn.svg new file mode 100644 index 0000000..c86afbe --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/skip-start-btn.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/skip-start-circle-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/skip-start-circle-fill.svg new file mode 100644 index 0000000..b6d13b0 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/skip-start-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/skip-start-circle.svg b/core/static/assets/vendor/bootstrap-icons/icons/skip-start-circle.svg new file mode 100644 index 0000000..f9664d9 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/skip-start-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/skip-start-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/skip-start-fill.svg new file mode 100644 index 0000000..c4295fc --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/skip-start-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/skip-start.svg b/core/static/assets/vendor/bootstrap-icons/icons/skip-start.svg new file mode 100644 index 0000000..a178e0e --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/skip-start.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/skype.svg b/core/static/assets/vendor/bootstrap-icons/icons/skype.svg new file mode 100644 index 0000000..b3beaf9 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/skype.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/slack.svg b/core/static/assets/vendor/bootstrap-icons/icons/slack.svg new file mode 100644 index 0000000..f4aa6e6 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/slack.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/slash-circle-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/slash-circle-fill.svg new file mode 100644 index 0000000..f703101 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/slash-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/slash-circle.svg b/core/static/assets/vendor/bootstrap-icons/icons/slash-circle.svg new file mode 100644 index 0000000..4c1344b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/slash-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/slash-lg.svg b/core/static/assets/vendor/bootstrap-icons/icons/slash-lg.svg new file mode 100644 index 0000000..161b6ec --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/slash-lg.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/slash-square-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/slash-square-fill.svg new file mode 100644 index 0000000..c7a3935 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/slash-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/slash-square.svg b/core/static/assets/vendor/bootstrap-icons/icons/slash-square.svg new file mode 100644 index 0000000..ccf42bd --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/slash-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/slash.svg b/core/static/assets/vendor/bootstrap-icons/icons/slash.svg new file mode 100644 index 0000000..9616561 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/slash.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/sliders.svg b/core/static/assets/vendor/bootstrap-icons/icons/sliders.svg new file mode 100644 index 0000000..da4b835 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/sliders.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/sliders2-vertical.svg b/core/static/assets/vendor/bootstrap-icons/icons/sliders2-vertical.svg new file mode 100644 index 0000000..c474281 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/sliders2-vertical.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/sliders2.svg b/core/static/assets/vendor/bootstrap-icons/icons/sliders2.svg new file mode 100644 index 0000000..86fa70c --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/sliders2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/smartwatch.svg b/core/static/assets/vendor/bootstrap-icons/icons/smartwatch.svg new file mode 100644 index 0000000..696bd33 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/smartwatch.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/snapchat.svg b/core/static/assets/vendor/bootstrap-icons/icons/snapchat.svg new file mode 100644 index 0000000..505f55a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/snapchat.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/snow.svg b/core/static/assets/vendor/bootstrap-icons/icons/snow.svg new file mode 100644 index 0000000..9b648a5 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/snow.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/snow2.svg b/core/static/assets/vendor/bootstrap-icons/icons/snow2.svg new file mode 100644 index 0000000..cede335 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/snow2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/snow3.svg b/core/static/assets/vendor/bootstrap-icons/icons/snow3.svg new file mode 100644 index 0000000..75e5ef2 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/snow3.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/sort-alpha-down-alt.svg b/core/static/assets/vendor/bootstrap-icons/icons/sort-alpha-down-alt.svg new file mode 100644 index 0000000..fa4f4fa --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/sort-alpha-down-alt.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/sort-alpha-down.svg b/core/static/assets/vendor/bootstrap-icons/icons/sort-alpha-down.svg new file mode 100644 index 0000000..e0fcad0 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/sort-alpha-down.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/sort-alpha-up-alt.svg b/core/static/assets/vendor/bootstrap-icons/icons/sort-alpha-up-alt.svg new file mode 100644 index 0000000..69c1a39 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/sort-alpha-up-alt.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/sort-alpha-up.svg b/core/static/assets/vendor/bootstrap-icons/icons/sort-alpha-up.svg new file mode 100644 index 0000000..0be5e68 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/sort-alpha-up.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/sort-down-alt.svg b/core/static/assets/vendor/bootstrap-icons/icons/sort-down-alt.svg new file mode 100644 index 0000000..d7f7fc8 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/sort-down-alt.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/sort-down.svg b/core/static/assets/vendor/bootstrap-icons/icons/sort-down.svg new file mode 100644 index 0000000..848834c --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/sort-down.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/sort-numeric-down-alt.svg b/core/static/assets/vendor/bootstrap-icons/icons/sort-numeric-down-alt.svg new file mode 100644 index 0000000..8c39a5a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/sort-numeric-down-alt.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/sort-numeric-down.svg b/core/static/assets/vendor/bootstrap-icons/icons/sort-numeric-down.svg new file mode 100644 index 0000000..57a3fb0 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/sort-numeric-down.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/sort-numeric-up-alt.svg b/core/static/assets/vendor/bootstrap-icons/icons/sort-numeric-up-alt.svg new file mode 100644 index 0000000..e8edf88 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/sort-numeric-up-alt.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/sort-numeric-up.svg b/core/static/assets/vendor/bootstrap-icons/icons/sort-numeric-up.svg new file mode 100644 index 0000000..1cd0a37 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/sort-numeric-up.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/sort-up-alt.svg b/core/static/assets/vendor/bootstrap-icons/icons/sort-up-alt.svg new file mode 100644 index 0000000..96650d5 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/sort-up-alt.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/sort-up.svg b/core/static/assets/vendor/bootstrap-icons/icons/sort-up.svg new file mode 100644 index 0000000..2158801 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/sort-up.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/soundwave.svg b/core/static/assets/vendor/bootstrap-icons/icons/soundwave.svg new file mode 100644 index 0000000..288f108 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/soundwave.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/speaker-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/speaker-fill.svg new file mode 100644 index 0000000..bae80e2 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/speaker-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/speaker.svg b/core/static/assets/vendor/bootstrap-icons/icons/speaker.svg new file mode 100644 index 0000000..461626d --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/speaker.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/speedometer.svg b/core/static/assets/vendor/bootstrap-icons/icons/speedometer.svg new file mode 100644 index 0000000..5a0a43c --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/speedometer.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/speedometer2.svg b/core/static/assets/vendor/bootstrap-icons/icons/speedometer2.svg new file mode 100644 index 0000000..d5676df --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/speedometer2.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/spellcheck.svg b/core/static/assets/vendor/bootstrap-icons/icons/spellcheck.svg new file mode 100644 index 0000000..029950f --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/spellcheck.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/spotify.svg b/core/static/assets/vendor/bootstrap-icons/icons/spotify.svg new file mode 100644 index 0000000..31b4238 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/spotify.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/square-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/square-fill.svg new file mode 100644 index 0000000..31bae4f --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/square-half.svg b/core/static/assets/vendor/bootstrap-icons/icons/square-half.svg new file mode 100644 index 0000000..3f8179d --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/square-half.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/square.svg b/core/static/assets/vendor/bootstrap-icons/icons/square.svg new file mode 100644 index 0000000..ded82d4 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/square.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/stack-overflow.svg b/core/static/assets/vendor/bootstrap-icons/icons/stack-overflow.svg new file mode 100644 index 0000000..b7d482d --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/stack-overflow.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/stack.svg b/core/static/assets/vendor/bootstrap-icons/icons/stack.svg new file mode 100644 index 0000000..b8a9c94 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/stack.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/star-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/star-fill.svg new file mode 100644 index 0000000..de09c4a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/star-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/star-half.svg b/core/static/assets/vendor/bootstrap-icons/icons/star-half.svg new file mode 100644 index 0000000..8d30e7e --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/star-half.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/star.svg b/core/static/assets/vendor/bootstrap-icons/icons/star.svg new file mode 100644 index 0000000..742b5e2 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/star.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/stars.svg b/core/static/assets/vendor/bootstrap-icons/icons/stars.svg new file mode 100644 index 0000000..2c16677 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/stars.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/steam.svg b/core/static/assets/vendor/bootstrap-icons/icons/steam.svg new file mode 100644 index 0000000..aecd433 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/steam.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/stickies-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/stickies-fill.svg new file mode 100644 index 0000000..a0252da --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/stickies-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/stickies.svg b/core/static/assets/vendor/bootstrap-icons/icons/stickies.svg new file mode 100644 index 0000000..8252c49 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/stickies.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/sticky-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/sticky-fill.svg new file mode 100644 index 0000000..acd42b9 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/sticky-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/sticky.svg b/core/static/assets/vendor/bootstrap-icons/icons/sticky.svg new file mode 100644 index 0000000..dba0142 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/sticky.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/stop-btn-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/stop-btn-fill.svg new file mode 100644 index 0000000..58b6c02 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/stop-btn-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/stop-btn.svg b/core/static/assets/vendor/bootstrap-icons/icons/stop-btn.svg new file mode 100644 index 0000000..5c392ec --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/stop-btn.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/stop-circle-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/stop-circle-fill.svg new file mode 100644 index 0000000..ac711e0 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/stop-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/stop-circle.svg b/core/static/assets/vendor/bootstrap-icons/icons/stop-circle.svg new file mode 100644 index 0000000..441613c --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/stop-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/stop-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/stop-fill.svg new file mode 100644 index 0000000..e00085a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/stop-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/stop.svg b/core/static/assets/vendor/bootstrap-icons/icons/stop.svg new file mode 100644 index 0000000..2b86647 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/stop.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/stoplights-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/stoplights-fill.svg new file mode 100644 index 0000000..a18566b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/stoplights-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/stoplights.svg b/core/static/assets/vendor/bootstrap-icons/icons/stoplights.svg new file mode 100644 index 0000000..f765ab2 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/stoplights.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/stopwatch-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/stopwatch-fill.svg new file mode 100644 index 0000000..2d2ed11 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/stopwatch-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/stopwatch.svg b/core/static/assets/vendor/bootstrap-icons/icons/stopwatch.svg new file mode 100644 index 0000000..964dbb8 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/stopwatch.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/strava.svg b/core/static/assets/vendor/bootstrap-icons/icons/strava.svg new file mode 100644 index 0000000..7e3237d --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/strava.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/subtract.svg b/core/static/assets/vendor/bootstrap-icons/icons/subtract.svg new file mode 100644 index 0000000..e1d878a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/subtract.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/suit-club-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/suit-club-fill.svg new file mode 100644 index 0000000..d4d311a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/suit-club-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/suit-club.svg b/core/static/assets/vendor/bootstrap-icons/icons/suit-club.svg new file mode 100644 index 0000000..75e5e85 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/suit-club.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/suit-diamond-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/suit-diamond-fill.svg new file mode 100644 index 0000000..2be1b7f --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/suit-diamond-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/suit-diamond.svg b/core/static/assets/vendor/bootstrap-icons/icons/suit-diamond.svg new file mode 100644 index 0000000..9192a27 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/suit-diamond.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/suit-heart-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/suit-heart-fill.svg new file mode 100644 index 0000000..0dd86f9 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/suit-heart-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/suit-heart.svg b/core/static/assets/vendor/bootstrap-icons/icons/suit-heart.svg new file mode 100644 index 0000000..c761ef4 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/suit-heart.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/suit-spade-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/suit-spade-fill.svg new file mode 100644 index 0000000..63bb0c6 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/suit-spade-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/suit-spade.svg b/core/static/assets/vendor/bootstrap-icons/icons/suit-spade.svg new file mode 100644 index 0000000..8f14427 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/suit-spade.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/sun-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/sun-fill.svg new file mode 100644 index 0000000..cc1a60e --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/sun-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/sun.svg b/core/static/assets/vendor/bootstrap-icons/icons/sun.svg new file mode 100644 index 0000000..c311208 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/sun.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/sunglasses.svg b/core/static/assets/vendor/bootstrap-icons/icons/sunglasses.svg new file mode 100644 index 0000000..3f7dad0 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/sunglasses.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/sunrise-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/sunrise-fill.svg new file mode 100644 index 0000000..eb6a668 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/sunrise-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/sunrise.svg b/core/static/assets/vendor/bootstrap-icons/icons/sunrise.svg new file mode 100644 index 0000000..53d670d --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/sunrise.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/sunset-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/sunset-fill.svg new file mode 100644 index 0000000..7f5b60e --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/sunset-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/sunset.svg b/core/static/assets/vendor/bootstrap-icons/icons/sunset.svg new file mode 100644 index 0000000..91041cf --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/sunset.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/symmetry-horizontal.svg b/core/static/assets/vendor/bootstrap-icons/icons/symmetry-horizontal.svg new file mode 100644 index 0000000..7e46d90 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/symmetry-horizontal.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/symmetry-vertical.svg b/core/static/assets/vendor/bootstrap-icons/icons/symmetry-vertical.svg new file mode 100644 index 0000000..a18fa2f --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/symmetry-vertical.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/table.svg b/core/static/assets/vendor/bootstrap-icons/icons/table.svg new file mode 100644 index 0000000..5e70d22 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/table.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/tablet-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/tablet-fill.svg new file mode 100644 index 0000000..571ae8f --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/tablet-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/tablet-landscape-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/tablet-landscape-fill.svg new file mode 100644 index 0000000..a4a6048 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/tablet-landscape-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/tablet-landscape.svg b/core/static/assets/vendor/bootstrap-icons/icons/tablet-landscape.svg new file mode 100644 index 0000000..b36f7d4 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/tablet-landscape.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/tablet.svg b/core/static/assets/vendor/bootstrap-icons/icons/tablet.svg new file mode 100644 index 0000000..be81ff5 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/tablet.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/tag-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/tag-fill.svg new file mode 100644 index 0000000..1502792 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/tag-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/tag.svg b/core/static/assets/vendor/bootstrap-icons/icons/tag.svg new file mode 100644 index 0000000..ab34fdd --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/tag.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/tags-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/tags-fill.svg new file mode 100644 index 0000000..f92a361 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/tags-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/tags.svg b/core/static/assets/vendor/bootstrap-icons/icons/tags.svg new file mode 100644 index 0000000..9f6d676 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/tags.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/telegram.svg b/core/static/assets/vendor/bootstrap-icons/icons/telegram.svg new file mode 100644 index 0000000..139af07 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/telegram.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/telephone-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/telephone-fill.svg new file mode 100644 index 0000000..efc72c0 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/telephone-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/telephone-forward-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/telephone-forward-fill.svg new file mode 100644 index 0000000..f4ce483 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/telephone-forward-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/telephone-forward.svg b/core/static/assets/vendor/bootstrap-icons/icons/telephone-forward.svg new file mode 100644 index 0000000..17ec9ce --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/telephone-forward.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/telephone-inbound-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/telephone-inbound-fill.svg new file mode 100644 index 0000000..998c8fb --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/telephone-inbound-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/telephone-inbound.svg b/core/static/assets/vendor/bootstrap-icons/icons/telephone-inbound.svg new file mode 100644 index 0000000..460fe9f --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/telephone-inbound.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/telephone-minus-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/telephone-minus-fill.svg new file mode 100644 index 0000000..bc17abb --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/telephone-minus-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/telephone-minus.svg b/core/static/assets/vendor/bootstrap-icons/icons/telephone-minus.svg new file mode 100644 index 0000000..4f4d93c --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/telephone-minus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/telephone-outbound-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/telephone-outbound-fill.svg new file mode 100644 index 0000000..16013a5 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/telephone-outbound-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/telephone-outbound.svg b/core/static/assets/vendor/bootstrap-icons/icons/telephone-outbound.svg new file mode 100644 index 0000000..1382886 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/telephone-outbound.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/telephone-plus-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/telephone-plus-fill.svg new file mode 100644 index 0000000..6d8c58f --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/telephone-plus-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/telephone-plus.svg b/core/static/assets/vendor/bootstrap-icons/icons/telephone-plus.svg new file mode 100644 index 0000000..21ef909 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/telephone-plus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/telephone-x-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/telephone-x-fill.svg new file mode 100644 index 0000000..c8ef894 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/telephone-x-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/telephone-x.svg b/core/static/assets/vendor/bootstrap-icons/icons/telephone-x.svg new file mode 100644 index 0000000..5aa3f95 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/telephone-x.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/telephone.svg b/core/static/assets/vendor/bootstrap-icons/icons/telephone.svg new file mode 100644 index 0000000..8e359b8 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/telephone.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/terminal-dash.svg b/core/static/assets/vendor/bootstrap-icons/icons/terminal-dash.svg new file mode 100644 index 0000000..9049b5e --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/terminal-dash.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/terminal-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/terminal-fill.svg new file mode 100644 index 0000000..d3c6394 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/terminal-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/terminal-plus.svg b/core/static/assets/vendor/bootstrap-icons/icons/terminal-plus.svg new file mode 100644 index 0000000..be268c8 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/terminal-plus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/terminal-split.svg b/core/static/assets/vendor/bootstrap-icons/icons/terminal-split.svg new file mode 100644 index 0000000..f65d2c7 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/terminal-split.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/terminal-x.svg b/core/static/assets/vendor/bootstrap-icons/icons/terminal-x.svg new file mode 100644 index 0000000..5128f11 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/terminal-x.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/terminal.svg b/core/static/assets/vendor/bootstrap-icons/icons/terminal.svg new file mode 100644 index 0000000..e12c9f8 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/terminal.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/text-center.svg b/core/static/assets/vendor/bootstrap-icons/icons/text-center.svg new file mode 100644 index 0000000..2887a99 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/text-center.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/text-indent-left.svg b/core/static/assets/vendor/bootstrap-icons/icons/text-indent-left.svg new file mode 100644 index 0000000..34d8c55 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/text-indent-left.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/text-indent-right.svg b/core/static/assets/vendor/bootstrap-icons/icons/text-indent-right.svg new file mode 100644 index 0000000..fdd837f --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/text-indent-right.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/text-left.svg b/core/static/assets/vendor/bootstrap-icons/icons/text-left.svg new file mode 100644 index 0000000..0452611 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/text-left.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/text-paragraph.svg b/core/static/assets/vendor/bootstrap-icons/icons/text-paragraph.svg new file mode 100644 index 0000000..9779bea --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/text-paragraph.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/text-right.svg b/core/static/assets/vendor/bootstrap-icons/icons/text-right.svg new file mode 100644 index 0000000..34686b0 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/text-right.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/textarea-resize.svg b/core/static/assets/vendor/bootstrap-icons/icons/textarea-resize.svg new file mode 100644 index 0000000..c4a9d9f --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/textarea-resize.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/textarea-t.svg b/core/static/assets/vendor/bootstrap-icons/icons/textarea-t.svg new file mode 100644 index 0000000..dc7e17c --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/textarea-t.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/textarea.svg b/core/static/assets/vendor/bootstrap-icons/icons/textarea.svg new file mode 100644 index 0000000..9aa5445 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/textarea.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/thermometer-half.svg b/core/static/assets/vendor/bootstrap-icons/icons/thermometer-half.svg new file mode 100644 index 0000000..cafefd2 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/thermometer-half.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/thermometer-high.svg b/core/static/assets/vendor/bootstrap-icons/icons/thermometer-high.svg new file mode 100644 index 0000000..15acf4c --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/thermometer-high.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/thermometer-low.svg b/core/static/assets/vendor/bootstrap-icons/icons/thermometer-low.svg new file mode 100644 index 0000000..ce540e0 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/thermometer-low.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/thermometer-snow.svg b/core/static/assets/vendor/bootstrap-icons/icons/thermometer-snow.svg new file mode 100644 index 0000000..0e1b400 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/thermometer-snow.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/thermometer-sun.svg b/core/static/assets/vendor/bootstrap-icons/icons/thermometer-sun.svg new file mode 100644 index 0000000..07c3290 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/thermometer-sun.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/thermometer.svg b/core/static/assets/vendor/bootstrap-icons/icons/thermometer.svg new file mode 100644 index 0000000..748813e --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/thermometer.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/three-dots-vertical.svg b/core/static/assets/vendor/bootstrap-icons/icons/three-dots-vertical.svg new file mode 100644 index 0000000..cd0c79a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/three-dots-vertical.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/three-dots.svg b/core/static/assets/vendor/bootstrap-icons/icons/three-dots.svg new file mode 100644 index 0000000..ea92369 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/three-dots.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/thunderbolt-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/thunderbolt-fill.svg new file mode 100644 index 0000000..85c437e --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/thunderbolt-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/thunderbolt.svg b/core/static/assets/vendor/bootstrap-icons/icons/thunderbolt.svg new file mode 100644 index 0000000..b8356da --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/thunderbolt.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/ticket-detailed-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/ticket-detailed-fill.svg new file mode 100644 index 0000000..bc5d192 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/ticket-detailed-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/ticket-detailed.svg b/core/static/assets/vendor/bootstrap-icons/icons/ticket-detailed.svg new file mode 100644 index 0000000..c2701bb --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/ticket-detailed.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/ticket-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/ticket-fill.svg new file mode 100644 index 0000000..73728b6 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/ticket-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/ticket-perforated-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/ticket-perforated-fill.svg new file mode 100644 index 0000000..2ec1d57 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/ticket-perforated-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/ticket-perforated.svg b/core/static/assets/vendor/bootstrap-icons/icons/ticket-perforated.svg new file mode 100644 index 0000000..194ae05 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/ticket-perforated.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/ticket.svg b/core/static/assets/vendor/bootstrap-icons/icons/ticket.svg new file mode 100644 index 0000000..f24a93e --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/ticket.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/tiktok.svg b/core/static/assets/vendor/bootstrap-icons/icons/tiktok.svg new file mode 100644 index 0000000..7edac4e --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/tiktok.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/toggle-off.svg b/core/static/assets/vendor/bootstrap-icons/icons/toggle-off.svg new file mode 100644 index 0000000..97d6dab --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/toggle-off.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/toggle-on.svg b/core/static/assets/vendor/bootstrap-icons/icons/toggle-on.svg new file mode 100644 index 0000000..d13b495 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/toggle-on.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/toggle2-off.svg b/core/static/assets/vendor/bootstrap-icons/icons/toggle2-off.svg new file mode 100644 index 0000000..a8fee6b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/toggle2-off.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/toggle2-on.svg b/core/static/assets/vendor/bootstrap-icons/icons/toggle2-on.svg new file mode 100644 index 0000000..993ec33 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/toggle2-on.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/toggles.svg b/core/static/assets/vendor/bootstrap-icons/icons/toggles.svg new file mode 100644 index 0000000..d53ae01 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/toggles.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/toggles2.svg b/core/static/assets/vendor/bootstrap-icons/icons/toggles2.svg new file mode 100644 index 0000000..862fc9f --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/toggles2.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/tools.svg b/core/static/assets/vendor/bootstrap-icons/icons/tools.svg new file mode 100644 index 0000000..fcc8362 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/tools.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/tornado.svg b/core/static/assets/vendor/bootstrap-icons/icons/tornado.svg new file mode 100644 index 0000000..5bb53a2 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/tornado.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/train-freight-front-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/train-freight-front-fill.svg new file mode 100644 index 0000000..54210a7 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/train-freight-front-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/train-freight-front.svg b/core/static/assets/vendor/bootstrap-icons/icons/train-freight-front.svg new file mode 100644 index 0000000..f1080fe --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/train-freight-front.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/train-front-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/train-front-fill.svg new file mode 100644 index 0000000..0895443 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/train-front-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/train-front.svg b/core/static/assets/vendor/bootstrap-icons/icons/train-front.svg new file mode 100644 index 0000000..672ed4b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/train-front.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/train-lightrail-front-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/train-lightrail-front-fill.svg new file mode 100644 index 0000000..881ffbc --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/train-lightrail-front-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/train-lightrail-front.svg b/core/static/assets/vendor/bootstrap-icons/icons/train-lightrail-front.svg new file mode 100644 index 0000000..db5f945 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/train-lightrail-front.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/translate.svg b/core/static/assets/vendor/bootstrap-icons/icons/translate.svg new file mode 100644 index 0000000..39a17d2 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/translate.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/trash-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/trash-fill.svg new file mode 100644 index 0000000..1a20e6a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/trash-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/trash.svg b/core/static/assets/vendor/bootstrap-icons/icons/trash.svg new file mode 100644 index 0000000..0ba7218 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/trash.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/trash2-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/trash2-fill.svg new file mode 100644 index 0000000..bc78b6d --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/trash2-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/trash2.svg b/core/static/assets/vendor/bootstrap-icons/icons/trash2.svg new file mode 100644 index 0000000..6e6468e --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/trash2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/trash3-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/trash3-fill.svg new file mode 100644 index 0000000..e0e81f1 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/trash3-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/trash3.svg b/core/static/assets/vendor/bootstrap-icons/icons/trash3.svg new file mode 100644 index 0000000..1d5f42e --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/trash3.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/tree-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/tree-fill.svg new file mode 100644 index 0000000..4d45dd4 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/tree-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/tree.svg b/core/static/assets/vendor/bootstrap-icons/icons/tree.svg new file mode 100644 index 0000000..b97eb64 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/tree.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/triangle-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/triangle-fill.svg new file mode 100644 index 0000000..654787f --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/triangle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/triangle-half.svg b/core/static/assets/vendor/bootstrap-icons/icons/triangle-half.svg new file mode 100644 index 0000000..8f86f28 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/triangle-half.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/triangle.svg b/core/static/assets/vendor/bootstrap-icons/icons/triangle.svg new file mode 100644 index 0000000..1fa1898 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/triangle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/trophy-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/trophy-fill.svg new file mode 100644 index 0000000..e29f001 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/trophy-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/trophy.svg b/core/static/assets/vendor/bootstrap-icons/icons/trophy.svg new file mode 100644 index 0000000..adfa108 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/trophy.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/tropical-storm.svg b/core/static/assets/vendor/bootstrap-icons/icons/tropical-storm.svg new file mode 100644 index 0000000..c16188d --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/tropical-storm.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/truck-flatbed.svg b/core/static/assets/vendor/bootstrap-icons/icons/truck-flatbed.svg new file mode 100644 index 0000000..5a37c8d --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/truck-flatbed.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/truck-front-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/truck-front-fill.svg new file mode 100644 index 0000000..f5b63e3 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/truck-front-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/truck-front.svg b/core/static/assets/vendor/bootstrap-icons/icons/truck-front.svg new file mode 100644 index 0000000..a676a71 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/truck-front.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/truck.svg b/core/static/assets/vendor/bootstrap-icons/icons/truck.svg new file mode 100644 index 0000000..1afc549 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/truck.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/tsunami.svg b/core/static/assets/vendor/bootstrap-icons/icons/tsunami.svg new file mode 100644 index 0000000..cf57486 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/tsunami.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/tv-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/tv-fill.svg new file mode 100644 index 0000000..bf9830f --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/tv-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/tv.svg b/core/static/assets/vendor/bootstrap-icons/icons/tv.svg new file mode 100644 index 0000000..bba3da1 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/tv.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/twitch.svg b/core/static/assets/vendor/bootstrap-icons/icons/twitch.svg new file mode 100644 index 0000000..2975f80 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/twitch.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/twitter.svg b/core/static/assets/vendor/bootstrap-icons/icons/twitter.svg new file mode 100644 index 0000000..8a83fa6 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/twitter.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/type-bold.svg b/core/static/assets/vendor/bootstrap-icons/icons/type-bold.svg new file mode 100644 index 0000000..276d133 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/type-bold.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/type-h1.svg b/core/static/assets/vendor/bootstrap-icons/icons/type-h1.svg new file mode 100644 index 0000000..4c89181 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/type-h1.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/type-h2.svg b/core/static/assets/vendor/bootstrap-icons/icons/type-h2.svg new file mode 100644 index 0000000..b6ab765 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/type-h2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/type-h3.svg b/core/static/assets/vendor/bootstrap-icons/icons/type-h3.svg new file mode 100644 index 0000000..154c293 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/type-h3.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/type-italic.svg b/core/static/assets/vendor/bootstrap-icons/icons/type-italic.svg new file mode 100644 index 0000000..3ac6b09 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/type-italic.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/type-strikethrough.svg b/core/static/assets/vendor/bootstrap-icons/icons/type-strikethrough.svg new file mode 100644 index 0000000..1c940e4 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/type-strikethrough.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/type-underline.svg b/core/static/assets/vendor/bootstrap-icons/icons/type-underline.svg new file mode 100644 index 0000000..c299b8b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/type-underline.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/type.svg b/core/static/assets/vendor/bootstrap-icons/icons/type.svg new file mode 100644 index 0000000..9ab1e4c --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/type.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/ubuntu.svg b/core/static/assets/vendor/bootstrap-icons/icons/ubuntu.svg new file mode 100644 index 0000000..27f8c27 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/ubuntu.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/ui-checks-grid.svg b/core/static/assets/vendor/bootstrap-icons/icons/ui-checks-grid.svg new file mode 100644 index 0000000..a32d424 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/ui-checks-grid.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/ui-checks.svg b/core/static/assets/vendor/bootstrap-icons/icons/ui-checks.svg new file mode 100644 index 0000000..9b659e2 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/ui-checks.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/ui-radios-grid.svg b/core/static/assets/vendor/bootstrap-icons/icons/ui-radios-grid.svg new file mode 100644 index 0000000..00c7b08 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/ui-radios-grid.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/ui-radios.svg b/core/static/assets/vendor/bootstrap-icons/icons/ui-radios.svg new file mode 100644 index 0000000..da779af --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/ui-radios.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/umbrella-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/umbrella-fill.svg new file mode 100644 index 0000000..c4886e9 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/umbrella-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/umbrella.svg b/core/static/assets/vendor/bootstrap-icons/icons/umbrella.svg new file mode 100644 index 0000000..94f32f9 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/umbrella.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/unindent.svg b/core/static/assets/vendor/bootstrap-icons/icons/unindent.svg new file mode 100644 index 0000000..1969283 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/unindent.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/union.svg b/core/static/assets/vendor/bootstrap-icons/icons/union.svg new file mode 100644 index 0000000..b629b88 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/union.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/unity.svg b/core/static/assets/vendor/bootstrap-icons/icons/unity.svg new file mode 100644 index 0000000..e179a38 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/unity.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/universal-access-circle.svg b/core/static/assets/vendor/bootstrap-icons/icons/universal-access-circle.svg new file mode 100644 index 0000000..158465b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/universal-access-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/universal-access.svg b/core/static/assets/vendor/bootstrap-icons/icons/universal-access.svg new file mode 100644 index 0000000..3b7fc37 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/universal-access.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/unlock-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/unlock-fill.svg new file mode 100644 index 0000000..f053354 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/unlock-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/unlock.svg b/core/static/assets/vendor/bootstrap-icons/icons/unlock.svg new file mode 100644 index 0000000..8eb0925 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/unlock.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/upc-scan.svg b/core/static/assets/vendor/bootstrap-icons/icons/upc-scan.svg new file mode 100644 index 0000000..2a9a6af --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/upc-scan.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/upc.svg b/core/static/assets/vendor/bootstrap-icons/icons/upc.svg new file mode 100644 index 0000000..6669ef7 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/upc.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/upload.svg b/core/static/assets/vendor/bootstrap-icons/icons/upload.svg new file mode 100644 index 0000000..be3f8e3 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/upload.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/usb-c-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/usb-c-fill.svg new file mode 100644 index 0000000..0e50ac6 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/usb-c-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/usb-c.svg b/core/static/assets/vendor/bootstrap-icons/icons/usb-c.svg new file mode 100644 index 0000000..c17d4ca --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/usb-c.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/usb-drive-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/usb-drive-fill.svg new file mode 100644 index 0000000..834614d --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/usb-drive-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/usb-drive.svg b/core/static/assets/vendor/bootstrap-icons/icons/usb-drive.svg new file mode 100644 index 0000000..ca08df5 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/usb-drive.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/usb-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/usb-fill.svg new file mode 100644 index 0000000..443c91a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/usb-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/usb-micro-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/usb-micro-fill.svg new file mode 100644 index 0000000..67ad744 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/usb-micro-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/usb-micro.svg b/core/static/assets/vendor/bootstrap-icons/icons/usb-micro.svg new file mode 100644 index 0000000..945b6e7 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/usb-micro.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/usb-mini-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/usb-mini-fill.svg new file mode 100644 index 0000000..7235636 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/usb-mini-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/usb-mini.svg b/core/static/assets/vendor/bootstrap-icons/icons/usb-mini.svg new file mode 100644 index 0000000..7cc383f --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/usb-mini.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/usb-plug-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/usb-plug-fill.svg new file mode 100644 index 0000000..2f1c185 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/usb-plug-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/usb-plug.svg b/core/static/assets/vendor/bootstrap-icons/icons/usb-plug.svg new file mode 100644 index 0000000..68f5f97 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/usb-plug.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/usb-symbol.svg b/core/static/assets/vendor/bootstrap-icons/icons/usb-symbol.svg new file mode 100644 index 0000000..eb02d87 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/usb-symbol.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/usb.svg b/core/static/assets/vendor/bootstrap-icons/icons/usb.svg new file mode 100644 index 0000000..e82324c --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/usb.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/valentine.svg b/core/static/assets/vendor/bootstrap-icons/icons/valentine.svg new file mode 100644 index 0000000..5542055 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/valentine.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/valentine2.svg b/core/static/assets/vendor/bootstrap-icons/icons/valentine2.svg new file mode 100644 index 0000000..c70e274 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/valentine2.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/vector-pen.svg b/core/static/assets/vendor/bootstrap-icons/icons/vector-pen.svg new file mode 100644 index 0000000..013acc2 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/vector-pen.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/view-list.svg b/core/static/assets/vendor/bootstrap-icons/icons/view-list.svg new file mode 100644 index 0000000..3d1a972 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/view-list.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/view-stacked.svg b/core/static/assets/vendor/bootstrap-icons/icons/view-stacked.svg new file mode 100644 index 0000000..7f59bb9 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/view-stacked.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/vimeo.svg b/core/static/assets/vendor/bootstrap-icons/icons/vimeo.svg new file mode 100644 index 0000000..34eea6d --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/vimeo.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/vinyl-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/vinyl-fill.svg new file mode 100644 index 0000000..a5ab73d --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/vinyl-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/vinyl.svg b/core/static/assets/vendor/bootstrap-icons/icons/vinyl.svg new file mode 100644 index 0000000..75c2681 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/vinyl.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/virus.svg b/core/static/assets/vendor/bootstrap-icons/icons/virus.svg new file mode 100644 index 0000000..64dd56f --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/virus.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/virus2.svg b/core/static/assets/vendor/bootstrap-icons/icons/virus2.svg new file mode 100644 index 0000000..0aa3901 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/virus2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/voicemail.svg b/core/static/assets/vendor/bootstrap-icons/icons/voicemail.svg new file mode 100644 index 0000000..ff7ce86 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/voicemail.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/volume-down-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/volume-down-fill.svg new file mode 100644 index 0000000..4879b5a --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/volume-down-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/volume-down.svg b/core/static/assets/vendor/bootstrap-icons/icons/volume-down.svg new file mode 100644 index 0000000..996dbef --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/volume-down.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/volume-mute-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/volume-mute-fill.svg new file mode 100644 index 0000000..7ab7684 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/volume-mute-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/volume-mute.svg b/core/static/assets/vendor/bootstrap-icons/icons/volume-mute.svg new file mode 100644 index 0000000..12659d9 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/volume-mute.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/volume-off-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/volume-off-fill.svg new file mode 100644 index 0000000..4941870 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/volume-off-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/volume-off.svg b/core/static/assets/vendor/bootstrap-icons/icons/volume-off.svg new file mode 100644 index 0000000..08bb6b9 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/volume-off.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/volume-up-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/volume-up-fill.svg new file mode 100644 index 0000000..495ee98 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/volume-up-fill.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/volume-up.svg b/core/static/assets/vendor/bootstrap-icons/icons/volume-up.svg new file mode 100644 index 0000000..3840310 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/volume-up.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/vr.svg b/core/static/assets/vendor/bootstrap-icons/icons/vr.svg new file mode 100644 index 0000000..cf2ea37 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/vr.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/wallet-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/wallet-fill.svg new file mode 100644 index 0000000..d44e5c8 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/wallet-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/wallet.svg b/core/static/assets/vendor/bootstrap-icons/icons/wallet.svg new file mode 100644 index 0000000..d18441b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/wallet.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/wallet2.svg b/core/static/assets/vendor/bootstrap-icons/icons/wallet2.svg new file mode 100644 index 0000000..e646d94 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/wallet2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/watch.svg b/core/static/assets/vendor/bootstrap-icons/icons/watch.svg new file mode 100644 index 0000000..8c3ee98 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/watch.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/water.svg b/core/static/assets/vendor/bootstrap-icons/icons/water.svg new file mode 100644 index 0000000..18e0825 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/water.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/webcam-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/webcam-fill.svg new file mode 100644 index 0000000..04b835b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/webcam-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/webcam.svg b/core/static/assets/vendor/bootstrap-icons/icons/webcam.svg new file mode 100644 index 0000000..da7ef71 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/webcam.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/wechat.svg b/core/static/assets/vendor/bootstrap-icons/icons/wechat.svg new file mode 100644 index 0000000..06b8ff8 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/wechat.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/whatsapp.svg b/core/static/assets/vendor/bootstrap-icons/icons/whatsapp.svg new file mode 100644 index 0000000..6242d05 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/whatsapp.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/wifi-1.svg b/core/static/assets/vendor/bootstrap-icons/icons/wifi-1.svg new file mode 100644 index 0000000..4d75ef5 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/wifi-1.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/wifi-2.svg b/core/static/assets/vendor/bootstrap-icons/icons/wifi-2.svg new file mode 100644 index 0000000..377c1fc --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/wifi-2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/wifi-off.svg b/core/static/assets/vendor/bootstrap-icons/icons/wifi-off.svg new file mode 100644 index 0000000..4399861 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/wifi-off.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/wifi.svg b/core/static/assets/vendor/bootstrap-icons/icons/wifi.svg new file mode 100644 index 0000000..8cb1f71 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/wifi.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/wind.svg b/core/static/assets/vendor/bootstrap-icons/icons/wind.svg new file mode 100644 index 0000000..d350ea4 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/wind.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/window-dash.svg b/core/static/assets/vendor/bootstrap-icons/icons/window-dash.svg new file mode 100644 index 0000000..191fbd7 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/window-dash.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/window-desktop.svg b/core/static/assets/vendor/bootstrap-icons/icons/window-desktop.svg new file mode 100644 index 0000000..a044521 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/window-desktop.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/window-dock.svg b/core/static/assets/vendor/bootstrap-icons/icons/window-dock.svg new file mode 100644 index 0000000..dbffecb --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/window-dock.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/window-fullscreen.svg b/core/static/assets/vendor/bootstrap-icons/icons/window-fullscreen.svg new file mode 100644 index 0000000..22a8d20 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/window-fullscreen.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/window-plus.svg b/core/static/assets/vendor/bootstrap-icons/icons/window-plus.svg new file mode 100644 index 0000000..08444f3 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/window-plus.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/window-sidebar.svg b/core/static/assets/vendor/bootstrap-icons/icons/window-sidebar.svg new file mode 100644 index 0000000..98476ce --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/window-sidebar.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/window-split.svg b/core/static/assets/vendor/bootstrap-icons/icons/window-split.svg new file mode 100644 index 0000000..21862f2 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/window-split.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/window-stack.svg b/core/static/assets/vendor/bootstrap-icons/icons/window-stack.svg new file mode 100644 index 0000000..592e5c8 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/window-stack.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/window-x.svg b/core/static/assets/vendor/bootstrap-icons/icons/window-x.svg new file mode 100644 index 0000000..e7a97dc --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/window-x.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/window.svg b/core/static/assets/vendor/bootstrap-icons/icons/window.svg new file mode 100644 index 0000000..ad6166e --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/window.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/windows.svg b/core/static/assets/vendor/bootstrap-icons/icons/windows.svg new file mode 100644 index 0000000..b280560 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/windows.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/wordpress.svg b/core/static/assets/vendor/bootstrap-icons/icons/wordpress.svg new file mode 100644 index 0000000..4c8cbc4 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/wordpress.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/wrench-adjustable-circle-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/wrench-adjustable-circle-fill.svg new file mode 100644 index 0000000..b723d7f --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/wrench-adjustable-circle-fill.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/wrench-adjustable-circle.svg b/core/static/assets/vendor/bootstrap-icons/icons/wrench-adjustable-circle.svg new file mode 100644 index 0000000..a5a6f0b --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/wrench-adjustable-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/wrench-adjustable.svg b/core/static/assets/vendor/bootstrap-icons/icons/wrench-adjustable.svg new file mode 100644 index 0000000..4ec8082 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/wrench-adjustable.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/wrench.svg b/core/static/assets/vendor/bootstrap-icons/icons/wrench.svg new file mode 100644 index 0000000..bef0713 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/wrench.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/x-circle-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/x-circle-fill.svg new file mode 100644 index 0000000..448fdee --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/x-circle-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/x-circle.svg b/core/static/assets/vendor/bootstrap-icons/icons/x-circle.svg new file mode 100644 index 0000000..ce37cdc --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/x-circle.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/x-diamond-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/x-diamond-fill.svg new file mode 100644 index 0000000..2de6403 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/x-diamond-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/x-diamond.svg b/core/static/assets/vendor/bootstrap-icons/icons/x-diamond.svg new file mode 100644 index 0000000..0ade536 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/x-diamond.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/x-lg.svg b/core/static/assets/vendor/bootstrap-icons/icons/x-lg.svg new file mode 100644 index 0000000..53aec00 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/x-lg.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/x-octagon-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/x-octagon-fill.svg new file mode 100644 index 0000000..7872889 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/x-octagon-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/x-octagon.svg b/core/static/assets/vendor/bootstrap-icons/icons/x-octagon.svg new file mode 100644 index 0000000..794afd9 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/x-octagon.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/x-square-fill.svg b/core/static/assets/vendor/bootstrap-icons/icons/x-square-fill.svg new file mode 100644 index 0000000..ddfd727 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/x-square-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/x-square.svg b/core/static/assets/vendor/bootstrap-icons/icons/x-square.svg new file mode 100644 index 0000000..9d7852f --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/x-square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/x.svg b/core/static/assets/vendor/bootstrap-icons/icons/x.svg new file mode 100644 index 0000000..c865d88 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/x.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/xbox.svg b/core/static/assets/vendor/bootstrap-icons/icons/xbox.svg new file mode 100644 index 0000000..9d84973 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/xbox.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/yelp.svg b/core/static/assets/vendor/bootstrap-icons/icons/yelp.svg new file mode 100644 index 0000000..08d3465 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/yelp.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/yin-yang.svg b/core/static/assets/vendor/bootstrap-icons/icons/yin-yang.svg new file mode 100644 index 0000000..cf1da48 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/yin-yang.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/youtube.svg b/core/static/assets/vendor/bootstrap-icons/icons/youtube.svg new file mode 100644 index 0000000..86fa490 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/youtube.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/zoom-in.svg b/core/static/assets/vendor/bootstrap-icons/icons/zoom-in.svg new file mode 100644 index 0000000..6cde1a0 --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/zoom-in.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/icons/zoom-out.svg b/core/static/assets/vendor/bootstrap-icons/icons/zoom-out.svg new file mode 100644 index 0000000..b965f8e --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/icons/zoom-out.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/static/assets/vendor/bootstrap-icons/package.json b/core/static/assets/vendor/bootstrap-icons/package.json new file mode 100644 index 0000000..0bac95c --- /dev/null +++ b/core/static/assets/vendor/bootstrap-icons/package.json @@ -0,0 +1,70 @@ +{ + "name": "bootstrap-icons", + "version": "1.9.1", + "description": "Official open source SVG icon library for Bootstrap", + "author": "mdo", + "license": "MIT", + "homepage": "https://icons.getbootstrap.com/", + "repository": { + "type": "git", + "url": "git+https://github.com/twbs/icons.git" + }, + "bugs": { + "url": "https://github.com/twbs/icons/issues" + }, + "keywords": [ + "bootstrap", + "icons" + ], + "scripts": { + "start": "npm run docs-serve", + "docs-serve": "hugo server --port 4000 --disableFastRender", + "docs-build": "hugo --cleanDestinationDir", + "docs-purge": "npm run docs-build && purgecss --css docs/static/assets/css/bootstrap.min.css --content \"_site/**/*.html\" \"_site/assets/js/**/*.js\" --keyframes --output docs/static/assets/css/", + "pages": "node build/build-pages.js", + "icons": "npm-run-all icons-main --aggregate-output --parallel icons-sprite icons-font", + "icons-main": "node build/build-svgs.js", + "icons-zip": "cross-env-shell \"rm -rf bootstrap-icons-$npm_package_version && cp -r icons/ bootstrap-icons-$npm_package_version && cp bootstrap-icons.svg bootstrap-icons-$npm_package_version && cp -r font/ bootstrap-icons-$npm_package_version && zip -r9 bootstrap-icons-$npm_package_version.zip bootstrap-icons-$npm_package_version && rm -rf bootstrap-icons-$npm_package_version\"", + "icons-sprite": "svg-sprite --config svg-sprite.json --log=info icons/*.svg", + "icons-font": "fantasticon", + "release": "npm-run-all icons docs-build icons-zip", + "netlify": "cross-env-shell HUGO_BASEURL=$DEPLOY_PRIME_URL npm-run-all icons docs-purge docs-build", + "test:fusv": "fusv docs/assets/scss/", + "test:eslint": "eslint --cache --cache-location node_modules/.cache/.eslintcache --report-unused-disable-directives .", + "test:stylelint": "stylelint docs/assets/scss/ --cache --cache-location node_modules/.cache/.stylelintcache --rd", + "test:lockfile-lint": "lockfile-lint --allowed-hosts npm --allowed-schemes https: --empty-hostname false --type npm --path package-lock.json", + "test:vnu": "node build/vnu-jar.js", + "test": "npm-run-all docs-build --parallel --aggregate-output --continue-on-error test:*" + }, + "style": "font/bootstrap-icons.css", + "sass": "font/bootstrap-icons.scss", + "devDependencies": { + "autoprefixer": "^10.4.7", + "bootstrap": "5.2.0-beta1", + "cross-env": "^7.0.3", + "eslint": "^8.19.0", + "fantasticon": "^1.2.3", + "find-unused-sass-variables": "^4.0.4", + "hugo-bin": "^0.89.0", + "lockfile-lint": "^4.7.6", + "npm-run-all": "^4.1.5", + "picocolors": "^1.0.0", + "postcss": "^8.4.14", + "postcss-cli": "^10.0.0", + "purgecss": "^4.1.3", + "stylelint": "^14.9.1", + "stylelint-config-twbs-bootstrap": "^4.0.0", + "svg-sprite": "^2.0.0-beta7", + "svgo": "^2.8.0", + "vnu-jar": "21.10.12" + }, + "files": [ + "icons/*.svg", + "bootstrap-icons.svg", + "font", + "!.DS_Store" + ], + "hugo-bin": { + "buildTags": "extended" + } +} diff --git a/core/static/assets/vendor/bootstrap/LICENSE b/core/static/assets/vendor/bootstrap/LICENSE new file mode 100644 index 0000000..dda75ca --- /dev/null +++ b/core/static/assets/vendor/bootstrap/LICENSE @@ -0,0 +1,22 @@ +The MIT License (MIT) + +Copyright (c) 2011-2022 Twitter, Inc. +Copyright (c) 2011-2022 The Bootstrap Authors + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/core/static/assets/vendor/bootstrap/README.md b/core/static/assets/vendor/bootstrap/README.md new file mode 100644 index 0000000..5ad3d90 --- /dev/null +++ b/core/static/assets/vendor/bootstrap/README.md @@ -0,0 +1,246 @@ +

+ + Bootstrap logo + +

+ +

Bootstrap

+ +

+ Sleek, intuitive, and powerful front-end framework for faster and easier web development. +
+ Explore Bootstrap docs » +
+
+ Report bug + · + Request feature + · + Themes + · + Blog +

+ + +## Bootstrap 5 + +Our default branch is for development of our Bootstrap 5 release. Head to the [`v4-dev` branch](https://github.com/twbs/bootstrap/tree/v4-dev) to view the readme, documentation, and source code for Bootstrap 4. + + +## Table of contents + +- [Quick start](#quick-start) +- [Status](#status) +- [What's included](#whats-included) +- [Bugs and feature requests](#bugs-and-feature-requests) +- [Documentation](#documentation) +- [Contributing](#contributing) +- [Community](#community) +- [Versioning](#versioning) +- [Creators](#creators) +- [Thanks](#thanks) +- [Copyright and license](#copyright-and-license) + + +## Quick start + +Several quick start options are available: + +- [Download the latest release](https://github.com/twbs/bootstrap/archive/v5.2.2.zip) +- Clone the repo: `git clone https://github.com/twbs/bootstrap.git` +- Install with [npm](https://www.npmjs.com/): `npm install bootstrap@v5.2.2` +- Install with [yarn](https://yarnpkg.com/): `yarn add bootstrap@v5.2.2` +- Install with [Composer](https://getcomposer.org/): `composer require twbs/bootstrap:5.2.2` +- Install with [NuGet](https://www.nuget.org/): CSS: `Install-Package bootstrap` Sass: `Install-Package bootstrap.sass` + +Read the [Getting started page](https://getbootstrap.com/docs/5.2/getting-started/introduction/) for information on the framework contents, templates, examples, and more. + + +## Status + +[![Build Status](https://img.shields.io/github/workflow/status/twbs/bootstrap/JS%20Tests/main?label=JS%20Tests&logo=github)](https://github.com/twbs/bootstrap/actions?query=workflow%3AJS+Tests+branch%3Amain) +[![npm version](https://img.shields.io/npm/v/bootstrap)](https://www.npmjs.com/package/bootstrap) +[![Gem version](https://img.shields.io/gem/v/bootstrap)](https://rubygems.org/gems/bootstrap) +[![Meteor Atmosphere](https://img.shields.io/badge/meteor-twbs%3Abootstrap-blue)](https://atmospherejs.com/twbs/bootstrap) +[![Packagist Prerelease](https://img.shields.io/packagist/vpre/twbs/bootstrap)](https://packagist.org/packages/twbs/bootstrap) +[![NuGet](https://img.shields.io/nuget/vpre/bootstrap)](https://www.nuget.org/packages/bootstrap/absoluteLatest) +[![Coverage Status](https://img.shields.io/coveralls/github/twbs/bootstrap/main)](https://coveralls.io/github/twbs/bootstrap?branch=main) +[![CSS gzip size](https://img.badgesize.io/twbs/bootstrap/main/dist/css/bootstrap.min.css?compression=gzip&label=CSS%20gzip%20size)](https://github.com/twbs/bootstrap/blob/main/dist/css/bootstrap.min.css) +[![CSS Brotli size](https://img.badgesize.io/twbs/bootstrap/main/dist/css/bootstrap.min.css?compression=brotli&label=CSS%20Brotli%20size)](https://github.com/twbs/bootstrap/blob/main/dist/css/bootstrap.min.css) +[![JS gzip size](https://img.badgesize.io/twbs/bootstrap/main/dist/js/bootstrap.min.js?compression=gzip&label=JS%20gzip%20size)](https://github.com/twbs/bootstrap/blob/main/dist/js/bootstrap.min.js) +[![JS Brotli size](https://img.badgesize.io/twbs/bootstrap/main/dist/js/bootstrap.min.js?compression=brotli&label=JS%20Brotli%20size)](https://github.com/twbs/bootstrap/blob/main/dist/js/bootstrap.min.js) +[![BrowserStack Status](https://www.browserstack.com/automate/badge.svg?badge_key=SkxZcStBeExEdVJqQ2hWYnlWckpkNmNEY213SFp6WHFETWk2bGFuY3pCbz0tLXhqbHJsVlZhQnRBdEpod3NLSDMzaHc9PQ==--3d0b75245708616eb93113221beece33e680b229)](https://www.browserstack.com/automate/public-build/SkxZcStBeExEdVJqQ2hWYnlWckpkNmNEY213SFp6WHFETWk2bGFuY3pCbz0tLXhqbHJsVlZhQnRBdEpod3NLSDMzaHc9PQ==--3d0b75245708616eb93113221beece33e680b229) +[![Backers on Open Collective](https://img.shields.io/opencollective/backers/bootstrap)](#backers) +[![Sponsors on Open Collective](https://img.shields.io/opencollective/sponsors/bootstrap)](#sponsors) + + +## What's included + +Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. + +
+ Download contents + + ```text + bootstrap/ + ├── css/ + │ ├── bootstrap-grid.css + │ ├── bootstrap-grid.css.map + │ ├── bootstrap-grid.min.css + │ ├── bootstrap-grid.min.css.map + │ ├── bootstrap-grid.rtl.css + │ ├── bootstrap-grid.rtl.css.map + │ ├── bootstrap-grid.rtl.min.css + │ ├── bootstrap-grid.rtl.min.css.map + │ ├── bootstrap-reboot.css + │ ├── bootstrap-reboot.css.map + │ ├── bootstrap-reboot.min.css + │ ├── bootstrap-reboot.min.css.map + │ ├── bootstrap-reboot.rtl.css + │ ├── bootstrap-reboot.rtl.css.map + │ ├── bootstrap-reboot.rtl.min.css + │ ├── bootstrap-reboot.rtl.min.css.map + │ ├── bootstrap-utilities.css + │ ├── bootstrap-utilities.css.map + │ ├── bootstrap-utilities.min.css + │ ├── bootstrap-utilities.min.css.map + │ ├── bootstrap-utilities.rtl.css + │ ├── bootstrap-utilities.rtl.css.map + │ ├── bootstrap-utilities.rtl.min.css + │ ├── bootstrap-utilities.rtl.min.css.map + │ ├── bootstrap.css + │ ├── bootstrap.css.map + │ ├── bootstrap.min.css + │ ├── bootstrap.min.css.map + │ ├── bootstrap.rtl.css + │ ├── bootstrap.rtl.css.map + │ ├── bootstrap.rtl.min.css + │ └── bootstrap.rtl.min.css.map + └── js/ + ├── bootstrap.bundle.js + ├── bootstrap.bundle.js.map + ├── bootstrap.bundle.min.js + ├── bootstrap.bundle.min.js.map + ├── bootstrap.esm.js + ├── bootstrap.esm.js.map + ├── bootstrap.esm.min.js + ├── bootstrap.esm.min.js.map + ├── bootstrap.js + ├── bootstrap.js.map + ├── bootstrap.min.js + └── bootstrap.min.js.map + ``` +
+ +We provide compiled CSS and JS (`bootstrap.*`), as well as compiled and minified CSS and JS (`bootstrap.min.*`). [Source maps](https://developers.google.com/web/tools/chrome-devtools/javascript/source-maps) (`bootstrap.*.map`) are available for use with certain browsers' developer tools. Bundled JS files (`bootstrap.bundle.js` and minified `bootstrap.bundle.min.js`) include [Popper](https://popper.js.org/). + + +## Bugs and feature requests + +Have a bug or a feature request? Please first read the [issue guidelines](https://github.com/twbs/bootstrap/blob/main/.github/CONTRIBUTING.md#using-the-issue-tracker) and search for existing and closed issues. If your problem or idea is not addressed yet, [please open a new issue](https://github.com/twbs/bootstrap/issues/new/choose). + + +## Documentation + +Bootstrap's documentation, included in this repo in the root directory, is built with [Hugo](https://gohugo.io/) and publicly hosted on GitHub Pages at . The docs may also be run locally. + +Documentation search is powered by [Algolia's DocSearch](https://docsearch.algolia.com/). Working on our search? Be sure to set `debug: true` in `site/assets/js/search.js`. + +### Running documentation locally + +1. Run `npm install` to install the Node.js dependencies, including Hugo (the site builder). +2. Run `npm run test` (or a specific npm script) to rebuild distributed CSS and JavaScript files, as well as our docs assets. +3. From the root `/bootstrap` directory, run `npm run docs-serve` in the command line. +4. Open `http://localhost:9001/` in your browser, and voilà. + +Learn more about using Hugo by reading its [documentation](https://gohugo.io/documentation/). + +### Documentation for previous releases + +You can find all our previous releases docs on . + +[Previous releases](https://github.com/twbs/bootstrap/releases) and their documentation are also available for download. + + +## Contributing + +Please read through our [contributing guidelines](https://github.com/twbs/bootstrap/blob/main/.github/CONTRIBUTING.md). Included are directions for opening issues, coding standards, and notes on development. + +Moreover, if your pull request contains JavaScript patches or features, you must include [relevant unit tests](https://github.com/twbs/bootstrap/tree/main/js/tests). All HTML and CSS should conform to the [Code Guide](https://github.com/mdo/code-guide), maintained by [Mark Otto](https://github.com/mdo). + +Editor preferences are available in the [editor config](https://github.com/twbs/bootstrap/blob/main/.editorconfig) for easy use in common text editors. Read more and download plugins at . + + +## Community + +Get updates on Bootstrap's development and chat with the project maintainers and community members. + +- Follow [@getbootstrap on Twitter](https://twitter.com/getbootstrap). +- Read and subscribe to [The Official Bootstrap Blog](https://blog.getbootstrap.com/). +- Ask and explore [our GitHub Discussions](https://github.com/twbs/bootstrap/discussions). +- Chat with fellow Bootstrappers in IRC. On the `irc.libera.chat` server, in the `#bootstrap` channel. +- Implementation help may be found at Stack Overflow (tagged [`bootstrap-5`](https://stackoverflow.com/questions/tagged/bootstrap-5)). +- Developers should use the keyword `bootstrap` on packages which modify or add to the functionality of Bootstrap when distributing through [npm](https://www.npmjs.com/browse/keyword/bootstrap) or similar delivery mechanisms for maximum discoverability. + + +## Versioning + +For transparency into our release cycle and in striving to maintain backward compatibility, Bootstrap is maintained under [the Semantic Versioning guidelines](https://semver.org/). Sometimes we screw up, but we adhere to those rules whenever possible. + +See [the Releases section of our GitHub project](https://github.com/twbs/bootstrap/releases) for changelogs for each release version of Bootstrap. Release announcement posts on [the official Bootstrap blog](https://blog.getbootstrap.com/) contain summaries of the most noteworthy changes made in each release. + + +## Creators + +**Mark Otto** + +- +- + +**Jacob Thornton** + +- +- + + +## Thanks + + + BrowserStack + + +Thanks to [BrowserStack](https://www.browserstack.com/) for providing the infrastructure that allows us to test in real browsers! + + + Netlify + + +Thanks to [Netlify](https://www.netlify.com/) for providing us with Deploy Previews! + + +## Sponsors + +Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/bootstrap#sponsor)] + +[![OC sponsor 0](https://opencollective.com/bootstrap/sponsor/0/avatar.svg)](https://opencollective.com/bootstrap/sponsor/0/website) +[![OC sponsor 1](https://opencollective.com/bootstrap/sponsor/1/avatar.svg)](https://opencollective.com/bootstrap/sponsor/1/website) +[![OC sponsor 2](https://opencollective.com/bootstrap/sponsor/2/avatar.svg)](https://opencollective.com/bootstrap/sponsor/2/website) +[![OC sponsor 3](https://opencollective.com/bootstrap/sponsor/3/avatar.svg)](https://opencollective.com/bootstrap/sponsor/3/website) +[![OC sponsor 4](https://opencollective.com/bootstrap/sponsor/4/avatar.svg)](https://opencollective.com/bootstrap/sponsor/4/website) +[![OC sponsor 5](https://opencollective.com/bootstrap/sponsor/5/avatar.svg)](https://opencollective.com/bootstrap/sponsor/5/website) +[![OC sponsor 6](https://opencollective.com/bootstrap/sponsor/6/avatar.svg)](https://opencollective.com/bootstrap/sponsor/6/website) +[![OC sponsor 7](https://opencollective.com/bootstrap/sponsor/7/avatar.svg)](https://opencollective.com/bootstrap/sponsor/7/website) +[![OC sponsor 8](https://opencollective.com/bootstrap/sponsor/8/avatar.svg)](https://opencollective.com/bootstrap/sponsor/8/website) +[![OC sponsor 9](https://opencollective.com/bootstrap/sponsor/9/avatar.svg)](https://opencollective.com/bootstrap/sponsor/9/website) + + +## Backers + +Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/bootstrap#backer)] + +[![Backers](https://opencollective.com/bootstrap/backers.svg?width=890)](https://opencollective.com/bootstrap#backers) + + +## Copyright and license + +Code and documentation copyright 2011–2022 the [Bootstrap Authors](https://github.com/twbs/bootstrap/graphs/contributors) and [Twitter, Inc.](https://twitter.com) Code released under the [MIT License](https://github.com/twbs/bootstrap/blob/main/LICENSE). Docs released under [Creative Commons](https://creativecommons.org/licenses/by/3.0/). diff --git a/core/static/assets/vendor/bootstrap/js/src/alert.js b/core/static/assets/vendor/bootstrap/js/src/alert.js new file mode 100644 index 0000000..6ab6650 --- /dev/null +++ b/core/static/assets/vendor/bootstrap/js/src/alert.js @@ -0,0 +1,87 @@ +/** + * -------------------------------------------------------------------------- + * Bootstrap (v5.2.2): alert.js + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) + * -------------------------------------------------------------------------- + */ + +import { defineJQueryPlugin } from './util/index' +import EventHandler from './dom/event-handler' +import BaseComponent from './base-component' +import { enableDismissTrigger } from './util/component-functions' + +/** + * Constants + */ + +const NAME = 'alert' +const DATA_KEY = 'bs.alert' +const EVENT_KEY = `.${DATA_KEY}` + +const EVENT_CLOSE = `close${EVENT_KEY}` +const EVENT_CLOSED = `closed${EVENT_KEY}` +const CLASS_NAME_FADE = 'fade' +const CLASS_NAME_SHOW = 'show' + +/** + * Class definition + */ + +class Alert extends BaseComponent { + // Getters + static get NAME() { + return NAME + } + + // Public + close() { + const closeEvent = EventHandler.trigger(this._element, EVENT_CLOSE) + + if (closeEvent.defaultPrevented) { + return + } + + this._element.classList.remove(CLASS_NAME_SHOW) + + const isAnimated = this._element.classList.contains(CLASS_NAME_FADE) + this._queueCallback(() => this._destroyElement(), this._element, isAnimated) + } + + // Private + _destroyElement() { + this._element.remove() + EventHandler.trigger(this._element, EVENT_CLOSED) + this.dispose() + } + + // Static + static jQueryInterface(config) { + return this.each(function () { + const data = Alert.getOrCreateInstance(this) + + if (typeof config !== 'string') { + return + } + + if (data[config] === undefined || config.startsWith('_') || config === 'constructor') { + throw new TypeError(`No method named "${config}"`) + } + + data[config](this) + }) + } +} + +/** + * Data API implementation + */ + +enableDismissTrigger(Alert, 'close') + +/** + * jQuery + */ + +defineJQueryPlugin(Alert) + +export default Alert diff --git a/core/static/assets/vendor/bootstrap/js/src/base-component.js b/core/static/assets/vendor/bootstrap/js/src/base-component.js new file mode 100644 index 0000000..dba5e07 --- /dev/null +++ b/core/static/assets/vendor/bootstrap/js/src/base-component.js @@ -0,0 +1,85 @@ +/** + * -------------------------------------------------------------------------- + * Bootstrap (v5.2.2): base-component.js + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) + * -------------------------------------------------------------------------- + */ + +import Data from './dom/data' +import { executeAfterTransition, getElement } from './util/index' +import EventHandler from './dom/event-handler' +import Config from './util/config' + +/** + * Constants + */ + +const VERSION = '5.2.2' + +/** + * Class definition + */ + +class BaseComponent extends Config { + constructor(element, config) { + super() + + element = getElement(element) + if (!element) { + return + } + + this._element = element + this._config = this._getConfig(config) + + Data.set(this._element, this.constructor.DATA_KEY, this) + } + + // Public + dispose() { + Data.remove(this._element, this.constructor.DATA_KEY) + EventHandler.off(this._element, this.constructor.EVENT_KEY) + + for (const propertyName of Object.getOwnPropertyNames(this)) { + this[propertyName] = null + } + } + + _queueCallback(callback, element, isAnimated = true) { + executeAfterTransition(callback, element, isAnimated) + } + + _getConfig(config) { + config = this._mergeConfigObj(config, this._element) + config = this._configAfterMerge(config) + this._typeCheckConfig(config) + return config + } + + // Static + static getInstance(element) { + return Data.get(getElement(element), this.DATA_KEY) + } + + static getOrCreateInstance(element, config = {}) { + return this.getInstance(element) || new this(element, typeof config === 'object' ? config : null) + } + + static get VERSION() { + return VERSION + } + + static get DATA_KEY() { + return `bs.${this.NAME}` + } + + static get EVENT_KEY() { + return `.${this.DATA_KEY}` + } + + static eventName(name) { + return `${name}${this.EVENT_KEY}` + } +} + +export default BaseComponent diff --git a/core/static/assets/vendor/bootstrap/js/src/button.js b/core/static/assets/vendor/bootstrap/js/src/button.js new file mode 100644 index 0000000..e70525c --- /dev/null +++ b/core/static/assets/vendor/bootstrap/js/src/button.js @@ -0,0 +1,72 @@ +/** + * -------------------------------------------------------------------------- + * Bootstrap (v5.2.2): button.js + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) + * -------------------------------------------------------------------------- + */ + +import { defineJQueryPlugin } from './util/index' +import EventHandler from './dom/event-handler' +import BaseComponent from './base-component' + +/** + * Constants + */ + +const NAME = 'button' +const DATA_KEY = 'bs.button' +const EVENT_KEY = `.${DATA_KEY}` +const DATA_API_KEY = '.data-api' + +const CLASS_NAME_ACTIVE = 'active' +const SELECTOR_DATA_TOGGLE = '[data-bs-toggle="button"]' +const EVENT_CLICK_DATA_API = `click${EVENT_KEY}${DATA_API_KEY}` + +/** + * Class definition + */ + +class Button extends BaseComponent { + // Getters + static get NAME() { + return NAME + } + + // Public + toggle() { + // Toggle class and sync the `aria-pressed` attribute with the return value of the `.toggle()` method + this._element.setAttribute('aria-pressed', this._element.classList.toggle(CLASS_NAME_ACTIVE)) + } + + // Static + static jQueryInterface(config) { + return this.each(function () { + const data = Button.getOrCreateInstance(this) + + if (config === 'toggle') { + data[config]() + } + }) + } +} + +/** + * Data API implementation + */ + +EventHandler.on(document, EVENT_CLICK_DATA_API, SELECTOR_DATA_TOGGLE, event => { + event.preventDefault() + + const button = event.target.closest(SELECTOR_DATA_TOGGLE) + const data = Button.getOrCreateInstance(button) + + data.toggle() +}) + +/** + * jQuery + */ + +defineJQueryPlugin(Button) + +export default Button diff --git a/core/static/assets/vendor/bootstrap/js/src/carousel.js b/core/static/assets/vendor/bootstrap/js/src/carousel.js new file mode 100644 index 0000000..7e89e16 --- /dev/null +++ b/core/static/assets/vendor/bootstrap/js/src/carousel.js @@ -0,0 +1,475 @@ +/** + * -------------------------------------------------------------------------- + * Bootstrap (v5.2.2): carousel.js + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) + * -------------------------------------------------------------------------- + */ + +import { + defineJQueryPlugin, + getElementFromSelector, + getNextActiveElement, + isRTL, + isVisible, + reflow, + triggerTransitionEnd +} from './util/index' +import EventHandler from './dom/event-handler' +import Manipulator from './dom/manipulator' +import SelectorEngine from './dom/selector-engine' +import Swipe from './util/swipe' +import BaseComponent from './base-component' + +/** + * Constants + */ + +const NAME = 'carousel' +const DATA_KEY = 'bs.carousel' +const EVENT_KEY = `.${DATA_KEY}` +const DATA_API_KEY = '.data-api' + +const ARROW_LEFT_KEY = 'ArrowLeft' +const ARROW_RIGHT_KEY = 'ArrowRight' +const TOUCHEVENT_COMPAT_WAIT = 500 // Time for mouse compat events to fire after touch + +const ORDER_NEXT = 'next' +const ORDER_PREV = 'prev' +const DIRECTION_LEFT = 'left' +const DIRECTION_RIGHT = 'right' + +const EVENT_SLIDE = `slide${EVENT_KEY}` +const EVENT_SLID = `slid${EVENT_KEY}` +const EVENT_KEYDOWN = `keydown${EVENT_KEY}` +const EVENT_MOUSEENTER = `mouseenter${EVENT_KEY}` +const EVENT_MOUSELEAVE = `mouseleave${EVENT_KEY}` +const EVENT_DRAG_START = `dragstart${EVENT_KEY}` +const EVENT_LOAD_DATA_API = `load${EVENT_KEY}${DATA_API_KEY}` +const EVENT_CLICK_DATA_API = `click${EVENT_KEY}${DATA_API_KEY}` + +const CLASS_NAME_CAROUSEL = 'carousel' +const CLASS_NAME_ACTIVE = 'active' +const CLASS_NAME_SLIDE = 'slide' +const CLASS_NAME_END = 'carousel-item-end' +const CLASS_NAME_START = 'carousel-item-start' +const CLASS_NAME_NEXT = 'carousel-item-next' +const CLASS_NAME_PREV = 'carousel-item-prev' + +const SELECTOR_ACTIVE = '.active' +const SELECTOR_ITEM = '.carousel-item' +const SELECTOR_ACTIVE_ITEM = SELECTOR_ACTIVE + SELECTOR_ITEM +const SELECTOR_ITEM_IMG = '.carousel-item img' +const SELECTOR_INDICATORS = '.carousel-indicators' +const SELECTOR_DATA_SLIDE = '[data-bs-slide], [data-bs-slide-to]' +const SELECTOR_DATA_RIDE = '[data-bs-ride="carousel"]' + +const KEY_TO_DIRECTION = { + [ARROW_LEFT_KEY]: DIRECTION_RIGHT, + [ARROW_RIGHT_KEY]: DIRECTION_LEFT +} + +const Default = { + interval: 5000, + keyboard: true, + pause: 'hover', + ride: false, + touch: true, + wrap: true +} + +const DefaultType = { + interval: '(number|boolean)', // TODO:v6 remove boolean support + keyboard: 'boolean', + pause: '(string|boolean)', + ride: '(boolean|string)', + touch: 'boolean', + wrap: 'boolean' +} + +/** + * Class definition + */ + +class Carousel extends BaseComponent { + constructor(element, config) { + super(element, config) + + this._interval = null + this._activeElement = null + this._isSliding = false + this.touchTimeout = null + this._swipeHelper = null + + this._indicatorsElement = SelectorEngine.findOne(SELECTOR_INDICATORS, this._element) + this._addEventListeners() + + if (this._config.ride === CLASS_NAME_CAROUSEL) { + this.cycle() + } + } + + // Getters + static get Default() { + return Default + } + + static get DefaultType() { + return DefaultType + } + + static get NAME() { + return NAME + } + + // Public + next() { + this._slide(ORDER_NEXT) + } + + nextWhenVisible() { + // FIXME TODO use `document.visibilityState` + // Don't call next when the page isn't visible + // or the carousel or its parent isn't visible + if (!document.hidden && isVisible(this._element)) { + this.next() + } + } + + prev() { + this._slide(ORDER_PREV) + } + + pause() { + if (this._isSliding) { + triggerTransitionEnd(this._element) + } + + this._clearInterval() + } + + cycle() { + this._clearInterval() + this._updateInterval() + + this._interval = setInterval(() => this.nextWhenVisible(), this._config.interval) + } + + _maybeEnableCycle() { + if (!this._config.ride) { + return + } + + if (this._isSliding) { + EventHandler.one(this._element, EVENT_SLID, () => this.cycle()) + return + } + + this.cycle() + } + + to(index) { + const items = this._getItems() + if (index > items.length - 1 || index < 0) { + return + } + + if (this._isSliding) { + EventHandler.one(this._element, EVENT_SLID, () => this.to(index)) + return + } + + const activeIndex = this._getItemIndex(this._getActive()) + if (activeIndex === index) { + return + } + + const order = index > activeIndex ? ORDER_NEXT : ORDER_PREV + + this._slide(order, items[index]) + } + + dispose() { + if (this._swipeHelper) { + this._swipeHelper.dispose() + } + + super.dispose() + } + + // Private + _configAfterMerge(config) { + config.defaultInterval = config.interval + return config + } + + _addEventListeners() { + if (this._config.keyboard) { + EventHandler.on(this._element, EVENT_KEYDOWN, event => this._keydown(event)) + } + + if (this._config.pause === 'hover') { + EventHandler.on(this._element, EVENT_MOUSEENTER, () => this.pause()) + EventHandler.on(this._element, EVENT_MOUSELEAVE, () => this._maybeEnableCycle()) + } + + if (this._config.touch && Swipe.isSupported()) { + this._addTouchEventListeners() + } + } + + _addTouchEventListeners() { + for (const img of SelectorEngine.find(SELECTOR_ITEM_IMG, this._element)) { + EventHandler.on(img, EVENT_DRAG_START, event => event.preventDefault()) + } + + const endCallBack = () => { + if (this._config.pause !== 'hover') { + return + } + + // If it's a touch-enabled device, mouseenter/leave are fired as + // part of the mouse compatibility events on first tap - the carousel + // would stop cycling until user tapped out of it; + // here, we listen for touchend, explicitly pause the carousel + // (as if it's the second time we tap on it, mouseenter compat event + // is NOT fired) and after a timeout (to allow for mouse compatibility + // events to fire) we explicitly restart cycling + + this.pause() + if (this.touchTimeout) { + clearTimeout(this.touchTimeout) + } + + this.touchTimeout = setTimeout(() => this._maybeEnableCycle(), TOUCHEVENT_COMPAT_WAIT + this._config.interval) + } + + const swipeConfig = { + leftCallback: () => this._slide(this._directionToOrder(DIRECTION_LEFT)), + rightCallback: () => this._slide(this._directionToOrder(DIRECTION_RIGHT)), + endCallback: endCallBack + } + + this._swipeHelper = new Swipe(this._element, swipeConfig) + } + + _keydown(event) { + if (/input|textarea/i.test(event.target.tagName)) { + return + } + + const direction = KEY_TO_DIRECTION[event.key] + if (direction) { + event.preventDefault() + this._slide(this._directionToOrder(direction)) + } + } + + _getItemIndex(element) { + return this._getItems().indexOf(element) + } + + _setActiveIndicatorElement(index) { + if (!this._indicatorsElement) { + return + } + + const activeIndicator = SelectorEngine.findOne(SELECTOR_ACTIVE, this._indicatorsElement) + + activeIndicator.classList.remove(CLASS_NAME_ACTIVE) + activeIndicator.removeAttribute('aria-current') + + const newActiveIndicator = SelectorEngine.findOne(`[data-bs-slide-to="${index}"]`, this._indicatorsElement) + + if (newActiveIndicator) { + newActiveIndicator.classList.add(CLASS_NAME_ACTIVE) + newActiveIndicator.setAttribute('aria-current', 'true') + } + } + + _updateInterval() { + const element = this._activeElement || this._getActive() + + if (!element) { + return + } + + const elementInterval = Number.parseInt(element.getAttribute('data-bs-interval'), 10) + + this._config.interval = elementInterval || this._config.defaultInterval + } + + _slide(order, element = null) { + if (this._isSliding) { + return + } + + const activeElement = this._getActive() + const isNext = order === ORDER_NEXT + const nextElement = element || getNextActiveElement(this._getItems(), activeElement, isNext, this._config.wrap) + + if (nextElement === activeElement) { + return + } + + const nextElementIndex = this._getItemIndex(nextElement) + + const triggerEvent = eventName => { + return EventHandler.trigger(this._element, eventName, { + relatedTarget: nextElement, + direction: this._orderToDirection(order), + from: this._getItemIndex(activeElement), + to: nextElementIndex + }) + } + + const slideEvent = triggerEvent(EVENT_SLIDE) + + if (slideEvent.defaultPrevented) { + return + } + + if (!activeElement || !nextElement) { + // Some weirdness is happening, so we bail + // todo: change tests that use empty divs to avoid this check + return + } + + const isCycling = Boolean(this._interval) + this.pause() + + this._isSliding = true + + this._setActiveIndicatorElement(nextElementIndex) + this._activeElement = nextElement + + const directionalClassName = isNext ? CLASS_NAME_START : CLASS_NAME_END + const orderClassName = isNext ? CLASS_NAME_NEXT : CLASS_NAME_PREV + + nextElement.classList.add(orderClassName) + + reflow(nextElement) + + activeElement.classList.add(directionalClassName) + nextElement.classList.add(directionalClassName) + + const completeCallBack = () => { + nextElement.classList.remove(directionalClassName, orderClassName) + nextElement.classList.add(CLASS_NAME_ACTIVE) + + activeElement.classList.remove(CLASS_NAME_ACTIVE, orderClassName, directionalClassName) + + this._isSliding = false + + triggerEvent(EVENT_SLID) + } + + this._queueCallback(completeCallBack, activeElement, this._isAnimated()) + + if (isCycling) { + this.cycle() + } + } + + _isAnimated() { + return this._element.classList.contains(CLASS_NAME_SLIDE) + } + + _getActive() { + return SelectorEngine.findOne(SELECTOR_ACTIVE_ITEM, this._element) + } + + _getItems() { + return SelectorEngine.find(SELECTOR_ITEM, this._element) + } + + _clearInterval() { + if (this._interval) { + clearInterval(this._interval) + this._interval = null + } + } + + _directionToOrder(direction) { + if (isRTL()) { + return direction === DIRECTION_LEFT ? ORDER_PREV : ORDER_NEXT + } + + return direction === DIRECTION_LEFT ? ORDER_NEXT : ORDER_PREV + } + + _orderToDirection(order) { + if (isRTL()) { + return order === ORDER_PREV ? DIRECTION_LEFT : DIRECTION_RIGHT + } + + return order === ORDER_PREV ? DIRECTION_RIGHT : DIRECTION_LEFT + } + + // Static + static jQueryInterface(config) { + return this.each(function () { + const data = Carousel.getOrCreateInstance(this, config) + + if (typeof config === 'number') { + data.to(config) + return + } + + if (typeof config === 'string') { + if (data[config] === undefined || config.startsWith('_') || config === 'constructor') { + throw new TypeError(`No method named "${config}"`) + } + + data[config]() + } + }) + } +} + +/** + * Data API implementation + */ + +EventHandler.on(document, EVENT_CLICK_DATA_API, SELECTOR_DATA_SLIDE, function (event) { + const target = getElementFromSelector(this) + + if (!target || !target.classList.contains(CLASS_NAME_CAROUSEL)) { + return + } + + event.preventDefault() + + const carousel = Carousel.getOrCreateInstance(target) + const slideIndex = this.getAttribute('data-bs-slide-to') + + if (slideIndex) { + carousel.to(slideIndex) + carousel._maybeEnableCycle() + return + } + + if (Manipulator.getDataAttribute(this, 'slide') === 'next') { + carousel.next() + carousel._maybeEnableCycle() + return + } + + carousel.prev() + carousel._maybeEnableCycle() +}) + +EventHandler.on(window, EVENT_LOAD_DATA_API, () => { + const carousels = SelectorEngine.find(SELECTOR_DATA_RIDE) + + for (const carousel of carousels) { + Carousel.getOrCreateInstance(carousel) + } +}) + +/** + * jQuery + */ + +defineJQueryPlugin(Carousel) + +export default Carousel diff --git a/core/static/assets/vendor/bootstrap/js/src/collapse.js b/core/static/assets/vendor/bootstrap/js/src/collapse.js new file mode 100644 index 0000000..df2bbc6 --- /dev/null +++ b/core/static/assets/vendor/bootstrap/js/src/collapse.js @@ -0,0 +1,302 @@ +/** + * -------------------------------------------------------------------------- + * Bootstrap (v5.2.2): collapse.js + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) + * -------------------------------------------------------------------------- + */ + +import { + defineJQueryPlugin, + getElement, + getElementFromSelector, + getSelectorFromElement, + reflow +} from './util/index' +import EventHandler from './dom/event-handler' +import SelectorEngine from './dom/selector-engine' +import BaseComponent from './base-component' + +/** + * Constants + */ + +const NAME = 'collapse' +const DATA_KEY = 'bs.collapse' +const EVENT_KEY = `.${DATA_KEY}` +const DATA_API_KEY = '.data-api' + +const EVENT_SHOW = `show${EVENT_KEY}` +const EVENT_SHOWN = `shown${EVENT_KEY}` +const EVENT_HIDE = `hide${EVENT_KEY}` +const EVENT_HIDDEN = `hidden${EVENT_KEY}` +const EVENT_CLICK_DATA_API = `click${EVENT_KEY}${DATA_API_KEY}` + +const CLASS_NAME_SHOW = 'show' +const CLASS_NAME_COLLAPSE = 'collapse' +const CLASS_NAME_COLLAPSING = 'collapsing' +const CLASS_NAME_COLLAPSED = 'collapsed' +const CLASS_NAME_DEEPER_CHILDREN = `:scope .${CLASS_NAME_COLLAPSE} .${CLASS_NAME_COLLAPSE}` +const CLASS_NAME_HORIZONTAL = 'collapse-horizontal' + +const WIDTH = 'width' +const HEIGHT = 'height' + +const SELECTOR_ACTIVES = '.collapse.show, .collapse.collapsing' +const SELECTOR_DATA_TOGGLE = '[data-bs-toggle="collapse"]' + +const Default = { + parent: null, + toggle: true +} + +const DefaultType = { + parent: '(null|element)', + toggle: 'boolean' +} + +/** + * Class definition + */ + +class Collapse extends BaseComponent { + constructor(element, config) { + super(element, config) + + this._isTransitioning = false + this._triggerArray = [] + + const toggleList = SelectorEngine.find(SELECTOR_DATA_TOGGLE) + + for (const elem of toggleList) { + const selector = getSelectorFromElement(elem) + const filterElement = SelectorEngine.find(selector) + .filter(foundElement => foundElement === this._element) + + if (selector !== null && filterElement.length) { + this._triggerArray.push(elem) + } + } + + this._initializeChildren() + + if (!this._config.parent) { + this._addAriaAndCollapsedClass(this._triggerArray, this._isShown()) + } + + if (this._config.toggle) { + this.toggle() + } + } + + // Getters + static get Default() { + return Default + } + + static get DefaultType() { + return DefaultType + } + + static get NAME() { + return NAME + } + + // Public + toggle() { + if (this._isShown()) { + this.hide() + } else { + this.show() + } + } + + show() { + if (this._isTransitioning || this._isShown()) { + return + } + + let activeChildren = [] + + // find active children + if (this._config.parent) { + activeChildren = this._getFirstLevelChildren(SELECTOR_ACTIVES) + .filter(element => element !== this._element) + .map(element => Collapse.getOrCreateInstance(element, { toggle: false })) + } + + if (activeChildren.length && activeChildren[0]._isTransitioning) { + return + } + + const startEvent = EventHandler.trigger(this._element, EVENT_SHOW) + if (startEvent.defaultPrevented) { + return + } + + for (const activeInstance of activeChildren) { + activeInstance.hide() + } + + const dimension = this._getDimension() + + this._element.classList.remove(CLASS_NAME_COLLAPSE) + this._element.classList.add(CLASS_NAME_COLLAPSING) + + this._element.style[dimension] = 0 + + this._addAriaAndCollapsedClass(this._triggerArray, true) + this._isTransitioning = true + + const complete = () => { + this._isTransitioning = false + + this._element.classList.remove(CLASS_NAME_COLLAPSING) + this._element.classList.add(CLASS_NAME_COLLAPSE, CLASS_NAME_SHOW) + + this._element.style[dimension] = '' + + EventHandler.trigger(this._element, EVENT_SHOWN) + } + + const capitalizedDimension = dimension[0].toUpperCase() + dimension.slice(1) + const scrollSize = `scroll${capitalizedDimension}` + + this._queueCallback(complete, this._element, true) + this._element.style[dimension] = `${this._element[scrollSize]}px` + } + + hide() { + if (this._isTransitioning || !this._isShown()) { + return + } + + const startEvent = EventHandler.trigger(this._element, EVENT_HIDE) + if (startEvent.defaultPrevented) { + return + } + + const dimension = this._getDimension() + + this._element.style[dimension] = `${this._element.getBoundingClientRect()[dimension]}px` + + reflow(this._element) + + this._element.classList.add(CLASS_NAME_COLLAPSING) + this._element.classList.remove(CLASS_NAME_COLLAPSE, CLASS_NAME_SHOW) + + for (const trigger of this._triggerArray) { + const element = getElementFromSelector(trigger) + + if (element && !this._isShown(element)) { + this._addAriaAndCollapsedClass([trigger], false) + } + } + + this._isTransitioning = true + + const complete = () => { + this._isTransitioning = false + this._element.classList.remove(CLASS_NAME_COLLAPSING) + this._element.classList.add(CLASS_NAME_COLLAPSE) + EventHandler.trigger(this._element, EVENT_HIDDEN) + } + + this._element.style[dimension] = '' + + this._queueCallback(complete, this._element, true) + } + + _isShown(element = this._element) { + return element.classList.contains(CLASS_NAME_SHOW) + } + + // Private + _configAfterMerge(config) { + config.toggle = Boolean(config.toggle) // Coerce string values + config.parent = getElement(config.parent) + return config + } + + _getDimension() { + return this._element.classList.contains(CLASS_NAME_HORIZONTAL) ? WIDTH : HEIGHT + } + + _initializeChildren() { + if (!this._config.parent) { + return + } + + const children = this._getFirstLevelChildren(SELECTOR_DATA_TOGGLE) + + for (const element of children) { + const selected = getElementFromSelector(element) + + if (selected) { + this._addAriaAndCollapsedClass([element], this._isShown(selected)) + } + } + } + + _getFirstLevelChildren(selector) { + const children = SelectorEngine.find(CLASS_NAME_DEEPER_CHILDREN, this._config.parent) + // remove children if greater depth + return SelectorEngine.find(selector, this._config.parent).filter(element => !children.includes(element)) + } + + _addAriaAndCollapsedClass(triggerArray, isOpen) { + if (!triggerArray.length) { + return + } + + for (const element of triggerArray) { + element.classList.toggle(CLASS_NAME_COLLAPSED, !isOpen) + element.setAttribute('aria-expanded', isOpen) + } + } + + // Static + static jQueryInterface(config) { + const _config = {} + if (typeof config === 'string' && /show|hide/.test(config)) { + _config.toggle = false + } + + return this.each(function () { + const data = Collapse.getOrCreateInstance(this, _config) + + if (typeof config === 'string') { + if (typeof data[config] === 'undefined') { + throw new TypeError(`No method named "${config}"`) + } + + data[config]() + } + }) + } +} + +/** + * Data API implementation + */ + +EventHandler.on(document, EVENT_CLICK_DATA_API, SELECTOR_DATA_TOGGLE, function (event) { + // preventDefault only for elements (which change the URL) not inside the collapsible element + if (event.target.tagName === 'A' || (event.delegateTarget && event.delegateTarget.tagName === 'A')) { + event.preventDefault() + } + + const selector = getSelectorFromElement(this) + const selectorElements = SelectorEngine.find(selector) + + for (const element of selectorElements) { + Collapse.getOrCreateInstance(element, { toggle: false }).toggle() + } +}) + +/** + * jQuery + */ + +defineJQueryPlugin(Collapse) + +export default Collapse diff --git a/core/static/assets/vendor/bootstrap/js/src/dom/data.js b/core/static/assets/vendor/bootstrap/js/src/dom/data.js new file mode 100644 index 0000000..76c5e0a --- /dev/null +++ b/core/static/assets/vendor/bootstrap/js/src/dom/data.js @@ -0,0 +1,55 @@ +/** + * -------------------------------------------------------------------------- + * Bootstrap (v5.2.2): dom/data.js + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) + * -------------------------------------------------------------------------- + */ + +/** + * Constants + */ + +const elementMap = new Map() + +export default { + set(element, key, instance) { + if (!elementMap.has(element)) { + elementMap.set(element, new Map()) + } + + const instanceMap = elementMap.get(element) + + // make it clear we only want one instance per element + // can be removed later when multiple key/instances are fine to be used + if (!instanceMap.has(key) && instanceMap.size !== 0) { + // eslint-disable-next-line no-console + console.error(`Bootstrap doesn't allow more than one instance per element. Bound instance: ${Array.from(instanceMap.keys())[0]}.`) + return + } + + instanceMap.set(key, instance) + }, + + get(element, key) { + if (elementMap.has(element)) { + return elementMap.get(element).get(key) || null + } + + return null + }, + + remove(element, key) { + if (!elementMap.has(element)) { + return + } + + const instanceMap = elementMap.get(element) + + instanceMap.delete(key) + + // free up element references if there are no instances left for an element + if (instanceMap.size === 0) { + elementMap.delete(element) + } + } +} diff --git a/core/static/assets/vendor/bootstrap/js/src/dom/event-handler.js b/core/static/assets/vendor/bootstrap/js/src/dom/event-handler.js new file mode 100644 index 0000000..c7019a8 --- /dev/null +++ b/core/static/assets/vendor/bootstrap/js/src/dom/event-handler.js @@ -0,0 +1,320 @@ +/** + * -------------------------------------------------------------------------- + * Bootstrap (v5.2.2): dom/event-handler.js + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) + * -------------------------------------------------------------------------- + */ + +import { getjQuery } from '../util/index' + +/** + * Constants + */ + +const namespaceRegex = /[^.]*(?=\..*)\.|.*/ +const stripNameRegex = /\..*/ +const stripUidRegex = /::\d+$/ +const eventRegistry = {} // Events storage +let uidEvent = 1 +const customEvents = { + mouseenter: 'mouseover', + mouseleave: 'mouseout' +} + +const nativeEvents = new Set([ + 'click', + 'dblclick', + 'mouseup', + 'mousedown', + 'contextmenu', + 'mousewheel', + 'DOMMouseScroll', + 'mouseover', + 'mouseout', + 'mousemove', + 'selectstart', + 'selectend', + 'keydown', + 'keypress', + 'keyup', + 'orientationchange', + 'touchstart', + 'touchmove', + 'touchend', + 'touchcancel', + 'pointerdown', + 'pointermove', + 'pointerup', + 'pointerleave', + 'pointercancel', + 'gesturestart', + 'gesturechange', + 'gestureend', + 'focus', + 'blur', + 'change', + 'reset', + 'select', + 'submit', + 'focusin', + 'focusout', + 'load', + 'unload', + 'beforeunload', + 'resize', + 'move', + 'DOMContentLoaded', + 'readystatechange', + 'error', + 'abort', + 'scroll' +]) + +/** + * Private methods + */ + +function makeEventUid(element, uid) { + return (uid && `${uid}::${uidEvent++}`) || element.uidEvent || uidEvent++ +} + +function getElementEvents(element) { + const uid = makeEventUid(element) + + element.uidEvent = uid + eventRegistry[uid] = eventRegistry[uid] || {} + + return eventRegistry[uid] +} + +function bootstrapHandler(element, fn) { + return function handler(event) { + hydrateObj(event, { delegateTarget: element }) + + if (handler.oneOff) { + EventHandler.off(element, event.type, fn) + } + + return fn.apply(element, [event]) + } +} + +function bootstrapDelegationHandler(element, selector, fn) { + return function handler(event) { + const domElements = element.querySelectorAll(selector) + + for (let { target } = event; target && target !== this; target = target.parentNode) { + for (const domElement of domElements) { + if (domElement !== target) { + continue + } + + hydrateObj(event, { delegateTarget: target }) + + if (handler.oneOff) { + EventHandler.off(element, event.type, selector, fn) + } + + return fn.apply(target, [event]) + } + } + } +} + +function findHandler(events, callable, delegationSelector = null) { + return Object.values(events) + .find(event => event.callable === callable && event.delegationSelector === delegationSelector) +} + +function normalizeParameters(originalTypeEvent, handler, delegationFunction) { + const isDelegated = typeof handler === 'string' + // todo: tooltip passes `false` instead of selector, so we need to check + const callable = isDelegated ? delegationFunction : (handler || delegationFunction) + let typeEvent = getTypeEvent(originalTypeEvent) + + if (!nativeEvents.has(typeEvent)) { + typeEvent = originalTypeEvent + } + + return [isDelegated, callable, typeEvent] +} + +function addHandler(element, originalTypeEvent, handler, delegationFunction, oneOff) { + if (typeof originalTypeEvent !== 'string' || !element) { + return + } + + let [isDelegated, callable, typeEvent] = normalizeParameters(originalTypeEvent, handler, delegationFunction) + + // in case of mouseenter or mouseleave wrap the handler within a function that checks for its DOM position + // this prevents the handler from being dispatched the same way as mouseover or mouseout does + if (originalTypeEvent in customEvents) { + const wrapFunction = fn => { + return function (event) { + if (!event.relatedTarget || (event.relatedTarget !== event.delegateTarget && !event.delegateTarget.contains(event.relatedTarget))) { + return fn.call(this, event) + } + } + } + + callable = wrapFunction(callable) + } + + const events = getElementEvents(element) + const handlers = events[typeEvent] || (events[typeEvent] = {}) + const previousFunction = findHandler(handlers, callable, isDelegated ? handler : null) + + if (previousFunction) { + previousFunction.oneOff = previousFunction.oneOff && oneOff + + return + } + + const uid = makeEventUid(callable, originalTypeEvent.replace(namespaceRegex, '')) + const fn = isDelegated ? + bootstrapDelegationHandler(element, handler, callable) : + bootstrapHandler(element, callable) + + fn.delegationSelector = isDelegated ? handler : null + fn.callable = callable + fn.oneOff = oneOff + fn.uidEvent = uid + handlers[uid] = fn + + element.addEventListener(typeEvent, fn, isDelegated) +} + +function removeHandler(element, events, typeEvent, handler, delegationSelector) { + const fn = findHandler(events[typeEvent], handler, delegationSelector) + + if (!fn) { + return + } + + element.removeEventListener(typeEvent, fn, Boolean(delegationSelector)) + delete events[typeEvent][fn.uidEvent] +} + +function removeNamespacedHandlers(element, events, typeEvent, namespace) { + const storeElementEvent = events[typeEvent] || {} + + for (const handlerKey of Object.keys(storeElementEvent)) { + if (handlerKey.includes(namespace)) { + const event = storeElementEvent[handlerKey] + removeHandler(element, events, typeEvent, event.callable, event.delegationSelector) + } + } +} + +function getTypeEvent(event) { + // allow to get the native events from namespaced events ('click.bs.button' --> 'click') + event = event.replace(stripNameRegex, '') + return customEvents[event] || event +} + +const EventHandler = { + on(element, event, handler, delegationFunction) { + addHandler(element, event, handler, delegationFunction, false) + }, + + one(element, event, handler, delegationFunction) { + addHandler(element, event, handler, delegationFunction, true) + }, + + off(element, originalTypeEvent, handler, delegationFunction) { + if (typeof originalTypeEvent !== 'string' || !element) { + return + } + + const [isDelegated, callable, typeEvent] = normalizeParameters(originalTypeEvent, handler, delegationFunction) + const inNamespace = typeEvent !== originalTypeEvent + const events = getElementEvents(element) + const storeElementEvent = events[typeEvent] || {} + const isNamespace = originalTypeEvent.startsWith('.') + + if (typeof callable !== 'undefined') { + // Simplest case: handler is passed, remove that listener ONLY. + if (!Object.keys(storeElementEvent).length) { + return + } + + removeHandler(element, events, typeEvent, callable, isDelegated ? handler : null) + return + } + + if (isNamespace) { + for (const elementEvent of Object.keys(events)) { + removeNamespacedHandlers(element, events, elementEvent, originalTypeEvent.slice(1)) + } + } + + for (const keyHandlers of Object.keys(storeElementEvent)) { + const handlerKey = keyHandlers.replace(stripUidRegex, '') + + if (!inNamespace || originalTypeEvent.includes(handlerKey)) { + const event = storeElementEvent[keyHandlers] + removeHandler(element, events, typeEvent, event.callable, event.delegationSelector) + } + } + }, + + trigger(element, event, args) { + if (typeof event !== 'string' || !element) { + return null + } + + const $ = getjQuery() + const typeEvent = getTypeEvent(event) + const inNamespace = event !== typeEvent + + let jQueryEvent = null + let bubbles = true + let nativeDispatch = true + let defaultPrevented = false + + if (inNamespace && $) { + jQueryEvent = $.Event(event, args) + + $(element).trigger(jQueryEvent) + bubbles = !jQueryEvent.isPropagationStopped() + nativeDispatch = !jQueryEvent.isImmediatePropagationStopped() + defaultPrevented = jQueryEvent.isDefaultPrevented() + } + + let evt = new Event(event, { bubbles, cancelable: true }) + evt = hydrateObj(evt, args) + + if (defaultPrevented) { + evt.preventDefault() + } + + if (nativeDispatch) { + element.dispatchEvent(evt) + } + + if (evt.defaultPrevented && jQueryEvent) { + jQueryEvent.preventDefault() + } + + return evt + } +} + +function hydrateObj(obj, meta) { + for (const [key, value] of Object.entries(meta || {})) { + try { + obj[key] = value + } catch { + Object.defineProperty(obj, key, { + configurable: true, + get() { + return value + } + }) + } + } + + return obj +} + +export default EventHandler diff --git a/core/static/assets/vendor/bootstrap/js/src/dom/manipulator.js b/core/static/assets/vendor/bootstrap/js/src/dom/manipulator.js new file mode 100644 index 0000000..04c1dc9 --- /dev/null +++ b/core/static/assets/vendor/bootstrap/js/src/dom/manipulator.js @@ -0,0 +1,71 @@ +/** + * -------------------------------------------------------------------------- + * Bootstrap (v5.2.2): dom/manipulator.js + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) + * -------------------------------------------------------------------------- + */ + +function normalizeData(value) { + if (value === 'true') { + return true + } + + if (value === 'false') { + return false + } + + if (value === Number(value).toString()) { + return Number(value) + } + + if (value === '' || value === 'null') { + return null + } + + if (typeof value !== 'string') { + return value + } + + try { + return JSON.parse(decodeURIComponent(value)) + } catch { + return value + } +} + +function normalizeDataKey(key) { + return key.replace(/[A-Z]/g, chr => `-${chr.toLowerCase()}`) +} + +const Manipulator = { + setDataAttribute(element, key, value) { + element.setAttribute(`data-bs-${normalizeDataKey(key)}`, value) + }, + + removeDataAttribute(element, key) { + element.removeAttribute(`data-bs-${normalizeDataKey(key)}`) + }, + + getDataAttributes(element) { + if (!element) { + return {} + } + + const attributes = {} + const bsKeys = Object.keys(element.dataset).filter(key => key.startsWith('bs') && !key.startsWith('bsConfig')) + + for (const key of bsKeys) { + let pureKey = key.replace(/^bs/, '') + pureKey = pureKey.charAt(0).toLowerCase() + pureKey.slice(1, pureKey.length) + attributes[pureKey] = normalizeData(element.dataset[key]) + } + + return attributes + }, + + getDataAttribute(element, key) { + return normalizeData(element.getAttribute(`data-bs-${normalizeDataKey(key)}`)) + } +} + +export default Manipulator diff --git a/core/static/assets/vendor/bootstrap/js/src/dom/selector-engine.js b/core/static/assets/vendor/bootstrap/js/src/dom/selector-engine.js new file mode 100644 index 0000000..28f23ff --- /dev/null +++ b/core/static/assets/vendor/bootstrap/js/src/dom/selector-engine.js @@ -0,0 +1,83 @@ +/** + * -------------------------------------------------------------------------- + * Bootstrap (v5.2.2): dom/selector-engine.js + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) + * -------------------------------------------------------------------------- + */ + +import { isDisabled, isVisible } from '../util/index' + +/** + * Constants + */ + +const SelectorEngine = { + find(selector, element = document.documentElement) { + return [].concat(...Element.prototype.querySelectorAll.call(element, selector)) + }, + + findOne(selector, element = document.documentElement) { + return Element.prototype.querySelector.call(element, selector) + }, + + children(element, selector) { + return [].concat(...element.children).filter(child => child.matches(selector)) + }, + + parents(element, selector) { + const parents = [] + let ancestor = element.parentNode.closest(selector) + + while (ancestor) { + parents.push(ancestor) + ancestor = ancestor.parentNode.closest(selector) + } + + return parents + }, + + prev(element, selector) { + let previous = element.previousElementSibling + + while (previous) { + if (previous.matches(selector)) { + return [previous] + } + + previous = previous.previousElementSibling + } + + return [] + }, + // TODO: this is now unused; remove later along with prev() + next(element, selector) { + let next = element.nextElementSibling + + while (next) { + if (next.matches(selector)) { + return [next] + } + + next = next.nextElementSibling + } + + return [] + }, + + focusableChildren(element) { + const focusables = [ + 'a', + 'button', + 'input', + 'textarea', + 'select', + 'details', + '[tabindex]', + '[contenteditable="true"]' + ].map(selector => `${selector}:not([tabindex^="-"])`).join(',') + + return this.find(focusables, element).filter(el => !isDisabled(el) && isVisible(el)) + } +} + +export default SelectorEngine diff --git a/core/static/assets/vendor/bootstrap/js/src/dropdown.js b/core/static/assets/vendor/bootstrap/js/src/dropdown.js new file mode 100644 index 0000000..b05d92c --- /dev/null +++ b/core/static/assets/vendor/bootstrap/js/src/dropdown.js @@ -0,0 +1,454 @@ +/** + * -------------------------------------------------------------------------- + * Bootstrap (v5.2.2): dropdown.js + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) + * -------------------------------------------------------------------------- + */ + +import * as Popper from '@popperjs/core' +import { + defineJQueryPlugin, + getElement, + getNextActiveElement, + isDisabled, + isElement, + isRTL, + isVisible, + noop +} from './util/index' +import EventHandler from './dom/event-handler' +import Manipulator from './dom/manipulator' +import SelectorEngine from './dom/selector-engine' +import BaseComponent from './base-component' + +/** + * Constants + */ + +const NAME = 'dropdown' +const DATA_KEY = 'bs.dropdown' +const EVENT_KEY = `.${DATA_KEY}` +const DATA_API_KEY = '.data-api' + +const ESCAPE_KEY = 'Escape' +const TAB_KEY = 'Tab' +const ARROW_UP_KEY = 'ArrowUp' +const ARROW_DOWN_KEY = 'ArrowDown' +const RIGHT_MOUSE_BUTTON = 2 // MouseEvent.button value for the secondary button, usually the right button + +const EVENT_HIDE = `hide${EVENT_KEY}` +const EVENT_HIDDEN = `hidden${EVENT_KEY}` +const EVENT_SHOW = `show${EVENT_KEY}` +const EVENT_SHOWN = `shown${EVENT_KEY}` +const EVENT_CLICK_DATA_API = `click${EVENT_KEY}${DATA_API_KEY}` +const EVENT_KEYDOWN_DATA_API = `keydown${EVENT_KEY}${DATA_API_KEY}` +const EVENT_KEYUP_DATA_API = `keyup${EVENT_KEY}${DATA_API_KEY}` + +const CLASS_NAME_SHOW = 'show' +const CLASS_NAME_DROPUP = 'dropup' +const CLASS_NAME_DROPEND = 'dropend' +const CLASS_NAME_DROPSTART = 'dropstart' +const CLASS_NAME_DROPUP_CENTER = 'dropup-center' +const CLASS_NAME_DROPDOWN_CENTER = 'dropdown-center' + +const SELECTOR_DATA_TOGGLE = '[data-bs-toggle="dropdown"]:not(.disabled):not(:disabled)' +const SELECTOR_DATA_TOGGLE_SHOWN = `${SELECTOR_DATA_TOGGLE}.${CLASS_NAME_SHOW}` +const SELECTOR_MENU = '.dropdown-menu' +const SELECTOR_NAVBAR = '.navbar' +const SELECTOR_NAVBAR_NAV = '.navbar-nav' +const SELECTOR_VISIBLE_ITEMS = '.dropdown-menu .dropdown-item:not(.disabled):not(:disabled)' + +const PLACEMENT_TOP = isRTL() ? 'top-end' : 'top-start' +const PLACEMENT_TOPEND = isRTL() ? 'top-start' : 'top-end' +const PLACEMENT_BOTTOM = isRTL() ? 'bottom-end' : 'bottom-start' +const PLACEMENT_BOTTOMEND = isRTL() ? 'bottom-start' : 'bottom-end' +const PLACEMENT_RIGHT = isRTL() ? 'left-start' : 'right-start' +const PLACEMENT_LEFT = isRTL() ? 'right-start' : 'left-start' +const PLACEMENT_TOPCENTER = 'top' +const PLACEMENT_BOTTOMCENTER = 'bottom' + +const Default = { + autoClose: true, + boundary: 'clippingParents', + display: 'dynamic', + offset: [0, 2], + popperConfig: null, + reference: 'toggle' +} + +const DefaultType = { + autoClose: '(boolean|string)', + boundary: '(string|element)', + display: 'string', + offset: '(array|string|function)', + popperConfig: '(null|object|function)', + reference: '(string|element|object)' +} + +/** + * Class definition + */ + +class Dropdown extends BaseComponent { + constructor(element, config) { + super(element, config) + + this._popper = null + this._parent = this._element.parentNode // dropdown wrapper + // todo: v6 revert #37011 & change markup https://getbootstrap.com/docs/5.2/forms/input-group/ + this._menu = SelectorEngine.next(this._element, SELECTOR_MENU)[0] || + SelectorEngine.prev(this._element, SELECTOR_MENU)[0] || + SelectorEngine.findOne(SELECTOR_MENU, this._parent) + this._inNavbar = this._detectNavbar() + } + + // Getters + static get Default() { + return Default + } + + static get DefaultType() { + return DefaultType + } + + static get NAME() { + return NAME + } + + // Public + toggle() { + return this._isShown() ? this.hide() : this.show() + } + + show() { + if (isDisabled(this._element) || this._isShown()) { + return + } + + const relatedTarget = { + relatedTarget: this._element + } + + const showEvent = EventHandler.trigger(this._element, EVENT_SHOW, relatedTarget) + + if (showEvent.defaultPrevented) { + return + } + + this._createPopper() + + // If this is a touch-enabled device we add extra + // empty mouseover listeners to the body's immediate children; + // only needed because of broken event delegation on iOS + // https://www.quirksmode.org/blog/archives/2014/02/mouse_event_bub.html + if ('ontouchstart' in document.documentElement && !this._parent.closest(SELECTOR_NAVBAR_NAV)) { + for (const element of [].concat(...document.body.children)) { + EventHandler.on(element, 'mouseover', noop) + } + } + + this._element.focus() + this._element.setAttribute('aria-expanded', true) + + this._menu.classList.add(CLASS_NAME_SHOW) + this._element.classList.add(CLASS_NAME_SHOW) + EventHandler.trigger(this._element, EVENT_SHOWN, relatedTarget) + } + + hide() { + if (isDisabled(this._element) || !this._isShown()) { + return + } + + const relatedTarget = { + relatedTarget: this._element + } + + this._completeHide(relatedTarget) + } + + dispose() { + if (this._popper) { + this._popper.destroy() + } + + super.dispose() + } + + update() { + this._inNavbar = this._detectNavbar() + if (this._popper) { + this._popper.update() + } + } + + // Private + _completeHide(relatedTarget) { + const hideEvent = EventHandler.trigger(this._element, EVENT_HIDE, relatedTarget) + if (hideEvent.defaultPrevented) { + return + } + + // If this is a touch-enabled device we remove the extra + // empty mouseover listeners we added for iOS support + if ('ontouchstart' in document.documentElement) { + for (const element of [].concat(...document.body.children)) { + EventHandler.off(element, 'mouseover', noop) + } + } + + if (this._popper) { + this._popper.destroy() + } + + this._menu.classList.remove(CLASS_NAME_SHOW) + this._element.classList.remove(CLASS_NAME_SHOW) + this._element.setAttribute('aria-expanded', 'false') + Manipulator.removeDataAttribute(this._menu, 'popper') + EventHandler.trigger(this._element, EVENT_HIDDEN, relatedTarget) + } + + _getConfig(config) { + config = super._getConfig(config) + + if (typeof config.reference === 'object' && !isElement(config.reference) && + typeof config.reference.getBoundingClientRect !== 'function' + ) { + // Popper virtual elements require a getBoundingClientRect method + throw new TypeError(`${NAME.toUpperCase()}: Option "reference" provided type "object" without a required "getBoundingClientRect" method.`) + } + + return config + } + + _createPopper() { + if (typeof Popper === 'undefined') { + throw new TypeError('Bootstrap\'s dropdowns require Popper (https://popper.js.org)') + } + + let referenceElement = this._element + + if (this._config.reference === 'parent') { + referenceElement = this._parent + } else if (isElement(this._config.reference)) { + referenceElement = getElement(this._config.reference) + } else if (typeof this._config.reference === 'object') { + referenceElement = this._config.reference + } + + const popperConfig = this._getPopperConfig() + this._popper = Popper.createPopper(referenceElement, this._menu, popperConfig) + } + + _isShown() { + return this._menu.classList.contains(CLASS_NAME_SHOW) + } + + _getPlacement() { + const parentDropdown = this._parent + + if (parentDropdown.classList.contains(CLASS_NAME_DROPEND)) { + return PLACEMENT_RIGHT + } + + if (parentDropdown.classList.contains(CLASS_NAME_DROPSTART)) { + return PLACEMENT_LEFT + } + + if (parentDropdown.classList.contains(CLASS_NAME_DROPUP_CENTER)) { + return PLACEMENT_TOPCENTER + } + + if (parentDropdown.classList.contains(CLASS_NAME_DROPDOWN_CENTER)) { + return PLACEMENT_BOTTOMCENTER + } + + // We need to trim the value because custom properties can also include spaces + const isEnd = getComputedStyle(this._menu).getPropertyValue('--bs-position').trim() === 'end' + + if (parentDropdown.classList.contains(CLASS_NAME_DROPUP)) { + return isEnd ? PLACEMENT_TOPEND : PLACEMENT_TOP + } + + return isEnd ? PLACEMENT_BOTTOMEND : PLACEMENT_BOTTOM + } + + _detectNavbar() { + return this._element.closest(SELECTOR_NAVBAR) !== null + } + + _getOffset() { + const { offset } = this._config + + if (typeof offset === 'string') { + return offset.split(',').map(value => Number.parseInt(value, 10)) + } + + if (typeof offset === 'function') { + return popperData => offset(popperData, this._element) + } + + return offset + } + + _getPopperConfig() { + const defaultBsPopperConfig = { + placement: this._getPlacement(), + modifiers: [{ + name: 'preventOverflow', + options: { + boundary: this._config.boundary + } + }, + { + name: 'offset', + options: { + offset: this._getOffset() + } + }] + } + + // Disable Popper if we have a static display or Dropdown is in Navbar + if (this._inNavbar || this._config.display === 'static') { + Manipulator.setDataAttribute(this._menu, 'popper', 'static') // todo:v6 remove + defaultBsPopperConfig.modifiers = [{ + name: 'applyStyles', + enabled: false + }] + } + + return { + ...defaultBsPopperConfig, + ...(typeof this._config.popperConfig === 'function' ? this._config.popperConfig(defaultBsPopperConfig) : this._config.popperConfig) + } + } + + _selectMenuItem({ key, target }) { + const items = SelectorEngine.find(SELECTOR_VISIBLE_ITEMS, this._menu).filter(element => isVisible(element)) + + if (!items.length) { + return + } + + // if target isn't included in items (e.g. when expanding the dropdown) + // allow cycling to get the last item in case key equals ARROW_UP_KEY + getNextActiveElement(items, target, key === ARROW_DOWN_KEY, !items.includes(target)).focus() + } + + // Static + static jQueryInterface(config) { + return this.each(function () { + const data = Dropdown.getOrCreateInstance(this, config) + + if (typeof config !== 'string') { + return + } + + if (typeof data[config] === 'undefined') { + throw new TypeError(`No method named "${config}"`) + } + + data[config]() + }) + } + + static clearMenus(event) { + if (event.button === RIGHT_MOUSE_BUTTON || (event.type === 'keyup' && event.key !== TAB_KEY)) { + return + } + + const openToggles = SelectorEngine.find(SELECTOR_DATA_TOGGLE_SHOWN) + + for (const toggle of openToggles) { + const context = Dropdown.getInstance(toggle) + if (!context || context._config.autoClose === false) { + continue + } + + const composedPath = event.composedPath() + const isMenuTarget = composedPath.includes(context._menu) + if ( + composedPath.includes(context._element) || + (context._config.autoClose === 'inside' && !isMenuTarget) || + (context._config.autoClose === 'outside' && isMenuTarget) + ) { + continue + } + + // Tab navigation through the dropdown menu or events from contained inputs shouldn't close the menu + if (context._menu.contains(event.target) && ((event.type === 'keyup' && event.key === TAB_KEY) || /input|select|option|textarea|form/i.test(event.target.tagName))) { + continue + } + + const relatedTarget = { relatedTarget: context._element } + + if (event.type === 'click') { + relatedTarget.clickEvent = event + } + + context._completeHide(relatedTarget) + } + } + + static dataApiKeydownHandler(event) { + // If not an UP | DOWN | ESCAPE key => not a dropdown command + // If input/textarea && if key is other than ESCAPE => not a dropdown command + + const isInput = /input|textarea/i.test(event.target.tagName) + const isEscapeEvent = event.key === ESCAPE_KEY + const isUpOrDownEvent = [ARROW_UP_KEY, ARROW_DOWN_KEY].includes(event.key) + + if (!isUpOrDownEvent && !isEscapeEvent) { + return + } + + if (isInput && !isEscapeEvent) { + return + } + + event.preventDefault() + + // todo: v6 revert #37011 & change markup https://getbootstrap.com/docs/5.2/forms/input-group/ + const getToggleButton = this.matches(SELECTOR_DATA_TOGGLE) ? + this : + (SelectorEngine.prev(this, SELECTOR_DATA_TOGGLE)[0] || + SelectorEngine.next(this, SELECTOR_DATA_TOGGLE)[0] || + SelectorEngine.findOne(SELECTOR_DATA_TOGGLE, event.delegateTarget.parentNode)) + + const instance = Dropdown.getOrCreateInstance(getToggleButton) + + if (isUpOrDownEvent) { + event.stopPropagation() + instance.show() + instance._selectMenuItem(event) + return + } + + if (instance._isShown()) { // else is escape and we check if it is shown + event.stopPropagation() + instance.hide() + getToggleButton.focus() + } + } +} + +/** + * Data API implementation + */ + +EventHandler.on(document, EVENT_KEYDOWN_DATA_API, SELECTOR_DATA_TOGGLE, Dropdown.dataApiKeydownHandler) +EventHandler.on(document, EVENT_KEYDOWN_DATA_API, SELECTOR_MENU, Dropdown.dataApiKeydownHandler) +EventHandler.on(document, EVENT_CLICK_DATA_API, Dropdown.clearMenus) +EventHandler.on(document, EVENT_KEYUP_DATA_API, Dropdown.clearMenus) +EventHandler.on(document, EVENT_CLICK_DATA_API, SELECTOR_DATA_TOGGLE, function (event) { + event.preventDefault() + Dropdown.getOrCreateInstance(this).toggle() +}) + +/** + * jQuery + */ + +defineJQueryPlugin(Dropdown) + +export default Dropdown diff --git a/core/static/assets/vendor/bootstrap/js/src/modal.js b/core/static/assets/vendor/bootstrap/js/src/modal.js new file mode 100644 index 0000000..c2c5c19 --- /dev/null +++ b/core/static/assets/vendor/bootstrap/js/src/modal.js @@ -0,0 +1,377 @@ +/** + * -------------------------------------------------------------------------- + * Bootstrap (v5.2.2): modal.js + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) + * -------------------------------------------------------------------------- + */ + +import { defineJQueryPlugin, getElementFromSelector, isRTL, isVisible, reflow } from './util/index' +import EventHandler from './dom/event-handler' +import SelectorEngine from './dom/selector-engine' +import ScrollBarHelper from './util/scrollbar' +import BaseComponent from './base-component' +import Backdrop from './util/backdrop' +import FocusTrap from './util/focustrap' +import { enableDismissTrigger } from './util/component-functions' + +/** + * Constants + */ + +const NAME = 'modal' +const DATA_KEY = 'bs.modal' +const EVENT_KEY = `.${DATA_KEY}` +const DATA_API_KEY = '.data-api' +const ESCAPE_KEY = 'Escape' + +const EVENT_HIDE = `hide${EVENT_KEY}` +const EVENT_HIDE_PREVENTED = `hidePrevented${EVENT_KEY}` +const EVENT_HIDDEN = `hidden${EVENT_KEY}` +const EVENT_SHOW = `show${EVENT_KEY}` +const EVENT_SHOWN = `shown${EVENT_KEY}` +const EVENT_RESIZE = `resize${EVENT_KEY}` +const EVENT_CLICK_DISMISS = `click.dismiss${EVENT_KEY}` +const EVENT_MOUSEDOWN_DISMISS = `mousedown.dismiss${EVENT_KEY}` +const EVENT_KEYDOWN_DISMISS = `keydown.dismiss${EVENT_KEY}` +const EVENT_CLICK_DATA_API = `click${EVENT_KEY}${DATA_API_KEY}` + +const CLASS_NAME_OPEN = 'modal-open' +const CLASS_NAME_FADE = 'fade' +const CLASS_NAME_SHOW = 'show' +const CLASS_NAME_STATIC = 'modal-static' + +const OPEN_SELECTOR = '.modal.show' +const SELECTOR_DIALOG = '.modal-dialog' +const SELECTOR_MODAL_BODY = '.modal-body' +const SELECTOR_DATA_TOGGLE = '[data-bs-toggle="modal"]' + +const Default = { + backdrop: true, + focus: true, + keyboard: true +} + +const DefaultType = { + backdrop: '(boolean|string)', + focus: 'boolean', + keyboard: 'boolean' +} + +/** + * Class definition + */ + +class Modal extends BaseComponent { + constructor(element, config) { + super(element, config) + + this._dialog = SelectorEngine.findOne(SELECTOR_DIALOG, this._element) + this._backdrop = this._initializeBackDrop() + this._focustrap = this._initializeFocusTrap() + this._isShown = false + this._isTransitioning = false + this._scrollBar = new ScrollBarHelper() + + this._addEventListeners() + } + + // Getters + static get Default() { + return Default + } + + static get DefaultType() { + return DefaultType + } + + static get NAME() { + return NAME + } + + // Public + toggle(relatedTarget) { + return this._isShown ? this.hide() : this.show(relatedTarget) + } + + show(relatedTarget) { + if (this._isShown || this._isTransitioning) { + return + } + + const showEvent = EventHandler.trigger(this._element, EVENT_SHOW, { + relatedTarget + }) + + if (showEvent.defaultPrevented) { + return + } + + this._isShown = true + this._isTransitioning = true + + this._scrollBar.hide() + + document.body.classList.add(CLASS_NAME_OPEN) + + this._adjustDialog() + + this._backdrop.show(() => this._showElement(relatedTarget)) + } + + hide() { + if (!this._isShown || this._isTransitioning) { + return + } + + const hideEvent = EventHandler.trigger(this._element, EVENT_HIDE) + + if (hideEvent.defaultPrevented) { + return + } + + this._isShown = false + this._isTransitioning = true + this._focustrap.deactivate() + + this._element.classList.remove(CLASS_NAME_SHOW) + + this._queueCallback(() => this._hideModal(), this._element, this._isAnimated()) + } + + dispose() { + for (const htmlElement of [window, this._dialog]) { + EventHandler.off(htmlElement, EVENT_KEY) + } + + this._backdrop.dispose() + this._focustrap.deactivate() + super.dispose() + } + + handleUpdate() { + this._adjustDialog() + } + + // Private + _initializeBackDrop() { + return new Backdrop({ + isVisible: Boolean(this._config.backdrop), // 'static' option will be translated to true, and booleans will keep their value, + isAnimated: this._isAnimated() + }) + } + + _initializeFocusTrap() { + return new FocusTrap({ + trapElement: this._element + }) + } + + _showElement(relatedTarget) { + // try to append dynamic modal + if (!document.body.contains(this._element)) { + document.body.append(this._element) + } + + this._element.style.display = 'block' + this._element.removeAttribute('aria-hidden') + this._element.setAttribute('aria-modal', true) + this._element.setAttribute('role', 'dialog') + this._element.scrollTop = 0 + + const modalBody = SelectorEngine.findOne(SELECTOR_MODAL_BODY, this._dialog) + if (modalBody) { + modalBody.scrollTop = 0 + } + + reflow(this._element) + + this._element.classList.add(CLASS_NAME_SHOW) + + const transitionComplete = () => { + if (this._config.focus) { + this._focustrap.activate() + } + + this._isTransitioning = false + EventHandler.trigger(this._element, EVENT_SHOWN, { + relatedTarget + }) + } + + this._queueCallback(transitionComplete, this._dialog, this._isAnimated()) + } + + _addEventListeners() { + EventHandler.on(this._element, EVENT_KEYDOWN_DISMISS, event => { + if (event.key !== ESCAPE_KEY) { + return + } + + if (this._config.keyboard) { + event.preventDefault() + this.hide() + return + } + + this._triggerBackdropTransition() + }) + + EventHandler.on(window, EVENT_RESIZE, () => { + if (this._isShown && !this._isTransitioning) { + this._adjustDialog() + } + }) + + EventHandler.on(this._element, EVENT_MOUSEDOWN_DISMISS, event => { + // a bad trick to segregate clicks that may start inside dialog but end outside, and avoid listen to scrollbar clicks + EventHandler.one(this._element, EVENT_CLICK_DISMISS, event2 => { + if (this._element !== event.target || this._element !== event2.target) { + return + } + + if (this._config.backdrop === 'static') { + this._triggerBackdropTransition() + return + } + + if (this._config.backdrop) { + this.hide() + } + }) + }) + } + + _hideModal() { + this._element.style.display = 'none' + this._element.setAttribute('aria-hidden', true) + this._element.removeAttribute('aria-modal') + this._element.removeAttribute('role') + this._isTransitioning = false + + this._backdrop.hide(() => { + document.body.classList.remove(CLASS_NAME_OPEN) + this._resetAdjustments() + this._scrollBar.reset() + EventHandler.trigger(this._element, EVENT_HIDDEN) + }) + } + + _isAnimated() { + return this._element.classList.contains(CLASS_NAME_FADE) + } + + _triggerBackdropTransition() { + const hideEvent = EventHandler.trigger(this._element, EVENT_HIDE_PREVENTED) + if (hideEvent.defaultPrevented) { + return + } + + const isModalOverflowing = this._element.scrollHeight > document.documentElement.clientHeight + const initialOverflowY = this._element.style.overflowY + // return if the following background transition hasn't yet completed + if (initialOverflowY === 'hidden' || this._element.classList.contains(CLASS_NAME_STATIC)) { + return + } + + if (!isModalOverflowing) { + this._element.style.overflowY = 'hidden' + } + + this._element.classList.add(CLASS_NAME_STATIC) + this._queueCallback(() => { + this._element.classList.remove(CLASS_NAME_STATIC) + this._queueCallback(() => { + this._element.style.overflowY = initialOverflowY + }, this._dialog) + }, this._dialog) + + this._element.focus() + } + + /** + * The following methods are used to handle overflowing modals + */ + + _adjustDialog() { + const isModalOverflowing = this._element.scrollHeight > document.documentElement.clientHeight + const scrollbarWidth = this._scrollBar.getWidth() + const isBodyOverflowing = scrollbarWidth > 0 + + if (isBodyOverflowing && !isModalOverflowing) { + const property = isRTL() ? 'paddingLeft' : 'paddingRight' + this._element.style[property] = `${scrollbarWidth}px` + } + + if (!isBodyOverflowing && isModalOverflowing) { + const property = isRTL() ? 'paddingRight' : 'paddingLeft' + this._element.style[property] = `${scrollbarWidth}px` + } + } + + _resetAdjustments() { + this._element.style.paddingLeft = '' + this._element.style.paddingRight = '' + } + + // Static + static jQueryInterface(config, relatedTarget) { + return this.each(function () { + const data = Modal.getOrCreateInstance(this, config) + + if (typeof config !== 'string') { + return + } + + if (typeof data[config] === 'undefined') { + throw new TypeError(`No method named "${config}"`) + } + + data[config](relatedTarget) + }) + } +} + +/** + * Data API implementation + */ + +EventHandler.on(document, EVENT_CLICK_DATA_API, SELECTOR_DATA_TOGGLE, function (event) { + const target = getElementFromSelector(this) + + if (['A', 'AREA'].includes(this.tagName)) { + event.preventDefault() + } + + EventHandler.one(target, EVENT_SHOW, showEvent => { + if (showEvent.defaultPrevented) { + // only register focus restorer if modal will actually get shown + return + } + + EventHandler.one(target, EVENT_HIDDEN, () => { + if (isVisible(this)) { + this.focus() + } + }) + }) + + // avoid conflict when clicking modal toggler while another one is open + const alreadyOpen = SelectorEngine.findOne(OPEN_SELECTOR) + if (alreadyOpen) { + Modal.getInstance(alreadyOpen).hide() + } + + const data = Modal.getOrCreateInstance(target) + + data.toggle(this) +}) + +enableDismissTrigger(Modal) + +/** + * jQuery + */ + +defineJQueryPlugin(Modal) + +export default Modal diff --git a/core/static/assets/vendor/bootstrap/js/src/offcanvas.js b/core/static/assets/vendor/bootstrap/js/src/offcanvas.js new file mode 100644 index 0000000..dc3e910 --- /dev/null +++ b/core/static/assets/vendor/bootstrap/js/src/offcanvas.js @@ -0,0 +1,283 @@ +/** + * -------------------------------------------------------------------------- + * Bootstrap (v5.2.2): offcanvas.js + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) + * -------------------------------------------------------------------------- + */ + +import { + defineJQueryPlugin, + getElementFromSelector, + isDisabled, + isVisible +} from './util/index' +import ScrollBarHelper from './util/scrollbar' +import EventHandler from './dom/event-handler' +import BaseComponent from './base-component' +import SelectorEngine from './dom/selector-engine' +import Backdrop from './util/backdrop' +import FocusTrap from './util/focustrap' +import { enableDismissTrigger } from './util/component-functions' + +/** + * Constants + */ + +const NAME = 'offcanvas' +const DATA_KEY = 'bs.offcanvas' +const EVENT_KEY = `.${DATA_KEY}` +const DATA_API_KEY = '.data-api' +const EVENT_LOAD_DATA_API = `load${EVENT_KEY}${DATA_API_KEY}` +const ESCAPE_KEY = 'Escape' + +const CLASS_NAME_SHOW = 'show' +const CLASS_NAME_SHOWING = 'showing' +const CLASS_NAME_HIDING = 'hiding' +const CLASS_NAME_BACKDROP = 'offcanvas-backdrop' +const OPEN_SELECTOR = '.offcanvas.show' + +const EVENT_SHOW = `show${EVENT_KEY}` +const EVENT_SHOWN = `shown${EVENT_KEY}` +const EVENT_HIDE = `hide${EVENT_KEY}` +const EVENT_HIDE_PREVENTED = `hidePrevented${EVENT_KEY}` +const EVENT_HIDDEN = `hidden${EVENT_KEY}` +const EVENT_RESIZE = `resize${EVENT_KEY}` +const EVENT_CLICK_DATA_API = `click${EVENT_KEY}${DATA_API_KEY}` +const EVENT_KEYDOWN_DISMISS = `keydown.dismiss${EVENT_KEY}` + +const SELECTOR_DATA_TOGGLE = '[data-bs-toggle="offcanvas"]' + +const Default = { + backdrop: true, + keyboard: true, + scroll: false +} + +const DefaultType = { + backdrop: '(boolean|string)', + keyboard: 'boolean', + scroll: 'boolean' +} + +/** + * Class definition + */ + +class Offcanvas extends BaseComponent { + constructor(element, config) { + super(element, config) + + this._isShown = false + this._backdrop = this._initializeBackDrop() + this._focustrap = this._initializeFocusTrap() + this._addEventListeners() + } + + // Getters + static get Default() { + return Default + } + + static get DefaultType() { + return DefaultType + } + + static get NAME() { + return NAME + } + + // Public + toggle(relatedTarget) { + return this._isShown ? this.hide() : this.show(relatedTarget) + } + + show(relatedTarget) { + if (this._isShown) { + return + } + + const showEvent = EventHandler.trigger(this._element, EVENT_SHOW, { relatedTarget }) + + if (showEvent.defaultPrevented) { + return + } + + this._isShown = true + this._backdrop.show() + + if (!this._config.scroll) { + new ScrollBarHelper().hide() + } + + this._element.setAttribute('aria-modal', true) + this._element.setAttribute('role', 'dialog') + this._element.classList.add(CLASS_NAME_SHOWING) + + const completeCallBack = () => { + if (!this._config.scroll || this._config.backdrop) { + this._focustrap.activate() + } + + this._element.classList.add(CLASS_NAME_SHOW) + this._element.classList.remove(CLASS_NAME_SHOWING) + EventHandler.trigger(this._element, EVENT_SHOWN, { relatedTarget }) + } + + this._queueCallback(completeCallBack, this._element, true) + } + + hide() { + if (!this._isShown) { + return + } + + const hideEvent = EventHandler.trigger(this._element, EVENT_HIDE) + + if (hideEvent.defaultPrevented) { + return + } + + this._focustrap.deactivate() + this._element.blur() + this._isShown = false + this._element.classList.add(CLASS_NAME_HIDING) + this._backdrop.hide() + + const completeCallback = () => { + this._element.classList.remove(CLASS_NAME_SHOW, CLASS_NAME_HIDING) + this._element.removeAttribute('aria-modal') + this._element.removeAttribute('role') + + if (!this._config.scroll) { + new ScrollBarHelper().reset() + } + + EventHandler.trigger(this._element, EVENT_HIDDEN) + } + + this._queueCallback(completeCallback, this._element, true) + } + + dispose() { + this._backdrop.dispose() + this._focustrap.deactivate() + super.dispose() + } + + // Private + _initializeBackDrop() { + const clickCallback = () => { + if (this._config.backdrop === 'static') { + EventHandler.trigger(this._element, EVENT_HIDE_PREVENTED) + return + } + + this.hide() + } + + // 'static' option will be translated to true, and booleans will keep their value + const isVisible = Boolean(this._config.backdrop) + + return new Backdrop({ + className: CLASS_NAME_BACKDROP, + isVisible, + isAnimated: true, + rootElement: this._element.parentNode, + clickCallback: isVisible ? clickCallback : null + }) + } + + _initializeFocusTrap() { + return new FocusTrap({ + trapElement: this._element + }) + } + + _addEventListeners() { + EventHandler.on(this._element, EVENT_KEYDOWN_DISMISS, event => { + if (event.key !== ESCAPE_KEY) { + return + } + + if (!this._config.keyboard) { + EventHandler.trigger(this._element, EVENT_HIDE_PREVENTED) + return + } + + this.hide() + }) + } + + // Static + static jQueryInterface(config) { + return this.each(function () { + const data = Offcanvas.getOrCreateInstance(this, config) + + if (typeof config !== 'string') { + return + } + + if (data[config] === undefined || config.startsWith('_') || config === 'constructor') { + throw new TypeError(`No method named "${config}"`) + } + + data[config](this) + }) + } +} + +/** + * Data API implementation + */ + +EventHandler.on(document, EVENT_CLICK_DATA_API, SELECTOR_DATA_TOGGLE, function (event) { + const target = getElementFromSelector(this) + + if (['A', 'AREA'].includes(this.tagName)) { + event.preventDefault() + } + + if (isDisabled(this)) { + return + } + + EventHandler.one(target, EVENT_HIDDEN, () => { + // focus on trigger when it is closed + if (isVisible(this)) { + this.focus() + } + }) + + // avoid conflict when clicking a toggler of an offcanvas, while another is open + const alreadyOpen = SelectorEngine.findOne(OPEN_SELECTOR) + if (alreadyOpen && alreadyOpen !== target) { + Offcanvas.getInstance(alreadyOpen).hide() + } + + const data = Offcanvas.getOrCreateInstance(target) + data.toggle(this) +}) + +EventHandler.on(window, EVENT_LOAD_DATA_API, () => { + for (const selector of SelectorEngine.find(OPEN_SELECTOR)) { + Offcanvas.getOrCreateInstance(selector).show() + } +}) + +EventHandler.on(window, EVENT_RESIZE, () => { + for (const element of SelectorEngine.find('[aria-modal][class*=show][class*=offcanvas-]')) { + if (getComputedStyle(element).position !== 'fixed') { + Offcanvas.getOrCreateInstance(element).hide() + } + } +}) + +enableDismissTrigger(Offcanvas) + +/** + * jQuery + */ + +defineJQueryPlugin(Offcanvas) + +export default Offcanvas diff --git a/core/static/assets/vendor/bootstrap/js/src/popover.js b/core/static/assets/vendor/bootstrap/js/src/popover.js new file mode 100644 index 0000000..93fdc35 --- /dev/null +++ b/core/static/assets/vendor/bootstrap/js/src/popover.js @@ -0,0 +1,97 @@ +/** + * -------------------------------------------------------------------------- + * Bootstrap (v5.2.2): popover.js + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) + * -------------------------------------------------------------------------- + */ + +import { defineJQueryPlugin } from './util/index' +import Tooltip from './tooltip' + +/** + * Constants + */ + +const NAME = 'popover' + +const SELECTOR_TITLE = '.popover-header' +const SELECTOR_CONTENT = '.popover-body' + +const Default = { + ...Tooltip.Default, + content: '', + offset: [0, 8], + placement: 'right', + template: '', + trigger: 'click' +} + +const DefaultType = { + ...Tooltip.DefaultType, + content: '(null|string|element|function)' +} + +/** + * Class definition + */ + +class Popover extends Tooltip { + // Getters + static get Default() { + return Default + } + + static get DefaultType() { + return DefaultType + } + + static get NAME() { + return NAME + } + + // Overrides + _isWithContent() { + return this._getTitle() || this._getContent() + } + + // Private + _getContentForTemplate() { + return { + [SELECTOR_TITLE]: this._getTitle(), + [SELECTOR_CONTENT]: this._getContent() + } + } + + _getContent() { + return this._resolvePossibleFunction(this._config.content) + } + + // Static + static jQueryInterface(config) { + return this.each(function () { + const data = Popover.getOrCreateInstance(this, config) + + if (typeof config !== 'string') { + return + } + + if (typeof data[config] === 'undefined') { + throw new TypeError(`No method named "${config}"`) + } + + data[config]() + }) + } +} + +/** + * jQuery + */ + +defineJQueryPlugin(Popover) + +export default Popover diff --git a/core/static/assets/vendor/bootstrap/js/src/scrollspy.js b/core/static/assets/vendor/bootstrap/js/src/scrollspy.js new file mode 100644 index 0000000..a73bba8 --- /dev/null +++ b/core/static/assets/vendor/bootstrap/js/src/scrollspy.js @@ -0,0 +1,294 @@ +/** + * -------------------------------------------------------------------------- + * Bootstrap (v5.2.2): scrollspy.js + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) + * -------------------------------------------------------------------------- + */ + +import { defineJQueryPlugin, getElement, isDisabled, isVisible } from './util/index' +import EventHandler from './dom/event-handler' +import SelectorEngine from './dom/selector-engine' +import BaseComponent from './base-component' + +/** + * Constants + */ + +const NAME = 'scrollspy' +const DATA_KEY = 'bs.scrollspy' +const EVENT_KEY = `.${DATA_KEY}` +const DATA_API_KEY = '.data-api' + +const EVENT_ACTIVATE = `activate${EVENT_KEY}` +const EVENT_CLICK = `click${EVENT_KEY}` +const EVENT_LOAD_DATA_API = `load${EVENT_KEY}${DATA_API_KEY}` + +const CLASS_NAME_DROPDOWN_ITEM = 'dropdown-item' +const CLASS_NAME_ACTIVE = 'active' + +const SELECTOR_DATA_SPY = '[data-bs-spy="scroll"]' +const SELECTOR_TARGET_LINKS = '[href]' +const SELECTOR_NAV_LIST_GROUP = '.nav, .list-group' +const SELECTOR_NAV_LINKS = '.nav-link' +const SELECTOR_NAV_ITEMS = '.nav-item' +const SELECTOR_LIST_ITEMS = '.list-group-item' +const SELECTOR_LINK_ITEMS = `${SELECTOR_NAV_LINKS}, ${SELECTOR_NAV_ITEMS} > ${SELECTOR_NAV_LINKS}, ${SELECTOR_LIST_ITEMS}` +const SELECTOR_DROPDOWN = '.dropdown' +const SELECTOR_DROPDOWN_TOGGLE = '.dropdown-toggle' + +const Default = { + offset: null, // TODO: v6 @deprecated, keep it for backwards compatibility reasons + rootMargin: '0px 0px -25%', + smoothScroll: false, + target: null, + threshold: [0.1, 0.5, 1] +} + +const DefaultType = { + offset: '(number|null)', // TODO v6 @deprecated, keep it for backwards compatibility reasons + rootMargin: 'string', + smoothScroll: 'boolean', + target: 'element', + threshold: 'array' +} + +/** + * Class definition + */ + +class ScrollSpy extends BaseComponent { + constructor(element, config) { + super(element, config) + + // this._element is the observablesContainer and config.target the menu links wrapper + this._targetLinks = new Map() + this._observableSections = new Map() + this._rootElement = getComputedStyle(this._element).overflowY === 'visible' ? null : this._element + this._activeTarget = null + this._observer = null + this._previousScrollData = { + visibleEntryTop: 0, + parentScrollTop: 0 + } + this.refresh() // initialize + } + + // Getters + static get Default() { + return Default + } + + static get DefaultType() { + return DefaultType + } + + static get NAME() { + return NAME + } + + // Public + refresh() { + this._initializeTargetsAndObservables() + this._maybeEnableSmoothScroll() + + if (this._observer) { + this._observer.disconnect() + } else { + this._observer = this._getNewObserver() + } + + for (const section of this._observableSections.values()) { + this._observer.observe(section) + } + } + + dispose() { + this._observer.disconnect() + super.dispose() + } + + // Private + _configAfterMerge(config) { + // TODO: on v6 target should be given explicitly & remove the {target: 'ss-target'} case + config.target = getElement(config.target) || document.body + + // TODO: v6 Only for backwards compatibility reasons. Use rootMargin only + config.rootMargin = config.offset ? `${config.offset}px 0px -30%` : config.rootMargin + + if (typeof config.threshold === 'string') { + config.threshold = config.threshold.split(',').map(value => Number.parseFloat(value)) + } + + return config + } + + _maybeEnableSmoothScroll() { + if (!this._config.smoothScroll) { + return + } + + // unregister any previous listeners + EventHandler.off(this._config.target, EVENT_CLICK) + + EventHandler.on(this._config.target, EVENT_CLICK, SELECTOR_TARGET_LINKS, event => { + const observableSection = this._observableSections.get(event.target.hash) + if (observableSection) { + event.preventDefault() + const root = this._rootElement || window + const height = observableSection.offsetTop - this._element.offsetTop + if (root.scrollTo) { + root.scrollTo({ top: height, behavior: 'smooth' }) + return + } + + // Chrome 60 doesn't support `scrollTo` + root.scrollTop = height + } + }) + } + + _getNewObserver() { + const options = { + root: this._rootElement, + threshold: this._config.threshold, + rootMargin: this._config.rootMargin + } + + return new IntersectionObserver(entries => this._observerCallback(entries), options) + } + + // The logic of selection + _observerCallback(entries) { + const targetElement = entry => this._targetLinks.get(`#${entry.target.id}`) + const activate = entry => { + this._previousScrollData.visibleEntryTop = entry.target.offsetTop + this._process(targetElement(entry)) + } + + const parentScrollTop = (this._rootElement || document.documentElement).scrollTop + const userScrollsDown = parentScrollTop >= this._previousScrollData.parentScrollTop + this._previousScrollData.parentScrollTop = parentScrollTop + + for (const entry of entries) { + if (!entry.isIntersecting) { + this._activeTarget = null + this._clearActiveClass(targetElement(entry)) + + continue + } + + const entryIsLowerThanPrevious = entry.target.offsetTop >= this._previousScrollData.visibleEntryTop + // if we are scrolling down, pick the bigger offsetTop + if (userScrollsDown && entryIsLowerThanPrevious) { + activate(entry) + // if parent isn't scrolled, let's keep the first visible item, breaking the iteration + if (!parentScrollTop) { + return + } + + continue + } + + // if we are scrolling up, pick the smallest offsetTop + if (!userScrollsDown && !entryIsLowerThanPrevious) { + activate(entry) + } + } + } + + _initializeTargetsAndObservables() { + this._targetLinks = new Map() + this._observableSections = new Map() + + const targetLinks = SelectorEngine.find(SELECTOR_TARGET_LINKS, this._config.target) + + for (const anchor of targetLinks) { + // ensure that the anchor has an id and is not disabled + if (!anchor.hash || isDisabled(anchor)) { + continue + } + + const observableSection = SelectorEngine.findOne(anchor.hash, this._element) + + // ensure that the observableSection exists & is visible + if (isVisible(observableSection)) { + this._targetLinks.set(anchor.hash, anchor) + this._observableSections.set(anchor.hash, observableSection) + } + } + } + + _process(target) { + if (this._activeTarget === target) { + return + } + + this._clearActiveClass(this._config.target) + this._activeTarget = target + target.classList.add(CLASS_NAME_ACTIVE) + this._activateParents(target) + + EventHandler.trigger(this._element, EVENT_ACTIVATE, { relatedTarget: target }) + } + + _activateParents(target) { + // Activate dropdown parents + if (target.classList.contains(CLASS_NAME_DROPDOWN_ITEM)) { + SelectorEngine.findOne(SELECTOR_DROPDOWN_TOGGLE, target.closest(SELECTOR_DROPDOWN)) + .classList.add(CLASS_NAME_ACTIVE) + return + } + + for (const listGroup of SelectorEngine.parents(target, SELECTOR_NAV_LIST_GROUP)) { + // Set triggered links parents as active + // With both
    and
");a.controlsContainer?(d(a.controlsContainer).append(b),a.directionNav=d("."+e+"direction-nav li a",a.controlsContainer)):(a.append(b),a.directionNav=d("."+e+"direction-nav li a",a));f.directionNav.update();a.directionNav.bind(t,function(b){b.preventDefault();b=d(this).hasClass(e+"next")?a.getTarget("next"):a.getTarget("prev");a.flexAnimate(b,c.pauseOnAction)}); - p&&a.directionNav.bind("click touchstart",function(a){a.preventDefault()})},update:function(){var b=e+"disabled";1===a.pagingCount?a.directionNav.addClass(b):c.animationLoop?a.directionNav.removeClass(b):0===a.animatingTo?a.directionNav.removeClass(b).filter("."+e+"prev").addClass(b):a.animatingTo===a.last?a.directionNav.removeClass(b).filter("."+e+"next").addClass(b):a.directionNav.removeClass(b)}},pausePlay:{setup:function(){var b=d('
');a.controlsContainer? - (a.controlsContainer.append(b),a.pausePlay=d("."+e+"pauseplay a",a.controlsContainer)):(a.append(b),a.pausePlay=d("."+e+"pauseplay a",a));f.pausePlay.update(c.slideshow?e+"pause":e+"play");a.pausePlay.bind(t,function(b){b.preventDefault();d(this).hasClass(e+"pause")?(a.manualPause=!0,a.manualPlay=!1,a.pause()):(a.manualPause=!1,a.manualPlay=!0,a.play())});p&&a.pausePlay.bind("click touchstart",function(a){a.preventDefault()})},update:function(b){"play"===b?a.pausePlay.removeClass(e+"pause").addClass(e+ - "play").text(c.playText):a.pausePlay.removeClass(e+"play").addClass(e+"pause").text(c.pauseText)}},touch:function(){function b(b){j=l?d-b.touches[0].pageY:d-b.touches[0].pageX;p=l?Math.abs(j)j||a.currentSlide===a.last&&0Number(new Date)-k&&50q/2)?a.flexAnimate(l,c.pauseOnAction):r||a.flexAnimate(a.currentSlide,c.pauseOnAction,!0)}i.removeEventListener("touchend",g,!1);f=j=e=d=null}var d,e,f,q,j,k,p=!1;i.addEventListener("touchstart",function(j){a.animating?j.preventDefault():1===j.touches.length&&(a.pause(),q=l?a.h:a.w,k=Number(new Date),f=h&&m&&a.animatingTo=== - a.last?0:h&&m?a.limit-(a.itemW+c.itemMargin)*a.move*a.animatingTo:h&&a.currentSlide===a.last?a.limit:h?(a.itemW+c.itemMargin)*a.move*a.currentSlide:m?(a.last-a.currentSlide+a.cloneOffset)*q:(a.currentSlide+a.cloneOffset)*q,d=l?j.touches[0].pageY:j.touches[0].pageX,e=l?j.touches[0].pageX:j.touches[0].pageY,i.addEventListener("touchmove",b,!1),i.addEventListener("touchend",g,!1))},!1)},resize:function(){!a.animating&&a.is(":visible")&&(h||a.doMath(),r?f.smoothHeight():h?(a.slides.width(a.computedW), - a.update(a.pagingCount),a.setProps()):l?(a.viewport.height(a.h),a.setProps(a.h,"setTotal")):(c.smoothHeight&&f.smoothHeight(),a.newSlides.width(a.computedW),a.setProps(a.computedW,"setTotal")))},smoothHeight:function(b){if(!l||r){var c=r?a:a.viewport;b?c.animate({height:a.slides.eq(a.animatingTo).height()},b):c.height(a.slides.eq(a.animatingTo).height())}},sync:function(b){var g=d(c.sync).data("flexslider"),e=a.animatingTo;switch(b){case "animate":g.flexAnimate(e,c.pauseOnAction,!1,!0);break;case "play":!g.playing&& - !g.asNav&&g.play();break;case "pause":g.pause()}}};a.flexAnimate=function(b,g,n,i,k){s&&1===a.pagingCount&&(a.direction=a.currentItema.w?2*c.itemMargin:c.itemMargin,b=(a.itemW+b)*a.move*a.animatingTo, - b=b>a.limit&&1!==a.visible?a.limit:b):b=0===a.currentSlide&&b===a.count-1&&c.animationLoop&&"next"!==a.direction?m?(a.count+a.cloneOffset)*q:0:a.currentSlide===a.last&&0===b&&c.animationLoop&&"prev"!==a.direction?m?0:(a.count+1)*q:m?(a.count-1-b+a.cloneOffset)*q:(b+a.cloneOffset)*q;a.setProps(b,"",c.animationSpeed);if(a.transitions){if(!c.animationLoop||!a.atEnd)a.animating=!1,a.currentSlide=a.animatingTo;a.container.unbind("webkitTransitionEnd transitionend");a.container.bind("webkitTransitionEnd transitionend", - function(){a.wrapup(q)})}else a.container.animate(a.args,c.animationSpeed,c.easing,function(){a.wrapup(q)})}c.smoothHeight&&f.smoothHeight(c.animationSpeed)}};a.wrapup=function(b){!r&&!h&&(0===a.currentSlide&&a.animatingTo===a.last&&c.animationLoop?a.setProps(b,"jumpEnd"):a.currentSlide===a.last&&(0===a.animatingTo&&c.animationLoop)&&a.setProps(b,"jumpStart"));a.animating=!1;a.currentSlide=a.animatingTo;c.after(a)};a.animateSlides=function(){a.animating||a.flexAnimate(a.getTarget("next"))};a.pause= - function(){clearInterval(a.animatedSlides);a.playing=!1;c.pausePlay&&f.pausePlay.update("play");a.syncExists&&f.sync("pause")};a.play=function(){a.animatedSlides=setInterval(a.animateSlides,c.slideshowSpeed);a.playing=!0;c.pausePlay&&f.pausePlay.update("pause");a.syncExists&&f.sync("play")};a.canAdvance=function(b,g){var d=s?a.pagingCount-1:a.last;return g?!0:s&&a.currentItem===a.count-1&&0===b&&"prev"===a.direction?!0:s&&0===a.currentItem&&b===a.pagingCount-1&&"next"!==a.direction?!1:b===a.currentSlide&& - !s?!1:c.animationLoop?!0:a.atEnd&&0===a.currentSlide&&b===d&&"next"!==a.direction?!1:a.atEnd&&a.currentSlide===d&&0===b&&"next"===a.direction?!1:!0};a.getTarget=function(b){a.direction=b;return"next"===b?a.currentSlide===a.last?0:a.currentSlide+1:0===a.currentSlide?a.last:a.currentSlide-1};a.setProps=function(b,g,d){var e,f=b?b:(a.itemW+c.itemMargin)*a.move*a.animatingTo;e=-1*function(){if(h)return"setTouch"===g?b:m&&a.animatingTo===a.last?0:m?a.limit-(a.itemW+c.itemMargin)*a.move*a.animatingTo:a.animatingTo=== - a.last?a.limit:f;switch(g){case "setTotal":return m?(a.count-1-a.currentSlide+a.cloneOffset)*b:(a.currentSlide+a.cloneOffset)*b;case "setTouch":return b;case "jumpEnd":return m?b:a.count*b;case "jumpStart":return m?a.count*b:b;default:return b}}()+"px";a.transitions&&(e=l?"translate3d(0,"+e+",0)":"translate3d("+e+",0,0)",d=void 0!==d?d/1E3+"s":"0s",a.container.css("-"+a.pfx+"-transition-duration",d));a.args[a.prop]=e;(a.transitions||void 0===d)&&a.container.css(a.args)};a.setup=function(b){if(r)a.slides.css({width:"100%", - "float":"left",marginRight:"-100%",position:"relative"}),"init"===b&&(p?a.slides.css({opacity:0,display:"block",webkitTransition:"opacity "+c.animationSpeed/1E3+"s ease",zIndex:1}).eq(a.currentSlide).css({opacity:1,zIndex:2}):a.slides.eq(a.currentSlide).fadeIn(c.animationSpeed,c.easing)),c.smoothHeight&&f.smoothHeight();else{var g,n;"init"===b&&(a.viewport=d('
').css({overflow:"hidden",position:"relative"}).appendTo(a).append(a.container),a.cloneCount=0,a.cloneOffset= - 0,m&&(n=d.makeArray(a.slides).reverse(),a.slides=d(n),a.container.empty().append(a.slides)));c.animationLoop&&!h&&(a.cloneCount=2,a.cloneOffset=1,"init"!==b&&a.container.find(".clone").remove(),a.container.append(a.slides.first().clone().addClass("clone")).prepend(a.slides.last().clone().addClass("clone")));a.newSlides=d(c.selector,a);g=m?a.count-1-a.currentSlide+a.cloneOffset:a.currentSlide+a.cloneOffset;l&&!h?(a.container.height(200*(a.count+a.cloneCount)+"%").css("position","absolute").width("100%"), - setTimeout(function(){a.newSlides.css({display:"block"});a.doMath();a.viewport.height(a.h);a.setProps(g*a.h,"init")},"init"===b?100:0)):(a.container.width(200*(a.count+a.cloneCount)+"%"),a.setProps(g*a.computedW,"init"),setTimeout(function(){a.doMath();a.newSlides.css({width:a.computedW,"float":"left",display:"block"});c.smoothHeight&&f.smoothHeight()},"init"===b?100:0))}h||a.slides.removeClass(e+"active-slide").eq(a.currentSlide).addClass(e+"active-slide")};a.doMath=function(){var b=a.slides.first(), - d=c.itemMargin,e=c.minItems,f=c.maxItems;a.w=a.width();a.h=b.height();a.boxPadding=b.outerWidth()-b.width();h?(a.itemT=c.itemWidth+d,a.minW=e?e*a.itemT:a.w,a.maxW=f?f*a.itemT:a.w,a.itemW=a.minW>a.w?(a.w-d*e)/e:a.maxWa.w?a.w:c.itemWidth,a.visible=Math.floor(a.w/(a.itemW+d)),a.move=0a.w?(a.itemW+2*d)*a.count-a.w- - d:(a.itemW+d)*a.count-a.w-d):(a.itemW=a.w,a.pagingCount=a.count,a.last=a.count-1);a.computedW=a.itemW-a.boxPadding};a.update=function(b,d){a.doMath();h||(ba.controlNav.length)f.controlNav.update("add");else if("remove"===d&&!h||a.pagingCounta.last&&(a.currentSlide-=1,a.animatingTo-=1), - f.controlNav.update("remove",a.last);c.directionNav&&f.directionNav.update()};a.addSlide=function(b,e){var f=d(b);a.count+=1;a.last=a.count-1;l&&m?void 0!==e?a.slides.eq(a.count-e).after(f):a.container.prepend(f):void 0!==e?a.slides.eq(e).before(f):a.container.append(f);a.update(e,"add");a.slides=d(c.selector+":not(.clone)",a);a.setup();c.added(a)};a.removeSlide=function(b){var e=isNaN(b)?a.slides.index(d(b)):b;a.count-=1;a.last=a.count-1;isNaN(b)?d(b,a.slides).remove():l&&m?a.slides.eq(a.last).remove(): - a.slides.eq(b).remove();a.doMath();a.update(e,"remove");a.slides=d(c.selector+":not(.clone)",a);a.setup();c.removed(a)};f.init()};d.flexslider.defaults={namespace:"flex-",selector:".slides > li",animation:"fade",easing:"swing",direction:"horizontal",reverse:!1,animationLoop:!0,smoothHeight:!1,startAt:0,slideshow:!0,slideshowSpeed:7E3,animationSpeed:600,initDelay:0,randomize:!1,pauseOnAction:!0,pauseOnHover:!1,useCSS:!0,touch:!0,video:!1,controlNav:!0,directionNav:!0,prevText:"Previous",nextText:"Next", - keyboard:!0,multipleKeyboard:!1,mousewheel:!1,pausePlay:!1,pauseText:"Pause",playText:"Play",controlsContainer:"",manualControls:"",sync:"",asNavFor:"",itemWidth:0,itemMargin:0,minItems:0,maxItems:0,move:0,start:function(){},before:function(){},after:function(){},end:function(){},added:function(){},removed:function(){}};d.fn.flexslider=function(i){void 0===i&&(i={});if("object"===typeof i)return this.each(function(){var a=d(this),c=a.find(i.selector?i.selector:".slides > li");1===c.length?(c.fadeIn(400), - i.start&&i.start(a)):void 0==a.data("flexslider")&&new d.flexslider(this,i)});var k=d(this).data("flexslider");switch(i){case "play":k.play();break;case "pause":k.pause();break;case "next":k.flexAnimate(k.getTarget("next"),!0);break;case "prev":case "previous":k.flexAnimate(k.getTarget("prev"),!0);break;default:"number"===typeof i&&k.flexAnimate(i,!0)}}})(jQuery); \ No newline at end of file diff --git a/core/static/plugins/flexslider/jquery.flexslider.js b/core/static/plugins/flexslider/jquery.flexslider.js deleted file mode 100755 index 7f68c9b..0000000 --- a/core/static/plugins/flexslider/jquery.flexslider.js +++ /dev/null @@ -1,903 +0,0 @@ -/* - * jQuery FlexSlider v2.1 - * http://www.woothemes.com/flexslider/ - * - * Copyright 2012 WooThemes - * Free to use under the GPLv2 license. - * http://www.gnu.org/licenses/gpl-2.0.html - * - * Contributing author: Tyler Smith (@mbmufffin) - */ - -;(function ($) { - - //FlexSlider: Object Instance - $.flexslider = function(el, options) { - var slider = $(el), - vars = $.extend({}, $.flexslider.defaults, options), - namespace = vars.namespace, - touch = ("ontouchstart" in window) || window.DocumentTouch && document instanceof DocumentTouch, - eventType = (touch) ? "touchend" : "click", - vertical = vars.direction === "vertical", - reverse = vars.reverse, - carousel = (vars.itemWidth > 0), - fade = vars.animation === "fade", - asNav = vars.asNavFor !== "", - methods = {}; - - // Store a reference to the slider object - $.data(el, "flexslider", slider); - - // Privat slider methods - methods = { - init: function() { - slider.animating = false; - slider.currentSlide = vars.startAt; - slider.animatingTo = slider.currentSlide; - slider.atEnd = (slider.currentSlide === 0 || slider.currentSlide === slider.last); - slider.containerSelector = vars.selector.substr(0,vars.selector.search(' ')); - slider.slides = $(vars.selector, slider); - slider.container = $(slider.containerSelector, slider); - slider.count = slider.slides.length; - // SYNC: - slider.syncExists = $(vars.sync).length > 0; - // SLIDE: - if (vars.animation === "slide") vars.animation = "swing"; - slider.prop = (vertical) ? "top" : "marginLeft"; - slider.args = {}; - // SLIDESHOW: - slider.manualPause = false; - // TOUCH/USECSS: - slider.transitions = !vars.video && !fade && vars.useCSS && (function() { - var obj = document.createElement('div'), - props = ['perspectiveProperty', 'WebkitPerspective', 'MozPerspective', 'OPerspective', 'msPerspective']; - for (var i in props) { - if ( obj.style[ props[i] ] !== undefined ) { - slider.pfx = props[i].replace('Perspective','').toLowerCase(); - slider.prop = "-" + slider.pfx + "-transform"; - return true; - } - } - return false; - }()); - // CONTROLSCONTAINER: - if (vars.controlsContainer !== "") slider.controlsContainer = $(vars.controlsContainer).length > 0 && $(vars.controlsContainer); - // MANUAL: - if (vars.manualControls !== "") slider.manualControls = $(vars.manualControls).length > 0 && $(vars.manualControls); - - // RANDOMIZE: - if (vars.randomize) { - slider.slides.sort(function() { return (Math.round(Math.random())-0.5); }); - slider.container.empty().append(slider.slides); - } - - slider.doMath(); - - // ASNAV: - if (asNav) methods.asNav.setup(); - - // INIT - slider.setup("init"); - - // CONTROLNAV: - if (vars.controlNav) methods.controlNav.setup(); - - // DIRECTIONNAV: - if (vars.directionNav) methods.directionNav.setup(); - - // KEYBOARD: - if (vars.keyboard && ($(slider.containerSelector).length === 1 || vars.multipleKeyboard)) { - $(document).bind('keyup', function(event) { - var keycode = event.keyCode; - if (!slider.animating && (keycode === 39 || keycode === 37)) { - var target = (keycode === 39) ? slider.getTarget('next') : - (keycode === 37) ? slider.getTarget('prev') : false; - slider.flexAnimate(target, vars.pauseOnAction); - } - }); - } - // MOUSEWHEEL: - if (vars.mousewheel) { - slider.bind('mousewheel', function(event, delta, deltaX, deltaY) { - event.preventDefault(); - var target = (delta < 0) ? slider.getTarget('next') : slider.getTarget('prev'); - slider.flexAnimate(target, vars.pauseOnAction); - }); - } - - // PAUSEPLAY - if (vars.pausePlay) methods.pausePlay.setup(); - - // SLIDSESHOW - if (vars.slideshow) { - if (vars.pauseOnHover) { - slider.hover(function() { - if (!slider.manualPlay && !slider.manualPause) slider.pause(); - }, function() { - if (!slider.manualPause && !slider.manualPlay) slider.play(); - }); - } - // initialize animation - (vars.initDelay > 0) ? setTimeout(slider.play, vars.initDelay) : slider.play(); - } - - // TOUCH - if (touch && vars.touch) methods.touch(); - - // FADE&&SMOOTHHEIGHT || SLIDE: - if (!fade || (fade && vars.smoothHeight)) $(window).bind("resize focus", methods.resize); - - - // API: start() Callback - setTimeout(function(){ - vars.start(slider); - }, 200); - }, - asNav: { - setup: function() { - slider.asNav = true; - slider.animatingTo = Math.floor(slider.currentSlide/slider.move); - slider.currentItem = slider.currentSlide; - slider.slides.removeClass(namespace + "active-slide").eq(slider.currentItem).addClass(namespace + "active-slide"); - slider.slides.click(function(e){ - e.preventDefault(); - var $slide = $(this), - target = $slide.index(); - if (!$(vars.asNavFor).data('flexslider').animating && !$slide.hasClass('active')) { - slider.direction = (slider.currentItem < target) ? "next" : "prev"; - slider.flexAnimate(target, vars.pauseOnAction, false, true, true); - } - }); - } - }, - controlNav: { - setup: function() { - if (!slider.manualControls) { - methods.controlNav.setupPaging(); - } else { // MANUALCONTROLS: - methods.controlNav.setupManual(); - } - }, - setupPaging: function() { - var type = (vars.controlNav === "thumbnails") ? 'control-thumbs' : 'control-paging', - j = 1, - item; - - slider.controlNavScaffold = $('
    '); - - if (slider.pagingCount > 1) { - for (var i = 0; i < slider.pagingCount; i++) { - item = (vars.controlNav === "thumbnails") ? '' : '' + j + ''; - slider.controlNavScaffold.append('
  1. ' + item + '
  2. '); - j++; - } - } - - // CONTROLSCONTAINER: - (slider.controlsContainer) ? $(slider.controlsContainer).append(slider.controlNavScaffold) : slider.append(slider.controlNavScaffold); - methods.controlNav.set(); - - methods.controlNav.active(); - - slider.controlNavScaffold.delegate('a, img', eventType, function(event) { - event.preventDefault(); - var $this = $(this), - target = slider.controlNav.index($this); - - if (!$this.hasClass(namespace + 'active')) { - slider.direction = (target > slider.currentSlide) ? "next" : "prev"; - slider.flexAnimate(target, vars.pauseOnAction); - } - }); - // Prevent iOS click event bug - if (touch) { - slider.controlNavScaffold.delegate('a', "click touchstart", function(event) { - event.preventDefault(); - }); - } - }, - setupManual: function() { - slider.controlNav = slider.manualControls; - methods.controlNav.active(); - - slider.controlNav.live(eventType, function(event) { - event.preventDefault(); - var $this = $(this), - target = slider.controlNav.index($this); - - if (!$this.hasClass(namespace + 'active')) { - (target > slider.currentSlide) ? slider.direction = "next" : slider.direction = "prev"; - slider.flexAnimate(target, vars.pauseOnAction); - } - }); - // Prevent iOS click event bug - if (touch) { - slider.controlNav.live("click touchstart", function(event) { - event.preventDefault(); - }); - } - }, - set: function() { - var selector = (vars.controlNav === "thumbnails") ? 'img' : 'a'; - slider.controlNav = $('.' + namespace + 'control-nav li ' + selector, (slider.controlsContainer) ? slider.controlsContainer : slider); - }, - active: function() { - slider.controlNav.removeClass(namespace + "active").eq(slider.animatingTo).addClass(namespace + "active"); - }, - update: function(action, pos) { - if (slider.pagingCount > 1 && action === "add") { - slider.controlNavScaffold.append($('
  3. ' + slider.count + '
  4. ')); - } else if (slider.pagingCount === 1) { - slider.controlNavScaffold.find('li').remove(); - } else { - slider.controlNav.eq(pos).closest('li').remove(); - } - methods.controlNav.set(); - (slider.pagingCount > 1 && slider.pagingCount !== slider.controlNav.length) ? slider.update(pos, action) : methods.controlNav.active(); - } - }, - directionNav: { - setup: function() { - var directionNavScaffold = $(''); - - // CONTROLSCONTAINER: - if (slider.controlsContainer) { - $(slider.controlsContainer).append(directionNavScaffold); - slider.directionNav = $('.' + namespace + 'direction-nav li a', slider.controlsContainer); - } else { - slider.append(directionNavScaffold); - slider.directionNav = $('.' + namespace + 'direction-nav li a', slider); - } - - methods.directionNav.update(); - - slider.directionNav.bind(eventType, function(event) { - event.preventDefault(); - var target = ($(this).hasClass(namespace + 'next')) ? slider.getTarget('next') : slider.getTarget('prev'); - slider.flexAnimate(target, vars.pauseOnAction); - }); - // Prevent iOS click event bug - if (touch) { - slider.directionNav.bind("click touchstart", function(event) { - event.preventDefault(); - }); - } - }, - update: function() { - var disabledClass = namespace + 'disabled'; - if (slider.pagingCount === 1) { - slider.directionNav.addClass(disabledClass); - } else if (!vars.animationLoop) { - if (slider.animatingTo === 0) { - slider.directionNav.removeClass(disabledClass).filter('.' + namespace + "prev").addClass(disabledClass); - } else if (slider.animatingTo === slider.last) { - slider.directionNav.removeClass(disabledClass).filter('.' + namespace + "next").addClass(disabledClass); - } else { - slider.directionNav.removeClass(disabledClass); - } - } else { - slider.directionNav.removeClass(disabledClass); - } - } - }, - pausePlay: { - setup: function() { - var pausePlayScaffold = $('
    '); - - // CONTROLSCONTAINER: - if (slider.controlsContainer) { - slider.controlsContainer.append(pausePlayScaffold); - slider.pausePlay = $('.' + namespace + 'pauseplay a', slider.controlsContainer); - } else { - slider.append(pausePlayScaffold); - slider.pausePlay = $('.' + namespace + 'pauseplay a', slider); - } - - methods.pausePlay.update((vars.slideshow) ? namespace + 'pause' : namespace + 'play'); - - slider.pausePlay.bind(eventType, function(event) { - event.preventDefault(); - if ($(this).hasClass(namespace + 'pause')) { - slider.manualPause = true; - slider.manualPlay = false; - slider.pause(); - } else { - slider.manualPause = false; - slider.manualPlay = true; - slider.play(); - } - }); - // Prevent iOS click event bug - if (touch) { - slider.pausePlay.bind("click touchstart", function(event) { - event.preventDefault(); - }); - } - }, - update: function(state) { - (state === "play") ? slider.pausePlay.removeClass(namespace + 'pause').addClass(namespace + 'play').text(vars.playText) : slider.pausePlay.removeClass(namespace + 'play').addClass(namespace + 'pause').text(vars.pauseText); - } - }, - touch: function() { - var startX, - startY, - offset, - cwidth, - dx, - startT, - scrolling = false; - - el.addEventListener('touchstart', onTouchStart, false); - function onTouchStart(e) { - if (slider.animating) { - e.preventDefault(); - } else if (e.touches.length === 1) { - slider.pause(); - // CAROUSEL: - cwidth = (vertical) ? slider.h : slider. w; - startT = Number(new Date()); - // CAROUSEL: - offset = (carousel && reverse && slider.animatingTo === slider.last) ? 0 : - (carousel && reverse) ? slider.limit - (((slider.itemW + vars.itemMargin) * slider.move) * slider.animatingTo) : - (carousel && slider.currentSlide === slider.last) ? slider.limit : - (carousel) ? ((slider.itemW + vars.itemMargin) * slider.move) * slider.currentSlide : - (reverse) ? (slider.last - slider.currentSlide + slider.cloneOffset) * cwidth : (slider.currentSlide + slider.cloneOffset) * cwidth; - startX = (vertical) ? e.touches[0].pageY : e.touches[0].pageX; - startY = (vertical) ? e.touches[0].pageX : e.touches[0].pageY; - - el.addEventListener('touchmove', onTouchMove, false); - el.addEventListener('touchend', onTouchEnd, false); - } - } - - function onTouchMove(e) { - dx = (vertical) ? startX - e.touches[0].pageY : startX - e.touches[0].pageX; - scrolling = (vertical) ? (Math.abs(dx) < Math.abs(e.touches[0].pageX - startY)) : (Math.abs(dx) < Math.abs(e.touches[0].pageY - startY)); - - if (!scrolling || Number(new Date()) - startT > 500) { - e.preventDefault(); - if (!fade && slider.transitions) { - if (!vars.animationLoop) { - dx = dx/((slider.currentSlide === 0 && dx < 0 || slider.currentSlide === slider.last && dx > 0) ? (Math.abs(dx)/cwidth+2) : 1); - } - slider.setProps(offset + dx, "setTouch"); - } - } - } - - function onTouchEnd(e) { - // finish the touch by undoing the touch session - el.removeEventListener('touchmove', onTouchMove, false); - - if (slider.animatingTo === slider.currentSlide && !scrolling && !(dx === null)) { - var updateDx = (reverse) ? -dx : dx, - target = (updateDx > 0) ? slider.getTarget('next') : slider.getTarget('prev'); - - if (slider.canAdvance(target) && (Number(new Date()) - startT < 550 && Math.abs(updateDx) > 50 || Math.abs(updateDx) > cwidth/2)) { - slider.flexAnimate(target, vars.pauseOnAction); - } else { - if (!fade) slider.flexAnimate(slider.currentSlide, vars.pauseOnAction, true); - } - } - el.removeEventListener('touchend', onTouchEnd, false); - startX = null; - startY = null; - dx = null; - offset = null; - } - }, - resize: function() { - if (!slider.animating && slider.is(':visible')) { - if (!carousel) slider.doMath(); - - if (fade) { - // SMOOTH HEIGHT: - methods.smoothHeight(); - } else if (carousel) { //CAROUSEL: - slider.slides.width(slider.computedW); - slider.update(slider.pagingCount); - slider.setProps(); - } - else if (vertical) { //VERTICAL: - slider.viewport.height(slider.h); - slider.setProps(slider.h, "setTotal"); - } else { - // SMOOTH HEIGHT: - if (vars.smoothHeight) methods.smoothHeight(); - slider.newSlides.width(slider.computedW); - slider.setProps(slider.computedW, "setTotal"); - } - } - }, - smoothHeight: function(dur) { - if (!vertical || fade) { - var $obj = (fade) ? slider : slider.viewport; - (dur) ? $obj.animate({"height": slider.slides.eq(slider.animatingTo).height()}, dur) : $obj.height(slider.slides.eq(slider.animatingTo).height()); - } - }, - sync: function(action) { - var $obj = $(vars.sync).data("flexslider"), - target = slider.animatingTo; - - switch (action) { - case "animate": $obj.flexAnimate(target, vars.pauseOnAction, false, true); break; - case "play": if (!$obj.playing && !$obj.asNav) { $obj.play(); } break; - case "pause": $obj.pause(); break; - } - } - } - - // public methods - slider.flexAnimate = function(target, pause, override, withSync, fromNav) { - if (asNav && slider.pagingCount === 1) slider.direction = (slider.currentItem < target) ? "next" : "prev"; - - if (!slider.animating && (slider.canAdvance(target, fromNav) || override) && slider.is(":visible")) { - if (asNav && withSync) { - var master = $(vars.asNavFor).data('flexslider'); - slider.atEnd = target === 0 || target === slider.count - 1; - master.flexAnimate(target, true, false, true, fromNav); - slider.direction = (slider.currentItem < target) ? "next" : "prev"; - master.direction = slider.direction; - - if (Math.ceil((target + 1)/slider.visible) - 1 !== slider.currentSlide && target !== 0) { - slider.currentItem = target; - slider.slides.removeClass(namespace + "active-slide").eq(target).addClass(namespace + "active-slide"); - target = Math.floor(target/slider.visible); - } else { - slider.currentItem = target; - slider.slides.removeClass(namespace + "active-slide").eq(target).addClass(namespace + "active-slide"); - return false; - } - } - - slider.animating = true; - slider.animatingTo = target; - // API: before() animation Callback - vars.before(slider); - - // SLIDESHOW: - if (pause) slider.pause(); - - // SYNC: - if (slider.syncExists && !fromNav) methods.sync("animate"); - - // CONTROLNAV - if (vars.controlNav) methods.controlNav.active(); - - // !CAROUSEL: - // CANDIDATE: slide active class (for add/remove slide) - if (!carousel) slider.slides.removeClass(namespace + 'active-slide').eq(target).addClass(namespace + 'active-slide'); - - // INFINITE LOOP: - // CANDIDATE: atEnd - slider.atEnd = target === 0 || target === slider.last; - - // DIRECTIONNAV: - if (vars.directionNav) methods.directionNav.update(); - - if (target === slider.last) { - // API: end() of cycle Callback - vars.end(slider); - // SLIDESHOW && !INFINITE LOOP: - if (!vars.animationLoop) slider.pause(); - } - - // SLIDE: - if (!fade) { - var dimension = (vertical) ? slider.slides.filter(':first').height() : slider.computedW, - margin, slideString, calcNext; - - // INFINITE LOOP / REVERSE: - if (carousel) { - margin = (vars.itemWidth > slider.w) ? vars.itemMargin * 2 : vars.itemMargin; - calcNext = ((slider.itemW + margin) * slider.move) * slider.animatingTo; - slideString = (calcNext > slider.limit && slider.visible !== 1) ? slider.limit : calcNext; - } else if (slider.currentSlide === 0 && target === slider.count - 1 && vars.animationLoop && slider.direction !== "next") { - slideString = (reverse) ? (slider.count + slider.cloneOffset) * dimension : 0; - } else if (slider.currentSlide === slider.last && target === 0 && vars.animationLoop && slider.direction !== "prev") { - slideString = (reverse) ? 0 : (slider.count + 1) * dimension; - } else { - slideString = (reverse) ? ((slider.count - 1) - target + slider.cloneOffset) * dimension : (target + slider.cloneOffset) * dimension; - } - slider.setProps(slideString, "", vars.animationSpeed); - if (slider.transitions) { - if (!vars.animationLoop || !slider.atEnd) { - slider.animating = false; - slider.currentSlide = slider.animatingTo; - } - slider.container.unbind("webkitTransitionEnd transitionend"); - slider.container.bind("webkitTransitionEnd transitionend", function() { - slider.wrapup(dimension); - }); - } else { - slider.container.animate(slider.args, vars.animationSpeed, vars.easing, function(){ - slider.wrapup(dimension); - }); - } - } else { // FADE: - if (!touch) { - slider.slides.eq(slider.currentSlide).fadeOut(vars.animationSpeed, vars.easing); - slider.slides.eq(target).fadeIn(vars.animationSpeed, vars.easing, slider.wrapup); - } else { - slider.slides.eq(slider.currentSlide).css({ "opacity": 0, "zIndex": 1 }); - slider.slides.eq(target).css({ "opacity": 1, "zIndex": 2 }); - - slider.slides.unbind("webkitTransitionEnd transitionend"); - slider.slides.eq(slider.currentSlide).bind("webkitTransitionEnd transitionend", function() { - // API: after() animation Callback - vars.after(slider); - }); - - slider.animating = false; - slider.currentSlide = slider.animatingTo; - } - } - // SMOOTH HEIGHT: - if (vars.smoothHeight) methods.smoothHeight(vars.animationSpeed); - } - } - slider.wrapup = function(dimension) { - // SLIDE: - if (!fade && !carousel) { - if (slider.currentSlide === 0 && slider.animatingTo === slider.last && vars.animationLoop) { - slider.setProps(dimension, "jumpEnd"); - } else if (slider.currentSlide === slider.last && slider.animatingTo === 0 && vars.animationLoop) { - slider.setProps(dimension, "jumpStart"); - } - } - slider.animating = false; - slider.currentSlide = slider.animatingTo; - // API: after() animation Callback - vars.after(slider); - } - - // SLIDESHOW: - slider.animateSlides = function() { - if (!slider.animating) slider.flexAnimate(slider.getTarget("next")); - } - // SLIDESHOW: - slider.pause = function() { - clearInterval(slider.animatedSlides); - slider.playing = false; - // PAUSEPLAY: - if (vars.pausePlay) methods.pausePlay.update("play"); - // SYNC: - if (slider.syncExists) methods.sync("pause"); - } - // SLIDESHOW: - slider.play = function() { - slider.animatedSlides = setInterval(slider.animateSlides, vars.slideshowSpeed); - slider.playing = true; - // PAUSEPLAY: - if (vars.pausePlay) methods.pausePlay.update("pause"); - // SYNC: - if (slider.syncExists) methods.sync("play"); - } - slider.canAdvance = function(target, fromNav) { - // ASNAV: - var last = (asNav) ? slider.pagingCount - 1 : slider.last; - return (fromNav) ? true : - (asNav && slider.currentItem === slider.count - 1 && target === 0 && slider.direction === "prev") ? true : - (asNav && slider.currentItem === 0 && target === slider.pagingCount - 1 && slider.direction !== "next") ? false : - (target === slider.currentSlide && !asNav) ? false : - (vars.animationLoop) ? true : - (slider.atEnd && slider.currentSlide === 0 && target === last && slider.direction !== "next") ? false : - (slider.atEnd && slider.currentSlide === last && target === 0 && slider.direction === "next") ? false : - true; - } - slider.getTarget = function(dir) { - slider.direction = dir; - if (dir === "next") { - return (slider.currentSlide === slider.last) ? 0 : slider.currentSlide + 1; - } else { - return (slider.currentSlide === 0) ? slider.last : slider.currentSlide - 1; - } - } - - // SLIDE: - slider.setProps = function(pos, special, dur) { - var target = (function() { - var posCheck = (pos) ? pos : ((slider.itemW + vars.itemMargin) * slider.move) * slider.animatingTo, - posCalc = (function() { - if (carousel) { - return (special === "setTouch") ? pos : - (reverse && slider.animatingTo === slider.last) ? 0 : - (reverse) ? slider.limit - (((slider.itemW + vars.itemMargin) * slider.move) * slider.animatingTo) : - (slider.animatingTo === slider.last) ? slider.limit : posCheck; - } else { - switch (special) { - case "setTotal": return (reverse) ? ((slider.count - 1) - slider.currentSlide + slider.cloneOffset) * pos : (slider.currentSlide + slider.cloneOffset) * pos; - case "setTouch": return (reverse) ? pos : pos; - case "jumpEnd": return (reverse) ? pos : slider.count * pos; - case "jumpStart": return (reverse) ? slider.count * pos : pos; - default: return pos; - } - } - }()); - return (posCalc * -1) + "px"; - }()); - - if (slider.transitions) { - target = (vertical) ? "translate3d(0," + target + ",0)" : "translate3d(" + target + ",0,0)"; - dur = (dur !== undefined) ? (dur/1000) + "s" : "0s"; - slider.container.css("-" + slider.pfx + "-transition-duration", dur); - } - - slider.args[slider.prop] = target; - if (slider.transitions || dur === undefined) slider.container.css(slider.args); - } - - slider.setup = function(type) { - // SLIDE: - if (!fade) { - var sliderOffset, arr; - - if (type === "init") { - slider.viewport = $('
    ').css({"overflow": "hidden", "position": "relative"}).appendTo(slider).append(slider.container); - // INFINITE LOOP: - slider.cloneCount = 0; - slider.cloneOffset = 0; - // REVERSE: - if (reverse) { - arr = $.makeArray(slider.slides).reverse(); - slider.slides = $(arr); - slider.container.empty().append(slider.slides); - } - } - // INFINITE LOOP && !CAROUSEL: - if (vars.animationLoop && !carousel) { - slider.cloneCount = 2; - slider.cloneOffset = 1; - // clear out old clones - if (type !== "init") slider.container.find('.clone').remove(); - slider.container.append(slider.slides.first().clone().addClass('clone')).prepend(slider.slides.last().clone().addClass('clone')); - } - slider.newSlides = $(vars.selector, slider); - - sliderOffset = (reverse) ? slider.count - 1 - slider.currentSlide + slider.cloneOffset : slider.currentSlide + slider.cloneOffset; - // VERTICAL: - if (vertical && !carousel) { - slider.container.height((slider.count + slider.cloneCount) * 200 + "%").css("position", "absolute").width("100%"); - setTimeout(function(){ - slider.newSlides.css({"display": "block"}); - slider.doMath(); - slider.viewport.height(slider.h); - slider.setProps(sliderOffset * slider.h, "init"); - }, (type === "init") ? 100 : 0); - } else { - slider.container.width((slider.count + slider.cloneCount) * 200 + "%"); - slider.setProps(sliderOffset * slider.computedW, "init"); - setTimeout(function(){ - slider.doMath(); - slider.newSlides.css({"width": slider.computedW, "float": "left", "display": "block"}); - // SMOOTH HEIGHT: - if (vars.smoothHeight) methods.smoothHeight(); - }, (type === "init") ? 100 : 0); - } - } else { // FADE: - slider.slides.css({"width": "100%", "float": "left", "marginRight": "-100%", "position": "relative"}); - if (type === "init") { - if (!touch) { - slider.slides.eq(slider.currentSlide).fadeIn(vars.animationSpeed, vars.easing); - } else { - slider.slides.css({ "opacity": 0, "display": "block", "webkitTransition": "opacity " + vars.animationSpeed / 1000 + "s ease", "zIndex": 1 }).eq(slider.currentSlide).css({ "opacity": 1, "zIndex": 2}); - } - } - // SMOOTH HEIGHT: - if (vars.smoothHeight) methods.smoothHeight(); - } - // !CAROUSEL: - // CANDIDATE: active slide - if (!carousel) slider.slides.removeClass(namespace + "active-slide").eq(slider.currentSlide).addClass(namespace + "active-slide"); - } - - slider.doMath = function() { - var slide = slider.slides.first(), - slideMargin = vars.itemMargin, - minItems = vars.minItems, - maxItems = vars.maxItems; - - slider.w = slider.width(); - slider.h = slide.height(); - slider.boxPadding = slide.outerWidth() - slide.width(); - - // CAROUSEL: - if (carousel) { - slider.itemT = vars.itemWidth + slideMargin; - slider.minW = (minItems) ? minItems * slider.itemT : slider.w; - slider.maxW = (maxItems) ? maxItems * slider.itemT : slider.w; - slider.itemW = (slider.minW > slider.w) ? (slider.w - (slideMargin * minItems))/minItems : - (slider.maxW < slider.w) ? (slider.w - (slideMargin * maxItems))/maxItems : - (vars.itemWidth > slider.w) ? slider.w : vars.itemWidth; - slider.visible = Math.floor(slider.w/(slider.itemW + slideMargin)); - slider.move = (vars.move > 0 && vars.move < slider.visible ) ? vars.move : slider.visible; - slider.pagingCount = Math.ceil(((slider.count - slider.visible)/slider.move) + 1); - slider.last = slider.pagingCount - 1; - slider.limit = (slider.pagingCount === 1) ? 0 : - (vars.itemWidth > slider.w) ? ((slider.itemW + (slideMargin * 2)) * slider.count) - slider.w - slideMargin : ((slider.itemW + slideMargin) * slider.count) - slider.w - slideMargin; - } else { - slider.itemW = slider.w; - slider.pagingCount = slider.count; - slider.last = slider.count - 1; - } - slider.computedW = slider.itemW - slider.boxPadding; - } - - slider.update = function(pos, action) { - slider.doMath(); - - // update currentSlide and slider.animatingTo if necessary - if (!carousel) { - if (pos < slider.currentSlide) { - slider.currentSlide += 1; - } else if (pos <= slider.currentSlide && pos !== 0) { - slider.currentSlide -= 1; - } - slider.animatingTo = slider.currentSlide; - } - - // update controlNav - if (vars.controlNav && !slider.manualControls) { - if ((action === "add" && !carousel) || slider.pagingCount > slider.controlNav.length) { - methods.controlNav.update("add"); - } else if ((action === "remove" && !carousel) || slider.pagingCount < slider.controlNav.length) { - if (carousel && slider.currentSlide > slider.last) { - slider.currentSlide -= 1; - slider.animatingTo -= 1; - } - methods.controlNav.update("remove", slider.last); - } - } - // update directionNav - if (vars.directionNav) methods.directionNav.update(); - - } - - slider.addSlide = function(obj, pos) { - var $obj = $(obj); - - slider.count += 1; - slider.last = slider.count - 1; - - // append new slide - if (vertical && reverse) { - (pos !== undefined) ? slider.slides.eq(slider.count - pos).after($obj) : slider.container.prepend($obj); - } else { - (pos !== undefined) ? slider.slides.eq(pos).before($obj) : slider.container.append($obj); - } - - // update currentSlide, animatingTo, controlNav, and directionNav - slider.update(pos, "add"); - - // update slider.slides - slider.slides = $(vars.selector + ':not(.clone)', slider); - // re-setup the slider to accomdate new slide - slider.setup(); - - //FlexSlider: added() Callback - vars.added(slider); - } - slider.removeSlide = function(obj) { - var pos = (isNaN(obj)) ? slider.slides.index($(obj)) : obj; - - // update count - slider.count -= 1; - slider.last = slider.count - 1; - - // remove slide - if (isNaN(obj)) { - $(obj, slider.slides).remove(); - } else { - (vertical && reverse) ? slider.slides.eq(slider.last).remove() : slider.slides.eq(obj).remove(); - } - - // update currentSlide, animatingTo, controlNav, and directionNav - slider.doMath(); - slider.update(pos, "remove"); - - // update slider.slides - slider.slides = $(vars.selector + ':not(.clone)', slider); - // re-setup the slider to accomdate new slide - slider.setup(); - - // FlexSlider: removed() Callback - vars.removed(slider); - } - - //FlexSlider: Initialize - methods.init(); - } - - //FlexSlider: Default Settings - $.flexslider.defaults = { - namespace: "flex-", //{NEW} String: Prefix string attached to the class of every element generated by the plugin - selector: ".slides > li", //{NEW} Selector: Must match a simple pattern. '{container} > {slide}' -- Ignore pattern at your own peril - animation: "fade", //String: Select your animation type, "fade" or "slide" - easing: "swing", //{NEW} String: Determines the easing method used in jQuery transitions. jQuery easing plugin is supported! - direction: "horizontal", //String: Select the sliding direction, "horizontal" or "vertical" - reverse: false, //{NEW} Boolean: Reverse the animation direction - animationLoop: true, //Boolean: Should the animation loop? If false, directionNav will received "disable" classes at either end - smoothHeight: false, //{NEW} Boolean: Allow height of the slider to animate smoothly in horizontal mode - startAt: 0, //Integer: The slide that the slider should start on. Array notation (0 = first slide) - slideshow: true, //Boolean: Animate slider automatically - slideshowSpeed: 7000, //Integer: Set the speed of the slideshow cycling, in milliseconds - animationSpeed: 600, //Integer: Set the speed of animations, in milliseconds - initDelay: 0, //{NEW} Integer: Set an initialization delay, in milliseconds - randomize: false, //Boolean: Randomize slide order - - // Usability features - pauseOnAction: true, //Boolean: Pause the slideshow when interacting with control elements, highly recommended. - pauseOnHover: false, //Boolean: Pause the slideshow when hovering over slider, then resume when no longer hovering - useCSS: true, //{NEW} Boolean: Slider will use CSS3 transitions if available - touch: true, //{NEW} Boolean: Allow touch swipe navigation of the slider on touch-enabled devices - video: false, //{NEW} Boolean: If using video in the slider, will prevent CSS3 3D Transforms to avoid graphical glitches - - // Primary Controls - controlNav: true, //Boolean: Create navigation for paging control of each clide? Note: Leave true for manualControls usage - directionNav: true, //Boolean: Create navigation for previous/next navigation? (true/false) - prevText: "Previous", //String: Set the text for the "previous" directionNav item - nextText: "Next", //String: Set the text for the "next" directionNav item - - // Secondary Navigation - keyboard: true, //Boolean: Allow slider navigating via keyboard left/right keys - multipleKeyboard: false, //{NEW} Boolean: Allow keyboard navigation to affect multiple sliders. Default behavior cuts out keyboard navigation with more than one slider present. - mousewheel: false, //{UPDATED} Boolean: Requires jquery.mousewheel.js (https://github.com/brandonaaron/jquery-mousewheel) - Allows slider navigating via mousewheel - pausePlay: false, //Boolean: Create pause/play dynamic element - pauseText: "Pause", //String: Set the text for the "pause" pausePlay item - playText: "Play", //String: Set the text for the "play" pausePlay item - - // Special properties - controlsContainer: "", //{UPDATED} jQuery Object/Selector: Declare which container the navigation elements should be appended too. Default container is the FlexSlider element. Example use would be $(".flexslider-container"). Property is ignored if given element is not found. - manualControls: "", //{UPDATED} jQuery Object/Selector: Declare custom control navigation. Examples would be $(".flex-control-nav li") or "#tabs-nav li img", etc. The number of elements in your controlNav should match the number of slides/tabs. - sync: "", //{NEW} Selector: Mirror the actions performed on this slider with another slider. Use with care. - asNavFor: "", //{NEW} Selector: Internal property exposed for turning the slider into a thumbnail navigation for another slider - - // Carousel Options - itemWidth: 0, //{NEW} Integer: Box-model width of individual carousel items, including horizontal borders and padding. - itemMargin: 0, //{NEW} Integer: Margin between carousel items. - minItems: 0, //{NEW} Integer: Minimum number of carousel items that should be visible. Items will resize fluidly when below this. - maxItems: 0, //{NEW} Integer: Maxmimum number of carousel items that should be visible. Items will resize fluidly when above this limit. - move: 0, //{NEW} Integer: Number of carousel items that should move on animation. If 0, slider will move all visible items. - - // Callback API - start: function(){}, //Callback: function(slider) - Fires when the slider loads the first slide - before: function(){}, //Callback: function(slider) - Fires asynchronously with each slider animation - after: function(){}, //Callback: function(slider) - Fires after each slider animation completes - end: function(){}, //Callback: function(slider) - Fires when the slider reaches the last slide (asynchronous) - added: function(){}, //{NEW} Callback: function(slider) - Fires after a slide is added - removed: function(){} //{NEW} Callback: function(slider) - Fires after a slide is removed - } - - - //FlexSlider: Plugin Function - $.fn.flexslider = function(options) { - if (options === undefined) options = {}; - - if (typeof options === "object") { - return this.each(function() { - var $this = $(this), - selector = (options.selector) ? options.selector : ".slides > li", - $slides = $this.find(selector); - - if ($slides.length === 1) { - $slides.fadeIn(400); - if (options.start) options.start($this); - } else if ($this.data('flexslider') == undefined) { - new $.flexslider(this, options); - } - }); - } else { - // Helper strings to quickly perform functions on the slider - var $slider = $(this).data('flexslider'); - switch (options) { - case "play": $slider.play(); break; - case "pause": $slider.pause(); break; - case "next": $slider.flexAnimate($slider.getTarget("next"), true); break; - case "prev": - case "previous": $slider.flexAnimate($slider.getTarget("prev"), true); break; - default: if (typeof options === "number") $slider.flexAnimate(options, true); - } - } - } - -})(jQuery); \ No newline at end of file diff --git a/core/static/plugins/font-awesome/css/font-awesome.css b/core/static/plugins/font-awesome/css/font-awesome.css deleted file mode 100644 index 2dcdc22..0000000 --- a/core/static/plugins/font-awesome/css/font-awesome.css +++ /dev/null @@ -1,1801 +0,0 @@ -/*! - * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome - * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) - */ -/* FONT PATH - * -------------------------- */ -@font-face { - font-family: 'FontAwesome'; - src: url('../fonts/fontawesome-webfont.eot?v=4.3.0'); - src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg'); - font-weight: normal; - font-style: normal; -} -.fa { - display: inline-block; - font: normal normal normal 14px/1 FontAwesome; - font-size: inherit; - text-rendering: auto; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - transform: translate(0, 0); -} -/* makes the font 33% larger relative to the icon container */ -.fa-lg { - font-size: 1.33333333em; - line-height: 0.75em; - vertical-align: -15%; -} -.fa-2x { - font-size: 2em; -} -.fa-3x { - font-size: 3em; -} -.fa-4x { - font-size: 4em; -} -.fa-5x { - font-size: 5em; -} -.fa-fw { - width: 1.28571429em; - text-align: center; -} -.fa-ul { - padding-left: 0; - margin-left: 2.14285714em; - list-style-type: none; -} -.fa-ul > li { - position: relative; -} -.fa-li { - position: absolute; - left: -2.14285714em; - width: 2.14285714em; - top: 0.14285714em; - text-align: center; -} -.fa-li.fa-lg { - left: -1.85714286em; -} -.fa-border { - padding: .2em .25em .15em; - border: solid 0.08em #eeeeee; - border-radius: .1em; -} -.pull-right { - float: right; -} -.pull-left { - float: left; -} -.fa.pull-left { - margin-right: .3em; -} -.fa.pull-right { - margin-left: .3em; -} -.fa-spin { - -webkit-animation: fa-spin 2s infinite linear; - animation: fa-spin 2s infinite linear; -} -.fa-pulse { - -webkit-animation: fa-spin 1s infinite steps(8); - animation: fa-spin 1s infinite steps(8); -} -@-webkit-keyframes fa-spin { - 0% { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); - } - 100% { - -webkit-transform: rotate(359deg); - transform: rotate(359deg); - } -} -@keyframes fa-spin { - 0% { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); - } - 100% { - -webkit-transform: rotate(359deg); - transform: rotate(359deg); - } -} -.fa-rotate-90 { - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); - -webkit-transform: rotate(90deg); - -ms-transform: rotate(90deg); - transform: rotate(90deg); -} -.fa-rotate-180 { - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); - -webkit-transform: rotate(180deg); - -ms-transform: rotate(180deg); - transform: rotate(180deg); -} -.fa-rotate-270 { - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); - -webkit-transform: rotate(270deg); - -ms-transform: rotate(270deg); - transform: rotate(270deg); -} -.fa-flip-horizontal { - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1); - -webkit-transform: scale(-1, 1); - -ms-transform: scale(-1, 1); - transform: scale(-1, 1); -} -.fa-flip-vertical { - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1); - -webkit-transform: scale(1, -1); - -ms-transform: scale(1, -1); - transform: scale(1, -1); -} -:root .fa-rotate-90, -:root .fa-rotate-180, -:root .fa-rotate-270, -:root .fa-flip-horizontal, -:root .fa-flip-vertical { - filter: none; -} -.fa-stack { - position: relative; - display: inline-block; - width: 2em; - height: 2em; - line-height: 2em; - vertical-align: middle; -} -.fa-stack-1x, -.fa-stack-2x { - position: absolute; - left: 0; - width: 100%; - text-align: center; -} -.fa-stack-1x { - line-height: inherit; -} -.fa-stack-2x { - font-size: 2em; -} -.fa-inverse { - color: #ffffff; -} -/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen - readers do not read off random characters that represent icons */ -.fa-glass:before { - content: "\f000"; -} -.fa-music:before { - content: "\f001"; -} -.fa-search:before { - content: "\f002"; -} -.fa-envelope-o:before { - content: "\f003"; -} -.fa-heart:before { - content: "\f004"; -} -.fa-star:before { - content: "\f005"; -} -.fa-star-o:before { - content: "\f006"; -} -.fa-user:before { - content: "\f007"; -} -.fa-film:before { - content: "\f008"; -} -.fa-th-large:before { - content: "\f009"; -} -.fa-th:before { - content: "\f00a"; -} -.fa-th-list:before { - content: "\f00b"; -} -.fa-check:before { - content: "\f00c"; -} -.fa-remove:before, -.fa-close:before, -.fa-times:before { - content: "\f00d"; -} -.fa-search-plus:before { - content: "\f00e"; -} -.fa-search-minus:before { - content: "\f010"; -} -.fa-power-off:before { - content: "\f011"; -} -.fa-signal:before { - content: "\f012"; -} -.fa-gear:before, -.fa-cog:before { - content: "\f013"; -} -.fa-trash-o:before { - content: "\f014"; -} -.fa-home:before { - content: "\f015"; -} -.fa-file-o:before { - content: "\f016"; -} -.fa-clock-o:before { - content: "\f017"; -} -.fa-road:before { - content: "\f018"; -} -.fa-download:before { - content: "\f019"; -} -.fa-arrow-circle-o-down:before { - content: "\f01a"; -} -.fa-arrow-circle-o-up:before { - content: "\f01b"; -} -.fa-inbox:before { - content: "\f01c"; -} -.fa-play-circle-o:before { - content: "\f01d"; -} -.fa-rotate-right:before, -.fa-repeat:before { - content: "\f01e"; -} -.fa-refresh:before { - content: "\f021"; -} -.fa-list-alt:before { - content: "\f022"; -} -.fa-lock:before { - content: "\f023"; -} -.fa-flag:before { - content: "\f024"; -} -.fa-headphones:before { - content: "\f025"; -} -.fa-volume-off:before { - content: "\f026"; -} -.fa-volume-down:before { - content: "\f027"; -} -.fa-volume-up:before { - content: "\f028"; -} -.fa-qrcode:before { - content: "\f029"; -} -.fa-barcode:before { - content: "\f02a"; -} -.fa-tag:before { - content: "\f02b"; -} -.fa-tags:before { - content: "\f02c"; -} -.fa-book:before { - content: "\f02d"; -} -.fa-bookmark:before { - content: "\f02e"; -} -.fa-print:before { - content: "\f02f"; -} -.fa-camera:before { - content: "\f030"; -} -.fa-font:before { - content: "\f031"; -} -.fa-bold:before { - content: "\f032"; -} -.fa-italic:before { - content: "\f033"; -} -.fa-text-height:before { - content: "\f034"; -} -.fa-text-width:before { - content: "\f035"; -} -.fa-align-left:before { - content: "\f036"; -} -.fa-align-center:before { - content: "\f037"; -} -.fa-align-right:before { - content: "\f038"; -} -.fa-align-justify:before { - content: "\f039"; -} -.fa-list:before { - content: "\f03a"; -} -.fa-dedent:before, -.fa-outdent:before { - content: "\f03b"; -} -.fa-indent:before { - content: "\f03c"; -} -.fa-video-camera:before { - content: "\f03d"; -} -.fa-photo:before, -.fa-image:before, -.fa-picture-o:before { - content: "\f03e"; -} -.fa-pencil:before { - content: "\f040"; -} -.fa-map-marker:before { - content: "\f041"; -} -.fa-adjust:before { - content: "\f042"; -} -.fa-tint:before { - content: "\f043"; -} -.fa-edit:before, -.fa-pencil-square-o:before { - content: "\f044"; -} -.fa-share-square-o:before { - content: "\f045"; -} -.fa-check-square-o:before { - content: "\f046"; -} -.fa-arrows:before { - content: "\f047"; -} -.fa-step-backward:before { - content: "\f048"; -} -.fa-fast-backward:before { - content: "\f049"; -} -.fa-backward:before { - content: "\f04a"; -} -.fa-play:before { - content: "\f04b"; -} -.fa-pause:before { - content: "\f04c"; -} -.fa-stop:before { - content: "\f04d"; -} -.fa-forward:before { - content: "\f04e"; -} -.fa-fast-forward:before { - content: "\f050"; -} -.fa-step-forward:before { - content: "\f051"; -} -.fa-eject:before { - content: "\f052"; -} -.fa-chevron-left:before { - content: "\f053"; -} -.fa-chevron-right:before { - content: "\f054"; -} -.fa-plus-circle:before { - content: "\f055"; -} -.fa-minus-circle:before { - content: "\f056"; -} -.fa-times-circle:before { - content: "\f057"; -} -.fa-check-circle:before { - content: "\f058"; -} -.fa-question-circle:before { - content: "\f059"; -} -.fa-info-circle:before { - content: "\f05a"; -} -.fa-crosshairs:before { - content: "\f05b"; -} -.fa-times-circle-o:before { - content: "\f05c"; -} -.fa-check-circle-o:before { - content: "\f05d"; -} -.fa-ban:before { - content: "\f05e"; -} -.fa-arrow-left:before { - content: "\f060"; -} -.fa-arrow-right:before { - content: "\f061"; -} -.fa-arrow-up:before { - content: "\f062"; -} -.fa-arrow-down:before { - content: "\f063"; -} -.fa-mail-forward:before, -.fa-share:before { - content: "\f064"; -} -.fa-expand:before { - content: "\f065"; -} -.fa-compress:before { - content: "\f066"; -} -.fa-plus:before { - content: "\f067"; -} -.fa-minus:before { - content: "\f068"; -} -.fa-asterisk:before { - content: "\f069"; -} -.fa-exclamation-circle:before { - content: "\f06a"; -} -.fa-gift:before { - content: "\f06b"; -} -.fa-leaf:before { - content: "\f06c"; -} -.fa-fire:before { - content: "\f06d"; -} -.fa-eye:before { - content: "\f06e"; -} -.fa-eye-slash:before { - content: "\f070"; -} -.fa-warning:before, -.fa-exclamation-triangle:before { - content: "\f071"; -} -.fa-plane:before { - content: "\f072"; -} -.fa-calendar:before { - content: "\f073"; -} -.fa-random:before { - content: "\f074"; -} -.fa-comment:before { - content: "\f075"; -} -.fa-magnet:before { - content: "\f076"; -} -.fa-chevron-up:before { - content: "\f077"; -} -.fa-chevron-down:before { - content: "\f078"; -} -.fa-retweet:before { - content: "\f079"; -} -.fa-shopping-cart:before { - content: "\f07a"; -} -.fa-folder:before { - content: "\f07b"; -} -.fa-folder-open:before { - content: "\f07c"; -} -.fa-arrows-v:before { - content: "\f07d"; -} -.fa-arrows-h:before { - content: "\f07e"; -} -.fa-bar-chart-o:before, -.fa-bar-chart:before { - content: "\f080"; -} -.fa-twitter-square:before { - content: "\f081"; -} -.fa-facebook-square:before { - content: "\f082"; -} -.fa-camera-retro:before { - content: "\f083"; -} -.fa-key:before { - content: "\f084"; -} -.fa-gears:before, -.fa-cogs:before { - content: "\f085"; -} -.fa-comments:before { - content: "\f086"; -} -.fa-thumbs-o-up:before { - content: "\f087"; -} -.fa-thumbs-o-down:before { - content: "\f088"; -} -.fa-star-half:before { - content: "\f089"; -} -.fa-heart-o:before { - content: "\f08a"; -} -.fa-sign-out:before { - content: "\f08b"; -} -.fa-linkedin-square:before { - content: "\f08c"; -} -.fa-thumb-tack:before { - content: "\f08d"; -} -.fa-external-link:before { - content: "\f08e"; -} -.fa-sign-in:before { - content: "\f090"; -} -.fa-trophy:before { - content: "\f091"; -} -.fa-github-square:before { - content: "\f092"; -} -.fa-upload:before { - content: "\f093"; -} -.fa-lemon-o:before { - content: "\f094"; -} -.fa-phone:before { - content: "\f095"; -} -.fa-square-o:before { - content: "\f096"; -} -.fa-bookmark-o:before { - content: "\f097"; -} -.fa-phone-square:before { - content: "\f098"; -} -.fa-twitter:before { - content: "\f099"; -} -.fa-facebook-f:before, -.fa-facebook:before { - content: "\f09a"; -} -.fa-github:before { - content: "\f09b"; -} -.fa-unlock:before { - content: "\f09c"; -} -.fa-credit-card:before { - content: "\f09d"; -} -.fa-rss:before { - content: "\f09e"; -} -.fa-hdd-o:before { - content: "\f0a0"; -} -.fa-bullhorn:before { - content: "\f0a1"; -} -.fa-bell:before { - content: "\f0f3"; -} -.fa-certificate:before { - content: "\f0a3"; -} -.fa-hand-o-right:before { - content: "\f0a4"; -} -.fa-hand-o-left:before { - content: "\f0a5"; -} -.fa-hand-o-up:before { - content: "\f0a6"; -} -.fa-hand-o-down:before { - content: "\f0a7"; -} -.fa-arrow-circle-left:before { - content: "\f0a8"; -} -.fa-arrow-circle-right:before { - content: "\f0a9"; -} -.fa-arrow-circle-up:before { - content: "\f0aa"; -} -.fa-arrow-circle-down:before { - content: "\f0ab"; -} -.fa-globe:before { - content: "\f0ac"; -} -.fa-wrench:before { - content: "\f0ad"; -} -.fa-tasks:before { - content: "\f0ae"; -} -.fa-filter:before { - content: "\f0b0"; -} -.fa-briefcase:before { - content: "\f0b1"; -} -.fa-arrows-alt:before { - content: "\f0b2"; -} -.fa-group:before, -.fa-users:before { - content: "\f0c0"; -} -.fa-chain:before, -.fa-link:before { - content: "\f0c1"; -} -.fa-cloud:before { - content: "\f0c2"; -} -.fa-flask:before { - content: "\f0c3"; -} -.fa-cut:before, -.fa-scissors:before { - content: "\f0c4"; -} -.fa-copy:before, -.fa-files-o:before { - content: "\f0c5"; -} -.fa-paperclip:before { - content: "\f0c6"; -} -.fa-save:before, -.fa-floppy-o:before { - content: "\f0c7"; -} -.fa-square:before { - content: "\f0c8"; -} -.fa-navicon:before, -.fa-reorder:before, -.fa-bars:before { - content: "\f0c9"; -} -.fa-list-ul:before { - content: "\f0ca"; -} -.fa-list-ol:before { - content: "\f0cb"; -} -.fa-strikethrough:before { - content: "\f0cc"; -} -.fa-underline:before { - content: "\f0cd"; -} -.fa-table:before { - content: "\f0ce"; -} -.fa-magic:before { - content: "\f0d0"; -} -.fa-truck:before { - content: "\f0d1"; -} -.fa-pinterest:before { - content: "\f0d2"; -} -.fa-pinterest-square:before { - content: "\f0d3"; -} -.fa-google-plus-square:before { - content: "\f0d4"; -} -.fa-google-plus:before { - content: "\f0d5"; -} -.fa-money:before { - content: "\f0d6"; -} -.fa-caret-down:before { - content: "\f0d7"; -} -.fa-caret-up:before { - content: "\f0d8"; -} -.fa-caret-left:before { - content: "\f0d9"; -} -.fa-caret-right:before { - content: "\f0da"; -} -.fa-columns:before { - content: "\f0db"; -} -.fa-unsorted:before, -.fa-sort:before { - content: "\f0dc"; -} -.fa-sort-down:before, -.fa-sort-desc:before { - content: "\f0dd"; -} -.fa-sort-up:before, -.fa-sort-asc:before { - content: "\f0de"; -} -.fa-envelope:before { - content: "\f0e0"; -} -.fa-linkedin:before { - content: "\f0e1"; -} -.fa-rotate-left:before, -.fa-undo:before { - content: "\f0e2"; -} -.fa-legal:before, -.fa-gavel:before { - content: "\f0e3"; -} -.fa-dashboard:before, -.fa-tachometer:before { - content: "\f0e4"; -} -.fa-comment-o:before { - content: "\f0e5"; -} -.fa-comments-o:before { - content: "\f0e6"; -} -.fa-flash:before, -.fa-bolt:before { - content: "\f0e7"; -} -.fa-sitemap:before { - content: "\f0e8"; -} -.fa-umbrella:before { - content: "\f0e9"; -} -.fa-paste:before, -.fa-clipboard:before { - content: "\f0ea"; -} -.fa-lightbulb-o:before { - content: "\f0eb"; -} -.fa-exchange:before { - content: "\f0ec"; -} -.fa-cloud-download:before { - content: "\f0ed"; -} -.fa-cloud-upload:before { - content: "\f0ee"; -} -.fa-user-md:before { - content: "\f0f0"; -} -.fa-stethoscope:before { - content: "\f0f1"; -} -.fa-suitcase:before { - content: "\f0f2"; -} -.fa-bell-o:before { - content: "\f0a2"; -} -.fa-coffee:before { - content: "\f0f4"; -} -.fa-cutlery:before { - content: "\f0f5"; -} -.fa-file-text-o:before { - content: "\f0f6"; -} -.fa-building-o:before { - content: "\f0f7"; -} -.fa-hospital-o:before { - content: "\f0f8"; -} -.fa-ambulance:before { - content: "\f0f9"; -} -.fa-medkit:before { - content: "\f0fa"; -} -.fa-fighter-jet:before { - content: "\f0fb"; -} -.fa-beer:before { - content: "\f0fc"; -} -.fa-h-square:before { - content: "\f0fd"; -} -.fa-plus-square:before { - content: "\f0fe"; -} -.fa-angle-double-left:before { - content: "\f100"; -} -.fa-angle-double-right:before { - content: "\f101"; -} -.fa-angle-double-up:before { - content: "\f102"; -} -.fa-angle-double-down:before { - content: "\f103"; -} -.fa-angle-left:before { - content: "\f104"; -} -.fa-angle-right:before { - content: "\f105"; -} -.fa-angle-up:before { - content: "\f106"; -} -.fa-angle-down:before { - content: "\f107"; -} -.fa-desktop:before { - content: "\f108"; -} -.fa-laptop:before { - content: "\f109"; -} -.fa-tablet:before { - content: "\f10a"; -} -.fa-mobile-phone:before, -.fa-mobile:before { - content: "\f10b"; -} -.fa-circle-o:before { - content: "\f10c"; -} -.fa-quote-left:before { - content: "\f10d"; -} -.fa-quote-right:before { - content: "\f10e"; -} -.fa-spinner:before { - content: "\f110"; -} -.fa-circle:before { - content: "\f111"; -} -.fa-mail-reply:before, -.fa-reply:before { - content: "\f112"; -} -.fa-github-alt:before { - content: "\f113"; -} -.fa-folder-o:before { - content: "\f114"; -} -.fa-folder-open-o:before { - content: "\f115"; -} -.fa-smile-o:before { - content: "\f118"; -} -.fa-frown-o:before { - content: "\f119"; -} -.fa-meh-o:before { - content: "\f11a"; -} -.fa-gamepad:before { - content: "\f11b"; -} -.fa-keyboard-o:before { - content: "\f11c"; -} -.fa-flag-o:before { - content: "\f11d"; -} -.fa-flag-checkered:before { - content: "\f11e"; -} -.fa-terminal:before { - content: "\f120"; -} -.fa-code:before { - content: "\f121"; -} -.fa-mail-reply-all:before, -.fa-reply-all:before { - content: "\f122"; -} -.fa-star-half-empty:before, -.fa-star-half-full:before, -.fa-star-half-o:before { - content: "\f123"; -} -.fa-location-arrow:before { - content: "\f124"; -} -.fa-crop:before { - content: "\f125"; -} -.fa-code-fork:before { - content: "\f126"; -} -.fa-unlink:before, -.fa-chain-broken:before { - content: "\f127"; -} -.fa-question:before { - content: "\f128"; -} -.fa-info:before { - content: "\f129"; -} -.fa-exclamation:before { - content: "\f12a"; -} -.fa-superscript:before { - content: "\f12b"; -} -.fa-subscript:before { - content: "\f12c"; -} -.fa-eraser:before { - content: "\f12d"; -} -.fa-puzzle-piece:before { - content: "\f12e"; -} -.fa-microphone:before { - content: "\f130"; -} -.fa-microphone-slash:before { - content: "\f131"; -} -.fa-shield:before { - content: "\f132"; -} -.fa-calendar-o:before { - content: "\f133"; -} -.fa-fire-extinguisher:before { - content: "\f134"; -} -.fa-rocket:before { - content: "\f135"; -} -.fa-maxcdn:before { - content: "\f136"; -} -.fa-chevron-circle-left:before { - content: "\f137"; -} -.fa-chevron-circle-right:before { - content: "\f138"; -} -.fa-chevron-circle-up:before { - content: "\f139"; -} -.fa-chevron-circle-down:before { - content: "\f13a"; -} -.fa-html5:before { - content: "\f13b"; -} -.fa-css3:before { - content: "\f13c"; -} -.fa-anchor:before { - content: "\f13d"; -} -.fa-unlock-alt:before { - content: "\f13e"; -} -.fa-bullseye:before { - content: "\f140"; -} -.fa-ellipsis-h:before { - content: "\f141"; -} -.fa-ellipsis-v:before { - content: "\f142"; -} -.fa-rss-square:before { - content: "\f143"; -} -.fa-play-circle:before { - content: "\f144"; -} -.fa-ticket:before { - content: "\f145"; -} -.fa-minus-square:before { - content: "\f146"; -} -.fa-minus-square-o:before { - content: "\f147"; -} -.fa-level-up:before { - content: "\f148"; -} -.fa-level-down:before { - content: "\f149"; -} -.fa-check-square:before { - content: "\f14a"; -} -.fa-pencil-square:before { - content: "\f14b"; -} -.fa-external-link-square:before { - content: "\f14c"; -} -.fa-share-square:before { - content: "\f14d"; -} -.fa-compass:before { - content: "\f14e"; -} -.fa-toggle-down:before, -.fa-caret-square-o-down:before { - content: "\f150"; -} -.fa-toggle-up:before, -.fa-caret-square-o-up:before { - content: "\f151"; -} -.fa-toggle-right:before, -.fa-caret-square-o-right:before { - content: "\f152"; -} -.fa-euro:before, -.fa-eur:before { - content: "\f153"; -} -.fa-gbp:before { - content: "\f154"; -} -.fa-dollar:before, -.fa-usd:before { - content: "\f155"; -} -.fa-rupee:before, -.fa-inr:before { - content: "\f156"; -} -.fa-cny:before, -.fa-rmb:before, -.fa-yen:before, -.fa-jpy:before { - content: "\f157"; -} -.fa-ruble:before, -.fa-rouble:before, -.fa-rub:before { - content: "\f158"; -} -.fa-won:before, -.fa-krw:before { - content: "\f159"; -} -.fa-bitcoin:before, -.fa-btc:before { - content: "\f15a"; -} -.fa-file:before { - content: "\f15b"; -} -.fa-file-text:before { - content: "\f15c"; -} -.fa-sort-alpha-asc:before { - content: "\f15d"; -} -.fa-sort-alpha-desc:before { - content: "\f15e"; -} -.fa-sort-amount-asc:before { - content: "\f160"; -} -.fa-sort-amount-desc:before { - content: "\f161"; -} -.fa-sort-numeric-asc:before { - content: "\f162"; -} -.fa-sort-numeric-desc:before { - content: "\f163"; -} -.fa-thumbs-up:before { - content: "\f164"; -} -.fa-thumbs-down:before { - content: "\f165"; -} -.fa-youtube-square:before { - content: "\f166"; -} -.fa-youtube:before { - content: "\f167"; -} -.fa-xing:before { - content: "\f168"; -} -.fa-xing-square:before { - content: "\f169"; -} -.fa-youtube-play:before { - content: "\f16a"; -} -.fa-dropbox:before { - content: "\f16b"; -} -.fa-stack-overflow:before { - content: "\f16c"; -} -.fa-instagram:before { - content: "\f16d"; -} -.fa-flickr:before { - content: "\f16e"; -} -.fa-adn:before { - content: "\f170"; -} -.fa-bitbucket:before { - content: "\f171"; -} -.fa-bitbucket-square:before { - content: "\f172"; -} -.fa-tumblr:before { - content: "\f173"; -} -.fa-tumblr-square:before { - content: "\f174"; -} -.fa-long-arrow-down:before { - content: "\f175"; -} -.fa-long-arrow-up:before { - content: "\f176"; -} -.fa-long-arrow-left:before { - content: "\f177"; -} -.fa-long-arrow-right:before { - content: "\f178"; -} -.fa-apple:before { - content: "\f179"; -} -.fa-windows:before { - content: "\f17a"; -} -.fa-android:before { - content: "\f17b"; -} -.fa-linux:before { - content: "\f17c"; -} -.fa-dribbble:before { - content: "\f17d"; -} -.fa-skype:before { - content: "\f17e"; -} -.fa-foursquare:before { - content: "\f180"; -} -.fa-trello:before { - content: "\f181"; -} -.fa-female:before { - content: "\f182"; -} -.fa-male:before { - content: "\f183"; -} -.fa-gittip:before, -.fa-gratipay:before { - content: "\f184"; -} -.fa-sun-o:before { - content: "\f185"; -} -.fa-moon-o:before { - content: "\f186"; -} -.fa-archive:before { - content: "\f187"; -} -.fa-bug:before { - content: "\f188"; -} -.fa-vk:before { - content: "\f189"; -} -.fa-weibo:before { - content: "\f18a"; -} -.fa-renren:before { - content: "\f18b"; -} -.fa-pagelines:before { - content: "\f18c"; -} -.fa-stack-exchange:before { - content: "\f18d"; -} -.fa-arrow-circle-o-right:before { - content: "\f18e"; -} -.fa-arrow-circle-o-left:before { - content: "\f190"; -} -.fa-toggle-left:before, -.fa-caret-square-o-left:before { - content: "\f191"; -} -.fa-dot-circle-o:before { - content: "\f192"; -} -.fa-wheelchair:before { - content: "\f193"; -} -.fa-vimeo-square:before { - content: "\f194"; -} -.fa-turkish-lira:before, -.fa-try:before { - content: "\f195"; -} -.fa-plus-square-o:before { - content: "\f196"; -} -.fa-space-shuttle:before { - content: "\f197"; -} -.fa-slack:before { - content: "\f198"; -} -.fa-envelope-square:before { - content: "\f199"; -} -.fa-wordpress:before { - content: "\f19a"; -} -.fa-openid:before { - content: "\f19b"; -} -.fa-institution:before, -.fa-bank:before, -.fa-university:before { - content: "\f19c"; -} -.fa-mortar-board:before, -.fa-graduation-cap:before { - content: "\f19d"; -} -.fa-yahoo:before { - content: "\f19e"; -} -.fa-google:before { - content: "\f1a0"; -} -.fa-reddit:before { - content: "\f1a1"; -} -.fa-reddit-square:before { - content: "\f1a2"; -} -.fa-stumbleupon-circle:before { - content: "\f1a3"; -} -.fa-stumbleupon:before { - content: "\f1a4"; -} -.fa-delicious:before { - content: "\f1a5"; -} -.fa-digg:before { - content: "\f1a6"; -} -.fa-pied-piper:before { - content: "\f1a7"; -} -.fa-pied-piper-alt:before { - content: "\f1a8"; -} -.fa-drupal:before { - content: "\f1a9"; -} -.fa-joomla:before { - content: "\f1aa"; -} -.fa-language:before { - content: "\f1ab"; -} -.fa-fax:before { - content: "\f1ac"; -} -.fa-building:before { - content: "\f1ad"; -} -.fa-child:before { - content: "\f1ae"; -} -.fa-paw:before { - content: "\f1b0"; -} -.fa-spoon:before { - content: "\f1b1"; -} -.fa-cube:before { - content: "\f1b2"; -} -.fa-cubes:before { - content: "\f1b3"; -} -.fa-behance:before { - content: "\f1b4"; -} -.fa-behance-square:before { - content: "\f1b5"; -} -.fa-steam:before { - content: "\f1b6"; -} -.fa-steam-square:before { - content: "\f1b7"; -} -.fa-recycle:before { - content: "\f1b8"; -} -.fa-automobile:before, -.fa-car:before { - content: "\f1b9"; -} -.fa-cab:before, -.fa-taxi:before { - content: "\f1ba"; -} -.fa-tree:before { - content: "\f1bb"; -} -.fa-spotify:before { - content: "\f1bc"; -} -.fa-deviantart:before { - content: "\f1bd"; -} -.fa-soundcloud:before { - content: "\f1be"; -} -.fa-database:before { - content: "\f1c0"; -} -.fa-file-pdf-o:before { - content: "\f1c1"; -} -.fa-file-word-o:before { - content: "\f1c2"; -} -.fa-file-excel-o:before { - content: "\f1c3"; -} -.fa-file-powerpoint-o:before { - content: "\f1c4"; -} -.fa-file-photo-o:before, -.fa-file-picture-o:before, -.fa-file-image-o:before { - content: "\f1c5"; -} -.fa-file-zip-o:before, -.fa-file-archive-o:before { - content: "\f1c6"; -} -.fa-file-sound-o:before, -.fa-file-audio-o:before { - content: "\f1c7"; -} -.fa-file-movie-o:before, -.fa-file-video-o:before { - content: "\f1c8"; -} -.fa-file-code-o:before { - content: "\f1c9"; -} -.fa-vine:before { - content: "\f1ca"; -} -.fa-codepen:before { - content: "\f1cb"; -} -.fa-jsfiddle:before { - content: "\f1cc"; -} -.fa-life-bouy:before, -.fa-life-buoy:before, -.fa-life-saver:before, -.fa-support:before, -.fa-life-ring:before { - content: "\f1cd"; -} -.fa-circle-o-notch:before { - content: "\f1ce"; -} -.fa-ra:before, -.fa-rebel:before { - content: "\f1d0"; -} -.fa-ge:before, -.fa-empire:before { - content: "\f1d1"; -} -.fa-git-square:before { - content: "\f1d2"; -} -.fa-git:before { - content: "\f1d3"; -} -.fa-hacker-news:before { - content: "\f1d4"; -} -.fa-tencent-weibo:before { - content: "\f1d5"; -} -.fa-qq:before { - content: "\f1d6"; -} -.fa-wechat:before, -.fa-weixin:before { - content: "\f1d7"; -} -.fa-send:before, -.fa-paper-plane:before { - content: "\f1d8"; -} -.fa-send-o:before, -.fa-paper-plane-o:before { - content: "\f1d9"; -} -.fa-history:before { - content: "\f1da"; -} -.fa-genderless:before, -.fa-circle-thin:before { - content: "\f1db"; -} -.fa-header:before { - content: "\f1dc"; -} -.fa-paragraph:before { - content: "\f1dd"; -} -.fa-sliders:before { - content: "\f1de"; -} -.fa-share-alt:before { - content: "\f1e0"; -} -.fa-share-alt-square:before { - content: "\f1e1"; -} -.fa-bomb:before { - content: "\f1e2"; -} -.fa-soccer-ball-o:before, -.fa-futbol-o:before { - content: "\f1e3"; -} -.fa-tty:before { - content: "\f1e4"; -} -.fa-binoculars:before { - content: "\f1e5"; -} -.fa-plug:before { - content: "\f1e6"; -} -.fa-slideshare:before { - content: "\f1e7"; -} -.fa-twitch:before { - content: "\f1e8"; -} -.fa-yelp:before { - content: "\f1e9"; -} -.fa-newspaper-o:before { - content: "\f1ea"; -} -.fa-wifi:before { - content: "\f1eb"; -} -.fa-calculator:before { - content: "\f1ec"; -} -.fa-paypal:before { - content: "\f1ed"; -} -.fa-google-wallet:before { - content: "\f1ee"; -} -.fa-cc-visa:before { - content: "\f1f0"; -} -.fa-cc-mastercard:before { - content: "\f1f1"; -} -.fa-cc-discover:before { - content: "\f1f2"; -} -.fa-cc-amex:before { - content: "\f1f3"; -} -.fa-cc-paypal:before { - content: "\f1f4"; -} -.fa-cc-stripe:before { - content: "\f1f5"; -} -.fa-bell-slash:before { - content: "\f1f6"; -} -.fa-bell-slash-o:before { - content: "\f1f7"; -} -.fa-trash:before { - content: "\f1f8"; -} -.fa-copyright:before { - content: "\f1f9"; -} -.fa-at:before { - content: "\f1fa"; -} -.fa-eyedropper:before { - content: "\f1fb"; -} -.fa-paint-brush:before { - content: "\f1fc"; -} -.fa-birthday-cake:before { - content: "\f1fd"; -} -.fa-area-chart:before { - content: "\f1fe"; -} -.fa-pie-chart:before { - content: "\f200"; -} -.fa-line-chart:before { - content: "\f201"; -} -.fa-lastfm:before { - content: "\f202"; -} -.fa-lastfm-square:before { - content: "\f203"; -} -.fa-toggle-off:before { - content: "\f204"; -} -.fa-toggle-on:before { - content: "\f205"; -} -.fa-bicycle:before { - content: "\f206"; -} -.fa-bus:before { - content: "\f207"; -} -.fa-ioxhost:before { - content: "\f208"; -} -.fa-angellist:before { - content: "\f209"; -} -.fa-cc:before { - content: "\f20a"; -} -.fa-shekel:before, -.fa-sheqel:before, -.fa-ils:before { - content: "\f20b"; -} -.fa-meanpath:before { - content: "\f20c"; -} -.fa-buysellads:before { - content: "\f20d"; -} -.fa-connectdevelop:before { - content: "\f20e"; -} -.fa-dashcube:before { - content: "\f210"; -} -.fa-forumbee:before { - content: "\f211"; -} -.fa-leanpub:before { - content: "\f212"; -} -.fa-sellsy:before { - content: "\f213"; -} -.fa-shirtsinbulk:before { - content: "\f214"; -} -.fa-simplybuilt:before { - content: "\f215"; -} -.fa-skyatlas:before { - content: "\f216"; -} -.fa-cart-plus:before { - content: "\f217"; -} -.fa-cart-arrow-down:before { - content: "\f218"; -} -.fa-diamond:before { - content: "\f219"; -} -.fa-ship:before { - content: "\f21a"; -} -.fa-user-secret:before { - content: "\f21b"; -} -.fa-motorcycle:before { - content: "\f21c"; -} -.fa-street-view:before { - content: "\f21d"; -} -.fa-heartbeat:before { - content: "\f21e"; -} -.fa-venus:before { - content: "\f221"; -} -.fa-mars:before { - content: "\f222"; -} -.fa-mercury:before { - content: "\f223"; -} -.fa-transgender:before { - content: "\f224"; -} -.fa-transgender-alt:before { - content: "\f225"; -} -.fa-venus-double:before { - content: "\f226"; -} -.fa-mars-double:before { - content: "\f227"; -} -.fa-venus-mars:before { - content: "\f228"; -} -.fa-mars-stroke:before { - content: "\f229"; -} -.fa-mars-stroke-v:before { - content: "\f22a"; -} -.fa-mars-stroke-h:before { - content: "\f22b"; -} -.fa-neuter:before { - content: "\f22c"; -} -.fa-facebook-official:before { - content: "\f230"; -} -.fa-pinterest-p:before { - content: "\f231"; -} -.fa-whatsapp:before { - content: "\f232"; -} -.fa-server:before { - content: "\f233"; -} -.fa-user-plus:before { - content: "\f234"; -} -.fa-user-times:before { - content: "\f235"; -} -.fa-hotel:before, -.fa-bed:before { - content: "\f236"; -} -.fa-viacoin:before { - content: "\f237"; -} -.fa-train:before { - content: "\f238"; -} -.fa-subway:before { - content: "\f239"; -} -.fa-medium:before { - content: "\f23a"; -} diff --git a/core/static/plugins/font-awesome/css/font-awesome.min.css b/core/static/plugins/font-awesome/css/font-awesome.min.css deleted file mode 100644 index 24fcc04..0000000 --- a/core/static/plugins/font-awesome/css/font-awesome.min.css +++ /dev/null @@ -1,4 +0,0 @@ -/*! - * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome - * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) - */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.3.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0)}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-genderless:before,.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"} \ No newline at end of file diff --git a/core/static/plugins/font-awesome/fonts/FontAwesome.otf b/core/static/plugins/font-awesome/fonts/FontAwesome.otf deleted file mode 100644 index f7936cc..0000000 Binary files a/core/static/plugins/font-awesome/fonts/FontAwesome.otf and /dev/null differ diff --git a/core/static/plugins/font-awesome/fonts/fontawesome-webfont.eot b/core/static/plugins/font-awesome/fonts/fontawesome-webfont.eot deleted file mode 100644 index 33b2bb8..0000000 Binary files a/core/static/plugins/font-awesome/fonts/fontawesome-webfont.eot and /dev/null differ diff --git a/core/static/plugins/font-awesome/fonts/fontawesome-webfont.svg b/core/static/plugins/font-awesome/fonts/fontawesome-webfont.svg deleted file mode 100644 index 1ee89d4..0000000 --- a/core/static/plugins/font-awesome/fonts/fontawesome-webfont.svg +++ /dev/null @@ -1,565 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/core/static/plugins/font-awesome/fonts/fontawesome-webfont.ttf b/core/static/plugins/font-awesome/fonts/fontawesome-webfont.ttf deleted file mode 100644 index ed9372f..0000000 Binary files a/core/static/plugins/font-awesome/fonts/fontawesome-webfont.ttf and /dev/null differ diff --git a/core/static/plugins/font-awesome/fonts/fontawesome-webfont.woff b/core/static/plugins/font-awesome/fonts/fontawesome-webfont.woff deleted file mode 100644 index 8b280b9..0000000 Binary files a/core/static/plugins/font-awesome/fonts/fontawesome-webfont.woff and /dev/null differ diff --git a/core/static/plugins/font-awesome/fonts/fontawesome-webfont.woff2 b/core/static/plugins/font-awesome/fonts/fontawesome-webfont.woff2 deleted file mode 100755 index 3311d58..0000000 Binary files a/core/static/plugins/font-awesome/fonts/fontawesome-webfont.woff2 and /dev/null differ diff --git a/core/static/plugins/font-awesome/less/animated.less b/core/static/plugins/font-awesome/less/animated.less deleted file mode 100755 index 66ad52a..0000000 --- a/core/static/plugins/font-awesome/less/animated.less +++ /dev/null @@ -1,34 +0,0 @@ -// Animated Icons -// -------------------------- - -.@{fa-css-prefix}-spin { - -webkit-animation: fa-spin 2s infinite linear; - animation: fa-spin 2s infinite linear; -} - -.@{fa-css-prefix}-pulse { - -webkit-animation: fa-spin 1s infinite steps(8); - animation: fa-spin 1s infinite steps(8); -} - -@-webkit-keyframes fa-spin { - 0% { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); - } - 100% { - -webkit-transform: rotate(359deg); - transform: rotate(359deg); - } -} - -@keyframes fa-spin { - 0% { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); - } - 100% { - -webkit-transform: rotate(359deg); - transform: rotate(359deg); - } -} diff --git a/core/static/plugins/font-awesome/less/bordered-pulled.less b/core/static/plugins/font-awesome/less/bordered-pulled.less deleted file mode 100644 index 0c90eb5..0000000 --- a/core/static/plugins/font-awesome/less/bordered-pulled.less +++ /dev/null @@ -1,16 +0,0 @@ -// Bordered & Pulled -// ------------------------- - -.@{fa-css-prefix}-border { - padding: .2em .25em .15em; - border: solid .08em @fa-border-color; - border-radius: .1em; -} - -.pull-right { float: right; } -.pull-left { float: left; } - -.@{fa-css-prefix} { - &.pull-left { margin-right: .3em; } - &.pull-right { margin-left: .3em; } -} diff --git a/core/static/plugins/font-awesome/less/core.less b/core/static/plugins/font-awesome/less/core.less deleted file mode 100644 index f814f1e..0000000 --- a/core/static/plugins/font-awesome/less/core.less +++ /dev/null @@ -1,13 +0,0 @@ -// Base Class Definition -// ------------------------- - -.@{fa-css-prefix} { - display: inline-block; - font: normal normal normal @fa-font-size-base/1 FontAwesome; // shortening font declaration - font-size: inherit; // can't have font-size inherit on line above, so need to override - text-rendering: auto; // optimizelegibility throws things off #1094 - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - transform: translate(0, 0); // ensures no half-pixel rendering in firefox - -} diff --git a/core/static/plugins/font-awesome/less/fixed-width.less b/core/static/plugins/font-awesome/less/fixed-width.less deleted file mode 100644 index 110289f..0000000 --- a/core/static/plugins/font-awesome/less/fixed-width.less +++ /dev/null @@ -1,6 +0,0 @@ -// Fixed Width Icons -// ------------------------- -.@{fa-css-prefix}-fw { - width: (18em / 14); - text-align: center; -} diff --git a/core/static/plugins/font-awesome/less/font-awesome.less b/core/static/plugins/font-awesome/less/font-awesome.less deleted file mode 100644 index 1f45c63..0000000 --- a/core/static/plugins/font-awesome/less/font-awesome.less +++ /dev/null @@ -1,17 +0,0 @@ -/*! - * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome - * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) - */ - -@import "variables.less"; -@import "mixins.less"; -@import "path.less"; -@import "core.less"; -@import "larger.less"; -@import "fixed-width.less"; -@import "list.less"; -@import "bordered-pulled.less"; -@import "animated.less"; -@import "rotated-flipped.less"; -@import "stacked.less"; -@import "icons.less"; diff --git a/core/static/plugins/font-awesome/less/icons.less b/core/static/plugins/font-awesome/less/icons.less deleted file mode 100644 index c265de5..0000000 --- a/core/static/plugins/font-awesome/less/icons.less +++ /dev/null @@ -1,596 +0,0 @@ -/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen - readers do not read off random characters that represent icons */ - -.@{fa-css-prefix}-glass:before { content: @fa-var-glass; } -.@{fa-css-prefix}-music:before { content: @fa-var-music; } -.@{fa-css-prefix}-search:before { content: @fa-var-search; } -.@{fa-css-prefix}-envelope-o:before { content: @fa-var-envelope-o; } -.@{fa-css-prefix}-heart:before { content: @fa-var-heart; } -.@{fa-css-prefix}-star:before { content: @fa-var-star; } -.@{fa-css-prefix}-star-o:before { content: @fa-var-star-o; } -.@{fa-css-prefix}-user:before { content: @fa-var-user; } -.@{fa-css-prefix}-film:before { content: @fa-var-film; } -.@{fa-css-prefix}-th-large:before { content: @fa-var-th-large; } -.@{fa-css-prefix}-th:before { content: @fa-var-th; } -.@{fa-css-prefix}-th-list:before { content: @fa-var-th-list; } -.@{fa-css-prefix}-check:before { content: @fa-var-check; } -.@{fa-css-prefix}-remove:before, -.@{fa-css-prefix}-close:before, -.@{fa-css-prefix}-times:before { content: @fa-var-times; } -.@{fa-css-prefix}-search-plus:before { content: @fa-var-search-plus; } -.@{fa-css-prefix}-search-minus:before { content: @fa-var-search-minus; } -.@{fa-css-prefix}-power-off:before { content: @fa-var-power-off; } -.@{fa-css-prefix}-signal:before { content: @fa-var-signal; } -.@{fa-css-prefix}-gear:before, -.@{fa-css-prefix}-cog:before { content: @fa-var-cog; } -.@{fa-css-prefix}-trash-o:before { content: @fa-var-trash-o; } -.@{fa-css-prefix}-home:before { content: @fa-var-home; } -.@{fa-css-prefix}-file-o:before { content: @fa-var-file-o; } -.@{fa-css-prefix}-clock-o:before { content: @fa-var-clock-o; } -.@{fa-css-prefix}-road:before { content: @fa-var-road; } -.@{fa-css-prefix}-download:before { content: @fa-var-download; } -.@{fa-css-prefix}-arrow-circle-o-down:before { content: @fa-var-arrow-circle-o-down; } -.@{fa-css-prefix}-arrow-circle-o-up:before { content: @fa-var-arrow-circle-o-up; } -.@{fa-css-prefix}-inbox:before { content: @fa-var-inbox; } -.@{fa-css-prefix}-play-circle-o:before { content: @fa-var-play-circle-o; } -.@{fa-css-prefix}-rotate-right:before, -.@{fa-css-prefix}-repeat:before { content: @fa-var-repeat; } -.@{fa-css-prefix}-refresh:before { content: @fa-var-refresh; } -.@{fa-css-prefix}-list-alt:before { content: @fa-var-list-alt; } -.@{fa-css-prefix}-lock:before { content: @fa-var-lock; } -.@{fa-css-prefix}-flag:before { content: @fa-var-flag; } -.@{fa-css-prefix}-headphones:before { content: @fa-var-headphones; } -.@{fa-css-prefix}-volume-off:before { content: @fa-var-volume-off; } -.@{fa-css-prefix}-volume-down:before { content: @fa-var-volume-down; } -.@{fa-css-prefix}-volume-up:before { content: @fa-var-volume-up; } -.@{fa-css-prefix}-qrcode:before { content: @fa-var-qrcode; } -.@{fa-css-prefix}-barcode:before { content: @fa-var-barcode; } -.@{fa-css-prefix}-tag:before { content: @fa-var-tag; } -.@{fa-css-prefix}-tags:before { content: @fa-var-tags; } -.@{fa-css-prefix}-book:before { content: @fa-var-book; } -.@{fa-css-prefix}-bookmark:before { content: @fa-var-bookmark; } -.@{fa-css-prefix}-print:before { content: @fa-var-print; } -.@{fa-css-prefix}-camera:before { content: @fa-var-camera; } -.@{fa-css-prefix}-font:before { content: @fa-var-font; } -.@{fa-css-prefix}-bold:before { content: @fa-var-bold; } -.@{fa-css-prefix}-italic:before { content: @fa-var-italic; } -.@{fa-css-prefix}-text-height:before { content: @fa-var-text-height; } -.@{fa-css-prefix}-text-width:before { content: @fa-var-text-width; } -.@{fa-css-prefix}-align-left:before { content: @fa-var-align-left; } -.@{fa-css-prefix}-align-center:before { content: @fa-var-align-center; } -.@{fa-css-prefix}-align-right:before { content: @fa-var-align-right; } -.@{fa-css-prefix}-align-justify:before { content: @fa-var-align-justify; } -.@{fa-css-prefix}-list:before { content: @fa-var-list; } -.@{fa-css-prefix}-dedent:before, -.@{fa-css-prefix}-outdent:before { content: @fa-var-outdent; } -.@{fa-css-prefix}-indent:before { content: @fa-var-indent; } -.@{fa-css-prefix}-video-camera:before { content: @fa-var-video-camera; } -.@{fa-css-prefix}-photo:before, -.@{fa-css-prefix}-image:before, -.@{fa-css-prefix}-picture-o:before { content: @fa-var-picture-o; } -.@{fa-css-prefix}-pencil:before { content: @fa-var-pencil; } -.@{fa-css-prefix}-map-marker:before { content: @fa-var-map-marker; } -.@{fa-css-prefix}-adjust:before { content: @fa-var-adjust; } -.@{fa-css-prefix}-tint:before { content: @fa-var-tint; } -.@{fa-css-prefix}-edit:before, -.@{fa-css-prefix}-pencil-square-o:before { content: @fa-var-pencil-square-o; } -.@{fa-css-prefix}-share-square-o:before { content: @fa-var-share-square-o; } -.@{fa-css-prefix}-check-square-o:before { content: @fa-var-check-square-o; } -.@{fa-css-prefix}-arrows:before { content: @fa-var-arrows; } -.@{fa-css-prefix}-step-backward:before { content: @fa-var-step-backward; } -.@{fa-css-prefix}-fast-backward:before { content: @fa-var-fast-backward; } -.@{fa-css-prefix}-backward:before { content: @fa-var-backward; } -.@{fa-css-prefix}-play:before { content: @fa-var-play; } -.@{fa-css-prefix}-pause:before { content: @fa-var-pause; } -.@{fa-css-prefix}-stop:before { content: @fa-var-stop; } -.@{fa-css-prefix}-forward:before { content: @fa-var-forward; } -.@{fa-css-prefix}-fast-forward:before { content: @fa-var-fast-forward; } -.@{fa-css-prefix}-step-forward:before { content: @fa-var-step-forward; } -.@{fa-css-prefix}-eject:before { content: @fa-var-eject; } -.@{fa-css-prefix}-chevron-left:before { content: @fa-var-chevron-left; } -.@{fa-css-prefix}-chevron-right:before { content: @fa-var-chevron-right; } -.@{fa-css-prefix}-plus-circle:before { content: @fa-var-plus-circle; } -.@{fa-css-prefix}-minus-circle:before { content: @fa-var-minus-circle; } -.@{fa-css-prefix}-times-circle:before { content: @fa-var-times-circle; } -.@{fa-css-prefix}-check-circle:before { content: @fa-var-check-circle; } -.@{fa-css-prefix}-question-circle:before { content: @fa-var-question-circle; } -.@{fa-css-prefix}-info-circle:before { content: @fa-var-info-circle; } -.@{fa-css-prefix}-crosshairs:before { content: @fa-var-crosshairs; } -.@{fa-css-prefix}-times-circle-o:before { content: @fa-var-times-circle-o; } -.@{fa-css-prefix}-check-circle-o:before { content: @fa-var-check-circle-o; } -.@{fa-css-prefix}-ban:before { content: @fa-var-ban; } -.@{fa-css-prefix}-arrow-left:before { content: @fa-var-arrow-left; } -.@{fa-css-prefix}-arrow-right:before { content: @fa-var-arrow-right; } -.@{fa-css-prefix}-arrow-up:before { content: @fa-var-arrow-up; } -.@{fa-css-prefix}-arrow-down:before { content: @fa-var-arrow-down; } -.@{fa-css-prefix}-mail-forward:before, -.@{fa-css-prefix}-share:before { content: @fa-var-share; } -.@{fa-css-prefix}-expand:before { content: @fa-var-expand; } -.@{fa-css-prefix}-compress:before { content: @fa-var-compress; } -.@{fa-css-prefix}-plus:before { content: @fa-var-plus; } -.@{fa-css-prefix}-minus:before { content: @fa-var-minus; } -.@{fa-css-prefix}-asterisk:before { content: @fa-var-asterisk; } -.@{fa-css-prefix}-exclamation-circle:before { content: @fa-var-exclamation-circle; } -.@{fa-css-prefix}-gift:before { content: @fa-var-gift; } -.@{fa-css-prefix}-leaf:before { content: @fa-var-leaf; } -.@{fa-css-prefix}-fire:before { content: @fa-var-fire; } -.@{fa-css-prefix}-eye:before { content: @fa-var-eye; } -.@{fa-css-prefix}-eye-slash:before { content: @fa-var-eye-slash; } -.@{fa-css-prefix}-warning:before, -.@{fa-css-prefix}-exclamation-triangle:before { content: @fa-var-exclamation-triangle; } -.@{fa-css-prefix}-plane:before { content: @fa-var-plane; } -.@{fa-css-prefix}-calendar:before { content: @fa-var-calendar; } -.@{fa-css-prefix}-random:before { content: @fa-var-random; } -.@{fa-css-prefix}-comment:before { content: @fa-var-comment; } -.@{fa-css-prefix}-magnet:before { content: @fa-var-magnet; } -.@{fa-css-prefix}-chevron-up:before { content: @fa-var-chevron-up; } -.@{fa-css-prefix}-chevron-down:before { content: @fa-var-chevron-down; } -.@{fa-css-prefix}-retweet:before { content: @fa-var-retweet; } -.@{fa-css-prefix}-shopping-cart:before { content: @fa-var-shopping-cart; } -.@{fa-css-prefix}-folder:before { content: @fa-var-folder; } -.@{fa-css-prefix}-folder-open:before { content: @fa-var-folder-open; } -.@{fa-css-prefix}-arrows-v:before { content: @fa-var-arrows-v; } -.@{fa-css-prefix}-arrows-h:before { content: @fa-var-arrows-h; } -.@{fa-css-prefix}-bar-chart-o:before, -.@{fa-css-prefix}-bar-chart:before { content: @fa-var-bar-chart; } -.@{fa-css-prefix}-twitter-square:before { content: @fa-var-twitter-square; } -.@{fa-css-prefix}-facebook-square:before { content: @fa-var-facebook-square; } -.@{fa-css-prefix}-camera-retro:before { content: @fa-var-camera-retro; } -.@{fa-css-prefix}-key:before { content: @fa-var-key; } -.@{fa-css-prefix}-gears:before, -.@{fa-css-prefix}-cogs:before { content: @fa-var-cogs; } -.@{fa-css-prefix}-comments:before { content: @fa-var-comments; } -.@{fa-css-prefix}-thumbs-o-up:before { content: @fa-var-thumbs-o-up; } -.@{fa-css-prefix}-thumbs-o-down:before { content: @fa-var-thumbs-o-down; } -.@{fa-css-prefix}-star-half:before { content: @fa-var-star-half; } -.@{fa-css-prefix}-heart-o:before { content: @fa-var-heart-o; } -.@{fa-css-prefix}-sign-out:before { content: @fa-var-sign-out; } -.@{fa-css-prefix}-linkedin-square:before { content: @fa-var-linkedin-square; } -.@{fa-css-prefix}-thumb-tack:before { content: @fa-var-thumb-tack; } -.@{fa-css-prefix}-external-link:before { content: @fa-var-external-link; } -.@{fa-css-prefix}-sign-in:before { content: @fa-var-sign-in; } -.@{fa-css-prefix}-trophy:before { content: @fa-var-trophy; } -.@{fa-css-prefix}-github-square:before { content: @fa-var-github-square; } -.@{fa-css-prefix}-upload:before { content: @fa-var-upload; } -.@{fa-css-prefix}-lemon-o:before { content: @fa-var-lemon-o; } -.@{fa-css-prefix}-phone:before { content: @fa-var-phone; } -.@{fa-css-prefix}-square-o:before { content: @fa-var-square-o; } -.@{fa-css-prefix}-bookmark-o:before { content: @fa-var-bookmark-o; } -.@{fa-css-prefix}-phone-square:before { content: @fa-var-phone-square; } -.@{fa-css-prefix}-twitter:before { content: @fa-var-twitter; } -.@{fa-css-prefix}-facebook-f:before, -.@{fa-css-prefix}-facebook:before { content: @fa-var-facebook; } -.@{fa-css-prefix}-github:before { content: @fa-var-github; } -.@{fa-css-prefix}-unlock:before { content: @fa-var-unlock; } -.@{fa-css-prefix}-credit-card:before { content: @fa-var-credit-card; } -.@{fa-css-prefix}-rss:before { content: @fa-var-rss; } -.@{fa-css-prefix}-hdd-o:before { content: @fa-var-hdd-o; } -.@{fa-css-prefix}-bullhorn:before { content: @fa-var-bullhorn; } -.@{fa-css-prefix}-bell:before { content: @fa-var-bell; } -.@{fa-css-prefix}-certificate:before { content: @fa-var-certificate; } -.@{fa-css-prefix}-hand-o-right:before { content: @fa-var-hand-o-right; } -.@{fa-css-prefix}-hand-o-left:before { content: @fa-var-hand-o-left; } -.@{fa-css-prefix}-hand-o-up:before { content: @fa-var-hand-o-up; } -.@{fa-css-prefix}-hand-o-down:before { content: @fa-var-hand-o-down; } -.@{fa-css-prefix}-arrow-circle-left:before { content: @fa-var-arrow-circle-left; } -.@{fa-css-prefix}-arrow-circle-right:before { content: @fa-var-arrow-circle-right; } -.@{fa-css-prefix}-arrow-circle-up:before { content: @fa-var-arrow-circle-up; } -.@{fa-css-prefix}-arrow-circle-down:before { content: @fa-var-arrow-circle-down; } -.@{fa-css-prefix}-globe:before { content: @fa-var-globe; } -.@{fa-css-prefix}-wrench:before { content: @fa-var-wrench; } -.@{fa-css-prefix}-tasks:before { content: @fa-var-tasks; } -.@{fa-css-prefix}-filter:before { content: @fa-var-filter; } -.@{fa-css-prefix}-briefcase:before { content: @fa-var-briefcase; } -.@{fa-css-prefix}-arrows-alt:before { content: @fa-var-arrows-alt; } -.@{fa-css-prefix}-group:before, -.@{fa-css-prefix}-users:before { content: @fa-var-users; } -.@{fa-css-prefix}-chain:before, -.@{fa-css-prefix}-link:before { content: @fa-var-link; } -.@{fa-css-prefix}-cloud:before { content: @fa-var-cloud; } -.@{fa-css-prefix}-flask:before { content: @fa-var-flask; } -.@{fa-css-prefix}-cut:before, -.@{fa-css-prefix}-scissors:before { content: @fa-var-scissors; } -.@{fa-css-prefix}-copy:before, -.@{fa-css-prefix}-files-o:before { content: @fa-var-files-o; } -.@{fa-css-prefix}-paperclip:before { content: @fa-var-paperclip; } -.@{fa-css-prefix}-save:before, -.@{fa-css-prefix}-floppy-o:before { content: @fa-var-floppy-o; } -.@{fa-css-prefix}-square:before { content: @fa-var-square; } -.@{fa-css-prefix}-navicon:before, -.@{fa-css-prefix}-reorder:before, -.@{fa-css-prefix}-bars:before { content: @fa-var-bars; } -.@{fa-css-prefix}-list-ul:before { content: @fa-var-list-ul; } -.@{fa-css-prefix}-list-ol:before { content: @fa-var-list-ol; } -.@{fa-css-prefix}-strikethrough:before { content: @fa-var-strikethrough; } -.@{fa-css-prefix}-underline:before { content: @fa-var-underline; } -.@{fa-css-prefix}-table:before { content: @fa-var-table; } -.@{fa-css-prefix}-magic:before { content: @fa-var-magic; } -.@{fa-css-prefix}-truck:before { content: @fa-var-truck; } -.@{fa-css-prefix}-pinterest:before { content: @fa-var-pinterest; } -.@{fa-css-prefix}-pinterest-square:before { content: @fa-var-pinterest-square; } -.@{fa-css-prefix}-google-plus-square:before { content: @fa-var-google-plus-square; } -.@{fa-css-prefix}-google-plus:before { content: @fa-var-google-plus; } -.@{fa-css-prefix}-money:before { content: @fa-var-money; } -.@{fa-css-prefix}-caret-down:before { content: @fa-var-caret-down; } -.@{fa-css-prefix}-caret-up:before { content: @fa-var-caret-up; } -.@{fa-css-prefix}-caret-left:before { content: @fa-var-caret-left; } -.@{fa-css-prefix}-caret-right:before { content: @fa-var-caret-right; } -.@{fa-css-prefix}-columns:before { content: @fa-var-columns; } -.@{fa-css-prefix}-unsorted:before, -.@{fa-css-prefix}-sort:before { content: @fa-var-sort; } -.@{fa-css-prefix}-sort-down:before, -.@{fa-css-prefix}-sort-desc:before { content: @fa-var-sort-desc; } -.@{fa-css-prefix}-sort-up:before, -.@{fa-css-prefix}-sort-asc:before { content: @fa-var-sort-asc; } -.@{fa-css-prefix}-envelope:before { content: @fa-var-envelope; } -.@{fa-css-prefix}-linkedin:before { content: @fa-var-linkedin; } -.@{fa-css-prefix}-rotate-left:before, -.@{fa-css-prefix}-undo:before { content: @fa-var-undo; } -.@{fa-css-prefix}-legal:before, -.@{fa-css-prefix}-gavel:before { content: @fa-var-gavel; } -.@{fa-css-prefix}-dashboard:before, -.@{fa-css-prefix}-tachometer:before { content: @fa-var-tachometer; } -.@{fa-css-prefix}-comment-o:before { content: @fa-var-comment-o; } -.@{fa-css-prefix}-comments-o:before { content: @fa-var-comments-o; } -.@{fa-css-prefix}-flash:before, -.@{fa-css-prefix}-bolt:before { content: @fa-var-bolt; } -.@{fa-css-prefix}-sitemap:before { content: @fa-var-sitemap; } -.@{fa-css-prefix}-umbrella:before { content: @fa-var-umbrella; } -.@{fa-css-prefix}-paste:before, -.@{fa-css-prefix}-clipboard:before { content: @fa-var-clipboard; } -.@{fa-css-prefix}-lightbulb-o:before { content: @fa-var-lightbulb-o; } -.@{fa-css-prefix}-exchange:before { content: @fa-var-exchange; } -.@{fa-css-prefix}-cloud-download:before { content: @fa-var-cloud-download; } -.@{fa-css-prefix}-cloud-upload:before { content: @fa-var-cloud-upload; } -.@{fa-css-prefix}-user-md:before { content: @fa-var-user-md; } -.@{fa-css-prefix}-stethoscope:before { content: @fa-var-stethoscope; } -.@{fa-css-prefix}-suitcase:before { content: @fa-var-suitcase; } -.@{fa-css-prefix}-bell-o:before { content: @fa-var-bell-o; } -.@{fa-css-prefix}-coffee:before { content: @fa-var-coffee; } -.@{fa-css-prefix}-cutlery:before { content: @fa-var-cutlery; } -.@{fa-css-prefix}-file-text-o:before { content: @fa-var-file-text-o; } -.@{fa-css-prefix}-building-o:before { content: @fa-var-building-o; } -.@{fa-css-prefix}-hospital-o:before { content: @fa-var-hospital-o; } -.@{fa-css-prefix}-ambulance:before { content: @fa-var-ambulance; } -.@{fa-css-prefix}-medkit:before { content: @fa-var-medkit; } -.@{fa-css-prefix}-fighter-jet:before { content: @fa-var-fighter-jet; } -.@{fa-css-prefix}-beer:before { content: @fa-var-beer; } -.@{fa-css-prefix}-h-square:before { content: @fa-var-h-square; } -.@{fa-css-prefix}-plus-square:before { content: @fa-var-plus-square; } -.@{fa-css-prefix}-angle-double-left:before { content: @fa-var-angle-double-left; } -.@{fa-css-prefix}-angle-double-right:before { content: @fa-var-angle-double-right; } -.@{fa-css-prefix}-angle-double-up:before { content: @fa-var-angle-double-up; } -.@{fa-css-prefix}-angle-double-down:before { content: @fa-var-angle-double-down; } -.@{fa-css-prefix}-angle-left:before { content: @fa-var-angle-left; } -.@{fa-css-prefix}-angle-right:before { content: @fa-var-angle-right; } -.@{fa-css-prefix}-angle-up:before { content: @fa-var-angle-up; } -.@{fa-css-prefix}-angle-down:before { content: @fa-var-angle-down; } -.@{fa-css-prefix}-desktop:before { content: @fa-var-desktop; } -.@{fa-css-prefix}-laptop:before { content: @fa-var-laptop; } -.@{fa-css-prefix}-tablet:before { content: @fa-var-tablet; } -.@{fa-css-prefix}-mobile-phone:before, -.@{fa-css-prefix}-mobile:before { content: @fa-var-mobile; } -.@{fa-css-prefix}-circle-o:before { content: @fa-var-circle-o; } -.@{fa-css-prefix}-quote-left:before { content: @fa-var-quote-left; } -.@{fa-css-prefix}-quote-right:before { content: @fa-var-quote-right; } -.@{fa-css-prefix}-spinner:before { content: @fa-var-spinner; } -.@{fa-css-prefix}-circle:before { content: @fa-var-circle; } -.@{fa-css-prefix}-mail-reply:before, -.@{fa-css-prefix}-reply:before { content: @fa-var-reply; } -.@{fa-css-prefix}-github-alt:before { content: @fa-var-github-alt; } -.@{fa-css-prefix}-folder-o:before { content: @fa-var-folder-o; } -.@{fa-css-prefix}-folder-open-o:before { content: @fa-var-folder-open-o; } -.@{fa-css-prefix}-smile-o:before { content: @fa-var-smile-o; } -.@{fa-css-prefix}-frown-o:before { content: @fa-var-frown-o; } -.@{fa-css-prefix}-meh-o:before { content: @fa-var-meh-o; } -.@{fa-css-prefix}-gamepad:before { content: @fa-var-gamepad; } -.@{fa-css-prefix}-keyboard-o:before { content: @fa-var-keyboard-o; } -.@{fa-css-prefix}-flag-o:before { content: @fa-var-flag-o; } -.@{fa-css-prefix}-flag-checkered:before { content: @fa-var-flag-checkered; } -.@{fa-css-prefix}-terminal:before { content: @fa-var-terminal; } -.@{fa-css-prefix}-code:before { content: @fa-var-code; } -.@{fa-css-prefix}-mail-reply-all:before, -.@{fa-css-prefix}-reply-all:before { content: @fa-var-reply-all; } -.@{fa-css-prefix}-star-half-empty:before, -.@{fa-css-prefix}-star-half-full:before, -.@{fa-css-prefix}-star-half-o:before { content: @fa-var-star-half-o; } -.@{fa-css-prefix}-location-arrow:before { content: @fa-var-location-arrow; } -.@{fa-css-prefix}-crop:before { content: @fa-var-crop; } -.@{fa-css-prefix}-code-fork:before { content: @fa-var-code-fork; } -.@{fa-css-prefix}-unlink:before, -.@{fa-css-prefix}-chain-broken:before { content: @fa-var-chain-broken; } -.@{fa-css-prefix}-question:before { content: @fa-var-question; } -.@{fa-css-prefix}-info:before { content: @fa-var-info; } -.@{fa-css-prefix}-exclamation:before { content: @fa-var-exclamation; } -.@{fa-css-prefix}-superscript:before { content: @fa-var-superscript; } -.@{fa-css-prefix}-subscript:before { content: @fa-var-subscript; } -.@{fa-css-prefix}-eraser:before { content: @fa-var-eraser; } -.@{fa-css-prefix}-puzzle-piece:before { content: @fa-var-puzzle-piece; } -.@{fa-css-prefix}-microphone:before { content: @fa-var-microphone; } -.@{fa-css-prefix}-microphone-slash:before { content: @fa-var-microphone-slash; } -.@{fa-css-prefix}-shield:before { content: @fa-var-shield; } -.@{fa-css-prefix}-calendar-o:before { content: @fa-var-calendar-o; } -.@{fa-css-prefix}-fire-extinguisher:before { content: @fa-var-fire-extinguisher; } -.@{fa-css-prefix}-rocket:before { content: @fa-var-rocket; } -.@{fa-css-prefix}-maxcdn:before { content: @fa-var-maxcdn; } -.@{fa-css-prefix}-chevron-circle-left:before { content: @fa-var-chevron-circle-left; } -.@{fa-css-prefix}-chevron-circle-right:before { content: @fa-var-chevron-circle-right; } -.@{fa-css-prefix}-chevron-circle-up:before { content: @fa-var-chevron-circle-up; } -.@{fa-css-prefix}-chevron-circle-down:before { content: @fa-var-chevron-circle-down; } -.@{fa-css-prefix}-html5:before { content: @fa-var-html5; } -.@{fa-css-prefix}-css3:before { content: @fa-var-css3; } -.@{fa-css-prefix}-anchor:before { content: @fa-var-anchor; } -.@{fa-css-prefix}-unlock-alt:before { content: @fa-var-unlock-alt; } -.@{fa-css-prefix}-bullseye:before { content: @fa-var-bullseye; } -.@{fa-css-prefix}-ellipsis-h:before { content: @fa-var-ellipsis-h; } -.@{fa-css-prefix}-ellipsis-v:before { content: @fa-var-ellipsis-v; } -.@{fa-css-prefix}-rss-square:before { content: @fa-var-rss-square; } -.@{fa-css-prefix}-play-circle:before { content: @fa-var-play-circle; } -.@{fa-css-prefix}-ticket:before { content: @fa-var-ticket; } -.@{fa-css-prefix}-minus-square:before { content: @fa-var-minus-square; } -.@{fa-css-prefix}-minus-square-o:before { content: @fa-var-minus-square-o; } -.@{fa-css-prefix}-level-up:before { content: @fa-var-level-up; } -.@{fa-css-prefix}-level-down:before { content: @fa-var-level-down; } -.@{fa-css-prefix}-check-square:before { content: @fa-var-check-square; } -.@{fa-css-prefix}-pencil-square:before { content: @fa-var-pencil-square; } -.@{fa-css-prefix}-external-link-square:before { content: @fa-var-external-link-square; } -.@{fa-css-prefix}-share-square:before { content: @fa-var-share-square; } -.@{fa-css-prefix}-compass:before { content: @fa-var-compass; } -.@{fa-css-prefix}-toggle-down:before, -.@{fa-css-prefix}-caret-square-o-down:before { content: @fa-var-caret-square-o-down; } -.@{fa-css-prefix}-toggle-up:before, -.@{fa-css-prefix}-caret-square-o-up:before { content: @fa-var-caret-square-o-up; } -.@{fa-css-prefix}-toggle-right:before, -.@{fa-css-prefix}-caret-square-o-right:before { content: @fa-var-caret-square-o-right; } -.@{fa-css-prefix}-euro:before, -.@{fa-css-prefix}-eur:before { content: @fa-var-eur; } -.@{fa-css-prefix}-gbp:before { content: @fa-var-gbp; } -.@{fa-css-prefix}-dollar:before, -.@{fa-css-prefix}-usd:before { content: @fa-var-usd; } -.@{fa-css-prefix}-rupee:before, -.@{fa-css-prefix}-inr:before { content: @fa-var-inr; } -.@{fa-css-prefix}-cny:before, -.@{fa-css-prefix}-rmb:before, -.@{fa-css-prefix}-yen:before, -.@{fa-css-prefix}-jpy:before { content: @fa-var-jpy; } -.@{fa-css-prefix}-ruble:before, -.@{fa-css-prefix}-rouble:before, -.@{fa-css-prefix}-rub:before { content: @fa-var-rub; } -.@{fa-css-prefix}-won:before, -.@{fa-css-prefix}-krw:before { content: @fa-var-krw; } -.@{fa-css-prefix}-bitcoin:before, -.@{fa-css-prefix}-btc:before { content: @fa-var-btc; } -.@{fa-css-prefix}-file:before { content: @fa-var-file; } -.@{fa-css-prefix}-file-text:before { content: @fa-var-file-text; } -.@{fa-css-prefix}-sort-alpha-asc:before { content: @fa-var-sort-alpha-asc; } -.@{fa-css-prefix}-sort-alpha-desc:before { content: @fa-var-sort-alpha-desc; } -.@{fa-css-prefix}-sort-amount-asc:before { content: @fa-var-sort-amount-asc; } -.@{fa-css-prefix}-sort-amount-desc:before { content: @fa-var-sort-amount-desc; } -.@{fa-css-prefix}-sort-numeric-asc:before { content: @fa-var-sort-numeric-asc; } -.@{fa-css-prefix}-sort-numeric-desc:before { content: @fa-var-sort-numeric-desc; } -.@{fa-css-prefix}-thumbs-up:before { content: @fa-var-thumbs-up; } -.@{fa-css-prefix}-thumbs-down:before { content: @fa-var-thumbs-down; } -.@{fa-css-prefix}-youtube-square:before { content: @fa-var-youtube-square; } -.@{fa-css-prefix}-youtube:before { content: @fa-var-youtube; } -.@{fa-css-prefix}-xing:before { content: @fa-var-xing; } -.@{fa-css-prefix}-xing-square:before { content: @fa-var-xing-square; } -.@{fa-css-prefix}-youtube-play:before { content: @fa-var-youtube-play; } -.@{fa-css-prefix}-dropbox:before { content: @fa-var-dropbox; } -.@{fa-css-prefix}-stack-overflow:before { content: @fa-var-stack-overflow; } -.@{fa-css-prefix}-instagram:before { content: @fa-var-instagram; } -.@{fa-css-prefix}-flickr:before { content: @fa-var-flickr; } -.@{fa-css-prefix}-adn:before { content: @fa-var-adn; } -.@{fa-css-prefix}-bitbucket:before { content: @fa-var-bitbucket; } -.@{fa-css-prefix}-bitbucket-square:before { content: @fa-var-bitbucket-square; } -.@{fa-css-prefix}-tumblr:before { content: @fa-var-tumblr; } -.@{fa-css-prefix}-tumblr-square:before { content: @fa-var-tumblr-square; } -.@{fa-css-prefix}-long-arrow-down:before { content: @fa-var-long-arrow-down; } -.@{fa-css-prefix}-long-arrow-up:before { content: @fa-var-long-arrow-up; } -.@{fa-css-prefix}-long-arrow-left:before { content: @fa-var-long-arrow-left; } -.@{fa-css-prefix}-long-arrow-right:before { content: @fa-var-long-arrow-right; } -.@{fa-css-prefix}-apple:before { content: @fa-var-apple; } -.@{fa-css-prefix}-windows:before { content: @fa-var-windows; } -.@{fa-css-prefix}-android:before { content: @fa-var-android; } -.@{fa-css-prefix}-linux:before { content: @fa-var-linux; } -.@{fa-css-prefix}-dribbble:before { content: @fa-var-dribbble; } -.@{fa-css-prefix}-skype:before { content: @fa-var-skype; } -.@{fa-css-prefix}-foursquare:before { content: @fa-var-foursquare; } -.@{fa-css-prefix}-trello:before { content: @fa-var-trello; } -.@{fa-css-prefix}-female:before { content: @fa-var-female; } -.@{fa-css-prefix}-male:before { content: @fa-var-male; } -.@{fa-css-prefix}-gittip:before, -.@{fa-css-prefix}-gratipay:before { content: @fa-var-gratipay; } -.@{fa-css-prefix}-sun-o:before { content: @fa-var-sun-o; } -.@{fa-css-prefix}-moon-o:before { content: @fa-var-moon-o; } -.@{fa-css-prefix}-archive:before { content: @fa-var-archive; } -.@{fa-css-prefix}-bug:before { content: @fa-var-bug; } -.@{fa-css-prefix}-vk:before { content: @fa-var-vk; } -.@{fa-css-prefix}-weibo:before { content: @fa-var-weibo; } -.@{fa-css-prefix}-renren:before { content: @fa-var-renren; } -.@{fa-css-prefix}-pagelines:before { content: @fa-var-pagelines; } -.@{fa-css-prefix}-stack-exchange:before { content: @fa-var-stack-exchange; } -.@{fa-css-prefix}-arrow-circle-o-right:before { content: @fa-var-arrow-circle-o-right; } -.@{fa-css-prefix}-arrow-circle-o-left:before { content: @fa-var-arrow-circle-o-left; } -.@{fa-css-prefix}-toggle-left:before, -.@{fa-css-prefix}-caret-square-o-left:before { content: @fa-var-caret-square-o-left; } -.@{fa-css-prefix}-dot-circle-o:before { content: @fa-var-dot-circle-o; } -.@{fa-css-prefix}-wheelchair:before { content: @fa-var-wheelchair; } -.@{fa-css-prefix}-vimeo-square:before { content: @fa-var-vimeo-square; } -.@{fa-css-prefix}-turkish-lira:before, -.@{fa-css-prefix}-try:before { content: @fa-var-try; } -.@{fa-css-prefix}-plus-square-o:before { content: @fa-var-plus-square-o; } -.@{fa-css-prefix}-space-shuttle:before { content: @fa-var-space-shuttle; } -.@{fa-css-prefix}-slack:before { content: @fa-var-slack; } -.@{fa-css-prefix}-envelope-square:before { content: @fa-var-envelope-square; } -.@{fa-css-prefix}-wordpress:before { content: @fa-var-wordpress; } -.@{fa-css-prefix}-openid:before { content: @fa-var-openid; } -.@{fa-css-prefix}-institution:before, -.@{fa-css-prefix}-bank:before, -.@{fa-css-prefix}-university:before { content: @fa-var-university; } -.@{fa-css-prefix}-mortar-board:before, -.@{fa-css-prefix}-graduation-cap:before { content: @fa-var-graduation-cap; } -.@{fa-css-prefix}-yahoo:before { content: @fa-var-yahoo; } -.@{fa-css-prefix}-google:before { content: @fa-var-google; } -.@{fa-css-prefix}-reddit:before { content: @fa-var-reddit; } -.@{fa-css-prefix}-reddit-square:before { content: @fa-var-reddit-square; } -.@{fa-css-prefix}-stumbleupon-circle:before { content: @fa-var-stumbleupon-circle; } -.@{fa-css-prefix}-stumbleupon:before { content: @fa-var-stumbleupon; } -.@{fa-css-prefix}-delicious:before { content: @fa-var-delicious; } -.@{fa-css-prefix}-digg:before { content: @fa-var-digg; } -.@{fa-css-prefix}-pied-piper:before { content: @fa-var-pied-piper; } -.@{fa-css-prefix}-pied-piper-alt:before { content: @fa-var-pied-piper-alt; } -.@{fa-css-prefix}-drupal:before { content: @fa-var-drupal; } -.@{fa-css-prefix}-joomla:before { content: @fa-var-joomla; } -.@{fa-css-prefix}-language:before { content: @fa-var-language; } -.@{fa-css-prefix}-fax:before { content: @fa-var-fax; } -.@{fa-css-prefix}-building:before { content: @fa-var-building; } -.@{fa-css-prefix}-child:before { content: @fa-var-child; } -.@{fa-css-prefix}-paw:before { content: @fa-var-paw; } -.@{fa-css-prefix}-spoon:before { content: @fa-var-spoon; } -.@{fa-css-prefix}-cube:before { content: @fa-var-cube; } -.@{fa-css-prefix}-cubes:before { content: @fa-var-cubes; } -.@{fa-css-prefix}-behance:before { content: @fa-var-behance; } -.@{fa-css-prefix}-behance-square:before { content: @fa-var-behance-square; } -.@{fa-css-prefix}-steam:before { content: @fa-var-steam; } -.@{fa-css-prefix}-steam-square:before { content: @fa-var-steam-square; } -.@{fa-css-prefix}-recycle:before { content: @fa-var-recycle; } -.@{fa-css-prefix}-automobile:before, -.@{fa-css-prefix}-car:before { content: @fa-var-car; } -.@{fa-css-prefix}-cab:before, -.@{fa-css-prefix}-taxi:before { content: @fa-var-taxi; } -.@{fa-css-prefix}-tree:before { content: @fa-var-tree; } -.@{fa-css-prefix}-spotify:before { content: @fa-var-spotify; } -.@{fa-css-prefix}-deviantart:before { content: @fa-var-deviantart; } -.@{fa-css-prefix}-soundcloud:before { content: @fa-var-soundcloud; } -.@{fa-css-prefix}-database:before { content: @fa-var-database; } -.@{fa-css-prefix}-file-pdf-o:before { content: @fa-var-file-pdf-o; } -.@{fa-css-prefix}-file-word-o:before { content: @fa-var-file-word-o; } -.@{fa-css-prefix}-file-excel-o:before { content: @fa-var-file-excel-o; } -.@{fa-css-prefix}-file-powerpoint-o:before { content: @fa-var-file-powerpoint-o; } -.@{fa-css-prefix}-file-photo-o:before, -.@{fa-css-prefix}-file-picture-o:before, -.@{fa-css-prefix}-file-image-o:before { content: @fa-var-file-image-o; } -.@{fa-css-prefix}-file-zip-o:before, -.@{fa-css-prefix}-file-archive-o:before { content: @fa-var-file-archive-o; } -.@{fa-css-prefix}-file-sound-o:before, -.@{fa-css-prefix}-file-audio-o:before { content: @fa-var-file-audio-o; } -.@{fa-css-prefix}-file-movie-o:before, -.@{fa-css-prefix}-file-video-o:before { content: @fa-var-file-video-o; } -.@{fa-css-prefix}-file-code-o:before { content: @fa-var-file-code-o; } -.@{fa-css-prefix}-vine:before { content: @fa-var-vine; } -.@{fa-css-prefix}-codepen:before { content: @fa-var-codepen; } -.@{fa-css-prefix}-jsfiddle:before { content: @fa-var-jsfiddle; } -.@{fa-css-prefix}-life-bouy:before, -.@{fa-css-prefix}-life-buoy:before, -.@{fa-css-prefix}-life-saver:before, -.@{fa-css-prefix}-support:before, -.@{fa-css-prefix}-life-ring:before { content: @fa-var-life-ring; } -.@{fa-css-prefix}-circle-o-notch:before { content: @fa-var-circle-o-notch; } -.@{fa-css-prefix}-ra:before, -.@{fa-css-prefix}-rebel:before { content: @fa-var-rebel; } -.@{fa-css-prefix}-ge:before, -.@{fa-css-prefix}-empire:before { content: @fa-var-empire; } -.@{fa-css-prefix}-git-square:before { content: @fa-var-git-square; } -.@{fa-css-prefix}-git:before { content: @fa-var-git; } -.@{fa-css-prefix}-hacker-news:before { content: @fa-var-hacker-news; } -.@{fa-css-prefix}-tencent-weibo:before { content: @fa-var-tencent-weibo; } -.@{fa-css-prefix}-qq:before { content: @fa-var-qq; } -.@{fa-css-prefix}-wechat:before, -.@{fa-css-prefix}-weixin:before { content: @fa-var-weixin; } -.@{fa-css-prefix}-send:before, -.@{fa-css-prefix}-paper-plane:before { content: @fa-var-paper-plane; } -.@{fa-css-prefix}-send-o:before, -.@{fa-css-prefix}-paper-plane-o:before { content: @fa-var-paper-plane-o; } -.@{fa-css-prefix}-history:before { content: @fa-var-history; } -.@{fa-css-prefix}-genderless:before, -.@{fa-css-prefix}-circle-thin:before { content: @fa-var-circle-thin; } -.@{fa-css-prefix}-header:before { content: @fa-var-header; } -.@{fa-css-prefix}-paragraph:before { content: @fa-var-paragraph; } -.@{fa-css-prefix}-sliders:before { content: @fa-var-sliders; } -.@{fa-css-prefix}-share-alt:before { content: @fa-var-share-alt; } -.@{fa-css-prefix}-share-alt-square:before { content: @fa-var-share-alt-square; } -.@{fa-css-prefix}-bomb:before { content: @fa-var-bomb; } -.@{fa-css-prefix}-soccer-ball-o:before, -.@{fa-css-prefix}-futbol-o:before { content: @fa-var-futbol-o; } -.@{fa-css-prefix}-tty:before { content: @fa-var-tty; } -.@{fa-css-prefix}-binoculars:before { content: @fa-var-binoculars; } -.@{fa-css-prefix}-plug:before { content: @fa-var-plug; } -.@{fa-css-prefix}-slideshare:before { content: @fa-var-slideshare; } -.@{fa-css-prefix}-twitch:before { content: @fa-var-twitch; } -.@{fa-css-prefix}-yelp:before { content: @fa-var-yelp; } -.@{fa-css-prefix}-newspaper-o:before { content: @fa-var-newspaper-o; } -.@{fa-css-prefix}-wifi:before { content: @fa-var-wifi; } -.@{fa-css-prefix}-calculator:before { content: @fa-var-calculator; } -.@{fa-css-prefix}-paypal:before { content: @fa-var-paypal; } -.@{fa-css-prefix}-google-wallet:before { content: @fa-var-google-wallet; } -.@{fa-css-prefix}-cc-visa:before { content: @fa-var-cc-visa; } -.@{fa-css-prefix}-cc-mastercard:before { content: @fa-var-cc-mastercard; } -.@{fa-css-prefix}-cc-discover:before { content: @fa-var-cc-discover; } -.@{fa-css-prefix}-cc-amex:before { content: @fa-var-cc-amex; } -.@{fa-css-prefix}-cc-paypal:before { content: @fa-var-cc-paypal; } -.@{fa-css-prefix}-cc-stripe:before { content: @fa-var-cc-stripe; } -.@{fa-css-prefix}-bell-slash:before { content: @fa-var-bell-slash; } -.@{fa-css-prefix}-bell-slash-o:before { content: @fa-var-bell-slash-o; } -.@{fa-css-prefix}-trash:before { content: @fa-var-trash; } -.@{fa-css-prefix}-copyright:before { content: @fa-var-copyright; } -.@{fa-css-prefix}-at:before { content: @fa-var-at; } -.@{fa-css-prefix}-eyedropper:before { content: @fa-var-eyedropper; } -.@{fa-css-prefix}-paint-brush:before { content: @fa-var-paint-brush; } -.@{fa-css-prefix}-birthday-cake:before { content: @fa-var-birthday-cake; } -.@{fa-css-prefix}-area-chart:before { content: @fa-var-area-chart; } -.@{fa-css-prefix}-pie-chart:before { content: @fa-var-pie-chart; } -.@{fa-css-prefix}-line-chart:before { content: @fa-var-line-chart; } -.@{fa-css-prefix}-lastfm:before { content: @fa-var-lastfm; } -.@{fa-css-prefix}-lastfm-square:before { content: @fa-var-lastfm-square; } -.@{fa-css-prefix}-toggle-off:before { content: @fa-var-toggle-off; } -.@{fa-css-prefix}-toggle-on:before { content: @fa-var-toggle-on; } -.@{fa-css-prefix}-bicycle:before { content: @fa-var-bicycle; } -.@{fa-css-prefix}-bus:before { content: @fa-var-bus; } -.@{fa-css-prefix}-ioxhost:before { content: @fa-var-ioxhost; } -.@{fa-css-prefix}-angellist:before { content: @fa-var-angellist; } -.@{fa-css-prefix}-cc:before { content: @fa-var-cc; } -.@{fa-css-prefix}-shekel:before, -.@{fa-css-prefix}-sheqel:before, -.@{fa-css-prefix}-ils:before { content: @fa-var-ils; } -.@{fa-css-prefix}-meanpath:before { content: @fa-var-meanpath; } -.@{fa-css-prefix}-buysellads:before { content: @fa-var-buysellads; } -.@{fa-css-prefix}-connectdevelop:before { content: @fa-var-connectdevelop; } -.@{fa-css-prefix}-dashcube:before { content: @fa-var-dashcube; } -.@{fa-css-prefix}-forumbee:before { content: @fa-var-forumbee; } -.@{fa-css-prefix}-leanpub:before { content: @fa-var-leanpub; } -.@{fa-css-prefix}-sellsy:before { content: @fa-var-sellsy; } -.@{fa-css-prefix}-shirtsinbulk:before { content: @fa-var-shirtsinbulk; } -.@{fa-css-prefix}-simplybuilt:before { content: @fa-var-simplybuilt; } -.@{fa-css-prefix}-skyatlas:before { content: @fa-var-skyatlas; } -.@{fa-css-prefix}-cart-plus:before { content: @fa-var-cart-plus; } -.@{fa-css-prefix}-cart-arrow-down:before { content: @fa-var-cart-arrow-down; } -.@{fa-css-prefix}-diamond:before { content: @fa-var-diamond; } -.@{fa-css-prefix}-ship:before { content: @fa-var-ship; } -.@{fa-css-prefix}-user-secret:before { content: @fa-var-user-secret; } -.@{fa-css-prefix}-motorcycle:before { content: @fa-var-motorcycle; } -.@{fa-css-prefix}-street-view:before { content: @fa-var-street-view; } -.@{fa-css-prefix}-heartbeat:before { content: @fa-var-heartbeat; } -.@{fa-css-prefix}-venus:before { content: @fa-var-venus; } -.@{fa-css-prefix}-mars:before { content: @fa-var-mars; } -.@{fa-css-prefix}-mercury:before { content: @fa-var-mercury; } -.@{fa-css-prefix}-transgender:before { content: @fa-var-transgender; } -.@{fa-css-prefix}-transgender-alt:before { content: @fa-var-transgender-alt; } -.@{fa-css-prefix}-venus-double:before { content: @fa-var-venus-double; } -.@{fa-css-prefix}-mars-double:before { content: @fa-var-mars-double; } -.@{fa-css-prefix}-venus-mars:before { content: @fa-var-venus-mars; } -.@{fa-css-prefix}-mars-stroke:before { content: @fa-var-mars-stroke; } -.@{fa-css-prefix}-mars-stroke-v:before { content: @fa-var-mars-stroke-v; } -.@{fa-css-prefix}-mars-stroke-h:before { content: @fa-var-mars-stroke-h; } -.@{fa-css-prefix}-neuter:before { content: @fa-var-neuter; } -.@{fa-css-prefix}-facebook-official:before { content: @fa-var-facebook-official; } -.@{fa-css-prefix}-pinterest-p:before { content: @fa-var-pinterest-p; } -.@{fa-css-prefix}-whatsapp:before { content: @fa-var-whatsapp; } -.@{fa-css-prefix}-server:before { content: @fa-var-server; } -.@{fa-css-prefix}-user-plus:before { content: @fa-var-user-plus; } -.@{fa-css-prefix}-user-times:before { content: @fa-var-user-times; } -.@{fa-css-prefix}-hotel:before, -.@{fa-css-prefix}-bed:before { content: @fa-var-bed; } -.@{fa-css-prefix}-viacoin:before { content: @fa-var-viacoin; } -.@{fa-css-prefix}-train:before { content: @fa-var-train; } -.@{fa-css-prefix}-subway:before { content: @fa-var-subway; } -.@{fa-css-prefix}-medium:before { content: @fa-var-medium; } diff --git a/core/static/plugins/font-awesome/less/larger.less b/core/static/plugins/font-awesome/less/larger.less deleted file mode 100644 index c9d6467..0000000 --- a/core/static/plugins/font-awesome/less/larger.less +++ /dev/null @@ -1,13 +0,0 @@ -// Icon Sizes -// ------------------------- - -/* makes the font 33% larger relative to the icon container */ -.@{fa-css-prefix}-lg { - font-size: (4em / 3); - line-height: (3em / 4); - vertical-align: -15%; -} -.@{fa-css-prefix}-2x { font-size: 2em; } -.@{fa-css-prefix}-3x { font-size: 3em; } -.@{fa-css-prefix}-4x { font-size: 4em; } -.@{fa-css-prefix}-5x { font-size: 5em; } diff --git a/core/static/plugins/font-awesome/less/list.less b/core/static/plugins/font-awesome/less/list.less deleted file mode 100644 index 0b44038..0000000 --- a/core/static/plugins/font-awesome/less/list.less +++ /dev/null @@ -1,19 +0,0 @@ -// List Icons -// ------------------------- - -.@{fa-css-prefix}-ul { - padding-left: 0; - margin-left: @fa-li-width; - list-style-type: none; - > li { position: relative; } -} -.@{fa-css-prefix}-li { - position: absolute; - left: -@fa-li-width; - width: @fa-li-width; - top: (2em / 14); - text-align: center; - &.@{fa-css-prefix}-lg { - left: (-@fa-li-width + (4em / 14)); - } -} diff --git a/core/static/plugins/font-awesome/less/mixins.less b/core/static/plugins/font-awesome/less/mixins.less deleted file mode 100644 index c97f460..0000000 --- a/core/static/plugins/font-awesome/less/mixins.less +++ /dev/null @@ -1,27 +0,0 @@ -// Mixins -// -------------------------- - -.fa-icon() { - display: inline-block; - font: normal normal normal @fa-font-size-base/1 FontAwesome; // shortening font declaration - font-size: inherit; // can't have font-size inherit on line above, so need to override - text-rendering: auto; // optimizelegibility throws things off #1094 - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - transform: translate(0, 0); // ensures no half-pixel rendering in firefox - -} - -.fa-icon-rotate(@degrees, @rotation) { - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=@rotation); - -webkit-transform: rotate(@degrees); - -ms-transform: rotate(@degrees); - transform: rotate(@degrees); -} - -.fa-icon-flip(@horiz, @vert, @rotation) { - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=@rotation, mirror=1); - -webkit-transform: scale(@horiz, @vert); - -ms-transform: scale(@horiz, @vert); - transform: scale(@horiz, @vert); -} diff --git a/core/static/plugins/font-awesome/less/path.less b/core/static/plugins/font-awesome/less/path.less deleted file mode 100644 index 9211e66..0000000 --- a/core/static/plugins/font-awesome/less/path.less +++ /dev/null @@ -1,15 +0,0 @@ -/* FONT PATH - * -------------------------- */ - -@font-face { - font-family: 'FontAwesome'; - src: url('@{fa-font-path}/fontawesome-webfont.eot?v=@{fa-version}'); - src: url('@{fa-font-path}/fontawesome-webfont.eot?#iefix&v=@{fa-version}') format('embedded-opentype'), - url('@{fa-font-path}/fontawesome-webfont.woff2?v=@{fa-version}') format('woff2'), - url('@{fa-font-path}/fontawesome-webfont.woff?v=@{fa-version}') format('woff'), - url('@{fa-font-path}/fontawesome-webfont.ttf?v=@{fa-version}') format('truetype'), - url('@{fa-font-path}/fontawesome-webfont.svg?v=@{fa-version}#fontawesomeregular') format('svg'); -// src: url('@{fa-font-path}/FontAwesome.otf') format('opentype'); // used when developing fonts - font-weight: normal; - font-style: normal; -} diff --git a/core/static/plugins/font-awesome/less/rotated-flipped.less b/core/static/plugins/font-awesome/less/rotated-flipped.less deleted file mode 100644 index f6ba814..0000000 --- a/core/static/plugins/font-awesome/less/rotated-flipped.less +++ /dev/null @@ -1,20 +0,0 @@ -// Rotated & Flipped Icons -// ------------------------- - -.@{fa-css-prefix}-rotate-90 { .fa-icon-rotate(90deg, 1); } -.@{fa-css-prefix}-rotate-180 { .fa-icon-rotate(180deg, 2); } -.@{fa-css-prefix}-rotate-270 { .fa-icon-rotate(270deg, 3); } - -.@{fa-css-prefix}-flip-horizontal { .fa-icon-flip(-1, 1, 0); } -.@{fa-css-prefix}-flip-vertical { .fa-icon-flip(1, -1, 2); } - -// Hook for IE8-9 -// ------------------------- - -:root .@{fa-css-prefix}-rotate-90, -:root .@{fa-css-prefix}-rotate-180, -:root .@{fa-css-prefix}-rotate-270, -:root .@{fa-css-prefix}-flip-horizontal, -:root .@{fa-css-prefix}-flip-vertical { - filter: none; -} diff --git a/core/static/plugins/font-awesome/less/spinning.less b/core/static/plugins/font-awesome/less/spinning.less deleted file mode 100644 index 6e1564e..0000000 --- a/core/static/plugins/font-awesome/less/spinning.less +++ /dev/null @@ -1,29 +0,0 @@ -// Spinning Icons -// -------------------------- - -.@{fa-css-prefix}-spin { - -webkit-animation: fa-spin 2s infinite linear; - animation: fa-spin 2s infinite linear; -} - -@-webkit-keyframes fa-spin { - 0% { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); - } - 100% { - -webkit-transform: rotate(359deg); - transform: rotate(359deg); - } -} - -@keyframes fa-spin { - 0% { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); - } - 100% { - -webkit-transform: rotate(359deg); - transform: rotate(359deg); - } -} diff --git a/core/static/plugins/font-awesome/less/stacked.less b/core/static/plugins/font-awesome/less/stacked.less deleted file mode 100644 index fc53fb0..0000000 --- a/core/static/plugins/font-awesome/less/stacked.less +++ /dev/null @@ -1,20 +0,0 @@ -// Stacked Icons -// ------------------------- - -.@{fa-css-prefix}-stack { - position: relative; - display: inline-block; - width: 2em; - height: 2em; - line-height: 2em; - vertical-align: middle; -} -.@{fa-css-prefix}-stack-1x, .@{fa-css-prefix}-stack-2x { - position: absolute; - left: 0; - width: 100%; - text-align: center; -} -.@{fa-css-prefix}-stack-1x { line-height: inherit; } -.@{fa-css-prefix}-stack-2x { font-size: 2em; } -.@{fa-css-prefix}-inverse { color: @fa-inverse; } diff --git a/core/static/plugins/font-awesome/less/variables.less b/core/static/plugins/font-awesome/less/variables.less deleted file mode 100644 index d526064..0000000 --- a/core/static/plugins/font-awesome/less/variables.less +++ /dev/null @@ -1,606 +0,0 @@ -// Variables -// -------------------------- - -@fa-font-path: "../fonts"; -@fa-font-size-base: 14px; -//@fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts"; // for referencing Bootstrap CDN font files directly -@fa-css-prefix: fa; -@fa-version: "4.3.0"; -@fa-border-color: #eee; -@fa-inverse: #fff; -@fa-li-width: (30em / 14); - -@fa-var-adjust: "\f042"; -@fa-var-adn: "\f170"; -@fa-var-align-center: "\f037"; -@fa-var-align-justify: "\f039"; -@fa-var-align-left: "\f036"; -@fa-var-align-right: "\f038"; -@fa-var-ambulance: "\f0f9"; -@fa-var-anchor: "\f13d"; -@fa-var-android: "\f17b"; -@fa-var-angellist: "\f209"; -@fa-var-angle-double-down: "\f103"; -@fa-var-angle-double-left: "\f100"; -@fa-var-angle-double-right: "\f101"; -@fa-var-angle-double-up: "\f102"; -@fa-var-angle-down: "\f107"; -@fa-var-angle-left: "\f104"; -@fa-var-angle-right: "\f105"; -@fa-var-angle-up: "\f106"; -@fa-var-apple: "\f179"; -@fa-var-archive: "\f187"; -@fa-var-area-chart: "\f1fe"; -@fa-var-arrow-circle-down: "\f0ab"; -@fa-var-arrow-circle-left: "\f0a8"; -@fa-var-arrow-circle-o-down: "\f01a"; -@fa-var-arrow-circle-o-left: "\f190"; -@fa-var-arrow-circle-o-right: "\f18e"; -@fa-var-arrow-circle-o-up: "\f01b"; -@fa-var-arrow-circle-right: "\f0a9"; -@fa-var-arrow-circle-up: "\f0aa"; -@fa-var-arrow-down: "\f063"; -@fa-var-arrow-left: "\f060"; -@fa-var-arrow-right: "\f061"; -@fa-var-arrow-up: "\f062"; -@fa-var-arrows: "\f047"; -@fa-var-arrows-alt: "\f0b2"; -@fa-var-arrows-h: "\f07e"; -@fa-var-arrows-v: "\f07d"; -@fa-var-asterisk: "\f069"; -@fa-var-at: "\f1fa"; -@fa-var-automobile: "\f1b9"; -@fa-var-backward: "\f04a"; -@fa-var-ban: "\f05e"; -@fa-var-bank: "\f19c"; -@fa-var-bar-chart: "\f080"; -@fa-var-bar-chart-o: "\f080"; -@fa-var-barcode: "\f02a"; -@fa-var-bars: "\f0c9"; -@fa-var-bed: "\f236"; -@fa-var-beer: "\f0fc"; -@fa-var-behance: "\f1b4"; -@fa-var-behance-square: "\f1b5"; -@fa-var-bell: "\f0f3"; -@fa-var-bell-o: "\f0a2"; -@fa-var-bell-slash: "\f1f6"; -@fa-var-bell-slash-o: "\f1f7"; -@fa-var-bicycle: "\f206"; -@fa-var-binoculars: "\f1e5"; -@fa-var-birthday-cake: "\f1fd"; -@fa-var-bitbucket: "\f171"; -@fa-var-bitbucket-square: "\f172"; -@fa-var-bitcoin: "\f15a"; -@fa-var-bold: "\f032"; -@fa-var-bolt: "\f0e7"; -@fa-var-bomb: "\f1e2"; -@fa-var-book: "\f02d"; -@fa-var-bookmark: "\f02e"; -@fa-var-bookmark-o: "\f097"; -@fa-var-briefcase: "\f0b1"; -@fa-var-btc: "\f15a"; -@fa-var-bug: "\f188"; -@fa-var-building: "\f1ad"; -@fa-var-building-o: "\f0f7"; -@fa-var-bullhorn: "\f0a1"; -@fa-var-bullseye: "\f140"; -@fa-var-bus: "\f207"; -@fa-var-buysellads: "\f20d"; -@fa-var-cab: "\f1ba"; -@fa-var-calculator: "\f1ec"; -@fa-var-calendar: "\f073"; -@fa-var-calendar-o: "\f133"; -@fa-var-camera: "\f030"; -@fa-var-camera-retro: "\f083"; -@fa-var-car: "\f1b9"; -@fa-var-caret-down: "\f0d7"; -@fa-var-caret-left: "\f0d9"; -@fa-var-caret-right: "\f0da"; -@fa-var-caret-square-o-down: "\f150"; -@fa-var-caret-square-o-left: "\f191"; -@fa-var-caret-square-o-right: "\f152"; -@fa-var-caret-square-o-up: "\f151"; -@fa-var-caret-up: "\f0d8"; -@fa-var-cart-arrow-down: "\f218"; -@fa-var-cart-plus: "\f217"; -@fa-var-cc: "\f20a"; -@fa-var-cc-amex: "\f1f3"; -@fa-var-cc-discover: "\f1f2"; -@fa-var-cc-mastercard: "\f1f1"; -@fa-var-cc-paypal: "\f1f4"; -@fa-var-cc-stripe: "\f1f5"; -@fa-var-cc-visa: "\f1f0"; -@fa-var-certificate: "\f0a3"; -@fa-var-chain: "\f0c1"; -@fa-var-chain-broken: "\f127"; -@fa-var-check: "\f00c"; -@fa-var-check-circle: "\f058"; -@fa-var-check-circle-o: "\f05d"; -@fa-var-check-square: "\f14a"; -@fa-var-check-square-o: "\f046"; -@fa-var-chevron-circle-down: "\f13a"; -@fa-var-chevron-circle-left: "\f137"; -@fa-var-chevron-circle-right: "\f138"; -@fa-var-chevron-circle-up: "\f139"; -@fa-var-chevron-down: "\f078"; -@fa-var-chevron-left: "\f053"; -@fa-var-chevron-right: "\f054"; -@fa-var-chevron-up: "\f077"; -@fa-var-child: "\f1ae"; -@fa-var-circle: "\f111"; -@fa-var-circle-o: "\f10c"; -@fa-var-circle-o-notch: "\f1ce"; -@fa-var-circle-thin: "\f1db"; -@fa-var-clipboard: "\f0ea"; -@fa-var-clock-o: "\f017"; -@fa-var-close: "\f00d"; -@fa-var-cloud: "\f0c2"; -@fa-var-cloud-download: "\f0ed"; -@fa-var-cloud-upload: "\f0ee"; -@fa-var-cny: "\f157"; -@fa-var-code: "\f121"; -@fa-var-code-fork: "\f126"; -@fa-var-codepen: "\f1cb"; -@fa-var-coffee: "\f0f4"; -@fa-var-cog: "\f013"; -@fa-var-cogs: "\f085"; -@fa-var-columns: "\f0db"; -@fa-var-comment: "\f075"; -@fa-var-comment-o: "\f0e5"; -@fa-var-comments: "\f086"; -@fa-var-comments-o: "\f0e6"; -@fa-var-compass: "\f14e"; -@fa-var-compress: "\f066"; -@fa-var-connectdevelop: "\f20e"; -@fa-var-copy: "\f0c5"; -@fa-var-copyright: "\f1f9"; -@fa-var-credit-card: "\f09d"; -@fa-var-crop: "\f125"; -@fa-var-crosshairs: "\f05b"; -@fa-var-css3: "\f13c"; -@fa-var-cube: "\f1b2"; -@fa-var-cubes: "\f1b3"; -@fa-var-cut: "\f0c4"; -@fa-var-cutlery: "\f0f5"; -@fa-var-dashboard: "\f0e4"; -@fa-var-dashcube: "\f210"; -@fa-var-database: "\f1c0"; -@fa-var-dedent: "\f03b"; -@fa-var-delicious: "\f1a5"; -@fa-var-desktop: "\f108"; -@fa-var-deviantart: "\f1bd"; -@fa-var-diamond: "\f219"; -@fa-var-digg: "\f1a6"; -@fa-var-dollar: "\f155"; -@fa-var-dot-circle-o: "\f192"; -@fa-var-download: "\f019"; -@fa-var-dribbble: "\f17d"; -@fa-var-dropbox: "\f16b"; -@fa-var-drupal: "\f1a9"; -@fa-var-edit: "\f044"; -@fa-var-eject: "\f052"; -@fa-var-ellipsis-h: "\f141"; -@fa-var-ellipsis-v: "\f142"; -@fa-var-empire: "\f1d1"; -@fa-var-envelope: "\f0e0"; -@fa-var-envelope-o: "\f003"; -@fa-var-envelope-square: "\f199"; -@fa-var-eraser: "\f12d"; -@fa-var-eur: "\f153"; -@fa-var-euro: "\f153"; -@fa-var-exchange: "\f0ec"; -@fa-var-exclamation: "\f12a"; -@fa-var-exclamation-circle: "\f06a"; -@fa-var-exclamation-triangle: "\f071"; -@fa-var-expand: "\f065"; -@fa-var-external-link: "\f08e"; -@fa-var-external-link-square: "\f14c"; -@fa-var-eye: "\f06e"; -@fa-var-eye-slash: "\f070"; -@fa-var-eyedropper: "\f1fb"; -@fa-var-facebook: "\f09a"; -@fa-var-facebook-f: "\f09a"; -@fa-var-facebook-official: "\f230"; -@fa-var-facebook-square: "\f082"; -@fa-var-fast-backward: "\f049"; -@fa-var-fast-forward: "\f050"; -@fa-var-fax: "\f1ac"; -@fa-var-female: "\f182"; -@fa-var-fighter-jet: "\f0fb"; -@fa-var-file: "\f15b"; -@fa-var-file-archive-o: "\f1c6"; -@fa-var-file-audio-o: "\f1c7"; -@fa-var-file-code-o: "\f1c9"; -@fa-var-file-excel-o: "\f1c3"; -@fa-var-file-image-o: "\f1c5"; -@fa-var-file-movie-o: "\f1c8"; -@fa-var-file-o: "\f016"; -@fa-var-file-pdf-o: "\f1c1"; -@fa-var-file-photo-o: "\f1c5"; -@fa-var-file-picture-o: "\f1c5"; -@fa-var-file-powerpoint-o: "\f1c4"; -@fa-var-file-sound-o: "\f1c7"; -@fa-var-file-text: "\f15c"; -@fa-var-file-text-o: "\f0f6"; -@fa-var-file-video-o: "\f1c8"; -@fa-var-file-word-o: "\f1c2"; -@fa-var-file-zip-o: "\f1c6"; -@fa-var-files-o: "\f0c5"; -@fa-var-film: "\f008"; -@fa-var-filter: "\f0b0"; -@fa-var-fire: "\f06d"; -@fa-var-fire-extinguisher: "\f134"; -@fa-var-flag: "\f024"; -@fa-var-flag-checkered: "\f11e"; -@fa-var-flag-o: "\f11d"; -@fa-var-flash: "\f0e7"; -@fa-var-flask: "\f0c3"; -@fa-var-flickr: "\f16e"; -@fa-var-floppy-o: "\f0c7"; -@fa-var-folder: "\f07b"; -@fa-var-folder-o: "\f114"; -@fa-var-folder-open: "\f07c"; -@fa-var-folder-open-o: "\f115"; -@fa-var-font: "\f031"; -@fa-var-forumbee: "\f211"; -@fa-var-forward: "\f04e"; -@fa-var-foursquare: "\f180"; -@fa-var-frown-o: "\f119"; -@fa-var-futbol-o: "\f1e3"; -@fa-var-gamepad: "\f11b"; -@fa-var-gavel: "\f0e3"; -@fa-var-gbp: "\f154"; -@fa-var-ge: "\f1d1"; -@fa-var-gear: "\f013"; -@fa-var-gears: "\f085"; -@fa-var-genderless: "\f1db"; -@fa-var-gift: "\f06b"; -@fa-var-git: "\f1d3"; -@fa-var-git-square: "\f1d2"; -@fa-var-github: "\f09b"; -@fa-var-github-alt: "\f113"; -@fa-var-github-square: "\f092"; -@fa-var-gittip: "\f184"; -@fa-var-glass: "\f000"; -@fa-var-globe: "\f0ac"; -@fa-var-google: "\f1a0"; -@fa-var-google-plus: "\f0d5"; -@fa-var-google-plus-square: "\f0d4"; -@fa-var-google-wallet: "\f1ee"; -@fa-var-graduation-cap: "\f19d"; -@fa-var-gratipay: "\f184"; -@fa-var-group: "\f0c0"; -@fa-var-h-square: "\f0fd"; -@fa-var-hacker-news: "\f1d4"; -@fa-var-hand-o-down: "\f0a7"; -@fa-var-hand-o-left: "\f0a5"; -@fa-var-hand-o-right: "\f0a4"; -@fa-var-hand-o-up: "\f0a6"; -@fa-var-hdd-o: "\f0a0"; -@fa-var-header: "\f1dc"; -@fa-var-headphones: "\f025"; -@fa-var-heart: "\f004"; -@fa-var-heart-o: "\f08a"; -@fa-var-heartbeat: "\f21e"; -@fa-var-history: "\f1da"; -@fa-var-home: "\f015"; -@fa-var-hospital-o: "\f0f8"; -@fa-var-hotel: "\f236"; -@fa-var-html5: "\f13b"; -@fa-var-ils: "\f20b"; -@fa-var-image: "\f03e"; -@fa-var-inbox: "\f01c"; -@fa-var-indent: "\f03c"; -@fa-var-info: "\f129"; -@fa-var-info-circle: "\f05a"; -@fa-var-inr: "\f156"; -@fa-var-instagram: "\f16d"; -@fa-var-institution: "\f19c"; -@fa-var-ioxhost: "\f208"; -@fa-var-italic: "\f033"; -@fa-var-joomla: "\f1aa"; -@fa-var-jpy: "\f157"; -@fa-var-jsfiddle: "\f1cc"; -@fa-var-key: "\f084"; -@fa-var-keyboard-o: "\f11c"; -@fa-var-krw: "\f159"; -@fa-var-language: "\f1ab"; -@fa-var-laptop: "\f109"; -@fa-var-lastfm: "\f202"; -@fa-var-lastfm-square: "\f203"; -@fa-var-leaf: "\f06c"; -@fa-var-leanpub: "\f212"; -@fa-var-legal: "\f0e3"; -@fa-var-lemon-o: "\f094"; -@fa-var-level-down: "\f149"; -@fa-var-level-up: "\f148"; -@fa-var-life-bouy: "\f1cd"; -@fa-var-life-buoy: "\f1cd"; -@fa-var-life-ring: "\f1cd"; -@fa-var-life-saver: "\f1cd"; -@fa-var-lightbulb-o: "\f0eb"; -@fa-var-line-chart: "\f201"; -@fa-var-link: "\f0c1"; -@fa-var-linkedin: "\f0e1"; -@fa-var-linkedin-square: "\f08c"; -@fa-var-linux: "\f17c"; -@fa-var-list: "\f03a"; -@fa-var-list-alt: "\f022"; -@fa-var-list-ol: "\f0cb"; -@fa-var-list-ul: "\f0ca"; -@fa-var-location-arrow: "\f124"; -@fa-var-lock: "\f023"; -@fa-var-long-arrow-down: "\f175"; -@fa-var-long-arrow-left: "\f177"; -@fa-var-long-arrow-right: "\f178"; -@fa-var-long-arrow-up: "\f176"; -@fa-var-magic: "\f0d0"; -@fa-var-magnet: "\f076"; -@fa-var-mail-forward: "\f064"; -@fa-var-mail-reply: "\f112"; -@fa-var-mail-reply-all: "\f122"; -@fa-var-male: "\f183"; -@fa-var-map-marker: "\f041"; -@fa-var-mars: "\f222"; -@fa-var-mars-double: "\f227"; -@fa-var-mars-stroke: "\f229"; -@fa-var-mars-stroke-h: "\f22b"; -@fa-var-mars-stroke-v: "\f22a"; -@fa-var-maxcdn: "\f136"; -@fa-var-meanpath: "\f20c"; -@fa-var-medium: "\f23a"; -@fa-var-medkit: "\f0fa"; -@fa-var-meh-o: "\f11a"; -@fa-var-mercury: "\f223"; -@fa-var-microphone: "\f130"; -@fa-var-microphone-slash: "\f131"; -@fa-var-minus: "\f068"; -@fa-var-minus-circle: "\f056"; -@fa-var-minus-square: "\f146"; -@fa-var-minus-square-o: "\f147"; -@fa-var-mobile: "\f10b"; -@fa-var-mobile-phone: "\f10b"; -@fa-var-money: "\f0d6"; -@fa-var-moon-o: "\f186"; -@fa-var-mortar-board: "\f19d"; -@fa-var-motorcycle: "\f21c"; -@fa-var-music: "\f001"; -@fa-var-navicon: "\f0c9"; -@fa-var-neuter: "\f22c"; -@fa-var-newspaper-o: "\f1ea"; -@fa-var-openid: "\f19b"; -@fa-var-outdent: "\f03b"; -@fa-var-pagelines: "\f18c"; -@fa-var-paint-brush: "\f1fc"; -@fa-var-paper-plane: "\f1d8"; -@fa-var-paper-plane-o: "\f1d9"; -@fa-var-paperclip: "\f0c6"; -@fa-var-paragraph: "\f1dd"; -@fa-var-paste: "\f0ea"; -@fa-var-pause: "\f04c"; -@fa-var-paw: "\f1b0"; -@fa-var-paypal: "\f1ed"; -@fa-var-pencil: "\f040"; -@fa-var-pencil-square: "\f14b"; -@fa-var-pencil-square-o: "\f044"; -@fa-var-phone: "\f095"; -@fa-var-phone-square: "\f098"; -@fa-var-photo: "\f03e"; -@fa-var-picture-o: "\f03e"; -@fa-var-pie-chart: "\f200"; -@fa-var-pied-piper: "\f1a7"; -@fa-var-pied-piper-alt: "\f1a8"; -@fa-var-pinterest: "\f0d2"; -@fa-var-pinterest-p: "\f231"; -@fa-var-pinterest-square: "\f0d3"; -@fa-var-plane: "\f072"; -@fa-var-play: "\f04b"; -@fa-var-play-circle: "\f144"; -@fa-var-play-circle-o: "\f01d"; -@fa-var-plug: "\f1e6"; -@fa-var-plus: "\f067"; -@fa-var-plus-circle: "\f055"; -@fa-var-plus-square: "\f0fe"; -@fa-var-plus-square-o: "\f196"; -@fa-var-power-off: "\f011"; -@fa-var-print: "\f02f"; -@fa-var-puzzle-piece: "\f12e"; -@fa-var-qq: "\f1d6"; -@fa-var-qrcode: "\f029"; -@fa-var-question: "\f128"; -@fa-var-question-circle: "\f059"; -@fa-var-quote-left: "\f10d"; -@fa-var-quote-right: "\f10e"; -@fa-var-ra: "\f1d0"; -@fa-var-random: "\f074"; -@fa-var-rebel: "\f1d0"; -@fa-var-recycle: "\f1b8"; -@fa-var-reddit: "\f1a1"; -@fa-var-reddit-square: "\f1a2"; -@fa-var-refresh: "\f021"; -@fa-var-remove: "\f00d"; -@fa-var-renren: "\f18b"; -@fa-var-reorder: "\f0c9"; -@fa-var-repeat: "\f01e"; -@fa-var-reply: "\f112"; -@fa-var-reply-all: "\f122"; -@fa-var-retweet: "\f079"; -@fa-var-rmb: "\f157"; -@fa-var-road: "\f018"; -@fa-var-rocket: "\f135"; -@fa-var-rotate-left: "\f0e2"; -@fa-var-rotate-right: "\f01e"; -@fa-var-rouble: "\f158"; -@fa-var-rss: "\f09e"; -@fa-var-rss-square: "\f143"; -@fa-var-rub: "\f158"; -@fa-var-ruble: "\f158"; -@fa-var-rupee: "\f156"; -@fa-var-save: "\f0c7"; -@fa-var-scissors: "\f0c4"; -@fa-var-search: "\f002"; -@fa-var-search-minus: "\f010"; -@fa-var-search-plus: "\f00e"; -@fa-var-sellsy: "\f213"; -@fa-var-send: "\f1d8"; -@fa-var-send-o: "\f1d9"; -@fa-var-server: "\f233"; -@fa-var-share: "\f064"; -@fa-var-share-alt: "\f1e0"; -@fa-var-share-alt-square: "\f1e1"; -@fa-var-share-square: "\f14d"; -@fa-var-share-square-o: "\f045"; -@fa-var-shekel: "\f20b"; -@fa-var-sheqel: "\f20b"; -@fa-var-shield: "\f132"; -@fa-var-ship: "\f21a"; -@fa-var-shirtsinbulk: "\f214"; -@fa-var-shopping-cart: "\f07a"; -@fa-var-sign-in: "\f090"; -@fa-var-sign-out: "\f08b"; -@fa-var-signal: "\f012"; -@fa-var-simplybuilt: "\f215"; -@fa-var-sitemap: "\f0e8"; -@fa-var-skyatlas: "\f216"; -@fa-var-skype: "\f17e"; -@fa-var-slack: "\f198"; -@fa-var-sliders: "\f1de"; -@fa-var-slideshare: "\f1e7"; -@fa-var-smile-o: "\f118"; -@fa-var-soccer-ball-o: "\f1e3"; -@fa-var-sort: "\f0dc"; -@fa-var-sort-alpha-asc: "\f15d"; -@fa-var-sort-alpha-desc: "\f15e"; -@fa-var-sort-amount-asc: "\f160"; -@fa-var-sort-amount-desc: "\f161"; -@fa-var-sort-asc: "\f0de"; -@fa-var-sort-desc: "\f0dd"; -@fa-var-sort-down: "\f0dd"; -@fa-var-sort-numeric-asc: "\f162"; -@fa-var-sort-numeric-desc: "\f163"; -@fa-var-sort-up: "\f0de"; -@fa-var-soundcloud: "\f1be"; -@fa-var-space-shuttle: "\f197"; -@fa-var-spinner: "\f110"; -@fa-var-spoon: "\f1b1"; -@fa-var-spotify: "\f1bc"; -@fa-var-square: "\f0c8"; -@fa-var-square-o: "\f096"; -@fa-var-stack-exchange: "\f18d"; -@fa-var-stack-overflow: "\f16c"; -@fa-var-star: "\f005"; -@fa-var-star-half: "\f089"; -@fa-var-star-half-empty: "\f123"; -@fa-var-star-half-full: "\f123"; -@fa-var-star-half-o: "\f123"; -@fa-var-star-o: "\f006"; -@fa-var-steam: "\f1b6"; -@fa-var-steam-square: "\f1b7"; -@fa-var-step-backward: "\f048"; -@fa-var-step-forward: "\f051"; -@fa-var-stethoscope: "\f0f1"; -@fa-var-stop: "\f04d"; -@fa-var-street-view: "\f21d"; -@fa-var-strikethrough: "\f0cc"; -@fa-var-stumbleupon: "\f1a4"; -@fa-var-stumbleupon-circle: "\f1a3"; -@fa-var-subscript: "\f12c"; -@fa-var-subway: "\f239"; -@fa-var-suitcase: "\f0f2"; -@fa-var-sun-o: "\f185"; -@fa-var-superscript: "\f12b"; -@fa-var-support: "\f1cd"; -@fa-var-table: "\f0ce"; -@fa-var-tablet: "\f10a"; -@fa-var-tachometer: "\f0e4"; -@fa-var-tag: "\f02b"; -@fa-var-tags: "\f02c"; -@fa-var-tasks: "\f0ae"; -@fa-var-taxi: "\f1ba"; -@fa-var-tencent-weibo: "\f1d5"; -@fa-var-terminal: "\f120"; -@fa-var-text-height: "\f034"; -@fa-var-text-width: "\f035"; -@fa-var-th: "\f00a"; -@fa-var-th-large: "\f009"; -@fa-var-th-list: "\f00b"; -@fa-var-thumb-tack: "\f08d"; -@fa-var-thumbs-down: "\f165"; -@fa-var-thumbs-o-down: "\f088"; -@fa-var-thumbs-o-up: "\f087"; -@fa-var-thumbs-up: "\f164"; -@fa-var-ticket: "\f145"; -@fa-var-times: "\f00d"; -@fa-var-times-circle: "\f057"; -@fa-var-times-circle-o: "\f05c"; -@fa-var-tint: "\f043"; -@fa-var-toggle-down: "\f150"; -@fa-var-toggle-left: "\f191"; -@fa-var-toggle-off: "\f204"; -@fa-var-toggle-on: "\f205"; -@fa-var-toggle-right: "\f152"; -@fa-var-toggle-up: "\f151"; -@fa-var-train: "\f238"; -@fa-var-transgender: "\f224"; -@fa-var-transgender-alt: "\f225"; -@fa-var-trash: "\f1f8"; -@fa-var-trash-o: "\f014"; -@fa-var-tree: "\f1bb"; -@fa-var-trello: "\f181"; -@fa-var-trophy: "\f091"; -@fa-var-truck: "\f0d1"; -@fa-var-try: "\f195"; -@fa-var-tty: "\f1e4"; -@fa-var-tumblr: "\f173"; -@fa-var-tumblr-square: "\f174"; -@fa-var-turkish-lira: "\f195"; -@fa-var-twitch: "\f1e8"; -@fa-var-twitter: "\f099"; -@fa-var-twitter-square: "\f081"; -@fa-var-umbrella: "\f0e9"; -@fa-var-underline: "\f0cd"; -@fa-var-undo: "\f0e2"; -@fa-var-university: "\f19c"; -@fa-var-unlink: "\f127"; -@fa-var-unlock: "\f09c"; -@fa-var-unlock-alt: "\f13e"; -@fa-var-unsorted: "\f0dc"; -@fa-var-upload: "\f093"; -@fa-var-usd: "\f155"; -@fa-var-user: "\f007"; -@fa-var-user-md: "\f0f0"; -@fa-var-user-plus: "\f234"; -@fa-var-user-secret: "\f21b"; -@fa-var-user-times: "\f235"; -@fa-var-users: "\f0c0"; -@fa-var-venus: "\f221"; -@fa-var-venus-double: "\f226"; -@fa-var-venus-mars: "\f228"; -@fa-var-viacoin: "\f237"; -@fa-var-video-camera: "\f03d"; -@fa-var-vimeo-square: "\f194"; -@fa-var-vine: "\f1ca"; -@fa-var-vk: "\f189"; -@fa-var-volume-down: "\f027"; -@fa-var-volume-off: "\f026"; -@fa-var-volume-up: "\f028"; -@fa-var-warning: "\f071"; -@fa-var-wechat: "\f1d7"; -@fa-var-weibo: "\f18a"; -@fa-var-weixin: "\f1d7"; -@fa-var-whatsapp: "\f232"; -@fa-var-wheelchair: "\f193"; -@fa-var-wifi: "\f1eb"; -@fa-var-windows: "\f17a"; -@fa-var-won: "\f159"; -@fa-var-wordpress: "\f19a"; -@fa-var-wrench: "\f0ad"; -@fa-var-xing: "\f168"; -@fa-var-xing-square: "\f169"; -@fa-var-yahoo: "\f19e"; -@fa-var-yelp: "\f1e9"; -@fa-var-yen: "\f157"; -@fa-var-youtube: "\f167"; -@fa-var-youtube-play: "\f16a"; -@fa-var-youtube-square: "\f166"; - diff --git a/core/static/plugins/font-awesome/scss/_animated.scss b/core/static/plugins/font-awesome/scss/_animated.scss deleted file mode 100755 index 8a020db..0000000 --- a/core/static/plugins/font-awesome/scss/_animated.scss +++ /dev/null @@ -1,34 +0,0 @@ -// Spinning Icons -// -------------------------- - -.#{$fa-css-prefix}-spin { - -webkit-animation: fa-spin 2s infinite linear; - animation: fa-spin 2s infinite linear; -} - -.#{$fa-css-prefix}-pulse { - -webkit-animation: fa-spin 1s infinite steps(8); - animation: fa-spin 1s infinite steps(8); -} - -@-webkit-keyframes fa-spin { - 0% { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); - } - 100% { - -webkit-transform: rotate(359deg); - transform: rotate(359deg); - } -} - -@keyframes fa-spin { - 0% { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); - } - 100% { - -webkit-transform: rotate(359deg); - transform: rotate(359deg); - } -} diff --git a/core/static/plugins/font-awesome/scss/_bordered-pulled.scss b/core/static/plugins/font-awesome/scss/_bordered-pulled.scss deleted file mode 100644 index 9d3fdf3..0000000 --- a/core/static/plugins/font-awesome/scss/_bordered-pulled.scss +++ /dev/null @@ -1,16 +0,0 @@ -// Bordered & Pulled -// ------------------------- - -.#{$fa-css-prefix}-border { - padding: .2em .25em .15em; - border: solid .08em $fa-border-color; - border-radius: .1em; -} - -.pull-right { float: right; } -.pull-left { float: left; } - -.#{$fa-css-prefix} { - &.pull-left { margin-right: .3em; } - &.pull-right { margin-left: .3em; } -} diff --git a/core/static/plugins/font-awesome/scss/_core.scss b/core/static/plugins/font-awesome/scss/_core.scss deleted file mode 100644 index 5a2db9d..0000000 --- a/core/static/plugins/font-awesome/scss/_core.scss +++ /dev/null @@ -1,13 +0,0 @@ -// Base Class Definition -// ------------------------- - -.#{$fa-css-prefix} { - display: inline-block; - font: normal normal normal #{$fa-font-size-base}/1 FontAwesome; // shortening font declaration - font-size: inherit; // can't have font-size inherit on line above, so need to override - text-rendering: auto; // optimizelegibility throws things off #1094 - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - transform: translate(0, 0); // ensures no half-pixel rendering in firefox - -} diff --git a/core/static/plugins/font-awesome/scss/_fixed-width.scss b/core/static/plugins/font-awesome/scss/_fixed-width.scss deleted file mode 100644 index b221c98..0000000 --- a/core/static/plugins/font-awesome/scss/_fixed-width.scss +++ /dev/null @@ -1,6 +0,0 @@ -// Fixed Width Icons -// ------------------------- -.#{$fa-css-prefix}-fw { - width: (18em / 14); - text-align: center; -} diff --git a/core/static/plugins/font-awesome/scss/_icons.scss b/core/static/plugins/font-awesome/scss/_icons.scss deleted file mode 100644 index fbcfe81..0000000 --- a/core/static/plugins/font-awesome/scss/_icons.scss +++ /dev/null @@ -1,596 +0,0 @@ -/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen - readers do not read off random characters that represent icons */ - -.#{$fa-css-prefix}-glass:before { content: $fa-var-glass; } -.#{$fa-css-prefix}-music:before { content: $fa-var-music; } -.#{$fa-css-prefix}-search:before { content: $fa-var-search; } -.#{$fa-css-prefix}-envelope-o:before { content: $fa-var-envelope-o; } -.#{$fa-css-prefix}-heart:before { content: $fa-var-heart; } -.#{$fa-css-prefix}-star:before { content: $fa-var-star; } -.#{$fa-css-prefix}-star-o:before { content: $fa-var-star-o; } -.#{$fa-css-prefix}-user:before { content: $fa-var-user; } -.#{$fa-css-prefix}-film:before { content: $fa-var-film; } -.#{$fa-css-prefix}-th-large:before { content: $fa-var-th-large; } -.#{$fa-css-prefix}-th:before { content: $fa-var-th; } -.#{$fa-css-prefix}-th-list:before { content: $fa-var-th-list; } -.#{$fa-css-prefix}-check:before { content: $fa-var-check; } -.#{$fa-css-prefix}-remove:before, -.#{$fa-css-prefix}-close:before, -.#{$fa-css-prefix}-times:before { content: $fa-var-times; } -.#{$fa-css-prefix}-search-plus:before { content: $fa-var-search-plus; } -.#{$fa-css-prefix}-search-minus:before { content: $fa-var-search-minus; } -.#{$fa-css-prefix}-power-off:before { content: $fa-var-power-off; } -.#{$fa-css-prefix}-signal:before { content: $fa-var-signal; } -.#{$fa-css-prefix}-gear:before, -.#{$fa-css-prefix}-cog:before { content: $fa-var-cog; } -.#{$fa-css-prefix}-trash-o:before { content: $fa-var-trash-o; } -.#{$fa-css-prefix}-home:before { content: $fa-var-home; } -.#{$fa-css-prefix}-file-o:before { content: $fa-var-file-o; } -.#{$fa-css-prefix}-clock-o:before { content: $fa-var-clock-o; } -.#{$fa-css-prefix}-road:before { content: $fa-var-road; } -.#{$fa-css-prefix}-download:before { content: $fa-var-download; } -.#{$fa-css-prefix}-arrow-circle-o-down:before { content: $fa-var-arrow-circle-o-down; } -.#{$fa-css-prefix}-arrow-circle-o-up:before { content: $fa-var-arrow-circle-o-up; } -.#{$fa-css-prefix}-inbox:before { content: $fa-var-inbox; } -.#{$fa-css-prefix}-play-circle-o:before { content: $fa-var-play-circle-o; } -.#{$fa-css-prefix}-rotate-right:before, -.#{$fa-css-prefix}-repeat:before { content: $fa-var-repeat; } -.#{$fa-css-prefix}-refresh:before { content: $fa-var-refresh; } -.#{$fa-css-prefix}-list-alt:before { content: $fa-var-list-alt; } -.#{$fa-css-prefix}-lock:before { content: $fa-var-lock; } -.#{$fa-css-prefix}-flag:before { content: $fa-var-flag; } -.#{$fa-css-prefix}-headphones:before { content: $fa-var-headphones; } -.#{$fa-css-prefix}-volume-off:before { content: $fa-var-volume-off; } -.#{$fa-css-prefix}-volume-down:before { content: $fa-var-volume-down; } -.#{$fa-css-prefix}-volume-up:before { content: $fa-var-volume-up; } -.#{$fa-css-prefix}-qrcode:before { content: $fa-var-qrcode; } -.#{$fa-css-prefix}-barcode:before { content: $fa-var-barcode; } -.#{$fa-css-prefix}-tag:before { content: $fa-var-tag; } -.#{$fa-css-prefix}-tags:before { content: $fa-var-tags; } -.#{$fa-css-prefix}-book:before { content: $fa-var-book; } -.#{$fa-css-prefix}-bookmark:before { content: $fa-var-bookmark; } -.#{$fa-css-prefix}-print:before { content: $fa-var-print; } -.#{$fa-css-prefix}-camera:before { content: $fa-var-camera; } -.#{$fa-css-prefix}-font:before { content: $fa-var-font; } -.#{$fa-css-prefix}-bold:before { content: $fa-var-bold; } -.#{$fa-css-prefix}-italic:before { content: $fa-var-italic; } -.#{$fa-css-prefix}-text-height:before { content: $fa-var-text-height; } -.#{$fa-css-prefix}-text-width:before { content: $fa-var-text-width; } -.#{$fa-css-prefix}-align-left:before { content: $fa-var-align-left; } -.#{$fa-css-prefix}-align-center:before { content: $fa-var-align-center; } -.#{$fa-css-prefix}-align-right:before { content: $fa-var-align-right; } -.#{$fa-css-prefix}-align-justify:before { content: $fa-var-align-justify; } -.#{$fa-css-prefix}-list:before { content: $fa-var-list; } -.#{$fa-css-prefix}-dedent:before, -.#{$fa-css-prefix}-outdent:before { content: $fa-var-outdent; } -.#{$fa-css-prefix}-indent:before { content: $fa-var-indent; } -.#{$fa-css-prefix}-video-camera:before { content: $fa-var-video-camera; } -.#{$fa-css-prefix}-photo:before, -.#{$fa-css-prefix}-image:before, -.#{$fa-css-prefix}-picture-o:before { content: $fa-var-picture-o; } -.#{$fa-css-prefix}-pencil:before { content: $fa-var-pencil; } -.#{$fa-css-prefix}-map-marker:before { content: $fa-var-map-marker; } -.#{$fa-css-prefix}-adjust:before { content: $fa-var-adjust; } -.#{$fa-css-prefix}-tint:before { content: $fa-var-tint; } -.#{$fa-css-prefix}-edit:before, -.#{$fa-css-prefix}-pencil-square-o:before { content: $fa-var-pencil-square-o; } -.#{$fa-css-prefix}-share-square-o:before { content: $fa-var-share-square-o; } -.#{$fa-css-prefix}-check-square-o:before { content: $fa-var-check-square-o; } -.#{$fa-css-prefix}-arrows:before { content: $fa-var-arrows; } -.#{$fa-css-prefix}-step-backward:before { content: $fa-var-step-backward; } -.#{$fa-css-prefix}-fast-backward:before { content: $fa-var-fast-backward; } -.#{$fa-css-prefix}-backward:before { content: $fa-var-backward; } -.#{$fa-css-prefix}-play:before { content: $fa-var-play; } -.#{$fa-css-prefix}-pause:before { content: $fa-var-pause; } -.#{$fa-css-prefix}-stop:before { content: $fa-var-stop; } -.#{$fa-css-prefix}-forward:before { content: $fa-var-forward; } -.#{$fa-css-prefix}-fast-forward:before { content: $fa-var-fast-forward; } -.#{$fa-css-prefix}-step-forward:before { content: $fa-var-step-forward; } -.#{$fa-css-prefix}-eject:before { content: $fa-var-eject; } -.#{$fa-css-prefix}-chevron-left:before { content: $fa-var-chevron-left; } -.#{$fa-css-prefix}-chevron-right:before { content: $fa-var-chevron-right; } -.#{$fa-css-prefix}-plus-circle:before { content: $fa-var-plus-circle; } -.#{$fa-css-prefix}-minus-circle:before { content: $fa-var-minus-circle; } -.#{$fa-css-prefix}-times-circle:before { content: $fa-var-times-circle; } -.#{$fa-css-prefix}-check-circle:before { content: $fa-var-check-circle; } -.#{$fa-css-prefix}-question-circle:before { content: $fa-var-question-circle; } -.#{$fa-css-prefix}-info-circle:before { content: $fa-var-info-circle; } -.#{$fa-css-prefix}-crosshairs:before { content: $fa-var-crosshairs; } -.#{$fa-css-prefix}-times-circle-o:before { content: $fa-var-times-circle-o; } -.#{$fa-css-prefix}-check-circle-o:before { content: $fa-var-check-circle-o; } -.#{$fa-css-prefix}-ban:before { content: $fa-var-ban; } -.#{$fa-css-prefix}-arrow-left:before { content: $fa-var-arrow-left; } -.#{$fa-css-prefix}-arrow-right:before { content: $fa-var-arrow-right; } -.#{$fa-css-prefix}-arrow-up:before { content: $fa-var-arrow-up; } -.#{$fa-css-prefix}-arrow-down:before { content: $fa-var-arrow-down; } -.#{$fa-css-prefix}-mail-forward:before, -.#{$fa-css-prefix}-share:before { content: $fa-var-share; } -.#{$fa-css-prefix}-expand:before { content: $fa-var-expand; } -.#{$fa-css-prefix}-compress:before { content: $fa-var-compress; } -.#{$fa-css-prefix}-plus:before { content: $fa-var-plus; } -.#{$fa-css-prefix}-minus:before { content: $fa-var-minus; } -.#{$fa-css-prefix}-asterisk:before { content: $fa-var-asterisk; } -.#{$fa-css-prefix}-exclamation-circle:before { content: $fa-var-exclamation-circle; } -.#{$fa-css-prefix}-gift:before { content: $fa-var-gift; } -.#{$fa-css-prefix}-leaf:before { content: $fa-var-leaf; } -.#{$fa-css-prefix}-fire:before { content: $fa-var-fire; } -.#{$fa-css-prefix}-eye:before { content: $fa-var-eye; } -.#{$fa-css-prefix}-eye-slash:before { content: $fa-var-eye-slash; } -.#{$fa-css-prefix}-warning:before, -.#{$fa-css-prefix}-exclamation-triangle:before { content: $fa-var-exclamation-triangle; } -.#{$fa-css-prefix}-plane:before { content: $fa-var-plane; } -.#{$fa-css-prefix}-calendar:before { content: $fa-var-calendar; } -.#{$fa-css-prefix}-random:before { content: $fa-var-random; } -.#{$fa-css-prefix}-comment:before { content: $fa-var-comment; } -.#{$fa-css-prefix}-magnet:before { content: $fa-var-magnet; } -.#{$fa-css-prefix}-chevron-up:before { content: $fa-var-chevron-up; } -.#{$fa-css-prefix}-chevron-down:before { content: $fa-var-chevron-down; } -.#{$fa-css-prefix}-retweet:before { content: $fa-var-retweet; } -.#{$fa-css-prefix}-shopping-cart:before { content: $fa-var-shopping-cart; } -.#{$fa-css-prefix}-folder:before { content: $fa-var-folder; } -.#{$fa-css-prefix}-folder-open:before { content: $fa-var-folder-open; } -.#{$fa-css-prefix}-arrows-v:before { content: $fa-var-arrows-v; } -.#{$fa-css-prefix}-arrows-h:before { content: $fa-var-arrows-h; } -.#{$fa-css-prefix}-bar-chart-o:before, -.#{$fa-css-prefix}-bar-chart:before { content: $fa-var-bar-chart; } -.#{$fa-css-prefix}-twitter-square:before { content: $fa-var-twitter-square; } -.#{$fa-css-prefix}-facebook-square:before { content: $fa-var-facebook-square; } -.#{$fa-css-prefix}-camera-retro:before { content: $fa-var-camera-retro; } -.#{$fa-css-prefix}-key:before { content: $fa-var-key; } -.#{$fa-css-prefix}-gears:before, -.#{$fa-css-prefix}-cogs:before { content: $fa-var-cogs; } -.#{$fa-css-prefix}-comments:before { content: $fa-var-comments; } -.#{$fa-css-prefix}-thumbs-o-up:before { content: $fa-var-thumbs-o-up; } -.#{$fa-css-prefix}-thumbs-o-down:before { content: $fa-var-thumbs-o-down; } -.#{$fa-css-prefix}-star-half:before { content: $fa-var-star-half; } -.#{$fa-css-prefix}-heart-o:before { content: $fa-var-heart-o; } -.#{$fa-css-prefix}-sign-out:before { content: $fa-var-sign-out; } -.#{$fa-css-prefix}-linkedin-square:before { content: $fa-var-linkedin-square; } -.#{$fa-css-prefix}-thumb-tack:before { content: $fa-var-thumb-tack; } -.#{$fa-css-prefix}-external-link:before { content: $fa-var-external-link; } -.#{$fa-css-prefix}-sign-in:before { content: $fa-var-sign-in; } -.#{$fa-css-prefix}-trophy:before { content: $fa-var-trophy; } -.#{$fa-css-prefix}-github-square:before { content: $fa-var-github-square; } -.#{$fa-css-prefix}-upload:before { content: $fa-var-upload; } -.#{$fa-css-prefix}-lemon-o:before { content: $fa-var-lemon-o; } -.#{$fa-css-prefix}-phone:before { content: $fa-var-phone; } -.#{$fa-css-prefix}-square-o:before { content: $fa-var-square-o; } -.#{$fa-css-prefix}-bookmark-o:before { content: $fa-var-bookmark-o; } -.#{$fa-css-prefix}-phone-square:before { content: $fa-var-phone-square; } -.#{$fa-css-prefix}-twitter:before { content: $fa-var-twitter; } -.#{$fa-css-prefix}-facebook-f:before, -.#{$fa-css-prefix}-facebook:before { content: $fa-var-facebook; } -.#{$fa-css-prefix}-github:before { content: $fa-var-github; } -.#{$fa-css-prefix}-unlock:before { content: $fa-var-unlock; } -.#{$fa-css-prefix}-credit-card:before { content: $fa-var-credit-card; } -.#{$fa-css-prefix}-rss:before { content: $fa-var-rss; } -.#{$fa-css-prefix}-hdd-o:before { content: $fa-var-hdd-o; } -.#{$fa-css-prefix}-bullhorn:before { content: $fa-var-bullhorn; } -.#{$fa-css-prefix}-bell:before { content: $fa-var-bell; } -.#{$fa-css-prefix}-certificate:before { content: $fa-var-certificate; } -.#{$fa-css-prefix}-hand-o-right:before { content: $fa-var-hand-o-right; } -.#{$fa-css-prefix}-hand-o-left:before { content: $fa-var-hand-o-left; } -.#{$fa-css-prefix}-hand-o-up:before { content: $fa-var-hand-o-up; } -.#{$fa-css-prefix}-hand-o-down:before { content: $fa-var-hand-o-down; } -.#{$fa-css-prefix}-arrow-circle-left:before { content: $fa-var-arrow-circle-left; } -.#{$fa-css-prefix}-arrow-circle-right:before { content: $fa-var-arrow-circle-right; } -.#{$fa-css-prefix}-arrow-circle-up:before { content: $fa-var-arrow-circle-up; } -.#{$fa-css-prefix}-arrow-circle-down:before { content: $fa-var-arrow-circle-down; } -.#{$fa-css-prefix}-globe:before { content: $fa-var-globe; } -.#{$fa-css-prefix}-wrench:before { content: $fa-var-wrench; } -.#{$fa-css-prefix}-tasks:before { content: $fa-var-tasks; } -.#{$fa-css-prefix}-filter:before { content: $fa-var-filter; } -.#{$fa-css-prefix}-briefcase:before { content: $fa-var-briefcase; } -.#{$fa-css-prefix}-arrows-alt:before { content: $fa-var-arrows-alt; } -.#{$fa-css-prefix}-group:before, -.#{$fa-css-prefix}-users:before { content: $fa-var-users; } -.#{$fa-css-prefix}-chain:before, -.#{$fa-css-prefix}-link:before { content: $fa-var-link; } -.#{$fa-css-prefix}-cloud:before { content: $fa-var-cloud; } -.#{$fa-css-prefix}-flask:before { content: $fa-var-flask; } -.#{$fa-css-prefix}-cut:before, -.#{$fa-css-prefix}-scissors:before { content: $fa-var-scissors; } -.#{$fa-css-prefix}-copy:before, -.#{$fa-css-prefix}-files-o:before { content: $fa-var-files-o; } -.#{$fa-css-prefix}-paperclip:before { content: $fa-var-paperclip; } -.#{$fa-css-prefix}-save:before, -.#{$fa-css-prefix}-floppy-o:before { content: $fa-var-floppy-o; } -.#{$fa-css-prefix}-square:before { content: $fa-var-square; } -.#{$fa-css-prefix}-navicon:before, -.#{$fa-css-prefix}-reorder:before, -.#{$fa-css-prefix}-bars:before { content: $fa-var-bars; } -.#{$fa-css-prefix}-list-ul:before { content: $fa-var-list-ul; } -.#{$fa-css-prefix}-list-ol:before { content: $fa-var-list-ol; } -.#{$fa-css-prefix}-strikethrough:before { content: $fa-var-strikethrough; } -.#{$fa-css-prefix}-underline:before { content: $fa-var-underline; } -.#{$fa-css-prefix}-table:before { content: $fa-var-table; } -.#{$fa-css-prefix}-magic:before { content: $fa-var-magic; } -.#{$fa-css-prefix}-truck:before { content: $fa-var-truck; } -.#{$fa-css-prefix}-pinterest:before { content: $fa-var-pinterest; } -.#{$fa-css-prefix}-pinterest-square:before { content: $fa-var-pinterest-square; } -.#{$fa-css-prefix}-google-plus-square:before { content: $fa-var-google-plus-square; } -.#{$fa-css-prefix}-google-plus:before { content: $fa-var-google-plus; } -.#{$fa-css-prefix}-money:before { content: $fa-var-money; } -.#{$fa-css-prefix}-caret-down:before { content: $fa-var-caret-down; } -.#{$fa-css-prefix}-caret-up:before { content: $fa-var-caret-up; } -.#{$fa-css-prefix}-caret-left:before { content: $fa-var-caret-left; } -.#{$fa-css-prefix}-caret-right:before { content: $fa-var-caret-right; } -.#{$fa-css-prefix}-columns:before { content: $fa-var-columns; } -.#{$fa-css-prefix}-unsorted:before, -.#{$fa-css-prefix}-sort:before { content: $fa-var-sort; } -.#{$fa-css-prefix}-sort-down:before, -.#{$fa-css-prefix}-sort-desc:before { content: $fa-var-sort-desc; } -.#{$fa-css-prefix}-sort-up:before, -.#{$fa-css-prefix}-sort-asc:before { content: $fa-var-sort-asc; } -.#{$fa-css-prefix}-envelope:before { content: $fa-var-envelope; } -.#{$fa-css-prefix}-linkedin:before { content: $fa-var-linkedin; } -.#{$fa-css-prefix}-rotate-left:before, -.#{$fa-css-prefix}-undo:before { content: $fa-var-undo; } -.#{$fa-css-prefix}-legal:before, -.#{$fa-css-prefix}-gavel:before { content: $fa-var-gavel; } -.#{$fa-css-prefix}-dashboard:before, -.#{$fa-css-prefix}-tachometer:before { content: $fa-var-tachometer; } -.#{$fa-css-prefix}-comment-o:before { content: $fa-var-comment-o; } -.#{$fa-css-prefix}-comments-o:before { content: $fa-var-comments-o; } -.#{$fa-css-prefix}-flash:before, -.#{$fa-css-prefix}-bolt:before { content: $fa-var-bolt; } -.#{$fa-css-prefix}-sitemap:before { content: $fa-var-sitemap; } -.#{$fa-css-prefix}-umbrella:before { content: $fa-var-umbrella; } -.#{$fa-css-prefix}-paste:before, -.#{$fa-css-prefix}-clipboard:before { content: $fa-var-clipboard; } -.#{$fa-css-prefix}-lightbulb-o:before { content: $fa-var-lightbulb-o; } -.#{$fa-css-prefix}-exchange:before { content: $fa-var-exchange; } -.#{$fa-css-prefix}-cloud-download:before { content: $fa-var-cloud-download; } -.#{$fa-css-prefix}-cloud-upload:before { content: $fa-var-cloud-upload; } -.#{$fa-css-prefix}-user-md:before { content: $fa-var-user-md; } -.#{$fa-css-prefix}-stethoscope:before { content: $fa-var-stethoscope; } -.#{$fa-css-prefix}-suitcase:before { content: $fa-var-suitcase; } -.#{$fa-css-prefix}-bell-o:before { content: $fa-var-bell-o; } -.#{$fa-css-prefix}-coffee:before { content: $fa-var-coffee; } -.#{$fa-css-prefix}-cutlery:before { content: $fa-var-cutlery; } -.#{$fa-css-prefix}-file-text-o:before { content: $fa-var-file-text-o; } -.#{$fa-css-prefix}-building-o:before { content: $fa-var-building-o; } -.#{$fa-css-prefix}-hospital-o:before { content: $fa-var-hospital-o; } -.#{$fa-css-prefix}-ambulance:before { content: $fa-var-ambulance; } -.#{$fa-css-prefix}-medkit:before { content: $fa-var-medkit; } -.#{$fa-css-prefix}-fighter-jet:before { content: $fa-var-fighter-jet; } -.#{$fa-css-prefix}-beer:before { content: $fa-var-beer; } -.#{$fa-css-prefix}-h-square:before { content: $fa-var-h-square; } -.#{$fa-css-prefix}-plus-square:before { content: $fa-var-plus-square; } -.#{$fa-css-prefix}-angle-double-left:before { content: $fa-var-angle-double-left; } -.#{$fa-css-prefix}-angle-double-right:before { content: $fa-var-angle-double-right; } -.#{$fa-css-prefix}-angle-double-up:before { content: $fa-var-angle-double-up; } -.#{$fa-css-prefix}-angle-double-down:before { content: $fa-var-angle-double-down; } -.#{$fa-css-prefix}-angle-left:before { content: $fa-var-angle-left; } -.#{$fa-css-prefix}-angle-right:before { content: $fa-var-angle-right; } -.#{$fa-css-prefix}-angle-up:before { content: $fa-var-angle-up; } -.#{$fa-css-prefix}-angle-down:before { content: $fa-var-angle-down; } -.#{$fa-css-prefix}-desktop:before { content: $fa-var-desktop; } -.#{$fa-css-prefix}-laptop:before { content: $fa-var-laptop; } -.#{$fa-css-prefix}-tablet:before { content: $fa-var-tablet; } -.#{$fa-css-prefix}-mobile-phone:before, -.#{$fa-css-prefix}-mobile:before { content: $fa-var-mobile; } -.#{$fa-css-prefix}-circle-o:before { content: $fa-var-circle-o; } -.#{$fa-css-prefix}-quote-left:before { content: $fa-var-quote-left; } -.#{$fa-css-prefix}-quote-right:before { content: $fa-var-quote-right; } -.#{$fa-css-prefix}-spinner:before { content: $fa-var-spinner; } -.#{$fa-css-prefix}-circle:before { content: $fa-var-circle; } -.#{$fa-css-prefix}-mail-reply:before, -.#{$fa-css-prefix}-reply:before { content: $fa-var-reply; } -.#{$fa-css-prefix}-github-alt:before { content: $fa-var-github-alt; } -.#{$fa-css-prefix}-folder-o:before { content: $fa-var-folder-o; } -.#{$fa-css-prefix}-folder-open-o:before { content: $fa-var-folder-open-o; } -.#{$fa-css-prefix}-smile-o:before { content: $fa-var-smile-o; } -.#{$fa-css-prefix}-frown-o:before { content: $fa-var-frown-o; } -.#{$fa-css-prefix}-meh-o:before { content: $fa-var-meh-o; } -.#{$fa-css-prefix}-gamepad:before { content: $fa-var-gamepad; } -.#{$fa-css-prefix}-keyboard-o:before { content: $fa-var-keyboard-o; } -.#{$fa-css-prefix}-flag-o:before { content: $fa-var-flag-o; } -.#{$fa-css-prefix}-flag-checkered:before { content: $fa-var-flag-checkered; } -.#{$fa-css-prefix}-terminal:before { content: $fa-var-terminal; } -.#{$fa-css-prefix}-code:before { content: $fa-var-code; } -.#{$fa-css-prefix}-mail-reply-all:before, -.#{$fa-css-prefix}-reply-all:before { content: $fa-var-reply-all; } -.#{$fa-css-prefix}-star-half-empty:before, -.#{$fa-css-prefix}-star-half-full:before, -.#{$fa-css-prefix}-star-half-o:before { content: $fa-var-star-half-o; } -.#{$fa-css-prefix}-location-arrow:before { content: $fa-var-location-arrow; } -.#{$fa-css-prefix}-crop:before { content: $fa-var-crop; } -.#{$fa-css-prefix}-code-fork:before { content: $fa-var-code-fork; } -.#{$fa-css-prefix}-unlink:before, -.#{$fa-css-prefix}-chain-broken:before { content: $fa-var-chain-broken; } -.#{$fa-css-prefix}-question:before { content: $fa-var-question; } -.#{$fa-css-prefix}-info:before { content: $fa-var-info; } -.#{$fa-css-prefix}-exclamation:before { content: $fa-var-exclamation; } -.#{$fa-css-prefix}-superscript:before { content: $fa-var-superscript; } -.#{$fa-css-prefix}-subscript:before { content: $fa-var-subscript; } -.#{$fa-css-prefix}-eraser:before { content: $fa-var-eraser; } -.#{$fa-css-prefix}-puzzle-piece:before { content: $fa-var-puzzle-piece; } -.#{$fa-css-prefix}-microphone:before { content: $fa-var-microphone; } -.#{$fa-css-prefix}-microphone-slash:before { content: $fa-var-microphone-slash; } -.#{$fa-css-prefix}-shield:before { content: $fa-var-shield; } -.#{$fa-css-prefix}-calendar-o:before { content: $fa-var-calendar-o; } -.#{$fa-css-prefix}-fire-extinguisher:before { content: $fa-var-fire-extinguisher; } -.#{$fa-css-prefix}-rocket:before { content: $fa-var-rocket; } -.#{$fa-css-prefix}-maxcdn:before { content: $fa-var-maxcdn; } -.#{$fa-css-prefix}-chevron-circle-left:before { content: $fa-var-chevron-circle-left; } -.#{$fa-css-prefix}-chevron-circle-right:before { content: $fa-var-chevron-circle-right; } -.#{$fa-css-prefix}-chevron-circle-up:before { content: $fa-var-chevron-circle-up; } -.#{$fa-css-prefix}-chevron-circle-down:before { content: $fa-var-chevron-circle-down; } -.#{$fa-css-prefix}-html5:before { content: $fa-var-html5; } -.#{$fa-css-prefix}-css3:before { content: $fa-var-css3; } -.#{$fa-css-prefix}-anchor:before { content: $fa-var-anchor; } -.#{$fa-css-prefix}-unlock-alt:before { content: $fa-var-unlock-alt; } -.#{$fa-css-prefix}-bullseye:before { content: $fa-var-bullseye; } -.#{$fa-css-prefix}-ellipsis-h:before { content: $fa-var-ellipsis-h; } -.#{$fa-css-prefix}-ellipsis-v:before { content: $fa-var-ellipsis-v; } -.#{$fa-css-prefix}-rss-square:before { content: $fa-var-rss-square; } -.#{$fa-css-prefix}-play-circle:before { content: $fa-var-play-circle; } -.#{$fa-css-prefix}-ticket:before { content: $fa-var-ticket; } -.#{$fa-css-prefix}-minus-square:before { content: $fa-var-minus-square; } -.#{$fa-css-prefix}-minus-square-o:before { content: $fa-var-minus-square-o; } -.#{$fa-css-prefix}-level-up:before { content: $fa-var-level-up; } -.#{$fa-css-prefix}-level-down:before { content: $fa-var-level-down; } -.#{$fa-css-prefix}-check-square:before { content: $fa-var-check-square; } -.#{$fa-css-prefix}-pencil-square:before { content: $fa-var-pencil-square; } -.#{$fa-css-prefix}-external-link-square:before { content: $fa-var-external-link-square; } -.#{$fa-css-prefix}-share-square:before { content: $fa-var-share-square; } -.#{$fa-css-prefix}-compass:before { content: $fa-var-compass; } -.#{$fa-css-prefix}-toggle-down:before, -.#{$fa-css-prefix}-caret-square-o-down:before { content: $fa-var-caret-square-o-down; } -.#{$fa-css-prefix}-toggle-up:before, -.#{$fa-css-prefix}-caret-square-o-up:before { content: $fa-var-caret-square-o-up; } -.#{$fa-css-prefix}-toggle-right:before, -.#{$fa-css-prefix}-caret-square-o-right:before { content: $fa-var-caret-square-o-right; } -.#{$fa-css-prefix}-euro:before, -.#{$fa-css-prefix}-eur:before { content: $fa-var-eur; } -.#{$fa-css-prefix}-gbp:before { content: $fa-var-gbp; } -.#{$fa-css-prefix}-dollar:before, -.#{$fa-css-prefix}-usd:before { content: $fa-var-usd; } -.#{$fa-css-prefix}-rupee:before, -.#{$fa-css-prefix}-inr:before { content: $fa-var-inr; } -.#{$fa-css-prefix}-cny:before, -.#{$fa-css-prefix}-rmb:before, -.#{$fa-css-prefix}-yen:before, -.#{$fa-css-prefix}-jpy:before { content: $fa-var-jpy; } -.#{$fa-css-prefix}-ruble:before, -.#{$fa-css-prefix}-rouble:before, -.#{$fa-css-prefix}-rub:before { content: $fa-var-rub; } -.#{$fa-css-prefix}-won:before, -.#{$fa-css-prefix}-krw:before { content: $fa-var-krw; } -.#{$fa-css-prefix}-bitcoin:before, -.#{$fa-css-prefix}-btc:before { content: $fa-var-btc; } -.#{$fa-css-prefix}-file:before { content: $fa-var-file; } -.#{$fa-css-prefix}-file-text:before { content: $fa-var-file-text; } -.#{$fa-css-prefix}-sort-alpha-asc:before { content: $fa-var-sort-alpha-asc; } -.#{$fa-css-prefix}-sort-alpha-desc:before { content: $fa-var-sort-alpha-desc; } -.#{$fa-css-prefix}-sort-amount-asc:before { content: $fa-var-sort-amount-asc; } -.#{$fa-css-prefix}-sort-amount-desc:before { content: $fa-var-sort-amount-desc; } -.#{$fa-css-prefix}-sort-numeric-asc:before { content: $fa-var-sort-numeric-asc; } -.#{$fa-css-prefix}-sort-numeric-desc:before { content: $fa-var-sort-numeric-desc; } -.#{$fa-css-prefix}-thumbs-up:before { content: $fa-var-thumbs-up; } -.#{$fa-css-prefix}-thumbs-down:before { content: $fa-var-thumbs-down; } -.#{$fa-css-prefix}-youtube-square:before { content: $fa-var-youtube-square; } -.#{$fa-css-prefix}-youtube:before { content: $fa-var-youtube; } -.#{$fa-css-prefix}-xing:before { content: $fa-var-xing; } -.#{$fa-css-prefix}-xing-square:before { content: $fa-var-xing-square; } -.#{$fa-css-prefix}-youtube-play:before { content: $fa-var-youtube-play; } -.#{$fa-css-prefix}-dropbox:before { content: $fa-var-dropbox; } -.#{$fa-css-prefix}-stack-overflow:before { content: $fa-var-stack-overflow; } -.#{$fa-css-prefix}-instagram:before { content: $fa-var-instagram; } -.#{$fa-css-prefix}-flickr:before { content: $fa-var-flickr; } -.#{$fa-css-prefix}-adn:before { content: $fa-var-adn; } -.#{$fa-css-prefix}-bitbucket:before { content: $fa-var-bitbucket; } -.#{$fa-css-prefix}-bitbucket-square:before { content: $fa-var-bitbucket-square; } -.#{$fa-css-prefix}-tumblr:before { content: $fa-var-tumblr; } -.#{$fa-css-prefix}-tumblr-square:before { content: $fa-var-tumblr-square; } -.#{$fa-css-prefix}-long-arrow-down:before { content: $fa-var-long-arrow-down; } -.#{$fa-css-prefix}-long-arrow-up:before { content: $fa-var-long-arrow-up; } -.#{$fa-css-prefix}-long-arrow-left:before { content: $fa-var-long-arrow-left; } -.#{$fa-css-prefix}-long-arrow-right:before { content: $fa-var-long-arrow-right; } -.#{$fa-css-prefix}-apple:before { content: $fa-var-apple; } -.#{$fa-css-prefix}-windows:before { content: $fa-var-windows; } -.#{$fa-css-prefix}-android:before { content: $fa-var-android; } -.#{$fa-css-prefix}-linux:before { content: $fa-var-linux; } -.#{$fa-css-prefix}-dribbble:before { content: $fa-var-dribbble; } -.#{$fa-css-prefix}-skype:before { content: $fa-var-skype; } -.#{$fa-css-prefix}-foursquare:before { content: $fa-var-foursquare; } -.#{$fa-css-prefix}-trello:before { content: $fa-var-trello; } -.#{$fa-css-prefix}-female:before { content: $fa-var-female; } -.#{$fa-css-prefix}-male:before { content: $fa-var-male; } -.#{$fa-css-prefix}-gittip:before, -.#{$fa-css-prefix}-gratipay:before { content: $fa-var-gratipay; } -.#{$fa-css-prefix}-sun-o:before { content: $fa-var-sun-o; } -.#{$fa-css-prefix}-moon-o:before { content: $fa-var-moon-o; } -.#{$fa-css-prefix}-archive:before { content: $fa-var-archive; } -.#{$fa-css-prefix}-bug:before { content: $fa-var-bug; } -.#{$fa-css-prefix}-vk:before { content: $fa-var-vk; } -.#{$fa-css-prefix}-weibo:before { content: $fa-var-weibo; } -.#{$fa-css-prefix}-renren:before { content: $fa-var-renren; } -.#{$fa-css-prefix}-pagelines:before { content: $fa-var-pagelines; } -.#{$fa-css-prefix}-stack-exchange:before { content: $fa-var-stack-exchange; } -.#{$fa-css-prefix}-arrow-circle-o-right:before { content: $fa-var-arrow-circle-o-right; } -.#{$fa-css-prefix}-arrow-circle-o-left:before { content: $fa-var-arrow-circle-o-left; } -.#{$fa-css-prefix}-toggle-left:before, -.#{$fa-css-prefix}-caret-square-o-left:before { content: $fa-var-caret-square-o-left; } -.#{$fa-css-prefix}-dot-circle-o:before { content: $fa-var-dot-circle-o; } -.#{$fa-css-prefix}-wheelchair:before { content: $fa-var-wheelchair; } -.#{$fa-css-prefix}-vimeo-square:before { content: $fa-var-vimeo-square; } -.#{$fa-css-prefix}-turkish-lira:before, -.#{$fa-css-prefix}-try:before { content: $fa-var-try; } -.#{$fa-css-prefix}-plus-square-o:before { content: $fa-var-plus-square-o; } -.#{$fa-css-prefix}-space-shuttle:before { content: $fa-var-space-shuttle; } -.#{$fa-css-prefix}-slack:before { content: $fa-var-slack; } -.#{$fa-css-prefix}-envelope-square:before { content: $fa-var-envelope-square; } -.#{$fa-css-prefix}-wordpress:before { content: $fa-var-wordpress; } -.#{$fa-css-prefix}-openid:before { content: $fa-var-openid; } -.#{$fa-css-prefix}-institution:before, -.#{$fa-css-prefix}-bank:before, -.#{$fa-css-prefix}-university:before { content: $fa-var-university; } -.#{$fa-css-prefix}-mortar-board:before, -.#{$fa-css-prefix}-graduation-cap:before { content: $fa-var-graduation-cap; } -.#{$fa-css-prefix}-yahoo:before { content: $fa-var-yahoo; } -.#{$fa-css-prefix}-google:before { content: $fa-var-google; } -.#{$fa-css-prefix}-reddit:before { content: $fa-var-reddit; } -.#{$fa-css-prefix}-reddit-square:before { content: $fa-var-reddit-square; } -.#{$fa-css-prefix}-stumbleupon-circle:before { content: $fa-var-stumbleupon-circle; } -.#{$fa-css-prefix}-stumbleupon:before { content: $fa-var-stumbleupon; } -.#{$fa-css-prefix}-delicious:before { content: $fa-var-delicious; } -.#{$fa-css-prefix}-digg:before { content: $fa-var-digg; } -.#{$fa-css-prefix}-pied-piper:before { content: $fa-var-pied-piper; } -.#{$fa-css-prefix}-pied-piper-alt:before { content: $fa-var-pied-piper-alt; } -.#{$fa-css-prefix}-drupal:before { content: $fa-var-drupal; } -.#{$fa-css-prefix}-joomla:before { content: $fa-var-joomla; } -.#{$fa-css-prefix}-language:before { content: $fa-var-language; } -.#{$fa-css-prefix}-fax:before { content: $fa-var-fax; } -.#{$fa-css-prefix}-building:before { content: $fa-var-building; } -.#{$fa-css-prefix}-child:before { content: $fa-var-child; } -.#{$fa-css-prefix}-paw:before { content: $fa-var-paw; } -.#{$fa-css-prefix}-spoon:before { content: $fa-var-spoon; } -.#{$fa-css-prefix}-cube:before { content: $fa-var-cube; } -.#{$fa-css-prefix}-cubes:before { content: $fa-var-cubes; } -.#{$fa-css-prefix}-behance:before { content: $fa-var-behance; } -.#{$fa-css-prefix}-behance-square:before { content: $fa-var-behance-square; } -.#{$fa-css-prefix}-steam:before { content: $fa-var-steam; } -.#{$fa-css-prefix}-steam-square:before { content: $fa-var-steam-square; } -.#{$fa-css-prefix}-recycle:before { content: $fa-var-recycle; } -.#{$fa-css-prefix}-automobile:before, -.#{$fa-css-prefix}-car:before { content: $fa-var-car; } -.#{$fa-css-prefix}-cab:before, -.#{$fa-css-prefix}-taxi:before { content: $fa-var-taxi; } -.#{$fa-css-prefix}-tree:before { content: $fa-var-tree; } -.#{$fa-css-prefix}-spotify:before { content: $fa-var-spotify; } -.#{$fa-css-prefix}-deviantart:before { content: $fa-var-deviantart; } -.#{$fa-css-prefix}-soundcloud:before { content: $fa-var-soundcloud; } -.#{$fa-css-prefix}-database:before { content: $fa-var-database; } -.#{$fa-css-prefix}-file-pdf-o:before { content: $fa-var-file-pdf-o; } -.#{$fa-css-prefix}-file-word-o:before { content: $fa-var-file-word-o; } -.#{$fa-css-prefix}-file-excel-o:before { content: $fa-var-file-excel-o; } -.#{$fa-css-prefix}-file-powerpoint-o:before { content: $fa-var-file-powerpoint-o; } -.#{$fa-css-prefix}-file-photo-o:before, -.#{$fa-css-prefix}-file-picture-o:before, -.#{$fa-css-prefix}-file-image-o:before { content: $fa-var-file-image-o; } -.#{$fa-css-prefix}-file-zip-o:before, -.#{$fa-css-prefix}-file-archive-o:before { content: $fa-var-file-archive-o; } -.#{$fa-css-prefix}-file-sound-o:before, -.#{$fa-css-prefix}-file-audio-o:before { content: $fa-var-file-audio-o; } -.#{$fa-css-prefix}-file-movie-o:before, -.#{$fa-css-prefix}-file-video-o:before { content: $fa-var-file-video-o; } -.#{$fa-css-prefix}-file-code-o:before { content: $fa-var-file-code-o; } -.#{$fa-css-prefix}-vine:before { content: $fa-var-vine; } -.#{$fa-css-prefix}-codepen:before { content: $fa-var-codepen; } -.#{$fa-css-prefix}-jsfiddle:before { content: $fa-var-jsfiddle; } -.#{$fa-css-prefix}-life-bouy:before, -.#{$fa-css-prefix}-life-buoy:before, -.#{$fa-css-prefix}-life-saver:before, -.#{$fa-css-prefix}-support:before, -.#{$fa-css-prefix}-life-ring:before { content: $fa-var-life-ring; } -.#{$fa-css-prefix}-circle-o-notch:before { content: $fa-var-circle-o-notch; } -.#{$fa-css-prefix}-ra:before, -.#{$fa-css-prefix}-rebel:before { content: $fa-var-rebel; } -.#{$fa-css-prefix}-ge:before, -.#{$fa-css-prefix}-empire:before { content: $fa-var-empire; } -.#{$fa-css-prefix}-git-square:before { content: $fa-var-git-square; } -.#{$fa-css-prefix}-git:before { content: $fa-var-git; } -.#{$fa-css-prefix}-hacker-news:before { content: $fa-var-hacker-news; } -.#{$fa-css-prefix}-tencent-weibo:before { content: $fa-var-tencent-weibo; } -.#{$fa-css-prefix}-qq:before { content: $fa-var-qq; } -.#{$fa-css-prefix}-wechat:before, -.#{$fa-css-prefix}-weixin:before { content: $fa-var-weixin; } -.#{$fa-css-prefix}-send:before, -.#{$fa-css-prefix}-paper-plane:before { content: $fa-var-paper-plane; } -.#{$fa-css-prefix}-send-o:before, -.#{$fa-css-prefix}-paper-plane-o:before { content: $fa-var-paper-plane-o; } -.#{$fa-css-prefix}-history:before { content: $fa-var-history; } -.#{$fa-css-prefix}-genderless:before, -.#{$fa-css-prefix}-circle-thin:before { content: $fa-var-circle-thin; } -.#{$fa-css-prefix}-header:before { content: $fa-var-header; } -.#{$fa-css-prefix}-paragraph:before { content: $fa-var-paragraph; } -.#{$fa-css-prefix}-sliders:before { content: $fa-var-sliders; } -.#{$fa-css-prefix}-share-alt:before { content: $fa-var-share-alt; } -.#{$fa-css-prefix}-share-alt-square:before { content: $fa-var-share-alt-square; } -.#{$fa-css-prefix}-bomb:before { content: $fa-var-bomb; } -.#{$fa-css-prefix}-soccer-ball-o:before, -.#{$fa-css-prefix}-futbol-o:before { content: $fa-var-futbol-o; } -.#{$fa-css-prefix}-tty:before { content: $fa-var-tty; } -.#{$fa-css-prefix}-binoculars:before { content: $fa-var-binoculars; } -.#{$fa-css-prefix}-plug:before { content: $fa-var-plug; } -.#{$fa-css-prefix}-slideshare:before { content: $fa-var-slideshare; } -.#{$fa-css-prefix}-twitch:before { content: $fa-var-twitch; } -.#{$fa-css-prefix}-yelp:before { content: $fa-var-yelp; } -.#{$fa-css-prefix}-newspaper-o:before { content: $fa-var-newspaper-o; } -.#{$fa-css-prefix}-wifi:before { content: $fa-var-wifi; } -.#{$fa-css-prefix}-calculator:before { content: $fa-var-calculator; } -.#{$fa-css-prefix}-paypal:before { content: $fa-var-paypal; } -.#{$fa-css-prefix}-google-wallet:before { content: $fa-var-google-wallet; } -.#{$fa-css-prefix}-cc-visa:before { content: $fa-var-cc-visa; } -.#{$fa-css-prefix}-cc-mastercard:before { content: $fa-var-cc-mastercard; } -.#{$fa-css-prefix}-cc-discover:before { content: $fa-var-cc-discover; } -.#{$fa-css-prefix}-cc-amex:before { content: $fa-var-cc-amex; } -.#{$fa-css-prefix}-cc-paypal:before { content: $fa-var-cc-paypal; } -.#{$fa-css-prefix}-cc-stripe:before { content: $fa-var-cc-stripe; } -.#{$fa-css-prefix}-bell-slash:before { content: $fa-var-bell-slash; } -.#{$fa-css-prefix}-bell-slash-o:before { content: $fa-var-bell-slash-o; } -.#{$fa-css-prefix}-trash:before { content: $fa-var-trash; } -.#{$fa-css-prefix}-copyright:before { content: $fa-var-copyright; } -.#{$fa-css-prefix}-at:before { content: $fa-var-at; } -.#{$fa-css-prefix}-eyedropper:before { content: $fa-var-eyedropper; } -.#{$fa-css-prefix}-paint-brush:before { content: $fa-var-paint-brush; } -.#{$fa-css-prefix}-birthday-cake:before { content: $fa-var-birthday-cake; } -.#{$fa-css-prefix}-area-chart:before { content: $fa-var-area-chart; } -.#{$fa-css-prefix}-pie-chart:before { content: $fa-var-pie-chart; } -.#{$fa-css-prefix}-line-chart:before { content: $fa-var-line-chart; } -.#{$fa-css-prefix}-lastfm:before { content: $fa-var-lastfm; } -.#{$fa-css-prefix}-lastfm-square:before { content: $fa-var-lastfm-square; } -.#{$fa-css-prefix}-toggle-off:before { content: $fa-var-toggle-off; } -.#{$fa-css-prefix}-toggle-on:before { content: $fa-var-toggle-on; } -.#{$fa-css-prefix}-bicycle:before { content: $fa-var-bicycle; } -.#{$fa-css-prefix}-bus:before { content: $fa-var-bus; } -.#{$fa-css-prefix}-ioxhost:before { content: $fa-var-ioxhost; } -.#{$fa-css-prefix}-angellist:before { content: $fa-var-angellist; } -.#{$fa-css-prefix}-cc:before { content: $fa-var-cc; } -.#{$fa-css-prefix}-shekel:before, -.#{$fa-css-prefix}-sheqel:before, -.#{$fa-css-prefix}-ils:before { content: $fa-var-ils; } -.#{$fa-css-prefix}-meanpath:before { content: $fa-var-meanpath; } -.#{$fa-css-prefix}-buysellads:before { content: $fa-var-buysellads; } -.#{$fa-css-prefix}-connectdevelop:before { content: $fa-var-connectdevelop; } -.#{$fa-css-prefix}-dashcube:before { content: $fa-var-dashcube; } -.#{$fa-css-prefix}-forumbee:before { content: $fa-var-forumbee; } -.#{$fa-css-prefix}-leanpub:before { content: $fa-var-leanpub; } -.#{$fa-css-prefix}-sellsy:before { content: $fa-var-sellsy; } -.#{$fa-css-prefix}-shirtsinbulk:before { content: $fa-var-shirtsinbulk; } -.#{$fa-css-prefix}-simplybuilt:before { content: $fa-var-simplybuilt; } -.#{$fa-css-prefix}-skyatlas:before { content: $fa-var-skyatlas; } -.#{$fa-css-prefix}-cart-plus:before { content: $fa-var-cart-plus; } -.#{$fa-css-prefix}-cart-arrow-down:before { content: $fa-var-cart-arrow-down; } -.#{$fa-css-prefix}-diamond:before { content: $fa-var-diamond; } -.#{$fa-css-prefix}-ship:before { content: $fa-var-ship; } -.#{$fa-css-prefix}-user-secret:before { content: $fa-var-user-secret; } -.#{$fa-css-prefix}-motorcycle:before { content: $fa-var-motorcycle; } -.#{$fa-css-prefix}-street-view:before { content: $fa-var-street-view; } -.#{$fa-css-prefix}-heartbeat:before { content: $fa-var-heartbeat; } -.#{$fa-css-prefix}-venus:before { content: $fa-var-venus; } -.#{$fa-css-prefix}-mars:before { content: $fa-var-mars; } -.#{$fa-css-prefix}-mercury:before { content: $fa-var-mercury; } -.#{$fa-css-prefix}-transgender:before { content: $fa-var-transgender; } -.#{$fa-css-prefix}-transgender-alt:before { content: $fa-var-transgender-alt; } -.#{$fa-css-prefix}-venus-double:before { content: $fa-var-venus-double; } -.#{$fa-css-prefix}-mars-double:before { content: $fa-var-mars-double; } -.#{$fa-css-prefix}-venus-mars:before { content: $fa-var-venus-mars; } -.#{$fa-css-prefix}-mars-stroke:before { content: $fa-var-mars-stroke; } -.#{$fa-css-prefix}-mars-stroke-v:before { content: $fa-var-mars-stroke-v; } -.#{$fa-css-prefix}-mars-stroke-h:before { content: $fa-var-mars-stroke-h; } -.#{$fa-css-prefix}-neuter:before { content: $fa-var-neuter; } -.#{$fa-css-prefix}-facebook-official:before { content: $fa-var-facebook-official; } -.#{$fa-css-prefix}-pinterest-p:before { content: $fa-var-pinterest-p; } -.#{$fa-css-prefix}-whatsapp:before { content: $fa-var-whatsapp; } -.#{$fa-css-prefix}-server:before { content: $fa-var-server; } -.#{$fa-css-prefix}-user-plus:before { content: $fa-var-user-plus; } -.#{$fa-css-prefix}-user-times:before { content: $fa-var-user-times; } -.#{$fa-css-prefix}-hotel:before, -.#{$fa-css-prefix}-bed:before { content: $fa-var-bed; } -.#{$fa-css-prefix}-viacoin:before { content: $fa-var-viacoin; } -.#{$fa-css-prefix}-train:before { content: $fa-var-train; } -.#{$fa-css-prefix}-subway:before { content: $fa-var-subway; } -.#{$fa-css-prefix}-medium:before { content: $fa-var-medium; } diff --git a/core/static/plugins/font-awesome/scss/_larger.scss b/core/static/plugins/font-awesome/scss/_larger.scss deleted file mode 100644 index 41e9a81..0000000 --- a/core/static/plugins/font-awesome/scss/_larger.scss +++ /dev/null @@ -1,13 +0,0 @@ -// Icon Sizes -// ------------------------- - -/* makes the font 33% larger relative to the icon container */ -.#{$fa-css-prefix}-lg { - font-size: (4em / 3); - line-height: (3em / 4); - vertical-align: -15%; -} -.#{$fa-css-prefix}-2x { font-size: 2em; } -.#{$fa-css-prefix}-3x { font-size: 3em; } -.#{$fa-css-prefix}-4x { font-size: 4em; } -.#{$fa-css-prefix}-5x { font-size: 5em; } diff --git a/core/static/plugins/font-awesome/scss/_list.scss b/core/static/plugins/font-awesome/scss/_list.scss deleted file mode 100644 index 7d1e4d5..0000000 --- a/core/static/plugins/font-awesome/scss/_list.scss +++ /dev/null @@ -1,19 +0,0 @@ -// List Icons -// ------------------------- - -.#{$fa-css-prefix}-ul { - padding-left: 0; - margin-left: $fa-li-width; - list-style-type: none; - > li { position: relative; } -} -.#{$fa-css-prefix}-li { - position: absolute; - left: -$fa-li-width; - width: $fa-li-width; - top: (2em / 14); - text-align: center; - &.#{$fa-css-prefix}-lg { - left: -$fa-li-width + (4em / 14); - } -} diff --git a/core/static/plugins/font-awesome/scss/_mixins.scss b/core/static/plugins/font-awesome/scss/_mixins.scss deleted file mode 100644 index 6b7f160..0000000 --- a/core/static/plugins/font-awesome/scss/_mixins.scss +++ /dev/null @@ -1,27 +0,0 @@ -// Mixins -// -------------------------- - -@mixin fa-icon() { - display: inline-block; - font: normal normal normal #{$fa-font-size-base}/1 FontAwesome; // shortening font declaration - font-size: inherit; // can't have font-size inherit on line above, so need to override - text-rendering: auto; // optimizelegibility throws things off #1094 - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - transform: translate(0, 0); // ensures no half-pixel rendering in firefox - -} - -@mixin fa-icon-rotate($degrees, $rotation) { - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=#{$rotation}); - -webkit-transform: rotate($degrees); - -ms-transform: rotate($degrees); - transform: rotate($degrees); -} - -@mixin fa-icon-flip($horiz, $vert, $rotation) { - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=#{$rotation}); - -webkit-transform: scale($horiz, $vert); - -ms-transform: scale($horiz, $vert); - transform: scale($horiz, $vert); -} diff --git a/core/static/plugins/font-awesome/scss/_path.scss b/core/static/plugins/font-awesome/scss/_path.scss deleted file mode 100644 index bb457c2..0000000 --- a/core/static/plugins/font-awesome/scss/_path.scss +++ /dev/null @@ -1,15 +0,0 @@ -/* FONT PATH - * -------------------------- */ - -@font-face { - font-family: 'FontAwesome'; - src: url('#{$fa-font-path}/fontawesome-webfont.eot?v=#{$fa-version}'); - src: url('#{$fa-font-path}/fontawesome-webfont.eot?#iefix&v=#{$fa-version}') format('embedded-opentype'), - url('#{$fa-font-path}/fontawesome-webfont.woff2?v=#{$fa-version}') format('woff2'), - url('#{$fa-font-path}/fontawesome-webfont.woff?v=#{$fa-version}') format('woff'), - url('#{$fa-font-path}/fontawesome-webfont.ttf?v=#{$fa-version}') format('truetype'), - url('#{$fa-font-path}/fontawesome-webfont.svg?v=#{$fa-version}#fontawesomeregular') format('svg'); -// src: url('#{$fa-font-path}/FontAwesome.otf') format('opentype'); // used when developing fonts - font-weight: normal; - font-style: normal; -} diff --git a/core/static/plugins/font-awesome/scss/_rotated-flipped.scss b/core/static/plugins/font-awesome/scss/_rotated-flipped.scss deleted file mode 100644 index a3558fd..0000000 --- a/core/static/plugins/font-awesome/scss/_rotated-flipped.scss +++ /dev/null @@ -1,20 +0,0 @@ -// Rotated & Flipped Icons -// ------------------------- - -.#{$fa-css-prefix}-rotate-90 { @include fa-icon-rotate(90deg, 1); } -.#{$fa-css-prefix}-rotate-180 { @include fa-icon-rotate(180deg, 2); } -.#{$fa-css-prefix}-rotate-270 { @include fa-icon-rotate(270deg, 3); } - -.#{$fa-css-prefix}-flip-horizontal { @include fa-icon-flip(-1, 1, 0); } -.#{$fa-css-prefix}-flip-vertical { @include fa-icon-flip(1, -1, 2); } - -// Hook for IE8-9 -// ------------------------- - -:root .#{$fa-css-prefix}-rotate-90, -:root .#{$fa-css-prefix}-rotate-180, -:root .#{$fa-css-prefix}-rotate-270, -:root .#{$fa-css-prefix}-flip-horizontal, -:root .#{$fa-css-prefix}-flip-vertical { - filter: none; -} diff --git a/core/static/plugins/font-awesome/scss/_spinning.scss b/core/static/plugins/font-awesome/scss/_spinning.scss deleted file mode 100644 index 002c5d5..0000000 --- a/core/static/plugins/font-awesome/scss/_spinning.scss +++ /dev/null @@ -1,29 +0,0 @@ -// Spinning Icons -// -------------------------- - -.#{$fa-css-prefix}-spin { - -webkit-animation: fa-spin 2s infinite linear; - animation: fa-spin 2s infinite linear; -} - -@-webkit-keyframes fa-spin { - 0% { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); - } - 100% { - -webkit-transform: rotate(359deg); - transform: rotate(359deg); - } -} - -@keyframes fa-spin { - 0% { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); - } - 100% { - -webkit-transform: rotate(359deg); - transform: rotate(359deg); - } -} diff --git a/core/static/plugins/font-awesome/scss/_stacked.scss b/core/static/plugins/font-awesome/scss/_stacked.scss deleted file mode 100644 index aef7403..0000000 --- a/core/static/plugins/font-awesome/scss/_stacked.scss +++ /dev/null @@ -1,20 +0,0 @@ -// Stacked Icons -// ------------------------- - -.#{$fa-css-prefix}-stack { - position: relative; - display: inline-block; - width: 2em; - height: 2em; - line-height: 2em; - vertical-align: middle; -} -.#{$fa-css-prefix}-stack-1x, .#{$fa-css-prefix}-stack-2x { - position: absolute; - left: 0; - width: 100%; - text-align: center; -} -.#{$fa-css-prefix}-stack-1x { line-height: inherit; } -.#{$fa-css-prefix}-stack-2x { font-size: 2em; } -.#{$fa-css-prefix}-inverse { color: $fa-inverse; } diff --git a/core/static/plugins/font-awesome/scss/_variables.scss b/core/static/plugins/font-awesome/scss/_variables.scss deleted file mode 100644 index 9b7210e..0000000 --- a/core/static/plugins/font-awesome/scss/_variables.scss +++ /dev/null @@ -1,606 +0,0 @@ -// Variables -// -------------------------- - -$fa-font-path: "../fonts" !default; -$fa-font-size-base: 14px !default; -//$fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts" !default; // for referencing Bootstrap CDN font files directly -$fa-css-prefix: fa !default; -$fa-version: "4.3.0" !default; -$fa-border-color: #eee !default; -$fa-inverse: #fff !default; -$fa-li-width: (30em / 14) !default; - -$fa-var-adjust: "\f042"; -$fa-var-adn: "\f170"; -$fa-var-align-center: "\f037"; -$fa-var-align-justify: "\f039"; -$fa-var-align-left: "\f036"; -$fa-var-align-right: "\f038"; -$fa-var-ambulance: "\f0f9"; -$fa-var-anchor: "\f13d"; -$fa-var-android: "\f17b"; -$fa-var-angellist: "\f209"; -$fa-var-angle-double-down: "\f103"; -$fa-var-angle-double-left: "\f100"; -$fa-var-angle-double-right: "\f101"; -$fa-var-angle-double-up: "\f102"; -$fa-var-angle-down: "\f107"; -$fa-var-angle-left: "\f104"; -$fa-var-angle-right: "\f105"; -$fa-var-angle-up: "\f106"; -$fa-var-apple: "\f179"; -$fa-var-archive: "\f187"; -$fa-var-area-chart: "\f1fe"; -$fa-var-arrow-circle-down: "\f0ab"; -$fa-var-arrow-circle-left: "\f0a8"; -$fa-var-arrow-circle-o-down: "\f01a"; -$fa-var-arrow-circle-o-left: "\f190"; -$fa-var-arrow-circle-o-right: "\f18e"; -$fa-var-arrow-circle-o-up: "\f01b"; -$fa-var-arrow-circle-right: "\f0a9"; -$fa-var-arrow-circle-up: "\f0aa"; -$fa-var-arrow-down: "\f063"; -$fa-var-arrow-left: "\f060"; -$fa-var-arrow-right: "\f061"; -$fa-var-arrow-up: "\f062"; -$fa-var-arrows: "\f047"; -$fa-var-arrows-alt: "\f0b2"; -$fa-var-arrows-h: "\f07e"; -$fa-var-arrows-v: "\f07d"; -$fa-var-asterisk: "\f069"; -$fa-var-at: "\f1fa"; -$fa-var-automobile: "\f1b9"; -$fa-var-backward: "\f04a"; -$fa-var-ban: "\f05e"; -$fa-var-bank: "\f19c"; -$fa-var-bar-chart: "\f080"; -$fa-var-bar-chart-o: "\f080"; -$fa-var-barcode: "\f02a"; -$fa-var-bars: "\f0c9"; -$fa-var-bed: "\f236"; -$fa-var-beer: "\f0fc"; -$fa-var-behance: "\f1b4"; -$fa-var-behance-square: "\f1b5"; -$fa-var-bell: "\f0f3"; -$fa-var-bell-o: "\f0a2"; -$fa-var-bell-slash: "\f1f6"; -$fa-var-bell-slash-o: "\f1f7"; -$fa-var-bicycle: "\f206"; -$fa-var-binoculars: "\f1e5"; -$fa-var-birthday-cake: "\f1fd"; -$fa-var-bitbucket: "\f171"; -$fa-var-bitbucket-square: "\f172"; -$fa-var-bitcoin: "\f15a"; -$fa-var-bold: "\f032"; -$fa-var-bolt: "\f0e7"; -$fa-var-bomb: "\f1e2"; -$fa-var-book: "\f02d"; -$fa-var-bookmark: "\f02e"; -$fa-var-bookmark-o: "\f097"; -$fa-var-briefcase: "\f0b1"; -$fa-var-btc: "\f15a"; -$fa-var-bug: "\f188"; -$fa-var-building: "\f1ad"; -$fa-var-building-o: "\f0f7"; -$fa-var-bullhorn: "\f0a1"; -$fa-var-bullseye: "\f140"; -$fa-var-bus: "\f207"; -$fa-var-buysellads: "\f20d"; -$fa-var-cab: "\f1ba"; -$fa-var-calculator: "\f1ec"; -$fa-var-calendar: "\f073"; -$fa-var-calendar-o: "\f133"; -$fa-var-camera: "\f030"; -$fa-var-camera-retro: "\f083"; -$fa-var-car: "\f1b9"; -$fa-var-caret-down: "\f0d7"; -$fa-var-caret-left: "\f0d9"; -$fa-var-caret-right: "\f0da"; -$fa-var-caret-square-o-down: "\f150"; -$fa-var-caret-square-o-left: "\f191"; -$fa-var-caret-square-o-right: "\f152"; -$fa-var-caret-square-o-up: "\f151"; -$fa-var-caret-up: "\f0d8"; -$fa-var-cart-arrow-down: "\f218"; -$fa-var-cart-plus: "\f217"; -$fa-var-cc: "\f20a"; -$fa-var-cc-amex: "\f1f3"; -$fa-var-cc-discover: "\f1f2"; -$fa-var-cc-mastercard: "\f1f1"; -$fa-var-cc-paypal: "\f1f4"; -$fa-var-cc-stripe: "\f1f5"; -$fa-var-cc-visa: "\f1f0"; -$fa-var-certificate: "\f0a3"; -$fa-var-chain: "\f0c1"; -$fa-var-chain-broken: "\f127"; -$fa-var-check: "\f00c"; -$fa-var-check-circle: "\f058"; -$fa-var-check-circle-o: "\f05d"; -$fa-var-check-square: "\f14a"; -$fa-var-check-square-o: "\f046"; -$fa-var-chevron-circle-down: "\f13a"; -$fa-var-chevron-circle-left: "\f137"; -$fa-var-chevron-circle-right: "\f138"; -$fa-var-chevron-circle-up: "\f139"; -$fa-var-chevron-down: "\f078"; -$fa-var-chevron-left: "\f053"; -$fa-var-chevron-right: "\f054"; -$fa-var-chevron-up: "\f077"; -$fa-var-child: "\f1ae"; -$fa-var-circle: "\f111"; -$fa-var-circle-o: "\f10c"; -$fa-var-circle-o-notch: "\f1ce"; -$fa-var-circle-thin: "\f1db"; -$fa-var-clipboard: "\f0ea"; -$fa-var-clock-o: "\f017"; -$fa-var-close: "\f00d"; -$fa-var-cloud: "\f0c2"; -$fa-var-cloud-download: "\f0ed"; -$fa-var-cloud-upload: "\f0ee"; -$fa-var-cny: "\f157"; -$fa-var-code: "\f121"; -$fa-var-code-fork: "\f126"; -$fa-var-codepen: "\f1cb"; -$fa-var-coffee: "\f0f4"; -$fa-var-cog: "\f013"; -$fa-var-cogs: "\f085"; -$fa-var-columns: "\f0db"; -$fa-var-comment: "\f075"; -$fa-var-comment-o: "\f0e5"; -$fa-var-comments: "\f086"; -$fa-var-comments-o: "\f0e6"; -$fa-var-compass: "\f14e"; -$fa-var-compress: "\f066"; -$fa-var-connectdevelop: "\f20e"; -$fa-var-copy: "\f0c5"; -$fa-var-copyright: "\f1f9"; -$fa-var-credit-card: "\f09d"; -$fa-var-crop: "\f125"; -$fa-var-crosshairs: "\f05b"; -$fa-var-css3: "\f13c"; -$fa-var-cube: "\f1b2"; -$fa-var-cubes: "\f1b3"; -$fa-var-cut: "\f0c4"; -$fa-var-cutlery: "\f0f5"; -$fa-var-dashboard: "\f0e4"; -$fa-var-dashcube: "\f210"; -$fa-var-database: "\f1c0"; -$fa-var-dedent: "\f03b"; -$fa-var-delicious: "\f1a5"; -$fa-var-desktop: "\f108"; -$fa-var-deviantart: "\f1bd"; -$fa-var-diamond: "\f219"; -$fa-var-digg: "\f1a6"; -$fa-var-dollar: "\f155"; -$fa-var-dot-circle-o: "\f192"; -$fa-var-download: "\f019"; -$fa-var-dribbble: "\f17d"; -$fa-var-dropbox: "\f16b"; -$fa-var-drupal: "\f1a9"; -$fa-var-edit: "\f044"; -$fa-var-eject: "\f052"; -$fa-var-ellipsis-h: "\f141"; -$fa-var-ellipsis-v: "\f142"; -$fa-var-empire: "\f1d1"; -$fa-var-envelope: "\f0e0"; -$fa-var-envelope-o: "\f003"; -$fa-var-envelope-square: "\f199"; -$fa-var-eraser: "\f12d"; -$fa-var-eur: "\f153"; -$fa-var-euro: "\f153"; -$fa-var-exchange: "\f0ec"; -$fa-var-exclamation: "\f12a"; -$fa-var-exclamation-circle: "\f06a"; -$fa-var-exclamation-triangle: "\f071"; -$fa-var-expand: "\f065"; -$fa-var-external-link: "\f08e"; -$fa-var-external-link-square: "\f14c"; -$fa-var-eye: "\f06e"; -$fa-var-eye-slash: "\f070"; -$fa-var-eyedropper: "\f1fb"; -$fa-var-facebook: "\f09a"; -$fa-var-facebook-f: "\f09a"; -$fa-var-facebook-official: "\f230"; -$fa-var-facebook-square: "\f082"; -$fa-var-fast-backward: "\f049"; -$fa-var-fast-forward: "\f050"; -$fa-var-fax: "\f1ac"; -$fa-var-female: "\f182"; -$fa-var-fighter-jet: "\f0fb"; -$fa-var-file: "\f15b"; -$fa-var-file-archive-o: "\f1c6"; -$fa-var-file-audio-o: "\f1c7"; -$fa-var-file-code-o: "\f1c9"; -$fa-var-file-excel-o: "\f1c3"; -$fa-var-file-image-o: "\f1c5"; -$fa-var-file-movie-o: "\f1c8"; -$fa-var-file-o: "\f016"; -$fa-var-file-pdf-o: "\f1c1"; -$fa-var-file-photo-o: "\f1c5"; -$fa-var-file-picture-o: "\f1c5"; -$fa-var-file-powerpoint-o: "\f1c4"; -$fa-var-file-sound-o: "\f1c7"; -$fa-var-file-text: "\f15c"; -$fa-var-file-text-o: "\f0f6"; -$fa-var-file-video-o: "\f1c8"; -$fa-var-file-word-o: "\f1c2"; -$fa-var-file-zip-o: "\f1c6"; -$fa-var-files-o: "\f0c5"; -$fa-var-film: "\f008"; -$fa-var-filter: "\f0b0"; -$fa-var-fire: "\f06d"; -$fa-var-fire-extinguisher: "\f134"; -$fa-var-flag: "\f024"; -$fa-var-flag-checkered: "\f11e"; -$fa-var-flag-o: "\f11d"; -$fa-var-flash: "\f0e7"; -$fa-var-flask: "\f0c3"; -$fa-var-flickr: "\f16e"; -$fa-var-floppy-o: "\f0c7"; -$fa-var-folder: "\f07b"; -$fa-var-folder-o: "\f114"; -$fa-var-folder-open: "\f07c"; -$fa-var-folder-open-o: "\f115"; -$fa-var-font: "\f031"; -$fa-var-forumbee: "\f211"; -$fa-var-forward: "\f04e"; -$fa-var-foursquare: "\f180"; -$fa-var-frown-o: "\f119"; -$fa-var-futbol-o: "\f1e3"; -$fa-var-gamepad: "\f11b"; -$fa-var-gavel: "\f0e3"; -$fa-var-gbp: "\f154"; -$fa-var-ge: "\f1d1"; -$fa-var-gear: "\f013"; -$fa-var-gears: "\f085"; -$fa-var-genderless: "\f1db"; -$fa-var-gift: "\f06b"; -$fa-var-git: "\f1d3"; -$fa-var-git-square: "\f1d2"; -$fa-var-github: "\f09b"; -$fa-var-github-alt: "\f113"; -$fa-var-github-square: "\f092"; -$fa-var-gittip: "\f184"; -$fa-var-glass: "\f000"; -$fa-var-globe: "\f0ac"; -$fa-var-google: "\f1a0"; -$fa-var-google-plus: "\f0d5"; -$fa-var-google-plus-square: "\f0d4"; -$fa-var-google-wallet: "\f1ee"; -$fa-var-graduation-cap: "\f19d"; -$fa-var-gratipay: "\f184"; -$fa-var-group: "\f0c0"; -$fa-var-h-square: "\f0fd"; -$fa-var-hacker-news: "\f1d4"; -$fa-var-hand-o-down: "\f0a7"; -$fa-var-hand-o-left: "\f0a5"; -$fa-var-hand-o-right: "\f0a4"; -$fa-var-hand-o-up: "\f0a6"; -$fa-var-hdd-o: "\f0a0"; -$fa-var-header: "\f1dc"; -$fa-var-headphones: "\f025"; -$fa-var-heart: "\f004"; -$fa-var-heart-o: "\f08a"; -$fa-var-heartbeat: "\f21e"; -$fa-var-history: "\f1da"; -$fa-var-home: "\f015"; -$fa-var-hospital-o: "\f0f8"; -$fa-var-hotel: "\f236"; -$fa-var-html5: "\f13b"; -$fa-var-ils: "\f20b"; -$fa-var-image: "\f03e"; -$fa-var-inbox: "\f01c"; -$fa-var-indent: "\f03c"; -$fa-var-info: "\f129"; -$fa-var-info-circle: "\f05a"; -$fa-var-inr: "\f156"; -$fa-var-instagram: "\f16d"; -$fa-var-institution: "\f19c"; -$fa-var-ioxhost: "\f208"; -$fa-var-italic: "\f033"; -$fa-var-joomla: "\f1aa"; -$fa-var-jpy: "\f157"; -$fa-var-jsfiddle: "\f1cc"; -$fa-var-key: "\f084"; -$fa-var-keyboard-o: "\f11c"; -$fa-var-krw: "\f159"; -$fa-var-language: "\f1ab"; -$fa-var-laptop: "\f109"; -$fa-var-lastfm: "\f202"; -$fa-var-lastfm-square: "\f203"; -$fa-var-leaf: "\f06c"; -$fa-var-leanpub: "\f212"; -$fa-var-legal: "\f0e3"; -$fa-var-lemon-o: "\f094"; -$fa-var-level-down: "\f149"; -$fa-var-level-up: "\f148"; -$fa-var-life-bouy: "\f1cd"; -$fa-var-life-buoy: "\f1cd"; -$fa-var-life-ring: "\f1cd"; -$fa-var-life-saver: "\f1cd"; -$fa-var-lightbulb-o: "\f0eb"; -$fa-var-line-chart: "\f201"; -$fa-var-link: "\f0c1"; -$fa-var-linkedin: "\f0e1"; -$fa-var-linkedin-square: "\f08c"; -$fa-var-linux: "\f17c"; -$fa-var-list: "\f03a"; -$fa-var-list-alt: "\f022"; -$fa-var-list-ol: "\f0cb"; -$fa-var-list-ul: "\f0ca"; -$fa-var-location-arrow: "\f124"; -$fa-var-lock: "\f023"; -$fa-var-long-arrow-down: "\f175"; -$fa-var-long-arrow-left: "\f177"; -$fa-var-long-arrow-right: "\f178"; -$fa-var-long-arrow-up: "\f176"; -$fa-var-magic: "\f0d0"; -$fa-var-magnet: "\f076"; -$fa-var-mail-forward: "\f064"; -$fa-var-mail-reply: "\f112"; -$fa-var-mail-reply-all: "\f122"; -$fa-var-male: "\f183"; -$fa-var-map-marker: "\f041"; -$fa-var-mars: "\f222"; -$fa-var-mars-double: "\f227"; -$fa-var-mars-stroke: "\f229"; -$fa-var-mars-stroke-h: "\f22b"; -$fa-var-mars-stroke-v: "\f22a"; -$fa-var-maxcdn: "\f136"; -$fa-var-meanpath: "\f20c"; -$fa-var-medium: "\f23a"; -$fa-var-medkit: "\f0fa"; -$fa-var-meh-o: "\f11a"; -$fa-var-mercury: "\f223"; -$fa-var-microphone: "\f130"; -$fa-var-microphone-slash: "\f131"; -$fa-var-minus: "\f068"; -$fa-var-minus-circle: "\f056"; -$fa-var-minus-square: "\f146"; -$fa-var-minus-square-o: "\f147"; -$fa-var-mobile: "\f10b"; -$fa-var-mobile-phone: "\f10b"; -$fa-var-money: "\f0d6"; -$fa-var-moon-o: "\f186"; -$fa-var-mortar-board: "\f19d"; -$fa-var-motorcycle: "\f21c"; -$fa-var-music: "\f001"; -$fa-var-navicon: "\f0c9"; -$fa-var-neuter: "\f22c"; -$fa-var-newspaper-o: "\f1ea"; -$fa-var-openid: "\f19b"; -$fa-var-outdent: "\f03b"; -$fa-var-pagelines: "\f18c"; -$fa-var-paint-brush: "\f1fc"; -$fa-var-paper-plane: "\f1d8"; -$fa-var-paper-plane-o: "\f1d9"; -$fa-var-paperclip: "\f0c6"; -$fa-var-paragraph: "\f1dd"; -$fa-var-paste: "\f0ea"; -$fa-var-pause: "\f04c"; -$fa-var-paw: "\f1b0"; -$fa-var-paypal: "\f1ed"; -$fa-var-pencil: "\f040"; -$fa-var-pencil-square: "\f14b"; -$fa-var-pencil-square-o: "\f044"; -$fa-var-phone: "\f095"; -$fa-var-phone-square: "\f098"; -$fa-var-photo: "\f03e"; -$fa-var-picture-o: "\f03e"; -$fa-var-pie-chart: "\f200"; -$fa-var-pied-piper: "\f1a7"; -$fa-var-pied-piper-alt: "\f1a8"; -$fa-var-pinterest: "\f0d2"; -$fa-var-pinterest-p: "\f231"; -$fa-var-pinterest-square: "\f0d3"; -$fa-var-plane: "\f072"; -$fa-var-play: "\f04b"; -$fa-var-play-circle: "\f144"; -$fa-var-play-circle-o: "\f01d"; -$fa-var-plug: "\f1e6"; -$fa-var-plus: "\f067"; -$fa-var-plus-circle: "\f055"; -$fa-var-plus-square: "\f0fe"; -$fa-var-plus-square-o: "\f196"; -$fa-var-power-off: "\f011"; -$fa-var-print: "\f02f"; -$fa-var-puzzle-piece: "\f12e"; -$fa-var-qq: "\f1d6"; -$fa-var-qrcode: "\f029"; -$fa-var-question: "\f128"; -$fa-var-question-circle: "\f059"; -$fa-var-quote-left: "\f10d"; -$fa-var-quote-right: "\f10e"; -$fa-var-ra: "\f1d0"; -$fa-var-random: "\f074"; -$fa-var-rebel: "\f1d0"; -$fa-var-recycle: "\f1b8"; -$fa-var-reddit: "\f1a1"; -$fa-var-reddit-square: "\f1a2"; -$fa-var-refresh: "\f021"; -$fa-var-remove: "\f00d"; -$fa-var-renren: "\f18b"; -$fa-var-reorder: "\f0c9"; -$fa-var-repeat: "\f01e"; -$fa-var-reply: "\f112"; -$fa-var-reply-all: "\f122"; -$fa-var-retweet: "\f079"; -$fa-var-rmb: "\f157"; -$fa-var-road: "\f018"; -$fa-var-rocket: "\f135"; -$fa-var-rotate-left: "\f0e2"; -$fa-var-rotate-right: "\f01e"; -$fa-var-rouble: "\f158"; -$fa-var-rss: "\f09e"; -$fa-var-rss-square: "\f143"; -$fa-var-rub: "\f158"; -$fa-var-ruble: "\f158"; -$fa-var-rupee: "\f156"; -$fa-var-save: "\f0c7"; -$fa-var-scissors: "\f0c4"; -$fa-var-search: "\f002"; -$fa-var-search-minus: "\f010"; -$fa-var-search-plus: "\f00e"; -$fa-var-sellsy: "\f213"; -$fa-var-send: "\f1d8"; -$fa-var-send-o: "\f1d9"; -$fa-var-server: "\f233"; -$fa-var-share: "\f064"; -$fa-var-share-alt: "\f1e0"; -$fa-var-share-alt-square: "\f1e1"; -$fa-var-share-square: "\f14d"; -$fa-var-share-square-o: "\f045"; -$fa-var-shekel: "\f20b"; -$fa-var-sheqel: "\f20b"; -$fa-var-shield: "\f132"; -$fa-var-ship: "\f21a"; -$fa-var-shirtsinbulk: "\f214"; -$fa-var-shopping-cart: "\f07a"; -$fa-var-sign-in: "\f090"; -$fa-var-sign-out: "\f08b"; -$fa-var-signal: "\f012"; -$fa-var-simplybuilt: "\f215"; -$fa-var-sitemap: "\f0e8"; -$fa-var-skyatlas: "\f216"; -$fa-var-skype: "\f17e"; -$fa-var-slack: "\f198"; -$fa-var-sliders: "\f1de"; -$fa-var-slideshare: "\f1e7"; -$fa-var-smile-o: "\f118"; -$fa-var-soccer-ball-o: "\f1e3"; -$fa-var-sort: "\f0dc"; -$fa-var-sort-alpha-asc: "\f15d"; -$fa-var-sort-alpha-desc: "\f15e"; -$fa-var-sort-amount-asc: "\f160"; -$fa-var-sort-amount-desc: "\f161"; -$fa-var-sort-asc: "\f0de"; -$fa-var-sort-desc: "\f0dd"; -$fa-var-sort-down: "\f0dd"; -$fa-var-sort-numeric-asc: "\f162"; -$fa-var-sort-numeric-desc: "\f163"; -$fa-var-sort-up: "\f0de"; -$fa-var-soundcloud: "\f1be"; -$fa-var-space-shuttle: "\f197"; -$fa-var-spinner: "\f110"; -$fa-var-spoon: "\f1b1"; -$fa-var-spotify: "\f1bc"; -$fa-var-square: "\f0c8"; -$fa-var-square-o: "\f096"; -$fa-var-stack-exchange: "\f18d"; -$fa-var-stack-overflow: "\f16c"; -$fa-var-star: "\f005"; -$fa-var-star-half: "\f089"; -$fa-var-star-half-empty: "\f123"; -$fa-var-star-half-full: "\f123"; -$fa-var-star-half-o: "\f123"; -$fa-var-star-o: "\f006"; -$fa-var-steam: "\f1b6"; -$fa-var-steam-square: "\f1b7"; -$fa-var-step-backward: "\f048"; -$fa-var-step-forward: "\f051"; -$fa-var-stethoscope: "\f0f1"; -$fa-var-stop: "\f04d"; -$fa-var-street-view: "\f21d"; -$fa-var-strikethrough: "\f0cc"; -$fa-var-stumbleupon: "\f1a4"; -$fa-var-stumbleupon-circle: "\f1a3"; -$fa-var-subscript: "\f12c"; -$fa-var-subway: "\f239"; -$fa-var-suitcase: "\f0f2"; -$fa-var-sun-o: "\f185"; -$fa-var-superscript: "\f12b"; -$fa-var-support: "\f1cd"; -$fa-var-table: "\f0ce"; -$fa-var-tablet: "\f10a"; -$fa-var-tachometer: "\f0e4"; -$fa-var-tag: "\f02b"; -$fa-var-tags: "\f02c"; -$fa-var-tasks: "\f0ae"; -$fa-var-taxi: "\f1ba"; -$fa-var-tencent-weibo: "\f1d5"; -$fa-var-terminal: "\f120"; -$fa-var-text-height: "\f034"; -$fa-var-text-width: "\f035"; -$fa-var-th: "\f00a"; -$fa-var-th-large: "\f009"; -$fa-var-th-list: "\f00b"; -$fa-var-thumb-tack: "\f08d"; -$fa-var-thumbs-down: "\f165"; -$fa-var-thumbs-o-down: "\f088"; -$fa-var-thumbs-o-up: "\f087"; -$fa-var-thumbs-up: "\f164"; -$fa-var-ticket: "\f145"; -$fa-var-times: "\f00d"; -$fa-var-times-circle: "\f057"; -$fa-var-times-circle-o: "\f05c"; -$fa-var-tint: "\f043"; -$fa-var-toggle-down: "\f150"; -$fa-var-toggle-left: "\f191"; -$fa-var-toggle-off: "\f204"; -$fa-var-toggle-on: "\f205"; -$fa-var-toggle-right: "\f152"; -$fa-var-toggle-up: "\f151"; -$fa-var-train: "\f238"; -$fa-var-transgender: "\f224"; -$fa-var-transgender-alt: "\f225"; -$fa-var-trash: "\f1f8"; -$fa-var-trash-o: "\f014"; -$fa-var-tree: "\f1bb"; -$fa-var-trello: "\f181"; -$fa-var-trophy: "\f091"; -$fa-var-truck: "\f0d1"; -$fa-var-try: "\f195"; -$fa-var-tty: "\f1e4"; -$fa-var-tumblr: "\f173"; -$fa-var-tumblr-square: "\f174"; -$fa-var-turkish-lira: "\f195"; -$fa-var-twitch: "\f1e8"; -$fa-var-twitter: "\f099"; -$fa-var-twitter-square: "\f081"; -$fa-var-umbrella: "\f0e9"; -$fa-var-underline: "\f0cd"; -$fa-var-undo: "\f0e2"; -$fa-var-university: "\f19c"; -$fa-var-unlink: "\f127"; -$fa-var-unlock: "\f09c"; -$fa-var-unlock-alt: "\f13e"; -$fa-var-unsorted: "\f0dc"; -$fa-var-upload: "\f093"; -$fa-var-usd: "\f155"; -$fa-var-user: "\f007"; -$fa-var-user-md: "\f0f0"; -$fa-var-user-plus: "\f234"; -$fa-var-user-secret: "\f21b"; -$fa-var-user-times: "\f235"; -$fa-var-users: "\f0c0"; -$fa-var-venus: "\f221"; -$fa-var-venus-double: "\f226"; -$fa-var-venus-mars: "\f228"; -$fa-var-viacoin: "\f237"; -$fa-var-video-camera: "\f03d"; -$fa-var-vimeo-square: "\f194"; -$fa-var-vine: "\f1ca"; -$fa-var-vk: "\f189"; -$fa-var-volume-down: "\f027"; -$fa-var-volume-off: "\f026"; -$fa-var-volume-up: "\f028"; -$fa-var-warning: "\f071"; -$fa-var-wechat: "\f1d7"; -$fa-var-weibo: "\f18a"; -$fa-var-weixin: "\f1d7"; -$fa-var-whatsapp: "\f232"; -$fa-var-wheelchair: "\f193"; -$fa-var-wifi: "\f1eb"; -$fa-var-windows: "\f17a"; -$fa-var-won: "\f159"; -$fa-var-wordpress: "\f19a"; -$fa-var-wrench: "\f0ad"; -$fa-var-xing: "\f168"; -$fa-var-xing-square: "\f169"; -$fa-var-yahoo: "\f19e"; -$fa-var-yelp: "\f1e9"; -$fa-var-yen: "\f157"; -$fa-var-youtube: "\f167"; -$fa-var-youtube-play: "\f16a"; -$fa-var-youtube-square: "\f166"; - diff --git a/core/static/plugins/font-awesome/scss/font-awesome.scss b/core/static/plugins/font-awesome/scss/font-awesome.scss deleted file mode 100644 index 388ac6b..0000000 --- a/core/static/plugins/font-awesome/scss/font-awesome.scss +++ /dev/null @@ -1,17 +0,0 @@ -/*! - * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome - * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) - */ - -@import "variables"; -@import "mixins"; -@import "path"; -@import "core"; -@import "larger"; -@import "fixed-width"; -@import "list"; -@import "bordered-pulled"; -@import "animated"; -@import "rotated-flipped"; -@import "stacked"; -@import "icons"; diff --git a/core/static/plugins/glyphicons-pro/_changelog.txt b/core/static/plugins/glyphicons-pro/_changelog.txt deleted file mode 100644 index 990483f..0000000 --- a/core/static/plugins/glyphicons-pro/_changelog.txt +++ /dev/null @@ -1,1133 +0,0 @@ -11.11.2010 -========================================== -GLYPHICONS 1.0 ------------------------------------ -GLYPHICONS were born. - - - -21.12.2010 -========================================== -GLYPHICONS 1.1 ------------------------------------ -New icons: -ok -woman -parents -snowman -translate -pants -sweater -perfume -ring -medicinal_drink -bullets -grenade -bomb -podium -leaf -snowflake -rugby -flower -sort -cup -car -road -cars -roundabout -church -retweet -pizza -heating -retweet2 -presentation -birthday cake -sheriffs_star -citation -cake -file save -file open -file minus -file plus -file remove -instapaper -evernote -digg -zootool -dribbble -deviantart -read it later -linked in -forrst -pinboard -asterisk - ------------------------------------ -Changed/fixed icons: -cutlery -attach -man -user add -user remove -group -address book -vcard -dog -aiplane -cogwheel -settings gears -cleaning -magic -bulb -elektricity -monitor -heart -facebook -twitter -ruler -fast food -remove 2 -moon -ok 2 -lock -unlock -info -circle plus -circle minus -screenshot -refresh -riflescope -gift - ------------------------------------ -Redesigned: -suitcase -ruller - ------------------------------------ -Removed: -window - - - -13.02.2011 -========================================== -GLYPHICONS 1.2 ------------------------------------ -New icons: -barcode -qrcode -boat -sea_urchin -fins -starfish -oxygen_bottle -flip -fishes -scuba_diving -snorkel_diving -computer_network -database_bann -database_minus -database_plus -database_lock -folder_new -folder_flag -folder_lock -folder_minus -folder_plus -folder_open -credit_card -computer_proces -computer_service -computer_locked -inbox_out -inbox_in -inbox_lock -inbox_minus -inbox_plus -inbox -message_new -message_lock -message_flag -message_ban -message_minus -message_plus -message_out -message_in -message_empty -message_full -behance -picture -cloud_service -bus -charts -notes -notes_2 -stats - ------------- -Redesigned: -snowflake -envelope -display -home -phone -sun -camera - ------------- -Changed/fixed icons: -woman -car -cars -cloud -cloud_upload -cloud_download -alarm -airplane -ring -settings -imac -bomb -music -ruller - - - -11.05.2011 -========================================== -GLYPHICONS 1.3 ------------------------------------ -New icons: -train -4square -skitch -youtube -github -pdf -text -presentation -excel -word -stroller -embed_closed -embed -list -justify -align_right -align_center -align_left -right_indent -left_indent -text_resize -text_width -text_height -text_strike -text_underline -bold -italic -font -vector_path_all -vector_path_curve -vector_path_line -vector_path_polygon -vector_path_circle -vector_path_square -crop -tint -adjust -table -cargo -wifi -wifi_alt -fire -eye_close -eye_open -wind -signal -old_man -wifi_alt -credit -girl - ------------- -Redesigned: -heart -camera -pizza -calendar -podium -translate - ------------- -Changed/fixed icons: -suitcase -ring -behance -evernote -twitter_t -facebook -ring -woman -scissors - ------------- -Removed: -battery_charge -lab -battery_75_percent -computer_network -grenade -file_save -file_open -file_plus -file_minus -file_remove - - - -07.08.2011 -========================================== -GLYPHICONS 1.4 ------------------------------------ - * added 100 GLYPHICONS Halflings - 12px icons - -New icons: -quora -google+ -spotify -stumbleupon -readability -drink -wizard_hut -treasure -sand_time -bow_and_arrow -shield -swords -lantern -skull -mushrooms -deaf -beach_umbrella -albums -projector -comments -newspaper -book_open - ------------- -Redesigned: -wind -lightbulb -cd - ------------- -Changed/fixed icons: -cleaning -car -fire -microfon -train -camera -luggage (suitcase in previous version) -cake -pizza -medicinal_drink -conversation -pants -sweater -flower -perfume -cd -ring -credit -sheriffs_ star - ------------- -Removed: -starfish -sea_urchin - - - - -20.12.2011 -========================================== -GLYPHICONS 1.5 ------------------------------------ -(All PNG files have been optimized by ImageOptim - http://imageoptim.pornel.net/) - -New GLYPHICONS: -temple_islam -temple_hinduism -temple_buddhism -cart_in -cart_out -keyboard_wired -keyboard_wireless -table_tennis -pen -hospital -hospital_h -history -warning_sign -spade -tree_conifer -tree_deciduous -ax -binocularis -camera_small -router -webcam -ear_plugs -celebration -baseball -bownling -pool -buoy -pie_chart -xing -tablet -keys -text_bigger -text_smaller -pot -coffe_cup -french_press -grater -kettle -tea_kettle -beer -headset -electrical_plug -electrical_socket_eu -electrical_socket_us -circle_arrow_left -circle_arrow_right -circle_arrow_top -circle_arrow_bottom -fabric -leather - -New GLYPHICONS Halflings: -circle_exclamation_mark -gift (22.01.2012 - replaced duplicated road symbol) -leaf -fire -eye_open -eye_close -warning_sign -plane -calendar -random -comments -magnet -thin_top_arrow -thin_bottom_arrow -retweet -shopping_cart -folder -folder_open -resize_vertically -resize_horizontally - - ------------- -Redesigned: -stumbleupon -qrcode -barcode -church -download_alt -cutlery -calendar -phone -sweater -pants -birthday_cake -t-shirt -book -address_book -bookmark - ------------- -Changed/fixed icons: -fire -microphone -left_indent -right_indent -cargo -cleaning -ring -oxygen_bottle -fins -scuba_diving -medicinal_drink -podium -comments -cup -bullets -translation -picture -direction -boat -cloud_service -table -rugby -repeat -iphone (there was a bug in file: "glyphicons_163_iphone@2x.png" - fixed 7.2.2012) - ------------- -Removed: -pdf -text -presentation -excel -word -snowman -wind -mushrooms -perfume -cd -newspaper -book_open -swords -bow_and_arrow -deaf -dice -wizard_hut -treasure -sand_time -lantern -digg -medicinal_drink -translate -citation -log_file -plus -minus -cloud_service -cloud_upload -cloud_download - - - - -11.04.2012 -========================================== -GLYPHICONS 1.6 ------------------------------------ -(All PNG files have been optimized by ImageOptim - http://imageoptim.pornel.net/) - -New GLYPHICONS: -filter -gamepad -playing_dices -sampler -web_browser -share -piano -candle -turtle -rabbit -blog -dashboard -certificate -calculator -book_open -iphone_shake -pin_classic -pin_flag -tie -wallet -globe -briefcase -suitcase -thumbs_up -thumbs_down -hand_right -hand_left -hand_up -hand_down -fullscreen -shopping_bag -hdd -nameplate -nameplate_alt -vases -announcement -dumbbell -file_import -file_export -bell -pinterest -dropbox -google+_alt -jolicloud -yahoo -blogger -picasa -amazon -tumblr -wordpress - -New Halflings: -hdd -announcement -bell -certificate -thumbs_up -thumbs_down -hand_right -hand_left -hand_up -hand_down -circle_arrow_right -circle_arrow_left -circle_arrow_top -circle_arrow_down -globe_us -wrench -tasks_progress -filter -briefcase -fullscreen - - ------------- -Changed/fixed icons: -circle_arrow_left -circle_arrow_right -circle_arrow_top -circle_arrow_down -settings -fire -table -message_flag -message_lock -message_new -folder_lock -folder_flag -folder_new -tree_conifer - - - - -1.11.2012 -========================================== -GLYPHICONS 1.7 ------------------------------------ - * a new font format for GLYPHICONS - * a new font format for GLYPHICONS Halflings - * Halflings in vectors - -New GLYPHICONS: -bicycle -soccer_ball -building -life_preserver -posterous_spaces -instagram -unchecked -heart_empty -eyedropper -bug -crown -smoking -cloud_upload -cloud_download -restart -security_camera -hand_saw -collapse -expand -expand_top -globe_eu -globe -claw_hammer -classic_hammer -nails -spray -badoo - - -New Halflings: -dashboard -paperclip -heart_empty -link -phone -pushpin -euro -usd -gbp -sort -sort_by_alphabet -sort_by_alphabet_alt -sort_by_order -sort_by_order_alt -sort_by_attributes -sort_by_attributes_alt -unchecked -expand -collapse -collapse_top - ------------- -Redesigned: -thin_right_arrow -thin_left_arrow -cogwheel -cogwheels -cogwheel (in Halflings) -fullscreen -boat - ------------------------------------ -Removed: -computer_locked -computer_service -computer_proces -web_browser -twitter_t -buzz -google_plus - - - - - - -24.7.2013 -========================================== -GLYPHICONS 1.8 ------------------------------------ - * new website, including integrated search among all icons - * GLYPHICONS Social are now a separate set of icons - * 130 GLYPHICONS Filetypes in a new set of icons - * simplified HTML/CSS code for all icons - * all icons also as individual and paged PDF files - - ------------------------------------ -New GLYPHICONS Social: -vine -myspace -goodreads -apple -windows -yelp -playstation -xbox -android -ios - - ------------------------------------ -New GLYPHICONS Filetypes: -txt -doc -rtf -log -tex -msg -text -wpd -wps -docx -page -csv -dat -tar -xml -vcf -pps -key -ppt -pptx -sdf -gbr -ged -mp3 -m4a -waw -wma -mpa -iff -aif -ra -mid -m3v -3gp -shf -avi -asx -mp4 -3g2 -mpg -asf -vob -wmv -mov -srt -m4v -flv -rm -png -psd -psp -jpg -tif -tiff -gif -bmp -tga -thm -yuv -dds -ai -eps -ps -svg -pdf -pct -indd -xlr -xls -xlsx -db -dbf -mdb -pdb -sql -aacd -app -exe -com -bat -apk -jar -hsf -pif -vb -cgi -css -js -php -xhtml -html -html -asp -cer -jsp -cfm -aspx -rss -csr -less -otf -ttf -font -fnt -eot -woff -zip -zipx -rar -tar -sitx -deb -7z -pkg -rpm -cbr -gz -dmg -cue -bin -iso -hdf -vcd -bak -tmp -ics -msi -cfg -ini -prf - - ------------------------------------ -New GLYPHICONS Halflings: -log_in -flash -log_out -new_window -record -save -open -saved -import -export -send -floppy_disk -floppy_saved -floppy_remove -floppy_save -floppy_open -credit_card -transfer -cutlery -header -compressed -earphone -phone_alt -tower -stats -sd_video -hd_video -subtitles -sound_stereo -sound_dolby -sound_5_1 -sound_6_1 -sound_7_1 -copyright_mark -registration_mark -cloud -cloud_download -cloud_upload -tree_conifer -tree_deciduous - - ------------------------------------ -New GLYPHICONS: -record -message_forward -coat_hanger -dress -bathrobe -shirt -underwear -log_in -log_out -exit -new_window_alt -video_sd -video_hd -subtitles -sound_stereo -sound_dolby -sound_5_1 -sound_6_1 -sound_7_1 -copyright_mark -registration_mark -radar -skateboard -golf_course -sorting -sort-by-alphabet -sort-by-alphabet-alt -sort-by-order -sort-by-order-alt -sort-by-attributes -sort-by-attributes-alt -compressed -anglepoise_lamp -cloud_plus -cloud_minus -disk_save -disk_open -disk_saved -disk_remove -disk_import -disk_export -tower -send -git_branch -git_create -git_private -git_delete -git_merge -git_pull_request -git_compare -git_commit -construction_cone -shoe_steps -plus -minus -redo -undo -golf -hockey -pipe -wrench -folder_closed -phone_alt -earphone -floppy_disk -floppy_saved -floppy_remove -floppy_save -floppy_open -translate -fax -factory -shop_window -shop -kiosk -kiosk_wheels -kiosk_light -kiosk_food -transfer -money -header -blacksmith -saw_blade -basketball -server -server_plus -server_minus -server_ban -server_flag -server_lock -server_new - - ------------- -Redesigned: -cloud -cloud_upload -cloud_download -cutlery -suitcase -download_alt -download_alt (in Halflings) - - ------------- -Changed icons: -boat -oxygen_bottle -bullets -spade -celebration -french_press -pot -filter -bell -pushpin -pin_flag -hdd -crown -vases -bullhorn -dumbbell -bomb -ax -baseball -spray -security_camera -wallet -podium -smoking -temple_christianity_church -temple_islam -credit_card -nameplate -nameplate_alt -keyboard_wired -keboard_wireless - - ------------------------------------ -Removed: -phone - - - - - - - -28.1.2014 -========================================== -GLYPHICONS 1.8.1 (minor update) ------------------------------------ - * changes in UTF codes for better compatibility with some browsers - * changes in the names of a few symbols - - - ------------------------------------ -GLYPHICONS affected symbols: -E003 dog -E005 girl -E011 camera -E015 train -E023 fire -E032 bus -E036 woman -E046 calendar -E056 stopwatch -E063 paperclip -E073 bookmark -E204 lock -E264 bank -E290 bomb -E291 skull -E299 hospital -E301 microphone -E307 bicycle -E316 bowling -E334 bell -E336 pushpin -E339 turtle -E340 rabbit -E342 briefcase -E361 bug -E362 crown -E383 dress -E412 package -E440 wrench -E451 factory - - ------------------------------------ -GLYPHICONS changed names: -coffe_cup ---> coffee_cup (misspelled name) -cloud-download ---> cloud-upload (accidentally reversed names) -cloud-upload ---> cloud-download - - ------------------------------------ -GLYPHICONS Halflings affected symbols: -E033 lock -E044 bookmark -E046 camera -E104 fire -E109 calendar -E123 bell -E136 wrench -E139 briefcase -E142 paperclip -E146 pushpin - - ------------------------------------ -GLYPHICONS Filetypes affected symbols: -E018 key - - ------------------------------------ -GLYPHICONS Social affected symbols: - - none - - - - - diff --git a/core/static/plugins/glyphicons-pro/glyphicons/ai/glyphicons.ai b/core/static/plugins/glyphicons-pro/glyphicons/ai/glyphicons.ai deleted file mode 100644 index ea9d62c..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons/ai/glyphicons.ai +++ /dev/null @@ -1,22140 +0,0 @@ -%PDF-1.5 % -1 0 obj <>/OCGs[5 0 R 6 0 R 7 0 R 2067 0 R 2068 0 R 2069 0 R 4128 0 R 4129 0 R 4130 0 R 6189 0 R 6190 0 R 6191 0 R 8250 0 R 8251 0 R 8252 0 R 10311 0 R 10312 0 R 10313 0 R 12372 0 R 12373 0 R 12374 0 R]>>/Pages 3 0 R/Type/Catalog>> endobj 2 0 obj <>stream - - - - - application/pdf - - - glyphicons - - - Adobe Illustrator CS6 (Macintosh) - 2013-06-25T10:38:58+02:00 - 2014-01-28T10:27:07+01:00 - 2014-01-28T10:27:07+01:00 - - - - 52 - 256 - JPEG - /9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgBAAA0AwER AAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE 1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZ qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp 0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo +DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8A6UPJXlO18s6nrH/KtYJN V0+9li03SrUyvNcCGURxSpJNDAYo3pzFAUC9z0xSDRsMg0LTLXy/5osbLSfJ8tj+k4Bd6zqkNwxs 4J5Y39SNuvrTcrdF5cBsQeQ2Uqk2bTSfztqSaH5g1GLy5qE11o08sFlpwikWW/VOIjlg5xr8Dsx6 cqAVxQ3e+cNdi81aLpNr5ZvLnStTgE17rRIjjsiwcrHLGVJL1QBhyFK4qpL571U6L5ivz5X1JbzR ZmhstNaNvVvgFXhJCyqyFGlLKSheiry3qBireo+ctch1jy5bWWgXVzYayoe9ujFMn1LkVFJgU+Aj kah6dMVUP8c+a/8AEf6O/wAIXX6I+ufU/wBNer8FPU4et6Hper6dN+X2ffj8WKscFvrcPkXXVufz Zg9W31IJN5mNtaRpYBCivYupm9PmWYDkWDValMVZnBBqa67oJl81CWMafJ9Y0pYbVRqUqCMG8VqG RFUyVZY247r2ryVSu9sNUtvLPmBY/Oca3Fzfevb6peGMR6ekk0fG3PpvF8PAcQpZSWY7iooqtkTV 181eTw3nO3jheydZdF4Rs+qyJDyluIn5BmA+F9l+H/ZYqh9Ci1G3tPPMk/neG+SXUbhYLhyvHRVb /j3NXIDQo60BoK9RiqcveW+kt5atdW8020UsEKxT+vJHBJqdw8awRMFkdjR5CzhVJYvxFTvVVIP8 TaZ/jP6l/wArBh9b9LfVv0Dwg519Pl9T5U5c+fw8unH4aep8eKpZq2k+WdO/L/VxYfl9JdaRqOqK 76SRcCe63RPr3pQx3NzGOcfwKqcuPxELU4qyDTzZzeYvKlwPKEkFx+ila21LkAunRPEfVtGVuDVQ mNKcd+Vf2MVSG+HlzUvIvnP6x5DvDBa6jPK+iQidZNWuYyvpyr9VUyUkelRxYJTkemKp6NL8pW/m TydDb+WbyVorNhpWr+jc+lpsVvCRFDO0tGiaRJnQLIK9m7YqxrT9V0LS9C/MG8s/y/u+VlqT2t5Y Ms0/6Y/0ll+tIJEeqlpnkZgrUXuQBRVOL3QfI97r/kq91Dylcz37WyRWM8qTyJpy28TPClwhJjLK 0jBWcEq3xVGxxVgf13RP+Vtel/yqu4+tf4j4/wCJfrF5w9Xn/wAdHh6Hp8e/Hlx98VeiRQeeYPJO sRDzPpp10TG2j1mVy9taBQsZDJReMy9aMx+M+FFxVPW/TSeYtGafX7aOJ7GWK40YLGDdXZCv68Zb 94VQI3wrSg8eyrE9Oh873/lTzHBqHn7TJ7oTxSWmr6cIohp8aS+pKkzKeNCi8Ry3pWreCqb6jZ+d P8beVrg+aLWz00WzJqmhcErf3CIfUkgLLz4qXU7HpiqrZ3XmJ9H8x2/+J9MW9tJZGtNU4rcCyhLM yi7i5wJVI14/aHQk1xVp9UvtLvPJ+man5rso71oEj1W3kSNZdUmMSxI9vuPT5z1agHxfZFMVS3/E l1/jj9H/AOOdL4fpP/jhcI/rPpel6P1Lnyry9T95ypXl8HviqDnl8pSflr5gMXkO6udMtNTmFz5f u4RHLeTG6US3cXrE8/tlw1f2SoxVOLmy8pwfmF5Xhj8oSPq0enypaa1FbqttptrGlFgeRfgDVHpo oB48tqBjVVQvLfyrH5N82hvKdyunm9nk1HT5EMbXkwdGa6iKszBOVHDpuvGqiuKou6XRbbzv5Thb ync8xYzQ6VrUUamHT6RgtazqjER1jSisaiuy98VY5oc/kWPRvPT6h5JvdEtY7krr8LwSzfXuUjss 0BjJMhDOX/d/ZqpB6UVVrmy/L241nyLdN5R1e+uEtrUaJqNtFdzWlhGjAwreyeqqVib4uUysR9rr irDP+Qcf8rb/APJeal+mv8Q8P099dm9D616/P636Xr8fT5fHw4UptTtir0vWrD8x/wDBGqxad5ps bXzGb2SS21aaOL6va2/1jkIHDRupIh+H4kqCaVNOWKpsG17/ABJoKfp61NmtjKdT0ykXrXkxVOFz F8PNURg32SBv7Yqk9xa+eLfyv5lFz52s49RmnL6FqhgtoYrGJmBhin5rKj8/ssWUnf4d8VTNk1+T X/LM1v5jt5dGFu630J9ETajN6LFJY+MbLx+EyMsZHiKAEMqgzrOrnSdflXzNpTvC6vBcxywqtnG8 7rxkdleNCYVURmVX/e8q8looVXNqXm/695PQ6xo0YuYi+sWplq9+TEKmx+CrLHX1Awpy2rQYqlX+ JPN//KxPT/xR5a/Qf1j9H/4f+sj676nqcv5PU+tejv6XLj7ftYqs4+RbL8vtZurHy7qY0GyvBItn a+ss929p6SrcWoEwk9OsYUbryC9KUqqnclv5e/xr5et4tJv2vYbEzW84EiWdrbwo8UX1jmyo0q+u 8aJRnHMkim4VYlZP+XY8pebVi8sX2nWS6hb22sWt3I0T3M/1hEjnjd5pPg5Mrc6jl4HaqrI9MvfK 41XyeLbS72Oe90yM6dPGzGCG2SAtHHcFZOMnBXIrRuJYVpyXFUksdD/LPUdF86aVNY36aY88drq0 U1zPcGT0J3WGG1VJZnj/AHysEiQKTVdtxiqbv5Q8nSaz5JD6BdDU/L1pTSIRMSmm2yIkQ+suJSjk cVRRVyxBIqAxCrCP0R+VH/KzvrX6Il/T/wCmfrn1r9Ix8frv176pz9D1a15/H6XH7G9MVen2f+Nf 8Pao97qOn/pCWeU6XdwsfQht3YFFkZo6M8PJk+yeXEE05EKqjLpfM/8AjCxlhvLVfLLWsiXNk5/0 mS6rySSL4DVVXr8f0Yqgn/xS+ha4sesWsGpGWQaRes8U8UCmnoiYCCAA12YHn8ziqO+peY31HTZo tVDaZFDGL0KsXK5cK9XA9JuPJuB+GQClaU6lVA3sHnSfSteTStSg/SUk4GiyF4pEt0DLVZqWwpty qCHNNq1HIqqsdv54il8vBr+zeGMyp5gSdT61xWM+mbd41jQMrDkw4AEYqkH6T8/fpz6t/iXy96H6 X4fUqn61+j/rPL0ev+9Po/uuPH7W9cVYMPM/5VRfk35mnjj1GXy5a6hwurZZbZ7hppHjeP03UlED 1Usrnmu4IrirJh5j/L6b80vIumr9dOuXGjG80E0VbcW0sE3H1lpXm0UcvsCB44qx3R9Y/Jq78hef ZC+o2vl+11RI9fll+KUyrcJ6ckARWPBpKbUrirK9M83flta6n5HsY7a6TXL/AEuGPy4jqfWGnzBQ PWkjf0T8MIdlLE7VAxVD2Pnz8pha+c76OS5ax0S8gl8xXBjlREuVuWEcUUcfB2CSx1NEowO5boFV JvNv5TtqHkH/AEa+Go6kkL+VLMGbksTv6ayyn1eAEaOzMHcnhUUY0XFWNf4s/IP/AJWv+jPrd5/i n9MfV6fVh6H6Q+v19Hn6PL/enfnXp+1TbFXoltcfmlJ5e1OGVtP/AMQxXUHoLFcoQlsyxtLyY25W Nj8ZjDxt8JFSeuKq9uPzEOr+WhNeWp0b6rbnWrlJIvUuLoW85nVE9CjK8ghZTGybc9umKoUp+bku ieYEjuLKLXmlgXRk9SOWKGIy/vXb9whBMJ+BZOe4+1iqNH/K0P035ZeV9Pj0lbRB5njViWe8eNg4 gLJXgsnHhutd64qh7qL85DpPmNLW60T9MG7VvLPIT+klkZP+Pr4SwkMYIHEMOQ606KooTfmLdXeh XkbadZaaVQa7bGcyP6nMqwhYQOsnLYL+8Sh/mxVBej+cP+J6/XtL/QP12v1X02+s/UPXrXl/vz0v h6U+nFWNxaN+Ttp+WOpWsMt23lq01FJ728SKRrqe7jmS7VNovUlAdgn2dhUV2rirJ10v8vF/MfR9 To8fmSTR1s9I05oJFhisld5ldYjFxgkTiyVJUgfBTcYqkOoeTPyzi/LXzBosLX0+j32pxHVJbWgv TeXF5BNGqySIg4rJKm52Va79cVS+8038rrP8w/y4tJ7jVbvWBp4Xy27uJbaSGJWlEt36gDmQ/aBA 6helMVQGk6D+UF9pH5oW8T6v6Eupta+ap5OLzC4iuncizKK7en6rE7jFU4g8p/liur/l4yTap9Y0 u1UeW4+Lek8ZIfldj06cyygmvHcYqxD/AAz+SH/K7PX+s6//AIr/AEx9b5b/AFL699c5+hX0+XDn vTpw/axV6xp6/maNBvVvbHSzqf1tfqcNS8BgBBeRgoi+It8S718d8VRUh88nzdob/Vo10hrUDWpY /QKJKYpi6Kzn6wf3wh48RSla4qoX4/MdfL+trZWli2qtqMw0mJuIiksGZeDTfFTmQW5fqxVDGf8A N5dZ8vJFaWA0doIf8QMSoeOX1GEwiAbtFx402riqa2cn5htaeYvXh09L1LmZfLAkd/Re3Cj0WujG Gdat9rjviqN/53D67olTZLamF/8AECqsjkTempT6q5dDw9TkPiU7Yqoep+YH6Yp6Ol/ob69Tn6lx 9Z/R/wBX6048PX+s+/Hh774qweHVvym1D8u9fvrfzBqMnltNRefU78TXlvPHcsyAxQyOsUoj5UAV Ph7dNsVZGbHydH5u8qQHUr46xY2Eh0a39a5a3ubYQmJpJ6A28jhTyqxDV38MVU7u48iw+RfMs8t/ fDQZrm+/S9zyvHnimmlKzrbhlaSNUdqKIl4DqO5xVHz33lfU/MXlPUmuLoX9xa3VzoccYmEEsM8U RlM6qpjqqFSvqEUxVIYdN8gavpPnPTotV1T6vJqvLXZhcXayQXQkjl9O1Yj93HyAWkY6bfZpiqdw WHlexvvKNoL+9NzawzjRY5Jp2+sI0AWQ3VR+9KoQw9Xflv1xVjf6U/L3/HPo/wCINX/TH6a/3h9a 5+rfXfS9H0uHH0/S4fBxrx/Xiqc3Z/Mu78masL3RtIutfF3INK0+RzJavarKPTaXmaF+HIrutdiQ hquKp28vm2LXtKtreys18vG3b9KSq7GSGZUPBIN0BTkFG6dPDFUBd3v5mDy55ilt9N059ehu508t WzyuIJ7MFRBJcNyJEjKXJWqitB8PXFUXLN51j1rQIbfT7AaM8Eg16USv6lvKIx6aWw4pyT1BTddx 140FVUuS5/NFNI81zLpWljVo7iU+VoEmfhcQhFET3TUHxmnitfs/CPixVMLi68+DUPLixadYNZzK /wDiaUzvzt39Gqi1qo5r6u1SN/briqS/XPze/wAVen+hNJ/w7+lKfXPXb6z9Q9Hj63H/AH528eXw ceH7zFUpl0X8v3/LfzRajzdqCaDNqNy+raz9ddp7Sf6wplt45GUlUD0XjQ8uXU8q4qyK50vyy3nv y9NJrN1+l4dPnbTdLNxI0FzBDxjeeVDVZJF+sqQzHkeorxNFWMx+SvJ8nknzxpcfmi8Gnalq88us 3xKepaXQkiaa2i5R0YNxVKcWLcqCpxVldumhwXPlLnd3lzfQ2rQWCOjtLIksC8ri8ThyjoIaF34g O3E7kDFUol1zyM/l7zm/+I9QkgsrmaLXL5JJTc2knQRWdE+FU+xGYlPxA7lqnFWr/wDwI+vfl/eT 6/dfWHhdfL9v6svpagjQJxkuUChSy1R1LcfjIHtirF/Q/KL/AJWHT/Fl/wD4k/xHz+pfWLjh9c48 /qnSnocvgpy4cv3ftir0Gw1P8wn8t6jcXmgWSa5Hdyx2GmreUhntfVAWR5vTfgxjLGnH4qb8OXFV U2kudcOt2CJpkR054Ha9v3nAlgkNCsUcQRvUqyjkeSj50xVASP5lbQ9cb9CWj6hFczvo9m0iBLtI yrW80vVUkZhWhbsCSlfhVR11+lE8x6c1tp0MtlPBOmp6kxVZ4THwa3jUfadXZpKjoKYqk0s/nD9E ebyPLtmt2j3H6BthIkqakot1WN7kVjoZWHFlYjbatByKqYXM3mBtS8uf7h4JYHEr6vcl42axk9Ci CHkys3N2ZCyA7dt64qw79Mfm5/iv0/8AAdj+iv0hX9KfWbXl6fqfV/rdfW9Wv1Pfl6XP9jhTfFUa lz5XvfIOuwx+cp3023urlrrXFlVJ7XlOZWi5qqc0DMVXb4lNASMVTq6trGLzroccvmPUIr9LG4+r aEHT6peRxcVmnnUxMzyIZUofVFOw+3VVBXM/l3SPLvmTUX8yXFlbNdM2paxdSNI1pukfpW/rAqq0 +GIKCvNqqCdsVVm1HynJ5h8rQDX5Flns5JtB0lZ5At4npL/pE1Tym4RfYEhpUlqFt1VS82nlj9G+ eo5PNF/caY0ss2syLO7vpkgj5zxW0yKeKoir+5AbjuD144qmsWoaDY3flLS77XXm1W4hkGlrOzLN f+nbj1JZFFAWCHkeQ+0dt8VYd/g3Qf8AGXr/APK0dc+ufpWv6C/Syej61PW+pehT7FP2PDbriqb2 kv5iJ5Q1qaLyvpEOt/XHnttLUskVwOQZ5JSVVWncrVW5UJpUimKplc655yj88+W9NPl2KXTrqzdt Z15CXW0kMUjvbxsQDxeaGHc9dtvBVIdKvvPsHlbzVcDyJYadqEU7y6Jaxeky3yrK4R54YiG9RPTV /tDnyHGmKsmXV/NDa15aC+XxNaajaO2tasSkL2cnpCRIvSkb1aNJUFd6fRiqWSXnnKXQ/OEFx5Ht lRGmXSrD6zbyx6skpdZJJVWgXmtGZZKFq8eu+Kt3+qedk8yeUIYPJ1u2nyw11a9MsUj6S7rweKFh x5Dj8NUXcYqkX+Nfzs/x3+jf8Awf4a/Svofpv6wnP6l63o/W+HOvL6v8VKV7YqusdTtY/wAuPMdy nn4Pbx30sdz5hks5S1q0rIXgEUkjO398vAoQAGHEbYqzAzQR+a9Ftb7zAZLprF2tdIjQQx3M6Ckl 2xStR6bNxiZiv7QBK1CrA7mDSD5E87R335j3E1ouqiW91YLKJNKZLuMtZqEfnwLR+nRSNm8DirK5 ItI0+68j3lz5on9KGH9H2MActHq01zbqkUsoXkWYKjSA9N6k4qlk1toSeWvOrWXnjULJ11GWXVNW llaX9FyJces9tbRzDikfE+nxWta7dsVULiLTF1/yH6/5g3iz3VtH9Qs/UaNNYEQExmmVWRKyK4G4 +Lpv0xVjf6N0H/lYPp/8rO1j6/8ApT/jif6X6Pq+r6Po1rw4cv3XP7P7PtirKpNT1y28h69c2v5d RC7bUiIvLatHxvlkeIyXkhEQHxcmbdC3wiu/RVk/qLL5n0Seby1W7nsZGm1opEzWLAArbeq3GT4u cgPEfrxVjl++tX3lTzlNqPkG3nvJLv04tIMyzjVxB6UcM8haKMAcETiTXZfbFUTqEXqecvKNyfIk d1W2/e6+fRWTSf3ZKQorLzIDEq1ONK7V3GKoKPzH5xfRfObz/l4BJYzlNKsGmjkGrq8zhpCpSigD 94ag15YqjLXS7f1PITSeRrYGKzBlkZY5ZtDZIYmjhid1FQsjlKqwPw1Cnsqlv6OvP8a/Xv8AlWOm fVP0x9X/AE1xtP0hSvrfpWvD+79X4vt+pXelcVRVtZ/o7yJ5nH/Kw3IbUrp5PMdyUmOm1kRGs6Sy Mo9OnFaFaFqqBtiqd2+ma63mbQ+PmoSwaPpy/pfSRbjlftcI8SXby+qRGDJDyUcG+yw5UJxVJY43 t/K3m6RfzD5etdy6lFrBWKYaRaSuHS2Cs7hgqoyjkRsdlHdVW1GGeLz15Pt5vP5t7iG0YT6AyRBt YKoQbg8XRUJb4qKhGx40xVCrYKND89o35hyTJc3czi+icF9E5SNS2jKSsax7Jx+E1HTtiqMk0aaf V/J10nnZysFrCq2vOQHVvTUO9xwiuIom9Vd2LxSAV2pirAK6P/ytT/ycMv1j9PV/wrzvOPP6zT9H U+uelTl+6/u+P+Tir0KC3in8n+YoL7yY8UdxqN2o0NXEh1FnmHG5dgFEaTyfE1dlUV3GKr7mK3uv zD8s3kvlF7jUV0+SSXzMzMI9PRo3H1dWkRGld2dlKlVIB5EdsVS6bRNMtPK/mxrfyC7Q6heCVdLi lVZtWYyKRPIAa29ZCWIfooqe6hVNG0zTR5o8pMnk4TmGxkWHXm4V0pIYh6dv+9pMS/qFex9j8XFV Bm0s4dF86/Ufy/iilt3kjhs1SCH9NLEnrpIGRK7zSuFqG8RuSAqi7rUbm21zyXp0fktpIZ4XL6gn Ex6KUgH7rksbD4h+72ZQaYqwf/ENz/j/AOr/APKmZP0d/iH6r/i3019b1/X/AOOl6f1b1fRr+89b 1OFP2q7Yqy+OTTrnyRrEuj+fjFANQmlufMhmhuxZr6yv9URpi0aBIikY5V68urYqi57fW/8AG3lu ObznBFbRWLPLoCQwpPqc8alZbnkzswiAdW4IDQjr4KoLR9F12Ly15zgbzol7cXV5fG01QlmGlfB/ cN++PEwdSAy08Biqba9Zar/jvQLxfNq6XprCSE+WWhjJ1CVUkdikrOrjgvFiAhpx7VxVjtno/mKW z8+rYef0kuLy8ZrOdqTLosayM0sNHchf3dVr8PEio6YqmMGleYLhvJl3Y+fEOn20EZu4jDFP+miU XnIs3qoQGUnjxVqVr1AxV31S6/xf/wAp+tf0n6v6ArbcuPo1+p8a+p/d/s06fHTn8WKpJJD5f0L8 tdfisvy5vprFNSdJfLaRtPNetzjjF3GKyuU4qu6ggcPhqoDFVkTaraXPnTysreUr4TS6fJPb600J SLTRNES1pOV+FHYRBSpOxp44qlZg0SXyX5qSLyLewWd5du2paTxa3m1D1pEWe4AhJlb4PjYICWA4 ryb4cVZCNTKeYNEt5PLN+95NZjnqT+lNHYLIpLwyXBkeslYwJChPL4d27KpXBPZQaV5umh8nXyTR TPezWVwGddRlDMwMRQ3HIFo+bJErCjbKzMVxVXnh0NtZ8lSDyhzkeGVrO8a3CnR1WFGEbDgREzF+ PGq04t3ABVYl62lf8rA9L/lWEnq/pzn/AIi9Cfh63Pj+kOX1bjwpvXn9vf7P7zFU68t2vm5PJurJ qHn2yvdTk1Od4dciWF4bWMBK2hUFE5RurEiu1adMVTeK081L5l8u3Mvm63bTEsUh1HSPRgB1C5MM tbmKT+8Xm/BwqbUQ+JxVKrLRPzCg8ueYlvfOttLetexSafqPBFisoYJkeaGWgH24wVYHpXriqeXM OvyeYPLxl81W1kI4eeo6HFDCf0hKI2DvE8jeskaseVFr03xVC6tb+bn0HzNb23m+yg1Lnwsb1oIk XTebmQJOOT8m9CRACwHZu+KqE2m+dZNS8jSjzdaj6pFIdet1RUGrloo6vCgJFFozDiNq1xVI/wBB /mJ/jj1P+Vg2f6F/Tf1r9B/B6/1b/lh5fa+z+ziqx4PJh/LHzTH/AID1U6U2pzSah5dEcwu72f14 2+swj1PUKsVR/gbbiQOmKspE+nDz5odnB5duWvF0p5f0vNVYLG0B4CBal1a5aQqpUUbhU8iBQqpU dE8iz+UvNdqPKcq6bqGoTRXtiYpo21G69VVWRClZURp6UkACp9rahxVkAg06HU/LtvbaLcQ3MNuB 6du7QQWVokLIqXBjdbecI7BEhq9CS6D4ScVSJ7Xywvl/zrev5QnbTLq4lkvU4s1zq7Rf3kgjYiVY xIGWOuxUclHE4q3e6nodvrvkWNPKd7I9xb8LC6Mbr+i4iiKI7hasAQKCjHamKsT/AMSeWf8AlaH6 I/5VvqX1v9M+p/iPg/1b6x6np/XOXSnf/V9sVZ0knnSHy7rEjeZ9Iu7sXJFlqRg+rwWqFwGhmAln VnUEcSe53riqatJr7eZtHLajZJprWM/17TlY+tPdOYmjmgqKmOII46/t712oqkEsf5gHyr5tWHzX pqas+oznQtTKRtBp9oXj4W9wCnH1EXkPjDbkVJxVM4bbzOuveXLqbzDbSQvYGDVdK4oqXUyx82vL Qj46h9uP2eBr1G6rufmb6p5kceYrBpEmI02ThGsdiisSY7j7XxcfhJau/wAVBXiFV8tp5zmvPLct tr9qbGOBf0wiQopvpKRs00RImohVXoiFacq8zTjiqG/R/wCYH+JPX/xJa/on9IU/Rfoxc/q3D1PQ 9Thz9Tj8XXpvXFWM2Hlr8rH/AC/8x2a+TtSg0A6nL+kNIa3u2uLu5t5EVZ4EV2lMbMi0YMqih5UF cVTuTQPISefvLJOgXJ12y00ro+oBZ/Rs7W3Vo1hmPP01ak7KvIEn7sVScaD+V8vkvzbaL5Vvf0HP qf1fV7DjcCW9uI54yJbdVlMvpiRwy8ePQ7dcVTCDQvIEvmHyTKvlq8TULbTUXQbllnC6fbQwlkhu f3nAMo+Cj8jyI+eKoSz0b8szoXnNYfLF4lpc3rjXrVo7oNezxXT8Xgq5YqZKuPToBXFUyjsvI9pq HkGAaBc28tvbSjy7I6Sf7jka3RTDcNycBmVgnxFviHXviqQ+h+X3+PfrH+Er/wDSX6e5/pmkno/p H0vQ9bj6n93w3+xw/axVO4rX82rryXrENt5g0lvNDajL+jdRiT1LWCzWRKQyJ6X96qBgaq1CepxV Oo089rrOhImo6bcaZFaBfMUTxut1LMYzS4tih4KplUUVlpQt4DFUCJvzL/QnmMm/0R755mTyzeKZ Y4IlkbgFu6iWrxE7cftHY0xVMmuvNcmuaCyT6amlvau2sQLOxllnkRfTNqDCecSFW3LqWB6bbqoS Sfz9+hvMk5vNIiu2klTy5OJXNrAikxr9bLRcvURxWShIJ+EcaVxVVebzx+l/LPG50tbN4JB5htWm cyTOYgVex/cKW9OQVJYqCpI41oQqlP1r8zP8d8/0pof+Gfrvofor6w31v6v6FKf7zV+sc/3vDnSn w1/axVKA35aR/lv5umEF/qGgSavefpqziJW4nvHuUjlSH0mhrHM/FkowBVvoxVmC6V5WsvOGlILO VtXj0ySHTZzHJJDDbWrKjASkFUkb16VrUjbvuqg77QPJVr5U1m1lsLs6VPdvearHDa3clzPO9wsz FUjjaaVeVFqgICDqANlUQ0HlGTzPoNy+nXH6SFk40c/Ubn6vawkAnkwi9G2k4/COZVgPh70KqCt7 fyMukeZoQsseji+kbV7uRpHjluZpfrMywg86qsk3A8FpWq9QcVbj0byvFrHku2+p3yano1jJ+iFJ qbeD0YreRbtgxUtw+GtTvUA1YBlUm/RH5Zf44+t/oa7+vfpWv6d4P9R/Sf2uHq8vtep+7rxpz/d1 /ZxVUEn55r5F1Y3NzokXmoXo/RNyrMLQWnNA4m5Kf3g+NRt4YqzG1m8wx6jp8dzLZywz2ii/hDmO WO5RWZpYF4t6sbt8PEleNK79MVSW7P5kr5b1lrPVdJk1o3UZ0m4miaO1t4PVQSxXPF5Gd1i5fEON SR8IxVUlf8xRr3lqOO70w6WYFPmONuQuJZhE/JrQDbh6nE79u/WqrTxfmsLDzAIbrSZNQa7VvLRd JRDHa+vX070KeTN6HUp17UOKqn1f8z01byvIt1p02mJamLzbEyvHI9yY1Pr2lFfYSKw4lhse/VVW Pfoz/nIH/Gvr/pnSv8I/pXn9U9AfWP0XWvp8+P8Aecfh69firT4cVSR4fyzj/KLXPrV7rF95Z07V JGvlvIkvLqG7WdDJEsU8MiMgmkq3NSASxqDiqcXFl+XkH5veTkkbUP8AFMGjSJog9P8A0U2cccqt 67FOSycXfuN6V6gFVj8N3+Ri/lz52vB9YfyzDq6jzErW4Dm8S4i4iNBGvJGkZBuK0rXFU1j1L8sl 85flxELbUD5jn0tD5ctSqUSyNs4D3ZB9LlHF6h+BjQ12Pw4qhLPzJ+T8fl78xvTS/wD0NaajJN5p vHQ1a7mm9NoLff1SiPGKLx4gN7miq26ufyludf8AyymlstRfVLmztj5P0+ikRWsfBo5piW4JxjpI 9JORVaEE0UqpN/iH8jP+Vm/oznqn6d/xF6fqemPq36V+uc/Rrx58PrG9aU71xV//2Q== - - - - proof:pdf - uuid:65E6390686CF11DBA6E2D887CEACB407 - xmp.did:0680117407206811822AEE941207486C - uuid:3c5796ad-966b-134c-a664-4248e8a222ab - - xmp.iid:0180117407206811822AEE941207486C - xmp.did:0180117407206811822AEE941207486C - uuid:65E6390686CF11DBA6E2D887CEACB407 - proof:pdf - - - - - saved - xmp.iid:F77F1174072068118083C7F0484AEE19 - 2010-09-26T16:21:55+02:00 - Adobe Illustrator CS5 - / - - - saved - xmp.iid:0680117407206811822AEE941207486C - 2013-06-25T10:38:56+02:00 - Adobe Illustrator CS6 (Macintosh) - / - - - - Web - Document - 1 - True - False - - 576.000000 - 2352.136700 - Pixels - - - - Cyan - Magenta - Yellow - Black - - - - - - Default Swatch Group - 0 - - - - Black - RGB - PROCESS - 0 - 0 - 0 - - - R=255 G=183 B=188 1 - RGB - PROCESS - 255 - 183 - 188 - - - - - - - Adobe PDF library 10.01 - - - - - - - - - - - - - - - - - - - - - - - - - endstream endobj 3 0 obj <> endobj 9 0 obj <>/Resources<>/Properties<>/XObject<>>>/Thumb 13400 0 R/TrimBox[0.0 0.0 576.0 2352.14]/Type/Page>> endobj 12376 0 obj <>stream -HtMn$=O3"#"k+@0A@^<Qbgoo>^x"+^Wέo>NJ~/o~?^[^[sۺĺuuuu.[ QRRRRRRRRQ(lT* -BEPQ(U*J(U*JREoJERQ)TT**ZEVQUT*jFEQѨhT4*n*O#]*TtRѥKE.]<`}󨽳maBFaFX"%-EM,rbX")MEU,bX"-mE],bX"1Ee,2cX"5Em,rcX"9ͱEu,cX"=E},cY"A E,2d!Y"E-E,rd# Y"IME,d%A]tI%A]tI%A]tI%A]tI%A]tI%A]tI%A]tI%A]tI%A]tI%A]tI%A]tI%A]tI%A]tI%A]tI%A]tI%A]tI%A]tI%A]tI%A]tI%A]tI%A]tI%A]tI%A]tI%A]tI%A]tI%I$]tI%I$]tI%I$]tI%I$]tI%I$]tI%I$]tI%I$]tI%I$]tI%I$]tI%I$]tI%I$]tI%I$]tI%I$]tI%I$]tI%I$]tI%I$]tI%I$]tI%I$]tI%I$]tI%I$]tI%I$]tI%I$]tI%I$]tI%I$]tI%I$]tI%.tɦK6]Mld%.tɦK6]Mld%.tɦK6]Mld%.tɦK6]Mld%.tɦK6]Mld%.tɦK6]Mld%.tɦK6]Mld%.tɦK6]Mld%.tɦK6]Mld%.tɦK6]Mld%.tɦK6]Mld%.tɦK6]Mld%.tɦK6]RtI%E]RtI%E]RtI%E]RtI%E]RtI%E]RtI%E]RtI%E]RtI%E]RtI%E]RtI%E]RtI%E]RtI%E]RtI%E]RtI%E]RtI%E]RtI%E]RtI%E]RtI%E]RtI%E]RtI%E]RtI%E]RtI%E]RtI%E]RtI%E]RtI%E]tI%M4]tI%M4]tI%M4]tI%M4]tI%M4]tI%M4]tI%M4]tI%M4]tI%M4]tI%M4]tI%M4]tI%M4]tI%M4]tI%M4]tI%M4]tI%M4]tI%M4]tI%M4]tI%M4]tI%M4]tI%M4]tI%M4]tI%M4]tI%M4]tI%M4]2t%C ]2t%C ]2t%C ]2t%C ]2t%C ]2t%C ]2t%C ]2t%C ]2t%C ]2t%C ]2t%C ]2t%C ]2t%C ]2t%C ]2t%C ]2t%C ]2t%C ]2t%C ]2t%C ]2t%C ]2t%C ]2t%C ]2t%C ]2t%C ]2t%C ]rC%.9tɡK]rC%.9tɡK]rC%.9tɡK]rC%.9tɡK]rC%.9tɡK]rC%.9tɡK]rC%.9tɡK]rC%.9tɡK]rC%.9tɡK]rC%.9tɡK]rC%.9tɡK]rC%.9tɡK]rC%]r%]r%]r%]r%]r%]r%]r%]r%]r%]r%]r%]r%]r%]r%]r%]r%]r%]r%]r%]r}s>^޾}z_>>-u=nYM_^~x=y?n˥u?Y _|^Kח?ׇx]^!^ǻO<.iL9=r~|1=ǝk?y<~Lp0_e98?W+lTQ ݷG0Dj)ׇcO["gKU`YUiey7#*>iv}vTcBQhѨ̓@"v= -j/6"쩝&pls"5}]J9-.HO YC(r)ng:tHr&` -ctD"+>q au˔uLo{.dn2{6s}ierahQWkںa$" A\@N+hMr]@&Vh0WhkEI!Ik8:U(M.V0׍&dAel߂{1h½A-<qOyqF7#sEABQ~@2eŃeΒfCZPE7uhbí5YsC~ D~~ ,~t poa%o(EF?Pw^΃y;o~n.~mWjR kh< ֧$OMU -QU˭RIȱbbW?yM}#Y'3fy+P\c]yo|^)F ^t6fm$Յނ44`@WݹDӔ~VnQb2lX{؅:} dHa_p*J"eqjJZV}}ex!5|*;щ'8:_GFo#S4#׶m.~c@.`+.?eT@;ݽs:Eя3:ݓ4G,ٴ,#zVD;xBB1nMp<5*k54OҒ @5`?lS('>nM$M2)!p^a8(Gq>NII77їW;uq}ť1D2e ?* Wx WEJҬj2 %~׻BoED>D{➾D"|o]KsH62?l_ԥ,12"N3|Yo3ݧ85{"sz`S]^aq1FYj`Awd}׶튶)nlshSw$7,w9v6)ȼ̑Ȭ&7Nw?̡!,S@5cj09fZ -͵K>$'7Ji`Ha 63)ˌY̤gqtz ПdmRx#-4sdNe"܂rV Mվ{I>_M,/>[ra_IV `A&d3u)Q~ZŻ Xs~`R-QA ݃qf9w%"U ,2[e"`o=PP\ԗqBJ(eQk2#$LD`e,ؘ# 5}* Nɚ51˔;\4GV`: A-iD2&}VDj hk_P2߃aȽLxp$RS ^]cS'gM -L[@F~gS#9_ ʼniƁG_zd Ӝ0vr -EW9z~/D9T/0 "&YuZ -TcfWǏ?N^&)e4NEH_3-n36+lqCGLE4e K@SLb2>jT#G%hAfsqyu䤖 hE9Td(]&$PafTJb+ SѩB{7.0 k`w}lh0d8U?k51E$IQR"nh,xa8lQ]V{U:3=zX(i/#) Ev{j|A3bvq4"e[K U)3j++n]@!Tϫw%*S04˾-!3͔3([i_@jE Pwu;?H~+;B#+dM$`Dq*(z:s֖g|?OIQhm8w\T0ErGss7 N5~zS?haMvȕڱT$Q*2(t?h?ɤC5 {UKAIdB<Q0[u.{uxm~]סxdT"JD_׊+A'ntu:dfclf!lV&"6ϵ5`)dwTĸ,{s@>zoby|*q{o2&T[} pQ;. 895M&QX^vi)uY:-=qE;HLujps-~ZSvJT+o55uv5ϲᴛ[n.'62ҼlMwYs+xכRGS_/3ŐkDAo -, 1s|u{?G֪N6]ʡ^j}rqnn<9LO3|p cEOP?7ě| -08rMLϦ4wg+P7/5l! 8UX9^x[j|U6|U=^T^m(bp_*#kByp S_roQ<08& jt*wR#I,aR|0M`48hUt)ǩb4I}йzGß ozEiC_?1LNmL/I{XqN=\%jLޕIR7gƣWa*"CqR2UBs -aN~kH|"ZKZַ/kѝQ(i/"Yv_7(2nWj@|}kJ}K/^=^z1i `_l=wznNYwlu - -Ex];GE ^,.#}$KRݒ@Y 9nA[NVUSͬDC=/3;7U~H>R2y}"-0 -$r"縓FU%Hl!]ǒy靲Sp׾Mnׅz:;+E܍Øpj,%6F n]"!CSl\Z7ㆷOշ7\ p4۸}.\kqtMK|א4D/]@zɺmMk@W X[yߒ;=fniכYvDY~iovDQ;kuTTU)iAC&obaU;l_}%]rۻ k롘C|*Sq_%8t<ǛZ ԏeᐨ/Q.Xy+7һ`o -{]]zW֫zԛ~MMZ+UG*z]Aoy];IyYIGjLE]E:S I7OGj̍$マ0e򔵼 R+5S lxsMw4xXsZ:+\y_#LrV8Z654AO%̑މJtW#߰Ոڣ#sU߉twқ̸CI@(%s=#wK%-#n_?HA9l`FWۣ'sϰ3WL")(OϮ 8Bv\ޢz-2ZB |rP$h$FYv-H Q#%fQbcw*}{x,?-fE0s\g^͚2M/?E ~ЏZ~YG g Q_Q re0>k>؝= OMD(INaE 6kjKXqb(b]x1O+ƃy'>l-o$V)|[f0q|@kyX1R£jN(NY*niYGg_#| hXuGkm}W8!DŽWMbi|*lrP[e-.Ե=Jrhi;om2}$ ->4q -uR#Q1`N_W -h븠 -oxDo:8vko1-iWUװ1%I#Ц킡ڂDLV+[{yZeDXcv |{q+aK3B>=lߡ' ZHViwrP,E -j nj o-ۍ[bFRd>$`Npw 앓0vB$0ϦgJ#%twpnΫuʐ ލMJ*(m.~¨W(7h@s膙)UyYchnP#>Y9}ؽڸoVDeC;%߽wy8i`F@-̂7Q܂$b|%};ꓷo LtVЭX06tZ'vsCTW|&ش'IןQ}`75+3JF{\PzJu[.Z=E'ݞK!̗L粻/ﰼa5ȣTGs3x2zcR+9\~6X4HҖr>UjrY4a#Nk~ {PwڮJׂ'_$5Hcv{V(pkrL7i*4v}qy.=ahIa_F#]onQʿ {?(4w',7F ;v{4Hȳy\\M(`uOe 5я Fq@K#ee'SciahFi#@ğFSèf48fY({7%٩`$p'/e]$8\na) Bfus< mF@n`8#oT@R㾍؊!_WYwCÃ.•Aj+e5л'X'.i5XȞT|]p3;{^+š;n\XVX$d4y),PŖBǖvutfȤIcd*^O?@P -(TϡfU yr_H:1ͫ6WaEVQ"KɽG2f9CYSCZZ7Aעq2;6}ڏփ@T"-^UerbBXx*tc'K3YnYLa/ -x2"P+K-}6[Bx4b`ʚJq_+)>#E^(? -Wx"eKS(*$03b6*#W9z󁛇pv( OaqTIdmh(A݆TsJzZ3=fjtWK9[dݰWTf%d˧X۫:݀ Ab&(C-nH'eG>sp")[ Cꥅ -&o#%ԢL)i{4S-e)BCg`22vJ9ۚN7,ҟl]qex ̀,AugB]?<~ b)=v5&d -bKUKdedP\r Us3]ƛ`ܡ[ J,ZE p!DiH|Y S8|OnfCy$Ir{>iܗE4͌t.2ApTڜ4^桄 ,p`C]fQgt n'i{rezTR1_PhC}N"̫B{![.V?Q?Աn4|blhh$ -+MaBw&I">c6mB`*5$mHMT-v(ԏGU&57I蘘!Q3&m*Aȳcw;55?^ &d@J|wU gv(hHTN|KT]e\׾rH6Po肣揨2jyg3`Ev1eCbLݸE '%@,[-F:PMdp)u@BOܠ5ol^_c55=y?4i?ggTPЊ@2倓(*ٌmD:u#mW3Ɋoa^+nY|&aR &eϬOҶeQ|FSKӡrRLP?=OSf&h5hG} #JK dLﲿ描(pz*N.Iݦ,\+?#h(YHY`LqϬG/?2)|K.\O9|0 sMV4gx11)eUcǀfSׄwn++L02tfs~Q4 3s_nm:]h91 ,UDY TעTu^[hNY=؇i;u4'Y'tvl4/- Y%Kjk[ tB)L%xƃF on' 6.*E{՟5^'id{ -xxHLsB+S_#(#_YBwUނ)ht)־iq ,ƃACbKzgL`ҜUҮoHWJlgOE4?k^^J^.p3!YچJJ|*]MoGccDbʞ"c*Ig~ kemqrˊ2>6jCL֎p󻀧.6,g7{ ݶMU;$A[mjHsGc+}h -ڽx&pFl|[\Wu]NLa%ܻY52^噣lOVpDԒz+q_蟄g pYOW:i,'m o}8 59.kzkeFy i[ -E2> }zntl{hO^J8{X!xwFŗdԝ *E֗ه -Q#]A/^! 8X(9$wߺ{/-D+土/5wEP_E%V? x.=hMܡ/ j |Nj+?/ }PBϼKi/y%)K0| 3)O/΋ˑ 몎@V C~-lWeo[ʿenWԝl0Б^wV@p`M鶯 Nc]lu|g߅C]F]&ҋnjI9bIN\FV z![88@yOm@l)4d۾=nvd->6XMVsY2QVCT?{@i=a#/_ݗ}hboӽv0^^pl NO㎽| Ӆcm@x!\N(ǽ B,0XlJT1^<A$Bj;;Z?`+fݒifldsϩg(7k#n!cB 9i-+/,w7$6Ny05|Vb<,q /vvuP5#5OWh=y;D Ia#6LIa,Aj2GčjUR|Yx?NMՖԳZ* 5h5瓠XS@a;b vio:?'y'OCMFY{JII?`N˥x ^5?mDω=rSj,-BV1ߪ~=`AGkz[ IܨOQ5ԽNe[Q |m [j 9}I@NV+|aA?GOw<'[Wulov0B[Ӷ~r#.ӥ)$Hwofm!ޫV-DujЖ_AM'6(4ٺS<{O~LA*DFbS@@"p(s\iN©I0P $X(MWϘ& UasN~*{a-߱ڀ/ 6)li~km4oSTќ-دj,Cw>Z;Y.Ⴌ%|hՕKijQ6{/#pƞUKdȱlH 6b[P7Cr5Li ->>E-Ej_iIoYי8(/PEXfR -Sɷ(7lM]k)?<7Q}Kc[3zvvY391e,)\cQ6cnUف&\Uf*:B'w~C``3i@ЭQ_\ K*:AIDfd[Ql}Q,>5d7f&B\uqA @Pչev WѓV5CPq4\j]QqJL $Tmm@G>2H"HQ(]t-orbմ 7mF.;dT N -\tyU^7)TO=ĉDLpHg*3c2)s\(cR -[O)P&$o(CF2pFB.$}|%-u:=둠's<osGqߒK~o|Jؚ?#œ$? '(H[[PT}J0sw&.%jۤS( -/,%Ap!GIrS 4'^(yTl"eER#(g=5ua,CdΒ_\a$!6VO F9iCFјtP_ZU#4M染U6|x=}ng+#1/!`jA><ن cK{5bJ_@y:$s.9~-)akƛz'RaqɰMjY0G_fQw(4\W:adޖm>G*lK폾!U/Qpi.zvM5&n_}<Y)K l&Wr?@BuȅdoEU"]\UnfYh벋rvoCl1~2Bu vMb+X/-(%kkV$T:F}/-J i({;4C2TVnZ|g( WEU]]e-͎qy_k>Ŋ%6ߔיAeS$J ᷼X^^,b/N{q%^?KvsA"4lOoD+}qKtMa#(TSFgcD1OJE^Co{qK?0ej<Ɨ{6-$ +;qs(n6U-nN85q Tw.v S҄N*ش[}-wmҴE1h}uZ?w -`)>HiFQWXnpK?{ME^[1$bS~xSm-9zdqi gq +F^c -8ĊSLCX%Q"elie/*1ps㱝%v]2ĤW^$lP=CU C7!; ːHwؗc*PE%ݘuS- g}C=*ێy4dwj2Eu|UP Id5cFԎ،.*ў1 T C-͵MԽubJlH!r;B,7׵_xþ8;βtE=Q\iqOkW4a1!;^YH$vچϧm z hƝD@}; B9rgW= ԇaPdQھv= - IHJ_sx`7c6Kr QSKLY$;گ'$L;5ULxekk#Q/ -(S\ Ec f$bbmZ@l[ArK@I(gp7Uh\ +rtr 2pѤ_ٽt3"yGIޖIIM}Np^-e΁vT;\C7(C :@V)ѭA5[Cܘ}e}|֎{l=JsCA=gSPq҈nWG" ugI}}}mn׵f+PkJDK-(r+ߍsq[G"W: |ƚ:U_9 vqO<2oP1fw cr(`?|8j+0b.jM|fέZ˺>R )B6Gl;Ǘcr^WJ4 DWU] w_ Y̆qsU*L9H)i5*]*4jWULME0ѭⳠeC(!R-8lvzNdyh:6eO2 &<d腘iON Iąf23o_nd j* H݁L6.VJ*,VrVA1|% ;WUC@s)(8}G^qYfAU9 G Uz`[fO?(p1@lZv$2y-ן/'a|,|2rq!bƋ4 2 {_Xjcdo>(- d4jqyK[CLA3 nno6Ѩxt&9n7KܻnR -&H/{Q^5^(*mRc8Ȑ%[38v Ȍ -XWe# Uu")]icmf7C<=MG9~-}3`AsqS\tkcי UPvyee8Qpm_gU&dZMw.ZZgnIh&gJN1< `/0l dG鼌yElB)対A)n[!ޙP"XBV} 2.s8"-ϴ4{1-;#}ϾJ;1";DԵl^*R]_CzqTWMu={ND_Oel]Q=%[I] Ciި8-2V -;3'8tÕokrp}YY=+Op~,f?Lc;a~(w%˵)V&zeήoi]W >3pe3ӏ{WC0.hrkN/s޵5yyZ&0^XKvȗ^SgLk|ݣ -N81/U#ۍ>E^ xQE}3"!h7i(T*$"7 g/oߪB֮-bч?bNǣg*.&,8gQ`)4aY74a,Y9sOLe&07Z\R7^>RJ^rV゠SDՈY%9f}BcWLvhF>c`[C4侠Me -~jr=i( D>/u 7.[*X9ǹ1=??^#7,?tۮ=W`p W@A"FS"wʟqw)܉o"B?i1d ~^_a͖Ԧ7b/l,1\fg -Jgz&ە.*`bW&K6VvU$nT(hUi=.3:׊5%~.E]`?/Lroִ5fMzeM9)5尦X5m_=Eq83S2L(v9HR[ߘ66Z> 1aU,oaGY~ ;gYB{bػyuE?n~]zXץ@{>:o_C;jFڸPбKOށ2Il ='Qჲ4ek(|lMD.;}[ܻ3eJգz_~2v<4;tb?a~&'k`묬/c Y07r% d[ECԩ`ai}z\Z6Ixk^EA2U'U8.R}(Ix!^Sl\ t;ԪYW l=;3]dZo, (S|1r;M3յv]ѷ!DpI("^yƒ\Sʋ8kl[~ Ƭk8k/2mn\d/"AU[2]Rx5^Nj9㖨yFp̒YVKE~n hGkMQfW  `^\ `j,{ ڽlig e,iPvJ0Nй$kңO4&F [aktQW;_*Nruz|h*+)-HQ ɴn:0B|.<ͼjAqT疸VX&(`".baê#lOT: دY8Ee u°ֹ i~ZXja6iɪKsdͯ\|#{4ai! UQcl ]}*%Vi8QZyd9Ą I2=>ɶ;l]fxQׅ2,f֎؈莪^ݞڏ>3%Tߘ;QPm+%)834$bb+%JPŶ@Ptϖqh -Thz:N0BVw ΘOXC5~}37GA(XFl3Hzjd,,5ahն@3B1=zB=c$$^C'&|.5@, l1qhn1 #-wXٸs!]agGOt>H9h%`ML|1S8hUK8LjvJ4M\ԩcIڜ6~p*Tz(wK#ϙZRǖ[E+% [ -UDƤHi}rjɅ[M){iKškQD2썬!m\V]f=qBh0t_Caҭwb~gV,P -&YAfT@HI"}ߔoa7gt (f'|3'@X "D}ܪ8ꃌT.mJ.|V;@RWUW'8i&ѥ"]VKԘK2?#Wk:>Q[SY>,l|mbotX'XTҧwOڗ/[1^&!Umݶi(+l:3Ędl';aGNq/Eu-|uQn 9ӜXIB3 -/ML%K(ͷH{Oq~u]@[+JM$f!D(tϿ~Yc`^`y2N2%?c_4?߫fekJFD#fbw)I73únT;Q5 -}ru*`½waH5Vh$|agoIo`;XkM%/fgIquW&M ନ/lji [[gld+S<߮[Y]w" -KbBӫ5'x؃nSaPmV`+~6ybօhB=*o3gd1󾵁 æ| nz-^qnn.Q ?psMzWx6VzJ~I/NERJ [+BWZ?lWI% )Z7 Ȃ(n7H/*$X|Asѝqb1iR]\GIXJa A|/Qv g V3.EQC4!(>Wo}isg+Hv4=ffb - shBzzԤVI>ׄ_Y٦zrA84,__r[6_+F4!r7DFNQD="oꗰMvn6)ڡ;?=6/gCu?o~t0=wL)Ve5H`оfA {)ԍjX ZX F3D0(+b$b/_R:]DL\b|6ח (RV/"VGl#:%u&%S}Y/cƤj,OI uٔJ92fpsɁ9uaGtrD!C(qq)pBJWVI1CGj|-Ѐ1xױ/iU,V%.6nPڝ ͩ86NW80芋&zPV6ʔDAy@*")AGe)xK~ 5/Ád!3pyZ?.r".FwwbJH8Lj8&ϋ @%u,RR{ǡ/$CL -1nC$ruQ~kYsK"1{FJR(eлw!^ q7'*4Q?`dj&88 ٤܁'J]*6(`wyM_?网V7;Bbq,lfFɥ&T;޿ؙ\|k)qiz+z9>ٞOUO7={Z4ѡ\0A&6R%7E'[_z5$Vܝ_=$=>Vw@`1_!X.XhYp}1`K<WNI[RbiT>EUW]RDח7=<y lWڲ!r;9qϷS;UQ .=9 }.LCpό!}k5҇  ȡQ2LzE- }>x ?_폿%sqy1e Mؿ#OwQ#J ^jbdYvˬPnR4fbNK/ ߚZ i@j3cSS[K3@Hպ+(yeA'I=d׋>m4dM#9xNz>bVHn{L T{/RG3ffRu.Ĭ& K|oh=@B08[1ީrTyj)Qq,XbowoZb_kyfEяH:pk_S+L\5 DkFEj2| CS _Kpf4@W߉PB[#MMS]9fMSDh…(@2zwi`c( I)3,dKpv vk0eٕKSJO&=JOQQU_x0!_SK] 1PuC)Ctjfo"}}å'_X*h9J"wZ,s,׺<Κ=B): aM`)@stI*$ *Zf8$c6J4z|42Xĕ饠j,3mk͚m@hd LB}S)hM37v۪WȄ2l2>.HW%7O5d}2~#WEr|6Z*4U\MIWM:NDՔeSwg)S4jwX_Jl#Խ`rH_⺰ViL菄u񊰘MY?T|'+)kTkq}؋FXve)KSN%b6ae]YlY^}؋D|KK36e>8NO:?~_wÝpkF 5K{gJ& Ȣ-ڔ%ˎ~Y?_q$Ku<[GHMwR?8ځq.g#'YᱴSd[т;dW;W!Au)/*JEm"m=DhAP/"ԃ B."m]Dh!B;P"MzDQEj{>:~W[Z;s]/{LxAq1MHPY:'Nz=|_׺Z/|-_kZkZ_znևk9Z6_r|_|-7_ײZNW_|-_le<|-_oW?_r|-k|-_W?ꛯ~r/"KD DM` _D7"o"C?`l."A;™83pfggy,_83pfřmم38gv,8gY>p|E3;fO4tD3h+f:/ݓ1(s=&S+a>Rm-3ΩKGs*́?f;cM59b0 ;-*"VQ\duGK4MrnRGrXX !q 3KQg̱+!'1_A)'BhW|s$̅m$:G,l42A7hҍ!ċkYqhK#۵#0Dx::eD4"; pb%Y7^Oe:hlvWښ&4{]moAT\z&lU-m*kF&vպ<UA`PjҞas,]햗f'* ! x.$) B6MHAj9DVҁ.=z5I$38%r&0P meٗWj)!^vC:\;2xoJ[Fj1 -BT|+ .+b%R' ‹Eصu,l%CH/c燿,> TˢMT4?]$ *.k+N.=\ru~ GoBpsBr~&J-=yfIfa®F3-9,88Kfu3:k #*ڭJ>Qr%^ 6 -8R5RK[1v4ZZ-jD\Dbg@`\7ԐeX^TSW!UIH̱SȊ:q45J-`BH3.,bDRBg(&̓,a^.ɸLJSoIu[) :ۋ<4vR|M --3S-'i?{@9i -R=O"gKŔWkғ:Msjc y/,5kG]h=e-ײB*%ì)į$Tۓ#zW;Y[TjD`̑{5Cih4).j[3u? m$R4lt缑ĐYvJ \0ʃ`(VSHKLLʪsXx,ZiаbQY+/фդ` $ɵ@D3UKԇn5yV@)OZy,?UH)Qz%,:FI&8=(x4 ]E -ˊI:)$=);#aZaM'k$() (~TYJzi(0G`I/N5B4T+=8J]qvtns&-85BG64Ydr*HNXl tv'PWJBS#d, Y`4pp9qqhQRs DF઴3s`S1vƌR,hCm)iAal)iBUj -EqH:U3-ٓ$1RƴzALʖ$Nk5X"ICDiŢqt~Lֱz;յkʎSJtnMA`V̼Zs[2URp\jҒgy%o6$-Ydԑ"5Z0oLk ɵ0%AvfʏZjQH/Xk[ɏѲfF|oByWkjRq3P\M -hS kf/Gn.SIvucSV\L%?g/SqƳJrs03^+eAfQwQLWLaR 9faan8(o@aֱQ_#f.]DxWf$,fH-M6{;*@nj 5ժ 1"PXHd<#>g97u&upIP<{˙O֜oA:T?J&eoWCu ȩBUyenJ -[PňG6M0) `+e%yh崢U+_BiF*N2pȅ([EcBhܐڀQB7fF>9vaI.Fp491BHKTQټLX' Ϳc2ۮCPd7/)A`˽ -{ea24NŤ>\Xª,z2HXf5&J-xBǻS%s,u>RfX5©nT -8)rؾ n(lܰH9OiT _|nq\bc6YkJtن<"PE~cH[ gWr2RDlVvm+,a k7֝K`9:$ x'a.O* Zʁ=GiPa[gyD-IRƒDٶ֋!߻Hier26u=҇}qHB^"PۮEDT^rӞ"I;+¦ryL,ƙx0U²OHl3wWۅEdsWIRzcG/H,'!5RwB.ߢ0TY%m -JbC/Hɼ YU ~Y} -'y|>rE' 'H;YHR%k̢ۄ,fYN\%c5H<1]siaS%>;w\]FɢX[yRat-㝸5U gƙ—uI\!?6nU<΢ -*z\8*oV2 @ɷ7ҫ U:Hq/LnyĎA*Ģ f)D$ft_&܄k[V2#H$ݺc!d7JfxMv w^0:vgcP!tTƒDMDn*&,aߏ0\lSJ7BKR#l${?ES"F>+@\)9- 3pvYѣjA҉3-Z&J>$dQ1^T5/B.k˷!Q:V[gUχZhq` -# J*0~%8*m ez#mģŇaݫ-B ̐ xp0t3R>? y㒴 ˜vyy A=c>KLP{"]3䧨6w%uW`g0Oh9{]fu,ǔrY;p{s;s㦞FK<\+=oW䷛~$ ?yR5wP꒾'Hme6mmԛ;&[=#M_&SUBet,zq)hUj9y9`q7 ׸m*3-,r5)I"mP\?3n|9U}W.qNpY-f!M_ߧpkK42y~yK MycyvTg nʨwYvUfnv:dj ""vﱅ?}vf)3|7GP6r~7%L=E2Iߘcyd]0EIL++yh= 7 }[biW8o k]5\lKCWq*~业}G? 9@,xOU>{zdEiI%RŢIzޥRQ Vh:-B2(9oabR&p(ovx 6s?ij[ fJ5y*~AY(!beƜt|)=:Cqcs+IHOT?kj=CZKj>Jh@bO`\9x<)y[ϻL/o6͆`nn6LzfJuyo BrCɢA -IE"1f*.L r'Kpu˽Mp'EV`k6]F% lME֛|T6\b46F6 egCLFYp ȴ~A!b -A]EHZ q. -W^4wI'l֧ǫhG(ƣ>{G"te$csT*He\Ez%ɾtW2&Mysip$a`N1u`YI ze"nKmTVG}]HB:d>k>͠e8v˲`Re{- -].(JS ҂VH*VʻȰx-%1gdgTЈ>c1 kz:ctGMi$pdj"X'b$dk*תAzF#P ]ܒsh5W~_F€ѽ_KP-8-ndk"F z*6ä_"xu}5-r!s)`>G<{ׁ:QJvL)Cg;ЕsmQ} NR-IKrD,Vg%̕A_J=z4D~g4[4G/߹ڷenuMn3}W{IθPX 6AM͟Þ;3\V}{ݯ~%Tқ_3Po"I5EZsn$ChvVV"ɄBr^[*KL"Y,g=b$ImR#rٵ*fDXL9|vPa"tug$tQIm6t)??4*LL3?֘o$4lwiMv" \Æ:MW9Z.4!i.C'M=QAIk -|@W O;t"ɰvw'.(BxFi Dc!خFoߊoşz,е:dݢ*(~nIMXm;.sCC0 :j@.uQu}iϏ۞#v`gW|N<Ӽj`4%q}%ӗ30mPv\U;Kk5.٭w `1$bf5ݸ(H N}ԶZ#6i??|i>܆~Its2^aߒfwd.$]f^ې -\7;7wެ;m/TEĈI!`7Z@&J%tSiu;Er1odƓ(=.,<Y^9󘍓)܃h4d !ExD.3d7,!.ϭqlBŎӮ)<2)룓]Ӿ 7Fm\eRuއDR[ -݀ˮ sa ktD_|_?0wr:oİ+z6~,f,meǔ؆ƂIBغ#ͅejR#ϭؑ\iDXU{Ò+ɚ;Rȭy~y" -P\Gi}+胶,~tPU r~~I{m^B~^tÀ _|̬xM`}N*tXڸ\K -jϤĠnǞ9p(cM:M-}KO)%}BVg,ݐC6> ?F{ҹb.\ m5" xx&=1?AoE6zހ.[ӴR%^v=Gt]}-$A|7_zMI3;'7l E~>z зSDI ,?*dK6tnO5? "Q,Y_OkdRԪ~b\cQ];0`GbqHDyvܐON,mĔ$v>5zJEa;ه>~oZXXv)ZI?ۚq~sŸ"C#zxag]w%E.P. a;$@'Es>t* -0tG>d2M҂ښwh]2'9fZGʚLYMԅ2OTI G: -ҳ{ ѹS(s Pvј%F'2#٬pwmot71O|Fǯ^ۤUj'o.?}aԼ{6{0e&ޡ(I{Z"djRsp8\7F=bs먞HDX:5=  вdN^^^¥$mUYΒ$B}T>q2[Vp/X)ހaҙVKڕjtSjXl+ ⼺40vEbKX_r 0f"B8.X 9=hg*J1`劼Q԰{Q2CY5J.RykڃsJw(>shr3(TJڎ]JE]Ed:$4a|jN6!r8U]o>w yILʔu+> 6p4I5$fo/ɓL5ozًͷ0`[ U1ήAO/tqUj͢lP5q'6KsY ^9Zkknr0>/-Iہ*d];B. lά65KyMV4+#V#N8ח3]kh,ZgXq&O{+-yj{$kz41 -Ӭl{)f!6Ɨ?z~I$yWs%[?METcyV'fHk(bU8N%m]PS1c\Lt9\nnt][~;> $_7`DeU[gv -p~XR13IhY2gMUUڕ3"sì,d8pZ6e^jR]jC$:?Eȡfa0Դ<4W!$c웘@Gazz2a{Zii順F%.xVҁXeSebH4/.O↴;t/ֽ"5J4IB# 9F32P0!2 sVU#In@й.H @^KM473g7Kqe \>a:B4 @uoWnY `!Ma;`vv -ZDŽ[ԇT7R7Mm8d)ԝu2X0žЬ+Yw͜e"<0o?3ͮE7~7< _{cSQLfwUOsjj?,&Z[b}yjF@j5 -M&e׶$ߙDoOc#,8˸jBTԌv@6 (kZ"*Rux3H+kȢܨH,:hhF@PN@R1I5cBP:6u-`W \8]4zrYd~#/Yw@F@`q.B 5l[}.ďMl㼐ޕop5%G`O@M&w7?!>g-+}Wm jE좠ʍe+T@RnBEXێe`vZF,#6C :|>Ņ\?Lt?{a%Pz I"÷PqF&=ˢʬwðEg"P59ZG3ԝ煴>~$}O\~70Skx E^mW[: OmXފhTB0Pqbs]솒לuR%<lyxweXtåWL4_%mFѐo^>zI9?<~k\DKX 43,Nd'qǞ-A&v7J&3PBh*P**!Ÿ?n?r38m}.q+=!H%I?oJTpW08@|j-7\wy|?l_C7{{Ogk(<.G5L<˒x{e pnS9!qISވz d -\8RhC f2iT+rȳhmľꕝv=f2sJɜn*G*:;vd6Ԩ[à 㴠@-vC:M$hI08:_ȤQ Y]'ѬvlQu9/^ٱhÕu7B=S|Ž4)V\nf(_>I+J&1N0Kw vӲ;(\?vzöLou ~93Dz ΄y^__k}qqHKZ7 UmfzJ) EP~y[!MnCBE&Jqn1aܑy>e"=g>)O2 ;["8b *|Gy 9 -G+*@,&ldt΅1.qe(m`RJ-Kˌ^'luw` |:Ӎs.~̓ra<i[Ê~I -L`ΐiVjGL[ G=Qb'K vA%r4@>Osǟz9<s-$c/f7ZYD[ڼ3^e96OQ7ڗ}`LtÀ ۛA2zObJң7V捳(a+^_"uD\"_Rc/RZ,Ǩ! P*HεX6td,Z­$Q. Yn.$CժHO:[` @YsTD9Y* B͢mPm7B%e> mRXn(0 J"UA|B+;=\'B)gԾy[(g'Gܜpuv|q3Kz_,}R2|_+G{G@jRaO mHl0\ZI(fȐٍ9Sl>4u" NF:KsLBOƴ)v}E'*4=8OM&<닾>sL6-W]T~|;R苉yn䲟GGX^'w<~I4y>|\އA˵6s8ڧÈTGkG$e 7{C "1옴}E۽Ʒ@8:||ed^4t$Ň NeiS' J nQsϡ>tԧ$K~ޮz0ݤ1Ӝa0fnIi0b0Lx,x7ww4^.L;vvYojMdJfp p=5N ! י|3e; xٕꥵ^ZCks͵6/U_ZCpõ:/uwiк\r˵KiJۗ}i&A9^tmv3jO[\>we/c_`c|7bvnj1? Ò9LÖ3߭e|왏AӢ9Læ9Z`mfa~4=:xL`D_VNШƌe"Y[/7eG0ˈv_9 wl>1sl |Z) vedOF+⬤}*qsAJ$Km -^^_S>ee쵯͘T1,mQLPވ.ʆ=.aF!⣶|eΝVy+.JaDn.%i [ kD3/֏~&55/n=`ݴ`"t>SR15mW_o, R?Vkꚟ7;0,5\6'87VSKn8V)H& ohęyI?P)07И5H$JR_ַa[J|ĴR}w~v) 3|2 &xݘwLFљVћW4 -rgt/vjXvECܬ= [HxLH#ɧi\fRon027uEpLYMr=\"loη& /[Qs2U>櫮{ ,e Ři06j VpߊXUGXHG|~qЋix[[g ;vN)^y.JB'AX>X|#[&MSk'Go[tM { -jJ;bNݖg{!3zmOįjT#so#1?Zzi$~[}Hjc dݒ΀+d>]^vL 5s~06U 9kep+HƸZ*.KMʩL/oUl9I\U΁O`38V#_1$b^Cl+50MJoL ?؟.k{ҧ϶-j$ҡ-WNC5d0;5rI1qZTw^}m%ݖ -:>=nddﳽiU$ˎ}@iS2k^YeDĀº"31ߵ&h_e[+'<ǝ/r5f -Knj a}xwWdszJBxJa.^A K}g5WH/C$}[5dF-.)R3ͻ $D~0.wI9UtL/SչŒg|[ zJUt 0}|ws: %:J?(QRPXUh)tGjKpua upNL5=D7ݸ C78ćin4RYFXmզ/aVnGX՚YMv`tdB -d lƅlA6h8fR-[ u|e2ip}!܆p}vFXz#lB؈s \5RQ L3E@"[LnU#IbW(Eq\`]q"E+␊ׅpqp#p@DžqNW -u'BIBo!N2h?1#FQQeAj{VHA:o~$vbE'V"V[*Տ HǍ kc]1{;#f1"f[,bù@\/q Bn`փRzbص};]ltG xE3R#)juo5$YUK}JcbU==+- 'Evy Ns٣`*Ώ'!.Ť(&[n̵p)ݒ]P-ѨݦDQ4L:" 84Sio;\ ڴ0PoX}7 -ۋ,!'Ux緕Jk- -+ʾ[or7W6-M_ӕxHDe2:ndy3+-yw,LU(nW=_P\u}rl_Pػ8+'c풜6&eR˺ޠjAV*Iqik k u(/m') ԆFCZV:6ӵ轫^l&VTW -YhF1,`2fyOV| jt 5]//^.(h '=@200V]7y4y'[R*lA3fES#Zֺ!*F||N10 -%vDRIą@K|j \Xi| 괜JQF]f1 Nf258 Y5qb*bQ0J% !?섔L XSB@Ŕ)ŚPFe|~kw+/e!/)sְdfN.SaJ+K]_ s169Sjm-S|JD -U'hM6No6;Fzh6ylAuXMhRXZb_-6C#. R}o  īb4zͦ}uML9p۴Ę Cx{+ܨG*})®w(?Og8W9Nx}2z.EOr= |t;ÎG|)L&Z*.Zc;A1mJhJkӂ8]\u&H H斁 B2khMXh$O< ade뛕D -V(=Kfu жmmn6f!T>Ga:+>pF5@:PԵ˰aaTltL7cW3k%(YEd^m"P+r$ ;e**km=^P4XgeUH'$2N^3rbriu"[ght.sMy\Qn`[S蝫5m] Dn:C)v- hf7Ik*+itAJ4s[`ȾF9 AZZ$y29e\M#w!IDm ロ}zg=u]SG/N}pj:8dqXeS$}%۸eRxr~@QKio&K:,̈́'!gCXy Zơhw"ȔsKV)wcWSv"?tWIrIٱ/t(CLo_YYlRȌ@XX+QX_6` - E,%HȄzR;+8yQdת3p9XsN(4`hU!c*>6ꕝ t&!=J>~>V"u"_Btg!3 0MR'Pq>yaf~lGmag +K"e=3H[M6ݿ>dVBjjiZ -m-Lӫ8@CtZlŠ49q-LޛNM9,[ v`VȎ6V? ͉Wܶ!0gm\ >Yaݔ5N3u0x1{` n{t9S WН?_Ԕ3[ 6C\1T,kdYJ0Mw=0T7nѺ3ĻZR :(ӏdt]Pٲ~cZĕVO]"ݞm!]JC#dl~<$tR2lCڏd۾tg'.=+uIoe;oL00Y_GƢlR/ݘt%],d@j諧)_]J~]™w \™#v -u8_zA̚fU8c ]8˝)R25dte = &TVZeUuNҡPZh9Hq)6B%od6Ls1> p-CB6`&bQ WNTc-uv^ɋ7#S0d>ՁЧA<'A3 _%d6疼:i-xa ǫT 5'eV]08H8IinýtSs|\1"w"ސTkHEZ w% ZҜpw0"W8#\-v.w!ۋdOPf'M9N^|~GOR!'v!m\! -I.$4%ayBawɦ<\UF9iRBsmZO kbb/q09OI?d; -?y}ZII/MH"@ hi42.:||CR}vS -9;L?e%nQD45$n Hi# -ѽ!b -5~'l5.@N/yT|1o_ l@Zl1Gd+rjvql0nrKcPG)*t`ub뼋I0KRTfrqǴj <VoƽuYvrd񴳻W 쬥LB yN XV86T0,H[(Se⬽Jh'dĿeO&7Ž$XR7ǔT}7{vCv1@D/h&p,g>\A*L"5wVDA Y1MnZ)m/YH"0ڑ Ns]2p+#!Q@wM͘[h,9M'V(D>߀jHp@8 -3v:2]=g. V1;sA.42ݏK9$Ovrzd|pL.kt3ϯ`#&dUOlݦM^M -.Z9oxcpnP \;*gc=ʪPxK Mʛ6fl5@nMfPQCf9{}@Z SѪSl`d65|R -]JH4anck5;V?$/BIzbwMΕC8'L*i"R!th,*Ir ~>dcO3 UꋊIq@,M23j)oӌOl4H2'@`p@kuŇ@]? -0ĵiRl8vS ;Vߴ?IװpsL2#__Իo]֣}2my8ч8\ &q`_3`ńY9DAX 0Tb.$׉cKd۩ - -ZDh"2x:Prz4Ȓ LmQKLݥT毈󳲘fczGYێ"2BSPiڅ>b{=$5U8%+a -lxur}*fcO s)3-7́Ĉ;]F37,V8! P/j#RZ#C@uDY3{Qf>bjoeh,+*dW ~jdd>ׇ}1)A6@/ךF Ũ/G1lԹ>?Ntzqx7* H8/c"6fu^kWt#h&-”,ق%W4{2@7M4-:Y{wY},F_ *j%KJǹ%2 -:٨:R߬|K3_8G ( ShX.f KI#$%! 6V{ȋ ~Ft{9&f7~w(G>نS# P+2vegs(*R; -r#29UhI Օ%(Fgh"97;L8w(.j >7rhIxɱ q -'U ^0}JKhUU4PZG 瞃UklGcgJY<KzUٝs:c9 -2Roy3 _4>Nݦ\՗:Z9nTiXS<@pfpUy%2,jdj0ղJ<ExʥCS!NmӴ]6 v4*]ffRC*\|~os-ġC%} * e60JRN8?(+T../(-\vCxqX:&64'^cܰ}ϵ6 -ɴBn!1o֡Pʹޓ11`$](7TvY(|+:W\O>o /<_9kss#<.~zYm.DpGqΕțkyC6&umun>YYXx; rڏpLJxyߔڳV乣]iLl>+rmO-<"OvyWD -AϏ?瀹ot Ț.x|/g hޤ9"p,I3b=6LlgV[эeX_ vU]N)c pr@dQ(U/10wh.؏t}^ -wtuXARN3Nl&FY ?$\tZcbPmsσo;ыmXmu^Mf6? 0?M<;vv$pp}ʈ%)~J؝ud _R-[!?9*5M!Ĥ8.aٺ8x` &^Њ܏kNJZ -#1Ka#> ~J%B9'^cvE^gI,MA'I+}9)kݧISWeKl  α.ڴo6QO#RS䡁3=c/EA :"q.`z - GڔTl6r864y#Ϛ㗄m/ "O2Ua$^ 1 鐻ٹlzq)&=159uKmtV`30nL,3wϯ٥oyvdJJL<;4qn0ufe!xa`!3 :>^lQbf6$ƇUu"1'&ϏO'٤Mؤ< ٤Mg1#%S@ -n?KTx 2wf>(h$!* e+Ǡt2  ݊b@Ҭ>GnqI(A99|63*+{\9(|ŨTA7xdZi*ʳ l6e5ǽ 7f`K!_(؞[2Z ڒ]590pb.0C#<@BN::N;Nq3 #RG;}d p.1K:U>=i -\ht,v#'?~q! /b^ڲubRun(T܃JT *Ϡ=r A#^y/?3_V-L~9_f7ߢQ(tTۭ'k/QZ[Q=SXut+0Y&m&o|h)pъD,DCC=$ۂ;Vcm3&o3,Q b4Sl¶Kk:M[f`Uӭ -^eUU |C.ȥrDȕ|Cȕ# |Cȕ#WN\=;rgސ7\ّ\!Nځ\;7ډ\ۑ+;rՐ7ډ\ۑk;rD#\!ڎ\w q"7Ɓ\!7NƎ\ۑ\!7NƎؑ'rNzNz,KnAo=qEn#ṨێQӶEB[kBywt$-Iw8Zcs)vge^C@2)H$7!2-ZJR]k5-h\EN7Z} .f&5ㇶbm iW=Շ 3>Sæ`HO0 jX8c\̈fQ,|4?a_0?:.:0EL#͑8BѾ\֓_ג}s8C}Ɋ dޡB^7ќWʚ2!?LwDL!ҹz8߿YSZ[Ɗ&#t6f![աu^9IQ<1اi*j1_ydV}?A_*h -9UӖOճ-{,6^q^yQHQ3 ρ`#T:.ǓVʉ⚏gZ7*l/ĺg|o_?c351k59a`B7+E!va튆S؆t.wI -GUf6 h"pĈ?t,{{vՂ=>֟PG^ }e֜NC>tJ@f*nAO_^& ,ʿFn&}9DI';Bnm7P.x܎ioޖDf.׆ejyY+>p37-]nW]" - @eA~3e!==6|" R_!|nI[ Hy@Z4}$ݎ}3 UN1oUS$*w-!N#rE#g l?KR<>,\]INZ`iR#08})Jfm 7):[₋OJC3&Ok:l87WQĂ9Y&/Ml"Vh ͩVg̻5 -[]T:,]n\6ѕ^,zP4%.) -A kvB{Zⵖϗdd uw)))$:DLdoF3FTb}bC!P3KS3|{P1݇J2XePLcdacķ{%5dVȬ"ͩP8ΒR䩫Q@\+ȜvYoU#۞vЊ\Xmܑ[فVRȒ1OK)9ecx%kѵëM1 oX)**L,-nE4{D$-Ms`/<6]hw~ g(, 2E=660Ԥd]ʻ)Ċ趼uͥ.ّUIe-vۃftSb ?Ii'c&kSv^rʛ*4`uJeǵ}x9{W@JfES/w-=S"^2So@ rIe.U-ˡ ψS-X -O;ESÛ{?Ҽ#ܑ` +Asv"}%@)K{eTCb\f;+QGIJ_׷_㗿~mpҿvf5SL6sbHUٹGMʸ]Hb (:#=)@5AO'pw <64\ӟJ.7t3$DWM^*=,}5.[T2 Oɩ &ȼdRk,-Lx E^6uWsy^0!Fhz4aQC5PV]Ssy+IJα=+.+TKC'kkLbk>7mG 3+1K궊-OPnGd֭$G,Ao:(-ut65_Um2'atՐm0>ZpS~,1Øglw׹AфX[3sPPp\u2f0w45*W;Ţk|p WSGliY"Z'_ņNȆQ8`%"|\gVmkLurPOxOI^M$0S_j>2['i@ -Ip˳}0p}!}4+G/b\sէk^V2tÑZrĖZw?=~\u{q-+[.l*1oux3>] u7{2xOXSEN&RrR!,:'](0H# -nl_KJGEA&gv!ks!U^i68x6g/ɵPWZ#;VA"*C Z>tތN%uH$JծÝQHBDu -h6](Lh\l4 $_J'6:CdDxijSiu?pM:X %V}BjI${Bh |-RxG흙YU?@"2ѫ^ZW.+Y{Dcnzɳؾax%RIzz8]5gXcI1$4JCdk k ȣ,\o[{u3WeOg-=me9%S2 +&G37p>c|m.iXa1ZqJ&%8ܜn8c b,VY-0v*uǾkfDNxnq;y~!HjV`~'%h#n:#&)/[=uNf. -p8LY 2+6:#wzeX2`"P,t. c3wy>o~>mo vP%wޟ-]Te6]6WWXsA~+1WBp'MR! B+L @8>97`23ݤY~ٕA.DÑ=yFR*lw\T-GO*% ލ唄 -DBe%kyߣmQC-a.\N4ye=,8^,cAyV [PԻ>, bA}q=>naA{nA[/ Â?/ _p[tE]y_/?@w3)n" [~yen}_BPxB ]pi@woԮxgc7ߏ|ruWc8-0 ֖Ei#ת;8'QaE,QBu5iDfVX7oqWM[⭁2DExj[PNcȚ2V,,x_m!!6)]ӵ$Jy84#ǘ'Uv1ŽZs/&&u9SK'J0Uvۙ]bC@wN jj\"#-_9Zu[v<5?A{Rq'Zm&|P -\ϻd(Js.h@ckcHӞu3hIIeSm%S IqԹ.qEQ|dʅ9u:w#[*`#ݴ﷍ځΥhv_l`)c冺k=KE^%ǀ~RPpl[ҪfJP#fq zſIVuH\m-@9Q㌶XjR|սmxQRWe辑u.o5uu!N 'PQKx$fl~A_SlLY_H]ʺ}@}߆3)Hob8>/Fon^?MyE6 L*"IDGF6uC!y4Ҟ<_'WCRi4*w&􀑦˓UN0RI܄pJ֙!-0862gT&d):U*ws yKh^FBb Kj#^œrY+Е9{N&;Gbe "Nچ=U>w@5#)C(1qWDg#*;*YE3y-௻:jM,=uU=D,{/6=2~$' 2[„̅?_2˥]Gtv.*$R5G.,*(HjgͣxX-iI[RI*I]Zu[UV\pZ. - J+h1aD -5Bh%:F8Ȣ` SΠs(P:v'7jvb;;SQ({\E@bځ , ª.L6,e`RΝv?@{+3mu -h~R`(cawң y8j?OqhS ':apxHٶ 9T_+B_p-5Rrԡ@:S&qbœ))1uyDWh6*8doZ_h(j7k3akx!:ˤAӃcDUKUF\#(Qrz7P@r7 a3*Zv2-U}VGa'd|^p +6睼YQ_%9F^D v0O( A@~7#"Pt4:}1oB -p$M9AMѮi`n)ٽل$d>DL7sš9ʪ1kԌ%iLV*A^2_iIJȈ -yͤBGvQ%9- 4ツ;`?i?NWEuxrJJ-8CęH{'oI/36^ ZI4!@>("&2H$\܁_$M5&:/8a-խtɢ=Wg*ܥ dE`E(ij=}_eYƼȿFG{kos9Krno6)YgvOiI!["g6--"^F RK;S^d!0d+7%G8ІlBHH<‹@u&9qf26$[#U0C췂Ktsj6v|X~B HL#BYE" q-N/D?Mdڲf _>?Tϭ,RՓ\O\§]>)ʶĶTֶ@6{[fUne#!?Y)qi]}*IX]v -XNϠՅtxC9?{zRGOisydž]<=W Է; Rӓnu= d?lE#B -a;0Hlät0}%B:s|Mb=&SG9zr5rvn? VF r_Qrihm ;1jWG!*,0L}*ɦ:Yfb*cA!c%X o)mTsk:6:ŪK|[UA,v}_OTw]"ˋ鶶<dzYCbEK+{~eUN)5ݲ2}L^yrssKQGR+7_;o/7_/_#կ

    tIQeUE'ş8Ǫ!VaBl+Ćq 12{Эt!fX`8[j(iZѧe'MNHU!9+UPBrNyJ,'e'nm5Gme\$g5}6NSȆb/ٶ>mzҦVC M:ߒ"Հ:] Ckߦ%tu:6s;1ƥ8nTn$,%>Jљ'E}jrEЬ4OCU袞Ez< 0>lnÏR^Zn) Z/*\s<OArd"K[ xjF%S[zH3eBk1'/Pp6:;;/4w+5vZd)aFk3@'O#up f`&d.{Fg w >BAR$H!Ωw ӕ[VޠjG_UgTU??RHdn+)?MHLr__.EtQ+itU]i]e$T YOQze?ᩞ8~MfJ,ê)cyU>7/7aلE- UhSP(%TRM %fK#&PL>ʦ;[E]KQqE5ywZe@Wyrz<۹=WUy.?6GӶ%Y">ȹoӓ\ϵ1|umB)tA?kHljHTXihJ%BBCk --{ҘgIU=AL0!&jܺv2PuELp4_-KA,ˮԙW&* oٱyFmJmRwTXYK]?(+1-WiʅK91ERBܤ/l3# Hp?ݞ>c! sܟڙқ% O*7m`/vo(thRB"%oXW6!ؙaґXc#^>"Ì1w2{yDGFZ`.qiZS>޺ -axd87a0!0#/=ݗ|T :1Tm˘6ִ=x@YGߵ:}57~[(>*~|uE2hUBWt6;,д\Y.A ҄yj)\` -*c!(q<_M`ġPgU9,.@$QDiKjqIL41Y1_;hR9MƐ$W 52DGaCkNt  t@cAtp*kOT'bMV:FdL9B馇S9Œ+TW{ inV½XZ_)7qh.NM$Q*s\xCOGOߗ30!'D@ɨ5V *2vOa A΍UFaLflr|Id(&< '^m+XZk'ZWIQwv [ Ixf#}V S@1mYچ1vOg$yHe -Ʀ1d|a - --6 㩳N70gڮ`5eT8v77xoo|7 G }Cg70h5ss]`vאKJ2g&G=ҷ,rnj{v[A{z84Ӗ]zA}bNg,7[(|Y\A} -ȷ D"% _anZTH#Fu;.܎'{pHH`%Q~c|cooX@̟ O*тS0GbP}io_}E,}wͫg"ʸ3Y}w;|?;{my5Rb=' -קS'oVV[Mߧ AՈޘN|x ƳFTL*{|M*+\>a'E!u-)FEDfd4|m w?@̉=%r,vy{y`gxWUEuH&B]MSf3Op} A#iZ?{BVu 900RХ#~ !.0;hp'[/M:β6 -u&!{]@xマ -|ӿ`]́A8v ]VƐ B9]tjq8ϪJ|fy}=#bndqem16 \s.L*㽰nHbe[lJ%(L}3x.2fZ7){K8,M(r6 >v1O0N;>}k8 r%u){kW9q/a5L`Nzݞo! {cH5n a\: Y "5h>H,iP(4(Māܐ@9sigjp$MX+^,-u(+wd2ħ!hbD^`Ʌ\B)Hn͋r -ܒ-Hf /A[\ r3k5;s_Ҝӧ~G2Rڎǖb׫`.SaLԓ-O1˵3F߈B3D;ipn8(`Y6*i\f u49F>6kMLՎx.Ż5s]y<JXL[%;q%Y -DxiNn )"VVM [WCѓ!x8]PHs_a5@goA\fn,ڔZHŪ F+AvJ6]aBܛ֩Ln%睍U/` &m09$"YZL>6v[{ہ.{ BOO^~/SUYR&X% 9aFd*JYHdV:J3[a44W!w)v G.Nen15tA҇aq!U'FJH kI#^mԜU^74(fp]U8TUFh·,eZ%!n.l%ħ3౸DVjbk6n -mEAAԥTS(̨%3dYIݎMD+[Mnrj4\$XN( &|U}7m\"L"Zg5UYldxByJ MQ 0Gf z'% @E<8&TؓB\ 0j' 5E,^h,;ȑwnQ K.HvCM:vgZ^VnB*:&BiXʗ⹃d~K.F?DGAn>UR4]!պG -&-ԟ,“ -L'eKXR#5m Lٓ;RT /ylCRӝ'GЏ?q9|#跇;L %BSQȒݺf zlDuqCqJ:%SG YgQ.q#d5[%7>?߿TL --ڱhS DYQh90';{lg~Y)WlFsDn6sЃ Ҍ쨺$'&eC?]F&GOCa:;/4˂zlc/}[;7; -~յ9ܟk!3 ։L BCnFȌV[a s gy\w=kk.:M#hǺ˗){q>M3 Z}E+P?>#B rNQcO%^kԂ~ؐ_Mҩ嗙wnΥ"9I0*k3 82uN$m}P())MS$k I&T =iH6P:bk.v`~i4'o<.U? ->mOH'骼NRK(!9 -* i7XI ˆh簪 %O㮜fJ@Q$$¥"g[7ॆZ 9/R_[A:w.:~s!zg&0cLWcDTC];"<&8~(^c}٘\H.>0\n 5LvVn\EpdǖuSlv2"Uϛrkŧcdl -Fï-CS58{*W6چm+G((ĕ)PsdL *[gٞ"hohTfh:%ݲ}>HE[,c^c܃J{Tt@\CyȬgHl/m_=Wd1?o8GuZ*m/K`1`X,sS8y-V!,q/~yt?Uj3, mKDr|d0(a~̆ 5=eK!^ 9zѧWMG 1xEb7y U_ŬV0v8;).1,I<# Dt"v6 3" ^JC:Z|W|7󗛝˺,wz@YgpWQC{:{f.ۼNiCA%Vjoa7/iou=cC.;f}[#GK"{=fNo4F0U_M{}];qJrdmNQlް#w 4`o4P V؎m6?`. \tQh, l1" B=X֗/TcL&IJ)A鈪%nE?TZߚ>^-kln ;)D,V:R[e3o5@ˆoVMEN){YF -l鐒'[EDia"dø(4\2T(Ŋ_ձ2H>Hg4J!|A5lh}BC}n5*L7/-(bVj ^ -Dbx9fv{W5,bZVecY5thIK7t%[,IYy -M^w$n>aYN/*yDAFiPwK{~ J_i>GsW, -Ak`vRH2JB e[LDZwLa瘝lL -rl=MנJG/_^˙dwҗ7~zDJKB,VUe("~dQyy, BZUyExIf%d S6b UJDV2q;~JQ"h1f]ubjY˻ɻͪIR$"a:U83ww\܆?gf4| %]@WDMV\Rbqbn,-h3O=9= 7,]gyEIt;(}[==2xׯ,q6,Iǭo|ĥuB^V,'4&}j1]~b%g1xJ?HiHc>@OyVX{襾"I4?Si4AOQjZ({kHP_J4X2Ӫ< rx=ߑSq˖E8wߖ܍=WoU -{rGW&cB#Q.K 4VM(LNKAt4$ڪXUSz~NhVl[}K-FtB_#d醘Q}@0EhI -ȐV|* -V(6CM&]%w%]mUF3,\i*P?sØ~qQ8:篎i ycRWG|ُˍ{b_9ކT{թϐ:BQtom^ESăZ)f޲9Q&7Y 7L`ɱSTW%MUn2'^MZB92A#2.$1H*c֧ SaW`n$H*uiwhDQi0bnp\w閬IoL?JN͝lď)QOYP tC NSDPFj:# 7ˁHO|r-ΡmM; %$y~0f\jR1!P!=ю.zQXlާ~DD3u*A8vm[=Iv_e偼!PnrQD㷿>כ$ƝzJ14ݏ( *'i\D#hۼXn~ň8x"zw=j,&DPfO~ܪrHM]ž%Oo烗ܞv|a:+Y] -IѕpJ)[H8<;'4U'4U^EJQI{F 2T+&%Жf p:=Ǵbxe[>v쀨`Q{yD~Ea Ǭ'A2/<**Yڝ!d8ߛd<(VgSXpn.bj TcN0O3nM}zHZ[ߊmCCk8rPS _4}Ns4Oұl?]bzB,zH()%ʣe(+ !m d̈ocA3V?ƥ\o \=0lCAS3d:dG҂m_] tH=ɸRrN 75YLڼ (}}9̸^nM^I϶ x|m5k(B]B0fYp+%DMlzƻJFRr'A -{f|R)EHu: jxӔsٵ$-5UT2Uu=̶/UI -} ˸8*]ǬXȈ̔P@/*:ti }EFlC?!{ {|/!G -.luw,^teun8\yL_fu.'o-Ri+~b&(8 -"0wRqsSJ b L8|倉%H=6gi{EWew:M-p&JTokm[%.jjzMw@CdVBRU}K`!tZpBdhbV0qaBD&4iYV(.)La(*E -H[%7yj -/9'*Rv.:80:BS* ,q|̢*,bhZ .gLģKU;)$oI4cKF!XW4ޑ/A <ˆ -hKT%D/J k4:Qxe.ν,矊11xlcu7_g((,Yt~$2 ,2\&vpc&Re[.vyiҴ/YhjQrHM=᠂P֍lM>o䱽A+FaTCaw= yOoz;Mʅ&W h-yCP%p83i1xi - Wz-c6C 5XB']Zɗ|yRv;cmДDy,?Aau:ےBT^LL`RVu0CuFP[XPſ/ɍEX&F& ,]w5iBQQn9M$kOҵAW2rKvzr@.d*E's)i˔RB-T2yHtV7&V)N{P)'Yל~aC+%<1e[`QĘeAcu{%QBE\Q@Ϥ1f^T |}_IVxK{ºAY,)=DvUo+Zi!nY5+̜;픝"ZzCF&3SˬĶ8Kgmi%RH[UNSX5Cwfo1caqkY.F$dDȕIHӴp#e"ŘDԬef$ҺqIOYBV.Ј] -EN~=k5]v9,o\&ɓgα#)UOTC͆QWO2,{h}+hcnJ]M[1(v#'>$b䙡mbKC!oEǽHgr~1_.$oR?>W}-}-+籨W[3|]O={%z3MN>蠑6Mi*H{gI9 -Hx_b#hT'rKP{ >_O5>zL7*x eMGDkk/z} %X=-u -)FZh=,Vua /gرa*wKrdD/;=5t$[W.2%{퀘95WowAlX׃A&\)^\ٵ?7;QIrs!1.1jJ2|[1Ha$>u{@C%_Svwnn[mzg7|38yAk:TeT~yM;n[cZk?YL!z|4 k7}O -n7^ĝ [TA7ǦYJJEcd0y7 .m /Uʎu -_/4o@)崻7U)I>" AdQ|LF,GM`F~dU -M_}Elp#+ߍ6Ą?w3y611Rb6/[걜u*ǔXkwǖ*ǚͰAC^Me!fF ".|Y k: ATC|d{tץUFxr Z6hxϐGыsfqXg"&GD~[O9<A1pp0AM# 1f&sj ( cOmBСZt[`qmtvAjuaI Rz*Xd$X( -DAwp"`!~ <]m;uGj_j҉i{C4d`m+ZnJ3a٧OF7@vδJ|B݊P¬fTWeT&JW1u삨P@:WHWn5g515 vc[L T0m1tSj0#y -lr0.:愋5)u+2Ma>>t[\QHג=\ mb6aDQCd~C䐍PU]&{l& -47vFl*z&-5Q,!_1hE0VvJ4 Tz|"VIj!2m&|#hx.CyVCR¾.h`cUR_L Bɠ|sjf -9x)>#(R$R"X8 JwuTTH sq,ֽ(}4(7-Ҥ( :b?Efp \& 9XT:~g 4sfL).,rfg(pqzN^ŵ<ٝ ENh[ɼd_fnhCfV`6יNb-<;{\OY.TWO /T5P p>nv`rB}Xbwk`k ½epurbPe9;|9G! 6Z^i׸e V9b-vq02 -i,5l^vZN)X`H/j̷ ͇,7ͭ6n@;uk[ˍUč\֒Z2VPPCɎPQe`OY/z_EfC0ge*2e>6d4DCV{d{3ȼ ! %Zn;:֒^?E33ӌ@/ɭ(3fVfXo QYhY0JYQ[՘wIh?J6{ 819?adAa5,Z&jҘP^&#T" -.ɑk7srrqw!vpf\&CI_! vos:9|/dgZ%9Ju-@oL`LoE}EBǂڨLC_QyBk,pT; [ -^kt.!_rʆHf?nMPtmTtl )B*}(:h1z9A7#9%5AU>[gDK׊E_k{ڤ>b<1>И=vO1qiSNG(-AaQ*yj}}q-l֓ߵ?n7ٲvL]ߞ0>ooP>.>]2I! p8'ʞü' ƒWqo9M lpp]̖&ڽ5TDx)`7ȼMzDv) Z+,c0_fFG3'4dw3SKrCa[oT&Sc{PqpclfˆZ -D?68|B4=dV G 04Z3MIڍ)Ǧsz!%xCY=nldž u)]3cf -i~_+}E*4o)3c8's($ךDCQV͑ӵ&hڑ;CǎdJe)j=PWHT+jQgX^*"Z2΄8;#?Ϣ|;1c.g!Q݇>Tzt-88,f=2"!'?xBGT -h "}bLL6L x4RZj$00uRqwb48 _(uv{$PАO` GoEjCsС3#M ViJJkՙ~ixiic̉ v -BRN(Vt`>esY_P;u@^o5q??oy<Ⱦ uqz+~ʱ8i" E:Ƕ Ѹ%pRPvaFH pH_-98p_<jo3_LD,i&S!KEN"f|04'^p ,}3uߪ6쟛6ܭfPl\ZU -8ح C ; [lJuv04GXڗcUb+^ѷHEֻ8%MG|INwiW(düEm -Ð`c7!Ѻ \oLt8Xf=r$"VX#3ba% AIٗɉ$>vY3:`".yb[)a $^nxٚiRw&ah=0KCJvUk9(eT>]SDj.ɞs;reK=;¡frrl\ Jh#Q`+k)|ahaOOJ<x*oLꪨ!XuiȊ -$ËO̪0ՊYnuTfWՎ}#'d*<TdۆÒƦC^ -q+*h0`E 3YVIbΔ"Uk,`MLx e~D-ܜ3]^ IJ,IU^X+UE~WAO#!\yɺpWXî2@YJԠ}6Hepά}6֡cOIn-d+ӖX8bJ!DF=FQOj%lD{{trLPd))~ɖb: -e9 +)UO- !1"NTfemW&.-&i\ޭzM{@aѷV5[ֿ'm{xY8Fqފ +]jqtGĉZ9 PgB(zv?iKHAf]x_l qm1OݺlDtck9j-0z>6?A4lLa6SlKvCʉlKWF?$4E{S슸[f^9(d1[Gmp> +ЁdHf|Z |+t9>?C]_"Վ5"{W4 h)&17UGuaf??oMms2ͭ5(*FD&ّƛt.;sfVDE?p#*׾?vox&In昶Mفg;4lMO#*Γ<t5Z2E. Bo40'iV@F`twEKdf)E#(4Ys%j,S`M; FK+4N.(VXSMܥ瓔K_G]*ea7Z b]n2?E(&?A`8kvܬlh0%jxX ?EOIl<[?ǵPo?1A|c;dTJڗ݈JQ-M834w.J݀BPM[*ZV.lX) %,Ǩc{Fdу|9UډÈcq9bu-maAڰi t/#5ԓV5pQ@cd%Ybbjl4N/BvmY\} kOJXVB(V哽*hN^TkeSeLyLuN FkbW;mTؿsn792rQ{8 b|WKv -gxҹdGU,:ʖ @7}VE%^+/ł%*K"Pm:C,~Uj׹WH'XTDcK萾=,E -WVdQxf sskN+1 -mA#o9} 9һq9ȳҗQy,NQN{HDsƥ~R`+$pJ([E>js_;r^g 3A Utd*% +mP@MPhv"aJ\N3D~Uh "vI"7LULqrl:YHE8ʗN=Y.l.j"yaxu՚ a3P"ӡEָ`es; ^Tp.+x/XZHMfpAk* H"8$JCSATb4x)xYV8⺦hǧ s'Yl8إn-D~>u63A1Er[g2IfT5zY -9к̌k6Q'4] -Zls^&1 ]mzOfz!%;/(QZ -o}.#AgZ%Q(.cn] -yIFV\ e]$^+/J5!,onhw&C? MTGs=YQn5LPd `Sb/d:`.WG1KQl@jrVYŕ)6R:'q≯r+֣ TzdE0jRuf۠cgQj5=̈5W %`}>([2tsK{1Ӎ#I!)Nab\y+4 Oȶ[3]lz(w|#y"?kvFPr>d4d`N`}JR`[_,?'z Y;{#eKYb&OTn՛7- n:㫢)+JNܫ}8֌{q IPײB[@C ov3_=R%pm{h뢩]9by@s0m+ĝ6"v1jm*STȋ^^ +yN_%Fh!p~%QU3' -҈06,-^g= <)<|9*F𲜁iE'dYCYu_xw@^Zb@,R*4z(3uD\{A1@hHNDUM}LK'AH|E9HbZN23W|XegWaGg{6 *>/he}SMqd8e$aT0+);%LihANr61)I+ SYKƈf؅?}Q8N3B<^˽Vy#9eIυ0 Kx Z ~ >SgS Zㄘ?ϽA꪿K3/;w߫lhYc%Xw^e<\nKVށDw/S҃=֭ Fmn~2̵ ~pG_.q8 wP 2{B:p'g -CBA>]Oe k2~1j˪#4mǏr)o;Tj4XqSn]/.-| ~5{([*ך AnFY)Ga(5Hjq˅*$}rۤSJ4*m_ ~d.m^$]!R5Po3%<3nB!"KF"Xת?O1qZ`6yڇ)ry!'S*ZCGj<OZaw` xpb2/7g\dt~.ُ&>0r2^K~îO8UaLw "id#J(A]"ΡJD"؜89q#_N Kχ"QHS^Ƥ<2_ua,c?-8/>Yʽyk䤑2 6XWFxy"ZnJXdh%D`t̀%o=iUDYbQmyvĺ6^f,,F߶zyu߯*4}Uvt9K}5 &\_-c~aZ&6%WW34I]^|p ZJG{c.W+-mC[| l5v>KhuK'WW&?}zٝ2&fV:q=šl@)7mTrc?x3ؗڏiu|V O=q` pqSvpFǦD&HhrCwh橿 sbZ ~M# [Wr$Pz%IhS\gLŨeJ,"xlpvޤ%ǨÁkqǐgt8r$_;%$G+c?F,m/?3yEIcrR6N$>Ul$x }~?rχށc3cu v!מFjّ춡Z{B#/f`$s![31 lċ"u%8$zQI~&Xh,S]r8(.2_d6L]d_I0בĘNz}O,%n._0F-ܱ67ߜo^ߞo$}SXdxӇ?X~/@ởoi6U)956asWj N0՗djh$ս:/1-SS U^!HCˆΐALNLѪgUxa[eb7hmY@iJ3la+P9'JQPu -?!Y-H6(WȓP+G2" @{+hT]A[&D@t+دޮ0 mϒy@K]Ъغ˫y:nK@YbZAЦJ()` gp|PYWL< pEºg:}Y,\aP5ˈY fHХPBTQsx0rFl]3߲D$SJVr#!`\Mlqri 2Lu2?p2%2faU'P~Zz"8YTJaۣ;JT=8i͆vec-4ͥ(NOG)R{;;rj5ѬX{iuW<8Ui|]¡Laa#&4ЕQ-3-m(iiݝ6;r8noL!qqk/Qҷ~zM<5xodcRw:1 -J %E}(*6"]IDq($YLC{uHdw`iDAWILꥣUi- 6EhJqM<+c > Apew#I^kVu!lr1T3[0̆ -x>4mܒu2]M4Q}0_Ҥ!5KAAXa*U~zYq*u8m9[}SWMtMȆgUL>/7Y.4Iв)ZnPm -c;y'T&/Oz -= Po֘ꇸ~CJR7TORm>I碄q}Ŧ{9Hf1F-_ErZ_ -AQmSW盇)P"8BW#Gtv;\TjŢ31L0G?_ `ݡ(XRP^.*+7n:R3{&z&?3N\{܉T:!mVFS3yhXQqmcy,>l4D~LQ_5n --KE\4qfDa mx^9ڿξpK$V@Nۄ'fyQΘ?(;ąuU{XF[[LF! -|wY&Ⅶ<ڨmae}n!K72^mm|poauKT~  ]~b  :^dװ=+Z;yO7=~5$/q~ 1㝂P8.,Em8<^|(Mô~*"ۿLdwD`To߉2@c:ad(#WZ4NH營I6c`@yΐ,kG'\?u;GL1Y"X88|,vd.4ur^#7~v£q_f 5cp~cω6-A1J?WЎׂ3{ D%;uv%̪xܮ\\(s:KͽŒz a%΄,-w9 ¥^2Ei #3פq@5k$KX  F2l,Y|-q -|Tɗ g8c|XWu Zr7O>cy|̞|+Cg|O4 O!V0R{]X\1 -m΋Z!7y~t 3k%$:E$%#hSbP* -#êZ` -Al1t im\˃bܗuQ -e VØ:"g3%_?oy+\ZM:Y\@@,l K=pΎi?ɯIr|?Oׁj,T~e/znѧ]̰%h$[?KF>#lAdDT,s?sRV$-$+i$AĥF*dΩ+_)+ޢ.}ilh ȧ\xr~_jC?BzTq[~Ͻ|<'۞_бUx(Pq>]U< Y#=.[O+凌&y5xb20V^a@*1| o&wgXDCsbU`[/auu\څh{84_<x S -NOZ¡+b(XC -`{dQ^:qb?Zk'ӉDʖd~7rkBI\o}k_Rf7& -uhk^xwT8K`hnTLqzޱp=6; ̍{kOA氍 "xqZ$j>~/DŽ\{ބНt O9ĭXT*wP+Z*|G4_HDtIy³'#Cݡ2z)LAB(` yme0-1<~͐>U@`Vs~M6qBU|%ꮵlFnH+KzSZ}> -Ɨ{HBi)h'3|'XI^FM󨖫=m`sCqfҗo|=5y>QW gBKN0$1uQN^g#[xctq)wӇ?<._|VK H=gSJ tGڝKxAӀ>hx*+]1%H$>Y_e}VSm&4{)J[)5F8*{]iBm|Y%_Xl!cGE+Ҋ]'Sѫa~$ {0D\k^6zi cc e@sD@]@U$FoP IҝުVK^#⦲+ixkS^,YWgOtnJ¸*V9[߶Rw<R"ໆGRe6T _ r;OF{hށ .WډX j}RQS*n+ȕЕ-@?SRh?yp+}&=hΘHނ җT9|𕇫v&+P(ΐ O7~enTQI:G^_w<6RiPx(mF(|WvUTX>_5LB{ -STϗF6>8cBR{Y|YiQ#CeX˫PJCe -]JjTЩB k^hrƁqrծTcҢyTv!҄gX}XG3BZ( R7%lJuu5 0pغz&3CS~vf]~{ -oHKpH1I9/y;S4zcAjVCU/ -Z]W8,KkJ衊{w}8f r\W~_%I6^d=uC{9܁Xl$$\2 AXjFVp!}XGu[O?PƱ 9RUycC6ֺw6H?usuVrǨ?Q2t.]&oSVL|,ޭ Do5;vrql j`7@N+_K#TIō8D! fpM/!N^JSTdǿ!(/%` @ƘG R=e9jky*/Ou-#$WӘpMKS#z%Sm3.V\=V6 &,WU2tYKcɢ-NQņlfm7Όʙ ډ#ݕ3g#UcNjoX܂C56-n+Me\m$^VfW>4oR++$'YAڬZ2KՆ@K һ6=WCz"їs^02ؤҋGѢrŬ\L#l뫨 R5׭4)75LC9c_i)Z1oaY] 4qӧ$VlZf89%v(}0r/yϏpGx='O~/H]^퐥)gI`C蹛Hs`99@kGsV59"^gWTDX.)X.ķz"^no&x&+w;K*:$D;%lEDUK~ ng5yC&#i;i(6|ŚlP{/k!Ulv0у:?ʶAnF.L^dnl)L{)3]RN2vgX7%ǝm̓-gœm U--KVjۀMa5,:uQѻr6c*n,cYVPy!9c=G;I.m ;`$w} `"dU+:02@D^jȥ> waěEjbCԯH{+=*ƞ~QeΧ[.3JQg0ɞmPx?+#+iK9Y`8W|UkҬg -42N} 4X*>]?wzwenjw9"j(ـ@qBa!s F^|})aNKWn*mںZR7WwM 9YIQO]n@"%=RHk3fWu{pM=pv-#+Ii3}» 1bo/Ħ֭؋͓`WhPD2@Ypjԭ fcedy V3ċ@"oѡ8! -!6f1CJh:,Khӊø7Oq=o_ze.غR5*-j&bn"+1iF _-wfb`qKe]v;GxOYNIJq;A3uw:Hm?xVm[Ê K鈋l+N8NǤս^?#z|8+·rxS/`+OzAZ=zF#j7׽e_֞S㠻?\:9B&]<1JMCX(7ώڿ8$;, -оwCnhYxJj೩(RRmP)Q"< cߠ$2 FGk ?D*n {NVxYpՒ[ 2)Yjhc.;oO6|lc3<>Nw{`W/_u%Ąbr_Di|+q^4< U},klvqc SYjn$ȦL`GUy%a޽&,TcYH)AmPw9nɢ-1Pt#?'ۣL>(sp^f;̷H&P#P }(5KN&leJy*w#5Uy˜ÜPmv)%;WO`"8~=X􊡂Λ퀮u&m:e\.J0h)mL|l$x$<]L]VO!5O` 80  ]}lgH<:# q~dP_BLoN%q ;ul*?ܰ)HDsW L)[P^>ۨvۂĴVthch X(z3S| > -߯AIc> ?ѽ{~~t^7[hap ׃8&V`G)*b, T?~G#Z25L[C#'F78m8bF&4LUq9r ߃ҚL@YF^!I6B.6TkTrẝne= TStaZ^2ȧ>p- o䨜$̨!t;hL#]0s8z}}uD-KYjG@*`= qbzB(l|k Ċp3[^(I8K!9(|̌O! ?b7|wp@T^.$QZc]=f.Tv*Hџ{966کxbФl- YQP-ү-s2PZfovj4ǫCVA9ykihj" 隦ga"i_MROWD -$fVYM+Ţ3UVAxfQ7  nIh#H.CZE&<$'~ji02>$_ 5IE,)ֈ8|! l"I&Ak"逬KO^z"VՌ4f1'u.K5"W&"Z*vmfӈgcjegc(tg||mߎ سC-pq%ecQj~v/UEmS@!i&2f6_fx UZfTa|BmYiđ,guU z5[Z'Qfn3\8=徥F.告!nϭ9FmOhN9s}̋]~p0țxK JV]HHI|Mdmr|J4J=O| %t^K>t"Z^A^M9; 4vxꬔi ]Ll 6j+㎺ԕ̹ѝ41PENiN³r*%xb.!cU52Ky=J!D5S٩*{fU>f{!1IϞ\uRctvuG6mׯ>?Lsm9TJJJ`C,>IFZ8]'-]T -kQ(3aWFv}o%9bh+Q'|\sz'  =÷.~ ^.b<L0;h0?sj8Ӕ[&krF t2ʍZTņ`Xݺ-}R&E7&A=$"8cl{(MOL!L+DF:'v f#m?ڟٚU:/J#x'?|ؙ;Vg' Y@Q; T -ī&*GC/^nk.4S[x.!+Gx_j0mhct "md=\66˪ ʝLby.5@;df4 qv"}5B #}1GKok{g%UB -n%C-3QHW%r`tml 0f# -cH.^LrDy1@{6g9X0⠩%džmr|Zђ2q*P!R)gf=ԊrvL_AG1}BdDߔ8ҪWץ~>O0`1! ?Z_[lMzޘ]edT -`^0~l# .Rv|cg¨\( ԒzQ(/:nT"+Y(}Sw&Պ~۴fZ;ZO${[H$:YPQƘ8eg<ɡG0g۠bQ'{8ɝuF3gUWm%nL &~_#*>~:E>|O,ŒZF݀+@B1@ -%Qy 2N5•Fm~3BB37ٛB:k7="X/7Zձn`D Y`jd`Q#h 2(T*q.N*/ToDD]ލ>41rjV;>VzԖARa8l=ֆd'`QqD߶7٨UMӎ( UrmU*mk?ԾV5[f!s Vc A*Q1rV+z]kBˣ&U(M7E?cqՄknN嗿<~/#zŗP"·aG!جv+l7\2O:$ż@_ UFV+v"GV̦4~77 |]Ch87V1M1BDw7|oXGqxӰ{$C)RL,-ΌV1rΤJ@a8\s 3d !7<[a+D89qNgD8LYD(+΢BiŹx: ai,kQKm9X l쓓ł_xۧu.{f_,nmg=J3~BZV#ogCn3I*7vS꠩QuԱ0N~ -|1y%%? (?4f^IutD]F:Cmo/ٗcg1e^V5i{Cal_&jnJn&9\PR -m 춠07C ^ny;^a6H(S#`4CjM&}ƹ ܄v߄vnB;}hcxIrz0:; ռy ĚA\,#kǺy Agц14u!݁xY]F|'nw yx}mh=2&n*5S)}QeE);kTR9f1~#ZnTˍjو ALJ*,C `b7 fjlsE^$&8xWLމ)T'1y37a0M&s}ڹ S15^'D:U ܈];@ĔZ6l؈#s݌*I'1qILn-wbB>pӲSNܑɎ%NB6,bZCkg~K3?7)=_Fwq^KKC$Œ_~MH+жGq@jʯШ) /􏯒LJF8X;sFؘ+M}:!75'}RBP)ȹޡ -䶔<ۇ`Z\' -nj~PۛGQ]ӻ))p yfW:JTmMBt7 a,ͨ =}myx};9/(6>O7 -Gf[i} !_vUTIE.!>OM4S^o$RDPќ$O',LӆCt/>Fp6z%=D.j}*}=x(- -&?I[0ffūʱO>I`vX;tL$zӕM/$48bV%KJd0J49ٌ_VTؼjA$1I Sn \S/?&M|NV{XF3[s gcztE`.G4t_(A4rc ":41IRR\ hcU+]JJEژ2ZRD.ѫA]Dh"򕐩ᝒ%V ge h^8-&ma"c9 Q?:/(ź|è!K7l_^y$_˹ ,^2ۭ՛bHiN~\U~u:f,|؀<)r8xمUGw#I@^Z+ m!kLG]1d 3QԙS̰G.*J XO(yq.a'4^L -E|:$D,pZ8^Yf@j`uT>h641vSs'ϯ?_/~I+Y?O'Zu '9IG7as bfy_ô/>e >xqwvN; Ox;L$qˊsRLlDA]%A>. -oh+qlPOpbGINODEݕN Vׄ}{0ȝO]Epa!6DB.X7#۝{.oa#r-ܢh%⦶nMgI)~r&6OPdM-kVSoRo4Dv[L4ٖF^Cn^EIjyϷO -HwҖ8Li`p/46s7ӷEXv0oV8uy˿^]<`z$R2T4"=י$ua3^tMA5Q[}¾e4&̡=Ta"[ 3y{mئ5ADcU@sI߰' p(d*Mcp *6Q9\f/0#ݚkMU2^ bȣWU4͘w/Q=b sh,aa+ݦcmjB#C#ЍPnb¡!lk7U16GІ2kf˚74`-k`?/p$N;+IWz~m;Kk`w n /-s -Ɨ?mRz2%Y0,$GwU6'}.ن "5ȕ`Ai{4A#-&GK珬}(mv ujzA>h̝,$ 9[/?D-.R-$8Zw+z]*peru!(>nPtO aBM^uGLztʦO1H#>0{ ~[X@{2GM"u!(H?7mWނ*IXɢXi'qZ4ڊL2 I:UKqZu&0"1A\Уf(h~)8c@4}f3Ԁ+h EC6&z^gjBCҴ4=ۻlΜ7z3?;[D`EtN=PJګ Ztܒ*/j{ -e1˗lPcbLIڱg+)Rճ͂!6j7\ZؓX01QEGEpl51+5g|[:lz, rmkr `M0w(&]NX& p,ӄ 67`p-N>=4o]2R&C7ò-fXp"ͬ+")PeFg*Yy21yuHRd-1y1E@~LP'))Ԣl抂VJefMg6["wy N.yyn iP;vt o)H,4;@(0zy3 &1I0e^N^ߥ epZ$:~;U^3cw@>H{0~e[rX.!i3q|"Jmxxɰ/N,N akaӄ kAUtVeQ JzIo [7# -*Qi;bs e #\փ)4RvEg"!X[ss6RtBXܡ4+_PfGt8$%! -/& 1<mHԆׄ0;{Bɮ< V6| /^jwƜQpǞ|0{yk V] 6˲ D) "7 -YZ3T֋\o?VClrҫ%]γ -o H*J}fb7$,nxi6 7~*|Z;. TLm0QΥʍy{kv|r z~J=@ +==G$E"ehLCKPUVSg$*Jc -pt%NUҡY6Q) -;E7aYCeSƹ:.U# J1Q{wddm}:+Y|U1gԷAMg"1O^:+h]bNh%lT5J+W͜j).TZHG4$e>kUI*-p@U@u.D3-"vNe9 6XH?B96臉~\~se9j,%))I/9_rJQ4v&gTCL UYoTiQlPߜip-%:h.бK2 -e\åx3q Z$ᬗG-KVij2zY G -:Ԭ2fYct@."qZh٣B?^!/B8)[LƊ:ԗ*={aHteWoh2tL*5ŃL&;4<:4i!m1hR4Cu[Exz._Ѝw$ӂҌIըkEݽŴMMG.]_=}KxW\ɋt ,>xLpB'R,/ְ1 }ŹC9m^W F)C$> -V2CF]קrVkgj !5w Qfd;0r^ЁvMQ7ɇks–jTJ˝Wc8l.;,Хa>7 neMU=[5fگn̗qCF{Iȑ!1/baS$T"s42+.H2c`Q&"l}M$Z:i&6"j߬XB/ҍ89sQj034<1Q\SoRo:z)=fmUl5!5JYoyůu" -zWU WFb+i*wuoSH\tfrBp\([$"g_c/j$)lJ 3!4)L<@őzV@hN:`{GJl07Y4MEw I#$c ,_,(rjȴ76g%j}.帚4:? ˎ!D -,ɣxnŬgv []rhY pUSc%^; -~ʀuX0OARvc*՗e4g=Jzk5K?7i1f9WT5\#߆NwSBj)SzF~DFocU7@?K QPIVRȀҦ՗Fk)ھi~ԡQ s/hw~ˏGMǸяGm凗}_L?|Pq~oNme1a(GboEWIЂAfb: ]5kICEkjoB#yYr79kTNjU&M=[dNZi8~gvօTI0e4ϋX5or=r=r\:yk_:ot})-c^_SѹBffGҪ= v[hɠskr`o0iZKŝ4}|%##ěkh \ -(PlRDr7)>W$7_ס&GbgI,g}듶qs[3"H[XĄ/KQdŢ]8gι-a܀L-ҾzTy+![6%'?$&PBd~@y@U1ĸzW%J|dEP'luȜ10F:ͧ &3]%d'W6zC֐r#^NfzLOS6F'hZ.i<|%OūLnZU9 -^qύ趁3ا#\N$&K: -_nJ a/2^J:J0Az-+P>Tq7F}[w7C[3`SpKѴS圞mL}6#՛0f!-0Fw Lp5KU\ j5쇼?#: 3BAπ[m޺}lbedzpDm)A^kwiMܘ%8ΡiQ%I%-j"gE?Ed MM9ѐgHFz $nj*/`xl/Y`V/yy_- cȦ{x&* Xt)x+?gqQ\ }*N,"|f?,Kl% e/Mg:?vi '6W㡦śs'_*-OS aɂfz&Fu)+0؆:B6})gW:'Hю߬ªbb ճ\U{=&˱xYXeÕ˥j9%$E|"occv>VߢA￿[_ $W>HqeMKPOM0rl :FJnm뾿!< (H|}A%R -N-DCEZ=W Ixs~0ȗtd5@S?l2QW}B[Wn/T XR[c+-哞 -|B - T4KW~klNzIA+kɣ!W]0V'?`b . $jAQǷy',ߢ,8%V?J&apR6c禵Ўu[WYV{=e >↘kCT8h})bu2mmRu^D6$x3 Y:xN|TeɪR6F|/ּ1SY J$2Цv]]#)c*vυltr2zL;'*J#"Gbe 0z54 # n|ɐsjϢjĝqCv,x. Gʁ~$/ L?z fJD8=av`BXm0~⍍j>wخ[ (vwLޭOc3uZlGھ[<ݺuLtwl&'ݱ[0ⓩ֩h6Fji'Ş޺Nm_Ӭw~7q?c\l}c9TѠEoB*!0 Bڑq?shYc"YZ3s#U,'`͆D2]\\u\n7NZ,{$6Lkt74| Y9rL0-hKPq Lxg܊c~Ɉč_ZbFw|So$w\ci6ŖǒdFD+鐏qkxEM}P/?5g:!A+:eĩb^Tt$)B͢߄6`C0:2c u}PĞLd"gJ݂r^L6qjxMj=^!!O3yRB7D3W}EN4ߔC4UI#%4,AJM~qvvﱧz0f/H=ŘVTc%aG3`$ OL9w;w%93{2g d,w'e!M& c,aöKƵVBw7* :fS+]ƦYfK\etY\rAI48 z+7C[ z >O O}\X6.g*nPͿHs - I2_K[8KM)}^ysJ 3ɥΩ -p5vҒ\G3!г*LCF0^AP8Gu Ȗ$0$}xtQ+[Q]./AC$+^Sic M`B`©z]ݹm}UP -Ёl `-7((8Ys~I]s$zP &a%kk>D.NnO@%!*+k!ӸU [ -o,Y" 4ZL3 Z$PQI8 Ys!, S#3gmM/&#>ԢHK3`BmU8~ᔛ%Y-cT -ȢQRtSpa'Ȇ lf3PT$%nlGT Bi Mm -m#S΢uZ!:C Fhb!U QkfKF:ɘ -TY蔠H>:KN>#g9 ynߐz&$a4MaYXo>$l{ if*^ }$Fl@,95ԅmfMcmZ  s~+=0rAhQl+362ёj1zP6'Y*-ۉJְ>okhFm->~(S5c^ SD5qX@OkoR*Ȇ'7}B|'Hp#&dkc~Yɵ?ܚn˯K~84Ψq%smtN ƶRjI׆͡j -¤7%E5wWz`< Yjㄼ6񂈮o)P(;D9lG2RC_nFFO5QrgwDVx@gv|kgXNs 'z[llli|tr:O&݈IyBB`,n\}8SqAiuh -z.ߟoE7d~؜nE_}429ݎGi`~[&!Gceu -CA晴>Ygoe/CUJUZ0=y( גZ ?13ޓ8[dBxH[FiT >@^" Yj)ަV)bg9?gR_Uݛl >UډŤcкhB~O˩rjׁfTvw߼(V*𴪿_ߣ 0L k(<d-xFE_TТv 1*K#S1+}be3p^KRʚ`ѴCuǨhOae -VDz$G}.  i΁|doV|@ DIѶ%<%Ә9>PuDY%[Ss( vG_rk`r[ZON*z{sS}Won]vvH#l geX؀y[4_ٛa Z1T;@:V.=3TB z d}&vL`3#)Dd灝}˸<6!KƳy*Й۔&'1׺KUKw㑕Å2hnDC6I{L6 h5 |dD|*ֱcLIu꒤#2}[+nzڍ,CrN0NJR:+A̗gb5]smXh Q.bz%QM<:%YLN^4E -IZ\e`n}ɀy78fE5r{cD^Rlzf5+܉?VԴr%UΒr\ 8?Դd@뾎k:ixpw#m}F}mȨ+b6qdӍdaxks}uT#dNА* -ϢY8۫68yJygNާʺf%c_ܪ1EJz8)#AlS:-4G6$0&.4sge$s[إh~^16 PB84'a\o~,?7yjM; kSGg 'ѥNRϠ,>;eW̷fʺog[}]3[>eD[Ws8, -v[?_._ϋ>aHgCz=.ݯY -ye}SKcjl6G q炳2u=^C~QwQ?嗠]xv&{7 }[Qo Oo秗w{+" B̊z(ql9d?kΑ?! A~ UI4$&oQk^XW̨NN$I5+k T"岋bl"ۤ8,bf\Fx_$*E Ny? $֚DZhPMZa5)2x| n/8:VuſMۉX^!YD|-{\'_ƃs2[%6v|'s< -Ǧ-eٝ>j:$EOi2[gf2ZwjoBÞOV;`e/ 4Lqe(7i-gӴzUR0xC;U&x2:ٱЍ>5#;P:D!WSt}ƪ(lbY ;4M4t=`> A^t݄s#ԑq )!Pdj]"6Z!j a#Uv|ib"ѩ{;VC`:b$ -N^%Dtц=U֕[ɆNV_y0>K?ɤ|lHuN# D M#?'oavNP -^>/<?p2H .@&,b[ZGc1 E PIZ1)>SxRܗ:2n.y`>Nj (,HYp+*q.! E!Y|Tvs x /bͮ.ɲkh,$A? ֆDVaMT+2h(K@7Cx_GVgfxo !f0͉$$!,?+"u;BB&n+r D?m6Ǘ"B!H*lo? $H4ߎȊxUQ,^ )5 K8a=6zKŭ,4DA6ZTseG`6Uw`MѳMrUرh\ -#vdudp>,G`3e°@UrG.,<2C9 -~LC8 ik䟑gV#1I 1%% ѐ&@F^3b/UT9XաUF*l-}K!&bHEQNj$žS6ɏm~Z=^\#"\I+b!\@,Rc yiL !0B3@UnSBEQ!`b%ͮu n/23_j/.יP6UV(Uȷ@e]c}0g,H)d;bX W, Z&3"_YB0LaR_O xm#* f[ruV)ŚQR< " -Eʸ[\ GzX\^{tE1O~>yag`; _+dV|Im}mApch0Cm3RnAP}wޤmՙ|"%)ENuxgA~E6 D]dMS dWJZV]6oɝ%J*`qN+h#acz7wz7Z>7f}:3 q^:uhVL4G5h]2F-! "$-C -l^R{|n(ZK~ЌE@RTEn)q[qV#RX$ZHDj̲{hb2^ 5O]zM'D@]"W,,R~\ ֛ fPxp7}=} Nxynw\oAq;w!x?^3b_$*vGwR;|QΨ2/&hmlRg^UKf<>c2NY_F|}cgBPG(e o-!G#k3sNJ@k+v 2)C*8PD -ik~'pmnQvJ6Jv0,YM!}{] 0d+!PH+tdnyׁ\;NfEX+AtZ+$4Pdu^*^͎ɾ apϼ^,D[Dor)^RB|Pَrȏ>6:AD2!wh!* )%G}?5QCb/%29B35<&lU xbT*GV y\9^マЊ-bW\Wp- .8E^:s b[釻lծ⼧g;\PLkvs"qxyF3̸4N1{{,j@Pg?7@a(Ԁ@Dl6P%<܏s^ۿ'{tߣAmZV!:ځƋ0Sìj{ 2s !A/50-4]h av'$٥:i׿yAɕr3WܕgHǮW - "uX~fV7?r[|UP.tj= -[=D|u1_BG/ASkS;rTX86%>|"_^ &[˖p]wEEo&հC*c|6I v؞FzjRB#Z֊bNx ݳG rn#VyN=jhNh\dC!D񧖯-\[mPA˚9ms}=F2[lħ#^Je#{wj]jYϧ$z=B J'ƛF[(o -Z۰xeO-"Iz>!2ebeXd7E3~Cmķ_aѺk1PIj'Z荣6G>Gw}lLef8Hu6 +ƺ,U#Ir@z r @e =2tW:#t.F#E\0ϻ ɹQY }{;|Dk߿ (.5?֭)Y[@"]\ư$%ǃ|b& o˹*qŃs*;:Yw<=@9&*եJܛbzz ǠJ|6CZom?mhػ%o6o7yd]T]^^Dq^y)BK腅b -ȼH<3UB`&7^#+Ljg _ЇC$ iƣ̑n1JecRoPPҮ:@UL5C V)- -"[Q&+ q&䊼SW`t, H/C- -M| -,C ]rxFgw8tf<1gv5 #٪#+ hSl!@ȴa&bʟYmߺTf]q#,n%.F IXM$s#u Z+T) c58 I!^MKٟ1m';d;:YGʂj?#6$@ArEfĖB݆&bh]Vk6$.f~D3+|zYّK4qqY/z";X5J@Q5^Y]#=j| 2+µi g -q b˸ؔZJE1@L13Cĕ)D1hmxvhsg]MԗKY'5(8cɹ;iUS4/Hϴ9OQVUK,cJtk!fyf$Y(ū)F/ m '9e 2%5L79!}o) -fq^#^σ2Uʼn -pGǍe! UѰ’~MK`\+1EמJo{}gNS{:ZIϞtfuoQ? -G^~QGuoTNmٚ\ͩl oUtNyV}F J-(aaʹO:3'Ϥx7O6j\ j?tǓND^>6MO: Eg86/g|3.AUݨ6=+#;ByV(]z+Xnt+\htT]nnz.59Ԥcp9((E[|t迴Ts9[]D_o,&-[@48ظ$#!AR?8'%߻-Fr=6 91G>ldHR{q OR؄knKH?OLQU"P 2Ұh̨cYprs=j !,'ќ}͗T7}q׿Xr=dDxˑ/ ]շWo_[=-毭mʹjD3hzcw͘?WW/>=rnqtZ/xYρj%6ơl;E^Υ8XY?4:HcS[3dlj -(F!-G?{ERUP:@Nm%ssPI2+Cq% {!CU$+ F|!Xs]͛u2{XgP--˵t&,zR)a + *WդϏRr|* |#6~vcՎ]۞}7Tߒ+Gu~4ŒfRž-0@e &1Q4Txf"XN°TKPK'5mijKtlT4K7ArwՒJn}4?#s~g&VF^z#1Y$D\Zw`2 Q5gհJ5E g}#-zi;;-02Aj9}ާlX ݦ"1f_G8)8YuBFep,^'^`.7Tu<o!r` -yd ͆|C9=f&A[Uxۄ=O%oyO@SZٰ#Q<ï v\+M.WT#-R䀒 q5cuܕ^>5.ARzvXOS5dSPqae;~SSwwMTSGULPiG,[FP͆Oy0nVK[ETj𲏌ّ6# -h BTb~|Vަ`<ɢ*$^ .mew܃ȩL>LN)+ȚZrl k5\ܣIdxm hb@QF&;9m:.#i0ޣhR,O&E۫#x\UĐ3 5uSU!;u߽|Hao*ڷ|C>\(%߃',.O+6-)+`= +b+.oX<,Ur)#q1r=̺Hbsy9X"/{(β8ˢ,62\̚`n_Y`>"v؈c? ־1}r쎹4z fCc؇y;F-FȊYg(Jg~O:ЙY#7V+ K6֍t`cw7BײÔC‡Jny\=B-İ+tH(f`:g*+-\9!ڣ#1L1bl"?*2 Lq ,SsR]YU좪J܁L+^`ދoo'rCY4$H>fyK{[FUʞMab/\T -CV82ibr*^G.Io ` gһ)B *i6y|:_XXI:Qsq<>Ȉoýhwx+ku}ybk`,w+g.c˚=83<$+AX{?5p pܥ|Be, M\ɇopʊ :7 +q6-^WF|30M.UXfCfxpiqsb8pdkGfzoD(/6r9myK4uSjudmDմY S6.>!QEHBcudLsj^8TtN^I1nE@.djrl~7ۖզ-Hɦս|,x{#q7)TӸVL,"BH},oҵ2D2â-/s ClWOUXeYt?E7مM0ըi=YL0FO.6$7\ԛ"U (G,2z>{f?X{T0޷{v$Gh 8%%5vwf4I/[CT95 _p1s.8kE]7$znL]7rt&S(n÷DS_51hq1L R\G}pInV8V`q?(ҦH"ZX/3dG?n_#ݬ$mX~Ӡ0Z7e4o'<OԻ -Wp~>h&GwHrΞYpԷ@oo5Xc4|_Dؙt5$A_z8JRud)RϪ,r,+fkM?vv[ٗ݇ײ]+}cg=WƛGo.4N˫q5^zsճx--;E%CXx.|/5Yl z9p/PBv])`/0XYX]\a< oG|`(;iE<"AcuNc={&_o[xR`Yd;I -̥O- -sܴ-ҿb -֊묧t:I~۾ʑ=6E&X"ڟB>d^NX!mD{Wu6 1Wn&hgT :3'ee$lʔ^x?[T|xcM}R:'nK;l V IB6oj*?Y\J6-E]W{1 Wr.bJ:i9:X %2r[*e`EQcX^-=4AeVizOˀ|8] mȫؓMaړjAC2!qkN*t}j TX, 1'Mod@`Uǹ"d5A:Fi92Xw.i4~&ȵ/WH|Yz}6qkMHrF~A/ۃ瀀hcVG^dɛs6F".b =aYkkޗXUUU5B.&ǎM^_Ba@ވukaTUۂaX +A*hnӝ{qG_*L"u12:ν-+9 UQ*+еA6OǮkoZ1˼FT`CL"1 -1! =1;U(֚ Xe#6Pނ'v:KxqzzeCj;4B@]јT h(ikfequFL U ܞ9)?!AS81=b欳'/sOqMxsO BWZ*OVtJL.=-fSQۇNjdܖE9-.SE" T'0lBqzc >gFސ]PElkלYksbZU4B7XcE- 9no3/_~)mSTk1 *%˄bei`:mX'^ݕ~gY5d pL4dTtb"HHhDvl K*qf'5K}ċGQ$YY| o8ȴoKkA%~*2a" ^A?eI]+FXæ}X)3*i`/ۚ>XEy Z'5ҙ?ٱ );=22{ +3<\@!DB,t7޳Wi'6䱑ٚ&wQkHMNLN~3Y"f3S _zmHYi|]kkCp]MBE{k?J<KzW{qʳcɴH@tOK=~h6)F2/n~we燣TXYsޟ>D4R6a% (&g+w6+ژEQJk|/lƷM 0j6yh)1En{cE\|x3%$Tz)nkfUb؆p٫&]8:| ouZ̲@xd-Fy-㇘5?>K#;jl#ہhGĎwبY>edrpSCK -0fA:1:mַuJ¾U|T'F}J,G'at{}§;J,8㥍™k< -`jLPB1q74ݚ IXL} AdBAzH;}!֐:L,{h/G#\fQ7[q;;}i?}ġOskBVļh⩕qjӊGxJeĨD3Z>QMdY!oEžQNڂz,K\VA}i,L?:퟊Zgq+1擖G d`' Rhu䚏laЃQ{$FP ȱO 44pE.P9'%0 md29r+R2x=LW)޻6_j&|Uxl|Ix5ī*Y](C30}w\ aO~St8y JɌdLKaDv+։dWѫihYEvf\C!^#oG Faӫ_u~d2j,SE#~4[ ̐ -9]'"e׉ [>-M7߾>~߾ۿ d}Z~?>\PSZ``/wnBFj9?hrքQ,ƄmL]?E$2o~#el*X j:KJXA#Mk\b)!%KOBSR+dĵYx(=uZMEX !,,ut[iHFLBxݖ.O)I8)4X%vuGm(*oʲ]Ցj-Jz"n{%i`#\`qq7ۀVacYy MfB…5Y˜yda#%, -q)/p>& 5-);(KcU)Ee[QRMx ı /a5pAXEp!%6EdiA\@tyh]:/CUS7ɺ3A!C5cjQq 1NSe.wOXDƾwm!q >9ozSXwĞ;qso"""=? -#r,h_wcW5i2>vgE@[Ѵ3Ps@xAGmmdnWUW }qٙCT r@+W F\%iSUdF]_|!쎥HBxrWa6eʎ -OT;tF2gp>Qv@9Tԑa\̐PQ2ڣqF,g_!ϰ!7"/L4qacar[D?Oơ170i:Tizgk'X$X UWB GIz_2m]X0*sWCo9Eux%펺Ǹ%5-mߙ 5؆5>c#`uw9r<yzpo؋-3p6jVz >du[W(MH$,TEV k`͛ul $P;"P/4`aP/mHnjnZ gd¯#fcxW-t(sgTS<;1F?~ն#73r9%T<#,g%Y:0I UCF.u)r{DtNAoMAiz#w͉34jKb)XTjJgtąȞY&=si+:4mPB[ӯmNDi/R ] endstream endobj 12377 0 obj <> endobj 13400 0 obj <>stream -8;Wj;gU4pQ#\0LndsWttlh%!XGm[+-rq'A0#_CgT>V>k)#V]QJ5&l'TN4$2>M*M^D -An[4?i1$t^)$L-\>NH3mWb@+/LRh[>^pSTnh+qQH\YUd_N/9GMcERBsdK6mBYRY5X -a0Z)"UPMgK!/#o*&UF`lQ-Xtp4gtUW-rUVH.*ajD1ArmR5"\"C_QFt[!H:FG^gC`7 -N&1t%U<-\X-]u>>erAP[*JuWTGf=2W=d?0058fMV"S]fpTLg1oU$3[C!#;H84EqMc -icXm@AG[f;-Rd%XJ.p -b0d^ endstream endobj 13401 0 obj [/Indexed/DeviceRGB 255 13402 0 R] endobj 13402 0 obj <>stream -8;X]O>EqN@%''O_@%e@?J;%+8(9e>X=MR6S?i^YgA3=].HDXF.R$lIL@"pJ+EP(%0 -b]6ajmNZn*!='OQZeQ^Y*,=]?C.B+\Ulg9dhD*"iC[;*=3`oP1[!S^)?1)IZ4dup` -E1r!/,*0[*9.aFIR2&b-C#soRZ7Dl%MLY\.?d>Mn -6%Q2oYfNRF$$+ON<+]RUJmC0InDZ4OTs0S!saG>GGKUlQ*Q?45:CI&4J'_2j$XKrcYp0n+Xl_nU*O( -l[$6Nn+Z_Nq0]s7hs]`XX1nZ8&94a\~> endstream endobj 12384 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 1488.137 -48 48 re -f - endstream endobj 12385 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 1500.137 -24 24 re -f - endstream endobj 12386 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 1488.137 -48 48 re -f - endstream endobj 12387 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 1248.137 -48 48 re -f - endstream endobj 12388 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 170.0439 2088.1016 cm -0 0 m -7.888 7.89 l -12.245 3.532 12.246 -3.532 7.888 -7.889 c -h -f -Q - endstream endobj 12389 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 169 2087.1719 cm -0 0 m -0 -11.156 l -3 -11.156 5.711 -10.066 7.89 -7.889 c -h -f -Q - endstream endobj 12390 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -81 2085.137 -3 -3 re -77 2085.137 -3 -3 re -82 2094.137 m -85 2094.137 l -85 2093.137 l -82 2093.137 l -82 2090.137 l -85 2090.137 l -85 2089.137 l -82 2089.137 l -82 2086.137 l -85 2086.137 l -85 2085.137 l -82 2085.137 l -82 2082.137 l -85 2082.137 l -85 2081.137 l -82 2081.137 l -82 2078.137 l -81 2078.137 l -81 2081.137 l -78 2081.137 l -78 2078.137 l -77 2078.137 l -77 2081.137 l -74 2081.137 l -74 2078.137 l -73 2078.137 l -73 2081.137 l -70 2081.137 l -70 2078.137 l -69 2078.137 l -69 2081.137 l -66 2081.137 l -66 2078.137 l -65 2078.137 l -65 2080.457 l -66.454 2082.137 l -69 2082.137 l -69 2083.167 l -69.372 2083.242 69.708 2083.406 70 2083.627 c -70 2082.137 l -73 2082.137 l -73 2085.137 l -70.951 2085.137 l -70.982 2085.292 71 2085.452 71 2085.616 c -71 2085.705 70.982 2085.789 70.974 2085.876 c -71.564 2086.137 l -73 2086.137 l -73 2086.771 l -74 2087.214 l -74 2086.137 l -77 2086.137 l -77 2087.171 l -77.162 2087.138 77.328 2087.116 77.5 2087.116 c -77.672 2087.116 77.838 2087.134 78 2087.167 c -78 2086.137 l -81 2086.137 l -81 2089.137 l -79.951 2089.137 l -79.982 2089.292 80 2089.452 80 2089.616 c -80 2089.796 79.975 2089.969 79.938 2090.137 c -81 2090.137 l -81 2093.137 l -80.832 2093.137 l -82 2094.906 l -h -82 2100.605 m -82 2101.137 l -81 2101.137 l -81 2098.616 l -81 2099.433 81.396 2100.149 82 2100.605 c -66 2090.137 3 3 re -66 2094.137 3 3 re -70 2090.137 3 3 re -70 2094.137 3 3 re -74 2094.137 3 3 re -65 2085.137 m -62 2085.137 l -62 2086.137 l -65 2086.137 l -65 2089.137 l -62 2089.137 l -62 2090.137 l -65 2090.137 l -65 2093.137 l -62 2093.137 l -62 2094.137 l -65 2094.137 l -65 2097.137 l -62 2097.137 l -62 2098.137 l -65 2098.137 l -65 2101.137 l -66 2101.137 l -66 2098.137 l -69 2098.137 l -69 2101.137 l -70 2101.137 l -70 2098.137 l -73 2098.137 l -73 2101.137 l -74 2101.137 l -74 2098.137 l -77 2098.137 l -77 2101.137 l -78 2101.137 l -78 2098.137 l -81 2098.137 l -81 2098.616 l -81 2098.003 81.229 2097.45 81.594 2097.016 c -81 2096.115 l -81 2097.137 l -78 2097.137 l -78 2094.137 l -79.694 2094.137 l -79.035 2093.137 l -78 2093.137 l -78 2092.053 l -77.838 2092.089 77.674 2092.116 77.5 2092.116 c -77.328 2092.116 77.162 2092.099 77 2092.065 c -77 2093.137 l -74 2093.137 l -74 2090.137 l -75.056 2090.137 l -75.02 2089.969 75 2089.795 75 2089.616 c -75 2089.511 75.019 2089.411 75.031 2089.31 c -74.64 2089.137 l -74 2089.137 l -74 2088.854 l -73 2088.412 l -73 2089.137 l -70 2089.137 l -70 2087.605 l -69.71 2087.827 69.37 2087.983 69 2088.061 c -69 2089.137 l -66 2089.137 l -66 2086.137 l -66.056 2086.137 l -66.02 2085.969 66 2085.795 66 2085.616 c -66 2085.449 66.037 2085.294 66.068 2085.137 c -66 2085.137 l -66 2083.904 l -65 2082.749 l -h -63.605 2081.137 m -62 2081.137 l -62 2082.137 l -64.471 2082.137 l -h -f - endstream endobj 12391 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 223 2126.1367 cm -0 0 m -0.542 0 1 0.458 1 1 c -1 9 l -1 9.542 0.542 10 0 10 c --14 10 l --14.542 10 -15 9.542 -15 9 c --15 1 l --15 0.458 -14.542 0 -14 0 c -h --14 12 m --14.542 12 -15 12.458 -15 13 c --15 15 l --15 15.542 -14.542 16 -14 16 c -0 16 l -0.542 16 1 15.542 1 15 c -1 13 l -1 12.458 0.542 12 0 12 c -h -f -Q - endstream endobj 12392 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 110 2144.6367 cm -0 0 m -0 0.275 0.225 0.5 0.5 0.5 c -19.5 0.5 l -19.775 0.5 20 0.275 20 0 c -20 -9.711 l -20 -9.986 19.788 -10.286 19.528 -10.378 c -16.363 -11.604 10 -11.604 v -3.637 -11.604 0.472 -10.378 y -0.212 -10.286 0 -9.986 0 -9.711 c -h -f -Q - endstream endobj 12393 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 444.627 2188.7324 cm -0 0 m -0.125 0.22 0.295 0.404 0.607 0.404 c -12.139 0.404 l -12.451 0.404 12.621 0.22 12.746 0 c -12.914 -0.368 13.933 -4.596 y --1.188 -4.596 l --0.168 -0.368 0 0 v -f -Q - endstream endobj 12394 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 460.25 2190.1367 cm -0 0 m -10.31 0 l -9.791 2.228 9.623 2.596 v -9.498 2.815 9.328 3 9.016 3 c -4.75 3 l --0.016 3 l --0.328 3 -0.498 2.815 -0.623 2.596 c --0.739 2.34 -1.062 1.781 y -h -f -Q - endstream endobj 12395 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -309 2186.137 1 5 re -309 2191.137 m -315 2186.137 -1 5 re -f - endstream endobj 12396 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 225 2195.1367 cm -0 0 m --4 0 l --4.55 0 -5 -0.45 -5 -1 c --5 -5 l -1 -5 l -1 -1 l -1 -0.45 0.55 0 0 0 c -f -Q -q 1 0 0 1 210 2195.1367 cm -0 0 m --4 0 l --4.55 0 -5 -0.45 -5 -1 c --5 -5 l -1 -5 l -1 -1 l -1 -0.45 0.55 0 0 0 c -f -Q - endstream endobj 12397 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 366 2223.6367 cm -0 0 m -0 -0.275 -0.225 -0.5 -0.5 -0.5 c --1.5 -0.5 l --1.775 -0.5 -2 -0.275 -2 0 c --2 14 l --2 14.275 -1.775 14.5 -1.5 14.5 c --0.5 14.5 l --0.225 14.5 0 14.275 0 14 c -h --5 0 m --5 -0.275 -5.225 -0.5 -5.5 -0.5 c --6.5 -0.5 l --6.775 -0.5 -7 -0.275 -7 0 c --7 14 l --7 14.275 -6.775 14.5 -6.5 14.5 c --5.5 14.5 l --5.225 14.5 -5 14.275 -5 14 c -h --10 0 m --10 -0.275 -10.225 -0.5 -10.5 -0.5 c --11.5 -0.5 l --11.775 -0.5 -12 -0.275 -12 0 c --12 14 l --12 14.275 -11.775 14.5 -11.5 14.5 c --10.5 14.5 l --10.225 14.5 -10 14.275 -10 14 c -h -f -Q - endstream endobj 12398 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 1260.137 -24 24 re -f - endstream endobj 12399 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 264 2230.8242 cm -0 0 m --4 0 -8 2.313 y --6.454 11.031 l --6.436 11.144 -6.24 11.313 -6.125 11.313 c -6.171 11.313 l -6.286 11.313 6.482 11.144 6.5 11.03 c -8 2.313 l -4 0 0 0 v -f -Q - endstream endobj 12400 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 219.4951 2241.0938 cm -0 0 m --1.352 0.611 -2.79 0.921 -4.274 0.921 c --6.805 0.921 -9.243 0.011 -11.142 -1.642 c --11.405 -1.871 l --11.071 -1.977 l --8.897 -2.664 -8.05 -3.2 -6.984 -5.217 c --6.825 -5.518 l --6.645 -5.229 l --3.66 -0.468 -0.114 -0.374 -0.079 -0.374 c -h -f -Q - endstream endobj 12401 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 221.3027 2240.0518 cm -0 0 m --0.285 -0.256 l --0.267 -0.286 1.424 -3.404 -1.208 -8.369 c --1.367 -8.67 l --1.027 -8.657 l --0.858 -8.65 -0.697 -8.647 -0.542 -8.647 c -1.371 -8.647 2.265 -9.153 3.822 -10.578 c -4.08 -10.813 l -4.146 -10.471 l -4.926 -6.48 3.297 -2.37 0 0 c -f -Q - endstream endobj 12402 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -130 2235.137 -2 1 re -f - endstream endobj 12403 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -462 2279.137 -12 -10 re -462 2291.137 -12 -10 re -f - endstream endobj 12404 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 304.627 2288.7324 cm -0 0 m -0.125 0.22 0.295 0.404 0.607 0.404 c -14.139 0.404 l -14.451 0.404 14.621 0.22 14.746 0 c -14.914 -0.368 15.933 -4.596 y --1.188 -4.596 l --0.169 -0.368 0 0 v -f -Q - endstream endobj 12405 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 1248.137 -48 48 re -f - endstream endobj 12406 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 1260.137 -24 24 re -f - endstream endobj 12407 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 1248.137 -48 48 re -f - endstream endobj 12408 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 1260.137 -24 24 re -f - endstream endobj 12409 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 1248.137 -48 48 re -f - endstream endobj 12410 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 1260.137 -24 24 re -f - endstream endobj 12411 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 1248.137 -48 48 re -f - endstream endobj 12412 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 1260.137 -24 24 re -f - endstream endobj 12413 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 1500.137 -24 24 re -f - endstream endobj 12414 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 1248.137 -48 48 re -f - endstream endobj 12415 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 1260.137 -24 24 re -f - endstream endobj 12416 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 1248.137 -48 48 re -f - endstream endobj 12417 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 1260.137 -24 24 re -f - endstream endobj 12418 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 1248.137 -48 48 re -f - endstream endobj 12419 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 1260.137 -24 24 re -f - endstream endobj 12420 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 1248.137 -48 48 re -f - endstream endobj 12421 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 1260.137 -24 24 re -f - endstream endobj 12422 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 1248.137 -48 48 re -f - endstream endobj 12423 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 1260.137 -24 24 re -f - endstream endobj 12424 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 1488.137 -48 48 re -f - endstream endobj 12425 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 1200.137 -48 48 re -f - endstream endobj 12426 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 1212.137 -24 24 re -f - endstream endobj 12427 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 1200.137 -48 48 re -f - endstream endobj 12428 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 1212.137 -24 24 re -f - endstream endobj 12429 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 1200.137 -48 48 re -f - endstream endobj 12430 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 1212.137 -24 24 re -f - endstream endobj 12431 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 1200.137 -48 48 re -f - endstream endobj 12432 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 1212.137 -24 24 re -f - endstream endobj 12433 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 1200.137 -48 48 re -f - endstream endobj 12434 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 1212.137 -24 24 re -f - endstream endobj 12435 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 1500.137 -24 24 re -f - endstream endobj 12436 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 1200.137 -48 48 re -f - endstream endobj 12437 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 1212.137 -24 24 re -f - endstream endobj 12438 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 1200.137 -48 48 re -f - endstream endobj 12439 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 1212.137 -24 24 re -f - endstream endobj 12440 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 1200.137 -48 48 re -f - endstream endobj 12441 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 1212.137 -24 24 re -f - endstream endobj 12442 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 1200.137 -48 48 re -f - endstream endobj 12443 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 1212.137 -24 24 re -f - endstream endobj 12444 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 1200.137 -48 48 re -f - endstream endobj 12445 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 1212.137 -24 24 re -f - endstream endobj 12446 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 1488.137 -48 48 re -f - endstream endobj 12447 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 1152.137 -48 48 re -f - endstream endobj 12448 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 1164.137 -24 24 re -f - endstream endobj 12449 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 1152.137 -48 48 re -f - endstream endobj 12450 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 1164.137 -24 24 re -f - endstream endobj 12451 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 1152.137 -48 48 re -f - endstream endobj 12452 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 1164.137 -24 24 re -f - endstream endobj 12453 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 1152.137 -48 48 re -f - endstream endobj 12454 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 1164.137 -24 24 re -f - endstream endobj 12455 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 1152.137 -48 48 re -f - endstream endobj 12456 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 1164.137 -24 24 re -f - endstream endobj 12457 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 1500.137 -24 24 re -f - endstream endobj 12458 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 1152.137 -48 48 re -f - endstream endobj 12459 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 1164.137 -24 24 re -f - endstream endobj 12460 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 1152.137 -48 48 re -f - endstream endobj 12461 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 1164.137 -24 24 re -f - endstream endobj 12462 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 1152.137 -48 48 re -f - endstream endobj 12463 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 1164.137 -24 24 re -f - endstream endobj 12464 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 1152.137 -48 48 re -f - endstream endobj 12465 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 1164.137 -24 24 re -f - endstream endobj 12466 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 1152.137 -48 48 re -f - endstream endobj 12467 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 1164.137 -24 24 re -f - endstream endobj 12468 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 1488.137 -48 48 re -f - endstream endobj 12469 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 1104.137 -48 48 re -f - endstream endobj 12470 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 1116.137 -24 24 re -f - endstream endobj 12471 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 1104.137 -48 48 re -f - endstream endobj 12472 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 1116.137 -24 24 re -f - endstream endobj 12473 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 1104.137 -48 48 re -f - endstream endobj 12474 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 1116.137 -24 24 re -f - endstream endobj 12475 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 1104.137 -48 48 re -f - endstream endobj 12476 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 1116.137 -24 24 re -f - endstream endobj 12477 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 1104.137 -48 48 re -f - endstream endobj 12478 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 1116.137 -24 24 re -f - endstream endobj 12479 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 1500.137 -24 24 re -f - endstream endobj 12480 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 1104.137 -48 48 re -f - endstream endobj 12481 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 1116.137 -24 24 re -f - endstream endobj 12482 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 1104.137 -48 48 re -f - endstream endobj 12483 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 1116.137 -24 24 re -f - endstream endobj 12484 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 1104.137 -48 48 re -f - endstream endobj 12485 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 1116.137 -24 24 re -f - endstream endobj 12486 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 1104.137 -48 48 re -f - endstream endobj 12487 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 1116.137 -24 24 re -f - endstream endobj 12488 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 1104.137 -48 48 re -f - endstream endobj 12489 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 1116.137 -24 24 re -f - endstream endobj 12490 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 1488.137 -48 48 re -f - endstream endobj 12491 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 1056.137 -48 48 re -f - endstream endobj 12492 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 1068.137 -24 24 re -f - endstream endobj 12493 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 1056.137 -48 48 re -f - endstream endobj 12494 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 1068.137 -24 24 re -f - endstream endobj 12495 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 1056.137 -48 48 re -f - endstream endobj 12496 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 1068.137 -24 24 re -f - endstream endobj 12497 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 1056.137 -48 48 re -f - endstream endobj 12498 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 1068.137 -24 24 re -f - endstream endobj 12499 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 1056.137 -48 48 re -f - endstream endobj 12500 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 1068.137 -24 24 re -f - endstream endobj 12501 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 1500.137 -24 24 re -f - endstream endobj 12502 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 1056.137 -48 48 re -f - endstream endobj 12503 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 1068.137 -24 24 re -f - endstream endobj 12504 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 1056.137 -48 48 re -f - endstream endobj 12505 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 1068.137 -24 24 re -f - endstream endobj 12506 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 1056.137 -48 48 re -f - endstream endobj 12507 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 1068.137 -24 24 re -f - endstream endobj 12508 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 1056.137 -48 48 re -f - endstream endobj 12509 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 1068.137 -24 24 re -f - endstream endobj 12510 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 1056.137 -48 48 re -f - endstream endobj 12511 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 1068.137 -24 24 re -f - endstream endobj 12512 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 1488.137 -48 48 re -f - endstream endobj 12513 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 1440.137 -48 48 re -f - endstream endobj 12514 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 1008.137 -48 48 re -f - endstream endobj 12515 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 1020.137 -24 24 re -f - endstream endobj 12516 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 1008.137 -48 48 re -f - endstream endobj 12517 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 1020.137 -24 24 re -f - endstream endobj 12518 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 1008.137 -48 48 re -f - endstream endobj 12519 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 1020.137 -24 24 re -f - endstream endobj 12520 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 1008.137 -48 48 re -f - endstream endobj 12521 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 1020.137 -24 24 re -f - endstream endobj 12522 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 1008.137 -48 48 re -f - endstream endobj 12523 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 1020.137 -24 24 re -f - endstream endobj 12524 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 1452.137 -24 24 re -f - endstream endobj 12525 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 1008.137 -48 48 re -f - endstream endobj 12526 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 1020.137 -24 24 re -f - endstream endobj 12527 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 1008.137 -48 48 re -f - endstream endobj 12528 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 1020.137 -24 24 re -f - endstream endobj 12529 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 1008.137 -48 48 re -f - endstream endobj 12530 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 1020.137 -24 24 re -f - endstream endobj 12531 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 1008.137 -48 48 re -f - endstream endobj 12532 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 1020.137 -24 24 re -f - endstream endobj 12533 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 1008.137 -48 48 re -f - endstream endobj 12534 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 1020.137 -24 24 re -f - endstream endobj 12535 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 1440.137 -48 48 re -f - endstream endobj 12536 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 960.137 -48 48 re -f - endstream endobj 12537 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 972.137 -24 24 re -f - endstream endobj 12538 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 960.137 -48 48 re -f - endstream endobj 12539 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 972.137 -24 24 re -f - endstream endobj 12540 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 960.137 -48 48 re -f - endstream endobj 12541 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 972.137 -24 24 re -f - endstream endobj 12542 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 960.137 -48 48 re -f - endstream endobj 12543 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 972.137 -24 24 re -f - endstream endobj 12544 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 960.137 -48 48 re -f - endstream endobj 12545 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 972.137 -24 24 re -f - endstream endobj 12546 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 1452.137 -24 24 re -f - endstream endobj 12547 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 960.137 -48 48 re -f - endstream endobj 12548 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 972.137 -24 24 re -f - endstream endobj 12549 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 960.137 -48 48 re -f - endstream endobj 12550 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 972.137 -24 24 re -f - endstream endobj 12551 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 960.137 -48 48 re -f - endstream endobj 12552 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 972.137 -24 24 re -f - endstream endobj 12553 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 960.137 -48 48 re -f - endstream endobj 12554 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 972.137 -24 24 re -f - endstream endobj 12555 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 960.137 -48 48 re -f - endstream endobj 12556 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 972.137 -24 24 re -f - endstream endobj 12557 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 1440.137 -48 48 re -f - endstream endobj 12558 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 912.137 -48 48 re -f - endstream endobj 12559 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 924.137 -24 24 re -f - endstream endobj 12560 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 912.137 -48 48 re -f - endstream endobj 12561 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 924.137 -24 24 re -f - endstream endobj 12562 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 912.137 -48 48 re -f - endstream endobj 12563 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 924.137 -24 24 re -f - endstream endobj 12564 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 912.137 -48 48 re -f - endstream endobj 12565 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 924.137 -24 24 re -f - endstream endobj 12566 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 912.137 -48 48 re -f - endstream endobj 12567 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 924.137 -24 24 re -f - endstream endobj 12568 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 1452.137 -24 24 re -f - endstream endobj 12569 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 912.137 -48 48 re -f - endstream endobj 12570 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 924.137 -24 24 re -f - endstream endobj 12571 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 912.137 -48 48 re -f - endstream endobj 12572 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 924.137 -24 24 re -f - endstream endobj 12573 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 912.137 -48 48 re -f - endstream endobj 12574 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 924.137 -24 24 re -f - endstream endobj 12575 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 912.137 -48 48 re -f - endstream endobj 12576 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 924.137 -24 24 re -f - endstream endobj 12577 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 912.137 -48 48 re -f - endstream endobj 12578 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 924.137 -24 24 re -f - endstream endobj 12579 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 1440.137 -48 48 re -f - endstream endobj 12580 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 864.137 -48 48 re -f - endstream endobj 12581 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 876.137 -24 24 re -f - endstream endobj 12582 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 864.137 -48 48 re -f - endstream endobj 12583 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 876.137 -24 24 re -f - endstream endobj 12584 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 864.137 -48 48 re -f - endstream endobj 12585 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 876.137 -24 24 re -f - endstream endobj 12586 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 864.137 -48 48 re -f - endstream endobj 12587 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 876.137 -24 24 re -f - endstream endobj 12588 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 864.137 -48 48 re -f - endstream endobj 12589 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 876.137 -24 24 re -f - endstream endobj 12590 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 1452.137 -24 24 re -f - endstream endobj 12591 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 864.137 -48 48 re -f - endstream endobj 12592 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 876.137 -24 24 re -f - endstream endobj 12593 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 864.137 -48 48 re -f - endstream endobj 12594 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 876.137 -24 24 re -f - endstream endobj 12595 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 864.137 -48 48 re -f - endstream endobj 12596 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 876.137 -24 24 re -f - endstream endobj 12597 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 864.137 -48 48 re -f - endstream endobj 12598 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 876.137 -24 24 re -f - endstream endobj 12599 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 864.137 -48 48 re -f - endstream endobj 12600 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 876.137 -24 24 re -f - endstream endobj 12601 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 1440.137 -48 48 re -f - endstream endobj 12602 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 816.137 -48 48 re -f - endstream endobj 12603 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 828.137 -24 24 re -f - endstream endobj 12604 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 816.137 -48 48 re -f - endstream endobj 12605 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 828.137 -24 24 re -f - endstream endobj 12606 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 816.137 -48 48 re -f - endstream endobj 12607 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 828.137 -24 24 re -f - endstream endobj 12608 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 816.137 -48 48 re -f - endstream endobj 12609 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 828.137 -24 24 re -f - endstream endobj 12610 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 816.137 -48 48 re -f - endstream endobj 12611 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 828.137 -24 24 re -f - endstream endobj 12612 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 1452.137 -24 24 re -f - endstream endobj 12613 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 816.137 -48 48 re -f - endstream endobj 12614 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 828.137 -24 24 re -f - endstream endobj 12615 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 816.137 -48 48 re -f - endstream endobj 12616 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 828.137 -24 24 re -f - endstream endobj 12617 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 816.137 -48 48 re -f - endstream endobj 12618 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 828.137 -24 24 re -f - endstream endobj 12619 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 816.137 -48 48 re -f - endstream endobj 12620 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 828.137 -24 24 re -f - endstream endobj 12621 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 816.137 -48 48 re -f - endstream endobj 12622 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 828.137 -24 24 re -f - endstream endobj 12623 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 1500.137 -24 24 re -f - endstream endobj 12624 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 1440.137 -48 48 re -f - endstream endobj 12625 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 768.137 -48 48 re -f - endstream endobj 12626 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 780.137 -24 24 re -f - endstream endobj 12627 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 768.137 -48 48 re -f - endstream endobj 12628 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 780.137 -24 24 re -f - endstream endobj 12629 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 768.137 -48 48 re -f - endstream endobj 12630 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 780.137 -24 24 re -f - endstream endobj 12631 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 768.137 -48 48 re -f - endstream endobj 12632 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 780.137 -24 24 re -f - endstream endobj 12633 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 768.137 -48 48 re -f - endstream endobj 12634 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 780.137 -24 24 re -f - endstream endobj 12635 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 1452.137 -24 24 re -f - endstream endobj 12636 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 768.137 -48 48 re -f - endstream endobj 12637 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 780.137 -24 24 re -f - endstream endobj 12638 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 768.137 -48 48 re -f - endstream endobj 12639 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 780.137 -24 24 re -f - endstream endobj 12640 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 768.137 -48 48 re -f - endstream endobj 12641 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 780.137 -24 24 re -f - endstream endobj 12642 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 768.137 -48 48 re -f - endstream endobj 12643 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 780.137 -24 24 re -f - endstream endobj 12644 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 768.137 -48 48 re -f - endstream endobj 12645 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 780.137 -24 24 re -f - endstream endobj 12646 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 1440.137 -48 48 re -f - endstream endobj 12647 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 720.137 -48 48 re -f - endstream endobj 12648 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 732.137 -24 24 re -f - endstream endobj 12649 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 720.137 -48 48 re -f - endstream endobj 12650 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 732.137 -24 24 re -f - endstream endobj 12651 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 720.137 -48 48 re -f - endstream endobj 12652 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 732.137 -24 24 re -f - endstream endobj 12653 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 720.137 -48 48 re -f - endstream endobj 12654 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 732.137 -24 24 re -f - endstream endobj 12655 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 720.137 -48 48 re -f - endstream endobj 12656 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 732.137 -24 24 re -f - endstream endobj 12657 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 1452.137 -24 24 re -f - endstream endobj 12658 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 720.137 -48 48 re -f - endstream endobj 12659 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 732.137 -24 24 re -f - endstream endobj 12660 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 720.137 -48 48 re -f - endstream endobj 12661 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 732.137 -24 24 re -f - endstream endobj 12662 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 720.137 -48 48 re -f - endstream endobj 12663 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 732.137 -24 24 re -f - endstream endobj 12664 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 720.137 -48 48 re -f - endstream endobj 12665 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 732.137 -24 24 re -f - endstream endobj 12666 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 720.137 -48 48 re -f - endstream endobj 12667 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 732.137 -24 24 re -f - endstream endobj 12668 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 1440.137 -48 48 re -f - endstream endobj 12669 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 672.137 -48 48 re -f - endstream endobj 12670 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 684.137 -24 24 re -f - endstream endobj 12671 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 672.137 -48 48 re -f - endstream endobj 12672 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 684.137 -24 24 re -f - endstream endobj 12673 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 672.137 -48 48 re -f - endstream endobj 12674 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 684.137 -24 24 re -f - endstream endobj 12675 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 672.137 -48 48 re -f - endstream endobj 12676 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 684.137 -24 24 re -f - endstream endobj 12677 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 672.137 -48 48 re -f - endstream endobj 12678 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 684.137 -24 24 re -f - endstream endobj 12679 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 1452.137 -24 24 re -f - endstream endobj 12680 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 672.137 -48 48 re -f - endstream endobj 12681 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 684.137 -24 24 re -f - endstream endobj 12682 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 672.137 -48 48 re -f - endstream endobj 12683 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 684.137 -24 24 re -f - endstream endobj 12684 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 672.137 -48 48 re -f - endstream endobj 12685 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 684.137 -24 24 re -f - endstream endobj 12686 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 672.137 -48 48 re -f - endstream endobj 12687 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 684.137 -24 24 re -f - endstream endobj 12688 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 672.137 -48 48 re -f - endstream endobj 12689 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 684.137 -24 24 re -f - endstream endobj 12690 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 1440.137 -48 48 re -f - endstream endobj 12691 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 624.137 -48 48 re -f - endstream endobj 12692 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 636.137 -24 24 re -f - endstream endobj 12693 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 624.137 -48 48 re -f - endstream endobj 12694 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 636.137 -24 24 re -f - endstream endobj 12695 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 624.137 -48 48 re -f - endstream endobj 12696 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 636.137 -24 24 re -f - endstream endobj 12697 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 624.137 -48 48 re -f - endstream endobj 12698 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 636.137 -24 24 re -f - endstream endobj 12699 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 624.137 -48 48 re -f - endstream endobj 12700 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 636.137 -24 24 re -f - endstream endobj 12701 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 1452.137 -24 24 re -f - endstream endobj 12702 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 624.137 -48 48 re -f - endstream endobj 12703 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 636.137 -24 24 re -f - endstream endobj 12704 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 624.137 -48 48 re -f - endstream endobj 12705 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 636.137 -24 24 re -f - endstream endobj 12706 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 624.137 -48 48 re -f - endstream endobj 12707 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 636.137 -24 24 re -f - endstream endobj 12708 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 624.137 -48 48 re -f - endstream endobj 12709 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 636.137 -24 24 re -f - endstream endobj 12710 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 624.137 -48 48 re -f - endstream endobj 12711 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 636.137 -24 24 re -f - endstream endobj 12712 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 1440.137 -48 48 re -f - endstream endobj 12713 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 576.137 -48 48 re -f - endstream endobj 12714 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 588.137 -24 24 re -f - endstream endobj 12715 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 576.137 -48 48 re -f - endstream endobj 12716 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 588.137 -24 24 re -f - endstream endobj 12717 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 576.137 -48 48 re -f - endstream endobj 12718 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 588.137 -24 24 re -f - endstream endobj 12719 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 576.137 -48 48 re -f - endstream endobj 12720 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 588.137 -24 24 re -f - endstream endobj 12721 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 576.137 -48 48 re -f - endstream endobj 12722 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 588.137 -24 24 re -f - endstream endobj 12723 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 1452.137 -24 24 re -f - endstream endobj 12724 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 576.137 -48 48 re -f - endstream endobj 12725 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 588.137 -24 24 re -f - endstream endobj 12726 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 576.137 -48 48 re -f - endstream endobj 12727 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 588.137 -24 24 re -f - endstream endobj 12728 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 576.137 -48 48 re -f - endstream endobj 12729 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 588.137 -24 24 re -f - endstream endobj 12730 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 576.137 -48 48 re -f - endstream endobj 12731 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 588.137 -24 24 re -f - endstream endobj 12732 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 576.137 -48 48 re -f - endstream endobj 12733 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 588.137 -24 24 re -f - endstream endobj 12734 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 1488.137 -48 48 re -f - endstream endobj 12735 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 1392.137 -48 48 re -f - endstream endobj 12736 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 528.137 -48 48 re -f - endstream endobj 12737 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 540.137 -24 24 re -f - endstream endobj 12738 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 528.137 -48 48 re -f - endstream endobj 12739 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 540.137 -24 24 re -f - endstream endobj 12740 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 528.137 -48 48 re -f - endstream endobj 12741 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 540.137 -24 24 re -f - endstream endobj 12742 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 528.137 -48 48 re -f - endstream endobj 12743 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 540.137 -24 24 re -f - endstream endobj 12744 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 528.137 -48 48 re -f - endstream endobj 12745 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 540.137 -24 24 re -f - endstream endobj 12746 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 1404.137 -24 24 re -f - endstream endobj 12747 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 528.137 -48 48 re -f - endstream endobj 12748 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 540.137 -24 24 re -f - endstream endobj 12749 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 528.137 -48 48 re -f - endstream endobj 12750 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 540.137 -24 24 re -f - endstream endobj 12751 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 528.137 -48 48 re -f - endstream endobj 12752 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 540.137 -24 24 re -f - endstream endobj 12753 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 528.137 -48 48 re -f - endstream endobj 12754 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 540.137 -24 24 re -f - endstream endobj 12755 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 528.137 -48 48 re -f - endstream endobj 12756 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 540.137 -24 24 re -f - endstream endobj 12757 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 1392.137 -48 48 re -f - endstream endobj 12758 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 480.137 -48 48 re -f - endstream endobj 12759 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 492.137 -24 24 re -f - endstream endobj 12760 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 480.137 -48 48 re -f - endstream endobj 12761 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 492.137 -24 24 re -f - endstream endobj 12762 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 480.137 -48 48 re -f - endstream endobj 12763 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 492.137 -24 24 re -f - endstream endobj 12764 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 480.137 -48 48 re -f - endstream endobj 12765 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 492.137 -24 24 re -f - endstream endobj 12766 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 480.137 -48 48 re -f - endstream endobj 12767 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 492.137 -24 24 re -f - endstream endobj 12768 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 1404.137 -24 24 re -f - endstream endobj 12769 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 480.137 -48 48 re -f - endstream endobj 12770 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 492.137 -24 24 re -f - endstream endobj 12771 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 480.137 -48 48 re -f - endstream endobj 12772 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 492.137 -24 24 re -f - endstream endobj 12773 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 480.137 -48 48 re -f - endstream endobj 12774 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 492.137 -24 24 re -f - endstream endobj 12775 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 480.137 -48 48 re -f - endstream endobj 12776 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 492.137 -24 24 re -f - endstream endobj 12777 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 480.137 -48 48 re -f - endstream endobj 12778 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 492.137 -24 24 re -f - endstream endobj 12779 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 1392.137 -48 48 re -f - endstream endobj 12780 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 432.137 -48 48 re -f - endstream endobj 12781 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 444.137 -24 24 re -f - endstream endobj 12782 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 432.137 -48 48 re -f - endstream endobj 12783 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 444.137 -24 24 re -f - endstream endobj 12784 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 432.137 -48 48 re -f - endstream endobj 12785 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 444.137 -24 24 re -f - endstream endobj 12786 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 432.137 -48 48 re -f - endstream endobj 12787 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 444.137 -24 24 re -f - endstream endobj 12788 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 432.137 -48 48 re -f - endstream endobj 12789 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 444.137 -24 24 re -f - endstream endobj 12790 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 1404.137 -24 24 re -f - endstream endobj 12791 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 432.137 -48 48 re -f - endstream endobj 12792 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 444.137 -24 24 re -f - endstream endobj 12793 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 432.137 -48 48 re -f - endstream endobj 12794 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 444.137 -24 24 re -f - endstream endobj 12795 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 432.137 -48 48 re -f - endstream endobj 12796 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 444.137 -24 24 re -f - endstream endobj 12797 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 432.137 -48 48 re -f - endstream endobj 12798 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 444.137 -24 24 re -f - endstream endobj 12799 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 432.137 -48 48 re -f - endstream endobj 12800 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 444.137 -24 24 re -f - endstream endobj 12801 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 1392.137 -48 48 re -f - endstream endobj 12802 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 384.137 -48 48 re -f - endstream endobj 12803 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 396.137 -24 24 re -f - endstream endobj 12804 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 384.137 -48 48 re -f - endstream endobj 12805 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 396.137 -24 24 re -f - endstream endobj 12806 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 384.137 -48 48 re -f - endstream endobj 12807 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 396.137 -24 24 re -f - endstream endobj 12808 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 384.137 -48 48 re -f - endstream endobj 12809 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 396.137 -24 24 re -f - endstream endobj 12810 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 384.137 -48 48 re -f - endstream endobj 12811 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 396.137 -24 24 re -f - endstream endobj 12812 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 1404.137 -24 24 re -f - endstream endobj 12813 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 384.137 -48 48 re -f - endstream endobj 12814 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 396.137 -24 24 re -f - endstream endobj 12815 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 384.137 -48 48 re -f - endstream endobj 12816 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 396.137 -24 24 re -f - endstream endobj 12817 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 384.137 -48 48 re -f - endstream endobj 12818 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 396.137 -24 24 re -f - endstream endobj 12819 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 384.137 -48 48 re -f - endstream endobj 12820 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 396.137 -24 24 re -f - endstream endobj 12821 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 384.137 -48 48 re -f - endstream endobj 12822 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 396.137 -24 24 re -f - endstream endobj 12823 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 1392.137 -48 48 re -f - endstream endobj 12824 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 336.137 -48 48 re -f - endstream endobj 12825 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 348.137 -24 24 re -f - endstream endobj 12826 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 336.137 -48 48 re -f - endstream endobj 12827 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 348.137 -24 24 re -f - endstream endobj 12828 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 336.137 -48 48 re -f - endstream endobj 12829 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 348.137 -24 24 re -f - endstream endobj 12830 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 336.137 -48 48 re -f - endstream endobj 12831 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 348.137 -24 24 re -f - endstream endobj 12832 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 336.137 -48 48 re -f - endstream endobj 12833 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 348.137 -24 24 re -f - endstream endobj 12834 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 1404.137 -24 24 re -f - endstream endobj 12835 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 336.137 -48 48 re -f - endstream endobj 12836 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 348.137 -24 24 re -f - endstream endobj 12837 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 336.137 -48 48 re -f - endstream endobj 12838 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 348.137 -24 24 re -f - endstream endobj 12839 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 336.137 -48 48 re -f - endstream endobj 12840 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 348.137 -24 24 re -f - endstream endobj 12841 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 336.137 -48 48 re -f - endstream endobj 12842 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 348.137 -24 24 re -f - endstream endobj 12843 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 336.137 -48 48 re -f - endstream endobj 12844 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 348.137 -24 24 re -f - endstream endobj 12845 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 1500.137 -24 24 re -f - endstream endobj 12846 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 1392.137 -48 48 re -f - endstream endobj 12847 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 288.137 -48 48 re -f - endstream endobj 12848 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 300.137 -24 24 re -f - endstream endobj 12849 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 288.137 -48 48 re -f - endstream endobj 12850 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 300.137 -24 24 re -f - endstream endobj 12851 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 288.137 -48 48 re -f - endstream endobj 12852 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 300.137 -24 24 re -f - endstream endobj 12853 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 288.137 -48 48 re -f - endstream endobj 12854 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 300.137 -24 24 re -f - endstream endobj 12855 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 288.137 -48 48 re -f - endstream endobj 12856 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 300.137 -24 24 re -f - endstream endobj 12857 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 1404.137 -24 24 re -f - endstream endobj 12858 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 288.137 -48 48 re -f - endstream endobj 12859 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 300.137 -24 24 re -f - endstream endobj 12860 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 288.137 -48 48 re -f - endstream endobj 12861 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 300.137 -24 24 re -f - endstream endobj 12862 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 288.137 -48 48 re -f - endstream endobj 12863 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 300.137 -24 24 re -f - endstream endobj 12864 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 288.137 -48 48 re -f - endstream endobj 12865 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 300.137 -24 24 re -f - endstream endobj 12866 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 288.137 -48 48 re -f - endstream endobj 12867 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 300.137 -24 24 re -f - endstream endobj 12868 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 1392.137 -48 48 re -f - endstream endobj 12869 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 240.137 -48 48 re -f - endstream endobj 12870 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 252.137 -24 24 re -f - endstream endobj 12871 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 240.137 -48 48 re -f - endstream endobj 12872 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 252.137 -24 24 re -f - endstream endobj 12873 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 240.137 -48 48 re -f - endstream endobj 12874 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 252.137 -24 24 re -f - endstream endobj 12875 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 240.137 -48 48 re -f - endstream endobj 12876 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 252.137 -24 24 re -f - endstream endobj 12877 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 240.137 -48 48 re -f - endstream endobj 12878 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 252.137 -24 24 re -f - endstream endobj 12879 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 1404.137 -24 24 re -f - endstream endobj 12880 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 240.137 -48 48 re -f - endstream endobj 12881 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 252.137 -24 24 re -f - endstream endobj 12882 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 240.137 -48 48 re -f - endstream endobj 12883 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 252.137 -24 24 re -f - endstream endobj 12884 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 240.137 -48 48 re -f - endstream endobj 12885 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 252.137 -24 24 re -f - endstream endobj 12886 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 240.137 -48 48 re -f - endstream endobj 12887 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 252.137 -24 24 re -f - endstream endobj 12888 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 240.137 -48 48 re -f - endstream endobj 12889 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 252.137 -24 24 re -f - endstream endobj 12890 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 1392.137 -48 48 re -f - endstream endobj 12891 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 192.137 -48 48 re -f - endstream endobj 12892 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 204.137 -24 24 re -f - endstream endobj 12893 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 192.137 -48 48 re -f - endstream endobj 12894 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 204.137 -24 24 re -f - endstream endobj 12895 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 192.137 -48 48 re -f - endstream endobj 12896 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 204.137 -24 24 re -f - endstream endobj 12897 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 192.137 -48 48 re -f - endstream endobj 12898 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 204.137 -24 24 re -f - endstream endobj 12899 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 192.137 -48 48 re -f - endstream endobj 12900 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 204.137 -24 24 re -f - endstream endobj 12901 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 1404.137 -24 24 re -f - endstream endobj 12902 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 192.137 -48 48 re -f - endstream endobj 12903 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 204.137 -24 24 re -f - endstream endobj 12904 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 192.137 -48 48 re -f - endstream endobj 12905 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 204.137 -24 24 re -f - endstream endobj 12906 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 192.137 -48 48 re -f - endstream endobj 12907 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 204.137 -24 24 re -f - endstream endobj 12908 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 192.137 -48 48 re -f - endstream endobj 12909 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 204.137 -24 24 re -f - endstream endobj 12910 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 192.137 -48 48 re -f - endstream endobj 12911 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 204.137 -24 24 re -f - endstream endobj 12912 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 1392.137 -48 48 re -f - endstream endobj 12913 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 144.137 -48 48 re -f - endstream endobj 12914 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 156.137 -24 24 re -f - endstream endobj 12915 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 144.137 -48 48 re -f - endstream endobj 12916 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 156.137 -24 24 re -f - endstream endobj 12917 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 144.137 -48 48 re -f - endstream endobj 12918 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 156.137 -24 24 re -f - endstream endobj 12919 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 144.137 -48 48 re -f - endstream endobj 12920 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 156.137 -24 24 re -f - endstream endobj 12921 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 144.137 -48 48 re -f - endstream endobj 12922 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 156.137 -24 24 re -f - endstream endobj 12923 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 1404.137 -24 24 re -f - endstream endobj 12924 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 144.137 -48 48 re -f - endstream endobj 12925 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 156.137 -24 24 re -f - endstream endobj 12926 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 144.137 -48 48 re -f - endstream endobj 12927 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 156.137 -24 24 re -f - endstream endobj 12928 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 144.137 -48 48 re -f - endstream endobj 12929 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 156.137 -24 24 re -f - endstream endobj 12930 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 144.137 -48 48 re -f - endstream endobj 12931 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 156.137 -24 24 re -f - endstream endobj 12932 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 144.137 -48 48 re -f - endstream endobj 12933 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 156.137 -24 24 re -f - endstream endobj 12934 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 1392.137 -48 48 re -f - endstream endobj 12935 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 96.137 -48 48 re -f - endstream endobj 12936 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 108.137 -24 24 re -f - endstream endobj 12937 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 96.137 -48 48 re -f - endstream endobj 12938 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 108.137 -24 24 re -f - endstream endobj 12939 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 96.137 -48 48 re -f - endstream endobj 12940 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 108.137 -24 24 re -f - endstream endobj 12941 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 96.137 -48 48 re -f - endstream endobj 12942 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 108.137 -24 24 re -f - endstream endobj 12943 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 96.137 -48 48 re -f - endstream endobj 12944 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 108.137 -24 24 re -f - endstream endobj 12945 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 1404.137 -24 24 re -f - endstream endobj 12946 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 96.137 -48 48 re -f - endstream endobj 12947 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 108.137 -24 24 re -f - endstream endobj 12948 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 96.137 -48 48 re -f - endstream endobj 12949 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 108.137 -24 24 re -f - endstream endobj 12950 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 96.137 -48 48 re -f - endstream endobj 12951 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 108.137 -24 24 re -f - endstream endobj 12952 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 96.137 -48 48 re -f - endstream endobj 12953 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 108.137 -24 24 re -f - endstream endobj 12954 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 96.137 -48 48 re -f - endstream endobj 12955 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 108.137 -24 24 re -f - endstream endobj 12956 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 1488.137 -48 48 re -f - endstream endobj 12957 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 1344.137 -48 48 re -f - endstream endobj 12958 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 48.137 -48 48 re -f - endstream endobj 12959 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 60.137 -24 24 re -f - endstream endobj 12960 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 48.137 -48 48 re -f - endstream endobj 12961 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 60.137 -24 24 re -f - endstream endobj 12962 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 48.137 -48 48 re -f - endstream endobj 12963 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 60.137 -24 24 re -f - endstream endobj 12964 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 48.137 -48 48 re -f - endstream endobj 12965 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 60.137 -24 24 re -f - endstream endobj 12966 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 48.137 -48 48 re -f - endstream endobj 12967 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 60.137 -24 24 re -f - endstream endobj 12968 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 1356.137 -24 24 re -f - endstream endobj 12969 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 48.137 -48 48 re -f - endstream endobj 12970 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 60.137 -24 24 re -f - endstream endobj 12971 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 48.137 -48 48 re -f - endstream endobj 12972 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 60.137 -24 24 re -f - endstream endobj 12973 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 48.137 -48 48 re -f - endstream endobj 12974 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 60.137 -24 24 re -f - endstream endobj 12975 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 48.137 -48 48 re -f - endstream endobj 12976 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 60.137 -24 24 re -f - endstream endobj 12977 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 48.137 -48 48 re -f - endstream endobj 12978 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 60.137 -24 24 re -f - endstream endobj 12979 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 1344.137 -48 48 re -f - endstream endobj 12980 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 1536.137 -48 48 re -f - endstream endobj 12981 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 1548.137 -24 24 re -f - endstream endobj 12982 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 1536.137 -48 48 re -f - endstream endobj 12983 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 1548.137 -24 24 re -f - endstream endobj 12984 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 1536.137 -48 48 re -f - endstream endobj 12985 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 1548.137 -24 24 re -f - endstream endobj 12986 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 1536.137 -48 48 re -f - endstream endobj 12987 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 1548.137 -24 24 re -f - endstream endobj 12988 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 1536.137 -48 48 re -f - endstream endobj 12989 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 1548.137 -24 24 re -f - endstream endobj 12990 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 1356.137 -24 24 re -f - endstream endobj 12991 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 1536.137 -48 48 re -f - endstream endobj 12992 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 1548.137 -24 24 re -f - endstream endobj 12993 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 1536.137 -48 48 re -f - endstream endobj 12994 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 1548.137 -24 24 re -f - endstream endobj 12995 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 1536.137 -48 48 re -f - endstream endobj 12996 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 1548.137 -24 24 re -f - endstream endobj 12997 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 1536.137 -48 48 re -f - endstream endobj 12998 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 1548.137 -24 24 re -f - endstream endobj 12999 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 1536.137 -48 48 re -f - endstream endobj 13000 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 1548.137 -24 24 re -f - endstream endobj 13001 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 1344.137 -48 48 re -f - endstream endobj 13002 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 1584.137 -48 48 re -f - endstream endobj 13003 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 1596.137 -24 24 re -f - endstream endobj 13004 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 1584.137 -48 48 re -f - endstream endobj 13005 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 1596.137 -24 24 re -f - endstream endobj 13006 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 1584.137 -48 48 re -f - endstream endobj 13007 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 1596.137 -24 24 re -f - endstream endobj 13008 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 1584.137 -48 48 re -f - endstream endobj 13009 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 1596.137 -24 24 re -f - endstream endobj 13010 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 1584.137 -48 48 re -f - endstream endobj 13011 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 1596.137 -24 24 re -f - endstream endobj 13012 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 1356.137 -24 24 re -f - endstream endobj 13013 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 1584.137 -48 48 re -f - endstream endobj 13014 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 1596.137 -24 24 re -f - endstream endobj 13015 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 1584.137 -48 48 re -f - endstream endobj 13016 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 1596.137 -24 24 re -f - endstream endobj 13017 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 1584.137 -48 48 re -f - endstream endobj 13018 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 1596.137 -24 24 re -f - endstream endobj 13019 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 1584.137 -48 48 re -f - endstream endobj 13020 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 1596.137 -24 24 re -f - endstream endobj 13021 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 1584.137 -48 48 re -f - endstream endobj 13022 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 1596.137 -24 24 re -f - endstream endobj 13023 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 1344.137 -48 48 re -f - endstream endobj 13024 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 1632.137 -48 48 re -f - endstream endobj 13025 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 1644.137 -24 24 re -f - endstream endobj 13026 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 1632.137 -48 48 re -f - endstream endobj 13027 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 1644.137 -24 24 re -f - endstream endobj 13028 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 1632.137 -48 48 re -f - endstream endobj 13029 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 1644.137 -24 24 re -f - endstream endobj 13030 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 1632.137 -48 48 re -f - endstream endobj 13031 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 1644.137 -24 24 re -f - endstream endobj 13032 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 1632.137 -48 48 re -f - endstream endobj 13033 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 1644.137 -24 24 re -f - endstream endobj 13034 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 1356.137 -24 24 re -f - endstream endobj 13035 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 1632.137 -48 48 re -f - endstream endobj 13036 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 1644.137 -24 24 re -f - endstream endobj 13037 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 1632.137 -48 48 re -f - endstream endobj 13038 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 1644.137 -24 24 re -f - endstream endobj 13039 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 1632.137 -48 48 re -f - endstream endobj 13040 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 1644.137 -24 24 re -f - endstream endobj 13041 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 1632.137 -48 48 re -f - endstream endobj 13042 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 1644.137 -24 24 re -f - endstream endobj 13043 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 1632.137 -48 48 re -f - endstream endobj 13044 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 1644.137 -24 24 re -f - endstream endobj 13045 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 1344.137 -48 48 re -f - endstream endobj 13046 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 1680.137 -48 48 re -f - endstream endobj 13047 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 1692.137 -24 24 re -f - endstream endobj 13048 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 1680.137 -48 48 re -f - endstream endobj 13049 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 1692.137 -24 24 re -f - endstream endobj 13050 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 1680.137 -48 48 re -f - endstream endobj 13051 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 1692.137 -24 24 re -f - endstream endobj 13052 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 1680.137 -48 48 re -f - endstream endobj 13053 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 1692.137 -24 24 re -f - endstream endobj 13054 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 1680.137 -48 48 re -f - endstream endobj 13055 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 1692.137 -24 24 re -f - endstream endobj 13056 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 1356.137 -24 24 re -f - endstream endobj 13057 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 1680.137 -48 48 re -f - endstream endobj 13058 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 1692.137 -24 24 re -f - endstream endobj 13059 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 1680.137 -48 48 re -f - endstream endobj 13060 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 1692.137 -24 24 re -f - endstream endobj 13061 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 1680.137 -48 48 re -f - endstream endobj 13062 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 1692.137 -24 24 re -f - endstream endobj 13063 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 1680.137 -48 48 re -f - endstream endobj 13064 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 1692.137 -24 24 re -f - endstream endobj 13065 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 1680.137 -48 48 re -f - endstream endobj 13066 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 1692.137 -24 24 re -f - endstream endobj 13067 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 1500.137 -24 24 re -f - endstream endobj 13068 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 1344.137 -48 48 re -f - endstream endobj 13069 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 1728.137 -48 48 re -f - endstream endobj 13070 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 1740.137 -24 24 re -f - endstream endobj 13071 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 1728.137 -48 48 re -f - endstream endobj 13072 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 1740.137 -24 24 re -f - endstream endobj 13073 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 1728.137 -48 48 re -f - endstream endobj 13074 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 1740.137 -24 24 re -f - endstream endobj 13075 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 1728.137 -48 48 re -f - endstream endobj 13076 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 1740.137 -24 24 re -f - endstream endobj 13077 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 1728.137 -48 48 re -f - endstream endobj 13078 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 1740.137 -24 24 re -f - endstream endobj 13079 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 1356.137 -24 24 re -f - endstream endobj 13080 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 1728.137 -48 48 re -f - endstream endobj 13081 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 1740.137 -24 24 re -f - endstream endobj 13082 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 1728.137 -48 48 re -f - endstream endobj 13083 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 1740.137 -24 24 re -f - endstream endobj 13084 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 1728.137 -48 48 re -f - endstream endobj 13085 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 1740.137 -24 24 re -f - endstream endobj 13086 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 1728.137 -48 48 re -f - endstream endobj 13087 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 1740.137 -24 24 re -f - endstream endobj 13088 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 1728.137 -48 48 re -f - endstream endobj 13089 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 1740.137 -24 24 re -f - endstream endobj 13090 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 1344.137 -48 48 re -f - endstream endobj 13091 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 1776.137 -48 48 re -f - endstream endobj 13092 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 1788.137 -24 24 re -f - endstream endobj 13093 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 1776.137 -48 48 re -f - endstream endobj 13094 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 1788.137 -24 24 re -f - endstream endobj 13095 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 1776.137 -48 48 re -f - endstream endobj 13096 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 1788.137 -24 24 re -f - endstream endobj 13097 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 1776.137 -48 48 re -f - endstream endobj 13098 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 1788.137 -24 24 re -f - endstream endobj 13099 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 1776.137 -48 48 re -f - endstream endobj 13100 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 1788.137 -24 24 re -f - endstream endobj 13101 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 1356.137 -24 24 re -f - endstream endobj 13102 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 1776.137 -48 48 re -f - endstream endobj 13103 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 1788.137 -24 24 re -f - endstream endobj 13104 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 1776.137 -48 48 re -f - endstream endobj 13105 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 1788.137 -24 24 re -f - endstream endobj 13106 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 1776.137 -48 48 re -f - endstream endobj 13107 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 1788.137 -24 24 re -f - endstream endobj 13108 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 1776.137 -48 48 re -f - endstream endobj 13109 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 1788.137 -24 24 re -f - endstream endobj 13110 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 1776.137 -48 48 re -f - endstream endobj 13111 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 1788.137 -24 24 re -f - endstream endobj 13112 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 1344.137 -48 48 re -f - endstream endobj 13113 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 1824.137 -48 48 re -f - endstream endobj 13114 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 1836.137 -24 24 re -f - endstream endobj 13115 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 1824.137 -48 48 re -f - endstream endobj 13116 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 1836.137 -24 24 re -f - endstream endobj 13117 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 1824.137 -48 48 re -f - endstream endobj 13118 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 1836.137 -24 24 re -f - endstream endobj 13119 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 1824.137 -48 48 re -f - endstream endobj 13120 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 1836.137 -24 24 re -f - endstream endobj 13121 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 1824.137 -48 48 re -f - endstream endobj 13122 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 1836.137 -24 24 re -f - endstream endobj 13123 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 1356.137 -24 24 re -f - endstream endobj 13124 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 1824.137 -48 48 re -f - endstream endobj 13125 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 1836.137 -24 24 re -f - endstream endobj 13126 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 1824.137 -48 48 re -f - endstream endobj 13127 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 1836.137 -24 24 re -f - endstream endobj 13128 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 1824.137 -48 48 re -f - endstream endobj 13129 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 1836.137 -24 24 re -f - endstream endobj 13130 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 1824.137 -48 48 re -f - endstream endobj 13131 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 1836.137 -24 24 re -f - endstream endobj 13132 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 1824.137 -48 48 re -f - endstream endobj 13133 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 1836.137 -24 24 re -f - endstream endobj 13134 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 1344.137 -48 48 re -f - endstream endobj 13135 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 1872.137 -48 48 re -f - endstream endobj 13136 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 1884.137 -24 24 re -f - endstream endobj 13137 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 1872.137 -48 48 re -f - endstream endobj 13138 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 1884.137 -24 24 re -f - endstream endobj 13139 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 1872.137 -48 48 re -f - endstream endobj 13140 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 1884.137 -24 24 re -f - endstream endobj 13141 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 1872.137 -48 48 re -f - endstream endobj 13142 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 1884.137 -24 24 re -f - endstream endobj 13143 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 1872.137 -48 48 re -f - endstream endobj 13144 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 1884.137 -24 24 re -f - endstream endobj 13145 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 1356.137 -24 24 re -f - endstream endobj 13146 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 1872.137 -48 48 re -f - endstream endobj 13147 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 1884.137 -24 24 re -f - endstream endobj 13148 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 1872.137 -48 48 re -f - endstream endobj 13149 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 1884.137 -24 24 re -f - endstream endobj 13150 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 1872.137 -48 48 re -f - endstream endobj 13151 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 1884.137 -24 24 re -f - endstream endobj 13152 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 1872.137 -48 48 re -f - endstream endobj 13153 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 1884.137 -24 24 re -f - endstream endobj 13154 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 1872.137 -48 48 re -f - endstream endobj 13155 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 1884.137 -24 24 re -f - endstream endobj 13156 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 1344.137 -48 48 re -f - endstream endobj 13157 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 1920.137 -48 48 re -f - endstream endobj 13158 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 1932.137 -24 24 re -f - endstream endobj 13159 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 1920.137 -48 48 re -f - endstream endobj 13160 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 1932.137 -24 24 re -f - endstream endobj 13161 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 1920.137 -48 48 re -f - endstream endobj 13162 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 1932.137 -24 24 re -f - endstream endobj 13163 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 1920.137 -48 48 re -f - endstream endobj 13164 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 1932.137 -24 24 re -f - endstream endobj 13165 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 1920.137 -48 48 re -f - endstream endobj 13166 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 1932.137 -24 24 re -f - endstream endobj 13167 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 1356.137 -24 24 re -f - endstream endobj 13168 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 1920.137 -48 48 re -f - endstream endobj 13169 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 1932.137 -24 24 re -f - endstream endobj 13170 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 1920.137 -48 48 re -f - endstream endobj 13171 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 1932.137 -24 24 re -f - endstream endobj 13172 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 1920.137 -48 48 re -f - endstream endobj 13173 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 1932.137 -24 24 re -f - endstream endobj 13174 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 1920.137 -48 48 re -f - endstream endobj 13175 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 1932.137 -24 24 re -f - endstream endobj 13176 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 1920.137 -48 48 re -f - endstream endobj 13177 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 1932.137 -24 24 re -f - endstream endobj 13178 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 1488.137 -48 48 re -f - endstream endobj 13179 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 1296.137 -48 48 re -f - endstream endobj 13180 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 1968.137 -48 48 re -f - endstream endobj 13181 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 1980.137 -24 24 re -f - endstream endobj 13182 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 1968.137 -48 48 re -f - endstream endobj 13183 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 1980.137 -24 24 re -f - endstream endobj 13184 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 1968.137 -48 48 re -f - endstream endobj 13185 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 1980.137 -24 24 re -f - endstream endobj 13186 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 1968.137 -48 48 re -f - endstream endobj 13187 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 1980.137 -24 24 re -f - endstream endobj 13188 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 1968.137 -48 48 re -f - endstream endobj 13189 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 1980.137 -24 24 re -f - endstream endobj 13190 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 1308.137 -24 24 re -f - endstream endobj 13191 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 1968.137 -48 48 re -f - endstream endobj 13192 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 1980.137 -24 24 re -f - endstream endobj 13193 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 1968.137 -48 48 re -f - endstream endobj 13194 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 1980.137 -24 24 re -f - endstream endobj 13195 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 1968.137 -48 48 re -f - endstream endobj 13196 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 1980.137 -24 24 re -f - endstream endobj 13197 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 1968.137 -48 48 re -f - endstream endobj 13198 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 1980.137 -24 24 re -f - endstream endobj 13199 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 1968.137 -48 48 re -f - endstream endobj 13200 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 1980.137 -24 24 re -f - endstream endobj 13201 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 1296.137 -48 48 re -f - endstream endobj 13202 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 2016.137 -48 48 re -f - endstream endobj 13203 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 2028.137 -24 24 re -f - endstream endobj 13204 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 2016.137 -48 48 re -f - endstream endobj 13205 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 2028.137 -24 24 re -f - endstream endobj 13206 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 2016.137 -48 48 re -f - endstream endobj 13207 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 2028.137 -24 24 re -f - endstream endobj 13208 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 2016.137 -48 48 re -f - endstream endobj 13209 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 2028.137 -24 24 re -f - endstream endobj 13210 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 2016.137 -48 48 re -f - endstream endobj 13211 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 2028.137 -24 24 re -f - endstream endobj 13212 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 1308.137 -24 24 re -f - endstream endobj 13213 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 2016.137 -48 48 re -f - endstream endobj 13214 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 2028.137 -24 24 re -f - endstream endobj 13215 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 2016.137 -48 48 re -f - endstream endobj 13216 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 2028.137 -24 24 re -f - endstream endobj 13217 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 2016.137 -48 48 re -f - endstream endobj 13218 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 2028.137 -24 24 re -f - endstream endobj 13219 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 2016.137 -48 48 re -f - endstream endobj 13220 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 2028.137 -24 24 re -f - endstream endobj 13221 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 2016.137 -48 48 re -f - endstream endobj 13222 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 2028.137 -24 24 re -f - endstream endobj 13223 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 1296.137 -48 48 re -f - endstream endobj 13224 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 2064.137 -48 48 re -f - endstream endobj 13225 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 2076.137 -24 24 re -f - endstream endobj 13226 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 2064.137 -48 48 re -f - endstream endobj 13227 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 2076.137 -24 24 re -f - endstream endobj 13228 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 2064.137 -48 48 re -f - endstream endobj 13229 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 2076.137 -24 24 re -f - endstream endobj 13230 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 2064.137 -48 48 re -f - endstream endobj 13231 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 2076.137 -24 24 re -f - endstream endobj 13232 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 2064.137 -48 48 re -f - endstream endobj 13233 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 2076.137 -24 24 re -f - endstream endobj 13234 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 1308.137 -24 24 re -f - endstream endobj 13235 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 2064.137 -48 48 re -f - endstream endobj 13236 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 2076.137 -24 24 re -f - endstream endobj 13237 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 2064.137 -48 48 re -f - endstream endobj 13238 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 2076.137 -24 24 re -f - endstream endobj 13239 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 2064.137 -48 48 re -f - endstream endobj 13240 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 2076.137 -24 24 re -f - endstream endobj 13241 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 2064.137 -48 48 re -f - endstream endobj 13242 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 2076.137 -24 24 re -f - endstream endobj 13243 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 2064.137 -48 48 re -f - endstream endobj 13244 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 2076.137 -24 24 re -f - endstream endobj 13245 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 1296.137 -48 48 re -f - endstream endobj 13246 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 2112.137 -48 48 re -f - endstream endobj 13247 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 2124.137 -24 24 re -f - endstream endobj 13248 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 2112.137 -48 48 re -f - endstream endobj 13249 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 2124.137 -24 24 re -f - endstream endobj 13250 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 2112.137 -48 48 re -f - endstream endobj 13251 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 2124.137 -24 24 re -f - endstream endobj 13252 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 2112.137 -48 48 re -f - endstream endobj 13253 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 2124.137 -24 24 re -f - endstream endobj 13254 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 2112.137 -48 48 re -f - endstream endobj 13255 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 2124.137 -24 24 re -f - endstream endobj 13256 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 1308.137 -24 24 re -f - endstream endobj 13257 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 2112.137 -48 48 re -f - endstream endobj 13258 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 2124.137 -24 24 re -f - endstream endobj 13259 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 2112.137 -48 48 re -f - endstream endobj 13260 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 2124.137 -24 24 re -f - endstream endobj 13261 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 2112.137 -48 48 re -f - endstream endobj 13262 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 2124.137 -24 24 re -f - endstream endobj 13263 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 2112.137 -48 48 re -f - endstream endobj 13264 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 2124.137 -24 24 re -f - endstream endobj 13265 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 2112.137 -48 48 re -f - endstream endobj 13266 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 2124.137 -24 24 re -f - endstream endobj 13267 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 1296.137 -48 48 re -f - endstream endobj 13268 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 2160.137 -48 48 re -f - endstream endobj 13269 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 2172.137 -24 24 re -f - endstream endobj 13270 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 2160.137 -48 48 re -f - endstream endobj 13271 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 2172.137 -24 24 re -f - endstream endobj 13272 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 2160.137 -48 48 re -f - endstream endobj 13273 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 2172.137 -24 24 re -f - endstream endobj 13274 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 2160.137 -48 48 re -f - endstream endobj 13275 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 2172.137 -24 24 re -f - endstream endobj 13276 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 2160.137 -48 48 re -f - endstream endobj 13277 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 2172.137 -24 24 re -f - endstream endobj 13278 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 1308.137 -24 24 re -f - endstream endobj 13279 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 2160.137 -48 48 re -f - endstream endobj 13280 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 2172.137 -24 24 re -f - endstream endobj 13281 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 2160.137 -48 48 re -f - endstream endobj 13282 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 2172.137 -24 24 re -f - endstream endobj 13283 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 2160.137 -48 48 re -f - endstream endobj 13284 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 2172.137 -24 24 re -f - endstream endobj 13285 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 2160.137 -48 48 re -f - endstream endobj 13286 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 2172.137 -24 24 re -f - endstream endobj 13287 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 2160.137 -48 48 re -f - endstream endobj 13288 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 2172.137 -24 24 re -f - endstream endobj 13289 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 1500.137 -24 24 re -f - endstream endobj 13290 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 1296.137 -48 48 re -f - endstream endobj 13291 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 2208.137 -48 48 re -f - endstream endobj 13292 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 2220.137 -24 24 re -f - endstream endobj 13293 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 2208.137 -48 48 re -f - endstream endobj 13294 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 2220.137 -24 24 re -f - endstream endobj 13295 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 2208.137 -48 48 re -f - endstream endobj 13296 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 2220.137 -24 24 re -f - endstream endobj 13297 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 2208.137 -48 48 re -f - endstream endobj 13298 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 2220.137 -24 24 re -f - endstream endobj 13299 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 2208.137 -48 48 re -f - endstream endobj 13300 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 2220.137 -24 24 re -f - endstream endobj 13301 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 1308.137 -24 24 re -f - endstream endobj 13302 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 2208.137 -48 48 re -f - endstream endobj 13303 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 2220.137 -24 24 re -f - endstream endobj 13304 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 2208.137 -48 48 re -f - endstream endobj 13305 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 2220.137 -24 24 re -f - endstream endobj 13306 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 2208.137 -48 48 re -f - endstream endobj 13307 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 2220.137 -24 24 re -f - endstream endobj 13308 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 2208.137 -48 48 re -f - endstream endobj 13309 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 2220.137 -24 24 re -f - endstream endobj 13310 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 2208.137 -48 48 re -f - endstream endobj 13311 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 2220.137 -24 24 re -f - endstream endobj 13312 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 1296.137 -48 48 re -f - endstream endobj 13313 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 2256.137 -48 48 re -f - endstream endobj 13314 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 2268.137 -24 24 re -f - endstream endobj 13315 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 2256.137 -48 48 re -f - endstream endobj 13316 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 2268.137 -24 24 re -f - endstream endobj 13317 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 2256.137 -48 48 re -f - endstream endobj 13318 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 2268.137 -24 24 re -f - endstream endobj 13319 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 2256.137 -48 48 re -f - endstream endobj 13320 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 2268.137 -24 24 re -f - endstream endobj 13321 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 2256.137 -48 48 re -f - endstream endobj 13322 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 2268.137 -24 24 re -f - endstream endobj 13323 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 1308.137 -24 24 re -f - endstream endobj 13324 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 2256.137 -48 48 re -f - endstream endobj 13325 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 2268.137 -24 24 re -f - endstream endobj 13326 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 2256.137 -48 48 re -f - endstream endobj 13327 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 2268.137 -24 24 re -f - endstream endobj 13328 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 2256.137 -48 48 re -f - endstream endobj 13329 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 2268.137 -24 24 re -f - endstream endobj 13330 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 2256.137 -48 48 re -f - endstream endobj 13331 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 2268.137 -24 24 re -f - endstream endobj 13332 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 2256.137 -48 48 re -f - endstream endobj 13333 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 2268.137 -24 24 re -f - endstream endobj 13334 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 1296.137 -48 48 re -f - endstream endobj 13335 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -409 503.137 -1 1 re -f - endstream endobj 13336 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -228 595.137 -24 1 re -f - endstream endobj 13337 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 456.7256 642.4443 cm -0 0 m -6.274 1.792 l -6.274 7.519 l -4.656 10.692 l -4.274 10.692 l -4.274 3.364 l --0.726 2.599 -0.726 0.067 v --0.726 -0.962 l --0.726 -0.516 -0.43 -0.123 0 0 c -f -Q - endstream endobj 13338 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 415 652.0996 cm -0 0 m --6.274 1.792 l --6.704 1.915 -7 2.308 -7 2.754 c --7 1.725 l --7 -0.807 -2 -1.572 y --2 -8.963 l --1.658 -8.963 l --1.537 -8.801 l -0 -5.727 l -h -f -Q - endstream endobj 13339 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 357.9058 641.1367 cm -0 0 m --1.832 0 l --3.625 6.274 l --3.747 6.704 -4.14 7 -4.586 7 c --3.557 7 l --0.829 7 -0.159 2 0 0 c -f -Q - endstream endobj 13340 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 314.1309 641.1367 cm -0 0 m -1.832 0 l -3.625 6.274 l -3.747 6.704 4.14 7 4.586 7 c -3.557 7 l -0.829 7 0.159 1.977 0 0 c -f -Q - endstream endobj 13341 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 269 656.1367 cm -0 0 m --2 0 l --2 -2 l -3 -9 l -5 -9 l -5 -7 l -4 -6 l -h -f -Q - endstream endobj 13342 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 225 647.1367 cm -0 0 m -1 1 l -1 3 l --1 3 l --7 -6 l --4 -6 l -h -f -Q - endstream endobj 13343 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -178 640.137 -1 -1 re -f - endstream endobj 13344 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -355 689.137 10 15 re -f - endstream endobj 13345 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 1308.137 -24 24 re -f - endstream endobj 13346 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 368 690.4824 cm -0 0 m -3.233 12.019 l -3.589 13.348 2.807 14.725 1.478 15.08 c --0.322 15.56 l --0.109 15.102 0 14.594 0 14.055 c -0 11.329 l -0.9 11.088 l -0 7.727 l -h --16 0 m --19.221 12.019 l --19.576 13.348 -18.781 14.725 -17.453 15.08 c --15.66 15.56 l --15.873 15.102 -16 14.594 -16 14.055 c --16 11.329 l --16.9 11.088 l --16 7.727 l -h -f -Q - endstream endobj 13347 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 122.7705 691.1367 cm -0 0 m --0.713 -0.692 -1.683 -1.123 -2.754 -1.123 c --3.825 -1.123 -4.794 -0.692 -5.508 0 c --9.453 0 l --7.921 -2.039 -5.491 -3.366 -2.75 -3.366 c --0.01 -3.366 2.421 -2.039 3.952 0 c -h -f -Q - endstream endobj 13348 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 63 704.1367 cm -0 0 m -0 -1 l -0.5 -1 l -0.775 -1 1 -1.225 1 -1.5 c -1 -1.775 0.775 -2 0.5 -2 c -0 -2 l -0 -3 l -0.5 -3 l -0.775 -3 1 -3.225 1 -3.5 c -1 -3.775 0.775 -4 0.5 -4 c -0 -4 l -0 -5 l -0.5 -5 l -0.775 -5 1 -5.225 1 -5.5 c -1 -5.775 0.775 -6 0.5 -6 c -0 -6 l -0 -7 l -0.5 -7 l -0.775 -7 1 -7.225 1 -7.5 c -1 -7.775 0.775 -8 0.5 -8 c -0 -8 l -0 -9 l -0.5 -9 l -0.775 -9 1 -9.225 1 -9.5 c -1 -9.775 0.775 -10 0.5 -10 c -0 -10 l -0 -11 l -0.5 -11 l -0.775 -11 1 -11.225 1 -11.5 c -1 -11.775 0.775 -12 0.5 -12 c -0 -12 l -0 -13 l -0.5 -13 l -0.775 -13 1 -13.225 1 -13.5 c -1 -13.775 0.775 -14 0.5 -14 c -0 -14 l -0 -15 l -0.5 -15 l -0.775 -15 1 -15.225 1 -15.5 c -1 -15.775 0.775 -16 0.5 -16 c -0 -16 l -0 -17 l -0.5 -17 l -0.775 -17 1 -17.225 1 -17.5 c -1 -17.775 0.775 -18 0.5 -18 c -0 -18 l -0 -19 l -5 -19 l -5 0 l -h -f -Q - endstream endobj 13349 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 410.4727 741.1367 cm -0 0 m --0.478 0 l --0.308 0.228 l -h --1.723 0 m --4.214 0 l --2.714 2.019 l --1.109 0.825 l -h --3.518 2.615 m --5.461 0 l --7.953 0 l --5.121 3.809 l -h --9.938 7.389 m --8.331 6.194 l --11.314 2.183 l --12.92 3.375 l -h --8.908 0.393 m --10.512 1.585 l --7.529 5.599 l --5.924 4.405 l -h -7.349 2.462 m -6.724 0.563 l -5.824 0.859 l -5.046 3.221 l -h -6.213 -0.321 m -6.409 -0.386 l -6.322 -0.651 l -h -8.6 6.262 m -3.852 7.826 l -4.477 9.726 l -9.225 8.161 l -h -9.539 9.11 m -4.79 10.675 l -5.415 12.575 l -10.165 11.011 l -h -7.661 3.413 m -4.657 4.402 l -3.879 6.762 l -8.288 5.31 l -h --4.331 8.134 m -0.407 9.733 l -1.047 7.838 l --3.691 6.24 l -h --4.65 9.083 m --5.29 10.977 l --0.553 12.576 l -0.088 10.68 l -h --3.071 5.393 m -1.366 6.891 l -2.005 4.995 l --1.089 3.951 l -h --0.098 3.23 m -2.326 4.048 l -2.965 2.153 l -1.886 1.789 l -h -2.876 1.068 m -3.283 1.206 l -3.478 0.632 l -h --0.473 -2 -2 -5 re --3.473 -2 -2 -5 re --6.473 -2 -2 -5 re --9.473 -2 -2 -5 re --12.473 -2 -2 -5 re -f -Q - endstream endobj 13350 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -370 749.137 -19 1 re -f - endstream endobj 13351 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 210 748.1367 cm -0 0 m --0.551 0 -1 0.449 -1 1 c --1 4 l --1 4.551 -0.551 5 0 5 c -13 5 l -13.551 5 14 4.551 14 4 c -14 1 l -14 0.449 13.551 0 13 0 c -h -f -Q - endstream endobj 13352 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 255.3789 793.3603 cm -0 0 m --0.166 0.165 l --0.115 -0.664 0.085 -1.503 0.469 -2.343 c -0.918 -3.456 0.89 -4.35 0.661 -4.994 c -2.544 -3.959 l -4.537 -5.952 l -3.548 -7.791 l -4.193 -7.563 5.014 -7.551 6.127 -8 c -6.967 -8.384 7.805 -8.584 8.635 -8.636 c -8.484 -8.485 l -h -f -Q - endstream endobj 13353 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 163.3164 787.415 cm -0 0 m --1.823 1.817 -3.704 3.143 -4.947 3.931 c --5.395 2.787 -5.719 1.657 -5.921 0.585 c --4.858 -0.178 -3.615 -1.172 -2.395 -2.388 c --0.841 -3.936 0.359 -5.53 1.166 -6.734 c -2.228 -6.55 3.351 -6.25 4.486 -5.824 c -3.876 -4.773 2.343 -2.339 0 0 c -16.328 8.371 m -16.09 7.035 15.679 5.604 15.054 4.166 c -14.653 4.899 13.035 7.68 10.37 10.339 c -8.485 12.218 6.539 13.573 5.298 14.347 c -6.73 14.937 8.149 15.317 9.471 15.528 c -10.48 14.789 11.633 13.853 12.766 12.724 c -14.32 11.173 15.52 9.577 16.328 8.371 c -f -Q - endstream endobj 13354 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 123.3428 841.6387 cm -0 0 m -0 -1.569 -1.274 -2.845 -2.845 -2.845 c --4.325 -2.845 -5.528 -1.707 -5.662 -0.262 c --5.331 -0.451 -4.954 -0.566 -4.544 -0.566 c --3.292 -0.566 -2.278 0.447 -2.278 1.699 c --2.278 2.109 -2.394 2.486 -2.583 2.817 c --1.137 2.684 0 1.479 0 0 c -f -Q - endstream endobj 13355 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 410.5 894.1367 cm -0 0 m --0.551 0 -1.029 -0.406 -1.29 -1 c --0.5 -1 l --0.5 -2 l --1.5 -2 l --1.5 -3 l --0.5 -3 l --0.5 -4 l --1.5 -4 l --1.5 -5 l --0.5 -5 l --0.5 -6 l --1.5 -6 l --1.5 -7 l --0.5 -7 l --0.5 -8 l --1.5 -8 l --1.5 -9 l --0.5 -9 l --0.5 -10 l --1.29 -10 l --1.029 -10.594 -0.551 -11 0 -11 c -0.825 -11 1.5 -10.1 1.5 -9 c -1.5 -2 l -1.5 -0.9 0.825 0 0 0 c -f -Q - endstream endobj 13356 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 1296.137 -48 48 re -f - endstream endobj 13357 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 265.709 886.1797 cm -0 0 m --0.631 -0.618 -1.347 -1.319 -1.967 -2.166 c --2.209 -2.497 l --2.451 -2.166 l --3.071 -1.319 -3.787 -0.618 -4.419 0.001 c --5.434 0.995 -6.236 1.781 -6.236 2.729 c --6.236 3.997 -5.118 5.11 -3.842 5.11 c --3.215 5.11 -2.645 4.837 -2.203 4.333 c --1.744 4.837 -1.166 5.11 -0.542 5.11 c -0.715 5.11 1.817 3.997 1.817 2.729 c -1.817 1.781 1.016 0.995 0 0 c -f -Q - endstream endobj 13358 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -512 979.137 -17 12 re -f - endstream endobj 13359 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -515 986.137 -2 5 re -f - endstream endobj 13360 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -494 986.137 -2 5 re -f - endstream endobj 13361 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 464 996.1367 cm -0 0 m -0 -0.553 -0.447 -1 -1 -1 c --1.553 -1 -2 -0.553 -2 0 c --2 1 -1 3 v -0 1 0 0 y --4 5 m --3 3 -3 2 y --3 1.447 -3.447 1 -4 1 c --4.553 1 -5 1.447 -5 2 c --5 3 -4 5 v --8 3 m --7 1 -7 0 y --7 -0.553 -7.447 -1 -8 -1 c --8.553 -1 -9 -0.553 -9 0 c --9 1 -8 3 v --12 5 m --11 3 -11 2 y --11 1.447 -11.447 1 -12 1 c --12.553 1 -13 1.447 -13 2 c --13 3 -12 5 v --16 0 m --16 -0.553 -15.553 -1 -15 -1 c --14.447 -1 -14 -0.553 -14 0 c --14 1 -15 3 v --16 1 -16 0 y -f* -Q - endstream endobj 13362 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 259 975.6387 cm -0 0 m -0 -0.55 -0.45 -1 -1 -1 c --1.55 -1 -2 -0.55 -2 0 c --2 5.311 l --0.687 5.311 0 6.404 0 7.295 c -h -f -Q - endstream endobj 13363 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 263 975.6387 cm -0 0 m -0 -0.55 -0.45 -1 -1 -1 c --1.55 -1 -2 -0.55 -2 0 c --2 8.953 l --2 9.512 -1.953 10.398 -1.625 10.951 c --1.375 11.373 0 11.561 y -h -f -Q - endstream endobj 13364 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 267 977.1367 cm -0 0 m -0 -1.498 l -0 -2.048 -0.45 -2.498 -1 -2.498 c --1.55 -2.498 -2 -2.048 -2 -1.498 c --2 10.281 l --1.03 10.398 0 10.547 y -h -f -Q - endstream endobj 13365 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 179 987.9941 cm -0 0 m --22 -3.715 l --22 -7.857 l -0 -4.286 l -h -0 -12.286 m --22 -15.857 l --22 -11.857 l -0 -8.286 l -h -f -Q - endstream endobj 13366 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -404 1024.137 -7 3 re -f - endstream endobj 13367 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 1308.137 -24 24 re -f - endstream endobj 13368 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 457 1167.1455 cm -0 0 m -0 -0.67 l -0 -1.097 -0.297 -1.458 -0.977 -1.458 c --1.656 -1.458 -1.954 -1.087 -1.954 -0.67 c --1.954 0 l --3.179 -0.206 -4.066 -0.777 -4.066 -1.458 c --4.066 -2.312 -2.684 -3.003 -0.977 -3.003 c -0.728 -3.003 2.111 -2.312 2.111 -1.458 c -2.111 -0.777 1.224 -0.206 0 0 c -f -Q - endstream endobj 13369 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 318.9746 1416.1367 cm -0 0 m --4.975 0 l --4.975 1 l -0 1 l -0.007 1 l --0.248 4.177 -2.794 6.711 -5.975 6.951 c --5.975 2 l --6.975 2 l --6.975 6.951 l --10.148 6.703 -12.685 4.172 -12.94 1 c --7.975 1 l --7.975 0 l --12.942 0 l --12.709 -3.193 -10.164 -5.749 -6.975 -5.998 c --6.975 -5.975 l --6.975 -1 l --5.975 -1 l --5.975 -5.975 l --5.975 -5.998 l --2.778 -5.757 -0.225 -3.198 0.009 0 c -h -f -Q - endstream endobj 13370 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -355 1515.137 10 6 re -f - endstream endobj 13371 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 300.873 1513.8779 cm -0 0 m -5.551 4.611 l -5.992 4.953 6.474 5.117 6.961 5.117 c -7.395 5.117 7.795 4.987 8.135 4.77 c -8.73 4.387 9.127 3.725 9.127 2.97 c -9.127 6.259 l --0.873 6.259 l --0.873 -8.741 l -9.127 -8.741 l -9.127 -6.491 l -9.127 -7.675 8.152 -8.638 6.953 -8.638 c -6.46 -8.638 5.976 -8.473 5.588 -8.172 c -1.691 -4.895 l --0.041 -3.438 l --0.534 -3.06 -0.854 -2.416 -0.853 -1.725 c --0.853 -1.046 -0.543 -0.417 0 0 c -24.127 6.259 m -24.127 -8.741 l -14.127 -8.741 l -14.127 -6.491 l -14.127 -7.037 14.341 -7.53 14.682 -7.909 c -15.08 -8.353 15.654 -8.638 16.301 -8.638 c -16.794 -8.638 17.278 -8.473 17.725 -8.123 c -23.229 -3.491 l -23.788 -3.06 24.108 -2.416 24.108 -1.725 c -24.108 -1.046 23.797 -0.417 23.312 -0.046 c -21.131 1.765 l -17.647 4.656 l -17.262 4.953 16.78 5.117 16.293 5.117 c -15.099 5.117 14.127 4.154 14.127 2.97 c -14.127 6.259 l -h -f -Q - endstream endobj 13372 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 267 1520.1367 cm -0 0 m -0 -2.824 l -4.193 -6.305 l -4.581 -6.602 4.85 -7.065 4.945 -7.584 c -4.944 -7.585 l -4.969 -7.715 4.99 -7.848 4.99 -7.983 c -4.99 -8.675 4.671 -9.318 4.111 -9.75 c -0 -13.224 l -0 -15 l -10 -15 l -10 -0.003 l -10.002 0 l -h --10 -9.479 m --10 -10.858 -8.869 -12 -7.49 -12 c --5 -12 l --5 -15 l --15 -15 l --15 0 l --5 0 l --5 -4 l --7.549 -4 l --7.594 -4 -7.637 -4.008 -7.68 -4.014 c --7.684 -4.02 l --8.973 -4.117 -10 -5.186 -10 -6.5 c -h -f -Q - endstream endobj 13373 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -211 1505.137 10 15 re -f - endstream endobj 13374 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 176 1502.1367 cm -0 0 m --15.973 0 l --16 0 l --16 21 l -0 21 l -h -f -Q - endstream endobj 13375 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -111 1506.137 18 11 re -f - endstream endobj 13376 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -61 1508.137 22 12 re -f - endstream endobj 13377 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 59 1505.8867 cm -0 0 m -0 -1.375 l -0 -2.283 0.675 -2.75 1.5 -2.75 c -24.5 -2.75 l -25.325 -2.75 26 -2.283 26 -1.375 c -26 0 l -h -f -Q - endstream endobj 13378 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 1296.137 -48 48 re -f - endstream endobj 13379 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -507 1750.137 -6 3 re -507 1746.137 -6 3 re -514 1753.137 m -514 1754.137 l -508 1754.137 l -508 1757.137 l -507 1757.137 l -507 1754.137 l -501 1754.137 l -501 1757.137 l -500 1757.137 l -500 1754.137 l -494 1754.137 l -494 1753.137 l -500 1753.137 l -500 1750.137 l -494 1750.137 l -494 1749.137 l -500 1749.137 l -500 1746.137 l -494 1746.137 l -494 1745.137 l -500 1745.137 l -500 1742.137 l -501 1742.137 l -501 1745.137 l -507 1745.137 l -507 1742.137 l -508 1742.137 l -508 1745.137 l -514 1745.137 l -514 1746.137 l -508 1746.137 l -508 1749.137 l -514 1749.137 l -514 1750.137 l -508 1750.137 l -508 1753.137 l -h -f - endstream endobj 13380 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -514 1759.137 -20 3 re -f - endstream endobj 13381 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 83.1543 1806.1367 cm -0 0 m --1.014 2.805 l --1.414 4.015 l --2.979 0 l -h -3.846 -3.42 m -3.846 -4 l --0.154 -4 l --0.154 -3.42 l -0.94 -2.92 l -0.181 -0.92 l --3.344 -0.925 l --4.254 -2.935 l --3.154 -3.4 l --3.154 -4 l --6.154 -4 l --6.154 -3.4 l --5.225 -2.94 l --1.469 6 l --0.654 6 l -2.985 -2.96 l -h -f -Q - endstream endobj 13382 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 365 1839.1367 cm -0 0 m -0 1 l -1.459 1 l -3.656 7.726 l -4.399 10 l -4 10 l -4 12.241 l --0.863 15.742 l --3.999 18 l --5.996 18 l --9.57 15.419 l --14 12.22 l --14 10 l --14.406 10 l --13.678 7.776 l --11.459 1 l --10 1 l --10 0 l -h -f -Q - endstream endobj 13383 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 320 1846.1367 cm -0 0 m -0 4 l -0.768 4 l -0.674 4.411 0.55 4.81 0.402 5.198 c -0.397 5.212 0.393 5.225 0.388 5.238 c -0.089 6.011 -0.315 6.73 -0.804 7.382 c --0.818 7.401 -0.833 7.421 -0.847 7.44 c --1.338 8.085 -1.914 8.66 -2.558 9.151 c --2.579 9.167 -2.6 9.183 -2.62 9.198 c --3.27 9.685 -3.986 10.087 -4.755 10.385 c --4.774 10.393 -4.794 10.399 -4.812 10.406 c --5.195 10.552 -5.589 10.674 -5.994 10.767 c --5.996 10.768 -5.998 10.768 -6 10.769 c --6 10 l --10 10 l --10 10.769 l --10.002 10.768 -10.004 10.768 -10.006 10.767 c --10.411 10.674 -10.805 10.552 -11.188 10.406 c --11.207 10.398 -11.226 10.393 -11.245 10.385 c --12.014 10.087 -12.73 9.685 -13.38 9.198 c --13.4 9.183 -13.421 9.167 -13.442 9.151 c --14.086 8.66 -14.662 8.085 -15.153 7.44 c --15.168 7.421 -15.182 7.401 -15.196 7.382 c --15.685 6.73 -16.088 6.011 -16.388 5.238 c --16.393 5.226 -16.398 5.211 -16.402 5.198 c --16.55 4.81 -16.674 4.411 -16.768 4 c --16 4 l --16 0 l --16.768 0 l --16.674 -0.411 -16.55 -0.811 -16.402 -1.197 c --16.398 -1.211 -16.393 -1.226 -16.387 -1.239 c --16.088 -2.011 -15.685 -2.73 -15.196 -3.382 c --15.182 -3.401 -15.168 -3.421 -15.153 -3.44 c --14.662 -4.085 -14.086 -4.66 -13.442 -5.151 c --13.421 -5.167 -13.4 -5.183 -13.38 -5.198 c --12.73 -5.685 -12.014 -6.086 -11.246 -6.385 c --11.226 -6.393 -11.206 -6.399 -11.186 -6.406 c --10.805 -6.552 -10.411 -6.674 -10.006 -6.767 c --10.004 -6.768 -10.002 -6.768 -10 -6.769 c --10 -6 l --6 -6 l --6 -6.769 l --5.998 -6.768 -5.996 -6.768 -5.994 -6.767 c --5.589 -6.674 -5.195 -6.552 -4.813 -6.406 c --4.794 -6.399 -4.774 -6.393 -4.755 -6.385 c --3.986 -6.087 -3.27 -5.685 -2.62 -5.198 c --2.6 -5.183 -2.579 -5.167 -2.558 -5.151 c --1.914 -4.66 -1.338 -4.085 -0.847 -3.44 c --0.833 -3.421 -0.818 -3.401 -0.804 -3.382 c --0.315 -2.73 0.089 -2.011 0.388 -1.238 c -0.393 -1.226 0.397 -1.212 0.402 -1.198 c -0.55 -0.811 0.674 -0.411 0.768 0 c -h -f -Q - endstream endobj 13384 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 272 1839.1367 cm -0 0 m -0 1 l -1 1 l -1 17 l -0 17 l -0 18 l --16 18 l --16 17 l --17 17 l --17 1 l --16 1 l --16 0 l -h -f -Q - endstream endobj 13385 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 63.2061 1843.1367 cm -0 0 m --0.132 -0.132 l --0.521 -0.521 -0.749 -1.246 -0.64 -1.744 c --0.53 -2.243 -0.759 -2.969 -1.147 -3.357 c --1.501 -3.711 l --1.89 -4.1 -1.91 -4.717 -1.546 -5.081 c --1.181 -5.445 -0.564 -5.426 -0.176 -5.037 c -0.178 -4.684 l -0.566 -4.295 1.293 -4.066 1.791 -4.176 c -2.29 -4.284 3.016 -4.056 3.404 -3.667 c -7.071 0 l -h -f -Q - endstream endobj 13386 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -348 1892.137 24 14 re -f - endstream endobj 13387 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 514 1988.1367 cm -0 0 m --8 0 l --8 -8 l --12 -8 l --12 0 l --20 0 l --20 4 l --12 4 l --12 11 l --8 11 l --8 4 l -0 4 l -h -f -Q - endstream endobj 13388 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -469 1998.137 -1 -6 re -467 1998.137 -1 -6 re -465 1998.137 -1 -10 re -463 1998.137 -1 -6 re -461 1998.137 -1 -6 re -459 1998.137 -1 -6 re -457 1998.137 -1 -6 re -455 1998.137 -1 -10 re -453 1998.137 -1 -6 re -451 1998.137 -1 -6 re -449 1998.137 -1 -6 re -447 1998.137 -1 -6 re -445 1988.137 -1 10 re -f - endstream endobj 13389 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 1308.137 -24 24 re -f - endstream endobj 13390 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 264 2003.3105 cm -0 0 m --0.418 0 -0.818 -0.037 -1.209 -0.093 c --1.079 -0.429 -1 -0.791 -1 -1.174 c --1 -2.83 -2.343 -4.174 -4 -4.174 c --4.841 -4.174 -5.6 -3.825 -6.145 -3.267 c --6.802 -4.364 -7.173 -5.687 -7.173 -7.174 c --7.173 -9.32 -6.227 -10.559 -5.13 -11.992 c --3.96 -13.522 -2.633 -15.257 -2.633 -18.174 c -2.502 -18.174 l -2.502 -15.257 3.808 -13.522 4.977 -11.992 c -6.074 -10.559 7.097 -9.32 7.097 -7.174 c -7.097 -2.95 4 0 0 0 c -f -Q - endstream endobj 13391 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 121 1985.9824 cm -0 0 m -0 -3.846 l -0 -4.398 -0.672 -4.846 -1.5 -4.846 c --2.328 -4.846 -3 -4.398 -3 -3.846 c --3 0 l --5.308 -0.476 -7 -2.016 -7 -3.846 c --7 -6.055 -4.537 -7.846 -1.5 -7.846 c -1.537 -7.846 4 -6.055 4 -3.846 c -4 -2.016 2.308 -0.476 0 0 c -f -Q - endstream endobj 13392 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 502 2041.1367 cm -0 0 m -7 0 l -9 2 l -9 -2 l -7 -4 l -0 -4 l -h -0 5 m -7 5 l -9 7 l -9 3 l -7 1 l -0 1 l -h -0 7.312 m -0 7.75 -0.016 7.984 0.453 8.453 c -0.52 8.52 0.601 8.601 0.687 8.688 c -2 10 l -7.984 10 l -8.453 10 l -8.813 10 9 9.828 9 9.469 c -9 9 l -9 8 l -7 6 l -0 6 l -h --2 -8 m -0 -8 l -0 -5 l -7 -5 l -9 -3 l -9 -6 l -10 -5 l -10 -2 l -12 0 l -12 1 l -10 -1 l -10 3 l -12 5 l -12 6 l -10 4 l -10 8 l -12 10 l -12 11 l -10 9 l -10 10.021 l -10 10.667 9.75 11 9 11 c -3 11 l -5 13 l -3 13 l -1 11 l --6 11 l --7 10 l -0 10 l --1.078 8.906 -1.547 8.453 v --2.016 8 -2 7.766 -2 7.312 c --2 6 l --9 6 l --9 5 l --2 5 l --2 1 l --9 1 l --9 0 l --2 0 l --2 -4 l --9 -4 l --9 -5 l --2 -5 l -h -f -Q - endstream endobj 13393 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -461 2038.129 -10 -1 re -461 2036.129 -10 -1 re -446 2041.918 m -446 2041.643 446.212 2041.343 446.472 2041.251 c -449.637 2040.024 456 2040.024 v -462.363 2040.024 465.528 2041.251 y -465.788 2041.343 466 2041.643 466 2041.918 c -466 2046.629 l -466 2046.904 465.775 2047.129 465.5 2047.129 c -446.5 2047.129 l -446.225 2047.129 446 2046.904 446 2046.629 c -h -f - endstream endobj 13394 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 349.2793 2037.1367 cm -0 0 m -0.349 -0.594 0.986 -1 1.721 -1 c -10.721 -1 l -10.721 0 l -h -10.721 2 -11 -1 re -10.721 4 -11 -1 re -0 5 m -0.349 5.594 0.986 6 1.721 6 c -10.721 6 l -10.721 5 l -h -f -Q - endstream endobj 13395 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 366.5 2046.0371 cm -0 0 m --0.433 0 -0.842 -0.089 -1.223 -0.236 c --0.848 -0.487 -0.6 -0.914 -0.6 -1.4 c --0.6 -2.174 -1.227 -2.801 -2 -2.801 c --2.485 -2.801 -2.913 -2.553 -3.164 -2.178 c --3.312 -2.559 -3.4 -2.968 -3.4 -3.4 c --3.4 -5.277 -1.878 -6.801 0 -6.801 c -1.878 -6.801 3.4 -5.277 3.4 -3.4 c -3.4 -1.523 1.878 0 0 0 c -f -Q - endstream endobj 13396 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 371.5879 2049.1367 cm -0 0 m -0.33 -0.306 0.632 -0.64 0.902 -1 c -3.412 -1 l -3.412 0 l -h --10.176 0 m --13.588 0 l --13.588 -1 l --11.078 -1 l --10.808 -0.64 -10.506 -0.306 -10.176 0 c --4.588 1.975 m --4.588 6 l --5.588 6 l --5.588 1.975 l --5.422 1.986 -4.754 1.986 -4.588 1.975 c --1.696 1.184 m -1.034 3.914 l -0.327 4.621 l --2.692 1.603 l --2.349 1.486 -2.017 1.346 -1.696 1.184 c --8.479 1.184 m --11.21 3.914 l --10.503 4.621 l --7.483 1.603 l --7.827 1.486 -8.159 1.346 -8.479 1.184 c -f -Q - endstream endobj 13397 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 416.001 2094.6367 cm -0 0 m -0 -1.38 -1.12 -2.501 -2.501 -2.501 c --3.804 -2.501 -4.86 -1.5 -4.979 -0.229 c --4.688 -0.396 -4.357 -0.498 -3.995 -0.498 c --2.894 -0.498 -2.003 0.394 -2.003 1.495 c --2.003 1.854 -2.105 2.187 -2.272 2.478 c --0.999 2.359 0 1.301 0 0 c -f -Q - endstream endobj 13398 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -359 2081.137 -1 -1 re -361 2081.137 -1 -1 re -363 2081.137 -1 -1 re -365 2081.137 -1 -1 re -351.615 2095.637 m -351.615 2096.045 351.749 2096.421 351.971 2096.73 c -350.558 2098.144 l -349.978 2097.465 349.615 2096.597 349.615 2095.637 c -349.615 2094.422 350.187 2093.349 351.063 2092.636 c -352.482 2094.055 l -351.963 2094.391 351.615 2094.973 351.615 2095.637 c -355.385 2095.637 m -355.385 2094.973 355.037 2094.391 354.518 2094.055 c -355.936 2092.636 l -356.812 2093.349 357.385 2094.422 357.385 2095.637 c -357.385 2096.597 357.021 2097.465 356.442 2098.144 c -355.029 2096.73 l -355.251 2096.421 355.385 2096.045 355.385 2095.637 c -347 2095.637 m -347 2097.318 347.647 2098.848 348.699 2100.002 c -347.285 2101.416 l -345.872 2099.897 345 2097.869 345 2095.637 c -345 2093.15 346.08 2090.916 347.788 2089.36 c -349.201 2090.773 l -347.855 2091.966 347 2093.701 347 2095.637 c -358.301 2100.002 m -359.715 2101.416 l -361.128 2099.897 362 2097.869 362 2095.637 c -362 2093.15 360.92 2090.916 359.212 2089.36 c -357.799 2090.773 l -359.145 2091.966 360 2093.701 360 2095.637 c -360 2097.318 359.352 2098.848 358.301 2100.002 c -f - endstream endobj 13399 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 260 2086.1367 cm -0 0 m -0 -1 l --1 -1 l --1 -2 l -0 -2 l -0 -3 l --1 -3 l --1 -4 l -0 -4 l -0 -5 l --1 -5 l --1 -6 l -0 -6 l -0 -7 l --1 -7 l --1 -8 l -0 -8 l -0 -9 l --1 -9 l --1 -10 l -0 -10 l -0 -11 l -1 -9.985 l -1 0 l -0.672 2 l -0.328 2 l -h -f -Q - endstream endobj 14418 0 obj <> endobj 12381 0 obj <> endobj 14417 0 obj <> endobj 14416 0 obj <> endobj 14415 0 obj <> endobj 14414 0 obj <> endobj 14413 0 obj <> endobj 14412 0 obj <> endobj 14411 0 obj <> endobj 14410 0 obj <> endobj 14409 0 obj <> endobj 14408 0 obj <> endobj 14407 0 obj <> endobj 14406 0 obj <> endobj 14405 0 obj <> endobj 14404 0 obj <> endobj 14403 0 obj <> endobj 14402 0 obj <> endobj 14401 0 obj <> endobj 14400 0 obj <> endobj 14399 0 obj <> endobj 14398 0 obj <> endobj 14397 0 obj <> endobj 14396 0 obj <> endobj 14395 0 obj <> endobj 14394 0 obj <> endobj 14393 0 obj <> endobj 14392 0 obj <> endobj 14391 0 obj <> endobj 14390 0 obj <> endobj 14389 0 obj <> endobj 14388 0 obj <> endobj 14387 0 obj <> endobj 14386 0 obj <> endobj 14385 0 obj <> endobj 14384 0 obj <> endobj 14383 0 obj <> endobj 14382 0 obj <> endobj 14381 0 obj <> endobj 14380 0 obj <> endobj 14379 0 obj <> endobj 14378 0 obj <> endobj 14377 0 obj <> endobj 14376 0 obj <> endobj 14375 0 obj <> endobj 14374 0 obj <> endobj 14373 0 obj <> endobj 14372 0 obj <> endobj 14371 0 obj <> endobj 14370 0 obj <> endobj 14369 0 obj <> endobj 14368 0 obj <> endobj 14367 0 obj <> endobj 14366 0 obj <> endobj 14365 0 obj <> endobj 14364 0 obj <> endobj 14363 0 obj <> endobj 14362 0 obj <> endobj 14361 0 obj <> endobj 14360 0 obj <> endobj 14359 0 obj <> endobj 14358 0 obj <> endobj 14357 0 obj <> endobj 14356 0 obj <> endobj 14355 0 obj <> endobj 14354 0 obj <> endobj 14353 0 obj <> endobj 14352 0 obj <> endobj 14351 0 obj <> endobj 14350 0 obj <> endobj 14349 0 obj <> endobj 14348 0 obj <> endobj 14347 0 obj <> endobj 14346 0 obj <> endobj 14345 0 obj <> endobj 14344 0 obj <> endobj 14343 0 obj <> endobj 14342 0 obj <> endobj 14341 0 obj <> endobj 14340 0 obj <> endobj 14339 0 obj <> endobj 14338 0 obj <> endobj 14337 0 obj <> endobj 14336 0 obj <> endobj 14335 0 obj <> endobj 14334 0 obj <> endobj 14333 0 obj <> endobj 14332 0 obj <> endobj 14331 0 obj <> endobj 14330 0 obj <> endobj 14329 0 obj <> endobj 14328 0 obj <> endobj 14327 0 obj <> endobj 14326 0 obj <> endobj 14325 0 obj <> endobj 14324 0 obj <> endobj 14323 0 obj <> endobj 14322 0 obj <> endobj 14321 0 obj <> endobj 14320 0 obj <> endobj 14319 0 obj <> endobj 14318 0 obj <> endobj 14317 0 obj <> endobj 14316 0 obj <> endobj 14315 0 obj <> endobj 14314 0 obj <> endobj 14313 0 obj <> endobj 14312 0 obj <> endobj 14311 0 obj <> endobj 14310 0 obj <> endobj 14309 0 obj <> endobj 14308 0 obj <> endobj 14307 0 obj <> endobj 14306 0 obj <> endobj 14305 0 obj <> endobj 14304 0 obj <> endobj 14303 0 obj <> endobj 14302 0 obj <> endobj 14301 0 obj <> endobj 14300 0 obj <> endobj 14299 0 obj <> endobj 14298 0 obj <> endobj 14297 0 obj <> endobj 14296 0 obj <> endobj 14295 0 obj <> endobj 14294 0 obj <> endobj 14293 0 obj <> endobj 14292 0 obj <> endobj 14291 0 obj <> endobj 14290 0 obj <> endobj 14289 0 obj <> endobj 14288 0 obj <> endobj 14287 0 obj <> endobj 14286 0 obj <> endobj 14285 0 obj <> endobj 14284 0 obj <> endobj 14283 0 obj <> endobj 14282 0 obj <> endobj 14281 0 obj <> endobj 14280 0 obj <> endobj 14279 0 obj <> endobj 14278 0 obj <> endobj 14277 0 obj <> endobj 14276 0 obj <> endobj 14275 0 obj <> endobj 14274 0 obj <> endobj 14273 0 obj <> endobj 14272 0 obj <> endobj 14271 0 obj <> endobj 14270 0 obj <> endobj 14269 0 obj <> endobj 14268 0 obj <> endobj 14267 0 obj <> endobj 14266 0 obj <> endobj 14265 0 obj <> endobj 14264 0 obj <> endobj 14263 0 obj <> endobj 14262 0 obj <> endobj 14261 0 obj <> endobj 14260 0 obj <> endobj 14259 0 obj <> endobj 14258 0 obj <> endobj 14257 0 obj <> endobj 14256 0 obj <> endobj 14255 0 obj <> endobj 14254 0 obj <> endobj 14253 0 obj <> endobj 14252 0 obj <> endobj 14251 0 obj <> endobj 14250 0 obj <> endobj 14249 0 obj <> endobj 14248 0 obj <> endobj 14247 0 obj <> endobj 14246 0 obj <> endobj 14245 0 obj <> endobj 14244 0 obj <> endobj 14243 0 obj <> endobj 14242 0 obj <> endobj 14241 0 obj <> endobj 14240 0 obj <> endobj 14239 0 obj <> endobj 14238 0 obj <> endobj 14237 0 obj <> endobj 14236 0 obj <> endobj 14235 0 obj <> endobj 14234 0 obj <> endobj 14233 0 obj <> endobj 14232 0 obj <> endobj 14231 0 obj <> endobj 14230 0 obj <> endobj 14229 0 obj <> endobj 14228 0 obj <> endobj 14227 0 obj <> endobj 14226 0 obj <> endobj 14225 0 obj <> endobj 14224 0 obj <> endobj 14223 0 obj <> endobj 14222 0 obj <> endobj 14221 0 obj <> endobj 14220 0 obj <> endobj 14219 0 obj <> endobj 14218 0 obj <> endobj 14217 0 obj <> endobj 14216 0 obj <> endobj 14215 0 obj <> endobj 14214 0 obj <> endobj 14213 0 obj <> endobj 14212 0 obj <> endobj 14211 0 obj <> endobj 14210 0 obj <> endobj 14209 0 obj <> endobj 14208 0 obj <> endobj 14207 0 obj <> endobj 14206 0 obj <> endobj 14205 0 obj <> endobj 14204 0 obj <> endobj 14203 0 obj <> endobj 14202 0 obj <> endobj 14201 0 obj <> endobj 14200 0 obj <> endobj 14199 0 obj <> endobj 14198 0 obj <> endobj 14197 0 obj <> endobj 14196 0 obj <> endobj 14195 0 obj <> endobj 14194 0 obj <> endobj 14193 0 obj <> endobj 14192 0 obj <> endobj 14191 0 obj <> endobj 14190 0 obj <> endobj 14189 0 obj <> endobj 14188 0 obj <> endobj 14187 0 obj <> endobj 14186 0 obj <> endobj 14185 0 obj <> endobj 14184 0 obj <> endobj 14183 0 obj <> endobj 14182 0 obj <> endobj 14181 0 obj <> endobj 14180 0 obj <> endobj 14179 0 obj <> endobj 14178 0 obj <> endobj 14177 0 obj <> endobj 14176 0 obj <> endobj 14175 0 obj <> endobj 14174 0 obj <> endobj 14173 0 obj <> endobj 14172 0 obj <> endobj 14171 0 obj <> endobj 14170 0 obj <> endobj 14169 0 obj <> endobj 14168 0 obj <> endobj 14167 0 obj <> endobj 14166 0 obj <> endobj 14165 0 obj <> endobj 14164 0 obj <> endobj 14163 0 obj <> endobj 14162 0 obj <> endobj 14161 0 obj <> endobj 14160 0 obj <> endobj 14159 0 obj <> endobj 14158 0 obj <> endobj 14157 0 obj <> endobj 14156 0 obj <> endobj 14155 0 obj <> endobj 14154 0 obj <> endobj 14153 0 obj <> endobj 14152 0 obj <> endobj 14151 0 obj <> endobj 14150 0 obj <> endobj 14149 0 obj <> endobj 14148 0 obj <> endobj 14147 0 obj <> endobj 14146 0 obj <> endobj 14145 0 obj <> endobj 14144 0 obj <> endobj 14143 0 obj <> endobj 14142 0 obj <> endobj 14141 0 obj <> endobj 14140 0 obj <> endobj 14139 0 obj <> endobj 14138 0 obj <> endobj 14137 0 obj <> endobj 14136 0 obj <> endobj 14135 0 obj <> endobj 14134 0 obj <> endobj 14133 0 obj <> endobj 14132 0 obj <> endobj 14131 0 obj <> endobj 14130 0 obj <> endobj 14129 0 obj <> endobj 14128 0 obj <> endobj 14127 0 obj <> endobj 14126 0 obj <> endobj 14125 0 obj <> endobj 14124 0 obj <> endobj 14123 0 obj <> endobj 14122 0 obj <> endobj 14121 0 obj <> endobj 14120 0 obj <> endobj 14119 0 obj <> endobj 14118 0 obj <> endobj 14117 0 obj <> endobj 14116 0 obj <> endobj 14115 0 obj <> endobj 14114 0 obj <> endobj 14113 0 obj <> endobj 14112 0 obj <> endobj 14111 0 obj <> endobj 14110 0 obj <> endobj 14109 0 obj <> endobj 14108 0 obj <> endobj 14107 0 obj <> endobj 14106 0 obj <> endobj 14105 0 obj <> endobj 14104 0 obj <> endobj 14103 0 obj <> endobj 14102 0 obj <> endobj 14101 0 obj <> endobj 14100 0 obj <> endobj 14099 0 obj <> endobj 14098 0 obj <> endobj 14097 0 obj <> endobj 14096 0 obj <> endobj 14095 0 obj <> endobj 14094 0 obj <> endobj 14093 0 obj <> endobj 14092 0 obj <> endobj 14091 0 obj <> endobj 14090 0 obj <> endobj 14089 0 obj <> endobj 14088 0 obj <> endobj 14087 0 obj <> endobj 14086 0 obj <> endobj 14085 0 obj <> endobj 14084 0 obj <> endobj 14083 0 obj <> endobj 14082 0 obj <> endobj 14081 0 obj <> endobj 14080 0 obj <> endobj 14079 0 obj <> endobj 14078 0 obj <> endobj 14077 0 obj <> endobj 14076 0 obj <> endobj 14075 0 obj <> endobj 14074 0 obj <> endobj 14073 0 obj <> endobj 14072 0 obj <> endobj 14071 0 obj <> endobj 14070 0 obj <> endobj 14069 0 obj <> endobj 14068 0 obj <> endobj 14067 0 obj <> endobj 14066 0 obj <> endobj 14065 0 obj <> endobj 14064 0 obj <> endobj 14063 0 obj <> endobj 14062 0 obj <> endobj 14061 0 obj <> endobj 14060 0 obj <> endobj 14059 0 obj <> endobj 14058 0 obj <> endobj 14057 0 obj <> endobj 14056 0 obj <> endobj 14055 0 obj <> endobj 14054 0 obj <> endobj 14053 0 obj <> endobj 14052 0 obj <> endobj 14051 0 obj <> endobj 14050 0 obj <> endobj 14049 0 obj <> endobj 14048 0 obj <> endobj 14047 0 obj <> endobj 14046 0 obj <> endobj 14045 0 obj <> endobj 14044 0 obj <> endobj 14043 0 obj <> endobj 14042 0 obj <> endobj 14041 0 obj <> endobj 14040 0 obj <> endobj 14039 0 obj <> endobj 14038 0 obj <> endobj 14037 0 obj <> endobj 14036 0 obj <> endobj 14035 0 obj <> endobj 14034 0 obj <> endobj 14033 0 obj <> endobj 14032 0 obj <> endobj 14031 0 obj <> endobj 14030 0 obj <> endobj 14029 0 obj <> endobj 14028 0 obj <> endobj 14027 0 obj <> endobj 14026 0 obj <> endobj 14025 0 obj <> endobj 14024 0 obj <> endobj 14023 0 obj <> endobj 14022 0 obj <> endobj 14021 0 obj <> endobj 14020 0 obj <> endobj 14019 0 obj <> endobj 14018 0 obj <> endobj 14017 0 obj <> endobj 14016 0 obj <> endobj 14015 0 obj <> endobj 14014 0 obj <> endobj 14013 0 obj <> endobj 14012 0 obj <> endobj 14011 0 obj <> endobj 14010 0 obj <> endobj 14009 0 obj <> endobj 14008 0 obj <> endobj 14007 0 obj <> endobj 14006 0 obj <> endobj 14005 0 obj <> endobj 14004 0 obj <> endobj 14003 0 obj <> endobj 14002 0 obj <> endobj 14001 0 obj <> endobj 14000 0 obj <> endobj 13999 0 obj <> endobj 13998 0 obj <> endobj 13997 0 obj <> endobj 13996 0 obj <> endobj 13995 0 obj <> endobj 13994 0 obj <> endobj 13993 0 obj <> endobj 13992 0 obj <> endobj 13991 0 obj <> endobj 13990 0 obj <> endobj 13989 0 obj <> endobj 13988 0 obj <> endobj 13987 0 obj <> endobj 13986 0 obj <> endobj 13985 0 obj <> endobj 13984 0 obj <> endobj 13983 0 obj <> endobj 13982 0 obj <> endobj 13981 0 obj <> endobj 13980 0 obj <> endobj 13979 0 obj <> endobj 13978 0 obj <> endobj 13977 0 obj <> endobj 13976 0 obj <> endobj 13975 0 obj <> endobj 13974 0 obj <> endobj 13973 0 obj <> endobj 13972 0 obj <> endobj 13971 0 obj <> endobj 13970 0 obj <> endobj 13969 0 obj <> endobj 13968 0 obj <> endobj 13967 0 obj <> endobj 13966 0 obj <> endobj 13965 0 obj <> endobj 13964 0 obj <> endobj 13963 0 obj <> endobj 13962 0 obj <> endobj 13961 0 obj <> endobj 13960 0 obj <> endobj 13959 0 obj <> endobj 13958 0 obj <> endobj 13957 0 obj <> endobj 13956 0 obj <> endobj 13955 0 obj <> endobj 13954 0 obj <> endobj 13953 0 obj <> endobj 13952 0 obj <> endobj 13951 0 obj <> endobj 13950 0 obj <> endobj 13949 0 obj <> endobj 13948 0 obj <> endobj 13947 0 obj <> endobj 13946 0 obj <> endobj 13945 0 obj <> endobj 13944 0 obj <> endobj 13943 0 obj <> endobj 13942 0 obj <> endobj 13941 0 obj <> endobj 13940 0 obj <> endobj 13939 0 obj <> endobj 13938 0 obj <> endobj 13937 0 obj <> endobj 13936 0 obj <> endobj 13935 0 obj <> endobj 13934 0 obj <> endobj 13933 0 obj <> endobj 13932 0 obj <> endobj 13931 0 obj <> endobj 13930 0 obj <> endobj 13929 0 obj <> endobj 13928 0 obj <> endobj 13927 0 obj <> endobj 13926 0 obj <> endobj 13925 0 obj <> endobj 13924 0 obj <> endobj 13923 0 obj <> endobj 13922 0 obj <> endobj 13921 0 obj <> endobj 13920 0 obj <> endobj 13919 0 obj <> endobj 13918 0 obj <> endobj 13917 0 obj <> endobj 13916 0 obj <> endobj 13915 0 obj <> endobj 13914 0 obj <> endobj 13913 0 obj <> endobj 13912 0 obj <> endobj 13911 0 obj <> endobj 13910 0 obj <> endobj 13909 0 obj <> endobj 13908 0 obj <> endobj 13907 0 obj <> endobj 13906 0 obj <> endobj 13905 0 obj <> endobj 13904 0 obj <> endobj 13903 0 obj <> endobj 13902 0 obj <> endobj 13901 0 obj <> endobj 13900 0 obj <> endobj 13899 0 obj <> endobj 13898 0 obj <> endobj 13897 0 obj <> endobj 13896 0 obj <> endobj 13895 0 obj <> endobj 13894 0 obj <> endobj 13893 0 obj <> endobj 13892 0 obj <> endobj 13891 0 obj <> endobj 13890 0 obj <> endobj 13889 0 obj <> endobj 13888 0 obj <> endobj 13887 0 obj <> endobj 13886 0 obj <> endobj 13885 0 obj <> endobj 13884 0 obj <> endobj 13883 0 obj <> endobj 13882 0 obj <> endobj 13881 0 obj <> endobj 13880 0 obj <> endobj 13879 0 obj <> endobj 13878 0 obj <> endobj 13877 0 obj <> endobj 13876 0 obj <> endobj 13875 0 obj <> endobj 13874 0 obj <> endobj 13873 0 obj <> endobj 13872 0 obj <> endobj 13871 0 obj <> endobj 13870 0 obj <> endobj 13869 0 obj <> endobj 13868 0 obj <> endobj 13867 0 obj <> endobj 13866 0 obj <> endobj 13865 0 obj <> endobj 13864 0 obj <> endobj 13863 0 obj <> endobj 13862 0 obj <> endobj 13861 0 obj <> endobj 13860 0 obj <> endobj 13859 0 obj <> endobj 13858 0 obj <> endobj 13857 0 obj <> endobj 13856 0 obj <> endobj 13855 0 obj <> endobj 13854 0 obj <> endobj 13853 0 obj <> endobj 13852 0 obj <> endobj 13851 0 obj <> endobj 13850 0 obj <> endobj 13849 0 obj <> endobj 13848 0 obj <> endobj 13847 0 obj <> endobj 13846 0 obj <> endobj 13845 0 obj <> endobj 13844 0 obj <> endobj 13843 0 obj <> endobj 13842 0 obj <> endobj 13841 0 obj <> endobj 13840 0 obj <> endobj 13839 0 obj <> endobj 13838 0 obj <> endobj 13837 0 obj <> endobj 13836 0 obj <> endobj 13835 0 obj <> endobj 13834 0 obj <> endobj 13833 0 obj <> endobj 13832 0 obj <> endobj 13831 0 obj <> endobj 13830 0 obj <> endobj 13829 0 obj <> endobj 13828 0 obj <> endobj 13827 0 obj <> endobj 13826 0 obj <> endobj 13825 0 obj <> endobj 13824 0 obj <> endobj 13823 0 obj <> endobj 13822 0 obj <> endobj 13821 0 obj <> endobj 13820 0 obj <> endobj 13819 0 obj <> endobj 13818 0 obj <> endobj 13817 0 obj <> endobj 13816 0 obj <> endobj 13815 0 obj <> endobj 13814 0 obj <> endobj 13813 0 obj <> endobj 13812 0 obj <> endobj 13811 0 obj <> endobj 13810 0 obj <> endobj 13809 0 obj <> endobj 13808 0 obj <> endobj 13807 0 obj <> endobj 13806 0 obj <> endobj 13805 0 obj <> endobj 13804 0 obj <> endobj 13803 0 obj <> endobj 13802 0 obj <> endobj 13801 0 obj <> endobj 13800 0 obj <> endobj 13799 0 obj <> endobj 13798 0 obj <> endobj 13797 0 obj <> endobj 13796 0 obj <> endobj 13795 0 obj <> endobj 13794 0 obj <> endobj 13793 0 obj <> endobj 13792 0 obj <> endobj 13791 0 obj <> endobj 13790 0 obj <> endobj 13789 0 obj <> endobj 13788 0 obj <> endobj 13787 0 obj <> endobj 13786 0 obj <> endobj 13785 0 obj <> endobj 13784 0 obj <> endobj 13783 0 obj <> endobj 13782 0 obj <> endobj 13781 0 obj <> endobj 13780 0 obj <> endobj 13779 0 obj <> endobj 13778 0 obj <> endobj 13777 0 obj <> endobj 13776 0 obj <> endobj 13775 0 obj <> endobj 13774 0 obj <> endobj 13773 0 obj <> endobj 13772 0 obj <> endobj 13771 0 obj <> endobj 13770 0 obj <> endobj 13769 0 obj <> endobj 13768 0 obj <> endobj 13767 0 obj <> endobj 13766 0 obj <> endobj 13765 0 obj <> endobj 13764 0 obj <> endobj 13763 0 obj <> endobj 13762 0 obj <> endobj 13761 0 obj <> endobj 13760 0 obj <> endobj 13759 0 obj <> endobj 13758 0 obj <> endobj 13757 0 obj <> endobj 13756 0 obj <> endobj 13755 0 obj <> endobj 13754 0 obj <> endobj 13753 0 obj <> endobj 13752 0 obj <> endobj 13751 0 obj <> endobj 13750 0 obj <> endobj 13749 0 obj <> endobj 13748 0 obj <> endobj 13747 0 obj <> endobj 13746 0 obj <> endobj 13745 0 obj <> endobj 13744 0 obj <> endobj 13743 0 obj <> endobj 13742 0 obj <> endobj 13741 0 obj <> endobj 13740 0 obj <> endobj 13739 0 obj <> endobj 13738 0 obj <> endobj 13737 0 obj <> endobj 13736 0 obj <> endobj 13735 0 obj <> endobj 13734 0 obj <> endobj 13733 0 obj <> endobj 13732 0 obj <> endobj 13731 0 obj <> endobj 13730 0 obj <> endobj 13729 0 obj <> endobj 13728 0 obj <> endobj 13727 0 obj <> endobj 13726 0 obj <> endobj 13725 0 obj <> endobj 13724 0 obj <> endobj 13723 0 obj <> endobj 13722 0 obj <> endobj 13721 0 obj <> endobj 13720 0 obj <> endobj 13719 0 obj <> endobj 13718 0 obj <> endobj 13717 0 obj <> endobj 13716 0 obj <> endobj 13715 0 obj <> endobj 13714 0 obj <> endobj 13713 0 obj <> endobj 13712 0 obj <> endobj 13711 0 obj <> endobj 13710 0 obj <> endobj 13709 0 obj <> endobj 13708 0 obj <> endobj 13707 0 obj <> endobj 13706 0 obj <> endobj 13705 0 obj <> endobj 13704 0 obj <> endobj 13703 0 obj <> endobj 13702 0 obj <> endobj 13701 0 obj <> endobj 13700 0 obj <> endobj 13699 0 obj <> endobj 13698 0 obj <> endobj 13697 0 obj <> endobj 13696 0 obj <> endobj 13695 0 obj <> endobj 13694 0 obj <> endobj 13693 0 obj <> endobj 13692 0 obj <> endobj 13691 0 obj <> endobj 13690 0 obj <> endobj 13689 0 obj <> endobj 13688 0 obj <> endobj 13687 0 obj <> endobj 13686 0 obj <> endobj 13685 0 obj <> endobj 13684 0 obj <> endobj 13683 0 obj <> endobj 13682 0 obj <> endobj 13681 0 obj <> endobj 13680 0 obj <> endobj 13679 0 obj <> endobj 13678 0 obj <> endobj 13677 0 obj <> endobj 13676 0 obj <> endobj 13675 0 obj <> endobj 13674 0 obj <> endobj 13673 0 obj <> endobj 13672 0 obj <> endobj 13671 0 obj <> endobj 13670 0 obj <> endobj 13669 0 obj <> endobj 13668 0 obj <> endobj 13667 0 obj <> endobj 13666 0 obj <> endobj 13665 0 obj <> endobj 13664 0 obj <> endobj 13663 0 obj <> endobj 13662 0 obj <> endobj 13661 0 obj <> endobj 13660 0 obj <> endobj 13659 0 obj <> endobj 13658 0 obj <> endobj 13657 0 obj <> endobj 13656 0 obj <> endobj 13655 0 obj <> endobj 13654 0 obj <> endobj 13653 0 obj <> endobj 13652 0 obj <> endobj 13651 0 obj <> endobj 13650 0 obj <> endobj 13649 0 obj <> endobj 13648 0 obj <> endobj 13647 0 obj <> endobj 13646 0 obj <> endobj 13645 0 obj <> endobj 13644 0 obj <> endobj 13643 0 obj <> endobj 13642 0 obj <> endobj 13641 0 obj <> endobj 13640 0 obj <> endobj 13639 0 obj <> endobj 13638 0 obj <> endobj 13637 0 obj <> endobj 13636 0 obj <> endobj 13635 0 obj <> endobj 13634 0 obj <> endobj 13633 0 obj <> endobj 13632 0 obj <> endobj 13631 0 obj <> endobj 13630 0 obj <> endobj 13629 0 obj <> endobj 13628 0 obj <> endobj 13627 0 obj <> endobj 13626 0 obj <> endobj 13625 0 obj <> endobj 13624 0 obj <> endobj 13623 0 obj <> endobj 13622 0 obj <> endobj 13621 0 obj <> endobj 13620 0 obj <> endobj 13619 0 obj <> endobj 13618 0 obj <> endobj 13617 0 obj <> endobj 13616 0 obj <> endobj 13615 0 obj <> endobj 13614 0 obj <> endobj 13613 0 obj <> endobj 13612 0 obj <> endobj 13611 0 obj <> endobj 13610 0 obj <> endobj 13609 0 obj <> endobj 13608 0 obj <> endobj 13607 0 obj <> endobj 13606 0 obj <> endobj 13605 0 obj <> endobj 13604 0 obj <> endobj 13603 0 obj <> endobj 13602 0 obj <> endobj 13601 0 obj <> endobj 13600 0 obj <> endobj 13599 0 obj <> endobj 13598 0 obj <> endobj 13597 0 obj <> endobj 13596 0 obj <> endobj 13595 0 obj <> endobj 13594 0 obj <> endobj 13593 0 obj <> endobj 13592 0 obj <> endobj 13591 0 obj <> endobj 13590 0 obj <> endobj 13589 0 obj <> endobj 13588 0 obj <> endobj 13587 0 obj <> endobj 13586 0 obj <> endobj 13585 0 obj <> endobj 13584 0 obj <> endobj 13583 0 obj <> endobj 13582 0 obj <> endobj 13581 0 obj <> endobj 13580 0 obj <> endobj 13579 0 obj <> endobj 13578 0 obj <> endobj 13577 0 obj <> endobj 13576 0 obj <> endobj 13575 0 obj <> endobj 13574 0 obj <> endobj 13573 0 obj <> endobj 13572 0 obj <> endobj 13571 0 obj <> endobj 13570 0 obj <> endobj 13569 0 obj <> endobj 13568 0 obj <> endobj 13567 0 obj <> endobj 13566 0 obj <> endobj 13565 0 obj <> endobj 13564 0 obj <> endobj 13563 0 obj <> endobj 13562 0 obj <> endobj 13561 0 obj <> endobj 13560 0 obj <> endobj 13559 0 obj <> endobj 13558 0 obj <> endobj 13557 0 obj <> endobj 13556 0 obj <> endobj 13555 0 obj <> endobj 13554 0 obj <> endobj 13553 0 obj <> endobj 13552 0 obj <> endobj 13551 0 obj <> endobj 13550 0 obj <> endobj 13549 0 obj <> endobj 13548 0 obj <> endobj 13547 0 obj <> endobj 13546 0 obj <> endobj 13545 0 obj <> endobj 13544 0 obj <> endobj 13543 0 obj <> endobj 13542 0 obj <> endobj 13541 0 obj <> endobj 13540 0 obj <> endobj 13539 0 obj <> endobj 13538 0 obj <> endobj 13537 0 obj <> endobj 13536 0 obj <> endobj 13535 0 obj <> endobj 13534 0 obj <> endobj 13533 0 obj <> endobj 13532 0 obj <> endobj 13531 0 obj <> endobj 13530 0 obj <> endobj 13529 0 obj <> endobj 13528 0 obj <> endobj 13527 0 obj <> endobj 13526 0 obj <> endobj 13525 0 obj <> endobj 13524 0 obj <> endobj 13523 0 obj <> endobj 13522 0 obj <> endobj 13521 0 obj <> endobj 13520 0 obj <> endobj 13519 0 obj <> endobj 13518 0 obj <> endobj 13517 0 obj <> endobj 13516 0 obj <> endobj 13515 0 obj <> endobj 13514 0 obj <> endobj 13513 0 obj <> endobj 13512 0 obj <> endobj 13511 0 obj <> endobj 13510 0 obj <> endobj 13509 0 obj <> endobj 13508 0 obj <> endobj 13507 0 obj <> endobj 13506 0 obj <> endobj 13505 0 obj <> endobj 13504 0 obj <> endobj 13503 0 obj <> endobj 13502 0 obj <> endobj 13501 0 obj <> endobj 13500 0 obj <> endobj 13499 0 obj <> endobj 13498 0 obj <> endobj 13497 0 obj <> endobj 13496 0 obj <> endobj 13495 0 obj <> endobj 13494 0 obj <> endobj 13493 0 obj <> endobj 13492 0 obj <> endobj 13491 0 obj <> endobj 13490 0 obj <> endobj 13489 0 obj <> endobj 13488 0 obj <> endobj 13487 0 obj <> endobj 13486 0 obj <> endobj 13485 0 obj <> endobj 13484 0 obj <> endobj 13483 0 obj <> endobj 13482 0 obj <> endobj 13481 0 obj <> endobj 13480 0 obj <> endobj 13479 0 obj <> endobj 13478 0 obj <> endobj 13477 0 obj <> endobj 13476 0 obj <> endobj 13475 0 obj <> endobj 13474 0 obj <> endobj 13473 0 obj <> endobj 13472 0 obj <> endobj 13471 0 obj <> endobj 13470 0 obj <> endobj 13469 0 obj <> endobj 13468 0 obj <> endobj 13467 0 obj <> endobj 13466 0 obj <> endobj 13465 0 obj <> endobj 13464 0 obj <> endobj 13463 0 obj <> endobj 13462 0 obj <> endobj 13461 0 obj <> endobj 13460 0 obj <> endobj 13459 0 obj <> endobj 13458 0 obj <> endobj 13457 0 obj <> endobj 13456 0 obj <> endobj 13455 0 obj <> endobj 13454 0 obj <> endobj 13453 0 obj <> endobj 13452 0 obj <> endobj 13451 0 obj <> endobj 13450 0 obj <> endobj 13449 0 obj <> endobj 13448 0 obj <> endobj 13447 0 obj <> endobj 13446 0 obj <> endobj 13445 0 obj <> endobj 13444 0 obj <> endobj 13443 0 obj <> endobj 13442 0 obj <> endobj 13441 0 obj <> endobj 13440 0 obj <> endobj 13439 0 obj <> endobj 13438 0 obj <> endobj 13437 0 obj <> endobj 13436 0 obj <> endobj 13435 0 obj <> endobj 13434 0 obj <> endobj 13433 0 obj <> endobj 13432 0 obj <> endobj 13431 0 obj <> endobj 13430 0 obj <> endobj 13429 0 obj <> endobj 13428 0 obj <> endobj 13427 0 obj <> endobj 13426 0 obj <> endobj 13425 0 obj <> endobj 13424 0 obj <> endobj 13423 0 obj <> endobj 13422 0 obj <> endobj 13421 0 obj <> endobj 13420 0 obj <> endobj 13419 0 obj <> endobj 13418 0 obj <> endobj 13417 0 obj <> endobj 13416 0 obj <> endobj 13415 0 obj <> endobj 13414 0 obj <> endobj 13413 0 obj <> endobj 13412 0 obj <> endobj 13411 0 obj <> endobj 13410 0 obj <> endobj 13409 0 obj <> endobj 13408 0 obj <> endobj 13407 0 obj <> endobj 13406 0 obj <> endobj 13405 0 obj <> endobj 13404 0 obj <> endobj 13403 0 obj <> endobj 12372 0 obj <> endobj 12373 0 obj <> endobj 12374 0 obj <> endobj 14423 0 obj [/View/Design] endobj 14424 0 obj <>>> endobj 14421 0 obj [/View/Design] endobj 14422 0 obj <>>> endobj 14419 0 obj [/View/Design] endobj 14420 0 obj <>>> endobj 12379 0 obj <> endobj 12380 0 obj <> endobj 12382 0 obj <> endobj 12383 0 obj <> endobj 12378 0 obj <> endobj 14425 0 obj <> endobj 14426 0 obj <>stream -%!PS-Adobe-3.0 %%Creator: Adobe Illustrator(R) 16.0 %%AI8_CreatorVersion: 17.1.0 %%For: (Jan Kova\622k) () %%Title: (glyphicons.ai) %%CreationDate: 28/01/14 10:27 %%Canvassize: 16383 %%BoundingBox: 56 -3204 521 -935 %%HiResBoundingBox: 56.5889 -3204 520.0026 -935.8203 %%DocumentProcessColors: Cyan Magenta Yellow Black %AI5_FileFormat 12.0 %AI12_BuildNumber: 273 %AI3_ColorUsage: Color %AI7_ImageSettings: 0 %%RGBProcessColor: 0 0 0 ([Registration]) %AI3_Cropmarks: 0 -3264.1367 576 -912 %AI3_TemplateBox: 384.5 -384.5 384.5 -384.5 %AI3_TileBox: 8.5 -2468.0683 567.5 -1685.0683 %AI3_DocumentPreview: None %AI5_ArtSize: 14400 14400 %AI5_RulerUnits: 6 %AI9_ColorModel: 1 %AI5_ArtFlags: 0 0 0 1 0 0 1 0 0 %AI5_TargetResolution: 800 %AI5_NumLayers: 3 %AI9_OpenToView: -591 -712 1 1778 1078 18 1 0 78 132 1 0 0 1 1 0 0 1 0 1 %AI5_OpenViewLayers: 372 %%PageOrigin:-16 -684 %AI7_GridSettings: 48 48 48 48 1 0 0.8 0.8 0.8 0.9 0.9 0.9 %AI9_Flatten: 1 %AI12_CMSettings: 00.MS %%EndComments endstream endobj 14427 0 obj <>stream -%%BoundingBox: 56 -3204 521 -935 %%HiResBoundingBox: 56.5889 -3204 520.0026 -935.8203 %AI7_Thumbnail: 28 128 8 %%BeginData: 7528 Hex Bytes %0000330000660000990000CC0033000033330033660033990033CC0033FF %0066000066330066660066990066CC0066FF009900009933009966009999 %0099CC0099FF00CC0000CC3300CC6600CC9900CCCC00CCFF00FF3300FF66 %00FF9900FFCC3300003300333300663300993300CC3300FF333300333333 %3333663333993333CC3333FF3366003366333366663366993366CC3366FF %3399003399333399663399993399CC3399FF33CC0033CC3333CC6633CC99 %33CCCC33CCFF33FF0033FF3333FF6633FF9933FFCC33FFFF660000660033 %6600666600996600CC6600FF6633006633336633666633996633CC6633FF %6666006666336666666666996666CC6666FF669900669933669966669999 %6699CC6699FF66CC0066CC3366CC6666CC9966CCCC66CCFF66FF0066FF33 %66FF6666FF9966FFCC66FFFF9900009900339900669900999900CC9900FF %9933009933339933669933999933CC9933FF996600996633996666996699 %9966CC9966FF9999009999339999669999999999CC9999FF99CC0099CC33 %99CC6699CC9999CCCC99CCFF99FF0099FF3399FF6699FF9999FFCC99FFFF %CC0000CC0033CC0066CC0099CC00CCCC00FFCC3300CC3333CC3366CC3399 %CC33CCCC33FFCC6600CC6633CC6666CC6699CC66CCCC66FFCC9900CC9933 %CC9966CC9999CC99CCCC99FFCCCC00CCCC33CCCC66CCCC99CCCCCCCCCCFF %CCFF00CCFF33CCFF66CCFF99CCFFCCCCFFFFFF0033FF0066FF0099FF00CC %FF3300FF3333FF3366FF3399FF33CCFF33FFFF6600FF6633FF6666FF6699 %FF66CCFF66FFFF9900FF9933FF9966FF9999FF99CCFF99FFFFCC00FFCC33 %FFCC66FFCC99FFCCCCFFCCFFFFFF33FFFF66FFFF99FFFFCC110000001100 %000011111111220000002200000022222222440000004400000044444444 %550000005500000055555555770000007700000077777777880000008800 %000088888888AA000000AA000000AAAAAAAABB000000BB000000BBBBBBBB %DD000000DD000000DDDDDDDDEE000000EE000000EEEEEEEE0000000000FF %00FF0000FFFFFF0000FF00FFFFFF00FFFFFF %524C45FD0452A152A8FD15FFA8FFFFFFA8FD13FFA8FFFFFF7D7DFF527DFF %527DFF52A8FF52A8A8F8A8A852FFA852FF7D27A8A827A8FFFFA8A8FF7DFF %FF7DA8FF7DFFFD04A87DFFA87DA8A87DFFA8A8FFA8FFA8FD05FFA8FD05FF %A8FFFFA8FFFFA8FD06FFF852A82752FF27A8FF527DFF27A87D27A8A8F8A8 %A852A8A87DFF7D7DFD0FFFA8FD0CFF7D7DFF7D7DFF7DA8FFA8A8FF7DFFA8 %52A8FF52FFA8A8FFA852A87D525252FF277DFF527DFF52A8A8277DFF27FF %A827A8FF7DFF5227A87D27FD04FFA8FD07FFA8FD0FFFA87DFF2752A8527D %FF27A8FF52A8FF52FFA827FF7D27FFA87DFF7DF87DFFA87D7DFF7DFFA87D %A8FF52A8A87DA8A827FF7D52A8A852FF7D52FFA8FD0DFFA8FD0CFF277DFF %5252FF27A8A8F852FF27A87DF87DA852FF7D27A8A852FF7D52A8A8FF7DA8 %FD04FFA8FD05FF7DFFFFA8FFFFA8FD05FFA8A8A8FFA8A8FF7DA8A87DA8FF %7DFFFF7DA8FF7DFFA8A8FF7D52FFA8527D7DFF527DFF527DFF52A8FF52A8 %FF27FFA827A8FF27FF5227A87DF8FD1CFF7D7DFF52A8FF7D7DFF7DFFFF7D %A8A827FF7D52A8FF7DFF7D7DA87D27527DFF7DA8FF52A8FF7DA8FF7DFFA8 %7DA8A827A87D52A8A852FF7D52FD1CFF527DFF2752FF277DA8277DFF27A8 %A827A8A852FFA852A8A827FFA852A8FFFF7DA8FFA8A8FFA8FD05FF7DFFFF %A8FFFF7DFFA8A8FFA87DA8FFFFFFA8FFA8FFA8FFA8FF7DA8FFA8A8FF7DFF %A87DFFA87DFFA87D527DFF52A8FF527DFF277DA852A8FF52FF7D27A87DF8 %FF52F8FF7DF8FD06FFA8FD05FFA8FD05FFA8FFA8FFFFFFA8FFA8A8A87DFF %7DA8FFA8A8FF52A8FF7DA8FF7DFFA8A8A8FFA8FFFFA8FFA87D52A8FF7D7D %FF52A8A8527DFF52A8A852A8A827A8A8A8FFA87DFF7D52FD1CFF527DFFA8 %A8FF27A8FF7DA8FF52A8A87DA8FF52FF7D52A8A852FF527DA8A8FFA8FFFF %7DA8FFA8FD05FFA8FFFFA8FFA87DFFA8A8FFA87DA8FFFFFFA8FFFFFFA8FF %A8FFA8FD05FFA8FD05FFA8FFA8A8527DFF527DFF527DFF277DA8277DFF52 %FFA87DA8FF7DFF7D52FF7D27A8FFFFA8A8FFA8FFA8A8A8FF7DFD05FFA8FD %05FFA8FFA8A87D7DFF7DA8FF7DA8FF52A8FFA8A8FFA8A8FFA8A8FF7DFFFF %A8A8FFA82752A82727FFF87DA8F852FFF87D7DF87DA8F8A87DF87D7DF8A8 %52F8FD09FFA8FD12FF527DFF7D52FF527DA87D7DFF27A8A852A8A827FF52 %52FF7D52FF7D527D7DFF52A8A87DA8FF52A8A852A8A852FFA87DFFA852A8 %7D7DFFA87DA8A8FFFFA8FFA8A8FFFFA8FD05FFA8FD05FFA8FD05FF277DFF %27A8A827A8FF27A8A8F87DA8F8A8A8F87DA8F8A85227FF7DF87DFFFFA8FF %FF7DFFA8A8FFFF52A8A87DA8FF7DFFA87DA8A87DFFA87DFFA8FD0AFFA8FF %FF7DFFA8A8FFFFA8FD05FFA8527DFF527DFF27A8FF7DA8A852A87DF87DA8 %F8A87D52A87D52FF7D27FD09FFA8FD12FF7D7DA8A8A8FF52A8FF7DA8FF52 %A87D52A8FF52FFA87DFFA87DFFA8A87D7DFF7DA8FF527DFF52FFA8527DA8 %27A8A852FFFF7DFFA87DFFA87DFD1CFF7D7DFF527DFF527DFF52FFFF7DFF %FF52FFA852FF7D27FFA87DFFA8527DA8FFA87DFF7DA8FFA8FFFFA8FFFFA8 %FFFF7DFFA87DA8FF7DFFA8A8FD0DFFA8FD0EFFF852FF5252FF52A8A87DA8 %FF277DA852A8A827FFA87DFFA852FF7D52FFFFFFA8A8FD17FF7DA8FFA8A8 %FF7DA8FF7DA8FF7DFFA87DA8FF52FFA87DFFA87DFFA87D527DFF527DFF52 %7DFF52A8FF52A8FF27FFA827FFA827FF7D52FF7D27FD1CFF7D7DFF527DFF %527DFF27A8FF52A8FF7DFFFF7DFFFF7DFF7D52FF7D277DA8FF7D7DFF52A8 %A852A8FF27A8FFA8FFFF7DFFA87DFFA852FF7D7DFD0DFFA8FD0EFF527DFF %7D7DFF52A8FF52A8FF52A8A87DA8A827FF7D27A8A827FF7D27FD09FFA8FD %05FFA8FD05FFA8FFFFA8FFFFA87DA8FFFFA8FFA8FFFFA8A8FFA8FFFFA8FF %FFA8FFA8A8FFFFA8FFA8A8527DFF52A8FF7D7DFF52A8FF7DFFFF52FFA852 %A8A852FF7D52FF52F8FD08FFA8FD0FFFA8FFFFFFA8A8FF7DA8FF7DA8FF7D %A8FFA8A8FF7DFFA87DFFA852FFA8A8FF7D5252A8FF7D7DFF52A8FFA8A8FF %7DFFA87DFFFF52A8A87DA8FFA8FF5252FD1CFF527DFF7D7DFF52A8FF7DA8 %FF27A8A852A8FF52FFA852FF7D27FFA87DA8A8FFA8FD05FF7DFD05FFA8FF %A8A8FFFF7DFFA8A8FFFFFF7DFD04A8FFA8A8FFA8A8FF7DA8FD04FFA8FD04 %FFA8A8FFA8A8527DFF527DFFF852FFF87DA827A8FF27FFA827A8A827FF52 %F8FF52F8A8FD05FF7DA8A8FFFFFFA8FFFFFFA8FFFFFFA8FFFFFFA8FFFD04 %A8FFA8FFFFFFA8FF7DFFA852A8FF7DFFA87DA8FF7DFF7D7DA8A852277DFF %5252FF52FFA8277DA8F8A8FF52A8A852FF7D27A87D27FF5227FFA8FD1AFF %277DFF527DFF52A8FF527DFF27A8FF527DA827FFA852A87DF8FF7D27A87D %FFA8FFFF7DA8FF7DA8FF7DA8FF52A8FFA8FFFF52FFA852A8A87DFD04FFA8 %FD05FFA8FFA8FD05FFA8FD09FF5252FF277DFF7D7DFF27A8FF27A8A8F8A8 %7DF8A8A8F8FF7D52FF7D27A8FFFFA8A8FFA8FD05FF7DFFA8A8A8FFA8FFA8 %A8FFFFA8FFA8FFA8A8FFA8FFFFFFA8FF7DFD05FF7DFFFFA8FFFF7DFFA8A8 %FFA8522752FF5227FF277DFF277DFF27A8A8F87DA8F8A87D27A87D27FF52 %F8FD1CFF7D7DFF7D7DFF7DFFA87D7DFF52FFA852A8A852FFA852A8A87DFF %52277D7DFF7DA8FF527DFF27A8FF52A8FF27FFA87DA8FF52FFA8A8FFA852 %FD04FFA8FD05FFA8FD11FF5252FF7D7DFF527DFF52A8A852A8FF27FFA852 %A8A827FF5227FF52F8A8FFFFA8A8FF7DFFA8FFFFFF7DFFFFA8A8FFA8FFA8 %A8FFA87DFF7D7DA8A8FFA8FFFFFFA8FF7DFD05FFA8FFFFA8A8FFA8FD05FF %A852A8FF5252FFF87DA8277DFF52FF7DF8A8A8F8A87D27A87DF8FF7D52FD %09FFA8FD0BFFA8FD06FF527DFF7D7DFF52A8FF7DA8FFA8FFFF7DA8FF52FF %FF7DA8FF7DFFA87D2752FF7DA8FF7D7DFF52A8FF52A8FF7DFFA852FFFF7D %FF7D7DFFA852FD0CFFA8FD0FFF7D7DFF277DFF527DFF52A8A852A8FF52FF %A87DA8A852FF7D52FF7D277DA8FF7D7DFF52A8A87DA8FF7DFFA87DA8FF7D %A8A87DFFA87DFFA87DFFA8FD07FFA8FD0DFFA8FFFFFFA8F852FF5252FFF8 %7DA8F852A827FFA8277DA852FF7DF8A87DF8FF52F8A8A8FD07FFA8FFFFA8 %A8FD07FFA8FFFFA8FFFFA87DA8FFA8A8FFA8A8FFA8A8FF7DFFA8A8A8FF7D %FFA8A8FFFFA8FFA8A85252FF277DFF7DA8FF27A8FF27A8FF7DFFA852A8A8 %52FF7D7DFFA852FD1CFF7D7DFF52A8FF527DFF7DA8FF7DA8FF7DFFFF7DA8 %FF52FF7D52FF7D27527DFF7D7DFF52FFA87DA8A87DFFA8A8FFA87DFFA87D %A8A852FF7D52FD0FFFA8FD0CFF527DFF7D7DFF52A8FF277DFFF8A8A827A8 %FF52A8A852FF7D27FF7D52FFA8FFA8A8FFA8A8FF7DFFFFA8A8FFA8FD05FF %A8FFA8A8FFFFA87DA8FFA8A8FFA8FFFFA8A8FFA8FFA8A8A8FF7DFFA8A8A8 %FFA8FFA8FF2752FF2752FF2752FF27A8A8F87DA8F8A87D27A8A8F8FFA852 %FFA827FD1CFF7D7DFFA8A8FFA8A8FF7DFFFF7DA8FF7DFFA87DFFFF7DFFA8 %A8FFA87D527DFF7D7DFF52A8A852A8FF52A8A852A8A852FFA87DFFA852FF %7D7DFD1CFF277DFF2727FF527DFF527DFF52FFA852A8FF52FFA852FF7D52 %FFA8527DA8FF7DA8FFA87DFF7DA8FF7DA8FF7DFFA87DFFFF7DFFA87DFFA8 %7DA8FD05FFA8FFFFA8FFFFA8FFFFFFA8FFA8FFA8FFFFFFA8FFA8A85252FF %527DA852A8FF52FFA852A8FF52FFA87DFFA827FF7D52FFA827A8A8FD04FF %A8FD05FFA8FFA8FFFFFFA8FFA8A8FFFFA8FFA8FFFFA8FF7DFFFFA8A8FD07 %FFA8FFFFA8A8FFA8FFA8A8FFFF7D527DFF527DFF52A8FFA8A8FF52A8A87D %A8FF52FFA87DFF7D7DFF7D7DFD1CFF277DFF5252FF7DFFA852A8FF27A8A8 %27A8FF27FF7D52A87D27FF52275252FF527DFFA8A8FFA8FFA87DA8FF52A8 %A87DFFA852FFA852FFA852FD04FFA8FFA8FFFFA8A8FFA8FFA8FFFFFFA8FD %09FF527DFF277DA8277DFF27A8A827A8A827FFA827FFA827FF5227A87D52 %7DA8FFA8A8FF7DA8FFA8A8FFA8FFA8A8FFFFA8FFA8FFFFA8A8FFA8A8FFFF %FFA8FFFFA8A8FFA8FFFFA8A8FF7DA8FFA8A8FF7DFFFFA8A8FF7D277DFF27 %52FFF87DA8F87DA8F8A87DF87DA8F8A852F8A852F8FF52F8 %%EndData endstream endobj 14428 0 obj <>stream -%AI12_CompressedDataxrF(x~8Aݫ'NIzg| ~ -lY\Cx䥪P@I4I Kj$f2~x=;|Y=bq<넠|BЗ?~5vVK{oxzy׉p3A/b.?}5+xzǗgG_Jkx._j'tO U^l~ysqrz;*Y뉑b2 vc筙>WY]KKϼWˏgW:Y Wxr4 -¼9<=[BϏ'BM7ӳn.a=>[|NNNȭYƷN^].o]}8N/N_ߜ^/<KCzu.м_o~Q< -Hl?_\5&⫪LM'UV:e{r.r_ZKUJirj ?|'^ZCx;Wr_׋b1_-/.̂;'s -py\.v2R -^ӓ/̯m*=5W !Rh =isCh0cc3׼2 9jk,笷{p>4N8n;H3.=7w :^V^z;~KT^E؇ ltƞ.Kl菫}*O^=kهԇPp ;K%41;a+ gstß!'fJLPsG u/paͿW\/~8R .Ӫ\e󿶀q,B-$ N=??_y۹빚KzboT4{zO=|_wBEI^IyDP&+`& 6NW$Lk +~ؿg+P0m>9,2/}\t4$\tp؟D߇CV/Ha R#w ADz"@H!BD#c.)5atIi48!8%8)8-8185WLR$Op||:8W~q-5`&Igg221*4Es' O~C~gV*T]@ -!dm XȠQRKtTĠ~2?Bk>9[gk>@iA Aj*R)]ӨG*f kvTݢ I,)IP=$h|?+I*K" IAd*pY3JC+GµkЅõGjUY1}+Wn\øqU6tzu -B%1S+`RĜ4 Tɢ -R=5I ]UЃ*T)f T @;$9`p$X9v@I)2dGt)!CCB^f0DX#^FWAh7RoG2KW$j臑~e_ӡɉ/NTŊr:!B2eI(oŵ_|6IquKɗk*͋k? {uqR|U..S\p}Z&ȯjKȅ0+1Ȩ=RGK)rQ3AڅG0^p} -I#~vC+ `lLv4Zk*k> ²*X -TXs(k]VVe 0E HKWu" -W\lsU-UY\ -qE= -עHH"|"$"jVRyXh5[8SpICrk -nQTTYRv*48uRJT*XhnT-L\G-Z"J@Ȝzg _(` < -J_J9k>r~A܃#aNXdž _}}}ȣB / -=| . DBeg$5}-3/ᖗ6Z1d^QYwш\. ֒ -~"X%m&i -EXHEЊ L.J"h4r XT'n/2O9qBKОBfnKΙ3j|xRyI *02hLzY*١MZR%Ӌ)(ʯr6p1'NI@"ʪ:ɦUCE a/"Fe!8% -Rh3v(4WY*Bo_QaQ ӇBhDUZN䜄QE+Jhc:.%|XņJLX -(%1&4P`e.VrR͜((쉕,pdiGמˊ'RUhZ*=ѵ)jW٪-#w!}CEEdW>$c$Q{C -!؇l$X@֦V oaၠ hf`^,pDFTQaM7Q뙨6a=+il$nC}<pM"k7ػYN!g[[ a˫ꉲSJš5V6kk*6C;޾qͥU"&Z elƽ\b74t'JWMP͗)l vN,R/r<HO 9;o$)/#D摼rKAɗ-m5DZetvkiq٥t"6KB@W1QF$.f  ₻*G9f(qVHT`:ϓ4 UVխetS>G0Lz coi[*0c/k)g@&̮RWIZi:@b.\ 8CLIǐ2THdeSV\eثe_W-rc-PUUi}6WWˮd)2Tf%sDo!#&}DOfI$kHT|͋&hJO {An"X!ׂ)'x`A,*!,~B -h) "@C-qxH! eT("396"GRPZ(nI\-Z*ˬMBe[a*V8%-% :fL[xﰻPU$?$&F&[mghXE4_88&t)=LۨQ"GB"UݴNxZGEJM"żaQ%6Hհja|յPkLl\^KSR.2x_TŬ{X`LuEX:.shNZ~dFc,m3QohJ#Mi)5a\΍'qJNĮP+T1y@2RQ&;l܌e^IIDž#2ŕvε+]AU5MF9۪[tUk\CB5KI9m.B N4hiB^qCCQP!\9wW`9,ꪘr9sYfkQi!QLj9rnٍ[C~B4*gʓ]Nw3唗^Zy?/'PebcM!!jߦmmyoIUkf:8bcnIk*Ӈ彡~R,Bl0rQl՚ 6V$Ś2nZ#\R(+jeZ+r-EPV[nN^Zxd`6*˴Ԥ<^MZ2 ŝkTyo ZU*% KkC58dzaڰq| -> ?j%:㬷;Yeji_ɘʞ7&|iPEyA@m{;-$ -6^8= r׮na+{CxvuԹխ=W-ugAɫW;XmsW!jVت7z7L!gSZbj@N嶏T$1acC-e MR4%10K򯐔Xl0Pg/k~İ{u]Gc?g?@10 ̿ -ю>Fc0ˆ -O9ak3?ݯaS woX!aPaő{ŕOܔ ?j#f^/AȾ>ᑜ9Uoj-0ʠJU7mBAEUk7ָ{0EZPY1!ryL,*aYFs44 y b쑒>'CRxg,HqLM{!-/؎#Vj4QKzM7(ZqIIi@UA EA 0I01-" H8DJxVk^頮tT!)( ;hT#9W@n ŀ )?q=k~5PS=XwPPdbu -v2m 7z1xC#Bஊ6KF|xQ≺%Սѻ1Xہ:Tl:SUlz]_=3[2f]V fkp5Ion+wb-$]}9ټy=g~zAYwNfhIȨ:GmnmS!" #.jZKIHRIJbtmJ("Y7?M0h - 9io*8?tnG6rfwZ<-O u>;ǤH_COo c 9wQj?-OWF< Gi8J,.hEMlB>IDs{y"]tz-/ޝOt(UIG j%h tUGy0psb {T&S?O6Yd5sۜUNR*-Fʊ)&D9;8"1?OCf4g}}D#1b) [_#^h,WuJR$*R>@UVJp&Bi&.VXYm(UAlM$=9I]3[~kFO,}eu=XaX'ȡKak. ӧ^vqq;Yضu cb&6Y`w2 띖 {'gaGEv]]+qikyxU}~Nr~ʶ6l&*z{u-[p(I6w߶e_u& Š[m [kg[V#yF7g}kߟ> 1} r 1} r {dlQaD ]Jv%X)=C|gNU9Mhq1;~|W"_;<RxY>n FN^=|vEtZ:>wyXJYKMвI0F2"Ѧ~ mzpIFB -C)ժbtgX -?_A8xºJ"'V[A]v[ILVl6U=mFў { ]zuZ!Z ٪#V&ƭqZGJWcIhڞ+6Yw"ٔاP{ORȧ"xWקN,T}'̯n>zyuJNuGuSQP>] 7?@Lw=97:3=C^ Ή*`'ZJ CN_ÉpK;LIR'?FWp# -g*Jͱ9PPar mr-{@ ~PvCQ y.&cܼb9n[ցs!o; -ۙiŚ*Lj>dRh BF;#zs.DuGkVB&v+e5;/g%pg\F嶀ղLZOV5]_3PA[XA.ۇM,EL9ј=^қJٷ.`rA31b ϚVisQe9Q=-yex O uaeG::6hb2F1?B< =-6`k]-zo[]$p1=HÞ -.G/@kU&oV)33oӲt+7,`KZ<Ì<:̔|=xyZZǡwh$Sklw^U.g}9|cZ_q1p1O5T4(ٻ?=>8sW} D4`5N#|ɿ‹_ß3m[(n:~m˱ #f||YYVΜӖ3>k&ڪIѨ-Y(+;[2  ˛M(ULh*vo#\{ĭѳE> (h|>c=Z2.+eBLA2auSp.E(jZveÖ(mb8_[;6*J-Ԃq1NI8XDqnmn9 ԕ18&,~4 F |>k|sBς -*7+ M!kVPgqAO FT3\Aԩi*㒑)-TnZ[[NB.ue PW\ a&-% q@(0|Rb# U0FYC/j#/Y/k:CtIHyv&5ibp:@ uAQhBDql e֧T@!1-+fumt|Hev`X5Hu(F>J I4q =_$:/#6O 2ZYd~!#PTEFgW>5 Ϣw lɳC,5ZLcbcʓ(S_P6XgQ*ffbM+-E -z\1*D!d2/35h#d1`?Lj(f&e&L$fRFuȣ*f2>4E#x€4F"V OXcd0gDlN h0ަƆ:@>ܭ393]Gݥ{"l2 * -+ܵh\ǥw_5Z <ӏwciMof5v.;?sߩm$mMߺK͵Qxa|ߖYՠMG}etwo_83mrЦ(Z]'.bg;y؏[|sxzT?q˷/f9Xx}4z Vʏson"./xO=ܡ1z _]^ 9 7%Ʒaep>,oΎby1V?|^n{t;9CջMHĕo'BgA??C{e-flh -x&ӋWH*^Eb{}OaCrv{vM3dd[`75x"~N~{J6Uv1weGg/rzxvu^ptz-3睻+on&x=D~u#CBЦ%ŧk2t_% 2EL7@m;G-./W?jD(1G _sgR^]ROѮD ǹ87|a˳_!m=1{qamãFb)Rhf;7 فs/5fe9d,8f܃}{`kjWXNfQl^?X^-7QV?|r\q]\;y/Z6 xa}^v0 -ޣ]C?/ϗ}!ft~E +kS~5.׷y]m;lYy c6]wÖqȻd3`p>ؖn#wgg=ô^-Iڥ߇ QOA~џw=ux}tB^@ܧxZpK, Fg/Pb`< ]ESQ'vwWé"&KГryB.GcΎ<wۻq}9\|6RjaL;~q0{+֏fK֖̽/xa'u5ws+Lit靓i:9X w ֻü)Ź ѮgFF|.0my/fxv;kE8w=X?ͳnJ]Oڸ7fօp:X#Y^d'`\t<9#Eϙ HF6R-hWEm;A["lgC(lg#=}zVnl͐e>e3̗'f /\Φ?g?fFw%:٭\/'w Wˣ r_7_؉0l]{Mq쇣 jGLPi=lG`ʶn3m.Gh6fl&Zin8d6[Ďvm4m0BZ^d(=4mW_f2U|ڰ94':;22_mϡG3yNqvz][e#Ns?m䟺~sSb -T7\^|qq Couh԰Qc75jbޑѨ-Ѩ2+Qc4jlQ3RQ5>?%*fﮎξ<T9빁6^]]'wgt4SϘ騞 >rv9LLᩋ>觛7g@vώrl oD)WλI|hjס_}Ƕ >|{lx?wKܑeoS\ً٤L #f4`IxսmQ6Y>7*|7*|7*|.)|痨TAb:]{6oʨߨg^ƷAFo4x):&=z?//O~:N^",XY"C(Gθьc:2fx//=<S@S' pt|z_7~l;>ܛ+iNb:DDܡ6n f_U.^"xAY<>|:-ʛ-G@ok8G?\ ~ÃeכwGͦѨ>/8+kӃ_nţl5鵃3 -f#yœs$2)Wq+9 D^EfY py@^Xp{e֍>~;"O{k(/혼4K߆ב6젼"Àb< ȨRLT;2mxG(;Ys7ˎgȦ6ӭg/wr*v}^ptzUgIගw;#[;寧m;ܔsd[:w=Ҹ'';0;/5 yZv258.v1+Cv~ PmggeE۴wb@E)yxgZI;cbr|L۞I QOܧ>pΥǸlܶɇ ?=Ef]Sفy$v9ewm-"/WW`"ٖy>z;|w)'MbRq\CaMgߌxx&>r6.Rv0OWG 8Eb{ n -˵0n\=C̐ɶ uܤTF?}7Q98@! w?@*gӋA*C<}myUUO/T7տ@9SKf}ujautj E83ӵRXĴnczf0fB*hTz"L&B - ^[׼:%v*A{@wNR-T&4H{5+;%v(GBۦfy?L5)vXT ?CbSw֦] :%NbƝ)6Mc0Mqv_Tn_؍\ptu(r;vG|sh$Ha+P5xEwЭZ1R DBsc05NUb83Φ93ZkR¯&5Axk33@FmL vGEL033)l-j7hL  TMU^G|۷0u-q376>Aҷ[Q1֓~*<7_D! '+C@S4( }O*JDPZC5̶UEUWfHb@b^U8rKˎ`"4N#'6  e(LR.;F$\3-oe1a6hb;uh& m>rxk\{pUE _fG3ԏ6t͢諙!^ QLaB(:FțaX`(Z+Z׼S̘"/A -[k8g:a'9yKϴN%eHQavRۻ;fsׯ[Zo_旗g/AS?t8@77',&)!KpyuSgxsaP(AGg - - N9!\\YGM?^_nS/o0/Y,ɴ7ggt2?:폣x{Ò:qUydjŻ)Ix>ăWz^_q]|*,-R;_UU򀟿jLL~::9]ˆۯ) ,u3Iie -qt3uHk#'sZv9/ P/)uTf22 ࿨P@!9h4b%SFBƑx@ XP|3qdi46o:$MD/0 ?]MObe(jOXқ)\~$bQD@H~Rٴވ +`xwF?Ss'Uz/6,nzMc'Oǹ}"?J, -'A&X92`ED D+(BMŏ-Xˏ0yE-*jmFM -<ceu:ʁ\H= UzTns|xQt15a2?rEeAV'zѢHw+d(GqhZ &􀤌WG* dFQ6ѵQA 2P/I-78 5L(D;,x`4Aj x~mT2zhu+~&ʍ[_qy|yuCD֍D/M۟]^ϰ,O..-6S45[_ d@~ 0y{7?^^gi@`zۃ0< >d"2Ri](*?g?,-YRY#Q Kj%I<0''H,_q1o-_!Q^@z4FuU<|]'±n !?3(̍ܓ sn0V(YbarhpY#{ -sGj4gZҜ.mNeN;yz:=qu1&: bY  -t3__ @=@,MqIpPAkLd:4^U kv)X hAbLy*!~5]ɨ:3Y#5@a,X}1ho5C2qtCP"@)o}?S=77H !HE6 zWn4ՍKh{/mu+ꦾՕXa5 [`7]cYSƠ]۲6= 7V?n퀌f.(ʍfQ{v/lJWno2Ձ֚`{UM͓涺i.a%:jzchdԫ@+=xDeF͇O^K eχ  x/Hx;`EQE+Q{"4x$M74\)M[rނ^%XϼHƠt3͏ӷS87jʠC/J~'J,}ߥk)gA0h#l@x(JL[  C; _XxŌdp! fdAH:(#b* -Gr`ΜFJn 6Ӆy1`ԥs`Fd.8 DOo)U:OR5܂5;|wGrkU GC.Wc$åvb??}NB+,.!ǡtyeʎtW:їebgdߦ)%_Pܾ*o>SYkB,h *%F%ܽ*RZk0x2BF٭ׄVRWT~@EA<,xkjT]$u}W-("L;#8QU.F}9+b4KEUkU@ \D*\L!`?'&G5|,wf:8AX]4 g`uG’jF*lb`e1?MV 49`Cp,2 > ಛgض<ĵ?u|][As_bÌӸYf@Ⱦ=v(i:ǕEbȚJI.,}ݭ /z# 4^d!'rb/x]YԊ `0iFۀ`Lt0D%ЦY:},/p 克㡹4\B\ux-T|D3+a(N+s]j?K_ TCAe.!Ӹ<0}( Sm:Qݤ\<ј;3AhU|Zn}L65S;Q-,~ie'.mcՍ9}+Ɗc}U6#մ6Y -Ces2t -`ĕJml7ۡnlׅ,}F6I! ]`,mb{}%ϐj?0KwR6eG_^Am/>~x!HOU=P,sʜ@h=!@YΞ _f(}|]M9tmI| J.&;©mƫ\.R*J8rnE,(}l:CA=&qX4r4#7EhKy[P :F7`LvO`h 1mz `f~/,2$Ѳy3Pcݨ^tBiM ܭ&kSS"=Tw@dAȕGŻynKǫY mO\`;SGOO8[Ont޲% -.YBh`P'Q"􊎯`{,.E)D8 tD}IgTrMoZ]Qͨ9W4/Vg~o 4DckJm dm^7 }_4ʹ)`Jׯ0JS;~t)eo kyJ 1+ވkAyIf.LǎmEgQpN?M7)eV>Fh\nC09'ih#x{H4Q}`7%HN+A ')LoNӲiJ8 yN)xSGΔ_J?eOMb,]>ׯۍ*ePiU7*Co?RU+FU*xr瘲N#2m-ER.w\_~h=^rSUna/O0kDHpJqne.*ZC]E:v 4*gh3 V- -6(?Mq#C$O6zٔ)i$L}>+(Lu>VwhPvVAi状JJY=X!xV̂5!n:]m# k/=7mqBT40%kE~({CXA"y@b&Bh[+ 4J[-(N5S'2dԠ,fx`=KrvSQ@'ѧm! )ED3dF3$svxf Rsǁ0ߠ5 LVhn5mHQ@) WkR/4*U&m(f5yZCku0hn=_nijWew49@e2PtBcD|`B\Q(fM4P7 0Hr-EFJj:#DHGTCAǂ5mux,:cs$@2 } l |?PD|h*I\O[9r j `R#ai0C4 "'9P0Aq`M T4$Ob pȑ=Ͼ- - kKQ.c"[">T|tIdqd8L }eYLu%PjN*%5ۡNGa(@s#(|3]-ibWi垦R2)bcr!+=®ZP2Z<#!A5,$f$ BHD \0(4Pv6t3_GnЕp٤e78H0Y=݁kjH%8ZvARX KՆ((@%}0:'ܶ[ XMh_@q{@EV"` 1:£12N X.+Ρ -Dkr2s# 4ѦJAɇN|Me1}AH:,JɀIŤwt\t٢7[@@ȂCHPfʥ$XSLܭTJ45ePjM.%wO$}OȮ`I&*X9y))b*Hos!8\ sZjFzq4dPjD."ۏ=)[ao˳vO5N)<PN?C!Bʍi vv EaD0<<}$JMu6JiYm;誒%Kx@AEP.k h}}-N:fFx$Bo{NY*zNO9asNVHŮmjhܰsPuw,(3 5<:[p# aXCNmHR dKDky8kf3M9țSiZH4޺,o!F)8 @i|Td(JVq"grL![рU(EHr xd` @ULPw#d"+ -gG&bflQ r<ܯO=ō1OۣX5%fȚX'VV; MAA̱C`F GhmEqpu}YTȓQkifL>@>'tahKUgUntd&E̗Y?>Βa8 M4e#ZBQP|tAX=Lix@|qAړJ[hJhm(S{QXKTSR+І b,#Z2$6$ZҝceWhH$@pP|xw_ Q -CP)@*~HR)KY@JW"DQ1#o#@Y|WQĶa%Mu8i4t#Q(x(}A'b\+Aퟖ?6?ނBElEFWA۶Ⱦ^~8:͙tt$IGGёtt$IGGёtt$IGGёtt$BGқu>54^`-aJKk J@섥0%ċzE1Nr @*&"#sJF .6FYPJЫ*m *E5k@M)v- ;`[i6kAPA:آɂI؆P#2 -#UyU呍WA6 i qLR{H,:TZϹ{#DoP 5䶕\b5Vo$J4 l "Mngxn i(ŬZmo@|C.GJ\]U)O.79zaDV qwSCv&@td/)mѪXCJSf1i!B͈6Te\ze5شXk[h OK._e\Z|nB)Y9Sx.Ic>cMTyYLuk9[_ZJD}*:!tHB-ceP `dO @Ev<oh{=;B Udd8('@3OIa$3a= s3vƜ((XAx"3V(r.ſU+Go+nR{CbOڣ($xSa*q@o>B@50MB,LFvvA$nЊz7:3AYx> MZ^UUz6A[8.g̥:7PЧVh]4i/rTry(vpn!,n:% 2%mA W&OW Aل|B*BPnN=D$]z!7S( #CBz#Zb) (7/p\֒ n rSATc)WԆi߁|SO1u|~h0p&i]@e.7iq e =QhMwDAXF@%6ˢf:\06m[(n"qmT@hcrcklv>ꃙm,גS -6 <KMzJ*  t5q:I ʰI0SmV]V2%hh6L ԠY3JXjg3}%kȸQ -ƌM3J%0 ",p-:rS+)|4f~Ȥc:.-u\(iLϮ"lGί -% mTΌ#OSgؽ HC9)o6 m0F^JҁІb{,ߩ f]NDzgM8l2h3Y#K"kOv,Ї!=J-KKYX)jnJ1 ݫfSx9}N9y:⽂y /+hZ*t"Ž;lX@>,XGsИ"Ӱ% -^ئ9ޯƾZøG4>-wyT>+jКȤc@TI')һI.c ;HȂO(&K|( شߔqJK+͎S»JYR":Nś84sԪNk(|PW!bI),,b2䙆za68Ru 5dOd4/S|Mk|E ,6#L/ݭlD,LASFRa(@' CkT4UJr2("1DS[yLM6ouz:.+;|+\\R^ Jz ,zfW$NQa$I-F`ٜef*0#!6#1*Pv:u]s/&@M]Bܠ覨 a|BF1 9ƃ}TFwO# -SB*`Pq"Z-6f %GE9+; -YcA!"cbKչn>XEnm-b]1(Dѱ -,ւͭ0*GoD@ Fa,%暚ܚަN>٣lnph5F,D0y$x7\hwDȯgҳZ`XʧIh蹜+ ȓO*D ʱ@ؤjK ųhp -$"TrJHE!D_ -E12$q(xpJqx0j\$b\JĊhz2&!W@en8qkEs=Pf g,>n L&cCK{ǰ -k -}ۅ>IpՕB; Iq&1\G@ȉ×%VrsI+{ \&7 /Hlc& E> <к,95s!,hIAmM9gKxLVTQW- Y# 3.F?,8Ƹ5^Ԙ@4bF)y6=Bjˠ8.,*IJ GI_t/ ʜHu'ćtsl ^Iƪ>uSaQ`E -AcOm V& -tCKvɝ]۔T)SbzBG/P䂓|O˚up;\EOtI*= Gi`/0E84:T P-mV@n'|e^:oV>Lxa-nE-LP {Js -<<)A{N[,Q(ո,A6htj:bAh|qx8| zKڥqΘECKɘ -_>mC9-ӂ(3bԝ1Q@.,^z`($I$BËt{ݑ@w$FHlr[@&< _re, Zi3P7L%4h FO`~.O9(BwK QP"M!UTgHEORZH<?[(x]06I$N /D[St1a?=-RG5|; L}AO|)/YzY0 ,cNMI~d*%aHHIvX׏rM0.>Lpާ AKX ~5>]{c%3ke3Q[ KWU@"&rL -D:*%p/!/1 tF~ /HqEFD?k$v{R:, -4;&ZKлM.<@/UOIXrX@l,'Yq|rIp4(<;yΒ|̀x=\G3AR 6E|S %l8}I8qaul8Q HѺHW'0fyo@* 6yIy$ ķyT`eKHaD%S >řӜNёJkދpHoPGƉO^G1 t Gi"HHh6;zj֌%Ͼ :tto͊~%T,$hꃵuO3)`7b],$Vȯ$I:1E 's ܌jADh|;xZT*"4 Me)\D(JGZ HI]H#gk\5Jݎ3 $ -p)(\<%mM|*TxK-k=|R œn|t$*v}o8 "4tX -) -I[&yY^3-IJt|YV*g/DBh/.4tRZD{89;8`B 9+Xf;Wj1KF_$I CyC‰Uj : #!`hpIQ`UmG -(+p6gtWJrz=@o ` *QYOP.&1 x1ػlvw5yeGE.P N.6(gQÄ<מWh^}vjA%Jz Cy*;jknOڙ<~h$u;)n;#/#v6Uz;Tyõlu_$>WRM[vY:$eµΡ.E_"14,T&rI j5bp@K@=E8B{1U8w.5=Zʹ eKd1$IJMBd('51F e{@9;@`d_W0@ؖLM@xGր}qiAWo"4 øsk;mAX\%脇Iu 1ւczq/.O6IbD8dL͸N5J1KKD2+E0ǐ?hNHTI5["}K 6,iKB5.JS gN o1-зb(!%-r CwA[ T1ɶe!!s\bᒋAt?,$ 9%gΜ?TߜS}s*ĩ~q7T+b-).E]I#Ѱpoe, },e}oE,e}oͲ~fY,e}߅eᛆe[1r3=s(Q -[ -}Ko)-~rY[{[|,`jZ0o׉C֙).×'YnO`^br}.ܔ,]#$Í7&|kWL P­q1F 0n{ث:A8D6>kMS4nB#/Ik?ЀΣ8:x|D4 9@[B# -z*! },@[`<LRq !?8IC;c=UD@ -2@f"bʷ?-D?"q@Oታi : LD*.IwL\d6FK0nl>[yZfrVc - QaX &t -4xT#MBkJ%/}9Io -~B0]}6H9-vzZ&O[|{kGQI&D|*`4<'`lY=rxڄ?{~)[k Ot?GRgO$BD$1=q2GxD_c !)g}_udꓯA%>.T)q/l$r*|yNAFF`M^}g 0ن8V kฌ&Sagc0'p0QbonWV:T xm.Uh2!y#K2Azac:!Ѡ)SN5lBo_C /Gm*wnG֒cv H3i$cͯ;A_tޠ[n0# y5:(bn8Oy~t%-`m1j:RN}[d5rG[:h sK?|_T!?aO^xfutsM_ -r+ Fu+H#mkhnsI1yKkRcd|Xp3;7u8q;#pMWp:T@ \O[_RM l|o5.=qD+j:IcP'}V.9^'I"l\ts>w`m\O$],ñ-0;$tDZຌ&g/녋a.*F2S-3Am(4V'R Lz*]4C!SH?DoM[lu&Fיelxz y0:};ic2mqz&<=vV@P<zkVuT`ЛNiV -~ ~dhB"Z&iXZFkiyN@AЃ(2a}8|N{J.hQ"h=|1y+N}<$Ect0K"TUI>ok!N /zRN{cef#8.~6h챨'ZMB "M \vΚu~4 @IZVK7CxNo^ 5 ȷ'= _8"h2ms5F7O"XtcSt;$wc: If#>B@ -bЇWCZ7)پ⵺Gc/~~DzJ$gfJLqRW 0:n>bZ*AGG6d6t4_62"VѴғ9G'oԌ쏛~-kHT{&vRQZWzyllW֛HV\ i?|>LN4pW^L^IpScn%uϔZuCNpG3&iʠI)Rۦ-5/P؉*\G/M%IDVUrvl&ÝFX\i+h[V)(.h Vh\YUwP Ȱ =ؗcdh{ݒ~]`U2rY.DJB:[iA;:V2شPĖb)/X{-fc. L^*6NvgMKڶ-=$<ٵqrOBgKG|K6-aBCUU[S#t[LR&{6ʎ(S^p0@3Usjר+C͆WBp| ME-ٕ2<:Bz_4g@_a6"و6R5R'v ~gFܐx#Iy]s]1KR 9 8ͲlA3* ːw IwTh5t*6&~s(U!du#@yw$#)}!v[FooSsDluKq% J$0> Wt< 4&/As- T` ` 8iC&CbوslF}7]g0x{ m@gvq޲g}kᢱ2 ma&X{OeCwp60H145*GfA-ؖ6 =zgѨw[OpMľ ӵ-q$` `"VF5ͬhcɛ|׷hwg|f멶#-{m8gXqæ W 6+Ն5keeiiC%$eJq z/zKk#pF7bÛ e} To?#B`TMk J -md=WTp]wZ v2@H@D -CI,tUDc{^+7 [:A ݩ, ! S^79Rz isTjE犰)VN-M1]iK%#CW[!6r 1QYuXnz@ ( 0]3V8zº \a;}J3c E`7Jљ|և|eQ^ӂ-hX |Q⦭t=-J44DVPhJ\v{}K -Wa91Ha5W"m}LfѪhcUZ3Q, Y|:~"HHϛ?'2#sqD*;v7Df(Fa?o^r\nC3)j"iUSf߃I8zr~ꚞxXoj>*c3y2 ͧ@ڸO7 6KV{ Vng8kFf#dЎ" ϝ6t`nnf$5ݪGam@mT펀0n|Λp %jiuRhm0i +7=G4uH;Zi(Nl7Z`#;%M3KU hEFWR˽c9϶ILOߜ[cr&DFqXk0^DdwMåMGa/L DSvب{{ ¶>$\{OmaUJ 魏P$wv{.\2!Qghaɸ/!L8lw^V:2+kR!,Y¦ز8tWPN LD+Rt;q3T3+CgoG4|`Uls4h'||v2mԗHwc%YG'i~yC3Y.Ǧa o#Iq;$3w_#Lπ0uf*{]'MS7@q䯄;_8_#˸5h_h9ݰƖrTux*eatUQ^݈ !)LOݺVoH:r;p-5Uw옗$Mdt,Z{;=Jjb$(I<4Z)LϷj\rֱu))cO:{ڹh3xƓ 3B;n< [#jECj4Gر f:F-H+xYƆP~]U-tZ"#;\ Iff#i}˰ޗ ?_= 7D6fYSÔ} 5s+Xa}O5we>jOzѠ=#( h=lt+uwrj0,4xퟭ?vnv7Y$?[}Ql;x:([ Uy8ɌMT,ǭ2̸Qx3kff'<gǟٮFrI࢒j,D*;ԟP(#2FhC{Tnr5L 71[G;m=ev8*Rz1Jhޞn\/ӻz˵'pj^h m5PL^me{'OrP&qUʋͽvY_P&=L.:k[V߈Blf ߾~d͍vL|BlȎl*5B! -7 h}ٓ@$,z']ş'ϡVhB{*,_O{nHyݪ0I!VY/B#腇 -n3C+HI|J⇈to^1/Jpnvw[x%#xg j;R ^B#ϒ\a4G;*k9qu>^e[zzs] o_u͞ -7/~o,Bޫ \jqy\*[72 ՟ gklh25NMY -B܎|2*9g_o;I`y)ulCAYVZ +/xBRξbvBR8evj2-`_vJR*w0b (46:j0.eVwR.FْqNZ!a҅\k6ZܒjWЦ)ƙx;1R2b ioqZ`}$++דo3+%K\ -{)6_DQDrrnmjG34xHp~GUi-f5sHWPE^ g4^¶){ى2Bfx\ nT -4iZE=(ӍV"i -mWCE, iJH[O/b0M@SZ8qaHZB15sWPR@Z+WҏnrXUgYؐq@f40 -O-~??6dY$guR˞]#rG:+s7 P{oxV(w"^;h“pNS-؊A8L9[eB/y\ҒZۏ-4yhQsݓ2D8elaw} ؙge:|S|*Pj؟]?SkЬ.3HZ}Jk7 ǃuFNLegH׳+u}/g_!Rf4j_q['7mf<Rφ71ljӬs6}Q^Ըh'mb83Z9:(mbW7Ⱦ H:]J/A_f4V;T tNqg R8m3RGZ*Wu,~R݋L[3U<\2Gů +{C[޽ p-6C:)xw>߱-ǧB3/}?X%(2E#xnv[(ٿZ/~vrhb={Y !ˢ/? .Ѫ -(CeKq睪Sjeu…@0ecME4^~[M:C-`/d\AK'%d-Ѽ1 "_mqqTpT;4]2o? ]o -3]m9~N1Ӡkϯ2EFٴp<Rq'BxW;UCd]_q3k,/] zeͻQ9~ɍPxBHLJEh:OYætႰ9~qy)3]'A& _uJcnKy"۫p* -5LrPg_-YSNQ^lOȒJ^:`Cys} h'cxQ/6:M1tB|ص;Ax \+}dvz Uli1Jho|V#0E,XgukGRhF^Gx4W -H^)SfKq͐.Vp7dƊR1=oWDLWg-aA`#/B`H69#wwPygk&u\EqW;?./nsJH|ZH\ۙVpD>x\-s).5W8CdQ+&UΨvX4`ZZV}S6cƨÓa--H*-)_^0Q`#Aa.D g|׶1xYOKߒ/Ye_r{wJ?1 %_u#B'~{VByq_l'k҇݃:2{xhok 5p=_- _?}z2vx I_>xc$.ȥ)>?GC1/b~4mdӣqz:عuqxKwnv"ͩ/X# -o58hrD%flTF$|ĸ*:q4?Lk==195u)թGcTK}mqtxaiYxNn>GuJs=Vpf߼_`4f#NGn%,%7'N@}h)| 3EnWJհW1)3kQpעӻgvZEuYg^j5KjSD"zVf8ݫ@A=6:R09 ]ut2zjkfPZcM;}u{!%ۏƫmҼӋ|pkbihVb}̼S)SNWJgLqJn$oi)_;-3Ȃ)'}ӻH@ܮc~:ĝrr z$:z<-:WnliQSZk+1:4X&SDct\1@<}L;[vW >y5txvEKyebs\0d|d)Z\?E)i܋wz1{1;%Om叵wm47)(+d=ycK4[QSē+FXᵃ:ZlY`?޶WTbf-[Ek~-b_Q)î[)n=ZM7/_b}m%ߏ[mm+3?[i6,ަvWZU#+oʖcWj_}rPwd߈Jy,lZ~,~L·o܅1޳[vQۻƘoT+V_7-' cG/ܲx<`ۺx_X>{_{-of\RkC^?Ji%IXOn0>1'k`a}/?QxV yFk!Wɜo=VX:[M&={,jGNR dNk]YG(: N+5cRc) -v΃yݽY?VNc)U-ܩq5uHJTUS+&t_i;+t!x7n)-:E ])uɲS1g)hN~m/jieòSQP~S4*_BOv>O?կcd[;[0%?fC_޺O%+MGsYft;N?{@uX}Jֽapg@ `{郵2ûYZ4va_F2d  ڕEA)?ؾ9">vޕg:Sx0ډ?u4t 5+<.؋끋 yfE2n1(ې:mbC+k"AhףЎBةcf JZ}4z~:v-WB!,_ 4[P-6Ҡ.!!Vˤl:rcl5 #Nb-LvIB%id#QX75L:-"maK:'n'ʸO d -^!Y RJG JЋFxtoX8m֯|Yj -wd؝3˸1h3clHګ02=k&d@5ZSݶ}|Rwdei2w6Lc +yG&o97vV]vƊXvt#+)8exx D[·mن! ~,Cr(y!R14nDC[!|q N YAޭ>,6ȡڡZ| iu&DCl` X6,ψt+R_Kpw&l >N ~;aO Y͐'Id͸5nZӜX[Hs.!]q!%]]#oa;d6<~K.NqrpGSXýqTr+nxWLAJgzUсޙĎ:*58֫θS4Xz<ֿؿ6dYi t!bpu\Ώ׊zoO*`7'h -?0b NF 7uV,ŽN9ɡ/E0:8ڠ7`Vb:SB'mGUUYY[- +s|<6‡xD#!f43qgHAQlI ǭܓ-q+GiNgQQ'hZ2T>a &O qљ,Q!nB%]6 m hr&G|-ѮY5xK` Q'HlVfԔ/VMh }-GS=Vph^1Ӡp.~K'fs fgAG:E.P/9 -<8<(_6lhf,v5YO*صa3E?mfo]XNj&+ NBJ !Ơri"VB+Z޸dͯk[8fP oQiGc+ =KC{Y0_sJC YBΉu #ѳ -PqXSQ}aɄ^F6K"R.<h:??66 -V1"Ԯe>8=,>%3"츽F\XGv'[ xe\sȬOn./+@in2S@=X>,C0&̦b ʔ}q`2 A)CrI悽oQl/y7,5rw_B^dϐ7WT3.ϡϠ{:M@MFIc^g J-8noP,tj:$ ivOCA+,_AbOWFyH"v`ppmDџò&g9s s;$GϕݐT^C9\"s%PM\x.Aܺ-TZq Ȫ Q7n}yk59$d7k -ܲh 2R66n|F`,xbӈ9e>Y Wr0{ }&Uw2qexzi7;a75ԹIзW#"52 LʀsTfΞqbpY8SӬ`Ti:Q=.9I`弻Krb4Qj:`f@O%σ10&: ,/CpL;hp`m&;]5Erf)_Ί[X8e>_,j,=] cf !V  -jzUW.Un4Xp2nmmv{x~k:q%*MlkcG敍56 -KSC\][Tgך&p댨Cw8ͽcDhpFM昩+ݒ4$|d4,!fEsʰs?<2:+I=2G {d͞c|fi)ezVt}vGDw̐#c-GsAqFGura IoKev0ZeX桺SWU9I/ɠ!!SG3CLn._ }ڻ4CصE0w%d yuƮZxWNcKhJؿPs]>W é7{L}>"χQzbh"T͇dmF"2ݶ7.-"JfIpS5{1d9ɮYLօ -[V>-fus{zpKD &Yty=t"j H,󄠄V%7y$:(z? L.m$} 3G:k6]צ!yt!t:}܆ [ز.m"P&1mx7tl؋)˸ q}W g1j4W[ܦefm64ey[c0laA\IF*j/^0#"eFj}a2pzǯdedBe5T\e֍z6]_Tp|T8E?.e‘]yp?n.rT8; -g{{Rc.;;8K|j[ƪZoftwo[1\2p4",9Y?GpEx.ăAոYzgrRXmMZ/΋d#_ wlx8dQ>m1!eai,yXj֙Vz;K]lMvngM] nZ1NR-ga?ԭ:}IS*XJ=X>ٍmWʄ"j+rqlT]hSB;۟Vv?}Jv{ɰC˰jWv˪SѾŭuӇ%zz|wUEU%vj;"-ZrW9i' -SDL޺iO/P|.Bnlo8#:_,'9BU5c5[̕MJSp׷x%9uHwIWWtfܜ^Ix=ڸ>Rff^YϾSs56Er v_ʢpWt[j6ݢ~wtfvt3W6OP3+Ktg>gtfh,5nB\g(.-ul:jM\:E,Kʦ3Yv6{MgK'Ys:Ȳ̲YV6ِleәi+,#l~Yj6 rk -/#n͞Mg%fӹȲYB62ɱZ0LsMgl:(AMg>fz2P6Y.|? fŲr3ɦ3|Rz0"9q8&*^L|2Ųi˫WFpIhc 7LG% YAYɞ#m=aH4. 0]p\: o4}bxCXWjSӒ``vkQ~+VZvʔw-:i* Ŧoib^4N/_[vvexUҮ+I񦛻1WyF׎}Kus+bhk0)b+*0m'Eй Yɠ<`89lFwZM9d:%I I[SzPYn7t)|}ph<>“Tp.B-`OU7!hf JФn7uGOC/w3ZC*L Iһ;(- of/8- EX-B2f|}p sqa疂C(l$!vfN;W2tS#b[gZr6$57׉dfLsXs2U;j!|]sw -Ttb{ZeDĀ;T]6`:syfV~i=c!]Xs»@[P6O +msj̖6X?CI Y6չ،Y&4:MhU5 f|*]@y,@7*Fΐg5oQy*^4#uEl -K,q4+GX>IqE`W jIE zmVXr΢| ѝhRU*f˸ʺL\6ufjκ~S[Pں~^!8YPTo~s̯\J]=۪~ZJ}dǿ~3hR _g?5KŌu VZ$j11guw/h˨g/(}l~ZW*C]?)rx]?(O9u GAr u,SO^wV.PfKs ggpm:G]?- \n&˽`]?9Ѽɹ7G]?(?C[OojmEwu[i"u uyg_O ?o"U$6wۇ[BYL{`c[eu 䥩HVڭýZ#b벮#g/Zo϶5ƴ^ YXodx[F]?eVý,eU2:YfgkƖd]ϝR19OvuxZo уxHA6P]?\eO5H9Y%1 Cǵپߌ:̜uWR>q]k?~N˩g/oxgW./ѵYvuih>Fpv=HT6с*5ؙ+od0Xa%F^)}q|7r_945z+z2ս{Q:)F#_R^sݫViu@|[J۹׋etc-(ഽ4Xn(nŹ{W/z_סF)sLyĔ5S7g1N6ΕDZh7&*]#Ə(7^5!K:ۼzzWֿTt¨1:Є'Qbͧv@}C<_Gz{ZdɡixȝBI_IeKY[@uM*X{ -a88ЎSi ?n}/|rs |ӭspp vz{HjF ֔։G` 6M6ūCiU_[r[* nBN ;b 3^Q(72'qvisN #Nbmxdvڅcë+ԋ020Wd*qUCqOF7[ <= ͶPCdK۫8KX -`Ւ$a9DP|AWe.G4%pMea cRXѳ(~,CbihN+2Qj4>R8 Eq15%~? ̷{A4wM^ݝFO*vo?B x3':@rM7(=mJϺ+!$D4tɬ֍rffT^D#X2:p@N[JOHghwu -]wK8"QFYCacW6֭@*:'_74]e4tK - &`$p1 0.G/n H(H`p@wIXZ#!$$ό!S$2 -=$H ,0 -+W.D[5| +!!>ei$4N`\-A\db@h'|kqZM0Am> -3418N p^@1WcNj ܢ2RGR%[ݾ bSʀ 1X0s_6= ٰ/ՒZ"!ƜI!@681&k$UIUj-fVI~༭ORwݪoU}vS7}J -?]/vC?xQ8Vcp$'1r}4}YEMp>67ի _+S[O^D\~9 àZZ'N\'IW~~>UlWh|/U~9;[J+Ζ/rW藯?[>`_<{7oM)V}5:Ô7>ᦿykxlۻ9:N}}͖2fxܷb7K/y',?{-Ps;?U_嶢yVocgo_|KObi{_D୲їx7t4KO>irq6 -^cnfizjk`ク^fڧ7{7H>[pޯ?Ht>Z7}W{y䍛&Y?~/`+H?pۿz|Nho/5~tF]^o}߾H07ŏ_ٗkiءV6fotߟoRqѓת _ay3؝S/Cw -OO.7~'_m^m[>_;٭>XOݧ~rG?;[_|{s77qW"so{߽?|oggO /ᵴܐKч)+sӷ|]ywwbg/[? -Sgny$D>{?O"_y`Qy<2;<2uKoxgob+X{K~ Ba{z~u_}NRGUϞǯր5S)ܾ=G?4t9SvvSE>-+/9| |Ľi'4?Xn -73rg9)_ó'CăuH+boV?v>~T3'!oM앙>vҫ SI 7;=`/8eNUYWt'5B5~~'X P^c@+>v*|S>>v*._}Wc_nֈ~[Vةxg+Ia);w|<Gy`^;ڇ}5RT{5|}0޿llt.㎙ه+_U|Ks׀j"_WOw>ŽS=7-UC'?[&_蓷Y) 9}{n?۟oSse ѐ}>/Hũy+ԋz W?[-/{1 H7]8ƓW55>N!m%:t.R`)%Sf^(3-̫eeaՏ2=̼Q&OyyL9<̼QfC20G99<̼Q&܃wӱ20󺻃g/>:KYw͟SR,O읷?zΗs/O/Ů?unSWg/p7>㳗z{wT]~y_I݉oGw~9[ߊqފEc*>g_?}ߝ uuZς;l;tfE0?{_c{PA^?`vdt:]SMW?Xv!0/1/~ `2Wzc?y&@ <A?I`zڜjHCxR34M9?NxR 4dR60HcDR];@Mx ~H9@ m'=RhȤ0=@m8_hKwm%U?`]a0iOޟ@X0B};kd^2ZldfHCx ~R^ڤj'G@~ AIa&@Ɖ4wڀjFj S@wڀd"3)õڤ8TP@C 6rj~1"TP@-CIa&iHCx L @&H9rj~C["Iq@P 4PgRXk9? ,/5XAlx4%M8| &$ޟb,.%+{~S0#̦2DRwj56 -5F"jb?Բ@"1b:\˙Mg8'xG ؚO\Hyrj~Hu?`5[ZNm8C~=};BmXM~|Bjs{-6!?̎TPV5Ia&3ٓG#l'.6rj~Hu?`5[ZNm8C~=};BmXM~|BSΐpfG{/6&?`k>1:\˩Me)Y^rk|s**Y?$b.sX#G~xCfs~q" .&H-{~`9č6#I5j7zڜjHCxR4l5RcD8>&@ <A?FP@iHu5@jF7zڜ@j'G~}Cjs~4F!E~"Cjs~D R 4l5SỌ].OuF`F~|bDH#̵fNU?TKxp Orf~)NIu?`<S )ZNm8E~>6'?`j>1:\˩M8'EL'.6rj~)NH?`<SZNm8E~=.6'?`j>q!齖SNpjGx Orj~)NIu?`<S )ZNm8E~)ڀ0H -p-6*Y^rk|@pO$72s-ٟkb,>5#?j>1b:\˙`Ɖ4wڀ@ąW{-6#I?PZNm5N!E@pB'.6rjs~1"TP5IaPDR];@mG~ |Bj{-6#I?PZNm`ƈ4wڀ@ą{-6JhKD8)ڀ@H -p-6l'ֶhs1B?M'N5K#͵X#G~x57ZlX'" .&H-{ZSq&|bH5jjM9čSHCxR4Pk!nڤO>&@ <A)rj~R>1iHu5@jFjM9čS#G~}57ZNmX'("jr?Ԛr-6,ؖHq@~}57ZNmhzz3P,~$b.0,Ƃ#\~ P>1@(rfs~q" .6#5Ўr-6#I?(vCh99?8TP򉑚QuSHwڀO DP;!nڜjHCx @HШ:\˩ƈpR};@m'FjF%ZNm`ƈ4wڀO DP;!nڜ(-ᤸBj~ P>1R 4*rjs~||bryz3'~`]j1Fkq\l'Px^(rf~R>1iHu5@j 5 7ZNmX'FjTP^(rj~R>1iHu5@jFr-6,#5FxPDP/Ch9I?`)4w 5CB9čS#G~}!nڤOQ'E~"!nڤO\b["=Rh^(rjS~OlT'.Isz3r?k>qD̥Z\?X0B};kx'7Zl3N!E|bQqRcD8>6<Ԏr-6'Ґ"j~S>1R4*rjs~1"TPjG9čS@iHu?)Xk99?Nx OH-Ш:\˩ TPjG9čS%%"T_Hmx'FjF%ZNmOlL'f.:#0y>Yk>qR\~|b`.^r-g6 TP=RPq&|bH5jr-6 TPfi^(rj~P>1Rcw5@B9čSHCxR34P/Ch9I?`(1R};@MZчzF˩MCqR];@Mx zF˩MC%%RP}!5@jFr-6B'6hs&'YI\zis5X0BG"^9?)xvCh9I?(4WNmx'Fj7ZNm'FjԑWNmx'"7ZNm'" >S򉑚QuS#u$SjG9čSHCx|bfhTb&@|bHx|bhTb&@|b8>SjG9čSKlKBj~S>1R 4*rjS~OlM'.I{z3b?`ךO$j14,Ƃ#\r?Ԋr-g6'Ґ"jr?Բ@j7ZNm 5F#jr?Ԋr-6'Ґ"jr?,>Ԋr-6#I5jjE9čS@iHu5@jFjE9čSHw @F˩ TPVCh99?PB["Iq@~}7ZNmOlC'f.: ZOd&s酹~ |b`?)xCh9I?(4wڀO@[!nڤO>6<Ԗr-6TP򉑚QuS#G|b Rq&@|b Ґ"j~S>1R34*rj~ P>1RcwڀOJõڤOQ'E|b Rq&@|)ڀOJõڔp;SyKҝ*58IN$b.4,Ƃ#\r?Ԋr-g6'Ґ"jr?Բ@j7ZNm 5F#jr?Ԋr-6'Ґ"jr?,>Ԋr-6#I5jjE9čS@iHu5@jFjE9čSHw @F˩ TPVCh99?PB["Iq@~}7ZNmO|'f.:r['N[܄~|b`?Q>1@m)rf~S>1iHu?Q>1Rm)rj~S>1Rcwڀ(Ch9I?)4wڀ(YXk9I?)1R};@mlO DP[!nڤO DR];@mlO JõڤO>66'FjF%ZNmx'("j~`|b Rq&|)ڀ(Xk9)?5x[k>1vIn:#0y>k>q6U\kZ? FxpԊr-60HcDR];@Mx ZQq@ m'=RhVCh99?k>k>1v<=ɿ?m58LM"rZ\?_#GFF˙MO@!EFH F˩MOH#j~`|b Pq&|b Ґ"j~`|bfiTb&|bH?Q>1Am(rj~S>1iHu?Q>1R34*rj~S>1Rcwڀ(Xk9I?)4Nx jC9čSKlKBj~`|bhTbԦ_k>_k>1vIs"^|$5I au\c.^@9\0iHu5@j 5r6#I5j@9\P@iHu5@jF@9\PHw5@@bƉ4w 5C@bƈpR};@MZч~ P1iHCxPD!zڜ(-ᤸBjr?>r6|'hs<ػO$oj1Nkq\|'PjC9č3HCx GH F˩MOH#j~Q>1Am(rj~S>1iHu?(YXk9I?)1R};@m8'" 7ZNmx'" .6#5Cp-6<#5Fx GH-Ш:\˩MOqR];@m8'" 7ZNmx'.- GH-Ш:\˩Mk>q5G$ȟ'Y@ILBkZ? Fxp<!zٜfHCxRC9?NxPD!zڜjHCxR4!zڜ@j'G~"s=@m5N!E~}s=@m 5F#jr?>r60HcDR];@Mx ~ P1@ m'=RhC9?||bryz3 O$`j1Nkq\O ,>5Ԇr-g66'" .6#5Іr-66'FjTPjC9čSTP򉑚QuS#5Fx G@F˩MHCx GHШ:\˩M#G|bhTb&FqR];@m8'" 7ZNmlO\b["=RZQuS%8Kn v/Vj)Y?k1I a5O FxGpyC)?8>&uD bGMB᤺w O9LPHiH#jb?PY}<3=Bmj'E#~eDx!fzڔ@jHCjPBC?)jS~PcD8.&Zч~S1#Ԧ@ >&H}<3=BmЖpRP}!5(>r66]VYsp%xUkI"nZ\?MW?PNp51a&lzOjPNp5j&lzGxG Orj~`6'xG O\Hmn&lzGxG Orj~`6'xG O\Hmz&lzGxG Orj~`6'xG O\H9rj~`6#=RNp5IaԦK>q\g@f$Y/I\B Z? Fxp<Cfs~q" .&H-{~FPHw5@9č6'Ґ"jr?,>7zڜ@j'G~"|!n9?8TPfh5RcD8>&H-C?kq TP5@ m'=Rh5Ọ].OuF`Z~|uYKq#48_->5#?`k>1b:\˙M8'Eul'.k9I?<wwڀH -p-6'?TP֑5^˩M8#Gul'FRXk9I?<wڀąԦZNm8O~>6#?`k>1:\˩M8'Eul'.k9I?<wBj~:#)õڔK'[}OuF`NR~ |I"*HX]?X0B};Kx~F0iHu5@j 57zڜ@j'G~"|!n9?8TPfi5RcD8>&@ <A?kqƉ4w 5C9č6#I5@jF_s=@m`ƈ4w5@9č6JhKD8) @9č6o4KRy(&}!uV_7%؁wrI_4QDH0>Pk9,@Z Ў^0h9)/8Sõ -f^rfSN0c<8'õ #Ў^.h9)8;-g&qѫE-g6 -3ƃs:\˙M2ˁ?Ţ3Ȍh8y endstream endobj 14429 0 obj <>stream -rfb PwVrfS0c<8'õfhG/mT_2ƣN˙df ;Ў^)h9ăs:\˙,и腢3G<Y?8HSW?=e), D7D6j1,ycH5}lbbs?}oZL;Xa>5j1uїZ-f&}t yZl.f/rVcG+,Gõ\:_+c3>80m'Z-f6#'õ<f;v Fõ\z_k13y,;Ԧ~.bfs?2|p:\c`>_Gx:\Eɛ3иCmZ-f6#'õl_Ūӿ@ bm(5!a&cQ|ru3_ɫ3WG?E p-g6kC p-f6b拐;-g6kCiZl2_'õ@ &"'õd:/BN촜@ Nk1u3_rf6bf(g9yrf6[89bf(g8Abm(59a̦bA:K/Lg1[5[5&ryܛ<Z Ԗ{-&6!'õXk1,y -6ZLl.b/BNPk13yr@[m\:_bfA75ח"5W6ZLl27}ru3WEf6Zl27}p:\˙ +Ԋ{-f69yrfJx:\Mr}/NPk9\_ZQ~o&cC!'ovZl _)Xk1P/E p-g6Gõdo(ח"N˙ +Ԋ{-f68Abr}Yu3G<i|v.0=bQ_}Mծfryzv\a ?xvh9IAvh99:wrjr "6ZNm!)ZNMnчQo\R:\˩mPvh99zk95@jFjGɾSsHsI@ -p-&H-C(ݷrjs^'!)ZNMn Qo@ mN Hav}6ZNm[zTqS&~ZZR~<=}|Nnm퍖+ 6Zlnܒ퍖S+%#5 %6ZNmnܒS+ 6ZNmnܒ9S+%#5Kp-6 e7nI,F˩ R-6 7nIԎ-6es~"7ZNm(#n Iy~}%7ZNm($n HAR 4P;JnڤPKjPDP;J nڤPM:\PhvBh9)?<&㹴҄ ǃ|bk1#ɯMBXk9?`(x֔Ch99?zrj~P>1R)rjs~un Ha|b ZSqP~|bfiTbR:\˩ C@F˩ֻ%$^˩ CHШ:\˩ֹ% uSZQuSun Iyrj~P>1A)rjs~{rj~P>1R 4*rjs~@|ңoW&Ǔ?Kp?'BI&3uz&8B0P#`+09IlTȭ s)5e3R&GpĕB~ĕV 3cr&Gpc}r\qMr#BF7r8G\5[MRk2W,̬0U%Wȭs)5+fy\q:@n5)K9^Qz03?(War8G\5[Rk2W\2#Q=ʁ<4`.&zE \\pq:@n5K9#˷^z{__7o|8-˹P6s{n_>v'yc{zɓ/w__ooO^1w|xU:m5 ulCP) :gK&Ģ/wBv6\mQFh(?ҵ /isX7,kV`р e9ED[eM!yJԗUoY>fi۬ RϋE<ҵ.]%ÂWD~YN^;}f9D{ `h/iw9W1iv5MS-GJMS}S6KTKT k1iƛ*.uM7j/r+vsikX7tzrA?Eo*RpR޶ v+8ԠKlt!G57j,mЋ#'q٘g?i?!6@βӬ}7Jtien -hlNU,\/!4#>ЌЎF|IܵX^KmVc-[OCZQ-A-شO+EA-:bA-;K9DXfëJebMވ?ml8c 6WƼY:!T0y -+7MA>RwH 2 ҅=PvUo* x=`JeD5-AG;lbO6XZQ~)ӹeW;,_/z&ze/@_b۹b|y'ydYzln-;, ~Lףvai>[D˔WE[p^v߶m$/؊,hMퟎ^ Tu.ut=:'/]7UUm|S40lYzRSiX>GdZ mʯѺm ,^X|J6p` j]G+RPOeS!txqlz)óO;W({哲w F_cp`7U7ZP~Y|lZ肊Vd{ ںpgx0Y0`,L"C[ɿiH,;]m8W =`N9ƭ /]Pp}4lCӃzӬgCt6Οoj ۾16]^[ZlmZlݷZhm[le-6hKԶR0lekEVZfVVҵY2L NfbZs ]ԫ50#VØ\AY^6HXp rԃ?TX - ^S_}2%<|r;Q[QEz]n&TF%[rHױ|caE[TQ,Y&` k0!-0!.Ѣ_G4; YN0؆ӵ &0aiVDEgaQ%SRۥW ]S[ c.;Z9g-aBΟo&ԥJ6]^[ZlmZlݷZhm[le-և mHjUaLޘZma覥#-YK馥tmmio* ǐ - -;ſn݌,7t[ūSe?:^W -ws-7Mi<+Þ*ue[`e.fѺloP.o] ]]ܗޜuϾg8ϑv>;2oKM)'TZUr.t 6]W~%w(0'%.̈́r6t6ZM`g5Tմ+2K: ku 8߰?gy<ÉU]"G[$!jt_: gup/^Wϥ+sl5%87sdKbaSnB +X+kz\Mí-8`\ɫܾwrwǞЦAiZ]QvM;};pKێKӎ! pa1g5ҍ5j:ۮ}^{xo@ׇ]lhl82da?dCwz;lRK0θ:䪮]oӪSK ! n-:\/WE \żn|[AO/e2<)5\=[/M;kJ @ׯo_}YY{x9U 4[qxf1\~}Q^cz p`Muӱkq,[9!e@ܪ/-B[?u0a J$X#-ЩT -RrML3݃3N]P“>>=:c1FOtSvwŋ+^*_R2xǮxG諦E:Sf]3Vy0.SZ)3.jWh+}: #\vmKpŠ ^zpCvEr86u]e7s'lw,ev"+VBz4jhЀh"3^8`0SؔX}&I43Q35G'AWǸVӔR!lGC!![{[s5n \M_tuۯ9׶ۯwl%^vGh[z޲a N@Xplm|/GX{}KkVg[* &0TmWdV?l%F#hڿXڕ# "BE9?ҩ<{Jv?dͱ-y s }N .l[T"E[ɿSNi]~6N0s6\'U4m.߹նfѳ֥//'-umbMXAxѭmY0X4iHyfi3o3_iklklcmƵvjttJDٻPk"akB}O<- GZ6 Mˆ}ˆڔmZce:iֲ҆shb0,t8nWi+equZC hx5MVd!I܃MàZ^){mEzE8B2E,]\ycsA#T )\{.reV暛b˶R8"ҹiIS_mXc&SϿn'S_![?{/[OMu -a>R^7"- %='..Mr+8zxLX: / 'zA uEl%|4N:,:FzV M} ½D{l *A=_|q0PRJ;_C8Riz,5]e)yVVnQq놰lԍKOZqXB޽F|"DyGKx'w'W62ԝA0sq^ې1@ǜFrؘ\Vix[/xHj, ,s\5oqSJa9Wt,񒴕a.T,x[N_v]}u?ÇX2x{cD)GVeVĎӋ([TjL_Ā֨C"uu6uN:.2,%7v<}Z|fpbY<er-wbWәYD,3&sjumc7ъ, ӏa 1R[KězW|vc`Jmx~HlKoZmeufo\a~Ӧ/^:gq -4,>ѷp]ܜNu^[}!c-GҞ ˗ҧtEqc5N#VXJ)j{ SA*[dB6.gKF "/~^{]evHeK&@EWWH7&~\}Að&d-DcCvʢ#K1|)Mt=󤗑2LX4u)?FU׸%QB9̸4<Js~.SD@ܚ\.=SNNLMSL -_A\oc +v%&P.:E"`(c3ij'4t9[9%9!KM:y+V{@f<юP!v[]:1y*S-Wܕүx*JTZF]*MDJ*=7yvc)i#p46s]2 -ʋ峕h*F)B^Nfy‡9kLoQf.E>REv,eG-z~}kgZ(c4q^ls|9FA+D;/Pt -zv)iV(_Tq{_Bhql.*e%Mೳ]z* ƶKb)'\gxי+q^\YaH[|HaʻD.dkpN~KK޹=3Nt}ߣ]޲&c]2p.YT_eb&R˪4-kvKK,xsSz eeit{ 6Mǀ/"VY*ǀ8pٷ[*ǀ.ۼkK-]XMW]%\,:B81lp1e[t͒m,Kǰ4ʲEY* ~|m^<-go \9vUݝ0A { \t>4)/1x?[(- BR Ml -mb^J -G竆NŋrrlPyQޟOkk -/mW"^|]+^bR541ʵ&Ub+3E\L?LqU%f+ceEVPw~sm-{cdtd]3-+_ 1dv+y~q:Բ&VT]U=onwiaa+ L%KZ^|},RYE,vвVtlUmu{+[a`unWUh -~5_'gO>ӣƜd֜ϭ6`Z19R{m`9 &4꨽+ԉ=#RP_RNeUl3n7e佳m5%C -Wd=O~vXiݣx(^Kjw;^e[PxD2?^Cܲjmm9%+: bٹlg&*r ]pUll?׏}w"'O>u̯\U$bt5ar^3PtNkTf<+H JqMM]X:bЃ';!9OZ -.Ci t;vYdY-׀@Ed}R^'L N{elBjnL'&Y.q.h!yduLW@pHJ8`(p+$r8WY .B3b53Q20@Lqhw+DӼvᰚtw|C\C7)^ւAUJݳMwR~_S 0:Xe1V2+e_6qzݷklNjքО4m< dt24-7${Szެ!p^FiV[u](>U]oo`h{>w{˲',}h sR620QO[gu)Ow5rյ]ZrQ&]4K]U}Qr;(׮}Q {S4d5tu;I.v#dwtU@#ffW6o'԰ -altQ!+SfWᰐe1o0fC\$H,x7W u.u%Aдsn&6Ny"ŦIhWòlʂ/4CL{ـTB_y^q5o~+hV s9?4ow"%"5 pA#aa;r]K ۷;hKlGZb۷v%#-kHKlGZb۷v%-imۑ؎v%Ҽegm[1BV[9<)Mir;:|.L[v?-f=mYښeR* me2O/7:;m6LF'k$$_m~aNf5G7G"jmxHQI#4`ߟ|/{RSyօ-ӅM@ͣ$a,5Y^4Ř54;Sȫ`l]jN}Ie&Mܟa< 3L*؟a?ä&9?w у؎Ķ?A#ѵĽwZ[9U |&P0Vo`Sk -_V -: '6×wwQ/899i -&aN|ZٯWkFﯡz<ᅖU^ɗy%uˊh/Ro-K P݃^8WD6'߻i#%:͔O5U;t8`Tf 稽+WΓȰO5\ٯK *升<Η kJ]n>HNӬiڵ3Np9_IGu'M/+LIeN)g1a&l Fː¾N׺6mV]OClRҽǒ<.F}=l\zp*uifJ*syT*,T Bυե͔3mT^8#\IƲaK{xWHK VhzK 0_:MT/罥쬸Y εRB+ǥYkRV?pW]v/}%79L92a+E01*"X,7neFi~Yt9]sيWz=Uҏ]l"mG^讦ӺZ !A++L-lRL_9 /g|t5`[%b:\oT狚vm<:VAs7)&OI7:MWC<ڔsZI@ #Iၔ*WZe鍝N :Tҭ}[wL?>LZrO1U]6^nuV0V|Y^w ӭԗUVċLδlke}=~"eSůu[/ Re.lmi p@J3KA!7z 6?\i8M}MOʔE+E Α_o}7J{}W0)i쨏P/#4u5M*=^O+>wx\Q-:}jO~75{k5} zj^{UۻMhz7wmxOdлimw׍AƉŠ& C\iƨѹ;xתԝЫazuK|^t,kJx=mų{E/=*҃(4= -GQm$Z[nº1Q0X e*XAJ6;NzV;Q^N>bGoh Ezm{dT|q<)> - x*J`Qt?ym -7TV|Znij,|*ֻ-$'' -/)Ţ6:}IWS?T}fe6^u:^urlm`lgi4g˰>-^Vx%߱ -uok3 iuƝF\]qyZ~N^-Moz)#R9W+K-,'k,TzCŁ֟HqG a~+_59zQ{?moǍl >ޡ.lsjc -`hrYm < rW>P"ˌ$d0HWC[٢?ܕ7h1ɰL{gR1y6~J?N,x:v%϶itQ+$+29Pq۟@:n2)ML(ГS06mDN(*{eWmQCÎQu>3Z+#2hU{O{ te= תP>+e5 -W?y -@ie0+#a_S:L0lөBOfz`!gR߂<1~`nΨY -2́$htLHY0!]}&r6`瓽M` XeJd7j|6$G -.rD}U$4[ţ -bB?Y_~ CD5Mz&Z\n3mK:E)bJim=n3 ]ʮaJy+j,rңUbn)΀9N,'=!lN? 5f%$i9ΐx,Ǎf魵i-HNK՘kpѰuYA&@qHl2c[ڞ>nYtǢ;ͽq7EWUdmH3>,":g|eX4Oo)"ihj:؈B*)>}ܲEw,KH"䓷N.,m=qvz-00h#C7\pT j2OhIRB{)`[3@/K pz^E}Y,+y\i)g^\IsJC / -y{{Q(ؤYfr2fݼK5[V4}5Ëo@y3TUH -Z\e7XKm8Ù]]~x1tvQ 쟣drb8P-_uFA!F¬R4À\e53k7A ufL""۸6cܷm7nne7Fnc_I'mk3[|W{׮S͢wv*yĨBpР46oAX[^lݿ6S|h8-q'ZDrii{v E\lV5)h~*vb`tO0{G#84™h$GW4WYBCe,4FH[&'~MM36U\PX (;!;ֱZ -HP+ -sI9qP35h#SA]ЪC kCNX*7 C\8AC Hm*|R;d6Zo ho7mJbDf!mR4/`8JJ~~;"v ArDT[4J0~h=٨17"m2{qbhێjt6P/W]c *YdW>x&ϲC =_z.Xl QB+q (T ;\eY*N F%L}9 rgF=(bD) ,{q߉d*c]=Pcƈ:]HrUƲ_M#F*ҦM0\8ǖv>\1iʓGg"YG@!4KENCI@ -uw^Έ@-GL%Adu!t~=; :`KH:}5Ĥ -f()L\5A-S A::^vTwNR]ܔf%O03 4hшCdw`z"I<|E^^Z tQhλ*h p[KY(4W WCIOsi -`PcnEo0ɊžJb)F^Ym}Pxo˞rV>%:T"=wڑ{4&ʣwˑeA(Q})_z/R4+=F ")~UY[H;L,02"eQ6'h .\{Dbt92y(|Vȕ}sqԼnL$[q[cn`IXT;PCYLk ..?U4UZ]\vT5EبY^C쬕 $< P$9lG*>i: K(Ʈ]@i -MԂ%ЂC̿DYR'aF[^5MN]`) t"@p.2X*mv,4:P::49exeAw-?||3uɜs" }>Vc<-ѷHњZX% 8Fߧ5h8$3I#l+R=TGE@n-̓F״e&NR{HTw9;'=9j-w -\'>(\CO+6^hx(rcdjho7%G{F+|(bãҕeW I\?y (Ϭ;^$ D[|Rմ+eZ=SlGcT3#XkCǖtPYztOY5e%FozbkP -VWR<}ϟ| -H -‰-Hq$A"i7qO3!`%O8{ -HP|څ`F17NmqI ai;!XޅkMώ]N{ ,M{Ѝ]>'Bzv ivvܞmoϯiGuiLz,9s=~X I?1hTdե[ŇD{fV/|l}pU{U\F4nӹ.֥9뺀VvPntǛ]aOEM~ՋXi+jG%h#Q)џn&qeeO -n\Ipj8 5l0qtW>LC;թ{%gG8ɅWBNļtrÎNVy!¹ùp hw&"x yga2xŋ(vz>C\~Ƥ z!E;5 0䭅OĉNt1-Jk4d-`m)ӹ6+y -G]ԩvvaoK%,.+pQ `*\K[N3Ѧc+SV1ȫ—hD/ }gwm/pQY'L+Tx٤q8dۗnwxL_*se#J'] *(}p$ *`LAgͮ*Y;wv]N6.EPU"!% -@*w#l-:,eBs~҄;[8f+p1byܧ}[xͲxvSh -:}%s*vv< -y(.4 X\_`z6\#pEf_仭qcO[ mgN]_+م}cJW`ps_Y'w~|"\ @3`8 EKBX 6èfpn!eN &QN3`(0lvJHcV1Ь:ht }ñ6q%v W1lN!@]T'npMA;b ͮL7ERd8M,x{ wi5R7ӎ} -·M;sg<孳 qev:Ʈ[װYCώp*"\:X䅲+W]o۱WзvnXPDt͂趃8c8=EEEB-~Pܰ prNRUE=|,(x -YZ~ñ5?5pȄ*Fh}4ǡm¦{v>4ۚC淢پd*ӫU\c&:~O*h36uuQgG<|6#4y>|,`ԔEpi&e1gώD |M|β*p:_ ;W``ξ:1Fcj% ?68q#*\*U_uҪ6c{ƧL7>{@w)ksuBu${C-PJhP@ 26_=hYF>/qExħ nЬuj%X4H&.`o` n*!C ֩2b;9dK]:ho%zD:Ӭ<*.L\Kt!٥GзpnlR`}yW?|C lVvȽ[*C%?7d}q;uḷlH9v4B7[W;-C(ie_I+}J^+(3v'%6׊]q)v:ZqN0p*[ [,X.s8wƳ0(1+0wv'WS\dAL.FtwcڋWcTvvӹ++q>COQۭxùv,ž+w_uZ"af,"]ޝ%p/ -# H)RY|NWY7pQFX5F  S B+|ѐ{3w@9@@ L §du6 /$&]D9dny+].WU0}6BCZo~~1P IdUNLiK -vnGۗ[FC8l/uvJ#V+Sh)IvJ҇$NI!ft_]N=%)0=%ޖr}8UÛpY'" S֢է`t+it=Vł@^3O.lyKt!-Iґ&}V%_[~qԛ\zFbī P!'2%.EX%lnezh -E˹W,EB#Z*HcAFսnŻPa}J+{nQ3>1$Ѝ8W#/_-'ꨄW /Xsڙāi> @ТJwO) j:Tzp8u -F|)~ėRoY8UOˈ_9f1F8wF\lr#F>ӗ#_S{<˅I@ r=|mOU4U YдD<)pSP*_ݭ|.0_2A/bgɬX^s}|*DcKL9 BA9P Of#p,d&ioB}{x4UL\ܠѼOS/S[X]#Gaum/GF׍xvc>͍yܘ1<4kf/):-c>ۘߋs5֘knl}p"݇&_n}-5v2DelT6??3׮&Zk4m 7oұЭmM! 6,MaM9sZ["m|v/~'R#oҒ>ӗ:{3N؞;٦cs>9Vsr4i&\ .%]< [7?(+%iLQ Xr;-_D#u}rʅ>%مw?[ξ}03{i)FGSq"/޺=T-ǾTMQ.}*\_WsשNYhuyյrvjͺ"RUl}PU2S9Ӧ;2OOSåXVk Ǝr,$а n_ͯH/=؍n}Ƨ._&dBE@p*-`4]r%Ϊ" m`zUfG(ٺ7;ab؇/k0V+^ni>Hh>x̄9&T|HX=4ٹ,]r`=LE'} se(,_͛'Ҕo:QٽDKPCÄc"fG4Mzu'7j3ϰ)Jq&xTT}q=I?^Tx2h>^Ƴ29sZ˱ -Gў{uK4;=@5^9Y=+MHso|ѱ3H =}B,OH!bSDȇ+"`0S/EiF3EQEE܃nOh'EtUqqVDьSD %+"Dz@< ΊH"uQDq"򤥈NTRDnǟJHNőLi:i+"yq=WD^TOءĿXgeWDR{q,yҳ <KžgM3 - :e{s?rh5 -yHFK)^JcɉR\9eQwfpќpYjָeajw"hWL)hl([,K\S !ݗ~rآ3dw9n,gP#(laiQw!uyKsE^$ mi3eN/[Tf9'{<\-{-NH>p5+a[ȥUy[Zo Pf<j]2ᖋ&ԛ4?nLg suUV=w_?y/@ˉDPRF HmG}) 8m\gyAѮj趂|ja|DIY~o٬6iiPKWWsVwyӁԥln+dtN˺Ә碟dq.b(}$)fJ1>9k|z$ ~v9mڨze%E> &Rx̙$Yo?\anٔ&̻c 5߬YǭZY {%5KoNdJiN땕 -f܏Ͽ|z+ͣ 8T5C&ʀlj%2|\}"1V(~d_5N/Y%WGUE 4iicmg"Yzw--6&[*݊Ɠ?BNt٠aI ;)nB|L4KgɥR 7qsq8!4"p{0jl[rc<ɡr'Y.18f 5]yz">8uDZW5.EUU5Sʁ Ͳۤ|QҫH Z7sUU5rWt͜:~kPcYta1,U[jZUo8_y׿b"rЩC -lT` Y -4m ɸoq}!n1l19n K~k؊1zm>^o[ -:1;&Z8&ivaH eeהD :ٴ>] TnF,lZIv4EL$DLuZUVCj)-ZS!fՖ"Z$l31EZL -5#}w|{ӎ}cٱ4?_\ggߤ*f>ͥVwiRGW~W%ݫJxV=ݬ{g|z8>}Xq531{\-|_?>~ݧךن=\INqjDp]iu'#f@npn';ZS=4MEk&͈&؋Y(`+Uӌ,;s{ĖNV=(^D\,Ae}zOWE_<[pesirnʿ*Jt2gLJ %RI.mu!yuP~i vӂyotKyΧ~e6gѴјijϱ^w%-DXŧ+8AF5$W zct} ]!ttR75jjuW-:q6U(/h -u)P6Ɔ2Qf0AL]JܙYIOo53ؖ)*q4{4&tgMn+ieܧcn?gK7+u==/٥{*6SɁⅺ@S!JʎEv,{ͧhʲSw 35sҥm~n$'MSw:x Զ-R͖J|,ưzkO˥זv[ڵz.=3mYmLS'?Lm*)kc\I`h,H\ȜC:ա:U"E8̞cŐɰS$2]0=, /&ġ[ ^ղ87Ē?Gt=mgyܛF1S+ ŽQ!C:,~n4,KGL-QK & Pcm;c@kY֝K1 -h^zJi]#Mrx"y_>T>zB -t;=L5 wYG akdV8!܋X|0fSPt\#:&FFY*S/C{!?OfIߜ ZQDHQ\FpydݏnIY|օh4\߻+A AVbͬ[ -LM U$QPpy! 'cT*?+;}HIGr9^Vs-W:qFZ V V=gfQjZ1d5KˬMT͸9|Q\T˧[?~~Ƿ^ -27 c(uOvο.8Oo\-x1:(͜tӛ>QG#ѷVފYzm35{R R"mDU<1KJ1$7<(PiSRaOjYUUppE۩dXdE&Y.&\}`=!t4_}Jt=| nw - rj$]{%0]ϊx%W9 - f`!ҼCzfaʟ4JKnIU (Mg/lźu\_?Dʕͫ7C0dciv! ty|>䐞zYOL6Ӕޱ\ˇ[Mbt);CQF&~0]Iujd+HVy'qxTx -ikUI*=M(x3)Najkb-DM(h[Q+Hwc.gyzz;@L|+}f&nJW85H(Gfs]x8 HY9TpwU;']DWβ0ٸl71RjEgSRxRlg<\CcՙDr + 5{>Bgerpk04u`t hȨMZ og] -#XBv#' =%c*.J|*%A:Nk"6IITҧN7pu}|+wRs26>q ԁH&(=H&WeRRm<@E]pwnPDAX)S3muvZC{N fXŇ'o'GS -\A}6&&zt]w^xA*@F=2pF$aC' gu{4D" w'_udV,DFˋAOFwRm^6%pQ>6jCA"ewHt(8K+MM~޿lLY0+ݕ^5?_ln\9$ -.WY.>VShy'9+ŏsYU΋W)mBUeպ|ǫ\X{84;4?o{KΗٻ[Mm7ze2%w?a QL0~ؔK]z٪'r]uÆ'׋eN܋(1D"ݰaB6[Oana#؜&~νX9a؈{.?MsU7ix7iU>nLť{&oJnq`|]7F(6QU fsQQ:h"\<; 9Fou*I7S);)=A -ϝ6) Gݚ=JTOLp\?Zޤ@bo()/{}o!VPرCuhX`kJ]oM2<(vsOpglifw?ةo>**]tɧzm6c/?NGBGJR P ?RR -ғRJ)_ R -gF^mWc5_/)L:!Ua -!Ď[˛ Z>ɀìc @f|ǮY;NMB.n)SݿTCH7qէ1a&ϴ4Ö8%[n_)-O{ ,gKlIӧ,Ϥ)EҖ"N[VoR&_M!fঐ(~RH2ާc A;l' - - uB2cY t++$CX -IV:% -!F*T,nP0^$VH8] -I.eem@Z uqcU -I$ĐnpnBn4ڜ<2+#ˍ}o;1ϖf;o>!^y4ߤ7zBqfYR-^$yVj'ouZ -<7 Tēk;Ʈo>ߖF;v^ӕK UN%hǭM^[rtENڍn=;k!hq7}rqV/_]S?e.EB"aiՍ͟c WjXe݃N}+;ǎhcS~{@p~{O5;m>>Q<m7 9b+p2[W>w1^s^`Xêz|~=aO߹Bn%V?|W)fmЬS>-cyMwzhQm+W V>mʇKۚoG#h;Tg|\X :R>2hT0N%ŭM||8sG5e[s9AZ uqZʇ5l31.{}KÜ`.)?fү}z#|qgu[(1W<_Jٵ~?QrZ$8J6&5kH -1Es7 - W -A}IrevqivZl Um[ i4hp}ٌg( .`4|.[#փO3&=3>Og16t[u7ߢ-1rD_ݤrO3U#tr$6)^IrhǒVrM!I/=ϔtqts<}zCdM-:43x.[{m:xr9՛WSLg%8mXOv -2aw^m:6zEmh5}xF6T6&$mi;ub[1n[њ]:1*vSRh_۶騯NڶضmvBۮض'sl;cێ뻙yiw͂v¶m%B)m۩l~c&n@=zܬikGMZ(-Iq%}Ms}Iz ڹ\\Yo&޾fϜ҂N5 -9__1ps=6q0oDv)!)i _~Lk]L4ؙf,$InFh$mH"B8<ȅ}$/ΐ6$f7M cͿ.2! ƻ4&S_ETd mQq?6ٷ 5Ȣ"*>|AXL+t\ /Q9g #oɅa>p>Dȃi\-l!z|P]^YD448+t-&;\Xؖ8F<]zǡ͒GKL{.WR`c"Yr4׫ܤKR\„c9RM-MCI*kߋEoW{;A=~2WNF#8яYl1+K-,9~(;J .>k~CQ%!e&y3mWSFG"?GZBybjg:LOU oF5`l}7R=$́CW- - 묌=p -t&P b%( -Z'jE))ZWJ%mu\_xD/UlQ Si4g\pp: RftAc!o}aO~/ZDU!w{;T&&0\x3][?|-tW4&} g"wFS%CU9jṢzˠ*w٨oJ:ܭwLņJMz|kY;n$צ -)4Ttn]<♡UyՑ -N쎹;}H+=*b >}jnknt;9=?wH]w1wmq"3p8N j3ṺYfp"MabA%[TїÝ 5|ޗY)3,SZ)jD PdI@MXGUwS/s.dd&#W?5MʶsqS0 U/m8?*%DѧxAg;XMEg^@C.txo߿ӧ߿nt=~&[<=^|-l@*{ڮ*9כ4 R ڰn-=.V:S:3 -csUJIKʅoܻRw^8h Rrvi*.>̋/jjuꇃv%Jr_)8>d Xo2uO9߭iDhb>ԃʂb -ֲ[֒D3 eКgG -Ge7MOѢkZ$tkۙ]!@%[avYqD>jw c֭U[lO X' 0j+cghKqC^pf}GI̯AwB5hM7r1w@X&UUjEUDdlm0J\Kf -Mi73-[&QyCeiF0tq_yxQ:49]Y@eMFk( -pLN[ jI傉;BZ=8JX-O&0/'2@uQ+_r,aFJWxE']X!+4H9ZP7c#ʛ\)̞J(}%"b$FLA]:}0d=%>ڍ MR6|ô-C_`sGj\xcNyd"|@L2gZH - I|x*e22n'|&'&;<|cʙ-Bȃ 8$<<0w’?֎\r$_[)_T۰E,kKcC=Rg\x(9@("l2 -y)1]&lx ( 0= tݪ ы p@a *I.ֵPU8IiaXMcMR?Xb7x[~ӻ`<|_yno|G?8*Y&KvcY:t( dR`y&]'HsƘ{ <6:仏"y&[-`[)po׍(>DW wDjU;x; vsqP;;q%I,>%\mC\tƻ f*| s(k -RoXAm҄Y{8фII?jk:n#c& 7~ե3k*k.Jx"sjW.*]qNK^4KOo?3ǧicE {<>G1j>Ѫr9)m[=z}nW7αJ -? #/Gnl2P qv'.#Mx˙U!ψ.nO!&R:/G/zkҟhz-HQtQ %DϞk3ni?;Py~{,`NT -$釗vOݯOc -ÛC5$4HsGauKGٴlv:55[|ɪyE}ee]\E];$Ĩ;ӐaLF+.\Ap/|BLC+7,K L,ryѫB6Bq_*S4 4 -٫= 7^: MFހw+9~@kwTN`0V~@ϯ@m`3'§XL^rzu^!hr?b -TaW4:7$,{LۚI$1ȝ"JMjdP 8ta)ΓtŢ>ASx%xТ(^\6nG'd&U jcT^ZzRDno;w SiOJYV92u0!l>$Je*Ohꕕvn9\У|hTP?U䨷|%~9Iwm vWSȳs+I`:'Z=`$*35%<{F˜A޿-죹ufRu]2&#JP%/C@lW{ӇI{_~>ZY'晀 <`CcόcS5XClU8<𖎿)$nS!±2S{ cTؙNc/-7v>NP9*Ѳ*ǎߑ#\Fr]FһV!{u: )S2f.2L{]nX=Fti9Qh=xTṿˬp•D^vm:*r7 s_e7-(%~껯>`kC\pA;]ЄVq2":&\[i+62C=fei2f)"ƋTq}6@Hs YwGq6q>9!p£*UHgDsO -rOo6?<>۷l']mm vj1%*KEkVʒG[wOZ-F3y4/%)}Z6&[M,'|?E#_|?Eȗ\r?e(\Q/Q/Q/Q.Q.Q.Q.Q.Q.Q.Q/Q/q[.K/b.K/r/K/b<<<<ҥ<҅<҅<ҥ<҅<҅<ҥ<< 4\pOÅ> 4^xO>4^}.iЧBK}.iЧR }/iԧB }ю+yT.};nƕ<ڸGi*6nƭ<ڸG;nю[y\<`v~ԛ?\7.p1%\/v~Y/z!z!r)r!r!r)r!r!r)z!z!z/x!x!p)p!p!p)p!p!p)x!x!zl/8@UڮOד>_ѧR }/iԧB }گ*}GGGmoGB .GBK/GR /Gx?-b\rZ.Oi?-b\p.<;v^u -#E4n^cygG865p+pVF66[ -Dr8S%S;GV}q2Uxģ8U$W;iEO<4p K*' -&1QWTi8y|˽X&+(82uq>ˈ~D _]Վ7*Ֆt)(^/-;]->@Jh,fDNrցnEd .9"O1sŎ<.Jhĸ@,eFtqY3]/Zׇ%F6Ygp@Td͵m!T%W%u\׮qiG1Ev)hnvtcx]JnTv 6(jd>܏wIeUwᢐ/{㇏߿K|M#,hp] 0E" r#MjwҪ_rSʥ0*0#f]7mHl5Ӛkax Oo6NAd8Id>J.] >zoQ  ҈l ?G1d࡞jNH=Vb W|0*4\'ŀl66@>QIKiހ1e-ͬk -3U.*N8[+fsb'4])s+(s=M0=)"Fꔭ(^MP{UsS!9_PWs<ơ٘颦oQDEʉ>ڰ{{ P4.FhFIWĽlM11+TƮH:i@uVþ.􀝆hvGzyuųIT&QDjj6z̯#tX"{2IjIIc!&q -V!30CWBDUBULxcI "!ZKuluP;tQ4DS7Rp!^A;n Z%Ka|N!TD81iKP׋|D#LR>]gvP;_+p%(]uF D\iGt!Ñ^OwX]Fb X#cW]e&n+^+OnHqZ*=ĤCdz}pkiA"Mo|CPfp܋bPP,5zwSB~ŌY=jBYd tI<6EIt  U$y&SJ`d] M"(Z'inHSUUz8Liͱ;7ؾfҴNb$oNť[AL$ok:M n'eޣ-(.7LCIQ4(jl+Bhz1j/ݞ?\?mDJ~U!94`(̐Y {OF:&Uq >Fꈜ 6L6Q4rW@%I ΆVB׋y-%zb瘊RVb 6hwQy^e,ЋmUesv%fhdsz廦hx OՠVW'J+n l@ژzUtE Sp͋:nzXEM妷H㺐ց~`!{nPZ"Lp8x -u#*š ! FZ6в~c0v1 -׈,u%R'  @CŝH#g+nO + 2$BǺg7wšEzJ x -d;6gi:Yt '_N}H"5C.6X(rDRL$h JpS -tSFY;FAKt9mL#.u W?/֮Dbj.s՘eRZʥo$%RbWf!nq0~)=ѺRmQ@' ץ6 WSa ݻ])Ph}:xv K؞b(ķ&'kk8ha)K  <@ h؝"C@2,.HIJw^_˾qN/TG1NEɶwX}ڰY3>]ֺ#qL4K!9n N[lcFAz#A -L,{$I <B&(f@܃4Obv9a tD剷XVێ3X[ÒI¶g K:BL#`N0&%u#hiȃzR>_IJX<8E  -wc|2~y fGd4 blCS(i 2gUZS9XcDUϮIG,|n] ZS(61SdO <'5wOH]mTۧRRub 'Vmܕ+9.OoJg>J$9}8%Fh4~G#(4UA{6(tFc8 RduHZ9B)#Jk -ZOw~,0D-Ֆ6eUvƉFFov5whRx H!ۮQ'f PJYl>qnVMZ6uR1}09D]TD#=#[޵o51᜹0g!8:s4*mg24T_K9ң0ūb5Jo(ښJp0!`CTXPSb5:Ωx?4Vq%9&gm8;ⵇD큹83-*UeeGښ` kcz Q} >rdN s`"]O*Ћ/|z緯 Jg_da9* i~+NŒ=ǡyn":^ t4 -Fi4o<M{N+ s-c=^:zTP,X wo47 -ؽQqpT:S'ߞ('Аf_#AvI"- "ljq4O-(m*$_Afc4E^a]^5ܰAu 3Dp׶ڼf;oM͓<2V#YQv,O[^uu1V}8DEB yx@`%W sjSA O]X`=6xfN6ib'&6d6=^ӂn#Kn8:t@?)`]n(0X -2:(ϱ2MhXdv=9~ߋDfƂӓCYwSp+ҡKfcX :0zैH~2ȅ}]iG m97i2{$^RH+8烽*&gu6~_E~2psu!?|x?|>}GY~9qR:!HAN3EXN@cVn$`u4'e:52`ݍhG!W2msq݃"Ewfʍ1}Đm3Fcb"ء+YE φjMJ0ųD[ -|cUrZWT>Mg h )􋙋 ֔:ͿaYVnUl~.V'%1fIjveE)k7tup0e%.(Bn6`1ko9s(GPJktCA3Hb a*6+'d 'VW٤:;O^7>^ö_^n =KG7%(7t}g8d[4 {g]!H9dPp1ݠ$8n9yÅsXrI9xg[/0ɂ)` ,#CI[ y_SD֏B0#8l]r@M O{nAP( E!9bԌw۱,GľGTwr?j\ٙBfײ }NvyTW7vy1.MW>\;fZm&_l飈qOE2I$zˮqN3FZt}P )@"bBc%jN*Oz׹PEh8@ a(6;s@POFZ@`:Ұf%c}_F:+0mq|֥h -@}B{\1ePmosoRҗ0GĖ{ #sñf^#š~$|uXq'tg9Dhq^P+2Ͼ\ -McȳU|=xlZ 8\ {8axMNsʼPSk^a ݪ?ԯ 1L͓,1W/O}Əl3añTyj'C9<5DU6ѴW-&CQ#O[lMdZK3F̛ Uhe(׏Ɔ>f16cq+, Mij6d}~M[CRl2]C' %p@ jфK>z;oĈ 4j͈DQa9ьEf3!\ԉHE@j}ZU/9iԦ{iwůAtvތ7t*69NP]٨dtUm HpKm*4Lf77nԄciBT͸h];v͈'SnO"$6?Hs)n#oEs+ڂF:le CI:. ;٧'f 8E sY(u^K愑H&2BiHƹ©iI -^jNҕ|γttq| - ׇm9t8ʰR#:P8Xɇ(T?k6u;NEJIǴ5PNqՆcSd>d2$:^@ cl)Q=9صxI[Enkvr^g Ѐ ʫcGC;Vf‡Vi:4 Օ^H7Gcܤ\IsJm!ƛX6o4@4P#-'V͔?Hhww߷] QZ;hKC`w  /]lW93[HwLǶƧ Nkjtk΅jF_7 -MоOŀT -ó; - -4:"X -b6H8Ne/T#FeZ|rPTM-nkhGJ.8 =!f`Xr-7jģX@ 2xBQ)3QE|G:ZӪ;e z*h\HWQAaE޴|4RO0u7=kA9^uq ClZE.qg.$WXkIj` Vl>ߖ\+RiDn̩RtV։>n ZO7;2J|2tKb}e<5l}{w?|?}ojo,-zo% eV!r#mS`4BtNt3+KaAJtiDS{Mj5@N\Ѭ6]pC,n&FGkA}oTUx&r-tkp{.A6b\ x(V -kɤ<e@ D<'F'%,L0BUD" -%vg+=`%cցDaF;멃 -S -YzQ17<=otvtYH롐M{\%.Y6_gɓku4<̢娻5|,:dP$u̟_ ]ؗ5}t4X~.LW [! ެ$Z*ζ4]%FRKN}\*JZLbrJl"u?v5qM 9fcд>B=XfJ`#֍0; ,s:Qgbml1'D;hK 1䬶ڜVnSսyDӴޥu>>҇Jrh#LZfm5Lܖcm9J1qi=ݥk[fm]k?Jg@T$Z՜{%͵R5-}h Qb#̰qoZɘ}hiE˲XvL0q,=X_9F]kZ.Gڝo>yfH9&y*sVֈ/-b3iiERIWzUGIW1 ,{7f%Blyl =bijXT&z+fzOuVCl:vHktZxe@ﮫDP KPESk6qP{ļ$*QL(H%9 = X1vHxN[JaTi)j)[CE0 P3Xu҂ۺ́.5-sL{,o?,~3y׺TLA[y%tqJҒs -;k1Ki%%%-jzvXRӊ~m8f">O[:·Pj7ҸфD$Xl[%e#4sPa_ޣʍ84s6[%e#/ױIvHDjԸ"4MA-~m:̯ke*b曧u_y| Z mYVC ?1a.;MK & QPW98ȗ[EyB{8sV;*V=-9ZQ~e>-e/0=[cK˧_+w ,*<2\aUJ+tQYD-YUrքg7O<0786FD7ئ|*RcijzTzȹsx<^kR!j7>2֛D'~N$qMWj=wVf]OuZ&ߥuEӾpZZXYa:,_仴K7$@\2Svv9zʗy_=!r=ʒϢP۱ -y 0[9+iK/OEYi> ]>P4/3!XO3KTl]=`Mj%|3ďu*rҽƸLQac+T*i;ɢ/-F֟Ds ݯOFǏ{LI&@Kv@E^ i+yz>6+;.0O9E|M,J3 ;i+o2} q9ua!t,B9 LiL?P>/0*dl iZ8w$\rmz#֢ znqt[ S= TthWf}CYla;rZ;8ui5?O f T0Ri -ڣ7 n=pT&( -z>Up.w(](w[.͞X_|7*/7"W RJm,{GLBR&CzxdDk1V0(ӊO -X6ҝdL\uYF"AEmQPs8Q.rVzW5+̛Bz"dj X[34Uw|KI=Z!4Yx%fM QgT7>|:O\{bLq$dmp2B`/[^X:hӿv_?Y<_+Nk5ĭ|} L!d!N䚿Ix7QAOh VDϵS$!*=E -cT -bo -f('6U.CÓ^-vD5ϯ՚b CG\juAÝ^ŚEX\OkoUxRۖR_\j||<*PPvAS:k٠ӚI-et' ܎'3ApXH'!Mч -z)`5aA[;ygSJAڗ_I/}ckK%/I ^~'c{K-$h &![`$LԸE|(MšpqЩG=6z<@p2Xk)aͣXVD0:ZVO=Jb_4V' 5hl#;Rr{Yi4ASu pV4 1"aϔ;C -S9D\lYkBbó,^O[yy? gP;JaYI,yiQTs~b>A>#\q"'G{KW0]r‰&@0 ҵ=&FUE1h(]tY׳iMώ*,.}v׭2-o Vfw 5Pc5`& 3?O;kI~ l+>j;뎸v 87\u?=%,M;=`M O-QН0X) %qgld3w7* &y I%w>5| zK!4re@ IbC И2w$7꾏aXa'XFk\s.%% /'-в%v/$^f!&72@mˣJUN[6 - Dly,e9p!C4!С$.)~* 08c( 7Lj( = -lK?ki.T0 0l5nBm-ͼE* N4!4xнO{ X DW L2*s+⅍1-禨k]o`'[m #@aGvq#,g^o)tEAPd_0"^Y4`5IGn^Dj㞂:yƉύ7/l`=ځXA4v޼h|~"Qo^7Bϭ/6T5ڌzʎ%LbiR8KڔYқ*IgjJ~2צq)~rf'cD;.Io]_>> *~8WѠQE–%MAhplJv5y1VO˹ B: E*)wWSʋ֚D>Rx\`xagpǶٔB^%hg]oOq-[]S 9}w#)̗2W+q$hxt -db6Q([v -5乹07 -8 l,C$t5b9mJOk$QR;Dt̑YZBa' ÄOк -04j<*jmj 7s"GoggLǹSMғ;3atF lEo'յ7 k[[mI&Tu2liWHL!tw%KY.<\} c!0/:I%6ڗۊet :dMI&ōsa"njgUtNⓣn |U&6S$坊Qa\HgÎ<\Pg0]RQ6B㖑&EdG}:V|HNAڳRh qr^bC&eri.-]у -ғI#.I)д]T2g&5GIͬ;b'rܥ8==x'BO7 yIqe<'Bn|{dݷPȝ aSxٛ">V'|-לiy -C>{aB5fی fFIͻqRY'5;lF2cnbUҽ/}X+&WqpM[Jw[E+M]A+zy,_KgWV,^y}_섺o1㋾m&pacnr>&M2ihF&sbq$NhB~g⼗DD3UѨ?t2]*Y˥qnl6KA5[ZS$i[Nj#I-ک t_bҔ,VXydxf)d:i \&L ۦuĨz12Mb -8z%ysl&]ݻ -wcoO4wIMAnn4E hG +,²w*ļEH=X8=TmEմ`@Y,}3 ۇZp5 GP .ѠzLJI;M*0(P&O9y٤+ldY*2֍6igCD-wf aГbCeU)Mԯ rڗ NEy!q >/+ x4;PD@L旹$;P1@r@m>OLxS6!Tiv8eXEܴSοjyQx}kfDSBǮ[ap s[9#˨49J1PvVG'b#ɖ"=G涊CiK ZMW46ߛ`J9~3ԑ_SxOâ![lRjQbեʴp=1H$p ֞`< H&惇aMVz^#H]<9HEg<ϘA8ȩjݯJC?lwl~ QpO_aL%؁T4QSh27_Vx$CU)_嵶⡨0I`<&Ѥ*,ja+|S*! #3 -evN**\pg rld椱'CBwO1 _&AIo/d.;Q-*X.ѱ<؅z2fnPf#:H*N; sc40ӟyT-0R8 `mH ~XMw|R#(9`LҤ!GM]qw=Pyb\,:Sl`a+iAMHQgV2Le.@ û#G$,oRrmk|4< $jhX'ݽ*B=a -[nH̎l{-N)eqFF-c +z@!KX y`γzS(1^C2րAAЉAA:]&xH:1Blڿ>rI S=,TDf`g6Q 5 /$ D`7^sb8*l=Yzc6UdbҼ=XD'uUL"ÞO1dV, J9VX!3/ۘ1& `*K1w jdP7OEX2\๎&HX;*T2;n7nXip%QG%'jO5">8G\bjJRN\+G5:0c^y%ag!l]"p>`MXy)u(ьY'6G]AM! 6Hk]&m&XZ =A#}Ʌ03)mgUE#A -rbkmd!8Z+u K9♎͂ڥ"\~j U J\ buE+ `JMM"b 1:T3rK+DnRL({n5MxY83=5a'ksv;|RF ow}Y:n ~~]NJ=q*,@lFh:=E$}ؤ{U!g3 j0S3#+ +V MP'vi35 ^iaz0t7f}(Hc#J]"7E`J+qq^v~V5 *Z&Lc>"tυn -L:Qוjو\W6*uW*ǝir8GRU?rZ4R_:$m+K1˘`s?*oSy}@mvvSy{@*o=rL0=d8D@<ܲ򤨗{v(T+Avʯy^YaW u A]7w2hbM6.chXC B,~k(9;PnV(AjʬqÕ:i#}xVH(yҏ8fgث,Mt=rl%vsI~6w_MG 7e *MwʼKk8֙ 9}jP~$( _DD@䟀-iE.Rb5`%gu² ŔճK-#<{ CIh]=ʡ͉75Ug9٬^g "š0MvKaM -SJHhC>-|O&[eN# NB"fyhcI{o܁WһW}U 2l&P{4DV^%8_!ȐG学1<cʆТ4H1cjQ*(~bK'3ꇡ5a]ֈ')<[TJ!N@'ujs֫6x'&TPU0+d@ɾ+#! `jV[uD?c1+RHxɭ2{mH8Mɰ m#.lƌ$e`01!fC6g24b5K_,$ceP26 b 5o^nWF$!cH]IMK~䫊~D&+=]6/:m]}˗w -FĮ'u>@+egD*ljDyB$3=kN^u-V7-bE[4˷}LejF,Oj d Y%4(0LUHāccqEâ cZH{83,&x-Z4K6`N_*2]b_290-h4w+ ZJ)X:N:s`WXzV}7 R+CqGY0ZykBj 3aPt5kС:5ݦەĢI톕Ѵ5$=į'NC&Fu!TF(c)OI,7*XY*j^&vl ,ؙ5&]'E536F8k^"U G[%qk!&.q_D7彯ylLPaKކTR6*(U]+6}7ʎ!>oЄM I+f>hk%ym#x@$ -P/X+I8ddi -ę fI4 TjVLq1>`Ot%tnH# ƔXu`h9KoVfc қIQ -0{B(;H(_8,"@b '(9eGIZ'Z;p86Ҙ A]FK%c[CSքWP.mn,}27TGEA %9} -uicI[IF'FqYۯOjęhаwm0쥗\h5>3tX'+T 4`ǎ Y~6q@aZnjk/g9_79bLn!m5vG Jk%ymCz߷Ր}ƸFV6a}٪޶|CYe$Yn~K0k%uku/[iom|Ȥs f=\ϴmU[ޚI`yGU\(Yh6vuBNk Cu](e -J>& hAT OB+! !u#R_ R'!IH}%~!n7B+!{Bꓐ$> YrjP†h_$ {X|vM-gT]{j èZ̙. -qk}k[= /<0¨wvD䂣:5fW7Mv˻%-LLSϙ^||}Y;8ôdFۥfԭѺ6Z:Ѳ6Z.z3yk4Fl4Fl4Kɚ[qm47gq6gam4\ ڌsSFnkMBj+! !5#R[ R&!IHm%v!f6Bj+!{Bj$6 .ԼJH힐$6 MBj+! !5#R[ R&!IHTtFC|ۿ_n{{wTpeɂ#wG9k OB+! !<.q$> OB+! !:w~x$> OB+! !u#uktR'!c\-,=Wo>}GRɖT„ݻ'uj F5a_ZENk;QU(zW2ѫXa Y+>[_[EVGϛIH^!!zdSC"wsUR=C㒖j9qDh(ZshK_jq[@(Jw~DqXF FM_L%v/W0A !+z@03{Dم&ϲ$F@S%!t%S)kP,M5#>:F'4GSޡJO($~I.$ 'xȋ'TDNm3u죮r3Cu18q* -%'G^Z6!|N(sG5z$-j=ZeuAtsFe_(`A63U^o3?SOTRK=}bzӫжmi:B-"lH|s(ƋӮSeq3$"J*ΎԚ>4~Mgj%2%ūv`,|-~o6{Rߥ?jw[^isMǥ|\-Tee2v¡{t'Dṋ麔t8]:/$T}K̚^~ $޾6"ʚƤN0WknRA4]چvɑcG~zbMbu'@ nNE @Q.Atmx<{ j @C?vqq"̦^aKu*"h~nvn!VCIƎz{TXv,[^ QrOtl#.*좀W3@;,j.`\G Ф8kL/VM׳*SC0FR==E8!ؽ KڻpvL'*,:,~PWu}qYjTQfG1`NhDHNLkBQQmϳ^:SQIu.k_wJ綟)L3ο;`GA\^* -2+KmEO#L3)@bДGwv͢f.,Xa ADHEvt."7 5Шt#D63$0l4!a -( YY\>䣘Х(sG,,^p/tQM  3g@]t8w?܌,aE'P鞃q(Z/ՁTf3g}:ȲH -Mdryǣz4vMݽ]51r&{W6vva+{,״ݗW6~Mv6Dž ;bjlG>R]k^OowϷosw0o_uswbop{Ⱦ :|}sm}pC| wok-dd!nͼS<]e8or_>7H`:!A#wS+XMSEUsQjY[o(VI7!KK%谏nBs1֮ikL;Vi-Si3^Z&]Rꗴ ״Y5-ejrMkzMkoÆvMk806HǟGIUHI=MYH4ɍd5?FI⽨HN=]̟qFTs"e!ycnLb*,kSx|xA-笂7fkYʪ>D>髜0%#</,1%B{͠t 0AN}VJaXVsku6XUaAZ>;/#jZL҇t°Zݞoov{ixxg -qӥi4-"UYqg7t%9uw8ҴVKw'O!X3vɠ]Rlmw-8o٨^?>}|'z~I"P7 'L ԟӢ |w(f١ V=ae -{go^X: -ܮ'MCtWaE[W|U~zgg)Tscjn. I+ )^ijxT(or=Ĭ\zJOB o$''KTVK}DTKK%ı˶bn\{[ttpiW1d56MN -yue-N|t -y5IKp: Ciγ:~З%JڎvEIėW J%JʎrEI8ʎrEIGI$=@IQ(WdAQ(W(;J%8;J%%l(JJŽpEI$8>6Xsk J $ %q\P%qyvGuHPb -(JKꅗ@^b'. /q!odmNxIW^_QR(Pv+J%qPw+J%JʎrEI8ʎrEIGI$=@IQ(WdAQ(W(;J%8;J%%+/1=JŽpEI$fuymQܡ$ %Kꕗԝ6r?Q"8@p~%}%}+/1D_yq%Kt8Vg %W+J%튒vE;ΜrEIy\QR()\QRQ(IPw+J%qv+J%J⎒xEI$:⎒xEICKp$\Q( Y]_sw(cCKpƆ 27^؄q. 8@7*YӫJ}{VW^_PRI٦um!( W+J`V% 8%ql(*Y:$Tt8:fuem:%uF5oyJX4Ai 7x"TwD.֥M"o\|o_>ӻM۞Z}[' GM -ROX_rA AS˓u0Aβ^<5+jjo\[SEnWŪ`b:yקo^jBp@Ɖ:Iz6!ԉ>5F::PH8o9aTlL>c:7bFtBVGa\Twp~7o|0:c0=6(|kc Y]l62m=b#̑Yu+L[]A޹YeW=e2 ŪX[D, -96tW;NlS6 _*g'j11UMc -iR :rGdئmjXҏ'lͩÝg+xu+L[]Aֹ9XIޕF !JfW@3mCvxaxpx9X)odkt+eqZ#G@Y{L۶2iuyJP:Xn v7Ien vu Kx%p՚/ÏBcox< |^0Z-fuh;J0UFj?F#U;#xMIzy=ߤTⱤx_J%3QzqX>䭧g[xnuՍPs¯EX~99g`|Mݤ#}x>2À`Z݇25eHV+#QTWO^, Hُg7uoL/tjoۂEʈ%mk|'ymzr]"8|tOqKLt]ʬid:״iw鶔YӢ>'$%hI4 -5 %L[`wPD^$+mն!oMs9X PԾ" {0/Ȭؽ8 [Xȏ`.'N=p.@R(m!mam.k٪+lUVVsLvnq \8oY66ueiۊOY8c-ȼ V- .cP"<@@~|銀{(W~ K?X~ K`=L~`))Ga,:81؇dV"*XVM4S |s@r8L[Р}6tiCZY,a#Uӯ41 h!?EE{Va;OpC V oȃtJ3f@):ZﴰabQSqqD`FL1N`WjœwIVA_%K3$ڑEsY9E^2fnq֡"R6TEڅ+J8!%Hfa΋yj_D1߁2?5~K˻6LW4\{VzxJkWqJX,pjxuN e -#nax. iXIsAl*chfZwS^3( -OJ;AVo֢@jI.&̫t%XOO䵐k;`YW - llEPD[qM#8g͚0s~8Yu6d >WýtR=k4EUƣmO%ujvܥ''=J4+Z6ZzT[s&a -N[fi2 -X’γLm=oGӏ?|{^N:PY*kvNx ?Mc[.!΀J^f` %g?k%Vlkvs^lyu ~Y7PQ,um[26U&Isl=E_ î͎`XJu Z]Aֹ9X-d<0_B Z[7FI O[>xvaO˟U==ogWoooO~B٥w7;2-WLv\yWCha :fhЄI5Iz7@ZZ]?1jӞ&yzl -sKu>XzXZ{t[+ q$'1{m -{<I58LaqvpiKpuP#>ΣRR<_d*pPUc- #A4 -؛tՐ*~b*I˩¿0[h05U 0.aYGaPF?@:JL0poO])]f mF&-kW !>)"L&[8ݤyegYJ.&jl{ Y~{zn,\+-E Uz*)2 Ӄ((:R?AQU!71 GѨge2gzG>uh?y^!ׅw\e>}E2~-jz]94'7|t]Q ز1ӢbeҾ6 nL`MwpC -,/;BYl#𾓌o2ì춊ςgpDxdVe#fy VB0\5M!s^Ϯ*n=`U?%ϥ:Kz_Gq߫wp~IwnR7{Ƅ*>9 rQc0P?(g{uA!k# 5!λ ; rޠF(iē k4N&FS((0]K Iѡ.A=rjPOh]%].WE endstream endobj 14430 0 obj <>stream -1@G4D0( dbC4γI\Bt:Βѕ,R'VK *ʨ/y%Ҁ Z!No_O~oFz4Z=8O9 e6 }&t~`P5qȃyPaF -{?>}P{؃u(j#n%,ڊ-lpzjו-u[h&vQ~D'?"DUlm8>Ӕ>l{pJc-jĩ;Y*D_U]*ћ>ա8t*VثU+i7]AZ=:ҋ2ʍE0~]ȕF朗CC_V(6$Q\kXK .l6fWжRh;&؛h8V NdDCs-dh[jLthmY&ڒ!L2Ѷt-5:D[viݬԣ)N``־d?K&xbbe"Mh]m_âmb=dq$XAK:&Z Ά/W0C5´bH߽!:ʣ#rD5:v%jk+L0Rcy yHK!^{\syG7m0mf[nsyb8\3|61W&斒9L̵1l\k+׉:Y su6cRc1-m:1Wlub>\ksKIǜ&ܲՉ!~uQF5/HFb<_S匬SƘtzpzt+{x{t{t!|ts -ɭ0хjiHuZ)_G *(9RѯGޟ囿K4\`sYRS_: h5d|5"H4Xr0dcJKn&KpV #i.- Z -+~oiHoB. cbȈ09t rA"^(F0f jsa,Fa?h{s65lze.ȼF״6=gIua(t%Q[@91M:G ,EcRWs l)鑡ī{[hy4> -_z#eAS@'UY [JDU; hV.C-m,VCVcRヵno>/!sޞ4Ёg-{TOK5蟅E϶׃M7ק^|:\0"" D;pQl>^LHuą>>*,É G+$[b7 {aZgS>LsqC/'RSO,s?QKnXJTEM˝'zVE/Cȶv2[Yeb](0镋E-5r0H:rO)ʑpH |}<!h85 C+0>AGԇ.(-,T!@l$?7^ jesy}|RCq&Ԏ;mբZ\DMAU4/`8Zݹ0Ά(nDo{y%!mm98:Rڂ_R1HE 9H0\rzUvB׎vI.cDA -͹IlWRv9=)M& -p[--Hh w"=_|9HۂF4ϩ䗓7>5-md42L|z>]3Ϩvח'–Qo$Vˁ/84K\=Һ{j^iH{:BpqLD_vm=Iޓ=<;z烁;m4d:ɮUO$3ٕ82h ^FSp훦y@k!iUaiZYF?}w#r+D`^`-/;j@W4SNj2M" KP@:Qja0mZY:DZ@Ѩp+8e'A IxAg|朆L)˲A$7CS+r\?]Z1lk(~=?լ98MբnG3J=qQe}½m<$0Jz7r IH@qZY2ڢe1pBմ q@%~)8 -DJuycr6etfl><9zOZLx^u~0V*B5=\N`nTi -mWT5Y(CMj0f2sO֏!5Iag++ڛ|iKlקu\^hWiiQQ( G{,eziFm"' ,~'; A5DȨW -?vJ٧OrZmP-s{WOn\XTFD.Bp^2mr"#^ qTĈu-X"< -@Pۚ"|ad[/t%t]{YX: mm -/(}x<݆46L|1iߣӣf]PYY[,Z(arX8N3yEfg4+LoIɖU38J]P0<ɶH6MBG7;h -5R[+4\V|575LslwzM -Kr|0.9I"K04diL2?BJ*в/f˾>5 Mf_UC"؟\v6NB60֬p3x@y•geyvן?߿.D՝E8{ɰ3.j9t]ejp=¼cՀҏU!X1Y nHhDg%ü` A%|"ק CD1ٛxrx&T x`9xX -[6_ҡJZ8 MQte2h9_e%ZekĦkhflԊ$fyp|>V'vR j);Ц!6YN;=)],BDlk#(1kX[8H ~*[`K+T -aQh@ UbcĦ.|b$OČw: -J 5a.Vm_BDH@{(DyvQ +4\-\eANȁ g-5,̭a-ymbё%Tu*JTc-hMFl+Yg'k-q)A>/!@}|"N:':#JU>6M17`zޑ=PK>ȷ$ɲnB YX} mx-Zix)+[irLyfϳ)+C_ѿK,t32 -P.kDa )|H{36Xl#*s+RArW_Bݑzl~CL=9 {:/Hw&4.BeeV=Zjt<~^}Ѿ( -)ԑLL{[ٰĘša,cf({hIYPHÛSe\΍Ԗ[Zue_>?y3<~J%pi6jVRcCeZC<&`ZAܥ"IʳmO4rW-*U]Y w:'K kZt:I K iiIKl; >Ewiz>wJ:.X.m_}zm<~~J۷~/xWTM雧i5eִ0^|jgiqb4o.-e]u6۪&Yiִ-*5zɚyZzRҍ5X.._5Y~k L|1Ta󪾶Kޘ3Dl%g,~reON\~K<-A! -q(ҖXryKR/eEmatV:ߥIs ;>ghoRÄ?`LZXbYtdp<,ڦz+-=.kAElz>m}/(3h%#̴ۤ3-c>X=]2tB-%'xX+Jϳҗ%\q_ a[]aY]a[]aY]a[]a_]a_]a[]aײ¶¾¾¶¶¾¾¶:_unDehM -f83N m>ipZf8-3G21sشP򚖣<`YZ'ǻ}uZwi:-m]ھ^NKii;廴}]uYwp&KF;fD}9V-}S e4$SΌӏ}Aaf$="sX -./޾lf/VNd0 }{+ RC}}%p9M܉mi>L~RuK2>͕KK2>:R]/%qOڋDJl;>i1(9֯z/%-_kwhFNȗ~]}]֯ݨu7jݍZ4܎{ǥO??}b%ہE#%ʀW's lGKAbEDL[%- -ގlnI^SU*Uj:YIhbWā"];  -6o %t<*y͈ -NpO7pdsr>>H=aڼ6XC -BA{F -C%YDIcB.A6@1`2@,O\©[CrO*(sN9y p~2##Еm7/m>$WF)}X0$&9L6DAArOj} hs@] 5`m%zn ِ'=/6W?'+oHKD2_At _QoZS\׳cdQ2}@k/胆'v >) 9ic9Vf!.`>r`0c1;$E<Ɛ^a;Ddgj|F҃G`ಪ+ѻҗmUזpHbQ Xz !n;^/w?ZQ 4S@U l",c#[E~UqqS{ -)ZȋkE.@%Elu 'o'Ms9z҃{4ٔh.e>=A~_?}o|}(t5S֚{ &s_R'*=t%s*k+h=CQU$*e (W0y%2_ٕqi}u4>w;g,<$MsAݥY7Jf^<&&C -``ͽ2t-%tS}Ծ`6 -Kzl\+gIR ,%YU/qTL9|3fQ&K,!kR3#.^= ^:Eؠ{Io ~ 7}s?jam !GA E%.!S)yd.$5h\;8b5$.pe|2>\OWƧ+ɕi6MP4-#g.8m$)~fSR`5!cs~[x{:77zhH<¯/} {_-q0:?kx4~5Tϟ~6-Mԗk:T;2.*Fe(~`5|IrgLJk7o -xUps⦑BU%EfQP1Uz(.D/_ҢŠ'|-.HFP1+2(Tr%P `=ьh})PJ W*5D`c5yTJK0O_צ77]S%HSd9‚ Na7-NIqXS᳦6VSYj_-zKHvDUWZ dFS&=K<vo_]~vջWo_Y~njofq;v/ 7?of~7f_7ngy;v7vfu+On z7n؝ ljppC lDkC<DvG l7DupC lDkCf}3DvC iqꀲ1{<s'p v6t@@@@@@\xrYg;i6M4i_s.Iޱ2,qœVB9,`yZ AV2WTAV܃k gx_ ] JR^`P6EN*IV$p%JD - %#LI|ksEN0",1b1H5T<$ȖT=pIFwu ;x$͓k)f}k -򚂮LlİCDfн\?O}'a):yFJ4hT!63<< - 3)9sڊPqX(O+p)=Nna28#\jyFe+pQOpQŝlf|d~ #`}p XIru$ @I|-0lCk2CnIO[mhYSfAXgr;)SOH7UO w.%"BrP -dlM,^m 8vB4hu UU8.V;Ʀ%2\>0"˝8]5GdcW -#Ύ.XTsp{d.ōvR8Q5WzUU)!fPPViMO7sͧ9{eاR|2DZ4)db@NQ9X9Hw?c#@!MpвAԢ`[#T6eu9E LA4gGEY7PWe4$%We2 -E~-Fu 틥K [h˅qj̼~bsD-$"D?ccpIӦ2ZRv^"%O^(K319Z(E]R?UpVMT.ѓ˖xu\:=+Fy w\>ϟYoT7تj=Q # $}.[f-.1lsEDzQk8{3D]u7Yt*//QHxVFAvВ;S3b3'IB߻jʳop!zgjT`+a.Nq%Y>ujFNÝ>(|E*tb除PGW"ڷr\"$C,gf;5C -除z䛣lH/6h2ǵvlP5S XS`1DX0ZtQ|5tM&׃ -u wp%qɫJ6MHS)cRKѠU@ E!Ƕj~ڝQd~#"ʤCl'@Vwq"FomOo߽?j ÿz9'[5; tzϡ"} b|lȡ,LP'4ٻ `RFB[4fmM?kaQDwICzLޠ` -2w! -*]s1u eҘ(h|"Px O+8YElYk9 . YTemFO&7^B\?vwc -A(QuU(RYVlGvW3ZK_it$~, Hq & -CQx+X06PTo9 Q&"hԡ7hګm.i: ZU!Y!(8V-DTcHt0_~wW*}'ĄlUEӑqPTeSqC&%{&_u2{EnVz戠m1x`|c8r~OQ0CzGFzK"+>Jz,Mß+>mE&6'MB+% -k8g9eZ#gu>H6994DYXMxL3n#ðw>źH!||t|L9uC-P=wjhp-,O\V B0iՁVVu ް_>wjCghRY/=ڃQ>}0o+/NU]=}Ww]{0uo]޾e \8vt̵?k_16Ww467O?%*+%';:/Mot~!(a !zIC-Tϐҍ__ >-ǺкI`SUcr:wV:ukt]?246BQpH=} 1ԗX&?ES,juIWRIuT1@H7$x/ N;@(\e|Ұ>{Rr&dMVIcc!(t[] NB,'{9v\0}/+jx2"@) <xCT%U7Ͼ$ B'jH>*ۍDlǢ y2'cX=/`/T,Wxr=K&uH|/قDiB -sh Kؙ7u\.4KhS爃qA%-.wkQBs\*R*A52D%X>E;|~靶4ePPZ:Y!R -ru# 9-r)Ӳ(D>-I [ǥ -$J EѶ%-WWWYF#;Iw.LqjCI {HC"YC'|N'#fi4|:9I'WkW4o=ݯ_|xwW(*UX?99RHv0`_,)p‹?@ӄƤ+O4s$Pc1#8jD,jaC9VtНCT3Q;ė;,Olt' -_իA|]G E􄇫Bzg~lO//g߀"t!ݞ_ X>QȞFP&@j. B.HPͩ2ǃKHҕؖB 3~D}]* -K[ȢW %BWUlpN-H6(,+b%O6 ң,ϓZH -U3߬/6{J4`䆬t3mBtYj LDF.";~?X -` /)ӚSp]!Sne\%$f/*,~Hج9j?mMQծa$C~9;c=ee@ԻYhJ6aTH$u(2cD ݤWP*7U퀺R9㛙~;;G2%4?di/i.iv|L3'3|KS9O3H] -'vU,iz2>W+y;ITBq)Q208Sq  -p7gr8jAg?e? 0ȅ7Ua8 - `9PP%$z"U6ufh!㑗WҀ'Hy - d +OzM`"aF1 idBEH(|TËܷSI B 5F4= '血M6/'d)lX}[I6T),Js6Y֘y<́ΒYU"ֽyqE.ۮ, Z9z~ ]L+EYXFqѴW/DžQT脾Q)Y߶\)Y}3$R"2fji#U8T`M]0YՌmxe9+lXgwǶ}:ƐLAەAg&v~pTV. \=3H(2SmO`YAa 3+9L -9+ mw Y48Wϋm=l]ȑ))M;v&E}y:Y6%̍6˽/.~l*u$QV`yd%߱`pfEYp/'9:{tC6ʼnY{eEfxn\!r%"L[\ W* Fb0ɏFx^IQC&B,ɢSfE()`dHLתI6ʈrm"ƾDӨ4$WS)m#[|]1,Hxddq G&C<]ҒW&a -3!^TB9H1%0۵TAZؐ]N嚑-`u$+}P\YKtR2 H{dRvMU| tQ+ɶ8U}WQ~|" (zG`O~$c v#yrP`F҃!uﮨhȕ{U4Y2pд#l"|Kk{5~1Se8 @ٸ!\!t:۽đL!띖4) s}z]X~I4AXd2ĩTZQk< 5muʢAz%1k2؍)`Fb.Ɇm4a5EM%m>Esn OqjBnd-MCgJ=LĒG$IZ/3tL ϖ> @_.>{3 eOFG&3ihZ:A}g - I \qb߈8h44Bf[:dELILGM|ˡ Ub?c5)z4.`ǯd#iu6j>n,}ښ9X.; -s^GȹCߚ0Wp$Sz uw<t˰#'4Y*(LوAQ5sWV}i-Rp-5Gу}`gvwŻ]nnzN{^Q]n.x wŻ].xSwxk>=y(]Nx[t;nNөgYs(ܤ+[C9`b)`->jZH[-52d8B^I_Q8 [^BX$ܜeahNT900nWÕ(Y<-}̯_|Wf)%nB@K^\Z#-  Ѝ*V龎fq`3i6iDhli9󁹨v љ/ t ӈ[.%^Pe]cjœ]8QR[|^5'~]vi8|F"!obRXb)DPKʒFIlr -Cnlx AI_ W<"w[]eO|%?oP{@vh앿@o`מpȓL8M=6+G8VMWf8r~NQ6 {*89coZ;>fl2$3f~IRi7tA,H: -\.ŠRdncHxf,'2k5 i)jr̙:^,2=T@"UQܵW*L6Mu奰$ ;`\%qt==m<U'SjB݆^/ -Dqz{W5pYl)+/ѕp)NKGY>$WrQ @{dd(!E0ziQJj`=u}ŪlXI aw]CDVim>SvJ}r8UU8r$} Fk :Wㅣ{%ݵA+Kf}ɬf#O aC і>tA/WwDٙ8Fm]tm ݗMjLnl1#Qe{uRU!D(eUZFn9O|D"03J >"j=YxwD|X爃KBc2ISiqN IN%ҕ8+)(}"{bEdӍ/Ӿg+X?׹WaҪ] V@ 5x+VXS5ɑu@)Bӹ}<aj㍡;,䧾aX2eN\JYX8k$-c1P-z\U-^nJ;'הyxA rRypJ䄃Boʲ4Wh1I%20%\z2$NM -GÌlU1ð1fSK(ή\D嶯DCMjʵLv"Sz@'04lǾ4!Ą[tW[R~tIrgvQ"@i9[QI "ݪPmGl7\#E礰-* |G^X)m ٛ"QB!һ'bY^^RH2f+L ӚjHc;p9u6_NXy 8>'h*acZ  fOBghW uLP~˷?whSUŒNT^̔/8})1qOܱiε4Of]ȱC+0=_?15͐ Ee Rt@%XJhyW+K8 C]∋C;gZXc:@rtm+r|@:evk6H&9)&y::3&&-%@{KJi)M"E&i,ʷ7BzBn6"v2.qC^&9g!"/w|1ѧ18)T l -J ÐM;{ V,&/,CQ${Z%14i@SR S\nƃ|?QI@q@,cNpi@K;۷mdqǍ"&MЗQYP}8Q/<2\0}!h *oP]vWxآ5<߬6rM yw*iBbm8Nvc \G`[y٠%4Cnwc{]y\?hBr k >g` DS.G^^D ӧ.ۿq6;Q0452W%QrE Dv&x窱z;÷Erx(ʞ9Z9#純I4Y0铴3r%C\Ns +MWR(WሁKv*OVbYK/.Je%e*W±SViq*OUܧҚ^(#@nV %*(+&ԾZ} 3F,VҗzrVSl OoP(2ęr,qshZ+rZ^\NFUW+r ml/A^sGv!O y1Uf}*ϫ<\X< 1!6Æ|vÆ|ڐO;y(o 9ȧ !v^QA> -(^nՍӜر ?l1a[umx#O$KnJuW]$IKmE^QVQJ*:Nqkd}dGE^b> q(`Caelu)(X+P@Ρ ʠPܔ6޽ 5v.eHX -m;hN֌d٧m̈́L(~̈́a\sf,n[3OOv,}> cga06Æ|ؑ;qC>n#n#5=ܚ{cozbj{ھ6 _܄7]{!aelۧmu.;,e㊨ԊS`eK͑ui{)N -?"rx>nuqg6/Gp={\mCl#Xˎ`,mCwێ`A0 !8vǎؚ;cGpxc:E0-_ Ai{NO?4퇟?˷7"Ly+Jۆ8zd]iKI͗NVf$XZoٮo Chze櫈h%Cs -o'qGb{Ĉ|1Qu q!V/z5F=eB,HȲCsX_\N=} jC.}ٜ'"ʗփ/z1o.'^#7Š>s5>ĭ^rױ.nz1ܗ{E}\ZEu]D^7<~]ǻ7-}hoIwwEmc{X]bQ<]7ݲ]6ӆwN{Ei;mxi;mx ]wnݶעk}(xv⫢n69VQYNushJ9ӔEDNSFS&r&B~%_:Z+Z7WHgu/׍˓{EIx.M;x.MhJ+j<ޖƻ wn@a0vܿ/w -9 -{n_A`rRUC)G#R*WV^ݿj.d)dlV"O>Kݮ޾ ze("hM Q3+8@f}:T-6NMj+K:}vk7톽 ls. +95,͘&3,if k=%O+ni..iְIS 24!W^gR:2 -oG*ZYZ>6# ׹y--Osv -&GNRѲWTVi}ӢW'L^U",ZYXV-Giz^0k=-SƺUdYƭn]g fTp:(lTj 8(ne4'Osz%Veu=. &-B9`2rYMstU"Yꃤ^X`,E,1nϖ"oilny:pw6,=n۷\rdDY8[fQrӊ,[Ko#+Jϫvw;J"RO6! 7?h7nlg 83cMu9s 6Bcc12:(Ȫd["jטq4#,!l43xM)pRa權*8ŎWJа81qU)i[$w%@Nf(yVeP}W^ꪓbI ƪ1-n9">eWQq'[y%-ؖ&e느|t_bNyZ=2>m#ݧ+,32p05GFv9䶨7ے0Ӹh' ֯6{UM#=&`$OAQ3KTr~@[ 1\ #6k.@g9u4k?U ZSDG0b-=Gx{CEVԍp7PyDb[= ЃV -j3_EgQȅ&(EO}xO ,C%B!&Ǿ*X%qsh3-!Sܭz>o񿳲wm#2$!$^hl a㫞^2!IM3 V6(W8* yeTqwƭ̧&qڷXh8 , 3@M nIJ} 9#(h.ꣅM:3ognԧ+a>OIwk.瀝QW꣥Yu-[]G稏&!;RXUPc[GP8_ZgUkQ흣>ۭ>ZjQjQ>;G}Vƨ/ޝȂvG>~:hGBqe~Ob%ޙ樳XP7Aa$sWv#q|IXhkz@= 5gvUXTYGy>`B~B)z%vv]* S5eUciĮO̘Q+ -?Uڢ3Ł8oA {]3HHPkSc XFR (xj\T+2ݺ$8Yr0= ~舡W00H&*.aB^>wox$>\z '0oiiR8pa @Ǻ{'Г>zr僾 -P9k]".횬9b8c7P[Dبp Mt2_ᬏ7\8nm}Ff!9"1ml)JU39pv_΋>@&C\poˍ{r^n܀e!iaзF1 ђOˍŸ DQFBMDI˭e! -i%8FSE˓E6@LӉL͵Mrʨ 9Mx5 -ie1Zhf)4cWv#v}1khL @H%逜wQ uG`^.I ᢛ(:M7}M"wtxVkM6]1*w)8B_l٧mٗ;|0(},Qz5[Ex~.g!>jZ'ͳo_0t1T%rn GRiY"b V A^K%E!\)[=(](['[ٯO&[L" .*)rlHNHHk$]n-].owHRvA=] r#H͡ީpmwGد8/7G#cOѯOA^U[#͟.v3Bz_y1g}17E9]G:GYǓߗ/Oݽ]G>5rMDh-Kƀy`r&e٩T5Ҥ!e| V|\ҪڦmZ RƧojc?\lR9}W6kM4\Ƨokr}O)sjMMpSw_ojYfIUVOi]w5Mŋ\Jŭ-&_ZSq5Z]M]M}]/黚ƪIV`sU75E]l5ZƧ5w~~C_::>#ݖ4y–2>=e~z{lzIބW_4MEOۖ|SL@U04c9>}lĚ7M3ȑeHsaiƌDz|9~ƚSK?xִrI9A8:ͫKwRdlj;gZsy962ZZf\a5\\WKx:"itq /W|k0l͍pqRJ!e|X%i o֔]MyDOvEuϧjR\SiYֈo3Ǟ4A "=8~n̔ba*,qpק 9`!ʍ܈`~-\87Xbh7^*Sq](vFa 'g_ڼ䉐TRu5>7FWel1CK #MKݯb<Zl_//TCՄE$C%Jm6P&J"){ڻ)}LVI9?^B0!3KWŌ*vcSJلY% GO -/Bko'eu Rgy;Y;`a}3N!$ -@vDhBjC -e,!q -Ϟ ѸIv2i%Zը&(\L6JkE7.1X65WbL~9lNT8I!P,Pf'Y_-8U7~/ YӻCw΢5>,D mʸh 4@3۽JPqfJ;;YMI:iu@$jemPpMJ@$@U F -ToYf*|~|}tt5${ ؈HgqÃmc_ΤOa2\Rl`MAA['YO1!]ZSE. fŀ-o@NN)j "-=#%:Z'΍/%ݠTnhj4Bp|FoOTт&H@,ZX+)Ib\}esytU.$Ah vN}o>0j(lǶB~H4 @tTI,e Y,}䵆B#/kP<{T\byՒ²/vR {EZy]:ЩR td,=mizEE78׸By@-i('d6jNH Cm",;`qyE`&*Đe^ؓõVMry3ϔެQ8c~#XTAg}@9=,P^FO5*61S ~TOksMcH0E\,py{<[US~@[$DDF}4*C?#!KEz^Jϋ TW$4Cq31ﶘO_!x2K 4@Hm*~ -_d w~Sd0=XA;LA2 W!h$÷M8"9'Z‘cڻjX8fun3KfP`XUXN^f (?̨FDq$:U!h)wvrт~ g2jRx -VܩBT? -TYBp*ikX5XW'\qi֒$3dP籞JTb!UX7.\>.8%6_~U{?ϯ!/oPv _nTs 2{5(`$ Ѭy1iїlMtUair[Փc%4YɰhNK)7A y'b]IKlzMMH8Y}qN4èvVo"_RR'{rc|A/U o{%B"qk1;ު 8—B`^zL2Jxx.읃Ȉ]ȣ9hiŹ V8U\6Xao{cBE~>/ᐨLP\I:7XrO4+¤_>Z{z޶\o*,7MZDfPRgYNx \qd|&XT $G2dOY IVp..p$;\ld`;Pelhӈ>+%04f+9؋ -`v.Oi`OEҝ"~ :FOġ~Lʌ샦N4Do>I~9Ԫb)2 - -no#C `yabTnUsŲ$XWU+*a)lTn KǚrEC,ӈuiAO.БdPF1VdII1G#^fkl0LCyd):5lyE?p66ezwojf -~}>$8&hM-vU=? -츗b `{q'*D;ӊekXE6vE -%T5K~Z24xS1~ ):$>!+,;v_,]Loͣar2,UE;:4OP_wMW\(6VfiMHږלziad7`Xc^I I>TweuS-oQ:m y.~\[/E@4PKù.-("KҲ>0.țiy+1f|X].}^>?~T/ޗ_0BڊF #,\PXuIAV)koVAX8N{ӫZ6)#rߋBcj#y[rJrFˏ yv> ,3?s3" vK - qIEGF-QNX=LF7X6[VBPq:;5*pq6Z7.Nj\Oa:i/-4X2^`{WƭbgduJ!^4$F"D,QfeCgi~m\r܆N﬜Y=tRgnf*%#+)*%I$:vrˆo.m buvI)Jvr43%~;N7ySM2eÌ3:ȑ:0M 'E{BG2s"I5glwiRpo6T Q_K5t 7̏Kg>֛֨t:6_~yOt_M tTǩ =E^L424ɻpiȝ4rQhg AOq5<3hP*g\س3etY5[ZXY8o'U3S֢ϿhY28 i1h1NDf ~NK.V oS;a@7FX;G. Ɖ[g3ԉWῆW[DGй#0m2xYnWY͒LF\\$l?s\4;En9w~ ޅyp-66ʤjAqs//V7|V7l)\؝"g ejԼlܴu}mz3S k\8+x=1VdUPC=Um\*=1U6=S^<jd' -εNvj$!335*іnl -\(ibۅ==^d=tE=pwcIY &q0l0Pq@i"CICnwxA;l%Alf@,7![eKxmE }`8xkBg"դ.xe#^D;H$hMB-l=XXZbΞv^K b݂}(Ԉ *p[TDТ&vS%i#~}P'y$?Pȸ>GR-/$@VIb9Qgwk*ZPvDV1bhWKWhTرTW>(!m1,U`9&{NGMS25GV{h!kDEt¥>xH5/ E̓ڒnMzc^ K9x-GlRѱW4[DΣnĪyԱvxȘ}R֐dUEikQԹӛN㶝m 8`ھZk&gs<{xO|[䚅OnϮق˿h> baRc -5'6fӳlCu"[Ҁ%,'ֿ^7Oԏ =BBsM{h^`, $E6|J@g#)+c#̖5_VIj<.r ڪd -Xt|jm:uz;0R}%kG+4jU cAeZ(X^W)ӰyCbIAԅf4'ha30kV⠙_AFʷ'U5~oީe ;{?"Pvfs`l A+ q~'RGCq4QbrbIrr3Y+{b@2 P kp,_Cǰ,K >Z 7lj<IJXF̵CzNgp׍ǀ0>;"u+]9dvXq3夗5 -.% 5?hCIxffmfzawoZ݊31~PU&5i:`sꡝ_v},ӀJNanBtrոM- "d \1,ݠ`ԞJ;-2kV2X Y2c3RrxE~oe -f_ίTvz/$%!F9c #Td>Xr Pm>yh^ -?qĎD~1Zi%ݨ[7O_a-YB`Ȍ\iPtH01A1HI6b[FjYy +1a@P<SL}X߇%uiQ'÷- _J[L"|At 5L2|.Qq:[1J #=H )z(\$ionO=ƠVl82vpYl!硧O!W8`麲7ક\nP8m"@SXˢz+"xuV2|ax JC&F`jNrf<{+&^@E9B^ ĝؾ\V֏ -[a93Ma`%]'tcU~ӏ}0bvj`lߞv(C\0   =^GQLlzh3W|$MV@B*鵳٤rvF.7NVrrPQE ~)']65pf -;J6fon8recP *p; SID^rɀY#Y9iPJAPZ}B,oRalN# #v,I,/N AS#+2̪z9]53D깦. LzL%f nkz<Ǘ~*AT%Sx0G0qX$Q&Kcp'P #yH!\o|KA"i*Qߩ;BxjjX%9{sb8tZﴶCuj?%m:ՅJJ՝W7b0Y&2nΖ^zÌ+3 75Dz@:b& 8RᅑMK ԦS -X3^Ipbݜ_|Ue& -TEp(L9Df -D!S>^:þEI 8 7J&nO]0QE %M"^ ,%H?g祟_BByhfڹ ?zM$DDYP+d#YM`b17wZ"~w E ǰcG6h"4'H Yr5Q0\8wyF6Ш@k5X{$ACû-<>5/gvJK+?IWYܛ-]2yD &B9`/xf_R^Q JLj۵w7Ȗn:6Pi -^VullIHצ*99 ҥ[RHiV㻟!x cjTh=~G@(]RA 7vGA<|wJJ;7t{}MM`r&H0A{G~$  ]L>ZNP?@,Cضfuƽ5YAS]ޠvWiQ9t)p6UTYhm&D C4VzH&D./re-疳.{llV -%/$e9 -˭ -:hyPzgLMMp[ƥ4L\p5Ig!}N(2Β69syF|,9k96)sn٣=g kΑș 9CJܳtV5l ;)FEypDf-HI4s{ 6%(hx,&3YiJ@&}pg^j*M+5JRӡȁz|JQYPˋZXH,;/!ZXv{2`d -DG"/r{] oR> tlkg?Hqyj@]6x!/լ(w9/նDaU&&L3FnюI߷h9VvbLƩQzm[>Mp6`tԛi49)]s߆6WFHr(_݌kllM"bTx[m"? #%P&], -mPnU&GGaG)ד+889nϯsC.0I\'xcA79@T 8!Co;ޖc -!nTDZ|7muD_#U5O*p j$~~dnjUT&ZD(ӹ1DE;O1)CrBHg!)&4mRJƁ"ޫ_/zA?=6#*c 8t u\XncG9 #mb2D%F1ClB/qUe-0:؀alu0ؖ^tl`[0l 6-:4SilK#`,,_34)FlTDuhD6K_w=F=&A&^x(lg|Jh\r߻LbaNgJŢBŸ_Sƕy!$-mk_햣/12+uG1]{k~Ul*| i޹YG:?řpCܓHZNLNPxqX11LPV1y \oԢƧ.X[K,At2T-$z%ŌcTnĪaTxg`5l!t olk#~aeRtƇ4zUD{WXt%J Veיų&b&sPmx(#&6x aL+Y4֞=_A-M!L`(wW|HG՛}mNfM<>Bf ScyR7\=#ei51-_*ZVՑ[Pj~Tu/2 88T<=/nQBbկJ?9[)H).y6[iX"`'Uf(+aex/mC艝]G gK-ʝƒXZMƜ%9oKA|,D|.RG׍&R⎬ؗC _ۍ&^aQRqJl X]5۾ǸOX#~O JDE(0.yG y -q*;gz8 )Ov[D'?v0+BΘn!xg{!7K-;BGtCYcЁ_Å[6lZT Dׂ W0L|th@~#~stto2$ZW# om?$mkz_?uU9R_PJ>@d=^-.`2CrL(MEGWtã?<ꡘnM|wwUdR+&^OT J5`% űw -^vJTYBS}J<[^|L̷//Q ѩc/tod=DN#*ȷ<`f&c|P$ƱGl+Dߤz~2l]2^Ƽ`O4o=-h[ xL!ILAڵiu<Ҩ\.C%Н첥_T^`?ޣ2x.欓4 ?*9 -jX1N*&Cmjq1X?jfp h+uDkMeO"IM@>KF(Ůd۔g><kv2yGjXF j*K^.2CJ`343{/Êy%hyY|(@6UD=/tQ*Ik>? bN>gVEEr ǰ8!kDsfSN@`|NKɍ:lS57?Gǖh NUqqQpx d.EJhJqKqdh0ɤ,^̟Wsfŀ=(̀£}PN ZrΊ9A ej#2lTО Ұerb S8(q.#9N'I[A(uhJ†ۓIe͋; jwdܭ- MtB'Rd|Bej8WuL:NB!naM+ewwqH~ڕL4A{hC/&Eߡpo~yX}v/~HO2E| - ;FL]XZcU!>- -To 1*&L϶kȥnSv4 -ަjaU;Eƞ(xTMR| 71˹&&21|6O/^ėUGڟ̢PmåwLP'ڛ0`$\/&RoY~RDBd4t̴!:K(ChQFL/ !~EW .)vب,h+HUzpj+U|2Xj5&1Q[u>܅jrvlGADÀf -~=FIvY.XH O^Rk|b+ޭY qh@1*IϣHSf + Viϡ&rRW\EY3/X&L CAH8`=jy7nly=^K4t΂M֓<%1g::VQ۞&uvߛL#XQi EJ*c~۽BFxJY~ db7<2"=L@eG bC!mݢ>P[ͥnJT-)M, K -!۶9=;p1|E yֆU ]fh7?5K̒L:xE|`q?7f`om.- - XA@ݡ ('@TsL\Ko nEvҶ4Cb )m 㤘&&],U.Ѻ*3=+h.wYz3~~ o0rq^lc8I PEw4"'p DZpgLnHS c^GMj!{|_rKY `fSd7`DT\+ܓ]ɕ?MF tV3Na˶qufkDtۏAShBv7zJ7d;5z7_~г /z.DYD"&ܡ2g ^nOU> }TJ$)E|Ʊ34D 0H WB5/i`O1zIT"f!N0LB@ڣYnjl@T,|'VE`&;hQ +ьXнаD4O DA_Sr3T(9 kpiF,6mlZD*ov[kM4?÷۷w_z۾٧ 7^C_Ms2\@u nACKƑ!i,m u,/tOGB3_=$p.G `> u@LP9?Tx 1s\6Z, ?}C.B@-` pnYfYI=h rl <(1~eV0fٍm ̵sԒ_h05l}py 1QCEӟ:l 4(+㨆na %Zd9=06X@/MRTҨr%X\-j֌lGXTknpogW=L rƟم u|ԭ\Gf1/M ѩbϊX;޹/$nag@ܷ֓ȀZ_-¬rO/_ WC, =-5הai((8_̨ g$yʦ"|xX9 x - Ay#;S*4Ѐvg>A 6 g!˓'^֋w=sU]W1O C1GA YHE*LNj]&W!ݛ85:gJ(:&؏2`J*~ʰ<1t o R-Z+s|;?eHmKwkB9X#Kޜ:}!$Mvd_N_Yd䍡|o421J1bw ~9&6d1:zwP+Ŏ$w}w̡1|iE{`@ņ`;%gjQx?tқ!Qn<,}A.,aj,bz'U W(/?_e\Pnd5?@߱T=p",,-9;4_lo&i;)e/ӋWbY|BuҦ,NLĹSU%u{Ϡ9Ծg]zRPR)C#=QnӵuS |t"BiۮY2N4Fp -L;DDaQUE)ǡ֟.-ۢR;PqJnq򒱇ϨORN8x -rOJbZnI]|ҢXYtCDNvY} P~Lcrc&2 ,vd=0A]՘ϲ'=+@! mf}y88wyn,U I= }m#C:$~kS^  kgi=F_W%9h" cJIL`!yRmv1a_ ҎjRqY:eoVy~圖c*95tǓ1olߤݻ#{<=8WѷZ1&%ȱO7~qr|t#8Q;!NNt)rCW9;~wJoTt70 &vQ(vU^~JU9,\)0s>خaKm ec*M磉mX4M8Is~+`Mv(1tFsua/4l:I)nDb؋nYL?\LZ3Y]BM6|=k>VXR5aw!.!zKR1lyw y_ %u [H]CÕFW=\i&<-n!u )b| %u [H]C^.!u sH#p:|KR1ܖ%.!u)bx-y -L-2Rcپ~rPl#0NxIinOE#Y).I>u=(4)j]zPNFNՏ+kOӗif {r*wLL˩0(:"&`'n -d? g".BsftA q_v hҧL O׮rhp.\l|[7 f_˽GDEƈ0Kn{C Aw4;d:^ &/Kb. ?<ڻq_L]Imz)eMۋHڅ116!5@ʷ/o_"nL zUw*?;Sg}ŜfWem=+jmU}#GeH-N0"U_IL(Q!C];H7AszP*jX6mvz(nj<%}={.̄ۊM-84A&emL[:iź^ibᐝl+Q1mbtm6v{|yQodZ>4;t+m|0j_rFk^#&*hKzxTޛC -`;P @+ZuV9wvT1BKfu%F,dKiۡȇ/t_yܩKꦂ4"E:wz#~j#llǢ;nj@I+7#&dLpοU꣎nPD[2 ѨBs%k9;N0c:@!ϱ$^er׹fLn&sssLG>`1ur29Jhkg|ѩ!& FST *FTحQ'K,<[Jͳ5-|^]ͳ5L>[<[C)<[~g<[Ol.공E). a'՞Cry%pycyAQzs&ͶvqCo]& ݾfnzŇ^ҭmmyF붼=#}͖cmfkҺЭk6ڴP],gk~6N5n>E=4KBF5dO'7ѫT9< -XNJYJu&&D:l `y((ÃWaM %u [H]CnKRBk]neIB4Sk]5n5ԻXR5ᶤ.!u sHeIB4Sk]5=ԻXR5ᶤ.!u sHeIB4Sk]5CP-u %u [H]CnKR:1\)N3u[ ->B}cIBRא"ے%!E %u -L-u5-k[ %u [H]CnKR:1\)N3ֵ\^0ma^¼XR5ᶤ.!u sHeIB4Sk]5Hjt~9\R 0@,kERUIL+4VIKʻO?恷=rC̠17,'!gnD>y%HƎ"&UE?E8G$z1-jDvA tx hiNûX {x^)j~:4U"IJ l>X\8[ME`=XCz} 䆥Bܣ̒;ĉf+:C|dd/Lܹq \vBN9 i$bge=-mm&ǿ͘1{03/ӃA`p1q ʭC^ /O}m[vt֖0 ^,'sH^ - mQUR;]lHxg wYXX +/)j뱮$b}@pCU;~zI}A2cd`a4cud*2fiyID)A6dFeFu1y1 Q;=Pj'#\^-I$b@$2$2"sI5N"UKبƿԱ3!g -͈$')sLII6cu@{$ -h'|9Jdt\$rK._lM2ZG.ygVϾ"Q'Bh:~R Y/*h.^v?O:(-ԝRD[ 6cjH%梒 M JRFڞu)FH}i*yn%.Va?TǣttB.iV-1Ɖ: &.g=A --'?:cqFqut"2O [":2̎pQV"h.bL"VX*6*b*# .Ik-&nHy}!.)uRcW"J3=*Bȣ3ԓ.GQΚF}YTK.yhJEҦxzJvp8U;CTtpgPlm ,h7Ch1"sGTRFZ~ڣpصvx,Nڹ2X'v?vB$%_ekz_^^?V%o}hSeRю)}8.}"ugM4Ү>huўꢕ`4G<ٺQ\ToTzX 5υ0tN04&<r+ŭ|WBsyZ)‡6bt#he-&W|r6Bȣ^]R.S$g.Kskh}y{ |?z, ,:EfSpq9pK&s˔~M nt"u%Q/F/uyqBZlFTF,B1+uاza`<%n-UOcLbJͥ|D.ϋ/<*nf=m?G8g[./׍mc_. - -UQk= IuD 0f'4a o;?0H +:< Y(+qf9CYmvd{ YΘ09K7ԎDkÁQ_¢Ƙ9Mjʤ T|GN"hSP$ݷo>|N0LO#2ONкaǦE`"wvsY $2)bt,yWBb}Lv6"afQR2Zyʉ>(XNyEaK.99s|z0@DcFTIkX4 |~$H--$#hJ4OGK=vTݾ+F͋5LhK]4e>D\;4nO)Y(Cw+KUlO@΋Zf6}dc12(SEb|1Gl,eNbas 6L1Pa5I[[ҭ9" Y8=6MW4J zA1244H+ Rs˅a XD!!#bҡ\E;eqs90Jy!Ya@CfMfn4&T0,wt*J7%K@\R>]J@'P5Dn3o29+nO7$ڈ14 JM= -lɠ@N8X/q@Gd 8YIlY %/xoNq vk!N,G۪MGˇ@,`&ty:ڷ/.*3f 5<(D+v{CC.+\Zw}3F`4# Hu9^ {y20\SCӊo0-RFF&4ɞ{&9LrsbШ -EUWI,EK4i͂PH5V -wSBjYTv/ds\ Hg^ 3}[ûe޾~r2{;]-o_f} oU[TD%Fe[tށgwHJ2 -u;I f+n&ۓ1D] +y'/~Z|WYX'=&Iԛ$ )`vM;a!U0כ -n{L0;ىK}x'ě8b\RfN|~eE.5m_b֨?v`! %ns)f&M+pc,ڪF5_~&,3*Ks@zk=K (%3I<n -qVSey்9`v -6&% Mv<`m+/ z ]Cކ:/Kw@znr)WmY׍P dr,ymMZl6SbՀbsWQh/EL=Nur 9S|0.@7~%%@wQ͍MB9,ȹބ @5 7Uj!ݺT/dlk'>YY5r-NY 97YRC3jh7~%Ejq'؅LjǤ!b1JnV)ʛZ& +P=69nY뚴:'/6Y'{c /.~;N`|)1泼' +VVbKas&>sߋmf{mfV;~s,`>{J7Dﰔ[5Pz撒ak06l"ثNSە]0˗v0?|1ͬ*Q`%T~IF/9kP 0 #T*k,M@!zYLv PߕhdPBYep~P+g֬\hbi QU"zœ6<3Dyܱ֣`4ͧa, -_TrR92<7uz -p͐P~:яDU]T!5v?B$+]鐮.0KTy;%՚%CY7Bbl'I Py)lPQm,@N􂝎V(E;Cp+Qb%DixT%V*~@SO^ !lhw22~R -k ӣgyWRHʘe3i9j"kagTp7iOvv1N6)^nn\:o;'wF]GO.'l聣s~ee:z:ͨ,NSṗ#=ѓٞ9ћsb7'mnFOj'Y:=N& 1,K=bafpGw3zbM{=)G6z=Q@Y “)t+^RNt`ټ7t~mlwU_7`}R#M{8=C JTXkXi[`PFjՔn%uk,P:ǧ%up~S9D M2⒚J|ʷJHd,ᇴW}W>ghv1{b=Ik'eEbl~f/؆KCPcmwxZvϖ3u<4_gKuסْN2St-M\gN&̖3 g2S5̖({-̖ngKl)MΖ6[ZTg˵-~律mѤɉzt-5ظvIi/}UASLPGF׶'/ -'=130o#w ^ڑ)J XxÞhkB>ȣ.@*ZUkYU bdc${WY7aVdpBaQ?p~T3;2耣f7jYX_f#ɱ"~6bC)<{P wJAa۱]+fBt.~ᜍaZFnĕ47e䂫I SRSUYۥ BrܥNACyEZ{OΨhIL4gBh0S &7*of}Itj,B?\;G¹;"'"H>VB[MNH=NܕX8 -Ds$/XP 5/Ufyͨ%@ M㺐y4.\7|l 0l*g٦1+6}Jep _N%j++7(OVe)>Kd, S^ݦժijHӗܴ&V3\}wpuu3\3\p^sӬfSyVMcVh!އnn9<6"xl{ǦD@sr=k3>ÍQݣD^ޱM !vIƨ<ϘZsGawlׇP<~GRݧJÖ1[o!f&[NjrSWinhq]GdUԘMBP\6ި_m<ՅG:b|_K9RyP_73vc#h{}횵#_!u)s|2RsN/>)ȺsVlgrؤ<İ`Jcb8(}zJj'>Bj&x}ڶ,+o -.L50[[_H\  ˥3/$ubՇ&{+X%&EںP{!k<hlR8EYCƬfS{V۲_z;Ï-\aZ>\K5&Uw|SÒozқǘU/s[QD5=Z \<%M%8?>xf9/<ڽq ;Аs$&Ҁ9'ynyM^.yy-cyEF4/s;:Vda׏-݈g%_tq5AF7d80F<2g秇lΜN:Npt}!1 ƝڹJ w)AluBN)hj}&Gpqiĉ-X͞ X"1+/l2m0)g|Ar F.i1cAhb /FQӊ8 t2:d:y}y޳4U;R^PXLK}XQjЈĠ%4\>f_:bMbKmme߾|s4haUC1=~4*<\5/RV΢*Mr)`sS7,'KIٚ>װ>Dhn]P+1؝VGƬ£y/6Gh+1 dA {z Yc^Y0ȻI~5ߔpw_p5t(L.{t^ -lf,HfbPh,\gI(goj |AQ~ h/zb/4uҘU1]ߗ(wܒfkX?ORb,QFw1_ {˜hh#BE&@6/t(F;WӜ -!-פ5K(ÞNrϳ@M ZP`pV8,V]z?}^Ê%W*9QBJf:l^:\=55$E$2BޢFBm 奢sc @Ҏ{WC~e 1DDX.70'У%rGKmM3i0?Q!f>|DK>TVIKy=d#3N?ccN:w5߆lcE48,Y;wQf3_*k ձY7{yxNc[ÊM?T:Wg F[vJ3 d;(:)XR}s<5:K,UQ@G۟veg8T!# -Cez>`ĖC;D޶(ρiܲBŠT>܇U+#EERrXoc-Fqm^-‡T\h\0 -aqjaf=K~PhvN7aa+IPYҍ7_QONz@َMS͹I=j6y;d?:;廊[vL~cw+{p|sk~η*0Mr,G`MasxvM*Ab񢗌Bb*F !+'Pҵ>(l-b12]MzN?5Ckfy4,Mg$DLKT||[  mUX/a]5Y"Obd'Xeb\uJoz.q\ 884gHe 5|~RA,'`*F͇wq$!b42 -gY -s_Yu FL/j1=G( -_>8`bo~-I7tlb͸8n"t"ӱ/@!)&D9m;[OQ fW -v5fq˷7^VV{һyJ *-X"(tr .9ť"-4w4`KEZvB -RQR\*cUX*J0u]`>Dnׇ@nVa i-ܶpayxwL^CC"˴׽,g2r/rYm-TI#A8z|e -ˆhz~]XTҐjVFßfshD]qm{[1ѐ["w 9jyj􅶣F;; -fyȋyz ^^0FJ12ᦦQl0\pI_AhZÔAs1K[u)ת_d -Yh9wf$L4 ŔL3]ʌFi(IK$1SQc/DcQQB{8  \M5bMBI^2(uM9Ĥ>M"DZ>+W_ڇt̽Cz r{R"dw+~Ktv0ӘoBU=ޛWPcQo3B]-I>yAgjExxjQ=&h&RTk ?$:ڗ5ZNo;^ޖ؎E ?P+81FD8u%Wcvm'|ʝG\tuo`Z% Z2 õIxЮ{(}rHz5,6v=:zҞB,6lاZ&: YM-mc, Ѹr"?8a),~/2Fw[N_Jyc)NyTkI'B"˅ =GE sƘ~Qcݝ%#:j{BuKݻ7۞X>u5B uOU.q BZoN"+³ވ-槭-<:-k;zZh?b%[_Ï_V!Fl4yjJCČhJ9$Nȣ8&I'B"&+P<|*wBeh*ZSgw=F7bU^ -'1@( %`c:Bc=9UzoAoiX;!KwKkWw{n;߬qo~:VB#buNuz\2mit< ytb3voNZg~uow -NNۋ2J œO}㏟xѿk%f+H䇃 ܊@_nآ,qN˜hȜ8'nieQQ)R@\c䲾zmGE]v:ޖz-{X`MTz{L,\vw;b۱[nGIm]$aC{mw_Xcʎ;zz΁ۅa/Uw,|nR5>y|>W>y\ vaK#{nNأ>ρ;|#[=v;f=fcW>0CO[^yt5Į|{.Gs"k'{2i|ؕYϥ>zO&kXoCޞݎXɞLڎG'{=vsVsϵޓ=V=ֻXᄇc$t<\V߽[(׸T,y]\_LL3'DB:Ex1PZ ˋ-+,[PO9-u_wVywWRKZTrE 祙Jh9j ZꞖ5XZt i?+L#y5Č%cY]J'꥿4swαyȺ7?M+,)zxD]%b=?>?D Gv vr<02y_`R ;-4M j"]!U|5<4^f%3PvE I&Z!_4aWH$:NŔ]u1%I$h$ vu+>BD^q)] QgoglҘQџ1+vu@BXX{3yZht;3/ VI=I :4v ͚6"%!ϴum l'kOQS_/z㟾珈9ċdaHehu$"ܷaU\ГCeh*.D4ZԾ M]lH )B24-]S24 GgKCS$HEjCS6DshHL -D4ʡa~//T<}Q; \^'&&Nryrr:ua;sCI܋λ@httCL":Q9tuҕҕҕץ+KWKWKW^.]9,]m^fPO lJXv ө -0 ڝAHcd8ۄLF,H׿41+HlUdPɹXZYb73E )@aKbXdOIXnm::C.K?}Dqym.M 9-49N|%4lD YB% mdo$txު_\)z81d j@?sb龸 l1=pċL leb(c!Rh|.N j^ÆSҍۻPygYP|J40IK47Ɗvz/Q<ŨP7 -\hި8md" J_zU3'H_ Y=*&@1w}41=c/bV#̃J&o{bɉo)5{6mB\ixPW}C`f81>}~#~װ=Mu'z,_Pa? 4zl_ `uR%+%Yvϯ~qcp}wJdcs oq!-7I,Q&/I+#TU|#-5/Er律P\UWGdC2#'"ne A#!EdCdx!jHWL;7U8/DpG 1>ܿ}5Ej/@"Rulmʹ!"o0MkR\C֘9b*56 y|ύeƐ$|3)c6k}R#CT| 툤ӐK]*G -A֫i7KAi*"Jb1N{y#ro<Ͽ/ Ѡ2,dmdoFZK8Y䩀ī'\ӷCCS9qtVz",hq=Gnƣb…zD=m -'l| -kA*ܲ׽ꫢ1?+(윅\CAvֆeoZsQZsRJQ!p"1;.1MlZP81g" v+2!azj#!5wҼ HxműUwh8ra+/SZYqp. QkJyU)α^عe}@)J!2i;*o<"om -Sdn2+c5B%5_p(|&CcY|,8 <&[ʜRgDOT\vل ~)3kN~*> f JLmXrԼdja^T% "INLOM8* U*2~^]^xIgJt](-Q2\_SAiR/m(TQB5^Jlh*KJ RRixݴS"mR -aꂊfE)TB,$b'2)E~sWF?'ݾw8d|sۊ+^XM+A79i(03m&} -/>-MR>)s;I1iDrn%ݧ\q{q/4yQ -!8p|V%6|_|{^<#+mPq tQuM"'>4>kxVQRڊGJ@>EG79"0:t٠n>t M"}^nЕ"(: E؈ŕzz$ X0X\rnBLmh'0Xx틓ӍI RbIU85/cuy&뮐:/dIl Y,/J\~3GY#ֲV.UWeD;[ 9uɳ5GcuMM@slMNlTz sg :##8 Vˢ?ߞ2֩n=~؟>.a῿FsJ®ARvXE!"=T?sYM&킺nIxH_o"E'}E}=p%}6,}J_`M=yx:D|u+ӫv9Kפ^rpoFw8q -uF9&|ɀILFV#'0}ΑP;c}Dqv屏d$.]#n˩=Sԇ4ZE 刹G%-Zx }w#:,dkBۏUM i6RP@*ߙӍgK 'a ͕l? 'ko<^-TŶb̂5ͬC§FHVYd7~ eT$E -q$שg2;MP ʼ .IyGxmgyb_h[i+JBzq-r-ZVuM{.)nDZ:JgQ~hCJ&!e>SyGiN/<剖ee2ݣeivZEKc$в:Dj9$evLwh2ݣeұ4h=oYqkeV3tو%ԥ9 -G) 5v$xlZ֌+暳 *r2Iazj3;L%Ҳ!(]Zq;?PBxkǭZ>Y\ܹn맿~- 9vTy^*|H%&Y41M1 ,CR[vK̞R![_Td*PU AReiЇ^Kj]! -8-whkERͷDoIU5z>{[*0q#KhTO%@s !e>SyGiю?.gZJtiei-iX$в:Dj6w$evLwh2ݣeұ[*6x}jeV3TlDȎ~R!p*}!J;Q4%}j}X3d{ipRûR06Oe؊5`jK8.Kť,*bY׍'L+M''$B+r7snSIrV0=eJ({~nJojni+Kk.vkQt]3hR{Vz!L܈$:JRۏQv͟J2WykckꔣvQSL˲2_i2L;-%F -ci^-PO%-eCt-󕖎Jj[+.S:!;J+SWXkW$ ?n|j}X3n\VKsו~Ul+}ו>Jt]}q[klҟ*+\J'UMMuPgc9sVl @jZ[IKf)f}|2uM1Xm|^H)H^)*VgWGw~B-G[,ɥE/[AoW[Ajwש|[=&qg qI4W:3œaCu%5vwNKah 860r+ݎ4xX;wN͟wM IEUׁ٥ꮤUsܺR"JޮU۵4ٮjZ*}؝=m KRRuWt%줷tmIv2=]jb'mZU:0.^;f;;m%T:=@(WְU;NSn&)Jz$p#cӷoav&&`۽=W:ZŰx{cv&uG7boѵ\¢I4ae'e6)w;bI*HvX@ޱQúh~'脕ҒD-_Ȗ-mdKٲB*idKVHF[߮H#[-]ɖ-_ȶyU=Su)1YW?v9/G{]g4$lWsӢijiϬ:q`qw Iyu 8펢es닒Mg[[(AMcLl( )?2%lOI^!fLA4ƶ b| -ᶠg7kæCpIRiCc泫Gg XxQ4מꝂƚ#ԱeG#X(NJ">stream -%#K؛zcFh![hiav\{jbrS&ǖ~8XNܠ+IO_骦P \fAEB"CY33f:!F$1et"&u!ڂ4Yiw;+̒KsZUXcoc:K72-w|4ds,ҦPk -Bs$H}/u %,qJhXOħqfl戱҃̍۵`Ǎs2R22g%,F<K3Dd& qu -d]e68}ï-4&CǿyEy*{Decƿj}DT&㛮E{x_巟??d6Q\ 2p0*P8Vh -t]An˃(+'%Z `fZq-8s= -aS?e.*2<~@RFQVdDǭ=Jrk:rZꘓ`ip˂@BXq ,m,RRɭG nԼǕ(]hQPo#L1w(6⨕ӛXx%puD#zCEf%"8dh3A.8&UL?pP<FIPd|{YeBSM9|lF:[2|2?FJ4.^ȃmFl+ ̷LsVۇ%q#ke ;%bMQdOp09KG^l بOX7kBW|/\:.&,l/Noд9a8 =.2WG-kyZԣo, 8 :D,JH7" ޏ+zM67J81HN^`@>9|EruEw0Xgk&C`qoy3 %R 3@WW'r([/6/zrϟszd A X _'*AnZ?x0q}xnDJ  AEBFJQ^9PLj >X|,{l߂m(Xw'ɻ޿[K*UQ>M- ϵ\`J`PM벿jDڱd=R#WDSqD9I7ە:4q-wܖk KK*uzʙZϭp3yc89^6TIńd=2ؑ9꫇(ン!Ɩ*p*j-0sZ %T&6yܯV+Wm0g"ݕqQVKl}V7#;&oUWs6>W}ydLwo%6zUܪ+kg4 -vBHq#`B%'77f8)3Gm\X,C|ƣ#4 - 5נL:Zv?u92\-nc> G5'M^2#\DzF-06rPx.|%IDv}H|UlYz@-m͂χ0`⯎),7p1h"ID=f{Pq-e|LlWZnŘoIGeE\?)W[RY_:?| :|]2ߖ6 NvFp}' v )+X,*MS2sЫbwhW|BrOzJncz -A]>v8LVTy+Opy\E'XU.p ζ ||"I>漹SdArIVdImYʗZ G7#IS[[ b>#@PRٍiR"48k JV }OZ0Eb@bPeqDŽ0-8 aEd M8ctV^?V"2DD$ܱpܞZ*Xi=x=eI/{##&:Bƽk`~t3tϙt%tҧʟҒ>yX^pvU읖\m|`1 %t5 -6|hVF:9Ioq"B=zpRK*nGϓ($wT:?({qӥ -ɴpi0S``ĊT]+;m ۂ[`|Y0&΂ykJ70` 5#mHc+ȒU$fRffknosRg3|9u"} _3my ?R>f3×e_)/ǧIugă/V-|:O^f0Tכz3|eџ $/jf&)n0\p.^\vڮ}kwڮmm ->~hۆmߑE:ұmo;;dFv^#4N݁kWi t!zb?ݺּGUXqEKtk`ѭۣ[sn]kݺR=5NѭkݺִGF-5{tѭ+op!ke0 @^TUitcj955ݚ:wn$}[/ѭiTNѭy<:nz!$5li>!ݺwݺ"n 95^mn]%ŧ}nMStkѭD߉n 95Nѭkݺ@EF-5{tZmc=.1'g;nGĨw[S/ѭs.+StC)[KK%5ޚp:NT)BQPX\[{8953&!su4R>g3Ɇ|a_sspSa"Qi>3+28A3Ut+ncZ ..`0;ˤhA 6 O -OjkO6kmrvÿ{'_>}AKO"N[buKncV6-v̜7ҡ8,?,BPOWZmIf5sE*!TEﴡc -*QrPQisN Ja?EP͞J8ni0LN5&=;mcrMШr-im/zV(i~SC]g`& \0]Ds&,upf^mԊs F6+r.O]r;H ܋k:,-Cgn Nl֎mP#O -K/Hv]҃+>Ȧq]bq vtRk}1viPBƉZ'YtـEskQ/*؞ua=julIuX"@H`imCw~b$] N $JOQ}]`Nik#z{/#^R<{zh7\zM$;MRnwZԓ2i>c!RT8ФXnޥYJVwHygVE֕fO*SRRNjӢu/Z-UO{{:WeJΫ/(V-՟Bשx[=huF IG*d{AjYSRNZ6H+sGiCDЖM4 (;Ҡ\/)Y -t;R[¬(Tz=Z C@]#$`#b)z[/rDl򗽴k]S"zD .-YȯԎQ[_芒u_'NeD||T9(b!L4eg$ 2)txԤK=ZL/.̒po?4a/B<[_ϿK|*"xj -HfdyfV8fRLp5#{Ϧy๜4$jpzjB(O8W^'t%'SQ --DjRWIrzuw'w៣ߗ~Ϗ^q$/nEuYKw1A!a;3h &~'<1A,NUJtIO%[K#HZ\eR7?ڛ!"'oʙNW^v8H0t5XD?~OQj=|돿uYZbҮLfdȁ dP1o !W_PB.bΛjOMa]+ Y)<)v[GòӬȫ@3g)x}FvfSMtyft|;Ύf$2$<}Gt۟_<nx ~' C}8ce<&7S},>}tMLRܴc\g喇eҾ&nmn⾹&nHq$kAq/n4 ֶͥԧܨ;.:KEYvYΞ1qCְV򗻈kRJ61T67q}sM67q}sjA:9Dn̗ kR`Pj ё`)e`+({o!y -ZDX i*(-? C^?O{7P>19O֙*āO[ YϼڒLm|fCr!|˨t)kGU.b뱊 /-;(oL(Ab۶Eikb -(9&IZ6ӮZ֎\cPɶcyQ!!eTH -DNBȗQ -$|з|ӥ%El=:ps@^זѬw&'c6'qm2uĚU ۔oc;uZz޵A xaՠҘVB`1q`dJM"G- xVb+EoBnewnx)h%,.)]nRG 6/foIGSl UK4hH Y^PZR~˂'jPH~tj,,#dA/ -sHz]nPee>7r$Ri_!vV{bqwRb׾E " Xq eZc g~_#3^v81`Ҷ۴<WV6K |~mp-+O]BR<hBrf -Ua'pN?Bq-Sq:q\`f!9/::{X+&7ή}qYd*?*|#!Xެ -ۂ>1+DRZjvCKY*E1_ʤ5~Xiw('`RSf`RTN30E hXvh#oLhD@^.04lgX<:a#p-$YBԂN99% mKgr晑0vs1 /}4 `=79Ta/J]7)n޿_cKa -Gy3\`sYH$Jr;S:/*ܾ@jlQbYu!]0<$Tb>P8Q|KlR -V8A(1UrF!׸&c0B ѰL_~x<*TŴeObdp87<Z(~Wϟ~v#@l_?}[`&nzNL]JJCGX^=c#DeSn99ONs.xf/Q4P~X ៲>ͤ.O-6w}D\;QfMF$d9}3SbIoZܽ}@V1A6zrًsuGяIQ;(|yΐS YfigAZI/>̚Fu?dʑQ &P[g{Ie?Joï_O9}o?~G2'_?5~k 'qb{ϠC$EYPрz$oOLHSd+ib~-tt7> []šjp> GAgM=ޗCrӟb`¸3d~X=ow EW{X`v.0? .f|˳>˳caj &,!. -t` <U -Ca{/ܬkwc<޾辎 ֯J 7VX_K_r4`Zƌ\.7f!]`\\ml v|/7y(<N.W&wut_Gut_l~j_k]~Hfɟ~t5} alv17qσlzI^{gIsg~C4$D#!5KR~n z#bD'Kx@ac;ʁ4 &JsG9N@ R$cBw>o0&~^t<1A\U5 ' E!AKdWKg A޸EB*>E~Xּ͉L4o4\E -S~`~[1vzM{F/~fe'=,I -U1Dob>g'L|Ξgeqj]/3-5GƵk׸P¾<=Fk:PUָ+,^7:NDtCmnqqy[IEP.oF/PJ}>l+IϤ[8rv*,+k1'y(LCk2˲ ; is:?6yvW'{M ǯ96Y -1HRؗBBҒlv{~ W)E|5&*-$j Q!8gd*mk+/uQXr%O+Qj%m53՟}L`S#g<7U`_quXmߴH,_)?8v!gKa7vRbeH֦Xg9#k/,d< cj,7n@|FEHa1pMW)L)a"HfUzRM&NɱCrv˄5 GF.픮cD*pTJVc>Aqf&P⁋M-_㈐1xщ:6wQpSR8V;Ev`͌'Ry~#O\OͯpEG$lStg>8B+SIpO#g(w@Ed0{`]3fLȟʽ3lz*BlUÑq6G*|]f3\~̞ -r'O!fQUx3.Pifkf -#J<9elIgLl?alw/ZӨ`FiB-iqμ^m G,T"t|\ kx;cEu{7Q~l>o?zf~냑2g&?*L -=]`Rwq3\  ̱_63\h)ǁ}z|EkzR\ɕ|>}׽^`ZG(F;Fl݈mptpo|=s3,iG/O??toDI]0U'F:p>#|& I2 0 - -rp]0<_z֛BN4fxE[}ܦ=7{M%T[Xd\ sD4%f 8J>մ5͔5k?.UڞDWpeɆ-NlasWRSe$d{UwÓix;$ن=JyW8wUssZrP\F&ڧ9q" TS}!dZa'Ga5J*ؼrJ%z˦|=Ȑ`Uyw>MSPa\)\r]D  v8pz-n(X 8.$bB-U<;KXל:JXH\oa=n-֣5sHG8Hc<e0 *4x8SNh uLCta籌PyGjIXeZ@a(^7QNp! R3Q;Rtli~ -`nv.^h_;^Ԉ#n#7y^d ,е*- !#n;b b oMk2?Å"mPw**Pbn1'_槭 D\JЭ-[Oa#a"㳉]ߟ銄,Ũ*6LkT=Ut NsAle莫 Vv7VJlY2sʥd &6O:@T}bMGUaTt@R>t06t}9@|[ ͵砆qv۰-5'\`ҨصQINNn@0%l#o&j4Hl%X.DXc:P𘲂ҧ|Nd}4G1aBpsgUg}mjJ)r0wmPSZ:R;v:'_G#/e'E_ bCXf՚tKq<]و]§o#sƩNLsnW&w -!3wa+/=FrIqgܙb|&K.7z]'}Oq} 􍝾춋vlfUw~66ɴxU2J!C0=mOu93\/0Ǜo5Pl357]AIvؾ뺾fu::/<fQnĪIg5[>}`w~׎;辎;F; ;3~辎B1}T*O$;laliWg>R+y)[- 5ͱ(Qa,\ 3\'6lQ8u]LT+QnN0f )m?ntfs8W-Hǔ]dE,L!4H멓O7N'$g 6Igҭ6d@P*ϷMsDxKV(7ha^5e _dzTJN݁ۃN.SۊithX4:zVO Y=^]Q&azQCDF%nY?E%s+k=Udyd绉L;sW{"e/lU?;V1_8?t2d, F簈VSsrUm?p)qe֤o 㐚s"[ 4'"xMQ}2͛ -X:؉=jWFAJ GQ° E9y!\G;p}ty˅I \f\%Qpopyrc7 SOm(U7ϴcesb)>Y'I˧i[t)$e-N -!/'BlS%WjئSbyqC -s m cקz?.;+N\(UԾ-e4R+?oNG2)q l'](9[.2$,*_T Tj]!a|ZsU6zY0IV|cIxn"ul"6ȕ䏧+mf.h ->\RNam*%t$͋\xY+ҏb5I_:o?o#Cل/!Hy< 7wE/c1LausAI0J-Jsً,CS,yO.ķj"0Z0ma̷_Pe16CE47ms"$Y"G\(κ5Cze۳I-x>C[l+%9JEy[!J踐u. ^dXYi&[sE͂m-Ha?SѮ~=>Nn'[T"~l`+pUBACrc+?|+HRKj7T.lEnzβ鍬ϡګ =E?0[C)PTP+L3ͩQyxp -_SŢWKOxWP":w:V &| -fc V`池 sYthe(?סW| tAλ+B*-BtɓpI-bn<.=*\iXW p7pq#dx{ƭt[@ėP{u&Yl -۹W2k)l8Ba­]ŁܫU1Bo-'$v3XKG?ک%e"IcPW(U)i2ng,޸MrA=8TIe~;22+0+0;22mgv]ow]av09eq;22+0+0;22}g~]w_a~0ɿg(Ll;kx;}MV_Gv~x!,, + ny.}3X`E!&9_]ˆ"SE/-Ƣ:Z8hDkn:qmf t/l%eKR,G8tCm8>3ơ3-ȂvZO͐>~FWDc%J#Ҙ I߲OG$#&Q5a}y΋rҋ_Z?A$.7p=woǰW1 ;`Z@_qj zF7D3ypK 0i0)FzJDzP(׎0Fw8ao?=ɜD+pMKؔ#L;0AOs"M{a0XQԉ-1<,$2nb_(΋FK14=E<=Eq0jGT9JH! -$E/7\aX'duK/ l3 .AjMs1^> đ.7-zz3*meIJ5jKkSs}j[ЬtjUƉ@}G^C>; I ǂT$)Stİ撔)*ݾ'4$}aRd;h}QT&OnZTn'-WJhV}^D [}xL>}}CuNf=arT\yʑ3輡b] !b9uVmoeƑ|؀>]i_[+_<&!cyϝ#!e|ɑ}W9X -n`5dɒvkP=m%mث}EӫpeXɓ~%Azɉ }ne 7B$WiAiPJ6N\\ST]=f$xqiK"']®J2nJ]їj_BkQDJgהMUB) -]B%[I.K)>!EE`~ɦ@ʞ=2[!죶2qCQGWl-kEC\Elb/.-k}t~O?0O@q -wGBEz*ʢ a>sƲS` LȽX$ʡ܊[_,wΕUJFJVzjqWWY>1\nj;hR ~}>2ّt[2SGrf̋C\DLy"Hf yN??Է6n(3}VU>C~ V3~iJ(q貛\ -I}mf$FOqY pQ7B.&)fL &a0oy+?s< 6YEY"m9^Z,QWk iV_~j*1\`2x[rLǩjKPR:]|QƩy|R^/m{[0|ui߅Y;4Dm,"ا;o4ds5ԕl+UW2GZJUR͂[j -$3ZM^4e i-{'0?5eϻ_4%{`Mz׃]w=nS*({)#~kBPyv&Cj7x0Mz#0,O(νm3m`đ0<8]'ݱ-1Ϲ1~ l0A Z! /Mąrᨐdg_:\G0PBيJ>X*! yy)/h.L\ ֮>" ے<"ប5^QOMLD?<6$lGn z/nІZ[pGR"pažX#T֥Sk7_)#~`[Δ!ZcioKg##ʹtWްU͵5_>4EhP(L^B>ɲ$g -`&I)SQWM5ӆ0&dd#B5lP&~4bdWDvFv'ٙJI$rV{ZL'VA9?$^ly A -4yE=5w%/_ w\zX eVdd $I'>CW9T /GT,40"*a}9L% s}jG܁]RiBvH.I߼ -vGlբ\ "*al;1:9w0==_.z7clg-E8Ӛb"* 2V6l0!hXH*a6 vsG<2.:CC)H*!I8w,=o#{_G#MR|0Zq,G/ y(ȬpШʓZ6۸yE-)Waʤ;)$1lT%IAUny7'VV՝-7\s:C4vNR=p'3l-(=A*e6S¢ - l.z A^a:6Ys(寜a{ INN'G줼zO R$ym[Nt\.yZC"gJnk HczÒqRC?*': Bxi RI}(VUQ -@Ok;if"6Yel[ͥUN5!p[̿\Uz%*%!F]Q!(bvԒ2qcF7ݍ//K|:ƶڵ=O^|a9AJ`W=S'K,6x-f&th (D!VJV Zb3\lu%ь͎5]nnQeNs'%34GnZEt{$;kZ'o'^~9% | )Aa)^थ΄}WkU{yoqh`:cF珟>} -d^@35,JGM KN:_o5kxN -ܩnm/;hkTT!=XU_J,- ASWRn;=kJ$97 P _ɶLt {Rǩ|=u B ]Þ:ڲlrװ0uXb1K{e~1j@0;?R> *.7l_8H>ج wb qnQr[.'jѫ:IuVAۇ7g-SMu&8MRsS @D˟*+[ -8BL>c~"U9B|GZhUoE jڅ -Gȉ-TNdzWK dCaP8v%ar V%%uRNDK}j>S75[Dv?\ˇ5JeYRezZndcn*㬇RMuo92=$e;A&>t>ħ8u?zԭ.vWƉ%!;dΉe;ħsX1ot5v?z?̏41>NomHܷkfc~ *r|BWWPLN ۻ@%&.gI&ړk`zz]+Jb:oFuyj|P򎞉dlbU laQYn!ckʰS z]]ONa9d[M[mTRǦݔ~F Hf7'3}PAu.UTt! 4>K'AeHCOFu7> |p\8ÁPㆦR%$&mfͦvKlGDZ #˛+]{W.G\*a[YI2#= Q&Ǹ Q )N rţ֖Qo}j{\f,rJ T鸨ni}PiDڮj8}1/A̰ -Rpi0¶ Yjj>KS BC$^+C4q7ۛޔU7^p%n{r:{ߝ -s5ޜoշ2텭s{zsuߚ#oΦ7gLM)~]k~_?UxԟJ h2_jz=o,9|VLj(z&-IjL udfGis8Rͪ}de\)'γuIR\ -${Eg@% -geV1lQ%sP!2aU9l8 nE:RB]xxxl(%O M DKN`;t<5U4RT1ܹ\Ţ\mQv\ޱY lF R9aZ!mwo0Տ'N^pmN f`F}IQ>Ԕ~"?aA?MY]s#RAKl0{[ K184uݤ^h_RCH]"=oG|}1ZoZ8'nڱ76>xìhDI0eTvn{d`~nx}8<\/F7/]jFwMXO+ث,:]ChLЉPjzBhy?g ,.: /wSnC|tzݶͯIgI4PTJ'JQoDgdT+5 )ǁ @c29t@Yd&e=U] i]кF(&.zE\,䓩Ep:v22эMq60-v&%:izɗ䡏<'Sp9/_9;@PTA.vzɚ춙Ĩ&>/m&ZB6oCbÑrǰ,"}39MoE0zg,'QaQ 4QB22($I~|6^1p`6ϹT 8Mk%tU;JEG;ilp. >qhҧ.vHE!J{39swQB⶧%3N\٤7y{㝦=R6&LOَOdsMXZp㝔1_vN9/ҮC)smSv[R1*-s( -O@ps >dry2nVً\#>PY'Տ᧏_>})gVzrŽLy_i !%&b_z:}IjQ-݅ŨhկɄieZSf/)F?y"6(ZAF3zW|X!'BdnASusnM 7h!A_%\PeK"du]5Wx惡H0tS_B|J/~oCU % <|zE  *(wN{~? 4le*F;e= <$*f9J6OaJOɦH]ɄqHt1L2d)%טh^c1!Y}:u4|LkN`YH'˞cvu*mO)NՏ?}1NPąIbϰ݅ۻ)Y ,ΒTCRC kXnpˮѢr:BNobuZ,ob>'7ȥpdjyVMvRpF6W C$c*>:503 9_I=TMp' 0|H=pAفVgzu*F"JL%JQ_FҢB:HZ_p j 3'aj:mB:Se`iY>[FV1|sp3Y+BnU V4pej&ypx!l&X6U'_ޮo6aomY̩ϜrF!u.Jo$f,% LCsݮ5` ~zylѬREbƑ#\ѸJjXWI\=qĝa㑠e-+?|j۲ }vls-MUnw"3L.28dTtƾx4 =QNr@3iP&m]tsb2q|,g eb9z\&ʑ6s h%rG8cnchS\<slqcn܈7G/>GQحBp^B=?AAmQ`b9 -5Pal  twx}6@9GMH-,3y/1oam~")Zl/$5 ◦Op 視\Nx߹4AMmb]X"rfǺ(-}hK ӗXXs1cM:21r07'| -av7=@hi9_"_Á/jq%hVpק{վ>rev6m n}k}cS eg.kÔeuR.SF Ƃ2eqHW}9v$2C:w*Q „Pm]X-ͩWF1dne{VcCm-p5p]NG8L*cI=BR%<4uڧpg #Pi70P m>:u/s(dBe76~YQQ:AA-;Nv5/{7MNplTL%HU%@Ӵ{H44B;y&_ZOjj{:O`vy+[fl3Fx pBǻ%nDXP̪$&kMebHb$#xfs0 Pzݑc@ڕ?jX!vJ^id?/"ȍT3n*kDYZeΆ7]HzHe`b+0ʇ4>vi=;4Ej9ycEZvH-i -4ʓE͡\ Wp>*0Bs%C&/DܷgWOj_N+Ih^aNe|ԗ@8µShS|83N -ZRI6>讃FZ{Yo7 @p k89N98'xHߵc jIB 3CL5i"b쨥T9?h./E}L;iqEj"SWysaka߾?q=O7Wz9D!:zEY݋k:IC[lbXk!u {H"]4Mb4u{y\:a .5,-H2]g3i8=x55f@k?PMo6OIo+YDŽhуmJ9mb&sXe/ѯ7z.gJݻx>cjXi~YVY~QsؾG"J«[fw9^J8_[3v~ s6^5RX3q-}^:5sxg6|@aFro`Tra0k/4'M8py&8 pľx>fw<̘>p&8Kf,(0T5cMI\psty!]p@<# NfF'[,4BoС.5*Ew#>&{n/ -ѨU[Y2԰R|~~i>ʎ`pz"%_ 3J\+PjLHd2?l, y2^Og`Z -gN0v*!iQ<DŽɔmKq$5Լ.ŅS|{(:F|{o4`1tTƁZMYZrx)5jLjeln%> nؠT;4 "=kïĜГڦx2igu}5x%2G#6Rz즜;hlQ򕶷*8Y -"3nr!pMyϋ?ѵn6CNOH1u(J s2H)рH|ئ {%D?h[л#Eu ތ=0Бf_Oq#צWVfnHR9z´7LHNᷥs=uu %oI"v6lM,yb1^8NjI^I-(\Ն" :-G61!`#{E-J 츳C]P#u:YI7\|JNF۾OxtZpX`,s!S`첣klu>pM2d=aFП<)TjEU27x j[G+Kہ+I1a~%~~tnOVB^Ϟ4˽JDfЙ%m>kwY>0vlQMLSW]ʄ&NRUR*Np~n$B a'ch!,@XNEW 5=E#DvL} '!#Ɖj1G/KF_c65˟9q¬w#j0OL5{+68L-,3M w<ڽria܇ LAbք pNYdb -#Lbz܅hrnob訩5,f.lKHCж^–5!E [j=5.T_.h3&GC]12Kz^WxwEw}^0 O@{&=T񍋹:LCݏ6̇`+4%7^ oM+:Bky`Wi܅:yڎkk>Bky waG{y`E9݅:yڪ2>SkY[&t%wª8KYz7BŹ 't ~o,*+'Z8^{/.͓"I9KfM-L%Ua~<2"M,*3\e W,E슳.8K썳: -ꈫ&ꋫ2ָꎫ>r%4|*̹\_?W?r ^kj9tPR.M*AeP VCz~"i1mZ>Co©"Ԟe72U텬o_mER8\/u;L@rjŲT'R}JG5`yP)Ec< -$=&~Ld<@1? 6|+D9(d;a6ʨڪ.mqy0 h<`j/|6Lc`MRe?y[s1˿9#qlABSU)ׂƏź -cM^֥ݎ٣n`6z}yh3BЃdLDPDc@<9@A%P,  C,TQzX7"=SFʒn` -<Ûp&6D9(hno#Ԫ,93=@:l*av l K%9a*@o?0P0;ɾxulˀ$M,g!:`'PTU'{P|X4(R?}ʃDƈGR6[}NH(aT ;10g'+pysBd|^|zen2i {g|N/6UaznBs0_$pzkouzem6rqS m.FRdO9-]W@YDS{Gņ:䫣%$nc_Cv9m`/'E&];)4ԙ;H^̟Q]9ilq5;PMGZ>6;ҮuBhN$CLFU4Yn AFuU<ܵ?r7bUc -W-ur\J*-9gjY4UZݐƜ!^DG͒pf~sN7<rǻ///_?i!ttj'(a8  |N,&ghjF$;Z_.8)[0MO-%5#؍TtGzuxwk7cE"WW7E)NbߙmhRrk%&Y1j^01B5#xIP~ yL^=1j -n0=vcO]Y2͒Ru /w9s]xpKhc?vi/.Rg 5'/ei*n,=;&/u|\ҥd&s(-BBKS!F tpPº>b:I?2묱ju85 zA;•JVe`}-J]-nF?X# -wiHVy-q$&:7uX+)iKS'pAZ}esd! r!!&?!i+mq;L־8;l'HX]@`Wm":<–WuBTV⮯ۺP]lx2 -1G3 XD]zCfaceV70gN5ӧvD#K}ꦴaPާFo1X!!fOٺvBB- ?8At^z c3|O}Rebg] -L;OC0S@kPEV& p4+v1'Gg'ѤyCh'duߏ<.gك)>]Pmm@kqh1 jmAf|r?o|,K_\}vŭvvo/~^)P;I}7gKpx56L$ηfe#sGc .\֙Jwm&J1&s̠:VO(_ݪ -'Ϋ'+$Q0 M^}Nޞ{  & r5X!8m Nd18t M$ss`1#cթY֏kp2P<[' -AR^tղsbIC9?F9K>x ½7$rk]1GKv͜l'{/[ܺJ/,vY} iUjp\5mansHTpS)/% P -ƇÂUd#Dkkh!A~\8 iz=8M#|4ms(R?iH-m"K/j~Mb0ڮmtueP=US%@K8#tmrCDsHA#̶}OvSC\QK {.Dy?rb8lC1@&eã(?BĨ$T!Q!tQ\Cr|n95OD@˕fǟE߶~V( Mر78sfe6\ - :- R7E1^8 -"PwyxAMĥǐE(ܔ!N0 bS_t*)QFQm8Y}č]^fOuz FJ̀IB~N - ;F2pA8WcW6g\& q5ng4F)X1TUkeG8#"I΁1˜뱥)[='VIt@%!H{Бy퓥ysRu9e./;nXYQC:ɪےkJ^U "B ŧz<&U$~ѽ|I>y)܁9<n]5D'l{X܌ p]aކ(uQs5ZI,8pkQbBlǵMY򮷯"bori^MR6+ R[$3b}8nmCc%{O(j{Qx -bbP K\*xEmRY#{"24\ jbTI\'d_VIM[h5Ws-:Qٙmwx>f#:@I[ZFZm:뻈sZyPA̔1l&qۓ8U1ya2o3, 9t3;lc Bfeyj,|w,yP9 ~ؽv#{R,lm9$shOj>6n}hf$6H̎Qg{ рjx[2f) -1WBPe/XW͘T/f'B%̾Bl|Nڥ31P6$a{} ]g&uE0bE1а^d=f vEׄyCy?^k9_BՅhf^;![xviі)8ZXgpud{|1VnbyAB w\yA@x΅3\shOh]nu_cggqE۶ ͋iJB5 nsTռ`=ijT -+q|Z7),1ǥX,5 ˵tF]+B'Mh۱MPMgfaBU0D Ɋ iBj$zL?{^>|z A@YUVTgL)?ēpxƘ=ӲfTf)t*=Z'A%AxkoC.A&zBXQߝ#H?2;ֺK./ n|!zR'loesݍ95qU" ܂!Յ̯=Zk#Y\|z0KS #i\2 (T҈DW_ &T+N 5;2?Z jJh@D1 mƸ"0yr -V|1(MH|g ;iİcf|KOԥuPW;<* QwXЌlW?t|{˓u49ca2A1J.* 3AY_3sLW{V@{m%Qgn% - -xӚTxV#굟{zDu;Xݵ.KݶI ӹ7}\i^8IũZ借Sʤ0g4e~ ԽZ@-}oӝ< c\!+jdxWXph቉a!LFUA "*x+7n wx/ OڻB.]7ڲ5LF(yh/g/FP\W!E7͢tm/ĜK"E!ߠdm]ދ}צ>4v>Ќ[B[mhj;6rfUbL3nBimjxlZsu1|b&u;L){cE}7;m}zZMh7L[8-E waj]X؝C$kRs71ܗ5!u )b.sHCRp^R.BN!E o1#u /u-^5ں^K֓|u%Е%)X7:_:,tN0nXulp]U,Lv ^iHh0V O =4QQo@)S fx\9 _|dL}T}l$f9&!a VgM8+ƴrZ'>ymi;-iK&d3i[˱9ƤL[v.o1¦ԩ+Xݷ/&5pvbXAZxFfah - -%i.R>kMfvyuO6x.|WCY="B[OCa/O_8\E.!K1r{zzpt~ -W -S^5;ٞ}Nۼ2= h2L0:X1̦A.~ D8Ge 08'㕶6MLbZD*4e9dмH fH`5ǃCi7)Z ֻ͠\z=@x슧 IOҠtbPۖsOU{]@XlVĸ'tVژr9 #-LIdrqWU8rJBѳFm jˣ?o_hY' 8UФ_n:f")= kR +,8Jk'#MRb& '6oTJR:є=+/1IܼcP!>c# wᇙ?~ſv~aVDait)~m-<=/Ecw-ѶP4ߔ0-ZUFv K[emS3MݲE[oL(7i4m:|gt':;xVǰ9Uo3koM«*#RYR#uSk`o?B/˯hO_}*ѯ⺴靴/Ch*)nRA>Z Rnߊzi|s\-ԱU %Q#okLOjT܄ʌ {֬0E-W3Uu73٥wsYYFՎqrx;v/33uXmb+97zd~:%#ٶTT xm_ZLG,k饲ym#[c+0)@0yF`Qņ˓W`~iv hgcuIyWKMδ(!6/VNnrгǶ!X ijē . ^h։'A{ԏ`pdiH -n`!pgy6 -ys #u",w[jG1SE8SC!h +oH>׃֨C2cp!> -ov}rٓ&e  ?º;Uq -b*FѴLxuvb{f/h?g -*øӧ3 'D žS:)ѼբNG^RCnN8sɜ&c"bӇxaY!* 7'qx@ǻ $ ]0jƞYEm)5UԚj(iV#uL Y61,5|nN&+pdmh~atk]yKݓʑBN֥RRNgI -K==U6ϹwWl0GY9Ԝ Z-%\1Lަy'SkȥFiYFA(R@/ {򠓂̽xK3+GVװiάY_Y6ZP'S"DJ(=!ER]Wm2x{ du2՝ -U2!O@I1 3Dt a2d`bsoF9 GU~l>x܁`7'ζnç7 U:CFd!5$P':>uZW+cW|ư Ymnga -d[aNjߜSI_nhݘ՛¶cH}'/ ǃ)B v"xB2pj.Po%c9G1\֤nFh斋N,]:`1&6P,LVPR}|f!K۵||[ -gOf-54k7[?}W~efK[3MG0yWiiąuyk[}^Im.);mMTA4@{@(5q ,f&E3Ph[ !y]#(9 fn4q3fg*M.!zMEwI,Nf3z=Րnve,X >0%WSkB cڏ1uY:lQob!lqP͉gepI~Z||闿'K^_j tXO _v wtA-ԛN|—5hAoVk(3쪹ʲpA/xJ=FW4ͱ.H;UU'Y[U8U/5(ΞN9fP?[Z/rB|sj=«mżmL{JU]^ݩ|j=oUERzsBYj a@E6 ~\&MaowC\RF~Xc0;Y+)ĦW"fքU/)Y sc1QeꙎ)nOz̨{)K;*cfmi{ǒGë%:3 HCT3̒ti2}ホw_ƻ/xe2}ホw_ƻ/xe:޲/t_&{|׷&{|Wޚ&Nf=>[=>k_Fz%+"AüyƘ<`>qYqƊ<&)Oa8! z9<$WbRC -քUnkkZ_xO yQĬ Λ֬ -į!C^0腱Fޫ9؁'EU -}QS?M'U⪉nT N$DQp m\#*ު]Ĵ-~/cSR:'O |] 6!:!B^sJT,)U`A=Y<aUE-H 5|T|ʵcf1GEݿ$褸lt8V] #CEݑ! VdљѡZF9)~Ҽ&E?=ܭvQD4/ B/fVVa)dR^r2@P˛}-f}*үBU"00k "AΈ,b ٌѺpɰx 7=vmcxnnOc߼rj徼_Y6{tq0BP3Sx= IpN)4I~a>yA - *,y~WKwS'_z^ ~Nn:S; -W[%>ÐnHܨP*>/_ },P&aFq[s"Eα: 6%PuQ17R63=GUcӌ{d*_gb0rTW$ȥk~cKOn27g?i5t?nj?o!O"OWx3 qZꠡzeu2'1ǂ"g03v3WIjSsP - 'ߨ 5'e;NR*Z-Ii -W@/"FN8y?x/s7*(UNaZċ` >7͓!.z6.AMI/ʮOOY96Q'YN SxqS/}'e3ƀ{߄m4V``*fh> -Zi6X"N{A5jEZ8lV/^c-@9}ͧBQN@\|| -1[v Hg&*5Mŕ`it]:p2yqeW+̹cL_dW* jiKq_;vZ"yeަl]HX@y~{ŽYi˶]'BQ9b(CbFry_l5ijŤUlVeP3gzqA;wi2|YDN9)0MrU_4Xd -WQլט>~Hi-n}k 'Zy?~x~}?})EkI[B`Szg<34ȅtjIE0hkiHNkV=(fPf(=-ma@6Q#^2;+±}3QU#f"Umy3uU]mD£ ]s%ֆdţS6jˊbSCmϚ[L"GoH -=TcX3qBY){ASCw&LzL{, q.D# KL&c̮w8JVwt,ٕ{6+xCvjf4V)zr+6Itdh:gfqRdy4H<DdkYL5Z%fZ$d62簄vv7*%_RP=$ϏmcP3<_et-dpP&On5¾:}_kfE2셫^?O?Gé3ZR:XC>qy mO۰u-^soԥfOd8K^)N`-V_ -4`w@cv𐸁!Ǐq? -%L*q?_iB3SIuqρvQʹ# 8󂗙{HV-±/$Az9#gK65=lc0&Nz"^FRX]ioT)@D+I{Ra1CAKH[rt{H+:r9!HQѬuj>BQ=3]j70Gr9W>f߿|F}p$ Ncg*љKP]0`m> L1֗z;>g$-} ], .6? 2(ŌYb%<0ͯC̄DQ|IW ۆFL8[CBmWA:A}+%fW JW~Ng1' cPƱ~gt?/2(D:OJ y8S!XfXcǯc689xu推Y Wo6(<~0aQ~8^9GlՆx9!*fDӌ:Q#Zoh#=x%G<<&x -4#$!1mKlN Qd8ܴ&Ë;mfwWgbYPeJ$mv$P$ -C۟m-h^cG?J̊ME ˟"R3+Z6DCwzjGalZHaAp>j,,ljJPXl45,N@/%WD-11łո -7kXls\0/R?|E[ϯbwsjOθO{D;Ts.!&L()"7Ft|ݾaLIV5 l.,:Bn3".:GbTUE[) -<,NZuE&#,miE46#^CcLId:خ~eE>p֩qcP_Xg-Nm3uS# a,Ruҿ[ $fdW 붕u@9N;ÕuuQY9%Ss:%6YŅuJLYEtR -MY:Y·yXLRXŔujj=ҕu.aYYdsavzY - +- ~@?~܃M{'PŊ??;?&̛ySg~GMOg&8' $Evu=Dp_VDmv?&A!"p3,A3h7$Sʮӓv϶v]8e=!PxGKOO!FP:-֧h}֧+#9Z~jc,3k 1c[Zí3i ֧Q-dlqqS,oYF̮(whuDqF$&񺒻6~;+M$Fs$PT_0Kr򂎸W &'on"_{£Y((]II6)@ iz e꣊h(4,Q3;) #0RR@=O4ݥh]IqR0􏯤hOoJTz1m*ꔩ7LXe)3V_-etVBa*xF?c,PC?*O'>C;?wz\J  qgZIa7OB}Г2m/%Eʙ59-s'a;m8{vkl֬__ lt_ݙCYjWba67m_x,V)b]|ҴgmOSчTQ(O wD;۪RiL+FN},LZɞT*WŝT(Do -ʅ1PXHH07b3&}Ь_&G?zSHABon}A(9 + M$eٜKf6MF -*VkuC/߾QP% @뢫Wv˶L+g&ێÑ9dpDR*!fFAMpOzvV2 AJ!H$WMQ9?Pw .T uV(ST `@=sPgj=N@Z"Y%>s\4q^Q)UŮﴊD| 9wlNرK` dۜ2]xòmY )S-4P#/NR^^ "~Ы"2~}| {2BI߽n,rPeT9M"oJ .X5g b̽-vʺUKL0sEgVąq4c5]ĿvNWllW[0Rԏmrto^}O|06ohMO~}/?ͯOۛmuPQPjˡm+R*=Xp{T)AW0eiWXV*x)]N>\z1$M_Wt -󈘇<1l"\O9HC z_(t'Dك>v)¨a o20/Ճİ\ K!zwvzxZ馆}ˊ/: je5!#T^Pt4z\0muZ9O2-fd2YOYiQx9 l| %7G}\NM|}4lXh+AHocZZon 7KPq1J$xA_܎ 5l;hAYpCE p^#7ы18ޗyFߵGV+%qFnhh.A|`1)IV%q. 1BPo;qwv?㳄Ãz|`pumKa -#癋=d35a'n4]]\oHgЅi^IDuvC4f2ƸNLԣ2r-p绣|fGK ГX\=ֆ^bQN"lSx  oGM@`Yc!G/;t&ֵIc9plWڣiڰ{00Su|3EL7e:h;|s4Мl[1AKWd`w1Z(+f: pEpF - 6t+\g/ C(nTv f+PYV5A;H@y55YDCwC t>%=%tMNaV eʐa&S 4rMΚpGGCqjir0@[J,0زtߍ>Ҟr yk;D5 endstream endobj 5 0 obj <> endobj 6 0 obj <> endobj 7 0 obj <> endobj 2067 0 obj <> endobj 2068 0 obj <> endobj 2069 0 obj <> endobj 4128 0 obj <> endobj 4129 0 obj <> endobj 4130 0 obj <> endobj 6189 0 obj <> endobj 6190 0 obj <> endobj 6191 0 obj <> endobj 8250 0 obj <> endobj 8251 0 obj <> endobj 8252 0 obj <> endobj 10311 0 obj <> endobj 10312 0 obj <> endobj 10313 0 obj <> endobj 12362 0 obj [/View/Design] endobj 12363 0 obj <>>> endobj 12360 0 obj [/View/Design] endobj 12361 0 obj <>>> endobj 12358 0 obj [/View/Design] endobj 12359 0 obj <>>> endobj 10301 0 obj [/View/Design] endobj 10302 0 obj <>>> endobj 10299 0 obj [/View/Design] endobj 10300 0 obj <>>> endobj 10297 0 obj [/View/Design] endobj 10298 0 obj <>>> endobj 8240 0 obj [/View/Design] endobj 8241 0 obj <>>> endobj 8238 0 obj [/View/Design] endobj 8239 0 obj <>>> endobj 8236 0 obj [/View/Design] endobj 8237 0 obj <>>> endobj 6179 0 obj [/View/Design] endobj 6180 0 obj <>>> endobj 6177 0 obj [/View/Design] endobj 6178 0 obj <>>> endobj 6175 0 obj [/View/Design] endobj 6176 0 obj <>>> endobj 4118 0 obj [/View/Design] endobj 4119 0 obj <>>> endobj 4116 0 obj [/View/Design] endobj 4117 0 obj <>>> endobj 4114 0 obj [/View/Design] endobj 4115 0 obj <>>> endobj 2057 0 obj [/View/Design] endobj 2058 0 obj <>>> endobj 2055 0 obj [/View/Design] endobj 2056 0 obj <>>> endobj 2053 0 obj [/View/Design] endobj 2054 0 obj <>>> endobj 12375 0 obj [12374 0 R 12373 0 R 12372 0 R] endobj 14432 0 obj <> endobj xref 0 14433 0000000004 65535 f -0000000016 00000 n -0000000513 00000 n -0000022033 00000 n -0000000008 00000 f -0000753628 00000 n -0000753704 00000 n -0000753781 00000 n -0000000010 00000 f -0000022084 00000 n -0000000011 00000 f -0000000012 00000 f -0000000013 00000 f -0000000014 00000 f -0000000015 00000 f -0000000016 00000 f -0000000017 00000 f -0000000018 00000 f -0000000019 00000 f -0000000020 00000 f -0000000021 00000 f -0000000022 00000 f -0000000023 00000 f -0000000024 00000 f -0000000025 00000 f -0000000026 00000 f -0000000027 00000 f -0000000028 00000 f -0000000029 00000 f -0000000030 00000 f -0000000031 00000 f -0000000032 00000 f -0000000033 00000 f -0000000034 00000 f -0000000035 00000 f -0000000036 00000 f -0000000037 00000 f -0000000038 00000 f -0000000039 00000 f -0000000040 00000 f -0000000041 00000 f -0000000042 00000 f -0000000043 00000 f -0000000044 00000 f -0000000045 00000 f -0000000046 00000 f -0000000047 00000 f -0000000048 00000 f -0000000049 00000 f -0000000050 00000 f -0000000051 00000 f -0000000052 00000 f -0000000053 00000 f -0000000054 00000 f -0000000055 00000 f -0000000056 00000 f -0000000057 00000 f -0000000058 00000 f -0000000059 00000 f -0000000060 00000 f -0000000061 00000 f -0000000062 00000 f -0000000063 00000 f -0000000064 00000 f -0000000065 00000 f -0000000066 00000 f -0000000067 00000 f -0000000068 00000 f -0000000069 00000 f -0000000070 00000 f -0000000071 00000 f -0000000072 00000 f -0000000073 00000 f -0000000074 00000 f -0000000075 00000 f -0000000076 00000 f -0000000077 00000 f -0000000078 00000 f -0000000079 00000 f -0000000080 00000 f -0000000081 00000 f -0000000082 00000 f -0000000083 00000 f -0000000084 00000 f -0000000085 00000 f -0000000086 00000 f -0000000087 00000 f -0000000088 00000 f -0000000089 00000 f -0000000090 00000 f -0000000091 00000 f -0000000092 00000 f -0000000093 00000 f -0000000094 00000 f -0000000095 00000 f -0000000096 00000 f -0000000097 00000 f -0000000098 00000 f -0000000099 00000 f -0000000100 00000 f -0000000101 00000 f -0000000102 00000 f -0000000103 00000 f -0000000104 00000 f -0000000105 00000 f -0000000106 00000 f -0000000107 00000 f -0000000108 00000 f -0000000109 00000 f -0000000110 00000 f -0000000111 00000 f -0000000112 00000 f -0000000113 00000 f -0000000114 00000 f -0000000115 00000 f -0000000116 00000 f -0000000117 00000 f -0000000118 00000 f -0000000119 00000 f -0000000120 00000 f -0000000121 00000 f -0000000122 00000 f -0000000123 00000 f -0000000124 00000 f -0000000125 00000 f -0000000126 00000 f -0000000127 00000 f -0000000128 00000 f -0000000129 00000 f -0000000130 00000 f -0000000131 00000 f -0000000132 00000 f -0000000133 00000 f -0000000134 00000 f -0000000135 00000 f -0000000136 00000 f -0000000137 00000 f -0000000138 00000 f -0000000139 00000 f -0000000140 00000 f -0000000141 00000 f -0000000142 00000 f -0000000143 00000 f -0000000144 00000 f -0000000145 00000 f -0000000146 00000 f -0000000147 00000 f -0000000148 00000 f -0000000149 00000 f -0000000150 00000 f -0000000151 00000 f -0000000152 00000 f -0000000153 00000 f -0000000154 00000 f -0000000155 00000 f -0000000156 00000 f -0000000157 00000 f -0000000158 00000 f -0000000159 00000 f -0000000160 00000 f -0000000161 00000 f -0000000162 00000 f -0000000163 00000 f -0000000164 00000 f -0000000165 00000 f -0000000166 00000 f -0000000167 00000 f -0000000168 00000 f -0000000169 00000 f -0000000170 00000 f -0000000171 00000 f -0000000172 00000 f -0000000173 00000 f -0000000174 00000 f -0000000175 00000 f -0000000176 00000 f -0000000177 00000 f -0000000178 00000 f -0000000179 00000 f -0000000180 00000 f -0000000181 00000 f -0000000182 00000 f -0000000183 00000 f -0000000184 00000 f -0000000185 00000 f -0000000186 00000 f -0000000187 00000 f -0000000188 00000 f -0000000189 00000 f -0000000190 00000 f -0000000191 00000 f -0000000192 00000 f -0000000193 00000 f -0000000194 00000 f -0000000195 00000 f -0000000196 00000 f -0000000197 00000 f -0000000198 00000 f -0000000199 00000 f -0000000200 00000 f -0000000201 00000 f -0000000202 00000 f -0000000203 00000 f -0000000204 00000 f -0000000205 00000 f -0000000206 00000 f -0000000207 00000 f -0000000208 00000 f -0000000209 00000 f -0000000210 00000 f -0000000211 00000 f -0000000212 00000 f -0000000213 00000 f -0000000214 00000 f -0000000215 00000 f -0000000216 00000 f -0000000217 00000 f -0000000218 00000 f -0000000219 00000 f -0000000220 00000 f -0000000221 00000 f -0000000222 00000 f -0000000223 00000 f -0000000224 00000 f -0000000225 00000 f -0000000226 00000 f -0000000227 00000 f -0000000228 00000 f -0000000229 00000 f -0000000230 00000 f -0000000231 00000 f -0000000232 00000 f -0000000233 00000 f -0000000234 00000 f -0000000235 00000 f -0000000236 00000 f -0000000237 00000 f -0000000238 00000 f -0000000239 00000 f -0000000240 00000 f -0000000241 00000 f -0000000242 00000 f -0000000243 00000 f -0000000244 00000 f -0000000245 00000 f -0000000246 00000 f -0000000247 00000 f -0000000248 00000 f -0000000249 00000 f -0000000250 00000 f -0000000251 00000 f -0000000252 00000 f -0000000253 00000 f -0000000254 00000 f -0000000255 00000 f -0000000256 00000 f -0000000257 00000 f -0000000258 00000 f -0000000259 00000 f -0000000260 00000 f -0000000261 00000 f -0000000262 00000 f -0000000263 00000 f -0000000264 00000 f -0000000265 00000 f -0000000266 00000 f -0000000267 00000 f -0000000268 00000 f -0000000269 00000 f -0000000270 00000 f -0000000271 00000 f -0000000272 00000 f -0000000273 00000 f -0000000274 00000 f -0000000275 00000 f -0000000276 00000 f -0000000277 00000 f -0000000278 00000 f -0000000279 00000 f -0000000280 00000 f -0000000281 00000 f -0000000282 00000 f -0000000283 00000 f -0000000284 00000 f -0000000285 00000 f -0000000286 00000 f -0000000287 00000 f -0000000288 00000 f -0000000289 00000 f -0000000290 00000 f -0000000291 00000 f -0000000292 00000 f -0000000293 00000 f -0000000294 00000 f -0000000295 00000 f -0000000296 00000 f -0000000297 00000 f -0000000298 00000 f -0000000299 00000 f -0000000300 00000 f -0000000301 00000 f -0000000302 00000 f -0000000303 00000 f -0000000304 00000 f -0000000305 00000 f -0000000306 00000 f -0000000307 00000 f -0000000308 00000 f -0000000309 00000 f -0000000310 00000 f -0000000311 00000 f -0000000312 00000 f -0000000313 00000 f -0000000314 00000 f -0000000315 00000 f -0000000316 00000 f -0000000317 00000 f -0000000318 00000 f -0000000319 00000 f -0000000320 00000 f -0000000321 00000 f -0000000322 00000 f -0000000323 00000 f -0000000324 00000 f -0000000325 00000 f -0000000326 00000 f -0000000327 00000 f -0000000328 00000 f -0000000329 00000 f -0000000330 00000 f -0000000331 00000 f -0000000332 00000 f -0000000333 00000 f -0000000334 00000 f -0000000335 00000 f -0000000336 00000 f -0000000337 00000 f -0000000338 00000 f -0000000339 00000 f -0000000340 00000 f -0000000341 00000 f -0000000342 00000 f -0000000343 00000 f -0000000344 00000 f -0000000345 00000 f -0000000346 00000 f -0000000347 00000 f -0000000348 00000 f -0000000349 00000 f -0000000350 00000 f -0000000351 00000 f -0000000352 00000 f -0000000353 00000 f -0000000354 00000 f -0000000355 00000 f -0000000356 00000 f -0000000357 00000 f -0000000358 00000 f -0000000359 00000 f -0000000360 00000 f -0000000361 00000 f -0000000362 00000 f -0000000363 00000 f -0000000364 00000 f -0000000365 00000 f -0000000366 00000 f -0000000367 00000 f -0000000368 00000 f -0000000369 00000 f -0000000370 00000 f -0000000371 00000 f -0000000372 00000 f -0000000373 00000 f -0000000374 00000 f -0000000375 00000 f -0000000376 00000 f -0000000377 00000 f -0000000378 00000 f -0000000379 00000 f -0000000380 00000 f -0000000381 00000 f -0000000382 00000 f -0000000383 00000 f -0000000384 00000 f -0000000385 00000 f -0000000386 00000 f -0000000387 00000 f -0000000388 00000 f -0000000389 00000 f -0000000390 00000 f -0000000391 00000 f -0000000392 00000 f -0000000393 00000 f -0000000394 00000 f -0000000395 00000 f -0000000396 00000 f -0000000397 00000 f -0000000398 00000 f -0000000399 00000 f -0000000400 00000 f -0000000401 00000 f -0000000402 00000 f -0000000403 00000 f -0000000404 00000 f -0000000405 00000 f -0000000406 00000 f -0000000407 00000 f -0000000408 00000 f -0000000409 00000 f -0000000410 00000 f -0000000411 00000 f -0000000412 00000 f -0000000413 00000 f -0000000414 00000 f -0000000415 00000 f -0000000416 00000 f -0000000417 00000 f -0000000418 00000 f -0000000419 00000 f -0000000420 00000 f -0000000421 00000 f -0000000422 00000 f -0000000423 00000 f -0000000424 00000 f -0000000425 00000 f -0000000426 00000 f -0000000427 00000 f -0000000428 00000 f -0000000429 00000 f -0000000430 00000 f -0000000431 00000 f -0000000432 00000 f -0000000433 00000 f -0000000434 00000 f -0000000435 00000 f -0000000436 00000 f -0000000437 00000 f -0000000438 00000 f -0000000439 00000 f -0000000440 00000 f -0000000441 00000 f -0000000442 00000 f -0000000443 00000 f -0000000444 00000 f -0000000445 00000 f -0000000446 00000 f -0000000447 00000 f -0000000448 00000 f -0000000449 00000 f -0000000450 00000 f -0000000451 00000 f -0000000452 00000 f -0000000453 00000 f -0000000454 00000 f -0000000455 00000 f -0000000456 00000 f -0000000457 00000 f -0000000458 00000 f -0000000459 00000 f -0000000460 00000 f -0000000461 00000 f -0000000462 00000 f -0000000463 00000 f -0000000464 00000 f -0000000465 00000 f -0000000466 00000 f -0000000467 00000 f -0000000468 00000 f -0000000469 00000 f -0000000470 00000 f -0000000471 00000 f -0000000472 00000 f -0000000473 00000 f -0000000474 00000 f -0000000475 00000 f -0000000476 00000 f -0000000477 00000 f -0000000478 00000 f -0000000479 00000 f -0000000480 00000 f -0000000481 00000 f -0000000482 00000 f -0000000483 00000 f -0000000484 00000 f -0000000485 00000 f -0000000486 00000 f -0000000487 00000 f -0000000488 00000 f -0000000489 00000 f -0000000490 00000 f -0000000491 00000 f -0000000492 00000 f -0000000493 00000 f -0000000494 00000 f -0000000495 00000 f -0000000496 00000 f -0000000497 00000 f -0000000498 00000 f -0000000499 00000 f -0000000500 00000 f -0000000501 00000 f -0000000502 00000 f -0000000503 00000 f -0000000504 00000 f -0000000505 00000 f -0000000506 00000 f -0000000507 00000 f -0000000508 00000 f -0000000509 00000 f -0000000510 00000 f -0000000511 00000 f -0000000512 00000 f -0000000513 00000 f -0000000514 00000 f -0000000515 00000 f -0000000516 00000 f -0000000517 00000 f -0000000518 00000 f -0000000519 00000 f -0000000520 00000 f -0000000521 00000 f -0000000522 00000 f -0000000523 00000 f -0000000524 00000 f -0000000525 00000 f -0000000526 00000 f -0000000527 00000 f -0000000528 00000 f -0000000529 00000 f -0000000530 00000 f -0000000531 00000 f -0000000532 00000 f -0000000533 00000 f -0000000534 00000 f -0000000535 00000 f -0000000536 00000 f -0000000537 00000 f -0000000538 00000 f -0000000539 00000 f -0000000540 00000 f -0000000541 00000 f -0000000542 00000 f -0000000543 00000 f -0000000544 00000 f -0000000545 00000 f -0000000546 00000 f -0000000547 00000 f -0000000548 00000 f -0000000549 00000 f -0000000550 00000 f -0000000551 00000 f -0000000552 00000 f -0000000553 00000 f -0000000554 00000 f -0000000555 00000 f -0000000556 00000 f -0000000557 00000 f -0000000558 00000 f -0000000559 00000 f -0000000560 00000 f -0000000561 00000 f -0000000562 00000 f -0000000563 00000 f -0000000564 00000 f -0000000565 00000 f -0000000566 00000 f -0000000567 00000 f -0000000568 00000 f -0000000569 00000 f -0000000570 00000 f -0000000571 00000 f -0000000572 00000 f -0000000573 00000 f -0000000574 00000 f -0000000575 00000 f -0000000576 00000 f -0000000577 00000 f -0000000578 00000 f -0000000579 00000 f -0000000580 00000 f -0000000581 00000 f -0000000582 00000 f -0000000583 00000 f -0000000584 00000 f -0000000585 00000 f -0000000586 00000 f -0000000587 00000 f -0000000588 00000 f -0000000589 00000 f -0000000590 00000 f -0000000591 00000 f -0000000592 00000 f -0000000593 00000 f -0000000594 00000 f -0000000595 00000 f -0000000596 00000 f -0000000597 00000 f -0000000598 00000 f -0000000599 00000 f -0000000600 00000 f -0000000601 00000 f -0000000602 00000 f -0000000603 00000 f -0000000604 00000 f -0000000605 00000 f -0000000606 00000 f -0000000607 00000 f -0000000608 00000 f -0000000609 00000 f -0000000610 00000 f -0000000611 00000 f -0000000612 00000 f -0000000613 00000 f -0000000614 00000 f -0000000615 00000 f -0000000616 00000 f -0000000617 00000 f -0000000618 00000 f -0000000619 00000 f -0000000620 00000 f -0000000621 00000 f -0000000622 00000 f -0000000623 00000 f -0000000624 00000 f -0000000625 00000 f -0000000626 00000 f -0000000627 00000 f -0000000628 00000 f -0000000629 00000 f -0000000630 00000 f -0000000631 00000 f -0000000632 00000 f -0000000633 00000 f -0000000634 00000 f -0000000635 00000 f -0000000636 00000 f -0000000637 00000 f -0000000638 00000 f -0000000639 00000 f -0000000640 00000 f -0000000641 00000 f -0000000642 00000 f -0000000643 00000 f -0000000644 00000 f -0000000645 00000 f -0000000646 00000 f -0000000647 00000 f -0000000648 00000 f -0000000649 00000 f -0000000650 00000 f -0000000651 00000 f -0000000652 00000 f -0000000653 00000 f -0000000654 00000 f -0000000655 00000 f -0000000656 00000 f -0000000657 00000 f -0000000658 00000 f -0000000659 00000 f -0000000660 00000 f -0000000661 00000 f -0000000662 00000 f -0000000663 00000 f -0000000664 00000 f -0000000665 00000 f -0000000666 00000 f -0000000667 00000 f -0000000668 00000 f -0000000669 00000 f -0000000670 00000 f -0000000671 00000 f -0000000672 00000 f -0000000673 00000 f -0000000674 00000 f -0000000675 00000 f -0000000676 00000 f -0000000677 00000 f -0000000678 00000 f -0000000679 00000 f -0000000680 00000 f -0000000681 00000 f -0000000682 00000 f -0000000683 00000 f -0000000684 00000 f -0000000685 00000 f -0000000686 00000 f -0000000687 00000 f -0000000688 00000 f -0000000689 00000 f -0000000690 00000 f -0000000691 00000 f -0000000692 00000 f -0000000693 00000 f -0000000694 00000 f -0000000695 00000 f -0000000696 00000 f -0000000697 00000 f -0000000698 00000 f -0000000699 00000 f -0000000700 00000 f -0000000701 00000 f -0000000702 00000 f -0000000703 00000 f -0000000704 00000 f -0000000705 00000 f -0000000706 00000 f -0000000707 00000 f -0000000708 00000 f -0000000709 00000 f -0000000710 00000 f -0000000711 00000 f -0000000712 00000 f -0000000713 00000 f -0000000714 00000 f -0000000715 00000 f -0000000716 00000 f -0000000717 00000 f -0000000718 00000 f -0000000719 00000 f -0000000720 00000 f -0000000721 00000 f -0000000722 00000 f -0000000723 00000 f -0000000724 00000 f -0000000725 00000 f -0000000726 00000 f -0000000727 00000 f -0000000728 00000 f -0000000729 00000 f -0000000730 00000 f -0000000731 00000 f -0000000732 00000 f -0000000733 00000 f -0000000734 00000 f -0000000735 00000 f -0000000736 00000 f -0000000737 00000 f -0000000738 00000 f -0000000739 00000 f -0000000740 00000 f -0000000741 00000 f -0000000742 00000 f -0000000743 00000 f -0000000744 00000 f -0000000745 00000 f -0000000746 00000 f -0000000747 00000 f -0000000748 00000 f -0000000749 00000 f -0000000750 00000 f -0000000751 00000 f -0000000752 00000 f -0000000753 00000 f -0000000754 00000 f -0000000755 00000 f -0000000756 00000 f -0000000757 00000 f -0000000758 00000 f -0000000759 00000 f -0000000760 00000 f -0000000761 00000 f -0000000762 00000 f -0000000763 00000 f -0000000764 00000 f -0000000765 00000 f -0000000766 00000 f -0000000767 00000 f -0000000768 00000 f -0000000769 00000 f -0000000770 00000 f -0000000771 00000 f -0000000772 00000 f -0000000773 00000 f -0000000774 00000 f -0000000775 00000 f -0000000776 00000 f -0000000777 00000 f -0000000778 00000 f -0000000779 00000 f -0000000780 00000 f -0000000781 00000 f -0000000782 00000 f -0000000783 00000 f -0000000784 00000 f -0000000785 00000 f -0000000786 00000 f -0000000787 00000 f -0000000788 00000 f -0000000789 00000 f -0000000790 00000 f -0000000791 00000 f -0000000792 00000 f -0000000793 00000 f -0000000794 00000 f -0000000795 00000 f -0000000796 00000 f -0000000797 00000 f -0000000798 00000 f -0000000799 00000 f -0000000800 00000 f -0000000801 00000 f -0000000802 00000 f -0000000803 00000 f -0000000804 00000 f -0000000805 00000 f -0000000806 00000 f -0000000807 00000 f -0000000808 00000 f -0000000809 00000 f -0000000810 00000 f -0000000811 00000 f -0000000812 00000 f -0000000813 00000 f -0000000814 00000 f -0000000815 00000 f -0000000816 00000 f -0000000817 00000 f -0000000818 00000 f -0000000819 00000 f -0000000820 00000 f -0000000821 00000 f -0000000822 00000 f -0000000823 00000 f -0000000824 00000 f -0000000825 00000 f -0000000826 00000 f -0000000827 00000 f -0000000828 00000 f -0000000829 00000 f -0000000830 00000 f -0000000831 00000 f -0000000832 00000 f -0000000833 00000 f -0000000834 00000 f -0000000835 00000 f -0000000836 00000 f -0000000837 00000 f -0000000838 00000 f -0000000839 00000 f -0000000840 00000 f -0000000841 00000 f -0000000842 00000 f -0000000843 00000 f -0000000844 00000 f -0000000845 00000 f -0000000846 00000 f -0000000847 00000 f -0000000848 00000 f -0000000849 00000 f -0000000850 00000 f -0000000851 00000 f -0000000852 00000 f -0000000853 00000 f -0000000854 00000 f -0000000855 00000 f -0000000856 00000 f -0000000857 00000 f -0000000858 00000 f -0000000859 00000 f -0000000860 00000 f -0000000861 00000 f -0000000862 00000 f -0000000863 00000 f -0000000864 00000 f -0000000865 00000 f -0000000866 00000 f -0000000867 00000 f -0000000868 00000 f -0000000869 00000 f -0000000870 00000 f -0000000871 00000 f -0000000872 00000 f -0000000873 00000 f -0000000874 00000 f -0000000875 00000 f -0000000876 00000 f -0000000877 00000 f -0000000878 00000 f -0000000879 00000 f -0000000880 00000 f -0000000881 00000 f -0000000882 00000 f -0000000883 00000 f -0000000884 00000 f -0000000885 00000 f -0000000886 00000 f -0000000887 00000 f -0000000888 00000 f -0000000889 00000 f -0000000890 00000 f -0000000891 00000 f -0000000892 00000 f -0000000893 00000 f -0000000894 00000 f -0000000895 00000 f -0000000896 00000 f -0000000897 00000 f -0000000898 00000 f -0000000899 00000 f -0000000900 00000 f -0000000901 00000 f -0000000902 00000 f -0000000903 00000 f -0000000904 00000 f -0000000905 00000 f -0000000906 00000 f -0000000907 00000 f -0000000908 00000 f -0000000909 00000 f -0000000910 00000 f -0000000911 00000 f -0000000912 00000 f -0000000913 00000 f -0000000914 00000 f -0000000915 00000 f -0000000916 00000 f -0000000917 00000 f -0000000918 00000 f -0000000919 00000 f -0000000920 00000 f -0000000921 00000 f -0000000922 00000 f -0000000923 00000 f -0000000924 00000 f -0000000925 00000 f -0000000926 00000 f -0000000927 00000 f -0000000928 00000 f -0000000929 00000 f -0000000930 00000 f -0000000931 00000 f -0000000932 00000 f -0000000933 00000 f -0000000934 00000 f -0000000935 00000 f -0000000936 00000 f -0000000937 00000 f -0000000938 00000 f -0000000939 00000 f -0000000940 00000 f -0000000941 00000 f -0000000942 00000 f -0000000943 00000 f -0000000944 00000 f -0000000945 00000 f -0000000946 00000 f -0000000947 00000 f -0000000948 00000 f -0000000949 00000 f -0000000950 00000 f -0000000951 00000 f -0000000952 00000 f -0000000953 00000 f -0000000954 00000 f -0000000955 00000 f -0000000956 00000 f -0000000957 00000 f -0000000958 00000 f -0000000959 00000 f -0000000960 00000 f -0000000961 00000 f -0000000962 00000 f -0000000963 00000 f -0000000964 00000 f -0000000965 00000 f -0000000966 00000 f -0000000967 00000 f -0000000968 00000 f -0000000969 00000 f -0000000970 00000 f -0000000971 00000 f -0000000972 00000 f -0000000973 00000 f -0000000974 00000 f -0000000975 00000 f -0000000976 00000 f -0000000977 00000 f -0000000978 00000 f -0000000979 00000 f -0000000980 00000 f -0000000981 00000 f -0000000982 00000 f -0000000983 00000 f -0000000984 00000 f -0000000985 00000 f -0000000986 00000 f -0000000987 00000 f -0000000988 00000 f -0000000989 00000 f -0000000990 00000 f -0000000991 00000 f -0000000992 00000 f -0000000993 00000 f -0000000994 00000 f -0000000995 00000 f -0000000996 00000 f -0000000997 00000 f -0000000998 00000 f -0000000999 00000 f -0000001000 00000 f -0000001001 00000 f -0000001002 00000 f -0000001003 00000 f -0000001004 00000 f -0000001005 00000 f -0000001006 00000 f -0000001007 00000 f -0000001008 00000 f -0000001009 00000 f -0000001010 00000 f -0000001011 00000 f -0000001012 00000 f -0000001013 00000 f -0000001014 00000 f -0000001015 00000 f -0000001016 00000 f -0000001017 00000 f -0000001018 00000 f -0000001019 00000 f -0000001020 00000 f -0000001021 00000 f -0000001022 00000 f -0000001023 00000 f -0000001024 00000 f -0000001025 00000 f -0000001026 00000 f -0000001027 00000 f -0000001028 00000 f -0000001029 00000 f -0000001030 00000 f -0000001031 00000 f -0000001032 00000 f -0000001033 00000 f -0000001034 00000 f -0000001035 00000 f -0000001036 00000 f -0000001037 00000 f -0000001038 00000 f -0000001039 00000 f -0000001040 00000 f -0000001041 00000 f -0000001042 00000 f -0000001043 00000 f -0000001044 00000 f -0000001045 00000 f -0000001046 00000 f -0000001047 00000 f -0000001048 00000 f -0000001049 00000 f -0000001050 00000 f -0000001051 00000 f -0000001052 00000 f -0000001053 00000 f -0000001054 00000 f -0000001055 00000 f -0000001056 00000 f -0000001057 00000 f -0000001058 00000 f -0000001059 00000 f -0000001060 00000 f -0000001061 00000 f -0000001062 00000 f -0000001063 00000 f -0000001064 00000 f -0000001065 00000 f -0000001066 00000 f -0000001067 00000 f -0000001068 00000 f -0000001069 00000 f -0000001070 00000 f -0000001071 00000 f -0000001072 00000 f -0000001073 00000 f -0000001074 00000 f -0000001075 00000 f -0000001076 00000 f -0000001077 00000 f -0000001078 00000 f -0000001079 00000 f -0000001080 00000 f -0000001081 00000 f -0000001082 00000 f -0000001083 00000 f -0000001084 00000 f -0000001085 00000 f -0000001086 00000 f -0000001087 00000 f -0000001088 00000 f -0000001089 00000 f -0000001090 00000 f -0000001091 00000 f -0000001092 00000 f -0000001093 00000 f -0000001094 00000 f -0000001095 00000 f -0000001096 00000 f -0000001097 00000 f -0000001098 00000 f -0000001099 00000 f -0000001100 00000 f -0000001101 00000 f -0000001102 00000 f -0000001103 00000 f -0000001104 00000 f -0000001105 00000 f -0000001106 00000 f -0000001107 00000 f -0000001108 00000 f -0000001109 00000 f -0000001110 00000 f -0000001111 00000 f -0000001112 00000 f -0000001113 00000 f -0000001114 00000 f -0000001115 00000 f -0000001116 00000 f -0000001117 00000 f -0000001118 00000 f -0000001119 00000 f -0000001120 00000 f -0000001121 00000 f -0000001122 00000 f -0000001123 00000 f -0000001124 00000 f -0000001125 00000 f -0000001126 00000 f -0000001127 00000 f -0000001128 00000 f -0000001129 00000 f -0000001130 00000 f -0000001131 00000 f -0000001132 00000 f -0000001133 00000 f -0000001134 00000 f -0000001135 00000 f -0000001136 00000 f -0000001137 00000 f -0000001138 00000 f -0000001139 00000 f -0000001140 00000 f -0000001141 00000 f -0000001142 00000 f -0000001143 00000 f -0000001144 00000 f -0000001145 00000 f -0000001146 00000 f -0000001147 00000 f -0000001148 00000 f -0000001149 00000 f -0000001150 00000 f -0000001151 00000 f -0000001152 00000 f -0000001153 00000 f -0000001154 00000 f -0000001155 00000 f -0000001156 00000 f -0000001157 00000 f -0000001158 00000 f -0000001159 00000 f -0000001160 00000 f -0000001161 00000 f -0000001162 00000 f -0000001163 00000 f -0000001164 00000 f -0000001165 00000 f -0000001166 00000 f -0000001167 00000 f -0000001168 00000 f -0000001169 00000 f -0000001170 00000 f -0000001171 00000 f -0000001172 00000 f -0000001173 00000 f -0000001174 00000 f -0000001175 00000 f -0000001176 00000 f -0000001177 00000 f -0000001178 00000 f -0000001179 00000 f -0000001180 00000 f -0000001181 00000 f -0000001182 00000 f -0000001183 00000 f -0000001184 00000 f -0000001185 00000 f -0000001186 00000 f -0000001187 00000 f -0000001188 00000 f -0000001189 00000 f -0000001190 00000 f -0000001191 00000 f -0000001192 00000 f -0000001193 00000 f -0000001194 00000 f -0000001195 00000 f -0000001196 00000 f -0000001197 00000 f -0000001198 00000 f -0000001199 00000 f -0000001200 00000 f -0000001201 00000 f -0000001202 00000 f -0000001203 00000 f -0000001204 00000 f -0000001205 00000 f -0000001206 00000 f -0000001207 00000 f -0000001208 00000 f -0000001209 00000 f -0000001210 00000 f -0000001211 00000 f -0000001212 00000 f -0000001213 00000 f -0000001214 00000 f -0000001215 00000 f -0000001216 00000 f -0000001217 00000 f -0000001218 00000 f -0000001219 00000 f -0000001220 00000 f -0000001221 00000 f -0000001222 00000 f -0000001223 00000 f -0000001224 00000 f -0000001225 00000 f -0000001226 00000 f -0000001227 00000 f -0000001228 00000 f -0000001229 00000 f -0000001230 00000 f -0000001231 00000 f -0000001232 00000 f -0000001233 00000 f -0000001234 00000 f -0000001235 00000 f -0000001236 00000 f -0000001237 00000 f -0000001238 00000 f -0000001239 00000 f -0000001240 00000 f -0000001241 00000 f -0000001242 00000 f -0000001243 00000 f -0000001244 00000 f -0000001245 00000 f -0000001246 00000 f -0000001247 00000 f -0000001248 00000 f -0000001249 00000 f -0000001250 00000 f -0000001251 00000 f -0000001252 00000 f -0000001253 00000 f -0000001254 00000 f -0000001255 00000 f -0000001256 00000 f -0000001257 00000 f -0000001258 00000 f -0000001259 00000 f -0000001260 00000 f -0000001261 00000 f -0000001262 00000 f -0000001263 00000 f -0000001264 00000 f -0000001265 00000 f -0000001266 00000 f -0000001267 00000 f -0000001268 00000 f -0000001269 00000 f -0000001270 00000 f -0000001271 00000 f -0000001272 00000 f -0000001273 00000 f -0000001274 00000 f -0000001275 00000 f -0000001276 00000 f -0000001277 00000 f -0000001278 00000 f -0000001279 00000 f -0000001280 00000 f -0000001281 00000 f -0000001282 00000 f -0000001283 00000 f -0000001284 00000 f -0000001285 00000 f -0000001286 00000 f -0000001287 00000 f -0000001288 00000 f -0000001289 00000 f -0000001290 00000 f -0000001291 00000 f -0000001292 00000 f -0000001293 00000 f -0000001294 00000 f -0000001295 00000 f -0000001296 00000 f -0000001297 00000 f -0000001298 00000 f -0000001299 00000 f -0000001300 00000 f -0000001301 00000 f -0000001302 00000 f -0000001303 00000 f -0000001304 00000 f -0000001305 00000 f -0000001306 00000 f -0000001307 00000 f -0000001308 00000 f -0000001309 00000 f -0000001310 00000 f -0000001311 00000 f -0000001312 00000 f -0000001313 00000 f -0000001314 00000 f -0000001315 00000 f -0000001316 00000 f -0000001317 00000 f -0000001318 00000 f -0000001319 00000 f -0000001320 00000 f -0000001321 00000 f -0000001322 00000 f -0000001323 00000 f -0000001324 00000 f -0000001325 00000 f -0000001326 00000 f -0000001327 00000 f -0000001328 00000 f -0000001329 00000 f -0000001330 00000 f -0000001331 00000 f -0000001332 00000 f -0000001333 00000 f -0000001334 00000 f -0000001335 00000 f -0000001336 00000 f -0000001337 00000 f -0000001338 00000 f -0000001339 00000 f -0000001340 00000 f -0000001341 00000 f -0000001342 00000 f -0000001343 00000 f -0000001344 00000 f -0000001345 00000 f -0000001346 00000 f -0000001347 00000 f -0000001348 00000 f -0000001349 00000 f -0000001350 00000 f -0000001351 00000 f -0000001352 00000 f -0000001353 00000 f -0000001354 00000 f -0000001355 00000 f -0000001356 00000 f -0000001357 00000 f -0000001358 00000 f -0000001359 00000 f -0000001360 00000 f -0000001361 00000 f -0000001362 00000 f -0000001363 00000 f -0000001364 00000 f -0000001365 00000 f -0000001366 00000 f -0000001367 00000 f -0000001368 00000 f -0000001369 00000 f -0000001370 00000 f -0000001371 00000 f -0000001372 00000 f -0000001373 00000 f -0000001374 00000 f -0000001375 00000 f -0000001376 00000 f -0000001377 00000 f -0000001378 00000 f -0000001379 00000 f -0000001380 00000 f -0000001381 00000 f -0000001382 00000 f -0000001383 00000 f -0000001384 00000 f -0000001385 00000 f -0000001386 00000 f -0000001387 00000 f -0000001388 00000 f -0000001389 00000 f -0000001390 00000 f -0000001391 00000 f -0000001392 00000 f -0000001393 00000 f -0000001394 00000 f -0000001395 00000 f -0000001396 00000 f -0000001397 00000 f -0000001398 00000 f -0000001399 00000 f -0000001400 00000 f -0000001401 00000 f -0000001402 00000 f -0000001403 00000 f -0000001404 00000 f -0000001405 00000 f -0000001406 00000 f -0000001407 00000 f -0000001408 00000 f -0000001409 00000 f -0000001410 00000 f -0000001411 00000 f -0000001412 00000 f -0000001413 00000 f -0000001414 00000 f -0000001415 00000 f -0000001416 00000 f -0000001417 00000 f -0000001418 00000 f -0000001419 00000 f -0000001420 00000 f -0000001421 00000 f -0000001422 00000 f -0000001423 00000 f -0000001424 00000 f -0000001425 00000 f -0000001426 00000 f -0000001427 00000 f -0000001428 00000 f -0000001429 00000 f -0000001430 00000 f -0000001431 00000 f -0000001432 00000 f -0000001433 00000 f -0000001434 00000 f -0000001435 00000 f -0000001436 00000 f -0000001437 00000 f -0000001438 00000 f -0000001439 00000 f -0000001440 00000 f -0000001441 00000 f -0000001442 00000 f -0000001443 00000 f -0000001444 00000 f -0000001445 00000 f -0000001446 00000 f -0000001447 00000 f -0000001448 00000 f -0000001449 00000 f -0000001450 00000 f -0000001451 00000 f -0000001452 00000 f -0000001453 00000 f -0000001454 00000 f -0000001455 00000 f -0000001456 00000 f -0000001457 00000 f -0000001458 00000 f -0000001459 00000 f -0000001460 00000 f -0000001461 00000 f -0000001462 00000 f -0000001463 00000 f -0000001464 00000 f -0000001465 00000 f -0000001466 00000 f -0000001467 00000 f -0000001468 00000 f -0000001469 00000 f -0000001470 00000 f -0000001471 00000 f -0000001472 00000 f -0000001473 00000 f -0000001474 00000 f -0000001475 00000 f -0000001476 00000 f -0000001477 00000 f -0000001478 00000 f -0000001479 00000 f -0000001480 00000 f -0000001481 00000 f -0000001482 00000 f -0000001483 00000 f -0000001484 00000 f -0000001485 00000 f -0000001486 00000 f -0000001487 00000 f -0000001488 00000 f -0000001489 00000 f -0000001490 00000 f -0000001491 00000 f -0000001492 00000 f -0000001493 00000 f -0000001494 00000 f -0000001495 00000 f -0000001496 00000 f -0000001497 00000 f -0000001498 00000 f -0000001499 00000 f -0000001500 00000 f -0000001501 00000 f -0000001502 00000 f -0000001503 00000 f -0000001504 00000 f -0000001505 00000 f -0000001506 00000 f -0000001507 00000 f -0000001508 00000 f -0000001509 00000 f -0000001510 00000 f -0000001511 00000 f -0000001512 00000 f -0000001513 00000 f -0000001514 00000 f -0000001515 00000 f -0000001516 00000 f -0000001517 00000 f -0000001518 00000 f -0000001519 00000 f -0000001520 00000 f -0000001521 00000 f -0000001522 00000 f -0000001523 00000 f -0000001524 00000 f -0000001525 00000 f -0000001526 00000 f -0000001527 00000 f -0000001528 00000 f -0000001529 00000 f -0000001530 00000 f -0000001531 00000 f -0000001532 00000 f -0000001533 00000 f -0000001534 00000 f -0000001535 00000 f -0000001536 00000 f -0000001537 00000 f -0000001538 00000 f -0000001539 00000 f -0000001540 00000 f -0000001541 00000 f -0000001542 00000 f -0000001543 00000 f -0000001544 00000 f -0000001545 00000 f -0000001546 00000 f -0000001547 00000 f -0000001548 00000 f -0000001549 00000 f -0000001550 00000 f -0000001551 00000 f -0000001552 00000 f -0000001553 00000 f -0000001554 00000 f -0000001555 00000 f -0000001556 00000 f -0000001557 00000 f -0000001558 00000 f -0000001559 00000 f -0000001560 00000 f -0000001561 00000 f -0000001562 00000 f -0000001563 00000 f -0000001564 00000 f -0000001565 00000 f -0000001566 00000 f -0000001567 00000 f -0000001568 00000 f -0000001569 00000 f -0000001570 00000 f -0000001571 00000 f -0000001572 00000 f -0000001573 00000 f -0000001574 00000 f -0000001575 00000 f -0000001576 00000 f -0000001577 00000 f -0000001578 00000 f -0000001579 00000 f -0000001580 00000 f -0000001581 00000 f -0000001582 00000 f -0000001583 00000 f -0000001584 00000 f -0000001585 00000 f -0000001586 00000 f -0000001587 00000 f -0000001588 00000 f -0000001589 00000 f -0000001590 00000 f -0000001591 00000 f -0000001592 00000 f -0000001593 00000 f -0000001594 00000 f -0000001595 00000 f -0000001596 00000 f -0000001597 00000 f -0000001598 00000 f -0000001599 00000 f -0000001600 00000 f -0000001601 00000 f -0000001602 00000 f -0000001603 00000 f -0000001604 00000 f -0000001605 00000 f -0000001606 00000 f -0000001607 00000 f -0000001608 00000 f -0000001609 00000 f -0000001610 00000 f -0000001611 00000 f -0000001612 00000 f -0000001613 00000 f -0000001614 00000 f -0000001615 00000 f -0000001616 00000 f -0000001617 00000 f -0000001618 00000 f -0000001619 00000 f -0000001620 00000 f -0000001621 00000 f -0000001622 00000 f -0000001623 00000 f -0000001624 00000 f -0000001625 00000 f -0000001626 00000 f -0000001627 00000 f -0000001628 00000 f -0000001629 00000 f -0000001630 00000 f -0000001631 00000 f -0000001632 00000 f -0000001633 00000 f -0000001634 00000 f -0000001635 00000 f -0000001636 00000 f -0000001637 00000 f -0000001638 00000 f -0000001639 00000 f -0000001640 00000 f -0000001641 00000 f -0000001642 00000 f -0000001643 00000 f -0000001644 00000 f -0000001645 00000 f -0000001646 00000 f -0000001647 00000 f -0000001648 00000 f -0000001649 00000 f -0000001650 00000 f -0000001651 00000 f -0000001652 00000 f -0000001653 00000 f -0000001654 00000 f -0000001655 00000 f -0000001656 00000 f -0000001657 00000 f -0000001658 00000 f -0000001659 00000 f -0000001660 00000 f -0000001661 00000 f -0000001662 00000 f -0000001663 00000 f -0000001664 00000 f -0000001665 00000 f -0000001666 00000 f -0000001667 00000 f -0000001668 00000 f -0000001669 00000 f -0000001670 00000 f -0000001671 00000 f -0000001672 00000 f -0000001673 00000 f -0000001674 00000 f -0000001675 00000 f -0000001676 00000 f -0000001677 00000 f -0000001678 00000 f -0000001679 00000 f -0000001680 00000 f -0000001681 00000 f -0000001682 00000 f -0000001683 00000 f -0000001684 00000 f -0000001685 00000 f -0000001686 00000 f -0000001687 00000 f -0000001688 00000 f -0000001689 00000 f -0000001690 00000 f -0000001691 00000 f -0000001692 00000 f -0000001693 00000 f -0000001694 00000 f -0000001695 00000 f -0000001696 00000 f -0000001697 00000 f -0000001698 00000 f -0000001699 00000 f -0000001700 00000 f -0000001701 00000 f -0000001702 00000 f -0000001703 00000 f -0000001704 00000 f -0000001705 00000 f -0000001706 00000 f -0000001707 00000 f -0000001708 00000 f -0000001709 00000 f -0000001710 00000 f -0000001711 00000 f -0000001712 00000 f -0000001713 00000 f -0000001714 00000 f -0000001715 00000 f -0000001716 00000 f -0000001717 00000 f -0000001718 00000 f -0000001719 00000 f -0000001720 00000 f -0000001721 00000 f -0000001722 00000 f -0000001723 00000 f -0000001724 00000 f -0000001725 00000 f -0000001726 00000 f -0000001727 00000 f -0000001728 00000 f -0000001729 00000 f -0000001730 00000 f -0000001731 00000 f -0000001732 00000 f -0000001733 00000 f -0000001734 00000 f -0000001735 00000 f -0000001736 00000 f -0000001737 00000 f -0000001738 00000 f -0000001739 00000 f -0000001740 00000 f -0000001741 00000 f -0000001742 00000 f -0000001743 00000 f -0000001744 00000 f -0000001745 00000 f -0000001746 00000 f -0000001747 00000 f -0000001748 00000 f -0000001749 00000 f -0000001750 00000 f -0000001751 00000 f -0000001752 00000 f -0000001753 00000 f -0000001754 00000 f -0000001755 00000 f -0000001756 00000 f -0000001757 00000 f -0000001758 00000 f -0000001759 00000 f -0000001760 00000 f -0000001761 00000 f -0000001762 00000 f -0000001763 00000 f -0000001764 00000 f -0000001765 00000 f -0000001766 00000 f -0000001767 00000 f -0000001768 00000 f -0000001769 00000 f -0000001770 00000 f -0000001771 00000 f -0000001772 00000 f -0000001773 00000 f -0000001774 00000 f -0000001775 00000 f -0000001776 00000 f -0000001777 00000 f -0000001778 00000 f -0000001779 00000 f -0000001780 00000 f -0000001781 00000 f -0000001782 00000 f -0000001783 00000 f -0000001784 00000 f -0000001785 00000 f -0000001786 00000 f -0000001787 00000 f -0000001788 00000 f -0000001789 00000 f -0000001790 00000 f -0000001791 00000 f -0000001792 00000 f -0000001793 00000 f -0000001794 00000 f -0000001795 00000 f -0000001796 00000 f -0000001797 00000 f -0000001798 00000 f -0000001799 00000 f -0000001800 00000 f -0000001801 00000 f -0000001802 00000 f -0000001803 00000 f -0000001804 00000 f -0000001805 00000 f -0000001806 00000 f -0000001807 00000 f -0000001808 00000 f -0000001809 00000 f -0000001810 00000 f -0000001811 00000 f -0000001812 00000 f -0000001813 00000 f -0000001814 00000 f -0000001815 00000 f -0000001816 00000 f -0000001817 00000 f -0000001818 00000 f -0000001819 00000 f -0000001820 00000 f -0000001821 00000 f -0000001822 00000 f -0000001823 00000 f -0000001824 00000 f -0000001825 00000 f -0000001826 00000 f -0000001827 00000 f -0000001828 00000 f -0000001829 00000 f -0000001830 00000 f -0000001831 00000 f -0000001832 00000 f -0000001833 00000 f -0000001834 00000 f -0000001835 00000 f -0000001836 00000 f -0000001837 00000 f -0000001838 00000 f -0000001839 00000 f -0000001840 00000 f -0000001841 00000 f -0000001842 00000 f -0000001843 00000 f -0000001844 00000 f -0000001845 00000 f -0000001846 00000 f -0000001847 00000 f -0000001848 00000 f -0000001849 00000 f -0000001850 00000 f -0000001851 00000 f -0000001852 00000 f -0000001853 00000 f -0000001854 00000 f -0000001855 00000 f -0000001856 00000 f -0000001857 00000 f -0000001858 00000 f -0000001859 00000 f -0000001860 00000 f -0000001861 00000 f -0000001862 00000 f -0000001863 00000 f -0000001864 00000 f -0000001865 00000 f -0000001866 00000 f -0000001867 00000 f -0000001868 00000 f -0000001869 00000 f -0000001870 00000 f -0000001871 00000 f -0000001872 00000 f -0000001873 00000 f -0000001874 00000 f -0000001875 00000 f -0000001876 00000 f -0000001877 00000 f -0000001878 00000 f -0000001879 00000 f -0000001880 00000 f -0000001881 00000 f -0000001882 00000 f -0000001883 00000 f -0000001884 00000 f -0000001885 00000 f -0000001886 00000 f -0000001887 00000 f -0000001888 00000 f -0000001889 00000 f -0000001890 00000 f -0000001891 00000 f -0000001892 00000 f -0000001893 00000 f -0000001894 00000 f -0000001895 00000 f -0000001896 00000 f -0000001897 00000 f -0000001898 00000 f -0000001899 00000 f -0000001900 00000 f -0000001901 00000 f -0000001902 00000 f -0000001903 00000 f -0000001904 00000 f -0000001905 00000 f -0000001906 00000 f -0000001907 00000 f -0000001908 00000 f -0000001909 00000 f -0000001910 00000 f -0000001911 00000 f -0000001912 00000 f -0000001913 00000 f -0000001914 00000 f -0000001915 00000 f -0000001916 00000 f -0000001917 00000 f -0000001918 00000 f -0000001919 00000 f -0000001920 00000 f -0000001921 00000 f -0000001922 00000 f -0000001923 00000 f -0000001924 00000 f -0000001925 00000 f -0000001926 00000 f -0000001927 00000 f -0000001928 00000 f -0000001929 00000 f -0000001930 00000 f -0000001931 00000 f -0000001932 00000 f -0000001933 00000 f -0000001934 00000 f -0000001935 00000 f -0000001936 00000 f -0000001937 00000 f -0000001938 00000 f -0000001939 00000 f -0000001940 00000 f -0000001941 00000 f -0000001942 00000 f -0000001943 00000 f -0000001944 00000 f -0000001945 00000 f -0000001946 00000 f -0000001947 00000 f -0000001948 00000 f -0000001949 00000 f -0000001950 00000 f -0000001951 00000 f -0000001952 00000 f -0000001953 00000 f -0000001954 00000 f -0000001955 00000 f -0000001956 00000 f -0000001957 00000 f -0000001958 00000 f -0000001959 00000 f -0000001960 00000 f -0000001961 00000 f -0000001962 00000 f -0000001963 00000 f -0000001964 00000 f -0000001965 00000 f -0000001966 00000 f -0000001967 00000 f -0000001968 00000 f -0000001969 00000 f -0000001970 00000 f -0000001971 00000 f -0000001972 00000 f -0000001973 00000 f -0000001974 00000 f -0000001975 00000 f -0000001976 00000 f -0000001977 00000 f -0000001978 00000 f -0000001979 00000 f -0000001980 00000 f -0000001981 00000 f -0000001982 00000 f -0000001983 00000 f -0000001984 00000 f -0000001985 00000 f -0000001986 00000 f -0000001987 00000 f -0000001988 00000 f -0000001989 00000 f -0000001990 00000 f -0000001991 00000 f -0000001992 00000 f -0000001993 00000 f -0000001994 00000 f -0000001995 00000 f -0000001996 00000 f -0000001997 00000 f -0000001998 00000 f -0000001999 00000 f -0000002000 00000 f -0000002001 00000 f -0000002002 00000 f -0000002003 00000 f -0000002004 00000 f -0000002005 00000 f -0000002006 00000 f -0000002007 00000 f -0000002008 00000 f -0000002009 00000 f -0000002010 00000 f -0000002011 00000 f -0000002012 00000 f -0000002013 00000 f -0000002014 00000 f -0000002015 00000 f -0000002016 00000 f -0000002017 00000 f -0000002018 00000 f -0000002019 00000 f -0000002020 00000 f -0000002021 00000 f -0000002022 00000 f -0000002023 00000 f -0000002024 00000 f -0000002025 00000 f -0000002026 00000 f -0000002027 00000 f -0000002028 00000 f -0000002029 00000 f -0000002030 00000 f -0000002031 00000 f -0000002032 00000 f -0000002033 00000 f -0000002034 00000 f -0000002035 00000 f -0000002036 00000 f -0000002037 00000 f -0000002038 00000 f -0000002039 00000 f -0000002040 00000 f -0000002041 00000 f -0000002042 00000 f -0000002043 00000 f -0000002044 00000 f -0000002045 00000 f -0000002046 00000 f -0000002047 00000 f -0000002048 00000 f -0000002049 00000 f -0000002050 00000 f -0000002051 00000 f -0000002052 00000 f -0000002059 00000 f -0000757144 00000 n -0000757177 00000 n -0000757024 00000 n -0000757057 00000 n -0000756904 00000 n -0000756937 00000 n -0000002060 00000 f -0000002061 00000 f -0000002062 00000 f -0000002063 00000 f -0000002064 00000 f -0000002065 00000 f -0000002066 00000 f -0000002070 00000 f -0000753862 00000 n -0000753941 00000 n -0000754021 00000 n -0000002071 00000 f -0000002072 00000 f -0000002073 00000 f -0000002074 00000 f -0000002075 00000 f -0000002076 00000 f -0000002077 00000 f -0000002078 00000 f -0000002079 00000 f -0000002080 00000 f -0000002081 00000 f -0000002082 00000 f -0000002083 00000 f -0000002084 00000 f -0000002085 00000 f -0000002086 00000 f -0000002087 00000 f -0000002088 00000 f -0000002089 00000 f -0000002090 00000 f -0000002091 00000 f -0000002092 00000 f -0000002093 00000 f -0000002094 00000 f -0000002095 00000 f -0000002096 00000 f -0000002097 00000 f -0000002098 00000 f -0000002099 00000 f -0000002100 00000 f -0000002101 00000 f -0000002102 00000 f -0000002103 00000 f -0000002104 00000 f -0000002105 00000 f -0000002106 00000 f -0000002107 00000 f -0000002108 00000 f -0000002109 00000 f -0000002110 00000 f -0000002111 00000 f -0000002112 00000 f -0000002113 00000 f -0000002114 00000 f -0000002115 00000 f -0000002116 00000 f -0000002117 00000 f -0000002118 00000 f -0000002119 00000 f -0000002120 00000 f -0000002121 00000 f -0000002122 00000 f -0000002123 00000 f -0000002124 00000 f -0000002125 00000 f -0000002126 00000 f -0000002127 00000 f -0000002128 00000 f -0000002129 00000 f -0000002130 00000 f -0000002131 00000 f -0000002132 00000 f -0000002133 00000 f -0000002134 00000 f -0000002135 00000 f -0000002136 00000 f -0000002137 00000 f -0000002138 00000 f -0000002139 00000 f -0000002140 00000 f -0000002141 00000 f -0000002142 00000 f -0000002143 00000 f -0000002144 00000 f -0000002145 00000 f -0000002146 00000 f -0000002147 00000 f -0000002148 00000 f -0000002149 00000 f -0000002150 00000 f -0000002151 00000 f -0000002152 00000 f -0000002153 00000 f -0000002154 00000 f -0000002155 00000 f -0000002156 00000 f -0000002157 00000 f -0000002158 00000 f -0000002159 00000 f -0000002160 00000 f -0000002161 00000 f -0000002162 00000 f -0000002163 00000 f -0000002164 00000 f -0000002165 00000 f -0000002166 00000 f -0000002167 00000 f -0000002168 00000 f -0000002169 00000 f -0000002170 00000 f -0000002171 00000 f -0000002172 00000 f -0000002173 00000 f -0000002174 00000 f -0000002175 00000 f -0000002176 00000 f -0000002177 00000 f -0000002178 00000 f -0000002179 00000 f -0000002180 00000 f -0000002181 00000 f -0000002182 00000 f -0000002183 00000 f -0000002184 00000 f -0000002185 00000 f -0000002186 00000 f -0000002187 00000 f -0000002188 00000 f -0000002189 00000 f -0000002190 00000 f -0000002191 00000 f -0000002192 00000 f -0000002193 00000 f -0000002194 00000 f -0000002195 00000 f -0000002196 00000 f -0000002197 00000 f -0000002198 00000 f -0000002199 00000 f -0000002200 00000 f -0000002201 00000 f -0000002202 00000 f -0000002203 00000 f -0000002204 00000 f -0000002205 00000 f -0000002206 00000 f -0000002207 00000 f -0000002208 00000 f -0000002209 00000 f -0000002210 00000 f -0000002211 00000 f -0000002212 00000 f -0000002213 00000 f -0000002214 00000 f -0000002215 00000 f -0000002216 00000 f -0000002217 00000 f -0000002218 00000 f -0000002219 00000 f -0000002220 00000 f -0000002221 00000 f -0000002222 00000 f -0000002223 00000 f -0000002224 00000 f -0000002225 00000 f -0000002226 00000 f -0000002227 00000 f -0000002228 00000 f -0000002229 00000 f -0000002230 00000 f -0000002231 00000 f -0000002232 00000 f -0000002233 00000 f -0000002234 00000 f -0000002235 00000 f -0000002236 00000 f -0000002237 00000 f -0000002238 00000 f -0000002239 00000 f -0000002240 00000 f -0000002241 00000 f -0000002242 00000 f -0000002243 00000 f -0000002244 00000 f -0000002245 00000 f -0000002246 00000 f -0000002247 00000 f -0000002248 00000 f -0000002249 00000 f -0000002250 00000 f -0000002251 00000 f -0000002252 00000 f -0000002253 00000 f -0000002254 00000 f -0000002255 00000 f -0000002256 00000 f -0000002257 00000 f -0000002258 00000 f -0000002259 00000 f -0000002260 00000 f -0000002261 00000 f -0000002262 00000 f -0000002263 00000 f -0000002264 00000 f -0000002265 00000 f -0000002266 00000 f -0000002267 00000 f -0000002268 00000 f -0000002269 00000 f -0000002270 00000 f -0000002271 00000 f -0000002272 00000 f -0000002273 00000 f -0000002274 00000 f -0000002275 00000 f -0000002276 00000 f -0000002277 00000 f -0000002278 00000 f -0000002279 00000 f -0000002280 00000 f -0000002281 00000 f -0000002282 00000 f -0000002283 00000 f -0000002284 00000 f -0000002285 00000 f -0000002286 00000 f -0000002287 00000 f -0000002288 00000 f -0000002289 00000 f -0000002290 00000 f -0000002291 00000 f -0000002292 00000 f -0000002293 00000 f -0000002294 00000 f -0000002295 00000 f -0000002296 00000 f -0000002297 00000 f -0000002298 00000 f -0000002299 00000 f -0000002300 00000 f -0000002301 00000 f -0000002302 00000 f -0000002303 00000 f -0000002304 00000 f -0000002305 00000 f -0000002306 00000 f -0000002307 00000 f -0000002308 00000 f -0000002309 00000 f -0000002310 00000 f -0000002311 00000 f -0000002312 00000 f -0000002313 00000 f -0000002314 00000 f -0000002315 00000 f -0000002316 00000 f -0000002317 00000 f -0000002318 00000 f -0000002319 00000 f -0000002320 00000 f -0000002321 00000 f -0000002322 00000 f -0000002323 00000 f -0000002324 00000 f -0000002325 00000 f -0000002326 00000 f -0000002327 00000 f -0000002328 00000 f -0000002329 00000 f -0000002330 00000 f -0000002331 00000 f -0000002332 00000 f -0000002333 00000 f -0000002334 00000 f -0000002335 00000 f -0000002336 00000 f -0000002337 00000 f -0000002338 00000 f -0000002339 00000 f -0000002340 00000 f -0000002341 00000 f -0000002342 00000 f -0000002343 00000 f -0000002344 00000 f -0000002345 00000 f -0000002346 00000 f -0000002347 00000 f -0000002348 00000 f -0000002349 00000 f -0000002350 00000 f -0000002351 00000 f -0000002352 00000 f -0000002353 00000 f -0000002354 00000 f -0000002355 00000 f -0000002356 00000 f -0000002357 00000 f -0000002358 00000 f -0000002359 00000 f -0000002360 00000 f -0000002361 00000 f -0000002362 00000 f -0000002363 00000 f -0000002364 00000 f -0000002365 00000 f -0000002366 00000 f -0000002367 00000 f -0000002368 00000 f -0000002369 00000 f -0000002370 00000 f -0000002371 00000 f -0000002372 00000 f -0000002373 00000 f -0000002374 00000 f -0000002375 00000 f -0000002376 00000 f -0000002377 00000 f -0000002378 00000 f -0000002379 00000 f -0000002380 00000 f -0000002381 00000 f -0000002382 00000 f -0000002383 00000 f -0000002384 00000 f -0000002385 00000 f -0000002386 00000 f -0000002387 00000 f -0000002388 00000 f -0000002389 00000 f -0000002390 00000 f -0000002391 00000 f -0000002392 00000 f -0000002393 00000 f -0000002394 00000 f -0000002395 00000 f -0000002396 00000 f -0000002397 00000 f -0000002398 00000 f -0000002399 00000 f -0000002400 00000 f -0000002401 00000 f -0000002402 00000 f -0000002403 00000 f -0000002404 00000 f -0000002405 00000 f -0000002406 00000 f -0000002407 00000 f -0000002408 00000 f -0000002409 00000 f -0000002410 00000 f -0000002411 00000 f -0000002412 00000 f -0000002413 00000 f -0000002414 00000 f -0000002415 00000 f -0000002416 00000 f -0000002417 00000 f -0000002418 00000 f -0000002419 00000 f -0000002420 00000 f -0000002421 00000 f -0000002422 00000 f -0000002423 00000 f -0000002424 00000 f -0000002425 00000 f -0000002426 00000 f -0000002427 00000 f -0000002428 00000 f -0000002429 00000 f -0000002430 00000 f -0000002431 00000 f -0000002432 00000 f -0000002433 00000 f -0000002434 00000 f -0000002435 00000 f -0000002436 00000 f -0000002437 00000 f -0000002438 00000 f -0000002439 00000 f -0000002440 00000 f -0000002441 00000 f -0000002442 00000 f -0000002443 00000 f -0000002444 00000 f -0000002445 00000 f -0000002446 00000 f -0000002447 00000 f -0000002448 00000 f -0000002449 00000 f -0000002450 00000 f -0000002451 00000 f -0000002452 00000 f -0000002453 00000 f -0000002454 00000 f -0000002455 00000 f -0000002456 00000 f -0000002457 00000 f -0000002458 00000 f -0000002459 00000 f -0000002460 00000 f -0000002461 00000 f -0000002462 00000 f -0000002463 00000 f -0000002464 00000 f -0000002465 00000 f -0000002466 00000 f -0000002467 00000 f -0000002468 00000 f -0000002469 00000 f -0000002470 00000 f -0000002471 00000 f -0000002472 00000 f -0000002473 00000 f -0000002474 00000 f -0000002475 00000 f -0000002476 00000 f -0000002477 00000 f -0000002478 00000 f -0000002479 00000 f -0000002480 00000 f -0000002481 00000 f -0000002482 00000 f -0000002483 00000 f -0000002484 00000 f -0000002485 00000 f -0000002486 00000 f -0000002487 00000 f -0000002488 00000 f -0000002489 00000 f -0000002490 00000 f -0000002491 00000 f -0000002492 00000 f -0000002493 00000 f -0000002494 00000 f -0000002495 00000 f -0000002496 00000 f -0000002497 00000 f -0000002498 00000 f -0000002499 00000 f -0000002500 00000 f -0000002501 00000 f -0000002502 00000 f -0000002503 00000 f -0000002504 00000 f -0000002505 00000 f -0000002506 00000 f -0000002507 00000 f -0000002508 00000 f -0000002509 00000 f -0000002510 00000 f -0000002511 00000 f -0000002512 00000 f -0000002513 00000 f -0000002514 00000 f -0000002515 00000 f -0000002516 00000 f -0000002517 00000 f -0000002518 00000 f -0000002519 00000 f -0000002520 00000 f -0000002521 00000 f -0000002522 00000 f -0000002523 00000 f -0000002524 00000 f -0000002525 00000 f -0000002526 00000 f -0000002527 00000 f -0000002528 00000 f -0000002529 00000 f -0000002530 00000 f -0000002531 00000 f -0000002532 00000 f -0000002533 00000 f -0000002534 00000 f -0000002535 00000 f -0000002536 00000 f -0000002537 00000 f -0000002538 00000 f -0000002539 00000 f -0000002540 00000 f -0000002541 00000 f -0000002542 00000 f -0000002543 00000 f -0000002544 00000 f -0000002545 00000 f -0000002546 00000 f -0000002547 00000 f -0000002548 00000 f -0000002549 00000 f -0000002550 00000 f -0000002551 00000 f -0000002552 00000 f -0000002553 00000 f -0000002554 00000 f -0000002555 00000 f -0000002556 00000 f -0000002557 00000 f -0000002558 00000 f -0000002559 00000 f -0000002560 00000 f -0000002561 00000 f -0000002562 00000 f -0000002563 00000 f -0000002564 00000 f -0000002565 00000 f -0000002566 00000 f -0000002567 00000 f -0000002568 00000 f -0000002569 00000 f -0000002570 00000 f -0000002571 00000 f -0000002572 00000 f -0000002573 00000 f -0000002574 00000 f -0000002575 00000 f -0000002576 00000 f -0000002577 00000 f -0000002578 00000 f -0000002579 00000 f -0000002580 00000 f -0000002581 00000 f -0000002582 00000 f -0000002583 00000 f -0000002584 00000 f -0000002585 00000 f -0000002586 00000 f -0000002587 00000 f -0000002588 00000 f -0000002589 00000 f -0000002590 00000 f -0000002591 00000 f -0000002592 00000 f -0000002593 00000 f -0000002594 00000 f -0000002595 00000 f -0000002596 00000 f -0000002597 00000 f -0000002598 00000 f -0000002599 00000 f -0000002600 00000 f -0000002601 00000 f -0000002602 00000 f -0000002603 00000 f -0000002604 00000 f -0000002605 00000 f -0000002606 00000 f -0000002607 00000 f -0000002608 00000 f -0000002609 00000 f -0000002610 00000 f -0000002611 00000 f -0000002612 00000 f -0000002613 00000 f -0000002614 00000 f -0000002615 00000 f -0000002616 00000 f -0000002617 00000 f -0000002618 00000 f -0000002619 00000 f -0000002620 00000 f -0000002621 00000 f -0000002622 00000 f -0000002623 00000 f -0000002624 00000 f -0000002625 00000 f -0000002626 00000 f -0000002627 00000 f -0000002628 00000 f -0000002629 00000 f -0000002630 00000 f -0000002631 00000 f -0000002632 00000 f -0000002633 00000 f -0000002634 00000 f -0000002635 00000 f -0000002636 00000 f -0000002637 00000 f -0000002638 00000 f -0000002639 00000 f -0000002640 00000 f -0000002641 00000 f -0000002642 00000 f -0000002643 00000 f -0000002644 00000 f -0000002645 00000 f -0000002646 00000 f -0000002647 00000 f -0000002648 00000 f -0000002649 00000 f -0000002650 00000 f -0000002651 00000 f -0000002652 00000 f -0000002653 00000 f -0000002654 00000 f -0000002655 00000 f -0000002656 00000 f -0000002657 00000 f -0000002658 00000 f -0000002659 00000 f -0000002660 00000 f -0000002661 00000 f -0000002662 00000 f -0000002663 00000 f -0000002664 00000 f -0000002665 00000 f -0000002666 00000 f -0000002667 00000 f -0000002668 00000 f -0000002669 00000 f -0000002670 00000 f -0000002671 00000 f -0000002672 00000 f -0000002673 00000 f -0000002674 00000 f -0000002675 00000 f -0000002676 00000 f -0000002677 00000 f -0000002678 00000 f -0000002679 00000 f -0000002680 00000 f -0000002681 00000 f -0000002682 00000 f -0000002683 00000 f -0000002684 00000 f -0000002685 00000 f -0000002686 00000 f -0000002687 00000 f -0000002688 00000 f -0000002689 00000 f -0000002690 00000 f -0000002691 00000 f -0000002692 00000 f -0000002693 00000 f -0000002694 00000 f -0000002695 00000 f -0000002696 00000 f -0000002697 00000 f -0000002698 00000 f -0000002699 00000 f -0000002700 00000 f -0000002701 00000 f -0000002702 00000 f -0000002703 00000 f -0000002704 00000 f -0000002705 00000 f -0000002706 00000 f -0000002707 00000 f -0000002708 00000 f -0000002709 00000 f -0000002710 00000 f -0000002711 00000 f -0000002712 00000 f -0000002713 00000 f -0000002714 00000 f -0000002715 00000 f -0000002716 00000 f -0000002717 00000 f -0000002718 00000 f -0000002719 00000 f -0000002720 00000 f -0000002721 00000 f -0000002722 00000 f -0000002723 00000 f -0000002724 00000 f -0000002725 00000 f -0000002726 00000 f -0000002727 00000 f -0000002728 00000 f -0000002729 00000 f -0000002730 00000 f -0000002731 00000 f -0000002732 00000 f -0000002733 00000 f -0000002734 00000 f -0000002735 00000 f -0000002736 00000 f -0000002737 00000 f -0000002738 00000 f -0000002739 00000 f -0000002740 00000 f -0000002741 00000 f -0000002742 00000 f -0000002743 00000 f -0000002744 00000 f -0000002745 00000 f -0000002746 00000 f -0000002747 00000 f -0000002748 00000 f -0000002749 00000 f -0000002750 00000 f -0000002751 00000 f -0000002752 00000 f -0000002753 00000 f -0000002754 00000 f -0000002755 00000 f -0000002756 00000 f -0000002757 00000 f -0000002758 00000 f -0000002759 00000 f -0000002760 00000 f -0000002761 00000 f -0000002762 00000 f -0000002763 00000 f -0000002764 00000 f -0000002765 00000 f -0000002766 00000 f -0000002767 00000 f -0000002768 00000 f -0000002769 00000 f -0000002770 00000 f -0000002771 00000 f -0000002772 00000 f -0000002773 00000 f -0000002774 00000 f -0000002775 00000 f -0000002776 00000 f -0000002777 00000 f -0000002778 00000 f -0000002779 00000 f -0000002780 00000 f -0000002781 00000 f -0000002782 00000 f -0000002783 00000 f -0000002784 00000 f -0000002785 00000 f -0000002786 00000 f -0000002787 00000 f -0000002788 00000 f -0000002789 00000 f -0000002790 00000 f -0000002791 00000 f -0000002792 00000 f -0000002793 00000 f -0000002794 00000 f -0000002795 00000 f -0000002796 00000 f -0000002797 00000 f -0000002798 00000 f -0000002799 00000 f -0000002800 00000 f -0000002801 00000 f -0000002802 00000 f -0000002803 00000 f -0000002804 00000 f -0000002805 00000 f -0000002806 00000 f -0000002807 00000 f -0000002808 00000 f -0000002809 00000 f -0000002810 00000 f -0000002811 00000 f -0000002812 00000 f -0000002813 00000 f -0000002814 00000 f -0000002815 00000 f -0000002816 00000 f -0000002817 00000 f -0000002818 00000 f -0000002819 00000 f -0000002820 00000 f -0000002821 00000 f -0000002822 00000 f -0000002823 00000 f -0000002824 00000 f -0000002825 00000 f -0000002826 00000 f -0000002827 00000 f -0000002828 00000 f -0000002829 00000 f -0000002830 00000 f -0000002831 00000 f -0000002832 00000 f -0000002833 00000 f -0000002834 00000 f -0000002835 00000 f -0000002836 00000 f -0000002837 00000 f -0000002838 00000 f -0000002839 00000 f -0000002840 00000 f -0000002841 00000 f -0000002842 00000 f -0000002843 00000 f -0000002844 00000 f -0000002845 00000 f -0000002846 00000 f -0000002847 00000 f -0000002848 00000 f -0000002849 00000 f -0000002850 00000 f -0000002851 00000 f -0000002852 00000 f -0000002853 00000 f -0000002854 00000 f -0000002855 00000 f -0000002856 00000 f -0000002857 00000 f -0000002858 00000 f -0000002859 00000 f -0000002860 00000 f -0000002861 00000 f -0000002862 00000 f -0000002863 00000 f -0000002864 00000 f -0000002865 00000 f -0000002866 00000 f -0000002867 00000 f -0000002868 00000 f -0000002869 00000 f -0000002870 00000 f -0000002871 00000 f -0000002872 00000 f -0000002873 00000 f -0000002874 00000 f -0000002875 00000 f -0000002876 00000 f -0000002877 00000 f -0000002878 00000 f -0000002879 00000 f -0000002880 00000 f -0000002881 00000 f -0000002882 00000 f -0000002883 00000 f -0000002884 00000 f -0000002885 00000 f -0000002886 00000 f -0000002887 00000 f -0000002888 00000 f -0000002889 00000 f -0000002890 00000 f -0000002891 00000 f -0000002892 00000 f -0000002893 00000 f -0000002894 00000 f -0000002895 00000 f -0000002896 00000 f -0000002897 00000 f -0000002898 00000 f -0000002899 00000 f -0000002900 00000 f -0000002901 00000 f -0000002902 00000 f -0000002903 00000 f -0000002904 00000 f -0000002905 00000 f -0000002906 00000 f -0000002907 00000 f -0000002908 00000 f -0000002909 00000 f -0000002910 00000 f -0000002911 00000 f -0000002912 00000 f -0000002913 00000 f -0000002914 00000 f -0000002915 00000 f -0000002916 00000 f -0000002917 00000 f -0000002918 00000 f -0000002919 00000 f -0000002920 00000 f -0000002921 00000 f -0000002922 00000 f -0000002923 00000 f -0000002924 00000 f -0000002925 00000 f -0000002926 00000 f -0000002927 00000 f -0000002928 00000 f -0000002929 00000 f -0000002930 00000 f -0000002931 00000 f -0000002932 00000 f -0000002933 00000 f -0000002934 00000 f -0000002935 00000 f -0000002936 00000 f -0000002937 00000 f -0000002938 00000 f -0000002939 00000 f -0000002940 00000 f -0000002941 00000 f -0000002942 00000 f -0000002943 00000 f -0000002944 00000 f -0000002945 00000 f -0000002946 00000 f -0000002947 00000 f -0000002948 00000 f -0000002949 00000 f -0000002950 00000 f -0000002951 00000 f -0000002952 00000 f -0000002953 00000 f -0000002954 00000 f -0000002955 00000 f -0000002956 00000 f -0000002957 00000 f -0000002958 00000 f -0000002959 00000 f -0000002960 00000 f -0000002961 00000 f -0000002962 00000 f -0000002963 00000 f -0000002964 00000 f -0000002965 00000 f -0000002966 00000 f -0000002967 00000 f -0000002968 00000 f -0000002969 00000 f -0000002970 00000 f -0000002971 00000 f -0000002972 00000 f -0000002973 00000 f -0000002974 00000 f -0000002975 00000 f -0000002976 00000 f -0000002977 00000 f -0000002978 00000 f -0000002979 00000 f -0000002980 00000 f -0000002981 00000 f -0000002982 00000 f -0000002983 00000 f -0000002984 00000 f -0000002985 00000 f -0000002986 00000 f -0000002987 00000 f -0000002988 00000 f -0000002989 00000 f -0000002990 00000 f -0000002991 00000 f -0000002992 00000 f -0000002993 00000 f -0000002994 00000 f -0000002995 00000 f -0000002996 00000 f -0000002997 00000 f -0000002998 00000 f -0000002999 00000 f -0000003000 00000 f -0000003001 00000 f -0000003002 00000 f -0000003003 00000 f -0000003004 00000 f -0000003005 00000 f -0000003006 00000 f -0000003007 00000 f -0000003008 00000 f -0000003009 00000 f -0000003010 00000 f -0000003011 00000 f -0000003012 00000 f -0000003013 00000 f -0000003014 00000 f -0000003015 00000 f -0000003016 00000 f -0000003017 00000 f -0000003018 00000 f -0000003019 00000 f -0000003020 00000 f -0000003021 00000 f -0000003022 00000 f -0000003023 00000 f -0000003024 00000 f -0000003025 00000 f -0000003026 00000 f -0000003027 00000 f -0000003028 00000 f -0000003029 00000 f -0000003030 00000 f -0000003031 00000 f -0000003032 00000 f -0000003033 00000 f -0000003034 00000 f -0000003035 00000 f -0000003036 00000 f -0000003037 00000 f -0000003038 00000 f -0000003039 00000 f -0000003040 00000 f -0000003041 00000 f -0000003042 00000 f -0000003043 00000 f -0000003044 00000 f -0000003045 00000 f -0000003046 00000 f -0000003047 00000 f -0000003048 00000 f -0000003049 00000 f -0000003050 00000 f -0000003051 00000 f -0000003052 00000 f -0000003053 00000 f -0000003054 00000 f -0000003055 00000 f -0000003056 00000 f -0000003057 00000 f -0000003058 00000 f -0000003059 00000 f -0000003060 00000 f -0000003061 00000 f -0000003062 00000 f -0000003063 00000 f -0000003064 00000 f -0000003065 00000 f -0000003066 00000 f -0000003067 00000 f -0000003068 00000 f -0000003069 00000 f -0000003070 00000 f -0000003071 00000 f -0000003072 00000 f -0000003073 00000 f -0000003074 00000 f -0000003075 00000 f -0000003076 00000 f -0000003077 00000 f -0000003078 00000 f -0000003079 00000 f -0000003080 00000 f -0000003081 00000 f -0000003082 00000 f -0000003083 00000 f -0000003084 00000 f -0000003085 00000 f -0000003086 00000 f -0000003087 00000 f -0000003088 00000 f -0000003089 00000 f -0000003090 00000 f -0000003091 00000 f -0000003092 00000 f -0000003093 00000 f -0000003094 00000 f -0000003095 00000 f -0000003096 00000 f -0000003097 00000 f -0000003098 00000 f -0000003099 00000 f -0000003100 00000 f -0000003101 00000 f -0000003102 00000 f -0000003103 00000 f -0000003104 00000 f -0000003105 00000 f -0000003106 00000 f -0000003107 00000 f -0000003108 00000 f -0000003109 00000 f -0000003110 00000 f -0000003111 00000 f -0000003112 00000 f -0000003113 00000 f -0000003114 00000 f -0000003115 00000 f -0000003116 00000 f -0000003117 00000 f -0000003118 00000 f -0000003119 00000 f -0000003120 00000 f -0000003121 00000 f -0000003122 00000 f -0000003123 00000 f -0000003124 00000 f -0000003125 00000 f -0000003126 00000 f -0000003127 00000 f -0000003128 00000 f -0000003129 00000 f -0000003130 00000 f -0000003131 00000 f -0000003132 00000 f -0000003133 00000 f -0000003134 00000 f -0000003135 00000 f -0000003136 00000 f -0000003137 00000 f -0000003138 00000 f -0000003139 00000 f -0000003140 00000 f -0000003141 00000 f -0000003142 00000 f -0000003143 00000 f -0000003144 00000 f -0000003145 00000 f -0000003146 00000 f -0000003147 00000 f -0000003148 00000 f -0000003149 00000 f -0000003150 00000 f -0000003151 00000 f -0000003152 00000 f -0000003153 00000 f -0000003154 00000 f -0000003155 00000 f -0000003156 00000 f -0000003157 00000 f -0000003158 00000 f -0000003159 00000 f -0000003160 00000 f -0000003161 00000 f -0000003162 00000 f -0000003163 00000 f -0000003164 00000 f -0000003165 00000 f -0000003166 00000 f -0000003167 00000 f -0000003168 00000 f -0000003169 00000 f -0000003170 00000 f -0000003171 00000 f -0000003172 00000 f -0000003173 00000 f -0000003174 00000 f -0000003175 00000 f -0000003176 00000 f -0000003177 00000 f -0000003178 00000 f -0000003179 00000 f -0000003180 00000 f -0000003181 00000 f -0000003182 00000 f -0000003183 00000 f -0000003184 00000 f -0000003185 00000 f -0000003186 00000 f -0000003187 00000 f -0000003188 00000 f -0000003189 00000 f -0000003190 00000 f -0000003191 00000 f -0000003192 00000 f -0000003193 00000 f -0000003194 00000 f -0000003195 00000 f -0000003196 00000 f -0000003197 00000 f -0000003198 00000 f -0000003199 00000 f -0000003200 00000 f -0000003201 00000 f -0000003202 00000 f -0000003203 00000 f -0000003204 00000 f -0000003205 00000 f -0000003206 00000 f -0000003207 00000 f -0000003208 00000 f -0000003209 00000 f -0000003210 00000 f -0000003211 00000 f -0000003212 00000 f -0000003213 00000 f -0000003214 00000 f -0000003215 00000 f -0000003216 00000 f -0000003217 00000 f -0000003218 00000 f -0000003219 00000 f -0000003220 00000 f -0000003221 00000 f -0000003222 00000 f -0000003223 00000 f -0000003224 00000 f -0000003225 00000 f -0000003226 00000 f -0000003227 00000 f -0000003228 00000 f -0000003229 00000 f -0000003230 00000 f -0000003231 00000 f -0000003232 00000 f -0000003233 00000 f -0000003234 00000 f -0000003235 00000 f -0000003236 00000 f -0000003237 00000 f -0000003238 00000 f -0000003239 00000 f -0000003240 00000 f -0000003241 00000 f -0000003242 00000 f -0000003243 00000 f -0000003244 00000 f -0000003245 00000 f -0000003246 00000 f -0000003247 00000 f -0000003248 00000 f -0000003249 00000 f -0000003250 00000 f -0000003251 00000 f -0000003252 00000 f -0000003253 00000 f -0000003254 00000 f -0000003255 00000 f -0000003256 00000 f -0000003257 00000 f -0000003258 00000 f -0000003259 00000 f -0000003260 00000 f -0000003261 00000 f -0000003262 00000 f -0000003263 00000 f -0000003264 00000 f -0000003265 00000 f -0000003266 00000 f -0000003267 00000 f -0000003268 00000 f -0000003269 00000 f -0000003270 00000 f -0000003271 00000 f -0000003272 00000 f -0000003273 00000 f -0000003274 00000 f -0000003275 00000 f -0000003276 00000 f -0000003277 00000 f -0000003278 00000 f -0000003279 00000 f -0000003280 00000 f -0000003281 00000 f -0000003282 00000 f -0000003283 00000 f -0000003284 00000 f -0000003285 00000 f -0000003286 00000 f -0000003287 00000 f -0000003288 00000 f -0000003289 00000 f -0000003290 00000 f -0000003291 00000 f -0000003292 00000 f -0000003293 00000 f -0000003294 00000 f -0000003295 00000 f -0000003296 00000 f -0000003297 00000 f -0000003298 00000 f -0000003299 00000 f -0000003300 00000 f -0000003301 00000 f -0000003302 00000 f -0000003303 00000 f -0000003304 00000 f -0000003305 00000 f -0000003306 00000 f -0000003307 00000 f -0000003308 00000 f -0000003309 00000 f -0000003310 00000 f -0000003311 00000 f -0000003312 00000 f -0000003313 00000 f -0000003314 00000 f -0000003315 00000 f -0000003316 00000 f -0000003317 00000 f -0000003318 00000 f -0000003319 00000 f -0000003320 00000 f -0000003321 00000 f -0000003322 00000 f -0000003323 00000 f -0000003324 00000 f -0000003325 00000 f -0000003326 00000 f -0000003327 00000 f -0000003328 00000 f -0000003329 00000 f -0000003330 00000 f -0000003331 00000 f -0000003332 00000 f -0000003333 00000 f -0000003334 00000 f -0000003335 00000 f -0000003336 00000 f -0000003337 00000 f -0000003338 00000 f -0000003339 00000 f -0000003340 00000 f -0000003341 00000 f -0000003342 00000 f -0000003343 00000 f -0000003344 00000 f -0000003345 00000 f -0000003346 00000 f -0000003347 00000 f -0000003348 00000 f -0000003349 00000 f -0000003350 00000 f -0000003351 00000 f -0000003352 00000 f -0000003353 00000 f -0000003354 00000 f -0000003355 00000 f -0000003356 00000 f -0000003357 00000 f -0000003358 00000 f -0000003359 00000 f -0000003360 00000 f -0000003361 00000 f -0000003362 00000 f -0000003363 00000 f -0000003364 00000 f -0000003365 00000 f -0000003366 00000 f -0000003367 00000 f -0000003368 00000 f -0000003369 00000 f -0000003370 00000 f -0000003371 00000 f -0000003372 00000 f -0000003373 00000 f -0000003374 00000 f -0000003375 00000 f -0000003376 00000 f -0000003377 00000 f -0000003378 00000 f -0000003379 00000 f -0000003380 00000 f -0000003381 00000 f -0000003382 00000 f -0000003383 00000 f -0000003384 00000 f -0000003385 00000 f -0000003386 00000 f -0000003387 00000 f -0000003388 00000 f -0000003389 00000 f -0000003390 00000 f -0000003391 00000 f -0000003392 00000 f -0000003393 00000 f -0000003394 00000 f -0000003395 00000 f -0000003396 00000 f -0000003397 00000 f -0000003398 00000 f -0000003399 00000 f -0000003400 00000 f -0000003401 00000 f -0000003402 00000 f -0000003403 00000 f -0000003404 00000 f -0000003405 00000 f -0000003406 00000 f -0000003407 00000 f -0000003408 00000 f -0000003409 00000 f -0000003410 00000 f -0000003411 00000 f -0000003412 00000 f -0000003413 00000 f -0000003414 00000 f -0000003415 00000 f -0000003416 00000 f -0000003417 00000 f -0000003418 00000 f -0000003419 00000 f -0000003420 00000 f -0000003421 00000 f -0000003422 00000 f -0000003423 00000 f -0000003424 00000 f -0000003425 00000 f -0000003426 00000 f -0000003427 00000 f -0000003428 00000 f -0000003429 00000 f -0000003430 00000 f -0000003431 00000 f -0000003432 00000 f -0000003433 00000 f -0000003434 00000 f -0000003435 00000 f -0000003436 00000 f -0000003437 00000 f -0000003438 00000 f -0000003439 00000 f -0000003440 00000 f -0000003441 00000 f -0000003442 00000 f -0000003443 00000 f -0000003444 00000 f -0000003445 00000 f -0000003446 00000 f -0000003447 00000 f -0000003448 00000 f -0000003449 00000 f -0000003450 00000 f -0000003451 00000 f -0000003452 00000 f -0000003453 00000 f -0000003454 00000 f -0000003455 00000 f -0000003456 00000 f -0000003457 00000 f -0000003458 00000 f -0000003459 00000 f -0000003460 00000 f -0000003461 00000 f -0000003462 00000 f -0000003463 00000 f -0000003464 00000 f -0000003465 00000 f -0000003466 00000 f -0000003467 00000 f -0000003468 00000 f -0000003469 00000 f -0000003470 00000 f -0000003471 00000 f -0000003472 00000 f -0000003473 00000 f -0000003474 00000 f -0000003475 00000 f -0000003476 00000 f -0000003477 00000 f -0000003478 00000 f -0000003479 00000 f -0000003480 00000 f -0000003481 00000 f -0000003482 00000 f -0000003483 00000 f -0000003484 00000 f -0000003485 00000 f -0000003486 00000 f -0000003487 00000 f -0000003488 00000 f -0000003489 00000 f -0000003490 00000 f -0000003491 00000 f -0000003492 00000 f -0000003493 00000 f -0000003494 00000 f -0000003495 00000 f -0000003496 00000 f -0000003497 00000 f -0000003498 00000 f -0000003499 00000 f -0000003500 00000 f -0000003501 00000 f -0000003502 00000 f -0000003503 00000 f -0000003504 00000 f -0000003505 00000 f -0000003506 00000 f -0000003507 00000 f -0000003508 00000 f -0000003509 00000 f -0000003510 00000 f -0000003511 00000 f -0000003512 00000 f -0000003513 00000 f -0000003514 00000 f -0000003515 00000 f -0000003516 00000 f -0000003517 00000 f -0000003518 00000 f -0000003519 00000 f -0000003520 00000 f -0000003521 00000 f -0000003522 00000 f -0000003523 00000 f -0000003524 00000 f -0000003525 00000 f -0000003526 00000 f -0000003527 00000 f -0000003528 00000 f -0000003529 00000 f -0000003530 00000 f -0000003531 00000 f -0000003532 00000 f -0000003533 00000 f -0000003534 00000 f -0000003535 00000 f -0000003536 00000 f -0000003537 00000 f -0000003538 00000 f -0000003539 00000 f -0000003540 00000 f -0000003541 00000 f -0000003542 00000 f -0000003543 00000 f -0000003544 00000 f -0000003545 00000 f -0000003546 00000 f -0000003547 00000 f -0000003548 00000 f -0000003549 00000 f -0000003550 00000 f -0000003551 00000 f -0000003552 00000 f -0000003553 00000 f -0000003554 00000 f -0000003555 00000 f -0000003556 00000 f -0000003557 00000 f -0000003558 00000 f -0000003559 00000 f -0000003560 00000 f -0000003561 00000 f -0000003562 00000 f -0000003563 00000 f -0000003564 00000 f -0000003565 00000 f -0000003566 00000 f -0000003567 00000 f -0000003568 00000 f -0000003569 00000 f -0000003570 00000 f -0000003571 00000 f -0000003572 00000 f -0000003573 00000 f -0000003574 00000 f -0000003575 00000 f -0000003576 00000 f -0000003577 00000 f -0000003578 00000 f -0000003579 00000 f -0000003580 00000 f -0000003581 00000 f -0000003582 00000 f -0000003583 00000 f -0000003584 00000 f -0000003585 00000 f -0000003586 00000 f -0000003587 00000 f -0000003588 00000 f -0000003589 00000 f -0000003590 00000 f -0000003591 00000 f -0000003592 00000 f -0000003593 00000 f -0000003594 00000 f -0000003595 00000 f -0000003596 00000 f -0000003597 00000 f -0000003598 00000 f -0000003599 00000 f -0000003600 00000 f -0000003601 00000 f -0000003602 00000 f -0000003603 00000 f -0000003604 00000 f -0000003605 00000 f -0000003606 00000 f -0000003607 00000 f -0000003608 00000 f -0000003609 00000 f -0000003610 00000 f -0000003611 00000 f -0000003612 00000 f -0000003613 00000 f -0000003614 00000 f -0000003615 00000 f -0000003616 00000 f -0000003617 00000 f -0000003618 00000 f -0000003619 00000 f -0000003620 00000 f -0000003621 00000 f -0000003622 00000 f -0000003623 00000 f -0000003624 00000 f -0000003625 00000 f -0000003626 00000 f -0000003627 00000 f -0000003628 00000 f -0000003629 00000 f -0000003630 00000 f -0000003631 00000 f -0000003632 00000 f -0000003633 00000 f -0000003634 00000 f -0000003635 00000 f -0000003636 00000 f -0000003637 00000 f -0000003638 00000 f -0000003639 00000 f -0000003640 00000 f -0000003641 00000 f -0000003642 00000 f -0000003643 00000 f -0000003644 00000 f -0000003645 00000 f -0000003646 00000 f -0000003647 00000 f -0000003648 00000 f -0000003649 00000 f -0000003650 00000 f -0000003651 00000 f -0000003652 00000 f -0000003653 00000 f -0000003654 00000 f -0000003655 00000 f -0000003656 00000 f -0000003657 00000 f -0000003658 00000 f -0000003659 00000 f -0000003660 00000 f -0000003661 00000 f -0000003662 00000 f -0000003663 00000 f -0000003664 00000 f -0000003665 00000 f -0000003666 00000 f -0000003667 00000 f -0000003668 00000 f -0000003669 00000 f -0000003670 00000 f -0000003671 00000 f -0000003672 00000 f -0000003673 00000 f -0000003674 00000 f -0000003675 00000 f -0000003676 00000 f -0000003677 00000 f -0000003678 00000 f -0000003679 00000 f -0000003680 00000 f -0000003681 00000 f -0000003682 00000 f -0000003683 00000 f -0000003684 00000 f -0000003685 00000 f -0000003686 00000 f -0000003687 00000 f -0000003688 00000 f -0000003689 00000 f -0000003690 00000 f -0000003691 00000 f -0000003692 00000 f -0000003693 00000 f -0000003694 00000 f -0000003695 00000 f -0000003696 00000 f -0000003697 00000 f -0000003698 00000 f -0000003699 00000 f -0000003700 00000 f -0000003701 00000 f -0000003702 00000 f -0000003703 00000 f -0000003704 00000 f -0000003705 00000 f -0000003706 00000 f -0000003707 00000 f -0000003708 00000 f -0000003709 00000 f -0000003710 00000 f -0000003711 00000 f -0000003712 00000 f -0000003713 00000 f -0000003714 00000 f -0000003715 00000 f -0000003716 00000 f -0000003717 00000 f -0000003718 00000 f -0000003719 00000 f -0000003720 00000 f -0000003721 00000 f -0000003722 00000 f -0000003723 00000 f -0000003724 00000 f -0000003725 00000 f -0000003726 00000 f -0000003727 00000 f -0000003728 00000 f -0000003729 00000 f -0000003730 00000 f -0000003731 00000 f -0000003732 00000 f -0000003733 00000 f -0000003734 00000 f -0000003735 00000 f -0000003736 00000 f -0000003737 00000 f -0000003738 00000 f -0000003739 00000 f -0000003740 00000 f -0000003741 00000 f -0000003742 00000 f -0000003743 00000 f -0000003744 00000 f -0000003745 00000 f -0000003746 00000 f -0000003747 00000 f -0000003748 00000 f -0000003749 00000 f -0000003750 00000 f -0000003751 00000 f -0000003752 00000 f -0000003753 00000 f -0000003754 00000 f -0000003755 00000 f -0000003756 00000 f -0000003757 00000 f -0000003758 00000 f -0000003759 00000 f -0000003760 00000 f -0000003761 00000 f -0000003762 00000 f -0000003763 00000 f -0000003764 00000 f -0000003765 00000 f -0000003766 00000 f -0000003767 00000 f -0000003768 00000 f -0000003769 00000 f -0000003770 00000 f -0000003771 00000 f -0000003772 00000 f -0000003773 00000 f -0000003774 00000 f -0000003775 00000 f -0000003776 00000 f -0000003777 00000 f -0000003778 00000 f -0000003779 00000 f -0000003780 00000 f -0000003781 00000 f -0000003782 00000 f -0000003783 00000 f -0000003784 00000 f -0000003785 00000 f -0000003786 00000 f -0000003787 00000 f -0000003788 00000 f -0000003789 00000 f -0000003790 00000 f -0000003791 00000 f -0000003792 00000 f -0000003793 00000 f -0000003794 00000 f -0000003795 00000 f -0000003796 00000 f -0000003797 00000 f -0000003798 00000 f -0000003799 00000 f -0000003800 00000 f -0000003801 00000 f -0000003802 00000 f -0000003803 00000 f -0000003804 00000 f -0000003805 00000 f -0000003806 00000 f -0000003807 00000 f -0000003808 00000 f -0000003809 00000 f -0000003810 00000 f -0000003811 00000 f -0000003812 00000 f -0000003813 00000 f -0000003814 00000 f -0000003815 00000 f -0000003816 00000 f -0000003817 00000 f -0000003818 00000 f -0000003819 00000 f -0000003820 00000 f -0000003821 00000 f -0000003822 00000 f -0000003823 00000 f -0000003824 00000 f -0000003825 00000 f -0000003826 00000 f -0000003827 00000 f -0000003828 00000 f -0000003829 00000 f -0000003830 00000 f -0000003831 00000 f -0000003832 00000 f -0000003833 00000 f -0000003834 00000 f -0000003835 00000 f -0000003836 00000 f -0000003837 00000 f -0000003838 00000 f -0000003839 00000 f -0000003840 00000 f -0000003841 00000 f -0000003842 00000 f -0000003843 00000 f -0000003844 00000 f -0000003845 00000 f -0000003846 00000 f -0000003847 00000 f -0000003848 00000 f -0000003849 00000 f -0000003850 00000 f -0000003851 00000 f -0000003852 00000 f -0000003853 00000 f -0000003854 00000 f -0000003855 00000 f -0000003856 00000 f -0000003857 00000 f -0000003858 00000 f -0000003859 00000 f -0000003860 00000 f -0000003861 00000 f -0000003862 00000 f -0000003863 00000 f -0000003864 00000 f -0000003865 00000 f -0000003866 00000 f -0000003867 00000 f -0000003868 00000 f -0000003869 00000 f -0000003870 00000 f -0000003871 00000 f -0000003872 00000 f -0000003873 00000 f -0000003874 00000 f -0000003875 00000 f -0000003876 00000 f -0000003877 00000 f -0000003878 00000 f -0000003879 00000 f -0000003880 00000 f -0000003881 00000 f -0000003882 00000 f -0000003883 00000 f -0000003884 00000 f -0000003885 00000 f -0000003886 00000 f -0000003887 00000 f -0000003888 00000 f -0000003889 00000 f -0000003890 00000 f -0000003891 00000 f -0000003892 00000 f -0000003893 00000 f -0000003894 00000 f -0000003895 00000 f -0000003896 00000 f -0000003897 00000 f -0000003898 00000 f -0000003899 00000 f -0000003900 00000 f -0000003901 00000 f -0000003902 00000 f -0000003903 00000 f -0000003904 00000 f -0000003905 00000 f -0000003906 00000 f -0000003907 00000 f -0000003908 00000 f -0000003909 00000 f -0000003910 00000 f -0000003911 00000 f -0000003912 00000 f -0000003913 00000 f -0000003914 00000 f -0000003915 00000 f -0000003916 00000 f -0000003917 00000 f -0000003918 00000 f -0000003919 00000 f -0000003920 00000 f -0000003921 00000 f -0000003922 00000 f -0000003923 00000 f -0000003924 00000 f -0000003925 00000 f -0000003926 00000 f -0000003927 00000 f -0000003928 00000 f -0000003929 00000 f -0000003930 00000 f -0000003931 00000 f -0000003932 00000 f -0000003933 00000 f -0000003934 00000 f -0000003935 00000 f -0000003936 00000 f -0000003937 00000 f -0000003938 00000 f -0000003939 00000 f -0000003940 00000 f -0000003941 00000 f -0000003942 00000 f -0000003943 00000 f -0000003944 00000 f -0000003945 00000 f -0000003946 00000 f -0000003947 00000 f -0000003948 00000 f -0000003949 00000 f -0000003950 00000 f -0000003951 00000 f -0000003952 00000 f -0000003953 00000 f -0000003954 00000 f -0000003955 00000 f -0000003956 00000 f -0000003957 00000 f -0000003958 00000 f -0000003959 00000 f -0000003960 00000 f -0000003961 00000 f -0000003962 00000 f -0000003963 00000 f -0000003964 00000 f -0000003965 00000 f -0000003966 00000 f -0000003967 00000 f -0000003968 00000 f -0000003969 00000 f -0000003970 00000 f -0000003971 00000 f -0000003972 00000 f -0000003973 00000 f -0000003974 00000 f -0000003975 00000 f -0000003976 00000 f -0000003977 00000 f -0000003978 00000 f -0000003979 00000 f -0000003980 00000 f -0000003981 00000 f -0000003982 00000 f -0000003983 00000 f -0000003984 00000 f -0000003985 00000 f -0000003986 00000 f -0000003987 00000 f -0000003988 00000 f -0000003989 00000 f -0000003990 00000 f -0000003991 00000 f -0000003992 00000 f -0000003993 00000 f -0000003994 00000 f -0000003995 00000 f -0000003996 00000 f -0000003997 00000 f -0000003998 00000 f -0000003999 00000 f -0000004000 00000 f -0000004001 00000 f -0000004002 00000 f -0000004003 00000 f -0000004004 00000 f -0000004005 00000 f -0000004006 00000 f -0000004007 00000 f -0000004008 00000 f -0000004009 00000 f -0000004010 00000 f -0000004011 00000 f -0000004012 00000 f -0000004013 00000 f -0000004014 00000 f -0000004015 00000 f -0000004016 00000 f -0000004017 00000 f -0000004018 00000 f -0000004019 00000 f -0000004020 00000 f -0000004021 00000 f -0000004022 00000 f -0000004023 00000 f -0000004024 00000 f -0000004025 00000 f -0000004026 00000 f -0000004027 00000 f -0000004028 00000 f -0000004029 00000 f -0000004030 00000 f -0000004031 00000 f -0000004032 00000 f -0000004033 00000 f -0000004034 00000 f -0000004035 00000 f -0000004036 00000 f -0000004037 00000 f -0000004038 00000 f -0000004039 00000 f -0000004040 00000 f -0000004041 00000 f -0000004042 00000 f -0000004043 00000 f -0000004044 00000 f -0000004045 00000 f -0000004046 00000 f -0000004047 00000 f -0000004048 00000 f -0000004049 00000 f -0000004050 00000 f -0000004051 00000 f -0000004052 00000 f -0000004053 00000 f -0000004054 00000 f -0000004055 00000 f -0000004056 00000 f -0000004057 00000 f -0000004058 00000 f -0000004059 00000 f -0000004060 00000 f -0000004061 00000 f -0000004062 00000 f -0000004063 00000 f -0000004064 00000 f -0000004065 00000 f -0000004066 00000 f -0000004067 00000 f -0000004068 00000 f -0000004069 00000 f -0000004070 00000 f -0000004071 00000 f -0000004072 00000 f -0000004073 00000 f -0000004074 00000 f -0000004075 00000 f -0000004076 00000 f -0000004077 00000 f -0000004078 00000 f -0000004079 00000 f -0000004080 00000 f -0000004081 00000 f -0000004082 00000 f -0000004083 00000 f -0000004084 00000 f -0000004085 00000 f -0000004086 00000 f -0000004087 00000 f -0000004088 00000 f -0000004089 00000 f -0000004090 00000 f -0000004091 00000 f -0000004092 00000 f -0000004093 00000 f -0000004094 00000 f -0000004095 00000 f -0000004096 00000 f -0000004097 00000 f -0000004098 00000 f -0000004099 00000 f -0000004100 00000 f -0000004101 00000 f -0000004102 00000 f -0000004103 00000 f -0000004104 00000 f -0000004105 00000 f -0000004106 00000 f -0000004107 00000 f -0000004108 00000 f -0000004109 00000 f -0000004110 00000 f -0000004111 00000 f -0000004112 00000 f -0000004113 00000 f -0000004120 00000 f -0000756784 00000 n -0000756817 00000 n -0000756664 00000 n -0000756697 00000 n -0000756544 00000 n -0000756577 00000 n -0000004121 00000 f -0000004122 00000 f -0000004123 00000 f -0000004124 00000 f -0000004125 00000 f -0000004126 00000 f -0000004127 00000 f -0000004131 00000 f -0000754105 00000 n -0000754184 00000 n -0000754264 00000 n -0000004132 00000 f -0000004133 00000 f -0000004134 00000 f -0000004135 00000 f -0000004136 00000 f -0000004137 00000 f -0000004138 00000 f -0000004139 00000 f -0000004140 00000 f -0000004141 00000 f -0000004142 00000 f -0000004143 00000 f -0000004144 00000 f -0000004145 00000 f -0000004146 00000 f -0000004147 00000 f -0000004148 00000 f -0000004149 00000 f -0000004150 00000 f -0000004151 00000 f -0000004152 00000 f -0000004153 00000 f -0000004154 00000 f -0000004155 00000 f -0000004156 00000 f -0000004157 00000 f -0000004158 00000 f -0000004159 00000 f -0000004160 00000 f -0000004161 00000 f -0000004162 00000 f -0000004163 00000 f -0000004164 00000 f -0000004165 00000 f -0000004166 00000 f -0000004167 00000 f -0000004168 00000 f -0000004169 00000 f -0000004170 00000 f -0000004171 00000 f -0000004172 00000 f -0000004173 00000 f -0000004174 00000 f -0000004175 00000 f -0000004176 00000 f -0000004177 00000 f -0000004178 00000 f -0000004179 00000 f -0000004180 00000 f -0000004181 00000 f -0000004182 00000 f -0000004183 00000 f -0000004184 00000 f -0000004185 00000 f -0000004186 00000 f -0000004187 00000 f -0000004188 00000 f -0000004189 00000 f -0000004190 00000 f -0000004191 00000 f -0000004192 00000 f -0000004193 00000 f -0000004194 00000 f -0000004195 00000 f -0000004196 00000 f -0000004197 00000 f -0000004198 00000 f -0000004199 00000 f -0000004200 00000 f -0000004201 00000 f -0000004202 00000 f -0000004203 00000 f -0000004204 00000 f -0000004205 00000 f -0000004206 00000 f -0000004207 00000 f -0000004208 00000 f -0000004209 00000 f -0000004210 00000 f -0000004211 00000 f -0000004212 00000 f -0000004213 00000 f -0000004214 00000 f -0000004215 00000 f -0000004216 00000 f -0000004217 00000 f -0000004218 00000 f -0000004219 00000 f -0000004220 00000 f -0000004221 00000 f -0000004222 00000 f -0000004223 00000 f -0000004224 00000 f -0000004225 00000 f -0000004226 00000 f -0000004227 00000 f -0000004228 00000 f -0000004229 00000 f -0000004230 00000 f -0000004231 00000 f -0000004232 00000 f -0000004233 00000 f -0000004234 00000 f -0000004235 00000 f -0000004236 00000 f -0000004237 00000 f -0000004238 00000 f -0000004239 00000 f -0000004240 00000 f -0000004241 00000 f -0000004242 00000 f -0000004243 00000 f -0000004244 00000 f -0000004245 00000 f -0000004246 00000 f -0000004247 00000 f -0000004248 00000 f -0000004249 00000 f -0000004250 00000 f -0000004251 00000 f -0000004252 00000 f -0000004253 00000 f -0000004254 00000 f -0000004255 00000 f -0000004256 00000 f -0000004257 00000 f -0000004258 00000 f -0000004259 00000 f -0000004260 00000 f -0000004261 00000 f -0000004262 00000 f -0000004263 00000 f -0000004264 00000 f -0000004265 00000 f -0000004266 00000 f -0000004267 00000 f -0000004268 00000 f -0000004269 00000 f -0000004270 00000 f -0000004271 00000 f -0000004272 00000 f -0000004273 00000 f -0000004274 00000 f -0000004275 00000 f -0000004276 00000 f -0000004277 00000 f -0000004278 00000 f -0000004279 00000 f -0000004280 00000 f -0000004281 00000 f -0000004282 00000 f -0000004283 00000 f -0000004284 00000 f -0000004285 00000 f -0000004286 00000 f -0000004287 00000 f -0000004288 00000 f -0000004289 00000 f -0000004290 00000 f -0000004291 00000 f -0000004292 00000 f -0000004293 00000 f -0000004294 00000 f -0000004295 00000 f -0000004296 00000 f -0000004297 00000 f -0000004298 00000 f -0000004299 00000 f -0000004300 00000 f -0000004301 00000 f -0000004302 00000 f -0000004303 00000 f -0000004304 00000 f -0000004305 00000 f -0000004306 00000 f -0000004307 00000 f -0000004308 00000 f -0000004309 00000 f -0000004310 00000 f -0000004311 00000 f -0000004312 00000 f -0000004313 00000 f -0000004314 00000 f -0000004315 00000 f -0000004316 00000 f -0000004317 00000 f -0000004318 00000 f -0000004319 00000 f -0000004320 00000 f -0000004321 00000 f -0000004322 00000 f -0000004323 00000 f -0000004324 00000 f -0000004325 00000 f -0000004326 00000 f -0000004327 00000 f -0000004328 00000 f -0000004329 00000 f -0000004330 00000 f -0000004331 00000 f -0000004332 00000 f -0000004333 00000 f -0000004334 00000 f -0000004335 00000 f -0000004336 00000 f -0000004337 00000 f -0000004338 00000 f -0000004339 00000 f -0000004340 00000 f -0000004341 00000 f -0000004342 00000 f -0000004343 00000 f -0000004344 00000 f -0000004345 00000 f -0000004346 00000 f -0000004347 00000 f -0000004348 00000 f -0000004349 00000 f -0000004350 00000 f -0000004351 00000 f -0000004352 00000 f -0000004353 00000 f -0000004354 00000 f -0000004355 00000 f -0000004356 00000 f -0000004357 00000 f -0000004358 00000 f -0000004359 00000 f -0000004360 00000 f -0000004361 00000 f -0000004362 00000 f -0000004363 00000 f -0000004364 00000 f -0000004365 00000 f -0000004366 00000 f -0000004367 00000 f -0000004368 00000 f -0000004369 00000 f -0000004370 00000 f -0000004371 00000 f -0000004372 00000 f -0000004373 00000 f -0000004374 00000 f -0000004375 00000 f -0000004376 00000 f -0000004377 00000 f -0000004378 00000 f -0000004379 00000 f -0000004380 00000 f -0000004381 00000 f -0000004382 00000 f -0000004383 00000 f -0000004384 00000 f -0000004385 00000 f -0000004386 00000 f -0000004387 00000 f -0000004388 00000 f -0000004389 00000 f -0000004390 00000 f -0000004391 00000 f -0000004392 00000 f -0000004393 00000 f -0000004394 00000 f -0000004395 00000 f -0000004396 00000 f -0000004397 00000 f -0000004398 00000 f -0000004399 00000 f -0000004400 00000 f -0000004401 00000 f -0000004402 00000 f -0000004403 00000 f -0000004404 00000 f -0000004405 00000 f -0000004406 00000 f -0000004407 00000 f -0000004408 00000 f -0000004409 00000 f -0000004410 00000 f -0000004411 00000 f -0000004412 00000 f -0000004413 00000 f -0000004414 00000 f -0000004415 00000 f -0000004416 00000 f -0000004417 00000 f -0000004418 00000 f -0000004419 00000 f -0000004420 00000 f -0000004421 00000 f -0000004422 00000 f -0000004423 00000 f -0000004424 00000 f -0000004425 00000 f -0000004426 00000 f -0000004427 00000 f -0000004428 00000 f -0000004429 00000 f -0000004430 00000 f -0000004431 00000 f -0000004432 00000 f -0000004433 00000 f -0000004434 00000 f -0000004435 00000 f -0000004436 00000 f -0000004437 00000 f -0000004438 00000 f -0000004439 00000 f -0000004440 00000 f -0000004441 00000 f -0000004442 00000 f -0000004443 00000 f -0000004444 00000 f -0000004445 00000 f -0000004446 00000 f -0000004447 00000 f -0000004448 00000 f -0000004449 00000 f -0000004450 00000 f -0000004451 00000 f -0000004452 00000 f -0000004453 00000 f -0000004454 00000 f -0000004455 00000 f -0000004456 00000 f -0000004457 00000 f -0000004458 00000 f -0000004459 00000 f -0000004460 00000 f -0000004461 00000 f -0000004462 00000 f -0000004463 00000 f -0000004464 00000 f -0000004465 00000 f -0000004466 00000 f -0000004467 00000 f -0000004468 00000 f -0000004469 00000 f -0000004470 00000 f -0000004471 00000 f -0000004472 00000 f -0000004473 00000 f -0000004474 00000 f -0000004475 00000 f -0000004476 00000 f -0000004477 00000 f -0000004478 00000 f -0000004479 00000 f -0000004480 00000 f -0000004481 00000 f -0000004482 00000 f -0000004483 00000 f -0000004484 00000 f -0000004485 00000 f -0000004486 00000 f -0000004487 00000 f -0000004488 00000 f -0000004489 00000 f -0000004490 00000 f -0000004491 00000 f -0000004492 00000 f -0000004493 00000 f -0000004494 00000 f -0000004495 00000 f -0000004496 00000 f -0000004497 00000 f -0000004498 00000 f -0000004499 00000 f -0000004500 00000 f -0000004501 00000 f -0000004502 00000 f -0000004503 00000 f -0000004504 00000 f -0000004505 00000 f -0000004506 00000 f -0000004507 00000 f -0000004508 00000 f -0000004509 00000 f -0000004510 00000 f -0000004511 00000 f -0000004512 00000 f -0000004513 00000 f -0000004514 00000 f -0000004515 00000 f -0000004516 00000 f -0000004517 00000 f -0000004518 00000 f -0000004519 00000 f -0000004520 00000 f -0000004521 00000 f -0000004522 00000 f -0000004523 00000 f -0000004524 00000 f -0000004525 00000 f -0000004526 00000 f -0000004527 00000 f -0000004528 00000 f -0000004529 00000 f -0000004530 00000 f -0000004531 00000 f -0000004532 00000 f -0000004533 00000 f -0000004534 00000 f -0000004535 00000 f -0000004536 00000 f -0000004537 00000 f -0000004538 00000 f -0000004539 00000 f -0000004540 00000 f -0000004541 00000 f -0000004542 00000 f -0000004543 00000 f -0000004544 00000 f -0000004545 00000 f -0000004546 00000 f -0000004547 00000 f -0000004548 00000 f -0000004549 00000 f -0000004550 00000 f -0000004551 00000 f -0000004552 00000 f -0000004553 00000 f -0000004554 00000 f -0000004555 00000 f -0000004556 00000 f -0000004557 00000 f -0000004558 00000 f -0000004559 00000 f -0000004560 00000 f -0000004561 00000 f -0000004562 00000 f -0000004563 00000 f -0000004564 00000 f -0000004565 00000 f -0000004566 00000 f -0000004567 00000 f -0000004568 00000 f -0000004569 00000 f -0000004570 00000 f -0000004571 00000 f -0000004572 00000 f -0000004573 00000 f -0000004574 00000 f -0000004575 00000 f -0000004576 00000 f -0000004577 00000 f -0000004578 00000 f -0000004579 00000 f -0000004580 00000 f -0000004581 00000 f -0000004582 00000 f -0000004583 00000 f -0000004584 00000 f -0000004585 00000 f -0000004586 00000 f -0000004587 00000 f -0000004588 00000 f -0000004589 00000 f -0000004590 00000 f -0000004591 00000 f -0000004592 00000 f -0000004593 00000 f -0000004594 00000 f -0000004595 00000 f -0000004596 00000 f -0000004597 00000 f -0000004598 00000 f -0000004599 00000 f -0000004600 00000 f -0000004601 00000 f -0000004602 00000 f -0000004603 00000 f -0000004604 00000 f -0000004605 00000 f -0000004606 00000 f -0000004607 00000 f -0000004608 00000 f -0000004609 00000 f -0000004610 00000 f -0000004611 00000 f -0000004612 00000 f -0000004613 00000 f -0000004614 00000 f -0000004615 00000 f -0000004616 00000 f -0000004617 00000 f -0000004618 00000 f -0000004619 00000 f -0000004620 00000 f -0000004621 00000 f -0000004622 00000 f -0000004623 00000 f -0000004624 00000 f -0000004625 00000 f -0000004626 00000 f -0000004627 00000 f -0000004628 00000 f -0000004629 00000 f -0000004630 00000 f -0000004631 00000 f -0000004632 00000 f -0000004633 00000 f -0000004634 00000 f -0000004635 00000 f -0000004636 00000 f -0000004637 00000 f -0000004638 00000 f -0000004639 00000 f -0000004640 00000 f -0000004641 00000 f -0000004642 00000 f -0000004643 00000 f -0000004644 00000 f -0000004645 00000 f -0000004646 00000 f -0000004647 00000 f -0000004648 00000 f -0000004649 00000 f -0000004650 00000 f -0000004651 00000 f -0000004652 00000 f -0000004653 00000 f -0000004654 00000 f -0000004655 00000 f -0000004656 00000 f -0000004657 00000 f -0000004658 00000 f -0000004659 00000 f -0000004660 00000 f -0000004661 00000 f -0000004662 00000 f -0000004663 00000 f -0000004664 00000 f -0000004665 00000 f -0000004666 00000 f -0000004667 00000 f -0000004668 00000 f -0000004669 00000 f -0000004670 00000 f -0000004671 00000 f -0000004672 00000 f -0000004673 00000 f -0000004674 00000 f -0000004675 00000 f -0000004676 00000 f -0000004677 00000 f -0000004678 00000 f -0000004679 00000 f -0000004680 00000 f -0000004681 00000 f -0000004682 00000 f -0000004683 00000 f -0000004684 00000 f -0000004685 00000 f -0000004686 00000 f -0000004687 00000 f -0000004688 00000 f -0000004689 00000 f -0000004690 00000 f -0000004691 00000 f -0000004692 00000 f -0000004693 00000 f -0000004694 00000 f -0000004695 00000 f -0000004696 00000 f -0000004697 00000 f -0000004698 00000 f -0000004699 00000 f -0000004700 00000 f -0000004701 00000 f -0000004702 00000 f -0000004703 00000 f -0000004704 00000 f -0000004705 00000 f -0000004706 00000 f -0000004707 00000 f -0000004708 00000 f -0000004709 00000 f -0000004710 00000 f -0000004711 00000 f -0000004712 00000 f -0000004713 00000 f -0000004714 00000 f -0000004715 00000 f -0000004716 00000 f -0000004717 00000 f -0000004718 00000 f -0000004719 00000 f -0000004720 00000 f -0000004721 00000 f -0000004722 00000 f -0000004723 00000 f -0000004724 00000 f -0000004725 00000 f -0000004726 00000 f -0000004727 00000 f -0000004728 00000 f -0000004729 00000 f -0000004730 00000 f -0000004731 00000 f -0000004732 00000 f -0000004733 00000 f -0000004734 00000 f -0000004735 00000 f -0000004736 00000 f -0000004737 00000 f -0000004738 00000 f -0000004739 00000 f -0000004740 00000 f -0000004741 00000 f -0000004742 00000 f -0000004743 00000 f -0000004744 00000 f -0000004745 00000 f -0000004746 00000 f -0000004747 00000 f -0000004748 00000 f -0000004749 00000 f -0000004750 00000 f -0000004751 00000 f -0000004752 00000 f -0000004753 00000 f -0000004754 00000 f -0000004755 00000 f -0000004756 00000 f -0000004757 00000 f -0000004758 00000 f -0000004759 00000 f -0000004760 00000 f -0000004761 00000 f -0000004762 00000 f -0000004763 00000 f -0000004764 00000 f -0000004765 00000 f -0000004766 00000 f -0000004767 00000 f -0000004768 00000 f -0000004769 00000 f -0000004770 00000 f -0000004771 00000 f -0000004772 00000 f -0000004773 00000 f -0000004774 00000 f -0000004775 00000 f -0000004776 00000 f -0000004777 00000 f -0000004778 00000 f -0000004779 00000 f -0000004780 00000 f -0000004781 00000 f -0000004782 00000 f -0000004783 00000 f -0000004784 00000 f -0000004785 00000 f -0000004786 00000 f -0000004787 00000 f -0000004788 00000 f -0000004789 00000 f -0000004790 00000 f -0000004791 00000 f -0000004792 00000 f -0000004793 00000 f -0000004794 00000 f -0000004795 00000 f -0000004796 00000 f -0000004797 00000 f -0000004798 00000 f -0000004799 00000 f -0000004800 00000 f -0000004801 00000 f -0000004802 00000 f -0000004803 00000 f -0000004804 00000 f -0000004805 00000 f -0000004806 00000 f -0000004807 00000 f -0000004808 00000 f -0000004809 00000 f -0000004810 00000 f -0000004811 00000 f -0000004812 00000 f -0000004813 00000 f -0000004814 00000 f -0000004815 00000 f -0000004816 00000 f -0000004817 00000 f -0000004818 00000 f -0000004819 00000 f -0000004820 00000 f -0000004821 00000 f -0000004822 00000 f -0000004823 00000 f -0000004824 00000 f -0000004825 00000 f -0000004826 00000 f -0000004827 00000 f -0000004828 00000 f -0000004829 00000 f -0000004830 00000 f -0000004831 00000 f -0000004832 00000 f -0000004833 00000 f -0000004834 00000 f -0000004835 00000 f -0000004836 00000 f -0000004837 00000 f -0000004838 00000 f -0000004839 00000 f -0000004840 00000 f -0000004841 00000 f -0000004842 00000 f -0000004843 00000 f -0000004844 00000 f -0000004845 00000 f -0000004846 00000 f -0000004847 00000 f -0000004848 00000 f -0000004849 00000 f -0000004850 00000 f -0000004851 00000 f -0000004852 00000 f -0000004853 00000 f -0000004854 00000 f -0000004855 00000 f -0000004856 00000 f -0000004857 00000 f -0000004858 00000 f -0000004859 00000 f -0000004860 00000 f -0000004861 00000 f -0000004862 00000 f -0000004863 00000 f -0000004864 00000 f -0000004865 00000 f -0000004866 00000 f -0000004867 00000 f -0000004868 00000 f -0000004869 00000 f -0000004870 00000 f -0000004871 00000 f -0000004872 00000 f -0000004873 00000 f -0000004874 00000 f -0000004875 00000 f -0000004876 00000 f -0000004877 00000 f -0000004878 00000 f -0000004879 00000 f -0000004880 00000 f -0000004881 00000 f -0000004882 00000 f -0000004883 00000 f -0000004884 00000 f -0000004885 00000 f -0000004886 00000 f -0000004887 00000 f -0000004888 00000 f -0000004889 00000 f -0000004890 00000 f -0000004891 00000 f -0000004892 00000 f -0000004893 00000 f -0000004894 00000 f -0000004895 00000 f -0000004896 00000 f -0000004897 00000 f -0000004898 00000 f -0000004899 00000 f -0000004900 00000 f -0000004901 00000 f -0000004902 00000 f -0000004903 00000 f -0000004904 00000 f -0000004905 00000 f -0000004906 00000 f -0000004907 00000 f -0000004908 00000 f -0000004909 00000 f -0000004910 00000 f -0000004911 00000 f -0000004912 00000 f -0000004913 00000 f -0000004914 00000 f -0000004915 00000 f -0000004916 00000 f -0000004917 00000 f -0000004918 00000 f -0000004919 00000 f -0000004920 00000 f -0000004921 00000 f -0000004922 00000 f -0000004923 00000 f -0000004924 00000 f -0000004925 00000 f -0000004926 00000 f -0000004927 00000 f -0000004928 00000 f -0000004929 00000 f -0000004930 00000 f -0000004931 00000 f -0000004932 00000 f -0000004933 00000 f -0000004934 00000 f -0000004935 00000 f -0000004936 00000 f -0000004937 00000 f -0000004938 00000 f -0000004939 00000 f -0000004940 00000 f -0000004941 00000 f -0000004942 00000 f -0000004943 00000 f -0000004944 00000 f -0000004945 00000 f -0000004946 00000 f -0000004947 00000 f -0000004948 00000 f -0000004949 00000 f -0000004950 00000 f -0000004951 00000 f -0000004952 00000 f -0000004953 00000 f -0000004954 00000 f -0000004955 00000 f -0000004956 00000 f -0000004957 00000 f -0000004958 00000 f -0000004959 00000 f -0000004960 00000 f -0000004961 00000 f -0000004962 00000 f -0000004963 00000 f -0000004964 00000 f -0000004965 00000 f -0000004966 00000 f -0000004967 00000 f -0000004968 00000 f -0000004969 00000 f -0000004970 00000 f -0000004971 00000 f -0000004972 00000 f -0000004973 00000 f -0000004974 00000 f -0000004975 00000 f -0000004976 00000 f -0000004977 00000 f -0000004978 00000 f -0000004979 00000 f -0000004980 00000 f -0000004981 00000 f -0000004982 00000 f -0000004983 00000 f -0000004984 00000 f -0000004985 00000 f -0000004986 00000 f -0000004987 00000 f -0000004988 00000 f -0000004989 00000 f -0000004990 00000 f -0000004991 00000 f -0000004992 00000 f -0000004993 00000 f -0000004994 00000 f -0000004995 00000 f -0000004996 00000 f -0000004997 00000 f -0000004998 00000 f -0000004999 00000 f -0000005000 00000 f -0000005001 00000 f -0000005002 00000 f -0000005003 00000 f -0000005004 00000 f -0000005005 00000 f -0000005006 00000 f -0000005007 00000 f -0000005008 00000 f -0000005009 00000 f -0000005010 00000 f -0000005011 00000 f -0000005012 00000 f -0000005013 00000 f -0000005014 00000 f -0000005015 00000 f -0000005016 00000 f -0000005017 00000 f -0000005018 00000 f -0000005019 00000 f -0000005020 00000 f -0000005021 00000 f -0000005022 00000 f -0000005023 00000 f -0000005024 00000 f -0000005025 00000 f -0000005026 00000 f -0000005027 00000 f -0000005028 00000 f -0000005029 00000 f -0000005030 00000 f -0000005031 00000 f -0000005032 00000 f -0000005033 00000 f -0000005034 00000 f -0000005035 00000 f -0000005036 00000 f -0000005037 00000 f -0000005038 00000 f -0000005039 00000 f -0000005040 00000 f -0000005041 00000 f -0000005042 00000 f -0000005043 00000 f -0000005044 00000 f -0000005045 00000 f -0000005046 00000 f -0000005047 00000 f -0000005048 00000 f -0000005049 00000 f -0000005050 00000 f -0000005051 00000 f -0000005052 00000 f -0000005053 00000 f -0000005054 00000 f -0000005055 00000 f -0000005056 00000 f -0000005057 00000 f -0000005058 00000 f -0000005059 00000 f -0000005060 00000 f -0000005061 00000 f -0000005062 00000 f -0000005063 00000 f -0000005064 00000 f -0000005065 00000 f -0000005066 00000 f -0000005067 00000 f -0000005068 00000 f -0000005069 00000 f -0000005070 00000 f -0000005071 00000 f -0000005072 00000 f -0000005073 00000 f -0000005074 00000 f -0000005075 00000 f -0000005076 00000 f -0000005077 00000 f -0000005078 00000 f -0000005079 00000 f -0000005080 00000 f -0000005081 00000 f -0000005082 00000 f -0000005083 00000 f -0000005084 00000 f -0000005085 00000 f -0000005086 00000 f -0000005087 00000 f -0000005088 00000 f -0000005089 00000 f -0000005090 00000 f -0000005091 00000 f -0000005092 00000 f -0000005093 00000 f -0000005094 00000 f -0000005095 00000 f -0000005096 00000 f -0000005097 00000 f -0000005098 00000 f -0000005099 00000 f -0000005100 00000 f -0000005101 00000 f -0000005102 00000 f -0000005103 00000 f -0000005104 00000 f -0000005105 00000 f -0000005106 00000 f -0000005107 00000 f -0000005108 00000 f -0000005109 00000 f -0000005110 00000 f -0000005111 00000 f -0000005112 00000 f -0000005113 00000 f -0000005114 00000 f -0000005115 00000 f -0000005116 00000 f -0000005117 00000 f -0000005118 00000 f -0000005119 00000 f -0000005120 00000 f -0000005121 00000 f -0000005122 00000 f -0000005123 00000 f -0000005124 00000 f -0000005125 00000 f -0000005126 00000 f -0000005127 00000 f -0000005128 00000 f -0000005129 00000 f -0000005130 00000 f -0000005131 00000 f -0000005132 00000 f -0000005133 00000 f -0000005134 00000 f -0000005135 00000 f -0000005136 00000 f -0000005137 00000 f -0000005138 00000 f -0000005139 00000 f -0000005140 00000 f -0000005141 00000 f -0000005142 00000 f -0000005143 00000 f -0000005144 00000 f -0000005145 00000 f -0000005146 00000 f -0000005147 00000 f -0000005148 00000 f -0000005149 00000 f -0000005150 00000 f -0000005151 00000 f -0000005152 00000 f -0000005153 00000 f -0000005154 00000 f -0000005155 00000 f -0000005156 00000 f -0000005157 00000 f -0000005158 00000 f -0000005159 00000 f -0000005160 00000 f -0000005161 00000 f -0000005162 00000 f -0000005163 00000 f -0000005164 00000 f -0000005165 00000 f -0000005166 00000 f -0000005167 00000 f -0000005168 00000 f -0000005169 00000 f -0000005170 00000 f -0000005171 00000 f -0000005172 00000 f -0000005173 00000 f -0000005174 00000 f -0000005175 00000 f -0000005176 00000 f -0000005177 00000 f -0000005178 00000 f -0000005179 00000 f -0000005180 00000 f -0000005181 00000 f -0000005182 00000 f -0000005183 00000 f -0000005184 00000 f -0000005185 00000 f -0000005186 00000 f -0000005187 00000 f -0000005188 00000 f -0000005189 00000 f -0000005190 00000 f -0000005191 00000 f -0000005192 00000 f -0000005193 00000 f -0000005194 00000 f -0000005195 00000 f -0000005196 00000 f -0000005197 00000 f -0000005198 00000 f -0000005199 00000 f -0000005200 00000 f -0000005201 00000 f -0000005202 00000 f -0000005203 00000 f -0000005204 00000 f -0000005205 00000 f -0000005206 00000 f -0000005207 00000 f -0000005208 00000 f -0000005209 00000 f -0000005210 00000 f -0000005211 00000 f -0000005212 00000 f -0000005213 00000 f -0000005214 00000 f -0000005215 00000 f -0000005216 00000 f -0000005217 00000 f -0000005218 00000 f -0000005219 00000 f -0000005220 00000 f -0000005221 00000 f -0000005222 00000 f -0000005223 00000 f -0000005224 00000 f -0000005225 00000 f -0000005226 00000 f -0000005227 00000 f -0000005228 00000 f -0000005229 00000 f -0000005230 00000 f -0000005231 00000 f -0000005232 00000 f -0000005233 00000 f -0000005234 00000 f -0000005235 00000 f -0000005236 00000 f -0000005237 00000 f -0000005238 00000 f -0000005239 00000 f -0000005240 00000 f -0000005241 00000 f -0000005242 00000 f -0000005243 00000 f -0000005244 00000 f -0000005245 00000 f -0000005246 00000 f -0000005247 00000 f -0000005248 00000 f -0000005249 00000 f -0000005250 00000 f -0000005251 00000 f -0000005252 00000 f -0000005253 00000 f -0000005254 00000 f -0000005255 00000 f -0000005256 00000 f -0000005257 00000 f -0000005258 00000 f -0000005259 00000 f -0000005260 00000 f -0000005261 00000 f -0000005262 00000 f -0000005263 00000 f -0000005264 00000 f -0000005265 00000 f -0000005266 00000 f -0000005267 00000 f -0000005268 00000 f -0000005269 00000 f -0000005270 00000 f -0000005271 00000 f -0000005272 00000 f -0000005273 00000 f -0000005274 00000 f -0000005275 00000 f -0000005276 00000 f -0000005277 00000 f -0000005278 00000 f -0000005279 00000 f -0000005280 00000 f -0000005281 00000 f -0000005282 00000 f -0000005283 00000 f -0000005284 00000 f -0000005285 00000 f -0000005286 00000 f -0000005287 00000 f -0000005288 00000 f -0000005289 00000 f -0000005290 00000 f -0000005291 00000 f -0000005292 00000 f -0000005293 00000 f -0000005294 00000 f -0000005295 00000 f -0000005296 00000 f -0000005297 00000 f -0000005298 00000 f -0000005299 00000 f -0000005300 00000 f -0000005301 00000 f -0000005302 00000 f -0000005303 00000 f -0000005304 00000 f -0000005305 00000 f -0000005306 00000 f -0000005307 00000 f -0000005308 00000 f -0000005309 00000 f -0000005310 00000 f -0000005311 00000 f -0000005312 00000 f -0000005313 00000 f -0000005314 00000 f -0000005315 00000 f -0000005316 00000 f -0000005317 00000 f -0000005318 00000 f -0000005319 00000 f -0000005320 00000 f -0000005321 00000 f -0000005322 00000 f -0000005323 00000 f -0000005324 00000 f -0000005325 00000 f -0000005326 00000 f -0000005327 00000 f -0000005328 00000 f -0000005329 00000 f -0000005330 00000 f -0000005331 00000 f -0000005332 00000 f -0000005333 00000 f -0000005334 00000 f -0000005335 00000 f -0000005336 00000 f -0000005337 00000 f -0000005338 00000 f -0000005339 00000 f -0000005340 00000 f -0000005341 00000 f -0000005342 00000 f -0000005343 00000 f -0000005344 00000 f -0000005345 00000 f -0000005346 00000 f -0000005347 00000 f -0000005348 00000 f -0000005349 00000 f -0000005350 00000 f -0000005351 00000 f -0000005352 00000 f -0000005353 00000 f -0000005354 00000 f -0000005355 00000 f -0000005356 00000 f -0000005357 00000 f -0000005358 00000 f -0000005359 00000 f -0000005360 00000 f -0000005361 00000 f -0000005362 00000 f -0000005363 00000 f -0000005364 00000 f -0000005365 00000 f -0000005366 00000 f -0000005367 00000 f -0000005368 00000 f -0000005369 00000 f -0000005370 00000 f -0000005371 00000 f -0000005372 00000 f -0000005373 00000 f -0000005374 00000 f -0000005375 00000 f -0000005376 00000 f -0000005377 00000 f -0000005378 00000 f -0000005379 00000 f -0000005380 00000 f -0000005381 00000 f -0000005382 00000 f -0000005383 00000 f -0000005384 00000 f -0000005385 00000 f -0000005386 00000 f -0000005387 00000 f -0000005388 00000 f -0000005389 00000 f -0000005390 00000 f -0000005391 00000 f -0000005392 00000 f -0000005393 00000 f -0000005394 00000 f -0000005395 00000 f -0000005396 00000 f -0000005397 00000 f -0000005398 00000 f -0000005399 00000 f -0000005400 00000 f -0000005401 00000 f -0000005402 00000 f -0000005403 00000 f -0000005404 00000 f -0000005405 00000 f -0000005406 00000 f -0000005407 00000 f -0000005408 00000 f -0000005409 00000 f -0000005410 00000 f -0000005411 00000 f -0000005412 00000 f -0000005413 00000 f -0000005414 00000 f -0000005415 00000 f -0000005416 00000 f -0000005417 00000 f -0000005418 00000 f -0000005419 00000 f -0000005420 00000 f -0000005421 00000 f -0000005422 00000 f -0000005423 00000 f -0000005424 00000 f -0000005425 00000 f -0000005426 00000 f -0000005427 00000 f -0000005428 00000 f -0000005429 00000 f -0000005430 00000 f -0000005431 00000 f -0000005432 00000 f -0000005433 00000 f -0000005434 00000 f -0000005435 00000 f -0000005436 00000 f -0000005437 00000 f -0000005438 00000 f -0000005439 00000 f -0000005440 00000 f -0000005441 00000 f -0000005442 00000 f -0000005443 00000 f -0000005444 00000 f -0000005445 00000 f -0000005446 00000 f -0000005447 00000 f -0000005448 00000 f -0000005449 00000 f -0000005450 00000 f -0000005451 00000 f -0000005452 00000 f -0000005453 00000 f -0000005454 00000 f -0000005455 00000 f -0000005456 00000 f -0000005457 00000 f -0000005458 00000 f -0000005459 00000 f -0000005460 00000 f -0000005461 00000 f -0000005462 00000 f -0000005463 00000 f -0000005464 00000 f -0000005465 00000 f -0000005466 00000 f -0000005467 00000 f -0000005468 00000 f -0000005469 00000 f -0000005470 00000 f -0000005471 00000 f -0000005472 00000 f -0000005473 00000 f -0000005474 00000 f -0000005475 00000 f -0000005476 00000 f -0000005477 00000 f -0000005478 00000 f -0000005479 00000 f -0000005480 00000 f -0000005481 00000 f -0000005482 00000 f -0000005483 00000 f -0000005484 00000 f -0000005485 00000 f -0000005486 00000 f -0000005487 00000 f -0000005488 00000 f -0000005489 00000 f -0000005490 00000 f -0000005491 00000 f -0000005492 00000 f -0000005493 00000 f -0000005494 00000 f -0000005495 00000 f -0000005496 00000 f -0000005497 00000 f -0000005498 00000 f -0000005499 00000 f -0000005500 00000 f -0000005501 00000 f -0000005502 00000 f -0000005503 00000 f -0000005504 00000 f -0000005505 00000 f -0000005506 00000 f -0000005507 00000 f -0000005508 00000 f -0000005509 00000 f -0000005510 00000 f -0000005511 00000 f -0000005512 00000 f -0000005513 00000 f -0000005514 00000 f -0000005515 00000 f -0000005516 00000 f -0000005517 00000 f -0000005518 00000 f -0000005519 00000 f -0000005520 00000 f -0000005521 00000 f -0000005522 00000 f -0000005523 00000 f -0000005524 00000 f -0000005525 00000 f -0000005526 00000 f -0000005527 00000 f -0000005528 00000 f -0000005529 00000 f -0000005530 00000 f -0000005531 00000 f -0000005532 00000 f -0000005533 00000 f -0000005534 00000 f -0000005535 00000 f -0000005536 00000 f -0000005537 00000 f -0000005538 00000 f -0000005539 00000 f -0000005540 00000 f -0000005541 00000 f -0000005542 00000 f -0000005543 00000 f -0000005544 00000 f -0000005545 00000 f -0000005546 00000 f -0000005547 00000 f -0000005548 00000 f -0000005549 00000 f -0000005550 00000 f -0000005551 00000 f -0000005552 00000 f -0000005553 00000 f -0000005554 00000 f -0000005555 00000 f -0000005556 00000 f -0000005557 00000 f -0000005558 00000 f -0000005559 00000 f -0000005560 00000 f -0000005561 00000 f -0000005562 00000 f -0000005563 00000 f -0000005564 00000 f -0000005565 00000 f -0000005566 00000 f -0000005567 00000 f -0000005568 00000 f -0000005569 00000 f -0000005570 00000 f -0000005571 00000 f -0000005572 00000 f -0000005573 00000 f -0000005574 00000 f -0000005575 00000 f -0000005576 00000 f -0000005577 00000 f -0000005578 00000 f -0000005579 00000 f -0000005580 00000 f -0000005581 00000 f -0000005582 00000 f -0000005583 00000 f -0000005584 00000 f -0000005585 00000 f -0000005586 00000 f -0000005587 00000 f -0000005588 00000 f -0000005589 00000 f -0000005590 00000 f -0000005591 00000 f -0000005592 00000 f -0000005593 00000 f -0000005594 00000 f -0000005595 00000 f -0000005596 00000 f -0000005597 00000 f -0000005598 00000 f -0000005599 00000 f -0000005600 00000 f -0000005601 00000 f -0000005602 00000 f -0000005603 00000 f -0000005604 00000 f -0000005605 00000 f -0000005606 00000 f -0000005607 00000 f -0000005608 00000 f -0000005609 00000 f -0000005610 00000 f -0000005611 00000 f -0000005612 00000 f -0000005613 00000 f -0000005614 00000 f -0000005615 00000 f -0000005616 00000 f -0000005617 00000 f -0000005618 00000 f -0000005619 00000 f -0000005620 00000 f -0000005621 00000 f -0000005622 00000 f -0000005623 00000 f -0000005624 00000 f -0000005625 00000 f -0000005626 00000 f -0000005627 00000 f -0000005628 00000 f -0000005629 00000 f -0000005630 00000 f -0000005631 00000 f -0000005632 00000 f -0000005633 00000 f -0000005634 00000 f -0000005635 00000 f -0000005636 00000 f -0000005637 00000 f -0000005638 00000 f -0000005639 00000 f -0000005640 00000 f -0000005641 00000 f -0000005642 00000 f -0000005643 00000 f -0000005644 00000 f -0000005645 00000 f -0000005646 00000 f -0000005647 00000 f -0000005648 00000 f -0000005649 00000 f -0000005650 00000 f -0000005651 00000 f -0000005652 00000 f -0000005653 00000 f -0000005654 00000 f -0000005655 00000 f -0000005656 00000 f -0000005657 00000 f -0000005658 00000 f -0000005659 00000 f -0000005660 00000 f -0000005661 00000 f -0000005662 00000 f -0000005663 00000 f -0000005664 00000 f -0000005665 00000 f -0000005666 00000 f -0000005667 00000 f -0000005668 00000 f -0000005669 00000 f -0000005670 00000 f -0000005671 00000 f -0000005672 00000 f -0000005673 00000 f -0000005674 00000 f -0000005675 00000 f -0000005676 00000 f -0000005677 00000 f -0000005678 00000 f -0000005679 00000 f -0000005680 00000 f -0000005681 00000 f -0000005682 00000 f -0000005683 00000 f -0000005684 00000 f -0000005685 00000 f -0000005686 00000 f -0000005687 00000 f -0000005688 00000 f -0000005689 00000 f -0000005690 00000 f -0000005691 00000 f -0000005692 00000 f -0000005693 00000 f -0000005694 00000 f -0000005695 00000 f -0000005696 00000 f -0000005697 00000 f -0000005698 00000 f -0000005699 00000 f -0000005700 00000 f -0000005701 00000 f -0000005702 00000 f -0000005703 00000 f -0000005704 00000 f -0000005705 00000 f -0000005706 00000 f -0000005707 00000 f -0000005708 00000 f -0000005709 00000 f -0000005710 00000 f -0000005711 00000 f -0000005712 00000 f -0000005713 00000 f -0000005714 00000 f -0000005715 00000 f -0000005716 00000 f -0000005717 00000 f -0000005718 00000 f -0000005719 00000 f -0000005720 00000 f -0000005721 00000 f -0000005722 00000 f -0000005723 00000 f -0000005724 00000 f -0000005725 00000 f -0000005726 00000 f -0000005727 00000 f -0000005728 00000 f -0000005729 00000 f -0000005730 00000 f -0000005731 00000 f -0000005732 00000 f -0000005733 00000 f -0000005734 00000 f -0000005735 00000 f -0000005736 00000 f -0000005737 00000 f -0000005738 00000 f -0000005739 00000 f -0000005740 00000 f -0000005741 00000 f -0000005742 00000 f -0000005743 00000 f -0000005744 00000 f -0000005745 00000 f -0000005746 00000 f -0000005747 00000 f -0000005748 00000 f -0000005749 00000 f -0000005750 00000 f -0000005751 00000 f -0000005752 00000 f -0000005753 00000 f -0000005754 00000 f -0000005755 00000 f -0000005756 00000 f -0000005757 00000 f -0000005758 00000 f -0000005759 00000 f -0000005760 00000 f -0000005761 00000 f -0000005762 00000 f -0000005763 00000 f -0000005764 00000 f -0000005765 00000 f -0000005766 00000 f -0000005767 00000 f -0000005768 00000 f -0000005769 00000 f -0000005770 00000 f -0000005771 00000 f -0000005772 00000 f -0000005773 00000 f -0000005774 00000 f -0000005775 00000 f -0000005776 00000 f -0000005777 00000 f -0000005778 00000 f -0000005779 00000 f -0000005780 00000 f -0000005781 00000 f -0000005782 00000 f -0000005783 00000 f -0000005784 00000 f -0000005785 00000 f -0000005786 00000 f -0000005787 00000 f -0000005788 00000 f -0000005789 00000 f -0000005790 00000 f -0000005791 00000 f -0000005792 00000 f -0000005793 00000 f -0000005794 00000 f -0000005795 00000 f -0000005796 00000 f -0000005797 00000 f -0000005798 00000 f -0000005799 00000 f -0000005800 00000 f -0000005801 00000 f -0000005802 00000 f -0000005803 00000 f -0000005804 00000 f -0000005805 00000 f -0000005806 00000 f -0000005807 00000 f -0000005808 00000 f -0000005809 00000 f -0000005810 00000 f -0000005811 00000 f -0000005812 00000 f -0000005813 00000 f -0000005814 00000 f -0000005815 00000 f -0000005816 00000 f -0000005817 00000 f -0000005818 00000 f -0000005819 00000 f -0000005820 00000 f -0000005821 00000 f -0000005822 00000 f -0000005823 00000 f -0000005824 00000 f -0000005825 00000 f -0000005826 00000 f -0000005827 00000 f -0000005828 00000 f -0000005829 00000 f -0000005830 00000 f -0000005831 00000 f -0000005832 00000 f -0000005833 00000 f -0000005834 00000 f -0000005835 00000 f -0000005836 00000 f -0000005837 00000 f -0000005838 00000 f -0000005839 00000 f -0000005840 00000 f -0000005841 00000 f -0000005842 00000 f -0000005843 00000 f -0000005844 00000 f -0000005845 00000 f -0000005846 00000 f -0000005847 00000 f -0000005848 00000 f -0000005849 00000 f -0000005850 00000 f -0000005851 00000 f -0000005852 00000 f -0000005853 00000 f -0000005854 00000 f -0000005855 00000 f -0000005856 00000 f -0000005857 00000 f -0000005858 00000 f -0000005859 00000 f -0000005860 00000 f -0000005861 00000 f -0000005862 00000 f -0000005863 00000 f -0000005864 00000 f -0000005865 00000 f -0000005866 00000 f -0000005867 00000 f -0000005868 00000 f -0000005869 00000 f -0000005870 00000 f -0000005871 00000 f -0000005872 00000 f -0000005873 00000 f -0000005874 00000 f -0000005875 00000 f -0000005876 00000 f -0000005877 00000 f -0000005878 00000 f -0000005879 00000 f -0000005880 00000 f -0000005881 00000 f -0000005882 00000 f -0000005883 00000 f -0000005884 00000 f -0000005885 00000 f -0000005886 00000 f -0000005887 00000 f -0000005888 00000 f -0000005889 00000 f -0000005890 00000 f -0000005891 00000 f -0000005892 00000 f -0000005893 00000 f -0000005894 00000 f -0000005895 00000 f -0000005896 00000 f -0000005897 00000 f -0000005898 00000 f -0000005899 00000 f -0000005900 00000 f -0000005901 00000 f -0000005902 00000 f -0000005903 00000 f -0000005904 00000 f -0000005905 00000 f -0000005906 00000 f -0000005907 00000 f -0000005908 00000 f -0000005909 00000 f -0000005910 00000 f -0000005911 00000 f -0000005912 00000 f -0000005913 00000 f -0000005914 00000 f -0000005915 00000 f -0000005916 00000 f -0000005917 00000 f -0000005918 00000 f -0000005919 00000 f -0000005920 00000 f -0000005921 00000 f -0000005922 00000 f -0000005923 00000 f -0000005924 00000 f -0000005925 00000 f -0000005926 00000 f -0000005927 00000 f -0000005928 00000 f -0000005929 00000 f -0000005930 00000 f -0000005931 00000 f -0000005932 00000 f -0000005933 00000 f -0000005934 00000 f -0000005935 00000 f -0000005936 00000 f -0000005937 00000 f -0000005938 00000 f -0000005939 00000 f -0000005940 00000 f -0000005941 00000 f -0000005942 00000 f -0000005943 00000 f -0000005944 00000 f -0000005945 00000 f -0000005946 00000 f -0000005947 00000 f -0000005948 00000 f -0000005949 00000 f -0000005950 00000 f -0000005951 00000 f -0000005952 00000 f -0000005953 00000 f -0000005954 00000 f -0000005955 00000 f -0000005956 00000 f -0000005957 00000 f -0000005958 00000 f -0000005959 00000 f -0000005960 00000 f -0000005961 00000 f -0000005962 00000 f -0000005963 00000 f -0000005964 00000 f -0000005965 00000 f -0000005966 00000 f -0000005967 00000 f -0000005968 00000 f -0000005969 00000 f -0000005970 00000 f -0000005971 00000 f -0000005972 00000 f -0000005973 00000 f -0000005974 00000 f -0000005975 00000 f -0000005976 00000 f -0000005977 00000 f -0000005978 00000 f -0000005979 00000 f -0000005980 00000 f -0000005981 00000 f -0000005982 00000 f -0000005983 00000 f -0000005984 00000 f -0000005985 00000 f -0000005986 00000 f -0000005987 00000 f -0000005988 00000 f -0000005989 00000 f -0000005990 00000 f -0000005991 00000 f -0000005992 00000 f -0000005993 00000 f -0000005994 00000 f -0000005995 00000 f -0000005996 00000 f -0000005997 00000 f -0000005998 00000 f -0000005999 00000 f -0000006000 00000 f -0000006001 00000 f -0000006002 00000 f -0000006003 00000 f -0000006004 00000 f -0000006005 00000 f -0000006006 00000 f -0000006007 00000 f -0000006008 00000 f -0000006009 00000 f -0000006010 00000 f -0000006011 00000 f -0000006012 00000 f -0000006013 00000 f -0000006014 00000 f -0000006015 00000 f -0000006016 00000 f -0000006017 00000 f -0000006018 00000 f -0000006019 00000 f -0000006020 00000 f -0000006021 00000 f -0000006022 00000 f -0000006023 00000 f -0000006024 00000 f -0000006025 00000 f -0000006026 00000 f -0000006027 00000 f -0000006028 00000 f -0000006029 00000 f -0000006030 00000 f -0000006031 00000 f -0000006032 00000 f -0000006033 00000 f -0000006034 00000 f -0000006035 00000 f -0000006036 00000 f -0000006037 00000 f -0000006038 00000 f -0000006039 00000 f -0000006040 00000 f -0000006041 00000 f -0000006042 00000 f -0000006043 00000 f -0000006044 00000 f -0000006045 00000 f -0000006046 00000 f -0000006047 00000 f -0000006048 00000 f -0000006049 00000 f -0000006050 00000 f -0000006051 00000 f -0000006052 00000 f -0000006053 00000 f -0000006054 00000 f -0000006055 00000 f -0000006056 00000 f -0000006057 00000 f -0000006058 00000 f -0000006059 00000 f -0000006060 00000 f -0000006061 00000 f -0000006062 00000 f -0000006063 00000 f -0000006064 00000 f -0000006065 00000 f -0000006066 00000 f -0000006067 00000 f -0000006068 00000 f -0000006069 00000 f -0000006070 00000 f -0000006071 00000 f -0000006072 00000 f -0000006073 00000 f -0000006074 00000 f -0000006075 00000 f -0000006076 00000 f -0000006077 00000 f -0000006078 00000 f -0000006079 00000 f -0000006080 00000 f -0000006081 00000 f -0000006082 00000 f -0000006083 00000 f -0000006084 00000 f -0000006085 00000 f -0000006086 00000 f -0000006087 00000 f -0000006088 00000 f -0000006089 00000 f -0000006090 00000 f -0000006091 00000 f -0000006092 00000 f -0000006093 00000 f -0000006094 00000 f -0000006095 00000 f -0000006096 00000 f -0000006097 00000 f -0000006098 00000 f -0000006099 00000 f -0000006100 00000 f -0000006101 00000 f -0000006102 00000 f -0000006103 00000 f -0000006104 00000 f -0000006105 00000 f -0000006106 00000 f -0000006107 00000 f -0000006108 00000 f -0000006109 00000 f -0000006110 00000 f -0000006111 00000 f -0000006112 00000 f -0000006113 00000 f -0000006114 00000 f -0000006115 00000 f -0000006116 00000 f -0000006117 00000 f -0000006118 00000 f -0000006119 00000 f -0000006120 00000 f -0000006121 00000 f -0000006122 00000 f -0000006123 00000 f -0000006124 00000 f -0000006125 00000 f -0000006126 00000 f -0000006127 00000 f -0000006128 00000 f -0000006129 00000 f -0000006130 00000 f -0000006131 00000 f -0000006132 00000 f -0000006133 00000 f -0000006134 00000 f -0000006135 00000 f -0000006136 00000 f -0000006137 00000 f -0000006138 00000 f -0000006139 00000 f -0000006140 00000 f -0000006141 00000 f -0000006142 00000 f -0000006143 00000 f -0000006144 00000 f -0000006145 00000 f -0000006146 00000 f -0000006147 00000 f -0000006148 00000 f -0000006149 00000 f -0000006150 00000 f -0000006151 00000 f -0000006152 00000 f -0000006153 00000 f -0000006154 00000 f -0000006155 00000 f -0000006156 00000 f -0000006157 00000 f -0000006158 00000 f -0000006159 00000 f -0000006160 00000 f -0000006161 00000 f -0000006162 00000 f -0000006163 00000 f -0000006164 00000 f -0000006165 00000 f -0000006166 00000 f -0000006167 00000 f -0000006168 00000 f -0000006169 00000 f -0000006170 00000 f -0000006171 00000 f -0000006172 00000 f -0000006173 00000 f -0000006174 00000 f -0000006181 00000 f -0000756424 00000 n -0000756457 00000 n -0000756304 00000 n -0000756337 00000 n -0000756184 00000 n -0000756217 00000 n -0000006182 00000 f -0000006183 00000 f -0000006184 00000 f -0000006185 00000 f -0000006186 00000 f -0000006187 00000 f -0000006188 00000 f -0000006192 00000 f -0000754348 00000 n -0000754427 00000 n -0000754507 00000 n -0000006193 00000 f -0000006194 00000 f -0000006195 00000 f -0000006196 00000 f -0000006197 00000 f -0000006198 00000 f -0000006199 00000 f -0000006200 00000 f -0000006201 00000 f -0000006202 00000 f -0000006203 00000 f -0000006204 00000 f -0000006205 00000 f -0000006206 00000 f -0000006207 00000 f -0000006208 00000 f -0000006209 00000 f -0000006210 00000 f -0000006211 00000 f -0000006212 00000 f -0000006213 00000 f -0000006214 00000 f -0000006215 00000 f -0000006216 00000 f -0000006217 00000 f -0000006218 00000 f -0000006219 00000 f -0000006220 00000 f -0000006221 00000 f -0000006222 00000 f -0000006223 00000 f -0000006224 00000 f -0000006225 00000 f -0000006226 00000 f -0000006227 00000 f -0000006228 00000 f -0000006229 00000 f -0000006230 00000 f -0000006231 00000 f -0000006232 00000 f -0000006233 00000 f -0000006234 00000 f -0000006235 00000 f -0000006236 00000 f -0000006237 00000 f -0000006238 00000 f -0000006239 00000 f -0000006240 00000 f -0000006241 00000 f -0000006242 00000 f -0000006243 00000 f -0000006244 00000 f -0000006245 00000 f -0000006246 00000 f -0000006247 00000 f -0000006248 00000 f -0000006249 00000 f -0000006250 00000 f -0000006251 00000 f -0000006252 00000 f -0000006253 00000 f -0000006254 00000 f -0000006255 00000 f -0000006256 00000 f -0000006257 00000 f -0000006258 00000 f -0000006259 00000 f -0000006260 00000 f -0000006261 00000 f -0000006262 00000 f -0000006263 00000 f -0000006264 00000 f -0000006265 00000 f -0000006266 00000 f -0000006267 00000 f -0000006268 00000 f -0000006269 00000 f -0000006270 00000 f -0000006271 00000 f -0000006272 00000 f -0000006273 00000 f -0000006274 00000 f -0000006275 00000 f -0000006276 00000 f -0000006277 00000 f -0000006278 00000 f -0000006279 00000 f -0000006280 00000 f -0000006281 00000 f -0000006282 00000 f -0000006283 00000 f -0000006284 00000 f -0000006285 00000 f -0000006286 00000 f -0000006287 00000 f -0000006288 00000 f -0000006289 00000 f -0000006290 00000 f -0000006291 00000 f -0000006292 00000 f -0000006293 00000 f -0000006294 00000 f -0000006295 00000 f -0000006296 00000 f -0000006297 00000 f -0000006298 00000 f -0000006299 00000 f -0000006300 00000 f -0000006301 00000 f -0000006302 00000 f -0000006303 00000 f -0000006304 00000 f -0000006305 00000 f -0000006306 00000 f -0000006307 00000 f -0000006308 00000 f -0000006309 00000 f -0000006310 00000 f -0000006311 00000 f -0000006312 00000 f -0000006313 00000 f -0000006314 00000 f -0000006315 00000 f -0000006316 00000 f -0000006317 00000 f -0000006318 00000 f -0000006319 00000 f -0000006320 00000 f -0000006321 00000 f -0000006322 00000 f -0000006323 00000 f -0000006324 00000 f -0000006325 00000 f -0000006326 00000 f -0000006327 00000 f -0000006328 00000 f -0000006329 00000 f -0000006330 00000 f -0000006331 00000 f -0000006332 00000 f -0000006333 00000 f -0000006334 00000 f -0000006335 00000 f -0000006336 00000 f -0000006337 00000 f -0000006338 00000 f -0000006339 00000 f -0000006340 00000 f -0000006341 00000 f -0000006342 00000 f -0000006343 00000 f -0000006344 00000 f -0000006345 00000 f -0000006346 00000 f -0000006347 00000 f -0000006348 00000 f -0000006349 00000 f -0000006350 00000 f -0000006351 00000 f -0000006352 00000 f -0000006353 00000 f -0000006354 00000 f -0000006355 00000 f -0000006356 00000 f -0000006357 00000 f -0000006358 00000 f -0000006359 00000 f -0000006360 00000 f -0000006361 00000 f -0000006362 00000 f -0000006363 00000 f -0000006364 00000 f -0000006365 00000 f -0000006366 00000 f -0000006367 00000 f -0000006368 00000 f -0000006369 00000 f -0000006370 00000 f -0000006371 00000 f -0000006372 00000 f -0000006373 00000 f -0000006374 00000 f -0000006375 00000 f -0000006376 00000 f -0000006377 00000 f -0000006378 00000 f -0000006379 00000 f -0000006380 00000 f -0000006381 00000 f -0000006382 00000 f -0000006383 00000 f -0000006384 00000 f -0000006385 00000 f -0000006386 00000 f -0000006387 00000 f -0000006388 00000 f -0000006389 00000 f -0000006390 00000 f -0000006391 00000 f -0000006392 00000 f -0000006393 00000 f -0000006394 00000 f -0000006395 00000 f -0000006396 00000 f -0000006397 00000 f -0000006398 00000 f -0000006399 00000 f -0000006400 00000 f -0000006401 00000 f -0000006402 00000 f -0000006403 00000 f -0000006404 00000 f -0000006405 00000 f -0000006406 00000 f -0000006407 00000 f -0000006408 00000 f -0000006409 00000 f -0000006410 00000 f -0000006411 00000 f -0000006412 00000 f -0000006413 00000 f -0000006414 00000 f -0000006415 00000 f -0000006416 00000 f -0000006417 00000 f -0000006418 00000 f -0000006419 00000 f -0000006420 00000 f -0000006421 00000 f -0000006422 00000 f -0000006423 00000 f -0000006424 00000 f -0000006425 00000 f -0000006426 00000 f -0000006427 00000 f -0000006428 00000 f -0000006429 00000 f -0000006430 00000 f -0000006431 00000 f -0000006432 00000 f -0000006433 00000 f -0000006434 00000 f -0000006435 00000 f -0000006436 00000 f -0000006437 00000 f -0000006438 00000 f -0000006439 00000 f -0000006440 00000 f -0000006441 00000 f -0000006442 00000 f -0000006443 00000 f -0000006444 00000 f -0000006445 00000 f -0000006446 00000 f -0000006447 00000 f -0000006448 00000 f -0000006449 00000 f -0000006450 00000 f -0000006451 00000 f -0000006452 00000 f -0000006453 00000 f -0000006454 00000 f -0000006455 00000 f -0000006456 00000 f -0000006457 00000 f -0000006458 00000 f -0000006459 00000 f -0000006460 00000 f -0000006461 00000 f -0000006462 00000 f -0000006463 00000 f -0000006464 00000 f -0000006465 00000 f -0000006466 00000 f -0000006467 00000 f -0000006468 00000 f -0000006469 00000 f -0000006470 00000 f -0000006471 00000 f -0000006472 00000 f -0000006473 00000 f -0000006474 00000 f -0000006475 00000 f -0000006476 00000 f -0000006477 00000 f -0000006478 00000 f -0000006479 00000 f -0000006480 00000 f -0000006481 00000 f -0000006482 00000 f -0000006483 00000 f -0000006484 00000 f -0000006485 00000 f -0000006486 00000 f -0000006487 00000 f -0000006488 00000 f -0000006489 00000 f -0000006490 00000 f -0000006491 00000 f -0000006492 00000 f -0000006493 00000 f -0000006494 00000 f -0000006495 00000 f -0000006496 00000 f -0000006497 00000 f -0000006498 00000 f -0000006499 00000 f -0000006500 00000 f -0000006501 00000 f -0000006502 00000 f -0000006503 00000 f -0000006504 00000 f -0000006505 00000 f -0000006506 00000 f -0000006507 00000 f -0000006508 00000 f -0000006509 00000 f -0000006510 00000 f -0000006511 00000 f -0000006512 00000 f -0000006513 00000 f -0000006514 00000 f -0000006515 00000 f -0000006516 00000 f -0000006517 00000 f -0000006518 00000 f -0000006519 00000 f -0000006520 00000 f -0000006521 00000 f -0000006522 00000 f -0000006523 00000 f -0000006524 00000 f -0000006525 00000 f -0000006526 00000 f -0000006527 00000 f -0000006528 00000 f -0000006529 00000 f -0000006530 00000 f -0000006531 00000 f -0000006532 00000 f -0000006533 00000 f -0000006534 00000 f -0000006535 00000 f -0000006536 00000 f -0000006537 00000 f -0000006538 00000 f -0000006539 00000 f -0000006540 00000 f -0000006541 00000 f -0000006542 00000 f -0000006543 00000 f -0000006544 00000 f -0000006545 00000 f -0000006546 00000 f -0000006547 00000 f -0000006548 00000 f -0000006549 00000 f -0000006550 00000 f -0000006551 00000 f -0000006552 00000 f -0000006553 00000 f -0000006554 00000 f -0000006555 00000 f -0000006556 00000 f -0000006557 00000 f -0000006558 00000 f -0000006559 00000 f -0000006560 00000 f -0000006561 00000 f -0000006562 00000 f -0000006563 00000 f -0000006564 00000 f -0000006565 00000 f -0000006566 00000 f -0000006567 00000 f -0000006568 00000 f -0000006569 00000 f -0000006570 00000 f -0000006571 00000 f -0000006572 00000 f -0000006573 00000 f -0000006574 00000 f -0000006575 00000 f -0000006576 00000 f -0000006577 00000 f -0000006578 00000 f -0000006579 00000 f -0000006580 00000 f -0000006581 00000 f -0000006582 00000 f -0000006583 00000 f -0000006584 00000 f -0000006585 00000 f -0000006586 00000 f -0000006587 00000 f -0000006588 00000 f -0000006589 00000 f -0000006590 00000 f -0000006591 00000 f -0000006592 00000 f -0000006593 00000 f -0000006594 00000 f -0000006595 00000 f -0000006596 00000 f -0000006597 00000 f -0000006598 00000 f -0000006599 00000 f -0000006600 00000 f -0000006601 00000 f -0000006602 00000 f -0000006603 00000 f -0000006604 00000 f -0000006605 00000 f -0000006606 00000 f -0000006607 00000 f -0000006608 00000 f -0000006609 00000 f -0000006610 00000 f -0000006611 00000 f -0000006612 00000 f -0000006613 00000 f -0000006614 00000 f -0000006615 00000 f -0000006616 00000 f -0000006617 00000 f -0000006618 00000 f -0000006619 00000 f -0000006620 00000 f -0000006621 00000 f -0000006622 00000 f -0000006623 00000 f -0000006624 00000 f -0000006625 00000 f -0000006626 00000 f -0000006627 00000 f -0000006628 00000 f -0000006629 00000 f -0000006630 00000 f -0000006631 00000 f -0000006632 00000 f -0000006633 00000 f -0000006634 00000 f -0000006635 00000 f -0000006636 00000 f -0000006637 00000 f -0000006638 00000 f -0000006639 00000 f -0000006640 00000 f -0000006641 00000 f -0000006642 00000 f -0000006643 00000 f -0000006644 00000 f -0000006645 00000 f -0000006646 00000 f -0000006647 00000 f -0000006648 00000 f -0000006649 00000 f -0000006650 00000 f -0000006651 00000 f -0000006652 00000 f -0000006653 00000 f -0000006654 00000 f -0000006655 00000 f -0000006656 00000 f -0000006657 00000 f -0000006658 00000 f -0000006659 00000 f -0000006660 00000 f -0000006661 00000 f -0000006662 00000 f -0000006663 00000 f -0000006664 00000 f -0000006665 00000 f -0000006666 00000 f -0000006667 00000 f -0000006668 00000 f -0000006669 00000 f -0000006670 00000 f -0000006671 00000 f -0000006672 00000 f -0000006673 00000 f -0000006674 00000 f -0000006675 00000 f -0000006676 00000 f -0000006677 00000 f -0000006678 00000 f -0000006679 00000 f -0000006680 00000 f -0000006681 00000 f -0000006682 00000 f -0000006683 00000 f -0000006684 00000 f -0000006685 00000 f -0000006686 00000 f -0000006687 00000 f -0000006688 00000 f -0000006689 00000 f -0000006690 00000 f -0000006691 00000 f -0000006692 00000 f -0000006693 00000 f -0000006694 00000 f -0000006695 00000 f -0000006696 00000 f -0000006697 00000 f -0000006698 00000 f -0000006699 00000 f -0000006700 00000 f -0000006701 00000 f -0000006702 00000 f -0000006703 00000 f -0000006704 00000 f -0000006705 00000 f -0000006706 00000 f -0000006707 00000 f -0000006708 00000 f -0000006709 00000 f -0000006710 00000 f -0000006711 00000 f -0000006712 00000 f -0000006713 00000 f -0000006714 00000 f -0000006715 00000 f -0000006716 00000 f -0000006717 00000 f -0000006718 00000 f -0000006719 00000 f -0000006720 00000 f -0000006721 00000 f -0000006722 00000 f -0000006723 00000 f -0000006724 00000 f -0000006725 00000 f -0000006726 00000 f -0000006727 00000 f -0000006728 00000 f -0000006729 00000 f -0000006730 00000 f -0000006731 00000 f -0000006732 00000 f -0000006733 00000 f -0000006734 00000 f -0000006735 00000 f -0000006736 00000 f -0000006737 00000 f -0000006738 00000 f -0000006739 00000 f -0000006740 00000 f -0000006741 00000 f -0000006742 00000 f -0000006743 00000 f -0000006744 00000 f -0000006745 00000 f -0000006746 00000 f -0000006747 00000 f -0000006748 00000 f -0000006749 00000 f -0000006750 00000 f -0000006751 00000 f -0000006752 00000 f -0000006753 00000 f -0000006754 00000 f -0000006755 00000 f -0000006756 00000 f -0000006757 00000 f -0000006758 00000 f -0000006759 00000 f -0000006760 00000 f -0000006761 00000 f -0000006762 00000 f -0000006763 00000 f -0000006764 00000 f -0000006765 00000 f -0000006766 00000 f -0000006767 00000 f -0000006768 00000 f -0000006769 00000 f -0000006770 00000 f -0000006771 00000 f -0000006772 00000 f -0000006773 00000 f -0000006774 00000 f -0000006775 00000 f -0000006776 00000 f -0000006777 00000 f -0000006778 00000 f -0000006779 00000 f -0000006780 00000 f -0000006781 00000 f -0000006782 00000 f -0000006783 00000 f -0000006784 00000 f -0000006785 00000 f -0000006786 00000 f -0000006787 00000 f -0000006788 00000 f -0000006789 00000 f -0000006790 00000 f -0000006791 00000 f -0000006792 00000 f -0000006793 00000 f -0000006794 00000 f -0000006795 00000 f -0000006796 00000 f -0000006797 00000 f -0000006798 00000 f -0000006799 00000 f -0000006800 00000 f -0000006801 00000 f -0000006802 00000 f -0000006803 00000 f -0000006804 00000 f -0000006805 00000 f -0000006806 00000 f -0000006807 00000 f -0000006808 00000 f -0000006809 00000 f -0000006810 00000 f -0000006811 00000 f -0000006812 00000 f -0000006813 00000 f -0000006814 00000 f -0000006815 00000 f -0000006816 00000 f -0000006817 00000 f -0000006818 00000 f -0000006819 00000 f -0000006820 00000 f -0000006821 00000 f -0000006822 00000 f -0000006823 00000 f -0000006824 00000 f -0000006825 00000 f -0000006826 00000 f -0000006827 00000 f -0000006828 00000 f -0000006829 00000 f -0000006830 00000 f -0000006831 00000 f -0000006832 00000 f -0000006833 00000 f -0000006834 00000 f -0000006835 00000 f -0000006836 00000 f -0000006837 00000 f -0000006838 00000 f -0000006839 00000 f -0000006840 00000 f -0000006841 00000 f -0000006842 00000 f -0000006843 00000 f -0000006844 00000 f -0000006845 00000 f -0000006846 00000 f -0000006847 00000 f -0000006848 00000 f -0000006849 00000 f -0000006850 00000 f -0000006851 00000 f -0000006852 00000 f -0000006853 00000 f -0000006854 00000 f -0000006855 00000 f -0000006856 00000 f -0000006857 00000 f -0000006858 00000 f -0000006859 00000 f -0000006860 00000 f -0000006861 00000 f -0000006862 00000 f -0000006863 00000 f -0000006864 00000 f -0000006865 00000 f -0000006866 00000 f -0000006867 00000 f -0000006868 00000 f -0000006869 00000 f -0000006870 00000 f -0000006871 00000 f -0000006872 00000 f -0000006873 00000 f -0000006874 00000 f -0000006875 00000 f -0000006876 00000 f -0000006877 00000 f -0000006878 00000 f -0000006879 00000 f -0000006880 00000 f -0000006881 00000 f -0000006882 00000 f -0000006883 00000 f -0000006884 00000 f -0000006885 00000 f -0000006886 00000 f -0000006887 00000 f -0000006888 00000 f -0000006889 00000 f -0000006890 00000 f -0000006891 00000 f -0000006892 00000 f -0000006893 00000 f -0000006894 00000 f -0000006895 00000 f -0000006896 00000 f -0000006897 00000 f -0000006898 00000 f -0000006899 00000 f -0000006900 00000 f -0000006901 00000 f -0000006902 00000 f -0000006903 00000 f -0000006904 00000 f -0000006905 00000 f -0000006906 00000 f -0000006907 00000 f -0000006908 00000 f -0000006909 00000 f -0000006910 00000 f -0000006911 00000 f -0000006912 00000 f -0000006913 00000 f -0000006914 00000 f -0000006915 00000 f -0000006916 00000 f -0000006917 00000 f -0000006918 00000 f -0000006919 00000 f -0000006920 00000 f -0000006921 00000 f -0000006922 00000 f -0000006923 00000 f -0000006924 00000 f -0000006925 00000 f -0000006926 00000 f -0000006927 00000 f -0000006928 00000 f -0000006929 00000 f -0000006930 00000 f -0000006931 00000 f -0000006932 00000 f -0000006933 00000 f -0000006934 00000 f -0000006935 00000 f -0000006936 00000 f -0000006937 00000 f -0000006938 00000 f -0000006939 00000 f -0000006940 00000 f -0000006941 00000 f -0000006942 00000 f -0000006943 00000 f -0000006944 00000 f -0000006945 00000 f -0000006946 00000 f -0000006947 00000 f -0000006948 00000 f -0000006949 00000 f -0000006950 00000 f -0000006951 00000 f -0000006952 00000 f -0000006953 00000 f -0000006954 00000 f -0000006955 00000 f -0000006956 00000 f -0000006957 00000 f -0000006958 00000 f -0000006959 00000 f -0000006960 00000 f -0000006961 00000 f -0000006962 00000 f -0000006963 00000 f -0000006964 00000 f -0000006965 00000 f -0000006966 00000 f -0000006967 00000 f -0000006968 00000 f -0000006969 00000 f -0000006970 00000 f -0000006971 00000 f -0000006972 00000 f -0000006973 00000 f -0000006974 00000 f -0000006975 00000 f -0000006976 00000 f -0000006977 00000 f -0000006978 00000 f -0000006979 00000 f -0000006980 00000 f -0000006981 00000 f -0000006982 00000 f -0000006983 00000 f -0000006984 00000 f -0000006985 00000 f -0000006986 00000 f -0000006987 00000 f -0000006988 00000 f -0000006989 00000 f -0000006990 00000 f -0000006991 00000 f -0000006992 00000 f -0000006993 00000 f -0000006994 00000 f -0000006995 00000 f -0000006996 00000 f -0000006997 00000 f -0000006998 00000 f -0000006999 00000 f -0000007000 00000 f -0000007001 00000 f -0000007002 00000 f -0000007003 00000 f -0000007004 00000 f -0000007005 00000 f -0000007006 00000 f -0000007007 00000 f -0000007008 00000 f -0000007009 00000 f -0000007010 00000 f -0000007011 00000 f -0000007012 00000 f -0000007013 00000 f -0000007014 00000 f -0000007015 00000 f -0000007016 00000 f -0000007017 00000 f -0000007018 00000 f -0000007019 00000 f -0000007020 00000 f -0000007021 00000 f -0000007022 00000 f -0000007023 00000 f -0000007024 00000 f -0000007025 00000 f -0000007026 00000 f -0000007027 00000 f -0000007028 00000 f -0000007029 00000 f -0000007030 00000 f -0000007031 00000 f -0000007032 00000 f -0000007033 00000 f -0000007034 00000 f -0000007035 00000 f -0000007036 00000 f -0000007037 00000 f -0000007038 00000 f -0000007039 00000 f -0000007040 00000 f -0000007041 00000 f -0000007042 00000 f -0000007043 00000 f -0000007044 00000 f -0000007045 00000 f -0000007046 00000 f -0000007047 00000 f -0000007048 00000 f -0000007049 00000 f -0000007050 00000 f -0000007051 00000 f -0000007052 00000 f -0000007053 00000 f -0000007054 00000 f -0000007055 00000 f -0000007056 00000 f -0000007057 00000 f -0000007058 00000 f -0000007059 00000 f -0000007060 00000 f -0000007061 00000 f -0000007062 00000 f -0000007063 00000 f -0000007064 00000 f -0000007065 00000 f -0000007066 00000 f -0000007067 00000 f -0000007068 00000 f -0000007069 00000 f -0000007070 00000 f -0000007071 00000 f -0000007072 00000 f -0000007073 00000 f -0000007074 00000 f -0000007075 00000 f -0000007076 00000 f -0000007077 00000 f -0000007078 00000 f -0000007079 00000 f -0000007080 00000 f -0000007081 00000 f -0000007082 00000 f -0000007083 00000 f -0000007084 00000 f -0000007085 00000 f -0000007086 00000 f -0000007087 00000 f -0000007088 00000 f -0000007089 00000 f -0000007090 00000 f -0000007091 00000 f -0000007092 00000 f -0000007093 00000 f -0000007094 00000 f -0000007095 00000 f -0000007096 00000 f -0000007097 00000 f -0000007098 00000 f -0000007099 00000 f -0000007100 00000 f -0000007101 00000 f -0000007102 00000 f -0000007103 00000 f -0000007104 00000 f -0000007105 00000 f -0000007106 00000 f -0000007107 00000 f -0000007108 00000 f -0000007109 00000 f -0000007110 00000 f -0000007111 00000 f -0000007112 00000 f -0000007113 00000 f -0000007114 00000 f -0000007115 00000 f -0000007116 00000 f -0000007117 00000 f -0000007118 00000 f -0000007119 00000 f -0000007120 00000 f -0000007121 00000 f -0000007122 00000 f -0000007123 00000 f -0000007124 00000 f -0000007125 00000 f -0000007126 00000 f -0000007127 00000 f -0000007128 00000 f -0000007129 00000 f -0000007130 00000 f -0000007131 00000 f -0000007132 00000 f -0000007133 00000 f -0000007134 00000 f -0000007135 00000 f -0000007136 00000 f -0000007137 00000 f -0000007138 00000 f -0000007139 00000 f -0000007140 00000 f -0000007141 00000 f -0000007142 00000 f -0000007143 00000 f -0000007144 00000 f -0000007145 00000 f -0000007146 00000 f -0000007147 00000 f -0000007148 00000 f -0000007149 00000 f -0000007150 00000 f -0000007151 00000 f -0000007152 00000 f -0000007153 00000 f -0000007154 00000 f -0000007155 00000 f -0000007156 00000 f -0000007157 00000 f -0000007158 00000 f -0000007159 00000 f -0000007160 00000 f -0000007161 00000 f -0000007162 00000 f -0000007163 00000 f -0000007164 00000 f -0000007165 00000 f -0000007166 00000 f -0000007167 00000 f -0000007168 00000 f -0000007169 00000 f -0000007170 00000 f -0000007171 00000 f -0000007172 00000 f -0000007173 00000 f -0000007174 00000 f -0000007175 00000 f -0000007176 00000 f -0000007177 00000 f -0000007178 00000 f -0000007179 00000 f -0000007180 00000 f -0000007181 00000 f -0000007182 00000 f -0000007183 00000 f -0000007184 00000 f -0000007185 00000 f -0000007186 00000 f -0000007187 00000 f -0000007188 00000 f -0000007189 00000 f -0000007190 00000 f -0000007191 00000 f -0000007192 00000 f -0000007193 00000 f -0000007194 00000 f -0000007195 00000 f -0000007196 00000 f -0000007197 00000 f -0000007198 00000 f -0000007199 00000 f -0000007200 00000 f -0000007201 00000 f -0000007202 00000 f -0000007203 00000 f -0000007204 00000 f -0000007205 00000 f -0000007206 00000 f -0000007207 00000 f -0000007208 00000 f -0000007209 00000 f -0000007210 00000 f -0000007211 00000 f -0000007212 00000 f -0000007213 00000 f -0000007214 00000 f -0000007215 00000 f -0000007216 00000 f -0000007217 00000 f -0000007218 00000 f -0000007219 00000 f -0000007220 00000 f -0000007221 00000 f -0000007222 00000 f -0000007223 00000 f -0000007224 00000 f -0000007225 00000 f -0000007226 00000 f -0000007227 00000 f -0000007228 00000 f -0000007229 00000 f -0000007230 00000 f -0000007231 00000 f -0000007232 00000 f -0000007233 00000 f -0000007234 00000 f -0000007235 00000 f -0000007236 00000 f -0000007237 00000 f -0000007238 00000 f -0000007239 00000 f -0000007240 00000 f -0000007241 00000 f -0000007242 00000 f -0000007243 00000 f -0000007244 00000 f -0000007245 00000 f -0000007246 00000 f -0000007247 00000 f -0000007248 00000 f -0000007249 00000 f -0000007250 00000 f -0000007251 00000 f -0000007252 00000 f -0000007253 00000 f -0000007254 00000 f -0000007255 00000 f -0000007256 00000 f -0000007257 00000 f -0000007258 00000 f -0000007259 00000 f -0000007260 00000 f -0000007261 00000 f -0000007262 00000 f -0000007263 00000 f -0000007264 00000 f -0000007265 00000 f -0000007266 00000 f -0000007267 00000 f -0000007268 00000 f -0000007269 00000 f -0000007270 00000 f -0000007271 00000 f -0000007272 00000 f -0000007273 00000 f -0000007274 00000 f -0000007275 00000 f -0000007276 00000 f -0000007277 00000 f -0000007278 00000 f -0000007279 00000 f -0000007280 00000 f -0000007281 00000 f -0000007282 00000 f -0000007283 00000 f -0000007284 00000 f -0000007285 00000 f -0000007286 00000 f -0000007287 00000 f -0000007288 00000 f -0000007289 00000 f -0000007290 00000 f -0000007291 00000 f -0000007292 00000 f -0000007293 00000 f -0000007294 00000 f -0000007295 00000 f -0000007296 00000 f -0000007297 00000 f -0000007298 00000 f -0000007299 00000 f -0000007300 00000 f -0000007301 00000 f -0000007302 00000 f -0000007303 00000 f -0000007304 00000 f -0000007305 00000 f -0000007306 00000 f -0000007307 00000 f -0000007308 00000 f -0000007309 00000 f -0000007310 00000 f -0000007311 00000 f -0000007312 00000 f -0000007313 00000 f -0000007314 00000 f -0000007315 00000 f -0000007316 00000 f -0000007317 00000 f -0000007318 00000 f -0000007319 00000 f -0000007320 00000 f -0000007321 00000 f -0000007322 00000 f -0000007323 00000 f -0000007324 00000 f -0000007325 00000 f -0000007326 00000 f -0000007327 00000 f -0000007328 00000 f -0000007329 00000 f -0000007330 00000 f -0000007331 00000 f -0000007332 00000 f -0000007333 00000 f -0000007334 00000 f -0000007335 00000 f -0000007336 00000 f -0000007337 00000 f -0000007338 00000 f -0000007339 00000 f -0000007340 00000 f -0000007341 00000 f -0000007342 00000 f -0000007343 00000 f -0000007344 00000 f -0000007345 00000 f -0000007346 00000 f -0000007347 00000 f -0000007348 00000 f -0000007349 00000 f -0000007350 00000 f -0000007351 00000 f -0000007352 00000 f -0000007353 00000 f -0000007354 00000 f -0000007355 00000 f -0000007356 00000 f -0000007357 00000 f -0000007358 00000 f -0000007359 00000 f -0000007360 00000 f -0000007361 00000 f -0000007362 00000 f -0000007363 00000 f -0000007364 00000 f -0000007365 00000 f -0000007366 00000 f -0000007367 00000 f -0000007368 00000 f -0000007369 00000 f -0000007370 00000 f -0000007371 00000 f -0000007372 00000 f -0000007373 00000 f -0000007374 00000 f -0000007375 00000 f -0000007376 00000 f -0000007377 00000 f -0000007378 00000 f -0000007379 00000 f -0000007380 00000 f -0000007381 00000 f -0000007382 00000 f -0000007383 00000 f -0000007384 00000 f -0000007385 00000 f -0000007386 00000 f -0000007387 00000 f -0000007388 00000 f -0000007389 00000 f -0000007390 00000 f -0000007391 00000 f -0000007392 00000 f -0000007393 00000 f -0000007394 00000 f -0000007395 00000 f -0000007396 00000 f -0000007397 00000 f -0000007398 00000 f -0000007399 00000 f -0000007400 00000 f -0000007401 00000 f -0000007402 00000 f -0000007403 00000 f -0000007404 00000 f -0000007405 00000 f -0000007406 00000 f -0000007407 00000 f -0000007408 00000 f -0000007409 00000 f -0000007410 00000 f -0000007411 00000 f -0000007412 00000 f -0000007413 00000 f -0000007414 00000 f -0000007415 00000 f -0000007416 00000 f -0000007417 00000 f -0000007418 00000 f -0000007419 00000 f -0000007420 00000 f -0000007421 00000 f -0000007422 00000 f -0000007423 00000 f -0000007424 00000 f -0000007425 00000 f -0000007426 00000 f -0000007427 00000 f -0000007428 00000 f -0000007429 00000 f -0000007430 00000 f -0000007431 00000 f -0000007432 00000 f -0000007433 00000 f -0000007434 00000 f -0000007435 00000 f -0000007436 00000 f -0000007437 00000 f -0000007438 00000 f -0000007439 00000 f -0000007440 00000 f -0000007441 00000 f -0000007442 00000 f -0000007443 00000 f -0000007444 00000 f -0000007445 00000 f -0000007446 00000 f -0000007447 00000 f -0000007448 00000 f -0000007449 00000 f -0000007450 00000 f -0000007451 00000 f -0000007452 00000 f -0000007453 00000 f -0000007454 00000 f -0000007455 00000 f -0000007456 00000 f -0000007457 00000 f -0000007458 00000 f -0000007459 00000 f -0000007460 00000 f -0000007461 00000 f -0000007462 00000 f -0000007463 00000 f -0000007464 00000 f -0000007465 00000 f -0000007466 00000 f -0000007467 00000 f -0000007468 00000 f -0000007469 00000 f -0000007470 00000 f -0000007471 00000 f -0000007472 00000 f -0000007473 00000 f -0000007474 00000 f -0000007475 00000 f -0000007476 00000 f -0000007477 00000 f -0000007478 00000 f -0000007479 00000 f -0000007480 00000 f -0000007481 00000 f -0000007482 00000 f -0000007483 00000 f -0000007484 00000 f -0000007485 00000 f -0000007486 00000 f -0000007487 00000 f -0000007488 00000 f -0000007489 00000 f -0000007490 00000 f -0000007491 00000 f -0000007492 00000 f -0000007493 00000 f -0000007494 00000 f -0000007495 00000 f -0000007496 00000 f -0000007497 00000 f -0000007498 00000 f -0000007499 00000 f -0000007500 00000 f -0000007501 00000 f -0000007502 00000 f -0000007503 00000 f -0000007504 00000 f -0000007505 00000 f -0000007506 00000 f -0000007507 00000 f -0000007508 00000 f -0000007509 00000 f -0000007510 00000 f -0000007511 00000 f -0000007512 00000 f -0000007513 00000 f -0000007514 00000 f -0000007515 00000 f -0000007516 00000 f -0000007517 00000 f -0000007518 00000 f -0000007519 00000 f -0000007520 00000 f -0000007521 00000 f -0000007522 00000 f -0000007523 00000 f -0000007524 00000 f -0000007525 00000 f -0000007526 00000 f -0000007527 00000 f -0000007528 00000 f -0000007529 00000 f -0000007530 00000 f -0000007531 00000 f -0000007532 00000 f -0000007533 00000 f -0000007534 00000 f -0000007535 00000 f -0000007536 00000 f -0000007537 00000 f -0000007538 00000 f -0000007539 00000 f -0000007540 00000 f -0000007541 00000 f -0000007542 00000 f -0000007543 00000 f -0000007544 00000 f -0000007545 00000 f -0000007546 00000 f -0000007547 00000 f -0000007548 00000 f -0000007549 00000 f -0000007550 00000 f -0000007551 00000 f -0000007552 00000 f -0000007553 00000 f -0000007554 00000 f -0000007555 00000 f -0000007556 00000 f -0000007557 00000 f -0000007558 00000 f -0000007559 00000 f -0000007560 00000 f -0000007561 00000 f -0000007562 00000 f -0000007563 00000 f -0000007564 00000 f -0000007565 00000 f -0000007566 00000 f -0000007567 00000 f -0000007568 00000 f -0000007569 00000 f -0000007570 00000 f -0000007571 00000 f -0000007572 00000 f -0000007573 00000 f -0000007574 00000 f -0000007575 00000 f -0000007576 00000 f -0000007577 00000 f -0000007578 00000 f -0000007579 00000 f -0000007580 00000 f -0000007581 00000 f -0000007582 00000 f -0000007583 00000 f -0000007584 00000 f -0000007585 00000 f -0000007586 00000 f -0000007587 00000 f -0000007588 00000 f -0000007589 00000 f -0000007590 00000 f -0000007591 00000 f -0000007592 00000 f -0000007593 00000 f -0000007594 00000 f -0000007595 00000 f -0000007596 00000 f -0000007597 00000 f -0000007598 00000 f -0000007599 00000 f -0000007600 00000 f -0000007601 00000 f -0000007602 00000 f -0000007603 00000 f -0000007604 00000 f -0000007605 00000 f -0000007606 00000 f -0000007607 00000 f -0000007608 00000 f -0000007609 00000 f -0000007610 00000 f -0000007611 00000 f -0000007612 00000 f -0000007613 00000 f -0000007614 00000 f -0000007615 00000 f -0000007616 00000 f -0000007617 00000 f -0000007618 00000 f -0000007619 00000 f -0000007620 00000 f -0000007621 00000 f -0000007622 00000 f -0000007623 00000 f -0000007624 00000 f -0000007625 00000 f -0000007626 00000 f -0000007627 00000 f -0000007628 00000 f -0000007629 00000 f -0000007630 00000 f -0000007631 00000 f -0000007632 00000 f -0000007633 00000 f -0000007634 00000 f -0000007635 00000 f -0000007636 00000 f -0000007637 00000 f -0000007638 00000 f -0000007639 00000 f -0000007640 00000 f -0000007641 00000 f -0000007642 00000 f -0000007643 00000 f -0000007644 00000 f -0000007645 00000 f -0000007646 00000 f -0000007647 00000 f -0000007648 00000 f -0000007649 00000 f -0000007650 00000 f -0000007651 00000 f -0000007652 00000 f -0000007653 00000 f -0000007654 00000 f -0000007655 00000 f -0000007656 00000 f -0000007657 00000 f -0000007658 00000 f -0000007659 00000 f -0000007660 00000 f -0000007661 00000 f -0000007662 00000 f -0000007663 00000 f -0000007664 00000 f -0000007665 00000 f -0000007666 00000 f -0000007667 00000 f -0000007668 00000 f -0000007669 00000 f -0000007670 00000 f -0000007671 00000 f -0000007672 00000 f -0000007673 00000 f -0000007674 00000 f -0000007675 00000 f -0000007676 00000 f -0000007677 00000 f -0000007678 00000 f -0000007679 00000 f -0000007680 00000 f -0000007681 00000 f -0000007682 00000 f -0000007683 00000 f -0000007684 00000 f -0000007685 00000 f -0000007686 00000 f -0000007687 00000 f -0000007688 00000 f -0000007689 00000 f -0000007690 00000 f -0000007691 00000 f -0000007692 00000 f -0000007693 00000 f -0000007694 00000 f -0000007695 00000 f -0000007696 00000 f -0000007697 00000 f -0000007698 00000 f -0000007699 00000 f -0000007700 00000 f -0000007701 00000 f -0000007702 00000 f -0000007703 00000 f -0000007704 00000 f -0000007705 00000 f -0000007706 00000 f -0000007707 00000 f -0000007708 00000 f -0000007709 00000 f -0000007710 00000 f -0000007711 00000 f -0000007712 00000 f -0000007713 00000 f -0000007714 00000 f -0000007715 00000 f -0000007716 00000 f -0000007717 00000 f -0000007718 00000 f -0000007719 00000 f -0000007720 00000 f -0000007721 00000 f -0000007722 00000 f -0000007723 00000 f -0000007724 00000 f -0000007725 00000 f -0000007726 00000 f -0000007727 00000 f -0000007728 00000 f -0000007729 00000 f -0000007730 00000 f -0000007731 00000 f -0000007732 00000 f -0000007733 00000 f -0000007734 00000 f -0000007735 00000 f -0000007736 00000 f -0000007737 00000 f -0000007738 00000 f -0000007739 00000 f -0000007740 00000 f -0000007741 00000 f -0000007742 00000 f -0000007743 00000 f -0000007744 00000 f -0000007745 00000 f -0000007746 00000 f -0000007747 00000 f -0000007748 00000 f -0000007749 00000 f -0000007750 00000 f -0000007751 00000 f -0000007752 00000 f -0000007753 00000 f -0000007754 00000 f -0000007755 00000 f -0000007756 00000 f -0000007757 00000 f -0000007758 00000 f -0000007759 00000 f -0000007760 00000 f -0000007761 00000 f -0000007762 00000 f -0000007763 00000 f -0000007764 00000 f -0000007765 00000 f -0000007766 00000 f -0000007767 00000 f -0000007768 00000 f -0000007769 00000 f -0000007770 00000 f -0000007771 00000 f -0000007772 00000 f -0000007773 00000 f -0000007774 00000 f -0000007775 00000 f -0000007776 00000 f -0000007777 00000 f -0000007778 00000 f -0000007779 00000 f -0000007780 00000 f -0000007781 00000 f -0000007782 00000 f -0000007783 00000 f -0000007784 00000 f -0000007785 00000 f -0000007786 00000 f -0000007787 00000 f -0000007788 00000 f -0000007789 00000 f -0000007790 00000 f -0000007791 00000 f -0000007792 00000 f -0000007793 00000 f -0000007794 00000 f -0000007795 00000 f -0000007796 00000 f -0000007797 00000 f -0000007798 00000 f -0000007799 00000 f -0000007800 00000 f -0000007801 00000 f -0000007802 00000 f -0000007803 00000 f -0000007804 00000 f -0000007805 00000 f -0000007806 00000 f -0000007807 00000 f -0000007808 00000 f -0000007809 00000 f -0000007810 00000 f -0000007811 00000 f -0000007812 00000 f -0000007813 00000 f -0000007814 00000 f -0000007815 00000 f -0000007816 00000 f -0000007817 00000 f -0000007818 00000 f -0000007819 00000 f -0000007820 00000 f -0000007821 00000 f -0000007822 00000 f -0000007823 00000 f -0000007824 00000 f -0000007825 00000 f -0000007826 00000 f -0000007827 00000 f -0000007828 00000 f -0000007829 00000 f -0000007830 00000 f -0000007831 00000 f -0000007832 00000 f -0000007833 00000 f -0000007834 00000 f -0000007835 00000 f -0000007836 00000 f -0000007837 00000 f -0000007838 00000 f -0000007839 00000 f -0000007840 00000 f -0000007841 00000 f -0000007842 00000 f -0000007843 00000 f -0000007844 00000 f -0000007845 00000 f -0000007846 00000 f -0000007847 00000 f -0000007848 00000 f -0000007849 00000 f -0000007850 00000 f -0000007851 00000 f -0000007852 00000 f -0000007853 00000 f -0000007854 00000 f -0000007855 00000 f -0000007856 00000 f -0000007857 00000 f -0000007858 00000 f -0000007859 00000 f -0000007860 00000 f -0000007861 00000 f -0000007862 00000 f -0000007863 00000 f -0000007864 00000 f -0000007865 00000 f -0000007866 00000 f -0000007867 00000 f -0000007868 00000 f -0000007869 00000 f -0000007870 00000 f -0000007871 00000 f -0000007872 00000 f -0000007873 00000 f -0000007874 00000 f -0000007875 00000 f -0000007876 00000 f -0000007877 00000 f -0000007878 00000 f -0000007879 00000 f -0000007880 00000 f -0000007881 00000 f -0000007882 00000 f -0000007883 00000 f -0000007884 00000 f -0000007885 00000 f -0000007886 00000 f -0000007887 00000 f -0000007888 00000 f -0000007889 00000 f -0000007890 00000 f -0000007891 00000 f -0000007892 00000 f -0000007893 00000 f -0000007894 00000 f -0000007895 00000 f -0000007896 00000 f -0000007897 00000 f -0000007898 00000 f -0000007899 00000 f -0000007900 00000 f -0000007901 00000 f -0000007902 00000 f -0000007903 00000 f -0000007904 00000 f -0000007905 00000 f -0000007906 00000 f -0000007907 00000 f -0000007908 00000 f -0000007909 00000 f -0000007910 00000 f -0000007911 00000 f -0000007912 00000 f -0000007913 00000 f -0000007914 00000 f -0000007915 00000 f -0000007916 00000 f -0000007917 00000 f -0000007918 00000 f -0000007919 00000 f -0000007920 00000 f -0000007921 00000 f -0000007922 00000 f -0000007923 00000 f -0000007924 00000 f -0000007925 00000 f -0000007926 00000 f -0000007927 00000 f -0000007928 00000 f -0000007929 00000 f -0000007930 00000 f -0000007931 00000 f -0000007932 00000 f -0000007933 00000 f -0000007934 00000 f -0000007935 00000 f -0000007936 00000 f -0000007937 00000 f -0000007938 00000 f -0000007939 00000 f -0000007940 00000 f -0000007941 00000 f -0000007942 00000 f -0000007943 00000 f -0000007944 00000 f -0000007945 00000 f -0000007946 00000 f -0000007947 00000 f -0000007948 00000 f -0000007949 00000 f -0000007950 00000 f -0000007951 00000 f -0000007952 00000 f -0000007953 00000 f -0000007954 00000 f -0000007955 00000 f -0000007956 00000 f -0000007957 00000 f -0000007958 00000 f -0000007959 00000 f -0000007960 00000 f -0000007961 00000 f -0000007962 00000 f -0000007963 00000 f -0000007964 00000 f -0000007965 00000 f -0000007966 00000 f -0000007967 00000 f -0000007968 00000 f -0000007969 00000 f -0000007970 00000 f -0000007971 00000 f -0000007972 00000 f -0000007973 00000 f -0000007974 00000 f -0000007975 00000 f -0000007976 00000 f -0000007977 00000 f -0000007978 00000 f -0000007979 00000 f -0000007980 00000 f -0000007981 00000 f -0000007982 00000 f -0000007983 00000 f -0000007984 00000 f -0000007985 00000 f -0000007986 00000 f -0000007987 00000 f -0000007988 00000 f -0000007989 00000 f -0000007990 00000 f -0000007991 00000 f -0000007992 00000 f -0000007993 00000 f -0000007994 00000 f -0000007995 00000 f -0000007996 00000 f -0000007997 00000 f -0000007998 00000 f -0000007999 00000 f -0000008000 00000 f -0000008001 00000 f -0000008002 00000 f -0000008003 00000 f -0000008004 00000 f -0000008005 00000 f -0000008006 00000 f -0000008007 00000 f -0000008008 00000 f -0000008009 00000 f -0000008010 00000 f -0000008011 00000 f -0000008012 00000 f -0000008013 00000 f -0000008014 00000 f -0000008015 00000 f -0000008016 00000 f -0000008017 00000 f -0000008018 00000 f -0000008019 00000 f -0000008020 00000 f -0000008021 00000 f -0000008022 00000 f -0000008023 00000 f -0000008024 00000 f -0000008025 00000 f -0000008026 00000 f -0000008027 00000 f -0000008028 00000 f -0000008029 00000 f -0000008030 00000 f -0000008031 00000 f -0000008032 00000 f -0000008033 00000 f -0000008034 00000 f -0000008035 00000 f -0000008036 00000 f -0000008037 00000 f -0000008038 00000 f -0000008039 00000 f -0000008040 00000 f -0000008041 00000 f -0000008042 00000 f -0000008043 00000 f -0000008044 00000 f -0000008045 00000 f -0000008046 00000 f -0000008047 00000 f -0000008048 00000 f -0000008049 00000 f -0000008050 00000 f -0000008051 00000 f -0000008052 00000 f -0000008053 00000 f -0000008054 00000 f -0000008055 00000 f -0000008056 00000 f -0000008057 00000 f -0000008058 00000 f -0000008059 00000 f -0000008060 00000 f -0000008061 00000 f -0000008062 00000 f -0000008063 00000 f -0000008064 00000 f -0000008065 00000 f -0000008066 00000 f -0000008067 00000 f -0000008068 00000 f -0000008069 00000 f -0000008070 00000 f -0000008071 00000 f -0000008072 00000 f -0000008073 00000 f -0000008074 00000 f -0000008075 00000 f -0000008076 00000 f -0000008077 00000 f -0000008078 00000 f -0000008079 00000 f -0000008080 00000 f -0000008081 00000 f -0000008082 00000 f -0000008083 00000 f -0000008084 00000 f -0000008085 00000 f -0000008086 00000 f -0000008087 00000 f -0000008088 00000 f -0000008089 00000 f -0000008090 00000 f -0000008091 00000 f -0000008092 00000 f -0000008093 00000 f -0000008094 00000 f -0000008095 00000 f -0000008096 00000 f -0000008097 00000 f -0000008098 00000 f -0000008099 00000 f -0000008100 00000 f -0000008101 00000 f -0000008102 00000 f -0000008103 00000 f -0000008104 00000 f -0000008105 00000 f -0000008106 00000 f -0000008107 00000 f -0000008108 00000 f -0000008109 00000 f -0000008110 00000 f -0000008111 00000 f -0000008112 00000 f -0000008113 00000 f -0000008114 00000 f -0000008115 00000 f -0000008116 00000 f -0000008117 00000 f -0000008118 00000 f -0000008119 00000 f -0000008120 00000 f -0000008121 00000 f -0000008122 00000 f -0000008123 00000 f -0000008124 00000 f -0000008125 00000 f -0000008126 00000 f -0000008127 00000 f -0000008128 00000 f -0000008129 00000 f -0000008130 00000 f -0000008131 00000 f -0000008132 00000 f -0000008133 00000 f -0000008134 00000 f -0000008135 00000 f -0000008136 00000 f -0000008137 00000 f -0000008138 00000 f -0000008139 00000 f -0000008140 00000 f -0000008141 00000 f -0000008142 00000 f -0000008143 00000 f -0000008144 00000 f -0000008145 00000 f -0000008146 00000 f -0000008147 00000 f -0000008148 00000 f -0000008149 00000 f -0000008150 00000 f -0000008151 00000 f -0000008152 00000 f -0000008153 00000 f -0000008154 00000 f -0000008155 00000 f -0000008156 00000 f -0000008157 00000 f -0000008158 00000 f -0000008159 00000 f -0000008160 00000 f -0000008161 00000 f -0000008162 00000 f -0000008163 00000 f -0000008164 00000 f -0000008165 00000 f -0000008166 00000 f -0000008167 00000 f -0000008168 00000 f -0000008169 00000 f -0000008170 00000 f -0000008171 00000 f -0000008172 00000 f -0000008173 00000 f -0000008174 00000 f -0000008175 00000 f -0000008176 00000 f -0000008177 00000 f -0000008178 00000 f -0000008179 00000 f -0000008180 00000 f -0000008181 00000 f -0000008182 00000 f -0000008183 00000 f -0000008184 00000 f -0000008185 00000 f -0000008186 00000 f -0000008187 00000 f -0000008188 00000 f -0000008189 00000 f -0000008190 00000 f -0000008191 00000 f -0000008192 00000 f -0000008193 00000 f -0000008194 00000 f -0000008195 00000 f -0000008196 00000 f -0000008197 00000 f -0000008198 00000 f -0000008199 00000 f -0000008200 00000 f -0000008201 00000 f -0000008202 00000 f -0000008203 00000 f -0000008204 00000 f -0000008205 00000 f -0000008206 00000 f -0000008207 00000 f -0000008208 00000 f -0000008209 00000 f -0000008210 00000 f -0000008211 00000 f -0000008212 00000 f -0000008213 00000 f -0000008214 00000 f -0000008215 00000 f -0000008216 00000 f -0000008217 00000 f -0000008218 00000 f -0000008219 00000 f -0000008220 00000 f -0000008221 00000 f -0000008222 00000 f -0000008223 00000 f -0000008224 00000 f -0000008225 00000 f -0000008226 00000 f -0000008227 00000 f -0000008228 00000 f -0000008229 00000 f -0000008230 00000 f -0000008231 00000 f -0000008232 00000 f -0000008233 00000 f -0000008234 00000 f -0000008235 00000 f -0000008242 00000 f -0000756064 00000 n -0000756097 00000 n -0000755944 00000 n -0000755977 00000 n -0000755824 00000 n -0000755857 00000 n -0000008243 00000 f -0000008244 00000 f -0000008245 00000 f -0000008246 00000 f -0000008247 00000 f -0000008248 00000 f -0000008249 00000 f -0000008253 00000 f -0000754591 00000 n -0000754672 00000 n -0000754754 00000 n -0000008254 00000 f -0000008255 00000 f -0000008256 00000 f -0000008257 00000 f -0000008258 00000 f -0000008259 00000 f -0000008260 00000 f -0000008261 00000 f -0000008262 00000 f -0000008263 00000 f -0000008264 00000 f -0000008265 00000 f -0000008266 00000 f -0000008267 00000 f -0000008268 00000 f -0000008269 00000 f -0000008270 00000 f -0000008271 00000 f -0000008272 00000 f -0000008273 00000 f -0000008274 00000 f -0000008275 00000 f -0000008276 00000 f -0000008277 00000 f -0000008278 00000 f -0000008279 00000 f -0000008280 00000 f -0000008281 00000 f -0000008282 00000 f -0000008283 00000 f -0000008284 00000 f -0000008285 00000 f -0000008286 00000 f -0000008287 00000 f -0000008288 00000 f -0000008289 00000 f -0000008290 00000 f -0000008291 00000 f -0000008292 00000 f -0000008293 00000 f -0000008294 00000 f -0000008295 00000 f -0000008296 00000 f -0000008297 00000 f -0000008298 00000 f -0000008299 00000 f -0000008300 00000 f -0000008301 00000 f -0000008302 00000 f -0000008303 00000 f -0000008304 00000 f -0000008305 00000 f -0000008306 00000 f -0000008307 00000 f -0000008308 00000 f -0000008309 00000 f -0000008310 00000 f -0000008311 00000 f -0000008312 00000 f -0000008313 00000 f -0000008314 00000 f -0000008315 00000 f -0000008316 00000 f -0000008317 00000 f -0000008318 00000 f -0000008319 00000 f -0000008320 00000 f -0000008321 00000 f -0000008322 00000 f -0000008323 00000 f -0000008324 00000 f -0000008325 00000 f -0000008326 00000 f -0000008327 00000 f -0000008328 00000 f -0000008329 00000 f -0000008330 00000 f -0000008331 00000 f -0000008332 00000 f -0000008333 00000 f -0000008334 00000 f -0000008335 00000 f -0000008336 00000 f -0000008337 00000 f -0000008338 00000 f -0000008339 00000 f -0000008340 00000 f -0000008341 00000 f -0000008342 00000 f -0000008343 00000 f -0000008344 00000 f -0000008345 00000 f -0000008346 00000 f -0000008347 00000 f -0000008348 00000 f -0000008349 00000 f -0000008350 00000 f -0000008351 00000 f -0000008352 00000 f -0000008353 00000 f -0000008354 00000 f -0000008355 00000 f -0000008356 00000 f -0000008357 00000 f -0000008358 00000 f -0000008359 00000 f -0000008360 00000 f -0000008361 00000 f -0000008362 00000 f -0000008363 00000 f -0000008364 00000 f -0000008365 00000 f -0000008366 00000 f -0000008367 00000 f -0000008368 00000 f -0000008369 00000 f -0000008370 00000 f -0000008371 00000 f -0000008372 00000 f -0000008373 00000 f -0000008374 00000 f -0000008375 00000 f -0000008376 00000 f -0000008377 00000 f -0000008378 00000 f -0000008379 00000 f -0000008380 00000 f -0000008381 00000 f -0000008382 00000 f -0000008383 00000 f -0000008384 00000 f -0000008385 00000 f -0000008386 00000 f -0000008387 00000 f -0000008388 00000 f -0000008389 00000 f -0000008390 00000 f -0000008391 00000 f -0000008392 00000 f -0000008393 00000 f -0000008394 00000 f -0000008395 00000 f -0000008396 00000 f -0000008397 00000 f -0000008398 00000 f -0000008399 00000 f -0000008400 00000 f -0000008401 00000 f -0000008402 00000 f -0000008403 00000 f -0000008404 00000 f -0000008405 00000 f -0000008406 00000 f -0000008407 00000 f -0000008408 00000 f -0000008409 00000 f -0000008410 00000 f -0000008411 00000 f -0000008412 00000 f -0000008413 00000 f -0000008414 00000 f -0000008415 00000 f -0000008416 00000 f -0000008417 00000 f -0000008418 00000 f -0000008419 00000 f -0000008420 00000 f -0000008421 00000 f -0000008422 00000 f -0000008423 00000 f -0000008424 00000 f -0000008425 00000 f -0000008426 00000 f -0000008427 00000 f -0000008428 00000 f -0000008429 00000 f -0000008430 00000 f -0000008431 00000 f -0000008432 00000 f -0000008433 00000 f -0000008434 00000 f -0000008435 00000 f -0000008436 00000 f -0000008437 00000 f -0000008438 00000 f -0000008439 00000 f -0000008440 00000 f -0000008441 00000 f -0000008442 00000 f -0000008443 00000 f -0000008444 00000 f -0000008445 00000 f -0000008446 00000 f -0000008447 00000 f -0000008448 00000 f -0000008449 00000 f -0000008450 00000 f -0000008451 00000 f -0000008452 00000 f -0000008453 00000 f -0000008454 00000 f -0000008455 00000 f -0000008456 00000 f -0000008457 00000 f -0000008458 00000 f -0000008459 00000 f -0000008460 00000 f -0000008461 00000 f -0000008462 00000 f -0000008463 00000 f -0000008464 00000 f -0000008465 00000 f -0000008466 00000 f -0000008467 00000 f -0000008468 00000 f -0000008469 00000 f -0000008470 00000 f -0000008471 00000 f -0000008472 00000 f -0000008473 00000 f -0000008474 00000 f -0000008475 00000 f -0000008476 00000 f -0000008477 00000 f -0000008478 00000 f -0000008479 00000 f -0000008480 00000 f -0000008481 00000 f -0000008482 00000 f -0000008483 00000 f -0000008484 00000 f -0000008485 00000 f -0000008486 00000 f -0000008487 00000 f -0000008488 00000 f -0000008489 00000 f -0000008490 00000 f -0000008491 00000 f -0000008492 00000 f -0000008493 00000 f -0000008494 00000 f -0000008495 00000 f -0000008496 00000 f -0000008497 00000 f -0000008498 00000 f -0000008499 00000 f -0000008500 00000 f -0000008501 00000 f -0000008502 00000 f -0000008503 00000 f -0000008504 00000 f -0000008505 00000 f -0000008506 00000 f -0000008507 00000 f -0000008508 00000 f -0000008509 00000 f -0000008510 00000 f -0000008511 00000 f -0000008512 00000 f -0000008513 00000 f -0000008514 00000 f -0000008515 00000 f -0000008516 00000 f -0000008517 00000 f -0000008518 00000 f -0000008519 00000 f -0000008520 00000 f -0000008521 00000 f -0000008522 00000 f -0000008523 00000 f -0000008524 00000 f -0000008525 00000 f -0000008526 00000 f -0000008527 00000 f -0000008528 00000 f -0000008529 00000 f -0000008530 00000 f -0000008531 00000 f -0000008532 00000 f -0000008533 00000 f -0000008534 00000 f -0000008535 00000 f -0000008536 00000 f -0000008537 00000 f -0000008538 00000 f -0000008539 00000 f -0000008540 00000 f -0000008541 00000 f -0000008542 00000 f -0000008543 00000 f -0000008544 00000 f -0000008545 00000 f -0000008546 00000 f -0000008547 00000 f -0000008548 00000 f -0000008549 00000 f -0000008550 00000 f -0000008551 00000 f -0000008552 00000 f -0000008553 00000 f -0000008554 00000 f -0000008555 00000 f -0000008556 00000 f -0000008557 00000 f -0000008558 00000 f -0000008559 00000 f -0000008560 00000 f -0000008561 00000 f -0000008562 00000 f -0000008563 00000 f -0000008564 00000 f -0000008565 00000 f -0000008566 00000 f -0000008567 00000 f -0000008568 00000 f -0000008569 00000 f -0000008570 00000 f -0000008571 00000 f -0000008572 00000 f -0000008573 00000 f -0000008574 00000 f -0000008575 00000 f -0000008576 00000 f -0000008577 00000 f -0000008578 00000 f -0000008579 00000 f -0000008580 00000 f -0000008581 00000 f -0000008582 00000 f -0000008583 00000 f -0000008584 00000 f -0000008585 00000 f -0000008586 00000 f -0000008587 00000 f -0000008588 00000 f -0000008589 00000 f -0000008590 00000 f -0000008591 00000 f -0000008592 00000 f -0000008593 00000 f -0000008594 00000 f -0000008595 00000 f -0000008596 00000 f -0000008597 00000 f -0000008598 00000 f -0000008599 00000 f -0000008600 00000 f -0000008601 00000 f -0000008602 00000 f -0000008603 00000 f -0000008604 00000 f -0000008605 00000 f -0000008606 00000 f -0000008607 00000 f -0000008608 00000 f -0000008609 00000 f -0000008610 00000 f -0000008611 00000 f -0000008612 00000 f -0000008613 00000 f -0000008614 00000 f -0000008615 00000 f -0000008616 00000 f -0000008617 00000 f -0000008618 00000 f -0000008619 00000 f -0000008620 00000 f -0000008621 00000 f -0000008622 00000 f -0000008623 00000 f -0000008624 00000 f -0000008625 00000 f -0000008626 00000 f -0000008627 00000 f -0000008628 00000 f -0000008629 00000 f -0000008630 00000 f -0000008631 00000 f -0000008632 00000 f -0000008633 00000 f -0000008634 00000 f -0000008635 00000 f -0000008636 00000 f -0000008637 00000 f -0000008638 00000 f -0000008639 00000 f -0000008640 00000 f -0000008641 00000 f -0000008642 00000 f -0000008643 00000 f -0000008644 00000 f -0000008645 00000 f -0000008646 00000 f -0000008647 00000 f -0000008648 00000 f -0000008649 00000 f -0000008650 00000 f -0000008651 00000 f -0000008652 00000 f -0000008653 00000 f -0000008654 00000 f -0000008655 00000 f -0000008656 00000 f -0000008657 00000 f -0000008658 00000 f -0000008659 00000 f -0000008660 00000 f -0000008661 00000 f -0000008662 00000 f -0000008663 00000 f -0000008664 00000 f -0000008665 00000 f -0000008666 00000 f -0000008667 00000 f -0000008668 00000 f -0000008669 00000 f -0000008670 00000 f -0000008671 00000 f -0000008672 00000 f -0000008673 00000 f -0000008674 00000 f -0000008675 00000 f -0000008676 00000 f -0000008677 00000 f -0000008678 00000 f -0000008679 00000 f -0000008680 00000 f -0000008681 00000 f -0000008682 00000 f -0000008683 00000 f -0000008684 00000 f -0000008685 00000 f -0000008686 00000 f -0000008687 00000 f -0000008688 00000 f -0000008689 00000 f -0000008690 00000 f -0000008691 00000 f -0000008692 00000 f -0000008693 00000 f -0000008694 00000 f -0000008695 00000 f -0000008696 00000 f -0000008697 00000 f -0000008698 00000 f -0000008699 00000 f -0000008700 00000 f -0000008701 00000 f -0000008702 00000 f -0000008703 00000 f -0000008704 00000 f -0000008705 00000 f -0000008706 00000 f -0000008707 00000 f -0000008708 00000 f -0000008709 00000 f -0000008710 00000 f -0000008711 00000 f -0000008712 00000 f -0000008713 00000 f -0000008714 00000 f -0000008715 00000 f -0000008716 00000 f -0000008717 00000 f -0000008718 00000 f -0000008719 00000 f -0000008720 00000 f -0000008721 00000 f -0000008722 00000 f -0000008723 00000 f -0000008724 00000 f -0000008725 00000 f -0000008726 00000 f -0000008727 00000 f -0000008728 00000 f -0000008729 00000 f -0000008730 00000 f -0000008731 00000 f -0000008732 00000 f -0000008733 00000 f -0000008734 00000 f -0000008735 00000 f -0000008736 00000 f -0000008737 00000 f -0000008738 00000 f -0000008739 00000 f -0000008740 00000 f -0000008741 00000 f -0000008742 00000 f -0000008743 00000 f -0000008744 00000 f -0000008745 00000 f -0000008746 00000 f -0000008747 00000 f -0000008748 00000 f -0000008749 00000 f -0000008750 00000 f -0000008751 00000 f -0000008752 00000 f -0000008753 00000 f -0000008754 00000 f -0000008755 00000 f -0000008756 00000 f -0000008757 00000 f -0000008758 00000 f -0000008759 00000 f -0000008760 00000 f -0000008761 00000 f -0000008762 00000 f -0000008763 00000 f -0000008764 00000 f -0000008765 00000 f -0000008766 00000 f -0000008767 00000 f -0000008768 00000 f -0000008769 00000 f -0000008770 00000 f -0000008771 00000 f -0000008772 00000 f -0000008773 00000 f -0000008774 00000 f -0000008775 00000 f -0000008776 00000 f -0000008777 00000 f -0000008778 00000 f -0000008779 00000 f -0000008780 00000 f -0000008781 00000 f -0000008782 00000 f -0000008783 00000 f -0000008784 00000 f -0000008785 00000 f -0000008786 00000 f -0000008787 00000 f -0000008788 00000 f -0000008789 00000 f -0000008790 00000 f -0000008791 00000 f -0000008792 00000 f -0000008793 00000 f -0000008794 00000 f -0000008795 00000 f -0000008796 00000 f -0000008797 00000 f -0000008798 00000 f -0000008799 00000 f -0000008800 00000 f -0000008801 00000 f -0000008802 00000 f -0000008803 00000 f -0000008804 00000 f -0000008805 00000 f -0000008806 00000 f -0000008807 00000 f -0000008808 00000 f -0000008809 00000 f -0000008810 00000 f -0000008811 00000 f -0000008812 00000 f -0000008813 00000 f -0000008814 00000 f -0000008815 00000 f -0000008816 00000 f -0000008817 00000 f -0000008818 00000 f -0000008819 00000 f -0000008820 00000 f -0000008821 00000 f -0000008822 00000 f -0000008823 00000 f -0000008824 00000 f -0000008825 00000 f -0000008826 00000 f -0000008827 00000 f -0000008828 00000 f -0000008829 00000 f -0000008830 00000 f -0000008831 00000 f -0000008832 00000 f -0000008833 00000 f -0000008834 00000 f -0000008835 00000 f -0000008836 00000 f -0000008837 00000 f -0000008838 00000 f -0000008839 00000 f -0000008840 00000 f -0000008841 00000 f -0000008842 00000 f -0000008843 00000 f -0000008844 00000 f -0000008845 00000 f -0000008846 00000 f -0000008847 00000 f -0000008848 00000 f -0000008849 00000 f -0000008850 00000 f -0000008851 00000 f -0000008852 00000 f -0000008853 00000 f -0000008854 00000 f -0000008855 00000 f -0000008856 00000 f -0000008857 00000 f -0000008858 00000 f -0000008859 00000 f -0000008860 00000 f -0000008861 00000 f -0000008862 00000 f -0000008863 00000 f -0000008864 00000 f -0000008865 00000 f -0000008866 00000 f -0000008867 00000 f -0000008868 00000 f -0000008869 00000 f -0000008870 00000 f -0000008871 00000 f -0000008872 00000 f -0000008873 00000 f -0000008874 00000 f -0000008875 00000 f -0000008876 00000 f -0000008877 00000 f -0000008878 00000 f -0000008879 00000 f -0000008880 00000 f -0000008881 00000 f -0000008882 00000 f -0000008883 00000 f -0000008884 00000 f -0000008885 00000 f -0000008886 00000 f -0000008887 00000 f -0000008888 00000 f -0000008889 00000 f -0000008890 00000 f -0000008891 00000 f -0000008892 00000 f -0000008893 00000 f -0000008894 00000 f -0000008895 00000 f -0000008896 00000 f -0000008897 00000 f -0000008898 00000 f -0000008899 00000 f -0000008900 00000 f -0000008901 00000 f -0000008902 00000 f -0000008903 00000 f -0000008904 00000 f -0000008905 00000 f -0000008906 00000 f -0000008907 00000 f -0000008908 00000 f -0000008909 00000 f -0000008910 00000 f -0000008911 00000 f -0000008912 00000 f -0000008913 00000 f -0000008914 00000 f -0000008915 00000 f -0000008916 00000 f -0000008917 00000 f -0000008918 00000 f -0000008919 00000 f -0000008920 00000 f -0000008921 00000 f -0000008922 00000 f -0000008923 00000 f -0000008924 00000 f -0000008925 00000 f -0000008926 00000 f -0000008927 00000 f -0000008928 00000 f -0000008929 00000 f -0000008930 00000 f -0000008931 00000 f -0000008932 00000 f -0000008933 00000 f -0000008934 00000 f -0000008935 00000 f -0000008936 00000 f -0000008937 00000 f -0000008938 00000 f -0000008939 00000 f -0000008940 00000 f -0000008941 00000 f -0000008942 00000 f -0000008943 00000 f -0000008944 00000 f -0000008945 00000 f -0000008946 00000 f -0000008947 00000 f -0000008948 00000 f -0000008949 00000 f -0000008950 00000 f -0000008951 00000 f -0000008952 00000 f -0000008953 00000 f -0000008954 00000 f -0000008955 00000 f -0000008956 00000 f -0000008957 00000 f -0000008958 00000 f -0000008959 00000 f -0000008960 00000 f -0000008961 00000 f -0000008962 00000 f -0000008963 00000 f -0000008964 00000 f -0000008965 00000 f -0000008966 00000 f -0000008967 00000 f -0000008968 00000 f -0000008969 00000 f -0000008970 00000 f -0000008971 00000 f -0000008972 00000 f -0000008973 00000 f -0000008974 00000 f -0000008975 00000 f -0000008976 00000 f -0000008977 00000 f -0000008978 00000 f -0000008979 00000 f -0000008980 00000 f -0000008981 00000 f -0000008982 00000 f -0000008983 00000 f -0000008984 00000 f -0000008985 00000 f -0000008986 00000 f -0000008987 00000 f -0000008988 00000 f -0000008989 00000 f -0000008990 00000 f -0000008991 00000 f -0000008992 00000 f -0000008993 00000 f -0000008994 00000 f -0000008995 00000 f -0000008996 00000 f -0000008997 00000 f -0000008998 00000 f -0000008999 00000 f -0000009000 00000 f -0000009001 00000 f -0000009002 00000 f -0000009003 00000 f -0000009004 00000 f -0000009005 00000 f -0000009006 00000 f -0000009007 00000 f -0000009008 00000 f -0000009009 00000 f -0000009010 00000 f -0000009011 00000 f -0000009012 00000 f -0000009013 00000 f -0000009014 00000 f -0000009015 00000 f -0000009016 00000 f -0000009017 00000 f -0000009018 00000 f -0000009019 00000 f -0000009020 00000 f -0000009021 00000 f -0000009022 00000 f -0000009023 00000 f -0000009024 00000 f -0000009025 00000 f -0000009026 00000 f -0000009027 00000 f -0000009028 00000 f -0000009029 00000 f -0000009030 00000 f -0000009031 00000 f -0000009032 00000 f -0000009033 00000 f -0000009034 00000 f -0000009035 00000 f -0000009036 00000 f -0000009037 00000 f -0000009038 00000 f -0000009039 00000 f -0000009040 00000 f -0000009041 00000 f -0000009042 00000 f -0000009043 00000 f -0000009044 00000 f -0000009045 00000 f -0000009046 00000 f -0000009047 00000 f -0000009048 00000 f -0000009049 00000 f -0000009050 00000 f -0000009051 00000 f -0000009052 00000 f -0000009053 00000 f -0000009054 00000 f -0000009055 00000 f -0000009056 00000 f -0000009057 00000 f -0000009058 00000 f -0000009059 00000 f -0000009060 00000 f -0000009061 00000 f -0000009062 00000 f -0000009063 00000 f -0000009064 00000 f -0000009065 00000 f -0000009066 00000 f -0000009067 00000 f -0000009068 00000 f -0000009069 00000 f -0000009070 00000 f -0000009071 00000 f -0000009072 00000 f -0000009073 00000 f -0000009074 00000 f -0000009075 00000 f -0000009076 00000 f -0000009077 00000 f -0000009078 00000 f -0000009079 00000 f -0000009080 00000 f -0000009081 00000 f -0000009082 00000 f -0000009083 00000 f -0000009084 00000 f -0000009085 00000 f -0000009086 00000 f -0000009087 00000 f -0000009088 00000 f -0000009089 00000 f -0000009090 00000 f -0000009091 00000 f -0000009092 00000 f -0000009093 00000 f -0000009094 00000 f -0000009095 00000 f -0000009096 00000 f -0000009097 00000 f -0000009098 00000 f -0000009099 00000 f -0000009100 00000 f -0000009101 00000 f -0000009102 00000 f -0000009103 00000 f -0000009104 00000 f -0000009105 00000 f -0000009106 00000 f -0000009107 00000 f -0000009108 00000 f -0000009109 00000 f -0000009110 00000 f -0000009111 00000 f -0000009112 00000 f -0000009113 00000 f -0000009114 00000 f -0000009115 00000 f -0000009116 00000 f -0000009117 00000 f -0000009118 00000 f -0000009119 00000 f -0000009120 00000 f -0000009121 00000 f -0000009122 00000 f -0000009123 00000 f -0000009124 00000 f -0000009125 00000 f -0000009126 00000 f -0000009127 00000 f -0000009128 00000 f -0000009129 00000 f -0000009130 00000 f -0000009131 00000 f -0000009132 00000 f -0000009133 00000 f -0000009134 00000 f -0000009135 00000 f -0000009136 00000 f -0000009137 00000 f -0000009138 00000 f -0000009139 00000 f -0000009140 00000 f -0000009141 00000 f -0000009142 00000 f -0000009143 00000 f -0000009144 00000 f -0000009145 00000 f -0000009146 00000 f -0000009147 00000 f -0000009148 00000 f -0000009149 00000 f -0000009150 00000 f -0000009151 00000 f -0000009152 00000 f -0000009153 00000 f -0000009154 00000 f -0000009155 00000 f -0000009156 00000 f -0000009157 00000 f -0000009158 00000 f -0000009159 00000 f -0000009160 00000 f -0000009161 00000 f -0000009162 00000 f -0000009163 00000 f -0000009164 00000 f -0000009165 00000 f -0000009166 00000 f -0000009167 00000 f -0000009168 00000 f -0000009169 00000 f -0000009170 00000 f -0000009171 00000 f -0000009172 00000 f -0000009173 00000 f -0000009174 00000 f -0000009175 00000 f -0000009176 00000 f -0000009177 00000 f -0000009178 00000 f -0000009179 00000 f -0000009180 00000 f -0000009181 00000 f -0000009182 00000 f -0000009183 00000 f -0000009184 00000 f -0000009185 00000 f -0000009186 00000 f -0000009187 00000 f -0000009188 00000 f -0000009189 00000 f -0000009190 00000 f -0000009191 00000 f -0000009192 00000 f -0000009193 00000 f -0000009194 00000 f -0000009195 00000 f -0000009196 00000 f -0000009197 00000 f -0000009198 00000 f -0000009199 00000 f -0000009200 00000 f -0000009201 00000 f -0000009202 00000 f -0000009203 00000 f -0000009204 00000 f -0000009205 00000 f -0000009206 00000 f -0000009207 00000 f -0000009208 00000 f -0000009209 00000 f -0000009210 00000 f -0000009211 00000 f -0000009212 00000 f -0000009213 00000 f -0000009214 00000 f -0000009215 00000 f -0000009216 00000 f -0000009217 00000 f -0000009218 00000 f -0000009219 00000 f -0000009220 00000 f -0000009221 00000 f -0000009222 00000 f -0000009223 00000 f -0000009224 00000 f -0000009225 00000 f -0000009226 00000 f -0000009227 00000 f -0000009228 00000 f -0000009229 00000 f -0000009230 00000 f -0000009231 00000 f -0000009232 00000 f -0000009233 00000 f -0000009234 00000 f -0000009235 00000 f -0000009236 00000 f -0000009237 00000 f -0000009238 00000 f -0000009239 00000 f -0000009240 00000 f -0000009241 00000 f -0000009242 00000 f -0000009243 00000 f -0000009244 00000 f -0000009245 00000 f -0000009246 00000 f -0000009247 00000 f -0000009248 00000 f -0000009249 00000 f -0000009250 00000 f -0000009251 00000 f -0000009252 00000 f -0000009253 00000 f -0000009254 00000 f -0000009255 00000 f -0000009256 00000 f -0000009257 00000 f -0000009258 00000 f -0000009259 00000 f -0000009260 00000 f -0000009261 00000 f -0000009262 00000 f -0000009263 00000 f -0000009264 00000 f -0000009265 00000 f -0000009266 00000 f -0000009267 00000 f -0000009268 00000 f -0000009269 00000 f -0000009270 00000 f -0000009271 00000 f -0000009272 00000 f -0000009273 00000 f -0000009274 00000 f -0000009275 00000 f -0000009276 00000 f -0000009277 00000 f -0000009278 00000 f -0000009279 00000 f -0000009280 00000 f -0000009281 00000 f -0000009282 00000 f -0000009283 00000 f -0000009284 00000 f -0000009285 00000 f -0000009286 00000 f -0000009287 00000 f -0000009288 00000 f -0000009289 00000 f -0000009290 00000 f -0000009291 00000 f -0000009292 00000 f -0000009293 00000 f -0000009294 00000 f -0000009295 00000 f -0000009296 00000 f -0000009297 00000 f -0000009298 00000 f -0000009299 00000 f -0000009300 00000 f -0000009301 00000 f -0000009302 00000 f -0000009303 00000 f -0000009304 00000 f -0000009305 00000 f -0000009306 00000 f -0000009307 00000 f -0000009308 00000 f -0000009309 00000 f -0000009310 00000 f -0000009311 00000 f -0000009312 00000 f -0000009313 00000 f -0000009314 00000 f -0000009315 00000 f -0000009316 00000 f -0000009317 00000 f -0000009318 00000 f -0000009319 00000 f -0000009320 00000 f -0000009321 00000 f -0000009322 00000 f -0000009323 00000 f -0000009324 00000 f -0000009325 00000 f -0000009326 00000 f -0000009327 00000 f -0000009328 00000 f -0000009329 00000 f -0000009330 00000 f -0000009331 00000 f -0000009332 00000 f -0000009333 00000 f -0000009334 00000 f -0000009335 00000 f -0000009336 00000 f -0000009337 00000 f -0000009338 00000 f -0000009339 00000 f -0000009340 00000 f -0000009341 00000 f -0000009342 00000 f -0000009343 00000 f -0000009344 00000 f -0000009345 00000 f -0000009346 00000 f -0000009347 00000 f -0000009348 00000 f -0000009349 00000 f -0000009350 00000 f -0000009351 00000 f -0000009352 00000 f -0000009353 00000 f -0000009354 00000 f -0000009355 00000 f -0000009356 00000 f -0000009357 00000 f -0000009358 00000 f -0000009359 00000 f -0000009360 00000 f -0000009361 00000 f -0000009362 00000 f -0000009363 00000 f -0000009364 00000 f -0000009365 00000 f -0000009366 00000 f -0000009367 00000 f -0000009368 00000 f -0000009369 00000 f -0000009370 00000 f -0000009371 00000 f -0000009372 00000 f -0000009373 00000 f -0000009374 00000 f -0000009375 00000 f -0000009376 00000 f -0000009377 00000 f -0000009378 00000 f -0000009379 00000 f -0000009380 00000 f -0000009381 00000 f -0000009382 00000 f -0000009383 00000 f -0000009384 00000 f -0000009385 00000 f -0000009386 00000 f -0000009387 00000 f -0000009388 00000 f -0000009389 00000 f -0000009390 00000 f -0000009391 00000 f -0000009392 00000 f -0000009393 00000 f -0000009394 00000 f -0000009395 00000 f -0000009396 00000 f -0000009397 00000 f -0000009398 00000 f -0000009399 00000 f -0000009400 00000 f -0000009401 00000 f -0000009402 00000 f -0000009403 00000 f -0000009404 00000 f -0000009405 00000 f -0000009406 00000 f -0000009407 00000 f -0000009408 00000 f -0000009409 00000 f -0000009410 00000 f -0000009411 00000 f -0000009412 00000 f -0000009413 00000 f -0000009414 00000 f -0000009415 00000 f -0000009416 00000 f -0000009417 00000 f -0000009418 00000 f -0000009419 00000 f -0000009420 00000 f -0000009421 00000 f -0000009422 00000 f -0000009423 00000 f -0000009424 00000 f -0000009425 00000 f -0000009426 00000 f -0000009427 00000 f -0000009428 00000 f -0000009429 00000 f -0000009430 00000 f -0000009431 00000 f -0000009432 00000 f -0000009433 00000 f -0000009434 00000 f -0000009435 00000 f -0000009436 00000 f -0000009437 00000 f -0000009438 00000 f -0000009439 00000 f -0000009440 00000 f -0000009441 00000 f -0000009442 00000 f -0000009443 00000 f -0000009444 00000 f -0000009445 00000 f -0000009446 00000 f -0000009447 00000 f -0000009448 00000 f -0000009449 00000 f -0000009450 00000 f -0000009451 00000 f -0000009452 00000 f -0000009453 00000 f -0000009454 00000 f -0000009455 00000 f -0000009456 00000 f -0000009457 00000 f -0000009458 00000 f -0000009459 00000 f -0000009460 00000 f -0000009461 00000 f -0000009462 00000 f -0000009463 00000 f -0000009464 00000 f -0000009465 00000 f -0000009466 00000 f -0000009467 00000 f -0000009468 00000 f -0000009469 00000 f -0000009470 00000 f -0000009471 00000 f -0000009472 00000 f -0000009473 00000 f -0000009474 00000 f -0000009475 00000 f -0000009476 00000 f -0000009477 00000 f -0000009478 00000 f -0000009479 00000 f -0000009480 00000 f -0000009481 00000 f -0000009482 00000 f -0000009483 00000 f -0000009484 00000 f -0000009485 00000 f -0000009486 00000 f -0000009487 00000 f -0000009488 00000 f -0000009489 00000 f -0000009490 00000 f -0000009491 00000 f -0000009492 00000 f -0000009493 00000 f -0000009494 00000 f -0000009495 00000 f -0000009496 00000 f -0000009497 00000 f -0000009498 00000 f -0000009499 00000 f -0000009500 00000 f -0000009501 00000 f -0000009502 00000 f -0000009503 00000 f -0000009504 00000 f -0000009505 00000 f -0000009506 00000 f -0000009507 00000 f -0000009508 00000 f -0000009509 00000 f -0000009510 00000 f -0000009511 00000 f -0000009512 00000 f -0000009513 00000 f -0000009514 00000 f -0000009515 00000 f -0000009516 00000 f -0000009517 00000 f -0000009518 00000 f -0000009519 00000 f -0000009520 00000 f -0000009521 00000 f -0000009522 00000 f -0000009523 00000 f -0000009524 00000 f -0000009525 00000 f -0000009526 00000 f -0000009527 00000 f -0000009528 00000 f -0000009529 00000 f -0000009530 00000 f -0000009531 00000 f -0000009532 00000 f -0000009533 00000 f -0000009534 00000 f -0000009535 00000 f -0000009536 00000 f -0000009537 00000 f -0000009538 00000 f -0000009539 00000 f -0000009540 00000 f -0000009541 00000 f -0000009542 00000 f -0000009543 00000 f -0000009544 00000 f -0000009545 00000 f -0000009546 00000 f -0000009547 00000 f -0000009548 00000 f -0000009549 00000 f -0000009550 00000 f -0000009551 00000 f -0000009552 00000 f -0000009553 00000 f -0000009554 00000 f -0000009555 00000 f -0000009556 00000 f -0000009557 00000 f -0000009558 00000 f -0000009559 00000 f -0000009560 00000 f -0000009561 00000 f -0000009562 00000 f -0000009563 00000 f -0000009564 00000 f -0000009565 00000 f -0000009566 00000 f -0000009567 00000 f -0000009568 00000 f -0000009569 00000 f -0000009570 00000 f -0000009571 00000 f -0000009572 00000 f -0000009573 00000 f -0000009574 00000 f -0000009575 00000 f -0000009576 00000 f -0000009577 00000 f -0000009578 00000 f -0000009579 00000 f -0000009580 00000 f -0000009581 00000 f -0000009582 00000 f -0000009583 00000 f -0000009584 00000 f -0000009585 00000 f -0000009586 00000 f -0000009587 00000 f -0000009588 00000 f -0000009589 00000 f -0000009590 00000 f -0000009591 00000 f -0000009592 00000 f -0000009593 00000 f -0000009594 00000 f -0000009595 00000 f -0000009596 00000 f -0000009597 00000 f -0000009598 00000 f -0000009599 00000 f -0000009600 00000 f -0000009601 00000 f -0000009602 00000 f -0000009603 00000 f -0000009604 00000 f -0000009605 00000 f -0000009606 00000 f -0000009607 00000 f -0000009608 00000 f -0000009609 00000 f -0000009610 00000 f -0000009611 00000 f -0000009612 00000 f -0000009613 00000 f -0000009614 00000 f -0000009615 00000 f -0000009616 00000 f -0000009617 00000 f -0000009618 00000 f -0000009619 00000 f -0000009620 00000 f -0000009621 00000 f -0000009622 00000 f -0000009623 00000 f -0000009624 00000 f -0000009625 00000 f -0000009626 00000 f -0000009627 00000 f -0000009628 00000 f -0000009629 00000 f -0000009630 00000 f -0000009631 00000 f -0000009632 00000 f -0000009633 00000 f -0000009634 00000 f -0000009635 00000 f -0000009636 00000 f -0000009637 00000 f -0000009638 00000 f -0000009639 00000 f -0000009640 00000 f -0000009641 00000 f -0000009642 00000 f -0000009643 00000 f -0000009644 00000 f -0000009645 00000 f -0000009646 00000 f -0000009647 00000 f -0000009648 00000 f -0000009649 00000 f -0000009650 00000 f -0000009651 00000 f -0000009652 00000 f -0000009653 00000 f -0000009654 00000 f -0000009655 00000 f -0000009656 00000 f -0000009657 00000 f -0000009658 00000 f -0000009659 00000 f -0000009660 00000 f -0000009661 00000 f -0000009662 00000 f -0000009663 00000 f -0000009664 00000 f -0000009665 00000 f -0000009666 00000 f -0000009667 00000 f -0000009668 00000 f -0000009669 00000 f -0000009670 00000 f -0000009671 00000 f -0000009672 00000 f -0000009673 00000 f -0000009674 00000 f -0000009675 00000 f -0000009676 00000 f -0000009677 00000 f -0000009678 00000 f -0000009679 00000 f -0000009680 00000 f -0000009681 00000 f -0000009682 00000 f -0000009683 00000 f -0000009684 00000 f -0000009685 00000 f -0000009686 00000 f -0000009687 00000 f -0000009688 00000 f -0000009689 00000 f -0000009690 00000 f -0000009691 00000 f -0000009692 00000 f -0000009693 00000 f -0000009694 00000 f -0000009695 00000 f -0000009696 00000 f -0000009697 00000 f -0000009698 00000 f -0000009699 00000 f -0000009700 00000 f -0000009701 00000 f -0000009702 00000 f -0000009703 00000 f -0000009704 00000 f -0000009705 00000 f -0000009706 00000 f -0000009707 00000 f -0000009708 00000 f -0000009709 00000 f -0000009710 00000 f -0000009711 00000 f -0000009712 00000 f -0000009713 00000 f -0000009714 00000 f -0000009715 00000 f -0000009716 00000 f -0000009717 00000 f -0000009718 00000 f -0000009719 00000 f -0000009720 00000 f -0000009721 00000 f -0000009722 00000 f -0000009723 00000 f -0000009724 00000 f -0000009725 00000 f -0000009726 00000 f -0000009727 00000 f -0000009728 00000 f -0000009729 00000 f -0000009730 00000 f -0000009731 00000 f -0000009732 00000 f -0000009733 00000 f -0000009734 00000 f -0000009735 00000 f -0000009736 00000 f -0000009737 00000 f -0000009738 00000 f -0000009739 00000 f -0000009740 00000 f -0000009741 00000 f -0000009742 00000 f -0000009743 00000 f -0000009744 00000 f -0000009745 00000 f -0000009746 00000 f -0000009747 00000 f -0000009748 00000 f -0000009749 00000 f -0000009750 00000 f -0000009751 00000 f -0000009752 00000 f -0000009753 00000 f -0000009754 00000 f -0000009755 00000 f -0000009756 00000 f -0000009757 00000 f -0000009758 00000 f -0000009759 00000 f -0000009760 00000 f -0000009761 00000 f -0000009762 00000 f -0000009763 00000 f -0000009764 00000 f -0000009765 00000 f -0000009766 00000 f -0000009767 00000 f -0000009768 00000 f -0000009769 00000 f -0000009770 00000 f -0000009771 00000 f -0000009772 00000 f -0000009773 00000 f -0000009774 00000 f -0000009775 00000 f -0000009776 00000 f -0000009777 00000 f -0000009778 00000 f -0000009779 00000 f -0000009780 00000 f -0000009781 00000 f -0000009782 00000 f -0000009783 00000 f -0000009784 00000 f -0000009785 00000 f -0000009786 00000 f -0000009787 00000 f -0000009788 00000 f -0000009789 00000 f -0000009790 00000 f -0000009791 00000 f -0000009792 00000 f -0000009793 00000 f -0000009794 00000 f -0000009795 00000 f -0000009796 00000 f -0000009797 00000 f -0000009798 00000 f -0000009799 00000 f -0000009800 00000 f -0000009801 00000 f -0000009802 00000 f -0000009803 00000 f -0000009804 00000 f -0000009805 00000 f -0000009806 00000 f -0000009807 00000 f -0000009808 00000 f -0000009809 00000 f -0000009810 00000 f -0000009811 00000 f -0000009812 00000 f -0000009813 00000 f -0000009814 00000 f -0000009815 00000 f -0000009816 00000 f -0000009817 00000 f -0000009818 00000 f -0000009819 00000 f -0000009820 00000 f -0000009821 00000 f -0000009822 00000 f -0000009823 00000 f -0000009824 00000 f -0000009825 00000 f -0000009826 00000 f -0000009827 00000 f -0000009828 00000 f -0000009829 00000 f -0000009830 00000 f -0000009831 00000 f -0000009832 00000 f -0000009833 00000 f -0000009834 00000 f -0000009835 00000 f -0000009836 00000 f -0000009837 00000 f -0000009838 00000 f -0000009839 00000 f -0000009840 00000 f -0000009841 00000 f -0000009842 00000 f -0000009843 00000 f -0000009844 00000 f -0000009845 00000 f -0000009846 00000 f -0000009847 00000 f -0000009848 00000 f -0000009849 00000 f -0000009850 00000 f -0000009851 00000 f -0000009852 00000 f -0000009853 00000 f -0000009854 00000 f -0000009855 00000 f -0000009856 00000 f -0000009857 00000 f -0000009858 00000 f -0000009859 00000 f -0000009860 00000 f -0000009861 00000 f -0000009862 00000 f -0000009863 00000 f -0000009864 00000 f -0000009865 00000 f -0000009866 00000 f -0000009867 00000 f -0000009868 00000 f -0000009869 00000 f -0000009870 00000 f -0000009871 00000 f -0000009872 00000 f -0000009873 00000 f -0000009874 00000 f -0000009875 00000 f -0000009876 00000 f -0000009877 00000 f -0000009878 00000 f -0000009879 00000 f -0000009880 00000 f -0000009881 00000 f -0000009882 00000 f -0000009883 00000 f -0000009884 00000 f -0000009885 00000 f -0000009886 00000 f -0000009887 00000 f -0000009888 00000 f -0000009889 00000 f -0000009890 00000 f -0000009891 00000 f -0000009892 00000 f -0000009893 00000 f -0000009894 00000 f -0000009895 00000 f -0000009896 00000 f -0000009897 00000 f -0000009898 00000 f -0000009899 00000 f -0000009900 00000 f -0000009901 00000 f -0000009902 00000 f -0000009903 00000 f -0000009904 00000 f -0000009905 00000 f -0000009906 00000 f -0000009907 00000 f -0000009908 00000 f -0000009909 00000 f -0000009910 00000 f -0000009911 00000 f -0000009912 00000 f -0000009913 00000 f -0000009914 00000 f -0000009915 00000 f -0000009916 00000 f -0000009917 00000 f -0000009918 00000 f -0000009919 00000 f -0000009920 00000 f -0000009921 00000 f -0000009922 00000 f -0000009923 00000 f -0000009924 00000 f -0000009925 00000 f -0000009926 00000 f -0000009927 00000 f -0000009928 00000 f -0000009929 00000 f -0000009930 00000 f -0000009931 00000 f -0000009932 00000 f -0000009933 00000 f -0000009934 00000 f -0000009935 00000 f -0000009936 00000 f -0000009937 00000 f -0000009938 00000 f -0000009939 00000 f -0000009940 00000 f -0000009941 00000 f -0000009942 00000 f -0000009943 00000 f -0000009944 00000 f -0000009945 00000 f -0000009946 00000 f -0000009947 00000 f -0000009948 00000 f -0000009949 00000 f -0000009950 00000 f -0000009951 00000 f -0000009952 00000 f -0000009953 00000 f -0000009954 00000 f -0000009955 00000 f -0000009956 00000 f -0000009957 00000 f -0000009958 00000 f -0000009959 00000 f -0000009960 00000 f -0000009961 00000 f -0000009962 00000 f -0000009963 00000 f -0000009964 00000 f -0000009965 00000 f -0000009966 00000 f -0000009967 00000 f -0000009968 00000 f -0000009969 00000 f -0000009970 00000 f -0000009971 00000 f -0000009972 00000 f -0000009973 00000 f -0000009974 00000 f -0000009975 00000 f -0000009976 00000 f -0000009977 00000 f -0000009978 00000 f -0000009979 00000 f -0000009980 00000 f -0000009981 00000 f -0000009982 00000 f -0000009983 00000 f -0000009984 00000 f -0000009985 00000 f -0000009986 00000 f -0000009987 00000 f -0000009988 00000 f -0000009989 00000 f -0000009990 00000 f -0000009991 00000 f -0000009992 00000 f -0000009993 00000 f -0000009994 00000 f -0000009995 00000 f -0000009996 00000 f -0000009997 00000 f -0000009998 00000 f -0000009999 00000 f -0000010000 00000 f -0000010001 00000 f -0000010002 00000 f -0000010003 00000 f -0000010004 00000 f -0000010005 00000 f -0000010006 00000 f -0000010007 00000 f -0000010008 00000 f -0000010009 00000 f -0000010010 00000 f -0000010011 00000 f -0000010012 00000 f -0000010013 00000 f -0000010014 00000 f -0000010015 00000 f -0000010016 00000 f -0000010017 00000 f -0000010018 00000 f -0000010019 00000 f -0000010020 00000 f -0000010021 00000 f -0000010022 00000 f -0000010023 00000 f -0000010024 00000 f -0000010025 00000 f -0000010026 00000 f -0000010027 00000 f -0000010028 00000 f -0000010029 00000 f -0000010030 00000 f -0000010031 00000 f -0000010032 00000 f -0000010033 00000 f -0000010034 00000 f -0000010035 00000 f -0000010036 00000 f -0000010037 00000 f -0000010038 00000 f -0000010039 00000 f -0000010040 00000 f -0000010041 00000 f -0000010042 00000 f -0000010043 00000 f -0000010044 00000 f -0000010045 00000 f -0000010046 00000 f -0000010047 00000 f -0000010048 00000 f -0000010049 00000 f -0000010050 00000 f -0000010051 00000 f -0000010052 00000 f -0000010053 00000 f -0000010054 00000 f -0000010055 00000 f -0000010056 00000 f -0000010057 00000 f -0000010058 00000 f -0000010059 00000 f -0000010060 00000 f -0000010061 00000 f -0000010062 00000 f -0000010063 00000 f -0000010064 00000 f -0000010065 00000 f -0000010066 00000 f -0000010067 00000 f -0000010068 00000 f -0000010069 00000 f -0000010070 00000 f -0000010071 00000 f -0000010072 00000 f -0000010073 00000 f -0000010074 00000 f -0000010075 00000 f -0000010076 00000 f -0000010077 00000 f -0000010078 00000 f -0000010079 00000 f -0000010080 00000 f -0000010081 00000 f -0000010082 00000 f -0000010083 00000 f -0000010084 00000 f -0000010085 00000 f -0000010086 00000 f -0000010087 00000 f -0000010088 00000 f -0000010089 00000 f -0000010090 00000 f -0000010091 00000 f -0000010092 00000 f -0000010093 00000 f -0000010094 00000 f -0000010095 00000 f -0000010096 00000 f -0000010097 00000 f -0000010098 00000 f -0000010099 00000 f -0000010100 00000 f -0000010101 00000 f -0000010102 00000 f -0000010103 00000 f -0000010104 00000 f -0000010105 00000 f -0000010106 00000 f -0000010107 00000 f -0000010108 00000 f -0000010109 00000 f -0000010110 00000 f -0000010111 00000 f -0000010112 00000 f -0000010113 00000 f -0000010114 00000 f -0000010115 00000 f -0000010116 00000 f -0000010117 00000 f -0000010118 00000 f -0000010119 00000 f -0000010120 00000 f -0000010121 00000 f -0000010122 00000 f -0000010123 00000 f -0000010124 00000 f -0000010125 00000 f -0000010126 00000 f -0000010127 00000 f -0000010128 00000 f -0000010129 00000 f -0000010130 00000 f -0000010131 00000 f -0000010132 00000 f -0000010133 00000 f -0000010134 00000 f -0000010135 00000 f -0000010136 00000 f -0000010137 00000 f -0000010138 00000 f -0000010139 00000 f -0000010140 00000 f -0000010141 00000 f -0000010142 00000 f -0000010143 00000 f -0000010144 00000 f -0000010145 00000 f -0000010146 00000 f -0000010147 00000 f -0000010148 00000 f -0000010149 00000 f -0000010150 00000 f -0000010151 00000 f -0000010152 00000 f -0000010153 00000 f -0000010154 00000 f -0000010155 00000 f -0000010156 00000 f -0000010157 00000 f -0000010158 00000 f -0000010159 00000 f -0000010160 00000 f -0000010161 00000 f -0000010162 00000 f -0000010163 00000 f -0000010164 00000 f -0000010165 00000 f -0000010166 00000 f -0000010167 00000 f -0000010168 00000 f -0000010169 00000 f -0000010170 00000 f -0000010171 00000 f -0000010172 00000 f -0000010173 00000 f -0000010174 00000 f -0000010175 00000 f -0000010176 00000 f -0000010177 00000 f -0000010178 00000 f -0000010179 00000 f -0000010180 00000 f -0000010181 00000 f -0000010182 00000 f -0000010183 00000 f -0000010184 00000 f -0000010185 00000 f -0000010186 00000 f -0000010187 00000 f -0000010188 00000 f -0000010189 00000 f -0000010190 00000 f -0000010191 00000 f -0000010192 00000 f -0000010193 00000 f -0000010194 00000 f -0000010195 00000 f -0000010196 00000 f -0000010197 00000 f -0000010198 00000 f -0000010199 00000 f -0000010200 00000 f -0000010201 00000 f -0000010202 00000 f -0000010203 00000 f -0000010204 00000 f -0000010205 00000 f -0000010206 00000 f -0000010207 00000 f -0000010208 00000 f -0000010209 00000 f -0000010210 00000 f -0000010211 00000 f -0000010212 00000 f -0000010213 00000 f -0000010214 00000 f -0000010215 00000 f -0000010216 00000 f -0000010217 00000 f -0000010218 00000 f -0000010219 00000 f -0000010220 00000 f -0000010221 00000 f -0000010222 00000 f -0000010223 00000 f -0000010224 00000 f -0000010225 00000 f -0000010226 00000 f -0000010227 00000 f -0000010228 00000 f -0000010229 00000 f -0000010230 00000 f -0000010231 00000 f -0000010232 00000 f -0000010233 00000 f -0000010234 00000 f -0000010235 00000 f -0000010236 00000 f -0000010237 00000 f -0000010238 00000 f -0000010239 00000 f -0000010240 00000 f -0000010241 00000 f -0000010242 00000 f -0000010243 00000 f -0000010244 00000 f -0000010245 00000 f -0000010246 00000 f -0000010247 00000 f -0000010248 00000 f -0000010249 00000 f -0000010250 00000 f -0000010251 00000 f -0000010252 00000 f -0000010253 00000 f -0000010254 00000 f -0000010255 00000 f -0000010256 00000 f -0000010257 00000 f -0000010258 00000 f -0000010259 00000 f -0000010260 00000 f -0000010261 00000 f -0000010262 00000 f -0000010263 00000 f -0000010264 00000 f -0000010265 00000 f -0000010266 00000 f -0000010267 00000 f -0000010268 00000 f -0000010269 00000 f -0000010270 00000 f -0000010271 00000 f -0000010272 00000 f -0000010273 00000 f -0000010274 00000 f -0000010275 00000 f -0000010276 00000 f -0000010277 00000 f -0000010278 00000 f -0000010279 00000 f -0000010280 00000 f -0000010281 00000 f -0000010282 00000 f -0000010283 00000 f -0000010284 00000 f -0000010285 00000 f -0000010286 00000 f -0000010287 00000 f -0000010288 00000 f -0000010289 00000 f -0000010290 00000 f -0000010291 00000 f -0000010292 00000 f -0000010293 00000 f -0000010294 00000 f -0000010295 00000 f -0000010296 00000 f -0000010303 00000 f -0000755702 00000 n -0000755736 00000 n -0000755580 00000 n -0000755614 00000 n -0000755458 00000 n -0000755492 00000 n -0000010304 00000 f -0000010305 00000 f -0000010306 00000 f -0000010307 00000 f -0000010308 00000 f -0000010309 00000 f -0000010310 00000 f -0000011339 00000 f -0000754840 00000 n -0000754922 00000 n -0000755005 00000 n -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000755336 00000 n -0000755370 00000 n -0000755214 00000 n -0000755248 00000 n -0000755092 00000 n -0000755126 00000 n -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000492036 00000 n -0000492118 00000 n -0000492201 00000 n -0000757264 00000 n -0000038742 00000 n -0000168991 00000 n -0000493148 00000 n -0000492654 00000 n -0000492780 00000 n -0000424930 00000 n -0000492906 00000 n -0000493022 00000 n -0000170197 00000 n -0000170425 00000 n -0000170653 00000 n -0000170884 00000 n -0000171112 00000 n -0000171420 00000 n -0000171717 00000 n -0000174565 00000 n -0000175083 00000 n -0000175541 00000 n -0000175946 00000 n -0000176348 00000 n -0000176612 00000 n -0000177043 00000 n -0000177797 00000 n -0000178025 00000 n -0000178417 00000 n -0000178904 00000 n -0000179393 00000 n -0000179622 00000 n -0000179878 00000 n -0000180283 00000 n -0000180513 00000 n -0000180744 00000 n -0000180975 00000 n -0000181206 00000 n -0000181437 00000 n -0000181668 00000 n -0000181899 00000 n -0000182130 00000 n -0000182361 00000 n -0000182592 00000 n -0000182823 00000 n -0000183054 00000 n -0000183285 00000 n -0000183516 00000 n -0000183747 00000 n -0000183978 00000 n -0000184209 00000 n -0000184440 00000 n -0000184671 00000 n -0000184902 00000 n -0000185130 00000 n -0000185358 00000 n -0000185588 00000 n -0000185819 00000 n -0000186050 00000 n -0000186281 00000 n -0000186512 00000 n -0000186743 00000 n -0000186974 00000 n -0000187205 00000 n -0000187436 00000 n -0000187667 00000 n -0000187898 00000 n -0000188129 00000 n -0000188360 00000 n -0000188591 00000 n -0000188822 00000 n -0000189053 00000 n -0000189284 00000 n -0000189515 00000 n -0000189746 00000 n -0000189977 00000 n -0000190205 00000 n -0000190433 00000 n -0000190663 00000 n -0000190894 00000 n -0000191125 00000 n -0000191356 00000 n -0000191587 00000 n -0000191818 00000 n -0000192049 00000 n -0000192280 00000 n -0000192511 00000 n -0000192742 00000 n -0000192973 00000 n -0000193204 00000 n -0000193435 00000 n -0000193666 00000 n -0000193897 00000 n -0000194128 00000 n -0000194359 00000 n -0000194590 00000 n -0000194821 00000 n -0000195052 00000 n -0000195280 00000 n -0000195508 00000 n -0000195738 00000 n -0000195969 00000 n -0000196200 00000 n -0000196431 00000 n -0000196662 00000 n -0000196893 00000 n -0000197124 00000 n -0000197355 00000 n -0000197586 00000 n -0000197817 00000 n -0000198048 00000 n -0000198279 00000 n -0000198510 00000 n -0000198741 00000 n -0000198972 00000 n -0000199203 00000 n -0000199434 00000 n -0000199665 00000 n -0000199896 00000 n -0000200127 00000 n -0000200355 00000 n -0000200583 00000 n -0000200813 00000 n -0000201044 00000 n -0000201275 00000 n -0000201506 00000 n -0000201737 00000 n -0000201968 00000 n -0000202199 00000 n -0000202430 00000 n -0000202661 00000 n -0000202892 00000 n -0000203123 00000 n -0000203354 00000 n -0000203585 00000 n -0000203816 00000 n -0000204047 00000 n -0000204278 00000 n -0000204509 00000 n -0000204740 00000 n -0000204971 00000 n -0000205201 00000 n -0000205429 00000 n -0000205657 00000 n -0000205885 00000 n -0000206115 00000 n -0000206346 00000 n -0000206577 00000 n -0000206808 00000 n -0000207039 00000 n -0000207270 00000 n -0000207501 00000 n -0000207732 00000 n -0000207960 00000 n -0000208191 00000 n -0000208422 00000 n -0000208653 00000 n -0000208884 00000 n -0000209115 00000 n -0000209346 00000 n -0000209577 00000 n -0000209808 00000 n -0000210039 00000 n -0000210270 00000 n -0000210500 00000 n -0000210727 00000 n -0000210954 00000 n -0000211183 00000 n -0000211413 00000 n -0000211643 00000 n -0000211873 00000 n -0000212103 00000 n -0000212333 00000 n -0000212563 00000 n -0000212793 00000 n -0000213024 00000 n -0000213254 00000 n -0000213484 00000 n -0000213714 00000 n -0000213944 00000 n -0000214174 00000 n -0000214404 00000 n -0000214634 00000 n -0000214864 00000 n -0000215094 00000 n -0000215324 00000 n -0000215555 00000 n -0000215782 00000 n -0000216009 00000 n -0000216238 00000 n -0000216468 00000 n -0000216698 00000 n -0000216928 00000 n -0000217158 00000 n -0000217388 00000 n -0000217618 00000 n -0000217848 00000 n -0000218079 00000 n -0000218309 00000 n -0000218539 00000 n -0000218769 00000 n -0000218999 00000 n -0000219229 00000 n -0000219459 00000 n -0000219689 00000 n -0000219919 00000 n -0000220149 00000 n -0000220379 00000 n -0000220610 00000 n -0000220837 00000 n -0000221064 00000 n -0000221293 00000 n -0000221523 00000 n -0000221753 00000 n -0000221983 00000 n -0000222213 00000 n -0000222443 00000 n -0000222673 00000 n -0000222903 00000 n -0000223134 00000 n -0000223364 00000 n -0000223594 00000 n -0000223824 00000 n -0000224054 00000 n -0000224284 00000 n -0000224514 00000 n -0000224744 00000 n -0000224974 00000 n -0000225204 00000 n -0000225434 00000 n -0000225665 00000 n -0000225892 00000 n -0000226119 00000 n -0000226348 00000 n -0000226578 00000 n -0000226808 00000 n -0000227038 00000 n -0000227268 00000 n -0000227498 00000 n -0000227728 00000 n -0000227958 00000 n -0000228189 00000 n -0000228419 00000 n -0000228649 00000 n -0000228879 00000 n -0000229109 00000 n -0000229339 00000 n -0000229569 00000 n -0000229799 00000 n -0000230029 00000 n -0000230259 00000 n -0000230489 00000 n -0000230720 00000 n -0000230951 00000 n -0000231178 00000 n -0000231405 00000 n -0000231634 00000 n -0000231864 00000 n -0000232094 00000 n -0000232324 00000 n -0000232554 00000 n -0000232784 00000 n -0000233014 00000 n -0000233244 00000 n -0000233475 00000 n -0000233705 00000 n -0000233935 00000 n -0000234165 00000 n -0000234395 00000 n -0000234625 00000 n -0000234855 00000 n -0000235085 00000 n -0000235315 00000 n -0000235545 00000 n -0000235775 00000 n -0000236006 00000 n -0000236233 00000 n -0000236460 00000 n -0000236689 00000 n -0000236919 00000 n -0000237149 00000 n -0000237379 00000 n -0000237609 00000 n -0000237839 00000 n -0000238069 00000 n -0000238299 00000 n -0000238530 00000 n -0000238760 00000 n -0000238990 00000 n -0000239220 00000 n -0000239450 00000 n -0000239680 00000 n -0000239910 00000 n -0000240140 00000 n -0000240370 00000 n -0000240600 00000 n -0000240830 00000 n -0000241061 00000 n -0000241288 00000 n -0000241515 00000 n -0000241744 00000 n -0000241974 00000 n -0000242204 00000 n -0000242434 00000 n -0000242664 00000 n -0000242894 00000 n -0000243124 00000 n -0000243354 00000 n -0000243585 00000 n -0000243815 00000 n -0000244045 00000 n -0000244275 00000 n -0000244505 00000 n -0000244735 00000 n -0000244965 00000 n -0000245195 00000 n -0000245425 00000 n -0000245655 00000 n -0000245885 00000 n -0000246116 00000 n -0000246343 00000 n -0000246570 00000 n -0000246799 00000 n -0000247029 00000 n -0000247259 00000 n -0000247489 00000 n -0000247719 00000 n -0000247949 00000 n -0000248179 00000 n -0000248409 00000 n -0000248640 00000 n -0000248870 00000 n -0000249100 00000 n -0000249330 00000 n -0000249560 00000 n -0000249790 00000 n -0000250020 00000 n -0000250250 00000 n -0000250480 00000 n -0000250710 00000 n -0000250940 00000 n -0000251171 00000 n -0000251398 00000 n -0000251625 00000 n -0000251854 00000 n -0000252084 00000 n -0000252314 00000 n -0000252544 00000 n -0000252774 00000 n -0000253004 00000 n -0000253234 00000 n -0000253464 00000 n -0000253695 00000 n -0000253925 00000 n -0000254155 00000 n -0000254385 00000 n -0000254615 00000 n -0000254845 00000 n -0000255075 00000 n -0000255305 00000 n -0000255535 00000 n -0000255765 00000 n -0000255995 00000 n -0000256226 00000 n -0000256454 00000 n -0000256681 00000 n -0000256908 00000 n -0000257137 00000 n -0000257367 00000 n -0000257597 00000 n -0000257827 00000 n -0000258057 00000 n -0000258287 00000 n -0000258517 00000 n -0000258747 00000 n -0000258975 00000 n -0000259205 00000 n -0000259435 00000 n -0000259665 00000 n -0000259895 00000 n -0000260125 00000 n -0000260355 00000 n -0000260585 00000 n -0000260815 00000 n -0000261045 00000 n -0000261275 00000 n -0000261505 00000 n -0000261732 00000 n -0000261959 00000 n -0000262188 00000 n -0000262418 00000 n -0000262648 00000 n -0000262878 00000 n -0000263108 00000 n -0000263338 00000 n -0000263568 00000 n -0000263798 00000 n -0000264029 00000 n -0000264259 00000 n -0000264489 00000 n -0000264719 00000 n -0000264949 00000 n -0000265179 00000 n -0000265409 00000 n -0000265639 00000 n -0000265869 00000 n -0000266099 00000 n -0000266329 00000 n -0000266560 00000 n -0000266787 00000 n -0000267014 00000 n -0000267243 00000 n -0000267473 00000 n -0000267703 00000 n -0000267933 00000 n -0000268163 00000 n -0000268393 00000 n -0000268623 00000 n -0000268853 00000 n -0000269084 00000 n -0000269314 00000 n -0000269544 00000 n -0000269774 00000 n -0000270004 00000 n -0000270234 00000 n -0000270464 00000 n -0000270694 00000 n -0000270924 00000 n -0000271154 00000 n -0000271384 00000 n -0000271615 00000 n -0000271842 00000 n -0000272069 00000 n -0000272298 00000 n -0000272528 00000 n -0000272758 00000 n -0000272988 00000 n -0000273218 00000 n -0000273448 00000 n -0000273678 00000 n -0000273908 00000 n -0000274139 00000 n -0000274369 00000 n -0000274599 00000 n -0000274829 00000 n -0000275059 00000 n -0000275289 00000 n -0000275519 00000 n -0000275749 00000 n -0000275979 00000 n -0000276209 00000 n -0000276439 00000 n -0000276670 00000 n -0000276897 00000 n -0000277124 00000 n -0000277353 00000 n -0000277583 00000 n -0000277813 00000 n -0000278043 00000 n -0000278273 00000 n -0000278503 00000 n -0000278733 00000 n -0000278963 00000 n -0000279194 00000 n -0000279424 00000 n -0000279654 00000 n -0000279884 00000 n -0000280114 00000 n -0000280344 00000 n -0000280574 00000 n -0000280804 00000 n -0000281034 00000 n -0000281264 00000 n -0000281494 00000 n -0000281725 00000 n -0000281956 00000 n -0000282183 00000 n -0000282410 00000 n -0000282639 00000 n -0000282869 00000 n -0000283099 00000 n -0000283329 00000 n -0000283559 00000 n -0000283789 00000 n -0000284019 00000 n -0000284249 00000 n -0000284480 00000 n -0000284710 00000 n -0000284940 00000 n -0000285170 00000 n -0000285400 00000 n -0000285630 00000 n -0000285860 00000 n -0000286090 00000 n -0000286320 00000 n -0000286550 00000 n -0000286780 00000 n -0000287011 00000 n -0000287238 00000 n -0000287465 00000 n -0000287694 00000 n -0000287924 00000 n -0000288154 00000 n -0000288384 00000 n -0000288614 00000 n -0000288844 00000 n -0000289074 00000 n -0000289304 00000 n -0000289535 00000 n -0000289765 00000 n -0000289995 00000 n -0000290225 00000 n -0000290455 00000 n -0000290685 00000 n -0000290915 00000 n -0000291145 00000 n -0000291375 00000 n -0000291605 00000 n -0000291835 00000 n -0000292066 00000 n -0000292293 00000 n -0000292520 00000 n -0000292749 00000 n -0000292979 00000 n -0000293209 00000 n -0000293439 00000 n -0000293669 00000 n -0000293899 00000 n -0000294129 00000 n -0000294359 00000 n -0000294590 00000 n -0000294820 00000 n -0000295050 00000 n -0000295280 00000 n -0000295510 00000 n -0000295740 00000 n -0000295970 00000 n -0000296200 00000 n -0000296430 00000 n -0000296660 00000 n -0000296890 00000 n -0000297121 00000 n -0000297348 00000 n -0000297575 00000 n -0000297804 00000 n -0000298034 00000 n -0000298264 00000 n -0000298494 00000 n -0000298724 00000 n -0000298954 00000 n -0000299184 00000 n -0000299414 00000 n -0000299645 00000 n -0000299875 00000 n -0000300105 00000 n -0000300335 00000 n -0000300565 00000 n -0000300795 00000 n -0000301025 00000 n -0000301255 00000 n -0000301485 00000 n -0000301715 00000 n -0000301945 00000 n -0000302176 00000 n -0000302402 00000 n -0000302629 00000 n -0000302857 00000 n -0000303087 00000 n -0000303316 00000 n -0000303546 00000 n -0000303775 00000 n -0000304005 00000 n -0000304234 00000 n -0000304464 00000 n -0000304695 00000 n -0000304924 00000 n -0000305154 00000 n -0000305383 00000 n -0000305613 00000 n -0000305842 00000 n -0000306072 00000 n -0000306301 00000 n -0000306531 00000 n -0000306760 00000 n -0000306990 00000 n -0000307221 00000 n -0000307449 00000 n -0000307675 00000 n -0000307901 00000 n -0000308129 00000 n -0000308358 00000 n -0000308587 00000 n -0000308816 00000 n -0000309045 00000 n -0000309274 00000 n -0000309503 00000 n -0000309732 00000 n -0000309960 00000 n -0000310189 00000 n -0000310418 00000 n -0000310647 00000 n -0000310876 00000 n -0000311105 00000 n -0000311334 00000 n -0000311563 00000 n -0000311792 00000 n -0000312021 00000 n -0000312250 00000 n -0000312480 00000 n -0000312708 00000 n -0000312936 00000 n -0000313166 00000 n -0000313397 00000 n -0000313628 00000 n -0000313859 00000 n -0000314090 00000 n -0000314321 00000 n -0000314552 00000 n -0000314783 00000 n -0000315014 00000 n -0000315245 00000 n -0000315476 00000 n -0000315707 00000 n -0000315938 00000 n -0000316169 00000 n -0000316400 00000 n -0000316631 00000 n -0000316862 00000 n -0000317093 00000 n -0000317324 00000 n -0000317555 00000 n -0000317783 00000 n -0000318011 00000 n -0000318241 00000 n -0000318472 00000 n -0000318703 00000 n -0000318934 00000 n -0000319165 00000 n -0000319396 00000 n -0000319627 00000 n -0000319858 00000 n -0000320089 00000 n -0000320320 00000 n -0000320551 00000 n -0000320782 00000 n -0000321013 00000 n -0000321244 00000 n -0000321475 00000 n -0000321706 00000 n -0000321937 00000 n -0000322168 00000 n -0000322399 00000 n -0000322630 00000 n -0000322858 00000 n -0000323086 00000 n -0000323316 00000 n -0000323547 00000 n -0000323778 00000 n -0000324009 00000 n -0000324240 00000 n -0000324471 00000 n -0000324702 00000 n -0000324933 00000 n -0000325164 00000 n -0000325395 00000 n -0000325626 00000 n -0000325857 00000 n -0000326088 00000 n -0000326319 00000 n -0000326550 00000 n -0000326781 00000 n -0000327012 00000 n -0000327243 00000 n -0000327474 00000 n -0000327705 00000 n -0000327933 00000 n -0000328161 00000 n -0000328391 00000 n -0000328622 00000 n -0000328853 00000 n -0000329084 00000 n -0000329315 00000 n -0000329546 00000 n -0000329777 00000 n -0000330008 00000 n -0000330239 00000 n -0000330470 00000 n -0000330701 00000 n -0000330932 00000 n -0000331163 00000 n -0000331394 00000 n -0000331625 00000 n -0000331856 00000 n -0000332087 00000 n -0000332318 00000 n -0000332549 00000 n -0000332780 00000 n -0000333011 00000 n -0000333239 00000 n -0000333467 00000 n -0000333697 00000 n -0000333928 00000 n -0000334159 00000 n -0000334390 00000 n -0000334621 00000 n -0000334852 00000 n -0000335083 00000 n -0000335314 00000 n -0000335545 00000 n -0000335776 00000 n -0000336007 00000 n -0000336238 00000 n -0000336469 00000 n -0000336700 00000 n -0000336931 00000 n -0000337162 00000 n -0000337393 00000 n -0000337624 00000 n -0000337855 00000 n -0000338086 00000 n -0000338314 00000 n -0000338542 00000 n -0000338772 00000 n -0000339003 00000 n -0000339234 00000 n -0000339465 00000 n -0000339696 00000 n -0000339927 00000 n -0000340158 00000 n -0000340389 00000 n -0000340620 00000 n -0000340851 00000 n -0000341082 00000 n -0000341313 00000 n -0000341544 00000 n -0000341775 00000 n -0000342006 00000 n -0000342237 00000 n -0000342468 00000 n -0000342699 00000 n -0000342930 00000 n -0000343161 00000 n -0000343389 00000 n -0000343617 00000 n -0000343847 00000 n -0000344078 00000 n -0000344309 00000 n -0000344540 00000 n -0000344771 00000 n -0000345002 00000 n -0000345233 00000 n -0000345464 00000 n -0000345695 00000 n -0000345926 00000 n -0000346157 00000 n -0000346388 00000 n -0000346619 00000 n -0000346850 00000 n -0000347081 00000 n -0000347312 00000 n -0000347543 00000 n -0000347774 00000 n -0000348005 00000 n -0000348236 00000 n -0000348464 00000 n -0000348692 00000 n -0000348922 00000 n -0000349153 00000 n -0000349384 00000 n -0000349615 00000 n -0000349846 00000 n -0000350077 00000 n -0000350308 00000 n -0000350539 00000 n -0000350770 00000 n -0000351001 00000 n -0000351232 00000 n -0000351463 00000 n -0000351694 00000 n -0000351925 00000 n -0000352156 00000 n -0000352387 00000 n -0000352618 00000 n -0000352849 00000 n -0000353080 00000 n -0000353311 00000 n -0000353539 00000 n -0000353767 00000 n -0000353997 00000 n -0000354228 00000 n -0000354459 00000 n -0000354690 00000 n -0000354921 00000 n -0000355152 00000 n -0000355383 00000 n -0000355614 00000 n -0000355845 00000 n -0000356076 00000 n -0000356307 00000 n -0000356538 00000 n -0000356769 00000 n -0000357000 00000 n -0000357231 00000 n -0000357462 00000 n -0000357693 00000 n -0000357924 00000 n -0000358155 00000 n -0000358386 00000 n -0000358614 00000 n -0000358842 00000 n -0000359070 00000 n -0000359300 00000 n -0000359531 00000 n -0000359762 00000 n -0000359993 00000 n -0000360224 00000 n -0000360455 00000 n -0000360686 00000 n -0000360917 00000 n -0000361145 00000 n -0000361376 00000 n -0000361607 00000 n -0000361838 00000 n -0000362069 00000 n -0000362300 00000 n -0000362531 00000 n -0000362762 00000 n -0000362993 00000 n -0000363224 00000 n -0000363455 00000 n -0000363685 00000 n -0000363913 00000 n -0000364141 00000 n -0000364371 00000 n -0000364602 00000 n -0000364833 00000 n -0000365064 00000 n -0000365295 00000 n -0000365526 00000 n -0000365757 00000 n -0000365988 00000 n -0000366219 00000 n -0000366450 00000 n -0000366681 00000 n -0000366912 00000 n -0000367143 00000 n -0000367374 00000 n -0000367605 00000 n -0000367836 00000 n -0000368067 00000 n -0000368298 00000 n -0000368529 00000 n -0000368760 00000 n -0000368988 00000 n -0000369216 00000 n -0000369446 00000 n -0000369677 00000 n -0000369908 00000 n -0000370139 00000 n -0000370370 00000 n -0000370601 00000 n -0000370832 00000 n -0000371063 00000 n -0000371294 00000 n -0000371525 00000 n -0000371756 00000 n -0000371987 00000 n -0000372218 00000 n -0000372449 00000 n -0000372680 00000 n -0000372911 00000 n -0000373142 00000 n -0000373373 00000 n -0000373604 00000 n -0000373835 00000 n -0000374063 00000 n -0000374291 00000 n -0000374521 00000 n -0000374752 00000 n -0000374983 00000 n -0000375214 00000 n -0000375445 00000 n -0000375676 00000 n -0000375907 00000 n -0000376138 00000 n -0000376369 00000 n -0000376600 00000 n -0000376831 00000 n -0000377062 00000 n -0000377293 00000 n -0000377524 00000 n -0000377755 00000 n -0000377986 00000 n -0000378217 00000 n -0000378448 00000 n -0000378679 00000 n -0000378910 00000 n -0000379138 00000 n -0000379366 00000 n -0000379596 00000 n -0000379827 00000 n -0000380058 00000 n -0000380289 00000 n -0000380520 00000 n -0000380751 00000 n -0000380982 00000 n -0000381213 00000 n -0000381444 00000 n -0000381675 00000 n -0000381906 00000 n -0000382137 00000 n -0000382368 00000 n -0000382599 00000 n -0000382830 00000 n -0000383061 00000 n -0000383292 00000 n -0000383523 00000 n -0000383754 00000 n -0000383985 00000 n -0000384216 00000 n -0000384444 00000 n -0000384672 00000 n -0000384902 00000 n -0000385133 00000 n -0000385364 00000 n -0000385595 00000 n -0000385826 00000 n -0000386057 00000 n -0000386288 00000 n -0000386519 00000 n -0000386750 00000 n -0000386981 00000 n -0000387212 00000 n -0000387443 00000 n -0000387674 00000 n -0000387905 00000 n -0000388136 00000 n -0000388367 00000 n -0000388598 00000 n -0000388829 00000 n -0000389060 00000 n -0000389291 00000 n -0000389519 00000 n -0000389747 00000 n -0000389977 00000 n -0000390208 00000 n -0000390439 00000 n -0000390670 00000 n -0000390901 00000 n -0000391132 00000 n -0000391363 00000 n -0000391594 00000 n -0000391825 00000 n -0000392056 00000 n -0000392287 00000 n -0000392518 00000 n -0000392749 00000 n -0000392980 00000 n -0000393211 00000 n -0000393442 00000 n -0000393673 00000 n -0000393904 00000 n -0000394135 00000 n -0000394366 00000 n -0000394594 00000 n -0000394823 00000 n -0000395220 00000 n -0000395601 00000 n -0000395945 00000 n -0000396286 00000 n -0000396573 00000 n -0000396852 00000 n -0000397081 00000 n -0000397310 00000 n -0000397541 00000 n -0000398095 00000 n -0000398522 00000 n -0000399518 00000 n -0000400686 00000 n -0000400915 00000 n -0000401280 00000 n -0000401768 00000 n -0000402516 00000 n -0000403005 00000 n -0000403572 00000 n -0000403803 00000 n -0000404398 00000 n -0000404628 00000 n -0000404856 00000 n -0000405084 00000 n -0000405760 00000 n -0000406097 00000 n -0000406467 00000 n -0000406828 00000 n -0000407163 00000 n -0000407392 00000 n -0000407623 00000 n -0000408135 00000 n -0000408735 00000 n -0000408964 00000 n -0000410024 00000 n -0000410686 00000 n -0000410916 00000 n -0000411197 00000 n -0000411427 00000 n -0000411654 00000 n -0000411996 00000 n -0000412227 00000 n -0000413020 00000 n -0000413250 00000 n -0000413755 00000 n -0000414197 00000 n -0000416266 00000 n -0000416596 00000 n -0000417158 00000 n -0000417388 00000 n -0000417720 00000 n -0000418217 00000 n -0000418448 00000 n -0000419105 00000 n -0000419575 00000 n -0000420428 00000 n -0000420986 00000 n -0000421391 00000 n -0000421931 00000 n -0000422623 00000 n -0000423107 00000 n -0000424421 00000 n -0000169059 00000 n -0000169627 00000 n -0000169681 00000 n -0000491970 00000 n -0000491904 00000 n -0000491838 00000 n -0000491772 00000 n -0000491706 00000 n -0000491640 00000 n -0000491574 00000 n -0000491508 00000 n -0000491442 00000 n -0000491376 00000 n -0000491310 00000 n -0000491244 00000 n -0000491178 00000 n -0000491112 00000 n -0000491046 00000 n -0000490980 00000 n -0000490914 00000 n -0000490848 00000 n -0000490782 00000 n -0000490716 00000 n -0000490650 00000 n -0000490584 00000 n -0000490518 00000 n -0000490452 00000 n -0000490386 00000 n -0000490320 00000 n -0000490254 00000 n -0000490188 00000 n -0000490122 00000 n -0000490056 00000 n -0000489990 00000 n -0000489924 00000 n -0000489858 00000 n -0000489792 00000 n -0000489726 00000 n -0000489660 00000 n -0000489594 00000 n -0000489528 00000 n -0000489462 00000 n -0000489396 00000 n -0000489330 00000 n -0000489264 00000 n -0000489198 00000 n -0000489132 00000 n -0000489066 00000 n -0000489000 00000 n -0000488934 00000 n -0000488868 00000 n -0000488802 00000 n -0000488736 00000 n -0000488670 00000 n -0000488604 00000 n -0000488538 00000 n -0000488472 00000 n -0000488406 00000 n -0000488340 00000 n -0000488274 00000 n -0000488208 00000 n -0000488142 00000 n -0000488076 00000 n -0000488010 00000 n -0000487944 00000 n -0000487878 00000 n -0000487812 00000 n -0000487746 00000 n -0000487680 00000 n -0000487614 00000 n -0000487548 00000 n -0000487482 00000 n -0000487416 00000 n -0000487350 00000 n -0000487284 00000 n -0000487218 00000 n -0000487152 00000 n -0000487086 00000 n -0000487020 00000 n -0000486954 00000 n -0000486888 00000 n -0000486822 00000 n -0000486756 00000 n -0000486690 00000 n -0000486624 00000 n -0000486558 00000 n -0000486492 00000 n -0000486426 00000 n -0000486360 00000 n -0000486294 00000 n -0000486228 00000 n -0000486162 00000 n -0000486096 00000 n -0000486030 00000 n -0000485964 00000 n -0000485898 00000 n -0000485832 00000 n -0000485766 00000 n -0000485700 00000 n -0000485634 00000 n -0000485568 00000 n -0000485502 00000 n -0000485436 00000 n -0000485370 00000 n -0000485304 00000 n -0000485238 00000 n -0000485172 00000 n -0000485106 00000 n -0000485040 00000 n -0000484974 00000 n -0000484908 00000 n -0000484842 00000 n -0000484776 00000 n -0000484710 00000 n -0000484644 00000 n -0000484578 00000 n -0000484512 00000 n -0000484446 00000 n -0000484380 00000 n -0000484314 00000 n -0000484248 00000 n -0000484182 00000 n -0000484116 00000 n -0000484050 00000 n -0000483984 00000 n -0000483918 00000 n -0000483852 00000 n -0000483786 00000 n -0000483720 00000 n -0000483654 00000 n -0000483588 00000 n -0000483522 00000 n -0000483456 00000 n -0000483390 00000 n -0000483324 00000 n -0000483258 00000 n -0000483192 00000 n -0000483126 00000 n -0000483060 00000 n -0000482994 00000 n -0000482928 00000 n -0000482862 00000 n -0000482796 00000 n -0000482730 00000 n -0000482664 00000 n -0000482598 00000 n -0000482532 00000 n -0000482466 00000 n -0000482400 00000 n -0000482334 00000 n -0000482268 00000 n -0000482202 00000 n -0000482136 00000 n -0000482070 00000 n -0000482004 00000 n -0000481938 00000 n -0000481872 00000 n -0000481806 00000 n -0000481740 00000 n -0000481674 00000 n -0000481608 00000 n -0000481542 00000 n -0000481476 00000 n -0000481410 00000 n -0000481344 00000 n -0000481278 00000 n -0000481212 00000 n -0000481146 00000 n -0000481080 00000 n -0000481014 00000 n -0000480948 00000 n -0000480882 00000 n -0000480816 00000 n -0000480750 00000 n -0000480684 00000 n -0000480618 00000 n -0000480552 00000 n -0000480486 00000 n -0000480420 00000 n -0000480354 00000 n -0000480288 00000 n -0000480222 00000 n -0000480156 00000 n -0000480090 00000 n -0000480024 00000 n -0000479958 00000 n -0000479892 00000 n -0000479826 00000 n -0000479760 00000 n -0000479694 00000 n -0000479628 00000 n -0000479562 00000 n -0000479496 00000 n -0000479430 00000 n -0000479364 00000 n -0000479298 00000 n -0000479232 00000 n -0000479166 00000 n -0000479100 00000 n -0000479034 00000 n -0000478968 00000 n -0000478902 00000 n -0000478836 00000 n -0000478770 00000 n -0000478704 00000 n -0000478638 00000 n -0000478572 00000 n -0000478506 00000 n -0000478440 00000 n -0000478374 00000 n -0000478308 00000 n -0000478242 00000 n -0000478176 00000 n -0000478110 00000 n -0000478044 00000 n -0000477978 00000 n -0000477912 00000 n -0000477846 00000 n -0000477780 00000 n -0000477714 00000 n -0000477648 00000 n -0000477582 00000 n -0000477516 00000 n -0000477450 00000 n -0000477384 00000 n -0000477318 00000 n -0000477252 00000 n -0000477186 00000 n -0000477120 00000 n -0000477054 00000 n -0000476988 00000 n -0000476922 00000 n -0000476856 00000 n -0000476790 00000 n -0000476724 00000 n -0000476658 00000 n -0000476592 00000 n -0000476526 00000 n -0000476460 00000 n -0000476394 00000 n -0000476328 00000 n -0000476262 00000 n -0000476196 00000 n -0000476130 00000 n -0000476064 00000 n -0000475998 00000 n -0000475932 00000 n -0000475866 00000 n -0000475800 00000 n -0000475734 00000 n -0000475668 00000 n -0000475602 00000 n -0000475536 00000 n -0000475470 00000 n -0000475404 00000 n -0000475338 00000 n -0000475272 00000 n -0000475206 00000 n -0000475140 00000 n -0000475074 00000 n -0000475008 00000 n -0000474942 00000 n -0000474876 00000 n -0000474810 00000 n -0000474744 00000 n -0000474678 00000 n -0000474612 00000 n -0000474546 00000 n -0000474480 00000 n -0000474414 00000 n -0000474348 00000 n -0000474282 00000 n -0000474216 00000 n -0000474150 00000 n -0000474084 00000 n -0000474018 00000 n -0000473952 00000 n -0000473886 00000 n -0000473820 00000 n -0000473754 00000 n -0000473688 00000 n -0000473622 00000 n -0000473556 00000 n -0000473490 00000 n -0000473424 00000 n -0000473358 00000 n -0000473292 00000 n -0000473226 00000 n -0000473160 00000 n -0000473094 00000 n -0000473028 00000 n -0000472962 00000 n -0000472896 00000 n -0000472830 00000 n -0000472764 00000 n -0000472698 00000 n -0000472632 00000 n -0000472566 00000 n -0000472500 00000 n -0000472434 00000 n -0000472368 00000 n -0000472302 00000 n -0000472236 00000 n -0000472170 00000 n -0000472104 00000 n -0000472038 00000 n -0000471972 00000 n -0000471906 00000 n -0000471840 00000 n -0000471774 00000 n -0000471708 00000 n -0000471642 00000 n -0000471576 00000 n -0000471510 00000 n -0000471444 00000 n -0000471378 00000 n -0000471312 00000 n -0000471246 00000 n -0000471180 00000 n -0000471114 00000 n -0000471048 00000 n -0000470982 00000 n -0000470916 00000 n -0000470850 00000 n -0000470784 00000 n -0000470718 00000 n -0000470652 00000 n -0000470586 00000 n -0000470520 00000 n -0000470454 00000 n -0000470388 00000 n -0000470322 00000 n -0000470256 00000 n -0000470190 00000 n -0000470124 00000 n -0000470058 00000 n -0000469992 00000 n -0000469926 00000 n -0000469860 00000 n -0000469794 00000 n -0000469728 00000 n -0000469662 00000 n -0000469596 00000 n -0000469530 00000 n -0000469464 00000 n -0000469398 00000 n -0000469332 00000 n -0000469266 00000 n -0000469200 00000 n -0000469134 00000 n -0000469068 00000 n -0000469002 00000 n -0000468936 00000 n -0000468870 00000 n -0000468804 00000 n -0000468738 00000 n -0000468672 00000 n -0000468606 00000 n -0000468540 00000 n -0000468474 00000 n -0000468408 00000 n -0000468342 00000 n -0000468276 00000 n -0000468210 00000 n -0000468144 00000 n -0000468078 00000 n -0000468012 00000 n -0000467946 00000 n -0000467880 00000 n -0000467814 00000 n -0000467748 00000 n -0000467682 00000 n -0000467616 00000 n -0000467550 00000 n -0000467484 00000 n -0000467418 00000 n -0000467352 00000 n -0000467286 00000 n -0000467220 00000 n -0000467154 00000 n -0000467088 00000 n -0000467022 00000 n -0000466956 00000 n -0000466890 00000 n -0000466824 00000 n -0000466758 00000 n -0000466692 00000 n -0000466626 00000 n -0000466560 00000 n -0000466494 00000 n -0000466428 00000 n -0000466362 00000 n -0000466296 00000 n -0000466230 00000 n -0000466164 00000 n -0000466098 00000 n -0000466032 00000 n -0000465966 00000 n -0000465900 00000 n -0000465834 00000 n -0000465768 00000 n -0000465702 00000 n -0000465636 00000 n -0000465570 00000 n -0000465504 00000 n -0000465438 00000 n -0000465372 00000 n -0000465306 00000 n -0000465240 00000 n -0000465174 00000 n -0000465108 00000 n -0000465042 00000 n -0000464976 00000 n -0000464910 00000 n -0000464844 00000 n -0000464778 00000 n -0000464712 00000 n -0000464646 00000 n -0000464580 00000 n -0000464514 00000 n -0000464448 00000 n -0000464382 00000 n -0000464316 00000 n -0000464250 00000 n -0000464184 00000 n -0000464118 00000 n -0000464052 00000 n -0000463986 00000 n -0000463920 00000 n -0000463854 00000 n -0000463788 00000 n -0000463722 00000 n -0000463656 00000 n -0000463590 00000 n -0000463524 00000 n -0000463458 00000 n -0000463392 00000 n -0000463326 00000 n -0000463260 00000 n -0000463194 00000 n -0000463128 00000 n -0000463062 00000 n -0000462996 00000 n -0000462930 00000 n -0000462864 00000 n -0000462798 00000 n -0000462732 00000 n -0000462666 00000 n -0000462600 00000 n -0000462534 00000 n -0000462468 00000 n -0000462402 00000 n -0000462336 00000 n -0000462270 00000 n -0000462204 00000 n -0000462138 00000 n -0000462072 00000 n -0000462006 00000 n -0000461940 00000 n -0000461874 00000 n -0000461808 00000 n -0000461742 00000 n -0000461676 00000 n -0000461610 00000 n -0000461544 00000 n -0000461478 00000 n -0000461412 00000 n -0000461346 00000 n -0000461280 00000 n -0000461214 00000 n -0000461148 00000 n -0000461082 00000 n -0000461016 00000 n -0000460950 00000 n -0000460884 00000 n -0000460818 00000 n -0000460752 00000 n -0000460686 00000 n -0000460620 00000 n -0000460554 00000 n -0000460488 00000 n -0000460422 00000 n -0000460356 00000 n -0000460290 00000 n -0000460224 00000 n -0000460158 00000 n -0000460092 00000 n -0000460026 00000 n -0000459960 00000 n -0000459894 00000 n -0000459828 00000 n -0000459762 00000 n -0000459696 00000 n -0000459630 00000 n -0000459564 00000 n -0000459498 00000 n -0000459432 00000 n -0000459366 00000 n -0000459300 00000 n -0000459234 00000 n -0000459168 00000 n -0000459102 00000 n -0000459036 00000 n -0000458970 00000 n -0000458904 00000 n -0000458838 00000 n -0000458772 00000 n -0000458706 00000 n -0000458640 00000 n -0000458574 00000 n -0000458508 00000 n -0000458442 00000 n -0000458376 00000 n -0000458310 00000 n -0000458244 00000 n -0000458178 00000 n -0000458112 00000 n -0000458046 00000 n -0000457980 00000 n -0000457914 00000 n -0000457848 00000 n -0000457782 00000 n -0000457716 00000 n -0000457650 00000 n -0000457584 00000 n -0000457518 00000 n -0000457452 00000 n -0000457386 00000 n -0000457320 00000 n -0000457254 00000 n -0000457188 00000 n -0000457122 00000 n -0000457056 00000 n -0000456990 00000 n -0000456924 00000 n -0000456858 00000 n -0000456792 00000 n -0000456726 00000 n -0000456660 00000 n -0000456594 00000 n -0000456528 00000 n -0000456462 00000 n -0000456396 00000 n -0000456330 00000 n -0000456264 00000 n -0000456198 00000 n -0000456132 00000 n -0000456066 00000 n -0000456000 00000 n -0000455934 00000 n -0000455868 00000 n -0000455802 00000 n -0000455736 00000 n -0000455670 00000 n -0000455604 00000 n -0000455538 00000 n -0000455472 00000 n -0000455406 00000 n -0000455340 00000 n -0000455274 00000 n -0000455208 00000 n -0000455142 00000 n -0000455076 00000 n -0000455010 00000 n -0000454944 00000 n -0000454878 00000 n -0000454812 00000 n -0000454746 00000 n -0000454680 00000 n -0000454614 00000 n -0000454548 00000 n -0000454482 00000 n -0000454416 00000 n -0000454350 00000 n -0000454284 00000 n -0000454218 00000 n -0000454152 00000 n -0000454086 00000 n -0000454020 00000 n -0000453954 00000 n -0000453888 00000 n -0000453822 00000 n -0000453756 00000 n -0000453690 00000 n -0000453624 00000 n -0000453558 00000 n -0000453492 00000 n -0000453426 00000 n -0000453360 00000 n -0000453294 00000 n -0000453228 00000 n -0000453162 00000 n -0000453096 00000 n -0000453030 00000 n -0000452964 00000 n -0000452898 00000 n -0000452832 00000 n -0000452766 00000 n -0000452700 00000 n -0000452634 00000 n -0000452568 00000 n -0000452502 00000 n -0000452436 00000 n -0000452370 00000 n -0000452304 00000 n -0000452238 00000 n -0000452172 00000 n -0000452106 00000 n -0000452040 00000 n -0000451974 00000 n -0000451908 00000 n -0000451842 00000 n -0000451776 00000 n -0000451710 00000 n -0000451644 00000 n -0000451578 00000 n -0000451512 00000 n -0000451446 00000 n -0000451380 00000 n -0000451314 00000 n -0000451248 00000 n -0000451182 00000 n -0000451116 00000 n -0000451050 00000 n -0000450984 00000 n -0000450918 00000 n -0000450852 00000 n -0000450786 00000 n -0000450720 00000 n -0000450654 00000 n -0000450588 00000 n -0000450522 00000 n -0000450456 00000 n -0000450390 00000 n -0000450324 00000 n -0000450258 00000 n -0000450192 00000 n -0000450126 00000 n -0000450060 00000 n -0000449994 00000 n -0000449928 00000 n -0000449862 00000 n -0000449796 00000 n -0000449730 00000 n -0000449664 00000 n -0000449598 00000 n -0000449532 00000 n -0000449466 00000 n -0000449400 00000 n -0000449334 00000 n -0000449268 00000 n -0000449202 00000 n -0000449136 00000 n -0000449070 00000 n -0000449004 00000 n -0000448938 00000 n -0000448872 00000 n -0000448806 00000 n -0000448740 00000 n -0000448674 00000 n -0000448608 00000 n -0000448542 00000 n -0000448476 00000 n -0000448410 00000 n -0000448344 00000 n -0000448278 00000 n -0000448212 00000 n -0000448146 00000 n -0000448080 00000 n -0000448014 00000 n -0000447948 00000 n -0000447882 00000 n -0000447816 00000 n -0000447750 00000 n -0000447684 00000 n -0000447618 00000 n -0000447552 00000 n -0000447486 00000 n -0000447420 00000 n -0000447354 00000 n -0000447288 00000 n -0000447222 00000 n -0000447156 00000 n -0000447090 00000 n -0000447024 00000 n -0000446958 00000 n -0000446892 00000 n -0000446826 00000 n -0000446760 00000 n -0000446694 00000 n -0000446628 00000 n -0000446562 00000 n -0000446496 00000 n -0000446430 00000 n -0000446364 00000 n -0000446298 00000 n -0000446232 00000 n -0000446166 00000 n -0000446100 00000 n -0000446034 00000 n -0000445968 00000 n -0000445902 00000 n -0000445836 00000 n -0000445770 00000 n -0000445704 00000 n -0000445638 00000 n -0000445572 00000 n -0000445506 00000 n -0000445440 00000 n -0000445374 00000 n -0000445308 00000 n -0000445242 00000 n -0000445176 00000 n -0000445110 00000 n -0000445044 00000 n -0000444978 00000 n -0000444912 00000 n -0000444846 00000 n -0000444780 00000 n -0000444714 00000 n -0000444648 00000 n -0000444582 00000 n -0000444516 00000 n -0000444450 00000 n -0000444384 00000 n -0000444318 00000 n -0000444252 00000 n -0000444186 00000 n -0000444120 00000 n -0000444054 00000 n -0000443988 00000 n -0000443922 00000 n -0000443856 00000 n -0000443790 00000 n -0000443724 00000 n -0000443658 00000 n -0000443592 00000 n -0000443526 00000 n -0000443460 00000 n -0000443394 00000 n -0000443328 00000 n -0000443262 00000 n -0000443196 00000 n -0000443130 00000 n -0000443064 00000 n -0000442998 00000 n -0000442932 00000 n -0000442866 00000 n -0000442800 00000 n -0000442734 00000 n -0000442668 00000 n -0000442602 00000 n -0000442536 00000 n -0000442470 00000 n -0000442404 00000 n -0000442338 00000 n -0000442272 00000 n -0000442206 00000 n -0000442140 00000 n -0000442074 00000 n -0000442008 00000 n -0000441942 00000 n -0000441876 00000 n -0000441810 00000 n -0000441744 00000 n -0000441678 00000 n -0000441612 00000 n -0000441546 00000 n -0000441480 00000 n -0000441414 00000 n -0000441348 00000 n -0000441282 00000 n -0000441216 00000 n -0000441150 00000 n -0000441084 00000 n -0000441018 00000 n -0000440952 00000 n -0000440886 00000 n -0000440820 00000 n -0000440754 00000 n -0000440688 00000 n -0000440622 00000 n -0000440556 00000 n -0000440490 00000 n -0000440424 00000 n -0000440358 00000 n -0000440292 00000 n -0000440226 00000 n -0000440160 00000 n -0000440094 00000 n -0000440028 00000 n -0000439962 00000 n -0000439896 00000 n -0000439830 00000 n -0000439764 00000 n -0000439698 00000 n -0000439632 00000 n -0000439566 00000 n -0000439500 00000 n -0000439434 00000 n -0000439368 00000 n -0000439302 00000 n -0000439236 00000 n -0000439170 00000 n -0000439104 00000 n -0000439038 00000 n -0000438972 00000 n -0000438906 00000 n -0000438840 00000 n -0000438774 00000 n -0000438708 00000 n -0000438642 00000 n -0000438576 00000 n -0000438510 00000 n -0000438444 00000 n -0000438378 00000 n -0000438312 00000 n -0000438246 00000 n -0000438180 00000 n -0000438114 00000 n -0000438048 00000 n -0000437982 00000 n -0000437916 00000 n -0000437850 00000 n -0000437784 00000 n -0000437718 00000 n -0000437652 00000 n -0000437586 00000 n -0000437520 00000 n -0000437454 00000 n -0000437388 00000 n -0000437322 00000 n -0000437256 00000 n -0000437190 00000 n -0000437124 00000 n -0000437058 00000 n -0000436992 00000 n -0000436926 00000 n -0000436860 00000 n -0000436794 00000 n -0000436728 00000 n -0000436662 00000 n -0000436596 00000 n -0000436530 00000 n -0000436464 00000 n -0000436398 00000 n -0000436332 00000 n -0000436266 00000 n -0000436200 00000 n -0000436134 00000 n -0000436068 00000 n -0000436002 00000 n -0000435936 00000 n -0000435870 00000 n -0000435804 00000 n -0000435738 00000 n -0000435672 00000 n -0000435606 00000 n -0000435540 00000 n -0000435474 00000 n -0000435408 00000 n -0000435342 00000 n -0000435276 00000 n -0000435210 00000 n -0000435144 00000 n -0000435078 00000 n -0000435012 00000 n -0000434946 00000 n -0000434880 00000 n -0000434814 00000 n -0000434748 00000 n -0000434682 00000 n -0000434616 00000 n -0000434550 00000 n -0000434484 00000 n -0000434418 00000 n -0000434352 00000 n -0000434286 00000 n -0000434220 00000 n -0000434154 00000 n -0000434088 00000 n -0000434022 00000 n -0000433956 00000 n -0000433890 00000 n -0000433824 00000 n -0000433758 00000 n -0000433692 00000 n -0000433626 00000 n -0000433560 00000 n -0000433494 00000 n -0000433428 00000 n -0000433362 00000 n -0000433296 00000 n -0000433230 00000 n -0000433164 00000 n -0000433098 00000 n -0000433032 00000 n -0000432966 00000 n -0000432900 00000 n -0000432834 00000 n -0000432768 00000 n -0000432702 00000 n -0000432636 00000 n -0000432570 00000 n -0000432504 00000 n -0000432438 00000 n -0000432372 00000 n -0000432306 00000 n -0000432240 00000 n -0000432174 00000 n -0000432108 00000 n -0000432042 00000 n -0000431976 00000 n -0000431910 00000 n -0000431844 00000 n -0000431778 00000 n -0000431712 00000 n -0000431646 00000 n -0000431580 00000 n -0000431514 00000 n -0000431448 00000 n -0000431382 00000 n -0000431316 00000 n -0000431250 00000 n -0000431184 00000 n -0000431118 00000 n -0000431052 00000 n -0000430986 00000 n -0000430920 00000 n -0000430854 00000 n -0000430788 00000 n -0000430722 00000 n -0000430656 00000 n -0000430590 00000 n -0000430524 00000 n -0000430458 00000 n -0000430392 00000 n -0000430326 00000 n -0000430260 00000 n -0000430194 00000 n -0000430128 00000 n -0000430062 00000 n -0000429996 00000 n -0000429930 00000 n -0000429864 00000 n -0000429798 00000 n -0000429732 00000 n -0000429666 00000 n -0000429600 00000 n -0000429534 00000 n -0000429468 00000 n -0000429402 00000 n -0000429336 00000 n -0000429270 00000 n -0000429204 00000 n -0000429138 00000 n -0000429072 00000 n -0000429006 00000 n -0000428940 00000 n -0000428874 00000 n -0000428808 00000 n -0000428742 00000 n -0000428676 00000 n -0000428610 00000 n -0000428544 00000 n -0000428478 00000 n -0000428412 00000 n -0000428346 00000 n -0000428280 00000 n -0000428214 00000 n -0000428148 00000 n -0000428082 00000 n -0000428016 00000 n -0000427950 00000 n -0000427884 00000 n -0000427818 00000 n -0000427752 00000 n -0000427686 00000 n -0000427620 00000 n -0000427554 00000 n -0000427488 00000 n -0000427422 00000 n -0000427356 00000 n -0000427290 00000 n -0000427224 00000 n -0000427158 00000 n -0000427092 00000 n -0000427026 00000 n -0000426960 00000 n -0000426894 00000 n -0000426828 00000 n -0000426762 00000 n -0000426696 00000 n -0000426630 00000 n -0000426564 00000 n -0000426498 00000 n -0000426432 00000 n -0000426366 00000 n -0000426300 00000 n -0000426234 00000 n -0000426168 00000 n -0000426102 00000 n -0000426036 00000 n -0000425970 00000 n -0000425904 00000 n -0000425838 00000 n -0000425772 00000 n -0000425706 00000 n -0000425640 00000 n -0000425574 00000 n -0000425508 00000 n -0000425442 00000 n -0000425376 00000 n -0000425310 00000 n -0000425244 00000 n -0000425178 00000 n -0000425112 00000 n -0000425046 00000 n -0000424864 00000 n -0000492532 00000 n -0000492566 00000 n -0000492410 00000 n -0000492444 00000 n -0000492288 00000 n -0000492322 00000 n -0000493228 00000 n -0000493489 00000 n -0000494524 00000 n -0000502255 00000 n -0000567846 00000 n -0000633437 00000 n -0000699028 00000 n -0000757315 00000 n -trailer <<52661B3553D347458F67CC2954601A8C>]>> startxref 757507 %%EOF \ No newline at end of file diff --git a/core/static/plugins/glyphicons-pro/glyphicons/ai/glyphicons@2x.ai b/core/static/plugins/glyphicons-pro/glyphicons/ai/glyphicons@2x.ai deleted file mode 100644 index 6725692..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons/ai/glyphicons@2x.ai +++ /dev/null @@ -1,28373 +0,0 @@ -%PDF-1.5 % -1 0 obj <>/OCGs[5 0 R 6 0 R 7 0 R 2067 0 R 2068 0 R 2069 0 R 4128 0 R 4129 0 R 4130 0 R 6189 0 R 6190 0 R 6191 0 R 8250 0 R 8251 0 R 8252 0 R 10311 0 R 10312 0 R 10313 0 R 12372 0 R 12373 0 R 12374 0 R 14433 0 R 14434 0 R 14435 0 R 16494 0 R 16495 0 R 16496 0 R 18555 0 R 18556 0 R 18557 0 R]>>/Pages 3 0 R/Type/Catalog>> endobj 2 0 obj <>stream - - - - - application/pdf - - - glyphicons - - - Adobe Illustrator CS6 (Macintosh) - 2013-07-01T14:20:19+02:00 - 2014-01-28T10:26:30+01:00 - 2014-01-28T10:26:30+01:00 - - - - 52 - 256 - JPEG - /9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgBAAA0AwER AAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE 1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZ qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp 0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo +DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8A6UPJXlO18s6nrH/KtYJN V0+9li03SrUyvNcCGURxSpJNDAYo3pzFAUC9z0xSDRsMg0LTLXy/5osbLSfJ8tj+k4Bd6zqkNwxs 4J5Y39SNuvrTcrdF5cBsQeQ2Uqk2bTSfztqSaH5g1GLy5qE11o08sFlpwikWW/VOIjlg5xr8Dsx6 cqAVxQ3e+cNdi81aLpNr5ZvLnStTgE17rRIjjsiwcrHLGVJL1QBhyFK4qpL571U6L5ivz5X1JbzR ZmhstNaNvVvgFXhJCyqyFGlLKSheiry3qBireo+ctch1jy5bWWgXVzYayoe9ujFMn1LkVFJgU+Aj kah6dMVUP8c+a/8AEf6O/wAIXX6I+ufU/wBNer8FPU4et6Hper6dN+X2ffj8WKscFvrcPkXXVufz Zg9W31IJN5mNtaRpYBCivYupm9PmWYDkWDValMVZnBBqa67oJl81CWMafJ9Y0pYbVRqUqCMG8VqG RFUyVZY247r2ryVSu9sNUtvLPmBY/Oca3Fzfevb6peGMR6ekk0fG3PpvF8PAcQpZSWY7iooqtkTV 181eTw3nO3jheydZdF4Rs+qyJDyluIn5BmA+F9l+H/ZYqh9Ci1G3tPPMk/neG+SXUbhYLhyvHRVb /j3NXIDQo60BoK9RiqcveW+kt5atdW8020UsEKxT+vJHBJqdw8awRMFkdjR5CzhVJYvxFTvVVIP8 TaZ/jP6l/wArBh9b9LfVv0Dwg519Pl9T5U5c+fw8unH4aep8eKpZq2k+WdO/L/VxYfl9JdaRqOqK 76SRcCe63RPr3pQx3NzGOcfwKqcuPxELU4qyDTzZzeYvKlwPKEkFx+ila21LkAunRPEfVtGVuDVQ mNKcd+Vf2MVSG+HlzUvIvnP6x5DvDBa6jPK+iQidZNWuYyvpyr9VUyUkelRxYJTkemKp6NL8pW/m TydDb+WbyVorNhpWr+jc+lpsVvCRFDO0tGiaRJnQLIK9m7YqxrT9V0LS9C/MG8s/y/u+VlqT2t5Y Ms0/6Y/0ll+tIJEeqlpnkZgrUXuQBRVOL3QfI97r/kq91Dylcz37WyRWM8qTyJpy28TPClwhJjLK 0jBWcEq3xVGxxVgf13RP+Vtel/yqu4+tf4j4/wCJfrF5w9Xn/wAdHh6Hp8e/Hlx98VeiRQeeYPJO sRDzPpp10TG2j1mVy9taBQsZDJReMy9aMx+M+FFxVPW/TSeYtGafX7aOJ7GWK40YLGDdXZCv68Zb 94VQI3wrSg8eyrE9Oh873/lTzHBqHn7TJ7oTxSWmr6cIohp8aS+pKkzKeNCi8Ry3pWreCqb6jZ+d P8beVrg+aLWz00WzJqmhcErf3CIfUkgLLz4qXU7HpiqrZ3XmJ9H8x2/+J9MW9tJZGtNU4rcCyhLM yi7i5wJVI14/aHQk1xVp9UvtLvPJ+man5rso71oEj1W3kSNZdUmMSxI9vuPT5z1agHxfZFMVS3/E l1/jj9H/AOOdL4fpP/jhcI/rPpel6P1Lnyry9T95ypXl8HviqDnl8pSflr5gMXkO6udMtNTmFz5f u4RHLeTG6US3cXrE8/tlw1f2SoxVOLmy8pwfmF5Xhj8oSPq0enypaa1FbqttptrGlFgeRfgDVHpo oB48tqBjVVQvLfyrH5N82hvKdyunm9nk1HT5EMbXkwdGa6iKszBOVHDpuvGqiuKou6XRbbzv5Thb ync8xYzQ6VrUUamHT6RgtazqjER1jSisaiuy98VY5oc/kWPRvPT6h5JvdEtY7krr8LwSzfXuUjss 0BjJMhDOX/d/ZqpB6UVVrmy/L241nyLdN5R1e+uEtrUaJqNtFdzWlhGjAwreyeqqVib4uUysR9rr irDP+Qcf8rb/APJeal+mv8Q8P099dm9D616/P636Xr8fT5fHw4UptTtir0vWrD8x/wDBGqxad5ps bXzGb2SS21aaOL6va2/1jkIHDRupIh+H4kqCaVNOWKpsG17/ABJoKfp61NmtjKdT0ykXrXkxVOFz F8PNURg32SBv7Yqk9xa+eLfyv5lFz52s49RmnL6FqhgtoYrGJmBhin5rKj8/ssWUnf4d8VTNk1+T X/LM1v5jt5dGFu630J9ETajN6LFJY+MbLx+EyMsZHiKAEMqgzrOrnSdflXzNpTvC6vBcxywqtnG8 7rxkdleNCYVURmVX/e8q8looVXNqXm/695PQ6xo0YuYi+sWplq9+TEKmx+CrLHX1Awpy2rQYqlX+ JPN//KxPT/xR5a/Qf1j9H/4f+sj676nqcv5PU+tejv6XLj7ftYqs4+RbL8vtZurHy7qY0GyvBItn a+ss929p6SrcWoEwk9OsYUbryC9KUqqnclv5e/xr5et4tJv2vYbEzW84EiWdrbwo8UX1jmyo0q+u 8aJRnHMkim4VYlZP+XY8pebVi8sX2nWS6hb22sWt3I0T3M/1hEjnjd5pPg5Mrc6jl4HaqrI9MvfK 41XyeLbS72Oe90yM6dPGzGCG2SAtHHcFZOMnBXIrRuJYVpyXFUksdD/LPUdF86aVNY36aY88drq0 U1zPcGT0J3WGG1VJZnj/AHysEiQKTVdtxiqbv5Q8nSaz5JD6BdDU/L1pTSIRMSmm2yIkQ+suJSjk cVRRVyxBIqAxCrCP0R+VH/KzvrX6Il/T/wCmfrn1r9Ix8frv176pz9D1a15/H6XH7G9MVen2f+Nf 8Pao97qOn/pCWeU6XdwsfQht3YFFkZo6M8PJk+yeXEE05EKqjLpfM/8AjCxlhvLVfLLWsiXNk5/0 mS6rySSL4DVVXr8f0Yqgn/xS+ha4sesWsGpGWQaRes8U8UCmnoiYCCAA12YHn8ziqO+peY31HTZo tVDaZFDGL0KsXK5cK9XA9JuPJuB+GQClaU6lVA3sHnSfSteTStSg/SUk4GiyF4pEt0DLVZqWwpty qCHNNq1HIqqsdv54il8vBr+zeGMyp5gSdT61xWM+mbd41jQMrDkw4AEYqkH6T8/fpz6t/iXy96H6 X4fUqn61+j/rPL0ev+9Po/uuPH7W9cVYMPM/5VRfk35mnjj1GXy5a6hwurZZbZ7hppHjeP03UlED 1Usrnmu4IrirJh5j/L6b80vIumr9dOuXGjG80E0VbcW0sE3H1lpXm0UcvsCB44qx3R9Y/Jq78hef ZC+o2vl+11RI9fll+KUyrcJ6ckARWPBpKbUrirK9M83flta6n5HsY7a6TXL/AEuGPy4jqfWGnzBQ PWkjf0T8MIdlLE7VAxVD2Pnz8pha+c76OS5ax0S8gl8xXBjlREuVuWEcUUcfB2CSx1NEowO5boFV JvNv5TtqHkH/AEa+Go6kkL+VLMGbksTv6ayyn1eAEaOzMHcnhUUY0XFWNf4s/IP/AJWv+jPrd5/i n9MfV6fVh6H6Q+v19Hn6PL/enfnXp+1TbFXoltcfmlJ5e1OGVtP/AMQxXUHoLFcoQlsyxtLyY25W Nj8ZjDxt8JFSeuKq9uPzEOr+WhNeWp0b6rbnWrlJIvUuLoW85nVE9CjK8ghZTGybc9umKoUp+bku ieYEjuLKLXmlgXRk9SOWKGIy/vXb9whBMJ+BZOe4+1iqNH/K0P035ZeV9Pj0lbRB5njViWe8eNg4 gLJXgsnHhutd64qh7qL85DpPmNLW60T9MG7VvLPIT+klkZP+Pr4SwkMYIHEMOQ606KooTfmLdXeh XkbadZaaVQa7bGcyP6nMqwhYQOsnLYL+8Sh/mxVBej+cP+J6/XtL/QP12v1X02+s/UPXrXl/vz0v h6U+nFWNxaN+Ttp+WOpWsMt23lq01FJ728SKRrqe7jmS7VNovUlAdgn2dhUV2rirJ10v8vF/MfR9 To8fmSTR1s9I05oJFhisld5ldYjFxgkTiyVJUgfBTcYqkOoeTPyzi/LXzBosLX0+j32pxHVJbWgv TeXF5BNGqySIg4rJKm52Va79cVS+8038rrP8w/y4tJ7jVbvWBp4Xy27uJbaSGJWlEt36gDmQ/aBA 6helMVQGk6D+UF9pH5oW8T6v6Eupta+ap5OLzC4iuncizKK7en6rE7jFU4g8p/liur/l4yTap9Y0 u1UeW4+Lek8ZIfldj06cyygmvHcYqxD/AAz+SH/K7PX+s6//AIr/AEx9b5b/AFL699c5+hX0+XDn vTpw/axV6xp6/maNBvVvbHSzqf1tfqcNS8BgBBeRgoi+It8S718d8VRUh88nzdob/Vo10hrUDWpY /QKJKYpi6Kzn6wf3wh48RSla4qoX4/MdfL+trZWli2qtqMw0mJuIiksGZeDTfFTmQW5fqxVDGf8A N5dZ8vJFaWA0doIf8QMSoeOX1GEwiAbtFx402riqa2cn5htaeYvXh09L1LmZfLAkd/Re3Cj0WujG Gdat9rjviqN/53D67olTZLamF/8AECqsjkTempT6q5dDw9TkPiU7Yqoep+YH6Yp6Ol/ob69Tn6lx 9Z/R/wBX6048PX+s+/Hh774qweHVvym1D8u9fvrfzBqMnltNRefU78TXlvPHcsyAxQyOsUoj5UAV Ph7dNsVZGbHydH5u8qQHUr46xY2Eh0a39a5a3ubYQmJpJ6A28jhTyqxDV38MVU7u48iw+RfMs8t/ fDQZrm+/S9zyvHnimmlKzrbhlaSNUdqKIl4DqO5xVHz33lfU/MXlPUmuLoX9xa3VzoccYmEEsM8U RlM6qpjqqFSvqEUxVIYdN8gavpPnPTotV1T6vJqvLXZhcXayQXQkjl9O1Yj93HyAWkY6bfZpiqdw WHlexvvKNoL+9NzawzjRY5Jp2+sI0AWQ3VR+9KoQw9Xflv1xVjf6U/L3/HPo/wCINX/TH6a/3h9a 5+rfXfS9H0uHH0/S4fBxrx/Xiqc3Z/Mu78masL3RtIutfF3INK0+RzJavarKPTaXmaF+HIrutdiQ hquKp28vm2LXtKtreys18vG3b9KSq7GSGZUPBIN0BTkFG6dPDFUBd3v5mDy55ilt9N059ehu508t WzyuIJ7MFRBJcNyJEjKXJWqitB8PXFUXLN51j1rQIbfT7AaM8Eg16USv6lvKIx6aWw4pyT1BTddx 140FVUuS5/NFNI81zLpWljVo7iU+VoEmfhcQhFET3TUHxmnitfs/CPixVMLi68+DUPLixadYNZzK /wDiaUzvzt39Gqi1qo5r6u1SN/briqS/XPze/wAVen+hNJ/w7+lKfXPXb6z9Q9Hj63H/AH528eXw ceH7zFUpl0X8v3/LfzRajzdqCaDNqNy+raz9ddp7Sf6wplt45GUlUD0XjQ8uXU8q4qyK50vyy3nv y9NJrN1+l4dPnbTdLNxI0FzBDxjeeVDVZJF+sqQzHkeorxNFWMx+SvJ8nknzxpcfmi8Gnalq88us 3xKepaXQkiaa2i5R0YNxVKcWLcqCpxVldumhwXPlLnd3lzfQ2rQWCOjtLIksC8ri8ThyjoIaF34g O3E7kDFUol1zyM/l7zm/+I9QkgsrmaLXL5JJTc2knQRWdE+FU+xGYlPxA7lqnFWr/wDwI+vfl/eT 6/dfWHhdfL9v6svpagjQJxkuUChSy1R1LcfjIHtirF/Q/KL/AJWHT/Fl/wD4k/xHz+pfWLjh9c48 /qnSnocvgpy4cv3ftir0Gw1P8wn8t6jcXmgWSa5Hdyx2GmreUhntfVAWR5vTfgxjLGnH4qb8OXFV U2kudcOt2CJpkR054Ha9v3nAlgkNCsUcQRvUqyjkeSj50xVASP5lbQ9cb9CWj6hFczvo9m0iBLtI yrW80vVUkZhWhbsCSlfhVR11+lE8x6c1tp0MtlPBOmp6kxVZ4THwa3jUfadXZpKjoKYqk0s/nD9E ebyPLtmt2j3H6BthIkqakot1WN7kVjoZWHFlYjbatByKqYXM3mBtS8uf7h4JYHEr6vcl42axk9Ci CHkys3N2ZCyA7dt64qw79Mfm5/iv0/8AAdj+iv0hX9KfWbXl6fqfV/rdfW9Wv1Pfl6XP9jhTfFUa lz5XvfIOuwx+cp3023urlrrXFlVJ7XlOZWi5qqc0DMVXb4lNASMVTq6trGLzroccvmPUIr9LG4+r aEHT6peRxcVmnnUxMzyIZUofVFOw+3VVBXM/l3SPLvmTUX8yXFlbNdM2paxdSNI1pukfpW/rAqq0 +GIKCvNqqCdsVVm1HynJ5h8rQDX5Flns5JtB0lZ5At4npL/pE1Tym4RfYEhpUlqFt1VS82nlj9G+ eo5PNF/caY0ss2syLO7vpkgj5zxW0yKeKoir+5AbjuD144qmsWoaDY3flLS77XXm1W4hkGlrOzLN f+nbj1JZFFAWCHkeQ+0dt8VYd/g3Qf8AGXr/APK0dc+ufpWv6C/Syej61PW+pehT7FP2PDbriqb2 kv5iJ5Q1qaLyvpEOt/XHnttLUskVwOQZ5JSVVWncrVW5UJpUimKplc655yj88+W9NPl2KXTrqzdt Z15CXW0kMUjvbxsQDxeaGHc9dtvBVIdKvvPsHlbzVcDyJYadqEU7y6Jaxeky3yrK4R54YiG9RPTV /tDnyHGmKsmXV/NDa15aC+XxNaajaO2tasSkL2cnpCRIvSkb1aNJUFd6fRiqWSXnnKXQ/OEFx5Ht lRGmXSrD6zbyx6skpdZJJVWgXmtGZZKFq8eu+Kt3+qedk8yeUIYPJ1u2nyw11a9MsUj6S7rweKFh x5Dj8NUXcYqkX+Nfzs/x3+jf8Awf4a/Svofpv6wnP6l63o/W+HOvL6v8VKV7YqusdTtY/wAuPMdy nn4Pbx30sdz5hks5S1q0rIXgEUkjO398vAoQAGHEbYqzAzQR+a9Ftb7zAZLprF2tdIjQQx3M6Ckl 2xStR6bNxiZiv7QBK1CrA7mDSD5E87R335j3E1ouqiW91YLKJNKZLuMtZqEfnwLR+nRSNm8DirK5 ItI0+68j3lz5on9KGH9H2MActHq01zbqkUsoXkWYKjSA9N6k4qlk1toSeWvOrWXnjULJ11GWXVNW llaX9FyJces9tbRzDikfE+nxWta7dsVULiLTF1/yH6/5g3iz3VtH9Qs/UaNNYEQExmmVWRKyK4G4 +Lpv0xVjf6N0H/lYPp/8rO1j6/8ApT/jif6X6Pq+r6Po1rw4cv3XP7P7PtirKpNT1y28h69c2v5d RC7bUiIvLatHxvlkeIyXkhEQHxcmbdC3wiu/RVk/qLL5n0Seby1W7nsZGm1opEzWLAArbeq3GT4u cgPEfrxVjl++tX3lTzlNqPkG3nvJLv04tIMyzjVxB6UcM8haKMAcETiTXZfbFUTqEXqecvKNyfIk d1W2/e6+fRWTSf3ZKQorLzIDEq1ONK7V3GKoKPzH5xfRfObz/l4BJYzlNKsGmjkGrq8zhpCpSigD 94ag15YqjLXS7f1PITSeRrYGKzBlkZY5ZtDZIYmjhid1FQsjlKqwPw1Cnsqlv6OvP8a/Xv8AlWOm fVP0x9X/AE1xtP0hSvrfpWvD+79X4vt+pXelcVRVtZ/o7yJ5nH/Kw3IbUrp5PMdyUmOm1kRGs6Sy Mo9OnFaFaFqqBtiqd2+ma63mbQ+PmoSwaPpy/pfSRbjlftcI8SXby+qRGDJDyUcG+yw5UJxVJY43 t/K3m6RfzD5etdy6lFrBWKYaRaSuHS2Cs7hgqoyjkRsdlHdVW1GGeLz15Pt5vP5t7iG0YT6AyRBt YKoQbg8XRUJb4qKhGx40xVCrYKND89o35hyTJc3czi+icF9E5SNS2jKSsax7Jx+E1HTtiqMk0aaf V/J10nnZysFrCq2vOQHVvTUO9xwiuIom9Vd2LxSAV2pirAK6P/ytT/ycMv1j9PV/wrzvOPP6zT9H U+uelTl+6/u+P+Tir0KC3in8n+YoL7yY8UdxqN2o0NXEh1FnmHG5dgFEaTyfE1dlUV3GKr7mK3uv zD8s3kvlF7jUV0+SSXzMzMI9PRo3H1dWkRGld2dlKlVIB5EdsVS6bRNMtPK/mxrfyC7Q6heCVdLi lVZtWYyKRPIAa29ZCWIfooqe6hVNG0zTR5o8pMnk4TmGxkWHXm4V0pIYh6dv+9pMS/qFex9j8XFV Bm0s4dF86/Ufy/iilt3kjhs1SCH9NLEnrpIGRK7zSuFqG8RuSAqi7rUbm21zyXp0fktpIZ4XL6gn Ex6KUgH7rksbD4h+72ZQaYqwf/ENz/j/AOr/APKmZP0d/iH6r/i3019b1/X/AOOl6f1b1fRr+89b 1OFP2q7Yqy+OTTrnyRrEuj+fjFANQmlufMhmhuxZr6yv9URpi0aBIikY5V68urYqi57fW/8AG3lu ObznBFbRWLPLoCQwpPqc8alZbnkzswiAdW4IDQjr4KoLR9F12Ly15zgbzol7cXV5fG01QlmGlfB/ cN++PEwdSAy08Biqba9Zar/jvQLxfNq6XprCSE+WWhjJ1CVUkdikrOrjgvFiAhpx7VxVjtno/mKW z8+rYef0kuLy8ZrOdqTLosayM0sNHchf3dVr8PEio6YqmMGleYLhvJl3Y+fEOn20EZu4jDFP+miU XnIs3qoQGUnjxVqVr1AxV31S6/xf/wAp+tf0n6v6ArbcuPo1+p8a+p/d/s06fHTn8WKpJJD5f0L8 tdfisvy5vprFNSdJfLaRtPNetzjjF3GKyuU4qu6ggcPhqoDFVkTaraXPnTysreUr4TS6fJPb600J SLTRNES1pOV+FHYRBSpOxp44qlZg0SXyX5qSLyLewWd5du2paTxa3m1D1pEWe4AhJlb4PjYICWA4 ryb4cVZCNTKeYNEt5PLN+95NZjnqT+lNHYLIpLwyXBkeslYwJChPL4d27KpXBPZQaV5umh8nXyTR TPezWVwGddRlDMwMRQ3HIFo+bJErCjbKzMVxVXnh0NtZ8lSDyhzkeGVrO8a3CnR1WFGEbDgREzF+ PGq04t3ABVYl62lf8rA9L/lWEnq/pzn/AIi9Cfh63Pj+kOX1bjwpvXn9vf7P7zFU68t2vm5PJurJ qHn2yvdTk1Od4dciWF4bWMBK2hUFE5RurEiu1adMVTeK081L5l8u3Mvm63bTEsUh1HSPRgB1C5MM tbmKT+8Xm/BwqbUQ+JxVKrLRPzCg8ueYlvfOttLetexSafqPBFisoYJkeaGWgH24wVYHpXriqeXM OvyeYPLxl81W1kI4eeo6HFDCf0hKI2DvE8jeskaseVFr03xVC6tb+bn0HzNb23m+yg1Lnwsb1oIk XTebmQJOOT8m9CRACwHZu+KqE2m+dZNS8jSjzdaj6pFIdet1RUGrloo6vCgJFFozDiNq1xVI/wBB /mJ/jj1P+Vg2f6F/Tf1r9B/B6/1b/lh5fa+z+ziqx4PJh/LHzTH/AID1U6U2pzSah5dEcwu72f14 2+swj1PUKsVR/gbbiQOmKspE+nDz5odnB5duWvF0p5f0vNVYLG0B4CBal1a5aQqpUUbhU8iBQqpU dE8iz+UvNdqPKcq6bqGoTRXtiYpo21G69VVWRClZURp6UkACp9rahxVkAg06HU/LtvbaLcQ3MNuB 6du7QQWVokLIqXBjdbecI7BEhq9CS6D4ScVSJ7Xywvl/zrev5QnbTLq4lkvU4s1zq7Rf3kgjYiVY xIGWOuxUclHE4q3e6nodvrvkWNPKd7I9xb8LC6Mbr+i4iiKI7hasAQKCjHamKsT/AMSeWf8AlaH6 I/5VvqX1v9M+p/iPg/1b6x6np/XOXSnf/V9sVZ0knnSHy7rEjeZ9Iu7sXJFlqRg+rwWqFwGhmAln VnUEcSe53riqatJr7eZtHLajZJprWM/17TlY+tPdOYmjmgqKmOII46/t712oqkEsf5gHyr5tWHzX pqas+oznQtTKRtBp9oXj4W9wCnH1EXkPjDbkVJxVM4bbzOuveXLqbzDbSQvYGDVdK4oqXUyx82vL Qj46h9uP2eBr1G6rufmb6p5kceYrBpEmI02ThGsdiisSY7j7XxcfhJau/wAVBXiFV8tp5zmvPLct tr9qbGOBf0wiQopvpKRs00RImohVXoiFacq8zTjiqG/R/wCYH+JPX/xJa/on9IU/Rfoxc/q3D1PQ 9Thz9Tj8XXpvXFWM2Hlr8rH/AC/8x2a+TtSg0A6nL+kNIa3u2uLu5t5EVZ4EV2lMbMi0YMqih5UF cVTuTQPISefvLJOgXJ12y00ro+oBZ/Rs7W3Vo1hmPP01ak7KvIEn7sVScaD+V8vkvzbaL5Vvf0HP qf1fV7DjcCW9uI54yJbdVlMvpiRwy8ePQ7dcVTCDQvIEvmHyTKvlq8TULbTUXQbllnC6fbQwlkhu f3nAMo+Cj8jyI+eKoSz0b8szoXnNYfLF4lpc3rjXrVo7oNezxXT8Xgq5YqZKuPToBXFUyjsvI9pq HkGAaBc28tvbSjy7I6Sf7jka3RTDcNycBmVgnxFviHXviqQ+h+X3+PfrH+Er/wDSX6e5/pmkno/p H0vQ9bj6n93w3+xw/axVO4rX82rryXrENt5g0lvNDajL+jdRiT1LWCzWRKQyJ6X96qBgaq1CepxV Oo089rrOhImo6bcaZFaBfMUTxut1LMYzS4tih4KplUUVlpQt4DFUCJvzL/QnmMm/0R755mTyzeKZ Y4IlkbgFu6iWrxE7cftHY0xVMmuvNcmuaCyT6amlvau2sQLOxllnkRfTNqDCecSFW3LqWB6bbqoS Sfz9+hvMk5vNIiu2klTy5OJXNrAikxr9bLRcvURxWShIJ+EcaVxVVebzx+l/LPG50tbN4JB5htWm cyTOYgVex/cKW9OQVJYqCpI41oQqlP1r8zP8d8/0pof+Gfrvofor6w31v6v6FKf7zV+sc/3vDnSn w1/axVKA35aR/lv5umEF/qGgSavefpqziJW4nvHuUjlSH0mhrHM/FkowBVvoxVmC6V5WsvOGlILO VtXj0ySHTZzHJJDDbWrKjASkFUkb16VrUjbvuqg77QPJVr5U1m1lsLs6VPdvearHDa3clzPO9wsz FUjjaaVeVFqgICDqANlUQ0HlGTzPoNy+nXH6SFk40c/Ubn6vawkAnkwi9G2k4/COZVgPh70KqCt7 fyMukeZoQsseji+kbV7uRpHjluZpfrMywg86qsk3A8FpWq9QcVbj0byvFrHku2+p3yano1jJ+iFJ qbeD0YreRbtgxUtw+GtTvUA1YBlUm/RH5Zf44+t/oa7+vfpWv6d4P9R/Sf2uHq8vtep+7rxpz/d1 /ZxVUEn55r5F1Y3NzokXmoXo/RNyrMLQWnNA4m5Kf3g+NRt4YqzG1m8wx6jp8dzLZywz2ii/hDmO WO5RWZpYF4t6sbt8PEleNK79MVSW7P5kr5b1lrPVdJk1o3UZ0m4miaO1t4PVQSxXPF5Gd1i5fEON SR8IxVUlf8xRr3lqOO70w6WYFPmONuQuJZhE/JrQDbh6nE79u/WqrTxfmsLDzAIbrSZNQa7VvLRd JRDHa+vX070KeTN6HUp17UOKqn1f8z01byvIt1p02mJamLzbEyvHI9yY1Pr2lFfYSKw4lhse/VVW Pfoz/nIH/Gvr/pnSv8I/pXn9U9AfWP0XWvp8+P8Aecfh69firT4cVSR4fyzj/KLXPrV7rF95Z07V JGvlvIkvLqG7WdDJEsU8MiMgmkq3NSASxqDiqcXFl+XkH5veTkkbUP8AFMGjSJog9P8A0U2cccqt 67FOSycXfuN6V6gFVj8N3+Ri/lz52vB9YfyzDq6jzErW4Dm8S4i4iNBGvJGkZBuK0rXFU1j1L8sl 85flxELbUD5jn0tD5ctSqUSyNs4D3ZB9LlHF6h+BjQ12Pw4qhLPzJ+T8fl78xvTS/wD0NaajJN5p vHQ1a7mm9NoLff1SiPGKLx4gN7miq26ufyludf8AyymlstRfVLmztj5P0+ikRWsfBo5piW4JxjpI 9JORVaEE0UqpN/iH8jP+Vm/oznqn6d/xF6fqemPq36V+uc/Rrx58PrG9aU71xV//2Q== - - - - proof:pdf - uuid:65E6390686CF11DBA6E2D887CEACB407 - xmp.did:E26203960B206811822AE85E025903C5 - uuid:e329a261-4059-0643-b467-ee82c9c123d9 - - uuid:b1b002be-891c-9f42-8d0b-28b8cafee3e6 - xmp.did:0680117407206811822AEE941207486C - uuid:65E6390686CF11DBA6E2D887CEACB407 - proof:pdf - - - - - saved - xmp.iid:F77F1174072068118083C7F0484AEE19 - 2010-09-26T16:21:55+02:00 - Adobe Illustrator CS5 - / - - - saved - xmp.iid:E26203960B206811822AE85E025903C5 - 2013-07-01T14:20:19+02:00 - Adobe Illustrator CS6 (Macintosh) - / - - - - Web - Document - 1 - True - False - - 1152.000000 - 4704.273400 - Pixels - - - - Cyan - Magenta - Yellow - Black - - - - - - Default Swatch Group - 0 - - - - Black - RGB - PROCESS - 0 - 0 - 0 - - - R=255 G=183 B=188 1 - RGB - PROCESS - 255 - 183 - 188 - - - - - - - Adobe PDF library 10.01 - - - - - - - - - - - - - - - - - - - - - - - - - endstream endobj 3 0 obj <> endobj 9 0 obj <>/Resources<>/Properties<>/XObject<>>>/Thumb 19583 0 R/TrimBox[0.0 0.0 1152.0 4704.27]/Type/Page>> endobj 18559 0 obj <>stream -Htjdѹ^@:;:ɨ1!?1?v VͅTuﷷwo/dܲ샋M}maBFaFX"%-EM,rbX")MEU,bX"-mE],bX"1Ee,2cX"5Em,rcX"9ͱEu,cX"=E},cY"A E,2d!Y"E-E,rd# Y"IME,d%A]tI%A]tI%A]tI%A]tI%A]tI%A]tI%A]tI%A]tI%A]tI%A]tI%A]tI%A]tI%A]tI%A]tI%A]tI%A]tI%A]tI%A]tI%A]tI%A]tI%A]tI%A]tI%A]tI%A]tI%A]tI%I$]tI%I$]tI%I$]tI%I$]tI%I$]tI%I$]tI%I$]tI%I$]tI%I$]tI%I$]tI%I$]tI%I$]tI%I$]tI%I$]tI%I$]tI%I$]tI%I$]tI%I$]tI%I$]tI%I$]tI%I$]tI%I$]tI%I$]tI%I$]tI%I$]tI%E]RtI%E]RtI%E]RtI%E]RtI%E]RtI%E]RtI%E]RtI%E]RtI%E]RtI%E]RtI%E]RtI%E]RtI%E]RtI%E]RtI%E]RtI%E]RtI%E]RtI%E]RtI%E]RtI%E]RtI%E]RtI%E]RtI%E]RtI%E]RtI%E]RtI%M4]tI%M4]tI%M4]tI%M4]tI%M4]tI%M4]tI%M4]tI%M4]tI%M4]tI%M4]tI%M4]tI%M4]tI%M4]tI%M4]tI%M4]tI%M4]tI%M4]tI%M4]tI%M4]tI%M4]tI%M4]tI%M4]tI%M4]tI%M4]tI%M4]tI%C ]2t%C ]2t%C ]2t%C ]2t%C ]2t%C ]2t%C ]2t%C ]2t%C ]2t%C ]2t%C ]2t%C ]2t%C ]2t%C ]2t%C ]2t%C ]2t%C ]2t%C ]2t%C ]2t%C ]2t%C ]2t%C ]2t%C ]2t%C ]2t%C ]2t%.tɦK6]Mld%.tɦK6]Mld%.tɦK6]Mld%.tɦK6]Mld%.tɦK6]Mld%.tɦK6]Mld%.tɦK6]Mld%.tɦK6]Mld%.tɦK6]Mld%.tɦK6]Mld%.tɦK6]Mld%.tɦK6]Mld%.tɦK6]rC%.9tɡK]rC%.9tɡK]rC%.9tɡK]rC%.9tɡK]rC%.9tɡK]rC%.9tɡK]rC%.9tɡK]rC%.9tɡK]rC%.9tɡK]rC%.9tɡK]rC%.9tɡK]rC%.9tɡK]rC%]r%]r%]r%]r%]r%]r%]r%]r%]r%]r%]r%]r%]r%]r%]r%]r%]r%]r%]r%]r}s>^޾}~_>=O[GH_빥_:~oρ/?4>nm}n͚u|n:5Ǐ|>Ϸks[>_^뾞/_^^}~}=oMqz~Ly\;=2_%96p_ <|"$J@C)QRpT -pJQgDcnΥ54xy>rdA{hRDI?dJh5e-czRXt 7 *@+ol6&rpۂŗ^(Cb}|a9#'rilbvֆF@ f)nI `91@a7hqʉ  PIRJlkCy$J2SŦ>bfhv|vlyc]KU'.EԘJ}#gx/&N3  /:ʢE&C c7D(k7H^h?

    5*/ݠeNB^".洔뎝'Z U6%(m-~cq]RnKllρi W'h'$HݓMM-NK3h=:D@$9MrZ n5}SJvğ*3;N0Ny-sZͫM-NK׽3P](xD}k<y^튦dkg^3Z:5w p6d* *DISGݩiX~GȈݠT~ y9!OK;c<T`Ϡ(e[$}J՜DB|6ɤ͠Q-4(v'қSbI%5nVBFԤKƼ؝?ȵf^di jжE{f ם(SH;$}+{2juÀCeIw|6vh޺':-Ƕ|W/{f oyqZ>md/Cr?^:A[%?\#$Gr $}ImccOn^(y"/NK$I.y >K_+ΓB!UuZ({37{"3< )\nT1? 꼸C=9'(Ȕ FZ{D~iq -߫@:q2ԣҩc\q'c *%g٧;G$ԙIۑGc+Rfn{@%lWu((9LB3R(WDxHi?J:X̏=|s2ב1BN ﰳe;[XcDb95]dorڧ'Szއq>:ck3PliEuuйlƞ>P5h%vzH;]ow1m5B)*ʜ)RrFy0ZZNMFAʵb -R>1_I\ R943H;c5Y] ATo#aS~:uS~;xzle Tpճr$ ܶ)$EI$T|% 9l)9r#m77xAȞF|EVtf)ŝV{YB|}uaL$>"pZЗ g]Ř;;ZQ[w;$>A)^&mU9tsĜI$/{6͡BAvLܾپzbޫV]zuB$ʏ2ő}q *ysטf5G\ꦭ.tZ/%^Jj=y /%%=3u)C*8(Yg"Ñ^x6^3YiMJi{V}1i|Eȁc6Kp'j1 #^,-fW JcV5fG%O8kY& l!- -=EDB ׿F̬=+!73ik㹀Nuc\̿_tY4;pB9~#"9!e26tj#1&?_j鬊sz֔X1t*W\x^Gn:'coӤiN638i Kapzݝ? jB-LlPR9H]`F؄:,n<3/"#:nu4cOXC9GJ-3fW495`⫦ ?R:x-Ҏ7(WDx"ϰ*^mD3F"aUVaM' mXWTw'8;ihA烞fȪ=z9kK@ (TS?J@A# pl7NA5?_xTն.9F|/.H,r,;O&ƍ>J 9cy1F.d%X>׸ϴytةbC)+M`g=ɹ';D[,r}yrHwk^i!1|C|םm$ G)m8;c=w2 }Rs29I0e6o3沿E6bVXKk6Xƒ ]X&=J5|ryk;OMm鮸d?qRD{yN'0-;MqWo_nɟ+B8ǫ8_x[Yǫ2׫R9_|jv -*UvXѽ櫢w'Uf}jToM2;$VI+<''8($ BO>PYРVMP-ipQYtita<;8~YzW'ësQ05*_*;i]`S1K%&!̍T3dg 1ZGg>Z'~yȻߵx h2EAcUٽE6uCam6_{0M9N0ZCBVp ʖ2h -pX} -$a͓ݒׂ_l=rZ,-KKsb#6wr#Ɛ& kBV'3x]QyDgגKl~2i_3Nri[Ԍ~ D'9 -`^ITv4Dʡ0ղsB>ԼF~ܗX^v̴o䰮iv]s}]%*LK(OjiQ/*) } Mk4٫9MYfWιZ|ιՑ2=~pm@K^SfKR؜jI)HEv؉/@2b8FƆ8Ƒ2 9{8LZ{@W]KGA$o"H'FܘcNNhh1c~`c~`c>1'rb,O偱<0dxہSKzG4|RNؾ59Ӯqߍ/9Xs_%98𞯈CUcf<=0NZ(.F%wU]:N)&TbB~=μo34Hr'ok2{тﴪ-DɨD }"S^Q3(`yQqe=9L"+r_Sʧ+sl0կ|<~v7졟~Ͼ~_~藿~_~藿PMnT{hvS׻ZOPdESjP2ytQyHcHLzouf"08$ip$Go%3XflHʠnM瘸nhk~H>zઇS/Xs:I+ldc;u{"|V/?ſ2聎R|?uG͌y7~ҟ;|i J="vc[tvQ'e1KxvA 3MHꫴ)շC%瘨3Eg{]h"R^(m)Q( 6֑hzƯږ\>yXul28_o 6nα\qnݿ?In$nvX2]\7a]; ,7z;:0+><ez/Cd4s&g0\kMah O9GGM}_- xXQFu ƛPi\PWE"ӡFmsfyaeq˧VI )ܙGӑnCET,>ab~EmymP[S1=3'c2 ΂d!Wķ5Em *`Ie?T6g4|Q d_!-[M{28ޞeqNi8wX zyddQ-93unyX`C&nd)N>Kl/Cxu ޾~ Zۿˈf?شo}- 6E>/? > -+rmCmUG)>0Jh@Vy0Q`):՜gt]hb%!rYB~Uըab +\BZ[FTAH{SէUCWhrTEZZDqxXdKhr߇ di1Ѭ=y -XJJt -xfLAWog>u(V{%| ?vdhJQP +0^Obxqa|Gd?8w>Ctf&)^r}]7{~ wy\|$B=Ƀlrܦ!Dj8r.{FhKu`]zP?zXfз+FQ4jgUp(JtcqS}+@qCïg;Т>K*"ԁR@ᦎ XB<b;?^ -3?Ȕc^J b~W_ʭW_%?6$: pdEvswn?>mLz|=L|Ui|k<ǥuJ\.^v 9:8vV}C.oy-jdbBoz&?B%FNڈr,֪ q7!#ko3թYD{A,uyd"@;_Q*|/Ȱ;:rdmi`'BBPGF Ǎ(aNCĮ,dը?řj 7tFyN|Z+g\FK#"<&xμiY6M9U׌nʞC`%ScC K?o#> uPӴ|rӨw>0fjtHQL" ^I J*úFA.oƾx#8]?reϘUNBuXחMB,:>kN n!~\5,wxv#)Q3?sƗmaN&5ycKu^sXɛlw`%b27tDj&JbNL4L -U,w<EvH&=I4'=N -d*:6ގRb> M:$~,LȒsa+s3O2`8I/]_>/̖s#ГNk1^|6tu;n|ˤfCYFǗ_i͓}5C|.58<IEȎV"[;{8,/"_N It2NL#b41]x@4ЇV^vtCuHjѯR5>>xЊF`{TN=VS$zmlԏ䍼e29H$->ZAeh٤<UR[pKQhU㞃D!~B 4 -ND{6k*T8&5+@:ov7%6'TmA,%ЗkbFBooGm@( 38"/LS .ó Ό2&BDCmޔa9k$}HR!Uʽc([O ‰Ի8u9)(!uR~o X)ЏwNůV.]LpCa0Xc - LS5lbSf%\3SֺGNvԖbq)ʗyZHCp-DEљ˾jDpm{| Ń ty {H/T:Ic%àb1/u'#"(7 75}cQ-BR˕ .wHV9XWQ5_!ܘ$F (y2( 4pN3@ @%T ѥw!Ό!Adh#[-k*/6f :gD8pP#p/ K8FۡC%_B4,9#ţ G=]b'Ǻ̞ܸ Lo7Ȑ!Q0qv7o.7}}n<npg*_9Ȇћ**.zBRdk)E=zEjA,RwU -vbnIB]ImKl}=F‰^5vp3Bɤ:  )}4mpC]ӻOPJ61Lメju 9--iig]g#?XRlFuo$~ )K̰s5c$,Y7Sڦt_Y5ysIz< ur3 d_A|X`l{q̴cIz(ղ -i Z&mb@{-y6M}|\>%0Rjx|u*c狚֝<6bۚݕiޢ=Nm=HӾR${L[xgg[)S` :ǔfSB -2X:T]&~'6ukl\ҢeѣpJDtY;pJa -ad>-C9Î@ -gԪ)gp?W2|?0cXm{+gºKXMuO,_ncd`!Ȅ]c))7)GW(IK9^ςNjf|uY52.3%l/ -c)`7>$ Fmb\f+ Agɻ}9,ݹEj5uiJ;-dz0ejgKH-.yhf6^{`U} }GRÞ8uWxa/?"v+Uc@N{%:]-3 R-GH.1c)=UĵqIYN;ʺvZ:.2&-@VBu] q[C:/k;5y f|GYq(\&8:"MGOmi*ʪo&;zs -_ o-̩ƃL.Uf˘FWb$@@yg?!W+bGGGKrBY#-8ǯt=fuM6񝁁JNI]T 2#DFD^B'*,Y_AG7`8CwF428|2TT5iW9H e*AQsӗCʧp}f˻hemgwaʡ?_|v,jz}C:8.v! jc=KG&f{7 h/OĎhq@ԷMdX $<Tn=eN17]ς7z`V<֙뫋5Pqp8I*q駠(#Q@\(lUmGQw%l'#kW҃F G):;:,/1;j#jZL0̲Gf)!0u -a`R7m@ 819 A=ODyY&K fZd)|'ck(W>Poֿq.GX *Fn/$^/gdMƽx1`QYEmڦt,Kj`Ka~(׳Us=^bJt#.Mgʸ*?e)׵Ue]BTGwIhHqY(WG -#*~¶UyĐraS/"FPM~h75 TsB eh\!gyhy;pǃA˼%gYɉkGp(;!EIFw@ -{.gR| t>cqώ.pGxv(μ- EKǰgM-nAZ螼|wr?vꖆ%OaxXD5ݢ'Lsh@F^\zo휻 I/-bG۴u.|ݜb%w`̼?XnE-0NIm[(BL6+G -- ^x,'˟TN5o#q3ٹ$uq~Y6u@Ek_NwORD4}00hW6$~W$xZںa [#q/D;=?8VKSf> 5^~s]ej)FFlN=&;>xC4Uo W_g*%քz PJ|x.Dܯ?'u}Fr@7U TPM$tՄASd쟈 X|].ؘ*o"_,TWdn9tm>m3]R Y+@`K6mmΤ1β*D%d( Gڪ:Z"}/F\2$<[ΐ$r\jK0Uq٠2NMcӼ~祗8온U?s·lbMPbPhA !_C"R:YP: ҵك -b ¯fj9q㪫u}c;XJH:f< %ޔ^}[Zۭſc[n)II q֝Z5~E<ͣi~L>Q&KW aArVmJ~i y֨ݳߴ)Ize{MXYI0)j\z*ɑ$ǁzE| ڗauČ# ̥)Bq1ˎPfٷ,%iǫ -7?qhاbM<{Qe!=!UfC+%SrD1M55m\m<\U"GؑxnHX' +ZU9Y(S!KɜB8hw_S.7b$n+ޢWeNu}aIpm; Y+g_\+U͡p)~dѴh‡$z ;.C[:͍j>تUx --?O.fW,!PBbyH,G[, a81>N' 1 -6-̮*Qě>)~\g 9Rud9G;C B5'Npd{6ͨgHdCK@TZ+Feo5u]7V5C$VЬd)</4jߦ2 X'DjM\.u-'C܅0JqqvGU(.dBǻWNդc5NKn=Vom?oӴɍ|]Νs̨XXS7ܣwq/M)}7ox˖gb9Z.aC`h5Bz3l?@۞Ĉ{9ߑxk1&C+\{dayGۃ(G6Q1ˀɶCjֶA-km1 ,'k\?kbߓ{YaؤPRijn |7 u^l =b=`1muhv/j/òfyr[3=|}2$܄zo }m5Y7jG)ɓN -"'jK%>$e)%.-ďyD9n)4XDsܟ#UfkTy/qAX+{w;m*$j7'F+o{x{=o^Q[\_M8@U3y<n&V^xxw f͸=/LD{1ıCGvNK88m)`Ϙ ")̚gj{T_ <E~*"6>J#:4Bxq&вZ37? D@hB0HT2ldQnTXd&@ZIzU]2ܓ:v0J.)f"J0+r`8|bs4v#[OɞBK y -UB,\WFLl\켱`?t`/\XLOjS!&#k.9qZ`%xHiy*]ö檔_t~YgWks5Ei2=XJ`fRpծlZ4'{Awy&,g2 LWop&Y(o>1󸏫BHKIm;N'?C.ou[P@g} S?xˬ]IQ)qvW0Nchu5*d"j*?\nD 9d٢ g7F𢡄EeēU<,4ݯG;s5|*dxm&[(s( -p1"b[ؾ+fv/DEЙg -_ D\+XװsvIř'*F6ԒX Bj6n; ;8/53@LY@]N/Zrce MWB9Rg9: ̤W-ȰAg QRa5lAfo_`L@<1 s@nq4,m86 Zl[˸fr)Py¹cR WWQ5/ Zlöȼ<A59շbpua.L 89bhǠ:* i/HP]t9/ft\(MUS}sRka#nڃtdP:huxͷ WjX/b}dۙ -]Q -dK?c؈sw}AoSsovv:3)Rtʞ4(}7a צ|ɦ|1|U?L+T}jf4[']1Y30]sp:;;/ɝ1x]Xۓ7( 4atum@`Լ#]9Q|acC< bfK.*Tm_6KH4HJ5Ep!m34ɬl$;:cQ߰%}%VBǼĠ0 !WGz| ds- IJ5)k!+SXUsHT/ptA Youp z %81TUZ'<YvT/:j㙪aCק`D&']cCv3Yفk#wpMBJF ] vAbyƑ|+)+BK[u*W!n;X{r !V _O`U6Ta{iأ9r^eQGCTl"0@hbѳ !:x!J1:U Mk2s5CNs-Gvu- !<kف<93d1F~+)=!d;/z?yCx9/BysbQZ`]~fS|Ʒr_j -eK, }V_ӓX1X 0ih UP]a`̧K Sټ&iCOy.gL?MI2i#cUFkPIRH}fEۇ]uJH -2ڍO\Us_)`:1p󵲭_jp҅}ZM=p .]UC#_ lZRb6ڪ|]g:Čc.Ǟ:H:{>Ϋ96 cBUܷE cS,cB9h/WXuΓsh)7-tkRM;DU2CӵB?:h^d SjjZ<£iKvHKAh x?-.]mN64~Va'U-SQ)0gVw 0E\j+sxc{5ѼlQYН{4;эRʶVD<-T}XZU4/О40֠-Uf F~řZ&imhxP0R3l7 >&aمsEbꄁ -V@%}2>U+wD0>*\ױp j'ĸqI@ʹ =7 5cM+V'tqVɚ2|h_4x32Ekܵx# &p4ۄsa.v$]]/: -UX9oob\IQNu9-rI#H0}aYb(|q+$S'TB.j VS^#:>QYE[_+z׈il**jvG[Ipχlj&Ɓai`pˑ / -pV< -@1[!3%6hco:H,@T)78TY? DK2 ;@Z4ЊqlvUuotL~AɢcE%pߜU(!H )rؑIR#^2 _.(ft=!fJ^KG۫io; ,կ+x#"UTtUYROlgN#6I/_S4Nώ~E\ dDO/ec 0yix{':8\8)ۢkJ~ -|Z# -SY -LO/rHL=%|ބFVӒ5pQݞ}d_{₫`a.f #`}؂,u@NDoQK18 6YT4xLBk -;LbpBљ H w}hy` vg;Au”#[ o`y<,>ZU1UvbiukHJ82xԖUE Gb֒7.\06kkW nCfw8(hf*AjV w.B\i~lvK]fBUC,bfT@E&W@ WwIFLBT;<#3!O,Qh @(j4.Hg%eQ4[ Ԧ(&\,I\<+C tTU -4|8&AYr1h%ǐ`{C:3j,6jCR^=qPGPpΉ* 8bNs|dMQEMy.l$?2|]F ۂ cp 'l{A廅dc$[*. D\4!%H.Ք9rG-7M[Ch;:kV!E.fB@7GI#4qu2U[\ҭ9gs02#i#K -]JaeË*yUi@! d64iU&į۸f !<5|0NZo 2!.>}lF2_\ -vD2&(Z^S;".mۑieWS?8`)uy2z0Lm[."auϫȋi7?+{h='@"Ѿ! ˴6-C.A.^n\Cv]/yF\ۆ9\zDRbF_F4H*k&C D? >~jtUj1ǘ ul! -6 P|OZ%y'kqG?L zӏsW  ,1Ih^_eY -fkO>+jeND8qUz"Y~bZrda~NF9A/l!)d3S%DR~XÇkXP\cW;pfoԏ(GBɥ=R84\qqQgm$Hհ!NudI8DKVÃ&],Pыo>#VJA'|]_lusޗOy@ >Om >Ԙ4& 2*5pd[4.Ȟ٨@Bjc0a%f_% -vt=xDc 3Daj9V"6CgUlϼ^aCGp^ֵ_O edž`ƙcQ;aUxUu -,];o?5/U%ّP#ʂ&â%[$i$eo>|M_]ıQj8۾NkeiDYwSz˃V-3-"@QPV&)g3*38ux-lmO6ؖv6{f'lglKlKlm?|c[:flc}^hhZG &UsTp"]딞k?Dk5&bgoyNy];yGMƦqhؤa׮eClSP۔6eve0G) cWquB?4al0E G#}Wl K VmBpv~T`"0 [&m@+ַ$U??v⏇xX?m|#K+c[GdO$Ab9X$yGHz|<#cxJg}?T۟jv MOնmbuܫkǭjTmwJ)WJ|E/3qM$߿~e/wq!,@``@&K,-ۺw\TQKvbWTn6VyM^?t$FhD]Zy}C0 |9s@g|Z*B;n9a;*'0Fm ?7?X(Su7 Rz32vN4YWzdfڸTdͦ`BYtoY;&q -0.4n|f4vSiBFVz*VDbЂ0[QRUml i0m%$Qgۄ|~v T_=MiȋPT5n x>> kdI1own7cݒ%*u˅7k m'Ϊc:,eY]^DiF,Bqk,:fhqóC(Hkķh_#GfpL P(;1z49@K ň -9 ⪗(׏VEdVpFvK:=' /Cj 6s} >.Fn IRPBNTDEL`-L.䍄2$/Zy{>X| ^;'eKk005]ОcLc+3蟏6i Ε xmoR: f׼re5bWubTìU.4׻Q,'W\˲4kDe ek.Gtƕ7DP-THA"h]JOM 7Mt^kH1~c(KڌGӉT!|?V3,) -둈җˬ^msEQUnXAZXjv0/]*jDaIY~(4gLY8P/dZS#Imq%L=SIE,JuDZT˰5%$ZQ1BKHۻ+8tEGV._WƁ"t)+6T0RUΜukjWҮ:(UTZ f~(Dwuqïa_nIek,:6Zli gJlQ.^@Llj~Ṡ4 μEh[U=gv΄Q- pGR=tF,{UšO"m$Q\CS(EPhg[H㥛m֔o[mA h{UxK@k;e;7̉)(dZ-Uy .1 ȓ 4ʔ -"&@Ĩ#80|Vmu4;o*[^M$[<\In2]4 YB"C`2F ɂVEwc0͝H:?t/UC3,:G{@C(nE3RpuPI25pkcu6HYQ]VRG3GIy,$_FX]x/Սݺsx%/ҿ_h`l*.@͇ce+Dy-l|cal;x`ӊ=2;KXL Ic"<ཊ%^opJ{N2_gq1.pMH.'=1#ƜA]Qlp=,R =$ɀ0́Hʦ^6 ,2d>қeM M1Cc)htiIVkҎٌJRE;Ý(U2˼0CM}Mo@𖙋n,oQ7=q9  Yņ PJ-9T(lA'sS|d~EDqEMz~zbpY w8QG}燖#X/B c(lbA#Amop"_4Ն^Iҏ5΅xwS '+#3ٿ -C(:x94xAey9d+Ozfғ3iț̔/zDLO%UI;:;\@eWdS*y,l8!VAa<էzgCL,R&u94IY4B+$˸KQ@>} ^}d/ON%Q2]+5)}Ńv\ȭh:,1U&W:2 9. -E]llgg)]DZΛ&DgMj=$*⨥a+u.̂iJؔAhy|cn%H^= {+/K ypआ`.9M(NNV5OqޗYlo0v $F1[rbƾWHYsL{ -EAW4GOǡ1mm=yוlUD"MC{],i SziR%3|6*}Y,h'Fpk3mS n" 9=w>Rr!*-,K^JgI!2( AU1s׳\s w6e3O[b2-Qu(hMȢLFW)yí9m5]X!H%QnrD:UI^Ш[q$ۀB9 3PJ! +llAvAq!΄RL1ߙfw<~fo*1=o2V12B )>Vgۜo]0کi|z; KƟ^Mm!+^%23ː}'Z#dn[ӱуHKNDvvuT)5S=0q-3a)^AX *ĵIBkBZ(L\zĢCa]pB 'y10VՌc"rA=d8F( .& e@jC8Cv0Lz*&=)`WqM]BN;W`C̀@T'ފQ/*ia^'*_t u-fj>|SH57i92n;g䱷3q^ty͠8jQA%12xuo :]Uj/6%@ӻq'l;D}UA4:MN Jv+CCΏ!NYF$ed[W?؀bW{'*т-G<@8BaA 9{ěCLIAY2ǦvM(*ThWܵnr_`uKhV/<%>C!D -!f|cOܑʼ1_9TD=׶X_<ֱǍm7&J!AĪr$'aƃIY+@!_.dij-G8$]׎18{3^m67mKڀ,a8w~w󠪪6̝.J"CF=Š͈΢Ǎl~ՙ-UiLZ6NwE05]Գ} x^K DI4mC7[LbW| -ʼ°ɸN囌kqMx6(1SF>qurwA#|_JU{ܩ_P*M--i.e(YeT%g@v5xs%"f[C05~@{=sF0 bDl*֑H׬.6,0?j brDR®q&_@C9y>ح8}9KN@s6)(pj  v$*fQگqwP!WVP>6qo棜W^V w5YpIXf).-DF޻?3,\3E{ܴdOPrkKCF/SB͊}eepSq{sDˊ΁K^j^W6@r,uVl%Eͨ -[ -Yg#þ2J -31{x ,;_'Zt^+Ħi#Ƃw#9 9e.<2/t}{7( b8]5 DO6m1abfͽoT( -XԷV^<ĄC'[a. x(ah&~ODNRnT$k!s$lS^Q'Q (t ĆVbD$fS`IJ;}Z6= @2xw]DYƾj8c|qI@$iq MT * KȺ -'TY@ᇺ;H/4mwۀu?1a}QU1~O‰F#ؚ?a8LaIMmSu}Ut,(կ!W$хRoK=<wd+t"JГA]Zyu-+,2P! -޶Mq'yv 8 4b8RllAx"dݕUTpݪKAҶd1lW+j)qQlW`緫NU>3Z0p}1DAUS4 FB_Uw`AA ]viۭ̝ͧ MPy!wOrc\DXk(_Hȕ*4'=_wܓb2j?|I,{UGk"X^H.h /mTNYm'@6x$g.누ڋ[S&o/VB[UBrG]˕JzL!1:qb p[#̒Bk t6 kkgV7g[sLFl5xOcC%j!B%Jc8!XbiXC]Y D}l] ddbs oLX$V (1jq02ޜڈt*%[А<œ4bBzѹѲSa 0kK2;X'=R;!p2#d%GuV|YSDJ|Uye$%~6)2Eu50Ø#78gqب)ExzwUuB~NAx{̀zF 9mZ$7a-9Ky5<!}g7c`kpиa^a*c$8E!JR\@i ]OACuYnKn˱.CK)X![)1۱9zxʜ^ӓMPDn5y>^odrW[;<YIO)I.{-e{$Ҍ -q 4^W5DSDh;tH{'$ʼn刹0N7ܼps[dCA^tR\ J.b[J`FX l!J5<\WWLТQ )yfJWgΈ4UVؒ* epd ĻjY!W/+f-=*-;DC8>o e5O`7O26nJЫvk]_" }VجTif[sٰ," z2/rC߼8ԏ5GdtOObhJSoKg*uY?ϧ,1">ʕS ª$W 5= YQUܮ3JZu˻jRZW^z.8x"hTH@$b?УRqUڈsY$%*+\( K\PN3<ĹoľuͶ~n~/*G6/CU(!Gh4z"-*tdȐ1HD./_~P?.}ӉL^ r 'V:x5Eci=9.R^<,L`gky,_h -[% 湼nau.!@t3]BAX:u\}v=̤_!,53 -de[iˡN[X6EjZR]v=nx}97s*#p -{n|E$Ftv7'--Y8-$9Pqt>`㥮.bK]USJsbv"v<@r8HC,=\%!SutEc(MAOgM%e/c^OTܻ3w nʠOr1Dbk{T3K6ԛ͙ 9xL{A'ҏ. CWUgk,Q]\#zl:ǪU@\# Dj?ծ6똗$9q? ees fD;4{eE8ь[w!9VDIMb5e~HaUĒ`1ih<h14Y:{Lb>W3 z.XK;t{5̫M K EB:9S_ʟ 2 ɧefZ:ky~).ȝ |usH$ HE 9!&}6պk^}Ğ[0 ChcuCd:O0Z 1/Pwrkl}":/UEȋ4ޗ4Z = G~[" ?*a׾Gn%;tbBWO=xN94]_ZΔ~sƶw-6=E:F͚{UmWL]/0 iWMd319<}i<n|plg^+1 (s -äI ]oسtzJw^W@u'Tf˨|ASWHgrWvC4-Dl=̏ֈ:VITT+dBxl'=f&u[Um=KjhUdGTmb&y|g)从+Ը#ͱ:;6h6Sabx-Rg#%=|x7[JJJ{R:K-VZMܽ)(2Bb13x^՛)d灾&He"PQ u&t Ja$2aR߈A7!!8Cbi6C& ->İsZ -:-Y<` x Bffj@`_ -Ӊ;?t, Ji䂇FΟ.R%" j9*='=Խ2]pe滛+!" ۘjX\dѝڇUЌ8wLPYv13ׁڞnpG.&+sGò~0ҵ+-=?# 3B+g_ПVih+zt2*!T} $k!2)-'Ŏ`c fʒ23C|J*|Jħ]ɦwZW5TB˅\&.8JY,ɔ 1C2Tj1,C p;+j)̀cOdFFʎnYKV $^Tɦ<4|K -+4~I\ V.Yahȁ -Qx\pQBjb4`"rv8gZ DAz+SwU-Qߩ:&JtS|pa7ށ& h9i\J `? -v\ud{XN2 kꤗ$ ԟ=~ -5]t%"nQ,leV#LT\L%=$@ӆ^%I9^=` IEc& Q&+p8[{ -{` ʑ#( -M`q0bAuWVqB[Q|rƪ}0<ߡܲϿeN7ѭ$ܖ \ʧFNd_HŹAaw+NybD.D^0ÎX!^NIHF E rAP Bz`,~`0}&< NvYVVtaO;"S>.yZga @ 190 |x=E'/*%_Lɳ/*kTYEF1_Vsy Xfeg#]Lq1x9O,:~VyV[z}п":1o,HTNZb,EtBonmİi|hlp3+eU?yF[/6r&tfYfPKڿTsx*m &)?t[YjRin %%I~E"op eeWyTцe3Uu ),dNlY!lCc'1 >g괦Z4Xlm4VR6bߘ$<}vdhZ!N0XlTgěpP[jc-x+U;9J5 H\ (?M# Yt]"hj>((ӲdTtj-ȏ̙YZWa&E%N&HH O -F4(ٕcC)˨#Ẇ9 FLjJ^CVCq-)f\ LU}1xuϏ{oAP?IiJ"7P CޛHHxhvoj Tʼn`G8r 9q\-[ $r DcX}&q@SR \:i.>k*;.Ŧ1 lS p9 .rȌ$ $ - ,a+ ӁhK4LI7`x\ r?$8.TM59YT9"ppJ98j*~TRE` 2-`R*7h[}bl>Ҿ,Gd%1 aB&qu٤hfuGoyHG"?7V^4@"d+@nm!ĤVHAԲ;8Ij*2H9wn-Sؑ~Cۅnnϫ ƌz=QKPi*+Nnoई٢ałX]z(Kb:Py2ěj"ؼR93M<^hb @ A: W_ b"3F4qacuEUkX $1#y\$CnT+Q9gnz%.1<e5Յ9-ffbID2pI"!H Hc2hqz V*YY*;(A:=)hr=7h j)ՄuՖD1ᬓ+ڍ\FU -$dk]4ȒT̝A)T fA^UfWF͹Q[:}Y'a!GZ4@f<៝'8D@Z1KJy9K^*$`)FǙtF&ctM 3+aJTSә ]1;eߢ"6W>'QD)\-Tp~Ȓrѐ^pn~dxEÑ|kDv*b)9pAR+<Ҟ,f^L'(n[o`o`̯`_ ߠ/@| p%[<|v -̆YD4fEAIdsJRjXoU< aBccX=ԏr*3ghF^ȿ׿!qVyP -AhLQ]V=- U"-*E*-GQOn.ekdo6c{#io|ڷ?«%GyG(Ӌj `|{GI=euzR(?o g/2r"F?%=OæBIОs zŦb…* o{ǭcsp;jL-3)c+qCkp#?g\Bs!ÎARncBp#Bl}&MڪLץF|myW5ͳ"]?qDDƖ[ D8]5?B\Aj<ԪUjZͼ@kL3R&=(3(Bh6Ơ_Sv首ZJWku+;(w# ̖ZVU2 _C6;.ofZG%JQ(EqU+Bcޖ!{nyh {4JYHcCH[? AR*`A]8R/qQQG)2N5=$TKjX{|;b#ױPobkuV<- ɭ+dW3f8Ys5zl\,cP5j71չO8W7DJq'>On<Ȗ9B@"‰=CDF`"\ ނpq&4:(ٮ;\E,_HL)衸Z][1?!L={ce+qB}Dm%s C%e<{$ܺ6TT3>G\Iq7kHK5(YnA= M1t!< ާسcPHyk+vFsق*х UD,+5̯j/N$߿*ŌL+"\C-_mf]<#o͇ͤ¸/;1lRxRVP 2st>U,& 1bxIdƨҳ: 2< QI`M4nhEГN{D&C<[.jvj䳒'B97`T<32B0/ھ74#*v1׷v 0j(09zWs _OFo;eiA?L໇G~FyKV:] :3xS2tWIeMxM -l69%;RzHspҴ^#=X|]zĹd7:slzu%s-pXFO=#iL$"FcE b- eLJv_J kϽŭ0dEHZTTRcڥYtlU8?L(H'a~LW6mJZjJb -+;.Y@l4G鲙k2ֲƽ(80IĚvh>S^e\b mQ.G? _/Y>Wvi~IMڧ{TW |P5TCڶˡ|+Ρ8(N8m)[y]1؊pHPҥaߊ[(nfꭸ򢸘8t(Nsk++|qJD8or𲁗or_^ ^^6 ^ x  6Cm1   ZȦ/5 D -}K'Fu> 5Dqs=nvvjgu=zG}q݁t,.Kd eNGߡWos럧5п_-5|3=-iqPFlXƵGЖmy8e[6u[O|[|Ʒ[ߺߺ'5jہoW|[7uےldB1IQC-`Lylze}hyAm.ʼn2_Zo}پ]r!'(?mA.?DN~m$&"|4^nΞ@tp^k;\ٙ')ź#zDAZxȥa1ʒ -|'1 6'2r=fw*gcE-nц&tB.1a[3jZ#/tƲA.~yuU2Uok}vd(^I_vEt?gvJkXMhK&Fp<UFr -xhKS560 -T빲xgn"v{[(xbV| h8^ġeE/`: Xk`uEѯ^ٿth2ܹ(GV3c{i{mbk¦W=&KLV"!^~be[6hZ)g4"@Aj8|ߟr1 үCC&)_kZܕ2]M?}tL_?ڮwޢ& 4`eK,amv_{ӾR} 8[A5qJS3+qÙE[P@5,ϔQt!4 -spni~(,kP܌M5֜U]u98}NOcSi_a6Rw}&&{bIk= GҰ lU)oD3 #yhI곮֠>(m4rb&? a O˻殞½IW.-I1jYh޿]KoqAU4)Ҳf%/ |>(HS[zSGwM+rYʇV]Y]LӡFx/'Hާ[N_mPBi; !-F2ތ6߷c?EL5~kկuUC_oʷuH\d/+v%^b_g`Qf'/~][/5kz)ao&&~ -+o/ &NOO`ɛmMf ha#Ok(Ҟ3†~ڮ$*Vak4F5C3pd =5VgS՟NѕBb^њt L|xйق=>t~=-tx4h*If+fwde4Hz$=Qͮ*4::$pxqeG/"$7J8$%ۃr<.>-L"Nݍ&^)IqO* SKa~s\8Ǎsx(}ZҮra%ǫr*շl-W<1ăG\A\ʅ8LWs | Xb;Nyt!K ܈a΃xĥĥ݈Y^ۈK;ul-q[DN޼/s;}8Ky[yzm{kb>! -_mD];riHdz ό~đ._5M^9uf#dvB^J |,}e0_B.e# )'sT_[F.r]ō< y;y yiӶ.mv56V&_^;5ܮivM;w4Svsüq.m/m}څ 73BE+BūAE"7_:[^C][1drocKᓋתiVx.Js!DI4^\ ʺQ׵=1;UfS;0S,OoԽ:ŅfcHe rr'3c f:ݘ(5zf+/0yGmDĘkBG尥ra\uGEE/g3mkh0jE5HM ޥYSPIAﺤgmϭ5_Zp|_k=. {a`x{TFq1\K0UݶgfEأXi˾A{S4Ͱ/-# x计CُEOˀ7pTL#$,*եt29h#Ԧ:!}$uMA7~g')PmIW'I8UgֻBygU"TϾ ׯOK&uw%צԥؠ1ɝvc q lk6LK+*J{¬ +%6 ŌMJP;3\A{r }pwװfCɴ{I5&xyҜ-Jg1~^Ge6ua".->g`۴azAu;J݇{;PvjycGAG\}t\"Cw*tJŀ)r knmy~gMӵ&uV5/Q&>G͡x*@o: o=//V9LFE `c$z -dAPA"\5th WIn$rb_zB†d5]t"2#<}57 -Ⱥ׺Sތg_z`F&ʾfϤR?_Rs|z<ձrqK֫[ɍ@ }z%7Hi#!--00%-rPb$HU -fH?bWqebPff0 GB';]8|&O%SƵFIDɟNg ƥYTVEJ9 *z,!"" -cf )h-jit 4],\OP1b_`Oīj0 dйOC\$a].G "G٤"a؏c(CW_ۺ7rs * {{`ԑd+YL6!n|ۚs؝~eZ#JkҠ.SxQMY W,C $`!VGkq3VL˗qz8؊0)"S3cP3%z͗ض$O.;ߞuרaǿ~0Ҿ܏m[Yq5z:th(e%1'"iGQgn: vDV/Cɹ@'1BvDqErFgKQY:Uj_tᧄ!]:>3u,["6/S(v:4: IrRLK17ܥIHc69Igzs|mDj;dϹe|l]s&@[_xMq]BOajZfS >O^7nbpg4O%pU)zvϩ0ycH'.{ `(]9l{WDdK[im'YX^5ꯀ"b+fK{!i uJ+ ٟ<ۡ" .K^Bg[?߀Habdi 6uv:KC _Hip r5"L.dY4r}"!'rHS+1T^ ]3 E*Pi##/+3j^у~x s߸vP03?WE Y[˹uvGqhEը_o_IV TFZLwQfWfĭm3Vj1"8M a(&2nz=I|^nO q)?8CFPӾyjcg?ݿK7am3RoY,|<@}\Ao9~zrӸm m3}z!U&=_)sTڷꃿ+6[* ^kG,{)7 U}Y޺SQI ‡-Uyy>s%c=,R۰)vMu+R:NknY;k$ *5}ѶH+4+f2:_\BZ#0=ܙPHwgӕ:-3Y_M(F@F892 -; -( -r - -`|H0 L+X-H:6rS#<'fKE?+v{B8`0>L3igV* @>|NuwuB} f+E 9$*T)XX0X暕#Q9b'k ܊]~ۢUD,ʃ,NxB[;$u+#-KV%ŮgdEl?&93JU9R1E]Vk&9J@4ƪ6`mM$'f421%"̉ -([ j=@TK@@ָ 7_"?O9 U,v2kaL\ߒ_w2i b;KږeX2r Edm܁l;So[Xa!͇pQcɛ3بH_6RHB{,I$z -i °̳o )B@/u 1])va*]j[ K~FpX Exw0!g$ :uȫ_-%S[/KcmN{4&y'(,e5WUYZĥHo3^i7#k~#^ ]_Qu")*"(;0L,S';/t.fM\M$G 'ލmW( JgDL∐UT xg_d^4+'Bp!N -bO_D}O7q>tc*֪)MQGg(hf>z4W=@"[ ^q8?G-T"_Uّ(~ RT`;G4aF٥2P۱| ccD)&b:hH7AZq+s`S30P[JK!Vִ,kBnKFjGV[IlmiJԅ=$H-Iвt~[*] )h(*+#y@ Az?hkdJm)RZ)W`FGō@McfkEJ[,Z2tYqUاL_/(JA_ dXȐOY h.#*.fpmtNh;v1G hU$dC鷾j >|)!W$Z:?c?ϳ{5ǵ#&? ,3̝ۡ-h~O5 -|=>1̪zm{ưXFN[Y"g܎f3w<,XYEzM3 ˃Vv,t$}ۯjCHNzi.!\4LVB-2E 7a!ǡIE^PB c:>*6cq% -&e j }nj{59u`i~;徴un Y%X:^.ÛAeeˡ#~R/|riTuiM{4 s r;a`C F `#m oW6vA6! `#nAU* -ǩkiF{ۆU]lCVNJR=tiud1t\ eJ}9ӳP.cOZYB0qQj:~? -:/`6^^ ,p{\[|FQ]<m#t TT~q?߲a8!cϏ㷿=?~o`#]%9Ft_ T7쵡# E7 +E3If (2d 11HGZo(}Ia|Q!E%/X%Q}_x#ҧI "UB /C+OH8~\`#A *fʐgpm'3W)(>~'^XA- _/ ﯅XMm3#l$,!\ !ҙe go:Kqޭmzu9̫ʅ)2:H. H/!=Gt:=lk(?tKcrP /nL`P-3NVSkr n&_|?b$\/1V 7D\-}*4׌2/$^^(vAuu_l6t'D$6~VhΔ՘⭘׳Ywr'_ :Wʬ9j6LWfˁtb Y_N#[K%q!'D?}"{tQZ@o]T?K/Ģz -[ph=ktS/Oi9l"_=ᚄdI UB \.P_(db8cLx iAю-#W,̜KeŌVc4S@5^|r:zAP- L8]Yd4O)4[2dduB|h~CBo-?؉>n.%Kc=|WVPSц>}%Q.SmHhCE,mNW1hs']Nдf5HLsb;q@' RJ&ǶA2vF%/Q9Ps muL=h}(!8f^dD=ۘQ׺|Ҙk8?0U`n W󶝌(L2~ȼn:^\8[͇) -r㭑F0^G h-mGhv53E3Zo#:i䅛 ne僔0BUDLWINecfer0q#EMהSzju%q,Sw&ڞ,6ʮZ]TcRf>ҩU*Wr\]9Ʀ -^]kC=v|\쫂Ҫh,%vdz(W%_4nUjg?Y.=CгozM2 n3MϺ.=SpJx#ZB쫞 -Mأ -C܄+p#r#t;a pEOxO'l -?RrՅ[U]*3vdjˢvLf; UU\UUrUM$DiKQ4%YyeE-Ir(j]!uWՌ䋮2|ڸI|ؤ[x'O<;-%+)N ö`XW {Exs,8m@Ȧ@ ȡ4ĥĻL2/6A# bB5=PMiAu+i7\14v5ܤŌlZMeGWhӀ6?;e6oЖ =mmж ڶ@hA[whm[m mvڲWڸx2 ZZOfh -mU~ceV7UG/=3A;p v8ueoĻ5(sg0Cdp[3/ -ۃMYhwa+xxQ£慭腵ꅽ졾3'>Lf%3M `&VnJqe.Ŗ=Rw4]<2i1fYx=tV,)h2f//X S#Zqya'$T y!c04pnC`Q+ylߕM,2$H$% 5$fI)-Ȏ7'^bԛF l71-1 -s}³]YiUYƻ+EzN!JT!,2Z&ۈM`+X:@ ;Hz@P~&$gCu lVwp+5́m]:C&gYLp瘐5aZ eCDb3!;cAx#pI]G' -g|E S`(:v[HVQهڽP #>/aBA6^-_*8do(R~AcE3Q$FW5I=Ҫ|1ԓ2`Mo@9XvzqN+{|qE꩚:F\mbYJ\ѧ -LO|r[d - 6&Ȧ3b^dlju>(3O2ߑk(iiMF"?߽Y\=W|OWvȫS`ҹkx~wLUN܉$k6` 'ix ^{e-: BFv8}촷?e/BEZ9iN8ZAΚTRh:d6(̑lWFTX{P!#"ˮ\CeqۏJS#yKztPʹdՖ+Y0~z&5&0ABʬntŽTVcFt>11bٮGxW$'1.sh?C!U!wfFȗaeDUSzPKT -l6X3 ]h0; DgL -Ct[s -ː"CckT/ flp;;9+,+ȉK֔#s-+I' -'1ʚf>V-J>{sYAEcG%\JrdyLg DlۧV *F,!HD[\Y\*~7IQ+ey#'dՉ׈^\[$lvx4wchsyi,"SԹn&m!fv=!tle7(yy,tl ^ƲRcfQҤ6f1<}˞t~ -q -qggmkmʉZ^$B5P -<Ti '%2(Eb4s'hΉLCْo EGe6/(j|o;థ#Ps茦Yy\InQmFztz)cWz*(S7E 69mLPG4:gD䨎lߧҷuǜ*xX-A@a.1H3[y0mz#| |ʕ%KsL!*u͗Kle4v s7&2<"V<"M\vUDm'(ֶfwcr*tX}ğWqǨՈTo$y?2:ɣ쒥SC$,@KԄ0JmKebSҋYrX6)ъ*,+Q"Ν8X =?n;ɞ:89j@w~\ڿ_ EH>]@^Bh-߉HD\U# -o|3hWQiस->;3ns1A y[rTp"z &#zur^Bɿ$ɷ֕E+Ye~އ},.ǸbN/zw}F"ʇfe?vr:JtQmi5`y]+W8k?.W|==Oc38U1?%W`2 AdȊLH]kKi"UW"j:^X/U'&3 -ZL1<#/gB}_muu\j#G6Q+5\s_X5_a,9r+.^=?TfC)U+F(H=q0uiwY4vqRm,oNI^L>KσEOw#!RY7DAL - -t9'N8?,kюŃ3ɩwOPC!mP;;˧zT/ uAm/iD+y0c'Rr \G=Wc4)ziS2罓 :},Df)s%eyYu[AV^7-YCj$5q@lUzbu",Pz54$OiT81~ҘJ,ꎦUiԶ(IC~$e<}NZ} - x`r#nJb>>MeXUCqΥ4"bpYCFb䍘R[ӢdADd8iE#( ,+xbW5T5^轰:մԶ̉D*SbaD݉' ^} Kx[p(v ~6:4D!#av@@"z:hR wYsq1~.ov.0S$]ޖ;X.]e~F@-4FՊ;!x3x[)ܰ""E YJJkȮ PC ŘlS[DVO6. Y^ x=]K&ZYKnzf#Xi!x]3oEEM_!C;%v,q -[.F+'p?nj)1k|A(}8{6SWY[:'^&']',J|yR(eSA@/fK]*~֒>JzYF*qE0U3|c!Ie~K{Lf4VnW_t}QTBP% Sﵸ TF*УQK0D'틬c.r:z7F>4+XVN'O͒mabߢ'^lV=1 G'C<Eu ,%kkQd*%fBj$]m#ܼ4/G:8mƢ-{"W`DwuL`FoGdM -}_r&p./_B;dvWK*-;ԓb;); 5RBiϥ|X\-uCc>TAB?Ֆ#q}_# [s{GYս? xL2L>AͶu%WNobГKғ8#thhɞM @ܾ6mT˂3(toq};3,&JސZքC_yu|Ҿ_5Onͮtei=uDײvbǒHy|)t ;A`NL{hv~ˡGH'ǻ1QVܧ&c/h\ݗh'7qE4d0LHlH^XBIU8)5buh4;N]CR٩ceS9i7!M9mj'{E{{ÁCa -_t'GwǓ?f9jҳ T4gC P"PQ#X[Tiz-w+ﶒG*Bɜx/Srz~T\j%,;t_W v*RO=mČ@L&ܔ2 V Ø&]脞dF‶DLVb *@i16Bnı$ Fڀ_3j yBsLe7ѲqC+X -KH !\^k# )-}{i#ZUf*CYĈp+.`5, 낯K'L>T(BzWw58GD!0-V%" R&R7܅:Fz(iiڣ=#Y_5`1Y vS\E#0?Ԏsa/_|Ϗ~ei%D;z&ysG1p[/ R;u8Ҏz@֥,5^qgdI<@.%cw9xݲutA6r3CO==L S[2ª԰&|ÃXr8 0!oMZއ^/qLKF?>7eVի~lYZ uAB>{uve=5ʌm޳q׺S*2D;_3,cϟҏsvsEgUv˦r5i0 edmh[/?ACY,XAמi$1\A XwN, ggaS1g?_c \ Mc3aƛǙz\<ؗξ0c̾hg5@NT ȅw>/w-5cige&, \,Ӯ,|G6&:O8! lL ^aɖTnXbJ>9-(ŝ7B~ߛuHdx32< Fpeڧ22s|~#g,?F>83?=sۙ>%l`p#dYIex`Dj<*jW3m ^xf94aC6aE?ჯ/^_|my6/<^!~-Q+^Q]LDr>(^n+1ųD-lM4kmZyMkZjn=Úkf>u{ő("vwp -^=ȋ&֮8|Y3F=6lg!L&ݹC0*o$e.mGl,s8f+|"fڻ0, Ak9V!)f>P%BTuz"l=l_LZ$mmFԋmn^ޝ,_ʕ^@Z꺻Q|{;X̶^X6pδmLtO6$F+|M^yK:hg>l>0T;HtBz:Tʜ]$^TP!!;=q `Yg-% 2"R\0tYVR]XP-JH+G3;o& ӷٌE>BOVˠhj :} -XgχmƁsuPwhq%NvGs-zkuW(a=apj~ qm-V,;NCuN] jϖqK|Lz*oh_n귈JoK>Di6hمT'=Q1%׵lq F/5pUt+ t a ڨ\èp.(K"O2˻%+,!rJkd&ǺgׇzG ق-+A3n<k/Z.B$0 -t.pEQ@&n{$nI, -D$j -%Aw&f#>īY,3-h!!QTl]NOᢚA^yJ!7FDđPO oCsbldQ";2 :$7+DVv?E1PԯEd2ClQVPR~EP.%Q KgpKcpN0!ԺJ鈸% 5ٹΛ ?HSҗ -"hު%:/;v]̵LΟ+|kB=FiͨEEuR.Sv]e{<;3vh=vxʷ؁kCw>bE=vp ==b/ D;U=vS8ËGgaAncGb J#r{*}3{rh(f!b8mii?D_0R辊g >ۻ_cQ1#hR'tI/tL/:IC -`sg%i4Χ8>~ y~+u2M[Kډ)VS,_1LDǓ‚c`槨? $;AKm (ySx[}n ic!r[ID)Yd8;W$]8[_lSj,.Hf2 F ;mP\ٽT#4ghV jXSFT -5ɭ4!K D@Ri;JMJ(q%Sͦ,uJ ƱՖ N͒,diX-k\`GW󸔬R"::+g"Ж#ЂAD\+ͬY1fg0է`4G>q|D"Qr-/4m-ą-&]=T0eJuO y8OoB:·9Ro$, DήH%BwQ}P#DW*ba]o9_Yg=󒐺iܸ}ׯm+y-ά,g83% [xm7zngʧy(Pi)NIlx-09xvbLWTّB[0I'}HddeHWUe3>i"@'A~J'>g;1Abk۰ܘ,#XO]IqE[5 -(b -Ɓo7weƒۯ9l 9 owC1$Y9M rتUs0m+C͖C< nl+q,:&εkF[ WE*;Ma_/v7^vo8-z}J3*7]P8w[. 41_ Ճts)!TLԳ}N4ktMn3>Iwq}_y 7y*.)irޡE4R ?3YF#wKl"XdȉN\nD>rVt`_(~Cjr%k$+(ۅ v)} b-}Ř_N;ZwBA,UGlvWqJ7QW=HSi,S(`QS -AkwG*CDCK'91V,HenIM@$ #}y;0+B# -;slp]Iw?, ` e/).i3̛^*نK^1:Qx(r }U#bB} 7.wD3UTHW-+vn0gcQ W.1EXn]ArƐ fǺ?G~}uGc=6#_ -a밗 NGX+X> >g>x9'> a io{e}6{5 =C9Sc95E7"@wf"ʊ@zRTM(+h!HgX2+|GUY29R1C6!GV!f쏨5v'T<2((:<-r} 36l=]Hc4)kd Mwz^udەr= -BfR8ȳFbc͜j!v Y8>>O2H-Gr2 qo ! b x} -xR 6YNLgsnٲ%>s:v4xb/GD1T]`Ck+1ܕ$cM&G@3DAb]DJ !d$wmz V#aթ'dӲ-eb;4kŰ MhKDֿOW8VH23ӗ"91~S&ÞFaâ -ቺv >H ǥY {[-R˸~Um`AY\HD|Kj5^> -Ӽ!)^^Vl+WsGQUv^uFN5)F AсФk b'C):Ew!QeM݃6 V{~̑yf^5kn`CgBC'],2,68KĶ6PVs2IȚ'%hܭBWQ'`U&PZ[I&\ZyC֜kbh5g8:Ln& ͕}B'e}KٟkQ[eNF?’z/ժX0|B`GgmZd>e75Oi -h;*1o/dh?հ+o8gx`]͐Ք">8fU-L8.D[zkŲ_Earf}>IAi\/ -]Ϊ/u?`{!ع7KY$ Q\b]|ؼ3vr4(j'9[vS|a8YjUk] WL04VWQk_y_/N=>xmȸ$]/sk0no?MϳgeT6v^WZkb]EO$bQKRic c 5D)\쏰³=g~G {]PqJ -met:&X:rXZP -%,jq - pS:XkkXq0ƹšw2TatwsN(Q ɔXPͧk䃢EPHݪ懀5UxB Mw> -DB~v\*!k"ӐBzp&oS"z:ҁmm,2v U[@SE+vVm|'Ƭa Dd"oPܸfy0@m$ -HTQtDC -οS -< W -`כg3h9,Y빟roPAi') $nxQnEHQfy~\yQt(eYu݋N|t I`,WT'T!>n -F8iϠA%yXE:Gb6kAFs (L WRbd4FJh=XE]`D)&# 0H!gM܀_b%XA{@|zj @dۍQܜWphKN>jS/ʮF=p>㇊Z2PlŕYX9bԘ5m(|'ރn.GWd@ئrL?~_ΠCEQ١&^ YS*z9֛}+[[o.@4aوLg^%B7[h6 c};m'5Aaފ -ۋ*e ;~:^ {>5 ?464܂ͦ zfApcB[>  ~cUesMwrp(>yDQ3⏨ ixzzz8~ZJ^~z0E2P|N`Z&O8ʉXXP2eGHE5 ?FB{ M? B8ƦB꬘&:jC/Ǹ۶ k|Dͷ%C[{ytګ{\ɗ7F+*/m&ҌU cW#|p1 $睅qKT;Ct^l/ - N]\?ϯ8'p?U9%q$nS1X\R*@@!)XbR^ EdgdY,/q Z|Kb4a|b"quv΁O5N[2dSB\6\ = -R}HakK9.!D 7R!<Ӑ x DaYeL[56>%F$ȣc+%FZ'󔉤l5H0]"#: D@D~8HK FlK;$,>`Ѭٌmϧjx_E>wy!2NHoHXY,Eⷋ9x]@4lk!܄aOGH0H$Gfp LhaIeYp)jIFQsFGkZ?B-zŏ*:]{tQ) ] п;S|.P)@a~V% ,E^)E) V< BR! mA^bʳF q?YأdPK62:!CF LhCnwftڋCD#?&I:5lqWQID Ot5N K^tdSP77KMSS%L5gړ+y𦛗Pb=TM5A, NYGENE8*i!oj8!Ș2;pݢ/H;IQe!w]GD"Rw0;n WQ֏ҊnkӁځ+eMi9= 4e: 2#kP D cjG0,bB,KO-4 l9C$%Aky'N,rˇ?me"ZȷM3 \jV', LUNko,7Ȏ /Af&ݼ铗)d#N_׿u%nvrӷOYږN,C\+08;) -lVܢ I f.#]۶S}ﯫw/Q>}Y*1J# Bڠ@])8;o\`N78$5^jdG-ݓ薖l" L`o`!r"Ql#V\j zpNS=Cޚ)gi,[3',[:`3ND\jcƢޟ^bςtu7U(8X3Y( 3_S'/HNJFe7 Ϋ٥x^o~nP>{bob  -x;* >EeyfMR>Pc,S'6hv+:(d;,2oST*Tؤ@cnщrѦTm Fsp&7 ٯ/ >|2h;H̏"sfVp^%9%7p_ :a߰#Ԣ{Q/ I/7{90d0"A1 ^ -SUԥVU,=UċF6%A=<_RZyD BH9&r! -F,ylZ Y-Xwo(+́%+͋Zk\ -}*^xފ=&BN>[9A::IYz2.=$BIO"@c<jg!S*<Y|'# -,'=n9VGPVӵǾgE- 9^\7o~{=vc>[/G %Uj{ڏ]XBAC^׷DY -reK^$L$pJYMobg,x.-E;|Mhv^"Iuh k%N#8شX5-bY"ixV_,2uߛLOJx&.Er 2{T&~S(tUdžl%hYi0z?ߐM٥*"9?YI]dT7/gg rX>!Af$zPɨܐ -A -Dc: &1>ij#H^InxYئw_) !H`)?gOpr~U1EVU`벼&fLWia"e᏷?~8=A5߃sŻ) aȡe$&"<=V?XMuGhb}uZU&ǟlr}EbnXnK~Ow{Zv_ @jg_ P1$`Ai).x,}CWQni=F`,w!"1jTQ[)>48:67~"~Pk -s]na6`US;G+0UU`nՏ ?DI#s~a%宜d>,vuP@<5_E/ 'Bok<&-?-zSᥞZ,Cg$ >m$Mqh>Hq 5FbQT OŅNJe]z61?R >zѠ - /2s 6&~w5ÉƫLuIf"W6v[atKŕ>=(4Wp)OW4Wa)a\N&ǜ)Wtu≧.]̡=ɐK-KDaAԲX0=a6Q$D*vQa!uǀk@QEneՔ,-szⷷ|d2Rr pGz@u;z_~C7]kz-[I"IfVEm;5sbI?$08x䒙O {zp|+?Hl'M0KK-*I+W=.YY<̯wg5!IJCcmO9&*+.%0{b{zr܂0-h5`e=xK% -@݀d_t`FyU\i@4˱#EH9(Xy'PxWﴑxQ H2ga0RG#ɹ̺INF<1iW\`=UHe6ON9 h -dR RE)yWoM/PEA^ Ftzʀ@*~ >l0H0j+QV!?Sb[OEup"h%~='bEa S#[$veqhxgAf:!*"Wٰ٬``u[.E|\ӔI΁.ҳD63k3S#u's`!ynZ4sӪ=1uw̄!Uᖴ]ɇĩƴb-:OĔt> 1&;*n'yA}pKcJKp^2"MCQB岻0 /wN׳[F [Ų -2Y dTgo^vz{T%Ұ"R[ܝJ)CHV?H -NqFSLqG2lEd K܉s:5IӏeQb쪌za}7}v,p$b)<ıEI6k̊/J`'cmҘ!]B>#thExko>V:WыogԠ7Ţ]bi2SZ.3wQ K 'î䑧Eϥ?߶CJFhs^|ZbaMrbH{gUZؘ9a\ۛyrgȣ -$P'd^$ -7:0qAMc#Hb#(t  %_Kb_O[ 4cEu[̖JlG% *%Z@pPkYBrgbAnVsY}t$5\?iENElQe+ ¾f_W`l1 rU3~6of ~ pNܝ8Y/oud /sy F+Gu)8NbY+1EYԽ a`gX*i8H;(rdHUI U!\" 3Z$O$Hi8vfy]ĴWP$T -C8W?ߖ5R1q֏5f(&UH -"RՉjtN>nf,O Cl8R&{0. ɶ޿ qx+u;_k\@IU혉vDަ0?$~ > bF CQ<ͬշ.wR  H![|eWJ\FƮ >ML)q&hF6궳E{!~Դcؓ\&>A<+ nhr/m'5^w5 #Eu{Lrf1\KWZCrT\Jv\ qx6)VPJ2JX=`oKL6O:h>&2IƢB ނNze3ؠD+<T\'43:JWސbцVޖܬ+ԕ!MPQ*ŗ'Od$1:|rrWP|/eAf OcW_.QA:c\9'u\Z8LKřLi&)-ɉC & P?T뻂".I߾#Cc_[&K =6 4:2b%~:+K# ?Ѹ8$ceRQ*[QիRd9Vw {L% f]D1XNx.4'#kȄUc=,Źye%"E^uRBeVDe{?LxGɏsQsZ{XnGL0eAG -q-5,"aR=)ۃ*sY@}&+E/ojpKMZ@k 5C;19 ID red)A)N׶ HSluCঢ়a^&ku≲xd\ A ˤzV!'k:Ki"0&I>?2$I^ʣbG&H/OϿnao;ϽݼS`F(t7;29I-I7tVWxY%&) ֦J)W$Vi5UGKja yRdIsIlMlŎe[*ʗAqCrtp1 _6$&n+ҫKaR+HՋZGp{th9ΰС%eo9" uHjs\ (O7RX" XXͲ:,U;C{ *H[(^`S1(\:un%6iJ*PxmXu\\{a[ԓyގ{_ձI b׃T+. -~ fj." mNbbX{0x!LT߭0'ג`@Dy_}Vդ*a3ʢ[2޴ix-9Wksȱ('m=cjGe@|5 Z?f[ zt԰b/I(| JgIAs~t)]51NPsS~crty*CJ4J:hėgkG =j(Y?e9` .syd  OC[6Դ12Y)6lV{>1PsP3#hC1^Iuexp7#wrT.'&I[TXE -u[ԥqK-bzE<4%`h$$>^|+=>,]Ly3_˂ReF`ԘOMr]if_A#pmr$1cl(o c52XClmݛk1WZMZ8{R蝔;g*u˜H:"cLiqM+"=^2>NAE#Aw?U8(b>ɚib'EGFjj')sE!^J5Z6\)dv_oYCt3ThmGߝa -~+CM Go{ {>[+OTAҳN- t8P?#~wdlVRD^o]`wgb)c]M}. uG[R&SrP79]877 m*OqT~VTհjáJSKbF+">dH-AviƈH8)SxQe Sv؏xCB~`IF&X]y|hgQDQGl*>|HST4n{ 1<`c$+COʊH_ʘ%5&D, -t -JuTLm&#@\b\xX$jWư0 ȴ%ojٺo:Xq3%!zbDdɁ_-L^ܶ‘(/IN9q[=w9/|wyc;/|w\ j)BŸtwl`| I7^z}m<\3Ea~ۍ=8Gj3F/__ B9.P(ًDt,D&>ĪR[~hȑםj/۩|t}~@-ͼ[sӂ;[?]`,?cۜ6ܟ -l .yDvofdQUZg#KD(La7\oNq0"c"2BT{=\$fܚ Ibp&"V3E5 Z6]%~T DGf*$ȢKlI9-?)# u, "b4x?T#&8=n -Xm_S,QO#y'ᅱ?|/Fw`mrrڋ>nyPȍ2c?3tj܍?9n IxX˖D n.] zbSnG5B̤t!)e3 aoUZ49IHӦk38Qb )#@ZZ1/EZ))jR[3,,âJ(ׯfd9r.v -?lDffKgOOGISzF~B~9Riډ-X6r"Y0B1e*С#2vP(>29[yWZ `c\8Ŗ4/X -bϪߎVNYx6Ic6.e(biU6/7-џ2etʯ?Q$ю펟*pBOrܾ!ŏS\7/';x9և S\!໺C](" 3q%&z֘V+ᇼSM(@(Ӆ/"iOphL4V)O7!<-hFBvSB"z넉xPfv ЅD"` ig׆Qlo(oꄾ|cu?6%EOӞbLd-1EDf 0lHە1mGb0̗Ibx}Л_vtW]Mvnn}W]mqs0D[T4j;sKaaOsK/f hۉqBdIgxl[ma*~u |-@u$T\8ᨆM6 UhhA ĕ-E5A+~b|>!P`P^3 {2dCJ"A:pMiR0Sr=nPؖh$cQ6Íll'lد,͂ ,eS -n]KYJRLQOeI7NAtp/sF7{/191!B{xM$k컧Ww"IX!7}FϛnxSj'D n~_C(O4Q 4ȠfuxB:= ݀C2VSa -6pPOL|"/yS>SS@;ik$V sB~(ш,#A@ -`< KTw<WgMqa 1t.P>D~OVɬB#dא==e#=N9Y"N8oKx|ף4F ObN{dMjmeolq29v}a`}\΢iGʆQ mCC|7 F=P4Cy\G%0PMC MӡKjIbr8rƄq( ֤r= <*] G/'U]/qPG\8uBchZC 6rb,fWjcTDZ.418@`4Hf/dG&_XwȤb,.L#qIZ2vAᩊ°ǣǢv-jwʵQ 6)+~+/@\f4ԛ.֠gp`"WBe!A3]Q!g]NR2Ag^VYbF=}/uS,դ7%ZD0U -6[5N25"Б! 2+XA@SJ QTà"}W..?qs-(E8wuL"mFG!QjfqB9f|B{:bܮQi\@葊8&P bS64` -#ݺnLiK7E0ċ0}#tg|a7\%}ṣyq~ KKdE%ZqnH +ņy(Xvh=oT D˘v ΍y[kszf-ߗ[2g ؿ41EB_)A߲%-9r)P$1޵YO<W};ѷֿ Z `\4!_sQvtt5RL7SSa]?5jՖkv[S[{=KSw[nm{d\D*= %An)|)I!YB8fy -@ƋD'Ect`)K29]͹&lmƒ -At'jC dAǽU2ICGbViLWf6i֚QMl=y\F݌iR>e38%8mZ[%aޒc~`ne_%&M1oi4HȢƎB!a!2'D|m#}(UWѕ*ɕoT\>̜|{%G6)R~:~ 1FptK@l$@bՐO/U$Ku+c8OmzQ "YY%N B :ZbAdہ{2Ph%f*8;∴xS&꫉_P?5 e0s@Nj=G#!oҌ0V3J҆)kfN[:1g,8M%Đ}1!˖ 0@hߧΌ9Dx^'dv$=}wTP?fR^>Wߙ ,+طBk,]^pFVd}MB~g0rU7㤟GOyMn]lP@fI  -&'>c9{ =@kK{Њ~'SUkjQܥ{ZƑ-&pNe* yxH}* ) -Wc@?MU6dYqzQ΢ 5>c`a.eixih Ȫ> +A|.TQ<*N\wFIXdڑG;Cox -~ǣ[, !&"z!6wǏG?J@{^y?6} -|>UȞ3mR, UIe<w\ďBRij& 0J+^\A*j;.!aIӫAGH\\CFb5ZES#v`foJ˕ -]|J߸wv"0=AЙA>ĴW:yKloX\1 c10F-t6TFkE@ -&YK"c4"\a"&KfD7{@^+de?|{'+zu~ӯ7&cRZTq!Yj!rN0c-iA\?K7T.h۸v(y,ZۢH@C4k|hW{'WKJER~U>EKe%'ci^_|(ņ`C42ZÏڰC{a#׳VґHs Eeٍ}npYGvIy8?_=[cȻ_ɧ_ [/ k"C;:yw9͘^΂P<=Ue*bDy~׷ -tx=Tt5)czIťB:@~ig5G>( -+V6Z&NYaV؁T?L 85f" =ǽ\cQl3COhhuȑl2@(/\KL'z(I+ͱXS`E}^֖f7-+ Kv~4[īa5Q3i* -N+D(ƪ `J n/0 -h*]PRJ)Ym N^*I K&tWYX~QF*T/Cj"S hϗQq|/ƻh{M*LL_*̪?{ p!H@h}狵<p8VMo4Ǟ9=,&_R4&NccxL\[P--꼿j@WAZ zNAB Sտ9w\귄nYx!B\''nHҴWwʔVHMl4r҃|Y]NɦZ0!ry:n`U =;nfVZy-h1~6v(:3s=q0cz1_oX6[a -boZR6YmءO )g8of[=xPOh_8FПS-z'_Hk̃ PDdŪ Cӝ"F(N__~z>NGПN̅O.Q[Vq6|`_4@Di^}uD:l..._ yia o?5ng‚sÒ{\N -ʧ :ҳnr{'TēkT1C>{WW>iF7g[l%axuWJ%5^3&qD\jéNHdSvktkǙZ8[ћe4><')c62k]Kg'j## LOMb ;)ZU^J!1G9v*ULcdlX{urx?6H%=ex0 ^F[gh7rzG`.;#GvT 0;=& yAWgNd„CщT0 zQu#LzIҾStri;RZJ'̼GIHzASCͼW9jx`+JV ohv-=hybz=9$+k̻sɸ8,0>?,dÂ8`P'[u1c >nw7X7ui-+5ѥӗق|=/Wְn uOC(ģ W~a5B,$ Ј 'hh -ۑUvhX>0,c-@م+禆Ʋ`٣}]햻r_ YT$Fumqgx6#^ -4O93E:kٱiYOS"Z RqKǹJzJW]Wץ/@eׂK9V)$kGGj.V~<,Ѧn]iěI &tsP`d 4S=JdHXkw|Zr>n oE|ǗKS TbJ(ێhɎ%{!=?"ky剬(a - 3dƩl@L~/'4`9j>C5 q+\+L(igթ2Qa?q[9*!{Øse->iRwFW3]Go[@[J;hCBKxcNFF+ɂNjhE=Ii֖AfYS4=~{$,oLNV߸S -jf -!+FflFIlAMeyUOjc2cau7l uT `_R8pmxb9E19 BD>nZފR'5!yl;Mv 9{w[C-l2FPDTCz -nWT@J ݟ#$>l![YڷJΘ.;3 ~:Ria|c %W6!t{?,(Q=F7·0V@@H BbQXYQ)b v"zPЯNQTh@#e2F߸¢{|FqjEe2&gG…\;=޹m0 9uE((^mzWHm\uaTy'RՎT&g7*Ad?2$f$Igz]xبL $cPF ->g.J & 92,E{#V,͡҉6 bHQ#)_1İꒅ=E/EYƹ?Ncc|kd?}i4"JҞM}|E*>ەUe -su [f<. Q ,ݧޣ -_guHdN` I;hR*>Qd}`l 5+j|Dp]κl$'r+dG>*_뢭c]W7- oafqN@Y&0#тotYe:IjՍ-)w5\rv5\.Mqw_.'ۼ?^e2O:Akl8wu{H]0Fk%~]bwd_C5k=@ۍ|nJ_ VlK>:K%3ƒà|"4Ng&-w?xLf9Œ.vVmU3lݢ sk WO4fmU#YnCy@< >B^d 4з{$Q^d/Q~#IuBVڸLKizRB}ƨ`˜~8-30rBZb#jf -QIF2A0i/$c$,2,MyjmN;9Sخ߈\1{5J?\: p]EZjhJPZ"2UjRڔbcbTgմ8&FB1R'_?%K$3\7oECҷdj2ݍ@ 0A",ΊNjKkODb26/c"% -vv#ޣfʐaٕ*:zyq5NUʝ2eG{-gҋtzze^:X<6w%97#?l3TC-;(5G㓫[nߋV{BnEfs-Gd=2Рp@Kdӕ+ʦ x /2kd0e:~rޏ΋ 8Q>ۊo/ne:5Rt^B<|rb,L2 -PJ/`vtڗU4"``g5 Ap~% !un=DZ=`9ݱl6{fRYV`kT'(F/Q/W2,X#{JU#?˜E :ԂfҲѭZϛa9r$-Mk?=E蘒[B!U  yWd"'kq~8ɕF(gGbk~i;vDB%P]ͼFAlVY -)u_SJȥD N:h }ϛ璆F9o yMQ`a} 3z[o˺(IXP2-Vt!gD-MɀoY!vL+3i #~*pL]"g*o?~ 4Q ]Mz L9QI$@|bV{Hg ?i(צ T -'Xb]8ѺKED\'IǀJ4Tcv =r0\&)dm_J -b&}`0no7>Ο;JڠvdҀՂnnDu4'tR.Po%ܽ.TZ0 P_{Xaӑuvu ɭ:8 .2:40}!`{s~n]'`]œs:>V8!'|۫Y% -c=$W(/xJ/7OB;g1ZJx51{G6=K,2*ho;A-DM-&cV酁޴-($5'Qe.dǕoŠ|u]Jmc5Ecֻ^{q˭I _P~-) Ώѻ3~oeebH/x."J+Ճ#QW׏KW9zp_DWDM%jO#s c#nXFEzŐ/Uob:q71b]e`CSq&Ie,@`T;VgSurbsಛ}Zr$uN%i`0o#=@L))Og b%AJ-tHICėlC[?Y@}%*7GNǜ}h&*RE}M/Vf$^UOzN ^d:RuHRwo - KD7)AG:%H@tIz U gMH Db=)A?J8- ț GYgg]Eu+תXuw~\C_{`5:]C)d-"<-6!%紹%XszBn0Ȭ Ye iȇB&!}#ؽ=|I,phle3N-A~WUȧ=2/7*TSL7E"FNt+dt/B1Q%|!bDE? {-'7I[(F -a6Ÿ\ۀNR_Mz/K` Ѿ}RŪ+_C]".˨Tk -fiF(-{lĶ9,om&DSx{AypMzoØ$M RPfD~9p Qq8`P -GPBő-% 8MZ=of&c{Cxa 13޵H./M!ho<|iBϛ03C|1Nnxj09d .$Mp8*9Yߏӆ%^X꺯#ӓ0l󘳴/Y3lxwK)lyv3 q15aq'6 ,|5hNe1Q<[|c,__^T [XZ:?o\ey(XZ<Snp8կ2֜/xCF"P -M?8/꿬gcmV?=0@ kM9_4EtD9HNK6\v:>#@Fy.P+D|c]J idK7mZ|f*'ۥ>iw;V)#Yi,(Y?[J,ڑ,fmXL;3Yd|dȚ~jcTEKI s~y4њiⱲ"M܂(Y,n4Y񉖢dJ{-ODtFi&~"M/UP8Xw)/?߷}Tح%?+L[}=K y6z<蜽Gٸc 2˻(}qJW4rpmj_\ۋYF/5Gq;Ij>ğLc]S}6a?ON,GFyy (bbTvRmŵ0w Zݞ//XM &8k"+1*VP" Ҍl0 |gg׼Pyq+>[}TCFR> KQT|iTY,y5I|6U3Yg']1&M8F {)MsI H U?4jEAC]ͻw{/q$cŅ!Kkg͓=xz~ 6OD hb}Ҽ:xm9p.bm"b*nY`0V?CH8NdR<Ƿ`7y,e޿>#Nd~M *s ]h]7"e"fX)uZ 8*.w2b66)qXY.+@ \hº3Xh95ix$o^}4rZQ}gO-}cY{aǔ`.us;ϼU?42 -~} Hr)r/hV` 4BhH : Y!қߟܱN2JOb}ܟrrcαW1OgZ1rՂ*:BP^y,7ի Ďh]>0Z& aKz#0{j'9FN{!` -npy^d]1`zlxdhB ˳ s?qc1-_?ŠrF<=RgRB?~SNWK8)lHlKyA-7o?$H (K_6N Oȍoȭ߰^_Wk:3Mcu=,G4QNn@)\bU<ʫ 9Ϗ,3H.BOڦ<a# -i)0:~SqjXZ׬J"=D'̈NsT] Oh>sY[$aVgm$T+`ik8XQq= 8c m>"%,\3tXQ4b僩P~I*_49-wbzlEnΙ"Oq#~7u28-f?CXr)? SY"6 J6̒<@@^m9~ysG^G7GtOlnڍ/Bia]ZuWY S.5j6# Yc;b/65٘꽟z~cay*'ze0DYW@Z'=>spZdaS ~c>il_X>^wLP*YDs6VL"ACq'f$?BKשH=\o_nL_ :[n7!a,Q%'Q*V&ggs7i~ K-Ad?,svsrlpSzdn0L^xH$6j;j# ǵ&v| !<]vSZ ]ӵ(bT5[,ȂGn y]сY>rGX["O<=9TLU->ʂ>Dokt!]t,rݶujI8P;$0R9I_lĆۊon'HhH}\cܜ?&?>  /ܖPV*j V)exBQ! ;=5wk+4AN#_ ,|O|ӐҤFM8Tc@Rƴ4Db kZ?nʾ7)UB¥ -%( DUNՈXNadTٙVcYbDe9q]}Gv^?Q -e7kP RWq姝əs<*)ۃ!A^t˔`!LTF|#qGSb48QŻt1\ܷOUTY%v.muSZt#6)SfCgOYۊQI3{=nbZǥ !f!Vc"Бt_Вcaoňv`'%a,pPR}aaDW.Uf[s(S|fL-l vd h !2;!N [Wʒ5LF,`q@^\"gxݧS3EW?_ppfJEggF\g6!+,ՓY[)Ua $'m3k+Qg yNhxܗ귀r(1(lw95T' VP *l,Wҿ L V?-_cNH8)3at2p})/XQUc+aSCH v*&~U)E7Vy؛:qËa35 @FZEdSewcNnUŋֱq¼UrDPJY\oTA1cj6F{gk\s›e ] ^;id.af1Xxpg;Μ_XI`.UQnF b_y ۜ 뫣dMTeN:BOܟg֎eO8d_X3]Z>ƴ*>k%}dRw Vm׷$8Zvm^ʜ|kRj*@_fl+AczYLRL4 nȿ$K?g6EYWe@m.bd~aZO܌z+^=" L7)A,t%tjfV`|XlwBBh[P\BT{Lpg` `Ċ:BeTBMdQEIl9!R8=/@yheGb&3sS.Z]yoĩ;<8'!ª)Lbr]\UM=qYSWVӔVj 5Qec7^yRԝdOqy[6O:6'XF_7{ǃU8y5K>sɋx0{ٽd<$Nߌw~Yt{@[B?gX8^xxK KvI^Pa6-HˎCx_}:)$_:.5HQZ>1CΦFSp{:?ʇJtyqr!׭?ia,$i[.9E&_wo<q -Ӯҩ&7iF+y݆=t50GGPWKrMnvAp+H9"_yg{F=o;?E=`6C;?'TgPRn*g?IB)?QHM ̬alQ+{aRb|HrM*MM&E:­7ja!U%"L63򅘨EW 5ehK)XנCф ;2vjwT "]$`ek87KPO¹cU SbS\ y(DL !¥BYR&C&U)ӸƘ}T>\ ([oIX=yĥT~mV'jq pX&9*؄L;EcfWe܌HNێe6poOũ^*#?mZ3CdoB P@5kAS M:zW+Da%٦Jք~5vدq=ݑv(р;~$!7@ɷn - JDo·cŋKλ:ǖa[Yoj3w[@x| ;Ƃ7 -r|2K>z%&_V:Hr~0Z2æH1Rmՠ*ߨq\1ux<э?œN0LΒNPDjd%Xd$|o}{Z䷫a:Y e u1- -|N.@/83+ն#m+9@uѻ|@>aaxf *J:{ b`w(*I/y-؎Q OGA9'xi #"<h8-G47&5wX?z@ԧCD5,o>atW_|/\v:3ˉ }c6(~̖^*Q庳mJ+Z4DZ$X\ju:gDz^bwh.i_vbVcMɭYaoe)uP̞{²X' +Z5zixWEwjkvh6[ہ|-wP 0Ffp?gJ36E6'β`Mk#0yȽky[TVk,a*"ORj3ѩj$>nQCfQitke8Xfw_8 .*0RpK;rZFAƴZ'vX+V5WOXy#䒟Elʺf^qE $ %uˎg f ף^1)UNrmA:(m"6f!s쁷GUy pT[ң{c$F=ld7 &x$$cIzS(ϧ_T&κlۦcƎ4N>?C&ET:=(psAEߒZ*_LfI&tb67__\](NO}c^\ mi_А,Wxк8=Ş>`o<)Vq~y&Jr-׷ro?s.a7des,uP -dmC*\LQӇQKb{II %3,c(ePwdӨ0Fk<|,6ZhJDP.q -8N$,MQ}W6A(.W?T.4z*w;96k/7,CnwL-PBF/۴1t x=&҂˶O1\KTU(.98D&v&vMެ6#JZDFIMrl}keSӯ2Ztj.H3LSܬ9-WMmF` ?ъikM\),X7A\(ӿ^Yw}{U_s na-O=n)^hEqS%n-Sg&DW\Ywk>2nvY~k`idK/bW>;ڢ4 j/C|b($>aȒ &M^ifDHU 혺5 W'4 - !A7E~5vFh84_TO^wpy ^q:rjAq7ȟ}i -9N"&0jfEWpo㌱Y9c!fyu Ƀv_dʄ1Dt`[n~fѢ5x 1וNI>lw".[~. ]Qabq.)˷7^ 1=zi(oˏJMIgo!ݏz^@k|\Q*78jUǶR/g}Pz/ڥ `T^W#Kpk1݈Vo+E=LtE~urp/A]`p1n޽n_޽W .3Y}WiXx)>D.,i+>R|ȁ)MI|% ʙ_#*>]Q{ ZHqCDS4<Ɉ d`x&&{KRjuqD'f-Aa4eW~la|'@r κnpBc UjdZ,w .LҞn[.aMĢ.CpK=}jX.qQLAs_/9R&sT6Ose0qKx+T<ZkUO'a8e,#eM5!S81 V?de{!=:.h3S -{d[r ӰvhrW4=Ҕ~o<#q'Xfr:egU̻rIcU d9?,5&s5Vߍk :؇.WlN|vvoڮS)0?07 ꉟ#H@y l4F-@:S!Vl!|U3awoa= 'Կ(%m^#VDGA7>˞6?(=q>̹ٜ:TUb*@4:{<Іqy?`ڗTq8&_ਹԅюzC98K6j#7X>12n-6%8OdbY8~PYPQh%0,[I.`ZVYЂ\=]ljs9zm>:}ey@Pa.iIՐN.;?s8F(9'GqSc 1AhTd#bW^8:ט 'BHXy8Mٵv"p](I4){Y~]5 Mp1R:jLȃҪ k*saкUt!![ Ϟ<pRwy\`x5lWw+̛wLw)?Ev ^* {bBoAMx1#@ -g`(wű]y Ƕr|+Zð_+wv {(_~wwNj>v fV'1#[ImyǠ'VyA@X>jO[ϥ׫S8zE } A䥎z8͉:m5tO)8k֪ _|ĭW7akK nwwCv]ZwR˪ ZW~ysq`G(uD7?ks*OЭW o:ˀ%ڻ_ Y QokOC˯ʰ*AirLjob*=ҪtU]̉/>; $+ts[=M|Kayy%WVx,"1 \uzjU7 -ԅ1 - 5 Yеza&'\s_2l9OT\ZV^/ʨL 81 QH_lM¼VpC•1rHw`unLv. 6yL2㪃j 4b#?cpCn%Ğ7B؍WiiHiǖZG9p1 Tbvd2& `{0-&fO܀3 ;~^w[xos"CcLÚd;Gt2xf4m@NB86Fعc_2ʖÚ/ckRce /ۿi=8O5zΤf5 -rpM͋dBiを5$k&W[6Nfei[;#З|3 -v>&[NyP_/s}CɄ@ F ] ` Id0-AB8*t@z2<aFqr¤FW0C!fȢ<8DŠ ~+  gሧSGOm d --9QsOw#9|N1Ky&/ݪn%F_$AfW^u ,l/BO>" yz-'\ BpKB+yhȺ;Uzz-V;J9[ Yѿbc"B)UfhB0ǘ}2+Y*<-jO}kгbFBt<$et2dKloZ9 aϳ\pȅk"uᘞy8 F8ZAOB`ٓG,xh*۵!+nU qknkr-^'3q@(Ίm@)8kAMd%hp6HD"E#NV L'RF,tb֚@ih dyc-hm6ya TOtLdε|IJ28u2}PҽH$`) U s!JEZy:25{-11d_$gx@A*xj"ڌЇ U{xF?ўDY܎K\XxX}+#aD|'6\ BMkp1VmT/瀹[m7e΢'NF܋7۪>DE ;6e9 -D9P{)IK$J2o " ΅xp:xX"= -̟^5[H3i+* txvœɌ'T 82YBi:3f>L #dj1h&HBRdǕlnPש@UPK=R1>{{{{{{{{4m u;~_1   -'|NK7|{_o_I鎩`1u]UÏ9;QCyQv*(mf61u)5e^:d5tHʌJ/t6e_ &=5ev>fOT {bq\rm뾘,3`ʈOmSY'PTߜ%}HX -K}y 3|H"16dS+Zeמ] -PKBU Q72%B䵖/Wy-T*Fto_emE8ea}l_YRqDݵ.NUy0` - ϡ&BQkޚ[6eӔdGZǹ@"XR2wpbm HAt|닿AaKA\ؽa{ OS#Ĺ9Ңs@R"fA',T >faЂ,&qY%unpx+1Bz< kŲSąܠ.v牍ꉿ=B# -FUPly6HyhQJ@)?{ׂ=\}m?=6lW#X TKDr(Zo)_|gSpkFV[&f2=w{&ޟ>NXǙ~ 6۝]xs؁N='6z-GciC0>JZ !$d ax±rZGRf%9:tdj裲V(mΤF1C*QBW鍍PZjngD7A?٢gL /O.md*Ek4 ECW T}\PSYD|F:낳/HT-vG&Bf+5RJZ$+` eAXP[ ;ujZMi(4-"GӤ|GP-W8ɑYqWcB=azτa,VZZ]ă(~(e׫u"|s h{ Q}y#յFXݸEupUSqX%4+n8IkkkU:`Jgם*']Vyx%vuUmO!F(H3uݶ!6>sn7u8I --o2FW_  nc԰ɿ̮K3RPh$Dqj !gKPpqYdwٕGv%ݙdW*ٍKA&ɮtF(2>(U>(Un*7JJʍRRJrTQ\)U.*wJ;ʅRBr8eWRٕUI+_*WZ N+ʯ+N+oZV~h7ZVAAzUѪVFzUUҪhشWZ VNzUЪh7ZV~Z=B횤l -"K{a*jfc'M]'&L^Ew:IW-FV e0 N.cq'^ĵ_H[)Ni{{L=52UG`hoUKDM/  y - 0W~^0\e[!,~ף 1X\2kW{@qhAv2BJN04:c:.͌ E 1ǀF -)f&_E$w>WoDa;hQHAp}A6r ;1 Evՠə -,9{ʓ]ҬsSSC63%4$K^WIH+%bc,ɫZ@~l )`ՇLX|57"+m<SuB\M:4{f_v=fX2b`,A5I"!j.RBB 9aڡ7+H#ꡘŌuhKILz\g3nFF,w!#-S˛-HYQ~xѼx&g.5Υq<~}|m{@T(y0;أe38ȵ)01Cs4_,NCSa@Ln. -)[dYZt䒯e`MIGQTՈ:k i8qs4I%w -lGׂ ըBcLFG<I|P1ȓ[,F$6%IVu$"}UØf!E('oaĮ.u$0F*d}k#&#;MAhvKr cs| (JHN]ZCq\:b蝥*Vڊ̸ -S6LҼ@ybM>u㴃Y1 pZBSK!a:pG"i8B s8D W9SF)(4 Nu1v|4AtQH#[cT@|u tiFcMs[إGiwnDDT)`geqi + nF84Z~r5-@`i\?bax: -o2.+›N\gOd{,kðFAofWWaRm(ٙaM֛סgwjGL>^4Ϧݣ3ݒՂP] ȬhD089ijbE^ݵLp7MwB`S`ɯ%OAg2lSFaRG &%trq D<\ t RHQ%PA֢{1xCt92 X*E7Ofeu1,$\sB !;A27g1/ @:U܏j^~5`kƁ5Lˈ⏪f&D/X/fos):9cg_LY1'Zܞ^uqd"Dn|ĊQʖ?.+ͦuc¢K >/ztQ8N[B̨N.c&ZC&P 8B>-B1oaDxyۜ!9&1ޡ~uGlzȹsIO^fXX .^,p BA/ֹ)zj?3Ԅ1H\5\gY²ث.Om[`{#H1BkSE u;V&J7QvsQڦ"m+/8imk)e2]}Y@tvoh!^Njmҵb|q[{?_!]m/d n>|s"p8<8x3OǀA,4^ՃTΛ&V9@Cx}Һ#s(-)O~O~}Ȥw;>kJ9ϝsC[cgh/lj@2;-g^0D4ZI!J/`ܧ8u]mo_Q{َ<>_鼎0^l#Nq%y_02_D`; "[CV5*;JhxR.}ʥ1KMӃ.(z)y]04gS@zKt Qp%0-e]wσC4fiq`RU1;X!ԶD9N +3 RUMg$z=fWU\ șvщw[-,.&4j=.@|,O$t^s>#&˭X9VQ,ITv]&$4~#pLB:*RzJTf">>~g"Qv.@&'YIe|A6 [=_MN.KV:ۣD"cuG -5V:r4䱆< -u:{D,٢,H<=  - fd p&ը/ 5s0* - zYe@c0cfp?XזF 5GIuEpogy?o o,~"/NД)?v'ƇձvugճvحI%nחr[2[iNGڲ[_ѳocKi[I]_ѳom8zVn5=ke"ꤴ{qZ +Db]ר5V'ybg7rpW7xQ@ä:^o.rYj !͐ ûUHڲ7T7K nf]3)Kҡ7X%\Ϊ7"l_U("VHl0;aAYy;JTYx|mq >&?E61!96jov̚LbHtM՜x^\ -g<-ƽUС_>l5o]U7=Q*Qtt 00Y1}6xu6]\aw? _= D3'/onq{Y-_X[i@{ Bx0LL15h_@ѯI6 BXʀ90[eχ޻ L41!uQ|hSG+MXۚdG¢w2}ۮm>.箬}|Vh5ÓņNCz|3S@U rBF, Hã4k -#_e=i7+Т\NdqM~hn*?߮xYkɬBی% Yrg!_+}|;v%׭oq}7uTP29?.xiLtb.d}5s4+[w9IԟP~5ᕍD`m儈p̠5-(eg*F%HC-g"[sK' /bT2yѤ9FV~. VFJZH1nGL&8֓g>DU -?|F$kݝ91`b 9M$[oY#]tF"2_5}1WʶK m0"y 0Fk 񠑜1i/F0.Avܲ=lK59.~T癤Ukn;i?g`px(>}OpP oz'[]hO:UP$ur! Um?* jz:8] G\XAuu$;i "E{F0Vu)wfC!'l]$j2_Ϋ$Gu*hӰ6^|wDRm*Q)3VG/ʊ 7T;"#hfTh_fE0;x82;LDX^U\V "j#sGN3:feR_pK <L8R-bS9-+]h'֡O\ -ZA9{QA$EɊ%>h=(yxe BLq,v2)>uS- PAL Up40cn3FȆP\D`D8 l9e) bSP= 2{4!.2}PX&82"fr NP:Mcl8H@x:B΂J\ЅX Q,{wNҰ@ͮ R-) -FD|֭`}4"-%|*Z3}V4N&K+TNgM__%@rfD3٤a QJf,[ /V?ܷ\"٤gZ}0Lh MPU {< j*l]Z{6.XBFB#,tw%!WS,BL!O6?IAqn_\<,Ă#[Wt*=WHf Yo:o,69+ φ쁥l4LuR4흊v |o>krvuX -&5ш86S DTOO̮o8CJ|!ٸ~^,P`mv!B̪BhA*Ѡbm39vlui߇ 2=1 v=gf?̑B *(P5_,pE>Dv`!CCo߹>b#>Hra y|o(?Zq0pٴBց2YTkBLI$K]b[I|~t5=R4h{bE{LJ)xS<ϟΖgfp L]7%d^ _V//Ga+xy|J?r|+KϨJ`Yn2m)֦FrTP#"$AQVZZruQs)'kL˄e)Vb-Eh'[T=F'!MyfOcsYXQ6*؄wZ1VOe"d/+ ,x.k{bsm c,jaG;H(kaT*=-pf&z&Ziخv.Pl\C۪^+3/Vsq`ieXV_|lHmw䩙ݡq1r <+2 sDFfB?&Ps~PHL!nl~~,OV>fi>wCډ4U3x5``[Y,8稡uJE5 P FdJ\)?20)Q5`@f="Zl4@aܤk@#F]LahuHZMe2nfNXC8j~*._mK -qi0x }El""dCDu oڔP CP}:y Q Ό$k`5K|+wgV~רBB5PnKġ-npR 4_N>6Wȕ&玶=ni1di*W9^wh7/mot@nhYnSf0Ghtc1A*^{cJ*%%%Aky}oT Vay$W׌| ~!<צ(4l9joPR ziHo}΍֎u 2,ʶm5BU!ëé5>P\{)G+ݡ~u - S$>.\hls lյ,YW+ԃ#a9t%uV5tԐ(34MTVyOdϓsԮ,bd9>4xt=pNˮрFP%=SD\H( [Eʑ4(1-@hb$g2ƍEAj؛c`\WU8l vs\|l_]6.Q[g' ;R"AM3_OvOOTcW4:gE$ SJK\# |ECWJNV\WI}y5iSC~CPPMt;=撆iw{rvw[xvX@usc -SVpcma5r唗rXdx[L^U^yc٥ (.T;4oUD좊Sf -5xT-[O̚Rco!M~n&sya"џ>*v{RApL{+”/|ŵOe*ZeٖPS%ϑ7&dFm/Յh`C",4CVߴ{Ks^Ip5 I0كq Sy0=n{mXO1;= -{!LWWaG^-h֝QUO؎T!nx ˦d BN"|] *(]ӍSGU\]wUcG 8^w\<uMc~/eD4Iڋ[2%?3RimʰO]҉ʗ?ͭ /1^:p9M=b_QP]Z׃ zš@zI3XtϮ+'9&@u>_Ld"Yj$è?dKXgte9 --˒{"[P,S@r\6}#j%;tA_%(c,kٽދT]K'r01R}W~pwܸ%,CŽ"y*_DvFRbOSخقf`1\ ʺ*G02"Wc^m s(k9zMUuX ;fahm-ŚqfiS|ao"YRG9+EX?4M~dTQx6ыMCt,h#7,^*"6G@q֘ȇқ!Ӝ"<+6Փ9zog =i]7kR3 cO֝}ǘ>)nFvyq]!:~Bx3Pu1LD:Ƙx0H>q7XA̮/2QsfnJw`:ЪRq(Di2wI9E~`v}ͻ `]OakMCe|O<}g3Zi3Sa̽~meNӏ7 vTLo}z_KG`|Q*mj7 ʀ.F+MCJՋZ/[c>CMhu߭{u"v"=? .ٜ}v.鲟ni?ϗ<̟/}>u|kg(I|L;>T9>Ix$I}.Pe'7{w zl6!>)f'1H_ysH~$ޚ bw+#:tܧs9x`'_eT !e!QkDZCNȢmֶ-PQ8#ui•l-Z}!$΂nHKT۴Lx8k -%0[-v&[SmZ){㻞B9ft -e޳1.礇p~@pg ^e;暜D:~>_ϧ|3 D0y=bхz?'ހ -" $ZHLe"1k ?hc`эkCX?YTyt +z0`UV6*l8UYZ*Uĥ6Ѧ'akT'm%y8s,m;peJ($lW -F#RB=!+Iθo"Lo'yD0 v{u;e5\cqaϜ߷gI׹ۼUJvߛ︔bZ܈bDyZtCfXb\E=#͏`k#|[`k#Bq[Og -^u1 3}W%;' -~*OUF!aMØ{M--;f -7bV@BԆ5;EV/z^߷ӂ1<}xnא˵ ϰ(vˇWanЈ7yJIhO̝恺hc kDK 0 `#g`;3,UX"P\CtQ+%j?9a(byOl:?q,X/<[ ܓϠKjGLfWC3?ћ{>5-2a#&WZ'*#%3~A{>5-"`1v&S[X{wt$k/N8륞pvtz훹ؾŏ{)~_CIK -o͚8!,D}F fF4:2^S:j6(c3`&ӜpTpTBV:J>v"eb]ALᛎacl!G<.0;#h801+ׇp -)讶b-8۵"\+,(A3k(=J{Z6\LP.w3 9諫 NЇwT0Ghd[~ -*qEGtc[$*#hk<N/(xyTZ,jNmvM;nvhg͉ W|+uIgS -\qoɪQޖֽ7DTkcJ9%pMǦ/G^#K-;vE'~Ĕc- BwuFecm{+NOn,ۆ2qoѹmDIRˆml;Ӷ7F8.ڽm*/R>u?VW,T„E"p^zPi(pIV[;RU5T0\݃2İco -{.n) իV0l.bu_y!^ؙϪ}fBTu?PAe>@^V&cq>CLboRF馱YCNKAx9c' CY6UΖII81WD2.{3M)_@nZ|B,`b[Fb@&ZaAf$Q"2ftC$Hw@@wU [i-EaZ$}kۛ 9$xa]^40cmU}%4c*<:s!SAQP0&LW$Ly Ik4:椵4-ȠѓC>:2Ƿ~Ϸ|3_dU)>ހ$zbJY|ѲOQ?d$Ծ،{klSlu6.FŬIjԶAbQ3*[udfivw'ͧ*u)m`ِ26ЦӟCAGh4#{Fm'Fٙ5% 5P/҃vHKȼٴGkgk=} ZgNd8cvYڶgI&n>G)gr+Je[% }J$I -N_U]o$9*SaY١"Lղe g/& -M(,}am3/R$Ѯـ2ꡠ|!4"g4van:)'ʁyt2+pE횢v{_LCH_[~r^. $΋dE;w!ĜFMK*2 vBRV+jN`9'!4'q1pH-UqK{#0409Wjn4 -?4 ^TXl" ͸%!>J 1^(2:3BKεc"]XrE~~{@Г'^={\r{lrs,\%v 7Rd _)owMVTE##r^7pܼ[Y(_>6[GEoϰmM߱Gti@17O(mC=ގ+RmAPsd'p1&nAhy.BaQ^p*uB ɡRN3sdH2$kyPk}o~\߷~~+?޿_.>{x?'_wSH^J<~.T-2Cꖠ||sHHTinj:^{2y$,\IshW)B - \e9 ү7Mגڱ:p\dw;.Ǽ^%ߎ\i.Nx"X04.C~nr$Ȕ9PK!su$c9k3r%E(_y qq=&w/㾾iYW~%ct?,Gt;W H|T N jqST'Eek|651}ȩ4 Cy>E=D.kbvEWgZhil dmRarpreE~MzŠW369ESڣfjY-.8FT5u4#&E!s"4F_""2%=pב"{DYı)Ӽ v~lb$ﬕڏH_|Y?y$0Q;5jyJsE^#kѧsеw"d?DN-Cdе/rWn2W45Bb#0H}fjQn#z`,"wr,R|sUJno`]kZSOXغ6>AŎgYqa]#5m}G$x+iJ={pMaI3Yí֕ZݽIDi̷qfqu-hxxgqjıAOϓ-|ిaH9ߌB~qu`naJ eׇ_4_33lٯ835k-Rl0hҐԂjzii5]K=o -C?RE.竢廊=Kg G/3NWZɉL;, ՗곋(1~|0&zn)T%8D쯮wjh :A*mrwrW/#& #;Q*>"_=̉PUQ 8b;_, pI%hb4&QDkRgӪPGW*ޥEk* Nȕ4岸@,%}MLEϞ@#I%ە8,.H>~ϙ~'8sКk 88VͨLBиFW on7%+Ϟ(=Q_%4mq=p$NۆX-Ϟp}qZny>wcؚ lElP9e>,A}4ۅ?4<u7i-k.ӯ5a|!y. C봴/1nLέʍ*ke^:ѸA` B~Acye?[@GX YB7BV nRPc3? fKQ +cud/"-,G٨c՚̈bl8u;a@GN xp v !WYba`j5bo54ՀdZFS$=fFjB{?{#jL[@G__mv/lN5hU!)Ց&}~$qV be刊XzyZ&Ѝ璻 f`Ͱ\0~ȸ7gDi`Br5uP,) )q=6JG/([^4ךk5YArS5ŒZcKsP&7,X&.K'N+u?@`l-N-\9t-q?x4?ٚ+ Yu=^\R꟤/pewYQI֯kyyDq.xXFKVl|"KE=@-.[q[\!4VR+ -H\tˏ~VyN˭fm='荹rr_.2z;b쒭1i݅x-n]̨]PQ-B| H^}["w]tcfwnpїxoas9)l⇀7E7}Q%鄤Gz"qrY w]Gzw-Z >(\ַODbX -֍(wBƥR7ai荓[|[%KGig功>^Vl}iUQKߎK/GLvfyH6"mK<JEOX4{ZB>]|/rf,MtAa Vll/ޭ]"P6BvCi5 '@mэ;%A5fWtu[|}MסF|[A$/0bd xkZGDr"7!O`,S=hU!(1sQϛЯzbt̥4t:!02MmYtfP$ b0O,.Ijc5&2 %*E}j-tL}lD4!NGk*K!역ad#hÙLd LApa$ܭզD襙cZ+a&?d߃Qa-oK׈b Rf&ȍd>Xͺ~ eF -. ήyǙaTh_zURv20q!z]RFCգ"qz6AU79INcȳ4W7N ?G@{e@`Uv̷I^.4QyTs p31;4p/ł]Ņ)JHS{ -\=x؋KU_9 -L'åY/I:WOqC!CŴkX^PTP0cuxAzȠ/#0jU^d Iּ6+TEq -Lӟ7F9( 6 AEY0.1zK! ~aS-v E-O{dFh56U|wh)9# 1L -j+>b0WlʟfdR)._*.u[ߕ -Gct ~i闎1Zr/cKKmG _QyGQ gZr\O H`0< 5deWHLVL&%0Q]LlqҽyB":m8`'ⶱ3~5I -8u塈X~~G?-d4 yE1\$0A aBٴbpwfjCЯ05T|~d%߬]"_ї\Ǡ%h ܘXHEHJe kl"P-quu*=%-x#}}⌅HkG(p #lUi?.G/Eͥ''>XeC]RhxDi䄁N35O=v>?\9<5w[/7vЍݽ$/9KI:Ov 7#qḲOJrǪIВ%yG2 Em-P֭ &^o# 2x.57>NNwdsm{g2R ~N{֙k#B|kּBXH2U+Ĺ{+ 6YcSfD8dWI #l$?zCX,7+bYyBV[ߐ6CkYhva&pTObځDBC2 `WBM1) |\\!5Kg, -T&@1 H?Wz -½vbN|ۄ\{>Nĺo#~p uʸ A=9!<1WMМ,ջexR0ǚY&Bѩ Ыщ̂kx>VΜE z.jMc X 4ӱM2.Y2?XAcO~e%ʖ(҇e9&_Zx{E)kQ*TWoj1u%#I@8 -y$58cU,^V౅2qE/`y7KjMl'0bV9jf7Pm䭈9D)lXd0`WSV<:.VE;EE ,K - MQNz0Q@eb٢L1'Wbr踬9B_CetYm}Z)SN>Lht]7!JA-MoI&\,t‹G>zG>|4s#,}›}ih/nuEa<)laui%E.׵M.M:uճ&G<&f.F.& bz;2wuEXR NKejb{ -1 VL%eC"4Xq7LxP&xZd'pЙE(A$lKy/xeGjK -V,1d4&#5tηu'*A[yُ[%m$R~DEtS.syyS?KoR¥ZPWX0QJW -J:*Ԁv0קu-ɑk"tᠺ z\w҆پB< ̪O4v񌛍dI$KZFT)筣a6ssS[wu3~e $˭VjVSfȍ, `gPEW:1uK8 -Fd\Tɘ'ekH"JK:uidE;!s:!Y!a:mnsb'˒IJ&)P֙a -p},6w0 rVwƾP^ "On),QyKLμZp< ^q]UF :>>ߘdԷP,b *`P6BB,&U~(@qؓz1wu(y@5'%a d2?DH)6%f0N'@T: PwvpuY0NZN:"s6}TLg{BDsdW"P`!H졕)YT&I ȩK*@lȡf Xo]![oM_*O -iw7Bµ`(78#HqqApfRPKNzWQS|)G 3/9[[/BP0% b -vv b2>LZP $ɛ0RU`/ֵx|T0:chDvCp 荏2AV2Ո-ԍb0Z98M=VP=LS^ ki/C_? dد#b: xZ!ESOħQ u1uJNG􂩈 NC} ehs/P W\ewŁh>8Aa-wed0V8PnN'C9[2'M$-֜mi 7Tju Vو[ X'߽}RO$GS9!(K:|>6qxyeP,.{W?/,؝k r(?oѫ%u uBれ-lL&4RnS"?H{T)B@mJ)ie|`M6/`/!ϻCsI:rfy$-<%+o|DCLZ'l@gk) 5)e&v@NǾ{,whj{wik.P5.ZF(X@xzH慨of -wR3ٺ9a&$fkuu|yo H t+w1tד0]_=1#'Z+-}KfؤO#i,>>2_QZQEu 7Bܰ.gbDAGna tmNfИ4lÄߴ@=үψn"Np.K_,vvՏc-VGٟvpc{O4Pj uk\%=5iM,{hu+ 8 AA%pnJ[j/=A콈;Jh蹇:Fx2x͍g:S\o$m\runzq&9O 3ICOtPn ֆ| oQDQ2CwpLZB%}2g(=~"\X7-tmfX>zFZ]?u7lEG.E#\cI0.t J0:dJœJ*.><.KoNppW ;I;'pMqGF{3TAJe@>f.¦ IK_\O6o|}[(&#DxŸ ƪ<vzasQQmw|8athvD\^z>hs~[!)Ґ$tIis_Nf33>G-4,{/_+=&IK z(0d --̐$R5"Q nfX kZ1Is,ޘb{%1RIՇG> endobj 19583 0 obj <>stream -8;Wj;fbK,n%.c[9Vu&0EenK[pnSP3hqB1fGa9MlHTh@]Ukg]0_qdC]2+fgn4=r)%p -p0eNB&U[/<5Tt`SS7ZtE1ekO()aXA82g*>sO%"`\VGX28Q"qd9BF7-h60>)hA+@bY -+Xfnh7H@&U+Cr`*S`?OJ427<(=s6M!(?)*e?.?mj85-k_rbj/Fg;Bdoj-$lbU!Vg. -Mf?pKd^.6J:=O^Ce'=h8r*pg&#Teq`'&U<1OgSF?Ph6`cc3(6'AdB,*iV#?1YO1rE -kRaZjc`p59(p9L;lQ=hs1j!QNlJ2J&*am>BF endstream endobj 19584 0 obj [/Indexed/DeviceRGB 255 19585 0 R] endobj 19585 0 obj <>stream -8;X]O>EqN@%''O_@%e@?J;%+8(9e>X=MR6S?i^YgA3=].HDXF.R$lIL@"pJ+EP(%0 -b]6ajmNZn*!='OQZeQ^Y*,=]?C.B+\Ulg9dhD*"iC[;*=3`oP1[!S^)?1)IZ4dup` -E1r!/,*0[*9.aFIR2&b-C#soRZ7Dl%MLY\.?d>Mn -6%Q2oYfNRF$$+ON<+]RUJmC0InDZ4OTs0S!saG>GGKUlQ*Q?45:CI&4J'_2j$XKrcYp0n+Xl_nU*O( -l[$6Nn+Z_Nq0]s7hs]`XX1nZ8&94a\~> endstream endobj 18567 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 2976.273 -96 96 re -f - endstream endobj 18568 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 3000.273 -48 48 re -f - endstream endobj 18569 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 2976.273 -96 96 re -f - endstream endobj 18570 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 2496.273 -96 96 re -f - endstream endobj 18571 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 340.0879 4176.2031 cm -0 0 m -15.776 15.779 l -24.49 7.064 24.491 -7.064 15.776 -15.777 c -h -f -Q - endstream endobj 18572 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 338 4174.3437 cm -0 0 m -0 -22.312 l -6 -22.312 11.422 -20.133 15.779 -15.777 c -h -f -Q - endstream endobj 18573 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -162 4170.273 -6 -6 re -154 4170.273 -6 -6 re -164 4188.273 m -170 4188.273 l -170 4186.273 l -164 4186.273 l -164 4180.273 l -170 4180.273 l -170 4178.273 l -164 4178.273 l -164 4172.273 l -170 4172.273 l -170 4170.273 l -164 4170.273 l -164 4164.273 l -170 4164.273 l -170 4162.273 l -164 4162.273 l -164 4156.273 l -162 4156.273 l -162 4162.273 l -156 4162.273 l -156 4156.273 l -154 4156.273 l -154 4162.273 l -148 4162.273 l -148 4156.273 l -146 4156.273 l -146 4162.273 l -140 4162.273 l -140 4156.273 l -138 4156.273 l -138 4162.273 l -132 4162.273 l -132 4156.273 l -130 4156.273 l -130 4160.914 l -132.908 4164.273 l -138 4164.273 l -138 4166.334 l -138.744 4166.484 139.416 4166.813 140 4167.254 c -140 4164.273 l -146 4164.273 l -146 4170.273 l -141.902 4170.273 l -141.965 4170.584 142 4170.904 142 4171.232 c -142 4171.41 141.965 4171.578 141.947 4171.752 c -143.127 4172.273 l -146 4172.273 l -146 4173.543 l -148 4174.428 l -148 4172.273 l -154 4172.273 l -154 4174.342 l -154.324 4174.275 154.656 4174.232 155 4174.232 c -155.344 4174.232 155.676 4174.268 156 4174.334 c -156 4172.273 l -162 4172.273 l -162 4178.273 l -159.902 4178.273 l -159.965 4178.584 160 4178.904 160 4179.232 c -160 4179.592 159.949 4179.938 159.875 4180.273 c -162 4180.273 l -162 4186.273 l -161.664 4186.273 l -164 4189.813 l -h -164 4201.211 m -164 4202.273 l -162 4202.273 l -162 4197.232 l -162 4198.865 162.793 4200.299 164 4201.211 c -132 4180.273 6 6 re -132 4188.273 6 6 re -140 4180.273 6 6 re -140 4188.273 6 6 re -148 4188.273 6 6 re -130 4170.273 m -124 4170.273 l -124 4172.273 l -130 4172.273 l -130 4178.273 l -124 4178.273 l -124 4180.273 l -130 4180.273 l -130 4186.273 l -124 4186.273 l -124 4188.273 l -130 4188.273 l -130 4194.273 l -124 4194.273 l -124 4196.273 l -130 4196.273 l -130 4202.273 l -132 4202.273 l -132 4196.273 l -138 4196.273 l -138 4202.273 l -140 4202.273 l -140 4196.273 l -146 4196.273 l -146 4202.273 l -148 4202.273 l -148 4196.273 l -154 4196.273 l -154 4202.273 l -156 4202.273 l -156 4196.273 l -162 4196.273 l -162 4197.232 l -162 4196.006 162.457 4194.9 163.187 4194.031 c -162 4192.23 l -162 4194.273 l -156 4194.273 l -156 4188.273 l -159.389 4188.273 l -158.07 4186.273 l -156 4186.273 l -156 4184.105 l -155.676 4184.178 155.348 4184.232 155 4184.232 c -154.656 4184.232 154.324 4184.197 154 4184.131 c -154 4186.273 l -148 4186.273 l -148 4180.273 l -150.111 4180.273 l -150.039 4179.938 150 4179.59 150 4179.232 c -150 4179.021 150.037 4178.822 150.062 4178.619 c -149.279 4178.273 l -148 4178.273 l -148 4177.707 l -146 4176.824 l -146 4178.273 l -140 4178.273 l -140 4175.211 l -139.42 4175.654 138.74 4175.967 138 4176.121 c -138 4178.273 l -132 4178.273 l -132 4172.273 l -132.111 4172.273 l -132.039 4171.938 132 4171.59 132 4171.232 c -132 4170.898 132.074 4170.588 132.137 4170.273 c -132 4170.273 l -132 4167.809 l -130 4165.498 l -h -127.209 4162.273 m -124 4162.273 l -124 4164.273 l -128.941 4164.273 l -h -f - endstream endobj 18574 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 446 4252.2734 cm -0 0 m -1.084 0 2 0.916 2 2 c -2 18 l -2 19.084 1.084 20 0 20 c --28 20 l --29.084 20 -30 19.084 -30 18 c --30 2 l --30 0.916 -29.084 0 -28 0 c -h --28 24 m --29.084 24 -30 24.916 -30 26 c --30 30 l --30 31.084 -29.084 32 -28 32 c -0 32 l -1.084 32 2 31.084 2 30 c -2 26 l -2 24.916 1.084 24 0 24 c -h -f -Q - endstream endobj 18575 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 220 4289.2734 cm -0 0 m -0 0.551 0.449 1 1 1 c -39 1 l -39.551 1 40 0.551 40 0 c -40 -19.422 l -40 -19.973 39.576 -20.572 39.057 -20.756 c -32.727 -23.209 20 -23.209 v -7.273 -23.209 0.943 -20.756 y -0.424 -20.572 0 -19.973 0 -19.422 c -h -f -Q - endstream endobj 18576 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 889.2539 4377.4648 cm -0 0 m -0.25 0.439 0.59 0.809 1.215 0.809 c -24.277 0.809 l -24.902 0.809 25.242 0.439 25.492 0 c -25.828 -0.736 27.867 -9.191 y --2.375 -9.191 l --0.336 -0.736 0 0 v -f -Q - endstream endobj 18577 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 920.5 4380.2734 cm -0 0 m -20.621 0 l -19.582 4.455 19.246 5.191 v -18.996 5.631 18.656 6 18.031 6 c -9.5 6 l --0.031 6 l --0.656 6 -0.996 5.631 -1.246 5.191 c --1.479 4.68 -2.125 3.563 y -h -f -Q - endstream endobj 18578 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -618 4372.273 2 10 re -618 4382.273 m -630 4372.273 -2 10 re -f - endstream endobj 18579 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 450 4390.2734 cm -0 0 m --8 0 l --9.1 0 -10 -0.9 -10 -2 c --10 -10 l -2 -10 l -2 -2 l -2 -0.9 1.1 0 0 0 c -f -Q -q 1 0 0 1 420 4390.2734 cm -0 0 m --8 0 l --9.1 0 -10 -0.9 -10 -2 c --10 -10 l -2 -10 l -2 -2 l -2 -0.9 1.1 0 0 0 c -f -Q - endstream endobj 18580 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 732 4447.2734 cm -0 0 m -0 -0.551 -0.449 -1 -1 -1 c --3 -1 l --3.551 -1 -4 -0.551 -4 0 c --4 28 l --4 28.551 -3.551 29 -3 29 c --1 29 l --0.449 29 0 28.551 0 28 c -h --10 0 m --10 -0.551 -10.449 -1 -11 -1 c --13 -1 l --13.551 -1 -14 -0.551 -14 0 c --14 28 l --14 28.551 -13.551 29 -13 29 c --11 29 l --10.449 29 -10 28.551 -10 28 c -h --20 0 m --20 -0.551 -20.449 -1 -21 -1 c --23 -1 l --23.551 -1 -24 -0.551 -24 0 c --24 28 l --24 28.551 -23.551 29 -23 29 c --21 29 l --20.449 29 -20 28.551 -20 28 c -h -f -Q - endstream endobj 18581 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 2520.273 -48 48 re -f - endstream endobj 18582 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 528 4461.6484 cm -0 0 m --8 0 -16 4.625 y --12.908 22.062 l --12.873 22.287 -12.479 22.625 -12.25 22.625 c -12.342 22.625 l -12.571 22.625 12.965 22.287 13 22.061 c -16 4.625 l -8 0 0 0 v -f -Q - endstream endobj 18583 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 438.9902 4482.1875 cm -0 0 m --2.703 1.223 -5.58 1.842 -8.549 1.842 c --13.609 1.842 -18.486 0.021 -22.283 -3.283 c --22.811 -3.742 l --22.143 -3.953 l --17.795 -5.328 -16.1 -6.4 -13.969 -10.434 c --13.65 -11.035 l --13.289 -10.459 l --7.32 -0.936 -0.229 -0.748 -0.158 -0.748 c -h -f -Q - endstream endobj 18584 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 442.6055 4480.1035 cm -0 0 m --0.57 -0.512 l --0.535 -0.572 2.848 -6.809 -2.416 -16.738 c --2.734 -17.34 l --2.055 -17.314 l --1.717 -17.301 -1.395 -17.295 -1.084 -17.295 c -2.742 -17.295 4.529 -18.307 7.645 -21.156 c -8.16 -21.627 l -8.293 -20.941 l -9.852 -12.961 6.594 -4.74 0 0 c -f -Q - endstream endobj 18585 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -260 4470.273 -4 2 re -f - endstream endobj 18586 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -924 4558.273 -24 -20 re -924 4582.273 -24 -20 re -f - endstream endobj 18587 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 609.2539 4577.4648 cm -0 0 m -0.25 0.439 0.59 0.809 1.215 0.809 c -28.277 0.809 l -28.902 0.809 29.242 0.439 29.492 0 c -29.829 -0.736 31.867 -9.191 y --2.375 -9.191 l --0.337 -0.736 0 0 v -f -Q - endstream endobj 18588 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 2496.273 -96 96 re -f - endstream endobj 18589 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 2520.273 -48 48 re -f - endstream endobj 18590 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 2496.273 -96 96 re -f - endstream endobj 18591 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 2520.273 -48 48 re -f - endstream endobj 18592 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 2496.273 -96 96 re -f - endstream endobj 18593 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 2520.273 -48 48 re -f - endstream endobj 18594 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 2496.273 -96 96 re -f - endstream endobj 18595 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -552 2520.273 -48 48 re -f - endstream endobj 18596 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -648 3000.273 -48 48 re -f - endstream endobj 18597 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 2496.273 -96 96 re -f - endstream endobj 18598 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -648 2520.273 -48 48 re -f - endstream endobj 18599 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 2496.273 -96 96 re -f - endstream endobj 18600 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -744 2520.273 -48 48 re -f - endstream endobj 18601 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 2496.273 -96 96 re -f - endstream endobj 18602 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -840 2520.273 -48 48 re -f - endstream endobj 18603 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 2496.273 -96 96 re -f - endstream endobj 18604 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -936 2520.273 -48 48 re -f - endstream endobj 18605 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1056 2496.273 -96 96 re -f - endstream endobj 18606 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1032 2520.273 -48 48 re -f - endstream endobj 18607 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 2976.273 -96 96 re -f - endstream endobj 18608 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 2400.273 -96 96 re -f - endstream endobj 18609 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 2424.273 -48 48 re -f - endstream endobj 18610 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 2400.273 -96 96 re -f - endstream endobj 18611 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 2424.273 -48 48 re -f - endstream endobj 18612 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 2400.273 -96 96 re -f - endstream endobj 18613 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 2424.273 -48 48 re -f - endstream endobj 18614 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 2400.273 -96 96 re -f - endstream endobj 18615 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 2424.273 -48 48 re -f - endstream endobj 18616 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 2400.273 -96 96 re -f - endstream endobj 18617 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -552 2424.273 -48 48 re -f - endstream endobj 18618 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -744 3000.273 -48 48 re -f - endstream endobj 18619 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 2400.273 -96 96 re -f - endstream endobj 18620 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -648 2424.273 -48 48 re -f - endstream endobj 18621 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 2400.273 -96 96 re -f - endstream endobj 18622 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -744 2424.273 -48 48 re -f - endstream endobj 18623 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 2400.273 -96 96 re -f - endstream endobj 18624 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -840 2424.273 -48 48 re -f - endstream endobj 18625 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 2400.273 -96 96 re -f - endstream endobj 18626 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -936 2424.273 -48 48 re -f - endstream endobj 18627 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1056 2400.273 -96 96 re -f - endstream endobj 18628 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1032 2424.273 -48 48 re -f - endstream endobj 18629 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 2976.273 -96 96 re -f - endstream endobj 18630 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 2304.273 -96 96 re -f - endstream endobj 18631 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 2328.273 -48 48 re -f - endstream endobj 18632 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 2304.273 -96 96 re -f - endstream endobj 18633 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 2328.273 -48 48 re -f - endstream endobj 18634 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 2304.273 -96 96 re -f - endstream endobj 18635 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 2328.273 -48 48 re -f - endstream endobj 18636 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 2304.273 -96 96 re -f - endstream endobj 18637 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 2328.273 -48 48 re -f - endstream endobj 18638 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 2304.273 -96 96 re -f - endstream endobj 18639 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -552 2328.273 -48 48 re -f - endstream endobj 18640 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -840 3000.273 -48 48 re -f - endstream endobj 18641 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 2304.273 -96 96 re -f - endstream endobj 18642 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -648 2328.273 -48 48 re -f - endstream endobj 18643 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 2304.273 -96 96 re -f - endstream endobj 18644 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -744 2328.273 -48 48 re -f - endstream endobj 18645 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 2304.273 -96 96 re -f - endstream endobj 18646 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -840 2328.273 -48 48 re -f - endstream endobj 18647 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 2304.273 -96 96 re -f - endstream endobj 18648 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -936 2328.273 -48 48 re -f - endstream endobj 18649 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1056 2304.273 -96 96 re -f - endstream endobj 18650 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1032 2328.273 -48 48 re -f - endstream endobj 18651 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 2976.273 -96 96 re -f - endstream endobj 18652 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 2208.273 -96 96 re -f - endstream endobj 18653 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 2232.273 -48 48 re -f - endstream endobj 18654 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 2208.273 -96 96 re -f - endstream endobj 18655 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 2232.273 -48 48 re -f - endstream endobj 18656 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 2208.273 -96 96 re -f - endstream endobj 18657 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 2232.273 -48 48 re -f - endstream endobj 18658 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 2208.273 -96 96 re -f - endstream endobj 18659 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 2232.273 -48 48 re -f - endstream endobj 18660 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 2208.273 -96 96 re -f - endstream endobj 18661 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -552 2232.273 -48 48 re -f - endstream endobj 18662 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -936 3000.273 -48 48 re -f - endstream endobj 18663 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 2208.273 -96 96 re -f - endstream endobj 18664 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -648 2232.273 -48 48 re -f - endstream endobj 18665 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 2208.273 -96 96 re -f - endstream endobj 18666 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -744 2232.273 -48 48 re -f - endstream endobj 18667 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 2208.273 -96 96 re -f - endstream endobj 18668 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -840 2232.273 -48 48 re -f - endstream endobj 18669 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 2208.273 -96 96 re -f - endstream endobj 18670 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -936 2232.273 -48 48 re -f - endstream endobj 18671 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1056 2208.273 -96 96 re -f - endstream endobj 18672 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1032 2232.273 -48 48 re -f - endstream endobj 18673 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1056 2976.273 -96 96 re -f - endstream endobj 18674 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 2112.273 -96 96 re -f - endstream endobj 18675 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 2136.273 -48 48 re -f - endstream endobj 18676 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 2112.273 -96 96 re -f - endstream endobj 18677 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 2136.273 -48 48 re -f - endstream endobj 18678 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 2112.273 -96 96 re -f - endstream endobj 18679 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 2136.273 -48 48 re -f - endstream endobj 18680 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 2112.273 -96 96 re -f - endstream endobj 18681 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 2136.273 -48 48 re -f - endstream endobj 18682 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 2112.273 -96 96 re -f - endstream endobj 18683 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -552 2136.273 -48 48 re -f - endstream endobj 18684 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1032 3000.273 -48 48 re -f - endstream endobj 18685 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 2112.273 -96 96 re -f - endstream endobj 18686 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -648 2136.273 -48 48 re -f - endstream endobj 18687 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 2112.273 -96 96 re -f - endstream endobj 18688 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -744 2136.273 -48 48 re -f - endstream endobj 18689 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 2112.273 -96 96 re -f - endstream endobj 18690 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -840 2136.273 -48 48 re -f - endstream endobj 18691 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 2112.273 -96 96 re -f - endstream endobj 18692 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -936 2136.273 -48 48 re -f - endstream endobj 18693 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1056 2112.273 -96 96 re -f - endstream endobj 18694 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1032 2136.273 -48 48 re -f - endstream endobj 18695 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 2976.273 -96 96 re -f - endstream endobj 18696 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 2880.273 -96 96 re -f - endstream endobj 18697 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 2016.273 -96 96 re -f - endstream endobj 18698 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 2040.273 -48 48 re -f - endstream endobj 18699 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 2016.273 -96 96 re -f - endstream endobj 18700 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 2040.273 -48 48 re -f - endstream endobj 18701 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 2016.273 -96 96 re -f - endstream endobj 18702 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 2040.273 -48 48 re -f - endstream endobj 18703 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 2016.273 -96 96 re -f - endstream endobj 18704 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 2040.273 -48 48 re -f - endstream endobj 18705 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 2016.273 -96 96 re -f - endstream endobj 18706 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -552 2040.273 -48 48 re -f - endstream endobj 18707 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 2904.273 -48 48 re -f - endstream endobj 18708 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 2016.273 -96 96 re -f - endstream endobj 18709 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -648 2040.273 -48 48 re -f - endstream endobj 18710 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 2016.273 -96 96 re -f - endstream endobj 18711 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -744 2040.273 -48 48 re -f - endstream endobj 18712 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 2016.273 -96 96 re -f - endstream endobj 18713 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -840 2040.273 -48 48 re -f - endstream endobj 18714 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 2016.273 -96 96 re -f - endstream endobj 18715 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -936 2040.273 -48 48 re -f - endstream endobj 18716 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1056 2016.273 -96 96 re -f - endstream endobj 18717 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1032 2040.273 -48 48 re -f - endstream endobj 18718 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 2880.273 -96 96 re -f - endstream endobj 18719 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 1920.273 -96 96 re -f - endstream endobj 18720 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 1944.273 -48 48 re -f - endstream endobj 18721 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 1920.273 -96 96 re -f - endstream endobj 18722 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 1944.273 -48 48 re -f - endstream endobj 18723 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 1920.273 -96 96 re -f - endstream endobj 18724 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 1944.273 -48 48 re -f - endstream endobj 18725 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 1920.273 -96 96 re -f - endstream endobj 18726 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 1944.273 -48 48 re -f - endstream endobj 18727 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 1920.273 -96 96 re -f - endstream endobj 18728 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -552 1944.273 -48 48 re -f - endstream endobj 18729 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 2904.273 -48 48 re -f - endstream endobj 18730 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 1920.273 -96 96 re -f - endstream endobj 18731 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -648 1944.273 -48 48 re -f - endstream endobj 18732 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 1920.273 -96 96 re -f - endstream endobj 18733 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -744 1944.273 -48 48 re -f - endstream endobj 18734 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 1920.273 -96 96 re -f - endstream endobj 18735 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -840 1944.273 -48 48 re -f - endstream endobj 18736 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 1920.273 -96 96 re -f - endstream endobj 18737 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -936 1944.273 -48 48 re -f - endstream endobj 18738 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1056 1920.273 -96 96 re -f - endstream endobj 18739 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1032 1944.273 -48 48 re -f - endstream endobj 18740 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 2880.273 -96 96 re -f - endstream endobj 18741 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 1824.273 -96 96 re -f - endstream endobj 18742 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 1848.273 -48 48 re -f - endstream endobj 18743 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 1824.273 -96 96 re -f - endstream endobj 18744 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 1848.273 -48 48 re -f - endstream endobj 18745 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 1824.273 -96 96 re -f - endstream endobj 18746 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 1848.273 -48 48 re -f - endstream endobj 18747 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 1824.273 -96 96 re -f - endstream endobj 18748 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 1848.273 -48 48 re -f - endstream endobj 18749 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 1824.273 -96 96 re -f - endstream endobj 18750 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -552 1848.273 -48 48 re -f - endstream endobj 18751 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 2904.273 -48 48 re -f - endstream endobj 18752 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 1824.273 -96 96 re -f - endstream endobj 18753 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -648 1848.273 -48 48 re -f - endstream endobj 18754 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 1824.273 -96 96 re -f - endstream endobj 18755 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -744 1848.273 -48 48 re -f - endstream endobj 18756 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 1824.273 -96 96 re -f - endstream endobj 18757 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -840 1848.273 -48 48 re -f - endstream endobj 18758 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 1824.273 -96 96 re -f - endstream endobj 18759 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -936 1848.273 -48 48 re -f - endstream endobj 18760 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1056 1824.273 -96 96 re -f - endstream endobj 18761 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1032 1848.273 -48 48 re -f - endstream endobj 18762 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 2880.273 -96 96 re -f - endstream endobj 18763 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 1728.273 -96 96 re -f - endstream endobj 18764 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 1752.273 -48 48 re -f - endstream endobj 18765 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 1728.273 -96 96 re -f - endstream endobj 18766 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 1752.273 -48 48 re -f - endstream endobj 18767 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 1728.273 -96 96 re -f - endstream endobj 18768 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 1752.273 -48 48 re -f - endstream endobj 18769 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 1728.273 -96 96 re -f - endstream endobj 18770 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 1752.273 -48 48 re -f - endstream endobj 18771 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 1728.273 -96 96 re -f - endstream endobj 18772 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -552 1752.273 -48 48 re -f - endstream endobj 18773 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 2904.273 -48 48 re -f - endstream endobj 18774 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 1728.273 -96 96 re -f - endstream endobj 18775 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -648 1752.273 -48 48 re -f - endstream endobj 18776 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 1728.273 -96 96 re -f - endstream endobj 18777 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -744 1752.273 -48 48 re -f - endstream endobj 18778 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 1728.273 -96 96 re -f - endstream endobj 18779 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -840 1752.273 -48 48 re -f - endstream endobj 18780 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 1728.273 -96 96 re -f - endstream endobj 18781 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -936 1752.273 -48 48 re -f - endstream endobj 18782 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1056 1728.273 -96 96 re -f - endstream endobj 18783 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1032 1752.273 -48 48 re -f - endstream endobj 18784 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 2880.273 -96 96 re -f - endstream endobj 18785 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 1632.273 -96 96 re -f - endstream endobj 18786 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 1656.273 -48 48 re -f - endstream endobj 18787 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 1632.273 -96 96 re -f - endstream endobj 18788 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 1656.273 -48 48 re -f - endstream endobj 18789 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 1632.273 -96 96 re -f - endstream endobj 18790 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 1656.273 -48 48 re -f - endstream endobj 18791 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 1632.273 -96 96 re -f - endstream endobj 18792 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 1656.273 -48 48 re -f - endstream endobj 18793 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 1632.273 -96 96 re -f - endstream endobj 18794 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -552 1656.273 -48 48 re -f - endstream endobj 18795 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -552 2904.273 -48 48 re -f - endstream endobj 18796 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 1632.273 -96 96 re -f - endstream endobj 18797 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -648 1656.273 -48 48 re -f - endstream endobj 18798 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 1632.273 -96 96 re -f - endstream endobj 18799 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -744 1656.273 -48 48 re -f - endstream endobj 18800 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 1632.273 -96 96 re -f - endstream endobj 18801 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -840 1656.273 -48 48 re -f - endstream endobj 18802 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 1632.273 -96 96 re -f - endstream endobj 18803 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -936 1656.273 -48 48 re -f - endstream endobj 18804 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1056 1632.273 -96 96 re -f - endstream endobj 18805 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1032 1656.273 -48 48 re -f - endstream endobj 18806 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 3000.273 -48 48 re -f - endstream endobj 18807 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 2880.273 -96 96 re -f - endstream endobj 18808 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 1536.273 -96 96 re -f - endstream endobj 18809 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 1560.273 -48 48 re -f - endstream endobj 18810 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 1536.273 -96 96 re -f - endstream endobj 18811 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 1560.273 -48 48 re -f - endstream endobj 18812 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 1536.273 -96 96 re -f - endstream endobj 18813 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 1560.273 -48 48 re -f - endstream endobj 18814 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 1536.273 -96 96 re -f - endstream endobj 18815 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 1560.273 -48 48 re -f - endstream endobj 18816 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 1536.273 -96 96 re -f - endstream endobj 18817 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -552 1560.273 -48 48 re -f - endstream endobj 18818 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -648 2904.273 -48 48 re -f - endstream endobj 18819 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 1536.273 -96 96 re -f - endstream endobj 18820 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -648 1560.273 -48 48 re -f - endstream endobj 18821 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 1536.273 -96 96 re -f - endstream endobj 18822 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -744 1560.273 -48 48 re -f - endstream endobj 18823 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 1536.273 -96 96 re -f - endstream endobj 18824 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -840 1560.273 -48 48 re -f - endstream endobj 18825 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 1536.273 -96 96 re -f - endstream endobj 18826 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -936 1560.273 -48 48 re -f - endstream endobj 18827 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1056 1536.273 -96 96 re -f - endstream endobj 18828 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1032 1560.273 -48 48 re -f - endstream endobj 18829 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 2880.273 -96 96 re -f - endstream endobj 18830 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 1440.273 -96 96 re -f - endstream endobj 18831 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 1464.273 -48 48 re -f - endstream endobj 18832 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 1440.273 -96 96 re -f - endstream endobj 18833 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 1464.273 -48 48 re -f - endstream endobj 18834 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 1440.273 -96 96 re -f - endstream endobj 18835 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 1464.273 -48 48 re -f - endstream endobj 18836 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 1440.273 -96 96 re -f - endstream endobj 18837 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 1464.273 -48 48 re -f - endstream endobj 18838 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 1440.273 -96 96 re -f - endstream endobj 18839 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -552 1464.273 -48 48 re -f - endstream endobj 18840 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -744 2904.273 -48 48 re -f - endstream endobj 18841 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 1440.273 -96 96 re -f - endstream endobj 18842 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -648 1464.273 -48 48 re -f - endstream endobj 18843 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 1440.273 -96 96 re -f - endstream endobj 18844 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -744 1464.273 -48 48 re -f - endstream endobj 18845 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 1440.273 -96 96 re -f - endstream endobj 18846 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -840 1464.273 -48 48 re -f - endstream endobj 18847 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 1440.273 -96 96 re -f - endstream endobj 18848 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -936 1464.273 -48 48 re -f - endstream endobj 18849 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1056 1440.273 -96 96 re -f - endstream endobj 18850 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1032 1464.273 -48 48 re -f - endstream endobj 18851 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 2880.273 -96 96 re -f - endstream endobj 18852 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 1344.273 -96 96 re -f - endstream endobj 18853 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 1368.273 -48 48 re -f - endstream endobj 18854 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 1344.273 -96 96 re -f - endstream endobj 18855 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 1368.273 -48 48 re -f - endstream endobj 18856 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 1344.273 -96 96 re -f - endstream endobj 18857 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 1368.273 -48 48 re -f - endstream endobj 18858 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 1344.273 -96 96 re -f - endstream endobj 18859 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 1368.273 -48 48 re -f - endstream endobj 18860 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 1344.273 -96 96 re -f - endstream endobj 18861 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -552 1368.273 -48 48 re -f - endstream endobj 18862 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -840 2904.273 -48 48 re -f - endstream endobj 18863 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 1344.273 -96 96 re -f - endstream endobj 18864 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -648 1368.273 -48 48 re -f - endstream endobj 18865 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 1344.273 -96 96 re -f - endstream endobj 18866 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -744 1368.273 -48 48 re -f - endstream endobj 18867 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 1344.273 -96 96 re -f - endstream endobj 18868 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -840 1368.273 -48 48 re -f - endstream endobj 18869 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 1344.273 -96 96 re -f - endstream endobj 18870 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -936 1368.273 -48 48 re -f - endstream endobj 18871 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1056 1344.273 -96 96 re -f - endstream endobj 18872 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1032 1368.273 -48 48 re -f - endstream endobj 18873 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 2880.273 -96 96 re -f - endstream endobj 18874 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 1248.273 -96 96 re -f - endstream endobj 18875 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 1272.273 -48 48 re -f - endstream endobj 18876 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 1248.273 -96 96 re -f - endstream endobj 18877 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 1272.273 -48 48 re -f - endstream endobj 18878 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 1248.273 -96 96 re -f - endstream endobj 18879 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 1272.273 -48 48 re -f - endstream endobj 18880 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 1248.273 -96 96 re -f - endstream endobj 18881 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 1272.273 -48 48 re -f - endstream endobj 18882 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 1248.273 -96 96 re -f - endstream endobj 18883 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -552 1272.273 -48 48 re -f - endstream endobj 18884 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -936 2904.273 -48 48 re -f - endstream endobj 18885 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 1248.273 -96 96 re -f - endstream endobj 18886 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -648 1272.273 -48 48 re -f - endstream endobj 18887 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 1248.273 -96 96 re -f - endstream endobj 18888 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -744 1272.273 -48 48 re -f - endstream endobj 18889 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 1248.273 -96 96 re -f - endstream endobj 18890 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -840 1272.273 -48 48 re -f - endstream endobj 18891 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 1248.273 -96 96 re -f - endstream endobj 18892 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -936 1272.273 -48 48 re -f - endstream endobj 18893 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1056 1248.273 -96 96 re -f - endstream endobj 18894 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1032 1272.273 -48 48 re -f - endstream endobj 18895 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1056 2880.273 -96 96 re -f - endstream endobj 18896 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 1152.273 -96 96 re -f - endstream endobj 18897 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 1176.273 -48 48 re -f - endstream endobj 18898 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 1152.273 -96 96 re -f - endstream endobj 18899 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 1176.273 -48 48 re -f - endstream endobj 18900 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 1152.273 -96 96 re -f - endstream endobj 18901 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 1176.273 -48 48 re -f - endstream endobj 18902 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 1152.273 -96 96 re -f - endstream endobj 18903 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 1176.273 -48 48 re -f - endstream endobj 18904 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 1152.273 -96 96 re -f - endstream endobj 18905 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -552 1176.273 -48 48 re -f - endstream endobj 18906 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1032 2904.273 -48 48 re -f - endstream endobj 18907 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 1152.273 -96 96 re -f - endstream endobj 18908 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -648 1176.273 -48 48 re -f - endstream endobj 18909 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 1152.273 -96 96 re -f - endstream endobj 18910 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -744 1176.273 -48 48 re -f - endstream endobj 18911 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 1152.273 -96 96 re -f - endstream endobj 18912 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -840 1176.273 -48 48 re -f - endstream endobj 18913 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 1152.273 -96 96 re -f - endstream endobj 18914 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -936 1176.273 -48 48 re -f - endstream endobj 18915 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1056 1152.273 -96 96 re -f - endstream endobj 18916 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1032 1176.273 -48 48 re -f - endstream endobj 18917 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 2976.273 -96 96 re -f - endstream endobj 18918 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 2784.273 -96 96 re -f - endstream endobj 18919 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 1056.273 -96 96 re -f - endstream endobj 18920 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 1080.273 -48 48 re -f - endstream endobj 18921 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 1056.273 -96 96 re -f - endstream endobj 18922 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 1080.273 -48 48 re -f - endstream endobj 18923 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 1056.273 -96 96 re -f - endstream endobj 18924 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 1080.273 -48 48 re -f - endstream endobj 18925 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 1056.273 -96 96 re -f - endstream endobj 18926 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 1080.273 -48 48 re -f - endstream endobj 18927 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 1056.273 -96 96 re -f - endstream endobj 18928 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -552 1080.273 -48 48 re -f - endstream endobj 18929 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 2808.273 -48 48 re -f - endstream endobj 18930 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 1056.273 -96 96 re -f - endstream endobj 18931 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -648 1080.273 -48 48 re -f - endstream endobj 18932 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 1056.273 -96 96 re -f - endstream endobj 18933 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -744 1080.273 -48 48 re -f - endstream endobj 18934 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 1056.273 -96 96 re -f - endstream endobj 18935 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -840 1080.273 -48 48 re -f - endstream endobj 18936 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 1056.273 -96 96 re -f - endstream endobj 18937 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -936 1080.273 -48 48 re -f - endstream endobj 18938 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1056 1056.273 -96 96 re -f - endstream endobj 18939 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1032 1080.273 -48 48 re -f - endstream endobj 18940 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 2784.273 -96 96 re -f - endstream endobj 18941 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 960.273 -96 96 re -f - endstream endobj 18942 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 984.273 -48 48 re -f - endstream endobj 18943 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 960.273 -96 96 re -f - endstream endobj 18944 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 984.273 -48 48 re -f - endstream endobj 18945 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 960.273 -96 96 re -f - endstream endobj 18946 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 984.273 -48 48 re -f - endstream endobj 18947 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 960.273 -96 96 re -f - endstream endobj 18948 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 984.273 -48 48 re -f - endstream endobj 18949 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 960.273 -96 96 re -f - endstream endobj 18950 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -552 984.273 -48 48 re -f - endstream endobj 18951 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 2808.273 -48 48 re -f - endstream endobj 18952 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 960.273 -96 96 re -f - endstream endobj 18953 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -648 984.273 -48 48 re -f - endstream endobj 18954 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 960.273 -96 96 re -f - endstream endobj 18955 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -744 984.273 -48 48 re -f - endstream endobj 18956 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 960.273 -96 96 re -f - endstream endobj 18957 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -840 984.273 -48 48 re -f - endstream endobj 18958 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 960.273 -96 96 re -f - endstream endobj 18959 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -936 984.273 -48 48 re -f - endstream endobj 18960 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1056 960.273 -96 96 re -f - endstream endobj 18961 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1032 984.273 -48 48 re -f - endstream endobj 18962 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 2784.273 -96 96 re -f - endstream endobj 18963 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 864.273 -96 96 re -f - endstream endobj 18964 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 888.273 -48 48 re -f - endstream endobj 18965 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 864.273 -96 96 re -f - endstream endobj 18966 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 888.273 -48 48 re -f - endstream endobj 18967 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 864.273 -96 96 re -f - endstream endobj 18968 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 888.273 -48 48 re -f - endstream endobj 18969 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 864.273 -96 96 re -f - endstream endobj 18970 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 888.273 -48 48 re -f - endstream endobj 18971 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 864.273 -96 96 re -f - endstream endobj 18972 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -552 888.273 -48 48 re -f - endstream endobj 18973 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 2808.273 -48 48 re -f - endstream endobj 18974 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 864.273 -96 96 re -f - endstream endobj 18975 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -648 888.273 -48 48 re -f - endstream endobj 18976 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 864.273 -96 96 re -f - endstream endobj 18977 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -744 888.273 -48 48 re -f - endstream endobj 18978 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 864.273 -96 96 re -f - endstream endobj 18979 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -840 888.273 -48 48 re -f - endstream endobj 18980 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 864.273 -96 96 re -f - endstream endobj 18981 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -936 888.273 -48 48 re -f - endstream endobj 18982 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1056 864.273 -96 96 re -f - endstream endobj 18983 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1032 888.273 -48 48 re -f - endstream endobj 18984 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 2784.273 -96 96 re -f - endstream endobj 18985 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 768.273 -96 96 re -f - endstream endobj 18986 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 792.273 -48 48 re -f - endstream endobj 18987 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 768.273 -96 96 re -f - endstream endobj 18988 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 792.273 -48 48 re -f - endstream endobj 18989 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 768.273 -96 96 re -f - endstream endobj 18990 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 792.273 -48 48 re -f - endstream endobj 18991 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 768.273 -96 96 re -f - endstream endobj 18992 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 792.273 -48 48 re -f - endstream endobj 18993 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 768.273 -96 96 re -f - endstream endobj 18994 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -552 792.273 -48 48 re -f - endstream endobj 18995 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 2808.273 -48 48 re -f - endstream endobj 18996 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 768.273 -96 96 re -f - endstream endobj 18997 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -648 792.273 -48 48 re -f - endstream endobj 18998 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 768.273 -96 96 re -f - endstream endobj 18999 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -744 792.273 -48 48 re -f - endstream endobj 19000 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 768.273 -96 96 re -f - endstream endobj 19001 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -840 792.273 -48 48 re -f - endstream endobj 19002 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 768.273 -96 96 re -f - endstream endobj 19003 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -936 792.273 -48 48 re -f - endstream endobj 19004 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1056 768.273 -96 96 re -f - endstream endobj 19005 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1032 792.273 -48 48 re -f - endstream endobj 19006 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 2784.273 -96 96 re -f - endstream endobj 19007 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 672.273 -96 96 re -f - endstream endobj 19008 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 696.273 -48 48 re -f - endstream endobj 19009 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 672.273 -96 96 re -f - endstream endobj 19010 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 696.273 -48 48 re -f - endstream endobj 19011 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 672.273 -96 96 re -f - endstream endobj 19012 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 696.273 -48 48 re -f - endstream endobj 19013 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 672.273 -96 96 re -f - endstream endobj 19014 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 696.273 -48 48 re -f - endstream endobj 19015 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 672.273 -96 96 re -f - endstream endobj 19016 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -552 696.273 -48 48 re -f - endstream endobj 19017 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -552 2808.273 -48 48 re -f - endstream endobj 19018 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 672.273 -96 96 re -f - endstream endobj 19019 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -648 696.273 -48 48 re -f - endstream endobj 19020 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 672.273 -96 96 re -f - endstream endobj 19021 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -744 696.273 -48 48 re -f - endstream endobj 19022 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 672.273 -96 96 re -f - endstream endobj 19023 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -840 696.273 -48 48 re -f - endstream endobj 19024 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 672.273 -96 96 re -f - endstream endobj 19025 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -936 696.273 -48 48 re -f - endstream endobj 19026 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1056 672.273 -96 96 re -f - endstream endobj 19027 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1032 696.273 -48 48 re -f - endstream endobj 19028 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 3000.273 -48 48 re -f - endstream endobj 19029 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 2784.273 -96 96 re -f - endstream endobj 19030 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 576.273 -96 96 re -f - endstream endobj 19031 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 600.273 -48 48 re -f - endstream endobj 19032 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 576.273 -96 96 re -f - endstream endobj 19033 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 600.273 -48 48 re -f - endstream endobj 19034 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 576.273 -96 96 re -f - endstream endobj 19035 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 600.273 -48 48 re -f - endstream endobj 19036 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 576.273 -96 96 re -f - endstream endobj 19037 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 600.273 -48 48 re -f - endstream endobj 19038 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 576.273 -96 96 re -f - endstream endobj 19039 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -552 600.273 -48 48 re -f - endstream endobj 19040 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -648 2808.273 -48 48 re -f - endstream endobj 19041 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 576.273 -96 96 re -f - endstream endobj 19042 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -648 600.273 -48 48 re -f - endstream endobj 19043 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 576.273 -96 96 re -f - endstream endobj 19044 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -744 600.273 -48 48 re -f - endstream endobj 19045 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 576.273 -96 96 re -f - endstream endobj 19046 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -840 600.273 -48 48 re -f - endstream endobj 19047 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 576.273 -96 96 re -f - endstream endobj 19048 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -936 600.273 -48 48 re -f - endstream endobj 19049 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1056 576.273 -96 96 re -f - endstream endobj 19050 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1032 600.273 -48 48 re -f - endstream endobj 19051 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 2784.273 -96 96 re -f - endstream endobj 19052 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 480.273 -96 96 re -f - endstream endobj 19053 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 504.273 -48 48 re -f - endstream endobj 19054 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 480.273 -96 96 re -f - endstream endobj 19055 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 504.273 -48 48 re -f - endstream endobj 19056 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 480.273 -96 96 re -f - endstream endobj 19057 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 504.273 -48 48 re -f - endstream endobj 19058 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 480.273 -96 96 re -f - endstream endobj 19059 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 504.273 -48 48 re -f - endstream endobj 19060 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 480.273 -96 96 re -f - endstream endobj 19061 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -552 504.273 -48 48 re -f - endstream endobj 19062 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -744 2808.273 -48 48 re -f - endstream endobj 19063 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 480.273 -96 96 re -f - endstream endobj 19064 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -648 504.273 -48 48 re -f - endstream endobj 19065 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 480.273 -96 96 re -f - endstream endobj 19066 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -744 504.273 -48 48 re -f - endstream endobj 19067 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 480.273 -96 96 re -f - endstream endobj 19068 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -840 504.273 -48 48 re -f - endstream endobj 19069 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 480.273 -96 96 re -f - endstream endobj 19070 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -936 504.273 -48 48 re -f - endstream endobj 19071 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1056 480.273 -96 96 re -f - endstream endobj 19072 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1032 504.273 -48 48 re -f - endstream endobj 19073 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 2784.273 -96 96 re -f - endstream endobj 19074 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 384.273 -96 96 re -f - endstream endobj 19075 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 408.273 -48 48 re -f - endstream endobj 19076 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 384.273 -96 96 re -f - endstream endobj 19077 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 408.273 -48 48 re -f - endstream endobj 19078 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 384.273 -96 96 re -f - endstream endobj 19079 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 408.273 -48 48 re -f - endstream endobj 19080 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 384.273 -96 96 re -f - endstream endobj 19081 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 408.273 -48 48 re -f - endstream endobj 19082 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 384.273 -96 96 re -f - endstream endobj 19083 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -552 408.273 -48 48 re -f - endstream endobj 19084 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -840 2808.273 -48 48 re -f - endstream endobj 19085 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 384.273 -96 96 re -f - endstream endobj 19086 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -648 408.273 -48 48 re -f - endstream endobj 19087 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 384.273 -96 96 re -f - endstream endobj 19088 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -744 408.273 -48 48 re -f - endstream endobj 19089 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 384.273 -96 96 re -f - endstream endobj 19090 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -840 408.273 -48 48 re -f - endstream endobj 19091 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 384.273 -96 96 re -f - endstream endobj 19092 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -936 408.273 -48 48 re -f - endstream endobj 19093 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1056 384.273 -96 96 re -f - endstream endobj 19094 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1032 408.273 -48 48 re -f - endstream endobj 19095 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 2784.273 -96 96 re -f - endstream endobj 19096 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 288.273 -96 96 re -f - endstream endobj 19097 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 312.273 -48 48 re -f - endstream endobj 19098 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 288.273 -96 96 re -f - endstream endobj 19099 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 312.273 -48 48 re -f - endstream endobj 19100 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 288.273 -96 96 re -f - endstream endobj 19101 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 312.273 -48 48 re -f - endstream endobj 19102 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 288.273 -96 96 re -f - endstream endobj 19103 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 312.273 -48 48 re -f - endstream endobj 19104 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 288.273 -96 96 re -f - endstream endobj 19105 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -552 312.273 -48 48 re -f - endstream endobj 19106 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -936 2808.273 -48 48 re -f - endstream endobj 19107 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 288.273 -96 96 re -f - endstream endobj 19108 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -648 312.273 -48 48 re -f - endstream endobj 19109 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 288.273 -96 96 re -f - endstream endobj 19110 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -744 312.273 -48 48 re -f - endstream endobj 19111 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 288.273 -96 96 re -f - endstream endobj 19112 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -840 312.273 -48 48 re -f - endstream endobj 19113 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 288.273 -96 96 re -f - endstream endobj 19114 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -936 312.273 -48 48 re -f - endstream endobj 19115 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1056 288.273 -96 96 re -f - endstream endobj 19116 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1032 312.273 -48 48 re -f - endstream endobj 19117 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1056 2784.273 -96 96 re -f - endstream endobj 19118 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 192.273 -96 96 re -f - endstream endobj 19119 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 216.273 -48 48 re -f - endstream endobj 19120 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 192.273 -96 96 re -f - endstream endobj 19121 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 216.273 -48 48 re -f - endstream endobj 19122 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 192.273 -96 96 re -f - endstream endobj 19123 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 216.273 -48 48 re -f - endstream endobj 19124 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 192.273 -96 96 re -f - endstream endobj 19125 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 216.273 -48 48 re -f - endstream endobj 19126 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 192.273 -96 96 re -f - endstream endobj 19127 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -552 216.273 -48 48 re -f - endstream endobj 19128 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1032 2808.273 -48 48 re -f - endstream endobj 19129 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 192.273 -96 96 re -f - endstream endobj 19130 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -648 216.273 -48 48 re -f - endstream endobj 19131 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 192.273 -96 96 re -f - endstream endobj 19132 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -744 216.273 -48 48 re -f - endstream endobj 19133 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 192.273 -96 96 re -f - endstream endobj 19134 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -840 216.273 -48 48 re -f - endstream endobj 19135 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 192.273 -96 96 re -f - endstream endobj 19136 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -936 216.273 -48 48 re -f - endstream endobj 19137 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1056 192.273 -96 96 re -f - endstream endobj 19138 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1032 216.273 -48 48 re -f - endstream endobj 19139 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 2976.273 -96 96 re -f - endstream endobj 19140 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 2688.273 -96 96 re -f - endstream endobj 19141 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 96.273 -96 96 re -f - endstream endobj 19142 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 120.273 -48 48 re -f - endstream endobj 19143 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 96.273 -96 96 re -f - endstream endobj 19144 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 120.273 -48 48 re -f - endstream endobj 19145 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 96.273 -96 96 re -f - endstream endobj 19146 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 120.273 -48 48 re -f - endstream endobj 19147 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 96.273 -96 96 re -f - endstream endobj 19148 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 120.273 -48 48 re -f - endstream endobj 19149 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 96.273 -96 96 re -f - endstream endobj 19150 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -552 120.273 -48 48 re -f - endstream endobj 19151 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 2712.273 -48 48 re -f - endstream endobj 19152 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 96.273 -96 96 re -f - endstream endobj 19153 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -648 120.273 -48 48 re -f - endstream endobj 19154 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 96.273 -96 96 re -f - endstream endobj 19155 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -744 120.273 -48 48 re -f - endstream endobj 19156 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 96.273 -96 96 re -f - endstream endobj 19157 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -840 120.273 -48 48 re -f - endstream endobj 19158 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 96.273 -96 96 re -f - endstream endobj 19159 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -936 120.273 -48 48 re -f - endstream endobj 19160 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1056 96.273 -96 96 re -f - endstream endobj 19161 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1032 120.273 -48 48 re -f - endstream endobj 19162 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 2688.273 -96 96 re -f - endstream endobj 19163 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 3072.273 -96 96 re -f - endstream endobj 19164 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 3096.273 -48 48 re -f - endstream endobj 19165 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 3072.273 -96 96 re -f - endstream endobj 19166 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 3096.273 -48 48 re -f - endstream endobj 19167 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 3072.273 -96 96 re -f - endstream endobj 19168 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 3096.273 -48 48 re -f - endstream endobj 19169 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 3072.273 -96 96 re -f - endstream endobj 19170 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 3096.273 -48 48 re -f - endstream endobj 19171 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 3072.273 -96 96 re -f - endstream endobj 19172 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -552 3096.273 -48 48 re -f - endstream endobj 19173 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 2712.273 -48 48 re -f - endstream endobj 19174 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 3072.273 -96 96 re -f - endstream endobj 19175 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -648 3096.273 -48 48 re -f - endstream endobj 19176 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 3072.273 -96 96 re -f - endstream endobj 19177 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -744 3096.273 -48 48 re -f - endstream endobj 19178 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 3072.273 -96 96 re -f - endstream endobj 19179 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -840 3096.273 -48 48 re -f - endstream endobj 19180 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 3072.273 -96 96 re -f - endstream endobj 19181 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -936 3096.273 -48 48 re -f - endstream endobj 19182 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1056 3072.273 -96 96 re -f - endstream endobj 19183 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1032 3096.273 -48 48 re -f - endstream endobj 19184 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 2688.273 -96 96 re -f - endstream endobj 19185 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 3168.273 -96 96 re -f - endstream endobj 19186 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 3192.273 -48 48 re -f - endstream endobj 19187 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 3168.273 -96 96 re -f - endstream endobj 19188 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 3192.273 -48 48 re -f - endstream endobj 19189 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 3168.273 -96 96 re -f - endstream endobj 19190 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 3192.273 -48 48 re -f - endstream endobj 19191 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 3168.273 -96 96 re -f - endstream endobj 19192 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 3192.273 -48 48 re -f - endstream endobj 19193 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 3168.273 -96 96 re -f - endstream endobj 19194 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -552 3192.273 -48 48 re -f - endstream endobj 19195 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 2712.273 -48 48 re -f - endstream endobj 19196 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 3168.273 -96 96 re -f - endstream endobj 19197 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -648 3192.273 -48 48 re -f - endstream endobj 19198 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 3168.273 -96 96 re -f - endstream endobj 19199 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -744 3192.273 -48 48 re -f - endstream endobj 19200 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 3168.273 -96 96 re -f - endstream endobj 19201 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -840 3192.273 -48 48 re -f - endstream endobj 19202 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 3168.273 -96 96 re -f - endstream endobj 19203 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -936 3192.273 -48 48 re -f - endstream endobj 19204 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1056 3168.273 -96 96 re -f - endstream endobj 19205 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1032 3192.273 -48 48 re -f - endstream endobj 19206 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 2688.273 -96 96 re -f - endstream endobj 19207 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 3264.273 -96 96 re -f - endstream endobj 19208 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 3288.273 -48 48 re -f - endstream endobj 19209 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 3264.273 -96 96 re -f - endstream endobj 19210 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 3288.273 -48 48 re -f - endstream endobj 19211 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 3264.273 -96 96 re -f - endstream endobj 19212 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 3288.273 -48 48 re -f - endstream endobj 19213 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 3264.273 -96 96 re -f - endstream endobj 19214 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 3288.273 -48 48 re -f - endstream endobj 19215 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 3264.273 -96 96 re -f - endstream endobj 19216 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -552 3288.273 -48 48 re -f - endstream endobj 19217 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 2712.273 -48 48 re -f - endstream endobj 19218 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 3264.273 -96 96 re -f - endstream endobj 19219 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -648 3288.273 -48 48 re -f - endstream endobj 19220 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 3264.273 -96 96 re -f - endstream endobj 19221 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -744 3288.273 -48 48 re -f - endstream endobj 19222 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 3264.273 -96 96 re -f - endstream endobj 19223 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -840 3288.273 -48 48 re -f - endstream endobj 19224 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 3264.273 -96 96 re -f - endstream endobj 19225 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -936 3288.273 -48 48 re -f - endstream endobj 19226 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1056 3264.273 -96 96 re -f - endstream endobj 19227 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1032 3288.273 -48 48 re -f - endstream endobj 19228 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 2688.273 -96 96 re -f - endstream endobj 19229 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 3360.273 -96 96 re -f - endstream endobj 19230 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 3384.273 -48 48 re -f - endstream endobj 19231 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 3360.273 -96 96 re -f - endstream endobj 19232 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 3384.273 -48 48 re -f - endstream endobj 19233 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 3360.273 -96 96 re -f - endstream endobj 19234 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 3384.273 -48 48 re -f - endstream endobj 19235 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 3360.273 -96 96 re -f - endstream endobj 19236 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 3384.273 -48 48 re -f - endstream endobj 19237 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 3360.273 -96 96 re -f - endstream endobj 19238 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -552 3384.273 -48 48 re -f - endstream endobj 19239 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -552 2712.273 -48 48 re -f - endstream endobj 19240 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 3360.273 -96 96 re -f - endstream endobj 19241 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -648 3384.273 -48 48 re -f - endstream endobj 19242 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 3360.273 -96 96 re -f - endstream endobj 19243 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -744 3384.273 -48 48 re -f - endstream endobj 19244 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 3360.273 -96 96 re -f - endstream endobj 19245 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -840 3384.273 -48 48 re -f - endstream endobj 19246 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 3360.273 -96 96 re -f - endstream endobj 19247 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -936 3384.273 -48 48 re -f - endstream endobj 19248 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1056 3360.273 -96 96 re -f - endstream endobj 19249 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1032 3384.273 -48 48 re -f - endstream endobj 19250 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 3000.273 -48 48 re -f - endstream endobj 19251 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 2688.273 -96 96 re -f - endstream endobj 19252 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 3456.273 -96 96 re -f - endstream endobj 19253 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 3480.273 -48 48 re -f - endstream endobj 19254 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 3456.273 -96 96 re -f - endstream endobj 19255 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 3480.273 -48 48 re -f - endstream endobj 19256 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 3456.273 -96 96 re -f - endstream endobj 19257 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 3480.273 -48 48 re -f - endstream endobj 19258 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 3456.273 -96 96 re -f - endstream endobj 19259 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 3480.273 -48 48 re -f - endstream endobj 19260 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 3456.273 -96 96 re -f - endstream endobj 19261 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -552 3480.273 -48 48 re -f - endstream endobj 19262 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -648 2712.273 -48 48 re -f - endstream endobj 19263 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 3456.273 -96 96 re -f - endstream endobj 19264 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -648 3480.273 -48 48 re -f - endstream endobj 19265 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 3456.273 -96 96 re -f - endstream endobj 19266 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -744 3480.273 -48 48 re -f - endstream endobj 19267 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 3456.273 -96 96 re -f - endstream endobj 19268 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -840 3480.273 -48 48 re -f - endstream endobj 19269 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 3456.273 -96 96 re -f - endstream endobj 19270 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -936 3480.273 -48 48 re -f - endstream endobj 19271 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1056 3456.273 -96 96 re -f - endstream endobj 19272 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1032 3480.273 -48 48 re -f - endstream endobj 19273 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 2688.273 -96 96 re -f - endstream endobj 19274 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 3552.273 -96 96 re -f - endstream endobj 19275 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 3576.273 -48 48 re -f - endstream endobj 19276 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 3552.273 -96 96 re -f - endstream endobj 19277 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 3576.273 -48 48 re -f - endstream endobj 19278 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 3552.273 -96 96 re -f - endstream endobj 19279 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 3576.273 -48 48 re -f - endstream endobj 19280 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 3552.273 -96 96 re -f - endstream endobj 19281 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 3576.273 -48 48 re -f - endstream endobj 19282 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 3552.273 -96 96 re -f - endstream endobj 19283 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -552 3576.273 -48 48 re -f - endstream endobj 19284 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -744 2712.273 -48 48 re -f - endstream endobj 19285 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 3552.273 -96 96 re -f - endstream endobj 19286 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -648 3576.273 -48 48 re -f - endstream endobj 19287 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 3552.273 -96 96 re -f - endstream endobj 19288 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -744 3576.273 -48 48 re -f - endstream endobj 19289 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 3552.273 -96 96 re -f - endstream endobj 19290 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -840 3576.273 -48 48 re -f - endstream endobj 19291 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 3552.273 -96 96 re -f - endstream endobj 19292 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -936 3576.273 -48 48 re -f - endstream endobj 19293 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1056 3552.273 -96 96 re -f - endstream endobj 19294 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1032 3576.273 -48 48 re -f - endstream endobj 19295 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 2688.273 -96 96 re -f - endstream endobj 19296 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 3648.273 -96 96 re -f - endstream endobj 19297 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 3672.273 -48 48 re -f - endstream endobj 19298 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 3648.273 -96 96 re -f - endstream endobj 19299 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 3672.273 -48 48 re -f - endstream endobj 19300 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 3648.273 -96 96 re -f - endstream endobj 19301 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 3672.273 -48 48 re -f - endstream endobj 19302 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 3648.273 -96 96 re -f - endstream endobj 19303 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 3672.273 -48 48 re -f - endstream endobj 19304 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 3648.273 -96 96 re -f - endstream endobj 19305 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -552 3672.273 -48 48 re -f - endstream endobj 19306 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -840 2712.273 -48 48 re -f - endstream endobj 19307 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 3648.273 -96 96 re -f - endstream endobj 19308 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -648 3672.273 -48 48 re -f - endstream endobj 19309 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 3648.273 -96 96 re -f - endstream endobj 19310 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -744 3672.273 -48 48 re -f - endstream endobj 19311 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 3648.273 -96 96 re -f - endstream endobj 19312 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -840 3672.273 -48 48 re -f - endstream endobj 19313 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 3648.273 -96 96 re -f - endstream endobj 19314 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -936 3672.273 -48 48 re -f - endstream endobj 19315 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1056 3648.273 -96 96 re -f - endstream endobj 19316 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1032 3672.273 -48 48 re -f - endstream endobj 19317 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 2688.273 -96 96 re -f - endstream endobj 19318 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 3744.273 -96 96 re -f - endstream endobj 19319 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 3768.273 -48 48 re -f - endstream endobj 19320 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 3744.273 -96 96 re -f - endstream endobj 19321 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 3768.273 -48 48 re -f - endstream endobj 19322 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 3744.273 -96 96 re -f - endstream endobj 19323 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 3768.273 -48 48 re -f - endstream endobj 19324 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 3744.273 -96 96 re -f - endstream endobj 19325 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 3768.273 -48 48 re -f - endstream endobj 19326 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 3744.273 -96 96 re -f - endstream endobj 19327 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -552 3768.273 -48 48 re -f - endstream endobj 19328 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -936 2712.273 -48 48 re -f - endstream endobj 19329 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 3744.273 -96 96 re -f - endstream endobj 19330 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -648 3768.273 -48 48 re -f - endstream endobj 19331 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 3744.273 -96 96 re -f - endstream endobj 19332 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -744 3768.273 -48 48 re -f - endstream endobj 19333 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 3744.273 -96 96 re -f - endstream endobj 19334 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -840 3768.273 -48 48 re -f - endstream endobj 19335 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 3744.273 -96 96 re -f - endstream endobj 19336 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -936 3768.273 -48 48 re -f - endstream endobj 19337 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1056 3744.273 -96 96 re -f - endstream endobj 19338 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1032 3768.273 -48 48 re -f - endstream endobj 19339 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1056 2688.273 -96 96 re -f - endstream endobj 19340 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 3840.273 -96 96 re -f - endstream endobj 19341 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 3864.273 -48 48 re -f - endstream endobj 19342 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 3840.273 -96 96 re -f - endstream endobj 19343 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 3864.273 -48 48 re -f - endstream endobj 19344 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 3840.273 -96 96 re -f - endstream endobj 19345 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 3864.273 -48 48 re -f - endstream endobj 19346 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 3840.273 -96 96 re -f - endstream endobj 19347 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 3864.273 -48 48 re -f - endstream endobj 19348 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 3840.273 -96 96 re -f - endstream endobj 19349 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -552 3864.273 -48 48 re -f - endstream endobj 19350 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1032 2712.273 -48 48 re -f - endstream endobj 19351 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 3840.273 -96 96 re -f - endstream endobj 19352 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -648 3864.273 -48 48 re -f - endstream endobj 19353 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 3840.273 -96 96 re -f - endstream endobj 19354 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -744 3864.273 -48 48 re -f - endstream endobj 19355 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 3840.273 -96 96 re -f - endstream endobj 19356 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -840 3864.273 -48 48 re -f - endstream endobj 19357 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 3840.273 -96 96 re -f - endstream endobj 19358 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -936 3864.273 -48 48 re -f - endstream endobj 19359 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1056 3840.273 -96 96 re -f - endstream endobj 19360 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1032 3864.273 -48 48 re -f - endstream endobj 19361 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 2976.273 -96 96 re -f - endstream endobj 19362 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 2592.273 -96 96 re -f - endstream endobj 19363 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 3936.273 -96 96 re -f - endstream endobj 19364 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 3960.273 -48 48 re -f - endstream endobj 19365 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 3936.273 -96 96 re -f - endstream endobj 19366 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 3960.273 -48 48 re -f - endstream endobj 19367 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 3936.273 -96 96 re -f - endstream endobj 19368 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 3960.273 -48 48 re -f - endstream endobj 19369 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 3936.273 -96 96 re -f - endstream endobj 19370 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 3960.273 -48 48 re -f - endstream endobj 19371 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 3936.273 -96 96 re -f - endstream endobj 19372 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -552 3960.273 -48 48 re -f - endstream endobj 19373 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 2616.273 -48 48 re -f - endstream endobj 19374 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 3936.273 -96 96 re -f - endstream endobj 19375 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -648 3960.273 -48 48 re -f - endstream endobj 19376 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 3936.273 -96 96 re -f - endstream endobj 19377 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -744 3960.273 -48 48 re -f - endstream endobj 19378 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 3936.273 -96 96 re -f - endstream endobj 19379 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -840 3960.273 -48 48 re -f - endstream endobj 19380 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 3936.273 -96 96 re -f - endstream endobj 19381 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -936 3960.273 -48 48 re -f - endstream endobj 19382 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1056 3936.273 -96 96 re -f - endstream endobj 19383 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1032 3960.273 -48 48 re -f - endstream endobj 19384 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 2592.273 -96 96 re -f - endstream endobj 19385 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 4032.273 -96 96 re -f - endstream endobj 19386 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 4056.273 -48 48 re -f - endstream endobj 19387 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 4032.273 -96 96 re -f - endstream endobj 19388 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 4056.273 -48 48 re -f - endstream endobj 19389 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 4032.273 -96 96 re -f - endstream endobj 19390 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 4056.273 -48 48 re -f - endstream endobj 19391 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 4032.273 -96 96 re -f - endstream endobj 19392 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 4056.273 -48 48 re -f - endstream endobj 19393 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 4032.273 -96 96 re -f - endstream endobj 19394 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -552 4056.273 -48 48 re -f - endstream endobj 19395 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 2616.273 -48 48 re -f - endstream endobj 19396 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 4032.273 -96 96 re -f - endstream endobj 19397 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -648 4056.273 -48 48 re -f - endstream endobj 19398 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 4032.273 -96 96 re -f - endstream endobj 19399 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -744 4056.273 -48 48 re -f - endstream endobj 19400 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 4032.273 -96 96 re -f - endstream endobj 19401 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -840 4056.273 -48 48 re -f - endstream endobj 19402 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 4032.273 -96 96 re -f - endstream endobj 19403 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -936 4056.273 -48 48 re -f - endstream endobj 19404 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1056 4032.273 -96 96 re -f - endstream endobj 19405 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1032 4056.273 -48 48 re -f - endstream endobj 19406 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 2592.273 -96 96 re -f - endstream endobj 19407 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 4128.273 -96 96 re -f - endstream endobj 19408 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 4152.273 -48 48 re -f - endstream endobj 19409 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 4128.273 -96 96 re -f - endstream endobj 19410 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 4152.273 -48 48 re -f - endstream endobj 19411 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 4128.273 -96 96 re -f - endstream endobj 19412 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 4152.273 -48 48 re -f - endstream endobj 19413 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 4128.273 -96 96 re -f - endstream endobj 19414 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 4152.273 -48 48 re -f - endstream endobj 19415 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 4128.273 -96 96 re -f - endstream endobj 19416 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -552 4152.273 -48 48 re -f - endstream endobj 19417 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 2616.273 -48 48 re -f - endstream endobj 19418 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 4128.273 -96 96 re -f - endstream endobj 19419 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -648 4152.273 -48 48 re -f - endstream endobj 19420 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 4128.273 -96 96 re -f - endstream endobj 19421 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -744 4152.273 -48 48 re -f - endstream endobj 19422 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 4128.273 -96 96 re -f - endstream endobj 19423 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -840 4152.273 -48 48 re -f - endstream endobj 19424 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 4128.273 -96 96 re -f - endstream endobj 19425 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -936 4152.273 -48 48 re -f - endstream endobj 19426 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1056 4128.273 -96 96 re -f - endstream endobj 19427 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1032 4152.273 -48 48 re -f - endstream endobj 19428 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 2592.273 -96 96 re -f - endstream endobj 19429 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 4224.273 -96 96 re -f - endstream endobj 19430 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 4248.273 -48 48 re -f - endstream endobj 19431 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 4224.273 -96 96 re -f - endstream endobj 19432 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 4248.273 -48 48 re -f - endstream endobj 19433 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 4224.273 -96 96 re -f - endstream endobj 19434 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 4248.273 -48 48 re -f - endstream endobj 19435 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 4224.273 -96 96 re -f - endstream endobj 19436 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 4248.273 -48 48 re -f - endstream endobj 19437 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 4224.273 -96 96 re -f - endstream endobj 19438 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -552 4248.273 -48 48 re -f - endstream endobj 19439 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 2616.273 -48 48 re -f - endstream endobj 19440 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 4224.273 -96 96 re -f - endstream endobj 19441 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -648 4248.273 -48 48 re -f - endstream endobj 19442 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 4224.273 -96 96 re -f - endstream endobj 19443 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -744 4248.273 -48 48 re -f - endstream endobj 19444 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 4224.273 -96 96 re -f - endstream endobj 19445 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -840 4248.273 -48 48 re -f - endstream endobj 19446 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 4224.273 -96 96 re -f - endstream endobj 19447 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -936 4248.273 -48 48 re -f - endstream endobj 19448 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1056 4224.273 -96 96 re -f - endstream endobj 19449 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1032 4248.273 -48 48 re -f - endstream endobj 19450 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 2592.273 -96 96 re -f - endstream endobj 19451 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 4320.273 -96 96 re -f - endstream endobj 19452 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 4344.273 -48 48 re -f - endstream endobj 19453 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 4320.273 -96 96 re -f - endstream endobj 19454 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 4344.273 -48 48 re -f - endstream endobj 19455 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 4320.273 -96 96 re -f - endstream endobj 19456 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 4344.273 -48 48 re -f - endstream endobj 19457 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 4320.273 -96 96 re -f - endstream endobj 19458 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 4344.273 -48 48 re -f - endstream endobj 19459 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 4320.273 -96 96 re -f - endstream endobj 19460 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -552 4344.273 -48 48 re -f - endstream endobj 19461 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -552 2616.273 -48 48 re -f - endstream endobj 19462 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 4320.273 -96 96 re -f - endstream endobj 19463 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -648 4344.273 -48 48 re -f - endstream endobj 19464 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 4320.273 -96 96 re -f - endstream endobj 19465 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -744 4344.273 -48 48 re -f - endstream endobj 19466 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 4320.273 -96 96 re -f - endstream endobj 19467 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -840 4344.273 -48 48 re -f - endstream endobj 19468 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 4320.273 -96 96 re -f - endstream endobj 19469 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -936 4344.273 -48 48 re -f - endstream endobj 19470 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1056 4320.273 -96 96 re -f - endstream endobj 19471 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1032 4344.273 -48 48 re -f - endstream endobj 19472 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -552 3000.273 -48 48 re -f - endstream endobj 19473 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 2592.273 -96 96 re -f - endstream endobj 19474 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 4416.273 -96 96 re -f - endstream endobj 19475 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 4440.273 -48 48 re -f - endstream endobj 19476 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 4416.273 -96 96 re -f - endstream endobj 19477 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 4440.273 -48 48 re -f - endstream endobj 19478 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 4416.273 -96 96 re -f - endstream endobj 19479 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 4440.273 -48 48 re -f - endstream endobj 19480 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 4416.273 -96 96 re -f - endstream endobj 19481 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 4440.273 -48 48 re -f - endstream endobj 19482 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 4416.273 -96 96 re -f - endstream endobj 19483 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -552 4440.273 -48 48 re -f - endstream endobj 19484 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -648 2616.273 -48 48 re -f - endstream endobj 19485 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 4416.273 -96 96 re -f - endstream endobj 19486 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -648 4440.273 -48 48 re -f - endstream endobj 19487 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 4416.273 -96 96 re -f - endstream endobj 19488 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -744 4440.273 -48 48 re -f - endstream endobj 19489 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 4416.273 -96 96 re -f - endstream endobj 19490 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -840 4440.273 -48 48 re -f - endstream endobj 19491 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 4416.273 -96 96 re -f - endstream endobj 19492 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -936 4440.273 -48 48 re -f - endstream endobj 19493 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1056 4416.273 -96 96 re -f - endstream endobj 19494 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1032 4440.273 -48 48 re -f - endstream endobj 19495 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 2592.273 -96 96 re -f - endstream endobj 19496 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 4512.273 -96 96 re -f - endstream endobj 19497 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 4536.273 -48 48 re -f - endstream endobj 19498 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 4512.273 -96 96 re -f - endstream endobj 19499 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 4536.273 -48 48 re -f - endstream endobj 19500 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 4512.273 -96 96 re -f - endstream endobj 19501 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 4536.273 -48 48 re -f - endstream endobj 19502 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 4512.273 -96 96 re -f - endstream endobj 19503 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 4536.273 -48 48 re -f - endstream endobj 19504 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 4512.273 -96 96 re -f - endstream endobj 19505 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -552 4536.273 -48 48 re -f - endstream endobj 19506 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -744 2616.273 -48 48 re -f - endstream endobj 19507 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 4512.273 -96 96 re -f - endstream endobj 19508 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -648 4536.273 -48 48 re -f - endstream endobj 19509 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 4512.273 -96 96 re -f - endstream endobj 19510 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -744 4536.273 -48 48 re -f - endstream endobj 19511 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 4512.273 -96 96 re -f - endstream endobj 19512 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -840 4536.273 -48 48 re -f - endstream endobj 19513 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 4512.273 -96 96 re -f - endstream endobj 19514 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -936 4536.273 -48 48 re -f - endstream endobj 19515 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1056 4512.273 -96 96 re -f - endstream endobj 19516 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1032 4536.273 -48 48 re -f - endstream endobj 19517 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 2592.273 -96 96 re -f - endstream endobj 19518 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -818 1006.273 -2 2 re -f - endstream endobj 19519 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -456 1190.273 -48 2 re -f - endstream endobj 19520 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 913.4512 1284.8885 cm -0 0 m -12.549 3.584 l -12.549 15.037 l -9.313 21.385 l -8.549 21.385 l -8.549 6.729 l --1.451 5.197 -1.451 0.135 v --1.451 -1.924 l --1.451 -1.031 -0.859 -0.246 0 0 c -f -Q - endstream endobj 19521 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 830 1304.1992 cm -0 0 m --12.549 3.584 l --13.408 3.83 -14 4.615 -14 5.508 c --14 3.449 l --14 -1.613 -4 -3.145 y --4 -17.926 l --3.316 -17.926 l --3.074 -17.602 l -0 -11.453 l -h -f -Q - endstream endobj 19522 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 715.8115 1282.2734 cm -0 0 m --3.663 0 l --7.249 12.549 l --7.494 13.408 -8.279 14 -9.172 14 c --7.113 14 l --1.658 14 -0.317 4 0 0 c -f -Q - endstream endobj 19523 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 628.2617 1282.2734 cm -0 0 m -3.663 0 l -7.249 12.549 l -7.494 13.408 8.279 14 9.172 14 c -7.113 14 l -1.658 14 0.317 3.955 0 0 c -f -Q - endstream endobj 19524 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 538 1312.2734 cm -0 0 m --4 0 l --4 -4 l -6 -18 l -10 -18 l -10 -14 l -8 -12 l -h -f -Q - endstream endobj 19525 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 450 1294.2734 cm -0 0 m -2 2 l -2 6 l --2 6 l --14 -12 l --8 -12 l -h -f -Q - endstream endobj 19526 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -356 1280.273 -2 -2 re -f - endstream endobj 19527 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -710 1378.273 20 30 re -f - endstream endobj 19528 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -840 2616.273 -48 48 re -f - endstream endobj 19529 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 736 1380.9648 cm -0 0 m -6.467 24.039 l -7.178 26.695 5.613 29.449 2.957 30.16 c --0.645 31.121 l --0.219 30.203 0 29.187 0 28.109 c -0 22.658 l -1.801 22.176 l -0 15.455 l -h --32 0 m --38.441 24.039 l --39.152 26.695 -37.563 29.449 -34.906 30.16 c --31.32 31.121 l --31.746 30.203 -32 29.187 -32 28.109 c --32 22.658 l --33.801 22.176 l --32 15.455 l -h -f -Q - endstream endobj 19530 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 245.541 1382.2734 cm -0 0 m --1.427 -1.385 -3.365 -2.246 -5.508 -2.246 c --7.65 -2.246 -9.589 -1.385 -11.016 0 c --18.905 0 l --15.842 -4.078 -10.981 -6.732 -5.5 -6.732 c --0.02 -6.732 4.842 -4.078 7.904 0 c -h -f -Q - endstream endobj 19531 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 126 1408.2734 cm -0 0 m -0 -2 l -1 -2 l -1.55 -2 2 -2.449 2 -3 c -2 -3.551 1.55 -4 1 -4 c -0 -4 l -0 -6 l -1 -6 l -1.55 -6 2 -6.449 2 -7 c -2 -7.551 1.55 -8 1 -8 c -0 -8 l -0 -10 l -1 -10 l -1.55 -10 2 -10.449 2 -11 c -2 -11.551 1.55 -12 1 -12 c -0 -12 l -0 -14 l -1 -14 l -1.55 -14 2 -14.449 2 -15 c -2 -15.551 1.55 -16 1 -16 c -0 -16 l -0 -18 l -1 -18 l -1.55 -18 2 -18.449 2 -19 c -2 -19.551 1.55 -20 1 -20 c -0 -20 l -0 -22 l -1 -22 l -1.55 -22 2 -22.449 2 -23 c -2 -23.551 1.55 -24 1 -24 c -0 -24 l -0 -26 l -1 -26 l -1.55 -26 2 -26.449 2 -27 c -2 -27.551 1.55 -28 1 -28 c -0 -28 l -0 -30 l -1 -30 l -1.55 -30 2 -30.449 2 -31 c -2 -31.551 1.55 -32 1 -32 c -0 -32 l -0 -34 l -1 -34 l -1.55 -34 2 -34.449 2 -35 c -2 -35.551 1.55 -36 1 -36 c -0 -36 l -0 -38 l -10 -38 l -10 0 l -h -f -Q - endstream endobj 19532 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 820.9453 1482.2734 cm -0 0 m --0.955 0 l --0.615 0.457 l -h --3.445 0 m --8.428 0 l --5.428 4.037 l --2.219 1.65 l -h --7.035 5.23 m --10.922 0 l --15.906 0 l --10.242 7.617 l -h --19.875 14.777 m --16.662 12.389 l --22.629 4.365 l --25.84 6.75 l -h --17.816 0.785 m --21.023 3.17 l --15.059 11.197 l --11.848 8.81 l -h -14.697 4.924 m -13.447 1.127 l -11.648 1.719 l -10.092 6.441 l -h -12.426 -0.643 m -12.818 -0.771 l -12.645 -1.303 l -h -17.201 12.523 m -7.703 15.652 l -8.953 19.451 l -18.451 16.322 l -h -19.078 18.221 m -9.58 21.35 l -10.83 25.15 l -20.33 22.021 l -h -15.322 6.826 m -9.315 8.805 l -7.758 13.523 l -16.576 10.621 l -h --8.662 16.268 m -0.815 19.467 l -2.094 15.676 l --7.383 12.48 l -h --9.299 18.166 m --10.58 21.955 l --1.105 25.152 l -0.176 21.359 l -h --6.143 10.785 m -2.732 13.781 l -4.01 9.99 l --2.178 7.902 l -h --0.195 6.461 m -4.652 8.096 l -5.93 4.307 l -3.772 3.578 l -h -5.752 2.137 m -6.566 2.412 l -6.955 1.264 l -h --0.945 -4 -4 -10 re --6.945 -4 -4 -10 re --12.945 -4 -4 -10 re --18.945 -4 -4 -10 re --24.945 -4 -4 -10 re -f -Q - endstream endobj 19533 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -740 1498.273 -38 2 re -f - endstream endobj 19534 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 420 1496.2734 cm -0 0 m --1.102 0 -2 0.898 -2 2 c --2 8 l --2 9.102 -1.102 10 0 10 c -26 10 l -27.102 10 28 9.102 28 8 c -28 2 l -28 0.898 27.102 0 26 0 c -h -f -Q - endstream endobj 19535 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 510.7578 1586.7207 cm -0 0 m --0.332 0.33 l --0.23 -1.328 0.17 -3.006 0.937 -4.686 c -1.836 -6.912 1.779 -8.699 1.322 -9.988 c -5.088 -7.918 l -9.074 -11.904 l -7.096 -15.582 l -8.387 -15.127 10.027 -15.102 12.254 -16 c -13.934 -16.768 15.609 -17.168 17.27 -17.271 c -16.969 -16.971 l -h -f -Q - endstream endobj 19536 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 326.6328 1574.83 cm -0 0 m --3.646 3.635 -7.408 6.285 -9.895 7.861 c --10.789 5.574 -11.438 3.315 -11.842 1.17 c --9.717 -0.355 -7.23 -2.344 -4.789 -4.775 c --1.682 -7.873 0.719 -11.06 2.332 -13.469 c -4.455 -13.1 6.701 -12.5 8.973 -11.648 c -7.752 -9.547 4.686 -4.678 0 0 c -32.656 16.742 m -32.18 14.07 31.357 11.209 30.107 8.332 c -29.307 9.799 26.07 15.359 20.74 20.678 c -16.971 24.436 13.078 27.146 10.596 28.693 c -13.461 29.873 16.299 30.635 18.941 31.057 c -20.959 29.578 23.266 27.705 25.531 25.447 c -28.641 22.346 31.039 19.154 32.656 16.742 c -f -Q - endstream endobj 19537 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 246.6855 1683.2773 cm -0 0 m -0 -3.139 -2.549 -5.689 -5.689 -5.689 c --8.65 -5.689 -11.057 -3.414 -11.324 -0.523 c --10.662 -0.902 -9.908 -1.133 -9.088 -1.133 c --6.584 -1.133 -4.557 0.894 -4.557 3.398 c --4.557 4.219 -4.787 4.973 -5.166 5.635 c --2.273 5.367 0 2.959 0 0 c -f -Q - endstream endobj 19538 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 821 1788.2734 cm -0 0 m --1.102 0 -2.059 -0.812 -2.58 -2 c --1 -2 l --1 -4 l --3 -4 l --3 -6 l --1 -6 l --1 -8 l --3 -8 l --3 -10 l --1 -10 l --1 -12 l --3 -12 l --3 -14 l --1 -14 l --1 -16 l --3 -16 l --3 -18 l --1 -18 l --1 -20 l --2.58 -20 l --2.059 -21.187 -1.102 -22 0 -22 c -1.65 -22 3 -20.199 3 -18 c -3 -4 l -3 -1.801 1.65 0 0 0 c -f -Q - endstream endobj 19539 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 2592.273 -96 96 re -f - endstream endobj 19540 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 531.418 1772.3593 cm -0 0 m --1.263 -1.236 -2.694 -2.639 -3.934 -4.332 c --4.418 -4.994 l --4.902 -4.332 l --6.142 -2.639 -7.573 -1.236 -8.837 0.002 c --10.868 1.99 -12.473 3.563 -12.473 5.457 c --12.473 7.994 -10.235 10.221 -7.684 10.221 c --6.43 10.221 -5.289 9.674 -4.406 8.666 c --3.487 9.674 -2.331 10.221 -1.084 10.221 c -1.43 10.221 3.635 7.994 3.635 5.457 c -3.635 3.563 2.031 1.99 0 0 c -f -Q - endstream endobj 19541 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -1024 1958.273 -34 24 re -f - endstream endobj 19542 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -1030 1972.273 -4 10 re -f - endstream endobj 19543 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -988 1972.273 -4 10 re -f - endstream endobj 19544 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 928 1992.2734 cm -0 0 m -0 -1.106 -0.895 -2 -2 -2 c --3.106 -2 -4 -1.106 -4 0 c --4 2 -2 6 v -0 2 0 0 y --8 10 m --6 6 -6 4 y --6 2.894 -6.895 2 -8 2 c --9.106 2 -10 2.894 -10 4 c --10 6 -8 10 v --16 6 m --14 2 -14 0 y --14 -1.106 -14.895 -2 -16 -2 c --17.106 -2 -18 -1.106 -18 0 c --18 2 -16 6 v --24 10 m --22 6 -22 4 y --22 2.894 -22.895 2 -24 2 c --25.106 2 -26 2.894 -26 4 c --26 6 -24 10 v --32 0 m --32 -1.106 -31.106 -2 -30 -2 c --28.895 -2 -28 -1.106 -28 0 c --28 2 -30 6 v --32 2 -32 0 y -f* -Q - endstream endobj 19545 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 518 1951.2773 cm -0 0 m -0 -1.1 -0.9 -2 -2 -2 c --3.1 -2 -4 -1.1 -4 0 c --4 10.621 l --1.375 10.621 0 12.809 0 14.59 c -h -f -Q - endstream endobj 19546 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 526 1951.2773 cm -0 0 m -0 -1.1 -0.9 -2 -2 -2 c --3.1 -2 -4 -1.1 -4 0 c --4 17.906 l --4 19.023 -3.905 20.797 -3.25 21.902 c --2.75 22.746 0 23.121 y -h -f -Q - endstream endobj 19547 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 534 1954.2734 cm -0 0 m -0 -2.996 l -0 -4.096 -0.9 -4.996 -2 -4.996 c --3.1 -4.996 -4 -4.096 -4 -2.996 c --4 20.562 l --2.06 20.797 0 21.094 y -h -f -Q - endstream endobj 19548 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 358 1975.9882 cm -0 0 m --44 -7.43 l --44 -15.715 l -0 -8.572 l -h -0 -24.572 m --44 -31.715 l --44 -23.715 l -0 -16.572 l -h -f -Q - endstream endobj 19549 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -808 2048.273 -14 6 re -f - endstream endobj 19550 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -936 2616.273 -48 48 re -f - endstream endobj 19551 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 914 2334.291 cm -0 0 m -0 -1.34 l -0 -2.193 -0.594 -2.916 -1.953 -2.916 c --3.313 -2.916 -3.908 -2.174 -3.908 -1.34 c --3.908 0 l --6.357 -0.412 -8.133 -1.555 -8.133 -2.916 c --8.133 -4.623 -5.367 -6.006 -1.953 -6.006 c -1.457 -6.006 4.223 -4.623 4.223 -2.916 c -4.223 -1.555 2.447 -0.412 0 0 c -f -Q - endstream endobj 19552 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 637.9492 2832.2734 cm -0 0 m --9.949 0 l --9.949 2 l -0 2 l -0.014 2 l --0.496 8.354 -5.588 13.422 -11.949 13.902 c --11.949 4 l --13.949 4 l --13.949 13.902 l --20.297 13.406 -25.371 8.344 -25.881 2 c --15.949 2 l --15.949 0 l --25.885 0 l --25.418 -6.387 -20.328 -11.498 -13.949 -11.996 c --13.949 -11.949 l --13.949 -2 l --11.949 -2 l --11.949 -11.949 l --11.949 -11.996 l --5.557 -11.514 -0.449 -6.396 0.018 0 c -h -f -Q - endstream endobj 19553 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -710 3030.273 20 12 re -f - endstream endobj 19554 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 601.7461 3027.7559 cm -0 0 m -11.102 9.223 l -11.984 9.906 12.947 10.234 13.922 10.234 c -14.789 10.234 15.59 9.975 16.269 9.539 c -17.461 8.773 18.254 7.449 18.254 5.939 c -18.254 12.518 l --1.746 12.518 l --1.746 -17.482 l -18.254 -17.482 l -18.254 -12.982 l -18.254 -15.35 16.305 -17.275 13.906 -17.275 c -12.92 -17.275 11.951 -16.945 11.176 -16.344 c -3.383 -9.789 l --0.082 -6.875 l --1.068 -6.119 -1.709 -4.832 -1.707 -3.449 c --1.707 -2.092 -1.086 -0.834 0 0 c -48.254 12.518 m -48.254 -17.482 l -28.254 -17.482 l -28.254 -12.982 l -28.254 -14.074 28.682 -15.061 29.363 -15.818 c -30.16 -16.705 31.309 -17.275 32.602 -17.275 c -33.588 -17.275 34.557 -16.945 35.449 -16.246 c -46.457 -6.982 l -47.576 -6.119 48.217 -4.832 48.215 -3.449 c -48.215 -2.092 47.594 -0.834 46.625 -0.092 c -42.262 3.529 l -35.293 9.313 l -34.523 9.906 33.56 10.234 32.586 10.234 c -30.197 10.234 28.254 8.309 28.254 5.939 c -28.254 12.518 l -h -f -Q - endstream endobj 19555 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 534 3040.2734 cm -0 0 m -0 -5.648 l -8.387 -12.609 l -9.162 -13.203 9.699 -14.129 9.891 -15.168 c -9.889 -15.17 l -9.938 -15.43 9.98 -15.695 9.98 -15.967 c -9.98 -17.35 9.342 -18.637 8.223 -19.5 c -0 -26.447 l -0 -30 l -20 -30 l -20 -0.006 l -20.004 0 l -h --20 -18.959 m --20 -21.717 -17.738 -24 -14.981 -24 c --10 -24 l --10 -30 l --30 -30 l --30 0 l --10 0 l --10 -8 l --15.098 -8 l --15.188 -8 -15.273 -8.016 -15.359 -8.027 c --15.367 -8.039 l --17.945 -8.234 -20 -10.371 -20 -13 c -h -f -Q - endstream endobj 19556 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -422 3010.273 20 30 re -f - endstream endobj 19557 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 352 3004.2734 cm -0 0 m --31.945 0 l --32 0 l --32 42 l -0 42 l -h -f -Q - endstream endobj 19558 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -222 3012.273 36 22 re -f - endstream endobj 19559 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -122 3016.273 44 24 re -f - endstream endobj 19560 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 118 3011.7734 cm -0 0 m -0 -2.75 l -0 -4.566 1.35 -5.5 3 -5.5 c -49 -5.5 l -50.65 -5.5 52 -4.566 52 -2.75 c -52 0 l -h -f -Q - endstream endobj 19561 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1056 2592.273 -96 96 re -f - endstream endobj 19562 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -1014 3500.273 -12 6 re -1014 3492.273 -12 6 re -1028 3506.273 m -1028 3508.273 l -1016 3508.273 l -1016 3514.273 l -1014 3514.273 l -1014 3508.273 l -1002 3508.273 l -1002 3514.273 l -1000 3514.273 l -1000 3508.273 l -988 3508.273 l -988 3506.273 l -1000 3506.273 l -1000 3500.273 l -988 3500.273 l -988 3498.273 l -1000 3498.273 l -1000 3492.273 l -988 3492.273 l -988 3490.273 l -1000 3490.273 l -1000 3484.273 l -1002 3484.273 l -1002 3490.273 l -1014 3490.273 l -1014 3484.273 l -1016 3484.273 l -1016 3490.273 l -1028 3490.273 l -1028 3492.273 l -1016 3492.273 l -1016 3498.273 l -1028 3498.273 l -1028 3500.273 l -1016 3500.273 l -1016 3506.273 l -h -f - endstream endobj 19563 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -1028 3518.273 -40 6 re -f - endstream endobj 19564 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 166.3086 3612.2734 cm -0 0 m --2.027 5.609 l --2.828 8.029 l --5.959 0 l -h -7.691 -6.84 m -7.691 -8 l --0.309 -8 l --0.309 -6.84 l -1.881 -5.84 l -0.361 -1.84 l --6.687 -1.85 l --8.508 -5.869 l --6.309 -6.801 l --6.309 -8 l --12.309 -8 l --12.309 -6.801 l --10.449 -5.881 l --2.938 12 l --1.309 12 l -5.971 -5.92 l -h -f -Q - endstream endobj 19565 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 730 3678.2734 cm -0 0 m -0 2 l -2.918 2 l -7.312 15.451 l -8.799 20 l -8 20 l -8 24.482 l --1.727 31.484 l --7.998 36 l --11.991 36 l --19.14 30.838 l --28 24.439 l --28 20 l --28.812 20 l --27.356 15.553 l --22.918 2 l --20 2 l --20 0 l -h -f -Q - endstream endobj 19566 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 640 3692.2734 cm -0 0 m -0 8 l -1.535 8 l -1.348 8.822 1.101 9.621 0.805 10.396 c -0.794 10.424 0.785 10.449 0.775 10.477 c -0.178 12.021 -0.63 13.461 -1.607 14.764 c --1.637 14.803 -1.665 14.842 -1.694 14.881 c --2.677 16.17 -3.828 17.32 -5.116 18.303 c --5.157 18.334 -5.199 18.365 -5.24 18.396 c --6.539 19.369 -7.973 20.174 -9.51 20.77 c --9.548 20.785 -9.587 20.799 -9.625 20.812 c --10.39 21.104 -11.178 21.348 -11.988 21.533 c --11.992 21.535 -11.996 21.535 -12 21.537 c --12 20 l --20 20 l --20 21.537 l --20.004 21.535 -20.008 21.535 -20.012 21.533 c --20.822 21.348 -21.61 21.104 -22.375 20.812 c --22.413 20.797 -22.452 20.785 -22.49 20.77 c --24.027 20.174 -25.461 19.369 -26.76 18.396 c --26.801 18.365 -26.843 18.334 -26.884 18.303 c --28.172 17.32 -29.323 16.17 -30.306 14.881 c --30.335 14.842 -30.363 14.803 -30.393 14.764 c --31.37 13.461 -32.177 12.021 -32.775 10.477 c --32.785 10.451 -32.795 10.422 -32.805 10.396 c --33.101 9.621 -33.348 8.822 -33.535 8 c --32 8 l --32 0 l --33.535 0 l --33.348 -0.822 -33.101 -1.621 -32.805 -2.395 c --32.795 -2.422 -32.785 -2.451 -32.774 -2.479 c --32.177 -4.021 -31.37 -5.461 -30.393 -6.764 c --30.363 -6.803 -30.335 -6.842 -30.306 -6.881 c --29.323 -8.17 -28.172 -9.32 -26.884 -10.303 c --26.843 -10.334 -26.801 -10.365 -26.76 -10.396 c --25.461 -11.369 -24.027 -12.172 -22.491 -12.77 c --22.452 -12.785 -22.412 -12.799 -22.373 -12.813 c --21.609 -13.104 -20.821 -13.348 -20.012 -13.533 c --20.008 -13.535 -20.004 -13.535 -20 -13.537 c --20 -12 l --12 -12 l --12 -13.537 l --11.996 -13.535 -11.992 -13.535 -11.988 -13.533 c --11.178 -13.348 -10.391 -13.104 -9.626 -12.813 c --9.588 -12.799 -9.548 -12.785 -9.51 -12.77 c --7.973 -12.174 -6.539 -11.369 -5.24 -10.396 c --5.199 -10.365 -5.157 -10.334 -5.116 -10.303 c --3.828 -9.32 -2.677 -8.17 -1.694 -6.881 c --1.665 -6.842 -1.637 -6.803 -1.607 -6.764 c --0.63 -5.461 0.178 -4.021 0.775 -2.477 c -0.785 -2.451 0.795 -2.424 0.805 -2.396 c -1.101 -1.621 1.348 -0.822 1.535 0 c -h -f -Q - endstream endobj 19567 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 544 3678.2734 cm -0 0 m -0 2 l -2 2 l -2 34 l -0 34 l -0 36 l --32 36 l --32 34 l --34 34 l --34 2 l --32 2 l --32 0 l -h -f -Q - endstream endobj 19568 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 126.4121 3686.2734 cm -0 0 m --0.264 -0.264 l --1.041 -1.041 -1.498 -2.492 -1.279 -3.488 c --1.06 -4.486 -1.518 -5.937 -2.295 -6.715 c --3.002 -7.422 l --3.779 -8.199 -3.82 -9.434 -3.092 -10.162 c --2.361 -10.891 -1.129 -10.852 -0.352 -10.074 c -0.355 -9.367 l -1.133 -8.59 2.586 -8.133 3.582 -8.352 c -4.58 -8.568 6.031 -8.111 6.809 -7.334 c -14.143 0 l -h -f -Q - endstream endobj 19569 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -696 3784.273 48 28 re -f - endstream endobj 19570 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 1028 3976.2734 cm -0 0 m --16 0 l --16 -16 l --24 -16 l --24 0 l --40 0 l --40 8 l --24 8 l --24 22 l --16 22 l --16 8 l -0 8 l -h -f -Q - endstream endobj 19571 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -938 3996.273 -2 -12 re -934 3996.273 -2 -12 re -930 3996.273 -2 -20 re -926 3996.273 -2 -12 re -922 3996.273 -2 -12 re -918 3996.273 -2 -12 re -914 3996.273 -2 -12 re -910 3996.273 -2 -20 re -906 3996.273 -2 -12 re -902 3996.273 -2 -12 re -898 3996.273 -2 -12 re -894 3996.273 -2 -12 re -890 3976.273 -2 20 re -f - endstream endobj 19572 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1032 2616.273 -48 48 re -f - endstream endobj 19573 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 528 4006.6211 cm -0 0 m --0.835 0 -1.637 -0.074 -2.418 -0.186 c --2.157 -0.857 -2 -1.582 -2 -2.348 c --2 -5.66 -4.687 -8.348 -8 -8.348 c --9.683 -8.348 -11.199 -7.65 -12.289 -6.533 c --13.604 -8.729 -14.347 -11.375 -14.347 -14.348 c --14.347 -18.641 -12.453 -21.117 -10.26 -23.984 c --7.919 -27.045 -5.266 -30.514 -5.266 -36.348 c -5.005 -36.348 l -5.005 -30.514 7.615 -27.045 9.955 -23.984 c -12.148 -21.117 14.194 -18.641 14.194 -14.348 c -14.194 -5.9 8 0 0 0 c -f -Q - endstream endobj 19574 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 242 3971.9648 cm -0 0 m -0 -7.691 l -0 -8.797 -1.344 -9.691 -3 -9.691 c --4.656 -9.691 -6 -8.797 -6 -7.691 c --6 0 l --10.615 -0.951 -14 -4.031 -14 -7.691 c --14 -12.109 -9.074 -15.691 -3 -15.691 c -3.074 -15.691 8 -12.109 8 -7.691 c -8 -4.031 4.615 -0.951 0 0 c -f -Q - endstream endobj 19575 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 1004 4082.2734 cm -0 0 m -14 0 l -18 4 l -18 -4 l -14 -8 l -0 -8 l -h -0 10 m -14 10 l -18 14 l -18 6 l -14 2 l -0 2 l -h -0 14.625 m -0 15.5 -0.031 15.969 0.906 16.906 c -1.039 17.039 1.201 17.201 1.375 17.375 c -4 20 l -15.969 20 l -16.906 20 l -17.625 20 18 19.656 18 18.937 c -18 18 l -18 16 l -14 12 l -0 12 l -h --4 -16 m -0 -16 l -0 -10 l -14 -10 l -18 -6 l -18 -12 l -20 -10 l -20 -4 l -24 0 l -24 2 l -20 -2 l -20 6 l -24 10 l -24 12 l -20 8 l -20 16 l -24 20 l -24 22 l -20 18 l -20 20.041 l -20 21.334 19.5 22 18 22 c -6 22 l -10 26 l -6 26 l -2 22 l --12 22 l --14 20 l -0 20 l --2.156 17.812 -3.094 16.906 v --4.031 16 -4 15.531 -4 14.625 c --4 12 l --18 12 l --18 10 l --4 10 l --4 2 l --18 2 l --18 0 l --4 0 l --4 -8 l --18 -8 l --18 -10 l --4 -10 l -h -f -Q - endstream endobj 19576 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -922 4076.258 -20 -2 re -922 4072.258 -20 -2 re -892 4083.836 m -892 4083.285 892.424 4082.686 892.943 4082.502 c -899.273 4080.049 912 4080.049 v -924.727 4080.049 931.057 4082.502 y -931.576 4082.686 932 4083.285 932 4083.836 c -932 4093.258 l -932 4093.809 931.551 4094.258 931 4094.258 c -893 4094.258 l -892.449 4094.258 892 4093.809 892 4093.258 c -h -f - endstream endobj 19577 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 698.5586 4074.2734 cm -0 0 m -0.697 -1.187 1.973 -2 3.441 -2 c -21.441 -2 l -21.441 0 l -h -21.441 4 -22 -2 re -21.441 8 -22 -2 re -0 10 m -0.697 11.188 1.973 12 3.441 12 c -21.441 12 l -21.441 10 l -h -f -Q - endstream endobj 19578 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 733 4092.0742 cm -0 0 m --0.865 0 -1.684 -0.178 -2.445 -0.473 c --1.695 -0.975 -1.199 -1.828 -1.199 -2.801 c --1.199 -4.348 -2.453 -5.602 -4 -5.602 c --4.971 -5.602 -5.826 -5.105 -6.328 -4.355 c --6.623 -5.117 -6.801 -5.936 -6.801 -6.801 c --6.801 -10.555 -3.756 -13.602 0 -13.602 c -3.756 -13.602 6.801 -10.555 6.801 -6.801 c -6.801 -3.047 3.756 0 0 0 c -f -Q - endstream endobj 19579 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 743.1758 4098.2734 cm -0 0 m -0.66 -0.611 1.264 -1.279 1.805 -2 c -6.824 -2 l -6.824 0 l -h --20.352 0 m --27.176 0 l --27.176 -2 l --22.156 -2 l --21.615 -1.279 -21.012 -0.611 -20.352 0 c --9.176 3.949 m --9.176 12 l --11.176 12 l --11.176 3.949 l --10.844 3.973 -9.508 3.973 -9.176 3.949 c --3.393 2.367 m -2.068 7.828 l -0.654 9.242 l --5.385 3.205 l --4.697 2.973 -4.033 2.691 -3.393 2.367 c --16.959 2.367 m --22.42 7.828 l --21.006 9.242 l --14.967 3.205 l --15.654 2.973 -16.318 2.691 -16.959 2.367 c -f -Q - endstream endobj 19580 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 832.002 4189.2734 cm -0 0 m -0 -2.76 -2.24 -5.002 -5.002 -5.002 c --7.608 -5.002 -9.721 -3 -9.957 -0.459 c --9.375 -0.793 -8.713 -0.996 -7.99 -0.996 c --5.787 -0.996 -4.006 0.787 -4.006 2.99 c --4.006 3.709 -4.209 4.373 -4.543 4.955 c --1.998 4.719 0 2.602 0 0 c -f -Q - endstream endobj 19581 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -718 4162.273 -2 -2 re -722 4162.273 -2 -2 re -726 4162.273 -2 -2 re -730 4162.273 -2 -2 re -703.23 4191.273 m -703.23 4192.09 703.498 4192.842 703.941 4193.461 c -701.115 4196.287 l -699.957 4194.93 699.23 4193.193 699.23 4191.273 c -699.23 4188.844 700.375 4186.697 702.127 4185.271 c -704.965 4188.109 l -703.926 4188.781 703.23 4189.945 703.23 4191.273 c -710.769 4191.273 m -710.769 4189.945 710.074 4188.781 709.035 4188.109 c -711.873 4185.271 l -713.625 4186.697 714.769 4188.844 714.769 4191.273 c -714.769 4193.193 714.043 4194.93 712.885 4196.287 c -710.059 4193.461 l -710.502 4192.842 710.769 4192.09 710.769 4191.273 c -694 4191.273 m -694 4194.637 695.295 4197.695 697.398 4200.004 c -694.57 4202.832 l -691.744 4199.795 690 4195.738 690 4191.273 c -690 4186.301 692.16 4181.832 695.576 4178.721 c -698.402 4181.547 l -695.711 4183.932 694 4187.402 694 4191.273 c -716.602 4200.004 m -719.43 4202.832 l -722.256 4199.795 724 4195.738 724 4191.273 c -724 4186.301 721.84 4181.832 718.424 4178.721 c -715.598 4181.547 l -718.289 4183.932 720 4187.402 720 4191.273 c -720 4194.637 718.705 4197.695 716.602 4200.004 c -f - endstream endobj 19582 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 520 4172.2734 cm -0 0 m -0 -2 l --2 -2 l --2 -4 l -0 -4 l -0 -6 l --2 -6 l --2 -8 l -0 -8 l -0 -10 l --2 -10 l --2 -12 l -0 -12 l -0 -14 l --2 -14 l --2 -16 l -0 -16 l -0 -18 l --2 -18 l --2 -20 l -0 -20 l -0 -22 l -2 -19.971 l -2 0 l -1.344 4 l -0.656 4 l -h -f -Q - endstream endobj 20601 0 obj <> endobj 18564 0 obj <> endobj 20600 0 obj <> endobj 20599 0 obj <> endobj 20598 0 obj <> endobj 20597 0 obj <> endobj 20596 0 obj <> endobj 20595 0 obj <> endobj 20594 0 obj <> endobj 20593 0 obj <> endobj 20592 0 obj <> endobj 20591 0 obj <> endobj 20590 0 obj <> endobj 20589 0 obj <> endobj 20588 0 obj <> endobj 20587 0 obj <> endobj 20586 0 obj <> endobj 20585 0 obj <> endobj 20584 0 obj <> endobj 20583 0 obj <> endobj 20582 0 obj <> endobj 20581 0 obj <> endobj 20580 0 obj <> endobj 20579 0 obj <> endobj 20578 0 obj <> endobj 20577 0 obj <> endobj 20576 0 obj <> endobj 20575 0 obj <> endobj 20574 0 obj <> endobj 20573 0 obj <> endobj 20572 0 obj <> endobj 20571 0 obj <> endobj 20570 0 obj <> endobj 20569 0 obj <> endobj 20568 0 obj <> endobj 20567 0 obj <> endobj 20566 0 obj <> endobj 20565 0 obj <> endobj 20564 0 obj <> endobj 20563 0 obj <> endobj 20562 0 obj <> endobj 20561 0 obj <> endobj 20560 0 obj <> endobj 20559 0 obj <> endobj 20558 0 obj <> endobj 20557 0 obj <> endobj 20556 0 obj <> endobj 20555 0 obj <> endobj 20554 0 obj <> endobj 20553 0 obj <> endobj 20552 0 obj <> endobj 20551 0 obj <> endobj 20550 0 obj <> endobj 20549 0 obj <> endobj 20548 0 obj <> endobj 20547 0 obj <> endobj 20546 0 obj <> endobj 20545 0 obj <> endobj 20544 0 obj <> endobj 20543 0 obj <> endobj 20542 0 obj <> endobj 20541 0 obj <> endobj 20540 0 obj <> endobj 20539 0 obj <> endobj 20538 0 obj <> endobj 20537 0 obj <> endobj 20536 0 obj <> endobj 20535 0 obj <> endobj 20534 0 obj <> endobj 20533 0 obj <> endobj 20532 0 obj <> endobj 20531 0 obj <> endobj 20530 0 obj <> endobj 20529 0 obj <> endobj 20528 0 obj <> endobj 20527 0 obj <> endobj 20526 0 obj <> endobj 20525 0 obj <> endobj 20524 0 obj <> endobj 20523 0 obj <> endobj 20522 0 obj <> endobj 20521 0 obj <> endobj 20520 0 obj <> endobj 20519 0 obj <> endobj 20518 0 obj <> endobj 20517 0 obj <> endobj 20516 0 obj <> endobj 20515 0 obj <> endobj 20514 0 obj <> endobj 20513 0 obj <> endobj 20512 0 obj <> endobj 20511 0 obj <> endobj 20510 0 obj <> endobj 20509 0 obj <> endobj 20508 0 obj <> endobj 20507 0 obj <> endobj 20506 0 obj <> endobj 20505 0 obj <> endobj 20504 0 obj <> endobj 20503 0 obj <> endobj 20502 0 obj <> endobj 20501 0 obj <> endobj 20500 0 obj <> endobj 20499 0 obj <> endobj 20498 0 obj <> endobj 20497 0 obj <> endobj 20496 0 obj <> endobj 20495 0 obj <> endobj 20494 0 obj <> endobj 20493 0 obj <> endobj 20492 0 obj <> endobj 20491 0 obj <> endobj 20490 0 obj <> endobj 20489 0 obj <> endobj 20488 0 obj <> endobj 20487 0 obj <> endobj 20486 0 obj <> endobj 20485 0 obj <> endobj 20484 0 obj <> endobj 20483 0 obj <> endobj 20482 0 obj <> endobj 20481 0 obj <> endobj 20480 0 obj <> endobj 20479 0 obj <> endobj 20478 0 obj <> endobj 20477 0 obj <> endobj 20476 0 obj <> endobj 20475 0 obj <> endobj 20474 0 obj <> endobj 20473 0 obj <> endobj 20472 0 obj <> endobj 20471 0 obj <> endobj 20470 0 obj <> endobj 20469 0 obj <> endobj 20468 0 obj <> endobj 20467 0 obj <> endobj 20466 0 obj <> endobj 20465 0 obj <> endobj 20464 0 obj <> endobj 20463 0 obj <> endobj 20462 0 obj <> endobj 20461 0 obj <> endobj 20460 0 obj <> endobj 20459 0 obj <> endobj 20458 0 obj <> endobj 20457 0 obj <> endobj 20456 0 obj <> endobj 20455 0 obj <> endobj 20454 0 obj <> endobj 20453 0 obj <> endobj 20452 0 obj <> endobj 20451 0 obj <> endobj 20450 0 obj <> endobj 20449 0 obj <> endobj 20448 0 obj <> endobj 20447 0 obj <> endobj 20446 0 obj <> endobj 20445 0 obj <> endobj 20444 0 obj <> endobj 20443 0 obj <> endobj 20442 0 obj <> endobj 20441 0 obj <> endobj 20440 0 obj <> endobj 20439 0 obj <> endobj 20438 0 obj <> endobj 20437 0 obj <> endobj 20436 0 obj <> endobj 20435 0 obj <> endobj 20434 0 obj <> endobj 20433 0 obj <> endobj 20432 0 obj <> endobj 20431 0 obj <> endobj 20430 0 obj <> endobj 20429 0 obj <> endobj 20428 0 obj <> endobj 20427 0 obj <> endobj 20426 0 obj <> endobj 20425 0 obj <> endobj 20424 0 obj <> endobj 20423 0 obj <> endobj 20422 0 obj <> endobj 20421 0 obj <> endobj 20420 0 obj <> endobj 20419 0 obj <> endobj 20418 0 obj <> endobj 20417 0 obj <> endobj 20416 0 obj <> endobj 20415 0 obj <> endobj 20414 0 obj <> endobj 20413 0 obj <> endobj 20412 0 obj <> endobj 20411 0 obj <> endobj 20410 0 obj <> endobj 20409 0 obj <> endobj 20408 0 obj <> endobj 20407 0 obj <> endobj 20406 0 obj <> endobj 20405 0 obj <> endobj 20404 0 obj <> endobj 20403 0 obj <> endobj 20402 0 obj <> endobj 20401 0 obj <> endobj 20400 0 obj <> endobj 20399 0 obj <> endobj 20398 0 obj <> endobj 20397 0 obj <> endobj 20396 0 obj <> endobj 20395 0 obj <> endobj 20394 0 obj <> endobj 20393 0 obj <> endobj 20392 0 obj <> endobj 20391 0 obj <> endobj 20390 0 obj <> endobj 20389 0 obj <> endobj 20388 0 obj <> endobj 20387 0 obj <> endobj 20386 0 obj <> endobj 20385 0 obj <> endobj 20384 0 obj <> endobj 20383 0 obj <> endobj 20382 0 obj <> endobj 20381 0 obj <> endobj 20380 0 obj <> endobj 20379 0 obj <> endobj 20378 0 obj <> endobj 20377 0 obj <> endobj 20376 0 obj <> endobj 20375 0 obj <> endobj 20374 0 obj <> endobj 20373 0 obj <> endobj 20372 0 obj <> endobj 20371 0 obj <> endobj 20370 0 obj <> endobj 20369 0 obj <> endobj 20368 0 obj <> endobj 20367 0 obj <> endobj 20366 0 obj <> endobj 20365 0 obj <> endobj 20364 0 obj <> endobj 20363 0 obj <> endobj 20362 0 obj <> endobj 20361 0 obj <> endobj 20360 0 obj <> endobj 20359 0 obj <> endobj 20358 0 obj <> endobj 20357 0 obj <> endobj 20356 0 obj <> endobj 20355 0 obj <> endobj 20354 0 obj <> endobj 20353 0 obj <> endobj 20352 0 obj <> endobj 20351 0 obj <> endobj 20350 0 obj <> endobj 20349 0 obj <> endobj 20348 0 obj <> endobj 20347 0 obj <> endobj 20346 0 obj <> endobj 20345 0 obj <> endobj 20344 0 obj <> endobj 20343 0 obj <> endobj 20342 0 obj <> endobj 20341 0 obj <> endobj 20340 0 obj <> endobj 20339 0 obj <> endobj 20338 0 obj <> endobj 20337 0 obj <> endobj 20336 0 obj <> endobj 20335 0 obj <> endobj 20334 0 obj <> endobj 20333 0 obj <> endobj 20332 0 obj <> endobj 20331 0 obj <> endobj 20330 0 obj <> endobj 20329 0 obj <> endobj 20328 0 obj <> endobj 20327 0 obj <> endobj 20326 0 obj <> endobj 20325 0 obj <> endobj 20324 0 obj <> endobj 20323 0 obj <> endobj 20322 0 obj <> endobj 20321 0 obj <> endobj 20320 0 obj <> endobj 20319 0 obj <> endobj 20318 0 obj <> endobj 20317 0 obj <> endobj 20316 0 obj <> endobj 20315 0 obj <> endobj 20314 0 obj <> endobj 20313 0 obj <> endobj 20312 0 obj <> endobj 20311 0 obj <> endobj 20310 0 obj <> endobj 20309 0 obj <> endobj 20308 0 obj <> endobj 20307 0 obj <> endobj 20306 0 obj <> endobj 20305 0 obj <> endobj 20304 0 obj <> endobj 20303 0 obj <> endobj 20302 0 obj <> endobj 20301 0 obj <> endobj 20300 0 obj <> endobj 20299 0 obj <> endobj 20298 0 obj <> endobj 20297 0 obj <> endobj 20296 0 obj <> endobj 20295 0 obj <> endobj 20294 0 obj <> endobj 20293 0 obj <> endobj 20292 0 obj <> endobj 20291 0 obj <> endobj 20290 0 obj <> endobj 20289 0 obj <> endobj 20288 0 obj <> endobj 20287 0 obj <> endobj 20286 0 obj <> endobj 20285 0 obj <> endobj 20284 0 obj <> endobj 20283 0 obj <> endobj 20282 0 obj <> endobj 20281 0 obj <> endobj 20280 0 obj <> endobj 20279 0 obj <> endobj 20278 0 obj <> endobj 20277 0 obj <> endobj 20276 0 obj <> endobj 20275 0 obj <> endobj 20274 0 obj <> endobj 20273 0 obj <> endobj 20272 0 obj <> endobj 20271 0 obj <> endobj 20270 0 obj <> endobj 20269 0 obj <> endobj 20268 0 obj <> endobj 20267 0 obj <> endobj 20266 0 obj <> endobj 20265 0 obj <> endobj 20264 0 obj <> endobj 20263 0 obj <> endobj 20262 0 obj <> endobj 20261 0 obj <> endobj 20260 0 obj <> endobj 20259 0 obj <> endobj 20258 0 obj <> endobj 20257 0 obj <> endobj 20256 0 obj <> endobj 20255 0 obj <> endobj 20254 0 obj <> endobj 20253 0 obj <> endobj 20252 0 obj <> endobj 20251 0 obj <> endobj 20250 0 obj <> endobj 20249 0 obj <> endobj 20248 0 obj <> endobj 20247 0 obj <> endobj 20246 0 obj <> endobj 20245 0 obj <> endobj 20244 0 obj <> endobj 20243 0 obj <> endobj 20242 0 obj <> endobj 20241 0 obj <> endobj 20240 0 obj <> endobj 20239 0 obj <> endobj 20238 0 obj <> endobj 20237 0 obj <> endobj 20236 0 obj <> endobj 20235 0 obj <> endobj 20234 0 obj <> endobj 20233 0 obj <> endobj 20232 0 obj <> endobj 20231 0 obj <> endobj 20230 0 obj <> endobj 20229 0 obj <> endobj 20228 0 obj <> endobj 20227 0 obj <> endobj 20226 0 obj <> endobj 20225 0 obj <> endobj 20224 0 obj <> endobj 20223 0 obj <> endobj 20222 0 obj <> endobj 20221 0 obj <> endobj 20220 0 obj <> endobj 20219 0 obj <> endobj 20218 0 obj <> endobj 20217 0 obj <> endobj 20216 0 obj <> endobj 20215 0 obj <> endobj 20214 0 obj <> endobj 20213 0 obj <> endobj 20212 0 obj <> endobj 20211 0 obj <> endobj 20210 0 obj <> endobj 20209 0 obj <> endobj 20208 0 obj <> endobj 20207 0 obj <> endobj 20206 0 obj <> endobj 20205 0 obj <> endobj 20204 0 obj <> endobj 20203 0 obj <> endobj 20202 0 obj <> endobj 20201 0 obj <> endobj 20200 0 obj <> endobj 20199 0 obj <> endobj 20198 0 obj <> endobj 20197 0 obj <> endobj 20196 0 obj <> endobj 20195 0 obj <> endobj 20194 0 obj <> endobj 20193 0 obj <> endobj 20192 0 obj <> endobj 20191 0 obj <> endobj 20190 0 obj <> endobj 20189 0 obj <> endobj 20188 0 obj <> endobj 20187 0 obj <> endobj 20186 0 obj <> endobj 20185 0 obj <> endobj 20184 0 obj <> endobj 20183 0 obj <> endobj 20182 0 obj <> endobj 20181 0 obj <> endobj 20180 0 obj <> endobj 20179 0 obj <> endobj 20178 0 obj <> endobj 20177 0 obj <> endobj 20176 0 obj <> endobj 20175 0 obj <> endobj 20174 0 obj <> endobj 20173 0 obj <> endobj 20172 0 obj <> endobj 20171 0 obj <> endobj 20170 0 obj <> endobj 20169 0 obj <> endobj 20168 0 obj <> endobj 20167 0 obj <> endobj 20166 0 obj <> endobj 20165 0 obj <> endobj 20164 0 obj <> endobj 20163 0 obj <> endobj 20162 0 obj <> endobj 20161 0 obj <> endobj 20160 0 obj <> endobj 20159 0 obj <> endobj 20158 0 obj <> endobj 20157 0 obj <> endobj 20156 0 obj <> endobj 20155 0 obj <> endobj 20154 0 obj <> endobj 20153 0 obj <> endobj 20152 0 obj <> endobj 20151 0 obj <> endobj 20150 0 obj <> endobj 20149 0 obj <> endobj 20148 0 obj <> endobj 20147 0 obj <> endobj 20146 0 obj <> endobj 20145 0 obj <> endobj 20144 0 obj <> endobj 20143 0 obj <> endobj 20142 0 obj <> endobj 20141 0 obj <> endobj 20140 0 obj <> endobj 20139 0 obj <> endobj 20138 0 obj <> endobj 20137 0 obj <> endobj 20136 0 obj <> endobj 20135 0 obj <> endobj 20134 0 obj <> endobj 20133 0 obj <> endobj 20132 0 obj <> endobj 20131 0 obj <> endobj 20130 0 obj <> endobj 20129 0 obj <> endobj 20128 0 obj <> endobj 20127 0 obj <> endobj 20126 0 obj <> endobj 20125 0 obj <> endobj 20124 0 obj <> endobj 20123 0 obj <> endobj 20122 0 obj <> endobj 20121 0 obj <> endobj 20120 0 obj <> endobj 20119 0 obj <> endobj 20118 0 obj <> endobj 20117 0 obj <> endobj 20116 0 obj <> endobj 20115 0 obj <> endobj 20114 0 obj <> endobj 20113 0 obj <> endobj 20112 0 obj <> endobj 20111 0 obj <> endobj 20110 0 obj <> endobj 20109 0 obj <> endobj 20108 0 obj <> endobj 20107 0 obj <> endobj 20106 0 obj <> endobj 20105 0 obj <> endobj 20104 0 obj <> endobj 20103 0 obj <> endobj 20102 0 obj <> endobj 20101 0 obj <> endobj 20100 0 obj <> endobj 20099 0 obj <> endobj 20098 0 obj <> endobj 20097 0 obj <> endobj 20096 0 obj <> endobj 20095 0 obj <> endobj 20094 0 obj <> endobj 20093 0 obj <> endobj 20092 0 obj <> endobj 20091 0 obj <> endobj 20090 0 obj <> endobj 20089 0 obj <> endobj 20088 0 obj <> endobj 20087 0 obj <> endobj 20086 0 obj <> endobj 20085 0 obj <> endobj 20084 0 obj <> endobj 20083 0 obj <> endobj 20082 0 obj <> endobj 20081 0 obj <> endobj 20080 0 obj <> endobj 20079 0 obj <> endobj 20078 0 obj <> endobj 20077 0 obj <> endobj 20076 0 obj <> endobj 20075 0 obj <> endobj 20074 0 obj <> endobj 20073 0 obj <> endobj 20072 0 obj <> endobj 20071 0 obj <> endobj 20070 0 obj <> endobj 20069 0 obj <> endobj 20068 0 obj <> endobj 20067 0 obj <> endobj 20066 0 obj <> endobj 20065 0 obj <> endobj 20064 0 obj <> endobj 20063 0 obj <> endobj 20062 0 obj <> endobj 20061 0 obj <> endobj 20060 0 obj <> endobj 20059 0 obj <> endobj 20058 0 obj <> endobj 20057 0 obj <> endobj 20056 0 obj <> endobj 20055 0 obj <> endobj 20054 0 obj <> endobj 20053 0 obj <> endobj 20052 0 obj <> endobj 20051 0 obj <> endobj 20050 0 obj <> endobj 20049 0 obj <> endobj 20048 0 obj <> endobj 20047 0 obj <> endobj 20046 0 obj <> endobj 20045 0 obj <> endobj 20044 0 obj <> endobj 20043 0 obj <> endobj 20042 0 obj <> endobj 20041 0 obj <> endobj 20040 0 obj <> endobj 20039 0 obj <> endobj 20038 0 obj <> endobj 20037 0 obj <> endobj 20036 0 obj <> endobj 20035 0 obj <> endobj 20034 0 obj <> endobj 20033 0 obj <> endobj 20032 0 obj <> endobj 20031 0 obj <> endobj 20030 0 obj <> endobj 20029 0 obj <> endobj 20028 0 obj <> endobj 20027 0 obj <> endobj 20026 0 obj <> endobj 20025 0 obj <> endobj 20024 0 obj <> endobj 20023 0 obj <> endobj 20022 0 obj <> endobj 20021 0 obj <> endobj 20020 0 obj <> endobj 20019 0 obj <> endobj 20018 0 obj <> endobj 20017 0 obj <> endobj 20016 0 obj <> endobj 20015 0 obj <> endobj 20014 0 obj <> endobj 20013 0 obj <> endobj 20012 0 obj <> endobj 20011 0 obj <> endobj 20010 0 obj <> endobj 20009 0 obj <> endobj 20008 0 obj <> endobj 20007 0 obj <> endobj 20006 0 obj <> endobj 20005 0 obj <> endobj 20004 0 obj <> endobj 20003 0 obj <> endobj 20002 0 obj <> endobj 20001 0 obj <> endobj 20000 0 obj <> endobj 19999 0 obj <> endobj 19998 0 obj <> endobj 19997 0 obj <> endobj 19996 0 obj <> endobj 19995 0 obj <> endobj 19994 0 obj <> endobj 19993 0 obj <> endobj 19992 0 obj <> endobj 19991 0 obj <> endobj 19990 0 obj <> endobj 19989 0 obj <> endobj 19988 0 obj <> endobj 19987 0 obj <> endobj 19986 0 obj <> endobj 19985 0 obj <> endobj 19984 0 obj <> endobj 19983 0 obj <> endobj 19982 0 obj <> endobj 19981 0 obj <> endobj 19980 0 obj <> endobj 19979 0 obj <> endobj 19978 0 obj <> endobj 19977 0 obj <> endobj 19976 0 obj <> endobj 19975 0 obj <> endobj 19974 0 obj <> endobj 19973 0 obj <> endobj 19972 0 obj <> endobj 19971 0 obj <> endobj 19970 0 obj <> endobj 19969 0 obj <> endobj 19968 0 obj <> endobj 19967 0 obj <> endobj 19966 0 obj <> endobj 19965 0 obj <> endobj 19964 0 obj <> endobj 19963 0 obj <> endobj 19962 0 obj <> endobj 19961 0 obj <> endobj 19960 0 obj <> endobj 19959 0 obj <> endobj 19958 0 obj <> endobj 19957 0 obj <> endobj 19956 0 obj <> endobj 19955 0 obj <> endobj 19954 0 obj <> endobj 19953 0 obj <> endobj 19952 0 obj <> endobj 19951 0 obj <> endobj 19950 0 obj <> endobj 19949 0 obj <> endobj 19948 0 obj <> endobj 19947 0 obj <> endobj 19946 0 obj <> endobj 19945 0 obj <> endobj 19944 0 obj <> endobj 19943 0 obj <> endobj 19942 0 obj <> endobj 19941 0 obj <> endobj 19940 0 obj <> endobj 19939 0 obj <> endobj 19938 0 obj <> endobj 19937 0 obj <> endobj 19936 0 obj <> endobj 19935 0 obj <> endobj 19934 0 obj <> endobj 19933 0 obj <> endobj 19932 0 obj <> endobj 19931 0 obj <> endobj 19930 0 obj <> endobj 19929 0 obj <> endobj 19928 0 obj <> endobj 19927 0 obj <> endobj 19926 0 obj <> endobj 19925 0 obj <> endobj 19924 0 obj <> endobj 19923 0 obj <> endobj 19922 0 obj <> endobj 19921 0 obj <> endobj 19920 0 obj <> endobj 19919 0 obj <> endobj 19918 0 obj <> endobj 19917 0 obj <> endobj 19916 0 obj <> endobj 19915 0 obj <> endobj 19914 0 obj <> endobj 19913 0 obj <> endobj 19912 0 obj <> endobj 19911 0 obj <> endobj 19910 0 obj <> endobj 19909 0 obj <> endobj 19908 0 obj <> endobj 19907 0 obj <> endobj 19906 0 obj <> endobj 19905 0 obj <> endobj 19904 0 obj <> endobj 19903 0 obj <> endobj 19902 0 obj <> endobj 19901 0 obj <> endobj 19900 0 obj <> endobj 19899 0 obj <> endobj 19898 0 obj <> endobj 19897 0 obj <> endobj 19896 0 obj <> endobj 19895 0 obj <> endobj 19894 0 obj <> endobj 19893 0 obj <> endobj 19892 0 obj <> endobj 19891 0 obj <> endobj 19890 0 obj <> endobj 19889 0 obj <> endobj 19888 0 obj <> endobj 19887 0 obj <> endobj 19886 0 obj <> endobj 19885 0 obj <> endobj 19884 0 obj <> endobj 19883 0 obj <> endobj 19882 0 obj <> endobj 19881 0 obj <> endobj 19880 0 obj <> endobj 19879 0 obj <> endobj 19878 0 obj <> endobj 19877 0 obj <> endobj 19876 0 obj <> endobj 19875 0 obj <> endobj 19874 0 obj <> endobj 19873 0 obj <> endobj 19872 0 obj <> endobj 19871 0 obj <> endobj 19870 0 obj <> endobj 19869 0 obj <> endobj 19868 0 obj <> endobj 19867 0 obj <> endobj 19866 0 obj <> endobj 19865 0 obj <> endobj 19864 0 obj <> endobj 19863 0 obj <> endobj 19862 0 obj <> endobj 19861 0 obj <> endobj 19860 0 obj <> endobj 19859 0 obj <> endobj 19858 0 obj <> endobj 19857 0 obj <> endobj 19856 0 obj <> endobj 19855 0 obj <> endobj 19854 0 obj <> endobj 19853 0 obj <> endobj 19852 0 obj <> endobj 19851 0 obj <> endobj 19850 0 obj <> endobj 19849 0 obj <> endobj 19848 0 obj <> endobj 19847 0 obj <> endobj 19846 0 obj <> endobj 19845 0 obj <> endobj 19844 0 obj <> endobj 19843 0 obj <> endobj 19842 0 obj <> endobj 19841 0 obj <> endobj 19840 0 obj <> endobj 19839 0 obj <> endobj 19838 0 obj <> endobj 19837 0 obj <> endobj 19836 0 obj <> endobj 19835 0 obj <> endobj 19834 0 obj <> endobj 19833 0 obj <> endobj 19832 0 obj <> endobj 19831 0 obj <> endobj 19830 0 obj <> endobj 19829 0 obj <> endobj 19828 0 obj <> endobj 19827 0 obj <> endobj 19826 0 obj <> endobj 19825 0 obj <> endobj 19824 0 obj <> endobj 19823 0 obj <> endobj 19822 0 obj <> endobj 19821 0 obj <> endobj 19820 0 obj <> endobj 19819 0 obj <> endobj 19818 0 obj <> endobj 19817 0 obj <> endobj 19816 0 obj <> endobj 19815 0 obj <> endobj 19814 0 obj <> endobj 19813 0 obj <> endobj 19812 0 obj <> endobj 19811 0 obj <> endobj 19810 0 obj <> endobj 19809 0 obj <> endobj 19808 0 obj <> endobj 19807 0 obj <> endobj 19806 0 obj <> endobj 19805 0 obj <> endobj 19804 0 obj <> endobj 19803 0 obj <> endobj 19802 0 obj <> endobj 19801 0 obj <> endobj 19800 0 obj <> endobj 19799 0 obj <> endobj 19798 0 obj <> endobj 19797 0 obj <> endobj 19796 0 obj <> endobj 19795 0 obj <> endobj 19794 0 obj <> endobj 19793 0 obj <> endobj 19792 0 obj <> endobj 19791 0 obj <> endobj 19790 0 obj <> endobj 19789 0 obj <> endobj 19788 0 obj <> endobj 19787 0 obj <> endobj 19786 0 obj <> endobj 19785 0 obj <> endobj 19784 0 obj <> endobj 19783 0 obj <> endobj 19782 0 obj <> endobj 19781 0 obj <> endobj 19780 0 obj <> endobj 19779 0 obj <> endobj 19778 0 obj <> endobj 19777 0 obj <> endobj 19776 0 obj <> endobj 19775 0 obj <> endobj 19774 0 obj <> endobj 19773 0 obj <> endobj 19772 0 obj <> endobj 19771 0 obj <> endobj 19770 0 obj <> endobj 19769 0 obj <> endobj 19768 0 obj <> endobj 19767 0 obj <> endobj 19766 0 obj <> endobj 19765 0 obj <> endobj 19764 0 obj <> endobj 19763 0 obj <> endobj 19762 0 obj <> endobj 19761 0 obj <> endobj 19760 0 obj <> endobj 19759 0 obj <> endobj 19758 0 obj <> endobj 19757 0 obj <> endobj 19756 0 obj <> endobj 19755 0 obj <> endobj 19754 0 obj <> endobj 19753 0 obj <> endobj 19752 0 obj <> endobj 19751 0 obj <> endobj 19750 0 obj <> endobj 19749 0 obj <> endobj 19748 0 obj <> endobj 19747 0 obj <> endobj 19746 0 obj <> endobj 19745 0 obj <> endobj 19744 0 obj <> endobj 19743 0 obj <> endobj 19742 0 obj <> endobj 19741 0 obj <> endobj 19740 0 obj <> endobj 19739 0 obj <> endobj 19738 0 obj <> endobj 19737 0 obj <> endobj 19736 0 obj <> endobj 19735 0 obj <> endobj 19734 0 obj <> endobj 19733 0 obj <> endobj 19732 0 obj <> endobj 19731 0 obj <> endobj 19730 0 obj <> endobj 19729 0 obj <> endobj 19728 0 obj <> endobj 19727 0 obj <> endobj 19726 0 obj <> endobj 19725 0 obj <> endobj 19724 0 obj <> endobj 19723 0 obj <> endobj 19722 0 obj <> endobj 19721 0 obj <> endobj 19720 0 obj <> endobj 19719 0 obj <> endobj 19718 0 obj <> endobj 19717 0 obj <> endobj 19716 0 obj <> endobj 19715 0 obj <> endobj 19714 0 obj <> endobj 19713 0 obj <> endobj 19712 0 obj <> endobj 19711 0 obj <> endobj 19710 0 obj <> endobj 19709 0 obj <> endobj 19708 0 obj <> endobj 19707 0 obj <> endobj 19706 0 obj <> endobj 19705 0 obj <> endobj 19704 0 obj <> endobj 19703 0 obj <> endobj 19702 0 obj <> endobj 19701 0 obj <> endobj 19700 0 obj <> endobj 19699 0 obj <> endobj 19698 0 obj <> endobj 19697 0 obj <> endobj 19696 0 obj <> endobj 19695 0 obj <> endobj 19694 0 obj <> endobj 19693 0 obj <> endobj 19692 0 obj <> endobj 19691 0 obj <> endobj 19690 0 obj <> endobj 19689 0 obj <> endobj 19688 0 obj <> endobj 19687 0 obj <> endobj 19686 0 obj <> endobj 19685 0 obj <> endobj 19684 0 obj <> endobj 19683 0 obj <> endobj 19682 0 obj <> endobj 19681 0 obj <> endobj 19680 0 obj <> endobj 19679 0 obj <> endobj 19678 0 obj <> endobj 19677 0 obj <> endobj 19676 0 obj <> endobj 19675 0 obj <> endobj 19674 0 obj <> endobj 19673 0 obj <> endobj 19672 0 obj <> endobj 19671 0 obj <> endobj 19670 0 obj <> endobj 19669 0 obj <> endobj 19668 0 obj <> endobj 19667 0 obj <> endobj 19666 0 obj <> endobj 19665 0 obj <> endobj 19664 0 obj <> endobj 19663 0 obj <> endobj 19662 0 obj <> endobj 19661 0 obj <> endobj 19660 0 obj <> endobj 19659 0 obj <> endobj 19658 0 obj <> endobj 19657 0 obj <> endobj 19656 0 obj <> endobj 19655 0 obj <> endobj 19654 0 obj <> endobj 19653 0 obj <> endobj 19652 0 obj <> endobj 19651 0 obj <> endobj 19650 0 obj <> endobj 19649 0 obj <> endobj 19648 0 obj <> endobj 19647 0 obj <> endobj 19646 0 obj <> endobj 19645 0 obj <> endobj 19644 0 obj <> endobj 19643 0 obj <> endobj 19642 0 obj <> endobj 19641 0 obj <> endobj 19640 0 obj <> endobj 19639 0 obj <> endobj 19638 0 obj <> endobj 19637 0 obj <> endobj 19636 0 obj <> endobj 19635 0 obj <> endobj 19634 0 obj <> endobj 19633 0 obj <> endobj 19632 0 obj <> endobj 19631 0 obj <> endobj 19630 0 obj <> endobj 19629 0 obj <> endobj 19628 0 obj <> endobj 19627 0 obj <> endobj 19626 0 obj <> endobj 19625 0 obj <> endobj 19624 0 obj <> endobj 19623 0 obj <> endobj 19622 0 obj <> endobj 19621 0 obj <> endobj 19620 0 obj <> endobj 19619 0 obj <> endobj 19618 0 obj <> endobj 19617 0 obj <> endobj 19616 0 obj <> endobj 19615 0 obj <> endobj 19614 0 obj <> endobj 19613 0 obj <> endobj 19612 0 obj <> endobj 19611 0 obj <> endobj 19610 0 obj <> endobj 19609 0 obj <> endobj 19608 0 obj <> endobj 19607 0 obj <> endobj 19606 0 obj <> endobj 19605 0 obj <> endobj 19604 0 obj <> endobj 19603 0 obj <> endobj 19602 0 obj <> endobj 19601 0 obj <> endobj 19600 0 obj <> endobj 19599 0 obj <> endobj 19598 0 obj <> endobj 19597 0 obj <> endobj 19596 0 obj <> endobj 19595 0 obj <> endobj 19594 0 obj <> endobj 19593 0 obj <> endobj 19592 0 obj <> endobj 19591 0 obj <> endobj 19590 0 obj <> endobj 19589 0 obj <> endobj 19588 0 obj <> endobj 19587 0 obj <> endobj 19586 0 obj <> endobj 18555 0 obj <> endobj 18556 0 obj <> endobj 18557 0 obj <> endobj 20606 0 obj [/View/Design] endobj 20607 0 obj <>>> endobj 20604 0 obj [/View/Design] endobj 20605 0 obj <>>> endobj 20602 0 obj [/View/Design] endobj 20603 0 obj <>>> endobj 18562 0 obj <> endobj 18563 0 obj <> endobj 18565 0 obj <> endobj 18566 0 obj <> endobj 18561 0 obj <> endobj 20608 0 obj <> endobj 20609 0 obj <>stream -%!PS-Adobe-3.0 %%Creator: Adobe Illustrator(R) 16.0 %%AI8_CreatorVersion: 17.1.0 %%For: (Jan Kova\622k) () %%Title: (glyphicons@2x.ai) %%CreationDate: 28/01/14 10:26 %%Canvassize: 16383 %%BoundingBox: 113 -5496 1041 -959 %%HiResBoundingBox: 113.1777 -5496 1040.0053 -959.6406 %%DocumentProcessColors: Cyan Magenta Yellow Black %AI5_FileFormat 12.0 %AI12_BuildNumber: 273 %AI3_ColorUsage: Color %AI7_ImageSettings: 0 %%RGBProcessColor: 0 0 0 ([Registration]) %AI3_Cropmarks: 0 -5616.2734 1152 -912 %AI3_TemplateBox: 384.5 -384.5 384.5 -384.5 %AI3_TileBox: 296.5 -3644.1367 855.5 -2861.1367 %AI3_DocumentPreview: None %AI5_ArtSize: 14400 14400 %AI5_RulerUnits: 6 %AI9_ColorModel: 1 %AI5_ArtFlags: 0 0 0 1 0 0 1 0 0 %AI5_TargetResolution: 800 %AI5_NumLayers: 3 %AI9_OpenToView: -304 -733 1 1782 1082 90 1 0 78 132 1 0 0 1 1 0 0 1 0 1 %AI5_OpenViewLayers: 372 %%PageOrigin:-16 -684 %AI7_GridSettings: 48 48 48 48 1 0 0.8 0.8 0.8 0.9 0.9 0.9 %AI9_Flatten: 1 %AI12_CMSettings: 00.MS %%EndComments endstream endobj 20610 0 obj <>stream -%%BoundingBox: 113 -5496 1041 -959 %%HiResBoundingBox: 113.1777 -5496 1040.0053 -959.6406 %AI7_Thumbnail: 28 128 8 %%BeginData: 7528 Hex Bytes %0000330000660000990000CC0033000033330033660033990033CC0033FF %0066000066330066660066990066CC0066FF009900009933009966009999 %0099CC0099FF00CC0000CC3300CC6600CC9900CCCC00CCFF00FF3300FF66 %00FF9900FFCC3300003300333300663300993300CC3300FF333300333333 %3333663333993333CC3333FF3366003366333366663366993366CC3366FF %3399003399333399663399993399CC3399FF33CC0033CC3333CC6633CC99 %33CCCC33CCFF33FF0033FF3333FF6633FF9933FFCC33FFFF660000660033 %6600666600996600CC6600FF6633006633336633666633996633CC6633FF %6666006666336666666666996666CC6666FF669900669933669966669999 %6699CC6699FF66CC0066CC3366CC6666CC9966CCCC66CCFF66FF0066FF33 %66FF6666FF9966FFCC66FFFF9900009900339900669900999900CC9900FF %9933009933339933669933999933CC9933FF996600996633996666996699 %9966CC9966FF9999009999339999669999999999CC9999FF99CC0099CC33 %99CC6699CC9999CCCC99CCFF99FF0099FF3399FF6699FF9999FFCC99FFFF %CC0000CC0033CC0066CC0099CC00CCCC00FFCC3300CC3333CC3366CC3399 %CC33CCCC33FFCC6600CC6633CC6666CC6699CC66CCCC66FFCC9900CC9933 %CC9966CC9999CC99CCCC99FFCCCC00CCCC33CCCC66CCCC99CCCCCCCCCCFF %CCFF00CCFF33CCFF66CCFF99CCFFCCCCFFFFFF0033FF0066FF0099FF00CC %FF3300FF3333FF3366FF3399FF33CCFF33FFFF6600FF6633FF6666FF6699 %FF66CCFF66FFFF9900FF9933FF9966FF9999FF99CCFF99FFFFCC00FFCC33 %FFCC66FFCC99FFCCCCFFCCFFFFFF33FFFF66FFFF99FFFFCC110000001100 %000011111111220000002200000022222222440000004400000044444444 %550000005500000055555555770000007700000077777777880000008800 %000088888888AA000000AA000000AAAAAAAABB000000BB000000BBBBBBBB %DD000000DD000000DDDDDDDDEE000000EE000000EEEEEEEE0000000000FF %00FF0000FFFFFF0000FF00FFFFFF00FFFFFF %524C45FD0452A152A8FD15FFA8FFFFFFA8FD13FFA8FFFFFF7D7DFF527DFF %527DFF52A8FF52A8A8F8A8A852FFA852FF7D27A8A827A8FFFFA8A8FF7DFF %FF7DA8FF7DFFFD04A87DFFA87DA8A87DFFA8A8FFA8FFA8FD05FFA8FD05FF %A8FFFFA8FFFFA8FD06FFF852A82752FF27A8FF527DFF27A87D27A8A8F8A8 %A852A8A87DFF7D7DFD0FFFA8FD0CFF7D7DFF7D7DFF7DA8FFA8A8FF7DFFA8 %52A8FF52FFA8A8FFA852A87D525252FF277DFF527DFF52A8A8277DFF27FF %A827A8FF7DFF5227A87D27FD04FFA8FD07FFA8FD0FFFA87DFF2752A8527D %FF27A8FF52A8FF52FFA827FF7D27FFA87DFF7DF87DFFA87D7DFF7DFFA87D %A8FF52A8A87DA8A827FF7D52A8A852FF7D52FFA8FD0DFFA8FD0CFF277DFF %5252FF27A8A8F852FF27A87DF87DA852FF7D27A8A852FF7D52A8A8FF7DA8 %FD04FFA8FD05FF7DFFFFA8FFFFA8FD05FFA8A8A8FFA8A8FF7DA8A87DA8FF %7DFFFF7DA8FF7DFFA8A8FF7D52FFA8527D7DFF527DFF527DFF52A8FF52A8 %FF27FFA827A8FF27FF5227A87DF8FD1CFF7D7DFF52A8FF7D7DFF7DFFFF7D %A8A827FF7D52A8FF7DFF7D7DA87D27527DFF7DA8FF52A8FF7DA8FF7DFFA8 %7DA8A827A87D52A8A852FF7D52FD1CFF527DFF2752FF277DA8277DFF27A8 %A827A8A852FFA852A8A827FFA852A8FFFF7DA8FFA8A8FFA8FD05FF7DFFFF %A8FFFF7DFFA8A8FFA87DA8FFFFFFA8FFA8FFA8FFA8FF7DA8FFA8A8FF7DFF %A87DFFA87DFFA87D527DFF52A8FF527DFF277DA852A8FF52FF7D27A87DF8 %FF52F8FF7DF8FD06FFA8FD05FFA8FD05FFA8FFA8FFFFFFA8FFA8A8A87DFF %7DA8FFA8A8FF52A8FF7DA8FF7DFFA8A8A8FFA8FFFFA8FFA87D52A8FF7D7D %FF52A8A8527DFF52A8A852A8A827A8A8A8FFA87DFF7D52FD1CFF527DFFA8 %A8FF27A8FF7DA8FF52A8A87DA8FF52FF7D52A8A852FF527DA8A8FFA8FFFF %7DA8FFA8FD05FFA8FFFFA8FFA87DFFA8A8FFA87DA8FFFFFFA8FFFFFFA8FF %A8FFA8FD05FFA8FD05FFA8FFA8A8527DFF527DFF527DFF277DA8277DFF52 %FFA87DA8FF7DFF7D52FF7D27A8FFFFA8A8FFA8FFA8A8A8FF7DFD05FFA8FD %05FFA8FFA8A87D7DFF7DA8FF7DA8FF52A8FFA8A8FFA8A8FFA8A8FF7DFFFF %A8A8FFA82752A82727FFF87DA8F852FFF87D7DF87DA8F8A87DF87D7DF8A8 %52F8FD09FFA8FD12FF527DFF7D52FF527DA87D7DFF27A8A852A8A827FF52 %52FF7D52FF7D527D7DFF52A8A87DA8FF52A8A852A8A852FFA87DFFA852A8 %7D7DFFA87DA8A8FFFFA8FFA8A8FFFFA8FD05FFA8FD05FFA8FD05FF277DFF %27A8A827A8FF27A8A8F87DA8F8A8A8F87DA8F8A85227FF7DF87DFFFFA8FF %FF7DFFA8A8FFFF52A8A87DA8FF7DFFA87DA8A87DFFA87DFFA8FD0AFFA8FF %FF7DFFA8A8FFFFA8FD05FFA8527DFF527DFF27A8FF7DA8A852A87DF87DA8 %F8A87D52A87D52FF7D27FD09FFA8FD12FF7D7DA8A8A8FF52A8FF7DA8FF52 %A87D52A8FF52FFA87DFFA87DFFA8A87D7DFF7DA8FF527DFF52FFA8527DA8 %27A8A852FFFF7DFFA87DFFA87DFD1CFF7D7DFF527DFF527DFF52FFFF7DFF %FF52FFA852FF7D27FFA87DFFA8527DA8FFA87DFF7DA8FFA8FFFFA8FFFFA8 %FFFF7DFFA87DA8FF7DFFA8A8FD0DFFA8FD0EFFF852FF5252FF52A8A87DA8 %FF277DA852A8A827FFA87DFFA852FF7D52FFFFFFA8A8FD17FF7DA8FFA8A8 %FF7DA8FF7DA8FF7DFFA87DA8FF52FFA87DFFA87DFFA87D527DFF527DFF52 %7DFF52A8FF52A8FF27FFA827FFA827FF7D52FF7D27FD1CFF7D7DFF527DFF %527DFF27A8FF52A8FF7DFFFF7DFFFF7DFF7D52FF7D277DA8FF7D7DFF52A8 %A852A8FF27A8FFA8FFFF7DFFA87DFFA852FF7D7DFD0DFFA8FD0EFF527DFF %7D7DFF52A8FF52A8FF52A8A87DA8A827FF7D27A8A827FF7D27FD09FFA8FD %05FFA8FD05FFA8FFFFA8FFFFA87DA8FFFFA8FFA8FFFFA8A8FFA8FFFFA8FF %FFA8FFA8A8FFFFA8FFA8A8527DFF52A8FF7D7DFF52A8FF7DFFFF52FFA852 %A8A852FF7D52FF52F8FD08FFA8FD0FFFA8FFFFFFA8A8FF7DA8FF7DA8FF7D %A8FFA8A8FF7DFFA87DFFA852FFA8A8FF7D5252A8FF7D7DFF52A8FFA8A8FF %7DFFA87DFFFF52A8A87DA8FFA8FF5252FD1CFF527DFF7D7DFF52A8FF7DA8 %FF27A8A852A8FF52FFA852FF7D27FFA87DA8A8FFA8FD05FF7DFD05FFA8FF %A8A8FFFF7DFFA8A8FFFFFF7DFD04A8FFA8A8FFA8A8FF7DA8FD04FFA8FD04 %FFA8A8FFA8A8527DFF527DFFF852FFF87DA827A8FF27FFA827A8A827FF52 %F8FF52F8A8FD05FF7DA8A8FFFFFFA8FFFFFFA8FFFFFFA8FFFFFFA8FFFD04 %A8FFA8FFFFFFA8FF7DFFA852A8FF7DFFA87DA8FF7DFF7D7DA8A852277DFF %5252FF52FFA8277DA8F8A8FF52A8A852FF7D27A87D27FF5227FFA8FD1AFF %277DFF527DFF52A8FF527DFF27A8FF527DA827FFA852A87DF8FF7D27A87D %FFA8FFFF7DA8FF7DA8FF7DA8FF52A8FFA8FFFF52FFA852A8A87DFD04FFA8 %FD05FFA8FFA8FD05FFA8FD09FF5252FF277DFF7D7DFF27A8FF27A8A8F8A8 %7DF8A8A8F8FF7D52FF7D27A8FFFFA8A8FFA8FD05FF7DFFA8A8A8FFA8FFA8 %A8FFFFA8FFA8FFA8A8FFA8FFFFFFA8FF7DFD05FF7DFFFFA8FFFF7DFFA8A8 %FFA8522752FF5227FF277DFF277DFF27A8A8F87DA8F8A87D27A87D27FF52 %F8FD1CFF7D7DFF7D7DFF7DFFA87D7DFF52FFA852A8A852FFA852A8A87DFF %52277D7DFF7DA8FF527DFF27A8FF52A8FF27FFA87DA8FF52FFA8A8FFA852 %FD04FFA8FD05FFA8FD11FF5252FF7D7DFF527DFF52A8A852A8FF27FFA852 %A8A827FF5227FF52F8A8FFFFA8A8FF7DFFA8FFFFFF7DFFFFA8A8FFA8FFA8 %A8FFA87DFF7D7DA8A8FFA8FFFFFFA8FF7DFD05FFA8FFFFA8A8FFA8FD05FF %A852A8FF5252FFF87DA8277DFF52FF7DF8A8A8F8A87D27A87DF8FF7D52FD %09FFA8FD0BFFA8FD06FF527DFF7D7DFF52A8FF7DA8FFA8FFFF7DA8FF52FF %FF7DA8FF7DFFA87D2752FF7DA8FF7D7DFF52A8FF52A8FF7DFFA852FFFF7D %FF7D7DFFA852FD0CFFA8FD0FFF7D7DFF277DFF527DFF52A8A852A8FF52FF %A87DA8A852FF7D52FF7D277DA8FF7D7DFF52A8A87DA8FF7DFFA87DA8FF7D %A8A87DFFA87DFFA87DFFA8FD07FFA8FD0DFFA8FFFFFFA8F852FF5252FFF8 %7DA8F852A827FFA8277DA852FF7DF8A87DF8FF52F8A8A8FD07FFA8FFFFA8 %A8FD07FFA8FFFFA8FFFFA87DA8FFA8A8FFA8A8FFA8A8FF7DFFA8A8A8FF7D %FFA8A8FFFFA8FFA8A85252FF277DFF7DA8FF27A8FF27A8FF7DFFA852A8A8 %52FF7D7DFFA852FD1CFF7D7DFF52A8FF527DFF7DA8FF7DA8FF7DFFFF7DA8 %FF52FF7D52FF7D27527DFF7D7DFF52FFA87DA8A87DFFA8A8FFA87DFFA87D %A8A852FF7D52FD0FFFA8FD0CFF527DFF7D7DFF52A8FF277DFFF8A8A827A8 %FF52A8A852FF7D27FF7D52FFA8FFA8A8FFA8A8FF7DFFFFA8A8FFA8FD05FF %A8FFA8A8FFFFA87DA8FFA8A8FFA8FFFFA8A8FFA8FFA8A8A8FF7DFFA8A8A8 %FFA8FFA8FF2752FF2752FF2752FF27A8A8F87DA8F8A87D27A8A8F8FFA852 %FFA827FD1CFF7D7DFFA8A8FFA8A8FF7DFFFF7DA8FF7DFFA87DFFFF7DFFA8 %A8FFA87D527DFF7D7DFF52A8A852A8FF52A8A852A8A852FFA87DFFA852FF %7D7DFD1CFF277DFF2727FF527DFF527DFF52FFA852A8FF52FFA852FF7D52 %FFA8527DA8FF7DA8FFA87DFF7DA8FF7DA8FF7DFFA87DFFFF7DFFA87DFFA8 %7DA8FD05FFA8FFFFA8FFFFA8FFFFFFA8FFA8FFA8FFFFFFA8FFA8A85252FF %527DA852A8FF52FFA852A8FF52FFA87DFFA827FF7D52FFA827A8A8FD04FF %A8FD05FFA8FFA8FFFFFFA8FFA8A8FFFFA8FFA8FFFFA8FF7DFFFFA8A8FD07 %FFA8FFFFA8A8FFA8FFA8A8FFFF7D527DFF527DFF52A8FFA8A8FF52A8A87D %A8FF52FFA87DFF7D7DFF7D7DFD1CFF277DFF5252FF7DFFA852A8FF27A8A8 %27A8FF27FF7D52A87D27FF52275252FF527DFFA8A8FFA8FFA87DA8FF52A8 %A87DFFA852FFA852FFA852FD04FFA8FFA8FFFFA8A8FFA8FFA8FFFFFFA8FD %09FF527DFF277DA8277DFF27A8A827A8A827FFA827FFA827FF5227A87D52 %7DA8FFA8A8FF7DA8FFA8A8FFA8FFA8A8FFFFA8FFA8FFFFA8A8FFA8A8FFFF %FFA8FFFFA8A8FFA8FFFFA8A8FF7DA8FFA8A8FF7DFFFFA8A8FF7D277DFF27 %52FFF87DA8F87DA8F8A87DF87DA8F8A852F8A852F8FF52F8 %%EndData endstream endobj 20611 0 obj <>stream -%AI12_CompressedDataxksF( ~p݃zWO&=#,{{7ٲC"B&$EvS0,ꙕtrfNvvv -A_DY /Ϳ/_'=<įR˯OgKxٟޟ_^|?fG_zkxE/BODWiG? -?(djti0^̈́syյQkۿ<9_^\puyqqyvyşЩo~'G/.ώ`D̛ӳ%tz"$߄|39=;E:`#o7;54*y F^]~8? Z/Q =_iy FDy=3)SwW YgBY7 @z+7ct_']^,y_ j]7?ly54"(}{y3%N -?SU) %p'B\[Skl ?L~u_NkoNO)־JOHE@ŷԳo_C'sHK..g7=o>p7 WXf=o~8G\]|ŻK <z2 ,sBOWGPw`sW ?/6{wzpCQl]LEpvtqt5!x.F) (P }Bt*рZ^|em LjW./rG&(u@\|ZS|[^_<Ggg^DWA\?<{yv'wrpr -Dn2]uty xwzqz p&}XR7қs OP}'7WG'P@v(4_U}@`fj2?_I/ܓs@ -XRJe7VKK?k5oڗb^.bo~va\<9õWpCG:T|f~o+WAZ}uBK1gN{pBAT3X75Ccm B XYo}h𡫝p0JwYu nC}텗,_SQQ*vJ4X$$QC=,$c /(R'QRe +W Ak)C2+}JVeVX\q jUЅ׽+ \CDxHN ĮIs$Ph$R(H7H8$9CtWAHPQЛ}#$PI3\R2G!`ikB$9cHĕ !{FbzA$^H4.Mt\#誉FO}AL.Vt''Z8Qu+ʉHeJ%Z~u\$Yk.]\&_P7/J0%KU?Lqk(Z#/!#ìD ĞKyW,wDE{ -( 9hb>tqxI=+'رmG0a0!}hA[0P\zvʂ`+P`eau)kX Zukk% "Dn.Q\ %zS*k^\%*sU[Wdq*a) _\"!(JYKaLoQLգ% ɭ)tyGSQCfH}[[Ky+URqcLPR0q ZsOqhP(I!s~-Jh)&~a~_@B0(@( t6~ + ;( -ʹkqf9aUn.7Ɋa" -2'ؿ(%*7oh0  \鶷xo̼C[^zh;n+OyIGeeKD#r 4ZKv@$ԣcxIGpӦ*H -b"RB+X0( Fdd{n$ʁcQE=sK-A{BnWܮ -enY.%o;g2lFEU&_HQ2'}7 1QgfdJ'F.j̫76.kKL/(]a*Ɯ;=|&aOk($V15xԇI.cS *(J`^gk} GyDLJ -ѢUA$JD$.f -U"tU1+h$D2$RI=ZTQWiLو\ HѠhFP-"*b=)*1gڨH=ad=]X[ԭ!n]i"23FbDa 62JD.T0qO -@ PjP!Npp c0ӶDQu肴Ѱ+RHWwfj}jylXoy%H>XE}6G -ՠ!Dx㎚dӀrP%/x@N (iF|7wq/r:-ҁ6@,m$#*0ˆ -+VΆ:շ8,0flhEձi07S=mn7-=ݣ=ݣ=ݣ=ݣ= -أ5ˆ -#*W_U*̳^ Y*:Bhّ6P4ՋXMyi$T$iE“@ޏbW$3>$H8"Emie`G~T-'rNB(%N1>bC %&@}\(2rh+GK9)f|Ym{txy sG4ϣkeœYL~t*g4vڔf5+lYijyr ~&K$qR@wi6b " -)+tmTSQhWqebcxW'^]e$8h!A5Dfq""܎ - 1T0:vPE -P"::PRD [GBXa#/>r}t )԰K(9̲@Sm`4\^7P};a߫`- OE52a -JC!PAhYCL[CykfHh*k\T&Bc{.mKm|]zhh>w!}zQ+1Y(=@K!DH -WQC6,L PkZ -Dc+@`A3h/C Fcppx8ˆ -#* -EছL^ϴ -}}6{>n&{Nݬ]WUg\[i³׭ŰUD)\as+5JVo_Ҫ qGe^X2wu^.SEAtFOyd t o(dhH;'{UTDQKLb'H7cf cn`}"H^j -ĥ Ka ߖ] X"\2uH5xR ~RwE!(sUJzA3TNLq]#y]38}G~U|{*0IS{*iֈ2:)#{K[oHa[=Va-j3IPfW)$ 4 D W1J.l !&cc h$fdhdh2)+Cat.2Uܲ/wL˫FQ]zc*ʪL> +䫉teWm*Nj97wĐU>'{D[3HT$uk5Y$EEI4au G= 7,kAҔM< s?HTPRIPѡk8<ɅO*_ -#n(-Ou]u$bWVE˖TYe֦~ϭ0KU[q+t -qB-Bw]~@*~OGX#-öat4\/ W -`T:ݔm(#!HDnu'~_W#"Bt)(šUC!a¦Yi rTCbވxV\YmjX0jZH@ⵉIPx&x6h.VR))p/bV=IK,l0&N OIiɺ"gR9y4'-?C2a17V4 4Ԕf -x0.Ɠ8w%'bWrYI/J58踍b!tGQz=傤^7]po$@-l{e/`Ϯb:]ӾU"GӾ=(yjMwr^5D^ -[U5F)12lѴ]KL H?$&ll%L XFZ$fiBFe͏Uv/nhl0揁1{?Yc`?hFTQ =?,bmGR5v>8d: -v;8rC9b=ɺ2Ðq\AXmb$ X#wh^JttF=#qOurT *+C٣1C.)E !, hݛF!OA,О=RuH -OcE 1)=i/EW{dUgٯxJj>ҀLlӱNVY{<}F/rhDRUq{/A =M뷇>zfu+^^Ƭ*{}V=Al&S⍘bN\e5'w"/lUA96 i,S- Um]MRcj!^tZdadaeXmTkI" I*BIB EVdw5 M3'mM?1RRAi.ã}!}Bx}~xȰI͡| x>A6.v>j_;܈Gh; GɰwӼ'MQ)nT@5_WDmI~$Uy ٯǾV+bqkRI2d5s+/80\ ^ {|uk(8S䫡[DW돑_l7' s+DXCkH#3K%dL>@6>gWܑߪ%>CX|n |Z7j)1z#L!,6L40{QeAX_It="'~a94hN*ȨUSYD](fuGZeymhlE+h"f Bbk&Z81ʖ5%'de۫m9)ؾ8ʝ2݈ϣ3%PWݧ-U'h3q#CK4|T#%ջj2D_mY<h8Fn_,PvdoV>$qʞU&+f?`JIVEEtHYؼ>%ڄhU6g5xg6Td3iȌ{}XU=8ՖZh$RR,D# X5R`KkDR -R]媎: Z[@Vg -Bi.ԄBQ(ĥ -C4W1 e VClj}#yFLoxͶ>>Ac>Acy#*0侱#Xɮ+EgA IVtVCs⯪7< -;f练Rՠ"ёRktCR -/ ȉѫڮHNЃU5'wn1/Ki0k Z6 HF$2M.(UTa(ZuU]U [UKz~> (zGUXW[B*q+K؎q+I)bڊͦgh#4a`3Z@+fQh8Rg1jgLXtZ#vމEH./MmӨި :ӏc`3Ũul`Z3{[i7{}~} uo*_IO^/_~trŬ—8KOF/*Pѓw|Tg 9b}Yz0 ''Awd8:yV"vjv/漢;P:F/˳˫՘<ϳ3l χ?>\^,/OM;x}tN6>y'{|zwt|}| > $T~[,hshbl%lЕ M$pyzq*ɞ|Yū(\6zj]͗%f#HЛk.Ljڋr:9=;K -)ڕH8w2O#^^}xyv;@6'f/.mxH>b\V_ - {;xlgf";woZ[?>vb#{slT -K, -{m׋G˳˳&*Ok?k߷>y'E+f1>loˑƲ]a{+|hㇳۣ;ČΏ{ŻՓtMV~ϡ_e6my-t;C6˞4oa&+ny52<y Vw ' ۲mlg֫% ~Cttrrz}p!786Z On巟~1 J ,>yc;n^v|8Uބ>xzRn4ȶÈfu4Ź Ѯмt`|hw3GBkgwy6M3.f lO6 .L§k3UIf¼̺Nv$kы̙n'ghS49S)HF -6m'hKDԑl=lgOM7Y06󏲿{xllw~\61 ^œ [T@~8쇳?l(D'dtajaytA'ߘfe{4y ;f8Nn0R1_z" ]OL>y(ȳ(*l ^|Z}q78I}W<7櫿;1m9y}ԑ.?3фE)&_߆ߞ vdžZcʎgȽdmg!:Nߟ/6B?}~]桻q97iL\y β5f.!`G#yr9-}5 5#ȟ[H]{qyKjy޵=P?/QؖYyMQ5:L(~yT7}dwsG -3xˋ!.nғ"sHQN5v4jVF R;25v@ݵ?5>Wz[fe4jFm5j|F2fG'Dw}sjz~:G'!K[n?mRgs={1i~}̗f`3 -&gTFoTFoTF%o9|V_kϦ Q{Y5Q5] 6Өm7/Eۤ'[ɯWGKT^1KvhBw;bLy[Gƌ>ųxjSHw|J_ߞAOӏ qǷއ{we5mԩ]YL;f !ؖsחy˗>RKux7X?LJOPbR=EyEhv-臫>`xzsx?ewcmz"x O>vpld>/x~}\CD?%6*ne?«(쐴7jpGߞ ~eG6kf fLE]^?_npB.ϳNꌼs; ܖyudym矛usYءSQ$q5`ᥦ"zgJ/>OgzG'<3XN&Y:?.&u~e.ӯᘘ^ʱ>S]^}P(84%OL+iGS|L_L`|ۓ|!عVXu2=p{*;0/۾wQ.lpt㮭_7BdjL$2Go.4dY,[<_*w8,I=<ϞBbB7Hl3aM!ն]|F-G{H;;ۂ9ٖ!4*/&7'((RL<_zzQ>@eh~g՗󣏿->}_3gj ̺`B-6U/ͿÏ=v_]ON3U 5n惞D8'աV3i(1IYm΀EE@^Um>REȥ½ z1~bfV -}U~WBόf"LHe-JO`D~CXx\k7\׮cQ%4/uEb=n攗's [Vbk{c9*>zoB\='U|=2+8deHH}3?WVYisTXJ@Ukٶhݢ*Z )] |T ֫TBniXiD|&A7 %#si@* %`Ljd24z-Z 0&f-@l'?ԤGokOtιb 5ˬ2sFnY}5| ˽!)@_Vhy3 EByEP6``j]׀Sd%HBaK`5@ RT ,C$U 8]ZT4o陖މ )*̰ܮ\Rj{L}~xuK+M=l%HWhC/$%|.o`n5̠ -t5h@\V!)8!ӓ35+mM&_~5? 9%>ly=NGǿqtuooX]'#ݔB@Zx7?~OxJ9B5S<.o:_UE;ܼEjjJ@MɯWG'Kq>G$3b -¬VF -(5́FB"@;b~H8r4Do2Θ3V7-_-R;_UDsI ~3;E Az?EϕV,ܜHO*1@ta=}yLobgjrJM/ӳi,3WI|8_@d޻G]#eA V=GlX`A?x%2Z qbq]|&UEй HմWt2v_BuguYX9 I²|Jʭr7ʙ;FY"Lw3__,*D/Z4n (Ma„QjHEc̈8<5&4* U05ɣISaG "(Pw=ϯ*^^-w\xVq4{yB9w?./N`Hr߾cӻ˫B国7Іx*ۛf~K ȯ&|=6 Lpz{'?R@"LRF;-\e~8ջ5!vtqrVJ0kij;aI$4G rE?.F+d#kH֨΢'O @D8  6"gFQ{ra Ъ9 @,̹Y .k9}OaNsXMLKV6]MCcީ,i"O@g5 Ҥ@gA A[`[33Drq%s80iԔ?hə@іܫjc!s.<" -4hSl3B%$/48U:5]p?kA(+/`aH8__ nJ(p*Ǔu zb$fAj4ՍQ{iҝMu/T7%S{b< {ݴ߰悛}kk,k -k[<__G٭lҥ0۽ZEl7 -v/WW_M1MF:ZlyV7M%DGMC3zlTzhբ{'/Z Yèk C#:вcၢ^`|E^ ou?ґ7xbEm[ hk3M%>@v M ^nqvbfQ]McE/R1$XIT"_vb-,mp,ɣXeQLEHL<2ۙsҀHqЭf0/tN̈9@t6׼JX'I*"|[xo0Yn-j(sH<6jвvNgIYHs?Q@%8.47l^ّZ'[̐4!E+jWߧq*9kM~M`S AZH䱢W]A ִVF!`"uJ*juOT^((㝇ym0WkZX‘.%AigD'Ũ/U`PfI(jbUҺ*hAR_ŕ6TQ'DPxaQR_S]󈵆euL'f !U3 ̣HXRͨ3^M,,R؊6&l0NWqQ'`9\v3଀6ۖ?7#:{+h~KAlq9םW 1W0}(@^YS) @E@wk@pP4DNo+Z`#7&1tYZcd;=K_θpb<4fKHXzNOO -{f%iEqxΡTKgq -b;("CLc%{7M+F[!%v;8+2+=V`ew870 -ڰW+|dP|_gw j$ʫT-,_ޡds `.m]lB˞*}Zj,Ɯ^dZ/P2P%AMB$"vI YQP=|3#N~ZA18(!ֽ-.ིEDȲ$W|c{o|#v$,hH~H ( L; -Ɯ$CW| -iY x3͏ӷdOŲi\b:Z)ۂ!|J䝣kivjL;1Ω,m8{)/b&]Lma [uكK*ļ'kA? bcM'`8O*Γ6%2d;=K>OOWj![ڴ'ڼW'sg&HJtOkÍɦf -|:%ůT^6Ģեm9yAR1P"poeXqf֦"YaȢlN]언Ri&v;qM㺰W}x5)b~MlѶO@ fNʦl+YƜ$Z6 tp Ջ5B("ɀA„"0u|*cJPH,(x7oٙmqIx8)vugJɚ wnq[A37K- X#JC5^L8å(E\o= TJn9 X4*7q[̯͟<1hL{M̺-ܫD|utkFVS#LF~J'ߑ2O/,ra::O!&bu-( /̅q,Ji2jT<+@wh&>4# mzDxOcT#<dՁ)v{%H@D1i@ixZ8m?R t8<֩_Z<7oșK=lu)^ߖ˝qV%lQqj {6jF%{hXJujT5zŨ -ZOSI|SaHj:%+ˏ뱘\n*3fN ^u0nZmEŒ\tHV mfzE)nd(:7s FC71%msi?Bߧ> w;`Ri·j J<4M\іSI;ˡ8`܊Y&6-\gzmagZ-N&5X}ȏyok5H$HD rk"FiKEɶP55fULT 1̢gIx* -0-"hw~pc}|@~NݬaV -x8FcT|ճ&*-Э3 -(‚a*XBqM&S4Dm,:&Y|hNwm~w֍.\L>?veaɶzڃ1| %VX:%D?HVx}\H} mwcl@?HķZ?=oX4"%%Oelt4C٨NR;hZ5Es 9[ON (=< - :U[\"rn!2PKa{U9V%i hMp-s>b8Fͦ؇ ?B1p1ٓ-v=EEm9XlI((ܜY0 -)ߑqF2[37I'6dB$@u|AqѸ% GLxJn`9b)$M„F Z+~'CkG<; %Ɣr:BYpuL -#A>j!ǣҔ܍<]j򺠣 "|SLN]hLÃx`l>B+ -,{F|fZn HIMgDH@~jh#XMB\^pLsht\ϓ>Ṝ-!c-UE +z+ G^P.=ZD`Lj\:b2,Tfܘ>aZ@$bJX6(z!Il2VR9'wңVa B`iٚ9U{LdKrq@gҝ -n1 8{ ,IJIv;t( Ht`nd~CBAv%ZTQ=MTJ45ePlL.$vGU<>BQKXFRg$60$FEكČ6Ah^XMre pBB2MCRMcWVD;J0pAv0>wk QhtyS}I]i˝],ds8XrґBE(FvK M @(y(=ÊVl2FRUx1VF `e%B49QhMNPtx&R)(Љ 8FO3IE)PT`=nn"[?s (Yp3#}hiLP$bkJ Jɀ Jɥ/ 5,IĐR+3O> 19ELem.`+cPTHYo>N JEVv1e 7myΡ鼆)E@<Jg(#$SH7-nh4'@O4bSft^^)S]9-~6]Uҿd (eM06MO%b։@(d4Cmri>KEOs٩) Lrؕ[0Cv!nETvfBx nd> thé Ilh-~l>ys:mP[Xm2(eB~(lcYJ|Ϸ/U>^ 1x??&[P|#:#hywG'9#H::#H::#H::[Hz·FK LvizAftxS@2UTnHdPBddN^Pą{<ئzh0 J zU͛AR}-i Ů3d,@ckB3W%7Դ#']/ Ձ:9ڪ$n`jHHlurrV ź-Zk(P cJьB"&P5Dц -5ÞSK/ f6+_b r+2ϸ\iɥbV+M8{8%+t%ig춉J==n-g~k9_+P/@]E'Ie}² -LQ DЎ'B]SC;5 tW! \})8̔d&̺'6Uaan.ژ>O{ -EЅ -{{EB[xoȚ@LI{Ew*L%N>'Vhv_@&<iPiN9hPZQF'sa6Hq0k'IT˫jP9fЖ@8}ǐ҅8⌹@熴 - -m׽8eZ.ʝ].-1;ӭ9^缄AB渄P u48b -P*!(0^HeXHʭɢ\pXK/cʰadHHoBK@,kbZrmrAAa\rj=jt,ꔸX-ڦq]7A3^4>k<\BRIpKlִq R#J6֘i{YRD60EGs{<Fl~T`Lǥѐ 6YIJuR@P@s*`ޙqiJ2~ 7![)q( & ( AWI:0Bl;5aѬɟ(^LҾ ޣMFmt7p$vI${q^Ҏp#$gCei40pS;K+EqAy0ZI>Xv{Ռ>` ->`)'o^J~>`_,>EțyL̄MuӼD܀H t" (tDIqCW0~pmx@+QNw cȇe@z7`c)Y $}i/\zR6;NiriBpqJxד5\iژK(?F<ΜWN<SCDLKɀXMO`$6bc#b57SrhʌጥGٍ>blxsciVaMqЧ# BΚ[h#!>$0(HS9qتVny.iADٞVā'gZ%&p M 2m)"r5UL``Ɋ*ʀ*%rc!+yd1GW!FY(e9o'sTTA 71bՅE%I)^2KC}}cd 90Snm+XUӇ`*, -H!t1hLCi@op)^ӎ5krRj1eJLO -\pҜiYSC=S>}NPzvQsU6@:Q񞵱IN8Sp=8 \F -G-z mTt껜N?$t -CX>c[9z=~U -_Mvk]m41>ʇIO;L>ҭ(xjtOiNaB'%hi+% -尻?0BMG#>60=]B#ϐA/bI83XY"{2;c)sTKǣm(`ZeF33s6 -(E" k@S] e<$Dhxn;r莄`,gDUDꀁ:`Y2e"SK4-33di37-ńnP#;P@0pJ <4`A?n"p<3@F?ߠQ])4|k>ٟN>?qE#hT M0[$g@͋:A%"RxA>>er7ă2X%E6# -ڹ Z6^H,,:5%GaDp*Jv s-K-(x|}BGal;Y`H o1NtvLv.EC)B+[2cnϠ r5 ]оt ؊X*ECId) I~)Y[|@@խc ex0FF`+Z_$q̑T`:@ R2h{٤| -jY@.<-L-%@j`L\эR(. -"kʁh8er$[1-j+6DC0"rn6 -<,g}|v}Xc%T2"j>[1}^PRp($C"2R gٖOԌNw-VБ50eIVstXḳ9š>8Y&L*%(<#RyqkM9192  k[uÈUc ԁ;h83$ݞn7}-)f8.6O@>>Ar'.E|6)d >`H_Dy p+xMq H.eBLcq&![ d I%WƲő6uZT\rK 28oC(*G"c՜FP¤g@hMmd:9 g'Mnt/,ڛ|2| *jXIq(\$e!4#s;cDARA>NK F8R,~_sob8HG DQė '꘥ 9֎DDGRV$d%Y|(l]P/I} -4C9zI@ -Ѧ표L牺sC{iLȁz tf# -49MSAMD&)L oRq9IO <rөy(U`S_ w$ XՒgVZUm=? 1q|%l -e%ԀTO:xM jajdfi2nXJIߡAu%ZNZN@1JSbˈ#>吖 -aĥ$pB=g -;:ÙW[ d>^0s-8֐ PB0 ְ[\<%1 Q |_Hɏ+1eP9ܒ{Sur7b_N"%1gː) ΊXH |!J8!=RAH7ܝo'p =bqf,o45ݔ\aqF=NHSy\IVA$1d>x%@ -Mc-+ JQX\BqRH2M0dCt?9VK+/CqL]h]H˯ vID@8 2p<LIGB@;NgA -DBjOt 8lTN v|1 ,va!D()A C$T#$|U lxi= ræ:b\!1WDjy:*)Z D%ai^ R8 2PQԕ&Y~Tk"'vI0ŗIH7%Y!'8o `Mrŵp!\K2k ƮQ[q]i`vԠŹՈVcA.J!Ri.L)x88-p>^H岌u.Hf5XM(5q8 J0ƢT6]&._0pI/U)'b1v1&brdbGL1&튚 Aq| \K(<)cM WG  @R[me;IrƁVRIt?n͔/&?t=2S?rN3j[y4O]ʌ| -I0*Ì$*..].RD/ 7@A>"G80 aç9BJ:tX^4"v#EBRhJ^\};wͨDGӊGJJ"RHPN4Ϙ[F%Ite1rƥ/]H8C@B ͑҈%S7rK @4ݲ{'% [.AQ<$XR;bf-hI -Vv0"R)i8 GhS~IWy$*w@ޣv`x -@ 2u kwfwWÑW`pT2 -ռbjrfA05;L3yyjVTWKqI2<#ࡆ**xi{醋!#ZFQ3R~붳 ->2b1 lgX+H7\V_J:Ay+մeAR&\K]|z`R-CÒAehOI-;lV#hPM4DOST,ģ|n))wYI _jH`4RT0q TĖK[,hD%ҧk9c5")QD "J0( DPQ^DJ"dM#Fe(L="NDQUE}1(X+`.ȕ"<*o G,# -<$Ji1h0*Dӧ%)ǺIEP'%W9,>VMW"iL(ZUtI$5+pwЪX/%ĆpÑrȅK᳹SQsiy qiޤ)Q'%xm1mDؤ Dg}m \G6!z%f!BC <;&چukXNxt;^l-AÔܺEMi6"PJqTzl(5i0 !yBD$@p$5 o%7'=V43|WQS>~A#awbi;~V0/)nsu(u{!O!&tSN~ %aM6YGw:eq`1&ЯCfE2w ryL1* Y1/&KDHqI  Í[79p(MG wSE?(S )rُ7g9n0nfCW <8NZ5 Qo9/4Jra(#p gr yWѳI^ri%$e RJ-A!&S eTLBX1#mbǞqg@v? S4`dJDzIQ~K@NNK]=hםqz;\}iENF={{H7g>88|0ևC4eZ(M> DxoAk FRc4@lgOBЇqTc hrHtB\gi)nWf]'@zAa4y`J^B3dۋ 3.P~oM;7kk<حv5V P1?[iR by -9I&MboP]e@AW'[KW S1+<-'#60kƛIcq8p=p2$am$nId8Cpp_n[oٌ{{~Y]*dN$SpO=N"QD - 4TK~KTs>%ҷD b1͒$T゚P4{d bCb[ }*Rb.9pG9OCl PWB*r9..OCxQBpoS}̩~oNͩ97B/soNr*ݒi\5d8 ]Ͳܰ_ͲY7fY4Y7fY,aYoͲY7]XiWfYA*A*A*#73REзBRK!пG- Ϯv8_<[i_:|yB%&ME1BMiK1܈}c·8y_E$cS 4,ŃeAn[$H /Py[._%5` >|"۵x6L?4mqL*H}?=oq \ʎO1Բs5ɲLF}q4^UZI!ok:ڄKgsG)\5/y OIqWN ⒼH`o"=Letvp&*$7b/wo\g"%Y#Ͼy/'1%e8|sHIX\UHs Ip`R7ǚc}_p_\zL/&#%5T:؟~o:'Qx̷V{&Y! VD)w k4=:'1 @o¾ `"jz6}.KQݝ0ʙ`R/s!07vxX??䤇N|O&0 -H$͡TrܬăsqwKDs7rT9>B)KP|v+je@j[q8p4qJ/jAO䥐Z78!{?P]ߐ]T,~MCtǰYOԙf𿨐`Xo q4z}FJFo:73EoNC-W¤£;,r|bHهo ?mSLk8yN%H,H=M -<'0<~{pDu~KPv<Al" ^6@{Rw:K"bsJb]IJ0bowzbl]oaۢ?W\;+C5 ]Ó,lG BhGMsTFx8`q ]cɟ#l'^:smԿ*CDl㳾:u@+th1ž  -TNl1?&K.w.п)/3UN#s:$odVTW|ֺ` cmȱcŰxh2!}6=?yOu ?hvEkU?J?Ѐ'Z&B7$SW7!+E?+ FңQ"~?ͨW UuRhOVb/ޢD!hFDAsj>{/17bbir@ӗHUg^G6  -;@,>ժZ#O&5zG}4ަrGa-I[x>hҎ4F2ME ]3rϝWo.憈*NN$G^/ ߩ#e ;ѷpաOh^s: >.'qt5 2m1E8v_Xm0u;/<Win5ٶ(:r48MN 8Hjs'I&StSIN+f硄XM1@'g2/ 1oRm\i0[qEohXCtK[z^] m#ÂsƉDak?'j_|R>gt7-O6?WK`JT Ayt_|m [gYZnG3N:3_eLHC'V}R_tDZڒ?:fWgJ/q4ȏ~O -/P') Y֫ ™чi]ӡ2bz%Z؝boJ`{| ,p9#ZW|pЉNpM>ÅT/ryRz&Hgh\Hp.^mpIzǣ9;0l6.(f㮿buXt4zj5Ɵ `u;Nd"Ip]FL0}mU#)6p R&|G}\nI|$&g-:zL26fo=bpFFx;FIZ5֨ZwZޱn"C\jX";Ӟn Za_Lr -A/O-I?xQX+Uzr8|O8`HS˽A޻X! u>={,VPP=FS״hcfߴ;Ͷs;D"V1ҍ{۠B+r=jMq~7EJɹa`L\E}V7~k> NntB}{Y@Ϫ?ѬaՐMJxx2K_z>#Iƙ/?GlL鹎Jё* 0:M`9 ,~i=G1ǻg4-1d=$5w9._gK&U :T2ժ^U&hgp0>kS}/ 9{=S~R+mb0%|L% "+l[„$FhL:ComQ,`4f@G#b#QXXc" !$bZ+gxo)uF'x{iF πlDH;Lm0xk6|O -z1 θ!FX-'b4"6\ie+*9WA`X/[ɟdDNCB -U90h\C٭:C !|@# M A85_2{*'b3^Ao*MQ񬢤 obU \D)T72S|q6 o %OH8x^BrdC_dbIm9jEaq{a-͆ݨU" 䱜oǠ1} *dL 7moധ"-KMs4:4FTҟS`5#b>[enOC=#U?X; ahK 5[m>-#mݠo6FMT90jYq/=FMK߲]l&mݸ]o#KHSo`u @0xhfF#Lެ廾E;7$M=3[O98o m!>R,66m -n0Yqܠ56}ާo GX+#,[MM*!m$Q.S`}U X^gTh5)-czsv3$jZkL)U"V0m#aϿ֨dDҟEGb DUOz f "*ۃϤ*]f؂]jNeOi(_ȑԻ]H(U+:YMY‡ujܤ ط$n1gJ[/ҿZ_I~h،ʪÚuoj@yllmcyScxw44;^VǍ>t'+{썢p`lAKl{-7m .jqP!E8DôPಣ{Ԗ6^V ˱F {Ϳid6NVEF -КdiLąE@77ӱlm|C@2DzެW=]IT?G읋#RT0T߉Ǿ 2.7{hІFA0De5$=t yvIQoU9M7܄Mbѓ{VzUQYϓi>$xI8xgU̵L%WXR{6f(w;CY6j$4!v4ax9HktKu4#V=4ojjw,ɖp[Omv<6{^((aMzEŘ@k'IHX9CI0ԚH4Gqb!H Ƙ)iA\_F 筏D/2Z!žwLg}T/hT4|%5&_ww""7knUh: -{Qgʧ}4~d F۫! xlR`Ho}"$鼃7;wᦶn:C{ K} Gdea=БY]S:hgΪ6ŖmƁ+2tr\`"ZkU9ea:m ;'ϥm?u,gA>!G3泓AlD*#+ϲ6[h};oYNZ!a'~K4PJ>'m]q8[p'%܁:1@YƭWEB͹( 4sܤحSq, C&VzF\g8OI]6HAg\vG}}ֵ*+]FשG؁ hB}`cǼt$Im"daFP%V3\)`D %#F9MI"Laz%WpX=lFfKI}J=@kԥ3LqYآQc->_TÎhw>Ŏ-X4@1jIDr^26몒hѤ=qbN4W}8SI\|t`P? $,ї55K͚j[8wp[ -3Cx-aT{,Ĵ 5 yEyAa[+V󇇩dAKnl!s] %"̨zJp`#ߩGkA_\NIf4m -b$g9naƅ{Yl?G73;83>zm)n)-=eP!쟖֛ǏUzE۰t#z[=ɷ{VB|ev7n4qyZ*}Hc-[n뭩ǟf"os/;Yb=; 2R^n]zꄊo6ebuaY{<r=Fdzf+/0}NxS&on|vOcnGbDvVG˞"a1? *LpgN'h]=!?x\' vG7WaIxu|D"VaVO -zA/BW^X񍫋*{ϝުֻǟj/|†smTyw>ۧd^5PKU>gR!:&Mhd_׿ȄT=]dkGqj:RxvAU9O<}/0LNc3 b^Xy!S%4OGrno,Sמw@ৗiXm[ U%R[@>Vvq,l7.}Fk r1n͖$v -!.*w]T6M1܉r&yoTHC{׈ǯ ͪV*B]ceøBu>s [k߮!!K!{@=PMeqڄ od:8~%J[`׾^cmeEv0GSE}?8bvrS)_ni YB1kiLݯU"JLw4g{?9`y!W+ xK;ó݉dpn ? 24:U^?-2=mFsL7i à<^0=!;?xUk6WQ,߷/T1>^vtKV_P&K;BA|Rai`2Ncm1@:ߞ^rr/b_8TG 2NN4пz=,6õX#qxV)M*b$-1uFnLSmӽg,2\>fa\HSBz~ąi҂Ɖ D -Ԉɬ}EG\~t{j'?˲lO<s ]d6s VU&xmL{qp!U!'??{Z;ڝ8ՁX{{ ,ӑFscT"6WKʸ?"^=f(wqATΟ8^-HH83Bw8g*h<>G]{={ -I2Q:l3ۯ`噷t}6iaWcf }E;YlÙAi3AMGTz 0Df\ַڡj s;hИb|=Rٿ`voϮc ~P^d -qB9*~u]X M 帇l)KIme=>mZL|d3*Fo/J{v_E O\/z">V;<~U@erEbC\_#LAV#MI9VvE|xA60`b\ }MRzK^FZYeIuֈVU@ٍ*l\&;TUK/w7\/.({k.Zm)hk5|=g& -Zw?.%'kшՆ9|(H ='oo[҅4!ihzS8mnl.mow=8cVds}@Ec$KNDo6Ӌ_h3_v(b7CAc-}zK+U_Z6whlObllx i[N 33YuZxKƊd]h]v>D.៏Ѡ)*ffjKb$2ahVK{)yO -oQԄ`Hjl綔OG_@9KTG'By/"#l~.[7`\>-;`*LC($6Tr}G% W(AV"3{W\1_`FxϥxT&*b3G=GAdmdI yv} 0@uJ IZ[ک'bE󝙠M\g~+SlލKnBB*ezP.BGGvy6%L)˭H)892^o3Uv`v6h ^ȓ^]SU8aʤ>jɚRw/bsBoT*.eolU]D8Aŋz)oBsĮ چkRԬg_&+i\j` OW,PB{).w`:[;B+7*b<|/#ܾxGߑR(rg>'eyk[N _7`ߦHzr0tR)󎈼:F/'|nH9V.}Lt%DW@!uQ_qVzN |Jf"\8>YQ!}T_/f)\x}ܷa0mf])%ٯf U>?j/ӾǏZw I~e'<}{_Edm~vJM&'I|l,݌Rh Oy m|Q[VozVuToirܘ^mQqx!f&5YX-U oަ2ЀF!ΏT}Kh&[j*GF, 5dYftHD1r;f' 粩![ཪ(DVGH5gp\~xkt]| 5VA|۾B 'rg:{8Lh lM>̝xK\@ryK縛DZs=[+7.ȸa)P6w~iluw OU8جG2 -D"δ"^F'j)pKu9k:`&Z1rFM8ZܧOl\׏p;/ G7F yߺj%IED&q#>R󂨃GWo> --J_BœPPڸ;@ևkZhd>gk?H=m[WvD&vſfC>-KHiyToARoI -v*p -Ct'\8kW+羶z_ Ȃ,;}$Wiah/*1&:ۓv.ʋ /b;_>T^SC|x\On<~_=㥼/]o)_ דQ&{I n#,t׽D.Hyyx8u9xn#eM4箋{p_vMiN}E(ټDUxAWF&*5cx4P'C&U4qSuy]gZ,L ȩ)KٷN=\k,wm Nsr9Ty51wz>r+Md)u>XtlwENch')wRzVYL)w_]돂=3*l+e:{R3|Y7~W{ŝ"ZlqЋ7^: W5pxA)70RIol:M&?_[ӗS_4Sk륮S `-~4t4^m^{_kNC۽-sM73grwwL)͜vRz.?gjPT_w'yNL9zmiAL<|۽.dޢ.oޭ5~Zzݷ~i=i[?ﯰV_g}Sݔֽ . -ky3K—Z ,ϴ6yP2LK/Izr񩬏Q|,>Y 3|G ³/\?7ZeN|yDҡxj6'`P;"vo ;vX:mGo5mwZ)шN%,NUs;:qH|.Ow-NA5:mN}sER:W:mb_4C/hL=)XI=WMqNo)J[eO"9NAu-hmNw|QN+bsYU1-w"o}ڷ~ywȯ~=o%I")1RB} |v.)^i:z5pVZ5lW ;CbK}1ĸE9aL^/>H`h@7"ݓp|ch;P*`ǟc'?Um2 n~ -43Vи~[#>M3'!*^ (B51 GI -{݈ R -}k*?~ż=\zs01=~Ҳ< -jG4!kNXծ|.*6H1Lpqwض8өݭē\L_Nl)K )o Yui ^D\\L7[-v9wKAن4n ]Y_8X1nBvJNs`=0KPkݦqK~єWnkʆ0) dbxNW1݂?hAUG6t<uv ) \&eӑcIfqr3haK2.I$Y"ź`hi3XY׷ 89p='Vm|Y'UZ vdbPgxT:jHV -^<7£|[I׬`oX̰~OUV%+썘YD1-GcC^pY3!3XՍ5/h<1К -xscm+'+Kەۯ erkX82H~˹s7VIJ\1l{<6 Yp]?`C YŒ$q#x3t`pj: n aAs5(eH31%d=M.8X"HWa9?F#]aFZ8Ce̯0aOuZ {b̂,-n,|AqXpûdh< ZU:3ի҈D%vQ֮^vƝqn!J;_ Axs헭t~V<<=<~{JWi 9DchɅct2ZpevtIm})څQaBnיzho;N0j_\[sɰi>f&Lh I718 @ -bK}l^8nl[I>LsB8ŌB>A;p=Кy 0y~ ]|gq*>7pq7hhn-G,,4:(v!zQ1|FgC3kfy(zR}. )l3{šv -U5Yqg8v%JVJpP4ɻ3p/Ve=̮ߛ)K^\Qƅ~o& |l~^^/U/`ܺ]7q}JC<[Yq ^BySZrN=] VҞꃧ0 K&2Yv౸]Dv鸔mUZPw=v-d!^,}8ِtd7R>?J0s-<}䚣Ff} -vsޞxYѶJ{v]qe1a6$QMw M JK6}g{ɓe!Ζ"rJ$xA/'>NZ8άS5N>{]4>N\8N!* :U,CgA'e .CgAg-8s]6N\0βSAGkg!{)9ttwx}3im7JK:L Ub=$Oo9p{ӅrweiS!_eH{z -ZifL -z|x2CbiHsk{'}49#Ιsg\͏!9f>:x솤'ϑ4q(F+j"w ml4ԊKWEVͦfqLv'Dg5c]Qee%9%Yfh1E`͐"ٴq3ӆ`F)Ϫ\rƐHC(5ᬺ<YΎ3,,KI9MiOɭѨ]Y`R}5Ct,S˪iefcJoWYv~1MZe,u_jcR[4CTڸ} ,)~9ē14Y0fy`ܙ]Dtm3/3LrV -@w)1fW}`i`]{=-5cb TW(֫vrsqko ȵs[),UW?hBf\;5lȭ!?PX -2}ܺwt>4AΆXgDMVxu{wl8$Bc3wl2L= ]fȠ!Y#Ag 6,ROSAYIZo-/ғ@uh>'k3ﶽtipP7KʇÔl|8܋!#Iv͚g.TH߲m1c۫edփ[ZL$1κ}L˽?&QHH5Db'%.#Aa0%dri#c9$Y1"76 _ ۄ6^؂Ɩpi2VƞYnûd{m^tL\m`b8o|G V6-0k(a 2M2Rٕ% P{I.3R+ kԛed>~-'#,##H(H8,nl/MudֳFLrZ -å )REDpwA/+[Wpsٕ3™AT8 -si)gx}]S2VFx+},u0ܞL:aw w.pnE\yfy!=Z^C(w!Tƅր ?k{jkZ,2w^&Rm_e Q&{׎h3ŎAu( #O;dR$׃uYb&/mvv>k2Mo`wvk֊Yvʔj9 ;YnMHTRm\nmT&Q[ ؕcBʰWWUۃMB]ݠVt"[V.n;->-ѻOlX㻻0*ڮR/η\Voђ{I;ItVx"Jc-M{zj;vr`C}`9=zublR꜂S+ɩCRK3{=\Hٔ23 XDr~uߜs).ꌸcȴR\Rø˦38ͦ~|JĝXYʥ[)e$LAəd3;jJ!C)IZdHښփrKKC!Uᥦ>Xsjcx As6[hMVM&u;zzRgfHm_g9Giy\T.^x3~iI(2jަY5S3%C]` ;EBa\g#g?y.~YNb͙tw{3yj AࢗЪwŹsZw@9ǴA#&GY7D^Zԛn w}=M+,i ɰ3si*ܗ!GK:3d$쬹N$3d3*uH/Q iU'P^ST@7g*;'&\ء xI03øKØp šjjy]iUc,@97GrM"Tgtf4au9qnEU¬Yf4V9V3dڞQ96r8ySm|K/gUXbQ>KXQ>jW|I+fPK*уnd]os3x`PG'W1[PUf䲩7Ps3 -Y)Vς*~ wF8 嶮c~RVRu#Cb޳c]?W,8|u,RU?/˨g /MUEnR<\u9~Ѻ~{Uf7WMv,u4fµƺ~'c_2)дe)ЮxHQ>ҧ4c]?[0'~Zyr+ggժ~KC9.}BA"Y*},ᤏOGrX=ufagZIs\N]?{=}{ Lýp828v|iO]ڵkxK[DD1Շ;AI]4(TD^.2#_tv|k'{Q&ŚC.1jzO鋫@31կi=[ kƟLmx'g_ɯ݃rI6z2^'M&&M6>Vjݭ@^/(O}7k@=UrGq /-ܻU}s$62L)wcJo#̯_Fh9>qp$BM4QIH14~@9nW^k$ԓlrCFǏс&\3m}mo?t HNMCNRN/[̚BOZ}>hjyշJ[!,y}I4O[4Z&;Gظ]Jvϋ73B[ܻ}s%%3l+@*sfa够T㛛PB>E!i7L[NLlh ıdtC `1ˆG?M 'V+C`7 )0B?QRT&T!hݯ40IyݲjăU꜂:e(q.n*&{a 끕uX9>j_-{!F~Ƥo3d\em%WϾK%p=Ks~xw'rDj[||,K(Q)I&U16tڔḛe6@YV\mK4gMrr6{udzOê/c9*hx2lTR+[v,x7JS_q _?}ᓛ[_>6n>5_EP3)tN<<8g45i-^JZܒ Rapr'Mp-Asp`!:F=8SOӝXv%ޞN4uk#.dV^]^- Ub*+7JĆQ恈 n:"{_^ P VeXU $D y,&RC N"%*w91u/]l, sMzNJE`ڭ[L/FuZUwoT*58UϠ q(:/D)!eg;zkR48~8|PAT{Db(lă9{ hAYkSz] m$&Kf n%637uB%"j jht"RB8C۽S -^P77=R kn5X2Ʀ>GPɍO>*\HVH($(w|4#Ht<|qABa\U4GӇ3O’ E !f QH%Q!@g?6ƪ#L-~8ҫG3E6Kt8O+w"GK15~˭I#&DOj:';(ZOۊr[%ysZn!WzIB|5'VO&{oO>i>Igz~/#ϴ?L=yg.Z?ޖ~O+?Cow>e -z!Gmnн_Qw?x~/~ q>}GrӉCmZnss3 z-a?n<%T,ӯ|le4ߗ|,S^z~̷ΫKOϿ"&E?4Q|''/6b$џd.z2wfo~_ѝl/_i7F.Ӄ_?_1}Ļa؈{/Wͻ<߿? \R>dMOQ^;χq.݉޸;~|~o}|8]f5L<~q|cyst{?M~~G-dG?{^wޜbBCKO^~y.?rGO^^)RTS0ܾ=Giã7̏< O `|)KE> -O%t׉|,ݏ>r;|ce QN 4%?{z)H2xȰpoMl0D8aK%bTϦ^6=zW b7%'߾07?ΛL_t0n2N{C|D55v~lc!@yq]oGؕi^kcӣ~xzmHQO~m n˟\]o&ŀc}t卧>_yFjF/Wfe|175{zgb5^y%_܋+aq'F)FkDr.Ў_\o%RRD.K'~[Opj7bFCrqԋWnxzR/nx~zQnaՏ2ӯ5|U֑C@oF>p %U\ySX4!%S>̼Qf-̫eeaՏ2=̼QLyyD<̼QfC20G)<̼Q&?|ʻX̫zF3;?20󺻃^|~~맷^*?{9^%{'O~}׏{c_~}/^~!kŰOg~Kga??5_?. X]п M}˽Tw/y1OO/pkmtI^B.Rʗg]qxqO 췸هDzIuF]?/^|/ͶR:RkY}6vs\a}A D#ջt1BLҐPGj51 fTР:R]KWsTIH&f 17qw%ԑZM]زBLҐPGj51 ,[&qР:R]KW+:R- -b'qР:R]KW[=:RywqР:R]KW<:R -bݹAH&v.]Al -y=ԆQD$&Dm۸WH6JH$5@ -nvc Vv`/ivr%ոֻ6+ꝺ$"I5p{{>&RTGj=1j$D=:%HQI"TPg,d"EuS&HRMC^2ՑZOm$"I5p{{F&RTGj=1j$D=:%#HQI"TPgd"EuS&HRMC^2ՑZOm HT%k(ݳ?KvrnRg7̜󓓼V͓ (FOeu+9ɵޕ9Ե$I;iWrk6@M<v%'zjc$I;iWrk6@M<v%'zjc$I;iWrk6@M{iWrk6@M<v%'zjc$I ;iWrk6rH$5: -i)ɇ=1`真䥴 -mlo>Mجİ1?0$zSl\S0D$6O"]Iژ?5IDj#jzj BڕZ멍PD$6O"]Iژ?5IDj#jzj BڕZ멍PD$6O"]Iژ?5IDj#jz@v}]Iژ?5IDj#jzj BڕZ멍PD$6O"]Iڠ?A.#*K P O*$r~r*y4aszڒ\MqN]L<%'zjc$I;i[rk6@M<%'zjc$I;i[rk6@M<%'zjc$I;Q۹%'zjc$I;i[rk6@M<%'zj D,XC <|XгT)'WQӧ x) JoʜkvZf$F @J멍PD$6O"-$WZOm$"Ip5?5x!m9'zjc$I;i9ɕS&HRmAM@ DH[Iژ?5IDj#jz@v}-$WZOm$"Ip5?5x!m9'zjc$I ;i9ɕS9e$Ue Jp @)ݘ?SOSOQӔё/JDb8'ҫ6gc0$I;i9ɕS&HRmAM@ DHIژ?5IDj#jzj BpNrI"TwPP'҆s+6@M<6\i=1j$FHIژ?5IDj#jzj BpNrI"TwPP'҆s+6rH$5: -i#R=AddVӄ# D7\UqN]vOI;i9ɕS;'$F @J ADj#jzj BpNr "Ip5?5x!m8'zj`d<6\i=As~2HRmAMνJ ADj#jzj BpNr "Ip5?5x!m8'zj`25: -i#R=1%?yK~r -<}uā"?X $W+s6٩kI"TwPP'҆s+6@M<6\i=1j$F @J멍PD$6O" $WZOm$"Ip5?5x!m8'zjc$I;Q۹6\i=1j$F @J멍PD$6O" $WZOm HT%k(u'F$ zvc`J~dJ<}-z|Qg͜\iٸf`&HRmAM@ DHϜ\i=1j$F @9ɕS&HRmAM@ DHϜ\i=1j$F @9ɕS&HRmAM@ DHϜ\i=1j$FHϜ\i=1j$F @9ɕS&HRmAM@ DHϜ\i=A\F"QU@@TH"%^гV'˨Wӄ#?9`9'^qN]L<9'zjc$I;s+6@M<9'zjc$I;s+6@M<9'zjc$I;Q۹9'zjc$I;s+6@M<9'zj D,XC <EJrg7u=''y)BS U\,ٍyI^JDTEmy)Ig0O%'֋6gꝺ$"I5p5?5x!=Z멍PD$&O"\k=1j$D= @Trk6@M<JNrI"TPP'SIژ?5IDj"jz@v}\k=1j$D= @Trk6@M<JNrArDUY\?9xP!=qJaAn5''y)BOka'?0''JNr2g㚝$"Ip5?5x!=Z멍PD$6O"\k=1j$F @Trk6@M<JNrI"TwPP'SIژ?5IDj#jz@v}\k=1j$F @Trk6@M<JNrArDUY\?9xP!=qJaAnX󓓼VӧVz`]ON$Wu4ꝺ$"Ip5?5x!JwP&HRmAM@ D%'I"TwPP'{It1j$F @^r+Am$"Ip5?5x!JwP&HRmAMν^r+Am$"Ip5?5x!JwP&HRmAM@ D%'ArDUY\?9xP!sJrn8󓓼VӧVu/r''KNrQG$"Ip5?5x!JwP&HRmAM@ D+%'I"TwPP' -{It1j$F @^r+Am$"Ip5?5x!JwP&HRmAMν^r+Am$"Ip5?5x!JwP&HRmAM@ D+%'ArDUY\?9xP!sJrn,'/>'WQӧ [G~b9?99R`~2I"TwPP' -$KAm$"Ip5?5x!qNI"TwPP' -$KAm$"Ip5?5x!qNI"TwPP' -$KAm$"Ip5? j;> -$KAm$"Ip5?5x!qNI"TwPP' -$KAm HT%k(u' -HI:؍ddJo>M?pr~r,$K:fc? f$F @9RwP&HRmAM@ D+l,u1j$F @9RwP&HRmAM@ D+l,u1j$F @9RwP&HRmAMν9RwP&HRmAM@ D+l,u1j$ @9RwP9e$Ue Jp @&Rvc`]J~dJ<}zO:qNԨavN]L<W8'Yjc$I;ys6@M<W8'Yjc$I;ys6@M<W8'Yjc$I;Q۹W8'Yjc$I;ys6@M<W8'Yj D,XC <WDJrnl'o'˨Wӄ#?y3u9R`~2I"TwPP' -+$KAm$"Ip5?5x!rNI"TwPP' -+$KAm$"Ip5?5x!rNI"TwPP' -+$KAm$"Ip5? j;> -+$KAm$"Ip5?5x!rNI"TwPP' -+$KAm HT%k(u' -HI:؍ݕݕdJ<}\p~rl+$K: -fԵ$I;ys6@M<WX9'Yjc$I;ys6@M<WX9'Yjc$I;ys6@M{ys6@M<WX9'Yjc$I ;ys6rH$5: -yU$W AB$/Uh"`2%?9v9BS 3IDj"jj@Ԓ' "<$ Cm5IDj"jj@Ԓ' "<$ Cm5IDj"jj@Ԓ' "<$ Cm5IDj"jj@Ԓ' "<$ Cm5IDj"jj@Ԓ' "<$ Cm5IDj"jj+xIڐ? j$D=;> -s6$"I5p5? jƽd{2b %8? r=)rݘ?mONRZ&*leK~rҗ+\i0O&f$D=@/9ɕ6@MW%'I"TPP? -$Wژ?5IDj"jzj B^JwP&HRMCM@ D+\jc$I{Q۹W%'I"TPP? -$Wژ?5IDjjzj B^JwP9e$Ue Jp@zݘ?06''y)BO6f*Ig0\i0z`&HRmAM@ D+\jc$I;y_r+Am$"Ip5?5x!KNr;PD$6O"|It1j$F @/9ɕ6@M{y_r+Am$"Ip5?5x!KNr;PD$6O"|ItA\F"QU@@T+xNI:؍kr~r*y4az`tf)9ɕF wZf$F @Rr+Am$"Ip5?5x!JwP&HRmAM@ D+,%'I"TwPP' -KIt1j$F @Rr+Am$"Ip5? j;> -KIt1j$F @Rr+Am$"Ip5?5x!JwP9e$Ue Jp @)B1LONRZ6v7O&lFT.%'ҨavN]L<WXJNr;PD$6O"\jc$I;y$Wژ?5IDj#jzj B^a)9ɕ6@M<WXJNr;PD$6DmG^a)9ɕ6@M<WXJNr;PD$6O"\j D,XC <WX8%^`7S󓫨Wӄw9Iٸz`&HRmA윟 "$WZOm$"Ips~2v\i=1j$F: BqNrI"TwP;'i9ɕS&HRmA윟 "$WZOm$"Ips~2Q۹WRI"TwP;'i9ɕS&HRmA윟 "$WZOm HT%k(A)ݐ?0Kyi;M+h_Yfכǯ4TM!9zfjs@̒! Ў_hZi=!o@$ u3S[bv:J 9b&yHN#d㗙VZl3CrBԶ%+@<ʴzfCIHg6,E3LPGj=3%vwЎ_cZi=!G@$ endstream endobj 20612 0 obj <>stream - u3SbĴzfC~IHgl۸A;~i@ iE=6 n}ډ zrc^oFUi?Jd -8J+L""$_? 8J뙍yA|oUZLx@[YƼ㯠U>*g?F<-zfc^7*dg3{ǟ@#Ж?{Vi=1/ hOճJ齀h=٘p'YY^2#Hg6IxVi=3p3mg3}V$; 8J zR[p3bmŷ=1/`^Ҩ\TCj PV/S^KdV^ETiEHTܐ'QRo# PN/S^JDPGj=1/fOTGj=3^8zfc^ZD zfz/@;hpBƼ>yWzfz/@ټ;hpBƼ>yWszfz/@;hpBƼ>Ryvzfz/@vw:R뙍y0k}%zwzfz/@;;hpBƼ>xtzfz/@;hpB@iF)'.(yM,*U zrc^ 2y( @^TCjTL{z('=oVNUyk}4ՑZL u3`$zg# ?GIHg6ITGj=3wN u3`$zZL͟;hpBƼ>^3{zPGj=1/fO~^ u3`$zwgԝ48zfc^ZDA'u~ N#٠!(}.E=heQZГCio(Rsfߖtb3m%ҊOÖXcazfz/@ -CoK21qBƼ>>Hg0'ԑZl YCazfz/@ AHg6I W&w:R뙍y0k}}$l5g􍰉48zfc^ZDA1۹AHg6I0ZLj;;hpBƼ>>槃3{PGj=A/CڣQ[qA G6{ˢR'7"D9c BߕyKFj{k|qJu``F+)Ց٘'TGfz/f;LR;y0k|qJu``F+)Ց٘'TGfz/f;LR;y0k|qJu``F+)Ց٘'o`l~wƼ5>8mպ TGfc^Dv?պ TGf^ il^(w%w8DzRAn $&Hr[ PGj=33]&NTGj51/fO'ԑZLWrՑZl Y u3{0ߕaDuV3`$pB^HO%_jfc^ZN# '#٘'Hg`F+ĉHf6rH{4JȢRWrs,K51/< IyF]֥':|Z< Įާk> PGj=33Az*µV3`$pB^ Zl Y u3{0C/\k51/fO'ԑZL ?xJpƼ> PGj=33Az*µV3`$pB^HO%_jfc^ZN#  =|Zy0k}8zfz/fTkf6rH{4JȢR ?8]&7"$l<^jTQ@'KIN:?Z< <a Y@ -u "2\k=1?jW)ԑLJpn PGjzKj Bz*iõS%B;M$ZOmZ@ -u+":\k=1_jg)ԑ{$ZOmZ@ -u;">\k=1ojo)ԑ JqAr։B[T:u%gAP$sF 6Ljŗ⤳?XfN(3 PGjzj BzJ멍PkH @IŕSֺ'B;ӊ+6@uO :RwPP'3'WZOmZ@ -uO"gN-ژ?=HAMνŕSֺ'B;Ӌ+6@uO :RwPP'3'WZOm h(Ej\?9xP!=zAnD*)H<_^jT`xv$c7sbqo-? >uO :RwPP'3WZOmZ@ -uO"gN.ژ?=HAM@ DHϜ^\i=1j{)ԑ<9zjcZR#u5?5x!=sq PGjz@v}gN2ژ?=HAM@ DHϜf\i=1j{)ԑ<9Ѹzj GD-*U : -Yd zvc Ry(MAf9Rųxl='[ƕy91j11kH @tJ멍PkH @J멍PkH @J멍PkH @J멍PkH @J멍PkHHN<ژ?=HAM@ DHN=ژ?=HAM@ DHN>ڠ?A>QhJBrBڈzAnD*)xV}weƬlVNF6+'# ȕyV9111kHQ @J멍PkHQ @$J멍PkHQ @4J멍PkHQ @DJ멍PkHQ @TJ멍PkHQHNFژ?=ՑZOM@ DHNGژ?=ՑZOM@ DHNHڠ?A>QhK=rBڈzAnL%?97 gK*lɳJ<Ӝ}ݘ PGjzj BpNr=HAM@ DHIڠ?8?Y'B;i9ɕS'KR#u5?5x!m8'zj`d@ -uO" $WZOmL,HHIڠ?8?Y'B;i9ɕS'KR#u5?5x!m8'zj`di(Ej\?9xP!mDJrg7"$9M<^jT`x6O6O's͉Y@ -uO"-$WZOmZ@ -uO"-$WZOmZ@ -uO"-$WZOmZ@ -uO"-$WZOmZ@ -uO"-$WZOmZ@ -uDmGrNr PGjzj BrNr PGjzj BrNrArB[T:u'V$ zv7oz_.{~m,૯[bp%s}kwRV?ko?~m}Ӌ/||qoT錼?Cyr.[i]&o6ɘpN4޻5]6]wE__'7Ξ r␔OIi/,0zJ߾/>\^OƆ͊di0藺>0sw؏;)o= -d6Z, ! Z8-K8@BI |%ۼ?9 aQn,SO59lEhߒ?]Iݹwt%|k:j;eyDvˍd;IXCժz[Ό_OWހ|2K,ӾVģfO.H̴;cN6c`7O6~u&qS,KjmpjݕzMu⽣BoRYuVkJxG/EܕM }k؁݉S/,™&bܤvMj& -͔EnRf$5 7Uh6&y7/=^W)w9g$٦}Zs&^>uO?KD) }i3e˾{ZdCL%) N6XCFvTLBކkU%ukqS'&Cp(7f6]G}"#6_mIC #DRIj1Dة\ef^g:lsm= 0,\LFjl.4E]j9ֹxnؾ4 NmԴ4;FH7M.WW5Z(^ي/eqetcYi)kÙskA`4У02iBsY4-{>a/أ٪pкD0SK.t'K_)1N-+s#vUnX䯊dp}B5\l7SĖ -Ӗ0e_&;^и3eqnT.42ѨABwqKePWw΍׹{?}y{/~=xٿw?{]iꑼv2il:8}ʙК٘.[6_|]#8Tz˨",NL'Tl{ݶ}j*4Gs *h?SL!!H^VՈ7pBH}>@@畖G>[Dv‹$,OIHY3qV^=J/B .h?Ww8Cj#yq3t4|tVgWx=:^!)g۳᳂ɧ!o,YY'q&W -mڳE YP -. Y?p7/yM׆$:a?]"ve.8w1` )vႼJbOn7ZL!tƘ7#+Lh~4/LX -!WBe8`_6lnƼbaI F>6Vӏ՝ܝKQ7>#+G&P%!Oɭc1 go 3͹ qXsPhy]}|u6d|K6ožf)D/Bqы4X+aԝB|^uݫŴ+vUhda~<j#yqMk&¨Mܡ!TGꫮKe"ϖ3Qi+u{k%,OIHY3qV{ыЮ=Cg(]i?Ww8C1rߢba,~]Jْ:{-?ɧ y:xG9o` -6Z~:3ON 6oڗvhYRkN|+=x斸r,l> -rծ-MBwǻ[E>SC6R"uQ#[׳=rG sVr+-ϊߋ?M65q*bWgeG!I߆؜(?WѴ0Dl.\ù,-vԤc xd#xoIJͱ]Js.6S~̐~du CRuTv?UM)Xܡc] c8eX6(5͏! "԰`,=.8ҍh=nsc7(jGTv?w &寧O9خ{T!GO\<Xł-.lUYUtae aą;~"1H:Ej0,GBjiSKg j\Ŵi:jd -Gdw¯t ,GNވۿ#Uӗ;7ZHAH}՝:̾W݉b&X[MK!H! "t{‡,)(m1FrfwiRSRSc={a+-# b'e7wXm7y7#ZД}ksʔ S#r\ղajn۲Sܠz\wTXy&Guީw9 sG3\S2X<#hq-uhФ3,63M%w)Tɋi|\bPRBˌq(654F4CXE|b͸Ɣ?-RXїmz?xE}W^S%Xꢺ|k{]}Q]ҽ5qQNjj*;\TxU]Tcz?qQ]?u\ҩSJ[Ѧx녇eK0bYz#y1%~wrGMK^%t?Sh?#!VsFOenг|/Nc4gyqѨN3:P6ɋ|;j -3|Rؓ[?Xq<;Cs8!Ց'GWz h+i)x)g QN,p7GOn`:qrXiibEÝy䈥j&7cc5=EnV,\\. -kX,_^nyLQ'ގ,!V[E>5siia9q/ω_=1ʴ홧ysL -})<+z-'Xlmml->$eyf~&"/! - ~Z{˖ fq~mC$9Q366OyO6mɬ<. {S9ɏx{ v^x탧O~ŋo?7~~oUf|=H.3 r$fR6$)4gŎjBU1V #-Sb\B .[K43W4L;&5n/1q`pAu9HC61t{m&^}6&qC151Sض01bp[12gLlL׌EKr LXHƕ)gsW ~eOLFMVanтXnļ{*+]-fĵ}/׼pc62]bb/ -.3hƘ 0Ԑ1=Y.3oS &BbL,3 k]iz5 4y/y``2>OG kBƷpP"=n3_HOM&N9ZIsB׻4cLl ƳPo-q,}xN, -aCV'& MeyI?@Ė>Bz=RjLXhNmKeyÈ;Ntc3 S;8)-e^׌U/?x7`¥X8>l#b[w -WzQoel%Dz4C(˾+N lUNAMqR> CϿ=x|~2%CJ{~sCCnFӧz?# R~eCp6(ϲL),YG|,7n{e\(7oxY2` +,4^P픕r4,Jo;:Y޻0k_&]kzSt θ/9)FVMq* 4kx9k ky1S(u9eK& -~WV/Idӫ &ڔTJ) UёlPȍm2 -7Ԗ rc G[1;Ƨ=:b/@XI4e_, Vj;nŔ fhuFRrJN]nV/TnkMym]e*4YEb PR#4W)Wr<rWʆS/{JC;sY6Ш6rN4}K -ՑZߨ9b'vKj$6Mlt^a$eֻ\WLk3 2ɉntr2:9_Z}ZsS%Rbjˊ-/F~q5%QYمT~᳎NexiS'}û5yFlȈ:2y4VCM qhF1G-7q{RGE: s8uiB:YF0Fjd uhK !4RdD;ACNa,FZ譇oU  yc0ۆO{~7X[evʞX/ݎUbx2Yؘx.YMoF>,_|<^kŹ sԞisPܹH#zn yiYNlBjnˆMI&uݯ|oǏP}rY{FQEΌ˚Jmz~w5eDw~RA|-f_j6kD߂%iuzׁDlO'T\z~cO >Aп){ȊZ;J27N48seU_|?q0؈R3]W ۯS-&@BCw.T~ שRXݕ2/|IpUYd拐2XZ+N"ƕ/vyc,,Ȼ5wXNx)u%pNFIMQsG-/c)+W~ls8do]I i1鬩+-[ bc,,Ȼ%7w>ơa<o|4v0"kz_]j4g.Hɧ)M-ϥiNuyvbZZnn.5>/> lyfSGl>̂xƒ5m\VH#]E8*4,Qr1w46֔hϳNE‘5%/|pn+L#RڿZLuRiq]/< -iGQ%v.Ce#/0xSm%Itf\AK>4٭*vUR2?:9C2ZDU~zybJ?_:ìh5[qU9hނq՝<ԥ4,IcZ4{6^zdǘ!ilXL93oHM8TZ)S.K,Xp^bY3)%UK,8 /qqxISr~~9{<{cg`={ 13;w 11ܙcpga9s ˙cXǰ91,ga9rRTUeRu(b']㛘S@C!/Uu]daީ7s!6|e-0[t M*''E`Hh~KA䶿~cW;-fG.He?5׏~}1mxjiFL%qkS=O94^Yc6z7jҥGY;Nu?1g".u&f=MO\yj^7vF7^ÙF7^Y~?FB>i]b Mk4'eY|Nx%A -\۸L2N4T` -Xж"V,:6>RVC=ZЏkGUljit[1 -RB*͸=xdmvJsmSݰ蘶uݐGLKSu,/h I,d^o[$$-Xz>1e.l{yWB|u);C_Eˣڹ4TI,;rIhuy,sbp 0R!b4e 6Lne[0.%Ex邉I1Fy 3.gP9wp~=Fh1D4 lpFW=;i3\0t| &l'_JL$*B5ډ:R>DpsT i^{N=>̞&-&]oOLKSra,C'??9gBc7*Lu{(0nҜ~>r^OMSƣS_MA`="8x)ZTZi[qp,'.hvZRi\<4Lb\#kJiq}lE): /#Ӿا 32zE)üqza˒CKh2y|3.Nr8F M?9LiH01}ol:/N+o[/#+_wr_~='ceME{ 7^TlF~/5U4U4l#55=tWm5}yh> ]˲LEl-6&14rkKxyK.RKnJW]fԨ|nnKmQ6/SC[͜ ݖfNc͙pjR2fuqgq$dinvhzkZˢ_aÉib;^]s7,is=ڗ̑VNGo@gN9*gD˧:R_vԽstԨE/ӃK/E4}LIl-61L6Xfs;]K˝}&MŐZ$]ӊ{Y?:xMn k]z\v'GtviVr o_I*X@ħgvi:(;ՅsK`nGϼkqJ דּl^bⳊe7w1 ]Rz-^hmx+߉i' ZNí-l>ی0B__onkE+Ccziꍡ7-曺C=仿=~ 7<pė+D0NH69>bb--qHo -LEknMr1N3m~Y{;rdK ziԼ;;3SCS8TR}~lFߞŶ6n$͌7  &Cvf:ju* XH#B=Qm7$62_$1Z -i,d e=nat:_kX{l?U["|=\k>u_+]E."%tWumy|=\k>Uuie_{EHY'.nE$WDrEOBl#4-sOKW1]$btib&f[EV]G+;!iRM:H_Q850h=*]zЩ4APCf+< -K}@')*J$)|55 YkG;yRtN "|6_iDpvue?2Ch ol:/=͑jdg0t(:z׈l)ḽ'ud?Z:<8G-[mp;$[[!^꒯>NƄs"3cRux{QQR9I ,9ayÓ:Yr %ېp;(%YϬhA<$=/Hwk'm ZVk̗0n/;)3&ʤ&Ijtn ,vĝꠎ%XU|ı/)-rn|b݅*ƭ@ہ^z|)L\G'NeQN2` pDύ!*;Nj8SlX@}Øq Z|l2t~[ I_ -MEtiYXOie@v7t逥㘾#?")hB5J7{xNqՈ]AO"Pұ -~lǮCtZ3,"\H 9nıTă@$Gށ/1£4]@l:jwMy%`KqU^ܨʎr(]g Z7hԳk4 RQ!] +R۸oOڋ8+[NM=m}{QUzߌn/o>~[FצA$Pj<*@1dGܗf -nf H3!@p#0bmbC>àcp~L=Z>i -_AfuCQ1؈ߊ{j,xtP$*z):OU-@(44[o/ZȘeRt.P+4(ʢU~x '6qANᫌS@_(a,]>gLk\'' \R/"Ki6/#ʳtF {_>W4DOP=ꓟ~1x2&ND1'"HaqU;d+@}9i!4Cme\)փkeS.0$4S9qOIV&pPcVF=`ENX(N}V?_HO -墇~WgKȦ [!= 4w|8PZҾ˚B -FtvFAg4XRwcv5*2nϕ@8.qn$ƫFfDU%y!%5 58KϘRW/nzog,BKxJ2@,0\cc3Mf&/gqx y#{6p|BxB -U[:Y5դh@4s~} @^B|vz("NտܔNRbhФ wW,N-#OjT 4*v/;SPb+:E^*ѽ֓3,歲rSm79CxzIL7+`WUgnC=\x-D;+Ɩ9+=+s?@A r7Sc)-(zSPsS[ҩ(UquJhV[e9 2MR%90b .0O<lX8'⸥]/͝( X>>hyՓ+!Vן%ְp#-vةۧ? ~o@~b)sA"?4=+娀Yz?x:OwsygqOAւ ` -5Ri,bo 3s6TY=Nvz]W.|Нw,c/<coۜv3ݶ@hO7BtC8C誕"++mDӮ -G<&DyNu5{9xM"s -/x'g:^0?G}Ɏy7&J{So,l^݃bJ븗t_H^ܵ:ZIR $g8ݙ.kXx3oH&{Sbq\o٤:@ a SNHLK mr ]-wFFPGDDYmC>Rf:gر9D:XMy'WG J - oBfShMR¥{"(9lR-n=\?|&< E5 4\ӔJDz0ޖ{o#,-wOj{laߍӻIPkxvs܍wo^LZvFp.W}i=>8:e(Go=b}y&_ťkuҵ:@ͩ$kwKw.YvYLwe1w2yJ7?|Lm]1-A>$aɳI;_LL<1|0 -窶jg9Mq (f=Ov"`[: M\ R\SBt*kkNwiv M®"R_" 6uk`)({p*^ܵõ'.~KP$pp]TRϟ?+߲"М5;AL$W v [("77wmV4#L=b*,A}=ٛJXi1z^a66?vyҨހWp9gKff]ofq]`]p5Y>{?8kccuU)n֓Ct+F6X:6+\P눇aM ?dSO5P/hrzu$f\n )ϴ%E7f)$ UrYT^L_AL83iuP/`G 227;v;:wPBً| T#\E|N)ѷ e/pv WT3pzm?ċ #"uѬ.p4H䅴w|I`E\q}W~U=[ }/=]6ľ~od۔U+VCkk]ǿNq.A -7mk_ ͏-liUI<;[`c8G57qc~x: 'mW5ɾԪja8s&j_T?}s훷N۾֪aAT xgOZpjaU:ebӓDVzN%>_u6^Z"HhR7l6xx c*%QҊ WM MӶiT|a&w䅰Ǎ//ypvWiy!nXW͋{X0;&RA\$ ,&"rg;Eb>eU;p@65ty)@qZ__ltEluG6OoDk|?JHC劝3nk<"6d{bqjImh55~<ǣ>xTWەB;+ac8n ׎uFpamM_*f>K7WO3O]맷 ; -e.n\ݔuFuu*جУ"Wx!'z A GW Lsj|rNqXA@^Pq ۸揑6 x9r8kc8>ctPKj y7[ز#F8 xpՎ5A{<~pvpzȻ[ՓɃ SHǭIq exer1 uB6/fU1ΪV󵶪櫌D6fkbEM(o^A^UzUz6]{ a/颽6y:•/ ^xC^UU'/])_BۋjshK #"e]x; YAP⮢_? +hqHz]0] [q:0{[Qq )AŎԫ&z9$q!EcW*N)ZD MBTH.F^מlda.S`ݔ[8>(ۜ< M0J5B N]3n61-OUpzZ@=@2H5i^t{v^}ԋrzol&M?jLG6pA-[m} [55<_\5MlҼ(>$KdږOtuʣ27OO_f[BvM8-2A:]ry*h0"{+^LG 82M5+&^b+ژfHr17^.u9a[Gq5Pie51ʲn iR.2 $Ws'MΈ|klpY;<̈@ŵf!Fp;&-Ϻ2_.Zɇv)Ψ/4Bl Z .xRe&n% 'ؙ5b 7Hn0Nf"s!)u F]N9(;@#nIk]E@baayt(-k@$ҩ.ԴͧXڌXr9Kpad%ۓzp)[svcojvriL?.r.p<LfPX_>vExgϢ(Mq\˚J^\{Y6AZ@h>Osy]OPV-Qj_y,SJ ;nx5v,(*7&ȣSY ѩuj']nU&NChrYg=]efMl}uuS]?u8qܩiuK #^mzwzܝ~[',`1 [aN7~f[RA"=BmQ{(JQr3O}-[,65ami3Ny W%b:Ϳ !IF1TJIľӪ -/lCcմUߑhCbJ0B`y6D2D%Mؗud{˿>"5^, -=R3^NFT٬'/R6H^h7;ysdXhZ%'1ق -R=ta -m{d OtPFPdFG64dO(%+M69ON-1./zWr¢*-1Xnۇ,P.WB5@5Hշ4AKK6Րmw侞:5\z -U;)rP_~_lji6ٮiB,C0uc p+7eZzeʂ\@Xӿ g*# -t}M@~aq]#7W4lV߬FQ[jp6Zsfy|vK d/ mѦs7w[zTpOte/gYyOht'ƨū^bwɽ: fM,͵߾NsOQTSgyh?2H|oeǛ67b׮G$^4[͐yXUt>@6KɓnZƑf%,%6e -I|U %[B?d(N'}iYUM_--O--FjjvkSdv`ؗwLDu&t3"!MueF'op ߕ̈́لYF 1B"ZvyɆDyyQGY\* -BwARcR{@ߛs@R5 7:7Y,N}jld -!e$ HN̤:ML^$1qLP0j"h$SF@3OeXLDV拐ɒ䜟Om2ڦjlq]Uzap+M,M?AMsD@vWMILYB6e -GykQy榀Z1|-dҟ' nq-Y 4./e-΢yQX@G4h8aA.'[Xx \- djʹ8W[-#,t8=ZDZp, gqr+h tG}#b):XZ zQ̊$9S_lű!eql+PkJp6K=W۟[i,dK{!I[i}.ݽ,dO74Xaδ|z]z>%DJVuE1]!Y{qV{D mm0K,@& L3"8=eP%.nN&DaL[J8YK~qBVFY5*3qX4YMum3TKՑVZ]k\[i6^naݕڞ<9i˓ӞyʇiHk>kl8CǗ&qJĭ{SA3R#IqyH-`rr+N_92V7&Z}%]neX33ЗOpJ9mi4Ŕkre :<}kЗ:?\\:Mt3-파OOvt8ӝʴQ7(=~?ݣVz%P*zmK?XڜD1t n"lt;>LK飛"6<_KVXNP[}Z>KK2<;畵h<<[ZD ck. ӏoTFH^©apX=z\9;)P`(~S9AQ`rJ R#ݯxv sKII?n>( :TޒfP܅YҬN^ ]=Kpaa]q IDW6oc捸<ߌtac=8VI~]*כ{o׺)sU~:Cz6uq,5h{InMx^;Wp?UVݏr:. \{{O=-\'KgԫP&w$~wOO?}/??}"qЋMy4!5mzfLi}8 -f~t5t~vB7V+dkZ ss dE%tm+6[z*ϴ:d -9gNάNܛ d{L2-}<|enJՓY>Jiƒ/$_ZU,͸`\"GƹZ3=+T[K"vWߚU#Kլ%׬`xkU5δWMm+1*s+5l]rVsbKolo<1bx$،La5ߘ%9!yUI5aɃ;MpMor$VpUJ-M6%HXeӚCSm|6ҹtsj%^gz؞->y!&{LV,W$?jwf;߽Ms>O1]|.iRKS5ϖn-M{C:"L5ϸ 搟t0 l?`U{B6r -'j"{C ? {=Y呱x=\2A;|>7D" 6k:EpT`ue,I_/<1v[W1F/ KTҙTKS_\\/e -1μ#J:5]logEР?m u3yW8> 9d|چ(ii]OC8" Vz/5D׍!Dc'qC*IOHāi:qxg}0 P c;DqMc:2Ft xۡ ƻԼ3 σ:кZe gz -\ ץ|~8r.2ʁ.E(F¢"HEZk{&sny|&[^)tÙս&ZUG<  -eg_kkZj]a.7?Nj;$4l MUb6R71qH"\Nb o ;da0p !|zGӇaOfA- qkf'/_$,!lRǨ)-QeȻg Q f@jej-_OgU=^/԰\7@c!VT64'(!<Ȓh[F|d%0zI? 7+wD ̀F3q֎D3xa, ,"B=*X}8mp58E-gxZ4w| -!$$l -=Ctw%M3'kx] c!zD du5cPim -0=d)7&8Oh'v hdwhSr'b69 @$l!*2D-vE,U b!]GxTA/^ {֩nv^2)V+Lnkł5@Ty0ǞŘ&#".`)hHlڞL *yoj'inKmPMq?_}eɳVY G[7"v. -qh)IhJBVwu`.6-_yXYAKML9MGvqnpLhݠÙ/Z])vX1luMPtr̦ 'ͩ呑ʑ85Wn3Ʒ~Ƿaƀ}cZg4'm Vy}-~2{pB|!R`?&|1\{ocV/) /B[Hzh$J(]p[;|e}fEa~Կ|Kq#kd66;AtzyEl3??m&[+ۚ,w~w?#~}_jE/45 s:Y8sR"8LOp/ByX&L4Jf'LOE^/O>/^ij`S.mudT "TF?%&6]/vO>"љbt7UXCJ%e< ŴWfwo -N]K׫˗wOW0 %\ʸ%qj< dx1h)Y)3!q#۶j|:oO?/8}ύгaWs?Dž'j(lD{\\лqANk QÚ7:q#[ꇪo j6\^ UT7 26VKKIAȞs>G鑫]? +7*)4T%ݝñOVm6-g?ϋo%θJv \ޫSqI$ N"0*j>G]8p0P9@'n =aUf64 BD G\".xzr{o` :Jsم; qVuwĥaG\JtftIs`b*lUdfi:Xoo͐3יOrzH/ft!Hrk2r֨Nk[n"X8kíY}8VL`>Gk5jQ{q2? %LWqRf6IZBMk¦Ė+7X#VTjoAyW.sV.sE#ë8o.ZM^gZjC 钦5777hnI*Si7U}י&Gml:Yۛ]\k]K~I'YMK] -EoX*˰TUOkLkL`;>G:K{R^\L0Hp**N'3 0uqSV{\JL f\q0cٛκ,\f\fF0WqR]oWx%Uy#=.3X-'Ni[6~Y]sO9_TW x3No|JSᅎÊl =`z$-i10炮Cv1vLfE׬_|{XIe|SKLKL`F>G A˴J :{7&p]6Mq/>%py X}xT궭SeYeicx'-O$N(8vcn}Mz$nmz$F^㶛cXaٶ)ʮ8ȮE1DUeL%LWqR{H}fj]DWv9'f(ŹNN*裫JT\qޔTǰP|AR퐫ȹӄZ-S%yJ9>\>A%';93nc62bL/Y:MY97: Kr`H1v/Ʊ[k_E.?积}'q1tfw[?C?_+$ljf{!fz3x6G:gl^]Xz'4[}7ok|020Q/H4䮴Vdtjc8z\]0[9XoE66Į~Uk&ϴ+ -nB͎¡dxl%^N("ۙFȖkx$*XBfވu_hCb^.}$қa}{",Kg"STY]t_Z+mDP][KthWLE0t_[zz7j֝-UyP>B6]\bس迪;A.QxX@ckD*ȮyV -s(W} p*6[^AK!=)YȻy͙5N_BҸDho-v:h]ݹcbxXQ֦XgM3Jkjo - ?R -`r.OVAJ˻Jn[qr0S61 6RW7eUvlC 8AU]tҴFz?3=#֠-:ZaX1lTWnce\Jp&8Ypq&ꟿ맯fZ4PdqAީ"TU_c._qS;X-7bVfJ8sdђXŽ1 }X.%Γp~@dWr$N$s;x~UVd,GDw_"?뗿Z΋}"ˇ5::q!p%)s !(|JV@^Bn AM媉S* )6]KFm3S?YyV\+sxyXoVsD}E_=ʣ5 GL MV=[L JF?O8Y$-Yn?Kty)+Z,qQ<~P'c|}7EjrS8~KN `oV bAj5X8I^NYBb&z^H+t#SnGf4Py;`Gm9RM* u|N?,|1*4u -=6~/:+psg )խ -ܪh(D|rN9KTlnLd; gLmqEZ N=vc>Y#NwIxSB㜢7;lnuMWߢ߾:uILÿk*ۀ]y@@jD}dpcNnb$+WjnyFVWPbaQ3#tC|j1k_[B'zp#08un [99&.0"Ǒ3Ie%Ħn#PlOW qLu= -5ڹ5y:) -Tn5T -6tD`5ӕA^zf =Q!vPy@#n栊}G:вέ,}{G뮆F_)Ͷ=4姯߽|Lw//SyEwoT|iIeѢ:-°C\a8ܾG{T -4y&[0VGLA|XhvbJ$J8cJl7IHGR* 2AVā -%<$$(GnsrwAB!;*wɅsgkm8]}FiTi; 3k>[nƫcrU(<̎J)X9qh"O*}39_(CQU˓"mGKV[,b3jf5̫-jbL޳DG;V[$jz5̾f[c*ͶXMTEr+F.ʍ\@]BlE.&m }"ܵExlk k[, UTcݗh5vmn"H8ԍ#{28RKݘꭵę0|S!im6yYCZPkt[B{a"1('mEbr7XRޱ#Ge`͇ޚ-]e$+v=cN)nk/?q*HLꨮĈIQl[2tN P՗wj)3L!+:j(Ҋ\ʓݒ7_&A?CObBȃg(n>X"[K%V;2PߚV\!U`"~xvʐM>7krvqÜwFNӥ4/Gk`to>$ ̇cF^n[t*cz'9i4ỳ@V=ѾW)hrQ=X"2K/*n|ZnV-* Xeq(\sT2Ydbz *WhiܨAQn\w%7P5m_E fa Tʷ`BiG~ÛnJmԮA-Mth@xRGXhuAB {,AiZdfB8@ZȪׯ[7uXda58ՂQQ*q66Ц«Qd`>|;;HwV=J\Ӿk'K" ԧ[uƢVth@x.{`WL;s -;ĥ}YLyLVX}ae{dw#vn5f*{T=zF= ~\8m`zi ,=C~g4. PY=B5MD\jhRӦ,@]Ըƭ(-+BƩy2[)Ę3{~Xly/$[O^2K`2Jl{RF5f @ YAs,ƹU&Po=2qfQdSU`(YpZk`.A/j͑n>h!q,+U B -xS_aRd緜zthOp_|BZ4l-bFV櫤 D΅"h ig$AN}SB@)z!# 4E# J7z_$c,3Z,wPob[-Bf|˂aO]?SM/_?}&ܫʾzU० EWNI0LjZ$yH(h + -(c4хgQijOlN+rɾD,[UxCHy. I6LENM[+J ]"eu))!p̣xHVFSK~î#7)9@9d ya:4h騦r=-"ŀmYtPυ ~`¾V4~ʁ`>hy#X&)Ow \x+J#RdBYݷHv r+Yj56Qݸ*lAb'pEvb=7a3I L JU#I;Hw1 L"1H< Μ"PܶXcXe7O4p|z=Qa/ylc".J4v,eS,q0(0GS)ll(>۫LApX3yT',e$0ēAO0F&̵jq6~ `SNB;S0wabTĘbt;Ub$2~,NhEAL3)hPpYOa)Q.Hr ĆSCIǣk_hn0OU! }.!<4Cރ|m,CRE@Mt7_ǟ>1©VzR1W wz,1crz>8oB"ـ-X~ -< QL@a'-`]S0ۆT w {IYO%A$pF='ba~gCӍ8?XT FF9T"Nabߐ27VXIB=*ptijy'mRؗUwc&ܭ9[F#etIzԦ ~M3@H6s{/6jTExF \ Q (|XGB@؊ :_\!3:(ĵC}$m{| *`w'ZkeY) F_ 3N?,4_UG.1 <Aӻ]0jς]j8zJ{FNMռ,ζ } *XYYЫq9"UeN*TTT>vo)Ay,qCm??MNS. 8~I`ܠ>(ҕA{="B)ɱD Uh&xxpZSVbwtywd]"7BC}vK"E15-*V)bA0ɅH:_֍&XWR(6!DYX&w]: JiΆ -:j"Gc -8ԫٕ̈Ά,.0 l4;C h!Hhױ >з 6[:kwܜ,l/r1㣂QEn:&[Xm)"7NkҠWłJM -%zX13b4RW* 'Fleup9T'`}5}&HkuD(2ji[!5bnZ+`Wgt pdD 4nZ|Wگi [CmYS"L?3N`8$44ɲcDI_l"/w%F^pU4rHQWDщ$ 'IֽWq")Cz᜚&Xq_s OHlAd9us a9AǨ|'g -=pgHEdnEYbt,LKr8}@%s6anT5J@VT"M(hmw^FhB-FeOJr - 0nd"Oze W0k1s,2pp`%9ia 8 0xiLU^bY^p -\KO|hu:څ“g7hl59u-) vF`<|֞/'wp3<\uːdzhWfKOc` -b7UpH-ԃN05;]jvfE˿ ,+5:7$, 6ˈænݾ9L^'{P J14kO6@Z!3`]Ϙj-Z7ߓe4Ք9&;U.~f?gl>Wu TAfyqD{Цlc ܅ּ&>; HM˓-)GM) As!$:nKd ?+1%BiKy?c=@غG6֔MUhG>؈%0額/hC㵾,< -ntهRuJC(ikr%ѷ|q 6TY^};Uf\Qb =OmR`mfMm^+ynYOeEz j,k(34g`TFf,hΤ5ޠռ|&Ph(hďY(~pM>G[2ĭǿL[ t3eXq]hמ(I j 72}tδ׀KGl@Qdc2knz{k G}2Lt l2jDbg~2*gœH3*7df" H<fa9z]FO^r]ɲuߝREJ?׵+.1(/;ose[޵omFFQ2ꌌ:#d=b|v\3M`QP`FWT&x}uYQSݰJV$HTy:>ë[͞+mz4hgnS]xsᄒlHCܜRsf2ip6b*l#Іg}GlOއ}}p@Uϖ.?npCN b0;FX-#x -I 7sψzkV)lS=IҀE)o}Akg>3]=<egQSP;]%f -'UOt =5՜ew"dm8H@% p$edm-w>W9x!UV=P'3R@[x"U^x3+'xI&w=-֎<:Ĕ臘xx&e=XOִ~˻W]a5c(PޣG#Z쁃Y<, >8g<\양w\z0?6dn~سim}xE2:@m{ u>Mͽ_w}5wb~MA8ΣP.q s^l+iiosRtJW;m}FB'V'4aKXשl> -96@rv2{b7nUmU[+sw%hf+٢bVVM:]&?~ pv1鹟u آ<@] "o6Nپ=k޵L"@1CByQkdF#j9}% ?۞\}.2*'Y^zWXhA:&"dxEl7B3x -{rdMe!V%ϗ=a(ۢ Ɔ٭^{tw3xze1DV89A1G/݁2WR~|UF[XKأO=kĐ$^iiV,s(qoNH1*Ʊ+xܭ䎔r̼yNWtT^&b%}8yZH ze}wy*d컗WIu~Ȱ6ГXY΃mB ܦ2pRuqRJ *sɱL]3Pxʱ^ Y?YCk-V}㡖3_VWcj&WZr1jk,灨PM}m!(_[Jч:/;ZbҴۖnkZVnqiDzy{iw}pؗ+} J*g>T/[P  _@ >wWNz -pv2/I>Eյ -4u>[ Iu_'*#_34i; kx%^'if(VFnZ]C(+bcĮXn^ k T#ܱ`aiP^(Jg686yo~Ͽ`An[ӊa_g(N2O7}{Ͻ\ܬe|^ܔ,t~ӂe Dղ3NxSCUӏkؚ68};Uyެ>|> 9^+s%0W([b%`Z}sWv*k*P'<}j6m,cm?J\dWC+i^WX|˝lx:Q-Er, ΢}pGP':}q]Q맿}qwJyt.ƕ[ - fڙb L_&+Y"2~[g嘮~AV=i!qA]ih[fG^Y?/' Bca` ׆ ? 8H&̟c/7C Փ' Rgo)ְm)xz3j@O\zؾ:&0 8uESqRߡ+jާJdH.Fn"Ai7Vev@ ٓGKVI]&2_)oz{IYg/sK){~J_SeMn)kCTIJT^ mkMqUN }zoם@^]a~`lJj=:V?9Z)TRBO,_Llj? -g]/JӃ?}9kTDdN*.ϐi3xj|v:C6%t.AɁnQ6ON7SM#G2B(&.qt(@-[@a~s>M[^fQ;cU^8.z{2@,fC}~zwـ]uuVŌɁ }+40۸\ N~"(M_( &[ KMA]9t`IMnҸ&rp,1 to|Ȱ("d KUZdw0$ "7ޤRލq? L0+C4d{0gW]x@_>Tx\ WIS#E!ߙߙ\r=aiT:&s WŎ-a(߇07O< -Dsฝ)Ǖ*WNl֕D]h a/z7MWY=<ȍ,-JAh~w oi#܍U&=v՜^G`D@ǘ4"8֯Ƌi Iiqt ik1}? ۧ\Rɥ*vfҍH/ͩ -ұFe5Bn*sARzu&^VXM5BsM*:a{~ȗPC[YF˸aɫ_+{پq竖>Xޞ2>M[)M2V}J<<̴;C>TK#8wVGanCžG|pZPYSi€em>SXsf?P; -Q`Q,~sgռңȲ -&NzU&f`t!;9͖2p)'&G0"֛j"b5RZ9yQۏ?o6ǿK{\k&EK[5~o~Q}"3>;kY_~2ՃQk$>ع]JxqU-YUo+62Ccj=Dp1"T-/0# )0.y;o*f=bŏ`^ή~TU+U&&D^J)4t^- 5o{b&\ViǣSHRrڇs%y#Tf^6{D7\fIcV4ϖ͌EoMQu(ڑUVGVC@lX:.X82Q1G,*?,!r.]ʼnqLV] 67~K_b:Fְy0@u+.a%VzZ>q ۼ=r}EpOh-Op3BߛuJ?"~eg܍kXׇGFXi39 ’rd(2ךo3ި?1OUV,g٣_cbg"<_{n%2+V`{A{of~{ l G|s2_qt;tؾ8fz{$չmusN$~C\nM=$ 'eBUߨFLv-}1Z;]J^|yr{ĽMHQo̷bVOtP%*^.&:y:\OZOJ iIsSHh[` mhx̋"fw+|sBK tس7O7G{QզQXSNUVVoZd׺M](~~ǫY7DZ62}^ 0*}xs}}OFf4<R_7_lz%yu,o`-&ߟ"BoϨENЛŝ{؁r?=:7'xG9lt$8\IF+'o,u _jo?I7/~x:r EHi9"]rfj) ;AɌ ]1aD) ~Z:\GBdpO^%cs;FTsEUcYpgOLۡ.r3leޫml, 8LޞS<Y -V,/ &:fb cQv)ՖYן^wqC`m- oxV#G {e4V%_gJF|_|Vtg__ZVY=z)빿aL/CKPۡw~(oߚm aߔ)R0 5}>B3@ mLhB -+2+/E$L"#Ru_2! -Rs&T;nh3k d+zd>bN JGlTàd1(Ku$T \f\Q;Q^{ji,R[t'C wFT7^^-=0/:jR 2m6rnez._pgtf])Dؚ+&K SʵnAafS"$l>:0<{[ǯgM(p@7Xs1mZG9nep%OiXNOP6Yv-[S.cy ӛ:Ż-eGW*a[`lo|0D{#,YhcdmNX

    8<3oxb4N=]V N~0E|sb]Ɯ'9Ux<)(6Cn\gz10PLt좵AR?BR _䪧L0 muUo="Qδ2%ķaDq ևIqJGo]lQ"aUKronNX}:̄d]}f6l=mP`]n nFa6s.k򐡌k&40lNhE;MB͚~F nq~n3wYR XV&D@k JR^zP^Fm5Vܠev*ŴOmdeLkϳh -so Pt< LR - vKGi6V4)Mt=F 2rT=6a*)0 _.E)IJjr35U` mN l -C–<0=-Z%׳sba3FULD, -xPN bEζUXɖ8z T=6{[ybBSt9y8'J>>rv3]' ܋f<`{u"DFz(:࠶㪖e)/"Yf.#1}ؾdH?oh -Xc9CvN!5NR(LVNS;cq 'kGH>5HE\GkS,, "h<|tm"Gvk4orM`JP3W@pi"-1`:2NkѾ6,FeKXc@- <: 15:z\[ N1㐶'}{yΰWKq`:*Mom nۑ+v`w^%&iO28B̥j$mTsPX8PPIpq&c&&$]VXxZSco0]O]YM^Yi&n>Q(H="Hy^C̬'溘 uAY֋ҹڦ,O~Jb -a ) -VOlL\Ms=jիv=9G/{b5gj6b? -S֑;vtWjtqn&&]E;Bdgsp6DhQs9E°7tjh\l\'sjk|mx[N"U*Vb#n]vXM./Q-+XƎF gB/~тJvi]mi~env ֲOG64v<{H[t)d٘RqWi@-#oW  QDv;dXa# WN:DCτ҇CfV!~g0E[RrDݭ>va?]J:usè7{r3^&IZYݺB%%z(5M(,Ofua!):[F,#g׃}@LRPgob|i {G4NiWڶ3Z m4xCckN -RDs;C4̔=t].w!r!nuw\\]wwCq B>;cc1Ks_?W5w=p'0$`{ Eco/X'Ldcv@3 81S18ђ ԽmÛ ۗ=kH.gk|tz4LhWD|0(%)Ts%Z,o{@3k\ \!BV+QPqPߢC`L&-.eb.cP^{3ma\Ma"=49>D|T7h2ofGJ)Gw4aW[D&=82A˴1 - сq[lYiϡ&Ξ -Ziˣ'-M>*S0>o(Vza Sjw-Aeu.qʦM1:^(kE[hiKRTsv̯C-UDkǞoΏF8!a;z2jNgPDME TiKq$_ֿ6]O~А}ܒ^F~}XtOnY*fD XO^$'Rт׾Z\ROv-u7R;mLZwdZq-V@TJ0Y9k0g{" ybLlPY􎁉 V%ی d8v%_nz.uh:":!"Dk(oLnL~PmÞ'l Ud_\ŵ!DXk]%XjF |c.wdlojWkF7Fx -$,&6u>yH~FnqɮoѹaÞŬ-BWF8xu%\ qgx须˕)71#`ʩ u@Otd9Q` -+]Pz "eMޤgE1\E׮}j(1={M߾#$wxsLWZ.pad2Rkc +͛.tOCMPf*qn)?-hl/4_ r^}їPgeM{8>^4蹂%9tS%g׬~ze$E6<맕ǁ͍#|eBYO#?p=̝]36@?ʻ1#"[ /w%.`G-PxOkқWǟxj̤Y,B,!UHf5G'zy@n?xW~5m\U]g7xM[],A7jhfu/_v moVW[tqR.ly\elQ]qZ A0"(0'd^BEk%\E;+U;7GHM _XPZᶶtYBzf%UCr&fluI%nu@vKXg鎙}il 5.䬁 q@I3KW>L;<$6߰Blx@%-~5S6HG}:7>I zHc$ 4<`Pk]=7>}vu]x -?R%|=-3`T4:vq{ qSgT4*nJw*Fv(Fq/yp8ܹթZu.Y&5/d:UY>],.kV -Kq\jt$3(cSq[:;WXQQ*^cb;qd3 -  csLA+O##k0!K#( DdrQNđAT0@6oM7B%h]ʼкsV hBn HUr+ORX77™r99bNH#ҋj)9dw6~^7Xq0بsotOD -q%RИ8vLۏ$ejhNDtgi)2kbT_o*I802pewu"$̲ [foĩA9ʌRxX!> -;Ga(1w> -z/@ Uisr_NH\KjΤB7HmTca(1LoR5 gxvLk`Yo+X/mX50{@,)i٠*61 K6v[.rOJ:n6%Hz۴AgGy=6Mjm$MxCӆ:o1h6ޜQU͆VO^c/x)z8ϚҢZԇحB?ɿYV5L!`hP2'Gpy6ޖ:ysnUn*IS) Sg:ʴ -zO$\JwieK^?ěv҅mwF-ۮP]B˝vڍCݽ7ݒ]sP{v> nXG:nv[hvzmw s[hwChWLW5UCWU tU]@WJWUwvj^v3]@W]NW-U t]+]PjwujZ˱yRJ5Gڧ+f -#f+AuKZpCGg ѽ^&Y.'s]}xjuC.)Йٲ[=W/x. [,˱n#MiÇ|Q xBn}ik`Roז7.vm-rmn;n -Ѯ-74X{sܴKnGn tU]+]NWeܡ*Jr*t];t;]@W9Utt;]噮r|r*ʁrm)a~J\.ʕ.Joh,Wz,KXJ_N}J끮ꕮOfjWLW~rjꕮ@f;t:]@W-U tծtzCmI^CWU t]If7_x[N}Ͷw[1Jyڡ2ȈM{U#-WS>X,D79fw9$z-p5GSو&K"ZTAa9Y2bWK}hw*Ƿ{T篯2R.s3-NJFXY]3󏋛U:`b yv_2_QIi5oVӍq0-&lS0Seجo;1S.  IQ`@-nO):Lkt<'d((8!2?Gi\p}|AWfa-U^X`&Ȍ2phdYANWm8?7hY!f}gn JU&+@6D2O̶c'>*Pa1Dxxpeb@drْﴚ&.A--=Ybk4ۻ[B]،2ݬX@bcE w[6)DӐT2M/@*kەHރjO)v9n˅ӆD-+'ԌrmdӒBŀѨͱ^7ْX[c^//Z ەEC`qY~-׉ k`"K!יEX_d?x(SN9E|3[ !ޕ'Kby ]$D]߻%spygy}sgpw3|}f=?x|}hyu~T1V燫UQO׿}˿bRqD2q+OpAOjNHS+SCr+[VFu|z+ibeR$1aIkYU? 2lkYur-ҮeՙkIײZ;]˪3ײed-Xl&q?O:?S["}w4K%<چ *2cIV:I-_AF0i/|f_Xltl!Vh{Mb,x{#dk$Z+)^?}'r>\%8jX P9{ @WmܿY9xjv̤sC7#  G nS}7 A:ЇPm- eeET/YӱS -c4QZzXMeГXes~m\eI</nяN|Y.6UbctF򚼣#$]r_{ xq8m`= -I}ZMwGy1T_@^nX*xQ=*_?~QH.3R{b> v*)izx^ǥbV'eYyGxx%b4ēr{diDZ4}۳kx9XIN^ܨSc6WҼ~|5s/{B%pSW#7K4?!bu$)6Z̅tʇJSPDD(שⵥM,CдbiSB%OE4iQkf6ͮG_RwP#kd(vk#Fs -:D# W돬:~З`@: "oPf+J%})2P[+J:=Cu,?ě{?^QRoQ N r:ꌒzEI$AIQ(IW4$]QRoP7%&xve₍1O%]Pӹ+JJPR%ŧ7A?(%M%1Kd O^R։OgMkl_xI։/_xIHGGqX|GI6o6DT;.();J uU7W5kB#JʥעÉ|s[gQh* cSjh5f`P@3RUVTQ類]Q4} PV0y揠D+ת -պv`][VЫm/nKK+RN08NUuL[ǗثN&!|uScȫ˅yaADuƪ\qai&i-yYv{}4O0ߣMـLđ: k^+'5ߝ|gRIIw&5ϓ\a/E8S'4TGG|8z_ZLjze#w+Tֻ?qg,vWoZ}N ::t` _ (80+gms%ǚw] -}\wL8beAt!{JB FGQZtRE[Vw#lʽa;4yP.ec,Ӱqv)Waeؽ[i[a3GMAk+^mD,QY>->0:w奔TdE[ޭQ4FAu#sCy.a$p9Zȹ^wΩBл<0@䡧Jˆ:5H.awUCOK-GqzKgf6ۗ/O_>΋߲.U6)˿߮dlaםr`w  []LV\ Hr+7@jRQr -^oF{-JyҶOcT2lDQSP md "shyz4v4Nfŧ>RLT&֗<>'b<<<MewH'ݰYjyiQ^h<781 ǦTɪ<.`XW*LhI[IR ݿ}㩴s_?U~ՒS7d9T`%Bv)NWǎJxL&!OSY&ws*짞NTꩪ$WNQ)]4A)y=5 m+?{LB.brCrxo/ޗyK"|'݆3{zvtMfcKCvQ>߇5 ѩ~͇ -:fCq-v6UfWZb[K/QY Cл*ݟƈ`I|pyom~"58^Z{Fevۍ[oحR~l#e6n(׺jo߰;6`E>QY8#4!K Txew+T6?~/|߂[S~U' Mӝ? s?/gG>͛ 1ؠ?k\ZۛCuXڶ&|##Vvr4 -֢?A}㥭ϣS -c{4aMfJAC !cYɾqb[pX $_#@wb["-"KM1!RF l_LgG2!(}~. endstream endobj 20613 0 obj <>stream -ƚ#*YHgcJ9O&B(&Bas===Itm97;d(;Q+ Z`uMwEsxwjKZSXPYNIT=a3Zf%~o0 .~į]=7d&.q -&Tu`Dۇ3K͢/(=I<s( 5GY"y{}Y)Y/NABD;'Q n~w_-gBWNv* ܔ -Y2'RJ0U; -(ǟ0]8l o 8WK!ғ'"dvڂW-؆K{]ra7I>~Eg>7kMsdN0JګNl7=;0]=i;Ge3X4-,iQ|b!n6=Cc$"tgA8X,S*l{Id]Mu,NG V [qxs`z `UihTXdy8ԥ'xI1bx6Q&l$1'&[6-qSzrRvWjoH&dr!N/۱<tR҄U4aR" \EEA#Y8"lS+;5OO1tHDsnx}۵DioA.1IrC2)4la$Q`0|8f*C -j4 9 Ni^YxD \ΝJ -A+pWEjL"{7Hx?}+ M?{ݮCM~Ta6qg Dw&`b4dR*!J;?;D}K wiTo@Mp:$@ 9nENp @pvK`gx|%ܾh ½Fа~Xv؋T7~5޶4Qr(rW6~8xs fZ֕pNM_&S'r<Ɩw\w>:v8.1Ve`X4uAbrkKQZcR]! ֱűj,rXKkZ_ ~.k< kͽcmԸwyOkk5-(dR;- -# 0HtV'F}Mjfm9#m'Xu5vEg;&"("b#H5i#-ڑpK\&{ױvcCMxf#-B7CZq3u;&VfH󀸕.֎4qz}ӑ6jia؎_Al~oi&0kC4-1׸+ -kh[nh~fHaF;ӧOm<:kАQJ߱+W߱{W߱&X߱jlcHGvuU-ËnLv -D $_KCMH,*\" <}pV{w{Nwws@$]&ǗWImG);éޒq7-DbްK_1 -1`<>[.ed҈łJ:i7*zamfb+2j ۤs>YjPq< ,|X1p<@.t(T*{+JQnҭ{F-C.GLm,̒X[:K -Ȼt:xI2@OA -Ȇ:m\|UۛlkxɮD|lpYww0%=)wm=JS'!@kվ=`_dǨr$+>,y/0ިkq}-owx1oء%.'@@E ,[tN]8xÞ  -즥+3F>P€#OEU޴t;=X[o 㯟ͷ5 `"ŃYk\&eoIT2)<3V*7dx7O}GULF_46M҈Xb!_fʋi44RC# zcğLQ^pV_4er閻P5x wq]zsv%VX)\6`vh?p -pْf?2|s;Ԍin.Vw*R$v -e~dj`u{Qcgֿ~4C0vU,=C][ٻ5ؽk?3%l3ȇ W^VOL-`OOx<2˛EQ\+v:60r~ (;g:c:Nٙ 諑I_Jqi:-fh)z?hC#mej&.μ |8τC ݎJZ myy 8;-3Ji -5Pk_YL0ۖ-t'&\4G\. yFt2:{n(roԸ5Ie{9h2H)ƁaQ+RQlg<0ΠmvIJ1=關YqCM~2h zvi;$ZLyuDžM^"Oe5RMy|Db݀BOڦ2e}8mnj;[\C~;{|%3teޞ"ϒ&L8/~-KplV~*7?w`ah?>TX@›E__?{їQ]ܒɻ$_8F!aΖN"˕DN"L"K vDZ'n]{zBnR; U+pwl47[]8ex &Hz]phI\`\a0 -˗ mbwOG>#'Ka,hwƁl.B;|Ѧ*@J*s+aE5Y: ҢhY6N%x[N,n)LռHe7wYF z - 5Bm;^e5FAvUJ0?</{_Z*3O/CV]7+qi.b;a*; 4 CUSe5M~9!]jv1[OBʍhSnݝ91H;UhlW RPB^aT&u\NZp9:s϶aޙ=p K+ktO^B0:UaQb0۩mibAx",Vnd}5:Ks wlҫ_NY=țfMг?O/KzeB'Q3⚕+b`TmsH3wo)OLWv3o|A{~_~u+b;ACbL.틥>Lint׫Q/As4ICX=& l3$}+sT˃Vl!aj$p8K`mu_$p90H ?؅Y}`}O^|5T1Q-s0dGo*>W:AJ/ nB<wfJlU#?J~rS.,^=P:nLHc|:K:HF0\P  ҇U7r@wZU2` Pމ&kٿi|mD,t-u}_Xo^f}?f"Lka1HWˋSYnLudwJUgӴ2jmjYMF?."5E _u,s矾 *!8yy}mՄem]kμ7ee-4q< A[HM 8()uSMj'TL.^v‰JO2`YXVOI>Փ*aOa4VO'ՓII3RX=)44ͫ'ՓQJO, -byent y\!,<.a0Kẹv |Tǁ2g*V !މez _u _7e[h[)סnޔ%uԒnϿ~v1Cː,5]&~ -r~܍ײ\\%LecrO;c߉eUVnzg)P +;[h( k`rtŸ2j)+bZ{z _l_Ud*kX55V ^-|zVG ^[)|Coa뀵%`m ]MY_3]]Xq/?r<>of4@A/3tq]u]  ٣[Mz!޿J&vD>E̻RMI*`fҫꑡ W%A`d6Ɍ;GUe{UbDju0PG9h&b-5'kIOJ[۵3d̿~h~%B5OugMt)@T$m33T!cĻ3 uKЍwUx0Ck#$Y4 ] >{KY0|Rʤii -loNm%ekuXߩuEaasm,q%,uk4fL"{2'4z2U5tFJIshuJw C >olY<|IBGZ|L4/aM8 ]xEvHc2 -.;OZ!2R?$is :sӿx:@MuݐL_Z#RGx)WOunI80kNAJ;n`d*yPb˜?L}L̇JVE[>yR`:d ^Njyjd>8)/d)5=Q@J]YB(~"9l4*~$-Sze> -;]C4CV+, cOø\~[cDԃ)bt Gh֌&{nd~?/+N_cRCOGm:}Oc!͍|'hT|iI#a1 ҡ6[6U ߠA;kY\1;dl5κ6B|E/&LM*eE*g/O U񯐡JR=)us5@w39eEiJDͿhBlhOketJpvi|84>4.f.gƇKÛ 덨 Ծb]mv/;#wt.vKvo?~| ?_<ϻuRc5g:?/ӂc4s-H[2, %ѢލHN}DUK=j^/a1Dȗ0Ӥ~_el>m1D6v+]L~-34ǭdlyz [=ӫ8궛}ĠBV|&Hn4 YD^ܪ"}z@Mv%&Q% >߈ -U_y]n5ǃ=@iv* Ҏѷ)mwmYTeQLlEAcWJ(Ф8(C}X>uu]F>ΣSM~}X]F܌~}7Ln=fu~z;nc}tJ27Ք˷_nFތ~|7sj~|3jJoFߎ~KA2vuvt+;;a -]F݌}bg;Ӎؙnx+v;3ވF켩TN7R_ҭԗnkA"u &ύӨEFKNfhgm,ZMn܇<`<}\<\Rj9ңI#vwlAYX2eNg +tjpЯN ܩu;5$: ή<; l7Pn:ZIpm$o;v@|M\ z>Ɏ8:Ɏm\ -#u|wЯӵn -z>O4;t@'>$Po; u fx=$7L00x-$ʷL02x L7L&: &n`eׂV-LwL00to -z>UĘNIw>WssL \+tw*0\ƝMAoF㯟~2:K hvK 6_´ 8C'lgM֢ Nux4>ynGLf7K_T˻sTNw1)@Vr9d{I~1{Pkګo鎦Ztt$E_<cwp#:&&9{P5D|`Wqj8.H#\ Ddi$Yj$"_sq hH1v.-i%E mQ ?џ1@77(YFZ*^ h{W핚>vյC|x -9dC*w{5*!h(YHz*$OXPMU a:ZϰpKX;Wٮb}*i%"}ɔUX&UfW(n,2LO,t $_ec0x=1 -]pzJB $-0 o=GuŇH@LYWT6Lʑ Tx0y0}HIGU.dgW[WfDRM/ㆋ t]zKߚ$ - zXֹߍlnQjUh7T)Euۈ6]+f1_?}ؽ&?,(O8ڝX->8@NIKThK -jᖍ#G.9?Mߦ-bZ0-*>觖-l}K -COWͪ -ta?&y&tn Z֖bJ;z7P pi"?+1#fvp;cwv9xc.jj -LQuW(q?؆08 uE\4FNp`46:h][ӹ:0=&yÿuݙoyũiwd pvOܲޭOaT%J1slȊiF"R:#hIfR,gW3NhuY3[(fRůvK\ĉK7Q Xq_)<)U;2fڮvǵV v]ћ>g8ñ6ڶ^)7>¦k/۫駩><[vY_0m{t}'?Covs'M< 92B4F3dͽB qveV~Uj<NAcqr,"6ƂlFh.$SO~o N<7Z]` #+YV|Ry4qMWh,A6:`It8z1?XqdQMDzySwIGNm䆬nt^Ҭv~68YOxxsj~@Ym XFERA8ݖiJ r1!͛"O/w3WC_ͅ'nVE| }+̳IoZ|yɊS{L4OqDLWI'.}ʡN˛Pa, QN6u8{4 -h;6п8aň.?.YC5sSboz [LwQ]xԕqltQֶ[B^8^~LrW^u#߆Վ J WM懇yP:`= G,8mIB5]qM w0o}4u38i2s)B#;s7 k̏ slu&FYI ;Tlui/enF5c  itQ-lt8xw2ЏKOlmi'@KZ ez4z0!6s*{^Mǫ `K g~J JPV `XVw0!Lr ~sPaLQ4{$oS2REuRAa !l%/@8'uoۙH/qaH&n}=E81iejq6tLx偫T'ZNgIvw/?/gaC=v-bzS) 5"xZ7@q^A )Z4M2PۗoM2v< -q[ueȴ5}0ZV_p:zYH>h]BX3vlAnZźxOb닚DDz˗oJrޥb ],RˣEBg$&d[LƯnhZ2R$x.?2hP-~7`7b_nԡͧ25df*=En%p]^0"Xu,Q<55/iWWR#|IY+9M-@;A^`]aDߊf'"Hi|@;\5 -$Wbn}7_H=d>&fWu5VR0,4 -6_HܺD&w{ -/Ƞ=i%cSF}=Yz(>;/8^S#sJ.^W<`󈏿aP LtJ 1+~f=$`WOinJ'H*:q:74C0ܵ0&E Ͽ|?JrFT݅w$kĒK;Gu W}8FȬҭT`ʋ+ au*5DkAR!A̗(5WGIL8*lbl.CtzA6ց˚(B{Pz9RF0>hpLKQVw4e`㗅Wfe>WW'lQD=(诪4Ƈt|^n=\mG*7q87qm4;З5ʾ }} [cb[z! f/ĵbG:zJ{;>)~Zj?vMǶ>At]q/,ɼT<4}FPRheu)E&0#$6=U?=?K^dK,&JF>,_ }rX#C:*('wXu!6;7@$uL AE9V9۬E_Y4ԠV}=[M+;hE4؍8ScOݕ=V%#XCGswr2M6ߏT!fNI;UT9DE)%kO$QFHH]ƵWшaNWǡ6RksJŶSl@2]QTM}W5-|t's%0ٜ[ѹhpu>讂JX,Qj` :On"&WIÏ't6DsY ܛ;i}x̰792-؄nS Э2$hu,:IalͶ,Usj٭ұJ7WqEΦ6YTtnD .#D]3  * V!lQ̇7h<3DP,֋rbWނ8O4r ^ اιKW{5G+M`R&^ʳR? ߂~lN,lΨ!n02z.*#1{ޗl8ƭ<"QT sE -WG+EU>Fś.mdl*&@ '2˾TܩA):wO5Ȣx= AӘ.VdB -^ o̬Dl9aVz5Am*R*|mEfwEԚs1dž IGM{[t;T<&&T5dA -EMU#QGgk˻Ah,ƌ ~ۨ_ -ѥ&7cPNyvxV;P 5Q-Z$E .2gڊdu'P,'~ ѥzIZ`z9.umXgog:=,7yo~}t_K#ya[Q/3t -HU1dѦ޷p/HD8+2d"pxzhGC_8m:om]AfxSg:]M4R7vhDv64rcX АyiТo\kW&^U{~KhQxUD7d\"٘1H9h9щ5g2y})M8e_\]e&mVG\,}QMI.q\z]D]h{ b&/ɤQ4;ZLRk!҈'Ek3b ^؇*0(oڹwa;i&5yVlUK2Y+䶐=jj+-ܳn9ڱ JSkR+ JoYʤ\[vpOժ*.ZU՝+c97ݍq԰x&Q%wIlzJ|ZD5EK+^"yU{%lE - v /*Z;(iKs?L -`!G^OU -vvp~_g?MfE Lr]ی*|aK QueYW3~/n7폷폷7kѵy;}%#> 'C޴(~U?r oDMmmMMmmMisݳw[0;hj'&<{hfknvW$ o ;%\38,/h\3Ynh jLL2ai 7h .7/;v4z1U6E^g ڈ| ӊzNBv)g6ñVI;gI@SaRbmC.KMsG_-Efq`K+Xhd\yjaK`&,쀕j1r7*iXsm.vB'#ɡe#HDk@,OHx#hOOe,ek qYY0+VɈ~VmH*n~_m@-ܭ6 jU_Ȏa cx9R 0 -1zBR[GR#|ǡLw>;Fepljs׼+@׻1("F%VA+d)pA¼Z[S$:*aGd.ކҷ`(;ی΄ѨE?\%O <%&ue-pFk$Δ`PB5{MԧhC1*Ԉ2٠`N9}5poB7_M-FJvܧ {whc %H$垒e/OE.٢) -ۿ[՗2n97KaKzWt~v}Můx,AO=%v2 -QѻL@7H?E/OOvc N>#rU=M hsPupxtY - oYP\I8=&'Ljw1QK?MĢ12r$jijB1z.4T3 )1:CcFm1Lg(2. qh[x&W x%6%el9wCYM4UmL^Q]Fsdx+Zt -6rʲ-D?HŶ !X}AKܔ,MT4Wd`nV8^@Pmśu"5ʳ3\y|*ikz2X*dB28Vq[sLUs aş2蔰*f=bBS&(ME(=/wmX[T)V?I#xWO2텔ǔC7imJ$;[ 7uM樄B%V+&dPQ u5G31͋ Et2`֌bvZ] 3g;:@b6f(g8uVL[/?/Eh@hZnC;Oklr .̙)UQPe@ qfKiu2̸6cHtS3/uz d懇  y|9}.oOb&=wsn/]ªk'Bi&P]o o}0Y$ugó! qǎ -iJ;oCw{N)pݎ8&h䣀OsCc!_3|}ܾ-y`iMKzQ!ƹgD4ZmtW Dz*JVg8YA,躏N՗լod\մ =jhIvC:s`ElI dH\=FTaK^|yWS1B̔P׫!F5E/e\'3X틊bu'C-mYSqR6/B $e^ M}W1%cտ4E۟fؘ$Bn?7oJ q+rUWQdp|ctWAc\XT4&)3Y -AW{R@y8!ZAS|(jR o_wpZv >(:qt%cw6ZPfdcSz 7pwf ~wh&GAk]M' Oj쌳Éd6]xuLcvW>7+CØ*ЄazN>J{c! 4a$:pfT_zQxqƘE_jCZ@.Ugy;o?_pYĜkDøӝ",_"Z0,<@8E U &fV& \ -I| -6iӼ+t◲g72kъ-9%dmZ/kJ[1+|հDKD!oBFfIÀ0 R:\>avO+6RH/.̸|i?fD+TotU4\fKV>shOFfHL4ʯe}inA(lkmVU]srGZе8e}: -(#Nͷ}mNmNmASSNյ]#0W㲶]Ѷvm{ -5pW#)ik^_u,癓~yow{I`%b\%2ʝ='⺓wX-WRSN/V1#q$q ^Qk;k?Ϝ,XrOr4j?d7yK5#7}}EsfQbh}x̰Vg>f.o+u,R-<0"͉sX}N},R >:ns NSⲬ#2kdӷ=f!}?ad:u^gd^2YosXۼSEfH52Nm6SwSwwww_9t=4uZS#B;"M<.*$ţCP#ڬ"! R]SFӵu,N 2t]݊M0&24Z6<7=k֌xysG-4+m[v4ok݈k1շo8-|maHoa?Z}~jZkҔf 5~Bq\ Cs-tBlaBԻZd4]11-t)P3>_>O~7:xP -}d ˱Tv,M͟6E["޳?I-y"H}&v2֤[!vz=1<~XX)ĽZihc8܀ʾ/xeG+-+_%Dhe|5#>Z9%2VZ؆!GqkEr[UM 6r[*dҍXsǗJ93Vnur[ϛrձ3mm:͵rs\'۶ iALlhp8[ɶǰ0[9Β_[֮ -u2ʰV0GqTNr0 -/(.uH -b}"߯Mѹ)xiS߷)>}57w5ER>^cFoyݣIb\Dߝ7Z4).)&_.yMg{|}j`!)4h&E~+I,sXNh f?DW^Zio (Fðg3y6:ąTmor=^ĭk1U>9ʋO׿Yߪ?¡qw=Jۿ*eSXXFF`g'. XZ>}\4s+jXXA5czy 6́~i4;Pjllmtg)_جִm_upv^h pS]=>5E"`Yvђ|:(oY(Y[2jf@|;0'GMv-q_h]X]{U:$X\pVb$èyA}ezKa-7WnX k\[sjC T7!Z/G7~кB PA]l-]-KXo9l(X[kX'AS 1LF;fPIaG ȢPhX{x3zeI %IL˿EQ1 ;G,[P{ -* -.zMe02\ʛˇze8'̑L.F&e6!mlMթJTRƼ[k4H[k懜U¨bL4 GXvb@)f,ZS* yVj,\5ek$5C j(K lM662I.?YE_~O_(z_ -E_ W C+5(ApvazX+%ɧ.ƌ,%hYn.9GW`>y!|r^2(a[s8W)Y0P oFHPC5 -B8Y#Bށ`V8c BS>E(춎CF$% %} ~UInV':e$bX1;D34V--Ԣb.)-5fPltHoe|}x>ڵPp/n `/ Vxjt0қYwCĢ{oe#̥褬+2љ׭-Y2~G&WN.;~d?Xhx+׮JGRL4J.%ՠ:=ɠx֐&P U2FVjSBX}U! 5O`副6pd4RFYAQYݡ([b6p<iGrv5,%| תi=gϰH5t7; fDZyR'˷R(^ЇTUnR#>6?@ TX鞏l$ 0$B3 tZ8< ;:ʐJۣ;6ԖE1`ES 1MP2u3BٖJ$ !7W}Eh Ԫfi$D5Xkz:'>sK*/Zh<8L|Yџ?TޚWMm\YEm -?fP#7G@ٳ`{őH}0I2H"$ôQ] #yͥZ ըTΒM3`Xdk -z:7X-m)`’#Dٺ Ngq#lSY'Sy}k$Л>(AU7+=ƍOJ8,èuN0VY%5 w d)C{B7qh/ə`Oq@z>/#ŁltVLg5dI._hן]:Yu6CۚXwA a}gYɨ#y%nu6c3d} t)/YE"ېEV(L1s/ -Zaa7 6ԯ 7pz˹sUo9W\ʹ7pz˹ 7rz\s;Uo8Wrz˹ +gn9Wrv\sn8W\sn9Wrvù-j7]9W\ʹ jpvù-jn8W\s+jprv\sU˭)fs@.Ț9}: Ԃ#I Zo0hz 6#@'3]XTRcL?0յ'B֪Lqf% @`et \B$,RLF |(r.}LNMi7QfރmLYweQbqɪM jSx=f &zLQr 2<с|Wb~HJUl3z1Cɻ9#sja>}bB b&+dr-iv@Ž'raԱ?wo/}6KPdn۶c8pWB^h/ȶ`3HXK0[]}`.Vur6oBꯔ;2kxh6Pp//tԗ ĬY,$iQ%;NYڱJ r"w$ST$ډH9ܑфX†p IqhGW#%pK4u`Qk ^+g낌' pvӯD -ȴ"}ws&x? L -t -]#sty:b7$t`#=9h1-OGOG ^l4㼤th5BI`m۸3ЭWL0I2هwMp`1Dsajxu \i_9R -߬9ލ\Ɓks$UQw<1;}d::=K˒-nM%>,٢(<DܠAKc 7$C)"٣ͅmf0!"[` -[u'ϯsv_G -TzFh3w>cXO`·`̓!3|;1i`!tki`hCp zrN`!X8ׄ|ǡz\!!8GMCB!L!8|9Cos4J!|z]N`?@]tS=s_أχ`L!Otf⳯`!8PB>dNPWk3Cp8αCppt=C͗Cry661ᘊC0hC0.I!=_bܲr +l\^a{Wlܱr +lܰr-+WWn^c{++lܰrf{+۫WWo^a{;Wo^a{+۫7l޲z[Wlްz ۫7l޲za{[Wo^z ۫+۫gWn^a{+7lܰ˗w\E13oAI<+$4>|5Lnw3;KD2"$["ّsXv삯$["%_k}RDkW}vgsn߭|÷g7&95'.HMMM˩ZmN}["}?oRY ,.l.]vK>겋..9K6|ϥrd?Sy{6alQo֝8ky 0ի4_HUtE.au@ u4JNUd-yUsam11s>4z,9.a@%y4񐤕"3I 4,-4>ojcx<ԇjYz 1\4>\JTc$Up;Ϭe,fe0U5 ”l@K80[e W٠(^:ghXF3\w?Z_z GW.omQ+yȇoiT_hXVv $MD!g#B>u?'\څ/p>8_8r/^GXk%Y̬w7K}X$7;Rf_nnFlՖƅk| ;lnˍ8}iWĨ',;RMi8wBqطno^mdf^FK縴RD-Znp<[/h yR6[) T~(:oť. 񌄤54[U5܈ݾ|h+) >$pJ-Qbn׍X;1-ʾQW*\ L=4NG[2,@Ok29878?"_\0jyBsRB45_oϿю?C1PpMPd -}%@Q}XL"8}쭙ؗ!09p.B˲RhH)ZXq|&G+f AWB3.j+OVŇ֠˸|D_.1lJI)h^b}|} dB=UjqKK۠ƤG͵و3?OU('ӕA : Ǧ&|QcX=ɲv],|EIzdeh|[QO. c  y-rE~ٲ׎Aӑi -Uu$WN .fOLEe >d*?HT3[>c%6cWBމlvQzO1!š{|/wg<$`=HV'hy|D9&B;I<)ܽͯcwmqP}:Emn78%m_ܹQMvzSA_;A9ۏ{UWAC0Y!=Hjy l{aY2<0 ftYi(g%ovS)kU{W{,,ף#S6>.$CTPv6"n8mx5z4נ1{%B;Ng*NBLxi;wB|O2I(Iv8iś3#8T_ׄ6e9 y9foR -%;8w^f7q.}DDW$ʶ C *]z)"a~S 9Ђ^*,&&:+oHUTo=|k;As `m5 /wٯU%1X|L -:D'Cddm>i-7ɅёB8* gld|Cn"`$#1y pEo2ӚPEWVcZK׉_T~?S_~˛_ * cb˫` .!bhC\O @⊙tu{$+7Rp ൘M)}(QݓT~ӑA^CWhgTLsվ;j +q:Yg|O84= ez]l]p=HR[z -aLCt-"hnugVBٵ4np4Fʾ8:F(gٯojh9`&m_朝נh -A>k8(HQ~uRƑmzS;ӍlrJ{U [ejEUf AhӔ䀬mo -4pM :5˭76ծngv'̼RO\4$Ce yRg{=$A[{{َF,v"sΰ6kVqWLB^/AQm0hڧ}) 3_܇m_~{xO_~^,bFj!(r sKsz~sztt7Y+D5.hQӘBXN&x-6 ɉH3xaZWY xLgY MY+F -T]e-βhWY pF'YhSBZtI*k,k_d pZZ:Z:UֲlZjgֈ-le4֘Z;BrƫZޓ%U|U,kHRE5EZ|S -N䛲gY$k"ka]e-e c&kiԭqqW-e/$9kMNyCYֶG[&}'Q; 7Q~?}=EhDO{3" tl4ki'N3 fD-n}&E ւ¸ZAZ[>#KkXgq# 2YʊG}crx/)E]NѵMR+Pq֎)3'˗N6]uwͮ٘Z*Q)>50slrʃM RHx`&AGj<zR5 {֛2s q4^Գ <`BA_!Jʑb<9b+ -,HGMM #:,yfm?QEL%!:$JIn 'uTe8qm:[+/>w3POUw0 Az!Ri*[0F ~ &K+yuz' 5Q_Av`c X(hЇ*VML"X)=obuiAGz̡&t|:r$t>7O?iZw $* #,ԥ=GWE Т\~X"5.e *d8>_BZAʱl ͔S@txZ4tMO|69j%vs` ԲdhhO-G=gX>]U .`H&DCjT`ŔVi%B bZ+*yIimj?M^UQ:pʆG#}40Q@ MQXiO,EOrxA$tƃTubM\d|*ASAmB؀ȯ؝QNxpL mbbI(fCUe/{"s ʹx;篟_ ~P3SWؼ0%,TT:ZNyj@#7 ܃iU,L`Y)g9TAU̺6 "d].rjQaO4OqCm$ SYIo OtٙI`Պux] 4ҍytL3nu˾Ò=Z`he͵m*vmx) L V7*J5XCp:d,9K:@յp6Uy7Cۊ^ɭhIyWTЬjU >:3_ !`:(7)'9{2i`7*@9i<7ʛ; ˼׀&j?b;=gMvrWh)mہ%3{-r,s5A~UpC=_,on|T,„&XhYW +3KtX5uL5),GOrlᦵof~~4XJUaDJ(lH6xzb?): ġͫ>)?h4 k;,R. ]f̌RaZ>5b7'^mmi|]RN$^_z0W2ǸeMf4DA1fAZBs4}$tZ[]4.# E:ɕV7h7O?*_?=W$*RŅ& }jK1$:—ګ]!ЪLƱ͉/61 H ߄MW3Ǣ $$ȏ3?AS*[ىba3W蜛f"5Pu?Wik_H ~pD7 숪F t. Fҕjߌ#P+GNhA;IÝzw2&E-F QM˧~|+X|{뽣-Ժ* -@#.hxbM]2(ZcJ.TX/7ەw۱F !TNt 040FVT&%Uu׏H:BFNxvM;l[(%0hńE =ޏ.R᫣t^JׁUbf~Tʯm\K7e KnMgʡnP"07會gBȂI0sru 1msooarY$I?𼁙 @Z!Hyu`}=#hѺHϜ!B7ۻ=Y%a^uK#w ?~FmG4t1LWkb8$04 -?EN߮PKC3HZ{Snfn4c(%CQhxICj_yh$dZc y4ܴ&Lҙ|BA-"aŶ  IWBr!?}|SB7@f,lC²l}tatk#m_vw7_DncuLg!{(EGN [Hat!+kdv.sqɣ)bbx|'JG(}~VMaa vUx4yT2eE2/*Gܕ#]aq #^Ra/pD'oY#la ڒ -@Ryua=Q8̝"Imm;tƮ{zQC12VW9NjVhXBj9|@9k6Y;62ZPМ#FXM"Wëm G.IQ4껼#Nnː0 } `S*;W*cfQj%?=7ґ̛ dCޓvrz5l"rNъPm1W!gB?GTB jT/n[ѝ= JHDveo]]ܢY,fȟilӡUp\eׇCڀv4y˩BA;G(`& -^rY?C Rb ,澅-gao mv8a>Y\ω=cव0_{r|]OX'O(%P]73v6}g;s<)AE{i׳JiOY;RNM=%SwW;y! k=L3y?d!n+=MlGw-w%(Hv-R(Im̉n&uuPFnjƤ\,r_DJlҶzgIFHൾC -K2v=vw8a}ܿ  -]8"P H_::W旚 o2],wdgN%yQ02΀-w bn4^2 8\qg;sqA`?ru`k|DBI1?m;ѶûeE,hۇ>a[4 𭵮ɀ)Bz엜t"rƍZ|c;ㅑ':e9Fۛ\lP?UH sTp{n7[ʃ ߀7CI]-Sw@"BǦs+zh.Plk696!j6YVO, <cE)ILǘlXPRMT8pwΦP.\b˼JZ|c^UplU =N3 <6_(QBГ4nfלcU[Jm<Y/f@Kѡʥcg1ιq6*[kvnd&,~xf+af2ٓϞU[87X^Ru>Fnf 1sxI_^*.?,Ksx>(053VMDmۮ6gZ>gVeh^-1-Оn̪z0 w54G@1EfbIh݃^}7F6:veD> onl9\ ײWT]@Q*^^XEt@[eJ#Է`ͷ[j͌ -$si~Y!s=:i#G!.J5q%Z;MiZA ͅ~V؈Nk8y5w'ʹӬmA2q f20` :O'wڻKOmaG9gt`,!\v*̐v Z:YˇQL~97gHJ-hl3 R,If/MX=SRRGẎq߀ߺ?HZI3A3!*f@~Wt3]9YL nȨ:(N, -]e#vN{_@ @ܮa Y8rHѿˋ;\!mD5&SJi.j|Nn -leB,\ h˛8B߁8܂F5 ۵xshۺ +w٪m6jj O`6)~l%B۰K +WGEs;8PECN:O aoh}ƧI|Oi>C0Ԡ*0*!m5^Qb6JUNQ" .3\Tb#+([7=?S2C4ړL(P^^f4k}W)%=ȭnX Ure`ͦaDpëZ4'S0i8bȽeG<8B]xӛ+Nv*@i DGa_i3SRDk&(.RkKn!vDEZhVXl+n|Zwe蕠/W]e3ySX'MQJТO;`Hm@~2>y%k)H-UrC3#!{q]\mzu2栦''A[)7pӋ 6ЀE*rwx~Ȣk@ݸ? (WC ANwlf&~Ww;70PhlkOؕ5!{2R' -V$}߶۩n}e91B6#Ħ0hwm$XpWBlޢEI`l$A8Ƥm67@M3jWd^y3C2D+ypؕ|fJYȑ-EȢE򷋐CO,)vPCEG{|en -dqΈ$F1v`E}?>ʾ!f %'q+6;geLhڝ$o[?˻.sֶBÄ&&$i `o^]FWoɺӡ}:3hZuEDVT89,_GUH_^ƽBV$ځd-x&P6}}J+(tlzN&3:hm7ɩ+;!wӗ/?}o4!FnC`IHٓ0=4Av$Tꓘ\9lm$sLvA3f$׾gӷx͛eG -*6=*-2O0YGE|WHC~LՃ$sIY݈]tQKCL~Rt0cxߤ7~z`bζ${Em @ǹvi:߈2PS e# ZK߾O2Ԏxm9><5Һv<{s5>a%IvւO}l K]ZOغVR[w*u_;xj$GeM%ap}aݷoʀG:pl?;$W{ρjq?F7+={ h_kp@=ֳTPan/Ѿ om,[bN{`^)a͡y.$%/g7@~3O{,7H'EKSw#u,5e`Fj3;]V*3k?`qG7)L]&Z=?<'/O?M~]2/sլ4XMݖC`†+gPh2|04<11NYaQ.BNZ_~le?̖3fˣ+r1egЬyP@HadHiLzF DZPb1ϐn| ,jUZܜ4Q1O}4  8/j0b@n3w|ɴxHc9>iCaecd#ͳw -lBOe?e9vθT]9+#:2G8Di 8"ԋD+^+i雅Q-|E9x`zaމQQ3+Dš!B@y,?Sj.gI{N'REeje`<:< -5 Z6 ?ʹWsۈ({͂{oո<ىg<Ӂ3qD!# GƙPGzfL/rڢaShťvz2 (0c*;k*eB|[vu0)ur)䘓L>Ҭ>GY7j=#N =ػWZ8Qv6X9mUrhP^@)u:aRIMRWj5WO@z#'s3a)fC>Uy%oRHElf9 =\f~9VI3օԴd._PQ#X$/R) -؂G: ht z 2^_V#vMy^ެH`׷@vbE7(W(߄J~(uBEsۼ"G؜P& ,|FEe< ENľ~ńgX-ֻI5EHKeOKH,^7r nw/xvuM.lG V=[`wM:.-6!5]$B1 - "t VhF`f6 iUH̺Oה2㳖hw/ Y6F]',hy Jv_nΥWB72щGV@ΕT_7FLjmu_"7(ހUYY hx?0 -ςXU#|~THOrk,t^^Sj#T#Z!0dO £Y{j݋9]BӛyY@o5ݕ6C+]lӻ,gܐol0&FIY:"cPGRC^0A9.erEo_Uqg&N;o#/4@e݈;FR6nv6{>|U&#pS˿ꇰ~{g8>x-|k^,|𶺦fdŻ,BD&EVKf'r]] |RZv;z:dzGxm?L8a|lI\nof,2=@؏ovoa-xԕ,*x [mvhqm@"9ꀎ(_keCrlvgL̫-A)@&W2J<ʛ|'y$GobMJmCۦS\*g}x4vsZńwO_ޥ/Ұ [v[M'zQd=hhq*5rKUXJz6{`HɪsG{ဣDu?CNq>#@P]?M?gx[Xgjr' -2" &C@2o{4(P7ĠS:as`, H6'b}ĵ#UgMiB갌JAҢd&nQo ?t,Ҿ heB^ĪB#S]\+i2NR+%FԹ$ k\/nwu"xTqWhcg+.<2C,MrȀp(*jv3>)6պ<1OF ycRcY.ᮉD͍_pt\-` 'Εu 7Öhb_71oz꽎j ::aZpGc]Bkw umpw 5Ե݅:9^BVNJ9jɹDH5(NRX3wQKQb)J̸Gih-dH/EZb)Z,E >KQB)RHRRPC)RT#s)̬CGj8k+RcEb?vi"5V$cj:ȑD$jkWK;ڧ1K uPIm6UoJlWfn*_.`d^#f7ÜVMȕ歶P|kæ!=lF$Mk-VZ8D "u0ښ0F%cm$#B@-H2Ev,>ĭCCDzME~Urx[|_7$<Ȕ{*7(MHr9 y]e٨tj* ^7[Oy'7v7\x f0 , ף0OG2/b撎8ectT$H١nnȟ>a8s#̴G8_z a\09f@;7vl J0au0Ύ|/zu mLnؼlkYY,Ze[8+egvxmme,!de.$i'Yp$;%dXT&?y.d,l7p 'Y[$x;21\s-t@kဆ4VLjm:pT؜j 6Z8phk¡Mm-Z8phkӡC[ mhwS[ PvX '#p;qN{G8wNzt;9Ǽ#p;3xG8w1p;g#dwuG8TwL#p;‰c:8wsG8Qǰ#Žp;R{r"p@9R Oyr"p:^6U85^uÖuJCR/!E O%uR8*4]?ֹaȁsgz1%s"TcX3kOOFjvr>N{}ωVSL} y?oxۮ*$$90Yz!)ˁdMBY1 W$"~$K{T1:ϕv-mBp(îIv_8ȡ4v"e%3 L>G#a89?ᎾUL(OЪ״)Nf&u<Uaq߶1>RV9Ԣ13OV0W}(v[Ve0c?D:-ϱ"BUV!&6[4QVmPыH6SE|;Q r;iE{h*[t -I?b$m;^w .{vS]2,|4ۥ bӖ&g+I,-~@srLu81耢:nEE++i>#fښ!56ڤ6<˟]=ཙpVoWJo̢}2!.?d -~`R<@19}&lI(nPW٬њ&hbWԘ.1g"1K /M6Sz&/IwW%5h'æ;ƧW͊Q_nv?T_*hj=Q[sT(f -G#D#賜: &'32\bMm؎,MEɼ:wvPi4Fh#m_{a÷WGT#>YV]D{M.GE:#ڻc+-Z[r}0檺m$_*HG}4ɚ<J9C-q&z&kj6F(J? -p=af -ٹӣ&mW5k5q*sWS6`e#mٛO?}黟N](.PPҗg or|m`wV~"sxsT>_#AZ&r=Ԕ?CRtm+BP04,8@ND,:JtJ@5$+SY|.t\1xs:c1tUe@ɕ^N,Э^NNՙ/0a<|T- -=6Q ˗F~D,*o&JrDj%4\RM6{s&{g_y(ioq~uPa'9 CX/eYx)lps:4m^z>mɥij9q8p]E[MkǢ}t.cgFh(]eKqtժh]Su~eD/ -,W48j38˕LDe5@n.I< a\-_Vriÿ#, 2!=J~FLj^}O-]Yc쉦=_-RPlзgήyzΜ5Okkguz(i˜,qxs=ʽZf%YIJz-CHEc=J@Gԣ*LkdGf>$Ģ:IE{yJxVs_F<נ8=2S0>2 gmO5/T9t^cy:>e`lNG5<t>ayj VM ~zj5HxZÃFRj]9V uw {[w n5ԻpR:KH9zPVu'IF}ʁ \/)E"nT-vK|~+(~4ݎ;V}gXsA9Ѱ`wz<Њ @ M-|~=Z.};/`(A<;J_þ )`μl/-1&Jh1ѧV1'lѭ /ՇH;ktF`,fu~xyG0M{:j{[@n%:3Xرj1' -r| [f@2D"*T=А|D,8|SW=cC3bmDN)?aM&S;L½苾G-eTV"le77HKP$W~f.0Z4vw|h.g4 MHKH7&?PSB9f{=:n_jZ_xf,K-E/~7"ZdW -`>A<:Ac>RA\if< Zڅ$UyF" om\g՛!Teེ}=aޫ{*>3{j= ך7EY;e`7_1!n~t̀I)].E Ba数Gt'i.%-Έ7Vk d}FRhzіxc>!LFf ㌶mB`׌=ֳ>mu r䠃je%_:Oٶ.)ޏDM\h}''$[yֽ&9-y@ցEáY]E&N p/[L5`6q-t#\سcOtb -nњ.vV.2qh:1=UU*GN[,-vQWdؖz1xq$;'G)Y|46V ȝ٪-eؓ.J} -+kկr!Y U.U.ܒqwص+@c5]Ƥ׮<+~#k׎ukWz*׮%ڵk)K#-.~dkSv>kկ]kmk0} 2 k~||r 3P.O<^/{ f(15E5@:JcnX2yd+yO u18eee`{X3342U]^0jmLS9My|{9 06N!Vڍ+e mW,SE 2). z`)B&[Cչe7ŊϘ(r>N4 Y`@wጩcyi wMwz% -<]nL?(jvb{:ےe  8%}󨁨Kn&]f{'Q+Ui#Η Q’"3[2\|?;$A.C̈́3R[M-rvsyA˾o˾X!V$zZ-ٱii`i;r tGo -+zѻܬ%>ta~`o\1t\k>"z#z)=nK1{%h(=e 1:}5nX3*rT)VGbKmBO bU[1GobߍG>͜JlF]Iv3Ɗ^+;2W&f)i'O}&3|^7OdO=Sjiu<2@ne!?0_Zwv>lՐig^.V\ٚ>bMxg׭]>07 ?=?}7_>qץ&X%._ .k$MtіO&0H jsˋP&w\ n\cv[ᩛZٶMI75 kgOZn;]X${~&eΛs|4SL-ߟ ֨=Lxޣ(B~hUNĦVV"v\F6e=d,Al؅ho%m^J=sPJ?,-1G(L>PlpTpj c |YVPy9҂s;B q\C&cq6P&RShQzmm2ih4JEW@R嗮LJQv챦{҇&>B(ҾLVUKbkgWK}T9(u t/g9bM 0۫~=ATErpͤA,`1^@0B]v?s|} ]^Na"fubEb^u_~~zߋο e):- -T@{]rO/<`;NN5kٽtj?.1+> -Z͕g"ѳ璲G:IG-'N2\136VʚM 5r"4 %5n8TovlإPwZQN)>h@+ΠEٛ^|Vu^VS)SHgvn1}-({ -YSxW[jS+\Z(LX"3ӁePXudZD?a*ac{ - 9`w[%aM܅yaoe% bVR}8VJ*i[EfŒ^LBӋe9ׅ{$l 5C£2hG? lG&4-#9k: ~eY|XȵUVMVq=l[o1(?jY{I' 7yOyy\ XGwq2NL2kاAH:Őcռ+ Wv7zդ5&6H2R<+媣M۰_bB {m^w$.ƍ?}8G91X>׌sc'C]+ p}gjxZf1!~7zxR*/ ]\?,WRzn7">|q@B^ajeyY {؃ itTh>z)-r-H͇/Tы'7*@nwr\Ig[½07YG62o|BΫEb?>m#]Sn:SZYC^Z:Fos̝;#Hem=aZ|0d`_oL(!ɻcrtթB"04W\m6/qZ5qX^ƯU1W~y ʧ?_c{ F &>& 'X {4Jm@1*Z"=@%riTلc;%'RcJ›`%zyE”?Èr7Rב/בR:H)dv)~˻Rpw)[6R4W#HOHv)בR1pבR=FJYuœpxZ)=ln1-G)(4RP0RJFJ:RLw# z)>R<2wo)0$ .Ym_)NaX>T"tŸR'iL ;Ü:q5u.OXJS?975,4Wҷ[5/y\&u VWT)IoAss/}HW}JUz(l5Ma"*1}1`ªv SFYLgPPlZLMϲNMiJv|]X ԏƌ:xiRv=Ow䚧;Ķ}qΓ+j\I`yrDux'WzIΓvp$|e]5!̓=:DbNu9 4H4-znoD:,\=Gma9L.4q1s[B_zHzy|+n\ -ˁ^ ->MafkT,tnK ]gTy6>BgV5[LѦ؏jX -|{kZck+i?5vn#a kbU#5{l[vsJn08We98Og4-fBHsZ,/R~4]iڈ&f"+ K+.4 -DDyRh4h= -sl9x?Ι=i}fYo>=};}| -E$S98LL]6GIl)暛`3PIPz]8{[iWQH"L]B5'/!5ͅQzI|ER_ҼM:Tfh+Y̢@*{15} -(1.w:#2,Rӂ~jvc_ӛ_>?r0NJf Pʱ(l!d& (;-3Jn7kfHEh7i?R[ͽ=zx;*Bgf8[zj~bjJQVHhH}Vg"o~Ӿ?L+K{=}ߴd߷u}߆}Vf"±Zߧ| Q{$]ex GW{k?׈Z^ |hv> >Bv> n <hӣUc^#/i;.t`~V1k?MtB{}ah>>Ը} { UG4\Gu(Wm}OO{?2`2F Е:IZy -:jX`.3qI8V]8]IZjCY83?vHL2ue4 i^;hlkf4^ x+݅Yذ $bwu}Ll-ԯyѫQ VzIE̮p Zz"\' J\ Wut5pM9U].!-' bN+Xy,vn"|r&ۡ#l`ĵtRe Z,*;LSfNg_/`vgsv2Nww'@7"x`T⍯d_??}y+ѶsGQr@^-JzWyA4JnxmG67jo3Hև?}n^:uh{ۃCU&ȨQģ½ywHDo$Y^z[u^K/^q9 ׌,yX9,o%yH4cX|mf١ҬMZl"n;C3t1vhI `?;m -vPX=އ{#'ceФ.k(AQVVW8#uvn?us4`:)X:Qnry?>ʉf\5X g+GahGI>") ʢ(V(f~"o?׸݊wT!Tw־ЫcM' h/6 hV"ו֏do8w8}**Jz,j\a/ ^!NR39%~jB&,]Ӈ7ls l{ :l\?jcVqbF 8(̵}t/3%}5P+NТO/Q"Q 1Pܰ2b+gѧl^A񇓁|x]Lv7o5/|D _o_jޅUPCۛUuZc:9I\ŭnm-SFp(@9r[0:wΟ*aD((yaœ'CnS= qF?4x#‡7ף[O.q#j@tbl($&;.a}c+V\tw>/#miE<NMJ?:߾>mMC7>mF/I* |rVW{ ԯ`2,[_j`lZ=}xDI`Li(m/iGSmjB}7;7z$o3 0HR}02HQ؟̻nk͵7j,&uz.a6 Ѯ?۬^ Y'q',r KlIKnRFw_0p\ -[ۥ䩺Dpw J _"ah(T-MjP6J,jg:yjNsgKmMFM9&4yT'蜮X J}P;̅ox_:P;(]\Gʧ͐ͥH[<KzX :Yr+~܆SLPYrͩ,Y2R/g gy!y_gH:qc }\Ʋ.,w|bo_ 6.{k,_I\# if浳 8GGFǂ''c/B^~#Tg~oń yN״krٵF8ί3|ӮuKegZ^X_rz*a|qswx>,ʫp8ïF{#?sԱ|,:\'>Baw 6 -Ueͺq]eh8qN0@E) ⁙l,A5=/ ӉY$n9fjm1TxcW٢/K Q>lXz?}|ZZkXu߿Iⷮbsː(}!@Q1hHa=9'GOxӦGS*'g{=|/}qi/]&$LMOajij|BJ2xi<Ѯ:KEV ,_}#WM5Vdį4f ~qb)V_ZʤC.HMHG˷ ^uNĢC" ",ps, -P -rr;0X>b2Uم-|:Ou4Xcz^`}&LPU>'$FXn0c2eX|zqóB S*1,3iL,b ECxvn>Ψ]Phn6闄Hkw LI\tMGhI ?8M¶H(5Gag!jSQ#4ODhbz/_; 97ˋWSب%kjz kUMܨ+C'u=˶ H:N%$- RY%XH79е'epnSeSk/|<l[ -?壱lդFb̞Dd_F)? {|{>M&{\=BԶqTlמiۖlGMxO7OMpǞ΄k_: a͛!A@$dIߡPת.Rk=o -?~_ן>EXr~ -_w?~3my 1X[zOm6{Ѫ'?SH(pJr~d7&PȞP)"<*(<k/gsӥo}7oH.(FLkTc7> 8ipOzu9\ uVq0X JADRlS.L61V&^[ rE8FxweBvrbwM!t<<ٷ7j,̫=e]d7%ny{T);š^aKzseyz7V[%"7+z%>4%jŶh6eflR ! γ(z}륇Yr5Ex)Uk -} qKrvh)}jCײPYOZ^-'uԲSD=8kYhy*RVw<:jw?,߬vhCF4.zμ ~@c\,yDӎ<4P<4MUiԎQiw*r^Ta㝈EK%T}20AA^TMi"jy9u׏H!R~!i(g(ǖ Ͱ ̮ȓ|osM]n({q ﴇK۴Kå",cf7bWfaCI*o[&sR?7y?TL%$,yj<^DAmEXwtO\h.1WU]5!UY[A4& 0zmN@>eʓC@TVw/$A\A qAD&|7sLV&Ѿbds$k[^'$?AGu 0F@zQ=ǏVvw۱X!NJ@uE$9Ez~b237I0/=bnn~ Ej:ٷm7?o_~o _L$l>elFI*l>(mہ 3wW?ݸxx[L$x2Ҥ1g)*0AlzM] y{K!Qmb lTnyS9lVN0;34[vMO+(K=ye|qkŌ2l^(Êdqj6^HcG6aBIcǪs),*<3 -q -іw'=N\WFѵpy' O8tM1ქŴѻʬEF&(*}eVB]OʁkۙDMgiBHܒ$J OavHO(em? ~6XzdQ()JNo$WɆ(SAIv$rFw+ B˖B -S#FSp0 +ˁ9 -HOe ATM$=hP^啚X!캻Я -c%l:j Y%b8EU߹~iFվRI~"no+o5g7읈ʻGW jU4wXV=;\ӤZ>PjřHeu~{-<FDޫƟ -O:L~0HK%RIx[})̓R>csBZ; COGܽ.cr3!&QgsB-ŵX8 -OKs? 6 -ݎvzA"v7ވݔ&U\frbwFw+vwl bW~ gEN= 2tɥ%& 3F;L>IjbXWťņD)k.Lzvޢ-Nܫҍ0O˯?q6%q^U啃pPliF rv8`/9[s[l um L쭦n%W 2%CPb0ì 2or CBa_%8gS X%cB+ nJpaHMls4$,D$H2d"Alm9XRvP@L W r ZFU%M. 0Rr?<ٔ (AFUҒiՉCp2*}$onT4N찍jhۜ^>߆s_=% %lM(e8=O[/aCBFaF3 htz{p6pMJ8?"E.!ڱY-)b/ݐp,ֹu^s$ nɼ=zGQ ]n+W*xy=zG^G/Gn+bD[ p7]oSpD+90N '\:7p1QJ8TO͵Ε&c!tE`qH8RrAHޗMAAj<uςvc1EGovfϿ| & *ɢ. ˇqy@#=k4u~i)lK#- -EklmYuÊm3pRi:7"TG;u*TKDYhz딂np3w".3`;՝MymmKz$F|x vL eWSxs6pjg?PMK'WT -/,π50lwS;~֍! RheFVlnbhbpI7tElTOi.YgjzvL;g`&wF EJbM,@v -{>I|k-lϬ%YIlGB78,͞i:/hG nbU+W̍ v6  -42'Pu/TBEY.TJz,TD2PQ4P1R19ӕɩ*IERqsR1thRq|RQtsǓW8FLUъLU)-%+Mq8]ZVOu>ga-qVΏh4+ -Bӧ,l-(DٟBAM. MBs,K[?鯟~e_?g" ~@^ſ&dsCo$Jt0 -l%¤jzvZ܍]--m[9?K\jI"c% fFr#ivſ%%(M_oDog P<9g?P ]*Nibqk@nJTL Ӥ"ſTT T=T8Lke"q3UF+2U姼|D#`T51ؓ.?Vgiz -My} ςJ bR{)24GNhAK^Yv;f2H5Q]ory@? Ò0gg7/7БD V endstream endobj 20614 0 obj <>stream -HӪgy^U8B,`[,dWYZ&!(K!<+x]gzXy]4IK]ީӚoE䁸XeźK\զоVYr6aֶb]C=k];t3q%b+IbyX{f:ihG@88-5+Ǘxڈ)@١@Cy sŚ).ցXKV\},˵PQ4P1R19ӕɩ*IE.RqsR1thRq|RQt3YX|3UF+2U姼|Fϩjn,\QtY[b-yږ:uie -me%e*_bĕzieٮ/.EoSDjq..Z -_$=u)u=.es -)97eB%ʚoB]X{غpcfPPIj7 #_u>pзz=N`:>n4 -Jake)D}ҙaс {| -g7,|:-z%mSdʌ5T^`[m\zpW|t)YB -AQ!)UxUľDj(lgʕk#J4޲먞+̓5׉ГuDfܴe,^QXF -Iʦ+CmSkqױ#i*¦f,1.`ԒzP\Sḓ}pfh2>XMb%A<[#:f >X›}ܒ\wf+$XIW74n4;``K -42J^O}[> 'FNvzRIz,T`6*2uBE閊ɩTLNŴP1M*rl-g;'C&g'8N7ۓheD}|3UF+2U姲|6F@5:,vÀl,V,]Xbwv]-/+\Vs}p=̺(}ܾ.qku>xifЂ~7wj#@Y_94^Wij'du$4[j1᪞dZS!tMj/%QhPMRO$h11 dfE&kh,rzo5ֶIjlp*"h5M&BH:KLo{Ee-{'i3eb<<Ĥؾ/{NN1WZֲ֡iPin8JEhbI. & rkB&<`$4uBlt5Ͼx١V̦IY FfT ɻgPOͳm֞Yfh{ %MZ -BgF6V1;Er -pbcКT0r%PZm?}o"?}}OC -߈u~0:puu% iI (ƨ0%+jE֌J}26Z Z //f}\0|ukCNjHcf^Nl}Lp+I"Ŋ 9+DmCi%VW,$"D( -*fSzn @ ĩ{.`rl[]M7-PN<;|pv,{N? PX倶{OO? H~A3`$9wRqk`ZjNuBQChQ6 J5m#,X:لj5|2K$xlhWԯҶo:j+aaZbߋDڤd󸽉(1Y"NKIm,-PI`9cby:zu5Fe!T'N N -A3:VĮ]J| -qdx\"g]!K -e]ۙ٪9>Ap+t^e'"IHM֨Ftr։[f>>uh"*íOa%/7A~@~۲bõ0NMa_;KSTFFefvq'f2+sHrǺ9W'%vMdtR/l'1VFgVsv頶q".8[4,c[ aBLҬF"ݎir(O6AfQ*dETo5{|0K' L?L+96I R#js& -,ik<497%i667 -W* +2]̺w -1 .jWԗi{[&Е>gatbyًSo λDJ#į5GrxMܢ/zʧ&#Lx)1q;L>čI(-4& o^f8HJ$J?[IVO {qr|lFMvՙ6̌SFv]n6hUgŃ.QɋQL9mЅӻ]!k"a6;p%a;y ΊL"XNEEAa xW{Wa:Jxa*ħSVx+Sx H&dQ&ypDem.+ 9(u,&>\@;'SRoƸxے> d)BgR;z2i'<= \R)N -4nX ,S;aT%nW&{QtajaV0)v_w)+"$6 $O!0ϒsΦYw^7fQo'f&Ql8"tG "$QńѓRC(_<{'x2&^|?Ozp5tI$`/"EHbޢ~s-J^7B"23c7YL1`UD+ /cjIa]SE($nIn"̢t s~*!uwe/r5TUrQD ɦ .Fٯ?`:=o N k2&"|c_р,Ǔ`.tgX^{zX򥩪ňrc/ -nKܭo -Y~ٌ,DG3GQfWY>E?%M{;$^I`dI\I`q#'[Qnb {E@L}quT?` -h%q3B,ɯnD=~g6]5!Jq{ p2,lkovO3ѩڭY,l/~O?~f˛^!W!b]jdaCI'›eD!ue+EhaCt5<7Ez xfu }Kv.aWÊРN >uD -9(]͠z~$WYNq^g 1] -k?m_ HsRbF2lmfdbx zl}T`)l -G1vV&6_?PSQ˩3e2ZɑWk25ӟ﹑3."1' [9CHVUC^ɥP`E7H[ZȮK QJZtչVT;pE k+V7Z |e¬z6t^FӇ/wA6Nm*tm 4>pV#q!NC0 -vꥤ|foka-e)`,iI )~%*l^4oũP޿CydeDgmD#VK6^J*ZPbKg|QȆF d+dӋZ}$pS(\*6\Fhj3v J%&* >ʘR2Uğ "~ -n"B ;8plCŎ`l̩}.Zp7xf|Nkqaoyk ɰH]J%[g?)EY? -uZF8`OD) &-AQ8ϳsU-[.T2'LkR}={ڙ眭ęQ,+Q&#hG&[^ fSt$VUߞLsN{a fr^-R{1Y*,XNe\ιZ)S`zspxA ^$o%,0`.}6D4ۺƇ=%LJƇIyKة0k}Nl q_M>XlVn7YƵˎVOlR{[!%jכ|{ף059.c2=P8ml;l2۬l5w"jڋ ʙ 5)sNv{/TlPpfAIvl[f[WJĔl3ħbI-sXu>x;mujD3wM?+\Ե]KqILcaO-hjm :bonNԥDŵ+Y/Б ўB Ua|}tf[ıhR}|yۭ:`A2I g9_U9Zc-\hz/~H/yLFmJ\{B4[Sm3&Edymzi:nҧDZٮ4EPN47tciyF%05"R9l)mŵ1$!sZYV\C4\eU{}T'ᾏjYsyl(|!:"ìڔ6SMFyv!VsnkA*9qj`nj`t#) aV=3lڸC`y>;-_=Ľ4b2'23P3,A溙)`*Ȣf -%TiVbnl|Wh7 _РJXM4489 dg!^7CiufhYo[uj֦@Vj-\qn za"4K70y,R8 5fJ`TQi0}9~1nx/_[)-6cY.GϯёsL]^҄:TW~} ct~' r8fBp48LFy.\dߠP6>Si뛍R{syM *QkM%1Y/p}I+{e:^3D-KBKBHKcml1GKblK"l7t\G_BmL0M66By"R,bI´JCP!Lx܋ ΩG">,Ϩ!qltU`Xn<ęLGtep撘ba@P!aIjʽf(ҍzAC_aOK &PיІŒI5_BMEl} -.} Wj=|s"t,n.E .{pIb~ Qm4)df7G3NDͪmM h/&%: mk?imL!AyZm!栭ulIM MR7 |BMAx[tC!%!ٔ S"9x'⼛ruSC OCwÄ>~ؒ6Mֵ- $` Ǯ=ℯTcBd<ןbKŒg*lNaд}rϮ|a) 2#??xpBMۜ]ն8K4O1n]맯_řry^J\ŝ`mZ =a׺l:V%+_d -9 g}eF?,Mn뫮Ka0K4aȴv!Y{j^7g\O^R54IV@T}܍2s,L>7S:7 b9ga,KX){B/˴2^˴2L*e,i%U~ͱLG<7cl,/c|f!>r6Sx,dwKXJ6m -忄~ͱ^*\n219{B/˴2^˴2LZホ%VRK׷~=χbl/. V( -H>B4WW([MK/+T +TlR)CgbIekb1{jc4yOSi4Y׼KΞ<4Az/Zȗf)>4._fӦ5ә+ kΕKrhhdc)ĒKr妗k> ^&,D{əgTRߎem6>*e}Àl$/ĒkX&['Wl/c)כas<M>7"rqoENZ{ b@7BQ +B_(ewBP>HޱvtBP\n -ʒrظߊ*,Bd;N_~)_tDC=~e Tf"_b'r/?$'o_~{Lc[ -ۋREYe^(a{QEY%l/^)IEZR$2!R-v?Vq{AXtE|fIOW6:̗NRCMBQ,+zZ;ytH(a{QEY%l/J^u{QE 2񜅔)fٖ ߎ%\YͱrKcN8^IDmm~{}L*Es("ԍFsCJDo-“ռ2X  9I艕C~/.6)d鵉 lJGPVϵnfI ű[ %$bo[6QbIY -NX{+[{[Bo˝maos!ukū.k%T]CNի"Ċ*3N`S ˙i~Yp҆|icw&:o/F"A5Gc´Ĉٖn=Q5aNNm$4JTc8SDdJ;jb7kc&B4* =)_yvX(Ei[rb`/D{Y$)+Kʋ+ew7eJ0mNx!M($5 s̖V1)II+kRD_"/bYu({/K/3{9 -gR&&Gd6 $6(e^: W5jz5W^2!F ahbIj2ؚ -A_~4.)oN H>pfJAKSG.V$y">%(QjL6Yx4C6*%:Q2xgH~wd| -kp6zB=#PaB9fA厺RO lU՛+ f=zt;xBU. @I%S#5nb#rEH7{IayV9 mT^amGE:Bjny"̽ ؒ{Sbړ)1BVة9nF+󺯰Q,4J2:f[WKоvaze>yv-*f -3K(HW }4֪,GSS) D7Uak;U&%U۞sף>k]%YIlUDUSMxS,"܊fX`HE6[7)ga -+]+!O .^[;NHiu,-lZkn uPjJ &2դ;Wsٷ_~zə4 ?Y$f9oY<rw>QNW*luי|;Jx4Atͷ䠋|Kj+zzvDM{ =0s<0+U| b+~ -1j82+BҏPdЕɓLЋ1wqMo1=u҂,FDF/{Rch8r\BJ쳝0Fع벂=~L,s.,V0 \f:뛭K/@SXbտ+]KSgis#"@ܗxJsW .=I?f>6_ N'#Ptôۭc\)ѭI–Qzwݿj$>c?UZmQ1wG?%CN_^~[7//owA!$n}3UKH ;ꎫ -19 $2aΡ#C~=A($>{ì&a,bA)wh-O,cKJ)0?Cׂ̒\*E.p%wX6I@!)cl<+o:IxU똓~`F~'{c j ydq/ΦH0D=bw΀D+k|4fPx8GeDҟUΫhFH)YP #b}ZK{E`yO߄?ۗӯ?>'_˿H_3S};P27f>M,!aqbQPl0)mCm HJEيnw_UQUۄzi y7: LL|!OKD5o -K͎^e\&Qg,KlK"lK"l:5I.`C5 R1~]nTY8Mx#K:ºhFKkcJps5uH%EpMSČqSML._Z09p -y82횈L&"Ӯ 7n95Qb%Qc52YcVt1[%Q|؍65]N9 x@~Fß~OoZ$,HWw;VAcA+I#U~ϓxİH7Vz:D -0a9d7G;|0@ǑF82ΟcҴ/CPb\`]#&9A -A:h+paL0?=/{v__>vlYsaĐ9wf&$^_Uo W޾[xַ -0苭 H3O0rAB oF y_y, -/c!νArL7GWX97Gt~{qu!KeMC&Jb?_`rܖEl0ƯjL^ -,ߚ'ʫ[Z炯y"_#]_J)| slGq)Y3n؇O:N eQE'r;#k)x5MlRDvqJ`}-QZ\GR.GȦ{<֍(Sj-WC;"RwbjĿJr;`Ϛ[a>CI5d֌T~){/Kiu*QBhs LFy' JȘ盕VkM?ksgˌ!3-f^N/-Pk _aee84-Z`"-f=+lKM7o} pvŐxA=Mn؋0v7(8\-l׉5 -Dڒùh<8ܴ<\B، P}/D%WF+zN'ʳ>xg}xxU 11%GU 0@(x,Ȣ;º TWjP xåpU{c.v#|S2΋3)(l8y4qיggLǔVZ6e KpNWvdXz g%͉8'9׶c5p/5MOpq!ؚxb@(Ŝi׸6CP pŒ4.:Jy~[f \QX*ӉsJ9U ,6KTy|z< Qpi2 -deeztY"`DXiqZKWl N{rb188&m0ůapc}c!q\bUGoѧdy Td-wD_Q!UuOۨDYYXhj85f ‚u0,ϜvwXn$0' N+pq cw?LFyoU2J%QY6(JS9n^=]^ -[?z~!{yK;nϸ= 4p y",'L{x1eV1f=]gOFʜڻ>U}:vDʹ'^L{x0{i=9õK_[+l_7Whmx68[0b ]\w~];گ -+} _G%UPMw 3?vMa -r -Rݏwnp”ƏC}I8 zZSCC\@mDlV-mT7lZ(d_zRhPa|$o_ޥ*.@UA?vq9PI9AMG~pDWz)1_.[ʫhCm)w.ż.(!hV1AT{8>æŞF=+`,HK/+s<?5 Bk3Oli.{K]mpiMUʔ"Ή` " \حڲ ! U]mO.X-Ε .Wˑ:sE5Hpmi˔-VS:W".Iυ_'V̌sh!?NmҠWEʳ w^HYaD 1(3IbT9i g'R'i awp5djؼɢ8\7 3nwh'vS"OJx)[jI-JEȑ&R"GZHRnNi#-rE)7 Eȑ9Ңm^~/?KRdSجOvמ)ZXm%_NÏ_WI8KOh1,(̻C@7+`)|O!qop1lf&Ex&ݞ܎GK)V3%8 -/w,/$È;͎ŕ-)O %̧ mq`IH4:dw>sw7zdmӀd$)Mj;[?*zO@)RN>I t(m?VG| '󱶤1~&BT $Gp#)ظ)\nalEϤVva㿿oA߮;oKvq?gu !眄^vPT?/[uJ*JqNLGDo6ԱWםЀ!X(#pb*q'zL`|AMςի3`&w~_SD”)x.wrGD1{n#<'nw!MUәMm]TSuI uɒߘ0GMa]b!Uu ֊뺔.Rʮ]YbXYWYiäӛD? o.Ly?4yZyF&Ȟ E -i&IG[ 2{"ҒwoI׿KfoOY+wrVE$Whdt>;6,:7ex8"A ʀgf 5<(ܷp'tX4AIÉLo&}Or4Cٛ^pÞl{@$+U%!B BZyW<biqmNt]sB*I N_L^pa@WXT`=^R| <WTcG7v?+Zcϊ8}]w8NSˍtLYsU~U -+HhC6Z:Yh觪zh:d3wr,h:8Ad }åST3$Vh1؂ؒA|dtEcv;_~+;_~;___~.;_~~뗻_~eer]֯wYaz]ֿq@cq;~+;~;߯߮~.;~~뷻~mev]wYa~]ֿ7#My8-c .N/6jqy$,X3,xDL:$E#Sa0 6q=TjP >T;c!硏raPPYck 1kNYcfZƫd~d<+9Ǵ)5e;Y&8kNM$/G30~j38CSD3m Z 2jSGGaNmgL_&9L&a =b~I֌5v1hBPӅ'B/B p_q6ҙ7+?SyWXִl7h=ޠb +g6|@N[}~L  V]UupC9Yd+a8Rv>~9vEў+ZLjP, +Ṽ#Y V$HQOx/9nƽ'0=qLҗR01š$ DˉT+e~S͓,w)6"نN$rX<n4S]b8#uC4_TPWm.q*w{8p -Uܫƣw>t8`6λm|έ氭ABMB - ks - Y#8,O?ů=ڋgitG UtE3=Vv&0fF`3 -.>xkt/2g z]=B }~%-4٦=>O\٨.;&19HEQUCOnv(@_LXNv&n)o B[D؆S$qp2*tScQ \Xmu8Ћ:s53r!s^D{e5þ5sˌ&r8>Jb7qXb)LyZ¼ȩj'*,CH\zr, 9I؊bg@vs0P&ꘝ,QJv]><2ULϪj!S6ލ~52$o7Zg7\e7l0u)#2z0J0N#B" !T)dHmM n^( ->7T}ןo"O`*CCzJKQ o/t#/,SC~j>6Õ*pMxc4$tMA|BzZwDfl$ )#/,sd[ϙ!k`W1$48V*ltBh7V-0O`"Qb!{TyT),gb5-YmiݰwxgGڻ.A1krhTp=|{$z{Rw^뱚TvVFʿ] ~_)oy_ӤVM4ًG><Lq#(@ύ -;$,#(0d,JRmb-|ɐ5J'pV$P-Q7X-R`8F-vJE 8ӇhЪT]%)qr!\pmyVaSf -aLcKL?6`NFF¬8 ڤ.F՝֭@9$l3cuNJWĬ"Aa1Ջp$s)f묷PΜÅo}b_>~&AC[U& h?肴$d¸k?`MhcVۮ,xG6ƑFy۟h=Ĥ]a]A!l{2ymҵ+fփ峤\1 {$l&h}*Ri#3-Kpـi{crX.KF&&Q'<;&c2EE]4efǘ3 3v60vĎ1b[n_fǤ}vLvQaXJA/iNEacLxF&&߮':;&Mǟ>}}.jz]EqбZؒςsڍ{xU@ɦWOmgYlX) A0k`sR#cp<~R0ZzQoa7;fb0}GM W߼TV`;_ʼLd.N7n74JR'(.LrSou.`#gKiC%O%AfP]bYYiZT}69$Xf+Ӈ .yE|#\-/)P}oDOF0^`e33Ŭ_)KUR62 ~nӰF'_rf]sahU]eV?R,G9t@I.`(ڦc7&E|`!LsyU87?˧o?T:]‘aPX;:|,ݧl+\'vnE EK?*ČJZrY -YCaXeg&n$Kak fě -%&hUoއ5./hd 3Ewp~>ج"{0++b6̣Xeξ%w b;5)9cSo?bOi~lcIx_6C=V<@Ƭf[ܬ/#C'};7]4gG3 +`:{MAYƒݞI"w^bM2x% p]\qRHwbO\Qщ,O )6r $FZzyvOEC^6҂nHz63C(iLG4&p|JA^2$' z%CsRB}Xߌ6%bRXfA=+By=uk;@ 5ѾCW\e$LPpUl gxh|0=™ aTԲ}ɶH^vy^lqmeD3l-nl : -]h ^g| -:Kʧe*@CIBm?|]C*#,U#,Uc]x2A[F×qˊҲTYR8ʖ8WOxJ k+".,[[? K\vڌT2h-,.}im-;f_Z[u˛=!~?}!qVIA"8D M[Gxb183"ǧ]~L3.ǦqR:4f.DKяSg~ #7VQ8uFu~t{l(_,RjQ(>ZyjhO6}A*驓?c3H8رu%Zrû:M5_>,؝ܱD(Q9m[rf3lI8nO.՘x} 1Hl\9 q#M(bڏJ NN5*a*i! 8Y٪.ΛNe9uo'ˍشnC7˂6`q#B Qr3 R"Y ",QSJ2ۨgCN=ͥn1` J PV7~Zo~]~[LgÛdu$O8S k6MjRYZ!#& N&eԚ,sU0,ơ3yRދbCtqD!VErN^Ljg(`vbj.a2E};ЮB2]aٛ:0+´Ii -jkUMK5IĤZ~j PJAmF=YĴLN uPw@gJ]7{0| -nCs?nhҞ$vH?:`$vƄgxZ, y"8# }7W ;JrfM %dq5ixUH.َ)tb5<,*s1cW>+^(襀ċUɱi+oŴAeK). wHf/_~V&o}~Ԣ:ǫbOݥWZҹ&϶л,(B>iK6RVw(% *4J5-I nm&\{"WiLr݅ooQWzsriS[miFpMyn]"-):w*XϛAOwlOVyf)|(L}` cbw7$ZTjx|!< -_ ft{k1ɺNx5Nا<s\}I(>| m`h,ώC_E)@f,ؿJk)VBҥUOZ <LGx(ϸ/<;.hvN35:N9 0pM*ڒ/F=Le-g[x4ӟ2GDH4%OkSՙZN<WiCnGb|YVU՜&9`QRC`Py%[X,qPGKNQ/?lY1y7͞ LͥrMgI zg&ެX6r/XPʘ3Yyݽ_GSԈ{2ô)<.2z㠥J-]O&2M|D{4>]y-x-xKuX`ѽ$;:^m > 1u3|b7.ru\sCq5rPrxjP ^1 -_aHWSݚ,m&Y=PVޭ,r0swwlvGBH`'$#ӆDN>eN"[|î}c{ׁ3h Z$ rV%GsS'wZ =׺$ hr+YO˞v矻/cЫXЪt$o?~1#_J_ -ڑh3j?i?,)k=tRHrkq@]\;Of %WQ7VMz'pW!6 ZD7c'Vn8"E@Q`3F{TSL،gkv1ٰffm/vxNndB|4e<0#w[=Eę# Dj?JEZ@@zpgxr;9i7Zg툍COu -Y+ްs? n^|֔5J~cܳW + ARX,AO]H@>ui"`?ln<`&V5.VMQn[D6q T0#?y~hǘv'FMj"г!4v;n&,ހmBd%hZy#R4T7H&ϴHMDŽ򇏄Cb`r6葂_KHRbP!lls^[g,h5UKSjڌvh={ Fl|f( f5{ïo mO@xeVaTg ߗյZ "e%re["=+Gb@z@]: #|JI sCHv1/7q~ _nc#N'Ƹ߂oz):*Un0k~5W?Z\e nSÞWJ5lhU9Tf8G;#̘j0 Q\dϐRMp -aQ1`2dVq=Sj;p.m{ !P?h4Dxr!`\<ˢzJԣs}7U8t򿮁0* h~cq#g^A00]~*CA>6DXqQtl(.$5ffK#_Ouho5Fk3H*{3vS= EܻZxyuj}XOA+"7{h'Q@)@WPFjw8{}8|3*k@߰4j g;'2j)͇%%(0$nYK4m8VvM]1U]ֹ\{s=OkYCn@P=7 ?4*bBU]4bDxl&0઻4y~qE 3]bfSC~mj]'`BSmody)SV$SkRq)TdVܠϤ "28ijb`?TM336%`f)A*C|q:'z7XE' -[ p^˺V!""EAL^ak/bbiE!uʫ*b&6#Y n{ OiG=?2X0^3n~g0Gj? Xcd4lOK@̝ c^a y]BCEgYSE]c\6`,. ײkW<+g#4۫0Gwj6pv ](xBo6jtHUz##"BBQ8HMZO+"JK`a@ˎPWގß#f#7Xa''I PdlV-i*vRkFMay޴0qa~jAR, jW`s^G`Dⶖ>tII0 :/AW/V Ff4iMŚt}`<ԵcsMcӁ -uJG uC陑I,Mx :bTē o)8aIo1(jvy>_)?x,/,KO3GI״C%Q!!K=3ѧ6-hJ(ižL"0YbL=I έ#rxX - RX-'U*]vz,J4pt2vڠbg:$]nYI=M3>DiUOGό96gA+p IJEwhzt|Yf -B3A8 bAM#5..jlUhx`x(QK {Ou2jczYz삎?ۇ7>}c-=#YYui) BTv4Y3p$ s 6+EW!Bqy~ћc{T`qP~]ӟ11_pHӫ6{ox̃.0\YwEdPe\oh0t}~*()#E3S4w8@ VuߠJe*k}F혻x\ϿоWrޫDk?V:Xp͊O8Xܥ߽`Gm i7naO N|/]M=&1uX$sžN:I,[/Ry љ~~w't._2*JSO:>SfvSKͫfq_̤*;FGz;FUXUJ7ml27+nawRͺdM6enT瓨Z$%:W4V,:8/cUL]1 \~ ܘ? -]ihg% a:Ś2&<(glnj[ !k{M*= -3VE ʱiGh<4tEi) jC25EF]RMh6ny]AM9"#D !g9NX(fJba1K\)LS)Rŭen,YK擵mlJI*/j(ŘGK'2m\)Ϟ0+NCPG4h. /Lfm}37bƨ7VCZjhdV#Nxϒ"k6x*[W1ZW0j{`[ebyFu,uQv;]5 CF;"ɷu;v,P B4qx"Sp〷C <3Sl:c,oTNqFu.' 5 C 3ysܷ .+8b\ZL\̅͹rAԃD>)yx;|uvqަS)6m;,XyXyM;ʾb=8%0gO/PT[0?u7e =ݢ6X.Iɨ #i8Fg=B/U2sϰH㧼0Tw^|ck)6,޷5GN&Iώp_by^}D*lL] LhEF˵Zm -j0JգϖOKQš-ZJœ|{M-f/@i.{)?҈^:}C{{?؝G~ } RO)pߧ,n>pά*=W:vw|7@E-7oTa,- v AA`'O}^+lacߕG%e)Ӱ\COÆh -(Z{]z`i ،Btq{a4=K7:?pճ 92&ֆ }wu.ԃMdw] bz4d%`UɁDa9(p :$}k'WÅ_NW'ЭCqxໞ[w_8/'|:^6tٍTa cDfjDk(%Y6wɥWHiBV{;jURt/}'%.2e `"e -R?{81?/aT:)^B)~Y,MKJKXQ?L׍U"pI\eQ&7{ٲ!J[dֵ,B@x(lCW1J:!s8ң2x8,0uBFB'0d#}g1 '鈾u_7ww)X]mzd -mMa=~V5S>'N-dhv -QD ^K  -]B;L0 ViנPPX0aAcy#l(G(RC2iY,lG"~epωcQS`SW[3(-J悿fᖳU/;Q~lY3Gl5|s6FoIHH-`0*lT}Y&J"=Vx0e:Ywv-U$@ PW=~^Þ9#^IIvgF#t`Dˤ 4oŻe]~]2,_*܃q ܅y+-RUP}<}jU@@ծ6*۵.*t3އ"# Y @Fl)890?Ҩ}]Mv8fF]г%9-+X 9mɭ= hL iiUZq|*.fhնYۣjk6to4(.^z\~{{bF>lič7LH߇M2mָf@^^S✭,|=G2Wxp(QYG 9Ǭ/(Oe+ 0ޭPY V.uoi$6P2N<ѱ=]\gK.ik65Ck]LgEtNN^ 隒NRc:[+iVWo!>~j^F^8] aP,m~V[՛t:oin  s%{lёq[:4i`z؍xSz-R=r#c8_тܚwcaLUDHx3* 8{m+gR|Y x`ꎋP~%;`~ƽXI+ ̓Ɯmo?{F5c1V]Gb@B˪J Q 3⧚5:k љ5o%D!*D`O^dbpyٳ|lq0ETzȗj|%`z -^d<_d_d2,a)x+I`NjLhO^dj:np/2^^dH")y"s $_|Ĥ#SeJ3bt?)?8 -64˛ kG)ƻ]'L; L  a-Xgٖ@RsҐb>Y$]}渇OLku25 -3N Bwae‹CǂWsE>,Ss :{yQ@5?* yZC~Ɩ*OSߘ^~mspݺ!=b!X5 G1=XM5kr_Ճ7=wM(uww6`h|jI7b+ Mc[4Tj0d$](rWtUZ7%^Q'&.e)qóTccx^ﴺ#v9n\a[}Xo\y ~昅t\ K>P@YU -82=dХnb)͢? h59az%Uy(F;faʴ|И`}SD`w -irI " \ -c?\Ϲ&9tY_*B3%d8{PFN - aM1&GE)h. u4zlRμ5gshqz7|tHh~.ٳkb6 <ޜȻs>%׷o/A::w0Ua5YwEunX>ÇY'f߶t2T-}~FHf7 =Yh otҸV -"ƞ%@j':r٭ʾNr4uo[' ( -2C-4J -TMtfar}f~ß9F,[;Md -#ᷮ}y^[YrΕw FzpVSufn@9lt:@b:!t ؆Om,IֶsyAITJ,6cS#g`W|-gMp=*5[HF8uWpZ/qu+ #@wD?SIUj=|D`g7{Forُtz@ c(u˭as/(a/s:.wY2ޠd]bץw ЬcfQHqFFZi -:cV<V;^c:vɦ*0̐$Ŕdo n:?᧷9mu|b'ZCL,+1w@Cۥ~3:T&>ܯEOh_l -m+vw= % Bk_Aͤ >^Ah:v'e3%J@E[Ter.sѶb,;aikkRn"(T;? * uBӡɞҙό*MEqyV{KyodU2 FwE̷RXPZPjҽ7|{+Ep;$M #1^B6$үn&-fjȭLk[Q -Unv~@"z)' N$҆i\e x^`l6&Uj[~MC}Uxo|i% C Dt@m p;f5$Nu4 LZGRg$myyu(0*"Df0P~4 -xW}񧷼v˦ILskd<>Md5~3Σί(/$-|3 7wyMqVd.S=-ivxgl@X8K1ݘNByl ï&H\^b2V,;B}&J|ѣU| B089=<1%ي"q:83oxr3dз$z}kw˿_߬Cs>"9@_%ͳ2F1E˳^J+~~NmFz]oG p_,r| vXgK 2c~D]Y._J<1-Om5!f -M]t5*SCq!¾k] klY.3rho:J"iKsLJ˚6Pi(GmltΧ:/(bK[y _[s`1'c.+eXlT'^>zP~~1aUGы)H_q}$N$8Ĭ$棌em`S9I8x`"vn~( ␭kNza)֭:*{/aZŇ'(v<ݿDˇO)Ǐo>$H0-1__e* -W4K˘2\vV'Xx UIFܳj_;G6~jz' {]K mй:]`YBmz˻fZ8=-A`-ݺ*'ڥNe:-[[,^JܲUt -i6<%a! hDr=U(QNoۦl -[8h@!BP:6.[8tPڏ<[zzZ%W_J7kJ\TJUV:^L~ BI+OxlѨiχsQ -]x|`C_']Eq; uY*q6o(Qo>V-l)i bfjQk}J۱), ?,mS-)N)zd0027aJ9S)c: 55I 8&ʸQxP5c>E!%ﲀd*ֈ)M0} z'k[!owAzɽ+z5t>zn%(mݯ}JQz_ `\WNۚJ,K5vsװx.Sr} LP˲eЇ@a1]M(k?~SNJA5v(*yyy4%Ţ>=ŴMtlޠdV7+m,isPz)P! QW/ -:V8,I+ixKwQw` -Uەbr9 ~/4lX4āF9nFn^W%Ҽ?Sb:aJOL/័.gJAOikbLAafS -jV=B6=ZBc}AFN`:Zv3C0TJIh sHycKWXf>@{b-A;al,#9Ǧj+ ޝPQtח%oNi~*EQ2jDV[$nV[0n͸eV[w*k/s),KWR'P7tV=p[^yp*W&IXnڣMf{2y -au$\oϪ`o)1jbI>@TϑD (-A])8ROjo`fCtϫۆ ]($;asQ3ƀvdX^=\!f7_xqB٬= 15fa33sYP >/Dϲ i!|ﵙqwff~'r fņS):@ǸbWJ~@QvX`{`dѩzm(;WK>ce9iJ{OM6bge9K0 QEaڍL46>!/ڌw~8 poe} <\ց렅 O(5awšMty1e$(dZFjR3 -*\.gPfoR:?'K3MJR~'򤢍 I#^Jd܈H7lNbO>0ׂE[۔qljw<ꤞԡ3 `PdC޷+O5Mb d==[uv|02;0d\QGYa;_c?T` HE_a'm[qWy}'ֶYR8iCv2cWUvվfĮ:c}`W 2 J -2]e.W3*}vi=-Cq頮4U-4ROssKwռz a4IݔG2#OϜ+I^?JvÐ>pDTJVJv>BsY -C>uĵYjicd8'7OŠMfдnZw?ȠҤL]ʄe4!an<|Z7$fvѕ X9aE|)gi%,M4!9M" .TYeIw*ĂTRX?*®嚖Mt*-K'ccZ}WQ_^5<+h -1UxĔ)ӄ Z9W|󪮔UZoS`A\VhW"?P)䪩/b|@+>W xb~CYҏg}Ya-]ٹ9Yf 7\cU~8=ʱL -tG E"$M(K?-aH (]:ր-]JeyH>2tpT,Ϭ.aG,Č۞rzF^%Z1$&ocY!--OӔO}yfMi/_XbNE,42r:L~C -bۗ y _Ba[.ֹfҥKYb3r,{hfis3˥K ,%4\nfRlf4sқrZw[l68#`2 -P -u;U;E%dm~4e},L3ũtdrn!oJGsO1enkn-zS~45X拇С"@> RLVFv- @n橇֞OEة$y/%.YF3ՑGYq>_Q%Ovvі#Y;|HR8@P^ j"ښ~i -jc} -yM,?f넙9+W~N6Gf+蠣`+sn?ܑ[ْy"qz~}?Wb&y C_r|4+}\= KeG:2tI#. #S4qߡ"$yݾ$y4b]AFkM}ہ[dv$`HQ{X݋Yz?\ -رZ'Q $%BZ)`5e;VӸk;ԴNL !UeT4@m ꭚH/6QWe6fLmhȾ6y=ӏ$$%k>M!-s1$#L޾;hFJf(4w 0`r71lN:X0Phygͣui=ݚ\z9k4<;}{VQ3<3ѓ۲Gl@ 32K!`p  ~6#he9!$N.4)lV*ƫ .-DIg8m1{ b,4޹tn.qi; Hct.L폾$jWӌUawVcR= @,8gcjs l "a=݆LA97ɖ0SwoMxF?uw S%?q? NP6r -ڻ[[ˉ(fŧ&I{lC] -5{!kKd!hG`[g(T\kdYnIv̢ߪ9.sjؐ[0_Z,fN]ݬ P~0ùcA[qb̷*DOFDׁ.2 `SᕥaAn,(SXJtYuɍ!& E>, 5] uX07 o2zn|JyݝMΌTzn)otbPCvke5,fncWc cnKbs5<}eHPf.R&-S]7Z.ZY3kX]a$=}mz ㉗?p?(^RT$i4v"i ӆvэ`T88\DڂWb٭{ ֥P :;YK9}@ -CRXm 2YW,~i]AU6bn)NJRyHPK/se[ݼNI>?0y{iPIrko'TUZ;t3tJ!fv;{Pz8]s)sD3rFG?CS|F~xݯ|[# Ηj2oK_=8wQYY(\)aZ0`4 [1m{?@߀/ā8loitI0iKf|;V=㊐M1˂Y[6L+V0-(zt Νv&$fW&Tn 2XYy٨VSxKm!pyCT%e2|%yw@doMm>Qin}ںor.y -3uH͋B,[eGb߼͓XТ07$_i>o,l`%y8-jVRs.l<AXW܋ t@gWUcóڇ&^\GP0I@Epğ=%yVwIV\ Z mкqm&뒚z|ulp 3y1v-/bs |d<&[uc5-$7wO! Wa+zMt%sXi';jz[%tQXZ )۸[ك;0G;YWzz>aqӓʻ>60Ѯn!,=8PFW6oMu-72eM -Sقy%L6*mTP}% -R -J,3eTA ĥ TX&f0%AÞ3a0N9{΄ oV$D#M -oK=Q9򀂐/ |_&-lMh&Lo矫:H8!D?=ga, S}(Gv1:X?*{=bG`{WCw9x h㲾;WE$V/D $K UOSj4VyAʸݳ14e@(,GgW:̼WD,(ۧ7J4_-eI@ڌQԵ8DȊ1ŞmnږuKQ5֘Ct YХC_VG$s%e}l|X+w}Xڟ8HYhim'禍nl26^:*PZHuTLb.}DY$ud+clZ & ]sǦa<:)ƞ]}sd$гRJ%i\*Nc},g#-<-j#Q -˲D%Jט6\_؟c=zSҁџRQgY*P{h5 t -,klV$2J`17̾*{ @;E1T#PayPa~TYޝAN̨)9ƃ o$t^v{x}۾ - -dU|nJisY<Q9Kǎ#b]W\{,~cEpUz_]uxypO7lL<IZ,-0pPOW Lؕ]{cw;W7^^.wJy a&a+S+ڽi B`Jʤۡ6 fdZluUp`fY+d,/ :tlafwg*6643+zM_uf3gbYX^q^nveҲ=L]n-o5%>}/^f)n+ މ0Y6=N?!У1(ʋ XhaKx|znS$pWlUj&ϖ2 @319[@$4kZFƣJ7@7& `)bLpq(Xe6a=>NAtB8t@VR7~~oˋ7-2.6-->qJkzҡ)dAo&F=|(BJ.d52=}y2iu2~Mǟ~~ۘʾUx? ï xfDT &8M~[ۮTZ5;A -`Mgw,[`. -KG0eFb&oe~,-q6q}_͝~IOLMUSl-g0s`' 3sf -Z;/?}-i f/AuӢp SifDp^e|_1%c^?\z-VpchoC oe]P0î/E / -qzVˆY^ϘMY|{MS/? A+0{tu 찝uzӲ4CţCfi=ZCֹGܣ5h = -o%\<ܣ{4O/_,5Mj\&{!R!=6,Z6'cמ4:2N LL۱󽰷aaI*N6.[bG>Bj^&gy> TJ5'U~d1݃ds¨уV6M2QgV=-̻ -``vxBxclsm^n[U?nY~G.h1Ђ!O X&V)E'}$Ff5ƘRkF$5xLۛY霄nk5.n{ܒmU75,}EO jKEt~x7|x|+ku?xA_+n,O`Dnȣwx51 2^ `Iq ->pz+oa2wvkҙ$L.-l0nc8 p}\a^6kSH돥-U#Zꮂm1~4Ä?S񭔆GqXb3h~$`'ӞaGqy?HEU/-`3`񉃽 /Àlj~t5sr, -+h\duxsx&fYk/,4f4L l[H*8|]ّ*A$w0Џ@eK9"-4 -vpoR;=/?/p n -]>"'+9#-PzhPVW[~$mGZ;%(o:0͚z/YM@a[7vn?vo -lI gQ%;_=VG>l"pOTDc@l$(vEytIIdKE qJ|6s9}zۈPa/|ņjԊNJ*n> -h KŻFfxxFUd.u"dHܳ0c@ENbGwTl{V|J.!mka5/R#V--XQ8IJyщnאVZlR\=΅gMi .W\ ]q1FVJ<Σiݧ.JG!Y֍fe̸Gki~By'l"h$\ [s&fly{qުK械PLDbn.f'j߳zKv1 -EjBq~p.Sf -̍@᜴KumK-o>UY/Sz1PIA%۫zK^eױ#5Re^\]^ \(}&c*Y(0u*a(Se~Ki$Qi92ka)2kLa)2kLa92ka9Rb=%4 h<x4&Ex,:/M4fycihΣC4("Ҋv MVK?1~SZzt"C;ᨮ B؟p&v݄_.ɳ*j? uFJb0e2p #\XXiCQg5"cU4w[6r5yN^!]IayPʣny5fMGzm.Rh;s^7beM=-o]Dٚ+#早Ү P#{c'2Ɲpn6exb[v -BMDܭYPo/ -Ze4`>0ӳ -xy*(VA 9UuJڥ6w!TOmVb}/Ⱦx]B(i -j U_q# Dڎ+@̪ WM뉷|sN>:V@IP!k(von 99?j;"'hk[_d3'{,{̔\[BY(ׄ|9GYǟzqD&XҌVA`4)qe<@-i\wڨ7GE .|5^PGamao ɬmdd;t'Zd» -N^ bMItKꆹ{e=*CQ >SMjcߺ`e'˞ׁ*J q+rTJ,|tVcj ΣΫxP"uiXjB~=E4IHL*1WP?ؤؔbIR-qMzp=p>ZC\ Ʒ[;@%fi$wrAATFȻRR BUy=/ -0^Jغ#2E<ҹ( )lB/Wi9|o(/+5bʚK{:).oR"8`]`Uԑn@Ǘ GX솴ڋo`U &$϶LMzlv:@!d4f6CWW r$eK̲B ͨԹws90?e5 s/ ~xw*C>|~#ŋ6wE ӌFa^zaC3-B]1xpA24*#,4389?:=쾙rC2ě^E0*hE8ص)J?Sߴ{sTP:W].!L);ƹ22P:qB6aLIuڋ/0?M%$̋:5营'Q 춒htH6#k0G[hy`&#,l1xZf*SIgե,AUO>؛InS!o|,lp/UTe;3wá0R[U:4vg=hFq -i-c].;t/~cWɤcj51=fS'wߺ)_/:y~GWN.*cXw"4IMbvijh7FaR>59fe%F V i}>/,0p#OHtAJ %n%ϻ;j(sJszUo`Ig -PC ܿ0 -jCTf&Y# -Ǐ=!4gJ35IlU!4݊`KwSư\lݥ (3n -3Ҋ #g}}4V8&Cg @ ȧ ->'b 4]Lf<**Q}dӭQ/EIXne/xϣ . d]3]5/)? -h>ë?F%Y2=tw/ـbJ1m^b%;L˂kK}8=1[nV kzwrv#g3-[Qq#=eà},ա7RՌgww.kéޝ..&;3 }&7k60eQ,lC_($QJ8лoJOL3f:n5϶п޼<#-<(B~Kl^ 1"Wh ^=t^Mh daY}^Y_S}aU>s -C7.UvMTE4{ziL]]{WQR磤GI Ge |6OJ -S tl797 ¦eǍT*93^#{J~CžV37Q.7bB~#1@z#)$=HPH䄿7صEZ'n+upcNX7ֳ,զ-o$F27/okWcmDüH$IG{$ڱA0&WH}xNUřZ~{$RU>?Pq'{]3Ms ,A恙ھE~@(8^ԍ`RY0/@gOMQ,F^ ԰eBBqAhܒB%BHkKEC֨EQ6dRGt~x!RPDM<08H2pA'i$` 7b3Xԏ40eD l;ro >(:òfh\GA…AuHXNB.J!ଂ2`T>V *N6+>TdWDLyɳxdrB ~-IvC8ib~::ɑ]իݥa\)n޴QX*)[5R뮙qHB(޼2oxjslb`rL5z%l^\T5?z@Ҟ.N<-S+΂ -xht|Tv8I\@_ŗɺ{m'[!&O'Hl_l q m]Xͦr;€\\屍FٵQvm6ceFvsAN0b2"i]__ɉ,>'$-*632ٹޟivn -X[GԚe [W5x&hV -`p\HYcb(k# -DNG֬QTQŜxe ]AZApne&giDDnЀWk 0K; - FkJRi.02'f1 aVWeW/YA* 7Lj yGQ10D6zx~bY^j<ՒbެԩYfG?~j3f34}4ĂuL0>|wY mXIXSnװ8յ,I QH3N!ր*bMa~~t0>z}y6$_9$O'_|=իo<}*}+"uxIޟws?^>*$eL٧zZK|`]8*FkZ!2Vc^F<\ -Wo~1\@ߟQ(9$ UpXtЙ*fxG!](`b!@wE +jt>9 ;ʵĽ ZRQG,vvPwoeraR}3K? H&nw<&Hq}XҺG`~mU=}P]`sŠAh,r-XT[èkQUH@4c/A&ʵo'tB#(Jz3T'r6Ƀ[7"Zg>)\ωy ̫QH%w~;nt>MD.|Ac! -S6̰NOjЙ-e -Ic%閶`7E 5/oHtw궐QtnE8տc\eB8dxgU2 J'<5pI4pĩ 4H0q C]6aZU3<{p-6ɀ rY!; _1ymp-im|:*7X0Sg'0#i^p)^.f?܊.aoߦ4:D'^@yZYLB,Zդu:ՆhRasyUq*U]wQ(N:8msg@hz;0Kr փ^AC ܏~؟DO b>E"C :Z.-91:¥>°C&B:޵Gإz$ކ9&@&:T]Xh G_x ^ d@%67#ƥo'6yY!6u6㠶xLmо@%inAXs[eb@Y4j8NIx?I17AKqzo/H;dlDx1!k 7.3;PՁM)q/ZeG%rb{[UAhMGgP{5*;f*k۠eTSbe zI4=Pl3%RҮPl͒YSTE"׼ -I f4qwFx4My1PYa]453{)9xu$z^40R1Q=ت0*c]l$ Rd:ȁ@=^Vk.]Ur{\W#LDAmB"ذQ؛d\;R#Ch3֧o]]ZZIad杒\@.KTipMy}c-`h+p!"#"EU̒y2A̳unMM=mIj*7.$EsaTwn]߅vEmN>ɞpZ|~U50`Z'зџ}6 2F֋h%^6tA6OrOW=R=_|w/W7^~w_^}۫|HMb?yշ;F endstream endobj 5 0 obj <> endobj 6 0 obj <> endobj 7 0 obj <> endobj 2067 0 obj <> endobj 2068 0 obj <> endobj 2069 0 obj <> endobj 4128 0 obj <> endobj 4129 0 obj <> endobj 4130 0 obj <> endobj 6189 0 obj <> endobj 6190 0 obj <> endobj 6191 0 obj <> endobj 8250 0 obj <> endobj 8251 0 obj <> endobj 8252 0 obj <> endobj 10311 0 obj <> endobj 10312 0 obj <> endobj 10313 0 obj <> endobj 12372 0 obj <> endobj 12373 0 obj <> endobj 12374 0 obj <> endobj 14433 0 obj <> endobj 14434 0 obj <> endobj 14435 0 obj <> endobj 16494 0 obj <> endobj 16495 0 obj <> endobj 16496 0 obj <> endobj 18545 0 obj [/View/Design] endobj 18546 0 obj <>>> endobj 18543 0 obj [/View/Design] endobj 18544 0 obj <>>> endobj 18541 0 obj [/View/Design] endobj 18542 0 obj <>>> endobj 16484 0 obj [/View/Design] endobj 16485 0 obj <>>> endobj 16482 0 obj [/View/Design] endobj 16483 0 obj <>>> endobj 16480 0 obj [/View/Design] endobj 16481 0 obj <>>> endobj 14423 0 obj [/View/Design] endobj 14424 0 obj <>>> endobj 14421 0 obj [/View/Design] endobj 14422 0 obj <>>> endobj 14419 0 obj [/View/Design] endobj 14420 0 obj <>>> endobj 12362 0 obj [/View/Design] endobj 12363 0 obj <>>> endobj 12360 0 obj [/View/Design] endobj 12361 0 obj <>>> endobj 12358 0 obj [/View/Design] endobj 12359 0 obj <>>> endobj 10301 0 obj [/View/Design] endobj 10302 0 obj <>>> endobj 10299 0 obj [/View/Design] endobj 10300 0 obj <>>> endobj 10297 0 obj [/View/Design] endobj 10298 0 obj <>>> endobj 8240 0 obj [/View/Design] endobj 8241 0 obj <>>> endobj 8238 0 obj [/View/Design] endobj 8239 0 obj <>>> endobj 8236 0 obj [/View/Design] endobj 8237 0 obj <>>> endobj 6179 0 obj [/View/Design] endobj 6180 0 obj <>>> endobj 6177 0 obj [/View/Design] endobj 6178 0 obj <>>> endobj 6175 0 obj [/View/Design] endobj 6176 0 obj <>>> endobj 4118 0 obj [/View/Design] endobj 4119 0 obj <>>> endobj 4116 0 obj [/View/Design] endobj 4117 0 obj <>>> endobj 4114 0 obj [/View/Design] endobj 4115 0 obj <>>> endobj 2057 0 obj [/View/Design] endobj 2058 0 obj <>>> endobj 2055 0 obj [/View/Design] endobj 2056 0 obj <>>> endobj 2053 0 obj [/View/Design] endobj 2054 0 obj <>>> endobj 18558 0 obj [18557 0 R 18556 0 R 18555 0 R] endobj 20615 0 obj <> endobj xref 0 20616 0000000004 65535 f -0000000016 00000 n -0000000693 00000 n -0000022215 00000 n -0000000008 00000 f -0000761423 00000 n -0000761499 00000 n -0000761576 00000 n -0000000010 00000 f -0000022266 00000 n -0000000011 00000 f -0000000012 00000 f -0000000013 00000 f -0000000014 00000 f -0000000015 00000 f -0000000016 00000 f -0000000017 00000 f -0000000018 00000 f -0000000019 00000 f -0000000020 00000 f -0000000021 00000 f -0000000022 00000 f -0000000023 00000 f -0000000024 00000 f -0000000025 00000 f -0000000026 00000 f -0000000027 00000 f -0000000028 00000 f -0000000029 00000 f -0000000030 00000 f -0000000031 00000 f -0000000032 00000 f -0000000033 00000 f -0000000034 00000 f -0000000035 00000 f -0000000036 00000 f -0000000037 00000 f -0000000038 00000 f -0000000039 00000 f -0000000040 00000 f -0000000041 00000 f -0000000042 00000 f -0000000043 00000 f -0000000044 00000 f -0000000045 00000 f -0000000046 00000 f -0000000047 00000 f -0000000048 00000 f -0000000049 00000 f -0000000050 00000 f -0000000051 00000 f -0000000052 00000 f -0000000053 00000 f -0000000054 00000 f -0000000055 00000 f -0000000056 00000 f -0000000057 00000 f -0000000058 00000 f -0000000059 00000 f -0000000060 00000 f -0000000061 00000 f -0000000062 00000 f -0000000063 00000 f -0000000064 00000 f -0000000065 00000 f -0000000066 00000 f -0000000067 00000 f -0000000068 00000 f -0000000069 00000 f -0000000070 00000 f -0000000071 00000 f -0000000072 00000 f -0000000073 00000 f -0000000074 00000 f -0000000075 00000 f -0000000076 00000 f -0000000077 00000 f -0000000078 00000 f -0000000079 00000 f -0000000080 00000 f -0000000081 00000 f -0000000082 00000 f -0000000083 00000 f -0000000084 00000 f -0000000085 00000 f -0000000086 00000 f -0000000087 00000 f -0000000088 00000 f -0000000089 00000 f -0000000090 00000 f -0000000091 00000 f -0000000092 00000 f -0000000093 00000 f -0000000094 00000 f -0000000095 00000 f -0000000096 00000 f -0000000097 00000 f -0000000098 00000 f -0000000099 00000 f -0000000100 00000 f -0000000101 00000 f -0000000102 00000 f -0000000103 00000 f -0000000104 00000 f -0000000105 00000 f -0000000106 00000 f -0000000107 00000 f -0000000108 00000 f -0000000109 00000 f -0000000110 00000 f -0000000111 00000 f -0000000112 00000 f -0000000113 00000 f -0000000114 00000 f -0000000115 00000 f -0000000116 00000 f -0000000117 00000 f -0000000118 00000 f -0000000119 00000 f -0000000120 00000 f -0000000121 00000 f -0000000122 00000 f -0000000123 00000 f -0000000124 00000 f -0000000125 00000 f -0000000126 00000 f -0000000127 00000 f -0000000128 00000 f -0000000129 00000 f -0000000130 00000 f -0000000131 00000 f -0000000132 00000 f -0000000133 00000 f -0000000134 00000 f -0000000135 00000 f -0000000136 00000 f -0000000137 00000 f -0000000138 00000 f -0000000139 00000 f -0000000140 00000 f -0000000141 00000 f -0000000142 00000 f -0000000143 00000 f -0000000144 00000 f -0000000145 00000 f -0000000146 00000 f -0000000147 00000 f -0000000148 00000 f -0000000149 00000 f -0000000150 00000 f -0000000151 00000 f -0000000152 00000 f -0000000153 00000 f -0000000154 00000 f -0000000155 00000 f -0000000156 00000 f -0000000157 00000 f -0000000158 00000 f -0000000159 00000 f -0000000160 00000 f -0000000161 00000 f -0000000162 00000 f -0000000163 00000 f -0000000164 00000 f -0000000165 00000 f -0000000166 00000 f -0000000167 00000 f -0000000168 00000 f -0000000169 00000 f -0000000170 00000 f -0000000171 00000 f -0000000172 00000 f -0000000173 00000 f -0000000174 00000 f -0000000175 00000 f -0000000176 00000 f -0000000177 00000 f -0000000178 00000 f -0000000179 00000 f -0000000180 00000 f -0000000181 00000 f -0000000182 00000 f -0000000183 00000 f -0000000184 00000 f -0000000185 00000 f -0000000186 00000 f -0000000187 00000 f -0000000188 00000 f -0000000189 00000 f -0000000190 00000 f -0000000191 00000 f -0000000192 00000 f -0000000193 00000 f -0000000194 00000 f -0000000195 00000 f -0000000196 00000 f -0000000197 00000 f -0000000198 00000 f -0000000199 00000 f -0000000200 00000 f -0000000201 00000 f -0000000202 00000 f -0000000203 00000 f -0000000204 00000 f -0000000205 00000 f -0000000206 00000 f -0000000207 00000 f -0000000208 00000 f -0000000209 00000 f -0000000210 00000 f -0000000211 00000 f -0000000212 00000 f -0000000213 00000 f -0000000214 00000 f -0000000215 00000 f -0000000216 00000 f -0000000217 00000 f -0000000218 00000 f -0000000219 00000 f -0000000220 00000 f -0000000221 00000 f -0000000222 00000 f -0000000223 00000 f -0000000224 00000 f -0000000225 00000 f -0000000226 00000 f -0000000227 00000 f -0000000228 00000 f -0000000229 00000 f -0000000230 00000 f -0000000231 00000 f -0000000232 00000 f -0000000233 00000 f -0000000234 00000 f -0000000235 00000 f -0000000236 00000 f -0000000237 00000 f -0000000238 00000 f -0000000239 00000 f -0000000240 00000 f -0000000241 00000 f -0000000242 00000 f -0000000243 00000 f -0000000244 00000 f -0000000245 00000 f -0000000246 00000 f -0000000247 00000 f -0000000248 00000 f -0000000249 00000 f -0000000250 00000 f -0000000251 00000 f -0000000252 00000 f -0000000253 00000 f -0000000254 00000 f -0000000255 00000 f -0000000256 00000 f -0000000257 00000 f -0000000258 00000 f -0000000259 00000 f -0000000260 00000 f -0000000261 00000 f -0000000262 00000 f -0000000263 00000 f -0000000264 00000 f -0000000265 00000 f -0000000266 00000 f -0000000267 00000 f -0000000268 00000 f -0000000269 00000 f -0000000270 00000 f -0000000271 00000 f -0000000272 00000 f -0000000273 00000 f -0000000274 00000 f -0000000275 00000 f -0000000276 00000 f -0000000277 00000 f -0000000278 00000 f -0000000279 00000 f -0000000280 00000 f -0000000281 00000 f -0000000282 00000 f -0000000283 00000 f -0000000284 00000 f -0000000285 00000 f -0000000286 00000 f -0000000287 00000 f -0000000288 00000 f -0000000289 00000 f -0000000290 00000 f -0000000291 00000 f -0000000292 00000 f -0000000293 00000 f -0000000294 00000 f -0000000295 00000 f -0000000296 00000 f -0000000297 00000 f -0000000298 00000 f -0000000299 00000 f -0000000300 00000 f -0000000301 00000 f -0000000302 00000 f -0000000303 00000 f -0000000304 00000 f -0000000305 00000 f -0000000306 00000 f -0000000307 00000 f -0000000308 00000 f -0000000309 00000 f -0000000310 00000 f -0000000311 00000 f -0000000312 00000 f -0000000313 00000 f -0000000314 00000 f -0000000315 00000 f -0000000316 00000 f -0000000317 00000 f -0000000318 00000 f -0000000319 00000 f -0000000320 00000 f -0000000321 00000 f -0000000322 00000 f -0000000323 00000 f -0000000324 00000 f -0000000325 00000 f -0000000326 00000 f -0000000327 00000 f -0000000328 00000 f -0000000329 00000 f -0000000330 00000 f -0000000331 00000 f -0000000332 00000 f -0000000333 00000 f -0000000334 00000 f -0000000335 00000 f -0000000336 00000 f -0000000337 00000 f -0000000338 00000 f -0000000339 00000 f -0000000340 00000 f -0000000341 00000 f -0000000342 00000 f -0000000343 00000 f -0000000344 00000 f -0000000345 00000 f -0000000346 00000 f -0000000347 00000 f -0000000348 00000 f -0000000349 00000 f -0000000350 00000 f -0000000351 00000 f -0000000352 00000 f -0000000353 00000 f -0000000354 00000 f -0000000355 00000 f -0000000356 00000 f -0000000357 00000 f -0000000358 00000 f -0000000359 00000 f -0000000360 00000 f -0000000361 00000 f -0000000362 00000 f -0000000363 00000 f -0000000364 00000 f -0000000365 00000 f -0000000366 00000 f -0000000367 00000 f -0000000368 00000 f -0000000369 00000 f -0000000370 00000 f -0000000371 00000 f -0000000372 00000 f -0000000373 00000 f -0000000374 00000 f -0000000375 00000 f -0000000376 00000 f -0000000377 00000 f -0000000378 00000 f -0000000379 00000 f -0000000380 00000 f -0000000381 00000 f -0000000382 00000 f -0000000383 00000 f -0000000384 00000 f -0000000385 00000 f -0000000386 00000 f -0000000387 00000 f -0000000388 00000 f -0000000389 00000 f -0000000390 00000 f -0000000391 00000 f -0000000392 00000 f -0000000393 00000 f -0000000394 00000 f -0000000395 00000 f -0000000396 00000 f -0000000397 00000 f -0000000398 00000 f -0000000399 00000 f -0000000400 00000 f -0000000401 00000 f -0000000402 00000 f -0000000403 00000 f -0000000404 00000 f -0000000405 00000 f -0000000406 00000 f -0000000407 00000 f -0000000408 00000 f -0000000409 00000 f -0000000410 00000 f -0000000411 00000 f -0000000412 00000 f -0000000413 00000 f -0000000414 00000 f -0000000415 00000 f -0000000416 00000 f -0000000417 00000 f -0000000418 00000 f -0000000419 00000 f -0000000420 00000 f -0000000421 00000 f -0000000422 00000 f -0000000423 00000 f -0000000424 00000 f -0000000425 00000 f -0000000426 00000 f -0000000427 00000 f -0000000428 00000 f -0000000429 00000 f -0000000430 00000 f -0000000431 00000 f -0000000432 00000 f -0000000433 00000 f -0000000434 00000 f -0000000435 00000 f -0000000436 00000 f -0000000437 00000 f -0000000438 00000 f -0000000439 00000 f -0000000440 00000 f -0000000441 00000 f -0000000442 00000 f -0000000443 00000 f -0000000444 00000 f -0000000445 00000 f -0000000446 00000 f -0000000447 00000 f -0000000448 00000 f -0000000449 00000 f -0000000450 00000 f -0000000451 00000 f -0000000452 00000 f -0000000453 00000 f -0000000454 00000 f -0000000455 00000 f -0000000456 00000 f -0000000457 00000 f -0000000458 00000 f -0000000459 00000 f -0000000460 00000 f -0000000461 00000 f -0000000462 00000 f -0000000463 00000 f -0000000464 00000 f -0000000465 00000 f -0000000466 00000 f -0000000467 00000 f -0000000468 00000 f -0000000469 00000 f -0000000470 00000 f -0000000471 00000 f -0000000472 00000 f -0000000473 00000 f -0000000474 00000 f -0000000475 00000 f -0000000476 00000 f -0000000477 00000 f -0000000478 00000 f -0000000479 00000 f -0000000480 00000 f -0000000481 00000 f -0000000482 00000 f -0000000483 00000 f -0000000484 00000 f -0000000485 00000 f -0000000486 00000 f -0000000487 00000 f -0000000488 00000 f -0000000489 00000 f -0000000490 00000 f -0000000491 00000 f -0000000492 00000 f -0000000493 00000 f -0000000494 00000 f -0000000495 00000 f -0000000496 00000 f -0000000497 00000 f -0000000498 00000 f -0000000499 00000 f -0000000500 00000 f -0000000501 00000 f -0000000502 00000 f -0000000503 00000 f -0000000504 00000 f -0000000505 00000 f -0000000506 00000 f -0000000507 00000 f -0000000508 00000 f -0000000509 00000 f -0000000510 00000 f -0000000511 00000 f -0000000512 00000 f -0000000513 00000 f -0000000514 00000 f -0000000515 00000 f -0000000516 00000 f -0000000517 00000 f -0000000518 00000 f -0000000519 00000 f -0000000520 00000 f -0000000521 00000 f -0000000522 00000 f -0000000523 00000 f -0000000524 00000 f -0000000525 00000 f -0000000526 00000 f -0000000527 00000 f -0000000528 00000 f -0000000529 00000 f -0000000530 00000 f -0000000531 00000 f -0000000532 00000 f -0000000533 00000 f -0000000534 00000 f -0000000535 00000 f -0000000536 00000 f -0000000537 00000 f -0000000538 00000 f -0000000539 00000 f -0000000540 00000 f -0000000541 00000 f -0000000542 00000 f -0000000543 00000 f -0000000544 00000 f -0000000545 00000 f -0000000546 00000 f -0000000547 00000 f -0000000548 00000 f -0000000549 00000 f -0000000550 00000 f -0000000551 00000 f -0000000552 00000 f -0000000553 00000 f -0000000554 00000 f -0000000555 00000 f -0000000556 00000 f -0000000557 00000 f -0000000558 00000 f -0000000559 00000 f -0000000560 00000 f -0000000561 00000 f -0000000562 00000 f -0000000563 00000 f -0000000564 00000 f -0000000565 00000 f -0000000566 00000 f -0000000567 00000 f -0000000568 00000 f -0000000569 00000 f -0000000570 00000 f -0000000571 00000 f -0000000572 00000 f -0000000573 00000 f -0000000574 00000 f -0000000575 00000 f -0000000576 00000 f -0000000577 00000 f -0000000578 00000 f -0000000579 00000 f -0000000580 00000 f -0000000581 00000 f -0000000582 00000 f -0000000583 00000 f -0000000584 00000 f -0000000585 00000 f -0000000586 00000 f -0000000587 00000 f -0000000588 00000 f -0000000589 00000 f -0000000590 00000 f -0000000591 00000 f -0000000592 00000 f -0000000593 00000 f -0000000594 00000 f -0000000595 00000 f -0000000596 00000 f -0000000597 00000 f -0000000598 00000 f -0000000599 00000 f -0000000600 00000 f -0000000601 00000 f -0000000602 00000 f -0000000603 00000 f -0000000604 00000 f -0000000605 00000 f -0000000606 00000 f -0000000607 00000 f -0000000608 00000 f -0000000609 00000 f -0000000610 00000 f -0000000611 00000 f -0000000612 00000 f -0000000613 00000 f -0000000614 00000 f -0000000615 00000 f -0000000616 00000 f -0000000617 00000 f -0000000618 00000 f -0000000619 00000 f -0000000620 00000 f -0000000621 00000 f -0000000622 00000 f -0000000623 00000 f -0000000624 00000 f -0000000625 00000 f -0000000626 00000 f -0000000627 00000 f -0000000628 00000 f -0000000629 00000 f -0000000630 00000 f -0000000631 00000 f -0000000632 00000 f -0000000633 00000 f -0000000634 00000 f -0000000635 00000 f -0000000636 00000 f -0000000637 00000 f -0000000638 00000 f -0000000639 00000 f -0000000640 00000 f -0000000641 00000 f -0000000642 00000 f -0000000643 00000 f -0000000644 00000 f -0000000645 00000 f -0000000646 00000 f -0000000647 00000 f -0000000648 00000 f -0000000649 00000 f -0000000650 00000 f -0000000651 00000 f -0000000652 00000 f -0000000653 00000 f -0000000654 00000 f -0000000655 00000 f -0000000656 00000 f -0000000657 00000 f -0000000658 00000 f -0000000659 00000 f -0000000660 00000 f -0000000661 00000 f -0000000662 00000 f -0000000663 00000 f -0000000664 00000 f -0000000665 00000 f -0000000666 00000 f -0000000667 00000 f -0000000668 00000 f -0000000669 00000 f -0000000670 00000 f -0000000671 00000 f -0000000672 00000 f -0000000673 00000 f -0000000674 00000 f -0000000675 00000 f -0000000676 00000 f -0000000677 00000 f -0000000678 00000 f -0000000679 00000 f -0000000680 00000 f -0000000681 00000 f -0000000682 00000 f -0000000683 00000 f -0000000684 00000 f -0000000685 00000 f -0000000686 00000 f -0000000687 00000 f -0000000688 00000 f -0000000689 00000 f -0000000690 00000 f -0000000691 00000 f -0000000692 00000 f -0000000693 00000 f -0000000694 00000 f -0000000695 00000 f -0000000696 00000 f -0000000697 00000 f -0000000698 00000 f -0000000699 00000 f -0000000700 00000 f -0000000701 00000 f -0000000702 00000 f -0000000703 00000 f -0000000704 00000 f -0000000705 00000 f -0000000706 00000 f -0000000707 00000 f -0000000708 00000 f -0000000709 00000 f -0000000710 00000 f -0000000711 00000 f -0000000712 00000 f -0000000713 00000 f -0000000714 00000 f -0000000715 00000 f -0000000716 00000 f -0000000717 00000 f -0000000718 00000 f -0000000719 00000 f -0000000720 00000 f -0000000721 00000 f -0000000722 00000 f -0000000723 00000 f -0000000724 00000 f -0000000725 00000 f -0000000726 00000 f -0000000727 00000 f -0000000728 00000 f -0000000729 00000 f -0000000730 00000 f -0000000731 00000 f -0000000732 00000 f -0000000733 00000 f -0000000734 00000 f -0000000735 00000 f -0000000736 00000 f -0000000737 00000 f -0000000738 00000 f -0000000739 00000 f -0000000740 00000 f -0000000741 00000 f -0000000742 00000 f -0000000743 00000 f -0000000744 00000 f -0000000745 00000 f -0000000746 00000 f -0000000747 00000 f -0000000748 00000 f -0000000749 00000 f -0000000750 00000 f -0000000751 00000 f -0000000752 00000 f -0000000753 00000 f -0000000754 00000 f -0000000755 00000 f -0000000756 00000 f -0000000757 00000 f -0000000758 00000 f -0000000759 00000 f -0000000760 00000 f -0000000761 00000 f -0000000762 00000 f -0000000763 00000 f -0000000764 00000 f -0000000765 00000 f -0000000766 00000 f -0000000767 00000 f -0000000768 00000 f -0000000769 00000 f -0000000770 00000 f -0000000771 00000 f -0000000772 00000 f -0000000773 00000 f -0000000774 00000 f -0000000775 00000 f -0000000776 00000 f -0000000777 00000 f -0000000778 00000 f -0000000779 00000 f -0000000780 00000 f -0000000781 00000 f -0000000782 00000 f -0000000783 00000 f -0000000784 00000 f -0000000785 00000 f -0000000786 00000 f -0000000787 00000 f -0000000788 00000 f -0000000789 00000 f -0000000790 00000 f -0000000791 00000 f -0000000792 00000 f -0000000793 00000 f -0000000794 00000 f -0000000795 00000 f -0000000796 00000 f -0000000797 00000 f -0000000798 00000 f -0000000799 00000 f -0000000800 00000 f -0000000801 00000 f -0000000802 00000 f -0000000803 00000 f -0000000804 00000 f -0000000805 00000 f -0000000806 00000 f -0000000807 00000 f -0000000808 00000 f -0000000809 00000 f -0000000810 00000 f -0000000811 00000 f -0000000812 00000 f -0000000813 00000 f -0000000814 00000 f -0000000815 00000 f -0000000816 00000 f -0000000817 00000 f -0000000818 00000 f -0000000819 00000 f -0000000820 00000 f -0000000821 00000 f -0000000822 00000 f -0000000823 00000 f -0000000824 00000 f -0000000825 00000 f -0000000826 00000 f -0000000827 00000 f -0000000828 00000 f -0000000829 00000 f -0000000830 00000 f -0000000831 00000 f -0000000832 00000 f -0000000833 00000 f -0000000834 00000 f -0000000835 00000 f -0000000836 00000 f -0000000837 00000 f -0000000838 00000 f -0000000839 00000 f -0000000840 00000 f -0000000841 00000 f -0000000842 00000 f -0000000843 00000 f -0000000844 00000 f -0000000845 00000 f -0000000846 00000 f -0000000847 00000 f -0000000848 00000 f -0000000849 00000 f -0000000850 00000 f -0000000851 00000 f -0000000852 00000 f -0000000853 00000 f -0000000854 00000 f -0000000855 00000 f -0000000856 00000 f -0000000857 00000 f -0000000858 00000 f -0000000859 00000 f -0000000860 00000 f -0000000861 00000 f -0000000862 00000 f -0000000863 00000 f -0000000864 00000 f -0000000865 00000 f -0000000866 00000 f -0000000867 00000 f -0000000868 00000 f -0000000869 00000 f -0000000870 00000 f -0000000871 00000 f -0000000872 00000 f -0000000873 00000 f -0000000874 00000 f -0000000875 00000 f -0000000876 00000 f -0000000877 00000 f -0000000878 00000 f -0000000879 00000 f -0000000880 00000 f -0000000881 00000 f -0000000882 00000 f -0000000883 00000 f -0000000884 00000 f -0000000885 00000 f -0000000886 00000 f -0000000887 00000 f -0000000888 00000 f -0000000889 00000 f -0000000890 00000 f -0000000891 00000 f -0000000892 00000 f -0000000893 00000 f -0000000894 00000 f -0000000895 00000 f -0000000896 00000 f -0000000897 00000 f -0000000898 00000 f -0000000899 00000 f -0000000900 00000 f -0000000901 00000 f -0000000902 00000 f -0000000903 00000 f -0000000904 00000 f -0000000905 00000 f -0000000906 00000 f -0000000907 00000 f -0000000908 00000 f -0000000909 00000 f -0000000910 00000 f -0000000911 00000 f -0000000912 00000 f -0000000913 00000 f -0000000914 00000 f -0000000915 00000 f -0000000916 00000 f -0000000917 00000 f -0000000918 00000 f -0000000919 00000 f -0000000920 00000 f -0000000921 00000 f -0000000922 00000 f -0000000923 00000 f -0000000924 00000 f -0000000925 00000 f -0000000926 00000 f -0000000927 00000 f -0000000928 00000 f -0000000929 00000 f -0000000930 00000 f -0000000931 00000 f -0000000932 00000 f -0000000933 00000 f -0000000934 00000 f -0000000935 00000 f -0000000936 00000 f -0000000937 00000 f -0000000938 00000 f -0000000939 00000 f -0000000940 00000 f -0000000941 00000 f -0000000942 00000 f -0000000943 00000 f -0000000944 00000 f -0000000945 00000 f -0000000946 00000 f -0000000947 00000 f -0000000948 00000 f -0000000949 00000 f -0000000950 00000 f -0000000951 00000 f -0000000952 00000 f -0000000953 00000 f -0000000954 00000 f -0000000955 00000 f -0000000956 00000 f -0000000957 00000 f -0000000958 00000 f -0000000959 00000 f -0000000960 00000 f -0000000961 00000 f -0000000962 00000 f -0000000963 00000 f -0000000964 00000 f -0000000965 00000 f -0000000966 00000 f -0000000967 00000 f -0000000968 00000 f -0000000969 00000 f -0000000970 00000 f -0000000971 00000 f -0000000972 00000 f -0000000973 00000 f -0000000974 00000 f -0000000975 00000 f -0000000976 00000 f -0000000977 00000 f -0000000978 00000 f -0000000979 00000 f -0000000980 00000 f -0000000981 00000 f -0000000982 00000 f -0000000983 00000 f -0000000984 00000 f -0000000985 00000 f -0000000986 00000 f -0000000987 00000 f -0000000988 00000 f -0000000989 00000 f -0000000990 00000 f -0000000991 00000 f -0000000992 00000 f -0000000993 00000 f -0000000994 00000 f -0000000995 00000 f -0000000996 00000 f -0000000997 00000 f -0000000998 00000 f -0000000999 00000 f -0000001000 00000 f -0000001001 00000 f -0000001002 00000 f -0000001003 00000 f -0000001004 00000 f -0000001005 00000 f -0000001006 00000 f -0000001007 00000 f -0000001008 00000 f -0000001009 00000 f -0000001010 00000 f -0000001011 00000 f -0000001012 00000 f -0000001013 00000 f -0000001014 00000 f -0000001015 00000 f -0000001016 00000 f -0000001017 00000 f -0000001018 00000 f -0000001019 00000 f -0000001020 00000 f -0000001021 00000 f -0000001022 00000 f -0000001023 00000 f -0000001024 00000 f -0000001025 00000 f -0000001026 00000 f -0000001027 00000 f -0000001028 00000 f -0000001029 00000 f -0000001030 00000 f -0000001031 00000 f -0000001032 00000 f -0000001033 00000 f -0000001034 00000 f -0000001035 00000 f -0000001036 00000 f -0000001037 00000 f -0000001038 00000 f -0000001039 00000 f -0000001040 00000 f -0000001041 00000 f -0000001042 00000 f -0000001043 00000 f -0000001044 00000 f -0000001045 00000 f -0000001046 00000 f -0000001047 00000 f -0000001048 00000 f -0000001049 00000 f -0000001050 00000 f -0000001051 00000 f -0000001052 00000 f -0000001053 00000 f -0000001054 00000 f -0000001055 00000 f -0000001056 00000 f -0000001057 00000 f -0000001058 00000 f -0000001059 00000 f -0000001060 00000 f -0000001061 00000 f -0000001062 00000 f -0000001063 00000 f -0000001064 00000 f -0000001065 00000 f -0000001066 00000 f -0000001067 00000 f -0000001068 00000 f -0000001069 00000 f -0000001070 00000 f -0000001071 00000 f -0000001072 00000 f -0000001073 00000 f -0000001074 00000 f -0000001075 00000 f -0000001076 00000 f -0000001077 00000 f -0000001078 00000 f -0000001079 00000 f -0000001080 00000 f -0000001081 00000 f -0000001082 00000 f -0000001083 00000 f -0000001084 00000 f -0000001085 00000 f -0000001086 00000 f -0000001087 00000 f -0000001088 00000 f -0000001089 00000 f -0000001090 00000 f -0000001091 00000 f -0000001092 00000 f -0000001093 00000 f -0000001094 00000 f -0000001095 00000 f -0000001096 00000 f -0000001097 00000 f -0000001098 00000 f -0000001099 00000 f -0000001100 00000 f -0000001101 00000 f -0000001102 00000 f -0000001103 00000 f -0000001104 00000 f -0000001105 00000 f -0000001106 00000 f -0000001107 00000 f -0000001108 00000 f -0000001109 00000 f -0000001110 00000 f -0000001111 00000 f -0000001112 00000 f -0000001113 00000 f -0000001114 00000 f -0000001115 00000 f -0000001116 00000 f -0000001117 00000 f -0000001118 00000 f -0000001119 00000 f -0000001120 00000 f -0000001121 00000 f -0000001122 00000 f -0000001123 00000 f -0000001124 00000 f -0000001125 00000 f -0000001126 00000 f -0000001127 00000 f -0000001128 00000 f -0000001129 00000 f -0000001130 00000 f -0000001131 00000 f -0000001132 00000 f -0000001133 00000 f -0000001134 00000 f -0000001135 00000 f -0000001136 00000 f -0000001137 00000 f -0000001138 00000 f -0000001139 00000 f -0000001140 00000 f -0000001141 00000 f -0000001142 00000 f -0000001143 00000 f -0000001144 00000 f -0000001145 00000 f -0000001146 00000 f -0000001147 00000 f -0000001148 00000 f -0000001149 00000 f -0000001150 00000 f -0000001151 00000 f -0000001152 00000 f -0000001153 00000 f -0000001154 00000 f -0000001155 00000 f -0000001156 00000 f -0000001157 00000 f -0000001158 00000 f -0000001159 00000 f -0000001160 00000 f -0000001161 00000 f -0000001162 00000 f -0000001163 00000 f -0000001164 00000 f -0000001165 00000 f -0000001166 00000 f -0000001167 00000 f -0000001168 00000 f -0000001169 00000 f -0000001170 00000 f -0000001171 00000 f -0000001172 00000 f -0000001173 00000 f -0000001174 00000 f -0000001175 00000 f -0000001176 00000 f -0000001177 00000 f -0000001178 00000 f -0000001179 00000 f -0000001180 00000 f -0000001181 00000 f -0000001182 00000 f -0000001183 00000 f -0000001184 00000 f -0000001185 00000 f -0000001186 00000 f -0000001187 00000 f -0000001188 00000 f -0000001189 00000 f -0000001190 00000 f -0000001191 00000 f -0000001192 00000 f -0000001193 00000 f -0000001194 00000 f -0000001195 00000 f -0000001196 00000 f -0000001197 00000 f -0000001198 00000 f -0000001199 00000 f -0000001200 00000 f -0000001201 00000 f -0000001202 00000 f -0000001203 00000 f -0000001204 00000 f -0000001205 00000 f -0000001206 00000 f -0000001207 00000 f -0000001208 00000 f -0000001209 00000 f -0000001210 00000 f -0000001211 00000 f -0000001212 00000 f -0000001213 00000 f -0000001214 00000 f -0000001215 00000 f -0000001216 00000 f -0000001217 00000 f -0000001218 00000 f -0000001219 00000 f -0000001220 00000 f -0000001221 00000 f -0000001222 00000 f -0000001223 00000 f -0000001224 00000 f -0000001225 00000 f -0000001226 00000 f -0000001227 00000 f -0000001228 00000 f -0000001229 00000 f -0000001230 00000 f -0000001231 00000 f -0000001232 00000 f -0000001233 00000 f -0000001234 00000 f -0000001235 00000 f -0000001236 00000 f -0000001237 00000 f -0000001238 00000 f -0000001239 00000 f -0000001240 00000 f -0000001241 00000 f -0000001242 00000 f -0000001243 00000 f -0000001244 00000 f -0000001245 00000 f -0000001246 00000 f -0000001247 00000 f -0000001248 00000 f -0000001249 00000 f -0000001250 00000 f -0000001251 00000 f -0000001252 00000 f -0000001253 00000 f -0000001254 00000 f -0000001255 00000 f -0000001256 00000 f -0000001257 00000 f -0000001258 00000 f -0000001259 00000 f -0000001260 00000 f -0000001261 00000 f -0000001262 00000 f -0000001263 00000 f -0000001264 00000 f -0000001265 00000 f -0000001266 00000 f -0000001267 00000 f -0000001268 00000 f -0000001269 00000 f -0000001270 00000 f -0000001271 00000 f -0000001272 00000 f -0000001273 00000 f -0000001274 00000 f -0000001275 00000 f -0000001276 00000 f -0000001277 00000 f -0000001278 00000 f -0000001279 00000 f -0000001280 00000 f -0000001281 00000 f -0000001282 00000 f -0000001283 00000 f -0000001284 00000 f -0000001285 00000 f -0000001286 00000 f -0000001287 00000 f -0000001288 00000 f -0000001289 00000 f -0000001290 00000 f -0000001291 00000 f -0000001292 00000 f -0000001293 00000 f -0000001294 00000 f -0000001295 00000 f -0000001296 00000 f -0000001297 00000 f -0000001298 00000 f -0000001299 00000 f -0000001300 00000 f -0000001301 00000 f -0000001302 00000 f -0000001303 00000 f -0000001304 00000 f -0000001305 00000 f -0000001306 00000 f -0000001307 00000 f -0000001308 00000 f -0000001309 00000 f -0000001310 00000 f -0000001311 00000 f -0000001312 00000 f -0000001313 00000 f -0000001314 00000 f -0000001315 00000 f -0000001316 00000 f -0000001317 00000 f -0000001318 00000 f -0000001319 00000 f -0000001320 00000 f -0000001321 00000 f -0000001322 00000 f -0000001323 00000 f -0000001324 00000 f -0000001325 00000 f -0000001326 00000 f -0000001327 00000 f -0000001328 00000 f -0000001329 00000 f -0000001330 00000 f -0000001331 00000 f -0000001332 00000 f -0000001333 00000 f -0000001334 00000 f -0000001335 00000 f -0000001336 00000 f -0000001337 00000 f -0000001338 00000 f -0000001339 00000 f -0000001340 00000 f -0000001341 00000 f -0000001342 00000 f -0000001343 00000 f -0000001344 00000 f -0000001345 00000 f -0000001346 00000 f -0000001347 00000 f -0000001348 00000 f -0000001349 00000 f -0000001350 00000 f -0000001351 00000 f -0000001352 00000 f -0000001353 00000 f -0000001354 00000 f -0000001355 00000 f -0000001356 00000 f -0000001357 00000 f -0000001358 00000 f -0000001359 00000 f -0000001360 00000 f -0000001361 00000 f -0000001362 00000 f -0000001363 00000 f -0000001364 00000 f -0000001365 00000 f -0000001366 00000 f -0000001367 00000 f -0000001368 00000 f -0000001369 00000 f -0000001370 00000 f -0000001371 00000 f -0000001372 00000 f -0000001373 00000 f -0000001374 00000 f -0000001375 00000 f -0000001376 00000 f -0000001377 00000 f -0000001378 00000 f -0000001379 00000 f -0000001380 00000 f -0000001381 00000 f -0000001382 00000 f -0000001383 00000 f -0000001384 00000 f -0000001385 00000 f -0000001386 00000 f -0000001387 00000 f -0000001388 00000 f -0000001389 00000 f -0000001390 00000 f -0000001391 00000 f -0000001392 00000 f -0000001393 00000 f -0000001394 00000 f -0000001395 00000 f -0000001396 00000 f -0000001397 00000 f -0000001398 00000 f -0000001399 00000 f -0000001400 00000 f -0000001401 00000 f -0000001402 00000 f -0000001403 00000 f -0000001404 00000 f -0000001405 00000 f -0000001406 00000 f -0000001407 00000 f -0000001408 00000 f -0000001409 00000 f -0000001410 00000 f -0000001411 00000 f -0000001412 00000 f -0000001413 00000 f -0000001414 00000 f -0000001415 00000 f -0000001416 00000 f -0000001417 00000 f -0000001418 00000 f -0000001419 00000 f -0000001420 00000 f -0000001421 00000 f -0000001422 00000 f -0000001423 00000 f -0000001424 00000 f -0000001425 00000 f -0000001426 00000 f -0000001427 00000 f -0000001428 00000 f -0000001429 00000 f -0000001430 00000 f -0000001431 00000 f -0000001432 00000 f -0000001433 00000 f -0000001434 00000 f -0000001435 00000 f -0000001436 00000 f -0000001437 00000 f -0000001438 00000 f -0000001439 00000 f -0000001440 00000 f -0000001441 00000 f -0000001442 00000 f -0000001443 00000 f -0000001444 00000 f -0000001445 00000 f -0000001446 00000 f -0000001447 00000 f -0000001448 00000 f -0000001449 00000 f -0000001450 00000 f -0000001451 00000 f -0000001452 00000 f -0000001453 00000 f -0000001454 00000 f -0000001455 00000 f -0000001456 00000 f -0000001457 00000 f -0000001458 00000 f -0000001459 00000 f -0000001460 00000 f -0000001461 00000 f -0000001462 00000 f -0000001463 00000 f -0000001464 00000 f -0000001465 00000 f -0000001466 00000 f -0000001467 00000 f -0000001468 00000 f -0000001469 00000 f -0000001470 00000 f -0000001471 00000 f -0000001472 00000 f -0000001473 00000 f -0000001474 00000 f -0000001475 00000 f -0000001476 00000 f -0000001477 00000 f -0000001478 00000 f -0000001479 00000 f -0000001480 00000 f -0000001481 00000 f -0000001482 00000 f -0000001483 00000 f -0000001484 00000 f -0000001485 00000 f -0000001486 00000 f -0000001487 00000 f -0000001488 00000 f -0000001489 00000 f -0000001490 00000 f -0000001491 00000 f -0000001492 00000 f -0000001493 00000 f -0000001494 00000 f -0000001495 00000 f -0000001496 00000 f -0000001497 00000 f -0000001498 00000 f -0000001499 00000 f -0000001500 00000 f -0000001501 00000 f -0000001502 00000 f -0000001503 00000 f -0000001504 00000 f -0000001505 00000 f -0000001506 00000 f -0000001507 00000 f -0000001508 00000 f -0000001509 00000 f -0000001510 00000 f -0000001511 00000 f -0000001512 00000 f -0000001513 00000 f -0000001514 00000 f -0000001515 00000 f -0000001516 00000 f -0000001517 00000 f -0000001518 00000 f -0000001519 00000 f -0000001520 00000 f -0000001521 00000 f -0000001522 00000 f -0000001523 00000 f -0000001524 00000 f -0000001525 00000 f -0000001526 00000 f -0000001527 00000 f -0000001528 00000 f -0000001529 00000 f -0000001530 00000 f -0000001531 00000 f -0000001532 00000 f -0000001533 00000 f -0000001534 00000 f -0000001535 00000 f -0000001536 00000 f -0000001537 00000 f -0000001538 00000 f -0000001539 00000 f -0000001540 00000 f -0000001541 00000 f -0000001542 00000 f -0000001543 00000 f -0000001544 00000 f -0000001545 00000 f -0000001546 00000 f -0000001547 00000 f -0000001548 00000 f -0000001549 00000 f -0000001550 00000 f -0000001551 00000 f -0000001552 00000 f -0000001553 00000 f -0000001554 00000 f -0000001555 00000 f -0000001556 00000 f -0000001557 00000 f -0000001558 00000 f -0000001559 00000 f -0000001560 00000 f -0000001561 00000 f -0000001562 00000 f -0000001563 00000 f -0000001564 00000 f -0000001565 00000 f -0000001566 00000 f -0000001567 00000 f -0000001568 00000 f -0000001569 00000 f -0000001570 00000 f -0000001571 00000 f -0000001572 00000 f -0000001573 00000 f -0000001574 00000 f -0000001575 00000 f -0000001576 00000 f -0000001577 00000 f -0000001578 00000 f -0000001579 00000 f -0000001580 00000 f -0000001581 00000 f -0000001582 00000 f -0000001583 00000 f -0000001584 00000 f -0000001585 00000 f -0000001586 00000 f -0000001587 00000 f -0000001588 00000 f -0000001589 00000 f -0000001590 00000 f -0000001591 00000 f -0000001592 00000 f -0000001593 00000 f -0000001594 00000 f -0000001595 00000 f -0000001596 00000 f -0000001597 00000 f -0000001598 00000 f -0000001599 00000 f -0000001600 00000 f -0000001601 00000 f -0000001602 00000 f -0000001603 00000 f -0000001604 00000 f -0000001605 00000 f -0000001606 00000 f -0000001607 00000 f -0000001608 00000 f -0000001609 00000 f -0000001610 00000 f -0000001611 00000 f -0000001612 00000 f -0000001613 00000 f -0000001614 00000 f -0000001615 00000 f -0000001616 00000 f -0000001617 00000 f -0000001618 00000 f -0000001619 00000 f -0000001620 00000 f -0000001621 00000 f -0000001622 00000 f -0000001623 00000 f -0000001624 00000 f -0000001625 00000 f -0000001626 00000 f -0000001627 00000 f -0000001628 00000 f -0000001629 00000 f -0000001630 00000 f -0000001631 00000 f -0000001632 00000 f -0000001633 00000 f -0000001634 00000 f -0000001635 00000 f -0000001636 00000 f -0000001637 00000 f -0000001638 00000 f -0000001639 00000 f -0000001640 00000 f -0000001641 00000 f -0000001642 00000 f -0000001643 00000 f -0000001644 00000 f -0000001645 00000 f -0000001646 00000 f -0000001647 00000 f -0000001648 00000 f -0000001649 00000 f -0000001650 00000 f -0000001651 00000 f -0000001652 00000 f -0000001653 00000 f -0000001654 00000 f -0000001655 00000 f -0000001656 00000 f -0000001657 00000 f -0000001658 00000 f -0000001659 00000 f -0000001660 00000 f -0000001661 00000 f -0000001662 00000 f -0000001663 00000 f -0000001664 00000 f -0000001665 00000 f -0000001666 00000 f -0000001667 00000 f -0000001668 00000 f -0000001669 00000 f -0000001670 00000 f -0000001671 00000 f -0000001672 00000 f -0000001673 00000 f -0000001674 00000 f -0000001675 00000 f -0000001676 00000 f -0000001677 00000 f -0000001678 00000 f -0000001679 00000 f -0000001680 00000 f -0000001681 00000 f -0000001682 00000 f -0000001683 00000 f -0000001684 00000 f -0000001685 00000 f -0000001686 00000 f -0000001687 00000 f -0000001688 00000 f -0000001689 00000 f -0000001690 00000 f -0000001691 00000 f -0000001692 00000 f -0000001693 00000 f -0000001694 00000 f -0000001695 00000 f -0000001696 00000 f -0000001697 00000 f -0000001698 00000 f -0000001699 00000 f -0000001700 00000 f -0000001701 00000 f -0000001702 00000 f -0000001703 00000 f -0000001704 00000 f -0000001705 00000 f -0000001706 00000 f -0000001707 00000 f -0000001708 00000 f -0000001709 00000 f -0000001710 00000 f -0000001711 00000 f -0000001712 00000 f -0000001713 00000 f -0000001714 00000 f -0000001715 00000 f -0000001716 00000 f -0000001717 00000 f -0000001718 00000 f -0000001719 00000 f -0000001720 00000 f -0000001721 00000 f -0000001722 00000 f -0000001723 00000 f -0000001724 00000 f -0000001725 00000 f -0000001726 00000 f -0000001727 00000 f -0000001728 00000 f -0000001729 00000 f -0000001730 00000 f -0000001731 00000 f -0000001732 00000 f -0000001733 00000 f -0000001734 00000 f -0000001735 00000 f -0000001736 00000 f -0000001737 00000 f -0000001738 00000 f -0000001739 00000 f -0000001740 00000 f -0000001741 00000 f -0000001742 00000 f -0000001743 00000 f -0000001744 00000 f -0000001745 00000 f -0000001746 00000 f -0000001747 00000 f -0000001748 00000 f -0000001749 00000 f -0000001750 00000 f -0000001751 00000 f -0000001752 00000 f -0000001753 00000 f -0000001754 00000 f -0000001755 00000 f -0000001756 00000 f -0000001757 00000 f -0000001758 00000 f -0000001759 00000 f -0000001760 00000 f -0000001761 00000 f -0000001762 00000 f -0000001763 00000 f -0000001764 00000 f -0000001765 00000 f -0000001766 00000 f -0000001767 00000 f -0000001768 00000 f -0000001769 00000 f -0000001770 00000 f -0000001771 00000 f -0000001772 00000 f -0000001773 00000 f -0000001774 00000 f -0000001775 00000 f -0000001776 00000 f -0000001777 00000 f -0000001778 00000 f -0000001779 00000 f -0000001780 00000 f -0000001781 00000 f -0000001782 00000 f -0000001783 00000 f -0000001784 00000 f -0000001785 00000 f -0000001786 00000 f -0000001787 00000 f -0000001788 00000 f -0000001789 00000 f -0000001790 00000 f -0000001791 00000 f -0000001792 00000 f -0000001793 00000 f -0000001794 00000 f -0000001795 00000 f -0000001796 00000 f -0000001797 00000 f -0000001798 00000 f -0000001799 00000 f -0000001800 00000 f -0000001801 00000 f -0000001802 00000 f -0000001803 00000 f -0000001804 00000 f -0000001805 00000 f -0000001806 00000 f -0000001807 00000 f -0000001808 00000 f -0000001809 00000 f -0000001810 00000 f -0000001811 00000 f -0000001812 00000 f -0000001813 00000 f -0000001814 00000 f -0000001815 00000 f -0000001816 00000 f -0000001817 00000 f -0000001818 00000 f -0000001819 00000 f -0000001820 00000 f -0000001821 00000 f -0000001822 00000 f -0000001823 00000 f -0000001824 00000 f -0000001825 00000 f -0000001826 00000 f -0000001827 00000 f -0000001828 00000 f -0000001829 00000 f -0000001830 00000 f -0000001831 00000 f -0000001832 00000 f -0000001833 00000 f -0000001834 00000 f -0000001835 00000 f -0000001836 00000 f -0000001837 00000 f -0000001838 00000 f -0000001839 00000 f -0000001840 00000 f -0000001841 00000 f -0000001842 00000 f -0000001843 00000 f -0000001844 00000 f -0000001845 00000 f -0000001846 00000 f -0000001847 00000 f -0000001848 00000 f -0000001849 00000 f -0000001850 00000 f -0000001851 00000 f -0000001852 00000 f -0000001853 00000 f -0000001854 00000 f -0000001855 00000 f -0000001856 00000 f -0000001857 00000 f -0000001858 00000 f -0000001859 00000 f -0000001860 00000 f -0000001861 00000 f -0000001862 00000 f -0000001863 00000 f -0000001864 00000 f -0000001865 00000 f -0000001866 00000 f -0000001867 00000 f -0000001868 00000 f -0000001869 00000 f -0000001870 00000 f -0000001871 00000 f -0000001872 00000 f -0000001873 00000 f -0000001874 00000 f -0000001875 00000 f -0000001876 00000 f -0000001877 00000 f -0000001878 00000 f -0000001879 00000 f -0000001880 00000 f -0000001881 00000 f -0000001882 00000 f -0000001883 00000 f -0000001884 00000 f -0000001885 00000 f -0000001886 00000 f -0000001887 00000 f -0000001888 00000 f -0000001889 00000 f -0000001890 00000 f -0000001891 00000 f -0000001892 00000 f -0000001893 00000 f -0000001894 00000 f -0000001895 00000 f -0000001896 00000 f -0000001897 00000 f -0000001898 00000 f -0000001899 00000 f -0000001900 00000 f -0000001901 00000 f -0000001902 00000 f -0000001903 00000 f -0000001904 00000 f -0000001905 00000 f -0000001906 00000 f -0000001907 00000 f -0000001908 00000 f -0000001909 00000 f -0000001910 00000 f -0000001911 00000 f -0000001912 00000 f -0000001913 00000 f -0000001914 00000 f -0000001915 00000 f -0000001916 00000 f -0000001917 00000 f -0000001918 00000 f -0000001919 00000 f -0000001920 00000 f -0000001921 00000 f -0000001922 00000 f -0000001923 00000 f -0000001924 00000 f -0000001925 00000 f -0000001926 00000 f -0000001927 00000 f -0000001928 00000 f -0000001929 00000 f -0000001930 00000 f -0000001931 00000 f -0000001932 00000 f -0000001933 00000 f -0000001934 00000 f -0000001935 00000 f -0000001936 00000 f -0000001937 00000 f -0000001938 00000 f -0000001939 00000 f -0000001940 00000 f -0000001941 00000 f -0000001942 00000 f -0000001943 00000 f -0000001944 00000 f -0000001945 00000 f -0000001946 00000 f -0000001947 00000 f -0000001948 00000 f -0000001949 00000 f -0000001950 00000 f -0000001951 00000 f -0000001952 00000 f -0000001953 00000 f -0000001954 00000 f -0000001955 00000 f -0000001956 00000 f -0000001957 00000 f -0000001958 00000 f -0000001959 00000 f -0000001960 00000 f -0000001961 00000 f -0000001962 00000 f -0000001963 00000 f -0000001964 00000 f -0000001965 00000 f -0000001966 00000 f -0000001967 00000 f -0000001968 00000 f -0000001969 00000 f -0000001970 00000 f -0000001971 00000 f -0000001972 00000 f -0000001973 00000 f -0000001974 00000 f -0000001975 00000 f -0000001976 00000 f -0000001977 00000 f -0000001978 00000 f -0000001979 00000 f -0000001980 00000 f -0000001981 00000 f -0000001982 00000 f -0000001983 00000 f -0000001984 00000 f -0000001985 00000 f -0000001986 00000 f -0000001987 00000 f -0000001988 00000 f -0000001989 00000 f -0000001990 00000 f -0000001991 00000 f -0000001992 00000 f -0000001993 00000 f -0000001994 00000 f -0000001995 00000 f -0000001996 00000 f -0000001997 00000 f -0000001998 00000 f -0000001999 00000 f -0000002000 00000 f -0000002001 00000 f -0000002002 00000 f -0000002003 00000 f -0000002004 00000 f -0000002005 00000 f -0000002006 00000 f -0000002007 00000 f -0000002008 00000 f -0000002009 00000 f -0000002010 00000 f -0000002011 00000 f -0000002012 00000 f -0000002013 00000 f -0000002014 00000 f -0000002015 00000 f -0000002016 00000 f -0000002017 00000 f -0000002018 00000 f -0000002019 00000 f -0000002020 00000 f -0000002021 00000 f -0000002022 00000 f -0000002023 00000 f -0000002024 00000 f -0000002025 00000 f -0000002026 00000 f -0000002027 00000 f -0000002028 00000 f -0000002029 00000 f -0000002030 00000 f -0000002031 00000 f -0000002032 00000 f -0000002033 00000 f -0000002034 00000 f -0000002035 00000 f -0000002036 00000 f -0000002037 00000 f -0000002038 00000 f -0000002039 00000 f -0000002040 00000 f -0000002041 00000 f -0000002042 00000 f -0000002043 00000 f -0000002044 00000 f -0000002045 00000 f -0000002046 00000 f -0000002047 00000 f -0000002048 00000 f -0000002049 00000 f -0000002050 00000 f -0000002051 00000 f -0000002052 00000 f -0000002059 00000 f -0000766793 00000 n -0000766826 00000 n -0000766673 00000 n -0000766706 00000 n -0000766553 00000 n -0000766586 00000 n -0000002060 00000 f -0000002061 00000 f -0000002062 00000 f -0000002063 00000 f -0000002064 00000 f -0000002065 00000 f -0000002066 00000 f -0000002070 00000 f -0000761657 00000 n -0000761736 00000 n -0000761816 00000 n -0000002071 00000 f -0000002072 00000 f -0000002073 00000 f -0000002074 00000 f -0000002075 00000 f -0000002076 00000 f -0000002077 00000 f -0000002078 00000 f -0000002079 00000 f -0000002080 00000 f -0000002081 00000 f -0000002082 00000 f -0000002083 00000 f -0000002084 00000 f -0000002085 00000 f -0000002086 00000 f -0000002087 00000 f -0000002088 00000 f -0000002089 00000 f -0000002090 00000 f -0000002091 00000 f -0000002092 00000 f -0000002093 00000 f -0000002094 00000 f -0000002095 00000 f -0000002096 00000 f -0000002097 00000 f -0000002098 00000 f -0000002099 00000 f -0000002100 00000 f -0000002101 00000 f -0000002102 00000 f -0000002103 00000 f -0000002104 00000 f -0000002105 00000 f -0000002106 00000 f -0000002107 00000 f -0000002108 00000 f -0000002109 00000 f -0000002110 00000 f -0000002111 00000 f -0000002112 00000 f -0000002113 00000 f -0000002114 00000 f -0000002115 00000 f -0000002116 00000 f -0000002117 00000 f -0000002118 00000 f -0000002119 00000 f -0000002120 00000 f -0000002121 00000 f -0000002122 00000 f -0000002123 00000 f -0000002124 00000 f -0000002125 00000 f -0000002126 00000 f -0000002127 00000 f -0000002128 00000 f -0000002129 00000 f -0000002130 00000 f -0000002131 00000 f -0000002132 00000 f -0000002133 00000 f -0000002134 00000 f -0000002135 00000 f -0000002136 00000 f -0000002137 00000 f -0000002138 00000 f -0000002139 00000 f -0000002140 00000 f -0000002141 00000 f -0000002142 00000 f -0000002143 00000 f -0000002144 00000 f -0000002145 00000 f -0000002146 00000 f -0000002147 00000 f -0000002148 00000 f -0000002149 00000 f -0000002150 00000 f -0000002151 00000 f -0000002152 00000 f -0000002153 00000 f -0000002154 00000 f -0000002155 00000 f -0000002156 00000 f -0000002157 00000 f -0000002158 00000 f -0000002159 00000 f -0000002160 00000 f -0000002161 00000 f -0000002162 00000 f -0000002163 00000 f -0000002164 00000 f -0000002165 00000 f -0000002166 00000 f -0000002167 00000 f -0000002168 00000 f -0000002169 00000 f -0000002170 00000 f -0000002171 00000 f -0000002172 00000 f -0000002173 00000 f -0000002174 00000 f -0000002175 00000 f -0000002176 00000 f -0000002177 00000 f -0000002178 00000 f -0000002179 00000 f -0000002180 00000 f -0000002181 00000 f -0000002182 00000 f -0000002183 00000 f -0000002184 00000 f -0000002185 00000 f -0000002186 00000 f -0000002187 00000 f -0000002188 00000 f -0000002189 00000 f -0000002190 00000 f -0000002191 00000 f -0000002192 00000 f -0000002193 00000 f -0000002194 00000 f -0000002195 00000 f -0000002196 00000 f -0000002197 00000 f -0000002198 00000 f -0000002199 00000 f -0000002200 00000 f -0000002201 00000 f -0000002202 00000 f -0000002203 00000 f -0000002204 00000 f -0000002205 00000 f -0000002206 00000 f -0000002207 00000 f -0000002208 00000 f -0000002209 00000 f -0000002210 00000 f -0000002211 00000 f -0000002212 00000 f -0000002213 00000 f -0000002214 00000 f -0000002215 00000 f -0000002216 00000 f -0000002217 00000 f -0000002218 00000 f -0000002219 00000 f -0000002220 00000 f -0000002221 00000 f -0000002222 00000 f -0000002223 00000 f -0000002224 00000 f -0000002225 00000 f -0000002226 00000 f -0000002227 00000 f -0000002228 00000 f -0000002229 00000 f -0000002230 00000 f -0000002231 00000 f -0000002232 00000 f -0000002233 00000 f -0000002234 00000 f -0000002235 00000 f -0000002236 00000 f -0000002237 00000 f -0000002238 00000 f -0000002239 00000 f -0000002240 00000 f -0000002241 00000 f -0000002242 00000 f -0000002243 00000 f -0000002244 00000 f -0000002245 00000 f -0000002246 00000 f -0000002247 00000 f -0000002248 00000 f -0000002249 00000 f -0000002250 00000 f -0000002251 00000 f -0000002252 00000 f -0000002253 00000 f -0000002254 00000 f -0000002255 00000 f -0000002256 00000 f -0000002257 00000 f -0000002258 00000 f -0000002259 00000 f -0000002260 00000 f -0000002261 00000 f -0000002262 00000 f -0000002263 00000 f -0000002264 00000 f -0000002265 00000 f -0000002266 00000 f -0000002267 00000 f -0000002268 00000 f -0000002269 00000 f -0000002270 00000 f -0000002271 00000 f -0000002272 00000 f -0000002273 00000 f -0000002274 00000 f -0000002275 00000 f -0000002276 00000 f -0000002277 00000 f -0000002278 00000 f -0000002279 00000 f -0000002280 00000 f -0000002281 00000 f -0000002282 00000 f -0000002283 00000 f -0000002284 00000 f -0000002285 00000 f -0000002286 00000 f -0000002287 00000 f -0000002288 00000 f -0000002289 00000 f -0000002290 00000 f -0000002291 00000 f -0000002292 00000 f -0000002293 00000 f -0000002294 00000 f -0000002295 00000 f -0000002296 00000 f -0000002297 00000 f -0000002298 00000 f -0000002299 00000 f -0000002300 00000 f -0000002301 00000 f -0000002302 00000 f -0000002303 00000 f -0000002304 00000 f -0000002305 00000 f -0000002306 00000 f -0000002307 00000 f -0000002308 00000 f -0000002309 00000 f -0000002310 00000 f -0000002311 00000 f -0000002312 00000 f -0000002313 00000 f -0000002314 00000 f -0000002315 00000 f -0000002316 00000 f -0000002317 00000 f -0000002318 00000 f -0000002319 00000 f -0000002320 00000 f -0000002321 00000 f -0000002322 00000 f -0000002323 00000 f -0000002324 00000 f -0000002325 00000 f -0000002326 00000 f -0000002327 00000 f -0000002328 00000 f -0000002329 00000 f -0000002330 00000 f -0000002331 00000 f -0000002332 00000 f -0000002333 00000 f -0000002334 00000 f -0000002335 00000 f -0000002336 00000 f -0000002337 00000 f -0000002338 00000 f -0000002339 00000 f -0000002340 00000 f -0000002341 00000 f -0000002342 00000 f -0000002343 00000 f -0000002344 00000 f -0000002345 00000 f -0000002346 00000 f -0000002347 00000 f -0000002348 00000 f -0000002349 00000 f -0000002350 00000 f -0000002351 00000 f -0000002352 00000 f -0000002353 00000 f -0000002354 00000 f -0000002355 00000 f -0000002356 00000 f -0000002357 00000 f -0000002358 00000 f -0000002359 00000 f -0000002360 00000 f -0000002361 00000 f -0000002362 00000 f -0000002363 00000 f -0000002364 00000 f -0000002365 00000 f -0000002366 00000 f -0000002367 00000 f -0000002368 00000 f -0000002369 00000 f -0000002370 00000 f -0000002371 00000 f -0000002372 00000 f -0000002373 00000 f -0000002374 00000 f -0000002375 00000 f -0000002376 00000 f -0000002377 00000 f -0000002378 00000 f -0000002379 00000 f -0000002380 00000 f -0000002381 00000 f -0000002382 00000 f -0000002383 00000 f -0000002384 00000 f -0000002385 00000 f -0000002386 00000 f -0000002387 00000 f -0000002388 00000 f -0000002389 00000 f -0000002390 00000 f -0000002391 00000 f -0000002392 00000 f -0000002393 00000 f -0000002394 00000 f -0000002395 00000 f -0000002396 00000 f -0000002397 00000 f -0000002398 00000 f -0000002399 00000 f -0000002400 00000 f -0000002401 00000 f -0000002402 00000 f -0000002403 00000 f -0000002404 00000 f -0000002405 00000 f -0000002406 00000 f -0000002407 00000 f -0000002408 00000 f -0000002409 00000 f -0000002410 00000 f -0000002411 00000 f -0000002412 00000 f -0000002413 00000 f -0000002414 00000 f -0000002415 00000 f -0000002416 00000 f -0000002417 00000 f -0000002418 00000 f -0000002419 00000 f -0000002420 00000 f -0000002421 00000 f -0000002422 00000 f -0000002423 00000 f -0000002424 00000 f -0000002425 00000 f -0000002426 00000 f -0000002427 00000 f -0000002428 00000 f -0000002429 00000 f -0000002430 00000 f -0000002431 00000 f -0000002432 00000 f -0000002433 00000 f -0000002434 00000 f -0000002435 00000 f -0000002436 00000 f -0000002437 00000 f -0000002438 00000 f -0000002439 00000 f -0000002440 00000 f -0000002441 00000 f -0000002442 00000 f -0000002443 00000 f -0000002444 00000 f -0000002445 00000 f -0000002446 00000 f -0000002447 00000 f -0000002448 00000 f -0000002449 00000 f -0000002450 00000 f -0000002451 00000 f -0000002452 00000 f -0000002453 00000 f -0000002454 00000 f -0000002455 00000 f -0000002456 00000 f -0000002457 00000 f -0000002458 00000 f -0000002459 00000 f -0000002460 00000 f -0000002461 00000 f -0000002462 00000 f -0000002463 00000 f -0000002464 00000 f -0000002465 00000 f -0000002466 00000 f -0000002467 00000 f -0000002468 00000 f -0000002469 00000 f -0000002470 00000 f -0000002471 00000 f -0000002472 00000 f -0000002473 00000 f -0000002474 00000 f -0000002475 00000 f -0000002476 00000 f -0000002477 00000 f -0000002478 00000 f -0000002479 00000 f -0000002480 00000 f -0000002481 00000 f -0000002482 00000 f -0000002483 00000 f -0000002484 00000 f -0000002485 00000 f -0000002486 00000 f -0000002487 00000 f -0000002488 00000 f -0000002489 00000 f -0000002490 00000 f -0000002491 00000 f -0000002492 00000 f -0000002493 00000 f -0000002494 00000 f -0000002495 00000 f -0000002496 00000 f -0000002497 00000 f -0000002498 00000 f -0000002499 00000 f -0000002500 00000 f -0000002501 00000 f -0000002502 00000 f -0000002503 00000 f -0000002504 00000 f -0000002505 00000 f -0000002506 00000 f -0000002507 00000 f -0000002508 00000 f -0000002509 00000 f -0000002510 00000 f -0000002511 00000 f -0000002512 00000 f -0000002513 00000 f -0000002514 00000 f -0000002515 00000 f -0000002516 00000 f -0000002517 00000 f -0000002518 00000 f -0000002519 00000 f -0000002520 00000 f -0000002521 00000 f -0000002522 00000 f -0000002523 00000 f -0000002524 00000 f -0000002525 00000 f -0000002526 00000 f -0000002527 00000 f -0000002528 00000 f -0000002529 00000 f -0000002530 00000 f -0000002531 00000 f -0000002532 00000 f -0000002533 00000 f -0000002534 00000 f -0000002535 00000 f -0000002536 00000 f -0000002537 00000 f -0000002538 00000 f -0000002539 00000 f -0000002540 00000 f -0000002541 00000 f -0000002542 00000 f -0000002543 00000 f -0000002544 00000 f -0000002545 00000 f -0000002546 00000 f -0000002547 00000 f -0000002548 00000 f -0000002549 00000 f -0000002550 00000 f -0000002551 00000 f -0000002552 00000 f -0000002553 00000 f -0000002554 00000 f -0000002555 00000 f -0000002556 00000 f -0000002557 00000 f -0000002558 00000 f -0000002559 00000 f -0000002560 00000 f -0000002561 00000 f -0000002562 00000 f -0000002563 00000 f -0000002564 00000 f -0000002565 00000 f -0000002566 00000 f -0000002567 00000 f -0000002568 00000 f -0000002569 00000 f -0000002570 00000 f -0000002571 00000 f -0000002572 00000 f -0000002573 00000 f -0000002574 00000 f -0000002575 00000 f -0000002576 00000 f -0000002577 00000 f -0000002578 00000 f -0000002579 00000 f -0000002580 00000 f -0000002581 00000 f -0000002582 00000 f -0000002583 00000 f -0000002584 00000 f -0000002585 00000 f -0000002586 00000 f -0000002587 00000 f -0000002588 00000 f -0000002589 00000 f -0000002590 00000 f -0000002591 00000 f -0000002592 00000 f -0000002593 00000 f -0000002594 00000 f -0000002595 00000 f -0000002596 00000 f -0000002597 00000 f -0000002598 00000 f -0000002599 00000 f -0000002600 00000 f -0000002601 00000 f -0000002602 00000 f -0000002603 00000 f -0000002604 00000 f -0000002605 00000 f -0000002606 00000 f -0000002607 00000 f -0000002608 00000 f -0000002609 00000 f -0000002610 00000 f -0000002611 00000 f -0000002612 00000 f -0000002613 00000 f -0000002614 00000 f -0000002615 00000 f -0000002616 00000 f -0000002617 00000 f -0000002618 00000 f -0000002619 00000 f -0000002620 00000 f -0000002621 00000 f -0000002622 00000 f -0000002623 00000 f -0000002624 00000 f -0000002625 00000 f -0000002626 00000 f -0000002627 00000 f -0000002628 00000 f -0000002629 00000 f -0000002630 00000 f -0000002631 00000 f -0000002632 00000 f -0000002633 00000 f -0000002634 00000 f -0000002635 00000 f -0000002636 00000 f -0000002637 00000 f -0000002638 00000 f -0000002639 00000 f -0000002640 00000 f -0000002641 00000 f -0000002642 00000 f -0000002643 00000 f -0000002644 00000 f -0000002645 00000 f -0000002646 00000 f -0000002647 00000 f -0000002648 00000 f -0000002649 00000 f -0000002650 00000 f -0000002651 00000 f -0000002652 00000 f -0000002653 00000 f -0000002654 00000 f -0000002655 00000 f -0000002656 00000 f -0000002657 00000 f -0000002658 00000 f -0000002659 00000 f -0000002660 00000 f -0000002661 00000 f -0000002662 00000 f -0000002663 00000 f -0000002664 00000 f -0000002665 00000 f -0000002666 00000 f -0000002667 00000 f -0000002668 00000 f -0000002669 00000 f -0000002670 00000 f -0000002671 00000 f -0000002672 00000 f -0000002673 00000 f -0000002674 00000 f -0000002675 00000 f -0000002676 00000 f -0000002677 00000 f -0000002678 00000 f -0000002679 00000 f -0000002680 00000 f -0000002681 00000 f -0000002682 00000 f -0000002683 00000 f -0000002684 00000 f -0000002685 00000 f -0000002686 00000 f -0000002687 00000 f -0000002688 00000 f -0000002689 00000 f -0000002690 00000 f -0000002691 00000 f -0000002692 00000 f -0000002693 00000 f -0000002694 00000 f -0000002695 00000 f -0000002696 00000 f -0000002697 00000 f -0000002698 00000 f -0000002699 00000 f -0000002700 00000 f -0000002701 00000 f -0000002702 00000 f -0000002703 00000 f -0000002704 00000 f -0000002705 00000 f -0000002706 00000 f -0000002707 00000 f -0000002708 00000 f -0000002709 00000 f -0000002710 00000 f -0000002711 00000 f -0000002712 00000 f -0000002713 00000 f -0000002714 00000 f -0000002715 00000 f -0000002716 00000 f -0000002717 00000 f -0000002718 00000 f -0000002719 00000 f -0000002720 00000 f -0000002721 00000 f -0000002722 00000 f -0000002723 00000 f -0000002724 00000 f -0000002725 00000 f -0000002726 00000 f -0000002727 00000 f -0000002728 00000 f -0000002729 00000 f -0000002730 00000 f -0000002731 00000 f -0000002732 00000 f -0000002733 00000 f -0000002734 00000 f -0000002735 00000 f -0000002736 00000 f -0000002737 00000 f -0000002738 00000 f -0000002739 00000 f -0000002740 00000 f -0000002741 00000 f -0000002742 00000 f -0000002743 00000 f -0000002744 00000 f -0000002745 00000 f -0000002746 00000 f -0000002747 00000 f -0000002748 00000 f -0000002749 00000 f -0000002750 00000 f -0000002751 00000 f -0000002752 00000 f -0000002753 00000 f -0000002754 00000 f -0000002755 00000 f -0000002756 00000 f -0000002757 00000 f -0000002758 00000 f -0000002759 00000 f -0000002760 00000 f -0000002761 00000 f -0000002762 00000 f -0000002763 00000 f -0000002764 00000 f -0000002765 00000 f -0000002766 00000 f -0000002767 00000 f -0000002768 00000 f -0000002769 00000 f -0000002770 00000 f -0000002771 00000 f -0000002772 00000 f -0000002773 00000 f -0000002774 00000 f -0000002775 00000 f -0000002776 00000 f -0000002777 00000 f -0000002778 00000 f -0000002779 00000 f -0000002780 00000 f -0000002781 00000 f -0000002782 00000 f -0000002783 00000 f -0000002784 00000 f -0000002785 00000 f -0000002786 00000 f -0000002787 00000 f -0000002788 00000 f -0000002789 00000 f -0000002790 00000 f -0000002791 00000 f -0000002792 00000 f -0000002793 00000 f -0000002794 00000 f -0000002795 00000 f -0000002796 00000 f -0000002797 00000 f -0000002798 00000 f -0000002799 00000 f -0000002800 00000 f -0000002801 00000 f -0000002802 00000 f -0000002803 00000 f -0000002804 00000 f -0000002805 00000 f -0000002806 00000 f -0000002807 00000 f -0000002808 00000 f -0000002809 00000 f -0000002810 00000 f -0000002811 00000 f -0000002812 00000 f -0000002813 00000 f -0000002814 00000 f -0000002815 00000 f -0000002816 00000 f -0000002817 00000 f -0000002818 00000 f -0000002819 00000 f -0000002820 00000 f -0000002821 00000 f -0000002822 00000 f -0000002823 00000 f -0000002824 00000 f -0000002825 00000 f -0000002826 00000 f -0000002827 00000 f -0000002828 00000 f -0000002829 00000 f -0000002830 00000 f -0000002831 00000 f -0000002832 00000 f -0000002833 00000 f -0000002834 00000 f -0000002835 00000 f -0000002836 00000 f -0000002837 00000 f -0000002838 00000 f -0000002839 00000 f -0000002840 00000 f -0000002841 00000 f -0000002842 00000 f -0000002843 00000 f -0000002844 00000 f -0000002845 00000 f -0000002846 00000 f -0000002847 00000 f -0000002848 00000 f -0000002849 00000 f -0000002850 00000 f -0000002851 00000 f -0000002852 00000 f -0000002853 00000 f -0000002854 00000 f -0000002855 00000 f -0000002856 00000 f -0000002857 00000 f -0000002858 00000 f -0000002859 00000 f -0000002860 00000 f -0000002861 00000 f -0000002862 00000 f -0000002863 00000 f -0000002864 00000 f -0000002865 00000 f -0000002866 00000 f -0000002867 00000 f -0000002868 00000 f -0000002869 00000 f -0000002870 00000 f -0000002871 00000 f -0000002872 00000 f -0000002873 00000 f -0000002874 00000 f -0000002875 00000 f -0000002876 00000 f -0000002877 00000 f -0000002878 00000 f -0000002879 00000 f -0000002880 00000 f -0000002881 00000 f -0000002882 00000 f -0000002883 00000 f -0000002884 00000 f -0000002885 00000 f -0000002886 00000 f -0000002887 00000 f -0000002888 00000 f -0000002889 00000 f -0000002890 00000 f -0000002891 00000 f -0000002892 00000 f -0000002893 00000 f -0000002894 00000 f -0000002895 00000 f -0000002896 00000 f -0000002897 00000 f -0000002898 00000 f -0000002899 00000 f -0000002900 00000 f -0000002901 00000 f -0000002902 00000 f -0000002903 00000 f -0000002904 00000 f -0000002905 00000 f -0000002906 00000 f -0000002907 00000 f -0000002908 00000 f -0000002909 00000 f -0000002910 00000 f -0000002911 00000 f -0000002912 00000 f -0000002913 00000 f -0000002914 00000 f -0000002915 00000 f -0000002916 00000 f -0000002917 00000 f -0000002918 00000 f -0000002919 00000 f -0000002920 00000 f -0000002921 00000 f -0000002922 00000 f -0000002923 00000 f -0000002924 00000 f -0000002925 00000 f -0000002926 00000 f -0000002927 00000 f -0000002928 00000 f -0000002929 00000 f -0000002930 00000 f -0000002931 00000 f -0000002932 00000 f -0000002933 00000 f -0000002934 00000 f -0000002935 00000 f -0000002936 00000 f -0000002937 00000 f -0000002938 00000 f -0000002939 00000 f -0000002940 00000 f -0000002941 00000 f -0000002942 00000 f -0000002943 00000 f -0000002944 00000 f -0000002945 00000 f -0000002946 00000 f -0000002947 00000 f -0000002948 00000 f -0000002949 00000 f -0000002950 00000 f -0000002951 00000 f -0000002952 00000 f -0000002953 00000 f -0000002954 00000 f -0000002955 00000 f -0000002956 00000 f -0000002957 00000 f -0000002958 00000 f -0000002959 00000 f -0000002960 00000 f -0000002961 00000 f -0000002962 00000 f -0000002963 00000 f -0000002964 00000 f -0000002965 00000 f -0000002966 00000 f -0000002967 00000 f -0000002968 00000 f -0000002969 00000 f -0000002970 00000 f -0000002971 00000 f -0000002972 00000 f -0000002973 00000 f -0000002974 00000 f -0000002975 00000 f -0000002976 00000 f -0000002977 00000 f -0000002978 00000 f -0000002979 00000 f -0000002980 00000 f -0000002981 00000 f -0000002982 00000 f -0000002983 00000 f -0000002984 00000 f -0000002985 00000 f -0000002986 00000 f -0000002987 00000 f -0000002988 00000 f -0000002989 00000 f -0000002990 00000 f -0000002991 00000 f -0000002992 00000 f -0000002993 00000 f -0000002994 00000 f -0000002995 00000 f -0000002996 00000 f -0000002997 00000 f -0000002998 00000 f -0000002999 00000 f -0000003000 00000 f -0000003001 00000 f -0000003002 00000 f -0000003003 00000 f -0000003004 00000 f -0000003005 00000 f -0000003006 00000 f -0000003007 00000 f -0000003008 00000 f -0000003009 00000 f -0000003010 00000 f -0000003011 00000 f -0000003012 00000 f -0000003013 00000 f -0000003014 00000 f -0000003015 00000 f -0000003016 00000 f -0000003017 00000 f -0000003018 00000 f -0000003019 00000 f -0000003020 00000 f -0000003021 00000 f -0000003022 00000 f -0000003023 00000 f -0000003024 00000 f -0000003025 00000 f -0000003026 00000 f -0000003027 00000 f -0000003028 00000 f -0000003029 00000 f -0000003030 00000 f -0000003031 00000 f -0000003032 00000 f -0000003033 00000 f -0000003034 00000 f -0000003035 00000 f -0000003036 00000 f -0000003037 00000 f -0000003038 00000 f -0000003039 00000 f -0000003040 00000 f -0000003041 00000 f -0000003042 00000 f -0000003043 00000 f -0000003044 00000 f -0000003045 00000 f -0000003046 00000 f -0000003047 00000 f -0000003048 00000 f -0000003049 00000 f -0000003050 00000 f -0000003051 00000 f -0000003052 00000 f -0000003053 00000 f -0000003054 00000 f -0000003055 00000 f -0000003056 00000 f -0000003057 00000 f -0000003058 00000 f -0000003059 00000 f -0000003060 00000 f -0000003061 00000 f -0000003062 00000 f -0000003063 00000 f -0000003064 00000 f -0000003065 00000 f -0000003066 00000 f -0000003067 00000 f -0000003068 00000 f -0000003069 00000 f -0000003070 00000 f -0000003071 00000 f -0000003072 00000 f -0000003073 00000 f -0000003074 00000 f -0000003075 00000 f -0000003076 00000 f -0000003077 00000 f -0000003078 00000 f -0000003079 00000 f -0000003080 00000 f -0000003081 00000 f -0000003082 00000 f -0000003083 00000 f -0000003084 00000 f -0000003085 00000 f -0000003086 00000 f -0000003087 00000 f -0000003088 00000 f -0000003089 00000 f -0000003090 00000 f -0000003091 00000 f -0000003092 00000 f -0000003093 00000 f -0000003094 00000 f -0000003095 00000 f -0000003096 00000 f -0000003097 00000 f -0000003098 00000 f -0000003099 00000 f -0000003100 00000 f -0000003101 00000 f -0000003102 00000 f -0000003103 00000 f -0000003104 00000 f -0000003105 00000 f -0000003106 00000 f -0000003107 00000 f -0000003108 00000 f -0000003109 00000 f -0000003110 00000 f -0000003111 00000 f -0000003112 00000 f -0000003113 00000 f -0000003114 00000 f -0000003115 00000 f -0000003116 00000 f -0000003117 00000 f -0000003118 00000 f -0000003119 00000 f -0000003120 00000 f -0000003121 00000 f -0000003122 00000 f -0000003123 00000 f -0000003124 00000 f -0000003125 00000 f -0000003126 00000 f -0000003127 00000 f -0000003128 00000 f -0000003129 00000 f -0000003130 00000 f -0000003131 00000 f -0000003132 00000 f -0000003133 00000 f -0000003134 00000 f -0000003135 00000 f -0000003136 00000 f -0000003137 00000 f -0000003138 00000 f -0000003139 00000 f -0000003140 00000 f -0000003141 00000 f -0000003142 00000 f -0000003143 00000 f -0000003144 00000 f -0000003145 00000 f -0000003146 00000 f -0000003147 00000 f -0000003148 00000 f -0000003149 00000 f -0000003150 00000 f -0000003151 00000 f -0000003152 00000 f -0000003153 00000 f -0000003154 00000 f -0000003155 00000 f -0000003156 00000 f -0000003157 00000 f -0000003158 00000 f -0000003159 00000 f -0000003160 00000 f -0000003161 00000 f -0000003162 00000 f -0000003163 00000 f -0000003164 00000 f -0000003165 00000 f -0000003166 00000 f -0000003167 00000 f -0000003168 00000 f -0000003169 00000 f -0000003170 00000 f -0000003171 00000 f -0000003172 00000 f -0000003173 00000 f -0000003174 00000 f -0000003175 00000 f -0000003176 00000 f -0000003177 00000 f -0000003178 00000 f -0000003179 00000 f -0000003180 00000 f -0000003181 00000 f -0000003182 00000 f -0000003183 00000 f -0000003184 00000 f -0000003185 00000 f -0000003186 00000 f -0000003187 00000 f -0000003188 00000 f -0000003189 00000 f -0000003190 00000 f -0000003191 00000 f -0000003192 00000 f -0000003193 00000 f -0000003194 00000 f -0000003195 00000 f -0000003196 00000 f -0000003197 00000 f -0000003198 00000 f -0000003199 00000 f -0000003200 00000 f -0000003201 00000 f -0000003202 00000 f -0000003203 00000 f -0000003204 00000 f -0000003205 00000 f -0000003206 00000 f -0000003207 00000 f -0000003208 00000 f -0000003209 00000 f -0000003210 00000 f -0000003211 00000 f -0000003212 00000 f -0000003213 00000 f -0000003214 00000 f -0000003215 00000 f -0000003216 00000 f -0000003217 00000 f -0000003218 00000 f -0000003219 00000 f -0000003220 00000 f -0000003221 00000 f -0000003222 00000 f -0000003223 00000 f -0000003224 00000 f -0000003225 00000 f -0000003226 00000 f -0000003227 00000 f -0000003228 00000 f -0000003229 00000 f -0000003230 00000 f -0000003231 00000 f -0000003232 00000 f -0000003233 00000 f -0000003234 00000 f -0000003235 00000 f -0000003236 00000 f -0000003237 00000 f -0000003238 00000 f -0000003239 00000 f -0000003240 00000 f -0000003241 00000 f -0000003242 00000 f -0000003243 00000 f -0000003244 00000 f -0000003245 00000 f -0000003246 00000 f -0000003247 00000 f -0000003248 00000 f -0000003249 00000 f -0000003250 00000 f -0000003251 00000 f -0000003252 00000 f -0000003253 00000 f -0000003254 00000 f -0000003255 00000 f -0000003256 00000 f -0000003257 00000 f -0000003258 00000 f -0000003259 00000 f -0000003260 00000 f -0000003261 00000 f -0000003262 00000 f -0000003263 00000 f -0000003264 00000 f -0000003265 00000 f -0000003266 00000 f -0000003267 00000 f -0000003268 00000 f -0000003269 00000 f -0000003270 00000 f -0000003271 00000 f -0000003272 00000 f -0000003273 00000 f -0000003274 00000 f -0000003275 00000 f -0000003276 00000 f -0000003277 00000 f -0000003278 00000 f -0000003279 00000 f -0000003280 00000 f -0000003281 00000 f -0000003282 00000 f -0000003283 00000 f -0000003284 00000 f -0000003285 00000 f -0000003286 00000 f -0000003287 00000 f -0000003288 00000 f -0000003289 00000 f -0000003290 00000 f -0000003291 00000 f -0000003292 00000 f -0000003293 00000 f -0000003294 00000 f -0000003295 00000 f -0000003296 00000 f -0000003297 00000 f -0000003298 00000 f -0000003299 00000 f -0000003300 00000 f -0000003301 00000 f -0000003302 00000 f -0000003303 00000 f -0000003304 00000 f -0000003305 00000 f -0000003306 00000 f -0000003307 00000 f -0000003308 00000 f -0000003309 00000 f -0000003310 00000 f -0000003311 00000 f -0000003312 00000 f -0000003313 00000 f -0000003314 00000 f -0000003315 00000 f -0000003316 00000 f -0000003317 00000 f -0000003318 00000 f -0000003319 00000 f -0000003320 00000 f -0000003321 00000 f -0000003322 00000 f -0000003323 00000 f -0000003324 00000 f -0000003325 00000 f -0000003326 00000 f -0000003327 00000 f -0000003328 00000 f -0000003329 00000 f -0000003330 00000 f -0000003331 00000 f -0000003332 00000 f -0000003333 00000 f -0000003334 00000 f -0000003335 00000 f -0000003336 00000 f -0000003337 00000 f -0000003338 00000 f -0000003339 00000 f -0000003340 00000 f -0000003341 00000 f -0000003342 00000 f -0000003343 00000 f -0000003344 00000 f -0000003345 00000 f -0000003346 00000 f -0000003347 00000 f -0000003348 00000 f -0000003349 00000 f -0000003350 00000 f -0000003351 00000 f -0000003352 00000 f -0000003353 00000 f -0000003354 00000 f -0000003355 00000 f -0000003356 00000 f -0000003357 00000 f -0000003358 00000 f -0000003359 00000 f -0000003360 00000 f -0000003361 00000 f -0000003362 00000 f -0000003363 00000 f -0000003364 00000 f -0000003365 00000 f -0000003366 00000 f -0000003367 00000 f -0000003368 00000 f -0000003369 00000 f -0000003370 00000 f -0000003371 00000 f -0000003372 00000 f -0000003373 00000 f -0000003374 00000 f -0000003375 00000 f -0000003376 00000 f -0000003377 00000 f -0000003378 00000 f -0000003379 00000 f -0000003380 00000 f -0000003381 00000 f -0000003382 00000 f -0000003383 00000 f -0000003384 00000 f -0000003385 00000 f -0000003386 00000 f -0000003387 00000 f -0000003388 00000 f -0000003389 00000 f -0000003390 00000 f -0000003391 00000 f -0000003392 00000 f -0000003393 00000 f -0000003394 00000 f -0000003395 00000 f -0000003396 00000 f -0000003397 00000 f -0000003398 00000 f -0000003399 00000 f -0000003400 00000 f -0000003401 00000 f -0000003402 00000 f -0000003403 00000 f -0000003404 00000 f -0000003405 00000 f -0000003406 00000 f -0000003407 00000 f -0000003408 00000 f -0000003409 00000 f -0000003410 00000 f -0000003411 00000 f -0000003412 00000 f -0000003413 00000 f -0000003414 00000 f -0000003415 00000 f -0000003416 00000 f -0000003417 00000 f -0000003418 00000 f -0000003419 00000 f -0000003420 00000 f -0000003421 00000 f -0000003422 00000 f -0000003423 00000 f -0000003424 00000 f -0000003425 00000 f -0000003426 00000 f -0000003427 00000 f -0000003428 00000 f -0000003429 00000 f -0000003430 00000 f -0000003431 00000 f -0000003432 00000 f -0000003433 00000 f -0000003434 00000 f -0000003435 00000 f -0000003436 00000 f -0000003437 00000 f -0000003438 00000 f -0000003439 00000 f -0000003440 00000 f -0000003441 00000 f -0000003442 00000 f -0000003443 00000 f -0000003444 00000 f -0000003445 00000 f -0000003446 00000 f -0000003447 00000 f -0000003448 00000 f -0000003449 00000 f -0000003450 00000 f -0000003451 00000 f -0000003452 00000 f -0000003453 00000 f -0000003454 00000 f -0000003455 00000 f -0000003456 00000 f -0000003457 00000 f -0000003458 00000 f -0000003459 00000 f -0000003460 00000 f -0000003461 00000 f -0000003462 00000 f -0000003463 00000 f -0000003464 00000 f -0000003465 00000 f -0000003466 00000 f -0000003467 00000 f -0000003468 00000 f -0000003469 00000 f -0000003470 00000 f -0000003471 00000 f -0000003472 00000 f -0000003473 00000 f -0000003474 00000 f -0000003475 00000 f -0000003476 00000 f -0000003477 00000 f -0000003478 00000 f -0000003479 00000 f -0000003480 00000 f -0000003481 00000 f -0000003482 00000 f -0000003483 00000 f -0000003484 00000 f -0000003485 00000 f -0000003486 00000 f -0000003487 00000 f -0000003488 00000 f -0000003489 00000 f -0000003490 00000 f -0000003491 00000 f -0000003492 00000 f -0000003493 00000 f -0000003494 00000 f -0000003495 00000 f -0000003496 00000 f -0000003497 00000 f -0000003498 00000 f -0000003499 00000 f -0000003500 00000 f -0000003501 00000 f -0000003502 00000 f -0000003503 00000 f -0000003504 00000 f -0000003505 00000 f -0000003506 00000 f -0000003507 00000 f -0000003508 00000 f -0000003509 00000 f -0000003510 00000 f -0000003511 00000 f -0000003512 00000 f -0000003513 00000 f -0000003514 00000 f -0000003515 00000 f -0000003516 00000 f -0000003517 00000 f -0000003518 00000 f -0000003519 00000 f -0000003520 00000 f -0000003521 00000 f -0000003522 00000 f -0000003523 00000 f -0000003524 00000 f -0000003525 00000 f -0000003526 00000 f -0000003527 00000 f -0000003528 00000 f -0000003529 00000 f -0000003530 00000 f -0000003531 00000 f -0000003532 00000 f -0000003533 00000 f -0000003534 00000 f -0000003535 00000 f -0000003536 00000 f -0000003537 00000 f -0000003538 00000 f -0000003539 00000 f -0000003540 00000 f -0000003541 00000 f -0000003542 00000 f -0000003543 00000 f -0000003544 00000 f -0000003545 00000 f -0000003546 00000 f -0000003547 00000 f -0000003548 00000 f -0000003549 00000 f -0000003550 00000 f -0000003551 00000 f -0000003552 00000 f -0000003553 00000 f -0000003554 00000 f -0000003555 00000 f -0000003556 00000 f -0000003557 00000 f -0000003558 00000 f -0000003559 00000 f -0000003560 00000 f -0000003561 00000 f -0000003562 00000 f -0000003563 00000 f -0000003564 00000 f -0000003565 00000 f -0000003566 00000 f -0000003567 00000 f -0000003568 00000 f -0000003569 00000 f -0000003570 00000 f -0000003571 00000 f -0000003572 00000 f -0000003573 00000 f -0000003574 00000 f -0000003575 00000 f -0000003576 00000 f -0000003577 00000 f -0000003578 00000 f -0000003579 00000 f -0000003580 00000 f -0000003581 00000 f -0000003582 00000 f -0000003583 00000 f -0000003584 00000 f -0000003585 00000 f -0000003586 00000 f -0000003587 00000 f -0000003588 00000 f -0000003589 00000 f -0000003590 00000 f -0000003591 00000 f -0000003592 00000 f -0000003593 00000 f -0000003594 00000 f -0000003595 00000 f -0000003596 00000 f -0000003597 00000 f -0000003598 00000 f -0000003599 00000 f -0000003600 00000 f -0000003601 00000 f -0000003602 00000 f -0000003603 00000 f -0000003604 00000 f -0000003605 00000 f -0000003606 00000 f -0000003607 00000 f -0000003608 00000 f -0000003609 00000 f -0000003610 00000 f -0000003611 00000 f -0000003612 00000 f -0000003613 00000 f -0000003614 00000 f -0000003615 00000 f -0000003616 00000 f -0000003617 00000 f -0000003618 00000 f -0000003619 00000 f -0000003620 00000 f -0000003621 00000 f -0000003622 00000 f -0000003623 00000 f -0000003624 00000 f -0000003625 00000 f -0000003626 00000 f -0000003627 00000 f -0000003628 00000 f -0000003629 00000 f -0000003630 00000 f -0000003631 00000 f -0000003632 00000 f -0000003633 00000 f -0000003634 00000 f -0000003635 00000 f -0000003636 00000 f -0000003637 00000 f -0000003638 00000 f -0000003639 00000 f -0000003640 00000 f -0000003641 00000 f -0000003642 00000 f -0000003643 00000 f -0000003644 00000 f -0000003645 00000 f -0000003646 00000 f -0000003647 00000 f -0000003648 00000 f -0000003649 00000 f -0000003650 00000 f -0000003651 00000 f -0000003652 00000 f -0000003653 00000 f -0000003654 00000 f -0000003655 00000 f -0000003656 00000 f -0000003657 00000 f -0000003658 00000 f -0000003659 00000 f -0000003660 00000 f -0000003661 00000 f -0000003662 00000 f -0000003663 00000 f -0000003664 00000 f -0000003665 00000 f -0000003666 00000 f -0000003667 00000 f -0000003668 00000 f -0000003669 00000 f -0000003670 00000 f -0000003671 00000 f -0000003672 00000 f -0000003673 00000 f -0000003674 00000 f -0000003675 00000 f -0000003676 00000 f -0000003677 00000 f -0000003678 00000 f -0000003679 00000 f -0000003680 00000 f -0000003681 00000 f -0000003682 00000 f -0000003683 00000 f -0000003684 00000 f -0000003685 00000 f -0000003686 00000 f -0000003687 00000 f -0000003688 00000 f -0000003689 00000 f -0000003690 00000 f -0000003691 00000 f -0000003692 00000 f -0000003693 00000 f -0000003694 00000 f -0000003695 00000 f -0000003696 00000 f -0000003697 00000 f -0000003698 00000 f -0000003699 00000 f -0000003700 00000 f -0000003701 00000 f -0000003702 00000 f -0000003703 00000 f -0000003704 00000 f -0000003705 00000 f -0000003706 00000 f -0000003707 00000 f -0000003708 00000 f -0000003709 00000 f -0000003710 00000 f -0000003711 00000 f -0000003712 00000 f -0000003713 00000 f -0000003714 00000 f -0000003715 00000 f -0000003716 00000 f -0000003717 00000 f -0000003718 00000 f -0000003719 00000 f -0000003720 00000 f -0000003721 00000 f -0000003722 00000 f -0000003723 00000 f -0000003724 00000 f -0000003725 00000 f -0000003726 00000 f -0000003727 00000 f -0000003728 00000 f -0000003729 00000 f -0000003730 00000 f -0000003731 00000 f -0000003732 00000 f -0000003733 00000 f -0000003734 00000 f -0000003735 00000 f -0000003736 00000 f -0000003737 00000 f -0000003738 00000 f -0000003739 00000 f -0000003740 00000 f -0000003741 00000 f -0000003742 00000 f -0000003743 00000 f -0000003744 00000 f -0000003745 00000 f -0000003746 00000 f -0000003747 00000 f -0000003748 00000 f -0000003749 00000 f -0000003750 00000 f -0000003751 00000 f -0000003752 00000 f -0000003753 00000 f -0000003754 00000 f -0000003755 00000 f -0000003756 00000 f -0000003757 00000 f -0000003758 00000 f -0000003759 00000 f -0000003760 00000 f -0000003761 00000 f -0000003762 00000 f -0000003763 00000 f -0000003764 00000 f -0000003765 00000 f -0000003766 00000 f -0000003767 00000 f -0000003768 00000 f -0000003769 00000 f -0000003770 00000 f -0000003771 00000 f -0000003772 00000 f -0000003773 00000 f -0000003774 00000 f -0000003775 00000 f -0000003776 00000 f -0000003777 00000 f -0000003778 00000 f -0000003779 00000 f -0000003780 00000 f -0000003781 00000 f -0000003782 00000 f -0000003783 00000 f -0000003784 00000 f -0000003785 00000 f -0000003786 00000 f -0000003787 00000 f -0000003788 00000 f -0000003789 00000 f -0000003790 00000 f -0000003791 00000 f -0000003792 00000 f -0000003793 00000 f -0000003794 00000 f -0000003795 00000 f -0000003796 00000 f -0000003797 00000 f -0000003798 00000 f -0000003799 00000 f -0000003800 00000 f -0000003801 00000 f -0000003802 00000 f -0000003803 00000 f -0000003804 00000 f -0000003805 00000 f -0000003806 00000 f -0000003807 00000 f -0000003808 00000 f -0000003809 00000 f -0000003810 00000 f -0000003811 00000 f -0000003812 00000 f -0000003813 00000 f -0000003814 00000 f -0000003815 00000 f -0000003816 00000 f -0000003817 00000 f -0000003818 00000 f -0000003819 00000 f -0000003820 00000 f -0000003821 00000 f -0000003822 00000 f -0000003823 00000 f -0000003824 00000 f -0000003825 00000 f -0000003826 00000 f -0000003827 00000 f -0000003828 00000 f -0000003829 00000 f -0000003830 00000 f -0000003831 00000 f -0000003832 00000 f -0000003833 00000 f -0000003834 00000 f -0000003835 00000 f -0000003836 00000 f -0000003837 00000 f -0000003838 00000 f -0000003839 00000 f -0000003840 00000 f -0000003841 00000 f -0000003842 00000 f -0000003843 00000 f -0000003844 00000 f -0000003845 00000 f -0000003846 00000 f -0000003847 00000 f -0000003848 00000 f -0000003849 00000 f -0000003850 00000 f -0000003851 00000 f -0000003852 00000 f -0000003853 00000 f -0000003854 00000 f -0000003855 00000 f -0000003856 00000 f -0000003857 00000 f -0000003858 00000 f -0000003859 00000 f -0000003860 00000 f -0000003861 00000 f -0000003862 00000 f -0000003863 00000 f -0000003864 00000 f -0000003865 00000 f -0000003866 00000 f -0000003867 00000 f -0000003868 00000 f -0000003869 00000 f -0000003870 00000 f -0000003871 00000 f -0000003872 00000 f -0000003873 00000 f -0000003874 00000 f -0000003875 00000 f -0000003876 00000 f -0000003877 00000 f -0000003878 00000 f -0000003879 00000 f -0000003880 00000 f -0000003881 00000 f -0000003882 00000 f -0000003883 00000 f -0000003884 00000 f -0000003885 00000 f -0000003886 00000 f -0000003887 00000 f -0000003888 00000 f -0000003889 00000 f -0000003890 00000 f -0000003891 00000 f -0000003892 00000 f -0000003893 00000 f -0000003894 00000 f -0000003895 00000 f -0000003896 00000 f -0000003897 00000 f -0000003898 00000 f -0000003899 00000 f -0000003900 00000 f -0000003901 00000 f -0000003902 00000 f -0000003903 00000 f -0000003904 00000 f -0000003905 00000 f -0000003906 00000 f -0000003907 00000 f -0000003908 00000 f -0000003909 00000 f -0000003910 00000 f -0000003911 00000 f -0000003912 00000 f -0000003913 00000 f -0000003914 00000 f -0000003915 00000 f -0000003916 00000 f -0000003917 00000 f -0000003918 00000 f -0000003919 00000 f -0000003920 00000 f -0000003921 00000 f -0000003922 00000 f -0000003923 00000 f -0000003924 00000 f -0000003925 00000 f -0000003926 00000 f -0000003927 00000 f -0000003928 00000 f -0000003929 00000 f -0000003930 00000 f -0000003931 00000 f -0000003932 00000 f -0000003933 00000 f -0000003934 00000 f -0000003935 00000 f -0000003936 00000 f -0000003937 00000 f -0000003938 00000 f -0000003939 00000 f -0000003940 00000 f -0000003941 00000 f -0000003942 00000 f -0000003943 00000 f -0000003944 00000 f -0000003945 00000 f -0000003946 00000 f -0000003947 00000 f -0000003948 00000 f -0000003949 00000 f -0000003950 00000 f -0000003951 00000 f -0000003952 00000 f -0000003953 00000 f -0000003954 00000 f -0000003955 00000 f -0000003956 00000 f -0000003957 00000 f -0000003958 00000 f -0000003959 00000 f -0000003960 00000 f -0000003961 00000 f -0000003962 00000 f -0000003963 00000 f -0000003964 00000 f -0000003965 00000 f -0000003966 00000 f -0000003967 00000 f -0000003968 00000 f -0000003969 00000 f -0000003970 00000 f -0000003971 00000 f -0000003972 00000 f -0000003973 00000 f -0000003974 00000 f -0000003975 00000 f -0000003976 00000 f -0000003977 00000 f -0000003978 00000 f -0000003979 00000 f -0000003980 00000 f -0000003981 00000 f -0000003982 00000 f -0000003983 00000 f -0000003984 00000 f -0000003985 00000 f -0000003986 00000 f -0000003987 00000 f -0000003988 00000 f -0000003989 00000 f -0000003990 00000 f -0000003991 00000 f -0000003992 00000 f -0000003993 00000 f -0000003994 00000 f -0000003995 00000 f -0000003996 00000 f -0000003997 00000 f -0000003998 00000 f -0000003999 00000 f -0000004000 00000 f -0000004001 00000 f -0000004002 00000 f -0000004003 00000 f -0000004004 00000 f -0000004005 00000 f -0000004006 00000 f -0000004007 00000 f -0000004008 00000 f -0000004009 00000 f -0000004010 00000 f -0000004011 00000 f -0000004012 00000 f -0000004013 00000 f -0000004014 00000 f -0000004015 00000 f -0000004016 00000 f -0000004017 00000 f -0000004018 00000 f -0000004019 00000 f -0000004020 00000 f -0000004021 00000 f -0000004022 00000 f -0000004023 00000 f -0000004024 00000 f -0000004025 00000 f -0000004026 00000 f -0000004027 00000 f -0000004028 00000 f -0000004029 00000 f -0000004030 00000 f -0000004031 00000 f -0000004032 00000 f -0000004033 00000 f -0000004034 00000 f -0000004035 00000 f -0000004036 00000 f -0000004037 00000 f -0000004038 00000 f -0000004039 00000 f -0000004040 00000 f -0000004041 00000 f -0000004042 00000 f -0000004043 00000 f -0000004044 00000 f -0000004045 00000 f -0000004046 00000 f -0000004047 00000 f -0000004048 00000 f -0000004049 00000 f -0000004050 00000 f -0000004051 00000 f -0000004052 00000 f -0000004053 00000 f -0000004054 00000 f -0000004055 00000 f -0000004056 00000 f -0000004057 00000 f -0000004058 00000 f -0000004059 00000 f -0000004060 00000 f -0000004061 00000 f -0000004062 00000 f -0000004063 00000 f -0000004064 00000 f -0000004065 00000 f -0000004066 00000 f -0000004067 00000 f -0000004068 00000 f -0000004069 00000 f -0000004070 00000 f -0000004071 00000 f -0000004072 00000 f -0000004073 00000 f -0000004074 00000 f -0000004075 00000 f -0000004076 00000 f -0000004077 00000 f -0000004078 00000 f -0000004079 00000 f -0000004080 00000 f -0000004081 00000 f -0000004082 00000 f -0000004083 00000 f -0000004084 00000 f -0000004085 00000 f -0000004086 00000 f -0000004087 00000 f -0000004088 00000 f -0000004089 00000 f -0000004090 00000 f -0000004091 00000 f -0000004092 00000 f -0000004093 00000 f -0000004094 00000 f -0000004095 00000 f -0000004096 00000 f -0000004097 00000 f -0000004098 00000 f -0000004099 00000 f -0000004100 00000 f -0000004101 00000 f -0000004102 00000 f -0000004103 00000 f -0000004104 00000 f -0000004105 00000 f -0000004106 00000 f -0000004107 00000 f -0000004108 00000 f -0000004109 00000 f -0000004110 00000 f -0000004111 00000 f -0000004112 00000 f -0000004113 00000 f -0000004120 00000 f -0000766433 00000 n -0000766466 00000 n -0000766313 00000 n -0000766346 00000 n -0000766193 00000 n -0000766226 00000 n -0000004121 00000 f -0000004122 00000 f -0000004123 00000 f -0000004124 00000 f -0000004125 00000 f -0000004126 00000 f -0000004127 00000 f -0000004131 00000 f -0000761900 00000 n -0000761979 00000 n -0000762059 00000 n -0000004132 00000 f -0000004133 00000 f -0000004134 00000 f -0000004135 00000 f -0000004136 00000 f -0000004137 00000 f -0000004138 00000 f -0000004139 00000 f -0000004140 00000 f -0000004141 00000 f -0000004142 00000 f -0000004143 00000 f -0000004144 00000 f -0000004145 00000 f -0000004146 00000 f -0000004147 00000 f -0000004148 00000 f -0000004149 00000 f -0000004150 00000 f -0000004151 00000 f -0000004152 00000 f -0000004153 00000 f -0000004154 00000 f -0000004155 00000 f -0000004156 00000 f -0000004157 00000 f -0000004158 00000 f -0000004159 00000 f -0000004160 00000 f -0000004161 00000 f -0000004162 00000 f -0000004163 00000 f -0000004164 00000 f -0000004165 00000 f -0000004166 00000 f -0000004167 00000 f -0000004168 00000 f -0000004169 00000 f -0000004170 00000 f -0000004171 00000 f -0000004172 00000 f -0000004173 00000 f -0000004174 00000 f -0000004175 00000 f -0000004176 00000 f -0000004177 00000 f -0000004178 00000 f -0000004179 00000 f -0000004180 00000 f -0000004181 00000 f -0000004182 00000 f -0000004183 00000 f -0000004184 00000 f -0000004185 00000 f -0000004186 00000 f -0000004187 00000 f -0000004188 00000 f -0000004189 00000 f -0000004190 00000 f -0000004191 00000 f -0000004192 00000 f -0000004193 00000 f -0000004194 00000 f -0000004195 00000 f -0000004196 00000 f -0000004197 00000 f -0000004198 00000 f -0000004199 00000 f -0000004200 00000 f -0000004201 00000 f -0000004202 00000 f -0000004203 00000 f -0000004204 00000 f -0000004205 00000 f -0000004206 00000 f -0000004207 00000 f -0000004208 00000 f -0000004209 00000 f -0000004210 00000 f -0000004211 00000 f -0000004212 00000 f -0000004213 00000 f -0000004214 00000 f -0000004215 00000 f -0000004216 00000 f -0000004217 00000 f -0000004218 00000 f -0000004219 00000 f -0000004220 00000 f -0000004221 00000 f -0000004222 00000 f -0000004223 00000 f -0000004224 00000 f -0000004225 00000 f -0000004226 00000 f -0000004227 00000 f -0000004228 00000 f -0000004229 00000 f -0000004230 00000 f -0000004231 00000 f -0000004232 00000 f -0000004233 00000 f -0000004234 00000 f -0000004235 00000 f -0000004236 00000 f -0000004237 00000 f -0000004238 00000 f -0000004239 00000 f -0000004240 00000 f -0000004241 00000 f -0000004242 00000 f -0000004243 00000 f -0000004244 00000 f -0000004245 00000 f -0000004246 00000 f -0000004247 00000 f -0000004248 00000 f -0000004249 00000 f -0000004250 00000 f -0000004251 00000 f -0000004252 00000 f -0000004253 00000 f -0000004254 00000 f -0000004255 00000 f -0000004256 00000 f -0000004257 00000 f -0000004258 00000 f -0000004259 00000 f -0000004260 00000 f -0000004261 00000 f -0000004262 00000 f -0000004263 00000 f -0000004264 00000 f -0000004265 00000 f -0000004266 00000 f -0000004267 00000 f -0000004268 00000 f -0000004269 00000 f -0000004270 00000 f -0000004271 00000 f -0000004272 00000 f -0000004273 00000 f -0000004274 00000 f -0000004275 00000 f -0000004276 00000 f -0000004277 00000 f -0000004278 00000 f -0000004279 00000 f -0000004280 00000 f -0000004281 00000 f -0000004282 00000 f -0000004283 00000 f -0000004284 00000 f -0000004285 00000 f -0000004286 00000 f -0000004287 00000 f -0000004288 00000 f -0000004289 00000 f -0000004290 00000 f -0000004291 00000 f -0000004292 00000 f -0000004293 00000 f -0000004294 00000 f -0000004295 00000 f -0000004296 00000 f -0000004297 00000 f -0000004298 00000 f -0000004299 00000 f -0000004300 00000 f -0000004301 00000 f -0000004302 00000 f -0000004303 00000 f -0000004304 00000 f -0000004305 00000 f -0000004306 00000 f -0000004307 00000 f -0000004308 00000 f -0000004309 00000 f -0000004310 00000 f -0000004311 00000 f -0000004312 00000 f -0000004313 00000 f -0000004314 00000 f -0000004315 00000 f -0000004316 00000 f -0000004317 00000 f -0000004318 00000 f -0000004319 00000 f -0000004320 00000 f -0000004321 00000 f -0000004322 00000 f -0000004323 00000 f -0000004324 00000 f -0000004325 00000 f -0000004326 00000 f -0000004327 00000 f -0000004328 00000 f -0000004329 00000 f -0000004330 00000 f -0000004331 00000 f -0000004332 00000 f -0000004333 00000 f -0000004334 00000 f -0000004335 00000 f -0000004336 00000 f -0000004337 00000 f -0000004338 00000 f -0000004339 00000 f -0000004340 00000 f -0000004341 00000 f -0000004342 00000 f -0000004343 00000 f -0000004344 00000 f -0000004345 00000 f -0000004346 00000 f -0000004347 00000 f -0000004348 00000 f -0000004349 00000 f -0000004350 00000 f -0000004351 00000 f -0000004352 00000 f -0000004353 00000 f -0000004354 00000 f -0000004355 00000 f -0000004356 00000 f -0000004357 00000 f -0000004358 00000 f -0000004359 00000 f -0000004360 00000 f -0000004361 00000 f -0000004362 00000 f -0000004363 00000 f -0000004364 00000 f -0000004365 00000 f -0000004366 00000 f -0000004367 00000 f -0000004368 00000 f -0000004369 00000 f -0000004370 00000 f -0000004371 00000 f -0000004372 00000 f -0000004373 00000 f -0000004374 00000 f -0000004375 00000 f -0000004376 00000 f -0000004377 00000 f -0000004378 00000 f -0000004379 00000 f -0000004380 00000 f -0000004381 00000 f -0000004382 00000 f -0000004383 00000 f -0000004384 00000 f -0000004385 00000 f -0000004386 00000 f -0000004387 00000 f -0000004388 00000 f -0000004389 00000 f -0000004390 00000 f -0000004391 00000 f -0000004392 00000 f -0000004393 00000 f -0000004394 00000 f -0000004395 00000 f -0000004396 00000 f -0000004397 00000 f -0000004398 00000 f -0000004399 00000 f -0000004400 00000 f -0000004401 00000 f -0000004402 00000 f -0000004403 00000 f -0000004404 00000 f -0000004405 00000 f -0000004406 00000 f -0000004407 00000 f -0000004408 00000 f -0000004409 00000 f -0000004410 00000 f -0000004411 00000 f -0000004412 00000 f -0000004413 00000 f -0000004414 00000 f -0000004415 00000 f -0000004416 00000 f -0000004417 00000 f -0000004418 00000 f -0000004419 00000 f -0000004420 00000 f -0000004421 00000 f -0000004422 00000 f -0000004423 00000 f -0000004424 00000 f -0000004425 00000 f -0000004426 00000 f -0000004427 00000 f -0000004428 00000 f -0000004429 00000 f -0000004430 00000 f -0000004431 00000 f -0000004432 00000 f -0000004433 00000 f -0000004434 00000 f -0000004435 00000 f -0000004436 00000 f -0000004437 00000 f -0000004438 00000 f -0000004439 00000 f -0000004440 00000 f -0000004441 00000 f -0000004442 00000 f -0000004443 00000 f -0000004444 00000 f -0000004445 00000 f -0000004446 00000 f -0000004447 00000 f -0000004448 00000 f -0000004449 00000 f -0000004450 00000 f -0000004451 00000 f -0000004452 00000 f -0000004453 00000 f -0000004454 00000 f -0000004455 00000 f -0000004456 00000 f -0000004457 00000 f -0000004458 00000 f -0000004459 00000 f -0000004460 00000 f -0000004461 00000 f -0000004462 00000 f -0000004463 00000 f -0000004464 00000 f -0000004465 00000 f -0000004466 00000 f -0000004467 00000 f -0000004468 00000 f -0000004469 00000 f -0000004470 00000 f -0000004471 00000 f -0000004472 00000 f -0000004473 00000 f -0000004474 00000 f -0000004475 00000 f -0000004476 00000 f -0000004477 00000 f -0000004478 00000 f -0000004479 00000 f -0000004480 00000 f -0000004481 00000 f -0000004482 00000 f -0000004483 00000 f -0000004484 00000 f -0000004485 00000 f -0000004486 00000 f -0000004487 00000 f -0000004488 00000 f -0000004489 00000 f -0000004490 00000 f -0000004491 00000 f -0000004492 00000 f -0000004493 00000 f -0000004494 00000 f -0000004495 00000 f -0000004496 00000 f -0000004497 00000 f -0000004498 00000 f -0000004499 00000 f -0000004500 00000 f -0000004501 00000 f -0000004502 00000 f -0000004503 00000 f -0000004504 00000 f -0000004505 00000 f -0000004506 00000 f -0000004507 00000 f -0000004508 00000 f -0000004509 00000 f -0000004510 00000 f -0000004511 00000 f -0000004512 00000 f -0000004513 00000 f -0000004514 00000 f -0000004515 00000 f -0000004516 00000 f -0000004517 00000 f -0000004518 00000 f -0000004519 00000 f -0000004520 00000 f -0000004521 00000 f -0000004522 00000 f -0000004523 00000 f -0000004524 00000 f -0000004525 00000 f -0000004526 00000 f -0000004527 00000 f -0000004528 00000 f -0000004529 00000 f -0000004530 00000 f -0000004531 00000 f -0000004532 00000 f -0000004533 00000 f -0000004534 00000 f -0000004535 00000 f -0000004536 00000 f -0000004537 00000 f -0000004538 00000 f -0000004539 00000 f -0000004540 00000 f -0000004541 00000 f -0000004542 00000 f -0000004543 00000 f -0000004544 00000 f -0000004545 00000 f -0000004546 00000 f -0000004547 00000 f -0000004548 00000 f -0000004549 00000 f -0000004550 00000 f -0000004551 00000 f -0000004552 00000 f -0000004553 00000 f -0000004554 00000 f -0000004555 00000 f -0000004556 00000 f -0000004557 00000 f -0000004558 00000 f -0000004559 00000 f -0000004560 00000 f -0000004561 00000 f -0000004562 00000 f -0000004563 00000 f -0000004564 00000 f -0000004565 00000 f -0000004566 00000 f -0000004567 00000 f -0000004568 00000 f -0000004569 00000 f -0000004570 00000 f -0000004571 00000 f -0000004572 00000 f -0000004573 00000 f -0000004574 00000 f -0000004575 00000 f -0000004576 00000 f -0000004577 00000 f -0000004578 00000 f -0000004579 00000 f -0000004580 00000 f -0000004581 00000 f -0000004582 00000 f -0000004583 00000 f -0000004584 00000 f -0000004585 00000 f -0000004586 00000 f -0000004587 00000 f -0000004588 00000 f -0000004589 00000 f -0000004590 00000 f -0000004591 00000 f -0000004592 00000 f -0000004593 00000 f -0000004594 00000 f -0000004595 00000 f -0000004596 00000 f -0000004597 00000 f -0000004598 00000 f -0000004599 00000 f -0000004600 00000 f -0000004601 00000 f -0000004602 00000 f -0000004603 00000 f -0000004604 00000 f -0000004605 00000 f -0000004606 00000 f -0000004607 00000 f -0000004608 00000 f -0000004609 00000 f -0000004610 00000 f -0000004611 00000 f -0000004612 00000 f -0000004613 00000 f -0000004614 00000 f -0000004615 00000 f -0000004616 00000 f -0000004617 00000 f -0000004618 00000 f -0000004619 00000 f -0000004620 00000 f -0000004621 00000 f -0000004622 00000 f -0000004623 00000 f -0000004624 00000 f -0000004625 00000 f -0000004626 00000 f -0000004627 00000 f -0000004628 00000 f -0000004629 00000 f -0000004630 00000 f -0000004631 00000 f -0000004632 00000 f -0000004633 00000 f -0000004634 00000 f -0000004635 00000 f -0000004636 00000 f -0000004637 00000 f -0000004638 00000 f -0000004639 00000 f -0000004640 00000 f -0000004641 00000 f -0000004642 00000 f -0000004643 00000 f -0000004644 00000 f -0000004645 00000 f -0000004646 00000 f -0000004647 00000 f -0000004648 00000 f -0000004649 00000 f -0000004650 00000 f -0000004651 00000 f -0000004652 00000 f -0000004653 00000 f -0000004654 00000 f -0000004655 00000 f -0000004656 00000 f -0000004657 00000 f -0000004658 00000 f -0000004659 00000 f -0000004660 00000 f -0000004661 00000 f -0000004662 00000 f -0000004663 00000 f -0000004664 00000 f -0000004665 00000 f -0000004666 00000 f -0000004667 00000 f -0000004668 00000 f -0000004669 00000 f -0000004670 00000 f -0000004671 00000 f -0000004672 00000 f -0000004673 00000 f -0000004674 00000 f -0000004675 00000 f -0000004676 00000 f -0000004677 00000 f -0000004678 00000 f -0000004679 00000 f -0000004680 00000 f -0000004681 00000 f -0000004682 00000 f -0000004683 00000 f -0000004684 00000 f -0000004685 00000 f -0000004686 00000 f -0000004687 00000 f -0000004688 00000 f -0000004689 00000 f -0000004690 00000 f -0000004691 00000 f -0000004692 00000 f -0000004693 00000 f -0000004694 00000 f -0000004695 00000 f -0000004696 00000 f -0000004697 00000 f -0000004698 00000 f -0000004699 00000 f -0000004700 00000 f -0000004701 00000 f -0000004702 00000 f -0000004703 00000 f -0000004704 00000 f -0000004705 00000 f -0000004706 00000 f -0000004707 00000 f -0000004708 00000 f -0000004709 00000 f -0000004710 00000 f -0000004711 00000 f -0000004712 00000 f -0000004713 00000 f -0000004714 00000 f -0000004715 00000 f -0000004716 00000 f -0000004717 00000 f -0000004718 00000 f -0000004719 00000 f -0000004720 00000 f -0000004721 00000 f -0000004722 00000 f -0000004723 00000 f -0000004724 00000 f -0000004725 00000 f -0000004726 00000 f -0000004727 00000 f -0000004728 00000 f -0000004729 00000 f -0000004730 00000 f -0000004731 00000 f -0000004732 00000 f -0000004733 00000 f -0000004734 00000 f -0000004735 00000 f -0000004736 00000 f -0000004737 00000 f -0000004738 00000 f -0000004739 00000 f -0000004740 00000 f -0000004741 00000 f -0000004742 00000 f -0000004743 00000 f -0000004744 00000 f -0000004745 00000 f -0000004746 00000 f -0000004747 00000 f -0000004748 00000 f -0000004749 00000 f -0000004750 00000 f -0000004751 00000 f -0000004752 00000 f -0000004753 00000 f -0000004754 00000 f -0000004755 00000 f -0000004756 00000 f -0000004757 00000 f -0000004758 00000 f -0000004759 00000 f -0000004760 00000 f -0000004761 00000 f -0000004762 00000 f -0000004763 00000 f -0000004764 00000 f -0000004765 00000 f -0000004766 00000 f -0000004767 00000 f -0000004768 00000 f -0000004769 00000 f -0000004770 00000 f -0000004771 00000 f -0000004772 00000 f -0000004773 00000 f -0000004774 00000 f -0000004775 00000 f -0000004776 00000 f -0000004777 00000 f -0000004778 00000 f -0000004779 00000 f -0000004780 00000 f -0000004781 00000 f -0000004782 00000 f -0000004783 00000 f -0000004784 00000 f -0000004785 00000 f -0000004786 00000 f -0000004787 00000 f -0000004788 00000 f -0000004789 00000 f -0000004790 00000 f -0000004791 00000 f -0000004792 00000 f -0000004793 00000 f -0000004794 00000 f -0000004795 00000 f -0000004796 00000 f -0000004797 00000 f -0000004798 00000 f -0000004799 00000 f -0000004800 00000 f -0000004801 00000 f -0000004802 00000 f -0000004803 00000 f -0000004804 00000 f -0000004805 00000 f -0000004806 00000 f -0000004807 00000 f -0000004808 00000 f -0000004809 00000 f -0000004810 00000 f -0000004811 00000 f -0000004812 00000 f -0000004813 00000 f -0000004814 00000 f -0000004815 00000 f -0000004816 00000 f -0000004817 00000 f -0000004818 00000 f -0000004819 00000 f -0000004820 00000 f -0000004821 00000 f -0000004822 00000 f -0000004823 00000 f -0000004824 00000 f -0000004825 00000 f -0000004826 00000 f -0000004827 00000 f -0000004828 00000 f -0000004829 00000 f -0000004830 00000 f -0000004831 00000 f -0000004832 00000 f -0000004833 00000 f -0000004834 00000 f -0000004835 00000 f -0000004836 00000 f -0000004837 00000 f -0000004838 00000 f -0000004839 00000 f -0000004840 00000 f -0000004841 00000 f -0000004842 00000 f -0000004843 00000 f -0000004844 00000 f -0000004845 00000 f -0000004846 00000 f -0000004847 00000 f -0000004848 00000 f -0000004849 00000 f -0000004850 00000 f -0000004851 00000 f -0000004852 00000 f -0000004853 00000 f -0000004854 00000 f -0000004855 00000 f -0000004856 00000 f -0000004857 00000 f -0000004858 00000 f -0000004859 00000 f -0000004860 00000 f -0000004861 00000 f -0000004862 00000 f -0000004863 00000 f -0000004864 00000 f -0000004865 00000 f -0000004866 00000 f -0000004867 00000 f -0000004868 00000 f -0000004869 00000 f -0000004870 00000 f -0000004871 00000 f -0000004872 00000 f -0000004873 00000 f -0000004874 00000 f -0000004875 00000 f -0000004876 00000 f -0000004877 00000 f -0000004878 00000 f -0000004879 00000 f -0000004880 00000 f -0000004881 00000 f -0000004882 00000 f -0000004883 00000 f -0000004884 00000 f -0000004885 00000 f -0000004886 00000 f -0000004887 00000 f -0000004888 00000 f -0000004889 00000 f -0000004890 00000 f -0000004891 00000 f -0000004892 00000 f -0000004893 00000 f -0000004894 00000 f -0000004895 00000 f -0000004896 00000 f -0000004897 00000 f -0000004898 00000 f -0000004899 00000 f -0000004900 00000 f -0000004901 00000 f -0000004902 00000 f -0000004903 00000 f -0000004904 00000 f -0000004905 00000 f -0000004906 00000 f -0000004907 00000 f -0000004908 00000 f -0000004909 00000 f -0000004910 00000 f -0000004911 00000 f -0000004912 00000 f -0000004913 00000 f -0000004914 00000 f -0000004915 00000 f -0000004916 00000 f -0000004917 00000 f -0000004918 00000 f -0000004919 00000 f -0000004920 00000 f -0000004921 00000 f -0000004922 00000 f -0000004923 00000 f -0000004924 00000 f -0000004925 00000 f -0000004926 00000 f -0000004927 00000 f -0000004928 00000 f -0000004929 00000 f -0000004930 00000 f -0000004931 00000 f -0000004932 00000 f -0000004933 00000 f -0000004934 00000 f -0000004935 00000 f -0000004936 00000 f -0000004937 00000 f -0000004938 00000 f -0000004939 00000 f -0000004940 00000 f -0000004941 00000 f -0000004942 00000 f -0000004943 00000 f -0000004944 00000 f -0000004945 00000 f -0000004946 00000 f -0000004947 00000 f -0000004948 00000 f -0000004949 00000 f -0000004950 00000 f -0000004951 00000 f -0000004952 00000 f -0000004953 00000 f -0000004954 00000 f -0000004955 00000 f -0000004956 00000 f -0000004957 00000 f -0000004958 00000 f -0000004959 00000 f -0000004960 00000 f -0000004961 00000 f -0000004962 00000 f -0000004963 00000 f -0000004964 00000 f -0000004965 00000 f -0000004966 00000 f -0000004967 00000 f -0000004968 00000 f -0000004969 00000 f -0000004970 00000 f -0000004971 00000 f -0000004972 00000 f -0000004973 00000 f -0000004974 00000 f -0000004975 00000 f -0000004976 00000 f -0000004977 00000 f -0000004978 00000 f -0000004979 00000 f -0000004980 00000 f -0000004981 00000 f -0000004982 00000 f -0000004983 00000 f -0000004984 00000 f -0000004985 00000 f -0000004986 00000 f -0000004987 00000 f -0000004988 00000 f -0000004989 00000 f -0000004990 00000 f -0000004991 00000 f -0000004992 00000 f -0000004993 00000 f -0000004994 00000 f -0000004995 00000 f -0000004996 00000 f -0000004997 00000 f -0000004998 00000 f -0000004999 00000 f -0000005000 00000 f -0000005001 00000 f -0000005002 00000 f -0000005003 00000 f -0000005004 00000 f -0000005005 00000 f -0000005006 00000 f -0000005007 00000 f -0000005008 00000 f -0000005009 00000 f -0000005010 00000 f -0000005011 00000 f -0000005012 00000 f -0000005013 00000 f -0000005014 00000 f -0000005015 00000 f -0000005016 00000 f -0000005017 00000 f -0000005018 00000 f -0000005019 00000 f -0000005020 00000 f -0000005021 00000 f -0000005022 00000 f -0000005023 00000 f -0000005024 00000 f -0000005025 00000 f -0000005026 00000 f -0000005027 00000 f -0000005028 00000 f -0000005029 00000 f -0000005030 00000 f -0000005031 00000 f -0000005032 00000 f -0000005033 00000 f -0000005034 00000 f -0000005035 00000 f -0000005036 00000 f -0000005037 00000 f -0000005038 00000 f -0000005039 00000 f -0000005040 00000 f -0000005041 00000 f -0000005042 00000 f -0000005043 00000 f -0000005044 00000 f -0000005045 00000 f -0000005046 00000 f -0000005047 00000 f -0000005048 00000 f -0000005049 00000 f -0000005050 00000 f -0000005051 00000 f -0000005052 00000 f -0000005053 00000 f -0000005054 00000 f -0000005055 00000 f -0000005056 00000 f -0000005057 00000 f -0000005058 00000 f -0000005059 00000 f -0000005060 00000 f -0000005061 00000 f -0000005062 00000 f -0000005063 00000 f -0000005064 00000 f -0000005065 00000 f -0000005066 00000 f -0000005067 00000 f -0000005068 00000 f -0000005069 00000 f -0000005070 00000 f -0000005071 00000 f -0000005072 00000 f -0000005073 00000 f -0000005074 00000 f -0000005075 00000 f -0000005076 00000 f -0000005077 00000 f -0000005078 00000 f -0000005079 00000 f -0000005080 00000 f -0000005081 00000 f -0000005082 00000 f -0000005083 00000 f -0000005084 00000 f -0000005085 00000 f -0000005086 00000 f -0000005087 00000 f -0000005088 00000 f -0000005089 00000 f -0000005090 00000 f -0000005091 00000 f -0000005092 00000 f -0000005093 00000 f -0000005094 00000 f -0000005095 00000 f -0000005096 00000 f -0000005097 00000 f -0000005098 00000 f -0000005099 00000 f -0000005100 00000 f -0000005101 00000 f -0000005102 00000 f -0000005103 00000 f -0000005104 00000 f -0000005105 00000 f -0000005106 00000 f -0000005107 00000 f -0000005108 00000 f -0000005109 00000 f -0000005110 00000 f -0000005111 00000 f -0000005112 00000 f -0000005113 00000 f -0000005114 00000 f -0000005115 00000 f -0000005116 00000 f -0000005117 00000 f -0000005118 00000 f -0000005119 00000 f -0000005120 00000 f -0000005121 00000 f -0000005122 00000 f -0000005123 00000 f -0000005124 00000 f -0000005125 00000 f -0000005126 00000 f -0000005127 00000 f -0000005128 00000 f -0000005129 00000 f -0000005130 00000 f -0000005131 00000 f -0000005132 00000 f -0000005133 00000 f -0000005134 00000 f -0000005135 00000 f -0000005136 00000 f -0000005137 00000 f -0000005138 00000 f -0000005139 00000 f -0000005140 00000 f -0000005141 00000 f -0000005142 00000 f -0000005143 00000 f -0000005144 00000 f -0000005145 00000 f -0000005146 00000 f -0000005147 00000 f -0000005148 00000 f -0000005149 00000 f -0000005150 00000 f -0000005151 00000 f -0000005152 00000 f -0000005153 00000 f -0000005154 00000 f -0000005155 00000 f -0000005156 00000 f -0000005157 00000 f -0000005158 00000 f -0000005159 00000 f -0000005160 00000 f -0000005161 00000 f -0000005162 00000 f -0000005163 00000 f -0000005164 00000 f -0000005165 00000 f -0000005166 00000 f -0000005167 00000 f -0000005168 00000 f -0000005169 00000 f -0000005170 00000 f -0000005171 00000 f -0000005172 00000 f -0000005173 00000 f -0000005174 00000 f -0000005175 00000 f -0000005176 00000 f -0000005177 00000 f -0000005178 00000 f -0000005179 00000 f -0000005180 00000 f -0000005181 00000 f -0000005182 00000 f -0000005183 00000 f -0000005184 00000 f -0000005185 00000 f -0000005186 00000 f -0000005187 00000 f -0000005188 00000 f -0000005189 00000 f -0000005190 00000 f -0000005191 00000 f -0000005192 00000 f -0000005193 00000 f -0000005194 00000 f -0000005195 00000 f -0000005196 00000 f -0000005197 00000 f -0000005198 00000 f -0000005199 00000 f -0000005200 00000 f -0000005201 00000 f -0000005202 00000 f -0000005203 00000 f -0000005204 00000 f -0000005205 00000 f -0000005206 00000 f -0000005207 00000 f -0000005208 00000 f -0000005209 00000 f -0000005210 00000 f -0000005211 00000 f -0000005212 00000 f -0000005213 00000 f -0000005214 00000 f -0000005215 00000 f -0000005216 00000 f -0000005217 00000 f -0000005218 00000 f -0000005219 00000 f -0000005220 00000 f -0000005221 00000 f -0000005222 00000 f -0000005223 00000 f -0000005224 00000 f -0000005225 00000 f -0000005226 00000 f -0000005227 00000 f -0000005228 00000 f -0000005229 00000 f -0000005230 00000 f -0000005231 00000 f -0000005232 00000 f -0000005233 00000 f -0000005234 00000 f -0000005235 00000 f -0000005236 00000 f -0000005237 00000 f -0000005238 00000 f -0000005239 00000 f -0000005240 00000 f -0000005241 00000 f -0000005242 00000 f -0000005243 00000 f -0000005244 00000 f -0000005245 00000 f -0000005246 00000 f -0000005247 00000 f -0000005248 00000 f -0000005249 00000 f -0000005250 00000 f -0000005251 00000 f -0000005252 00000 f -0000005253 00000 f -0000005254 00000 f -0000005255 00000 f -0000005256 00000 f -0000005257 00000 f -0000005258 00000 f -0000005259 00000 f -0000005260 00000 f -0000005261 00000 f -0000005262 00000 f -0000005263 00000 f -0000005264 00000 f -0000005265 00000 f -0000005266 00000 f -0000005267 00000 f -0000005268 00000 f -0000005269 00000 f -0000005270 00000 f -0000005271 00000 f -0000005272 00000 f -0000005273 00000 f -0000005274 00000 f -0000005275 00000 f -0000005276 00000 f -0000005277 00000 f -0000005278 00000 f -0000005279 00000 f -0000005280 00000 f -0000005281 00000 f -0000005282 00000 f -0000005283 00000 f -0000005284 00000 f -0000005285 00000 f -0000005286 00000 f -0000005287 00000 f -0000005288 00000 f -0000005289 00000 f -0000005290 00000 f -0000005291 00000 f -0000005292 00000 f -0000005293 00000 f -0000005294 00000 f -0000005295 00000 f -0000005296 00000 f -0000005297 00000 f -0000005298 00000 f -0000005299 00000 f -0000005300 00000 f -0000005301 00000 f -0000005302 00000 f -0000005303 00000 f -0000005304 00000 f -0000005305 00000 f -0000005306 00000 f -0000005307 00000 f -0000005308 00000 f -0000005309 00000 f -0000005310 00000 f -0000005311 00000 f -0000005312 00000 f -0000005313 00000 f -0000005314 00000 f -0000005315 00000 f -0000005316 00000 f -0000005317 00000 f -0000005318 00000 f -0000005319 00000 f -0000005320 00000 f -0000005321 00000 f -0000005322 00000 f -0000005323 00000 f -0000005324 00000 f -0000005325 00000 f -0000005326 00000 f -0000005327 00000 f -0000005328 00000 f -0000005329 00000 f -0000005330 00000 f -0000005331 00000 f -0000005332 00000 f -0000005333 00000 f -0000005334 00000 f -0000005335 00000 f -0000005336 00000 f -0000005337 00000 f -0000005338 00000 f -0000005339 00000 f -0000005340 00000 f -0000005341 00000 f -0000005342 00000 f -0000005343 00000 f -0000005344 00000 f -0000005345 00000 f -0000005346 00000 f -0000005347 00000 f -0000005348 00000 f -0000005349 00000 f -0000005350 00000 f -0000005351 00000 f -0000005352 00000 f -0000005353 00000 f -0000005354 00000 f -0000005355 00000 f -0000005356 00000 f -0000005357 00000 f -0000005358 00000 f -0000005359 00000 f -0000005360 00000 f -0000005361 00000 f -0000005362 00000 f -0000005363 00000 f -0000005364 00000 f -0000005365 00000 f -0000005366 00000 f -0000005367 00000 f -0000005368 00000 f -0000005369 00000 f -0000005370 00000 f -0000005371 00000 f -0000005372 00000 f -0000005373 00000 f -0000005374 00000 f -0000005375 00000 f -0000005376 00000 f -0000005377 00000 f -0000005378 00000 f -0000005379 00000 f -0000005380 00000 f -0000005381 00000 f -0000005382 00000 f -0000005383 00000 f -0000005384 00000 f -0000005385 00000 f -0000005386 00000 f -0000005387 00000 f -0000005388 00000 f -0000005389 00000 f -0000005390 00000 f -0000005391 00000 f -0000005392 00000 f -0000005393 00000 f -0000005394 00000 f -0000005395 00000 f -0000005396 00000 f -0000005397 00000 f -0000005398 00000 f -0000005399 00000 f -0000005400 00000 f -0000005401 00000 f -0000005402 00000 f -0000005403 00000 f -0000005404 00000 f -0000005405 00000 f -0000005406 00000 f -0000005407 00000 f -0000005408 00000 f -0000005409 00000 f -0000005410 00000 f -0000005411 00000 f -0000005412 00000 f -0000005413 00000 f -0000005414 00000 f -0000005415 00000 f -0000005416 00000 f -0000005417 00000 f -0000005418 00000 f -0000005419 00000 f -0000005420 00000 f -0000005421 00000 f -0000005422 00000 f -0000005423 00000 f -0000005424 00000 f -0000005425 00000 f -0000005426 00000 f -0000005427 00000 f -0000005428 00000 f -0000005429 00000 f -0000005430 00000 f -0000005431 00000 f -0000005432 00000 f -0000005433 00000 f -0000005434 00000 f -0000005435 00000 f -0000005436 00000 f -0000005437 00000 f -0000005438 00000 f -0000005439 00000 f -0000005440 00000 f -0000005441 00000 f -0000005442 00000 f -0000005443 00000 f -0000005444 00000 f -0000005445 00000 f -0000005446 00000 f -0000005447 00000 f -0000005448 00000 f -0000005449 00000 f -0000005450 00000 f -0000005451 00000 f -0000005452 00000 f -0000005453 00000 f -0000005454 00000 f -0000005455 00000 f -0000005456 00000 f -0000005457 00000 f -0000005458 00000 f -0000005459 00000 f -0000005460 00000 f -0000005461 00000 f -0000005462 00000 f -0000005463 00000 f -0000005464 00000 f -0000005465 00000 f -0000005466 00000 f -0000005467 00000 f -0000005468 00000 f -0000005469 00000 f -0000005470 00000 f -0000005471 00000 f -0000005472 00000 f -0000005473 00000 f -0000005474 00000 f -0000005475 00000 f -0000005476 00000 f -0000005477 00000 f -0000005478 00000 f -0000005479 00000 f -0000005480 00000 f -0000005481 00000 f -0000005482 00000 f -0000005483 00000 f -0000005484 00000 f -0000005485 00000 f -0000005486 00000 f -0000005487 00000 f -0000005488 00000 f -0000005489 00000 f -0000005490 00000 f -0000005491 00000 f -0000005492 00000 f -0000005493 00000 f -0000005494 00000 f -0000005495 00000 f -0000005496 00000 f -0000005497 00000 f -0000005498 00000 f -0000005499 00000 f -0000005500 00000 f -0000005501 00000 f -0000005502 00000 f -0000005503 00000 f -0000005504 00000 f -0000005505 00000 f -0000005506 00000 f -0000005507 00000 f -0000005508 00000 f -0000005509 00000 f -0000005510 00000 f -0000005511 00000 f -0000005512 00000 f -0000005513 00000 f -0000005514 00000 f -0000005515 00000 f -0000005516 00000 f -0000005517 00000 f -0000005518 00000 f -0000005519 00000 f -0000005520 00000 f -0000005521 00000 f -0000005522 00000 f -0000005523 00000 f -0000005524 00000 f -0000005525 00000 f -0000005526 00000 f -0000005527 00000 f -0000005528 00000 f -0000005529 00000 f -0000005530 00000 f -0000005531 00000 f -0000005532 00000 f -0000005533 00000 f -0000005534 00000 f -0000005535 00000 f -0000005536 00000 f -0000005537 00000 f -0000005538 00000 f -0000005539 00000 f -0000005540 00000 f -0000005541 00000 f -0000005542 00000 f -0000005543 00000 f -0000005544 00000 f -0000005545 00000 f -0000005546 00000 f -0000005547 00000 f -0000005548 00000 f -0000005549 00000 f -0000005550 00000 f -0000005551 00000 f -0000005552 00000 f -0000005553 00000 f -0000005554 00000 f -0000005555 00000 f -0000005556 00000 f -0000005557 00000 f -0000005558 00000 f -0000005559 00000 f -0000005560 00000 f -0000005561 00000 f -0000005562 00000 f -0000005563 00000 f -0000005564 00000 f -0000005565 00000 f -0000005566 00000 f -0000005567 00000 f -0000005568 00000 f -0000005569 00000 f -0000005570 00000 f -0000005571 00000 f -0000005572 00000 f -0000005573 00000 f -0000005574 00000 f -0000005575 00000 f -0000005576 00000 f -0000005577 00000 f -0000005578 00000 f -0000005579 00000 f -0000005580 00000 f -0000005581 00000 f -0000005582 00000 f -0000005583 00000 f -0000005584 00000 f -0000005585 00000 f -0000005586 00000 f -0000005587 00000 f -0000005588 00000 f -0000005589 00000 f -0000005590 00000 f -0000005591 00000 f -0000005592 00000 f -0000005593 00000 f -0000005594 00000 f -0000005595 00000 f -0000005596 00000 f -0000005597 00000 f -0000005598 00000 f -0000005599 00000 f -0000005600 00000 f -0000005601 00000 f -0000005602 00000 f -0000005603 00000 f -0000005604 00000 f -0000005605 00000 f -0000005606 00000 f -0000005607 00000 f -0000005608 00000 f -0000005609 00000 f -0000005610 00000 f -0000005611 00000 f -0000005612 00000 f -0000005613 00000 f -0000005614 00000 f -0000005615 00000 f -0000005616 00000 f -0000005617 00000 f -0000005618 00000 f -0000005619 00000 f -0000005620 00000 f -0000005621 00000 f -0000005622 00000 f -0000005623 00000 f -0000005624 00000 f -0000005625 00000 f -0000005626 00000 f -0000005627 00000 f -0000005628 00000 f -0000005629 00000 f -0000005630 00000 f -0000005631 00000 f -0000005632 00000 f -0000005633 00000 f -0000005634 00000 f -0000005635 00000 f -0000005636 00000 f -0000005637 00000 f -0000005638 00000 f -0000005639 00000 f -0000005640 00000 f -0000005641 00000 f -0000005642 00000 f -0000005643 00000 f -0000005644 00000 f -0000005645 00000 f -0000005646 00000 f -0000005647 00000 f -0000005648 00000 f -0000005649 00000 f -0000005650 00000 f -0000005651 00000 f -0000005652 00000 f -0000005653 00000 f -0000005654 00000 f -0000005655 00000 f -0000005656 00000 f -0000005657 00000 f -0000005658 00000 f -0000005659 00000 f -0000005660 00000 f -0000005661 00000 f -0000005662 00000 f -0000005663 00000 f -0000005664 00000 f -0000005665 00000 f -0000005666 00000 f -0000005667 00000 f -0000005668 00000 f -0000005669 00000 f -0000005670 00000 f -0000005671 00000 f -0000005672 00000 f -0000005673 00000 f -0000005674 00000 f -0000005675 00000 f -0000005676 00000 f -0000005677 00000 f -0000005678 00000 f -0000005679 00000 f -0000005680 00000 f -0000005681 00000 f -0000005682 00000 f -0000005683 00000 f -0000005684 00000 f -0000005685 00000 f -0000005686 00000 f -0000005687 00000 f -0000005688 00000 f -0000005689 00000 f -0000005690 00000 f -0000005691 00000 f -0000005692 00000 f -0000005693 00000 f -0000005694 00000 f -0000005695 00000 f -0000005696 00000 f -0000005697 00000 f -0000005698 00000 f -0000005699 00000 f -0000005700 00000 f -0000005701 00000 f -0000005702 00000 f -0000005703 00000 f -0000005704 00000 f -0000005705 00000 f -0000005706 00000 f -0000005707 00000 f -0000005708 00000 f -0000005709 00000 f -0000005710 00000 f -0000005711 00000 f -0000005712 00000 f -0000005713 00000 f -0000005714 00000 f -0000005715 00000 f -0000005716 00000 f -0000005717 00000 f -0000005718 00000 f -0000005719 00000 f -0000005720 00000 f -0000005721 00000 f -0000005722 00000 f -0000005723 00000 f -0000005724 00000 f -0000005725 00000 f -0000005726 00000 f -0000005727 00000 f -0000005728 00000 f -0000005729 00000 f -0000005730 00000 f -0000005731 00000 f -0000005732 00000 f -0000005733 00000 f -0000005734 00000 f -0000005735 00000 f -0000005736 00000 f -0000005737 00000 f -0000005738 00000 f -0000005739 00000 f -0000005740 00000 f -0000005741 00000 f -0000005742 00000 f -0000005743 00000 f -0000005744 00000 f -0000005745 00000 f -0000005746 00000 f -0000005747 00000 f -0000005748 00000 f -0000005749 00000 f -0000005750 00000 f -0000005751 00000 f -0000005752 00000 f -0000005753 00000 f -0000005754 00000 f -0000005755 00000 f -0000005756 00000 f -0000005757 00000 f -0000005758 00000 f -0000005759 00000 f -0000005760 00000 f -0000005761 00000 f -0000005762 00000 f -0000005763 00000 f -0000005764 00000 f -0000005765 00000 f -0000005766 00000 f -0000005767 00000 f -0000005768 00000 f -0000005769 00000 f -0000005770 00000 f -0000005771 00000 f -0000005772 00000 f -0000005773 00000 f -0000005774 00000 f -0000005775 00000 f -0000005776 00000 f -0000005777 00000 f -0000005778 00000 f -0000005779 00000 f -0000005780 00000 f -0000005781 00000 f -0000005782 00000 f -0000005783 00000 f -0000005784 00000 f -0000005785 00000 f -0000005786 00000 f -0000005787 00000 f -0000005788 00000 f -0000005789 00000 f -0000005790 00000 f -0000005791 00000 f -0000005792 00000 f -0000005793 00000 f -0000005794 00000 f -0000005795 00000 f -0000005796 00000 f -0000005797 00000 f -0000005798 00000 f -0000005799 00000 f -0000005800 00000 f -0000005801 00000 f -0000005802 00000 f -0000005803 00000 f -0000005804 00000 f -0000005805 00000 f -0000005806 00000 f -0000005807 00000 f -0000005808 00000 f -0000005809 00000 f -0000005810 00000 f -0000005811 00000 f -0000005812 00000 f -0000005813 00000 f -0000005814 00000 f -0000005815 00000 f -0000005816 00000 f -0000005817 00000 f -0000005818 00000 f -0000005819 00000 f -0000005820 00000 f -0000005821 00000 f -0000005822 00000 f -0000005823 00000 f -0000005824 00000 f -0000005825 00000 f -0000005826 00000 f -0000005827 00000 f -0000005828 00000 f -0000005829 00000 f -0000005830 00000 f -0000005831 00000 f -0000005832 00000 f -0000005833 00000 f -0000005834 00000 f -0000005835 00000 f -0000005836 00000 f -0000005837 00000 f -0000005838 00000 f -0000005839 00000 f -0000005840 00000 f -0000005841 00000 f -0000005842 00000 f -0000005843 00000 f -0000005844 00000 f -0000005845 00000 f -0000005846 00000 f -0000005847 00000 f -0000005848 00000 f -0000005849 00000 f -0000005850 00000 f -0000005851 00000 f -0000005852 00000 f -0000005853 00000 f -0000005854 00000 f -0000005855 00000 f -0000005856 00000 f -0000005857 00000 f -0000005858 00000 f -0000005859 00000 f -0000005860 00000 f -0000005861 00000 f -0000005862 00000 f -0000005863 00000 f -0000005864 00000 f -0000005865 00000 f -0000005866 00000 f -0000005867 00000 f -0000005868 00000 f -0000005869 00000 f -0000005870 00000 f -0000005871 00000 f -0000005872 00000 f -0000005873 00000 f -0000005874 00000 f -0000005875 00000 f -0000005876 00000 f -0000005877 00000 f -0000005878 00000 f -0000005879 00000 f -0000005880 00000 f -0000005881 00000 f -0000005882 00000 f -0000005883 00000 f -0000005884 00000 f -0000005885 00000 f -0000005886 00000 f -0000005887 00000 f -0000005888 00000 f -0000005889 00000 f -0000005890 00000 f -0000005891 00000 f -0000005892 00000 f -0000005893 00000 f -0000005894 00000 f -0000005895 00000 f -0000005896 00000 f -0000005897 00000 f -0000005898 00000 f -0000005899 00000 f -0000005900 00000 f -0000005901 00000 f -0000005902 00000 f -0000005903 00000 f -0000005904 00000 f -0000005905 00000 f -0000005906 00000 f -0000005907 00000 f -0000005908 00000 f -0000005909 00000 f -0000005910 00000 f -0000005911 00000 f -0000005912 00000 f -0000005913 00000 f -0000005914 00000 f -0000005915 00000 f -0000005916 00000 f -0000005917 00000 f -0000005918 00000 f -0000005919 00000 f -0000005920 00000 f -0000005921 00000 f -0000005922 00000 f -0000005923 00000 f -0000005924 00000 f -0000005925 00000 f -0000005926 00000 f -0000005927 00000 f -0000005928 00000 f -0000005929 00000 f -0000005930 00000 f -0000005931 00000 f -0000005932 00000 f -0000005933 00000 f -0000005934 00000 f -0000005935 00000 f -0000005936 00000 f -0000005937 00000 f -0000005938 00000 f -0000005939 00000 f -0000005940 00000 f -0000005941 00000 f -0000005942 00000 f -0000005943 00000 f -0000005944 00000 f -0000005945 00000 f -0000005946 00000 f -0000005947 00000 f -0000005948 00000 f -0000005949 00000 f -0000005950 00000 f -0000005951 00000 f -0000005952 00000 f -0000005953 00000 f -0000005954 00000 f -0000005955 00000 f -0000005956 00000 f -0000005957 00000 f -0000005958 00000 f -0000005959 00000 f -0000005960 00000 f -0000005961 00000 f -0000005962 00000 f -0000005963 00000 f -0000005964 00000 f -0000005965 00000 f -0000005966 00000 f -0000005967 00000 f -0000005968 00000 f -0000005969 00000 f -0000005970 00000 f -0000005971 00000 f -0000005972 00000 f -0000005973 00000 f -0000005974 00000 f -0000005975 00000 f -0000005976 00000 f -0000005977 00000 f -0000005978 00000 f -0000005979 00000 f -0000005980 00000 f -0000005981 00000 f -0000005982 00000 f -0000005983 00000 f -0000005984 00000 f -0000005985 00000 f -0000005986 00000 f -0000005987 00000 f -0000005988 00000 f -0000005989 00000 f -0000005990 00000 f -0000005991 00000 f -0000005992 00000 f -0000005993 00000 f -0000005994 00000 f -0000005995 00000 f -0000005996 00000 f -0000005997 00000 f -0000005998 00000 f -0000005999 00000 f -0000006000 00000 f -0000006001 00000 f -0000006002 00000 f -0000006003 00000 f -0000006004 00000 f -0000006005 00000 f -0000006006 00000 f -0000006007 00000 f -0000006008 00000 f -0000006009 00000 f -0000006010 00000 f -0000006011 00000 f -0000006012 00000 f -0000006013 00000 f -0000006014 00000 f -0000006015 00000 f -0000006016 00000 f -0000006017 00000 f -0000006018 00000 f -0000006019 00000 f -0000006020 00000 f -0000006021 00000 f -0000006022 00000 f -0000006023 00000 f -0000006024 00000 f -0000006025 00000 f -0000006026 00000 f -0000006027 00000 f -0000006028 00000 f -0000006029 00000 f -0000006030 00000 f -0000006031 00000 f -0000006032 00000 f -0000006033 00000 f -0000006034 00000 f -0000006035 00000 f -0000006036 00000 f -0000006037 00000 f -0000006038 00000 f -0000006039 00000 f -0000006040 00000 f -0000006041 00000 f -0000006042 00000 f -0000006043 00000 f -0000006044 00000 f -0000006045 00000 f -0000006046 00000 f -0000006047 00000 f -0000006048 00000 f -0000006049 00000 f -0000006050 00000 f -0000006051 00000 f -0000006052 00000 f -0000006053 00000 f -0000006054 00000 f -0000006055 00000 f -0000006056 00000 f -0000006057 00000 f -0000006058 00000 f -0000006059 00000 f -0000006060 00000 f -0000006061 00000 f -0000006062 00000 f -0000006063 00000 f -0000006064 00000 f -0000006065 00000 f -0000006066 00000 f -0000006067 00000 f -0000006068 00000 f -0000006069 00000 f -0000006070 00000 f -0000006071 00000 f -0000006072 00000 f -0000006073 00000 f -0000006074 00000 f -0000006075 00000 f -0000006076 00000 f -0000006077 00000 f -0000006078 00000 f -0000006079 00000 f -0000006080 00000 f -0000006081 00000 f -0000006082 00000 f -0000006083 00000 f -0000006084 00000 f -0000006085 00000 f -0000006086 00000 f -0000006087 00000 f -0000006088 00000 f -0000006089 00000 f -0000006090 00000 f -0000006091 00000 f -0000006092 00000 f -0000006093 00000 f -0000006094 00000 f -0000006095 00000 f -0000006096 00000 f -0000006097 00000 f -0000006098 00000 f -0000006099 00000 f -0000006100 00000 f -0000006101 00000 f -0000006102 00000 f -0000006103 00000 f -0000006104 00000 f -0000006105 00000 f -0000006106 00000 f -0000006107 00000 f -0000006108 00000 f -0000006109 00000 f -0000006110 00000 f -0000006111 00000 f -0000006112 00000 f -0000006113 00000 f -0000006114 00000 f -0000006115 00000 f -0000006116 00000 f -0000006117 00000 f -0000006118 00000 f -0000006119 00000 f -0000006120 00000 f -0000006121 00000 f -0000006122 00000 f -0000006123 00000 f -0000006124 00000 f -0000006125 00000 f -0000006126 00000 f -0000006127 00000 f -0000006128 00000 f -0000006129 00000 f -0000006130 00000 f -0000006131 00000 f -0000006132 00000 f -0000006133 00000 f -0000006134 00000 f -0000006135 00000 f -0000006136 00000 f -0000006137 00000 f -0000006138 00000 f -0000006139 00000 f -0000006140 00000 f -0000006141 00000 f -0000006142 00000 f -0000006143 00000 f -0000006144 00000 f -0000006145 00000 f -0000006146 00000 f -0000006147 00000 f -0000006148 00000 f -0000006149 00000 f -0000006150 00000 f -0000006151 00000 f -0000006152 00000 f -0000006153 00000 f -0000006154 00000 f -0000006155 00000 f -0000006156 00000 f -0000006157 00000 f -0000006158 00000 f -0000006159 00000 f -0000006160 00000 f -0000006161 00000 f -0000006162 00000 f -0000006163 00000 f -0000006164 00000 f -0000006165 00000 f -0000006166 00000 f -0000006167 00000 f -0000006168 00000 f -0000006169 00000 f -0000006170 00000 f -0000006171 00000 f -0000006172 00000 f -0000006173 00000 f -0000006174 00000 f -0000006181 00000 f -0000766073 00000 n -0000766106 00000 n -0000765953 00000 n -0000765986 00000 n -0000765833 00000 n -0000765866 00000 n -0000006182 00000 f -0000006183 00000 f -0000006184 00000 f -0000006185 00000 f -0000006186 00000 f -0000006187 00000 f -0000006188 00000 f -0000006192 00000 f -0000762143 00000 n -0000762222 00000 n -0000762302 00000 n -0000006193 00000 f -0000006194 00000 f -0000006195 00000 f -0000006196 00000 f -0000006197 00000 f -0000006198 00000 f -0000006199 00000 f -0000006200 00000 f -0000006201 00000 f -0000006202 00000 f -0000006203 00000 f -0000006204 00000 f -0000006205 00000 f -0000006206 00000 f -0000006207 00000 f -0000006208 00000 f -0000006209 00000 f -0000006210 00000 f -0000006211 00000 f -0000006212 00000 f -0000006213 00000 f -0000006214 00000 f -0000006215 00000 f -0000006216 00000 f -0000006217 00000 f -0000006218 00000 f -0000006219 00000 f -0000006220 00000 f -0000006221 00000 f -0000006222 00000 f -0000006223 00000 f -0000006224 00000 f -0000006225 00000 f -0000006226 00000 f -0000006227 00000 f -0000006228 00000 f -0000006229 00000 f -0000006230 00000 f -0000006231 00000 f -0000006232 00000 f -0000006233 00000 f -0000006234 00000 f -0000006235 00000 f -0000006236 00000 f -0000006237 00000 f -0000006238 00000 f -0000006239 00000 f -0000006240 00000 f -0000006241 00000 f -0000006242 00000 f -0000006243 00000 f -0000006244 00000 f -0000006245 00000 f -0000006246 00000 f -0000006247 00000 f -0000006248 00000 f -0000006249 00000 f -0000006250 00000 f -0000006251 00000 f -0000006252 00000 f -0000006253 00000 f -0000006254 00000 f -0000006255 00000 f -0000006256 00000 f -0000006257 00000 f -0000006258 00000 f -0000006259 00000 f -0000006260 00000 f -0000006261 00000 f -0000006262 00000 f -0000006263 00000 f -0000006264 00000 f -0000006265 00000 f -0000006266 00000 f -0000006267 00000 f -0000006268 00000 f -0000006269 00000 f -0000006270 00000 f -0000006271 00000 f -0000006272 00000 f -0000006273 00000 f -0000006274 00000 f -0000006275 00000 f -0000006276 00000 f -0000006277 00000 f -0000006278 00000 f -0000006279 00000 f -0000006280 00000 f -0000006281 00000 f -0000006282 00000 f -0000006283 00000 f -0000006284 00000 f -0000006285 00000 f -0000006286 00000 f -0000006287 00000 f -0000006288 00000 f -0000006289 00000 f -0000006290 00000 f -0000006291 00000 f -0000006292 00000 f -0000006293 00000 f -0000006294 00000 f -0000006295 00000 f -0000006296 00000 f -0000006297 00000 f -0000006298 00000 f -0000006299 00000 f -0000006300 00000 f -0000006301 00000 f -0000006302 00000 f -0000006303 00000 f -0000006304 00000 f -0000006305 00000 f -0000006306 00000 f -0000006307 00000 f -0000006308 00000 f -0000006309 00000 f -0000006310 00000 f -0000006311 00000 f -0000006312 00000 f -0000006313 00000 f -0000006314 00000 f -0000006315 00000 f -0000006316 00000 f -0000006317 00000 f -0000006318 00000 f -0000006319 00000 f -0000006320 00000 f -0000006321 00000 f -0000006322 00000 f -0000006323 00000 f -0000006324 00000 f -0000006325 00000 f -0000006326 00000 f -0000006327 00000 f -0000006328 00000 f -0000006329 00000 f -0000006330 00000 f -0000006331 00000 f -0000006332 00000 f -0000006333 00000 f -0000006334 00000 f -0000006335 00000 f -0000006336 00000 f -0000006337 00000 f -0000006338 00000 f -0000006339 00000 f -0000006340 00000 f -0000006341 00000 f -0000006342 00000 f -0000006343 00000 f -0000006344 00000 f -0000006345 00000 f -0000006346 00000 f -0000006347 00000 f -0000006348 00000 f -0000006349 00000 f -0000006350 00000 f -0000006351 00000 f -0000006352 00000 f -0000006353 00000 f -0000006354 00000 f -0000006355 00000 f -0000006356 00000 f -0000006357 00000 f -0000006358 00000 f -0000006359 00000 f -0000006360 00000 f -0000006361 00000 f -0000006362 00000 f -0000006363 00000 f -0000006364 00000 f -0000006365 00000 f -0000006366 00000 f -0000006367 00000 f -0000006368 00000 f -0000006369 00000 f -0000006370 00000 f -0000006371 00000 f -0000006372 00000 f -0000006373 00000 f -0000006374 00000 f -0000006375 00000 f -0000006376 00000 f -0000006377 00000 f -0000006378 00000 f -0000006379 00000 f -0000006380 00000 f -0000006381 00000 f -0000006382 00000 f -0000006383 00000 f -0000006384 00000 f -0000006385 00000 f -0000006386 00000 f -0000006387 00000 f -0000006388 00000 f -0000006389 00000 f -0000006390 00000 f -0000006391 00000 f -0000006392 00000 f -0000006393 00000 f -0000006394 00000 f -0000006395 00000 f -0000006396 00000 f -0000006397 00000 f -0000006398 00000 f -0000006399 00000 f -0000006400 00000 f -0000006401 00000 f -0000006402 00000 f -0000006403 00000 f -0000006404 00000 f -0000006405 00000 f -0000006406 00000 f -0000006407 00000 f -0000006408 00000 f -0000006409 00000 f -0000006410 00000 f -0000006411 00000 f -0000006412 00000 f -0000006413 00000 f -0000006414 00000 f -0000006415 00000 f -0000006416 00000 f -0000006417 00000 f -0000006418 00000 f -0000006419 00000 f -0000006420 00000 f -0000006421 00000 f -0000006422 00000 f -0000006423 00000 f -0000006424 00000 f -0000006425 00000 f -0000006426 00000 f -0000006427 00000 f -0000006428 00000 f -0000006429 00000 f -0000006430 00000 f -0000006431 00000 f -0000006432 00000 f -0000006433 00000 f -0000006434 00000 f -0000006435 00000 f -0000006436 00000 f -0000006437 00000 f -0000006438 00000 f -0000006439 00000 f -0000006440 00000 f -0000006441 00000 f -0000006442 00000 f -0000006443 00000 f -0000006444 00000 f -0000006445 00000 f -0000006446 00000 f -0000006447 00000 f -0000006448 00000 f -0000006449 00000 f -0000006450 00000 f -0000006451 00000 f -0000006452 00000 f -0000006453 00000 f -0000006454 00000 f -0000006455 00000 f -0000006456 00000 f -0000006457 00000 f -0000006458 00000 f -0000006459 00000 f -0000006460 00000 f -0000006461 00000 f -0000006462 00000 f -0000006463 00000 f -0000006464 00000 f -0000006465 00000 f -0000006466 00000 f -0000006467 00000 f -0000006468 00000 f -0000006469 00000 f -0000006470 00000 f -0000006471 00000 f -0000006472 00000 f -0000006473 00000 f -0000006474 00000 f -0000006475 00000 f -0000006476 00000 f -0000006477 00000 f -0000006478 00000 f -0000006479 00000 f -0000006480 00000 f -0000006481 00000 f -0000006482 00000 f -0000006483 00000 f -0000006484 00000 f -0000006485 00000 f -0000006486 00000 f -0000006487 00000 f -0000006488 00000 f -0000006489 00000 f -0000006490 00000 f -0000006491 00000 f -0000006492 00000 f -0000006493 00000 f -0000006494 00000 f -0000006495 00000 f -0000006496 00000 f -0000006497 00000 f -0000006498 00000 f -0000006499 00000 f -0000006500 00000 f -0000006501 00000 f -0000006502 00000 f -0000006503 00000 f -0000006504 00000 f -0000006505 00000 f -0000006506 00000 f -0000006507 00000 f -0000006508 00000 f -0000006509 00000 f -0000006510 00000 f -0000006511 00000 f -0000006512 00000 f -0000006513 00000 f -0000006514 00000 f -0000006515 00000 f -0000006516 00000 f -0000006517 00000 f -0000006518 00000 f -0000006519 00000 f -0000006520 00000 f -0000006521 00000 f -0000006522 00000 f -0000006523 00000 f -0000006524 00000 f -0000006525 00000 f -0000006526 00000 f -0000006527 00000 f -0000006528 00000 f -0000006529 00000 f -0000006530 00000 f -0000006531 00000 f -0000006532 00000 f -0000006533 00000 f -0000006534 00000 f -0000006535 00000 f -0000006536 00000 f -0000006537 00000 f -0000006538 00000 f -0000006539 00000 f -0000006540 00000 f -0000006541 00000 f -0000006542 00000 f -0000006543 00000 f -0000006544 00000 f -0000006545 00000 f -0000006546 00000 f -0000006547 00000 f -0000006548 00000 f -0000006549 00000 f -0000006550 00000 f -0000006551 00000 f -0000006552 00000 f -0000006553 00000 f -0000006554 00000 f -0000006555 00000 f -0000006556 00000 f -0000006557 00000 f -0000006558 00000 f -0000006559 00000 f -0000006560 00000 f -0000006561 00000 f -0000006562 00000 f -0000006563 00000 f -0000006564 00000 f -0000006565 00000 f -0000006566 00000 f -0000006567 00000 f -0000006568 00000 f -0000006569 00000 f -0000006570 00000 f -0000006571 00000 f -0000006572 00000 f -0000006573 00000 f -0000006574 00000 f -0000006575 00000 f -0000006576 00000 f -0000006577 00000 f -0000006578 00000 f -0000006579 00000 f -0000006580 00000 f -0000006581 00000 f -0000006582 00000 f -0000006583 00000 f -0000006584 00000 f -0000006585 00000 f -0000006586 00000 f -0000006587 00000 f -0000006588 00000 f -0000006589 00000 f -0000006590 00000 f -0000006591 00000 f -0000006592 00000 f -0000006593 00000 f -0000006594 00000 f -0000006595 00000 f -0000006596 00000 f -0000006597 00000 f -0000006598 00000 f -0000006599 00000 f -0000006600 00000 f -0000006601 00000 f -0000006602 00000 f -0000006603 00000 f -0000006604 00000 f -0000006605 00000 f -0000006606 00000 f -0000006607 00000 f -0000006608 00000 f -0000006609 00000 f -0000006610 00000 f -0000006611 00000 f -0000006612 00000 f -0000006613 00000 f -0000006614 00000 f -0000006615 00000 f -0000006616 00000 f -0000006617 00000 f -0000006618 00000 f -0000006619 00000 f -0000006620 00000 f -0000006621 00000 f -0000006622 00000 f -0000006623 00000 f -0000006624 00000 f -0000006625 00000 f -0000006626 00000 f -0000006627 00000 f -0000006628 00000 f -0000006629 00000 f -0000006630 00000 f -0000006631 00000 f -0000006632 00000 f -0000006633 00000 f -0000006634 00000 f -0000006635 00000 f -0000006636 00000 f -0000006637 00000 f -0000006638 00000 f -0000006639 00000 f -0000006640 00000 f -0000006641 00000 f -0000006642 00000 f -0000006643 00000 f -0000006644 00000 f -0000006645 00000 f -0000006646 00000 f -0000006647 00000 f -0000006648 00000 f -0000006649 00000 f -0000006650 00000 f -0000006651 00000 f -0000006652 00000 f -0000006653 00000 f -0000006654 00000 f -0000006655 00000 f -0000006656 00000 f -0000006657 00000 f -0000006658 00000 f -0000006659 00000 f -0000006660 00000 f -0000006661 00000 f -0000006662 00000 f -0000006663 00000 f -0000006664 00000 f -0000006665 00000 f -0000006666 00000 f -0000006667 00000 f -0000006668 00000 f -0000006669 00000 f -0000006670 00000 f -0000006671 00000 f -0000006672 00000 f -0000006673 00000 f -0000006674 00000 f -0000006675 00000 f -0000006676 00000 f -0000006677 00000 f -0000006678 00000 f -0000006679 00000 f -0000006680 00000 f -0000006681 00000 f -0000006682 00000 f -0000006683 00000 f -0000006684 00000 f -0000006685 00000 f -0000006686 00000 f -0000006687 00000 f -0000006688 00000 f -0000006689 00000 f -0000006690 00000 f -0000006691 00000 f -0000006692 00000 f -0000006693 00000 f -0000006694 00000 f -0000006695 00000 f -0000006696 00000 f -0000006697 00000 f -0000006698 00000 f -0000006699 00000 f -0000006700 00000 f -0000006701 00000 f -0000006702 00000 f -0000006703 00000 f -0000006704 00000 f -0000006705 00000 f -0000006706 00000 f -0000006707 00000 f -0000006708 00000 f -0000006709 00000 f -0000006710 00000 f -0000006711 00000 f -0000006712 00000 f -0000006713 00000 f -0000006714 00000 f -0000006715 00000 f -0000006716 00000 f -0000006717 00000 f -0000006718 00000 f -0000006719 00000 f -0000006720 00000 f -0000006721 00000 f -0000006722 00000 f -0000006723 00000 f -0000006724 00000 f -0000006725 00000 f -0000006726 00000 f -0000006727 00000 f -0000006728 00000 f -0000006729 00000 f -0000006730 00000 f -0000006731 00000 f -0000006732 00000 f -0000006733 00000 f -0000006734 00000 f -0000006735 00000 f -0000006736 00000 f -0000006737 00000 f -0000006738 00000 f -0000006739 00000 f -0000006740 00000 f -0000006741 00000 f -0000006742 00000 f -0000006743 00000 f -0000006744 00000 f -0000006745 00000 f -0000006746 00000 f -0000006747 00000 f -0000006748 00000 f -0000006749 00000 f -0000006750 00000 f -0000006751 00000 f -0000006752 00000 f -0000006753 00000 f -0000006754 00000 f -0000006755 00000 f -0000006756 00000 f -0000006757 00000 f -0000006758 00000 f -0000006759 00000 f -0000006760 00000 f -0000006761 00000 f -0000006762 00000 f -0000006763 00000 f -0000006764 00000 f -0000006765 00000 f -0000006766 00000 f -0000006767 00000 f -0000006768 00000 f -0000006769 00000 f -0000006770 00000 f -0000006771 00000 f -0000006772 00000 f -0000006773 00000 f -0000006774 00000 f -0000006775 00000 f -0000006776 00000 f -0000006777 00000 f -0000006778 00000 f -0000006779 00000 f -0000006780 00000 f -0000006781 00000 f -0000006782 00000 f -0000006783 00000 f -0000006784 00000 f -0000006785 00000 f -0000006786 00000 f -0000006787 00000 f -0000006788 00000 f -0000006789 00000 f -0000006790 00000 f -0000006791 00000 f -0000006792 00000 f -0000006793 00000 f -0000006794 00000 f -0000006795 00000 f -0000006796 00000 f -0000006797 00000 f -0000006798 00000 f -0000006799 00000 f -0000006800 00000 f -0000006801 00000 f -0000006802 00000 f -0000006803 00000 f -0000006804 00000 f -0000006805 00000 f -0000006806 00000 f -0000006807 00000 f -0000006808 00000 f -0000006809 00000 f -0000006810 00000 f -0000006811 00000 f -0000006812 00000 f -0000006813 00000 f -0000006814 00000 f -0000006815 00000 f -0000006816 00000 f -0000006817 00000 f -0000006818 00000 f -0000006819 00000 f -0000006820 00000 f -0000006821 00000 f -0000006822 00000 f -0000006823 00000 f -0000006824 00000 f -0000006825 00000 f -0000006826 00000 f -0000006827 00000 f -0000006828 00000 f -0000006829 00000 f -0000006830 00000 f -0000006831 00000 f -0000006832 00000 f -0000006833 00000 f -0000006834 00000 f -0000006835 00000 f -0000006836 00000 f -0000006837 00000 f -0000006838 00000 f -0000006839 00000 f -0000006840 00000 f -0000006841 00000 f -0000006842 00000 f -0000006843 00000 f -0000006844 00000 f -0000006845 00000 f -0000006846 00000 f -0000006847 00000 f -0000006848 00000 f -0000006849 00000 f -0000006850 00000 f -0000006851 00000 f -0000006852 00000 f -0000006853 00000 f -0000006854 00000 f -0000006855 00000 f -0000006856 00000 f -0000006857 00000 f -0000006858 00000 f -0000006859 00000 f -0000006860 00000 f -0000006861 00000 f -0000006862 00000 f -0000006863 00000 f -0000006864 00000 f -0000006865 00000 f -0000006866 00000 f -0000006867 00000 f -0000006868 00000 f -0000006869 00000 f -0000006870 00000 f -0000006871 00000 f -0000006872 00000 f -0000006873 00000 f -0000006874 00000 f -0000006875 00000 f -0000006876 00000 f -0000006877 00000 f -0000006878 00000 f -0000006879 00000 f -0000006880 00000 f -0000006881 00000 f -0000006882 00000 f -0000006883 00000 f -0000006884 00000 f -0000006885 00000 f -0000006886 00000 f -0000006887 00000 f -0000006888 00000 f -0000006889 00000 f -0000006890 00000 f -0000006891 00000 f -0000006892 00000 f -0000006893 00000 f -0000006894 00000 f -0000006895 00000 f -0000006896 00000 f -0000006897 00000 f -0000006898 00000 f -0000006899 00000 f -0000006900 00000 f -0000006901 00000 f -0000006902 00000 f -0000006903 00000 f -0000006904 00000 f -0000006905 00000 f -0000006906 00000 f -0000006907 00000 f -0000006908 00000 f -0000006909 00000 f -0000006910 00000 f -0000006911 00000 f -0000006912 00000 f -0000006913 00000 f -0000006914 00000 f -0000006915 00000 f -0000006916 00000 f -0000006917 00000 f -0000006918 00000 f -0000006919 00000 f -0000006920 00000 f -0000006921 00000 f -0000006922 00000 f -0000006923 00000 f -0000006924 00000 f -0000006925 00000 f -0000006926 00000 f -0000006927 00000 f -0000006928 00000 f -0000006929 00000 f -0000006930 00000 f -0000006931 00000 f -0000006932 00000 f -0000006933 00000 f -0000006934 00000 f -0000006935 00000 f -0000006936 00000 f -0000006937 00000 f -0000006938 00000 f -0000006939 00000 f -0000006940 00000 f -0000006941 00000 f -0000006942 00000 f -0000006943 00000 f -0000006944 00000 f -0000006945 00000 f -0000006946 00000 f -0000006947 00000 f -0000006948 00000 f -0000006949 00000 f -0000006950 00000 f -0000006951 00000 f -0000006952 00000 f -0000006953 00000 f -0000006954 00000 f -0000006955 00000 f -0000006956 00000 f -0000006957 00000 f -0000006958 00000 f -0000006959 00000 f -0000006960 00000 f -0000006961 00000 f -0000006962 00000 f -0000006963 00000 f -0000006964 00000 f -0000006965 00000 f -0000006966 00000 f -0000006967 00000 f -0000006968 00000 f -0000006969 00000 f -0000006970 00000 f -0000006971 00000 f -0000006972 00000 f -0000006973 00000 f -0000006974 00000 f -0000006975 00000 f -0000006976 00000 f -0000006977 00000 f -0000006978 00000 f -0000006979 00000 f -0000006980 00000 f -0000006981 00000 f -0000006982 00000 f -0000006983 00000 f -0000006984 00000 f -0000006985 00000 f -0000006986 00000 f -0000006987 00000 f -0000006988 00000 f -0000006989 00000 f -0000006990 00000 f -0000006991 00000 f -0000006992 00000 f -0000006993 00000 f -0000006994 00000 f -0000006995 00000 f -0000006996 00000 f -0000006997 00000 f -0000006998 00000 f -0000006999 00000 f -0000007000 00000 f -0000007001 00000 f -0000007002 00000 f -0000007003 00000 f -0000007004 00000 f -0000007005 00000 f -0000007006 00000 f -0000007007 00000 f -0000007008 00000 f -0000007009 00000 f -0000007010 00000 f -0000007011 00000 f -0000007012 00000 f -0000007013 00000 f -0000007014 00000 f -0000007015 00000 f -0000007016 00000 f -0000007017 00000 f -0000007018 00000 f -0000007019 00000 f -0000007020 00000 f -0000007021 00000 f -0000007022 00000 f -0000007023 00000 f -0000007024 00000 f -0000007025 00000 f -0000007026 00000 f -0000007027 00000 f -0000007028 00000 f -0000007029 00000 f -0000007030 00000 f -0000007031 00000 f -0000007032 00000 f -0000007033 00000 f -0000007034 00000 f -0000007035 00000 f -0000007036 00000 f -0000007037 00000 f -0000007038 00000 f -0000007039 00000 f -0000007040 00000 f -0000007041 00000 f -0000007042 00000 f -0000007043 00000 f -0000007044 00000 f -0000007045 00000 f -0000007046 00000 f -0000007047 00000 f -0000007048 00000 f -0000007049 00000 f -0000007050 00000 f -0000007051 00000 f -0000007052 00000 f -0000007053 00000 f -0000007054 00000 f -0000007055 00000 f -0000007056 00000 f -0000007057 00000 f -0000007058 00000 f -0000007059 00000 f -0000007060 00000 f -0000007061 00000 f -0000007062 00000 f -0000007063 00000 f -0000007064 00000 f -0000007065 00000 f -0000007066 00000 f -0000007067 00000 f -0000007068 00000 f -0000007069 00000 f -0000007070 00000 f -0000007071 00000 f -0000007072 00000 f -0000007073 00000 f -0000007074 00000 f -0000007075 00000 f -0000007076 00000 f -0000007077 00000 f -0000007078 00000 f -0000007079 00000 f -0000007080 00000 f -0000007081 00000 f -0000007082 00000 f -0000007083 00000 f -0000007084 00000 f -0000007085 00000 f -0000007086 00000 f -0000007087 00000 f -0000007088 00000 f -0000007089 00000 f -0000007090 00000 f -0000007091 00000 f -0000007092 00000 f -0000007093 00000 f -0000007094 00000 f -0000007095 00000 f -0000007096 00000 f -0000007097 00000 f -0000007098 00000 f -0000007099 00000 f -0000007100 00000 f -0000007101 00000 f -0000007102 00000 f -0000007103 00000 f -0000007104 00000 f -0000007105 00000 f -0000007106 00000 f -0000007107 00000 f -0000007108 00000 f -0000007109 00000 f -0000007110 00000 f -0000007111 00000 f -0000007112 00000 f -0000007113 00000 f -0000007114 00000 f -0000007115 00000 f -0000007116 00000 f -0000007117 00000 f -0000007118 00000 f -0000007119 00000 f -0000007120 00000 f -0000007121 00000 f -0000007122 00000 f -0000007123 00000 f -0000007124 00000 f -0000007125 00000 f -0000007126 00000 f -0000007127 00000 f -0000007128 00000 f -0000007129 00000 f -0000007130 00000 f -0000007131 00000 f -0000007132 00000 f -0000007133 00000 f -0000007134 00000 f -0000007135 00000 f -0000007136 00000 f -0000007137 00000 f -0000007138 00000 f -0000007139 00000 f -0000007140 00000 f -0000007141 00000 f -0000007142 00000 f -0000007143 00000 f -0000007144 00000 f -0000007145 00000 f -0000007146 00000 f -0000007147 00000 f -0000007148 00000 f -0000007149 00000 f -0000007150 00000 f -0000007151 00000 f -0000007152 00000 f -0000007153 00000 f -0000007154 00000 f -0000007155 00000 f -0000007156 00000 f -0000007157 00000 f -0000007158 00000 f -0000007159 00000 f -0000007160 00000 f -0000007161 00000 f -0000007162 00000 f -0000007163 00000 f -0000007164 00000 f -0000007165 00000 f -0000007166 00000 f -0000007167 00000 f -0000007168 00000 f -0000007169 00000 f -0000007170 00000 f -0000007171 00000 f -0000007172 00000 f -0000007173 00000 f -0000007174 00000 f -0000007175 00000 f -0000007176 00000 f -0000007177 00000 f -0000007178 00000 f -0000007179 00000 f -0000007180 00000 f -0000007181 00000 f -0000007182 00000 f -0000007183 00000 f -0000007184 00000 f -0000007185 00000 f -0000007186 00000 f -0000007187 00000 f -0000007188 00000 f -0000007189 00000 f -0000007190 00000 f -0000007191 00000 f -0000007192 00000 f -0000007193 00000 f -0000007194 00000 f -0000007195 00000 f -0000007196 00000 f -0000007197 00000 f -0000007198 00000 f -0000007199 00000 f -0000007200 00000 f -0000007201 00000 f -0000007202 00000 f -0000007203 00000 f -0000007204 00000 f -0000007205 00000 f -0000007206 00000 f -0000007207 00000 f -0000007208 00000 f -0000007209 00000 f -0000007210 00000 f -0000007211 00000 f -0000007212 00000 f -0000007213 00000 f -0000007214 00000 f -0000007215 00000 f -0000007216 00000 f -0000007217 00000 f -0000007218 00000 f -0000007219 00000 f -0000007220 00000 f -0000007221 00000 f -0000007222 00000 f -0000007223 00000 f -0000007224 00000 f -0000007225 00000 f -0000007226 00000 f -0000007227 00000 f -0000007228 00000 f -0000007229 00000 f -0000007230 00000 f -0000007231 00000 f -0000007232 00000 f -0000007233 00000 f -0000007234 00000 f -0000007235 00000 f -0000007236 00000 f -0000007237 00000 f -0000007238 00000 f -0000007239 00000 f -0000007240 00000 f -0000007241 00000 f -0000007242 00000 f -0000007243 00000 f -0000007244 00000 f -0000007245 00000 f -0000007246 00000 f -0000007247 00000 f -0000007248 00000 f -0000007249 00000 f -0000007250 00000 f -0000007251 00000 f -0000007252 00000 f -0000007253 00000 f -0000007254 00000 f -0000007255 00000 f -0000007256 00000 f -0000007257 00000 f -0000007258 00000 f -0000007259 00000 f -0000007260 00000 f -0000007261 00000 f -0000007262 00000 f -0000007263 00000 f -0000007264 00000 f -0000007265 00000 f -0000007266 00000 f -0000007267 00000 f -0000007268 00000 f -0000007269 00000 f -0000007270 00000 f -0000007271 00000 f -0000007272 00000 f -0000007273 00000 f -0000007274 00000 f -0000007275 00000 f -0000007276 00000 f -0000007277 00000 f -0000007278 00000 f -0000007279 00000 f -0000007280 00000 f -0000007281 00000 f -0000007282 00000 f -0000007283 00000 f -0000007284 00000 f -0000007285 00000 f -0000007286 00000 f -0000007287 00000 f -0000007288 00000 f -0000007289 00000 f -0000007290 00000 f -0000007291 00000 f -0000007292 00000 f -0000007293 00000 f -0000007294 00000 f -0000007295 00000 f -0000007296 00000 f -0000007297 00000 f -0000007298 00000 f -0000007299 00000 f -0000007300 00000 f -0000007301 00000 f -0000007302 00000 f -0000007303 00000 f -0000007304 00000 f -0000007305 00000 f -0000007306 00000 f -0000007307 00000 f -0000007308 00000 f -0000007309 00000 f -0000007310 00000 f -0000007311 00000 f -0000007312 00000 f -0000007313 00000 f -0000007314 00000 f -0000007315 00000 f -0000007316 00000 f -0000007317 00000 f -0000007318 00000 f -0000007319 00000 f -0000007320 00000 f -0000007321 00000 f -0000007322 00000 f -0000007323 00000 f -0000007324 00000 f -0000007325 00000 f -0000007326 00000 f -0000007327 00000 f -0000007328 00000 f -0000007329 00000 f -0000007330 00000 f -0000007331 00000 f -0000007332 00000 f -0000007333 00000 f -0000007334 00000 f -0000007335 00000 f -0000007336 00000 f -0000007337 00000 f -0000007338 00000 f -0000007339 00000 f -0000007340 00000 f -0000007341 00000 f -0000007342 00000 f -0000007343 00000 f -0000007344 00000 f -0000007345 00000 f -0000007346 00000 f -0000007347 00000 f -0000007348 00000 f -0000007349 00000 f -0000007350 00000 f -0000007351 00000 f -0000007352 00000 f -0000007353 00000 f -0000007354 00000 f -0000007355 00000 f -0000007356 00000 f -0000007357 00000 f -0000007358 00000 f -0000007359 00000 f -0000007360 00000 f -0000007361 00000 f -0000007362 00000 f -0000007363 00000 f -0000007364 00000 f -0000007365 00000 f -0000007366 00000 f -0000007367 00000 f -0000007368 00000 f -0000007369 00000 f -0000007370 00000 f -0000007371 00000 f -0000007372 00000 f -0000007373 00000 f -0000007374 00000 f -0000007375 00000 f -0000007376 00000 f -0000007377 00000 f -0000007378 00000 f -0000007379 00000 f -0000007380 00000 f -0000007381 00000 f -0000007382 00000 f -0000007383 00000 f -0000007384 00000 f -0000007385 00000 f -0000007386 00000 f -0000007387 00000 f -0000007388 00000 f -0000007389 00000 f -0000007390 00000 f -0000007391 00000 f -0000007392 00000 f -0000007393 00000 f -0000007394 00000 f -0000007395 00000 f -0000007396 00000 f -0000007397 00000 f -0000007398 00000 f -0000007399 00000 f -0000007400 00000 f -0000007401 00000 f -0000007402 00000 f -0000007403 00000 f -0000007404 00000 f -0000007405 00000 f -0000007406 00000 f -0000007407 00000 f -0000007408 00000 f -0000007409 00000 f -0000007410 00000 f -0000007411 00000 f -0000007412 00000 f -0000007413 00000 f -0000007414 00000 f -0000007415 00000 f -0000007416 00000 f -0000007417 00000 f -0000007418 00000 f -0000007419 00000 f -0000007420 00000 f -0000007421 00000 f -0000007422 00000 f -0000007423 00000 f -0000007424 00000 f -0000007425 00000 f -0000007426 00000 f -0000007427 00000 f -0000007428 00000 f -0000007429 00000 f -0000007430 00000 f -0000007431 00000 f -0000007432 00000 f -0000007433 00000 f -0000007434 00000 f -0000007435 00000 f -0000007436 00000 f -0000007437 00000 f -0000007438 00000 f -0000007439 00000 f -0000007440 00000 f -0000007441 00000 f -0000007442 00000 f -0000007443 00000 f -0000007444 00000 f -0000007445 00000 f -0000007446 00000 f -0000007447 00000 f -0000007448 00000 f -0000007449 00000 f -0000007450 00000 f -0000007451 00000 f -0000007452 00000 f -0000007453 00000 f -0000007454 00000 f -0000007455 00000 f -0000007456 00000 f -0000007457 00000 f -0000007458 00000 f -0000007459 00000 f -0000007460 00000 f -0000007461 00000 f -0000007462 00000 f -0000007463 00000 f -0000007464 00000 f -0000007465 00000 f -0000007466 00000 f -0000007467 00000 f -0000007468 00000 f -0000007469 00000 f -0000007470 00000 f -0000007471 00000 f -0000007472 00000 f -0000007473 00000 f -0000007474 00000 f -0000007475 00000 f -0000007476 00000 f -0000007477 00000 f -0000007478 00000 f -0000007479 00000 f -0000007480 00000 f -0000007481 00000 f -0000007482 00000 f -0000007483 00000 f -0000007484 00000 f -0000007485 00000 f -0000007486 00000 f -0000007487 00000 f -0000007488 00000 f -0000007489 00000 f -0000007490 00000 f -0000007491 00000 f -0000007492 00000 f -0000007493 00000 f -0000007494 00000 f -0000007495 00000 f -0000007496 00000 f -0000007497 00000 f -0000007498 00000 f -0000007499 00000 f -0000007500 00000 f -0000007501 00000 f -0000007502 00000 f -0000007503 00000 f -0000007504 00000 f -0000007505 00000 f -0000007506 00000 f -0000007507 00000 f -0000007508 00000 f -0000007509 00000 f -0000007510 00000 f -0000007511 00000 f -0000007512 00000 f -0000007513 00000 f -0000007514 00000 f -0000007515 00000 f -0000007516 00000 f -0000007517 00000 f -0000007518 00000 f -0000007519 00000 f -0000007520 00000 f -0000007521 00000 f -0000007522 00000 f -0000007523 00000 f -0000007524 00000 f -0000007525 00000 f -0000007526 00000 f -0000007527 00000 f -0000007528 00000 f -0000007529 00000 f -0000007530 00000 f -0000007531 00000 f -0000007532 00000 f -0000007533 00000 f -0000007534 00000 f -0000007535 00000 f -0000007536 00000 f -0000007537 00000 f -0000007538 00000 f -0000007539 00000 f -0000007540 00000 f -0000007541 00000 f -0000007542 00000 f -0000007543 00000 f -0000007544 00000 f -0000007545 00000 f -0000007546 00000 f -0000007547 00000 f -0000007548 00000 f -0000007549 00000 f -0000007550 00000 f -0000007551 00000 f -0000007552 00000 f -0000007553 00000 f -0000007554 00000 f -0000007555 00000 f -0000007556 00000 f -0000007557 00000 f -0000007558 00000 f -0000007559 00000 f -0000007560 00000 f -0000007561 00000 f -0000007562 00000 f -0000007563 00000 f -0000007564 00000 f -0000007565 00000 f -0000007566 00000 f -0000007567 00000 f -0000007568 00000 f -0000007569 00000 f -0000007570 00000 f -0000007571 00000 f -0000007572 00000 f -0000007573 00000 f -0000007574 00000 f -0000007575 00000 f -0000007576 00000 f -0000007577 00000 f -0000007578 00000 f -0000007579 00000 f -0000007580 00000 f -0000007581 00000 f -0000007582 00000 f -0000007583 00000 f -0000007584 00000 f -0000007585 00000 f -0000007586 00000 f -0000007587 00000 f -0000007588 00000 f -0000007589 00000 f -0000007590 00000 f -0000007591 00000 f -0000007592 00000 f -0000007593 00000 f -0000007594 00000 f -0000007595 00000 f -0000007596 00000 f -0000007597 00000 f -0000007598 00000 f -0000007599 00000 f -0000007600 00000 f -0000007601 00000 f -0000007602 00000 f -0000007603 00000 f -0000007604 00000 f -0000007605 00000 f -0000007606 00000 f -0000007607 00000 f -0000007608 00000 f -0000007609 00000 f -0000007610 00000 f -0000007611 00000 f -0000007612 00000 f -0000007613 00000 f -0000007614 00000 f -0000007615 00000 f -0000007616 00000 f -0000007617 00000 f -0000007618 00000 f -0000007619 00000 f -0000007620 00000 f -0000007621 00000 f -0000007622 00000 f -0000007623 00000 f -0000007624 00000 f -0000007625 00000 f -0000007626 00000 f -0000007627 00000 f -0000007628 00000 f -0000007629 00000 f -0000007630 00000 f -0000007631 00000 f -0000007632 00000 f -0000007633 00000 f -0000007634 00000 f -0000007635 00000 f -0000007636 00000 f -0000007637 00000 f -0000007638 00000 f -0000007639 00000 f -0000007640 00000 f -0000007641 00000 f -0000007642 00000 f -0000007643 00000 f -0000007644 00000 f -0000007645 00000 f -0000007646 00000 f -0000007647 00000 f -0000007648 00000 f -0000007649 00000 f -0000007650 00000 f -0000007651 00000 f -0000007652 00000 f -0000007653 00000 f -0000007654 00000 f -0000007655 00000 f -0000007656 00000 f -0000007657 00000 f -0000007658 00000 f -0000007659 00000 f -0000007660 00000 f -0000007661 00000 f -0000007662 00000 f -0000007663 00000 f -0000007664 00000 f -0000007665 00000 f -0000007666 00000 f -0000007667 00000 f -0000007668 00000 f -0000007669 00000 f -0000007670 00000 f -0000007671 00000 f -0000007672 00000 f -0000007673 00000 f -0000007674 00000 f -0000007675 00000 f -0000007676 00000 f -0000007677 00000 f -0000007678 00000 f -0000007679 00000 f -0000007680 00000 f -0000007681 00000 f -0000007682 00000 f -0000007683 00000 f -0000007684 00000 f -0000007685 00000 f -0000007686 00000 f -0000007687 00000 f -0000007688 00000 f -0000007689 00000 f -0000007690 00000 f -0000007691 00000 f -0000007692 00000 f -0000007693 00000 f -0000007694 00000 f -0000007695 00000 f -0000007696 00000 f -0000007697 00000 f -0000007698 00000 f -0000007699 00000 f -0000007700 00000 f -0000007701 00000 f -0000007702 00000 f -0000007703 00000 f -0000007704 00000 f -0000007705 00000 f -0000007706 00000 f -0000007707 00000 f -0000007708 00000 f -0000007709 00000 f -0000007710 00000 f -0000007711 00000 f -0000007712 00000 f -0000007713 00000 f -0000007714 00000 f -0000007715 00000 f -0000007716 00000 f -0000007717 00000 f -0000007718 00000 f -0000007719 00000 f -0000007720 00000 f -0000007721 00000 f -0000007722 00000 f -0000007723 00000 f -0000007724 00000 f -0000007725 00000 f -0000007726 00000 f -0000007727 00000 f -0000007728 00000 f -0000007729 00000 f -0000007730 00000 f -0000007731 00000 f -0000007732 00000 f -0000007733 00000 f -0000007734 00000 f -0000007735 00000 f -0000007736 00000 f -0000007737 00000 f -0000007738 00000 f -0000007739 00000 f -0000007740 00000 f -0000007741 00000 f -0000007742 00000 f -0000007743 00000 f -0000007744 00000 f -0000007745 00000 f -0000007746 00000 f -0000007747 00000 f -0000007748 00000 f -0000007749 00000 f -0000007750 00000 f -0000007751 00000 f -0000007752 00000 f -0000007753 00000 f -0000007754 00000 f -0000007755 00000 f -0000007756 00000 f -0000007757 00000 f -0000007758 00000 f -0000007759 00000 f -0000007760 00000 f -0000007761 00000 f -0000007762 00000 f -0000007763 00000 f -0000007764 00000 f -0000007765 00000 f -0000007766 00000 f -0000007767 00000 f -0000007768 00000 f -0000007769 00000 f -0000007770 00000 f -0000007771 00000 f -0000007772 00000 f -0000007773 00000 f -0000007774 00000 f -0000007775 00000 f -0000007776 00000 f -0000007777 00000 f -0000007778 00000 f -0000007779 00000 f -0000007780 00000 f -0000007781 00000 f -0000007782 00000 f -0000007783 00000 f -0000007784 00000 f -0000007785 00000 f -0000007786 00000 f -0000007787 00000 f -0000007788 00000 f -0000007789 00000 f -0000007790 00000 f -0000007791 00000 f -0000007792 00000 f -0000007793 00000 f -0000007794 00000 f -0000007795 00000 f -0000007796 00000 f -0000007797 00000 f -0000007798 00000 f -0000007799 00000 f -0000007800 00000 f -0000007801 00000 f -0000007802 00000 f -0000007803 00000 f -0000007804 00000 f -0000007805 00000 f -0000007806 00000 f -0000007807 00000 f -0000007808 00000 f -0000007809 00000 f -0000007810 00000 f -0000007811 00000 f -0000007812 00000 f -0000007813 00000 f -0000007814 00000 f -0000007815 00000 f -0000007816 00000 f -0000007817 00000 f -0000007818 00000 f -0000007819 00000 f -0000007820 00000 f -0000007821 00000 f -0000007822 00000 f -0000007823 00000 f -0000007824 00000 f -0000007825 00000 f -0000007826 00000 f -0000007827 00000 f -0000007828 00000 f -0000007829 00000 f -0000007830 00000 f -0000007831 00000 f -0000007832 00000 f -0000007833 00000 f -0000007834 00000 f -0000007835 00000 f -0000007836 00000 f -0000007837 00000 f -0000007838 00000 f -0000007839 00000 f -0000007840 00000 f -0000007841 00000 f -0000007842 00000 f -0000007843 00000 f -0000007844 00000 f -0000007845 00000 f -0000007846 00000 f -0000007847 00000 f -0000007848 00000 f -0000007849 00000 f -0000007850 00000 f -0000007851 00000 f -0000007852 00000 f -0000007853 00000 f -0000007854 00000 f -0000007855 00000 f -0000007856 00000 f -0000007857 00000 f -0000007858 00000 f -0000007859 00000 f -0000007860 00000 f -0000007861 00000 f -0000007862 00000 f -0000007863 00000 f -0000007864 00000 f -0000007865 00000 f -0000007866 00000 f -0000007867 00000 f -0000007868 00000 f -0000007869 00000 f -0000007870 00000 f -0000007871 00000 f -0000007872 00000 f -0000007873 00000 f -0000007874 00000 f -0000007875 00000 f -0000007876 00000 f -0000007877 00000 f -0000007878 00000 f -0000007879 00000 f -0000007880 00000 f -0000007881 00000 f -0000007882 00000 f -0000007883 00000 f -0000007884 00000 f -0000007885 00000 f -0000007886 00000 f -0000007887 00000 f -0000007888 00000 f -0000007889 00000 f -0000007890 00000 f -0000007891 00000 f -0000007892 00000 f -0000007893 00000 f -0000007894 00000 f -0000007895 00000 f -0000007896 00000 f -0000007897 00000 f -0000007898 00000 f -0000007899 00000 f -0000007900 00000 f -0000007901 00000 f -0000007902 00000 f -0000007903 00000 f -0000007904 00000 f -0000007905 00000 f -0000007906 00000 f -0000007907 00000 f -0000007908 00000 f -0000007909 00000 f -0000007910 00000 f -0000007911 00000 f -0000007912 00000 f -0000007913 00000 f -0000007914 00000 f -0000007915 00000 f -0000007916 00000 f -0000007917 00000 f -0000007918 00000 f -0000007919 00000 f -0000007920 00000 f -0000007921 00000 f -0000007922 00000 f -0000007923 00000 f -0000007924 00000 f -0000007925 00000 f -0000007926 00000 f -0000007927 00000 f -0000007928 00000 f -0000007929 00000 f -0000007930 00000 f -0000007931 00000 f -0000007932 00000 f -0000007933 00000 f -0000007934 00000 f -0000007935 00000 f -0000007936 00000 f -0000007937 00000 f -0000007938 00000 f -0000007939 00000 f -0000007940 00000 f -0000007941 00000 f -0000007942 00000 f -0000007943 00000 f -0000007944 00000 f -0000007945 00000 f -0000007946 00000 f -0000007947 00000 f -0000007948 00000 f -0000007949 00000 f -0000007950 00000 f -0000007951 00000 f -0000007952 00000 f -0000007953 00000 f -0000007954 00000 f -0000007955 00000 f -0000007956 00000 f -0000007957 00000 f -0000007958 00000 f -0000007959 00000 f -0000007960 00000 f -0000007961 00000 f -0000007962 00000 f -0000007963 00000 f -0000007964 00000 f -0000007965 00000 f -0000007966 00000 f -0000007967 00000 f -0000007968 00000 f -0000007969 00000 f -0000007970 00000 f -0000007971 00000 f -0000007972 00000 f -0000007973 00000 f -0000007974 00000 f -0000007975 00000 f -0000007976 00000 f -0000007977 00000 f -0000007978 00000 f -0000007979 00000 f -0000007980 00000 f -0000007981 00000 f -0000007982 00000 f -0000007983 00000 f -0000007984 00000 f -0000007985 00000 f -0000007986 00000 f -0000007987 00000 f -0000007988 00000 f -0000007989 00000 f -0000007990 00000 f -0000007991 00000 f -0000007992 00000 f -0000007993 00000 f -0000007994 00000 f -0000007995 00000 f -0000007996 00000 f -0000007997 00000 f -0000007998 00000 f -0000007999 00000 f -0000008000 00000 f -0000008001 00000 f -0000008002 00000 f -0000008003 00000 f -0000008004 00000 f -0000008005 00000 f -0000008006 00000 f -0000008007 00000 f -0000008008 00000 f -0000008009 00000 f -0000008010 00000 f -0000008011 00000 f -0000008012 00000 f -0000008013 00000 f -0000008014 00000 f -0000008015 00000 f -0000008016 00000 f -0000008017 00000 f -0000008018 00000 f -0000008019 00000 f -0000008020 00000 f -0000008021 00000 f -0000008022 00000 f -0000008023 00000 f -0000008024 00000 f -0000008025 00000 f -0000008026 00000 f -0000008027 00000 f -0000008028 00000 f -0000008029 00000 f -0000008030 00000 f -0000008031 00000 f -0000008032 00000 f -0000008033 00000 f -0000008034 00000 f -0000008035 00000 f -0000008036 00000 f -0000008037 00000 f -0000008038 00000 f -0000008039 00000 f -0000008040 00000 f -0000008041 00000 f -0000008042 00000 f -0000008043 00000 f -0000008044 00000 f -0000008045 00000 f -0000008046 00000 f -0000008047 00000 f -0000008048 00000 f -0000008049 00000 f -0000008050 00000 f -0000008051 00000 f -0000008052 00000 f -0000008053 00000 f -0000008054 00000 f -0000008055 00000 f -0000008056 00000 f -0000008057 00000 f -0000008058 00000 f -0000008059 00000 f -0000008060 00000 f -0000008061 00000 f -0000008062 00000 f -0000008063 00000 f -0000008064 00000 f -0000008065 00000 f -0000008066 00000 f -0000008067 00000 f -0000008068 00000 f -0000008069 00000 f -0000008070 00000 f -0000008071 00000 f -0000008072 00000 f -0000008073 00000 f -0000008074 00000 f -0000008075 00000 f -0000008076 00000 f -0000008077 00000 f -0000008078 00000 f -0000008079 00000 f -0000008080 00000 f -0000008081 00000 f -0000008082 00000 f -0000008083 00000 f -0000008084 00000 f -0000008085 00000 f -0000008086 00000 f -0000008087 00000 f -0000008088 00000 f -0000008089 00000 f -0000008090 00000 f -0000008091 00000 f -0000008092 00000 f -0000008093 00000 f -0000008094 00000 f -0000008095 00000 f -0000008096 00000 f -0000008097 00000 f -0000008098 00000 f -0000008099 00000 f -0000008100 00000 f -0000008101 00000 f -0000008102 00000 f -0000008103 00000 f -0000008104 00000 f -0000008105 00000 f -0000008106 00000 f -0000008107 00000 f -0000008108 00000 f -0000008109 00000 f -0000008110 00000 f -0000008111 00000 f -0000008112 00000 f -0000008113 00000 f -0000008114 00000 f -0000008115 00000 f -0000008116 00000 f -0000008117 00000 f -0000008118 00000 f -0000008119 00000 f -0000008120 00000 f -0000008121 00000 f -0000008122 00000 f -0000008123 00000 f -0000008124 00000 f -0000008125 00000 f -0000008126 00000 f -0000008127 00000 f -0000008128 00000 f -0000008129 00000 f -0000008130 00000 f -0000008131 00000 f -0000008132 00000 f -0000008133 00000 f -0000008134 00000 f -0000008135 00000 f -0000008136 00000 f -0000008137 00000 f -0000008138 00000 f -0000008139 00000 f -0000008140 00000 f -0000008141 00000 f -0000008142 00000 f -0000008143 00000 f -0000008144 00000 f -0000008145 00000 f -0000008146 00000 f -0000008147 00000 f -0000008148 00000 f -0000008149 00000 f -0000008150 00000 f -0000008151 00000 f -0000008152 00000 f -0000008153 00000 f -0000008154 00000 f -0000008155 00000 f -0000008156 00000 f -0000008157 00000 f -0000008158 00000 f -0000008159 00000 f -0000008160 00000 f -0000008161 00000 f -0000008162 00000 f -0000008163 00000 f -0000008164 00000 f -0000008165 00000 f -0000008166 00000 f -0000008167 00000 f -0000008168 00000 f -0000008169 00000 f -0000008170 00000 f -0000008171 00000 f -0000008172 00000 f -0000008173 00000 f -0000008174 00000 f -0000008175 00000 f -0000008176 00000 f -0000008177 00000 f -0000008178 00000 f -0000008179 00000 f -0000008180 00000 f -0000008181 00000 f -0000008182 00000 f -0000008183 00000 f -0000008184 00000 f -0000008185 00000 f -0000008186 00000 f -0000008187 00000 f -0000008188 00000 f -0000008189 00000 f -0000008190 00000 f -0000008191 00000 f -0000008192 00000 f -0000008193 00000 f -0000008194 00000 f -0000008195 00000 f -0000008196 00000 f -0000008197 00000 f -0000008198 00000 f -0000008199 00000 f -0000008200 00000 f -0000008201 00000 f -0000008202 00000 f -0000008203 00000 f -0000008204 00000 f -0000008205 00000 f -0000008206 00000 f -0000008207 00000 f -0000008208 00000 f -0000008209 00000 f -0000008210 00000 f -0000008211 00000 f -0000008212 00000 f -0000008213 00000 f -0000008214 00000 f -0000008215 00000 f -0000008216 00000 f -0000008217 00000 f -0000008218 00000 f -0000008219 00000 f -0000008220 00000 f -0000008221 00000 f -0000008222 00000 f -0000008223 00000 f -0000008224 00000 f -0000008225 00000 f -0000008226 00000 f -0000008227 00000 f -0000008228 00000 f -0000008229 00000 f -0000008230 00000 f -0000008231 00000 f -0000008232 00000 f -0000008233 00000 f -0000008234 00000 f -0000008235 00000 f -0000008242 00000 f -0000765713 00000 n -0000765746 00000 n -0000765593 00000 n -0000765626 00000 n -0000765473 00000 n -0000765506 00000 n -0000008243 00000 f -0000008244 00000 f -0000008245 00000 f -0000008246 00000 f -0000008247 00000 f -0000008248 00000 f -0000008249 00000 f -0000008253 00000 f -0000762386 00000 n -0000762467 00000 n -0000762549 00000 n -0000008254 00000 f -0000008255 00000 f -0000008256 00000 f -0000008257 00000 f -0000008258 00000 f -0000008259 00000 f -0000008260 00000 f -0000008261 00000 f -0000008262 00000 f -0000008263 00000 f -0000008264 00000 f -0000008265 00000 f -0000008266 00000 f -0000008267 00000 f -0000008268 00000 f -0000008269 00000 f -0000008270 00000 f -0000008271 00000 f -0000008272 00000 f -0000008273 00000 f -0000008274 00000 f -0000008275 00000 f -0000008276 00000 f -0000008277 00000 f -0000008278 00000 f -0000008279 00000 f -0000008280 00000 f -0000008281 00000 f -0000008282 00000 f -0000008283 00000 f -0000008284 00000 f -0000008285 00000 f -0000008286 00000 f -0000008287 00000 f -0000008288 00000 f -0000008289 00000 f -0000008290 00000 f -0000008291 00000 f -0000008292 00000 f -0000008293 00000 f -0000008294 00000 f -0000008295 00000 f -0000008296 00000 f -0000008297 00000 f -0000008298 00000 f -0000008299 00000 f -0000008300 00000 f -0000008301 00000 f -0000008302 00000 f -0000008303 00000 f -0000008304 00000 f -0000008305 00000 f -0000008306 00000 f -0000008307 00000 f -0000008308 00000 f -0000008309 00000 f -0000008310 00000 f -0000008311 00000 f -0000008312 00000 f -0000008313 00000 f -0000008314 00000 f -0000008315 00000 f -0000008316 00000 f -0000008317 00000 f -0000008318 00000 f -0000008319 00000 f -0000008320 00000 f -0000008321 00000 f -0000008322 00000 f -0000008323 00000 f -0000008324 00000 f -0000008325 00000 f -0000008326 00000 f -0000008327 00000 f -0000008328 00000 f -0000008329 00000 f -0000008330 00000 f -0000008331 00000 f -0000008332 00000 f -0000008333 00000 f -0000008334 00000 f -0000008335 00000 f -0000008336 00000 f -0000008337 00000 f -0000008338 00000 f -0000008339 00000 f -0000008340 00000 f -0000008341 00000 f -0000008342 00000 f -0000008343 00000 f -0000008344 00000 f -0000008345 00000 f -0000008346 00000 f -0000008347 00000 f -0000008348 00000 f -0000008349 00000 f -0000008350 00000 f -0000008351 00000 f -0000008352 00000 f -0000008353 00000 f -0000008354 00000 f -0000008355 00000 f -0000008356 00000 f -0000008357 00000 f -0000008358 00000 f -0000008359 00000 f -0000008360 00000 f -0000008361 00000 f -0000008362 00000 f -0000008363 00000 f -0000008364 00000 f -0000008365 00000 f -0000008366 00000 f -0000008367 00000 f -0000008368 00000 f -0000008369 00000 f -0000008370 00000 f -0000008371 00000 f -0000008372 00000 f -0000008373 00000 f -0000008374 00000 f -0000008375 00000 f -0000008376 00000 f -0000008377 00000 f -0000008378 00000 f -0000008379 00000 f -0000008380 00000 f -0000008381 00000 f -0000008382 00000 f -0000008383 00000 f -0000008384 00000 f -0000008385 00000 f -0000008386 00000 f -0000008387 00000 f -0000008388 00000 f -0000008389 00000 f -0000008390 00000 f -0000008391 00000 f -0000008392 00000 f -0000008393 00000 f -0000008394 00000 f -0000008395 00000 f -0000008396 00000 f -0000008397 00000 f -0000008398 00000 f -0000008399 00000 f -0000008400 00000 f -0000008401 00000 f -0000008402 00000 f -0000008403 00000 f -0000008404 00000 f -0000008405 00000 f -0000008406 00000 f -0000008407 00000 f -0000008408 00000 f -0000008409 00000 f -0000008410 00000 f -0000008411 00000 f -0000008412 00000 f -0000008413 00000 f -0000008414 00000 f -0000008415 00000 f -0000008416 00000 f -0000008417 00000 f -0000008418 00000 f -0000008419 00000 f -0000008420 00000 f -0000008421 00000 f -0000008422 00000 f -0000008423 00000 f -0000008424 00000 f -0000008425 00000 f -0000008426 00000 f -0000008427 00000 f -0000008428 00000 f -0000008429 00000 f -0000008430 00000 f -0000008431 00000 f -0000008432 00000 f -0000008433 00000 f -0000008434 00000 f -0000008435 00000 f -0000008436 00000 f -0000008437 00000 f -0000008438 00000 f -0000008439 00000 f -0000008440 00000 f -0000008441 00000 f -0000008442 00000 f -0000008443 00000 f -0000008444 00000 f -0000008445 00000 f -0000008446 00000 f -0000008447 00000 f -0000008448 00000 f -0000008449 00000 f -0000008450 00000 f -0000008451 00000 f -0000008452 00000 f -0000008453 00000 f -0000008454 00000 f -0000008455 00000 f -0000008456 00000 f -0000008457 00000 f -0000008458 00000 f -0000008459 00000 f -0000008460 00000 f -0000008461 00000 f -0000008462 00000 f -0000008463 00000 f -0000008464 00000 f -0000008465 00000 f -0000008466 00000 f -0000008467 00000 f -0000008468 00000 f -0000008469 00000 f -0000008470 00000 f -0000008471 00000 f -0000008472 00000 f -0000008473 00000 f -0000008474 00000 f -0000008475 00000 f -0000008476 00000 f -0000008477 00000 f -0000008478 00000 f -0000008479 00000 f -0000008480 00000 f -0000008481 00000 f -0000008482 00000 f -0000008483 00000 f -0000008484 00000 f -0000008485 00000 f -0000008486 00000 f -0000008487 00000 f -0000008488 00000 f -0000008489 00000 f -0000008490 00000 f -0000008491 00000 f -0000008492 00000 f -0000008493 00000 f -0000008494 00000 f -0000008495 00000 f -0000008496 00000 f -0000008497 00000 f -0000008498 00000 f -0000008499 00000 f -0000008500 00000 f -0000008501 00000 f -0000008502 00000 f -0000008503 00000 f -0000008504 00000 f -0000008505 00000 f -0000008506 00000 f -0000008507 00000 f -0000008508 00000 f -0000008509 00000 f -0000008510 00000 f -0000008511 00000 f -0000008512 00000 f -0000008513 00000 f -0000008514 00000 f -0000008515 00000 f -0000008516 00000 f -0000008517 00000 f -0000008518 00000 f -0000008519 00000 f -0000008520 00000 f -0000008521 00000 f -0000008522 00000 f -0000008523 00000 f -0000008524 00000 f -0000008525 00000 f -0000008526 00000 f -0000008527 00000 f -0000008528 00000 f -0000008529 00000 f -0000008530 00000 f -0000008531 00000 f -0000008532 00000 f -0000008533 00000 f -0000008534 00000 f -0000008535 00000 f -0000008536 00000 f -0000008537 00000 f -0000008538 00000 f -0000008539 00000 f -0000008540 00000 f -0000008541 00000 f -0000008542 00000 f -0000008543 00000 f -0000008544 00000 f -0000008545 00000 f -0000008546 00000 f -0000008547 00000 f -0000008548 00000 f -0000008549 00000 f -0000008550 00000 f -0000008551 00000 f -0000008552 00000 f -0000008553 00000 f -0000008554 00000 f -0000008555 00000 f -0000008556 00000 f -0000008557 00000 f -0000008558 00000 f -0000008559 00000 f -0000008560 00000 f -0000008561 00000 f -0000008562 00000 f -0000008563 00000 f -0000008564 00000 f -0000008565 00000 f -0000008566 00000 f -0000008567 00000 f -0000008568 00000 f -0000008569 00000 f -0000008570 00000 f -0000008571 00000 f -0000008572 00000 f -0000008573 00000 f -0000008574 00000 f -0000008575 00000 f -0000008576 00000 f -0000008577 00000 f -0000008578 00000 f -0000008579 00000 f -0000008580 00000 f -0000008581 00000 f -0000008582 00000 f -0000008583 00000 f -0000008584 00000 f -0000008585 00000 f -0000008586 00000 f -0000008587 00000 f -0000008588 00000 f -0000008589 00000 f -0000008590 00000 f -0000008591 00000 f -0000008592 00000 f -0000008593 00000 f -0000008594 00000 f -0000008595 00000 f -0000008596 00000 f -0000008597 00000 f -0000008598 00000 f -0000008599 00000 f -0000008600 00000 f -0000008601 00000 f -0000008602 00000 f -0000008603 00000 f -0000008604 00000 f -0000008605 00000 f -0000008606 00000 f -0000008607 00000 f -0000008608 00000 f -0000008609 00000 f -0000008610 00000 f -0000008611 00000 f -0000008612 00000 f -0000008613 00000 f -0000008614 00000 f -0000008615 00000 f -0000008616 00000 f -0000008617 00000 f -0000008618 00000 f -0000008619 00000 f -0000008620 00000 f -0000008621 00000 f -0000008622 00000 f -0000008623 00000 f -0000008624 00000 f -0000008625 00000 f -0000008626 00000 f -0000008627 00000 f -0000008628 00000 f -0000008629 00000 f -0000008630 00000 f -0000008631 00000 f -0000008632 00000 f -0000008633 00000 f -0000008634 00000 f -0000008635 00000 f -0000008636 00000 f -0000008637 00000 f -0000008638 00000 f -0000008639 00000 f -0000008640 00000 f -0000008641 00000 f -0000008642 00000 f -0000008643 00000 f -0000008644 00000 f -0000008645 00000 f -0000008646 00000 f -0000008647 00000 f -0000008648 00000 f -0000008649 00000 f -0000008650 00000 f -0000008651 00000 f -0000008652 00000 f -0000008653 00000 f -0000008654 00000 f -0000008655 00000 f -0000008656 00000 f -0000008657 00000 f -0000008658 00000 f -0000008659 00000 f -0000008660 00000 f -0000008661 00000 f -0000008662 00000 f -0000008663 00000 f -0000008664 00000 f -0000008665 00000 f -0000008666 00000 f -0000008667 00000 f -0000008668 00000 f -0000008669 00000 f -0000008670 00000 f -0000008671 00000 f -0000008672 00000 f -0000008673 00000 f -0000008674 00000 f -0000008675 00000 f -0000008676 00000 f -0000008677 00000 f -0000008678 00000 f -0000008679 00000 f -0000008680 00000 f -0000008681 00000 f -0000008682 00000 f -0000008683 00000 f -0000008684 00000 f -0000008685 00000 f -0000008686 00000 f -0000008687 00000 f -0000008688 00000 f -0000008689 00000 f -0000008690 00000 f -0000008691 00000 f -0000008692 00000 f -0000008693 00000 f -0000008694 00000 f -0000008695 00000 f -0000008696 00000 f -0000008697 00000 f -0000008698 00000 f -0000008699 00000 f -0000008700 00000 f -0000008701 00000 f -0000008702 00000 f -0000008703 00000 f -0000008704 00000 f -0000008705 00000 f -0000008706 00000 f -0000008707 00000 f -0000008708 00000 f -0000008709 00000 f -0000008710 00000 f -0000008711 00000 f -0000008712 00000 f -0000008713 00000 f -0000008714 00000 f -0000008715 00000 f -0000008716 00000 f -0000008717 00000 f -0000008718 00000 f -0000008719 00000 f -0000008720 00000 f -0000008721 00000 f -0000008722 00000 f -0000008723 00000 f -0000008724 00000 f -0000008725 00000 f -0000008726 00000 f -0000008727 00000 f -0000008728 00000 f -0000008729 00000 f -0000008730 00000 f -0000008731 00000 f -0000008732 00000 f -0000008733 00000 f -0000008734 00000 f -0000008735 00000 f -0000008736 00000 f -0000008737 00000 f -0000008738 00000 f -0000008739 00000 f -0000008740 00000 f -0000008741 00000 f -0000008742 00000 f -0000008743 00000 f -0000008744 00000 f -0000008745 00000 f -0000008746 00000 f -0000008747 00000 f -0000008748 00000 f -0000008749 00000 f -0000008750 00000 f -0000008751 00000 f -0000008752 00000 f -0000008753 00000 f -0000008754 00000 f -0000008755 00000 f -0000008756 00000 f -0000008757 00000 f -0000008758 00000 f -0000008759 00000 f -0000008760 00000 f -0000008761 00000 f -0000008762 00000 f -0000008763 00000 f -0000008764 00000 f -0000008765 00000 f -0000008766 00000 f -0000008767 00000 f -0000008768 00000 f -0000008769 00000 f -0000008770 00000 f -0000008771 00000 f -0000008772 00000 f -0000008773 00000 f -0000008774 00000 f -0000008775 00000 f -0000008776 00000 f -0000008777 00000 f -0000008778 00000 f -0000008779 00000 f -0000008780 00000 f -0000008781 00000 f -0000008782 00000 f -0000008783 00000 f -0000008784 00000 f -0000008785 00000 f -0000008786 00000 f -0000008787 00000 f -0000008788 00000 f -0000008789 00000 f -0000008790 00000 f -0000008791 00000 f -0000008792 00000 f -0000008793 00000 f -0000008794 00000 f -0000008795 00000 f -0000008796 00000 f -0000008797 00000 f -0000008798 00000 f -0000008799 00000 f -0000008800 00000 f -0000008801 00000 f -0000008802 00000 f -0000008803 00000 f -0000008804 00000 f -0000008805 00000 f -0000008806 00000 f -0000008807 00000 f -0000008808 00000 f -0000008809 00000 f -0000008810 00000 f -0000008811 00000 f -0000008812 00000 f -0000008813 00000 f -0000008814 00000 f -0000008815 00000 f -0000008816 00000 f -0000008817 00000 f -0000008818 00000 f -0000008819 00000 f -0000008820 00000 f -0000008821 00000 f -0000008822 00000 f -0000008823 00000 f -0000008824 00000 f -0000008825 00000 f -0000008826 00000 f -0000008827 00000 f -0000008828 00000 f -0000008829 00000 f -0000008830 00000 f -0000008831 00000 f -0000008832 00000 f -0000008833 00000 f -0000008834 00000 f -0000008835 00000 f -0000008836 00000 f -0000008837 00000 f -0000008838 00000 f -0000008839 00000 f -0000008840 00000 f -0000008841 00000 f -0000008842 00000 f -0000008843 00000 f -0000008844 00000 f -0000008845 00000 f -0000008846 00000 f -0000008847 00000 f -0000008848 00000 f -0000008849 00000 f -0000008850 00000 f -0000008851 00000 f -0000008852 00000 f -0000008853 00000 f -0000008854 00000 f -0000008855 00000 f -0000008856 00000 f -0000008857 00000 f -0000008858 00000 f -0000008859 00000 f -0000008860 00000 f -0000008861 00000 f -0000008862 00000 f -0000008863 00000 f -0000008864 00000 f -0000008865 00000 f -0000008866 00000 f -0000008867 00000 f -0000008868 00000 f -0000008869 00000 f -0000008870 00000 f -0000008871 00000 f -0000008872 00000 f -0000008873 00000 f -0000008874 00000 f -0000008875 00000 f -0000008876 00000 f -0000008877 00000 f -0000008878 00000 f -0000008879 00000 f -0000008880 00000 f -0000008881 00000 f -0000008882 00000 f -0000008883 00000 f -0000008884 00000 f -0000008885 00000 f -0000008886 00000 f -0000008887 00000 f -0000008888 00000 f -0000008889 00000 f -0000008890 00000 f -0000008891 00000 f -0000008892 00000 f -0000008893 00000 f -0000008894 00000 f -0000008895 00000 f -0000008896 00000 f -0000008897 00000 f -0000008898 00000 f -0000008899 00000 f -0000008900 00000 f -0000008901 00000 f -0000008902 00000 f -0000008903 00000 f -0000008904 00000 f -0000008905 00000 f -0000008906 00000 f -0000008907 00000 f -0000008908 00000 f -0000008909 00000 f -0000008910 00000 f -0000008911 00000 f -0000008912 00000 f -0000008913 00000 f -0000008914 00000 f -0000008915 00000 f -0000008916 00000 f -0000008917 00000 f -0000008918 00000 f -0000008919 00000 f -0000008920 00000 f -0000008921 00000 f -0000008922 00000 f -0000008923 00000 f -0000008924 00000 f -0000008925 00000 f -0000008926 00000 f -0000008927 00000 f -0000008928 00000 f -0000008929 00000 f -0000008930 00000 f -0000008931 00000 f -0000008932 00000 f -0000008933 00000 f -0000008934 00000 f -0000008935 00000 f -0000008936 00000 f -0000008937 00000 f -0000008938 00000 f -0000008939 00000 f -0000008940 00000 f -0000008941 00000 f -0000008942 00000 f -0000008943 00000 f -0000008944 00000 f -0000008945 00000 f -0000008946 00000 f -0000008947 00000 f -0000008948 00000 f -0000008949 00000 f -0000008950 00000 f -0000008951 00000 f -0000008952 00000 f -0000008953 00000 f -0000008954 00000 f -0000008955 00000 f -0000008956 00000 f -0000008957 00000 f -0000008958 00000 f -0000008959 00000 f -0000008960 00000 f -0000008961 00000 f -0000008962 00000 f -0000008963 00000 f -0000008964 00000 f -0000008965 00000 f -0000008966 00000 f -0000008967 00000 f -0000008968 00000 f -0000008969 00000 f -0000008970 00000 f -0000008971 00000 f -0000008972 00000 f -0000008973 00000 f -0000008974 00000 f -0000008975 00000 f -0000008976 00000 f -0000008977 00000 f -0000008978 00000 f -0000008979 00000 f -0000008980 00000 f -0000008981 00000 f -0000008982 00000 f -0000008983 00000 f -0000008984 00000 f -0000008985 00000 f -0000008986 00000 f -0000008987 00000 f -0000008988 00000 f -0000008989 00000 f -0000008990 00000 f -0000008991 00000 f -0000008992 00000 f -0000008993 00000 f -0000008994 00000 f -0000008995 00000 f -0000008996 00000 f -0000008997 00000 f -0000008998 00000 f -0000008999 00000 f -0000009000 00000 f -0000009001 00000 f -0000009002 00000 f -0000009003 00000 f -0000009004 00000 f -0000009005 00000 f -0000009006 00000 f -0000009007 00000 f -0000009008 00000 f -0000009009 00000 f -0000009010 00000 f -0000009011 00000 f -0000009012 00000 f -0000009013 00000 f -0000009014 00000 f -0000009015 00000 f -0000009016 00000 f -0000009017 00000 f -0000009018 00000 f -0000009019 00000 f -0000009020 00000 f -0000009021 00000 f -0000009022 00000 f -0000009023 00000 f -0000009024 00000 f -0000009025 00000 f -0000009026 00000 f -0000009027 00000 f -0000009028 00000 f -0000009029 00000 f -0000009030 00000 f -0000009031 00000 f -0000009032 00000 f -0000009033 00000 f -0000009034 00000 f -0000009035 00000 f -0000009036 00000 f -0000009037 00000 f -0000009038 00000 f -0000009039 00000 f -0000009040 00000 f -0000009041 00000 f -0000009042 00000 f -0000009043 00000 f -0000009044 00000 f -0000009045 00000 f -0000009046 00000 f -0000009047 00000 f -0000009048 00000 f -0000009049 00000 f -0000009050 00000 f -0000009051 00000 f -0000009052 00000 f -0000009053 00000 f -0000009054 00000 f -0000009055 00000 f -0000009056 00000 f -0000009057 00000 f -0000009058 00000 f -0000009059 00000 f -0000009060 00000 f -0000009061 00000 f -0000009062 00000 f -0000009063 00000 f -0000009064 00000 f -0000009065 00000 f -0000009066 00000 f -0000009067 00000 f -0000009068 00000 f -0000009069 00000 f -0000009070 00000 f -0000009071 00000 f -0000009072 00000 f -0000009073 00000 f -0000009074 00000 f -0000009075 00000 f -0000009076 00000 f -0000009077 00000 f -0000009078 00000 f -0000009079 00000 f -0000009080 00000 f -0000009081 00000 f -0000009082 00000 f -0000009083 00000 f -0000009084 00000 f -0000009085 00000 f -0000009086 00000 f -0000009087 00000 f -0000009088 00000 f -0000009089 00000 f -0000009090 00000 f -0000009091 00000 f -0000009092 00000 f -0000009093 00000 f -0000009094 00000 f -0000009095 00000 f -0000009096 00000 f -0000009097 00000 f -0000009098 00000 f -0000009099 00000 f -0000009100 00000 f -0000009101 00000 f -0000009102 00000 f -0000009103 00000 f -0000009104 00000 f -0000009105 00000 f -0000009106 00000 f -0000009107 00000 f -0000009108 00000 f -0000009109 00000 f -0000009110 00000 f -0000009111 00000 f -0000009112 00000 f -0000009113 00000 f -0000009114 00000 f -0000009115 00000 f -0000009116 00000 f -0000009117 00000 f -0000009118 00000 f -0000009119 00000 f -0000009120 00000 f -0000009121 00000 f -0000009122 00000 f -0000009123 00000 f -0000009124 00000 f -0000009125 00000 f -0000009126 00000 f -0000009127 00000 f -0000009128 00000 f -0000009129 00000 f -0000009130 00000 f -0000009131 00000 f -0000009132 00000 f -0000009133 00000 f -0000009134 00000 f -0000009135 00000 f -0000009136 00000 f -0000009137 00000 f -0000009138 00000 f -0000009139 00000 f -0000009140 00000 f -0000009141 00000 f -0000009142 00000 f -0000009143 00000 f -0000009144 00000 f -0000009145 00000 f -0000009146 00000 f -0000009147 00000 f -0000009148 00000 f -0000009149 00000 f -0000009150 00000 f -0000009151 00000 f -0000009152 00000 f -0000009153 00000 f -0000009154 00000 f -0000009155 00000 f -0000009156 00000 f -0000009157 00000 f -0000009158 00000 f -0000009159 00000 f -0000009160 00000 f -0000009161 00000 f -0000009162 00000 f -0000009163 00000 f -0000009164 00000 f -0000009165 00000 f -0000009166 00000 f -0000009167 00000 f -0000009168 00000 f -0000009169 00000 f -0000009170 00000 f -0000009171 00000 f -0000009172 00000 f -0000009173 00000 f -0000009174 00000 f -0000009175 00000 f -0000009176 00000 f -0000009177 00000 f -0000009178 00000 f -0000009179 00000 f -0000009180 00000 f -0000009181 00000 f -0000009182 00000 f -0000009183 00000 f -0000009184 00000 f -0000009185 00000 f -0000009186 00000 f -0000009187 00000 f -0000009188 00000 f -0000009189 00000 f -0000009190 00000 f -0000009191 00000 f -0000009192 00000 f -0000009193 00000 f -0000009194 00000 f -0000009195 00000 f -0000009196 00000 f -0000009197 00000 f -0000009198 00000 f -0000009199 00000 f -0000009200 00000 f -0000009201 00000 f -0000009202 00000 f -0000009203 00000 f -0000009204 00000 f -0000009205 00000 f -0000009206 00000 f -0000009207 00000 f -0000009208 00000 f -0000009209 00000 f -0000009210 00000 f -0000009211 00000 f -0000009212 00000 f -0000009213 00000 f -0000009214 00000 f -0000009215 00000 f -0000009216 00000 f -0000009217 00000 f -0000009218 00000 f -0000009219 00000 f -0000009220 00000 f -0000009221 00000 f -0000009222 00000 f -0000009223 00000 f -0000009224 00000 f -0000009225 00000 f -0000009226 00000 f -0000009227 00000 f -0000009228 00000 f -0000009229 00000 f -0000009230 00000 f -0000009231 00000 f -0000009232 00000 f -0000009233 00000 f -0000009234 00000 f -0000009235 00000 f -0000009236 00000 f -0000009237 00000 f -0000009238 00000 f -0000009239 00000 f -0000009240 00000 f -0000009241 00000 f -0000009242 00000 f -0000009243 00000 f -0000009244 00000 f -0000009245 00000 f -0000009246 00000 f -0000009247 00000 f -0000009248 00000 f -0000009249 00000 f -0000009250 00000 f -0000009251 00000 f -0000009252 00000 f -0000009253 00000 f -0000009254 00000 f -0000009255 00000 f -0000009256 00000 f -0000009257 00000 f -0000009258 00000 f -0000009259 00000 f -0000009260 00000 f -0000009261 00000 f -0000009262 00000 f -0000009263 00000 f -0000009264 00000 f -0000009265 00000 f -0000009266 00000 f -0000009267 00000 f -0000009268 00000 f -0000009269 00000 f -0000009270 00000 f -0000009271 00000 f -0000009272 00000 f -0000009273 00000 f -0000009274 00000 f -0000009275 00000 f -0000009276 00000 f -0000009277 00000 f -0000009278 00000 f -0000009279 00000 f -0000009280 00000 f -0000009281 00000 f -0000009282 00000 f -0000009283 00000 f -0000009284 00000 f -0000009285 00000 f -0000009286 00000 f -0000009287 00000 f -0000009288 00000 f -0000009289 00000 f -0000009290 00000 f -0000009291 00000 f -0000009292 00000 f -0000009293 00000 f -0000009294 00000 f -0000009295 00000 f -0000009296 00000 f -0000009297 00000 f -0000009298 00000 f -0000009299 00000 f -0000009300 00000 f -0000009301 00000 f -0000009302 00000 f -0000009303 00000 f -0000009304 00000 f -0000009305 00000 f -0000009306 00000 f -0000009307 00000 f -0000009308 00000 f -0000009309 00000 f -0000009310 00000 f -0000009311 00000 f -0000009312 00000 f -0000009313 00000 f -0000009314 00000 f -0000009315 00000 f -0000009316 00000 f -0000009317 00000 f -0000009318 00000 f -0000009319 00000 f -0000009320 00000 f -0000009321 00000 f -0000009322 00000 f -0000009323 00000 f -0000009324 00000 f -0000009325 00000 f -0000009326 00000 f -0000009327 00000 f -0000009328 00000 f -0000009329 00000 f -0000009330 00000 f -0000009331 00000 f -0000009332 00000 f -0000009333 00000 f -0000009334 00000 f -0000009335 00000 f -0000009336 00000 f -0000009337 00000 f -0000009338 00000 f -0000009339 00000 f -0000009340 00000 f -0000009341 00000 f -0000009342 00000 f -0000009343 00000 f -0000009344 00000 f -0000009345 00000 f -0000009346 00000 f -0000009347 00000 f -0000009348 00000 f -0000009349 00000 f -0000009350 00000 f -0000009351 00000 f -0000009352 00000 f -0000009353 00000 f -0000009354 00000 f -0000009355 00000 f -0000009356 00000 f -0000009357 00000 f -0000009358 00000 f -0000009359 00000 f -0000009360 00000 f -0000009361 00000 f -0000009362 00000 f -0000009363 00000 f -0000009364 00000 f -0000009365 00000 f -0000009366 00000 f -0000009367 00000 f -0000009368 00000 f -0000009369 00000 f -0000009370 00000 f -0000009371 00000 f -0000009372 00000 f -0000009373 00000 f -0000009374 00000 f -0000009375 00000 f -0000009376 00000 f -0000009377 00000 f -0000009378 00000 f -0000009379 00000 f -0000009380 00000 f -0000009381 00000 f -0000009382 00000 f -0000009383 00000 f -0000009384 00000 f -0000009385 00000 f -0000009386 00000 f -0000009387 00000 f -0000009388 00000 f -0000009389 00000 f -0000009390 00000 f -0000009391 00000 f -0000009392 00000 f -0000009393 00000 f -0000009394 00000 f -0000009395 00000 f -0000009396 00000 f -0000009397 00000 f -0000009398 00000 f -0000009399 00000 f -0000009400 00000 f -0000009401 00000 f -0000009402 00000 f -0000009403 00000 f -0000009404 00000 f -0000009405 00000 f -0000009406 00000 f -0000009407 00000 f -0000009408 00000 f -0000009409 00000 f -0000009410 00000 f -0000009411 00000 f -0000009412 00000 f -0000009413 00000 f -0000009414 00000 f -0000009415 00000 f -0000009416 00000 f -0000009417 00000 f -0000009418 00000 f -0000009419 00000 f -0000009420 00000 f -0000009421 00000 f -0000009422 00000 f -0000009423 00000 f -0000009424 00000 f -0000009425 00000 f -0000009426 00000 f -0000009427 00000 f -0000009428 00000 f -0000009429 00000 f -0000009430 00000 f -0000009431 00000 f -0000009432 00000 f -0000009433 00000 f -0000009434 00000 f -0000009435 00000 f -0000009436 00000 f -0000009437 00000 f -0000009438 00000 f -0000009439 00000 f -0000009440 00000 f -0000009441 00000 f -0000009442 00000 f -0000009443 00000 f -0000009444 00000 f -0000009445 00000 f -0000009446 00000 f -0000009447 00000 f -0000009448 00000 f -0000009449 00000 f -0000009450 00000 f -0000009451 00000 f -0000009452 00000 f -0000009453 00000 f -0000009454 00000 f -0000009455 00000 f -0000009456 00000 f -0000009457 00000 f -0000009458 00000 f -0000009459 00000 f -0000009460 00000 f -0000009461 00000 f -0000009462 00000 f -0000009463 00000 f -0000009464 00000 f -0000009465 00000 f -0000009466 00000 f -0000009467 00000 f -0000009468 00000 f -0000009469 00000 f -0000009470 00000 f -0000009471 00000 f -0000009472 00000 f -0000009473 00000 f -0000009474 00000 f -0000009475 00000 f -0000009476 00000 f -0000009477 00000 f -0000009478 00000 f -0000009479 00000 f -0000009480 00000 f -0000009481 00000 f -0000009482 00000 f -0000009483 00000 f -0000009484 00000 f -0000009485 00000 f -0000009486 00000 f -0000009487 00000 f -0000009488 00000 f -0000009489 00000 f -0000009490 00000 f -0000009491 00000 f -0000009492 00000 f -0000009493 00000 f -0000009494 00000 f -0000009495 00000 f -0000009496 00000 f -0000009497 00000 f -0000009498 00000 f -0000009499 00000 f -0000009500 00000 f -0000009501 00000 f -0000009502 00000 f -0000009503 00000 f -0000009504 00000 f -0000009505 00000 f -0000009506 00000 f -0000009507 00000 f -0000009508 00000 f -0000009509 00000 f -0000009510 00000 f -0000009511 00000 f -0000009512 00000 f -0000009513 00000 f -0000009514 00000 f -0000009515 00000 f -0000009516 00000 f -0000009517 00000 f -0000009518 00000 f -0000009519 00000 f -0000009520 00000 f -0000009521 00000 f -0000009522 00000 f -0000009523 00000 f -0000009524 00000 f -0000009525 00000 f -0000009526 00000 f -0000009527 00000 f -0000009528 00000 f -0000009529 00000 f -0000009530 00000 f -0000009531 00000 f -0000009532 00000 f -0000009533 00000 f -0000009534 00000 f -0000009535 00000 f -0000009536 00000 f -0000009537 00000 f -0000009538 00000 f -0000009539 00000 f -0000009540 00000 f -0000009541 00000 f -0000009542 00000 f -0000009543 00000 f -0000009544 00000 f -0000009545 00000 f -0000009546 00000 f -0000009547 00000 f -0000009548 00000 f -0000009549 00000 f -0000009550 00000 f -0000009551 00000 f -0000009552 00000 f -0000009553 00000 f -0000009554 00000 f -0000009555 00000 f -0000009556 00000 f -0000009557 00000 f -0000009558 00000 f -0000009559 00000 f -0000009560 00000 f -0000009561 00000 f -0000009562 00000 f -0000009563 00000 f -0000009564 00000 f -0000009565 00000 f -0000009566 00000 f -0000009567 00000 f -0000009568 00000 f -0000009569 00000 f -0000009570 00000 f -0000009571 00000 f -0000009572 00000 f -0000009573 00000 f -0000009574 00000 f -0000009575 00000 f -0000009576 00000 f -0000009577 00000 f -0000009578 00000 f -0000009579 00000 f -0000009580 00000 f -0000009581 00000 f -0000009582 00000 f -0000009583 00000 f -0000009584 00000 f -0000009585 00000 f -0000009586 00000 f -0000009587 00000 f -0000009588 00000 f -0000009589 00000 f -0000009590 00000 f -0000009591 00000 f -0000009592 00000 f -0000009593 00000 f -0000009594 00000 f -0000009595 00000 f -0000009596 00000 f -0000009597 00000 f -0000009598 00000 f -0000009599 00000 f -0000009600 00000 f -0000009601 00000 f -0000009602 00000 f -0000009603 00000 f -0000009604 00000 f -0000009605 00000 f -0000009606 00000 f -0000009607 00000 f -0000009608 00000 f -0000009609 00000 f -0000009610 00000 f -0000009611 00000 f -0000009612 00000 f -0000009613 00000 f -0000009614 00000 f -0000009615 00000 f -0000009616 00000 f -0000009617 00000 f -0000009618 00000 f -0000009619 00000 f -0000009620 00000 f -0000009621 00000 f -0000009622 00000 f -0000009623 00000 f -0000009624 00000 f -0000009625 00000 f -0000009626 00000 f -0000009627 00000 f -0000009628 00000 f -0000009629 00000 f -0000009630 00000 f -0000009631 00000 f -0000009632 00000 f -0000009633 00000 f -0000009634 00000 f -0000009635 00000 f -0000009636 00000 f -0000009637 00000 f -0000009638 00000 f -0000009639 00000 f -0000009640 00000 f -0000009641 00000 f -0000009642 00000 f -0000009643 00000 f -0000009644 00000 f -0000009645 00000 f -0000009646 00000 f -0000009647 00000 f -0000009648 00000 f -0000009649 00000 f -0000009650 00000 f -0000009651 00000 f -0000009652 00000 f -0000009653 00000 f -0000009654 00000 f -0000009655 00000 f -0000009656 00000 f -0000009657 00000 f -0000009658 00000 f -0000009659 00000 f -0000009660 00000 f -0000009661 00000 f -0000009662 00000 f -0000009663 00000 f -0000009664 00000 f -0000009665 00000 f -0000009666 00000 f -0000009667 00000 f -0000009668 00000 f -0000009669 00000 f -0000009670 00000 f -0000009671 00000 f -0000009672 00000 f -0000009673 00000 f -0000009674 00000 f -0000009675 00000 f -0000009676 00000 f -0000009677 00000 f -0000009678 00000 f -0000009679 00000 f -0000009680 00000 f -0000009681 00000 f -0000009682 00000 f -0000009683 00000 f -0000009684 00000 f -0000009685 00000 f -0000009686 00000 f -0000009687 00000 f -0000009688 00000 f -0000009689 00000 f -0000009690 00000 f -0000009691 00000 f -0000009692 00000 f -0000009693 00000 f -0000009694 00000 f -0000009695 00000 f -0000009696 00000 f -0000009697 00000 f -0000009698 00000 f -0000009699 00000 f -0000009700 00000 f -0000009701 00000 f -0000009702 00000 f -0000009703 00000 f -0000009704 00000 f -0000009705 00000 f -0000009706 00000 f -0000009707 00000 f -0000009708 00000 f -0000009709 00000 f -0000009710 00000 f -0000009711 00000 f -0000009712 00000 f -0000009713 00000 f -0000009714 00000 f -0000009715 00000 f -0000009716 00000 f -0000009717 00000 f -0000009718 00000 f -0000009719 00000 f -0000009720 00000 f -0000009721 00000 f -0000009722 00000 f -0000009723 00000 f -0000009724 00000 f -0000009725 00000 f -0000009726 00000 f -0000009727 00000 f -0000009728 00000 f -0000009729 00000 f -0000009730 00000 f -0000009731 00000 f -0000009732 00000 f -0000009733 00000 f -0000009734 00000 f -0000009735 00000 f -0000009736 00000 f -0000009737 00000 f -0000009738 00000 f -0000009739 00000 f -0000009740 00000 f -0000009741 00000 f -0000009742 00000 f -0000009743 00000 f -0000009744 00000 f -0000009745 00000 f -0000009746 00000 f -0000009747 00000 f -0000009748 00000 f -0000009749 00000 f -0000009750 00000 f -0000009751 00000 f -0000009752 00000 f -0000009753 00000 f -0000009754 00000 f -0000009755 00000 f -0000009756 00000 f -0000009757 00000 f -0000009758 00000 f -0000009759 00000 f -0000009760 00000 f -0000009761 00000 f -0000009762 00000 f -0000009763 00000 f -0000009764 00000 f -0000009765 00000 f -0000009766 00000 f -0000009767 00000 f -0000009768 00000 f -0000009769 00000 f -0000009770 00000 f -0000009771 00000 f -0000009772 00000 f -0000009773 00000 f -0000009774 00000 f -0000009775 00000 f -0000009776 00000 f -0000009777 00000 f -0000009778 00000 f -0000009779 00000 f -0000009780 00000 f -0000009781 00000 f -0000009782 00000 f -0000009783 00000 f -0000009784 00000 f -0000009785 00000 f -0000009786 00000 f -0000009787 00000 f -0000009788 00000 f -0000009789 00000 f -0000009790 00000 f -0000009791 00000 f -0000009792 00000 f -0000009793 00000 f -0000009794 00000 f -0000009795 00000 f -0000009796 00000 f -0000009797 00000 f -0000009798 00000 f -0000009799 00000 f -0000009800 00000 f -0000009801 00000 f -0000009802 00000 f -0000009803 00000 f -0000009804 00000 f -0000009805 00000 f -0000009806 00000 f -0000009807 00000 f -0000009808 00000 f -0000009809 00000 f -0000009810 00000 f -0000009811 00000 f -0000009812 00000 f -0000009813 00000 f -0000009814 00000 f -0000009815 00000 f -0000009816 00000 f -0000009817 00000 f -0000009818 00000 f -0000009819 00000 f -0000009820 00000 f -0000009821 00000 f -0000009822 00000 f -0000009823 00000 f -0000009824 00000 f -0000009825 00000 f -0000009826 00000 f -0000009827 00000 f -0000009828 00000 f -0000009829 00000 f -0000009830 00000 f -0000009831 00000 f -0000009832 00000 f -0000009833 00000 f -0000009834 00000 f -0000009835 00000 f -0000009836 00000 f -0000009837 00000 f -0000009838 00000 f -0000009839 00000 f -0000009840 00000 f -0000009841 00000 f -0000009842 00000 f -0000009843 00000 f -0000009844 00000 f -0000009845 00000 f -0000009846 00000 f -0000009847 00000 f -0000009848 00000 f -0000009849 00000 f -0000009850 00000 f -0000009851 00000 f -0000009852 00000 f -0000009853 00000 f -0000009854 00000 f -0000009855 00000 f -0000009856 00000 f -0000009857 00000 f -0000009858 00000 f -0000009859 00000 f -0000009860 00000 f -0000009861 00000 f -0000009862 00000 f -0000009863 00000 f -0000009864 00000 f -0000009865 00000 f -0000009866 00000 f -0000009867 00000 f -0000009868 00000 f -0000009869 00000 f -0000009870 00000 f -0000009871 00000 f -0000009872 00000 f -0000009873 00000 f -0000009874 00000 f -0000009875 00000 f -0000009876 00000 f -0000009877 00000 f -0000009878 00000 f -0000009879 00000 f -0000009880 00000 f -0000009881 00000 f -0000009882 00000 f -0000009883 00000 f -0000009884 00000 f -0000009885 00000 f -0000009886 00000 f -0000009887 00000 f -0000009888 00000 f -0000009889 00000 f -0000009890 00000 f -0000009891 00000 f -0000009892 00000 f -0000009893 00000 f -0000009894 00000 f -0000009895 00000 f -0000009896 00000 f -0000009897 00000 f -0000009898 00000 f -0000009899 00000 f -0000009900 00000 f -0000009901 00000 f -0000009902 00000 f -0000009903 00000 f -0000009904 00000 f -0000009905 00000 f -0000009906 00000 f -0000009907 00000 f -0000009908 00000 f -0000009909 00000 f -0000009910 00000 f -0000009911 00000 f -0000009912 00000 f -0000009913 00000 f -0000009914 00000 f -0000009915 00000 f -0000009916 00000 f -0000009917 00000 f -0000009918 00000 f -0000009919 00000 f -0000009920 00000 f -0000009921 00000 f -0000009922 00000 f -0000009923 00000 f -0000009924 00000 f -0000009925 00000 f -0000009926 00000 f -0000009927 00000 f -0000009928 00000 f -0000009929 00000 f -0000009930 00000 f -0000009931 00000 f -0000009932 00000 f -0000009933 00000 f -0000009934 00000 f -0000009935 00000 f -0000009936 00000 f -0000009937 00000 f -0000009938 00000 f -0000009939 00000 f -0000009940 00000 f -0000009941 00000 f -0000009942 00000 f -0000009943 00000 f -0000009944 00000 f -0000009945 00000 f -0000009946 00000 f -0000009947 00000 f -0000009948 00000 f -0000009949 00000 f -0000009950 00000 f -0000009951 00000 f -0000009952 00000 f -0000009953 00000 f -0000009954 00000 f -0000009955 00000 f -0000009956 00000 f -0000009957 00000 f -0000009958 00000 f -0000009959 00000 f -0000009960 00000 f -0000009961 00000 f -0000009962 00000 f -0000009963 00000 f -0000009964 00000 f -0000009965 00000 f -0000009966 00000 f -0000009967 00000 f -0000009968 00000 f -0000009969 00000 f -0000009970 00000 f -0000009971 00000 f -0000009972 00000 f -0000009973 00000 f -0000009974 00000 f -0000009975 00000 f -0000009976 00000 f -0000009977 00000 f -0000009978 00000 f -0000009979 00000 f -0000009980 00000 f -0000009981 00000 f -0000009982 00000 f -0000009983 00000 f -0000009984 00000 f -0000009985 00000 f -0000009986 00000 f -0000009987 00000 f -0000009988 00000 f -0000009989 00000 f -0000009990 00000 f -0000009991 00000 f -0000009992 00000 f -0000009993 00000 f -0000009994 00000 f -0000009995 00000 f -0000009996 00000 f -0000009997 00000 f -0000009998 00000 f -0000009999 00000 f -0000010000 00000 f -0000010001 00000 f -0000010002 00000 f -0000010003 00000 f -0000010004 00000 f -0000010005 00000 f -0000010006 00000 f -0000010007 00000 f -0000010008 00000 f -0000010009 00000 f -0000010010 00000 f -0000010011 00000 f -0000010012 00000 f -0000010013 00000 f -0000010014 00000 f -0000010015 00000 f -0000010016 00000 f -0000010017 00000 f -0000010018 00000 f -0000010019 00000 f -0000010020 00000 f -0000010021 00000 f -0000010022 00000 f -0000010023 00000 f -0000010024 00000 f -0000010025 00000 f -0000010026 00000 f -0000010027 00000 f -0000010028 00000 f -0000010029 00000 f -0000010030 00000 f -0000010031 00000 f -0000010032 00000 f -0000010033 00000 f -0000010034 00000 f -0000010035 00000 f -0000010036 00000 f -0000010037 00000 f -0000010038 00000 f -0000010039 00000 f -0000010040 00000 f -0000010041 00000 f -0000010042 00000 f -0000010043 00000 f -0000010044 00000 f -0000010045 00000 f -0000010046 00000 f -0000010047 00000 f -0000010048 00000 f -0000010049 00000 f -0000010050 00000 f -0000010051 00000 f -0000010052 00000 f -0000010053 00000 f -0000010054 00000 f -0000010055 00000 f -0000010056 00000 f -0000010057 00000 f -0000010058 00000 f -0000010059 00000 f -0000010060 00000 f -0000010061 00000 f -0000010062 00000 f -0000010063 00000 f -0000010064 00000 f -0000010065 00000 f -0000010066 00000 f -0000010067 00000 f -0000010068 00000 f -0000010069 00000 f -0000010070 00000 f -0000010071 00000 f -0000010072 00000 f -0000010073 00000 f -0000010074 00000 f -0000010075 00000 f -0000010076 00000 f -0000010077 00000 f -0000010078 00000 f -0000010079 00000 f -0000010080 00000 f -0000010081 00000 f -0000010082 00000 f -0000010083 00000 f -0000010084 00000 f -0000010085 00000 f -0000010086 00000 f -0000010087 00000 f -0000010088 00000 f -0000010089 00000 f -0000010090 00000 f -0000010091 00000 f -0000010092 00000 f -0000010093 00000 f -0000010094 00000 f -0000010095 00000 f -0000010096 00000 f -0000010097 00000 f -0000010098 00000 f -0000010099 00000 f -0000010100 00000 f -0000010101 00000 f -0000010102 00000 f -0000010103 00000 f -0000010104 00000 f -0000010105 00000 f -0000010106 00000 f -0000010107 00000 f -0000010108 00000 f -0000010109 00000 f -0000010110 00000 f -0000010111 00000 f -0000010112 00000 f -0000010113 00000 f -0000010114 00000 f -0000010115 00000 f -0000010116 00000 f -0000010117 00000 f -0000010118 00000 f -0000010119 00000 f -0000010120 00000 f -0000010121 00000 f -0000010122 00000 f -0000010123 00000 f -0000010124 00000 f -0000010125 00000 f -0000010126 00000 f -0000010127 00000 f -0000010128 00000 f -0000010129 00000 f -0000010130 00000 f -0000010131 00000 f -0000010132 00000 f -0000010133 00000 f -0000010134 00000 f -0000010135 00000 f -0000010136 00000 f -0000010137 00000 f -0000010138 00000 f -0000010139 00000 f -0000010140 00000 f -0000010141 00000 f -0000010142 00000 f -0000010143 00000 f -0000010144 00000 f -0000010145 00000 f -0000010146 00000 f -0000010147 00000 f -0000010148 00000 f -0000010149 00000 f -0000010150 00000 f -0000010151 00000 f -0000010152 00000 f -0000010153 00000 f -0000010154 00000 f -0000010155 00000 f -0000010156 00000 f -0000010157 00000 f -0000010158 00000 f -0000010159 00000 f -0000010160 00000 f -0000010161 00000 f -0000010162 00000 f -0000010163 00000 f -0000010164 00000 f -0000010165 00000 f -0000010166 00000 f -0000010167 00000 f -0000010168 00000 f -0000010169 00000 f -0000010170 00000 f -0000010171 00000 f -0000010172 00000 f -0000010173 00000 f -0000010174 00000 f -0000010175 00000 f -0000010176 00000 f -0000010177 00000 f -0000010178 00000 f -0000010179 00000 f -0000010180 00000 f -0000010181 00000 f -0000010182 00000 f -0000010183 00000 f -0000010184 00000 f -0000010185 00000 f -0000010186 00000 f -0000010187 00000 f -0000010188 00000 f -0000010189 00000 f -0000010190 00000 f -0000010191 00000 f -0000010192 00000 f -0000010193 00000 f -0000010194 00000 f -0000010195 00000 f -0000010196 00000 f -0000010197 00000 f -0000010198 00000 f -0000010199 00000 f -0000010200 00000 f -0000010201 00000 f -0000010202 00000 f -0000010203 00000 f -0000010204 00000 f -0000010205 00000 f -0000010206 00000 f -0000010207 00000 f -0000010208 00000 f -0000010209 00000 f -0000010210 00000 f -0000010211 00000 f -0000010212 00000 f -0000010213 00000 f -0000010214 00000 f -0000010215 00000 f -0000010216 00000 f -0000010217 00000 f -0000010218 00000 f -0000010219 00000 f -0000010220 00000 f -0000010221 00000 f -0000010222 00000 f -0000010223 00000 f -0000010224 00000 f -0000010225 00000 f -0000010226 00000 f -0000010227 00000 f -0000010228 00000 f -0000010229 00000 f -0000010230 00000 f -0000010231 00000 f -0000010232 00000 f -0000010233 00000 f -0000010234 00000 f -0000010235 00000 f -0000010236 00000 f -0000010237 00000 f -0000010238 00000 f -0000010239 00000 f -0000010240 00000 f -0000010241 00000 f -0000010242 00000 f -0000010243 00000 f -0000010244 00000 f -0000010245 00000 f -0000010246 00000 f -0000010247 00000 f -0000010248 00000 f -0000010249 00000 f -0000010250 00000 f -0000010251 00000 f -0000010252 00000 f -0000010253 00000 f -0000010254 00000 f -0000010255 00000 f -0000010256 00000 f -0000010257 00000 f -0000010258 00000 f -0000010259 00000 f -0000010260 00000 f -0000010261 00000 f -0000010262 00000 f -0000010263 00000 f -0000010264 00000 f -0000010265 00000 f -0000010266 00000 f -0000010267 00000 f -0000010268 00000 f -0000010269 00000 f -0000010270 00000 f -0000010271 00000 f -0000010272 00000 f -0000010273 00000 f -0000010274 00000 f -0000010275 00000 f -0000010276 00000 f -0000010277 00000 f -0000010278 00000 f -0000010279 00000 f -0000010280 00000 f -0000010281 00000 f -0000010282 00000 f -0000010283 00000 f -0000010284 00000 f -0000010285 00000 f -0000010286 00000 f -0000010287 00000 f -0000010288 00000 f -0000010289 00000 f -0000010290 00000 f -0000010291 00000 f -0000010292 00000 f -0000010293 00000 f -0000010294 00000 f -0000010295 00000 f -0000010296 00000 f -0000010303 00000 f -0000765351 00000 n -0000765385 00000 n -0000765229 00000 n -0000765263 00000 n -0000765107 00000 n -0000765141 00000 n -0000010304 00000 f -0000010305 00000 f -0000010306 00000 f -0000010307 00000 f -0000010308 00000 f -0000010309 00000 f -0000010310 00000 f -0000010314 00000 f -0000762635 00000 n -0000762717 00000 n -0000762800 00000 n -0000010315 00000 f -0000010316 00000 f -0000010317 00000 f -0000010318 00000 f -0000010319 00000 f -0000010320 00000 f -0000010321 00000 f -0000010322 00000 f -0000010323 00000 f -0000010324 00000 f -0000010325 00000 f -0000010326 00000 f -0000010327 00000 f -0000010328 00000 f -0000010329 00000 f -0000010330 00000 f -0000010331 00000 f -0000010332 00000 f -0000010333 00000 f -0000010334 00000 f -0000010335 00000 f -0000010336 00000 f -0000010337 00000 f -0000010338 00000 f -0000010339 00000 f -0000010340 00000 f -0000010341 00000 f -0000010342 00000 f -0000010343 00000 f -0000010344 00000 f -0000010345 00000 f -0000010346 00000 f -0000010347 00000 f -0000010348 00000 f -0000010349 00000 f -0000010350 00000 f -0000010351 00000 f -0000010352 00000 f -0000010353 00000 f -0000010354 00000 f -0000010355 00000 f -0000010356 00000 f -0000010357 00000 f -0000010358 00000 f -0000010359 00000 f -0000010360 00000 f -0000010361 00000 f -0000010362 00000 f -0000010363 00000 f -0000010364 00000 f -0000010365 00000 f -0000010366 00000 f -0000010367 00000 f -0000010368 00000 f -0000010369 00000 f -0000010370 00000 f -0000010371 00000 f -0000010372 00000 f -0000010373 00000 f -0000010374 00000 f -0000010375 00000 f -0000010376 00000 f -0000010377 00000 f -0000010378 00000 f -0000010379 00000 f -0000010380 00000 f -0000010381 00000 f -0000010382 00000 f -0000010383 00000 f -0000010384 00000 f -0000010385 00000 f -0000010386 00000 f -0000010387 00000 f -0000010388 00000 f -0000010389 00000 f -0000010390 00000 f -0000010391 00000 f -0000010392 00000 f -0000010393 00000 f -0000010394 00000 f -0000010395 00000 f -0000010396 00000 f -0000010397 00000 f -0000010398 00000 f -0000010399 00000 f -0000010400 00000 f -0000010401 00000 f -0000010402 00000 f -0000010403 00000 f -0000010404 00000 f -0000010405 00000 f -0000010406 00000 f -0000010407 00000 f -0000010408 00000 f -0000010409 00000 f -0000010410 00000 f -0000010411 00000 f -0000010412 00000 f -0000010413 00000 f -0000010414 00000 f -0000010415 00000 f -0000010416 00000 f -0000010417 00000 f -0000010418 00000 f -0000010419 00000 f -0000010420 00000 f -0000010421 00000 f -0000010422 00000 f -0000010423 00000 f -0000010424 00000 f -0000010425 00000 f -0000010426 00000 f -0000010427 00000 f -0000010428 00000 f -0000010429 00000 f -0000010430 00000 f -0000010431 00000 f -0000010432 00000 f -0000010433 00000 f -0000010434 00000 f -0000010435 00000 f -0000010436 00000 f -0000010437 00000 f -0000010438 00000 f -0000010439 00000 f -0000010440 00000 f -0000010441 00000 f -0000010442 00000 f -0000010443 00000 f -0000010444 00000 f -0000010445 00000 f -0000010446 00000 f -0000010447 00000 f -0000010448 00000 f -0000010449 00000 f -0000010450 00000 f -0000010451 00000 f -0000010452 00000 f -0000010453 00000 f -0000010454 00000 f -0000010455 00000 f -0000010456 00000 f -0000010457 00000 f -0000010458 00000 f -0000010459 00000 f -0000010460 00000 f -0000010461 00000 f -0000010462 00000 f -0000010463 00000 f -0000010464 00000 f -0000010465 00000 f -0000010466 00000 f -0000010467 00000 f -0000010468 00000 f -0000010469 00000 f -0000010470 00000 f -0000010471 00000 f -0000010472 00000 f -0000010473 00000 f -0000010474 00000 f -0000010475 00000 f -0000010476 00000 f -0000010477 00000 f -0000010478 00000 f -0000010479 00000 f -0000010480 00000 f -0000010481 00000 f -0000010482 00000 f -0000010483 00000 f -0000010484 00000 f -0000010485 00000 f -0000010486 00000 f -0000010487 00000 f -0000010488 00000 f -0000010489 00000 f -0000010490 00000 f -0000010491 00000 f -0000010492 00000 f -0000010493 00000 f -0000010494 00000 f -0000010495 00000 f -0000010496 00000 f -0000010497 00000 f -0000010498 00000 f -0000010499 00000 f -0000010500 00000 f -0000010501 00000 f -0000010502 00000 f -0000010503 00000 f -0000010504 00000 f -0000010505 00000 f -0000010506 00000 f -0000010507 00000 f -0000010508 00000 f -0000010509 00000 f -0000010510 00000 f -0000010511 00000 f -0000010512 00000 f -0000010513 00000 f -0000010514 00000 f -0000010515 00000 f -0000010516 00000 f -0000010517 00000 f -0000010518 00000 f -0000010519 00000 f -0000010520 00000 f -0000010521 00000 f -0000010522 00000 f -0000010523 00000 f -0000010524 00000 f -0000010525 00000 f -0000010526 00000 f -0000010527 00000 f -0000010528 00000 f -0000010529 00000 f -0000010530 00000 f -0000010531 00000 f -0000010532 00000 f -0000010533 00000 f -0000010534 00000 f -0000010535 00000 f -0000010536 00000 f -0000010537 00000 f -0000010538 00000 f -0000010539 00000 f -0000010540 00000 f -0000010541 00000 f -0000010542 00000 f -0000010543 00000 f -0000010544 00000 f -0000010545 00000 f -0000010546 00000 f -0000010547 00000 f -0000010548 00000 f -0000010549 00000 f -0000010550 00000 f -0000010551 00000 f -0000010552 00000 f -0000010553 00000 f -0000010554 00000 f -0000010555 00000 f -0000010556 00000 f -0000010557 00000 f -0000010558 00000 f -0000010559 00000 f -0000010560 00000 f -0000010561 00000 f -0000010562 00000 f -0000010563 00000 f -0000010564 00000 f -0000010565 00000 f -0000010566 00000 f -0000010567 00000 f -0000010568 00000 f -0000010569 00000 f -0000010570 00000 f -0000010571 00000 f -0000010572 00000 f -0000010573 00000 f -0000010574 00000 f -0000010575 00000 f -0000010576 00000 f -0000010577 00000 f -0000010578 00000 f -0000010579 00000 f -0000010580 00000 f -0000010581 00000 f -0000010582 00000 f -0000010583 00000 f -0000010584 00000 f -0000010585 00000 f -0000010586 00000 f -0000010587 00000 f -0000010588 00000 f -0000010589 00000 f -0000010590 00000 f -0000010591 00000 f -0000010592 00000 f -0000010593 00000 f -0000010594 00000 f -0000010595 00000 f -0000010596 00000 f -0000010597 00000 f -0000010598 00000 f -0000010599 00000 f -0000010600 00000 f -0000010601 00000 f -0000010602 00000 f -0000010603 00000 f -0000010604 00000 f -0000010605 00000 f -0000010606 00000 f -0000010607 00000 f -0000010608 00000 f -0000010609 00000 f -0000010610 00000 f -0000010611 00000 f -0000010612 00000 f -0000010613 00000 f -0000010614 00000 f -0000010615 00000 f -0000010616 00000 f -0000010617 00000 f -0000010618 00000 f -0000010619 00000 f -0000010620 00000 f -0000010621 00000 f -0000010622 00000 f -0000010623 00000 f -0000010624 00000 f -0000010625 00000 f -0000010626 00000 f -0000010627 00000 f -0000010628 00000 f -0000010629 00000 f -0000010630 00000 f -0000010631 00000 f -0000010632 00000 f -0000010633 00000 f -0000010634 00000 f -0000010635 00000 f -0000010636 00000 f -0000010637 00000 f -0000010638 00000 f -0000010639 00000 f -0000010640 00000 f -0000010641 00000 f -0000010642 00000 f -0000010643 00000 f -0000010644 00000 f -0000010645 00000 f -0000010646 00000 f -0000010647 00000 f -0000010648 00000 f -0000010649 00000 f -0000010650 00000 f -0000010651 00000 f -0000010652 00000 f -0000010653 00000 f -0000010654 00000 f -0000010655 00000 f -0000010656 00000 f -0000010657 00000 f -0000010658 00000 f -0000010659 00000 f -0000010660 00000 f -0000010661 00000 f -0000010662 00000 f -0000010663 00000 f -0000010664 00000 f -0000010665 00000 f -0000010666 00000 f -0000010667 00000 f -0000010668 00000 f -0000010669 00000 f -0000010670 00000 f -0000010671 00000 f -0000010672 00000 f -0000010673 00000 f -0000010674 00000 f -0000010675 00000 f -0000010676 00000 f -0000010677 00000 f -0000010678 00000 f -0000010679 00000 f -0000010680 00000 f -0000010681 00000 f -0000010682 00000 f -0000010683 00000 f -0000010684 00000 f -0000010685 00000 f -0000010686 00000 f -0000010687 00000 f -0000010688 00000 f -0000010689 00000 f -0000010690 00000 f -0000010691 00000 f -0000010692 00000 f -0000010693 00000 f -0000010694 00000 f -0000010695 00000 f -0000010696 00000 f -0000010697 00000 f -0000010698 00000 f -0000010699 00000 f -0000010700 00000 f -0000010701 00000 f -0000010702 00000 f -0000010703 00000 f -0000010704 00000 f -0000010705 00000 f -0000010706 00000 f -0000010707 00000 f -0000010708 00000 f -0000010709 00000 f -0000010710 00000 f -0000010711 00000 f -0000010712 00000 f -0000010713 00000 f -0000010714 00000 f -0000010715 00000 f -0000010716 00000 f -0000010717 00000 f -0000010718 00000 f -0000010719 00000 f -0000010720 00000 f -0000010721 00000 f -0000010722 00000 f -0000010723 00000 f -0000010724 00000 f -0000010725 00000 f -0000010726 00000 f -0000010727 00000 f -0000010728 00000 f -0000010729 00000 f -0000010730 00000 f -0000010731 00000 f -0000010732 00000 f -0000010733 00000 f -0000010734 00000 f -0000010735 00000 f -0000010736 00000 f -0000010737 00000 f -0000010738 00000 f -0000010739 00000 f -0000010740 00000 f -0000010741 00000 f -0000010742 00000 f -0000010743 00000 f -0000010744 00000 f -0000010745 00000 f -0000010746 00000 f -0000010747 00000 f -0000010748 00000 f -0000010749 00000 f -0000010750 00000 f -0000010751 00000 f -0000010752 00000 f -0000010753 00000 f -0000010754 00000 f -0000010755 00000 f -0000010756 00000 f -0000010757 00000 f -0000010758 00000 f -0000010759 00000 f -0000010760 00000 f -0000010761 00000 f -0000010762 00000 f -0000010763 00000 f -0000010764 00000 f -0000010765 00000 f -0000010766 00000 f -0000010767 00000 f -0000010768 00000 f -0000010769 00000 f -0000010770 00000 f -0000010771 00000 f -0000010772 00000 f -0000010773 00000 f -0000010774 00000 f -0000010775 00000 f -0000010776 00000 f -0000010777 00000 f -0000010778 00000 f -0000010779 00000 f -0000010780 00000 f -0000010781 00000 f -0000010782 00000 f -0000010783 00000 f -0000010784 00000 f -0000010785 00000 f -0000010786 00000 f -0000010787 00000 f -0000010788 00000 f -0000010789 00000 f -0000010790 00000 f -0000010791 00000 f -0000010792 00000 f -0000010793 00000 f -0000010794 00000 f -0000010795 00000 f -0000010796 00000 f -0000010797 00000 f -0000010798 00000 f -0000010799 00000 f -0000010800 00000 f -0000010801 00000 f -0000010802 00000 f -0000010803 00000 f -0000010804 00000 f -0000010805 00000 f -0000010806 00000 f -0000010807 00000 f -0000010808 00000 f -0000010809 00000 f -0000010810 00000 f -0000010811 00000 f -0000010812 00000 f -0000010813 00000 f -0000010814 00000 f -0000010815 00000 f -0000010816 00000 f -0000010817 00000 f -0000010818 00000 f -0000010819 00000 f -0000010820 00000 f -0000010821 00000 f -0000010822 00000 f -0000010823 00000 f -0000010824 00000 f -0000010825 00000 f -0000010826 00000 f -0000010827 00000 f -0000010828 00000 f -0000010829 00000 f -0000010830 00000 f -0000010831 00000 f -0000010832 00000 f -0000010833 00000 f -0000010834 00000 f -0000010835 00000 f -0000010836 00000 f -0000010837 00000 f -0000010838 00000 f -0000010839 00000 f -0000010840 00000 f -0000010841 00000 f -0000010842 00000 f -0000010843 00000 f -0000010844 00000 f -0000010845 00000 f -0000010846 00000 f -0000010847 00000 f -0000010848 00000 f -0000010849 00000 f -0000010850 00000 f -0000010851 00000 f -0000010852 00000 f -0000010853 00000 f -0000010854 00000 f -0000010855 00000 f -0000010856 00000 f -0000010857 00000 f -0000010858 00000 f -0000010859 00000 f -0000010860 00000 f -0000010861 00000 f -0000010862 00000 f -0000010863 00000 f -0000010864 00000 f -0000010865 00000 f -0000010866 00000 f -0000010867 00000 f -0000010868 00000 f -0000010869 00000 f -0000010870 00000 f -0000010871 00000 f -0000010872 00000 f -0000010873 00000 f -0000010874 00000 f -0000010875 00000 f -0000010876 00000 f -0000010877 00000 f -0000010878 00000 f -0000010879 00000 f -0000010880 00000 f -0000010881 00000 f -0000010882 00000 f -0000010883 00000 f -0000010884 00000 f -0000010885 00000 f -0000010886 00000 f -0000010887 00000 f -0000010888 00000 f -0000010889 00000 f -0000010890 00000 f -0000010891 00000 f -0000010892 00000 f -0000010893 00000 f -0000010894 00000 f -0000010895 00000 f -0000010896 00000 f -0000010897 00000 f -0000010898 00000 f -0000010899 00000 f -0000010900 00000 f -0000010901 00000 f -0000010902 00000 f -0000010903 00000 f -0000010904 00000 f -0000010905 00000 f -0000010906 00000 f -0000010907 00000 f -0000010908 00000 f -0000010909 00000 f -0000010910 00000 f -0000010911 00000 f -0000010912 00000 f -0000010913 00000 f -0000010914 00000 f -0000010915 00000 f -0000010916 00000 f -0000010917 00000 f -0000010918 00000 f -0000010919 00000 f -0000010920 00000 f -0000010921 00000 f -0000010922 00000 f -0000010923 00000 f -0000010924 00000 f -0000010925 00000 f -0000010926 00000 f -0000010927 00000 f -0000010928 00000 f -0000010929 00000 f -0000010930 00000 f -0000010931 00000 f -0000010932 00000 f -0000010933 00000 f -0000010934 00000 f -0000010935 00000 f -0000010936 00000 f -0000010937 00000 f -0000010938 00000 f -0000010939 00000 f -0000010940 00000 f -0000010941 00000 f -0000010942 00000 f -0000010943 00000 f -0000010944 00000 f -0000010945 00000 f -0000010946 00000 f -0000010947 00000 f -0000010948 00000 f -0000010949 00000 f -0000010950 00000 f -0000010951 00000 f -0000010952 00000 f -0000010953 00000 f -0000010954 00000 f -0000010955 00000 f -0000010956 00000 f -0000010957 00000 f -0000010958 00000 f -0000010959 00000 f -0000010960 00000 f -0000010961 00000 f -0000010962 00000 f -0000010963 00000 f -0000010964 00000 f -0000010965 00000 f -0000010966 00000 f -0000010967 00000 f -0000010968 00000 f -0000010969 00000 f -0000010970 00000 f -0000010971 00000 f -0000010972 00000 f -0000010973 00000 f -0000010974 00000 f -0000010975 00000 f -0000010976 00000 f -0000010977 00000 f -0000010978 00000 f -0000010979 00000 f -0000010980 00000 f -0000010981 00000 f -0000010982 00000 f -0000010983 00000 f -0000010984 00000 f -0000010985 00000 f -0000010986 00000 f -0000010987 00000 f -0000010988 00000 f -0000010989 00000 f -0000010990 00000 f -0000010991 00000 f -0000010992 00000 f -0000010993 00000 f -0000010994 00000 f -0000010995 00000 f -0000010996 00000 f -0000010997 00000 f -0000010998 00000 f -0000010999 00000 f -0000011000 00000 f -0000011001 00000 f -0000011002 00000 f -0000011003 00000 f -0000011004 00000 f -0000011005 00000 f -0000011006 00000 f -0000011007 00000 f -0000011008 00000 f -0000011009 00000 f -0000011010 00000 f -0000011011 00000 f -0000011012 00000 f -0000011013 00000 f -0000011014 00000 f -0000011015 00000 f -0000011016 00000 f -0000011017 00000 f -0000011018 00000 f -0000011019 00000 f -0000011020 00000 f -0000011021 00000 f -0000011022 00000 f -0000011023 00000 f -0000011024 00000 f -0000011025 00000 f -0000011026 00000 f -0000011027 00000 f -0000011028 00000 f -0000011029 00000 f -0000011030 00000 f -0000011031 00000 f -0000011032 00000 f -0000011033 00000 f -0000011034 00000 f -0000011035 00000 f -0000011036 00000 f -0000011037 00000 f -0000011038 00000 f -0000011039 00000 f -0000011040 00000 f -0000011041 00000 f -0000011042 00000 f -0000011043 00000 f -0000011044 00000 f -0000011045 00000 f -0000011046 00000 f -0000011047 00000 f -0000011048 00000 f -0000011049 00000 f -0000011050 00000 f -0000011051 00000 f -0000011052 00000 f -0000011053 00000 f -0000011054 00000 f -0000011055 00000 f -0000011056 00000 f -0000011057 00000 f -0000011058 00000 f -0000011059 00000 f -0000011060 00000 f -0000011061 00000 f -0000011062 00000 f -0000011063 00000 f -0000011064 00000 f -0000011065 00000 f -0000011066 00000 f -0000011067 00000 f -0000011068 00000 f -0000011069 00000 f -0000011070 00000 f -0000011071 00000 f -0000011072 00000 f -0000011073 00000 f -0000011074 00000 f -0000011075 00000 f -0000011076 00000 f -0000011077 00000 f -0000011078 00000 f -0000011079 00000 f -0000011080 00000 f -0000011081 00000 f -0000011082 00000 f -0000011083 00000 f -0000011084 00000 f -0000011085 00000 f -0000011086 00000 f -0000011087 00000 f -0000011088 00000 f -0000011089 00000 f -0000011090 00000 f -0000011091 00000 f -0000011092 00000 f -0000011093 00000 f -0000011094 00000 f -0000011095 00000 f -0000011096 00000 f -0000011097 00000 f -0000011098 00000 f -0000011099 00000 f -0000011100 00000 f -0000011101 00000 f -0000011102 00000 f -0000011103 00000 f -0000011104 00000 f -0000011105 00000 f -0000011106 00000 f -0000011107 00000 f -0000011108 00000 f -0000011109 00000 f -0000011110 00000 f -0000011111 00000 f -0000011112 00000 f -0000011113 00000 f -0000011114 00000 f -0000011115 00000 f -0000011116 00000 f -0000011117 00000 f -0000011118 00000 f -0000011119 00000 f -0000011120 00000 f -0000011121 00000 f -0000011122 00000 f -0000011123 00000 f -0000011124 00000 f -0000011125 00000 f -0000011126 00000 f -0000011127 00000 f -0000011128 00000 f -0000011129 00000 f -0000011130 00000 f -0000011131 00000 f -0000011132 00000 f -0000011133 00000 f -0000011134 00000 f -0000011135 00000 f -0000011136 00000 f -0000011137 00000 f -0000011138 00000 f -0000011139 00000 f -0000011140 00000 f -0000011141 00000 f -0000011142 00000 f -0000011143 00000 f -0000011144 00000 f -0000011145 00000 f -0000011146 00000 f -0000011147 00000 f -0000011148 00000 f -0000011149 00000 f -0000011150 00000 f -0000011151 00000 f -0000011152 00000 f -0000011153 00000 f -0000011154 00000 f -0000011155 00000 f -0000011156 00000 f -0000011157 00000 f -0000011158 00000 f -0000011159 00000 f -0000011160 00000 f -0000011161 00000 f -0000011162 00000 f -0000011163 00000 f -0000011164 00000 f -0000011165 00000 f -0000011166 00000 f -0000011167 00000 f -0000011168 00000 f -0000011169 00000 f -0000011170 00000 f -0000011171 00000 f -0000011172 00000 f -0000011173 00000 f -0000011174 00000 f -0000011175 00000 f -0000011176 00000 f -0000011177 00000 f -0000011178 00000 f -0000011179 00000 f -0000011180 00000 f -0000011181 00000 f -0000011182 00000 f -0000011183 00000 f -0000011184 00000 f -0000011185 00000 f -0000011186 00000 f -0000011187 00000 f -0000011188 00000 f -0000011189 00000 f -0000011190 00000 f -0000011191 00000 f -0000011192 00000 f -0000011193 00000 f -0000011194 00000 f -0000011195 00000 f -0000011196 00000 f -0000011197 00000 f -0000011198 00000 f -0000011199 00000 f -0000011200 00000 f -0000011201 00000 f -0000011202 00000 f -0000011203 00000 f -0000011204 00000 f -0000011205 00000 f -0000011206 00000 f -0000011207 00000 f -0000011208 00000 f -0000011209 00000 f -0000011210 00000 f -0000011211 00000 f -0000011212 00000 f -0000011213 00000 f -0000011214 00000 f -0000011215 00000 f -0000011216 00000 f -0000011217 00000 f -0000011218 00000 f -0000011219 00000 f -0000011220 00000 f -0000011221 00000 f -0000011222 00000 f -0000011223 00000 f -0000011224 00000 f -0000011225 00000 f -0000011226 00000 f -0000011227 00000 f -0000011228 00000 f -0000011229 00000 f -0000011230 00000 f -0000011231 00000 f -0000011232 00000 f -0000011233 00000 f -0000011234 00000 f -0000011235 00000 f -0000011236 00000 f -0000011237 00000 f -0000011238 00000 f -0000011239 00000 f -0000011240 00000 f -0000011241 00000 f -0000011242 00000 f -0000011243 00000 f -0000011244 00000 f -0000011245 00000 f -0000011246 00000 f -0000011247 00000 f -0000011248 00000 f -0000011249 00000 f -0000011250 00000 f -0000011251 00000 f -0000011252 00000 f -0000011253 00000 f -0000011254 00000 f -0000011255 00000 f -0000011256 00000 f -0000011257 00000 f -0000011258 00000 f -0000011259 00000 f -0000011260 00000 f -0000011261 00000 f -0000011262 00000 f -0000011263 00000 f -0000011264 00000 f -0000011265 00000 f -0000011266 00000 f -0000011267 00000 f -0000011268 00000 f -0000011269 00000 f -0000011270 00000 f -0000011271 00000 f -0000011272 00000 f -0000011273 00000 f -0000011274 00000 f -0000011275 00000 f -0000011276 00000 f -0000011277 00000 f -0000011278 00000 f -0000011279 00000 f -0000011280 00000 f -0000011281 00000 f -0000011282 00000 f -0000011283 00000 f -0000011284 00000 f -0000011285 00000 f -0000011286 00000 f -0000011287 00000 f -0000011288 00000 f -0000011289 00000 f -0000011290 00000 f -0000011291 00000 f -0000011292 00000 f -0000011293 00000 f -0000011294 00000 f -0000011295 00000 f -0000011296 00000 f -0000011297 00000 f -0000011298 00000 f -0000011299 00000 f -0000011300 00000 f -0000011301 00000 f -0000011302 00000 f -0000011303 00000 f -0000011304 00000 f -0000011305 00000 f -0000011306 00000 f -0000011307 00000 f -0000011308 00000 f -0000011309 00000 f -0000011310 00000 f -0000011311 00000 f -0000011312 00000 f -0000011313 00000 f -0000011314 00000 f -0000011315 00000 f -0000011316 00000 f -0000011317 00000 f -0000011318 00000 f -0000011319 00000 f -0000011320 00000 f -0000011321 00000 f -0000011322 00000 f -0000011323 00000 f -0000011324 00000 f -0000011325 00000 f -0000011326 00000 f -0000011327 00000 f -0000011328 00000 f -0000011329 00000 f -0000011330 00000 f -0000011331 00000 f -0000011332 00000 f -0000011333 00000 f -0000011334 00000 f -0000011335 00000 f -0000011336 00000 f -0000011337 00000 f -0000011338 00000 f -0000011339 00000 f -0000011340 00000 f -0000011341 00000 f -0000011342 00000 f -0000011343 00000 f -0000011344 00000 f -0000011345 00000 f -0000011346 00000 f -0000011347 00000 f -0000011348 00000 f -0000011349 00000 f -0000011350 00000 f -0000011351 00000 f -0000011352 00000 f -0000011353 00000 f -0000011354 00000 f -0000011355 00000 f -0000011356 00000 f -0000011357 00000 f -0000011358 00000 f -0000011359 00000 f -0000011360 00000 f -0000011361 00000 f -0000011362 00000 f -0000011363 00000 f -0000011364 00000 f -0000011365 00000 f -0000011366 00000 f -0000011367 00000 f -0000011368 00000 f -0000011369 00000 f -0000011370 00000 f -0000011371 00000 f -0000011372 00000 f -0000011373 00000 f -0000011374 00000 f -0000011375 00000 f -0000011376 00000 f -0000011377 00000 f -0000011378 00000 f -0000011379 00000 f -0000011380 00000 f -0000011381 00000 f -0000011382 00000 f -0000011383 00000 f -0000011384 00000 f -0000011385 00000 f -0000011386 00000 f -0000011387 00000 f -0000011388 00000 f -0000011389 00000 f -0000011390 00000 f -0000011391 00000 f -0000011392 00000 f -0000011393 00000 f -0000011394 00000 f -0000011395 00000 f -0000011396 00000 f -0000011397 00000 f -0000011398 00000 f -0000011399 00000 f -0000011400 00000 f -0000011401 00000 f -0000011402 00000 f -0000011403 00000 f -0000011404 00000 f -0000011405 00000 f -0000011406 00000 f -0000011407 00000 f -0000011408 00000 f -0000011409 00000 f -0000011410 00000 f -0000011411 00000 f -0000011412 00000 f -0000011413 00000 f -0000011414 00000 f -0000011415 00000 f -0000011416 00000 f -0000011417 00000 f -0000011418 00000 f -0000011419 00000 f -0000011420 00000 f -0000011421 00000 f -0000011422 00000 f -0000011423 00000 f -0000011424 00000 f -0000011425 00000 f -0000011426 00000 f -0000011427 00000 f -0000011428 00000 f -0000011429 00000 f -0000011430 00000 f -0000011431 00000 f -0000011432 00000 f -0000011433 00000 f -0000011434 00000 f -0000011435 00000 f -0000011436 00000 f -0000011437 00000 f -0000011438 00000 f -0000011439 00000 f -0000011440 00000 f -0000011441 00000 f -0000011442 00000 f -0000011443 00000 f -0000011444 00000 f -0000011445 00000 f -0000011446 00000 f -0000011447 00000 f -0000011448 00000 f -0000011449 00000 f -0000011450 00000 f -0000011451 00000 f -0000011452 00000 f -0000011453 00000 f -0000011454 00000 f -0000011455 00000 f -0000011456 00000 f -0000011457 00000 f -0000011458 00000 f -0000011459 00000 f -0000011460 00000 f -0000011461 00000 f -0000011462 00000 f -0000011463 00000 f -0000011464 00000 f -0000011465 00000 f -0000011466 00000 f -0000011467 00000 f -0000011468 00000 f -0000011469 00000 f -0000011470 00000 f -0000011471 00000 f -0000011472 00000 f -0000011473 00000 f -0000011474 00000 f -0000011475 00000 f -0000011476 00000 f -0000011477 00000 f -0000011478 00000 f -0000011479 00000 f -0000011480 00000 f -0000011481 00000 f -0000011482 00000 f -0000011483 00000 f -0000011484 00000 f -0000011485 00000 f -0000011486 00000 f -0000011487 00000 f -0000011488 00000 f -0000011489 00000 f -0000011490 00000 f -0000011491 00000 f -0000011492 00000 f -0000011493 00000 f -0000011494 00000 f -0000011495 00000 f -0000011496 00000 f -0000011497 00000 f -0000011498 00000 f -0000011499 00000 f -0000011500 00000 f -0000011501 00000 f -0000011502 00000 f -0000011503 00000 f -0000011504 00000 f -0000011505 00000 f -0000011506 00000 f -0000011507 00000 f -0000011508 00000 f -0000011509 00000 f -0000011510 00000 f -0000011511 00000 f -0000011512 00000 f -0000011513 00000 f -0000011514 00000 f -0000011515 00000 f -0000011516 00000 f -0000011517 00000 f -0000011518 00000 f -0000011519 00000 f -0000011520 00000 f -0000011521 00000 f -0000011522 00000 f -0000011523 00000 f -0000011524 00000 f -0000011525 00000 f -0000011526 00000 f -0000011527 00000 f -0000011528 00000 f -0000011529 00000 f -0000011530 00000 f -0000011531 00000 f -0000011532 00000 f -0000011533 00000 f -0000011534 00000 f -0000011535 00000 f -0000011536 00000 f -0000011537 00000 f -0000011538 00000 f -0000011539 00000 f -0000011540 00000 f -0000011541 00000 f -0000011542 00000 f -0000011543 00000 f -0000011544 00000 f -0000011545 00000 f -0000011546 00000 f -0000011547 00000 f -0000011548 00000 f -0000011549 00000 f -0000011550 00000 f -0000011551 00000 f -0000011552 00000 f -0000011553 00000 f -0000011554 00000 f -0000011555 00000 f -0000011556 00000 f -0000011557 00000 f -0000011558 00000 f -0000011559 00000 f -0000011560 00000 f -0000011561 00000 f -0000011562 00000 f -0000011563 00000 f -0000011564 00000 f -0000011565 00000 f -0000011566 00000 f -0000011567 00000 f -0000011568 00000 f -0000011569 00000 f -0000011570 00000 f -0000011571 00000 f -0000011572 00000 f -0000011573 00000 f -0000011574 00000 f -0000011575 00000 f -0000011576 00000 f -0000011577 00000 f -0000011578 00000 f -0000011579 00000 f -0000011580 00000 f -0000011581 00000 f -0000011582 00000 f -0000011583 00000 f -0000011584 00000 f -0000011585 00000 f -0000011586 00000 f -0000011587 00000 f -0000011588 00000 f -0000011589 00000 f -0000011590 00000 f -0000011591 00000 f -0000011592 00000 f -0000011593 00000 f -0000011594 00000 f -0000011595 00000 f -0000011596 00000 f -0000011597 00000 f -0000011598 00000 f -0000011599 00000 f -0000011600 00000 f -0000011601 00000 f -0000011602 00000 f -0000011603 00000 f -0000011604 00000 f -0000011605 00000 f -0000011606 00000 f -0000011607 00000 f -0000011608 00000 f -0000011609 00000 f -0000011610 00000 f -0000011611 00000 f -0000011612 00000 f -0000011613 00000 f -0000011614 00000 f -0000011615 00000 f -0000011616 00000 f -0000011617 00000 f -0000011618 00000 f -0000011619 00000 f -0000011620 00000 f -0000011621 00000 f -0000011622 00000 f -0000011623 00000 f -0000011624 00000 f -0000011625 00000 f -0000011626 00000 f -0000011627 00000 f -0000011628 00000 f -0000011629 00000 f -0000011630 00000 f -0000011631 00000 f -0000011632 00000 f -0000011633 00000 f -0000011634 00000 f -0000011635 00000 f -0000011636 00000 f -0000011637 00000 f -0000011638 00000 f -0000011639 00000 f -0000011640 00000 f -0000011641 00000 f -0000011642 00000 f -0000011643 00000 f -0000011644 00000 f -0000011645 00000 f -0000011646 00000 f -0000011647 00000 f -0000011648 00000 f -0000011649 00000 f -0000011650 00000 f -0000011651 00000 f -0000011652 00000 f -0000011653 00000 f -0000011654 00000 f -0000011655 00000 f -0000011656 00000 f -0000011657 00000 f -0000011658 00000 f -0000011659 00000 f -0000011660 00000 f -0000011661 00000 f -0000011662 00000 f -0000011663 00000 f -0000011664 00000 f -0000011665 00000 f -0000011666 00000 f -0000011667 00000 f -0000011668 00000 f -0000011669 00000 f -0000011670 00000 f -0000011671 00000 f -0000011672 00000 f -0000011673 00000 f -0000011674 00000 f -0000011675 00000 f -0000011676 00000 f -0000011677 00000 f -0000011678 00000 f -0000011679 00000 f -0000011680 00000 f -0000011681 00000 f -0000011682 00000 f -0000011683 00000 f -0000011684 00000 f -0000011685 00000 f -0000011686 00000 f -0000011687 00000 f -0000011688 00000 f -0000011689 00000 f -0000011690 00000 f -0000011691 00000 f -0000011692 00000 f -0000011693 00000 f -0000011694 00000 f -0000011695 00000 f -0000011696 00000 f -0000011697 00000 f -0000011698 00000 f -0000011699 00000 f -0000011700 00000 f -0000011701 00000 f -0000011702 00000 f -0000011703 00000 f -0000011704 00000 f -0000011705 00000 f -0000011706 00000 f -0000011707 00000 f -0000011708 00000 f -0000011709 00000 f -0000011710 00000 f -0000011711 00000 f -0000011712 00000 f -0000011713 00000 f -0000011714 00000 f -0000011715 00000 f -0000011716 00000 f -0000011717 00000 f -0000011718 00000 f -0000011719 00000 f -0000011720 00000 f -0000011721 00000 f -0000011722 00000 f -0000011723 00000 f -0000011724 00000 f -0000011725 00000 f -0000011726 00000 f -0000011727 00000 f -0000011728 00000 f -0000011729 00000 f -0000011730 00000 f -0000011731 00000 f -0000011732 00000 f -0000011733 00000 f -0000011734 00000 f -0000011735 00000 f -0000011736 00000 f -0000011737 00000 f -0000011738 00000 f -0000011739 00000 f -0000011740 00000 f -0000011741 00000 f -0000011742 00000 f -0000011743 00000 f -0000011744 00000 f -0000011745 00000 f -0000011746 00000 f -0000011747 00000 f -0000011748 00000 f -0000011749 00000 f -0000011750 00000 f -0000011751 00000 f -0000011752 00000 f -0000011753 00000 f -0000011754 00000 f -0000011755 00000 f -0000011756 00000 f -0000011757 00000 f -0000011758 00000 f -0000011759 00000 f -0000011760 00000 f -0000011761 00000 f -0000011762 00000 f -0000011763 00000 f -0000011764 00000 f -0000011765 00000 f -0000011766 00000 f -0000011767 00000 f -0000011768 00000 f -0000011769 00000 f -0000011770 00000 f -0000011771 00000 f -0000011772 00000 f -0000011773 00000 f -0000011774 00000 f -0000011775 00000 f -0000011776 00000 f -0000011777 00000 f -0000011778 00000 f -0000011779 00000 f -0000011780 00000 f -0000011781 00000 f -0000011782 00000 f -0000011783 00000 f -0000011784 00000 f -0000011785 00000 f -0000011786 00000 f -0000011787 00000 f -0000011788 00000 f -0000011789 00000 f -0000011790 00000 f -0000011791 00000 f -0000011792 00000 f -0000011793 00000 f -0000011794 00000 f -0000011795 00000 f -0000011796 00000 f -0000011797 00000 f -0000011798 00000 f -0000011799 00000 f -0000011800 00000 f -0000011801 00000 f -0000011802 00000 f -0000011803 00000 f -0000011804 00000 f -0000011805 00000 f -0000011806 00000 f -0000011807 00000 f -0000011808 00000 f -0000011809 00000 f -0000011810 00000 f -0000011811 00000 f -0000011812 00000 f -0000011813 00000 f -0000011814 00000 f -0000011815 00000 f -0000011816 00000 f -0000011817 00000 f -0000011818 00000 f -0000011819 00000 f -0000011820 00000 f -0000011821 00000 f -0000011822 00000 f -0000011823 00000 f -0000011824 00000 f -0000011825 00000 f -0000011826 00000 f -0000011827 00000 f -0000011828 00000 f -0000011829 00000 f -0000011830 00000 f -0000011831 00000 f -0000011832 00000 f -0000011833 00000 f -0000011834 00000 f -0000011835 00000 f -0000011836 00000 f -0000011837 00000 f -0000011838 00000 f -0000011839 00000 f -0000011840 00000 f -0000011841 00000 f -0000011842 00000 f -0000011843 00000 f -0000011844 00000 f -0000011845 00000 f -0000011846 00000 f -0000011847 00000 f -0000011848 00000 f -0000011849 00000 f -0000011850 00000 f -0000011851 00000 f -0000011852 00000 f -0000011853 00000 f -0000011854 00000 f -0000011855 00000 f -0000011856 00000 f -0000011857 00000 f -0000011858 00000 f -0000011859 00000 f -0000011860 00000 f -0000011861 00000 f -0000011862 00000 f -0000011863 00000 f -0000011864 00000 f -0000011865 00000 f -0000011866 00000 f -0000011867 00000 f -0000011868 00000 f -0000011869 00000 f -0000011870 00000 f -0000011871 00000 f -0000011872 00000 f -0000011873 00000 f -0000011874 00000 f -0000011875 00000 f -0000011876 00000 f -0000011877 00000 f -0000011878 00000 f -0000011879 00000 f -0000011880 00000 f -0000011881 00000 f -0000011882 00000 f -0000011883 00000 f -0000011884 00000 f -0000011885 00000 f -0000011886 00000 f -0000011887 00000 f -0000011888 00000 f -0000011889 00000 f -0000011890 00000 f -0000011891 00000 f -0000011892 00000 f -0000011893 00000 f -0000011894 00000 f -0000011895 00000 f -0000011896 00000 f -0000011897 00000 f -0000011898 00000 f -0000011899 00000 f -0000011900 00000 f -0000011901 00000 f -0000011902 00000 f -0000011903 00000 f -0000011904 00000 f -0000011905 00000 f -0000011906 00000 f -0000011907 00000 f -0000011908 00000 f -0000011909 00000 f -0000011910 00000 f -0000011911 00000 f -0000011912 00000 f -0000011913 00000 f -0000011914 00000 f -0000011915 00000 f -0000011916 00000 f -0000011917 00000 f -0000011918 00000 f -0000011919 00000 f -0000011920 00000 f -0000011921 00000 f -0000011922 00000 f -0000011923 00000 f -0000011924 00000 f -0000011925 00000 f -0000011926 00000 f -0000011927 00000 f -0000011928 00000 f -0000011929 00000 f -0000011930 00000 f -0000011931 00000 f -0000011932 00000 f -0000011933 00000 f -0000011934 00000 f -0000011935 00000 f -0000011936 00000 f -0000011937 00000 f -0000011938 00000 f -0000011939 00000 f -0000011940 00000 f -0000011941 00000 f -0000011942 00000 f -0000011943 00000 f -0000011944 00000 f -0000011945 00000 f -0000011946 00000 f -0000011947 00000 f -0000011948 00000 f -0000011949 00000 f -0000011950 00000 f -0000011951 00000 f -0000011952 00000 f -0000011953 00000 f -0000011954 00000 f -0000011955 00000 f -0000011956 00000 f -0000011957 00000 f -0000011958 00000 f -0000011959 00000 f -0000011960 00000 f -0000011961 00000 f -0000011962 00000 f -0000011963 00000 f -0000011964 00000 f -0000011965 00000 f -0000011966 00000 f -0000011967 00000 f -0000011968 00000 f -0000011969 00000 f -0000011970 00000 f -0000011971 00000 f -0000011972 00000 f -0000011973 00000 f -0000011974 00000 f -0000011975 00000 f -0000011976 00000 f -0000011977 00000 f -0000011978 00000 f -0000011979 00000 f -0000011980 00000 f -0000011981 00000 f -0000011982 00000 f -0000011983 00000 f -0000011984 00000 f -0000011985 00000 f -0000011986 00000 f -0000011987 00000 f -0000011988 00000 f -0000011989 00000 f -0000011990 00000 f -0000011991 00000 f -0000011992 00000 f -0000011993 00000 f -0000011994 00000 f -0000011995 00000 f -0000011996 00000 f -0000011997 00000 f -0000011998 00000 f -0000011999 00000 f -0000012000 00000 f -0000012001 00000 f -0000012002 00000 f -0000012003 00000 f -0000012004 00000 f -0000012005 00000 f -0000012006 00000 f -0000012007 00000 f -0000012008 00000 f -0000012009 00000 f -0000012010 00000 f -0000012011 00000 f -0000012012 00000 f -0000012013 00000 f -0000012014 00000 f -0000012015 00000 f -0000012016 00000 f -0000012017 00000 f -0000012018 00000 f -0000012019 00000 f -0000012020 00000 f -0000012021 00000 f -0000012022 00000 f -0000012023 00000 f -0000012024 00000 f -0000012025 00000 f -0000012026 00000 f -0000012027 00000 f -0000012028 00000 f -0000012029 00000 f -0000012030 00000 f -0000012031 00000 f -0000012032 00000 f -0000012033 00000 f -0000012034 00000 f -0000012035 00000 f -0000012036 00000 f -0000012037 00000 f -0000012038 00000 f -0000012039 00000 f -0000012040 00000 f -0000012041 00000 f -0000012042 00000 f -0000012043 00000 f -0000012044 00000 f -0000012045 00000 f -0000012046 00000 f -0000012047 00000 f -0000012048 00000 f -0000012049 00000 f -0000012050 00000 f -0000012051 00000 f -0000012052 00000 f -0000012053 00000 f -0000012054 00000 f -0000012055 00000 f -0000012056 00000 f -0000012057 00000 f -0000012058 00000 f -0000012059 00000 f -0000012060 00000 f -0000012061 00000 f -0000012062 00000 f -0000012063 00000 f -0000012064 00000 f -0000012065 00000 f -0000012066 00000 f -0000012067 00000 f -0000012068 00000 f -0000012069 00000 f -0000012070 00000 f -0000012071 00000 f -0000012072 00000 f -0000012073 00000 f -0000012074 00000 f -0000012075 00000 f -0000012076 00000 f -0000012077 00000 f -0000012078 00000 f -0000012079 00000 f -0000012080 00000 f -0000012081 00000 f -0000012082 00000 f -0000012083 00000 f -0000012084 00000 f -0000012085 00000 f -0000012086 00000 f -0000012087 00000 f -0000012088 00000 f -0000012089 00000 f -0000012090 00000 f -0000012091 00000 f -0000012092 00000 f -0000012093 00000 f -0000012094 00000 f -0000012095 00000 f -0000012096 00000 f -0000012097 00000 f -0000012098 00000 f -0000012099 00000 f -0000012100 00000 f -0000012101 00000 f -0000012102 00000 f -0000012103 00000 f -0000012104 00000 f -0000012105 00000 f -0000012106 00000 f -0000012107 00000 f -0000012108 00000 f -0000012109 00000 f -0000012110 00000 f -0000012111 00000 f -0000012112 00000 f -0000012113 00000 f -0000012114 00000 f -0000012115 00000 f -0000012116 00000 f -0000012117 00000 f -0000012118 00000 f -0000012119 00000 f -0000012120 00000 f -0000012121 00000 f -0000012122 00000 f -0000012123 00000 f -0000012124 00000 f -0000012125 00000 f -0000012126 00000 f -0000012127 00000 f -0000012128 00000 f -0000012129 00000 f -0000012130 00000 f -0000012131 00000 f -0000012132 00000 f -0000012133 00000 f -0000012134 00000 f -0000012135 00000 f -0000012136 00000 f -0000012137 00000 f -0000012138 00000 f -0000012139 00000 f -0000012140 00000 f -0000012141 00000 f -0000012142 00000 f -0000012143 00000 f -0000012144 00000 f -0000012145 00000 f -0000012146 00000 f -0000012147 00000 f -0000012148 00000 f -0000012149 00000 f -0000012150 00000 f -0000012151 00000 f -0000012152 00000 f -0000012153 00000 f -0000012154 00000 f -0000012155 00000 f -0000012156 00000 f -0000012157 00000 f -0000012158 00000 f -0000012159 00000 f -0000012160 00000 f -0000012161 00000 f -0000012162 00000 f -0000012163 00000 f -0000012164 00000 f -0000012165 00000 f -0000012166 00000 f -0000012167 00000 f -0000012168 00000 f -0000012169 00000 f -0000012170 00000 f -0000012171 00000 f -0000012172 00000 f -0000012173 00000 f -0000012174 00000 f -0000012175 00000 f -0000012176 00000 f -0000012177 00000 f -0000012178 00000 f -0000012179 00000 f -0000012180 00000 f -0000012181 00000 f -0000012182 00000 f -0000012183 00000 f -0000012184 00000 f -0000012185 00000 f -0000012186 00000 f -0000012187 00000 f -0000012188 00000 f -0000012189 00000 f -0000012190 00000 f -0000012191 00000 f -0000012192 00000 f -0000012193 00000 f -0000012194 00000 f -0000012195 00000 f -0000012196 00000 f -0000012197 00000 f -0000012198 00000 f -0000012199 00000 f -0000012200 00000 f -0000012201 00000 f -0000012202 00000 f -0000012203 00000 f -0000012204 00000 f -0000012205 00000 f -0000012206 00000 f -0000012207 00000 f -0000012208 00000 f -0000012209 00000 f -0000012210 00000 f -0000012211 00000 f -0000012212 00000 f -0000012213 00000 f -0000012214 00000 f -0000012215 00000 f -0000012216 00000 f -0000012217 00000 f -0000012218 00000 f -0000012219 00000 f -0000012220 00000 f -0000012221 00000 f -0000012222 00000 f -0000012223 00000 f -0000012224 00000 f -0000012225 00000 f -0000012226 00000 f -0000012227 00000 f -0000012228 00000 f -0000012229 00000 f -0000012230 00000 f -0000012231 00000 f -0000012232 00000 f -0000012233 00000 f -0000012234 00000 f -0000012235 00000 f -0000012236 00000 f -0000012237 00000 f -0000012238 00000 f -0000012239 00000 f -0000012240 00000 f -0000012241 00000 f -0000012242 00000 f -0000012243 00000 f -0000012244 00000 f -0000012245 00000 f -0000012246 00000 f -0000012247 00000 f -0000012248 00000 f -0000012249 00000 f -0000012250 00000 f -0000012251 00000 f -0000012252 00000 f -0000012253 00000 f -0000012254 00000 f -0000012255 00000 f -0000012256 00000 f -0000012257 00000 f -0000012258 00000 f -0000012259 00000 f -0000012260 00000 f -0000012261 00000 f -0000012262 00000 f -0000012263 00000 f -0000012264 00000 f -0000012265 00000 f -0000012266 00000 f -0000012267 00000 f -0000012268 00000 f -0000012269 00000 f -0000012270 00000 f -0000012271 00000 f -0000012272 00000 f -0000012273 00000 f -0000012274 00000 f -0000012275 00000 f -0000012276 00000 f -0000012277 00000 f -0000012278 00000 f -0000012279 00000 f -0000012280 00000 f -0000012281 00000 f -0000012282 00000 f -0000012283 00000 f -0000012284 00000 f -0000012285 00000 f -0000012286 00000 f -0000012287 00000 f -0000012288 00000 f -0000012289 00000 f -0000012290 00000 f -0000012291 00000 f -0000012292 00000 f -0000012293 00000 f -0000012294 00000 f -0000012295 00000 f -0000012296 00000 f -0000012297 00000 f -0000012298 00000 f -0000012299 00000 f -0000012300 00000 f -0000012301 00000 f -0000012302 00000 f -0000012303 00000 f -0000012304 00000 f -0000012305 00000 f -0000012306 00000 f -0000012307 00000 f -0000012308 00000 f -0000012309 00000 f -0000012310 00000 f -0000012311 00000 f -0000012312 00000 f -0000012313 00000 f -0000012314 00000 f -0000012315 00000 f -0000012316 00000 f -0000012317 00000 f -0000012318 00000 f -0000012319 00000 f -0000012320 00000 f -0000012321 00000 f -0000012322 00000 f -0000012323 00000 f -0000012324 00000 f -0000012325 00000 f -0000012326 00000 f -0000012327 00000 f -0000012328 00000 f -0000012329 00000 f -0000012330 00000 f -0000012331 00000 f -0000012332 00000 f -0000012333 00000 f -0000012334 00000 f -0000012335 00000 f -0000012336 00000 f -0000012337 00000 f -0000012338 00000 f -0000012339 00000 f -0000012340 00000 f -0000012341 00000 f -0000012342 00000 f -0000012343 00000 f -0000012344 00000 f -0000012345 00000 f -0000012346 00000 f -0000012347 00000 f -0000012348 00000 f -0000012349 00000 f -0000012350 00000 f -0000012351 00000 f -0000012352 00000 f -0000012353 00000 f -0000012354 00000 f -0000012355 00000 f -0000012356 00000 f -0000012357 00000 f -0000012364 00000 f -0000764985 00000 n -0000765019 00000 n -0000764863 00000 n -0000764897 00000 n -0000764741 00000 n -0000764775 00000 n -0000012365 00000 f -0000012366 00000 f -0000012367 00000 f -0000012368 00000 f -0000012369 00000 f -0000012370 00000 f -0000012371 00000 f -0000012375 00000 f -0000762887 00000 n -0000762969 00000 n -0000763052 00000 n -0000012376 00000 f -0000012377 00000 f -0000012378 00000 f -0000012379 00000 f -0000012380 00000 f -0000012381 00000 f -0000012382 00000 f -0000012383 00000 f -0000012384 00000 f -0000012385 00000 f -0000012386 00000 f -0000012387 00000 f -0000012388 00000 f -0000012389 00000 f -0000012390 00000 f -0000012391 00000 f -0000012392 00000 f -0000012393 00000 f -0000012394 00000 f -0000012395 00000 f -0000012396 00000 f -0000012397 00000 f -0000012398 00000 f -0000012399 00000 f -0000012400 00000 f -0000012401 00000 f -0000012402 00000 f -0000012403 00000 f -0000012404 00000 f -0000012405 00000 f -0000012406 00000 f -0000012407 00000 f -0000012408 00000 f -0000012409 00000 f -0000012410 00000 f -0000012411 00000 f -0000012412 00000 f -0000012413 00000 f -0000012414 00000 f -0000012415 00000 f -0000012416 00000 f -0000012417 00000 f -0000012418 00000 f -0000012419 00000 f -0000012420 00000 f -0000012421 00000 f -0000012422 00000 f -0000012423 00000 f -0000012424 00000 f -0000012425 00000 f -0000012426 00000 f -0000012427 00000 f -0000012428 00000 f -0000012429 00000 f -0000012430 00000 f -0000012431 00000 f -0000012432 00000 f -0000012433 00000 f -0000012434 00000 f -0000012435 00000 f -0000012436 00000 f -0000012437 00000 f -0000012438 00000 f -0000012439 00000 f -0000012440 00000 f -0000012441 00000 f -0000012442 00000 f -0000012443 00000 f -0000012444 00000 f -0000012445 00000 f -0000012446 00000 f -0000012447 00000 f -0000012448 00000 f -0000012449 00000 f -0000012450 00000 f -0000012451 00000 f -0000012452 00000 f -0000012453 00000 f -0000012454 00000 f -0000012455 00000 f -0000012456 00000 f -0000012457 00000 f -0000012458 00000 f -0000012459 00000 f -0000012460 00000 f -0000012461 00000 f -0000012462 00000 f -0000012463 00000 f -0000012464 00000 f -0000012465 00000 f -0000012466 00000 f -0000012467 00000 f -0000012468 00000 f -0000012469 00000 f -0000012470 00000 f -0000012471 00000 f -0000012472 00000 f -0000012473 00000 f -0000012474 00000 f -0000012475 00000 f -0000012476 00000 f -0000012477 00000 f -0000012478 00000 f -0000012479 00000 f -0000012480 00000 f -0000012481 00000 f -0000012482 00000 f -0000012483 00000 f -0000012484 00000 f -0000012485 00000 f -0000012486 00000 f -0000012487 00000 f -0000012488 00000 f -0000012489 00000 f -0000012490 00000 f -0000012491 00000 f -0000012492 00000 f -0000012493 00000 f -0000012494 00000 f -0000012495 00000 f -0000012496 00000 f -0000012497 00000 f -0000012498 00000 f -0000012499 00000 f -0000012500 00000 f -0000012501 00000 f -0000012502 00000 f -0000012503 00000 f -0000012504 00000 f -0000012505 00000 f -0000012506 00000 f -0000012507 00000 f -0000012508 00000 f -0000012509 00000 f -0000012510 00000 f -0000012511 00000 f -0000012512 00000 f -0000012513 00000 f -0000012514 00000 f -0000012515 00000 f -0000012516 00000 f -0000012517 00000 f -0000012518 00000 f -0000012519 00000 f -0000012520 00000 f -0000012521 00000 f -0000012522 00000 f -0000012523 00000 f -0000012524 00000 f -0000012525 00000 f -0000012526 00000 f -0000012527 00000 f -0000012528 00000 f -0000012529 00000 f -0000012530 00000 f -0000012531 00000 f -0000012532 00000 f -0000012533 00000 f -0000012534 00000 f -0000012535 00000 f -0000012536 00000 f -0000012537 00000 f -0000012538 00000 f -0000012539 00000 f -0000012540 00000 f -0000012541 00000 f -0000012542 00000 f -0000012543 00000 f -0000012544 00000 f -0000012545 00000 f -0000012546 00000 f -0000012547 00000 f -0000012548 00000 f -0000012549 00000 f -0000012550 00000 f -0000012551 00000 f -0000012552 00000 f -0000012553 00000 f -0000012554 00000 f -0000012555 00000 f -0000012556 00000 f -0000012557 00000 f -0000012558 00000 f -0000012559 00000 f -0000012560 00000 f -0000012561 00000 f -0000012562 00000 f -0000012563 00000 f -0000012564 00000 f -0000012565 00000 f -0000012566 00000 f -0000012567 00000 f -0000012568 00000 f -0000012569 00000 f -0000012570 00000 f -0000012571 00000 f -0000012572 00000 f -0000012573 00000 f -0000012574 00000 f -0000012575 00000 f -0000012576 00000 f -0000012577 00000 f -0000012578 00000 f -0000012579 00000 f -0000012580 00000 f -0000012581 00000 f -0000012582 00000 f -0000012583 00000 f -0000012584 00000 f -0000012585 00000 f -0000012586 00000 f -0000012587 00000 f -0000012588 00000 f -0000012589 00000 f -0000012590 00000 f -0000012591 00000 f -0000012592 00000 f -0000012593 00000 f -0000012594 00000 f -0000012595 00000 f -0000012596 00000 f -0000012597 00000 f -0000012598 00000 f -0000012599 00000 f -0000012600 00000 f -0000012601 00000 f -0000012602 00000 f -0000012603 00000 f -0000012604 00000 f -0000012605 00000 f -0000012606 00000 f -0000012607 00000 f -0000012608 00000 f -0000012609 00000 f -0000012610 00000 f -0000012611 00000 f -0000012612 00000 f -0000012613 00000 f -0000012614 00000 f -0000012615 00000 f -0000012616 00000 f -0000012617 00000 f -0000012618 00000 f -0000012619 00000 f -0000012620 00000 f -0000012621 00000 f -0000012622 00000 f -0000012623 00000 f -0000012624 00000 f -0000012625 00000 f -0000012626 00000 f -0000012627 00000 f -0000012628 00000 f -0000012629 00000 f -0000012630 00000 f -0000012631 00000 f -0000012632 00000 f -0000012633 00000 f -0000012634 00000 f -0000012635 00000 f -0000012636 00000 f -0000012637 00000 f -0000012638 00000 f -0000012639 00000 f -0000012640 00000 f -0000012641 00000 f -0000012642 00000 f -0000012643 00000 f -0000012644 00000 f -0000012645 00000 f -0000012646 00000 f -0000012647 00000 f -0000012648 00000 f -0000012649 00000 f -0000012650 00000 f -0000012651 00000 f -0000012652 00000 f -0000012653 00000 f -0000012654 00000 f -0000012655 00000 f -0000012656 00000 f -0000012657 00000 f -0000012658 00000 f -0000012659 00000 f -0000012660 00000 f -0000012661 00000 f -0000012662 00000 f -0000012663 00000 f -0000012664 00000 f -0000012665 00000 f -0000012666 00000 f -0000012667 00000 f -0000012668 00000 f -0000012669 00000 f -0000012670 00000 f -0000012671 00000 f -0000012672 00000 f -0000012673 00000 f -0000012674 00000 f -0000012675 00000 f -0000012676 00000 f -0000012677 00000 f -0000012678 00000 f -0000012679 00000 f -0000012680 00000 f -0000012681 00000 f -0000012682 00000 f -0000012683 00000 f -0000012684 00000 f -0000012685 00000 f -0000012686 00000 f -0000012687 00000 f -0000012688 00000 f -0000012689 00000 f -0000012690 00000 f -0000012691 00000 f -0000012692 00000 f -0000012693 00000 f -0000012694 00000 f -0000012695 00000 f -0000012696 00000 f -0000012697 00000 f -0000012698 00000 f -0000012699 00000 f -0000012700 00000 f -0000012701 00000 f -0000012702 00000 f -0000012703 00000 f -0000012704 00000 f -0000012705 00000 f -0000012706 00000 f -0000012707 00000 f -0000012708 00000 f -0000012709 00000 f -0000012710 00000 f -0000012711 00000 f -0000012712 00000 f -0000012713 00000 f -0000012714 00000 f -0000012715 00000 f -0000012716 00000 f -0000012717 00000 f -0000012718 00000 f -0000012719 00000 f -0000012720 00000 f -0000012721 00000 f -0000012722 00000 f -0000012723 00000 f -0000012724 00000 f -0000012725 00000 f -0000012726 00000 f -0000012727 00000 f -0000012728 00000 f -0000012729 00000 f -0000012730 00000 f -0000012731 00000 f -0000012732 00000 f -0000012733 00000 f -0000012734 00000 f -0000012735 00000 f -0000012736 00000 f -0000012737 00000 f -0000012738 00000 f -0000012739 00000 f -0000012740 00000 f -0000012741 00000 f -0000012742 00000 f -0000012743 00000 f -0000012744 00000 f -0000012745 00000 f -0000012746 00000 f -0000012747 00000 f -0000012748 00000 f -0000012749 00000 f -0000012750 00000 f -0000012751 00000 f -0000012752 00000 f -0000012753 00000 f -0000012754 00000 f -0000012755 00000 f -0000012756 00000 f -0000012757 00000 f -0000012758 00000 f -0000012759 00000 f -0000012760 00000 f -0000012761 00000 f -0000012762 00000 f -0000012763 00000 f -0000012764 00000 f -0000012765 00000 f -0000012766 00000 f -0000012767 00000 f -0000012768 00000 f -0000012769 00000 f -0000012770 00000 f -0000012771 00000 f -0000012772 00000 f -0000012773 00000 f -0000012774 00000 f -0000012775 00000 f -0000012776 00000 f -0000012777 00000 f -0000012778 00000 f -0000012779 00000 f -0000012780 00000 f -0000012781 00000 f -0000012782 00000 f -0000012783 00000 f -0000012784 00000 f -0000012785 00000 f -0000012786 00000 f -0000012787 00000 f -0000012788 00000 f -0000012789 00000 f -0000012790 00000 f -0000012791 00000 f -0000012792 00000 f -0000012793 00000 f -0000012794 00000 f -0000012795 00000 f -0000012796 00000 f -0000012797 00000 f -0000012798 00000 f -0000012799 00000 f -0000012800 00000 f -0000012801 00000 f -0000012802 00000 f -0000012803 00000 f -0000012804 00000 f -0000012805 00000 f -0000012806 00000 f -0000012807 00000 f -0000012808 00000 f -0000012809 00000 f -0000012810 00000 f -0000012811 00000 f -0000012812 00000 f -0000012813 00000 f -0000012814 00000 f -0000012815 00000 f -0000012816 00000 f -0000012817 00000 f -0000012818 00000 f -0000012819 00000 f -0000012820 00000 f -0000012821 00000 f -0000012822 00000 f -0000012823 00000 f -0000012824 00000 f -0000012825 00000 f -0000012826 00000 f -0000012827 00000 f -0000012828 00000 f -0000012829 00000 f -0000012830 00000 f -0000012831 00000 f -0000012832 00000 f -0000012833 00000 f -0000012834 00000 f -0000012835 00000 f -0000012836 00000 f -0000012837 00000 f -0000012838 00000 f -0000012839 00000 f -0000012840 00000 f -0000012841 00000 f -0000012842 00000 f -0000012843 00000 f -0000012844 00000 f -0000012845 00000 f -0000012846 00000 f -0000012847 00000 f -0000012848 00000 f -0000012849 00000 f -0000012850 00000 f -0000012851 00000 f -0000012852 00000 f -0000012853 00000 f -0000012854 00000 f -0000012855 00000 f -0000012856 00000 f -0000012857 00000 f -0000012858 00000 f -0000012859 00000 f -0000012860 00000 f -0000012861 00000 f -0000012862 00000 f -0000012863 00000 f -0000012864 00000 f -0000012865 00000 f -0000012866 00000 f -0000012867 00000 f -0000012868 00000 f -0000012869 00000 f -0000012870 00000 f -0000012871 00000 f -0000012872 00000 f -0000012873 00000 f -0000012874 00000 f -0000012875 00000 f -0000012876 00000 f -0000012877 00000 f -0000012878 00000 f -0000012879 00000 f -0000012880 00000 f -0000012881 00000 f -0000012882 00000 f -0000012883 00000 f -0000012884 00000 f -0000012885 00000 f -0000012886 00000 f -0000012887 00000 f -0000012888 00000 f -0000012889 00000 f -0000012890 00000 f -0000012891 00000 f -0000012892 00000 f -0000012893 00000 f -0000012894 00000 f -0000012895 00000 f -0000012896 00000 f -0000012897 00000 f -0000012898 00000 f -0000012899 00000 f -0000012900 00000 f -0000012901 00000 f -0000012902 00000 f -0000012903 00000 f -0000012904 00000 f -0000012905 00000 f -0000012906 00000 f -0000012907 00000 f -0000012908 00000 f -0000012909 00000 f -0000012910 00000 f -0000012911 00000 f -0000012912 00000 f -0000012913 00000 f -0000012914 00000 f -0000012915 00000 f -0000012916 00000 f -0000012917 00000 f -0000012918 00000 f -0000012919 00000 f -0000012920 00000 f -0000012921 00000 f -0000012922 00000 f -0000012923 00000 f -0000012924 00000 f -0000012925 00000 f -0000012926 00000 f -0000012927 00000 f -0000012928 00000 f -0000012929 00000 f -0000012930 00000 f -0000012931 00000 f -0000012932 00000 f -0000012933 00000 f -0000012934 00000 f -0000012935 00000 f -0000012936 00000 f -0000012937 00000 f -0000012938 00000 f -0000012939 00000 f -0000012940 00000 f -0000012941 00000 f -0000012942 00000 f -0000012943 00000 f -0000012944 00000 f -0000012945 00000 f -0000012946 00000 f -0000012947 00000 f -0000012948 00000 f -0000012949 00000 f -0000012950 00000 f -0000012951 00000 f -0000012952 00000 f -0000012953 00000 f -0000012954 00000 f -0000012955 00000 f -0000012956 00000 f -0000012957 00000 f -0000012958 00000 f -0000012959 00000 f -0000012960 00000 f -0000012961 00000 f -0000012962 00000 f -0000012963 00000 f -0000012964 00000 f -0000012965 00000 f -0000012966 00000 f -0000012967 00000 f -0000012968 00000 f -0000012969 00000 f -0000012970 00000 f -0000012971 00000 f -0000012972 00000 f -0000012973 00000 f -0000012974 00000 f -0000012975 00000 f -0000012976 00000 f -0000012977 00000 f -0000012978 00000 f -0000012979 00000 f -0000012980 00000 f -0000012981 00000 f -0000012982 00000 f -0000012983 00000 f -0000012984 00000 f -0000012985 00000 f -0000012986 00000 f -0000012987 00000 f -0000012988 00000 f -0000012989 00000 f -0000012990 00000 f -0000012991 00000 f -0000012992 00000 f -0000012993 00000 f -0000012994 00000 f -0000012995 00000 f -0000012996 00000 f -0000012997 00000 f -0000012998 00000 f -0000012999 00000 f -0000013000 00000 f -0000013001 00000 f -0000013002 00000 f -0000013003 00000 f -0000013004 00000 f -0000013005 00000 f -0000013006 00000 f -0000013007 00000 f -0000013008 00000 f -0000013009 00000 f -0000013010 00000 f -0000013011 00000 f -0000013012 00000 f -0000013013 00000 f -0000013014 00000 f -0000013015 00000 f -0000013016 00000 f -0000013017 00000 f -0000013018 00000 f -0000013019 00000 f -0000013020 00000 f -0000013021 00000 f -0000013022 00000 f -0000013023 00000 f -0000013024 00000 f -0000013025 00000 f -0000013026 00000 f -0000013027 00000 f -0000013028 00000 f -0000013029 00000 f -0000013030 00000 f -0000013031 00000 f -0000013032 00000 f -0000013033 00000 f -0000013034 00000 f -0000013035 00000 f -0000013036 00000 f -0000013037 00000 f -0000013038 00000 f -0000013039 00000 f -0000013040 00000 f -0000013041 00000 f -0000013042 00000 f -0000013043 00000 f -0000013044 00000 f -0000013045 00000 f -0000013046 00000 f -0000013047 00000 f -0000013048 00000 f -0000013049 00000 f -0000013050 00000 f -0000013051 00000 f -0000013052 00000 f -0000013053 00000 f -0000013054 00000 f -0000013055 00000 f -0000013056 00000 f -0000013057 00000 f -0000013058 00000 f -0000013059 00000 f -0000013060 00000 f -0000013061 00000 f -0000013062 00000 f -0000013063 00000 f -0000013064 00000 f -0000013065 00000 f -0000013066 00000 f -0000013067 00000 f -0000013068 00000 f -0000013069 00000 f -0000013070 00000 f -0000013071 00000 f -0000013072 00000 f -0000013073 00000 f -0000013074 00000 f -0000013075 00000 f -0000013076 00000 f -0000013077 00000 f -0000013078 00000 f -0000013079 00000 f -0000013080 00000 f -0000013081 00000 f -0000013082 00000 f -0000013083 00000 f -0000013084 00000 f -0000013085 00000 f -0000013086 00000 f -0000013087 00000 f -0000013088 00000 f -0000013089 00000 f -0000013090 00000 f -0000013091 00000 f -0000013092 00000 f -0000013093 00000 f -0000013094 00000 f -0000013095 00000 f -0000013096 00000 f -0000013097 00000 f -0000013098 00000 f -0000013099 00000 f -0000013100 00000 f -0000013101 00000 f -0000013102 00000 f -0000013103 00000 f -0000013104 00000 f -0000013105 00000 f -0000013106 00000 f -0000013107 00000 f -0000013108 00000 f -0000013109 00000 f -0000013110 00000 f -0000013111 00000 f -0000013112 00000 f -0000013113 00000 f -0000013114 00000 f -0000013115 00000 f -0000013116 00000 f -0000013117 00000 f -0000013118 00000 f -0000013119 00000 f -0000013120 00000 f -0000013121 00000 f -0000013122 00000 f -0000013123 00000 f -0000013124 00000 f -0000013125 00000 f -0000013126 00000 f -0000013127 00000 f -0000013128 00000 f -0000013129 00000 f -0000013130 00000 f -0000013131 00000 f -0000013132 00000 f -0000013133 00000 f -0000013134 00000 f -0000013135 00000 f -0000013136 00000 f -0000013137 00000 f -0000013138 00000 f -0000013139 00000 f -0000013140 00000 f -0000013141 00000 f -0000013142 00000 f -0000013143 00000 f -0000013144 00000 f -0000013145 00000 f -0000013146 00000 f -0000013147 00000 f -0000013148 00000 f -0000013149 00000 f -0000013150 00000 f -0000013151 00000 f -0000013152 00000 f -0000013153 00000 f -0000013154 00000 f -0000013155 00000 f -0000013156 00000 f -0000013157 00000 f -0000013158 00000 f -0000013159 00000 f -0000013160 00000 f -0000013161 00000 f -0000013162 00000 f -0000013163 00000 f -0000013164 00000 f -0000013165 00000 f -0000013166 00000 f -0000013167 00000 f -0000013168 00000 f -0000013169 00000 f -0000013170 00000 f -0000013171 00000 f -0000013172 00000 f -0000013173 00000 f -0000013174 00000 f -0000013175 00000 f -0000013176 00000 f -0000013177 00000 f -0000013178 00000 f -0000013179 00000 f -0000013180 00000 f -0000013181 00000 f -0000013182 00000 f -0000013183 00000 f -0000013184 00000 f -0000013185 00000 f -0000013186 00000 f -0000013187 00000 f -0000013188 00000 f -0000013189 00000 f -0000013190 00000 f -0000013191 00000 f -0000013192 00000 f -0000013193 00000 f -0000013194 00000 f -0000013195 00000 f -0000013196 00000 f -0000013197 00000 f -0000013198 00000 f -0000013199 00000 f -0000013200 00000 f -0000013201 00000 f -0000013202 00000 f -0000013203 00000 f -0000013204 00000 f -0000013205 00000 f -0000013206 00000 f -0000013207 00000 f -0000013208 00000 f -0000013209 00000 f -0000013210 00000 f -0000013211 00000 f -0000013212 00000 f -0000013213 00000 f -0000013214 00000 f -0000013215 00000 f -0000013216 00000 f -0000013217 00000 f -0000013218 00000 f -0000013219 00000 f -0000013220 00000 f -0000013221 00000 f -0000013222 00000 f -0000013223 00000 f -0000013224 00000 f -0000013225 00000 f -0000013226 00000 f -0000013227 00000 f -0000013228 00000 f -0000013229 00000 f -0000013230 00000 f -0000013231 00000 f -0000013232 00000 f -0000013233 00000 f -0000013234 00000 f -0000013235 00000 f -0000013236 00000 f -0000013237 00000 f -0000013238 00000 f -0000013239 00000 f -0000013240 00000 f -0000013241 00000 f -0000013242 00000 f -0000013243 00000 f -0000013244 00000 f -0000013245 00000 f -0000013246 00000 f -0000013247 00000 f -0000013248 00000 f -0000013249 00000 f -0000013250 00000 f -0000013251 00000 f -0000013252 00000 f -0000013253 00000 f -0000013254 00000 f -0000013255 00000 f -0000013256 00000 f -0000013257 00000 f -0000013258 00000 f -0000013259 00000 f -0000013260 00000 f -0000013261 00000 f -0000013262 00000 f -0000013263 00000 f -0000013264 00000 f -0000013265 00000 f -0000013266 00000 f -0000013267 00000 f -0000013268 00000 f -0000013269 00000 f -0000013270 00000 f -0000013271 00000 f -0000013272 00000 f -0000013273 00000 f -0000013274 00000 f -0000013275 00000 f -0000013276 00000 f -0000013277 00000 f -0000013278 00000 f -0000013279 00000 f -0000013280 00000 f -0000013281 00000 f -0000013282 00000 f -0000013283 00000 f -0000013284 00000 f -0000013285 00000 f -0000013286 00000 f -0000013287 00000 f -0000013288 00000 f -0000013289 00000 f -0000013290 00000 f -0000013291 00000 f -0000013292 00000 f -0000013293 00000 f -0000013294 00000 f -0000013295 00000 f -0000013296 00000 f -0000013297 00000 f -0000013298 00000 f -0000013299 00000 f -0000013300 00000 f -0000013301 00000 f -0000013302 00000 f -0000013303 00000 f -0000013304 00000 f -0000013305 00000 f -0000013306 00000 f -0000013307 00000 f -0000013308 00000 f -0000013309 00000 f -0000013310 00000 f -0000013311 00000 f -0000013312 00000 f -0000013313 00000 f -0000013314 00000 f -0000013315 00000 f -0000013316 00000 f -0000013317 00000 f -0000013318 00000 f -0000013319 00000 f -0000013320 00000 f -0000013321 00000 f -0000013322 00000 f -0000013323 00000 f -0000013324 00000 f -0000013325 00000 f -0000013326 00000 f -0000013327 00000 f -0000013328 00000 f -0000013329 00000 f -0000013330 00000 f -0000013331 00000 f -0000013332 00000 f -0000013333 00000 f -0000013334 00000 f -0000013335 00000 f -0000013336 00000 f -0000013337 00000 f -0000013338 00000 f -0000013339 00000 f -0000013340 00000 f -0000013341 00000 f -0000013342 00000 f -0000013343 00000 f -0000013344 00000 f -0000013345 00000 f -0000013346 00000 f -0000013347 00000 f -0000013348 00000 f -0000013349 00000 f -0000013350 00000 f -0000013351 00000 f -0000013352 00000 f -0000013353 00000 f -0000013354 00000 f -0000013355 00000 f -0000013356 00000 f -0000013357 00000 f -0000013358 00000 f -0000013359 00000 f -0000013360 00000 f -0000013361 00000 f -0000013362 00000 f -0000013363 00000 f -0000013364 00000 f -0000013365 00000 f -0000013366 00000 f -0000013367 00000 f -0000013368 00000 f -0000013369 00000 f -0000013370 00000 f -0000013371 00000 f -0000013372 00000 f -0000013373 00000 f -0000013374 00000 f -0000013375 00000 f -0000013376 00000 f -0000013377 00000 f -0000013378 00000 f -0000013379 00000 f -0000013380 00000 f -0000013381 00000 f -0000013382 00000 f -0000013383 00000 f -0000013384 00000 f -0000013385 00000 f -0000013386 00000 f -0000013387 00000 f -0000013388 00000 f -0000013389 00000 f -0000013390 00000 f -0000013391 00000 f -0000013392 00000 f -0000013393 00000 f -0000013394 00000 f -0000013395 00000 f -0000013396 00000 f -0000013397 00000 f -0000013398 00000 f -0000013399 00000 f -0000013400 00000 f -0000013401 00000 f -0000013402 00000 f -0000013403 00000 f -0000013404 00000 f -0000013405 00000 f -0000013406 00000 f -0000013407 00000 f -0000013408 00000 f -0000013409 00000 f -0000013410 00000 f -0000013411 00000 f -0000013412 00000 f -0000013413 00000 f -0000013414 00000 f -0000013415 00000 f -0000013416 00000 f -0000013417 00000 f -0000013418 00000 f -0000013419 00000 f -0000013420 00000 f -0000013421 00000 f -0000013422 00000 f -0000013423 00000 f -0000013424 00000 f -0000013425 00000 f -0000013426 00000 f -0000013427 00000 f -0000013428 00000 f -0000013429 00000 f -0000013430 00000 f -0000013431 00000 f -0000013432 00000 f -0000013433 00000 f -0000013434 00000 f -0000013435 00000 f -0000013436 00000 f -0000013437 00000 f -0000013438 00000 f -0000013439 00000 f -0000013440 00000 f -0000013441 00000 f -0000013442 00000 f -0000013443 00000 f -0000013444 00000 f -0000013445 00000 f -0000013446 00000 f -0000013447 00000 f -0000013448 00000 f -0000013449 00000 f -0000013450 00000 f -0000013451 00000 f -0000013452 00000 f -0000013453 00000 f -0000013454 00000 f -0000013455 00000 f -0000013456 00000 f -0000013457 00000 f -0000013458 00000 f -0000013459 00000 f -0000013460 00000 f -0000013461 00000 f -0000013462 00000 f -0000013463 00000 f -0000013464 00000 f -0000013465 00000 f -0000013466 00000 f -0000013467 00000 f -0000013468 00000 f -0000013469 00000 f -0000013470 00000 f -0000013471 00000 f -0000013472 00000 f -0000013473 00000 f -0000013474 00000 f -0000013475 00000 f -0000013476 00000 f -0000013477 00000 f -0000013478 00000 f -0000013479 00000 f -0000013480 00000 f -0000013481 00000 f -0000013482 00000 f -0000013483 00000 f -0000013484 00000 f -0000013485 00000 f -0000013486 00000 f -0000013487 00000 f -0000013488 00000 f -0000013489 00000 f -0000013490 00000 f -0000013491 00000 f -0000013492 00000 f -0000013493 00000 f -0000013494 00000 f -0000013495 00000 f -0000013496 00000 f -0000013497 00000 f -0000013498 00000 f -0000013499 00000 f -0000013500 00000 f -0000013501 00000 f -0000013502 00000 f -0000013503 00000 f -0000013504 00000 f -0000013505 00000 f -0000013506 00000 f -0000013507 00000 f -0000013508 00000 f -0000013509 00000 f -0000013510 00000 f -0000013511 00000 f -0000013512 00000 f -0000013513 00000 f -0000013514 00000 f -0000013515 00000 f -0000013516 00000 f -0000013517 00000 f -0000013518 00000 f -0000013519 00000 f -0000013520 00000 f -0000013521 00000 f -0000013522 00000 f -0000013523 00000 f -0000013524 00000 f -0000013525 00000 f -0000013526 00000 f -0000013527 00000 f -0000013528 00000 f -0000013529 00000 f -0000013530 00000 f -0000013531 00000 f -0000013532 00000 f -0000013533 00000 f -0000013534 00000 f -0000013535 00000 f -0000013536 00000 f -0000013537 00000 f -0000013538 00000 f -0000013539 00000 f -0000013540 00000 f -0000013541 00000 f -0000013542 00000 f -0000013543 00000 f -0000013544 00000 f -0000013545 00000 f -0000013546 00000 f -0000013547 00000 f -0000013548 00000 f -0000013549 00000 f -0000013550 00000 f -0000013551 00000 f -0000013552 00000 f -0000013553 00000 f -0000013554 00000 f -0000013555 00000 f -0000013556 00000 f -0000013557 00000 f -0000013558 00000 f -0000013559 00000 f -0000013560 00000 f -0000013561 00000 f -0000013562 00000 f -0000013563 00000 f -0000013564 00000 f -0000013565 00000 f -0000013566 00000 f -0000013567 00000 f -0000013568 00000 f -0000013569 00000 f -0000013570 00000 f -0000013571 00000 f -0000013572 00000 f -0000013573 00000 f -0000013574 00000 f -0000013575 00000 f -0000013576 00000 f -0000013577 00000 f -0000013578 00000 f -0000013579 00000 f -0000013580 00000 f -0000013581 00000 f -0000013582 00000 f -0000013583 00000 f -0000013584 00000 f -0000013585 00000 f -0000013586 00000 f -0000013587 00000 f -0000013588 00000 f -0000013589 00000 f -0000013590 00000 f -0000013591 00000 f -0000013592 00000 f -0000013593 00000 f -0000013594 00000 f -0000013595 00000 f -0000013596 00000 f -0000013597 00000 f -0000013598 00000 f -0000013599 00000 f -0000013600 00000 f -0000013601 00000 f -0000013602 00000 f -0000013603 00000 f -0000013604 00000 f -0000013605 00000 f -0000013606 00000 f -0000013607 00000 f -0000013608 00000 f -0000013609 00000 f -0000013610 00000 f -0000013611 00000 f -0000013612 00000 f -0000013613 00000 f -0000013614 00000 f -0000013615 00000 f -0000013616 00000 f -0000013617 00000 f -0000013618 00000 f -0000013619 00000 f -0000013620 00000 f -0000013621 00000 f -0000013622 00000 f -0000013623 00000 f -0000013624 00000 f -0000013625 00000 f -0000013626 00000 f -0000013627 00000 f -0000013628 00000 f -0000013629 00000 f -0000013630 00000 f -0000013631 00000 f -0000013632 00000 f -0000013633 00000 f -0000013634 00000 f -0000013635 00000 f -0000013636 00000 f -0000013637 00000 f -0000013638 00000 f -0000013639 00000 f -0000013640 00000 f -0000013641 00000 f -0000013642 00000 f -0000013643 00000 f -0000013644 00000 f -0000013645 00000 f -0000013646 00000 f -0000013647 00000 f -0000013648 00000 f -0000013649 00000 f -0000013650 00000 f -0000013651 00000 f -0000013652 00000 f -0000013653 00000 f -0000013654 00000 f -0000013655 00000 f -0000013656 00000 f -0000013657 00000 f -0000013658 00000 f -0000013659 00000 f -0000013660 00000 f -0000013661 00000 f -0000013662 00000 f -0000013663 00000 f -0000013664 00000 f -0000013665 00000 f -0000013666 00000 f -0000013667 00000 f -0000013668 00000 f -0000013669 00000 f -0000013670 00000 f -0000013671 00000 f -0000013672 00000 f -0000013673 00000 f -0000013674 00000 f -0000013675 00000 f -0000013676 00000 f -0000013677 00000 f -0000013678 00000 f -0000013679 00000 f -0000013680 00000 f -0000013681 00000 f -0000013682 00000 f -0000013683 00000 f -0000013684 00000 f -0000013685 00000 f -0000013686 00000 f -0000013687 00000 f -0000013688 00000 f -0000013689 00000 f -0000013690 00000 f -0000013691 00000 f -0000013692 00000 f -0000013693 00000 f -0000013694 00000 f -0000013695 00000 f -0000013696 00000 f -0000013697 00000 f -0000013698 00000 f -0000013699 00000 f -0000013700 00000 f -0000013701 00000 f -0000013702 00000 f -0000013703 00000 f -0000013704 00000 f -0000013705 00000 f -0000013706 00000 f -0000013707 00000 f -0000013708 00000 f -0000013709 00000 f -0000013710 00000 f -0000013711 00000 f -0000013712 00000 f -0000013713 00000 f -0000013714 00000 f -0000013715 00000 f -0000013716 00000 f -0000013717 00000 f -0000013718 00000 f -0000013719 00000 f -0000013720 00000 f -0000013721 00000 f -0000013722 00000 f -0000013723 00000 f -0000013724 00000 f -0000013725 00000 f -0000013726 00000 f -0000013727 00000 f -0000013728 00000 f -0000013729 00000 f -0000013730 00000 f -0000013731 00000 f -0000013732 00000 f -0000013733 00000 f -0000013734 00000 f -0000013735 00000 f -0000013736 00000 f -0000013737 00000 f -0000013738 00000 f -0000013739 00000 f -0000013740 00000 f -0000013741 00000 f -0000013742 00000 f -0000013743 00000 f -0000013744 00000 f -0000013745 00000 f -0000013746 00000 f -0000013747 00000 f -0000013748 00000 f -0000013749 00000 f -0000013750 00000 f -0000013751 00000 f -0000013752 00000 f -0000013753 00000 f -0000013754 00000 f -0000013755 00000 f -0000013756 00000 f -0000013757 00000 f -0000013758 00000 f -0000013759 00000 f -0000013760 00000 f -0000013761 00000 f -0000013762 00000 f -0000013763 00000 f -0000013764 00000 f -0000013765 00000 f -0000013766 00000 f -0000013767 00000 f -0000013768 00000 f -0000013769 00000 f -0000013770 00000 f -0000013771 00000 f -0000013772 00000 f -0000013773 00000 f -0000013774 00000 f -0000013775 00000 f -0000013776 00000 f -0000013777 00000 f -0000013778 00000 f -0000013779 00000 f -0000013780 00000 f -0000013781 00000 f -0000013782 00000 f -0000013783 00000 f -0000013784 00000 f -0000013785 00000 f -0000013786 00000 f -0000013787 00000 f -0000013788 00000 f -0000013789 00000 f -0000013790 00000 f -0000013791 00000 f -0000013792 00000 f -0000013793 00000 f -0000013794 00000 f -0000013795 00000 f -0000013796 00000 f -0000013797 00000 f -0000013798 00000 f -0000013799 00000 f -0000013800 00000 f -0000013801 00000 f -0000013802 00000 f -0000013803 00000 f -0000013804 00000 f -0000013805 00000 f -0000013806 00000 f -0000013807 00000 f -0000013808 00000 f -0000013809 00000 f -0000013810 00000 f -0000013811 00000 f -0000013812 00000 f -0000013813 00000 f -0000013814 00000 f -0000013815 00000 f -0000013816 00000 f -0000013817 00000 f -0000013818 00000 f -0000013819 00000 f -0000013820 00000 f -0000013821 00000 f -0000013822 00000 f -0000013823 00000 f -0000013824 00000 f -0000013825 00000 f -0000013826 00000 f -0000013827 00000 f -0000013828 00000 f -0000013829 00000 f -0000013830 00000 f -0000013831 00000 f -0000013832 00000 f -0000013833 00000 f -0000013834 00000 f -0000013835 00000 f -0000013836 00000 f -0000013837 00000 f -0000013838 00000 f -0000013839 00000 f -0000013840 00000 f -0000013841 00000 f -0000013842 00000 f -0000013843 00000 f -0000013844 00000 f -0000013845 00000 f -0000013846 00000 f -0000013847 00000 f -0000013848 00000 f -0000013849 00000 f -0000013850 00000 f -0000013851 00000 f -0000013852 00000 f -0000013853 00000 f -0000013854 00000 f -0000013855 00000 f -0000013856 00000 f -0000013857 00000 f -0000013858 00000 f -0000013859 00000 f -0000013860 00000 f -0000013861 00000 f -0000013862 00000 f -0000013863 00000 f -0000013864 00000 f -0000013865 00000 f -0000013866 00000 f -0000013867 00000 f -0000013868 00000 f -0000013869 00000 f -0000013870 00000 f -0000013871 00000 f -0000013872 00000 f -0000013873 00000 f -0000013874 00000 f -0000013875 00000 f -0000013876 00000 f -0000013877 00000 f -0000013878 00000 f -0000013879 00000 f -0000013880 00000 f -0000013881 00000 f -0000013882 00000 f -0000013883 00000 f -0000013884 00000 f -0000013885 00000 f -0000013886 00000 f -0000013887 00000 f -0000013888 00000 f -0000013889 00000 f -0000013890 00000 f -0000013891 00000 f -0000013892 00000 f -0000013893 00000 f -0000013894 00000 f -0000013895 00000 f -0000013896 00000 f -0000013897 00000 f -0000013898 00000 f -0000013899 00000 f -0000013900 00000 f -0000013901 00000 f -0000013902 00000 f -0000013903 00000 f -0000013904 00000 f -0000013905 00000 f -0000013906 00000 f -0000013907 00000 f -0000013908 00000 f -0000013909 00000 f -0000013910 00000 f -0000013911 00000 f -0000013912 00000 f -0000013913 00000 f -0000013914 00000 f -0000013915 00000 f -0000013916 00000 f -0000013917 00000 f -0000013918 00000 f -0000013919 00000 f -0000013920 00000 f -0000013921 00000 f -0000013922 00000 f -0000013923 00000 f -0000013924 00000 f -0000013925 00000 f -0000013926 00000 f -0000013927 00000 f -0000013928 00000 f -0000013929 00000 f -0000013930 00000 f -0000013931 00000 f -0000013932 00000 f -0000013933 00000 f -0000013934 00000 f -0000013935 00000 f -0000013936 00000 f -0000013937 00000 f -0000013938 00000 f -0000013939 00000 f -0000013940 00000 f -0000013941 00000 f -0000013942 00000 f -0000013943 00000 f -0000013944 00000 f -0000013945 00000 f -0000013946 00000 f -0000013947 00000 f -0000013948 00000 f -0000013949 00000 f -0000013950 00000 f -0000013951 00000 f -0000013952 00000 f -0000013953 00000 f -0000013954 00000 f -0000013955 00000 f -0000013956 00000 f -0000013957 00000 f -0000013958 00000 f -0000013959 00000 f -0000013960 00000 f -0000013961 00000 f -0000013962 00000 f -0000013963 00000 f -0000013964 00000 f -0000013965 00000 f -0000013966 00000 f -0000013967 00000 f -0000013968 00000 f -0000013969 00000 f -0000013970 00000 f -0000013971 00000 f -0000013972 00000 f -0000013973 00000 f -0000013974 00000 f -0000013975 00000 f -0000013976 00000 f -0000013977 00000 f -0000013978 00000 f -0000013979 00000 f -0000013980 00000 f -0000013981 00000 f -0000013982 00000 f -0000013983 00000 f -0000013984 00000 f -0000013985 00000 f -0000013986 00000 f -0000013987 00000 f -0000013988 00000 f -0000013989 00000 f -0000013990 00000 f -0000013991 00000 f -0000013992 00000 f -0000013993 00000 f -0000013994 00000 f -0000013995 00000 f -0000013996 00000 f -0000013997 00000 f -0000013998 00000 f -0000013999 00000 f -0000014000 00000 f -0000014001 00000 f -0000014002 00000 f -0000014003 00000 f -0000014004 00000 f -0000014005 00000 f -0000014006 00000 f -0000014007 00000 f -0000014008 00000 f -0000014009 00000 f -0000014010 00000 f -0000014011 00000 f -0000014012 00000 f -0000014013 00000 f -0000014014 00000 f -0000014015 00000 f -0000014016 00000 f -0000014017 00000 f -0000014018 00000 f -0000014019 00000 f -0000014020 00000 f -0000014021 00000 f -0000014022 00000 f -0000014023 00000 f -0000014024 00000 f -0000014025 00000 f -0000014026 00000 f -0000014027 00000 f -0000014028 00000 f -0000014029 00000 f -0000014030 00000 f -0000014031 00000 f -0000014032 00000 f -0000014033 00000 f -0000014034 00000 f -0000014035 00000 f -0000014036 00000 f -0000014037 00000 f -0000014038 00000 f -0000014039 00000 f -0000014040 00000 f -0000014041 00000 f -0000014042 00000 f -0000014043 00000 f -0000014044 00000 f -0000014045 00000 f -0000014046 00000 f -0000014047 00000 f -0000014048 00000 f -0000014049 00000 f -0000014050 00000 f -0000014051 00000 f -0000014052 00000 f -0000014053 00000 f -0000014054 00000 f -0000014055 00000 f -0000014056 00000 f -0000014057 00000 f -0000014058 00000 f -0000014059 00000 f -0000014060 00000 f -0000014061 00000 f -0000014062 00000 f -0000014063 00000 f -0000014064 00000 f -0000014065 00000 f -0000014066 00000 f -0000014067 00000 f -0000014068 00000 f -0000014069 00000 f -0000014070 00000 f -0000014071 00000 f -0000014072 00000 f -0000014073 00000 f -0000014074 00000 f -0000014075 00000 f -0000014076 00000 f -0000014077 00000 f -0000014078 00000 f -0000014079 00000 f -0000014080 00000 f -0000014081 00000 f -0000014082 00000 f -0000014083 00000 f -0000014084 00000 f -0000014085 00000 f -0000014086 00000 f -0000014087 00000 f -0000014088 00000 f -0000014089 00000 f -0000014090 00000 f -0000014091 00000 f -0000014092 00000 f -0000014093 00000 f -0000014094 00000 f -0000014095 00000 f -0000014096 00000 f -0000014097 00000 f -0000014098 00000 f -0000014099 00000 f -0000014100 00000 f -0000014101 00000 f -0000014102 00000 f -0000014103 00000 f -0000014104 00000 f -0000014105 00000 f -0000014106 00000 f -0000014107 00000 f -0000014108 00000 f -0000014109 00000 f -0000014110 00000 f -0000014111 00000 f -0000014112 00000 f -0000014113 00000 f -0000014114 00000 f -0000014115 00000 f -0000014116 00000 f -0000014117 00000 f -0000014118 00000 f -0000014119 00000 f -0000014120 00000 f -0000014121 00000 f -0000014122 00000 f -0000014123 00000 f -0000014124 00000 f -0000014125 00000 f -0000014126 00000 f -0000014127 00000 f -0000014128 00000 f -0000014129 00000 f -0000014130 00000 f -0000014131 00000 f -0000014132 00000 f -0000014133 00000 f -0000014134 00000 f -0000014135 00000 f -0000014136 00000 f -0000014137 00000 f -0000014138 00000 f -0000014139 00000 f -0000014140 00000 f -0000014141 00000 f -0000014142 00000 f -0000014143 00000 f -0000014144 00000 f -0000014145 00000 f -0000014146 00000 f -0000014147 00000 f -0000014148 00000 f -0000014149 00000 f -0000014150 00000 f -0000014151 00000 f -0000014152 00000 f -0000014153 00000 f -0000014154 00000 f -0000014155 00000 f -0000014156 00000 f -0000014157 00000 f -0000014158 00000 f -0000014159 00000 f -0000014160 00000 f -0000014161 00000 f -0000014162 00000 f -0000014163 00000 f -0000014164 00000 f -0000014165 00000 f -0000014166 00000 f -0000014167 00000 f -0000014168 00000 f -0000014169 00000 f -0000014170 00000 f -0000014171 00000 f -0000014172 00000 f -0000014173 00000 f -0000014174 00000 f -0000014175 00000 f -0000014176 00000 f -0000014177 00000 f -0000014178 00000 f -0000014179 00000 f -0000014180 00000 f -0000014181 00000 f -0000014182 00000 f -0000014183 00000 f -0000014184 00000 f -0000014185 00000 f -0000014186 00000 f -0000014187 00000 f -0000014188 00000 f -0000014189 00000 f -0000014190 00000 f -0000014191 00000 f -0000014192 00000 f -0000014193 00000 f -0000014194 00000 f -0000014195 00000 f -0000014196 00000 f -0000014197 00000 f -0000014198 00000 f -0000014199 00000 f -0000014200 00000 f -0000014201 00000 f -0000014202 00000 f -0000014203 00000 f -0000014204 00000 f -0000014205 00000 f -0000014206 00000 f -0000014207 00000 f -0000014208 00000 f -0000014209 00000 f -0000014210 00000 f -0000014211 00000 f -0000014212 00000 f -0000014213 00000 f -0000014214 00000 f -0000014215 00000 f -0000014216 00000 f -0000014217 00000 f -0000014218 00000 f -0000014219 00000 f -0000014220 00000 f -0000014221 00000 f -0000014222 00000 f -0000014223 00000 f -0000014224 00000 f -0000014225 00000 f -0000014226 00000 f -0000014227 00000 f -0000014228 00000 f -0000014229 00000 f -0000014230 00000 f -0000014231 00000 f -0000014232 00000 f -0000014233 00000 f -0000014234 00000 f -0000014235 00000 f -0000014236 00000 f -0000014237 00000 f -0000014238 00000 f -0000014239 00000 f -0000014240 00000 f -0000014241 00000 f -0000014242 00000 f -0000014243 00000 f -0000014244 00000 f -0000014245 00000 f -0000014246 00000 f -0000014247 00000 f -0000014248 00000 f -0000014249 00000 f -0000014250 00000 f -0000014251 00000 f -0000014252 00000 f -0000014253 00000 f -0000014254 00000 f -0000014255 00000 f -0000014256 00000 f -0000014257 00000 f -0000014258 00000 f -0000014259 00000 f -0000014260 00000 f -0000014261 00000 f -0000014262 00000 f -0000014263 00000 f -0000014264 00000 f -0000014265 00000 f -0000014266 00000 f -0000014267 00000 f -0000014268 00000 f -0000014269 00000 f -0000014270 00000 f -0000014271 00000 f -0000014272 00000 f -0000014273 00000 f -0000014274 00000 f -0000014275 00000 f -0000014276 00000 f -0000014277 00000 f -0000014278 00000 f -0000014279 00000 f -0000014280 00000 f -0000014281 00000 f -0000014282 00000 f -0000014283 00000 f -0000014284 00000 f -0000014285 00000 f -0000014286 00000 f -0000014287 00000 f -0000014288 00000 f -0000014289 00000 f -0000014290 00000 f -0000014291 00000 f -0000014292 00000 f -0000014293 00000 f -0000014294 00000 f -0000014295 00000 f -0000014296 00000 f -0000014297 00000 f -0000014298 00000 f -0000014299 00000 f -0000014300 00000 f -0000014301 00000 f -0000014302 00000 f -0000014303 00000 f -0000014304 00000 f -0000014305 00000 f -0000014306 00000 f -0000014307 00000 f -0000014308 00000 f -0000014309 00000 f -0000014310 00000 f -0000014311 00000 f -0000014312 00000 f -0000014313 00000 f -0000014314 00000 f -0000014315 00000 f -0000014316 00000 f -0000014317 00000 f -0000014318 00000 f -0000014319 00000 f -0000014320 00000 f -0000014321 00000 f -0000014322 00000 f -0000014323 00000 f -0000014324 00000 f -0000014325 00000 f -0000014326 00000 f -0000014327 00000 f -0000014328 00000 f -0000014329 00000 f -0000014330 00000 f -0000014331 00000 f -0000014332 00000 f -0000014333 00000 f -0000014334 00000 f -0000014335 00000 f -0000014336 00000 f -0000014337 00000 f -0000014338 00000 f -0000014339 00000 f -0000014340 00000 f -0000014341 00000 f -0000014342 00000 f -0000014343 00000 f -0000014344 00000 f -0000014345 00000 f -0000014346 00000 f -0000014347 00000 f -0000014348 00000 f -0000014349 00000 f -0000014350 00000 f -0000014351 00000 f -0000014352 00000 f -0000014353 00000 f -0000014354 00000 f -0000014355 00000 f -0000014356 00000 f -0000014357 00000 f -0000014358 00000 f -0000014359 00000 f -0000014360 00000 f -0000014361 00000 f -0000014362 00000 f -0000014363 00000 f -0000014364 00000 f -0000014365 00000 f -0000014366 00000 f -0000014367 00000 f -0000014368 00000 f -0000014369 00000 f -0000014370 00000 f -0000014371 00000 f -0000014372 00000 f -0000014373 00000 f -0000014374 00000 f -0000014375 00000 f -0000014376 00000 f -0000014377 00000 f -0000014378 00000 f -0000014379 00000 f -0000014380 00000 f -0000014381 00000 f -0000014382 00000 f -0000014383 00000 f -0000014384 00000 f -0000014385 00000 f -0000014386 00000 f -0000014387 00000 f -0000014388 00000 f -0000014389 00000 f -0000014390 00000 f -0000014391 00000 f -0000014392 00000 f -0000014393 00000 f -0000014394 00000 f -0000014395 00000 f -0000014396 00000 f -0000014397 00000 f -0000014398 00000 f -0000014399 00000 f -0000014400 00000 f -0000014401 00000 f -0000014402 00000 f -0000014403 00000 f -0000014404 00000 f -0000014405 00000 f -0000014406 00000 f -0000014407 00000 f -0000014408 00000 f -0000014409 00000 f -0000014410 00000 f -0000014411 00000 f -0000014412 00000 f -0000014413 00000 f -0000014414 00000 f -0000014415 00000 f -0000014416 00000 f -0000014417 00000 f -0000014418 00000 f -0000014425 00000 f -0000764619 00000 n -0000764653 00000 n -0000764497 00000 n -0000764531 00000 n -0000764375 00000 n -0000764409 00000 n -0000014426 00000 f -0000014427 00000 f -0000014428 00000 f -0000014429 00000 f -0000014430 00000 f -0000014431 00000 f -0000014432 00000 f -0000014436 00000 f -0000763139 00000 n -0000763221 00000 n -0000763304 00000 n -0000014437 00000 f -0000014438 00000 f -0000014439 00000 f -0000014440 00000 f -0000014441 00000 f -0000014442 00000 f -0000014443 00000 f -0000014444 00000 f -0000014445 00000 f -0000014446 00000 f -0000014447 00000 f -0000014448 00000 f -0000014449 00000 f -0000014450 00000 f -0000014451 00000 f -0000014452 00000 f -0000014453 00000 f -0000014454 00000 f -0000014455 00000 f -0000014456 00000 f -0000014457 00000 f -0000014458 00000 f -0000014459 00000 f -0000014460 00000 f -0000014461 00000 f -0000014462 00000 f -0000014463 00000 f -0000014464 00000 f -0000014465 00000 f -0000014466 00000 f -0000014467 00000 f -0000014468 00000 f -0000014469 00000 f -0000014470 00000 f -0000014471 00000 f -0000014472 00000 f -0000014473 00000 f -0000014474 00000 f -0000014475 00000 f -0000014476 00000 f -0000014477 00000 f -0000014478 00000 f -0000014479 00000 f -0000014480 00000 f -0000014481 00000 f -0000014482 00000 f -0000014483 00000 f -0000014484 00000 f -0000014485 00000 f -0000014486 00000 f -0000014487 00000 f -0000014488 00000 f -0000014489 00000 f -0000014490 00000 f -0000014491 00000 f -0000014492 00000 f -0000014493 00000 f -0000014494 00000 f -0000014495 00000 f -0000014496 00000 f -0000014497 00000 f -0000014498 00000 f -0000014499 00000 f -0000014500 00000 f -0000014501 00000 f -0000014502 00000 f -0000014503 00000 f -0000014504 00000 f -0000014505 00000 f -0000014506 00000 f -0000014507 00000 f -0000014508 00000 f -0000014509 00000 f -0000014510 00000 f -0000014511 00000 f -0000014512 00000 f -0000014513 00000 f -0000014514 00000 f -0000014515 00000 f -0000014516 00000 f -0000014517 00000 f -0000014518 00000 f -0000014519 00000 f -0000014520 00000 f -0000014521 00000 f -0000014522 00000 f -0000014523 00000 f -0000014524 00000 f -0000014525 00000 f -0000014526 00000 f -0000014527 00000 f -0000014528 00000 f -0000014529 00000 f -0000014530 00000 f -0000014531 00000 f -0000014532 00000 f -0000014533 00000 f -0000014534 00000 f -0000014535 00000 f -0000014536 00000 f -0000014537 00000 f -0000014538 00000 f -0000014539 00000 f -0000014540 00000 f -0000014541 00000 f -0000014542 00000 f -0000014543 00000 f -0000014544 00000 f -0000014545 00000 f -0000014546 00000 f -0000014547 00000 f -0000014548 00000 f -0000014549 00000 f -0000014550 00000 f -0000014551 00000 f -0000014552 00000 f -0000014553 00000 f -0000014554 00000 f -0000014555 00000 f -0000014556 00000 f -0000014557 00000 f -0000014558 00000 f -0000014559 00000 f -0000014560 00000 f -0000014561 00000 f -0000014562 00000 f -0000014563 00000 f -0000014564 00000 f -0000014565 00000 f -0000014566 00000 f -0000014567 00000 f -0000014568 00000 f -0000014569 00000 f -0000014570 00000 f -0000014571 00000 f -0000014572 00000 f -0000014573 00000 f -0000014574 00000 f -0000014575 00000 f -0000014576 00000 f -0000014577 00000 f -0000014578 00000 f -0000014579 00000 f -0000014580 00000 f -0000014581 00000 f -0000014582 00000 f -0000014583 00000 f -0000014584 00000 f -0000014585 00000 f -0000014586 00000 f -0000014587 00000 f -0000014588 00000 f -0000014589 00000 f -0000014590 00000 f -0000014591 00000 f -0000014592 00000 f -0000014593 00000 f -0000014594 00000 f -0000014595 00000 f -0000014596 00000 f -0000014597 00000 f -0000014598 00000 f -0000014599 00000 f -0000014600 00000 f -0000014601 00000 f -0000014602 00000 f -0000014603 00000 f -0000014604 00000 f -0000014605 00000 f -0000014606 00000 f -0000014607 00000 f -0000014608 00000 f -0000014609 00000 f -0000014610 00000 f -0000014611 00000 f -0000014612 00000 f -0000014613 00000 f -0000014614 00000 f -0000014615 00000 f -0000014616 00000 f -0000014617 00000 f -0000014618 00000 f -0000014619 00000 f -0000014620 00000 f -0000014621 00000 f -0000014622 00000 f -0000014623 00000 f -0000014624 00000 f -0000014625 00000 f -0000014626 00000 f -0000014627 00000 f -0000014628 00000 f -0000014629 00000 f -0000014630 00000 f -0000014631 00000 f -0000014632 00000 f -0000014633 00000 f -0000014634 00000 f -0000014635 00000 f -0000014636 00000 f -0000014637 00000 f -0000014638 00000 f -0000014639 00000 f -0000014640 00000 f -0000014641 00000 f -0000014642 00000 f -0000014643 00000 f -0000014644 00000 f -0000014645 00000 f -0000014646 00000 f -0000014647 00000 f -0000014648 00000 f -0000014649 00000 f -0000014650 00000 f -0000014651 00000 f -0000014652 00000 f -0000014653 00000 f -0000014654 00000 f -0000014655 00000 f -0000014656 00000 f -0000014657 00000 f -0000014658 00000 f -0000014659 00000 f -0000014660 00000 f -0000014661 00000 f -0000014662 00000 f -0000014663 00000 f -0000014664 00000 f -0000014665 00000 f -0000014666 00000 f -0000014667 00000 f -0000014668 00000 f -0000014669 00000 f -0000014670 00000 f -0000014671 00000 f -0000014672 00000 f -0000014673 00000 f -0000014674 00000 f -0000014675 00000 f -0000014676 00000 f -0000014677 00000 f -0000014678 00000 f -0000014679 00000 f -0000014680 00000 f -0000014681 00000 f -0000014682 00000 f -0000014683 00000 f -0000014684 00000 f -0000014685 00000 f -0000014686 00000 f -0000014687 00000 f -0000014688 00000 f -0000014689 00000 f -0000014690 00000 f -0000014691 00000 f -0000014692 00000 f -0000014693 00000 f -0000014694 00000 f -0000014695 00000 f -0000014696 00000 f -0000014697 00000 f -0000014698 00000 f -0000014699 00000 f -0000014700 00000 f -0000014701 00000 f -0000014702 00000 f -0000014703 00000 f -0000014704 00000 f -0000014705 00000 f -0000014706 00000 f -0000014707 00000 f -0000014708 00000 f -0000014709 00000 f -0000014710 00000 f -0000014711 00000 f -0000014712 00000 f -0000014713 00000 f -0000014714 00000 f -0000014715 00000 f -0000014716 00000 f -0000014717 00000 f -0000014718 00000 f -0000014719 00000 f -0000014720 00000 f -0000014721 00000 f -0000014722 00000 f -0000014723 00000 f -0000014724 00000 f -0000014725 00000 f -0000014726 00000 f -0000014727 00000 f -0000014728 00000 f -0000014729 00000 f -0000014730 00000 f -0000014731 00000 f -0000014732 00000 f -0000014733 00000 f -0000014734 00000 f -0000014735 00000 f -0000014736 00000 f -0000014737 00000 f -0000014738 00000 f -0000014739 00000 f -0000014740 00000 f -0000014741 00000 f -0000014742 00000 f -0000014743 00000 f -0000014744 00000 f -0000014745 00000 f -0000014746 00000 f -0000014747 00000 f -0000014748 00000 f -0000014749 00000 f -0000014750 00000 f -0000014751 00000 f -0000014752 00000 f -0000014753 00000 f -0000014754 00000 f -0000014755 00000 f -0000014756 00000 f -0000014757 00000 f -0000014758 00000 f -0000014759 00000 f -0000014760 00000 f -0000014761 00000 f -0000014762 00000 f -0000014763 00000 f -0000014764 00000 f -0000014765 00000 f -0000014766 00000 f -0000014767 00000 f -0000014768 00000 f -0000014769 00000 f -0000014770 00000 f -0000014771 00000 f -0000014772 00000 f -0000014773 00000 f -0000014774 00000 f -0000014775 00000 f -0000014776 00000 f -0000014777 00000 f -0000014778 00000 f -0000014779 00000 f -0000014780 00000 f -0000014781 00000 f -0000014782 00000 f -0000014783 00000 f -0000014784 00000 f -0000014785 00000 f -0000014786 00000 f -0000014787 00000 f -0000014788 00000 f -0000014789 00000 f -0000014790 00000 f -0000014791 00000 f -0000014792 00000 f -0000014793 00000 f -0000014794 00000 f -0000014795 00000 f -0000014796 00000 f -0000014797 00000 f -0000014798 00000 f -0000014799 00000 f -0000014800 00000 f -0000014801 00000 f -0000014802 00000 f -0000014803 00000 f -0000014804 00000 f -0000014805 00000 f -0000014806 00000 f -0000014807 00000 f -0000014808 00000 f -0000014809 00000 f -0000014810 00000 f -0000014811 00000 f -0000014812 00000 f -0000014813 00000 f -0000014814 00000 f -0000014815 00000 f -0000014816 00000 f -0000014817 00000 f -0000014818 00000 f -0000014819 00000 f -0000014820 00000 f -0000014821 00000 f -0000014822 00000 f -0000014823 00000 f -0000014824 00000 f -0000014825 00000 f -0000014826 00000 f -0000014827 00000 f -0000014828 00000 f -0000014829 00000 f -0000014830 00000 f -0000014831 00000 f -0000014832 00000 f -0000014833 00000 f -0000014834 00000 f -0000014835 00000 f -0000014836 00000 f -0000014837 00000 f -0000014838 00000 f -0000014839 00000 f -0000014840 00000 f -0000014841 00000 f -0000014842 00000 f -0000014843 00000 f -0000014844 00000 f -0000014845 00000 f -0000014846 00000 f -0000014847 00000 f -0000014848 00000 f -0000014849 00000 f -0000014850 00000 f -0000014851 00000 f -0000014852 00000 f -0000014853 00000 f -0000014854 00000 f -0000014855 00000 f -0000014856 00000 f -0000014857 00000 f -0000014858 00000 f -0000014859 00000 f -0000014860 00000 f -0000014861 00000 f -0000014862 00000 f -0000014863 00000 f -0000014864 00000 f -0000014865 00000 f -0000014866 00000 f -0000014867 00000 f -0000014868 00000 f -0000014869 00000 f -0000014870 00000 f -0000014871 00000 f -0000014872 00000 f -0000014873 00000 f -0000014874 00000 f -0000014875 00000 f -0000014876 00000 f -0000014877 00000 f -0000014878 00000 f -0000014879 00000 f -0000014880 00000 f -0000014881 00000 f -0000014882 00000 f -0000014883 00000 f -0000014884 00000 f -0000014885 00000 f -0000014886 00000 f -0000014887 00000 f -0000014888 00000 f -0000014889 00000 f -0000014890 00000 f -0000014891 00000 f -0000014892 00000 f -0000014893 00000 f -0000014894 00000 f -0000014895 00000 f -0000014896 00000 f -0000014897 00000 f -0000014898 00000 f -0000014899 00000 f -0000014900 00000 f -0000014901 00000 f -0000014902 00000 f -0000014903 00000 f -0000014904 00000 f -0000014905 00000 f -0000014906 00000 f -0000014907 00000 f -0000014908 00000 f -0000014909 00000 f -0000014910 00000 f -0000014911 00000 f -0000014912 00000 f -0000014913 00000 f -0000014914 00000 f -0000014915 00000 f -0000014916 00000 f -0000014917 00000 f -0000014918 00000 f -0000014919 00000 f -0000014920 00000 f -0000014921 00000 f -0000014922 00000 f -0000014923 00000 f -0000014924 00000 f -0000014925 00000 f -0000014926 00000 f -0000014927 00000 f -0000014928 00000 f -0000014929 00000 f -0000014930 00000 f -0000014931 00000 f -0000014932 00000 f -0000014933 00000 f -0000014934 00000 f -0000014935 00000 f -0000014936 00000 f -0000014937 00000 f -0000014938 00000 f -0000014939 00000 f -0000014940 00000 f -0000014941 00000 f -0000014942 00000 f -0000014943 00000 f -0000014944 00000 f -0000014945 00000 f -0000014946 00000 f -0000014947 00000 f -0000014948 00000 f -0000014949 00000 f -0000014950 00000 f -0000014951 00000 f -0000014952 00000 f -0000014953 00000 f -0000014954 00000 f -0000014955 00000 f -0000014956 00000 f -0000014957 00000 f -0000014958 00000 f -0000014959 00000 f -0000014960 00000 f -0000014961 00000 f -0000014962 00000 f -0000014963 00000 f -0000014964 00000 f -0000014965 00000 f -0000014966 00000 f -0000014967 00000 f -0000014968 00000 f -0000014969 00000 f -0000014970 00000 f -0000014971 00000 f -0000014972 00000 f -0000014973 00000 f -0000014974 00000 f -0000014975 00000 f -0000014976 00000 f -0000014977 00000 f -0000014978 00000 f -0000014979 00000 f -0000014980 00000 f -0000014981 00000 f -0000014982 00000 f -0000014983 00000 f -0000014984 00000 f -0000014985 00000 f -0000014986 00000 f -0000014987 00000 f -0000014988 00000 f -0000014989 00000 f -0000014990 00000 f -0000014991 00000 f -0000014992 00000 f -0000014993 00000 f -0000014994 00000 f -0000014995 00000 f -0000014996 00000 f -0000014997 00000 f -0000014998 00000 f -0000014999 00000 f -0000015000 00000 f -0000015001 00000 f -0000015002 00000 f -0000015003 00000 f -0000015004 00000 f -0000015005 00000 f -0000015006 00000 f -0000015007 00000 f -0000015008 00000 f -0000015009 00000 f -0000015010 00000 f -0000015011 00000 f -0000015012 00000 f -0000015013 00000 f -0000015014 00000 f -0000015015 00000 f -0000015016 00000 f -0000015017 00000 f -0000015018 00000 f -0000015019 00000 f -0000015020 00000 f -0000015021 00000 f -0000015022 00000 f -0000015023 00000 f -0000015024 00000 f -0000015025 00000 f -0000015026 00000 f -0000015027 00000 f -0000015028 00000 f -0000015029 00000 f -0000015030 00000 f -0000015031 00000 f -0000015032 00000 f -0000015033 00000 f -0000015034 00000 f -0000015035 00000 f -0000015036 00000 f -0000015037 00000 f -0000015038 00000 f -0000015039 00000 f -0000015040 00000 f -0000015041 00000 f -0000015042 00000 f -0000015043 00000 f -0000015044 00000 f -0000015045 00000 f -0000015046 00000 f -0000015047 00000 f -0000015048 00000 f -0000015049 00000 f -0000015050 00000 f -0000015051 00000 f -0000015052 00000 f -0000015053 00000 f -0000015054 00000 f -0000015055 00000 f -0000015056 00000 f -0000015057 00000 f -0000015058 00000 f -0000015059 00000 f -0000015060 00000 f -0000015061 00000 f -0000015062 00000 f -0000015063 00000 f -0000015064 00000 f -0000015065 00000 f -0000015066 00000 f -0000015067 00000 f -0000015068 00000 f -0000015069 00000 f -0000015070 00000 f -0000015071 00000 f -0000015072 00000 f -0000015073 00000 f -0000015074 00000 f -0000015075 00000 f -0000015076 00000 f -0000015077 00000 f -0000015078 00000 f -0000015079 00000 f -0000015080 00000 f -0000015081 00000 f -0000015082 00000 f -0000015083 00000 f -0000015084 00000 f -0000015085 00000 f -0000015086 00000 f -0000015087 00000 f -0000015088 00000 f -0000015089 00000 f -0000015090 00000 f -0000015091 00000 f -0000015092 00000 f -0000015093 00000 f -0000015094 00000 f -0000015095 00000 f -0000015096 00000 f -0000015097 00000 f -0000015098 00000 f -0000015099 00000 f -0000015100 00000 f -0000015101 00000 f -0000015102 00000 f -0000015103 00000 f -0000015104 00000 f -0000015105 00000 f -0000015106 00000 f -0000015107 00000 f -0000015108 00000 f -0000015109 00000 f -0000015110 00000 f -0000015111 00000 f -0000015112 00000 f -0000015113 00000 f -0000015114 00000 f -0000015115 00000 f -0000015116 00000 f -0000015117 00000 f -0000015118 00000 f -0000015119 00000 f -0000015120 00000 f -0000015121 00000 f -0000015122 00000 f -0000015123 00000 f -0000015124 00000 f -0000015125 00000 f -0000015126 00000 f -0000015127 00000 f -0000015128 00000 f -0000015129 00000 f -0000015130 00000 f -0000015131 00000 f -0000015132 00000 f -0000015133 00000 f -0000015134 00000 f -0000015135 00000 f -0000015136 00000 f -0000015137 00000 f -0000015138 00000 f -0000015139 00000 f -0000015140 00000 f -0000015141 00000 f -0000015142 00000 f -0000015143 00000 f -0000015144 00000 f -0000015145 00000 f -0000015146 00000 f -0000015147 00000 f -0000015148 00000 f -0000015149 00000 f -0000015150 00000 f -0000015151 00000 f -0000015152 00000 f -0000015153 00000 f -0000015154 00000 f -0000015155 00000 f -0000015156 00000 f -0000015157 00000 f -0000015158 00000 f -0000015159 00000 f -0000015160 00000 f -0000015161 00000 f -0000015162 00000 f -0000015163 00000 f -0000015164 00000 f -0000015165 00000 f -0000015166 00000 f -0000015167 00000 f -0000015168 00000 f -0000015169 00000 f -0000015170 00000 f -0000015171 00000 f -0000015172 00000 f -0000015173 00000 f -0000015174 00000 f -0000015175 00000 f -0000015176 00000 f -0000015177 00000 f -0000015178 00000 f -0000015179 00000 f -0000015180 00000 f -0000015181 00000 f -0000015182 00000 f -0000015183 00000 f -0000015184 00000 f -0000015185 00000 f -0000015186 00000 f -0000015187 00000 f -0000015188 00000 f -0000015189 00000 f -0000015190 00000 f -0000015191 00000 f -0000015192 00000 f -0000015193 00000 f -0000015194 00000 f -0000015195 00000 f -0000015196 00000 f -0000015197 00000 f -0000015198 00000 f -0000015199 00000 f -0000015200 00000 f -0000015201 00000 f -0000015202 00000 f -0000015203 00000 f -0000015204 00000 f -0000015205 00000 f -0000015206 00000 f -0000015207 00000 f -0000015208 00000 f -0000015209 00000 f -0000015210 00000 f -0000015211 00000 f -0000015212 00000 f -0000015213 00000 f -0000015214 00000 f -0000015215 00000 f -0000015216 00000 f -0000015217 00000 f -0000015218 00000 f -0000015219 00000 f -0000015220 00000 f -0000015221 00000 f -0000015222 00000 f -0000015223 00000 f -0000015224 00000 f -0000015225 00000 f -0000015226 00000 f -0000015227 00000 f -0000015228 00000 f -0000015229 00000 f -0000015230 00000 f -0000015231 00000 f -0000015232 00000 f -0000015233 00000 f -0000015234 00000 f -0000015235 00000 f -0000015236 00000 f -0000015237 00000 f -0000015238 00000 f -0000015239 00000 f -0000015240 00000 f -0000015241 00000 f -0000015242 00000 f -0000015243 00000 f -0000015244 00000 f -0000015245 00000 f -0000015246 00000 f -0000015247 00000 f -0000015248 00000 f -0000015249 00000 f -0000015250 00000 f -0000015251 00000 f -0000015252 00000 f -0000015253 00000 f -0000015254 00000 f -0000015255 00000 f -0000015256 00000 f -0000015257 00000 f -0000015258 00000 f -0000015259 00000 f -0000015260 00000 f -0000015261 00000 f -0000015262 00000 f -0000015263 00000 f -0000015264 00000 f -0000015265 00000 f -0000015266 00000 f -0000015267 00000 f -0000015268 00000 f -0000015269 00000 f -0000015270 00000 f -0000015271 00000 f -0000015272 00000 f -0000015273 00000 f -0000015274 00000 f -0000015275 00000 f -0000015276 00000 f -0000015277 00000 f -0000015278 00000 f -0000015279 00000 f -0000015280 00000 f -0000015281 00000 f -0000015282 00000 f -0000015283 00000 f -0000015284 00000 f -0000015285 00000 f -0000015286 00000 f -0000015287 00000 f -0000015288 00000 f -0000015289 00000 f -0000015290 00000 f -0000015291 00000 f -0000015292 00000 f -0000015293 00000 f -0000015294 00000 f -0000015295 00000 f -0000015296 00000 f -0000015297 00000 f -0000015298 00000 f -0000015299 00000 f -0000015300 00000 f -0000015301 00000 f -0000015302 00000 f -0000015303 00000 f -0000015304 00000 f -0000015305 00000 f -0000015306 00000 f -0000015307 00000 f -0000015308 00000 f -0000015309 00000 f -0000015310 00000 f -0000015311 00000 f -0000015312 00000 f -0000015313 00000 f -0000015314 00000 f -0000015315 00000 f -0000015316 00000 f -0000015317 00000 f -0000015318 00000 f -0000015319 00000 f -0000015320 00000 f -0000015321 00000 f -0000015322 00000 f -0000015323 00000 f -0000015324 00000 f -0000015325 00000 f -0000015326 00000 f -0000015327 00000 f -0000015328 00000 f -0000015329 00000 f -0000015330 00000 f -0000015331 00000 f -0000015332 00000 f -0000015333 00000 f -0000015334 00000 f -0000015335 00000 f -0000015336 00000 f -0000015337 00000 f -0000015338 00000 f -0000015339 00000 f -0000015340 00000 f -0000015341 00000 f -0000015342 00000 f -0000015343 00000 f -0000015344 00000 f -0000015345 00000 f -0000015346 00000 f -0000015347 00000 f -0000015348 00000 f -0000015349 00000 f -0000015350 00000 f -0000015351 00000 f -0000015352 00000 f -0000015353 00000 f -0000015354 00000 f -0000015355 00000 f -0000015356 00000 f -0000015357 00000 f -0000015358 00000 f -0000015359 00000 f -0000015360 00000 f -0000015361 00000 f -0000015362 00000 f -0000015363 00000 f -0000015364 00000 f -0000015365 00000 f -0000015366 00000 f -0000015367 00000 f -0000015368 00000 f -0000015369 00000 f -0000015370 00000 f -0000015371 00000 f -0000015372 00000 f -0000015373 00000 f -0000015374 00000 f -0000015375 00000 f -0000015376 00000 f -0000015377 00000 f -0000015378 00000 f -0000015379 00000 f -0000015380 00000 f -0000015381 00000 f -0000015382 00000 f -0000015383 00000 f -0000015384 00000 f -0000015385 00000 f -0000015386 00000 f -0000015387 00000 f -0000015388 00000 f -0000015389 00000 f -0000015390 00000 f -0000015391 00000 f -0000015392 00000 f -0000015393 00000 f -0000015394 00000 f -0000015395 00000 f -0000015396 00000 f -0000015397 00000 f -0000015398 00000 f -0000015399 00000 f -0000015400 00000 f -0000015401 00000 f -0000015402 00000 f -0000015403 00000 f -0000015404 00000 f -0000015405 00000 f -0000015406 00000 f -0000015407 00000 f -0000015408 00000 f -0000015409 00000 f -0000015410 00000 f -0000015411 00000 f -0000015412 00000 f -0000015413 00000 f -0000015414 00000 f -0000015415 00000 f -0000015416 00000 f -0000015417 00000 f -0000015418 00000 f -0000015419 00000 f -0000015420 00000 f -0000015421 00000 f -0000015422 00000 f -0000015423 00000 f -0000015424 00000 f -0000015425 00000 f -0000015426 00000 f -0000015427 00000 f -0000015428 00000 f -0000015429 00000 f -0000015430 00000 f -0000015431 00000 f -0000015432 00000 f -0000015433 00000 f -0000015434 00000 f -0000015435 00000 f -0000015436 00000 f -0000015437 00000 f -0000015438 00000 f -0000015439 00000 f -0000015440 00000 f -0000015441 00000 f -0000015442 00000 f -0000015443 00000 f -0000015444 00000 f -0000015445 00000 f -0000015446 00000 f -0000015447 00000 f -0000015448 00000 f -0000015449 00000 f -0000015450 00000 f -0000015451 00000 f -0000015452 00000 f -0000015453 00000 f -0000015454 00000 f -0000015455 00000 f -0000015456 00000 f -0000015457 00000 f -0000015458 00000 f -0000015459 00000 f -0000015460 00000 f -0000015461 00000 f -0000015462 00000 f -0000015463 00000 f -0000015464 00000 f -0000015465 00000 f -0000015466 00000 f -0000015467 00000 f -0000015468 00000 f -0000015469 00000 f -0000015470 00000 f -0000015471 00000 f -0000015472 00000 f -0000015473 00000 f -0000015474 00000 f -0000015475 00000 f -0000015476 00000 f -0000015477 00000 f -0000015478 00000 f -0000015479 00000 f -0000015480 00000 f -0000015481 00000 f -0000015482 00000 f -0000015483 00000 f -0000015484 00000 f -0000015485 00000 f -0000015486 00000 f -0000015487 00000 f -0000015488 00000 f -0000015489 00000 f -0000015490 00000 f -0000015491 00000 f -0000015492 00000 f -0000015493 00000 f -0000015494 00000 f -0000015495 00000 f -0000015496 00000 f -0000015497 00000 f -0000015498 00000 f -0000015499 00000 f -0000015500 00000 f -0000015501 00000 f -0000015502 00000 f -0000015503 00000 f -0000015504 00000 f -0000015505 00000 f -0000015506 00000 f -0000015507 00000 f -0000015508 00000 f -0000015509 00000 f -0000015510 00000 f -0000015511 00000 f -0000015512 00000 f -0000015513 00000 f -0000015514 00000 f -0000015515 00000 f -0000015516 00000 f -0000015517 00000 f -0000015518 00000 f -0000015519 00000 f -0000015520 00000 f -0000015521 00000 f -0000015522 00000 f -0000015523 00000 f -0000015524 00000 f -0000015525 00000 f -0000015526 00000 f -0000015527 00000 f -0000015528 00000 f -0000015529 00000 f -0000015530 00000 f -0000015531 00000 f -0000015532 00000 f -0000015533 00000 f -0000015534 00000 f -0000015535 00000 f -0000015536 00000 f -0000015537 00000 f -0000015538 00000 f -0000015539 00000 f -0000015540 00000 f -0000015541 00000 f -0000015542 00000 f -0000015543 00000 f -0000015544 00000 f -0000015545 00000 f -0000015546 00000 f -0000015547 00000 f -0000015548 00000 f -0000015549 00000 f -0000015550 00000 f -0000015551 00000 f -0000015552 00000 f -0000015553 00000 f -0000015554 00000 f -0000015555 00000 f -0000015556 00000 f -0000015557 00000 f -0000015558 00000 f -0000015559 00000 f -0000015560 00000 f -0000015561 00000 f -0000015562 00000 f -0000015563 00000 f -0000015564 00000 f -0000015565 00000 f -0000015566 00000 f -0000015567 00000 f -0000015568 00000 f -0000015569 00000 f -0000015570 00000 f -0000015571 00000 f -0000015572 00000 f -0000015573 00000 f -0000015574 00000 f -0000015575 00000 f -0000015576 00000 f -0000015577 00000 f -0000015578 00000 f -0000015579 00000 f -0000015580 00000 f -0000015581 00000 f -0000015582 00000 f -0000015583 00000 f -0000015584 00000 f -0000015585 00000 f -0000015586 00000 f -0000015587 00000 f -0000015588 00000 f -0000015589 00000 f -0000015590 00000 f -0000015591 00000 f -0000015592 00000 f -0000015593 00000 f -0000015594 00000 f -0000015595 00000 f -0000015596 00000 f -0000015597 00000 f -0000015598 00000 f -0000015599 00000 f -0000015600 00000 f -0000015601 00000 f -0000015602 00000 f -0000015603 00000 f -0000015604 00000 f -0000015605 00000 f -0000015606 00000 f -0000015607 00000 f -0000015608 00000 f -0000015609 00000 f -0000015610 00000 f -0000015611 00000 f -0000015612 00000 f -0000015613 00000 f -0000015614 00000 f -0000015615 00000 f -0000015616 00000 f -0000015617 00000 f -0000015618 00000 f -0000015619 00000 f -0000015620 00000 f -0000015621 00000 f -0000015622 00000 f -0000015623 00000 f -0000015624 00000 f -0000015625 00000 f -0000015626 00000 f -0000015627 00000 f -0000015628 00000 f -0000015629 00000 f -0000015630 00000 f -0000015631 00000 f -0000015632 00000 f -0000015633 00000 f -0000015634 00000 f -0000015635 00000 f -0000015636 00000 f -0000015637 00000 f -0000015638 00000 f -0000015639 00000 f -0000015640 00000 f -0000015641 00000 f -0000015642 00000 f -0000015643 00000 f -0000015644 00000 f -0000015645 00000 f -0000015646 00000 f -0000015647 00000 f -0000015648 00000 f -0000015649 00000 f -0000015650 00000 f -0000015651 00000 f -0000015652 00000 f -0000015653 00000 f -0000015654 00000 f -0000015655 00000 f -0000015656 00000 f -0000015657 00000 f -0000015658 00000 f -0000015659 00000 f -0000015660 00000 f -0000015661 00000 f -0000015662 00000 f -0000015663 00000 f -0000015664 00000 f -0000015665 00000 f -0000015666 00000 f -0000015667 00000 f -0000015668 00000 f -0000015669 00000 f -0000015670 00000 f -0000015671 00000 f -0000015672 00000 f -0000015673 00000 f -0000015674 00000 f -0000015675 00000 f -0000015676 00000 f -0000015677 00000 f -0000015678 00000 f -0000015679 00000 f -0000015680 00000 f -0000015681 00000 f -0000015682 00000 f -0000015683 00000 f -0000015684 00000 f -0000015685 00000 f -0000015686 00000 f -0000015687 00000 f -0000015688 00000 f -0000015689 00000 f -0000015690 00000 f -0000015691 00000 f -0000015692 00000 f -0000015693 00000 f -0000015694 00000 f -0000015695 00000 f -0000015696 00000 f -0000015697 00000 f -0000015698 00000 f -0000015699 00000 f -0000015700 00000 f -0000015701 00000 f -0000015702 00000 f -0000015703 00000 f -0000015704 00000 f -0000015705 00000 f -0000015706 00000 f -0000015707 00000 f -0000015708 00000 f -0000015709 00000 f -0000015710 00000 f -0000015711 00000 f -0000015712 00000 f -0000015713 00000 f -0000015714 00000 f -0000015715 00000 f -0000015716 00000 f -0000015717 00000 f -0000015718 00000 f -0000015719 00000 f -0000015720 00000 f -0000015721 00000 f -0000015722 00000 f -0000015723 00000 f -0000015724 00000 f -0000015725 00000 f -0000015726 00000 f -0000015727 00000 f -0000015728 00000 f -0000015729 00000 f -0000015730 00000 f -0000015731 00000 f -0000015732 00000 f -0000015733 00000 f -0000015734 00000 f -0000015735 00000 f -0000015736 00000 f -0000015737 00000 f -0000015738 00000 f -0000015739 00000 f -0000015740 00000 f -0000015741 00000 f -0000015742 00000 f -0000015743 00000 f -0000015744 00000 f -0000015745 00000 f -0000015746 00000 f -0000015747 00000 f -0000015748 00000 f -0000015749 00000 f -0000015750 00000 f -0000015751 00000 f -0000015752 00000 f -0000015753 00000 f -0000015754 00000 f -0000015755 00000 f -0000015756 00000 f -0000015757 00000 f -0000015758 00000 f -0000015759 00000 f -0000015760 00000 f -0000015761 00000 f -0000015762 00000 f -0000015763 00000 f -0000015764 00000 f -0000015765 00000 f -0000015766 00000 f -0000015767 00000 f -0000015768 00000 f -0000015769 00000 f -0000015770 00000 f -0000015771 00000 f -0000015772 00000 f -0000015773 00000 f -0000015774 00000 f -0000015775 00000 f -0000015776 00000 f -0000015777 00000 f -0000015778 00000 f -0000015779 00000 f -0000015780 00000 f -0000015781 00000 f -0000015782 00000 f -0000015783 00000 f -0000015784 00000 f -0000015785 00000 f -0000015786 00000 f -0000015787 00000 f -0000015788 00000 f -0000015789 00000 f -0000015790 00000 f -0000015791 00000 f -0000015792 00000 f -0000015793 00000 f -0000015794 00000 f -0000015795 00000 f -0000015796 00000 f -0000015797 00000 f -0000015798 00000 f -0000015799 00000 f -0000015800 00000 f -0000015801 00000 f -0000015802 00000 f -0000015803 00000 f -0000015804 00000 f -0000015805 00000 f -0000015806 00000 f -0000015807 00000 f -0000015808 00000 f -0000015809 00000 f -0000015810 00000 f -0000015811 00000 f -0000015812 00000 f -0000015813 00000 f -0000015814 00000 f -0000015815 00000 f -0000015816 00000 f -0000015817 00000 f -0000015818 00000 f -0000015819 00000 f -0000015820 00000 f -0000015821 00000 f -0000015822 00000 f -0000015823 00000 f -0000015824 00000 f -0000015825 00000 f -0000015826 00000 f -0000015827 00000 f -0000015828 00000 f -0000015829 00000 f -0000015830 00000 f -0000015831 00000 f -0000015832 00000 f -0000015833 00000 f -0000015834 00000 f -0000015835 00000 f -0000015836 00000 f -0000015837 00000 f -0000015838 00000 f -0000015839 00000 f -0000015840 00000 f -0000015841 00000 f -0000015842 00000 f -0000015843 00000 f -0000015844 00000 f -0000015845 00000 f -0000015846 00000 f -0000015847 00000 f -0000015848 00000 f -0000015849 00000 f -0000015850 00000 f -0000015851 00000 f -0000015852 00000 f -0000015853 00000 f -0000015854 00000 f -0000015855 00000 f -0000015856 00000 f -0000015857 00000 f -0000015858 00000 f -0000015859 00000 f -0000015860 00000 f -0000015861 00000 f -0000015862 00000 f -0000015863 00000 f -0000015864 00000 f -0000015865 00000 f -0000015866 00000 f -0000015867 00000 f -0000015868 00000 f -0000015869 00000 f -0000015870 00000 f -0000015871 00000 f -0000015872 00000 f -0000015873 00000 f -0000015874 00000 f -0000015875 00000 f -0000015876 00000 f -0000015877 00000 f -0000015878 00000 f -0000015879 00000 f -0000015880 00000 f -0000015881 00000 f -0000015882 00000 f -0000015883 00000 f -0000015884 00000 f -0000015885 00000 f -0000015886 00000 f -0000015887 00000 f -0000015888 00000 f -0000015889 00000 f -0000015890 00000 f -0000015891 00000 f -0000015892 00000 f -0000015893 00000 f -0000015894 00000 f -0000015895 00000 f -0000015896 00000 f -0000015897 00000 f -0000015898 00000 f -0000015899 00000 f -0000015900 00000 f -0000015901 00000 f -0000015902 00000 f -0000015903 00000 f -0000015904 00000 f -0000015905 00000 f -0000015906 00000 f -0000015907 00000 f -0000015908 00000 f -0000015909 00000 f -0000015910 00000 f -0000015911 00000 f -0000015912 00000 f -0000015913 00000 f -0000015914 00000 f -0000015915 00000 f -0000015916 00000 f -0000015917 00000 f -0000015918 00000 f -0000015919 00000 f -0000015920 00000 f -0000015921 00000 f -0000015922 00000 f -0000015923 00000 f -0000015924 00000 f -0000015925 00000 f -0000015926 00000 f -0000015927 00000 f -0000015928 00000 f -0000015929 00000 f -0000015930 00000 f -0000015931 00000 f -0000015932 00000 f -0000015933 00000 f -0000015934 00000 f -0000015935 00000 f -0000015936 00000 f -0000015937 00000 f -0000015938 00000 f -0000015939 00000 f -0000015940 00000 f -0000015941 00000 f -0000015942 00000 f -0000015943 00000 f -0000015944 00000 f -0000015945 00000 f -0000015946 00000 f -0000015947 00000 f -0000015948 00000 f -0000015949 00000 f -0000015950 00000 f -0000015951 00000 f -0000015952 00000 f -0000015953 00000 f -0000015954 00000 f -0000015955 00000 f -0000015956 00000 f -0000015957 00000 f -0000015958 00000 f -0000015959 00000 f -0000015960 00000 f -0000015961 00000 f -0000015962 00000 f -0000015963 00000 f -0000015964 00000 f -0000015965 00000 f -0000015966 00000 f -0000015967 00000 f -0000015968 00000 f -0000015969 00000 f -0000015970 00000 f -0000015971 00000 f -0000015972 00000 f -0000015973 00000 f -0000015974 00000 f -0000015975 00000 f -0000015976 00000 f -0000015977 00000 f -0000015978 00000 f -0000015979 00000 f -0000015980 00000 f -0000015981 00000 f -0000015982 00000 f -0000015983 00000 f -0000015984 00000 f -0000015985 00000 f -0000015986 00000 f -0000015987 00000 f -0000015988 00000 f -0000015989 00000 f -0000015990 00000 f -0000015991 00000 f -0000015992 00000 f -0000015993 00000 f -0000015994 00000 f -0000015995 00000 f -0000015996 00000 f -0000015997 00000 f -0000015998 00000 f -0000015999 00000 f -0000016000 00000 f -0000016001 00000 f -0000016002 00000 f -0000016003 00000 f -0000016004 00000 f -0000016005 00000 f -0000016006 00000 f -0000016007 00000 f -0000016008 00000 f -0000016009 00000 f -0000016010 00000 f -0000016011 00000 f -0000016012 00000 f -0000016013 00000 f -0000016014 00000 f -0000016015 00000 f -0000016016 00000 f -0000016017 00000 f -0000016018 00000 f -0000016019 00000 f -0000016020 00000 f -0000016021 00000 f -0000016022 00000 f -0000016023 00000 f -0000016024 00000 f -0000016025 00000 f -0000016026 00000 f -0000016027 00000 f -0000016028 00000 f -0000016029 00000 f -0000016030 00000 f -0000016031 00000 f -0000016032 00000 f -0000016033 00000 f -0000016034 00000 f -0000016035 00000 f -0000016036 00000 f -0000016037 00000 f -0000016038 00000 f -0000016039 00000 f -0000016040 00000 f -0000016041 00000 f -0000016042 00000 f -0000016043 00000 f -0000016044 00000 f -0000016045 00000 f -0000016046 00000 f -0000016047 00000 f -0000016048 00000 f -0000016049 00000 f -0000016050 00000 f -0000016051 00000 f -0000016052 00000 f -0000016053 00000 f -0000016054 00000 f -0000016055 00000 f -0000016056 00000 f -0000016057 00000 f -0000016058 00000 f -0000016059 00000 f -0000016060 00000 f -0000016061 00000 f -0000016062 00000 f -0000016063 00000 f -0000016064 00000 f -0000016065 00000 f -0000016066 00000 f -0000016067 00000 f -0000016068 00000 f -0000016069 00000 f -0000016070 00000 f -0000016071 00000 f -0000016072 00000 f -0000016073 00000 f -0000016074 00000 f -0000016075 00000 f -0000016076 00000 f -0000016077 00000 f -0000016078 00000 f -0000016079 00000 f -0000016080 00000 f -0000016081 00000 f -0000016082 00000 f -0000016083 00000 f -0000016084 00000 f -0000016085 00000 f -0000016086 00000 f -0000016087 00000 f -0000016088 00000 f -0000016089 00000 f -0000016090 00000 f -0000016091 00000 f -0000016092 00000 f -0000016093 00000 f -0000016094 00000 f -0000016095 00000 f -0000016096 00000 f -0000016097 00000 f -0000016098 00000 f -0000016099 00000 f -0000016100 00000 f -0000016101 00000 f -0000016102 00000 f -0000016103 00000 f -0000016104 00000 f -0000016105 00000 f -0000016106 00000 f -0000016107 00000 f -0000016108 00000 f -0000016109 00000 f -0000016110 00000 f -0000016111 00000 f -0000016112 00000 f -0000016113 00000 f -0000016114 00000 f -0000016115 00000 f -0000016116 00000 f -0000016117 00000 f -0000016118 00000 f -0000016119 00000 f -0000016120 00000 f -0000016121 00000 f -0000016122 00000 f -0000016123 00000 f -0000016124 00000 f -0000016125 00000 f -0000016126 00000 f -0000016127 00000 f -0000016128 00000 f -0000016129 00000 f -0000016130 00000 f -0000016131 00000 f -0000016132 00000 f -0000016133 00000 f -0000016134 00000 f -0000016135 00000 f -0000016136 00000 f -0000016137 00000 f -0000016138 00000 f -0000016139 00000 f -0000016140 00000 f -0000016141 00000 f -0000016142 00000 f -0000016143 00000 f -0000016144 00000 f -0000016145 00000 f -0000016146 00000 f -0000016147 00000 f -0000016148 00000 f -0000016149 00000 f -0000016150 00000 f -0000016151 00000 f -0000016152 00000 f -0000016153 00000 f -0000016154 00000 f -0000016155 00000 f -0000016156 00000 f -0000016157 00000 f -0000016158 00000 f -0000016159 00000 f -0000016160 00000 f -0000016161 00000 f -0000016162 00000 f -0000016163 00000 f -0000016164 00000 f -0000016165 00000 f -0000016166 00000 f -0000016167 00000 f -0000016168 00000 f -0000016169 00000 f -0000016170 00000 f -0000016171 00000 f -0000016172 00000 f -0000016173 00000 f -0000016174 00000 f -0000016175 00000 f -0000016176 00000 f -0000016177 00000 f -0000016178 00000 f -0000016179 00000 f -0000016180 00000 f -0000016181 00000 f -0000016182 00000 f -0000016183 00000 f -0000016184 00000 f -0000016185 00000 f -0000016186 00000 f -0000016187 00000 f -0000016188 00000 f -0000016189 00000 f -0000016190 00000 f -0000016191 00000 f -0000016192 00000 f -0000016193 00000 f -0000016194 00000 f -0000016195 00000 f -0000016196 00000 f -0000016197 00000 f -0000016198 00000 f -0000016199 00000 f -0000016200 00000 f -0000016201 00000 f -0000016202 00000 f -0000016203 00000 f -0000016204 00000 f -0000016205 00000 f -0000016206 00000 f -0000016207 00000 f -0000016208 00000 f -0000016209 00000 f -0000016210 00000 f -0000016211 00000 f -0000016212 00000 f -0000016213 00000 f -0000016214 00000 f -0000016215 00000 f -0000016216 00000 f -0000016217 00000 f -0000016218 00000 f -0000016219 00000 f -0000016220 00000 f -0000016221 00000 f -0000016222 00000 f -0000016223 00000 f -0000016224 00000 f -0000016225 00000 f -0000016226 00000 f -0000016227 00000 f -0000016228 00000 f -0000016229 00000 f -0000016230 00000 f -0000016231 00000 f -0000016232 00000 f -0000016233 00000 f -0000016234 00000 f -0000016235 00000 f -0000016236 00000 f -0000016237 00000 f -0000016238 00000 f -0000016239 00000 f -0000016240 00000 f -0000016241 00000 f -0000016242 00000 f -0000016243 00000 f -0000016244 00000 f -0000016245 00000 f -0000016246 00000 f -0000016247 00000 f -0000016248 00000 f -0000016249 00000 f -0000016250 00000 f -0000016251 00000 f -0000016252 00000 f -0000016253 00000 f -0000016254 00000 f -0000016255 00000 f -0000016256 00000 f -0000016257 00000 f -0000016258 00000 f -0000016259 00000 f -0000016260 00000 f -0000016261 00000 f -0000016262 00000 f -0000016263 00000 f -0000016264 00000 f -0000016265 00000 f -0000016266 00000 f -0000016267 00000 f -0000016268 00000 f -0000016269 00000 f -0000016270 00000 f -0000016271 00000 f -0000016272 00000 f -0000016273 00000 f -0000016274 00000 f -0000016275 00000 f -0000016276 00000 f -0000016277 00000 f -0000016278 00000 f -0000016279 00000 f -0000016280 00000 f -0000016281 00000 f -0000016282 00000 f -0000016283 00000 f -0000016284 00000 f -0000016285 00000 f -0000016286 00000 f -0000016287 00000 f -0000016288 00000 f -0000016289 00000 f -0000016290 00000 f -0000016291 00000 f -0000016292 00000 f -0000016293 00000 f -0000016294 00000 f -0000016295 00000 f -0000016296 00000 f -0000016297 00000 f -0000016298 00000 f -0000016299 00000 f -0000016300 00000 f -0000016301 00000 f -0000016302 00000 f -0000016303 00000 f -0000016304 00000 f -0000016305 00000 f -0000016306 00000 f -0000016307 00000 f -0000016308 00000 f -0000016309 00000 f -0000016310 00000 f -0000016311 00000 f -0000016312 00000 f -0000016313 00000 f -0000016314 00000 f -0000016315 00000 f -0000016316 00000 f -0000016317 00000 f -0000016318 00000 f -0000016319 00000 f -0000016320 00000 f -0000016321 00000 f -0000016322 00000 f -0000016323 00000 f -0000016324 00000 f -0000016325 00000 f -0000016326 00000 f -0000016327 00000 f -0000016328 00000 f -0000016329 00000 f -0000016330 00000 f -0000016331 00000 f -0000016332 00000 f -0000016333 00000 f -0000016334 00000 f -0000016335 00000 f -0000016336 00000 f -0000016337 00000 f -0000016338 00000 f -0000016339 00000 f -0000016340 00000 f -0000016341 00000 f -0000016342 00000 f -0000016343 00000 f -0000016344 00000 f -0000016345 00000 f -0000016346 00000 f -0000016347 00000 f -0000016348 00000 f -0000016349 00000 f -0000016350 00000 f -0000016351 00000 f -0000016352 00000 f -0000016353 00000 f -0000016354 00000 f -0000016355 00000 f -0000016356 00000 f -0000016357 00000 f -0000016358 00000 f -0000016359 00000 f -0000016360 00000 f -0000016361 00000 f -0000016362 00000 f -0000016363 00000 f -0000016364 00000 f -0000016365 00000 f -0000016366 00000 f -0000016367 00000 f -0000016368 00000 f -0000016369 00000 f -0000016370 00000 f -0000016371 00000 f -0000016372 00000 f -0000016373 00000 f -0000016374 00000 f -0000016375 00000 f -0000016376 00000 f -0000016377 00000 f -0000016378 00000 f -0000016379 00000 f -0000016380 00000 f -0000016381 00000 f -0000016382 00000 f -0000016383 00000 f -0000016384 00000 f -0000016385 00000 f -0000016386 00000 f -0000016387 00000 f -0000016388 00000 f -0000016389 00000 f -0000016390 00000 f -0000016391 00000 f -0000016392 00000 f -0000016393 00000 f -0000016394 00000 f -0000016395 00000 f -0000016396 00000 f -0000016397 00000 f -0000016398 00000 f -0000016399 00000 f -0000016400 00000 f -0000016401 00000 f -0000016402 00000 f -0000016403 00000 f -0000016404 00000 f -0000016405 00000 f -0000016406 00000 f -0000016407 00000 f -0000016408 00000 f -0000016409 00000 f -0000016410 00000 f -0000016411 00000 f -0000016412 00000 f -0000016413 00000 f -0000016414 00000 f -0000016415 00000 f -0000016416 00000 f -0000016417 00000 f -0000016418 00000 f -0000016419 00000 f -0000016420 00000 f -0000016421 00000 f -0000016422 00000 f -0000016423 00000 f -0000016424 00000 f -0000016425 00000 f -0000016426 00000 f -0000016427 00000 f -0000016428 00000 f -0000016429 00000 f -0000016430 00000 f -0000016431 00000 f -0000016432 00000 f -0000016433 00000 f -0000016434 00000 f -0000016435 00000 f -0000016436 00000 f -0000016437 00000 f -0000016438 00000 f -0000016439 00000 f -0000016440 00000 f -0000016441 00000 f -0000016442 00000 f -0000016443 00000 f -0000016444 00000 f -0000016445 00000 f -0000016446 00000 f -0000016447 00000 f -0000016448 00000 f -0000016449 00000 f -0000016450 00000 f -0000016451 00000 f -0000016452 00000 f -0000016453 00000 f -0000016454 00000 f -0000016455 00000 f -0000016456 00000 f -0000016457 00000 f -0000016458 00000 f -0000016459 00000 f -0000016460 00000 f -0000016461 00000 f -0000016462 00000 f -0000016463 00000 f -0000016464 00000 f -0000016465 00000 f -0000016466 00000 f -0000016467 00000 f -0000016468 00000 f -0000016469 00000 f -0000016470 00000 f -0000016471 00000 f -0000016472 00000 f -0000016473 00000 f -0000016474 00000 f -0000016475 00000 f -0000016476 00000 f -0000016477 00000 f -0000016478 00000 f -0000016479 00000 f -0000016486 00000 f -0000764253 00000 n -0000764287 00000 n -0000764131 00000 n -0000764165 00000 n -0000764009 00000 n -0000764043 00000 n -0000016487 00000 f -0000016488 00000 f -0000016489 00000 f -0000016490 00000 f -0000016491 00000 f -0000016492 00000 f -0000016493 00000 f -0000017522 00000 f -0000763391 00000 n -0000763473 00000 n -0000763556 00000 n -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000763887 00000 n -0000763921 00000 n -0000763765 00000 n -0000763799 00000 n -0000763643 00000 n -0000763677 00000 n -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000497829 00000 n -0000497911 00000 n -0000497994 00000 n -0000766913 00000 n -0000038929 00000 n -0000173408 00000 n -0000498941 00000 n -0000498447 00000 n -0000498573 00000 n -0000430723 00000 n -0000498699 00000 n -0000498815 00000 n -0000174617 00000 n -0000174847 00000 n -0000175078 00000 n -0000175309 00000 n -0000175539 00000 n -0000175851 00000 n -0000176153 00000 n -0000179176 00000 n -0000179698 00000 n -0000180148 00000 n -0000180555 00000 n -0000180962 00000 n -0000181228 00000 n -0000181661 00000 n -0000182359 00000 n -0000182590 00000 n -0000182991 00000 n -0000183485 00000 n -0000183983 00000 n -0000184212 00000 n -0000184468 00000 n -0000184875 00000 n -0000185106 00000 n -0000185337 00000 n -0000185568 00000 n -0000185799 00000 n -0000186030 00000 n -0000186261 00000 n -0000186492 00000 n -0000186723 00000 n -0000186954 00000 n -0000187185 00000 n -0000187416 00000 n -0000187647 00000 n -0000187878 00000 n -0000188109 00000 n -0000188340 00000 n -0000188571 00000 n -0000188802 00000 n -0000189035 00000 n -0000189268 00000 n -0000189499 00000 n -0000189729 00000 n -0000189960 00000 n -0000190191 00000 n -0000190422 00000 n -0000190653 00000 n -0000190884 00000 n -0000191115 00000 n -0000191346 00000 n -0000191577 00000 n -0000191808 00000 n -0000192039 00000 n -0000192270 00000 n -0000192501 00000 n -0000192732 00000 n -0000192963 00000 n -0000193194 00000 n -0000193425 00000 n -0000193656 00000 n -0000193887 00000 n -0000194120 00000 n -0000194353 00000 n -0000194584 00000 n -0000194814 00000 n -0000195045 00000 n -0000195276 00000 n -0000195507 00000 n -0000195738 00000 n -0000195969 00000 n -0000196200 00000 n -0000196431 00000 n -0000196662 00000 n -0000196893 00000 n -0000197124 00000 n -0000197355 00000 n -0000197586 00000 n -0000197817 00000 n -0000198048 00000 n -0000198279 00000 n -0000198510 00000 n -0000198741 00000 n -0000198972 00000 n -0000199205 00000 n -0000199438 00000 n -0000199669 00000 n -0000199899 00000 n -0000200130 00000 n -0000200361 00000 n -0000200592 00000 n -0000200823 00000 n -0000201054 00000 n -0000201285 00000 n -0000201516 00000 n -0000201747 00000 n -0000201978 00000 n -0000202209 00000 n -0000202440 00000 n -0000202671 00000 n -0000202902 00000 n -0000203133 00000 n -0000203364 00000 n -0000203595 00000 n -0000203826 00000 n -0000204057 00000 n -0000204290 00000 n -0000204523 00000 n -0000204756 00000 n -0000204986 00000 n -0000205217 00000 n -0000205448 00000 n -0000205679 00000 n -0000205910 00000 n -0000206141 00000 n -0000206372 00000 n -0000206603 00000 n -0000206834 00000 n -0000207065 00000 n -0000207298 00000 n -0000207529 00000 n -0000207760 00000 n -0000207991 00000 n -0000208222 00000 n -0000208453 00000 n -0000208684 00000 n -0000208915 00000 n -0000209146 00000 n -0000209379 00000 n -0000209612 00000 n -0000209843 00000 n -0000210073 00000 n -0000210303 00000 n -0000210534 00000 n -0000210765 00000 n -0000210996 00000 n -0000211227 00000 n -0000211458 00000 n -0000211689 00000 n -0000211920 00000 n -0000212151 00000 n -0000212382 00000 n -0000212613 00000 n -0000212844 00000 n -0000213075 00000 n -0000213306 00000 n -0000213537 00000 n -0000213768 00000 n -0000213999 00000 n -0000214230 00000 n -0000214461 00000 n -0000214694 00000 n -0000214927 00000 n -0000215158 00000 n -0000215388 00000 n -0000215619 00000 n -0000215850 00000 n -0000216081 00000 n -0000216312 00000 n -0000216543 00000 n -0000216774 00000 n -0000217005 00000 n -0000217236 00000 n -0000217467 00000 n -0000217698 00000 n -0000217929 00000 n -0000218160 00000 n -0000218391 00000 n -0000218622 00000 n -0000218853 00000 n -0000219084 00000 n -0000219315 00000 n -0000219546 00000 n -0000219779 00000 n -0000220012 00000 n -0000220243 00000 n -0000220473 00000 n -0000220704 00000 n -0000220935 00000 n -0000221166 00000 n -0000221397 00000 n -0000221628 00000 n -0000221859 00000 n -0000222090 00000 n -0000222321 00000 n -0000222552 00000 n -0000222783 00000 n -0000223014 00000 n -0000223245 00000 n -0000223476 00000 n -0000223707 00000 n -0000223938 00000 n -0000224169 00000 n -0000224400 00000 n -0000224631 00000 n -0000224864 00000 n -0000225097 00000 n -0000225328 00000 n -0000225558 00000 n -0000225789 00000 n -0000226020 00000 n -0000226251 00000 n -0000226482 00000 n -0000226713 00000 n -0000226944 00000 n -0000227175 00000 n -0000227406 00000 n -0000227637 00000 n -0000227868 00000 n -0000228099 00000 n -0000228330 00000 n -0000228561 00000 n -0000228792 00000 n -0000229023 00000 n -0000229254 00000 n -0000229485 00000 n -0000229716 00000 n -0000229949 00000 n -0000230182 00000 n -0000230413 00000 n -0000230643 00000 n -0000230874 00000 n -0000231105 00000 n -0000231336 00000 n -0000231567 00000 n -0000231798 00000 n -0000232029 00000 n -0000232260 00000 n -0000232491 00000 n -0000232722 00000 n -0000232953 00000 n -0000233184 00000 n -0000233415 00000 n -0000233646 00000 n -0000233877 00000 n -0000234108 00000 n -0000234339 00000 n -0000234570 00000 n -0000234801 00000 n -0000235034 00000 n -0000235267 00000 n -0000235498 00000 n -0000235729 00000 n -0000235959 00000 n -0000236190 00000 n -0000236421 00000 n -0000236652 00000 n -0000236883 00000 n -0000237114 00000 n -0000237345 00000 n -0000237576 00000 n -0000237807 00000 n -0000238038 00000 n -0000238269 00000 n -0000238500 00000 n -0000238731 00000 n -0000238962 00000 n -0000239193 00000 n -0000239424 00000 n -0000239655 00000 n -0000239886 00000 n -0000240117 00000 n -0000240350 00000 n -0000240583 00000 n -0000240814 00000 n -0000241044 00000 n -0000241275 00000 n -0000241506 00000 n -0000241737 00000 n -0000241968 00000 n -0000242199 00000 n -0000242430 00000 n -0000242661 00000 n -0000242892 00000 n -0000243123 00000 n -0000243354 00000 n -0000243585 00000 n -0000243816 00000 n -0000244047 00000 n -0000244278 00000 n -0000244509 00000 n -0000244740 00000 n -0000244971 00000 n -0000245202 00000 n -0000245435 00000 n -0000245668 00000 n -0000245899 00000 n -0000246129 00000 n -0000246360 00000 n -0000246591 00000 n -0000246822 00000 n -0000247053 00000 n -0000247284 00000 n -0000247515 00000 n -0000247746 00000 n -0000247977 00000 n -0000248208 00000 n -0000248439 00000 n -0000248670 00000 n -0000248901 00000 n -0000249132 00000 n -0000249363 00000 n -0000249594 00000 n -0000249825 00000 n -0000250056 00000 n -0000250287 00000 n -0000250520 00000 n -0000250753 00000 n -0000250984 00000 n -0000251214 00000 n -0000251445 00000 n -0000251676 00000 n -0000251907 00000 n -0000252138 00000 n -0000252369 00000 n -0000252600 00000 n -0000252831 00000 n -0000253062 00000 n -0000253293 00000 n -0000253524 00000 n -0000253755 00000 n -0000253986 00000 n -0000254217 00000 n -0000254448 00000 n -0000254679 00000 n -0000254910 00000 n -0000255141 00000 n -0000255372 00000 n -0000255605 00000 n -0000255838 00000 n -0000256071 00000 n -0000256301 00000 n -0000256532 00000 n -0000256763 00000 n -0000256994 00000 n -0000257225 00000 n -0000257456 00000 n -0000257687 00000 n -0000257918 00000 n -0000258149 00000 n -0000258380 00000 n -0000258613 00000 n -0000258844 00000 n -0000259075 00000 n -0000259306 00000 n -0000259537 00000 n -0000259768 00000 n -0000259999 00000 n -0000260230 00000 n -0000260461 00000 n -0000260694 00000 n -0000260927 00000 n -0000261158 00000 n -0000261388 00000 n -0000261618 00000 n -0000261849 00000 n -0000262080 00000 n -0000262311 00000 n -0000262542 00000 n -0000262773 00000 n -0000263004 00000 n -0000263235 00000 n -0000263466 00000 n -0000263697 00000 n -0000263928 00000 n -0000264159 00000 n -0000264390 00000 n -0000264621 00000 n -0000264852 00000 n -0000265083 00000 n -0000265314 00000 n -0000265545 00000 n -0000265776 00000 n -0000266009 00000 n -0000266242 00000 n -0000266473 00000 n -0000266702 00000 n -0000266932 00000 n -0000267162 00000 n -0000267392 00000 n -0000267622 00000 n -0000267852 00000 n -0000268082 00000 n -0000268312 00000 n -0000268542 00000 n -0000268772 00000 n -0000269003 00000 n -0000269233 00000 n -0000269463 00000 n -0000269693 00000 n -0000269923 00000 n -0000270153 00000 n -0000270383 00000 n -0000270613 00000 n -0000270843 00000 n -0000271075 00000 n -0000271307 00000 n -0000271538 00000 n -0000271767 00000 n -0000271997 00000 n -0000272227 00000 n -0000272457 00000 n -0000272687 00000 n -0000272917 00000 n -0000273147 00000 n -0000273377 00000 n -0000273607 00000 n -0000273837 00000 n -0000274068 00000 n -0000274298 00000 n -0000274528 00000 n -0000274758 00000 n -0000274988 00000 n -0000275218 00000 n -0000275448 00000 n -0000275678 00000 n -0000275908 00000 n -0000276140 00000 n -0000276372 00000 n -0000276603 00000 n -0000276832 00000 n -0000277062 00000 n -0000277292 00000 n -0000277522 00000 n -0000277752 00000 n -0000277982 00000 n -0000278212 00000 n -0000278442 00000 n -0000278672 00000 n -0000278902 00000 n -0000279133 00000 n -0000279363 00000 n -0000279593 00000 n -0000279823 00000 n -0000280053 00000 n -0000280283 00000 n -0000280513 00000 n -0000280743 00000 n -0000280973 00000 n -0000281205 00000 n -0000281437 00000 n -0000281668 00000 n -0000281897 00000 n -0000282127 00000 n -0000282357 00000 n -0000282587 00000 n -0000282817 00000 n -0000283047 00000 n -0000283277 00000 n -0000283507 00000 n -0000283737 00000 n -0000283967 00000 n -0000284198 00000 n -0000284428 00000 n -0000284658 00000 n -0000284888 00000 n -0000285118 00000 n -0000285348 00000 n -0000285578 00000 n -0000285808 00000 n -0000286038 00000 n -0000286270 00000 n -0000286502 00000 n -0000286733 00000 n -0000286964 00000 n -0000287193 00000 n -0000287423 00000 n -0000287653 00000 n -0000287883 00000 n -0000288113 00000 n -0000288343 00000 n -0000288573 00000 n -0000288803 00000 n -0000289033 00000 n -0000289263 00000 n -0000289494 00000 n -0000289724 00000 n -0000289954 00000 n -0000290184 00000 n -0000290414 00000 n -0000290644 00000 n -0000290874 00000 n -0000291104 00000 n -0000291334 00000 n -0000291566 00000 n -0000291798 00000 n -0000292029 00000 n -0000292258 00000 n -0000292488 00000 n -0000292718 00000 n -0000292948 00000 n -0000293178 00000 n -0000293408 00000 n -0000293638 00000 n -0000293868 00000 n -0000294098 00000 n -0000294328 00000 n -0000294559 00000 n -0000294789 00000 n -0000295019 00000 n -0000295249 00000 n -0000295479 00000 n -0000295709 00000 n -0000295939 00000 n -0000296169 00000 n -0000296399 00000 n -0000296631 00000 n -0000296863 00000 n -0000297094 00000 n -0000297323 00000 n -0000297553 00000 n -0000297783 00000 n -0000298013 00000 n -0000298243 00000 n -0000298473 00000 n -0000298703 00000 n -0000298933 00000 n -0000299163 00000 n -0000299393 00000 n -0000299624 00000 n -0000299854 00000 n -0000300084 00000 n -0000300314 00000 n -0000300544 00000 n -0000300774 00000 n -0000301004 00000 n -0000301234 00000 n -0000301464 00000 n -0000301696 00000 n -0000301928 00000 n -0000302159 00000 n -0000302388 00000 n -0000302618 00000 n -0000302848 00000 n -0000303078 00000 n -0000303308 00000 n -0000303538 00000 n -0000303768 00000 n -0000303998 00000 n -0000304228 00000 n -0000304458 00000 n -0000304689 00000 n -0000304919 00000 n -0000305149 00000 n -0000305379 00000 n -0000305609 00000 n -0000305839 00000 n -0000306069 00000 n -0000306299 00000 n -0000306529 00000 n -0000306761 00000 n -0000306993 00000 n -0000307226 00000 n -0000307455 00000 n -0000307685 00000 n -0000307915 00000 n -0000308145 00000 n -0000308375 00000 n -0000308605 00000 n -0000308835 00000 n -0000309065 00000 n -0000309295 00000 n -0000309525 00000 n -0000309758 00000 n -0000309988 00000 n -0000310218 00000 n -0000310448 00000 n -0000310678 00000 n -0000310908 00000 n -0000311138 00000 n -0000311368 00000 n -0000311598 00000 n -0000311830 00000 n -0000312062 00000 n -0000312293 00000 n -0000312523 00000 n -0000312751 00000 n -0000312981 00000 n -0000313210 00000 n -0000313440 00000 n -0000313669 00000 n -0000313899 00000 n -0000314128 00000 n -0000314358 00000 n -0000314587 00000 n -0000314817 00000 n -0000315048 00000 n -0000315277 00000 n -0000315507 00000 n -0000315736 00000 n -0000315966 00000 n -0000316195 00000 n -0000316425 00000 n -0000316654 00000 n -0000316884 00000 n -0000317115 00000 n -0000317347 00000 n -0000317578 00000 n -0000317808 00000 n -0000318039 00000 n -0000318270 00000 n -0000318501 00000 n -0000318732 00000 n -0000318963 00000 n -0000319194 00000 n -0000319425 00000 n -0000319656 00000 n -0000319887 00000 n -0000320118 00000 n -0000320349 00000 n -0000320580 00000 n -0000320811 00000 n -0000321042 00000 n -0000321273 00000 n -0000321504 00000 n -0000321735 00000 n -0000321966 00000 n -0000322199 00000 n -0000322432 00000 n -0000322663 00000 n -0000322893 00000 n -0000323124 00000 n -0000323355 00000 n -0000323586 00000 n -0000323817 00000 n -0000324048 00000 n -0000324279 00000 n -0000324510 00000 n -0000324741 00000 n -0000324972 00000 n -0000325203 00000 n -0000325434 00000 n -0000325665 00000 n -0000325896 00000 n -0000326127 00000 n -0000326358 00000 n -0000326589 00000 n -0000326820 00000 n -0000327051 00000 n -0000327284 00000 n -0000327517 00000 n -0000327748 00000 n -0000327978 00000 n -0000328209 00000 n -0000328440 00000 n -0000328671 00000 n -0000328902 00000 n -0000329133 00000 n -0000329364 00000 n -0000329595 00000 n -0000329826 00000 n -0000330057 00000 n -0000330288 00000 n -0000330519 00000 n -0000330750 00000 n -0000330981 00000 n -0000331212 00000 n -0000331443 00000 n -0000331674 00000 n -0000331905 00000 n -0000332136 00000 n -0000332369 00000 n -0000332602 00000 n -0000332833 00000 n -0000333063 00000 n -0000333294 00000 n -0000333525 00000 n -0000333756 00000 n -0000333987 00000 n -0000334218 00000 n -0000334449 00000 n -0000334680 00000 n -0000334911 00000 n -0000335142 00000 n -0000335373 00000 n -0000335604 00000 n -0000335835 00000 n -0000336066 00000 n -0000336297 00000 n -0000336528 00000 n -0000336759 00000 n -0000336990 00000 n -0000337221 00000 n -0000337454 00000 n -0000337687 00000 n -0000337918 00000 n -0000338149 00000 n -0000338379 00000 n -0000338610 00000 n -0000338841 00000 n -0000339072 00000 n -0000339303 00000 n -0000339534 00000 n -0000339765 00000 n -0000339996 00000 n -0000340227 00000 n -0000340458 00000 n -0000340689 00000 n -0000340920 00000 n -0000341151 00000 n -0000341382 00000 n -0000341613 00000 n -0000341844 00000 n -0000342075 00000 n -0000342306 00000 n -0000342537 00000 n -0000342770 00000 n -0000343003 00000 n -0000343234 00000 n -0000343464 00000 n -0000343695 00000 n -0000343926 00000 n -0000344157 00000 n -0000344388 00000 n -0000344619 00000 n -0000344850 00000 n -0000345081 00000 n -0000345312 00000 n -0000345543 00000 n -0000345774 00000 n -0000346005 00000 n -0000346236 00000 n -0000346467 00000 n -0000346698 00000 n -0000346929 00000 n -0000347160 00000 n -0000347391 00000 n -0000347622 00000 n -0000347855 00000 n -0000348088 00000 n -0000348319 00000 n -0000348549 00000 n -0000348780 00000 n -0000349011 00000 n -0000349242 00000 n -0000349473 00000 n -0000349704 00000 n -0000349935 00000 n -0000350166 00000 n -0000350397 00000 n -0000350628 00000 n -0000350859 00000 n -0000351090 00000 n -0000351321 00000 n -0000351552 00000 n -0000351783 00000 n -0000352014 00000 n -0000352245 00000 n -0000352476 00000 n -0000352707 00000 n -0000352940 00000 n -0000353173 00000 n -0000353404 00000 n -0000353634 00000 n -0000353865 00000 n -0000354096 00000 n -0000354327 00000 n -0000354558 00000 n -0000354789 00000 n -0000355020 00000 n -0000355251 00000 n -0000355482 00000 n -0000355713 00000 n -0000355944 00000 n -0000356175 00000 n -0000356406 00000 n -0000356637 00000 n -0000356868 00000 n -0000357099 00000 n -0000357330 00000 n -0000357561 00000 n -0000357792 00000 n -0000358025 00000 n -0000358258 00000 n -0000358491 00000 n -0000358721 00000 n -0000358952 00000 n -0000359183 00000 n -0000359414 00000 n -0000359645 00000 n -0000359876 00000 n -0000360107 00000 n -0000360338 00000 n -0000360569 00000 n -0000360800 00000 n -0000361033 00000 n -0000361264 00000 n -0000361495 00000 n -0000361726 00000 n -0000361957 00000 n -0000362188 00000 n -0000362419 00000 n -0000362650 00000 n -0000362881 00000 n -0000363114 00000 n -0000363347 00000 n -0000363578 00000 n -0000363808 00000 n -0000364038 00000 n -0000364269 00000 n -0000364500 00000 n -0000364731 00000 n -0000364962 00000 n -0000365193 00000 n -0000365424 00000 n -0000365655 00000 n -0000365886 00000 n -0000366117 00000 n -0000366348 00000 n -0000366579 00000 n -0000366810 00000 n -0000367041 00000 n -0000367272 00000 n -0000367503 00000 n -0000367734 00000 n -0000367965 00000 n -0000368196 00000 n -0000368429 00000 n -0000368662 00000 n -0000368893 00000 n -0000369123 00000 n -0000369354 00000 n -0000369585 00000 n -0000369816 00000 n -0000370047 00000 n -0000370278 00000 n -0000370509 00000 n -0000370740 00000 n -0000370971 00000 n -0000371202 00000 n -0000371433 00000 n -0000371664 00000 n -0000371895 00000 n -0000372126 00000 n -0000372357 00000 n -0000372588 00000 n -0000372819 00000 n -0000373050 00000 n -0000373281 00000 n -0000373514 00000 n -0000373747 00000 n -0000373978 00000 n -0000374208 00000 n -0000374439 00000 n -0000374670 00000 n -0000374901 00000 n -0000375132 00000 n -0000375363 00000 n -0000375594 00000 n -0000375825 00000 n -0000376056 00000 n -0000376287 00000 n -0000376518 00000 n -0000376749 00000 n -0000376980 00000 n -0000377211 00000 n -0000377442 00000 n -0000377673 00000 n -0000377904 00000 n -0000378135 00000 n -0000378366 00000 n -0000378599 00000 n -0000378832 00000 n -0000379063 00000 n -0000379293 00000 n -0000379524 00000 n -0000379755 00000 n -0000379986 00000 n -0000380217 00000 n -0000380448 00000 n -0000380679 00000 n -0000380910 00000 n -0000381141 00000 n -0000381372 00000 n -0000381603 00000 n -0000381834 00000 n -0000382065 00000 n -0000382296 00000 n -0000382527 00000 n -0000382758 00000 n -0000382989 00000 n -0000383220 00000 n -0000383451 00000 n -0000383684 00000 n -0000383917 00000 n -0000384148 00000 n -0000384378 00000 n -0000384609 00000 n -0000384840 00000 n -0000385071 00000 n -0000385302 00000 n -0000385533 00000 n -0000385764 00000 n -0000385995 00000 n -0000386226 00000 n -0000386457 00000 n -0000386688 00000 n -0000386919 00000 n -0000387150 00000 n -0000387381 00000 n -0000387612 00000 n -0000387843 00000 n -0000388074 00000 n -0000388305 00000 n -0000388536 00000 n -0000388769 00000 n -0000389002 00000 n -0000389233 00000 n -0000389464 00000 n -0000389694 00000 n -0000389925 00000 n -0000390156 00000 n -0000390387 00000 n -0000390618 00000 n -0000390849 00000 n -0000391080 00000 n -0000391311 00000 n -0000391542 00000 n -0000391773 00000 n -0000392004 00000 n -0000392235 00000 n -0000392466 00000 n -0000392697 00000 n -0000392928 00000 n -0000393159 00000 n -0000393390 00000 n -0000393621 00000 n -0000393852 00000 n -0000394085 00000 n -0000394318 00000 n -0000394549 00000 n -0000394779 00000 n -0000395010 00000 n -0000395241 00000 n -0000395472 00000 n -0000395703 00000 n -0000395934 00000 n -0000396165 00000 n -0000396396 00000 n -0000396627 00000 n -0000396858 00000 n -0000397089 00000 n -0000397320 00000 n -0000397551 00000 n -0000397782 00000 n -0000398013 00000 n -0000398244 00000 n -0000398475 00000 n -0000398706 00000 n -0000398937 00000 n -0000399170 00000 n -0000399403 00000 n -0000399634 00000 n -0000399863 00000 n -0000400093 00000 n -0000400495 00000 n -0000400886 00000 n -0000401238 00000 n -0000401587 00000 n -0000401882 00000 n -0000402165 00000 n -0000402395 00000 n -0000402625 00000 n -0000402856 00000 n -0000403419 00000 n -0000403848 00000 n -0000404802 00000 n -0000406013 00000 n -0000406243 00000 n -0000406613 00000 n -0000407115 00000 n -0000407882 00000 n -0000408374 00000 n -0000408909 00000 n -0000409140 00000 n -0000409750 00000 n -0000409983 00000 n -0000410216 00000 n -0000410446 00000 n -0000411141 00000 n -0000411478 00000 n -0000411844 00000 n -0000412204 00000 n -0000412541 00000 n -0000412771 00000 n -0000413002 00000 n -0000413513 00000 n -0000414136 00000 n -0000414366 00000 n -0000415482 00000 n -0000416168 00000 n -0000416398 00000 n -0000416679 00000 n -0000416909 00000 n -0000417139 00000 n -0000417472 00000 n -0000417705 00000 n -0000418533 00000 n -0000418765 00000 n -0000419283 00000 n -0000419730 00000 n -0000421890 00000 n -0000422220 00000 n -0000422791 00000 n -0000423021 00000 n -0000423361 00000 n -0000423868 00000 n -0000424101 00000 n -0000424778 00000 n -0000425253 00000 n -0000426175 00000 n -0000426729 00000 n -0000427140 00000 n -0000427711 00000 n -0000428415 00000 n -0000428896 00000 n -0000430203 00000 n -0000173476 00000 n -0000174047 00000 n -0000174101 00000 n -0000497763 00000 n -0000497697 00000 n -0000497631 00000 n -0000497565 00000 n -0000497499 00000 n -0000497433 00000 n -0000497367 00000 n -0000497301 00000 n -0000497235 00000 n -0000497169 00000 n -0000497103 00000 n -0000497037 00000 n -0000496971 00000 n -0000496905 00000 n -0000496839 00000 n -0000496773 00000 n -0000496707 00000 n -0000496641 00000 n -0000496575 00000 n -0000496509 00000 n -0000496443 00000 n -0000496377 00000 n -0000496311 00000 n -0000496245 00000 n -0000496179 00000 n -0000496113 00000 n -0000496047 00000 n -0000495981 00000 n -0000495915 00000 n -0000495849 00000 n -0000495783 00000 n -0000495717 00000 n -0000495651 00000 n -0000495585 00000 n -0000495519 00000 n -0000495453 00000 n -0000495387 00000 n -0000495321 00000 n -0000495255 00000 n -0000495189 00000 n -0000495123 00000 n -0000495057 00000 n -0000494991 00000 n -0000494925 00000 n -0000494859 00000 n -0000494793 00000 n -0000494727 00000 n -0000494661 00000 n -0000494595 00000 n -0000494529 00000 n -0000494463 00000 n -0000494397 00000 n -0000494331 00000 n -0000494265 00000 n -0000494199 00000 n -0000494133 00000 n -0000494067 00000 n -0000494001 00000 n -0000493935 00000 n -0000493869 00000 n -0000493803 00000 n -0000493737 00000 n -0000493671 00000 n -0000493605 00000 n -0000493539 00000 n -0000493473 00000 n -0000493407 00000 n -0000493341 00000 n -0000493275 00000 n -0000493209 00000 n -0000493143 00000 n -0000493077 00000 n -0000493011 00000 n -0000492945 00000 n -0000492879 00000 n -0000492813 00000 n -0000492747 00000 n -0000492681 00000 n -0000492615 00000 n -0000492549 00000 n -0000492483 00000 n -0000492417 00000 n -0000492351 00000 n -0000492285 00000 n -0000492219 00000 n -0000492153 00000 n -0000492087 00000 n -0000492021 00000 n -0000491955 00000 n -0000491889 00000 n -0000491823 00000 n -0000491757 00000 n -0000491691 00000 n -0000491625 00000 n -0000491559 00000 n -0000491493 00000 n -0000491427 00000 n -0000491361 00000 n -0000491295 00000 n -0000491229 00000 n -0000491163 00000 n -0000491097 00000 n -0000491031 00000 n -0000490965 00000 n -0000490899 00000 n -0000490833 00000 n -0000490767 00000 n -0000490701 00000 n -0000490635 00000 n -0000490569 00000 n -0000490503 00000 n -0000490437 00000 n -0000490371 00000 n -0000490305 00000 n -0000490239 00000 n -0000490173 00000 n -0000490107 00000 n -0000490041 00000 n -0000489975 00000 n -0000489909 00000 n -0000489843 00000 n -0000489777 00000 n -0000489711 00000 n -0000489645 00000 n -0000489579 00000 n -0000489513 00000 n -0000489447 00000 n -0000489381 00000 n -0000489315 00000 n -0000489249 00000 n -0000489183 00000 n -0000489117 00000 n -0000489051 00000 n -0000488985 00000 n -0000488919 00000 n -0000488853 00000 n -0000488787 00000 n -0000488721 00000 n -0000488655 00000 n -0000488589 00000 n -0000488523 00000 n -0000488457 00000 n -0000488391 00000 n -0000488325 00000 n -0000488259 00000 n -0000488193 00000 n -0000488127 00000 n -0000488061 00000 n -0000487995 00000 n -0000487929 00000 n -0000487863 00000 n -0000487797 00000 n -0000487731 00000 n -0000487665 00000 n -0000487599 00000 n -0000487533 00000 n -0000487467 00000 n -0000487401 00000 n -0000487335 00000 n -0000487269 00000 n -0000487203 00000 n -0000487137 00000 n -0000487071 00000 n -0000487005 00000 n -0000486939 00000 n -0000486873 00000 n -0000486807 00000 n -0000486741 00000 n -0000486675 00000 n -0000486609 00000 n -0000486543 00000 n -0000486477 00000 n -0000486411 00000 n -0000486345 00000 n -0000486279 00000 n -0000486213 00000 n -0000486147 00000 n -0000486081 00000 n -0000486015 00000 n -0000485949 00000 n -0000485883 00000 n -0000485817 00000 n -0000485751 00000 n -0000485685 00000 n -0000485619 00000 n -0000485553 00000 n -0000485487 00000 n -0000485421 00000 n -0000485355 00000 n -0000485289 00000 n -0000485223 00000 n -0000485157 00000 n -0000485091 00000 n -0000485025 00000 n -0000484959 00000 n -0000484893 00000 n -0000484827 00000 n -0000484761 00000 n -0000484695 00000 n -0000484629 00000 n -0000484563 00000 n -0000484497 00000 n -0000484431 00000 n -0000484365 00000 n -0000484299 00000 n -0000484233 00000 n -0000484167 00000 n -0000484101 00000 n -0000484035 00000 n -0000483969 00000 n -0000483903 00000 n -0000483837 00000 n -0000483771 00000 n -0000483705 00000 n -0000483639 00000 n -0000483573 00000 n -0000483507 00000 n -0000483441 00000 n -0000483375 00000 n -0000483309 00000 n -0000483243 00000 n -0000483177 00000 n -0000483111 00000 n -0000483045 00000 n -0000482979 00000 n -0000482913 00000 n -0000482847 00000 n -0000482781 00000 n -0000482715 00000 n -0000482649 00000 n -0000482583 00000 n -0000482517 00000 n -0000482451 00000 n -0000482385 00000 n -0000482319 00000 n -0000482253 00000 n -0000482187 00000 n -0000482121 00000 n -0000482055 00000 n -0000481989 00000 n -0000481923 00000 n -0000481857 00000 n -0000481791 00000 n -0000481725 00000 n -0000481659 00000 n -0000481593 00000 n -0000481527 00000 n -0000481461 00000 n -0000481395 00000 n -0000481329 00000 n -0000481263 00000 n -0000481197 00000 n -0000481131 00000 n -0000481065 00000 n -0000480999 00000 n -0000480933 00000 n -0000480867 00000 n -0000480801 00000 n -0000480735 00000 n -0000480669 00000 n -0000480603 00000 n -0000480537 00000 n -0000480471 00000 n -0000480405 00000 n -0000480339 00000 n -0000480273 00000 n -0000480207 00000 n -0000480141 00000 n -0000480075 00000 n -0000480009 00000 n -0000479943 00000 n -0000479877 00000 n -0000479811 00000 n -0000479745 00000 n -0000479679 00000 n -0000479613 00000 n -0000479547 00000 n -0000479481 00000 n -0000479415 00000 n -0000479349 00000 n -0000479283 00000 n -0000479217 00000 n -0000479151 00000 n -0000479085 00000 n -0000479019 00000 n -0000478953 00000 n -0000478887 00000 n -0000478821 00000 n -0000478755 00000 n -0000478689 00000 n -0000478623 00000 n -0000478557 00000 n -0000478491 00000 n -0000478425 00000 n -0000478359 00000 n -0000478293 00000 n -0000478227 00000 n -0000478161 00000 n -0000478095 00000 n -0000478029 00000 n -0000477963 00000 n -0000477897 00000 n -0000477831 00000 n -0000477765 00000 n -0000477699 00000 n -0000477633 00000 n -0000477567 00000 n -0000477501 00000 n -0000477435 00000 n -0000477369 00000 n -0000477303 00000 n -0000477237 00000 n -0000477171 00000 n -0000477105 00000 n -0000477039 00000 n -0000476973 00000 n -0000476907 00000 n -0000476841 00000 n -0000476775 00000 n -0000476709 00000 n -0000476643 00000 n -0000476577 00000 n -0000476511 00000 n -0000476445 00000 n -0000476379 00000 n -0000476313 00000 n -0000476247 00000 n -0000476181 00000 n -0000476115 00000 n -0000476049 00000 n -0000475983 00000 n -0000475917 00000 n -0000475851 00000 n -0000475785 00000 n -0000475719 00000 n -0000475653 00000 n -0000475587 00000 n -0000475521 00000 n -0000475455 00000 n -0000475389 00000 n -0000475323 00000 n -0000475257 00000 n -0000475191 00000 n -0000475125 00000 n -0000475059 00000 n -0000474993 00000 n -0000474927 00000 n -0000474861 00000 n -0000474795 00000 n -0000474729 00000 n -0000474663 00000 n -0000474597 00000 n -0000474531 00000 n -0000474465 00000 n -0000474399 00000 n -0000474333 00000 n -0000474267 00000 n -0000474201 00000 n -0000474135 00000 n -0000474069 00000 n -0000474003 00000 n -0000473937 00000 n -0000473871 00000 n -0000473805 00000 n -0000473739 00000 n -0000473673 00000 n -0000473607 00000 n -0000473541 00000 n -0000473475 00000 n -0000473409 00000 n -0000473343 00000 n -0000473277 00000 n -0000473211 00000 n -0000473145 00000 n -0000473079 00000 n -0000473013 00000 n -0000472947 00000 n -0000472881 00000 n -0000472815 00000 n -0000472749 00000 n -0000472683 00000 n -0000472617 00000 n -0000472551 00000 n -0000472485 00000 n -0000472419 00000 n -0000472353 00000 n -0000472287 00000 n -0000472221 00000 n -0000472155 00000 n -0000472089 00000 n -0000472023 00000 n -0000471957 00000 n -0000471891 00000 n -0000471825 00000 n -0000471759 00000 n -0000471693 00000 n -0000471627 00000 n -0000471561 00000 n -0000471495 00000 n -0000471429 00000 n -0000471363 00000 n -0000471297 00000 n -0000471231 00000 n -0000471165 00000 n -0000471099 00000 n -0000471033 00000 n -0000470967 00000 n -0000470901 00000 n -0000470835 00000 n -0000470769 00000 n -0000470703 00000 n -0000470637 00000 n -0000470571 00000 n -0000470505 00000 n -0000470439 00000 n -0000470373 00000 n -0000470307 00000 n -0000470241 00000 n -0000470175 00000 n -0000470109 00000 n -0000470043 00000 n -0000469977 00000 n -0000469911 00000 n -0000469845 00000 n -0000469779 00000 n -0000469713 00000 n -0000469647 00000 n -0000469581 00000 n -0000469515 00000 n -0000469449 00000 n -0000469383 00000 n -0000469317 00000 n -0000469251 00000 n -0000469185 00000 n -0000469119 00000 n -0000469053 00000 n -0000468987 00000 n -0000468921 00000 n -0000468855 00000 n -0000468789 00000 n -0000468723 00000 n -0000468657 00000 n -0000468591 00000 n -0000468525 00000 n -0000468459 00000 n -0000468393 00000 n -0000468327 00000 n -0000468261 00000 n -0000468195 00000 n -0000468129 00000 n -0000468063 00000 n -0000467997 00000 n -0000467931 00000 n -0000467865 00000 n -0000467799 00000 n -0000467733 00000 n -0000467667 00000 n -0000467601 00000 n -0000467535 00000 n -0000467469 00000 n -0000467403 00000 n -0000467337 00000 n -0000467271 00000 n -0000467205 00000 n -0000467139 00000 n -0000467073 00000 n -0000467007 00000 n -0000466941 00000 n -0000466875 00000 n -0000466809 00000 n -0000466743 00000 n -0000466677 00000 n -0000466611 00000 n -0000466545 00000 n -0000466479 00000 n -0000466413 00000 n -0000466347 00000 n -0000466281 00000 n -0000466215 00000 n -0000466149 00000 n -0000466083 00000 n -0000466017 00000 n -0000465951 00000 n -0000465885 00000 n -0000465819 00000 n -0000465753 00000 n -0000465687 00000 n -0000465621 00000 n -0000465555 00000 n -0000465489 00000 n -0000465423 00000 n -0000465357 00000 n -0000465291 00000 n -0000465225 00000 n -0000465159 00000 n -0000465093 00000 n -0000465027 00000 n -0000464961 00000 n -0000464895 00000 n -0000464829 00000 n -0000464763 00000 n -0000464697 00000 n -0000464631 00000 n -0000464565 00000 n -0000464499 00000 n -0000464433 00000 n -0000464367 00000 n -0000464301 00000 n -0000464235 00000 n -0000464169 00000 n -0000464103 00000 n -0000464037 00000 n -0000463971 00000 n -0000463905 00000 n -0000463839 00000 n -0000463773 00000 n -0000463707 00000 n -0000463641 00000 n -0000463575 00000 n -0000463509 00000 n -0000463443 00000 n -0000463377 00000 n -0000463311 00000 n -0000463245 00000 n -0000463179 00000 n -0000463113 00000 n -0000463047 00000 n -0000462981 00000 n -0000462915 00000 n -0000462849 00000 n -0000462783 00000 n -0000462717 00000 n -0000462651 00000 n -0000462585 00000 n -0000462519 00000 n -0000462453 00000 n -0000462387 00000 n -0000462321 00000 n -0000462255 00000 n -0000462189 00000 n -0000462123 00000 n -0000462057 00000 n -0000461991 00000 n -0000461925 00000 n -0000461859 00000 n -0000461793 00000 n -0000461727 00000 n -0000461661 00000 n -0000461595 00000 n -0000461529 00000 n -0000461463 00000 n -0000461397 00000 n -0000461331 00000 n -0000461265 00000 n -0000461199 00000 n -0000461133 00000 n -0000461067 00000 n -0000461001 00000 n -0000460935 00000 n -0000460869 00000 n -0000460803 00000 n -0000460737 00000 n -0000460671 00000 n -0000460605 00000 n -0000460539 00000 n -0000460473 00000 n -0000460407 00000 n -0000460341 00000 n -0000460275 00000 n -0000460209 00000 n -0000460143 00000 n -0000460077 00000 n -0000460011 00000 n -0000459945 00000 n -0000459879 00000 n -0000459813 00000 n -0000459747 00000 n -0000459681 00000 n -0000459615 00000 n -0000459549 00000 n -0000459483 00000 n -0000459417 00000 n -0000459351 00000 n -0000459285 00000 n -0000459219 00000 n -0000459153 00000 n -0000459087 00000 n -0000459021 00000 n -0000458955 00000 n -0000458889 00000 n -0000458823 00000 n -0000458757 00000 n -0000458691 00000 n -0000458625 00000 n -0000458559 00000 n -0000458493 00000 n -0000458427 00000 n -0000458361 00000 n -0000458295 00000 n -0000458229 00000 n -0000458163 00000 n -0000458097 00000 n -0000458031 00000 n -0000457965 00000 n -0000457899 00000 n -0000457833 00000 n -0000457767 00000 n -0000457701 00000 n -0000457635 00000 n -0000457569 00000 n -0000457503 00000 n -0000457437 00000 n -0000457371 00000 n -0000457305 00000 n -0000457239 00000 n -0000457173 00000 n -0000457107 00000 n -0000457041 00000 n -0000456975 00000 n -0000456909 00000 n -0000456843 00000 n -0000456777 00000 n -0000456711 00000 n -0000456645 00000 n -0000456579 00000 n -0000456513 00000 n -0000456447 00000 n -0000456381 00000 n -0000456315 00000 n -0000456249 00000 n -0000456183 00000 n -0000456117 00000 n -0000456051 00000 n -0000455985 00000 n -0000455919 00000 n -0000455853 00000 n -0000455787 00000 n -0000455721 00000 n -0000455655 00000 n -0000455589 00000 n -0000455523 00000 n -0000455457 00000 n -0000455391 00000 n -0000455325 00000 n -0000455259 00000 n -0000455193 00000 n -0000455127 00000 n -0000455061 00000 n -0000454995 00000 n -0000454929 00000 n -0000454863 00000 n -0000454797 00000 n -0000454731 00000 n -0000454665 00000 n -0000454599 00000 n -0000454533 00000 n -0000454467 00000 n -0000454401 00000 n -0000454335 00000 n -0000454269 00000 n -0000454203 00000 n -0000454137 00000 n -0000454071 00000 n -0000454005 00000 n -0000453939 00000 n -0000453873 00000 n -0000453807 00000 n -0000453741 00000 n -0000453675 00000 n -0000453609 00000 n -0000453543 00000 n -0000453477 00000 n -0000453411 00000 n -0000453345 00000 n -0000453279 00000 n -0000453213 00000 n -0000453147 00000 n -0000453081 00000 n -0000453015 00000 n -0000452949 00000 n -0000452883 00000 n -0000452817 00000 n -0000452751 00000 n -0000452685 00000 n -0000452619 00000 n -0000452553 00000 n -0000452487 00000 n -0000452421 00000 n -0000452355 00000 n -0000452289 00000 n -0000452223 00000 n -0000452157 00000 n -0000452091 00000 n -0000452025 00000 n -0000451959 00000 n -0000451893 00000 n -0000451827 00000 n -0000451761 00000 n -0000451695 00000 n -0000451629 00000 n -0000451563 00000 n -0000451497 00000 n -0000451431 00000 n -0000451365 00000 n -0000451299 00000 n -0000451233 00000 n -0000451167 00000 n -0000451101 00000 n -0000451035 00000 n -0000450969 00000 n -0000450903 00000 n -0000450837 00000 n -0000450771 00000 n -0000450705 00000 n -0000450639 00000 n -0000450573 00000 n -0000450507 00000 n -0000450441 00000 n -0000450375 00000 n -0000450309 00000 n -0000450243 00000 n -0000450177 00000 n -0000450111 00000 n -0000450045 00000 n -0000449979 00000 n -0000449913 00000 n -0000449847 00000 n -0000449781 00000 n -0000449715 00000 n -0000449649 00000 n -0000449583 00000 n -0000449517 00000 n -0000449451 00000 n -0000449385 00000 n -0000449319 00000 n -0000449253 00000 n -0000449187 00000 n -0000449121 00000 n -0000449055 00000 n -0000448989 00000 n -0000448923 00000 n -0000448857 00000 n -0000448791 00000 n -0000448725 00000 n -0000448659 00000 n -0000448593 00000 n -0000448527 00000 n -0000448461 00000 n -0000448395 00000 n -0000448329 00000 n -0000448263 00000 n -0000448197 00000 n -0000448131 00000 n -0000448065 00000 n -0000447999 00000 n -0000447933 00000 n -0000447867 00000 n -0000447801 00000 n -0000447735 00000 n -0000447669 00000 n -0000447603 00000 n -0000447537 00000 n -0000447471 00000 n -0000447405 00000 n -0000447339 00000 n -0000447273 00000 n -0000447207 00000 n -0000447141 00000 n -0000447075 00000 n -0000447009 00000 n -0000446943 00000 n -0000446877 00000 n -0000446811 00000 n -0000446745 00000 n -0000446679 00000 n -0000446613 00000 n -0000446547 00000 n -0000446481 00000 n -0000446415 00000 n -0000446349 00000 n -0000446283 00000 n -0000446217 00000 n -0000446151 00000 n -0000446085 00000 n -0000446019 00000 n -0000445953 00000 n -0000445887 00000 n -0000445821 00000 n -0000445755 00000 n -0000445689 00000 n -0000445623 00000 n -0000445557 00000 n -0000445491 00000 n -0000445425 00000 n -0000445359 00000 n -0000445293 00000 n -0000445227 00000 n -0000445161 00000 n -0000445095 00000 n -0000445029 00000 n -0000444963 00000 n -0000444897 00000 n -0000444831 00000 n -0000444765 00000 n -0000444699 00000 n -0000444633 00000 n -0000444567 00000 n -0000444501 00000 n -0000444435 00000 n -0000444369 00000 n -0000444303 00000 n -0000444237 00000 n -0000444171 00000 n -0000444105 00000 n -0000444039 00000 n -0000443973 00000 n -0000443907 00000 n -0000443841 00000 n -0000443775 00000 n -0000443709 00000 n -0000443643 00000 n -0000443577 00000 n -0000443511 00000 n -0000443445 00000 n -0000443379 00000 n -0000443313 00000 n -0000443247 00000 n -0000443181 00000 n -0000443115 00000 n -0000443049 00000 n -0000442983 00000 n -0000442917 00000 n -0000442851 00000 n -0000442785 00000 n -0000442719 00000 n -0000442653 00000 n -0000442587 00000 n -0000442521 00000 n -0000442455 00000 n -0000442389 00000 n -0000442323 00000 n -0000442257 00000 n -0000442191 00000 n -0000442125 00000 n -0000442059 00000 n -0000441993 00000 n -0000441927 00000 n -0000441861 00000 n -0000441795 00000 n -0000441729 00000 n -0000441663 00000 n -0000441597 00000 n -0000441531 00000 n -0000441465 00000 n -0000441399 00000 n -0000441333 00000 n -0000441267 00000 n -0000441201 00000 n -0000441135 00000 n -0000441069 00000 n -0000441003 00000 n -0000440937 00000 n -0000440871 00000 n -0000440805 00000 n -0000440739 00000 n -0000440673 00000 n -0000440607 00000 n -0000440541 00000 n -0000440475 00000 n -0000440409 00000 n -0000440343 00000 n -0000440277 00000 n -0000440211 00000 n -0000440145 00000 n -0000440079 00000 n -0000440013 00000 n -0000439947 00000 n -0000439881 00000 n -0000439815 00000 n -0000439749 00000 n -0000439683 00000 n -0000439617 00000 n -0000439551 00000 n -0000439485 00000 n -0000439419 00000 n -0000439353 00000 n -0000439287 00000 n -0000439221 00000 n -0000439155 00000 n -0000439089 00000 n -0000439023 00000 n -0000438957 00000 n -0000438891 00000 n -0000438825 00000 n -0000438759 00000 n -0000438693 00000 n -0000438627 00000 n -0000438561 00000 n -0000438495 00000 n -0000438429 00000 n -0000438363 00000 n -0000438297 00000 n -0000438231 00000 n -0000438165 00000 n -0000438099 00000 n -0000438033 00000 n -0000437967 00000 n -0000437901 00000 n -0000437835 00000 n -0000437769 00000 n -0000437703 00000 n -0000437637 00000 n -0000437571 00000 n -0000437505 00000 n -0000437439 00000 n -0000437373 00000 n -0000437307 00000 n -0000437241 00000 n -0000437175 00000 n -0000437109 00000 n -0000437043 00000 n -0000436977 00000 n -0000436911 00000 n -0000436845 00000 n -0000436779 00000 n -0000436713 00000 n -0000436647 00000 n -0000436581 00000 n -0000436515 00000 n -0000436449 00000 n -0000436383 00000 n -0000436317 00000 n -0000436251 00000 n -0000436185 00000 n -0000436119 00000 n -0000436053 00000 n -0000435987 00000 n -0000435921 00000 n -0000435855 00000 n -0000435789 00000 n -0000435723 00000 n -0000435657 00000 n -0000435591 00000 n -0000435525 00000 n -0000435459 00000 n -0000435393 00000 n -0000435327 00000 n -0000435261 00000 n -0000435195 00000 n -0000435129 00000 n -0000435063 00000 n -0000434997 00000 n -0000434931 00000 n -0000434865 00000 n -0000434799 00000 n -0000434733 00000 n -0000434667 00000 n -0000434601 00000 n -0000434535 00000 n -0000434469 00000 n -0000434403 00000 n -0000434337 00000 n -0000434271 00000 n -0000434205 00000 n -0000434139 00000 n -0000434073 00000 n -0000434007 00000 n -0000433941 00000 n -0000433875 00000 n -0000433809 00000 n -0000433743 00000 n -0000433677 00000 n -0000433611 00000 n -0000433545 00000 n -0000433479 00000 n -0000433413 00000 n -0000433347 00000 n -0000433281 00000 n -0000433215 00000 n -0000433149 00000 n -0000433083 00000 n -0000433017 00000 n -0000432951 00000 n -0000432885 00000 n -0000432819 00000 n -0000432753 00000 n -0000432687 00000 n -0000432621 00000 n -0000432555 00000 n -0000432489 00000 n -0000432423 00000 n -0000432357 00000 n -0000432291 00000 n -0000432225 00000 n -0000432159 00000 n -0000432093 00000 n -0000432027 00000 n -0000431961 00000 n -0000431895 00000 n -0000431829 00000 n -0000431763 00000 n -0000431697 00000 n -0000431631 00000 n -0000431565 00000 n -0000431499 00000 n -0000431433 00000 n -0000431367 00000 n -0000431301 00000 n -0000431235 00000 n -0000431169 00000 n -0000431103 00000 n -0000431037 00000 n -0000430971 00000 n -0000430905 00000 n -0000430839 00000 n -0000430657 00000 n -0000498325 00000 n -0000498359 00000 n -0000498203 00000 n -0000498237 00000 n -0000498081 00000 n -0000498115 00000 n -0000499021 00000 n -0000499282 00000 n -0000500327 00000 n -0000508062 00000 n -0000573653 00000 n -0000639244 00000 n -0000704835 00000 n -0000766964 00000 n -trailer <]>> startxref 767156 %%EOF \ No newline at end of file diff --git a/core/static/plugins/glyphicons-pro/glyphicons/font/glyphicons-regular.otf b/core/static/plugins/glyphicons-pro/glyphicons/font/glyphicons-regular.otf deleted file mode 100644 index 7364ca2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/font/glyphicons-regular.otf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/font/glyphicons-regular.ttf b/core/static/plugins/glyphicons-pro/glyphicons/font/glyphicons-regular.ttf deleted file mode 100755 index effc1ec..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/font/glyphicons-regular.ttf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/glyphicons.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/glyphicons.pdf deleted file mode 100644 index 092a0af..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons/pdf/glyphicons.pdf +++ /dev/null @@ -1,3840 +0,0 @@ -%PDF-1.5 % -1 0 obj <>/OCGs[5 0 R 6 0 R 197 0 R 198 0 R]>>/Pages 3 0 R/Type/Catalog>> endobj 2 0 obj <>stream - - - - - application/pdf - - - glyphicons - - - Adobe Illustrator CC (Macintosh) - 2013-07-04T08:31:09+02:00 - 2014-01-28T10:29:15+01:00 - 2014-01-28T10:29:15+01:00 - - - - 52 - 256 - JPEG - /9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgBAAA0AwER AAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE 1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZ qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp 0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo +DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8A6UPJXlO18s6nrH/KtYJN V0+9li03SrUyvNcCGURxSpJNDAYo3pzFAUC9z0xSDRsMg0LTLXy/5osbLSfJ8tj+k4Bd6zqkNwxs 4J5Y39SNuvrTcrdF5cBsQeQ2Uqk2bTSfztqSaH5g1GLy5qE11o08sFlpwikWW/VOIjlg5xr8Dsx6 cqAVxQ3e+cNdi81aLpNr5ZvLnStTgE17rRIjjsiwcrHLGVJL1QBhyFK4qpL571U6L5ivz5X1JbzR ZmhstNaNvVvgFXhJCyqyFGlLKSheiry3qBireo+ctch1jy5bWWgXVzYayoe9ujFMn1LkVFJgU+Aj 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 - - - - proof:pdf - uuid:65E6390686CF11DBA6E2D887CEACB407 - xmp.did:c5a1d7b6-690a-4fbd-b1aa-f98bc42bb2e6 - uuid:2acbd53f-490d-194b-971b-11852c903be4 - - uuid:cd38025b-3a47-2f47-bfaa-36f72a2ffce2 - xmp.did:6752d4a1-599c-4222-9498-ae256a52f90f - uuid:65E6390686CF11DBA6E2D887CEACB407 - proof:pdf - - - - - saved - xmp.iid:F77F1174072068118083C7F0484AEE19 - 2010-09-26T16:21:55+02:00 - Adobe Illustrator CS5 - / - - - saved - xmp.iid:c5a1d7b6-690a-4fbd-b1aa-f98bc42bb2e6 - 2013-07-04T08:31:07+02:00 - Adobe Illustrator CC (Macintosh) - / - - - - Web - 1 - True - False - - 576.000000 - 2352.136700 - Pixels - - - - Cyan - Magenta - Yellow - Black - - - - - - Default Swatch Group - 0 - - - - Black - RGB - PROCESS - 0 - 0 - 0 - - - R=255 G=183 B=188 1 - RGB - PROCESS - 255 - 183 - 188 - - - - - - - Adobe PDF library 10.01 - - - - - - - - - - - - - - - - - - - - - - - - - endstream endobj 3 0 obj <> endobj 8 0 obj <>/Resources<>/Properties<>/XObject<>>>/Thumb 282 0 R/TrimBox[0.0 0.0 576.0 2352.14]/Type/Page>> endobj 200 0 obj <>stream -HWKd; *t켧4#Pۃj{{J⤺!ԭ$9v/z}p_ǯpaxCWzNAohP?αo}  b(6{\~ MG ^Ys3Pp%1ۄնfH2kA=f;EMND/7glͶN.ۢ-&'z6}˃~AYWt\qJ%4U.\pl;)r?$-˾3" -]\IR-zDi %[J3h3o,?dm3:(L6)_GL`Ygkۆ;S$HIj"*l*z + G*H]{I=at zQnX=/ k &\&xf] ䷚Yq/Ӑ"w'3 i]QI 昲مI@ nn1\7w<ȑLUqcِ|эE)Z>EwjM;H__L__L'c::ML˺߾w~o_ɯY~NW*` |'IֱH>xrezr=RAȹ`bW_QG63y=2O0E{V;h]w5/: {A$ '@y*1j% (Oզ]s)M\Pk:֬wQ؉ uT%z 5k2b]/8$-EN?IAҰqjJJu|,dyȮ9b*h>;o.p;ܶh}-ȐV!i?O7 -c #|2Fp cr,`cg=0G1{1{1:47V@ag0000:x*o8\ 70H2ST⅗Jz5zSw yRM|.oP7uUUǏclЂ[oZ)wHOKk(p .~H tJ/{rdVvN%й,zIQ[bW[@ -)/:ɛJ›S/Q+Ŋ%=,0-X1>U?V?~hQFs L0(BryHfVU"WQ*@T # a##a?.zؤ0y^i\VC$de$+!t0o8   !n^脹)ۉi?'$KsGͬ(}VA4fZ;Mf6}&$-kU놬5s7vʪ{,Q1*s6ܗG+5~o$G@%/1}D)eʗJR%Q$%xO UFy"n~;?}M~{ p0N掴ݑ;INIaGDx@<G0ܦe&7q=춬nvhh]ep5;$vՒZ˜#!4t"@"Z$T5E!p3LAmA'ثlEVe/Līe(i|>T1"6}%׀_ڣ&a񝹊>>U%=B뎇k!>*tP]Q?>$^&)e4NEH_3-n36+lqCGLE4e K@SLbU7jC F Jڟ+6dI-ѨFvSQrd bt՛CwjQ5*QDҋLE2:a܌$yUnDTYX_dƌ'EI P -07$7 p(Ntfz.*Pݾ"2{*O5zWp%Әf0dưrz+:]0Wm2CGnnÛ䇚S,4bV2LK hXGt -blD'H)V4Jd!VdI`d,S77q"apF&2ע5@P/ -ݠ<}}1˦G/2p}me?kn 'hssYk_!p)Z0iFJ>wmkK0?}FI Cƞ>nɬK(!E -Fv'j '5|;c?% LI۬u&Z oKraE.<5;oAEM(Qog|҇_ Q -JN@?ڒ,)) -`{G-Lz\cA2ECikD&tY/c6&[;Vr6a$JABE'tA]^ltGPtߟ@}v4 -&t~/v-xzj:t|IF,rDT?\+XMDWAץx}]MYؠ>_ր-S㲸뽉qush};oo.TPrl]T.RF<0qn+!sj$M\хyCHGK#D;^]KKORi鑈[oC#I2թ4ks ŌךSZyA ~] tL7~nn:Mܽ4/[ifN>J7P|h+Es&qr͵_ї]=M!bw0yle-kLusmdB9W'; wq{ \w^q(`X'# ߽ +q~/׳i;YS}z|_zmNnVV-u^-VӪO6ϧU[UU[|v1oεYot2tn̿xMYܔ6ԛcCL~_ƤDML9r_xu}G- (P+=毛D: QD+cIakexZt'{(]CY~4җ葬;ۃM[/5(2nWj@|הd_X7#zjKgm1i _|=OznI7Y'9ꮊwZ00޻4va'0͏DAH%eJQg%m9YUM6 I-_vn$|bV1"42|dD[dp -ާa9Qda,*>nH8{x^Ekߦ`]7BپJ_AaLG85J dg]"!CSl\8Z7ㆷOշ7nqm0ܚ%n>>ps%5 -%!i(^л{%ylI5RwCx06?x ${pT2hGu~ `RH%.mԲCKX9e}Ӳ~h?UZy -_<"k}G)Y@o iz(zݤRtٮll7]]..U~et?toW]..ҍGPUv@? %h1Sm8CJO[T'tpKϳgxsZa s(=Rő3F9@co{Q;t倵SmWhZZb/$jV/-Ў(jX]{v0$$ 6(5[}YPfuC -ѷZqn{5um&w,_gU|,]KgUx,)쪯ں+몫)CO75]tVUGw]5tVM?Wq JZ[ PcH*%p2#}3Xs|SZK.ŌZDM){:2 lbxFȸ1@#G3}0ɲ\94ARf wf^bj^{Wa΄͜ KO2JZK!).,X*Lޫ}XFrƚݬw_lG}mV'f2waTE~ -=2&E}L=Q;t=6,y$Q)=IDm$ha&iM#2Rkn,_zܥo|zss:o;i45\q<_ڦFi)1+q^VKE8e.;2_:c0ѓWO@i f9QGb2Ix߲OKuez_Z/[',u1TZ^$bC{f=}ZB4 o4V z@ -Rup}7SkH#*>zh8M>Y|U1!ȵl *EŃzNFdKYlo){,q{OX` htqq3< f#OT|qyL}%/Zͬ :Ӊ?LwWA 盯6{5zOnҿ L(4V;,[ىWu?_^)LgC'J6:TPGح@K+De1'Rc i`e+D|Ma҈stH4lRDػ)A%N#ae q]cb7Gýr·L)ҳ57ȳ`˴ֈPp?n#/T@PC-lŐn3vhpn,rx1qJ)phLԺV8Ԫ}zևj0XT|]QxXqXX".c Oa*6oMzl*K xC*8!']q]t,ʞW?//嶼\{V&L%0`,=Ur7mϪe;Jơ#|BE0{ot%ԏ+~#R`Foʹ!bˁdv]Qf>)uha!Jyܗ1Chu =i fEjTZ^+#ÓP7xUQJ0~T&Ѫ(X:5Q^ 雟>x)8[n$Wô}0,,WUDg5'KRxwGME.ӥm9kZ1Xsm>Ji -Oȧ/ЌP -Aq6P=p^g5J" yv%ޔ(O:$,-Ww5)1Ċ& zer*4N\-ݶ:hcjkZop͝7W(sVE@pa#dҍٟ Ugee2kQMjFȈ@,ю%$KdTJޏbw$q.j oU4n[Z,3`b|j:.&w4.i/%9C -D?@>6Atu&<\emAջWϗ"(Vtų`D}PoxXNoGlo{E|~})}1r93tDVzExj9&"sJnp$cH VwzRR%{F?Mw᳽da*sk(u@fC{L#ql,1<ͳiR0qA}^{>0;ќ^i-~$ɍM84]J;{X^2Iݶ?01>,0x{@jsB}~|G!o~:P𤨃khEwrhV>j]3uyo]r?R}龕Sw /H *H e>Ie$-hx>`rQOvQQ́{wL^Pk[]|=E6 :(q(EE"ל1{V$& ܅sH]u:H&HŰ3J\t;LOaڥ$$9R`_1-'^8dqZoJGeZP{ q䩋δ(2@`Ca 0_j?`DM%l6OUEt2yֹe//~|y^4D-}/s7 8fd:P/)`ny^Z3O^sT b{K;̓_ez˗0܎q> A&/&K?o{ +Igv-BsK!V=o[ŷ[TDq+xuHAዿ69OuH;8t gK[d6vD&"7;'&Fkm_(k:Eu %~i)''xZi5$^qA ?G6$,Bgrj Pj=<c~@P=t=\4 p7 nD< /0=wS8"H]C^CCK`McoKh"Fj<"s=SOhBJDg%B|~n$S> JrHi$.'Hei&8. p)Y_E:ڄt̲;o~u/_ݶ#hm-S C IP_k2l>t9,L- 9lȨZ* s׶DːhW6P!mQ)TqXP/G&G:X_` AZǃ?wl}Ο9;k\{NXhUЪ=ss}ΰ{!{T182BA <%2@szB]UdkPUoS}M[r#>껴w9y^THjLj׎1%(_mfn ?g^9G+C_yTTH[d:g)K4KʙSCo`kz>g]{$6@(ϖKHٲy'}.6R[<oF0B~_Bz`XBnL$*^mj@-{,C66na%$ h_J}۶#U渷&昼g%d:_\]ny(m`ݽrn<1*(H9p_"rx7_}{(?|˞w#3Tt$f]GJ=_l"LSͮ.\z{waT+|ȮעDKC3e.Ι瑙'bRdnyb<-,R6۵v畲L/Ѯ7vߢ]Gh7+ډ \&W6ޡwJ8;.!\;_ ER7śBq^Bjv[K#SSC/UVt*RC -bNX ޺/pe8EF"&nz:ɒc=mhA us0ıse>'8FLն/>.!͵Sշuu$i8q _plzW4PɷɷvlR=|ԫ[uO!$vL %4ΏB@ jv B<C<+g+ߺj~4y󽁢'NBċ<],Cw_{_]-}rQ|_yJ{>ObW|X[B"/Q - "h;7MZ;*wUyɰy5԰s7iHR,lrY^|duqj?7JF_l;2ZH5@@zk;f/#]қS7NvQĥDgf.z(m6NNJ3)tx&# +Y, _@c2';" Zt Df8hmp挎 ֢Dp 6Pz"e#^n{3ձG;Q i>u#Fj# -vRm-!{X %RI*nOYU/bwCMJPB~yK66ȭ6in˼FHYdKvjOVK3),^mqQLSh}ô8v ۣqL|Y%e;#JƳNخ ˗"}:0&o)m xR8/*5\cU!&ԾGk| O$:PCݩ Q2B}vrIqfydu ' 3efP{t?c醞dueQw]͖y[J lOUu;mO,<~?)_|{$Z(Zެ ?{ ѪN5hl'$S{~EkP_Pؙ*YQeXBlthE4W\x΅]>;dtˀ?3wgoOCdO-w״^ 17jaiʎoUCBl?6Sb٫}zf -(TXKp,fqzl|QK5y!Dɲd:L=[FZ(L_INګ[ZAZd!󁬇 JlD4tBbgRhoqKWm!p;v7Yg1~bi;{W[3'iU.rqC2?oe^=z3!TNOe f5@db4텚A$ =ϯNȂb ^bVb@0L&z@oGW,]%f/yjP#3ڝFecQ'C b5d]f` ,5+ᒯў|!RYV KZ˵ F_~ibFK<#ʆ&ٗź` -]*rbs'JK|[rV#5&]kzHL 2e8Q+C'Eڣ9};b5П}o(59 BB:)ޙf WDx..{GsKrI^lv!n=i+eMWȈ-Ʋv ̈́mZ)@?nCt&”Oo+8M1}ʚ%.PYXT`-v>Fլ4[S^e}.LZPڥvUwB)墫9á2*U B]bfe M,te"$Lֲ@ 6C7ʔ?P+7ʄvidM6W"Vs>^epr>'xxȒSd"9HyyN5O4F< Bn -mb+ xTɸhpO(%2ȸQ_{) c2' 57L!􍌉-lAa/朡I`Ą2H]\H =VٻnQpI[ o+-J P|!qYW@v*)̄QTBu7b 8D_864U_鳞 |;CUU/`xH")rɈ3aZ-/r!{:r!ρVCrm9ff[ɋRʡi o:'}P chLPVUH0Mff=_ 9Eh+ٞ߈V-э6E:6S(ƢPsleU*?<)n"<-_%4sg)y82LZ6^Bش,[ެQ  -{}Ox9"G1Sy%|NI:AX2ZSԊWbn1el9æn-AՍj=?w - u`)>q O4 v3N>ǬA R^SѪi+/bXx5F^J:@Zuƅ3X gnz)"Vܺ|`z*8č@^2"꾶ȵo֜VL^׹17YBlq%S;&UL:v-e3Xb9\=w)/ف-&D2 -^_@9F/wK1t[Fõ~mG<\\b3盈7@twQ/} -az_%#3vL͏9¨OA 7F|DAniu9I0o{j+0b.jMt|fέZ˺wإROurmƥxY?v(GpPLXzu)1$1_GIti,$x"$yt.g1S0pP"`ըtt]9Vp$`[UgA)ˆPVC$@Z :qBIv67{ uln#m%dLx(G 1mFW6 XN6$AZ^mȼ?a|I@:Ar< /<&d oz2"x [U"7Vaq\pWUkѤM0[=}(9,bJSW4a:Q@RYH;}?O`݅<-&#S_}BSN4{gBIp.(Q -RM1i(S%i99Ksy]RqC1S7Uݍ9/Ѝ<Y؛bXUd VEeC(Uӻr5-z6@cW|}p棋>({/"o^w{dYũUgƞvdp[Pr4~QWwtvj =Sΐ]c;-YBB^YzJ;򺿦tKr:|-喜v~겺[mX=P/23o ! Z j}ҽܶXӏmI-’Nn+=D_SOGBZ:o]J,oMo7m12}ƚ*jPPLqxѝklj)-䖋Lp)*ʭW{GK?*H'"psI ݇9v15#f\C*cn*;@5{̏P`!r_PC*^vwnGr>Rזk#ǏeҠmY]/+>O?M}o~{]a٧vGI -tD*0S;NNKO!1EzsfÖ-/o^bYbM]=)(Qx3ޮpQ3kJknAK2W͂~Yh{Z?v u|585\5dM:Y_YSoԛ5fMeCI5}fYi7̛33IeAGRⴱ]0oLmִy6(p |v+oO {}VDQeڥ 7? \ _41ϿCd0\+6a>y$j4ڃHzq_sp*ũn56Ÿ -HA ?=Ə{J}[꼧ܻ3˔\z;vߣeyjvjǾ$~&H09Wя18{l1+h:5B~1<' WZ7I (b͛W3h5IJ CO"; }1ņL@Z-5?¾xgi񟞅g&2xgID8狑\ ?l鬮U/j8P󆌊5]Qy,{/@ڊ8 1f=_ˏA8moi/.\/"mAU[]XvθPhn7p/ko"r.6t+G f; ֖teJ}|3@f:+o`/Ah7Ǧkhb:Wl-XKJ\:rOS#m%]䪧~@;tILwUj fِ~o[vI~ K.]Pl7[ivmvLXEgj8 'l' -oBStK0T8}[^<9\uWF{Ҩ@IGYݸ]{nF'*z8 eU$ $15V*33 s#>ge&ӺgB괞sLv|"3 P[Tkӣ$<|K US}\l!簡^;ϖH㘀Չ{h۸CX.iݮQxBkPͯŮD1d`4e*rbԪ~|nJ pAQ>g{DŽXKeF{l}ow9ٺ!, Wwŗb13Ҹf:Z|3L;{U fQY'jP ?_v띛YU4IVdM2pI":+oH)Qf']j]KnSmlANw܌A*E4XQ{F\\wE'8i&ѥ!]VKXavzPiȊk-߰Opcc2kodek3xW,:,x\FlPveu)inPnԶ|'j`hc(98_8 *DD/d9ɿ*bV4^bizgݲ& +Z@mîoR3AH" -/alA6!&XBn -W,3$^rgꄦݫfkjFD#?/6t'xrLzڌDH(չ_/NЮ1SVH>~aIh]m 0ߧ/F~8(r ]{+EҰ;.%IOh2%sѮ/|E]}m˟&sE쯧fղ}AҷlVx~N큃Y]gƀFArR{LMFfǮamyI/_G (71>hp~ SϚxCkg/87jǒ6K^&]:O㾙$^[y9 [~"OO9q{[k*]Rm@\( P€1{U-Q _>AHeiJD.r%YXE$0ņD r|+Rv cWs=W]G TgF]n}j>W =ff7Coї+Ćf)[_0BzzԤVIm}٦zrA8|KekTpKbŬ'd:Y\$)}{b[v]_fmŐ\lcjy؟jr0yw@A -k7i~MP*7# d/\-1R»<25OcD0p/eKcم5.KJ۲C(Ñ@ϟѦ)kcxnH٬ӭo"WGl ^J꺛슶caz_ Pk3-P_#}(TtR,J5 8&(9YHĒo ,V)0`с.9 2uc|VZX+"NnNBϋ٠`UdFfl4L, aJ=, DJB,8Lj|gWC$2E,([8d׍2yMSn~-4 QcC4)ĸxଁZ׍9% -c5S*z 2={Dq[N:ϜīРDM[?'(j@`Q IկG"J]:/hx.M_<_$|H̜fL n!ֵ /RZ8BuKf>ŠFVG#SR:tQ)dsާ)K$D.\`^KbU|1ex4+r9pqϯ_~#rabl8q0~we ͣb_8#~ 179s3;j&E#D80!V[SSkos7g CmF#t.urHɂVRk\T=/BwlYk6aЛ!)üCƊ ^:)'!T-bETu2s h"L)mxli" <g#:f;]iءpN-U')'?IͩO, %؟$Y?r۳̖>ϸFloAɞ:3+!."50S_83[+XȋBD*q)ʈ惩tl0EGFilWhsRg-TEoP-c W 2{^vq=pj!dZuzha~ Rzz-A:&VlkTF^ʀ@۵m AOh5c2x1=~"3ȵn=N.~ ([2!B0LA( 9& ҺI\hT0[ ЇLx?7 uj=^FLĐ奤jo}g` 5j -L鮾THsq4 -ەM/fn-V -Pš̤ J᪒5'56go>|j}="k"r6Zr*.*F@r?Dk>أVf/jFcSw'Ovښ@Qz$OCɤS z14:cchH .P|ܘK<ĈWj/=$)DERM|)Ka/ [q_^cs|Hn`Y+ά3p'T7$m/< j2CrCu:hT,T7ۖ?u~1'<; -9N8qs\z$W²-utqT j^6iT,T7ۖl|8g88gYp~_8zJe[Ja$?Wr~޳UvPQK㆐8q"?D}_Dh!B{."!B?"C"M~]Dh!B."{*P}/a82ʕK^`\c{LTdic^+qw|m_v׶.W;|v.k_v6_Wj.Wj/_W_^|ՋW;|vjvU/>|ՋzWj_m.W=|ՇzU/C}A"!n"E A."E}#"C=DM A"E|83yp&gq&ꅳzpV g™<8gLƙ\8Y}pV/ gD>Ѭ_4f}YO4fYhD\,W4wRoNxDŽoJ8C=#x*>^ISI~n8,3A(i?|07E}-k{PxAea\> ƒ9M M$} -i6p?EY{rXh~I_r^WhWuC3R1>w`"t?;SNM>ʧ00_4^5G-:=7]6syܲq<fMsqov9X+ۧݺ{ox;#ݏePM> -B4>qSnq$5]xp+ -+O|"tKcգeOoٶI87 Ħe*˷T1nMCMJoT0Wp䥨Q(q&}%]3mIڣ>+33=O_}(C"aK<0`y8x+ ]ąī#']J8Pi4&u,d{0{w#23 ֞~p#7| Q;;ԩ$*c.сs (jL]FXnh"L,7! rqY|^L~SE#vnA>N&CWPǚÿ: -Ѹ*dLSg:%N_u-{D;4s#mskOSs+b[>:|`bZD ̰RL0L IL(!sP -|dkF$X{~A"Ktl$}KY:rJ1H)ήӬJXBiGWRnNH=Ԃ?p+ݽ(SPg%][5e̚S-9\YQsX_ K,'5ˊ 4ዐ'=[1yG(;ӓyʗwIi!)->Jӟ;}]Fm tF-{$bѫU^ؓtk@pOsV*3LYxϽ OM"Wm`ٚ¸I&!l\K-jd򼀗嬌ɭR*MDA4Y$;+Dk4Pi ʧB=hp;us!IR6J. qYkAN:qFS`?U{$02r'Đ:i0rP59"ALH@ V#HAG_1)8@ ɩ9`ЈrcZ)K΁9b5TZNtZl mLe1'tgc㓋aM# DfvD'gn[g #]V;qK<%R TDCN1r`c5@J!FF<.{H؀(F0Y"J ~\@wNP؈t>֩Lu$Tb1Z#7Ǹ^j,qԭ\w"{ƴ3Q&`Kk1v&Au xC1ӐCNC=Ҍh$8 2=oG|Qo.&T䥾H -e쵪#[jx2r4[|9+Gi<,j;z,C!oWz꺉3$BL|O-n[5D5lYfk"c:%'+-l<;=#j䯬jGo8zKg1kr{g8kbzLֈ~ nc:&5.DXt)3?Y,(8Ύr/8_' uk:rEeKn%-vy0&cR ng+J]ӓ>+"Ustt^2H'TJ}ǼU|뎻+z{WG; >#u"_#W$cV u=~r_' N]rKG )J -ϕӁO_D2R:c3Nx9w -z/p }|M< 2R Is,ލ|E|#&mQVzM /PH^ؿvٟ)$rzd$ _`Ȩ z$MRZ`A"+1.Tx ~{f*r97h} " sҏʄ[J&Uo;Sϟ<נ X,-@ BC`7L seNdk93+T^T\ GOBζՉH#IS‹Dٶփ!߻Hier26u}}qHB"P׮=EvV"M`a؅e1Τ -D~Be.lHv Z\OsqLh$7FNGC#x䰳MPI|)! -d`ܟ4WxC`6G$)`' I[`sM4Ytی1~@<`zM9ͮx׹ȴ)`jazkM;u.dQm ,X+CۼP )IFSN*Ņ3MLx$?6nU< -*+ pTDow?2,e6:ooW/t!GF5K_ -!QՃUE RHD=UL b!eFIBn-Օ)5:*AA`t&hu]Ct?Vu9%( UAEMY3a7BKRx#l${?EE|.W -;xR -rZffJ?Ff֪A?I7Je)k6M Ws@B@EU3oeYe-w65V'=j yS 4,AaA AeF_&o2{[3j11{qĶP>^FHp$C0fǼv~Ht$M=V(뽐 9al]f.ZE0gYKcJ9cvlTy8ܝƹvqSO%}>OW䧛~% ?yR3wP꒾$62Ijžʑ&L펙 )UBet,zq)h?=s%9`6]%";kMǙ?>ᗷt;goKŮ&R;Y!'N#BݓU%R4!O^#&;]L[cH>Зyg5nv ;Kܦi$&2~J}.j >BØYh`n ̪y6^T%IQHAt:q}+]P뾂>/}ܸ> ʉjލ@m>VlQFfK42qھ_%^Ncq C-ؔQgUzh6',V-6*y6(' >d%ckSgdnAu^w3 gkѺKol<0ЇIL.+o "7b#l%lu[*k\7슳- bsx0JҧTtEknUҤ${ -saE [ۡU5z>!0UjԦ_]k,&ABL$mib,z4˗@ĕȵF_S#~Fq=K( z1&>ʡ7 %qyJ𢻺O%ЪD'9V  6Eihs`S2kXa[6w-)c @YDЀ$=umTXZ2O#~hCjͰK8W>أoYWt9qy/Z|ҾokeMxłУiɆxxx%.8JKfKp9 -PL*(su 4Ѧ3;4SZ\}ϝ|+ hvgS2ƴ{6-|O;mmȱQ!1 - 95f4UUV8 -N 5Г(uCϦn., gҤ6hR~`#%*ʂdǼ9rM wpIED݆X:lNHU3KN1`XEA_EZ r=+oSQcla;iќ҈3"ta:$?d -+a3ݖUn5C8 -10lj㗪e9N6UUJHo< ?%-M[IJ`%!@@D!QAYj&Cøzqnhpε)\FNt)S^ (aZ&QJ@[#eT#eΰS~ גr+=*Ώm8ǧU 6MlˆY >ʲ0|4IB$\1 tpBdQC/x?{?bWPNېq ܦ CGim K3JSDjRRxZ^O.$W+,EIxī;Q)RSTiG[aڍ>wT>IL!%ͩdNz2[ΉǣLgF5uf)yP>Bw?{wWx5|\<ͮd\q#!ku"Kasgn2OoK~#;2 W -Hͮd(dzVηx٤_oko.Hн4)ޛҷ)he-H()/X߆Qݵ -eٌ rXBFzm*mX=Q-FtN_PD~ĕ_؃vbQމb~FyXդ輩| $qDU4ځ06 ^p?t|~Ӈ⒝9|?ՑpI[v`ӟ:@muAPf*rn*xxpߑT_Q )7*ah/ ^H@tY}#]w35wij-QFpT ,n4w: #ʅ"t7X݃4/=mNFp݅>;LKKlG \m$QҮ}gq9V[v{L ?cH<̊t"<EX$%Ȭ}|}#МUYͳ &_3i?N@=z'zXyq:Rʗk)q1ʵYe5cN;8?+]zDtvtr[McɌ9S.osm2 :`c BpYWUzE edD][>?r^eFp6z D?@w'[CwЌ& gs sC&nj5ΆňFC8WN(k"e0_Tf!U3$K0{b۫4zFKaӿ~Nǯ~+;h-|N"%D`&D.yKgJG9#i|-Tc`.>b>7U"0bZTYCi<;-TY.Ή=MHuqO֢BU=BQFv3^q 5W6NiIa 0dae*ceDGдANᦂPPV!\R=:'qvqvEJsqnуs;30)u162LbC{GqԻ: c:}lG4kqU;F9R{̙Q ԈԩN`A uG*jL³{1cl+r Vl.G}$ Os^6&O ]oe)QԺľ=Bke$*U!pnU.q#h#z J̓iItɤlNk#C}`p3Lo H3HhH+t: ʋw|?Hڙ 2vc铎l]mE`͑tc7uϨ N@F EvO#,PP:(J-2i]ɢD^+TpTMLJ4ΆVHR=ŘnO0e,ll9V!%7ubHθB`#ـHNUy -0;Hr(: )ɫV`5gl2W9&Kj? FV‹$׋mFΑRZTg[ZqV=/<ݩ-^J(KIl+U]rVtb/QNyݎ+l'&I*Y(NHA -Q\A}UL]e>1^E3C$p_b[~_?p|C Jﰞ+ONM<>Jp^3omWxq\4B~_&+f+-| 곓$7?oKҿn+OtUhYSyn!--iϤu@ \kozSL~K~BxrI*WYf۩@ewb;$m a~)텊/mlVgfefuz,NaiTp d ?Uao)B%.PAT]2kP b`il"Jl&Mn|W[!APi %ETc 2x tώ'g̍RE8T1~ iLh:5Qc^ǡyTdNݡ7ؑ8 G緰?X6 PE'N"cY6IJ3rHPo'}ֿX%WJB; ڰDKn(p9Qmj&kE$ XڢSu]f'!i|5ph&ձla'IYb3աDJ(;eCҀpdk%z.tyknatOFV>U -w,_B6BAC*Ry`Jo"VjΑDt R\"V[ R =-r%,k$geάFGێ4%RiF}5 ]r?}6rs w~g -봗{^7SS(VQ'e`BڎS߱'^ S06T(@=WTsų[EDФmCiΧL _װU0*NFJ::=LR?oQo<|\e5d3 ?$Gs} =@OhC6H@{BF.A IYӚ86! 7<`D CXg.W gSDIh!?Ozfе++by0uo#ceHu4EHQ0Y"]ɘ_ dמmymlZ]*&Rfoi\QDp0&ˊ -{GvWѶXh?C{F14IԠF D#U @-."Q-t &Y)m.,n -Ǖ.pmh l;P nwX - y00`;1agd!CcEjASDt]ƴz2FӞ`%ۮ dgٳF3<ѫrp˚ksaɰ3Jv8Ɉ uX;q]*F0ةJXbej}Ȩ&qb>7Cz˚%G`O@M&gLx=sry]+EO%*7ҖR"IM -'Յvt(?og$m8b3D\]L: Od )wD#+cXWI32mRf5/">Dmه:ai :1_B<)y&kP,,r!D2^tee+W:)7jw^!%5lMYzj:}s٘*Ԋ@7aX[&:dfQ;E^fRA:2p%:j;vY!_|?7]ϸgPG=}m9]^=()&dd-&:݅1N"=_OjO\oi;иΩ<[oʵ,-עN]EK9{n"ja8T4VzMx g˓tYӟo2.e;oooo/^^]j)$]q՝lviI;0o{+޾oP{CqL4c1mbi^2|UECy%Ӛ6Eeqgq"-qdiRkyd":;c %T RC}`X֖e؜ޒSZ&i˶1Xٿ==)֜ -s'C?\f ?ϥ?o'DP($Ii -n -O10} 83bj_oC__Ov ;ç9=ϳ֞;bF~<3iv\Ywt\spNo;3o\qepmqOz 1 S`yF,Y-9/c^]r7 jțKA=m|gDxhKLP0$9>$J. ;}]> -R!]57O `&=7,^r ZFS>o j\vj -,*N`Ա"1Kv]TĸJW|!.5vD2UEMxƮ W%fR< Lj,vTIp/1ʅPёU6FuYr81< -p,knyϙ"=&NgA^N~digյy8avp_e-}Fs/CeUoY%>J*Q'7_!nCBE&Jqn1Qyz>_!)Or;[cRlɍ7g~{^Bc~Lc;#"TGʒJ3h(<4@[N_?X[+ڂj jŴq{N>|a8տ[XG_ -P&蚯EURmko77z,8lwBItd.KqPw2]l Y ;4ӮOxen!¬UrpjUnd={`A]DrE!Qn-4;Al-X -@B4^CS,a&A{*OpeN$^.Ї5opC |RdG:z9.}e~J]>#R;PU $v #h'e1/DF-7nidhnp3 \#Se P^'}kwZt_N,&< }s֘lyۗr>'/b9zlz7,z z4gX3<[R4;hB)'ՅZF3 -UcyG}uQ5{*VX;e]$ -8+rt4j%BڥESADlnkʥl}He3Bh'\ ȔfF t4q=%. -z_+skv>nYAtwpv,,-.T̾a-b~[\̈>]˭QFT=cjv;MoS3M ^ς[&>T16vB7ck.BO5 tOͮE_<{cq2#1 9Gu!RB~'ʒu۴6[{eQF>9M nf^ϟtMXh+GL(Lүnrv[VҒ9 M_m84O.$s7d7]Ck,z1h:1o3]7_#/N?Բů?쉖xYK{Ԃ -k>nekd=1Lnʦr6bxsSc/앆I]W [v$^ek[#jnY& -|յy|3W#`y(B뵊j$ шݯ6z -o+~묡n-:{|ZI%W i Jg,Q筒ĝk'D6u DE -ٔ&bNݎgV!3t jF2Fb}dI' n!zN՚W쒩T7LL,5s~dlH 5keV#Yjʫ \SZ_ߪr-&݄O`38V#^1aܴoB7{Ek"*O4jJ|9psZ%#Xg2\tșQ0CyB)ܑ1:WnM?7??`)]JlG պ~j-ZZ^;pxε<;X爿~. ijƎ=,r ñY60GroMHnE =]Ҁ Rn"bM֤hUm7a".ZDa#tP˫tukEoݞ–LoK:[e$3 Ń\h7oAC,)F$'o1u$& Q,}06r]fmVVq })n-#KA_31^%98p_lhm}&#(Jvz@:HH )()~|3 \z]T'5TaSmߌ4gY}(~'7K3 Ȳp; Mj6)ĔK$Z]+Kh92 a 7k?;m{5lJKGIAի.{&;_[nŐ\2-9i ӢZ?(v>ACN5&,K`Sg.K/6w|oZsęq~{`/r(Ejl`ㅓj¼*3Ňc+EMоM\qjv-+.՟:%sYeɫS%%1[H0ggI4RX )y&WP/H#_Y<3p8?d-lcax.:-':_z~8mBt-cB' m=adUΣ` {y(^*lGjdKpuuRb738n-e!;A]wtOF#,$j}[m#6jc[o=&a5q\.nO ٸMG6HxSkVC*Zd74z&ssj<$pQdcoβ#{=}' -ېmЌbU f̵p)ݒ_P+ѨݮQ4L:" 8,So;\ ڵ0PtIou7 ۫,ݡ'5xgFk- +ʺ2[AЮO36J<$Y2MN/_VsʍVռ`6[*7Yo/Gn}z|7(]6W#N6%=qy,,8K˚ݠiPAWIqkՑ댚6jA#W)S-*u`8qQ6 -p<:RNfU?_YUj]fbiUh`ds^wsg:o56ʆ0+\wÜ14QlL&M9x-TʞvU}L^Yޫ#W4wy0z/lUHvDY:lwWf/}مDo23Hkp56z@VvEg{/B-gK lѐ@C} $Y#F\t,`26*P=-TT0PBh@T`_ c?,X܉r;Q>(rS‹Zrl_9Hb -%|M$f9MMWlFQj-Eн΋QBL($뛹>\k.D`b}-r@>A}ޕ9'þM8/Wqgeť[Ӟ4+zjn i%V̀?P! ͨјeL`݌5JpAM֮!A9jImc{*킁Vpb[. $ClmPxgA;Z}/r(4}T45{DV7YEب=I"6F>&VĎH+ wA:Ҧn9ԆDՁWg0T4Zra`m $|&3hݏ.X]Ƭ* -Ha^Λв65S&֔,bX~:%I -[ly -cT_oM n&RfڄR9guYJ; A.0cpI?vev -2Yn3Ֆ2ŧtIPqt`STx١68fq9bu“Ibmq$@`~z"9]x` ^]m8KDSil~ P9ɜ9n]Lۙ ߇\\Vbr!Hřk"~ڧ4`5VLg늹?Ʉ'K'BK3]G9]8_N#h - a? :wo'X3խM Mi+ufdiو@0tn *ՄM!̳Jg1 FpKXIYdV7Ȁ(lLlcuop0 "a< -kY9Àw%g8۠DQүb:E@Zm1Yp^nXעdZ9.fZ#Oٞ.VQY:xhz{>H'$6Pu|3rbr:3F4Ujxb"'c(.&}ԡzl5tJ#9r_}4'̡u`2k|AdeP 8rgȍ]fZܧč~&lu6Ƅc'ڊQ%Ҝ\DrRÕf iÆ|ffBF?"d9q@Dc&@=!H6m$־Cf͜C 5uB9PkI:eY)*ױh2beC* -QnƧd$1$Źl~r1qH%ڃX"y[4ͯ@Xs#C+>lS/|,S6` - E,%HȄzR;+8yQdת3p9XsN(4`hU!c*>6ꕝ t&!=J>~>V" D/\Cf>daNTm}.4\oC_aøW +K"e=1H[M6ݿ^ua2h+s!X tWu-u_UXp!:-bPθX&M&X-R^;+dG +? ͉Wܶ!0gm\ >Yaݔ5N/-jgJaba)F<""r:9k;#!)glVb,Y \Ɋ5`rEGz6a:'n`NǍug wc۵ -hAtPtߐu#Ceuw{t) 9cΓQH~=g9h܀ pPͽ<'۰0CYD#ٕb3dPs$h$v Sۀ0/%P4 $#enHЙU?f eL`^A>T,hn"@^ -YyFXoQA`㇨P> i&ڛj{͵S޴4M޴M7Wys7o`3OئP!8J.z}%Fl^v= FPz]/NuC q]s]a4G4Җs].XH誥d-~}}N\X{hW괓: -ݘ'``.۳:B9E][! -z_-> JTYp1ɀhWOYSֽ֕<3U=ڙ#3G3Up4ݪq7dgq;9RYekPzLٵ -.˪VC)c("s8v(CRl|IӅKl6f&Z|$"A[&GlHM~/XkŢ o9t&VZ[*oF,6vfga 3|QOyN"f=-fK&mN-ysZIW%~kJʬ⥻`ʁpo0.${;5!"w"ސTkHEZ w% ZҔpw0"W0\-v.wۋdOPMf'M9N^X?'Z 6Ju a -ʒ0Qt9K+R9y(s_܆34RIa<>!>)i -˲l(O"fb$it4‘gkD1UD <*7/^6 -#k95VԸEfrDXK7ر#n:1덺 uŤy  -Y%)?F}Ay3 cZZi @7,;9px+ƅhvR&^<^d+i*C$͆{ -qK`o%4KD2m2'aGK)aJ=!TU^|&8`2j}WO~r 6=Qȿ )5҈O4DC޿@D/h&p,G>\A*L"5wVDA Y1MnZ)m/YH"0ڑ Ns]2p+#!Q@wM͘[h,9M'V(D>߀jHp@8 -3v:2]=g. V1sA.42K9$i;YR9?Q =s2I]>VY8&5W0P'6nSCԦekSu&Y738Y]W7.}ON泱eU(<[ Mʛ6oW36fI =tMc:?U%PKPZh'1Y -)d/[֊ -ET7k;gd[.!F䎒cu(xȵr]mmmy.Iܶ[i$Ǖ -u -]Ԝ|d$IV8o5 -s: Ɏ)!f T k |h8 'uG `42vCusWan֪AȢVEZZĪeJ0З5mw?TL` kۦ?\&Kj*;Өng;@a ]ݣ=~# lQgK,w{E -y"4y^ _S*5Sc“aڑ+$6)MeUK=ƒ3Sj)oӔOKm4HR'`p@mi4opu>fE%B- T).pLu;x?h~=8 h1aWf0+L,䱥f) - -ZSE"v -a:`7CWӣ{Q]CSWR1Mw)js*WYYX5#,ƮV!d`.8:vakcO8^vMAME!.~&;I1X53LYOIOlMɔ!gw1a`}Oe=C}=91u}萋vh[Z#ڡ@s\D^3&gQf>h4tHѺgw৆@'+$[5؍Y2loukM"4Zyÿ'xێfeDM!L+yi#elu@$Ն4Ԭ΢-ܛz-zEQG3ǹMC-{EG*2󦵉F'6m[f5ba(UUk@ZbsbbI8wdlT=|K3p~F ɓiPJΥø&%CM| -`߇53ԛrw~ oy@\*ڕٞeΡZI*qW4W`="͵Z&g_-2 D׺DUQYqHMN9eEF.=5^|_cIm -PeM/P}r%S檪xdwzg(_G[[;UFc.gJY|KxN.upN'NXBS-8#i::0 旉d궕~zqӤJE*剀aW5['XZ2Xa$UU:#Q\8}06IE mPtNef& RH~_ث?=8B6TozAeFIXg}BrBBek -Bc 蘈XZ3 -5N֠}`:}׼WvzB3ݺP5 -Sް"ĵ&,\t e6M'cbёcP>%\QZ'i+:O< ^:}4_x.59rgZ{y\>b(-]BuiB'7k@S7uuul88Xx rڷpNJxyߔګZ乣]iIlߎF{m_O-?Ov~N^ЩߠT=vrj@߄ytSzU(XR컞ϑ>7N^(4'G|7QQ%zHrbu 4F߽E;;:-ƫް i{_|BqБp?si!҅r|S6~Osjoooappp_ooapp[[[ZYrZyWEf=].vOft{9fa?mDhb?vTP@SjD:9hUx7:O;:) u;ZEZ4}co[c7՝B3>㏿ۿ14(pxFXBh_!04UbјBi^%czQlh8b -Ӏ4>"bRU cײ _@תQqL~vɡ*$u"&yƘrI=I5hNm\D暚pqbS1M -Ix*&5bbm)a_m;ћmXtуQAZWA=oK FKod0x)t 'ǿ3\(D2jWu -ND]QD8N.uRsK2\$Z>ҏAHDDJFZK5x[$"5ۺG8gƼ%aY -|m_ؗ%[-sΏe^pL,cԻ~\tq΅if?M/m7I;YIɘ|G$Q>"#>+Z&׎ oQ2=E -`y^tWK, )]#>̢00ތ @wITRd"oCǟXPbf6$eUW#C6&9C=!C=݈X`ap3P+o# X)BYsRh%d%Z}/4v@^99S[@˼^98EY2_cK :.Hk5eJVQ֔ D6{8{4ѡvŐNCCGU{6SgA%O( 4R/AtSG=uP FmI"ɧ&[n./-.o[Zm:A1r4)=LJIlr5ևQ0*F%7*}QiTyUNaTFӨzwjiT9Ө~nTsڧQ}՟FQ4FitVdlfݬfOdE|GvdŻ<^Έ3W^>^q/?#_V# ~9_fg*(TڭPLUUY+Z*aϤzj=v] &= FVI[[~1ez͑[~DK33;чb>$s1āӷH z)vNaZέýul&-eʂeς`ڲ\~ Ҏ\vr"Wʁ\~ WNʎ\ڑˆ\~ WNʎ\ّ+'rD9'3Uor@UG>k'r@rDȕjrDȵv"O\ݑk\@?rmG;r8r@?'rcGuC?'rcGnȍ9/zYd/z^ڊ^k< 'W}lX#ṩDű(m0!l&lH]ӳHQ.i/;G. -sxec^v?rʣHf g G -YYҢ˯$թɽV+}޲և)C׆]M` 1|)4A[6}knUu3%eɲ5cU|zoFK&C2{5fFnzcyAuD-n»Fhi1v|E*1ۯj& -g:+USӦ HO0 -$Y8mn\nL}s6=aN_0?<a.:0EL-͙8BQ7%Lr% -ɴro<95߯5dB\G8ڜmW,Xn'ltr@[Wo%gTz9ɗD&U*/zɨAaQғ溰\RVXXoJ8ZXEp"ϧ#*rW.:X#@#2:j@ЌM0<ƚqqgXȲYht.y9o&Toz/}i1#H6 Ikz*+$aQ5NLSB]o4jbHr?A_*h -)UӖN--6_vNt{@{_]Ŏ1iN(& P>B&SRyRN|z\.r4f\.H T>D/5Kd&s27f3VĦC0fe/X#Hs(60݇1e2e0Ωnjo[lѯ9d+ @y42*IoHs)&'έ3e%H(sdQ;ҪZ"xhjXe|CbKqE5mP'9m؊|*c 6Z+4"1C,'V! = V;eiC&30, _ D +,?!fT@ө4ƁA;pL,N1u]ݴl4^4IHh&4f׺4$F㭔$8N0mޚ_ݬqY=w;7 6v+ "Ai!_fT-d#+m\1 -)6'S\6кGzbzBQUF;>,Ҏ3fOӷwTG'֥jTd2ܽhGwȲ]Em -9+B#!s|If;3eBePX>B|_o^(RY-`㴈Ɗ -H0}$O9#C\d|IXuf׵o=\}9]0έO;y29RCܪlySu]UbX)tZ.Gk\(F Զ\ͧ&k'qQ@F4G+g!FѶ:jA%_wD^!byD{^(2(_K75)kSQR=$f~j$rW ozVsBȖ@Le \z%l5Ц*鍡\1I;Pu?D;PI>VԪAMH6l’!*Z/huꞰ=о,.WԮtf<׋5/F9+9} L]y9*1Ȏư{&Rakie ?Qpi>FR(d3<8S(9/5o -y?U߮O]o fd"@.tC$UD-RT R>z\(Ʝ(?97p˙rϐA\ z8S]/;[YY _nbp;(]))~$#zi&H/ t[&c0BZHnR"\" ~Zm0i:ɪ Eq>lxA 2.RGKVȒ -GdPS5vtDn[Ϊ8ҫF]lI< -~.VgBD~mS3/ &*H^ 3;RJ&K_yUiax`-"3cV7MuzOsiYwC9VDzc]5y~+g4?V/̷x___V_k[dwZTAx'ӣl,ܔǐ;L m|\zs)<Zܢq*]ss>+صa7yBo+Ty^Tzn!nc *4C-EA6z3.Kd]ܝ@bs#GrO#uS$ <`rPH|ӈ'24904-M"Z:$d]qz^jz`!vsw<-8Mu[=ILU!Pd1 -?M%GUd( d^su:NPɴ -cWoVJdwK_h2p|H*R^/7CPN -sj%>Wvg{. ׼]C64(`.$ځ/2Q`+JKxi-fMlʂc,@#-A{1N mP{ F∋_~laVpOҞOjCgzMn>#@eSz5ZRT_E -q>N$1@->1asJ|BFisI=@lɏD&"oM>YDbqj,[D[wlh:mW`[Wbnn{A+r brGnjgZI#K(S<-d^T!\TzF 6c\h2̷l k44R~W}DCP]e8+GagF)ꩶ!&&[PM$V\wGk.u͎J*k'ܠrIH;6\[VT$)S*;[dR4;.zkZSҼ -|}2} N*sInYexFj6T|5Uxڹ,R{EY,m`W[ WH]P ]ڗT'+MD}|O[ǿ/L3QD}j1q*\t&eۮQ ]JbOuQ~TXW hΧ73gC[ -.Obl%{ZQFr"ra꫞m/e~מPPl I-%HIWWdj2\Ci5W&;^d"'u j:z񫹼 -+ Bja]4t p֝C!JiU$rDvKCgnvt{`5[V|{5pșF!u[Ŗ~kV\BR#2kV~FTk M7CIn-5t65^m'atՐm0>ŲRpS~,1Øgjlu׹Aф8[:3sPPp\ufj0w45)W;łk|p OSGlgY"Z'WņNȆQ8`% |\gFm_A:XK -\<wJdƸ>o"YR.Nފ8HPHOl^,QWo[HߒW`\`[. (UA郁 bY98e]|] j<৛tJ# -ݾvۋKnYnU&_r`CƎy+4Sԧ?*/Ւ\In:E_@'ZL/;3^7D@'CDJ1<0АRa5@qG!f0wej(}L09Yx,RLf{ȓLL]da(F5VTBB:cQ2 ImDŽ.ҙr_?ϐ$5+WJ?tP7j 锗-@鞺Ef'3EERT8tǬ}w u;2t,E Dwe(:Pc1q p 7? 7qo; ψl2].TD+fU +1WBp'MR! B+L @8>97`23ݤY~ٕA.DÑ=yFR*lw\T-GO*% ލ唄 -DBe%kyߣmQC-a.\N4ye=,8^,cAyV [PԻ>, bA}q=>naA{nA[/ Â?/ _p[tE]y_/?@w3)n" [~yen}_BPxB ]pi@woԮxgc7ߏ|ruWc8-0 ֖Ei#ת;8'QaE,QBu5iDfVX7oqWM[⭁2DExj[PNcȚ2V,,߽/EH{MJtm,G~!~igiE61,w>B`U]܋II]Բɟ-Lvfjhᝳ'"Sk8*b5>hg ~.(F|VŤyMeϿ}ށ|\te+ lEœL:Q-|0؈nY R4/Qv@yNױWrCݵm`장"uy1}-ۆֲ+Ԉpr#qorU W[x $8:6x-P!zmT8m0VvFckuoo7^tURWCӐjH@mO5r (dJ[ - |j;^xv͇ - =`$cbjD:̫T7!"\u&nH> +YNʆ/f\BR"RڲGWDzove#\_yHu*l'(FUFb[p9x5o#jZqt#>`Y -te޳QFmȲӪ!gO"퍁EUJ8>VM -VTRPO*o.I#vS&7)E†cd34Ap6@$Ƭ@9i1M\a?R/L(j@M|eCdZ̥Rށ#&ezDž2v2Uve2L8hbVŔpQ0Vx5_Pl͑H* IZ'6~CNGzqcn) d^X\C<:F"45jƂĦ㉎z<{E<^d*Ma`dB<6?\#7zU3L[l@Ҿґ;NEAf8K)1ꀄ:PO=!NGbKY2+H|ODW%,HR{N@!dR݆dUS$ר;JND0*YW2$Ie9)#h!(DGFy RD[a 5-S|B<I%Ì$'b -"TEJB%wDs -W%"%&/PZ| VɜUBLE&BQH.A7#oyI.iq%lnJ:`pP3 -F 0*zg -AmFɋq6 -X@rQ$1gJ7 zz#yƎxRkd=w'1'-4O*ݤ-sd6b[I]h @X\_0dU0b4&_@[>6<q#oX""LDTp$%d}Fw)oBd[$M]SϷmb\Cl\0gxب+os1 ds-E>Idd\ @-kiT}#*H+zT$nOe;]b[j[J<Y!3ƊxV' " ҧ⋲H6њ(D%c퇰g×L{+3F[Ef=䣗UHĥDKX,&ɦٙڮ*,N~9 *ms' q0O[oO'Ndw5[]J&a&*IaI7ueO ~USJnY] 1fkbXTVpNpnp&`[IJʗVWV^,s4^X^Yʗ v k݇}x#S]Eю7?Q?r.%4Ti6C<N* f↖ǎES#+#&2]UD /-?q7*KϦN֔Ƌ3F-KTAhCo4x /Vgv =\#aGň֖b.UL >75JPQՔb))S/@9^t$)j'ß7ǪV04gX6Va3lqYe4=NRV[BQZ԰uR_if-,8&v/6v:C-" ֕&lmi!OI^ś*)~>n|NӡhЫ*K 瞅ﭵu2始\(<xǶi6vW#VPw+ #+V-ӥ{'k@l1zsw1&߸ǍsEžbʒYH[Sl1Y/3VC\!?OK2k>-*T<>lxa+hN8J@&_np-jJ`+tDV0`| 2K:^CخFZ)E=3FaN,?s7KwмAgLZ)RL;>WLgvbĴ\0̄glb.y$A4YmQ}͜rD $YvXsHTG]tu}}d 6~QyFeE}KI&# RVRa˗PP -ZI+֕L1qLeW zB!!|%g(|xK@0lRmC3 "*)8cpc1rL,}!] ecV\bTLnW *7CX^[`U ;'s5wUww>EۆJ/B>ڷI涡ai}1tBe ̟=$qP$+yBJ$ 3gs$ ;{᳔*=7r95:Ws3ZB_-K A[GRL$PR ׁu`(IfeVwAOĸ] -(R,Ih :rҧBܨj;3~ \N'sw=Gj#Ql(0la%աg-NoRT!.T"%oX ژ7cGD"` Xw38A!\/"qv}CTp#"Y|B:CjN;f֥ x]x -{<$4԰|ñ#pNR==zv#yO/>Vk[1[f_xY̙`bOv,`|z/^ 8mk-ܗ~7%Ej+xXrٲU0}\ǐzWRWyXYT!`8E=AV/a;=XOb/UUh)X+ as鷹"y}1wkw֩#3YBwtz:|9^˚6|z/{@#~1>. -'OY?AsnCLADLN04bR9'[n\u15u&iw]@/[x~ -|0!q&!1@Tst8Jz3F:ǹQ]6ĶJ^7$aWZQcl UDOg5nl~Z`zWv'iie{#/gڠXy9Z(.qX` -#]x]<ߍV`-JQhW9f_:NnɓRGnsS@ǰ0kprAdq>Z 'K|"D&"M7ʀsxn@3!7C,Q!e癆+]%(+IS6i+JX|L4Mȍȟ-BqѢ(-ْkF N|Kp? 3萋An -bfprgwr-9}wHZJP:R I=֑YI -n # ݔP>#0 mᶁU(SipSbn'Bۘ4lj'rCD -N߇ fw}pQCN CEu%/.+Kp!A܇6ktf6mȇ%({@2}7FvlunB"ԇݮ*UDRRգ3 ryfjzfcb#HGbN -Y( -6 n8) vz["?nqz"( uU:G+.W㲌1Lp!wa-VB$M\c$'"C nWMTu&t4]҅YUW/ބ-A-5u*bE?WI +#侼G0Cޱ0հ]΍$x{-zQ(0*! !PZκug$e}v`K{&sau/? -ש+lFV؏1R(XK 9!qKQ5%Z6&Rۭl4}rk9 -u8ذܪ;5(1D6W$#EZImhH,bR& ;`.Zlp=@dё}T]'eX:.JJմII -e&d-nٙ+ك2"E"&|bl6FC2!giO$vZӡ$F2?Ss£#T zܰoߤAiV UU3OUPyHa|I/Q5XB>҈(&8<^B|:1SQ He)jEF_T.O]J8X͌Z*9Cڮ](t%SGN$kp[o dFle5f'NcAj~E8-sƷxE)'Xpofeծޓ䋍AfTckmwͮMS)sfK -/&B794z.h z Xn>c{ɪ}gc.FhtAzMKˬ -{62l! \uJM(r3pfEuhl16qqRfRԕo׎D˅b!ʊBK|ߧh4p g,dw_A fl$5A5Qu'HNL\E?.PQoDIw(\gwA-A( Xm3$|(/CSWIZIsLe1!Q.Sr/BCK誵TB bWE  {$}\5 6Sx_:z9! RIBt -,$SuɷGK':B~;!Bl8ά#@QaT6Gvn",ʹ->^ݛ,7nO"Ig*;%j絗'n*5uE )!Բjz.$-e蝉]Ic-r,'54FL^vPg4CGV,d$eZ痝h_/j$k$&e^B*I $,UaDsXxOw㪜fJ@Q$$v /"H @>W?6^6T>q)޼,^'vVQK"ds(5ڮ<h;k. fiz -pHM0rUI0%c*fX-$]Gɚ^J=:p(-*gY6OgsހZ"oq쏏|ԐsGvu Y;3Sd+'R|u`\,jSl'kx '0]O}^caJLvd+D`^Ǣu[^ \kc˺)6;_wh#UϛrkƧC26)5q\3LUl 1\WPQQ+S(e"ȪVTY=?Dо( Mv+ ЪyJ8eLȢ>HE[,c^CS{Tt@\CyȬghl<<;Cevq) -YkL.J}G(G Eki H0\jo2}6 -k/uz+oǣ:-@}{6/K Aq0Ke1`X-sS:yMV!,q/~yt?Uj#GƟ%"9>20mefʏ2{RGhHNՒ#;n}@+{>E700IJz؛*DdfdI|Ï=q_鱗&1J=2v_zY`|} pG @74#lfRE^&ؤutji\_Lo'^1y>xnuvë5칛i]˼wsVCA%X8qYm {-o} y˃{!{53v}h KU_oo4#pu>,?ozz}+q{x@,+8PtQh, ,1XATxޟ2FKP?3KIa6HP|!DꍖTQ^ -E>n$|\툱~Tóz%Uff|geY$Un@ǢB[8+UyspQ-KJOI۳k^d.lKEI0ގZc'2hE JRFMe#p_%diٗ8YO TJJ2U\3 WuWzDɥ5 kuAǦR;fsbԕbV^BJ5ƧQBHZŴ?Hk.)l|K5O5+˛^Wݞ?>nގ}C/*)7 !0a%`ˡtOPY BFe繧 , -OfkUe@ȃ/ - 2+! 2yPu1T -Jd%M0˟ Nb')*Z5Ƭˣ@lX] t˃uyU:yQ2IYD#L?SJ^W7wnJӐ6CϷ98ڃ"PS3b4 &`uSU8TXkkc@ZNSWvOM7KiY`QҟN~{G&#%"2q_I\ -Zg!arr@lҫSyW?O6Prp6.4cYኔzg+D@S9ٜF(vºƌ[TAG=tѿ\f}XyB[=Rv(nٲ1|tXgӲ{4zPZ)z+ބu,V({$jP^iiF˪ )XqZ:KU.Uf3_RߒA|SnuP,3a_#& aE9F+y2(7 -鷍PqCIgD}hIGe?lK W,%ch -!r_f.~/6;F>Mc]ȳmp,>VN_mޏͯˉ{b_95PSA_)!3wUuT1 -23;YRͼes:L.\5@^'+o8f/fcxGXpXC -U{!WkrU׷.E(Z-B5#=H4UU5ʜ4 xl߇>sr&eF*e]HbdURO®, H*ujuhDQi0bnp\O锬IwL~gZcw?%[Nr {Tgh1r(} tC SDPFj:# ;ˁHW-ΡmM&.; %$y1fդmBP!= {QCo’?{ -+iKԩ0"ڵ XI>+J,B}IEMB' -??oo~=H¥o -)C"z}`rr}Əh#sڈo xq_gR92&1]'۬+ -; *Jb(JCH#3 Hr$vWYŹGW:fBFd6*2\<=+V?OgZ8Fr½7Q( N7uYAڶ/&Qt(=RjN-Lo ŸuzZY#!vM>ꙺ2d:ave~ڸ+PH 1:ntװ(Ğ.jVQn$lMBٮg'҃T70!Q[G˖NHɮT2U3u=̲YttfA狌C3C^0B.U]"C x!Y8pTy.5&\N::&WLM&Qp%g#D`nx)m4A:ŠNqZK{l$uN[DY3p#Lbj(J]Է53h1y8"2M?& 1HBLe!#Ǔ<.0+HĬ -`$L2iҠ -P\fIO PT6r3JoԤ;_rN(MUN)A]|up`$5, U^`wYXEUX$д\ωϘ jG*vRHޒAiǎL}B ?Y1i# _ &)y `Kŕ_P7Q)ADצi8'b31ьuzs?ʊ"y].{Y?Yctc,ƬnQPXp/L ZIeFYJ?hKeֹL* LrS (\J%W|כi_66Ԣ1qAS-X -G{AUޛ|c{)  kݭWr.%{Þ*z  -h -w> - DMZ>#Jpg, -9M9w7b ?8b'>[>3mj`4!O/;yB8Aы_?ݲ]e(1ֶ,{ֳb%mKHGc ļBcJ\{M0Ueɿ@uJ`T^`TP8ЀJQE~njx@~S;eeת1 yϝ{b' )ٳ}O0~9 -2'ӱIO@H%{~>3y־^3E}Zevp1R2)&T}Y/~u%&B!"B`)ȇꌠ _aTLTC'M:X Tk><7urIPΟ0k.+ d$[5$%*[\xT -ZNVR~Ӗ)祼م[dFEoLޭ SRjON9Æ4WJxlcʶ1=@}|!JKB?(Ic½!𴫍2ׅuW4?s5<4@36jAQޯuk -HH,v:]]*SU -b7&΋EmsN y"iZ1x%L)#FhJ*D t];CZj7v25ۼQx%1~W[L}K`5؝.kc& ^7@]RH 8 +i Q9FzE1N2Kkg|:eUpk6.+3;}O2nT, -yA.(&*_,9J$zZR=LR{nY븭e_;NcX)T(^_vzkL]I]dJZ> 1׿|WI+;)|ny|֡o-YA+mf\W?QR5FhL:T$v++HlZl(>&#[̣&p0#?*Ȃ&>c|\|3{twc (1L^ =mnucK=s9rL+F;ޟzwlri {4uTaI¼l&atټ! -iLȗ V#qA D>?DGGw]Z]k/.ec yD>j5A{}HLHh!({}orNt3?B==&o 4̠c&lb<Ǟ -,Rѻ0-z֢Bn%R[ hg|NJ`པ:ЃP!xbb(ݝ'2EB.|yԃu4m;uGj_j҉i{C4dK}h)aenB?-sdQ/ H%Y;FVS:9+yQ'}ihRyC&sW/Y=2NeT&J':vAT(Q xdzwҕ;/}[MFoML HXV9!x@L[L/Ô<9Hhߨ,[K9b{h;FMEʤ yB3]42Ffŵdz@k#f[+MmX/Qߧzc$9d#TEh׀I9=]; -IKMKA` Z;G0̪իh;%s<>k% F&޺dFe ߃U>jHLje2HcA}Fz}Ր j6l._pT*&S„P2(?`w3霚YBwdv0xmbaXbS~l -f -oh,d[J*j*jUqzr8 ގ^~ӾpqViR|hZ|clb"3."Ca/5NlMfSl Y;7>0\`mfqm%Ovgkào~bD6D2/PU>D"ufƼXK8&vN^;4o m U T?P5]ZXZCcc|9 NNt5g=/'(?8kv->TN@B!4c<ocLPOW-e i%HleSrJ‡c@&@-x 2B0l7>?`6|McbX^EXe-빭%cl5u,^f < YDljϽ<l@L7 Q^>$G:2oF|H-siێd׏uhfrR2;՘e&jY,[(,JRQ Өj̻$_4`%_Ҙ[0 0c^T 8ҘfffA "#*O_%tI`ŚzVo-5Jii(zIUHKr$%͜AdY̻c(jr2\o։\|/dgZ%9Ju-@oL`L7J[FݢR~cAEmUe ǯ¨@`  _`(v;%@G5n/9 Kuv|EH^ui~]-_~7W |ݏ>._gu~p*)IՇkQzXZ_?NJqv.鿨eC92ڠ'tH'֪AZQozb}}|+˃}CN~1=bMod*d<҂Hܕi_s \~)"]7wmҥFhǺ[SѵM2D % _(E*>X϶c^(ތvz&/r`g}(e=.-7 I}+xHycZ50}1{옟&bƥM9) EFBmZؾ'%koe~=a}n|y| o['_&p1u)X>ab0 -ΐ.Da^䶡}X*N# DM+=7]+fDIvotM(!gn&52@^&n -ȂĊ%(m33뗙 4)RcEn{{U i(8 F1c63e-_6sHntII\rC&$FҔ˦VCJ {]6TmkLqﺈ->>fEa6y+}E"W|\M3c}\I -5y1I&.PtTUs$to;vPeG]2[%2?J l+Vc$|(3,FlW@XgBgQ쉝1(tIIa: .CxQʈPH g/U#˭}@54ixz ̬Æ7U -%EQ`4f¶Q=`jţJR3NҊc[;KIp -LE B# -^t{(m0s3#}u̓V,)Ubg9[Цͮ6f9Z \a{RE0XdC4V͕f]zvɺkm@^v{76y1ξ&)@ 9m%Ʈ=7H2Ր]GtM*F)Q0kNAPoI &Esbẁ27S7ڎaC)JXkSk⑻*K.P - X:ʀ)84ca)Cȼpzَh}9"Kht4xWD*!u/mKUv#O;B! ߾ c'VNP\GO&%fzf']#H,`5=.52#Ʃ;$p!()erb ]7FXXrb~kQHoV (.Ͳu~SMQ%U!q56LBY91N|zE. -Ն|9 j 1QvLD؆t*<)gD2op^ Exj{56~$/W^R)@MΨyYs4!!س4UM+//\+&9D(V_ cMcՔPSjڧPjCT3jCx}񙫢5USWU{ϋϛϫˎێ.n͓a=,0v_O)&KcQE$j U<c GL\\!FQaP[Eo*IUAIٻYW#`-L̮g@Ga0%3\1d$])HdzL4Co*ǪGC}-Tu8o2،H)\iݣ}~IԮhVuUcE_/xAգdNά/cU?vnbr[2z9@}v7/~dLr2-ʐ#-.Lkl-k5Vz_bΑeK!7;,gd[LxL3c41RtU /%rγloi==A飪@o缉@Dq!Uf9:_UH%#S+ߏe׮Hxt @;KdD3MG3 k5kh3ZgR.u6XܗkfCM8ms}Kث}qא7N)ems~EKpRTbH#F(iPV̴lc"Wʑ[6(`Ri"uuDӻeF#qRzYb磝?0r&a$En:>&K%/]T$# |E+ZNt#=Z~(Tj׹WH'*%lH_"|VQKӂH+<3s˹95lIdja[Px&9?|c$rNߒi #+ȞK(1xyZKi|uWr*S&3/?v[v9B_@Eȇympn\́<_C' \\(n!ݭHfe1Ű`MZgۃ$7̾)^qdrl:YHE<ʗN=.l.j yaxu՚ a*3Eqfd>6Yi$#;sȲF 1|PJq+H 4l9R$볬pduM5OA(+N} &o}"TbPdHJ":REmM$+{{P\eWȁu\ ff\:Pjݐg[X"4զl& x5%RZ+`e"\KD]8> -%t `5/fCl.+<+jJC{ٽU# |&,7QYϕdG5F2䞎&j|隷But\&g]\b#usGseƕ]_!.P{VX'oYF{/E;72"?YtĚLJ 6>wo|kKN(ݫh2nitHӟ;W -WIgf٭lvlFvsE~=rl|ɸҐ:)-ˀ=o}c 0-dAwv>/t;]mt}2#wTobK[t6tWE7SJCW/`8W1bVNaֻeF!KƢ,yj[ G aXYȵJ*,zsuD\kA1@hHNDUT&&@ @gw,I̶A`LEeY%Uٚ wÅMcV[)H<22.aT0S+SPk0NVG;D}"95KIXa4ia]HC -p3hFB|IruupN#gli&a {.2ˈh5?p56jM2mPܖq2zf 0nmEg̷9=CAyW֌H r32H9 -KE<\*B" l'gMJ~u -|Q/d@H3y2֕kh> }ͧ: .ϭPmF_|g}fM($^$v~]u abk<c??!djQCkchK-I/L.ZئnK/9$ݡ߅KϠ12Q&ثxOwsɃ' HſgȀ[+.yF"H`K9L[t~Y3;71[ Hz_d_pPD~|(s^JK9<{jL::jCV^z0>?Fsz~C:<JN=n՛bum_D]TBVBfJ y[LReEvǰc" -[;x!XT#Ru=-0aO3_U.^i_Wrn#Ք`2us}$.6%WW34Id]m^|p$vHX(S[^رd6Bе=s_=}C,<n{; IlN|ucbDY+cb6m3QWYiJAnC G]~L[~3`dEOy| {&0F_3 -]l1*aP޶*Y~r̉55ph^iʑC땘vliJbhuɹjnآƈ{;kw"UyʳcZvei|E: G{p@BYkή{i R9eg'~űe25Z,ɍݗysɰt m"iJ`>o!x_׮Ya7j3q~g[zbC;c+0T⪪djFU#k&V΍Cҵ`! W --7g܊nRUfcqǎ)cZ`ḍ2fI4bQAȓc-M %GZi郷@Ӟ18~Wo\$6bqL5Gw|0ɮ2`f(;(Ӕ-#q1u[O,%+X0,F-±67ߜono3dowuH??|^ABT6+@h-i  -Pp T_% TC#u98Ѻ8P=ߋ,iZ125)0iI6Z,/;^{7pTm֠- 5 I --`5&TC -XZ'W Q}K1U>JsѰ̩H -<@.83G7rEؖ6*b7!Г "+ogj(_!+Zr\Zwy5O5ߨw -6*Ĉ`7+R1]y@PWei[2uX*$7` k -OaOV`HYazͅm.n,<ƍ`ٹfVAxL)YōDap3Gɽ%1s?{Do^TKP.'=6*U)l{d]^BSR\P2|ų~(%\*}DrGA2M("*^wcCYLp7Q:P#=ll6kbÄ 72ӳm -43fGC{_{?.08T7<.c4~ KOI#rD=Yԝ`L*Rt9Ge9Jl xz]Ike*)Q4I拘 렑t`idAWILꥣUYmp}M*s 1 Arew#IQ۠VuB*8SlMYd6T_ͧewrK*T\ ct5D}I=CfUh|{%%Z9DܱU5{|U| s1ק[};MtMȆgUjo_ξٴF%d~@Nfh aC)材S6i"dPRfM(Ox߾Qz 7&i@C$z .JX,Wn*WdlmDu\$w%6}|4zU$"iݎüɅWXt^*>{'̑@a=Yw( -ů6WH/KM;"NT̮Iɏ5}MԽəyW;J'mj(F -r&ot- BW<*m#6#ԙG|SFs)`>\+YeDW5ym --KE{\4qf!Da mx^9ڿ}}vXy:o`04fBovyB%.$2*5zvW+:k/(^h -k.iQȯNv"`dSKrs^qhW51G-`}NMXhлs -yEMZf-dXC -l\Go"b̃}Z;vwKj($iҪn 3%[1lLmPVUԳ98cY.8r["xBu外5\iHo!j[Θ¸N$E[r9.0#o'PbׂuBS |8&q୿'n]T9U}R~.y&ӷxs\1P:dƛ#(Vǵ #@`xx+Xn4C=%z;_W}Q}ٶȶl18҂]L `Ǻb%*F|Bii_g›K#3zua"rDF$n>~`7~\+׶%p0äF/bQs4XQVE!#>?c)*6yZ{#LLEQ$(\jO:z;^Z$|(-peM!" rb)EW2UډT~bg^Cr}k;_ *ǡ YR0{VZ`7`X4 Zw@8f"ۿ#{O=Dog:Y- %CC_qFr=?MҖgڌ ~ 85C_k_<*N?`?bq"xv`eMsKC \hJ2l^WFn 5G2U;kcA~^c6b^狕j3{ D%/`6a}6w?tƊnUOnRU!9e^BaFG0L3ԙJdCµp̐-dYzzH)6\(Ю%ޚ5%, Frl,Y|-q --epK+yëc -y_|YjY-5jK~ϛ %@?ZzuB@Lj[.I^d="G$_?~_??~71e, -gp4s4Q5'TEмi0@"5׾ѫׯiش$X4%nj3"](%?y7!%Y|86YZ;>sNJ&R9 -}`>21e豯aQsMVQJmI%+vDR$%m7J\Vj_zcz`=u^,ԇ1b7.|t_fnϭS%QMi{n/yxwܙȰFn*{iuѨN(X!M -L^gOk OKm(nmGmU-;[V[lt36){_ Zsq'9W&wog -&ūl6aZLͺΡ]gډg){4[4ևeޯvs|.,0uS6q!zp՘F ^4AXErüDt݃UjUUmu }Їڱ bwZ-,80y(UG{=[`W6ਘQm;Uu -)%--Vǹ28>0@hi%M@iw amSV YZq#ҹ [|2JAPK$.u)Jf8 7D^#6C!9o( R[繕B7SL w -{#1c|N°lrg+3k> <(@SZ!B*#V3=o)\S~9QrCN\cIGO!]/$Ҏ]jldSv|n>T$?_~)g QM6rdBY"’sUkNAhrrkć \^!|l"+k;Eq(*ʾ*Kon -%㌨q C؊wO;Qh]<'ۓD$ %,QIK}&NV$:͓~3(1ڥvwliˉ%YNEoO'1=inA5k8m (ijJsq%:b$+)%H>I^%?w]7bRЌfS|)zdmm7q/,M֘ݘ7S|ٜ%3_[Ѳ87)H馝˴ݗ=svV!I:5:+BȰ&^]lW]S\x(6/0}a oHP6uvr,/K숨)$6x ]H 4E&2h b2_jHȴ8-]J?s~Qu.UZ]7o GQԨs>t\H>CF٠dMysсغo!9ZG(nQkKCnT7L: +Rxy!lŞΪ֏?Ts\ƧD{Ns)m`λ[2| 協\+{eϱrMH<5d~|gU{"{W6 : |Mᬄv!IL*S5>p -'=M]+XuX =X !!;JdՙȪ$'Gw% ~~0rfx1ƨ {cHw@?:. V<&TCsU~F^B{s<7#Emd% ?~M`ҼFxm[}'0NϏ<0LVѲT] 8Fm -QUc$KVWhklvr֔h =hs>r,`%}*/^;,AE=w*-48(2Z?gP3P jgu~'>,ށâGÚrr +@^ߥ*")VWK#T&g[P܈CE ΐUiL}9쇑,FΌ1ԋٚDꉗm(T^M f{õ\wcNZӬV2զ .62y6,p_6[YfU59lLN[\)@l0t%`,!*U00sl#^ةA;q$B])=h@cNjo\Z{;9ئM4 [;gWEw.b%d_^VfW>4o֙R++$'5Ǜh`j@KiW9by\F_2#4Y>ZB؊>QUȵ48e} u$w EPN UMGNh`fBX]4Q1i+b!pI -;,,H~/|~[>S9y;`[ʹd3+βr_N8K_d~Ў [D-ČJsVk^{W -" ޔɁh ^ ZڿM̯VkvaT|&X\8D*p6[Gg~:-.afp/ĭbӯk72KZV^>Cd Ae {Pu˦|c/27=ڔҞI(#o}XrbXeq˪'#`νID _aiYtuf␸vˢ3~wU!zW^k3ٍ0m,˂^T9A8ۘRCF39Fx'FrG p$yȷvWFeT-TG=/W(ˆՋ -bHP#zÿgC'?֨w\b !%59U0 /NɡX|gƞ[{'cNWsʈ" |{HwZ_#o=K19`8-qIu+v[W֟X>u$-& FQ#^ïnwr=o>;Nqjox,|!/$D0u/ 㿍Ĩ*&3#G*{׃;WN2#d%nxcMO'>lN+1Ayw]nU| C!@O|D1 LxHl+M>еkC:T` -54]"pRtTgTEBge} -8F%>Z]O(B\VjE+\ֹɪ/iFMe^Q 6QΨ3ʍkS+h{R`$CEuY"aXնZ/MkGTU[Ò E¸>wv~7}QPrU| C:B )鰨_/uM+n:twazz#޾\*uQ2jT]Lb9D,Vb ЍZĸzqʺviىeOw\3ghuΑ~47YهAn=52VܙN8NǤս^?#z|8+·rxS/`+OzAZݣ?2u\rswtwU.dj%߄rx hَƑ$fQоwC+5[RM-XEy,jJB"ˀY^B\7y)U| (vCj+4V+%x*+X[\4kT\:tѧi2ݴtZmM4TĞ*]LꇕMwTCy>pԞ C2POU]5o 8[2B6=1k 1op7bX 2)Yjhc.;7<` qC$hO xez{+!&$6r%MX9e󠱕U|o`|ȷ-~͆p/8`Rs&A6u eު+ 59fYJlRlAL -n[qNms?>}`e3B.ˬ?rjf) L2op~@x}|p?oscQ#>>@`؞ }'q0] j_bf۠k~~2.%g -AjkA؇6&^6v9l1-4w Xep[vu -R[];ÚT;*EUqif, C֝ d'J8D=/ ^t= ^ð\_r{<Y(bx"1LiY]Oδ&Ox nR ܑI >h%IbHjqŻ%LN5ov/aa M7兒3ɮHr-\A=LwyqޣxUt'xs436tIX"VA:~enWۭͱN&ek H _Ȋj~mJ2{MV[9^eM R -[KFSY8dH4=I*Pn'0'o^0]*SdI7^Θ;TYE$H06!&J"xT"A iA\RS5PdTiH$Զ#&YWXF[#0DkEgX6U.>{XT3j*ӘaHԹ,8Tqh =IjVR9Bޘ  -#baيeqG@BcB)CY% x-Q%qR_(M:ܔ, -j]Mk'43OiT1e5ؘRy7lŀb -K9ȻdZbAzꏇ*O&V8 HekO[眚d2SÜ~5IqRwR̩7_̩= -Jml 1 m/QP9lܥՑu)69n~sݒ~n;)W#'B&Ǡo`dԸ>TAL8цqɀ8qk-yx@@)8<؈L^;Xr Kdg/ cMJ0FYbdm5 -7qgЩ1u濹vS2y8Omzo 7Tntۀ7H RAg0P)6 +y)BO.g*K4m|/Hmo` jf^/,W(LAЙf& KE_}hբlV,lr |A<^@]0A**X!^#@,We.YhƲ"UꚊl}oP":[Nk"\Xz,]3rbzX1n;gzT.Bۺ"YRi-@`?>#6&uzi}֭j_{?ij m욜mMnVw9>US1޵ݯavj^ rbq*1Jk6 XFS+Tecaͷ뜋ya=?5攓:Ǽg`]fPBBJKml'Af<5lK VJy"kh(.҉h!d{1{5zhȦ@쫳R1uv4M`#7جjK;R -SWv?Fw8HBU:ɧ9 aU*~]BŪjd6j7O'^ J!D5S٥*{d"}AUR 1IaOvBy-:GWDSⱁDwk:N:Go6m2Wq _+t&+v[)(+6:H Bdzy)Z3JGIڕQ]hv pNXN>.ع`  g[h_|1rNs yNs^[Ĺ4Jiʭ\ е8]-<ůن≮rxPbbC0,n][V>)OElIv7!9g PDx@"N8ۊN6nD .X,0Pi!2v֘B,Yo4Z-/)nO*Bu Xɶ9o-cU8C?_8L T7CR?]PB>HUjon``#q@K'zX$E*f7=%::4V=5&(+f=BSLZ)TycRZG\{KԖW -7Dhkj[1IFZ/블LbDRZmk'Qj@!٤Weڪyk@(["BLOi0kC۴K^.Dj|,hXZ&s=ddCrA9cC2BIOS©fXK -O'0El - 1^]4*/ml9>ɦ,2{3!J"A(r,P̠D&ejfMnE:A)sg8=K4Y*y}e^͈^a(t)/=[LhIH|Qb^Q|˲ޮa;%>_~ZX\џ3 ^ָ6HYefD5?.amB?з\Ml`K2q,h%Uovqdќx)~ - dV[HCuͪ66]<5 ʐLo ЙN t-10DXs!'>LcFH1}Z_ ;Ҭ'{SޥƒvpRy>E7&A="8cl{(MOL!L+YDF:'vLf#m?IjΈz:SeBȓH -L+ëU@Q; T DTSUG֗lQ,Rm(2Wpl->IQMDAUOFim185 s,ve̒e*irQsgiD+nuU&lL5;lѲ] >4Btk$}^iCsm/' ]gi#+pٴڜz.6@+w2uNw)^0< 4i I$j쳏97Xzc]]+wT -)nHZ\g꟟J -EFAᶉ߳{ƃL+̭"ğz1͋Aګ9k BY4DذM/{$(LkhsRCMjE9 W;RF1}Bd=l$qVU+K5SO}&?`?b[L~n&ٚ:|.l5^IɨeatG'-]K"Ν?IBryK~5RKʣYDPF S͗|B8|GnR3y y['-q$X -w| chV^fP*uBnlJEX sj$weGΜiWԻh{BI&[t`CjXtB?-|,Y@ &W(Bb;PKԣ*s$d4%j+ے3BBeM!q0u X1 rsUk -FPF&52hyF1U͌spRyAD#"zni 8hbt8~[Yk[!į[I3yfbQ[IIn[擵߀D} Ip~jR_56xOQHcO>JQh4wG&R?;2|`^9ref1qAguR/m~eu֔ڒ6mO\syA+\\Q|B^pE:l_{rQѫzWcSc**7 x/.p_2x#{YNVrAf2GSiЦ.,>qEId>t4ҺR\/"UTD)2 J5Pͅ2qS(z]MK.Arh& YĞ4 -fEaG| &gpH^s0q/c҆#kT} Aal?TQtsP@)vwO7aG!جv)k\2O:$ż@ 5Ff{;#xq>3)_-~=ח-~]=~'017_W&Ε`LStq޸Hc) sz {FN9 {Re%DZBU`pm@^a8s 3d Y7<[a+D89qN4gDLYD(3΢Biƹx: ai\,kQKm9X ,쓓ł/xRJ:emgF3~BZVܑ7 SCH)i=L3Y䮬rr`~#ꖜ R~YVJWs%+[2b/ir3̰1'+J=?zM:JQvX)3/=rIR1ܾm˞TM㦎u-Wg[@<~ (4f<[qzk\2"j{S;:x?ȾksX/P.`%?mo(aj2斎PrCE`å%uЦPnk s1Tж%f1 -& 3dx߄nB_7MhMh&w׎t(wS=Ð\;@)P^S14mAS]wPxڀeh^LbKk뱠/`(꛸Qjz'RIL"꒯:e -ϜJjfJnTˍjS- 1b!U5UIi(L&ulTZ_ bUtU`NC}_sq1+1`p'p5`&u }߄oBoB7bjp#7b"ĻH11qRbЕ% 1"Be"iu'&؉ɭ JLu]6bvʎ;2ٱ h=bЕILt(.TӺk66`Ujg*wr^PJWm72>O7 %GfY BX -d/'nOXM4S^o$RDPќ$ >ӰSO$lN)Ꜽ%pPl8x(- -&FgYqrl)1hX89C.t"t^F1)uKxk_9,%ydn6#(W:ypXY*rlނo[px[pMOa)@S/?OUEлV rSKo3P?+"?*lMNӦnk=M|NV;T,D|\|٘])`V?D93()idžɈʑemN.+Ϙ11d+RdDG4,cާF &rAqE)]JA%/}6@1Rz@| E"~sjYL 5(Ђ/PB4X1yxc%\5e NDh%j -W~<)9xI 2ZyBҳ>U 1f~H9m0p}TC t6 iY+-KSZ~< }wQݔH@{BӴ  >DKT(j q-B`b!תƊ7o9rH6OWG^Qix -͇}hPIV}&OP_!yFdd}>ybPӻb<Y$9q:M>,-¹Y8a70Oxl>`٘Mw(wwC;nh' 턻pK7Iؼôo>NrY1mNʃ!:0~ K'&@Y*VY~|ٴp ob79iWRRS,gM_~b|*jwf?`JcuSrlpݹEF[؇p{K,7/oH-N~L 1=9E(KD! f1Yr1R .]^{-&yZlKz#!OCiVyIyϷO -Pw9,cp/Ҵb mu?`޴pcAupyYGQGEbУu]rVl&tM0 ŵwot-ksh*uXpZg^6LMPdŪ\7l!bBn&ĦuSiDơBY&jIt{ҙv^͵uÒ\/h.{*j4՘wo81 -u' @鴢#SаQ#@Iu`Lت] I3)=9:JЊ-˵ϋZADBxܤ@ȻkM7]]택x#G?G9C$ا rez j1 XȚ1'3g(*f{YBL狅)X/|AgdR&-,oHH4nHQw:@'U42-.YOSv!(9萍OtaF ^5A z4ʎO}^h{$ \AK=UV` ="tefC0;8xuB -~oګU5%^dL0.=1ӢG-VVD̷,R ]$zk/m7J|h o<uryB.fR i]k/ !h 3$X }ͫU :tﺱ93Mtf2c4xR+NJZ4|XҕjWca-ڿpܒ^* Y?j<^DF& c`L,-A f;v|%tSKs@ fC` |Z=sf"_?v5[ݚr-jz\*@tmktuG~#W ˄Ҟ`0><|LɧfON̫Tm՛wwya63F,W"ʹ+sت R\Ɍ@$*Y+ɰyH筪C*oQ0W )2zH?x'1A$zmd3w<"dWґ5j;K?!vkJU!O|Mx:މKx+x00@:g . 7%̘wZpҚ0`XdK@ Xg׻ts.Τs_5196,i#NKXN!ii3q|'"Ol||Ѱ/%w$`׼\A PP]'iZFU(ٔrI*щu`ƿ^-ɕ8pS yk[u'5][IH TRQm?~bHɃKNaMkz}sv]Rܔ&Qs\ͺbbRxMThŻͪ'C!OL柳b= -]gD@Ӯk &{@Ko;]]J!\L9H`av/Ts.Tw ~YĒJ/Zt/o29cg ,es;̯ÜwӔVZ0^/~wXǪM 4̓K0F\ڽ^_=뚿 0?5^+c93z獤 P2SG:DA[d2&T= ^I\`J"DzObT3@)qhB樉BMf6Gʮ*Ik3꒵um`P*?;4G5S7?H9uE =)yҨסVASB3 BG4q{$oCC'Ρ(9D/WaG3p4$u>{ L߮$ ͔p&{:XG$U֢~:g2`)x&[,0D;E2Ľafeɒ"I#6^l.pk=4Y.)iΔcb -|@oT5O⻲ߒ^k4 -rf ~ᩦbTb΍K4T}**lIZ\F" [s!q}̶A+eǾD}5Vt*Ո2jX+ۋ׋QK&S ѾߕXj&cf8ɢt4\WuVCȫp^543LENgU()CK?Zy!UKjGmxX+s- |K&?ow'h5M~'?A'N~'?Г'?O;C|GQ(?q@w$;K|CS)SP5;⎨x"*n;≨x *'ي⁨x *!*≨#*⎨#*⎨#*↨ *z]"AAw0"%?&UҬ|\X@$Ӄ/Kid~} 97~ H,޺˚CnīEQ*<&%/iDj RA<>f:R`NM7ϝ>Ç%/S&i"c9Utq@ANjueَ~_qFR0Xm)ϗ?%@DS 皦wIS1@/R8a-r\}LfLs -^&4P(# (T!ūk* G0tzU-`T/ JN>j}qV=I3$zU7@?KLQ]t$y+ -d@iS\dj:usnY{\nMSgFCg^^-%yQ㯼8p4j;?Gw~dǣc~_8@.ff<Qd`ٶ(|ᾘ6\@AgS 5KazȔzA0)O^>\9o,=BlʐIBgjSP{! Ix#N6 Bޏ;bMfi)QU#%T}<7o3o /n+oMYĢ1b.M :Ϩ64bя1*՞{^;%gBc4-qq֜bGo]hd -}t>$oxKb—5e;(M#^y2_=X"DEr])Ko>lɇU*_f'hwGq=CHIIoف=r;QAJOh9FIyAkb%H˥<ْg:d|324a\Ā4&!) _ۥ%a7Ρ1(DbU7IтAj:M:5Υ!ތzGcEwfrF룩V]Z;Vvn -]pfvA\X ݉!>K^寮myƼk^ۜm-z0=;`~FG1Ra*WҚ= vG5Ƞkkr`oi/yRwSO/4ޢ\d7^xUP>|$Cs7)>&>.%6$us9}oܺ*he; Er˭ 55_ ->1YH&Qe%Ī]"}csu+a܁lqi_4+B-0$g?4@ uVNUŃD&Ư}*Fj*ۥN:9B-LJ -q\ XCnP!2{$2?{.לOydv#{2jLS[Q)s#NDur 8V.NT/HSuZhFx>xmq\?}W.nc'(_ՃPHww~k{6",p -bl}Z8ՅCM5缎Yp9)ku1Y3m:iR_ԜT$ >6.˾ɵmNMy'zKSbOFB]Ló$҄TcGd^@RUC -g+N]@Ep+zEW몎7 >&,_L9]ݗLR9kdVlams#%B&s)ċi!Y22SȻK]6JE[hoLu3,C}")ͩ()&)!Т5Oe'%8\.7)!5-g+y̳߫7 -΢he/OZ?OHZ֘B$nLQs NW?8-2:FJ-Df2| T^+ܒEGwhD$:\'|%N64c~N\ʣa77֑#ۑðV>+DTUdN2zRL+˿xRQsVr4awb=,y_8` MKfBFփߣyA=,+5S98[շָm)؟ Ⱥe&~|ipN T#qqOY^FV^MrRXid&TI#(Hd & Se9)cKbEgx]rwT*NgGꜩog~W8) H!),#v.G΁9؎;W"qwy0~E"ˉ?U#In@p_=13} h~?fFVvK}17CqIpowQL3g'L FOh.Ҩwتq=Wcؕ@:;6ٱz~ضh}8;62ֵΎFRX`Ne 3}ѷjEw OެDCHO9fgdsx0dFZ0w*A>,8L&S>5)~+qQhc~?-4k$lcLfcAiͷ.ɺP\IMߟXQiE@~z5IQ -L(G$G:&b疬LbvzL05c&;s| ۑEhˏA{2)$bzOckRY /4f!'+D!j:zSهHFA!&\d_[=_h}ꨬ \R+F2:n1^eqXإ5d?s 6HbS:ngfv2J^@ !K$]IARGI`gXe*iw[uJq͵}LifqŴaۼ6'۶mŶɶ9=ٶ]lwsۢv}L&aub;˘|ICV%播 u/ r{"D hxVj4{H1yZ.@.'UrxDG6/Sw("o5?߶my1mAofYT^[$bNrp5K\3mNEn^I.Eל8ְ.#RZr~k`1vVihf+I  .ٲ#ڌ@市5蚰v?~4JCA<)4ۼ{Pr;ܤX]28qؗILg^1jK`8yUtyWWWͻXП 8/̶7Kxȍ3J4F#CyHʛ9SrRx_"o>l\ E95퀯 <*NLnI{e`c‚5ڈC2O,Y" Y% Z8PHQI 8Yn!*"sG:J8*r^M,GH}z#(CCXf آp"7;_K7!Z( 4í:KD'>"g9-Ɔzoh{:$_4K`a^X4o<$d! 3͛xCT[=u 9]{CTq)'#r L!݀s2ʍ #<l -Ye̳te-c3]dbnهlae[i, C,Gά$"Ȁxv6.J_M9B/EB9,* H6dX,@PC(8XVa&Fe55Wiqp5BZN+n -EQh8,rB&;浽twICN;ut[,gYjE͆ YeKDQA| (ևQpgyțn*o2ְ=o}gDmuS%с -r9U0bc Uצq\zAwǸc|f9Fv,(}O 2jןs/ )L~#YRT^axwE jP&ضNk/6{r1Ά#Tt@8!Cʟ%1@h\,W,mGQWrG p hN**€!PWwA6Kg_86}KR[$)hdžLKֆ`} ;`QOÍxU iR;IjCB'^2[z"H}D)%ĕXMG8!"M6+m!.*EL/v2RT61% #rԁ-/OSYu?U֗ X;+;|Ǭ&rÑz:9oN@t)qߩ.6^^ѮGN<+Jk^mn܄#HZ6# hq MPP7\o!w~9[f*7ֆz@o&/vAEVvnGpV>w?KQXgؠdI iy,z޴;TaL8Cr>H֍(??/36j?Vy-JVIHPBeY?bL VXХjX~G cqpEx[;T%_^R |z؏8*o.=kͺoO>"q]j<Y~J"`  uvOIZ\29DuihnkUNAi/y5EEPP?\KB8K,w`Pw0rK[8IvѮ~ξ]qiԍϷ][?z[3(x~gЭ6RϠ,>}[3u3˭>㮙-_Mzq,+wO9fmO; -DOK>aHgCz=.ݯY -ye}SKsj,f^G`E8c,DZL\_^}ηkH.Ze\~ɴ[7vMXzuz;?\。ڋ}PhULCcA槇(%_Kp4 \qLƤ!zĚ|)D`d'Ex ~u ^YP䝜T5Q=,"ZHj[fO,߿e Ee9ۥ,ސ+sr}9P,Bgp:3Ya&Q֤L ƊLEo -EٍKT-(o8T ſMD,@;8}oV%yu+wp.~ $6<(,pl VƫQ&׀h!I.zJTRJboq ,fMsB G9nځ3W.$'xNРc҈(Cu̠5I+1O긫JdEa!iv0*M**e ,7c }dg)+m4VCa(Z8иENgAGv5]7ܡgnc{/Y,lPefjfRA6`CH$]q/_:L$:uz`Jc -l @ Щ䩤;Qyii|)t8x:ٰǑq: ^qmXN&cT4@Ġ4#>y sj -=^VץGoȳ -H .@.,bSfØ_}),#Y]jC蟩qg[VLTͪeH0TlNIX'ddj (,HEp:+8*Ƌv*?x;Ӂdfbͮ.ɲkh,$fjv]+~ڕw7QuȠ}Rn޼|AvH.><{!\7[:+ZLt'^&)$ aQ^Ƚ;"h6q[c iI{|)b(+X@K2X_9Eky(B/uz^Rqk.  %GV`6Uw(ZgcA#LDոVF -d}dp>,G`ʰ@QrG<2C= -~Յ8pTO -?sY*$.(yd@V d5!GD:CȔg[|O~Lv*A,O}\fsD=}0#&$qX:Fl78kZ0D1a|+UT6f ŭa-޸yG(ĉc#ZƐo[y 4FjnJw -PG'IVwP`,٤Ba000RUУd0R5͕$Ws w7"3ѽn9 s?+ -3y[ʺ]X7ҡ:X"O)uGyuWgV~̓QL!)_T=讞lGH9 T)2=i*dM͎\O+[=]e`?J<+f@&귆;+ܕNm8Kq0)TM-UUxǫ!O׽J7kvo4!9VD%idqjv+s)&?Z_8fr8C?DxF'* Uk n,.9SU[ͩE7qQsQ^z`ьI]^eޤ&_ &uZGiCJ%xU-|.{o/S=|u >f._5ěn÷<+V/w5~ e%']mF2O4PnO)붯'e=_.??~OP~ntqxg˳_:7u~өodu<.8NXnúvJ.pم!FH;DUj[YXvgOam~`=ؔt Ci=Nx\+`?!M6ОPG)S~~w6=Cp7I[Y&_c}E F=InS:L~ȮEdh(?e,8IêOW|>U)Ĕ:;mݾ<þ<~[gy/g:DI7J|ڍe 3@ ]u Ϭ0p!Z88غt^sbT%JeCGmMᦰęyT#3&=Lt/"l@-_0I 3A Q #5S5 \KU/eZN|!O0<|Z>q[}G[I/sMAIsF%JH( HZmK}*2˅yeHPk !(LK6$˷܌8ycLW .S;Hs:p*M^?UR%ec+- `uWWSVv|@V' - -|:V|s-k߲9mܝ+\'sټ;&޼+^[?oٛ? =z7oxB=0I(s8Pz6S W{I pj=8P?)4$>QK@~ Oh2\s-K]{y_=*SN?sTAc6!4ZډƇpic&5/=pRxHҢ94-oK}7:ռz!,|Ivyvv[}bl.JiTEש>Syu" r:/Wgfv+lVB\tZz$vk>~Q`i]%pbIZ -XD#1㥖07bZ)g0!g͎Q5N H0hj髌k=GT/}ɽ%ۦMOgR5if^A -) jHj͛o5ukXhcq~K,#]ro빈ZRVY#Ԋ\*QzZI߈,(+Uf>[W˴0{w+.qY|\>|e!g /ǜi\o`US_,*{xԧ5j7_8ڍ:u|Z5<HNEZ9OUPF@p m`nS8!ФN^t0P;N^ ՗I )/l<ԄFjٗ*`P̏ (x:};[m ~Kנgscs988deۛevzٝbBIwT>gDգ=tKx-G<:^WD8:VXZMGɹ~BۘLdE-[UK9N("n.-DZ,cm>uiF!.5- -"]\F cb%oE4X xT*L_ s*Bmwq |11 T*En-"4 -)\zoUFbaܼyuQLyxn~|ʨC.R" 4A(R 0BL=cLdWR'Br#g~I } Tcl-[LL -qtv­L2>`W(ji!ϏȆ/a0lO;%fUD@x 24K*t5tm#6>vi{o#Ane(LV}(YaLL sYGoC*i< - -?1rھu̼bG90+-$]amR4}{nn4kt*jh_ 7e/q$O%`11~n>ȵx/x7TQ!{:AWf})y rNGfaU[u8g黏.2/vHd1y@s<קdv"Nd Ȉ'ks/S2nHSFU,|/q2:TՏLeVue K&E k0o2-cD8j /?)NUdk;bi/ yUb&B8y \\EcĨT!*,fKRHX+=n0D~R~{?z\zYAmN Œ!8{WȦHX._LlWBjA3D(#9v|DLHmӋomK{+`LHJ$ms]-vT)weHߘ>n&&[| }{IC+xׄޘxF'ǞO%,<m QVC*9 +mj/}kySX5+L]ܭQ%0sn QZLDŽt7*Ȉ?~?|?A8{8FE2bH^"]}q6"̏j\3*y%~ZB<[˻9ˠfQIgag%E U63,IbyZ8xǿI)]3ߛPAmjF.q_ç\ީ\<4(MaMlr9'q*RZ?bN3g5︜ekm^z.GۥtStsɡ&˹D@) -k fCnX=FIW]7 >l]R!79 hHٳTEqR[2H.] kRtrHBY/E -oq 7At}? dҕ{VLEʒ.3Y -7ġ ~A1|N!G]qZ0i29pK[nm+{ŇZ2>`ICpt \!MLJ?7y&\s\y|DBy-PdZEl,;Fmro߻l|tQUt>Mh7_/=ߗ}{.͗\zw5-bKE=r}z6Z"_~marfZV[\2Oc=Wǣ-*??P81[Qa}MC)@_6PO#WRG55.d -:w%v/kyQvt/㉥(Do2L2ڟjIr%>E_@O^g/1wf`Uid Ci6f}A?uDDǟcq9א^[m[fv^lݭ;34O9FW-2톝=H7g{Ogٝ)^Ydz)5v4đF͏?¶i8Ff7VPs C)eϲ ve!H(97~%UeVVT^~^UA6tDtIhy\+ǥu>F/c UNJ\sQ +PS@~7wK۩Mi'M RM>]?ΟWoZ6|.4hIqVSZq8,, ,^'^`.7Tu<o!r` -yd fCPNfD6a&m~^2 }J+v$ -g:{B2ݎ | -*|$72-O([(Vqí9$g|*{ =)^fmrsy3Q"niyU}Z@zDeD!SFD2ҖzѴ?#cvb`͈/$1U.'9X{TE6ī@>mS {9ځiieYS[mxق2nrV{4TkN{p,5hdrsQz"7Ye`${42bSo˓I@W:4'1$fu $BM+lGTvU`{ew5R-ߐo'k|/3=a~{B'\ܔ -g0b+.oXy zAkn!H\\{]$19ἃ^,T=dgSeQi.[DTSF`6|#zE=xf}cf si&3 ̽͆ǰ?w[,1QΈx___~?C; -FEo¥Vm -uq,N6Zv8`8P]-Gȳ~ -LSX%|Eze4W$el֨4:H "24S$fGన|xpK{@{)"A`Gl9>59;vG¼l'Cj[|k$]Bչj*eΦbҬ/\T -CV8hbY411u0t݇Ӕt!Z4<At%{}~X/  $๸|upd^|;\wx~]xD~;ץu=elXӶrw4'2$9H -I@leu ]W&" Hb¬$3Ѫ&*, -AƆÇ(S6յQwDBNREb(R{ `5~0`[),`[qdMɋil.ʵ2XQn\ tvKl5NATO,ʎx̓ \Ƨj&-=T`=c^g7B ߁v%<Pg3sβ2u5[ :WjI -`kR>H -xb*V 2m7D[VX鴏ۍi6D$*'r´wL?7Z䑕p/PT=&9Rц\sWqn%1u' G:s@,ہ}f @JXte0u,7Yz+k:L9.1o7U{WbJ2EWXI¢=yŰ"[g2cd~Іam]\j;MivOU(kg hg: G e8jA}u'G7Ҿ|Wi $cei -r;xhL T -[Eר0QU7|[캒k35?=䜿%]cʍzǵ`z9~=VSLjڱlݘlFYa/ۣځoA6)GYj *"K1e*NK0+>')+EM jpysԬ f6LکuyjBVklxJy>1DT8 TI5`T#}1UXN)άk_DI ̅T?x`}~c sufo^VMmH@ P /mK%2[v-g6)JTp AQ%11'kê qw]ӥ ŨdnOH#EY,+Iifx0)"#V䡃@gv *~j.KGx˲W^'4s%~SV\93W?~fuF(! Bg6T-cYf#-A#iqsb8pdkGfzoD(<6e i[<b/'8aYMKjJlmKYgQ]cv05Wêubڵ -n#ɺs0R.q C_n|^0j,E@ ZZs.:jX_ޤ|Lh Pq Y*K;̯邙}0f0`*3mDe&E fQ_>YG$mk a1qi:\ʧChv0Bqez[$M _;v:ͭB y/0mLz^5Howom:TM]]_ e %ON X%/n+` -!)*@WԮ熗5ZEXOJyZq|XOD`8ކ/&ke<ȅm`Z81v* -2R9X lhws_a|([RI3OSOjӜV4y182I0OӐm~X(ZAH ԗ{hIܕ56ُfI\ g+C%.A)kzM[O/y>a6O^ 'FL%(-O0y45>3B&tXD HHU9‹h5aSaM)ՙ&s1% -ӎΞ4as̐鳙(QǶL1pӊ^́(x1E9^5=ӊ\ڈbrz7-ëC-L{{hcL1v`G!|h<4*U @%~idBҳW<8u =V8Pp$)B)Z&܏d8L|ޡ-/|RTd¾rUa3Sվ9D5. [i F  lř7zl-1M<˕LZ÷D=5U7F0hq1Ll6y G%u'ŗDNJj(&*W3TGJ@_[/d7kE JX)qys𔺓WRV=]Ҝ -|,Fr~} H>LKBkhMhH泥~UP?AP5Yc6Z8Z/'_g&Z)"vf){d)Sl9_f~ڙ7{O}rݧrj|cwoi_Z:%#Ȃz˿BBMqi^F &kٲ̌F?Uo?:=~/]|!2vW4ޠY[ڏxk3c|  -L lZӋ^P˚_L"I,lx?zh&i:~`dcQN?L[ YO& [%SȄe-F4w%_`D`]:E]jIgwYZ-Ғ֦ ( j,wmr'mr˹OPXJOw0T%s;X(C%U50^ =d.2*:%BĂxD:Ia{br*XQrګ6`@.[F[Zt~H_ B%xq P9-1E-AD<xQ'm:޾ 2_hWcj"DZѫd8bI`]mdЪam8gθk6cpYD!N53e{WۜhkyD23 zx \UE yk`k=xz}ES3{ǰGL}\rmpX,0Ө,J*@?N߿~3vX@t2{Ì`1f.[3zT"$My{[F;l>8!$~ښ+\A+ΰsئTwtW5cV< -եp?kBqe[`NVK%CC K^ ]x=< -KN]HM~J'q' 쌙^KM-ZC/LJ;sU5Lyy^aV+0H">8`WʩSԸ6&dܵMʾ}> FK@I31fӔ50|Fv{bb<3?759!0u>=yE6i -Bt$hmU&*Ǖ,7?E]p_\dd mT""|˯ Ʃbd2bR>5i *>l#D'}1hE梢f -.HBz9ŃyQ3r jX -޽2l@U,dQHpoWX(屄q@ qҾ-_c쎰ĞX&#~q!ޫ>h,Eb[uԤV -s -Y: MwkuM~&^fM{ SH5| 'MN}''5$[Uf5U>n4y`^wkgmdF&MN}''_|1Cpd'``VB,[\|_kkCp^M:E{k?xP -.9K]ߗr/MyCZ`Z@6VװZcSIpػp9OW>{|SE@8}gWu[al}琁*9ڧn}ICQ@Ö=ZKL1lPY:{[[84I\TU [ug,VS=y/o~ֶ.`MObg!eC!21j8l"x9n~sca\ ^姽>R!U{ y MT\y~ґ>ZB-OdzAcyKmDϴD&=Ʈ45{@ |:áTXYf+>D_4R6~}0[QP³SO*ژEQJk|/kFWķM i6xh'Em{c멗C\|w3%$RTz{)nkF/fPlCz8p .? -N>Uc: e` <C<Cz'jl#ہhG~wب>Y=ed17b< 5`×8>Ƕ`´ZU_qiŵ[t7 Ѡ|P xU=AЍ{U֝ -̀ŒZkH{`"h$ߑt(μ߾L ڧ5!+b 48i3TK;2^T w1J}(%汬b_ (&mA=-Bvm >Zt_o^5uīYGG\LC**Ty4:2h Ͱ~(=S#e&5sP2F>FGx!JSDFRp$7P.&Vi-B6T/6<0Aҕs&i.G/M("I DbLDSuч8o8OffȾ63vpSn2TtL%:}ɀ )sZw퀣[ -O6T%p-)Nv'ԋ$}np7GXiݎH:m[:I*㗁ˊ_HX;0F#3p! 2@\c!d(`e03%ѓ5dZ%454x5>TCUe0wbxvf+=4Wot1V1  p;z)9݊u""ƕ{jZVyzD*א8dEF&k#.Ƚ<5Ÿ}gٚWXm3E|}fu?` M$3BdN9a9V~WpLU2ubjFwdooY:Fjy< 3ģ!m8@TƔaN-#ݲ[ZΏ$Z5a-ˡ1aӨq׏lzy,I<̇H8V¦Ònkg+XdlhGarI ^Rh*TxLY0+DZNɡ( "!6x~+ ҁI 1)% '+d|zbc6ƟQ!۬lWuBK8^^I(r!X\\0>6UXVy&3!xm|u f5{2GvgE@[Ѵ3Ps@xAGmmdnWUW }qٙCT r@+W F\%iSUdF]_||CK9 ar \ٔ*;*4>QɜmG%R~e0L Ht eOvd^eSxU<}A]g/+rJyC$'nCވt>J nUL,*5j b3 )f@ KGeyGKbN$xJ9?UQ ̸S5B U3d"#etN7<9FzU9pv~1Gn zix8@5-T[cnXGdwax۳xSomm#vļ;5R`|{imE*xCvs ,$X]G\ -:<y:-Hx.G/{}0cG<5 +=pGRNE\G ODC09)%F-k@̜|g|`EֿcsopNkԾWo5/ -)51w$JYTxj"ZnM ]C|幁w%x;X'LC&V8v8 bNMx ɁX>K.*VZ:&%رn* xȸ'~3 ڏ&<{.1rN>'^ߐGV*OUn8ÃF\A˕PE̳BR%d:/y dBLiZ#-D1teu]KsuXxXTͬHG> endobj 282 0 obj <>stream -8;Wj;gU4pQ#\0LndsWttlh%!XGm[+-rq'A0#_CgT>V>k)#V]QJ5&l'TN4$2>M*M^D -An[4?i1$t^)$L-\>NH3mWb@+/LRh[>^pSTnh+qQH\YUd_N/9GMcERBsdK6mBYRY5X -a0Z)"UPMgK!/#o*&UF`lQ-Xtp4gtUW-rUVH.*ajD1ArmR5"\"C_QFt[!H:FG^gC`7 -N&1t%U<-\X-]u>>erAP[*JuWTGf=2W=d?0058fMV"S]fpTLg1oU$3[C!#;H84EqMc -icXm@AG[f;-Rd%XJ.p -b0d^ endstream endobj 283 0 obj [/Indexed/DeviceRGB 255 284 0 R] endobj 284 0 obj <>stream -8;X]O>EqN@%''O_@%e@?J;%+8(9e>X=MR6S?i^YgA3=].HDXF.R$lIL@"pJ+EP(%0 -b]6ajmNZn*!='OQZeQ^Y*,=]?C.B+\Ulg9dhD*"iC[;*=3`oP1[!S^)?1)IZ4dup` -E1r!/,*0[*9.aFIR2&b-C#soRZ7Dl%MLY\.?d>Mn -6%Q2oYfNRF$$+ON<+]RUJmC0InDZ4OTs0S!saG>GGKUlQ*Q?45:CI&4J'_2j$XKrcYp0n+Xl_nU*O( -l[$6Nn+Z_Nq0]s7hs]`XX1nZ8&94a\~> endstream endobj 206 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -409 503.137 -1 1 re -f - endstream endobj 207 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -228 595.137 -24 1 re -f - endstream endobj 208 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 368 690.4824 cm -0 0 m -3.233 12.019 l -3.589 13.348 2.807 14.725 1.478 15.08 c --0.322 15.56 l --0.109 15.102 0 14.594 0 14.055 c -0 11.329 l -0.9 11.088 l -0 7.727 l -h --16 0 m --19.221 12.019 l --19.576 13.348 -18.781 14.725 -17.453 15.08 c --15.66 15.56 l --15.873 15.102 -16 14.594 -16 14.055 c --16 11.329 l --16.9 11.088 l --16 7.727 l -h -f -Q - endstream endobj 209 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 122.7705 691.1367 cm -0 0 m --0.713 -0.692 -1.683 -1.123 -2.754 -1.123 c --3.825 -1.123 -4.794 -0.692 -5.508 0 c --9.453 0 l --7.921 -2.039 -5.491 -3.366 -2.75 -3.366 c --0.01 -3.366 2.421 -2.039 3.952 0 c -h -f -Q - endstream endobj 210 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 63 704.1367 cm -0 0 m -0 -1 l -0.5 -1 l -0.775 -1 1 -1.225 1 -1.5 c -1 -1.775 0.775 -2 0.5 -2 c -0 -2 l -0 -3 l -0.5 -3 l -0.775 -3 1 -3.225 1 -3.5 c -1 -3.775 0.775 -4 0.5 -4 c -0 -4 l -0 -5 l -0.5 -5 l -0.775 -5 1 -5.225 1 -5.5 c -1 -5.775 0.775 -6 0.5 -6 c -0 -6 l -0 -7 l -0.5 -7 l -0.775 -7 1 -7.225 1 -7.5 c -1 -7.775 0.775 -8 0.5 -8 c -0 -8 l -0 -9 l -0.5 -9 l -0.775 -9 1 -9.225 1 -9.5 c -1 -9.775 0.775 -10 0.5 -10 c -0 -10 l -0 -11 l -0.5 -11 l -0.775 -11 1 -11.225 1 -11.5 c -1 -11.775 0.775 -12 0.5 -12 c -0 -12 l -0 -13 l -0.5 -13 l -0.775 -13 1 -13.225 1 -13.5 c -1 -13.775 0.775 -14 0.5 -14 c -0 -14 l -0 -15 l -0.5 -15 l -0.775 -15 1 -15.225 1 -15.5 c -1 -15.775 0.775 -16 0.5 -16 c -0 -16 l -0 -17 l -0.5 -17 l -0.775 -17 1 -17.225 1 -17.5 c -1 -17.775 0.775 -18 0.5 -18 c -0 -18 l -0 -19 l -5 -19 l -5 0 l -h -f -Q - endstream endobj 211 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 410.4727 741.1367 cm -0 0 m --0.478 0 l --0.308 0.228 l -h --1.723 0 m --4.214 0 l --2.714 2.019 l --1.109 0.825 l -h --3.518 2.615 m --5.461 0 l --7.953 0 l --5.121 3.809 l -h --9.938 7.389 m --8.331 6.194 l --11.314 2.183 l --12.92 3.375 l -h --8.908 0.393 m --10.512 1.585 l --7.529 5.599 l --5.924 4.405 l -h -7.349 2.462 m -6.724 0.563 l -5.824 0.859 l -5.046 3.221 l -h -6.213 -0.321 m -6.409 -0.386 l -6.322 -0.651 l -h -8.6 6.262 m -3.852 7.826 l -4.477 9.726 l -9.225 8.161 l -h -9.539 9.11 m -4.79 10.675 l -5.415 12.575 l -10.165 11.011 l -h -7.661 3.413 m -4.657 4.402 l -3.879 6.762 l -8.288 5.31 l -h --4.331 8.134 m -0.407 9.733 l -1.047 7.838 l --3.691 6.24 l -h --4.65 9.083 m --5.29 10.977 l --0.553 12.576 l -0.088 10.68 l -h --3.071 5.393 m -1.366 6.891 l -2.005 4.995 l --1.089 3.951 l -h --0.098 3.23 m -2.326 4.048 l -2.965 2.153 l -1.886 1.789 l -h -2.876 1.068 m -3.283 1.206 l -3.478 0.632 l -h --0.473 -2 -2 -5 re --3.473 -2 -2 -5 re --6.473 -2 -2 -5 re --9.473 -2 -2 -5 re --12.473 -2 -2 -5 re -f -Q - endstream endobj 212 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -370 749.137 -19 1 re -f - endstream endobj 213 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 210 748.1367 cm -0 0 m --0.551 0 -1 0.449 -1 1 c --1 4 l --1 4.551 -0.551 5 0 5 c -13 5 l -13.551 5 14 4.551 14 4 c -14 1 l -14 0.449 13.551 0 13 0 c -h -f -Q - endstream endobj 214 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 255.3789 793.3603 cm -0 0 m --0.166 0.165 l --0.115 -0.664 0.085 -1.503 0.469 -2.343 c -0.918 -3.456 0.89 -4.35 0.661 -4.994 c -2.544 -3.959 l -4.537 -5.952 l -3.548 -7.791 l -4.193 -7.563 5.014 -7.551 6.127 -8 c -6.967 -8.384 7.805 -8.584 8.635 -8.636 c -8.484 -8.485 l -h -f -Q - endstream endobj 215 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 163.3164 787.415 cm -0 0 m --1.823 1.817 -3.704 3.143 -4.947 3.931 c --5.395 2.787 -5.719 1.657 -5.921 0.585 c --4.858 -0.178 -3.615 -1.172 -2.395 -2.388 c --0.841 -3.936 0.359 -5.53 1.166 -6.734 c -2.228 -6.55 3.351 -6.25 4.486 -5.824 c -3.876 -4.773 2.343 -2.339 0 0 c -16.328 8.371 m -16.09 7.035 15.679 5.604 15.054 4.166 c -14.653 4.899 13.035 7.68 10.37 10.339 c -8.485 12.218 6.539 13.573 5.298 14.347 c -6.73 14.937 8.149 15.317 9.471 15.528 c -10.48 14.789 11.633 13.853 12.766 12.724 c -14.32 11.173 15.52 9.577 16.328 8.371 c -f -Q - endstream endobj 216 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 123.3428 841.6387 cm -0 0 m -0 -1.569 -1.274 -2.845 -2.845 -2.845 c --4.325 -2.845 -5.528 -1.707 -5.662 -0.262 c --5.331 -0.451 -4.954 -0.566 -4.544 -0.566 c --3.292 -0.566 -2.278 0.447 -2.278 1.699 c --2.278 2.109 -2.394 2.486 -2.583 2.817 c --1.137 2.684 0 1.479 0 0 c -f -Q - endstream endobj 217 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 410.5 894.1367 cm -0 0 m --0.551 0 -1.029 -0.406 -1.29 -1 c --0.5 -1 l --0.5 -2 l --1.5 -2 l --1.5 -3 l --0.5 -3 l --0.5 -4 l --1.5 -4 l --1.5 -5 l --0.5 -5 l --0.5 -6 l --1.5 -6 l --1.5 -7 l --0.5 -7 l --0.5 -8 l --1.5 -8 l --1.5 -9 l --0.5 -9 l --0.5 -10 l --1.29 -10 l --1.029 -10.594 -0.551 -11 0 -11 c -0.825 -11 1.5 -10.1 1.5 -9 c -1.5 -2 l -1.5 -0.9 0.825 0 0 0 c -f -Q - endstream endobj 218 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 456.7256 642.4443 cm -0 0 m -6.274 1.792 l -6.274 7.519 l -4.656 10.692 l -4.274 10.692 l -4.274 3.364 l --0.726 2.599 -0.726 0.067 v --0.726 -0.962 l --0.726 -0.516 -0.43 -0.123 0 0 c -f -Q - endstream endobj 219 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 265.709 886.1797 cm -0 0 m --0.631 -0.618 -1.347 -1.319 -1.967 -2.166 c --2.209 -2.497 l --2.451 -2.166 l --3.071 -1.319 -3.787 -0.618 -4.419 0.001 c --5.434 0.995 -6.236 1.781 -6.236 2.729 c --6.236 3.997 -5.118 5.11 -3.842 5.11 c --3.215 5.11 -2.645 4.837 -2.203 4.333 c --1.744 4.837 -1.166 5.11 -0.542 5.11 c -0.715 5.11 1.817 3.997 1.817 2.729 c -1.817 1.781 1.016 0.995 0 0 c -f -Q - endstream endobj 220 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -512 979.137 -17 12 re -f - endstream endobj 221 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -515 986.137 -2 5 re -f - endstream endobj 222 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -494 986.137 -2 5 re -f - endstream endobj 223 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 464 996.1367 cm -0 0 m -0 -0.553 -0.447 -1 -1 -1 c --1.553 -1 -2 -0.553 -2 0 c --2 1 -1 3 v -0 1 0 0 y --4 5 m --3 3 -3 2 y --3 1.447 -3.447 1 -4 1 c --4.553 1 -5 1.447 -5 2 c --5 3 -4 5 v --8 3 m --7 1 -7 0 y --7 -0.553 -7.447 -1 -8 -1 c --8.553 -1 -9 -0.553 -9 0 c --9 1 -8 3 v --12 5 m --11 3 -11 2 y --11 1.447 -11.447 1 -12 1 c --12.553 1 -13 1.447 -13 2 c --13 3 -12 5 v --16 0 m --16 -0.553 -15.553 -1 -15 -1 c --14.447 -1 -14 -0.553 -14 0 c --14 1 -15 3 v --16 1 -16 0 y -f* -Q - endstream endobj 224 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 259 975.6387 cm -0 0 m -0 -0.55 -0.45 -1 -1 -1 c --1.55 -1 -2 -0.55 -2 0 c --2 5.311 l --0.687 5.311 0 6.404 0 7.295 c -h -f -Q - endstream endobj 225 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 263 975.6387 cm -0 0 m -0 -0.55 -0.45 -1 -1 -1 c --1.55 -1 -2 -0.55 -2 0 c --2 8.953 l --2 9.512 -1.953 10.398 -1.625 10.951 c --1.375 11.373 0 11.561 y -h -f -Q - endstream endobj 226 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 267 977.1367 cm -0 0 m -0 -1.498 l -0 -2.048 -0.45 -2.498 -1 -2.498 c --1.55 -2.498 -2 -2.048 -2 -1.498 c --2 10.281 l --1.03 10.398 0 10.547 y -h -f -Q - endstream endobj 227 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 179 987.9941 cm -0 0 m --22 -3.715 l --22 -7.857 l -0 -4.286 l -h -0 -12.286 m --22 -15.857 l --22 -11.857 l -0 -8.286 l -h -f -Q - endstream endobj 228 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -404 1024.137 -7 3 re -f - endstream endobj 229 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 415 652.0996 cm -0 0 m --6.274 1.792 l --6.704 1.915 -7 2.308 -7 2.754 c --7 1.725 l --7 -0.807 -2 -1.572 y --2 -8.963 l --1.658 -8.963 l --1.537 -8.801 l -0 -5.727 l -h -f -Q - endstream endobj 230 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 457 1167.1455 cm -0 0 m -0 -0.67 l -0 -1.097 -0.297 -1.458 -0.977 -1.458 c --1.656 -1.458 -1.954 -1.087 -1.954 -0.67 c --1.954 0 l --3.179 -0.206 -4.066 -0.777 -4.066 -1.458 c --4.066 -2.312 -2.684 -3.003 -0.977 -3.003 c -0.728 -3.003 2.111 -2.312 2.111 -1.458 c -2.111 -0.777 1.224 -0.206 0 0 c -f -Q - endstream endobj 231 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 318.9746 1416.1367 cm -0 0 m --4.975 0 l --4.975 1 l -0 1 l -0.007 1 l --0.248 4.177 -2.794 6.711 -5.975 6.951 c --5.975 2 l --6.975 2 l --6.975 6.951 l --10.148 6.703 -12.685 4.172 -12.94 1 c --7.975 1 l --7.975 0 l --12.942 0 l --12.709 -3.193 -10.164 -5.749 -6.975 -5.998 c --6.975 -5.975 l --6.975 -1 l --5.975 -1 l --5.975 -5.975 l --5.975 -5.998 l --2.778 -5.757 -0.225 -3.198 0.009 0 c -h -f -Q - endstream endobj 232 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -355 1515.137 10 6 re -f - endstream endobj 233 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 300.873 1513.8779 cm -0 0 m -5.551 4.611 l -5.992 4.953 6.474 5.117 6.961 5.117 c -7.395 5.117 7.795 4.987 8.135 4.77 c -8.73 4.387 9.127 3.725 9.127 2.97 c -9.127 6.259 l --0.873 6.259 l --0.873 -8.741 l -9.127 -8.741 l -9.127 -6.491 l -9.127 -7.675 8.152 -8.638 6.953 -8.638 c -6.46 -8.638 5.976 -8.473 5.588 -8.172 c -1.691 -4.895 l --0.041 -3.438 l --0.534 -3.06 -0.854 -2.416 -0.853 -1.725 c --0.853 -1.046 -0.543 -0.417 0 0 c -24.127 6.259 m -24.127 -8.741 l -14.127 -8.741 l -14.127 -6.491 l -14.127 -7.037 14.341 -7.53 14.682 -7.909 c -15.08 -8.353 15.654 -8.638 16.301 -8.638 c -16.794 -8.638 17.278 -8.473 17.725 -8.123 c -23.229 -3.491 l -23.788 -3.06 24.108 -2.416 24.108 -1.725 c -24.108 -1.046 23.797 -0.417 23.312 -0.046 c -21.131 1.765 l -17.647 4.656 l -17.262 4.953 16.78 5.117 16.293 5.117 c -15.099 5.117 14.127 4.154 14.127 2.97 c -14.127 6.259 l -h -f -Q - endstream endobj 234 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 267 1520.1367 cm -0 0 m -0 -2.824 l -4.193 -6.305 l -4.581 -6.602 4.85 -7.065 4.945 -7.584 c -4.944 -7.585 l -4.969 -7.715 4.99 -7.848 4.99 -7.983 c -4.99 -8.675 4.671 -9.318 4.111 -9.75 c -0 -13.224 l -0 -15 l -10 -15 l -10 -0.003 l -10.002 0 l -h --10 -9.479 m --10 -10.858 -8.869 -12 -7.49 -12 c --5 -12 l --5 -15 l --15 -15 l --15 0 l --5 0 l --5 -4 l --7.549 -4 l --7.594 -4 -7.637 -4.008 -7.68 -4.014 c --7.684 -4.02 l --8.973 -4.117 -10 -5.186 -10 -6.5 c -h -f -Q - endstream endobj 235 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -211 1505.137 10 15 re -f - endstream endobj 236 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 176 1502.1367 cm -0 0 m --15.973 0 l --16 0 l --16 21 l -0 21 l -h -f -Q - endstream endobj 237 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -111 1506.137 18 11 re -f - endstream endobj 238 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -61 1508.137 22 12 re -f - endstream endobj 239 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 59 1505.8867 cm -0 0 m -0 -1.375 l -0 -2.283 0.675 -2.75 1.5 -2.75 c -24.5 -2.75 l -25.325 -2.75 26 -2.283 26 -1.375 c -26 0 l -h -f -Q - endstream endobj 240 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 357.9058 641.1367 cm -0 0 m --1.832 0 l --3.625 6.274 l --3.747 6.704 -4.14 7 -4.586 7 c --3.557 7 l --0.829 7 -0.159 2 0 0 c -f -Q - endstream endobj 241 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -507 1750.137 -6 3 re -507 1746.137 -6 3 re -514 1753.137 m -514 1754.137 l -508 1754.137 l -508 1757.137 l -507 1757.137 l -507 1754.137 l -501 1754.137 l -501 1757.137 l -500 1757.137 l -500 1754.137 l -494 1754.137 l -494 1753.137 l -500 1753.137 l -500 1750.137 l -494 1750.137 l -494 1749.137 l -500 1749.137 l -500 1746.137 l -494 1746.137 l -494 1745.137 l -500 1745.137 l -500 1742.137 l -501 1742.137 l -501 1745.137 l -507 1745.137 l -507 1742.137 l -508 1742.137 l -508 1745.137 l -514 1745.137 l -514 1746.137 l -508 1746.137 l -508 1749.137 l -514 1749.137 l -514 1750.137 l -508 1750.137 l -508 1753.137 l -h -f - endstream endobj 242 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -514 1759.137 -20 3 re -f - endstream endobj 243 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 83.1543 1806.1367 cm -0 0 m --1.014 2.805 l --1.414 4.015 l --2.979 0 l -h -3.846 -3.42 m -3.846 -4 l --0.154 -4 l --0.154 -3.42 l -0.94 -2.92 l -0.181 -0.92 l --3.344 -0.925 l --4.254 -2.935 l --3.154 -3.4 l --3.154 -4 l --6.154 -4 l --6.154 -3.4 l --5.225 -2.94 l --1.469 6 l --0.654 6 l -2.985 -2.96 l -h -f -Q - endstream endobj 244 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 365 1839.1367 cm -0 0 m -0 1 l -1.459 1 l -3.656 7.726 l -4.399 10 l -4 10 l -4 12.241 l --0.863 15.742 l --3.999 18 l --5.996 18 l --9.57 15.419 l --14 12.22 l --14 10 l --14.406 10 l --13.678 7.776 l --11.459 1 l --10 1 l --10 0 l -h -f -Q - endstream endobj 245 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 320 1846.1367 cm -0 0 m -0 4 l -0.768 4 l -0.674 4.411 0.55 4.81 0.402 5.198 c -0.397 5.212 0.393 5.225 0.388 5.238 c -0.089 6.011 -0.315 6.73 -0.804 7.382 c --0.818 7.401 -0.833 7.421 -0.847 7.44 c --1.338 8.085 -1.914 8.66 -2.558 9.151 c --2.579 9.167 -2.6 9.183 -2.62 9.198 c --3.27 9.685 -3.986 10.087 -4.755 10.385 c --4.774 10.393 -4.794 10.399 -4.812 10.406 c --5.195 10.552 -5.589 10.674 -5.994 10.767 c --5.996 10.768 -5.998 10.768 -6 10.769 c --6 10 l --10 10 l --10 10.769 l --10.002 10.768 -10.004 10.768 -10.006 10.767 c --10.411 10.674 -10.805 10.552 -11.188 10.406 c --11.207 10.398 -11.226 10.393 -11.245 10.385 c --12.014 10.087 -12.73 9.685 -13.38 9.198 c --13.4 9.183 -13.421 9.167 -13.442 9.151 c --14.086 8.66 -14.662 8.085 -15.153 7.44 c --15.168 7.421 -15.182 7.401 -15.196 7.382 c --15.685 6.73 -16.088 6.011 -16.388 5.238 c --16.393 5.226 -16.398 5.211 -16.402 5.198 c --16.55 4.81 -16.674 4.411 -16.768 4 c --16 4 l --16 0 l --16.768 0 l --16.674 -0.411 -16.55 -0.811 -16.402 -1.197 c --16.398 -1.211 -16.393 -1.226 -16.387 -1.239 c --16.088 -2.011 -15.685 -2.73 -15.196 -3.382 c --15.182 -3.401 -15.168 -3.421 -15.153 -3.44 c --14.662 -4.085 -14.086 -4.66 -13.442 -5.151 c --13.421 -5.167 -13.4 -5.183 -13.38 -5.198 c --12.73 -5.685 -12.014 -6.086 -11.246 -6.385 c --11.226 -6.393 -11.206 -6.399 -11.186 -6.406 c --10.805 -6.552 -10.411 -6.674 -10.006 -6.767 c --10.004 -6.768 -10.002 -6.768 -10 -6.769 c --10 -6 l --6 -6 l --6 -6.769 l --5.998 -6.768 -5.996 -6.768 -5.994 -6.767 c --5.589 -6.674 -5.195 -6.552 -4.813 -6.406 c --4.794 -6.399 -4.774 -6.393 -4.755 -6.385 c --3.986 -6.087 -3.27 -5.685 -2.62 -5.198 c --2.6 -5.183 -2.579 -5.167 -2.558 -5.151 c --1.914 -4.66 -1.338 -4.085 -0.847 -3.44 c --0.833 -3.421 -0.818 -3.401 -0.804 -3.382 c --0.315 -2.73 0.089 -2.011 0.388 -1.238 c -0.393 -1.226 0.397 -1.212 0.402 -1.198 c -0.55 -0.811 0.674 -0.411 0.768 0 c -h -f -Q - endstream endobj 246 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 272 1839.1367 cm -0 0 m -0 1 l -1 1 l -1 17 l -0 17 l -0 18 l --16 18 l --16 17 l --17 17 l --17 1 l --16 1 l --16 0 l -h -f -Q - endstream endobj 247 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 63.2061 1843.1367 cm -0 0 m --0.132 -0.132 l --0.521 -0.521 -0.749 -1.246 -0.64 -1.744 c --0.53 -2.243 -0.759 -2.969 -1.147 -3.357 c --1.501 -3.711 l --1.89 -4.1 -1.91 -4.717 -1.546 -5.081 c --1.181 -5.445 -0.564 -5.426 -0.176 -5.037 c -0.178 -4.684 l -0.566 -4.295 1.293 -4.066 1.791 -4.176 c -2.29 -4.284 3.016 -4.056 3.404 -3.667 c -7.071 0 l -h -f -Q - endstream endobj 248 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -348 1892.137 24 14 re -f - endstream endobj 249 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 514 1988.1367 cm -0 0 m --8 0 l --8 -8 l --12 -8 l --12 0 l --20 0 l --20 4 l --12 4 l --12 11 l --8 11 l --8 4 l -0 4 l -h -f -Q - endstream endobj 250 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -469 1998.137 -1 -6 re -467 1998.137 -1 -6 re -465 1998.137 -1 -10 re -463 1998.137 -1 -6 re -461 1998.137 -1 -6 re -459 1998.137 -1 -6 re -457 1998.137 -1 -6 re -455 1998.137 -1 -10 re -453 1998.137 -1 -6 re -451 1998.137 -1 -6 re -449 1998.137 -1 -6 re -447 1998.137 -1 -6 re -445 1988.137 -1 10 re -f - endstream endobj 251 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 314.1309 641.1367 cm -0 0 m -1.832 0 l -3.625 6.274 l -3.747 6.704 4.14 7 4.586 7 c -3.557 7 l -0.829 7 0.159 1.977 0 0 c -f -Q - endstream endobj 252 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 264 2003.3105 cm -0 0 m --0.418 0 -0.818 -0.037 -1.209 -0.093 c --1.079 -0.429 -1 -0.791 -1 -1.174 c --1 -2.83 -2.343 -4.174 -4 -4.174 c --4.841 -4.174 -5.6 -3.825 -6.145 -3.267 c --6.802 -4.364 -7.173 -5.687 -7.173 -7.174 c --7.173 -9.32 -6.227 -10.559 -5.13 -11.992 c --3.96 -13.522 -2.633 -15.257 -2.633 -18.174 c -2.502 -18.174 l -2.502 -15.257 3.808 -13.522 4.977 -11.992 c -6.074 -10.559 7.097 -9.32 7.097 -7.174 c -7.097 -2.95 4 0 0 0 c -f -Q - endstream endobj 253 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 121 1985.9824 cm -0 0 m -0 -3.846 l -0 -4.398 -0.672 -4.846 -1.5 -4.846 c --2.328 -4.846 -3 -4.398 -3 -3.846 c --3 0 l --5.308 -0.476 -7 -2.016 -7 -3.846 c --7 -6.055 -4.537 -7.846 -1.5 -7.846 c -1.537 -7.846 4 -6.055 4 -3.846 c -4 -2.016 2.308 -0.476 0 0 c -f -Q - endstream endobj 254 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 502 2041.1367 cm -0 0 m -7 0 l -9 2 l -9 -2 l -7 -4 l -0 -4 l -h -0 5 m -7 5 l -9 7 l -9 3 l -7 1 l -0 1 l -h -0 7.312 m -0 7.75 -0.016 7.984 0.453 8.453 c -0.52 8.52 0.601 8.601 0.687 8.688 c -2 10 l -7.984 10 l -8.453 10 l -8.813 10 9 9.828 9 9.469 c -9 9 l -9 8 l -7 6 l -0 6 l -h --2 -8 m -0 -8 l -0 -5 l -7 -5 l -9 -3 l -9 -6 l -10 -5 l -10 -2 l -12 0 l -12 1 l -10 -1 l -10 3 l -12 5 l -12 6 l -10 4 l -10 8 l -12 10 l -12 11 l -10 9 l -10 10.021 l -10 10.667 9.75 11 9 11 c -3 11 l -5 13 l -3 13 l -1 11 l --6 11 l --7 10 l -0 10 l --1.078 8.906 -1.547 8.453 v --2.016 8 -2 7.766 -2 7.312 c --2 6 l --9 6 l --9 5 l --2 5 l --2 1 l --9 1 l --9 0 l --2 0 l --2 -4 l --9 -4 l --9 -5 l --2 -5 l -h -f -Q - endstream endobj 255 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -461 2038.129 -10 -1 re -461 2036.129 -10 -1 re -446 2041.918 m -446 2041.643 446.212 2041.343 446.472 2041.251 c -449.637 2040.024 456 2040.024 v -462.363 2040.024 465.528 2041.251 y -465.788 2041.343 466 2041.643 466 2041.918 c -466 2046.629 l -466 2046.904 465.775 2047.129 465.5 2047.129 c -446.5 2047.129 l -446.225 2047.129 446 2046.904 446 2046.629 c -h -f - endstream endobj 256 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 349.2793 2037.1367 cm -0 0 m -0.349 -0.594 0.986 -1 1.721 -1 c -10.721 -1 l -10.721 0 l -h -10.721 2 -11 -1 re -10.721 4 -11 -1 re -0 5 m -0.349 5.594 0.986 6 1.721 6 c -10.721 6 l -10.721 5 l -h -f -Q - endstream endobj 257 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 366.5 2046.0371 cm -0 0 m --0.433 0 -0.842 -0.089 -1.223 -0.236 c --0.848 -0.487 -0.6 -0.914 -0.6 -1.4 c --0.6 -2.174 -1.227 -2.801 -2 -2.801 c --2.485 -2.801 -2.913 -2.553 -3.164 -2.178 c --3.312 -2.559 -3.4 -2.968 -3.4 -3.4 c --3.4 -5.277 -1.878 -6.801 0 -6.801 c -1.878 -6.801 3.4 -5.277 3.4 -3.4 c -3.4 -1.523 1.878 0 0 0 c -f -Q - endstream endobj 258 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 371.5879 2049.1367 cm -0 0 m -0.33 -0.306 0.632 -0.64 0.902 -1 c -3.412 -1 l -3.412 0 l -h --10.176 0 m --13.588 0 l --13.588 -1 l --11.078 -1 l --10.808 -0.64 -10.506 -0.306 -10.176 0 c --4.588 1.975 m --4.588 6 l --5.588 6 l --5.588 1.975 l --5.422 1.986 -4.754 1.986 -4.588 1.975 c --1.696 1.184 m -1.034 3.914 l -0.327 4.621 l --2.692 1.603 l --2.349 1.486 -2.017 1.346 -1.696 1.184 c --8.479 1.184 m --11.21 3.914 l --10.503 4.621 l --7.483 1.603 l --7.827 1.486 -8.159 1.346 -8.479 1.184 c -f -Q - endstream endobj 259 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 416.001 2094.6367 cm -0 0 m -0 -1.38 -1.12 -2.501 -2.501 -2.501 c --3.804 -2.501 -4.86 -1.5 -4.979 -0.229 c --4.688 -0.396 -4.357 -0.498 -3.995 -0.498 c --2.894 -0.498 -2.003 0.394 -2.003 1.495 c --2.003 1.854 -2.105 2.187 -2.272 2.478 c --0.999 2.359 0 1.301 0 0 c -f -Q - endstream endobj 260 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -359 2081.137 -1 -1 re -361 2081.137 -1 -1 re -363 2081.137 -1 -1 re -365 2081.137 -1 -1 re -351.615 2095.637 m -351.615 2096.045 351.749 2096.421 351.971 2096.73 c -350.558 2098.144 l -349.978 2097.465 349.615 2096.597 349.615 2095.637 c -349.615 2094.422 350.187 2093.349 351.063 2092.636 c -352.482 2094.055 l -351.963 2094.391 351.615 2094.973 351.615 2095.637 c -355.385 2095.637 m -355.385 2094.973 355.037 2094.391 354.518 2094.055 c -355.936 2092.636 l -356.812 2093.349 357.385 2094.422 357.385 2095.637 c -357.385 2096.597 357.021 2097.465 356.442 2098.144 c -355.029 2096.73 l -355.251 2096.421 355.385 2096.045 355.385 2095.637 c -347 2095.637 m -347 2097.318 347.647 2098.848 348.699 2100.002 c -347.285 2101.416 l -345.872 2099.897 345 2097.869 345 2095.637 c -345 2093.15 346.08 2090.916 347.788 2089.36 c -349.201 2090.773 l -347.855 2091.966 347 2093.701 347 2095.637 c -358.301 2100.002 m -359.715 2101.416 l -361.128 2099.897 362 2097.869 362 2095.637 c -362 2093.15 360.92 2090.916 359.212 2089.36 c -357.799 2090.773 l -359.145 2091.966 360 2093.701 360 2095.637 c -360 2097.318 359.352 2098.848 358.301 2100.002 c -f - endstream endobj 261 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 260 2086.1367 cm -0 0 m -0 -1 l --1 -1 l --1 -2 l -0 -2 l -0 -3 l --1 -3 l --1 -4 l -0 -4 l -0 -5 l --1 -5 l --1 -6 l -0 -6 l -0 -7 l --1 -7 l --1 -8 l -0 -8 l -0 -9 l --1 -9 l --1 -10 l -0 -10 l -0 -11 l -1 -9.985 l -1 0 l -0.672 2 l -0.328 2 l -h -f -Q - endstream endobj 262 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 269 656.1367 cm -0 0 m --2 0 l --2 -2 l -3 -9 l -5 -9 l -5 -7 l -4 -6 l -h -f -Q - endstream endobj 263 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 170.0439 2088.1016 cm -0 0 m -7.888 7.89 l -12.245 3.532 12.246 -3.532 7.888 -7.889 c -h -f -Q - endstream endobj 264 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 169 2087.1719 cm -0 0 m -0 -11.156 l -3 -11.156 5.711 -10.066 7.89 -7.889 c -h -f -Q - endstream endobj 265 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -81 2085.137 -3 -3 re -77 2085.137 -3 -3 re -82 2094.137 m -85 2094.137 l -85 2093.137 l -82 2093.137 l -82 2090.137 l -85 2090.137 l -85 2089.137 l -82 2089.137 l -82 2086.137 l -85 2086.137 l -85 2085.137 l -82 2085.137 l -82 2082.137 l -85 2082.137 l -85 2081.137 l -82 2081.137 l -82 2078.137 l -81 2078.137 l -81 2081.137 l -78 2081.137 l -78 2078.137 l -77 2078.137 l -77 2081.137 l -74 2081.137 l -74 2078.137 l -73 2078.137 l -73 2081.137 l -70 2081.137 l -70 2078.137 l -69 2078.137 l -69 2081.137 l -66 2081.137 l -66 2078.137 l -65 2078.137 l -65 2080.457 l -66.454 2082.137 l -69 2082.137 l -69 2083.167 l -69.372 2083.242 69.708 2083.406 70 2083.627 c -70 2082.137 l -73 2082.137 l -73 2085.137 l -70.951 2085.137 l -70.982 2085.292 71 2085.452 71 2085.616 c -71 2085.705 70.982 2085.789 70.974 2085.876 c -71.564 2086.137 l -73 2086.137 l -73 2086.771 l -74 2087.214 l -74 2086.137 l -77 2086.137 l -77 2087.171 l -77.162 2087.138 77.328 2087.116 77.5 2087.116 c -77.672 2087.116 77.838 2087.134 78 2087.167 c -78 2086.137 l -81 2086.137 l -81 2089.137 l -79.951 2089.137 l -79.982 2089.292 80 2089.452 80 2089.616 c -80 2089.796 79.975 2089.969 79.938 2090.137 c -81 2090.137 l -81 2093.137 l -80.832 2093.137 l -82 2094.906 l -h -82 2100.605 m -82 2101.137 l -81 2101.137 l -81 2098.616 l -81 2099.433 81.396 2100.149 82 2100.605 c -66 2090.137 3 3 re -66 2094.137 3 3 re -70 2090.137 3 3 re -70 2094.137 3 3 re -74 2094.137 3 3 re -65 2085.137 m -62 2085.137 l -62 2086.137 l -65 2086.137 l -65 2089.137 l -62 2089.137 l -62 2090.137 l -65 2090.137 l -65 2093.137 l -62 2093.137 l -62 2094.137 l -65 2094.137 l -65 2097.137 l -62 2097.137 l -62 2098.137 l -65 2098.137 l -65 2101.137 l -66 2101.137 l -66 2098.137 l -69 2098.137 l -69 2101.137 l -70 2101.137 l -70 2098.137 l -73 2098.137 l -73 2101.137 l -74 2101.137 l -74 2098.137 l -77 2098.137 l -77 2101.137 l -78 2101.137 l -78 2098.137 l -81 2098.137 l -81 2098.616 l -81 2098.003 81.229 2097.45 81.594 2097.016 c -81 2096.115 l -81 2097.137 l -78 2097.137 l -78 2094.137 l -79.694 2094.137 l -79.035 2093.137 l -78 2093.137 l -78 2092.053 l -77.838 2092.089 77.674 2092.116 77.5 2092.116 c -77.328 2092.116 77.162 2092.099 77 2092.065 c -77 2093.137 l -74 2093.137 l -74 2090.137 l -75.056 2090.137 l -75.02 2089.969 75 2089.795 75 2089.616 c -75 2089.511 75.019 2089.411 75.031 2089.31 c -74.64 2089.137 l -74 2089.137 l -74 2088.854 l -73 2088.412 l -73 2089.137 l -70 2089.137 l -70 2087.605 l -69.71 2087.827 69.37 2087.983 69 2088.061 c -69 2089.137 l -66 2089.137 l -66 2086.137 l -66.056 2086.137 l -66.02 2085.969 66 2085.795 66 2085.616 c -66 2085.449 66.037 2085.294 66.068 2085.137 c -66 2085.137 l -66 2083.904 l -65 2082.749 l -h -63.605 2081.137 m -62 2081.137 l -62 2082.137 l -64.471 2082.137 l -h -f - endstream endobj 266 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 223 2126.1367 cm -0 0 m -0.542 0 1 0.458 1 1 c -1 9 l -1 9.542 0.542 10 0 10 c --14 10 l --14.542 10 -15 9.542 -15 9 c --15 1 l --15 0.458 -14.542 0 -14 0 c -h --14 12 m --14.542 12 -15 12.458 -15 13 c --15 15 l --15 15.542 -14.542 16 -14 16 c -0 16 l -0.542 16 1 15.542 1 15 c -1 13 l -1 12.458 0.542 12 0 12 c -h -f -Q - endstream endobj 267 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 110 2144.6367 cm -0 0 m -0 0.275 0.225 0.5 0.5 0.5 c -19.5 0.5 l -19.775 0.5 20 0.275 20 0 c -20 -9.711 l -20 -9.986 19.788 -10.286 19.528 -10.378 c -16.363 -11.604 10 -11.604 v -3.637 -11.604 0.472 -10.378 y -0.212 -10.286 0 -9.986 0 -9.711 c -h -f -Q - endstream endobj 268 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 444.627 2188.7324 cm -0 0 m -0.125 0.22 0.295 0.404 0.607 0.404 c -12.139 0.404 l -12.451 0.404 12.621 0.22 12.746 0 c -12.914 -0.368 13.933 -4.596 y --1.188 -4.596 l --0.168 -0.368 0 0 v -f -Q - endstream endobj 269 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 460.25 2190.1367 cm -0 0 m -10.31 0 l -9.791 2.228 9.623 2.596 v -9.498 2.815 9.328 3 9.016 3 c -4.75 3 l --0.016 3 l --0.328 3 -0.498 2.815 -0.623 2.596 c --0.739 2.34 -1.062 1.781 y -h -f -Q - endstream endobj 270 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -309 2186.137 1 5 re -309 2191.137 m -315 2186.137 -1 5 re -f - endstream endobj 271 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 225 2195.1367 cm -0 0 m --4 0 l --4.55 0 -5 -0.45 -5 -1 c --5 -5 l -1 -5 l -1 -1 l -1 -0.45 0.55 0 0 0 c -f -Q -q 1 0 0 1 210 2195.1367 cm -0 0 m --4 0 l --4.55 0 -5 -0.45 -5 -1 c --5 -5 l -1 -5 l -1 -1 l -1 -0.45 0.55 0 0 0 c -f -Q - endstream endobj 272 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 366 2223.6367 cm -0 0 m -0 -0.275 -0.225 -0.5 -0.5 -0.5 c --1.5 -0.5 l --1.775 -0.5 -2 -0.275 -2 0 c --2 14 l --2 14.275 -1.775 14.5 -1.5 14.5 c --0.5 14.5 l --0.225 14.5 0 14.275 0 14 c -h --5 0 m --5 -0.275 -5.225 -0.5 -5.5 -0.5 c --6.5 -0.5 l --6.775 -0.5 -7 -0.275 -7 0 c --7 14 l --7 14.275 -6.775 14.5 -6.5 14.5 c --5.5 14.5 l --5.225 14.5 -5 14.275 -5 14 c -h --10 0 m --10 -0.275 -10.225 -0.5 -10.5 -0.5 c --11.5 -0.5 l --11.775 -0.5 -12 -0.275 -12 0 c --12 14 l --12 14.275 -11.775 14.5 -11.5 14.5 c --10.5 14.5 l --10.225 14.5 -10 14.275 -10 14 c -h -f -Q - endstream endobj 273 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 225 647.1367 cm -0 0 m -1 1 l -1 3 l --1 3 l --7 -6 l --4 -6 l -h -f -Q - endstream endobj 274 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 264 2230.8242 cm -0 0 m --4 0 -8 2.313 y --6.454 11.031 l --6.436 11.144 -6.24 11.313 -6.125 11.313 c -6.171 11.313 l -6.286 11.313 6.482 11.144 6.5 11.03 c -8 2.313 l -4 0 0 0 v -f -Q - endstream endobj 275 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 219.4951 2241.0938 cm -0 0 m --1.352 0.611 -2.79 0.921 -4.274 0.921 c --6.805 0.921 -9.243 0.011 -11.142 -1.642 c --11.405 -1.871 l --11.071 -1.977 l --8.897 -2.664 -8.05 -3.2 -6.984 -5.217 c --6.825 -5.518 l --6.645 -5.229 l --3.66 -0.468 -0.114 -0.374 -0.079 -0.374 c -h -f -Q - endstream endobj 276 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 221.3027 2240.0518 cm -0 0 m --0.285 -0.256 l --0.267 -0.286 1.424 -3.404 -1.208 -8.369 c --1.367 -8.67 l --1.027 -8.657 l --0.858 -8.65 -0.697 -8.647 -0.542 -8.647 c -1.371 -8.647 2.265 -9.153 3.822 -10.578 c -4.08 -10.813 l -4.146 -10.471 l -4.926 -6.48 3.297 -2.37 0 0 c -f -Q - endstream endobj 277 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -130 2235.137 -2 1 re -f - endstream endobj 278 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -462 2279.137 -12 -10 re -462 2291.137 -12 -10 re -f - endstream endobj 279 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 304.627 2288.7324 cm -0 0 m -0.125 0.22 0.295 0.404 0.607 0.404 c -14.139 0.404 l -14.451 0.404 14.621 0.22 14.746 0 c -14.914 -0.368 15.933 -4.596 y --1.188 -4.596 l --0.169 -0.368 0 0 v -f -Q - endstream endobj 280 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -178 640.137 -1 -1 re -f - endstream endobj 281 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -355 689.137 10 15 re -f - endstream endobj 360 0 obj <> endobj 203 0 obj <> endobj 359 0 obj <> endobj 358 0 obj <> endobj 357 0 obj <> endobj 356 0 obj <> endobj 355 0 obj <> endobj 354 0 obj <> endobj 353 0 obj <> endobj 352 0 obj <> endobj 351 0 obj <> endobj 350 0 obj <> endobj 349 0 obj <> endobj 348 0 obj <> endobj 347 0 obj <> endobj 346 0 obj <> endobj 345 0 obj <> endobj 344 0 obj <> endobj 343 0 obj <> endobj 342 0 obj <> endobj 341 0 obj <> endobj 340 0 obj <> endobj 339 0 obj <> endobj 338 0 obj <> endobj 337 0 obj <> endobj 336 0 obj <> endobj 335 0 obj <> endobj 334 0 obj <> endobj 333 0 obj <> endobj 332 0 obj <> endobj 331 0 obj <> endobj 330 0 obj <> endobj 329 0 obj <> endobj 328 0 obj <> endobj 327 0 obj <> endobj 326 0 obj <> endobj 325 0 obj <> endobj 324 0 obj <> endobj 323 0 obj <> endobj 322 0 obj <> endobj 321 0 obj <> endobj 320 0 obj <> endobj 319 0 obj <> endobj 318 0 obj <> endobj 317 0 obj <> endobj 316 0 obj <> endobj 315 0 obj <> endobj 314 0 obj <> endobj 313 0 obj <> endobj 312 0 obj <> endobj 311 0 obj <> endobj 310 0 obj <> endobj 309 0 obj <> endobj 308 0 obj <> endobj 307 0 obj <> endobj 306 0 obj <> endobj 305 0 obj <> endobj 304 0 obj <> endobj 303 0 obj <> endobj 302 0 obj <> endobj 301 0 obj <> endobj 300 0 obj <> endobj 299 0 obj <> endobj 298 0 obj <> endobj 297 0 obj <> endobj 296 0 obj <> endobj 295 0 obj <> endobj 294 0 obj <> endobj 293 0 obj <> endobj 292 0 obj <> endobj 291 0 obj <> endobj 290 0 obj <> endobj 289 0 obj <> endobj 288 0 obj <> endobj 287 0 obj <> endobj 286 0 obj <> endobj 285 0 obj <> endobj 197 0 obj <> endobj 198 0 obj <> endobj 363 0 obj [/View/Design] endobj 364 0 obj <>>> endobj 361 0 obj [/View/Design] endobj 362 0 obj <>>> endobj 204 0 obj <> endobj 205 0 obj <> endobj 202 0 obj <> endobj 365 0 obj <> endobj 366 0 obj <>stream -%!PS-Adobe-3.0 %%Creator: Adobe Illustrator(R) 17.0 %%AI8_CreatorVersion: 17.1.0 %%For: (Jan Kova\622k) () %%Title: (glyphicons.pdf) %%CreationDate: 28/01/14 10:29 %%Canvassize: 16383 %%BoundingBox: 56 -3204 521 -935 %%HiResBoundingBox: 56.5888999999997 -3204 520.002637606623 -935.820299999999 %%DocumentProcessColors: Cyan Magenta Yellow Black %AI5_FileFormat 13.0 %AI12_BuildNumber: 273 %AI3_ColorUsage: Color %AI7_ImageSettings: 0 %%RGBProcessColor: 0 0 0 ([Registration]) %AI3_Cropmarks: 0 -3264.1367 576 -912 %AI3_TemplateBox: 384.5 -384.5 384.5 -384.5 %AI3_TileBox: 8.5 -2468.06835 567.5 -1685.06835 %AI3_DocumentPreview: None %AI5_ArtSize: 14400 14400 %AI5_RulerUnits: 6 %AI9_ColorModel: 1 %AI5_ArtFlags: 0 0 0 1 0 0 1 0 0 %AI5_TargetResolution: 800 %AI5_NumLayers: 2 %AI9_OpenToView: -462 -673 1 1784 1084 18 1 0 78 132 1 0 0 1 1 0 0 1 0 1 %AI5_OpenViewLayers: 37 %%PageOrigin:-16 -684 %AI7_GridSettings: 48 48 48 48 1 0 0.800000011920929 0.800000011920929 0.800000011920929 0.899999976158142 0.899999976158142 0.899999976158142 %AI9_Flatten: 1 %AI12_CMSettings: 00.MS %%EndComments endstream endobj 367 0 obj <>stream -%%BoundingBox: 56 -3204 521 -935 %%HiResBoundingBox: 56.5888999999997 -3204 520.002637606623 -935.820299999999 %AI7_Thumbnail: 28 128 8 %%BeginData: 7528 Hex Bytes %0000330000660000990000CC0033000033330033660033990033CC0033FF %0066000066330066660066990066CC0066FF009900009933009966009999 %0099CC0099FF00CC0000CC3300CC6600CC9900CCCC00CCFF00FF3300FF66 %00FF9900FFCC3300003300333300663300993300CC3300FF333300333333 %3333663333993333CC3333FF3366003366333366663366993366CC3366FF %3399003399333399663399993399CC3399FF33CC0033CC3333CC6633CC99 %33CCCC33CCFF33FF0033FF3333FF6633FF9933FFCC33FFFF660000660033 %6600666600996600CC6600FF6633006633336633666633996633CC6633FF %6666006666336666666666996666CC6666FF669900669933669966669999 %6699CC6699FF66CC0066CC3366CC6666CC9966CCCC66CCFF66FF0066FF33 %66FF6666FF9966FFCC66FFFF9900009900339900669900999900CC9900FF %9933009933339933669933999933CC9933FF996600996633996666996699 %9966CC9966FF9999009999339999669999999999CC9999FF99CC0099CC33 %99CC6699CC9999CCCC99CCFF99FF0099FF3399FF6699FF9999FFCC99FFFF %CC0000CC0033CC0066CC0099CC00CCCC00FFCC3300CC3333CC3366CC3399 %CC33CCCC33FFCC6600CC6633CC6666CC6699CC66CCCC66FFCC9900CC9933 %CC9966CC9999CC99CCCC99FFCCCC00CCCC33CCCC66CCCC99CCCCCCCCCCFF %CCFF00CCFF33CCFF66CCFF99CCFFCCCCFFFFFF0033FF0066FF0099FF00CC %FF3300FF3333FF3366FF3399FF33CCFF33FFFF6600FF6633FF6666FF6699 %FF66CCFF66FFFF9900FF9933FF9966FF9999FF99CCFF99FFFFCC00FFCC33 %FFCC66FFCC99FFCCCCFFCCFFFFFF33FFFF66FFFF99FFFFCC110000001100 %000011111111220000002200000022222222440000004400000044444444 %550000005500000055555555770000007700000077777777880000008800 %000088888888AA000000AA000000AAAAAAAABB000000BB000000BBBBBBBB %DD000000DD000000DDDDDDDDEE000000EE000000EEEEEEEE0000000000FF %00FF0000FFFFFF0000FF00FFFFFF00FFFFFF %524C45FD0452A152A8FD15FFA8FFFFFFA8FD13FFA8FFFFFF7D7DFF527DFF %527DFF52A8FF52A8A8F8A8A852FFA852FF7D27A8A827A8FFFFA8A8FF7DFF %FF7DA8FF7DFFFD04A87DFFA87DA8A87DFFA8A8FFA8FFA8FD05FFA8FD05FF %A8FFFFA8FFFFA8FD06FFF852A82752FF27A8FF527DFF27A87D27A8A8F8A8 %A852A8A87DFF7D7DFD0FFFA8FD0CFF7D7DFF7D7DFF7DA8FFA8A8FF7DFFA8 %52A8FF52FFA8A8FFA852A87D525252FF277DFF527DFF52A8A8277DFF27FF %A827A8FF7DFF5227A87D27FD04FFA8FD07FFA8FD0FFFA87DFF2752A8527D %FF27A8FF52A8FF52FFA827FF7D27FFA87DFF7DF87DFFA87D7DFF7DFFA87D %A8FF52A8A87DA8A827FF7D52A8A852FF7D52FFA8FD0DFFA8FD0CFF277DFF %5252FF27A8A8F852FF27A87DF87DA852FF7D27A8A852FF7D52A8A8FF7DA8 %FD04FFA8FD05FF7DFFFFA8FFFFA8FD05FFA8A8A8FFA8A8FF7DA8A87DA8FF %7DFFFF7DA8FF7DFFA8A8FF7D52FFA8527D7DFF527DFF527DFF52A8FF52A8 %FF27FFA827A8FF27FF5227A87DF8FD1CFF7D7DFF52A8FF7D7DFF7DFFFF7D %A8A827FF7D52A8FF7DFF7D7DA87D27527DFF7DA8FF52A8FF7DA8FF7DFFA8 %7DA8A827A87D52A8A852FF7D52FD1CFF527DFF2752FF277DA8277DFF27A8 %A827A8A852FFA852A8A827FFA852A8FFFF7DA8FFA8A8FFA8FD05FF7DFFFF %A8FFFF7DFFA8A8FFA87DA8FFFFFFA8FFA8FFA8FFA8FF7DA8FFA8A8FF7DFF %A87DFFA87DFFA87D527DFF52A8FF527DFF277DA852A8FF52FF7D27A87DF8 %FF52F8FF7DF8FD06FFA8FD05FFA8FD05FFA8FFA8FFFFFFA8FFA8A8A87DFF %7DA8FFA8A8FF52A8FF7DA8FF7DFFA8A8A8FFA8FFFFA8FFA87D52A8FF7D7D %FF52A8A8527DFF52A8A852A8A827A8A8A8FFA87DFF7D52FD1CFF527DFFA8 %A8FF27A8FF7DA8FF52A8A87DA8FF52FF7D52A8A852FF527DA8A8FFA8FFFF %7DA8FFA8FD05FFA8FFFFA8FFA87DFFA8A8FFA87DA8FFFFFFA8FFFFFFA8FF %A8FFA8FD05FFA8FD05FFA8FFA8A8527DFF527DFF527DFF277DA8277DFF52 %FFA87DA8FF7DFF7D52FF7D27A8FFFFA8A8FFA8FFA8A8A8FF7DFD05FFA8FD %05FFA8FFA8A87D7DFF7DA8FF7DA8FF52A8FFA8A8FFA8A8FFA8A8FF7DFFFF %A8A8FFA82752A82727FFF87DA8F852FFF87D7DF87DA8F8A87DF87D7DF8A8 %52F8FD09FFA8FD12FF527DFF7D52FF527DA87D7DFF27A8A852A8A827FF52 %52FF7D52FF7D527D7DFF52A8A87DA8FF52A8A852A8A852FFA87DFFA852A8 %7D7DFFA87DA8A8FFFFA8FFA8A8FFFFA8FD05FFA8FD05FFA8FD05FF277DFF %27A8A827A8FF27A8A8F87DA8F8A8A8F87DA8F8A85227FF7DF87DFFFFA8FF %FF7DFFA8A8FFFF52A8A87DA8FF7DFFA87DA8A87DFFA87DFFA8FD0AFFA8FF %FF7DFFA8A8FFFFA8FD05FFA8527DFF527DFF27A8FF7DA8A852A87DF87DA8 %F8A87D52A87D52FF7D27FD09FFA8FD12FF7D7DA8A8A8FF52A8FF7DA8FF52 %A87D52A8FF52FFA87DFFA87DFFA8A87D7DFF7DA8FF527DFF52FFA8527DA8 %27A8A852FFFF7DFFA87DFFA87DFD1CFF7D7DFF527DFF527DFF52FFFF7DFF %FF52FFA852FF7D27FFA87DFFA8527DA8FFA87DFF7DA8FFA8FFFFA8FFFFA8 %FFFF7DFFA87DA8FF7DFFA8A8FD0DFFA8FD0EFFF852FF5252FF52A8A87DA8 %FF277DA852A8A827FFA87DFFA852FF7D52FFFFFFA8A8FD17FF7DA8FFA8A8 %FF7DA8FF7DA8FF7DFFA87DA8FF52FFA87DFFA87DFFA87D527DFF527DFF52 %7DFF52A8FF52A8FF27FFA827FFA827FF7D52FF7D27FD1CFF7D7DFF527DFF %527DFF27A8FF52A8FF7DFFFF7DFFFF7DFF7D52FF7D277DA8FF7D7DFF52A8 %A852A8FF27A8FFA8FFFF7DFFA87DFFA852FF7D7DFD0DFFA8FD0EFF527DFF %7D7DFF52A8FF52A8FF52A8A87DA8A827FF7D27A8A827FF7D27FD09FFA8FD %05FFA8FD05FFA8FFFFA8FFFFA87DA8FFFFA8FFA8FFFFA8A8FFA8FFFFA8FF %FFA8FFA8A8FFFFA8FFA8A8527DFF52A8FF7D7DFF52A8FF7DFFFF52FFA852 %A8A852FF7D52FF52F8FD08FFA8FD0FFFA8FFFFFFA8A8FF7DA8FF7DA8FF7D %A8FFA8A8FF7DFFA87DFFA852FFA8A8FF7D5252A8FF7D7DFF52A8FFA8A8FF %7DFFA87DFFFF52A8A87DA8FFA8FF5252FD1CFF527DFF7D7DFF52A8FF7DA8 %FF27A8A852A8FF52FFA852FF7D27FFA87DA8A8FFA8FD05FF7DFD05FFA8FF %A8A8FFFF7DFFA8A8FFFFFF7DFD04A8FFA8A8FFA8A8FF7DA8FD04FFA8FD04 %FFA8A8FFA8A8527DFF527DFFF852FFF87DA827A8FF27FFA827A8A827FF52 %F8FF52F8A8FD05FF7DA8A8FFFFFFA8FFFFFFA8FFFFFFA8FFFFFFA8FFFD04 %A8FFA8FFFFFFA8FF7DFFA852A8FF7DFFA87DA8FF7DFF7D7DA8A852277DFF %5252FF52FFA8277DA8F8A8FF52A8A852FF7D27A87D27FF5227FFA8FD1AFF %277DFF527DFF52A8FF527DFF27A8FF527DA827FFA852A87DF8FF7D27A87D %FFA8FFFF7DA8FF7DA8FF7DA8FF52A8FFA8FFFF52FFA852A8A87DFD04FFA8 %FD05FFA8FFA8FD05FFA8FD09FF5252FF277DFF7D7DFF27A8FF27A8A8F8A8 %7DF8A8A8F8FF7D52FF7D27A8FFFFA8A8FFA8FD05FF7DFFA8A8A8FFA8FFA8 %A8FFFFA8FFA8FFA8A8FFA8FFFFFFA8FF7DFD05FF7DFFFFA8FFFF7DFFA8A8 %FFA8522752FF5227FF277DFF277DFF27A8A8F87DA8F8A87D27A87D27FF52 %F8FD1CFF7D7DFF7D7DFF7DFFA87D7DFF52FFA852A8A852FFA852A8A87DFF %52277D7DFF7DA8FF527DFF27A8FF52A8FF27FFA87DA8FF52FFA8A8FFA852 %FD04FFA8FD05FFA8FD11FF5252FF7D7DFF527DFF52A8A852A8FF27FFA852 %A8A827FF5227FF52F8A8FFFFA8A8FF7DFFA8FFFFFF7DFFFFA8A8FFA8FFA8 %A8FFA87DFF7D7DA8A8FFA8FFFFFFA8FF7DFD05FFA8FFFFA8A8FFA8FD05FF %A852A8FF5252FFF87DA8277DFF52FF7DF8A8A8F8A87D27A87DF8FF7D52FD %09FFA8FD0BFFA8FD06FF527DFF7D7DFF52A8FF7DA8FFA8FFFF7DA8FF52FF %FF7DA8FF7DFFA87D2752FF7DA8FF7D7DFF52A8FF52A8FF7DFFA852FFFF7D %FF7D7DFFA852FD0CFFA8FD0FFF7D7DFF277DFF527DFF52A8A852A8FF52FF %A87DA8A852FF7D52FF7D277DA8FF7D7DFF52A8A87DA8FF7DFFA87DA8FF7D %A8A87DFFA87DFFA87DFFA8FD07FFA8FD0DFFA8FFFFFFA8F852FF5252FFF8 %7DA8F852A827FFA8277DA852FF7DF8A87DF8FF52F8A8A8FD07FFA8FFFFA8 %A8FD07FFA8FFFFA8FFFFA87DA8FFA8A8FFA8A8FFA8A8FF7DFFA8A8A8FF7D %FFA8A8FFFFA8FFA8A85252FF277DFF7DA8FF27A8FF27A8FF7DFFA852A8A8 %52FF7D7DFFA852FD1CFF7D7DFF52A8FF527DFF7DA8FF7DA8FF7DFFFF7DA8 %FF52FF7D52FF7D27527DFF7D7DFF52FFA87DA8A87DFFA8A8FFA87DFFA87D %A8A852FF7D52FD0FFFA8FD0CFF527DFF7D7DFF52A8FF277DFFF8A8A827A8 %FF52A8A852FF7D27FF7D52FFA8FFA8A8FFA8A8FF7DFFFFA8A8FFA8FD05FF %A8FFA8A8FFFFA87DA8FFA8A8FFA8FFFFA8A8FFA8FFA8A8A8FF7DFFA8A8A8 %FFA8FFA8FF2752FF2752FF2752FF27A8A8F87DA8F8A87D27A8A8F8FFA852 %FFA827FD1CFF7D7DFFA8A8FFA8A8FF7DFFFF7DA8FF7DFFA87DFFFF7DFFA8 %A8FFA87D527DFF7D7DFF52A8A852A8FF52A8A852A8A852FFA87DFFA852FF %7D7DFD1CFF277DFF2727FF527DFF527DFF52FFA852A8FF52FFA852FF7D52 %FFA8527DA8FF7DA8FFA87DFF7DA8FF7DA8FF7DFFA87DFFFF7DFFA87DFFA8 %7DA8FD05FFA8FFFFA8FFFFA8FFFFFFA8FFA8FFA8FFFFFFA8FFA8A85252FF %527DA852A8FF52FFA852A8FF52FFA87DFFA827FF7D52FFA827A8A8FD04FF %A8FD05FFA8FFA8FFFFFFA8FFA8A8FFFFA8FFA8FFFFA8FF7DFFFFA8A8FD07 %FFA8FFFFA8A8FFA8FFA8A8FFFF7D527DFF527DFF52A8FFA8A8FF52A8A87D %A8FF52FFA87DFF7D7DFF7D7DFD1CFF277DFF5252FF7DFFA852A8FF27A8A8 %27A8FF27FF7D52A87D27FF52275252FF527DFFA8A8FFA8FFA87DA8FF52A8 %A87DFFA852FFA852FFA852FD04FFA8FFA8FFFFA8A8FFA8FFA8FFFFFFA8FD %09FF527DFF277DA8277DFF27A8A827A8A827FFA827FFA827FF5227A87D52 %7DA8FFA8A8FF7DA8FFA8A8FFA8FFA8A8FFFFA8FFA8FFFFA8A8FFA8A8FFFF %FFA8FFFFA8A8FFA8FFFFA8A8FF7DA8FFA8A8FF7DFFFFA8A8FF7D277DFF27 %52FFF87DA8F87DA8F8A87DF87DA8F8A852F8A852F8FF52F8 %%EndData endstream endobj 368 0 obj <>stream -HW] ?K;h'<9kphd8]=uԀmy{{rd'Y\U"BؖvꤊhySК6a*d|#P1ɛcفRg2wƱM: ӋSY<]~T2˳ӇρXParUUe= ˞xcij*/oU_jLŔ ԧQz#I .\s ׳vACUR~Y 9ں4 -X:<{@O&]It"L B(fgnOԐJ!GڕǀU;ߚ. BiQiw"JY262N?TkW[<Xzզv)(faqNF'y7l]0uaB[t@C-:v kþfr=4g&M*,{ a(seߞkJA?|{pS)Maxe?y3ieٓ0 ar=-@]~|yx{sQyCp%rA= a(s/i4Z}Pktmlv/a<-_Lbudpnڏ]m -Lil\lp'/~Ƌ_.Af.^9]{u$ :ii"odg#7|5I{SsoSb`.EFPwR*IӧG'_m0p9̕)]!|B -Bxά75M59DZ2C9ᏫaR 4ג/M>C+OAG;wmK_k ,30c=pWJY索 wE0N 6ቕom=cmmHlKW2Z5K30zzmQ,s3 #E6Y|ycؼbh 9eV.o08Z 7i\}YrmVWP #lp(Xm|6o*VK szJg", -|5t+fB`M>C[eu|]cHq)Ruh\O%| - DJ-_|"Nt?ZotE d5|a^+ux_@Zxg[l4[Lj ̅7?^SQ%;V\tQ%+\RKx̳ ꌟ)=1kton5RWZk"g'PPiE`9l%ٚ[%exuY+cQ (ʢ!(/j{PѬA]'.3@#揉$&¢e%fHLE) -Q%?/aeԠkWkB.}=l5ഥsFĖآ+"~]]L>jʬS|-i1C{6fy -"~y}V&`ۗP̅Wb6ɉrC9춹{f^ئb*_֫fgۆ>aB%JZ[2qƀvo?;7vH%R!pxD R;bgo)Ҫ^'@1}jŀ)\s^-e熡R`%gz&PMEક4XlRY{C}BÜB1 X?ѫ dTF/R!JүR}m"\ZJSDdaol͵;ԆS -F\FMj5Ȣ}.'&jos4q:U5 d5}D&Լ!O -=e<8@5"):lS$5UeuN4}Ж$] CM\T^Kc'.7Z$C''gمH{ *PƁL -{N8V])j{z:w~M)02С`2#5!BUv9XaXsIPrKޒW -sGڽ!ͩjzC@yt)p]W%\m=( NЭNfʛVd -xq\7|48L* Dkh-`_ =ۑn{HV@al+V-)Zf`64iż0Gi+Űz`4gVb^yGqT'ݮdZm -gFCٵό/$8E>,}NԬ/Y(k]$oRܬۥ~Ĭӭvd_M=HX:||= rJM&{{=HXx<".N1&'"ps"Vt -ps: %)XTSW-/:\ry@BfsϬVY;1}S)ͩ)O{pH0$3 ,~W,4vn/|g!xtEv/,96?-H;>P-A3 `~FrS*UO "YT~SS.83mRr#:-1s:gSSͺǩ[ `0WbKe㔻Z9T8֢v) ,*iWS>f  Qx (1<k_ex7N8([x|''B0(ituU8Wfe YXk##KKf%FZAjm6C;d}pY1f,X|QI]u_!::Ncs`k^*dRtk*C -=DE|_1^Ef)qEA͎;@ >$GSHƧf.H汦>%)O9U1Ɵu Yyh}82Qg,(zDVODxB -=$i,fG:Sѭ➧~9ҵ~%t~d m;`iIFSFhx( -* *'K& [S]FSz| /pgOA{G+Q,JOdN1̟ݧwЬy9I/_ΐXO6+噂.[K5t 2 ڋg1?ӷy6 -)ohd R{qQ`D4OK =[EU!TA d^?]!GtuدQe|h-`=֕LT.X:K2BؤtcЉ; :icz";3{) n \0@;zO/c02:ުQUEU/`Sc!0dC+_Z( f4ע) ѡ`Yk]=/ 4hYPR6}5tXP ˚C>|ߐ[?_>ӻ^4[BqDY.$.vDa\oEƍfz(J D7D|-r[b Tva*>|nlA51HѣoQLo~ T8Ì3:ʡ}z.o^i5r-ZUZelv<~S@e+,xmglYM7 -BN`DGOT t};ᕗ]B/hP{[,k}8.r Eu-xu.)(f/JvZ=hҎP=j*4V6CEY.!$b}֬ƈT\K+NpQqRq5.⬡-)jTQ@a2km_꾜FzQ[Mڹo)FcL]9ʫpQHOV(\Y.(tͅt;/ > d-ʺ@i/ݸ# ?aY ~Y "୳" @YN̜Xr z?urLn8,^ƾGxeNL 4H:Yd )&`JDj;rVSevBfM:HTGj- `eO _W9m /=s> [G\/U=iL:īo1.wK_$2V^I@c8x:4ga`5t7x7PVI456" -t$KA -ϲ*2xK('L4вT'E1OSG öƂ().l'uF8ZCΏ{ng[+׃ -!; fr]ƼE۠#n%b}&xhDwt(zZ3 4F@s(IXvBTw Lx鷟^r,+Yi̗ZO@ -?6CI#k̊j\atEcc5%DnU' mn4dՖwQCAjMa;7$VQJeLH"[E*I}D惠y>z8w­' -B . 7'iQQJ3~e)ob2Nq0VmM^ӦG:)"]ٗKgzT\]!') YT`&(̜T?PH{X`$X:s\-[[p;.H"&dzJY(+朔 rf`E0l $ rmIѬ'J)ӈZfeY,ҹٳ95tNTM f35Uzە2,% +Ɛ"|L/=8 BE[?uVo;~+z:a[u ~E[BdYEbCR^m/ ?SlόgF3ڌ*2_kח>rYD[o=fi,fKXƥ_?գnq"׺j5qĆnKLyocIS^JjQCa,+1@0Hk r I7'maz}Ns.=n+,ZqѰS -:ۤNEjL*h҅lEy^bSGUbæ9G7+ yXT1 YkB7Γ6FQkrhRe'f-ͨDV=DcTia;)Tz<փF =J!xC66]Si8v*..C6'=>.L*,\UCSb -1g,~Xc;ƨŸ0nEe~*)V㫍h 1 l h9w;z=ч3G-ntF}]cBĤ&.z bVJ_h81“J9HNb?7lcJHC36c\mȸ٫}(38II8aFe;Ѫ4(EO[ u_}?/Sǃ)O$eU}ȆO|=B{)2acWyhjS=ӈ5j`n9vė -U"i{-ZԹᓳRX$xzht`PFn Ym(OH;Kt 5 -]h)U/mpEH֙|5e:}PK0/T3员yN{|YN)')y//d nM1:AkmZ`ؙx- -;jM -VvsJQ$0 \Cdp yOMBdKXA5$] -e"n7IC!r66p,hpIMeG!+D-nxxNQT?IDU"GXI9#}1@ -F2-VEb|k"%)AztTHУw33*+"fЕ)N$JlH;81HO,竳%pJP.Nb#^)9q3(?VL6@Ǣo,*>=fe-/Qhʗq.fV$U_qRd)G/Hzmiߙ7%H܈4uDP8F;\pZy#CeAYԭM1Oǟ޿XFেec|Ǭv FI Skm *HރaˮD|Of}g(+]Яj7pAawENX5 聸Sn4(ДiaQQbl-E1R/]]y])D nZ,`|AOs@Рvc!l']( U'*(p+8cjV #婀d8Q` ckO&k -nTA -h}9?$$wFqwEL/İӄ'(dLZ@X N h5x0ts -vd} -rSŅ69׳p &MY*s!&PV\6-5M8 Eb\*`vSJFns8殸].޶( CSeي2IrӫB FI6lesDd%#&\ڽ`` }|˗|s|xWI?i 9JY[3מ/w–?o_pu{Q|, -(y=ŵ$#P(\,m<\bw8DkKd3c՛(fcf +ՎkmWw.ts\b[cRnhC!`B$U^h@ǘ  -Lʆ\Ca8m0;zZm-׊`_:Vw̻U*ny;eޝ2Nw̻Sq}_pS}l>rع>Aæ]=S8WVB8mvZVނ%:V9acXV8ac1VrU8*Gmθ * - CKvyaYual}@d-m-)0;)N*0; -2;+ -1;)N -0;)N*0;sf9_aN,YoGЇцɧ5&wwFOt^Yڞy0 n m -=@>hq[9f8u*FSȩQԨrj95UNISRT9%ENIS'rjT95UN"FS))rJs9%UNISRz)' -BBTz=KT>t=tq畍*u}:hGa7u}rΖqƸD6鱱9<=031{Cs}ژ[kpDTWȞqlQlQlQm31ט*atjcvn[_q\y#{QH1F1F1F1F1fncA[4 61=61Ǖg3g#[91MmLm̾rNֱۘ9>Nm̎ލ78~k* fdO8)6fa1OmAyncsTrU9FEN*QӨiT6s&Mr9FMN"QӨiT4*r591dLs9=>2MtO8uAe0{P=f -٣Qa2{T=*c1^pW9+*c1A嘠pLP8ݥ.ݶ_U%Bk{K\3]PooG mocN]n?$yV׮J ݘxsW,TSY |i'ڞИ}ja^gYZCIś7w>~x˻?vy_x|x_.//^.xw$']md#YCL-NlE{kฌKQ.!b_|Nd=`ط@g83y{ -ej D.ad #cbȻcMϭ {H"IcR2CdH _ flJU+9D+ʌ+Em;=ꕔ̖Z>m}G"!|޸f$+1c4$蒔87\ ow*w5n#r%eh`?1I.qB2KVluZQ-XQ"(r^nrG% p$ '/ "~@@H|z==C@h45]]]VaљeC sje+Q6* Bx^\ -X+HLBzPlo/T]j"b4໴͆&xIjw[eS!kCҕo-hC_Co/[TAfwD&o%nݷyVv$=)9g̃5m~wR?OL`mމ?5o8:lw>Cdaʓ9c4^sz)m\g> @@ϦgOl񌾏?] -m -JٔƝQѠFwt0q.Q\("Nf8`379޻qam??V᯴;x][@=d >H(Pk;,B1ao础1Oǽ_7w>CjnD'] 9}QyAN@ƬuD9Vj:YK غ>Fx~),R{B9oJ+j8QJ/NUL67_|1qf+~8Ʉ:R5\#4]3_#YO&qq8wj tQOG"l^pg_ -qk_ ~I"c.0s#Tz$}-V7[PS9XPNMl@fپLP6L/Wg.[ɗeyS**dX^$z2-v#?FɧLt_.nhx\i(Z,"RQNtrZD m:qQ!,Gg9 -m -y:6 p`2jO(ksZH|.rv\x -w!='}a$ xӼUU 2UvccGZ%iR2llJ6Fh9.9{J'kҤq98G[}jGİ~ ^bĊ-~aE(l.yDB"8Sg]keAn_&WFF_]°$O<}AT77-چȨry- ҹN\@xuDoS%GxNJݐPn%%6 퐉t^"3P-ض4Duv#JdH+VQz2jj~^ CLR]HRWUd:9UO^OI˲ZG6kBm,oyf~ͪTwZ6fՂѼ:/7@eˋU4e*[ ufCP34z{ЦiCM8HJ0=-eDn=THD9YZ >PqAS"ތ\ca/}?N߽::/>/??_ꗟ?_;?}|RzP ZND{U/炬J@`6z*KJ6?+[bRcBO'+O6lMZɰlO52g#,ޢ\K9΅ ͽl;36%hAN!$owuXGsPDžD0~Q۫ -r>RG?o٦վ^'mH.}Ut65oScCB[.>`fjM76Qh R1s8$h("iW,ko,dWvuy$zH Gָ ǑsY5ٕi^W4&t.cne/еǁuWx Bfx(+Hsʛ]sTOݓ3uY[k]L,t-1=9 -nfqt)ݼ8ǪO{ RB=HBo*ͪd~M[Ob`oG?t}Hj%$.ZZ6^ s6-* .hBg.tNn6 -37("#$qW3k`މ S3WelW74J޳ݳ׏߾v?aV xڋ0FDžD Rbkrjt|my*kB~?A<Gn,ޓژ4)#l^$yeᆭ>!SCڜ +iCxR㘗<(jj"[-$TP+]1Rהō'A{%+/m}lJD Of'ՖYIe ҉@n,v98*JzLͩœ6v İ(71e!֘ -ZB^/ESD -;$mA઎Va -&8fJ J R)*Mpe6L규 l9P~C܄;#&a$՞hqc*-Wed_[FbhBh=m(hYbhqh\p!]mӵd:f4Os*έ"IO9 1+ Lngσ"x$|-iApj:Hk4kE?,i|8^vœ$3HҢ͋NlBٍ2>sPdf?9UJkiB0G{AuO$$Mq%5IՏ\Ec!D B^ - Gv炲[C7o 5d:2”_ݽǗUB#*#E(Ɓ"):x>r -3nчϯeo"5Xם5 Uf1F$GtpNEo\vVK70Q|%{e) ݷMF1apCu:Ӝ4kc#i}V" @I؍ca\M=.b'O?OiUJ/oǷ׈ a9H4"f*i3(#•0S@{\wSrّF?z ˁ6u/ 97Hf%RdR1o&Ǎzr9J7^ -qYy L#K,ˊE91vT%0kQ9ɇjVJrRK,3}/,ϘL Fz/*aIͱԾ ¬Rn3,ؐW%у + dQ(@VID~"q1 ܠPyU(ݟ3.+.~}iy$0"a8O~4-ly!SBjj~Qwbde&-[iSK\* +b^.jnL1G.j;"uY)Aj m7А$["LzGX"w\:)QH,1d:J-zWwSݡKҹEāSYRi\kǿrc)5h~4"EmQL N@8'34MB ONhCݥg͸7Сn9dy:">uHmu_oVeN钱lMO)ni.q=m/d}FOvAWż9_!rd !4IjWAR\/ lԔgN+$ˆTV>j ?:3>4GѱN -rmp+y;(g9FCf;#Cb[gGsj܌o~PI]i6z~` -9h+(N¬^b -8IS9JWvwheחУ} F"4k6Z/vB?n\̣]9ڣߗՅ1+TD/rO4K[*K9eii([l2 -'֩ܜFkvWJ2YEN1{})4<@J]mlO -|IXu -5G?' s+ՇpNjjk/Di8+s@尺66d*/3:ȂEϝ>fX]':}EI*^Ɋt0QLю>xm|,B;[IƼTl񨅉C ՚e;=!Ѕe6gc]a&*/Y%!8ak =7|9lNC}%Q,.h?B1U>ohc }=k瑯6!k"͠}Ʌwң4aia>l_ gT'촵sW}nw|0 $r;{SJy@4iF6-_ om -ZLQ/n& ǰrfGbt)ab1[c2U5s`iEl' -kcڬX՘ \߻F!ZԱrE~t4f6| )MOټLvG0Bu1*{RNj-!S[e dvݹޅю+{?ZFeƨm]A9\Y쪽qf)AS!lcH;Juj9JldVGڊzNa+Dۮ+8ł7hFKYIh pL~]=۷ӄCZس[l1gwN%dk;>0Gp^a᧻+TSZ;:-X.8pvy`AM= endstream endobj 369 0 obj <>stream -HW[?K$q/^%yBpJ,Dx9>_ݺg&$Gꚮ߆ܚҗo!ruR2\O>RINAe%H2]ҥ -nu,kͥ5]6ջ+sM3*dSuks,0Gr!5lՕٷiu-&Swg9Wwo^^gߜn>~x˟_|~yק˓g?y -_bG|_Onyt/߱){ \r{p=ḽF -YJRWAvI[[%&[| -;v٥|9LtYCc2iU3tXCpu 5wXZt2Xdg^^RK"-kL 1C -RIZJ&+\|zLLkOę*Yȶ֖HC* бׄ"H PNR!ezؔ`=b q>ktO7~]/^ӧ}1aޟ<_="4H 6 -W} }iOxPǻz|# >JA׼uME7] NKaWA,.؎촺\Ԕך!cE/͘LkqU2>WSy=+:zP/:"\#9n]ώhvٙÅ}s($hS -:5w 6gȮm!K#+}^Xfa%xK=6D[b', E²aIr-Q4()Auங^4jL -xy: 雳kZ(q Fuw:]T4l5_펞Mw7߾=br&i/|q&:Օ'=\]$w@ -Zdr_@rre/OsBt"?0K:4orm͛rnbbI[Q mJo|rL+w"! -"9LHZw9+vl3=/ -Bz///v73>`EM7 s< +;w{4A{}a1#d-7nkɻ)Cy/;@:pJ҅{vp[q(ԕܝ_SMc^AICy|w8@B.F'O{̦B5٭/نπ #̍L7RfKaLly~J'VZ|/h)﷣&Y%/M&ɻ^b0mҮdmK,%ӈE3X.b:XFVJ,fzAWf2h2.G#ԾV4jy)iIJ@--GNgEh"9}R@׊WΉK{.v3 FN+29/`- ( F;}[L#a^4lT -f:/{>D7_vB}ד^ g&YA/V3[үk8_ -+[2B򾐵/\oW*j*T؆I邷J'Q߇7.C2^7hz@s R-N:lВHn>f(ܿ>|=x3v#*=itX AVE-Vs<2'QP/ -mҮ襕)[{98AH@B:(}=i]P=3i?4E/;ro#t\a)4gr Oa5)1FiZ5poTbk&+^8jT虉j8>o"'7y'T9@8"nh_Tzʺ۔_o~i*ͯ5fW zGgƍ{ӹ\^ƛ/v<Ѽ}N7#N۴wW YKIq͙AkHT]ecp_zcB$Eݝp9OHu$X״n5#*f6fv@ݘ%vLbn-8mTݝp9OYΠ0[M~h=5 'uZS HHsb -}&pDKlP,>GE\JQbR,L2HEș ]t|'`` %+JgQF}0XKv@'R|bqJQ G? c )9N`54;քFؐ'0nb@*1{^rp5 -?`Юwuyz8\*S%ys[b9WXj3zxzY<+cv@S!x}^Pi8?T:oA,R t4|5oEMɵ{$Y Ar>G{L(="p/򟕡wLҥ1e%=s&D˧?˧fֱb.tNE3-cKhD;# )!)s] +8M#ԯV4pԙDRTd>)ID|r\EYAh7̖4Y -jKedvI(و4Uv:p<eٝ0X+Ql3Hy}uuLrXiw e5<[oC -i>H @h[ -F :d$1,Om:Wvbvr[FW씖u:b؂CD?IPtfc 1ְwbrviCew#<܍n7vӎp7=møMs2 TXO)kdCtL%.M|ۇtDVbڧb q9nXddl4-rV -XWy:%S=czbW%jew;^ϱx'?o_1#p8.YC=b7`9j%dA'ܞ\Y]ѰGah@5[34qq-wC2RK+T4zءV}`B4p )A(>*0j}EO;0},9( EmZ>Pn֏0H4.&hʱ\{19fƲz2>E ~,pL(*j UqkFȰ$Lv^cU0!pF7( n0gjaRnIm٤ 2laV6>pk)œGo9t yZRhCb4qH]bnAg?6su!>pH9!Q>? -B -*< _Cap=V`P -VNu,s&yC|4&t UsW!C^l>Zm[W_-vm ᵻSM̻5qo}~Y=ټeIN-<ͺѬ=_nfQhF&RCl4ثm-}]}ן^~O^,Z `<7+JS^R4z C.dF:P[C?V*BZ2].%j(%uM9=;fi6%uP~c(gR7'G~ [+K4Ư?b 'ju:s-sC^%&=(?Lo` {ȓg`ڇAk=RAXZڅn8%l,m,ؙ\m|C^Mg ʕNXc}l3w%.f׋U6tmVxۡ7G(OYVS皝O^Bd {a$ -:GU r<m]<,yPq!bQdK-ެw*Z[V-·Z}-8'[LmC7%<&0^:XZ12%_^1b}SŢG4Vka["\VdyQV87[A -5h[Ỳd!N3`6pkWh/{zvS4l6 nJp`]=㝤dyt?}?iK$xC)~hV -4f@ 41Od&U5tk@-Ugq%wgwD͚;(첩!|B8mx?7k-^`|.G" -?6_|IZ./>o?oT(ߗ}jg}`AR5i G5/_h7dr\s?ZȯATeSHrdB%[\h!Xo`y?}wL9gkؚj4&@[ -CL<m Hq`2S+ -[c2X&Xk$.E I$]k6QkZVb( -We{m&.r;>Q=…OEuFJ,zڰLLiU`3qBA0pehv-8 |+Ѽ:CAwpOkXO0>)[n@^geX*,.p%٪ ٲvEMc]ɨhss}W,1&^Q؞%`Բ"o^N<:Zy¥p!9;nh^[.m%;8!$bVdk+֋\^4HGÄr2PѼZ=27Ph R;);x0b^q;ޟ@] 6>t91XXc1ERUTZ69M72AIr!7o q͠:BsA)IhS3ձ2nִϷca:?,tSG,F\B;L8dc29`J7 -\`~*|-?.|[Wg/^):u(9-z-&S>j -6 -^ -t/4:\4}?>T9'>Bca6/rZ b\\0<-7(j,rng:ZӔs%.kT.<#DL;41g;+S0]fቪ.:j\da9c.RӔ0 -Pxnšt4a&MmvaL)-#%۞ʹLTKDt#5LzɁW %b&=e{vUz5v8]mqGh^"U6B U!mŸ`kX5[q+o j'C?6SulU ̘Ȯa՝ӎLI/5#AT*gy=ġ̓=XwJz {<1bs}߇HdMmSRiҠB -j(A[ ׉^k.hbDj)ٳ弼ѫ~>?ۮ緌~6>Q)Yzaݭ3LpA&5N-qnk<]8mbSFph(c8OIѓƗ_4 2ξ'%sN -AAK 0%[s2O j˵;k?Y|?]ۀ%H@K[@ E ~>% ?:tAQJ( ` -mue_,7\{Q~)=-pK<֤{nc%j̧ l!oOS: v Ań'ӡVk RѼ\\dwU^SSwRvJ[exE{N1WZ'Wϡ (j`z+0Y|5 - ΅<<*\myT""yF[!19qaMNYT[5A0Ę(deIPPt[c_ k^_s\$C6,?}O=[6oµdm+25]~65vu2.,E-u+ٮ?c\ёPAb 06v3_6Is6>A0'?˔RYi},;NTv\~3&BM/D9^{@DT؈!:R)m< AIExD+:e8#YN -P|R}hdȓ+dA3"{3ү-AMy2OL̆/nS\ܧI|07Џ_~?MDlAk2\^䪲Nj͏_7'.מr^zlOpf.r̟,}iȊz -4GN:ݖU' M gMqT9٬{[ey%Ӥˡj՘mH[P i&:UB$!c#9a*Cn4%j9!h̸)DiḕiɚR 3UwKLTb4"PPLsSFz}ĹQ$@ZqI)Ws*f -j?i%Ӷ1F5V]1ѕ;sU*S_Hm ^P8 WE)y@4qҧ/t!qĿ<xgL}jh׏ݯ -߰99' -I<.8.:trp{͉.r9/lg[-phpt෬(Δkn ۴61Nx+ 1lZF,*4BO=q\rAqvd-JH虯=P9B|L)xF~>TY17O,XgzdQ5ƅ<+lqӅfUbo ㏟c uˀ㒫EkyU,bcR (dX䢚HQ*k/Ғ"T<;K3.ڙhjƒ!:*L[#Y'3(\Pf@Ic O冕QweeP@Κlt(czIҖMWZ)4e tu .?$gsTo 9 _M'ez~q Fcd6SeMew% T_\e^!=[1]l -g?~7YB!bvHqy\_doIFs|YV3 kͿ|lz23¤ -1{7 -0:4ú*ƋLUR~a ;ٯxg~ -p8&V~ZL>91 ? d*1h(ySA/Ⱦ= e:|N8}9N'u|r<;KOsʳn{ڈJRT.K_-sdr3ߺ蝋^~O?_K$k"]| lHMٟ3vxS;GQnX.#ލ1*ƘFM3!9<giǚv$3 p312ܵ31h1PWKUDu@˶J4U$D!;ŧo/2e -4,eDyL vc6 NA l:3=>CX?;N_knqd(&%;.?GԆ3"} riZye]v -I#8RvAvuJml)th8u/^̻QFőw/q0P7$%!{$bD'I:4*'$_.eh΄瀇:"AG[ -ȑf nFSҗFw}T5ZR[[MSB,f <697 &Un,|^"wW> N6}}>[ 2v7ZiVcU( -ibWO!KG\_䢅LAI<?`$9fr -FܡGᔈ.+&4%!\ J%G %8͏cSuLc޻L'!w7$)xA!N7-9.3ԱזLE;`V۬L Wnr=RkVƱP$?y )SJ!OZpպU%o&bN-#kV5WǷP6C3c[x?EW`  6P@|b(:0Ï -p {Nꀮh^vBk ]DE-|r"~ԸwBjT4CV` o -G`sQ;N !c1+( -oHҨ]32I u ĸzG TdTG&UA۷!+6YIg_rNmUd k^m8.{Q $dA]<{<#Nz̕J Jg.Uw}pq5Tѐ!qCCgzfXi/PymURAG '0(k201g]9gK& cJԛQ -=@<C+YvZdcM<"2pXIA4Ǩ)Z`EK*Cb~KD qaybZg+c)s)}Ѻ# dVEHkVQ9ZУB:Y`36Utv "5*y^USgeEܮnyeA`خd$8:)Al}LMig[a􍹶!+. -TQB9)UNU5n88Cfjd1&Yn2G NoA@v%0T7 $@Li#W/U'q4(✌0uc fa4"xLRĎI7+a&Wq\yB= ޣLԃfj!Q=,uA<@<B+ -y1wqG֨M kiu-U(;gzâv?4:\@=BIv%yiOז5; FRb`$)it%(T= Bz@Q1WNyz&!a%-ΰ{H..KrQ5г8 m4X&4jЧ'1.v7H4m}u]|bTo;(<6{h(rޑ6nܾhSVLzf|}*<Ï?M(Q[iS"ΉG/&íYIҔmYpea0e10ۅR 2%-J(iFκOƞQɭ5&jbDkSGhGTsja|jELbt^cPfϦM|viVi/~ҥ D )CDjWi14!O7uڮh/VOd {)A'Zh7|pS HjVu-'!.4Mjqs_ݷ>Xd~UUx:ԏP8< 3[R,>BDM}Hgh<6IUG=Œ5U4 O.~un'pv?_]KLG9qJP)&gٰ{,w-g = -ȲSzq?Of[.=A?WN#BR  e tЗҊC-6TQ5!s?r6fQ$H-4Bv:zƶ1%>P*\Ba`Y|%Ag$2t{r3L)=#ۧ??/?eEH^tV(Բ ܢ&%Kž5րZM[.TTVsB -X! Yx7*9[!k\s3!pTXGZG"f 1&x' /k!- W7g"q]YhߵѢWx"Z -yKԉ[iâ(Q-/9,7 Zڮ]Ҙ#h/n# ?᮳<Ȫ8+AX< d O+"E_*koǟ'+oY#*Pr`y3χpo{SLظǛ_ac w#,-|+$q!x*P&@4JbAw)Q!6c{^v[Z̕acl#ױVOolUM&ۦOKvԣ[թomeRd~O,!be -!6~=p$JJSqo,P!r2m$ maiPJ$2hu\==Ser=h1/ǘZ\#R7U936]>E\0qԲ1Pd(RW% >m9:v#\ z"= Ln9=.i%wK{I|.b(|zoOf+wZa&'gXf/k6 1kV3xwT02gGB3~k11\41޲Ԥnk8S8'9e?s\_OM&(6GqYR W\3S=)efU,d!u/N~ӇsO"Iz*^{| J[\8ȼC{U(NA8h3z8 -LH!S6خK¹)RBli= kMt>hP$mX;.e[ oɽ̺&0ݮ zs/JA ݌ 1`)њBm=0X)M*RB? '(XjcjŔꢙA%孊_͙p268?T;7Lz`rP6P'%zx?+ifh=d+"+W%&nHJd@a;ۍGޛ3p4i4 xճ% TOqm}`1u?^@XTm1w #š]zE=BJʕ>,l>~L:B a2;Uu -nZo^9]eF -뿍\$+($m҇Mo[.3[a.+&4=l:'W+Y zְڊ %ū;,h -QeQFUoc+OK aѓ-eB.}~ԥ74n8|{=?RKBH1jup]B=LeJ@t8zG*EE6%oh!䅶V-53Hf:Q6tGu0{Y)xxcjc#ew`Fl<~dڃ2Mzhf`((1Z:%s3D'MD{S=ʇE)mrX`+3R.XҴA+Oq.B`U염 -A n1t&@ =ȒI -\3x/{eHh^m}yKC -e:]ag3)4F(=ve ڷjנ<:b|]P9݇8b9 j mti˖Foߎ9:>f(N&6uW[՘glAͧtXlŬWSڷ!yU -ӥ? >~߾[4I<zZF^v[4,95/Qg_& /Y|qz|HF+cf98nɈڙ tR!bcl?;lyѪ+av7 f(Tg~hUbf ),q+_uypa PX>n%+jcf- qty&I8B5W=~;%;]ujޡ]Mc57ZSIs -m@RP5DY0&2@80ǐ#uw[NIA^(Mʴ{ư/kYSB}.BF2} 9zLg{;xߪک46%k34BX~1k."]T1 -#Jm3BEl *g$tr ٥}4ӇN7ڸ^`T^x7W/-]/yq_püb*ꃔ'cǠ~3u>Fҽ^X3G!ytNTeQ -!=_֦-xY ZQN]=Mbi9[%cĎCgghx -L<ɧ ң3Lh"rϸëd1 k3oa,Fۼr Bo6h_|CsDM+yT -BbM0t_$c vI@!gGlThN`8¦b'T8szWEQt)J,O~Z亂X!癨TZPJ| +Ey_*{oϻw,(箩S^]jӋnJ0>XTeEA>4Qv:na  a;0|; aFXq`F; 0Ð`Hs, aÈF0#`8M0#a9`````HQYQTEe;NQNQ)*+JLr)*)*#EeEQi2RTPT:EST:Ee(*2QTFJtJhTa9oO= ,\B-Y\jqŠ6b˄ѡBWj:n]ƄF;Heɢc2|ƓuZ[C h2±AHQ yOzgD|9 dj͗!9n3L]8L0#܁:aÏ0 -M0݁: aÎ0 -miA# : 00# a9h)'︣75)#EyEQn剢1Y -u>e'1z)Xg `*ܱq.J9i)f, -dnOlyeo#i Rz(%Zm\6j?h9aE#'dD_Pb&|ާ^pԬ%sa[p1 -''1q>HKņ#QiQc3C!C LR -WB0gKIY T)UP9Q5&E7n:(A7LP 31RO0au.&NOxq.·K +zK֔.GӮ1V_* lnysFZU[Vu;N -A6@5%1qW>=P$'b%QbŖ39 - -2;}g59֣ES9?~yz|y?|ZkE1*>Q}zlWncZ/O$yS'Fm+Ud`)ӱø!W8Ǯ cOA13ڎ18f<`Nex 8{ar4Zf_q9oe|3!ծL!1'7MSQH7c7|:[7u|怡~3OwǼ{߯??ӟE8J\G7(!&L& )E/G %2$\rYBI(ݡc]w -3#G ZcuF" 8C -R,I(ݠ, 1e^H GJp6V*79_ƃ qW0OM0pKWS2A P/qON Gem*U-&aXM^bQ!C޹ꫪ!"#> *!mqfO!l^[Ep)6 nRj XZABʯ\2Wzh̩NcE)In6?%Ǒ';23 >)J `\,U!"uyVS,-WRS(Gl1j/wцfkbAĵepQ:LY8}J(4EҨSh VkYu$CAq}Xڞ^0Bx)5v*X1">A'9YցI[$xCRR-h)NSHqwM<_|.&襎nP0 -#RBT A1h `s' JˡmC ɛSkD -=DQ+ݏ"_Kn΂,FeqTű -)},-x4m9Kv޾,+xţ*=cH6-WVcbϸh*Bfn2,] ,5CI\Iy &^dqi渼)яŖ(Bq4No3FR -혲H2IJMd3}a ;t̜[̶!WrNl[g]~FioX0fF:4[Uf]  z9篍")=Fu씲SN)׍")%=Wvݲw)>g:vJ٨cJnsڵ~Gq~xho 뭱't8?Ee?װ# -U>stream -Hn7`aN -Aw*_ɑapG&GMix.zRm8臤Q-RT0%c4ЎL4~YM~m64o7F -]Ȫ'SU Nz=KLq1IZjs&R66J{=/fw['ϖK/YsES(%-drnK漅98 ᅅ_&-y1y26dJoZL66h@݀,CTL9ɽs-Û|{f}^_>?]֋>a4.1~^\~Yzyy)޼,@UXπqZdċr\"N:LgD"t$QHؓ2WCgHAO"@/`` |&QdXo{YƸ^2FrR/E\Ƹˢq,:enm3p?w| s)G_99Dzt%!9j"CjNZhKEB|g -ACl\@z3:d{nWfu9r+CB^*̆+լX4䔠ef v(i܂1[#9tr;{E[]ț.rc;Lɫ\߼ʶ=|<˗r‘-GaK -N־&VB}ޔp hrxzLxX'51%5Նߘ^߷%4drg(?$坉-ǍoA 2*PgU-1dVBvQZz},.<6eW?^[+(hv|,x yHR~5>;-q¡uwРV Ѝ#rx`Bgva^\ԽԏR?C2I3>;Gj_AjH !="=RwTH+H!531GGJ=Rz) )͐RcHG#gHQHaTR5CH;K/vH0EJq4W#nPj yDZ.H}Kk ub w-:qB3d FQ)rWV.<3{g.Y@mXG^D:p$U4\8]q1N?g8}8]8+8Gq4cfpOq'84I34IqRS0ũ8Tɘ;pgk8)mIgdeZu5 -W5#ps8 #O} pN983Y];k\kXNyuIEBgydz~p N#N=N;i8ᴍ==NwS8+84GI=N1NNj舓z .w9N5ĩf8Nޙs;k '!Nɝg^K<_$5~X<%ϲyiEum(+dMޝ kuFБ9BG eEhݹ#fdIR5C*Ó9ڻӐb5LR"-A:pD`ٽ;==R6gt[i,"%ryQZx*Xcr$֑8;*2 3W[5G27wço}c}M~{]/<|t[/ޓ \w]zq~eQyR?iY(eI*}T<ÎU"ˌ)X,qo1%EJAy6 p_P^논L2.)*߶|:Am)T(?ʫeǎ~ACAA)ZY0l'0OۋϡDniwRQ!F\,_㉁XRJ2fRnk%X?|Wh؏r>dɒs9)f?,IM\kraZ[-%C .bNNzcছ9-F71[Q:kV]T -4BQG@%XA擰~ |mEJAH-V3YІG q[|oI[80S°ZB,EXđ$;|e/h*/HeXze ڍƪ,fdĬh݊4-n*U/P%sbS/^7n5|^0CV/&^ɧm( M&wu8%ERI3!sn,h:Uf&^\ naAs|:2%QL,fA-HӨHrz2 !{&^\ p?~Ef@-<4>t\~4ׇ~ϟͿ??˵ZmMUC6YG6J9ko( ރb hlj bX@{: +%& )&@Nß=1uOIƜP!Dk,Qj?Ɠ<,Xn* '=P%aprD$%έQyB<'1]3Ex[I@l@ya b -,*. IARIblD$@T0ҖHJ:Ia^[S 2zJbh` -229U)Hٴ t tF)Aj#v7 -! 1yB4oR9 q,j-j ->K:!p 3 \b.$p m-,2H8BjYV$ #i$bȢ.R aO2w=zyo}ݽOu>9ee-3ǵ'$eJMI ܬjA,) T9L-34/ UJbCsd|Nʅ4uREWY;w9M,yRm (QOW4xAv.Mxv43 ( -+m* M.v(h') N(V_ -xH!Tnxm(k$A.űϯv qV8W:Ϧ&7`{mY&W7î*3&2,GIv\Byp!yI -/HnE td;5C5GoYȒY.InB܄3L~&=IL``'`01L`5+..R3+.k밐ѰxzuK7ki|E'M~U a@ h'imПЗdsTM4i񣹜no/C`,)|;\jh"4Zl߽\cwk8+ߌc\ xns4#]`̪U5BѠ[goq3nAAy]2l -i9nH]C,ecQoВDNb5tnV0k+CLSvڮK,m砮dp?z4k,#]rM_0ץZ+܃£91C2'JPpC2[; A1aJJi8WF"HxgJX=t4S:b,!>uܨ$bLR|([c fksuS7`RAH5{`H qYL8{d*vm<`c -b5!:g PZO/'IV?en?524@ M.b=9iVsc)OsX#@|XHAOq(z^޿ǩP>yJK)BAҲ!kg +0m92a]ʴAj rV0ie0h-W糖)3luDVV-"͆ MtއҦۅ!@G(Ӡ#YvmөoA[ե7h#_]7[[y}udu2೓ӥ5h)LlO@*fަ9@ -SAس)'bZg;o ],zihODg"?Yazt׭ +` lp-g ^f*z4::~AKKSO(,EBPzuJ֗aErWax26fV3fY VgUg2PjMDz\phNH`BC-K΂@ -SEq[ K<@ƶ}FYg7۩wWX8}7~~6=Pͧ1ό9Itu0ASCBdގ3'vR~֣7O2vCwTP-YC;?o~nn6pVQͳԓbBKiޜ4׹5 Ǵz/1ݢ#^s9[ :*:B€n'Q.:jt͎mycS0bjxKM|o'F(gc:_e@I\~^s[:nUxm+ -;ו]YQ}N)ػmǥ{J\fVeRrs܌C:Jh}zԛnMf|_5;ݞi=jS0b~#PǷ՛}r`z3&MaEwk]V/:1#0BLcnO^ Ĥ7o??۳w}MKxj÷> _WO~`[tC Q}9] :6ekuEW;lޭz?A,^~.7{5;ݞi=j-ױcYڅ,1K)֠ XethCj3/ؚ(^=>t&f -71xEO!LKzcG1I]{@hp;GePSK8Oy>J QAEKk - %mRs֐ l]`e!mm䩌L2»4k!y`Stdzt_IojYT,4H -jYPm$X0RVYp -ܪ΀Gyn/40q8g&Cnc9zbb m" =?P9ȉ-%X_F6:J9!qEkc)m`W{¨eH"WuQFD^2#WP a -J*V9:BH֩q^im;Nͺ3aVP)vA>ontg7n@rXV.SL,i2$1 ؓ؟CSj'̵WQu[I6Y$LA_jW-jO9 H1 5!a@ɉ4ִCM0Wr'!*'&K:>DTVǰ*R/~O}7~c z,?=µ1Qd掵-io-:E~bɵ@.6(A6ZӖTp05y`×v#2s8untǝ. !Q{ԴZʍȐX! rV:";! RʂW㔲iQIPHjccPfaj~l3eAv "ݝhi(xuL ²[=-iEۭ~OK 5f$%[p'*kҶVZ.N +-aOK853HB;U6,-@WkGӈ -4ά4&YcGWrβ€k=+T+mQJK–&?gF˺lHq ۔P g"@ܥh([O9jУ ~4:/.lCT=A*&ݤZ9qW)/+[D qkPǩmA?d -ռ3+\\D`g9.>f#BW%̗IAi4WmDx>Q: -Gu!+01uF_+cѢJ[YEvjK8&KؕiscY8t]8ZtEKdV ^t5ơfAO.TCiJޗv҅|bZJ@A86{=ЂEdէsSЙ5o+@O@!\l k >p 2__'uMzcuL}J(o6%S_z4vK2]6tamK2]ؖdz6_<1z| Cp9u f.ArafP8-)Z ^Q]gAk Fʈ;\i\F [`# kޘ1O>`>[i*rlf76*Uov&WUՔgDZ܅rV4ѮBygŴҡ97AEu|,4B1Zmtn1N80RnLCJRjSI?gjĎ0y]҂IJޛ3t -->0Xh =F?u !aU,n% 9HH#볊YZ| *~۫//~|z|>}q˯{o1|z+Nۇ_\j&k)6*i: -&W)4O`0ڐ27;۾:RV"+P];48{wvψ h a#N n䭀qXsZn-ؼ+Y=$uKhJh{昵l,Ry%ܫvVn'à;ܚz E -<.8J]::#if7XHPքEr`J+6ݒ{i͑ٹ))h&\%{砤1ejM!Iyp8w&[4fa`p xPHi6+}oCX>92#4840Rp7_nyܳ iH*o ) ).zV^!W̫пg5&`yaE]QI~ )7??8Qٟj>wvuI`(j>k  [H|U鴳dtt遪Ar,\Mt  TT*PM!v龄OJ~\.w K}3|>R2Yh>TֹNoQ. M1neKKǚT7 -EwȠI; -bA`!!՛Р 0kD7l?[ێ]9cס#@.S#,EBEc螹CQ9F9Y qZT0rqe1&B1EKΣ};\pKfoR.Hc#e I|ii~S7\=JV"AdEC]ofqܿ.KXE* -O9IPPl#[ Tqu@,3RX>˔/Zc\C #uHPV^"l x]ւs^&99='H<*/UAJJ 4@}~F*yLKCEZyP% lΏ\[zϬۭnv⤨pv-$_[[>[W&v7QJOGS6gm?dk'|eK6d*J} -WY˞s~񅖓B!Нja6mD&- {p"XbJieww:Á]b/M1L\-E `\};h f5ڶ60p0l*ֵ[7u{NG{ Jq&NkF64bJprC76G~˧S\o6Ǭ4? \#~-޿~ H* [C- -DYE ̔ nYor )~r49&"S?LAh1 -9\{&OmRvSQ.m]-I44O\"#%`.sL~qkコR#%y3gL|n #\"`d**W)Sx$2cȎYƤd͎9Q[L]pOyIKG"JHX_Nn ]x`FVcAaU%KɊCo.(O.@wǩWSYz,~qNOӏ^6z>99M=ů g6M|lv$1i qqZ,gqL<5EȻqcך!GMP>e2ݽj0wD ƣ'.oOrGڽB{ǐpr1 #_zPFN!1X[\V$}ZזoyV|;^{8r/+Ó'a<xZ=OmE㽺V̲X{<'o|_)]{?ˇx}=ŤtmEYcu9?ύ 㲀Hjb06N5',V ld2%CXjͱc@UE'Nd،?9z ,m̤@4!垨yk5J&m=r]x?sj%Y2;Ɍz,CpM(I.̱Bez \5h!IjƗ>ф|]2c09q"F/U~",]]h@cOL{q֕d:B-JwWC2G7+R-x궃TC74۵-8F - @ -gKMv` \`'p0hv;74s Ckgڙvvv=-s]`; e 쳣}d]d]d}dn薖n\1C{%wpMg\)faagu8D0CR%iQ݃ Ks#~JҺ;fG<в;;?кNfw2;o/}|^}Zp_WK4Ų`\js}G奥t9) .f> Ms;ɬ44:56dj}I ,Jj<Ϡpmr[t]c'nv7@Eivuw4̎xuw6ٝ̎|uAԪAͻ6G_^|?` )PkCmv[CΤ:šb ;-0ezr{׽didV)EGRg+Tiea@Wc*A]@sG(~lgXjKqjeg~ǹQ Т -; T^Qp|nevYODiK# -NfB1P[~ glĜGT6l!@G:sDu =N~2 -MH_[\`W.Vo 8 M-'6DmRвE׸##lBYP5fhY3D>]fuC{黩{$|mC6sd ]~UUDYFUh,7eߋo -&eIu~+tFY_Ѵe0\)ނPORqYDA!Xh,b=9^X㐔iFsI|{ X#vE˵"WG%+(x|o7ϝfVT蕛 L!DjL1H;E>jFkH&byXSa#{ݞd+AcK,yzef`C5hq#Nj?ip06 N3Uxe7C̓a'k ZSwyR&X3H67~k|r=nt9y0J.d6-1N7iN C_?ǫLn,eTG׷B!Pծ ^?P˗o藩 _n5W3^5H<+MjR{snJ*y豦GtCFCU#*[V"fu ,h\NegiEAqJuyC'}#Et)m5R=8~2%TzlT):v,cC6' ߢ6wQ^5rFK^GIxPB|3#Aq HTݳ$w8Hz^b:ʚh>K&] -5kXjbi6 }oF -:/) Q)yxg;c9_rDQpt8AH}R[T;$RDeCBǜ("vᦗL}+$J'u $˺k8.ێsJa5f3m)قM*>UZ]fP Y3O[Sgs?mH - |Bds/avpuE?v型fn$io1ђ_{A[@]wq*ޓ!jz4`z8 xWaf񞦢ݧٷض*b \QM@ӬrI44.1-]4]:NePo1Fl@ԛ!dELYpT*=Ѡ-j*7MY{5fJYxx sVD"ƴ^WL V/ -CxY]HmW)Բ.RI#A NCdq6nujnqk˪  8}U83ee͂CI -hmSA""`1yVY"*m}˴@!զ1M%l&ٞpKx@qYф /,&Z cci֭hךuU'tԍB頑u.]4Fk#~S]2Et TWgC֝Lp%Iu>uwz@'ݺdqR+]&:-5* Zu& Ȥ{3p%*'&BM] -X%7XL;bLeQ2b==8ڢHBoEAfv"*Ͷ 5d$ c}r͔ט{9lja7Ys3lfN{@>v7[kRs 4[lQt5[4+l,dܺd?~#Ͻ@0[08<[-Uf~x^7IW/ZoF~[- k2{ҟ>'r%cr9:|uӢ<>kQER-@s2cNo1#FzH?H=Qvp$3@Ky]/|tg=}{#~o գx!')=׍>1|ս ~6|#[@`N0`8!'7q,ьaf.7>>|o߾|>??}ٻ_cDz?n?tu-,h) >{yv,Z ;%C -0A2 |YXZ -j-xX-X@^*'}>4^|c:pEjzK>awx!UXz}N,S{g[9yt*3O}<@ Ư֮vtk -tA$ʼn5ݵ7fgSYong'CM -x_Ͽ֞7Bx\҃JJ˒ -/1VZ?KN13[РQ P>gO.~~QTa=R%F5ly-sXWCBJeD,KȈz%*뤣(& ϧ̈--o! gzP6Jgsqó8eTY !\/v,곬e(/~~>6:

    91n@u6$S|)6 \Qnw` A\v ҅X G1(m$3g\HjSW5QmB0J<&H8zwY/U}6ܽ8 h, {co-}IM<2͕ST -.m)T)3y zFDyEӈ`q endstream endobj 371 0 obj <>stream -HWێ] m(<c0}tc? ܃$' |)D˙S0)Q.SU-eI*K8լ9NAu -/Uj $pIA$$NI}Yu`&b9֒: nd_߮k٭K_)˲̇K(u^>^>>S\bKzzcE`3˰G ,Wj !I@5)@K(@)H )\§8_11")Q@ -IcM5Y5ԣ EiK*լ".T!BѶغF\W*Bb -ھi~M "?Gfnl -Ӑj*5AT/"J6$285k>>釟zk}|<;p/ϗog/xK8|+yyePQT{XL)PQKn + -u}-~G{OE%VBY F2tIqw"SE3b C[Tb"\h+p<pF΅ -W&KeKr֋q (VΣyֵ.IUsh58 -{h~p) (vFPA!QnG3aRY/ಅ/#>ݿMď>#S4Z$>:`k $oCN>|fsJ7m|L߻d/K>inKaGɺcpa=s]^'rڄq}8E\*Udv!Rڄ0 - 2~6{ِ_$ϯʻu7]l^>3?DcD=Pпy~3ۓW;3@f2˚mu:F L{2m(F;Tz`ڇf-y}XU*HfKY@hv1 1v+ܩ}_c`6mb:ekx@CIp16|GuMG& !e=-/<V)iŒ͝ƥAldZe -[O jcb_?{kD9Șu7Um#s?5][J<1_'#tQ5U⪼?OzaT\F]E p5أ[vi#k3}:v<2ZK::ThkS -ڹy%Y00kٷkDBjCseu`55féǮ`&(p=6%`w6feVJOkne as_JbǫZ{+@n2( hnrYd<ϲSRIhq8:`gYU!9y&]噗^ E;&8`,̕jKXlSSG9\(4L[UFUfT=~7?x t4ۆukqFfɢQ57W,PmJpO^Ivz:I'oe_]a&A Ч5Z *T-1 üc$)(1*tAm t#Y\Uʁ˦a7V1lmT`lށDIڀk e -]IMZ=I+[:~Ye=UpcK(%;[LȡfDs`y?AX5G=)nN~D)R<nN'[[dw>JwMrTﳝ߼q~Ciz)@gx2m4ײw =J@mǴQ t*N*_eARUefg'iÚQ4rUUAэj6pևpE9b ܐWvZ=5H8?ਂmՍ{7 ƖUWt_@5.nf0HeӦPWzuPϋe+N:gcbHYгޙnX1<:JX 0[V)rn[[J7As[@yFӧ?>~~>h2֣jWVT_YZX,bZCت4elH~=z $jMu xX99Uw7[=ˎg S%~kҒ:M^EHvPErmEZ+{!r0䩛"CZN]!E_v5_3Xiv4L(9T:ujI+##c, -7+]kaڕLeK7y\A>[^oa|?=9y摅A%tu'Kx;UBfE۵r'ҋdſN$w+vMS؆2k 7J8KG6<0dj:R8xޭeoO(g7#qi=mzt\`7-N~ZוR$0Ou.߭˧un]ٚ򍭝mf]YҐ'b9mu崮ܭ+un݊gu6f_ݛ߿|%OZ YîP`N*bY@=MXVe$yZl4&A&hj3[`?|)P}KpNt.Y/{j.ݞÝ._ .@ue'UM TmImbGԩ18G'-x1rz4IP((R&TG2P@1 ĩeJ1smd!*LPt-BNO5x@a-a[pab GO{i2Bn%-c}sPXK~s'=W l.d-/C?^ɠkŒsBl6\qROBm[I -UEb -gԛEq!.Z=@Txo'0IdBK^yE7_7ˏ??'کʢf>ԑG&pRl%%B'A:9Sx8opNx4ǜNc?<ƖYy?W;9уddGJf%P.M IZ<#0J9/OG)2ǐ",& SLU2hJ0-( jȷ?~<<]DŽ kKn6]:9NFw <*k>ӯ?~~{$=W"X2K;V:MjAqL㢇*WJPPdA#\)wԺj0)>̜6zT -?l&wjh@4~Q@؝y =MԺ3xAt@HA,_4H gu> mBaQn-) hĺzjSj޾.kkMoHw ԔZ{UonJlʈ롅 o.{.FRX6ׯ{m]ެiFfU~]k;<}&"ֻD}ҭ|)FaΎ~z; xm>g|[Z}_T,GMF)=oV段c3]eiQ8GN &eAKPZ޾7ۥ 'DօRk%|FUi(i,5*I<ewXXjuWۯTܺ"R.˫u$'~ݟSQ}j7*I|'/d.K-Jxpp_uuc_]'J^fd7CYxy%rp#jݟSQ$;ΒkAloy~#/JQY`O=?TmQ$[ufzE(=v2HejNte:k3Lhy(@H_TЉ]+\eYH 'dBKnE ײE[ֲhMB7J -;w?X3Ke@AWHH%/iE,z.Z˲lZ wNiߺq1j))#JtDҽ;QȚvhvQyVuSWZ}692o ػYqxo1B(S┡xhNNj )4Ȩ*MʒMlk{31r{6?` -9!r*8VB.1rs^ Ms(J2qi*Rl>l;!*._aHG]bș5;՚I-NMPϔx;t0uoЕE*v)\f^ ^Ԑ Gfo~xYk' m BzX^PE7TڠeeMeAh*jk@r'TH_bcHl4Td(q|}o/ѱk!զAw81'ON+zs6~/uPQayև|W<eC-?3uv0R@D#>+* m ٱ`CEئw/U; ^l%yQU]d#JY6<¼A,_X\;7`4%9޽ 1|+n :md֦p -lS*>#ayFhqq=&)k"k ~ 9`yГC,sPŸe?\p 9pyH^{[@urP#Mvx2J=E3]|#$ƘvF*۸ˌ.Lk 1f:uH~i#m1&2r M/yhh;|y\̎\syܗ#ڈCQRp>(斺滏 " -*iZHiʉ5q%[dbLZף4K ghzEblZ5/嬹ޜF|=:Gd^I;'paDzPe̋d!j*iJzqW W|d͆V팲uS1csdGMoH21-ô"yOhg1ɳkF)&ւxcāzGch[CJA -Z5 -VAT/_߾Þ{+IF)hʯ, S*zL횽]6=s pS^6;rG~\ HD `}!J AU===C:p]9U^18WFRwG !6nu]@zS.¹Bs}-/šqs`uĹR fUr+P;5wbR7L,Nz/oOgN,G&QbL6vHlÙ }k J~,ksS6դ7wbϻK <)Aʣa\"¤I)}?fٽ}\gTEbl3e`'(ƶ %I|%&"i(I RS`ip5b HjTeA987 ټ +w^t3bF22ٟA39T4%C)gϧs/ab*ƚ&fa LOkj'Ju8ԇv>,,$W\0QO( [)A>E[s0 bQ&q4JzH(tqcPQJ jNqX(PkQ 6[˲z4fmt3eTDŸ[Q}VeveөGR˚h:Z˧?@2ԣm0\9N7MTX|0 qQM7ۍpwBP!| >2OթCֆZ·؃$հ2/ݻO7O(VgKQ0n1Nqi0a>\X]$;}3CI%h[{6bto2 y܎dcپl~UJrP:ZJoZWW*tj (Q)v4IKF&Q#IjΊ mN]>tk:AJw.ܰ-?j/ʗmitsK[mLFHTmOsR y$\eh3#Dy=mm,>OQxVzf)dZ -rOeY[eOg2~ K0']:UvEF^}<_~z᏷fw>,6 -ujx[K) plw Uc):4|ބfH=xΫӆD& œI.庇3[ؽgYws2~mqw|^hd@no,!.-0-f*R?q{/%ъ'j[0 J4e{aPImT̓.vg!7J\7dWC*- o9B_ooxv垶!x勨E0S9QAw[j5\ns6o)zdi]ccgDfÕE}4eX6: Y/C'iGN]nT9M^5Z%܃SbcGԤTCv:X@agI_lLii?r4g~?Z$VdEߠ@tUˣݸڞEzTC `=>Ju{\ Q -COO,Sn&Yy+JTq^?K-b4k5ƅFVhaF)5> m6R[kT(Fa X -5A:5g4rRH*z]*T2qn@i9nG]$ʊl437;ZsX $f8:|9YT-K]X\sG'gjqFRd͇Z_^۵ - s W'zˇg۷?~~=_~G~ǗO/}E ox_Kü|>{i_?#<\⩭R ͞\66S\كr.Ӄ!Ğ0n'zg)^ ) cy7D@;eR`51Kc #{UESw +KN -LA -0Sy=P)4 ,507N\];OqkGU۽agG[yQ]RxLuɬCv Eo -E~=oCƢ89uH4Ma HdTS^\YB1]B+jiL=)s-H,Z;ue@7-FXї|5vɬnSk-mjq/N0ɬqaukڪB2Y'ޏFǜ=ޘQLl4dX3 -4JAjshR|2+6ysU(""S"'}k1mj\M<Àꨬ ^BCbtn;PVXMִ _Ǎł -NKt`N*;6_ֽYV{kt97t(<8я&|E"&nv0OݔVOD\ޞ2vnw5+xهQ/X{`mmkPU -٠~> G9|:Z֪&a*{eۇw$-"/nq T±?zOsg,nWW(ܬ9(C02[Nm>r-coxvG>RwHo ǁY~ǽ>ݱm_98aE?hO, oݛ 1A*m|^) )Z:KՆ*{QidN1:]?glvMC(׼G^T鞆HhOYҵZ5buǺ# OAVs 2*n ɝQ 's)HxPfP-0-jHTD"XV(FkxnYhfK…UU8֪OZHI4@VH&8XZ)sX_٩;5¡Y-%F2'C IO[ B J=q4 -P -) '.' kEE-1O`W-3}*DIjps" 3z}nҸ7@]ڼH$ N[iMEEun AǼ%%F1Cxjahzay^p+ []Mc[C2D3VR`u!qZ pZh&AN N ^lXbiiz]-͜B-2{ -CO;k H`ഐF Rev58r^'xq~K}0tMkV/=\ZjAh+Vu8+N-Fxz \r3QhJB̎%IK$AKok4ev-Fya<['ے \UUve*++)/0+&^SeYoAXG;8A%`܈BaG1*;+nɿPiT/ bU/ X@ce$A@lG;*I@I³%/$KX5KAX'r,*";jAPY5XAxe`N?TVTAHG~Ç7O_2tzN~ˇ?<<?}:Uo[?Lաvbe~w 1>־Uq!oeaB֒&=I/Ϋ$W܆'^ڀWahqBȍLHE -gI(ی%.wf3[ -n&u8#7Sp)4N19$o1/WWۯ_wS+NUpAJĭň峯peT忍c[B/|Puo_Zm~Yc=CFui} a@t5a#$l8\g[r]boy ց.fLV@%uu?i1/u_W)Yx]&F2ZGo'ɳtRF⹤*,mQ̓#tQ4}<%s>R%'e[ceyP 8(5M"dʫQ#v؉{;[^N.5V}GOI;/ FC؇ÎM/p<^bt8x{=twmkxڱަP׷+|\>b>$戾vM)i˛܊ltJga>{,Rr߾ןG-8yu4x:iu4 hHA -M9Z<'{RthNv/>rYe=)rƽO#ǣ'0OL>x:EG+k#6ѷXmӔAQ_LJ~O/2^.1j@U1]ԃm)28J::y0rmMiw//"o.FLR™CTt$ "JƤc+&st^z;mcjVjqd?kd{]$9WPc@Oo kj-Z -ZyA[Qt^Q 8 -?x= i;*?߳3?IIAHAF >|=̆/ll t\,wbzmlST<

    [1Q-0E:fL`hS!e;ՂHv{.J -n$md.&UE98ɓc1Lw ZtyHcq5'_(by0HмdiY׎S8V;8*ēc;izʔ*E԰%SX>795yGCfh; -=;j\ ?Zݘ.^\tYrv;2Ϻ&oWSusM&hm5عrʳi+Zl)6>'Z/l7D.o_D0XTL*;ZL;'+I(A^fzf f-NEMNdx {,sB>G)ȁҫAZٴ@.hxH҃bY@fJaAh#Pg  cIxsLGվD\E>4vtzஊ\_ -֘ma2jxRR`4hJ{ -eYoOpq_]B>N@cƭKzȄ:UO!񳎹gݷ.:[Tv2P,Zo: ^}`fN_6a?30;ELѦr׆a7ڱ0YQ %)q] :48Q'WWyݥW[lK&@O5#rfڥ|cì/Q"1c$נ[6.{vAiaMA\V}"bH&:)#. SH*\_/Cg/+ <ƴrG7]6f@bU. Pt}S, c5P" ME:%E < 2BjF<.rgڠv8Us@45$!rU5xMɓ'.*Y_wu\bnV*4lBe"&J1La-'*W`@Rr[PUfk: D)]ZXBq 5.ty*^iqa4uŅյ\~ K\Qf0|Ņi k7'\5.y P} /qW)Lqaa W\]qSrSŅ 3./qaFvᮁk\pFH7y3y70v]qafpW\L'\o\-} (yco ~ >щ+J팋SA^4iiBR;3 -@u9RkU B岳5INp/uZlf#zJ"aČP{o͉ &hVRoh:Ǥ:h9|k8.aɭVZ&?#՟HhXy\D,]Adȸݚu02Ǧ%Ko~K*c\B^KŶ2k (Hz:5wmDQ&0cSzl Y IxzV tJu{{&eכ,  $Qh٬ڡ -5aUٖLxLyأ][yy/-PJ@{@&*c7ѶLeer *] e%e$|$QTQ&סK @v:'|:_?~8~>O炙I6[5(h AZu ,~ѵRbw\t PTnBoqk(sm4&v@l<(eKyQ$v=-8 3-L$ZڒV?=˺۾__.eODvסYdÙ+5L>N>nΝx9щt(oiEJVOi~ZF]tk6^XJ!OJF/Em uUS[Q=c[ܜm}ܭ2(oJ߲*-> --fS NG5QXGU|~'_td6ҵV $oUOy&R٬~GX endstream endobj 372 0 obj <>stream -HWۮ @$<6 -8} 7=Mu }un%R!D.BΫ'ް"wIN y8{yR8]'щb2f:rF9c 9C8#1wEH\pXeWipYSt #P%l┈? ->D9=୰TٴqB@gӆIyyBx4mx!!MzgWyd:(<w/o-#^|:bR<؃?Ić4C:l(1P`jM!vIʖacR5Q9l 6% ljx @rl\pWEx+ѓo\9YѪYtU APEs+zȧV,ceu%*>YI`!EPɸ -M\NxxO*=^'W~y_j_OB9[(>67;R1GLZň\abtW2PGLV#_1U3[e-ӹ#fk1b&-#f1'#aӯZ]i R\K;[eJL$.O"䁾W6qvti>N$.m"ƙǓ8$KqyUMSJ0d鳸>ݱb~syuK\0I5Yڙg5OrmiOntn^k&Ӡ1uƙs>V XnX"g6RFG};f4?hnn4F7Cۙ H#ef#>3ѭ}E@gٍnE};zNQzmnƱ 8-ҙn2|Ѫ[BųI {:2%D3+q< ;dL_ 'q<聎5WCXdA|hKq?vh]󦟙髙έ~JM=Ӡ{c3]|DMh:+x*ڙWѷĕH==:Mt{/Eoص4OiZ9{6Kukqe} -Nxz%<ޚNwPEjXR̪&^BZ1DȤ -c=0SHp!'Ix/zew&*nE(op>#,iP-C(YٱgH+S ^wxdO">"zp}ZZTMbu7(c,Bak,"qB6Vh@b>X4E4W\?(cWET* >>X9@ü ; pu@>9d%jDsq ߩdhʈa!i@E+k<&q9q*Sw)=I5Y\DPoOᇕ(&Z*10+p>QXBY(Qd^ ?^oq*%$mF15՟ 6VHЭx(Gvg$ 5\x+RsnVvlꝳo'Ea]][9c+K\71haE]ٕ^PJAaᴔ{o @~u_5j l=65N67Q>#i9 zxT!:.z[,BLO;87C=/QEA/ϫH WlˏuPB:X9)ϒղ^ ~rB[I~~zu^/o[d@$U3I ߖP@;4x2I rPaCh] &7A‚' -sԽ\jRlv H-daO;rn"r`% ~{kEbpha̷@W$%Q.}RB1@myxԓz{*>f -0dG E -aK͡ +##"̾.~::nѦD?<_I% ZM1ϙ}Iz,CqoKJőE6NQK3y3e HFm.0F/yU2J.U%b ٢,"H'56<[ qiiiڲ7c9ٳ_Zy[x突6ZV,ã)Q_/[Ǒ/?p)/ciy˕@+Ñmc )}j+6 ,/9/u^r"/WûoH ,xt\ j8\$.P$$* 1V%$Щo_ ^d9-q@8^ i5v7 } #uC{]o}-Ow[lP$\8σWOk)Ғs_9e*Fc0h0[W SA׀aXlYlXx-a(H)(y -ThOpuۍjqG+|o5LK(u\ 6=ԥ*2 q/[g yXAsȎ17(GFV ٓ %*cJtw՞|lJiHQ AMb0Ss((|l#ܡjX8w?Eq3Jf1P# Qa{VkۡMs!$ A+z)p8 -MKx 1Q2+GQUupiSE 5(c+y.RWG-O(L-k\eRK2w5ي!^ӡEd`wN6Q*׵SOv JE5T٣v׽ZdX4P>Kc&h6f`plM}Le3pJV +,#q#_ X*2/ǯ/X/fL(! e:x--4o̍D 8MXfCa "[bKh.O(LUU%0g]D8.uh; Y#ySb6/7W -|/yyWv8xۥs6([>/&±p:f"vjpVK^V[.Jsru1jP`AUU+eK0:Dq&5mӫl[@YK@~zpa k6(U]4Zo EzVQeE5'@Uy6GV8mlw%m( dqujQ--#IZ#2 Mk@r%Z|ϽO?Tw7߼~OWe`RG#QIԩ6 PJbyuJ91OΚ -'r  /?=.Qyde7*N,̧Y~a#>+V9;^0jIZoqsQ5dUx L=2cְ=THNʅ#{,9|cܱPB$(26da6,gq齊i>WBl3j "ЖnZXĎ:-WֳC;VЅ7ce}+3eNj7iǪ9'.` UMqXE}WPϱz'_#:SS\0PN̄"'!,C@FgSbM7*29S,uNQwa>=iz&ԦV¸^X‚XN|'qœ '-?:WįKngNd U/$T0, f>WX-?0W lYB˺eo(h+'+CNACAӟk V+Zm9":i(fi$5x)8"k|a! 28Raښr=i䦋dJIľÛ zˊШ+klVX^ -w%{ar;Kj!=JN"gHrwϨ8 R,܍BMuR[i7/AYH~YK.%E~Z2Ϣ Χ8z1o+( %oCǔɏn3 6\Kϣ/ s6n}y@HU?m8K!Ͳٰ3m%>6 u\bg:)[3Dgql}ʟ -nX(($x|(sl.WQ"l+qEu@acbpr + W!Zx0Ø:3q]r.fAySΰ|~[7QQhq1[ă*?xvc T#.0FGOё}e5!)Z໔֩LhJl$oMAe;PcQIV|Tf J/ xS1}>_P }{ =.AP_Cw6q8Xn -ԀQP9$jlX?S$E5 -Zoaw/lc0L.W{A$-uAhY}X'!COU8fT-6ꦵ[aeYkn]edՓET"ث!Y`K:fa+8%m1hc[Md'$YP&L+68͕Z"-4Y5Pi?|JJ!0h( !*rckr/clY -R>|&ϣ7 - l]-lؽHCԞy M`#!WqNV偩5T4zegi!9olt0y9Dƶ "P&a( )e0UQ:rƇqbљϐpim^] {kGE5>ky>Y'ҷ22IΘ .ӷu^%\.ij{fݘ}Xf=,P1xmRk{yw& Kky>\oH} ̩ -[XXo_~~~Q{|"(T -D$ֲ:d@e -a+ k mjː3ڎp@Fjt+VtFyl-uye|R/k5]kݛee=sr= p|{ZzhTJ9mSG!fPF%[ FܢEk_,:czz㖛ĭ{7T2"3iE8{}fX1L\9ZYAQCiO2&p^8OLv|П>&G6{T?ZdVb!HBK+W|إ$ٰЧ2E+>Ԓ6R҂kS&{s2㹺t/E=beVALC͠fKwcXTM'BzJyKɿEQ|%(@ ˀrk/y!SE^9[L%6!aW g,atf˔ r,T9U=?tU&o=AXl^JKqLy$C5B4#pAxIu<ŇM[KJ]`,Pң >Ҁ3!~'M^qr!9$jCaW* T#\r˹τTH5~zVZ TVfT 2!K"u[ #fQւo:)avX7sNQsha̜B< izDI>c )IC_}N ϻY ؝ې| o˥\+F(Djذ!m&"cX]ީ*t,j@BXQD.'-8 ,r'(,*g ڹ{r*[?d֊zsQ!&gPyF uV&ESR}t: }TŽ5;u4 uzP&:}Qˤ h&ioO:lԴm#dV5=1}bm⼞dy 4@Z BQԛjm8hJ?1$^dDZ %6z$BEYN7?nA^JW? O?bn锩ސm*:6MܙXȂ~o޿?N_?ק/N~{?o?o_<%~W|%=WOSs-5F]8õG(D|fGQٌ{'jN&P>B@ڟ/I+o[4oMoTkC=@h7DsD)VX|^|KkqJ[">6o,ilnl͟>+l`^ *how6{5_>!i1`>c)t]V}vy枺A*.p' -oSFSOj#hK {@8[)%ӏT}_{詪%ݯ~~q(Y(zuF}6^,W-r g(L\ԯi_ BfD)QHu9)NL_9}l-(Sei]<:{fU3TE YslI-Pb~0+mL-RVފy -^O'u -*~r J6Q!Lkmnc 2 -vekx\KNQ -NV]{M Nә(\v亍0gE^c0Y:Wa$-;#y|9ZHY$_ECO)xPq w839~(ѷ -;FQ‹;U,xO>vS }蜒p M^L~n}/¸nEUi\}n^e WEv#0}|X=kK=j}(MIQE_uݿ𧯄Sg37?eN8?un1'&Fz OBBwŎ9*bEsFd!sX3[SXƓ`YSAjrPC~ ]v.HZ@04u+i7lblW -LuhheJ Ngw6&Fis 9廕!3N5!/\PjX=Vxfzgo}?}o߿W}o޾>_??7?=}}}7<~]_l}}VUbUw| o8j5D@s?>ZWSȭHǣ} -U+ȶ0Wnh\^Y_fev &r\&CX9j\]=$-lSz/[ﵯZlT徭8Wׇյ9y꛾Vw>/u;v~au/!~ %LGexcW Ol+ {ҿeEa/R$OSucslRNh(<$D_`|VTL]襗igI jx[+Ѧb3U`̂NCUΌgzL\9ROŵsVau^]-l8Sq)iPÀYLrqԶ i)Xǣ8M:bNi|8Z@yp3TR_Ԉ3Nf,;VKv-'%Ҳ1ȁu\݃΃LnVe{y_ͺqěsMVUT|}Sj 4窐hФ+.1lw&Q/H-vɠ}-w^U)[˖ljXoBt6|ԗa7Nr֩´x4IڈNvrAY_kԿfZ@x´X yvZi`ҵ8qvnKL˻LK+ ߍ?珝 -^*#z+Ťl 0q>Q^+J+gK=}BJF]G|~kB+6aDROdj2z!Ř$MEKG-5dHC<|1ٻK3Vd5:N^QS2 2sVgEKu{) ߂sOy;tSD4RHŜ˪] "'%cđ8Ÿ{LjDSZQuތ%zj``[ c2\Ê fh/QIN/śJ/jV%_Y0|-Թ>=ћtVB~Pe Z]ԵQ}oc>ܞCFJn!*sKDbzJdLg/Nc'ٲ(| -;KtwGӪ}Uef9 -Qf̤Q]iQ(]-[ cGT4)gNu9 *6$9u [#[&1TJ2{#$%BtvCch(MI:QbNtҦt}4;ʓ>+z&1wYл2` 9Ȓ5cS27P:D2R4~c20hΝ,'~ >:{'e/R<ם>2V,Iu\բ0ڔzbp+ ʊZ*&m>bZN3%?~߉c+_£[d-5DC fyVvQ |? d$ @dgmxm5!%Y,V5-ai*K ~ȯ/$ۘ:`'Ҳީ$fҎv ('`c +B˔Nn` ,قQ<,r z,q$UKa,b]Z'<{D̠Z-2,I>" -{-rLլ5j:5&w Зo*J(Qwý ɴQ8Aڒ@*vIAhz>&^۽!y,m.4m4"Y"i8 ̩C0Ki f/8lMMXhy8 -4B*Cx-o&U/+AfR]G9Z@іY8JVڒe+)M -IiX &3׬Ęg2uXGQʍfR& FљV .+{B -'f?; ku&/7()٫)H8T}>FAEiѦg̣g\ߓTjŶגH60zd|D;^y@l^PӊuB>QQ:`=*!TgeAHCBow6ZѸD ??;ɃXn_̏PʓiObV=ՏsbЀ2q֌6~t%ͺu:JaRҺXq 26kպWݞϖ6fD =7#hB`%tBUFI߮N"DfiqeL2SL[!dN]ۭܽqrݻ^/od'2ҴYBEP"nx2)F@R+c:^LW[-#2+@~R녂- %m͠jB}C 7)0Mk/<&eBɑl(ņa-4KB'llErƱPciL-:<+P+meteJ)ֈnY1ŠG.ǻ7݆cu<9Mڌnqinؤ!yT T~ؑg6ZȪUY -WWК;1hP!.=iClL('QWr"k❮fhToc0Ωc -2fi -˚jz mv A &s"H쒑S)&X6와CZ06}0eDacx ]i[PSNخO҉=UoDQʲhݾ:ٱDVEk?Jk0 eCml|K0 ,Ml-ѺTڠ8NU2y,ATD{QLga4a^J4)Go{~ßק? *2ȧ6un7|S&hʨ0ڂ:0#mEwx5R6~eE!2"`ڴiWng#U$x;?dgg(/"O:[ AiNND1=t?]4k`d @D&K' <6G1UP/ݖ6.a1]Lkr0));B}Ł+Em"G"ՖRCC*"BCs8*To܇j\:(IH#4m)D_ڙ'oݲ@wW>k} (w#'0j2(+ūطh[iإfX8۸|A# 7uG=H{ׇmL~]TM]hNO {΁s,0-y袧lg︘w̗b^\n=tCJ_x`mwX(Ğ"ΧR` n1SIXwrHLUePأ _mPLD),!y_nc쳤-;ޑvZx : < BAngn*)Y Z4t!1m _xlf]Wt׻wOoݧ_9| ͫXJv'}9@Iᮨ{J*O!#o0BqO8~O8uW4XV#F8$YCzG Iԓu߃qn'ut/'޹}p:i=2LiWiz;=hQ rXP[;^B\z9rPRhxԳŌz^ʼE=dUR];?mAけ&.eۈ%~{ .A@쟕~\nAـ{ls΍gօ{TSB[y5D*SnsIlqQGXIa܎[ |tii'糖-i|;x-v{ON.G[cΥb_a1e[ZTY;}[nri5];0_y9UW P&Tg0:^jx+2V9F5g\)VhP=!\˴֫k~%>"[`ںfʽe0c| -~$ecPk a]=Fc&m]Y19c2u>Gv\+}Z_o"oۇ+OxoP:{-m@&cKѯ]C$+,JT&ڮBf0(h1^tS|6J3(Eq7J(/XC0*TNh>WN *\1ƭ$b3qeҤPJ3ZY{0>TAaC>IB2p  -Le/U~[XlEXϵ-Y2Ne u~)4a'[*kk5q1PꝤ q-p0 kga$2oF+=zo$@OE -QP++QP^yQБxzLhm[,DKYP7[׹+u#,$İCA;B]c8{\MCrGd5|M'$+ĔiU7}ə-4f5AodBAAGmUC$8j-2m\7bjhX)gDjb|T -aHT0Qj' 0!ח5t(֏D3ch ΢ lRAT-I|C,1(_]~~/oۇOO{DRI30=ǥJ+V땑[TE}\VQ9@~%? /@&mHD8TKGXKҢv!e&}٤Q.aiP -J2v$\2`p|YJ";urh~U:NaMk δ~ߋk؍hur:%>Lc"H{* S/ -+%XRee Fk~…aG\(F ޑ6,@ʃYҠn/FXOXY)9 lO9l) ՒƓ@DB?oD?|_iNL -fkJ{lcc x0F0dR[XkKұn(|լЂr8a*c):P3mگ\fw {EalQUm}:?{f(l`[JĄ@ia(ZùFS|0DC0ޒ 'O"@^( 3`176 `_g;yQ GWԾkaY&N5)h9Zƺ\tO~WՍҔO|QdE7 #: #"1%ekDt㠨Y?L] I@I\%f`#|+T> :SN?%#-~PLGjQ3$h$CS kP_s%#fs'm WLl㕟8^D-@rzkѳѡÛ7e#mD'w襳\K[AVZ%ڈDz# bܖ5A@7IV9I"RsI=(Y]Z*rQO}WJ; b_M腸yuj[]#c@!\Ә:cD,rnR2J2'l}:vh;\r`V8iٓQJG::9@R,ԤS3] -YsьlVQÊ2+S-[fRhm]5f sKUPvBOG/zC"cvainf_ҷ2{F@!e.{b4̣sѪ9u:-绅g#,=}_aP ?7$:}U -, lDڜɦi\V^.#ztf-vR:; yi80$V[ݶ1s f)AޯUaycg/Z=FXͮss uCBIHНcZ}~ XNJcP7SoMS23f X؍?Z(h#ӮОY TՅlTU@ĥ g#wB:uwt3LIak85 p3K&dS瘁6u YN"F;pzmS\aݒS.|Sє-lt!T_<)n3,98pۍ6alW!F;p9ࣄdMF&Sz?Tn*.4Ot=}?=}yۇO/Z蛺+ՉeSRNئ - -`^:ؒ{4JF7dS/%oә%1FT{6znLiS Ѩ fi)G ~&4A`En`v-x3o[-ncY[Ȣ{,n?hk&7xtT .(Rۀĉ훌4Ku˷Uӧw[c|eY!W -lI=Ղ@rs% PP$y1hɄ u:yؘ&,Ӄ .%Ĥ}'.ȄL#oΠʅٖ=Tru,m<-ăp t¦jlXu5PlTdl%VhrQN`c56+\[r55<ƱI$r`pRC YxZƃ徚/gq49>&^.͊7@y8\SeÖT;wl[bTY}-/TZ0G* pjnHu[}2:-aY-m+,%(?ɓ^ -rBuUw.Rr#Uu/m?QǕ #QsKAjڲU=2Rv!p\j<"7:,`t) v$I<5QZL/!phCHZ,)Yz/ndh0 p0;L77JIXc3XXubCthpnd[\^Z+<&T7Dab W%':~x+uPk*&o\,gF]6aք$@Y%zX $ڎlmYUaȍWouϯ2b°7Ã! 2hȓw~J&7Lbq@8 )6qp 9ffv!V - 5rx[Fb'Ř[-L"~ù4vXoNw&x._<_Y+IXȏraE -d7KfZ^o* -ް:-[$k9Yk3^sjJ'焐[KOy%EN]o(*ue(0jPQvC."W9Uq~NڤfkC ZŖHcR -vP w|EvS./ -l]e5.y ̶ءL K)mPjQ)! L^+iD4 -^ҙ4p/X^p~ #` s#IFV9 T|4=q| \KtgYw4Z}#(H\BH*5.[~:x #HzkdӐ²"P6mX2aoe+fF9BCi *+~ $SɹL귬"rgPy$V9jKax(Us^1:AbL02SiȟV̲Ʉ}*cfؘOCp^j?-O[5nyC?Ln^?ٝ\ej&±RH#%pK_P7'%T<ӅR񥯱nGMlGa nSNG3R7c+`*CYPVNk/EǹS~;5H͉aR -Ă[\Gdp vw} Ϯ?~'OW-H澠=*R>*da[ N;F)gPHZyDP$qJidc f%,3Z=7eHvoo0d˚sxvnïǻvyxWQHpL؋@= ,'b\.#}LiHf[Ͳ @(}lr!O S* 0ۘU8b'dj5)i$N_uCEPQ.( \3a*3F'qɹWsы4'0 7*k62vm_]^@1O!swM< >^r/SZ)@ ~p)MWܙh9J̹*LY2JkԔkXֲ ycaiό=;t/{6,}Ҍ2"F`JHŲd+] -Em9y.J4?׈lKYj-ViArV l+J   endstream endobj 373 0 obj <>stream -HW] %dģ&~e0yI o"I'bgV# l3];d7Y$K_]Er}(ZsQ-U{t0ޗRekЉIXN5+mٌCiimRD5Ǩլ"].sQMpOLfb=V= llRX!;\v}xsųw?^]]wXz*Az{<ջ˓~x~yo^O?ᛗ<Ǘ?|<~}W>]_<) |7q{]z${~M֐B(kL+ŸBhbw`-k|yZ+Rh4tѹt:˴ė^@,J0[=-5\׬:f՟^8 )rZ=dAQIq զub1fòҚ\18zxES6`a  C4- Ut^X68ԣSsFC֦^Vh8z& x^H){/۫}f9n㌱72z!2ȰR3V4#mHOo 9?AF6Ac%@@O)Զ]KfTH<\4:-5TGA?}37H1CZ,CSVh >8 ->GQw5f*>1/fA Aid}`D̈VaKU'&):R⅑g zջZghCA^|5F{mX :酐S{Qm0HH Wk#-bGڐR<MD@aZ6 $ӀEE; ;%'bEc$֏p -m׳$G)A07b+Ք3Rd~Bd n N<늖4E#Su$sP L"@9 K2DT)38U켡J+϶z'dzfX.t:uo0*]Y^2 ^H|(hHaVdƘ1N|Mb-GϹw[}x"^""h*zLLk7qL^lf\Gro(NeÂ*P5$`1 lFo7, IL17 Ulg:˧ PѿTD#2X KY }^9946WA00#hR>!U\ %(ivP 5Bv=crReX4%6qD E:))5fpW:!r12;D@9HȉsYS6kއ"p+!P!:jN"'p ҞG3PXṂLq6Wh1[ЀȁhP3-Ҽc.Ag :L@IM^A hBz%e 8{ȩ@O3  2X_0,V)Kr!o=14g%oGCӄ()s"u!g܂K<;YM{$)M) ai>q欵)2SْQ{I:1(ݼv@VR-@xZT/td!}Gi2>0/ٮM(6ךG/dn}wywk>rT7҅k+FKǰTY{t@):(qSphDMRT8q! @ < !VuمQȉ2;o6MA~EO?z>9BixRa6{ |E2>@-KGt''p4@x)oӐ{W^ R1G\\.\ɸ4s -e4LSqbs 3lC4H}@뀱EoČֶ L͖l g%p&pPyDT^})Af -!z 4HAGI`5ӫ7(_u#v|!QО36zn|T{ tү 1&hCqIԍ$!UJQk*>5LCP)AYlj2;~ BP{fW*2 ?a5oUptSJxx_4f{zqꎧw+s&Q_ޫųۆ~|K! ֖2>.OCXЦl={平})t`fd˲ehs7q31F_?Cm_VXyk_<aGe=ѳMQTWCkKEguL^AQ"ߤsEE*H3d-C%HjaxYXnTCTLɈ6$_'3L@E>0^K[UfpQ1hD --I;2R,U[dqՕUWJZfV-HSxp5dlpmS y,G_P0;`Q>)5/a#'KC"CM걩ภvPՌ[Q j˅ B:QĬ(NE?H'Kd$V)I&+8 V<{PϦfz(e?ƒ}^fvYN3@tV)0m*<xsy,2nGOTbx6פ -]Ь;h>d8,s6*P": fG^CCm -^/#gWx\#8Fe}ee-TI[nh;9ouFfڦʾuӯ i#tc/7;}DsQ4s GNHUKZS1Zѱ$]Ac=ˡ-kvly(%UWO%;+(]H]lo,6ޟ䅵$ó-H -;K ZJi#Ld2TN(>Q#"rҏwEߦLYX@}K__?$%tBqPPCO3RFڱuU\yq~fAQ0їU kc37.'])(FIwW#扫~i sYZ\MV*>Y̱\ʠo -tqYI1L^Y4cSF ٥il!R -PB_?'9X5e \3fG΃^W-v U5iKӗa %ڰ7r& -̸X yT.w]!kzXRS@j~*XiA""F,ʜA$O79%|˥.-oٱ}sIRùQ87 -g -2*> Ѯxc%5(L`}s]lώb4^L79ݔLg=,tZ5[%X|tg٫d#e{6I)bPlDuh^:Qr$;8 C QpibxøvR?E ENyp8rx>G E?׹>=d2eqt,CK9ɑ';͂m<AÂaҰw~n۳3 232!$W3v}V[g﹝%J@6_^||돯߿?}{׷^>=Oߝzw'_oKwzt.y.(ɻpgѪеij>Sʯ:kz{!$+sP7t /.iSRŋzIeu@S,47'Kʴq)KW9 5YC+wFvCJOE߁tN9AϖhRj|0JP r2ɎYNMBZN2|,/q7N-=槬2̝n$ MJZ m-!//=)քχOwzi; t ܈4DSB? Y6Y5wEQQ(8xG ;M*yYoQH]"sx{p >AIsh{IҺ9+#I3UY#FB!mEgr+6z?*['28njj!{1:y~#H2i[Ԅ -@':NV?G~meڙO(Pni6j`UcyQʍ҂uG=C5 CD*^ч0<[W}vgQ"]iQEU<.xKi#@'#%CgcMN;~V -z:5LX*d׷HsNNJIO䆙>I$I/AOQ&$Yy!@dsؖ:Ya)\ҝQd=b1<#iMzavb[bC EjuQM& -s -GQ~0".`~}~y +,ru^a&·}[?K]P/sPD}xॼ -XeRvEjWtyTfb˱ZX˴C= cc}cT R71↳@ J&[mrq3>Þkb_gZ~*X x7O?Ӗ{HzDn\~i; -FXF`J -g -O,y_4,r(#]!U ]9hxƎ&!dxbVpɄ %`̼:[/֫6/@0HH>13Q7 :n -`Y\F(41$eՔ1HjSgx %aˇBk%lwB.1dUf[z&DYM߆IB!Fyɩ1 0!͝e(]&~J/)"Iǝ_Mwt~Mwp6[zݜ]n]6nv츓k޸q㎎ïi;fk]OG27~]6nv츓k޸q㎎ïi;nnkZuVn]6nv츓k޸q㎎ïi;f+ݮתõpݺlq'׼q&_w8V]/5m)0ɦF84/U3tVͪC302r$H!09SUz`/sp"s_۟_#:it10ACC s}q-f7>DX:6`% pz8[]iNƭk:f&x[͌f*2htFKl!ƹZ='Rϋu#~=dРM'|4ДAb Xef[ܳTf7Z4i]>Z)bݏH Vr$)v]FR&Jx$Ag4X+#%eK\YQhl:2DM򐏔`C8ȵ:4XN ]?>Rp -xe=Z23/[Auf?ĬY'gx0Dچ@-:jf?k1"*I6:fUX"˼(KeQҁ&& Rw 4|(e[jΟQtNE =vr*X'ڮ9mO ->i{&9 -=ɓy oZl67XQa?Rz/]-+ε$kRjYhdX98#>m4DXMAc$bGkRi}eNƭvu"Ll6+!_ќ$JԊ2z$h jl@6T̈/`r%Tи+Zk,&U։ݺK{aoLZ㈺V\0na{/@u^\U0޼Co&{C,'DT4Lhh^ ╻/L()U#F!Q$tC -:m"խנ!BBP վIYQILh= -0P4ؠ4C:FI[;T-C;)I]bHu#R(rJC -hB,J*bHeb@ xR*Hvj rBZe Y^ヹVPSR${8ES/'ϼѐjn&UC-T,l9VPifvh$i<>hx X8-E gć30+t˝E|[592*@/?I\~$U냸0!%, -UézqD pY0*T";؝'Ik`ND]oB0qKlO44a,{^ѭ& ,( b) ĀWݸwtw̿W]V(F7kB<łVFiL*-]BXy)+/P̦ $xTڐ/R`2:-Yp: BXmBU +s뒨4D*f/b2-F3!LD -o LoH* Jjߺbǣ8'( A쥊BތyK9]jAA"*d>T''ŕp&Ɨ+Hxw?=* _i0F1`Kpu&'vVLp'¬[WIG>B~~Xɕ:Oֵ]j &x[gIe*8,$o8GݓPrz ^<$X9C Gx"0\[HXp6X̸)xmU'&Y7D/[~AxlB$vB/נ*If4j&t~B+(ZC c܂2 c(Bk ի@fF -6N9F'-Fi[hDk==fO:(U@1Hr[&h\#`,@[дrXi,(x%xmX=^_^Cݿ|`#C-x(ZGBq8QXIMԉSlQ 5Ecķ4O vӽ OO,[_j(ZG=NҘRwn lڍ=l5F]sDmen}d`vƚNx[6`lkH }tg:}yvÃ'3, bmKjɑ$';rpXI}>Qh iߏP0ڤBI2kC3CNKjq'1I:L)fm25K;^3?~J$%ecjֈ\2{m'Z,)CiteCT$sOG6 Ss_ - `0FO_[A]͵7=SZ5XJggD~D?;'_D9{:]j&́N8\s)X\ -!t(_?O?IH͚%I<1;X3npND)c&*jyQ@5y(9'pfxy/Ṉg眅Yh=bxRǰܱn7Wӟ5>{/헯uo~;iCVD؅?Ƀ{$jxZAZUSadzƂ_}R_ZcCPǕІq(w{V@ʁ=b,E1IQu6pKgmFFG+'Xr[Ju3_Wfs_+Cm{ ZpRjRTS;JWjWj-,tǻ]dVLj>]t ҳ4s`+wC*N\cVR׵ٯ;buሴ5#t%cÌA{K/_޿'O -Fh%D)+˜tE4צtۗ -mQ,í MYOP-yҖBǎߺ/w† )&lf*8?0֔"YٶoK -J$~aG|t >9I+Q/.UC#툖jgN0~.KC$wlC1E x߰P*$+MqZy>}5ZHrgG蕦M{n MMV-%7b:-}dAbP 7K%bdekDO2U TT[bW@OeNK ըI4LW0 ÃA4'3.g-HЫXM ê2$uaCP vfR< ,Ǥϩ|  naM!W|{T7'Շ Qwc\ -bֺAi_5gPBh4V"KbJM59(LQS2kƭ()wzDqJ5Y\> -Q zjqD3|dfwAK' :=;}( +KGA8ipeWU#3,՝,2!UX*ګdǮۈ~A]geY6wn"9h98\]$\pjYy& 7+4ܒ.E".ICöY؜B'>_o߾|ѹϯo?|y %P*[5XQ}#f yJ̈%tr`'0= Ycl3Zxb` /ds)kkXTMJwqYh*CgF}h%M >Q$ &\H$6/'|=yr8| - FO}T]گtޫ٤2Ͱ5tZZt;W^"*;:[;T#>-΢Im.kQGԩ9G{6LE$İY1pYgP>h+Kڟ"A[lL׷P&YKڥ_ؼƸ90DJPPҼIꉴSOrg%PV$'L>) =ceh'5j#"P5u;Ky`(=;)lcM%uS/{XS<|M."ڌbb-5q59e^>VKK{M7P.QI!xMreyϵ<E5_V@p&}AK|lFioeb%G6Nk?CbF ~QĞՒ)&'5wK7(jI=~<\C3V\v~6>]0͵nuwcGؤbqyޗ?Q/:h|wáZp"Q%nZw@ :*{O#ےeb[pl U­B6X -\nX|ƈodAЕ(1!#XyU7g$V ^+ے%Jkj@p1u'dvl 7,wyokzc3(ũr5M̊7Fn!J#+ 9䂆66BM޷A-XNvu/v7g{p7)e04D߁:^nCh!.OM(pSdzĥtX/AF;truӔGI*|TA+%pr]+Ȕ"(EY4a-;*PvղY U`eJھ]4Z&S˄͡C.zQeOOլͥ6uunяqcӲ^x?RXV`u[Ukԭ*yu m"vcUer a֨&_s>.01 >zi^վM'o{ ˪>ҦVZ]]Ad Cq%Eo'+t,P%t}fԑ/m9! Fo"s;HDͪ7v JݳCk@$paty8|WFfC yFx`_){l9b?v9=Ϟ0tylRuv#o>꘸a~|A2Q:KDGgM (i6 c1rYN̘0V2JkA\a,/qқ֭sIfwnH)'5 Yeڏ}?g|G?$};G. -2:qv0w.O߾vD@;[*V}jV~wjy7 zv5'Ԙ01&?8fxk;?A~$BGSrg2h=dm/UU2yr opޛG>v[rC0&8VRYj&bM |B-@Qm+U62o8>ӟ.leWƭ%mt#Z?&T(&:/r?(ζ096 WnUX%%u-|M7hÖ"34/KTz`>~y}{_Fj OH siMy66y0oi\*UA}I ě*D jt7BmËdkIFxۦමם:ɴ q NbS ء nUTjh>nȨjhDN:&Z X|wE 9<&w/c"MC@eG-Ej02yX2um2@x8Ά  BM×'v%Du~I:.NC-N{A9u #K6B \QPl1w:gL}҂=^]n(TRX٫2^?MFzD mJ#WjcPq[ѷ&H\_$ޅ؅֏MP-J.0PBn5Ptj]HNS3f")3os͗\Y]Y J:wB~.PԶ(F1mi$Z![ Č _dFc\<086UmD4(ѡSo r2f8r -*RMJd#@j}t':򩴧-=$\AI\ YHvc7'SJ-$ϛ,& 3xḾ,5z狣;"×wH73,H9# :!$TqDc{&O^8Uj!(JO- :xu1Pmj<=|3z޼:8˛>Q<}s'pc+q5s7}nyX>5 49}"b:%>Ns>>!6uvU6'Cmc?6aH K[ks,6o`osƮ)S+;͡+Fthsvmnt#A@gcaj.nnl.IFmG6qq"wy7]3D"Q8xEt9g*Q{*.J#]ǗPlF5FrH$L;B$3Q[֡Wt my*B6LZ\.IZaK[SzE$8F8D. >F%~FCRKKm!_xk -JF.z WT1* -T!qqQII'QY\$GOIAH:ΕD.J+@s40C{Tugn$y̦a EuyEFK+VI%@Ѵ14s`{Ai$,o_)8Ԝ!VNŃgjA!.R(26]*K6Z4\&W<^+V+3P56:@lj4U*󰲠aEKag +6`{"-+ʋuXNI@< +?b'1yX } |5jc77 UaudR}ZyZAS6cu3h˜5S"byXI`qX5S:j.L(ԚӇՙ~sFy DJMRÃu`dt(}wdp_HThQHX.\>o7`ӂCaX "͢eԽ{AmETX Jyv# Eb!;6O޺ȧasQ Q)IQo -k-=rƭ|@l*{= 1rXiuF*aPXCFZM0&n@_.qbaO> J>E>etkoM#.9_k\d.~A`WH ;+L.ߜH`Ғ"+^M82U U!,{WX0Ks((}t\(rdٻ -xy&yGOA׬hw11*&3x})2~{wY??؛)9fwCI -7(GZMU*-t.:o E.{* 7#陕pS`ʁEΌXOnλr z (ZPD"ׂ"H ȳ<֓Jk=$'2I^3HH -SA4T[A\yLw)7i7 |!}UT߲0|`j6iS배Q_>ڇ>k7uAKR>> oqsel C3ֵ!VPAxx :VNwv*RP+&kA8,Ʒ'd6Ngd[d[d32ż?PQ~ Â_Y]qiwQۭS \3&\GՖ:<骭U`=h[qy~|*1 r!(̼lo;y5suݙKۢu w10H[W=Icl3E>˧wirJ:Jlإ2_J4I) >-N10G tKJ߰yrf|!DyzA_1m;)ӹt."@@-=p5>pVI3(8De˜4',oӂ'uU"r@WZ0 zNÃu-/Pbq}^@[m~C1til'P|$[HU%!ۤd6AEo">K9qBs1l??C33Q> ׍Bq ?ZY67TeqT1%VJE%;wwΧ4 4c9E-Q$btOaw'r_A"7X)DPm.htӵuA.\"uŤytx[qm$N#F09;c Ú2<>Hb.%Ӟ2#yF 9ȎYVmhJUF3ʄl򀇈ZJX-p`W Bx-#ۢlv0,b}c7(?/$g4XY>ç ; c[D,yQu-i̦'Ǐuطe. -bnL!yC!:Jk/{)Œ0tfeÐ%e27'%rj_iM8;\.Cޯ| J?3 4-~8sbmj S$U]`zRPh/ҹX>stream -HWn7}@RtH%W\U앑u@n4o57" !EG8,!' >?ågi0$%2PnS(C .pNr:!TC2Rn~>:;?t0̩n;Mz@f+>PQYT$m6SE\x'G4Ő] tTy/LhTydc>Dde_ya5V=ƣƣFUF65m(M Mk* <\~o\˿?Byq+/QW5qsƲ_yAUBn4F -<6ծB<0*I(K͗PcG4 "~9[_$TC(׾ݱ+I)#dh:zi5h)7U%CU܂€QP9؂c%yR*kZβ2 R-z{u(nlA}e=@WKQ_P7wokDӻw_?P4!Z\ukͰOF?y -q>;H+`'J+ >4{FG\!sB>׊1sURV@ #'FDHA^^xdo[@儞@)FbÃGMح#/6ljQyi}e4fwnrNB͏GgUG ]p,9JJ=g!瀺Q}F"fb6fڀeI1啊r<F -zN#*k6>HQhY30Mkp'),^: ]d}3ON%l Pp'}C/~:Qg찍Gfϑ{'돔}|[hǥvUϗX<ɱ̷~Dc>qk3sQ'hrG;أ_Jx%U:ʡ/Y/Xfrhǎ6YfҜi !o\/4A4ps!S,3B#EGx#K%asB -~Ih}Q]*BSf! -ӌVV8QXŪ"P񾧐";KOS32rݸn[O,X$ocTz_"S0_yH~3 -f.Ƨ8A.o/;]I n?^ ʃ'*.F˲rY7N>RJ%0DR~!䁁ZMs]C[Ƙp  4R!} -.H0 R{*/#\P6C_! @HV*DBpb SZCuն1hS5:R!4.e;aF5r^ZC>pE%ph-:vLCt7h%6̉ƂR%#Drr{p?h*y$4H\LM Wax:K)/Q44mMttd]jO9nJcLh2NT=ȼkWt D|{ -X HtH!Kn`nBE`,/e|m|CFAē|X: !آC }8lsOt>ނ? -ĶutҐMkBmMߍqǫÓBӀU:y>8Rmo%TfߵzVRb#J'ӝ&\gV3dp uW[e(vtutJ_|W\UdXOUP'lQ -B䭊ϵcNxjJĎVo`Znk;Q[פv7g؃mƧ\؈g)+6FӌI,඙Y񼇇G5qZX;:!kva\~ԓ,aF;PxU`q|N>p -xd ݦ{})Z^㋛7w<|/^|1=ܿp}gϫo>vtz>=9{_b|eߨX`P,һmm>o j>FYAhE!Sޏf}jڧ h.A\<%8 ֍`VVSU-PO mS2iVf"j#^HaZv:?@7~, MP8TukG -R]]y -ƒ<@<[A-y)vAyCLzࢤODJ1uˎ -a*S7! ?":(`F(6`(|] 8?GW<[so5< -MC@n: ,\ - ~ # -P ([sy[Ḷ$JoJzK] -9arY-&ނJa<(XI X˒W%5u]m~&{@I[fe߂՞u~]7Ǚ532r$sŸKNu*T)QW68b酺Pja -2Py F)BI)TMX$ͺJzCIz{ ShҾ %J\؆IrTm-ڲǓ'ѣޗ "liA-W<Ɍ&⺖>d-udS &9kWۂ՞t~]7dgfdI}p@h5pT;cWJq\@.CC\m`yZ (<CWOeֱqsJ,Qeɍ:*ߙF|8%=>[\s#$JE K &g32BA1# G+-NW3a?#Q&d7[6U>F mN]29 `E$"pJF Pe&5 a!'uaYk2evO zJnid>`d{V?Hqdu9[ci=k$ZcGmZM j_#FIRj=z{iFmQX%u)֓K =Y$IOmHZ3^XY]Z$t:2B0DZ4VZ?_U!&Q?p?Ecf #kB9xa5Qk-k+sNe][ah/Cr3%6sد}rJQ:+hslP!-έnȺFiy !n֣^Ձ0ASxY% %#"$(mקcH&%?_UuI \VTy:eON隿=iass @THKe+5q\3r4<'U. kvc -ݪl镞euӊSP!iܩPiX(cÅwU]l1@.Br^:0_ fQkUme=|W p.$ɖu nzJ`ڏ~kp 1 v -g57W" -:^/KOɒJxV3燢෨8IbQPOI(ˉ{,+Kr:9nJ~\1TxC - -]u=dTm( ybPOvTE0dt!m;mETb's/s)]tsZ#8_ #7Vll\j%\w냪LҖX6낫 Nށ Qځ( CNP1`"o'ThݦDB[NkP 6#*q"Qx19:s9`̵ibb`hGAMP% /0I/a^chnw^Q(f8ܰ)cnhq(V)"őÔ=)-{~8T 4xEϤ#Pަx9>LFNFïs*z9ᡤW)4&T,}S7 Xh< q\@mB㡳5~Mq$&Q;M`Y -MKP$,IxACFcB!;=6 =ARH"R8&ӗ2!aMEJQ*7z**T[Fp&t$T2?v*Rd-n^;]Ctԙh+ʑ5]"F]k؏`N/iy*Z!=(Y/iMJh*h` -0lL(EW`3Z PQG^kMA^˾Gם ~=))d=Blݡ50EzĹIp#}p8={zq:ƼmTQS@CVtV1ox9 ӤG -l鋄1oUܵHIXo-y[5*yP5d;TbNr@fx0؅򌜕7 0E(KX@ˇ?g"b‘05%xlP;%f'ł} ks$_ -˵vLaF|V.V|--R1Z//1xD+Ԋ3r\V4RP,-RSąFR-(i".3r\Vdx[P7;E\KMT -QE|:HSu9ꠠ"scV -*TEJí -=螊5*(p%PiPeETMY)p%v)bQ* -xRp\YGP%-DD+hBuRVHiEMz_I{t*kRڗ{RPJ5) 3ذ17n[U7lpwln *6YZFb Fl`Zþܓ7l`/\%ZMTeke{a =)~[ -4qY;Gw%p#.OۂI.۫^0rH_&.7_06맇7G>~zHy>(ה'4,/6Ƥogb.zRadh1v(0FOe[يZs1ܭlK-`/j=a_K'p=屍xl,ݏk.n.:*vvoF|<ۥmE<Tu(m+WHHž@}s+}is*7Dhs> >km1?oP5^2b3'm$]K/-A㭨d7*oM1bOa/#^>V~ ]&L1/H>}d3[k vŁ~oh0SH8 yz_n2:6mK-)غ|l`)s^~LVC}`cI1Q-tTlhPMaͻooȴ{0QI/1x0m?=c`=ߵ$^^Mxn&f:Y_CkiftDdJβpYFF[Q5J?~~x%|}jw|f|ҨڟˬO5'}X#y5-WT5ճBխai˿ xJCj/g18!SK_>e4B^eYhctTO;)$YrCS%m&ܾnuv[͔:]J-Б/4T,ɽ,r՗bJ9R7Nͨu'8ׄšxEguz;k,OE_A8F~.?߼O?o7Mb0O%ҵ/.Vv֫e׮~A\"FgFE${ˏ{v$$eeVInhǧ 5uimȢmdSc0+AjhͨlE%Htl,%XYs-niy(\1=?CB'Yʊy*%CGQ7M&sĢRY&*ѹ9~XhH- n'{]\Y*z:wQIaψVwˋZ^93oz^_Nb@ܵpצfIն^F[orlmyk fk5x—טöNm mi|VOu;yol~Əs]Z訨a*ژk۠r*ݲb.ޚkI*1,O#!êt;c,bĹ, e=dbE`bu"ju17K BXr9C+@h z:q"#xc)Zn,+Rv^05D w| ìaCkz)_+)2m;L-'x,1_dh'ʺܖ\QxP6;r8:gInԗu^(k셱"ɴ^@Y)И~aM.Ɓn e)1% G0 YԨpr ?+:b0`,OX`2@lp9bBtL!0(HIw$L,m1 .dR1c?͖vU1Q\JPOOU$-mGcW;1"wes.RLhv((^밽_oȃ.î-GhwmЏnA˺cmTR^ϷD&$*ֻQ]-~\zc䙧O8=*6dQ.[R+Xg|1{+Gt(JJܖ&KNJ ouؼ:,7+?o0K:Nl@ C U,-|b7PHf=1+ -|I6e:q -p@j(S]h0SǗI'B'nE|8?lyLcW͕Lbɻ>=Wb 'uv粨Y!jV2q^luF?խ=Υ\a]Eݯ} -DDUBmp3Y$ª/UL=Ie!bH'"b-SĠ^ "=7ɮV~X@gq‘BYHa!"ԝBbĸӝ $Bo~76N'$R{WD4ּz1G[J`Sv(ceğz\=G#kH,7: D57b֢Y+Xߖ[TL+ېpMt6*Ҽ3G4T0: k@K(ν R찒k^hIr6<2 sң; ؐ.UCJ3HPjIM52n4>C½Ϥwn9}϶CQ{WG[W@3n |\^A6lT_Zn 2GyPjz;`guifpKEjt"yLtzEhx WKm ,yt<+o?-'@2+K9!BflAG DUJi๲*o_\@2q.ʄgHkG*HKt,Ϫc7B]qkp,]҄_*:NAB% olKHl j0|C`_BqAG D -*ƦBy KO6G*%3F5N}IOBf !nRv/B !kd.D8Un2+NOJ\Ie}:#DH+ i" ,-A2l^F6cHAg.W%Q sxI K.W6V$) -W)]sD+a1`bBQ -IQ) q -Ф[Rk ](tb,Yet4a8I|*?|keS`Di|=GxMЎ[lW4WdFVxJТ)D֢)Z#芍`ނI˥̴cմI Ņ{X+X K:a ,RW Mm,y%%%%ò=ZVk -7,Vդ%k75M[N]ǁ݈MU%0*Q^EgwE&#S67A\A@ʏx#y45ЮeJӻ:@s 5w}_Wɿ| Ly{Q1eFa%'b϶TlMeXɴ .ep֔c$gA1mʉ2LU7lk 60qikd\!|sH)m!6 -tbNl†;=E6th}dž[MzMzMzMf{[VkEeD-gG{kѶ)C7r̢Cꔩ>Ѥ mFMFVK_Cb֭aZ<)&P;]2)(󎝥eK-NJZ@K:F 7h·Nv\u\YUw1Ek0Ou(*= /F ˝V޷=Oa}[w{tTl~p녔Џ⹭^P٭7Ѥ0V퟿EČՂIԠW`n,Jk.gK/Ĉq 7r690뚬Y K -.HܢWGT!I4:vE%"]A-տS4 -|GZ#}tX`'gWvcxvh;G/P6HHmXa{BD̓J P<䥧Euarc -rHWt' 6=֫x=[mfU]]8=M![FD)p6vj҅+KV~xB~u}{ Sݥps=t -j -'Gyz?2/ﯚ2$/a,:z{:]q\ԛTcxЃ2}-%HLVڌPڌBF?Hfuv2}Yq3]q xOK%ov)wPrX",X;)w͍7S̎m/JC{ؒhy[b8|Nj!!bOhLKS D9%|+ KMId+'ҵZDd-1:.YJ fnuk}^AD}HΕ7\(ɰ$SzKZFk-௒u'op3{ϬX/kdQ7sO7GH#X! ;jQۍ^V+6o%MS@~iTKqY1X {EUD&XՉjMa) CΗsIRR*BSZP Dj{GLF΅fFJ}J@U7{[7(F[ ʸA6d(ūGcu ;T~tkgw?X;t:9-SLnp"﫢c-$ kc.C=ZZķ4QQlQ*kTq->\1pm%XLm{Xc.J1`Q&[TI)$_ -tpTғ}lQ@|ؤ -(7z@Ȕ6Sx'jQl,ڮ 966wYKi5˶{EՁhqa 81L2B֛B0F5a&䃬j JɇԒA7Zdnה L7q-Jr$\t Y4i9/ ȹt[ES/?抑u\% UW hQ^-9v0s>!QYu dVb{>~HJ6<ת'QbLHe".Zg~Cƚ9JۢbM А8feHPZb=k2weЂMʞpE(n=e^,*gg9Z;X=I:#rD#ôvrFU᪛zd*vSP&Si}첞=a5x$Rԅ$fe})SR? 7s/-.%ݾ4(}5AL=_Qr58Y ؕOrm*rrnܲrboF % i!\"a^ouʛ^>?Olq *rhr,)6Dʨπ9'L1 6s$@x%6q4bjRih@ -7Aֈ˔10 jl$ - t=Wж:Z~o hvQ 56B9w -A4S'7Ze/ڗ M='fm!֥$ Rps6a?Bµ`{GVCP1,vl_;2o֥2Ani__ꖡʡ -܏}~=,a5&|ͬH ~sc1 o>p|q`p6L&zHAFR֔p]8uHB7`h^ƃ`r "bFنk ABg_*t-HM~iK (Cw4 Сo^"(.&(i -$(hiif,pr3Ćah&z=6՞j]͝@ op]Mg1'y|Q@H+&P4Tم+P1%]Uɉm<\Z4%im*9Gloyw' :SсBw hCWReOɦp؁= 'K%߾oXts"5]Ă1e',{M͉SP5Guf'K_* #ES2SyISyʋ򓒵,v.>vC_V"v)T/QzΆ5q:\7(_*RS[S亰¹x?UVFW@@}8 lΚ2ڌ29t -XI}'SW<z?Yb%SW)LcN!5 g"^X6uJbo/R]KgNj03 ݄O[GU3 V(*B9t&.tO8Ce~q SNT_};V?Tq>|\QbbG0ں9Hp}Xih@5e}>>W! 0= endstream endobj 375 0 obj <>stream -HWۮ Rکn$ɰQ H 0cvERhw\8=ǖERTJ{X[U -Hr_8若,] ӝJJ+R\岗H}*e8+Q䚺@=UrZbbk -qQAiR>cȴNkT\ KA\ۀcP\!_&J!'TFs(4eLPkUTǕȔi{c&bwIG$ID٤䗼K˜`KQ[bfzS^7m qk\KE^SvktIқTy -B2BL4r%-,g'ȩ;r - rT1)''‘d~ -OyOӏLyPgĘHЂT`ya7o7N- msh=>6g%JkcKj'sJᰧ^Ǭkwz%Nϩke\É)8U{D 02^pv92)"PJc7G§~۬Ra9CPOzgY8=|^;N5e>||I+Y|V_TƯ#H+E<@\mG,xmKZkF(|@MI9{هj;2;:*iF&ܘml'BKE:f\N|].E%ԡ)ٙ3p]B h -.Gs{]}Y@ @Z -&H3;C|显ap-UAj!4RtH!Y[YIexíJՄ\Ζ~د&*"ed4 t6QjABô<%56f&tD~NmKU Xю7/kwα&$UO̠adsw4qDd -DCښG,OfE\y+ABthw]mΎC˚cKp*GF?w,4xMM'; |D&*opiJ&EN#0%&cĢڭ,+!#tի֧ιFm\^2(I!^}ڳd\eܐy¥:kb_h*aBU҂;cZ!@gpʓ9fuV<`lA%>6h'ANJ* -oB^"4r$4#~$dOpܿ&8:pQ, - ܓȸJR=Ơn ܥ-fhϚیf"G3*peFsgz LfHGdx|s9XWk{'{/JOď* sߊɵ459*ajc2)h/(^ircr:nNӷ|]J]ikF2}0U6.m/zsBRB[G;e+,j1#tbqSe>4qɻ!EGS,[}S{ -nlQ:_6p@p󦞂ԡlr,r~D[=+ Q@MdW{puL=}| ;:HĉPcL'E-bdu\w#mg>?lAM0⤌õ.:hwE1K{u/?\Ao{Lm "?)V;)ԥHQ[XtC阍xy 1tzU21t5\0ۇyc6[fG?rI GDN x0RyJSR&nQJ+`FCt{;a2k[ .*7x lRB%Pl]l3mר_溹.++3ggyQu-: ReZ(uQ1"$,چԕhUJd~\;oZ<e=;P܊9a8=<W~HbKtؕNie DŽ-Ԋ''tg0 -ZF_Nc$&_fkBIZfx1a5+bF.mt! YјeX @hG/Y %>eHQ`OdiF7(=eK:rnՊᨰb\ oB/ -y=1o$Y*ƒ[3MtW˭")oY| Qª6kV[RTS6YQ|-ԓAjwScF):Fn+pV%50C$r]Rb\iCj|\ӆѣG52\k<4N5>?ڱ֔hH@FVn)˗F0rKAD4/D,#2.[//ҁG*ԭ"$7tyLhJjAmʳ_=EA/S)Bg4OU V|L"X7exbZ"Rϊ<ǟI>RFkdǼpA:ƄGG)輀}O&ɏr&?ⴥl8R\s-+Y*3QuEmOY. 3]",i}m#(=As~(}*Q׹oi.s&OwԬ -((3cm#ocϵ[DfҗzFn)H-c -nT-A%k[{ѧP2mh-Tkٚjs5V(O|V穪aʴua:|4O6ފZi/Tq{|Z2W]*"S{ {ڑOW-K鑇ST|OgCZyWq͏c,;!eUwUq>q>}&s8lJ+6`7)7S8 `'V]D0xrO9\ʳS:!>`tE>OIf3 LJ YiKd̗sDah4!) e zT}2xMZ<]eut<ʁCEou'p6n o [9J{*ˉ)%go'5^ԡBy# !=e\uگҪ5eiaTFV:=u b} T!;҈ lHuqy[r/!'1TDQΌcu,,hUI>Gz@I!ċ"!'DeIOE(ARΐS z\=zrG [CoAL1:ODyyQv'cU -WGaA3&J*߽"1meQȩO䤰7hwL*bz|4;;|Or"*89nI^HF^:531z!D$xM8NÍBVoui*k|+`[M]m÷}PBYN/x.5U(ۂu=BL$BrmL&0y)GۊZ(e°}};'/OS;=tM۞pM+=;=;=;ݶ=;ݷ=ymOmOJiDna4vbjUڤ&MNL\ -_~}W,__a]8j-4F; 0+_αX/8 C6m;l!?=:\zPg3z&uϧK:M:n;gUK=`@dԵNfK<3Q.Ez5lX&r`s<:+%t1;'m&Ry{? Te.{ǻϫ?U?4)#d$,( -£sMhpЗC& JuLQ3fތ&>PeFQ[1u -C=8MZ-b}XWu7lˇ*yzO0w l7e~Xkk〘3&xqWAr ='P Avf\(%RjrlGi|6AFf^eU$o:5/|iz/_>}Pgva?HA-FfGiC|Ra+/#6:.A$JRfnyr`g*rrvTU -5;8.dg'9niɥHoPk1Q3~m;QF% {ΏӞJ@w67Nz~6!;,RS}JmT'/=T5?S?!󞚇UXYhÑu5$ޓ8LVZf}|ht%Oqm)8zۀDųzZ/BFϋaWm[%[ 6^"`ƪ;iڝEu -́irYBAPXg)BAX3Π2513u/ưޚ1uJ/MjyT;eK1M)8 `E8"XF-m -́pplرP¯$[[>-:&}S5;%L%Ė--!EżSӄ -N\ons`` aYhKp&m gLL`ltpb -؂[-h-m-m5ɳ-uJ/-Ml6|؂?` ::qؼZ.rLc* l'\'\ 4 p=.f\=.A,}f"ɢ:E:\zk2S\jUuHJ lJ惫*d]0cVԦG=ԅr8^CGaZ -z"uk; XjerUŔmY.Q@|v)ɐ,c-KCR JQWUpx0u s]@'jh6]%״tQK[Q_eg<;dv ͝;@:TRP$Yu uv0Mh.;G؈Hඬ_\Q_fhugQ ST?! -S lC NdUBcTvBL6-N+8Y{zß~c[z 7O /!#*M9- zjS4Lmi0ˀe S[:2jJlZ6$µh'EjxBQl*cWU\dCa lnKeP1O`\¨jF"DE2۳+z S[:enKԖ- s[ 3bi84\`4;K&Q39Q)B l㋪y|d狨*mPX` 㧯/&g;_]oPÐJOENWSdprẠӝ䩋]ӝ.Ӫ,Uw]y_dd5{l-cWY2c竪iMV@<:Q<ؠ; jj*Vz'c$ˬ`9 | 4z hThqYڽ FtiP2h[V;ˬ@+7GXBҩ4\y/=.yjY.KtkQk  O>؁/w;zBᕒFPɑKeocL~w4>@}d⼾7y.!jl9sΪIϊ|e'^ҖI;}Q.r$?oMSN}'"IdlWƚRKIr'NIևK/M" XȨ1}6Oi`s[S_]CԷ߸]}s=ұGS.Yzl͕5W_6V%5a:4hKi -lZk$Y~vpTqa_q)sqaU:4i?5fVoNu5:½zk[HjUVI[ܵw)ki\_Nev(p!MvD;(=k,oJq:khYb7o}rs=QM=6H.āfbLlj@vQ‚*E/Ң]΅܆}/&p2b΍RH11eJiKBJ]1W -aن8#\;*N4-)w]ixMTlT+i5;מ} 5RP㭆z9K [ .xvz|}Åv4?0l`M9Pc2}ɄW9?OIaRs4@99 So8 *쎎h |1.Ăߍʐ6VUZ4SFdYQ1PfKPD;6oE3epLxY5b/`{ڵ0D(\m'm/a;8&Ķ ivlk}v7š -6pLQ-C`|dldn;*ʼn.Ǩ߂ӂ-ة:9O#lw*9#KfTM%oqFnF*o -;6{تUiŤɮL=$z2R#)Ef'IVہyu/D|7kAUnh{"=xdv kP줟nV@c*sS'wg8ne^2Tl5в\DI]iyAz򚥌 -P -3 vmbeOO0| Z %݈U_w aLaaCTr HxPo#K=bNΡ Yf7ڿE{ƢMrv|8eΡ - BGٹzh8b8:^u 0/Ϟ\w(4"eY1e{i`瀁3>N/ǭ} J gP+'}j -=+7ƒ^pJ6ARqRH=UP:k=*p8tB(TwqKMHR3cqsxhQ8(8QA];<$1%SWyˠ݋ kq˘JJ˙p..+-9B0[߱˳͟ w?/o\=*>]^#fXG -sTmhPW)l -3k_N!f[ -fR#b$4v_;~\ ds8nـӑ<Ƒ]gaBf;W_ׇRx[Гt仺Hȯsd/OOAv't2Exs)Rc3&hNi`o]okT p~eZ߀1gRG+xHؗMV|sюmMB[KQo.@1cH݌\$`\//G-Odוzr;\:ý&w=C7+AU{[T h}KFn8 \ƹfW4#)vr:E';Z5;\fjWwP֡y"}:wg/D:* B v=59s2'.͟\53MQߡy B -%Lp;9p5a&2#|3ZVJMfqNb~Br;LMs>L^ۦn^BղXw~{fc]c;FYgew< -F@AQftw -^; O?W[-¤n?B yb#'lV!9u鞞+<VS(9.6mZ2DT^p ?JKq,t -\Pv[Bli [n j2ʆ&7@Tbe7=9:n5W+S*u' h К'"8<&U-kbYéԊy95\rbSMUp7?EhC6k%q - -n-ނgPoys|W" AŶLq"x~`p\y"krYplɤ;xinIXS(#y/m?GMwYր,iD}H4y̶qp}zdךzز ۺØ4A=&b. uO< -t1ipu4b^~p$z07 Z<ߚue.AKTKeW,Fo$M @PK!(*5NsW[EM"@ ABW -Tuw)M6Z,D>oU<9!~?ÔL«I -}+4*=;`u :[qcǪp熐 Ysp9EL$(E[IOg]8Z=l&OppW(Nw%"^8#K2VٽK ˺RGzx2"00n 0L1A2P -R.H -1"=&N$+UKTe9UZ$BC] -V]9>H9;dp J7s2c^6E -0 ) (2 - =!{ڑ}S$  kLʨ+Vb*g isgMFt8F];!c=c%iY+,R(p92W/+~#dӳ'SkNx7.v;m~s.䋭wNgMqw)$HNCN4Nb^83veZ]eZ]{4Gh{L"v:re^|]);J*,ƅ)Q|m5 -F/ ,R+Qo-_J8vkW6/拝NR>}bpǕ3LyڠṽQ?@(΁, Zk  ,8U+o&l}iQ?k6&͞F;pջWIb̊c̓u]O~*͟jrrUmZ8θÎ{P|Ҧ+vk%O>e9W}4f/iB?uhTrHA KR=A"n}0 -mlk"+o LK W;V 4120oYAvHqyC], {2UT , ɛ_{cbWQ>խ٨jd:>PP<\Pz^PX0j ʗ ɏϦI5%noBߍOMA6)È U<_]#Ox<Aw_T]!!hz]A; -75do˰6=%hAkbrS[i>b?ps -2q,0:#le0SϚm4KM42O!W-D2fʠ -BMT+ -?pr@Rd!X,WW{"1 - -4ANvZtv9օx_= zkH9pcqYsʍGTp\,QƠ' Zo4D4j>3Cmr&c'DhrŒ@]ex1")0nY&7a0k"רp8k~Yr̓}.)v Gyf;L3 g䊣+umg?m?<ai"7ɵ'Zw ٬'~%WƟ ^.;v6~~Zgq ꮵ.i`'6}>R%9}N Cx e`E*5GS1v)(Oڭn e݅׽0FZz|n1;fCaK韖*씎&/Ež]ot3,/ks'%Df#JKmR!(`ٙK!Jt Z0J [@Au\C L?-bKHqQF!ōwg;Wnd],kS<6zge9(FqWj_Լ§!;:= 2){\\pfU^gW.5؞nN#ETC459ÇxǙt%MTQɲD -Hbm$6*1Lߓc$֊әl]Śi@0Ry շذ6Zc,{X'T9nELEN/{eB ܭe?rX - %*qY6;K%F)KBv -.\V[UB?cu.$'|dQZLRK,㮸t4.b]m$WNw<1/Ƣ4ּB,5V"k* - EF  |S٨܀+ޭw*8z}FvMk!L֣Dge٢uggd\6)TΚFPʵHR!#O:+SjU9ƥ޹kE>olC2 N;UV -8krn|־(瞄sj&*tS{X;!ɮAE\=vd=TW:TGr85%ښ%Bm?'Hbފ̦:B u{ *yo֜M4C-j ]Q(/>gy/Bw^K{ PX-V=+^˹ת^N7җiI3Vi~ǿOq o692?݃!}#tSVW:Nt:~#vKT4t:CLt\:73]G/Εg:ȉNWtt_bC0N?ƅvUC后eIbcY$&L2IIbKJnz0LY%OCZ&CzJk"-Lnw[vt;M~O-r"i{zo+:,2I$&i4MZl/7Zh&Z:E]ežSuӃfNj#+.)=cc1rgye0\N}FA}ʩO:cm)ȺN=i7cbP[~` =N]`̸sX|y&<:R*9/!Z׹*6g1P )0Hj4[VɝfY5O6ˊw|J6t;,;_фv&D4;Mx~|T *bM^qU]Uqqн `0󱚙sDzy>+x֦V(H)%px 8,9t -K8` =~ň@8*Ijcr1S?V}[54!d2H \LL_+k5&=?~_~?.i ڧ\ҟhQ׆JOɔT峭!0r{Dxr9z% CΥʎLt.RʵQ JjUF -frP [xUOVR04B2H *pm[jUKjK>qg$ ^ei)K!L -K+0d.T%׹n҅([ZVvt񹇶Τ6z=|E:ͰOZ߼_D;!6iE,Gbrͱ#(+ p}= Km%P00~G?P@ -La@H -ȁ6 @z Ơ6 1INӰdP2 cMQ%".|#o^pj[zOLN^>|~sIyD7;~ H?}{=??6_HdM+SlCYЂE[1 (k c5 }P*.wV0>^<[JqiONӗn)#F'Vԡt/<4ǀo K?~O51+/(jO^0f{bgzp>hhLTL2)qқajmw~Z-^SmapFMv/o5>o(Hma4`IIdž;~3ӾQRRJj)_ ûo| -%)Nv-Rk -RH,;R'MT߹ؔgNSS̡< ,rEףyڞaeah )#MIa`jn/iSш1%t##҉gD6NǕHa -bTfۨM@R>U< 4?> H?R;f XzlfAN-VvTϥ% SUE͡Bmj] +mElQem.j7vKU>xAc+'ΨB:]@*ݯ:+_\G#_0Fއ2Ǖ!K耠dvT+,誘ʃ j65\`xA0s1 :s\_|^ QQ̫.=r-<ʻAu#HU=[RxR=(8AړT8~C/si WEVM`.>DeY-cZvX:[ʖ%~*![jlT摅bk.CS)i@0 `ZP- ڵxP*6ѡ"*g*AS[ t -]TTBzz1i*"~- is{В*~jؼA6 K5X/%EUM@@$%kVHFb,BhQǍ٦,%(qMmT^`ɧ@rbBq-*I|L_?h]qhVP02=OLxD.4jك%LKا  >o$!;PC gNDV[P`beŐ@J;B/reMO=i(8)P9pꐵaR$glߝ `%Vl%k \̃};%1NhiBlQBb$A}3n|\!";`xk;r|jaIv[}M(]Zhtj-_ZʠoIӱ*:y4c®hȫF_U'C%(Dչhѕ^3εL2<2N |P@=)BsE#TS^"(bYQnjkG"4 ֭Y^R)$]%ymӅ%9yOKBJXpքC &0Մ欦!W5L `kBjBR'#5J*mIh^y3hK ^- $\0lE8aUW2qϵ\f˄hAw-|mjZ)F~HB -Q-q&-$;W"k‰ko/V!xRRc +.{/A[^lC,ǝ+j- )|b*f*~^^euq ~Y -QS+/G, vXh]=Z3$oY|>H1^41vD|DdDФI}WP}l}Ӂ%3N#~]Z=%SN$קG -j%wI:zPoOTQ9PE0 :haicP1#s(f?axh};񵇒 "Ù,qXXu~#ʇ+/'Y|Y\w(y]zZEEmOA)ȴ 2E,>*Oo@aGðJ%2L"^jhtGa-܈h.|gbҎC^EtP8Vh +.,_[2+bQq&QA0܀P>aFs`VB˶*?CB1FA)g Ff_4v:,eϥq 276KRu oHV@,fI>XU 1$uXIsB>Im&ޗ)2%%8DE4?\%*LI]-VC Dz8dP<' 8\3zUV DoEYurWj endstream endobj 376 0 obj <>stream -H[ PҮ~‡KD";H$|Hoa2R]k*5מ[=O>Kܛkzw0|kF/=\;_Ҟrt) {i5oz#?yw4Ya}VCX}l|wi{uߞ'ٞKIQԲﵛ58p('5y۴sMH͡q>/̆-muau5̧Y/5V–HFq<7w{#%x_秭a1qH>kb9CbPZBsaF 'bKwCDՒŮqBsA:ʵy;A(GK-`eh,njK>]%bF@RL,˷8%9t)f#75^,w-Bkrq%Zea0ԓ7,ʗFr@PC*V!E'Pxyȇ>JQE<5^FU쒢6QOerk*5/-#bL՛f3݌ӊ<.:wj]IA[%+jlC -ٙI!0(&Y\qdΔ]h쎀 -}qP*MA!4O&T[hutPf[oHmYۤv$%aKհrw1%ui%L,:צp2Q Zؠai>YV5$}Y⽶"ٌe*RN~:Wb6Y X58*&]{-MBKo,Ԓաqz4Z:7v\3# W1Ԛm,򌔰JgvJeWhžX8ʹ66ȪISNuLŘ^wٕ4Wg溫g]v!*,Ml$,1GNj> ,\?yG)bcl}Հ}^|ó7޼o?lv{wxom >}W]=~mO_}=LpP9ճH^w80ZWaG 3lVRFTc = -SuaJA$`(öV @ߚLcyS8JЎiCa)&b] ؄Ŏ UòZ 8Ѫ(: TAa<@ 8P,)J̵FWa4cTCuZ9;+d|&,qbԭ7 BӮɶLMebng;n3{jWW#TH0T Y(CMWwzDFy{JiTUȚ(!NtgRB_>yz_?ԫh9J*E@oФʠh TQMROp{V_g~&4DhLe˄+S#:不Dkᔺ2#mKc#ss Ml{Z!SyQHJyZɤPFHÃK]y'`SZ: -=W͍42T#1}Mb$B,c @dE՘%C$TyN9#Iie>j 1CJ[ J.{DX.%#O*4k$kR  JX"ʼn]d"=bH&-.-DG*-Ӆ*f^YA7;HV!wt\? %Tv{)uQ kF;2\,.X`j)YdR_<tEګ/V"7-^8-O,-qeqsH | 7g")]͙exs, -j,22T$SslΟ#].ԪYv>rpE<ߩW}!/-ߚUmNwӟf"蚋y-^^k>/^+=I%,ۚ T$.piqGP].@q$.4ƴ B0sMS.5C] cOnr5U/̓B+r$2ّ6?ڋa݂WB+Ah- I>7|^uܖd<Ӎk<ڦMZaHS+2\g.Y& [ԙh_ҕjh] 3hŅ̌R$4$Y /7CoT1GFUtcl@Kd"xIv.dZ#URy5.J! -SRF5&)Z\䩒ej.~|Wq~Umyb GAeiih̕: N{iKeV+w:) c=$F?[l]J -oglׯ_\7Aᥫ==w?mgUoDZ/)m*CZa>.`IOS%ҕqI0 -mKIj ss4A1wM0VԥU . Mg Od ;V9s?\5>}_>GW/ d6t^|;퐏'_\wVd1\J((z T~ʭx<Ô]Nē7X`Mv-'^ޠiTy(!ȭZQ00ĸocMQ\6m)QYuޯ_{u*D;VB@!\@v6!nM4=ub[8zru5BJDewMכu4rmeXQ_qne5+w2.zGA-HGQ"W/ -wNg{^#)8Ǒt՛ʍ_#TV1B-_!=EN ~ӏ~CMf0kHLʿJwjgdJ얲'FU=:x{A8!Fgxh k|@4SGa`+b8Xׂ( -OOti,XQwbX 4 ̕tpdR1)&*I:v*$D\ѳZ`N -A*fSdq#d/=yvZarm`@k/< (:ALWIol =5wWٹa%Ad)'yȆ,CQ= h;VJ)0dQHgaOoy.2L*`nd ioݲ枒]_}hx{§ ܼ2Lq,T O=!xǨ'.X'bhdpG{]qܨדv{N ʎ>p^b˯?~Iƌ=7ԣA6ҽ|1RuCKױVhס *]`*i10Rg`C LfXAd iu1L sߐ$,J44z ;J)lV8١݀]NZyE9Q%v~mhF9~k\jv٥nxl Yvmc#ۿo#CĞpxۿ^: \8Yޯj]_[޻c'ʱ, .CId,Q%:( ; Nz3C5'A.URegUs1?n|iO!sL sWDN9KK|k-@bR8*(R Q`fYUM1M[r3AKֺdmt\\<@cJO71Bڂ]U0;uʼn+}J>-"DddniO> -F s{'"XAζowEEB8I,xlhiz#\'tcgeL[h%({E;U6 ,T@*OsP3޻; -(+ -R0L?JS5tqT86)FH)p, Ia5I:q -IaBj#\'RR9tRlPAt6KW%vH@!+&kmm&^oKͦ>;|NCq㲄9Q}!]'$&zZ)vĮ.QCL#ʹ,hԌ@_^QsTU&Δ$f.88 Lx+]-i7,*>Cb} ~eh9`6J1p-++տow*u6;"шl#o`IɰwɅ+R%W>LCS{z|"+\N`6`2n9wrbw9q`rO`N%HRJg . ~ZdɈ";qb`|w'l0)Z*I/_  r:é%ԧL$[YRiT@&&E\+mQƤr!]( MHR;8Y(g5x$„!)~P(qog; q,Rl..A~+~xs)鋩/=p8kG{hô %5 {\Ɖ`¦R2벐`JQt&/٘zoNA ]:Q਻ 2YmOz\F웡U[,cgof]>\%pU3I߬ޭ'ԺD EQ1">#׶fV6B(PYi"5]Fѥ̯Sz _Qy.}Ӵow7!Ήg^{Cu}s#+M4|t`r̰cpb!Խ1v5%:e:cAYt HQ4N餸C:]M{ip 0%hȾg874L<c.=B4tItmvHߵ|kO"Bb.w$:}g1b$tfkZ.5FRqrkMzCq#:>ru&)m$ BCv8 t2,eT=yQ\,V#ݓġ-Jb(:qDFf~ c:Wsp)9\i7i863-԰.k1'}.:v$XLTp3Yw~oVxJ=H:@ϟ~y~~=E(ɟ/Q.q㘳:ìШhRFXieac(c ǸDVG+d$z:Ȳ)Ȫ~]& mm4k.rMVY ,r*yVIn~}H;IGCe򒻛{xY&*pI\:g8sA$ᚑ<鏉02*&$iFu4QVU =>y*AKІ%TЊ#QŔud͠ݮXyZ(]1Et_`d>EMK_RDGTl-`%|V4rt)Աu/ߔՇP ]Ej:w|+:k aӃDCyDR"֒NU+OfRł=CYAch(0/KC2l_*ryQ7ruSIYB4{xZGžfҺ+Xuxjv3C]vAmY =匳ُ)DYsGjָ:.M ϥ bU8ɱM)kLਉ~J) %:lm -}H[nEaH|A6 ?R. 6JÉfߵdΗx`N MMU8 -=UəJ__}3h`FCkϺsD_$EW!c=|+r0qGaSN]_&G9wR+;dƆc_m7ۆOwЉ:\;zWWAi' E߾ߒ{] 3DE.F<^  fUAzg=ƋzOG7G736\|O|`/?KeaՋ3^b??j#V漑WV[rOɭ)q0r_RMmiN:IݩD_briM =BctE=9V-I^8l|WNOff.te~e\rb pdUQx2v7 #ۨʃDb#3$ЉhΨ8GO͸U* Trrw֢Y&$ֆܒ[x= &%K}Qs(㈀ 0aJx[t5tbf' vf΋і]r m-g- a$hCiv0jz|~[^KS$ӊ'ʧ-|U [f6!80$Sqc,jBfBzɵ.%vl{l"K2 1mL؊INVf"N \0ԒX@4r̶oNL_w?c2Z}ZLtMm"kubQ;Qb,E=4P4>к57;=XX,gQ-F,QL@|ɗ9V4@Z%IŽd1?-SLYP5]7˓6v!vrِ$vHQg+AP4&Um<=bDVQms:Ű|CZN0q))'M3Wjf7^"uJَkՏ)|;1}Pݍ2hK0no,nK{G"Lm;˓~ ݗh~`Bwj8ta*,5R֎юZ Mߣ `;邴:&°[˛7\J̵D@8pi # 4m)`0lՇUf>=텄>~/K-_lhu; pKMڳՇh)CCo׎ș?Of]:Kލ.T rI.'6ḛXVHJt.Yz"(G(#rPBK 7j" gt iVYFCf8PfjJ$ǴP6polB$tz֘9(u3rsfװaJO/ @T{TKhb\x:gac$j64']$f| -K~|>* >Z0ٺp@:DqwqS}0|b@atr5~b@< N%ZVF,"<=$ -zhP"d@.)(RZS|ih:DZA3]?S6>a8NJ<W .C=Js5/I +FVaKuTax ur@ў8Ts},HCQ]GX}Z V9)2_{p(<ǪEK#,_o}_xYZ}SA|<#olF\ת"+5{ۜ.rl)+=9rWyj~ىg! -k(#S'ʔ3R"+m\/T:i͔.u,دŘG@M  -ϳ z/[%yL^um  9ԯkE'\Aw] s ?UlHC(lX֯XO3 -24p L}ڄDs:\r#j6TUwrkf|Fuҿ˒G̅-CcYr,`ЭچS{1r@nt}N}hO;Q]@`HRsw<.$Q$}A)V d7ސ5_.?#ߧtFp:PgڀmCo@P'+ e܅g$)W6N*k3jeJZ{+EDĦ.r%au[3oSў)hu)<R+۵ՀcqFF} ]J|Ά$fU&`pPHF$,g{ϙ9 "#]]Zm[00`X/-T"!f6$4^Q@<(۬0G 1c. L)ؽth'-h2R4\> ]:Y!J[qZ^ò& R@){ SxYW,T@/,7*F[-h;R2#kPFe>tAkpBC(8 @8rY2&qH*;"}% -X4#URkʘRc:\R:meJӵZصwxa t4Ce2|"yp[kv*iq{BH)#KbF QP;+/FfSGu|K`pL5w<}4IX= ųC̚l+t&"1 /ytO{PX,^R -YP@ K8[lrόB7K -=;!kUw `FSmܛP~ h|XuhkAcWV89aJ%֠f8*ᘐN4S13:jjq GuIwޟݗϓo`}5Ar@5֘B‚u0UiTޫ#D/롶c5>Y~u{wo-mcem-rv|!XnH  9D23@1C־$W@Dn4l7Hk1٢?gA( -#gAeқ]$ofV6Ć^YO<`Q -wvGy5jN狨&%45$&&ꊾf^q8aLjBQFBqa?m*gs.ϗ_}*hq ( 1=pL3~#t@5چҔV$*ZJ -vǾ[CdDnm'ޮZ`s~mCtD鈓Q w&18'EDf ɈU4ŨnQm9VYN޽ԙ?j!S \ߧL]_2/Fꣿ 0x޿?=~퇗<;*k -@Ù@!B{^it(.^G 2(gٓ^d PMK$>/4,lkVqf^g:.'f/ ]|_7#bdME:]5P]833 .属5W^bڞI&b-󁮝ôV<{:Nd=]3:ktF kVL T|@jFu=%kqyf[cQHCv{!- !QV妋HѴ[0*#o'Ɣ<}TG8>>+D ->.'p4Ͷ$w=F'/t9ݺqC^ MZ 4?f- e>s?NtrН#g5lށf':}Z!kCH[p@ϑfqzl"jpԲYf)CMJqCؼ<'٥fjkCim^\)N!!cF@ZRU,l3)0BK l7\n;+z(&W!+@%gPcs~PFT"{u(pE?5K2Epdy]='O)[?\}*:[W2sYМŠy,6}!Dd[`ڲdN=|cMK^} %oD߈y[[x~f^ejվm.L sµDk[ SB)*T=3"q*Oڝ\ٝ1~v^LYM֝;ݦ;sfyms.m9ϥ9- ͑]'"6w@f8xu1:  wMonnsӛ\'z8ɹ~9Guj?⅓ {"5nԜ CDGR iX:FM4",s77<}~ge |{TnMVh*>y -&W"<DUfX8F}Cm0f~ ~ `VҒw]}3 -g3T??9}xח?-r/o_GOx3~W>R@(UeYm毐E릜 dwQH;%,%Ay wQ3XV^ -(aaHBuD Hi׍ԑ$ h]hzbX^k"1" -%II9xԠ%xD- %֢;\ʁLV(Rcpq'`RvBD݀:b(O2|f&H5oP:b>,턹=w *L[c+6F_7ʕƶ-l9{ec+U \ -'_)uGHLS@rZB< ȃؕx-ax Ci沎Drͤ$ت -Bx#W % "ot5"yb'.0+ s3 zboMZ,EQL׃G -d% kk^܄1gZƒssPEH\I^8] AQ -Wߝ\sGNd&9,%qLkڧ.B\ Q]@%-7o2Mvr#s}̽J* -]xFA5YyDT]iJԊv^iQ]PmW -7RAڴLYdXC _;id>W_ u.@G;$M֕@b,ظ6-%K8XH , ânj賸XDZ3-? ^g}(EYBQPחt B~;BEJ|L0-+k%0^AV)D#v_ѩАdJUbѷ0Ƥ$,Eh8"SV'W~STe Etkl .0A0TZl$0Uw7#(S.fa4fMVDNIj-B*~Wƶ?)B+ -JͲQ7ަ$V&"eztj FK鳲u,ZKe_VYeŝ/ }<rzZ@FY0TQ˔ꬱ73[U$18MQٶ L^Zy!,SَuDéq3ؽ/ bH]VC5BNcd@ R|θbWMt5<7E#BkZr\E@f5&. ?k.5K. ?g1@& ;2, "WY; -qdlYNRJ2.Ll+uĎ1\%ݲ X=4~R -:hT$~;q3`h0bPQ)nAT(ߕ/Hɦkn̓?D$"Ǜ42aF`{5Y%+_5'hpE5j(Nkhzv@a եk^"jnw 垝vמyTG_fc:p,;þbC/<h -1:VdϭA.zoH%bO7-B?MԻ-VmN:]įQton8qz}wfxF, \sϩLWV#@G{hrQ M/K3լ ^ b1XBNdD5m꿢*22.h;(0ev|bb]Cfe+ - 5&:\_^}}x1v^R^v=* eF[O7$1oD˯?oJ-#ZJ Q".C4qϢe Gz:_L{7o(9^9:? - -7xH['c{ǘ3R ZɬMkVg@lٝM}7J󊍛&ʐ̘mWA(f 7eЙ='4+IqY9R3R?m}]ɀA|Ow7ﳱrqr`Ee؇-<6`{q1+#7~uZ^NOvoTJ/#R?"E Qk,q/zmʖ\8!֥*ؽX5, +ם!XWB硍aYT[>:#^H<ӟC?GЧjJyF _|}vKyQk)׬?>^goԫvpB?o7Qۡ( -!St R -li0Ha(.閌#~f,zAuBoʑ%%q {\hZJja#Z5l9P@s@fA&Jis -nVRcAvz @ -5(y Ryik+I6Pl^ -dȶ5F#WFx|iҲ3mҌ4M'5n@C`1m)܏_<,P˓e1"ֱoa㵪qVv6~>e>F"3(x\adз͡D}k_%|]d'a@Zs]ì#pĕTdـ6m_WVVf6yJxR|XM_WG&#[WtOFC8YjN޴8~39>@>gf2Ͳvo5 -K:4`KA6?Ə.t5zgR .My~;tsliZ Ó><5ުLAgמ(eNS-`||@"2*3:O*ou}%/@z\à\J.LBHg2ldֈkĊZDE3|l9/1B&dȐ`ʴ˫l/!YƾD56 m`B+ Dc%rANԶԎzm#&0i;YxE/&I|58^ ~ve/I`Y|ۗi@F,- 415+X%ˌ[Cyo"XDjܶRM@J\KXGQIKh&@s RAy˼% ++uCUuh=CbqLhSA N:5wI6c49rdFJj|YZ Xn;zt, MS`;kA׫ F("rW f[6Zr$3b*2ԃ sR@P^6u@>A'lg ,dIJXR?6ɮ.~ԏ/Ks,f7ɾdpdk)nM>BbȜ֣jȼҽJtUl wqU.HjOeOS܁f%|ʽ~%aA֧C/׃JpL;V!h^ϲ7ŏa^O&+%Xx1Ղ\#Eшw8Gec%bM+>&X)+I*q!N^qrKD J1fsđ'Y6mҭu3ȑ%3ځ2[ -ǧ4>[tec9+gjMof[ :l%/@W0~a1WU8٠5l-iHyDtTm)4$"n1*M}SU!5rsW*&12׀@kbFrZaJ'Jۯ8zcGP4&\f +d }$C-fsՋ>;c#YA!Vb.QԒ̖a3^">":b%sZ*VZ#4ʚ^1[Y-yuO{l{ipgGr2ZSD:G`NBkCHw?}ޯf#W*_>I #o.:reE`4iڧ%.Fa~?\%泆vf - BެD9E ׊;ޘfjFXy^6:VN6.ktZ5XNp~vPck_ oc}?`IJ*cS`)ɹt m.1)#`Aa vb12񧫔.n}G9XjV -BA& k)\j.-d-$:\ Y9@9 {#xюmc>'j$Z]uˣ!tkk̰fuTBރaP2j#U8Rݟ;.My -s*A=dի < mP=[n\䍸vo_~fbby9 (PIJkqR@=+DoD0݃=d[!E:j~,~ϱ+bL핑Px!L¸WC򨥸Ž^dGYգDزm9kZƓnQdzNxfȦ=A6 -w$SQO?פ&eÛGeg\{st2כGf,TQp4r7< M}@kب.i0̘:i\9BPR3#/i2{D$ْ:sEd|x.cuN"?u=ģ ;yɦns۟?EL CJR `# -P endstream endobj 377 0 obj <>stream -HW݊~}MQJWfL`\8W0%CT>猗8 éVO_B)IZZj`&)JIIWZ܄c%wDe ?ɯ԰JmmIV 25yw%ڿ!+,qK+Xޤ˥41,hr#ES5.>s*/4k8CQ\$RqP#]+ -KCS#b> Rhx?xxPId<<{1\E,.}6^.MxԖ/w=z 3ؖOo~|?=|uF77ˋLJtÇtrvy; -Ķ!--o@֚I88Vq0 |bwyh+ >otxZpRgޤKإS::ivS:;䤓WnS]zf(.r`]a+iҭCI2ŽCX Dq1rAOپPF 69B+- -*HRiѰkm -@I E#%fyƽm1i>7|XA􊣼jYC2jZz_1eIfM7RyEig "Km*ɂND0VhZXX)e+!Hs" *"Ŏ~iS1˅ +rt0n񖒱i0k+}7A}ZboBTײLMSHx0<RES) ܊ZѽP-۽G -LIIOMhA0m 2u州 YK%h@RHd{8߀k\0ϋ>%C{5UçӬf,`vD+ hRe^DלՆ -=^!*!k]TH_9{V.ʵ/~8rtE?wְ<]42iWqAϟ?G5֎:U2 ->ϼẉEǯs;ÙKGqvγ_ /Kimr0+ϾI.].gKWqI{ZL9!/mA4҆]86wv"]yhOOƑ]z 7:;iOO!OˀTrf'ͻ:!Om 9C.KgLWt9H]z{<=GviC.;ZiHɘ.]\A 3u)e&PH!}4vP'ɨ%)Sb08K3&Nu`B9n LvL,b.Jmp}vLF=}Uftws:O?|BEOǭRXy -ͣ3 Wꠌ65xZL7Ԡ\S,f nf SY5O^_;Зsؔ&I R\t!Z@!BIs"l%\NYhOʸ ríL#Ry:5MiEGYTim6,et A>6P´{NZe| O>1O0>O`>nr)iI!DÌQKFIچ_{HE~Yk8T,+O/╬|*+iE:V$j"@hN\&d奪O(6U+gThJV Rp\Fe%JL.+46Ȉ$r~ދY>rmaUO 9[46E}f[ exx\_ċt鳖n41"Z$Z1FGy6n7 -zpqi0|:տ/tF{E<Zi[(+9T%Ery; ?]f?+gM!pzbH:44h=kw u,+|I!A?[V 8Guqz?@GzjQO@28|]'2L䵶9Zڀ6rL^YIMزhy~&jޮ &@' -^H,@sPJە z"*Ug(tR ^PU{g%?=pd{_Hrd%KoR{"YY- qe -Zָ!R*u} 0npBaI )K9).GMAa?`oRCINԉ -7s8h/jG5AER1wGq]Vjl.;mڱsԣiR&tѱKiUz1tSTR_}hDIh)SY¨,%[9LUUqHbRU~2% -Aicz2уzPR֋ 2ؕ3vݠlĮbW>hȅ** ̐-vC؍!awk8vCXw۴kQ#vƮ|Ŷ@hD@ սÉ?aJ@:- @ZkQ|ܖdjZ|=']UtEUmVZO@-AldlRo@{vsEƤt23"&rs:+ZFu [^+,(ZN: AάZ`Bw(M6C2HG@sAA3g֋fyуҍ^TG$㠢5=ԙ񋶺گllkIH9^=7DN1Ŗb5_4 -}4آoD,ۡU~Gvbj^.S׉ ʴ?D[U -0B jxG-Z~Rƞ=ufO&@͞&/"cc ;) X3e^X6ݭq:GVOx oe~|pҬWpp,1WRDC Vȯ3W)Π\!";@,"3g*Fri$|9  V70??JUp (C)4i M { -IRS :G*]r8M6}bEL'XvK?QKܫ?lQ&A i -n覷Q%R -kz}Y?MF_@pOB x%mF*J.M םƳfsǽG)W"u}r$Qi&*K 糗[mbPDhp7m~lp\W={ۇOҧr~ӷ>~xyb, /O¨7[[1w;~j;e -ZO?goS;` -ĀcS3{`-PDVG>5cλm"xB%-ilyʕg\ed̎ˌUq9wˌUǹ)/gqn>ˇkP@z>qË<7lPr.Ĝ3'6e=\e]9sy^m~.7_+\pōC,eK\ȱ:e5߲CyZuQp&NG&nߪl| m{XkU>;7Qi#i5ěkoypW<ۿ3+ö]l?j+9TOQٯΟսW|?J"j8=8*7-Z^vZmG9ѷYo˔6A J2j\Y/(8Qo^_TM @Pa焨֢3QL糣|]/NRP$`E֔s/+3jš&5ǽVL:=0h'cٸk1$5eR)q/xJ /­6Fgvk*Ŏ}x"+,gb -Q-ΐ)1ɕ`*d_9qN =h1[I8:s#hYPueb8q;߭.ϧ߼XH)h&/UD;Cp1L"MpAQ}H٭#.+ ;Rylucb|ama -<7~߿k#cBM(YZ`+jʲ!YPq%lշוu1\;38KܕwrU/ |*Ь4nۤ7(8vDB*/Z`Ԑ0B%~S1!v/5utOMJaϐmBq$ZbSR30F.eDKE/7Ȱb{7XU.2힯cNsҫ]rXR?#%Z .Ĺ?^ 6뢅÷%iRM =~69n26ꪖԮtyrEG١ "%*b!n|RdkI|$[=T} -٭bGc+~>SudDO!G:tTɭHj1skMxW.DOfV#AFlI?@d ]2}NSeA^cUp0G&]dcc/Xa'U|@6 6H2^A`a];KQr62+|6r -t4bzd ]f4 7'!I[RtqXhI$Fn !A6b3 b~XLTϡߪy ..Пx]48JԃTvZ  gi)lI\;e sعK1 WtJ9"ז"$fږ@9g@]TX_uU\x*aBPz*ZIؼ#rI]$n D҉q3QBDo2^hNxw[,|E[?YCT+Z+Ut@*AOy&k5>#J-PeK%,ؔQ WϞRZ@3U>oPJe<O>J*{) -{+NH)@;DݠebY 0+s;QܖzGtO+%z7<۩C!R:Uۀ̓TfW:N-q,@ZF0 - SA_lE` D c.NºѲ:5;!g)&zEm0Xb4p1ҭ;U"Alk!ss=dڣM;$_mCR4%ilfYgVx}iN3m }\a1dm fcQR*]+j־*\cs1h@=CTnb:Mli#"&^CA#1" -궭II(BO+XZnǎp!Yg5/t3+%,}A+6o0`Sm*r -tD-*l}Ow./y.O^^zg>x^{z~|qwɳcxŷ^W?npywPWAl - -4:5!̀ I5%/_1oWߨcVf?2lSG[PTx'%{JWx{<`f1Y!J[0mO&lz~~{rQjzzXo'V1/o_W nWrR^B,խQBn=d6ּ_HLQ'ݥ12:[0ϣ(8I"mP"|euF:7TIXA䌪b>XEYW 8775ť/QfŤ -퓃[\ǓP7@osmJm0jfM-ݜ16lubl[uA )PfJDGSpCv=WЫd+Zk~kFw C5\?cq'8p"'u,:@dE;H|}|dgZp/2Zydȟ?&3%&sISLanςrc NJ6'+X~N,ffI-1}9#_'o~H2έ<"sضx~NR"Y^~V`ktDzRntN:^BK% =jH"@8HqLHj\ږNsz>yl;Ehȏ{1h;䗝"?M'F޵hm| AYĕݏ*=e W?/^} =c,ɵmya'5΄IVC4mL{PSwQ}PfnE:mwYnrYn#*+mŮXHNo6 QE2ma$m?qog8w[Z/k;tf)qu[Vv6c3Yvu=7ގⰬ})T !X]x&U Sn/²Z2cm 5dW'ʒJ|rokทVPwj8wDo~dk;cbA߯ۚIo-e -jt>V.sz`&x !V͌S4Sq%TF'W G}>7P$i3_f~8S}Bwѕ'3&>7!Cs513[=_T6=hL陹Vɳ1 )@0jIp}b_5\]ZHFy3ZM"suy"VJ`[ a:z&9V\3 -"3w/L .r" bvf15{V\乯ªzԋ|Ap4Y.0% x|㻞VvXDvC0D>d{=C7YLn^{ìU̟GLFOŃI׀)J|KO2xU1cNv><Bb>3Ѯh"='!;V9!S9VlwD Q>"b/wOW?|[?8?x3la,rHzlkbuG^GQqܬa8XJև -#:[s3jJ -Q34kѥKDشZz'<GhF)zɯr+N/&何//%NlM/Z鿿|^sQ -.+S"*1b+̲| 7R?Fߌ޳ 0yhcSu6}"(ybt))UB&m%J ;P\ϝ8R?X@\ LQMP7o4+$kв}tmv8WܒK -HmkslWGXb7Es4X @<VUM2DN -`i""nmF!:ipڻV# FAݐyP q|ζX&1H_HxmwamP!)&7Co7v[jnmFz֣ӳuusqf֛cqu;g=9:r9HKIkRK\SZ*:+p#l@IKaHi?ҾU3D]+' WUKDV,KxxYYQL`t. Lie_4Vŭ*}6yL>AG9͘(fwzͻg7o߽:?qx)>3Vëryj2K(@) -B܌yG&Z6wee[g"o-('!Zw/\t & %n뷺hϯyïz#.UYP3+[kr4y?d|r 5HOk Qmiϣ~ȕ` jŁ -U {e8m 0vfy|(cw{ #xɲ dx[c{P"-)-SCfEhy> -͋N{Vm㺅!ݶy@_nSMW -}# t=gqޙl3|®nQ@5TZmx_5AkJq14D\JS* U]´趬j:uj Y۠?JGdཏ]n-iLYʈ֮B粝ӎ饹weÇˮo#oeU^ 6+][|)esVz~U$@RaBOtKftXNt\Nt8viˉvK+f/`.'Vڬr;/w=Ї{aם#Fs57.I+E߹ߟ.4(Yf m66EvsA/AvR0287KȚً2iL&u.$KI}*њt"ڑ9b3|tA -cP۾JN)))!c ~g/8DFR46R  ga6bިa"EČD: -3[peԗ~X-U N.{.Jŀksd•Kn^9N?)D^Lr .GxνqSbg1ޠz:R *L~5U{Z -M u5S$n.gZ eE7!I$>S2֩5FD&):Hv\ȝ[+|IQlZ|V0YTH8 -SH{]i0Ҵ'XD 2:1òjUQ-u-Aڋ^г -e²QG=5qF ڪzk*W)6|ׯ˖$Zde׍IJ7!jMʡͭj5)vA6{፪fU -|KYCsSNwXճ;z___'\zKn\45A38ި }uu(TbL -5F"Ny'=]NK2.2lν"p2XX@y-?@fm[7;J+FLxW'ռ%fR8}ŏ)fb8;J6$g6{;F KLv:HmJjpsEE(Gr%yUh:ɟ*PGf+Q ˁ), zJVιaq cԎؒAu 55X2Ȁ}3H`JX+AAK%=^hp1}υOU?_~|MH -y~}bz*!W`_אdB{25Qd}bHpZtEYC3B-lX钩` T2w⛅n ΋y2N=rqLwvi!<&7+N#&qieVlr;Q*n/ /h?=G}Jw5ly}uta‰>9Eсc$wa1.5JIy0r}@t3OYL]{as>1$,tss~hh@o=e%mMڿ1qӍݥfqB7e?kBO<#v4Fe\v/^$~Z[OxAVsh`K^ů?s'Ӫ -:#A Xѳ\6&P[=[1[|Ns)tŞҍL4鬙p#^@˴K~hR~t)?WUm$4.wd>k"`y@6'P6B\}8ZX.fAT|˫(|O IN_)o2 e٬F;y{W9}=!sd{GyRVY {fˑl粹IsLmǕPQ 㞨pn`Aϥ_?~yϧx䖚!*P]6FDR*n͊g2I/Xz <3߲'^_yIO2g*xRgh!1L_sCH:ј'Hj&m}ybR3lnR7¥JّK,Vdn+X缸U -}݂ AYW~1z BұJ3;ΔJ"JI$7P" Ń3nw\^()c[^);Ripk߂ ~)_rjNh#Yգ`]{"Bᄉ?}w40qZʯwט}#N|d|RIgI anz -~-s =S~*}V0KY?&WoHxN7]#^ <|.0С<<@N+GtḢy1;O7Yc-oRX!?ix@zҁ?@#\ -ҭTS]B/DT>`vs|.'Z)|]zM4R "cnU>:X{~/kl>O?[iECG&;JHV.Du]BsxZ$XdhBE"ڤtԥy(sDp#e)R|'`[*M{v*6&͠Mو8#*gX3hS Wތ7'TQѡ,b2*6Ύ:rTbҵi '2exD6 Ū }dKH{h(u{r>ZAUa54Vv*S I¼[;:B6y]ӭ+I2!htxQeKbщLv[ , B+uz%&!txGUQV䘛|lIv҃PF}sM֍&p ڵJʁjƉ![FOjaZ!{W6hWgүU( zLXhZ __Owʢez{2[߷c&vNrZPa&Xi0KryE|̋͐u 1t ^Y\~Z}@{vJ[>Į6#[ H5eou}|=+ck+ϒt/ ޓsI!M榷3>ia\Zy]ZdA:qɾ.VR|G1!y~0K[q>͂> yY/?b_!ݥhAd4ӂHT6(|+ L!:Vh>K^;D踃ϸ|Q-pMJDY"*+,w"={u;Fr}'CaԔ3 -9Թ{pLtf5I> a:\Jf蔰/4G M,Cw2`0 Ό=UŇPFV=@^WUGDl}Z7H!QZGG~uػ d֗/= 5>p24տQ`k?kqH(-{pmܙ*A? upw'a3 8`p[}X\]4[dA5CՑ>݅ ^P "p޴{- /YVmcd{Bz<|G>Ked(tvw|Yvpt 5;mLDC`p - LWԼtL,ERN%,%SR9ޗa @"ʫ.㭻G"l?s+ÓE`:IC;v׎B:2<ĖbCJ԰@Goz}P~3s١ӏ3i{ṖLkgVVMɢ3usP/,)Y \t[\=՞;eӗI排3otSytë ү??7ͷL#"[&4{{6D>-BrbKf--_qkA\)9ǻ \ӎ -φӍchFz6͜ lxw?S??Ոy-S:JNSS2A1 p>ŊBן -4h$ %3f|ꑕ M&+-=ܹ*jkO%T>ӵGFSE@\Bؽ;0ypg@j֡bUuu(1u3ZWHEBHDSv-Kak5br <`עzwDw,em;^!MZϐ5*R#ot ܙX6Ug7CzwBDtڠp -xV> ϮkX tDrVi(5:^=g~ ٯWuM{7z/>6K#:eĩ}=1DzR`[' Qr5MqW&-9y<oa\BOOU 5[<#k߈z҅i$a%AGfpIeZlc[mifRJ2XHeQ _ˋQm3@bS)&֓"| -!?:h[msj^ -ꢻн+ԫ#mupDM/9r# ?AC=Ar4tm8n @cـ_,Lv`j@IF1cI1CdUk7yy)PfGȪōzcͷfLEYD$]G+lz,MYRvဲJmH+R"T 46FL+Ur*ujy{zVX) #MD:ʈWY&G4LO`A..DjEmZ ,~y/m{L/C6 `F;7 3s -r-" wU\vAeETYa֡h*#!KFMfJXŒ̮R"YО*[t"#JPF#df:ZN e;M$ -`_&ӥ21kn=~QE^i@nSkrf%TT?7 e@=bJ<4E!phC0 AB̳Q^>G=Sn@?_J2Tum'KV9empnh~xLH y$SЊRb:tmfh"X5STV>rYL10)oGiP Ki J4r{[7>_~pPF?W/Y:woiGL s l6IӽS\D|M/nRK.53蓗eUmF5 ʵyk JIјr@ah3HV4Ӣ}0ܮp\R qf\<^\?[bConMV=YIs*[R4?,ZֺvGJo!xVA"-y\l$z.9 %Do)2tʳr:e@$D^SG۫4~vY1Ty)rܪԪAV|x0ٶs~P#ӑvaAB+xXY~A/|'W\˴\ 27l.0_[ɶ/, f{ܡXZWlxi|ʤpmܽfVҶxi[=^(L}ef=^/mK) -7-?VWUzDw3xB 3 +v_eX=VWUޝa"=^ޙaeeخ]*;2 xIYbJpue2g7m_cOUvu *2Pe7J}&ң Ugb-iӡlwj/+\FӺM=>$̀fEنNptgcaJ|C-ou -;Z1@!Qq{ -h}ݧC$"Wym Vn_3%n` cY3$w.ҠԐ`yn46u\m. +ΆeK-!@__zI02Uf֋~)*x۳`QDeD1"1:R D نnrX d.S#,ANes0%[=L4<3#mZSw=jWie⽽R/Oko)V2WK99-Tj77vUu>a{xï6%~o)Y *1WS|TSF*%fO|7S(]JM=j rg!y0~\m{DSɚ铡 GTjyN}СD֝NHYl" ߟ4>~9X=gn@#m/ -S4L %r9uH/He:JV0[zp53z0-J,Egl11JyT,2 CF̞ }Nx5C_$Ըv˞<ՠտv>Auxv#aDdb<@V]{;e"$|Ch:7`}KUM=iUTHdYx F(Hk* ANx=LB[Ze) +OlDCgLK%r-W,XH e"Ɨ_]!J#^.ϫG^n?;yg -^KI1%nG8J&Y"'cSy_6 6ں(+:?6{ePtG8g,w7ݕrE}ci - yDJI߲bI -ٳIqtil# A^Lg CB0?@a*kR ;]7/@מ)*0տe ~N:婽N?>+=:j4ܛP"B8 Ǣ;X/M3V[:yu;F_~wrz!S_ˏL7o&^QW7s7K !*GzO*ha`"rQ؇yeqZw2B>KۦQU|%Z0V/sIk* H,7 !Iv*q`~Pc*eG"mU -Բb +2xsQ=%sY>֌s$o' Tת^DúdF5^Ŕ !); -,YYSF9!3b!R"m%Nr0k -z11tb",i-ƣg恉2.FK5|4~&F~HS?Qc3?0S0‘K8oʉA#@gp -/ n Mn194J#U.RQdIJh̓,of¯#YS5TH]R>~ Wl>Ixf<քD]O=7S!KT[ Y9oC5lHPiG_k5)IbsNάR @dkCE'~}RԅgV\FέKc30":DGxQ޸qU1wx$bǿl֒4!1wno{<_l$h-w ;Y=(31,xW{YT5Ńɰ6Rڗۆi 0` 2]`+UFKބ,@ux >v]3! - E6Iy$F^;JFbUJ5Uq02U q\"QNo뵎FIb+ß9ȱE~:,;5^,ڬ. ?s7_zt5H黟 ~#&RR -]`8׾XM ^Œ>:|[IQUZ͢ΤVv.h3.QMtp(o;-ݵЛT*Vc3͟MSVz@ߧ ӧ| -'1_ק//2}7](8Y\%'DǝulTJW7cOv+Q<߭dƋ%4N&Bkg쪭\mp#[ѝ` MMJq`* endstream endobj 378 0 obj <>stream -HWn~{ =pOFQ1IQXF&JJ>}Rݫxrvwf?_]}"=uYzz=~uK>Wc7um$7߫6[UI-n]febzrjj&o28SS6EkȲn߮&sj%(mͫz{xxBYViVJCOh+mnn۳8u>nRsdf].>*7ՋRNX_[Zz&zz Ea,I6o_7 { ɨ6Uޥd!uqYjuYn0>IdaЗo?c_,yjP a6# t|zO.&uhy_aޖDa0nUz\Wl<^USz8g՗^n{sѷqrgt5=`jW{.)8e׭'_7MG1K19оl};H_n+kϫ+*;7wڧ'ܾO3yu}eoxj@rsyW}Sp7 -ov@JCy%+POOȥY;kW 붭n7('H:Vϑ)JUrUYZk@Y'41t~Nn S$.T! 2/,O67oe@< `V:aF$#t-]e=zkxt3B/uY"ct&.IH$KH@K 5xL -dMɔAmbYoS &\:ᤃ;9K]rW`Y^zyQ8zwS T,A$`:P! y(e(oܱ=i ?]184Dg*2 Y5[,\R -@pUSNW'mX 8S\3\3 g8@)K?ҧR -RzX%"NOnQ&񎧈&'?{iՍ5[ng2~c8y\8"+1,ϲ,B3dI3Ħ)<4 OBѤISJ8Db&CEє KV RğG$QS*7CC@D] -n؉K}OmNp{Cm>)g - (`;9l+ͥO[s -Xt2URl)B CC,DI !!)r:2"DD$D4"b`ۗO g' - K)r FҮ{]J r8`YN8 ,bM߰-(A(Ir9uUۦ.Yu?fnQ֣)daVU/pOX ~Z.505 ~7BY~I -W̳PB5ETQ(WI -b] Z8A -"H஀hD()%DǭyݛwSTn9;;Ogܡ {p=j=#4Na8RWzA۝I:pQOG!(CFhDba^c@' ܛGto:_@Хa.84=b`᯺@y -ECd:S ;q"2"Z\QF?j8~~̱ -uO~ig p]:[[p-b ]hT3TZ`LC[|W ~48(|'?gW~xBM[ l;eelڄ+r̆C<cL1'ī'mE!r cl:OYerJ)ŲBPφLI%3>3glx[z+fym˫MI+y3iԉTb!0 ĠH'1DRPɒxeʹPQS1DJY3cp-tЧnIT#ѹtq35uR،Eh,`BE `Ł x&:#1 L׋@#g`3 72FP ӡL5IGKRm ԕbh$@Jp -f|/^(Px)wR}U=ҾQG?,e?Ko3Y&k -b2Sxf#'LzVcx&9_>Q>?}mϿ_/~tetU<̳-|؇CStW?Zl;Ǚ==і;K~0Đ˚Lj68нwdw1n<84X!z=%z:Vwc-TAќvzt=Lrj5 3՟@ډI|}nH<{4ؐjv{/%7^OJ1'*=֓ vY̖.MjKb'4im;ZSjjLjc>[X?7x=_BQH> -q1B}O@0xB`1P08AhtBKICĊ*)ET :8w,PDqPqJs@{ Ts }%Z@Ŏ@StQo:d8cL9hދSo@|5lr8 H -As;pn(tqo0<+6°Įt`T}-Ga0v/[߰e](:ErL3dLEV[,FӼ\WYZhI&Xʯ(})*\(tRR&MXKYkQkI*lVQ'n5<+٪đlO|} + -"WZ*K TR9G= `)mBkmA Ad~K=E`<"}W16tgO=X4A1s,P8eȠf\[F1Ԟyd3THF ,ᑊ" 8 ΀lPZ2I1ŲhC<<:KpB 8 2sl* @YCCw.arb tK~_H˫=_:~cǿ+z^u$?rxai6p1( #TO%$8ks{i*[;%?{{uyr( '2Q9s8ȿ<_{VOVN׍d#Bg)ρ. A^2@̜q!? { V H\Ԫr%(ZYضmvgp(1b+S_UiB撖PZV|o5.Яn@|~KPon鱴푽h$ g=.a43F3AXc992$icZt֎[3Ae`B3 hд rBlW4 /wp oD;0 N&x{Zsh-09)C6 nM2 .a}6 G&8pt. 5m#; @ޡZc--C}60 -RX 5 %^kWЅ,i;+k=)X S>nt[`K.iCb.X}bV:&d B)!Q HíD$""(R]h#uHGM΍Ȁ툜3 Rt0A\} >j8#/»rc8ޅ0`|aP;cQeSo&ֿ%=WUA}.ClX! K|]XdFP^+(7L.| 30 Ƃ/V1p4pHNS+",,NP.\`sEf.ɢsg_`tYh3yzVLV>v*V֦u{..h;QVjW+Z곐Kk^u[7~Q_hʉ -y/. -Nx-,am8~ S]zkIMb6% { S{&Zqѷ*rh+ҝ  ->edHiv2մsD?RC "EA(( KƬATRoBH6P=Gr ;N]aZI,D43 @1 :r&fL30XQky%!%X&1iNOX }JX̰ I0@;rT+K+c$gs_Q&ab20;WHff((AG^ 6LyE'/@bHE;B3!CYiW~zl~>}<ZQ_L"ٸM\&:qEVGp{ILk_%uE'+IPrCV&7ۃ[m'\"%}ڧsp$̩H뢃kJ-KTTbx%КTZ=o~yF>haFZl~s۰̀} *Mh찈daϸ͸&{,D/ےX oc&wtnΫz7ȟ?_>>ӿ??>>Z/= *1]r0[]Tu"6I{[)xɹ#Bc}y'*t%/- HE@(3zK`C?@ BI z6V|tsE^~D0Iגw8!Bƽ芕Ed}"rQ<1]c:#킮HC+۰Pg'dO\]]KU*){X+DoܕQԘcxڬ!FkD72C* C cLH& &Lч]䅁1#ܙ S. ѨiT+䆁 P0VԬ0+b xcw8G$dP6,V[Tt~ A<] (Жl6ԎsԵ|JTZބ ծC]]|K/6 -zYb+* +t& - -& @`-Rbɶ1k+9wa&'(ċ^^_A߁kH2"&)H2ccGYRړTs] sVofPv OjǕԇ٬X%Fu4 0c&O`Go+09^=?Q9ʢ#V,-Y8pbƕO!J3x -i1~&SdC`K UG -䜚8VPNF>=GSf'NU'msLhAdthq((E3*ΌZkTE9TRU7L_#EPE EsTԨnN5Q#z^'lF*: )ASmmeLIMy9Չ93Դ29f>='2E9I8Lk8/s=<Tu禃\c0_Q&+R&Q١glJErG򽀑7Kj~srLaDIJ?\@J%)5 -q'R+śH ~CCc瞓3sI~ƓCG},gI~-_Oh{4{Bc%Sˌ RkTrV_۵r%v?/:N!Wfi!O|I"ɽgՇWI!W%uU#ī;v:`_V*Gr - ԑ(I}qHިLNJ%M'AwҳG~Kñ[L-2ΒҺk1-L GT{㵶XZ-c"**eWKhM9gTt8Juvs"(xQR¨  0j>5ơ~hdTӸ - w0¶הݞ@\S ø0(aK=uu-q}[~gn_zn?ףSc9S7[㛱Pcse2Ay3e+\,dŅ U R{FvfBǞVngXYY1=3A6͝s\u}LäS\Zz\[@p@i%8QROQy ǐW`$,sk*;HZĵѐ$ڐgy%PU{TK!vD$&n?s˲U ܞlkpO`Ia'ELSdC]]|K/-ԫmyKo&S&>Q1`jكx9bǐՍ1z6!{͍xH1$Œt%rcN= EMJ)ŨrkVrإYbZ&\K-t.˭}1e V?sљyL̝g h&geJ&!3OvinyiʓxGmfnpe"qE_Pazɇ@LOHplcc"AHH( -hdsotuO&lNS<7LWOuKŞ -[Yn ! xz ֘Ll ,W% QNVj)Fs0i ְl Nq`iغDd'rR@rȐ0hш@yž 6! 84vn &(`@vA)#qj&Ĝ{,4"Q8M!#-Z2#_y8dt=7g899$ҲMN"ꮗPԁ[0;̃U`jeܢ)Ж - ,3-.\< s E@^$㋆FaFsA J -Ȥ2SPb:Q -:<4_/˗5-]ّ%-aBMCLE,4FiԡIEqC HdɊ5Em(dJ,b99Snrvpکꙑ -H*uBBPVѬ-%ĺ(*@JH4:]ee6t:+`yy_ -cwG$z! et !FR$ T!!*j%LZC'RN" T, _dY4UV#,:y":,S4g7Tݥee[Վ0uAHgY$,`o0SI9,ɕ\Že!҈"y^ LÁ3<%(m bPuuL]c=q1 /@<#=\= =ԏ@i+8f`# N5lsxFTΈXq=1VLϑ)qGB+q܁PM}g.*ڷ;S}obo>v@F$A,q:SV`'jGzBrғh&x r,jVE d<@BRW -B] k8X8.7|£(+)W*18& -,LbMveQ?H<:EkL0Vj,}+[Uu'x -=G_ BqW{w~x_ rϧW|7ۛ:?ܼxM:'bk_aY e1_ٌ֝sWpxapqg7F@|籞ɺW1Z_ ^MjU -jfJT+V4fm+3b >&ySUTUFQuTUH5*ZZ*F\5=qgi4{xMDiab<54הZmV9jVsjZ&T\m2mrMQ-M;u8x6.Si@%\[i6dǠ>f\  >[doId=Ӗ+brnv=Õ/EErKvFf#@dn&}TBSv#]XoR U]idͺº6 uaS7yt 'pw9eW9[ d$E^luDHLcEz?]zꖻ^ߎx,ڊ_ba6`0/$9kL8c>ph}uS(c?|ΦRLϿ|x{{7ķwb~g|Ṇ̌ ?A}/=3^C.O?N#,FBPG*S#S7sw -$u*}:ZlR@R&R;cB'B*;xw*E{ۂ2=>-u8<{D3P2r#Fp?3ԈIrJ͢YZTϰ!GwHkh 1Gx1uZ~հ=B.oDwvۤpϼm=纖v=؜̻T3ͅz)~ó~y͡T*>@4\E"y'fP$(:D[ _;o|Eg[]WlV *ウ7XWwG;SY(MN`HSyrJ;i̕{j] _C؂w徠g:zsZԝ*vjoF%3}%ݙuqfjk:.|ez>`-}m&%٣][:W7yߨ{=ަwYvkr{o3n[ v(\F9këm̹C3({&XZ[a:wt3I??:x]=IMbiy8 y !wWUߒ')HIp8rlUYLuuJ>s-Q`bDa"x8NB Wsn=Kwpå{n8~8˳۳+G[a!;:=ϋ[ n_.//ϯM0tS0o׼V>o6_.7[u!МNIrZDߍ%(n48JsوS4IS>Eup(1-yE6;1X$Ǘ^Qlɏ!!řwRvjtd -=r><e]sQ"VHN$D0 J,KpɂKXdIGWbbxC2Vt b"\`i?X -G <TEn=?ϽJmnfeIK1.'wYI^/Vz'v&CMI[kYS9w*=NebaSJ% -Fem# {ШAao]XU2F$q1 zWi&?ui)dMsϨ ;0PvdӨ -JbJN̓L%vH~Gֵ1Xvb.NIt cp16:[)P-qsV)D%L yɍ2(e!vtQEiG+<PĖI˯ͣ^tڃH*o4˨Qt$Y].OZ9z\6EYID}!q LFHlK/hUDʽWQ dmiD\dJ^9DCLM/, fҬ)f--Kvݑt\ؤx -ImKpe1j@=s2ɰ!|p2%k$@%$W#u*ҶqIQBl:]Pvl$ -͐, <9\c@HVw()Qn l)l7!Uc>%˴wisACueob8UO@sF@dK5DYm֯IR|9/Xb585P:f q2Z9I Vd;#bM$W؁MP`cS."fChkEfSu+$խ66I*6A I<"E"MENMToIVLtHNN VtAd()̋%:pIrW̠eeI@ nĀnXȽ(b]nR;`Zmff -(uC(` uѫɨg*q|D -n`M6ٸ\.?ſ~|rr߿=~zuYϞ_.{g/> -:1<9#㷚f)㇟z;Y3=LOPw9և@A^[<./GzgL.b逇*NΈA=QFW{Xo>u/ *ag[eG/n[flqt4n0.鏨j,Lo 7oCjVio`$-#v:~u(Z H]noNWz&(#X1;}pຑ3`$tR*#K$'eV)- endstream endobj 379 0 obj <>stream -HW[\KIuw~+ yQ"6-63G֊+tUWv'G|\*zޙ|NoO/Ox~~~o߽ؾپ޾ݾzנA-۫h{p8O"*j&J%y\i]J!g0kRSEWB/?+ӉQj13V[ߨSitgp翝"S-5QhOc1V yjP`*Xm^C OXiw@Heφ1+>ң&.w~(]IjiU*GX텽KnEKm){75W3rfUjCYr -fv!.p-"Uʩ3r'fG>_Ɲڔ^Il3.VvE -WzNb>;ֻFFQ84FeX#‘p0agP$=QCL#,UwTjJ1( qvu]@tj46B¬ eDI['䂱3@g`}ԋWg11iؕ<`\0UKyznB';۞;Kew{s س_~g)%8&Rq׼Fd4lgVƁipc㙸5aԊoM nME:A2F}.*?||xOOKt~r]*#nϘgS'"UԠz9/DXe!: ݪQ2!trsH֐C/ہl7.W&HL.%F|XЇj%YVo9UG^P _>ɔYi8$<:VSʎM. -haS=JC!8Y"hzS˂fLg28 iX:T0qp$*g*uғ<<+h'W!ԻlՉ,3q -zTbQB8y)£+8԰HbTJT -fX>"Eإoa.T:"I( `[iO -ciQN`>?i`;԰\%s ) .g=jj#& j׈Eɤ5.:3]ɀ[*o(w~?߽),*,tRḣ$,Vz5+ONvG-_XjqkTvL=J2o6r=Dx-_3cl\USX]VAޥr GhUL㔸0̇nR/0ss뱎|8Y\=a<$zsc;+d96?~|۲q*0`(1> -U0vV>6uu%cG E}'p-GކH6;>TĶ4vޝuQaWM$^^7e;V Ti=hdiuL׻f>*$'ߝuC -7k&q'ƙLūqa7ubZZ5 S5LFUJvfzBޠ>׹~Ç4w?GoOb =Zkvy+:|vT-͢H[g:O]\,]Zhvصchh.'oC,OuL -+pڢCNtL!8\XժƏ7qGϝ'`N=%s IN`k7̜J87=0i>s^Μi؛c6sp5:B -}Ds@ہa{1í373ՙhьGrAREuC;9c9x ΜԷcМ99m3WVXR 1^\:ss3d ۧCwaǶn%a9zB}z4c@ͨ{WԮZkG1䝋xxD/lvCUc<ZهD}J =Gf j!ȈK^.n"o%|:4D}<!yYAZl5"=Aq )d@D+~z,&`˟lisuy~Y-߱Zٯ vs-[knNnu9ą\PJTNa,JD֘eLے8gږm(2ݹ늶5ՠM-*7߽{|-m{A ͧ@c= -fV~a6$qDI,!FRk gva[+MJ2?c>.a0BK_o և-Ƚ']8k!la[&hS+֞Juy&Ij­-Wv. 5O[Πk̽x~8]cTrYRnxK*7^RHa7U-[1GJZ ^ɏ?~9DL'i@7Luw!FSVz8pa.4+ w8rmBb)%FmrDGN8ɜ(>8Vʘh}^'S~1kh[QMٺ!V) 0NKaE<$LUk`;mc1l & ~ hIz=MM#8A}H1R#Yz+QQzS΂}%izaIL>>-ɉ4LD'Wb4CaeY., (i ʉZqgFO{R{G#@Gf8j -tDZ4'QK.Xvy_7$FQvOwHQ|@ rt9qx{~rz̼M">to^?S&yT;^.VnWK]lqD8Q%h I\{fvm6Z_2uq\mes"N:q<1M/{wUWnn$ߡ/$jH1Gh-->Mg ؆_dVUWV}`l m2 -mzo(^S0S9'öa38sЦr9Zy% _)pWl֖y@CTg@Ad]лrPMh9p1)4Cd iNNA&֫tHʭ2BYլߊ܉ \ɺdYE`hKkdkm~ -䔜Y̶EٮمU dO+H^\FVdB iVK/0n.V -.qI^ Iq琧϶ |2Y!.NrJ@#Nw9kcW_D=qWr8 -H1PlcM7E~ߍ]F&XBoWA9zRT e r%J5dNѭj' /*q}FR0u.&2fGX;miA[!K+BXb[a&@ -tDz8cu=qHg Ըb[sE77OdL*GVLV:}LJ""S)UzMOi,=(ɊE?X설E=|+@o.r# S{%&T\yL{_ז^0'UD: #2d{Bf8.ک\/c3IUo~r P/Ʉ4ڦa`rYP$13nT<#W ;OޮFTű:{&]"D|dU~hz\Xu >w$umkA~Mnofv\ibAԋ'%3yrDi|  [㒳taAAS^2j^tz4[5x -I)YAUh=rw4%5]{">ptfUăMe%o"xU}"T0oʃ -LLpV!?FC(M*cx -ړ$76 '=pN)ܿV;={_-V<;bboV↺~PC ʁ&7TaJbBͦCr>0* {pnVmK#?7Bu˹O۞V__xvIV~S -qa`B -< 4>Xs;6ڔ,Nj3 ޠzDZ^`2LcJMOȊ[^VxMQTqRpLS^9C͋KO;^X23hRBRB 73< f\K1pM<!G" ^?ŀoڥu-V%@B@'VeŘ^= &[py-I9 j~ ۸y yEklN5BM/޹IIZVĩ4M8w$V-xy3~w;kn8#E7yoWW?߾_?x/_ r|x˧}|,~uO:_r endstream endobj 380 0 obj <>stream -Hn۸ǟ @Snz6Wv45ФJݧ?ll5Jjr64YiKy?gnqvw;g[7O(wDkP"KnNnSLh&f1}pr&Oڭ%9is7҃rȨfRՃ9XMۓf_) yѼz,KBHnh-o+f 66 Yo]fzdHkDr H#xiŦ:BCXGŇn&Z9͑ DzդÀLXŖ9$[ĉ]Imp_a =ki혢qɞ*|a$KMfe0L,p|ߚ[g`RM1Q9ip_Lc"'^Zϱ4H0`UHdh<;ҪBC1)C s8=mmu_+F*ujZkuL׽zݫ=ֽ{ve *B4q@<8AǸ [gKDO`$9P(dnMN +BI3(bD ֌Ue+C NѪj&}?=8ⲿM +T<㓞Rɥ1X1Ȟ9{&?4"&tUӏR]+uUƄ},E,?x,?[ߏ@W}E&F=-ʿyx 9LCδykg)RwO^slna(YcUto81C+" B%~o|h=׾`!υ|hIDҋ,6.1-:aDUCCP$P3W-i?j56?vN3r]GyhhޅR]o*zW z7#Ɂ3螓r"#b1FDxcXT@kPא/!2pHW!Dyg@+1_j禱4H0`Xfw/T, A-iPJ8[ՊbE _+Zh9hT|jAs] IZj=Y=zVYg׳1QĈp&,khH{CX0]0NM6u9{e敗M走ٲ1a}ؒo@@Ge1TXG-q_)zĎƋ[&ݵU4 !bD3.y$_2Xv!][QZ໅9(9;2 l'7q~ ͒SQ;<"-4f{*~u&O j E[vL93::NGmb_Yt74~zbrSGKt`^؍)#QfE`dGMjhXntq̡ g[.L+t)P{xclgƦ׏bN`솯mx>f!(>;rd`dv] Bs;ĵVj-;l endstream endobj 381 0 obj <>stream -HWnH_HDRd,b;y E6͎[l///VD9aQ2$*S֛PZKO1NY0=7Áu->ϳ -bON=B3ǞJnԭ)uf"=/-n>]*`{xB(^ B3|OPz 0-*q,暀9RBMs;KRm%tZEZ{o<$ e:xڴʐ`&KUr34( ҮfڭfN ڒ!&!k3cz WW)SoJMBʩ3U-|~f"=ܸ`Ki1.\~mU͐FP B3|OPz 0$5Ӷ9RBMsX1>&(.R~*UeHtg3t$8+i!;o^P56}1yn!^sAwp`vz,C'X~Ş2 )+/'Ru+L&>yKF<Xj9"Dz!|L AʩB-S8ݻcCEju0}n,h\La*pb`=HdV|@YI$N#9S4~Ϩ_l<08Dmjz*a-W<a7Áu->ϳ ,ǶvHm7{ - 9vDl{rT'ǛG- %9 -pJ,}ѓ8JYɇ/u/,"p,3R95B镐Ȣ pJi`OPtK$9TRf8ȪaڙP E* -(R+O -XLi̼.^ivkvkvI 8pDzɈhW>VAKn|5VڍLUn|m|GΡ|Uh1#ʗ9GqHCq`c-?jИ UM!ø#7GJi͔<;>&~[i84gft$8'4ѡQYj hGe a1H2ƳI[iġB "A԰K]t 6 -&zbJY2l%p0=.uh q|G ȵl0*4F**0M˺ǖm>}`9Φ6߲H^s! ă;e\C|$,Ix6 T*oBM|(B oR j+٭Y+KCM<}M ivNwoc,34L\S2ߒxsg1o-VKF;oHac[,|ձC۵O?8'p莝`<Ȯخ뜌h0Hh`'Ó%0%?Sɇɥk`]Xmynv{ Uv9vV'v:r]wtv n_8dWF+;Yh?7׾zv+vߢi47Ϲ.] &xHI])]]l Y#[t]5󆸷lK'm,G6ܒ): +a\H`~?lʈCV:YI{ݴX-ﰚWl>qQʣBU%M(@DًR I)ZYbZ=i c_Ny|4̣3>]v1(y I_v㇋A<:+ʥ^́p4)kd𾧯6~ƺM| b_߆Wޟ]0&oE{n7m.׿|:_?t&JjF_z(& N:/9ԒSʼp{7.j*՚es,6*͕hwOdKpZ;3R~/7!dO3h]ʵt)߀{[Uo]goxpWȀrܳ"Sl=a zȑO-![==|OݖjQ|&7rz<^W/{!a~zM@`mzNll i. 2o'SqHbٌdIWqBQׄ3GҗiqNYvocҴ.(\̏t?kףJijU 5BQ`1* ѿ/a;!&ZB*đR`,(1`cAߍwy5j< N))0Oy!ȸ1q| ,<ȧ#CBWk -@1eb=z:.emNH D]e~9>X%T)DTX~I@ q^0(эh\UtF -FrBe6M$WZTHڤJrfʥҩdG$:&%q  =TjL;vuGOYsmRlJ J# y P~C8тMj -:o3VD{ML:zbc-f_Nz~|kw09 bvsx_^_ݜM l[hb5z>^,/_8N2%M%0Ҷ/]ݸ9ۗ>o/7wuy~uY  jBn!,>]=H$=\1hݰ!i"; -0hlq9A+\?d=HK'ɀR$G+Cd'C&_)d3Y3G/n B; 9kFW 1.#"WL@ס&&7S ;De% _ccZm`P4|[% ([=$xydDu tU^:E&{ɐIyܮ)[x0p12R+O5zT#/PbK<ɑс"-1ꓫ$pS˘2 -TD鑐uAwU{[HWs C1r`92Ž'![sRQirsa| Q¾?qA|E|P&$}gn|?nI"2NA -KX> pK ;Fr{hC?}z{Nz+zòa a&Rozp| 7mjCzBM['Р" ^QHȎ ) ";q 03A -AHJ<óE,5(+_Prr.7nqUz$ 8ԇMotߨOivkQ+I// -t\LHF;CyI;أM0*>* lH@⾾5F,Dx!3OID&.)unH"x`$uQdۇPM-10b_#iU0KkF֤l8W ``lBFV2Qw 7 endstream endobj 382 0 obj <>stream -HWn[~)Ƚ}iL*UCE!$mb0b}3#+ѠMr3s9w.˫lھ]_MgMێ)%fJ\rYm)P·ngNx.kׂѢyӰv4aBieZHf[H$W{cR&gR 8F{]/8;f\Zg}upvBRwyƪ74[7]6[TgH tiK⍳~ -bwiD }8|Y PG)odxPIra7E77ECjژ}K쒷àijxrFƸ vx0"%"iKx2u4$Ҳ_$IȖ0rl1AFFjĢAXQ,^z R{ ] }Mfv}.Qj6')tT)5龓lHLr!Ġ,k71.q-E!Q[ SNbgV:)ܴ57,bzϤDBi!̸duoMm4W7mZk=#Rn%W\SՔ7̇Qp6a's yH9Ak= -E~ lC:ܬғs V@-qMÅ;24^2A4ZV8$`&@zEO9WSmCeL9-;=<:^olW˫mZOlZO*߆zfW6i'ϓ_|Z/aH|v9pTזAoۃx2Y6WD'D J<[|gIɥhD."Uĭ~hZ͡ /?/f7vz5r:U -]\CU&ZsWGz2;\ddi._7` i0i`t36mמ]}9$^. ڛ07~k)ökt,bJf>yd[Ȼ0]m5LwYDYΐYRmno~-zbOozRsKEW~6/{p)ۋQv73d ;CF'`\֢DIXv/QbCB>< EO/?'~,Mܖch?m=h[mM2m5==&~neG6|D)IX:_5,> :|>؆ 0L1|s;]BDsD (P -⏶d\R?GñiG9Z+BPEr╨ b:|VlG)`p%,reL80렞1gdpC0V!ϓ)mtVnVX{= 8TzW@=LOiGNփW%B\k* -KUqV~&iNw,eIxR [5 LN’(+!\ C1HoY.99c91,2,5^)XyTQKmuB3W{L)t9H&i -2T`x%Y%z[ ~iXEh-{G/*- mrztbqcp}m`i< DdlH;1OSdf݃Ib")v; -gxxwA|4PIh GeECВ9]̇|:_&E*^-9Gͷ8wZѻX'4:lb`RCːYO'R ,; [H6Jq&JuskH] &e8 fXUzI,P㼗O|LUTY*79ݞDžu>ݽDPVXa Rjy!YOÕk%ev8ŀx}$OܵȑtA@k^2>{fzfveR<;ӗ:4LPml 㦺z|~_0:MduqM1|1QcG'qD~ m`ޑͨݥZgAu)-ҟ utNJ8/8Tի 4 ԩ@A }+5I/K!- ?@@%D6(끄Ü@>#MHKZ nԠAe9la(ᾶg#=&$( Vp ^N`tVS|0##.TNMA,bwAEPEs&P,c^ɭRx m.RK0jki*N薍G|s}~?|w<CGL)heu~un?T/f~s;,h[NG䬰?JvIom5W.W-AiKj#0F:ĸ6/WՋW nI@7v\֫q)Q4dƯIPnz`ZՉ|ۭqki~Z߭?/zUt"#~﷋V9X-~Y}L^}?>ܕ&A ۛt'lvg^STC,ǜ2ğ0ԯ p ET{ WL-@LUyBʃ{is{, -hL 4S^2݈}||I/*1[>R+MNAPϑhj:5~ hbCECxEzH=:ƍ&0{7yB@: -(zdP{*P$EpY R@JIK;} tejo(uMmS D`wϧvllspD]_OnOK3pЭH?:|M@i!dE[ag-ZQP?4tb>pH_zF<94 rG=*if^yE'm8vhqq7wr@(0g B2 =,ҫ' 8D*FGKÍlLvZ.`p7m |*!⿻72.BBQ-6΀B77u o\nиhJ,N364k@&QK Ѧ rFyBk l T/QР2$!TNJMS6 -V؋!E6OZEO] 4l@9[Kkvg35{o9mިB+X{}4~JAjM*OUtP9`սgWFST|e%ԓ#aj)S@6ZUhh, ѕОQ%^ig(8*XrT>M -Ў2?]輒 s"2(hIS>/2-4gp^Ra!F+Ći V Җ%&/SMh9M(ӥ ,TٙOoE {ld2GQy_m/ -O4gs0ie< LY/ovz%~A~||ir#wO"SG|`5o҈dz۽H˳pSw[@ّ/GI, - PiT$$7Z!I:HEM=}P%ԕw4R.`Dq"s")l4Bf¥ 8)v(mU~q/'-MMvG XK&igotjhT]<99@}B?rA@d gr yoyܚ7f"+duqש >hڋ s%ª7W )WO;.{%>~؜)'Ζ[sề(@2S>S$r%V(oTG gkvpB`ۓjdA쨃uL#/@GzGY ,6$$Y,3Yl x.)<@ LnѵE8L|  Q4fCS[+06k g&/O*@As_$PQ/`%:XGMl$.G棆 J9=TMx 7^ #G胇.rG -DGn03^SXwYϋ,-rP 頽s<=g -D $^+˜%-GE6wMݪnJ}!K=UD(I(=#gHZnigAp+ucY[<+B~`vVs-N -Rq2]I$waN@% \Ʉ+crPcrh5C[#Z{8/_ ~$kvAmEf,Z/6sg '>}_uwY Ɏ,/r1,jF IzFc@/8ϲ:(CD* +B(DRwD&q^!ikJ^ d,oEC  V" -1> -ȻBs&Rh4m>!d#݃/B )w,$ZD[XNE #C$ -4{rG #nزrҙ8h%X'Hf7$āRɇ8SXMHh=2:sqP -` dIyB&iZBb8ؕj8Q'Q s ΰP׮[0IUgJ9(&cS,hԝؤb% 3K8oǺ4j9yݫfm#KϓPc4ƐuYNp οa/%1)jydy]kC7>L@DlF_hU -Y ١*juDIi@b͞*ti׹I j>l1O4&kh4,FMPsJiA՚&{p1줜U$W$aiVR;Kyr&ۑ\}j78L}\IAMh1bu/o:ݜ_RÓit{s>|}ؾlӃwx a_>ݗWqy~{x{s}Og??!Xϳn4z[WzWWr^Èv -K,uQÓߘᏸ_7<75іg+cd.&"iCNɖc; \/X/L i^}fRNCG[̘$;P@`]m(Fwzz)UHX7D6iEx-ƬbF&G_Ti#K$KPwk٥1 MҥU -ݔ1:n41bp+zaYYI;0@W\a1.N%SxNVFR_&1532'Ǖ)xnt,ދ耺"<ACxa \4 h-≸ G", ZY7nN#rG?AK1wU'`(iw$v4^$1chG8h8+QS %bJ $# feOwuO_NWF h HKGE _pЍ'E{D_PeEלޱd:օ*bN=*G`42{-:+(^!ΒARƠG2 lw6E1Hq4.qe 11 8<,PiIL&R9BNMұb'M#-+P,QFmZ2TKܡ$r77Dòl)4zH,m #acfd!"(ٵ0!K@]8Z~c^Gm,O#cd({St#Pb:7TѪyZ I$./uQnՂz~tz)Ypv%oĔgMWǸPrhY埯nogzxr=@'wWӠ/)`vr L6~-W)=XQ~1af&lcT~NW'VjtH/lxs=;#6=`+WJݠXL&U17+ -(ҿx8+" 6_&RI`APD"" Y -O%vMR?U$'1|\~-1&d݋3z% -=_QVAVFd}iK }[06;JN (hG'2 6]lK Zn^Ɩp{_]i.>ۯG(J\g+ 6-"ˤ C4meq[BM3UՃP~'w|vzs$36~?V+n nΉ#$H E4ȰFrL*:B~/>%S[>YIjm[BT '_jaf/uSǥ4*a즪cJثNT<Aj#-Ù$129$ȳcrƣTZT$Ȑ16im0 >{(`"rjѡw8`b 2WC}zV)CjyTǭ"t1( >]|c]|cdA*hP)EVNea2dN^|Jf HgfCjߞ# -O*.up$CA ތqE||0#$9wC#&.JrV!k.ȱޮwZ~"'QJzzq-!-hthV!fa|Xy1{ ؤ4N}+{=rj46GxlQK>haS~!K;\qPeHXNFGrǃ̬7a֧myXYF&!]vQJw;ŷ̖o>E!3$!G&!d1eE~2Ԯ QFWNƯ - sA@ ʏK6duX Z钐Q~M5 *kWw_t'0m!]f_'qO鼂\ՁCؕ hv:4\/ԇ B^Tie6xB cdny0#C\V$N3l52x;jTNN=4=z+bbs݁t|3V7ļp2)La`P4Hs~~3>frs1nfdږiN<Խ]M1(@= `k}AMh*%uҡ9CFR)-b2jq -k+tmx&'{уttRy|]:U4!$!dg?лLT&=zԔi zq̎,hzpIш!Ri7m&h#H kgx{9fvo|(0bӋm'6P?_:);P[IST s,2R?72\/22 lGSHhBQ6ٙQp tQ(J${%>nRsDƶA$eg3Rm8 $%[O+Y25&8F7U6I(2&e/Ch{h\&MaEje+]ʗ\ߺႶn'^׫GDtD)yx0n`?qm-gZف j<*[p(Dv#6n#EQ< q9/ϙ.~3qZªZ:,QS͎DZWHGxo 99dA LF:tXׇ &چ%^ӄ$gTwr 9,Lia -v> ͣƹ2o҄peR}t'j]r+94҆Xnܾ5Kc8E X5SGٖQ t]M)4yJ$kik^`W>۲q4K~7Æ3VvԜQݱGGk[6ba58/k!\hSt3HKO1 -"y @.$ MדjU,@*/eJQAyȃ9|3`X鮗CtT\E!]o.g5;_#D2CDxz|!Qc 1.]=TWaq qv Uֲ9n(D&0ƑY "XI![S; LqBċK뷏p)i K07o_O?~YH-//]'mvǻ?]ۿ~~?bY^߇LA D?ȃ^ėn`apKC1dZ^ wzfzFX -BSn^]<>\·,onwWov7w?|p}H<?>\e/G.߼}wӞ &wprsoŠk>Dʇ<R6{nWZ&F=e+ t^-~ܱO -Owi;Af:??:y|zu4F *א/zsǣCԻh-*8䒌FÛ$HJ̨aŷgWKn947SөvjJ4zCo\/nQz{Y[=.u7?~8iX3qtK3֚X:tDO*fvAږlbġ9ZYI h+Ӳrygh`0<gB;dOK#.`[!~ -'40zFKZ|t*k*9%d:8]+PV&-ﲈk7,e gzM -a(Rn=䘞l,-f 0Et3CDv1Oy~zi_ҡ:.;aMnt;414%+ 2 -Y5aҮLsyO#-廙:\m5.ŶbE{@L\5ۯ{ -]w}9֎N}uA^x.>AHwM=klW4QIv5:ېB :Q{ܙ6qw++30oŢzI]fӋ=k _5HDwu^z0Ɇn\l7!!6SZ|j sGJ H[gk^}t`lYatnak6+Knhl~1M??v"h1&u!951) E$$:M^dtDf`Pꝺ- wҢ bZ1[qJyi6ow&+{gb:O Tۢ|*N+)6)^1h.Wyq#rɍD4xN rP\Qص 8bgM6k tS.mcenv -ǘFT) /|H++EJ# -F.Hҩ '* pm%@خlF:R]FF!nӝ}F'r0eWBרޓ+j!9[%'`$UhZ_ GLYS4V!s+lXyC:2'1$wdRcߌ{wK$)=nG[cs J7v*!kjf 2̡<ԉZbb~$oJÀot2@fY0;g+ѡ:@Ot?98g{h%K9#F$B C -K}0;79*AgY)t:G][,J&eV5n\J"/$_VkiWW*9uZ@%+;WN/8ӶzϙyLyVAFJrJLH D$sVduё[6:ǡ -V5[O^h̦61doӒ!EGtI[ L ȶM|jCvFӬҦY%o5|>nQ] (]ڞA": :GDҔ8+5(-M⏖>nmk?pp>٢ٶ V#OHyJ޷[J;bQXmDRf8H9qDa%JUwj 9]w12J0M=@,ZrDIj$Vt_4J/ם8# _,#?Z9 hX@ y{ JajCz -L΋p($8HuH[0Szk!arrՇr\,?`jG2x@.y(^q$eFLT,j;P˭ Ē6JOQJ`;ZQ.c&u$-u7 0"*NdmCnOhQHc^;܊A9%b)#$T7XD<:O&l --& `D[3tc Պ\^ ):7fjڽ&} ~|p*Am -B$|V41$uRP RsjޢЫJ7D(XlCiÁD|FVRɈ4CxNf5 %i%nWlD(:8 B4 -*@Bc%x᠐g\`BT"feT(ޕ h8! e\*lJ$2ACL2 Ȋ`STNw'{˜DGHL36c)N#}_& -IBQ3e/J&J#F/Xd/t_% ҳ0u`uy#9ΨTLL)89T &GTz\ -OCQho #{%eCMFiIjP0HBf1r߄;DkX5ɞ -a (p`-D>eR q˼|h"YW/m׽>AyJr|:~˩J#2#&7b㕑ޞN -@4?J>O8$\NBPC;8,P,}@o?%G".%Xb1@DT3*Q>豢]I+Ijm|>ף# 6$'_. gb ԫ22S$jUlܫu’exmSHp ?-SS5*;XZ~aFn.%Ţ0P~R(h|8SbV xIH -ŕ`;0Ub9RyF^>@=8էS& v|r[W#Tlҥ{|S_˭iN˷o/68[er1hş{,,g__7w'A 1h7v53݊Vu[ - -Щ ]@tqP -Ȱ{ fMa]n2i=fTR4U`nb03B64CvOq;3VEݕi%d-h/}-Kbܠ Pǔ^ۮ(8##as*ٽ4Rȯt=|{k̋Wo;߮/{:>8lK$c!n_408FFV2J3h-@ޒY\8fgIs M&e֝Ua7?! 3=:pn31 d&9bJƗ`$t;ҀPWwX~+IW༆ U|fq"|8?{{d7$F8~9(eKǕ소v@K[l6q#$F -B)^KEQhf{ I À< Y3. _-MW h"[Ꝺ ;ؤwzRoq(ÉVZ1&`L!<[x=ivOъ]>5%q^PFǃKi7W?]vy󗋳ߧ"*owϧ|zD!B9M -90//NOO.o.z>kO^=cl+7'7zPqxN#Ȑ|Tex!2kz悁F͓*&>piiw˞ܗ'C\6nh,e)-Ae=h'/E,!ӷͩkEѤ S/fG}}>]Υe=XVkaA~qXqԁxNƭ#*`Y*c"k뱕q>-ud1P8^ 擅 + t†[XQF -Z'y&K+X?pz%iԅG4V|izf$Y%;j YHK7CPC'[@{1)qIc#,bU2Ďtf~лQ4Ҏ_6`ü ̚M1{Bİb on-|{2.T5gv8;s'K>ii6ɮMڢtE#PXBpD3?܉)ڣ 7=4u 2l9*W)$f,bED19WWF(;,M!'d6WI3ə.x7]]-Sf_x޺D/N߽yQ>~ 3$ԅ݇bw?꽷vwO:c:kTgX.zux D CwޫQdh՗$h!e.b[^ \jϔ~qcM~f?p:t7G܁}BhㇷY -y^w7K 𵯢_tTNR$b`ݝ d̉F@2UnA& *ʰ;O 3vb(+S]e ;JƓ/s)饠MCͱ#_oyf0e,1:tؐlEpsCe4BWn-Iyp]Bft,"H\_f/SW6֯_9~4=(g'HJh4¶2YCѲI,5KmxNWe41*W_};r@+~m+Amfx̜QU9_.vtx\b(I[J`d<@YD'{t6~`P@B^1h@lDi(HMZ$ý"=u996:GXc(2݇V':|N\hb}OmnܸdILr<1%5M/tn'!!P)|Yn$T}tšLb~`kB2`:p\j#Ћ - [HK܏%H.ڤߧJhcuB%BƽDt; -Z b nw{} lj N`_Co{\toNywï?nR.HhJN1qHg-J[["a+Z5rK@iVW8rlYd~|B3P99dlQgKh̺q7gHbnfm#qmPNdB aYVs .*p8D"z9ϲ1(@g("NP(f+AAV(uxdeᴂ lmr(-}BKZ| - -M󼌫XL36DFg7K㘕;{5j'D=i Gxa$,bapI؄ħ,Ay^m_x$1f4`>j1-ۢCfɷ{έZcFb@`hx@w -Ba4.P I6hD'`/RhlkM=.-ѬӞWrr2xc^Z̙% #Mi`XduNfJ#gUK6Y[=+ͬ8;d3+]S ?|-(he،9+}sca$(S27=m~Qc#-鱁J4-AgВ.HR 5kțm"vH2Ϩ7e-2 [#6N'~{OՑpszG {T5}.{^JBWPxox9>>޿7c2agh֠vj @=؜jo0ے ֪h endstream endobj 383 0 obj <>stream -HWNK~yHq//͞$D!EZgI{mB;2__uSŋ,11(ה*)#L3!ͨrX\cmfc('G{Yj4Z'IPKT3朰佟XQd?\eZzNJ{Er~Ej6)I5ˬ6l,vV.,Udljh*OT9^T& 7DL" 82AG\z{iSEzӴ"?IPUOED*w(tl$$7(*e:ɔ5BfKjP#lIz֨}k_OkF߲_jg6k(7l#%GI'쒣$8Fm` cQ OMZKK%Hهѫ[ ״j´ 6!N JRךŖ > k_zCqC2]Н.-f<}W + - 2dR `.)Ӳ 6>3̘ ܂IM᧙.I - -{̘]_ -:nxƅb -4U$"SJ1 xFH\[P"YJf,p(>o cp*02Y1 hl۷| р:N -G"CkN4ʳ -SW Xc_&2tNlQlBHʥ7uk6skeN f?JHĻQ -$:q39ȳOlPnL0BrM&o9cF9T8&è\g7i'XFQ=_[-߬ot6] Iʜ/Iʌ1̟4'?fǿ#>yê;&OAbLL-? VAKޘyQuO:jjrUϫ_\F.N:/QsL_/닉I ŎޅtxT~9Qw8({a;(?GeښO*/~4ܯ_VoGe5tFr^UA?>NF VݳbDFb{3wq^&b]^dF@E_ʿ5c_wë?T,0y#L-J*$|Nuޭb4T,0dnHk1TwPFAJnsA'ښͺ4bCaP1:~ޠDֳPvp[.XK_H\mo7 8A^'Cc/|g{Fsҷ4*zkm>è5/t[m ^ÍȺM1!}D -kn׃ &;`b ;CPR# uHNԓQT{+`'k66lޞbz4]6Zi8oxxxdn._! E򖣭VZa蕦fYi\n*ԔkWk3Zj6d<K -m??0~#.'FBNHލZ_XV إTLwW8(Y$4]|*8_#Ij - quj$~~'?ϻeE"C}TTT|DSNv"ˌ^W ֱvG11Ԏv chcHsi͜.dn=!~w!BA+gq*.1EʤdNi^2*w1 -&ZJJ:rP(89_o짌5f:ϗ´FgRRF}YQAlaZX{\ZXka{5KRJ|cLhz[|kŷ)Z|kŷGoŷZ|kQU~6Vyͦaxk263K΀mє޽} -iey~ e)ڊ -9ɐxqv`3c'qh(J3㓙<ϑ5 ,TPBBa- i;=P mM@5}>D39  +`l̨EPWLR$3E| BhŘ ZTD*)VaZJ"" Bٗ8;ݛ߀*,-Y\+ZJٟ+PN&#O%ƶ@+3=V+⽍R/mjJZ -%!YtG[Dњw;d#7wkib7 -JQPcFCS1!1*EH -1LUvR)0 ZLB|<}D\)k);7qz$&a)9t|MC@'*o.\O}&͖WN ꧹j( %\.qvUcTcLњ"jDBR\+a5c%̭b)@#հL*+) ga-T;U5z4jx;ȧq,DLԒqjx(xF? -8”;$S^3&PfqpN8C \d Y>RHx5m -irgJ'u -!Dlin#j%+Ʊ{$vJc\α$PP0^&SAip&ixyy߷%Ƌ»g~*z[zB% N8ooz)c4Y:AdώM1{xfA+ /s}zBMፙ9umhלGNKG4نnc׳ G>"DؼQ#\i}",h΃͵G], f j2"~T+-r63Êpi}ZJm|nY*~Y-&*~UNؽ&Co ˁ R8\ L Az(8dig~(}™@bԊxd.׬#.Mhj'5"_NfdtoG+35ӎFi?"I۠NNv_fo -> i0}_v~W\nً{i(y4n/![v+E?oAC8 ޯ[z-dN~8j݂}mso2HQDe:aA\(*HkAKLj%~1b0Ie-#<{gC3 ilHa\ c=?I$ -NUy(o@|Vw /(ZK.BR$X3$a\*e,+E('a[B9QJ((%WZX P3.Pl8(8e}2!S+쟿| fN5?/[pS -u̹Ia7І_ -AtCŀn;>k/ }? 㖢Dm6+t]CB}ܨ4^`\0Ȟ-wv'Wq[5E_% a4敭"Q3lPrDS%+pNfL1gA!;%cn!mR1d5/ (j畻Qwܝ>n-g)z)MzD&ύq{w$ᯆmqg l·DN [ ϓKQQ23`2Vk_aKIǑƺ"]neOjMd|9Jg4<~chQrY]4 $ o8}[XpnLvЀarݮw{fU0*N$n} ʅg=1pi-xxS>m9Y:>5!WAڭ4m'%h}0VLE 0>hP/gg'TZ|ǧϠM.gŰVۣ8}[ -zK_Q75qg<؍Wzhefk,ʓd3O/4:q% ]$2㝿^0Aw81gwWݽ?1Xan¿7/].v+^3d^$[]-A-Z+ 85tiv~l6Ȣұ|,v[&;/7N/0?۶ -P=׭tbAK M$;udSlyspf8Q3!QoД3 cbf6tlS:dr56K+y묀[Ic#`ߐS6Yb bODȃ_B߫˧`.W[-e--eB@Fz1kݹ/ -oZz&0 -s-1[1v=P!-[;IQq2KEf/4w %U:nq&I;"v%+q`Qth5(>\}AT Hɫ{1MN<Ad$%jY4NsTf -9tC;rsCOkلY nea{!o'&6 N>[~_=P;Zu -@)2:qB]=Z#<bjR<<6(8`/A(ij._JqAw@+u~1^ulsHBp00~ EBF5:/>6FDu_eOѫQ pR|m?uUBRYPP2[F,#8Ox`N׽kN*^ctҮ ~Ү_$l*7)Rz]t縵> +A÷XާۆWGL>Kǽ4kXiMgh`݅6 ؄Yi2GF\=6kY$U\G Ɇ+tYE=%6TH@]e:|)]QFWwWâVE&36^R;P$j1s{ fOGovz.!cI>Zr $VOO>ԭ]EpצR*]rS3b&|j ٞ'q

    >stream -HWr~xml`Nh a `@h4'SyTn I&Bzt9iBKg/'taA}gi`C 2T"zg.a wDn -;ݑqeh#@ȀIӒ2,W;@4]ڐ7MuF:h\;K;썸`z  "oоs€|j1BCSn ; -phb u9 w?(r:bLcV"?sxTeM~<EL't=Ė ~062|h؍&;;O.e>YTmٟΎDx] -ȁ*Xm:8/ UjkOZwp_٤ i1UE.=[&Ymyg& MLvfů*w6:x|N.$V{n:^UMI6h9|{dG -r- -O<+9Guf;/D dF1;} Ql)~qaxl^cLg4FTL-Z;GAr"|\-p^;3'N]6xa]4x~r29-R3jCC^ %9D>a um bsx4Z`9C/ZcW-l Hh`srHˇY:m<0c`6,bt{O} tԽޛ=x?q+vG͗J?ƿ2 ւp=xh KYlo@,Xmn gN9;"2 ,#Y4QT"*;ˆ+:TtI\b%?b\s.5.mw>'~D)#Z -B A5[g!Ro?@إth\ ey54o1gW>(98u䍘Y0u*1+6v( s}җ*#mݲEtH\aRgﬦN._I/g{lt?o¥C)o鎵]R}ÈZHJ,]_ۮ&DK LbS:n>φN޹HDLyzUg.ӜD"w-'(j -ܝS %—F+rWU-g+?t+Bؐ#Agl_}ȧ <׍GP1Zd͛!ust<)ZϞ|? #?v {{Qzq[:;V i*(wO8 IϡkvM}C#cQ(x9KdwW,^8|= -2͇hii%O DHbZG1=(d+0L:3-r1*OK>d6tYP.yKrj,SNG˱NE잺yyLb{)*\r;K&tob\N(gӑi6=zJN3( -3JSigAdKep!^?_ʁ~s3&گ}>FBgM'K}L~%OmBcWu92 -@'=SbW笪IqQyfg WYq=X.<]*r4-H߳N7>W5Ul. (-5ѻ8fh"^C0U)~5Z7qtHױyZxMASגxId9QoR_$% w-7(Xls8+ 5g%)LtG ].^Py,|H+G8r]P_*U`R؋8&ggkD]Qud#[OYMQ$7-C)>>Cx!QĒ{kzi3j)kH:\O ?r~z7ۅ9M`j<0X~rQTƥnL0Ő_ǴـHcm-pɮ2\_g̴ b 6TZ\iUsoc=m[k;{Rp 9_K1>D6Uv7P[9{AW^4ֈ!k`+Oe@;@k"Ը[+èU0odE0St//#lYL{[lVթ0wKM[z0OC)!P^5 v -s²x,%%:Lol9|8QzZ6s&WumGG~p/lJXDjX/Z &:l%QR%!u)2AU vՐQfZ *Ӣ+ u Vn5{t֡{v&Uxo3^/ך? -w>/[X -d:>F۝H3ɮ $m],O9y6^ɿ.&{g>]07S]QF.yS̝L.Cx;"[or,tR9eҶ1H=CERヸE -O0@W9LlI P|%&p43e 'w7ԓ9ʒʎro~ē]M.XVgt ?~ƃQ %$zvMa6$vY""rz֖r<5n~) j:u .z&5<òG;S.qP,l^%p, Sss "Q>*Q,^f)eR(K=z֓EWY-ߨG|I -7r;]9VYP^f2K܃DP5'F]k}@$@OUoIvY,2F:{#/{ǽ"͚\ZɏLg%Xwk4,uߥW01i4/~Ao9ZCϼ[CshAGݏRuDSdWgϜΠS ڑ*S;I‡0C*S"hP~1N T~:It,=ʏwstOIAxKB{z E}L⇕N2zl19r$f>JOM1:TExdZ!F?f-ٜ$\B4W?*Ty=[aR=hFSV N"bE+ .ƭ=8Kޤ/xZ|{ɱnM^A:`j^U<VdThLn؂-] g U +ӨׂÑhg^i0o?f-; ࠂ>|~_+L<ݛ r+j E95FVBoqAHgߘE̺%Q[#b0a Wdw%R -t+xmvۇ*MzneCI(SW*_-Kt'^.(g .fVږYfR.x$&cwVKwn&0a_x?{gzs%"sWvo2/ jyx~8,Z3Ǒ].sm!YuHob e#' -;d< -x-]iObqWi+ϊxЇ,ꢺҘ+֓E]wUuQ%%WO64l".%?>jnUE뗏x??>z$]{_._=+SO^i$KG{U%F[5e>eyU͝~޽'+F+z&l ) 1,P9%_%o/_֋|ğʠWAx{@ -=|}F|hCx;*n vzrJJ^|euG++! iw%M r٥JE1Y$3pc]puO/~=V]/t~YWN>c̘x@VqPNꕒu -?3mM*1K_Ы-nZX'(mTPҍ_w')O"IV#mOMH -34 dbRXX7KyŸrzŽ>U@}@qSuۜwVk {"KւkTG\lQ O%hJ#X -}AAtO/_Pr|P~ %Sû{n%\JDʿ_#B_YN9BQ9;Q3"-nPX \hNr#F:1 'Bbf3,$f4ΓD~>LϴS0tt<U튃eyoOY:v:D--Χŕ<4^~]9b1 {[J9h(c~6_(o]tWطfƜߓ**VvU3Nv q)2u'uO\)a> O3Vd_ey;߶VUדRh[Y9󶮜z ;"/NdΘXW "y5YΞ1gN~Ƕ73V$G7b#Zg$+}1kSX =f1ef}^RS3iw -mJ8ۊ[tlؗ ֿlM6" @k@>?ISٍ1Bn5DE9tgSN@ne NѦt -)7rj걳+`ƒ(-HNSDz7#ENᖤbNA -)R ``M֌W=c;pEw 'wszf:E¦XxĪ:MѿBD/~d^xZ޽ߝѢ:}7Nv4w">\H֑[|">D%*seZZlֹ |z%Fq(\=61I6Kϖ,gɓTeLv74WS܍o},k-ԕ%xjӇ/QIakQPxBWFo oO@͗Xr -:9vUD%xq',u2i떠%c{ݷ_ R?Yq"^Tnuƣ;{$I,Aً_2 z -> &8&f|af|gҁV;>אy-9UE|\~@"o{3p$kiBAB~c<J%Ѐ۸N8uI9\ѫ!7Ėk+nKN[qu(k. -mo:SހGɍ0'Z>n'Xu2R̈@'"9BKC`U{u #-&;$#1LRZv`n.|u -Ɓm!w}Ӓ)4H);S4%L]{6a%ӎ 8ѣrU=< K[H@{ J8?:132Ơ:!΋2kS]8.9ɏkO3Sg+"xO|ydG,3ƛƀkGA".<ФOc -UFy='16+.C=Npg>X%]?DPm |×99AY<4<_Kjcn)%O+驯TҖ __QYEIAb"ZzW31 t ZwDs*\i TB#fhZ9рN0;8)v+Rl|ze #EuToX#TgR6*p!=#<.~/5 C{+"{.B<f cO,03h{OP 7(@o;nҞiƕPQ}ʁ>Wj's˜$G^cǐi\X !0J!-5)ı@G= ݹagƅ&FMbj4}/A;{Pƕ 9vН y[Ȇ .n^#IҚh]Z2vʒvxiƥ$F*MuA>Cc.Ԗæ.sjx|]ⵌsdʩkd)Dy#|==Nj\pT>I)>v,ZNNDO0#ZRt.-f8R9Kw.VC7vdK~4|]'1ƁmɅЏ׌1VZGh^p{$},YZ|;o.^;uQآ=䥧Aݤ|.`_}Nq-/:ExAB¾Ӵ $ADM*[UJOOmrL`l}Sv ˟A Wa" 4zL s Ei٧;^N7~u9unSGZȩa9ӳ-"vq2iBpzV+s+Spќ>f|r%B4/i7rjm2Wɱj3ip9q8Ro%_ _ 27O%өw v\0@W^><߽m_2/ޔ 2Y9Bahv^RC5\QKP Lͽگ 6{ {]AՎ*>y]URC2xKPl!t h* ~z\qU.9`VH.~ŕJGы,h[$:L 4G!:H

    +C=-mzaDвGzEYh>XNb5ݷ0NcB H`_1rP4e]1q:P$g$).!Rl9V;/cވe;SJPɄ >~n%'(G +1$bЛ܈c2 -"g݉uUJ$[E-I픚u;XQ;W?{ש(_|RNTz{\H$C* vHnjA:K6ξew^_ ef<ʯlZ&^lf x!i1`;]o.,:6i^W+iק9xjtNtZܒusv겝*} o+{>p8pک*W="wwg|{㲘 7ywQ6yP?5sI. ) 6MڔJ^SJycb$H{Eݐqֻ:S+f_êֆWL~mB2NtāI}qQ;sqU6nqt6mc_g*4tJM>#DrI K}=œ4|XOVRprj9bRA* JHt8$J۟r^ϩtP p%}"X_-`Ei-?yTSkOA^*BN봡8N|ujBq& -0A->fK*(P 0FPUc"scsj́]!NS4mpWobŭya̮sj/slj"Imt64٬4//8KBCݲFsDwj -V04fvt;)&}oUP:P|Ni)_ -:nޥɳHy!Cu`b033[wCˊnLMi 4TZ%)OM>.Ci혐^'G+C700//Ya h\Z@_5稁s𳪣K19{pm}NIWRC/cnM:YMl,myƆ};.L}E;!Wz|·wIZdT0[hybG!.ҙfFsx3h0DTѪRJ) yH -DD2e{`>h2sa|į&Mxt* p%6v@d3 Ax}%aYNVVӟ+y1Ch4]fA^ǝg[>/3=%i oB" Q#2g޼\ C^XaؼEvVޡa b+ ?~vaXa;  - CH{X={ 4(Xʘs y#K矌:3"ҕI¦ 4^?1> xt&st+ƾvBx2#ᙊy&bkQMJܧdWŤvLJcXɽ͟"LIjA)~w%%OaX-F0d@0`Hʀ`ћ(%b @DA$b1k/+ -~\S=ÀPYN:tO+Q'ޛ] ܴf Txa !eJа5z'n|m Cl1(0IõJ}fW}-%Ḫf0\c*f*Vo~˶&ꤦ裞K6|ȃ`&BPHJIP\{8;_6:hW~4kFoT8}>Y﹵Qo ZO$pO{5yIt|D/k2'OW_WћQIh ۝7ԗI~; -F)w*rYJųo<͸lҜN|pz]';ƩFZ"ԊNI_ϩtm/R?FwP >QQ|;-RN^)ʅ*=4ẑNUL/]4\KS+v;ǨQ/;^ {ѽ"T6r䔾W9xa(XLgf&QΣ+:1w]p>6^jYi>/p\;Jy7mqhj^NHT}I͙3/oWL)]ن iqRL:ћ]:\1N.u> [KCIx;'f>?34+3su7 IՂ> /(94]0OR4Y5mun}Tx呂ʋؙhOf7a"Lj\n -V}N(JVϽlMbRH(b,ғ* Lhe患( ,bZ1S|iؘ[y7Զ -yl埌Ǧh> -kNnP4[ҌIad "K[ +3303||-:K ieG4]HPVC" 7W endstream endobj 385 0 obj <>stream -HWz\DBD\Uc'C}"$ͤ9:{=}LF\8]n*a)iB{"BՂ"͔:DRَa1lkDmtgLpjT*ǩT0<,|(3p8](*|?nD3 ڗIf5cλPc'}d 9$/'~c CSBs,C(kJQ-}@}֖RIC/޴ĒB6ҒIU0mlFY څI1C.-^oE{S{ vh̵%j]stU3n&¾ȑ߮ ZJ^c<`M&ޥlm+D !It 63\+q6pbLjB&#N01iMR1v4*sW+u-2!MvFQj@WqDOJ]}-Q1Wt޸ao۝ǜ)Ze6i8ɰCf.+UhЙ¨)B$pS$8$,EIRh[hgњm[RޅECRK>XSf&()gyr[*4+f+^ -md0 b&>uoWPn -4*PU8wkke1, {|"WPy3tP ΛXGcJxvQj2gGW&JW i;n`|@K)ᨔV]vaGB_X7ap-I:uM.\U0Cm3Y+3żt *U$ֽ -7pv%.\լVՋx4T!׿3J@pI,"{RDII@C=xMtqZHb!Z3pXN8JiP :T->Lwmϓ :,ÐE[=񔋔ad,Ffvln[2@E%1c2!E扒4BmJ}U3ƥ;%˰b-IC>;ICaL@!||K4D[ Cu+Dd{3lhZ,vTaN0X̎awiHOM}'H -JbV`&9ZvHHݭd"5ǩӸg]El"cQ/u/CWw R0C.0e6r!xlЏȮL_޳gha]]nU,zJxŪBtmS-ޝغCN?{4n5+mo9Mjo2xӄ#8R*3(uCbz`a=E;-GdBe -eF0AnocCMߢP7Un&]fAO==DG 7AqJ2jYGH w͆b:_1mx:ϭw H=&$R!y>ևYm=./Z8Nic+]k ^I4BJM4+UA[ш>\r>Ͽ ^Ozw[M!7 -Rwz_cceX[T3,5" VMۈgYW8?X*>߈7'ޑa;:1 / -^T% -0^6B>R"C@K%6H~uSW~767#w…^diEI9>/-DbE-c9g{oUB\A7ldG#luuk@˱ Ph7񳃿/]{smR[zKWC*Ɔ)C#ѣ[_߂hn/U[=oN υ!R*J] _?(CL CD((atVu:%]vU"hfشK ϥ N1=إn∡`9YTxN(KQ7oe$8ڊ_9 gK^aRM@'JOģ&ƙC,<:xiugPԱ%a})JJUʪP/VgUQxip pi*-&uhycF +"Q,vf-ĵ RsMpb?뇖**-x dǐnS^I/*,ą5%nAKTo-E%ڳ<ɷšf82?:9pvm!ߘd3Pv . vzW|gh& O:K6r(K|h,"Y>Lb b̭w -%Sa#'lpln}yK_Dt9/\g? - (}3/=f#t plEԛ_؁C==]RA!( BP A[򾷇pwcw oAP2 AozlOC@e)1B - ʞ?U pۚH,W7+ ك0}'-?6(3cOxτ 1@rdxܽ(}==4 2aˆWCZUgw+l|D.z}=54"kXb?#_Ȍ'ߠ&؄[wީ ?Q3~!{|G'KKePUWUqTZ[ ㇼ+o(1 ǣ00RdՅy(Tqe"Dh:_1wW Cdzcv -> -(|KsÀzS+/zA:ɅP'@:J('s.rSAV-5tGu765[7|s۷F᥹a7TK - \ҵbk}9)N~y)xԙKR;r+r޻aRє0>n<=0, ^p $}kiiO׀/<]4$FyO;Im ̥3q8RN3HN.DFH1PڮO"n$r ߂ِÕdV$\+*(_.u@-*d`@4W͛{U rΠ8BE$= -9\ UA`4BWP1^CK~]Aӿ)G8"^f Є,UEw%H*dUPQdjA@uo;2ۉ2T*Ng(tm&b ^ڤpzW7st[Q2}$v%d/hB Mf1^PlӨZ 1ǠGa7(Xã?y KŴr?'<7[] ȯ,蟚jT{5f6ESsZ]LHÞpVÁbXί)bHkK4w6JҴf>V=҇X%s+%+٤ -kم~;nte&3.n]KpˮGƬ;X>̃z =ovw<܅N*u&_!%^ -#l-rꈑ6'TD`CN@ (޷Vǐ -W-.uf'lXż=Xh\ -F˷.Vu˛reZü*2v%eoZ_Wpj]j /͐Ekԙ!R!!7W5uAi[iPq_ 7oqXř!tHUjώu -P%A-gɘY7*@moן6xJ%Iu[*zk(@VtHVIRj 'tT]d@Z{qV[vI%wܳp1Fمtk,A<8SclѼrpg01!ӊ -H|$I\ Ǧ1+9 Hmk .zb.:UX5WS<+x'd',;^WQK=ΊRZ$ӆMAIXC)7Hk {-T@Z3?P~C -@tTlH0I$" ֑AAbyPs nctwܥMAA8yjZe$vY,Ƥ$>8pG tk˻16m(cy͘xi|.MK`2v,R) ~uP ɨmu#BslOJ>u1Fyq,e_8sfI:dԫS烾*pPcBb1>>@t5֋9 )8MƎ(UNv#D=:oCOxJsP`~ֱVSIg(7HX7ʩk 6IQrd䲺qİ|/ dޡް?ҳե}V[|@S7.}Ƹ;mG.4NM[- /Ț\-=%fbAt2Af_d_s s쁐sʥZ7c -]}MvhM -:pYa,"Iދ!IwkÉ ކ6}̼+zD%/uJ&,4~|p50 [12J*gJvw]@>Y_{n"ez|v!qMo#F+# QI؈YmWNJ}{gθNpWAþ6Sp -{9l=bQ|#^`z' Hƽv-(=)c?;n9&?ʽeMGqh%IUp^ȋrK ~! -\[ۀ/â!Ҿg--9:UO}ǚF:W,w:=S  caԧxq.}`1pDfHYÑ -?2,~XYS/!+N!NY]o;8Ex勞h#HӞ4sAٟATsq hOc|r͎oY°.J]]q~@V@LF8;>q3}FLBh+?ld 5!aӊܕs]gMbJ%Ec:Դf1< 4z! -(^ )ӃDOm%]g.&s.Ir|;w_ϓ0s38Ag'ٲ2=ٸ$GOr4|T.v5[]Y;Sp1}1gll~cժVyw37 6>|;S%]8rSw]6;75}rnnw7Άɫ>Z1q퍟Zs!Du+j4Ln"#Ѱ.kKȲUE*DVբ%Eoxt㖈>mviH֍H;HzRٮ@;"(zu8FtAF5ZQ0`[^mv6 RT$uMmp6oa8l(i3)qEq²l\@S!vBu!mw\=cЯ|,gy*q&W7v>S m.bE@J -_2/|=|>V87nvx)8tqMF0cßm/M&΄_e 2dcճ=nGiq`KE^'d'/x=ɫ]:nP(-)մBW_.Z;6ۗ)W4ebt5_n9m0 y9ZCÔe&#٤j]KU>R.S*4cyn&'ZO1,k=ebZsuߙLUvW^|̚'ۚ 1F\iH*ǀӱֶS)n#d}ڵ &- !eQ@Ĝ84Z%,NЂأccItq -wL{XP͑zzd9i2zd_u.|ҹ"GR} zLQ8`.hbkn$v= (%\ -.n4uٛqsTdtVJby iVn9.B/J+ 2Ɏʫ2{z: ĤxP1_xO&?yGAՎ](\.:0kev9[ifCۥY.ݐxl݆@vUܷfyw -XbE!D:.4tFQM` h >NݞS*=GRe(AS"[u@˟OA3/zi8g ,]k/ -N{EVCi=.YwFF9z1q$Hj:CYYTu9j^  -Be4]К _h2{m6uN -gc(N0':nWcOӗ~y7~~[?Տ/o>y_^ﶿl_H5a,x}$O7WJ4׽T7n퓸ǩ7(&v=o|I  V&xdk]݃l; uu kįqm& xVVyV1܃U&*V?& -z d[JzJ6P%߃'vBI d3r`,Aރ|vz 6;\21lcQ;)U.Im ̎VˀTTmWFPaV6<}z1a$k`)aa>)k`f',ef& OEQ`񓱁׈guqlve4=FU2z(p2>r\6w=?؍v+݁vLY#> '9Пm MJxjϺ)4 %7vOīo#SofSUPٔtހtl୘AG=>M(dM׮`,T}S>yZ:J[j}~^]UF 6%mx6UWUE -~>A-Lē#ycz /;7l|Ʀh1|,|;vɐY2d4[寲~q4{$Xsu߼AVeSQۈ}65WU<+<XeU*GYaM!d`MM.WTC-y p'"' `TW9M/Qѐ)x`a0:\gVh.1d&v rqVZWfm}NYRSiRN?H#IiLܙ4&cݓHdăqCG 2Wcٜui[V%\ㄡMMu,suZ˜IBep5bO Ͽ -ef%bFM>:b:d]BR_ f>vϲs@/$7hm$qmFrdD8KLli$Qv0@).;_ኽUvs!7F ,_cU!T͂\70ޭMVuM _<*rK$; (xjVnjZ#'Hzg %C^L Z3 ݑ(eKb3-")`б]&#lӝzSO]L4(d!×WF25:(,Å2\j,Ě&a%Qܝ@H#"Y HcW2xd3 -Oe@ޠMXdm֌] e8t7 -#1I/B-)Ef\msюtRpFM |8eq4tl͋z_,~ͯȯ2/Y:.HF -K#£F -Haifϩ,LmFx҅6R s`̰d3 sǥ{8ޭq9vnܪ [ݨ4+4 i޿4[]q>mqX׆6UcBa56Aojl61- +,l<ޫ_Y2n(_A%txRpCM(q&xa(29Yͫ@ XYɉʄg@ӭR&q4r"2%'V<q4l_yU:wZ`3B 'R - N+ -#iW歪aړ贎Mi:k. i @s|&OK7L%K~7pf]_bBNuT6Ba$nuP @48ETHykOٓv#ysι{ֺniZGֺ9[z#{;KּsΫa)̍sEf  -{Gj2^s`C( =|Bd@ P@|U,/le6_?OBdob7 =H!LFQrz#g>J(rqC%ϨQy&C !idM+\Z5͎c\eM%b푐=^Iz*K,RR4'CwT -zqeVDdvfdW+ļe@. #V+aV_ȸf;Vm[Bc4:.c/"e$ˈo pD!ъ(Ы}vڤTqEz ;g, Pủ,/]폚E3J{ɓw)'Q vݞ -|ЛO|ǿO~M![xhr^-;r8  -zPuY62N@l$×n2tm(aQm[[7'`9Czs7B\sc_]™iJ&UJ4m 0|荀||#&bJ'+;1pJx+x.A \4S}PԎ`  uA T^I v$|tlI,q DYtɆ(8'#' - ͶIxHkQg!pv|F<0F -d!h1߆ZYXEtO$Hǘ@J= yc,ה-|8IWNvQ¼{09j2W2W~!"Cf%\SB$2Ʉ'rgvx^͎pt$5+o HGpn* c`ހۚ^ -;%X(#  &$SdEx('<,J0O"n'7pi¥1;O!xp`B*Q$Gs7V tȼ OP4}4o2.f_KԆy('3 mpTaC5H#~Ny2jn$8'\K>O$UQ1,+XVa}\‰-ʎOyxd -b}D\͉h{()JF"3!xBnA79\ %z;c"Jz")r8t5|.b2&\`h%ޜ3T -Gլjbr7/i}G:P%Z;:;Kzz<0'CZQKߠ9(؅"Mj _@/E2 -XH=NlN58 4 ␔e6!{3zա Qȹs!c&8sST@EH- [PeEmIҢ qYJIr"M(A sh3Yꆋو.;B蟞v66O4g_ }y߷ۻ߿U}"Awoh=eCC/`?oHӾu=?lRt)a?+RՊʱ2?('2TX\ -@Y J?[` Ty'8x2/b;Mzb | -4,a[c,MR$ޅ{WqkB!ǯ^o" 'EjN.,_~ - oV54-=mKU:`| hKuRlmkL`k\YJѵt⪿~:h+fU},R-=muiUN6N\!ÆxJ!mT5W}4|qpyZni4:tO7&}W.H& \BGRi*zT/&Nقe@(tT?x.@.lNww)+=9:fBZ) ÅO:KVOKm;X-jXQxt$zFE]X @4xs{ɆmӘe9\/̙=9˞AxUs2$;6,ck:WϿS g@b'Ya)} CTc VH[% -re'%ޚHmWB.k‰G s@ Q 0#)f6Q͉`+[Ң9$.9Vӂá lclq2q,恢ތkmxݯg>E@X!^_t1|KEE-"h9Vn4x F?9]q'^s5C6׶+EkS@)6?q0td\1PKfq9Rs4#?69c.%?G'G\^|U%PlL@e|H:_ofFHIZ5{<-KLEb]-⼈EJg"""-"r,ҫo#_x_^3 pMSvp1:@צ nIE;: hnu"҈Ӻ7(hM$_sD0+ޘ|fL[ndt14  ؍-=BՐx-lT3u(`*y+qg"k}q'΀ƕM*'" -۵w\FgyLY3RYz 1-lӒ:3tL?rp̹1XJtKKO442e""-"rlϵ֧|zg/?(LMJBWZ7l"B<.4|ĴIy`YfHyJWh" -z-G -pGW=pG2 ʞD[l-CDYhTkF )b~1%#C@=-3Ш=g[Z͆ƅ=)S2Bkd꼰;Ukzd3|{>~Cj -hX}eSwtZ=ht{J+MjD"0?`Y܎\()؜ %iˢJ]vC>3Z -2ZM -ĪZjeRr07T߬Wۮ `C7Rҳ>SP&H N7fmnPC(rQ[E Xxph -F\|*m>8l^dzg:<5 TЊw$!TG;=EwuT톥"E.L׎f>RXtَ}p>>it94KA3bqM"EO4YWfLxéہrr$oPvr luU -mo'KMs.A6y,r?0l4>lj=G&!뒓H $`Q v-*VOfY9b2(9RC=W#-h ];tG-еDEt}8-PF]\6&爑+@Λ_+opVŠ91Z`@a`F_[j\`1;%9@%mQEr>A.{{ #2#6sdFx"Js"I,"1z|Gb {2@ -1 -沯~=q Le9AvN9S 47GJa7$"%]$"%Ǹ6v)(F9:NT 01.?pQ:*AŪbך:6,4j':{"JN൰ݼزy)dk"&hm^lxs!-Nښ.+3vl|*VN--щ3d[U>͇7.S*̿o|^lj"&ixygWMVͩ*d46}x1OAd屃ǞѪr;UI. -dRT ]b:\\@+e - ]j)jR^ni9j-coBfr00bFBP)kbvn~`$:#UX@(s R.`xf@oDxf@zvNGO]`xfp0<3g) 2eI󜸀'0Ѻ`ZmLŸڻr:w&^߽.ĝ6NL@luOOKנnejc2OL߶>17 -vipUw}Oˏ_}͍;/r! ~=J YD/b,2+J+\Om"wm}xo'F(>ET0%xx(@ (]EVPx|1{\E3Ry5'leL^UtÈuuq8H\}&aY؍:\E3e翾b(, yU:* |-e% -DPGy! s ^ qgWf5/2T7Y{z@4@+W%=grM]:Lǐ́1>ZoGoV<}|w*=>C-yA=r$˚mlzAyA%m+ ̮Qb/>Dd'%`eYQfI(DY&ų{N>}8Y,+9CTk=ZӜ%y_S`A$?2r)Q٘|F7~KJb^95 ]{t]tyكsj8G Sf3+I9a."z/Us -nhx.S)z`>| endstream endobj 386 0 obj <>stream -HWݎ\ ~ysS`m'(%W540\ nzw:h޾Eifm/CJ> -)R2Tx[p%_b,k.Yx9yWB-WNJ-xu5c]qnLs=SZɾpOqɯApIٯ5f^L=1xau&Ȯȹ\| pcq̉QOpu~sQm -Ob\CG@\svr@]KUGr+8ƕԴFXt5nBKJ‹*3joR -%Ǻ:jmbmt)&ѽM5@QDѾJCd -u`\$P( -ȫKbq)ڕ|9LFv {^rp@/&ۦiH%f!#נ9%Zo+#Z;)LBm4oMFv"LN簻\ն B7jPesiצ4۞fo;ҴcUpB; C].,?s>//xÛߗo?>rp}ë'w^`?ObwmiiYA.}:bFa$F9 iyf-JE!fVRt.Լ{rڧr WSA:T4cR+m˼ U~OTS<"U0_n0tna-uur59Dh(K.#(v%ˊNĥFSHum_0j/.c}1޽{^ܽ{u5pԿ1ZKnihRRTNh~@;3)܄'`=VB4kJĘt:y-w1yZqs.f\qߒ6X{WqrB\'`v afԵ2Rq)s>._UId YF{=#]?}-Q] 2({ֹ|JGsbru2r0)d9s-喁.١sf s1 -!tOi9ż7p <+rN9 Ju``8.W"͛<{inQNhӜk9n؝--큰O|/S-[`ʱbxQؽԻUEm7Q0-iClӶ\Sd]!}ɢdg]*y 8͞N620UK^jb`hDv=ky>=oD_Tk_}jsݪ,-;]U=VwJ -S9u<j#VBBC/6}UFu#RfZmzrs>cl_00Scωx6iMH ~R"_5BmzG˳:5\Á2rS!c7-'hU[x:? /J_߼ϗdгX\kok9$Ռ֣YL^:5*pS,%$QA飴"0Z9AxBw"Hj^-as18t.14 -}B,ӣ&%`o960sh4Tdձ/1VZe`qL sB)q~ AU -Jク5WbLNΒWԕ2s}lJƫ -M=}B^6G~Ü}tW#$\V1g)z1U?k%%Ǹ!Nǜ3~ȻF>oykm\}gՇr&?݇ - U9=lfKu;tsnl F`'/'/Mq&x .2wf2?ҵ.i陱2N4X7f~nK" 瞜_4>!2N¾_^VÍCLw\p/>>}xק?ܡ10JmU[#Aq/Kר0Ƅ0 !1lT`%U%u -ص0P&ssiBE-lOԅ3/Bajؿ\y"MN{a+S7vԥeZr30&Pv;s̈rZ oke: . si `g Fhje:Do`/^(y c@t qW5 jo&pTYZCSĆd!KGfPd2 2EƎl%ػ1L)p6tR|Xm{ű\4vPLH:^ʐkt$0 sIAٸV6++\b#3H<}pwү4mX jo̩cD+'KBi9y*vSrUUd"Sf6zMk0~%y%}ncU hry3馭iת-J)U?pH.1t} ` tw|ۯ7[_>?>ri'Yl3 J %่Ζ .<5oE׉V/SFaPTuw6Ez. qH1;0|϶Gq± ؁θGZ mb(U#/"-r7SL;ET9,cs}P8 qhI b!Ĺ+Sgi9dGGjv5%6 l`a=Z,cMU$ 2⏯JOzګ@pq6GDD~"oDY[;+i[tQVXTl Mß\ -ӑ).+ljcXA$t> N|9Z]]# &ǜ7l_됾r'mep]YYmY;"X">\&*BQ2tW|3f7*D2^{V3c[j"\rǹEr~d/O×?ܥYZdxtx r|=%:FNU|"F[d"**08 2%RsGþ }DJM 8&Rܤx$߈R얩ȏ ED HZծQ`l9V \  khз4k9KN E&UhRuuԣQ9p -z%׈5IFi cXPyTWytFn!eA_d)5&ٰEaF9ėRԸA*yB@b 1!1zKJ?ZTBQ!/+}G!lMЫI̴ǩ҉Nxla":f($_F!}%.v㿟|̂=DDCcInAT*(AN -+5{$._ÔL9\{ހd6YaM>/bՍD8xj|zG*O 0Q6{9ma -z 5r(WFÓN/W~T5ј7Cϓ/J6^q>0[skäWkLiSi(D E-ۨei^g10!+)V\ѮP"㙬r҉t43IǶM*J)Rme,Q"qu8 2bqijp1-MHn=vcnHjGQuӴ}@G:3l/_пݗWH_ A2Pj:߭1\TzFIT\8u CQkkmD@\cFV% -xIV^Cx(5F7 ,_I<1b?SżRW5E:89\C\LB39Q 16 䶰AbGA&X-Y$Tbأ-)װ-F. -!(5P+RyHò;߰Jb.35+7:9p*(Zcc,䵨7N"`}dZ=tAUSYF5k%cIV%S&%!`9 ?o?~"万cQGu70hOcU e_%ȑFᘁQ#\Q$<ɆrX:5&#!vX16<8OqJHH%1"<+l1y> MSxlӫ<.,37q+αǤ AA(ǂx0t~'"ՏdzZG |-OHG.%$.ONhlSM "mmzg'c;X jgEdž9 zД=^F*ɑ+7'; u ^ڀW (Ped~'e\1/b6ͦg踴{mr/1Zl|L{ %('ho_چ#;Thym:c10Mץh_ 4Eq#fne0\:/Fbfjo ^9Ow't|7i}ϱ=,bRb-=#Tf`(rf6 ^ $Q$]wĹJ ]7改ڊh=@.09Ze_eH!XS54H!  -R; -t"[i*Fb7k0PCzJo bXsOm&#^6J$c}刓h#ºJ΀ _ [0ϊьgl\hM fDF;Զ7!69[b)T@rU;6FkAEW.`W \m fFQirΒ߾~{.mC F~-rA _!ǵd!X Gqƛ ^&=گhp Ҙqa;Xuoյuq bZaZ@jE8DsS5ϰ-*xZFvgWj-\wl$7jpIʌ,.,y3oSR)~kfeH36AyDðu~aQ{:LV0+NKBa> -Hd(a d *K{KW(3_'CĪ<;n&82°9 斍--*dSjajwFeW- [[wq} -<4 e-aVfgϭCLVK|*RYw6Q"c>ri G\uy%@> RH$EXd]bYͥ{2_!N3A(q\MZiUӪ֮Ѯ Bo[q۱qnGShtzm "4|p+6m-f8e.̽KB$.mmF[Z9frm$ic`m0 >#m`f{qlƙc ^.vT:E+[=eV -3EXR7)]veGpKdVI=Bc!Wq -6= Q#x3 -ubʕNTrS`Jl+%xEH %[p-g*nc}U.FV02Ð" `֧ k=_f(˩N۹^ivNcA\O=)V&=IeOʱ,'e\dO&\Rl0R"b\/m2(ET8N"ݜNǰ qP؅ƴSeȍ[{7d7/"ڝ" `4(v7LY n)Τwnݽ8]nv`_ p K7N!6.IvLvmc72Ɩ/şLD*f%gJ2C1Bg;oJ$*%i' O4@|p@G*\IgRlg@!pUV]>ڞպSYJ\N>75o;u 4s!Uկ{ws$_,(NӲd6:#7,}/&G`N'utCYNvL{6@7DSTdD~Z``%x$61p@lUno!R>s#p7@Ԥ6 JJٔFJ9 ^%p| 642C9&ڵ]SLJ&XHrt/*Fx.ᨭ۸~!mz56CG87oKCm1d=osp{{ڥ!mFQ\-oǵ~g]K[m2Fq5\f=Ʋo7敼`.\;5\;t;j!K<6ʎ. +#S$ȞASfxx -Q#y[H>E'o3RfOױj Χ '3 ͥ91Xelc/tO<^)򃄾Cf9{@ew߱KǼI(]#H7ej`#+ )ScB减VVQ*B9a\W>ExLdmI2ܦR<#خQ.)^5+v$ȩbA::Q|X5d+V- -j Rw$E%et5Q|R.1jA`k.64"Id(qk}/vvD(,߲-{0w֧_DEq>H'|4f_R?0S<6:g|cڧWRjJtBS{mĽ5L^[/+nQ=wF;,i GfШ0 1-ZЛ YHnx'H_}f/HΟ*Rg HF(UE6Xŋ0]ӿ˰Qˌ<zS3sGS- '|,)#KH1|tċfIKW|m9sk -_ۅ5`FqHeQ #0AүtYh&je" X1Yߗ+;]}+>v0p޽N:nL|P&B#j 4Woo0X@^26J 14NX2]2Ēp/OZ+C8 #D0^@)Kov6(5 `GWg0qHC'+z'{ʹWrMm@wt/װJPlжu=^ha)XC WLynPY6*|##:]uW9l5ZpFos1JIs-2)$P+:fC*BW _5`JIP l$>J.6Lct1i+^V_WAElȳW쥮qۀ5e -3EH4(S$Z1YɅERA^B@J- pA[0zdz#7lPT 8Yq¥tM7Itƹ"\_ Q+>v:P nOJPUPbtt]]0U2<(AZfTl70nv\#W>: -/LwсV&s")C$hM/u]}1fqg9]M^)3[aqb<:T'<.$R],oH͞f1}=0->9QsPkFi˴U-Qmjiqa> -- e(1 ~ΆcG19fmeGIY ƄNƋ5^Q[ ܲ 0~]-u\>][p_^_Ny>߿(@} 7d"4H!4`0\[0.!s:EpXúP!gʸ*SJ;@_>_)I~Lx1x..'tV:UGΓ|*fB3HA3Z!ڸX߂XAsghM q;segޥ3TgpV7$NZ6p.aoml'Ep8Pd{cRT]%TݾpԮ.tTk[ڏ?>|@r֓LYEL@u6-YÌ K9Mvn&מФ4h^1l}Z{^Lv"wN|:DN3rnovg f2J9cg}$7Aol4i^Fخ#T/~X5=9УR^\ ,}.D7So)(lmɶ弍˶r6Mnvu_]%׎k^jY-uN+;Qz,.o Ýu -iZםvy}ӽxTk{8]M, 8ͪq&MabߋtW,oj ]vOԺPdj-^sM{U5-. ypj3(m*ZBm8NGax-\+hx/W -Y6]+\+rEجC}(QtPIxPU6 Yv;Wd-W]1S0/W a߫ØXɦ}ou>-ԆtYnT%Ljv/WL~<~}}FP33 96]rleF㴺Bf: `:?8I30ed m=;c^fqu{M gۗQNGcpt{:WN/3; pzVq -9,+nIMT9U=9x*2lD Gg~=l:3˓(6jDj$Mjpt#i ;zk{> 5ΓӻLCJϴZ:Ǘ{o1tq[)nX4pܓY:ly;ʢg{[?^[,IVyZeqv{WvS뵍q>FWьM%'"9ynV"N5vbr ~5_ł,)t1,dj8 -be:BwNw}RxН'L]iTw={A3o ;1sJYz<. ^-K3*1)KR)1rm%d쯄p"j=x|-F04cѳttK f."ֳ #g:fFS-SeNq;ĪYd#Fs8fEt<&C˅ ))~õ<=p[j{~DCo!8HJqܨj1L8gAvqKGb!_求,]rĊl PzT8LjT=QHA?8eHmNϕ-_>X-\lUq|">E])! {jΜ -$9]6H\0.Dy5>V'# -E5C8 ҏo@Yu5&.Qkj8=TӋS@X)'78d!AL@YaA՜F*KZ@+A/3@4Q![G !Qf֬3EV50zk6U_$c2lؒ^35d Set}'?c&0XZ=22ܪ*mB;@XI4h3pft%?WK7 +*c= -f.$27uItU5aG y!(H3pնG q( jIChZ4-Qτ+rL޻a>9Sd, -280/OdP:hu^ڗj%ysC#+"N`7gC\' G3}4unסuX!GϨhEq]9Nh2*o9(pgdxMKʶs3HSTQb] sp]7\Ei5ޅ[| Rk _j' -`} &3͜1޲T;c+3 -B+9#\-eN-I<]Kpd,S꽕iX"2Au8k74%4k<>vLH RJ P:7`aSc'ߥN ^ cɐ˓k[<ϊ4<S#?^Xz4o_^ӝ#![eeJ!ͦ ~a,?;zV?lc -L ]Arהs:R!ad[䃫Z*>ɳ(Pd|^+ ݟZjW'Eokrk;n6Xx]|V`5:0f|.hЦcv@BKvCpxgj=^ ǧ?ȗ!Jc" 4SoxT#U@6=@-L nvf( WZ1qT+q9M`BwhVǯ|? Q, endstream endobj 5 0 obj <> endobj 6 0 obj <> endobj 172 0 obj [/View/Design] endobj 173 0 obj <>>> endobj 170 0 obj [/View/Design] endobj 171 0 obj <>>> endobj 199 0 obj [198 0 R 197 0 R] endobj 387 0 obj <> endobj xref 0 388 0000000004 65535 f -0000000016 00000 n -0000000190 00000 n -0000021666 00000 n -0000000091 00000 f -0000523064 00000 n -0000523139 00000 n -0000000000 00000 f -0000021717 00000 n -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000523336 00000 n -0000523368 00000 n -0000523218 00000 n -0000523250 00000 n -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000195082 00000 n -0000195159 00000 n -0000523454 00000 n -0000023136 00000 n -0000151080 00000 n -0000195714 00000 n -0000190168 00000 n -0000195476 00000 n -0000195590 00000 n -0000152274 00000 n -0000152496 00000 n -0000152719 00000 n -0000153267 00000 n -0000153688 00000 n -0000154678 00000 n -0000155840 00000 n -0000156063 00000 n -0000156422 00000 n -0000156904 00000 n -0000157646 00000 n -0000158129 00000 n -0000158690 00000 n -0000159081 00000 n -0000159670 00000 n -0000159894 00000 n -0000160116 00000 n -0000160338 00000 n -0000161008 00000 n -0000161339 00000 n -0000161703 00000 n -0000162058 00000 n -0000162387 00000 n -0000162610 00000 n -0000162985 00000 n -0000163491 00000 n -0000164085 00000 n -0000164308 00000 n -0000165362 00000 n -0000166018 00000 n -0000166242 00000 n -0000166517 00000 n -0000166741 00000 n -0000166962 00000 n -0000167298 00000 n -0000167636 00000 n -0000168423 00000 n -0000168647 00000 n -0000169146 00000 n -0000169582 00000 n -0000171645 00000 n -0000171969 00000 n -0000172525 00000 n -0000172749 00000 n -0000173075 00000 n -0000173566 00000 n -0000173901 00000 n -0000174552 00000 n -0000175016 00000 n -0000175863 00000 n -0000176415 00000 n -0000176814 00000 n -0000177348 00000 n -0000178034 00000 n -0000178512 00000 n -0000179820 00000 n -0000180257 00000 n -0000180538 00000 n -0000180840 00000 n -0000181131 00000 n -0000183973 00000 n -0000184485 00000 n -0000184937 00000 n -0000185336 00000 n -0000185732 00000 n -0000185990 00000 n -0000186415 00000 n -0000187163 00000 n -0000187436 00000 n -0000187822 00000 n -0000188303 00000 n -0000188786 00000 n -0000189009 00000 n -0000189259 00000 n -0000189658 00000 n -0000189881 00000 n -0000151146 00000 n -0000151710 00000 n -0000151760 00000 n -0000195018 00000 n -0000194954 00000 n -0000194890 00000 n -0000194826 00000 n -0000194762 00000 n -0000194698 00000 n -0000194634 00000 n -0000194570 00000 n -0000194506 00000 n -0000194442 00000 n -0000194378 00000 n -0000194314 00000 n -0000194250 00000 n -0000194186 00000 n -0000194122 00000 n -0000194058 00000 n -0000193994 00000 n -0000193930 00000 n -0000193866 00000 n -0000193802 00000 n -0000193738 00000 n -0000193674 00000 n -0000193610 00000 n -0000193546 00000 n -0000193482 00000 n -0000193418 00000 n -0000193354 00000 n -0000193290 00000 n -0000193226 00000 n -0000193162 00000 n -0000193098 00000 n -0000193034 00000 n -0000192970 00000 n -0000192906 00000 n -0000192842 00000 n -0000192778 00000 n -0000192714 00000 n -0000192650 00000 n -0000192586 00000 n -0000192522 00000 n -0000192458 00000 n -0000192394 00000 n -0000192330 00000 n -0000192266 00000 n -0000192202 00000 n -0000192138 00000 n -0000192074 00000 n -0000192010 00000 n -0000191946 00000 n -0000191882 00000 n -0000191818 00000 n -0000191754 00000 n -0000191690 00000 n -0000191626 00000 n -0000191562 00000 n -0000191498 00000 n -0000191434 00000 n -0000191370 00000 n -0000191306 00000 n -0000191242 00000 n -0000191178 00000 n -0000191114 00000 n -0000191050 00000 n -0000190986 00000 n -0000190922 00000 n -0000190858 00000 n -0000190794 00000 n -0000190730 00000 n -0000190666 00000 n -0000190602 00000 n -0000190538 00000 n -0000190474 00000 n -0000190410 00000 n -0000190346 00000 n -0000190282 00000 n -0000190104 00000 n -0000195358 00000 n -0000195390 00000 n -0000195240 00000 n -0000195272 00000 n -0000195790 00000 n -0000196432 00000 n -0000197577 00000 n -0000205331 00000 n -0000225094 00000 n -0000246160 00000 n -0000265704 00000 n -0000286757 00000 n -0000308248 00000 n -0000328300 00000 n -0000347067 00000 n -0000365904 00000 n -0000387561 00000 n -0000408243 00000 n -0000424512 00000 n -0000432573 00000 n -0000436381 00000 n -0000442051 00000 n -0000461305 00000 n -0000469330 00000 n -0000484842 00000 n -0000503868 00000 n -0000523489 00000 n -trailer <]>> startxref 523678 %%EOF \ No newline at end of file diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/glyphicons@2x.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/glyphicons@2x.pdf deleted file mode 100644 index 2bdce28..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons/pdf/glyphicons@2x.pdf +++ /dev/null @@ -1,3767 +0,0 @@ -%PDF-1.5 % -1 0 obj <>/OCGs[5 0 R 6 0 R 197 0 R 198 0 R]>>/Pages 3 0 R/Type/Catalog>> endobj 2 0 obj <>stream - - - - - application/pdf - - - glyphicons@2x - - - Adobe Illustrator CC (Macintosh) - 2013-07-04T08:29:45+02:00 - 2014-01-28T10:29:30+01:00 - 2014-01-28T10:29:30+01:00 - - - - 52 - 256 - JPEG - /9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgBAAA0AwER AAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE 1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZ qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp 0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo +DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8A6UPJXlO18s6nrH/KtYJN V0+9li03SrUyvNcCGURxSpJNDAYo3pzFAUC9z0xSDRsMg0LTLXy/5osbLSfJ8tj+k4Bd6zqkNwxs 4J5Y39SNuvrTcrdF5cBsQeQ2Uqk2bTSfztqSaH5g1GLy5qE11o08sFlpwikWW/VOIjlg5xr8Dsx6 cqAVxQ3e+cNdi81aLpNr5ZvLnStTgE17rRIjjsiwcrHLGVJL1QBhyFK4qpL571U6L5ivz5X1JbzR ZmhstNaNvVvgFXhJCyqyFGlLKSheiry3qBireo+ctch1jy5bWWgXVzYayoe9ujFMn1LkVFJgU+Aj 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 - - - - proof:pdf - uuid:65E6390686CF11DBA6E2D887CEACB407 - xmp.did:50b7d494-cbca-4b51-bdee-2e5f3f4590c0 - uuid:fc82f1f1-affa-7944-9dd2-88bc9852af9d - - uuid:612942ce-3a52-1f47-8c72-ed274f280d48 - xmp.did:E26203960B206811822AE85E025903C5 - uuid:65E6390686CF11DBA6E2D887CEACB407 - proof:pdf - - - - - saved - xmp.iid:F77F1174072068118083C7F0484AEE19 - 2010-09-26T16:21:55+02:00 - Adobe Illustrator CS5 - / - - - saved - xmp.iid:50b7d494-cbca-4b51-bdee-2e5f3f4590c0 - 2013-07-04T08:29:42+02:00 - Adobe Illustrator CC (Macintosh) - / - - - - Web - 1 - True - False - - 1152.000000 - 4704.273400 - Pixels - - - - Cyan - Magenta - Yellow - Black - - - - - - Default Swatch Group - 0 - - - - Black - RGB - PROCESS - 0 - 0 - 0 - - - R=255 G=183 B=188 1 - RGB - PROCESS - 255 - 183 - 188 - - - - - - - Adobe PDF library 10.01 - - - - - - - - - - - - - - - - - - - - - - - - - endstream endobj 3 0 obj <> endobj 8 0 obj <>/Resources<>/Properties<>/XObject<>>>/Thumb 282 0 R/TrimBox[0.0 0.0 1152.0 4704.27]/Type/Page>> endobj 200 0 obj <>stream -HW;d kwu[ۀ#0x{:7#^;qbtDR"E}۟~=~{+Րnx=_/o[~ d.~ -)|>d.}{*3Юg L7Dp~<.^LeI PXV#kw 4\ -w*qI >֊Pk&;rƲ-#ZMM7fpL:XRʹbF2$E6 %l:6ώYtQ̚ԚM)6skBp ;l8eUE6k)t{#ظTLnX=;;(ǩ#!((FF)MkSoLBV @6S[bg%9,ǢkGr$Ul֡~bt%}*,G pˌB"o݃%hIS=,`Efl(kSmO -DEwFճ Qh k 1ĺVNPXɱ$zSӢ%MF̴hQPI:IgfNL&kZk {;h;XyM}jɫOM423y X;PXmO^c_x5ΣJv}'=7NZ֊ -.ERG]iWEI*s32G4SÝMe6o -eɠeP2z%@ԟL2)f0st&1Һiߊ4+a,mIef/]3T7T}3(ւ:z/hzĤmu~,uݎ@SiaַI=E"IJnz@:"l'181e6#ymyW5;¾GیN}Up(R]/vG"C=*y-s⁻A;#L/^*(?*I.tt2G'TnW.̥ -u*|ݪt -]jͣ^ 0)##u<6-Bګ5;u0tݪ朎:R;?iFPpߢw?hN -[}-,`ӱ~ldُC'VPn~v0Ck;91&ۺ||rzO؏b.['ʦrVj*뵎I*T<%TM6L yB.dIRڙ4%)=I /C=5ЙwK3_O#u?XCI[ ef e'ޠzAfP'?~}dy* )N]^^ TSQ k!Mɬ0.=R 0zH& W!edzvzynemЗyZ|x@e[%&_edjbr QFA(w]qVuD 2'­2 ́θ]s>1WҌ:yhܕqi U, 8[Q $0UyG낄_%ݡ5]jixhVh=(<sgoٔkDss0%4٩9D:a{(vlQ3I|l#s9LuR/]OBccg -8X֪I_<ڲV) -ٌJcjsuG+&z(`5kP}7T*wT~ImyjTA&;x. o -sf3%k$6JsGW? -0O&#[{iq^<1 B9 Hp;A\1Ԇm~>R"ȓ gL%mh]X?H0D`xA -c&?Q}ׯ -l&GHnD%x:8sX8= ކiҙowJfh u%ˠ[ [Z,!9qnkl0!P0%M2,GI#* U X6}A~|}`JӢXJnYn^UW02zriҥT/o(Js55(%qd p2V8.ߎv=޺E,Y*Xt ЬoAMF3Ti+VCH56;!Py-zbJDsS?L/%Aލ1ިEwinGƛ=Yxg!X}4xW.ZvҥFUUgVJ2`cmH[&~XjcP8z&v&<7Щ$]V ͎t> P!߀~F'_&]yۆAͳ{$ tVEr.5%V~!}US"īqn:''i rU$q ʹ0x]~!Hr@Ί,LlPR1sr\WTdgcpXKݘy5Γ'灹K[鮚hN9=ԞI&-DI oY{g >{- _Z_zK /-_Z_z÷[=-ޠ-w}ZQ%E)gEM9RcY/E5Zbs]?~$Lr-+`w.r[}\ˉ3pF;)rTn Dn0Ŏg8/ѢĴ1iOj/)kg!'K'i{Kg/flMI!9;JW2/IeTߤDO~k=|p?s$ZI4 -o·/=hwO,cfwYH؅7GhĹ#;b j+Qel~!-;[Y:@Q`Y@[zI8!w5:ueӐIC2 p A `?`) %!BYr7P{n!m/$\=W,5@EHjx4>N:$Q1Bvā@i~#`ժвuGy EޖE‡7 -E>ԩg %W~t}:2|-yEׇ]_ 7A5܊oT}85M$qǮ硂4B4E:H~ ߡna)d:|G+D Z򒘥_If\"*E쪫4i/EnQc{^r%gF3gZ' -vDiC>D!Poh[|Ψ{:)9:6zblRqJߗcJ)\EA>$toM>l?~b Mxz -VSW[C̊Df陯h,6M~N?s{T%CK"ۖ*7O8>le~t(  -H qa<)OU%a%_O=M76-S>0Kr`HyTc;Q4RGz[>J&u -s+䊚O=GGrϤA;wlyl{,J F#V ̋J崀 -/T!b<îdʔ,lvxyq`~> +A܏,j8/gZ=߷KlׯCL2A:;RB~J~3Gh7CW)[:xiN3ޭ(|sN؄ }2ppFMph迎Ѣ+tx~UTS+E t.e<77, -@kmTI,]Jclzob,ayYU@Ȍ%R.=ueE9o%Ga)e -]P_wGmE:v{-ehoz# -\'v;՚hѝ@LGa0TP=IbAW$ /{#y()fK!%|*:*!EE[ | 0V@Ѻ_ čKE+={뇼c+37HY|%"kO>lߗ}ߟwYyô tgm6_jM$8-(!俳f>z;A }VRQÚ[=jk }6Enre`znځ8sW@v́c|SC(k*BF0rP:Nj|1܂sxGF}6&_@0_|y|5p9{V >Hǒea}1pLȳMGS%Zlwo植Qɜ<ZqI!k.3vծID }#$$d AeG@@r5&ʞdwu呴"8aHPBBAZ Dž( -?WK)UyjӋmsJ 3@KtJI &,D=$nC]wld)%?[gՠB|Ϥeڠx!%p.Y&Uы2I qx֬Ys*Jjhы'ӌHG_|M]z[<j]P!J-`TUV!"Ga)ڬLȺ* -V,'^/eW ÚqV#Ww?lT߃`pL%DptJr~8+0c6]fp~]2H.ãbk8"YDVS' y#FbrR)$-g_h˦=j!TUgvh'*u܁88W>0 _a9uX9VMg:4V_3%{/K&0Ǧ,B>F0G}@֋렦i!H5Q|`0̞DR@iTߙ\ߌ}0c Fԁq<K˞1`/HXt|L2Bf)'ckزD{S0 (g*KgxklC[gv2qI̮?iD#izza%r@~1%b27tDj&JbjL&AF *GJ;[w" -UX$'aoG)1h BszPifUl&DPyfɹ0dLVn0t$Ǘ/fs#ГNk1޾t}|;|ۤaCF׷/LӚ' >k\j~qz<DJw q)rߞ/E\ueXFĆeb@R&g~zX&_j|@}ZAeh٤erGT~o XTJq@뉝_YZAџv1i鯧DNc%,0/gV+Pr).ȇ spF:ΰ/uZm7 8=D oS۞fA+_Kkp"]XQõ2{)FgGܖ&.>6 -[Y\N]~ee?RK94$Z!T=4!>Pe$d! s~b Ohd\|h}x8Bm2X \@wŝC -]җ -$4iDɓpEp" -l*Eb؎.=C03)h FZT 7lTSC N Yy̟BlVhd 1}'՜*i4d q.]8!>i{]`8@=DΊ8onE^\EztH"H4W FoĺQΰ]r"[L/#~>oR `iFJIChw*؝ڛ63ݒ$ږN{ 'ze׬ -%h4G7w ýuNO7"ȕlbCA - ZrZ5Ʃ{ -3ꑍYkv)n6P}Qm%fصqg Ґ%fJ۴뼪&7a"S/=&Nuoc,CTJϧ1cψcMCUH)5i[&k)ic,T{XPC8d̬硃LkkjqW[1w/;Ҳ S?y{zs)DCaNA$ Ժm%oWdI;el$ײhY5C?a%V(RXb_bݗse(P1>LR8V-eN٨5}no>C>H谊zl]r&彩z ,į($/pdB|Q ŮVvs#J#Xɤ%Nja|uY52.<.-c`dd{@azC~ۓ!mEi?qÿsECHc8~0-X -hȃvr @D9͉; Q?`ќ:2YjrqW(,>mkZĻݶ a]چ i[0ʶa˷PcŜ*W:GܕT]h%Uyd`RKyY\($ ;ֽ;3 ˕e<Ҫ\o-jdmyr$Ml.^J(c?c[ǢcgHRکyyT9W\+z%ty-68yk89 N_4nD =i!V\BK:Ԉ:p\7b7b.ҭˍ$=L -_\GU5;qUf[EEɄ\|>*4/LF0mmk_̍88CʔLs|޼Ĩ0F[Bv$I0x4ۡ~Yp/oޗ]Qd\WXvYBQvU6wwz %_9Ħ$XlIP8v)*&(vHb\}u_yb 763X=3$`"qҶ78ү[Bꬪ("q\cPd)qc "TbL 2Uzd@Yc0;uw+`GxG׍W #RUz|D2V9Y+^j:\2ov[į&Km1c)LU10Q|[ߤ]Ï OC@61ly]Y mԽ-Dwu'=v[j=UYpziy̴E x;B\亮*Skv*t<xUO'N=cTT&oJJ*e 72+zedrwcxnc9P֎H N+L&30U)5ə+!^uH#hz.$xbYob~`e=t #ҙQ35&_EL&SMk mk軼H *AQsӗCƧ>X.GfKy7Sڳ0|˪÷کd%k_PN2F'B~)? -NBݿk>`X׶ɫ9V<-Zl06+yGr)|&{hXqgW:f%cﹿXj/'P2Pt=( ܎(lVMgQq/fDee0sL,MmRzmOj`Kna?p٪yhm׻݈ 2}X -qmU9KvH,9 )ru`9RR[)l[ΒҎ_Nw4,w)bWjVDkI¨CE$+t mG($x}/oAovh'#@0r^h},ː"9q2( -`8p&pAOS;86OT@d(;J!ݢZ۹[ڱm {Xc\m^ݓ7k'7{a[nii6 OF[cYrnȻKy|_hZnCP TNLwG3mɣ"0+hڻhkob>Z86Ф] -ʗ£$qT״' ?Dc̣cDMem-t,b<%]PNN^1J=o >x^G8z}]J;vhYe҈4+[C I|"CG_n;ex3%}U/h'ΰ=A3ZG8le)_!کSCX'6vYRG*BL6V>ᕁ#Dk(J<U*j^EwŠNv\JTߊ<_M!#PD!Z iEIF&FۯK}EBU5B Hjz3^>Hj^aìRׇaAW_(*W٣(Ũ\iajgJ3moqzcK 0:D]ư|ufX QI%&̂i\ -bD-(FM\΀${M&^_a{F2-1en$6H Z9)Z {-:^xH9e ̨]qXv3R!|q9]mwi!]H~XfDvtOk@1VD~ zg"RgJ~uSХ|2N.'`W+@`K6ki6THWRWR~B2b[#Dmzmqnh-gHm5߉\})fj *_إiQ]uL3/{y-Nw;&jN1a&!yo? J^lc5sM>!$ t2]=F-&\YLG*73`-Gh$`&h0bZ㐁޴`e4n{%lxwdJFW^!e=XnT?LD}x!:R^_bɂ[sŸK {xF{/$D؄ZWz})CAyn)\4# ="HK]JOi}Hli4lkF|.WpL@[?MEW>Ij@!ݜ2ְLy@N DeTTx)_4i -jdE,_pO|$%9J#hhM2"e2E:Hfs\u2|䒛ĊzajR0JV~-8yup =R# P5T4@`R/(Uz -*U+@[$$S2~N ŭA%_^~NrB^c×Qղ#ɍ[a⃿ARYc`.JJ(2H﷋H`p\ _7{^Q5[/'˿ҸgLX_]&|c[eNGt<::H:QQ:֢^[k5S9Ur[ZthM#M"whm.NDzv?'MBiԪG~k^Û<_fW|F;PL -e_jT͗$%UQg$fHG^ӗ$%qKPt.BM)d߲-JҾW 'd۝L`iT4 dEV mn ,htQxT#ݐ ' +g8Y(S!dv!G_R4;/թl1oQp#JzNu}ڢwNAVBQw~ŗ߬2  MMMKc#n^jµ)T<默]!BXOX&,ATfږ%ew  ºi}}U%x3ړ =ӃgG'۫AnP?d;s3pCZ94i]& #9!-D+W<8Q4=%|LфKQjI$,&C]E6%P!Hݰ2- [цz2dY.,B.6<„qcQ^ -q6LVPKSli 'lu WݩWz)!d3;$U"1ҥ%2tLb(k')'9klYʗ'1Y7胷lFxM&26Vc d7 N87KocrD]NZwx݈uLR\m7h_nSa`_=Xį ?{Yaؤn0Rijo>kzek0b /?7F L4^4d.ѓחrþW5l 9lA g-P?NItrT݉(TGXuPU/;!/+O(qhi;~5qE H1Wr'2[W/O2ќ+]"w=iqլ^߅Uh5qw 0}  j#Ty|k P՞<7WFU+/<_!3pĂi|bzT'b*88' vQ=[\߉?Y0U `Y;Vnӏ9+{cM*`>HJG_X~pY_*k2:Y0H;d2/ -јeZNNu > -&9K+4`+^f;'[\=Iu[.&A?<{ -D:_JZy/^3UŘ2oˠ'L]o_iV ??6P4U}Fm2\)p4r wjbc ڜa9EїM:SPGϦ$A -~PY{1ͻ !SPW0Nchm5*rKET8kMq??|.7"bˎG@:r:rh|3#U2 ɪ{/4ݏG;s5|*adxM;BCW!Dp[ńXn`V`zi *<{4UhX$Ziƺ &,M*T?P6Jƶt´U(8>ky]|햂ga䈏rӾf|H|V2PẀVlnOW;rβI JF_%98^CHJnT7s .j!)Ҹ(R3, AUbB]A# s..QiM ½ ZA!-E²bT>S N#{dt޺lD]@IyD K#+<*T"Cy;k0*OX -T& JA4{ shgu.:TFtjZ9ɿ̙~=ٽQ /Jm.se.X"A;1!R=eߜZ!H4>!U6r (V: R 2 -QFG%`d|bOWmREZG 0]qZB#,@3d(jfhU@9V 08y 3)AjփT{7Z܈k[Db1SwAph w~!.*x/Z%4#gQ4 -Pu ->j..EK @ʇ6"c 4pl@o C,lE-I_B;тXm{+NȢd};6F͚YCMt\/BM91(@FcZ&"IrK:z䬗r; b36eCOՙpbyC򃏏4)6MqJSMTHq!|kڇiEC]t+K}7&|$>e?Հ^8Š -:v_)G)E/ ^a#IML(vVY)R 0ZB)j)zĄ1_v _g5 -U'/Y?MIWk sNbsrgLrW->#M&JC%Mwf) wk_NT_bO!;_q=TߧjkY"aOüWmS.CSpBB,zG&f[l1kwhopǒ+!c#Ǡ0 !WGz| dXٲ%X? ?UKP?Tk@+ Gn6h>+-`.zݽBMsCQ6/< =PSzeGuًXR37lI,(6ڸtDЭ#a,,wp !FW7x\I$Dzq>U+C+,2UB%݀Uv<ep1D>v XxzޠfȺ=*_?-Uu4dM^"dĶAldvvR*&bVΠЖ#SBFB@Ns`5/*~v6{`[B&OaRB2+x8or^,jQXWr?_7<_Mb%܊K[<ep} =-\q9P%z,m,hrQ^;ea-;l-n6 L:Ts"q?2u}_z?MyOWQj-(4?\JB3+>A;]D0{jj$tpE=Gòjt\o 72R4!{_Mh9{f!y+݈QꤽMX(a%]cX"ؠނSSpAI66OJoĽuVd k6"3"% ٟA}g'ߒk:'F<(kV4sG`gZhHeIkf]Lш #=6/eQCk]((8G,:K].+ h7۸l64)}64za<}T0 q=h -G[*ʹ t 5c-s4yp8蔳C!L `iA}p#@ǃP,zE!CC'+ -`G tV+ECәIepUWӌ6=Gg"bm0"+7\c@AubZUmyR-QER"^7cyq%Gun`P-` j/|]OP4܄oW[vԱl34]c @|[-@mOdz΍]Ң:oi0ߎ2BR'0BpRSGTp=N2.7(X]YM:SX .!{C9- -*Iӿ8Hh3+/1k̃)8k{ ˳}˩;q C:=d.U"yd NNgwQ׮Au!A2Q&0xӊK,\"ps,wUV\1=7};,G\m&p4ۀsa.v$]]/: -UX9o7O%Tv ]>0[Dz+/=Nᛌ5ĭ{ɛSƺ,b4OF” `\>,nRd߬cj:@۰{nyj^l!ڶщQ#8q[\+ָN:b]Ra-[ž#V=2f[.~"~y; -heԦƭT+>9ʩ1Ǡ]B.)wI/,KX ɮ?nہuJEA*Tyy cdrQLJoTVQ=Jd<`^"Ŵ~̯l**jvG[Ipχlj&wzS-Gx7(Z(>`o̔ڠivX2)S|A npR DK2 ;@Z4ЊqlvUuotL~AbQ1 "oN*|\NpZ$}/EIx f&ʪ.]xoO"q3#h{{=mtCrET}CW5j ->K@b,p&[b6EWĕ@J,NrZ>376 wC叓-zTAx'5 ?JTm-ǧQ"dݣ["~ۨMhdpQ<-Y 7\' }pO13;dgr'z  Z:|[UfZL4 )0 -3(^!@wP)#/)7iG@xX|Lct۫yT֐b82xԖUE Gb֒7.\06kkW nCfw8(hf*AjV O.B\aNa;.In! !A13U|Cme -aPGW$Y#_hEh!GEܑ(4U 5LI$ݳK{QʏUJp(QR[ Ԧ(&\,I\<+C tTU -4|8&AYr1h%ǐ`{C:3j,6jCR^8I,T6@sʂ)<%0:2_0ciSDѷ:vS .ɏq9 g?~(zѼo|[9a?Cc@9u&zP6yALRݽA廅dc$[*. @\4 %H.Ք9rG-7M[Ch;:kV!E.fB@7GI#:i"e[;Hsa`eE/ G<1FRx× o.\URCȾmCiӪM_q@>Cx'ma%L;i@dB['\}uf7lٌdͿl~}5lyގ>u̓A|d(Z^S;".mۑi7eWSct C?Rw80m]Ư{E^N3̽AttD8*Y`nau r!ZvJ~ޮ%!=oۈu ?KH_˷ ҁʚ䄮Q{r?=\x4\Tӛx"k͔+X%>@ĭM*A|%ӭ -7V*$6@g'-DU7ȤFո|1xwю o4w45iHzoxO/.qq)ԖKLY9E8)41ХIIQ1H>1u}ZuE/3P0 J~X(( -9 VR)GĬ3,rN$ Ime}XTg"˔ʆHdl U/0Sh+qsJl`UfSv (R* ?`vbWH7Rjt- |1v!3GH^{T`9[еQ@gmv^Jjɕǁ:E^%LQcШEb6 '"(RdDRd0HU2AGi])~,pAu ُRPTIŸ$Y?2m3>?߻_VgҢ_ e\㓣dB2d0 ϔ$J/T=j -W }e97N%̨󂕪 :ME!u6bdB#]ˣ1TPA7x7p5w%ț3 k%jdI sE f OmA|ϔV5$TT@IW=^D 'C/CD\DOhek8fdT^Il_l:X3~DPp (T\܃")f  p=E5 @VC{8!Sd]%,b?" /Y.2c^|>;`*>ޚ2[qu\}B{ 78B\>ԘTɻ "=ߣ/ dj -ȶh]=ce#WEpQ+1aIZ"aG׃EJ6`NACˡY)^ϋٞy)4}9$ x+鏓Gp>ֵ^OieA -34v1b>RÕX^wo2+U%ّEoX]zZXOݢJR[ik} ?־Kfڗi4u=f8=ѠӽK}Y3kik~~}X}Э㺌SwNEISN!N{tm(NPoq7rl((([g1OZ|a!}6Bcكrl--zˆ|^@KgtrZkiZj/OtC]9M!L=&BMptVOYmT?Ֆj6;jGj|66ߪͷjKGQmU}TfGBF8-RMګDDYշy.=/?Dk5%|{ozNz;z&qpبa׮flc`ۘ6fvf;1I cgquB?8al0F'!C}gl M 06"8n?h`l,0n}#@˷7,~V nUۥjSW*PB -[ -]}{wt55n~^}] Z *7ߠ"k2]㢊\Եw1?`.p$hDhc V^_ 2 _(wv_KPUN}(RM7#lGcTZ]/nm@Uls~ 7s mǧ[:4Y]^xJ,:PO)k)е}4:fW8dQgF\AA= !WsD|ar -: K~BUzC}jYU;̵l&iu.`x낹NoQVZWEn $"tu;Q -gkpgpAo,H2/CE+o3G5_=v]}ʼ) f2Naj_27]ОCXCjrtMZAs%z$lƃ%Ee׼R֫;hl60KEz7fX eD kYj-0Ad]ƐFrD_9֏p -cqUFRsS)E)zoSsh$b0%-FD>-It`(=^|)fjKVL\ -zl֪H-jd5dqX VAW#1'gzQ8!P^XiYL%wbÑdGbRR0LE%b*9}[h.Ŏk(J| kS(˘ !ť-2n 9]kj򑕯/g@K] -= - +U/F3nMJRVQWW_ZPo_tW:eY6|;WZH?C@8Xk8%t_)mD"eeԀ<75xiH3ZA]YD x[ WU3m&q'Le߲x g2 K# -QhesnC[XYL*`5I8&AĆB|@EԄ9RX3pj,@6kJ7RZ-r@ h{]X00S}9 je؂DQ -(ܕ>)+="NThܵub4e6ZTsi0Dځk>îm#mOAFxc,Rl0(lCgsvW&L$.n> ٧ Ve;,|X.p3^æf Y8hLv'X4ME{~/Il0h -H$M -J$Qj0F;͎5,:3Ie=9|g,cgdK#LFd"tne>݃+˚md*qbU0H "v;yh`!X -"؋Һxpmq ֘i[:lY6SS}krݺ"i-(xkҭ5Z\!vfn"Gr#xPnuI"BzγH-kr=EɄ́ Hʦ^6Eu2CͲ hxJCu+S6Тo3ؒ%Z=K;f3p$ŏϯFUj%}]ϲ:#QSPeI&f IBH%Ld\G̑jt23R$MD<ۮ!M4Ʀ HZ,EWK>bPnpz9rũրQ D\ !AHRYww1sh̤ZE%߰24-''Eb %͒jfEX}j$2L4&ҫC" n?bSƍn'|r3iez8iVzE]e)HiX)9A%1ܕ]%qh@(5g Z[f.)4Nu{3{ f][FUsU*4K>][[Kebnt۰+& -q?~is/O麒_%( qnlDVƔra R F/KŃ4.Ӷcx)P3#YDNߓBSjya&HƱ7r4Yǿ?N^HC0K7jobŐL ns[Tn #aj+:dBwMS|]bbƺ\=3!a璉Cgw@6O.ul%HLL UcJՙxra ;՝;OOÒW~U &I㶭@E71}3ːZ}'[S#$ģvtlf`o5Ғ5%uI2pݳGJ>'GήCޠ r,0.qmzК] =^!~f\P<@&PnI~nL'̱U5ht\jHD1bh Eݥ$BAP#bN&G'LܱJIO &.Ct0XfP eo!EҬJڦ(r?'og/E:aEݦšojvZϛVCDޙ`]A3(NgQ̃ KrdE?@)?61t9]Uj/<ӻyГ6cJrqާ cЋ "~4AFh(QgUgDrKi%UCC̏!JYF$edKG?XbW{'4hX:F NsJlq~/b!KCyo3;dN -$>6ն$r̢JwVE lܜ.5 :z ϫ C`!O`c& -e<SCE7'SByaבɸEFǽ8k7>by0dhb-}t<]PoO{b^4we"azdDKK0KkcYd ] bkdzE!n^ϗrf bh*&L˦b t\:n f )^M(?!%ߎv4y(vWt '/U|1g }#_)}] b.q&C%vD >QY59*2j -gr&.W-O| -$f1 .< k،4EESh{GԶ`%9Hڛy/ҝvC[{mieJYּ1@U~ 77WuUah(.K=RG_j՛).AVRzQ_Ԍ窰u6b0+Ӭ0ggB}ENlb,z7]]@ɐkθ^|,rN'!Z`Gw~2 )3Upj@Hqd8køF nx&N`vI120j`@}>m%CLK?{up ˊH6kAM$FaN2GF<U8yހBri KlXl)FD"k1n\A,gUat11*wE a@-'vpʷ'ސtb0'EgFEƭ23';N?* Kpd]r$ff.gbgַ7P {MSo$6`=p7t<9 ->ӏI8p[" S",I wz?/^MbhQRYS>q5i/]x,UTQjsn .PyKY9#WQD ➈ʫlYei: Q8m8ɳKőJݝT\`c Qϥ( _VN_ -$a_Qz\Mb Z;]Mv8lNWk/>tU%jN0͆ -}UŶZ. wۥn2w6=_P++K*l\wQ0, ;-!W'LoT|UpOɨ% YBV]bP`FrWyir..hn?ɯ%r _4Uf@=_`v[b/ͭ`iݖbݖc]SH#aCSck3zxʜ^I!Z"DĚ<ye7K{y+Q-@FO,̂'Δ$}.e{$Ҍ -q 4^W5DSDh;tfCNDv~ /_䴇yqokЏ|=]{>Bim)V#L0'mOreTA<@?e`E @VTkaFC)KyXMJ0Szi%޶>\Ve t*T$  -&CRt8MͪVZroĹ,k~m tkBV0W;ԯ38YFZlV!8Ԓdu3uP/ʭЮi)i>a.ՇVRD;v:(J8,?t& b`OlEr_Y1Fk}a{4A4p'Cr S㙶5$a>lhlumݒ-Uڑ>/@_!@G` ELn? Vc1YW -K"ђim-4nC֗ ch8:~lvHQ\ `b:Iʵա*)6.t1DczQfL <'hCXs -g*m]5ᰅuV>RghO_6F\(^:n"e| o7]Ӝ"eɱ|a&O - -U\|7 -]5S fCX__!v`Ƽq"tlxPtcH0_6Mr<.J7k$%A6]$Zצ::}׉|=x^_Xֱ?Sǎ /KaP ` -앒?fBP;Ӣge,ulB`]R@ :\F_p*q-cJneĄZ[qXkXG=+>Nr 'Yxת)|LbKaI\Q|\`3D~Ɗ_z.jARm)H{9&ܙ]V(H =q}4Cwr2۔έx:O$d]vW0ց)IPS|J<#z^`/c/ÿ&CTKMwugDo6bG+>ňދ5ױ-=6 iNcJ]" }2a*c#+.>j!׈2.ڇf%< hL܏HPlnS?`Fy 1-x1^3.C(wF3n(C1VDIMbjoê%e`1h˲hp D Ԓ& oӏ;ꊽ3+<%t^' ֲ~7y6^ƫM KAnL}(uPl`SFBjӏ_efZ:~y~).ȝ BYHIL:  WwT#}j]w6l=w[n"HgB?^70$A)uZ ϸy4(#+ ~MS&^ £tY"s?92Uî9=7u{r:b P"h<&_4]:!??~1cw-fzz{?۫ŭ2» -7kB׻닶__Ll30n)Ү/frO%s[:<&3z"~rǏ_?? -d63pU<CApe䑻az6]F4u;q]iM= 'TeQM=!%q*(ìX,u)Ĥ Ep GcDTY(cVhhL-IO{%܎u^fg(9nYbU;Fլ&;@*D񝅐)T#˱Zn jf29kO 9fG7oVWzP*[*ҭG -|.Մ^CASތxF$mb\24!L@J0Q{mhAK=G`{K&n-c࡙ -=%HpQBӇP%4mD O.R%" ,dhX۔,PQ?4aײ #(ԭ@I@2Q!`PrPֱiYV{Jz :!~< |]W,`|gAzl,ze9DR}j g7uf3wTdZ"] jDjf"{nf&6Cf2 +Zfc:P۳"ۭߠņ3Lk2w4,gCuZ[:wib(h[T顕3[/O43 +yry^*z> 2$k!2,Ŏ`ceʒyDsJ>%]$ed --*rᦗKDR$j"b̀| 'XUz)ؕBVyPvv`ʺU$sgc&,I9*Tߨl"i|-b/4"xַ2үCU-XoO=I yDI.]HJ@GQ\tjx'M< i eYfFn?V"9ME]\Kg,j - /(I~7H |xظ;+]mWR! tV һ1F̠) Q/hȽXA f,+fX",nsns?|Z.(,Nk6| 2|~\@\ $%kN@Rٍ&7~H\c#R@8'b>Ny/ZDc=/ŃC{#9@^1D{6V!cƑ{"<9dWw]ċ/ ^)6ȇ^yRvU9`c7q Bp! 2.0L4^}K'ȁJA PH]8Bjtƶzq S__2ygl~)wld@hHBV&'NȪ,%3[>ysuJ _+AҧGM2j݅-g3N%ybvZc=,$F(HlZT]%I -)>C= -h:Ft {z(}JS$ k׃w%¡E[I>}Hjlт),HI+CV̠4t 7=l0$ -22 1MV8!-TO(69sU0@@nYdv5Dx,7x4`O܍@ GAHù߀;x7,1R"h ̯#R"hq!)g2!蠘!>.)AFOOBg -ԶZY0GQ!R;C OvErS]hf@A CK$$\ֻ6BK -ž7J}H$9c6,%4dۃ%BOTU깺-hf5\∽xnW7&%ut͛湋ן,#d|",HzQY*$}e30gq.P=d.}y:a4W~TLJ<ITj6휻>{9 D93V0$_KqBj\vz1g=6kx^vtXJQ-T\Q&–64wfso+h)fxkyڤ#0g[cjG656mMDRSľkQ-\T(zHq0DQFA h8k FLh-+J*h}91|Eo"wUfTav uj|lJ%\=lv* },;ZTb= &,*!Fh' l \:j ZlWsB\/3} cy~`;ndE Aՙе"Ȫ6Tx ؎J5bB@[7oùgWbc+lm+f-2;!pϡ=aETg5rӕC@N܄; -!e"<>(6 -Rnh %7,SEqD%MSiA~d̲ 0K``5)%(q)ABp\~R0-CPӠPfWVw, -JT426S1!b]{T؜ڵ -Kq2VaD0,T'voAP?IDnl27; 3bV!jTvʼn`C8r 9q] [ V $r Fc}&qbt)6ۉ.k*;4bӘc)h`ŜĆw d}TdFYwsE,pư|uk K؊u;/Chlt n0=B-< c'*GN)ǀpP@8}-U4p+2 .r GK'H1&&P|w-LQ7!d"7ΐ.szݹ!?7V^4CiJ'EVPBI0VKh&p>3ܹMaGF ny<@򙦍 -ƌz3Q$(SQ4'QyqRlQՈ0IʋbA,Rg`\z(b#tL!:6TmLτXW ݪ.A>*Ki $@)TG7%kUa52h3ƌt qVRDCB땸@ TX>(fTDJLDي%#N ->@bW%D#VWle2`\I2&*󀖠^RIXMX4QԆNF`h72s!T*cw(#jtu KSvVP1y. 򂭂kT]AM7FQoEErg-/BXhdxn%?;#.p"Fb4,Чsnxg913+lbY V7jdHA,1>APӞdsD=`rSYQ#KʱZGCzsMӢ͋G#ڽ+8IH{y1]^l^ 68xxnMcR EDE +骲\1h3K6Q_=2:ez3\Op`)F~#G_MJb|"|M lzdQ+a%H5~(KkfS5q {&rBW eK˘7&, 5Ю"9m*[Ss|j#TR0[K5> --Pwuńjcvt;-{W9A\U3"ؠ\foUsY!Cזv()–[uˇ˭.ÇkZ$:C28!W+r e%>o 0v;F^FF^%9H𞯈T6r uȆ0~?fN#9T%A:4_QTn! -7gVC~sFZ/#v)^H}&9c|sxw37g_/8/jfJvPDuӕULdz#3 -T SК$n=T= #]C0["[93FpBSn3\D*Y/e&Q2Dd٪X *e-䞭EHR*T4J2O?QhF$0ܚLF bX W# 7O+UnT"AQ\2SQ:Dg1-N>/ƆWZiK7PdŸZ}]qzfwf`¾]oY\֊2ȹ*S-FP}NdVLAc˜DyVIy\ժ$b(dHK4 XF= ҨO&v$+GVoP[Yڠy({Jq8˿ܨxH t2vu=$JdXx|ݢGc>[To_8MnO_] dMd-r衦oUr_vA׈FGrA^q-*5h섦A~8V.669SD8a]ׂL+.Bg4ջ~~3)b+m|\@3r Z7 -FZ;lㄚJ biM(ZK A"E$x$X6dؔ0к^j"N_Djd8[ʹ לKn0o]ЋYx=%^r|kQfи>'tEb,>㠇 eƥ-Mf KB3TQƪT\G3j38l}g_<7 ŋuʥkp87n3+쨤AMkl&}vGKreY ;PPFh,ܖtͶ_'NtKj3rS+ܾ -'DΖ&E=$iъ' D$*L2w\&l'g%w 97`ϣXt!hy}ċ0͘jERXe/Kvo r/)e'Rdn\W>< 󁗝nqxגp`g`ӥɰB9SPZp''W[ʮ:'*[8 *z=Kk )PxhP- tp+NX?Df'JJw;fU4q)3%߶$X3TJW||A-syߌ-go"願r3>3S1l ·/yM]&i7a4mofSmp?Rt>ǥiAF;GsF31$aɜ{fg;I*+j2R1 OCe"1*dm-j?/a-\f8-?5pUPR>X{..SVQTخIM%غ]!hyI'*%ߞWf~P3-$|C5+ݾu[}~,0ʎ .4>[ Q:l5wkqo1 -~-}\r|ʼ1%\ۢ\tǷ_ -̦5ԣk8xjb}/$Џ?H.KqӦ8x)Sq)8,a*:'m)N#?mSTu).SqӖ/y*N78-a*`.78]1Nyh* 8xxqoE/./N^4^x mrplma6!3.\7 +M_iJdfM B5G[<5.3 _ȔgHnLfy zmSmO}u5zG}q'sq2^!􎘖kd[Ky_]]ߗﳄo?nU~]ţF7<'iA&5-Tӂ5-\lrdmZئ;M ޴ ߼߼ov|7/|7Y6|7͎o^o _|q 'E ЊZxm@gӍ>癣뉎`?.v&Օz[ y9AqRV/vux9;Vx¬np<{e"bgJ%mgcE,>.фa[1b"O#1e'\q}yHyd2Sms~V$(AΟvE=]N 4%@#c(#{?p^Z(cmҚjtIٜsx(urۥţl^p0 -iQ2_&<8)fs<_ĦeI`: j`uFѯٽth29)EV]Vʵ4f8ϵ}Ӧ[%tWK\9)bJۀ]ITPR>ŇՖ̖LVkށU@8h~ FɈ]  {PPIak`KהsͶ7֚v? hfGhvo?VĐhkl:HO} zkl*8Ʌrb1`x la0fVn𹤌,H %TOi;tnd&hk^fD$أZiω9'!?4(?ڗ'Y^qLÇ?$Α|ɼA֢}o63_ESm;ZzQɪVCqfIbuCIC3 - \E9ZRfPqW6ݝ6 (Ϳ'Lt~WmV姰 Գ$@~6fZ*t& q0 -Q*Y(GqP+ͽM ;AG51qZԩh|> h7eg~M}J~8o,`g 4.#pcbM^E73?Xes$g%;pe.3 Hq˥L) Lf|21t}!اE?y_QѡL>#n|MpmtҘg[Cj"Kҿk6^k-9&e=(T. o{Aw6^,L#[i5x)׃;|4:bo\2zUWV<-Jt/J޷[M_mRBi;!-B"Ό&߷aYAL5~kճ{*د)ɷu(\/sY}NjgkK>2[ܬR 6VޏDL 7.^d -_'o5+@FNťۭiX^T^oјK5K+ncr Z<5VRߨ'J!h1RgMZn&> x<hlվNzUU}{W:viPS%UT< .!V˸ߑ ljDY6;Pe!~ă/h/+z9[}Kr5_|MR]-(ǂmBabIĩDqSŕ-)nIaؒo8Gq^Je_\XID걪JX-{|@ .rr!.ӷx˅X!Xb;Nyt!K ܈a΃xĥĥ݈YM_ۈK;u]⺈8y's;|8KyYYzm{kb>. -_;mD];badz ~._5L]_9sf#`vB^J x,}e4_B.ߐF.rSNL稞|#\.r# F7k/%riܧm#?]ڎklL2b{]vlkڱ]ӎvl>h~mǶkyF]NYb{&/pv~sf: v2Sˍ;[bLcl)|;|*,AU=vt%Rڹm"X|pWeu->uϯgpIFKP{Xt\Ev{ǭ>"٘j.n=@b|Co Ibf{(2+Qvǚޚᮼ((NSEM{T]*# n'̽pmoZoY(Yy5ՑMޥcXT֩@IA뺤>麾X NI QjEwJD:] -E;oQQ4g+mh/=4b)NX)/zjעue@U5GZQ`)PEuC~dHVL3:YADШă8YA->pK"vk=&[Ě6bdU]z?'.ۑ kgRp;VjS6vvnlmIW'IUgֻJ)N,;lO]Z_VUڸf|f:64XNTF_l{^%9$7^T]'atzddtF3H'i4P}~ 徇r݂-'_SC_.mK>&)Hs^O}z2~qa6=]x)c7>^xc.e3^^lmNa9Re;n3߬hV +]K *ҖPyygV 5heUhKły}_CH| -v? iqeM׫|*4 іh҈cG6ݳ}VaWDhn)+=]~DFs 9(1fJ+ qebPff0 GB';]8|&O%S8ƵFIDɟNgKj*d닔]s/*dz,!""/"d; SѨ[ԼӜy1ttur=UCƈ-v<W մ}bu -ߚJP}X r7TS/r9 -Dk˺7rs * {{`ԑd+YL>!n|Ӛs؝~:eZ#JkҠ.S -xQMYGe0 :ţdëY}8U+&EF6r~A D&%Bwjr<sA;3`\:|9%[E۳5Z_?i_P;Iy:4祢1'"iGQgn: v"+tߘt(9$\Ȏ(Hn{t -?9KYǝJr{T{-3S۲5lЋ斶SmNypCF:vŀK@ _߅&xE -(M-f6/o; ^U _[1[t7xm$ Mk0?Y4]&2pœTW謼V`5`pҠA pYkA':;y!X!yZUq/48[[&nIf, \9<9[ ]3 E*P##//3Z^у~~XR9o\ ##Pj>{ņR ~onrN<5/F} o,㷿D}/ -3}>~;mM?G%oJVIpcq3# V=iF4[e4(_h x^tVDS%󬡩Ц ?HdL7`}brC$ȃ)V rБl^xTtzENPB??ЃHQ^kABj~bCnՃr`YeQXJA#TTZD8e1 dNM69‰n'ۉ8MyAۺlv7bs9mаSaaGqjڍ~ٍeXu=fSWnĩm7Vi1!8M`'bs}IZex'%iO2α#KHxmgH\jڷ[Ɓ6ؑwf3,mf_*w4m2ra=OWGn f^!6}i:]ŬoR;GJ} l=BZIfO^-n28NV{jz/LżuE%itߋ[-.T} -8[Kzx6e^cS:Bu)SNY|~O-~yw-S]\blH,3 -jYAf^URCHq -鎒]q\q\e։@ȢC0x Z -|Ěn1`?px9np0UW$.7S[&e-HdŤ٩g6. -ƻ[YB ף161s -oixTQe9B_&5Vs} \ȩ̸.FlF{WB'񒟇Mx}]W2ȫMow>T2>_m #L#{VU82.f'_>Dk`D'HjW 8rs ?n<9o^t8.8oƁ`U3H0EAhD, 7cm3?<f"X_$%} -]@91>7Ɉ̬ [Ŭ)#X&&F32%@0Oڻ%% ŞO1h2B-־|pBai 5u} hjOS 0ޯ -᳐ Y?bnSrI8J tLJ02/ !˅h%dx"fE -9FQPu8a`UK:&Ln>KU^`{'؂XH1=xpm(; _Z䢌lu.V I|0}]#"CCNn\WxFJd"W;-!0UZ˙t3+ps[ G>'>;: Tӂ"KJjC,ow,sґ1֓ۇBnEMKf.?mQDM*"=fKb[h=C}>^H >bd?"XʺI~!8Kk Y$Mc{I9T*'s0\ulżhd -hA#I`J`S -Fܖ9Dry^if~*H) Sr)b^Š& гDkH()p 4h qp<6L/fɚIGk Cܻ4%<()fh{k[ɰ˄Y Sgb_?5o6\",i[c ۳nBCe~oEєP -"%mXg&SB(|>ؗzd@sQq1kC8@pB0@s߱A"1y-#zM0ULK0 g7ҮJI/0×1)gܛ/tDm;Jٓņ i!X*6A索gN@COxqDUe(гǚ$b'Ht3QxX]=|Prh> , ЈwNj4R h`RYRyg'YUφPg7Ehc9Qle5gp;2ޚ؏&i0`geV40,ZwБ(m2!dž;1kMl..!\4LVB-2E 7a!ǡIE^PB c:>*6cq% -&e 85>g7=ܚTJHG4r_zgjSccV&ֲ`0H R; V}94pp 62_\U]ZSMoqu>Ya9!mY`s /SF=5p6\o|1]}175i3_`0FjFfpB7KL q; xcU7L -<ЇX7JS@68rTrI_KB8a;sYplamz7&U(jQB ӗӗq|D/Z*# W#;;|v8,{y{i+hju_`**\O -Smז c !نh5{c脹&8+](xOBJn>]g> A<'PYӣu~>u`n&1m;<W5.%f}#e讖IR$S ~4BEF^he*p0{fEټuEUꌪΨڂ>Ʀ[56kl56nM7[˭t=6~M!Ӏl iVgH3Y;CZ!ΐgRGl=ƒ&}URs>JW\(-) #; -ߤYiɚ_&؜]Z9ޜ$9@ -R}#%62ql<BZ/>#dK_ǟǿ0?㰉| 1h$*T .I(/dӡb8}LxӰG;ْr7K?3gΥh粘ŔVe4S1cb{"^h2aP%%6L o v&1XFlj-`2r8!@U `~ð[~7|؛w6)(IR7pSwe5mWy$je^rlц6d]tud}Ǭ͝4:ei9LkNc%1!r>!fR-tf_PQ9P+ڥ+6PBp& N Lh t5fq>ce1?q+dn WK(L2~᧐en /^jIǪeԠhSp/C.I#E%ɉY+E:o#:郝 .e僌0BU\WhgLycfej0qcJّBP_fϔS2jJI(\;o]OTC+ 4Xb،[\[\\C\^<|Xt*3 +mxiҸYK8p8Y8gp g88o8ˆ퉓F3XBaV4B1C[5#lCzD=Bء-xhD=‡-hD}!^UUnYvJ3U9աCzUhff; UUXU*Oު$eWUj4&QJڝ󞿳j'CVM"R6aO5#AW=l$6EgD;-%SR'͆uaYmX nÞ~o#bep9͌,v4 YfCV5d ! d!@l@k@XJ@+@ dPE6G}׋ɪaոY5.V]ej8]-4P̖efټ[Vn4mMWӦʹy@PR_A"V(hWk$F2N7k R L aa[GMgJJn h{(UÁc(ˀ6*WId?: -4WILb18F F&>[-W3NOQnы%#g'Ȧsn<(G>Gy^SE>Ffxh.!:Xc~'?z*ɑe>E_io" ^/>o ʬnP)jHМWct8:f~t˯O 䘥oEVs\&V`%XW>7]uE|9N؋[ o5y =\p?`Ł"wA;s_8XxI¶6 Kx+4DCe͂r \{\otUiy`]bV^tvD\g^ef׳*43L1Ⱥ@07OWfD닾'jS{)ŋVzTe8e`JP d%C_# zӏp4ɩr_"Kz$M tN=y\e[V+ȈSW2E:+Nަf6#x{~iXx%7E>yY/ƂJ5`SLIoZV[*:ge 1JT - -eYrN* C9 fn\9S5ro6>ڊ 5s zsj2:vg9XN;9+5Lmٱy0Хȫ=}{- `%?XR*~':i5w4Zũy'BJ;=JX[t*90֣_ `0Zŗ x4i,Ԯ20_Y_qZT:y?9bHB)vg;ϱ-g1X|,W ooXM߬nvk步jזvj@bԬ8#r䢢BrǞ_?rwn݁kM:ӑ%~mʊa W]M?B.OM#LIoOEᠯ.6Lat}UO]o%ddt90*fy\Xb,r艉vf>L:s0?7Ŏ@DO?Gkըupk `7ŗ&.Tr0qmId5rWx JI9LXB@=t/S˪2s4O[{=Og=5Ϩ/YZphDS;F}uPKsr47[q,e~AvWvc:5!LNy;U7y_*"T+:BGgr]iVJNbt4EW']Ь,e@v)Y}\>0-|@nDsE[Q^f޵eFZ"у3zXqg{ s̒u~/@wakW1+^o9*N5ŝs@$:1V$1Kq488^AL5oѡ9rDbk1QkLώe^8.8.>t :tN9ڴg\թՐÃٖD֍5)! 5t+CЀ1 %A2"‰4h@KLAђonRgO -"6]P~4G!NVGqoW] 6uE}L]4*ʕ;&f+7ңJ:S@H -1p^ q#A ht*ɽ:siSh/׭/5݌9T["AHuxE_ni5Ҏ܉ S,AXD`"n_T楣ΛJ}b>[H; -s7,(_X)'xX1P)D넡4}*$O`6fWٱlMWbX6H'ъ,T( WINd߫ nZ-tqmkڿ_NCE6ך* %3dU1ܣ63ʧ-I*db^Lgq^KU)@t rUX=r_]Èœo|,R0]* h-xO{)o׸޲|^fK{7޻ <-ǩQqWN_9}ꊞ8Rܪ5)QoW{{mcRdE&$/D`a4FZ iځR@„qz#z1c=vv82C+{b#*T*e ,7ڏӨ)B霺2bfuPJU -IF(%J"L]nJXU%uHV敌' hTF/)}̱\W>yZD`f"gFp'[Iߢ7 NN\DNEzUT/ 1iNlIOsI/'7C@ۚ#ٻb lع&iCǻ7*8tC5'ej>UVdhɦ}AЌpݎ̸s<JY`$cWG鮖YrSF~`G(0 ;"H)z6LDRd0<,fo$LʁL|׵8τ~]pMUŞ)1wL͉bH̵ hmCI(Dr}\ni9}Uf -i\"t{r}1GTySa{>RY $]]__*TTOU|x'j($~$o֠\"Fa.b&lJ=>g2٤iH49. -czFl8ѩ35+u"$qBH"Fqi>]٧ -Y "h4ʶ&I^+ k;FYHY4]奛o(JHG,n䙰qRQ clY8|&q~J֋^{^쭊PiD%P7ln -pA}IhGO9[Q1 ]mM(0W(9/ć^ݻ0Dpa>A/̼q7\(Z]0Yr92FdY*i SI ڳ<@[E"HM–&Nt4"fdLof/X}go8"e@ly^'Issaԕ4ls-'*u";hZ&=@z;xu=hMYz^Q_%QEz5 s>Dkq/"eDoM2Mp@qD a!&+H~NiT81~2I.RFӦ4,j"dDEлߒ:ӦtyN3LnOZwfNSr#VPqhs9"\&f)76Aوs)Ls26ʐ[laWSWg-bM^-i 'y8քĴ&9'6E2~g5%ўua1VBxȫiϏ{a;im'L҉Od=r rCXǂõ@;ϦB'FZ<(dy$65kuCK;rÕ;ؕ;&{;#w4(HTr-]rY 6Ѱ}p"ܡƯܡ܎}]ҺJE$X8cع;r+%y+w+wE\wC@xxmn(`QBNա0why 7~ԔʘՔ _)فQH˥f /XI9Xkʛ0 FL'9-f]H~vĎ%Oj߈Or9Թ_"̝ӻ: %vKЄ)Ai µH؊kcaFk>/1)G -ŀGd_Ee%钆X^}b$;8RN - 3H\vdU)(QNLJC}IT2T/O˲hKMLRHZHhSնސ n{% {߶MifNhk1f1۔6ѯp++Y*ν\vZXg-Kkyf{-O-bAvGBOQx]3o8QÝBaPtSblTjO<>9؄sXqsus^1 @L'D &K̟[)>.X*e1ArPblCiьA%m=8y= zu&t ?k,4s]n.p'+srH?I/1Oqڔ#_phS&F ;,v -9%`Ǹ`#n*u++B l,kJ6J{)?/_?,"?#(g加[vb};["g`\#y`Now/[ Z- -00/jDpZW9峞{Ii{_T >T=ͩk)ym%OץyՍ?*=:_q/ChF(0.u^N{+k#u\]ッ&e,`gʴ8Lr{7yt.ݎQ^˰\/kq"ĭU!!G `I.r꓏MΖI#xWj&N B"0@^fY=T43cܜ|hVΜ?5+9g|FVVϞج>{2cH|-G}=2ħEu ,%kkd*%f'HڞpgۻOy8*m 4ci/յu/o790ysEAdM -^0R= Y3a4ԙhPh~T\j%,;t_W v*RO=mČ@L&ܔ2 V Ø&]脞dJ₶DLVb *@i16BBnĵ$ Fڀ_3j lѼz!z9ɛhYݸ}GꡕHH%{v./ҵU`>=4*3Z4GbD.ˠ5, 낯K'L>T(BzWw58GݽD!P-V%" R&wR7܅:Fz(ii mtdA5g]"$s -RE,i v ||xo??~vJ( piBJ&%ER- T7@$nBT{䠀Qah,ŪBϢ՘Ȫ*=j\D44甁iUr+}LV HZ N% B@)f@4R $ʘWכh4T-^E9ˡ Z09!@ʏ(âB4 ?9&/ P\AxbYH<^9 -/Bb4a"G C nC/dnw1)dT[8RjguS"Xe+]kP2E5y,ҐSdzVji0EA''][ %F]錙i4w)mGgEY ͼ$pM "‰KH͗^M= ]5BBP ,{nZr1쒩 d8ܒũgh :x8sEd~KrdJ_Z#jqT^/X~x2-i'#`H* -v[S3(w3= *? -' j2@΍r@=&ƈ=f%(cI =U~A ^ of [YTK.)КNG\,H0{K$.LL -qP)581m1+5M`siȿ^T5pZhLQ&tpуe8:Bu2&2R#-Y[#R,N%Nֱnk1n,K@ ] - D"i (ǎ(n~A뀹 'k0޳ c8--s\ v|&HbL^@zwp;)"똲I|P%xg-ˡM}g Ps*3@=U%#)J j7>{z۝Ԁ owF;dD\J=JgRrJX~%C L'P2<83K\v碷McbL{He$>JxTԄg8xA8>99,$GI'rh&mNs,._=]u8/yikt o-ŤH$0ؾͿjI$G:Ż@9Ɯ6ڶY~$E^.ͪ2!JZBwZ@LF%wk<^d/)7V-mj[+x͚ykcO-κ5de&fYKn-k$ P^pjeKVLZ$߉TRA' d[0d+3iͦ -D4(;dۧ@8@+]'[DDYl BwjX7iಆσ6>MAOEFcЙG<+rMk6C-gu̯^O8"Ո]-;z -=ȫM]'6`e 19e;vfvҝ'k  b[287 G8f+|"f:0, Ag9V;!)fPBTM"l?l:-lHI -;޷QnskG:BiNV ًn->sꝍX̶1BoH$f Vs٠qg -jPaq.m|ۈvbRc8zyΰ*6n=r'!7B pЅeIdf`th0UXIb͆ cHn;lqƑ/k/Z.Bda8:%:! -dEGvC EԚe ;Cn"$>D2‹fd$EȆX8d.9[cw11zS*AXn:UGCe<À(Xs9ȢENdl,XQX9AFy-b`'b8XIrt)UJXʘ<#4_b2P"*1C╀%;_ -@ H_*qDVj,M2c4l&crfw&FՈF@6)sw2MH{y3jSQp]ubp*-O)~ĎZ|-vgНA{3vNAQNզxNУj3vҰO7#%!y<>Йʳf9 Gh7"ٌ D-8MK 8=|5q9oWG ԋu.`>9=y0 -`<҅:+k!X0H3JoS o2-xj -pWPPh)(9ÂkzK(۪'L, |POd4&]'~'슁mK FHM[6lf&Gѯ7n{ے!%-9x>Kp>)|Ϗ"⛁.Ekhs8/ -3)߿~)gŧ-H!LR%ϝJ0j -:S[Ilmi'Fϯ理ςVW]x//x{&jǛ‚k` S?0]Z-DIr=NSxsnicp׭ DF)Y`d887QkHbs8F[_wX>Heއ//UȮ>. <½uDJo#13$6Ku>7, DCs:i,5IHp.WsS[#hR RRQyzI~Xc4d23 jךdռJK4[>jl(.(;5ʲ 1jc<ʠ*ǣT:+ªrωᕌHO(A| c;e'ܺ^6h0Tl.7Lă1u ܮQTAa]K((!r3XHu /gU׵N#1iܴ߮_fʾG궝YNs˔Cl[kV3?;C>!r @ç(v:v0apbvbgYbx&'*]~zKKH)yHJz'Ąunrc_a=w%劜wAk*U4|!/\9nsY -sbuY18lG3mZX[y\qnlzXO_1kk?hz[ [E*ۃ&uMi$l$kl G|Q_Nƃ箏 9n뉿 qzP: ZJ Uhרf j򜹵?)wyu-_a^oJ0;fBjz8hTԣ]蒛?)8iXˍGڊ -LY{<a95VnWDnO?) b->#;Ig:AEu֕Wa EZeIBz;U`ھ?[2On|pe@x;tݲ ?28ʼn%NĮݟpIr& Y`*qпg6BpmIw,P -Ԉߎ4ڗlfohCI^:^y~4:Q^WȯeO1YH(|oW#KQ#O*Yˊ_=~#MR5 &rtKJk|WH0,17h{8vN34[r93lFHfGwo,|qZ;gĄ^YxC k7>|GUWPV(3ٽ)+ك@g{L) xfH9glR*jiDHr4uj!T] -F`Ñ U05RCX# hw#+ĤC T<U/-\9DE '|nmKseGr/BV -|dHrU$?HM}zQHzPݻ8,VWknX6[ߧ_+cnz[9y0+ -F,͚2_,JһNRt,(tXTWIZ0mmf [\BDP,}mL )Nʠ!{>Y]2:s_Vr]CL IOj*6M5HS"បY3v\sza~{FzXY@6WZEෘAfM5);18@%x(c)h8 DE+I-3Ad+: t3#u˖-]`P n40I?R*pJ&c]A246p>J:) -y-q(,Lt;#{OTҞ,yh%ڡY7Mhrxn,0 $?XO୰nî@2ɐxn~29>~ϰS&5܆IKrwxAKԱ t.myڙ gy]".볲%m`BX\(D|Kj"5n: -CsebyU^:hWY{QE+֤X`+/8EwdSzʮLi -lT @(clڧRDn#ce6xfv׌|Xt>K2 Ɉ -|MxKR3$l{*a )a88K~啝b2M_":*/XIT)UaOf.zUQݐ90ԛiI0S[~bԤPAڹN蔬/7zڿUTb%T{)WE/€aTێ.d>e759Oi -j";*9w/Gdϫ7ʭoµF\.n32%Y?pYk 2 hK,5^v^S-7oҾ1I5$/׍Y6b-|vV+(w-5\ x_aw%;c&Mrk(w5K`7([U1 zT #ImUlu@Sm+9/x= PɽrKkX,zsl-XQKkVk<QUNM*(m$6!dm^|u/(|,Ϗ O -,Q׽0kHBcNUZ}0Oeb 8}'=$kݜxz$)fz󊠂F9%wUY wT -Q- E{7*( ';5xWB!OZ.#J$0YqF -8(7'Pk -( - -ߋZ U€%n܌TА,Ҹ'G[pQzTvN6"Cݏ?TՒyZ7/gx,&GzƌYn3LG;ѝps9"T6S :TT\U/j2༞0%a-kay"+R Df:tX*t%fQ1ַCvR>)6୨18Pư#OBT5SS+a"3NMaCC,-lhfA8& 7FZpYU6GѴx' jMIE 0.~DyAA pȽaJ3,e\q1+b?^)a<"}LpR2dʒ:U0j"8 @,5D,OqMMY1MtB8 :_q%Sm`oK=jW/o2WU^L@ǮFi/6w .Q!}8zp*$q)?Wqڋ? -sգ0oNwI*e96yZ]_fummELmbqnjU qQ)Qp Yrrk92 mRuTL;pρtUApyFECT(|EAFa<,AhZ&+W:i9*/ix- K vr(26RJT[44W[YwG-VkW=G,g:e b+]u]`ٷqމ\ :8ăbӅ Dk-ouJU$suׅ/nX_6`f&`xbMWu_ OM;#Ob>#`ttd4!{Wyx7e_ar;w/.HَyLS0r&p6#[3U\\esw*C܃G -!$U[8b;HRyηL<ω&OT DؔX$U B g³-Ox *{_F 563v5=T̽5ANωY1%8T$D z8nΞY< ԯ~*h}Èb$SN7zEV匑sbq_>pOVׄmygKgb hDA+G_(#;b9؊b´3}v^ŀIs~Wb):!ϢUX}2㵢 fKġմyDO" 6VqIz:mTt{ݜ,UC3Q|UMc^Vr?/DƉ) +K%Hv1'<+mS"0b ɕc& đ-"2S27i 4K5N6Y9E-2j.H{:]@EC8ӕL0!Ő -kQ9*E0( ÀaϪD23+0/UO:4}2THCA[oТQCd܏Ģ@V,n/(ԒLd}j(ZƐ[#,F먨IiR'r [UTF{B]S  b -&atib,U{%tJ,""0J034TRA)Cx? DM ?"cBfGN[e`Vi':s7xkaX~PrM`a*J\Zq^Zm-U|:W;={9M7碇fL'AxDv[#9Aa,\ͲwpAL(e 9ݵCivE&<-g?d8h-$ɕ0Ó^Nyg=W-,ZD X)P|}c9! @JD==> sEfqYaE"9̤70}2,b$NnQ8dFVS/g?? N[: HE3.۶S}ﯫw_o|T2cF84.څA]Rq&v޸n& n(?qHjɎZ"'=-- D2)TA>A߬Cn \EV -FԹ>@l'V\ᜦzP55KS: YfOY=tf,xr:xt'Q^b'S7/mƲE8IQ]|*Ϋ$7u -]Ԝ}>EB !j{ŠdĂWb͂rh U "YM\DTEqǦt/ǃ`ZBK즆y .u5v7E\K'&`z[of!_!)KL»/ /~Y1p]}1ًxJ><1pۥ tmێ|_J.JFai/PU0;" -0I99 ]QRegԫFb7vSC;d~vTh;([gU0In\i0E]| -] -cIe䇑MNPNԽVa@As9( -F_,y֌k->. Y-TR),PDV4 KU/̇Z6k< ->o"F績w)PTPx% YK IucbwR* ->҇lHҏ=n9VQVӵf㕁"[JFsEعbMO{߼u؍Yl\9'T'~캘 IhoS Uf:ȕ]J, $a(@»*t&wςxIlX4et)uqМ1nk%N#9شZkZeJ+$?b$ޤM`jPB|.V=X5[M#/kU w\%h4o"[H48SLeQy?wRcS gy7 *pMG-/'W<s -45 yM%ALWi|:ENe8oooP̂:=^5Czw+-?JgE2 -M­< =V8Iө|b0ա34[OkJj3^@aYyoHgT,v a)>Lk"-+ 5&UJ[B#vF;u=cHgLj -S*`"SL}YaiHu06pMH`:'Ss!\X!y TՔ2LU>Mz2kND4<-g_Lއk~,lb ~ʚvW'=o kA{qS)?-zSᣞZ+ьġwT+lEH;s6h{ן@'t<; yEJS<.H@ %3eZLf^ϷÌ㌞t`'@@>|#ӷkSu$.S1dʹYغLʦn&8w@+ )3RppD5۟oMsTZ`*;=?LxEw{0Z塜Q;֥82݋_ٲK@,KȎ -5'6QAeiy, pa*K`2:pbxqEQЩoeŔ,ʼY[r>{2)RH^=>{(rexײ;P.,4 -R͒t lze=L,*IƩ -CV/N\U&|~ ?V==8jB+OS%h(TT,*%dyޥꟉ&EO0F{xJ^=Icx`Xo=N碗{z:&Ѱ,h5ce{6:VI*dkpe1$;&׬pYYJi#+%*GEvo`ԏr1V~"FFdj -n/ohqtk2 -2w'T'xGK}42e *VQUTCy^dP_0SS gI`˅+d(|`szª&ܦbv4IFAVIHJ >& J= EJ*S)_A:%iY5H6|/¾ͺd q -}Dcj@Xfi/Bp /C=<G#ʁ -ˡ+dfl`&+`rP{0bZ ?MyX -=KRxjC=CY,;A %ȧ݈ZBI%kҪ= uHwΤ!UVe-Si V[r Z䔎t>1&;"Et>%ŁR5L;HӔDVer.ӑ>j;M#7y`yL* 2@P%!87u -!MRY.Q+ߞٚ谒CJ邢8?`äDo;L<2oTXFX7w/ANM;,^ ]QkG1=A 5f8^`x3X4Ş~PVp$;;F)`tR[r pNGxJ=yyLG wuߟ\V]9Jǥ?arum}ӿbyϷmvR\kOK -:@ [R;4Dc5q Wi1 s\<GI Qt{ShJZ@bƶrfm5͍k%"X,6JC1atk)U )RڀK32e ;gTr+4/ b1b1VWFKHlQ\A'<:2iKh"ņ^abƯ\7U#>E_@FyzS*7+))'2 (0RYhꌺścj NCJ|X/ -otd /*%)q +᣼JA -Mէcbc -}&"k;@;XRaQveʁ(UH1җ cܪZ & y'R~ -(8c;ϻXk5ftM6d RՍj4Nx?.+^Lt-,p*)TgM^aX]-'{6yR{X-Iy3Z )iuXpD5{RPp,0RA\Qw.$b)̵ux؋T(G)e$kl=0T5W/0E -*CiC4icrG"m):f;CF$5H2'L7oT6"T$ A$87x -%%O bMifWut)!Ţ -坹*Wy(C.$Uo+AOIbu8qPP}/uCf - /cW]mNuc\9'mZ&kf%L"q:Ӫt {IrbP R}Ɨ ?b:7:"VkiQ qJ؞T9R6GXwnR~}SS"l7uhz~Z˨^X,zM":N ( K|OJq -A?f`=~zj [mVW}-([`WAf4Mj8or[*۱/ F#+ K?5+Nm<*vdxeFԥw_&׾X*7%fGf8g%F.36/8_I R,1zh몄rKbVc^ 2'>͖? \#0*麎]HlLL4нe[M!b^flufc<55$ T-u0O *d:OhKLU!^-Z<*w. kei5TuZ>UwfJ9c6=o4 i2hTmWES8!=+ [+OrDd?xYHEf^**9,ufXIaa`Ia_-=K7WJіMyɍ\lj-nl8z7g$Yo'?qP}bW86Щ"C֯e_7sN[I{SvݝNKدv[6`An2\}K,iBHta0?('Ǘ1T?YUUê]-ُ0^O6'S@mI l]L3fEI]%ZWpY0o}7*\kg Oz4-SsE"F|:ZfWE|\uU N`<  !_b5VLEQ,_cBQx>Ϣ,YW?q0.ҝޖmo©uHYj+KQkSr&Vf6=uVMX|f#!ѻr'N(FDqh`~p%\Fy1Hr*ω:{y ]yv^TDȯvd RS󼘈1973%(gk"U @"b\}6Mo{N>͂^ˆ)3"f#nM,g?af|q>N>>ll&+((^ELn sS%qsHZ6[+]HDq㶱k(3 ) @lۅN) +N̶m<+qn}J{3Ppy'H/eYz% ]`&0t4 'OBD6&zV)WiO6#P&຃-ѝpU/dЈsDڐ-cږ`/a=?|$nJuKvvU}V:nۜewsÉ6LII6EKv*DXŠZ4Io$UY̺жmɐXڨ^¤Uu Ʃ|,Bu$"P*9>[wA؉L&Q ~*ԑWn)*6 -NH,)FndU6"a79aR[˞I%7A:ФP+Oc  4 ٰ͞U$aad(&4Sq)9]7PhQ(xD?&g -Wf -){7ԍجn,Uus0b |UOr!vs3"'>Q{l Q7b R4IV]gOW~{ ڿ±B$Ko⻎;̃qΓ̣bl!;s aL#eXEFiF28]#Lp}6SJ*7N0. - 5慟񁞎餭9@QTaYX;FTgxx_KMQx'+/*'?\ךpgClPyy(K|PȏyX- S 0GN.a8q2GX+ TCvy^x|u+^P.0שdeCUz{nw4rI81S e<sh<00 0QaN=df$M厦3>s~YzTveCwf:`I- c:#K mB =ǹ5)C"kO"rH?vPcfs5ocՒ0aiV A!Vh `b`-:a6~xFji\DPMFC"qJ2sq-`dF||~=hIޕVBF@cpuj #]21vQ9ᩊ 0jȱ];qmJhĈ'qxJߕn)455hieӀгb805:(<@e&A56zèDFT,'ys)C)KJ/ ѣ}S,Ћڅx܊8Tdf҉@2FD:܂0"k( hjY7$yUDR%爾8ǢR笲V@#`sۆ(5ނzqYf|P9禵<Ƹmd#;1#q4t!_gĤll#":{}6*¡+Wb0 g`3nM1G)sHGsq{w}|yi hD ֍ dذ -ٮ/OVıih`ݘ4cb?^YAL3A1Vz;whUhDPY˳зliCV _Jz=x,\$W}[ѷ -84_L"7 uE@Wɮ'nb7]z9jMѮ+.캦EonFOw~]W0Ǖ{r9- -dE3]4o-]sM3?EN1I 8?(n጖cHF}K9Ǥͺt~jH/5y@5 N$AǹU٤ccTmF]%9JpN[TmplRgK. -+}UL^p#G[r5VY0._%}:6+*Z!,5Jv,w[y@Ow@K,V(b( -z׼?zwSz_%).{ 7Qrs 0 - C" U0ff񝑪ӡ%x&3 _2D(]VS[ɍ2_MR&ݨ3 8b frkV֐w(~ʘ2{`ƴ7yvm GB abXLB7>47F.a|BFGҳwAul&bD1ێ\`Y 9Ƕ'-LcʤhZm?0kr *䬃7c?"FI)]GY!+5HXSPTǗ d B{V  G[Q=h^~cY?[Q *01zND^sT=%Oxb( yX(?`_!YqnI,Ku8NR-^䑮‡~LLZ,-'/ %  -@lyɱ.F > Y -nS yqi{VN}i7 Ob?n]#f!| l1b5K<2%v=,+|UȞ3¥@A)u xǷw-񣪢z+ 0JW$i+.pȑ:n_ҁCCGIӳA{H.ɱ %t7Hﹶū\a Ǿa*eOW4+h4Q_ rRkDpJCgR^iD.9bqZDw=䁚sq6;p\%S$o :K;Z(}نt(1NUz :謥Ikۆƌc\3I]o-zӻ&Auù2#Q>fwc^xō =UG`5)0O Zb^O"<̪߈wrSwZ.pCWEg{ '\G7t\J#¡w&YS }]9qE T3KGW{@3&2dE?xx䂓AlMO!QYo1#1ܰ4Bd:gl=mLJ>0:i1O-@ʐ]91HKnKԶ }޴t'>K5fT.dormP$)XE>7K'i/|(WkoǃGK -EpR*{~ͣ𴍁(q>XûQpb=Fyb//_]7JOA[DMk -׍BՎLZq"HG"E7bDad7RЇa 0eq%/(8p4~|W_ɧ]u[ٕ?]k"b4RaF3Pxܟ?{_[Ndnoc,め@3P- [g.{2룼vt)D.^9|7E&bj{6b=qwuGdBК*>bB|q\۞X8nrgPaܺ0-µkjQRp ^\}{x0'd+v/Gs[zb >~tqC}zb0N3j=" 5qsyzW"=zt8|[uY@nw?ح@a8 tؠExN,FE~#ɒ@O^t13!CPfdzf!Cs?#A)aui9o:y+.T9GJh4x)iXo+22)C}/قyqS`'aWEP,M)0OMdEk"ʧ}>Pw -ABI=c{Ch5iTV[2k{Jz|P%ՏRј~5b#a`mSf̵Bw?Â0ŝ،ԧjIt?뛡y;;tGnZ'/ >_''NQ[Vq6?k: tn}_9zF.._ yja o?5ng‚sÒ{\N -w +<'l.۳VKJϺ妩'c -ɵ{1C>{WW> ]͍n(-]uWBjjgM4>G/EՆSF ,iȔۧz;W߮W]K\=\FXX ފL.!<=HN'y䕕a=S\½wq12ٙZa'ErSiR_s7$(g`Ci, ֞=]*ܥ OYs ܻ:QV?:qxe~T"T>z4A c`C2 ȃJ>s2p -v:E'R "l,Q3GEԱ{Lf0^W3ɺC'IOxow{_N 4B$BP:a98MF-jQ]QXZΐCk5'7!slnC~Ƽk>?a!sXX,Lf7q~3F&&.-k.e{y4uKc4W/0C.^ua*_el3B#24 +doGݞC3Qgk]LrnJh,{==Zݷor[bA: -o{A"ad]Wgȏi3=⥰(Z/xJ3Jg=;6|`9iZDkaRb]"Nv8\H?8e^=J#gsyK)eYZ[zބoN%`*Q.& .jJ҈.4MI &tsP~?22hkr1ɐv.?Z(jUXqһ-h!R(k57MS bJ(ێhɎ%w"3?"gy剬(a - 3dƩl@LZE?鏓O?5~,P͸p}!}ekeژ %L:E&*L;DW_?Mꮜl4.5:c?ui0e 6t(ms22Z1Hw8XP+۾up& -ERsaUn(*%o< vw$$C: nFܘfphG-\ a -.j_ZC)Lψw>+2yRy? v5@+F %՗8N鷇""s\2Gf)%_O -Int_lS] -/[m`5Wڟ}-p+l oN>ʝUs6l3=㏿9_l}Muϑ`%۩ #RLwmMHsLwb)BdAߌ)PNRO IkƝ͠㩯i}W"%mG'MPӓfiiZhAxTiF 0=0q@WCgGJdu;%FhaiL72k`{5JIrglHӬRɬ7۰%Q5p@۠b9E+19n]pzM,Jy+ʜ΄X6ًV.}*qN޶4Wil/Mlg/6FDw_ĦZ"ʪ2:xeSO.jB f(Bl? }>im_ПM{ZRfEJ`5*phFr" MvGc){y%_nM)SL Iqk,&Wb1;5DU Yc!͠)MGg@dEY]6>! -j(y=ҕPG^+dMPo? ʏ:"5ѤBLQ:"JѢ׺hiX E qYz`fEno܊_-96p_ȵ7cfQ60@~"FËn{Q ->$ ZD B5>G.G7Mzx[Uo [Mo Jd+v%~]_w{A>iƒXpV!:Vt#IX4%—dEc+{}Y "fTbde$PU4S;Zdly8 #pO@۩~;%2Pƒ0-AYGI hxg˳NG{6Jƛgj6+3k,鑨!O@53~8&wA<|y..d[/qO -i"1:SJk՝tNWꭐ$Fk\=i/3ߌ#CHkvt0?}C<$#̘NXo\L,+ -0]2ϞMr9d)ʳԢ|%elر͞rvFl:Z[4/(SEC`e*3ji+8Z*RvYVڕjRڔdcdTg49&@ƴ Jl|a&IE|*E$Sy.6NDD&& i46RҳbhU=rF ]j'Ծfqz7xHowב/]xIO:y*}cGI 9:y>{䇭pplK~FT {Um_V{BnEuX`}=##kd@U8o[4}^t!-˸G(#N~T^4]Ic OT$z|r ͩb6$ˣec!s!2^fחCx}QtqZ_^AfnU\l!Sq|KbEvz8U_.+Vs@r3l\vg¦OFɧ 'רOP^/nd'x" !KU#?`)jyRWa⽍6ԃoѽMаB{iԧ?5=I:o)dVv[2~33XǦ&?"rV\Yb$rԠKٲR * @w31B -*s!X>j^E2ժD.h/t[3eF/K - Mڿ˝YVq-QN"019#FZ@GJBоo%BMJhq -0y\cmCH4Q5lt̓}=sS9mD]ڴ%Go ?jaIS-4Y+fg+ -1.:rzޏeJA/۝7Ry??Q~}K__qIG -G,M>Lհ^tߋ[Poh^sӓ^jH9g-]>ҨV7!ITd+un>xPD}i3^?{ݵu -wv^#Z%kd{ȝnFf؆%z 7FK Jb4-8)UBN\p}SVR)0v_ˁyE/icֽ^0{ pԉ -_sg ͷSлU3Btir_[2=b"H^p](D$ݝTF:]Yޯ3v~?jpBY6#MUk\: 4m`^! #z>T@@[x luU5LEF M.)hɸiW2X!ry`X&`~Ka,ll60>| k - -H[RP!-ݰ@aB[1=ASp' b)tsvi.-m;t=WiWUYPޤ¹oa BY>M9hqL_Hq OVRl#K[H-*{}C6V8n$8gԡtDf ֏\pg-;[QqK__k{!r[7x1Q4SK' sx ԆPc#6yL@wE -]y(en1RU`@qOA\[4=Yx(k0% 5ql`)#0qì>Qv6F0D1VCLqC$j$PO>^/1x >mr`~8Tt8ZOSbYuĆ!=2 M50 M^,)5`Fk$(" gM.k7 Q2>2j9ZkKފ HDb]81N28mS1G )53cHn3J2,lBX|P4b21A<uvoomI/_۶2DzʶT[Lv ۶7Vf1`eHC(^OC2z;֢8̮Q9ό2'SNQy.8T_gÈBՒ#9u\? }(Y>O^" -%*MJ!y-쬼 ;^MkA^lhijPb^BD\8_˥kP&8 2Z] NI]l^@UcrCS.b PP7@q .Zhx/hWJM괡E`BwPu,paON3 -CpV65CR ܆Nh^UA/)MoɅ9+?G/&&l09-wKk5@ ,fs-o3'`k>]=џRE5>ɝC!N{ϒ=Z-^ P7s^'~\#>[hvtd-"--VK紹$9=UCe}k!62k,zrnCGDڳbbd8Ok3N-$OqJ -`-4 9ȬB2æBDdģ#töFH a -~? -{ -I#IƆf Љ0k\ۈ -˷~'S_&8o>kq SW~;)eVLPZB-mlVfh:=:<8sнTf>3tx_}lX -}Nutjc "Zf5YmDV'?ul M-{ 7fjplRgQO8Ym/4UhY Xy2j.ӊw%1}F.urQq<`Rd -ŇSbd&#`sڦ|{CxQ!2޵xY \&+I q΍ɯ>,o&(8PgF?b:w;is晀}$W!+CǫK榅ops}GBB<;F.R,KZ^pOucPc>68{f᩟-ܡZ[1}l:Nm/R|13LVGC@TnG^ -R[1ԯ/r`+䆗"*g׵_jv &[KySi0oX&99E2tRd"3U>"QΏY+?=S4~m=lS-A(NShQz6%'㥨?]g( Ĥ -zKi)'#>Uf n-nzʩvMŎU<-TwKr-LmEϴ3ԞKǪ?0ZK*9YM)9#3`Δg -+L++JFFgWd-Ij{0YZa&~2L`s]ϴHvӳdS^8~܊O<_,=}sgڙn+Cq\`!Z5!{ -@$ױ -hn X7q;7!q%LS՞[:HyU5}'{ ֪y]nLS]le.}/?uj#U\\(f!Ɉڌk@rmE7w Z,iKf&YDU&ڹ HꚔʝα"jl]ǟYEp 5F⥶(A:|Y[u]/U'V9M5]OoN;doNmȦ' p;֥,(5a,'j]] q4Lc<"qNuk//!AN92afշi D[qǭ|Ǩ&MIZ|( K,Q}_?:m/-ntWh3۷e-o>Yt/zϢ]Ws -٦!]$9aaE>ܛls\ڤǴ.Pt nxj$ã)1['e )ws%<[⽏}ŽT157S@sѺ7 9]kh!%^NWXWfߡnQ(xmr)t܏IgCCȪ4X&kW^Θ_bLݓg>mR!i^^ i m<{heK=&ߒ782yP/;vnTzWK$7)HE< zQb~II^F՝BXwIN! @#a b@=LviͰ=6wtdVK2JKe]u]WϦXsKs˧G|C#%%W4tΡ8Nz ȍoȭ]ؽS}*XJb.ܧAuE  g?gd5HdpÁ=b{+H9g( N57{Dl`||m8̷lfcx*`7L@I{{RAQ:iK{x#EcP^xg 庳`g`],jU KX=t2`Ms-?]QNC{*V~R֞ӁnQvz$AP4_u'}t b -ۃ@L$A#ڤiku"=UċX˚>r:Yg Q:r`Qq= 8TcF.-|"j4f bGYjRA%,Z\OsjO2W % 8S > -ASa XnG|gʷܓgɚٓi8΀;㳻~G?: -bxVƣgG2o}r!V؊ QfEGB<SG2tg'sFYn2V#HAYn6Y|=>[&۠Y3K1h>_m'ꬹ-O;<<זF yDWru.V}ZuwhY˦\htr҅G`i[LE.i%Mx'O=6\|(~!_\1d|Zc[B砤uTb1/= kjѬ_BM"fNi"MTɯ=/Lt[nndKsM.l t~_'DsB{'Ӈhg#;]b`01!Jl ;ӑІ\DZ"ELPNϋy@WV s*h5Z,Ȃ/ #|䂏щ.G.Ȃ,#7|䊏L|DɝoS'|ϩ:%<m. z]C$viZNҶuj@Ĉ*_!yp^1מu˩c$_;] (kv=:en#h힓h -&rgxg($hQSYAa8!\m2>%bDDNtA93`KVR _֤,E+*_0Nۚ|{A% 9ުSPR &!?^O®3H_۸[.M6Q1I M;_oC' FlRgknY0J`/L5\T̙c.tl"OHMZEv"ܡ Q@ȵL%H$eD]<-#@:OIb#}$(wǏ a !1fH&R9jVۭr*<+{5 -]6w.Q#EX/D:&O >#Lx-% g~k /]V!L&a,QbyjC'مIHg6H$Xǂ Mΰ?iR9>2`rKMT&=zJxk]Աm"S&(RXEcNCj*\r, -W=ϩy4}B2Y>#7|䂏\>:Y#|䆏\m ,xj{9UT^MU%>ڂD/k.:B\VCuN= "FTq -)BO^Ih 3VKt;jlirֶZnN -|Ax&,s[.BMZ8VK ʺ % /Md)/F/Ǜ^ '"HI.4=`0E> ٪'kGDilDLh5r_՟hrdRK8LL'nycɑdyu^)s|4chKH5Rlj;`dsR> -̧[v/e.ݟ%bv -3zw+ LȘzqɺ*U Sl̚p-0~X^o[]oڀb'9A! E`paxewZYx"l tH*,rzJ@!~J$%[8PbCÇZ!g ,Ϩ:-' jB;,¸9JXq % ufUbhPB v^~8n{ہ*u~5!s:$b{PUv,ahQS.VmAbm9ㆆ * G b {b@L%5uF'ğt(^E2>=pĐ KMta` C6o֩DtG,pGSd,h8D -$9}\prv?Uo3Rh`Qi"dm/ɰb=BDa2b1Kf9LU>-5Sի䎝(m3$b#X^.3,ՃM&(1&@HNj'g#ٞ S$79}LW!տꏀ1r(0(Jl5T@P5*,+dAX:>'b0:b\_v - S,1UxkW~׿- MwWp].p7 -ȊbC٬X Eɜʜt &?.ge!OX]~N%1J '@Px Y|![a|~;0lEF){LSތC4Q -jj*sb[RS"OS%u<4 4^MbbHppABWx,2-;eUɗuZQ#$s TuizEI`޷Yx -OP_/PX X5Rc30fϽ[)YﳤqRЩqa2eB{E JS(*y~*F6R -Hi(㘧j4 NkAF>]Ė qHyN|bf\&H罤 ;3q|ϤM9ZѺWTU^?䗉;\u:+Atd+tx虧JhsYliD3)=`ƴ@9(C1q@=+ R`Qάf8DƲ'{y/P of=ޤ-}݆߹=t1GG_WWKrMپr%}!?ePIӞb{;5f:˲5<'afX P溿M -Y%&7"҄O0sp|ܐm;fwH#[tG{F w~ -{0AGm::N9 T$ ߧ\Z/"Tgxx!5R\5(&2kkUoDm"&<,d%B+Ug-qoT6orl2>. -0MިBm*-r_fpd)obF@j RcSP' 1A ,b%>GrvTeر11lgjnN@֬,zF֏t`%'L68El81)Af+kudA{B0f%)!$VRH1JdȠ*1f׸a˲ IvW1 I\OעsH{R1W[~4 #rJLh 0dh$3!3jy+DQdkFlm[2 ֟Op^*-?jf8>ٻ@@5kAS M:z0h A5A-8dڞB;}h@g傺yF6 `1_-;6_Qg՛}a?a`aJU.3J(*DҩD(R/bs;V?qi3<9L) z뱄4n9 o!Zdtd;  {%~_X2gul{H+c%Rkfѱcj2cF~bU9poN /C%SfG;!䌪< -$+y̼l.GL K'xyuJ# 0'`~lܐyͽ>RvJ>"Lź63bEmXCҟBsl]Bm-cXk^;6}c=_5bxv\TN45 TSsр*"ʜȠo\F䯳팫wF\<5V [W×8n#0쌴3\=C2фtW{x;R/z)9T4ƺD3ށ{x*\wrx7ftl_ww?g;ЙD'ۺW?شbsM:a=D0*ޥR?(Ctj2Di׿iMV`y,Ѱ1XYq%9!ͻOtwt01k@<띡qʷ>ֹ3i)U׎jqBe~58u5:\RZ!ͣ 72,Q[?&zӛ0^}M _ѡ\0/o ]b!z=w - ,>j,N*Xs,^ݐJb{ %E ` -)J5rCqSYCǭT6jhEgg؂+LZ}GrQÂg ѷܩe1e٩Na[,@3drI -F.#E-gF s ͧ++euY.'>~]/E۳t_UP,gyл8}zy"\)L9F^TO֔}v۹egR:T/ox^fU&[$ך><8?:9>'3g°4PWd]˨ Fk*SNel.^>1sNTQ=b]v*0U#gunj%/P/Υ8vJDt<ti6u'<{MshKҘ1*e 5>g;E+YMbCr9[[Fmm[6]fܼ<8 li!eSqO%ȤФIٙV|:Obr϶v,\_ڛtj-3$9߹ƭTMMFp ?sINCt(ne LdžձF(ԇ [vᛅk˖_k '܎lQTCrarr~lF+ -q| (ny^.kNHMbWÜmkvkFpAkRsoR 9=ě2k>Ji WP>q^*r:$>A$re+<!Уy Hs#Bicͅƒpz\ Ҩ,7 XQS=B.ۈXs! ,lftn9DS$b'ÃX5e*DXmw(?ia2NǒPlhޖ`EaD,NSgh2srYc))z+P#PUBiiC+ML)N 4GI1vZ3& ;I^ز3^|E)o}}뿟߯)TGs{+􋓘{|-e_jA Uq_Rޖe#4u;AղLjD~ -{d#X%"sݎ, E8Zq'ֱoZGrõro|Q[iyp!7CCjٻYl+km> 1Ru`z&Yݙ0/9?F ǭ~xV?R♽[W=_p6_ Zkko?ٸІ0 ZːJn"t.z4F#[-y.?^ZzݝC\G C@TEKKU%m}C0kC'o c@d+.0XZdFmWf6Ma8?^̟x{%leH+ AbXBC@n*c MP7XNPszv%ݦ3ڒ1=d腔Zϋ/P CR|:R<1ף'>H% 0w*Lk#%x5fQmTSq0*aPT\o$ɝ;u%SCTCTc@Qc 25ȱT޽_޽w2|4lB; -πj~90ո?d'x~\|Ճ{ W36Qxd+O<Ǻ'"ONPs:O15# `*[bWֿSJǂJJkȃk|8EړAyn\N~ ڂux;hXm3H4U(pCMŤ$T#<1k6,dmM!3' 96F/2JgG(_p&v =/9gzwixhrW4Ҍξo#q;"Xz;g%UܻΒ/&(p~859?Wg帪Yڠ E=*Imv[u*3wscHX€O|GAʫaI6*i{ [\cr+櫙 { ap|(JO *,Q'7\tuhz": -)'I{*|WG8(,I( -4wt"tb$p-d$FvG@hA X=IUlܐ,̍aWѕZ`czEmZ<%2q {LIdGI v׮6=4r.YZh킏6ey@ӊC1FC:%sv>sn}(g,NV9㐦@9eQB(pt昄'RHƞxMŵvz=lP38L#vՔohڅ(QD P]#:h?⾀Rsb@Nrٿ 3!策[U -ዷ?|Tԫu v_2>/Q櫻Jm--;lٝi *]T>ڒP9j Au¦[SD YPڸdq * f\hR -Vϰp]!r6qȄBԗDc$Mu ʭi)$@mb zJXZ (cPo0 ox? )ͣuYA^0qD/x yhFen'Ьmغz7(| !Mbx3k.;(bUibI@Z.DB{40,aC(D- Fsuw( }⟉Ȫĥ -{==u|*)#bi8j.Hk5?;_! YpG@~IsӔ{ v&󓫵ilRLk$$4x:?SY (8cͩ,{qZau~g\ <}"KҋU 籔 i ;-P;< Yi^1SRƂYM ^f^D8Փsm('9_ VLtcOApe.V*H 9̎%L${< !CTPS ` <ۈЇ5{θJ?Л%D;9J#̹65zVF@rV3V @Іp9Xų1k8ZSCy?<:]CQF6xgs8X9^$Qgi%HZٱ*YTH ^qG*I$s@*"]\F˳b0r_+l2E%}ejohW<(9ێm߶ovm;8”ץ;G[8` Jq 貐(c[-G6H"m* x8PwrvAYq\c"@̩\amܱsɔمgJUl)uuT(-CM˖)2%o|zR{UCP&S;4Ef`0t閻R~w)*IYx0`{O\BTrAys:|Y˞)7/V/i -b ^İx/;Phy'|2cqa_wC‚VrwC#ı 1$EgIRp3a>0{P~)(Z4i+͎Y]a m@m%F([]<<hӭ{'O9<).n|Bρ4wT$ |MN3i&b=gC~ i7>G `Z -!W+/r̘Ɩ !*RK+y'c '9r?`:kOW6ͬo+5Cvtt9k^C*,WѢ'0V6RT",."Q]oR%F'.V'1A3~89!dI>z# :Ț5GP !H.BI%Gcb/7_P6(]pg\ -_LMdx*FgI{\4Ptqr@O-cAvQQG OpDĖdTU4G@N-TIZAkqКՔ5DLq;Uꅾ7i{`]72̍LP|'8.BI'J,`/e]p:T]\&c/ REr6XkCMi``ִOB]zmD)A%܂WF(j UJ0Ջ= C I*bZiXҹ['v2+UwhYX㉖t/#HDhmaZQHL-#YZ% Ȼy_Ae0znf@, [o LCi#ʫg#A9N2x\B)\*HgESj&Pzgʳ%"+3~ <4/PXEE8`vVT`\PK)f=.3Tl -,r^Fww- Oo -O}kkB-Rɷ_x5kgWז{\yJ?SWwָa?M߳ `<6͹ AJ*SXqB$bGHZ긪EF"0竚D 룪I1csݿ; ~ lZ;Qpl#B-蟟 "8v/CdyŶRR|W7ܵ?wqP֣.Ȇfݜ,}r\VpM/uc¢K K}X_pQ\ʓML@q(|!+W[b*FnJ9=5:BrLvc>CHms,b,t -0]X\v;_sS\Te:Q3gbY cȧjS 2gY²ث.Om[`{#H1BkSE u;V&J7QvsQڦ"m+/8imk)e2] QюC1ۤk~\/8qEOZݝ #׋۲؋pPvj(vfN؈u-t8թ ,Rl @7w)")U~Q4ҝ{o&_.L714jkHcVG5HjγQ/ VwI -ϓx)T' a\nw hdCq7eC]Kc2q{;- \PfS`h -!t Qp%0-e]wσC4fiq􄍟.v% T>@n~miu EkfVZINO>*^YCo:oJ)D -4唌%@H3kU[!MoV5i}_'쑹GүF&>~1p_fTqN\A\a̪4abIRC% - …AՊc -bGJYUQɼ˕8۩\4kqѰ0((bsd(XFR,_E=QZAK62л0svj7Bqᝯalf>.&k(2z4^/]BjC"\~(&'5YnE&Q*lbL2!_S7MgfQ2e;VJL67qDIDP&l -d%Ns|Q0=Fm{ҿ}}.YІj@>ZnIC3ױ~mfB` k޿|T4 ~e;0juҼirxr:vuUBEf57{JWa|Ad&м= C-Y5^KcN>W:! m-};X, N-#To X ?¥D[ť+A3Oe U4ȬGE/ku(泸~IbӸ>$낕)\#M]mjx%Z,e**\+qd*S76Pi@ovvW9x5?q>߆YƯKsќ@-r(_z4uzLpϒ*2Cѱ8?UFi<dODݠZa|b9"@cDa8v:].ө|%ЭORK'>S!TwƟ6ZDKo"[G~Ӱ:>Gg ^ho]gL>1 -[:Y~U!գׅ ^ ?܅ȣAd4_ai*nqnLFX .pc,22\bܓI;殀*E:$2A? cfoi/g(ڋ'F8`c)ro+B|6a2ƐANgbI]? CbFsu޷w9CY^?.g&&?~?p˿3L8?S|1-N0c#Ngm٭oحϤpik=k]3O t-ݹ=]J GOs%v͔gsmkf=հ[iMGm٭:)^zƛj(_s=y_;|w!GyFmuo3 -fXEۃ^.S `:5[^ai"` ijZg56*ɚBeI`w&Z[dt -?DŽب-ݻR2+"Eh*.|R=/᭏n1\k@}ay着itR $;kzѰ&2ׇ/{C{uq}QgO{0xw48fV ΄zXt|YջnV q' ӎq.A__^Ո ^bY="ɆAk]0f{ZF &.]y ӄuIIXՎ]u=?1ݕiw\Yx@.=k4E#ta|1y`Ύc=yC$ZuP6B$WL9sNTo -&o~8Yv TApxAJoDDRk m7sM5|el~oU'`Vida6y.m -q& -Z%X G0f:6klE O<*C[#z!Vd2瘁7\f&Ei( g^CSN  Ng1'ab AcY24,/iې|FV$OHURHAd~&o4/!8R2#& kR -cbxᾝJ-ɦwfU mZ߹*aǂa[[ @Okm[X|*H wd!wOq5uĜ{1d29%",_B)AP{Eskָl(zב}uȮ$8KYY81Eir'ڝ*v {NAm5=T:ܺQń_iM0!||L'eW7ΛM=%ŐlXSSa;/]Qv!RfQ!2v hPNֵ.;64m)C@3䃦`OȂ^]j3xtyHO*BZ0dl#e$"-`/I<˕%ױaofn r@9? „<@v8fC0~mwm: |c0wjTC m'sG/4sD͟IIU~Bi6w:@F }}zzV4L E6Be'1/6>(P5_,΍U>Cv@!CCoߥ|"A4}/cra y|Gk{yJP@lZW@,εDa!$R]h_ o%էGBLiU&IJ3if*@㞦ϟΖgf`Mz ?/| FK5ð|_qgT|Yfχ³yV_QtвS!cAY6m!B¿@m~Kȥ万%vYSlK]+$gQ ;aFbEY ;R|{ZTqL.L1-+~ÏӰ]+ڳ)]Zg2۪^+3/QsI[!+wv.8(òLr#wfFlۑ&:0QjxY l \f R0021'7W u\&ǟEàbrʇX0?is<4(DS5WSy].XT#/x^4"Y/(l4͕s(+pBS$T!i.6%@0l>ЈQׁ4F:Zҫ2MLw7c;VA^`#w3obNέ 0mA}euN2 #͔c!.r]Xƒ{`1Kh9svW.e,Eʗ匤0Mq}7'1_I5BXFϡ]B -œxB͇?PE%Zx[RLUפ?N+b="coxצbO~MJ]Npf$YȨIͧ:VU@h -͌3~ 8`lZ sqgvYj4)B.67wthsKOTw3)-) |+ڣ丈?Ko,-KIָ9]\I鄾Af>Ia/l -Qʅ`x#DʢQk9N@n:[AMTo&OzvlZVuM CvݳIw<zj6yQ~*F\k,JhH[ĕ4ՓۇM }9a$+!U3:bRX0IʥYUDY ]1"bWߩ`t"8e?8$D,Dm[%"j_ m f5zngC{X}"/j$Q߽aG(`n /^R(ca؈XiLC-mўQk`ޗLn4uY9-aI L2HI_g6;{D_dthS}d9m 3_u}mws|vᑇ_ xƉ"~徰s(g\,.e_Kug - -O) ]{: Yd -U۾n m^CP_5=7 Arq} Ã= ][H܃׈iPH㴯osZ%Am[M->l!ghpsi8UT-ޕF͍WQ+^JrC5v McnuMc7KZYm|7` ~$EC=U*78 1{zS5>կTIGu6GP,R# -r%%ўvt- 3DAoϷLOq!EJְh4Y88U"JL0X"IYLq#}TǠX5;"k0 ԄÕ!k[fe. k6ᓆ)tʠO dӽEy0ͨN>@,u”NH%Zx|7,6Ys^$]yXIӔ&0| -@,](@6K -::2XaHAg)lQX=<{\:/,ĐvᛕR';&ƻ|cSyM.Vg@qUŹOCf"bU`) MLRxbto"P}\x ǘœcBrML^\\ [)٪D8TNCeTj=޼ ~ۯs׼ЎB)fKYadKiv;R`XºC0:*B>vRXQ?MOE~/Lh`A`dlau((~=7[ mGac/g}X!3B%ZugTqճElGL:<+<ނ)!Ai)D$2Q(I$c5gKя‘崘]n̜B<2q}_;T2`BM8Q%pئs8~n2F"4Iڋ[2%?3Ri]a_/[ /խP9fzBG5,1#șlH/%3k{BLZ+dRsL.e[5Fjtq>DSMsgE-TUjg$;konl;?۩QgT&9}ɫF)bvsIx6=a{u׆,D iUnQ?U-)rK;/"*ɔָN珨( nOIuz)`\II.B?$yI wAfh u, vSrcju/>⏚лq)'`%sfx$Mn٥ӗrEj=Fc7Fv9-ASWHڲg|#t3is zw~YDCeGwvji^p_ -@zIf fV\!~$6P|حb"RT m5zFQRjrO5a e -(r=[P f{5R;y;Ҡ1^^EvWLHfT&/nƅXɂ?$(4D~M`gTΝ28{n >Mz}-hv u ?|Y #IEjcCYq+d_$J(1 @#wok)*afO+%]$K(ǿc l"?9ŤU%(ĄMxbgT:śEx@Bq=&Q9u7P\z3dT$EŦzr[6=CO=|B~SviI1$5\y,Oe_GE*"7=\G'VUb^dJPnާlZ1}H fBt5SX -^XqȘ1=E_h -yҷ[~|ȏ'I=Ju$.r&'W1[A$/ݼi9n(֘ "f!ݲO5 X9' MQv  ' \/ Rs`QPs.}6^罅& -h78! ڋY-vʹDeA z!q/1m6n3"NE`{Ԅo\d:f}揰~VJ~y78asb UPi VbpҤp<ɔטn6m64_A#%b9|ERE>DQ!$fN8Kf$BX#FoRҽ*^q'它og4$)=uڭK2Y)ge|Yiw-#m;cǚ3V@l`>#`#x[`#؜;i{ON^,obWSܙ4WS -@!XAD#q|ŤW̑QEgϨ9eEa %*ᑓ&2M@ir8oqAqnSbh([* 1P(C| -v5 - m&fh rxִb&E; dL M6$l7ɊؽȰ}0p?bfvu:ݨ4[Em> - - 3~?\^8A-1{Qٌ2>}kDӀ0 `#g;2,U昚E}}(zhNk$?-8E0.JoD&aF ~4< ]9E+^#@% 3!?{^t6h)1do{…ډ>2o.AKVuFݑ_G͉Tʖʷw#\?IdrChoa6`)vx-xq$%jQdAB;X8l"(c'NDt2?yx hl0Lq -FC4T(l#JFI ⡠/k/7A7]# I@,]p@@IVlpB-n? Y*{G tq𬐢}hQ. 7Gj^SȆ)6G2<,Hn*۠!b>FOU>Ȗ:MEEC#jߴ[I/WĎ aNg !zfCF0،0t$>OV%r.<7;7 zsc`K `Lq,r(NA~hUҷyd -UH|>~359V [j~P+NqAVEUdRd 'Yl ;;Dtp -UYIC`6 #c٠0p vţQPNEz?_ vDvE!p3oHԒ@0f+H3QLd؂efBX5qd3tL+`Ǥaзa@>63\p ̷hw"J 6 <]6| zEUNKFB" -b6B6ḤV8o`Tݴ<Tc8nHPMXѷB(G -bNe'մjX7`%P"%0Rc`#sZRt$X(6C 'C?˙0(KBfu8 9ٰˑs@} Gl< *R ̴EY)d32_a_E^&Fdz<\DϡI(4k)ng3QɡCfOP+]T,ad.dFNjَEr٩ts;ҭ6;N -Xl8EdE/1Y:lpRlեd|xdxq9+2P@L¼Z-Aͦ|bސo"\UMd51l1&DxXł#ŪZH-ׄcWOuo^CLfOk?RF馱YCNKAx9c CY6U_د)3{ !DuPr]d|[BEUR@R,y-!-^c _Po1ɾ}dvEk^O}G1 cpRPՃeC,K`rʨZ⣎w&cb$)qS~>ΖII81WD2. kP㙦”PVt@l(4"-fVX%;֌>JdU,\npA/5P]DU5AsbKy"L#dow-q{󜐳IǾh3Y]U /WbAsh;vQ<ȣ02%S0a -͸$azkLZCѹ&i)DŪK C?߾_S"hdM?S˾DސSxZ Q{c+n5.o4쳕Hs?T̚TImn53iҸUOJ֧MVaOy1I|yZvh 2Gߪ=zoMv1{;Wm+躨ښ..zjⶸs8.~!WcT&eQ`ٗJ˜$@ބUW_zG -r!8ᘚعu)T j_ip>A.whA)e 3 9*E 8|2> - -ʇp+X‚-zI~FFڎZÚr7A*{ȞYخ)h/4|/ %}ylygR>DxӨi LezXf3!NHŠtE ,D>D>- ni. +L&PΕ a<1k}{%ף`"_3.yIϦv@CA Όbƒs-`تHo,9E"?Pc?]GyJnuM^65nqD(HOg (!A 5H{\OŽ-76c׷}fj7{3lE[9{|#4 X['_VQ TVֲp(ofS.'h5Zke zḤ|'zdUQ㲹B[`\S(ǬH[V,36 ֐*jR16~۰Eam C0Ⱦ -[kB#ZpuZԃeQo!9àmzYӹI]Vz(Zi1< -ݍ[߇Kq[2g[IHDZ{Q懯YןqO6osrDRGi{ɥJ>l [r+8sJHTi^25E uxr"ʩh&Wt~\<\."%Ph!wE[`k,DV5nt-wMvy<:x,7vLN;$p:k]|NиNrS?J)Os -+-S(H7UQ_y yq=&w/}}.S~%cr?,gtV RH|T Nj՘)"ҲIZ > ZRFTyjq AġFҢuBbvEWfZhil dmRarprej{MzŠHJW@%UC{q3,؃xI#Z:dT??̹h`C=i?/t d HuP =xXOzzg>l>B`_1LwJCC/*SidՐps/ I>vGYBӄw,-\/Ďrme=^;X-r WP+Sڥݘ$}fE,Etդ~RBe$y Xli*nٞNji -ESfCҷO$%Clڽ6 A8˯Ęv "YݔqehPGBpz~VP[¶ Җ\G_!k-D=)xV@9Эeدuspp=0[RO/%F14\TL>;sEjbvY0Wk*B -(#QhUk='t| 7A7m7:h5vRdS ȸ IjLFф6FT(Gi>^ -jЌN~O]a!e/ Ivz[oo8,B,hj+>N!t5[@|bQ4;zzv ZuANȸdvb=fx=~eۓze'W񢵢GeQiG.};.4NeYcѬ"Fx3oS<&ݞV>;P =BLu`30QW ׻%{\Z]n(2{-puܸ^kQmjkۊcʵŴ{]Cv/҃A$1 2`_\Ql?8ѐ;V0gbwAFg`"jІ$KߥZHtz%4Rs1\9e)J>7% Oc>Bk5)kݳ䷮A)ڬ P$C+<=@H`X}Kw^~}n.AqDY h?tfњA48[ -KӒۗ}[:}iٗh޲+j08o*J|Gumd2UiV??] pND3~5I -q6CǏ_[h , #nAQ g W"5 *{/!lflufjC0T|JYz^#G_r]#՗H-hcbY҉~S#f!+Q^4LVLC]XVжLe+e,C ?2AjIc81t=.^ V\ʞxrBhE96M#EwL -ON4Sd#k_Sϕãszr~nK"td^"@|;r ')ϼwԴ$w-YUqX-LQ@cX"rhxQR2 Ϙ[x;M:"'K>bk%!HkC$/Kv8Ɇ˖Yg.]YGQ쵼j^gˀ݉urWsm{$*"ܽjE (J"LO2+`$E0U$<^=3`#?DoD5@x$7<ͰZ/; Ԟi+œbL;؀((~OAPSyk0!m H>. 5{Bej smʉ +kL&ڳqzl}!&P=D[:5 5m#<T$ԣ(^1j1{6QKu1j@I 2wQ|@m*b+.}ۦQ'B{kChbN%EJК,UwR0ZY&Bi Wy|9]`Qvp7gcdYexƒ6ƞ b˖K"-MbCrL]彴 ,B +${GURb"=JE4pHkqƨXuZy -A'2ѩeXxl!_An"2[̃ NPvsB/n`[ q26SPX`0`WSV<:.VE9EC A)l|!I@0HL$[ 7$ -ZXF':.jx6א2:&.SK'RH2_*6ߪ3$*O¬ -bkg."BP}H -R;,j Z!yK2 x-ba4;M_v\57nUWXJ 6,SGQZU4?$ǿYAAp̜֝RM=3L%7n c&!%6SRw+A.p<}evX˸\fB :(6UMiBP$kbF)iS`*BCa8&^==>6|I'i=~87iS| Nq('-S BUr3MVw.!Ee]lV?i[k'@b) A0pէW<"4kVY:ғKx~PʜH؅_>]v^[U=O~X؄ S=QJr>9|-EpL@@J{ĻQ@\\\M:uձ&F<&f."YK47垟;Uv*1cSwƁ=㲈{eӺJڏ.ɤ$yԊKalߤ*zCw;9 ) }bJ)eo*D ~kLMTlX!&׊lHdK>VeEn2F YdI%YgS\{ë? +=BVRf?fэI'1mIs;)q4ٯv$r)]h ,B1jd1{{e&@>VN]6Cdșq62?:-bF6~1ΣԢ) (U7,hD3[~9TsxPSBURzG?lie?nחg'?&Y/_#&}\^ϥ7T_R-`%>znS5GǠV4۬O i5K8ݲot9M~a){ޣ87e 8-D[6Nma &pzmBe|ds+w[׳A­8lR'"Ͳ㹮l86=Wl\.,*(Gn1Ldm*0k2CQ_^njx =.7kill leGsjFկGdAȤKYFt*T0ŧ֑{0K9tʭ;|DL:T2PJVR5f)TKȍ( gPEOʨ91tUK -fD\TɘP'xe+"Ja@̺]v0ml1LQb9bj :He$4in%ӖAN4_!.cܭlTY)"CT(_~KV<.27//nyʫS|:7[hqT<.wuں .uF~`eKRBOu/N~oFYC r lT)2}cOvhO;aJ%kH>t䚆-TG xBT$0YO &Hb8e(L$,@YAԽGgE<)9DAQSye; yNőo] - -Gq'V`FDgQ$A'.hq<=r@cvUl/w|)XkC r f7A?QnpF:%oa̠*"D[Fi_s^DWat$ { 0#H,2iAm$oHW'lZ~#n*ux:'gi9MK_`DolɰFLhn<f6ժ {<aZ>,?t߿o>-~@F~+Y~T+hUl<iȋ SZfu:_01WQ+cYyHmm* 7=4@ c|nD~Nq Z 4qX}.yU2NilfB66Db6ʠyIVיkxup:=Vz"9 -I IFY(9Pj!>?DիTwրIߝk (?oQ%u uBmlB&px !)wȠz*EH^M80̐, ~QdVorK8;_soZ>oJS롥!cfK4ĤYO ~4 P̡.PؖH9#W;R>=at;YBռhN lJQ1sn akKc b Q+Ietd Zi}׽֩-Oŗ0 66FPVrb讖0]_񯷽>1. -|~3cliҴ6Oin7J+Jq}#nF(wdѸܻu|8=QPQΩa%=۬Ӽû4& 0aƞu~Vލc?ĂM|jkݾ~ RW0o,$phiU+ZLŲ"^,7yZjs"n ZZRS=yȂxV\rw9U ļr|ESi"(qvsuFx2xf͌6ǿC(,.7iZ6.:~7H5g\ }n9Ioc7ȘUW -8F7ӛWħUϧtΧtko ) ៟H◜΁<4o6<:W}ٟF\6>7>J|a܄~rX -:LaF1„r3$~H i1Âbޒ9oLh #Zx@OX.VmNcuX/^ۼc<%IuB&:Px\0ly1߿Ŀ N endstream endobj 201 0 obj <> endobj 282 0 obj <>stream -8;Wj;fbK,n%.c[9Vu&0EenK[pnSP3hqB1fGa9MlHTh@]Ukg]0_qdC]2+fgn4=r)%p -p0eNB&U[/<5Tt`SS7ZtE1ekO()aXA82g*>sO%"`\VGX28Q"qd9BF7-h60>)hA+@bY -+Xfnh7H@&U+Cr`*S`?OJ427<(=s6M!(?)*e?.?mj85-k_rbj/Fg;Bdoj-$lbU!Vg. -Mf?pKd^.6J:=O^Ce'=h8r*pg&#Teq`'&U<1OgSF?Ph6`cc3(6'AdB,*iV#?1YO1rE -kRaZjc`p59(p9L;lQ=hs1j!QNlJ2J&*am>BF endstream endobj 283 0 obj [/Indexed/DeviceRGB 255 284 0 R] endobj 284 0 obj <>stream -8;X]O>EqN@%''O_@%e@?J;%+8(9e>X=MR6S?i^YgA3=].HDXF.R$lIL@"pJ+EP(%0 -b]6ajmNZn*!='OQZeQ^Y*,=]?C.B+\Ulg9dhD*"iC[;*=3`oP1[!S^)?1)IZ4dup` -E1r!/,*0[*9.aFIR2&b-C#soRZ7Dl%MLY\.?d>Mn -6%Q2oYfNRF$$+ON<+]RUJmC0InDZ4OTs0S!saG>GGKUlQ*Q?45:CI&4J'_2j$XKrcYp0n+Xl_nU*O( -l[$6Nn+Z_Nq0]s7hs]`XX1nZ8&94a\~> endstream endobj 206 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -818 1006.273 -2 2 re -f - endstream endobj 207 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -456 1190.273 -48 2 re -f - endstream endobj 208 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 736 1380.9648 cm -0 0 m -6.467 24.039 l -7.178 26.695 5.613 29.449 2.957 30.16 c --0.645 31.121 l --0.219 30.203 0 29.187 0 28.109 c -0 22.658 l -1.801 22.176 l -0 15.455 l -h --32 0 m --38.441 24.039 l --39.152 26.695 -37.563 29.449 -34.906 30.16 c --31.32 31.121 l --31.746 30.203 -32 29.187 -32 28.109 c --32 22.658 l --33.801 22.176 l --32 15.455 l -h -f -Q - endstream endobj 209 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 245.541 1382.2734 cm -0 0 m --1.427 -1.385 -3.365 -2.246 -5.508 -2.246 c --7.65 -2.246 -9.589 -1.385 -11.016 0 c --18.905 0 l --15.842 -4.078 -10.981 -6.732 -5.5 -6.732 c --0.02 -6.732 4.842 -4.078 7.904 0 c -h -f -Q - endstream endobj 210 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 126 1408.2734 cm -0 0 m -0 -2 l -1 -2 l -1.55 -2 2 -2.449 2 -3 c -2 -3.551 1.55 -4 1 -4 c -0 -4 l -0 -6 l -1 -6 l -1.55 -6 2 -6.449 2 -7 c -2 -7.551 1.55 -8 1 -8 c -0 -8 l -0 -10 l -1 -10 l -1.55 -10 2 -10.449 2 -11 c -2 -11.551 1.55 -12 1 -12 c -0 -12 l -0 -14 l -1 -14 l -1.55 -14 2 -14.449 2 -15 c -2 -15.551 1.55 -16 1 -16 c -0 -16 l -0 -18 l -1 -18 l -1.55 -18 2 -18.449 2 -19 c -2 -19.551 1.55 -20 1 -20 c -0 -20 l -0 -22 l -1 -22 l -1.55 -22 2 -22.449 2 -23 c -2 -23.551 1.55 -24 1 -24 c -0 -24 l -0 -26 l -1 -26 l -1.55 -26 2 -26.449 2 -27 c -2 -27.551 1.55 -28 1 -28 c -0 -28 l -0 -30 l -1 -30 l -1.55 -30 2 -30.449 2 -31 c -2 -31.551 1.55 -32 1 -32 c -0 -32 l -0 -34 l -1 -34 l -1.55 -34 2 -34.449 2 -35 c -2 -35.551 1.55 -36 1 -36 c -0 -36 l -0 -38 l -10 -38 l -10 0 l -h -f -Q - endstream endobj 211 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 820.9453 1482.2734 cm -0 0 m --0.955 0 l --0.615 0.457 l -h --3.445 0 m --8.428 0 l --5.428 4.037 l --2.219 1.65 l -h --7.035 5.23 m --10.922 0 l --15.906 0 l --10.242 7.617 l -h --19.875 14.777 m --16.662 12.389 l --22.629 4.365 l --25.84 6.75 l -h --17.816 0.785 m --21.023 3.17 l --15.059 11.197 l --11.848 8.81 l -h -14.697 4.924 m -13.447 1.127 l -11.648 1.719 l -10.092 6.441 l -h -12.426 -0.643 m -12.818 -0.771 l -12.645 -1.303 l -h -17.201 12.523 m -7.703 15.652 l -8.953 19.451 l -18.451 16.322 l -h -19.078 18.221 m -9.58 21.35 l -10.83 25.15 l -20.33 22.021 l -h -15.322 6.826 m -9.315 8.805 l -7.758 13.523 l -16.576 10.621 l -h --8.662 16.268 m -0.815 19.467 l -2.094 15.676 l --7.383 12.48 l -h --9.299 18.166 m --10.58 21.955 l --1.105 25.152 l -0.176 21.359 l -h --6.143 10.785 m -2.732 13.781 l -4.01 9.99 l --2.178 7.902 l -h --0.195 6.461 m -4.652 8.096 l -5.93 4.307 l -3.772 3.578 l -h -5.752 2.137 m -6.566 2.412 l -6.955 1.264 l -h --0.945 -4 -4 -10 re --6.945 -4 -4 -10 re --12.945 -4 -4 -10 re --18.945 -4 -4 -10 re --24.945 -4 -4 -10 re -f -Q - endstream endobj 212 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -740 1498.273 -38 2 re -f - endstream endobj 213 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 420 1496.2734 cm -0 0 m --1.102 0 -2 0.898 -2 2 c --2 8 l --2 9.102 -1.102 10 0 10 c -26 10 l -27.102 10 28 9.102 28 8 c -28 2 l -28 0.898 27.102 0 26 0 c -h -f -Q - endstream endobj 214 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 510.7578 1586.7207 cm -0 0 m --0.332 0.33 l --0.23 -1.328 0.17 -3.006 0.937 -4.686 c -1.836 -6.912 1.779 -8.699 1.322 -9.988 c -5.088 -7.918 l -9.074 -11.904 l -7.096 -15.582 l -8.387 -15.127 10.027 -15.102 12.254 -16 c -13.934 -16.768 15.609 -17.168 17.27 -17.271 c -16.969 -16.971 l -h -f -Q - endstream endobj 215 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 326.6328 1574.83 cm -0 0 m --3.646 3.635 -7.408 6.285 -9.895 7.861 c --10.789 5.574 -11.438 3.315 -11.842 1.17 c --9.717 -0.355 -7.23 -2.344 -4.789 -4.775 c --1.682 -7.873 0.719 -11.06 2.332 -13.469 c -4.455 -13.1 6.701 -12.5 8.973 -11.648 c -7.752 -9.547 4.686 -4.678 0 0 c -32.656 16.742 m -32.18 14.07 31.357 11.209 30.107 8.332 c -29.307 9.799 26.07 15.359 20.74 20.678 c -16.971 24.436 13.078 27.146 10.596 28.693 c -13.461 29.873 16.299 30.635 18.941 31.057 c -20.959 29.578 23.266 27.705 25.531 25.447 c -28.641 22.346 31.039 19.154 32.656 16.742 c -f -Q - endstream endobj 216 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 246.6855 1683.2773 cm -0 0 m -0 -3.139 -2.549 -5.689 -5.689 -5.689 c --8.65 -5.689 -11.057 -3.414 -11.324 -0.523 c --10.662 -0.902 -9.908 -1.133 -9.088 -1.133 c --6.584 -1.133 -4.557 0.894 -4.557 3.398 c --4.557 4.219 -4.787 4.973 -5.166 5.635 c --2.273 5.367 0 2.959 0 0 c -f -Q - endstream endobj 217 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 821 1788.2734 cm -0 0 m --1.102 0 -2.059 -0.812 -2.58 -2 c --1 -2 l --1 -4 l --3 -4 l --3 -6 l --1 -6 l --1 -8 l --3 -8 l --3 -10 l --1 -10 l --1 -12 l --3 -12 l --3 -14 l --1 -14 l --1 -16 l --3 -16 l --3 -18 l --1 -18 l --1 -20 l --2.58 -20 l --2.059 -21.187 -1.102 -22 0 -22 c -1.65 -22 3 -20.199 3 -18 c -3 -4 l -3 -1.801 1.65 0 0 0 c -f -Q - endstream endobj 218 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 913.4512 1284.8885 cm -0 0 m -12.549 3.584 l -12.549 15.037 l -9.313 21.385 l -8.549 21.385 l -8.549 6.729 l --1.451 5.197 -1.451 0.135 v --1.451 -1.924 l --1.451 -1.031 -0.859 -0.246 0 0 c -f -Q - endstream endobj 219 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 531.418 1772.3593 cm -0 0 m --1.263 -1.236 -2.694 -2.639 -3.934 -4.332 c --4.418 -4.994 l --4.902 -4.332 l --6.142 -2.639 -7.573 -1.236 -8.837 0.002 c --10.868 1.99 -12.473 3.563 -12.473 5.457 c --12.473 7.994 -10.235 10.221 -7.684 10.221 c --6.43 10.221 -5.289 9.674 -4.406 8.666 c --3.487 9.674 -2.331 10.221 -1.084 10.221 c -1.43 10.221 3.635 7.994 3.635 5.457 c -3.635 3.563 2.031 1.99 0 0 c -f -Q - endstream endobj 220 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -1024 1958.273 -34 24 re -f - endstream endobj 221 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -1030 1972.273 -4 10 re -f - endstream endobj 222 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -988 1972.273 -4 10 re -f - endstream endobj 223 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 928 1992.2734 cm -0 0 m -0 -1.106 -0.895 -2 -2 -2 c --3.106 -2 -4 -1.106 -4 0 c --4 2 -2 6 v -0 2 0 0 y --8 10 m --6 6 -6 4 y --6 2.894 -6.895 2 -8 2 c --9.106 2 -10 2.894 -10 4 c --10 6 -8 10 v --16 6 m --14 2 -14 0 y --14 -1.106 -14.895 -2 -16 -2 c --17.106 -2 -18 -1.106 -18 0 c --18 2 -16 6 v --24 10 m --22 6 -22 4 y --22 2.894 -22.895 2 -24 2 c --25.106 2 -26 2.894 -26 4 c --26 6 -24 10 v --32 0 m --32 -1.106 -31.106 -2 -30 -2 c --28.895 -2 -28 -1.106 -28 0 c --28 2 -30 6 v --32 2 -32 0 y -f* -Q - endstream endobj 224 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 518 1951.2773 cm -0 0 m -0 -1.1 -0.9 -2 -2 -2 c --3.1 -2 -4 -1.1 -4 0 c --4 10.621 l --1.375 10.621 0 12.809 0 14.59 c -h -f -Q - endstream endobj 225 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 526 1951.2773 cm -0 0 m -0 -1.1 -0.9 -2 -2 -2 c --3.1 -2 -4 -1.1 -4 0 c --4 17.906 l --4 19.023 -3.905 20.797 -3.25 21.902 c --2.75 22.746 0 23.121 y -h -f -Q - endstream endobj 226 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 534 1954.2734 cm -0 0 m -0 -2.996 l -0 -4.096 -0.9 -4.996 -2 -4.996 c --3.1 -4.996 -4 -4.096 -4 -2.996 c --4 20.562 l --2.06 20.797 0 21.094 y -h -f -Q - endstream endobj 227 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 358 1975.9882 cm -0 0 m --44 -7.43 l --44 -15.715 l -0 -8.572 l -h -0 -24.572 m --44 -31.715 l --44 -23.715 l -0 -16.572 l -h -f -Q - endstream endobj 228 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -808 2048.273 -14 6 re -f - endstream endobj 229 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 830 1304.1992 cm -0 0 m --12.549 3.584 l --13.408 3.83 -14 4.615 -14 5.508 c --14 3.449 l --14 -1.613 -4 -3.145 y --4 -17.926 l --3.316 -17.926 l --3.074 -17.602 l -0 -11.453 l -h -f -Q - endstream endobj 230 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 914 2334.291 cm -0 0 m -0 -1.34 l -0 -2.193 -0.594 -2.916 -1.953 -2.916 c --3.313 -2.916 -3.908 -2.174 -3.908 -1.34 c --3.908 0 l --6.357 -0.412 -8.133 -1.555 -8.133 -2.916 c --8.133 -4.623 -5.367 -6.006 -1.953 -6.006 c -1.457 -6.006 4.223 -4.623 4.223 -2.916 c -4.223 -1.555 2.447 -0.412 0 0 c -f -Q - endstream endobj 231 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 637.9492 2832.2734 cm -0 0 m --9.949 0 l --9.949 2 l -0 2 l -0.014 2 l --0.496 8.354 -5.588 13.422 -11.949 13.902 c --11.949 4 l --13.949 4 l --13.949 13.902 l --20.297 13.406 -25.371 8.344 -25.881 2 c --15.949 2 l --15.949 0 l --25.885 0 l --25.418 -6.387 -20.328 -11.498 -13.949 -11.996 c --13.949 -11.949 l --13.949 -2 l --11.949 -2 l --11.949 -11.949 l --11.949 -11.996 l --5.557 -11.514 -0.449 -6.396 0.018 0 c -h -f -Q - endstream endobj 232 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -710 3030.273 20 12 re -f - endstream endobj 233 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 601.7461 3027.7559 cm -0 0 m -11.102 9.223 l -11.984 9.906 12.947 10.234 13.922 10.234 c -14.789 10.234 15.59 9.975 16.269 9.539 c -17.461 8.773 18.254 7.449 18.254 5.939 c -18.254 12.518 l --1.746 12.518 l --1.746 -17.482 l -18.254 -17.482 l -18.254 -12.982 l -18.254 -15.35 16.305 -17.275 13.906 -17.275 c -12.92 -17.275 11.951 -16.945 11.176 -16.344 c -3.383 -9.789 l --0.082 -6.875 l --1.068 -6.119 -1.709 -4.832 -1.707 -3.449 c --1.707 -2.092 -1.086 -0.834 0 0 c -48.254 12.518 m -48.254 -17.482 l -28.254 -17.482 l -28.254 -12.982 l -28.254 -14.074 28.682 -15.061 29.363 -15.818 c -30.16 -16.705 31.309 -17.275 32.602 -17.275 c -33.588 -17.275 34.557 -16.945 35.449 -16.246 c -46.457 -6.982 l -47.576 -6.119 48.217 -4.832 48.215 -3.449 c -48.215 -2.092 47.594 -0.834 46.625 -0.092 c -42.262 3.529 l -35.293 9.313 l -34.523 9.906 33.56 10.234 32.586 10.234 c -30.197 10.234 28.254 8.309 28.254 5.939 c -28.254 12.518 l -h -f -Q - endstream endobj 234 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 534 3040.2734 cm -0 0 m -0 -5.648 l -8.387 -12.609 l -9.162 -13.203 9.699 -14.129 9.891 -15.168 c -9.889 -15.17 l -9.938 -15.43 9.98 -15.695 9.98 -15.967 c -9.98 -17.35 9.342 -18.637 8.223 -19.5 c -0 -26.447 l -0 -30 l -20 -30 l -20 -0.006 l -20.004 0 l -h --20 -18.959 m --20 -21.717 -17.738 -24 -14.981 -24 c --10 -24 l --10 -30 l --30 -30 l --30 0 l --10 0 l --10 -8 l --15.098 -8 l --15.188 -8 -15.273 -8.016 -15.359 -8.027 c --15.367 -8.039 l --17.945 -8.234 -20 -10.371 -20 -13 c -h -f -Q - endstream endobj 235 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -422 3010.273 20 30 re -f - endstream endobj 236 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 352 3004.2734 cm -0 0 m --31.945 0 l --32 0 l --32 42 l -0 42 l -h -f -Q - endstream endobj 237 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -222 3012.273 36 22 re -f - endstream endobj 238 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -122 3016.273 44 24 re -f - endstream endobj 239 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 118 3011.7734 cm -0 0 m -0 -2.75 l -0 -4.566 1.35 -5.5 3 -5.5 c -49 -5.5 l -50.65 -5.5 52 -4.566 52 -2.75 c -52 0 l -h -f -Q - endstream endobj 240 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 715.8115 1282.2734 cm -0 0 m --3.663 0 l --7.249 12.549 l --7.494 13.408 -8.279 14 -9.172 14 c --7.113 14 l --1.658 14 -0.317 4 0 0 c -f -Q - endstream endobj 241 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -1014 3500.273 -12 6 re -1014 3492.273 -12 6 re -1028 3506.273 m -1028 3508.273 l -1016 3508.273 l -1016 3514.273 l -1014 3514.273 l -1014 3508.273 l -1002 3508.273 l -1002 3514.273 l -1000 3514.273 l -1000 3508.273 l -988 3508.273 l -988 3506.273 l -1000 3506.273 l -1000 3500.273 l -988 3500.273 l -988 3498.273 l -1000 3498.273 l -1000 3492.273 l -988 3492.273 l -988 3490.273 l -1000 3490.273 l -1000 3484.273 l -1002 3484.273 l -1002 3490.273 l -1014 3490.273 l -1014 3484.273 l -1016 3484.273 l -1016 3490.273 l -1028 3490.273 l -1028 3492.273 l -1016 3492.273 l -1016 3498.273 l -1028 3498.273 l -1028 3500.273 l -1016 3500.273 l -1016 3506.273 l -h -f - endstream endobj 242 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -1028 3518.273 -40 6 re -f - endstream endobj 243 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 166.3086 3612.2734 cm -0 0 m --2.027 5.609 l --2.828 8.029 l --5.959 0 l -h -7.691 -6.84 m -7.691 -8 l --0.309 -8 l --0.309 -6.84 l -1.881 -5.84 l -0.361 -1.84 l --6.687 -1.85 l --8.508 -5.869 l --6.309 -6.801 l --6.309 -8 l --12.309 -8 l --12.309 -6.801 l --10.449 -5.881 l --2.938 12 l --1.309 12 l -5.971 -5.92 l -h -f -Q - endstream endobj 244 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 730 3678.2734 cm -0 0 m -0 2 l -2.918 2 l -7.312 15.451 l -8.799 20 l -8 20 l -8 24.482 l --1.727 31.484 l --7.998 36 l --11.991 36 l --19.14 30.838 l --28 24.439 l --28 20 l --28.812 20 l --27.356 15.553 l --22.918 2 l --20 2 l --20 0 l -h -f -Q - endstream endobj 245 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 640 3692.2734 cm -0 0 m -0 8 l -1.535 8 l -1.348 8.822 1.101 9.621 0.805 10.396 c -0.794 10.424 0.785 10.449 0.775 10.477 c -0.178 12.021 -0.63 13.461 -1.607 14.764 c --1.637 14.803 -1.665 14.842 -1.694 14.881 c --2.677 16.17 -3.828 17.32 -5.116 18.303 c --5.157 18.334 -5.199 18.365 -5.24 18.396 c --6.539 19.369 -7.973 20.174 -9.51 20.77 c --9.548 20.785 -9.587 20.799 -9.625 20.812 c --10.39 21.104 -11.178 21.348 -11.988 21.533 c --11.992 21.535 -11.996 21.535 -12 21.537 c --12 20 l --20 20 l --20 21.537 l --20.004 21.535 -20.008 21.535 -20.012 21.533 c --20.822 21.348 -21.61 21.104 -22.375 20.812 c --22.413 20.797 -22.452 20.785 -22.49 20.77 c --24.027 20.174 -25.461 19.369 -26.76 18.396 c --26.801 18.365 -26.843 18.334 -26.884 18.303 c --28.172 17.32 -29.323 16.17 -30.306 14.881 c --30.335 14.842 -30.363 14.803 -30.393 14.764 c --31.37 13.461 -32.177 12.021 -32.775 10.477 c --32.785 10.451 -32.795 10.422 -32.805 10.396 c --33.101 9.621 -33.348 8.822 -33.535 8 c --32 8 l --32 0 l --33.535 0 l --33.348 -0.822 -33.101 -1.621 -32.805 -2.395 c --32.795 -2.422 -32.785 -2.451 -32.774 -2.479 c --32.177 -4.021 -31.37 -5.461 -30.393 -6.764 c --30.363 -6.803 -30.335 -6.842 -30.306 -6.881 c --29.323 -8.17 -28.172 -9.32 -26.884 -10.303 c --26.843 -10.334 -26.801 -10.365 -26.76 -10.396 c --25.461 -11.369 -24.027 -12.172 -22.491 -12.77 c --22.452 -12.785 -22.412 -12.799 -22.373 -12.813 c --21.609 -13.104 -20.821 -13.348 -20.012 -13.533 c --20.008 -13.535 -20.004 -13.535 -20 -13.537 c --20 -12 l --12 -12 l --12 -13.537 l --11.996 -13.535 -11.992 -13.535 -11.988 -13.533 c --11.178 -13.348 -10.391 -13.104 -9.626 -12.813 c --9.588 -12.799 -9.548 -12.785 -9.51 -12.77 c --7.973 -12.174 -6.539 -11.369 -5.24 -10.396 c --5.199 -10.365 -5.157 -10.334 -5.116 -10.303 c --3.828 -9.32 -2.677 -8.17 -1.694 -6.881 c --1.665 -6.842 -1.637 -6.803 -1.607 -6.764 c --0.63 -5.461 0.178 -4.021 0.775 -2.477 c -0.785 -2.451 0.795 -2.424 0.805 -2.396 c -1.101 -1.621 1.348 -0.822 1.535 0 c -h -f -Q - endstream endobj 246 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 544 3678.2734 cm -0 0 m -0 2 l -2 2 l -2 34 l -0 34 l -0 36 l --32 36 l --32 34 l --34 34 l --34 2 l --32 2 l --32 0 l -h -f -Q - endstream endobj 247 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 126.4121 3686.2734 cm -0 0 m --0.264 -0.264 l --1.041 -1.041 -1.498 -2.492 -1.279 -3.488 c --1.06 -4.486 -1.518 -5.937 -2.295 -6.715 c --3.002 -7.422 l --3.779 -8.199 -3.82 -9.434 -3.092 -10.162 c --2.361 -10.891 -1.129 -10.852 -0.352 -10.074 c -0.355 -9.367 l -1.133 -8.59 2.586 -8.133 3.582 -8.352 c -4.58 -8.568 6.031 -8.111 6.809 -7.334 c -14.143 0 l -h -f -Q - endstream endobj 248 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -696 3784.273 48 28 re -f - endstream endobj 249 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 1028 3976.2734 cm -0 0 m --16 0 l --16 -16 l --24 -16 l --24 0 l --40 0 l --40 8 l --24 8 l --24 22 l --16 22 l --16 8 l -0 8 l -h -f -Q - endstream endobj 250 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -938 3996.273 -2 -12 re -934 3996.273 -2 -12 re -930 3996.273 -2 -20 re -926 3996.273 -2 -12 re -922 3996.273 -2 -12 re -918 3996.273 -2 -12 re -914 3996.273 -2 -12 re -910 3996.273 -2 -20 re -906 3996.273 -2 -12 re -902 3996.273 -2 -12 re -898 3996.273 -2 -12 re -894 3996.273 -2 -12 re -890 3976.273 -2 20 re -f - endstream endobj 251 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 628.2617 1282.2734 cm -0 0 m -3.663 0 l -7.249 12.549 l -7.494 13.408 8.279 14 9.172 14 c -7.113 14 l -1.658 14 0.317 3.955 0 0 c -f -Q - endstream endobj 252 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 528 4006.6211 cm -0 0 m --0.835 0 -1.637 -0.074 -2.418 -0.186 c --2.157 -0.857 -2 -1.582 -2 -2.348 c --2 -5.66 -4.687 -8.348 -8 -8.348 c --9.683 -8.348 -11.199 -7.65 -12.289 -6.533 c --13.604 -8.729 -14.347 -11.375 -14.347 -14.348 c --14.347 -18.641 -12.453 -21.117 -10.26 -23.984 c --7.919 -27.045 -5.266 -30.514 -5.266 -36.348 c -5.005 -36.348 l -5.005 -30.514 7.615 -27.045 9.955 -23.984 c -12.148 -21.117 14.194 -18.641 14.194 -14.348 c -14.194 -5.9 8 0 0 0 c -f -Q - endstream endobj 253 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 242 3971.9648 cm -0 0 m -0 -7.691 l -0 -8.797 -1.344 -9.691 -3 -9.691 c --4.656 -9.691 -6 -8.797 -6 -7.691 c --6 0 l --10.615 -0.951 -14 -4.031 -14 -7.691 c --14 -12.109 -9.074 -15.691 -3 -15.691 c -3.074 -15.691 8 -12.109 8 -7.691 c -8 -4.031 4.615 -0.951 0 0 c -f -Q - endstream endobj 254 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 1004 4082.2734 cm -0 0 m -14 0 l -18 4 l -18 -4 l -14 -8 l -0 -8 l -h -0 10 m -14 10 l -18 14 l -18 6 l -14 2 l -0 2 l -h -0 14.625 m -0 15.5 -0.031 15.969 0.906 16.906 c -1.039 17.039 1.201 17.201 1.375 17.375 c -4 20 l -15.969 20 l -16.906 20 l -17.625 20 18 19.656 18 18.937 c -18 18 l -18 16 l -14 12 l -0 12 l -h --4 -16 m -0 -16 l -0 -10 l -14 -10 l -18 -6 l -18 -12 l -20 -10 l -20 -4 l -24 0 l -24 2 l -20 -2 l -20 6 l -24 10 l -24 12 l -20 8 l -20 16 l -24 20 l -24 22 l -20 18 l -20 20.041 l -20 21.334 19.5 22 18 22 c -6 22 l -10 26 l -6 26 l -2 22 l --12 22 l --14 20 l -0 20 l --2.156 17.812 -3.094 16.906 v --4.031 16 -4 15.531 -4 14.625 c --4 12 l --18 12 l --18 10 l --4 10 l --4 2 l --18 2 l --18 0 l --4 0 l --4 -8 l --18 -8 l --18 -10 l --4 -10 l -h -f -Q - endstream endobj 255 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -922 4076.258 -20 -2 re -922 4072.258 -20 -2 re -892 4083.836 m -892 4083.285 892.424 4082.686 892.943 4082.502 c -899.273 4080.049 912 4080.049 v -924.727 4080.049 931.057 4082.502 y -931.576 4082.686 932 4083.285 932 4083.836 c -932 4093.258 l -932 4093.809 931.551 4094.258 931 4094.258 c -893 4094.258 l -892.449 4094.258 892 4093.809 892 4093.258 c -h -f - endstream endobj 256 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 698.5586 4074.2734 cm -0 0 m -0.697 -1.187 1.973 -2 3.441 -2 c -21.441 -2 l -21.441 0 l -h -21.441 4 -22 -2 re -21.441 8 -22 -2 re -0 10 m -0.697 11.188 1.973 12 3.441 12 c -21.441 12 l -21.441 10 l -h -f -Q - endstream endobj 257 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 733 4092.0742 cm -0 0 m --0.865 0 -1.684 -0.178 -2.445 -0.473 c --1.695 -0.975 -1.199 -1.828 -1.199 -2.801 c --1.199 -4.348 -2.453 -5.602 -4 -5.602 c --4.971 -5.602 -5.826 -5.105 -6.328 -4.355 c --6.623 -5.117 -6.801 -5.936 -6.801 -6.801 c --6.801 -10.555 -3.756 -13.602 0 -13.602 c -3.756 -13.602 6.801 -10.555 6.801 -6.801 c -6.801 -3.047 3.756 0 0 0 c -f -Q - endstream endobj 258 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 743.1758 4098.2734 cm -0 0 m -0.66 -0.611 1.264 -1.279 1.805 -2 c -6.824 -2 l -6.824 0 l -h --20.352 0 m --27.176 0 l --27.176 -2 l --22.156 -2 l --21.615 -1.279 -21.012 -0.611 -20.352 0 c --9.176 3.949 m --9.176 12 l --11.176 12 l --11.176 3.949 l --10.844 3.973 -9.508 3.973 -9.176 3.949 c --3.393 2.367 m -2.068 7.828 l -0.654 9.242 l --5.385 3.205 l --4.697 2.973 -4.033 2.691 -3.393 2.367 c --16.959 2.367 m --22.42 7.828 l --21.006 9.242 l --14.967 3.205 l --15.654 2.973 -16.318 2.691 -16.959 2.367 c -f -Q - endstream endobj 259 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 832.002 4189.2734 cm -0 0 m -0 -2.76 -2.24 -5.002 -5.002 -5.002 c --7.608 -5.002 -9.721 -3 -9.957 -0.459 c --9.375 -0.793 -8.713 -0.996 -7.99 -0.996 c --5.787 -0.996 -4.006 0.787 -4.006 2.99 c --4.006 3.709 -4.209 4.373 -4.543 4.955 c --1.998 4.719 0 2.602 0 0 c -f -Q - endstream endobj 260 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -718 4162.273 -2 -2 re -722 4162.273 -2 -2 re -726 4162.273 -2 -2 re -730 4162.273 -2 -2 re -703.23 4191.273 m -703.23 4192.09 703.498 4192.842 703.941 4193.461 c -701.115 4196.287 l -699.957 4194.93 699.23 4193.193 699.23 4191.273 c -699.23 4188.844 700.375 4186.697 702.127 4185.271 c -704.965 4188.109 l -703.926 4188.781 703.23 4189.945 703.23 4191.273 c -710.769 4191.273 m -710.769 4189.945 710.074 4188.781 709.035 4188.109 c -711.873 4185.271 l -713.625 4186.697 714.769 4188.844 714.769 4191.273 c -714.769 4193.193 714.043 4194.93 712.885 4196.287 c -710.059 4193.461 l -710.502 4192.842 710.769 4192.09 710.769 4191.273 c -694 4191.273 m -694 4194.637 695.295 4197.695 697.398 4200.004 c -694.57 4202.832 l -691.744 4199.795 690 4195.738 690 4191.273 c -690 4186.301 692.16 4181.832 695.576 4178.721 c -698.402 4181.547 l -695.711 4183.932 694 4187.402 694 4191.273 c -716.602 4200.004 m -719.43 4202.832 l -722.256 4199.795 724 4195.738 724 4191.273 c -724 4186.301 721.84 4181.832 718.424 4178.721 c -715.598 4181.547 l -718.289 4183.932 720 4187.402 720 4191.273 c -720 4194.637 718.705 4197.695 716.602 4200.004 c -f - endstream endobj 261 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 520 4172.2734 cm -0 0 m -0 -2 l --2 -2 l --2 -4 l -0 -4 l -0 -6 l --2 -6 l --2 -8 l -0 -8 l -0 -10 l --2 -10 l --2 -12 l -0 -12 l -0 -14 l --2 -14 l --2 -16 l -0 -16 l -0 -18 l --2 -18 l --2 -20 l -0 -20 l -0 -22 l -2 -19.971 l -2 0 l -1.344 4 l -0.656 4 l -h -f -Q - endstream endobj 262 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 538 1312.2734 cm -0 0 m --4 0 l --4 -4 l -6 -18 l -10 -18 l -10 -14 l -8 -12 l -h -f -Q - endstream endobj 263 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 340.0879 4176.2031 cm -0 0 m -15.776 15.779 l -24.49 7.064 24.491 -7.064 15.776 -15.777 c -h -f -Q - endstream endobj 264 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 338 4174.3437 cm -0 0 m -0 -22.312 l -6 -22.312 11.422 -20.133 15.779 -15.777 c -h -f -Q - endstream endobj 265 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -162 4170.273 -6 -6 re -154 4170.273 -6 -6 re -164 4188.273 m -170 4188.273 l -170 4186.273 l -164 4186.273 l -164 4180.273 l -170 4180.273 l -170 4178.273 l -164 4178.273 l -164 4172.273 l -170 4172.273 l -170 4170.273 l -164 4170.273 l -164 4164.273 l -170 4164.273 l -170 4162.273 l -164 4162.273 l -164 4156.273 l -162 4156.273 l -162 4162.273 l -156 4162.273 l -156 4156.273 l -154 4156.273 l -154 4162.273 l -148 4162.273 l -148 4156.273 l -146 4156.273 l -146 4162.273 l -140 4162.273 l -140 4156.273 l -138 4156.273 l -138 4162.273 l -132 4162.273 l -132 4156.273 l -130 4156.273 l -130 4160.914 l -132.908 4164.273 l -138 4164.273 l -138 4166.334 l -138.744 4166.484 139.416 4166.813 140 4167.254 c -140 4164.273 l -146 4164.273 l -146 4170.273 l -141.902 4170.273 l -141.965 4170.584 142 4170.904 142 4171.232 c -142 4171.41 141.965 4171.578 141.947 4171.752 c -143.127 4172.273 l -146 4172.273 l -146 4173.543 l -148 4174.428 l -148 4172.273 l -154 4172.273 l -154 4174.342 l -154.324 4174.275 154.656 4174.232 155 4174.232 c -155.344 4174.232 155.676 4174.268 156 4174.334 c -156 4172.273 l -162 4172.273 l -162 4178.273 l -159.902 4178.273 l -159.965 4178.584 160 4178.904 160 4179.232 c -160 4179.592 159.949 4179.938 159.875 4180.273 c -162 4180.273 l -162 4186.273 l -161.664 4186.273 l -164 4189.813 l -h -164 4201.211 m -164 4202.273 l -162 4202.273 l -162 4197.232 l -162 4198.865 162.793 4200.299 164 4201.211 c -132 4180.273 6 6 re -132 4188.273 6 6 re -140 4180.273 6 6 re -140 4188.273 6 6 re -148 4188.273 6 6 re -130 4170.273 m -124 4170.273 l -124 4172.273 l -130 4172.273 l -130 4178.273 l -124 4178.273 l -124 4180.273 l -130 4180.273 l -130 4186.273 l -124 4186.273 l -124 4188.273 l -130 4188.273 l -130 4194.273 l -124 4194.273 l -124 4196.273 l -130 4196.273 l -130 4202.273 l -132 4202.273 l -132 4196.273 l -138 4196.273 l -138 4202.273 l -140 4202.273 l -140 4196.273 l -146 4196.273 l -146 4202.273 l -148 4202.273 l -148 4196.273 l -154 4196.273 l -154 4202.273 l -156 4202.273 l -156 4196.273 l -162 4196.273 l -162 4197.232 l -162 4196.006 162.457 4194.9 163.187 4194.031 c -162 4192.23 l -162 4194.273 l -156 4194.273 l -156 4188.273 l -159.389 4188.273 l -158.07 4186.273 l -156 4186.273 l -156 4184.105 l -155.676 4184.178 155.348 4184.232 155 4184.232 c -154.656 4184.232 154.324 4184.197 154 4184.131 c -154 4186.273 l -148 4186.273 l -148 4180.273 l -150.111 4180.273 l -150.039 4179.938 150 4179.59 150 4179.232 c -150 4179.021 150.037 4178.822 150.062 4178.619 c -149.279 4178.273 l -148 4178.273 l -148 4177.707 l -146 4176.824 l -146 4178.273 l -140 4178.273 l -140 4175.211 l -139.42 4175.654 138.74 4175.967 138 4176.121 c -138 4178.273 l -132 4178.273 l -132 4172.273 l -132.111 4172.273 l -132.039 4171.938 132 4171.59 132 4171.232 c -132 4170.898 132.074 4170.588 132.137 4170.273 c -132 4170.273 l -132 4167.809 l -130 4165.498 l -h -127.209 4162.273 m -124 4162.273 l -124 4164.273 l -128.941 4164.273 l -h -f - endstream endobj 266 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 446 4252.2734 cm -0 0 m -1.084 0 2 0.916 2 2 c -2 18 l -2 19.084 1.084 20 0 20 c --28 20 l --29.084 20 -30 19.084 -30 18 c --30 2 l --30 0.916 -29.084 0 -28 0 c -h --28 24 m --29.084 24 -30 24.916 -30 26 c --30 30 l --30 31.084 -29.084 32 -28 32 c -0 32 l -1.084 32 2 31.084 2 30 c -2 26 l -2 24.916 1.084 24 0 24 c -h -f -Q - endstream endobj 267 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 220 4289.2734 cm -0 0 m -0 0.551 0.449 1 1 1 c -39 1 l -39.551 1 40 0.551 40 0 c -40 -19.422 l -40 -19.973 39.576 -20.572 39.057 -20.756 c -32.727 -23.209 20 -23.209 v -7.273 -23.209 0.943 -20.756 y -0.424 -20.572 0 -19.973 0 -19.422 c -h -f -Q - endstream endobj 268 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 889.2539 4377.4648 cm -0 0 m -0.25 0.439 0.59 0.809 1.215 0.809 c -24.277 0.809 l -24.902 0.809 25.242 0.439 25.492 0 c -25.828 -0.736 27.867 -9.191 y --2.375 -9.191 l --0.336 -0.736 0 0 v -f -Q - endstream endobj 269 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 920.5 4380.2734 cm -0 0 m -20.621 0 l -19.582 4.455 19.246 5.191 v -18.996 5.631 18.656 6 18.031 6 c -9.5 6 l --0.031 6 l --0.656 6 -0.996 5.631 -1.246 5.191 c --1.479 4.68 -2.125 3.563 y -h -f -Q - endstream endobj 270 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -618 4372.273 2 10 re -618 4382.273 m -630 4372.273 -2 10 re -f - endstream endobj 271 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 450 4390.2734 cm -0 0 m --8 0 l --9.1 0 -10 -0.9 -10 -2 c --10 -10 l -2 -10 l -2 -2 l -2 -0.9 1.1 0 0 0 c -f -Q -q 1 0 0 1 420 4390.2734 cm -0 0 m --8 0 l --9.1 0 -10 -0.9 -10 -2 c --10 -10 l -2 -10 l -2 -2 l -2 -0.9 1.1 0 0 0 c -f -Q - endstream endobj 272 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 732 4447.2734 cm -0 0 m -0 -0.551 -0.449 -1 -1 -1 c --3 -1 l --3.551 -1 -4 -0.551 -4 0 c --4 28 l --4 28.551 -3.551 29 -3 29 c --1 29 l --0.449 29 0 28.551 0 28 c -h --10 0 m --10 -0.551 -10.449 -1 -11 -1 c --13 -1 l --13.551 -1 -14 -0.551 -14 0 c --14 28 l --14 28.551 -13.551 29 -13 29 c --11 29 l --10.449 29 -10 28.551 -10 28 c -h --20 0 m --20 -0.551 -20.449 -1 -21 -1 c --23 -1 l --23.551 -1 -24 -0.551 -24 0 c --24 28 l --24 28.551 -23.551 29 -23 29 c --21 29 l --20.449 29 -20 28.551 -20 28 c -h -f -Q - endstream endobj 273 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 450 1294.2734 cm -0 0 m -2 2 l -2 6 l --2 6 l --14 -12 l --8 -12 l -h -f -Q - endstream endobj 274 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 528 4461.6484 cm -0 0 m --8 0 -16 4.625 y --12.908 22.062 l --12.873 22.287 -12.479 22.625 -12.25 22.625 c -12.342 22.625 l -12.571 22.625 12.965 22.287 13 22.061 c -16 4.625 l -8 0 0 0 v -f -Q - endstream endobj 275 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 438.9902 4482.1875 cm -0 0 m --2.703 1.223 -5.58 1.842 -8.549 1.842 c --13.609 1.842 -18.486 0.021 -22.283 -3.283 c --22.811 -3.742 l --22.143 -3.953 l --17.795 -5.328 -16.1 -6.4 -13.969 -10.434 c --13.65 -11.035 l --13.289 -10.459 l --7.32 -0.936 -0.229 -0.748 -0.158 -0.748 c -h -f -Q - endstream endobj 276 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 442.6055 4480.1035 cm -0 0 m --0.57 -0.512 l --0.535 -0.572 2.848 -6.809 -2.416 -16.738 c --2.734 -17.34 l --2.055 -17.314 l --1.717 -17.301 -1.395 -17.295 -1.084 -17.295 c -2.742 -17.295 4.529 -18.307 7.645 -21.156 c -8.16 -21.627 l -8.293 -20.941 l -9.852 -12.961 6.594 -4.74 0 0 c -f -Q - endstream endobj 277 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -260 4470.273 -4 2 re -f - endstream endobj 278 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -924 4558.273 -24 -20 re -924 4582.273 -24 -20 re -f - endstream endobj 279 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 609.2539 4577.4648 cm -0 0 m -0.25 0.439 0.59 0.809 1.215 0.809 c -28.277 0.809 l -28.902 0.809 29.242 0.439 29.492 0 c -29.829 -0.736 31.867 -9.191 y --2.375 -9.191 l --0.337 -0.736 0 0 v -f -Q - endstream endobj 280 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -356 1280.273 -2 -2 re -f - endstream endobj 281 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -710 1378.273 20 30 re -f - endstream endobj 360 0 obj <> endobj 203 0 obj <> endobj 359 0 obj <> endobj 358 0 obj <> endobj 357 0 obj <> endobj 356 0 obj <> endobj 355 0 obj <> endobj 354 0 obj <> endobj 353 0 obj <> endobj 352 0 obj <> endobj 351 0 obj <> endobj 350 0 obj <> endobj 349 0 obj <> endobj 348 0 obj <> endobj 347 0 obj <> endobj 346 0 obj <> endobj 345 0 obj <> endobj 344 0 obj <> endobj 343 0 obj <> endobj 342 0 obj <> endobj 341 0 obj <> endobj 340 0 obj <> endobj 339 0 obj <> endobj 338 0 obj <> endobj 337 0 obj <> endobj 336 0 obj <> endobj 335 0 obj <> endobj 334 0 obj <> endobj 333 0 obj <> endobj 332 0 obj <> endobj 331 0 obj <> endobj 330 0 obj <> endobj 329 0 obj <> endobj 328 0 obj <> endobj 327 0 obj <> endobj 326 0 obj <> endobj 325 0 obj <> endobj 324 0 obj <> endobj 323 0 obj <> endobj 322 0 obj <> endobj 321 0 obj <> endobj 320 0 obj <> endobj 319 0 obj <> endobj 318 0 obj <> endobj 317 0 obj <> endobj 316 0 obj <> endobj 315 0 obj <> endobj 314 0 obj <> endobj 313 0 obj <> endobj 312 0 obj <> endobj 311 0 obj <> endobj 310 0 obj <> endobj 309 0 obj <> endobj 308 0 obj <> endobj 307 0 obj <> endobj 306 0 obj <> endobj 305 0 obj <> endobj 304 0 obj <> endobj 303 0 obj <> endobj 302 0 obj <> endobj 301 0 obj <> endobj 300 0 obj <> endobj 299 0 obj <> endobj 298 0 obj <> endobj 297 0 obj <> endobj 296 0 obj <> endobj 295 0 obj <> endobj 294 0 obj <> endobj 293 0 obj <> endobj 292 0 obj <> endobj 291 0 obj <> endobj 290 0 obj <> endobj 289 0 obj <> endobj 288 0 obj <> endobj 287 0 obj <> endobj 286 0 obj <> endobj 285 0 obj <> endobj 197 0 obj <> endobj 198 0 obj <> endobj 363 0 obj [/View/Design] endobj 364 0 obj <>>> endobj 361 0 obj [/View/Design] endobj 362 0 obj <>>> endobj 204 0 obj <> endobj 205 0 obj <> endobj 202 0 obj <> endobj 365 0 obj <> endobj 366 0 obj <>stream -%!PS-Adobe-3.0 %%Creator: Adobe Illustrator(R) 17.0 %%AI8_CreatorVersion: 17.1.0 %%For: (Jan Kova\622k) () %%Title: (glyphicons@2x.pdf) %%CreationDate: 28/01/14 10:29 %%Canvassize: 16383 %%BoundingBox: 113 -5496 1041 -959 %%HiResBoundingBox: 113.177697140891 -5496 1040.00527187166 -959.640600000001 %%DocumentProcessColors: Cyan Magenta Yellow Black %AI5_FileFormat 13.0 %AI12_BuildNumber: 273 %AI3_ColorUsage: Color %AI7_ImageSettings: 0 %%RGBProcessColor: 0 0 0 ([Registration]) %AI3_Cropmarks: 0 -5616.2734 1152 -912 %AI3_TemplateBox: 384.5 -384.5 384.5 -384.5 %AI3_TileBox: 296.5 -3644.1367 855.5 -2861.1367 %AI3_DocumentPreview: None %AI5_ArtSize: 14400 14400 %AI5_RulerUnits: 6 %AI9_ColorModel: 1 %AI5_ArtFlags: 0 0 0 1 0 0 1 0 0 %AI5_TargetResolution: 800 %AI5_NumLayers: 2 %AI9_OpenToView: -256 -761 1 1780 1080 90 1 0 78 132 1 0 0 1 1 0 0 1 0 1 %AI5_OpenViewLayers: 37 %%PageOrigin:-16 -684 %AI7_GridSettings: 48 48 48 48 1 0 0.800000011920929 0.800000011920929 0.800000011920929 0.899999976158142 0.899999976158142 0.899999976158142 %AI9_Flatten: 1 %AI12_CMSettings: 00.MS %%EndComments endstream endobj 367 0 obj <>stream -%%BoundingBox: 113 -5496 1041 -959 %%HiResBoundingBox: 113.177697140891 -5496 1040.00527187166 -959.640600000001 %AI7_Thumbnail: 28 128 8 %%BeginData: 7528 Hex Bytes %0000330000660000990000CC0033000033330033660033990033CC0033FF %0066000066330066660066990066CC0066FF009900009933009966009999 %0099CC0099FF00CC0000CC3300CC6600CC9900CCCC00CCFF00FF3300FF66 %00FF9900FFCC3300003300333300663300993300CC3300FF333300333333 %3333663333993333CC3333FF3366003366333366663366993366CC3366FF %3399003399333399663399993399CC3399FF33CC0033CC3333CC6633CC99 %33CCCC33CCFF33FF0033FF3333FF6633FF9933FFCC33FFFF660000660033 %6600666600996600CC6600FF6633006633336633666633996633CC6633FF %6666006666336666666666996666CC6666FF669900669933669966669999 %6699CC6699FF66CC0066CC3366CC6666CC9966CCCC66CCFF66FF0066FF33 %66FF6666FF9966FFCC66FFFF9900009900339900669900999900CC9900FF %9933009933339933669933999933CC9933FF996600996633996666996699 %9966CC9966FF9999009999339999669999999999CC9999FF99CC0099CC33 %99CC6699CC9999CCCC99CCFF99FF0099FF3399FF6699FF9999FFCC99FFFF %CC0000CC0033CC0066CC0099CC00CCCC00FFCC3300CC3333CC3366CC3399 %CC33CCCC33FFCC6600CC6633CC6666CC6699CC66CCCC66FFCC9900CC9933 %CC9966CC9999CC99CCCC99FFCCCC00CCCC33CCCC66CCCC99CCCCCCCCCCFF %CCFF00CCFF33CCFF66CCFF99CCFFCCCCFFFFFF0033FF0066FF0099FF00CC %FF3300FF3333FF3366FF3399FF33CCFF33FFFF6600FF6633FF6666FF6699 %FF66CCFF66FFFF9900FF9933FF9966FF9999FF99CCFF99FFFFCC00FFCC33 %FFCC66FFCC99FFCCCCFFCCFFFFFF33FFFF66FFFF99FFFFCC110000001100 %000011111111220000002200000022222222440000004400000044444444 %550000005500000055555555770000007700000077777777880000008800 %000088888888AA000000AA000000AAAAAAAABB000000BB000000BBBBBBBB %DD000000DD000000DDDDDDDDEE000000EE000000EEEEEEEE0000000000FF %00FF0000FFFFFF0000FF00FFFFFF00FFFFFF %524C45FD0452A152A8FD15FFA8FFFFFFA8FD13FFA8FFFFFF7D7DFF527DFF %527DFF52A8FF52A8A8F8A8A852FFA852FF7D27A8A827A8FFFFA8A8FF7DFF %FF7DA8FF7DFFFD04A87DFFA87DA8A87DFFA8A8FFA8FFA8FD05FFA8FD05FF %A8FFFFA8FFFFA8FD06FFF852A82752FF27A8FF527DFF27A87D27A8A8F8A8 %A852A8A87DFF7D7DFD0FFFA8FD0CFF7D7DFF7D7DFF7DA8FFA8A8FF7DFFA8 %52A8FF52FFA8A8FFA852A87D525252FF277DFF527DFF52A8A8277DFF27FF %A827A8FF7DFF5227A87D27FD04FFA8FD07FFA8FD0FFFA87DFF2752A8527D %FF27A8FF52A8FF52FFA827FF7D27FFA87DFF7DF87DFFA87D7DFF7DFFA87D %A8FF52A8A87DA8A827FF7D52A8A852FF7D52FFA8FD0DFFA8FD0CFF277DFF %5252FF27A8A8F852FF27A87DF87DA852FF7D27A8A852FF7D52A8A8FF7DA8 %FD04FFA8FD05FF7DFFFFA8FFFFA8FD05FFA8A8A8FFA8A8FF7DA8A87DA8FF %7DFFFF7DA8FF7DFFA8A8FF7D52FFA8527D7DFF527DFF527DFF52A8FF52A8 %FF27FFA827A8FF27FF5227A87DF8FD1CFF7D7DFF52A8FF7D7DFF7DFFFF7D %A8A827FF7D52A8FF7DFF7D7DA87D27527DFF7DA8FF52A8FF7DA8FF7DFFA8 %7DA8A827A87D52A8A852FF7D52FD1CFF527DFF2752FF277DA8277DFF27A8 %A827A8A852FFA852A8A827FFA852A8FFFF7DA8FFA8A8FFA8FD05FF7DFFFF %A8FFFF7DFFA8A8FFA87DA8FFFFFFA8FFA8FFA8FFA8FF7DA8FFA8A8FF7DFF %A87DFFA87DFFA87D527DFF52A8FF527DFF277DA852A8FF52FF7D27A87DF8 %FF52F8FF7DF8FD06FFA8FD05FFA8FD05FFA8FFA8FFFFFFA8FFA8A8A87DFF %7DA8FFA8A8FF52A8FF7DA8FF7DFFA8A8A8FFA8FFFFA8FFA87D52A8FF7D7D %FF52A8A8527DFF52A8A852A8A827A8A8A8FFA87DFF7D52FD1CFF527DFFA8 %A8FF27A8FF7DA8FF52A8A87DA8FF52FF7D52A8A852FF527DA8A8FFA8FFFF %7DA8FFA8FD05FFA8FFFFA8FFA87DFFA8A8FFA87DA8FFFFFFA8FFFFFFA8FF %A8FFA8FD05FFA8FD05FFA8FFA8A8527DFF527DFF527DFF277DA8277DFF52 %FFA87DA8FF7DFF7D52FF7D27A8FFFFA8A8FFA8FFA8A8A8FF7DFD05FFA8FD %05FFA8FFA8A87D7DFF7DA8FF7DA8FF52A8FFA8A8FFA8A8FFA8A8FF7DFFFF %A8A8FFA82752A82727FFF87DA8F852FFF87D7DF87DA8F8A87DF87D7DF8A8 %52F8FD09FFA8FD12FF527DFF7D52FF527DA87D7DFF27A8A852A8A827FF52 %52FF7D52FF7D527D7DFF52A8A87DA8FF52A8A852A8A852FFA87DFFA852A8 %7D7DFFA87DA8A8FFFFA8FFA8A8FFFFA8FD05FFA8FD05FFA8FD05FF277DFF %27A8A827A8FF27A8A8F87DA8F8A8A8F87DA8F8A85227FF7DF87DFFFFA8FF %FF7DFFA8A8FFFF52A8A87DA8FF7DFFA87DA8A87DFFA87DFFA8FD0AFFA8FF %FF7DFFA8A8FFFFA8FD05FFA8527DFF527DFF27A8FF7DA8A852A87DF87DA8 %F8A87D52A87D52FF7D27FD09FFA8FD12FF7D7DA8A8A8FF52A8FF7DA8FF52 %A87D52A8FF52FFA87DFFA87DFFA8A87D7DFF7DA8FF527DFF52FFA8527DA8 %27A8A852FFFF7DFFA87DFFA87DFD1CFF7D7DFF527DFF527DFF52FFFF7DFF %FF52FFA852FF7D27FFA87DFFA8527DA8FFA87DFF7DA8FFA8FFFFA8FFFFA8 %FFFF7DFFA87DA8FF7DFFA8A8FD0DFFA8FD0EFFF852FF5252FF52A8A87DA8 %FF277DA852A8A827FFA87DFFA852FF7D52FFFFFFA8A8FD17FF7DA8FFA8A8 %FF7DA8FF7DA8FF7DFFA87DA8FF52FFA87DFFA87DFFA87D527DFF527DFF52 %7DFF52A8FF52A8FF27FFA827FFA827FF7D52FF7D27FD1CFF7D7DFF527DFF %527DFF27A8FF52A8FF7DFFFF7DFFFF7DFF7D52FF7D277DA8FF7D7DFF52A8 %A852A8FF27A8FFA8FFFF7DFFA87DFFA852FF7D7DFD0DFFA8FD0EFF527DFF %7D7DFF52A8FF52A8FF52A8A87DA8A827FF7D27A8A827FF7D27FD09FFA8FD %05FFA8FD05FFA8FFFFA8FFFFA87DA8FFFFA8FFA8FFFFA8A8FFA8FFFFA8FF %FFA8FFA8A8FFFFA8FFA8A8527DFF52A8FF7D7DFF52A8FF7DFFFF52FFA852 %A8A852FF7D52FF52F8FD08FFA8FD0FFFA8FFFFFFA8A8FF7DA8FF7DA8FF7D %A8FFA8A8FF7DFFA87DFFA852FFA8A8FF7D5252A8FF7D7DFF52A8FFA8A8FF %7DFFA87DFFFF52A8A87DA8FFA8FF5252FD1CFF527DFF7D7DFF52A8FF7DA8 %FF27A8A852A8FF52FFA852FF7D27FFA87DA8A8FFA8FD05FF7DFD05FFA8FF %A8A8FFFF7DFFA8A8FFFFFF7DFD04A8FFA8A8FFA8A8FF7DA8FD04FFA8FD04 %FFA8A8FFA8A8527DFF527DFFF852FFF87DA827A8FF27FFA827A8A827FF52 %F8FF52F8A8FD05FF7DA8A8FFFFFFA8FFFFFFA8FFFFFFA8FFFFFFA8FFFD04 %A8FFA8FFFFFFA8FF7DFFA852A8FF7DFFA87DA8FF7DFF7D7DA8A852277DFF %5252FF52FFA8277DA8F8A8FF52A8A852FF7D27A87D27FF5227FFA8FD1AFF %277DFF527DFF52A8FF527DFF27A8FF527DA827FFA852A87DF8FF7D27A87D %FFA8FFFF7DA8FF7DA8FF7DA8FF52A8FFA8FFFF52FFA852A8A87DFD04FFA8 %FD05FFA8FFA8FD05FFA8FD09FF5252FF277DFF7D7DFF27A8FF27A8A8F8A8 %7DF8A8A8F8FF7D52FF7D27A8FFFFA8A8FFA8FD05FF7DFFA8A8A8FFA8FFA8 %A8FFFFA8FFA8FFA8A8FFA8FFFFFFA8FF7DFD05FF7DFFFFA8FFFF7DFFA8A8 %FFA8522752FF5227FF277DFF277DFF27A8A8F87DA8F8A87D27A87D27FF52 %F8FD1CFF7D7DFF7D7DFF7DFFA87D7DFF52FFA852A8A852FFA852A8A87DFF %52277D7DFF7DA8FF527DFF27A8FF52A8FF27FFA87DA8FF52FFA8A8FFA852 %FD04FFA8FD05FFA8FD11FF5252FF7D7DFF527DFF52A8A852A8FF27FFA852 %A8A827FF5227FF52F8A8FFFFA8A8FF7DFFA8FFFFFF7DFFFFA8A8FFA8FFA8 %A8FFA87DFF7D7DA8A8FFA8FFFFFFA8FF7DFD05FFA8FFFFA8A8FFA8FD05FF %A852A8FF5252FFF87DA8277DFF52FF7DF8A8A8F8A87D27A87DF8FF7D52FD %09FFA8FD0BFFA8FD06FF527DFF7D7DFF52A8FF7DA8FFA8FFFF7DA8FF52FF %FF7DA8FF7DFFA87D2752FF7DA8FF7D7DFF52A8FF52A8FF7DFFA852FFFF7D %FF7D7DFFA852FD0CFFA8FD0FFF7D7DFF277DFF527DFF52A8A852A8FF52FF %A87DA8A852FF7D52FF7D277DA8FF7D7DFF52A8A87DA8FF7DFFA87DA8FF7D %A8A87DFFA87DFFA87DFFA8FD07FFA8FD0DFFA8FFFFFFA8F852FF5252FFF8 %7DA8F852A827FFA8277DA852FF7DF8A87DF8FF52F8A8A8FD07FFA8FFFFA8 %A8FD07FFA8FFFFA8FFFFA87DA8FFA8A8FFA8A8FFA8A8FF7DFFA8A8A8FF7D %FFA8A8FFFFA8FFA8A85252FF277DFF7DA8FF27A8FF27A8FF7DFFA852A8A8 %52FF7D7DFFA852FD1CFF7D7DFF52A8FF527DFF7DA8FF7DA8FF7DFFFF7DA8 %FF52FF7D52FF7D27527DFF7D7DFF52FFA87DA8A87DFFA8A8FFA87DFFA87D %A8A852FF7D52FD0FFFA8FD0CFF527DFF7D7DFF52A8FF277DFFF8A8A827A8 %FF52A8A852FF7D27FF7D52FFA8FFA8A8FFA8A8FF7DFFFFA8A8FFA8FD05FF %A8FFA8A8FFFFA87DA8FFA8A8FFA8FFFFA8A8FFA8FFA8A8A8FF7DFFA8A8A8 %FFA8FFA8FF2752FF2752FF2752FF27A8A8F87DA8F8A87D27A8A8F8FFA852 %FFA827FD1CFF7D7DFFA8A8FFA8A8FF7DFFFF7DA8FF7DFFA87DFFFF7DFFA8 %A8FFA87D527DFF7D7DFF52A8A852A8FF52A8A852A8A852FFA87DFFA852FF %7D7DFD1CFF277DFF2727FF527DFF527DFF52FFA852A8FF52FFA852FF7D52 %FFA8527DA8FF7DA8FFA87DFF7DA8FF7DA8FF7DFFA87DFFFF7DFFA87DFFA8 %7DA8FD05FFA8FFFFA8FFFFA8FFFFFFA8FFA8FFA8FFFFFFA8FFA8A85252FF %527DA852A8FF52FFA852A8FF52FFA87DFFA827FF7D52FFA827A8A8FD04FF %A8FD05FFA8FFA8FFFFFFA8FFA8A8FFFFA8FFA8FFFFA8FF7DFFFFA8A8FD07 %FFA8FFFFA8A8FFA8FFA8A8FFFF7D527DFF527DFF52A8FFA8A8FF52A8A87D %A8FF52FFA87DFF7D7DFF7D7DFD1CFF277DFF5252FF7DFFA852A8FF27A8A8 %27A8FF27FF7D52A87D27FF52275252FF527DFFA8A8FFA8FFA87DA8FF52A8 %A87DFFA852FFA852FFA852FD04FFA8FFA8FFFFA8A8FFA8FFA8FFFFFFA8FD %09FF527DFF277DA8277DFF27A8A827A8A827FFA827FFA827FF5227A87D52 %7DA8FFA8A8FF7DA8FFA8A8FFA8FFA8A8FFFFA8FFA8FFFFA8A8FFA8A8FFFF %FFA8FFFFA8A8FFA8FFFFA8A8FF7DA8FFA8A8FF7DFFFFA8A8FF7D277DFF27 %52FFF87DA8F87DA8F8A87DF87DA8F8A852F8A852F8FF52F8 %%EndData endstream endobj 368 0 obj <>stream -HWݎ }榀QorQ AHnkk:i޾4ONS;kCJI%9%k^n;ĵ8Wk%<-t}*!Rr8.;_c_!9*}"]Q<@2E1(T_&j a\yej~Y!p'*fsR ZsL -( -{E@/Wh,0ێ8@2KnеZu{vEw~{ˣwRny?59%{wE{ۚ5pE]N4M@aXs}Kmh-E{r^N˻o^ a}o~|C=aF0QxλS?92 ]3WK@δ;̺wn8c)Svuzр)=>fC7~UCnK9xgP9a%V[&c8q\q&팎3 '0 A ,X֋x<.FDc hCjy|.D +Wm%$q"tz5еZu{q^OI:]sC-YL|_p:`(9O|'jRWc;qTwBQG+[ӣ1P5r:- OCCݧA -88N륰j-hZc :Q]V:i|;-:d'VyɊ9^WGLwyT6F`TR:Պ@M)ӼSnQSbD\\<>ji}q$<nã?V%eUX߼]8tv.r`bchSfs4)ypm;g;Z׊b!sTTdMw=rԕ$ס)WF1FWLVW@N0WL aد᧕2[B/V0+ -;Z9M!-2+DKYpʬL]]@,ihV@2CM"rmK7#\"n7o_諯ݽd$ V_PëL+^bQ\mՁ"gq9! 2 ) Ҙ^"?x)VԨOvI>BΒfS -EOh-2`341QQ;h*bfvijx>DٗQVFMHa% -ܤIjdTacuu7]]:ц ,x?Hr{ Z{Y d[גbC%]TI+F (9,h"&3Gd*nJP3ɂE6D"d:FLc5euge;q3Zɂ<I6YDL)0yT诺E(d%ux(c9X6\,axASI55N;tnTe"5Ir\O; :jth" b Fm_U5Фl\ٕs]ZiI]6CkUE>*ΰs<)bNlc_|]YSˋ袀 V!.=zm'X"%ULm.f@lZq$?*G?y)BxLNBW0HJϠuo܃ VsXX eX$'y^AMA#)d)2 d2RBKle,]ɞ9Iن# ,*RZ:@_&*#(O{M}mԦ>P-[Ncu 5(Eۍ?U &E<غѕ-mSSi32JfLJ)7tN맸/.-F;DHiɰ"yj=\L1i5:4dSH/qJ >IKٖChv6?TqicC/Ix-QΖSHm-s`i>7o[ndȴlܴwؘkO8؟uW::Ĺ_x-~'G#;=Î\vy&L<ȯgkF(g+>3tK 0IF! {c\T~I9n/a;%xP.XXcK GrpSxlμ,xC?Viz%Ŕ/q[{uǛ6@rY¦F` | qbF xK¸9*޹l+dh*zBKKUǮ螧1P>&O ɂ,[vйs@gHZ՗|~͡Ӝi+ |.8oQՠ-;; b6(%8((YRԐaRRF)9E&%&PpRgd ^441c2KS8;85(RbAXnm$4mtы}jlaˇ) bRiS(NҴMAS$;F|[; }IK΂}a~PMtOܣ8 v,`|]q֢H+`Hr+ -$@~I@ӡ /uj< $e]6.q~Ikb1K2wr>W+H(aYL;rғיir3wo'A +:1fqzۻ,_@ddLב- r4eXOQF[H:MP'NH^}Q]OfQ:g[NI?/O?OzJ*x%:8053p[ƬP&s/Ӹ+Ps)FbpP{2Mgmk;a4A+B g=Wcܤl[NHkOy7EM7,D]u  [Dϸ@d#XF˯d}_?OS B)k,Fl\ Q Q2M֧t ;;J^zR_ђ2Sm \YGN$ -ٕJVv(䲂I0#Qu%bf2M"-0/Ynl peDW[hћp v4В-yOa;.I<@ GU>eq oK~H-[riM"]cU,X,M$B4V<Y_pr):UhK^ -FjӰ w2 ]DG.]I?ˎGE@PYX ̪zVB~`dKhY#2RmɆۀ7+dTd-ݲg;+*ɮ!wq"(XwMP(=Jҙma<9@5t5UT>2)\!<]fj^x10ޯޏaS!>OD +*ʄ iOΰԹ EZ^?}L |W:%~!4%ЗQ";ΗnW,J{oSa:ٙvK,Tl6kTӂQ䞄T!u -v.K=2]H4C6$+[,!BE?n JzRMTA J]Hݴ=#}Oho/uW; CTfpፙU#1$y'? kz&bdE!^E]U,HjɁk"FRfJBY>ɰe@fj] ZZ,m&%L͝ok2xSiϠjEQj"X|nINϔc()mͼK 9֝Xj}  _6iM LUZUk("(B0=<kwM ov0\(clʨqe:j:;/.hA"qPIdM6H/bu#UdءO) j#>ML0iI $-E%-cWct), gIN2vEXGGU%^ -4>^I>}m@?gHwI<$u{*`adPA'iYN =dgtY#ge.#1"آ/nÙ=h8 M=xSɮeY?qpXcBV1oQ_>t?CF`C0Xݹ;l+P7)`Rpi[%y"YQ8Ug5YL%qh[~Q؞qMp_ZCp/p\@C!uqF(}`eSD'Qˋ&cL=HTIHTS.,"Q)Xl<ry$ŝ0c&ބzQSrZM*ajzxpPo?g= >{-;VwޅыdcI ؂ cshVdSr:x5A]Dv)Mvl76Q0Zݟp7޾qw}n *WVJvU1iTMc [5KlruyvxP;ajuQ*mw=y,&fO]*=NHj̵v 5$ĉr=X%4^ϑۥF -; *Og,ڕ<0pHz޶b/wƓ'ѢkiE:,kDd$Pҝa4F{bi B1eyVyn]6Nv`GUX\[6'|<"FE18^nb1OPKђcSjJ&:5PoK+=|zm~~)MۗQ<} 4aЉ@oBJa2VAs$v)/PAm]㸙%}Z߭_pWzAQ#"~GJ֞`.8V㈙őris93LE>[F1toR*gRFhS( -60yE+tsZJdFOwB#">:5hq/15:Za -$eP@Q`:1H2ý4ʹ(5gu04Z0M`lt$7쯾Wr#)\=_Ko|>U#7GLX)QVB H{Qt)DE -K>3"})lwZ,"PDHbIbF!gv^3"?&zFV)KsBX 'f ,*0r~z%`WkKp@)W7ۑԽ]\# !1O^1tG D\*\(uhTF͋-̇S7mѐuYYdaXfq_ Hɲ,IivÐtib? Y&&⚋nN=%,G|‘D& -,2jS%w`-aUQz =($m^3WD1 C.~&={n.l~2..X)jە6_/fPԔ< 3/HDCittHg}wi@Aٵ]\ֲۅ<wi?o!Q&{S'A\QCQtS &7)UFH}OY-*`3y _~%˼WdNkڅ.%i'MQ4+QqjԒDȾc­TZSD98!Ao -l1׍v cѤ#f>*[9C2mǟ>|xX⧇P j``QH] j'<^T[)!/iij8\F]M`jTR2L`VV.UJ[&g1A:Hp_"vQň.Tf Nh #<U`o.FUSf=jb9 *> ZC Bu+x6FY`] Aq[G;B-\ -.y4*CP8njNt#=+e h'w|GͶo83\ͤ댬&%6BJ!;OJ]U UTH أpA "dHό95[*WB Qx- -(E d-?5^ v Z -D]`jT29c)8}5?1Տ*B* 8$MKQ/gfдCYMzUS&P/[mRѨ2pA0m0x; ˩&œ0 -fJ%h\%L+f(/F ̝ kFFAp[ݝQ?|nu-'b`D ,:Q/t^M4i ?Vooo^<>~z/]~({x4:^ -/}"|Jͤzg?JMt0ùTO -Y=F70cF]J8W`㋺dG5o{yT[hOݮ-ӆ0.JV>U2 ÖKm0V#uw+#08 I4/Nv 2\uo40ݠ>OS1T>OѧzG}ZOشOw+ц> {Li)R?A\!#=nxS5mܮ\SeYlt]J 3uS1}?}6fgs٘}6fߛ/1bξ/pP#Kxv*"d;we`ϋ]' -n7m΢K T&npN -\{&u3&%I`R2 &%Iɤl0)L&Ȥ<231)LJɤd0)LL&eI`R6G&I -O0=\+>TRE<}"SB;J.@|!:W@'ۭN;ie"M9KSҔ%MQ`'bJD4)M4J ҔTvCiZۺQ`&bJKKYD4 M7hcђm(ێX>cXs~[o{i*{Lit0ruY,Yr:1Iy ;a{~CfT=n+6Cɐ vXwJ̃o }ɽr/܋)bȽr,Y=brr] rrfr/r/r/܋!b}~sa< .lgĆ4!MlJĆ4ySĐ&1ILiQd&?&?&6 ibSؐ&6ɛ$4!MbJ$49d0)LJdR6 &eIydRMg?|<)~o+ vĊ9d>O84~>-\ԫjƈ2nB\#n/$݋ &%qW/>>%n>]C9t~V#Q3^ߵXTgO‚_RY)".|Iuuy\w9]OO{_}w8_}oܛ^| ^Gxk{*gUN #eJBO=, q7 _ΓhB, <\;zPњ}~@Mr/{0THC}kt ̴ -%Qx0&׉)E(;ĸn_q @PdD=#Ѱ^D{AꞜ~h2EB>SzB[&”\FrиFA}8#JY_ەLJk}V]'1aqb *d-4cXq}S-_i -e-ݡ %m"q(Θ`sV孻NT;ϠECZbYյV SA5Vx~\:]ӆ|=VL@=EMGRюp@wr[.Qe(K \;R-#z>7z6[])1b.㚉b,L)Gd>Z zlfFB׃w]½(}=M"m @5,8H_XZDj,JV -Ztܴln&;|sX*)B'|ОtY4=? ?quZFT*={ճ-J,8/d9rw $l}̄XzzU,Hd&;6iD'2u8XK%RgU4tU+_c^8 ox}/Wdt\?[D1Dޚ-4s_=튺mi=Cl usZl-/{$-}}u'7A#+2hv):Ⱦ/X*c̡@\o_HoItM߀}y -8vA01xwkBX"\ƿ^瓜FZW$u^:M_ j>DxNӥ7Nkq*] |wf$ -ƽdrTzk)nPf\T 8ܮBȂw!Ӂ7/pk?dN~F/W۬N{wS"Cz\t&w]F_6ZR6ф"bm|x0u"a=bgV u'T ځ$(.Uˀ1 Zu/~bxf9!Ag}/)qf]n8UgМZ0h ƯBV^̦N:Kx۬ElmCb:t-Dg%f9Z,/V<ѹ`碖@zd5B>'˂TCc~vKAeC#Ny8(<)y( -~'; &L,Q+9(^]vSW[ e]=*v@h&$:vP{Z -'vH>a+TZcԡ:bJ{XBh Ym,ߦG GI Gj֌uaK4 QO2?:_:(tR㉅c$ցktd,,֥]tᒗu}Y1U̺.=xNKlM0 {)qfO!(O鼀a -#ke˼ڹw=e*C?(ԋ:(gA3ݣVj.VwXC/3c8脬䑇M\jmגmӊ}_820=/YIN\=b.CchUL -$@)ADRhn ܻz,mt*rl܊V$bx狨ǀua\r'Rh{b$]=frSU@Ss役)R'Un j7 -ؕV|^5OT%lgHP:n2KI¬,{ ϧ7?Ev-IQR7ٓf`VB:;X&c.wc:dQ|T|NʡCxI1n- y›*WێqvMӾA%S]ze4,"i=6ԧ1BΌ+Xw#>yeBv;v;Wua®eu0~j׬7 N)o'cͭj5Hԑ"cjDLxՌJY)u=Q#Zr#[EcnƝfא!D~(:T[5+ի)fr,MLqՊJ`KCmԗ:I{ȰZz -x,JYqā:90^ -Mv[3|xvK=Qgٚ;]o)`ņʑQ (2>g8\"ٱ͗g9$3gXJp4E89T?x7,)S$5u`NVgrJ.gD.,&b)FOҕ'D,+kh7" -"6fU)l -J奺8ֺTaaGJ;c5#h;y'-e{ݛY=4@^&(DR#;}u˛h_||//z_>^<?y]?{0.$Kfq#Is2pToR$}f)hxk|d20Ѱ,ts޹=^>0{hs%m4۳GZg ǿƉq=V\b3%M#c]bNl`]Gi2ٖe$Tcq#-"ē:=R{]"4^c#9}hh*C8#GН'ݽ?K_pKi b4NX lGWXOƋ 3HU.vbJf -wچqx u[ȕg|͝^Rjh-O f 2` esJ1"!cGdV*Z''נCB26[^3ZV}Fz\[b VtMf Хc1$ShFo>]_?''-|J[h0Qm6m,sqG~9&]-"#839[#NU4f\ЌPr5 B9:R)phXiuKx'ϕYƻ~V?<|ot[][|aNecy,@Ek&-jD KYڴYhd -apJ 8cSC1< -{.&Ayɴe(F ~R0U f+%wL=7hAPh$a^`+'4%,tjCל^=qϕ+Ƈː+1i UN*CV - HPuP𡘓 -V8 3BK2ڶЅH-8$(UPd*T -D߻1z-VՐבzUrDcoiFo!{Sv$PF^s-QsȌgL0#(,=Sܐ!JaLRN4F7B`+hہ{kaΫrE'ni^XRc78;)/IrH0DE ;%;(^`7lB`XtN wt@GiR8aBNvHfTSTD9I -O~"{h Ph6/=yP`$R)xD0@WAA@]țsHf*?#6=iLc>n~Bs%֔9 2ÄVG=u"Y'xbZ BNGUK_*QnV.M)GŢ*jelI:wl} -a'6+q=T1V6̕jv@ĬjEss^W^*&A<ִw:Emu7naeTEyPAEʡ}A0k4E\'j}MVzGoXvJtR|V@M8VkK|.VTRώf4P"u ^,MCL LSKRƺbA|Zd R$A&neAZ `& Ŵ1xͪě *VQ+-ɔ9N7JUpnCZ>Fi݉EɲE?<1#p549YCl IDZ}am n^r{ysTe>"*+ޜO-SsU2DiX$Wve -!dEBj) 2`{a6uzq\A  9a^qe  0 ?'ͬ+ UTpp#Uw|˦[i!DR3:.qdW0J,~,O_-i+ȗih3塉j9YK='E\gr,.@ɽ#E3|͇ar-`] vfCw;$MlL%vث+t3̽b<]^X;ⳌEud T6iŞWN>%~)^7TcP eT$+&Ŭl 8N׭V"qѤ"oIR"ӂ))k 6vF= ,ԅ^}״K[{ dG&75 ͝EygB 9GU&̄m,MDQdFlW@Y]Kоlc-ݔZYN(a9?4ak+U։nU#ǚQSfIݓ V4,*;XXlŬe;JPj/eվzl1)a63MB׈ڑI,Y޼7Ws)߯ CX9)Y#o޹ޟC6aƒܛgҸE[N\x3'!~+~QBj86kJAtШmhc؇e=$ 4c?L?'b[).C-V赏kq}y6_whǬ󟬓 -0Eûy -a7vs]\c޴W21%E_Axe* )k9јg0a /HT%ȕ|R5-6]cK^qł2а#Oa,}}Ǘˊ`b=^@\UpN"̵8upW0_~Dڒ_0kaԽjG1̓iI>'Xw55^hdGZ N$;yuup凤]@r{E=sg7 Nl. ߿icg1p:t.ؖM%Wצ*4X_ djDaeF?unaOs&d>uIZ,[_Ō=-K?4a_V'cU6uQF: -tvҟwKnnxRjo S z@=dngl渀6˜5*-Op)MNphMjL+aVt0 Cg3 HHq{m_? e(c|,sNb b#DhbY;E4{m42d=҃9X5f0^+gF\.5]C\ԎFAu_$lX -_)`o*N(/sߓFnk[V` ( Ҕ{08 sO9f8([kd7DwѬ,UWt0Čh9Vo7e3־ &ݔoaC\6&3Y/; - Kլ@Ab(DՏ,"[U~{G$_z J]J.< {fXF(Yږ9YqG7ZckKpqu_R"Bj񺥎ՠyƐ˴2Tď(ΡqvW(Fju5䇶L9Y+`2XWB Ye(;X&ChJ́VLNKfl4Q4+zC 2(roSYPnڠWo:eVWvD#(EKh6brv밃x;R:Aub VVu;Sָ݄5ϭad?;[Y0{|*i}:/B`\ZP_OJziih:&yxoOA9~5OJIf_y]Ꞥ I˻1 _`cc`:DM|aeP%â'2-YVk*KVM檀]YH+(9zDgjK7,5}˸4Y2z72DñT'ؓ5gY3As@jG65_7ӋsAT*==}y:[L=9NAöm:W9zbFӦ]K"Vm s -id]s=]7P7ό{M;:,kY|2~$)nf2SH Cf h~@i7b ST~3qӗYC0ⱮR k$Jv+x4bvgR?v;rM}헿?|?5@Y,ywm[`4l endstream endobj 369 0 obj <>stream -HWn~{S5%WNo[[8Ѽ}!g]5Do9p8s>VsJ5L̎,7DkT'O,~E}\&E1Œ0ea~]kK7}[0O"EJ/;ٻG&B?1 Dk(tm6Z@0Z譻78c6b[ ]nc&=5>ﰻ@՛o /h5cq)pEp\L,TJ &qNk%п׾ HzDYE6(SKV>QKcW#0\SGBǺ1zΚغ|t~:4:N7S3ew9$r8lNl1ar x7xӖN]m)a#B'78O@HTT4SNGIs=y`'"SxB`4(dÞiqXEQQ%YE~AŐW1m,c8!h*ȣDFh"@רTHڍ)93 -S570bx_ۮӂ7=вP*4eK|HC I}hԣe.8s@9>9ԥƎ$N1BStHU > KN}.3}o%ķO5кz&idoA qsEskǴ{: ]D.x6XMZ 4d&˖&zҳ"ѥ..Jz&!+9Df_~|bq7~yʑ/pҐH x LFfbL>U-%o~խO"_>~o޽O͚I@9ⳋgT)FnAhAn%ٻn55m6dlz-SZ"D8˨QMy50kuBKjHr`N)t[&2iBb8h$e7fϚسlݙm[#P@M'Nu|%i sq\4;t5 vI_@`>O \6<0`Cř@flLc8̟19l,\"gBsZ,{[hxq!֦̝d6+)ַmmֈo~;vv症u?.vzK7A-k$N"m Yәk4$r 5gۚby(B)4#C3WHK%WrG/Ϩ(UY+h=Fkdɤ?7A#.RäuV`;:HZU tFĜ3$G/uSY3G_u^DsjN. i+󛀴p)ɔ5%hxo%Ȥ{b^9!xj -LfL@\ΑN@?+duwjxforN0t vd( @{&[6apMϔa!Ax}q!hFj) @8X-pZO]L<>Ѥ,)&YM^z"ف,)cgEb -yNS߫=nWꒃ?-+P&HjM}ǕPm%gaɂVҷ'BgB`X.܎hz!=rA`>UNt55_ -`-rxHA֐ wAvcG w@tZEjO[4|/+˸R0T2i&]X`lzPkY g{hFPVRLOМ C1z8 u"&O<ˋ=@H% `g>OQX@&f|/2+,)k9I,4?=nǥ=4>PX ǡD:D iqg Q8bT9_˥TFTT o#P >p*\P4-7i{&Ƃ="WbFϡ"t;Է Pd_d6"Ӷ~%Wwzx9'8; "J8bЧ© p

    ^L19H(QUj)lz2 fE‰ -]'`7|!m=z1G,Һ_id~!\! - Ef -jjr享yo3V 9Vקio Ǹ}5 QyN k`% v~?uJ-(b٣ė[&9WP{>׈h$pf=U[([#_rΉ։A Li-ZEZё9lrV( M%CFyk}41,bVs/ۊ 0VÁs4J(~: (bnYsӶ1S^'.PUσUx>r)5''8@lejZΠu8]$lԾkǻ$E Mʼezθ7c͈h kmʣAyuoIc%k23`TA|pl#HrFb^Q&OpW{Pz8 >uf0 n;_S]SK=%)3!CӃjX =7xN4²}K!om֝kiO/Go`{^-⯨6j3rUaHm+07Ah/ ^z $QlZ9{u&C~# ,jhLՔ8so T P7L$.d$N`5Teʈ[gsŭ#0K[]S3vجNP6.xĺ<Nmծ҂EBѲfP3#;^0?$5x讫&7cF(7gRu ,Me^r$sh)VRҥ -J[IwZYzƓj[VIu*kCìBԱ⬴\:َc (C̴˅j Γ4 I O ̩m/gTL9/"+)&9[/9z]sI`u6cAB GweI\5YG^WCS '?cqD+kcV']Y"seo&N4;6cmgyw_! AȐIT( -`p:0|+K7f%t=I0 nw86[\7z -cYпZ7^(+yn0@iӁϮ$x4| #0:Zn2'.3)8'{4y=gm5 ɛRs`E=" 6zg:/_ݏ#ށɎw&:ӡ4* --QFLqdSиc3d9՝?uZzi<'ȵ`^lw>i4wŝmaظ"q`WT,W+m7 GkBܚODi8򞾣7W$[(l@19Bof)H1*,w jSm3٬,BZOo:2绚3:s~סRg&Oul/[VHOkŤ.V5lm$.3ߵz{Vl`˿>T{|nyGS#V*mmEښZ6Nc]'eCITCN -CR>ڊ<" !0o3lu46pQ97 *?Z*4y5U=u)>747Z?f^<H[~Mq~S!,Rf%)85{O@NKX.zecArD`%/; zc745ف,!z=z9R=WKݷepYXڅO3u7*S:uUM{71ƵK8V=h=#ݞs}5v3hJ8ӛoP(??~D@<8y=5x~9M{u|tFO>1%'6*67G\zwȦ910p8 ۛu! ߙMM(h@ lVYolxή̀zƱՁ4=J H+zdy`K[:_]C Q1w:U 6q*eΙlƚ.6ppp;7poЊ=ӣ?B+r:;=D(>dڕpۿH/\{ -~1 ǙDzgĈcdds OU,>@ktIx`ڝ>.y4)I=FdHx] t͇mf:w?u뇾>3.Pj'%4nGV7^qiXvě݇D}I ͹9Ǥ(Ź@Gi1Sc; elVL չ QܶDOپ= ؟vIȭ*XliU ל߅J,a'k|d-p|鋧!qK5TaTrX]]^$## ]p ZN km9d z%U9h͞ҹK޽:qJ8ޜKW+ޝ5ŋoaMzs2GH[Y% Į^cBß.S=@v@O85mS}+l{TI/ǽ#z"Ps 6,=W uvc{kջZ93h=A -{Dq͞tEw{_L^D9\_zw\g()zcXzbl'CnJUqh77wcTJ7b]K7%Z/,hr^Lo7~Z$dBHЍ6#\ ?/:8qs()tOv!*x-1THͥimX\K)'m2yYM}=+YSK=g;mfMh\[.5 aQF E}%M a5o٬̍٢J}'֓ynj`>I((``&mmr -rDR+[wm.Z2MgE YZzC=뭭x޼O 1F7ۼ%_9@{^d|#9 -W]3l{'/jPҥ:]Af^wZ^ NoJ^L8]R]jIhrgŃ@gbTrذZe&e&\1+I⵪Z3 pc3RM֋.jy|^ӟ&m88y%R)m -{P^xVD@ mN1<=P^f+czF V{䊠YՙNJnZw=KGg'L9f-&k3Z@"#.p&<)":dKT6 -ގsU7w1lj:R,֍hB3MzN" /G[‡G(-dYC=?JZxKudt,vٔK+펟)M{Q#QwZݵvۆ']H(oSU Q6 E(=n\9%rR3B}_ś_|럟믾<vǟ^?{??W9=:GO|#꯷jܭ,QHU,)[&piTb~Eaad\$a#w(q@ʵLW!O;Uą"ԫ5 -LgAd_NLE|BR'5ZU>g`ٗ{OC]d:ZH I=gH]]ƮR^@]ivEG1"9C˴kCGuyȎ]ow=c;[+6W"seX 0NhI \Rj3R4p嫜5U;nEGS,ժrnf$ pO6 \L/@=}ȈO8kӶ⎻Z/eAy]IQX4^[o`w1M[F6ZŌiʋ6WaFʯ7O={OIWuK=دf+[dOQ*jr(Q.u8N0Sjb]^gJE&]VDR9B؏>{0/4sÆHS$:]_h}榋(.S_O`AȮ0 kJ?~pi Y'ˈyG)Jۨ}5@TqWo _6k3O%l9a7Eh1!3\V+[k mU#/G.OI cͪʺ j@C)ȁd2 s",lm$%cK -.EI>x .!Mgv@?͑P1 :GN0D5΀p=9-J<.=DKjjyT"ijv eɫaCwgZщFeށ6E_+xYl&MV@5JOVbQz / 9BMb+crw٢MC|dg_2k -5|VH?T6ce_߼şC߹>@\D38U4@ƵB(ZV㍨45T!e eX! 4 67R_f=v;S1P1#\ p>%Rf݆vţ)@8`Nq0#qc"!TaaK -Dt -YmM^&)QAt_oO4CCV-XkhG<ly?x/OݹxzУ>'{Η8='k1?OK@l2iiP DKz V2&/8)+Xs=UsLDQRMn#F'Rjրde"q}Z E )19ꨮs4*MM+L.]dt6UJTJ^ $ -a@Ǥ`H}ͬILp0Rc옥ۛ)2_hP`Я˴ R\Ǩ/|!6[ul}k-e쿿,)} -/ :L>jσ!ɊPbS2GI./HF *&$8P,I t0mER+ԧۛ1`(o4fP -Ԕ_ɏICn,1\/36hd$7ldw}S<:#pOQ-o.Zr8;>W*Mh>_X3+:ҝtɫ{%>3q-83iB`(&iǙM!1Dv@0dQʆMB[L ̧-tfOWT 3bߏ_?znD?$@%4gl-YW~6\^N! ZRJWw4eN䷏bGfJS/m_&BPk -j珊9\L$<6i͟ EЙ dV~=O17A0wVnnv(WVO>T^!0PrcUƑdu/hڌ#$^K)Ϋrq;VNxrl -1zcW8b$ - ?h7%kEC-ug

    Fonts

    -
    - glassUTF E001 - leafUTF E002 - dogUTF E003 - userUTF E004 - girlUTF E005 - carUTF E006 - user_addUTF E007 - user_removeUTF E008 - filmUTF E009 - magicUTF E010 - envelopeUTF 2709 - cameraUTF E011 - heartUTF E013 - beach_umbrellaUTF E014 - trainUTF E015 - printUTF E016 - binUTF E017 - musicUTF E018 - noteUTF E019 - heart_emptyUTF E020 - homeUTF E021 - snowflakeUTF 2744 - fireUTF E023 - magnetUTF E024 - parentsUTF E025 - binocularsUTF E026 - roadUTF E027 - searchUTF E028 - carsUTF E029 - notes_2UTF E030 - pencilUTF 270F - busUTF E032 - wifi_altUTF E033 - luggageUTF E034 - old_manUTF E035 - womanUTF E036 - fileUTF E037 - coinsUTF E038 - airplaneUTF 2708 - notesUTF E040 - statsUTF E041 - chartsUTF E042 - pie_chartUTF E043 - groupUTF E044 - keysUTF E045 - calendarUTF E046 - routerUTF E047 - camera_smallUTF E048 - dislikesUTF E049 - starUTF E050 - linkUTF E051 - eye_openUTF E052 - eye_closeUTF E053 - alarmUTF E054 - clockUTF E055 - stopwatchUTF E056 - projectorUTF E057 - historyUTF E058 - truckUTF E059 - cargoUTF E060 - compassUTF E061 - keynoteUTF E062 - paperclipUTF E063 - powerUTF E064 - lightbulbUTF E065 - tagUTF E066 - tagsUTF E067 - cleaningUTF E068 - rullerUTF E069 - giftUTF E070 - umbrellaUTF 2602 - bookUTF E072 - bookmarkUTF E073 - wifiUTF E074 - cupUTF E075 - strollerUTF E076 - headphonesUTF E077 - headsetUTF E078 - warning_signUTF E079 - signalUTF E080 - retweetUTF E081 - refreshUTF E082 - roundaboutUTF E083 - randomUTF E084 - heatUTF E085 - repeatUTF E086 - displayUTF E087 - log_bookUTF E088 - address_bookUTF E089 - buildingUTF E090 - eyedropperUTF E091 - adjustUTF E092 - tintUTF E093 - cropUTF E094 - vector_path_squareUTF E095 - vector_path_circleUTF E096 - vector_path_polygonUTF E097 - vector_path_lineUTF E098 - vector_path_curveUTF E099 - vector_path_allUTF E100 - fontUTF E101 - italicUTF E102 - boldUTF E103 - text_underlineUTF E104 - text_strikeUTF E105 - text_heightUTF E106 - text_widthUTF E107 - text_resizeUTF E108 - left_indentUTF E109 - right_indentUTF E110 - align_leftUTF E111 - align_centerUTF E112 - align_rightUTF E113 - justifyUTF E114 - listUTF E115 - text_smallerUTF E116 - text_biggerUTF E117 - embedUTF E118 - embed_closeUTF E119 - tableUTF E120 - message_fullUTF E121 - message_emptyUTF E122 - message_inUTF E123 - message_outUTF E124 - message_plusUTF E125 - message_minusUTF E126 - message_banUTF E127 - message_flagUTF E128 - message_lockUTF E129 - message_newUTF E130 - inboxUTF E131 - inbox_plusUTF E132 - inbox_minusUTF E133 - inbox_lockUTF E134 - inbox_inUTF E135 - inbox_outUTF E136 - cogwheelUTF E137 - cogwheelsUTF E138 - pictureUTF E139 - adjust_altUTF E140 - database_lockUTF E141 - database_plusUTF E142 - database_minusUTF E143 - database_banUTF E144 - folder_openUTF E145 - folder_plusUTF E146 - folder_minusUTF E147 - folder_lockUTF E148 - folder_flagUTF E149 - folder_newUTF E150 - editUTF E151 - new_windowUTF E152 - checkUTF E153 - uncheckedUTF E154 - more_windowsUTF E155 - show_big_thumbnailsUTF E156 - show_thumbnailsUTF E157 - show_thumbnails_with_linesUTF E158 - show_linesUTF E159 - playlistUTF E160 - imacUTF E161 - macbookUTF E162 - ipadUTF E163 - iphoneUTF E164 - iphone_transferUTF E165 - iphone_exchangeUTF E166 - ipodUTF E167 - ipod_shuffleUTF E168 - ear_plugsUTF E169 - recordUTF E170 - step_backwardUTF E171 - fast_backwardUTF E172 - rewindUTF E173 - playUTF E174 - pauseUTF E175 - stopUTF E176 - forwardUTF E177 - fast_forwardUTF E178 - step_forwardUTF E179 - ejectUTF E180 - facetime_videoUTF E181 - download_altUTF E182 - muteUTF E183 - volume_downUTF E184 - volume_upUTF E185 - screenshotUTF E186 - moveUTF E187 - moreUTF E188 - brightness_reduceUTF E189 - brightness_increaseUTF E190 - circle_plusUTF E191 - circle_minusUTF E192 - circle_removeUTF E193 - circle_okUTF E194 - circle_question_markUTF E195 - circle_infoUTF E196 - circle_exclamation_markUTF E197 - removeUTF E198 - okUTF E199 - banUTF E200 - downloadUTF E201 - uploadUTF E202 - shopping_cartUTF E203 - lockUTF E204 - unlockUTF E205 - electricityUTF E206 - ok_2UTF E207 - remove_2UTF E208 - cart_outUTF E209 - cart_inUTF E210 - left_arrowUTF E211 - right_arrowUTF E212 - down_arrowUTF E213 - up_arrowUTF E214 - resize_smallUTF E215 - resize_fullUTF E216 - circle_arrow_leftUTF E217 - circle_arrow_rightUTF E218 - circle_arrow_topUTF E219 - circle_arrow_downUTF E220 - play_buttonUTF E221 - unshareUTF E222 - - chevron-rightUTF E224 - chevron-leftUTF E225 - bluetoothUTF E226 - euroUTF 20AC - usdUTF E228 - gbpUTF E229 - retweet_2UTF E230 - moonUTF E231 - sunUTF 2609 - cloudUTF 2601 - directionUTF E234 - brushUTF E235 - penUTF E236 - zoom_inUTF E237 - zoom_outUTF E238 - pinUTF E239 - albumsUTF E240 - rotation_lockUTF E241 - flashUTF E242 - google_mapsUTF E243 - anchorUTF 2693 - conversationUTF E245 - chatUTF E246 - maleUTF E247 - femaleUTF E248 - asteriskUTF 002A - divideUTF 00F7 - snorkel_divingUTF E251 - scuba_divingUTF E252 - oxygen_bottleUTF E253 - finsUTF E254 - fishesUTF E255 - boatUTF E256 - deleteUTF E257 - sheriffs_starUTF E258 - qrcodeUTF E259 - barcodeUTF E260 - poolUTF E261 - buoyUTF E262 - spadeUTF E263 - bankUTF E264 - vcardUTF E265 - electrical_plugUTF E266 - flagUTF E267 - credit_cardUTF E268 - keyboard-wirelessUTF E269 - keyboard-wiredUTF E270 - shieldUTF E271 - ringUTF 02DA - cakeUTF E273 - drinkUTF E274 - beerUTF E275 - fast_foodUTF E276 - cutleryUTF E277 - pizzaUTF E278 - birthday_cakeUTF E279 - tabletUTF E280 - settingsUTF E281 - bulletsUTF E282 - cardioUTF E283 - t-shirtUTF E284 - pantsUTF E285 - sweaterUTF E286 - fabricUTF E287 - leatherUTF E288 - scissorsUTF E289 - bombUTF E290 - skullUTF E291 - celebrationUTF E292 - tea_kettleUTF E293 - french_pressUTF E294 - coffee_cupUTF E295 - potUTF E296 - graterUTF E297 - kettleUTF E298 - hospitalUTF E299 - hospital_hUTF E300 - microphoneUTF E301 - webcamUTF E302 - temple_christianity_churchUTF E303 - temple_islamUTF E304 - temple_hinduUTF E305 - temple_buddhistUTF E306 - bicycleUTF E307 - life_preserverUTF E308 - - commentsUTF E310 - flowerUTF 2698 - baseballUTF 26BE - rugbyUTF E313 - axUTF E314 - table_tennisUTF E315 - bowlingUTF E316 - tree_coniferUTF E317 - tree_deciduousUTF E318 - more_itemsUTF E319 - sortUTF E320 - filterUTF E321 - gamepadUTF E322 - playing_dicesUTF E323 - calculatorUTF E324 - tieUTF E325 - walletUTF E326 - pianoUTF E327 - samplerUTF E328 - podiumUTF E329 - soccer_ballUTF E330 - blogUTF E331 - dashboardUTF E332 - certificateUTF E333 - bellUTF E334 - candleUTF E335 - pushpinUTF E336 - iphone_shakeUTF E337 - pin_flagUTF E338 - turtleUTF E339 - rabbitUTF E340 - globeUTF E341 - briefcaseUTF E342 - hddUTF E343 - thumbs_upUTF E344 - thumbs_downUTF E345 - hand_rightUTF E346 - hand_leftUTF E347 - hand_upUTF E348 - hand_downUTF E349 - fullscreenUTF E350 - shopping_bagUTF E351 - book_openUTF E352 - nameplateUTF E353 - nameplate_altUTF E354 - vasesUTF E355 - bullhornUTF E356 - dumbbellUTF E357 - suitcaseUTF E358 - file_importUTF E359 - file_exportUTF E360 - bugUTF E361 - crownUTF E362 - smokingUTF E363 - cloud-downloadUTF E364 - cloud-uploadUTF E365 - restartUTF E366 - security_cameraUTF E367 - expandUTF E368 - collapseUTF E369 - collapse_topUTF E370 - globe_afUTF E371 - globalUTF E372 - sprayUTF E373 - nailsUTF E374 - claw_hammerUTF E375 - classic_hammerUTF E376 - hand_sawUTF E377 - riflescopeUTF E378 - electrical_socket_euUTF E379 - electrical_socket_usUTF E380 - message_forwardUTF E381 - coat_hangerUTF E382 - dressUTF E383 - bathrobeUTF E384 - shirtUTF E385 - underwearUTF E386 - - log_outUTF E388 - exitUTF E389 - new_window_altUTF E390 - video_sdUTF E391 - video_hdUTF E392 - subtitlesUTF E393 - sound_stereoUTF E394 - sound_dolbyUTF E395 - sound_5_1UTF E396 - sound_6_1UTF E397 - sound_7_1UTF E398 - copyright_markUTF E399 - registration_markUTF E400 - radarUTF E401 - skateboardUTF E402 - golf_courseUTF E403 - sortingUTF E404 - sort-by-alphabetUTF E405 - sort-by-alphabet-altUTF E406 - sort-by-orderUTF E407 - sort-by-order-altUTF E408 - sort-by-attributesUTF E409 - sort-by-attributes-altUTF E410 - compressedUTF E411 - packageUTF E412 - cloud_plusUTF E413 - cloud_minusUTF E414 - disk_saveUTF E415 - disk_openUTF E416 - disk_savedUTF E417 - disk_removeUTF E418 - disk_importUTF E419 - disk_exportUTF E420 - towerUTF E421 - sendUTF E422 - git_branchUTF E423 - git_createUTF E424 - git_privateUTF E425 - git_deleteUTF E426 - git_mergeUTF E427 - git_pull_requestUTF E428 - git_compareUTF E429 - git_commitUTF E430 - construction_coneUTF E431 - shoe_stepsUTF E432 - plusUTF 002B - minusUTF 2212 - redoUTF E435 - undoUTF E436 - golfUTF E437 - hockeyUTF E438 - pipeUTF E439 - wrenchUTF E440 - folder_closedUTF E441 - phone_altUTF E442 - earphoneUTF E443 - floppy_diskUTF E444 - floppy_savedUTF E445 - floppy_removeUTF E446 - floppy_saveUTF E447 - floppy_openUTF E448 - translateUTF E449 - faxUTF E450 - factoryUTF E451 - shop_windowUTF E452 - shopUTF E453 - kioskUTF E454 - kiosk_wheelsUTF E455 - kiosk_lightUTF E456 - kiosk_foodUTF E457 - transferUTF E458 - moneyUTF E459 - headerUTF E460 - blacksmithUTF E461 - saw_bladeUTF E462 - basketballUTF E463 - serverUTF E464 - server_plusUTF E465 - server_minusUTF E466 - server_banUTF E467 - server_flagUTF E468 - server_lockUTF E469 - server_newUTF E470 -
    - -
    -

    Fonts

    -
    - glassUTF E001 - leafUTF E002 - dogUTF E003 - userUTF E004 - girlUTF E005 - carUTF E006 - user_addUTF E007 - user_removeUTF E008 - filmUTF E009 - magicUTF E010 - envelopeUTF 2709 - cameraUTF E011 - heartUTF E013 - beach_umbrellaUTF E014 - trainUTF E015 - printUTF E016 - binUTF E017 - musicUTF E018 - noteUTF E019 - heart_emptyUTF E020 - homeUTF E021 - snowflakeUTF 2744 - fireUTF E023 - magnetUTF E024 - parentsUTF E025 - binocularsUTF E026 - roadUTF E027 - searchUTF E028 - carsUTF E029 - notes_2UTF E030 - pencilUTF 270F - busUTF E032 - wifi_altUTF E033 - luggageUTF E034 - old_manUTF E035 - womanUTF E036 - fileUTF E037 - coinsUTF E038 - airplaneUTF 2708 - notesUTF E040 - statsUTF E041 - chartsUTF E042 - pie_chartUTF E043 - groupUTF E044 - keysUTF E045 - calendarUTF E046 - routerUTF E047 - camera_smallUTF E048 - dislikesUTF E049 - starUTF E050 - linkUTF E051 - eye_openUTF E052 - eye_closeUTF E053 - alarmUTF E054 - clockUTF E055 - stopwatchUTF E056 - projectorUTF E057 - historyUTF E058 - truckUTF E059 - cargoUTF E060 - compassUTF E061 - keynoteUTF E062 - paperclipUTF E063 - powerUTF E064 - lightbulbUTF E065 - tagUTF E066 - tagsUTF E067 - cleaningUTF E068 - rullerUTF E069 - giftUTF E070 - umbrellaUTF 2602 - bookUTF E072 - bookmarkUTF E073 - wifiUTF E074 - cupUTF E075 - strollerUTF E076 - headphonesUTF E077 - headsetUTF E078 - warning_signUTF E079 - signalUTF E080 - retweetUTF E081 - refreshUTF E082 - roundaboutUTF E083 - randomUTF E084 - heatUTF E085 - repeatUTF E086 - displayUTF E087 - log_bookUTF E088 - address_bookUTF E089 - buildingUTF E090 - eyedropperUTF E091 - adjustUTF E092 - tintUTF E093 - cropUTF E094 - vector_path_squareUTF E095 - vector_path_circleUTF E096 - vector_path_polygonUTF E097 - vector_path_lineUTF E098 - vector_path_curveUTF E099 - vector_path_allUTF E100 - fontUTF E101 - italicUTF E102 - boldUTF E103 - text_underlineUTF E104 - text_strikeUTF E105 - text_heightUTF E106 - text_widthUTF E107 - text_resizeUTF E108 - left_indentUTF E109 - right_indentUTF E110 - align_leftUTF E111 - align_centerUTF E112 - align_rightUTF E113 - justifyUTF E114 - listUTF E115 - text_smallerUTF E116 - text_biggerUTF E117 - embedUTF E118 - embed_closeUTF E119 - tableUTF E120 - message_fullUTF E121 - message_emptyUTF E122 - message_inUTF E123 - message_outUTF E124 - message_plusUTF E125 - message_minusUTF E126 - message_banUTF E127 - message_flagUTF E128 - message_lockUTF E129 - message_newUTF E130 - inboxUTF E131 - inbox_plusUTF E132 - inbox_minusUTF E133 - inbox_lockUTF E134 - inbox_inUTF E135 - inbox_outUTF E136 - cogwheelUTF E137 - cogwheelsUTF E138 - pictureUTF E139 - adjust_altUTF E140 - database_lockUTF E141 - database_plusUTF E142 - database_minusUTF E143 - database_banUTF E144 - folder_openUTF E145 - folder_plusUTF E146 - folder_minusUTF E147 - folder_lockUTF E148 - folder_flagUTF E149 - folder_newUTF E150 - editUTF E151 - new_windowUTF E152 - checkUTF E153 - uncheckedUTF E154 - more_windowsUTF E155 - show_big_thumbnailsUTF E156 - show_thumbnailsUTF E157 - show_thumbnails_with_linesUTF E158 - show_linesUTF E159 - playlistUTF E160 - imacUTF E161 - macbookUTF E162 - ipadUTF E163 - iphoneUTF E164 - iphone_transferUTF E165 - iphone_exchangeUTF E166 - ipodUTF E167 - ipod_shuffleUTF E168 - ear_plugsUTF E169 - recordUTF E170 - step_backwardUTF E171 - fast_backwardUTF E172 - rewindUTF E173 - playUTF E174 - pauseUTF E175 - stopUTF E176 - forwardUTF E177 - fast_forwardUTF E178 - step_forwardUTF E179 - ejectUTF E180 - facetime_videoUTF E181 - download_altUTF E182 - muteUTF E183 - volume_downUTF E184 - volume_upUTF E185 - screenshotUTF E186 - moveUTF E187 - moreUTF E188 - brightness_reduceUTF E189 - brightness_increaseUTF E190 - circle_plusUTF E191 - circle_minusUTF E192 - circle_removeUTF E193 - circle_okUTF E194 - circle_question_markUTF E195 - circle_infoUTF E196 - circle_exclamation_markUTF E197 - removeUTF E198 - okUTF E199 - banUTF E200 - downloadUTF E201 - uploadUTF E202 - shopping_cartUTF E203 - lockUTF E204 - unlockUTF E205 - electricityUTF E206 - ok_2UTF E207 - remove_2UTF E208 - cart_outUTF E209 - cart_inUTF E210 - left_arrowUTF E211 - right_arrowUTF E212 - down_arrowUTF E213 - up_arrowUTF E214 - resize_smallUTF E215 - resize_fullUTF E216 - circle_arrow_leftUTF E217 - circle_arrow_rightUTF E218 - circle_arrow_topUTF E219 - circle_arrow_downUTF E220 - play_buttonUTF E221 - unshareUTF E222 - - chevron-rightUTF E224 - chevron-leftUTF E225 - bluetoothUTF E226 - euroUTF 20AC - usdUTF E228 - gbpUTF E229 - retweet_2UTF E230 - moonUTF E231 - sunUTF 2609 - cloudUTF 2601 - directionUTF E234 - brushUTF E235 - penUTF E236 - zoom_inUTF E237 - zoom_outUTF E238 - pinUTF E239 - albumsUTF E240 - rotation_lockUTF E241 - flashUTF E242 - google_mapsUTF E243 - anchorUTF 2693 - conversationUTF E245 - chatUTF E246 - maleUTF E247 - femaleUTF E248 - asteriskUTF 002A - divideUTF 00F7 - snorkel_divingUTF E251 - scuba_divingUTF E252 - oxygen_bottleUTF E253 - finsUTF E254 - fishesUTF E255 - boatUTF E256 - deleteUTF E257 - sheriffs_starUTF E258 - qrcodeUTF E259 - barcodeUTF E260 - poolUTF E261 - buoyUTF E262 - spadeUTF E263 - bankUTF E264 - vcardUTF E265 - electrical_plugUTF E266 - flagUTF E267 - credit_cardUTF E268 - keyboard-wirelessUTF E269 - keyboard-wiredUTF E270 - shieldUTF E271 - ringUTF 02DA - cakeUTF E273 - drinkUTF E274 - beerUTF E275 - fast_foodUTF E276 - cutleryUTF E277 - pizzaUTF E278 - birthday_cakeUTF E279 - tabletUTF E280 - settingsUTF E281 - bulletsUTF E282 - cardioUTF E283 - t-shirtUTF E284 - pantsUTF E285 - sweaterUTF E286 - fabricUTF E287 - leatherUTF E288 - scissorsUTF E289 - bombUTF E290 - skullUTF E291 - celebrationUTF E292 - tea_kettleUTF E293 - french_pressUTF E294 - coffee_cupUTF E295 - potUTF E296 - graterUTF E297 - kettleUTF E298 - hospitalUTF E299 - hospital_hUTF E300 - microphoneUTF E301 - webcamUTF E302 - temple_christianity_churchUTF E303 - temple_islamUTF E304 - temple_hinduUTF E305 - temple_buddhistUTF E306 - bicycleUTF E307 - life_preserverUTF E308 - - commentsUTF E310 - flowerUTF 2698 - baseballUTF 26BE - rugbyUTF E313 - axUTF E314 - table_tennisUTF E315 - bowlingUTF E316 - tree_coniferUTF E317 - tree_deciduousUTF E318 - more_itemsUTF E319 - sortUTF E320 - filterUTF E321 - gamepadUTF E322 - playing_dicesUTF E323 - calculatorUTF E324 - tieUTF E325 - walletUTF E326 - pianoUTF E327 - samplerUTF E328 - podiumUTF E329 - soccer_ballUTF E330 - blogUTF E331 - dashboardUTF E332 - certificateUTF E333 - bellUTF E334 - candleUTF E335 - pushpinUTF E336 - iphone_shakeUTF E337 - pin_flagUTF E338 - turtleUTF E339 - rabbitUTF E340 - globeUTF E341 - briefcaseUTF E342 - hddUTF E343 - thumbs_upUTF E344 - thumbs_downUTF E345 - hand_rightUTF E346 - hand_leftUTF E347 - hand_upUTF E348 - hand_downUTF E349 - fullscreenUTF E350 - shopping_bagUTF E351 - book_openUTF E352 - nameplateUTF E353 - nameplate_altUTF E354 - vasesUTF E355 - bullhornUTF E356 - dumbbellUTF E357 - suitcaseUTF E358 - file_importUTF E359 - file_exportUTF E360 - bugUTF E361 - crownUTF E362 - smokingUTF E363 - cloud-downloadUTF E364 - cloud-uploadUTF E365 - restartUTF E366 - security_cameraUTF E367 - expandUTF E368 - collapseUTF E369 - collapse_topUTF E370 - globe_afUTF E371 - globalUTF E372 - sprayUTF E373 - nailsUTF E374 - claw_hammerUTF E375 - classic_hammerUTF E376 - hand_sawUTF E377 - riflescopeUTF E378 - electrical_socket_euUTF E379 - electrical_socket_usUTF E380 - message_forwardUTF E381 - coat_hangerUTF E382 - dressUTF E383 - bathrobeUTF E384 - shirtUTF E385 - underwearUTF E386 - - log_outUTF E388 - exitUTF E389 - new_window_altUTF E390 - video_sdUTF E391 - video_hdUTF E392 - subtitlesUTF E393 - sound_stereoUTF E394 - sound_dolbyUTF E395 - sound_5_1UTF E396 - sound_6_1UTF E397 - sound_7_1UTF E398 - copyright_markUTF E399 - registration_markUTF E400 - radarUTF E401 - skateboardUTF E402 - golf_courseUTF E403 - sortingUTF E404 - sort-by-alphabetUTF E405 - sort-by-alphabet-altUTF E406 - sort-by-orderUTF E407 - sort-by-order-altUTF E408 - sort-by-attributesUTF E409 - sort-by-attributes-altUTF E410 - compressedUTF E411 - packageUTF E412 - cloud_plusUTF E413 - cloud_minusUTF E414 - disk_saveUTF E415 - disk_openUTF E416 - disk_savedUTF E417 - disk_removeUTF E418 - disk_importUTF E419 - disk_exportUTF E420 - towerUTF E421 - sendUTF E422 - git_branchUTF E423 - git_createUTF E424 - git_privateUTF E425 - git_deleteUTF E426 - git_mergeUTF E427 - git_pull_requestUTF E428 - git_compareUTF E429 - git_commitUTF E430 - construction_coneUTF E431 - shoe_stepsUTF E432 - plusUTF 002B - minusUTF 2212 - redoUTF E435 - undoUTF E436 - golfUTF E437 - hockeyUTF E438 - pipeUTF E439 - wrenchUTF E440 - folder_closedUTF E441 - phone_altUTF E442 - earphoneUTF E443 - floppy_diskUTF E444 - floppy_savedUTF E445 - floppy_removeUTF E446 - floppy_saveUTF E447 - floppy_openUTF E448 - translateUTF E449 - faxUTF E450 - factoryUTF E451 - shop_windowUTF E452 - shopUTF E453 - kioskUTF E454 - kiosk_wheelsUTF E455 - kiosk_lightUTF E456 - kiosk_foodUTF E457 - transferUTF E458 - moneyUTF E459 - headerUTF E460 - blacksmithUTF E461 - saw_bladeUTF E462 - basketballUTF E463 - serverUTF E464 - server_plusUTF E465 - server_minusUTF E466 - server_banUTF E467 - server_flagUTF E468 - server_lockUTF E469 - server_newUTF E470 -
    -
    - -

    Images

    -
    -

    glass

    -

    leaf

    -

    dog

    -

    user

    -

    girl

    -

    car

    -

    user_add

    -

    user_remove

    -

    film

    -

    magic

    -

    envelope

    -

    camera

    -

    heart

    -

    beach_umbrella

    -

    train

    -

    print

    -

    bin

    -

    music

    -

    note

    -

    heart_empty

    -

    home

    -

    snowflake

    -

    fire

    -

    magnet

    -

    parents

    -

    binoculars

    -

    road

    -

    search

    -

    cars

    -

    notes_2

    -

    pencil

    -

    bus

    -

    wifi_alt

    -

    luggage

    -

    old_man

    -

    woman

    -

    file

    -

    coins

    -

    airplane

    -

    notes

    -

    stats

    -

    charts

    -

    pie_chart

    -

    group

    -

    keys

    -

    calendar

    -

    router

    -

    camera_small

    -

    dislikes

    -

    star

    -

    link

    -

    eye_open

    -

    eye_close

    -

    alarm

    -

    clock

    -

    stopwatch

    -

    projector

    -

    history

    -

    truck

    -

    cargo

    -

    compass

    -

    keynote

    -

    paperclip

    -

    power

    -

    lightbulb

    -

    tag

    -

    tags

    -

    cleaning

    -

    ruller

    -

    gift

    -

    umbrella

    -

    book

    -

    bookmark

    -

    wifi

    -

    cup

    -

    stroller

    -

    headphones

    -

    headset

    -

    warning_sign

    -

    signal

    -

    retweet

    -

    refresh

    -

    roundabout

    -

    random

    -

    heat

    -

    repeat

    -

    display

    -

    log_book

    -

    address_book

    -

    building

    -

    eyedropper

    -

    adjust

    -

    tint

    -

    crop

    -

    vector_path_square

    -

    vector_path_circle

    -

    vector_path_polygon

    -

    vector_path_line

    -

    vector_path_curve

    -

    vector_path_all

    -

    font

    -

    italic

    -

    bold

    -

    text_underline

    -

    text_strike

    -

    text_height

    -

    text_width

    -

    text_resize

    -

    left_indent

    -

    right_indent

    -

    align_left

    -

    align_center

    -

    align_right

    -

    justify

    -

    list

    -

    text_smaller

    -

    text_bigger

    -

    embed

    -

    embed_close

    -

    table

    -

    message_full

    -

    message_empty

    -

    message_in

    -

    message_out

    -

    message_plus

    -

    message_minus

    -

    message_ban

    -

    message_flag

    -

    message_lock

    -

    message_new

    -

    inbox

    -

    inbox_plus

    -

    inbox_minus

    -

    inbox_lock

    -

    inbox_in

    -

    inbox_out

    -

    cogwheel

    -

    cogwheels

    -

    picture

    -

    adjust_alt

    -

    database_lock

    -

    database_plus

    -

    database_minus

    -

    database_ban

    -

    folder_open

    -

    folder_plus

    -

    folder_minus

    -

    folder_lock

    -

    folder_flag

    -

    folder_new

    -

    edit

    -

    new_window

    -

    check

    -

    unchecked

    -

    more_windows

    -

    show_big_thumbnails

    -

    show_thumbnails

    -

    show_thumbnails_with_lines

    -

    show_lines

    -

    playlist

    -

    imac

    -

    macbook

    -

    ipad

    -

    iphone

    -

    iphone_transfer

    -

    iphone_exchange

    -

    ipod

    -

    ipod_shuffle

    -

    ear_plugs

    -

    record

    -

    step_backward

    -

    fast_backward

    -

    rewind

    -

    play

    -

    pause

    -

    stop

    -

    forward

    -

    fast_forward

    -

    step_forward

    -

    eject

    -

    facetime_video

    -

    download_alt

    -

    mute

    -

    volume_down

    -

    volume_up

    -

    screenshot

    -

    move

    -

    more

    -

    brightness_reduce

    -

    brightness_increase

    -

    circle_plus

    -

    circle_minus

    -

    circle_remove

    -

    circle_ok

    -

    circle_question_mark

    -

    circle_info

    -

    circle_exclamation_mark

    -

    remove

    -

    ok

    -

    ban

    -

    download

    -

    upload

    -

    shopping_cart

    -

    lock

    -

    unlock

    -

    electricity

    -

    ok_2

    -

    remove_2

    -

    cart_out

    -

    cart_in

    -

    left_arrow

    -

    right_arrow

    -

    down_arrow

    -

    up_arrow

    -

    resize_small

    -

    resize_full

    -

    circle_arrow_left

    -

    circle_arrow_right

    -

    circle_arrow_top

    -

    circle_arrow_down

    -

    play_button

    -

    unshare

    -

    share

    -

    chevron-right

    -

    chevron-left

    -

    bluetooth

    -

    euro

    -

    usd

    -

    gbp

    -

    retweet_2

    -

    moon

    -

    sun

    -

    cloud

    -

    direction

    -

    brush

    -

    pen

    -

    zoom_in

    -

    zoom_out

    -

    pin

    -

    albums

    -

    rotation_lock

    -

    flash

    -

    google_maps

    -

    anchor

    -

    conversation

    -

    chat

    -

    male

    -

    female

    -

    asterisk

    -

    divide

    -

    snorkel_diving

    -

    scuba_diving

    -

    oxygen_bottle

    -

    fins

    -

    fishes

    -

    boat

    -

    delete

    -

    sheriffs_star

    -

    qrcode

    -

    barcode

    -

    pool

    -

    buoy

    -

    spade

    -

    bank

    -

    vcard

    -

    electrical_plug

    -

    flag

    -

    credit_card

    -

    keyboard-wireless

    -

    keyboard-wired

    -

    shield

    -

    ring

    -

    cake

    -

    drink

    -

    beer

    -

    fast_food

    -

    cutlery

    -

    pizza

    -

    birthday_cake

    -

    tablet

    -

    settings

    -

    bullets

    -

    cardio

    -

    t-shirt

    -

    pants

    -

    sweater

    -

    fabric

    -

    leather

    -

    scissors

    -

    bomb

    -

    skull

    -

    celebration

    -

    tea_kettle

    -

    french_press

    -

    coffee_cup

    -

    pot

    -

    grater

    -

    kettle

    -

    hospital

    -

    hospital_h

    -

    microphone

    -

    webcam

    -

    temple_christianity_church

    -

    temple_islam

    -

    temple_hindu

    -

    temple_buddhist

    -

    bicycle

    -

    life_preserver

    -

    share_alt

    -

    comments

    -

    flower

    -

    baseball

    -

    rugby

    -

    ax

    -

    table_tennis

    -

    bowling

    -

    tree_conifer

    -

    tree_deciduous

    -

    more_items

    -

    sort

    -

    filter

    -

    gamepad

    -

    playing_dices

    -

    calculator

    -

    tie

    -

    wallet

    -

    piano

    -

    sampler

    -

    podium

    -

    soccer_ball

    -

    blog

    -

    dashboard

    -

    certificate

    -

    bell

    -

    candle

    -

    pushpin

    -

    iphone_shake

    -

    pin_flag

    -

    turtle

    -

    rabbit

    -

    globe

    -

    briefcase

    -

    hdd

    -

    thumbs_up

    -

    thumbs_down

    -

    hand_right

    -

    hand_left

    -

    hand_up

    -

    hand_down

    -

    fullscreen

    -

    shopping_bag

    -

    book_open

    -

    nameplate

    -

    nameplate_alt

    -

    vases

    -

    bullhorn

    -

    dumbbell

    -

    suitcase

    -

    file_import

    -

    file_export

    -

    bug

    -

    crown

    -

    smoking

    -

    cloud-download

    -

    cloud-upload

    -

    restart

    -

    security_camera

    -

    expand

    -

    collapse

    -

    collapse_top

    -

    globe_af

    -

    global

    -

    spray

    -

    nails

    -

    claw_hammer

    -

    classic_hammer

    -

    hand_saw

    -

    riflescope

    -

    electrical_socket_eu

    -

    electrical_socket_us

    -

    message_forward

    -

    coat_hanger

    -

    dress

    -

    bathrobe

    -

    shirt

    -

    underwear

    -

    log_in

    -

    log_out

    -

    exit

    -

    new_window_alt

    -

    video_sd

    -

    video_hd

    -

    subtitles

    -

    sound_stereo

    -

    sound_dolby

    -

    sound_5_1

    -

    sound_6_1

    -

    sound_7_1

    -

    copyright_mark

    -

    registration_mark

    -

    radar

    -

    skateboard

    -

    golf_course

    -

    sorting

    -

    sort-by-alphabet

    -

    sort-by-alphabet-alt

    -

    sort-by-order

    -

    sort-by-order-alt

    -

    sort-by-attributes

    -

    sort-by-attributes-alt

    -

    compressed

    -

    package

    -

    cloud_plus

    -

    cloud_minus

    -

    disk_save

    -

    disk_open

    -

    disk_saved

    -

    disk_remove

    -

    disk_import

    -

    disk_export

    -

    tower

    -

    send

    -

    git_branch

    -

    git_create

    -

    git_private

    -

    git_delete

    -

    git_merge

    -

    git_pull_request

    -

    git_compare

    -

    git_commit

    -

    construction_cone

    -

    shoe_steps

    -

    plus

    -

    minus

    -

    redo

    -

    undo

    -

    golf

    -

    hockey

    -

    pipe

    -

    wrench

    -

    folder_closed

    -

    phone_alt

    -

    earphone

    -

    floppy_disk

    -

    floppy_saved

    -

    floppy_remove

    -

    floppy_save

    -

    floppy_open

    -

    translate

    -

    fax

    -

    factory

    -

    shop_window

    -

    shop

    -

    kiosk

    -

    kiosk_wheels

    -

    kiosk_light

    -

    kiosk_food

    -

    transfer

    -

    money

    -

    header

    -

    blacksmith

    -

    saw_blade

    -

    basketball

    -

    server

    -

    server_plus

    -

    server_minus

    -

    server_ban

    -

    server_flag

    -

    server_lock

    -

    server_new

    -
    - -
    -

    Images

    -
    -

    glass

    -

    leaf

    -

    dog

    -

    user

    -

    girl

    -

    car

    -

    user_add

    -

    user_remove

    -

    film

    -

    magic

    -

    envelope

    -

    camera

    -

    heart

    -

    beach_umbrella

    -

    train

    -

    print

    -

    bin

    -

    music

    -

    note

    -

    heart_empty

    -

    home

    -

    snowflake

    -

    fire

    -

    magnet

    -

    parents

    -

    binoculars

    -

    road

    -

    search

    -

    cars

    -

    notes_2

    -

    pencil

    -

    bus

    -

    wifi_alt

    -

    luggage

    -

    old_man

    -

    woman

    -

    file

    -

    coins

    -

    airplane

    -

    notes

    -

    stats

    -

    charts

    -

    pie_chart

    -

    group

    -

    keys

    -

    calendar

    -

    router

    -

    camera_small

    -

    dislikes

    -

    star

    -

    link

    -

    eye_open

    -

    eye_close

    -

    alarm

    -

    clock

    -

    stopwatch

    -

    projector

    -

    history

    -

    truck

    -

    cargo

    -

    compass

    -

    keynote

    -

    paperclip

    -

    power

    -

    lightbulb

    -

    tag

    -

    tags

    -

    cleaning

    -

    ruller

    -

    gift

    -

    umbrella

    -

    book

    -

    bookmark

    -

    wifi

    -

    cup

    -

    stroller

    -

    headphones

    -

    headset

    -

    warning_sign

    -

    signal

    -

    retweet

    -

    refresh

    -

    roundabout

    -

    random

    -

    heat

    -

    repeat

    -

    display

    -

    log_book

    -

    address_book

    -

    building

    -

    eyedropper

    -

    adjust

    -

    tint

    -

    crop

    -

    vector_path_square

    -

    vector_path_circle

    -

    vector_path_polygon

    -

    vector_path_line

    -

    vector_path_curve

    -

    vector_path_all

    -

    font

    -

    italic

    -

    bold

    -

    text_underline

    -

    text_strike

    -

    text_height

    -

    text_width

    -

    text_resize

    -

    left_indent

    -

    right_indent

    -

    align_left

    -

    align_center

    -

    align_right

    -

    justify

    -

    list

    -

    text_smaller

    -

    text_bigger

    -

    embed

    -

    embed_close

    -

    table

    -

    message_full

    -

    message_empty

    -

    message_in

    -

    message_out

    -

    message_plus

    -

    message_minus

    -

    message_ban

    -

    message_flag

    -

    message_lock

    -

    message_new

    -

    inbox

    -

    inbox_plus

    -

    inbox_minus

    -

    inbox_lock

    -

    inbox_in

    -

    inbox_out

    -

    cogwheel

    -

    cogwheels

    -

    picture

    -

    adjust_alt

    -

    database_lock

    -

    database_plus

    -

    database_minus

    -

    database_ban

    -

    folder_open

    -

    folder_plus

    -

    folder_minus

    -

    folder_lock

    -

    folder_flag

    -

    folder_new

    -

    edit

    -

    new_window

    -

    check

    -

    unchecked

    -

    more_windows

    -

    show_big_thumbnails

    -

    show_thumbnails

    -

    show_thumbnails_with_lines

    -

    show_lines

    -

    playlist

    -

    imac

    -

    macbook

    -

    ipad

    -

    iphone

    -

    iphone_transfer

    -

    iphone_exchange

    -

    ipod

    -

    ipod_shuffle

    -

    ear_plugs

    -

    record

    -

    step_backward

    -

    fast_backward

    -

    rewind

    -

    play

    -

    pause

    -

    stop

    -

    forward

    -

    fast_forward

    -

    step_forward

    -

    eject

    -

    facetime_video

    -

    download_alt

    -

    mute

    -

    volume_down

    -

    volume_up

    -

    screenshot

    -

    move

    -

    more

    -

    brightness_reduce

    -

    brightness_increase

    -

    circle_plus

    -

    circle_minus

    -

    circle_remove

    -

    circle_ok

    -

    circle_question_mark

    -

    circle_info

    -

    circle_exclamation_mark

    -

    remove

    -

    ok

    -

    ban

    -

    download

    -

    upload

    -

    shopping_cart

    -

    lock

    -

    unlock

    -

    electricity

    -

    ok_2

    -

    remove_2

    -

    cart_out

    -

    cart_in

    -

    left_arrow

    -

    right_arrow

    -

    down_arrow

    -

    up_arrow

    -

    resize_small

    -

    resize_full

    -

    circle_arrow_left

    -

    circle_arrow_right

    -

    circle_arrow_top

    -

    circle_arrow_down

    -

    play_button

    -

    unshare

    -

    share

    -

    chevron-right

    -

    chevron-left

    -

    bluetooth

    -

    euro

    -

    usd

    -

    gbp

    -

    retweet_2

    -

    moon

    -

    sun

    -

    cloud

    -

    direction

    -

    brush

    -

    pen

    -

    zoom_in

    -

    zoom_out

    -

    pin

    -

    albums

    -

    rotation_lock

    -

    flash

    -

    google_maps

    -

    anchor

    -

    conversation

    -

    chat

    -

    male

    -

    female

    -

    asterisk

    -

    divide

    -

    snorkel_diving

    -

    scuba_diving

    -

    oxygen_bottle

    -

    fins

    -

    fishes

    -

    boat

    -

    delete

    -

    sheriffs_star

    -

    qrcode

    -

    barcode

    -

    pool

    -

    buoy

    -

    spade

    -

    bank

    -

    vcard

    -

    electrical_plug

    -

    flag

    -

    credit_card

    -

    keyboard-wireless

    -

    keyboard-wired

    -

    shield

    -

    ring

    -

    cake

    -

    drink

    -

    beer

    -

    fast_food

    -

    cutlery

    -

    pizza

    -

    birthday_cake

    -

    tablet

    -

    settings

    -

    bullets

    -

    cardio

    -

    t-shirt

    -

    pants

    -

    sweater

    -

    fabric

    -

    leather

    -

    scissors

    -

    bomb

    -

    skull

    -

    celebration

    -

    tea_kettle

    -

    french_press

    -

    coffee_cup

    -

    pot

    -

    grater

    -

    kettle

    -

    hospital

    -

    hospital_h

    -

    microphone

    -

    webcam

    -

    temple_christianity_church

    -

    temple_islam

    -

    temple_hindu

    -

    temple_buddhist

    -

    bicycle

    -

    life_preserver

    -

    share_alt

    -

    comments

    -

    flower

    -

    baseball

    -

    rugby

    -

    ax

    -

    table_tennis

    -

    bowling

    -

    tree_conifer

    -

    tree_deciduous

    -

    more_items

    -

    sort

    -

    filter

    -

    gamepad

    -

    playing_dices

    -

    calculator

    -

    tie

    -

    wallet

    -

    piano

    -

    sampler

    -

    podium

    -

    soccer_ball

    -

    blog

    -

    dashboard

    -

    certificate

    -

    bell

    -

    candle

    -

    pushpin

    -

    iphone_shake

    -

    pin_flag

    -

    turtle

    -

    rabbit

    -

    globe

    -

    briefcase

    -

    hdd

    -

    thumbs_up

    -

    thumbs_down

    -

    hand_right

    -

    hand_left

    -

    hand_up

    -

    hand_down

    -

    fullscreen

    -

    shopping_bag

    -

    book_open

    -

    nameplate

    -

    nameplate_alt

    -

    vases

    -

    bullhorn

    -

    dumbbell

    -

    suitcase

    -

    file_import

    -

    file_export

    -

    bug

    -

    crown

    -

    smoking

    -

    cloud-download

    -

    cloud-upload

    -

    restart

    -

    security_camera

    -

    expand

    -

    collapse

    -

    collapse_top

    -

    globe_af

    -

    global

    -

    spray

    -

    nails

    -

    claw_hammer

    -

    classic_hammer

    -

    hand_saw

    -

    riflescope

    -

    electrical_socket_eu

    -

    electrical_socket_us

    -

    message_forward

    -

    coat_hanger

    -

    dress

    -

    bathrobe

    -

    shirt

    -

    underwear

    -

    log_in

    -

    log_out

    -

    exit

    -

    new_window_alt

    -

    video_sd

    -

    video_hd

    -

    subtitles

    -

    sound_stereo

    -

    sound_dolby

    -

    sound_5_1

    -

    sound_6_1

    -

    sound_7_1

    -

    copyright_mark

    -

    registration_mark

    -

    radar

    -

    skateboard

    -

    golf_course

    -

    sorting

    -

    sort-by-alphabet

    -

    sort-by-alphabet-alt

    -

    sort-by-order

    -

    sort-by-order-alt

    -

    sort-by-attributes

    -

    sort-by-attributes-alt

    -

    compressed

    -

    package

    -

    cloud_plus

    -

    cloud_minus

    -

    disk_save

    -

    disk_open

    -

    disk_saved

    -

    disk_remove

    -

    disk_import

    -

    disk_export

    -

    tower

    -

    send

    -

    git_branch

    -

    git_create

    -

    git_private

    -

    git_delete

    -

    git_merge

    -

    git_pull_request

    -

    git_compare

    -

    git_commit

    -

    construction_cone

    -

    shoe_steps

    -

    plus

    -

    minus

    -

    redo

    -

    undo

    -

    golf

    -

    hockey

    -

    pipe

    -

    wrench

    -

    folder_closed

    -

    phone_alt

    -

    earphone

    -

    floppy_disk

    -

    floppy_saved

    -

    floppy_remove

    -

    floppy_save

    -

    floppy_open

    -

    translate

    -

    fax

    -

    factory

    -

    shop_window

    -

    shop

    -

    kiosk

    -

    kiosk_wheels

    -

    kiosk_light

    -

    kiosk_food

    -

    transfer

    -

    money

    -

    header

    -

    blacksmith

    -

    saw_blade

    -

    basketball

    -

    server

    -

    server_plus

    -

    server_minus

    -

    server_ban

    -

    server_flag

    -

    server_lock

    -

    server_new

    -
    -
    - - - \ No newline at end of file diff --git a/core/static/plugins/glyphicons-pro/glyphicons/web/html_css/less/glyphicons.less b/core/static/plugins/glyphicons-pro/glyphicons/web/html_css/less/glyphicons.less deleted file mode 100755 index 4402517..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons/web/html_css/less/glyphicons.less +++ /dev/null @@ -1,1033 +0,0 @@ -/*! - * - * Project: GLYPHICONS - * Author: Jan Kovarik - www.glyphicons.com - * Twitter: @jankovarik - * - */ - -// IMPORT FONTS -@font-face { - font-family: 'Glyphicons Regular'; - src: url('../fonts/glyphicons-regular.eot'); - src: url('../fonts/glyphicons-regular.eot?#iefix') format('embedded-opentype'), - url('../fonts/glyphicons-regular.woff') format('woff'), - url('../fonts/glyphicons-regular.ttf') format('truetype'), - url('../fonts/glyphicons-regular.svg#glyphiconsregular') format('svg'); - font-weight: normal; - font-style: normal; -} - -// FONT ICONS -.glyphicons{ - display: inline-block; - position: relative; - padding-left:48px; - color: #1d1d1b; - text-decoration: none; - *display: inline; - *zoom: 1; - vertical-align:middle; - - &:before{ - position: absolute; - left: 0; - top: 0; - display: inline-block; - margin:0 5px 0 0; - font: 24px/1em 'Glyphicons Regular'; - font-style: normal; - font-weight: normal; - color: #1d1d1b; - *display: inline; - *zoom: 1; - vertical-align:middle; - text-transform:none; - -webkit-font-smoothing: antialiased; - } - &.white{ - &:before{ - color: #fff; - } - } - - &.glass{ &:before{ content:"\E001";} } - &.leaf{ &:before{ content:"\E002";} } - &.dog{ &:before{ content:"\E003";} } - &.user{ &:before{ content:"\E004";} } - &.girl{ &:before{ content:"\E005";} } - &.car{ &:before{ content:"\E006";} } - &.user_add{ &:before{ content:"\E007";} } - &.user_remove{ &:before{ content:"\E008";} } - &.film{ &:before{ content:"\E009";} } - &.magic{ &:before{ content:"\E010";} } - &.envelope{ &:before{ content:"\2709";} } - &.camera{ &:before{ content:"\E011";} } - &.heart{ &:before{ content:"\E013";} } - &.beach_umbrella{ &:before{ content:"\E014";} } - &.train{ &:before{ content:"\E015";} } - &.print{ &:before{ content:"\E016";} } - &.bin{ &:before{ content:"\E017";} } - &.music{ &:before{ content:"\E018";} } - &.note{ &:before{ content:"\E019";} } - &.heart_empty{ &:before{ content:"\E020";} } - &.home{ &:before{ content:"\E021";} } - &.snowflake{ &:before{ content:"\2744";} } - &.fire{ &:before{ content:"\E023";} } - &.magnet{ &:before{ content:"\E024";} } - &.parents{ &:before{ content:"\E025";} } - &.binoculars{ &:before{ content:"\E026";} } - &.road{ &:before{ content:"\E027";} } - &.search{ &:before{ content:"\E028";} } - &.cars{ &:before{ content:"\E029";} } - &.notes_2{ &:before{ content:"\E030";} } - &.pencil{ &:before{ content:"\270F";} } - &.bus{ &:before{ content:"\E032";} } - &.wifi_alt{ &:before{ content:"\E033";} } - &.luggage{ &:before{ content:"\E034";} } - &.old_man{ &:before{ content:"\E035";} } - &.woman{ &:before{ content:"\E036";} } - &.file{ &:before{ content:"\E037";} } - &.coins{ &:before{ content:"\E038";} } - &.airplane{ &:before{ content:"\2708";} } - &.notes{ &:before{ content:"\E040";} } - &.stats{ &:before{ content:"\E041";} } - &.charts{ &:before{ content:"\E042";} } - &.pie_chart{ &:before{ content:"\E043";} } - &.group{ &:before{ content:"\E044";} } - &.keys{ &:before{ content:"\E045";} } - &.calendar{ &:before{ content:"\E046";} } - &.router{ &:before{ content:"\E047";} } - &.camera_small{ &:before{ content:"\E048";} } - &.dislikes{ &:before{ content:"\E049";} } - &.star{ &:before{ content:"\E050";} } - &.link{ &:before{ content:"\E051";} } - &.eye_open{ &:before{ content:"\E052";} } - &.eye_close{ &:before{ content:"\E053";} } - &.alarm{ &:before{ content:"\E054";} } - &.clock{ &:before{ content:"\E055";} } - &.stopwatch{ &:before{ content:"\E056";} } - &.projector{ &:before{ content:"\E057";} } - &.history{ &:before{ content:"\E058";} } - &.truck{ &:before{ content:"\E059";} } - &.cargo{ &:before{ content:"\E060";} } - &.compass{ &:before{ content:"\E061";} } - &.keynote{ &:before{ content:"\E062";} } - &.paperclip{ &:before{ content:"\E063";} } - &.power{ &:before{ content:"\E064";} } - &.lightbulb{ &:before{ content:"\E065";} } - &.tag{ &:before{ content:"\E066";} } - &.tags{ &:before{ content:"\E067";} } - &.cleaning{ &:before{ content:"\E068";} } - &.ruller{ &:before{ content:"\E069";} } - &.gift{ &:before{ content:"\E070";} } - &.umbrella{ &:before{ content:"\2602";} } - &.book{ &:before{ content:"\E072";} } - &.bookmark{ &:before{ content:"\E073";} } - &.wifi{ &:before{ content:"\E074";} } - &.cup{ &:before{ content:"\E075";} } - &.stroller{ &:before{ content:"\E076";} } - &.headphones{ &:before{ content:"\E077";} } - &.headset{ &:before{ content:"\E078";} } - &.warning_sign{ &:before{ content:"\E079";} } - &.signal{ &:before{ content:"\E080";} } - &.retweet{ &:before{ content:"\E081";} } - &.refresh{ &:before{ content:"\E082";} } - &.roundabout{ &:before{ content:"\E083";} } - &.random{ &:before{ content:"\E084";} } - &.heat{ &:before{ content:"\E085";} } - &.repeat{ &:before{ content:"\E086";} } - &.display{ &:before{ content:"\E087";} } - &.log_book{ &:before{ content:"\E088";} } - &.address_book{ &:before{ content:"\E089";} } - &.building{ &:before{ content:"\E090";} } - &.eyedropper{ &:before{ content:"\E091";} } - &.adjust{ &:before{ content:"\E092";} } - &.tint{ &:before{ content:"\E093";} } - &.crop{ &:before{ content:"\E094";} } - &.vector_path_square{ &:before{ content:"\E095";} } - &.vector_path_circle{ &:before{ content:"\E096";} } - &.vector_path_polygon{ &:before{ content:"\E097";} } - &.vector_path_line{ &:before{ content:"\E098";} } - &.vector_path_curve{ &:before{ content:"\E099";} } - &.vector_path_all{ &:before{ content:"\E100";} } - &.font{ &:before{ content:"\E101";} } - &.italic{ &:before{ content:"\E102";} } - &.bold{ &:before{ content:"\E103";} } - &.text_underline{ &:before{ content:"\E104";} } - &.text_strike{ &:before{ content:"\E105";} } - &.text_height{ &:before{ content:"\E106";} } - &.text_width{ &:before{ content:"\E107";} } - &.text_resize{ &:before{ content:"\E108";} } - &.left_indent{ &:before{ content:"\E109";} } - &.right_indent{ &:before{ content:"\E110";} } - &.align_left{ &:before{ content:"\E111";} } - &.align_center{ &:before{ content:"\E112";} } - &.align_right{ &:before{ content:"\E113";} } - &.justify{ &:before{ content:"\E114";} } - &.list{ &:before{ content:"\E115";} } - &.text_smaller{ &:before{ content:"\E116";} } - &.text_bigger{ &:before{ content:"\E117";} } - &.embed{ &:before{ content:"\E118";} } - &.embed_close{ &:before{ content:"\E119";} } - &.table{ &:before{ content:"\E120";} } - &.message_full{ &:before{ content:"\E121";} } - &.message_empty{ &:before{ content:"\E122";} } - &.message_in{ &:before{ content:"\E123";} } - &.message_out{ &:before{ content:"\E124";} } - &.message_plus{ &:before{ content:"\E125";} } - &.message_minus{ &:before{ content:"\E126";} } - &.message_ban{ &:before{ content:"\E127";} } - &.message_flag{ &:before{ content:"\E128";} } - &.message_lock{ &:before{ content:"\E129";} } - &.message_new{ &:before{ content:"\E130";} } - &.inbox{ &:before{ content:"\E131";} } - &.inbox_plus{ &:before{ content:"\E132";} } - &.inbox_minus{ &:before{ content:"\E133";} } - &.inbox_lock{ &:before{ content:"\E134";} } - &.inbox_in{ &:before{ content:"\E135";} } - &.inbox_out{ &:before{ content:"\E136";} } - &.cogwheel{ &:before{ content:"\E137";} } - &.cogwheels{ &:before{ content:"\E138";} } - &.picture{ &:before{ content:"\E139";} } - &.adjust_alt{ &:before{ content:"\E140";} } - &.database_lock{ &:before{ content:"\E141";} } - &.database_plus{ &:before{ content:"\E142";} } - &.database_minus{ &:before{ content:"\E143";} } - &.database_ban{ &:before{ content:"\E144";} } - &.folder_open{ &:before{ content:"\E145";} } - &.folder_plus{ &:before{ content:"\E146";} } - &.folder_minus{ &:before{ content:"\E147";} } - &.folder_lock{ &:before{ content:"\E148";} } - &.folder_flag{ &:before{ content:"\E149";} } - &.folder_new{ &:before{ content:"\E150";} } - &.edit{ &:before{ content:"\E151";} } - &.new_window{ &:before{ content:"\E152";} } - &.check{ &:before{ content:"\E153";} } - &.unchecked{ &:before{ content:"\E154";} } - &.more_windows{ &:before{ content:"\E155";} } - &.show_big_thumbnails{ &:before{ content:"\E156";} } - &.show_thumbnails{ &:before{ content:"\E157";} } - &.show_thumbnails_with_lines{ &:before{ content:"\E158";} } - &.show_lines{ &:before{ content:"\E159";} } - &.playlist{ &:before{ content:"\E160";} } - &.imac{ &:before{ content:"\E161";} } - &.macbook{ &:before{ content:"\E162";} } - &.ipad{ &:before{ content:"\E163";} } - &.iphone{ &:before{ content:"\E164";} } - &.iphone_transfer{ &:before{ content:"\E165";} } - &.iphone_exchange{ &:before{ content:"\E166";} } - &.ipod{ &:before{ content:"\E167";} } - &.ipod_shuffle{ &:before{ content:"\E168";} } - &.ear_plugs{ &:before{ content:"\E169";} } - &.record{ &:before{ content:"\E170";} } - &.step_backward{ &:before{ content:"\E171";} } - &.fast_backward{ &:before{ content:"\E172";} } - &.rewind{ &:before{ content:"\E173";} } - &.play{ &:before{ content:"\E174";} } - &.pause{ &:before{ content:"\E175";} } - &.stop{ &:before{ content:"\E176";} } - &.forward{ &:before{ content:"\E177";} } - &.fast_forward{ &:before{ content:"\E178";} } - &.step_forward{ &:before{ content:"\E179";} } - &.eject{ &:before{ content:"\E180";} } - &.facetime_video{ &:before{ content:"\E181";} } - &.download_alt{ &:before{ content:"\E182";} } - &.mute{ &:before{ content:"\E183";} } - &.volume_down{ &:before{ content:"\E184";} } - &.volume_up{ &:before{ content:"\E185";} } - &.screenshot{ &:before{ content:"\E186";} } - &.move{ &:before{ content:"\E187";} } - &.more{ &:before{ content:"\E188";} } - &.brightness_reduce{ &:before{ content:"\E189";} } - &.brightness_increase{ &:before{ content:"\E190";} } - &.circle_plus{ &:before{ content:"\E191";} } - &.circle_minus{ &:before{ content:"\E192";} } - &.circle_remove{ &:before{ content:"\E193";} } - &.circle_ok{ &:before{ content:"\E194";} } - &.circle_question_mark{ &:before{ content:"\E195";} } - &.circle_info{ &:before{ content:"\E196";} } - &.circle_exclamation_mark{ &:before{ content:"\E197";} } - &.remove{ &:before{ content:"\E198";} } - &.ok{ &:before{ content:"\E199";} } - &.ban{ &:before{ content:"\E200";} } - &.download{ &:before{ content:"\E201";} } - &.upload{ &:before{ content:"\E202";} } - &.shopping_cart{ &:before{ content:"\E203";} } - &.lock{ &:before{ content:"\E204";} } - &.unlock{ &:before{ content:"\E205";} } - &.electricity{ &:before{ content:"\E206";} } - &.ok_2{ &:before{ content:"\E207";} } - &.remove_2{ &:before{ content:"\E208";} } - &.cart_out{ &:before{ content:"\E209";} } - &.cart_in{ &:before{ content:"\E210";} } - &.left_arrow{ &:before{ content:"\E211";} } - &.right_arrow{ &:before{ content:"\E212";} } - &.down_arrow{ &:before{ content:"\E213";} } - &.up_arrow{ &:before{ content:"\E214";} } - &.resize_small{ &:before{ content:"\E215";} } - &.resize_full{ &:before{ content:"\E216";} } - &.circle_arrow_left{ &:before{ content:"\E217";} } - &.circle_arrow_right{ &:before{ content:"\E218";} } - &.circle_arrow_top{ &:before{ content:"\E219";} } - &.circle_arrow_down{ &:before{ content:"\E220";} } - &.play_button{ &:before{ content:"\E221";} } - &.unshare{ &:before{ content:"\E222";} } - &.share{ &:before{ content:"\E223";} } - &.chevron-right{ &:before{ content:"\E224";} } - &.chevron-left{ &:before{ content:"\E225";} } - &.bluetooth{ &:before{ content:"\E226";} } - &.euro{ &:before{ content:"\20AC";} } - &.usd{ &:before{ content:"\E228";} } - &.gbp{ &:before{ content:"\E229";} } - &.retweet_2{ &:before{ content:"\E230";} } - &.moon{ &:before{ content:"\E231";} } - &.sun{ &:before{ content:"\2609";} } - &.cloud{ &:before{ content:"\2601";} } - &.direction{ &:before{ content:"\E234";} } - &.brush{ &:before{ content:"\E235";} } - &.pen{ &:before{ content:"\E236";} } - &.zoom_in{ &:before{ content:"\E237";} } - &.zoom_out{ &:before{ content:"\E238";} } - &.pin{ &:before{ content:"\E239";} } - &.albums{ &:before{ content:"\E240";} } - &.rotation_lock{ &:before{ content:"\E241";} } - &.flash{ &:before{ content:"\E242";} } - &.google_maps{ &:before{ content:"\E243";} } - &.anchor{ &:before{ content:"\2693";} } - &.conversation{ &:before{ content:"\E245";} } - &.chat{ &:before{ content:"\E246";} } - &.male{ &:before{ content:"\E247";} } - &.female{ &:before{ content:"\E248";} } - &.asterisk{ &:before{ content:"\002A";} } - &.divide{ &:before{ content:"\00F7";} } - &.snorkel_diving{ &:before{ content:"\E251";} } - &.scuba_diving{ &:before{ content:"\E252";} } - &.oxygen_bottle{ &:before{ content:"\E253";} } - &.fins{ &:before{ content:"\E254";} } - &.fishes{ &:before{ content:"\E255";} } - &.boat{ &:before{ content:"\E256";} } - &.delete{ &:before{ content:"\E257";} } - &.sheriffs_star{ &:before{ content:"\E258";} } - &.qrcode{ &:before{ content:"\E259";} } - &.barcode{ &:before{ content:"\E260";} } - &.pool{ &:before{ content:"\E261";} } - &.buoy{ &:before{ content:"\E262";} } - &.spade{ &:before{ content:"\E263";} } - &.bank{ &:before{ content:"\E264";} } - &.vcard{ &:before{ content:"\E265";} } - &.electrical_plug{ &:before{ content:"\E266";} } - &.flag{ &:before{ content:"\E267";} } - &.credit_card{ &:before{ content:"\E268";} } - &.keyboard-wireless{ &:before{ content:"\E269";} } - &.keyboard-wired{ &:before{ content:"\E270";} } - &.shield{ &:before{ content:"\E271";} } - &.ring{ &:before{ content:"\02DA";} } - &.cake{ &:before{ content:"\E273";} } - &.drink{ &:before{ content:"\E274";} } - &.beer{ &:before{ content:"\E275";} } - &.fast_food{ &:before{ content:"\E276";} } - &.cutlery{ &:before{ content:"\E277";} } - &.pizza{ &:before{ content:"\E278";} } - &.birthday_cake{ &:before{ content:"\E279";} } - &.tablet{ &:before{ content:"\E280";} } - &.settings{ &:before{ content:"\E281";} } - &.bullets{ &:before{ content:"\E282";} } - &.cardio{ &:before{ content:"\E283";} } - &.t-shirt{ &:before{ content:"\E284";} } - &.pants{ &:before{ content:"\E285";} } - &.sweater{ &:before{ content:"\E286";} } - &.fabric{ &:before{ content:"\E287";} } - &.leather{ &:before{ content:"\E288";} } - &.scissors{ &:before{ content:"\E289";} } - &.bomb{ &:before{ content:"\E290";} } - &.skull{ &:before{ content:"\E291";} } - &.celebration{ &:before{ content:"\E292";} } - &.tea_kettle{ &:before{ content:"\E293";} } - &.french_press{ &:before{ content:"\E294";} } - &.coffee_cup{ &:before{ content:"\E295";} } - &.pot{ &:before{ content:"\E296";} } - &.grater{ &:before{ content:"\E297";} } - &.kettle{ &:before{ content:"\E298";} } - &.hospital{ &:before{ content:"\E299";} } - &.hospital_h{ &:before{ content:"\E300";} } - &.microphone{ &:before{ content:"\E301";} } - &.webcam{ &:before{ content:"\E302";} } - &.temple_christianity_church{ &:before{ content:"\E303";} } - &.temple_islam{ &:before{ content:"\E304";} } - &.temple_hindu{ &:before{ content:"\E305";} } - &.temple_buddhist{ &:before{ content:"\E306";} } - &.bicycle{ &:before{ content:"\E307";} } - &.life_preserver{ &:before{ content:"\E308";} } - &.share_alt{ &:before{ content:"\E309";} } - &.comments{ &:before{ content:"\E310";} } - &.flower{ &:before{ content:"\2698";} } - &.baseball{ &:before{ content:"\26BE";} } - &.rugby{ &:before{ content:"\E313";} } - &.ax{ &:before{ content:"\E314";} } - &.table_tennis{ &:before{ content:"\E315";} } - &.bowling{ &:before{ content:"\E316";} } - &.tree_conifer{ &:before{ content:"\E317";} } - &.tree_deciduous{ &:before{ content:"\E318";} } - &.more_items{ &:before{ content:"\E319";} } - &.sort{ &:before{ content:"\E320";} } - &.filter{ &:before{ content:"\E321";} } - &.gamepad{ &:before{ content:"\E322";} } - &.playing_dices{ &:before{ content:"\E323";} } - &.calculator{ &:before{ content:"\E324";} } - &.tie{ &:before{ content:"\E325";} } - &.wallet{ &:before{ content:"\E326";} } - &.piano{ &:before{ content:"\E327";} } - &.sampler{ &:before{ content:"\E328";} } - &.podium{ &:before{ content:"\E329";} } - &.soccer_ball{ &:before{ content:"\E330";} } - &.blog{ &:before{ content:"\E331";} } - &.dashboard{ &:before{ content:"\E332";} } - &.certificate{ &:before{ content:"\E333";} } - &.bell{ &:before{ content:"\E334";} } - &.candle{ &:before{ content:"\E335";} } - &.pushpin{ &:before{ content:"\E336";} } - &.iphone_shake{ &:before{ content:"\E337";} } - &.pin_flag{ &:before{ content:"\E338";} } - &.turtle{ &:before{ content:"\E339";} } - &.rabbit{ &:before{ content:"\E340";} } - &.globe{ &:before{ content:"\E341";} } - &.briefcase{ &:before{ content:"\E342";} } - &.hdd{ &:before{ content:"\E343";} } - &.thumbs_up{ &:before{ content:"\E344";} } - &.thumbs_down{ &:before{ content:"\E345";} } - &.hand_right{ &:before{ content:"\E346";} } - &.hand_left{ &:before{ content:"\E347";} } - &.hand_up{ &:before{ content:"\E348";} } - &.hand_down{ &:before{ content:"\E349";} } - &.fullscreen{ &:before{ content:"\E350";} } - &.shopping_bag{ &:before{ content:"\E351";} } - &.book_open{ &:before{ content:"\E352";} } - &.nameplate{ &:before{ content:"\E353";} } - &.nameplate_alt{ &:before{ content:"\E354";} } - &.vases{ &:before{ content:"\E355";} } - &.bullhorn{ &:before{ content:"\E356";} } - &.dumbbell{ &:before{ content:"\E357";} } - &.suitcase{ &:before{ content:"\E358";} } - &.file_import{ &:before{ content:"\E359";} } - &.file_export{ &:before{ content:"\E360";} } - &.bug{ &:before{ content:"\E361";} } - &.crown{ &:before{ content:"\E362";} } - &.smoking{ &:before{ content:"\E363";} } - &.cloud-download{ &:before{ content:"\E364";} } - &.cloud-upload{ &:before{ content:"\E365";} } - &.restart{ &:before{ content:"\E366";} } - &.security_camera{ &:before{ content:"\E367";} } - &.expand{ &:before{ content:"\E368";} } - &.collapse{ &:before{ content:"\E369";} } - &.collapse_top{ &:before{ content:"\E370";} } - &.globe_af{ &:before{ content:"\E371";} } - &.global{ &:before{ content:"\E372";} } - &.spray{ &:before{ content:"\E373";} } - &.nails{ &:before{ content:"\E374";} } - &.claw_hammer{ &:before{ content:"\E375";} } - &.classic_hammer{ &:before{ content:"\E376";} } - &.hand_saw{ &:before{ content:"\E377";} } - &.riflescope{ &:before{ content:"\E378";} } - &.electrical_socket_eu{ &:before{ content:"\E379";} } - &.electrical_socket_us{ &:before{ content:"\E380";} } - &.message_forward{ &:before{ content:"\E381";} } - &.coat_hanger{ &:before{ content:"\E382";} } - &.dress{ &:before{ content:"\E383";} } - &.bathrobe{ &:before{ content:"\E384";} } - &.shirt{ &:before{ content:"\E385";} } - &.underwear{ &:before{ content:"\E386";} } - &.log_in{ &:before{ content:"\E387";} } - &.log_out{ &:before{ content:"\E388";} } - &.exit{ &:before{ content:"\E389";} } - &.new_window_alt{ &:before{ content:"\E390";} } - &.video_sd{ &:before{ content:"\E391";} } - &.video_hd{ &:before{ content:"\E392";} } - &.subtitles{ &:before{ content:"\E393";} } - &.sound_stereo{ &:before{ content:"\E394";} } - &.sound_dolby{ &:before{ content:"\E395";} } - &.sound_5_1{ &:before{ content:"\E396";} } - &.sound_6_1{ &:before{ content:"\E397";} } - &.sound_7_1{ &:before{ content:"\E398";} } - &.copyright_mark{ &:before{ content:"\E399";} } - &.registration_mark{ &:before{ content:"\E400";} } - &.radar{ &:before{ content:"\E401";} } - &.skateboard{ &:before{ content:"\E402";} } - &.golf_course{ &:before{ content:"\E403";} } - &.sorting{ &:before{ content:"\E404";} } - &.sort-by-alphabet{ &:before{ content:"\E405";} } - &.sort-by-alphabet-alt{ &:before{ content:"\E406";} } - &.sort-by-order{ &:before{ content:"\E407";} } - &.sort-by-order-alt{ &:before{ content:"\E408";} } - &.sort-by-attributes{ &:before{ content:"\E409";} } - &.sort-by-attributes-alt{ &:before{ content:"\E410";} } - &.compressed{ &:before{ content:"\E411";} } - &.package{ &:before{ content:"\E412";} } - &.cloud_plus{ &:before{ content:"\E413";} } - &.cloud_minus{ &:before{ content:"\E414";} } - &.disk_save{ &:before{ content:"\E415";} } - &.disk_open{ &:before{ content:"\E416";} } - &.disk_saved{ &:before{ content:"\E417";} } - &.disk_remove{ &:before{ content:"\E418";} } - &.disk_import{ &:before{ content:"\E419";} } - &.disk_export{ &:before{ content:"\E420";} } - &.tower{ &:before{ content:"\E421";} } - &.send{ &:before{ content:"\E422";} } - &.git_branch{ &:before{ content:"\E423";} } - &.git_create{ &:before{ content:"\E424";} } - &.git_private{ &:before{ content:"\E425";} } - &.git_delete{ &:before{ content:"\E426";} } - &.git_merge{ &:before{ content:"\E427";} } - &.git_pull_request{ &:before{ content:"\E428";} } - &.git_compare{ &:before{ content:"\E429";} } - &.git_commit{ &:before{ content:"\E430";} } - &.construction_cone{ &:before{ content:"\E431";} } - &.shoe_steps{ &:before{ content:"\E432";} } - &.plus{ &:before{ content:"\002B";} } - &.minus{ &:before{ content:"\2212";} } - &.redo{ &:before{ content:"\E435";} } - &.undo{ &:before{ content:"\E436";} } - &.golf{ &:before{ content:"\E437";} } - &.hockey{ &:before{ content:"\E438";} } - &.pipe{ &:before{ content:"\E439";} } - &.wrench{ &:before{ content:"\E440";} } - &.folder_closed{ &:before{ content:"\E441";} } - &.phone_alt{ &:before{ content:"\E442";} } - &.earphone{ &:before{ content:"\E443";} } - &.floppy_disk{ &:before{ content:"\E444";} } - &.floppy_saved{ &:before{ content:"\E445";} } - &.floppy_remove{ &:before{ content:"\E446";} } - &.floppy_save{ &:before{ content:"\E447";} } - &.floppy_open{ &:before{ content:"\E448";} } - &.translate{ &:before{ content:"\E449";} } - &.fax{ &:before{ content:"\E450";} } - &.factory{ &:before{ content:"\E451";} } - &.shop_window{ &:before{ content:"\E452";} } - &.shop{ &:before{ content:"\E453";} } - &.kiosk{ &:before{ content:"\E454";} } - &.kiosk_wheels{ &:before{ content:"\E455";} } - &.kiosk_light{ &:before{ content:"\E456";} } - &.kiosk_food{ &:before{ content:"\E457";} } - &.transfer{ &:before{ content:"\E458";} } - &.money{ &:before{ content:"\E459";} } - &.header{ &:before{ content:"\E460";} } - &.blacksmith{ &:before{ content:"\E461";} } - &.saw_blade{ &:before{ content:"\E462";} } - &.basketball{ &:before{ content:"\E463";} } - &.server{ &:before{ content:"\E464";} } - &.server_plus{ &:before{ content:"\E465";} } - &.server_minus{ &:before{ content:"\E466";} } - &.server_ban{ &:before{ content:"\E467";} } - &.server_flag{ &:before{ content:"\E468";} } - &.server_lock{ &:before{ content:"\E469";} } - &.server_new{ &:before{ content:"\E470";} } - -} - -// IMAGE ICONS -.glyphicons-icon{ - display: inline-block; - width: 48px; - height: 48px; - margin:0 8px 0 0; - line-height: 14px; - vertical-align: text-top; - background-image: url(../images/glyphicons.svg); - background-position: 0 0; - background-repeat: no-repeat; - vertical-align: top; - *display: inline; - *zoom: 1; - *margin-right: .3em; - - // OPERA BUG SVG FIX v9.5 - v12 - _:-o-prefocus, &{ - background-image: url(../images/glyphicons.png); - } - .no-inlinesvg &{ - background-image: url(../images/glyphicons.png); - } - &.white{ - background-image: url(../images/glyphicons-white.svg); - - // OPERA BUG SVG FIX v9.5 - v12 - _:-o-prefocus, &{ - background-image: url(../images/glyphicons-white.png); - } - .no-inlinesvg &{ - background-image: url(../images/glyphicons-white.png); - } - } - - &.glass{ background-position: 4px 11px; } - &.leaf{ background-position: -44px 11px; } - &.dog{ background-position: -92px 11px; } - &.user{ background-position: -140px 11px; } - &.girl{ background-position: -188px 11px; } - &.car{ background-position: -236px 11px; } - &.user_add{ background-position: -284px 11px; } - &.user_remove{ background-position: -332px 11px; } - &.film{ background-position: -380px 11px; } - &.magic{ background-position: -428px 11px; } - &.envelope{ background-position: 4px -37px; } - &.camera{ background-position: -44px -37px; } - &.heart{ background-position: -92px -37px; } - &.beach_umbrella{ background-position: -140px -37px; } - &.train{ background-position: -188px -37px; } - &.print{ background-position: -236px -37px; } - &.bin{ background-position: -284px -37px; } - &.music{ background-position: -332px -37px; } - &.note{ background-position: -380px -37px; } - &.heart_empty{ background-position: -428px -37px; } - &.home{ background-position: 4px -85px; } - &.snowflake{ background-position: -44px -85px; } - &.fire{ background-position: -92px -85px; } - &.magnet{ background-position: -140px -85px; } - &.parents{ background-position: -188px -85px; } - &.binoculars{ background-position: -236px -85px; } - &.road{ background-position: -284px -85px; } - &.search{ background-position: -332px -85px; } - &.cars{ background-position: -380px -85px; } - &.notes_2{ background-position: -428px -85px; } - &.pencil{ background-position: 4px -133px; } - &.bus{ background-position: -44px -133px; } - &.wifi_alt{ background-position: -92px -133px; } - &.luggage{ background-position: -140px -133px; } - &.old_man{ background-position: -188px -133px; } - &.woman{ background-position: -236px -133px; } - &.file{ background-position: -284px -133px; } - &.coins{ background-position: -332px -133px; } - &.airplane{ background-position: -380px -133px; } - &.notes{ background-position: -428px -133px; } - &.stats{ background-position: 4px -181px; } - &.charts{ background-position: -44px -181px; } - &.pie_chart{ background-position: -92px -181px; } - &.group{ background-position: -140px -181px; } - &.keys{ background-position: -188px -181px; } - &.calendar{ background-position: -236px -181px; } - &.router{ background-position: -284px -181px; } - &.camera_small{ background-position: -332px -181px; } - &.dislikes{ background-position: -380px -181px; } - &.star{ background-position: -428px -181px; } - &.link{ background-position: 4px -229px; } - &.eye_open{ background-position: -44px -229px; } - &.eye_close{ background-position: -92px -229px; } - &.alarm{ background-position: -140px -229px; } - &.clock{ background-position: -188px -229px; } - &.stopwatch{ background-position: -236px -229px; } - &.projector{ background-position: -284px -229px; } - &.history{ background-position: -332px -229px; } - &.truck{ background-position: -380px -229px; } - &.cargo{ background-position: -428px -229px; } - &.compass{ background-position: 4px -277px; } - &.keynote{ background-position: -44px -277px; } - &.paperclip{ background-position: -92px -277px; } - &.power{ background-position: -140px -277px; } - &.lightbulb{ background-position: -188px -277px; } - &.tag{ background-position: -236px -277px; } - &.tags{ background-position: -284px -277px; } - &.cleaning{ background-position: -332px -277px; } - &.ruller{ background-position: -380px -277px; } - &.gift{ background-position: -428px -277px; } - &.umbrella{ background-position: 4px -325px; } - &.book{ background-position: -44px -325px; } - &.bookmark{ background-position: -92px -325px; } - &.wifi{ background-position: -140px -325px; } - &.cup{ background-position: -188px -325px; } - &.stroller{ background-position: -236px -325px; } - &.headphones{ background-position: -284px -325px; } - &.headset{ background-position: -332px -325px; } - &.warning_sign{ background-position: -380px -325px; } - &.signal{ background-position: -428px -325px; } - &.retweet{ background-position: 4px -373px; } - &.refresh{ background-position: -44px -373px; } - &.roundabout{ background-position: -92px -373px; } - &.random{ background-position: -140px -373px; } - &.heat{ background-position: -188px -373px; } - &.repeat{ background-position: -236px -373px; } - &.display{ background-position: -284px -373px; } - &.log_book{ background-position: -332px -373px; } - &.address_book{ background-position: -380px -373px; } - &.building{ background-position: -428px -373px; } - &.eyedropper{ background-position: 4px -421px; } - &.adjust{ background-position: -44px -421px; } - &.tint{ background-position: -92px -421px; } - &.crop{ background-position: -140px -421px; } - &.vector_path_square{ background-position: -188px -421px; } - &.vector_path_circle{ background-position: -236px -421px; } - &.vector_path_polygon{ background-position: -284px -421px; } - &.vector_path_line{ background-position: -332px -421px; } - &.vector_path_curve{ background-position: -380px -421px; } - &.vector_path_all{ background-position: -428px -421px; } - &.font{ background-position: 4px -469px; } - &.italic{ background-position: -44px -469px; } - &.bold{ background-position: -92px -469px; } - &.text_underline{ background-position: -140px -469px; } - &.text_strike{ background-position: -188px -469px; } - &.text_height{ background-position: -236px -469px; } - &.text_width{ background-position: -284px -469px; } - &.text_resize{ background-position: -332px -469px; } - &.left_indent{ background-position: -380px -469px; } - &.right_indent{ background-position: -428px -469px; } - &.align_left{ background-position: 4px -517px; } - &.align_center{ background-position: -44px -517px; } - &.align_right{ background-position: -92px -517px; } - &.justify{ background-position: -140px -517px; } - &.list{ background-position: -188px -517px; } - &.text_smaller{ background-position: -236px -517px; } - &.text_bigger{ background-position: -284px -517px; } - &.embed{ background-position: -332px -517px; } - &.embed_close{ background-position: -380px -517px; } - &.table{ background-position: -428px -517px; } - &.message_full{ background-position: 4px -565px; } - &.message_empty{ background-position: -44px -565px; } - &.message_in{ background-position: -92px -565px; } - &.message_out{ background-position: -140px -565px; } - &.message_plus{ background-position: -188px -565px; } - &.message_minus{ background-position: -236px -565px; } - &.message_ban{ background-position: -284px -565px; } - &.message_flag{ background-position: -332px -565px; } - &.message_lock{ background-position: -380px -565px; } - &.message_new{ background-position: -428px -565px; } - &.inbox{ background-position: 4px -613px; } - &.inbox_plus{ background-position: -44px -613px; } - &.inbox_minus{ background-position: -92px -613px; } - &.inbox_lock{ background-position: -140px -613px; } - &.inbox_in{ background-position: -188px -613px; } - &.inbox_out{ background-position: -236px -613px; } - &.cogwheel{ background-position: -284px -613px; } - &.cogwheels{ background-position: -332px -613px; } - &.picture{ background-position: -380px -613px; } - &.adjust_alt{ background-position: -428px -613px; } - &.database_lock{ background-position: 4px -661px; } - &.database_plus{ background-position: -44px -661px; } - &.database_minus{ background-position: -92px -661px; } - &.database_ban{ background-position: -140px -661px; } - &.folder_open{ background-position: -188px -661px; } - &.folder_plus{ background-position: -236px -661px; } - &.folder_minus{ background-position: -284px -661px; } - &.folder_lock{ background-position: -332px -661px; } - &.folder_flag{ background-position: -380px -661px; } - &.folder_new{ background-position: -428px -661px; } - &.edit{ background-position: 4px -709px; } - &.new_window{ background-position: -44px -709px; } - &.check{ background-position: -92px -709px; } - &.unchecked{ background-position: -140px -709px; } - &.more_windows{ background-position: -188px -709px; } - &.show_big_thumbnails{ background-position: -236px -709px; } - &.show_thumbnails{ background-position: -284px -709px; } - &.show_thumbnails_with_lines{ background-position: -332px -709px; } - &.show_lines{ background-position: -380px -709px; } - &.playlist{ background-position: -428px -709px; } - &.imac{ background-position: 4px -757px; } - &.macbook{ background-position: -44px -757px; } - &.ipad{ background-position: -92px -757px; } - &.iphone{ background-position: -140px -757px; } - &.iphone_transfer{ background-position: -188px -757px; } - &.iphone_exchange{ background-position: -236px -757px; } - &.ipod{ background-position: -284px -757px; } - &.ipod_shuffle{ background-position: -332px -757px; } - &.ear_plugs{ background-position: -380px -757px; } - &.record{ background-position: -428px -757px; } - &.step_backward{ background-position: 4px -805px; } - &.fast_backward{ background-position: -44px -805px; } - &.rewind{ background-position: -92px -805px; } - &.play{ background-position: -140px -805px; } - &.pause{ background-position: -188px -805px; } - &.stop{ background-position: -236px -805px; } - &.forward{ background-position: -284px -805px; } - &.fast_forward{ background-position: -332px -805px; } - &.step_forward{ background-position: -380px -805px; } - &.eject{ background-position: -428px -805px; } - &.facetime_video{ background-position: 4px -853px; } - &.download_alt{ background-position: -44px -853px; } - &.mute{ background-position: -92px -853px; } - &.volume_down{ background-position: -140px -853px; } - &.volume_up{ background-position: -188px -853px; } - &.screenshot{ background-position: -236px -853px; } - &.move{ background-position: -284px -853px; } - &.more{ background-position: -332px -853px; } - &.brightness_reduce{ background-position: -380px -853px; } - &.brightness_increase{ background-position: -428px -853px; } - &.circle_plus{ background-position: 4px -901px; } - &.circle_minus{ background-position: -44px -901px; } - &.circle_remove{ background-position: -92px -901px; } - &.circle_ok{ background-position: -140px -901px; } - &.circle_question_mark{ background-position: -188px -901px; } - &.circle_info{ background-position: -236px -901px; } - &.circle_exclamation_mark{ background-position: -284px -901px; } - &.remove{ background-position: -332px -901px; } - &.ok{ background-position: -380px -901px; } - &.ban{ background-position: -428px -901px; } - &.download{ background-position: 4px -949px; } - &.upload{ background-position: -44px -949px; } - &.shopping_cart{ background-position: -92px -949px; } - &.lock{ background-position: -140px -949px; } - &.unlock{ background-position: -188px -949px; } - &.electricity{ background-position: -236px -949px; } - &.ok_2{ background-position: -284px -949px; } - &.remove_2{ background-position: -332px -949px; } - &.cart_out{ background-position: -380px -949px; } - &.cart_in{ background-position: -428px -949px; } - &.left_arrow{ background-position: 4px -997px; } - &.right_arrow{ background-position: -44px -997px; } - &.down_arrow{ background-position: -92px -997px; } - &.up_arrow{ background-position: -140px -997px; } - &.resize_small{ background-position: -188px -997px; } - &.resize_full{ background-position: -236px -997px; } - &.circle_arrow_left{ background-position: -284px -997px; } - &.circle_arrow_right{ background-position: -332px -997px; } - &.circle_arrow_top{ background-position: -380px -997px; } - &.circle_arrow_down{ background-position: -428px -997px; } - &.play_button{ background-position: 4px -1045px; } - &.unshare{ background-position: -44px -1045px; } - &.share{ background-position: -92px -1045px; } - &.chevron-right{ background-position: -140px -1045px; } - &.chevron-left{ background-position: -188px -1045px; } - &.bluetooth{ background-position: -236px -1045px; } - &.euro{ background-position: -284px -1045px; } - &.usd{ background-position: -332px -1045px; } - &.gbp{ background-position: -380px -1045px; } - &.retweet_2{ background-position: -428px -1045px; } - &.moon{ background-position: 4px -1093px; } - &.sun{ background-position: -44px -1093px; } - &.cloud{ background-position: -92px -1093px; } - &.direction{ background-position: -140px -1093px; } - &.brush{ background-position: -188px -1093px; } - &.pen{ background-position: -236px -1093px; } - &.zoom_in{ background-position: -284px -1093px; } - &.zoom_out{ background-position: -332px -1093px; } - &.pin{ background-position: -380px -1093px; } - &.albums{ background-position: -428px -1093px; } - &.rotation_lock{ background-position: 4px -1141px; } - &.flash{ background-position: -44px -1141px; } - &.google_maps{ background-position: -92px -1141px; } - &.anchor{ background-position: -140px -1141px; } - &.conversation{ background-position: -188px -1141px; } - &.chat{ background-position: -236px -1141px; } - &.male{ background-position: -284px -1141px; } - &.female{ background-position: -332px -1141px; } - &.asterisk{ background-position: -380px -1141px; } - &.divide{ background-position: -428px -1141px; } - &.snorkel_diving{ background-position: 4px -1189px; } - &.scuba_diving{ background-position: -44px -1189px; } - &.oxygen_bottle{ background-position: -92px -1189px; } - &.fins{ background-position: -140px -1189px; } - &.fishes{ background-position: -188px -1189px; } - &.boat{ background-position: -236px -1189px; } - &.delete{ background-position: -284px -1189px; } - &.sheriffs_star{ background-position: -332px -1189px; } - &.qrcode{ background-position: -380px -1189px; } - &.barcode{ background-position: -428px -1189px; } - &.pool{ background-position: 4px -1237px; } - &.buoy{ background-position: -44px -1237px; } - &.spade{ background-position: -92px -1237px; } - &.bank{ background-position: -140px -1237px; } - &.vcard{ background-position: -188px -1237px; } - &.electrical_plug{ background-position: -236px -1237px; } - &.flag{ background-position: -284px -1237px; } - &.credit_card{ background-position: -332px -1237px; } - &.keyboard-wireless{ background-position: -380px -1237px; } - &.keyboard-wired{ background-position: -428px -1237px; } - &.shield{ background-position: 4px -1285px; } - &.ring{ background-position: -44px -1285px; } - &.cake{ background-position: -92px -1285px; } - &.drink{ background-position: -140px -1285px; } - &.beer{ background-position: -188px -1285px; } - &.fast_food{ background-position: -236px -1285px; } - &.cutlery{ background-position: -284px -1285px; } - &.pizza{ background-position: -332px -1285px; } - &.birthday_cake{ background-position: -380px -1285px; } - &.tablet{ background-position: -428px -1285px; } - &.settings{ background-position: 4px -1333px; } - &.bullets{ background-position: -44px -1333px; } - &.cardio{ background-position: -92px -1333px; } - &.t-shirt{ background-position: -140px -1333px; } - &.pants{ background-position: -188px -1333px; } - &.sweater{ background-position: -236px -1333px; } - &.fabric{ background-position: -284px -1333px; } - &.leather{ background-position: -332px -1333px; } - &.scissors{ background-position: -380px -1333px; } - &.bomb{ background-position: -428px -1333px; } - &.skull{ background-position: 4px -1381px; } - &.celebration{ background-position: -44px -1381px; } - &.tea_kettle{ background-position: -92px -1381px; } - &.french_press{ background-position: -140px -1381px; } - &.coffee_cup{ background-position: -188px -1381px; } - &.pot{ background-position: -236px -1381px; } - &.grater{ background-position: -284px -1381px; } - &.kettle{ background-position: -332px -1381px; } - &.hospital{ background-position: -380px -1381px; } - &.hospital_h{ background-position: -428px -1381px; } - &.microphone{ background-position: 4px -1429px; } - &.webcam{ background-position: -44px -1429px; } - &.temple_christianity_church{ background-position: -92px -1429px; } - &.temple_islam{ background-position: -140px -1429px; } - &.temple_hindu{ background-position: -188px -1429px; } - &.temple_buddhist{ background-position: -236px -1429px; } - &.bicycle{ background-position: -284px -1429px; } - &.life_preserver{ background-position: -332px -1429px; } - &.share_alt{ background-position: -380px -1429px; } - &.comments{ background-position: -428px -1429px; } - &.flower{ background-position: 4px -1477px; } - &.baseball{ background-position: -44px -1477px; } - &.rugby{ background-position: -92px -1477px; } - &.ax{ background-position: -140px -1477px; } - &.table_tennis{ background-position: -188px -1477px; } - &.bowling{ background-position: -236px -1477px; } - &.tree_conifer{ background-position: -284px -1477px; } - &.tree_deciduous{ background-position: -332px -1477px; } - &.more_items{ background-position: -380px -1477px; } - &.sort{ background-position: -428px -1477px; } - &.filter{ background-position: 4px -1525px; } - &.gamepad{ background-position: -44px -1525px; } - &.playing_dices{ background-position: -92px -1525px; } - &.calculator{ background-position: -140px -1525px; } - &.tie{ background-position: -188px -1525px; } - &.wallet{ background-position: -236px -1525px; } - &.piano{ background-position: -284px -1525px; } - &.sampler{ background-position: -332px -1525px; } - &.podium{ background-position: -380px -1525px; } - &.soccer_ball{ background-position: -428px -1525px; } - &.blog{ background-position: 4px -1573px; } - &.dashboard{ background-position: -44px -1573px; } - &.certificate{ background-position: -92px -1573px; } - &.bell{ background-position: -140px -1573px; } - &.candle{ background-position: -188px -1573px; } - &.pushpin{ background-position: -236px -1573px; } - &.iphone_shake{ background-position: -284px -1573px; } - &.pin_flag{ background-position: -332px -1573px; } - &.turtle{ background-position: -380px -1573px; } - &.rabbit{ background-position: -428px -1573px; } - &.globe{ background-position: 4px -1621px; } - &.briefcase{ background-position: -44px -1621px; } - &.hdd{ background-position: -92px -1621px; } - &.thumbs_up{ background-position: -140px -1621px; } - &.thumbs_down{ background-position: -188px -1621px; } - &.hand_right{ background-position: -236px -1621px; } - &.hand_left{ background-position: -284px -1621px; } - &.hand_up{ background-position: -332px -1621px; } - &.hand_down{ background-position: -380px -1621px; } - &.fullscreen{ background-position: -428px -1621px; } - &.shopping_bag{ background-position: 4px -1669px; } - &.book_open{ background-position: -44px -1669px; } - &.nameplate{ background-position: -92px -1669px; } - &.nameplate_alt{ background-position: -140px -1669px; } - &.vases{ background-position: -188px -1669px; } - &.bullhorn{ background-position: -236px -1669px; } - &.dumbbell{ background-position: -284px -1669px; } - &.suitcase{ background-position: -332px -1669px; } - &.file_import{ background-position: -380px -1669px; } - &.file_export{ background-position: -428px -1669px; } - &.bug{ background-position: 4px -1717px; } - &.crown{ background-position: -44px -1717px; } - &.smoking{ background-position: -92px -1717px; } - &.cloud-download{ background-position: -140px -1717px; } - &.cloud-upload{ background-position: -188px -1717px; } - &.restart{ background-position: -236px -1717px; } - &.security_camera{ background-position: -284px -1717px; } - &.expand{ background-position: -332px -1717px; } - &.collapse{ background-position: -380px -1717px; } - &.collapse_top{ background-position: -428px -1717px; } - &.globe_af{ background-position: 4px -1765px; } - &.global{ background-position: -44px -1765px; } - &.spray{ background-position: -92px -1765px; } - &.nails{ background-position: -140px -1765px; } - &.claw_hammer{ background-position: -188px -1765px; } - &.classic_hammer{ background-position: -236px -1765px; } - &.hand_saw{ background-position: -284px -1765px; } - &.riflescope{ background-position: -332px -1765px; } - &.electrical_socket_eu{ background-position: -380px -1765px; } - &.electrical_socket_us{ background-position: -428px -1765px; } - &.message_forward{ background-position: 4px -1813px; } - &.coat_hanger{ background-position: -44px -1813px; } - &.dress{ background-position: -92px -1813px; } - &.bathrobe{ background-position: -140px -1813px; } - &.shirt{ background-position: -188px -1813px; } - &.underwear{ background-position: -236px -1813px; } - &.log_in{ background-position: -284px -1813px; } - &.log_out{ background-position: -332px -1813px; } - &.exit{ background-position: -380px -1813px; } - &.new_window_alt{ background-position: -428px -1813px; } - &.video_sd{ background-position: 4px -1861px; } - &.video_hd{ background-position: -44px -1861px; } - &.subtitles{ background-position: -92px -1861px; } - &.sound_stereo{ background-position: -140px -1861px; } - &.sound_dolby{ background-position: -188px -1861px; } - &.sound_5_1{ background-position: -236px -1861px; } - &.sound_6_1{ background-position: -284px -1861px; } - &.sound_7_1{ background-position: -332px -1861px; } - &.copyright_mark{ background-position: -380px -1861px; } - &.registration_mark{ background-position: -428px -1861px; } - &.radar{ background-position: 4px -1909px; } - &.skateboard{ background-position: -44px -1909px; } - &.golf_course{ background-position: -92px -1909px; } - &.sorting{ background-position: -140px -1909px; } - &.sort-by-alphabet{ background-position: -188px -1909px; } - &.sort-by-alphabet-alt{ background-position: -236px -1909px; } - &.sort-by-order{ background-position: -284px -1909px; } - &.sort-by-order-alt{ background-position: -332px -1909px; } - &.sort-by-attributes{ background-position: -380px -1909px; } - &.sort-by-attributes-alt{ background-position: -428px -1909px; } - &.compressed{ background-position: 4px -1957px; } - &.package{ background-position: -44px -1957px; } - &.cloud_plus{ background-position: -92px -1957px; } - &.cloud_minus{ background-position: -140px -1957px; } - &.disk_save{ background-position: -188px -1957px; } - &.disk_open{ background-position: -236px -1957px; } - &.disk_saved{ background-position: -284px -1957px; } - &.disk_remove{ background-position: -332px -1957px; } - &.disk_import{ background-position: -380px -1957px; } - &.disk_export{ background-position: -428px -1957px; } - &.tower{ background-position: 4px -2005px; } - &.send{ background-position: -44px -2005px; } - &.git_branch{ background-position: -92px -2005px; } - &.git_create{ background-position: -140px -2005px; } - &.git_private{ background-position: -188px -2005px; } - &.git_delete{ background-position: -236px -2005px; } - &.git_merge{ background-position: -284px -2005px; } - &.git_pull_request{ background-position: -332px -2005px; } - &.git_compare{ background-position: -380px -2005px; } - &.git_commit{ background-position: -428px -2005px; } - &.construction_cone{ background-position: 4px -2053px; } - &.shoe_steps{ background-position: -44px -2053px; } - &.plus{ background-position: -92px -2053px; } - &.minus{ background-position: -140px -2053px; } - &.redo{ background-position: -188px -2053px; } - &.undo{ background-position: -236px -2053px; } - &.golf{ background-position: -284px -2053px; } - &.hockey{ background-position: -332px -2053px; } - &.pipe{ background-position: -380px -2053px; } - &.wrench{ background-position: -428px -2053px; } - &.folder_closed{ background-position: 4px -2101px; } - &.phone_alt{ background-position: -44px -2101px; } - &.earphone{ background-position: -92px -2101px; } - &.floppy_disk{ background-position: -140px -2101px; } - &.floppy_saved{ background-position: -188px -2101px; } - &.floppy_remove{ background-position: -236px -2101px; } - &.floppy_save{ background-position: -284px -2101px; } - &.floppy_open{ background-position: -332px -2101px; } - &.translate{ background-position: -380px -2101px; } - &.fax{ background-position: -428px -2101px; } - &.factory{ background-position: 4px -2149px; } - &.shop_window{ background-position: -44px -2149px; } - &.shop{ background-position: -92px -2149px; } - &.kiosk{ background-position: -140px -2149px; } - &.kiosk_wheels{ background-position: -188px -2149px; } - &.kiosk_light{ background-position: -236px -2149px; } - &.kiosk_food{ background-position: -284px -2149px; } - &.transfer{ background-position: -332px -2149px; } - &.money{ background-position: -380px -2149px; } - &.header{ background-position: -428px -2149px; } - &.blacksmith{ background-position: 4px -2197px; } - &.saw_blade{ background-position: -44px -2197px; } - &.basketball{ background-position: -92px -2197px; } - &.server{ background-position: -140px -2197px; } - &.server_plus{ background-position: -188px -2197px; } - &.server_minus{ background-position: -236px -2197px; } - &.server_ban{ background-position: -284px -2197px; } - &.server_flag{ background-position: -332px -2197px; } - &.server_lock{ background-position: -380px -2197px; } - &.server_new{ background-position: -428px -2197px; } - -} diff --git a/core/static/plugins/glyphicons-pro/glyphicons/web/html_css/less/reset.less b/core/static/plugins/glyphicons-pro/glyphicons/web/html_css/less/reset.less deleted file mode 100755 index f5e9396..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons/web/html_css/less/reset.less +++ /dev/null @@ -1,84 +0,0 @@ -// Reset.less -// Adapted from Normalize.css http://github.com/necolas/normalize.css -// ------------------------------------------------------------------------ - -// Display in IE6-9 and FF3 -// ------------------------- - -article, -aside, -details, -figcaption, -figure, -footer, -header, -hgroup, -nav, -section { - display: block; -} - -// Display block in IE6-9 and FF3 -// ------------------------- - -audio, -canvas, -video { - display: inline-block; - *display: inline; - *zoom: 1; -} - -// Prevents modern browsers from displaying 'audio' without controls -// ------------------------- - -audio:not([controls]) { - display: none; -} - -// Base settings -// ------------------------- - -html, body { margin: 0; padding: 0; } - -h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-size: 100%; line-height: 1; font-family: inherit; -} - -html { - font-size: 62.5%; - -webkit-text-size-adjust: 100%; - -ms-text-size-adjust: 100%; -} - -// Hover & Active -a:hover, -a:active { - outline: 0; -} - -// Prevents sub and sup affecting line-height in all browsers -// ------------------------- - -sub, -sup { - position: relative; - font-size: 75%; - line-height: 0; - vertical-align: baseline; -} -sup { - top: -0.5em; -} -sub { - bottom: -0.25em; -} - -// Img border in a's and image quality -// ------------------------- - -img { - //max-width: 100%; - //height: auto; - //border: 0; - -ms-interpolation-mode: bicubic; -} diff --git a/core/static/plugins/glyphicons-pro/glyphicons/web/html_css/less/site.less b/core/static/plugins/glyphicons-pro/glyphicons/web/html_css/less/site.less deleted file mode 100755 index a1c942f..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons/web/html_css/less/site.less +++ /dev/null @@ -1,91 +0,0 @@ -// BODY -// --------- -*{ - -webkit-box-sizing: border-box; - -khtml-box-sizing: border-box; - -moz-box-sizing: border-box; - -ms-box-sizing: border-box; - box-sizing: border-box; -} -html, body { - height: 100%; -} - -body { - background: #fff; - margin: 0; - font-family: 'Helvetica Neue', Helvetica, 'Arial CE', Arial, sans-serif; - font-size: 14px; - color: #000; - padding: 20px 20px 0 20px; - width:100%; -} -.c{ - *zoom: 1; - &:before, - &:after { - display: table; - content: ""; - } - &:after { - clear: both; - } -} - -h2{ - margin: 0 0 15px 0; - font-size: 27px; - font-weight:normal; -} -div.list{ - padding:0 0 30px 0; - margin:0 0 0 -10px; -} -div.list-fonts{ - margin-left:0; -} - -p,.glyphicons{ - float:left; - padding-left:10px; - margin:0 0 10px 0; - width: 10%; - font-size: 11px; - font-weight:bold; - line-height: 48px; - white-space:nowrap; - overflow:hidden; -} -.glyphicons{ - padding-right:10px; - line-height:11px; - overflow:visible; - - strong{ - display:block; - width:100%; - line-height:12px; - overflow:hidden; - } - span{ - display:inline-block; - width:100%; - *display:inline; - *zoom:1; - margin:3px 0 0 0; - font-size: 10px; - font-weight:normal; - overflow:hidden; - } -} - -.white-content{ - margin:0 -20px 30px -20px; - padding:20px 20px 0 20px; - background:rgb(0,0,0); - background:rgba(0,0,0,.9); - - *,p,a{ - color:#fff; - } -} \ No newline at end of file diff --git a/core/static/plugins/glyphicons-pro/glyphicons/web/html_css/less/style.less b/core/static/plugins/glyphicons-pro/glyphicons/web/html_css/less/style.less deleted file mode 100755 index 3ae6f6e..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons/web/html_css/less/style.less +++ /dev/null @@ -1,5 +0,0 @@ -// CSS Reset -@import "reset.less"; - -// Main styles -@import "site.less"; diff --git a/core/static/plugins/glyphicons-pro/glyphicons/web/html_css/scripts/modernizr.js b/core/static/plugins/glyphicons-pro/glyphicons/web/html_css/scripts/modernizr.js deleted file mode 100755 index fda8d71..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons/web/html_css/scripts/modernizr.js +++ /dev/null @@ -1,4 +0,0 @@ -/* Modernizr 2.6.1 (Custom Build) | MIT & BSD - * Build: http://modernizr.com/download/#-inlinesvg-shiv-cssclasses-prefixed-teststyles-testprop-testallprops-hasevent-prefixes-domprefixes - */ -;window.Modernizr=function(a,b,c){function B(a){j.cssText=a}function C(a,b){return B(m.join(a+";")+(b||""))}function D(a,b){return typeof a===b}function E(a,b){return!!~(""+a).indexOf(b)}function F(a,b){for(var d in a){var e=a[d];if(!E(e,"-")&&j[e]!==c)return b=="pfx"?e:!0}return!1}function G(a,b,d){for(var e in a){var f=b[a[e]];if(f!==c)return d===!1?a[e]:D(f,"function")?f.bind(d||b):f}return!1}function H(a,b,c){var d=a.charAt(0).toUpperCase()+a.slice(1),e=(a+" "+o.join(d+" ")+d).split(" ");return D(b,"string")||D(b,"undefined")?F(e,b):(e=(a+" "+p.join(d+" ")+d).split(" "),G(e,b,c))}var d="2.6.1",e={},f=!0,g=b.documentElement,h="modernizr",i=b.createElement(h),j=i.style,k,l={}.toString,m=" -webkit- -moz- -o- -ms- ".split(" "),n="Webkit Moz O ms",o=n.split(" "),p=n.toLowerCase().split(" "),q={svg:"http://www.w3.org/2000/svg"},r={},s={},t={},u=[],v=u.slice,w,x=function(a,c,d,e){var f,i,j,k=b.createElement("div"),l=b.body,m=l?l:b.createElement("body");if(parseInt(d,10))while(d--)j=b.createElement("div"),j.id=e?e[d]:h+(d+1),k.appendChild(j);return f=["­",'"].join(""),k.id=h,(l?k:m).innerHTML+=f,m.appendChild(k),l||(m.style.background="",g.appendChild(m)),i=c(k,a),l?k.parentNode.removeChild(k):m.parentNode.removeChild(m),!!i},y=function(){function d(d,e){e=e||b.createElement(a[d]||"div"),d="on"+d;var f=d in e;return f||(e.setAttribute||(e=b.createElement("div")),e.setAttribute&&e.removeAttribute&&(e.setAttribute(d,""),f=D(e[d],"function"),D(e[d],"undefined")||(e[d]=c),e.removeAttribute(d))),e=null,f}var a={select:"input",change:"input",submit:"form",reset:"form",error:"img",load:"img",abort:"img"};return d}(),z={}.hasOwnProperty,A;!D(z,"undefined")&&!D(z.call,"undefined")?A=function(a,b){return z.call(a,b)}:A=function(a,b){return b in a&&D(a.constructor.prototype[b],"undefined")},Function.prototype.bind||(Function.prototype.bind=function(b){var c=this;if(typeof c!="function")throw new TypeError;var d=v.call(arguments,1),e=function(){if(this instanceof e){var a=function(){};a.prototype=c.prototype;var f=new a,g=c.apply(f,d.concat(v.call(arguments)));return Object(g)===g?g:f}return c.apply(b,d.concat(v.call(arguments)))};return e}),r.inlinesvg=function(){var a=b.createElement("div");return a.innerHTML="",(a.firstChild&&a.firstChild.namespaceURI)==q.svg};for(var I in r)A(r,I)&&(w=I.toLowerCase(),e[w]=r[I](),u.push((e[w]?"":"no-")+w));return e.addTest=function(a,b){if(typeof a=="object")for(var d in a)A(a,d)&&e.addTest(d,a[d]);else{a=a.toLowerCase();if(e[a]!==c)return e;b=typeof b=="function"?b():b,f&&(g.className+=" "+(b?"":"no-")+a),e[a]=b}return e},B(""),i=k=null,function(a,b){function k(a,b){var c=a.createElement("p"),d=a.getElementsByTagName("head")[0]||a.documentElement;return c.innerHTML="x",d.insertBefore(c.lastChild,d.firstChild)}function l(){var a=r.elements;return typeof a=="string"?a.split(" "):a}function m(a){var b=i[a[g]];return b||(b={},h++,a[g]=h,i[h]=b),b}function n(a,c,f){c||(c=b);if(j)return c.createElement(a);f||(f=m(c));var g;return f.cache[a]?g=f.cache[a].cloneNode():e.test(a)?g=(f.cache[a]=f.createElem(a)).cloneNode():g=f.createElem(a),g.canHaveChildren&&!d.test(a)?f.frag.appendChild(g):g}function o(a,c){a||(a=b);if(j)return a.createDocumentFragment();c=c||m(a);var d=c.frag.cloneNode(),e=0,f=l(),g=f.length;for(;e",f="hidden"in a,j=a.childNodes.length==1||function(){b.createElement("a");var a=b.createDocumentFragment();return typeof a.cloneNode=="undefined"||typeof a.createDocumentFragment=="undefined"||typeof a.createElement=="undefined"}()}catch(c){f=!0,j=!0}})();var r={elements:c.elements||"abbr article aside audio bdi canvas data datalist details figcaption figure footer header hgroup mark meter nav output progress section summary time video",shivCSS:c.shivCSS!==!1,supportsUnknownElements:j,shivMethods:c.shivMethods!==!1,type:"default",shivDocument:q,createElement:n,createDocumentFragment:o};a.html5=r,q(b)}(this,b),e._version=d,e._prefixes=m,e._domPrefixes=p,e._cssomPrefixes=o,e.hasEvent=y,e.testProp=function(a){return F([a])},e.testAllProps=H,e.testStyles=x,e.prefixed=function(a,b,c){return b?H(a,b,c):H(a,"pfx")},g.className=g.className.replace(/(^|\s)no-js(\s|$)/,"$1$2")+(f?" js "+u.join(" "):""),e}(this,this.document); \ No newline at end of file diff --git a/core/static/plugins/glyphicons-pro/glyphicons/web/html_css/scripts/modernizr_license.txt b/core/static/plugins/glyphicons-pro/glyphicons/web/html_css/scripts/modernizr_license.txt deleted file mode 100644 index ad38cdf..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons/web/html_css/scripts/modernizr_license.txt +++ /dev/null @@ -1,3 +0,0 @@ -Modernizr [http://modernizr.com/] is the right micro-library to get you up and running with HTML5 & CSS3 today and it is licensed under the MIT license [http://www.opensource.org/licenses/mit-license.php]. - -You may find its full online version here: http://modernizr.com/license/ \ No newline at end of file diff --git a/core/static/plugins/glyphicons-pro/glyphicons/web/psd-web/dark/glyphicons.psd b/core/static/plugins/glyphicons-pro/glyphicons/web/psd-web/dark/glyphicons.psd deleted file mode 100644 index bc45138..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/web/psd-web/dark/glyphicons.psd and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/web/psd-web/light/glyphicons.psd b/core/static/plugins/glyphicons-pro/glyphicons/web/psd-web/light/glyphicons.psd deleted file mode 100644 index 3a019a5..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/web/psd-web/light/glyphicons.psd and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/web/svg-web/dark/glyphicons.svg b/core/static/plugins/glyphicons-pro/glyphicons/web/svg-web/dark/glyphicons.svg deleted file mode 100644 index 39b1f60..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons/web/svg-web/dark/glyphicons.svg +++ /dev/null @@ -1,3735 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/core/static/plugins/glyphicons-pro/glyphicons/web/svg-web/light/glyphicons.svg b/core/static/plugins/glyphicons-pro/glyphicons/web/svg-web/light/glyphicons.svg deleted file mode 100644 index b3ae9fe..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons/web/svg-web/light/glyphicons.svg +++ /dev/null @@ -1,3735 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/ai/glyphicons_filetypes.ai b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/ai/glyphicons_filetypes.ai deleted file mode 100644 index 5f795ae..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/ai/glyphicons_filetypes.ai +++ /dev/null @@ -1,29951 +0,0 @@ -%PDF-1.5 % -1 0 obj <>/OCGs[7 0 R 8 0 R 9 0 R 559 0 R 560 0 R 561 0 R 1108 0 R 1109 0 R 1110 0 R 1657 0 R 1658 0 R 1659 0 R 2206 0 R 2207 0 R 2208 0 R 2755 0 R 2756 0 R 2757 0 R 3304 0 R 3305 0 R 3306 0 R 3853 0 R 3854 0 R 3855 0 R 4402 0 R 4403 0 R 4404 0 R 4951 0 R 4952 0 R 4953 0 R 5500 0 R 5501 0 R 5502 0 R 6049 0 R 6050 0 R 6051 0 R 6598 0 R 6599 0 R 6600 0 R 7147 0 R 7148 0 R 7149 0 R 7696 0 R 7697 0 R 7698 0 R 8245 0 R 8246 0 R 8247 0 R 8794 0 R 8795 0 R 8796 0 R 9343 0 R 9344 0 R 9345 0 R 9892 0 R 9893 0 R 9894 0 R 10441 0 R 10442 0 R 10443 0 R 10990 0 R 10991 0 R 10992 0 R 11539 0 R 11540 0 R 11541 0 R 12088 0 R 12089 0 R 12090 0 R 12637 0 R 12638 0 R 12639 0 R 13185 0 R 13186 0 R 13187 0 R 13733 0 R 13734 0 R 13735 0 R 14281 0 R 14282 0 R 14283 0 R 14829 0 R 14830 0 R 14831 0 R 15377 0 R 15378 0 R 15379 0 R 15925 0 R 15926 0 R 15927 0 R 16473 0 R 16474 0 R 16475 0 R 17021 0 R 17022 0 R 17023 0 R 17569 0 R 17570 0 R 17571 0 R 18117 0 R 18118 0 R 18119 0 R 18665 0 R 18666 0 R 18667 0 R 19213 0 R 19214 0 R 19215 0 R 19761 0 R 19762 0 R 19763 0 R 20309 0 R 20310 0 R 20311 0 R 20857 0 R 20858 0 R 20859 0 R 21405 0 R 21406 0 R 21407 0 R 21953 0 R 21954 0 R 21955 0 R 22501 0 R 22502 0 R 22503 0 R 23048 0 R 23065 0 R 23066 0 R 23067 0 R 23613 0 R 23614 0 R 23615 0 R 24160 0 R 24177 0 R 24178 0 R 24179 0 R 24725 0 R 24726 0 R 24727 0 R 25273 0 R 25274 0 R 25275 0 R 25820 0 R 25821 0 R 25822 0 R 26365 0 R 26366 0 R 26367 0 R 26910 0 R 26911 0 R 26912 0 R 27455 0 R 27456 0 R 27457 0 R]>>/Pages 3 0 R/Type/Catalog>> endobj 2 0 obj <>stream - - - - - application/pdf - - - glyphicons - - - Adobe Illustrator CS6 (Macintosh) - 2013-06-13T09:55:33+02:00 - 2013-07-04T08:21:39+02:00 - 2013-07-04T08:21:39+02:00 - - - - 184 - 256 - JPEG - /9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgBAAC4AwER AAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE 1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZ qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp 0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo +DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8AOvK//OP/AOY2ha9a3066 Fq1jbPOLy1lu7uBtRFxa3dq81y/1W5/eOt78QIboQDxpRVG2H/OME881pPrGoqtzFDKZ7uGX61dN NDdIdPRbm5tw6RxWcEUbMgVqggfCxxVK9S/5xk8+zpaKmvW10IdF07TpY7yaUKZLOvq2im3t4WFm w+BWJMnE/FXFWTW/5O+Y00e7sX0PQoJrtFW2a1ub30rECdpAkXqhmbiDWoCgtX4ePw5RPGSeTudH roY8YiZSFcWwAo3+PwWKX/8AzjX+Zi2wsbTVtOu7OKHTYbNrue4EkH1NJmZeIgeORI5bpxExHqBK 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 3K9gQcVf/9k= - - - - proof:pdf - uuid:65E6390686CF11DBA6E2D887CEACB407 - xmp.did:0380117407206811822AD2EC852655B3 - uuid:bb843ce7-e2be-ee42-9def-605ed7c21c78 - - uuid:786ff7f6-3030-c947-b9c2-79905b12f961 - xmp.did:0180117407206811822AB59CFAB14EBD - uuid:65E6390686CF11DBA6E2D887CEACB407 - proof:pdf - - - - - saved - xmp.iid:F77F1174072068118083C7F0484AEE19 - 2010-09-26T16:21:55+02:00 - Adobe Illustrator CS5 - / - - - saved - xmp.iid:0380117407206811822AD2EC852655B3 - 2013-06-13T09:55:33+02:00 - Adobe Illustrator CS6 (Macintosh) - / - - - - Web - Document - 1 - False - False - - 576.000000 - 720.000000 - Pixels - - - - Cyan - Magenta - Yellow - Black - - - - - - Default Swatch Group - 0 - - - - Black - RGB - PROCESS - 0 - 0 - 0 - - - R=255 G=183 B=188 1 - RGB - PROCESS - 255 - 183 - 188 - - - - - - - Adobe PDF library 10.01 - - - - - - - - - - - - - - - - - - - - - - - - - endstream endobj 3 0 obj <> endobj 11 0 obj <>/Resources<>/Properties<>/XObject<>>>/Thumb 27724 0 R/TrimBox[0.0 0.0 576.0 720.0]/Type/Page>> endobj 27459 0 obj <>stream -HWnWh*o2IdGg 3J0>-Oa\ o_?[ kmm4~ E/~+_Vo:*_K,^Hh-/M~s[ZN>su<|h#jcnOy^eVzJl 9{aSE/Ь vk*CV+zn ;d)dYEϧe-[tH\̪C7m&(|,|%0mǓ,y2+4C hxV$,̷Ջ}NIU=o-(֠֐_LOAQ6T;o{*n|O-M鐌Q%9 Bǽ)ZQmZYZ6BkNIV_%8%0CVWӿqS7xob^ױ:Z --=AkpyyɸutcZ1:QkLv#竡[y"u6۲m-ԍ4#^Pr0VZeI,o 5n4BZP{ ~@?\Cd!!sP9H-:a0Oŧ:vUzL d(h/yݒڐ^|lHY̝jEN农+Ğ n)NⶥR­ԽRl]M{)}-eؚ;wrZɈ~^Whkp^]WISJF8Ld3 Vc}}6shHvyC\y9m;ּj >y)&:1clXD -f_knN۱LdZ-ʲV)j0S0t  뛮%n -vl,}tcͺj)wlQMAP;F1x&V|/ښRT:^*vI$u !PTEQdok/ˁ)oŠNep*;+w -;V -BaN% - N%c;q3 sΡS8}s39km{qqp/]ػ#^wp:#ջ+ٗxz4QP)8 @r?n=$E=:1clmZP7z88l#qi3)LHjqbq@sh=|l.;Ł8H! kg(sM=󣡪I>_l qׯ^|KeW)N719{P{5Mڵ/{}xp4L._OIgAMM!| d. |ed$-';3sɻ6+g3<ٙq6n6dgu3m6WNvfMvfvnxV?͡r8CebۣRH~Les赇k}^Yl:Go} >>7i+l3H5&+ |Bw 1~j=\ڳ4QeA^Ǿr+qF.p9eK>sw6EⱤWnGQxÓ>M_-F[s9l7X%Rg* =z?e֊dV/_n2RiO6RlťerRj}bw\XCq|R_Tp^-ݷ Q`k2eaj}D}t0"D#vthEGF+$/!2c(APP:!'[oirhyrpsVuVzүIjbe(|-PQԋB`OTZjb^jvl ݧ!,MCL&h@P>!TNH{wOɢFC?6<ܾtt:*uKKh:Z oBmICKj6Ք!8M1Vu4H[uOmS!w#t&}Xgl f|i]II&HUzk&ɽo9K8ta,_Z~zI߼9ǿMȌ離zG!ݷ>,=smb64Ԋ<ކSMmBP+f^۠:"8#{WMk&7 ][g|t^>TR(`YBT$a s o!!2\ΰGW'CA%.Ҷ@2V?3(+ҩxZKsJ/v442е"/eK:vZ W پk~j^m٧f6Sz7yhbE,@E$B iĆD" |(*g _.LScga*34Y.- 5ߟH;TF+P<ٝ]O:Zt:!t6uLȇ-k\& EtE?+ Ѣk+B B Y>b@:巙9r8^rAFő9I:$W̿,U`.DTKS-KYҳGetl]?Zk#h5Lr[gP w&H1 JOЅ!0A>5Zhŗ-D!D4r6tqqPiEi۳W -/x)AF,jo蒞5_gyv>$ nio<> nΙ SBBX1AF3V<-Gro8E5({.X1A5ÿuQ8/GqfH'gI])QT@rԖ~e<5m;>2[qo&C=c=(E"+/}^guqS3`Q@:ZJ T[o̯+O^5CH䱖"-E yP^'}ca%VFP hdHM٧i7xL5;q4x90Fr #YCQCQt8 &,^*j{'Z6flٶ`*f[YY-|m d6F,oiҠ`o5ZhWąHȴ$˲bPM5=>mSʽJ8CȒ% wIH,R< ?II YoEI]OZ뜩8u4 -HGˡhZoc_4G 96GanCYt~+Pn^O٫WG-.B-v%Cp}8%1\ͳs7cu`7^G_n9qV+Ae CE3"NnSH;= go[$Gu}iYǍWX3+>.}>Fts"ZH(ޮH܂Cw|\QBr3@tQaQaU>S|<`Ő`Ij'Hy!1J " ͹P†|k(AMuyhht =CCHGJ)ܧ캸?lx'RL(^r H]6q#@~b^Ps%i%9\s6P -z@o4p,j\ K2 ~ N'`(常L{H; 5dTZ+:jM`n) Yۢe)j[jsB# r]۪Y/-!QFxa /}.8{x|!G4>t1^}S=$"6웏PP#`SIFɪS!w9o/j;B^+9U)* vj;iUf%².f +eۖm{{Q*JQyna8[C^mQ$],Zpl"js q.X6|W!C`VZh蚞(E07#5 -̑]P9򛯧Ggݞ<[,'wW3yr̝'v>vͩ:QYfҺgmշCV֬~''xwYzG|4%%~"rz/STR/%aI=pR'/Mݤ^֤֤9=NgN^xI_\, s*Pe*T)m;ս63/9#sJ;fY=ҍva,# !ltSѓ0FT%2ʶJc V+|blK|.pʥഝtӟ N N'8=989=pQD/P9,c$&yBL.  %A= oMs^!q IIFwJ'g<}NUݸ@)x3Ň@QOEa;脢N(:脢熢 Ő4 -k"jZ鯶F3nrD!o",.-L<:gb-sGGQ*!$rB;BZ듐"чB?H#A$G1R}oHaKi{Hye$:! CR'%tR<#'D8)^^MSj);սJv'pZR+ -.le̖lyQvJC1[uIP:"È0*0zv{2o+k$jJNio٩cWIC E׫/^[tqxK΢ -,ı8 `ě+!ZYr9)C6#TTEȅ\ yE %9!E!pxZ+~)0XeXEk"DB HSPh0[OPLp0bR$ldWa!J"ē͒uDPW~b[Ȗw;5RI-?,PSAiY~2>Vz5v53W%,io~{DEGg=Oy㔵 !FE}OE^bbSeI!i |b3OPygFA)4x(NP#9 !~/p=j_F i@C3jieZ(S=xXQs[⪰"rLVմw2mnGWQD6^Fe}NC-u5U*턡hl k>G5g˫ma“qzgՏʉntș4r&r&I#gș4r&I#gș4r&r&r&r&I#gș4r&Iwr& g VEtjf3g ,3PfG2;9`Š)R E||ڿ})!ǖɚj@( &E=.p&Q&1w2XsյXaedI+ؓZƺ.xu6JR*$j'EAޱzKr]p +gum}=7uyGbD jxӒnF3W3tcGT-fT>XqFEnNz3X&/>]F.t\P5|^(gZK=㡿Pur3sl,C4BJ(Mryh\kk6F(0B #}2,ac-|/P -}|;~"s9^.r9yu?S}Zw(3n{N5P_[!fpdo#D{%Bpݠ-\c`2pTgGmih 0h#pkA"6}r p<Ȉfg+5wNW7(Kі -{iOinE8<4M*M0gqEB'ԶSv.I~dDZO t?2ho?95-]g))"H3*HPx.+gUkCb!ЉF9-PN rͽxxwۑ8QN -W/ي̳WE62 _뵏zP<1 <RтH=sG x(VUo= -2Yt8V.ʿK'C+XTEdBF%dPB#dY Y BցuK8! Ӱ:!2|@$4NȨ\u deBVWA  +!ğ;pŷ},o"aQaxh;A%:LnL[O*N3@< caj:Y3̀>>f$'5Bt/YGZWGU/ -պ(_'''|JzwԌ!F/G-P~b qϊ YYlhYeeҺ"#Uo5Uī`a^4`i#j5UAkyM΅N:Ntd-#GMӲD|q=u_RXZV&z,-x~6iOyӧڹvo}]Ш{k^>a)Z7rH};7 L@4 ZsA=KXʚj4`#(.YIfT Til -JZZ: EԖV.|Ǯ[rIt'U{RoylQ µ"J:k0R ʀTɾ݄ E&9G!𒵊Vxk2sg -GCIFЂmPMQy7~4尐SL IOfx8'˴ieheCFu̪}+j6é}q* V{0}hMfƒ04Vil>bl=7 "%;+@d]/Qn] ֺA[;o]E+&4>\bN;l5N.! ]M.u"kAj>:iaD`9(!tI"T1s3렘4 -/mvyX+Ls)NS)2UZGl+1CCPRrxQZB^%LxMz.i9=)r|rF=PS'C*'E#A+ Jvؓe4?37(u |bnPWYK,(0-gaZδX vk y3H]8Z2BGcj$ݸ6IJM4H_ér:ml8]l؟%NUh7ijb&n/cRɒH o'UܧI7%-.ؖ-\%*hZ&Ĭ zkgu3WiZt p@1wDDJL w4Aܦ N )3E29^=%(*g(= $eZz$ -# $IppO*Z[Sñ [ڪ[tm<ς]VZIV%ݞBx'?h -Qh73__PP<&1:%:ǒ{?-3VĆ(=s' ٽVJ`zN -DZ5Vo'_A'=sjwR 022@e+^&^naM+rx,W(9SJ6J -[b/;a=߱|a+c{79̀9lKTڷR█ۛjoh/2䋂OA~o|DGQJBhڴ"W8e򀚷̆VPRC$2)=Md>H,HzSd<?|iˢ5@oԇ cQFF(mG9 KqEsz0H*>'>l}@89hģ]e}l?E!w!_阾V>z5r;SaO6IX`[~)^_"Uo_ -~O˚j7SAt |OYstJ|<m#0-ZSLQ}Q9ӡY9׿+N)}8W/K_ -m_QWSk}OA+ZG -JQK%\.o3x3d]{FJ߭4z{*s6ZLȢr/C)KTuEе!i Yo+|gdx.㙷<̖i1?CZH>_`UEpt(R;8; Ƹ er83:nʼ֝4Nz EL&~O?M-DI?fꅜ/xc&Izэh|/|ѽp),D# -U([DuQt|QAG2D:=Q3 j -3R /;a+z̓ E!!2 -1P_BYe:AL)yC33֝bl/N*2yWg= q1q]Ŗoa)i.})?HhO>b$Ҭ)r ņ[i6쨨 3-gZ}qkqV{ 8PKX}4˸;3M6 -Z4YmkI9ՌzVkyh*|7(Xr0_obw,aژ{< IrRrs>A -)GR. I+m[k s `f.ff.;fҞ̕!OE)\ Z!AF7ޞpixu"6A7[̑,BL yCZ6ԭբ<Ͼ@uCPِ,eEC!ވ}xC -*@uClHZ󆺵޹\)gy?̙ܜ͙ܜ͙ܜ͙ܜ͙ܜi1HU[Oy+z/`Sq~S!F8r-XɳZ7fjs9lm8˝zYV%te ZjWA*!0Z[P;N)8zїqHΞEz@4iJ"в\ 桎--gaˤ ˀݾƨy6b'"D?ޟ-\0 -ᗉyq\Wbi|acsx93YlUpkڧ9V1j8P$qd -Ę( tEa|Ũ~ -m~P=D1EP;Z*Zc&"rr~'Kq5i!e{d;/me/}kuԗv&cllخBlW >Xf)lOd{&Scc~`YMq[ -5ًCخyva;%;>]KVHٞnRqrKy^E/G-âf-뭑>;ur9yn#>"|ڵW[T;M3@S  -F!,۰! ZKe@S}B+ۡV oD#UM<_ -X 6O -u\kc@n -W}vaTɭ7׼$I+wN-/iK܌>xΜ>JЦ3rIA -i(eGE!y#vDkz1چ${Ѯ{j5;u`C~9vgl0cl,̩u``'@lAr9$'a!@HF6h ١&v~ -}>_LC3[$nifS^-`MWIQɋ_r7wD2S#vS/ H ꞿH):GÑ XDUX S`ë\`!00bLB`SFr16Qsb_-ˡReftd׭"2S;UTG&0/Y! ._z?DBo#< 83< 83򌃶6 !FMm#yG},tT/E #q.rZ?L9w Zr dĖ&/Z.GYRܓ8ףX̑#Б#Б#P,ӒPH+vK[bXߪfI!Z iZR -ӒvKJqUzo#P͒BuU$4,)4͒R4eZnI_XnI 'qRG=/pGpoN`z* 00>c#accpeN!@j ͱ1T/2$! &ELew^8lB;>FB4;jݫ6][~ 4}^ʲ44_1?)" v -̡(qKm[Ғ$G󆚠( n ]m -m@H/ߐ -==;B>??7VE~zU@~D+ ݐ\(Vkq;~b'a{hӋ;zck+jj}UyF&G£ZQZ|+?| BN>%=MW$lI> 軪kX죷Hcmo"'N>׎|dqwƼ*#-4-#I/FU?B"Y ZRDyBU;N6AY0<=HyS~xWyrvߎŜCc=?rMRװ'`@RDT1Q롖~^rbEc/!w޻-!o=BPkcu: (j" < 8J #J]b'ZhyHV@/w: #tuXG)P -,ǀ[%w(9I~7 -Gm"_v j,?ݱ q%k!H3v1fd(;r9ȎcG#ؑCv;s9Μ_ Ùr:bv>\G #cuJ9Rk=#f=ѭva Ւo{bqIY6u;ொnY; _z.-]fsFv9R#  -|pcf2l3苢-" /=Oq&7#zbWnCe\d! P ^A#*q"mL` LOP2rd:GW,)ۗdcN*u~N0 }t@? -C ]]_n@Sȣ&?YTi3tJPKIRy$r%}NN%©D`S ujd ӞOZ'< -b}AV@Ar;dz7W `!yuM}V$vB`w0;z:xpݗ0t0}ST)*Ue?Ƀ;&$pwl v},>V=όTnԪr 5-itV1+CMQoj0VA*jڢPn 7tm5 ,?G=TbTK*Atد@ӳu5L蛞TjQQcN^$ aԄ=GNDwJ vCw3 YI,}9}kT=BGiuE`{Ɲ:§~/֞Ч.X_I_OtysV8Q{ -,¸X!!M -VqD -* e= ?]#bܢxt}Wu } H,nPbL%$Y]i0X.^T]|8"KvwwV|}AR"r;d~ïoЕ2~cf 瞫}]m3u[QI8dV{4l|X2_Pf6[2\UX՛-ʇL,tW)֋[)niͷʟ:/(osLe!ʑka`Sbq_b}WHiO.Aw;AJ 23rXs(Z s}sÏ"ـϠDcbvЮ.TV^"҃3ζ3*vt:<-yuʏvUG7cٌfګ͂({a%mJs^ЬyAD:H9*[+v5%3yC*B3Jk H4~`!.OܽČcՈF8B~\)qtG`q ef:[qAɊj@C8lI(#E:nr0XzB+{:58uo>jsf W,8?tDg.ek+{>z%&m4178:h ċ0,_9k;$1ع^.Րiw+0@%A7q[棕qk2ta#ɶ4Es m= }:Jݭ5 -=Kϑ4spr3 ӛ{@D,pjK'WN :. ZvcٕsbGޥLPeaM{bD졐TN4Kg~!yf;֏>LE5:w#Qy4:wP9|:'ޢY0_-QoN5qNQU^ $j)lOj8ǨVFN@et+ژl$*vTYc;s]}@xKLZ\k@+oQՊ{E?fU]/ݯM*-O_Թ Ct'{ -PS^|e7j5 b櫁o]|zgU#k?YTG :hxUf1Cv&Pc ba.ۚ}@-uDVDFVcC*ImHhYX(.}]Q(KFC;-Q[yx0KN,?"3zZLlSv{dZ>?R)xU{&+=0\ f:Ad$}x~X%%659Bij tT.3 :Hү9lOOLj[z7y n25Uy]DIa +CReAx`#(o#G4iqLr1 [!*l\cΎ`'˃;J?2| endstream endobj 26915 0 obj <> endobj 27724 0 obj <>stream -8;Z]\Ymg[V%)B[F^Hb7u*=AHj/l5Ze/pOCPcaAKYjsP4UMfXnbc+/-9VXYb9F.3in -P<=Vd?@!4WXI!7Ho[8Z%B>*p]UmGD@4mSp\+hdLllrc!Tm">-7i4HT]~> endstream endobj 27725 0 obj [/Indexed/DeviceRGB 255 27726 0 R] endobj 27726 0 obj <>stream -8;X]O>EqN@%''O_@%e@?J;%+8(9e>X=MR6S?i^YgA3=].HDXF.R$lIL@"pJ+EP(%0 -b]6ajmNZn*!='OQZeQ^Y*,=]?C.B+\Ulg9dhD*"iC[;*=3`oP1[!S^)?1)IZ4dup` -E1r!/,*0[*9.aFIR2&b-C#soRZ7Dl%MLY\.?d>Mn -6%Q2oYfNRF$$+ON<+]RUJmC0InDZ4OTs0S!saG>GGKUlQ*Q?45:CI&4J'_2j$XKrcYp0n+Xl_nU*O( -l[$6Nn+Z_Nq0]s7hs]`XX1nZ8&94a\~> endstream endobj 27464 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 48 -48 48 re -f - endstream endobj 27465 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 60 -24 24 re -f - endstream endobj 27466 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 48 -48 48 re -f - endstream endobj 27467 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 288 -48 48 re -f - endstream endobj 27468 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 300 -24 24 re -f - endstream endobj 27469 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 288 -48 48 re -f - endstream endobj 27470 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 300 -24 24 re -f - endstream endobj 27471 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 288 -48 48 re -f - endstream endobj 27472 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 300 -24 24 re -f - endstream endobj 27473 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 288 -48 48 re -f - endstream endobj 27474 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 300 -24 24 re -f - endstream endobj 27475 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 288 -48 48 re -f - endstream endobj 27476 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 300 -24 24 re -f - endstream endobj 27477 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 60 -24 24 re -f - endstream endobj 27478 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 288 -48 48 re -f - endstream endobj 27479 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 300 -24 24 re -f - endstream endobj 27480 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 288 -48 48 re -f - endstream endobj 27481 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 300 -24 24 re -f - endstream endobj 27482 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 288 -48 48 re -f - endstream endobj 27483 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 300 -24 24 re -f - endstream endobj 27484 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 288 -48 48 re -f - endstream endobj 27485 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 300 -24 24 re -f - endstream endobj 27486 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 288 -48 48 re -f - endstream endobj 27487 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 300 -24 24 re -f - endstream endobj 27488 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 48 -48 48 re -f - endstream endobj 27489 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 336 -48 48 re -f - endstream endobj 27490 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 348 -24 24 re -f - endstream endobj 27491 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 336 -48 48 re -f - endstream endobj 27492 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 348 -24 24 re -f - endstream endobj 27493 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 336 -48 48 re -f - endstream endobj 27494 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 348 -24 24 re -f - endstream endobj 27495 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 336 -48 48 re -f - endstream endobj 27496 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 348 -24 24 re -f - endstream endobj 27497 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 336 -48 48 re -f - endstream endobj 27498 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 348 -24 24 re -f - endstream endobj 27499 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 60 -24 24 re -f - endstream endobj 27500 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 336 -48 48 re -f - endstream endobj 27501 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 348 -24 24 re -f - endstream endobj 27502 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 336 -48 48 re -f - endstream endobj 27503 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 348 -24 24 re -f - endstream endobj 27504 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 336 -48 48 re -f - endstream endobj 27505 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 348 -24 24 re -f - endstream endobj 27506 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 336 -48 48 re -f - endstream endobj 27507 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 348 -24 24 re -f - endstream endobj 27508 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 336 -48 48 re -f - endstream endobj 27509 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 348 -24 24 re -f - endstream endobj 27510 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 48 -48 48 re -f - endstream endobj 27511 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 384 -48 48 re -f - endstream endobj 27512 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 396 -24 24 re -f - endstream endobj 27513 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 384 -48 48 re -f - endstream endobj 27514 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 396 -24 24 re -f - endstream endobj 27515 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 384 -48 48 re -f - endstream endobj 27516 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 396 -24 24 re -f - endstream endobj 27517 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 384 -48 48 re -f - endstream endobj 27518 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 396 -24 24 re -f - endstream endobj 27519 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 384 -48 48 re -f - endstream endobj 27520 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 396 -24 24 re -f - endstream endobj 27521 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 60 -24 24 re -f - endstream endobj 27522 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 384 -48 48 re -f - endstream endobj 27523 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 396 -24 24 re -f - endstream endobj 27524 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 384 -48 48 re -f - endstream endobj 27525 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 396 -24 24 re -f - endstream endobj 27526 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 384 -48 48 re -f - endstream endobj 27527 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 396 -24 24 re -f - endstream endobj 27528 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 384 -48 48 re -f - endstream endobj 27529 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 396 -24 24 re -f - endstream endobj 27530 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 384 -48 48 re -f - endstream endobj 27531 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 396 -24 24 re -f - endstream endobj 27532 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 48 -48 48 re -f - endstream endobj 27533 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 432 -48 48 re -f - endstream endobj 27534 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 444 -24 24 re -f - endstream endobj 27535 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 432 -48 48 re -f - endstream endobj 27536 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 444 -24 24 re -f - endstream endobj 27537 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 432 -48 48 re -f - endstream endobj 27538 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 444 -24 24 re -f - endstream endobj 27539 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 432 -48 48 re -f - endstream endobj 27540 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 444 -24 24 re -f - endstream endobj 27541 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 432 -48 48 re -f - endstream endobj 27542 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 444 -24 24 re -f - endstream endobj 27543 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 60 -24 24 re -f - endstream endobj 27544 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 432 -48 48 re -f - endstream endobj 27545 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 444 -24 24 re -f - endstream endobj 27546 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 432 -48 48 re -f - endstream endobj 27547 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 444 -24 24 re -f - endstream endobj 27548 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 432 -48 48 re -f - endstream endobj 27549 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 444 -24 24 re -f - endstream endobj 27550 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 432 -48 48 re -f - endstream endobj 27551 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 444 -24 24 re -f - endstream endobj 27552 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 432 -48 48 re -f - endstream endobj 27553 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 444 -24 24 re -f - endstream endobj 27554 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 48 -48 48 re -f - endstream endobj 27555 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 480 -48 48 re -f - endstream endobj 27556 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 492 -24 24 re -f - endstream endobj 27557 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 480 -48 48 re -f - endstream endobj 27558 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 492 -24 24 re -f - endstream endobj 27559 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 480 -48 48 re -f - endstream endobj 27560 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 492 -24 24 re -f - endstream endobj 27561 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 480 -48 48 re -f - endstream endobj 27562 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 492 -24 24 re -f - endstream endobj 27563 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 480 -48 48 re -f - endstream endobj 27564 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 492 -24 24 re -f - endstream endobj 27565 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 60 -24 24 re -f - endstream endobj 27566 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 480 -48 48 re -f - endstream endobj 27567 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 492 -24 24 re -f - endstream endobj 27568 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 480 -48 48 re -f - endstream endobj 27569 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 492 -24 24 re -f - endstream endobj 27570 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 480 -48 48 re -f - endstream endobj 27571 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 492 -24 24 re -f - endstream endobj 27572 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 480 -48 48 re -f - endstream endobj 27573 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 492 -24 24 re -f - endstream endobj 27574 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 480 -48 48 re -f - endstream endobj 27575 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 492 -24 24 re -f - endstream endobj 27576 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 48 -48 48 re -f - endstream endobj 27577 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 96 -48 48 re -f - endstream endobj 27578 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 528 -48 48 re -f - endstream endobj 27579 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 540 -24 24 re -f - endstream endobj 27580 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 528 -48 48 re -f - endstream endobj 27581 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 540 -24 24 re -f - endstream endobj 27582 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 528 -48 48 re -f - endstream endobj 27583 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 540 -24 24 re -f - endstream endobj 27584 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 528 -48 48 re -f - endstream endobj 27585 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 540 -24 24 re -f - endstream endobj 27586 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 528 -48 48 re -f - endstream endobj 27587 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 540 -24 24 re -f - endstream endobj 27588 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 108 -24 24 re -f - endstream endobj 27589 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 528 -48 48 re -f - endstream endobj 27590 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 540 -24 24 re -f - endstream endobj 27591 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 528 -48 48 re -f - endstream endobj 27592 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 540 -24 24 re -f - endstream endobj 27593 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 528 -48 48 re -f - endstream endobj 27594 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 540 -24 24 re -f - endstream endobj 27595 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 528 -48 48 re -f - endstream endobj 27596 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 540 -24 24 re -f - endstream endobj 27597 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 528 -48 48 re -f - endstream endobj 27598 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 540 -24 24 re -f - endstream endobj 27599 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 96 -48 48 re -f - endstream endobj 27600 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 576 -48 48 re -f - endstream endobj 27601 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 588 -24 24 re -f - endstream endobj 27602 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 576 -48 48 re -f - endstream endobj 27603 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 588 -24 24 re -f - endstream endobj 27604 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 576 -48 48 re -f - endstream endobj 27605 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 588 -24 24 re -f - endstream endobj 27606 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 576 -48 48 re -f - endstream endobj 27607 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 588 -24 24 re -f - endstream endobj 27608 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 576 -48 48 re -f - endstream endobj 27609 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 588 -24 24 re -f - endstream endobj 27610 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 108 -24 24 re -f - endstream endobj 27611 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 576 -48 48 re -f - endstream endobj 27612 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 588 -24 24 re -f - endstream endobj 27613 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 576 -48 48 re -f - endstream endobj 27614 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 588 -24 24 re -f - endstream endobj 27615 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 576 -48 48 re -f - endstream endobj 27616 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 588 -24 24 re -f - endstream endobj 27617 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 576 -48 48 re -f - endstream endobj 27618 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 588 -24 24 re -f - endstream endobj 27619 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 576 -48 48 re -f - endstream endobj 27620 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 588 -24 24 re -f - endstream endobj 27621 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 96 -48 48 re -f - endstream endobj 27622 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 624 -48 48 re -f - endstream endobj 27623 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 636 -24 24 re -f - endstream endobj 27624 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 624 -48 48 re -f - endstream endobj 27625 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 636 -24 24 re -f - endstream endobj 27626 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 624 -48 48 re -f - endstream endobj 27627 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 636 -24 24 re -f - endstream endobj 27628 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 624 -48 48 re -f - endstream endobj 27629 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 636 -24 24 re -f - endstream endobj 27630 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 624 -48 48 re -f - endstream endobj 27631 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 636 -24 24 re -f - endstream endobj 27632 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 108 -24 24 re -f - endstream endobj 27633 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 624 -48 48 re -f - endstream endobj 27634 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 636 -24 24 re -f - endstream endobj 27635 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 624 -48 48 re -f - endstream endobj 27636 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 636 -24 24 re -f - endstream endobj 27637 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 624 -48 48 re -f - endstream endobj 27638 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 636 -24 24 re -f - endstream endobj 27639 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 624 -48 48 re -f - endstream endobj 27640 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 636 -24 24 re -f - endstream endobj 27641 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 624 -48 48 re -f - endstream endobj 27642 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 636 -24 24 re -f - endstream endobj 27643 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 96 -48 48 re -f - endstream endobj 27644 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 108 -24 24 re -f - endstream endobj 27645 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 96 -48 48 re -f - endstream endobj 27646 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 108 -24 24 re -f - endstream endobj 27647 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 60 -24 24 re -f - endstream endobj 27648 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 96 -48 48 re -f - endstream endobj 27649 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 108 -24 24 re -f - endstream endobj 27650 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 96 -48 48 re -f - endstream endobj 27651 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 108 -24 24 re -f - endstream endobj 27652 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 96 -48 48 re -f - endstream endobj 27653 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 108 -24 24 re -f - endstream endobj 27654 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 96 -48 48 re -f - endstream endobj 27655 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 108 -24 24 re -f - endstream endobj 27656 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 96 -48 48 re -f - endstream endobj 27657 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 108 -24 24 re -f - endstream endobj 27658 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 48 -48 48 re -f - endstream endobj 27659 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 144 -48 48 re -f - endstream endobj 27660 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 156 -24 24 re -f - endstream endobj 27661 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 144 -48 48 re -f - endstream endobj 27662 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 156 -24 24 re -f - endstream endobj 27663 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 144 -48 48 re -f - endstream endobj 27664 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 156 -24 24 re -f - endstream endobj 27665 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 144 -48 48 re -f - endstream endobj 27666 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 156 -24 24 re -f - endstream endobj 27667 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 144 -48 48 re -f - endstream endobj 27668 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 156 -24 24 re -f - endstream endobj 27669 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 60 -24 24 re -f - endstream endobj 27670 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 144 -48 48 re -f - endstream endobj 27671 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 156 -24 24 re -f - endstream endobj 27672 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 144 -48 48 re -f - endstream endobj 27673 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 156 -24 24 re -f - endstream endobj 27674 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 144 -48 48 re -f - endstream endobj 27675 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 156 -24 24 re -f - endstream endobj 27676 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 144 -48 48 re -f - endstream endobj 27677 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 156 -24 24 re -f - endstream endobj 27678 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 144 -48 48 re -f - endstream endobj 27679 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 156 -24 24 re -f - endstream endobj 27680 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 48 -48 48 re -f - endstream endobj 27681 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 192 -48 48 re -f - endstream endobj 27682 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 204 -24 24 re -f - endstream endobj 27683 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 192 -48 48 re -f - endstream endobj 27684 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 204 -24 24 re -f - endstream endobj 27685 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 192 -48 48 re -f - endstream endobj 27686 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 204 -24 24 re -f - endstream endobj 27687 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 192 -48 48 re -f - endstream endobj 27688 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 204 -24 24 re -f - endstream endobj 27689 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 192 -48 48 re -f - endstream endobj 27690 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 204 -24 24 re -f - endstream endobj 27691 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 60 -24 24 re -f - endstream endobj 27692 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 192 -48 48 re -f - endstream endobj 27693 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 204 -24 24 re -f - endstream endobj 27694 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 192 -48 48 re -f - endstream endobj 27695 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 204 -24 24 re -f - endstream endobj 27696 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 192 -48 48 re -f - endstream endobj 27697 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 204 -24 24 re -f - endstream endobj 27698 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 192 -48 48 re -f - endstream endobj 27699 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 204 -24 24 re -f - endstream endobj 27700 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 192 -48 48 re -f - endstream endobj 27701 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 204 -24 24 re -f - endstream endobj 27702 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 48 -48 48 re -f - endstream endobj 27703 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 240 -48 48 re -f - endstream endobj 27704 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 252 -24 24 re -f - endstream endobj 27705 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 240 -48 48 re -f - endstream endobj 27706 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 252 -24 24 re -f - endstream endobj 27707 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 240 -48 48 re -f - endstream endobj 27708 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 252 -24 24 re -f - endstream endobj 27709 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 240 -48 48 re -f - endstream endobj 27710 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 252 -24 24 re -f - endstream endobj 27711 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 240 -48 48 re -f - endstream endobj 27712 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 252 -24 24 re -f - endstream endobj 27713 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 60 -24 24 re -f - endstream endobj 27714 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 240 -48 48 re -f - endstream endobj 27715 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 252 -24 24 re -f - endstream endobj 27716 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 240 -48 48 re -f - endstream endobj 27717 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 252 -24 24 re -f - endstream endobj 27718 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 240 -48 48 re -f - endstream endobj 27719 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 252 -24 24 re -f - endstream endobj 27720 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 240 -48 48 re -f - endstream endobj 27721 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 252 -24 24 re -f - endstream endobj 27722 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 240 -48 48 re -f - endstream endobj 27723 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 252 -24 24 re -f - endstream endobj 27986 0 obj <
    > endobj 27463 0 obj <> endobj 27985 0 obj <
    > endobj 27984 0 obj <> endobj 27983 0 obj <> endobj 27982 0 obj <> endobj 27981 0 obj <> endobj 27980 0 obj <> endobj 27979 0 obj <> endobj 27978 0 obj <> endobj 27977 0 obj <> endobj 27976 0 obj <> endobj 27975 0 obj <> endobj 27974 0 obj <> endobj 27973 0 obj <> endobj 27972 0 obj <> endobj 27971 0 obj <> endobj 27970 0 obj <> endobj 27969 0 obj <> endobj 27968 0 obj <> endobj 27967 0 obj <> endobj 27966 0 obj <> endobj 27965 0 obj <> endobj 27964 0 obj <> endobj 27963 0 obj <> endobj 27962 0 obj <> endobj 27961 0 obj <> endobj 27960 0 obj <> endobj 27959 0 obj <> endobj 27958 0 obj <> endobj 27957 0 obj <> endobj 27956 0 obj <> endobj 27955 0 obj <> endobj 27954 0 obj <> endobj 27953 0 obj <> endobj 27952 0 obj <> endobj 27951 0 obj <> endobj 27950 0 obj <> endobj 27949 0 obj <> endobj 27948 0 obj <> endobj 27947 0 obj <> endobj 27946 0 obj <> endobj 27945 0 obj <> endobj 27944 0 obj <> endobj 27943 0 obj <> endobj 27942 0 obj <> endobj 27941 0 obj <> endobj 27940 0 obj <> endobj 27939 0 obj <> endobj 27938 0 obj <> endobj 27937 0 obj <> endobj 27936 0 obj <> endobj 27935 0 obj <> endobj 27934 0 obj <> endobj 27933 0 obj <> endobj 27932 0 obj <> endobj 27931 0 obj <> endobj 27930 0 obj <> endobj 27929 0 obj <> endobj 27928 0 obj <> endobj 27927 0 obj <> endobj 27926 0 obj <> endobj 27925 0 obj <> endobj 27924 0 obj <> endobj 27923 0 obj <> endobj 27922 0 obj <> endobj 27921 0 obj <> endobj 27920 0 obj <> endobj 27919 0 obj <> endobj 27918 0 obj <> endobj 27917 0 obj <> endobj 27916 0 obj <> endobj 27915 0 obj <> endobj 27914 0 obj <> endobj 27913 0 obj <> endobj 27912 0 obj <> endobj 27911 0 obj <> endobj 27910 0 obj <> endobj 27909 0 obj <> endobj 27908 0 obj <> endobj 27907 0 obj <> endobj 27906 0 obj <> endobj 27905 0 obj <> endobj 27904 0 obj <> endobj 27903 0 obj <> endobj 27902 0 obj <> endobj 27901 0 obj <> endobj 27900 0 obj <> endobj 27899 0 obj <> endobj 27898 0 obj <> endobj 27897 0 obj <> endobj 27896 0 obj <> endobj 27895 0 obj <> endobj 27894 0 obj <> endobj 27893 0 obj <> endobj 27892 0 obj <> endobj 27891 0 obj <> endobj 27890 0 obj <> endobj 27889 0 obj <> endobj 27888 0 obj <> endobj 27887 0 obj <> endobj 27886 0 obj <> endobj 27885 0 obj <> endobj 27884 0 obj <> endobj 27883 0 obj <> endobj 27882 0 obj <> endobj 27881 0 obj <> endobj 27880 0 obj <> endobj 27879 0 obj <> endobj 27878 0 obj <> endobj 27877 0 obj <> endobj 27876 0 obj <> endobj 27875 0 obj <> endobj 27874 0 obj <> endobj 27873 0 obj <> endobj 27872 0 obj <> endobj 27871 0 obj <> endobj 27870 0 obj <> endobj 27869 0 obj <> endobj 27868 0 obj <> endobj 27867 0 obj <> endobj 27866 0 obj <> endobj 27865 0 obj <> endobj 27864 0 obj <> endobj 27863 0 obj <> endobj 27862 0 obj <> endobj 27861 0 obj <> endobj 27860 0 obj <> endobj 27859 0 obj <> endobj 27858 0 obj <> endobj 27857 0 obj <> endobj 27856 0 obj <> endobj 27855 0 obj <> endobj 27854 0 obj <> endobj 27853 0 obj <> endobj 27852 0 obj <> endobj 27851 0 obj <> endobj 27850 0 obj <> endobj 27849 0 obj <> endobj 27848 0 obj <> endobj 27847 0 obj <> endobj 27846 0 obj <> endobj 27845 0 obj <> endobj 27844 0 obj <> endobj 27843 0 obj <> endobj 27842 0 obj <> endobj 27841 0 obj <> endobj 27840 0 obj <> endobj 27839 0 obj <> endobj 27838 0 obj <> endobj 27837 0 obj <> endobj 27836 0 obj <> endobj 27835 0 obj <> endobj 27834 0 obj <> endobj 27833 0 obj <> endobj 27832 0 obj <> endobj 27831 0 obj <> endobj 27830 0 obj <> endobj 27829 0 obj <> endobj 27828 0 obj <> endobj 27827 0 obj <> endobj 27826 0 obj <> endobj 27825 0 obj <> endobj 27824 0 obj <> endobj 27823 0 obj <> endobj 27822 0 obj <> endobj 27821 0 obj <> endobj 27820 0 obj <> endobj 27819 0 obj <> endobj 27818 0 obj <> endobj 27817 0 obj <> endobj 27816 0 obj <> endobj 27815 0 obj <> endobj 27814 0 obj <> endobj 27813 0 obj <> endobj 27812 0 obj <> endobj 27811 0 obj <> endobj 27810 0 obj <> endobj 27809 0 obj <> endobj 27808 0 obj <> endobj 27807 0 obj <> endobj 27806 0 obj <> endobj 27805 0 obj <> endobj 27804 0 obj <> endobj 27803 0 obj <> endobj 27802 0 obj <> endobj 27801 0 obj <> endobj 27800 0 obj <> endobj 27799 0 obj <> endobj 27798 0 obj <> endobj 27797 0 obj <> endobj 27796 0 obj <> endobj 27795 0 obj <> endobj 27794 0 obj <> endobj 27793 0 obj <> endobj 27792 0 obj <> endobj 27791 0 obj <> endobj 27790 0 obj <> endobj 27789 0 obj <> endobj 27788 0 obj <> endobj 27787 0 obj <> endobj 27786 0 obj <> endobj 27785 0 obj <> endobj 27784 0 obj <> endobj 27783 0 obj <> endobj 27782 0 obj <> endobj 27781 0 obj <> endobj 27780 0 obj <> endobj 27779 0 obj <> endobj 27778 0 obj <> endobj 27777 0 obj <> endobj 27776 0 obj <> endobj 27775 0 obj <> endobj 27774 0 obj <> endobj 27773 0 obj <> endobj 27772 0 obj <> endobj 27771 0 obj <> endobj 27770 0 obj <> endobj 27769 0 obj <> endobj 27768 0 obj <> endobj 27767 0 obj <> endobj 27766 0 obj <> endobj 27765 0 obj <> endobj 27764 0 obj <> endobj 27763 0 obj <> endobj 27762 0 obj <> endobj 27761 0 obj <> endobj 27760 0 obj <> endobj 27759 0 obj <> endobj 27758 0 obj <> endobj 27757 0 obj <> endobj 27756 0 obj <> endobj 27755 0 obj <> endobj 27754 0 obj <> endobj 27753 0 obj <> endobj 27752 0 obj <> endobj 27751 0 obj <> endobj 27750 0 obj <> endobj 27749 0 obj <> endobj 27748 0 obj <> endobj 27747 0 obj <> endobj 27746 0 obj <> endobj 27745 0 obj <> endobj 27744 0 obj <> endobj 27743 0 obj <> endobj 27742 0 obj <> endobj 27741 0 obj <> endobj 27740 0 obj <> endobj 27739 0 obj <> endobj 27738 0 obj <> endobj 27737 0 obj <> endobj 27736 0 obj <> endobj 27735 0 obj <> endobj 27734 0 obj <> endobj 27733 0 obj <> endobj 27732 0 obj <> endobj 27731 0 obj <> endobj 27730 0 obj <> endobj 27729 0 obj <> endobj 27728 0 obj <> endobj 27727 0 obj <> endobj 27455 0 obj <> endobj 27456 0 obj <> endobj 27457 0 obj <> endobj 27991 0 obj [/View/Design] endobj 27992 0 obj <>>> endobj 27989 0 obj [/View/Design] endobj 27990 0 obj <>>> endobj 27987 0 obj [/View/Design] endobj 27988 0 obj <>>> endobj 27461 0 obj <> endobj 27462 0 obj <> endobj 27460 0 obj <> endobj 27993 0 obj <> endobj 27994 0 obj <>stream -%!PS-Adobe-3.0 %%Creator: Adobe Illustrator(R) 16.0 %%AI8_CreatorVersion: 17.0.0 %%For: (Jan Kova\622k) () %%Title: (glyphicons_filetypes.ai) %%CreationDate: 7/4/13 8:21 AM %%Canvassize: 16383 %%BoundingBox: 56 -1572 515 -935 %%HiResBoundingBox: 56.5889 -1572 515 -935.8203 %%DocumentProcessColors: Cyan Magenta Yellow Black %AI5_FileFormat 12.0 %AI12_BuildNumber: 256 %AI3_ColorUsage: Color %AI7_ImageSettings: 0 %%RGBProcessColor: 0 0 0 ([Registration]) %AI3_Cropmarks: 0 -1632 576 -912 %AI3_TemplateBox: 384.5 -384.5 384.5 -384.5 %AI3_TileBox: 8.5 -1652 567.5 -869 %AI3_DocumentPreview: None %AI5_ArtSize: 14400 14400 %AI5_RulerUnits: 6 %AI9_ColorModel: 1 %AI5_ArtFlags: 0 0 0 1 0 0 1 0 0 %AI5_TargetResolution: 800 %AI5_NumLayers: 3 %AI9_OpenToView: -576 -751 1 1778 1078 90 1 0 78 132 1 0 0 0 1 0 0 1 0 1 %AI5_OpenViewLayers: 372 %%PageOrigin:-16 -684 %AI7_GridSettings: 48 48 48 48 1 0 0.8 0.8 0.8 0.9 0.9 0.9 %AI9_Flatten: 1 %AI12_CMSettings: 00.MS %%EndComments endstream endobj 27995 0 obj <>stream -%%BoundingBox: 56 -1572 515 -935 %%HiResBoundingBox: 56.5889 -1572 515 -935.8203 %AI7_Thumbnail: 92 128 8 %%BeginData: 13316 Hex Bytes %0000330000660000990000CC0033000033330033660033990033CC0033FF %0066000066330066660066990066CC0066FF009900009933009966009999 %0099CC0099FF00CC0000CC3300CC6600CC9900CCCC00CCFF00FF3300FF66 %00FF9900FFCC3300003300333300663300993300CC3300FF333300333333 %3333663333993333CC3333FF3366003366333366663366993366CC3366FF %3399003399333399663399993399CC3399FF33CC0033CC3333CC6633CC99 %33CCCC33CCFF33FF0033FF3333FF6633FF9933FFCC33FFFF660000660033 %6600666600996600CC6600FF6633006633336633666633996633CC6633FF %6666006666336666666666996666CC6666FF669900669933669966669999 %6699CC6699FF66CC0066CC3366CC6666CC9966CCCC66CCFF66FF0066FF33 %66FF6666FF9966FFCC66FFFF9900009900339900669900999900CC9900FF %9933009933339933669933999933CC9933FF996600996633996666996699 %9966CC9966FF9999009999339999669999999999CC9999FF99CC0099CC33 %99CC6699CC9999CCCC99CCFF99FF0099FF3399FF6699FF9999FFCC99FFFF %CC0000CC0033CC0066CC0099CC00CCCC00FFCC3300CC3333CC3366CC3399 %CC33CCCC33FFCC6600CC6633CC6666CC6699CC66CCCC66FFCC9900CC9933 %CC9966CC9999CC99CCCC99FFCCCC00CCCC33CCCC66CCCC99CCCCCCCCCCFF %CCFF00CCFF33CCFF66CCFF99CCFFCCCCFFFFFF0033FF0066FF0099FF00CC %FF3300FF3333FF3366FF3399FF33CCFF33FFFF6600FF6633FF6666FF6699 %FF66CCFF66FFFF9900FF9933FF9966FF9999FF99CCFF99FFFFCC00FFCC33 %FFCC66FFCC99FFCCCCFFCCFFFFFF33FFFF66FFFF99FFFFCC110000001100 %000011111111220000002200000022222222440000004400000044444444 %550000005500000055555555770000007700000077777777880000008800 %000088888888AA000000AA000000AAAAAAAABB000000BB000000BBBBBBBB %DD000000DD000000DDDDDDDDEE000000EE000000EEEEEEEE0000000000FF %00FF0000FFFFFF0000FF00FFFFFF00FFFFFF %524C455227527D522727F87D525227529AC36F52525227FD48FFF827F8A8 %275227522727F827529ACA76FD0427FD067D525252FD3FFF7D527D7DA8A8 %FFFFA8A8A87D7DA1C3A1A87D7D7DFF7D7DA8FF7DFF7DA8FDFCFFFDB3FFA8 %5227527DFD05FF7D272752A8FD05FF5227277DFD06FF272727A8FD05FFA8 %272752A8FD05FF7D27277DFD05FFA8522752A8FD05FF7D272752A8FD05FF %5227277DFD06FF272752A8FFF827F827FD05FF7DF827F87DFD05FF52F8F8 %F8A8FD05FF27F8F827FD05FF7DF8F8F852FD05FF52F8F827A8FD05FFF827 %F827FD05FF7DF827F87DFD05FF52F8F8F8A8FD05FF27F8F827A827F8F8F8 %FD05FF7DF8F8F852FD05FF5227F8F87DFD05FFF827F8F8A8FD04FF7DF827 %F852FD05FF52F8F8F8A8FD04FFA827F8F8F8FD05FF7D27F8F852FD05FF27 %27F8F87DFD05FFF827F827FFF852277DFD05FF7DF85227A8FD05FF522752 %27FD05FFA8277D277DFD05FF7D275227A8FD05FF52272752FD06FF275227 %52A8FD04FF7D275227A8FD05FF52272752FD06FF27275252A8F8272727FD %05FF7DF8272752FD05FF52272727A8FD05FFF8272752A8FD04FF7DF827F8 %7DFD05FF52F82727A8FD04FFA8FD0427FD05FF7DF8272752FD05FFFD0427 %A8FD05FFF8272752FFFD04A8FD06FFA8A8A8FD07FFA8A8A8FD07FFA8A8A8 %FD06FFFD04A8FD05FFFD04A8FD06FFA8A8A8FD07FFA8A8A8FD07FFA8A8A8 %FD07FFA8A8A8FDFCFFFD19FFA8A8A8FD07FFA8FFA8FD07FFA8A8FD08FFA8 %FD09FFA8FD07FFA8A8A8FD07FFA8FFA8FD07FFA8A8A8FD07FFA8FD09FFA8 %FFFFA827F82752FD05FF7DF8F8277DFD05FF52F8F852A8FD05FFF8F8F87D %FD05FF7DF8F827A8FD05FF52F8F827FD05FFA8F8F82752FD05FF7DF8F827 %7DFD05FF27F8F852FD06FFF8F8F87DFFF852F827FD05FF7DF8F8F852FD05 %FF52F8F8F8A8FD04FFA827F8F8F8FD05FF7DF8F8F852FD05FF52F8F8F87D %FD05FFF827F827FD05FF7DF827F852FD05FF52F8F8F8A8FD05FF27F8F827 %A8F8F82727A8FD04FF52F8272752FD05FF52F8F827A8FD05FFF827F852A8 %FD04FF7DF827277DFD05FF52F82727A8FD04FFA827F82752FD05FF7DF827 %277DFD05FF2727F827A8FD05FFF827F852FFF8522752A8FD04FF7D277D27 %A8FD05FF5227527DFD05FFA82752277DFD05FF7D272752A8FD05FF522752 %7DFD06FFF85227A8FD05FF7D275252A8FD05FF5227527DFD06FF27277D52 %FFFD0427FD05FF7D27F82752FD05FF5227F827A8FD05FFFD0427A8FD04FF %A8F827F87DFD05FF7DF82727A8FD04FFA8FD0427FD05FF7D27272752FD05 %FF52272727A8FD05FF27272752FDFCFFFD75FF527D7DFD06FFA8527D7DFD %06FFA8527DA8FD06FF7D527DA8FD05FFA85252A8FD06FF7D5252A8FD06FF %525252FD06FFA8527D7DFD06FFA8527DA8FD06FF7D527DFFA8F8F8F827FD %05FF52F8F8F87DFD05FF27F8F827A8FD05FFF827F852FD05FF7DF827F87D %FD05FF52F8F827A8FD04FFA82727F827FD05FF522727F87DFD05FF2727F8 %27A8FD05FFF827F852FFF8F8F827FD05FF7DF8F8F852FD05FF52F827F8A8 %FD05FF272727F8FD05FF7D2727F852FD05FF525227F87DFD05FF2752F827 %FD05FF7DF852F852FD05FF522727F8A8FD05FF272727F8A827525252FD05 %FF522752277DFD05FF52272752A8FD05FFF852277DFD05FF7DF82727A8FD %05FF52F85227FD05FFA82727277DFD05FF7D272752A8FD05FF2727277DFD %06FFF82727A8FFF827F852FD05FF7DF827F87DFD05FF52F8F8F8FD06FFF8 %F8F827FD05FF7DF8F8F852FD05FF52F8F8F8A8FD05FFF827F852FD05FF7D %F8F8F87DFD05FF27F82752FD05FFA8F8F82752A87D525252FD05FFA85252 %527DFD05FF7D525252A8FD05FF5252527DA8FD04FFA85252527DFD05FFA8 %525252A8FD05FF7D525252FD05FFA85252527DFD05FF7D525252A8FD05FF %FD0452FDFCFFFD75FF275252A8FD05FFA8275252FD06FF7D27527DFD06FF %5227527DFD05FFA827277DA8FD05FF7D52277DFD06FF525227A8FD05FFA8 %275252FD06FF7D27527DFD06FF522752A8A82727F8F8FD05FF522727F852 %FD05FF2727F8F87DFD05FF27F8F827A8FD04FF7DF8F8F852FD05FF52F8F8 %F8A8FD04FFA827F8F827FD05FF7D27F8F852FD05FF2727F8F87DFD05FF27 %F8F827FFF827F827FD05FF7DF827F87DFD05FF52F827F8A8FD05FF27F827 %27FD05FF7DF827F852FD05FF52F8F827A8FD05FFF827F852FD05FF7DF827 %F87DFD05FF52F827F8A8FD04FFA827F82727A8272752FD06FF52272752A8 %FD05FF52272727A8FD05FFF852F87DFD05FF7DF85227A8FD05FF52F8527D %FD05FFA82727527DFD05FF52272752A8FD05FF2727F852A8FD05FFF82727 %7DFFF8272752FD05FF7DF827277DFD05FF52F82727FD06FF27272752FD05 %FF7D2727277DFD05FF52272752A8FD05FFF8272752FD05FF7DF827277DFD %05FF52F82727A8FD05FFFD0427FFFD04A8FD05FFFD05A8FD05FFFD05A8FD %05FFFD04A8FD06FFFD04A8FD06FFA8A87DFD06FFFD04A8FD05FFFD05A8FD %05FFFD05A8FD05FFFD04A8FDFCFFFD19FFA8A8FD07FFA8A8A8FD07FFA8A8 %A8FD07FFA8A8A8FD07FFA8A8A8FD07FFA8A8FD07FFA8A8A8FD06FFA8A8A8 %FD07FFA8A8A8FD07FFA8A8A8FFFF27F8F87DFD05FF7DF827F8A8FD05FF52 %F8F827FD06FF27F82752FD05FF7D27F8277DFD05FF5227F852A8FD05FF27 %27F87DFD05FF7DF8F827A8FD05FF52F82727FD05FFA827272752A827F8F8 %F8FD05FF7D27F8F827FD05FF5227F8F87DFD05FF27F8F8F8A8FD04FF7DF8 %F8F852FD05FF52F8F8F8A8FD04FFA827F8F8F8FD05FF7D27F8F827FD05FF %2727F8F87DFD05FFF827F8F8FFF8272752FD05FF7DF827F87DFD05FF52F8 %27F8FD06FF27272752FD05FF7D2727277DFD05FF52F8F827A8FD05FFF827 %2752FD05FF7DF82727A8FD05FF52F82727A8FD05FF27272752A8F827527D %FD05FF52F827527DFD05FFFD0427A8FD05FFF852277DFD05FF7DF85252A8 %FD05FF52F82727FD05FFA8F852527DFD05FF5227277DA8FD05FF27272752 %A8FD05FFF852277DFF27522752FD05FFA82752277DFD05FF7D275227A8FD %05FF52275227FD05FF7D2727527DFD05FF7D525252A8FD05FF27522752FD %05FFA82752277DFD05FF7D275227A8FD05FF52275252FDFCFFFD74FFA87D %527DA8FD05FFA852527DFD06FF7D5252A8FD06FF525252FD06FFA8527D7D %FD06FFA852527DFD06FF7D527DA8FD05FFA87D527DA8FD05FF7D5252A8FD %06FF527D7DFFFF2727F852FD05FF7DF827F87DFD05FF52F827F8FD06FF27 %272752FD05FF7D27F8277DFD05FF5227F827A8FD05FFF827F852FD05FF7D %F827F8A8FD05FF52272727FD05FFA827272752A82727F8F8FD05FF7D2727 %F852FD05FF522727F87DFD05FFF827F827A8FD04FF7DF827F852FD05FF52 %2727F8A8FD04FFA82727F827FD05FF7D2727F852FD05FF2727F8F87DFD05 %FFF852F827FFF852527DFD05FF7D275227A8FD05FF5227527DFD05FFA827 %525252FD05FF7D27277DA8FD05FF52272752A8FD05FF2752277DFD05FF7D %275227A8FD05FF52275252FD06FF2727527DA8F8F8F827FD05FF52F8F8F8 %52FD05FF27F8F852A8FD05FFF827F852A8FD04FF7DF8F827A8FD05FF52F8 %F8F8A8FD04FFA8F827F827FD05FF52F8F8F87DFD05FF2727F8F8A8FD05FF %F8F8F852FF7D7D527DFD06FF527D52A8FD05FFA8527D52A8FD05FF7D527D %52FD05FFA87D52527DFD05FF7D7D527DA8FD05FF7D52527DFD05FFA8527D %52A8FD05FFA8527D52FD06FF7D527D52FDFCFFFD74FFA82727527DFD05FF %7D272752A8FD05FF5227277DFD06FF272727A8FD05FF7DF82752FD06FF7D %27277DFD05FFA82727277DFD05FF7D272752A8FD05FF5227277DFD06FF27 %2727A8FFF827F827FD05FF7DF827F87DFD05FF52F827F8A8FD04FFA827F8 %F827FD05FF7D27F8F852FD05FF5227F827A8FD05FF2727F852FD05FF7DF8 %27F87DFD05FF5227F8F8A8FD04FFA8FD0427A827F82727FD05FF7DF8F8F8 %52FD05FF52F8F8277DFD05FFF827F827A8FD04FF7DF827F852FD05FF52F8 %27F8A8FD04FFA827F8F827FD05FF7DF827F852FD05FF2727F8277DFD05FF %F827F827FFF8527DFD06FF7D275252A8FD05FF522752A8FD05FFA8275227 %7DFD05FF7D272752A8FD05FF5227527DFD06FF27522752FD05FF7D277D52 %A8FD05FF52275252FD06FF27277D52A8F8F82727FD05FF7DF8F8F852FD05 %FF52F8F827A8FD05FFF827F827A8FD04FF7DF827F87DFD05FF52F82727A8 %FD04FFA827F8F827FD05FF7DF8F8F852FD05FF27F8F8277DFD05FFF827F8 %27FFFD04A8FD06FFA8A8A8FD07FFA8A8A8FD06FFFD04A8FD06FFFD04A8FD %05FFFD04A8FD06FFFD04A8FD06FFA8A8A8FD07FFA8A8A8FD07FFA8A8A8FD %FCFFFD19FFA8A8A8FD07FFA8A8A8FD07FFA8A8FD08FFA8FD08FFA8A8FD07 %FFA8A8A8FD07FFA8A8A8FD07FFA8A8A8FD07FFA8A8FD07FFA8A8FFFFA8F8 %F82752FD05FF7DF8F8277DFD05FF52F8F827A8FD05FFF8F8F87DFD05FF7D %F8F8F87DFD05FF52F8F827FD05FFA827F8F852FD05FF7D27F8277DFD05FF %2727F827A8FD05FFF827F87DFFFD04F8FD05FF7DF8F8F852FD05FF52F8F8 %F8A8FD05FF27F8F8F8FD05FF7DF8F8F827FD05FF52F8F8F87DFD05FF2727 %F827FD05FF7D2727F852FD05FF522727F8A8FD05FF2727F8F8A82727277D %FD05FF7DF8272752FD05FF52272727A8FD05FFF827F852FD05FF7DF82727 %A8FD05FF52F827277DFD04FFA827272752FD05FF7D2727277DFD05FFFD04 %27A8FD05FFF827F852FFF85252FD06FF7DF85227A8FD05FF52275227FD06 %FF2752527DFD05FF52275252A8FD05FF522727527DFD05FFF852277DFD05 %FF7D275227A8FD05FF52275252FD05FFA82727527DA852275227FD05FF7D %2727277DFD05FF52272752A8FD05FF27522752A8FD04FFA82752277DFD05 %FF7D275227A8FD04FFA852275252FD05FF7D27272752FD05FF52272752A8 %FD05FF27522752FDFCFFFD3EFFA8FD36FF527D7DFD07FF527D7DFD06FFA8 %527DA8FD06FF7D527DA8FD05FFA87D52A8FD06FF7D7D52A8FD06FF7D7D7D %FD06FFA8527D7DFD06FFA8527DA8FD06FF7D527DA8A8F8F8F827FD05FF52 %F8F8F852FD05FF2727F827A8FD05FFF827F852FD05FF7DF827F87DFD05FF %52F8F8F8A8FD04FFA8F8F8F827FD05FF7DF8F8F87DFD05FF27F8F827A8FD %05FFF8F8F852FFF827F827FD05FF7DF827F852FD05FF522727F8A8FD05FF %2727F8F8FD05FF7D2727F827FD05FF5227F8F87DFD05FFF8F8F827FD05FF %7DF8F8F852FD05FF52F827F8A8FD04FFA827F8F8F8A827272752FD05FF52 %2752277DFD05FF52272752A8FD05FFF85227A8FD05FF7DF82752FD06FF52 %275252FD05FFA82752527DFD05FF5227527DA8FD05FF27272752A8FD05FF %F8525252FFF827F852FD05FF7DF827F87DFD05FF52F82727FD06FF272727 %52FD05FF7D2727527DFD05FF52272752A8FD05FFF8272752FD05FF7DF827 %27A8FD05FF52F82727FD05FFA827275252FF7D7D7D52FD05FFA87D527D7D %FD05FFFD047DA8FD05FF7D7D527DFD05FFA8527D52A8FD05FFA8527D52FD %06FF7D527D7DFD05FFA8FD047DFD05FF7D7D527DA8FD05FF7D7D527DFDFC %FFFD1AFFA8FD13FFA8FD1BFFA8FD13FFA8FD16FF272727A8FD05FFA8F827 %52FD06FF7D272752FD06FF27F852A8FD05FF7D272752A8FD05FF5227277D %FD06FF272727A8FD05FFA8272752FD06FF52F8277DFD06FF5227527DA8FD %04F8FD05FF7DF8F8F852FD05FF27F8F8F87DFD05FFF8F8F827A8FD04FF7D %F8F8F852FD05FF52F8F8F8A8FD04FFA8F8F8F827FD05FF52F8F8F852FD05 %FF27F8F8277DFD05FFF8F8F827FFF827F827FD05FF7DF827F87DFD05FF52 %F827F8A8FD05FF27F82727FD05FF7DF8272752FD05FF52F8F827A8FD05FF %F827F827FD05FF7DF827F87DFD05FF52F827F8A8FD05FFFD0427A8272752 %52FD05FF7D27525252FD05FF52272752A8FD05FFF852277DFD05FF7D2752 %27A8FD05FF52275227FD05FFA8272752277DFD04FF52275252A8FD05FF27 %272752FD06FFF87D5252FFF8272727FD05FF7DF827F852FD05FF52F82727 %A8FD04FFA827F82727FD05FF7DF8F82752FD05FF52F82727A8FD05FFF827 %F852FD05FF7DF827F87DFD05FF52F827F8A8FD05FF27F82727FFFD04A8FD %05FFFD05A8FD05FFFD05A8FD05FFFD05A8FD05FFA8A87DFD07FFA8A8A8FD %05FFFD05A8FD05FFFD05A8FD05FFFD05A8FD05FFFD04A8FDFCFFFD18FFA8 %A87DA8FD06FFA87D7DA8FD06FFA8A87DFD07FF7D7D7DFD07FF7DA8A8FD06 %FFA87DA8A8FD06FFA87DA8FD06FFA8A87DA8FD06FFA8A87DFD07FF7DA8A8 %FFFFF827F87DFD05FF7DF82727A8FD05FF52F8F827FD06FF27F8277DFD05 %FF7D27F827A8FD05FF52F8F852FD06FFF8F8F87DFD05FF7DF82727A8FD05 %FF52F82752FD06FF27F8277DA827F8F8F8FD05FF7DF8F8F827FD05FF27F8 %F8F87DFD05FFFD04F8A8FD04FF7DF8F8F852FD05FF52F8F8F8A8FD04FFA8 %FD04F8FD05FF7DF8F8F827FD05FF27F8F8F87DFD05FFFD04F8FFF8272752 %FD05FF7DF852277DFD05FF52F82727FD05FFA827272752FD05FF7D272727 %7DFD05FF522727277DFD05FFF852277DFD05FF7DF852277DFD05FF52F827 %27FD06FFFD0427A8F827527DFD05FF52277D527DFD05FF27272752A8FD05 %FFF852277DFD05FF7DF85227A8FD05FF52F852277DFD04FFA82752527DFD %05FF522727527DFD05FF27272752A8FD05FFF87D2752FF27522752FD05FF %A82752277DFD05FF7D275227A8FD05FF52275252FD05FFA85227527DFD05 %FF7D522752A8FD05FF2752277DFD05FFA82752277DFD05FF7D275227A8FD %05FF52275252FDFCFFFD74FFA87D527DA8FD05FFA852527DA8FD05FF7D7D %52A8FD06FF527D7DFD06FFA8527D7DFD06FFA8527D7DFD06FF7D527DA8FD %05FFA87D527DFD06FF7D5252A8FD06FF527D7DFFFFF8F8F827FD05FF7DF8 %F8F87DFD05FF52F8F8F8A8FD04FFA8F8F8F827FD05FF7DF8F8F87DFD05FF %27F8F827A8FD05FFF8F8F852FD05FF7DF827F87DFD05FF5227F8F8A8FD04 %FFA82727F827A8FD04F8FD05FF7DF8F8F827FD05FF52F8F8F87DFD05FFFD %04F8A8FD04FF7DF8F8F852FD05FF52F827F8A8FD04FFA8FD04F8FD05FF7D %F8F8F827FD05FF27F8F8F87DFD05FFF8F8F827FFF8522752FD05FF7D2752 %27A8FD05FF52277DA8FD05FFA82752527DFD05FF7D2727527DFD05FFFD04 %52A8FD05FF275252FD06FF7D275227A8FD05FF52275252FD06FF272752A8 %A8F8F82727FD05FF52F8272752FD05FF27272752A8FD05FFF827F852FD05 %FF7DF827F87DFD05FF52F827F8A8FD04FFA8F8F8277DFD05FF52F8F8277D %FD05FF2727F827A8FD05FFF827277DFFFD047DFD06FF7D7D7DA8FD05FFA8 %7D7D52FD06FF7D527D7DFD05FFA8FD047DFD05FFA87D7D7DA8FD05FFFD04 %7DFD06FF7D7D52A8FD05FFA8527D7DFD06FFFD047DFDFCFFFD74FFA827F8 %527DFD05FF7D272752A8FD05FF5227F87DFD06FF272727A8FD05FFA8F827 %27FD06FF52F82752FD05FFA827F8277DFD05FF7D27F852A8FD05FF2727F8 %7DFD06FF272727A8FF2727F827FD05FF7D2727F87DFD05FF522727F8A8FD %05FFF8F8F827FD05FF7DF8F8F852FD05FF52F8F827A8FD05FFF8F8F852FD %05FF7DF8F8F87DFD05FF52F8F8F8A8FD05FFF8F8F827A8F8F82727FD05FF %7DF8F8F852FD05FF52F8F8F87DFD05FFF827F827A8FD04FF7DF827F852FD %05FF52F827F8A8FD04FFA827F8F827FD05FF7DF8F8F852FD05FF27F8F827 %7DFD05FFF8F8F827FFF85227A8FD05FF7DF85252A8FD05FF7D275227FD06 %FF2752277DFD05FF7D525252A8FD05FF522727A8FD06FF275252FD06FF7D %277D52A8FD05FF522752FD06FFA82727527DA8F8F82727FD05FF7DF8F8F8 %52FD05FF27F8F8277DFD05FFF827F827A8FD04FF7DF827F87DFD05FF52F8 %27F8A8FD04FFA8F8F82727FD05FF7DF8F8F852FD05FF27F8F827A8FD05FF %F827F827 %%EndData endstream endobj 27996 0 obj <>stream -%AI12_CompressedDataxrƒ x~8žWolIz+_²g|b E,yR}4Oy*hMRd7 Ò Yy̬/_ON..jVO/X\-/>!۳W&jxi[&o˫7!~>?+_M -|z}g}wgOgG_꡼kxMMG?7<Vyo}bd*#dOˏfyue_ߜ//<^~<t黣˳?'+z]??o7g'ߜ] HcP|X`s^^_C;B̟ ]_ONib`X[U7~^8AP^ϠOy߅{k0𷷁_ijϿOXh]]YҺo~ꗋkh% GdyώhGW-ab/n }ѧ%Ι -~ߨSg&Q_ [5Rkl?´pua&S5O7W'|jO%|'?d"`3w⃋9NG\-g7tfǫ ,7?o.o>|{j9ᇰ6 +W~| ,.?fߏ>]gGGW_OkM l@0 ҩGwWoo n"a^r}G4-/N>= &󫛏'?_^bۏrLP|;>hB& F[W xͥ/N:B!&~ b}:{yv;989:?߿:}{utuu;8}szl3>,׹@X@I[ES`, rqqt$> 055TQJZ餗Aɹ\}yjU)U^%\xkMc^7z_}_/| p 0 .ڃ+rpY \ڡKK*xMOx3˫\-Ծ:PJ%3jzOBH5x\,>4VXP5CW;`@q ո->t^xYyA[<.dPAhD2B{aapȳ{,?oJ?ޣ?{ǿ+gsPҟCQ%K.E6턭/'"={Zе:XTRJ) 3C5E[tl.]5¯^qqL_H14Os᫗F_ą 08|1annfj.aCX4{^{P='L! ~83 Y& x%jضx-`̔0c5,@  dԺ%aZkX =`%8Xֆi0'faaXNťx㢃y B,@;.H.%>4v}A -4 \  7'҃'BD"qsHi+KԀMNNN )Ii`zx"yKKNakyE3ͽL:C&>Q$//U4HW.`B,00ZPYCa <W:VʞD9XRְ :(>/J@bE\4K.AU ׼J Uej.r U.aSnEBP%QB35ޢęGK[Sp:UVnV:Fs;*ha8|oPB$0[$T=S,MF+`QPlV >vP^Pse+  sª?6\nDzeOQKUo. DBeg$5}-3/ᖗ6Z1d^QYwш\. ֒ -~"X%m&i -EXHEЊ L.J"h4r XT'n/2O9qBKОBfnKΙ3j|xRyI *02hLzY*١MZR%Ӌ)(ʯr6p1'NI@"ʪ:ɦUCE a/"Fe!8% -Rh3v(4WY*Bo_QaQ ӇBhDUM"GSh=>0F0@$XE>  #N$xQEwAZGoчUI3JhcEm|@ǥB kqPa$Ƅ -l :ŊRN -3eV۞9^=2,sYdӹ]M]E:6YM -3[u~Zܾv_u; @\'-"Н<4d`Zǁ .XhBE":Bw -ݣq[+ՔFyiT` -q0W TAi*sK-t}AM$8LX-9 Ґ2Eťe1Tk>@eޚư4<ʚgW?Wɼ؞KR۲F_u/.Z=_]zhh_ʇdLd>69Jb#|H!0UC2H4ڴ -1z { -@?880<m ,Ђ90ˆ -#*B0&j=ux&lǃ:y3c9uޭ϶.}ISd{7k~)V9ukkA1lyuU=Qs -@)WXfa`U&ph{:BQYD3V+]ݸTQ]FdS^)C;2<7^ՀQES'7IҾ!gs #}dBf)~Q*&hd6^ 4S\pW埶t^4nj/NѪ_ -LyT_5u[=RiVa-mc{Kfe-< hU*1 C+ C'hUŰa5c:rB* 9 uP˴ {U1QyeTnlWJ*-SOF -jb>]qٕl6EFڬd1${Dդџ? U7DqݚCbMjoyqDuMX)A]c1MK#0Z45D,%@%Rh#bp@c)G(P5yRȃB'ʯHLȑT7:[1+meKV2kSPVʪ@I}K a8e!a;.?Tn?'ɣIa0:VQ.M+I0*nJ6jȑ$Hr7C+cuRo!OUEzЪ!eU0aS,شO!a1oDq`TMmewqje?sCamPzMQeݢc.Я(}qDRҠENd <j=!' ǤAP7¢!'rT:z¦b?&`r& Epq,UaDPGuhՋ(Pn TwgШP=& TPDxT3W]9{3Xa9*&\\Z|gHZNki-*grvV-P1k=ʙdLx9夗֤rb?T@vXrxHǷG[[[R:YN+(*[R` -6ajyoT-E9eٔi~u#ILPKd:H@I5҄+$5)30˚1^~f1揁25揁Pa c~10#*0{;zX`kݛ=}pt$;0vXq^=$6"shmsq'zu7e!O H GG+xfx$gN!>kyu L2蹼RDqUM['}nQjڍz5n/FA8LQTV 퇲Gcȇ\.S(A,)ŵCX7 C*X={:`bS:{F^{ #Ȁ#x sԒ^ V`Rp`@U2pQ&L y;>`">促ի>Z-pW:+եr@ - -hB} UṿH0[@u1 @l2}\_ oT%~*|ئcǭ x|=%3%^ ^Ј0"?R2^ԃxczucFn4Vvx5ۻ}@yö˰&֒DT]jO BCegN4Oc8.ۑͥٝ&)O m]GNC1)RWaěC|m]|ԾOũwFva0 yOHSܨ΁k$jѯHzEŭDZ_9}WvdoV~פ1e"&7fkWx_q`3&PŭqWC5#6*oN@'Vޱʑ Gg,Kyʙ||m}pQf+u[#U9KT}\j b7˃ Zi۵n:YS\cjGB2rYmDi`˂, $z(DNrji 3$TQ, Qꎴ*؊VBE-@,"-Lqb-kl[CKN0ʶWe3ۜsR}q;e2GgfK*>O[OgGHE*i,+ޡGtK$iwS+)JBdRQ;ڲp k+ytѪq.Xj:>|&ճI=MV4Y\6'Fcz讑ys}J ѪllCkkmf̿!33bU>WSW[?huKIM`H-JQ/tWHuQ:hn)rZ)n~*+}P -E4+ \\u,Ƭ6iXyeV&JVۭa?5c'Ҿ2:Ɏ0P@%TBflS/LKŸRhil:K1HՊqM,V;qNvINzȓ#";d}⮕{<\l?'9?e[lU6gq==atʺX -ދ-H8$FQ;MLho۲BhaZu6xkOk_[ B'՝T'5m$Oj!04޶;s{u _l5ײu,̞Yn5hP;P3ZcGͤތU\x:X^FՎ h~y0'BS=$Q -ȳh.9?Zʺv^l-o}#y35Ƌ\sc>Ac>Ac_{dlQaD ]Jv%X)=C|gNU9Mhq1;~|W"_;<RxY>n FN^=|vEtZ:>wyXJYKMвI0F2"Ѧ~ mzpIFB -C)ժbtgX -?_A8xºJ"'V[A]v[ILVl6U=mFў { ]zuZ!Z ٪#V&ƭqZGJWcIhڞ+6Yw"ٔاP{OR"xŏWקM,T'̯n>zyuJNuguSQP>]~ ? @Ng=97:3=C^ Ή*`~ ZJ CN_ÉpK;LIR'?FWp# -g*Jͱ9PParɟ mr-{@ ~f3x)x.$#ܼb9nKցs!o; -cוŮiDmK&_~52Pux*ᡝY`==H8Z`j:#XTeL`+f!` ;yƚҝ3quw3*^.r[@tp]jkfn+rנӚ( ӠB ,w&\"t&hv՞X\Rxi/H -x[WEk0c bRvgM+ִ`_\P;W4ʩ5TVmwտQ3s1}ǘuj*]]_^^]}@_%<د&{} o/A=>9_j:L}`ۻ|㱎_r.e,el֢l!E3'LOIjR4xKfV? -L*aEʵ'my#:qhTlDBk  -$Z6'=;XJ+S*:`pL"ZR@M jPU=0lrwml&z]cnөH-8^ㄟKj7aU͛"Wф6=rpʱ -= +X  pMϋMZX\3`΢ -VB`|Tkm4a(הZfj@M[7E cc -)!̄!.rBJ~ -&(aeQm3E{m"1^G zj&ԓ HLN*C=A~EP>tfB"8ah(&P~LʟY-dp]@RX/MM7bFhJRt7yMCZW3ͳ(h`: fWH舗yUelE^Ђ<%&ϢGJj iRYJI<,?3Z@+Qh1j1jgLXtZ# vމ8y23)#3x.m -cd1}DGɥ"9(”27)5n`Q7F%`ǺԠj5@-c-]biIZDTh> e*Ԛ`s/JR.,HpǜI(Qb5f҆8A)]$ŪZdWQ`-b"l*ljVy"u\zSLLﺐ̇8FYYLJQw‰>GGyD5tF-!5-d0!CFC2R\8oGg7oo_u]o?y}w1_'9Z|ɻ2|j9xZ4oky|=8/[wͿѶ뛫7gˋOK{%v?ç;5oWˏ7gùZz ά6CjocWOËקw㦗O6@7C(К[:x ʹ$'Yx9:1WGחWgɑ򛫣OKWw E)d]l9; :#q,.?\~<h>GHx/Mmӎi{zz:2j{yG.g_~|Q`z2{۠ 6ިިިx! T6Ψ{˳N.|[|SRԾMz;LH9Xx}4z :ˏsonAz&O.]p*r: ''A7Y$N.߽ep`!9Yv^6??\^,'*:y|yvy?߳F:P|t6*~v+xsxh^> ᇛ;VϓPmC?i6ʖbiyt ?^^\FG._Gf*r^f†x˽ =&lf&ɶ;Ԩb"էߢܑ;&eGshr;2|}xGgM]b/r~ci`YGwYkswtgW-q$wHtqĹ| ]+@D!]goFl<=[n`q"'"f#ЛC^?9=;{:rcܑ]y>3'g9˫/.CHvbs/v-_wivfok}c$=+7ulg?nfȲqe3/SO`~$0CK)`$۟f s޽1gʘ3nt9S$Nײ5 -,1"C -V!~j_ NROMWr%nl`[NAח.?3фEﰺ>B4#wC!V5s,Ázz8=%yʼLtCgX.-/#wۻsF[-.ڿ_1&gO/K 7W@lm7-rFKcWv;F^96ZFhyU'k._;?N/ϖ__-O:mpG1;8jkQ1tT#jz~>GtqsL,< Jz68ۣëY^W:_=y/.__^a-mϧgd-F1IhkճG\_gޗЕ%mڀս<N姷 gcۻIƤM< I,ᩋ>盫7gwɎ2sl o4)WλI|hj7@ 3c sxsG`Ňv{ ?ץ|b6){eѸg^Gur[ԽMHŨ -ߨƨ}&o0ǨRgtUmPOרߨߨ_mЧ䷫wkսx) -&=UW^1Kv|w;bLy[GƌdOYz҈w<) >oώz Gǧן6ӻpor:+q˴nZ/n?/_fHR/iij)tp5ۓ7[B6Z/&ǓO?<}3K26^ -o9wyOeeב~n. nܵIl[^^md[9 סf7ϗ&/fnROx͈gψgBbBF|ut݀S$_=>ڶ3kwmKg<ζ`NeH& x7:鋽oE$ 7_^EP)N/ ͏^:{yV}9?_nnU=s ͬ +QK ,jQx n7/9ѓ&J;SPf>9AzYj5J=ى3 XT UE#*U\*|p'fkiW;~%Ha&B̈́T!2DVM78>@yuJp:UH#@ZLh.jMPklW~CwJ:+}1PPMe ML kj!SԱ֧2SRMSDuJP:+}O;/@Sl.OW`1L8V6*@Pw9b4H LW fk,5}[@c"I=H>zaHMk^q2\Jq MkU&rf -_S1IM 3k@fZ(f*H9 80ژ -ڙ`ff,ISZnBX24BCF/C;_W.gyr8K> v|D_NO˫TƬ+,&.S qrX'oo o7M -j ax($}^D,e?[Q/.~\^[_.NΖEֈgwI. -/g/ŷ(M =FZ:*Ph>.XK7@zPT fFaɅ97HCn,Z0zd94=9#a5Q3-iNk[t6q Jx@<ո:GKJ1mm̬[˙/ &8ä?8SS5&g|G[BsR5sX,xӠMiϼG @Ț.Vdt׏BU0_!T|}8!( ]ñA[?R)(&&@"J]/FSh&ݩTMuS_W2M}a+_.$@+ѱM k.зnƲAemp%{@o~&ڡv)ͽ ݫQv`r;;^}ȯE+=d5L'mu4\Jt>4F5ɨWY-Wz1ʐ5L  14ʞ-:=I^ DGz"("ދ(PoeiQʛi-9ozoAgVSf%=9wʶo-E8!elJapF gp^cKAmN܆Qa w,#WflʊNiu&SMl:/開$D iÐYŠ*1f5/P-ܶR΂Q>| f ޵eF(=w} `:cfSndT)`?R"K~4?NNT,,*)` (E*b+Iӳ!|JN|g(W+3s3mE`j.0 -X&0Xc3χ9#yT"B (ɁGf;sNP)=XLŀQ)q`2'B|>}¦W $>IEdאos ؾm&˭%W-Vxf\Zډ9) {@~'*ޢht+;]]D_y}#~~CMvs4NE;g ԯ b$H<!v!_#Jء{T~W֧ȋ#k*%Hӳut\6xx (~c=ȉ 0weQ+6L3{Wf<.Kkl1q @B~gqx7.BҌs KOsiiSbϬQ82.9v],}>.P!V }_diltO&[`4ШT|^uk^1$w8|{e\WF~' RӑՙFVuVA0Rj~O okD Dy+;lc5־ qChpAe׸BWK@%ԘKSL%Jj@2IDV4 $+4ofI6я^˒85h2_G%׺w%)EDȲ$W|y6Fp!HGU+x?Y?6ّ1Zv#v<'t2(s P_ )ve%v4?Nߒ?˦}s!nЋqhn ҇]*wNف 1Z;кu4tq3hIwk_7@n֑f.}>tfRvAT[pp)ʃ6bئV<8O],}x 7>&R)(PRyٴV1IƜCmվMc1޾*ojZ,f!9J:ww[J6P b6^Z`>#}֤Njq.bd -0N?6=-y`1ɵwp+YL#Z6 tp Ջ5B("ɀA„"0u|*cJPH,(x7oٙmqIx8)vugJɚ wnq[A37K- X#JC5^L8å(E\o= TJn9 X4*7q[̯hlUi)1cYIhQ#3?\]֧oHS~Q wK. x\XSgXFt] J4K2sa:v\n+:siL)1EJDfvɩJ ?nn0+xPYdNVVĎbiaz |z,˸&UBRh"p6b\u>V'ѻ cj6;]_Fso.N&}XNp²d[Xk=A-,Y@$kt<>@cn>߆1n|6P $[O_[Bd,wI'|26cHQѡl`'vd-+se?ۜ&9''wLRk*рBMH.PtC(0}轪4u&ӹ 1y l}fSsisF8] v;ܞ͢,T$tnN[J^K8DtU#w-Qx$FK2Ў@! ƈ:Ihhܒ#& < 70 &AaBv#S HcJ!SX:& -lv{PUQiJyMFƮv5y]Q@S O dQ& E.4ALdI<~6!b=TK# U>ppT-[tMh3"I$tqxI?@5t,X]&Q]b!.alS89G 4x:.XQ -@\А1EćѪ"Z@T# j/(@V"|[ &5.^`1F 3DCJ -PnL 0n rsN1%,SԐAEC$`+`ٓ;Bzv!l*=&%9J rhNLQGTOWM^$HQWRRs:tH:j072r?! ;zUޒMO-FaxU(&Pi*%2(6&Z#*H!p% E,#3T#ɢAbFb t؍DO J/Q&8F\ -w@E|[€!+]Z+ A8 y;WLMC(q<)K -ؤZ.jZG紁.KTddK2U,9H - !x.0ڹv mH,*D|-nܬ Ff ɳ]PNi(h`E&pkxAev<xl5q*ij:Ґ#]IiqXeN# egN01u -]) MZF xpHIZ05}+[e$59Ȱ4Pm![smŀ%ڄ Q TaE+ `#`*<s+J! -˨J&' ( :4 e\ -^N5%@Jd@SSRR{WD -nbHÙ' "2HD60ɕ1uzf7'@SAF"b+xSyXkyΡ)E@<Jg(#$SH7-nh4'@O4bSft^^)S]9-~6]Uҿd (eM06MO%b։@(d4Cmri>KEOs٩) Lrؕ[0Cv!nETvfBx nd> thé Ilh-~l>ys:mP[Xm2(eB~(lcYJ|'b$׈N=(.F޵EmΤ#H::#H::#H::#:ެ!<ѥ1(k9S]Z^Pb',(!^|G7|v7-+i@tz%[R1ԴS4q5ާ7F̂R^U!nfT))d_j(HkA ؚOY - ML(O6\v1vWppxEȫ*l *XHɍkf@b bժx5e!xl $\O+ 6#Q``Kh -t;n>;\tI/@MC1-f-Xn{Jpٌ8+Wb Dn2Oyp $5DI CuN'3Ҡ#}}HnV -T˜R4I3T jFBͰ/ H. >XCƿ܊E3.o0>ZrX* -;tb7^N!sI{m}kwbf[˙Z$T"z PW js,x'${**$ P@o~5Bu!N{ˠrw˫GsK atk9/aP9.l4u "NF6y: ԸJ&L#@R% Ҁrlv *%9. 2GaKi@yڴ\q\gEZK:%.6L}zCt 5IZ -/KwlLL(C降Bk#w 2 -j/.X}0ӹRtᶡM|lBitόlBKQtnc:xT5>IL!$XlҳTR`HA/m/IjwHP%NIjõ߶%T)A Fm\hdbЌWxϚ!O%T-R;95m/a\CƥԈR5fllڞ5}V.yae9<+L.oё^9Oრ0uC&qik4BDMc*|vEle;x~5P(fh -mwfy8M@u!HyIh5JBULl6c!NnX4r EIcPcr2)n3  ._cE(q}[?x -ُ h%:Љac`]Ccj -Or*|Xzُ+錄0jG~7OFwK] 'BG!2iU{F|0nXR&JI6_6J-H%&67%lv҄>J'kxS&:Na 8St -UckeRn } y!^{i`j z1y  uT:AS4_g@QCp3SKw+ hm?8uE -&I.CP:Z02ͳD HeL9<|z^SӺMoz^ s"+Cҁ@b<ٕ<ꤢS`EIA$C6EYHhḀ$@ NG] PDSW=7y+7)joCзl ,tN@_c5S) -zEܨVpt˶ ŻxQpkQNʎF@sXPH9ؤRnu.۷70lр6}[彤yW 9.c( -*h=o@tlm%`s+L)o2ћw0{E)j:2dQKI񽹦&8y')ӧ-F::Z9?|K;G6b&>^ W-%F92֥if+z.(*4 -Apr.0/6)nRzzh'tx>-RQ}h1їBQ~ x9y -y12'z'" I.$m%F1$P*ۣGŀ=N'jog\K}б1šBvOG<5GuЎ9-G,)CR}Ia Q2$re} BᳱU\J# = /l=Ø +(HOB= .KN'oM@;0 <@=e o/uSDjR)(?UUjKBV c("я&;1n%5&eC4Qʾsޠ dOPnb :2(+ JRdҗ. 2'&AD,s`&~8n9WyTXXBcИhóɁߐRpkrg68 bʔ 9Ӳd":lwm{0|` ?d0)"ltF=kcѓqҧFzq Lѹ<-4; -TK[6h$|c%w9VaI ]0y}:8ƶsz> 惛 ih.'/d렗m4ݶgPo0QPvC-))l@h9mDvWx<QuǦQ}vǣKsD2E,ic9czKr 2K$yZfg,%c*|Ix L ̈PwtfFHijC{ |5$ /uG~ݑ4Ql,*YHB0p wC, ]иLbjFSx|f=q,m\&p *s$Z{uB#{ -N@@Rs_&;֍ёCdSgH:+F՝1_Rb z |"qE#hT M0[$g@͋:A%"RxA>>er7ă2X%E6# -ڹ Z6^H,,:5%GaDp*Jv s-K-(x|}B1Cg+ST&j Q(LڡZ[$>W!Ӟ"71){\-c+WʋW$ŠdžR;1':w#HdC`?_pC:Xȡ.Jtڨ=_PyAmIESA̞$y꫕mF'|p)c |4,"@u>qelBYhH@+ؓiZ,1@KM.F\Q)*2)$O'iK9P>q#0WK6ڝ,fBX$CeFӁ|^'y^Q:;M Pa;"OrH!~e-oh -s gXZٚ.hX:@{D, -ࢡS$juF>1Dt2P P}## HtPs/8H*@S0{MsipHs)GjI 0]#HM߮$ $R D˥q(" r!,P*KJ6bC4:x- )P-frއ*hLj5a`PBE #!&1c7E, I2(.#1IȐ1ym)D͘tbi^s3'>Po5'Oe;;NX.A7W -DY(s0[7\5F`HMxVkۍ3a@rvג2O`6(yϷ6-6]F"<|LꌴNPJu\Slo!D)OgZ1Eͣ"h0 @={ﵝʲ5x"u7M7(A -"p.k{<|cU3a-+̚5S̀Ƒ쟠! ߈| ÂÈg.MJ# /7h|  1KW >{8OOp)sle_#ĉA6Zx-,` I8?AZc4u fĢ78pEe\,,j%0MhA^DFƯ_ȁ'`g=fHL? nr3l{JkoHAq -U!tHdp(tIA8Ď2ߍZȾz]P6'N`'/x[[픘GPʟ})V~KA|K6 -Z'NK8O9ayyrqG&"T8%h~ k֮p $g> )QwhO&D]u;hyiLAB(͇hZ .K~UPcY](yMUMoSU$"*bDLD*E* %p/U^ۇ[ܾG67>`x0xK+6\N끳fbwXf@E(˹E9\$x*rpˀژa6|'KGa5 / -$ #i☏ேaGzJ$jh'aKʠƉ +sÁJpGELhe~Cg@"ϓD`CELN,f ñI&> Px$=Jq̚~ ؍D·8u7(:8;FlDF&&p~: "8Nl:,as8P^F\aFlJSnp^밞C&ЬX[BYLpvOkutOs 7bY4Vȯ :X0lE 'qWeDED;A+d*!H"IC}SezmA> VscnM_FIH8 uajwؙP$yR<8GY*@b9\5s.!BgߓW9"5?#."aTCWOiVDR2^eiۀ WBDMRHb9  ػs.r?S3S q#DQCÈTjS.b-fe\j rvC* sɑ+@Ju{3̖t_h$xj;PD_ɤ8%)=c:x]I' ўqpnXp(͈f*VI>m.宆+3D* (9eybbjf0ju13i9ջς֮}^-3dx(QDC V@㥛.#LEЈ4qoqV迌@qie;8$NIDy+մXJ&Ui%2-A'l  -AJMl"A簅ZA5`F=a OQ!QYFQZOݒHsu$#|YZ+AG"S/YSf[2lؖ651fdQ|ȢxSXo`Qdu,JPfQEIB̢$MâFeȢL=(, E*,Jew0EisERBꊐrp3ƢTh#Buڳ2b' w@QH՞>%*O \R&A)xq\k5Q\C80ѣph1-'xHJT*׽g]˫n*ʚ S>P-\o\90[x3."rlJC<2G̹IEԳ,AQv8z-N6C,M8[r5b눤(wlUOTHj!p~ 0?_φqg0EӈDc,1_xF&I\f'{٤={>n ;/yz֣v)żw4zM.M.Ա}믶-c[:a!mn[u>cM܅!z%{ qnM~ǵ q֭YpÄIp ּnq0)nFjC܅xq{eOЮGɁB'PsV|, 3GA-G8gA`{3Gqg2 Jk+ -:,NZO8J)%:vf.?4" I'KAeà4482u@@^ 0Xa*1DE}_+h)%A0/Q qtsO2n9KtX5Q2)$~ԼYyy3Ҡe_xqr/ ,,yYYR@5Ϥ%ТqM -&Ժ֙oVBq8.e%)rJj1,K}G-FxG,Sxs@OVEptDv/RM H\?'Q?@- -obBSR_ܔO`0) -Og<$Ψ ÿTߔL!VxMJ8=ϾE/n'WE8|SXL*I㲬|HL1kAעX̽Ŀ/&3%5T8蟞7Ńu4[*}H -R4834X``Zy< ~ -V$`&\6&qߞ͢9Ru.D̤Y @!C^d -MF͚߉Ib>h nCQQsaD^򌺧B7x8O׼1ȪYoQ3vHl0熣 MW#k7B?jyoGPB[ Bo2MC2`T uvB"= ;F$P ) rq5X$xӿGfRw -Ed )jP3|UptU*^>(Qwy~J x))rF cyzG_?6wwJ\ȷϷgy'|rKG\oI˓9,󟿽IwU( 0wG6iYA>?a/}"",> w:bcl]oa[?W\Jˏ#tVC5]#&Js5o6ճ?Q Ir1d4AK@s34'clHLUw5wzE٤Aw|Sh- $1d6Y -e#7W!v͎g0ܓpkhlyc|qǃXyb{[;CXCH桺f0uJ~|Oe7;u -l&/O΍o!,*v=4-a. lHP 2eTQ-z#zZ*ŷzkaGž q?(IQ4Jkq/ %MUgRA+3yMI MD㬀E'LElWk,!=?\4C؃T}*)jWF`-EZatSu51OqMBSU~c؃n'O< h`U&(@BjzlވLOyGD"k_Կh_[gX|t>n@LStuAPNcW  I -=@E[GPj0Y[ď9#OkLR4}wZ9CBK$8 H}lJEQSA.VпU€,-3{$xpQ7{IE;v8o -FgBK]*L0!nk VSV7lvI-WK]}ԑww:;>'c1,9LK~L C-:sQ_f*S:y?LzN96eֶ ^:na#aQvZqMbß/W/N$Yf)&Vh |A -U>&wl`Q_ u~݊4 58nsQ2y^״>H(fuo~{ r8wTG5]6m O!D97Aƶ^ϵ/D ¸Wo[ {ǗM3siZjg3M;ү2'()iU֗Gjy+7'NXs3G)o0u'BZ" W?*4x*:J {3RY戦 B{MŻ Li>&mU}aqJl:MYyqUꃏYC^ G 72D'-Pnx8ʌ:6U:$OH8 @jjDq0>T'>}fBgzu08ZڲؕRoبѬ7p'w\ <0)uѠ%UÁs|*A{q)H!5N]!'z2Hrh0'^g.BDxkHdaK ܅;ԐbWxLD*_Z7stQgIu@"Tq6 -(ى "6i%]]Iq*X-z 㩷6UR@`z/qk#TSL;^6-֯&"^-9T1]pvxcT[6Q)KmJb$dfn1,kֲ$KRO4oT[*seIjzI[ MSLD|x$9KH?pNG_i9훎'"Hڟ*T\H`$֘[P8aDḛe -V!nŠF(.%,z=IvAb*kY*)mGJhYEVݠ 0(GxV3eHuw {,h*/YؐBH[rk^ -:6ByntfXo0|Hb͈+wnuozRIޏFc͞62J4jMU+0j uZNK}˱2|۪16ш7?F~egMOSS5FmdPeL̰n%L:X4ħ!:b]}B(3_iø8 -ѾEs8wpih)SdmyƴE7bu 5m댤|ϴH<,{_{%|ZW:te2kvb}F(z:pzz6]Ԏ3tUAڈOꪊNynZm0Oq{o{<Žp(;LJ YJA0=a(t\)e^i1{[1~P{&G&7J (ksWB-*(L MCDK[>څ ۼ̭~.ʽMkB$HmI+Eo004{mg?~7fj IH`TϘf\gϛY.Tij̿o94aP]Y"hZؿo̵9Ѷ\{^dS4Qcj/ :ŽP&5M5f׭ito&P5Ov&b7Yz{TߎsT-WEQD*Yaj7Ft =͝M[;< x7}]Uu\)sHCفǯOgHar -s o9x%e"E>_14Íg㗧FgJ?dOEZ.nS2ɂaREvqg( =)?(]xq7#P|^ bxʣvLvm8 -􍗁>^w&\2Ct-[B{$j@ -1,WU)b -,aXdHW ̀;2 t0vqMNnPX9uꁂ9@"crTv^ă )~!} r Eܳcf/M>! jx%9'"%fThk,f"*6>vV )R -`D))yRBRMAMw":cga)B('.TTN\&'chFTfU4d/:.{pq -YV%}?r[h`#{~^XRI`?NO i8AUjtT&bTxpܶ|J__@rMWxZ5R.{bm -ST{n^3k_JTkVuPzA~}v9Eg?= !E❕(/.S^N= -X#s^)*_׋ JƟ' f7bIY9^^3gеqMTe&X7x*uczd_FbzeYvħكǗLj$"_Nbpzv\.n,"WH ;]A_VO5^N;T xF9?o3bp@ZWәpMt~&\gy _9].|U>ĹGI7١>$="۸rʷ|5R\y0w%b=OoE,ۋ^Ѩ?:\x}?_̱ٗ2!m$RGs> -CG+`uw_W>ߞZMZ{Px9o"d{ QO6D6Idqzzz3% -c %m"rwYP+/t(vEExoG?1ك(:'_*{"˿W߆F!6{ p|Nct|p͎Ԓ8@zÌ&3s,zV ̰} EY\?ɣI`!H)2| - ȄT-sb.qUا2X7c$Ջ{j6wntr4~vI(H{vDWC|QqD( 0_"L߼fY>zՊw>*S֊x"ׯ h>~obmMQ>/I>(k_Aˆ/k}u@Rڥα~$b){{_u&o%wLqaSk~n箘{?+G_@8KDgbvt y0-Z\> {/*B(ķdb{gƑ}MgQ_ -$\L"rr 6ቾ)OZ+VfbFD&"ڃ00A$iEIOi(8imjОwjqm%B7м'Kj@D*ݧ{P.B* J\.3W;R M+8bۍBRKbyX*s5L$)ugYhqH񍋅UY/l|*XQ}on"Sd! QBo6Fؽ-ηB/vlQ=~y^TΪWz %t0yH)QKX~2xY' -Rk/!G!,Mp)#79?v6hWA_},EM>l -Zj9$K^Fސ} c=nc/a4?EHޮY匿Vz1@8Es yd4S Ѿ|lԣ`,4gkd$!C/ĎBZM?̕shXkKdoM,b}}Fb'WQ.U/q!$x?9#_ώtk^g?^x H *"6I&MMDT*.6Ci~-}Ds|5Ch%7wZfmo_d{V{}fkirҘߞgmºQdx#ԛMA +-@fȴM eow^Z~}n@Oe{Nw?ܹ_W!V[u̵ӭHձ||Z/NI/j;8'S蟉BVH(Q36XKZZN }ŷ3){I}ZPEDj"8>#1/xR깝gWEkpJS -3Teh#u]xH}"ͬ vKnNa@|c{>g‰7bwE^۩n/EBGmU݃fp:M;:(ʭ ?˝aA7FJ?_O9~i ]/ԺktA@`ʰٽ@]2Lp5G08U5ԽZsϚ$̕k+ɐ 9S1ƽ:v1a_UNHVH2Ԏk1!t: /@KRJ$8pZ@U nJf4f),t -($~8@7z"`ݚ6bϲw}f(`vo}*ڳ~cPHiʲbvvYtA!w_ZXh3҇uQw7@}]GNvn8hcS-%Ɲ>@VfӜ9S YHgpnq9f93 ГfI24qA<ḛuH`b44iM,kxNJnc9Eߗ[,YUTI0P -7TCE*tbM9ǔxﴖGhw{G-$ t;R|[5:Z c!L4aO.Ls]Z_;G/QݠZ/g<٠\7tOh| ]cv=~N§A@}`>(| -1Qkvzԫ J'iA8o1 U|?QֺVmǯ5AKef ^E(AaqWoO - 4j>أhPvh@ - H_GnXys{P4]m:ەnP< ->{+A/s~lnoZÇ=ULQg?>s ( -r4g5h*n-QKA#}nQ3U#4 USZYrWGz<>-nb5hasJV=Ns|ve:huw+n9PSʠ>Fkp|Гp z5㯶/k},Q7'=A+qu1o>xMv؛js$o>AlP/#˵~'ZEA1s?O%xP_ףrбY zM:cA=I,K?G -h؝/⠍xPwh6:+Po;$%/NÐnc A=~ FT("475G=O":Bgx܉n+g>=#O|p2 h2xm(WꯜvR͗KcM3G7if('})\~f=& zxqd6l_C-˯3Cm%48d6weߟ5efyzB޾o}t^:pN v8z*uǖooۧξo~bT|۽aLŃ݄c=9hT+V_o6-2 bmulw,&Ta[ZN`W6TEtko-j`9ϛoGbZ|MғN$yLEǘh9_8u ?kO}UjoFկ1[IKMGEpHl:` w3DZ6x{x~#Za<{Ft8,X ʭh>({`6ǏElPyXӱX^jTꆲVĥUՠueP,˃u_^i- WU3(>c9(-E _S)+rP k=(HAym>/j7herP,Q1ZAivUHIčZ}v"ݹcD[;Zd1&?eB]H}t}Ε@sPEYMN<FV +@H18H7>R<"\& ʖh>hi#Hk}_J-16sqF)RCi&Nft c -.6TÝ:NPiRԑztSzm!= 3[ʎE:<˞8'Ojmt!Y!G9:^)m< R!X v9t*`Y#Ð~u]a˕qY -^oY/;Z o<}Hw,- IKAqzFhv>g5Ki1^ -Ûک?M6t"^ؑjUEtS}(7C vK;HSA>j< n-)Ev W&n0t6](t&2[v4# eL΋6LT־?$^ig tOlps\O0ײ9ҔG'z]o -` q m?4` N fdYsC;_tadupY߀UgnAwL -94FUn'Qg~gݙjy^\[3H,}Iw͌9U$p'NYzuI"-ڏ['iVt!bBxAhUvS]Pv?u>. tD姰 -va(ڤ4PI7䖢IqD&,EQ-;hAhFI +hhGhǪ)ew۠p6vK'fzrfAu2,]^"y qxo}ܒYs]XH潩n|. 0wBvr]95YQ~D{^TRgy܋Fywg#<1U+P -CznE͐ڕ[nxk qknxB7f6Xlq^ӧ/.`ܚ3|o - llyu?О(ׂЂ{b(HT~X[QaI^6["R.,wwH:;?lm:/l[Ylib.]F˨snq{*j|71K*oNg6%Fh1x4t"'hObLLe鞧\s̬o.Әhe.zY|c - ?a(arՍO:8ηd NMJK} HSB-7E$J$A&>NZ:lP%N{]6>N\:NF*:,CgA'F .CgAg-8w ]6N\2rPA.CJb#b::犡8$]l5ګ#Z,ygm9>NM~)o}k3ML T+OFE0+Qw|va٭O39z}@c䣃nJ -!rAs.iMht.\A<~ nƖFcZaȺ ^7n}Y{5$`7k ,Բ` 2R:o|δ.XƦ|9E>Y WrP{q ƝUw2peXzfwnr3oebk4bea(v7?" -1ZYYv>[u+q0X]쟳{VIk4ywǗ;x:[6BT -q 9:E 13D灘e27bgwS;Fre 6_#]$w嬨U5Gy7]Tt~.keOہ1"](XFWeB!Q-V1?k|F{[QrЂNwT^ȑ;+ ?*b(`룋qkѩJZ9c5]_GwLiޱ34J(0EM"M"c3%8p18Nv'5EF%iQEE9&gzLa\lD7Ș[dP9[dl@>"u!@c]<΀ȸ2 c),CJ+,+8Twr:nf1e<4V8d1hpu Y[1wNta~t!nYu *RzbJWwaE -|X*Nq-}<.N%'/f/Cux8INF-*3mtepP7+Ølx8._F =!bP/awُ8]/z; g\ZO{xgufo;筯m֗F,Ac~c2I+cO,ȕk4v/: "0q^q?{NXȦefmL  mX|BmJKF^]H5M#RoWTg/|D*T]h_e֭mTNFJ=`ޭƮE8$%_:Nb.؍kWʄ"jkrqtT#]hCB{};n}=Y=D!"솵堛ݲTwyg=hd ލA|ղaWqxݮҎ}SUlYg >&⬧gvc.z 640]lW졪Xױ&9Ko[2%ź+:uXInA+c޵?L9֯Ϧn"r볯Tlk AuQg]]/DվVM]4`Źl4ji,Mgf=̠|be1nG}4< ,xF-!u4ʢiL^SKg~3L4ErEt1#sjtft,Ό)vUEәMIX]4Y,b*FY6ι*t6[a4(Dә!%$Oulj:PMXQ4mttAWMg>fz3T4Y,Y< fb#3[B(-Dhn\?Kd]KR؂O_RXU:;buH4 ma:aq(XD1Y;))ٓͤSsLI&5We)5LNeR#:':(9673T2[$fMc/6q-/sLaWJK}Yʹ̝+Qv.s7Eq2wYybLcL {y4:YA5mRj8e@59\-OusZ@eC GS1ډuTDZDљ0ٮ–y}KOISuk euSe ܵ7̵7̝Gc3}+|\*bH}L=˜@M/ -)\hwfX.kF luY% -\2lg.W wǥ ;9YAժ^?Uq|U- Le Ü++5'+[ i|UC -wV[,ȤRP*?{]۬lj*Tރ>}Y9 AGZiU!Th+܏kisYI<)Ns:xd,rcryf] ?;6Үef4_̚Y1YE9N=s1\E&r'T bWW޹P=aLc]Wʪp"iP,Q5jb\곊.qmL\3E-J{]ZVaW\Vʋjv>!G>1hJb\E lD7O ޭ_wi?ׅj0TBtAb-f`-O6l_ +5;*aPuvrpA md]mGWg 'ݠ$7[ZZt=~Bw xԆ%cOJSٮ[=j9(U<ٻCg70WAKePcT҄V#xrc9(:uQ>,%ěm\(];r^-흌C;iAah^T(̖U%g>ɌΥ$LAyKɹx3y]C2ɔ5''KK])U6XsĬTu**m>*4MUvSwr>5ΕfJm}^G9{iy\T& mD|c -M`[K -ƚ)#.l/[2#0LDk7ͷ9W.0e٪D.V"^Ik13td:\֋.bfP -uzq[oucӞcm|ɮlR 4$h_nrV5q;,gnMbYrsHfɴ`UMeJ/QLi]g_$PڿSP@7g*9F\ءULUc, < b7sC>Ytf.V:Tj-:1ETI} DZ!Cu(@^l(@Rgh& -ОX*hO3ac. -m yiT%kI-uǶUiU?Y(wkcӽtl-ֻtmpP=eʜ%3tC(Kzct+kpsWЂ/zQ  q?ƚuJ(q,ݒr O~G==\T+$La(v~Lo\ы~Wܾ*Qaׇҋ#yx6 zqD$cإK dKy%ڔ_E/F;]*qR$~xC"`гb)o#[bt*:D_#] 82@5oS1;vZ(toChhW"*I!pp|1غ.O.]E[I)q -pSQ"=dj־Oh]w5F &{]Q)#"6c"7(Q9 -iI5^vQKX܅+c]LHIlUl`-V\-O/nç;MƓK=^r=2dA?ISNMY/]Wj1J;$h_M?YlBh -Ԇ<&,6С𑓎xu$j+"QK6PKm4AZrS0`!:B=8CQs7kO'x:±mN (@\HU1G`'n6(^h M9ʹР#ǫ8ެ$MX$aėa)DPtO2h9R#T|xr[YKj17I~ТZA~mϺk!>ф4vɪ!FHN.ݮ#*Y'(ЉdK1(qv{g05xqMP77?J WOؒn5hf>G@N7N>)t٨\W HU mSHp*KOje蒟E=@@B DCbRc6x"]v3dfFTU޻ײ+-mKUW $E{6S:x}>>;y=umFΡ*1rCI8PqƛbƘb0]ع_㥫Uҿ{T[;o5^үD#˕8 -9?OR\7Í,sy~U?U>4?"!Ж7mi7Wڡ{rOb\oɏ_/hfW}0,>ꇅWo\/R! i|,O=~ͥz~lߧ_̕R;>*}I¿H#[ "m'R_5;Q~N?ʲb|-+˘㶄_~p'\B4Zhc_%Z׏>Ewŏu|Wß`0ml2q폾~knϾx巯Q||~]NڗW(<﷯烟H緞 (Kj,ZOr~Wwo<?ގ0ߵl;o{{z{V<ݏ>\x?<>7em8_G?|&>2fWVj`ۻe5죗 -2\')xj(R?eڒrxA+Q*wq{۬9h}o#OU/ڛ(&^~{_)hAL&kE~?{鹺q녟퇿{k/}k7*ަ9f;㹗~XXm^y7yy~*s5}+{W&΂[^A| |S-{/I[]Gv܋w^rEF}x_t/#r~*cփϝNwv[soSsjO?(@BI^Y?mͽMͧ mkg>mͽMM1Oo[soS<|ۚ{ۻDl1'd7-@VZ-{ @oa_.N# -8TQf}cǩyz_TxMsƴ /wn*r^J++YʷwkP8|oPݷ|^K(O19(/7;ZؕU|;wxs_1v*ʵ+/a9_coW6nZŻ_ -+ߍu~>/ *3>l}^-j_z^}s{?]5?*>lg_X+{qEOT]xx|~7(A[^ctww?|ӟML*YWG?\V=?,>|Ռ pFCevCz /^)W/nz_hK7̼z+O=kCP]]xElɿSZ٘UER:p3M[>̫2پyVDmf^Wg̼z+J)lf^)+$nf^Y<̫2i ̗\,463^63^,?rfu^8>ɭzU~?}[/-O~ŗ__.+ "󅟧]%g^G_tq[/|[=_~_.^?xqd+EOnօ}_oܝueӚ/mq//#wywt񪟗xqy+. 3Zѵ/???'W_jЮnoMu'9n7N$^۝o/t?mbclI|ZOI˻IqA|XbW*I aDeY>"ũ2#LrZ\>]! r2,YKYp:W9qćeveٲ4<LJe6YN*YcSN=>,+țI?eY< );UN\a]٧d@y9-LJe6YV0EwIN9̮2ʉ >,p@f1 Vw 2OWlQ0rZ\YR;$̮2ʉ >,3w@fWWw 2OWȬWE|[T`#I]ݝ}*|:bJqA|XbgUb#/b92ߟdF>Ɍ0iq=>,3}HNTqW_ʉ >,3}*ÇevT+O"u1&1";RzÊHJTQv_E~*&.(;2Yi>.<YYǘCLϟd6"A|\f'x$U*'.%Xiq>.<*3<2;g7gE$'*NIf;UN\aq\O0+cNȞI\z:D O"o - >,<ȊXNTaYfg&9-LJev2Xɉ >,?Ɍ}*'.If#+b9-K?lyǘSUHN\aIf<W9qćevO2yi=>,?,cLrʡLJev2xɉ >,?lyǸʉ >,|v^rZ\O2#䔖y8=/"9qćevg:W9qćev￉ -5o -W>ainHRWwz߿'D$*N߯`\eؙȋXN 2;'O2#LrZ\Lߟd6"A|\f'UfWy0r2L߿lE,eqfwIN9If/"9Qev_e~*'.F^rZbߟdu1&92;' De ?lyǸʉ >,3}r^rZ\߿ʌ*$ّyɉ >.|٪qA|XfgE4;ƇH\aZ?I~ˍI\zBD O" - >,|ȋXNTaYfg&9-LJev2xɉ >,?Ɍ}*'.If#/b9-K2u1&92;g eqߟdF>ɃqA|Xf$2;̢;$z|Xf, 2;Vw 2;glE,̎$3IINia#"A|Xf}٪qA|XfѴq}-P|׮"ދ;BD қ$ No|XbgQo"/b92қ,3No|XfgQo"/"9Qev?M_c{ >,3}7}ev?M_٬ >,3}7} 2;/Ƀ۽ٙԛȋXNKqOzӗeu>rćev/"A|\f'e: 2;zyiq>.|Io<;kaG鋼De 7}YfG.8.'yv rv7,oH~/›_qWZS"@|\\$I/|\f$ R;NXjgNzR;vD2K8 Oaǥv %,=>.$6cǥv ` $eq@R#ן$8U_K<@R9Kj=>.Du1NzR; D2K8`:'kqIxKjq=>.dF$8_K<6 mϔHR\q,UgW~ >.@leDw ]S|׷YVWz> `INO|\\'I<{kq6lvK>0%`a >.3@[-9=nq&Laǥv&zذ%g >.YjJ.Qoǥv*0Iڙ| ]`Ös7N^fE\q6lIwK>0u`ڪ >.3@-9=nq&Laǥv&z#ذ% >.WYjJ. A?s|/R_ڥ`M`7Ͳ?nM" Q '8 y y0Nz2;8l%U >AjKrᤗ >.3ӛȖHRT R;HjH"^6N#[bI-KOq>Ru1Nz!R;8l$Ee |F$8`KL>~0%;|ԎZ8`KL>0%A|Ԏڪqkڙ|adK,u$5$I/|\jg- vV}^ 6E Hv|j. -. -o"j$ͯyϵ|$@|\\'WI^6$- R;D,R#ǥv` l$e | uacW >.ImdK,eq^f:+ R;D2K>0Iky|6%{|\j'YjQg%A|\jHR\q^f:+ R;6%z|\j'I"^6l$e | aڪ >.kweDmt<@*pD`&ح[aڍa7Ͳ:wIX=M" Q '8 y y0Nze2;8?l%U >AjKrᤗ >.3ȖHRT R;HjH"^6N#[bI-KOq>Ru1NzqR;8El$Ee |F$8aKL>1%;|ԎZ8aKL>&1%A|Ԏڪqڙ|]bdK,u$5$I/|\jg- vV}^!6E Hv:|v'v'v]"Fx,3;$@|\\'I!6$- R;DOR#ǥv` l$e | }bw >.ImdK,eq'f:+ R;D2K>>1Iq;y|6%{|\j'YjQg%A|\jHR\q'f:+ R;6%z|\j'I"!6l$e | }bڪ >.keD]&9|D\Nx]2]5a@7 B:IJ?"Oa@?ɂ`n֙ bG,R):0 La F$Z):O Mau00"Ѳx{,5]Fx\\g:N/ ""OaWU{#<.3|h):㳸bkst^C2E"=kms`nי~{zXF3qI\Ց'i0:ӡwz!ɨx,5Ex\\7}녷~>?~꫔~_~]sn _鼿X5\s[/~տ/|<򫇏_~wkoWkO?|6uo.Qx-h;^Ͼzh/og򚖩%אַ/-w#]e»_^GRn.ok;9E׸a*8cKLMwoq*-uR9+TkewZ~Mg(cVɹ>YSg;qglɊ&LZ==k*Rv}os=2IKK7ӛ7*# W0UO}s׻h֨x_O&٭w d,\Pq}G(x2SU,,Uu~y4A
;<  .[0<6 8Uԩ+{Oa4A{] me >VWh2t !ojSLDULUӿњ>.WnI,j46˻^),5$RyJ]_˻>nIW,aa\1uu!>Btr҅blC4=4 Xc7vV * SI| NhYĝeY<>kF7ϭRYWK -UV0Ϛmπ*Ykެ>J6uYڭ*+&ITY>MvVb~>B"TM -SYױu]f,*fkT%.W,Eا2qLcpԪ 2i NYJ&fOIS9yp7=Ã> ajP 'v+v1o3FGp2'(shU? cm I3tVpY:Ud[LK-QgR2 ף\^jb[(1K%-v^B[Gu$t%EW]θsl:h:éjJUr70ݿȺ}q%[f"l]WFY!_Y'f-ZMR7VSE 2LJEΚpjPQz|jv|j5<>yVQKadt3ZmvFIRVc<LJVVv=U=֎h5:%WjiVcUH'1}`"VÃۓX#DFfXIaq*f`/(jc3$UW(Gd -Jjs'Uü0վ+AN}\=_߃f<`j>E<ó 7;4C=8 vh{ eSwZ#NUÿ*)ʬ+z߈z%=1۱u G)ɨ֩Wv\ڱu -ƘMHKB;m&O(wZE- W)M`쟴J٤T=G/dљ`{K+8tӦ2jZNzMCn{-v+ץԵ3xgӞMصgh17x6TZ]k}Ghdڳ0ލ:׍:#`iq֥dU^|~+ACAU7B+(<=#~Җ.lObez}q6,M*SͽL+t(xg"LW u{c\쌜';tE1'cg-e36ܮ;;ԣi) jY 3p"D*jI!3*3 -1ۙ+ 7hvOxk 4]waTf2OOG#v[[U[DL[e&dSzZ:ZDM{6czZE ZD. G[o7(]P^"kM >_kv$Q"^1 AɠrKFs݅$p/Q(/[E- 1E\4v9r&s .7hvgk:]L6OgS#-"&[-2"JE(K,NP9 -$%Dsk$u" -G/8uʸ54iroXYHxރ3&M Gʄ<8CƦ۷*a`A\$]Òdetrp_u)a'U@OPf^{X8I'g҃#[Õ`\z.~mxzqyf.-3^IC{PKj>nf=qi] wIom;WCp|]\XߘPJ6MWۥ -zS|[ l .W(qZE- aذjJ" Zqs=5)x3G endstream endobj 27997 0 obj <>stream -1.OԴQnLeV=ZHs؅mU[D\Vi0Yh S:xhq6TZ]k}'hlڳ8C-""ɴgSahuuF0 6K=Up3(4zU0ҖPlOb׸{ouCG'Np%{RAO1&UgTojV-u-jQ^V#Z8ROioԛS}-ug/ !JVQKB-%QZVH='z00AQ ZTVjN LamN`OD{cRCx6TZ]k}Ghdڳ0ލ:׍:#`iq֥ZzO [O ORC֡kW&np#˗ix93Y^4?G2IziP_aE0A ? ^58BG*} o_#[W - 30;\?諅057_MT1cTqp?ኬ9Y?WQCor!jE7Td&sZm1Id}E='1і#~+:-ɜMhKiV-1U]Ix64 쫴GAO,JBu%2Pc @D% vO 2u#9t -9lI@6lYhK3co4Fmt֖&m D `h&pvL"ځ@r:zAc&!IXxgӝwD8g{ -z Y/ց~9]07۞Znէ‚0.+/VV .8/d_ݤ kYwN=\6EX V{T!H…ڸI*X5|-\@=q/ }ÏklMݏ uu-""boڳ)׷>/yz`Qfn0ӳ]k=Chq6TZ]k}'hlڳ8ލu34alYQT|U -\'TK<5^㝜MbMaD'B[iv{z}6F*Xc51c/:6Q\K;}_?Lߜ5Ӻ96k_3‡$ssSMWQ[mёO ?WP)ҽs=`go H|.b0^ƋgƭhC\Eb${1 aV2ZRc5/$lbPh%RɋєC/x1͋44M,2v^yk|9Y%32`1שZ۵H ;EV( h}R'[;dRB;}}qe<6+ \7 $xzLM%?`2VHpkpC+4fä&Ooz㖼^Ϫk `F#UEPb0}~[4?8Yo0}0f8]2^W?n H^ D2,/IԐK5%kiB^0E쵴D4^ |浸z-zN(uS<AZw]ZDE޴gSo]g= M"bTE\f5Onl=u #^EٴgSih=vǮZDEijiϦz7n0 fg]z-K^ +*lb<=~ҖChVj|;CˆISaBB5=6ˋt)=*ԩjUdVhQ|2T/b0V{7 \[I8DXa; UJ]6@hTvALeԭjYA -aJp_uB<- _{(㵧yb[κX -{",DX.CV㣈Wu_g/&m wJ˜أ* T-3 -m.֠s^ b*#RbĴ S̻%C!-Z 79tW il3xg.:&XP`a eg(&Lڷ0iWcO=i-g(+H}"ol˰ʀŤ!(5 Ri ?yt_ȠIDp ]3[{Le2`)_s.G6` hNwAd$TmD$.]ZylNֆٜ mAQI v 1ZJZ D%%.BɆC0Zt6'k5QIņkJZ>bkp'OjJZd@.<  - hp< U6, ᡱ2NcMm%4 ANt) L(bhKpJ y|'(K밒e' ieg(DXML;/-E og(Y]L - 8`IF7بL\6\{B;SX'ݱQK2\%gw4G6*\svdܤtl9797*:YƂFy=7풍b6<7)3F9sn28snR٨#tV%znR0ۨ#tV@#tʉب-6[P:%IQêujTyQJmS3(aeU`#ẍ)yoRa7%O[q6'FmIQ5al%;xv<% -ZORZݥ äa [+]h|aqHSsHS;v eռΰ4t@`<[K:M JR3 /~q2fTd-ixL&wSdGhsF6$lhD?/q :e6aQcYs.^ eU9u%֧zz)YCP="8h6͞Dx}, *>f)XbHTU|f3p{aLjπAAQ%^CP *>AMxD᱊ &5^S-Շ۫*A -$hWU|P+V%d:xxaǫ7-ITW%.9CWfQŋS^e*֋^2lF٤nJLmfF *& K<;a"E$I<,xX$HoHRTzۗlX:ˤWY c0{M{4 A!MpZkZŢG|s@Sxa3.?%exHC[xf̊Hzaѓ th.YQ rHx!3qhL,BKtʗJx!ᆌgZgV$ǃ Y5$s!S 5$s!# IO4CL雷gHp! )M$C;rOx!-{ ~ʜa} #5~ ?u*g,\ނXXezڸZӞt \s1r|=C{6[%bNd5;YK =\onh(G6^.{ -Pz(J -p-ӀLN!<hlчe P1mƴejj+ Uxae Q1H8I  ™ 
LA8Q߆q[A-< -<`'8\)^N2!S(q2ĸUU%xDۓXSZ2ﴫ?pCa-NjxĂaeEpQXpaXpaXp^؂naoR&!G EƂKx+!&k nsH h/{k[o6|%Qnu3K&fiÒA3qNZI u]m\E=[Zi 5;[ ):l2LD c7_=SU8 -|w[j=5>UU]laVA2cg݇jca"!x T_Շ LE'C#I(#%!0Ap'qi5~ G\ԇͥy3M}lcTmQJBqG}`YpQ]D cɆ hF:Ó`0!P /3?H -FӘ 2,x(hE/H5y}խbKWUbX@zdc5~cPED>Xc&ii&@Wt7C7;i E&5(j|NN-cL!u; 2{9=9q[w%=ň֩lG*$a{!|h]K {o{➽CGSeEMf>cjvE_={W"sg,t8;د,X2`(ZQkE֊",DX+ZQkEz"q(ZQ*<0x2IF&ZQkE֊"EXЉVǵkE֊",DX+ZQkE;Ux&ce\ -V LwYʱǬ^}1V~\&i V;̀ \;@N):D ̗]ԎMI -5\rߞ5i9U-0wu] #Z`"X  JB#s!j`մd!.H)W*jI0"#.j5 ,#kȔ5{ -J\1hcɽ~Qh -cK\yٱX:v,pN zM"oHQUxT_6\~As -E8KAXENZ92^2k=Ī:7pO@'`R `Z0lPi0HI'ZidwH(`~yVRZ y=Wk0Ut\%Ifp_u;jOP(+/P Z{~l]Dr5WWËR̮FK Y5>,jPW5'jMDr5kxR\ 'Ed!W1-5Dd)CpjR)Ea%!"-5DdqQ#g3-5Dd)|j IUWi6m,Ts>Ǝ=P`_ap˞Zsj@Yj.v,#}jAJHyg~0T1 U4x:XˆRjC!bSMXBPW`ae G w+7X~tyLLp -G`2~lOb&G5j&{ -b&BsZЏm~(A?vג[j#, Q&! M A?\ԠLpDxBSCЏM 40rI?bJMh1F3azД^L -iE)= 5w낈#'N%Yl+G -#8ԕlWWݪj,}WQcBpF&N3`m~<pJ^6 qL *WSx2m zo xESC b3:҂x zE0B/GA^<'kx R̠/.^45R)-̠7^8:J%!T >.xH0x~{^\~mVx1=Pcӯ:ށRz /x/]X ;zQ`=@bk&y7炀%(o*T6(Cr?c 1!}1GWҘ5*]/Z00f0=*KԻ5Lj7P9ZEgUlXvYLURlU*uP0" _ -6tfU!!PHES,Rt5f1cVњꃪ'gTTtϪkΨ=*AUvIy0^!jV Rn9 hRjUi**UEK+UESYEkRd`' -h *AU@0Uh*FECPJc.wT)Ơ*Ҩ.KSKT`x.)]9 -+04`w Y#1<;( `znx$l||VC=TD8a]Y IN'@"a,qB$G8'0>{&)ԒD'#VT;Ncw"Exډp\#Ǣn'‰5>z -^BXs3>X6N̻-;g_,Ibv$XLtqSdѢ˜I}FҀ+35*aGi'(^lJpӻnU1lcZԌS G_O A꟮KΤ!oT^<5>tY(f4?5-5&Qc%9qx R.]nd,A*$Շר:=-9Q2ZRk4R}x9q'PkY7 BP4a u;50!\yQlk. 5S&3 B?^ULc vPpje)l;>矀jh]RIuU,䮬CO;(㠧Ѵ,PQ)/2AJꄓ@8 fp_u"pUx)beDKƑ6{DWNaN4k`$z m>D5P]`ej,р%y/y).oKknkqӈK,y6畧;,\70ZmCn%f|WhFV`BKlzKjȋrD0~) .FEiZrna>$C$[-n /³pȠrxZ1:ph -&tѾ]\)&]Ӛ)pRHePY|AY>ԖB3)2o[PQr"aY&i%\@)pnʯanRZ)p^\2NBka9v(E<)%ׯ+禴OXF9m0RB% -@Y3Y6yBbLm_{df)=OOmbINV%υ9bwv uC?\^AW̙}5>MF|4¤vgS#Ϙ0{F%sބJmJ^N}e%oKQv,r\[.+m)WK'[^Ng*c9 $~yw-y,i8sb&[Jl牺-<%\3#4Wem h4`QYNigjJ L`ɣ )ԗ\:#(ʃz{*Iވrc}leT!#&eM+~#.<6۪1«]i<19tC ;iQ), ,%cxߵMg5u&q|;. - yYv<67͙ΫxlKv]q>VBs&e{(Aº%8Z61X.'(`Y5Zŗ7^sPGD(!A^0cC''ƧHJmNtt䵩`r䘶 -u[:Tz:dm̕^b6;ř:)s:J5qRC; ҔDB:ZtHKSh6'49pVhilًoxJ-m _L(%%ؔ%NUJ# -PP3ttDPPy~Cvҡ|GJHPPPPPPg#WYPPPPJOjnOJfOJ^OJ@j@`P@J^OJHJ#-ututfut tmP͵tfutk#ttkes4:d^Ɨ:DRBoѡ|GxpttROhutC4-Ѯtg EQ=KN`CuwttGCg~tC{:Ts:TlOH:TvGotAOhtȘCd,2!ctvXCtvtutk~XPО!:#q -pdP`K6E#(mS[ pt,/O9r0"re4s6MjBմ -!P]hal n&=Nx]S}({&b#+ 1=<+l kVm+4?̃am~yKIѧw 3)@T4L /o`O{{YJw__y[+#4??9m>g?FG6MJ)y?ŅUIJ}o|hp1:8;Wq` -feZ&02{@y(=_U^JUفUo_Q=CP&F_5DCkܞټ懥gbL -XPƳ8@` $4ao+(˒׵l x.壛xUwH23f>@nyk|ܩD/vN%N&LȌȴݸ߼;;8@ʘku6SC b D\WmBrezA=ݽ9ᶛ};WrP[޸UKKK=o[ 7777܎77ڼk}o- o^g_\x# -ycވ_Hyc=o,G@xcs=ouwF;F`)o?+2-{xc=oCy#eUyu*7Vu8ƒ;ƢfX5Emj ވCy#u F4n:;!K^mLbKqqo7ˆGˢa%LGx6BCTFD -? Bac3@yR+AS~%m9^H?`j7 LPA=Ɵv( bSN;ze1H2<%Pxpk7N9:l{~MWZ/w8_ނpsXCY.M*˶=YۋÂV\z-ആn zIv=%u`*F{}vXj+ݮ;,gIq4f h,LV /qD#ELB줽;i :i/N1Nڋ:i1N_T'F:DI&NKPZ•t H: RE -'O&#/N,_b@#v_ŋsh𜌱s $˿lV-^ܜ6'Qsr4'1s^Ȝ1'c<{r^+'r)'I{qr^4FIc#'!r!'I{qNx4FIcp'I;q'qq^X'IcL4IcD'IC84FI{p 'p^$'Ic4DI{Ap^ 'p'ſI{oN4Ic웴&EI;o&ao^ԛ4Ic̛&EI{o&n^&ĺCɝ654kóֳ+ԔWVgZ&hjW{KaeY%ѯ|oK'v|wM/MlhVxM~Nl<4"MWuU"?W~P/ -G/NxY*/Nx˳d^xenx%^ -<"{/[^uLK˒W=XY\2E|q72%8%/o^e ]/YLoV}'4|ꤼ@jP|7a3JٜI2+T25@K-/y◗Nj_^6WبӪy:j.;2%3%oYڸ.y -LycX'EBeq.;>ZZѰ+5arIiv-nz9bg?ݼDč$'qIQ -;_ qdoq?4ZŸ:#~ sA}|c~O ~ʔ(a~t{k|jdO)g?Rُ;\X#sEmQ8O,y=4y4PJSc{)%$SJNFm)Ϫr~U(eKɏJ)"PJRf%k"IN1cg(j-kkD) Jm.⥒-R.?'۾OGJyR܎RvV\7dreƅd0A |_fWWQ z8P`[A2kluMxTetFmww8~O.ͧ iB}:,K CYӅt>Ae鐣=J~OGjJyvQӉͪ>ptNY/lRE] R9)S2㡷ƛOg?v<]Otk˟Ч{i\ˎ ٧ ǝOڝOӅt>]w>]w>]hw>]hOӅzӅrӅrӅt>](7>]/}|w.ݧ/}w׵է Χ Χ Ƨ iB||~t!tv.BB>}^t||6.ݧLvͧ aէQ>>t8ALOOtv.ݧ/Ӆt;>x9nċOoteÄ_t!>]ȻOg_t!>]ȻOb|:00r tC>ݐOʝOO7$Ӆt(ݧ ΧC>PO}:jiw>j>]8vn./}p>ݍ}OgÕ1Pn .Pq:Ac߽\~ Oa@ NPq:Ȳ%9k.n4,XڀbaͶa0S@tX9C,}yC!7O{fVXh|Ut,ުSԌ*r7Ww5O^L#LrMaN65O^5=ɍs2Jmўf^U͌ٙ⟾t[K"9Vm5_`V텯nUQcdT -nCjuXzSkC#׉n눇q']Fnf'B:$^mktu[Gmec~kwun~k/]^qfo7.av~k/`3uH\^fXsu]{vI78βPc=Luvk75lu]{;Y(3w]GO뚊guI䖺ls]S7(]QK𸺮ov]Fv:=%<߸<:B溎rq]GuC ߕ߹uSxq%>][m7u2/"u]Gp⺎RO:}潎O]ӰNCI(ۍ+=ϑqunʒ_od/N޼WV:)^'#++{yrcVz#{t8꽎{]#KF6N k=}L1Orpdl8A|CZe؇={l ؼ{5> > 5vVq:l7[ ` !øˆy0bY!?Cg([S0?3є|ʓO?y] t:'8 N%sV@udg^Y[8šbd0?T0)NP'? ,$X:o00E"H!:7u'+HlR04§Æ2wc0{|~>"fR\&? -pN -BzOr@t#”F؀Q71CD?=ct -cd31:!~kQ~:2[//өL~M\|7'!?TP -䡄U ny_6mPG?\)bТ ,2H 1,Oj,wy 5i.8b؟F41r}"'/kryA`D8&BD`OD0c'܂UwAOxem,THc`#ԉ0~9a~tWцLOxt"W̮ -6I*?ic?.0i:[I&b$2ypLz=duWu"u"P0A@qbNʔz+J&5 -cd XNSRL(ݛ -:'YS,23a^F`aKCuS4~C@:>{w@Vu񗢙I7_#fp3Xq:Sp-^F3sKean Ԣ ,4C\9_udseb"S|+-fM"&ZqSPhG7c!1)I} -D& {6wA'xFmŏˏ1lЮgA -cd$\mS`ŀ(+{1 NLHg=lP+ xMho\]hΗ;ж]2~(%C?ű>{BL+wʆS&g;aR5 ]pHM ]h㓎'&vg^h781 -5Vk"D81a& -9yX*aU&*·n>x䖬7USȍ\[솰u&ţˀ#w !@w;-Uo"A3X(UQǯurz G8Oķ|~`> &v\OblVO ˔fyh`ѓNmw6_-'DO -= }Wp5I$C1j`9M2H8}P uj(7i{1bLLHzRz=铎WzxT-~y:-9J/ZE=}־S(yN"A3xa`յ,ga $sh>aLԡ }}sxRǰ{ݘ0_X6 wyLx1o8Bۛ6vņ;]NEt8]NEEtѽEt8]NEEt8]NENN [Eo[[Eo[ev"k&,#_ujͱkxs|u~uTD?%iSN¥Q. ])I45JNIT##(7NIRNFc ސĄ@(OIo%j8IKo4 -XP4łCg} ^ovLrBm})L1L3aIYd`b(Y~4i>hǤQ蜙V_={okMl-ֆ;Fי\۫ wWV봵ZU - XIqS=cR=U -8vSs+4"竷N;uHz6OM67|l$>:-(Y. -"Γuڴsڶ՗C4Z!|ͷL!rkB`I?iL:G|~m2 oZ?BK" Z,ܯB2K NI# ~4E;C 48T}!IJf,i7 ;#Q}A(\iylFM]M߱;ߎ5cRkZ9\ߒ>D,=QS;e -y>jH'=}<'ODߩ5}<%wjJD d2>. 7Ey"|Deo[Ǒqd6΢ʿ6 m2{J7tHDϿ> a|VMU/?Wg1F8 Sl4܃`9xEQh -,@<˭'"2 "X@<L͙rDe b>=M c;,0C"fZ3: \=ngR7e<ѭUO`!(@Sioc`cd΢B ,}uPYP$Ppv 5M'EN'x~)Y 3M -U3@\QmC!8b2PDV6wLW}Z`(0Rd)~M¢%bXOnZkNa:.$l2ra"fѩ5mwoidTjQR@;&"L4m&b2&&2LFM4&#$Uy2hZD~d,ci1k*j2n22a2J3'MߘQL| -J΂G$8 YTEI> -s]<( %AudO> " -dAXK'ӆ_f2r.L֓3Y(b2]"nAX l-mŞtƧh+P5 uEF?lUk8SK5n/~;0cԌNăwUMqjͻMhxadc]& -L&wULgLFI] ~!XuNcyWLXʰa=*zTף2GeXʰa=*QY|%EQX<F"8 đO> " -ā Ks2,'~E(CH²D %P@Ğo֑ܻ07Rnڄ9q0UF* ; cȳeG*|=3lW V+bK~y.{>LF -U3@\QmC!늿?=.U:x z8K587R97,g6,[^ C'4C\=)3t:%OPq:`?N`j`ZaTzB0cmдmMcer*[8y&f<}sH]Z> l -ΟD,{K]Y|{5wX=Aό^-tVjLT h:0βLg܏t^鬹t܏*H沼]3I|Ȧs^qr?ƑNWߖLg |!,n8"Jq4z`~aKqr:.?ٜ -Cj< s2cCP۰`1P~Y`P'I} ^:'g<(LԚfA= 2i -:_"$|!~)4s4jͭ3[(c@9uFUE[Gd_h$:"Urt9te9E:NI:wrt5!b!?@4Cˌ3E -_bfL(3F3̰<(ɳ8*-w6U)چӾQjLTc12tS喝qjMU2amwF6tSﰆKt3ama@qR~66I%6zCm,$\T{rnؓIimoEXP̲U'y cMMbHUK>qmW?alV_?eDFj8GZS ;j7C&"D`yVNJ -x  NNzFr xI3ly'E!G)Sԣ!Gd+dUtIl~I_9ɫiPڤC;J~LS(;r6+f na ŜZn{EF<<T66؇RaQ T6"FEpFd^՞a8a Y >XM8C #=+"rqlq*4ƸaNE.qv|PyՇaOs5㕵T{, -q:Fz4) wuLR p=qz G)wxϟ-\Ed_d0Cė^Cr!:_\"*5&pR BƔQkN1w5(8/j6PvI`i#)VBg}W_9I%N>ND$-ŽX`V(V - -`!\ȏ=t0sïR. 0|sXq:+A 8 u2ķj'a##hXp# 7 {ʬYGZՇa~ˆW", -q:F:2"7F6O'x[4.-*K1ښ"n0<$hѦnqĚ"SNM08qVXBv,XZ-[H5F''hxnˆ%To^rh U?SR -_a94<.RxXNg%tT(K&KnT<%q!c:#qLG$dYlTwIt-K/m'C{'96l1ZpԿtqysud)_F|*Q&i']:kO쨼aw4&DL=ZFvN.4ķO&c8B* r%LeU-MLzN] FR>τ@4p\˜$Y2JE)`mM4/^Hxpgdܠ=Wpek -nOp5k 5CC\ F CsDCf;#xcgd~3$Z8l(tcg\KvvU%v\f}@(#ΐ bg(5^@Mc$CjgQ0ɐ(UO24 K28DF;C Iض,dg0Jz/?B?R,,ɐQ`gcΐ.ngxbg\hgp!cg\v캝 ;D ycg挿n%o6 9p&uNCm OrI<]l_ɳ8_%s5n#3P頪A*\H7$byк>O:'=|]aOV65W|p%YULaCV 6K*P!)P8=q¾]a_¾*H\Ǝ]a_qWs7 QG~&O3^@Kfc(lɃ2GS[ʜT=e+l!eNNRLa )sXIX$l7)jSXʜ/)l`v|ʜPaCʜm1e΍ mR}1bR؁}gvY¶ְ_6 $ͤe?&mtXـ31G%*\F -WjT(TB*HHݡ*ܨ-uǘ*Rw$Nxq -/ ;Ψ“:@Sꎡ:˞R%?B?Ӕ0 -TO:UpC^NN*<4^*\R}8}T ½`\dG #n*J3RT/tMC5 z:@u\Xx.UlS4O\oe0K%byZ6V<;Si~4ENJy :uàfWo6Wy$qD)!QJڜ Q`ypm.f·wm~ت"ըs)^:;vm~n<]ewݴ92G5ڜlx%_@M cjsY>Qmn$$QmnԖfQDmjsH@ӫb4C\'mNՔ9l).{̓:/ks9[IAm h6I47\\VQEIhP&m.3Ry(6V+g莵9 9 7eFegj_mSp - l'417Hh䐬f,'x Nx}cv X >ES$$p8 w;Nx'p8 Cע'e`UQ0V`l5cIӇal-͌_=|%] q6 ?b530C9~3CҰ1NnfFw%[Z &|gfrs .fFbf,EaLx:63fFONK]Cy_bfH^13/`0R3I<$fS[1Gx 2%N5/ <LaOq3]NGw(A%_y*IC!ya\̌X Td3C -a ;*o03p@bl:(c3cykOsϬ5s#WÒ -;V"8h}{tnr4Mω=ʿ!8آ2 -uk9 TeJ3Onx3Oq:$db}Jx:2OnMq3OuJ~NeAS]ڤcJ!8/`eH!Nκ5,z0sRukXy+0XrtIխR0 Y4)& R]6V\!_W%K&4 N6a4uXGAG>A,(>uxDO#9CO)4J5<&Z"%3kxwޝ4,q𝆧zsj.lKh٥t㉟ct=_Ӫ2{;571G95'zD+5^0U T; ɸD;%JՓq oɸNɗbd\CK)ө9S2 *.{2K:FHԜ%2 -4O:&5Kr C%_jNNrj]n95'`ddG #nn95< 5<30iOdYOhuB/NJᩩ^{p}^0whőӓ C 7}1u,buiLr|: 6lR) 6V ^SN-Eh?6S%Iw'zNi?Y >ʿ 6xM`ìa]tIH?Ԩ-ؘ#`O uϟ7MB5$eójFɩVrNSwrHZWxOzw:~6MɴLwv,n|nx&Bx"Nt(%و5W~+Is}|9r-=?pᩭ]%3` -wE8\ڮa7pq{mnfMK96n~v=Q7_o -PhβA>VFPYkk3ue42ȩ~fd# ˁ s%r|UƷen2]3Yc+I3bxaOaN !q\’aza?՚aʦ sPӎǩl0D(7 scxa_@攽qYRʑC:haSk9:0ױgԔaȗLo`dSlgze=gH0G _ƶe¿5q/yQ<ÜSWO:d& s`0!4gRNg윜2u)\/X35_쮶9UήMR;' s6͍F"np{7xH#:n0)iOoxj -xY|t^Y1 -A' :yЫ> {EGÂG:>R& ̟0?}'eaIon -X:cO0ɁD > ќhDJ4$ś)61JXYp=ihO43#:sAͰsٞhI? ͩ$Shn(Dsfn1 ќ074hnT93FFz7}p̍&sCIK4'%8Oh)07|!܍5ܰ<M 7sbgh +X sh8ހ9%MykÜ x*byq;; ,_uuWd{&9 \0'.0j=9t#78"-:LDO"I.PQ¥L2Q Y/H1jD8fBjzaB5gB4L3ĬF0hO-(,y;x2~1Y..9/*ȯӊY{vuXj :ONLCp~ry2.z1)gPImCu |'*rDtP31vX<'|m9l.NLė&r -|]/f9X)- #ń'¬IcH ę5'ffUIYn sB0K-'Tm jv0Kj80KbO`Yaq/U5IĂAqz|G eW[$ŐH?U'ǀ&jU1:7`b m2X7X`Zӆ,}]M, 7үW8S (nBR47론p,C:@zn,O3-I)rL+Dn1p9*?12SՈ@ pj|L# mK3pƅ[(p-m- vK%ݒnI`$[- vK%o ha Z9X\q,>~wT*D{yb鱭xRtѹuo5YRT4*5ok@4: MBzEb@H) 8DGwa5S 9WF'=Fִ]Y/C4jZcTm.^C xڅeڅ5z멸mi=lo0 -`Q -\4rvK.cSq0<^V|7y7?o'IT!è;-)%ꊥ˲~ry< ;N -˺w'H5V87u}Y06f62Ha!@u6Gϊ蛈 c4S(ƍfx'j5[xM igI-0n9$Lf9f1-yDcdgrЬ%x݊ja p -Bq2H 1n,Ųs1lsH8鎨cxN˛Uh>V"& >NL+^w&"FmV1i\'Xx \FF#@zj0 u@Sq?An_kX 'L?!%5).k2I0w -d&ڛtcUf:wAh 1,3!&Tmy i|{m1 eF -\fRo2o&@Ť +S t>k}Hp;[fkF+1K`*J`,q?j ˬˬ GdO? ݔORiGK94c Qq/bۇ`4JH$#d}/H#{B '94)49&Z# jq G4FFzF^m"Pܶ!7#-{ARp/h#"mCGG`/n f,;؃ p,V YR/+Xޞ![xaFc^ ~ؠ'_,G!M},oyVՆ>g!QW|`MWZ~n|sK}h#@T[k v~u/~O#@FiG˨"vVv괙eתl6b>ցXǴuLXFY+vk6pZ`iN{W6ϓ,U]6[͕6m)>?ՖW8*l{(SZIY\~񵷲+60 ZI6`W*-pL-8lƪ{yBZ] p" -Wp,ݕ֯_Pb2~jJ#E,s(W`R19b] $R6ڨq`H_EF)E=N$,0F9x!`1H&X -7 ].!Lx"߄8{5=9/;t0VDi{S4j^N#Y0م sa90ه(Z,l@`6a6bu斥 a -x DIV06E`x?v<;< Q(%Yh+#GDKKD1 -v|tCZN~}2 -壢)J#S*"|^|"<12"X& |,aJzG&IÏ@>rG P8G $Ve|G%n8&b0A<:k -!0G C,9(nX4}Ʀ a5-nP$D=MNZLQ 5$HjJ<^HMI -$,BϯBF,aFBLJM.5!5-&)s4ՁRS 1I|#n)3JM 6Ri$%b{L5$Ԕ$Rs}n $Q@y;'sT8U @^E0L&3DV%s }qPzZP-緸jH`i_ ssu jZeV&lVxrV= =:+Y} ֚Xǂ` 0RY볪w~UVbeQzFJ5-bU`-)z b*1"iP8#!bLUQ[X'!UDHcu:5P1V=('T0~1P=\*U=szȭu|w0ӿ+n<1]خ lbe|u dmf>JM-${0ֶh(UA^1w6<_w򻏅lea`Fs"y'!HCO-Ũq_*00n0z,K坓&Ω- bːw6mrrb00L{[m \I; yG "L S)`0``0E0"X; L  "p%?c0Iwذ Nsm8Bu -SY` - +o@ su&z"/27$,n 4 BX`׫0JxȧB!Lp cȢL A\*ڂd fA\,㴁&h .D B&i@. pX6$JH\⚕d1Ŕa}5aU P1A&jfbzo>OdaV\ cOO`66**D`SZ6bw M{c6 AhP1A#h%Kai˄ VLlۖ>tb+=q&wř4jtO}KL/1naDY,O#!4KQ[hV[b3N[b2(▘R<x#]BX~Z`4m ѷ%K`8mKcx܍]y姜:F̗E~:~$o'0?CچNp: x"~G~1(Wr#R0Oȗ-A@E`Aĕyiښ"oRw_*u{m7@,CV2r Ld#c=3b {DY͘bi+vb!㪛uڅQÞŘ:i[`5k,N,Gsou#M ~CaV#{|` {շk5?X l9f%mA5di6Z`6eĒҭ>wK+7[NJ|Zh8BKSwa\y㰈r ձ}\tcI5 -'AQXpF5c:5LeI?bVJ84(Q5H5 -\0mFWٛ'oזՔTChpJ?Oa!TmÉ^/֞i-f}eN5r/&0xz>kL9Q\u'vn8C <,@]ӆfȸ?΄ԉd;V@udx}=r$XyI^" Z/-+NB%)0$9"KBeHB*bIQE*O12ңD&IX$ "i*PA).4)>u# 9G$a!0GHBmO? ?*駭W𧭘'6n8ΆbGqZq:9֧m8C L2J0,ʹai NPaj #PcK$caFi$À dؤ482czL9?*ÜZ`^XQE?Cd 3Dnu#X>b;',9hih4~\\sP83 7vrIZ!6 -G0bB( Й,p|B@JS(dC_cB֨5fHQƀBkFULcd׈` pc_#B6"!dZ`kK4 -YqB&bCȆٰc/i.#B*7. e2qL`\&0.޸L`\&0. ˴,%34Gl0L`}&>7&b@#hnP1097_▃N^E:A(n NWNXp; rz옸u{T:tj q=,n!gTmv"6˴dk.X?AIb[tv,n9:hƉ~ʅlS[lrOVmyܶl@[躙h -r۰u7|'%Q=^O|s6̗цԉgYZ ~nl:7n5Gm>`qڲ0!m+8-F86L[VNzI[8!BnYiH8mYd##=G$,i*Ҵee GӖĄޔ?A`p -bIX;iKeuuHpnCmhWIitO@ ҆#͊}ȵL2,0# 7Þf|'b<`W@34 `;u puJ*)CXcz'[@Ҩ ~xQ7Q.e "ȊaT%S{JSu8C PX[ A\1: l0' -75m׳_T9e >TZ#zK1UB BW/p0SNz*Uȱ)T5r*DmCu#XRM=TRS#XXiS˱cNRIȱ*u15UaT3T2"A3ygEǷUɃx?6\wXd`⼳" fA~"o p*]6H E"蠶msDJ0wkԇJQ`EZ1HK|W>Abܰn.! Yms-MTE,4CE~=qcō}+XQk۷2'ojS'hھu#LOF O}r'}+i9 TO۷1FȉX1mrCOoj۷! tr[f8i"EX4CzBA5\(<6}#y`g03y73 xcTxz7RB΄U9l&u7B> u".+02 m80ցyÐ @-}]C׏ABY*ޯeAKvXT`Q⺳"@}ӕa8UŐ,`P#MsU!WBQ|(0Rd}Na$XI`&:Lu0~&:Lu0 a:>= /K_0N$xץ,B"n0u-䟟_Lf<4v%y9H`g8fa&A<@ Nŕ ;7A,2+: Ac,D|\T5|,6 aPq:씍n 'Q(_B{GDOՋ)Z?bl$FaF 0ٳQZ?"[ cd$d`'4u~ԣQމgOP'e'Cm(B&QX?'' ~r?9v?9ON''',rƒA|,*@3ugH2&S=~8(0H~ 1ΘA%&fZ"Ǘ%fɣ=0B A%A$S[b=1Ðpa6}/#0 -x~pmi5 ^ӓ+}y #!qJ'$aw#aq7sc\p:,NV?6I03YX$qB -:PCb C0̽e2Lpƌ+fFr|Y5ϊX.Ќ -Y'!㊚QFmWr+lFE<+WX1FFB6OgELW،U iϸ("ү\c Y̸(t̸rcFD{D{"=~O~O'#|^qs7cgQE B'\wXd`/?<7̷ sap5FfaY:Uz Wg# HVզU8Q)F6oT=`0Vz iV?,{4-[Skl%$m 3f+QJeJD!)5X&AӓBrBrjVg+ -ɲd#D2HVx:BDjOJB"p=[ɥzPH/nol%FBIl%B"p aw&p aw&p awK ; Hx!I7=I' l;*_e-[KDw$S[.y+OrHӞK/K覦0 -%M:濸<`AX$II`AX$II`AX$I)$Az7- Xf\+77WZw_xiqSpqv\ |RI[\ᱵdѓuWo$g -_ ~(.\iP` -WXHI%>,4ɰ|D-pT(+,^!;eVh^8;~R'ڱ1fm.mwNӂ:r Gn'"X(]?5[t- ` }/'Hr 9txpg -'_M -#yp~_G3+4oV!xoP!1 /,RCVq:譀׋r\=Ne8㉜}9,yщ%yVѡf4O0Rp|%y:ԣ'5ΞoWCoK 7"NсvW)`xi:lf=scʳ19$x`iMam,?@2VuśoO*o}K#@?x+e-u -3wT#)H1j/Axzꉌ3-?\x+dr@Pf(wK_f3@TgO3atxg\234hi!%˥VV}kic&u%MXHoUaa3<7doL}e7+n_42h2eX=مu1tzQ L ugH]a(q%EʞuU b1u[b 5 !n nrB '@7z6;/_O+D%[k -@n?Z y -[\SOn&[oj`hv7?A l8ZMl+Q -`W`BXz􋏵xyr6sQxZ=F!~#\#&$u{?UZVOFO}Nw56;)H $zQ5D+ )hC3D ,x qVM;†daCēz[SVQ+3"I| 6†HrB`YSt߮]ͣ4#N!b39Fn RS _-ˆ( :XvZh-HF3%J xuf=De-jh| %[k_,{hC5]>^nRu&_Ep4Mn&s۹/E']<2>S63<^|c6$u$A=MrFZB24CN> -%Eg3Q3fݼ=q7z^mCĸabN֚@y}%`dNr:mXp3+̘/+o#{7u%kIhzz7 ^Vlm(@z}6hإ_>>22Ȗy`tjk|Nb*C(LS-Ww_ -, HC/hя??Ycb*Cn hӽtIttɒ3Og~Tβ^sUrHt~*elbiQ7/xT,vcg؃@Ma-܆TDb?o{p(LIO?CyRe*~i)~ #sՃŎKjt7օP>O/^ճ4\Eޘ' dR?2_B 17kigϗFTWMy|"JB24%Tb R(α4ZV.z;xKLKcYޗ㒼Ω |TOK~)ֹ̞wW&c^걦>/).`Dk$e*d]/q 73Czޟq}2{B]J-]YIyZ=Ki朮*oi >}uʩοwke {^ jjlz덽9-GݕYc»V -]ŦpRa8bk~[nt^usæ -)>EP -cywuG_6NM.)p -L{`gtǖ(Tk/ʡڵ`w[v(R8/MJh@Xz)_iA -}L E׏W%iVzVTtPx?=+]8GrVO~N!Q*SP7p(.K8vá{'p|1@BN' az)=`/>KJX`/,K,_֢z!ΩZ[SE,IϛET5vc֑J1ç$j;vOX?uCI=Fmkx=.EHF5xFQ|%O.up\we4oxvmΗmM_τG^CҀwy -~Y -az>Elܕ]nב|7SZG23I0sf.腇<\n.ƶvsC^/f.Jǻ>VzP wv<)y@S#wE^Mz2>#w T?JLD -r܆a 亐ch7@/G,qn@I<5[k7O*ւ{S5&kqZKd!]:L $MHMƏ3!KbU=xr&^FܹVAN Q[n;P۩*bZ<~u6(%]MO8q@n3b{;QQIΐѡׅ08!VgIf6,FA DpwT7u GuڕCzTÉim@^jia-s020?[p`P(NSo{PAP-r.[=P)6JQLhAtA"2tH`)4<$|7s2Ho!Rr)~J(LMSko1Ց:!2B_&bpP*T`3Hե㤢1;4 zoB[ǔcv.Llz -fW -|o;&<2&w`{])>48qrKAkL> endobj 8 0 obj <> endobj 9 0 obj <> endobj 559 0 obj <> endobj 560 0 obj <> endobj 561 0 obj <> endobj 1108 0 obj <> endobj 1109 0 obj <> endobj 1110 0 obj <> endobj 1657 0 obj <> endobj 1658 0 obj <> endobj 1659 0 obj <> endobj 2206 0 obj <> endobj 2207 0 obj <> endobj 2208 0 obj <> endobj 2755 0 obj <> endobj 2756 0 obj <> endobj 2757 0 obj <> endobj 3304 0 obj <> endobj 3305 0 obj <> endobj 3306 0 obj <> endobj 3853 0 obj <> endobj 3854 0 obj <> endobj 3855 0 obj <> endobj 4402 0 obj <> endobj 4403 0 obj <> endobj 4404 0 obj <> endobj 4951 0 obj <> endobj 4952 0 obj <> endobj 4953 0 obj <> endobj 5500 0 obj <> endobj 5501 0 obj <> endobj 5502 0 obj <> endobj 6049 0 obj <> endobj 6050 0 obj <> endobj 6051 0 obj <> endobj 6598 0 obj <> endobj 6599 0 obj <> endobj 6600 0 obj <> endobj 7147 0 obj <> endobj 7148 0 obj <> endobj 7149 0 obj <> endobj 7696 0 obj <> endobj 7697 0 obj <> endobj 7698 0 obj <> endobj 8245 0 obj <> endobj 8246 0 obj <> endobj 8247 0 obj <> endobj 8794 0 obj <> endobj 8795 0 obj <> endobj 8796 0 obj <> endobj 9343 0 obj <> endobj 9344 0 obj <> endobj 9345 0 obj <> endobj 9892 0 obj <> endobj 9893 0 obj <> endobj 9894 0 obj <> endobj 10441 0 obj <> endobj 10442 0 obj <> endobj 10443 0 obj <> endobj 10990 0 obj <> endobj 10991 0 obj <> endobj 10992 0 obj <> endobj 11539 0 obj <> endobj 11540 0 obj <> endobj 11541 0 obj <> endobj 12088 0 obj <> endobj 12089 0 obj <> endobj 12090 0 obj <> endobj 12637 0 obj <> endobj 12638 0 obj <> endobj 12639 0 obj <> endobj 13185 0 obj <> endobj 13186 0 obj <> endobj 13187 0 obj <> endobj 13733 0 obj <> endobj 13734 0 obj <> endobj 13735 0 obj <> endobj 14281 0 obj <> endobj 14282 0 obj <> endobj 14283 0 obj <> endobj 14829 0 obj <> endobj 14830 0 obj <> endobj 14831 0 obj <> endobj 15377 0 obj <> endobj 15378 0 obj <> endobj 15379 0 obj <> endobj 15925 0 obj <> endobj 15926 0 obj <> endobj 15927 0 obj <> endobj 16473 0 obj <> endobj 16474 0 obj <> endobj 16475 0 obj <> endobj 17021 0 obj <> endobj 17022 0 obj <> endobj 17023 0 obj <> endobj 17569 0 obj <> endobj 17570 0 obj <> endobj 17571 0 obj <> endobj 18117 0 obj <> endobj 18118 0 obj <> endobj 18119 0 obj <> endobj 18665 0 obj <> endobj 18666 0 obj <> endobj 18667 0 obj <> endobj 19213 0 obj <> endobj 19214 0 obj <> endobj 19215 0 obj <> endobj 19761 0 obj <> endobj 19762 0 obj <> endobj 19763 0 obj <> endobj 20309 0 obj <> endobj 20310 0 obj <> endobj 20311 0 obj <> endobj 20857 0 obj <> endobj 20858 0 obj <> endobj 20859 0 obj <> endobj 21405 0 obj <> endobj 21406 0 obj <> endobj 21407 0 obj <> endobj 21953 0 obj <> endobj 21954 0 obj <> endobj 21955 0 obj <> endobj 22501 0 obj <> endobj 22502 0 obj <> endobj 22503 0 obj <> endobj 23048 0 obj <> endobj 23065 0 obj <> endobj 23066 0 obj <> endobj 23067 0 obj <> endobj 23613 0 obj <> endobj 23614 0 obj <> endobj 23615 0 obj <> endobj 24160 0 obj <> endobj 24177 0 obj <> endobj 24178 0 obj <> endobj 24179 0 obj <> endobj 24725 0 obj <> endobj 24726 0 obj <> endobj 24727 0 obj <> endobj 25273 0 obj <> endobj 25274 0 obj <> endobj 25275 0 obj <> endobj 25820 0 obj <> endobj 25821 0 obj <> endobj 25822 0 obj <> endobj 26365 0 obj <> endobj 26366 0 obj <> endobj 26367 0 obj <> endobj 26910 0 obj <> endobj 26911 0 obj <> endobj 26912 0 obj <> endobj 27447 0 obj [/View/Design] endobj 27448 0 obj <>>> endobj 27445 0 obj [/View/Design] endobj 27446 0 obj <>>> endobj 27443 0 obj [/View/Design] endobj 27444 0 obj <>>> endobj 26902 0 obj [/View/Design] endobj 26903 0 obj <>>> endobj 26900 0 obj [/View/Design] endobj 26901 0 obj <>>> endobj 26898 0 obj [/View/Design] endobj 26899 0 obj <>>> endobj 26357 0 obj [/View/Design] endobj 26358 0 obj <>>> endobj 26355 0 obj [/View/Design] endobj 26356 0 obj <>>> endobj 26353 0 obj [/View/Design] endobj 26354 0 obj <>>> endobj 25810 0 obj [/View/Design] endobj 25811 0 obj <>>> endobj 25808 0 obj [/View/Design] endobj 25809 0 obj <>>> endobj 25806 0 obj [/View/Design] endobj 25807 0 obj <>>> endobj 25262 0 obj [/View/Design] endobj 25263 0 obj <>>> endobj 25260 0 obj [/View/Design] endobj 25261 0 obj <>>> endobj 25258 0 obj [/View/Design] endobj 25259 0 obj <>>> endobj 24714 0 obj [/View/Design] endobj 24715 0 obj <>>> endobj 24712 0 obj [/View/Design] endobj 24713 0 obj <>>> endobj 24710 0 obj [/View/Design] endobj 24711 0 obj <>>> endobj 24168 0 obj [/View/Design] endobj 24169 0 obj <>>> endobj 24150 0 obj [/View/Design] endobj 24151 0 obj <>>> endobj 24148 0 obj [/View/Design] endobj 24149 0 obj <>>> endobj 24146 0 obj [/View/Design] endobj 24147 0 obj <>>> endobj 23602 0 obj [/View/Design] endobj 23603 0 obj <>>> endobj 23600 0 obj [/View/Design] endobj 23601 0 obj <>>> endobj 23598 0 obj [/View/Design] endobj 23599 0 obj <>>> endobj 23056 0 obj [/View/Design] endobj 23057 0 obj <>>> endobj 23038 0 obj [/View/Design] endobj 23039 0 obj <>>> endobj 23036 0 obj [/View/Design] endobj 23037 0 obj <>>> endobj 23034 0 obj [/View/Design] endobj 23035 0 obj <>>> endobj 22490 0 obj [/View/Design] endobj 22491 0 obj <>>> endobj 22488 0 obj [/View/Design] endobj 22489 0 obj <>>> endobj 22486 0 obj [/View/Design] endobj 22487 0 obj <>>> endobj 21942 0 obj [/View/Design] endobj 21943 0 obj <>>> endobj 21940 0 obj [/View/Design] endobj 21941 0 obj <>>> endobj 21938 0 obj [/View/Design] endobj 21939 0 obj <>>> endobj 21394 0 obj [/View/Design] endobj 21395 0 obj <>>> endobj 21392 0 obj [/View/Design] endobj 21393 0 obj <>>> endobj 21390 0 obj [/View/Design] endobj 21391 0 obj <>>> endobj 20846 0 obj [/View/Design] endobj 20847 0 obj <>>> endobj 20844 0 obj [/View/Design] endobj 20845 0 obj <>>> endobj 20842 0 obj [/View/Design] endobj 20843 0 obj <>>> endobj 20298 0 obj [/View/Design] endobj 20299 0 obj <>>> endobj 20296 0 obj [/View/Design] endobj 20297 0 obj <>>> endobj 20294 0 obj [/View/Design] endobj 20295 0 obj <>>> endobj 19750 0 obj [/View/Design] endobj 19751 0 obj <>>> endobj 19748 0 obj [/View/Design] endobj 19749 0 obj <>>> endobj 19746 0 obj [/View/Design] endobj 19747 0 obj <>>> endobj 19202 0 obj [/View/Design] endobj 19203 0 obj <>>> endobj 19200 0 obj [/View/Design] endobj 19201 0 obj <>>> endobj 19198 0 obj [/View/Design] endobj 19199 0 obj <>>> endobj 18654 0 obj [/View/Design] endobj 18655 0 obj <>>> endobj 18652 0 obj [/View/Design] endobj 18653 0 obj <>>> endobj 18650 0 obj [/View/Design] endobj 18651 0 obj <>>> endobj 18106 0 obj [/View/Design] endobj 18107 0 obj <>>> endobj 18104 0 obj [/View/Design] endobj 18105 0 obj <>>> endobj 18102 0 obj [/View/Design] endobj 18103 0 obj <>>> endobj 17558 0 obj [/View/Design] endobj 17559 0 obj <>>> endobj 17556 0 obj [/View/Design] endobj 17557 0 obj <>>> endobj 17554 0 obj [/View/Design] endobj 17555 0 obj <>>> endobj 17010 0 obj [/View/Design] endobj 17011 0 obj <>>> endobj 17008 0 obj [/View/Design] endobj 17009 0 obj <>>> endobj 17006 0 obj [/View/Design] endobj 17007 0 obj <>>> endobj 16462 0 obj [/View/Design] endobj 16463 0 obj <>>> endobj 16460 0 obj [/View/Design] endobj 16461 0 obj <>>> endobj 16458 0 obj [/View/Design] endobj 16459 0 obj <>>> endobj 15914 0 obj [/View/Design] endobj 15915 0 obj <>>> endobj 15912 0 obj [/View/Design] endobj 15913 0 obj <>>> endobj 15910 0 obj [/View/Design] endobj 15911 0 obj <>>> endobj 15366 0 obj [/View/Design] endobj 15367 0 obj <>>> endobj 15364 0 obj [/View/Design] endobj 15365 0 obj <>>> endobj 15362 0 obj [/View/Design] endobj 15363 0 obj <>>> endobj 14818 0 obj [/View/Design] endobj 14819 0 obj <>>> endobj 14816 0 obj [/View/Design] endobj 14817 0 obj <>>> endobj 14814 0 obj [/View/Design] endobj 14815 0 obj <>>> endobj 14270 0 obj [/View/Design] endobj 14271 0 obj <>>> endobj 14268 0 obj [/View/Design] endobj 14269 0 obj <>>> endobj 14266 0 obj [/View/Design] endobj 14267 0 obj <>>> endobj 13722 0 obj [/View/Design] endobj 13723 0 obj <>>> endobj 13720 0 obj [/View/Design] endobj 13721 0 obj <>>> endobj 13718 0 obj [/View/Design] endobj 13719 0 obj <>>> endobj 13174 0 obj [/View/Design] endobj 13175 0 obj <>>> endobj 13172 0 obj [/View/Design] endobj 13173 0 obj <>>> endobj 13170 0 obj [/View/Design] endobj 13171 0 obj <>>> endobj 12626 0 obj [/View/Design] endobj 12627 0 obj <>>> endobj 12624 0 obj [/View/Design] endobj 12625 0 obj <>>> endobj 12622 0 obj [/View/Design] endobj 12623 0 obj <>>> endobj 12077 0 obj [/View/Design] endobj 12078 0 obj <>>> endobj 12075 0 obj [/View/Design] endobj 12076 0 obj <>>> endobj 12073 0 obj [/View/Design] endobj 12074 0 obj <>>> endobj 11528 0 obj [/View/Design] endobj 11529 0 obj <>>> endobj 11526 0 obj [/View/Design] endobj 11527 0 obj <>>> endobj 11524 0 obj [/View/Design] endobj 11525 0 obj <>>> endobj 10979 0 obj [/View/Design] endobj 10980 0 obj <>>> endobj 10977 0 obj [/View/Design] endobj 10978 0 obj <>>> endobj 10975 0 obj [/View/Design] endobj 10976 0 obj <>>> endobj 10430 0 obj [/View/Design] endobj 10431 0 obj <>>> endobj 10428 0 obj [/View/Design] endobj 10429 0 obj <>>> endobj 10426 0 obj [/View/Design] endobj 10427 0 obj <>>> endobj 9881 0 obj [/View/Design] endobj 9882 0 obj <>>> endobj 9879 0 obj [/View/Design] endobj 9880 0 obj <>>> endobj 9877 0 obj [/View/Design] endobj 9878 0 obj <>>> endobj 9332 0 obj [/View/Design] endobj 9333 0 obj <>>> endobj 9330 0 obj [/View/Design] endobj 9331 0 obj <>>> endobj 9328 0 obj [/View/Design] endobj 9329 0 obj <>>> endobj 8783 0 obj [/View/Design] endobj 8784 0 obj <>>> endobj 8781 0 obj [/View/Design] endobj 8782 0 obj <>>> endobj 8779 0 obj [/View/Design] endobj 8780 0 obj <>>> endobj 8234 0 obj [/View/Design] endobj 8235 0 obj <>>> endobj 8232 0 obj [/View/Design] endobj 8233 0 obj <>>> endobj 8230 0 obj [/View/Design] endobj 8231 0 obj <>>> endobj 7685 0 obj [/View/Design] endobj 7686 0 obj <>>> endobj 7683 0 obj [/View/Design] endobj 7684 0 obj <>>> endobj 7681 0 obj [/View/Design] endobj 7682 0 obj <>>> endobj 7136 0 obj [/View/Design] endobj 7137 0 obj <>>> endobj 7134 0 obj [/View/Design] endobj 7135 0 obj <>>> endobj 7132 0 obj [/View/Design] endobj 7133 0 obj <>>> endobj 6587 0 obj [/View/Design] endobj 6588 0 obj <>>> endobj 6585 0 obj [/View/Design] endobj 6586 0 obj <>>> endobj 6583 0 obj [/View/Design] endobj 6584 0 obj <>>> endobj 6038 0 obj [/View/Design] endobj 6039 0 obj <>>> endobj 6036 0 obj [/View/Design] endobj 6037 0 obj <>>> endobj 6034 0 obj [/View/Design] endobj 6035 0 obj <>>> endobj 5489 0 obj [/View/Design] endobj 5490 0 obj <>>> endobj 5487 0 obj [/View/Design] endobj 5488 0 obj <>>> endobj 5485 0 obj [/View/Design] endobj 5486 0 obj <>>> endobj 4940 0 obj [/View/Design] endobj 4941 0 obj <>>> endobj 4938 0 obj [/View/Design] endobj 4939 0 obj <>>> endobj 4936 0 obj [/View/Design] endobj 4937 0 obj <>>> endobj 4391 0 obj [/View/Design] endobj 4392 0 obj <>>> endobj 4389 0 obj [/View/Design] endobj 4390 0 obj <>>> endobj 4387 0 obj [/View/Design] endobj 4388 0 obj <>>> endobj 3842 0 obj [/View/Design] endobj 3843 0 obj <>>> endobj 3840 0 obj [/View/Design] endobj 3841 0 obj <>>> endobj 3838 0 obj [/View/Design] endobj 3839 0 obj <>>> endobj 3293 0 obj [/View/Design] endobj 3294 0 obj <>>> endobj 3291 0 obj [/View/Design] endobj 3292 0 obj <>>> endobj 3289 0 obj [/View/Design] endobj 3290 0 obj <>>> endobj 2744 0 obj [/View/Design] endobj 2745 0 obj <>>> endobj 2742 0 obj [/View/Design] endobj 2743 0 obj <>>> endobj 2740 0 obj [/View/Design] endobj 2741 0 obj <>>> endobj 2195 0 obj [/View/Design] endobj 2196 0 obj <>>> endobj 2193 0 obj [/View/Design] endobj 2194 0 obj <>>> endobj 2191 0 obj [/View/Design] endobj 2192 0 obj <>>> endobj 1646 0 obj [/View/Design] endobj 1647 0 obj <>>> endobj 1644 0 obj [/View/Design] endobj 1645 0 obj <>>> endobj 1642 0 obj [/View/Design] endobj 1643 0 obj <>>> endobj 1097 0 obj [/View/Design] endobj 1098 0 obj <>>> endobj 1095 0 obj [/View/Design] endobj 1096 0 obj <>>> endobj 1093 0 obj [/View/Design] endobj 1094 0 obj <>>> endobj 546 0 obj [/View/Design] endobj 547 0 obj <>>> endobj 544 0 obj [/View/Design] endobj 545 0 obj <>>> endobj 542 0 obj [/View/Design] endobj 543 0 obj <>>> endobj 27458 0 obj [27457 0 R 27456 0 R 27455 0 R] endobj 27998 0 obj <> endobj xref 0 27999 0000000004 65535 f -0000000016 00000 n -0000003103 00000 n -0000041012 00000 n -0000000005 00000 f -0000000006 00000 f -0000000010 00000 f -0000266003 00000 n -0000266077 00000 n -0000266152 00000 n -0000000012 00000 f -0000041064 00000 n -0000000013 00000 f -0000000014 00000 f -0000000015 00000 f -0000000016 00000 f -0000000017 00000 f -0000000018 00000 f -0000000019 00000 f -0000000020 00000 f -0000000021 00000 f -0000000022 00000 f -0000000023 00000 f -0000000024 00000 f -0000000025 00000 f -0000000026 00000 f -0000000027 00000 f -0000000028 00000 f -0000000029 00000 f -0000000030 00000 f -0000000031 00000 f -0000000032 00000 f -0000000033 00000 f -0000000034 00000 f -0000000035 00000 f -0000000036 00000 f -0000000037 00000 f -0000000038 00000 f -0000000039 00000 f -0000000040 00000 f -0000000041 00000 f -0000000042 00000 f -0000000043 00000 f -0000000044 00000 f -0000000045 00000 f -0000000046 00000 f -0000000047 00000 f -0000000048 00000 f -0000000049 00000 f -0000000050 00000 f -0000000051 00000 f -0000000052 00000 f -0000000053 00000 f -0000000054 00000 f -0000000055 00000 f -0000000056 00000 f -0000000057 00000 f -0000000058 00000 f -0000000059 00000 f -0000000060 00000 f -0000000061 00000 f -0000000062 00000 f -0000000063 00000 f -0000000064 00000 f -0000000065 00000 f -0000000066 00000 f -0000000067 00000 f -0000000068 00000 f -0000000069 00000 f -0000000070 00000 f -0000000071 00000 f -0000000072 00000 f -0000000073 00000 f -0000000074 00000 f -0000000075 00000 f -0000000076 00000 f -0000000077 00000 f -0000000078 00000 f -0000000079 00000 f -0000000080 00000 f -0000000081 00000 f -0000000082 00000 f -0000000083 00000 f -0000000084 00000 f -0000000085 00000 f -0000000086 00000 f -0000000087 00000 f -0000000088 00000 f -0000000089 00000 f -0000000090 00000 f -0000000091 00000 f -0000000092 00000 f -0000000093 00000 f -0000000094 00000 f -0000000095 00000 f -0000000096 00000 f -0000000097 00000 f -0000000098 00000 f -0000000099 00000 f -0000000100 00000 f -0000000101 00000 f -0000000102 00000 f -0000000103 00000 f -0000000104 00000 f -0000000105 00000 f -0000000106 00000 f -0000000107 00000 f -0000000108 00000 f -0000000109 00000 f -0000000110 00000 f -0000000111 00000 f -0000000112 00000 f -0000000113 00000 f -0000000114 00000 f -0000000115 00000 f -0000000116 00000 f -0000000117 00000 f -0000000118 00000 f -0000000119 00000 f -0000000120 00000 f -0000000121 00000 f -0000000122 00000 f -0000000123 00000 f -0000000124 00000 f -0000000125 00000 f -0000000126 00000 f -0000000127 00000 f -0000000128 00000 f -0000000129 00000 f -0000000130 00000 f -0000000131 00000 f -0000000132 00000 f -0000000133 00000 f -0000000134 00000 f -0000000135 00000 f -0000000136 00000 f -0000000137 00000 f -0000000138 00000 f -0000000139 00000 f -0000000140 00000 f -0000000141 00000 f -0000000142 00000 f -0000000143 00000 f -0000000144 00000 f -0000000145 00000 f -0000000146 00000 f -0000000147 00000 f -0000000148 00000 f -0000000149 00000 f -0000000150 00000 f -0000000151 00000 f -0000000152 00000 f -0000000153 00000 f -0000000154 00000 f -0000000155 00000 f -0000000156 00000 f -0000000157 00000 f -0000000158 00000 f -0000000159 00000 f -0000000160 00000 f -0000000161 00000 f -0000000162 00000 f -0000000163 00000 f -0000000164 00000 f -0000000165 00000 f -0000000166 00000 f -0000000167 00000 f -0000000168 00000 f -0000000169 00000 f -0000000170 00000 f -0000000171 00000 f -0000000172 00000 f -0000000173 00000 f -0000000174 00000 f -0000000175 00000 f -0000000176 00000 f -0000000177 00000 f -0000000178 00000 f -0000000179 00000 f -0000000180 00000 f -0000000181 00000 f -0000000182 00000 f -0000000183 00000 f -0000000184 00000 f -0000000185 00000 f -0000000186 00000 f -0000000187 00000 f -0000000188 00000 f -0000000189 00000 f -0000000190 00000 f -0000000191 00000 f -0000000192 00000 f -0000000193 00000 f -0000000194 00000 f -0000000195 00000 f -0000000196 00000 f -0000000197 00000 f -0000000198 00000 f -0000000199 00000 f -0000000200 00000 f -0000000201 00000 f -0000000202 00000 f -0000000203 00000 f -0000000204 00000 f -0000000205 00000 f -0000000206 00000 f -0000000207 00000 f -0000000208 00000 f -0000000209 00000 f -0000000210 00000 f -0000000211 00000 f -0000000212 00000 f -0000000213 00000 f -0000000214 00000 f -0000000215 00000 f -0000000216 00000 f -0000000217 00000 f -0000000218 00000 f -0000000219 00000 f -0000000220 00000 f -0000000221 00000 f -0000000222 00000 f -0000000223 00000 f -0000000224 00000 f -0000000225 00000 f -0000000226 00000 f -0000000227 00000 f -0000000228 00000 f -0000000229 00000 f -0000000230 00000 f -0000000231 00000 f -0000000232 00000 f -0000000233 00000 f -0000000234 00000 f -0000000235 00000 f -0000000236 00000 f -0000000237 00000 f -0000000238 00000 f -0000000239 00000 f -0000000240 00000 f -0000000241 00000 f -0000000242 00000 f -0000000243 00000 f -0000000244 00000 f -0000000245 00000 f -0000000246 00000 f -0000000247 00000 f -0000000248 00000 f -0000000249 00000 f -0000000250 00000 f -0000000251 00000 f -0000000252 00000 f -0000000253 00000 f -0000000254 00000 f -0000000255 00000 f -0000000256 00000 f -0000000257 00000 f -0000000258 00000 f -0000000259 00000 f -0000000260 00000 f -0000000261 00000 f -0000000262 00000 f -0000000263 00000 f -0000000264 00000 f -0000000265 00000 f -0000000266 00000 f -0000000267 00000 f -0000000268 00000 f -0000000269 00000 f -0000000270 00000 f -0000000271 00000 f -0000000272 00000 f -0000000273 00000 f -0000000274 00000 f -0000000275 00000 f -0000000276 00000 f -0000000277 00000 f -0000000278 00000 f -0000000279 00000 f -0000000280 00000 f -0000000281 00000 f -0000000282 00000 f -0000000283 00000 f -0000000284 00000 f -0000000285 00000 f -0000000286 00000 f -0000000287 00000 f -0000000288 00000 f -0000000289 00000 f -0000000290 00000 f -0000000291 00000 f -0000000292 00000 f -0000000293 00000 f -0000000294 00000 f -0000000295 00000 f -0000000296 00000 f -0000000297 00000 f -0000000298 00000 f -0000000299 00000 f -0000000300 00000 f -0000000301 00000 f -0000000302 00000 f -0000000303 00000 f -0000000304 00000 f -0000000305 00000 f -0000000306 00000 f -0000000307 00000 f -0000000308 00000 f -0000000309 00000 f -0000000310 00000 f -0000000311 00000 f -0000000312 00000 f -0000000313 00000 f -0000000314 00000 f -0000000315 00000 f -0000000316 00000 f -0000000317 00000 f -0000000318 00000 f -0000000319 00000 f -0000000320 00000 f -0000000321 00000 f -0000000322 00000 f -0000000323 00000 f -0000000324 00000 f -0000000325 00000 f -0000000326 00000 f -0000000327 00000 f -0000000328 00000 f -0000000329 00000 f -0000000330 00000 f -0000000331 00000 f -0000000332 00000 f -0000000333 00000 f -0000000334 00000 f -0000000335 00000 f -0000000336 00000 f -0000000337 00000 f -0000000338 00000 f -0000000339 00000 f -0000000340 00000 f -0000000341 00000 f -0000000342 00000 f -0000000343 00000 f -0000000344 00000 f -0000000345 00000 f -0000000346 00000 f -0000000347 00000 f -0000000348 00000 f -0000000349 00000 f -0000000350 00000 f -0000000351 00000 f -0000000352 00000 f -0000000353 00000 f -0000000354 00000 f -0000000355 00000 f -0000000356 00000 f -0000000357 00000 f -0000000358 00000 f -0000000359 00000 f -0000000360 00000 f -0000000361 00000 f -0000000362 00000 f -0000000363 00000 f -0000000364 00000 f -0000000365 00000 f -0000000366 00000 f -0000000367 00000 f -0000000368 00000 f -0000000369 00000 f -0000000370 00000 f -0000000371 00000 f -0000000372 00000 f -0000000373 00000 f -0000000374 00000 f -0000000375 00000 f -0000000376 00000 f -0000000377 00000 f -0000000378 00000 f -0000000379 00000 f -0000000380 00000 f -0000000381 00000 f -0000000382 00000 f -0000000383 00000 f -0000000384 00000 f -0000000385 00000 f -0000000386 00000 f -0000000387 00000 f -0000000388 00000 f -0000000389 00000 f -0000000390 00000 f -0000000391 00000 f -0000000392 00000 f -0000000393 00000 f -0000000394 00000 f -0000000395 00000 f -0000000396 00000 f -0000000397 00000 f -0000000398 00000 f -0000000399 00000 f -0000000400 00000 f -0000000401 00000 f -0000000402 00000 f -0000000403 00000 f -0000000404 00000 f -0000000405 00000 f -0000000406 00000 f -0000000407 00000 f -0000000408 00000 f -0000000409 00000 f -0000000410 00000 f -0000000411 00000 f -0000000412 00000 f -0000000413 00000 f -0000000414 00000 f -0000000415 00000 f -0000000416 00000 f -0000000417 00000 f -0000000418 00000 f -0000000419 00000 f -0000000420 00000 f -0000000421 00000 f -0000000422 00000 f -0000000423 00000 f -0000000424 00000 f -0000000425 00000 f -0000000426 00000 f -0000000427 00000 f -0000000428 00000 f -0000000429 00000 f -0000000430 00000 f -0000000431 00000 f -0000000432 00000 f -0000000433 00000 f -0000000434 00000 f -0000000435 00000 f -0000000436 00000 f -0000000437 00000 f -0000000438 00000 f -0000000439 00000 f -0000000440 00000 f -0000000441 00000 f -0000000442 00000 f -0000000443 00000 f -0000000444 00000 f -0000000445 00000 f -0000000446 00000 f -0000000447 00000 f -0000000448 00000 f -0000000449 00000 f -0000000450 00000 f -0000000451 00000 f -0000000452 00000 f -0000000453 00000 f -0000000454 00000 f -0000000455 00000 f -0000000456 00000 f -0000000457 00000 f -0000000458 00000 f -0000000459 00000 f -0000000460 00000 f -0000000461 00000 f -0000000462 00000 f -0000000463 00000 f -0000000464 00000 f -0000000465 00000 f -0000000466 00000 f -0000000467 00000 f -0000000468 00000 f -0000000469 00000 f -0000000470 00000 f -0000000471 00000 f -0000000472 00000 f -0000000473 00000 f -0000000474 00000 f -0000000475 00000 f -0000000476 00000 f -0000000477 00000 f -0000000478 00000 f -0000000479 00000 f -0000000480 00000 f -0000000481 00000 f -0000000482 00000 f -0000000483 00000 f -0000000484 00000 f -0000000485 00000 f -0000000486 00000 f -0000000487 00000 f -0000000488 00000 f -0000000489 00000 f -0000000490 00000 f -0000000491 00000 f -0000000492 00000 f -0000000493 00000 f -0000000494 00000 f -0000000495 00000 f -0000000496 00000 f -0000000497 00000 f -0000000498 00000 f -0000000499 00000 f -0000000500 00000 f -0000000501 00000 f -0000000502 00000 f -0000000503 00000 f -0000000504 00000 f -0000000505 00000 f -0000000506 00000 f -0000000507 00000 f -0000000508 00000 f -0000000509 00000 f -0000000510 00000 f -0000000511 00000 f -0000000512 00000 f -0000000513 00000 f -0000000514 00000 f -0000000515 00000 f -0000000516 00000 f -0000000517 00000 f -0000000518 00000 f -0000000519 00000 f -0000000520 00000 f -0000000521 00000 f -0000000522 00000 f -0000000523 00000 f -0000000524 00000 f -0000000525 00000 f -0000000526 00000 f -0000000527 00000 f -0000000528 00000 f -0000000529 00000 f -0000000530 00000 f -0000000531 00000 f -0000000532 00000 f -0000000533 00000 f -0000000534 00000 f -0000000535 00000 f -0000000536 00000 f -0000000537 00000 f -0000000538 00000 f -0000000539 00000 f -0000000540 00000 f -0000000541 00000 f -0000000548 00000 f -0000296918 00000 n -0000296950 00000 n -0000296800 00000 n -0000296832 00000 n -0000296682 00000 n -0000296714 00000 n -0000000549 00000 f -0000000550 00000 f -0000000551 00000 f -0000000552 00000 f -0000000553 00000 f -0000000554 00000 f -0000000555 00000 f -0000000556 00000 f -0000000557 00000 f -0000000558 00000 f -0000000562 00000 f -0000266231 00000 n -0000266309 00000 n -0000266388 00000 n -0000000563 00000 f -0000000564 00000 f -0000000565 00000 f -0000000566 00000 f -0000000567 00000 f -0000000568 00000 f -0000000569 00000 f -0000000570 00000 f -0000000571 00000 f -0000000572 00000 f -0000000573 00000 f -0000000574 00000 f -0000000575 00000 f -0000000576 00000 f -0000000577 00000 f -0000000578 00000 f -0000000579 00000 f -0000000580 00000 f -0000000581 00000 f -0000000582 00000 f -0000000583 00000 f -0000000584 00000 f -0000000585 00000 f -0000000586 00000 f -0000000587 00000 f -0000000588 00000 f -0000000589 00000 f -0000000590 00000 f -0000000591 00000 f -0000000592 00000 f -0000000593 00000 f -0000000594 00000 f -0000000595 00000 f -0000000596 00000 f -0000000597 00000 f -0000000598 00000 f -0000000599 00000 f -0000000600 00000 f -0000000601 00000 f -0000000602 00000 f -0000000603 00000 f -0000000604 00000 f -0000000605 00000 f -0000000606 00000 f -0000000607 00000 f -0000000608 00000 f -0000000609 00000 f -0000000610 00000 f -0000000611 00000 f -0000000612 00000 f -0000000613 00000 f -0000000614 00000 f -0000000615 00000 f -0000000616 00000 f -0000000617 00000 f -0000000618 00000 f -0000000619 00000 f -0000000620 00000 f -0000000621 00000 f -0000000622 00000 f -0000000623 00000 f -0000000624 00000 f -0000000625 00000 f -0000000626 00000 f -0000000627 00000 f -0000000628 00000 f -0000000629 00000 f -0000000630 00000 f -0000000631 00000 f -0000000632 00000 f -0000000633 00000 f -0000000634 00000 f -0000000635 00000 f -0000000636 00000 f -0000000637 00000 f -0000000638 00000 f -0000000639 00000 f -0000000640 00000 f -0000000641 00000 f -0000000642 00000 f -0000000643 00000 f -0000000644 00000 f -0000000645 00000 f -0000000646 00000 f -0000000647 00000 f -0000000648 00000 f -0000000649 00000 f -0000000650 00000 f -0000000651 00000 f -0000000652 00000 f -0000000653 00000 f -0000000654 00000 f -0000000655 00000 f -0000000656 00000 f -0000000657 00000 f -0000000658 00000 f -0000000659 00000 f -0000000660 00000 f -0000000661 00000 f -0000000662 00000 f -0000000663 00000 f -0000000664 00000 f -0000000665 00000 f -0000000666 00000 f -0000000667 00000 f -0000000668 00000 f -0000000669 00000 f -0000000670 00000 f -0000000671 00000 f -0000000672 00000 f -0000000673 00000 f -0000000674 00000 f -0000000675 00000 f -0000000676 00000 f -0000000677 00000 f -0000000678 00000 f -0000000679 00000 f -0000000680 00000 f -0000000681 00000 f -0000000682 00000 f -0000000683 00000 f -0000000684 00000 f -0000000685 00000 f -0000000686 00000 f -0000000687 00000 f -0000000688 00000 f -0000000689 00000 f -0000000690 00000 f -0000000691 00000 f -0000000692 00000 f -0000000693 00000 f -0000000694 00000 f -0000000695 00000 f -0000000696 00000 f -0000000697 00000 f -0000000698 00000 f -0000000699 00000 f -0000000700 00000 f -0000000701 00000 f -0000000702 00000 f -0000000703 00000 f -0000000704 00000 f -0000000705 00000 f -0000000706 00000 f -0000000707 00000 f -0000000708 00000 f -0000000709 00000 f -0000000710 00000 f -0000000711 00000 f -0000000712 00000 f -0000000713 00000 f -0000000714 00000 f -0000000715 00000 f -0000000716 00000 f -0000000717 00000 f -0000000718 00000 f -0000000719 00000 f -0000000720 00000 f -0000000721 00000 f -0000000722 00000 f -0000000723 00000 f -0000000724 00000 f -0000000725 00000 f -0000000726 00000 f -0000000727 00000 f -0000000728 00000 f -0000000729 00000 f -0000000730 00000 f -0000000731 00000 f -0000000732 00000 f -0000000733 00000 f -0000000734 00000 f -0000000735 00000 f -0000000736 00000 f -0000000737 00000 f -0000000738 00000 f -0000000739 00000 f -0000000740 00000 f -0000000741 00000 f -0000000742 00000 f -0000000743 00000 f -0000000744 00000 f -0000000745 00000 f -0000000746 00000 f -0000000747 00000 f -0000000748 00000 f -0000000749 00000 f -0000000750 00000 f -0000000751 00000 f -0000000752 00000 f -0000000753 00000 f -0000000754 00000 f -0000000755 00000 f -0000000756 00000 f -0000000757 00000 f -0000000758 00000 f -0000000759 00000 f -0000000760 00000 f -0000000761 00000 f -0000000762 00000 f -0000000763 00000 f -0000000764 00000 f -0000000765 00000 f -0000000766 00000 f -0000000767 00000 f -0000000768 00000 f -0000000769 00000 f -0000000770 00000 f -0000000771 00000 f -0000000772 00000 f -0000000773 00000 f -0000000774 00000 f -0000000775 00000 f -0000000776 00000 f -0000000777 00000 f -0000000778 00000 f -0000000779 00000 f -0000000780 00000 f -0000000781 00000 f -0000000782 00000 f -0000000783 00000 f -0000000784 00000 f -0000000785 00000 f -0000000786 00000 f -0000000787 00000 f -0000000788 00000 f -0000000789 00000 f -0000000790 00000 f -0000000791 00000 f -0000000792 00000 f -0000000793 00000 f -0000000794 00000 f -0000000795 00000 f -0000000796 00000 f -0000000797 00000 f -0000000798 00000 f -0000000799 00000 f -0000000800 00000 f -0000000801 00000 f -0000000802 00000 f -0000000803 00000 f -0000000804 00000 f -0000000805 00000 f -0000000806 00000 f -0000000807 00000 f -0000000808 00000 f -0000000809 00000 f -0000000810 00000 f -0000000811 00000 f -0000000812 00000 f -0000000813 00000 f -0000000814 00000 f -0000000815 00000 f -0000000816 00000 f -0000000817 00000 f -0000000818 00000 f -0000000819 00000 f -0000000820 00000 f -0000000821 00000 f -0000000822 00000 f -0000000823 00000 f -0000000824 00000 f -0000000825 00000 f -0000000826 00000 f -0000000827 00000 f -0000000828 00000 f -0000000829 00000 f -0000000830 00000 f -0000000831 00000 f -0000000832 00000 f -0000000833 00000 f -0000000834 00000 f -0000000835 00000 f -0000000836 00000 f -0000000837 00000 f -0000000838 00000 f -0000000839 00000 f -0000000840 00000 f -0000000841 00000 f -0000000842 00000 f -0000000843 00000 f -0000000844 00000 f -0000000845 00000 f -0000000846 00000 f -0000000847 00000 f -0000000848 00000 f -0000000849 00000 f -0000000850 00000 f -0000000851 00000 f -0000000852 00000 f -0000000853 00000 f -0000000854 00000 f -0000000855 00000 f -0000000856 00000 f -0000000857 00000 f -0000000858 00000 f -0000000859 00000 f -0000000860 00000 f -0000000861 00000 f -0000000862 00000 f -0000000863 00000 f -0000000864 00000 f -0000000865 00000 f -0000000866 00000 f -0000000867 00000 f -0000000868 00000 f -0000000869 00000 f -0000000870 00000 f -0000000871 00000 f -0000000872 00000 f -0000000873 00000 f -0000000874 00000 f -0000000875 00000 f -0000000876 00000 f -0000000877 00000 f -0000000878 00000 f -0000000879 00000 f -0000000880 00000 f -0000000881 00000 f -0000000882 00000 f -0000000883 00000 f -0000000884 00000 f -0000000885 00000 f -0000000886 00000 f -0000000887 00000 f -0000000888 00000 f -0000000889 00000 f -0000000890 00000 f -0000000891 00000 f -0000000892 00000 f -0000000893 00000 f -0000000894 00000 f -0000000895 00000 f -0000000896 00000 f -0000000897 00000 f -0000000898 00000 f -0000000899 00000 f -0000000900 00000 f -0000000901 00000 f -0000000902 00000 f -0000000903 00000 f -0000000904 00000 f -0000000905 00000 f -0000000906 00000 f -0000000907 00000 f -0000000908 00000 f -0000000909 00000 f -0000000910 00000 f -0000000911 00000 f -0000000912 00000 f -0000000913 00000 f -0000000914 00000 f -0000000915 00000 f -0000000916 00000 f -0000000917 00000 f -0000000918 00000 f -0000000919 00000 f -0000000920 00000 f -0000000921 00000 f -0000000922 00000 f -0000000923 00000 f -0000000924 00000 f -0000000925 00000 f -0000000926 00000 f -0000000927 00000 f -0000000928 00000 f -0000000929 00000 f -0000000930 00000 f -0000000931 00000 f -0000000932 00000 f -0000000933 00000 f -0000000934 00000 f -0000000935 00000 f -0000000936 00000 f -0000000937 00000 f -0000000938 00000 f -0000000939 00000 f -0000000940 00000 f -0000000941 00000 f -0000000942 00000 f -0000000943 00000 f -0000000944 00000 f -0000000945 00000 f -0000000946 00000 f -0000000947 00000 f -0000000948 00000 f -0000000949 00000 f -0000000950 00000 f -0000000951 00000 f -0000000952 00000 f -0000000953 00000 f -0000000954 00000 f -0000000955 00000 f -0000000956 00000 f -0000000957 00000 f -0000000958 00000 f -0000000959 00000 f -0000000960 00000 f -0000000961 00000 f -0000000962 00000 f -0000000963 00000 f -0000000964 00000 f -0000000965 00000 f -0000000966 00000 f -0000000967 00000 f -0000000968 00000 f -0000000969 00000 f -0000000970 00000 f -0000000971 00000 f -0000000972 00000 f -0000000973 00000 f -0000000974 00000 f -0000000975 00000 f -0000000976 00000 f -0000000977 00000 f -0000000978 00000 f -0000000979 00000 f -0000000980 00000 f -0000000981 00000 f -0000000982 00000 f -0000000983 00000 f -0000000984 00000 f -0000000985 00000 f -0000000986 00000 f -0000000987 00000 f -0000000988 00000 f -0000000989 00000 f -0000000990 00000 f -0000000991 00000 f -0000000992 00000 f -0000000993 00000 f -0000000994 00000 f -0000000995 00000 f -0000000996 00000 f -0000000997 00000 f -0000000998 00000 f -0000000999 00000 f -0000001000 00000 f -0000001001 00000 f -0000001002 00000 f -0000001003 00000 f -0000001004 00000 f -0000001005 00000 f -0000001006 00000 f -0000001007 00000 f -0000001008 00000 f -0000001009 00000 f -0000001010 00000 f -0000001011 00000 f -0000001012 00000 f -0000001013 00000 f -0000001014 00000 f -0000001015 00000 f -0000001016 00000 f -0000001017 00000 f -0000001018 00000 f -0000001019 00000 f -0000001020 00000 f -0000001021 00000 f -0000001022 00000 f -0000001023 00000 f -0000001024 00000 f -0000001025 00000 f -0000001026 00000 f -0000001027 00000 f -0000001028 00000 f -0000001029 00000 f -0000001030 00000 f -0000001031 00000 f -0000001032 00000 f -0000001033 00000 f -0000001034 00000 f -0000001035 00000 f -0000001036 00000 f -0000001037 00000 f -0000001038 00000 f -0000001039 00000 f -0000001040 00000 f -0000001041 00000 f -0000001042 00000 f -0000001043 00000 f -0000001044 00000 f -0000001045 00000 f -0000001046 00000 f -0000001047 00000 f -0000001048 00000 f -0000001049 00000 f -0000001050 00000 f -0000001051 00000 f -0000001052 00000 f -0000001053 00000 f -0000001054 00000 f -0000001055 00000 f -0000001056 00000 f -0000001057 00000 f -0000001058 00000 f -0000001059 00000 f -0000001060 00000 f -0000001061 00000 f -0000001062 00000 f -0000001063 00000 f -0000001064 00000 f -0000001065 00000 f -0000001066 00000 f -0000001067 00000 f -0000001068 00000 f -0000001069 00000 f -0000001070 00000 f -0000001071 00000 f -0000001072 00000 f -0000001073 00000 f -0000001074 00000 f -0000001075 00000 f -0000001076 00000 f -0000001077 00000 f -0000001078 00000 f -0000001079 00000 f -0000001080 00000 f -0000001081 00000 f -0000001082 00000 f -0000001083 00000 f -0000001084 00000 f -0000001085 00000 f -0000001086 00000 f -0000001087 00000 f -0000001088 00000 f -0000001089 00000 f -0000001090 00000 f -0000001091 00000 f -0000001092 00000 f -0000001099 00000 f -0000296562 00000 n -0000296595 00000 n -0000296442 00000 n -0000296475 00000 n -0000296322 00000 n -0000296355 00000 n -0000001100 00000 f -0000001101 00000 f -0000001102 00000 f -0000001103 00000 f -0000001104 00000 f -0000001105 00000 f -0000001106 00000 f -0000001107 00000 f -0000001111 00000 f -0000266471 00000 n -0000266550 00000 n -0000266630 00000 n -0000001112 00000 f -0000001113 00000 f -0000001114 00000 f -0000001115 00000 f -0000001116 00000 f -0000001117 00000 f -0000001118 00000 f -0000001119 00000 f -0000001120 00000 f -0000001121 00000 f -0000001122 00000 f -0000001123 00000 f -0000001124 00000 f -0000001125 00000 f -0000001126 00000 f -0000001127 00000 f -0000001128 00000 f -0000001129 00000 f -0000001130 00000 f -0000001131 00000 f -0000001132 00000 f -0000001133 00000 f -0000001134 00000 f -0000001135 00000 f -0000001136 00000 f -0000001137 00000 f -0000001138 00000 f -0000001139 00000 f -0000001140 00000 f -0000001141 00000 f -0000001142 00000 f -0000001143 00000 f -0000001144 00000 f -0000001145 00000 f -0000001146 00000 f -0000001147 00000 f -0000001148 00000 f -0000001149 00000 f -0000001150 00000 f -0000001151 00000 f -0000001152 00000 f -0000001153 00000 f -0000001154 00000 f -0000001155 00000 f -0000001156 00000 f -0000001157 00000 f -0000001158 00000 f -0000001159 00000 f -0000001160 00000 f -0000001161 00000 f -0000001162 00000 f -0000001163 00000 f -0000001164 00000 f -0000001165 00000 f -0000001166 00000 f -0000001167 00000 f -0000001168 00000 f -0000001169 00000 f -0000001170 00000 f -0000001171 00000 f -0000001172 00000 f -0000001173 00000 f -0000001174 00000 f -0000001175 00000 f -0000001176 00000 f -0000001177 00000 f -0000001178 00000 f -0000001179 00000 f -0000001180 00000 f -0000001181 00000 f -0000001182 00000 f -0000001183 00000 f -0000001184 00000 f -0000001185 00000 f -0000001186 00000 f -0000001187 00000 f -0000001188 00000 f -0000001189 00000 f -0000001190 00000 f -0000001191 00000 f -0000001192 00000 f -0000001193 00000 f -0000001194 00000 f -0000001195 00000 f -0000001196 00000 f -0000001197 00000 f -0000001198 00000 f -0000001199 00000 f -0000001200 00000 f -0000001201 00000 f -0000001202 00000 f -0000001203 00000 f -0000001204 00000 f -0000001205 00000 f -0000001206 00000 f -0000001207 00000 f -0000001208 00000 f -0000001209 00000 f -0000001210 00000 f -0000001211 00000 f -0000001212 00000 f -0000001213 00000 f -0000001214 00000 f -0000001215 00000 f -0000001216 00000 f -0000001217 00000 f -0000001218 00000 f -0000001219 00000 f -0000001220 00000 f -0000001221 00000 f -0000001222 00000 f -0000001223 00000 f -0000001224 00000 f -0000001225 00000 f -0000001226 00000 f -0000001227 00000 f -0000001228 00000 f -0000001229 00000 f -0000001230 00000 f -0000001231 00000 f -0000001232 00000 f -0000001233 00000 f -0000001234 00000 f -0000001235 00000 f -0000001236 00000 f -0000001237 00000 f -0000001238 00000 f -0000001239 00000 f -0000001240 00000 f -0000001241 00000 f -0000001242 00000 f -0000001243 00000 f -0000001244 00000 f -0000001245 00000 f -0000001246 00000 f -0000001247 00000 f -0000001248 00000 f -0000001249 00000 f -0000001250 00000 f -0000001251 00000 f -0000001252 00000 f -0000001253 00000 f -0000001254 00000 f -0000001255 00000 f -0000001256 00000 f -0000001257 00000 f -0000001258 00000 f -0000001259 00000 f -0000001260 00000 f -0000001261 00000 f -0000001262 00000 f -0000001263 00000 f -0000001264 00000 f -0000001265 00000 f -0000001266 00000 f -0000001267 00000 f -0000001268 00000 f -0000001269 00000 f -0000001270 00000 f -0000001271 00000 f -0000001272 00000 f -0000001273 00000 f -0000001274 00000 f -0000001275 00000 f -0000001276 00000 f -0000001277 00000 f -0000001278 00000 f -0000001279 00000 f -0000001280 00000 f -0000001281 00000 f -0000001282 00000 f -0000001283 00000 f -0000001284 00000 f -0000001285 00000 f -0000001286 00000 f -0000001287 00000 f -0000001288 00000 f -0000001289 00000 f -0000001290 00000 f -0000001291 00000 f -0000001292 00000 f -0000001293 00000 f -0000001294 00000 f -0000001295 00000 f -0000001296 00000 f -0000001297 00000 f -0000001298 00000 f -0000001299 00000 f -0000001300 00000 f -0000001301 00000 f -0000001302 00000 f -0000001303 00000 f -0000001304 00000 f -0000001305 00000 f -0000001306 00000 f -0000001307 00000 f -0000001308 00000 f -0000001309 00000 f -0000001310 00000 f -0000001311 00000 f -0000001312 00000 f -0000001313 00000 f -0000001314 00000 f -0000001315 00000 f -0000001316 00000 f -0000001317 00000 f -0000001318 00000 f -0000001319 00000 f -0000001320 00000 f -0000001321 00000 f -0000001322 00000 f -0000001323 00000 f -0000001324 00000 f -0000001325 00000 f -0000001326 00000 f -0000001327 00000 f -0000001328 00000 f -0000001329 00000 f -0000001330 00000 f -0000001331 00000 f -0000001332 00000 f -0000001333 00000 f -0000001334 00000 f -0000001335 00000 f -0000001336 00000 f -0000001337 00000 f -0000001338 00000 f -0000001339 00000 f -0000001340 00000 f -0000001341 00000 f -0000001342 00000 f -0000001343 00000 f -0000001344 00000 f -0000001345 00000 f -0000001346 00000 f -0000001347 00000 f -0000001348 00000 f -0000001349 00000 f -0000001350 00000 f -0000001351 00000 f -0000001352 00000 f -0000001353 00000 f -0000001354 00000 f -0000001355 00000 f -0000001356 00000 f -0000001357 00000 f -0000001358 00000 f -0000001359 00000 f -0000001360 00000 f -0000001361 00000 f -0000001362 00000 f -0000001363 00000 f -0000001364 00000 f -0000001365 00000 f -0000001366 00000 f -0000001367 00000 f -0000001368 00000 f -0000001369 00000 f -0000001370 00000 f -0000001371 00000 f -0000001372 00000 f -0000001373 00000 f -0000001374 00000 f -0000001375 00000 f -0000001376 00000 f -0000001377 00000 f -0000001378 00000 f -0000001379 00000 f -0000001380 00000 f -0000001381 00000 f -0000001382 00000 f -0000001383 00000 f -0000001384 00000 f -0000001385 00000 f -0000001386 00000 f -0000001387 00000 f -0000001388 00000 f -0000001389 00000 f -0000001390 00000 f -0000001391 00000 f -0000001392 00000 f -0000001393 00000 f -0000001394 00000 f -0000001395 00000 f -0000001396 00000 f -0000001397 00000 f -0000001398 00000 f -0000001399 00000 f -0000001400 00000 f -0000001401 00000 f -0000001402 00000 f -0000001403 00000 f -0000001404 00000 f -0000001405 00000 f -0000001406 00000 f -0000001407 00000 f -0000001408 00000 f -0000001409 00000 f -0000001410 00000 f -0000001411 00000 f -0000001412 00000 f -0000001413 00000 f -0000001414 00000 f -0000001415 00000 f -0000001416 00000 f -0000001417 00000 f -0000001418 00000 f -0000001419 00000 f -0000001420 00000 f -0000001421 00000 f -0000001422 00000 f -0000001423 00000 f -0000001424 00000 f -0000001425 00000 f -0000001426 00000 f -0000001427 00000 f -0000001428 00000 f -0000001429 00000 f -0000001430 00000 f -0000001431 00000 f -0000001432 00000 f -0000001433 00000 f -0000001434 00000 f -0000001435 00000 f -0000001436 00000 f -0000001437 00000 f -0000001438 00000 f -0000001439 00000 f -0000001440 00000 f -0000001441 00000 f -0000001442 00000 f -0000001443 00000 f -0000001444 00000 f -0000001445 00000 f -0000001446 00000 f -0000001447 00000 f -0000001448 00000 f -0000001449 00000 f -0000001450 00000 f -0000001451 00000 f -0000001452 00000 f -0000001453 00000 f -0000001454 00000 f -0000001455 00000 f -0000001456 00000 f -0000001457 00000 f -0000001458 00000 f -0000001459 00000 f -0000001460 00000 f -0000001461 00000 f -0000001462 00000 f -0000001463 00000 f -0000001464 00000 f -0000001465 00000 f -0000001466 00000 f -0000001467 00000 f -0000001468 00000 f -0000001469 00000 f -0000001470 00000 f -0000001471 00000 f -0000001472 00000 f -0000001473 00000 f -0000001474 00000 f -0000001475 00000 f -0000001476 00000 f -0000001477 00000 f -0000001478 00000 f -0000001479 00000 f -0000001480 00000 f -0000001481 00000 f -0000001482 00000 f -0000001483 00000 f -0000001484 00000 f -0000001485 00000 f -0000001486 00000 f -0000001487 00000 f -0000001488 00000 f -0000001489 00000 f -0000001490 00000 f -0000001491 00000 f -0000001492 00000 f -0000001493 00000 f -0000001494 00000 f -0000001495 00000 f -0000001496 00000 f -0000001497 00000 f -0000001498 00000 f -0000001499 00000 f -0000001500 00000 f -0000001501 00000 f -0000001502 00000 f -0000001503 00000 f -0000001504 00000 f -0000001505 00000 f -0000001506 00000 f -0000001507 00000 f -0000001508 00000 f -0000001509 00000 f -0000001510 00000 f -0000001511 00000 f -0000001512 00000 f -0000001513 00000 f -0000001514 00000 f -0000001515 00000 f -0000001516 00000 f -0000001517 00000 f -0000001518 00000 f -0000001519 00000 f -0000001520 00000 f -0000001521 00000 f -0000001522 00000 f -0000001523 00000 f -0000001524 00000 f -0000001525 00000 f -0000001526 00000 f -0000001527 00000 f -0000001528 00000 f -0000001529 00000 f -0000001530 00000 f -0000001531 00000 f -0000001532 00000 f -0000001533 00000 f -0000001534 00000 f -0000001535 00000 f -0000001536 00000 f -0000001537 00000 f -0000001538 00000 f -0000001539 00000 f -0000001540 00000 f -0000001541 00000 f -0000001542 00000 f -0000001543 00000 f -0000001544 00000 f -0000001545 00000 f -0000001546 00000 f -0000001547 00000 f -0000001548 00000 f -0000001549 00000 f -0000001550 00000 f -0000001551 00000 f -0000001552 00000 f -0000001553 00000 f -0000001554 00000 f -0000001555 00000 f -0000001556 00000 f -0000001557 00000 f -0000001558 00000 f -0000001559 00000 f -0000001560 00000 f -0000001561 00000 f -0000001562 00000 f -0000001563 00000 f -0000001564 00000 f -0000001565 00000 f -0000001566 00000 f -0000001567 00000 f -0000001568 00000 f -0000001569 00000 f -0000001570 00000 f -0000001571 00000 f -0000001572 00000 f -0000001573 00000 f -0000001574 00000 f -0000001575 00000 f -0000001576 00000 f -0000001577 00000 f -0000001578 00000 f -0000001579 00000 f -0000001580 00000 f -0000001581 00000 f -0000001582 00000 f -0000001583 00000 f -0000001584 00000 f -0000001585 00000 f -0000001586 00000 f -0000001587 00000 f -0000001588 00000 f -0000001589 00000 f -0000001590 00000 f -0000001591 00000 f -0000001592 00000 f -0000001593 00000 f -0000001594 00000 f -0000001595 00000 f -0000001596 00000 f -0000001597 00000 f -0000001598 00000 f -0000001599 00000 f -0000001600 00000 f -0000001601 00000 f -0000001602 00000 f -0000001603 00000 f -0000001604 00000 f -0000001605 00000 f -0000001606 00000 f -0000001607 00000 f -0000001608 00000 f -0000001609 00000 f -0000001610 00000 f -0000001611 00000 f -0000001612 00000 f -0000001613 00000 f -0000001614 00000 f -0000001615 00000 f -0000001616 00000 f -0000001617 00000 f -0000001618 00000 f -0000001619 00000 f -0000001620 00000 f -0000001621 00000 f -0000001622 00000 f -0000001623 00000 f -0000001624 00000 f -0000001625 00000 f -0000001626 00000 f -0000001627 00000 f -0000001628 00000 f -0000001629 00000 f -0000001630 00000 f -0000001631 00000 f -0000001632 00000 f -0000001633 00000 f -0000001634 00000 f -0000001635 00000 f -0000001636 00000 f -0000001637 00000 f -0000001638 00000 f -0000001639 00000 f -0000001640 00000 f -0000001641 00000 f -0000001648 00000 f -0000296202 00000 n -0000296235 00000 n -0000296082 00000 n -0000296115 00000 n -0000295962 00000 n -0000295995 00000 n -0000001649 00000 f -0000001650 00000 f -0000001651 00000 f -0000001652 00000 f -0000001653 00000 f -0000001654 00000 f -0000001655 00000 f -0000001656 00000 f -0000001660 00000 f -0000266714 00000 n -0000266793 00000 n -0000266873 00000 n -0000001661 00000 f -0000001662 00000 f -0000001663 00000 f -0000001664 00000 f -0000001665 00000 f -0000001666 00000 f -0000001667 00000 f -0000001668 00000 f -0000001669 00000 f -0000001670 00000 f -0000001671 00000 f -0000001672 00000 f -0000001673 00000 f -0000001674 00000 f -0000001675 00000 f -0000001676 00000 f -0000001677 00000 f -0000001678 00000 f -0000001679 00000 f -0000001680 00000 f -0000001681 00000 f -0000001682 00000 f -0000001683 00000 f -0000001684 00000 f -0000001685 00000 f -0000001686 00000 f -0000001687 00000 f -0000001688 00000 f -0000001689 00000 f -0000001690 00000 f -0000001691 00000 f -0000001692 00000 f -0000001693 00000 f -0000001694 00000 f -0000001695 00000 f -0000001696 00000 f -0000001697 00000 f -0000001698 00000 f -0000001699 00000 f -0000001700 00000 f -0000001701 00000 f -0000001702 00000 f -0000001703 00000 f -0000001704 00000 f -0000001705 00000 f -0000001706 00000 f -0000001707 00000 f -0000001708 00000 f -0000001709 00000 f -0000001710 00000 f -0000001711 00000 f -0000001712 00000 f -0000001713 00000 f -0000001714 00000 f -0000001715 00000 f -0000001716 00000 f -0000001717 00000 f -0000001718 00000 f -0000001719 00000 f -0000001720 00000 f -0000001721 00000 f -0000001722 00000 f -0000001723 00000 f -0000001724 00000 f -0000001725 00000 f -0000001726 00000 f -0000001727 00000 f -0000001728 00000 f -0000001729 00000 f -0000001730 00000 f -0000001731 00000 f -0000001732 00000 f -0000001733 00000 f -0000001734 00000 f -0000001735 00000 f -0000001736 00000 f -0000001737 00000 f -0000001738 00000 f -0000001739 00000 f -0000001740 00000 f -0000001741 00000 f -0000001742 00000 f -0000001743 00000 f -0000001744 00000 f -0000001745 00000 f -0000001746 00000 f -0000001747 00000 f -0000001748 00000 f -0000001749 00000 f -0000001750 00000 f -0000001751 00000 f -0000001752 00000 f -0000001753 00000 f -0000001754 00000 f -0000001755 00000 f -0000001756 00000 f -0000001757 00000 f -0000001758 00000 f -0000001759 00000 f -0000001760 00000 f -0000001761 00000 f -0000001762 00000 f -0000001763 00000 f -0000001764 00000 f -0000001765 00000 f -0000001766 00000 f -0000001767 00000 f -0000001768 00000 f -0000001769 00000 f -0000001770 00000 f -0000001771 00000 f -0000001772 00000 f -0000001773 00000 f -0000001774 00000 f -0000001775 00000 f -0000001776 00000 f -0000001777 00000 f -0000001778 00000 f -0000001779 00000 f -0000001780 00000 f -0000001781 00000 f -0000001782 00000 f -0000001783 00000 f -0000001784 00000 f -0000001785 00000 f -0000001786 00000 f -0000001787 00000 f -0000001788 00000 f -0000001789 00000 f -0000001790 00000 f -0000001791 00000 f -0000001792 00000 f -0000001793 00000 f -0000001794 00000 f -0000001795 00000 f -0000001796 00000 f -0000001797 00000 f -0000001798 00000 f -0000001799 00000 f -0000001800 00000 f -0000001801 00000 f -0000001802 00000 f -0000001803 00000 f -0000001804 00000 f -0000001805 00000 f -0000001806 00000 f -0000001807 00000 f -0000001808 00000 f -0000001809 00000 f -0000001810 00000 f -0000001811 00000 f -0000001812 00000 f -0000001813 00000 f -0000001814 00000 f -0000001815 00000 f -0000001816 00000 f -0000001817 00000 f -0000001818 00000 f -0000001819 00000 f -0000001820 00000 f -0000001821 00000 f -0000001822 00000 f -0000001823 00000 f -0000001824 00000 f -0000001825 00000 f -0000001826 00000 f -0000001827 00000 f -0000001828 00000 f -0000001829 00000 f -0000001830 00000 f -0000001831 00000 f -0000001832 00000 f -0000001833 00000 f -0000001834 00000 f -0000001835 00000 f -0000001836 00000 f -0000001837 00000 f -0000001838 00000 f -0000001839 00000 f -0000001840 00000 f -0000001841 00000 f -0000001842 00000 f -0000001843 00000 f -0000001844 00000 f -0000001845 00000 f -0000001846 00000 f -0000001847 00000 f -0000001848 00000 f -0000001849 00000 f -0000001850 00000 f -0000001851 00000 f -0000001852 00000 f -0000001853 00000 f -0000001854 00000 f -0000001855 00000 f -0000001856 00000 f -0000001857 00000 f -0000001858 00000 f -0000001859 00000 f -0000001860 00000 f -0000001861 00000 f -0000001862 00000 f -0000001863 00000 f -0000001864 00000 f -0000001865 00000 f -0000001866 00000 f -0000001867 00000 f -0000001868 00000 f -0000001869 00000 f -0000001870 00000 f -0000001871 00000 f -0000001872 00000 f -0000001873 00000 f -0000001874 00000 f -0000001875 00000 f -0000001876 00000 f -0000001877 00000 f -0000001878 00000 f -0000001879 00000 f -0000001880 00000 f -0000001881 00000 f -0000001882 00000 f -0000001883 00000 f -0000001884 00000 f -0000001885 00000 f -0000001886 00000 f -0000001887 00000 f -0000001888 00000 f -0000001889 00000 f -0000001890 00000 f -0000001891 00000 f -0000001892 00000 f -0000001893 00000 f -0000001894 00000 f -0000001895 00000 f -0000001896 00000 f -0000001897 00000 f -0000001898 00000 f -0000001899 00000 f -0000001900 00000 f -0000001901 00000 f -0000001902 00000 f -0000001903 00000 f -0000001904 00000 f -0000001905 00000 f -0000001906 00000 f -0000001907 00000 f -0000001908 00000 f -0000001909 00000 f -0000001910 00000 f -0000001911 00000 f -0000001912 00000 f -0000001913 00000 f -0000001914 00000 f -0000001915 00000 f -0000001916 00000 f -0000001917 00000 f -0000001918 00000 f -0000001919 00000 f -0000001920 00000 f -0000001921 00000 f -0000001922 00000 f -0000001923 00000 f -0000001924 00000 f -0000001925 00000 f -0000001926 00000 f -0000001927 00000 f -0000001928 00000 f -0000001929 00000 f -0000001930 00000 f -0000001931 00000 f -0000001932 00000 f -0000001933 00000 f -0000001934 00000 f -0000001935 00000 f -0000001936 00000 f -0000001937 00000 f -0000001938 00000 f -0000001939 00000 f -0000001940 00000 f -0000001941 00000 f -0000001942 00000 f -0000001943 00000 f -0000001944 00000 f -0000001945 00000 f -0000001946 00000 f -0000001947 00000 f -0000001948 00000 f -0000001949 00000 f -0000001950 00000 f -0000001951 00000 f -0000001952 00000 f -0000001953 00000 f -0000001954 00000 f -0000001955 00000 f -0000001956 00000 f -0000001957 00000 f -0000001958 00000 f -0000001959 00000 f -0000001960 00000 f -0000001961 00000 f -0000001962 00000 f -0000001963 00000 f -0000001964 00000 f -0000001965 00000 f -0000001966 00000 f -0000001967 00000 f -0000001968 00000 f -0000001969 00000 f -0000001970 00000 f -0000001971 00000 f -0000001972 00000 f -0000001973 00000 f -0000001974 00000 f -0000001975 00000 f -0000001976 00000 f -0000001977 00000 f -0000001978 00000 f -0000001979 00000 f -0000001980 00000 f -0000001981 00000 f -0000001982 00000 f -0000001983 00000 f -0000001984 00000 f -0000001985 00000 f -0000001986 00000 f -0000001987 00000 f -0000001988 00000 f -0000001989 00000 f -0000001990 00000 f -0000001991 00000 f -0000001992 00000 f -0000001993 00000 f -0000001994 00000 f -0000001995 00000 f -0000001996 00000 f -0000001997 00000 f -0000001998 00000 f -0000001999 00000 f -0000002000 00000 f -0000002001 00000 f -0000002002 00000 f -0000002003 00000 f -0000002004 00000 f -0000002005 00000 f -0000002006 00000 f -0000002007 00000 f -0000002008 00000 f -0000002009 00000 f -0000002010 00000 f -0000002011 00000 f -0000002012 00000 f -0000002013 00000 f -0000002014 00000 f -0000002015 00000 f -0000002016 00000 f -0000002017 00000 f -0000002018 00000 f -0000002019 00000 f -0000002020 00000 f -0000002021 00000 f -0000002022 00000 f -0000002023 00000 f -0000002024 00000 f -0000002025 00000 f -0000002026 00000 f -0000002027 00000 f -0000002028 00000 f -0000002029 00000 f -0000002030 00000 f -0000002031 00000 f -0000002032 00000 f -0000002033 00000 f -0000002034 00000 f -0000002035 00000 f -0000002036 00000 f -0000002037 00000 f -0000002038 00000 f -0000002039 00000 f -0000002040 00000 f -0000002041 00000 f -0000002042 00000 f -0000002043 00000 f -0000002044 00000 f -0000002045 00000 f -0000002046 00000 f -0000002047 00000 f -0000002048 00000 f -0000002049 00000 f -0000002050 00000 f -0000002051 00000 f -0000002052 00000 f -0000002053 00000 f -0000002054 00000 f -0000002055 00000 f -0000002056 00000 f -0000002057 00000 f -0000002058 00000 f -0000002059 00000 f -0000002060 00000 f -0000002061 00000 f -0000002062 00000 f -0000002063 00000 f -0000002064 00000 f -0000002065 00000 f -0000002066 00000 f -0000002067 00000 f -0000002068 00000 f -0000002069 00000 f -0000002070 00000 f -0000002071 00000 f -0000002072 00000 f -0000002073 00000 f -0000002074 00000 f -0000002075 00000 f -0000002076 00000 f -0000002077 00000 f -0000002078 00000 f -0000002079 00000 f -0000002080 00000 f -0000002081 00000 f -0000002082 00000 f -0000002083 00000 f -0000002084 00000 f -0000002085 00000 f -0000002086 00000 f -0000002087 00000 f -0000002088 00000 f -0000002089 00000 f -0000002090 00000 f -0000002091 00000 f -0000002092 00000 f -0000002093 00000 f -0000002094 00000 f -0000002095 00000 f -0000002096 00000 f -0000002097 00000 f -0000002098 00000 f -0000002099 00000 f -0000002100 00000 f -0000002101 00000 f -0000002102 00000 f -0000002103 00000 f -0000002104 00000 f -0000002105 00000 f -0000002106 00000 f -0000002107 00000 f -0000002108 00000 f -0000002109 00000 f -0000002110 00000 f -0000002111 00000 f -0000002112 00000 f -0000002113 00000 f -0000002114 00000 f -0000002115 00000 f -0000002116 00000 f -0000002117 00000 f -0000002118 00000 f -0000002119 00000 f -0000002120 00000 f -0000002121 00000 f -0000002122 00000 f -0000002123 00000 f -0000002124 00000 f -0000002125 00000 f -0000002126 00000 f -0000002127 00000 f -0000002128 00000 f -0000002129 00000 f -0000002130 00000 f -0000002131 00000 f -0000002132 00000 f -0000002133 00000 f -0000002134 00000 f -0000002135 00000 f -0000002136 00000 f -0000002137 00000 f -0000002138 00000 f -0000002139 00000 f -0000002140 00000 f -0000002141 00000 f -0000002142 00000 f -0000002143 00000 f -0000002144 00000 f -0000002145 00000 f -0000002146 00000 f -0000002147 00000 f -0000002148 00000 f -0000002149 00000 f -0000002150 00000 f -0000002151 00000 f -0000002152 00000 f -0000002153 00000 f -0000002154 00000 f -0000002155 00000 f -0000002156 00000 f -0000002157 00000 f -0000002158 00000 f -0000002159 00000 f -0000002160 00000 f -0000002161 00000 f -0000002162 00000 f -0000002163 00000 f -0000002164 00000 f -0000002165 00000 f -0000002166 00000 f -0000002167 00000 f -0000002168 00000 f -0000002169 00000 f -0000002170 00000 f -0000002171 00000 f -0000002172 00000 f -0000002173 00000 f -0000002174 00000 f -0000002175 00000 f -0000002176 00000 f -0000002177 00000 f -0000002178 00000 f -0000002179 00000 f -0000002180 00000 f -0000002181 00000 f -0000002182 00000 f -0000002183 00000 f -0000002184 00000 f -0000002185 00000 f -0000002186 00000 f -0000002187 00000 f -0000002188 00000 f -0000002189 00000 f -0000002190 00000 f -0000002197 00000 f -0000295842 00000 n -0000295875 00000 n -0000295722 00000 n -0000295755 00000 n -0000295602 00000 n -0000295635 00000 n -0000002198 00000 f -0000002199 00000 f -0000002200 00000 f -0000002201 00000 f -0000002202 00000 f -0000002203 00000 f -0000002204 00000 f -0000002205 00000 f -0000002209 00000 f -0000266957 00000 n -0000267036 00000 n -0000267116 00000 n -0000002210 00000 f -0000002211 00000 f -0000002212 00000 f -0000002213 00000 f -0000002214 00000 f -0000002215 00000 f -0000002216 00000 f -0000002217 00000 f -0000002218 00000 f -0000002219 00000 f -0000002220 00000 f -0000002221 00000 f -0000002222 00000 f -0000002223 00000 f -0000002224 00000 f -0000002225 00000 f -0000002226 00000 f -0000002227 00000 f -0000002228 00000 f -0000002229 00000 f -0000002230 00000 f -0000002231 00000 f -0000002232 00000 f -0000002233 00000 f -0000002234 00000 f -0000002235 00000 f -0000002236 00000 f -0000002237 00000 f -0000002238 00000 f -0000002239 00000 f -0000002240 00000 f -0000002241 00000 f -0000002242 00000 f -0000002243 00000 f -0000002244 00000 f -0000002245 00000 f -0000002246 00000 f -0000002247 00000 f -0000002248 00000 f -0000002249 00000 f -0000002250 00000 f -0000002251 00000 f -0000002252 00000 f -0000002253 00000 f -0000002254 00000 f -0000002255 00000 f -0000002256 00000 f -0000002257 00000 f -0000002258 00000 f -0000002259 00000 f -0000002260 00000 f -0000002261 00000 f -0000002262 00000 f -0000002263 00000 f -0000002264 00000 f -0000002265 00000 f -0000002266 00000 f -0000002267 00000 f -0000002268 00000 f -0000002269 00000 f -0000002270 00000 f -0000002271 00000 f -0000002272 00000 f -0000002273 00000 f -0000002274 00000 f -0000002275 00000 f -0000002276 00000 f -0000002277 00000 f -0000002278 00000 f -0000002279 00000 f -0000002280 00000 f -0000002281 00000 f -0000002282 00000 f -0000002283 00000 f -0000002284 00000 f -0000002285 00000 f -0000002286 00000 f -0000002287 00000 f -0000002288 00000 f -0000002289 00000 f -0000002290 00000 f -0000002291 00000 f -0000002292 00000 f -0000002293 00000 f -0000002294 00000 f -0000002295 00000 f -0000002296 00000 f -0000002297 00000 f -0000002298 00000 f -0000002299 00000 f -0000002300 00000 f -0000002301 00000 f -0000002302 00000 f -0000002303 00000 f -0000002304 00000 f -0000002305 00000 f -0000002306 00000 f -0000002307 00000 f -0000002308 00000 f -0000002309 00000 f -0000002310 00000 f -0000002311 00000 f -0000002312 00000 f -0000002313 00000 f -0000002314 00000 f -0000002315 00000 f -0000002316 00000 f -0000002317 00000 f -0000002318 00000 f -0000002319 00000 f -0000002320 00000 f -0000002321 00000 f -0000002322 00000 f -0000002323 00000 f -0000002324 00000 f -0000002325 00000 f -0000002326 00000 f -0000002327 00000 f -0000002328 00000 f -0000002329 00000 f -0000002330 00000 f -0000002331 00000 f -0000002332 00000 f -0000002333 00000 f -0000002334 00000 f -0000002335 00000 f -0000002336 00000 f -0000002337 00000 f -0000002338 00000 f -0000002339 00000 f -0000002340 00000 f -0000002341 00000 f -0000002342 00000 f -0000002343 00000 f -0000002344 00000 f -0000002345 00000 f -0000002346 00000 f -0000002347 00000 f -0000002348 00000 f -0000002349 00000 f -0000002350 00000 f -0000002351 00000 f -0000002352 00000 f -0000002353 00000 f -0000002354 00000 f -0000002355 00000 f -0000002356 00000 f -0000002357 00000 f -0000002358 00000 f -0000002359 00000 f -0000002360 00000 f -0000002361 00000 f -0000002362 00000 f -0000002363 00000 f -0000002364 00000 f -0000002365 00000 f -0000002366 00000 f -0000002367 00000 f -0000002368 00000 f -0000002369 00000 f -0000002370 00000 f -0000002371 00000 f -0000002372 00000 f -0000002373 00000 f -0000002374 00000 f -0000002375 00000 f -0000002376 00000 f -0000002377 00000 f -0000002378 00000 f -0000002379 00000 f -0000002380 00000 f -0000002381 00000 f -0000002382 00000 f -0000002383 00000 f -0000002384 00000 f -0000002385 00000 f -0000002386 00000 f -0000002387 00000 f -0000002388 00000 f -0000002389 00000 f -0000002390 00000 f -0000002391 00000 f -0000002392 00000 f -0000002393 00000 f -0000002394 00000 f -0000002395 00000 f -0000002396 00000 f -0000002397 00000 f -0000002398 00000 f -0000002399 00000 f -0000002400 00000 f -0000002401 00000 f -0000002402 00000 f -0000002403 00000 f -0000002404 00000 f -0000002405 00000 f -0000002406 00000 f -0000002407 00000 f -0000002408 00000 f -0000002409 00000 f -0000002410 00000 f -0000002411 00000 f -0000002412 00000 f -0000002413 00000 f -0000002414 00000 f -0000002415 00000 f -0000002416 00000 f -0000002417 00000 f -0000002418 00000 f -0000002419 00000 f -0000002420 00000 f -0000002421 00000 f -0000002422 00000 f -0000002423 00000 f -0000002424 00000 f -0000002425 00000 f -0000002426 00000 f -0000002427 00000 f -0000002428 00000 f -0000002429 00000 f -0000002430 00000 f -0000002431 00000 f -0000002432 00000 f -0000002433 00000 f -0000002434 00000 f -0000002435 00000 f -0000002436 00000 f -0000002437 00000 f -0000002438 00000 f -0000002439 00000 f -0000002440 00000 f -0000002441 00000 f -0000002442 00000 f -0000002443 00000 f -0000002444 00000 f -0000002445 00000 f -0000002446 00000 f -0000002447 00000 f -0000002448 00000 f -0000002449 00000 f -0000002450 00000 f -0000002451 00000 f -0000002452 00000 f -0000002453 00000 f -0000002454 00000 f -0000002455 00000 f -0000002456 00000 f -0000002457 00000 f -0000002458 00000 f -0000002459 00000 f -0000002460 00000 f -0000002461 00000 f -0000002462 00000 f -0000002463 00000 f -0000002464 00000 f -0000002465 00000 f -0000002466 00000 f -0000002467 00000 f -0000002468 00000 f -0000002469 00000 f -0000002470 00000 f -0000002471 00000 f -0000002472 00000 f -0000002473 00000 f -0000002474 00000 f -0000002475 00000 f -0000002476 00000 f -0000002477 00000 f -0000002478 00000 f -0000002479 00000 f -0000002480 00000 f -0000002481 00000 f -0000002482 00000 f -0000002483 00000 f -0000002484 00000 f -0000002485 00000 f -0000002486 00000 f -0000002487 00000 f -0000002488 00000 f -0000002489 00000 f -0000002490 00000 f -0000002491 00000 f -0000002492 00000 f -0000002493 00000 f -0000002494 00000 f -0000002495 00000 f -0000002496 00000 f -0000002497 00000 f -0000002498 00000 f -0000002499 00000 f -0000002500 00000 f -0000002501 00000 f -0000002502 00000 f -0000002503 00000 f -0000002504 00000 f -0000002505 00000 f -0000002506 00000 f -0000002507 00000 f -0000002508 00000 f -0000002509 00000 f -0000002510 00000 f -0000002511 00000 f -0000002512 00000 f -0000002513 00000 f -0000002514 00000 f -0000002515 00000 f -0000002516 00000 f -0000002517 00000 f -0000002518 00000 f -0000002519 00000 f -0000002520 00000 f -0000002521 00000 f -0000002522 00000 f -0000002523 00000 f -0000002524 00000 f -0000002525 00000 f -0000002526 00000 f -0000002527 00000 f -0000002528 00000 f -0000002529 00000 f -0000002530 00000 f -0000002531 00000 f -0000002532 00000 f -0000002533 00000 f -0000002534 00000 f -0000002535 00000 f -0000002536 00000 f -0000002537 00000 f -0000002538 00000 f -0000002539 00000 f -0000002540 00000 f -0000002541 00000 f -0000002542 00000 f -0000002543 00000 f -0000002544 00000 f -0000002545 00000 f -0000002546 00000 f -0000002547 00000 f -0000002548 00000 f -0000002549 00000 f -0000002550 00000 f -0000002551 00000 f -0000002552 00000 f -0000002553 00000 f -0000002554 00000 f -0000002555 00000 f -0000002556 00000 f -0000002557 00000 f -0000002558 00000 f -0000002559 00000 f -0000002560 00000 f -0000002561 00000 f -0000002562 00000 f -0000002563 00000 f -0000002564 00000 f -0000002565 00000 f -0000002566 00000 f -0000002567 00000 f -0000002568 00000 f -0000002569 00000 f -0000002570 00000 f -0000002571 00000 f -0000002572 00000 f -0000002573 00000 f -0000002574 00000 f -0000002575 00000 f -0000002576 00000 f -0000002577 00000 f -0000002578 00000 f -0000002579 00000 f -0000002580 00000 f -0000002581 00000 f -0000002582 00000 f -0000002583 00000 f -0000002584 00000 f -0000002585 00000 f -0000002586 00000 f -0000002587 00000 f -0000002588 00000 f -0000002589 00000 f -0000002590 00000 f -0000002591 00000 f -0000002592 00000 f -0000002593 00000 f -0000002594 00000 f -0000002595 00000 f -0000002596 00000 f -0000002597 00000 f -0000002598 00000 f -0000002599 00000 f -0000002600 00000 f -0000002601 00000 f -0000002602 00000 f -0000002603 00000 f -0000002604 00000 f -0000002605 00000 f -0000002606 00000 f -0000002607 00000 f -0000002608 00000 f -0000002609 00000 f -0000002610 00000 f -0000002611 00000 f -0000002612 00000 f -0000002613 00000 f -0000002614 00000 f -0000002615 00000 f -0000002616 00000 f -0000002617 00000 f -0000002618 00000 f -0000002619 00000 f -0000002620 00000 f -0000002621 00000 f -0000002622 00000 f -0000002623 00000 f -0000002624 00000 f -0000002625 00000 f -0000002626 00000 f -0000002627 00000 f -0000002628 00000 f -0000002629 00000 f -0000002630 00000 f -0000002631 00000 f -0000002632 00000 f -0000002633 00000 f -0000002634 00000 f -0000002635 00000 f -0000002636 00000 f -0000002637 00000 f -0000002638 00000 f -0000002639 00000 f -0000002640 00000 f -0000002641 00000 f -0000002642 00000 f -0000002643 00000 f -0000002644 00000 f -0000002645 00000 f -0000002646 00000 f -0000002647 00000 f -0000002648 00000 f -0000002649 00000 f -0000002650 00000 f -0000002651 00000 f -0000002652 00000 f -0000002653 00000 f -0000002654 00000 f -0000002655 00000 f -0000002656 00000 f -0000002657 00000 f -0000002658 00000 f -0000002659 00000 f -0000002660 00000 f -0000002661 00000 f -0000002662 00000 f -0000002663 00000 f -0000002664 00000 f -0000002665 00000 f -0000002666 00000 f -0000002667 00000 f -0000002668 00000 f -0000002669 00000 f -0000002670 00000 f -0000002671 00000 f -0000002672 00000 f -0000002673 00000 f -0000002674 00000 f -0000002675 00000 f -0000002676 00000 f -0000002677 00000 f -0000002678 00000 f -0000002679 00000 f -0000002680 00000 f -0000002681 00000 f -0000002682 00000 f -0000002683 00000 f -0000002684 00000 f -0000002685 00000 f -0000002686 00000 f -0000002687 00000 f -0000002688 00000 f -0000002689 00000 f -0000002690 00000 f -0000002691 00000 f -0000002692 00000 f -0000002693 00000 f -0000002694 00000 f -0000002695 00000 f -0000002696 00000 f -0000002697 00000 f -0000002698 00000 f -0000002699 00000 f -0000002700 00000 f -0000002701 00000 f -0000002702 00000 f -0000002703 00000 f -0000002704 00000 f -0000002705 00000 f -0000002706 00000 f -0000002707 00000 f -0000002708 00000 f -0000002709 00000 f -0000002710 00000 f -0000002711 00000 f -0000002712 00000 f -0000002713 00000 f -0000002714 00000 f -0000002715 00000 f -0000002716 00000 f -0000002717 00000 f -0000002718 00000 f -0000002719 00000 f -0000002720 00000 f -0000002721 00000 f -0000002722 00000 f -0000002723 00000 f -0000002724 00000 f -0000002725 00000 f -0000002726 00000 f -0000002727 00000 f -0000002728 00000 f -0000002729 00000 f -0000002730 00000 f -0000002731 00000 f -0000002732 00000 f -0000002733 00000 f -0000002734 00000 f -0000002735 00000 f -0000002736 00000 f -0000002737 00000 f -0000002738 00000 f -0000002739 00000 f -0000002746 00000 f -0000295482 00000 n -0000295515 00000 n -0000295362 00000 n -0000295395 00000 n -0000295242 00000 n -0000295275 00000 n -0000002747 00000 f -0000002748 00000 f -0000002749 00000 f -0000002750 00000 f -0000002751 00000 f -0000002752 00000 f -0000002753 00000 f -0000002754 00000 f -0000002758 00000 f -0000267200 00000 n -0000267279 00000 n -0000267359 00000 n -0000002759 00000 f -0000002760 00000 f -0000002761 00000 f -0000002762 00000 f -0000002763 00000 f -0000002764 00000 f -0000002765 00000 f -0000002766 00000 f -0000002767 00000 f -0000002768 00000 f -0000002769 00000 f -0000002770 00000 f -0000002771 00000 f -0000002772 00000 f -0000002773 00000 f -0000002774 00000 f -0000002775 00000 f -0000002776 00000 f -0000002777 00000 f -0000002778 00000 f -0000002779 00000 f -0000002780 00000 f -0000002781 00000 f -0000002782 00000 f -0000002783 00000 f -0000002784 00000 f -0000002785 00000 f -0000002786 00000 f -0000002787 00000 f -0000002788 00000 f -0000002789 00000 f -0000002790 00000 f -0000002791 00000 f -0000002792 00000 f -0000002793 00000 f -0000002794 00000 f -0000002795 00000 f -0000002796 00000 f -0000002797 00000 f -0000002798 00000 f -0000002799 00000 f -0000002800 00000 f -0000002801 00000 f -0000002802 00000 f -0000002803 00000 f -0000002804 00000 f -0000002805 00000 f -0000002806 00000 f -0000002807 00000 f -0000002808 00000 f -0000002809 00000 f -0000002810 00000 f -0000002811 00000 f -0000002812 00000 f -0000002813 00000 f -0000002814 00000 f -0000002815 00000 f -0000002816 00000 f -0000002817 00000 f -0000002818 00000 f -0000002819 00000 f -0000002820 00000 f -0000002821 00000 f -0000002822 00000 f -0000002823 00000 f -0000002824 00000 f -0000002825 00000 f -0000002826 00000 f -0000002827 00000 f -0000002828 00000 f -0000002829 00000 f -0000002830 00000 f -0000002831 00000 f -0000002832 00000 f -0000002833 00000 f -0000002834 00000 f -0000002835 00000 f -0000002836 00000 f -0000002837 00000 f -0000002838 00000 f -0000002839 00000 f -0000002840 00000 f -0000002841 00000 f -0000002842 00000 f -0000002843 00000 f -0000002844 00000 f -0000002845 00000 f -0000002846 00000 f -0000002847 00000 f -0000002848 00000 f -0000002849 00000 f -0000002850 00000 f -0000002851 00000 f -0000002852 00000 f -0000002853 00000 f -0000002854 00000 f -0000002855 00000 f -0000002856 00000 f -0000002857 00000 f -0000002858 00000 f -0000002859 00000 f -0000002860 00000 f -0000002861 00000 f -0000002862 00000 f -0000002863 00000 f -0000002864 00000 f -0000002865 00000 f -0000002866 00000 f -0000002867 00000 f -0000002868 00000 f -0000002869 00000 f -0000002870 00000 f -0000002871 00000 f -0000002872 00000 f -0000002873 00000 f -0000002874 00000 f -0000002875 00000 f -0000002876 00000 f -0000002877 00000 f -0000002878 00000 f -0000002879 00000 f -0000002880 00000 f -0000002881 00000 f -0000002882 00000 f -0000002883 00000 f -0000002884 00000 f -0000002885 00000 f -0000002886 00000 f -0000002887 00000 f -0000002888 00000 f -0000002889 00000 f -0000002890 00000 f -0000002891 00000 f -0000002892 00000 f -0000002893 00000 f -0000002894 00000 f -0000002895 00000 f -0000002896 00000 f -0000002897 00000 f -0000002898 00000 f -0000002899 00000 f -0000002900 00000 f -0000002901 00000 f -0000002902 00000 f -0000002903 00000 f -0000002904 00000 f -0000002905 00000 f -0000002906 00000 f -0000002907 00000 f -0000002908 00000 f -0000002909 00000 f -0000002910 00000 f -0000002911 00000 f -0000002912 00000 f -0000002913 00000 f -0000002914 00000 f -0000002915 00000 f -0000002916 00000 f -0000002917 00000 f -0000002918 00000 f -0000002919 00000 f -0000002920 00000 f -0000002921 00000 f -0000002922 00000 f -0000002923 00000 f -0000002924 00000 f -0000002925 00000 f -0000002926 00000 f -0000002927 00000 f -0000002928 00000 f -0000002929 00000 f -0000002930 00000 f -0000002931 00000 f -0000002932 00000 f -0000002933 00000 f -0000002934 00000 f -0000002935 00000 f -0000002936 00000 f -0000002937 00000 f -0000002938 00000 f -0000002939 00000 f -0000002940 00000 f -0000002941 00000 f -0000002942 00000 f -0000002943 00000 f -0000002944 00000 f -0000002945 00000 f -0000002946 00000 f -0000002947 00000 f -0000002948 00000 f -0000002949 00000 f -0000002950 00000 f -0000002951 00000 f -0000002952 00000 f -0000002953 00000 f -0000002954 00000 f -0000002955 00000 f -0000002956 00000 f -0000002957 00000 f -0000002958 00000 f -0000002959 00000 f -0000002960 00000 f -0000002961 00000 f -0000002962 00000 f -0000002963 00000 f -0000002964 00000 f -0000002965 00000 f -0000002966 00000 f -0000002967 00000 f -0000002968 00000 f -0000002969 00000 f -0000002970 00000 f -0000002971 00000 f -0000002972 00000 f -0000002973 00000 f -0000002974 00000 f -0000002975 00000 f -0000002976 00000 f -0000002977 00000 f -0000002978 00000 f -0000002979 00000 f -0000002980 00000 f -0000002981 00000 f -0000002982 00000 f -0000002983 00000 f -0000002984 00000 f -0000002985 00000 f -0000002986 00000 f -0000002987 00000 f -0000002988 00000 f -0000002989 00000 f -0000002990 00000 f -0000002991 00000 f -0000002992 00000 f -0000002993 00000 f -0000002994 00000 f -0000002995 00000 f -0000002996 00000 f -0000002997 00000 f -0000002998 00000 f -0000002999 00000 f -0000003000 00000 f -0000003001 00000 f -0000003002 00000 f -0000003003 00000 f -0000003004 00000 f -0000003005 00000 f -0000003006 00000 f -0000003007 00000 f -0000003008 00000 f -0000003009 00000 f -0000003010 00000 f -0000003011 00000 f -0000003012 00000 f -0000003013 00000 f -0000003014 00000 f -0000003015 00000 f -0000003016 00000 f -0000003017 00000 f -0000003018 00000 f -0000003019 00000 f -0000003020 00000 f -0000003021 00000 f -0000003022 00000 f -0000003023 00000 f -0000003024 00000 f -0000003025 00000 f -0000003026 00000 f -0000003027 00000 f -0000003028 00000 f -0000003029 00000 f -0000003030 00000 f -0000003031 00000 f -0000003032 00000 f -0000003033 00000 f -0000003034 00000 f -0000003035 00000 f -0000003036 00000 f -0000003037 00000 f -0000003038 00000 f -0000003039 00000 f -0000003040 00000 f -0000003041 00000 f -0000003042 00000 f -0000003043 00000 f -0000003044 00000 f -0000003045 00000 f -0000003046 00000 f -0000003047 00000 f -0000003048 00000 f -0000003049 00000 f -0000003050 00000 f -0000003051 00000 f -0000003052 00000 f -0000003053 00000 f -0000003054 00000 f -0000003055 00000 f -0000003056 00000 f -0000003057 00000 f -0000003058 00000 f -0000003059 00000 f -0000003060 00000 f -0000003061 00000 f -0000003062 00000 f -0000003063 00000 f -0000003064 00000 f -0000003065 00000 f -0000003066 00000 f -0000003067 00000 f -0000003068 00000 f -0000003069 00000 f -0000003070 00000 f -0000003071 00000 f -0000003072 00000 f -0000003073 00000 f -0000003074 00000 f -0000003075 00000 f -0000003076 00000 f -0000003077 00000 f -0000003078 00000 f -0000003079 00000 f -0000003080 00000 f -0000003081 00000 f -0000003082 00000 f -0000003083 00000 f -0000003084 00000 f -0000003085 00000 f -0000003086 00000 f -0000003087 00000 f -0000003088 00000 f -0000003089 00000 f -0000003090 00000 f -0000003091 00000 f -0000003092 00000 f -0000003093 00000 f -0000003094 00000 f -0000003095 00000 f -0000003096 00000 f -0000003097 00000 f -0000003098 00000 f -0000003099 00000 f -0000003100 00000 f -0000003101 00000 f -0000003102 00000 f -0000003103 00000 f -0000003104 00000 f -0000003105 00000 f -0000003106 00000 f -0000003107 00000 f -0000003108 00000 f -0000003109 00000 f -0000003110 00000 f -0000003111 00000 f -0000003112 00000 f -0000003113 00000 f -0000003114 00000 f -0000003115 00000 f -0000003116 00000 f -0000003117 00000 f -0000003118 00000 f -0000003119 00000 f -0000003120 00000 f -0000003121 00000 f -0000003122 00000 f -0000003123 00000 f -0000003124 00000 f -0000003125 00000 f -0000003126 00000 f -0000003127 00000 f -0000003128 00000 f -0000003129 00000 f -0000003130 00000 f -0000003131 00000 f -0000003132 00000 f -0000003133 00000 f -0000003134 00000 f -0000003135 00000 f -0000003136 00000 f -0000003137 00000 f -0000003138 00000 f -0000003139 00000 f -0000003140 00000 f -0000003141 00000 f -0000003142 00000 f -0000003143 00000 f -0000003144 00000 f -0000003145 00000 f -0000003146 00000 f -0000003147 00000 f -0000003148 00000 f -0000003149 00000 f -0000003150 00000 f -0000003151 00000 f -0000003152 00000 f -0000003153 00000 f -0000003154 00000 f -0000003155 00000 f -0000003156 00000 f -0000003157 00000 f -0000003158 00000 f -0000003159 00000 f -0000003160 00000 f -0000003161 00000 f -0000003162 00000 f -0000003163 00000 f -0000003164 00000 f -0000003165 00000 f -0000003166 00000 f -0000003167 00000 f -0000003168 00000 f -0000003169 00000 f -0000003170 00000 f -0000003171 00000 f -0000003172 00000 f -0000003173 00000 f -0000003174 00000 f -0000003175 00000 f -0000003176 00000 f -0000003177 00000 f -0000003178 00000 f -0000003179 00000 f -0000003180 00000 f -0000003181 00000 f -0000003182 00000 f -0000003183 00000 f -0000003184 00000 f -0000003185 00000 f -0000003186 00000 f -0000003187 00000 f -0000003188 00000 f -0000003189 00000 f -0000003190 00000 f -0000003191 00000 f -0000003192 00000 f -0000003193 00000 f -0000003194 00000 f -0000003195 00000 f -0000003196 00000 f -0000003197 00000 f -0000003198 00000 f -0000003199 00000 f -0000003200 00000 f -0000003201 00000 f -0000003202 00000 f -0000003203 00000 f -0000003204 00000 f -0000003205 00000 f -0000003206 00000 f -0000003207 00000 f -0000003208 00000 f -0000003209 00000 f -0000003210 00000 f -0000003211 00000 f -0000003212 00000 f -0000003213 00000 f -0000003214 00000 f -0000003215 00000 f -0000003216 00000 f -0000003217 00000 f -0000003218 00000 f -0000003219 00000 f -0000003220 00000 f -0000003221 00000 f -0000003222 00000 f -0000003223 00000 f -0000003224 00000 f -0000003225 00000 f -0000003226 00000 f -0000003227 00000 f -0000003228 00000 f -0000003229 00000 f -0000003230 00000 f -0000003231 00000 f -0000003232 00000 f -0000003233 00000 f -0000003234 00000 f -0000003235 00000 f -0000003236 00000 f -0000003237 00000 f -0000003238 00000 f -0000003239 00000 f -0000003240 00000 f -0000003241 00000 f -0000003242 00000 f -0000003243 00000 f -0000003244 00000 f -0000003245 00000 f -0000003246 00000 f -0000003247 00000 f -0000003248 00000 f -0000003249 00000 f -0000003250 00000 f -0000003251 00000 f -0000003252 00000 f -0000003253 00000 f -0000003254 00000 f -0000003255 00000 f -0000003256 00000 f -0000003257 00000 f -0000003258 00000 f -0000003259 00000 f -0000003260 00000 f -0000003261 00000 f -0000003262 00000 f -0000003263 00000 f -0000003264 00000 f -0000003265 00000 f -0000003266 00000 f -0000003267 00000 f -0000003268 00000 f -0000003269 00000 f -0000003270 00000 f -0000003271 00000 f -0000003272 00000 f -0000003273 00000 f -0000003274 00000 f -0000003275 00000 f -0000003276 00000 f -0000003277 00000 f -0000003278 00000 f -0000003279 00000 f -0000003280 00000 f -0000003281 00000 f -0000003282 00000 f -0000003283 00000 f -0000003284 00000 f -0000003285 00000 f -0000003286 00000 f -0000003287 00000 f -0000003288 00000 f -0000003295 00000 f -0000295122 00000 n -0000295155 00000 n -0000295002 00000 n -0000295035 00000 n -0000294882 00000 n -0000294915 00000 n -0000003296 00000 f -0000003297 00000 f -0000003298 00000 f -0000003299 00000 f -0000003300 00000 f -0000003301 00000 f -0000003302 00000 f -0000003303 00000 f -0000003307 00000 f -0000267443 00000 n -0000267522 00000 n -0000267602 00000 n -0000003308 00000 f -0000003309 00000 f -0000003310 00000 f -0000003311 00000 f -0000003312 00000 f -0000003313 00000 f -0000003314 00000 f -0000003315 00000 f -0000003316 00000 f -0000003317 00000 f -0000003318 00000 f -0000003319 00000 f -0000003320 00000 f -0000003321 00000 f -0000003322 00000 f -0000003323 00000 f -0000003324 00000 f -0000003325 00000 f -0000003326 00000 f -0000003327 00000 f -0000003328 00000 f -0000003329 00000 f -0000003330 00000 f -0000003331 00000 f -0000003332 00000 f -0000003333 00000 f -0000003334 00000 f -0000003335 00000 f -0000003336 00000 f -0000003337 00000 f -0000003338 00000 f -0000003339 00000 f -0000003340 00000 f -0000003341 00000 f -0000003342 00000 f -0000003343 00000 f -0000003344 00000 f -0000003345 00000 f -0000003346 00000 f -0000003347 00000 f -0000003348 00000 f -0000003349 00000 f -0000003350 00000 f -0000003351 00000 f -0000003352 00000 f -0000003353 00000 f -0000003354 00000 f -0000003355 00000 f -0000003356 00000 f -0000003357 00000 f -0000003358 00000 f -0000003359 00000 f -0000003360 00000 f -0000003361 00000 f -0000003362 00000 f -0000003363 00000 f -0000003364 00000 f -0000003365 00000 f -0000003366 00000 f -0000003367 00000 f -0000003368 00000 f -0000003369 00000 f -0000003370 00000 f -0000003371 00000 f -0000003372 00000 f -0000003373 00000 f -0000003374 00000 f -0000003375 00000 f -0000003376 00000 f -0000003377 00000 f -0000003378 00000 f -0000003379 00000 f -0000003380 00000 f -0000003381 00000 f -0000003382 00000 f -0000003383 00000 f -0000003384 00000 f -0000003385 00000 f -0000003386 00000 f -0000003387 00000 f -0000003388 00000 f -0000003389 00000 f -0000003390 00000 f -0000003391 00000 f -0000003392 00000 f -0000003393 00000 f -0000003394 00000 f -0000003395 00000 f -0000003396 00000 f -0000003397 00000 f -0000003398 00000 f -0000003399 00000 f -0000003400 00000 f -0000003401 00000 f -0000003402 00000 f -0000003403 00000 f -0000003404 00000 f -0000003405 00000 f -0000003406 00000 f -0000003407 00000 f -0000003408 00000 f -0000003409 00000 f -0000003410 00000 f -0000003411 00000 f -0000003412 00000 f -0000003413 00000 f -0000003414 00000 f -0000003415 00000 f -0000003416 00000 f -0000003417 00000 f -0000003418 00000 f -0000003419 00000 f -0000003420 00000 f -0000003421 00000 f -0000003422 00000 f -0000003423 00000 f -0000003424 00000 f -0000003425 00000 f -0000003426 00000 f -0000003427 00000 f -0000003428 00000 f -0000003429 00000 f -0000003430 00000 f -0000003431 00000 f -0000003432 00000 f -0000003433 00000 f -0000003434 00000 f -0000003435 00000 f -0000003436 00000 f -0000003437 00000 f -0000003438 00000 f -0000003439 00000 f -0000003440 00000 f -0000003441 00000 f -0000003442 00000 f -0000003443 00000 f -0000003444 00000 f -0000003445 00000 f -0000003446 00000 f -0000003447 00000 f -0000003448 00000 f -0000003449 00000 f -0000003450 00000 f -0000003451 00000 f -0000003452 00000 f -0000003453 00000 f -0000003454 00000 f -0000003455 00000 f -0000003456 00000 f -0000003457 00000 f -0000003458 00000 f -0000003459 00000 f -0000003460 00000 f -0000003461 00000 f -0000003462 00000 f -0000003463 00000 f -0000003464 00000 f -0000003465 00000 f -0000003466 00000 f -0000003467 00000 f -0000003468 00000 f -0000003469 00000 f -0000003470 00000 f -0000003471 00000 f -0000003472 00000 f -0000003473 00000 f -0000003474 00000 f -0000003475 00000 f -0000003476 00000 f -0000003477 00000 f -0000003478 00000 f -0000003479 00000 f -0000003480 00000 f -0000003481 00000 f -0000003482 00000 f -0000003483 00000 f -0000003484 00000 f -0000003485 00000 f -0000003486 00000 f -0000003487 00000 f -0000003488 00000 f -0000003489 00000 f -0000003490 00000 f -0000003491 00000 f -0000003492 00000 f -0000003493 00000 f -0000003494 00000 f -0000003495 00000 f -0000003496 00000 f -0000003497 00000 f -0000003498 00000 f -0000003499 00000 f -0000003500 00000 f -0000003501 00000 f -0000003502 00000 f -0000003503 00000 f -0000003504 00000 f -0000003505 00000 f -0000003506 00000 f -0000003507 00000 f -0000003508 00000 f -0000003509 00000 f -0000003510 00000 f -0000003511 00000 f -0000003512 00000 f -0000003513 00000 f -0000003514 00000 f -0000003515 00000 f -0000003516 00000 f -0000003517 00000 f -0000003518 00000 f -0000003519 00000 f -0000003520 00000 f -0000003521 00000 f -0000003522 00000 f -0000003523 00000 f -0000003524 00000 f -0000003525 00000 f -0000003526 00000 f -0000003527 00000 f -0000003528 00000 f -0000003529 00000 f -0000003530 00000 f -0000003531 00000 f -0000003532 00000 f -0000003533 00000 f -0000003534 00000 f -0000003535 00000 f -0000003536 00000 f -0000003537 00000 f -0000003538 00000 f -0000003539 00000 f -0000003540 00000 f -0000003541 00000 f -0000003542 00000 f -0000003543 00000 f -0000003544 00000 f -0000003545 00000 f -0000003546 00000 f -0000003547 00000 f -0000003548 00000 f -0000003549 00000 f -0000003550 00000 f -0000003551 00000 f -0000003552 00000 f -0000003553 00000 f -0000003554 00000 f -0000003555 00000 f -0000003556 00000 f -0000003557 00000 f -0000003558 00000 f -0000003559 00000 f -0000003560 00000 f -0000003561 00000 f -0000003562 00000 f -0000003563 00000 f -0000003564 00000 f -0000003565 00000 f -0000003566 00000 f -0000003567 00000 f -0000003568 00000 f -0000003569 00000 f -0000003570 00000 f -0000003571 00000 f -0000003572 00000 f -0000003573 00000 f -0000003574 00000 f -0000003575 00000 f -0000003576 00000 f -0000003577 00000 f -0000003578 00000 f -0000003579 00000 f -0000003580 00000 f -0000003581 00000 f -0000003582 00000 f -0000003583 00000 f -0000003584 00000 f -0000003585 00000 f -0000003586 00000 f -0000003587 00000 f -0000003588 00000 f -0000003589 00000 f -0000003590 00000 f -0000003591 00000 f -0000003592 00000 f -0000003593 00000 f -0000003594 00000 f -0000003595 00000 f -0000003596 00000 f -0000003597 00000 f -0000003598 00000 f -0000003599 00000 f -0000003600 00000 f -0000003601 00000 f -0000003602 00000 f -0000003603 00000 f -0000003604 00000 f -0000003605 00000 f -0000003606 00000 f -0000003607 00000 f -0000003608 00000 f -0000003609 00000 f -0000003610 00000 f -0000003611 00000 f -0000003612 00000 f -0000003613 00000 f -0000003614 00000 f -0000003615 00000 f -0000003616 00000 f -0000003617 00000 f -0000003618 00000 f -0000003619 00000 f -0000003620 00000 f -0000003621 00000 f -0000003622 00000 f -0000003623 00000 f -0000003624 00000 f -0000003625 00000 f -0000003626 00000 f -0000003627 00000 f -0000003628 00000 f -0000003629 00000 f -0000003630 00000 f -0000003631 00000 f -0000003632 00000 f -0000003633 00000 f -0000003634 00000 f -0000003635 00000 f -0000003636 00000 f -0000003637 00000 f -0000003638 00000 f -0000003639 00000 f -0000003640 00000 f -0000003641 00000 f -0000003642 00000 f -0000003643 00000 f -0000003644 00000 f -0000003645 00000 f -0000003646 00000 f -0000003647 00000 f -0000003648 00000 f -0000003649 00000 f -0000003650 00000 f -0000003651 00000 f -0000003652 00000 f -0000003653 00000 f -0000003654 00000 f -0000003655 00000 f -0000003656 00000 f -0000003657 00000 f -0000003658 00000 f -0000003659 00000 f -0000003660 00000 f -0000003661 00000 f -0000003662 00000 f -0000003663 00000 f -0000003664 00000 f -0000003665 00000 f -0000003666 00000 f -0000003667 00000 f -0000003668 00000 f -0000003669 00000 f -0000003670 00000 f -0000003671 00000 f -0000003672 00000 f -0000003673 00000 f -0000003674 00000 f -0000003675 00000 f -0000003676 00000 f -0000003677 00000 f -0000003678 00000 f -0000003679 00000 f -0000003680 00000 f -0000003681 00000 f -0000003682 00000 f -0000003683 00000 f -0000003684 00000 f -0000003685 00000 f -0000003686 00000 f -0000003687 00000 f -0000003688 00000 f -0000003689 00000 f -0000003690 00000 f -0000003691 00000 f -0000003692 00000 f -0000003693 00000 f -0000003694 00000 f -0000003695 00000 f -0000003696 00000 f -0000003697 00000 f -0000003698 00000 f -0000003699 00000 f -0000003700 00000 f -0000003701 00000 f -0000003702 00000 f -0000003703 00000 f -0000003704 00000 f -0000003705 00000 f -0000003706 00000 f -0000003707 00000 f -0000003708 00000 f -0000003709 00000 f -0000003710 00000 f -0000003711 00000 f -0000003712 00000 f -0000003713 00000 f -0000003714 00000 f -0000003715 00000 f -0000003716 00000 f -0000003717 00000 f -0000003718 00000 f -0000003719 00000 f -0000003720 00000 f -0000003721 00000 f -0000003722 00000 f -0000003723 00000 f -0000003724 00000 f -0000003725 00000 f -0000003726 00000 f -0000003727 00000 f -0000003728 00000 f -0000003729 00000 f -0000003730 00000 f -0000003731 00000 f -0000003732 00000 f -0000003733 00000 f -0000003734 00000 f -0000003735 00000 f -0000003736 00000 f -0000003737 00000 f -0000003738 00000 f -0000003739 00000 f -0000003740 00000 f -0000003741 00000 f -0000003742 00000 f -0000003743 00000 f -0000003744 00000 f -0000003745 00000 f -0000003746 00000 f -0000003747 00000 f -0000003748 00000 f -0000003749 00000 f -0000003750 00000 f -0000003751 00000 f -0000003752 00000 f -0000003753 00000 f -0000003754 00000 f -0000003755 00000 f -0000003756 00000 f -0000003757 00000 f -0000003758 00000 f -0000003759 00000 f -0000003760 00000 f -0000003761 00000 f -0000003762 00000 f -0000003763 00000 f -0000003764 00000 f -0000003765 00000 f -0000003766 00000 f -0000003767 00000 f -0000003768 00000 f -0000003769 00000 f -0000003770 00000 f -0000003771 00000 f -0000003772 00000 f -0000003773 00000 f -0000003774 00000 f -0000003775 00000 f -0000003776 00000 f -0000003777 00000 f -0000003778 00000 f -0000003779 00000 f -0000003780 00000 f -0000003781 00000 f -0000003782 00000 f -0000003783 00000 f -0000003784 00000 f -0000003785 00000 f -0000003786 00000 f -0000003787 00000 f -0000003788 00000 f -0000003789 00000 f -0000003790 00000 f -0000003791 00000 f -0000003792 00000 f -0000003793 00000 f -0000003794 00000 f -0000003795 00000 f -0000003796 00000 f -0000003797 00000 f -0000003798 00000 f -0000003799 00000 f -0000003800 00000 f -0000003801 00000 f -0000003802 00000 f -0000003803 00000 f -0000003804 00000 f -0000003805 00000 f -0000003806 00000 f -0000003807 00000 f -0000003808 00000 f -0000003809 00000 f -0000003810 00000 f -0000003811 00000 f -0000003812 00000 f -0000003813 00000 f -0000003814 00000 f -0000003815 00000 f -0000003816 00000 f -0000003817 00000 f -0000003818 00000 f -0000003819 00000 f -0000003820 00000 f -0000003821 00000 f -0000003822 00000 f -0000003823 00000 f -0000003824 00000 f -0000003825 00000 f -0000003826 00000 f -0000003827 00000 f -0000003828 00000 f -0000003829 00000 f -0000003830 00000 f -0000003831 00000 f -0000003832 00000 f -0000003833 00000 f -0000003834 00000 f -0000003835 00000 f -0000003836 00000 f -0000003837 00000 f -0000003844 00000 f -0000294762 00000 n -0000294795 00000 n -0000294642 00000 n -0000294675 00000 n -0000294522 00000 n -0000294555 00000 n -0000003845 00000 f -0000003846 00000 f -0000003847 00000 f -0000003848 00000 f -0000003849 00000 f -0000003850 00000 f -0000003851 00000 f -0000003852 00000 f -0000003856 00000 f -0000267686 00000 n -0000267765 00000 n -0000267845 00000 n -0000003857 00000 f -0000003858 00000 f -0000003859 00000 f -0000003860 00000 f -0000003861 00000 f -0000003862 00000 f -0000003863 00000 f -0000003864 00000 f -0000003865 00000 f -0000003866 00000 f -0000003867 00000 f -0000003868 00000 f -0000003869 00000 f -0000003870 00000 f -0000003871 00000 f -0000003872 00000 f -0000003873 00000 f -0000003874 00000 f -0000003875 00000 f -0000003876 00000 f -0000003877 00000 f -0000003878 00000 f -0000003879 00000 f -0000003880 00000 f -0000003881 00000 f -0000003882 00000 f -0000003883 00000 f -0000003884 00000 f -0000003885 00000 f -0000003886 00000 f -0000003887 00000 f -0000003888 00000 f -0000003889 00000 f -0000003890 00000 f -0000003891 00000 f -0000003892 00000 f -0000003893 00000 f -0000003894 00000 f -0000003895 00000 f -0000003896 00000 f -0000003897 00000 f -0000003898 00000 f -0000003899 00000 f -0000003900 00000 f -0000003901 00000 f -0000003902 00000 f -0000003903 00000 f -0000003904 00000 f -0000003905 00000 f -0000003906 00000 f -0000003907 00000 f -0000003908 00000 f -0000003909 00000 f -0000003910 00000 f -0000003911 00000 f -0000003912 00000 f -0000003913 00000 f -0000003914 00000 f -0000003915 00000 f -0000003916 00000 f -0000003917 00000 f -0000003918 00000 f -0000003919 00000 f -0000003920 00000 f -0000003921 00000 f -0000003922 00000 f -0000003923 00000 f -0000003924 00000 f -0000003925 00000 f -0000003926 00000 f -0000003927 00000 f -0000003928 00000 f -0000003929 00000 f -0000003930 00000 f -0000003931 00000 f -0000003932 00000 f -0000003933 00000 f -0000003934 00000 f -0000003935 00000 f -0000003936 00000 f -0000003937 00000 f -0000003938 00000 f -0000003939 00000 f -0000003940 00000 f -0000003941 00000 f -0000003942 00000 f -0000003943 00000 f -0000003944 00000 f -0000003945 00000 f -0000003946 00000 f -0000003947 00000 f -0000003948 00000 f -0000003949 00000 f -0000003950 00000 f -0000003951 00000 f -0000003952 00000 f -0000003953 00000 f -0000003954 00000 f -0000003955 00000 f -0000003956 00000 f -0000003957 00000 f -0000003958 00000 f -0000003959 00000 f -0000003960 00000 f -0000003961 00000 f -0000003962 00000 f -0000003963 00000 f -0000003964 00000 f -0000003965 00000 f -0000003966 00000 f -0000003967 00000 f -0000003968 00000 f -0000003969 00000 f -0000003970 00000 f -0000003971 00000 f -0000003972 00000 f -0000003973 00000 f -0000003974 00000 f -0000003975 00000 f -0000003976 00000 f -0000003977 00000 f -0000003978 00000 f -0000003979 00000 f -0000003980 00000 f -0000003981 00000 f -0000003982 00000 f -0000003983 00000 f -0000003984 00000 f -0000003985 00000 f -0000003986 00000 f -0000003987 00000 f -0000003988 00000 f -0000003989 00000 f -0000003990 00000 f -0000003991 00000 f -0000003992 00000 f -0000003993 00000 f -0000003994 00000 f -0000003995 00000 f -0000003996 00000 f -0000003997 00000 f -0000003998 00000 f -0000003999 00000 f -0000004000 00000 f -0000004001 00000 f -0000004002 00000 f -0000004003 00000 f -0000004004 00000 f -0000004005 00000 f -0000004006 00000 f -0000004007 00000 f -0000004008 00000 f -0000004009 00000 f -0000004010 00000 f -0000004011 00000 f -0000004012 00000 f -0000004013 00000 f -0000004014 00000 f -0000004015 00000 f -0000004016 00000 f -0000004017 00000 f -0000004018 00000 f -0000004019 00000 f -0000004020 00000 f -0000004021 00000 f -0000004022 00000 f -0000004023 00000 f -0000004024 00000 f -0000004025 00000 f -0000004026 00000 f -0000004027 00000 f -0000004028 00000 f -0000004029 00000 f -0000004030 00000 f -0000004031 00000 f -0000004032 00000 f -0000004033 00000 f -0000004034 00000 f -0000004035 00000 f -0000004036 00000 f -0000004037 00000 f -0000004038 00000 f -0000004039 00000 f -0000004040 00000 f -0000004041 00000 f -0000004042 00000 f -0000004043 00000 f -0000004044 00000 f -0000004045 00000 f -0000004046 00000 f -0000004047 00000 f -0000004048 00000 f -0000004049 00000 f -0000004050 00000 f -0000004051 00000 f -0000004052 00000 f -0000004053 00000 f -0000004054 00000 f -0000004055 00000 f -0000004056 00000 f -0000004057 00000 f -0000004058 00000 f -0000004059 00000 f -0000004060 00000 f -0000004061 00000 f -0000004062 00000 f -0000004063 00000 f -0000004064 00000 f -0000004065 00000 f -0000004066 00000 f -0000004067 00000 f -0000004068 00000 f -0000004069 00000 f -0000004070 00000 f -0000004071 00000 f -0000004072 00000 f -0000004073 00000 f -0000004074 00000 f -0000004075 00000 f -0000004076 00000 f -0000004077 00000 f -0000004078 00000 f -0000004079 00000 f -0000004080 00000 f -0000004081 00000 f -0000004082 00000 f -0000004083 00000 f -0000004084 00000 f -0000004085 00000 f -0000004086 00000 f -0000004087 00000 f -0000004088 00000 f -0000004089 00000 f -0000004090 00000 f -0000004091 00000 f -0000004092 00000 f -0000004093 00000 f -0000004094 00000 f -0000004095 00000 f -0000004096 00000 f -0000004097 00000 f -0000004098 00000 f -0000004099 00000 f -0000004100 00000 f -0000004101 00000 f -0000004102 00000 f -0000004103 00000 f -0000004104 00000 f -0000004105 00000 f -0000004106 00000 f -0000004107 00000 f -0000004108 00000 f -0000004109 00000 f -0000004110 00000 f -0000004111 00000 f -0000004112 00000 f -0000004113 00000 f -0000004114 00000 f -0000004115 00000 f -0000004116 00000 f -0000004117 00000 f -0000004118 00000 f -0000004119 00000 f -0000004120 00000 f -0000004121 00000 f -0000004122 00000 f -0000004123 00000 f -0000004124 00000 f -0000004125 00000 f -0000004126 00000 f -0000004127 00000 f -0000004128 00000 f -0000004129 00000 f -0000004130 00000 f -0000004131 00000 f -0000004132 00000 f -0000004133 00000 f -0000004134 00000 f -0000004135 00000 f -0000004136 00000 f -0000004137 00000 f -0000004138 00000 f -0000004139 00000 f -0000004140 00000 f -0000004141 00000 f -0000004142 00000 f -0000004143 00000 f -0000004144 00000 f -0000004145 00000 f -0000004146 00000 f -0000004147 00000 f -0000004148 00000 f -0000004149 00000 f -0000004150 00000 f -0000004151 00000 f -0000004152 00000 f -0000004153 00000 f -0000004154 00000 f -0000004155 00000 f -0000004156 00000 f -0000004157 00000 f -0000004158 00000 f -0000004159 00000 f -0000004160 00000 f -0000004161 00000 f -0000004162 00000 f -0000004163 00000 f -0000004164 00000 f -0000004165 00000 f -0000004166 00000 f -0000004167 00000 f -0000004168 00000 f -0000004169 00000 f -0000004170 00000 f -0000004171 00000 f -0000004172 00000 f -0000004173 00000 f -0000004174 00000 f -0000004175 00000 f -0000004176 00000 f -0000004177 00000 f -0000004178 00000 f -0000004179 00000 f -0000004180 00000 f -0000004181 00000 f -0000004182 00000 f -0000004183 00000 f -0000004184 00000 f -0000004185 00000 f -0000004186 00000 f -0000004187 00000 f -0000004188 00000 f -0000004189 00000 f -0000004190 00000 f -0000004191 00000 f -0000004192 00000 f -0000004193 00000 f -0000004194 00000 f -0000004195 00000 f -0000004196 00000 f -0000004197 00000 f -0000004198 00000 f -0000004199 00000 f -0000004200 00000 f -0000004201 00000 f -0000004202 00000 f -0000004203 00000 f -0000004204 00000 f -0000004205 00000 f -0000004206 00000 f -0000004207 00000 f -0000004208 00000 f -0000004209 00000 f -0000004210 00000 f -0000004211 00000 f -0000004212 00000 f -0000004213 00000 f -0000004214 00000 f -0000004215 00000 f -0000004216 00000 f -0000004217 00000 f -0000004218 00000 f -0000004219 00000 f -0000004220 00000 f -0000004221 00000 f -0000004222 00000 f -0000004223 00000 f -0000004224 00000 f -0000004225 00000 f -0000004226 00000 f -0000004227 00000 f -0000004228 00000 f -0000004229 00000 f -0000004230 00000 f -0000004231 00000 f -0000004232 00000 f -0000004233 00000 f -0000004234 00000 f -0000004235 00000 f -0000004236 00000 f -0000004237 00000 f -0000004238 00000 f -0000004239 00000 f -0000004240 00000 f -0000004241 00000 f -0000004242 00000 f -0000004243 00000 f -0000004244 00000 f -0000004245 00000 f -0000004246 00000 f -0000004247 00000 f -0000004248 00000 f -0000004249 00000 f -0000004250 00000 f -0000004251 00000 f -0000004252 00000 f -0000004253 00000 f -0000004254 00000 f -0000004255 00000 f -0000004256 00000 f -0000004257 00000 f -0000004258 00000 f -0000004259 00000 f -0000004260 00000 f -0000004261 00000 f -0000004262 00000 f -0000004263 00000 f -0000004264 00000 f -0000004265 00000 f -0000004266 00000 f -0000004267 00000 f -0000004268 00000 f -0000004269 00000 f -0000004270 00000 f -0000004271 00000 f -0000004272 00000 f -0000004273 00000 f -0000004274 00000 f -0000004275 00000 f -0000004276 00000 f -0000004277 00000 f -0000004278 00000 f -0000004279 00000 f -0000004280 00000 f -0000004281 00000 f -0000004282 00000 f -0000004283 00000 f -0000004284 00000 f -0000004285 00000 f -0000004286 00000 f -0000004287 00000 f -0000004288 00000 f -0000004289 00000 f -0000004290 00000 f -0000004291 00000 f -0000004292 00000 f -0000004293 00000 f -0000004294 00000 f -0000004295 00000 f -0000004296 00000 f -0000004297 00000 f -0000004298 00000 f -0000004299 00000 f -0000004300 00000 f -0000004301 00000 f -0000004302 00000 f -0000004303 00000 f -0000004304 00000 f -0000004305 00000 f -0000004306 00000 f -0000004307 00000 f -0000004308 00000 f -0000004309 00000 f -0000004310 00000 f -0000004311 00000 f -0000004312 00000 f -0000004313 00000 f -0000004314 00000 f -0000004315 00000 f -0000004316 00000 f -0000004317 00000 f -0000004318 00000 f -0000004319 00000 f -0000004320 00000 f -0000004321 00000 f -0000004322 00000 f -0000004323 00000 f -0000004324 00000 f -0000004325 00000 f -0000004326 00000 f -0000004327 00000 f -0000004328 00000 f -0000004329 00000 f -0000004330 00000 f -0000004331 00000 f -0000004332 00000 f -0000004333 00000 f -0000004334 00000 f -0000004335 00000 f -0000004336 00000 f -0000004337 00000 f -0000004338 00000 f -0000004339 00000 f -0000004340 00000 f -0000004341 00000 f -0000004342 00000 f -0000004343 00000 f -0000004344 00000 f -0000004345 00000 f -0000004346 00000 f -0000004347 00000 f -0000004348 00000 f -0000004349 00000 f -0000004350 00000 f -0000004351 00000 f -0000004352 00000 f -0000004353 00000 f -0000004354 00000 f -0000004355 00000 f -0000004356 00000 f -0000004357 00000 f -0000004358 00000 f -0000004359 00000 f -0000004360 00000 f -0000004361 00000 f -0000004362 00000 f -0000004363 00000 f -0000004364 00000 f -0000004365 00000 f -0000004366 00000 f -0000004367 00000 f -0000004368 00000 f -0000004369 00000 f -0000004370 00000 f -0000004371 00000 f -0000004372 00000 f -0000004373 00000 f -0000004374 00000 f -0000004375 00000 f -0000004376 00000 f -0000004377 00000 f -0000004378 00000 f -0000004379 00000 f -0000004380 00000 f -0000004381 00000 f -0000004382 00000 f -0000004383 00000 f -0000004384 00000 f -0000004385 00000 f -0000004386 00000 f -0000004393 00000 f -0000294402 00000 n -0000294435 00000 n -0000294282 00000 n -0000294315 00000 n -0000294162 00000 n -0000294195 00000 n -0000004394 00000 f -0000004395 00000 f -0000004396 00000 f -0000004397 00000 f -0000004398 00000 f -0000004399 00000 f -0000004400 00000 f -0000004401 00000 f -0000004405 00000 f -0000267929 00000 n -0000268008 00000 n -0000268088 00000 n -0000004406 00000 f -0000004407 00000 f -0000004408 00000 f -0000004409 00000 f -0000004410 00000 f -0000004411 00000 f -0000004412 00000 f -0000004413 00000 f -0000004414 00000 f -0000004415 00000 f -0000004416 00000 f -0000004417 00000 f -0000004418 00000 f -0000004419 00000 f -0000004420 00000 f -0000004421 00000 f -0000004422 00000 f -0000004423 00000 f -0000004424 00000 f -0000004425 00000 f -0000004426 00000 f -0000004427 00000 f -0000004428 00000 f -0000004429 00000 f -0000004430 00000 f -0000004431 00000 f -0000004432 00000 f -0000004433 00000 f -0000004434 00000 f -0000004435 00000 f -0000004436 00000 f -0000004437 00000 f -0000004438 00000 f -0000004439 00000 f -0000004440 00000 f -0000004441 00000 f -0000004442 00000 f -0000004443 00000 f -0000004444 00000 f -0000004445 00000 f -0000004446 00000 f -0000004447 00000 f -0000004448 00000 f -0000004449 00000 f -0000004450 00000 f -0000004451 00000 f -0000004452 00000 f -0000004453 00000 f -0000004454 00000 f -0000004455 00000 f -0000004456 00000 f -0000004457 00000 f -0000004458 00000 f -0000004459 00000 f -0000004460 00000 f -0000004461 00000 f -0000004462 00000 f -0000004463 00000 f -0000004464 00000 f -0000004465 00000 f -0000004466 00000 f -0000004467 00000 f -0000004468 00000 f -0000004469 00000 f -0000004470 00000 f -0000004471 00000 f -0000004472 00000 f -0000004473 00000 f -0000004474 00000 f -0000004475 00000 f -0000004476 00000 f -0000004477 00000 f -0000004478 00000 f -0000004479 00000 f -0000004480 00000 f -0000004481 00000 f -0000004482 00000 f -0000004483 00000 f -0000004484 00000 f -0000004485 00000 f -0000004486 00000 f -0000004487 00000 f -0000004488 00000 f -0000004489 00000 f -0000004490 00000 f -0000004491 00000 f -0000004492 00000 f -0000004493 00000 f -0000004494 00000 f -0000004495 00000 f -0000004496 00000 f -0000004497 00000 f -0000004498 00000 f -0000004499 00000 f -0000004500 00000 f -0000004501 00000 f -0000004502 00000 f -0000004503 00000 f -0000004504 00000 f -0000004505 00000 f -0000004506 00000 f -0000004507 00000 f -0000004508 00000 f -0000004509 00000 f -0000004510 00000 f -0000004511 00000 f -0000004512 00000 f -0000004513 00000 f -0000004514 00000 f -0000004515 00000 f -0000004516 00000 f -0000004517 00000 f -0000004518 00000 f -0000004519 00000 f -0000004520 00000 f -0000004521 00000 f -0000004522 00000 f -0000004523 00000 f -0000004524 00000 f -0000004525 00000 f -0000004526 00000 f -0000004527 00000 f -0000004528 00000 f -0000004529 00000 f -0000004530 00000 f -0000004531 00000 f -0000004532 00000 f -0000004533 00000 f -0000004534 00000 f -0000004535 00000 f -0000004536 00000 f -0000004537 00000 f -0000004538 00000 f -0000004539 00000 f -0000004540 00000 f -0000004541 00000 f -0000004542 00000 f -0000004543 00000 f -0000004544 00000 f -0000004545 00000 f -0000004546 00000 f -0000004547 00000 f -0000004548 00000 f -0000004549 00000 f -0000004550 00000 f -0000004551 00000 f -0000004552 00000 f -0000004553 00000 f -0000004554 00000 f -0000004555 00000 f -0000004556 00000 f -0000004557 00000 f -0000004558 00000 f -0000004559 00000 f -0000004560 00000 f -0000004561 00000 f -0000004562 00000 f -0000004563 00000 f -0000004564 00000 f -0000004565 00000 f -0000004566 00000 f -0000004567 00000 f -0000004568 00000 f -0000004569 00000 f -0000004570 00000 f -0000004571 00000 f -0000004572 00000 f -0000004573 00000 f -0000004574 00000 f -0000004575 00000 f -0000004576 00000 f -0000004577 00000 f -0000004578 00000 f -0000004579 00000 f -0000004580 00000 f -0000004581 00000 f -0000004582 00000 f -0000004583 00000 f -0000004584 00000 f -0000004585 00000 f -0000004586 00000 f -0000004587 00000 f -0000004588 00000 f -0000004589 00000 f -0000004590 00000 f -0000004591 00000 f -0000004592 00000 f -0000004593 00000 f -0000004594 00000 f -0000004595 00000 f -0000004596 00000 f -0000004597 00000 f -0000004598 00000 f -0000004599 00000 f -0000004600 00000 f -0000004601 00000 f -0000004602 00000 f -0000004603 00000 f -0000004604 00000 f -0000004605 00000 f -0000004606 00000 f -0000004607 00000 f -0000004608 00000 f -0000004609 00000 f -0000004610 00000 f -0000004611 00000 f -0000004612 00000 f -0000004613 00000 f -0000004614 00000 f -0000004615 00000 f -0000004616 00000 f -0000004617 00000 f -0000004618 00000 f -0000004619 00000 f -0000004620 00000 f -0000004621 00000 f -0000004622 00000 f -0000004623 00000 f -0000004624 00000 f -0000004625 00000 f -0000004626 00000 f -0000004627 00000 f -0000004628 00000 f -0000004629 00000 f -0000004630 00000 f -0000004631 00000 f -0000004632 00000 f -0000004633 00000 f -0000004634 00000 f -0000004635 00000 f -0000004636 00000 f -0000004637 00000 f -0000004638 00000 f -0000004639 00000 f -0000004640 00000 f -0000004641 00000 f -0000004642 00000 f -0000004643 00000 f -0000004644 00000 f -0000004645 00000 f -0000004646 00000 f -0000004647 00000 f -0000004648 00000 f -0000004649 00000 f -0000004650 00000 f -0000004651 00000 f -0000004652 00000 f -0000004653 00000 f -0000004654 00000 f -0000004655 00000 f -0000004656 00000 f -0000004657 00000 f -0000004658 00000 f -0000004659 00000 f -0000004660 00000 f -0000004661 00000 f -0000004662 00000 f -0000004663 00000 f -0000004664 00000 f -0000004665 00000 f -0000004666 00000 f -0000004667 00000 f -0000004668 00000 f -0000004669 00000 f -0000004670 00000 f -0000004671 00000 f -0000004672 00000 f -0000004673 00000 f -0000004674 00000 f -0000004675 00000 f -0000004676 00000 f -0000004677 00000 f -0000004678 00000 f -0000004679 00000 f -0000004680 00000 f -0000004681 00000 f -0000004682 00000 f -0000004683 00000 f -0000004684 00000 f -0000004685 00000 f -0000004686 00000 f -0000004687 00000 f -0000004688 00000 f -0000004689 00000 f -0000004690 00000 f -0000004691 00000 f -0000004692 00000 f -0000004693 00000 f -0000004694 00000 f -0000004695 00000 f -0000004696 00000 f -0000004697 00000 f -0000004698 00000 f -0000004699 00000 f -0000004700 00000 f -0000004701 00000 f -0000004702 00000 f -0000004703 00000 f -0000004704 00000 f -0000004705 00000 f -0000004706 00000 f -0000004707 00000 f -0000004708 00000 f -0000004709 00000 f -0000004710 00000 f -0000004711 00000 f -0000004712 00000 f -0000004713 00000 f -0000004714 00000 f -0000004715 00000 f -0000004716 00000 f -0000004717 00000 f -0000004718 00000 f -0000004719 00000 f -0000004720 00000 f -0000004721 00000 f -0000004722 00000 f -0000004723 00000 f -0000004724 00000 f -0000004725 00000 f -0000004726 00000 f -0000004727 00000 f -0000004728 00000 f -0000004729 00000 f -0000004730 00000 f -0000004731 00000 f -0000004732 00000 f -0000004733 00000 f -0000004734 00000 f -0000004735 00000 f -0000004736 00000 f -0000004737 00000 f -0000004738 00000 f -0000004739 00000 f -0000004740 00000 f -0000004741 00000 f -0000004742 00000 f -0000004743 00000 f -0000004744 00000 f -0000004745 00000 f -0000004746 00000 f -0000004747 00000 f -0000004748 00000 f -0000004749 00000 f -0000004750 00000 f -0000004751 00000 f -0000004752 00000 f -0000004753 00000 f -0000004754 00000 f -0000004755 00000 f -0000004756 00000 f -0000004757 00000 f -0000004758 00000 f -0000004759 00000 f -0000004760 00000 f -0000004761 00000 f -0000004762 00000 f -0000004763 00000 f -0000004764 00000 f -0000004765 00000 f -0000004766 00000 f -0000004767 00000 f -0000004768 00000 f -0000004769 00000 f -0000004770 00000 f -0000004771 00000 f -0000004772 00000 f -0000004773 00000 f -0000004774 00000 f -0000004775 00000 f -0000004776 00000 f -0000004777 00000 f -0000004778 00000 f -0000004779 00000 f -0000004780 00000 f -0000004781 00000 f -0000004782 00000 f -0000004783 00000 f -0000004784 00000 f -0000004785 00000 f -0000004786 00000 f -0000004787 00000 f -0000004788 00000 f -0000004789 00000 f -0000004790 00000 f -0000004791 00000 f -0000004792 00000 f -0000004793 00000 f -0000004794 00000 f -0000004795 00000 f -0000004796 00000 f -0000004797 00000 f -0000004798 00000 f -0000004799 00000 f -0000004800 00000 f -0000004801 00000 f -0000004802 00000 f -0000004803 00000 f -0000004804 00000 f -0000004805 00000 f -0000004806 00000 f -0000004807 00000 f -0000004808 00000 f -0000004809 00000 f -0000004810 00000 f -0000004811 00000 f -0000004812 00000 f -0000004813 00000 f -0000004814 00000 f -0000004815 00000 f -0000004816 00000 f -0000004817 00000 f -0000004818 00000 f -0000004819 00000 f -0000004820 00000 f -0000004821 00000 f -0000004822 00000 f -0000004823 00000 f -0000004824 00000 f -0000004825 00000 f -0000004826 00000 f -0000004827 00000 f -0000004828 00000 f -0000004829 00000 f -0000004830 00000 f -0000004831 00000 f -0000004832 00000 f -0000004833 00000 f -0000004834 00000 f -0000004835 00000 f -0000004836 00000 f -0000004837 00000 f -0000004838 00000 f -0000004839 00000 f -0000004840 00000 f -0000004841 00000 f -0000004842 00000 f -0000004843 00000 f -0000004844 00000 f -0000004845 00000 f -0000004846 00000 f -0000004847 00000 f -0000004848 00000 f -0000004849 00000 f -0000004850 00000 f -0000004851 00000 f -0000004852 00000 f -0000004853 00000 f -0000004854 00000 f -0000004855 00000 f -0000004856 00000 f -0000004857 00000 f -0000004858 00000 f -0000004859 00000 f -0000004860 00000 f -0000004861 00000 f -0000004862 00000 f -0000004863 00000 f -0000004864 00000 f -0000004865 00000 f -0000004866 00000 f -0000004867 00000 f -0000004868 00000 f -0000004869 00000 f -0000004870 00000 f -0000004871 00000 f -0000004872 00000 f -0000004873 00000 f -0000004874 00000 f -0000004875 00000 f -0000004876 00000 f -0000004877 00000 f -0000004878 00000 f -0000004879 00000 f -0000004880 00000 f -0000004881 00000 f -0000004882 00000 f -0000004883 00000 f -0000004884 00000 f -0000004885 00000 f -0000004886 00000 f -0000004887 00000 f -0000004888 00000 f -0000004889 00000 f -0000004890 00000 f -0000004891 00000 f -0000004892 00000 f -0000004893 00000 f -0000004894 00000 f -0000004895 00000 f -0000004896 00000 f -0000004897 00000 f -0000004898 00000 f -0000004899 00000 f -0000004900 00000 f -0000004901 00000 f -0000004902 00000 f -0000004903 00000 f -0000004904 00000 f -0000004905 00000 f -0000004906 00000 f -0000004907 00000 f -0000004908 00000 f -0000004909 00000 f -0000004910 00000 f -0000004911 00000 f -0000004912 00000 f -0000004913 00000 f -0000004914 00000 f -0000004915 00000 f -0000004916 00000 f -0000004917 00000 f -0000004918 00000 f -0000004919 00000 f -0000004920 00000 f -0000004921 00000 f -0000004922 00000 f -0000004923 00000 f -0000004924 00000 f -0000004925 00000 f -0000004926 00000 f -0000004927 00000 f -0000004928 00000 f -0000004929 00000 f -0000004930 00000 f -0000004931 00000 f -0000004932 00000 f -0000004933 00000 f -0000004934 00000 f -0000004935 00000 f -0000004942 00000 f -0000294042 00000 n -0000294075 00000 n -0000293922 00000 n -0000293955 00000 n -0000293802 00000 n -0000293835 00000 n -0000004943 00000 f -0000004944 00000 f -0000004945 00000 f -0000004946 00000 f -0000004947 00000 f -0000004948 00000 f -0000004949 00000 f -0000004950 00000 f -0000004954 00000 f -0000268172 00000 n -0000268251 00000 n -0000268331 00000 n -0000004955 00000 f -0000004956 00000 f -0000004957 00000 f -0000004958 00000 f -0000004959 00000 f -0000004960 00000 f -0000004961 00000 f -0000004962 00000 f -0000004963 00000 f -0000004964 00000 f -0000004965 00000 f -0000004966 00000 f -0000004967 00000 f -0000004968 00000 f -0000004969 00000 f -0000004970 00000 f -0000004971 00000 f -0000004972 00000 f -0000004973 00000 f -0000004974 00000 f -0000004975 00000 f -0000004976 00000 f -0000004977 00000 f -0000004978 00000 f -0000004979 00000 f -0000004980 00000 f -0000004981 00000 f -0000004982 00000 f -0000004983 00000 f -0000004984 00000 f -0000004985 00000 f -0000004986 00000 f -0000004987 00000 f -0000004988 00000 f -0000004989 00000 f -0000004990 00000 f -0000004991 00000 f -0000004992 00000 f -0000004993 00000 f -0000004994 00000 f -0000004995 00000 f -0000004996 00000 f -0000004997 00000 f -0000004998 00000 f -0000004999 00000 f -0000005000 00000 f -0000005001 00000 f -0000005002 00000 f -0000005003 00000 f -0000005004 00000 f -0000005005 00000 f -0000005006 00000 f -0000005007 00000 f -0000005008 00000 f -0000005009 00000 f -0000005010 00000 f -0000005011 00000 f -0000005012 00000 f -0000005013 00000 f -0000005014 00000 f -0000005015 00000 f -0000005016 00000 f -0000005017 00000 f -0000005018 00000 f -0000005019 00000 f -0000005020 00000 f -0000005021 00000 f -0000005022 00000 f -0000005023 00000 f -0000005024 00000 f -0000005025 00000 f -0000005026 00000 f -0000005027 00000 f -0000005028 00000 f -0000005029 00000 f -0000005030 00000 f -0000005031 00000 f -0000005032 00000 f -0000005033 00000 f -0000005034 00000 f -0000005035 00000 f -0000005036 00000 f -0000005037 00000 f -0000005038 00000 f -0000005039 00000 f -0000005040 00000 f -0000005041 00000 f -0000005042 00000 f -0000005043 00000 f -0000005044 00000 f -0000005045 00000 f -0000005046 00000 f -0000005047 00000 f -0000005048 00000 f -0000005049 00000 f -0000005050 00000 f -0000005051 00000 f -0000005052 00000 f -0000005053 00000 f -0000005054 00000 f -0000005055 00000 f -0000005056 00000 f -0000005057 00000 f -0000005058 00000 f -0000005059 00000 f -0000005060 00000 f -0000005061 00000 f -0000005062 00000 f -0000005063 00000 f -0000005064 00000 f -0000005065 00000 f -0000005066 00000 f -0000005067 00000 f -0000005068 00000 f -0000005069 00000 f -0000005070 00000 f -0000005071 00000 f -0000005072 00000 f -0000005073 00000 f -0000005074 00000 f -0000005075 00000 f -0000005076 00000 f -0000005077 00000 f -0000005078 00000 f -0000005079 00000 f -0000005080 00000 f -0000005081 00000 f -0000005082 00000 f -0000005083 00000 f -0000005084 00000 f -0000005085 00000 f -0000005086 00000 f -0000005087 00000 f -0000005088 00000 f -0000005089 00000 f -0000005090 00000 f -0000005091 00000 f -0000005092 00000 f -0000005093 00000 f -0000005094 00000 f -0000005095 00000 f -0000005096 00000 f -0000005097 00000 f -0000005098 00000 f -0000005099 00000 f -0000005100 00000 f -0000005101 00000 f -0000005102 00000 f -0000005103 00000 f -0000005104 00000 f -0000005105 00000 f -0000005106 00000 f -0000005107 00000 f -0000005108 00000 f -0000005109 00000 f -0000005110 00000 f -0000005111 00000 f -0000005112 00000 f -0000005113 00000 f -0000005114 00000 f -0000005115 00000 f -0000005116 00000 f -0000005117 00000 f -0000005118 00000 f -0000005119 00000 f -0000005120 00000 f -0000005121 00000 f -0000005122 00000 f -0000005123 00000 f -0000005124 00000 f -0000005125 00000 f -0000005126 00000 f -0000005127 00000 f -0000005128 00000 f -0000005129 00000 f -0000005130 00000 f -0000005131 00000 f -0000005132 00000 f -0000005133 00000 f -0000005134 00000 f -0000005135 00000 f -0000005136 00000 f -0000005137 00000 f -0000005138 00000 f -0000005139 00000 f -0000005140 00000 f -0000005141 00000 f -0000005142 00000 f -0000005143 00000 f -0000005144 00000 f -0000005145 00000 f -0000005146 00000 f -0000005147 00000 f -0000005148 00000 f -0000005149 00000 f -0000005150 00000 f -0000005151 00000 f -0000005152 00000 f -0000005153 00000 f -0000005154 00000 f -0000005155 00000 f -0000005156 00000 f -0000005157 00000 f -0000005158 00000 f -0000005159 00000 f -0000005160 00000 f -0000005161 00000 f -0000005162 00000 f -0000005163 00000 f -0000005164 00000 f -0000005165 00000 f -0000005166 00000 f -0000005167 00000 f -0000005168 00000 f -0000005169 00000 f -0000005170 00000 f -0000005171 00000 f -0000005172 00000 f -0000005173 00000 f -0000005174 00000 f -0000005175 00000 f -0000005176 00000 f -0000005177 00000 f -0000005178 00000 f -0000005179 00000 f -0000005180 00000 f -0000005181 00000 f -0000005182 00000 f -0000005183 00000 f -0000005184 00000 f -0000005185 00000 f -0000005186 00000 f -0000005187 00000 f -0000005188 00000 f -0000005189 00000 f -0000005190 00000 f -0000005191 00000 f -0000005192 00000 f -0000005193 00000 f -0000005194 00000 f -0000005195 00000 f -0000005196 00000 f -0000005197 00000 f -0000005198 00000 f -0000005199 00000 f -0000005200 00000 f -0000005201 00000 f -0000005202 00000 f -0000005203 00000 f -0000005204 00000 f -0000005205 00000 f -0000005206 00000 f -0000005207 00000 f -0000005208 00000 f -0000005209 00000 f -0000005210 00000 f -0000005211 00000 f -0000005212 00000 f -0000005213 00000 f -0000005214 00000 f -0000005215 00000 f -0000005216 00000 f -0000005217 00000 f -0000005218 00000 f -0000005219 00000 f -0000005220 00000 f -0000005221 00000 f -0000005222 00000 f -0000005223 00000 f -0000005224 00000 f -0000005225 00000 f -0000005226 00000 f -0000005227 00000 f -0000005228 00000 f -0000005229 00000 f -0000005230 00000 f -0000005231 00000 f -0000005232 00000 f -0000005233 00000 f -0000005234 00000 f -0000005235 00000 f -0000005236 00000 f -0000005237 00000 f -0000005238 00000 f -0000005239 00000 f -0000005240 00000 f -0000005241 00000 f -0000005242 00000 f -0000005243 00000 f -0000005244 00000 f -0000005245 00000 f -0000005246 00000 f -0000005247 00000 f -0000005248 00000 f -0000005249 00000 f -0000005250 00000 f -0000005251 00000 f -0000005252 00000 f -0000005253 00000 f -0000005254 00000 f -0000005255 00000 f -0000005256 00000 f -0000005257 00000 f -0000005258 00000 f -0000005259 00000 f -0000005260 00000 f -0000005261 00000 f -0000005262 00000 f -0000005263 00000 f -0000005264 00000 f -0000005265 00000 f -0000005266 00000 f -0000005267 00000 f -0000005268 00000 f -0000005269 00000 f -0000005270 00000 f -0000005271 00000 f -0000005272 00000 f -0000005273 00000 f -0000005274 00000 f -0000005275 00000 f -0000005276 00000 f -0000005277 00000 f -0000005278 00000 f -0000005279 00000 f -0000005280 00000 f -0000005281 00000 f -0000005282 00000 f -0000005283 00000 f -0000005284 00000 f -0000005285 00000 f -0000005286 00000 f -0000005287 00000 f -0000005288 00000 f -0000005289 00000 f -0000005290 00000 f -0000005291 00000 f -0000005292 00000 f -0000005293 00000 f -0000005294 00000 f -0000005295 00000 f -0000005296 00000 f -0000005297 00000 f -0000005298 00000 f -0000005299 00000 f -0000005300 00000 f -0000005301 00000 f -0000005302 00000 f -0000005303 00000 f -0000005304 00000 f -0000005305 00000 f -0000005306 00000 f -0000005307 00000 f -0000005308 00000 f -0000005309 00000 f -0000005310 00000 f -0000005311 00000 f -0000005312 00000 f -0000005313 00000 f -0000005314 00000 f -0000005315 00000 f -0000005316 00000 f -0000005317 00000 f -0000005318 00000 f -0000005319 00000 f -0000005320 00000 f -0000005321 00000 f -0000005322 00000 f -0000005323 00000 f -0000005324 00000 f -0000005325 00000 f -0000005326 00000 f -0000005327 00000 f -0000005328 00000 f -0000005329 00000 f -0000005330 00000 f -0000005331 00000 f -0000005332 00000 f -0000005333 00000 f -0000005334 00000 f -0000005335 00000 f -0000005336 00000 f -0000005337 00000 f -0000005338 00000 f -0000005339 00000 f -0000005340 00000 f -0000005341 00000 f -0000005342 00000 f -0000005343 00000 f -0000005344 00000 f -0000005345 00000 f -0000005346 00000 f -0000005347 00000 f -0000005348 00000 f -0000005349 00000 f -0000005350 00000 f -0000005351 00000 f -0000005352 00000 f -0000005353 00000 f -0000005354 00000 f -0000005355 00000 f -0000005356 00000 f -0000005357 00000 f -0000005358 00000 f -0000005359 00000 f -0000005360 00000 f -0000005361 00000 f -0000005362 00000 f -0000005363 00000 f -0000005364 00000 f -0000005365 00000 f -0000005366 00000 f -0000005367 00000 f -0000005368 00000 f -0000005369 00000 f -0000005370 00000 f -0000005371 00000 f -0000005372 00000 f -0000005373 00000 f -0000005374 00000 f -0000005375 00000 f -0000005376 00000 f -0000005377 00000 f -0000005378 00000 f -0000005379 00000 f -0000005380 00000 f -0000005381 00000 f -0000005382 00000 f -0000005383 00000 f -0000005384 00000 f -0000005385 00000 f -0000005386 00000 f -0000005387 00000 f -0000005388 00000 f -0000005389 00000 f -0000005390 00000 f -0000005391 00000 f -0000005392 00000 f -0000005393 00000 f -0000005394 00000 f -0000005395 00000 f -0000005396 00000 f -0000005397 00000 f -0000005398 00000 f -0000005399 00000 f -0000005400 00000 f -0000005401 00000 f -0000005402 00000 f -0000005403 00000 f -0000005404 00000 f -0000005405 00000 f -0000005406 00000 f -0000005407 00000 f -0000005408 00000 f -0000005409 00000 f -0000005410 00000 f -0000005411 00000 f -0000005412 00000 f -0000005413 00000 f -0000005414 00000 f -0000005415 00000 f -0000005416 00000 f -0000005417 00000 f -0000005418 00000 f -0000005419 00000 f -0000005420 00000 f -0000005421 00000 f -0000005422 00000 f -0000005423 00000 f -0000005424 00000 f -0000005425 00000 f -0000005426 00000 f -0000005427 00000 f -0000005428 00000 f -0000005429 00000 f -0000005430 00000 f -0000005431 00000 f -0000005432 00000 f -0000005433 00000 f -0000005434 00000 f -0000005435 00000 f -0000005436 00000 f -0000005437 00000 f -0000005438 00000 f -0000005439 00000 f -0000005440 00000 f -0000005441 00000 f -0000005442 00000 f -0000005443 00000 f -0000005444 00000 f -0000005445 00000 f -0000005446 00000 f -0000005447 00000 f -0000005448 00000 f -0000005449 00000 f -0000005450 00000 f -0000005451 00000 f -0000005452 00000 f -0000005453 00000 f -0000005454 00000 f -0000005455 00000 f -0000005456 00000 f -0000005457 00000 f -0000005458 00000 f -0000005459 00000 f -0000005460 00000 f -0000005461 00000 f -0000005462 00000 f -0000005463 00000 f -0000005464 00000 f -0000005465 00000 f -0000005466 00000 f -0000005467 00000 f -0000005468 00000 f -0000005469 00000 f -0000005470 00000 f -0000005471 00000 f -0000005472 00000 f -0000005473 00000 f -0000005474 00000 f -0000005475 00000 f -0000005476 00000 f -0000005477 00000 f -0000005478 00000 f -0000005479 00000 f -0000005480 00000 f -0000005481 00000 f -0000005482 00000 f -0000005483 00000 f -0000005484 00000 f -0000005491 00000 f -0000293682 00000 n -0000293715 00000 n -0000293562 00000 n -0000293595 00000 n -0000293442 00000 n -0000293475 00000 n -0000005492 00000 f -0000005493 00000 f -0000005494 00000 f -0000005495 00000 f -0000005496 00000 f -0000005497 00000 f -0000005498 00000 f -0000005499 00000 f -0000005503 00000 f -0000268415 00000 n -0000268494 00000 n -0000268574 00000 n -0000005504 00000 f -0000005505 00000 f -0000005506 00000 f -0000005507 00000 f -0000005508 00000 f -0000005509 00000 f -0000005510 00000 f -0000005511 00000 f -0000005512 00000 f -0000005513 00000 f -0000005514 00000 f -0000005515 00000 f -0000005516 00000 f -0000005517 00000 f -0000005518 00000 f -0000005519 00000 f -0000005520 00000 f -0000005521 00000 f -0000005522 00000 f -0000005523 00000 f -0000005524 00000 f -0000005525 00000 f -0000005526 00000 f -0000005527 00000 f -0000005528 00000 f -0000005529 00000 f -0000005530 00000 f -0000005531 00000 f -0000005532 00000 f -0000005533 00000 f -0000005534 00000 f -0000005535 00000 f -0000005536 00000 f -0000005537 00000 f -0000005538 00000 f -0000005539 00000 f -0000005540 00000 f -0000005541 00000 f -0000005542 00000 f -0000005543 00000 f -0000005544 00000 f -0000005545 00000 f -0000005546 00000 f -0000005547 00000 f -0000005548 00000 f -0000005549 00000 f -0000005550 00000 f -0000005551 00000 f -0000005552 00000 f -0000005553 00000 f -0000005554 00000 f -0000005555 00000 f -0000005556 00000 f -0000005557 00000 f -0000005558 00000 f -0000005559 00000 f -0000005560 00000 f -0000005561 00000 f -0000005562 00000 f -0000005563 00000 f -0000005564 00000 f -0000005565 00000 f -0000005566 00000 f -0000005567 00000 f -0000005568 00000 f -0000005569 00000 f -0000005570 00000 f -0000005571 00000 f -0000005572 00000 f -0000005573 00000 f -0000005574 00000 f -0000005575 00000 f -0000005576 00000 f -0000005577 00000 f -0000005578 00000 f -0000005579 00000 f -0000005580 00000 f -0000005581 00000 f -0000005582 00000 f -0000005583 00000 f -0000005584 00000 f -0000005585 00000 f -0000005586 00000 f -0000005587 00000 f -0000005588 00000 f -0000005589 00000 f -0000005590 00000 f -0000005591 00000 f -0000005592 00000 f -0000005593 00000 f -0000005594 00000 f -0000005595 00000 f -0000005596 00000 f -0000005597 00000 f -0000005598 00000 f -0000005599 00000 f -0000005600 00000 f -0000005601 00000 f -0000005602 00000 f -0000005603 00000 f -0000005604 00000 f -0000005605 00000 f -0000005606 00000 f -0000005607 00000 f -0000005608 00000 f -0000005609 00000 f -0000005610 00000 f -0000005611 00000 f -0000005612 00000 f -0000005613 00000 f -0000005614 00000 f -0000005615 00000 f -0000005616 00000 f -0000005617 00000 f -0000005618 00000 f -0000005619 00000 f -0000005620 00000 f -0000005621 00000 f -0000005622 00000 f -0000005623 00000 f -0000005624 00000 f -0000005625 00000 f -0000005626 00000 f -0000005627 00000 f -0000005628 00000 f -0000005629 00000 f -0000005630 00000 f -0000005631 00000 f -0000005632 00000 f -0000005633 00000 f -0000005634 00000 f -0000005635 00000 f -0000005636 00000 f -0000005637 00000 f -0000005638 00000 f -0000005639 00000 f -0000005640 00000 f -0000005641 00000 f -0000005642 00000 f -0000005643 00000 f -0000005644 00000 f -0000005645 00000 f -0000005646 00000 f -0000005647 00000 f -0000005648 00000 f -0000005649 00000 f -0000005650 00000 f -0000005651 00000 f -0000005652 00000 f -0000005653 00000 f -0000005654 00000 f -0000005655 00000 f -0000005656 00000 f -0000005657 00000 f -0000005658 00000 f -0000005659 00000 f -0000005660 00000 f -0000005661 00000 f -0000005662 00000 f -0000005663 00000 f -0000005664 00000 f -0000005665 00000 f -0000005666 00000 f -0000005667 00000 f -0000005668 00000 f -0000005669 00000 f -0000005670 00000 f -0000005671 00000 f -0000005672 00000 f -0000005673 00000 f -0000005674 00000 f -0000005675 00000 f -0000005676 00000 f -0000005677 00000 f -0000005678 00000 f -0000005679 00000 f -0000005680 00000 f -0000005681 00000 f -0000005682 00000 f -0000005683 00000 f -0000005684 00000 f -0000005685 00000 f -0000005686 00000 f -0000005687 00000 f -0000005688 00000 f -0000005689 00000 f -0000005690 00000 f -0000005691 00000 f -0000005692 00000 f -0000005693 00000 f -0000005694 00000 f -0000005695 00000 f -0000005696 00000 f -0000005697 00000 f -0000005698 00000 f -0000005699 00000 f -0000005700 00000 f -0000005701 00000 f -0000005702 00000 f -0000005703 00000 f -0000005704 00000 f -0000005705 00000 f -0000005706 00000 f -0000005707 00000 f -0000005708 00000 f -0000005709 00000 f -0000005710 00000 f -0000005711 00000 f -0000005712 00000 f -0000005713 00000 f -0000005714 00000 f -0000005715 00000 f -0000005716 00000 f -0000005717 00000 f -0000005718 00000 f -0000005719 00000 f -0000005720 00000 f -0000005721 00000 f -0000005722 00000 f -0000005723 00000 f -0000005724 00000 f -0000005725 00000 f -0000005726 00000 f -0000005727 00000 f -0000005728 00000 f -0000005729 00000 f -0000005730 00000 f -0000005731 00000 f -0000005732 00000 f -0000005733 00000 f -0000005734 00000 f -0000005735 00000 f -0000005736 00000 f -0000005737 00000 f -0000005738 00000 f -0000005739 00000 f -0000005740 00000 f -0000005741 00000 f -0000005742 00000 f -0000005743 00000 f -0000005744 00000 f -0000005745 00000 f -0000005746 00000 f -0000005747 00000 f -0000005748 00000 f -0000005749 00000 f -0000005750 00000 f -0000005751 00000 f -0000005752 00000 f -0000005753 00000 f -0000005754 00000 f -0000005755 00000 f -0000005756 00000 f -0000005757 00000 f -0000005758 00000 f -0000005759 00000 f -0000005760 00000 f -0000005761 00000 f -0000005762 00000 f -0000005763 00000 f -0000005764 00000 f -0000005765 00000 f -0000005766 00000 f -0000005767 00000 f -0000005768 00000 f -0000005769 00000 f -0000005770 00000 f -0000005771 00000 f -0000005772 00000 f -0000005773 00000 f -0000005774 00000 f -0000005775 00000 f -0000005776 00000 f -0000005777 00000 f -0000005778 00000 f -0000005779 00000 f -0000005780 00000 f -0000005781 00000 f -0000005782 00000 f -0000005783 00000 f -0000005784 00000 f -0000005785 00000 f -0000005786 00000 f -0000005787 00000 f -0000005788 00000 f -0000005789 00000 f -0000005790 00000 f -0000005791 00000 f -0000005792 00000 f -0000005793 00000 f -0000005794 00000 f -0000005795 00000 f -0000005796 00000 f -0000005797 00000 f -0000005798 00000 f -0000005799 00000 f -0000005800 00000 f -0000005801 00000 f -0000005802 00000 f -0000005803 00000 f -0000005804 00000 f -0000005805 00000 f -0000005806 00000 f -0000005807 00000 f -0000005808 00000 f -0000005809 00000 f -0000005810 00000 f -0000005811 00000 f -0000005812 00000 f -0000005813 00000 f -0000005814 00000 f -0000005815 00000 f -0000005816 00000 f -0000005817 00000 f -0000005818 00000 f -0000005819 00000 f -0000005820 00000 f -0000005821 00000 f -0000005822 00000 f -0000005823 00000 f -0000005824 00000 f -0000005825 00000 f -0000005826 00000 f -0000005827 00000 f -0000005828 00000 f -0000005829 00000 f -0000005830 00000 f -0000005831 00000 f -0000005832 00000 f -0000005833 00000 f -0000005834 00000 f -0000005835 00000 f -0000005836 00000 f -0000005837 00000 f -0000005838 00000 f -0000005839 00000 f -0000005840 00000 f -0000005841 00000 f -0000005842 00000 f -0000005843 00000 f -0000005844 00000 f -0000005845 00000 f -0000005846 00000 f -0000005847 00000 f -0000005848 00000 f -0000005849 00000 f -0000005850 00000 f -0000005851 00000 f -0000005852 00000 f -0000005853 00000 f -0000005854 00000 f -0000005855 00000 f -0000005856 00000 f -0000005857 00000 f -0000005858 00000 f -0000005859 00000 f -0000005860 00000 f -0000005861 00000 f -0000005862 00000 f -0000005863 00000 f -0000005864 00000 f -0000005865 00000 f -0000005866 00000 f -0000005867 00000 f -0000005868 00000 f -0000005869 00000 f -0000005870 00000 f -0000005871 00000 f -0000005872 00000 f -0000005873 00000 f -0000005874 00000 f -0000005875 00000 f -0000005876 00000 f -0000005877 00000 f -0000005878 00000 f -0000005879 00000 f -0000005880 00000 f -0000005881 00000 f -0000005882 00000 f -0000005883 00000 f -0000005884 00000 f -0000005885 00000 f -0000005886 00000 f -0000005887 00000 f -0000005888 00000 f -0000005889 00000 f -0000005890 00000 f -0000005891 00000 f -0000005892 00000 f -0000005893 00000 f -0000005894 00000 f -0000005895 00000 f -0000005896 00000 f -0000005897 00000 f -0000005898 00000 f -0000005899 00000 f -0000005900 00000 f -0000005901 00000 f -0000005902 00000 f -0000005903 00000 f -0000005904 00000 f -0000005905 00000 f -0000005906 00000 f -0000005907 00000 f -0000005908 00000 f -0000005909 00000 f -0000005910 00000 f -0000005911 00000 f -0000005912 00000 f -0000005913 00000 f -0000005914 00000 f -0000005915 00000 f -0000005916 00000 f -0000005917 00000 f -0000005918 00000 f -0000005919 00000 f -0000005920 00000 f -0000005921 00000 f -0000005922 00000 f -0000005923 00000 f -0000005924 00000 f -0000005925 00000 f -0000005926 00000 f -0000005927 00000 f -0000005928 00000 f -0000005929 00000 f -0000005930 00000 f -0000005931 00000 f -0000005932 00000 f -0000005933 00000 f -0000005934 00000 f -0000005935 00000 f -0000005936 00000 f -0000005937 00000 f -0000005938 00000 f -0000005939 00000 f -0000005940 00000 f -0000005941 00000 f -0000005942 00000 f -0000005943 00000 f -0000005944 00000 f -0000005945 00000 f -0000005946 00000 f -0000005947 00000 f -0000005948 00000 f -0000005949 00000 f -0000005950 00000 f -0000005951 00000 f -0000005952 00000 f -0000005953 00000 f -0000005954 00000 f -0000005955 00000 f -0000005956 00000 f -0000005957 00000 f -0000005958 00000 f -0000005959 00000 f -0000005960 00000 f -0000005961 00000 f -0000005962 00000 f -0000005963 00000 f -0000005964 00000 f -0000005965 00000 f -0000005966 00000 f -0000005967 00000 f -0000005968 00000 f -0000005969 00000 f -0000005970 00000 f -0000005971 00000 f -0000005972 00000 f -0000005973 00000 f -0000005974 00000 f -0000005975 00000 f -0000005976 00000 f -0000005977 00000 f -0000005978 00000 f -0000005979 00000 f -0000005980 00000 f -0000005981 00000 f -0000005982 00000 f -0000005983 00000 f -0000005984 00000 f -0000005985 00000 f -0000005986 00000 f -0000005987 00000 f -0000005988 00000 f -0000005989 00000 f -0000005990 00000 f -0000005991 00000 f -0000005992 00000 f -0000005993 00000 f -0000005994 00000 f -0000005995 00000 f -0000005996 00000 f -0000005997 00000 f -0000005998 00000 f -0000005999 00000 f -0000006000 00000 f -0000006001 00000 f -0000006002 00000 f -0000006003 00000 f -0000006004 00000 f -0000006005 00000 f -0000006006 00000 f -0000006007 00000 f -0000006008 00000 f -0000006009 00000 f -0000006010 00000 f -0000006011 00000 f -0000006012 00000 f -0000006013 00000 f -0000006014 00000 f -0000006015 00000 f -0000006016 00000 f -0000006017 00000 f -0000006018 00000 f -0000006019 00000 f -0000006020 00000 f -0000006021 00000 f -0000006022 00000 f -0000006023 00000 f -0000006024 00000 f -0000006025 00000 f -0000006026 00000 f -0000006027 00000 f -0000006028 00000 f -0000006029 00000 f -0000006030 00000 f -0000006031 00000 f -0000006032 00000 f -0000006033 00000 f -0000006040 00000 f -0000293322 00000 n -0000293355 00000 n -0000293202 00000 n -0000293235 00000 n -0000293082 00000 n -0000293115 00000 n -0000006041 00000 f -0000006042 00000 f -0000006043 00000 f -0000006044 00000 f -0000006045 00000 f -0000006046 00000 f -0000006047 00000 f -0000006048 00000 f -0000006052 00000 f -0000268658 00000 n -0000268737 00000 n -0000268817 00000 n -0000006053 00000 f -0000006054 00000 f -0000006055 00000 f -0000006056 00000 f -0000006057 00000 f -0000006058 00000 f -0000006059 00000 f -0000006060 00000 f -0000006061 00000 f -0000006062 00000 f -0000006063 00000 f -0000006064 00000 f -0000006065 00000 f -0000006066 00000 f -0000006067 00000 f -0000006068 00000 f -0000006069 00000 f -0000006070 00000 f -0000006071 00000 f -0000006072 00000 f -0000006073 00000 f -0000006074 00000 f -0000006075 00000 f -0000006076 00000 f -0000006077 00000 f -0000006078 00000 f -0000006079 00000 f -0000006080 00000 f -0000006081 00000 f -0000006082 00000 f -0000006083 00000 f -0000006084 00000 f -0000006085 00000 f -0000006086 00000 f -0000006087 00000 f -0000006088 00000 f -0000006089 00000 f -0000006090 00000 f -0000006091 00000 f -0000006092 00000 f -0000006093 00000 f -0000006094 00000 f -0000006095 00000 f -0000006096 00000 f -0000006097 00000 f -0000006098 00000 f -0000006099 00000 f -0000006100 00000 f -0000006101 00000 f -0000006102 00000 f -0000006103 00000 f -0000006104 00000 f -0000006105 00000 f -0000006106 00000 f -0000006107 00000 f -0000006108 00000 f -0000006109 00000 f -0000006110 00000 f -0000006111 00000 f -0000006112 00000 f -0000006113 00000 f -0000006114 00000 f -0000006115 00000 f -0000006116 00000 f -0000006117 00000 f -0000006118 00000 f -0000006119 00000 f -0000006120 00000 f -0000006121 00000 f -0000006122 00000 f -0000006123 00000 f -0000006124 00000 f -0000006125 00000 f -0000006126 00000 f -0000006127 00000 f -0000006128 00000 f -0000006129 00000 f -0000006130 00000 f -0000006131 00000 f -0000006132 00000 f -0000006133 00000 f -0000006134 00000 f -0000006135 00000 f -0000006136 00000 f -0000006137 00000 f -0000006138 00000 f -0000006139 00000 f -0000006140 00000 f -0000006141 00000 f -0000006142 00000 f -0000006143 00000 f -0000006144 00000 f -0000006145 00000 f -0000006146 00000 f -0000006147 00000 f -0000006148 00000 f -0000006149 00000 f -0000006150 00000 f -0000006151 00000 f -0000006152 00000 f -0000006153 00000 f -0000006154 00000 f -0000006155 00000 f -0000006156 00000 f -0000006157 00000 f -0000006158 00000 f -0000006159 00000 f -0000006160 00000 f -0000006161 00000 f -0000006162 00000 f -0000006163 00000 f -0000006164 00000 f -0000006165 00000 f -0000006166 00000 f -0000006167 00000 f -0000006168 00000 f -0000006169 00000 f -0000006170 00000 f -0000006171 00000 f -0000006172 00000 f -0000006173 00000 f -0000006174 00000 f -0000006175 00000 f -0000006176 00000 f -0000006177 00000 f -0000006178 00000 f -0000006179 00000 f -0000006180 00000 f -0000006181 00000 f -0000006182 00000 f -0000006183 00000 f -0000006184 00000 f -0000006185 00000 f -0000006186 00000 f -0000006187 00000 f -0000006188 00000 f -0000006189 00000 f -0000006190 00000 f -0000006191 00000 f -0000006192 00000 f -0000006193 00000 f -0000006194 00000 f -0000006195 00000 f -0000006196 00000 f -0000006197 00000 f -0000006198 00000 f -0000006199 00000 f -0000006200 00000 f -0000006201 00000 f -0000006202 00000 f -0000006203 00000 f -0000006204 00000 f -0000006205 00000 f -0000006206 00000 f -0000006207 00000 f -0000006208 00000 f -0000006209 00000 f -0000006210 00000 f -0000006211 00000 f -0000006212 00000 f -0000006213 00000 f -0000006214 00000 f -0000006215 00000 f -0000006216 00000 f -0000006217 00000 f -0000006218 00000 f -0000006219 00000 f -0000006220 00000 f -0000006221 00000 f -0000006222 00000 f -0000006223 00000 f -0000006224 00000 f -0000006225 00000 f -0000006226 00000 f -0000006227 00000 f -0000006228 00000 f -0000006229 00000 f -0000006230 00000 f -0000006231 00000 f -0000006232 00000 f -0000006233 00000 f -0000006234 00000 f -0000006235 00000 f -0000006236 00000 f -0000006237 00000 f -0000006238 00000 f -0000006239 00000 f -0000006240 00000 f -0000006241 00000 f -0000006242 00000 f -0000006243 00000 f -0000006244 00000 f -0000006245 00000 f -0000006246 00000 f -0000006247 00000 f -0000006248 00000 f -0000006249 00000 f -0000006250 00000 f -0000006251 00000 f -0000006252 00000 f -0000006253 00000 f -0000006254 00000 f -0000006255 00000 f -0000006256 00000 f -0000006257 00000 f -0000006258 00000 f -0000006259 00000 f -0000006260 00000 f -0000006261 00000 f -0000006262 00000 f -0000006263 00000 f -0000006264 00000 f -0000006265 00000 f -0000006266 00000 f -0000006267 00000 f -0000006268 00000 f -0000006269 00000 f -0000006270 00000 f -0000006271 00000 f -0000006272 00000 f -0000006273 00000 f -0000006274 00000 f -0000006275 00000 f -0000006276 00000 f -0000006277 00000 f -0000006278 00000 f -0000006279 00000 f -0000006280 00000 f -0000006281 00000 f -0000006282 00000 f -0000006283 00000 f -0000006284 00000 f -0000006285 00000 f -0000006286 00000 f -0000006287 00000 f -0000006288 00000 f -0000006289 00000 f -0000006290 00000 f -0000006291 00000 f -0000006292 00000 f -0000006293 00000 f -0000006294 00000 f -0000006295 00000 f -0000006296 00000 f -0000006297 00000 f -0000006298 00000 f -0000006299 00000 f -0000006300 00000 f -0000006301 00000 f -0000006302 00000 f -0000006303 00000 f -0000006304 00000 f -0000006305 00000 f -0000006306 00000 f -0000006307 00000 f -0000006308 00000 f -0000006309 00000 f -0000006310 00000 f -0000006311 00000 f -0000006312 00000 f -0000006313 00000 f -0000006314 00000 f -0000006315 00000 f -0000006316 00000 f -0000006317 00000 f -0000006318 00000 f -0000006319 00000 f -0000006320 00000 f -0000006321 00000 f -0000006322 00000 f -0000006323 00000 f -0000006324 00000 f -0000006325 00000 f -0000006326 00000 f -0000006327 00000 f -0000006328 00000 f -0000006329 00000 f -0000006330 00000 f -0000006331 00000 f -0000006332 00000 f -0000006333 00000 f -0000006334 00000 f -0000006335 00000 f -0000006336 00000 f -0000006337 00000 f -0000006338 00000 f -0000006339 00000 f -0000006340 00000 f -0000006341 00000 f -0000006342 00000 f -0000006343 00000 f -0000006344 00000 f -0000006345 00000 f -0000006346 00000 f -0000006347 00000 f -0000006348 00000 f -0000006349 00000 f -0000006350 00000 f -0000006351 00000 f -0000006352 00000 f -0000006353 00000 f -0000006354 00000 f -0000006355 00000 f -0000006356 00000 f -0000006357 00000 f -0000006358 00000 f -0000006359 00000 f -0000006360 00000 f -0000006361 00000 f -0000006362 00000 f -0000006363 00000 f -0000006364 00000 f -0000006365 00000 f -0000006366 00000 f -0000006367 00000 f -0000006368 00000 f -0000006369 00000 f -0000006370 00000 f -0000006371 00000 f -0000006372 00000 f -0000006373 00000 f -0000006374 00000 f -0000006375 00000 f -0000006376 00000 f -0000006377 00000 f -0000006378 00000 f -0000006379 00000 f -0000006380 00000 f -0000006381 00000 f -0000006382 00000 f -0000006383 00000 f -0000006384 00000 f -0000006385 00000 f -0000006386 00000 f -0000006387 00000 f -0000006388 00000 f -0000006389 00000 f -0000006390 00000 f -0000006391 00000 f -0000006392 00000 f -0000006393 00000 f -0000006394 00000 f -0000006395 00000 f -0000006396 00000 f -0000006397 00000 f -0000006398 00000 f -0000006399 00000 f -0000006400 00000 f -0000006401 00000 f -0000006402 00000 f -0000006403 00000 f -0000006404 00000 f -0000006405 00000 f -0000006406 00000 f -0000006407 00000 f -0000006408 00000 f -0000006409 00000 f -0000006410 00000 f -0000006411 00000 f -0000006412 00000 f -0000006413 00000 f -0000006414 00000 f -0000006415 00000 f -0000006416 00000 f -0000006417 00000 f -0000006418 00000 f -0000006419 00000 f -0000006420 00000 f -0000006421 00000 f -0000006422 00000 f -0000006423 00000 f -0000006424 00000 f -0000006425 00000 f -0000006426 00000 f -0000006427 00000 f -0000006428 00000 f -0000006429 00000 f -0000006430 00000 f -0000006431 00000 f -0000006432 00000 f -0000006433 00000 f -0000006434 00000 f -0000006435 00000 f -0000006436 00000 f -0000006437 00000 f -0000006438 00000 f -0000006439 00000 f -0000006440 00000 f -0000006441 00000 f -0000006442 00000 f -0000006443 00000 f -0000006444 00000 f -0000006445 00000 f -0000006446 00000 f -0000006447 00000 f -0000006448 00000 f -0000006449 00000 f -0000006450 00000 f -0000006451 00000 f -0000006452 00000 f -0000006453 00000 f -0000006454 00000 f -0000006455 00000 f -0000006456 00000 f -0000006457 00000 f -0000006458 00000 f -0000006459 00000 f -0000006460 00000 f -0000006461 00000 f -0000006462 00000 f -0000006463 00000 f -0000006464 00000 f -0000006465 00000 f -0000006466 00000 f -0000006467 00000 f -0000006468 00000 f -0000006469 00000 f -0000006470 00000 f -0000006471 00000 f -0000006472 00000 f -0000006473 00000 f -0000006474 00000 f -0000006475 00000 f -0000006476 00000 f -0000006477 00000 f -0000006478 00000 f -0000006479 00000 f -0000006480 00000 f -0000006481 00000 f -0000006482 00000 f -0000006483 00000 f -0000006484 00000 f -0000006485 00000 f -0000006486 00000 f -0000006487 00000 f -0000006488 00000 f -0000006489 00000 f -0000006490 00000 f -0000006491 00000 f -0000006492 00000 f -0000006493 00000 f -0000006494 00000 f -0000006495 00000 f -0000006496 00000 f -0000006497 00000 f -0000006498 00000 f -0000006499 00000 f -0000006500 00000 f -0000006501 00000 f -0000006502 00000 f -0000006503 00000 f -0000006504 00000 f -0000006505 00000 f -0000006506 00000 f -0000006507 00000 f -0000006508 00000 f -0000006509 00000 f -0000006510 00000 f -0000006511 00000 f -0000006512 00000 f -0000006513 00000 f -0000006514 00000 f -0000006515 00000 f -0000006516 00000 f -0000006517 00000 f -0000006518 00000 f -0000006519 00000 f -0000006520 00000 f -0000006521 00000 f -0000006522 00000 f -0000006523 00000 f -0000006524 00000 f -0000006525 00000 f -0000006526 00000 f -0000006527 00000 f -0000006528 00000 f -0000006529 00000 f -0000006530 00000 f -0000006531 00000 f -0000006532 00000 f -0000006533 00000 f -0000006534 00000 f -0000006535 00000 f -0000006536 00000 f -0000006537 00000 f -0000006538 00000 f -0000006539 00000 f -0000006540 00000 f -0000006541 00000 f -0000006542 00000 f -0000006543 00000 f -0000006544 00000 f -0000006545 00000 f -0000006546 00000 f -0000006547 00000 f -0000006548 00000 f -0000006549 00000 f -0000006550 00000 f -0000006551 00000 f -0000006552 00000 f -0000006553 00000 f -0000006554 00000 f -0000006555 00000 f -0000006556 00000 f -0000006557 00000 f -0000006558 00000 f -0000006559 00000 f -0000006560 00000 f -0000006561 00000 f -0000006562 00000 f -0000006563 00000 f -0000006564 00000 f -0000006565 00000 f -0000006566 00000 f -0000006567 00000 f -0000006568 00000 f -0000006569 00000 f -0000006570 00000 f -0000006571 00000 f -0000006572 00000 f -0000006573 00000 f -0000006574 00000 f -0000006575 00000 f -0000006576 00000 f -0000006577 00000 f -0000006578 00000 f -0000006579 00000 f -0000006580 00000 f -0000006581 00000 f -0000006582 00000 f -0000006589 00000 f -0000292962 00000 n -0000292995 00000 n -0000292842 00000 n -0000292875 00000 n -0000292722 00000 n -0000292755 00000 n -0000006590 00000 f -0000006591 00000 f -0000006592 00000 f -0000006593 00000 f -0000006594 00000 f -0000006595 00000 f -0000006596 00000 f -0000006597 00000 f -0000006601 00000 f -0000268901 00000 n -0000268980 00000 n -0000269060 00000 n -0000006602 00000 f -0000006603 00000 f -0000006604 00000 f -0000006605 00000 f -0000006606 00000 f -0000006607 00000 f -0000006608 00000 f -0000006609 00000 f -0000006610 00000 f -0000006611 00000 f -0000006612 00000 f -0000006613 00000 f -0000006614 00000 f -0000006615 00000 f -0000006616 00000 f -0000006617 00000 f -0000006618 00000 f -0000006619 00000 f -0000006620 00000 f -0000006621 00000 f -0000006622 00000 f -0000006623 00000 f -0000006624 00000 f -0000006625 00000 f -0000006626 00000 f -0000006627 00000 f -0000006628 00000 f -0000006629 00000 f -0000006630 00000 f -0000006631 00000 f -0000006632 00000 f -0000006633 00000 f -0000006634 00000 f -0000006635 00000 f -0000006636 00000 f -0000006637 00000 f -0000006638 00000 f -0000006639 00000 f -0000006640 00000 f -0000006641 00000 f -0000006642 00000 f -0000006643 00000 f -0000006644 00000 f -0000006645 00000 f -0000006646 00000 f -0000006647 00000 f -0000006648 00000 f -0000006649 00000 f -0000006650 00000 f -0000006651 00000 f -0000006652 00000 f -0000006653 00000 f -0000006654 00000 f -0000006655 00000 f -0000006656 00000 f -0000006657 00000 f -0000006658 00000 f -0000006659 00000 f -0000006660 00000 f -0000006661 00000 f -0000006662 00000 f -0000006663 00000 f -0000006664 00000 f -0000006665 00000 f -0000006666 00000 f -0000006667 00000 f -0000006668 00000 f -0000006669 00000 f -0000006670 00000 f -0000006671 00000 f -0000006672 00000 f -0000006673 00000 f -0000006674 00000 f -0000006675 00000 f -0000006676 00000 f -0000006677 00000 f -0000006678 00000 f -0000006679 00000 f -0000006680 00000 f -0000006681 00000 f -0000006682 00000 f -0000006683 00000 f -0000006684 00000 f -0000006685 00000 f -0000006686 00000 f -0000006687 00000 f -0000006688 00000 f -0000006689 00000 f -0000006690 00000 f -0000006691 00000 f -0000006692 00000 f -0000006693 00000 f -0000006694 00000 f -0000006695 00000 f -0000006696 00000 f -0000006697 00000 f -0000006698 00000 f -0000006699 00000 f -0000006700 00000 f -0000006701 00000 f -0000006702 00000 f -0000006703 00000 f -0000006704 00000 f -0000006705 00000 f -0000006706 00000 f -0000006707 00000 f -0000006708 00000 f -0000006709 00000 f -0000006710 00000 f -0000006711 00000 f -0000006712 00000 f -0000006713 00000 f -0000006714 00000 f -0000006715 00000 f -0000006716 00000 f -0000006717 00000 f -0000006718 00000 f -0000006719 00000 f -0000006720 00000 f -0000006721 00000 f -0000006722 00000 f -0000006723 00000 f -0000006724 00000 f -0000006725 00000 f -0000006726 00000 f -0000006727 00000 f -0000006728 00000 f -0000006729 00000 f -0000006730 00000 f -0000006731 00000 f -0000006732 00000 f -0000006733 00000 f -0000006734 00000 f -0000006735 00000 f -0000006736 00000 f -0000006737 00000 f -0000006738 00000 f -0000006739 00000 f -0000006740 00000 f -0000006741 00000 f -0000006742 00000 f -0000006743 00000 f -0000006744 00000 f -0000006745 00000 f -0000006746 00000 f -0000006747 00000 f -0000006748 00000 f -0000006749 00000 f -0000006750 00000 f -0000006751 00000 f -0000006752 00000 f -0000006753 00000 f -0000006754 00000 f -0000006755 00000 f -0000006756 00000 f -0000006757 00000 f -0000006758 00000 f -0000006759 00000 f -0000006760 00000 f -0000006761 00000 f -0000006762 00000 f -0000006763 00000 f -0000006764 00000 f -0000006765 00000 f -0000006766 00000 f -0000006767 00000 f -0000006768 00000 f -0000006769 00000 f -0000006770 00000 f -0000006771 00000 f -0000006772 00000 f -0000006773 00000 f -0000006774 00000 f -0000006775 00000 f -0000006776 00000 f -0000006777 00000 f -0000006778 00000 f -0000006779 00000 f -0000006780 00000 f -0000006781 00000 f -0000006782 00000 f -0000006783 00000 f -0000006784 00000 f -0000006785 00000 f -0000006786 00000 f -0000006787 00000 f -0000006788 00000 f -0000006789 00000 f -0000006790 00000 f -0000006791 00000 f -0000006792 00000 f -0000006793 00000 f -0000006794 00000 f -0000006795 00000 f -0000006796 00000 f -0000006797 00000 f -0000006798 00000 f -0000006799 00000 f -0000006800 00000 f -0000006801 00000 f -0000006802 00000 f -0000006803 00000 f -0000006804 00000 f -0000006805 00000 f -0000006806 00000 f -0000006807 00000 f -0000006808 00000 f -0000006809 00000 f -0000006810 00000 f -0000006811 00000 f -0000006812 00000 f -0000006813 00000 f -0000006814 00000 f -0000006815 00000 f -0000006816 00000 f -0000006817 00000 f -0000006818 00000 f -0000006819 00000 f -0000006820 00000 f -0000006821 00000 f -0000006822 00000 f -0000006823 00000 f -0000006824 00000 f -0000006825 00000 f -0000006826 00000 f -0000006827 00000 f -0000006828 00000 f -0000006829 00000 f -0000006830 00000 f -0000006831 00000 f -0000006832 00000 f -0000006833 00000 f -0000006834 00000 f -0000006835 00000 f -0000006836 00000 f -0000006837 00000 f -0000006838 00000 f -0000006839 00000 f -0000006840 00000 f -0000006841 00000 f -0000006842 00000 f -0000006843 00000 f -0000006844 00000 f -0000006845 00000 f -0000006846 00000 f -0000006847 00000 f -0000006848 00000 f -0000006849 00000 f -0000006850 00000 f -0000006851 00000 f -0000006852 00000 f -0000006853 00000 f -0000006854 00000 f -0000006855 00000 f -0000006856 00000 f -0000006857 00000 f -0000006858 00000 f -0000006859 00000 f -0000006860 00000 f -0000006861 00000 f -0000006862 00000 f -0000006863 00000 f -0000006864 00000 f -0000006865 00000 f -0000006866 00000 f -0000006867 00000 f -0000006868 00000 f -0000006869 00000 f -0000006870 00000 f -0000006871 00000 f -0000006872 00000 f -0000006873 00000 f -0000006874 00000 f -0000006875 00000 f -0000006876 00000 f -0000006877 00000 f -0000006878 00000 f -0000006879 00000 f -0000006880 00000 f -0000006881 00000 f -0000006882 00000 f -0000006883 00000 f -0000006884 00000 f -0000006885 00000 f -0000006886 00000 f -0000006887 00000 f -0000006888 00000 f -0000006889 00000 f -0000006890 00000 f -0000006891 00000 f -0000006892 00000 f -0000006893 00000 f -0000006894 00000 f -0000006895 00000 f -0000006896 00000 f -0000006897 00000 f -0000006898 00000 f -0000006899 00000 f -0000006900 00000 f -0000006901 00000 f -0000006902 00000 f -0000006903 00000 f -0000006904 00000 f -0000006905 00000 f -0000006906 00000 f -0000006907 00000 f -0000006908 00000 f -0000006909 00000 f -0000006910 00000 f -0000006911 00000 f -0000006912 00000 f -0000006913 00000 f -0000006914 00000 f -0000006915 00000 f -0000006916 00000 f -0000006917 00000 f -0000006918 00000 f -0000006919 00000 f -0000006920 00000 f -0000006921 00000 f -0000006922 00000 f -0000006923 00000 f -0000006924 00000 f -0000006925 00000 f -0000006926 00000 f -0000006927 00000 f -0000006928 00000 f -0000006929 00000 f -0000006930 00000 f -0000006931 00000 f -0000006932 00000 f -0000006933 00000 f -0000006934 00000 f -0000006935 00000 f -0000006936 00000 f -0000006937 00000 f -0000006938 00000 f -0000006939 00000 f -0000006940 00000 f -0000006941 00000 f -0000006942 00000 f -0000006943 00000 f -0000006944 00000 f -0000006945 00000 f -0000006946 00000 f -0000006947 00000 f -0000006948 00000 f -0000006949 00000 f -0000006950 00000 f -0000006951 00000 f -0000006952 00000 f -0000006953 00000 f -0000006954 00000 f -0000006955 00000 f -0000006956 00000 f -0000006957 00000 f -0000006958 00000 f -0000006959 00000 f -0000006960 00000 f -0000006961 00000 f -0000006962 00000 f -0000006963 00000 f -0000006964 00000 f -0000006965 00000 f -0000006966 00000 f -0000006967 00000 f -0000006968 00000 f -0000006969 00000 f -0000006970 00000 f -0000006971 00000 f -0000006972 00000 f -0000006973 00000 f -0000006974 00000 f -0000006975 00000 f -0000006976 00000 f -0000006977 00000 f -0000006978 00000 f -0000006979 00000 f -0000006980 00000 f -0000006981 00000 f -0000006982 00000 f -0000006983 00000 f -0000006984 00000 f -0000006985 00000 f -0000006986 00000 f -0000006987 00000 f -0000006988 00000 f -0000006989 00000 f -0000006990 00000 f -0000006991 00000 f -0000006992 00000 f -0000006993 00000 f -0000006994 00000 f -0000006995 00000 f -0000006996 00000 f -0000006997 00000 f -0000006998 00000 f -0000006999 00000 f -0000007000 00000 f -0000007001 00000 f -0000007002 00000 f -0000007003 00000 f -0000007004 00000 f -0000007005 00000 f -0000007006 00000 f -0000007007 00000 f -0000007008 00000 f -0000007009 00000 f -0000007010 00000 f -0000007011 00000 f -0000007012 00000 f -0000007013 00000 f -0000007014 00000 f -0000007015 00000 f -0000007016 00000 f -0000007017 00000 f -0000007018 00000 f -0000007019 00000 f -0000007020 00000 f -0000007021 00000 f -0000007022 00000 f -0000007023 00000 f -0000007024 00000 f -0000007025 00000 f -0000007026 00000 f -0000007027 00000 f -0000007028 00000 f -0000007029 00000 f -0000007030 00000 f -0000007031 00000 f -0000007032 00000 f -0000007033 00000 f -0000007034 00000 f -0000007035 00000 f -0000007036 00000 f -0000007037 00000 f -0000007038 00000 f -0000007039 00000 f -0000007040 00000 f -0000007041 00000 f -0000007042 00000 f -0000007043 00000 f -0000007044 00000 f -0000007045 00000 f -0000007046 00000 f -0000007047 00000 f -0000007048 00000 f -0000007049 00000 f -0000007050 00000 f -0000007051 00000 f -0000007052 00000 f -0000007053 00000 f -0000007054 00000 f -0000007055 00000 f -0000007056 00000 f -0000007057 00000 f -0000007058 00000 f -0000007059 00000 f -0000007060 00000 f -0000007061 00000 f -0000007062 00000 f -0000007063 00000 f -0000007064 00000 f -0000007065 00000 f -0000007066 00000 f -0000007067 00000 f -0000007068 00000 f -0000007069 00000 f -0000007070 00000 f -0000007071 00000 f -0000007072 00000 f -0000007073 00000 f -0000007074 00000 f -0000007075 00000 f -0000007076 00000 f -0000007077 00000 f -0000007078 00000 f -0000007079 00000 f -0000007080 00000 f -0000007081 00000 f -0000007082 00000 f -0000007083 00000 f -0000007084 00000 f -0000007085 00000 f -0000007086 00000 f -0000007087 00000 f -0000007088 00000 f -0000007089 00000 f -0000007090 00000 f -0000007091 00000 f -0000007092 00000 f -0000007093 00000 f -0000007094 00000 f -0000007095 00000 f -0000007096 00000 f -0000007097 00000 f -0000007098 00000 f -0000007099 00000 f -0000007100 00000 f -0000007101 00000 f -0000007102 00000 f -0000007103 00000 f -0000007104 00000 f -0000007105 00000 f -0000007106 00000 f -0000007107 00000 f -0000007108 00000 f -0000007109 00000 f -0000007110 00000 f -0000007111 00000 f -0000007112 00000 f -0000007113 00000 f -0000007114 00000 f -0000007115 00000 f -0000007116 00000 f -0000007117 00000 f -0000007118 00000 f -0000007119 00000 f -0000007120 00000 f -0000007121 00000 f -0000007122 00000 f -0000007123 00000 f -0000007124 00000 f -0000007125 00000 f -0000007126 00000 f -0000007127 00000 f -0000007128 00000 f -0000007129 00000 f -0000007130 00000 f -0000007131 00000 f -0000007138 00000 f -0000292602 00000 n -0000292635 00000 n -0000292482 00000 n -0000292515 00000 n -0000292362 00000 n -0000292395 00000 n -0000007139 00000 f -0000007140 00000 f -0000007141 00000 f -0000007142 00000 f -0000007143 00000 f -0000007144 00000 f -0000007145 00000 f -0000007146 00000 f -0000007150 00000 f -0000269144 00000 n -0000269223 00000 n -0000269303 00000 n -0000007151 00000 f -0000007152 00000 f -0000007153 00000 f -0000007154 00000 f -0000007155 00000 f -0000007156 00000 f -0000007157 00000 f -0000007158 00000 f -0000007159 00000 f -0000007160 00000 f -0000007161 00000 f -0000007162 00000 f -0000007163 00000 f -0000007164 00000 f -0000007165 00000 f -0000007166 00000 f -0000007167 00000 f -0000007168 00000 f -0000007169 00000 f -0000007170 00000 f -0000007171 00000 f -0000007172 00000 f -0000007173 00000 f -0000007174 00000 f -0000007175 00000 f -0000007176 00000 f -0000007177 00000 f -0000007178 00000 f -0000007179 00000 f -0000007180 00000 f -0000007181 00000 f -0000007182 00000 f -0000007183 00000 f -0000007184 00000 f -0000007185 00000 f -0000007186 00000 f -0000007187 00000 f -0000007188 00000 f -0000007189 00000 f -0000007190 00000 f -0000007191 00000 f -0000007192 00000 f -0000007193 00000 f -0000007194 00000 f -0000007195 00000 f -0000007196 00000 f -0000007197 00000 f -0000007198 00000 f -0000007199 00000 f -0000007200 00000 f -0000007201 00000 f -0000007202 00000 f -0000007203 00000 f -0000007204 00000 f -0000007205 00000 f -0000007206 00000 f -0000007207 00000 f -0000007208 00000 f -0000007209 00000 f -0000007210 00000 f -0000007211 00000 f -0000007212 00000 f -0000007213 00000 f -0000007214 00000 f -0000007215 00000 f -0000007216 00000 f -0000007217 00000 f -0000007218 00000 f -0000007219 00000 f -0000007220 00000 f -0000007221 00000 f -0000007222 00000 f -0000007223 00000 f -0000007224 00000 f -0000007225 00000 f -0000007226 00000 f -0000007227 00000 f -0000007228 00000 f -0000007229 00000 f -0000007230 00000 f -0000007231 00000 f -0000007232 00000 f -0000007233 00000 f -0000007234 00000 f -0000007235 00000 f -0000007236 00000 f -0000007237 00000 f -0000007238 00000 f -0000007239 00000 f -0000007240 00000 f -0000007241 00000 f -0000007242 00000 f -0000007243 00000 f -0000007244 00000 f -0000007245 00000 f -0000007246 00000 f -0000007247 00000 f -0000007248 00000 f -0000007249 00000 f -0000007250 00000 f -0000007251 00000 f -0000007252 00000 f -0000007253 00000 f -0000007254 00000 f -0000007255 00000 f -0000007256 00000 f -0000007257 00000 f -0000007258 00000 f -0000007259 00000 f -0000007260 00000 f -0000007261 00000 f -0000007262 00000 f -0000007263 00000 f -0000007264 00000 f -0000007265 00000 f -0000007266 00000 f -0000007267 00000 f -0000007268 00000 f -0000007269 00000 f -0000007270 00000 f -0000007271 00000 f -0000007272 00000 f -0000007273 00000 f -0000007274 00000 f -0000007275 00000 f -0000007276 00000 f -0000007277 00000 f -0000007278 00000 f -0000007279 00000 f -0000007280 00000 f -0000007281 00000 f -0000007282 00000 f -0000007283 00000 f -0000007284 00000 f -0000007285 00000 f -0000007286 00000 f -0000007287 00000 f -0000007288 00000 f -0000007289 00000 f -0000007290 00000 f -0000007291 00000 f -0000007292 00000 f -0000007293 00000 f -0000007294 00000 f -0000007295 00000 f -0000007296 00000 f -0000007297 00000 f -0000007298 00000 f -0000007299 00000 f -0000007300 00000 f -0000007301 00000 f -0000007302 00000 f -0000007303 00000 f -0000007304 00000 f -0000007305 00000 f -0000007306 00000 f -0000007307 00000 f -0000007308 00000 f -0000007309 00000 f -0000007310 00000 f -0000007311 00000 f -0000007312 00000 f -0000007313 00000 f -0000007314 00000 f -0000007315 00000 f -0000007316 00000 f -0000007317 00000 f -0000007318 00000 f -0000007319 00000 f -0000007320 00000 f -0000007321 00000 f -0000007322 00000 f -0000007323 00000 f -0000007324 00000 f -0000007325 00000 f -0000007326 00000 f -0000007327 00000 f -0000007328 00000 f -0000007329 00000 f -0000007330 00000 f -0000007331 00000 f -0000007332 00000 f -0000007333 00000 f -0000007334 00000 f -0000007335 00000 f -0000007336 00000 f -0000007337 00000 f -0000007338 00000 f -0000007339 00000 f -0000007340 00000 f -0000007341 00000 f -0000007342 00000 f -0000007343 00000 f -0000007344 00000 f -0000007345 00000 f -0000007346 00000 f -0000007347 00000 f -0000007348 00000 f -0000007349 00000 f -0000007350 00000 f -0000007351 00000 f -0000007352 00000 f -0000007353 00000 f -0000007354 00000 f -0000007355 00000 f -0000007356 00000 f -0000007357 00000 f -0000007358 00000 f -0000007359 00000 f -0000007360 00000 f -0000007361 00000 f -0000007362 00000 f -0000007363 00000 f -0000007364 00000 f -0000007365 00000 f -0000007366 00000 f -0000007367 00000 f -0000007368 00000 f -0000007369 00000 f -0000007370 00000 f -0000007371 00000 f -0000007372 00000 f -0000007373 00000 f -0000007374 00000 f -0000007375 00000 f -0000007376 00000 f -0000007377 00000 f -0000007378 00000 f -0000007379 00000 f -0000007380 00000 f -0000007381 00000 f -0000007382 00000 f -0000007383 00000 f -0000007384 00000 f -0000007385 00000 f -0000007386 00000 f -0000007387 00000 f -0000007388 00000 f -0000007389 00000 f -0000007390 00000 f -0000007391 00000 f -0000007392 00000 f -0000007393 00000 f -0000007394 00000 f -0000007395 00000 f -0000007396 00000 f -0000007397 00000 f -0000007398 00000 f -0000007399 00000 f -0000007400 00000 f -0000007401 00000 f -0000007402 00000 f -0000007403 00000 f -0000007404 00000 f -0000007405 00000 f -0000007406 00000 f -0000007407 00000 f -0000007408 00000 f -0000007409 00000 f -0000007410 00000 f -0000007411 00000 f -0000007412 00000 f -0000007413 00000 f -0000007414 00000 f -0000007415 00000 f -0000007416 00000 f -0000007417 00000 f -0000007418 00000 f -0000007419 00000 f -0000007420 00000 f -0000007421 00000 f -0000007422 00000 f -0000007423 00000 f -0000007424 00000 f -0000007425 00000 f -0000007426 00000 f -0000007427 00000 f -0000007428 00000 f -0000007429 00000 f -0000007430 00000 f -0000007431 00000 f -0000007432 00000 f -0000007433 00000 f -0000007434 00000 f -0000007435 00000 f -0000007436 00000 f -0000007437 00000 f -0000007438 00000 f -0000007439 00000 f -0000007440 00000 f -0000007441 00000 f -0000007442 00000 f -0000007443 00000 f -0000007444 00000 f -0000007445 00000 f -0000007446 00000 f -0000007447 00000 f -0000007448 00000 f -0000007449 00000 f -0000007450 00000 f -0000007451 00000 f -0000007452 00000 f -0000007453 00000 f -0000007454 00000 f -0000007455 00000 f -0000007456 00000 f -0000007457 00000 f -0000007458 00000 f -0000007459 00000 f -0000007460 00000 f -0000007461 00000 f -0000007462 00000 f -0000007463 00000 f -0000007464 00000 f -0000007465 00000 f -0000007466 00000 f -0000007467 00000 f -0000007468 00000 f -0000007469 00000 f -0000007470 00000 f -0000007471 00000 f -0000007472 00000 f -0000007473 00000 f -0000007474 00000 f -0000007475 00000 f -0000007476 00000 f -0000007477 00000 f -0000007478 00000 f -0000007479 00000 f -0000007480 00000 f -0000007481 00000 f -0000007482 00000 f -0000007483 00000 f -0000007484 00000 f -0000007485 00000 f -0000007486 00000 f -0000007487 00000 f -0000007488 00000 f -0000007489 00000 f -0000007490 00000 f -0000007491 00000 f -0000007492 00000 f -0000007493 00000 f -0000007494 00000 f -0000007495 00000 f -0000007496 00000 f -0000007497 00000 f -0000007498 00000 f -0000007499 00000 f -0000007500 00000 f -0000007501 00000 f -0000007502 00000 f -0000007503 00000 f -0000007504 00000 f -0000007505 00000 f -0000007506 00000 f -0000007507 00000 f -0000007508 00000 f -0000007509 00000 f -0000007510 00000 f -0000007511 00000 f -0000007512 00000 f -0000007513 00000 f -0000007514 00000 f -0000007515 00000 f -0000007516 00000 f -0000007517 00000 f -0000007518 00000 f -0000007519 00000 f -0000007520 00000 f -0000007521 00000 f -0000007522 00000 f -0000007523 00000 f -0000007524 00000 f -0000007525 00000 f -0000007526 00000 f -0000007527 00000 f -0000007528 00000 f -0000007529 00000 f -0000007530 00000 f -0000007531 00000 f -0000007532 00000 f -0000007533 00000 f -0000007534 00000 f -0000007535 00000 f -0000007536 00000 f -0000007537 00000 f -0000007538 00000 f -0000007539 00000 f -0000007540 00000 f -0000007541 00000 f -0000007542 00000 f -0000007543 00000 f -0000007544 00000 f -0000007545 00000 f -0000007546 00000 f -0000007547 00000 f -0000007548 00000 f -0000007549 00000 f -0000007550 00000 f -0000007551 00000 f -0000007552 00000 f -0000007553 00000 f -0000007554 00000 f -0000007555 00000 f -0000007556 00000 f -0000007557 00000 f -0000007558 00000 f -0000007559 00000 f -0000007560 00000 f -0000007561 00000 f -0000007562 00000 f -0000007563 00000 f -0000007564 00000 f -0000007565 00000 f -0000007566 00000 f -0000007567 00000 f -0000007568 00000 f -0000007569 00000 f -0000007570 00000 f -0000007571 00000 f -0000007572 00000 f -0000007573 00000 f -0000007574 00000 f -0000007575 00000 f -0000007576 00000 f -0000007577 00000 f -0000007578 00000 f -0000007579 00000 f -0000007580 00000 f -0000007581 00000 f -0000007582 00000 f -0000007583 00000 f -0000007584 00000 f -0000007585 00000 f -0000007586 00000 f -0000007587 00000 f -0000007588 00000 f -0000007589 00000 f -0000007590 00000 f -0000007591 00000 f -0000007592 00000 f -0000007593 00000 f -0000007594 00000 f -0000007595 00000 f -0000007596 00000 f -0000007597 00000 f -0000007598 00000 f -0000007599 00000 f -0000007600 00000 f -0000007601 00000 f -0000007602 00000 f -0000007603 00000 f -0000007604 00000 f -0000007605 00000 f -0000007606 00000 f -0000007607 00000 f -0000007608 00000 f -0000007609 00000 f -0000007610 00000 f -0000007611 00000 f -0000007612 00000 f -0000007613 00000 f -0000007614 00000 f -0000007615 00000 f -0000007616 00000 f -0000007617 00000 f -0000007618 00000 f -0000007619 00000 f -0000007620 00000 f -0000007621 00000 f -0000007622 00000 f -0000007623 00000 f -0000007624 00000 f -0000007625 00000 f -0000007626 00000 f -0000007627 00000 f -0000007628 00000 f -0000007629 00000 f -0000007630 00000 f -0000007631 00000 f -0000007632 00000 f -0000007633 00000 f -0000007634 00000 f -0000007635 00000 f -0000007636 00000 f -0000007637 00000 f -0000007638 00000 f -0000007639 00000 f -0000007640 00000 f -0000007641 00000 f -0000007642 00000 f -0000007643 00000 f -0000007644 00000 f -0000007645 00000 f -0000007646 00000 f -0000007647 00000 f -0000007648 00000 f -0000007649 00000 f -0000007650 00000 f -0000007651 00000 f -0000007652 00000 f -0000007653 00000 f -0000007654 00000 f -0000007655 00000 f -0000007656 00000 f -0000007657 00000 f -0000007658 00000 f -0000007659 00000 f -0000007660 00000 f -0000007661 00000 f -0000007662 00000 f -0000007663 00000 f -0000007664 00000 f -0000007665 00000 f -0000007666 00000 f -0000007667 00000 f -0000007668 00000 f -0000007669 00000 f -0000007670 00000 f -0000007671 00000 f -0000007672 00000 f -0000007673 00000 f -0000007674 00000 f -0000007675 00000 f -0000007676 00000 f -0000007677 00000 f -0000007678 00000 f -0000007679 00000 f -0000007680 00000 f -0000007687 00000 f -0000292242 00000 n -0000292275 00000 n -0000292122 00000 n -0000292155 00000 n -0000292002 00000 n -0000292035 00000 n -0000007688 00000 f -0000007689 00000 f -0000007690 00000 f -0000007691 00000 f -0000007692 00000 f -0000007693 00000 f -0000007694 00000 f -0000007695 00000 f -0000007699 00000 f -0000269387 00000 n -0000269466 00000 n -0000269546 00000 n -0000007700 00000 f -0000007701 00000 f -0000007702 00000 f -0000007703 00000 f -0000007704 00000 f -0000007705 00000 f -0000007706 00000 f -0000007707 00000 f -0000007708 00000 f -0000007709 00000 f -0000007710 00000 f -0000007711 00000 f -0000007712 00000 f -0000007713 00000 f -0000007714 00000 f -0000007715 00000 f -0000007716 00000 f -0000007717 00000 f -0000007718 00000 f -0000007719 00000 f -0000007720 00000 f -0000007721 00000 f -0000007722 00000 f -0000007723 00000 f -0000007724 00000 f -0000007725 00000 f -0000007726 00000 f -0000007727 00000 f -0000007728 00000 f -0000007729 00000 f -0000007730 00000 f -0000007731 00000 f -0000007732 00000 f -0000007733 00000 f -0000007734 00000 f -0000007735 00000 f -0000007736 00000 f -0000007737 00000 f -0000007738 00000 f -0000007739 00000 f -0000007740 00000 f -0000007741 00000 f -0000007742 00000 f -0000007743 00000 f -0000007744 00000 f -0000007745 00000 f -0000007746 00000 f -0000007747 00000 f -0000007748 00000 f -0000007749 00000 f -0000007750 00000 f -0000007751 00000 f -0000007752 00000 f -0000007753 00000 f -0000007754 00000 f -0000007755 00000 f -0000007756 00000 f -0000007757 00000 f -0000007758 00000 f -0000007759 00000 f -0000007760 00000 f -0000007761 00000 f -0000007762 00000 f -0000007763 00000 f -0000007764 00000 f -0000007765 00000 f -0000007766 00000 f -0000007767 00000 f -0000007768 00000 f -0000007769 00000 f -0000007770 00000 f -0000007771 00000 f -0000007772 00000 f -0000007773 00000 f -0000007774 00000 f -0000007775 00000 f -0000007776 00000 f -0000007777 00000 f -0000007778 00000 f -0000007779 00000 f -0000007780 00000 f -0000007781 00000 f -0000007782 00000 f -0000007783 00000 f -0000007784 00000 f -0000007785 00000 f -0000007786 00000 f -0000007787 00000 f -0000007788 00000 f -0000007789 00000 f -0000007790 00000 f -0000007791 00000 f -0000007792 00000 f -0000007793 00000 f -0000007794 00000 f -0000007795 00000 f -0000007796 00000 f -0000007797 00000 f -0000007798 00000 f -0000007799 00000 f -0000007800 00000 f -0000007801 00000 f -0000007802 00000 f -0000007803 00000 f -0000007804 00000 f -0000007805 00000 f -0000007806 00000 f -0000007807 00000 f -0000007808 00000 f -0000007809 00000 f -0000007810 00000 f -0000007811 00000 f -0000007812 00000 f -0000007813 00000 f -0000007814 00000 f -0000007815 00000 f -0000007816 00000 f -0000007817 00000 f -0000007818 00000 f -0000007819 00000 f -0000007820 00000 f -0000007821 00000 f -0000007822 00000 f -0000007823 00000 f -0000007824 00000 f -0000007825 00000 f -0000007826 00000 f -0000007827 00000 f -0000007828 00000 f -0000007829 00000 f -0000007830 00000 f -0000007831 00000 f -0000007832 00000 f -0000007833 00000 f -0000007834 00000 f -0000007835 00000 f -0000007836 00000 f -0000007837 00000 f -0000007838 00000 f -0000007839 00000 f -0000007840 00000 f -0000007841 00000 f -0000007842 00000 f -0000007843 00000 f -0000007844 00000 f -0000007845 00000 f -0000007846 00000 f -0000007847 00000 f -0000007848 00000 f -0000007849 00000 f -0000007850 00000 f -0000007851 00000 f -0000007852 00000 f -0000007853 00000 f -0000007854 00000 f -0000007855 00000 f -0000007856 00000 f -0000007857 00000 f -0000007858 00000 f -0000007859 00000 f -0000007860 00000 f -0000007861 00000 f -0000007862 00000 f -0000007863 00000 f -0000007864 00000 f -0000007865 00000 f -0000007866 00000 f -0000007867 00000 f -0000007868 00000 f -0000007869 00000 f -0000007870 00000 f -0000007871 00000 f -0000007872 00000 f -0000007873 00000 f -0000007874 00000 f -0000007875 00000 f -0000007876 00000 f -0000007877 00000 f -0000007878 00000 f -0000007879 00000 f -0000007880 00000 f -0000007881 00000 f -0000007882 00000 f -0000007883 00000 f -0000007884 00000 f -0000007885 00000 f -0000007886 00000 f -0000007887 00000 f -0000007888 00000 f -0000007889 00000 f -0000007890 00000 f -0000007891 00000 f -0000007892 00000 f -0000007893 00000 f -0000007894 00000 f -0000007895 00000 f -0000007896 00000 f -0000007897 00000 f -0000007898 00000 f -0000007899 00000 f -0000007900 00000 f -0000007901 00000 f -0000007902 00000 f -0000007903 00000 f -0000007904 00000 f -0000007905 00000 f -0000007906 00000 f -0000007907 00000 f -0000007908 00000 f -0000007909 00000 f -0000007910 00000 f -0000007911 00000 f -0000007912 00000 f -0000007913 00000 f -0000007914 00000 f -0000007915 00000 f -0000007916 00000 f -0000007917 00000 f -0000007918 00000 f -0000007919 00000 f -0000007920 00000 f -0000007921 00000 f -0000007922 00000 f -0000007923 00000 f -0000007924 00000 f -0000007925 00000 f -0000007926 00000 f -0000007927 00000 f -0000007928 00000 f -0000007929 00000 f -0000007930 00000 f -0000007931 00000 f -0000007932 00000 f -0000007933 00000 f -0000007934 00000 f -0000007935 00000 f -0000007936 00000 f -0000007937 00000 f -0000007938 00000 f -0000007939 00000 f -0000007940 00000 f -0000007941 00000 f -0000007942 00000 f -0000007943 00000 f -0000007944 00000 f -0000007945 00000 f -0000007946 00000 f -0000007947 00000 f -0000007948 00000 f -0000007949 00000 f -0000007950 00000 f -0000007951 00000 f -0000007952 00000 f -0000007953 00000 f -0000007954 00000 f -0000007955 00000 f -0000007956 00000 f -0000007957 00000 f -0000007958 00000 f -0000007959 00000 f -0000007960 00000 f -0000007961 00000 f -0000007962 00000 f -0000007963 00000 f -0000007964 00000 f -0000007965 00000 f -0000007966 00000 f -0000007967 00000 f -0000007968 00000 f -0000007969 00000 f -0000007970 00000 f -0000007971 00000 f -0000007972 00000 f -0000007973 00000 f -0000007974 00000 f -0000007975 00000 f -0000007976 00000 f -0000007977 00000 f -0000007978 00000 f -0000007979 00000 f -0000007980 00000 f -0000007981 00000 f -0000007982 00000 f -0000007983 00000 f -0000007984 00000 f -0000007985 00000 f -0000007986 00000 f -0000007987 00000 f -0000007988 00000 f -0000007989 00000 f -0000007990 00000 f -0000007991 00000 f -0000007992 00000 f -0000007993 00000 f -0000007994 00000 f -0000007995 00000 f -0000007996 00000 f -0000007997 00000 f -0000007998 00000 f -0000007999 00000 f -0000008000 00000 f -0000008001 00000 f -0000008002 00000 f -0000008003 00000 f -0000008004 00000 f -0000008005 00000 f -0000008006 00000 f -0000008007 00000 f -0000008008 00000 f -0000008009 00000 f -0000008010 00000 f -0000008011 00000 f -0000008012 00000 f -0000008013 00000 f -0000008014 00000 f -0000008015 00000 f -0000008016 00000 f -0000008017 00000 f -0000008018 00000 f -0000008019 00000 f -0000008020 00000 f -0000008021 00000 f -0000008022 00000 f -0000008023 00000 f -0000008024 00000 f -0000008025 00000 f -0000008026 00000 f -0000008027 00000 f -0000008028 00000 f -0000008029 00000 f -0000008030 00000 f -0000008031 00000 f -0000008032 00000 f -0000008033 00000 f -0000008034 00000 f -0000008035 00000 f -0000008036 00000 f -0000008037 00000 f -0000008038 00000 f -0000008039 00000 f -0000008040 00000 f -0000008041 00000 f -0000008042 00000 f -0000008043 00000 f -0000008044 00000 f -0000008045 00000 f -0000008046 00000 f -0000008047 00000 f -0000008048 00000 f -0000008049 00000 f -0000008050 00000 f -0000008051 00000 f -0000008052 00000 f -0000008053 00000 f -0000008054 00000 f -0000008055 00000 f -0000008056 00000 f -0000008057 00000 f -0000008058 00000 f -0000008059 00000 f -0000008060 00000 f -0000008061 00000 f -0000008062 00000 f -0000008063 00000 f -0000008064 00000 f -0000008065 00000 f -0000008066 00000 f -0000008067 00000 f -0000008068 00000 f -0000008069 00000 f -0000008070 00000 f -0000008071 00000 f -0000008072 00000 f -0000008073 00000 f -0000008074 00000 f -0000008075 00000 f -0000008076 00000 f -0000008077 00000 f -0000008078 00000 f -0000008079 00000 f -0000008080 00000 f -0000008081 00000 f -0000008082 00000 f -0000008083 00000 f -0000008084 00000 f -0000008085 00000 f -0000008086 00000 f -0000008087 00000 f -0000008088 00000 f -0000008089 00000 f -0000008090 00000 f -0000008091 00000 f -0000008092 00000 f -0000008093 00000 f -0000008094 00000 f -0000008095 00000 f -0000008096 00000 f -0000008097 00000 f -0000008098 00000 f -0000008099 00000 f -0000008100 00000 f -0000008101 00000 f -0000008102 00000 f -0000008103 00000 f -0000008104 00000 f -0000008105 00000 f -0000008106 00000 f -0000008107 00000 f -0000008108 00000 f -0000008109 00000 f -0000008110 00000 f -0000008111 00000 f -0000008112 00000 f -0000008113 00000 f -0000008114 00000 f -0000008115 00000 f -0000008116 00000 f -0000008117 00000 f -0000008118 00000 f -0000008119 00000 f -0000008120 00000 f -0000008121 00000 f -0000008122 00000 f -0000008123 00000 f -0000008124 00000 f -0000008125 00000 f -0000008126 00000 f -0000008127 00000 f -0000008128 00000 f -0000008129 00000 f -0000008130 00000 f -0000008131 00000 f -0000008132 00000 f -0000008133 00000 f -0000008134 00000 f -0000008135 00000 f -0000008136 00000 f -0000008137 00000 f -0000008138 00000 f -0000008139 00000 f -0000008140 00000 f -0000008141 00000 f -0000008142 00000 f -0000008143 00000 f -0000008144 00000 f -0000008145 00000 f -0000008146 00000 f -0000008147 00000 f -0000008148 00000 f -0000008149 00000 f -0000008150 00000 f -0000008151 00000 f -0000008152 00000 f -0000008153 00000 f -0000008154 00000 f -0000008155 00000 f -0000008156 00000 f -0000008157 00000 f -0000008158 00000 f -0000008159 00000 f -0000008160 00000 f -0000008161 00000 f -0000008162 00000 f -0000008163 00000 f -0000008164 00000 f -0000008165 00000 f -0000008166 00000 f -0000008167 00000 f -0000008168 00000 f -0000008169 00000 f -0000008170 00000 f -0000008171 00000 f -0000008172 00000 f -0000008173 00000 f -0000008174 00000 f -0000008175 00000 f -0000008176 00000 f -0000008177 00000 f -0000008178 00000 f -0000008179 00000 f -0000008180 00000 f -0000008181 00000 f -0000008182 00000 f -0000008183 00000 f -0000008184 00000 f -0000008185 00000 f -0000008186 00000 f -0000008187 00000 f -0000008188 00000 f -0000008189 00000 f -0000008190 00000 f -0000008191 00000 f -0000008192 00000 f -0000008193 00000 f -0000008194 00000 f -0000008195 00000 f -0000008196 00000 f -0000008197 00000 f -0000008198 00000 f -0000008199 00000 f -0000008200 00000 f -0000008201 00000 f -0000008202 00000 f -0000008203 00000 f -0000008204 00000 f -0000008205 00000 f -0000008206 00000 f -0000008207 00000 f -0000008208 00000 f -0000008209 00000 f -0000008210 00000 f -0000008211 00000 f -0000008212 00000 f -0000008213 00000 f -0000008214 00000 f -0000008215 00000 f -0000008216 00000 f -0000008217 00000 f -0000008218 00000 f -0000008219 00000 f -0000008220 00000 f -0000008221 00000 f -0000008222 00000 f -0000008223 00000 f -0000008224 00000 f -0000008225 00000 f -0000008226 00000 f -0000008227 00000 f -0000008228 00000 f -0000008229 00000 f -0000008236 00000 f -0000291882 00000 n -0000291915 00000 n -0000291762 00000 n -0000291795 00000 n -0000291642 00000 n -0000291675 00000 n -0000008237 00000 f -0000008238 00000 f -0000008239 00000 f -0000008240 00000 f -0000008241 00000 f -0000008242 00000 f -0000008243 00000 f -0000008244 00000 f -0000008248 00000 f -0000269630 00000 n -0000269709 00000 n -0000269789 00000 n -0000008249 00000 f -0000008250 00000 f -0000008251 00000 f -0000008252 00000 f -0000008253 00000 f -0000008254 00000 f -0000008255 00000 f -0000008256 00000 f -0000008257 00000 f -0000008258 00000 f -0000008259 00000 f -0000008260 00000 f -0000008261 00000 f -0000008262 00000 f -0000008263 00000 f -0000008264 00000 f -0000008265 00000 f -0000008266 00000 f -0000008267 00000 f -0000008268 00000 f -0000008269 00000 f -0000008270 00000 f -0000008271 00000 f -0000008272 00000 f -0000008273 00000 f -0000008274 00000 f -0000008275 00000 f -0000008276 00000 f -0000008277 00000 f -0000008278 00000 f -0000008279 00000 f -0000008280 00000 f -0000008281 00000 f -0000008282 00000 f -0000008283 00000 f -0000008284 00000 f -0000008285 00000 f -0000008286 00000 f -0000008287 00000 f -0000008288 00000 f -0000008289 00000 f -0000008290 00000 f -0000008291 00000 f -0000008292 00000 f -0000008293 00000 f -0000008294 00000 f -0000008295 00000 f -0000008296 00000 f -0000008297 00000 f -0000008298 00000 f -0000008299 00000 f -0000008300 00000 f -0000008301 00000 f -0000008302 00000 f -0000008303 00000 f -0000008304 00000 f -0000008305 00000 f -0000008306 00000 f -0000008307 00000 f -0000008308 00000 f -0000008309 00000 f -0000008310 00000 f -0000008311 00000 f -0000008312 00000 f -0000008313 00000 f -0000008314 00000 f -0000008315 00000 f -0000008316 00000 f -0000008317 00000 f -0000008318 00000 f -0000008319 00000 f -0000008320 00000 f -0000008321 00000 f -0000008322 00000 f -0000008323 00000 f -0000008324 00000 f -0000008325 00000 f -0000008326 00000 f -0000008327 00000 f -0000008328 00000 f -0000008329 00000 f -0000008330 00000 f -0000008331 00000 f -0000008332 00000 f -0000008333 00000 f -0000008334 00000 f -0000008335 00000 f -0000008336 00000 f -0000008337 00000 f -0000008338 00000 f -0000008339 00000 f -0000008340 00000 f -0000008341 00000 f -0000008342 00000 f -0000008343 00000 f -0000008344 00000 f -0000008345 00000 f -0000008346 00000 f -0000008347 00000 f -0000008348 00000 f -0000008349 00000 f -0000008350 00000 f -0000008351 00000 f -0000008352 00000 f -0000008353 00000 f -0000008354 00000 f -0000008355 00000 f -0000008356 00000 f -0000008357 00000 f -0000008358 00000 f -0000008359 00000 f -0000008360 00000 f -0000008361 00000 f -0000008362 00000 f -0000008363 00000 f -0000008364 00000 f -0000008365 00000 f -0000008366 00000 f -0000008367 00000 f -0000008368 00000 f -0000008369 00000 f -0000008370 00000 f -0000008371 00000 f -0000008372 00000 f -0000008373 00000 f -0000008374 00000 f -0000008375 00000 f -0000008376 00000 f -0000008377 00000 f -0000008378 00000 f -0000008379 00000 f -0000008380 00000 f -0000008381 00000 f -0000008382 00000 f -0000008383 00000 f -0000008384 00000 f -0000008385 00000 f -0000008386 00000 f -0000008387 00000 f -0000008388 00000 f -0000008389 00000 f -0000008390 00000 f -0000008391 00000 f -0000008392 00000 f -0000008393 00000 f -0000008394 00000 f -0000008395 00000 f -0000008396 00000 f -0000008397 00000 f -0000008398 00000 f -0000008399 00000 f -0000008400 00000 f -0000008401 00000 f -0000008402 00000 f -0000008403 00000 f -0000008404 00000 f -0000008405 00000 f -0000008406 00000 f -0000008407 00000 f -0000008408 00000 f -0000008409 00000 f -0000008410 00000 f -0000008411 00000 f -0000008412 00000 f -0000008413 00000 f -0000008414 00000 f -0000008415 00000 f -0000008416 00000 f -0000008417 00000 f -0000008418 00000 f -0000008419 00000 f -0000008420 00000 f -0000008421 00000 f -0000008422 00000 f -0000008423 00000 f -0000008424 00000 f -0000008425 00000 f -0000008426 00000 f -0000008427 00000 f -0000008428 00000 f -0000008429 00000 f -0000008430 00000 f -0000008431 00000 f -0000008432 00000 f -0000008433 00000 f -0000008434 00000 f -0000008435 00000 f -0000008436 00000 f -0000008437 00000 f -0000008438 00000 f -0000008439 00000 f -0000008440 00000 f -0000008441 00000 f -0000008442 00000 f -0000008443 00000 f -0000008444 00000 f -0000008445 00000 f -0000008446 00000 f -0000008447 00000 f -0000008448 00000 f -0000008449 00000 f -0000008450 00000 f -0000008451 00000 f -0000008452 00000 f -0000008453 00000 f -0000008454 00000 f -0000008455 00000 f -0000008456 00000 f -0000008457 00000 f -0000008458 00000 f -0000008459 00000 f -0000008460 00000 f -0000008461 00000 f -0000008462 00000 f -0000008463 00000 f -0000008464 00000 f -0000008465 00000 f -0000008466 00000 f -0000008467 00000 f -0000008468 00000 f -0000008469 00000 f -0000008470 00000 f -0000008471 00000 f -0000008472 00000 f -0000008473 00000 f -0000008474 00000 f -0000008475 00000 f -0000008476 00000 f -0000008477 00000 f -0000008478 00000 f -0000008479 00000 f -0000008480 00000 f -0000008481 00000 f -0000008482 00000 f -0000008483 00000 f -0000008484 00000 f -0000008485 00000 f -0000008486 00000 f -0000008487 00000 f -0000008488 00000 f -0000008489 00000 f -0000008490 00000 f -0000008491 00000 f -0000008492 00000 f -0000008493 00000 f -0000008494 00000 f -0000008495 00000 f -0000008496 00000 f -0000008497 00000 f -0000008498 00000 f -0000008499 00000 f -0000008500 00000 f -0000008501 00000 f -0000008502 00000 f -0000008503 00000 f -0000008504 00000 f -0000008505 00000 f -0000008506 00000 f -0000008507 00000 f -0000008508 00000 f -0000008509 00000 f -0000008510 00000 f -0000008511 00000 f -0000008512 00000 f -0000008513 00000 f -0000008514 00000 f -0000008515 00000 f -0000008516 00000 f -0000008517 00000 f -0000008518 00000 f -0000008519 00000 f -0000008520 00000 f -0000008521 00000 f -0000008522 00000 f -0000008523 00000 f -0000008524 00000 f -0000008525 00000 f -0000008526 00000 f -0000008527 00000 f -0000008528 00000 f -0000008529 00000 f -0000008530 00000 f -0000008531 00000 f -0000008532 00000 f -0000008533 00000 f -0000008534 00000 f -0000008535 00000 f -0000008536 00000 f -0000008537 00000 f -0000008538 00000 f -0000008539 00000 f -0000008540 00000 f -0000008541 00000 f -0000008542 00000 f -0000008543 00000 f -0000008544 00000 f -0000008545 00000 f -0000008546 00000 f -0000008547 00000 f -0000008548 00000 f -0000008549 00000 f -0000008550 00000 f -0000008551 00000 f -0000008552 00000 f -0000008553 00000 f -0000008554 00000 f -0000008555 00000 f -0000008556 00000 f -0000008557 00000 f -0000008558 00000 f -0000008559 00000 f -0000008560 00000 f -0000008561 00000 f -0000008562 00000 f -0000008563 00000 f -0000008564 00000 f -0000008565 00000 f -0000008566 00000 f -0000008567 00000 f -0000008568 00000 f -0000008569 00000 f -0000008570 00000 f -0000008571 00000 f -0000008572 00000 f -0000008573 00000 f -0000008574 00000 f -0000008575 00000 f -0000008576 00000 f -0000008577 00000 f -0000008578 00000 f -0000008579 00000 f -0000008580 00000 f -0000008581 00000 f -0000008582 00000 f -0000008583 00000 f -0000008584 00000 f -0000008585 00000 f -0000008586 00000 f -0000008587 00000 f -0000008588 00000 f -0000008589 00000 f -0000008590 00000 f -0000008591 00000 f -0000008592 00000 f -0000008593 00000 f -0000008594 00000 f -0000008595 00000 f -0000008596 00000 f -0000008597 00000 f -0000008598 00000 f -0000008599 00000 f -0000008600 00000 f -0000008601 00000 f -0000008602 00000 f -0000008603 00000 f -0000008604 00000 f -0000008605 00000 f -0000008606 00000 f -0000008607 00000 f -0000008608 00000 f -0000008609 00000 f -0000008610 00000 f -0000008611 00000 f -0000008612 00000 f -0000008613 00000 f -0000008614 00000 f -0000008615 00000 f -0000008616 00000 f -0000008617 00000 f -0000008618 00000 f -0000008619 00000 f -0000008620 00000 f -0000008621 00000 f -0000008622 00000 f -0000008623 00000 f -0000008624 00000 f -0000008625 00000 f -0000008626 00000 f -0000008627 00000 f -0000008628 00000 f -0000008629 00000 f -0000008630 00000 f -0000008631 00000 f -0000008632 00000 f -0000008633 00000 f -0000008634 00000 f -0000008635 00000 f -0000008636 00000 f -0000008637 00000 f -0000008638 00000 f -0000008639 00000 f -0000008640 00000 f -0000008641 00000 f -0000008642 00000 f -0000008643 00000 f -0000008644 00000 f -0000008645 00000 f -0000008646 00000 f -0000008647 00000 f -0000008648 00000 f -0000008649 00000 f -0000008650 00000 f -0000008651 00000 f -0000008652 00000 f -0000008653 00000 f -0000008654 00000 f -0000008655 00000 f -0000008656 00000 f -0000008657 00000 f -0000008658 00000 f -0000008659 00000 f -0000008660 00000 f -0000008661 00000 f -0000008662 00000 f -0000008663 00000 f -0000008664 00000 f -0000008665 00000 f -0000008666 00000 f -0000008667 00000 f -0000008668 00000 f -0000008669 00000 f -0000008670 00000 f -0000008671 00000 f -0000008672 00000 f -0000008673 00000 f -0000008674 00000 f -0000008675 00000 f -0000008676 00000 f -0000008677 00000 f -0000008678 00000 f -0000008679 00000 f -0000008680 00000 f -0000008681 00000 f -0000008682 00000 f -0000008683 00000 f -0000008684 00000 f -0000008685 00000 f -0000008686 00000 f -0000008687 00000 f -0000008688 00000 f -0000008689 00000 f -0000008690 00000 f -0000008691 00000 f -0000008692 00000 f -0000008693 00000 f -0000008694 00000 f -0000008695 00000 f -0000008696 00000 f -0000008697 00000 f -0000008698 00000 f -0000008699 00000 f -0000008700 00000 f -0000008701 00000 f -0000008702 00000 f -0000008703 00000 f -0000008704 00000 f -0000008705 00000 f -0000008706 00000 f -0000008707 00000 f -0000008708 00000 f -0000008709 00000 f -0000008710 00000 f -0000008711 00000 f -0000008712 00000 f -0000008713 00000 f -0000008714 00000 f -0000008715 00000 f -0000008716 00000 f -0000008717 00000 f -0000008718 00000 f -0000008719 00000 f -0000008720 00000 f -0000008721 00000 f -0000008722 00000 f -0000008723 00000 f -0000008724 00000 f -0000008725 00000 f -0000008726 00000 f -0000008727 00000 f -0000008728 00000 f -0000008729 00000 f -0000008730 00000 f -0000008731 00000 f -0000008732 00000 f -0000008733 00000 f -0000008734 00000 f -0000008735 00000 f -0000008736 00000 f -0000008737 00000 f -0000008738 00000 f -0000008739 00000 f -0000008740 00000 f -0000008741 00000 f -0000008742 00000 f -0000008743 00000 f -0000008744 00000 f -0000008745 00000 f -0000008746 00000 f -0000008747 00000 f -0000008748 00000 f -0000008749 00000 f -0000008750 00000 f -0000008751 00000 f -0000008752 00000 f -0000008753 00000 f -0000008754 00000 f -0000008755 00000 f -0000008756 00000 f -0000008757 00000 f -0000008758 00000 f -0000008759 00000 f -0000008760 00000 f -0000008761 00000 f -0000008762 00000 f -0000008763 00000 f -0000008764 00000 f -0000008765 00000 f -0000008766 00000 f -0000008767 00000 f -0000008768 00000 f -0000008769 00000 f -0000008770 00000 f -0000008771 00000 f -0000008772 00000 f -0000008773 00000 f -0000008774 00000 f -0000008775 00000 f -0000008776 00000 f -0000008777 00000 f -0000008778 00000 f -0000008785 00000 f -0000291522 00000 n -0000291555 00000 n -0000291402 00000 n -0000291435 00000 n -0000291282 00000 n -0000291315 00000 n -0000008786 00000 f -0000008787 00000 f -0000008788 00000 f -0000008789 00000 f -0000008790 00000 f -0000008791 00000 f -0000008792 00000 f -0000008793 00000 f -0000008797 00000 f -0000269873 00000 n -0000269952 00000 n -0000270032 00000 n -0000008798 00000 f -0000008799 00000 f -0000008800 00000 f -0000008801 00000 f -0000008802 00000 f -0000008803 00000 f -0000008804 00000 f -0000008805 00000 f -0000008806 00000 f -0000008807 00000 f -0000008808 00000 f -0000008809 00000 f -0000008810 00000 f -0000008811 00000 f -0000008812 00000 f -0000008813 00000 f -0000008814 00000 f -0000008815 00000 f -0000008816 00000 f -0000008817 00000 f -0000008818 00000 f -0000008819 00000 f -0000008820 00000 f -0000008821 00000 f -0000008822 00000 f -0000008823 00000 f -0000008824 00000 f -0000008825 00000 f -0000008826 00000 f -0000008827 00000 f -0000008828 00000 f -0000008829 00000 f -0000008830 00000 f -0000008831 00000 f -0000008832 00000 f -0000008833 00000 f -0000008834 00000 f -0000008835 00000 f -0000008836 00000 f -0000008837 00000 f -0000008838 00000 f -0000008839 00000 f -0000008840 00000 f -0000008841 00000 f -0000008842 00000 f -0000008843 00000 f -0000008844 00000 f -0000008845 00000 f -0000008846 00000 f -0000008847 00000 f -0000008848 00000 f -0000008849 00000 f -0000008850 00000 f -0000008851 00000 f -0000008852 00000 f -0000008853 00000 f -0000008854 00000 f -0000008855 00000 f -0000008856 00000 f -0000008857 00000 f -0000008858 00000 f -0000008859 00000 f -0000008860 00000 f -0000008861 00000 f -0000008862 00000 f -0000008863 00000 f -0000008864 00000 f -0000008865 00000 f -0000008866 00000 f -0000008867 00000 f -0000008868 00000 f -0000008869 00000 f -0000008870 00000 f -0000008871 00000 f -0000008872 00000 f -0000008873 00000 f -0000008874 00000 f -0000008875 00000 f -0000008876 00000 f -0000008877 00000 f -0000008878 00000 f -0000008879 00000 f -0000008880 00000 f -0000008881 00000 f -0000008882 00000 f -0000008883 00000 f -0000008884 00000 f -0000008885 00000 f -0000008886 00000 f -0000008887 00000 f -0000008888 00000 f -0000008889 00000 f -0000008890 00000 f -0000008891 00000 f -0000008892 00000 f -0000008893 00000 f -0000008894 00000 f -0000008895 00000 f -0000008896 00000 f -0000008897 00000 f -0000008898 00000 f -0000008899 00000 f -0000008900 00000 f -0000008901 00000 f -0000008902 00000 f -0000008903 00000 f -0000008904 00000 f -0000008905 00000 f -0000008906 00000 f -0000008907 00000 f -0000008908 00000 f -0000008909 00000 f -0000008910 00000 f -0000008911 00000 f -0000008912 00000 f -0000008913 00000 f -0000008914 00000 f -0000008915 00000 f -0000008916 00000 f -0000008917 00000 f -0000008918 00000 f -0000008919 00000 f -0000008920 00000 f -0000008921 00000 f -0000008922 00000 f -0000008923 00000 f -0000008924 00000 f -0000008925 00000 f -0000008926 00000 f -0000008927 00000 f -0000008928 00000 f -0000008929 00000 f -0000008930 00000 f -0000008931 00000 f -0000008932 00000 f -0000008933 00000 f -0000008934 00000 f -0000008935 00000 f -0000008936 00000 f -0000008937 00000 f -0000008938 00000 f -0000008939 00000 f -0000008940 00000 f -0000008941 00000 f -0000008942 00000 f -0000008943 00000 f -0000008944 00000 f -0000008945 00000 f -0000008946 00000 f -0000008947 00000 f -0000008948 00000 f -0000008949 00000 f -0000008950 00000 f -0000008951 00000 f -0000008952 00000 f -0000008953 00000 f -0000008954 00000 f -0000008955 00000 f -0000008956 00000 f -0000008957 00000 f -0000008958 00000 f -0000008959 00000 f -0000008960 00000 f -0000008961 00000 f -0000008962 00000 f -0000008963 00000 f -0000008964 00000 f -0000008965 00000 f -0000008966 00000 f -0000008967 00000 f -0000008968 00000 f -0000008969 00000 f -0000008970 00000 f -0000008971 00000 f -0000008972 00000 f -0000008973 00000 f -0000008974 00000 f -0000008975 00000 f -0000008976 00000 f -0000008977 00000 f -0000008978 00000 f -0000008979 00000 f -0000008980 00000 f -0000008981 00000 f -0000008982 00000 f -0000008983 00000 f -0000008984 00000 f -0000008985 00000 f -0000008986 00000 f -0000008987 00000 f -0000008988 00000 f -0000008989 00000 f -0000008990 00000 f -0000008991 00000 f -0000008992 00000 f -0000008993 00000 f -0000008994 00000 f -0000008995 00000 f -0000008996 00000 f -0000008997 00000 f -0000008998 00000 f -0000008999 00000 f -0000009000 00000 f -0000009001 00000 f -0000009002 00000 f -0000009003 00000 f -0000009004 00000 f -0000009005 00000 f -0000009006 00000 f -0000009007 00000 f -0000009008 00000 f -0000009009 00000 f -0000009010 00000 f -0000009011 00000 f -0000009012 00000 f -0000009013 00000 f -0000009014 00000 f -0000009015 00000 f -0000009016 00000 f -0000009017 00000 f -0000009018 00000 f -0000009019 00000 f -0000009020 00000 f -0000009021 00000 f -0000009022 00000 f -0000009023 00000 f -0000009024 00000 f -0000009025 00000 f -0000009026 00000 f -0000009027 00000 f -0000009028 00000 f -0000009029 00000 f -0000009030 00000 f -0000009031 00000 f -0000009032 00000 f -0000009033 00000 f -0000009034 00000 f -0000009035 00000 f -0000009036 00000 f -0000009037 00000 f -0000009038 00000 f -0000009039 00000 f -0000009040 00000 f -0000009041 00000 f -0000009042 00000 f -0000009043 00000 f -0000009044 00000 f -0000009045 00000 f -0000009046 00000 f -0000009047 00000 f -0000009048 00000 f -0000009049 00000 f -0000009050 00000 f -0000009051 00000 f -0000009052 00000 f -0000009053 00000 f -0000009054 00000 f -0000009055 00000 f -0000009056 00000 f -0000009057 00000 f -0000009058 00000 f -0000009059 00000 f -0000009060 00000 f -0000009061 00000 f -0000009062 00000 f -0000009063 00000 f -0000009064 00000 f -0000009065 00000 f -0000009066 00000 f -0000009067 00000 f -0000009068 00000 f -0000009069 00000 f -0000009070 00000 f -0000009071 00000 f -0000009072 00000 f -0000009073 00000 f -0000009074 00000 f -0000009075 00000 f -0000009076 00000 f -0000009077 00000 f -0000009078 00000 f -0000009079 00000 f -0000009080 00000 f -0000009081 00000 f -0000009082 00000 f -0000009083 00000 f -0000009084 00000 f -0000009085 00000 f -0000009086 00000 f -0000009087 00000 f -0000009088 00000 f -0000009089 00000 f -0000009090 00000 f -0000009091 00000 f -0000009092 00000 f -0000009093 00000 f -0000009094 00000 f -0000009095 00000 f -0000009096 00000 f -0000009097 00000 f -0000009098 00000 f -0000009099 00000 f -0000009100 00000 f -0000009101 00000 f -0000009102 00000 f -0000009103 00000 f -0000009104 00000 f -0000009105 00000 f -0000009106 00000 f -0000009107 00000 f -0000009108 00000 f -0000009109 00000 f -0000009110 00000 f -0000009111 00000 f -0000009112 00000 f -0000009113 00000 f -0000009114 00000 f -0000009115 00000 f -0000009116 00000 f -0000009117 00000 f -0000009118 00000 f -0000009119 00000 f -0000009120 00000 f -0000009121 00000 f -0000009122 00000 f -0000009123 00000 f -0000009124 00000 f -0000009125 00000 f -0000009126 00000 f -0000009127 00000 f -0000009128 00000 f -0000009129 00000 f -0000009130 00000 f -0000009131 00000 f -0000009132 00000 f -0000009133 00000 f -0000009134 00000 f -0000009135 00000 f -0000009136 00000 f -0000009137 00000 f -0000009138 00000 f -0000009139 00000 f -0000009140 00000 f -0000009141 00000 f -0000009142 00000 f -0000009143 00000 f -0000009144 00000 f -0000009145 00000 f -0000009146 00000 f -0000009147 00000 f -0000009148 00000 f -0000009149 00000 f -0000009150 00000 f -0000009151 00000 f -0000009152 00000 f -0000009153 00000 f -0000009154 00000 f -0000009155 00000 f -0000009156 00000 f -0000009157 00000 f -0000009158 00000 f -0000009159 00000 f -0000009160 00000 f -0000009161 00000 f -0000009162 00000 f -0000009163 00000 f -0000009164 00000 f -0000009165 00000 f -0000009166 00000 f -0000009167 00000 f -0000009168 00000 f -0000009169 00000 f -0000009170 00000 f -0000009171 00000 f -0000009172 00000 f -0000009173 00000 f -0000009174 00000 f -0000009175 00000 f -0000009176 00000 f -0000009177 00000 f -0000009178 00000 f -0000009179 00000 f -0000009180 00000 f -0000009181 00000 f -0000009182 00000 f -0000009183 00000 f -0000009184 00000 f -0000009185 00000 f -0000009186 00000 f -0000009187 00000 f -0000009188 00000 f -0000009189 00000 f -0000009190 00000 f -0000009191 00000 f -0000009192 00000 f -0000009193 00000 f -0000009194 00000 f -0000009195 00000 f -0000009196 00000 f -0000009197 00000 f -0000009198 00000 f -0000009199 00000 f -0000009200 00000 f -0000009201 00000 f -0000009202 00000 f -0000009203 00000 f -0000009204 00000 f -0000009205 00000 f -0000009206 00000 f -0000009207 00000 f -0000009208 00000 f -0000009209 00000 f -0000009210 00000 f -0000009211 00000 f -0000009212 00000 f -0000009213 00000 f -0000009214 00000 f -0000009215 00000 f -0000009216 00000 f -0000009217 00000 f -0000009218 00000 f -0000009219 00000 f -0000009220 00000 f -0000009221 00000 f -0000009222 00000 f -0000009223 00000 f -0000009224 00000 f -0000009225 00000 f -0000009226 00000 f -0000009227 00000 f -0000009228 00000 f -0000009229 00000 f -0000009230 00000 f -0000009231 00000 f -0000009232 00000 f -0000009233 00000 f -0000009234 00000 f -0000009235 00000 f -0000009236 00000 f -0000009237 00000 f -0000009238 00000 f -0000009239 00000 f -0000009240 00000 f -0000009241 00000 f -0000009242 00000 f -0000009243 00000 f -0000009244 00000 f -0000009245 00000 f -0000009246 00000 f -0000009247 00000 f -0000009248 00000 f -0000009249 00000 f -0000009250 00000 f -0000009251 00000 f -0000009252 00000 f -0000009253 00000 f -0000009254 00000 f -0000009255 00000 f -0000009256 00000 f -0000009257 00000 f -0000009258 00000 f -0000009259 00000 f -0000009260 00000 f -0000009261 00000 f -0000009262 00000 f -0000009263 00000 f -0000009264 00000 f -0000009265 00000 f -0000009266 00000 f -0000009267 00000 f -0000009268 00000 f -0000009269 00000 f -0000009270 00000 f -0000009271 00000 f -0000009272 00000 f -0000009273 00000 f -0000009274 00000 f -0000009275 00000 f -0000009276 00000 f -0000009277 00000 f -0000009278 00000 f -0000009279 00000 f -0000009280 00000 f -0000009281 00000 f -0000009282 00000 f -0000009283 00000 f -0000009284 00000 f -0000009285 00000 f -0000009286 00000 f -0000009287 00000 f -0000009288 00000 f -0000009289 00000 f -0000009290 00000 f -0000009291 00000 f -0000009292 00000 f -0000009293 00000 f -0000009294 00000 f -0000009295 00000 f -0000009296 00000 f -0000009297 00000 f -0000009298 00000 f -0000009299 00000 f -0000009300 00000 f -0000009301 00000 f -0000009302 00000 f -0000009303 00000 f -0000009304 00000 f -0000009305 00000 f -0000009306 00000 f -0000009307 00000 f -0000009308 00000 f -0000009309 00000 f -0000009310 00000 f -0000009311 00000 f -0000009312 00000 f -0000009313 00000 f -0000009314 00000 f -0000009315 00000 f -0000009316 00000 f -0000009317 00000 f -0000009318 00000 f -0000009319 00000 f -0000009320 00000 f -0000009321 00000 f -0000009322 00000 f -0000009323 00000 f -0000009324 00000 f -0000009325 00000 f -0000009326 00000 f -0000009327 00000 f -0000009334 00000 f -0000291162 00000 n -0000291195 00000 n -0000291042 00000 n -0000291075 00000 n -0000290922 00000 n -0000290955 00000 n -0000009335 00000 f -0000009336 00000 f -0000009337 00000 f -0000009338 00000 f -0000009339 00000 f -0000009340 00000 f -0000009341 00000 f -0000009342 00000 f -0000009346 00000 f -0000270116 00000 n -0000270195 00000 n -0000270275 00000 n -0000009347 00000 f -0000009348 00000 f -0000009349 00000 f -0000009350 00000 f -0000009351 00000 f -0000009352 00000 f -0000009353 00000 f -0000009354 00000 f -0000009355 00000 f -0000009356 00000 f -0000009357 00000 f -0000009358 00000 f -0000009359 00000 f -0000009360 00000 f -0000009361 00000 f -0000009362 00000 f -0000009363 00000 f -0000009364 00000 f -0000009365 00000 f -0000009366 00000 f -0000009367 00000 f -0000009368 00000 f -0000009369 00000 f -0000009370 00000 f -0000009371 00000 f -0000009372 00000 f -0000009373 00000 f -0000009374 00000 f -0000009375 00000 f -0000009376 00000 f -0000009377 00000 f -0000009378 00000 f -0000009379 00000 f -0000009380 00000 f -0000009381 00000 f -0000009382 00000 f -0000009383 00000 f -0000009384 00000 f -0000009385 00000 f -0000009386 00000 f -0000009387 00000 f -0000009388 00000 f -0000009389 00000 f -0000009390 00000 f -0000009391 00000 f -0000009392 00000 f -0000009393 00000 f -0000009394 00000 f -0000009395 00000 f -0000009396 00000 f -0000009397 00000 f -0000009398 00000 f -0000009399 00000 f -0000009400 00000 f -0000009401 00000 f -0000009402 00000 f -0000009403 00000 f -0000009404 00000 f -0000009405 00000 f -0000009406 00000 f -0000009407 00000 f -0000009408 00000 f -0000009409 00000 f -0000009410 00000 f -0000009411 00000 f -0000009412 00000 f -0000009413 00000 f -0000009414 00000 f -0000009415 00000 f -0000009416 00000 f -0000009417 00000 f -0000009418 00000 f -0000009419 00000 f -0000009420 00000 f -0000009421 00000 f -0000009422 00000 f -0000009423 00000 f -0000009424 00000 f -0000009425 00000 f -0000009426 00000 f -0000009427 00000 f -0000009428 00000 f -0000009429 00000 f -0000009430 00000 f -0000009431 00000 f -0000009432 00000 f -0000009433 00000 f -0000009434 00000 f -0000009435 00000 f -0000009436 00000 f -0000009437 00000 f -0000009438 00000 f -0000009439 00000 f -0000009440 00000 f -0000009441 00000 f -0000009442 00000 f -0000009443 00000 f -0000009444 00000 f -0000009445 00000 f -0000009446 00000 f -0000009447 00000 f -0000009448 00000 f -0000009449 00000 f -0000009450 00000 f -0000009451 00000 f -0000009452 00000 f -0000009453 00000 f -0000009454 00000 f -0000009455 00000 f -0000009456 00000 f -0000009457 00000 f -0000009458 00000 f -0000009459 00000 f -0000009460 00000 f -0000009461 00000 f -0000009462 00000 f -0000009463 00000 f -0000009464 00000 f -0000009465 00000 f -0000009466 00000 f -0000009467 00000 f -0000009468 00000 f -0000009469 00000 f -0000009470 00000 f -0000009471 00000 f -0000009472 00000 f -0000009473 00000 f -0000009474 00000 f -0000009475 00000 f -0000009476 00000 f -0000009477 00000 f -0000009478 00000 f -0000009479 00000 f -0000009480 00000 f -0000009481 00000 f -0000009482 00000 f -0000009483 00000 f -0000009484 00000 f -0000009485 00000 f -0000009486 00000 f -0000009487 00000 f -0000009488 00000 f -0000009489 00000 f -0000009490 00000 f -0000009491 00000 f -0000009492 00000 f -0000009493 00000 f -0000009494 00000 f -0000009495 00000 f -0000009496 00000 f -0000009497 00000 f -0000009498 00000 f -0000009499 00000 f -0000009500 00000 f -0000009501 00000 f -0000009502 00000 f -0000009503 00000 f -0000009504 00000 f -0000009505 00000 f -0000009506 00000 f -0000009507 00000 f -0000009508 00000 f -0000009509 00000 f -0000009510 00000 f -0000009511 00000 f -0000009512 00000 f -0000009513 00000 f -0000009514 00000 f -0000009515 00000 f -0000009516 00000 f -0000009517 00000 f -0000009518 00000 f -0000009519 00000 f -0000009520 00000 f -0000009521 00000 f -0000009522 00000 f -0000009523 00000 f -0000009524 00000 f -0000009525 00000 f -0000009526 00000 f -0000009527 00000 f -0000009528 00000 f -0000009529 00000 f -0000009530 00000 f -0000009531 00000 f -0000009532 00000 f -0000009533 00000 f -0000009534 00000 f -0000009535 00000 f -0000009536 00000 f -0000009537 00000 f -0000009538 00000 f -0000009539 00000 f -0000009540 00000 f -0000009541 00000 f -0000009542 00000 f -0000009543 00000 f -0000009544 00000 f -0000009545 00000 f -0000009546 00000 f -0000009547 00000 f -0000009548 00000 f -0000009549 00000 f -0000009550 00000 f -0000009551 00000 f -0000009552 00000 f -0000009553 00000 f -0000009554 00000 f -0000009555 00000 f -0000009556 00000 f -0000009557 00000 f -0000009558 00000 f -0000009559 00000 f -0000009560 00000 f -0000009561 00000 f -0000009562 00000 f -0000009563 00000 f -0000009564 00000 f -0000009565 00000 f -0000009566 00000 f -0000009567 00000 f -0000009568 00000 f -0000009569 00000 f -0000009570 00000 f -0000009571 00000 f -0000009572 00000 f -0000009573 00000 f -0000009574 00000 f -0000009575 00000 f -0000009576 00000 f -0000009577 00000 f -0000009578 00000 f -0000009579 00000 f -0000009580 00000 f -0000009581 00000 f -0000009582 00000 f -0000009583 00000 f -0000009584 00000 f -0000009585 00000 f -0000009586 00000 f -0000009587 00000 f -0000009588 00000 f -0000009589 00000 f -0000009590 00000 f -0000009591 00000 f -0000009592 00000 f -0000009593 00000 f -0000009594 00000 f -0000009595 00000 f -0000009596 00000 f -0000009597 00000 f -0000009598 00000 f -0000009599 00000 f -0000009600 00000 f -0000009601 00000 f -0000009602 00000 f -0000009603 00000 f -0000009604 00000 f -0000009605 00000 f -0000009606 00000 f -0000009607 00000 f -0000009608 00000 f -0000009609 00000 f -0000009610 00000 f -0000009611 00000 f -0000009612 00000 f -0000009613 00000 f -0000009614 00000 f -0000009615 00000 f -0000009616 00000 f -0000009617 00000 f -0000009618 00000 f -0000009619 00000 f -0000009620 00000 f -0000009621 00000 f -0000009622 00000 f -0000009623 00000 f -0000009624 00000 f -0000009625 00000 f -0000009626 00000 f -0000009627 00000 f -0000009628 00000 f -0000009629 00000 f -0000009630 00000 f -0000009631 00000 f -0000009632 00000 f -0000009633 00000 f -0000009634 00000 f -0000009635 00000 f -0000009636 00000 f -0000009637 00000 f -0000009638 00000 f -0000009639 00000 f -0000009640 00000 f -0000009641 00000 f -0000009642 00000 f -0000009643 00000 f -0000009644 00000 f -0000009645 00000 f -0000009646 00000 f -0000009647 00000 f -0000009648 00000 f -0000009649 00000 f -0000009650 00000 f -0000009651 00000 f -0000009652 00000 f -0000009653 00000 f -0000009654 00000 f -0000009655 00000 f -0000009656 00000 f -0000009657 00000 f -0000009658 00000 f -0000009659 00000 f -0000009660 00000 f -0000009661 00000 f -0000009662 00000 f -0000009663 00000 f -0000009664 00000 f -0000009665 00000 f -0000009666 00000 f -0000009667 00000 f -0000009668 00000 f -0000009669 00000 f -0000009670 00000 f -0000009671 00000 f -0000009672 00000 f -0000009673 00000 f -0000009674 00000 f -0000009675 00000 f -0000009676 00000 f -0000009677 00000 f -0000009678 00000 f -0000009679 00000 f -0000009680 00000 f -0000009681 00000 f -0000009682 00000 f -0000009683 00000 f -0000009684 00000 f -0000009685 00000 f -0000009686 00000 f -0000009687 00000 f -0000009688 00000 f -0000009689 00000 f -0000009690 00000 f -0000009691 00000 f -0000009692 00000 f -0000009693 00000 f -0000009694 00000 f -0000009695 00000 f -0000009696 00000 f -0000009697 00000 f -0000009698 00000 f -0000009699 00000 f -0000009700 00000 f -0000009701 00000 f -0000009702 00000 f -0000009703 00000 f -0000009704 00000 f -0000009705 00000 f -0000009706 00000 f -0000009707 00000 f -0000009708 00000 f -0000009709 00000 f -0000009710 00000 f -0000009711 00000 f -0000009712 00000 f -0000009713 00000 f -0000009714 00000 f -0000009715 00000 f -0000009716 00000 f -0000009717 00000 f -0000009718 00000 f -0000009719 00000 f -0000009720 00000 f -0000009721 00000 f -0000009722 00000 f -0000009723 00000 f -0000009724 00000 f -0000009725 00000 f -0000009726 00000 f -0000009727 00000 f -0000009728 00000 f -0000009729 00000 f -0000009730 00000 f -0000009731 00000 f -0000009732 00000 f -0000009733 00000 f -0000009734 00000 f -0000009735 00000 f -0000009736 00000 f -0000009737 00000 f -0000009738 00000 f -0000009739 00000 f -0000009740 00000 f -0000009741 00000 f -0000009742 00000 f -0000009743 00000 f -0000009744 00000 f -0000009745 00000 f -0000009746 00000 f -0000009747 00000 f -0000009748 00000 f -0000009749 00000 f -0000009750 00000 f -0000009751 00000 f -0000009752 00000 f -0000009753 00000 f -0000009754 00000 f -0000009755 00000 f -0000009756 00000 f -0000009757 00000 f -0000009758 00000 f -0000009759 00000 f -0000009760 00000 f -0000009761 00000 f -0000009762 00000 f -0000009763 00000 f -0000009764 00000 f -0000009765 00000 f -0000009766 00000 f -0000009767 00000 f -0000009768 00000 f -0000009769 00000 f -0000009770 00000 f -0000009771 00000 f -0000009772 00000 f -0000009773 00000 f -0000009774 00000 f -0000009775 00000 f -0000009776 00000 f -0000009777 00000 f -0000009778 00000 f -0000009779 00000 f -0000009780 00000 f -0000009781 00000 f -0000009782 00000 f -0000009783 00000 f -0000009784 00000 f -0000009785 00000 f -0000009786 00000 f -0000009787 00000 f -0000009788 00000 f -0000009789 00000 f -0000009790 00000 f -0000009791 00000 f -0000009792 00000 f -0000009793 00000 f -0000009794 00000 f -0000009795 00000 f -0000009796 00000 f -0000009797 00000 f -0000009798 00000 f -0000009799 00000 f -0000009800 00000 f -0000009801 00000 f -0000009802 00000 f -0000009803 00000 f -0000009804 00000 f -0000009805 00000 f -0000009806 00000 f -0000009807 00000 f -0000009808 00000 f -0000009809 00000 f -0000009810 00000 f -0000009811 00000 f -0000009812 00000 f -0000009813 00000 f -0000009814 00000 f -0000009815 00000 f -0000009816 00000 f -0000009817 00000 f -0000009818 00000 f -0000009819 00000 f -0000009820 00000 f -0000009821 00000 f -0000009822 00000 f -0000009823 00000 f -0000009824 00000 f -0000009825 00000 f -0000009826 00000 f -0000009827 00000 f -0000009828 00000 f -0000009829 00000 f -0000009830 00000 f -0000009831 00000 f -0000009832 00000 f -0000009833 00000 f -0000009834 00000 f -0000009835 00000 f -0000009836 00000 f -0000009837 00000 f -0000009838 00000 f -0000009839 00000 f -0000009840 00000 f -0000009841 00000 f -0000009842 00000 f -0000009843 00000 f -0000009844 00000 f -0000009845 00000 f -0000009846 00000 f -0000009847 00000 f -0000009848 00000 f -0000009849 00000 f -0000009850 00000 f -0000009851 00000 f -0000009852 00000 f -0000009853 00000 f -0000009854 00000 f -0000009855 00000 f -0000009856 00000 f -0000009857 00000 f -0000009858 00000 f -0000009859 00000 f -0000009860 00000 f -0000009861 00000 f -0000009862 00000 f -0000009863 00000 f -0000009864 00000 f -0000009865 00000 f -0000009866 00000 f -0000009867 00000 f -0000009868 00000 f -0000009869 00000 f -0000009870 00000 f -0000009871 00000 f -0000009872 00000 f -0000009873 00000 f -0000009874 00000 f -0000009875 00000 f -0000009876 00000 f -0000009883 00000 f -0000290802 00000 n -0000290835 00000 n -0000290682 00000 n -0000290715 00000 n -0000290562 00000 n -0000290595 00000 n -0000009884 00000 f -0000009885 00000 f -0000009886 00000 f -0000009887 00000 f -0000009888 00000 f -0000009889 00000 f -0000009890 00000 f -0000009891 00000 f -0000009895 00000 f -0000270359 00000 n -0000270440 00000 n -0000270522 00000 n -0000009896 00000 f -0000009897 00000 f -0000009898 00000 f -0000009899 00000 f -0000009900 00000 f -0000009901 00000 f -0000009902 00000 f -0000009903 00000 f -0000009904 00000 f -0000009905 00000 f -0000009906 00000 f -0000009907 00000 f -0000009908 00000 f -0000009909 00000 f -0000009910 00000 f -0000009911 00000 f -0000009912 00000 f -0000009913 00000 f -0000009914 00000 f -0000009915 00000 f -0000009916 00000 f -0000009917 00000 f -0000009918 00000 f -0000009919 00000 f -0000009920 00000 f -0000009921 00000 f -0000009922 00000 f -0000009923 00000 f -0000009924 00000 f -0000009925 00000 f -0000009926 00000 f -0000009927 00000 f -0000009928 00000 f -0000009929 00000 f -0000009930 00000 f -0000009931 00000 f -0000009932 00000 f -0000009933 00000 f -0000009934 00000 f -0000009935 00000 f -0000009936 00000 f -0000009937 00000 f -0000009938 00000 f -0000009939 00000 f -0000009940 00000 f -0000009941 00000 f -0000009942 00000 f -0000009943 00000 f -0000009944 00000 f -0000009945 00000 f -0000009946 00000 f -0000009947 00000 f -0000009948 00000 f -0000009949 00000 f -0000009950 00000 f -0000009951 00000 f -0000009952 00000 f -0000009953 00000 f -0000009954 00000 f -0000009955 00000 f -0000009956 00000 f -0000009957 00000 f -0000009958 00000 f -0000009959 00000 f -0000009960 00000 f -0000009961 00000 f -0000009962 00000 f -0000009963 00000 f -0000009964 00000 f -0000009965 00000 f -0000009966 00000 f -0000009967 00000 f -0000009968 00000 f -0000009969 00000 f -0000009970 00000 f -0000009971 00000 f -0000009972 00000 f -0000009973 00000 f -0000009974 00000 f -0000009975 00000 f -0000009976 00000 f -0000009977 00000 f -0000009978 00000 f -0000009979 00000 f -0000009980 00000 f -0000009981 00000 f -0000009982 00000 f -0000009983 00000 f -0000009984 00000 f -0000009985 00000 f -0000009986 00000 f -0000009987 00000 f -0000009988 00000 f -0000009989 00000 f -0000009990 00000 f -0000009991 00000 f -0000009992 00000 f -0000009993 00000 f -0000009994 00000 f -0000009995 00000 f -0000009996 00000 f -0000009997 00000 f -0000009998 00000 f -0000009999 00000 f -0000010000 00000 f -0000010001 00000 f -0000010002 00000 f -0000010003 00000 f -0000010004 00000 f -0000010005 00000 f -0000010006 00000 f -0000010007 00000 f -0000010008 00000 f -0000010009 00000 f -0000010010 00000 f -0000010011 00000 f -0000010012 00000 f -0000010013 00000 f -0000010014 00000 f -0000010015 00000 f -0000010016 00000 f -0000010017 00000 f -0000010018 00000 f -0000010019 00000 f -0000010020 00000 f -0000010021 00000 f -0000010022 00000 f -0000010023 00000 f -0000010024 00000 f -0000010025 00000 f -0000010026 00000 f -0000010027 00000 f -0000010028 00000 f -0000010029 00000 f -0000010030 00000 f -0000010031 00000 f -0000010032 00000 f -0000010033 00000 f -0000010034 00000 f -0000010035 00000 f -0000010036 00000 f -0000010037 00000 f -0000010038 00000 f -0000010039 00000 f -0000010040 00000 f -0000010041 00000 f -0000010042 00000 f -0000010043 00000 f -0000010044 00000 f -0000010045 00000 f -0000010046 00000 f -0000010047 00000 f -0000010048 00000 f -0000010049 00000 f -0000010050 00000 f -0000010051 00000 f -0000010052 00000 f -0000010053 00000 f -0000010054 00000 f -0000010055 00000 f -0000010056 00000 f -0000010057 00000 f -0000010058 00000 f -0000010059 00000 f -0000010060 00000 f -0000010061 00000 f -0000010062 00000 f -0000010063 00000 f -0000010064 00000 f -0000010065 00000 f -0000010066 00000 f -0000010067 00000 f -0000010068 00000 f -0000010069 00000 f -0000010070 00000 f -0000010071 00000 f -0000010072 00000 f -0000010073 00000 f -0000010074 00000 f -0000010075 00000 f -0000010076 00000 f -0000010077 00000 f -0000010078 00000 f -0000010079 00000 f -0000010080 00000 f -0000010081 00000 f -0000010082 00000 f -0000010083 00000 f -0000010084 00000 f -0000010085 00000 f -0000010086 00000 f -0000010087 00000 f -0000010088 00000 f -0000010089 00000 f -0000010090 00000 f -0000010091 00000 f -0000010092 00000 f -0000010093 00000 f -0000010094 00000 f -0000010095 00000 f -0000010096 00000 f -0000010097 00000 f -0000010098 00000 f -0000010099 00000 f -0000010100 00000 f -0000010101 00000 f -0000010102 00000 f -0000010103 00000 f -0000010104 00000 f -0000010105 00000 f -0000010106 00000 f -0000010107 00000 f -0000010108 00000 f -0000010109 00000 f -0000010110 00000 f -0000010111 00000 f -0000010112 00000 f -0000010113 00000 f -0000010114 00000 f -0000010115 00000 f -0000010116 00000 f -0000010117 00000 f -0000010118 00000 f -0000010119 00000 f -0000010120 00000 f -0000010121 00000 f -0000010122 00000 f -0000010123 00000 f -0000010124 00000 f -0000010125 00000 f -0000010126 00000 f -0000010127 00000 f -0000010128 00000 f -0000010129 00000 f -0000010130 00000 f -0000010131 00000 f -0000010132 00000 f -0000010133 00000 f -0000010134 00000 f -0000010135 00000 f -0000010136 00000 f -0000010137 00000 f -0000010138 00000 f -0000010139 00000 f -0000010140 00000 f -0000010141 00000 f -0000010142 00000 f -0000010143 00000 f -0000010144 00000 f -0000010145 00000 f -0000010146 00000 f -0000010147 00000 f -0000010148 00000 f -0000010149 00000 f -0000010150 00000 f -0000010151 00000 f -0000010152 00000 f -0000010153 00000 f -0000010154 00000 f -0000010155 00000 f -0000010156 00000 f -0000010157 00000 f -0000010158 00000 f -0000010159 00000 f -0000010160 00000 f -0000010161 00000 f -0000010162 00000 f -0000010163 00000 f -0000010164 00000 f -0000010165 00000 f -0000010166 00000 f -0000010167 00000 f -0000010168 00000 f -0000010169 00000 f -0000010170 00000 f -0000010171 00000 f -0000010172 00000 f -0000010173 00000 f -0000010174 00000 f -0000010175 00000 f -0000010176 00000 f -0000010177 00000 f -0000010178 00000 f -0000010179 00000 f -0000010180 00000 f -0000010181 00000 f -0000010182 00000 f -0000010183 00000 f -0000010184 00000 f -0000010185 00000 f -0000010186 00000 f -0000010187 00000 f -0000010188 00000 f -0000010189 00000 f -0000010190 00000 f -0000010191 00000 f -0000010192 00000 f -0000010193 00000 f -0000010194 00000 f -0000010195 00000 f -0000010196 00000 f -0000010197 00000 f -0000010198 00000 f -0000010199 00000 f -0000010200 00000 f -0000010201 00000 f -0000010202 00000 f -0000010203 00000 f -0000010204 00000 f -0000010205 00000 f -0000010206 00000 f -0000010207 00000 f -0000010208 00000 f -0000010209 00000 f -0000010210 00000 f -0000010211 00000 f -0000010212 00000 f -0000010213 00000 f -0000010214 00000 f -0000010215 00000 f -0000010216 00000 f -0000010217 00000 f -0000010218 00000 f -0000010219 00000 f -0000010220 00000 f -0000010221 00000 f -0000010222 00000 f -0000010223 00000 f -0000010224 00000 f -0000010225 00000 f -0000010226 00000 f -0000010227 00000 f -0000010228 00000 f -0000010229 00000 f -0000010230 00000 f -0000010231 00000 f -0000010232 00000 f -0000010233 00000 f -0000010234 00000 f -0000010235 00000 f -0000010236 00000 f -0000010237 00000 f -0000010238 00000 f -0000010239 00000 f -0000010240 00000 f -0000010241 00000 f -0000010242 00000 f -0000010243 00000 f -0000010244 00000 f -0000010245 00000 f -0000010246 00000 f -0000010247 00000 f -0000010248 00000 f -0000010249 00000 f -0000010250 00000 f -0000010251 00000 f -0000010252 00000 f -0000010253 00000 f -0000010254 00000 f -0000010255 00000 f -0000010256 00000 f -0000010257 00000 f -0000010258 00000 f -0000010259 00000 f -0000010260 00000 f -0000010261 00000 f -0000010262 00000 f -0000010263 00000 f -0000010264 00000 f -0000010265 00000 f -0000010266 00000 f -0000010267 00000 f -0000010268 00000 f -0000010269 00000 f -0000010270 00000 f -0000010271 00000 f -0000010272 00000 f -0000010273 00000 f -0000010274 00000 f -0000010275 00000 f -0000010276 00000 f -0000010277 00000 f -0000010278 00000 f -0000010279 00000 f -0000010280 00000 f -0000010281 00000 f -0000010282 00000 f -0000010283 00000 f -0000010284 00000 f -0000010285 00000 f -0000010286 00000 f -0000010287 00000 f -0000010288 00000 f -0000010289 00000 f -0000010290 00000 f -0000010291 00000 f -0000010292 00000 f -0000010293 00000 f -0000010294 00000 f -0000010295 00000 f -0000010296 00000 f -0000010297 00000 f -0000010298 00000 f -0000010299 00000 f -0000010300 00000 f -0000010301 00000 f -0000010302 00000 f -0000010303 00000 f -0000010304 00000 f -0000010305 00000 f -0000010306 00000 f -0000010307 00000 f -0000010308 00000 f -0000010309 00000 f -0000010310 00000 f -0000010311 00000 f -0000010312 00000 f -0000010313 00000 f -0000010314 00000 f -0000010315 00000 f -0000010316 00000 f -0000010317 00000 f -0000010318 00000 f -0000010319 00000 f -0000010320 00000 f -0000010321 00000 f -0000010322 00000 f -0000010323 00000 f -0000010324 00000 f -0000010325 00000 f -0000010326 00000 f -0000010327 00000 f -0000010328 00000 f -0000010329 00000 f -0000010330 00000 f -0000010331 00000 f -0000010332 00000 f -0000010333 00000 f -0000010334 00000 f -0000010335 00000 f -0000010336 00000 f -0000010337 00000 f -0000010338 00000 f -0000010339 00000 f -0000010340 00000 f -0000010341 00000 f -0000010342 00000 f -0000010343 00000 f -0000010344 00000 f -0000010345 00000 f -0000010346 00000 f -0000010347 00000 f -0000010348 00000 f -0000010349 00000 f -0000010350 00000 f -0000010351 00000 f -0000010352 00000 f -0000010353 00000 f -0000010354 00000 f -0000010355 00000 f -0000010356 00000 f -0000010357 00000 f -0000010358 00000 f -0000010359 00000 f -0000010360 00000 f -0000010361 00000 f -0000010362 00000 f -0000010363 00000 f -0000010364 00000 f -0000010365 00000 f -0000010366 00000 f -0000010367 00000 f -0000010368 00000 f -0000010369 00000 f -0000010370 00000 f -0000010371 00000 f -0000010372 00000 f -0000010373 00000 f -0000010374 00000 f -0000010375 00000 f -0000010376 00000 f -0000010377 00000 f -0000010378 00000 f -0000010379 00000 f -0000010380 00000 f -0000010381 00000 f -0000010382 00000 f -0000010383 00000 f -0000010384 00000 f -0000010385 00000 f -0000010386 00000 f -0000010387 00000 f -0000010388 00000 f -0000010389 00000 f -0000010390 00000 f -0000010391 00000 f -0000010392 00000 f -0000010393 00000 f -0000010394 00000 f -0000010395 00000 f -0000010396 00000 f -0000010397 00000 f -0000010398 00000 f -0000010399 00000 f -0000010400 00000 f -0000010401 00000 f -0000010402 00000 f -0000010403 00000 f -0000010404 00000 f -0000010405 00000 f -0000010406 00000 f -0000010407 00000 f -0000010408 00000 f -0000010409 00000 f -0000010410 00000 f -0000010411 00000 f -0000010412 00000 f -0000010413 00000 f -0000010414 00000 f -0000010415 00000 f -0000010416 00000 f -0000010417 00000 f -0000010418 00000 f -0000010419 00000 f -0000010420 00000 f -0000010421 00000 f -0000010422 00000 f -0000010423 00000 f -0000010424 00000 f -0000010425 00000 f -0000010432 00000 f -0000290440 00000 n -0000290474 00000 n -0000290318 00000 n -0000290352 00000 n -0000290196 00000 n -0000290230 00000 n -0000010433 00000 f -0000010434 00000 f -0000010435 00000 f -0000010436 00000 f -0000010437 00000 f -0000010438 00000 f -0000010439 00000 f -0000010440 00000 f -0000010444 00000 f -0000270608 00000 n -0000270690 00000 n -0000270773 00000 n -0000010445 00000 f -0000010446 00000 f -0000010447 00000 f -0000010448 00000 f -0000010449 00000 f -0000010450 00000 f -0000010451 00000 f -0000010452 00000 f -0000010453 00000 f -0000010454 00000 f -0000010455 00000 f -0000010456 00000 f -0000010457 00000 f -0000010458 00000 f -0000010459 00000 f -0000010460 00000 f -0000010461 00000 f -0000010462 00000 f -0000010463 00000 f -0000010464 00000 f -0000010465 00000 f -0000010466 00000 f -0000010467 00000 f -0000010468 00000 f -0000010469 00000 f -0000010470 00000 f -0000010471 00000 f -0000010472 00000 f -0000010473 00000 f -0000010474 00000 f -0000010475 00000 f -0000010476 00000 f -0000010477 00000 f -0000010478 00000 f -0000010479 00000 f -0000010480 00000 f -0000010481 00000 f -0000010482 00000 f -0000010483 00000 f -0000010484 00000 f -0000010485 00000 f -0000010486 00000 f -0000010487 00000 f -0000010488 00000 f -0000010489 00000 f -0000010490 00000 f -0000010491 00000 f -0000010492 00000 f -0000010493 00000 f -0000010494 00000 f -0000010495 00000 f -0000010496 00000 f -0000010497 00000 f -0000010498 00000 f -0000010499 00000 f -0000010500 00000 f -0000010501 00000 f -0000010502 00000 f -0000010503 00000 f -0000010504 00000 f -0000010505 00000 f -0000010506 00000 f -0000010507 00000 f -0000010508 00000 f -0000010509 00000 f -0000010510 00000 f -0000010511 00000 f -0000010512 00000 f -0000010513 00000 f -0000010514 00000 f -0000010515 00000 f -0000010516 00000 f -0000010517 00000 f -0000010518 00000 f -0000010519 00000 f -0000010520 00000 f -0000010521 00000 f -0000010522 00000 f -0000010523 00000 f -0000010524 00000 f -0000010525 00000 f -0000010526 00000 f -0000010527 00000 f -0000010528 00000 f -0000010529 00000 f -0000010530 00000 f -0000010531 00000 f -0000010532 00000 f -0000010533 00000 f -0000010534 00000 f -0000010535 00000 f -0000010536 00000 f -0000010537 00000 f -0000010538 00000 f -0000010539 00000 f -0000010540 00000 f -0000010541 00000 f -0000010542 00000 f -0000010543 00000 f -0000010544 00000 f -0000010545 00000 f -0000010546 00000 f -0000010547 00000 f -0000010548 00000 f -0000010549 00000 f -0000010550 00000 f -0000010551 00000 f -0000010552 00000 f -0000010553 00000 f -0000010554 00000 f -0000010555 00000 f -0000010556 00000 f -0000010557 00000 f -0000010558 00000 f -0000010559 00000 f -0000010560 00000 f -0000010561 00000 f -0000010562 00000 f -0000010563 00000 f -0000010564 00000 f -0000010565 00000 f -0000010566 00000 f -0000010567 00000 f -0000010568 00000 f -0000010569 00000 f -0000010570 00000 f -0000010571 00000 f -0000010572 00000 f -0000010573 00000 f -0000010574 00000 f -0000010575 00000 f -0000010576 00000 f -0000010577 00000 f -0000010578 00000 f -0000010579 00000 f -0000010580 00000 f -0000010581 00000 f -0000010582 00000 f -0000010583 00000 f -0000010584 00000 f -0000010585 00000 f -0000010586 00000 f -0000010587 00000 f -0000010588 00000 f -0000010589 00000 f -0000010590 00000 f -0000010591 00000 f -0000010592 00000 f -0000010593 00000 f -0000010594 00000 f -0000010595 00000 f -0000010596 00000 f -0000010597 00000 f -0000010598 00000 f -0000010599 00000 f -0000010600 00000 f -0000010601 00000 f -0000010602 00000 f -0000010603 00000 f -0000010604 00000 f -0000010605 00000 f -0000010606 00000 f -0000010607 00000 f -0000010608 00000 f -0000010609 00000 f -0000010610 00000 f -0000010611 00000 f -0000010612 00000 f -0000010613 00000 f -0000010614 00000 f -0000010615 00000 f -0000010616 00000 f -0000010617 00000 f -0000010618 00000 f -0000010619 00000 f -0000010620 00000 f -0000010621 00000 f -0000010622 00000 f -0000010623 00000 f -0000010624 00000 f -0000010625 00000 f -0000010626 00000 f -0000010627 00000 f -0000010628 00000 f -0000010629 00000 f -0000010630 00000 f -0000010631 00000 f -0000010632 00000 f -0000010633 00000 f -0000010634 00000 f -0000010635 00000 f -0000010636 00000 f -0000010637 00000 f -0000010638 00000 f -0000010639 00000 f -0000010640 00000 f -0000010641 00000 f -0000010642 00000 f -0000010643 00000 f -0000010644 00000 f -0000010645 00000 f -0000010646 00000 f -0000010647 00000 f -0000010648 00000 f -0000010649 00000 f -0000010650 00000 f -0000010651 00000 f -0000010652 00000 f -0000010653 00000 f -0000010654 00000 f -0000010655 00000 f -0000010656 00000 f -0000010657 00000 f -0000010658 00000 f -0000010659 00000 f -0000010660 00000 f -0000010661 00000 f -0000010662 00000 f -0000010663 00000 f -0000010664 00000 f -0000010665 00000 f -0000010666 00000 f -0000010667 00000 f -0000010668 00000 f -0000010669 00000 f -0000010670 00000 f -0000010671 00000 f -0000010672 00000 f -0000010673 00000 f -0000010674 00000 f -0000010675 00000 f -0000010676 00000 f -0000010677 00000 f -0000010678 00000 f -0000010679 00000 f -0000010680 00000 f -0000010681 00000 f -0000010682 00000 f -0000010683 00000 f -0000010684 00000 f -0000010685 00000 f -0000010686 00000 f -0000010687 00000 f -0000010688 00000 f -0000010689 00000 f -0000010690 00000 f -0000010691 00000 f -0000010692 00000 f -0000010693 00000 f -0000010694 00000 f -0000010695 00000 f -0000010696 00000 f -0000010697 00000 f -0000010698 00000 f -0000010699 00000 f -0000010700 00000 f -0000010701 00000 f -0000010702 00000 f -0000010703 00000 f -0000010704 00000 f -0000010705 00000 f -0000010706 00000 f -0000010707 00000 f -0000010708 00000 f -0000010709 00000 f -0000010710 00000 f -0000010711 00000 f -0000010712 00000 f -0000010713 00000 f -0000010714 00000 f -0000010715 00000 f -0000010716 00000 f -0000010717 00000 f -0000010718 00000 f -0000010719 00000 f -0000010720 00000 f -0000010721 00000 f -0000010722 00000 f -0000010723 00000 f -0000010724 00000 f -0000010725 00000 f -0000010726 00000 f -0000010727 00000 f -0000010728 00000 f -0000010729 00000 f -0000010730 00000 f -0000010731 00000 f -0000010732 00000 f -0000010733 00000 f -0000010734 00000 f -0000010735 00000 f -0000010736 00000 f -0000010737 00000 f -0000010738 00000 f -0000010739 00000 f -0000010740 00000 f -0000010741 00000 f -0000010742 00000 f -0000010743 00000 f -0000010744 00000 f -0000010745 00000 f -0000010746 00000 f -0000010747 00000 f -0000010748 00000 f -0000010749 00000 f -0000010750 00000 f -0000010751 00000 f -0000010752 00000 f -0000010753 00000 f -0000010754 00000 f -0000010755 00000 f -0000010756 00000 f -0000010757 00000 f -0000010758 00000 f -0000010759 00000 f -0000010760 00000 f -0000010761 00000 f -0000010762 00000 f -0000010763 00000 f -0000010764 00000 f -0000010765 00000 f -0000010766 00000 f -0000010767 00000 f -0000010768 00000 f -0000010769 00000 f -0000010770 00000 f -0000010771 00000 f -0000010772 00000 f -0000010773 00000 f -0000010774 00000 f -0000010775 00000 f -0000010776 00000 f -0000010777 00000 f -0000010778 00000 f -0000010779 00000 f -0000010780 00000 f -0000010781 00000 f -0000010782 00000 f -0000010783 00000 f -0000010784 00000 f -0000010785 00000 f -0000010786 00000 f -0000010787 00000 f -0000010788 00000 f -0000010789 00000 f -0000010790 00000 f -0000010791 00000 f -0000010792 00000 f -0000010793 00000 f -0000010794 00000 f -0000010795 00000 f -0000010796 00000 f -0000010797 00000 f -0000010798 00000 f -0000010799 00000 f -0000010800 00000 f -0000010801 00000 f -0000010802 00000 f -0000010803 00000 f -0000010804 00000 f -0000010805 00000 f -0000010806 00000 f -0000010807 00000 f -0000010808 00000 f -0000010809 00000 f -0000010810 00000 f -0000010811 00000 f -0000010812 00000 f -0000010813 00000 f -0000010814 00000 f -0000010815 00000 f -0000010816 00000 f -0000010817 00000 f -0000010818 00000 f -0000010819 00000 f -0000010820 00000 f -0000010821 00000 f -0000010822 00000 f -0000010823 00000 f -0000010824 00000 f -0000010825 00000 f -0000010826 00000 f -0000010827 00000 f -0000010828 00000 f -0000010829 00000 f -0000010830 00000 f -0000010831 00000 f -0000010832 00000 f -0000010833 00000 f -0000010834 00000 f -0000010835 00000 f -0000010836 00000 f -0000010837 00000 f -0000010838 00000 f -0000010839 00000 f -0000010840 00000 f -0000010841 00000 f -0000010842 00000 f -0000010843 00000 f -0000010844 00000 f -0000010845 00000 f -0000010846 00000 f -0000010847 00000 f -0000010848 00000 f -0000010849 00000 f -0000010850 00000 f -0000010851 00000 f -0000010852 00000 f -0000010853 00000 f -0000010854 00000 f -0000010855 00000 f -0000010856 00000 f -0000010857 00000 f -0000010858 00000 f -0000010859 00000 f -0000010860 00000 f -0000010861 00000 f -0000010862 00000 f -0000010863 00000 f -0000010864 00000 f -0000010865 00000 f -0000010866 00000 f -0000010867 00000 f -0000010868 00000 f -0000010869 00000 f -0000010870 00000 f -0000010871 00000 f -0000010872 00000 f -0000010873 00000 f -0000010874 00000 f -0000010875 00000 f -0000010876 00000 f -0000010877 00000 f -0000010878 00000 f -0000010879 00000 f -0000010880 00000 f -0000010881 00000 f -0000010882 00000 f -0000010883 00000 f -0000010884 00000 f -0000010885 00000 f -0000010886 00000 f -0000010887 00000 f -0000010888 00000 f -0000010889 00000 f -0000010890 00000 f -0000010891 00000 f -0000010892 00000 f -0000010893 00000 f -0000010894 00000 f -0000010895 00000 f -0000010896 00000 f -0000010897 00000 f -0000010898 00000 f -0000010899 00000 f -0000010900 00000 f -0000010901 00000 f -0000010902 00000 f -0000010903 00000 f -0000010904 00000 f -0000010905 00000 f -0000010906 00000 f -0000010907 00000 f -0000010908 00000 f -0000010909 00000 f -0000010910 00000 f -0000010911 00000 f -0000010912 00000 f -0000010913 00000 f -0000010914 00000 f -0000010915 00000 f -0000010916 00000 f -0000010917 00000 f -0000010918 00000 f -0000010919 00000 f -0000010920 00000 f -0000010921 00000 f -0000010922 00000 f -0000010923 00000 f -0000010924 00000 f -0000010925 00000 f -0000010926 00000 f -0000010927 00000 f -0000010928 00000 f -0000010929 00000 f -0000010930 00000 f -0000010931 00000 f -0000010932 00000 f -0000010933 00000 f -0000010934 00000 f -0000010935 00000 f -0000010936 00000 f -0000010937 00000 f -0000010938 00000 f -0000010939 00000 f -0000010940 00000 f -0000010941 00000 f -0000010942 00000 f -0000010943 00000 f -0000010944 00000 f -0000010945 00000 f -0000010946 00000 f -0000010947 00000 f -0000010948 00000 f -0000010949 00000 f -0000010950 00000 f -0000010951 00000 f -0000010952 00000 f -0000010953 00000 f -0000010954 00000 f -0000010955 00000 f -0000010956 00000 f -0000010957 00000 f -0000010958 00000 f -0000010959 00000 f -0000010960 00000 f -0000010961 00000 f -0000010962 00000 f -0000010963 00000 f -0000010964 00000 f -0000010965 00000 f -0000010966 00000 f -0000010967 00000 f -0000010968 00000 f -0000010969 00000 f -0000010970 00000 f -0000010971 00000 f -0000010972 00000 f -0000010973 00000 f -0000010974 00000 f -0000010981 00000 f -0000290074 00000 n -0000290108 00000 n -0000289952 00000 n -0000289986 00000 n -0000289830 00000 n -0000289864 00000 n -0000010982 00000 f -0000010983 00000 f -0000010984 00000 f -0000010985 00000 f -0000010986 00000 f -0000010987 00000 f -0000010988 00000 f -0000010989 00000 f -0000010993 00000 f -0000270860 00000 n -0000270942 00000 n -0000271025 00000 n -0000010994 00000 f -0000010995 00000 f -0000010996 00000 f -0000010997 00000 f -0000010998 00000 f -0000010999 00000 f -0000011000 00000 f -0000011001 00000 f -0000011002 00000 f -0000011003 00000 f -0000011004 00000 f -0000011005 00000 f -0000011006 00000 f -0000011007 00000 f -0000011008 00000 f -0000011009 00000 f -0000011010 00000 f -0000011011 00000 f -0000011012 00000 f -0000011013 00000 f -0000011014 00000 f -0000011015 00000 f -0000011016 00000 f -0000011017 00000 f -0000011018 00000 f -0000011019 00000 f -0000011020 00000 f -0000011021 00000 f -0000011022 00000 f -0000011023 00000 f -0000011024 00000 f -0000011025 00000 f -0000011026 00000 f -0000011027 00000 f -0000011028 00000 f -0000011029 00000 f -0000011030 00000 f -0000011031 00000 f -0000011032 00000 f -0000011033 00000 f -0000011034 00000 f -0000011035 00000 f -0000011036 00000 f -0000011037 00000 f -0000011038 00000 f -0000011039 00000 f -0000011040 00000 f -0000011041 00000 f -0000011042 00000 f -0000011043 00000 f -0000011044 00000 f -0000011045 00000 f -0000011046 00000 f -0000011047 00000 f -0000011048 00000 f -0000011049 00000 f -0000011050 00000 f -0000011051 00000 f -0000011052 00000 f -0000011053 00000 f -0000011054 00000 f -0000011055 00000 f -0000011056 00000 f -0000011057 00000 f -0000011058 00000 f -0000011059 00000 f -0000011060 00000 f -0000011061 00000 f -0000011062 00000 f -0000011063 00000 f -0000011064 00000 f -0000011065 00000 f -0000011066 00000 f -0000011067 00000 f -0000011068 00000 f -0000011069 00000 f -0000011070 00000 f -0000011071 00000 f -0000011072 00000 f -0000011073 00000 f -0000011074 00000 f -0000011075 00000 f -0000011076 00000 f -0000011077 00000 f -0000011078 00000 f -0000011079 00000 f -0000011080 00000 f -0000011081 00000 f -0000011082 00000 f -0000011083 00000 f -0000011084 00000 f -0000011085 00000 f -0000011086 00000 f -0000011087 00000 f -0000011088 00000 f -0000011089 00000 f -0000011090 00000 f -0000011091 00000 f -0000011092 00000 f -0000011093 00000 f -0000011094 00000 f -0000011095 00000 f -0000011096 00000 f -0000011097 00000 f -0000011098 00000 f -0000011099 00000 f -0000011100 00000 f -0000011101 00000 f -0000011102 00000 f -0000011103 00000 f -0000011104 00000 f -0000011105 00000 f -0000011106 00000 f -0000011107 00000 f -0000011108 00000 f -0000011109 00000 f -0000011110 00000 f -0000011111 00000 f -0000011112 00000 f -0000011113 00000 f -0000011114 00000 f -0000011115 00000 f -0000011116 00000 f -0000011117 00000 f -0000011118 00000 f -0000011119 00000 f -0000011120 00000 f -0000011121 00000 f -0000011122 00000 f -0000011123 00000 f -0000011124 00000 f -0000011125 00000 f -0000011126 00000 f -0000011127 00000 f -0000011128 00000 f -0000011129 00000 f -0000011130 00000 f -0000011131 00000 f -0000011132 00000 f -0000011133 00000 f -0000011134 00000 f -0000011135 00000 f -0000011136 00000 f -0000011137 00000 f -0000011138 00000 f -0000011139 00000 f -0000011140 00000 f -0000011141 00000 f -0000011142 00000 f -0000011143 00000 f -0000011144 00000 f -0000011145 00000 f -0000011146 00000 f -0000011147 00000 f -0000011148 00000 f -0000011149 00000 f -0000011150 00000 f -0000011151 00000 f -0000011152 00000 f -0000011153 00000 f -0000011154 00000 f -0000011155 00000 f -0000011156 00000 f -0000011157 00000 f -0000011158 00000 f -0000011159 00000 f -0000011160 00000 f -0000011161 00000 f -0000011162 00000 f -0000011163 00000 f -0000011164 00000 f -0000011165 00000 f -0000011166 00000 f -0000011167 00000 f -0000011168 00000 f -0000011169 00000 f -0000011170 00000 f -0000011171 00000 f -0000011172 00000 f -0000011173 00000 f -0000011174 00000 f -0000011175 00000 f -0000011176 00000 f -0000011177 00000 f -0000011178 00000 f -0000011179 00000 f -0000011180 00000 f -0000011181 00000 f -0000011182 00000 f -0000011183 00000 f -0000011184 00000 f -0000011185 00000 f -0000011186 00000 f -0000011187 00000 f -0000011188 00000 f -0000011189 00000 f -0000011190 00000 f -0000011191 00000 f -0000011192 00000 f -0000011193 00000 f -0000011194 00000 f -0000011195 00000 f -0000011196 00000 f -0000011197 00000 f -0000011198 00000 f -0000011199 00000 f -0000011200 00000 f -0000011201 00000 f -0000011202 00000 f -0000011203 00000 f -0000011204 00000 f -0000011205 00000 f -0000011206 00000 f -0000011207 00000 f -0000011208 00000 f -0000011209 00000 f -0000011210 00000 f -0000011211 00000 f -0000011212 00000 f -0000011213 00000 f -0000011214 00000 f -0000011215 00000 f -0000011216 00000 f -0000011217 00000 f -0000011218 00000 f -0000011219 00000 f -0000011220 00000 f -0000011221 00000 f -0000011222 00000 f -0000011223 00000 f -0000011224 00000 f -0000011225 00000 f -0000011226 00000 f -0000011227 00000 f -0000011228 00000 f -0000011229 00000 f -0000011230 00000 f -0000011231 00000 f -0000011232 00000 f -0000011233 00000 f -0000011234 00000 f -0000011235 00000 f -0000011236 00000 f -0000011237 00000 f -0000011238 00000 f -0000011239 00000 f -0000011240 00000 f -0000011241 00000 f -0000011242 00000 f -0000011243 00000 f -0000011244 00000 f -0000011245 00000 f -0000011246 00000 f -0000011247 00000 f -0000011248 00000 f -0000011249 00000 f -0000011250 00000 f -0000011251 00000 f -0000011252 00000 f -0000011253 00000 f -0000011254 00000 f -0000011255 00000 f -0000011256 00000 f -0000011257 00000 f -0000011258 00000 f -0000011259 00000 f -0000011260 00000 f -0000011261 00000 f -0000011262 00000 f -0000011263 00000 f -0000011264 00000 f -0000011265 00000 f -0000011266 00000 f -0000011267 00000 f -0000011268 00000 f -0000011269 00000 f -0000011270 00000 f -0000011271 00000 f -0000011272 00000 f -0000011273 00000 f -0000011274 00000 f -0000011275 00000 f -0000011276 00000 f -0000011277 00000 f -0000011278 00000 f -0000011279 00000 f -0000011280 00000 f -0000011281 00000 f -0000011282 00000 f -0000011283 00000 f -0000011284 00000 f -0000011285 00000 f -0000011286 00000 f -0000011287 00000 f -0000011288 00000 f -0000011289 00000 f -0000011290 00000 f -0000011291 00000 f -0000011292 00000 f -0000011293 00000 f -0000011294 00000 f -0000011295 00000 f -0000011296 00000 f -0000011297 00000 f -0000011298 00000 f -0000011299 00000 f -0000011300 00000 f -0000011301 00000 f -0000011302 00000 f -0000011303 00000 f -0000011304 00000 f -0000011305 00000 f -0000011306 00000 f -0000011307 00000 f -0000011308 00000 f -0000011309 00000 f -0000011310 00000 f -0000011311 00000 f -0000011312 00000 f -0000011313 00000 f -0000011314 00000 f -0000011315 00000 f -0000011316 00000 f -0000011317 00000 f -0000011318 00000 f -0000011319 00000 f -0000011320 00000 f -0000011321 00000 f -0000011322 00000 f -0000011323 00000 f -0000011324 00000 f -0000011325 00000 f -0000011326 00000 f -0000011327 00000 f -0000011328 00000 f -0000011329 00000 f -0000011330 00000 f -0000011331 00000 f -0000011332 00000 f -0000011333 00000 f -0000011334 00000 f -0000011335 00000 f -0000011336 00000 f -0000011337 00000 f -0000011338 00000 f -0000011339 00000 f -0000011340 00000 f -0000011341 00000 f -0000011342 00000 f -0000011343 00000 f -0000011344 00000 f -0000011345 00000 f -0000011346 00000 f -0000011347 00000 f -0000011348 00000 f -0000011349 00000 f -0000011350 00000 f -0000011351 00000 f -0000011352 00000 f -0000011353 00000 f -0000011354 00000 f -0000011355 00000 f -0000011356 00000 f -0000011357 00000 f -0000011358 00000 f -0000011359 00000 f -0000011360 00000 f -0000011361 00000 f -0000011362 00000 f -0000011363 00000 f -0000011364 00000 f -0000011365 00000 f -0000011366 00000 f -0000011367 00000 f -0000011368 00000 f -0000011369 00000 f -0000011370 00000 f -0000011371 00000 f -0000011372 00000 f -0000011373 00000 f -0000011374 00000 f -0000011375 00000 f -0000011376 00000 f -0000011377 00000 f -0000011378 00000 f -0000011379 00000 f -0000011380 00000 f -0000011381 00000 f -0000011382 00000 f -0000011383 00000 f -0000011384 00000 f -0000011385 00000 f -0000011386 00000 f -0000011387 00000 f -0000011388 00000 f -0000011389 00000 f -0000011390 00000 f -0000011391 00000 f -0000011392 00000 f -0000011393 00000 f -0000011394 00000 f -0000011395 00000 f -0000011396 00000 f -0000011397 00000 f -0000011398 00000 f -0000011399 00000 f -0000011400 00000 f -0000011401 00000 f -0000011402 00000 f -0000011403 00000 f -0000011404 00000 f -0000011405 00000 f -0000011406 00000 f -0000011407 00000 f -0000011408 00000 f -0000011409 00000 f -0000011410 00000 f -0000011411 00000 f -0000011412 00000 f -0000011413 00000 f -0000011414 00000 f -0000011415 00000 f -0000011416 00000 f -0000011417 00000 f -0000011418 00000 f -0000011419 00000 f -0000011420 00000 f -0000011421 00000 f -0000011422 00000 f -0000011423 00000 f -0000011424 00000 f -0000011425 00000 f -0000011426 00000 f -0000011427 00000 f -0000011428 00000 f -0000011429 00000 f -0000011430 00000 f -0000011431 00000 f -0000011432 00000 f -0000011433 00000 f -0000011434 00000 f -0000011435 00000 f -0000011436 00000 f -0000011437 00000 f -0000011438 00000 f -0000011439 00000 f -0000011440 00000 f -0000011441 00000 f -0000011442 00000 f -0000011443 00000 f -0000011444 00000 f -0000011445 00000 f -0000011446 00000 f -0000011447 00000 f -0000011448 00000 f -0000011449 00000 f -0000011450 00000 f -0000011451 00000 f -0000011452 00000 f -0000011453 00000 f -0000011454 00000 f -0000011455 00000 f -0000011456 00000 f -0000011457 00000 f -0000011458 00000 f -0000011459 00000 f -0000011460 00000 f -0000011461 00000 f -0000011462 00000 f -0000011463 00000 f -0000011464 00000 f -0000011465 00000 f -0000011466 00000 f -0000011467 00000 f -0000011468 00000 f -0000011469 00000 f -0000011470 00000 f -0000011471 00000 f -0000011472 00000 f -0000011473 00000 f -0000011474 00000 f -0000011475 00000 f -0000011476 00000 f -0000011477 00000 f -0000011478 00000 f -0000011479 00000 f -0000011480 00000 f -0000011481 00000 f -0000011482 00000 f -0000011483 00000 f -0000011484 00000 f -0000011485 00000 f -0000011486 00000 f -0000011487 00000 f -0000011488 00000 f -0000011489 00000 f -0000011490 00000 f -0000011491 00000 f -0000011492 00000 f -0000011493 00000 f -0000011494 00000 f -0000011495 00000 f -0000011496 00000 f -0000011497 00000 f -0000011498 00000 f -0000011499 00000 f -0000011500 00000 f -0000011501 00000 f -0000011502 00000 f -0000011503 00000 f -0000011504 00000 f -0000011505 00000 f -0000011506 00000 f -0000011507 00000 f -0000011508 00000 f -0000011509 00000 f -0000011510 00000 f -0000011511 00000 f -0000011512 00000 f -0000011513 00000 f -0000011514 00000 f -0000011515 00000 f -0000011516 00000 f -0000011517 00000 f -0000011518 00000 f -0000011519 00000 f -0000011520 00000 f -0000011521 00000 f -0000011522 00000 f -0000011523 00000 f -0000011530 00000 f -0000289708 00000 n -0000289742 00000 n -0000289586 00000 n -0000289620 00000 n -0000289464 00000 n -0000289498 00000 n -0000011531 00000 f -0000011532 00000 f -0000011533 00000 f -0000011534 00000 f -0000011535 00000 f -0000011536 00000 f -0000011537 00000 f -0000011538 00000 f -0000011542 00000 f -0000271112 00000 n -0000271194 00000 n -0000271277 00000 n -0000011543 00000 f -0000011544 00000 f -0000011545 00000 f -0000011546 00000 f -0000011547 00000 f -0000011548 00000 f -0000011549 00000 f -0000011550 00000 f -0000011551 00000 f -0000011552 00000 f -0000011553 00000 f -0000011554 00000 f -0000011555 00000 f -0000011556 00000 f -0000011557 00000 f -0000011558 00000 f -0000011559 00000 f -0000011560 00000 f -0000011561 00000 f -0000011562 00000 f -0000011563 00000 f -0000011564 00000 f -0000011565 00000 f -0000011566 00000 f -0000011567 00000 f -0000011568 00000 f -0000011569 00000 f -0000011570 00000 f -0000011571 00000 f -0000011572 00000 f -0000011573 00000 f -0000011574 00000 f -0000011575 00000 f -0000011576 00000 f -0000011577 00000 f -0000011578 00000 f -0000011579 00000 f -0000011580 00000 f -0000011581 00000 f -0000011582 00000 f -0000011583 00000 f -0000011584 00000 f -0000011585 00000 f -0000011586 00000 f -0000011587 00000 f -0000011588 00000 f -0000011589 00000 f -0000011590 00000 f -0000011591 00000 f -0000011592 00000 f -0000011593 00000 f -0000011594 00000 f -0000011595 00000 f -0000011596 00000 f -0000011597 00000 f -0000011598 00000 f -0000011599 00000 f -0000011600 00000 f -0000011601 00000 f -0000011602 00000 f -0000011603 00000 f -0000011604 00000 f -0000011605 00000 f -0000011606 00000 f -0000011607 00000 f -0000011608 00000 f -0000011609 00000 f -0000011610 00000 f -0000011611 00000 f -0000011612 00000 f -0000011613 00000 f -0000011614 00000 f -0000011615 00000 f -0000011616 00000 f -0000011617 00000 f -0000011618 00000 f -0000011619 00000 f -0000011620 00000 f -0000011621 00000 f -0000011622 00000 f -0000011623 00000 f -0000011624 00000 f -0000011625 00000 f -0000011626 00000 f -0000011627 00000 f -0000011628 00000 f -0000011629 00000 f -0000011630 00000 f -0000011631 00000 f -0000011632 00000 f -0000011633 00000 f -0000011634 00000 f -0000011635 00000 f -0000011636 00000 f -0000011637 00000 f -0000011638 00000 f -0000011639 00000 f -0000011640 00000 f -0000011641 00000 f -0000011642 00000 f -0000011643 00000 f -0000011644 00000 f -0000011645 00000 f -0000011646 00000 f -0000011647 00000 f -0000011648 00000 f -0000011649 00000 f -0000011650 00000 f -0000011651 00000 f -0000011652 00000 f -0000011653 00000 f -0000011654 00000 f -0000011655 00000 f -0000011656 00000 f -0000011657 00000 f -0000011658 00000 f -0000011659 00000 f -0000011660 00000 f -0000011661 00000 f -0000011662 00000 f -0000011663 00000 f -0000011664 00000 f -0000011665 00000 f -0000011666 00000 f -0000011667 00000 f -0000011668 00000 f -0000011669 00000 f -0000011670 00000 f -0000011671 00000 f -0000011672 00000 f -0000011673 00000 f -0000011674 00000 f -0000011675 00000 f -0000011676 00000 f -0000011677 00000 f -0000011678 00000 f -0000011679 00000 f -0000011680 00000 f -0000011681 00000 f -0000011682 00000 f -0000011683 00000 f -0000011684 00000 f -0000011685 00000 f -0000011686 00000 f -0000011687 00000 f -0000011688 00000 f -0000011689 00000 f -0000011690 00000 f -0000011691 00000 f -0000011692 00000 f -0000011693 00000 f -0000011694 00000 f -0000011695 00000 f -0000011696 00000 f -0000011697 00000 f -0000011698 00000 f -0000011699 00000 f -0000011700 00000 f -0000011701 00000 f -0000011702 00000 f -0000011703 00000 f -0000011704 00000 f -0000011705 00000 f -0000011706 00000 f -0000011707 00000 f -0000011708 00000 f -0000011709 00000 f -0000011710 00000 f -0000011711 00000 f -0000011712 00000 f -0000011713 00000 f -0000011714 00000 f -0000011715 00000 f -0000011716 00000 f -0000011717 00000 f -0000011718 00000 f -0000011719 00000 f -0000011720 00000 f -0000011721 00000 f -0000011722 00000 f -0000011723 00000 f -0000011724 00000 f -0000011725 00000 f -0000011726 00000 f -0000011727 00000 f -0000011728 00000 f -0000011729 00000 f -0000011730 00000 f -0000011731 00000 f -0000011732 00000 f -0000011733 00000 f -0000011734 00000 f -0000011735 00000 f -0000011736 00000 f -0000011737 00000 f -0000011738 00000 f -0000011739 00000 f -0000011740 00000 f -0000011741 00000 f -0000011742 00000 f -0000011743 00000 f -0000011744 00000 f -0000011745 00000 f -0000011746 00000 f -0000011747 00000 f -0000011748 00000 f -0000011749 00000 f -0000011750 00000 f -0000011751 00000 f -0000011752 00000 f -0000011753 00000 f -0000011754 00000 f -0000011755 00000 f -0000011756 00000 f -0000011757 00000 f -0000011758 00000 f -0000011759 00000 f -0000011760 00000 f -0000011761 00000 f -0000011762 00000 f -0000011763 00000 f -0000011764 00000 f -0000011765 00000 f -0000011766 00000 f -0000011767 00000 f -0000011768 00000 f -0000011769 00000 f -0000011770 00000 f -0000011771 00000 f -0000011772 00000 f -0000011773 00000 f -0000011774 00000 f -0000011775 00000 f -0000011776 00000 f -0000011777 00000 f -0000011778 00000 f -0000011779 00000 f -0000011780 00000 f -0000011781 00000 f -0000011782 00000 f -0000011783 00000 f -0000011784 00000 f -0000011785 00000 f -0000011786 00000 f -0000011787 00000 f -0000011788 00000 f -0000011789 00000 f -0000011790 00000 f -0000011791 00000 f -0000011792 00000 f -0000011793 00000 f -0000011794 00000 f -0000011795 00000 f -0000011796 00000 f -0000011797 00000 f -0000011798 00000 f -0000011799 00000 f -0000011800 00000 f -0000011801 00000 f -0000011802 00000 f -0000011803 00000 f -0000011804 00000 f -0000011805 00000 f -0000011806 00000 f -0000011807 00000 f -0000011808 00000 f -0000011809 00000 f -0000011810 00000 f -0000011811 00000 f -0000011812 00000 f -0000011813 00000 f -0000011814 00000 f -0000011815 00000 f -0000011816 00000 f -0000011817 00000 f -0000011818 00000 f -0000011819 00000 f -0000011820 00000 f -0000011821 00000 f -0000011822 00000 f -0000011823 00000 f -0000011824 00000 f -0000011825 00000 f -0000011826 00000 f -0000011827 00000 f -0000011828 00000 f -0000011829 00000 f -0000011830 00000 f -0000011831 00000 f -0000011832 00000 f -0000011833 00000 f -0000011834 00000 f -0000011835 00000 f -0000011836 00000 f -0000011837 00000 f -0000011838 00000 f -0000011839 00000 f -0000011840 00000 f -0000011841 00000 f -0000011842 00000 f -0000011843 00000 f -0000011844 00000 f -0000011845 00000 f -0000011846 00000 f -0000011847 00000 f -0000011848 00000 f -0000011849 00000 f -0000011850 00000 f -0000011851 00000 f -0000011852 00000 f -0000011853 00000 f -0000011854 00000 f -0000011855 00000 f -0000011856 00000 f -0000011857 00000 f -0000011858 00000 f -0000011859 00000 f -0000011860 00000 f -0000011861 00000 f -0000011862 00000 f -0000011863 00000 f -0000011864 00000 f -0000011865 00000 f -0000011866 00000 f -0000011867 00000 f -0000011868 00000 f -0000011869 00000 f -0000011870 00000 f -0000011871 00000 f -0000011872 00000 f -0000011873 00000 f -0000011874 00000 f -0000011875 00000 f -0000011876 00000 f -0000011877 00000 f -0000011878 00000 f -0000011879 00000 f -0000011880 00000 f -0000011881 00000 f -0000011882 00000 f -0000011883 00000 f -0000011884 00000 f -0000011885 00000 f -0000011886 00000 f -0000011887 00000 f -0000011888 00000 f -0000011889 00000 f -0000011890 00000 f -0000011891 00000 f -0000011892 00000 f -0000011893 00000 f -0000011894 00000 f -0000011895 00000 f -0000011896 00000 f -0000011897 00000 f -0000011898 00000 f -0000011899 00000 f -0000011900 00000 f -0000011901 00000 f -0000011902 00000 f -0000011903 00000 f -0000011904 00000 f -0000011905 00000 f -0000011906 00000 f -0000011907 00000 f -0000011908 00000 f -0000011909 00000 f -0000011910 00000 f -0000011911 00000 f -0000011912 00000 f -0000011913 00000 f -0000011914 00000 f -0000011915 00000 f -0000011916 00000 f -0000011917 00000 f -0000011918 00000 f -0000011919 00000 f -0000011920 00000 f -0000011921 00000 f -0000011922 00000 f -0000011923 00000 f -0000011924 00000 f -0000011925 00000 f -0000011926 00000 f -0000011927 00000 f -0000011928 00000 f -0000011929 00000 f -0000011930 00000 f -0000011931 00000 f -0000011932 00000 f -0000011933 00000 f -0000011934 00000 f -0000011935 00000 f -0000011936 00000 f -0000011937 00000 f -0000011938 00000 f -0000011939 00000 f -0000011940 00000 f -0000011941 00000 f -0000011942 00000 f -0000011943 00000 f -0000011944 00000 f -0000011945 00000 f -0000011946 00000 f -0000011947 00000 f -0000011948 00000 f -0000011949 00000 f -0000011950 00000 f -0000011951 00000 f -0000011952 00000 f -0000011953 00000 f -0000011954 00000 f -0000011955 00000 f -0000011956 00000 f -0000011957 00000 f -0000011958 00000 f -0000011959 00000 f -0000011960 00000 f -0000011961 00000 f -0000011962 00000 f -0000011963 00000 f -0000011964 00000 f -0000011965 00000 f -0000011966 00000 f -0000011967 00000 f -0000011968 00000 f -0000011969 00000 f -0000011970 00000 f -0000011971 00000 f -0000011972 00000 f -0000011973 00000 f -0000011974 00000 f -0000011975 00000 f -0000011976 00000 f -0000011977 00000 f -0000011978 00000 f -0000011979 00000 f -0000011980 00000 f -0000011981 00000 f -0000011982 00000 f -0000011983 00000 f -0000011984 00000 f -0000011985 00000 f -0000011986 00000 f -0000011987 00000 f -0000011988 00000 f -0000011989 00000 f -0000011990 00000 f -0000011991 00000 f -0000011992 00000 f -0000011993 00000 f -0000011994 00000 f -0000011995 00000 f -0000011996 00000 f -0000011997 00000 f -0000011998 00000 f -0000011999 00000 f -0000012000 00000 f -0000012001 00000 f -0000012002 00000 f -0000012003 00000 f -0000012004 00000 f -0000012005 00000 f -0000012006 00000 f -0000012007 00000 f -0000012008 00000 f -0000012009 00000 f -0000012010 00000 f -0000012011 00000 f -0000012012 00000 f -0000012013 00000 f -0000012014 00000 f -0000012015 00000 f -0000012016 00000 f -0000012017 00000 f -0000012018 00000 f -0000012019 00000 f -0000012020 00000 f -0000012021 00000 f -0000012022 00000 f -0000012023 00000 f -0000012024 00000 f -0000012025 00000 f -0000012026 00000 f -0000012027 00000 f -0000012028 00000 f -0000012029 00000 f -0000012030 00000 f -0000012031 00000 f -0000012032 00000 f -0000012033 00000 f -0000012034 00000 f -0000012035 00000 f -0000012036 00000 f -0000012037 00000 f -0000012038 00000 f -0000012039 00000 f -0000012040 00000 f -0000012041 00000 f -0000012042 00000 f -0000012043 00000 f -0000012044 00000 f -0000012045 00000 f -0000012046 00000 f -0000012047 00000 f -0000012048 00000 f -0000012049 00000 f -0000012050 00000 f -0000012051 00000 f -0000012052 00000 f -0000012053 00000 f -0000012054 00000 f -0000012055 00000 f -0000012056 00000 f -0000012057 00000 f -0000012058 00000 f -0000012059 00000 f -0000012060 00000 f -0000012061 00000 f -0000012062 00000 f -0000012063 00000 f -0000012064 00000 f -0000012065 00000 f -0000012066 00000 f -0000012067 00000 f -0000012068 00000 f -0000012069 00000 f -0000012070 00000 f -0000012071 00000 f -0000012072 00000 f -0000012079 00000 f -0000289342 00000 n -0000289376 00000 n -0000289220 00000 n -0000289254 00000 n -0000289098 00000 n -0000289132 00000 n -0000012080 00000 f -0000012081 00000 f -0000012082 00000 f -0000012083 00000 f -0000012084 00000 f -0000012085 00000 f -0000012086 00000 f -0000012087 00000 f -0000012091 00000 f -0000271364 00000 n -0000271446 00000 n -0000271529 00000 n -0000012092 00000 f -0000012093 00000 f -0000012094 00000 f -0000012095 00000 f -0000012096 00000 f -0000012097 00000 f -0000012098 00000 f -0000012099 00000 f -0000012100 00000 f -0000012101 00000 f -0000012102 00000 f -0000012103 00000 f -0000012104 00000 f -0000012105 00000 f -0000012106 00000 f -0000012107 00000 f -0000012108 00000 f -0000012109 00000 f -0000012110 00000 f -0000012111 00000 f -0000012112 00000 f -0000012113 00000 f -0000012114 00000 f -0000012115 00000 f -0000012116 00000 f -0000012117 00000 f -0000012118 00000 f -0000012119 00000 f -0000012120 00000 f -0000012121 00000 f -0000012122 00000 f -0000012123 00000 f -0000012124 00000 f -0000012125 00000 f -0000012126 00000 f -0000012127 00000 f -0000012128 00000 f -0000012129 00000 f -0000012130 00000 f -0000012131 00000 f -0000012132 00000 f -0000012133 00000 f -0000012134 00000 f -0000012135 00000 f -0000012136 00000 f -0000012137 00000 f -0000012138 00000 f -0000012139 00000 f -0000012140 00000 f -0000012141 00000 f -0000012142 00000 f -0000012143 00000 f -0000012144 00000 f -0000012145 00000 f -0000012146 00000 f -0000012147 00000 f -0000012148 00000 f -0000012149 00000 f -0000012150 00000 f -0000012151 00000 f -0000012152 00000 f -0000012153 00000 f -0000012154 00000 f -0000012155 00000 f -0000012156 00000 f -0000012157 00000 f -0000012158 00000 f -0000012159 00000 f -0000012160 00000 f -0000012161 00000 f -0000012162 00000 f -0000012163 00000 f -0000012164 00000 f -0000012165 00000 f -0000012166 00000 f -0000012167 00000 f -0000012168 00000 f -0000012169 00000 f -0000012170 00000 f -0000012171 00000 f -0000012172 00000 f -0000012173 00000 f -0000012174 00000 f -0000012175 00000 f -0000012176 00000 f -0000012177 00000 f -0000012178 00000 f -0000012179 00000 f -0000012180 00000 f -0000012181 00000 f -0000012182 00000 f -0000012183 00000 f -0000012184 00000 f -0000012185 00000 f -0000012186 00000 f -0000012187 00000 f -0000012188 00000 f -0000012189 00000 f -0000012190 00000 f -0000012191 00000 f -0000012192 00000 f -0000012193 00000 f -0000012194 00000 f -0000012195 00000 f -0000012196 00000 f -0000012197 00000 f -0000012198 00000 f -0000012199 00000 f -0000012200 00000 f -0000012201 00000 f -0000012202 00000 f -0000012203 00000 f -0000012204 00000 f -0000012205 00000 f -0000012206 00000 f -0000012207 00000 f -0000012208 00000 f -0000012209 00000 f -0000012210 00000 f -0000012211 00000 f -0000012212 00000 f -0000012213 00000 f -0000012214 00000 f -0000012215 00000 f -0000012216 00000 f -0000012217 00000 f -0000012218 00000 f -0000012219 00000 f -0000012220 00000 f -0000012221 00000 f -0000012222 00000 f -0000012223 00000 f -0000012224 00000 f -0000012225 00000 f -0000012226 00000 f -0000012227 00000 f -0000012228 00000 f -0000012229 00000 f -0000012230 00000 f -0000012231 00000 f -0000012232 00000 f -0000012233 00000 f -0000012234 00000 f -0000012235 00000 f -0000012236 00000 f -0000012237 00000 f -0000012238 00000 f -0000012239 00000 f -0000012240 00000 f -0000012241 00000 f -0000012242 00000 f -0000012243 00000 f -0000012244 00000 f -0000012245 00000 f -0000012246 00000 f -0000012247 00000 f -0000012248 00000 f -0000012249 00000 f -0000012250 00000 f -0000012251 00000 f -0000012252 00000 f -0000012253 00000 f -0000012254 00000 f -0000012255 00000 f -0000012256 00000 f -0000012257 00000 f -0000012258 00000 f -0000012259 00000 f -0000012260 00000 f -0000012261 00000 f -0000012262 00000 f -0000012263 00000 f -0000012264 00000 f -0000012265 00000 f -0000012266 00000 f -0000012267 00000 f -0000012268 00000 f -0000012269 00000 f -0000012270 00000 f -0000012271 00000 f -0000012272 00000 f -0000012273 00000 f -0000012274 00000 f -0000012275 00000 f -0000012276 00000 f -0000012277 00000 f -0000012278 00000 f -0000012279 00000 f -0000012280 00000 f -0000012281 00000 f -0000012282 00000 f -0000012283 00000 f -0000012284 00000 f -0000012285 00000 f -0000012286 00000 f -0000012287 00000 f -0000012288 00000 f -0000012289 00000 f -0000012290 00000 f -0000012291 00000 f -0000012292 00000 f -0000012293 00000 f -0000012294 00000 f -0000012295 00000 f -0000012296 00000 f -0000012297 00000 f -0000012298 00000 f -0000012299 00000 f -0000012300 00000 f -0000012301 00000 f -0000012302 00000 f -0000012303 00000 f -0000012304 00000 f -0000012305 00000 f -0000012306 00000 f -0000012307 00000 f -0000012308 00000 f -0000012309 00000 f -0000012310 00000 f -0000012311 00000 f -0000012312 00000 f -0000012313 00000 f -0000012314 00000 f -0000012315 00000 f -0000012316 00000 f -0000012317 00000 f -0000012318 00000 f -0000012319 00000 f -0000012320 00000 f -0000012321 00000 f -0000012322 00000 f -0000012323 00000 f -0000012324 00000 f -0000012325 00000 f -0000012326 00000 f -0000012327 00000 f -0000012328 00000 f -0000012329 00000 f -0000012330 00000 f -0000012331 00000 f -0000012332 00000 f -0000012333 00000 f -0000012334 00000 f -0000012335 00000 f -0000012336 00000 f -0000012337 00000 f -0000012338 00000 f -0000012339 00000 f -0000012340 00000 f -0000012341 00000 f -0000012342 00000 f -0000012343 00000 f -0000012344 00000 f -0000012345 00000 f -0000012346 00000 f -0000012347 00000 f -0000012348 00000 f -0000012349 00000 f -0000012350 00000 f -0000012351 00000 f -0000012352 00000 f -0000012353 00000 f -0000012354 00000 f -0000012355 00000 f -0000012356 00000 f -0000012357 00000 f -0000012358 00000 f -0000012359 00000 f -0000012360 00000 f -0000012361 00000 f -0000012362 00000 f -0000012363 00000 f -0000012364 00000 f -0000012365 00000 f -0000012366 00000 f -0000012367 00000 f -0000012368 00000 f -0000012369 00000 f -0000012370 00000 f -0000012371 00000 f -0000012372 00000 f -0000012373 00000 f -0000012374 00000 f -0000012375 00000 f -0000012376 00000 f -0000012377 00000 f -0000012378 00000 f -0000012379 00000 f -0000012380 00000 f -0000012381 00000 f -0000012382 00000 f -0000012383 00000 f -0000012384 00000 f -0000012385 00000 f -0000012386 00000 f -0000012387 00000 f -0000012388 00000 f -0000012389 00000 f -0000012390 00000 f -0000012391 00000 f -0000012392 00000 f -0000012393 00000 f -0000012394 00000 f -0000012395 00000 f -0000012396 00000 f -0000012397 00000 f -0000012398 00000 f -0000012399 00000 f -0000012400 00000 f -0000012401 00000 f -0000012402 00000 f -0000012403 00000 f -0000012404 00000 f -0000012405 00000 f -0000012406 00000 f -0000012407 00000 f -0000012408 00000 f -0000012409 00000 f -0000012410 00000 f -0000012411 00000 f -0000012412 00000 f -0000012413 00000 f -0000012414 00000 f -0000012415 00000 f -0000012416 00000 f -0000012417 00000 f -0000012418 00000 f -0000012419 00000 f -0000012420 00000 f -0000012421 00000 f -0000012422 00000 f -0000012423 00000 f -0000012424 00000 f -0000012425 00000 f -0000012426 00000 f -0000012427 00000 f -0000012428 00000 f -0000012429 00000 f -0000012430 00000 f -0000012431 00000 f -0000012432 00000 f -0000012433 00000 f -0000012434 00000 f -0000012435 00000 f -0000012436 00000 f -0000012437 00000 f -0000012438 00000 f -0000012439 00000 f -0000012440 00000 f -0000012441 00000 f -0000012442 00000 f -0000012443 00000 f -0000012444 00000 f -0000012445 00000 f -0000012446 00000 f -0000012447 00000 f -0000012448 00000 f -0000012449 00000 f -0000012450 00000 f -0000012451 00000 f -0000012452 00000 f -0000012453 00000 f -0000012454 00000 f -0000012455 00000 f -0000012456 00000 f -0000012457 00000 f -0000012458 00000 f -0000012459 00000 f -0000012460 00000 f -0000012461 00000 f -0000012462 00000 f -0000012463 00000 f -0000012464 00000 f -0000012465 00000 f -0000012466 00000 f -0000012467 00000 f -0000012468 00000 f -0000012469 00000 f -0000012470 00000 f -0000012471 00000 f -0000012472 00000 f -0000012473 00000 f -0000012474 00000 f -0000012475 00000 f -0000012476 00000 f -0000012477 00000 f -0000012478 00000 f -0000012479 00000 f -0000012480 00000 f -0000012481 00000 f -0000012482 00000 f -0000012483 00000 f -0000012484 00000 f -0000012485 00000 f -0000012486 00000 f -0000012487 00000 f -0000012488 00000 f -0000012489 00000 f -0000012490 00000 f -0000012491 00000 f -0000012492 00000 f -0000012493 00000 f -0000012494 00000 f -0000012495 00000 f -0000012496 00000 f -0000012497 00000 f -0000012498 00000 f -0000012499 00000 f -0000012500 00000 f -0000012501 00000 f -0000012502 00000 f -0000012503 00000 f -0000012504 00000 f -0000012505 00000 f -0000012506 00000 f -0000012507 00000 f -0000012508 00000 f -0000012509 00000 f -0000012510 00000 f -0000012511 00000 f -0000012512 00000 f -0000012513 00000 f -0000012514 00000 f -0000012515 00000 f -0000012516 00000 f -0000012517 00000 f -0000012518 00000 f -0000012519 00000 f -0000012520 00000 f -0000012521 00000 f -0000012522 00000 f -0000012523 00000 f -0000012524 00000 f -0000012525 00000 f -0000012526 00000 f -0000012527 00000 f -0000012528 00000 f -0000012529 00000 f -0000012530 00000 f -0000012531 00000 f -0000012532 00000 f -0000012533 00000 f -0000012534 00000 f -0000012535 00000 f -0000012536 00000 f -0000012537 00000 f -0000012538 00000 f -0000012539 00000 f -0000012540 00000 f -0000012541 00000 f -0000012542 00000 f -0000012543 00000 f -0000012544 00000 f -0000012545 00000 f -0000012546 00000 f -0000012547 00000 f -0000012548 00000 f -0000012549 00000 f -0000012550 00000 f -0000012551 00000 f -0000012552 00000 f -0000012553 00000 f -0000012554 00000 f -0000012555 00000 f -0000012556 00000 f -0000012557 00000 f -0000012558 00000 f -0000012559 00000 f -0000012560 00000 f -0000012561 00000 f -0000012562 00000 f -0000012563 00000 f -0000012564 00000 f -0000012565 00000 f -0000012566 00000 f -0000012567 00000 f -0000012568 00000 f -0000012569 00000 f -0000012570 00000 f -0000012571 00000 f -0000012572 00000 f -0000012573 00000 f -0000012574 00000 f -0000012575 00000 f -0000012576 00000 f -0000012577 00000 f -0000012578 00000 f -0000012579 00000 f -0000012580 00000 f -0000012581 00000 f -0000012582 00000 f -0000012583 00000 f -0000012584 00000 f -0000012585 00000 f -0000012586 00000 f -0000012587 00000 f -0000012588 00000 f -0000012589 00000 f -0000012590 00000 f -0000012591 00000 f -0000012592 00000 f -0000012593 00000 f -0000012594 00000 f -0000012595 00000 f -0000012596 00000 f -0000012597 00000 f -0000012598 00000 f -0000012599 00000 f -0000012600 00000 f -0000012601 00000 f -0000012602 00000 f -0000012603 00000 f -0000012604 00000 f -0000012605 00000 f -0000012606 00000 f -0000012607 00000 f -0000012608 00000 f -0000012609 00000 f -0000012610 00000 f -0000012611 00000 f -0000012612 00000 f -0000012613 00000 f -0000012614 00000 f -0000012615 00000 f -0000012616 00000 f -0000012617 00000 f -0000012618 00000 f -0000012619 00000 f -0000012620 00000 f -0000012621 00000 f -0000012628 00000 f -0000288976 00000 n -0000289010 00000 n -0000288854 00000 n -0000288888 00000 n -0000288732 00000 n -0000288766 00000 n -0000012629 00000 f -0000012630 00000 f -0000012631 00000 f -0000012632 00000 f -0000012633 00000 f -0000012634 00000 f -0000012635 00000 f -0000012636 00000 f -0000012640 00000 f -0000271616 00000 n -0000271698 00000 n -0000271781 00000 n -0000012641 00000 f -0000012642 00000 f -0000012643 00000 f -0000012644 00000 f -0000012645 00000 f -0000012646 00000 f -0000012647 00000 f -0000012648 00000 f -0000012649 00000 f -0000012650 00000 f -0000012651 00000 f -0000012652 00000 f -0000012653 00000 f -0000012654 00000 f -0000012655 00000 f -0000012656 00000 f -0000012657 00000 f -0000012658 00000 f -0000012659 00000 f -0000012660 00000 f -0000012661 00000 f -0000012662 00000 f -0000012663 00000 f -0000012664 00000 f -0000012665 00000 f -0000012666 00000 f -0000012667 00000 f -0000012668 00000 f -0000012669 00000 f -0000012670 00000 f -0000012671 00000 f -0000012672 00000 f -0000012673 00000 f -0000012674 00000 f -0000012675 00000 f -0000012676 00000 f -0000012677 00000 f -0000012678 00000 f -0000012679 00000 f -0000012680 00000 f -0000012681 00000 f -0000012682 00000 f -0000012683 00000 f -0000012684 00000 f -0000012685 00000 f -0000012686 00000 f -0000012687 00000 f -0000012688 00000 f -0000012689 00000 f -0000012690 00000 f -0000012691 00000 f -0000012692 00000 f -0000012693 00000 f -0000012694 00000 f -0000012695 00000 f -0000012696 00000 f -0000012697 00000 f -0000012698 00000 f -0000012699 00000 f -0000012700 00000 f -0000012701 00000 f -0000012702 00000 f -0000012703 00000 f -0000012704 00000 f -0000012705 00000 f -0000012706 00000 f -0000012707 00000 f -0000012708 00000 f -0000012709 00000 f -0000012710 00000 f -0000012711 00000 f -0000012712 00000 f -0000012713 00000 f -0000012714 00000 f -0000012715 00000 f -0000012716 00000 f -0000012717 00000 f -0000012718 00000 f -0000012719 00000 f -0000012720 00000 f -0000012721 00000 f -0000012722 00000 f -0000012723 00000 f -0000012724 00000 f -0000012725 00000 f -0000012726 00000 f -0000012727 00000 f -0000012728 00000 f -0000012729 00000 f -0000012730 00000 f -0000012731 00000 f -0000012732 00000 f -0000012733 00000 f -0000012734 00000 f -0000012735 00000 f -0000012736 00000 f -0000012737 00000 f -0000012738 00000 f -0000012739 00000 f -0000012740 00000 f -0000012741 00000 f -0000012742 00000 f -0000012743 00000 f -0000012744 00000 f -0000012745 00000 f -0000012746 00000 f -0000012747 00000 f -0000012748 00000 f -0000012749 00000 f -0000012750 00000 f -0000012751 00000 f -0000012752 00000 f -0000012753 00000 f -0000012754 00000 f -0000012755 00000 f -0000012756 00000 f -0000012757 00000 f -0000012758 00000 f -0000012759 00000 f -0000012760 00000 f -0000012761 00000 f -0000012762 00000 f -0000012763 00000 f -0000012764 00000 f -0000012765 00000 f -0000012766 00000 f -0000012767 00000 f -0000012768 00000 f -0000012769 00000 f -0000012770 00000 f -0000012771 00000 f -0000012772 00000 f -0000012773 00000 f -0000012774 00000 f -0000012775 00000 f -0000012776 00000 f -0000012777 00000 f -0000012778 00000 f -0000012779 00000 f -0000012780 00000 f -0000012781 00000 f -0000012782 00000 f -0000012783 00000 f -0000012784 00000 f -0000012785 00000 f -0000012786 00000 f -0000012787 00000 f -0000012788 00000 f -0000012789 00000 f -0000012790 00000 f -0000012791 00000 f -0000012792 00000 f -0000012793 00000 f -0000012794 00000 f -0000012795 00000 f -0000012796 00000 f -0000012797 00000 f -0000012798 00000 f -0000012799 00000 f -0000012800 00000 f -0000012801 00000 f -0000012802 00000 f -0000012803 00000 f -0000012804 00000 f -0000012805 00000 f -0000012806 00000 f -0000012807 00000 f -0000012808 00000 f -0000012809 00000 f -0000012810 00000 f -0000012811 00000 f -0000012812 00000 f -0000012813 00000 f -0000012814 00000 f -0000012815 00000 f -0000012816 00000 f -0000012817 00000 f -0000012818 00000 f -0000012819 00000 f -0000012820 00000 f -0000012821 00000 f -0000012822 00000 f -0000012823 00000 f -0000012824 00000 f -0000012825 00000 f -0000012826 00000 f -0000012827 00000 f -0000012828 00000 f -0000012829 00000 f -0000012830 00000 f -0000012831 00000 f -0000012832 00000 f -0000012833 00000 f -0000012834 00000 f -0000012835 00000 f -0000012836 00000 f -0000012837 00000 f -0000012838 00000 f -0000012839 00000 f -0000012840 00000 f -0000012841 00000 f -0000012842 00000 f -0000012843 00000 f -0000012844 00000 f -0000012845 00000 f -0000012846 00000 f -0000012847 00000 f -0000012848 00000 f -0000012849 00000 f -0000012850 00000 f -0000012851 00000 f -0000012852 00000 f -0000012853 00000 f -0000012854 00000 f -0000012855 00000 f -0000012856 00000 f -0000012857 00000 f -0000012858 00000 f -0000012859 00000 f -0000012860 00000 f -0000012861 00000 f -0000012862 00000 f -0000012863 00000 f -0000012864 00000 f -0000012865 00000 f -0000012866 00000 f -0000012867 00000 f -0000012868 00000 f -0000012869 00000 f -0000012870 00000 f -0000012871 00000 f -0000012872 00000 f -0000012873 00000 f -0000012874 00000 f -0000012875 00000 f -0000012876 00000 f -0000012877 00000 f -0000012878 00000 f -0000012879 00000 f -0000012880 00000 f -0000012881 00000 f -0000012882 00000 f -0000012883 00000 f -0000012884 00000 f -0000012885 00000 f -0000012886 00000 f -0000012887 00000 f -0000012888 00000 f -0000012889 00000 f -0000012890 00000 f -0000012891 00000 f -0000012892 00000 f -0000012893 00000 f -0000012894 00000 f -0000012895 00000 f -0000012896 00000 f -0000012897 00000 f -0000012898 00000 f -0000012899 00000 f -0000012900 00000 f -0000012901 00000 f -0000012902 00000 f -0000012903 00000 f -0000012904 00000 f -0000012905 00000 f -0000012906 00000 f -0000012907 00000 f -0000012908 00000 f -0000012909 00000 f -0000012910 00000 f -0000012911 00000 f -0000012912 00000 f -0000012913 00000 f -0000012914 00000 f -0000012915 00000 f -0000012916 00000 f -0000012917 00000 f -0000012918 00000 f -0000012919 00000 f -0000012920 00000 f -0000012921 00000 f -0000012922 00000 f -0000012923 00000 f -0000012924 00000 f -0000012925 00000 f -0000012926 00000 f -0000012927 00000 f -0000012928 00000 f -0000012929 00000 f -0000012930 00000 f -0000012931 00000 f -0000012932 00000 f -0000012933 00000 f -0000012934 00000 f -0000012935 00000 f -0000012936 00000 f -0000012937 00000 f -0000012938 00000 f -0000012939 00000 f -0000012940 00000 f -0000012941 00000 f -0000012942 00000 f -0000012943 00000 f -0000012944 00000 f -0000012945 00000 f -0000012946 00000 f -0000012947 00000 f -0000012948 00000 f -0000012949 00000 f -0000012950 00000 f -0000012951 00000 f -0000012952 00000 f -0000012953 00000 f -0000012954 00000 f -0000012955 00000 f -0000012956 00000 f -0000012957 00000 f -0000012958 00000 f -0000012959 00000 f -0000012960 00000 f -0000012961 00000 f -0000012962 00000 f -0000012963 00000 f -0000012964 00000 f -0000012965 00000 f -0000012966 00000 f -0000012967 00000 f -0000012968 00000 f -0000012969 00000 f -0000012970 00000 f -0000012971 00000 f -0000012972 00000 f -0000012973 00000 f -0000012974 00000 f -0000012975 00000 f -0000012976 00000 f -0000012977 00000 f -0000012978 00000 f -0000012979 00000 f -0000012980 00000 f -0000012981 00000 f -0000012982 00000 f -0000012983 00000 f -0000012984 00000 f -0000012985 00000 f -0000012986 00000 f -0000012987 00000 f -0000012988 00000 f -0000012989 00000 f -0000012990 00000 f -0000012991 00000 f -0000012992 00000 f -0000012993 00000 f -0000012994 00000 f -0000012995 00000 f -0000012996 00000 f -0000012997 00000 f -0000012998 00000 f -0000012999 00000 f -0000013000 00000 f -0000013001 00000 f -0000013002 00000 f -0000013003 00000 f -0000013004 00000 f -0000013005 00000 f -0000013006 00000 f -0000013007 00000 f -0000013008 00000 f -0000013009 00000 f -0000013010 00000 f -0000013011 00000 f -0000013012 00000 f -0000013013 00000 f -0000013014 00000 f -0000013015 00000 f -0000013016 00000 f -0000013017 00000 f -0000013018 00000 f -0000013019 00000 f -0000013020 00000 f -0000013021 00000 f -0000013022 00000 f -0000013023 00000 f -0000013024 00000 f -0000013025 00000 f -0000013026 00000 f -0000013027 00000 f -0000013028 00000 f -0000013029 00000 f -0000013030 00000 f -0000013031 00000 f -0000013032 00000 f -0000013033 00000 f -0000013034 00000 f -0000013035 00000 f -0000013036 00000 f -0000013037 00000 f -0000013038 00000 f -0000013039 00000 f -0000013040 00000 f -0000013041 00000 f -0000013042 00000 f -0000013043 00000 f -0000013044 00000 f -0000013045 00000 f -0000013046 00000 f -0000013047 00000 f -0000013048 00000 f -0000013049 00000 f -0000013050 00000 f -0000013051 00000 f -0000013052 00000 f -0000013053 00000 f -0000013054 00000 f -0000013055 00000 f -0000013056 00000 f -0000013057 00000 f -0000013058 00000 f -0000013059 00000 f -0000013060 00000 f -0000013061 00000 f -0000013062 00000 f -0000013063 00000 f -0000013064 00000 f -0000013065 00000 f -0000013066 00000 f -0000013067 00000 f -0000013068 00000 f -0000013069 00000 f -0000013070 00000 f -0000013071 00000 f -0000013072 00000 f -0000013073 00000 f -0000013074 00000 f -0000013075 00000 f -0000013076 00000 f -0000013077 00000 f -0000013078 00000 f -0000013079 00000 f -0000013080 00000 f -0000013081 00000 f -0000013082 00000 f -0000013083 00000 f -0000013084 00000 f -0000013085 00000 f -0000013086 00000 f -0000013087 00000 f -0000013088 00000 f -0000013089 00000 f -0000013090 00000 f -0000013091 00000 f -0000013092 00000 f -0000013093 00000 f -0000013094 00000 f -0000013095 00000 f -0000013096 00000 f -0000013097 00000 f -0000013098 00000 f -0000013099 00000 f -0000013100 00000 f -0000013101 00000 f -0000013102 00000 f -0000013103 00000 f -0000013104 00000 f -0000013105 00000 f -0000013106 00000 f -0000013107 00000 f -0000013108 00000 f -0000013109 00000 f -0000013110 00000 f -0000013111 00000 f -0000013112 00000 f -0000013113 00000 f -0000013114 00000 f -0000013115 00000 f -0000013116 00000 f -0000013117 00000 f -0000013118 00000 f -0000013119 00000 f -0000013120 00000 f -0000013121 00000 f -0000013122 00000 f -0000013123 00000 f -0000013124 00000 f -0000013125 00000 f -0000013126 00000 f -0000013127 00000 f -0000013128 00000 f -0000013129 00000 f -0000013130 00000 f -0000013131 00000 f -0000013132 00000 f -0000013133 00000 f -0000013134 00000 f -0000013135 00000 f -0000013136 00000 f -0000013137 00000 f -0000013138 00000 f -0000013139 00000 f -0000013140 00000 f -0000013141 00000 f -0000013142 00000 f -0000013143 00000 f -0000013144 00000 f -0000013145 00000 f -0000013146 00000 f -0000013147 00000 f -0000013148 00000 f -0000013149 00000 f -0000013150 00000 f -0000013151 00000 f -0000013152 00000 f -0000013153 00000 f -0000013154 00000 f -0000013155 00000 f -0000013156 00000 f -0000013157 00000 f -0000013158 00000 f -0000013159 00000 f -0000013160 00000 f -0000013161 00000 f -0000013162 00000 f -0000013163 00000 f -0000013164 00000 f -0000013165 00000 f -0000013166 00000 f -0000013167 00000 f -0000013168 00000 f -0000013169 00000 f -0000013176 00000 f -0000288610 00000 n -0000288644 00000 n -0000288488 00000 n -0000288522 00000 n -0000288366 00000 n -0000288400 00000 n -0000013177 00000 f -0000013178 00000 f -0000013179 00000 f -0000013180 00000 f -0000013181 00000 f -0000013182 00000 f -0000013183 00000 f -0000013184 00000 f -0000013188 00000 f -0000271868 00000 n -0000271950 00000 n -0000272033 00000 n -0000013189 00000 f -0000013190 00000 f -0000013191 00000 f -0000013192 00000 f -0000013193 00000 f -0000013194 00000 f -0000013195 00000 f -0000013196 00000 f -0000013197 00000 f -0000013198 00000 f -0000013199 00000 f -0000013200 00000 f -0000013201 00000 f -0000013202 00000 f -0000013203 00000 f -0000013204 00000 f -0000013205 00000 f -0000013206 00000 f -0000013207 00000 f -0000013208 00000 f -0000013209 00000 f -0000013210 00000 f -0000013211 00000 f -0000013212 00000 f -0000013213 00000 f -0000013214 00000 f -0000013215 00000 f -0000013216 00000 f -0000013217 00000 f -0000013218 00000 f -0000013219 00000 f -0000013220 00000 f -0000013221 00000 f -0000013222 00000 f -0000013223 00000 f -0000013224 00000 f -0000013225 00000 f -0000013226 00000 f -0000013227 00000 f -0000013228 00000 f -0000013229 00000 f -0000013230 00000 f -0000013231 00000 f -0000013232 00000 f -0000013233 00000 f -0000013234 00000 f -0000013235 00000 f -0000013236 00000 f -0000013237 00000 f -0000013238 00000 f -0000013239 00000 f -0000013240 00000 f -0000013241 00000 f -0000013242 00000 f -0000013243 00000 f -0000013244 00000 f -0000013245 00000 f -0000013246 00000 f -0000013247 00000 f -0000013248 00000 f -0000013249 00000 f -0000013250 00000 f -0000013251 00000 f -0000013252 00000 f -0000013253 00000 f -0000013254 00000 f -0000013255 00000 f -0000013256 00000 f -0000013257 00000 f -0000013258 00000 f -0000013259 00000 f -0000013260 00000 f -0000013261 00000 f -0000013262 00000 f -0000013263 00000 f -0000013264 00000 f -0000013265 00000 f -0000013266 00000 f -0000013267 00000 f -0000013268 00000 f -0000013269 00000 f -0000013270 00000 f -0000013271 00000 f -0000013272 00000 f -0000013273 00000 f -0000013274 00000 f -0000013275 00000 f -0000013276 00000 f -0000013277 00000 f -0000013278 00000 f -0000013279 00000 f -0000013280 00000 f -0000013281 00000 f -0000013282 00000 f -0000013283 00000 f -0000013284 00000 f -0000013285 00000 f -0000013286 00000 f -0000013287 00000 f -0000013288 00000 f -0000013289 00000 f -0000013290 00000 f -0000013291 00000 f -0000013292 00000 f -0000013293 00000 f -0000013294 00000 f -0000013295 00000 f -0000013296 00000 f -0000013297 00000 f -0000013298 00000 f -0000013299 00000 f -0000013300 00000 f -0000013301 00000 f -0000013302 00000 f -0000013303 00000 f -0000013304 00000 f -0000013305 00000 f -0000013306 00000 f -0000013307 00000 f -0000013308 00000 f -0000013309 00000 f -0000013310 00000 f -0000013311 00000 f -0000013312 00000 f -0000013313 00000 f -0000013314 00000 f -0000013315 00000 f -0000013316 00000 f -0000013317 00000 f -0000013318 00000 f -0000013319 00000 f -0000013320 00000 f -0000013321 00000 f -0000013322 00000 f -0000013323 00000 f -0000013324 00000 f -0000013325 00000 f -0000013326 00000 f -0000013327 00000 f -0000013328 00000 f -0000013329 00000 f -0000013330 00000 f -0000013331 00000 f -0000013332 00000 f -0000013333 00000 f -0000013334 00000 f -0000013335 00000 f -0000013336 00000 f -0000013337 00000 f -0000013338 00000 f -0000013339 00000 f -0000013340 00000 f -0000013341 00000 f -0000013342 00000 f -0000013343 00000 f -0000013344 00000 f -0000013345 00000 f -0000013346 00000 f -0000013347 00000 f -0000013348 00000 f -0000013349 00000 f -0000013350 00000 f -0000013351 00000 f -0000013352 00000 f -0000013353 00000 f -0000013354 00000 f -0000013355 00000 f -0000013356 00000 f -0000013357 00000 f -0000013358 00000 f -0000013359 00000 f -0000013360 00000 f -0000013361 00000 f -0000013362 00000 f -0000013363 00000 f -0000013364 00000 f -0000013365 00000 f -0000013366 00000 f -0000013367 00000 f -0000013368 00000 f -0000013369 00000 f -0000013370 00000 f -0000013371 00000 f -0000013372 00000 f -0000013373 00000 f -0000013374 00000 f -0000013375 00000 f -0000013376 00000 f -0000013377 00000 f -0000013378 00000 f -0000013379 00000 f -0000013380 00000 f -0000013381 00000 f -0000013382 00000 f -0000013383 00000 f -0000013384 00000 f -0000013385 00000 f -0000013386 00000 f -0000013387 00000 f -0000013388 00000 f -0000013389 00000 f -0000013390 00000 f -0000013391 00000 f -0000013392 00000 f -0000013393 00000 f -0000013394 00000 f -0000013395 00000 f -0000013396 00000 f -0000013397 00000 f -0000013398 00000 f -0000013399 00000 f -0000013400 00000 f -0000013401 00000 f -0000013402 00000 f -0000013403 00000 f -0000013404 00000 f -0000013405 00000 f -0000013406 00000 f -0000013407 00000 f -0000013408 00000 f -0000013409 00000 f -0000013410 00000 f -0000013411 00000 f -0000013412 00000 f -0000013413 00000 f -0000013414 00000 f -0000013415 00000 f -0000013416 00000 f -0000013417 00000 f -0000013418 00000 f -0000013419 00000 f -0000013420 00000 f -0000013421 00000 f -0000013422 00000 f -0000013423 00000 f -0000013424 00000 f -0000013425 00000 f -0000013426 00000 f -0000013427 00000 f -0000013428 00000 f -0000013429 00000 f -0000013430 00000 f -0000013431 00000 f -0000013432 00000 f -0000013433 00000 f -0000013434 00000 f -0000013435 00000 f -0000013436 00000 f -0000013437 00000 f -0000013438 00000 f -0000013439 00000 f -0000013440 00000 f -0000013441 00000 f -0000013442 00000 f -0000013443 00000 f -0000013444 00000 f -0000013445 00000 f -0000013446 00000 f -0000013447 00000 f -0000013448 00000 f -0000013449 00000 f -0000013450 00000 f -0000013451 00000 f -0000013452 00000 f -0000013453 00000 f -0000013454 00000 f -0000013455 00000 f -0000013456 00000 f -0000013457 00000 f -0000013458 00000 f -0000013459 00000 f -0000013460 00000 f -0000013461 00000 f -0000013462 00000 f -0000013463 00000 f -0000013464 00000 f -0000013465 00000 f -0000013466 00000 f -0000013467 00000 f -0000013468 00000 f -0000013469 00000 f -0000013470 00000 f -0000013471 00000 f -0000013472 00000 f -0000013473 00000 f -0000013474 00000 f -0000013475 00000 f -0000013476 00000 f -0000013477 00000 f -0000013478 00000 f -0000013479 00000 f -0000013480 00000 f -0000013481 00000 f -0000013482 00000 f -0000013483 00000 f -0000013484 00000 f -0000013485 00000 f -0000013486 00000 f -0000013487 00000 f -0000013488 00000 f -0000013489 00000 f -0000013490 00000 f -0000013491 00000 f -0000013492 00000 f -0000013493 00000 f -0000013494 00000 f -0000013495 00000 f -0000013496 00000 f -0000013497 00000 f -0000013498 00000 f -0000013499 00000 f -0000013500 00000 f -0000013501 00000 f -0000013502 00000 f -0000013503 00000 f -0000013504 00000 f -0000013505 00000 f -0000013506 00000 f -0000013507 00000 f -0000013508 00000 f -0000013509 00000 f -0000013510 00000 f -0000013511 00000 f -0000013512 00000 f -0000013513 00000 f -0000013514 00000 f -0000013515 00000 f -0000013516 00000 f -0000013517 00000 f -0000013518 00000 f -0000013519 00000 f -0000013520 00000 f -0000013521 00000 f -0000013522 00000 f -0000013523 00000 f -0000013524 00000 f -0000013525 00000 f -0000013526 00000 f -0000013527 00000 f -0000013528 00000 f -0000013529 00000 f -0000013530 00000 f -0000013531 00000 f -0000013532 00000 f -0000013533 00000 f -0000013534 00000 f -0000013535 00000 f -0000013536 00000 f -0000013537 00000 f -0000013538 00000 f -0000013539 00000 f -0000013540 00000 f -0000013541 00000 f -0000013542 00000 f -0000013543 00000 f -0000013544 00000 f -0000013545 00000 f -0000013546 00000 f -0000013547 00000 f -0000013548 00000 f -0000013549 00000 f -0000013550 00000 f -0000013551 00000 f -0000013552 00000 f -0000013553 00000 f -0000013554 00000 f -0000013555 00000 f -0000013556 00000 f -0000013557 00000 f -0000013558 00000 f -0000013559 00000 f -0000013560 00000 f -0000013561 00000 f -0000013562 00000 f -0000013563 00000 f -0000013564 00000 f -0000013565 00000 f -0000013566 00000 f -0000013567 00000 f -0000013568 00000 f -0000013569 00000 f -0000013570 00000 f -0000013571 00000 f -0000013572 00000 f -0000013573 00000 f -0000013574 00000 f -0000013575 00000 f -0000013576 00000 f -0000013577 00000 f -0000013578 00000 f -0000013579 00000 f -0000013580 00000 f -0000013581 00000 f -0000013582 00000 f -0000013583 00000 f -0000013584 00000 f -0000013585 00000 f -0000013586 00000 f -0000013587 00000 f -0000013588 00000 f -0000013589 00000 f -0000013590 00000 f -0000013591 00000 f -0000013592 00000 f -0000013593 00000 f -0000013594 00000 f -0000013595 00000 f -0000013596 00000 f -0000013597 00000 f -0000013598 00000 f -0000013599 00000 f -0000013600 00000 f -0000013601 00000 f -0000013602 00000 f -0000013603 00000 f -0000013604 00000 f -0000013605 00000 f -0000013606 00000 f -0000013607 00000 f -0000013608 00000 f -0000013609 00000 f -0000013610 00000 f -0000013611 00000 f -0000013612 00000 f -0000013613 00000 f -0000013614 00000 f -0000013615 00000 f -0000013616 00000 f -0000013617 00000 f -0000013618 00000 f -0000013619 00000 f -0000013620 00000 f -0000013621 00000 f -0000013622 00000 f -0000013623 00000 f -0000013624 00000 f -0000013625 00000 f -0000013626 00000 f -0000013627 00000 f -0000013628 00000 f -0000013629 00000 f -0000013630 00000 f -0000013631 00000 f -0000013632 00000 f -0000013633 00000 f -0000013634 00000 f -0000013635 00000 f -0000013636 00000 f -0000013637 00000 f -0000013638 00000 f -0000013639 00000 f -0000013640 00000 f -0000013641 00000 f -0000013642 00000 f -0000013643 00000 f -0000013644 00000 f -0000013645 00000 f -0000013646 00000 f -0000013647 00000 f -0000013648 00000 f -0000013649 00000 f -0000013650 00000 f -0000013651 00000 f -0000013652 00000 f -0000013653 00000 f -0000013654 00000 f -0000013655 00000 f -0000013656 00000 f -0000013657 00000 f -0000013658 00000 f -0000013659 00000 f -0000013660 00000 f -0000013661 00000 f -0000013662 00000 f -0000013663 00000 f -0000013664 00000 f -0000013665 00000 f -0000013666 00000 f -0000013667 00000 f -0000013668 00000 f -0000013669 00000 f -0000013670 00000 f -0000013671 00000 f -0000013672 00000 f -0000013673 00000 f -0000013674 00000 f -0000013675 00000 f -0000013676 00000 f -0000013677 00000 f -0000013678 00000 f -0000013679 00000 f -0000013680 00000 f -0000013681 00000 f -0000013682 00000 f -0000013683 00000 f -0000013684 00000 f -0000013685 00000 f -0000013686 00000 f -0000013687 00000 f -0000013688 00000 f -0000013689 00000 f -0000013690 00000 f -0000013691 00000 f -0000013692 00000 f -0000013693 00000 f -0000013694 00000 f -0000013695 00000 f -0000013696 00000 f -0000013697 00000 f -0000013698 00000 f -0000013699 00000 f -0000013700 00000 f -0000013701 00000 f -0000013702 00000 f -0000013703 00000 f -0000013704 00000 f -0000013705 00000 f -0000013706 00000 f -0000013707 00000 f -0000013708 00000 f -0000013709 00000 f -0000013710 00000 f -0000013711 00000 f -0000013712 00000 f -0000013713 00000 f -0000013714 00000 f -0000013715 00000 f -0000013716 00000 f -0000013717 00000 f -0000013724 00000 f -0000288244 00000 n -0000288278 00000 n -0000288122 00000 n -0000288156 00000 n -0000288000 00000 n -0000288034 00000 n -0000013725 00000 f -0000013726 00000 f -0000013727 00000 f -0000013728 00000 f -0000013729 00000 f -0000013730 00000 f -0000013731 00000 f -0000013732 00000 f -0000013736 00000 f -0000272120 00000 n -0000272202 00000 n -0000272285 00000 n -0000013737 00000 f -0000013738 00000 f -0000013739 00000 f -0000013740 00000 f -0000013741 00000 f -0000013742 00000 f -0000013743 00000 f -0000013744 00000 f -0000013745 00000 f -0000013746 00000 f -0000013747 00000 f -0000013748 00000 f -0000013749 00000 f -0000013750 00000 f -0000013751 00000 f -0000013752 00000 f -0000013753 00000 f -0000013754 00000 f -0000013755 00000 f -0000013756 00000 f -0000013757 00000 f -0000013758 00000 f -0000013759 00000 f -0000013760 00000 f -0000013761 00000 f -0000013762 00000 f -0000013763 00000 f -0000013764 00000 f -0000013765 00000 f -0000013766 00000 f -0000013767 00000 f -0000013768 00000 f -0000013769 00000 f -0000013770 00000 f -0000013771 00000 f -0000013772 00000 f -0000013773 00000 f -0000013774 00000 f -0000013775 00000 f -0000013776 00000 f -0000013777 00000 f -0000013778 00000 f -0000013779 00000 f -0000013780 00000 f -0000013781 00000 f -0000013782 00000 f -0000013783 00000 f -0000013784 00000 f -0000013785 00000 f -0000013786 00000 f -0000013787 00000 f -0000013788 00000 f -0000013789 00000 f -0000013790 00000 f -0000013791 00000 f -0000013792 00000 f -0000013793 00000 f -0000013794 00000 f -0000013795 00000 f -0000013796 00000 f -0000013797 00000 f -0000013798 00000 f -0000013799 00000 f -0000013800 00000 f -0000013801 00000 f -0000013802 00000 f -0000013803 00000 f -0000013804 00000 f -0000013805 00000 f -0000013806 00000 f -0000013807 00000 f -0000013808 00000 f -0000013809 00000 f -0000013810 00000 f -0000013811 00000 f -0000013812 00000 f -0000013813 00000 f -0000013814 00000 f -0000013815 00000 f -0000013816 00000 f -0000013817 00000 f -0000013818 00000 f -0000013819 00000 f -0000013820 00000 f -0000013821 00000 f -0000013822 00000 f -0000013823 00000 f -0000013824 00000 f -0000013825 00000 f -0000013826 00000 f -0000013827 00000 f -0000013828 00000 f -0000013829 00000 f -0000013830 00000 f -0000013831 00000 f -0000013832 00000 f -0000013833 00000 f -0000013834 00000 f -0000013835 00000 f -0000013836 00000 f -0000013837 00000 f -0000013838 00000 f -0000013839 00000 f -0000013840 00000 f -0000013841 00000 f -0000013842 00000 f -0000013843 00000 f -0000013844 00000 f -0000013845 00000 f -0000013846 00000 f -0000013847 00000 f -0000013848 00000 f -0000013849 00000 f -0000013850 00000 f -0000013851 00000 f -0000013852 00000 f -0000013853 00000 f -0000013854 00000 f -0000013855 00000 f -0000013856 00000 f -0000013857 00000 f -0000013858 00000 f -0000013859 00000 f -0000013860 00000 f -0000013861 00000 f -0000013862 00000 f -0000013863 00000 f -0000013864 00000 f -0000013865 00000 f -0000013866 00000 f -0000013867 00000 f -0000013868 00000 f -0000013869 00000 f -0000013870 00000 f -0000013871 00000 f -0000013872 00000 f -0000013873 00000 f -0000013874 00000 f -0000013875 00000 f -0000013876 00000 f -0000013877 00000 f -0000013878 00000 f -0000013879 00000 f -0000013880 00000 f -0000013881 00000 f -0000013882 00000 f -0000013883 00000 f -0000013884 00000 f -0000013885 00000 f -0000013886 00000 f -0000013887 00000 f -0000013888 00000 f -0000013889 00000 f -0000013890 00000 f -0000013891 00000 f -0000013892 00000 f -0000013893 00000 f -0000013894 00000 f -0000013895 00000 f -0000013896 00000 f -0000013897 00000 f -0000013898 00000 f -0000013899 00000 f -0000013900 00000 f -0000013901 00000 f -0000013902 00000 f -0000013903 00000 f -0000013904 00000 f -0000013905 00000 f -0000013906 00000 f -0000013907 00000 f -0000013908 00000 f -0000013909 00000 f -0000013910 00000 f -0000013911 00000 f -0000013912 00000 f -0000013913 00000 f -0000013914 00000 f -0000013915 00000 f -0000013916 00000 f -0000013917 00000 f -0000013918 00000 f -0000013919 00000 f -0000013920 00000 f -0000013921 00000 f -0000013922 00000 f -0000013923 00000 f -0000013924 00000 f -0000013925 00000 f -0000013926 00000 f -0000013927 00000 f -0000013928 00000 f -0000013929 00000 f -0000013930 00000 f -0000013931 00000 f -0000013932 00000 f -0000013933 00000 f -0000013934 00000 f -0000013935 00000 f -0000013936 00000 f -0000013937 00000 f -0000013938 00000 f -0000013939 00000 f -0000013940 00000 f -0000013941 00000 f -0000013942 00000 f -0000013943 00000 f -0000013944 00000 f -0000013945 00000 f -0000013946 00000 f -0000013947 00000 f -0000013948 00000 f -0000013949 00000 f -0000013950 00000 f -0000013951 00000 f -0000013952 00000 f -0000013953 00000 f -0000013954 00000 f -0000013955 00000 f -0000013956 00000 f -0000013957 00000 f -0000013958 00000 f -0000013959 00000 f -0000013960 00000 f -0000013961 00000 f -0000013962 00000 f -0000013963 00000 f -0000013964 00000 f -0000013965 00000 f -0000013966 00000 f -0000013967 00000 f -0000013968 00000 f -0000013969 00000 f -0000013970 00000 f -0000013971 00000 f -0000013972 00000 f -0000013973 00000 f -0000013974 00000 f -0000013975 00000 f -0000013976 00000 f -0000013977 00000 f -0000013978 00000 f -0000013979 00000 f -0000013980 00000 f -0000013981 00000 f -0000013982 00000 f -0000013983 00000 f -0000013984 00000 f -0000013985 00000 f -0000013986 00000 f -0000013987 00000 f -0000013988 00000 f -0000013989 00000 f -0000013990 00000 f -0000013991 00000 f -0000013992 00000 f -0000013993 00000 f -0000013994 00000 f -0000013995 00000 f -0000013996 00000 f -0000013997 00000 f -0000013998 00000 f -0000013999 00000 f -0000014000 00000 f -0000014001 00000 f -0000014002 00000 f -0000014003 00000 f -0000014004 00000 f -0000014005 00000 f -0000014006 00000 f -0000014007 00000 f -0000014008 00000 f -0000014009 00000 f -0000014010 00000 f -0000014011 00000 f -0000014012 00000 f -0000014013 00000 f -0000014014 00000 f -0000014015 00000 f -0000014016 00000 f -0000014017 00000 f -0000014018 00000 f -0000014019 00000 f -0000014020 00000 f -0000014021 00000 f -0000014022 00000 f -0000014023 00000 f -0000014024 00000 f -0000014025 00000 f -0000014026 00000 f -0000014027 00000 f -0000014028 00000 f -0000014029 00000 f -0000014030 00000 f -0000014031 00000 f -0000014032 00000 f -0000014033 00000 f -0000014034 00000 f -0000014035 00000 f -0000014036 00000 f -0000014037 00000 f -0000014038 00000 f -0000014039 00000 f -0000014040 00000 f -0000014041 00000 f -0000014042 00000 f -0000014043 00000 f -0000014044 00000 f -0000014045 00000 f -0000014046 00000 f -0000014047 00000 f -0000014048 00000 f -0000014049 00000 f -0000014050 00000 f -0000014051 00000 f -0000014052 00000 f -0000014053 00000 f -0000014054 00000 f -0000014055 00000 f -0000014056 00000 f -0000014057 00000 f -0000014058 00000 f -0000014059 00000 f -0000014060 00000 f -0000014061 00000 f -0000014062 00000 f -0000014063 00000 f -0000014064 00000 f -0000014065 00000 f -0000014066 00000 f -0000014067 00000 f -0000014068 00000 f -0000014069 00000 f -0000014070 00000 f -0000014071 00000 f -0000014072 00000 f -0000014073 00000 f -0000014074 00000 f -0000014075 00000 f -0000014076 00000 f -0000014077 00000 f -0000014078 00000 f -0000014079 00000 f -0000014080 00000 f -0000014081 00000 f -0000014082 00000 f -0000014083 00000 f -0000014084 00000 f -0000014085 00000 f -0000014086 00000 f -0000014087 00000 f -0000014088 00000 f -0000014089 00000 f -0000014090 00000 f -0000014091 00000 f -0000014092 00000 f -0000014093 00000 f -0000014094 00000 f -0000014095 00000 f -0000014096 00000 f -0000014097 00000 f -0000014098 00000 f -0000014099 00000 f -0000014100 00000 f -0000014101 00000 f -0000014102 00000 f -0000014103 00000 f -0000014104 00000 f -0000014105 00000 f -0000014106 00000 f -0000014107 00000 f -0000014108 00000 f -0000014109 00000 f -0000014110 00000 f -0000014111 00000 f -0000014112 00000 f -0000014113 00000 f -0000014114 00000 f -0000014115 00000 f -0000014116 00000 f -0000014117 00000 f -0000014118 00000 f -0000014119 00000 f -0000014120 00000 f -0000014121 00000 f -0000014122 00000 f -0000014123 00000 f -0000014124 00000 f -0000014125 00000 f -0000014126 00000 f -0000014127 00000 f -0000014128 00000 f -0000014129 00000 f -0000014130 00000 f -0000014131 00000 f -0000014132 00000 f -0000014133 00000 f -0000014134 00000 f -0000014135 00000 f -0000014136 00000 f -0000014137 00000 f -0000014138 00000 f -0000014139 00000 f -0000014140 00000 f -0000014141 00000 f -0000014142 00000 f -0000014143 00000 f -0000014144 00000 f -0000014145 00000 f -0000014146 00000 f -0000014147 00000 f -0000014148 00000 f -0000014149 00000 f -0000014150 00000 f -0000014151 00000 f -0000014152 00000 f -0000014153 00000 f -0000014154 00000 f -0000014155 00000 f -0000014156 00000 f -0000014157 00000 f -0000014158 00000 f -0000014159 00000 f -0000014160 00000 f -0000014161 00000 f -0000014162 00000 f -0000014163 00000 f -0000014164 00000 f -0000014165 00000 f -0000014166 00000 f -0000014167 00000 f -0000014168 00000 f -0000014169 00000 f -0000014170 00000 f -0000014171 00000 f -0000014172 00000 f -0000014173 00000 f -0000014174 00000 f -0000014175 00000 f -0000014176 00000 f -0000014177 00000 f -0000014178 00000 f -0000014179 00000 f -0000014180 00000 f -0000014181 00000 f -0000014182 00000 f -0000014183 00000 f -0000014184 00000 f -0000014185 00000 f -0000014186 00000 f -0000014187 00000 f -0000014188 00000 f -0000014189 00000 f -0000014190 00000 f -0000014191 00000 f -0000014192 00000 f -0000014193 00000 f -0000014194 00000 f -0000014195 00000 f -0000014196 00000 f -0000014197 00000 f -0000014198 00000 f -0000014199 00000 f -0000014200 00000 f -0000014201 00000 f -0000014202 00000 f -0000014203 00000 f -0000014204 00000 f -0000014205 00000 f -0000014206 00000 f -0000014207 00000 f -0000014208 00000 f -0000014209 00000 f -0000014210 00000 f -0000014211 00000 f -0000014212 00000 f -0000014213 00000 f -0000014214 00000 f -0000014215 00000 f -0000014216 00000 f -0000014217 00000 f -0000014218 00000 f -0000014219 00000 f -0000014220 00000 f -0000014221 00000 f -0000014222 00000 f -0000014223 00000 f -0000014224 00000 f -0000014225 00000 f -0000014226 00000 f -0000014227 00000 f -0000014228 00000 f -0000014229 00000 f -0000014230 00000 f -0000014231 00000 f -0000014232 00000 f -0000014233 00000 f -0000014234 00000 f -0000014235 00000 f -0000014236 00000 f -0000014237 00000 f -0000014238 00000 f -0000014239 00000 f -0000014240 00000 f -0000014241 00000 f -0000014242 00000 f -0000014243 00000 f -0000014244 00000 f -0000014245 00000 f -0000014246 00000 f -0000014247 00000 f -0000014248 00000 f -0000014249 00000 f -0000014250 00000 f -0000014251 00000 f -0000014252 00000 f -0000014253 00000 f -0000014254 00000 f -0000014255 00000 f -0000014256 00000 f -0000014257 00000 f -0000014258 00000 f -0000014259 00000 f -0000014260 00000 f -0000014261 00000 f -0000014262 00000 f -0000014263 00000 f -0000014264 00000 f -0000014265 00000 f -0000014272 00000 f -0000287878 00000 n -0000287912 00000 n -0000287756 00000 n -0000287790 00000 n -0000287634 00000 n -0000287668 00000 n -0000014273 00000 f -0000014274 00000 f -0000014275 00000 f -0000014276 00000 f -0000014277 00000 f -0000014278 00000 f -0000014279 00000 f -0000014280 00000 f -0000014284 00000 f -0000272372 00000 n -0000272454 00000 n -0000272537 00000 n -0000014285 00000 f -0000014286 00000 f -0000014287 00000 f -0000014288 00000 f -0000014289 00000 f -0000014290 00000 f -0000014291 00000 f -0000014292 00000 f -0000014293 00000 f -0000014294 00000 f -0000014295 00000 f -0000014296 00000 f -0000014297 00000 f -0000014298 00000 f -0000014299 00000 f -0000014300 00000 f -0000014301 00000 f -0000014302 00000 f -0000014303 00000 f -0000014304 00000 f -0000014305 00000 f -0000014306 00000 f -0000014307 00000 f -0000014308 00000 f -0000014309 00000 f -0000014310 00000 f -0000014311 00000 f -0000014312 00000 f -0000014313 00000 f -0000014314 00000 f -0000014315 00000 f -0000014316 00000 f -0000014317 00000 f -0000014318 00000 f -0000014319 00000 f -0000014320 00000 f -0000014321 00000 f -0000014322 00000 f -0000014323 00000 f -0000014324 00000 f -0000014325 00000 f -0000014326 00000 f -0000014327 00000 f -0000014328 00000 f -0000014329 00000 f -0000014330 00000 f -0000014331 00000 f -0000014332 00000 f -0000014333 00000 f -0000014334 00000 f -0000014335 00000 f -0000014336 00000 f -0000014337 00000 f -0000014338 00000 f -0000014339 00000 f -0000014340 00000 f -0000014341 00000 f -0000014342 00000 f -0000014343 00000 f -0000014344 00000 f -0000014345 00000 f -0000014346 00000 f -0000014347 00000 f -0000014348 00000 f -0000014349 00000 f -0000014350 00000 f -0000014351 00000 f -0000014352 00000 f -0000014353 00000 f -0000014354 00000 f -0000014355 00000 f -0000014356 00000 f -0000014357 00000 f -0000014358 00000 f -0000014359 00000 f -0000014360 00000 f -0000014361 00000 f -0000014362 00000 f -0000014363 00000 f -0000014364 00000 f -0000014365 00000 f -0000014366 00000 f -0000014367 00000 f -0000014368 00000 f -0000014369 00000 f -0000014370 00000 f -0000014371 00000 f -0000014372 00000 f -0000014373 00000 f -0000014374 00000 f -0000014375 00000 f -0000014376 00000 f -0000014377 00000 f -0000014378 00000 f -0000014379 00000 f -0000014380 00000 f -0000014381 00000 f -0000014382 00000 f -0000014383 00000 f -0000014384 00000 f -0000014385 00000 f -0000014386 00000 f -0000014387 00000 f -0000014388 00000 f -0000014389 00000 f -0000014390 00000 f -0000014391 00000 f -0000014392 00000 f -0000014393 00000 f -0000014394 00000 f -0000014395 00000 f -0000014396 00000 f -0000014397 00000 f -0000014398 00000 f -0000014399 00000 f -0000014400 00000 f -0000014401 00000 f -0000014402 00000 f -0000014403 00000 f -0000014404 00000 f -0000014405 00000 f -0000014406 00000 f -0000014407 00000 f -0000014408 00000 f -0000014409 00000 f -0000014410 00000 f -0000014411 00000 f -0000014412 00000 f -0000014413 00000 f -0000014414 00000 f -0000014415 00000 f -0000014416 00000 f -0000014417 00000 f -0000014418 00000 f -0000014419 00000 f -0000014420 00000 f -0000014421 00000 f -0000014422 00000 f -0000014423 00000 f -0000014424 00000 f -0000014425 00000 f -0000014426 00000 f -0000014427 00000 f -0000014428 00000 f -0000014429 00000 f -0000014430 00000 f -0000014431 00000 f -0000014432 00000 f -0000014433 00000 f -0000014434 00000 f -0000014435 00000 f -0000014436 00000 f -0000014437 00000 f -0000014438 00000 f -0000014439 00000 f -0000014440 00000 f -0000014441 00000 f -0000014442 00000 f -0000014443 00000 f -0000014444 00000 f -0000014445 00000 f -0000014446 00000 f -0000014447 00000 f -0000014448 00000 f -0000014449 00000 f -0000014450 00000 f -0000014451 00000 f -0000014452 00000 f -0000014453 00000 f -0000014454 00000 f -0000014455 00000 f -0000014456 00000 f -0000014457 00000 f -0000014458 00000 f -0000014459 00000 f -0000014460 00000 f -0000014461 00000 f -0000014462 00000 f -0000014463 00000 f -0000014464 00000 f -0000014465 00000 f -0000014466 00000 f -0000014467 00000 f -0000014468 00000 f -0000014469 00000 f -0000014470 00000 f -0000014471 00000 f -0000014472 00000 f -0000014473 00000 f -0000014474 00000 f -0000014475 00000 f -0000014476 00000 f -0000014477 00000 f -0000014478 00000 f -0000014479 00000 f -0000014480 00000 f -0000014481 00000 f -0000014482 00000 f -0000014483 00000 f -0000014484 00000 f -0000014485 00000 f -0000014486 00000 f -0000014487 00000 f -0000014488 00000 f -0000014489 00000 f -0000014490 00000 f -0000014491 00000 f -0000014492 00000 f -0000014493 00000 f -0000014494 00000 f -0000014495 00000 f -0000014496 00000 f -0000014497 00000 f -0000014498 00000 f -0000014499 00000 f -0000014500 00000 f -0000014501 00000 f -0000014502 00000 f -0000014503 00000 f -0000014504 00000 f -0000014505 00000 f -0000014506 00000 f -0000014507 00000 f -0000014508 00000 f -0000014509 00000 f -0000014510 00000 f -0000014511 00000 f -0000014512 00000 f -0000014513 00000 f -0000014514 00000 f -0000014515 00000 f -0000014516 00000 f -0000014517 00000 f -0000014518 00000 f -0000014519 00000 f -0000014520 00000 f -0000014521 00000 f -0000014522 00000 f -0000014523 00000 f -0000014524 00000 f -0000014525 00000 f -0000014526 00000 f -0000014527 00000 f -0000014528 00000 f -0000014529 00000 f -0000014530 00000 f -0000014531 00000 f -0000014532 00000 f -0000014533 00000 f -0000014534 00000 f -0000014535 00000 f -0000014536 00000 f -0000014537 00000 f -0000014538 00000 f -0000014539 00000 f -0000014540 00000 f -0000014541 00000 f -0000014542 00000 f -0000014543 00000 f -0000014544 00000 f -0000014545 00000 f -0000014546 00000 f -0000014547 00000 f -0000014548 00000 f -0000014549 00000 f -0000014550 00000 f -0000014551 00000 f -0000014552 00000 f -0000014553 00000 f -0000014554 00000 f -0000014555 00000 f -0000014556 00000 f -0000014557 00000 f -0000014558 00000 f -0000014559 00000 f -0000014560 00000 f -0000014561 00000 f -0000014562 00000 f -0000014563 00000 f -0000014564 00000 f -0000014565 00000 f -0000014566 00000 f -0000014567 00000 f -0000014568 00000 f -0000014569 00000 f -0000014570 00000 f -0000014571 00000 f -0000014572 00000 f -0000014573 00000 f -0000014574 00000 f -0000014575 00000 f -0000014576 00000 f -0000014577 00000 f -0000014578 00000 f -0000014579 00000 f -0000014580 00000 f -0000014581 00000 f -0000014582 00000 f -0000014583 00000 f -0000014584 00000 f -0000014585 00000 f -0000014586 00000 f -0000014587 00000 f -0000014588 00000 f -0000014589 00000 f -0000014590 00000 f -0000014591 00000 f -0000014592 00000 f -0000014593 00000 f -0000014594 00000 f -0000014595 00000 f -0000014596 00000 f -0000014597 00000 f -0000014598 00000 f -0000014599 00000 f -0000014600 00000 f -0000014601 00000 f -0000014602 00000 f -0000014603 00000 f -0000014604 00000 f -0000014605 00000 f -0000014606 00000 f -0000014607 00000 f -0000014608 00000 f -0000014609 00000 f -0000014610 00000 f -0000014611 00000 f -0000014612 00000 f -0000014613 00000 f -0000014614 00000 f -0000014615 00000 f -0000014616 00000 f -0000014617 00000 f -0000014618 00000 f -0000014619 00000 f -0000014620 00000 f -0000014621 00000 f -0000014622 00000 f -0000014623 00000 f -0000014624 00000 f -0000014625 00000 f -0000014626 00000 f -0000014627 00000 f -0000014628 00000 f -0000014629 00000 f -0000014630 00000 f -0000014631 00000 f -0000014632 00000 f -0000014633 00000 f -0000014634 00000 f -0000014635 00000 f -0000014636 00000 f -0000014637 00000 f -0000014638 00000 f -0000014639 00000 f -0000014640 00000 f -0000014641 00000 f -0000014642 00000 f -0000014643 00000 f -0000014644 00000 f -0000014645 00000 f -0000014646 00000 f -0000014647 00000 f -0000014648 00000 f -0000014649 00000 f -0000014650 00000 f -0000014651 00000 f -0000014652 00000 f -0000014653 00000 f -0000014654 00000 f -0000014655 00000 f -0000014656 00000 f -0000014657 00000 f -0000014658 00000 f -0000014659 00000 f -0000014660 00000 f -0000014661 00000 f -0000014662 00000 f -0000014663 00000 f -0000014664 00000 f -0000014665 00000 f -0000014666 00000 f -0000014667 00000 f -0000014668 00000 f -0000014669 00000 f -0000014670 00000 f -0000014671 00000 f -0000014672 00000 f -0000014673 00000 f -0000014674 00000 f -0000014675 00000 f -0000014676 00000 f -0000014677 00000 f -0000014678 00000 f -0000014679 00000 f -0000014680 00000 f -0000014681 00000 f -0000014682 00000 f -0000014683 00000 f -0000014684 00000 f -0000014685 00000 f -0000014686 00000 f -0000014687 00000 f -0000014688 00000 f -0000014689 00000 f -0000014690 00000 f -0000014691 00000 f -0000014692 00000 f -0000014693 00000 f -0000014694 00000 f -0000014695 00000 f -0000014696 00000 f -0000014697 00000 f -0000014698 00000 f -0000014699 00000 f -0000014700 00000 f -0000014701 00000 f -0000014702 00000 f -0000014703 00000 f -0000014704 00000 f -0000014705 00000 f -0000014706 00000 f -0000014707 00000 f -0000014708 00000 f -0000014709 00000 f -0000014710 00000 f -0000014711 00000 f -0000014712 00000 f -0000014713 00000 f -0000014714 00000 f -0000014715 00000 f -0000014716 00000 f -0000014717 00000 f -0000014718 00000 f -0000014719 00000 f -0000014720 00000 f -0000014721 00000 f -0000014722 00000 f -0000014723 00000 f -0000014724 00000 f -0000014725 00000 f -0000014726 00000 f -0000014727 00000 f -0000014728 00000 f -0000014729 00000 f -0000014730 00000 f -0000014731 00000 f -0000014732 00000 f -0000014733 00000 f -0000014734 00000 f -0000014735 00000 f -0000014736 00000 f -0000014737 00000 f -0000014738 00000 f -0000014739 00000 f -0000014740 00000 f -0000014741 00000 f -0000014742 00000 f -0000014743 00000 f -0000014744 00000 f -0000014745 00000 f -0000014746 00000 f -0000014747 00000 f -0000014748 00000 f -0000014749 00000 f -0000014750 00000 f -0000014751 00000 f -0000014752 00000 f -0000014753 00000 f -0000014754 00000 f -0000014755 00000 f -0000014756 00000 f -0000014757 00000 f -0000014758 00000 f -0000014759 00000 f -0000014760 00000 f -0000014761 00000 f -0000014762 00000 f -0000014763 00000 f -0000014764 00000 f -0000014765 00000 f -0000014766 00000 f -0000014767 00000 f -0000014768 00000 f -0000014769 00000 f -0000014770 00000 f -0000014771 00000 f -0000014772 00000 f -0000014773 00000 f -0000014774 00000 f -0000014775 00000 f -0000014776 00000 f -0000014777 00000 f -0000014778 00000 f -0000014779 00000 f -0000014780 00000 f -0000014781 00000 f -0000014782 00000 f -0000014783 00000 f -0000014784 00000 f -0000014785 00000 f -0000014786 00000 f -0000014787 00000 f -0000014788 00000 f -0000014789 00000 f -0000014790 00000 f -0000014791 00000 f -0000014792 00000 f -0000014793 00000 f -0000014794 00000 f -0000014795 00000 f -0000014796 00000 f -0000014797 00000 f -0000014798 00000 f -0000014799 00000 f -0000014800 00000 f -0000014801 00000 f -0000014802 00000 f -0000014803 00000 f -0000014804 00000 f -0000014805 00000 f -0000014806 00000 f -0000014807 00000 f -0000014808 00000 f -0000014809 00000 f -0000014810 00000 f -0000014811 00000 f -0000014812 00000 f -0000014813 00000 f -0000014820 00000 f -0000287512 00000 n -0000287546 00000 n -0000287390 00000 n -0000287424 00000 n -0000287268 00000 n -0000287302 00000 n -0000014821 00000 f -0000014822 00000 f -0000014823 00000 f -0000014824 00000 f -0000014825 00000 f -0000014826 00000 f -0000014827 00000 f -0000014828 00000 f -0000014832 00000 f -0000272624 00000 n -0000272706 00000 n -0000272789 00000 n -0000014833 00000 f -0000014834 00000 f -0000014835 00000 f -0000014836 00000 f -0000014837 00000 f -0000014838 00000 f -0000014839 00000 f -0000014840 00000 f -0000014841 00000 f -0000014842 00000 f -0000014843 00000 f -0000014844 00000 f -0000014845 00000 f -0000014846 00000 f -0000014847 00000 f -0000014848 00000 f -0000014849 00000 f -0000014850 00000 f -0000014851 00000 f -0000014852 00000 f -0000014853 00000 f -0000014854 00000 f -0000014855 00000 f -0000014856 00000 f -0000014857 00000 f -0000014858 00000 f -0000014859 00000 f -0000014860 00000 f -0000014861 00000 f -0000014862 00000 f -0000014863 00000 f -0000014864 00000 f -0000014865 00000 f -0000014866 00000 f -0000014867 00000 f -0000014868 00000 f -0000014869 00000 f -0000014870 00000 f -0000014871 00000 f -0000014872 00000 f -0000014873 00000 f -0000014874 00000 f -0000014875 00000 f -0000014876 00000 f -0000014877 00000 f -0000014878 00000 f -0000014879 00000 f -0000014880 00000 f -0000014881 00000 f -0000014882 00000 f -0000014883 00000 f -0000014884 00000 f -0000014885 00000 f -0000014886 00000 f -0000014887 00000 f -0000014888 00000 f -0000014889 00000 f -0000014890 00000 f -0000014891 00000 f -0000014892 00000 f -0000014893 00000 f -0000014894 00000 f -0000014895 00000 f -0000014896 00000 f -0000014897 00000 f -0000014898 00000 f -0000014899 00000 f -0000014900 00000 f -0000014901 00000 f -0000014902 00000 f -0000014903 00000 f -0000014904 00000 f -0000014905 00000 f -0000014906 00000 f -0000014907 00000 f -0000014908 00000 f -0000014909 00000 f -0000014910 00000 f -0000014911 00000 f -0000014912 00000 f -0000014913 00000 f -0000014914 00000 f -0000014915 00000 f -0000014916 00000 f -0000014917 00000 f -0000014918 00000 f -0000014919 00000 f -0000014920 00000 f -0000014921 00000 f -0000014922 00000 f -0000014923 00000 f -0000014924 00000 f -0000014925 00000 f -0000014926 00000 f -0000014927 00000 f -0000014928 00000 f -0000014929 00000 f -0000014930 00000 f -0000014931 00000 f -0000014932 00000 f -0000014933 00000 f -0000014934 00000 f -0000014935 00000 f -0000014936 00000 f -0000014937 00000 f -0000014938 00000 f -0000014939 00000 f -0000014940 00000 f -0000014941 00000 f -0000014942 00000 f -0000014943 00000 f -0000014944 00000 f -0000014945 00000 f -0000014946 00000 f -0000014947 00000 f -0000014948 00000 f -0000014949 00000 f -0000014950 00000 f -0000014951 00000 f -0000014952 00000 f -0000014953 00000 f -0000014954 00000 f -0000014955 00000 f -0000014956 00000 f -0000014957 00000 f -0000014958 00000 f -0000014959 00000 f -0000014960 00000 f -0000014961 00000 f -0000014962 00000 f -0000014963 00000 f -0000014964 00000 f -0000014965 00000 f -0000014966 00000 f -0000014967 00000 f -0000014968 00000 f -0000014969 00000 f -0000014970 00000 f -0000014971 00000 f -0000014972 00000 f -0000014973 00000 f -0000014974 00000 f -0000014975 00000 f -0000014976 00000 f -0000014977 00000 f -0000014978 00000 f -0000014979 00000 f -0000014980 00000 f -0000014981 00000 f -0000014982 00000 f -0000014983 00000 f -0000014984 00000 f -0000014985 00000 f -0000014986 00000 f -0000014987 00000 f -0000014988 00000 f -0000014989 00000 f -0000014990 00000 f -0000014991 00000 f -0000014992 00000 f -0000014993 00000 f -0000014994 00000 f -0000014995 00000 f -0000014996 00000 f -0000014997 00000 f -0000014998 00000 f -0000014999 00000 f -0000015000 00000 f -0000015001 00000 f -0000015002 00000 f -0000015003 00000 f -0000015004 00000 f -0000015005 00000 f -0000015006 00000 f -0000015007 00000 f -0000015008 00000 f -0000015009 00000 f -0000015010 00000 f -0000015011 00000 f -0000015012 00000 f -0000015013 00000 f -0000015014 00000 f -0000015015 00000 f -0000015016 00000 f -0000015017 00000 f -0000015018 00000 f -0000015019 00000 f -0000015020 00000 f -0000015021 00000 f -0000015022 00000 f -0000015023 00000 f -0000015024 00000 f -0000015025 00000 f -0000015026 00000 f -0000015027 00000 f -0000015028 00000 f -0000015029 00000 f -0000015030 00000 f -0000015031 00000 f -0000015032 00000 f -0000015033 00000 f -0000015034 00000 f -0000015035 00000 f -0000015036 00000 f -0000015037 00000 f -0000015038 00000 f -0000015039 00000 f -0000015040 00000 f -0000015041 00000 f -0000015042 00000 f -0000015043 00000 f -0000015044 00000 f -0000015045 00000 f -0000015046 00000 f -0000015047 00000 f -0000015048 00000 f -0000015049 00000 f -0000015050 00000 f -0000015051 00000 f -0000015052 00000 f -0000015053 00000 f -0000015054 00000 f -0000015055 00000 f -0000015056 00000 f -0000015057 00000 f -0000015058 00000 f -0000015059 00000 f -0000015060 00000 f -0000015061 00000 f -0000015062 00000 f -0000015063 00000 f -0000015064 00000 f -0000015065 00000 f -0000015066 00000 f -0000015067 00000 f -0000015068 00000 f -0000015069 00000 f -0000015070 00000 f -0000015071 00000 f -0000015072 00000 f -0000015073 00000 f -0000015074 00000 f -0000015075 00000 f -0000015076 00000 f -0000015077 00000 f -0000015078 00000 f -0000015079 00000 f -0000015080 00000 f -0000015081 00000 f -0000015082 00000 f -0000015083 00000 f -0000015084 00000 f -0000015085 00000 f -0000015086 00000 f -0000015087 00000 f -0000015088 00000 f -0000015089 00000 f -0000015090 00000 f -0000015091 00000 f -0000015092 00000 f -0000015093 00000 f -0000015094 00000 f -0000015095 00000 f -0000015096 00000 f -0000015097 00000 f -0000015098 00000 f -0000015099 00000 f -0000015100 00000 f -0000015101 00000 f -0000015102 00000 f -0000015103 00000 f -0000015104 00000 f -0000015105 00000 f -0000015106 00000 f -0000015107 00000 f -0000015108 00000 f -0000015109 00000 f -0000015110 00000 f -0000015111 00000 f -0000015112 00000 f -0000015113 00000 f -0000015114 00000 f -0000015115 00000 f -0000015116 00000 f -0000015117 00000 f -0000015118 00000 f -0000015119 00000 f -0000015120 00000 f -0000015121 00000 f -0000015122 00000 f -0000015123 00000 f -0000015124 00000 f -0000015125 00000 f -0000015126 00000 f -0000015127 00000 f -0000015128 00000 f -0000015129 00000 f -0000015130 00000 f -0000015131 00000 f -0000015132 00000 f -0000015133 00000 f -0000015134 00000 f -0000015135 00000 f -0000015136 00000 f -0000015137 00000 f -0000015138 00000 f -0000015139 00000 f -0000015140 00000 f -0000015141 00000 f -0000015142 00000 f -0000015143 00000 f -0000015144 00000 f -0000015145 00000 f -0000015146 00000 f -0000015147 00000 f -0000015148 00000 f -0000015149 00000 f -0000015150 00000 f -0000015151 00000 f -0000015152 00000 f -0000015153 00000 f -0000015154 00000 f -0000015155 00000 f -0000015156 00000 f -0000015157 00000 f -0000015158 00000 f -0000015159 00000 f -0000015160 00000 f -0000015161 00000 f -0000015162 00000 f -0000015163 00000 f -0000015164 00000 f -0000015165 00000 f -0000015166 00000 f -0000015167 00000 f -0000015168 00000 f -0000015169 00000 f -0000015170 00000 f -0000015171 00000 f -0000015172 00000 f -0000015173 00000 f -0000015174 00000 f -0000015175 00000 f -0000015176 00000 f -0000015177 00000 f -0000015178 00000 f -0000015179 00000 f -0000015180 00000 f -0000015181 00000 f -0000015182 00000 f -0000015183 00000 f -0000015184 00000 f -0000015185 00000 f -0000015186 00000 f -0000015187 00000 f -0000015188 00000 f -0000015189 00000 f -0000015190 00000 f -0000015191 00000 f -0000015192 00000 f -0000015193 00000 f -0000015194 00000 f -0000015195 00000 f -0000015196 00000 f -0000015197 00000 f -0000015198 00000 f -0000015199 00000 f -0000015200 00000 f -0000015201 00000 f -0000015202 00000 f -0000015203 00000 f -0000015204 00000 f -0000015205 00000 f -0000015206 00000 f -0000015207 00000 f -0000015208 00000 f -0000015209 00000 f -0000015210 00000 f -0000015211 00000 f -0000015212 00000 f -0000015213 00000 f -0000015214 00000 f -0000015215 00000 f -0000015216 00000 f -0000015217 00000 f -0000015218 00000 f -0000015219 00000 f -0000015220 00000 f -0000015221 00000 f -0000015222 00000 f -0000015223 00000 f -0000015224 00000 f -0000015225 00000 f -0000015226 00000 f -0000015227 00000 f -0000015228 00000 f -0000015229 00000 f -0000015230 00000 f -0000015231 00000 f -0000015232 00000 f -0000015233 00000 f -0000015234 00000 f -0000015235 00000 f -0000015236 00000 f -0000015237 00000 f -0000015238 00000 f -0000015239 00000 f -0000015240 00000 f -0000015241 00000 f -0000015242 00000 f -0000015243 00000 f -0000015244 00000 f -0000015245 00000 f -0000015246 00000 f -0000015247 00000 f -0000015248 00000 f -0000015249 00000 f -0000015250 00000 f -0000015251 00000 f -0000015252 00000 f -0000015253 00000 f -0000015254 00000 f -0000015255 00000 f -0000015256 00000 f -0000015257 00000 f -0000015258 00000 f -0000015259 00000 f -0000015260 00000 f -0000015261 00000 f -0000015262 00000 f -0000015263 00000 f -0000015264 00000 f -0000015265 00000 f -0000015266 00000 f -0000015267 00000 f -0000015268 00000 f -0000015269 00000 f -0000015270 00000 f -0000015271 00000 f -0000015272 00000 f -0000015273 00000 f -0000015274 00000 f -0000015275 00000 f -0000015276 00000 f -0000015277 00000 f -0000015278 00000 f -0000015279 00000 f -0000015280 00000 f -0000015281 00000 f -0000015282 00000 f -0000015283 00000 f -0000015284 00000 f -0000015285 00000 f -0000015286 00000 f -0000015287 00000 f -0000015288 00000 f -0000015289 00000 f -0000015290 00000 f -0000015291 00000 f -0000015292 00000 f -0000015293 00000 f -0000015294 00000 f -0000015295 00000 f -0000015296 00000 f -0000015297 00000 f -0000015298 00000 f -0000015299 00000 f -0000015300 00000 f -0000015301 00000 f -0000015302 00000 f -0000015303 00000 f -0000015304 00000 f -0000015305 00000 f -0000015306 00000 f -0000015307 00000 f -0000015308 00000 f -0000015309 00000 f -0000015310 00000 f -0000015311 00000 f -0000015312 00000 f -0000015313 00000 f -0000015314 00000 f -0000015315 00000 f -0000015316 00000 f -0000015317 00000 f -0000015318 00000 f -0000015319 00000 f -0000015320 00000 f -0000015321 00000 f -0000015322 00000 f -0000015323 00000 f -0000015324 00000 f -0000015325 00000 f -0000015326 00000 f -0000015327 00000 f -0000015328 00000 f -0000015329 00000 f -0000015330 00000 f -0000015331 00000 f -0000015332 00000 f -0000015333 00000 f -0000015334 00000 f -0000015335 00000 f -0000015336 00000 f -0000015337 00000 f -0000015338 00000 f -0000015339 00000 f -0000015340 00000 f -0000015341 00000 f -0000015342 00000 f -0000015343 00000 f -0000015344 00000 f -0000015345 00000 f -0000015346 00000 f -0000015347 00000 f -0000015348 00000 f -0000015349 00000 f -0000015350 00000 f -0000015351 00000 f -0000015352 00000 f -0000015353 00000 f -0000015354 00000 f -0000015355 00000 f -0000015356 00000 f -0000015357 00000 f -0000015358 00000 f -0000015359 00000 f -0000015360 00000 f -0000015361 00000 f -0000015368 00000 f -0000287146 00000 n -0000287180 00000 n -0000287024 00000 n -0000287058 00000 n -0000286902 00000 n -0000286936 00000 n -0000015369 00000 f -0000015370 00000 f -0000015371 00000 f -0000015372 00000 f -0000015373 00000 f -0000015374 00000 f -0000015375 00000 f -0000015376 00000 f -0000015380 00000 f -0000272876 00000 n -0000272958 00000 n -0000273041 00000 n -0000015381 00000 f -0000015382 00000 f -0000015383 00000 f -0000015384 00000 f -0000015385 00000 f -0000015386 00000 f -0000015387 00000 f -0000015388 00000 f -0000015389 00000 f -0000015390 00000 f -0000015391 00000 f -0000015392 00000 f -0000015393 00000 f -0000015394 00000 f -0000015395 00000 f -0000015396 00000 f -0000015397 00000 f -0000015398 00000 f -0000015399 00000 f -0000015400 00000 f -0000015401 00000 f -0000015402 00000 f -0000015403 00000 f -0000015404 00000 f -0000015405 00000 f -0000015406 00000 f -0000015407 00000 f -0000015408 00000 f -0000015409 00000 f -0000015410 00000 f -0000015411 00000 f -0000015412 00000 f -0000015413 00000 f -0000015414 00000 f -0000015415 00000 f -0000015416 00000 f -0000015417 00000 f -0000015418 00000 f -0000015419 00000 f -0000015420 00000 f -0000015421 00000 f -0000015422 00000 f -0000015423 00000 f -0000015424 00000 f -0000015425 00000 f -0000015426 00000 f -0000015427 00000 f -0000015428 00000 f -0000015429 00000 f -0000015430 00000 f -0000015431 00000 f -0000015432 00000 f -0000015433 00000 f -0000015434 00000 f -0000015435 00000 f -0000015436 00000 f -0000015437 00000 f -0000015438 00000 f -0000015439 00000 f -0000015440 00000 f -0000015441 00000 f -0000015442 00000 f -0000015443 00000 f -0000015444 00000 f -0000015445 00000 f -0000015446 00000 f -0000015447 00000 f -0000015448 00000 f -0000015449 00000 f -0000015450 00000 f -0000015451 00000 f -0000015452 00000 f -0000015453 00000 f -0000015454 00000 f -0000015455 00000 f -0000015456 00000 f -0000015457 00000 f -0000015458 00000 f -0000015459 00000 f -0000015460 00000 f -0000015461 00000 f -0000015462 00000 f -0000015463 00000 f -0000015464 00000 f -0000015465 00000 f -0000015466 00000 f -0000015467 00000 f -0000015468 00000 f -0000015469 00000 f -0000015470 00000 f -0000015471 00000 f -0000015472 00000 f -0000015473 00000 f -0000015474 00000 f -0000015475 00000 f -0000015476 00000 f -0000015477 00000 f -0000015478 00000 f -0000015479 00000 f -0000015480 00000 f -0000015481 00000 f -0000015482 00000 f -0000015483 00000 f -0000015484 00000 f -0000015485 00000 f -0000015486 00000 f -0000015487 00000 f -0000015488 00000 f -0000015489 00000 f -0000015490 00000 f -0000015491 00000 f -0000015492 00000 f -0000015493 00000 f -0000015494 00000 f -0000015495 00000 f -0000015496 00000 f -0000015497 00000 f -0000015498 00000 f -0000015499 00000 f -0000015500 00000 f -0000015501 00000 f -0000015502 00000 f -0000015503 00000 f -0000015504 00000 f -0000015505 00000 f -0000015506 00000 f -0000015507 00000 f -0000015508 00000 f -0000015509 00000 f -0000015510 00000 f -0000015511 00000 f -0000015512 00000 f -0000015513 00000 f -0000015514 00000 f -0000015515 00000 f -0000015516 00000 f -0000015517 00000 f -0000015518 00000 f -0000015519 00000 f -0000015520 00000 f -0000015521 00000 f -0000015522 00000 f -0000015523 00000 f -0000015524 00000 f -0000015525 00000 f -0000015526 00000 f -0000015527 00000 f -0000015528 00000 f -0000015529 00000 f -0000015530 00000 f -0000015531 00000 f -0000015532 00000 f -0000015533 00000 f -0000015534 00000 f -0000015535 00000 f -0000015536 00000 f -0000015537 00000 f -0000015538 00000 f -0000015539 00000 f -0000015540 00000 f -0000015541 00000 f -0000015542 00000 f -0000015543 00000 f -0000015544 00000 f -0000015545 00000 f -0000015546 00000 f -0000015547 00000 f -0000015548 00000 f -0000015549 00000 f -0000015550 00000 f -0000015551 00000 f -0000015552 00000 f -0000015553 00000 f -0000015554 00000 f -0000015555 00000 f -0000015556 00000 f -0000015557 00000 f -0000015558 00000 f -0000015559 00000 f -0000015560 00000 f -0000015561 00000 f -0000015562 00000 f -0000015563 00000 f -0000015564 00000 f -0000015565 00000 f -0000015566 00000 f -0000015567 00000 f -0000015568 00000 f -0000015569 00000 f -0000015570 00000 f -0000015571 00000 f -0000015572 00000 f -0000015573 00000 f -0000015574 00000 f -0000015575 00000 f -0000015576 00000 f -0000015577 00000 f -0000015578 00000 f -0000015579 00000 f -0000015580 00000 f -0000015581 00000 f -0000015582 00000 f -0000015583 00000 f -0000015584 00000 f -0000015585 00000 f -0000015586 00000 f -0000015587 00000 f -0000015588 00000 f -0000015589 00000 f -0000015590 00000 f -0000015591 00000 f -0000015592 00000 f -0000015593 00000 f -0000015594 00000 f -0000015595 00000 f -0000015596 00000 f -0000015597 00000 f -0000015598 00000 f -0000015599 00000 f -0000015600 00000 f -0000015601 00000 f -0000015602 00000 f -0000015603 00000 f -0000015604 00000 f -0000015605 00000 f -0000015606 00000 f -0000015607 00000 f -0000015608 00000 f -0000015609 00000 f -0000015610 00000 f -0000015611 00000 f -0000015612 00000 f -0000015613 00000 f -0000015614 00000 f -0000015615 00000 f -0000015616 00000 f -0000015617 00000 f -0000015618 00000 f -0000015619 00000 f -0000015620 00000 f -0000015621 00000 f -0000015622 00000 f -0000015623 00000 f -0000015624 00000 f -0000015625 00000 f -0000015626 00000 f -0000015627 00000 f -0000015628 00000 f -0000015629 00000 f -0000015630 00000 f -0000015631 00000 f -0000015632 00000 f -0000015633 00000 f -0000015634 00000 f -0000015635 00000 f -0000015636 00000 f -0000015637 00000 f -0000015638 00000 f -0000015639 00000 f -0000015640 00000 f -0000015641 00000 f -0000015642 00000 f -0000015643 00000 f -0000015644 00000 f -0000015645 00000 f -0000015646 00000 f -0000015647 00000 f -0000015648 00000 f -0000015649 00000 f -0000015650 00000 f -0000015651 00000 f -0000015652 00000 f -0000015653 00000 f -0000015654 00000 f -0000015655 00000 f -0000015656 00000 f -0000015657 00000 f -0000015658 00000 f -0000015659 00000 f -0000015660 00000 f -0000015661 00000 f -0000015662 00000 f -0000015663 00000 f -0000015664 00000 f -0000015665 00000 f -0000015666 00000 f -0000015667 00000 f -0000015668 00000 f -0000015669 00000 f -0000015670 00000 f -0000015671 00000 f -0000015672 00000 f -0000015673 00000 f -0000015674 00000 f -0000015675 00000 f -0000015676 00000 f -0000015677 00000 f -0000015678 00000 f -0000015679 00000 f -0000015680 00000 f -0000015681 00000 f -0000015682 00000 f -0000015683 00000 f -0000015684 00000 f -0000015685 00000 f -0000015686 00000 f -0000015687 00000 f -0000015688 00000 f -0000015689 00000 f -0000015690 00000 f -0000015691 00000 f -0000015692 00000 f -0000015693 00000 f -0000015694 00000 f -0000015695 00000 f -0000015696 00000 f -0000015697 00000 f -0000015698 00000 f -0000015699 00000 f -0000015700 00000 f -0000015701 00000 f -0000015702 00000 f -0000015703 00000 f -0000015704 00000 f -0000015705 00000 f -0000015706 00000 f -0000015707 00000 f -0000015708 00000 f -0000015709 00000 f -0000015710 00000 f -0000015711 00000 f -0000015712 00000 f -0000015713 00000 f -0000015714 00000 f -0000015715 00000 f -0000015716 00000 f -0000015717 00000 f -0000015718 00000 f -0000015719 00000 f -0000015720 00000 f -0000015721 00000 f -0000015722 00000 f -0000015723 00000 f -0000015724 00000 f -0000015725 00000 f -0000015726 00000 f -0000015727 00000 f -0000015728 00000 f -0000015729 00000 f -0000015730 00000 f -0000015731 00000 f -0000015732 00000 f -0000015733 00000 f -0000015734 00000 f -0000015735 00000 f -0000015736 00000 f -0000015737 00000 f -0000015738 00000 f -0000015739 00000 f -0000015740 00000 f -0000015741 00000 f -0000015742 00000 f -0000015743 00000 f -0000015744 00000 f -0000015745 00000 f -0000015746 00000 f -0000015747 00000 f -0000015748 00000 f -0000015749 00000 f -0000015750 00000 f -0000015751 00000 f -0000015752 00000 f -0000015753 00000 f -0000015754 00000 f -0000015755 00000 f -0000015756 00000 f -0000015757 00000 f -0000015758 00000 f -0000015759 00000 f -0000015760 00000 f -0000015761 00000 f -0000015762 00000 f -0000015763 00000 f -0000015764 00000 f -0000015765 00000 f -0000015766 00000 f -0000015767 00000 f -0000015768 00000 f -0000015769 00000 f -0000015770 00000 f -0000015771 00000 f -0000015772 00000 f -0000015773 00000 f -0000015774 00000 f -0000015775 00000 f -0000015776 00000 f -0000015777 00000 f -0000015778 00000 f -0000015779 00000 f -0000015780 00000 f -0000015781 00000 f -0000015782 00000 f -0000015783 00000 f -0000015784 00000 f -0000015785 00000 f -0000015786 00000 f -0000015787 00000 f -0000015788 00000 f -0000015789 00000 f -0000015790 00000 f -0000015791 00000 f -0000015792 00000 f -0000015793 00000 f -0000015794 00000 f -0000015795 00000 f -0000015796 00000 f -0000015797 00000 f -0000015798 00000 f -0000015799 00000 f -0000015800 00000 f -0000015801 00000 f -0000015802 00000 f -0000015803 00000 f -0000015804 00000 f -0000015805 00000 f -0000015806 00000 f -0000015807 00000 f -0000015808 00000 f -0000015809 00000 f -0000015810 00000 f -0000015811 00000 f -0000015812 00000 f -0000015813 00000 f -0000015814 00000 f -0000015815 00000 f -0000015816 00000 f -0000015817 00000 f -0000015818 00000 f -0000015819 00000 f -0000015820 00000 f -0000015821 00000 f -0000015822 00000 f -0000015823 00000 f -0000015824 00000 f -0000015825 00000 f -0000015826 00000 f -0000015827 00000 f -0000015828 00000 f -0000015829 00000 f -0000015830 00000 f -0000015831 00000 f -0000015832 00000 f -0000015833 00000 f -0000015834 00000 f -0000015835 00000 f -0000015836 00000 f -0000015837 00000 f -0000015838 00000 f -0000015839 00000 f -0000015840 00000 f -0000015841 00000 f -0000015842 00000 f -0000015843 00000 f -0000015844 00000 f -0000015845 00000 f -0000015846 00000 f -0000015847 00000 f -0000015848 00000 f -0000015849 00000 f -0000015850 00000 f -0000015851 00000 f -0000015852 00000 f -0000015853 00000 f -0000015854 00000 f -0000015855 00000 f -0000015856 00000 f -0000015857 00000 f -0000015858 00000 f -0000015859 00000 f -0000015860 00000 f -0000015861 00000 f -0000015862 00000 f -0000015863 00000 f -0000015864 00000 f -0000015865 00000 f -0000015866 00000 f -0000015867 00000 f -0000015868 00000 f -0000015869 00000 f -0000015870 00000 f -0000015871 00000 f -0000015872 00000 f -0000015873 00000 f -0000015874 00000 f -0000015875 00000 f -0000015876 00000 f -0000015877 00000 f -0000015878 00000 f -0000015879 00000 f -0000015880 00000 f -0000015881 00000 f -0000015882 00000 f -0000015883 00000 f -0000015884 00000 f -0000015885 00000 f -0000015886 00000 f -0000015887 00000 f -0000015888 00000 f -0000015889 00000 f -0000015890 00000 f -0000015891 00000 f -0000015892 00000 f -0000015893 00000 f -0000015894 00000 f -0000015895 00000 f -0000015896 00000 f -0000015897 00000 f -0000015898 00000 f -0000015899 00000 f -0000015900 00000 f -0000015901 00000 f -0000015902 00000 f -0000015903 00000 f -0000015904 00000 f -0000015905 00000 f -0000015906 00000 f -0000015907 00000 f -0000015908 00000 f -0000015909 00000 f -0000015916 00000 f -0000286780 00000 n -0000286814 00000 n -0000286658 00000 n -0000286692 00000 n -0000286536 00000 n -0000286570 00000 n -0000015917 00000 f -0000015918 00000 f -0000015919 00000 f -0000015920 00000 f -0000015921 00000 f -0000015922 00000 f -0000015923 00000 f -0000015924 00000 f -0000015928 00000 f -0000273128 00000 n -0000273210 00000 n -0000273293 00000 n -0000015929 00000 f -0000015930 00000 f -0000015931 00000 f -0000015932 00000 f -0000015933 00000 f -0000015934 00000 f -0000015935 00000 f -0000015936 00000 f -0000015937 00000 f -0000015938 00000 f -0000015939 00000 f -0000015940 00000 f -0000015941 00000 f -0000015942 00000 f -0000015943 00000 f -0000015944 00000 f -0000015945 00000 f -0000015946 00000 f -0000015947 00000 f -0000015948 00000 f -0000015949 00000 f -0000015950 00000 f -0000015951 00000 f -0000015952 00000 f -0000015953 00000 f -0000015954 00000 f -0000015955 00000 f -0000015956 00000 f -0000015957 00000 f -0000015958 00000 f -0000015959 00000 f -0000015960 00000 f -0000015961 00000 f -0000015962 00000 f -0000015963 00000 f -0000015964 00000 f -0000015965 00000 f -0000015966 00000 f -0000015967 00000 f -0000015968 00000 f -0000015969 00000 f -0000015970 00000 f -0000015971 00000 f -0000015972 00000 f -0000015973 00000 f -0000015974 00000 f -0000015975 00000 f -0000015976 00000 f -0000015977 00000 f -0000015978 00000 f -0000015979 00000 f -0000015980 00000 f -0000015981 00000 f -0000015982 00000 f -0000015983 00000 f -0000015984 00000 f -0000015985 00000 f -0000015986 00000 f -0000015987 00000 f -0000015988 00000 f -0000015989 00000 f -0000015990 00000 f -0000015991 00000 f -0000015992 00000 f -0000015993 00000 f -0000015994 00000 f -0000015995 00000 f -0000015996 00000 f -0000015997 00000 f -0000015998 00000 f -0000015999 00000 f -0000016000 00000 f -0000016001 00000 f -0000016002 00000 f -0000016003 00000 f -0000016004 00000 f -0000016005 00000 f -0000016006 00000 f -0000016007 00000 f -0000016008 00000 f -0000016009 00000 f -0000016010 00000 f -0000016011 00000 f -0000016012 00000 f -0000016013 00000 f -0000016014 00000 f -0000016015 00000 f -0000016016 00000 f -0000016017 00000 f -0000016018 00000 f -0000016019 00000 f -0000016020 00000 f -0000016021 00000 f -0000016022 00000 f -0000016023 00000 f -0000016024 00000 f -0000016025 00000 f -0000016026 00000 f -0000016027 00000 f -0000016028 00000 f -0000016029 00000 f -0000016030 00000 f -0000016031 00000 f -0000016032 00000 f -0000016033 00000 f -0000016034 00000 f -0000016035 00000 f -0000016036 00000 f -0000016037 00000 f -0000016038 00000 f -0000016039 00000 f -0000016040 00000 f -0000016041 00000 f -0000016042 00000 f -0000016043 00000 f -0000016044 00000 f -0000016045 00000 f -0000016046 00000 f -0000016047 00000 f -0000016048 00000 f -0000016049 00000 f -0000016050 00000 f -0000016051 00000 f -0000016052 00000 f -0000016053 00000 f -0000016054 00000 f -0000016055 00000 f -0000016056 00000 f -0000016057 00000 f -0000016058 00000 f -0000016059 00000 f -0000016060 00000 f -0000016061 00000 f -0000016062 00000 f -0000016063 00000 f -0000016064 00000 f -0000016065 00000 f -0000016066 00000 f -0000016067 00000 f -0000016068 00000 f -0000016069 00000 f -0000016070 00000 f -0000016071 00000 f -0000016072 00000 f -0000016073 00000 f -0000016074 00000 f -0000016075 00000 f -0000016076 00000 f -0000016077 00000 f -0000016078 00000 f -0000016079 00000 f -0000016080 00000 f -0000016081 00000 f -0000016082 00000 f -0000016083 00000 f -0000016084 00000 f -0000016085 00000 f -0000016086 00000 f -0000016087 00000 f -0000016088 00000 f -0000016089 00000 f -0000016090 00000 f -0000016091 00000 f -0000016092 00000 f -0000016093 00000 f -0000016094 00000 f -0000016095 00000 f -0000016096 00000 f -0000016097 00000 f -0000016098 00000 f -0000016099 00000 f -0000016100 00000 f -0000016101 00000 f -0000016102 00000 f -0000016103 00000 f -0000016104 00000 f -0000016105 00000 f -0000016106 00000 f -0000016107 00000 f -0000016108 00000 f -0000016109 00000 f -0000016110 00000 f -0000016111 00000 f -0000016112 00000 f -0000016113 00000 f -0000016114 00000 f -0000016115 00000 f -0000016116 00000 f -0000016117 00000 f -0000016118 00000 f -0000016119 00000 f -0000016120 00000 f -0000016121 00000 f -0000016122 00000 f -0000016123 00000 f -0000016124 00000 f -0000016125 00000 f -0000016126 00000 f -0000016127 00000 f -0000016128 00000 f -0000016129 00000 f -0000016130 00000 f -0000016131 00000 f -0000016132 00000 f -0000016133 00000 f -0000016134 00000 f -0000016135 00000 f -0000016136 00000 f -0000016137 00000 f -0000016138 00000 f -0000016139 00000 f -0000016140 00000 f -0000016141 00000 f -0000016142 00000 f -0000016143 00000 f -0000016144 00000 f -0000016145 00000 f -0000016146 00000 f -0000016147 00000 f -0000016148 00000 f -0000016149 00000 f -0000016150 00000 f -0000016151 00000 f -0000016152 00000 f -0000016153 00000 f -0000016154 00000 f -0000016155 00000 f -0000016156 00000 f -0000016157 00000 f -0000016158 00000 f -0000016159 00000 f -0000016160 00000 f -0000016161 00000 f -0000016162 00000 f -0000016163 00000 f -0000016164 00000 f -0000016165 00000 f -0000016166 00000 f -0000016167 00000 f -0000016168 00000 f -0000016169 00000 f -0000016170 00000 f -0000016171 00000 f -0000016172 00000 f -0000016173 00000 f -0000016174 00000 f -0000016175 00000 f -0000016176 00000 f -0000016177 00000 f -0000016178 00000 f -0000016179 00000 f -0000016180 00000 f -0000016181 00000 f -0000016182 00000 f -0000016183 00000 f -0000016184 00000 f -0000016185 00000 f -0000016186 00000 f -0000016187 00000 f -0000016188 00000 f -0000016189 00000 f -0000016190 00000 f -0000016191 00000 f -0000016192 00000 f -0000016193 00000 f -0000016194 00000 f -0000016195 00000 f -0000016196 00000 f -0000016197 00000 f -0000016198 00000 f -0000016199 00000 f -0000016200 00000 f -0000016201 00000 f -0000016202 00000 f -0000016203 00000 f -0000016204 00000 f -0000016205 00000 f -0000016206 00000 f -0000016207 00000 f -0000016208 00000 f -0000016209 00000 f -0000016210 00000 f -0000016211 00000 f -0000016212 00000 f -0000016213 00000 f -0000016214 00000 f -0000016215 00000 f -0000016216 00000 f -0000016217 00000 f -0000016218 00000 f -0000016219 00000 f -0000016220 00000 f -0000016221 00000 f -0000016222 00000 f -0000016223 00000 f -0000016224 00000 f -0000016225 00000 f -0000016226 00000 f -0000016227 00000 f -0000016228 00000 f -0000016229 00000 f -0000016230 00000 f -0000016231 00000 f -0000016232 00000 f -0000016233 00000 f -0000016234 00000 f -0000016235 00000 f -0000016236 00000 f -0000016237 00000 f -0000016238 00000 f -0000016239 00000 f -0000016240 00000 f -0000016241 00000 f -0000016242 00000 f -0000016243 00000 f -0000016244 00000 f -0000016245 00000 f -0000016246 00000 f -0000016247 00000 f -0000016248 00000 f -0000016249 00000 f -0000016250 00000 f -0000016251 00000 f -0000016252 00000 f -0000016253 00000 f -0000016254 00000 f -0000016255 00000 f -0000016256 00000 f -0000016257 00000 f -0000016258 00000 f -0000016259 00000 f -0000016260 00000 f -0000016261 00000 f -0000016262 00000 f -0000016263 00000 f -0000016264 00000 f -0000016265 00000 f -0000016266 00000 f -0000016267 00000 f -0000016268 00000 f -0000016269 00000 f -0000016270 00000 f -0000016271 00000 f -0000016272 00000 f -0000016273 00000 f -0000016274 00000 f -0000016275 00000 f -0000016276 00000 f -0000016277 00000 f -0000016278 00000 f -0000016279 00000 f -0000016280 00000 f -0000016281 00000 f -0000016282 00000 f -0000016283 00000 f -0000016284 00000 f -0000016285 00000 f -0000016286 00000 f -0000016287 00000 f -0000016288 00000 f -0000016289 00000 f -0000016290 00000 f -0000016291 00000 f -0000016292 00000 f -0000016293 00000 f -0000016294 00000 f -0000016295 00000 f -0000016296 00000 f -0000016297 00000 f -0000016298 00000 f -0000016299 00000 f -0000016300 00000 f -0000016301 00000 f -0000016302 00000 f -0000016303 00000 f -0000016304 00000 f -0000016305 00000 f -0000016306 00000 f -0000016307 00000 f -0000016308 00000 f -0000016309 00000 f -0000016310 00000 f -0000016311 00000 f -0000016312 00000 f -0000016313 00000 f -0000016314 00000 f -0000016315 00000 f -0000016316 00000 f -0000016317 00000 f -0000016318 00000 f -0000016319 00000 f -0000016320 00000 f -0000016321 00000 f -0000016322 00000 f -0000016323 00000 f -0000016324 00000 f -0000016325 00000 f -0000016326 00000 f -0000016327 00000 f -0000016328 00000 f -0000016329 00000 f -0000016330 00000 f -0000016331 00000 f -0000016332 00000 f -0000016333 00000 f -0000016334 00000 f -0000016335 00000 f -0000016336 00000 f -0000016337 00000 f -0000016338 00000 f -0000016339 00000 f -0000016340 00000 f -0000016341 00000 f -0000016342 00000 f -0000016343 00000 f -0000016344 00000 f -0000016345 00000 f -0000016346 00000 f -0000016347 00000 f -0000016348 00000 f -0000016349 00000 f -0000016350 00000 f -0000016351 00000 f -0000016352 00000 f -0000016353 00000 f -0000016354 00000 f -0000016355 00000 f -0000016356 00000 f -0000016357 00000 f -0000016358 00000 f -0000016359 00000 f -0000016360 00000 f -0000016361 00000 f -0000016362 00000 f -0000016363 00000 f -0000016364 00000 f -0000016365 00000 f -0000016366 00000 f -0000016367 00000 f -0000016368 00000 f -0000016369 00000 f -0000016370 00000 f -0000016371 00000 f -0000016372 00000 f -0000016373 00000 f -0000016374 00000 f -0000016375 00000 f -0000016376 00000 f -0000016377 00000 f -0000016378 00000 f -0000016379 00000 f -0000016380 00000 f -0000016381 00000 f -0000016382 00000 f -0000016383 00000 f -0000016384 00000 f -0000016385 00000 f -0000016386 00000 f -0000016387 00000 f -0000016388 00000 f -0000016389 00000 f -0000016390 00000 f -0000016391 00000 f -0000016392 00000 f -0000016393 00000 f -0000016394 00000 f -0000016395 00000 f -0000016396 00000 f -0000016397 00000 f -0000016398 00000 f -0000016399 00000 f -0000016400 00000 f -0000016401 00000 f -0000016402 00000 f -0000016403 00000 f -0000016404 00000 f -0000016405 00000 f -0000016406 00000 f -0000016407 00000 f -0000016408 00000 f -0000016409 00000 f -0000016410 00000 f -0000016411 00000 f -0000016412 00000 f -0000016413 00000 f -0000016414 00000 f -0000016415 00000 f -0000016416 00000 f -0000016417 00000 f -0000016418 00000 f -0000016419 00000 f -0000016420 00000 f -0000016421 00000 f -0000016422 00000 f -0000016423 00000 f -0000016424 00000 f -0000016425 00000 f -0000016426 00000 f -0000016427 00000 f -0000016428 00000 f -0000016429 00000 f -0000016430 00000 f -0000016431 00000 f -0000016432 00000 f -0000016433 00000 f -0000016434 00000 f -0000016435 00000 f -0000016436 00000 f -0000016437 00000 f -0000016438 00000 f -0000016439 00000 f -0000016440 00000 f -0000016441 00000 f -0000016442 00000 f -0000016443 00000 f -0000016444 00000 f -0000016445 00000 f -0000016446 00000 f -0000016447 00000 f -0000016448 00000 f -0000016449 00000 f -0000016450 00000 f -0000016451 00000 f -0000016452 00000 f -0000016453 00000 f -0000016454 00000 f -0000016455 00000 f -0000016456 00000 f -0000016457 00000 f -0000016464 00000 f -0000286414 00000 n -0000286448 00000 n -0000286292 00000 n -0000286326 00000 n -0000286170 00000 n -0000286204 00000 n -0000016465 00000 f -0000016466 00000 f -0000016467 00000 f -0000016468 00000 f -0000016469 00000 f -0000016470 00000 f -0000016471 00000 f -0000016472 00000 f -0000016476 00000 f -0000273380 00000 n -0000273462 00000 n -0000273545 00000 n -0000016477 00000 f -0000016478 00000 f -0000016479 00000 f -0000016480 00000 f -0000016481 00000 f -0000016482 00000 f -0000016483 00000 f -0000016484 00000 f -0000016485 00000 f -0000016486 00000 f -0000016487 00000 f -0000016488 00000 f -0000016489 00000 f -0000016490 00000 f -0000016491 00000 f -0000016492 00000 f -0000016493 00000 f -0000016494 00000 f -0000016495 00000 f -0000016496 00000 f -0000016497 00000 f -0000016498 00000 f -0000016499 00000 f -0000016500 00000 f -0000016501 00000 f -0000016502 00000 f -0000016503 00000 f -0000016504 00000 f -0000016505 00000 f -0000016506 00000 f -0000016507 00000 f -0000016508 00000 f -0000016509 00000 f -0000016510 00000 f -0000016511 00000 f -0000016512 00000 f -0000016513 00000 f -0000016514 00000 f -0000016515 00000 f -0000016516 00000 f -0000016517 00000 f -0000016518 00000 f -0000016519 00000 f -0000016520 00000 f -0000016521 00000 f -0000016522 00000 f -0000016523 00000 f -0000016524 00000 f -0000016525 00000 f -0000016526 00000 f -0000016527 00000 f -0000016528 00000 f -0000016529 00000 f -0000016530 00000 f -0000016531 00000 f -0000016532 00000 f -0000016533 00000 f -0000016534 00000 f -0000016535 00000 f -0000016536 00000 f -0000016537 00000 f -0000016538 00000 f -0000016539 00000 f -0000016540 00000 f -0000016541 00000 f -0000016542 00000 f -0000016543 00000 f -0000016544 00000 f -0000016545 00000 f -0000016546 00000 f -0000016547 00000 f -0000016548 00000 f -0000016549 00000 f -0000016550 00000 f -0000016551 00000 f -0000016552 00000 f -0000016553 00000 f -0000016554 00000 f -0000016555 00000 f -0000016556 00000 f -0000016557 00000 f -0000016558 00000 f -0000016559 00000 f -0000016560 00000 f -0000016561 00000 f -0000016562 00000 f -0000016563 00000 f -0000016564 00000 f -0000016565 00000 f -0000016566 00000 f -0000016567 00000 f -0000016568 00000 f -0000016569 00000 f -0000016570 00000 f -0000016571 00000 f -0000016572 00000 f -0000016573 00000 f -0000016574 00000 f -0000016575 00000 f -0000016576 00000 f -0000016577 00000 f -0000016578 00000 f -0000016579 00000 f -0000016580 00000 f -0000016581 00000 f -0000016582 00000 f -0000016583 00000 f -0000016584 00000 f -0000016585 00000 f -0000016586 00000 f -0000016587 00000 f -0000016588 00000 f -0000016589 00000 f -0000016590 00000 f -0000016591 00000 f -0000016592 00000 f -0000016593 00000 f -0000016594 00000 f -0000016595 00000 f -0000016596 00000 f -0000016597 00000 f -0000016598 00000 f -0000016599 00000 f -0000016600 00000 f -0000016601 00000 f -0000016602 00000 f -0000016603 00000 f -0000016604 00000 f -0000016605 00000 f -0000016606 00000 f -0000016607 00000 f -0000016608 00000 f -0000016609 00000 f -0000016610 00000 f -0000016611 00000 f -0000016612 00000 f -0000016613 00000 f -0000016614 00000 f -0000016615 00000 f -0000016616 00000 f -0000016617 00000 f -0000016618 00000 f -0000016619 00000 f -0000016620 00000 f -0000016621 00000 f -0000016622 00000 f -0000016623 00000 f -0000016624 00000 f -0000016625 00000 f -0000016626 00000 f -0000016627 00000 f -0000016628 00000 f -0000016629 00000 f -0000016630 00000 f -0000016631 00000 f -0000016632 00000 f -0000016633 00000 f -0000016634 00000 f -0000016635 00000 f -0000016636 00000 f -0000016637 00000 f -0000016638 00000 f -0000016639 00000 f -0000016640 00000 f -0000016641 00000 f -0000016642 00000 f -0000016643 00000 f -0000016644 00000 f -0000016645 00000 f -0000016646 00000 f -0000016647 00000 f -0000016648 00000 f -0000016649 00000 f -0000016650 00000 f -0000016651 00000 f -0000016652 00000 f -0000016653 00000 f -0000016654 00000 f -0000016655 00000 f -0000016656 00000 f -0000016657 00000 f -0000016658 00000 f -0000016659 00000 f -0000016660 00000 f -0000016661 00000 f -0000016662 00000 f -0000016663 00000 f -0000016664 00000 f -0000016665 00000 f -0000016666 00000 f -0000016667 00000 f -0000016668 00000 f -0000016669 00000 f -0000016670 00000 f -0000016671 00000 f -0000016672 00000 f -0000016673 00000 f -0000016674 00000 f -0000016675 00000 f -0000016676 00000 f -0000016677 00000 f -0000016678 00000 f -0000016679 00000 f -0000016680 00000 f -0000016681 00000 f -0000016682 00000 f -0000016683 00000 f -0000016684 00000 f -0000016685 00000 f -0000016686 00000 f -0000016687 00000 f -0000016688 00000 f -0000016689 00000 f -0000016690 00000 f -0000016691 00000 f -0000016692 00000 f -0000016693 00000 f -0000016694 00000 f -0000016695 00000 f -0000016696 00000 f -0000016697 00000 f -0000016698 00000 f -0000016699 00000 f -0000016700 00000 f -0000016701 00000 f -0000016702 00000 f -0000016703 00000 f -0000016704 00000 f -0000016705 00000 f -0000016706 00000 f -0000016707 00000 f -0000016708 00000 f -0000016709 00000 f -0000016710 00000 f -0000016711 00000 f -0000016712 00000 f -0000016713 00000 f -0000016714 00000 f -0000016715 00000 f -0000016716 00000 f -0000016717 00000 f -0000016718 00000 f -0000016719 00000 f -0000016720 00000 f -0000016721 00000 f -0000016722 00000 f -0000016723 00000 f -0000016724 00000 f -0000016725 00000 f -0000016726 00000 f -0000016727 00000 f -0000016728 00000 f -0000016729 00000 f -0000016730 00000 f -0000016731 00000 f -0000016732 00000 f -0000016733 00000 f -0000016734 00000 f -0000016735 00000 f -0000016736 00000 f -0000016737 00000 f -0000016738 00000 f -0000016739 00000 f -0000016740 00000 f -0000016741 00000 f -0000016742 00000 f -0000016743 00000 f -0000016744 00000 f -0000016745 00000 f -0000016746 00000 f -0000016747 00000 f -0000016748 00000 f -0000016749 00000 f -0000016750 00000 f -0000016751 00000 f -0000016752 00000 f -0000016753 00000 f -0000016754 00000 f -0000016755 00000 f -0000016756 00000 f -0000016757 00000 f -0000016758 00000 f -0000016759 00000 f -0000016760 00000 f -0000016761 00000 f -0000016762 00000 f -0000016763 00000 f -0000016764 00000 f -0000016765 00000 f -0000016766 00000 f -0000016767 00000 f -0000016768 00000 f -0000016769 00000 f -0000016770 00000 f -0000016771 00000 f -0000016772 00000 f -0000016773 00000 f -0000016774 00000 f -0000016775 00000 f -0000016776 00000 f -0000016777 00000 f -0000016778 00000 f -0000016779 00000 f -0000016780 00000 f -0000016781 00000 f -0000016782 00000 f -0000016783 00000 f -0000016784 00000 f -0000016785 00000 f -0000016786 00000 f -0000016787 00000 f -0000016788 00000 f -0000016789 00000 f -0000016790 00000 f -0000016791 00000 f -0000016792 00000 f -0000016793 00000 f -0000016794 00000 f -0000016795 00000 f -0000016796 00000 f -0000016797 00000 f -0000016798 00000 f -0000016799 00000 f -0000016800 00000 f -0000016801 00000 f -0000016802 00000 f -0000016803 00000 f -0000016804 00000 f -0000016805 00000 f -0000016806 00000 f -0000016807 00000 f -0000016808 00000 f -0000016809 00000 f -0000016810 00000 f -0000016811 00000 f -0000016812 00000 f -0000016813 00000 f -0000016814 00000 f -0000016815 00000 f -0000016816 00000 f -0000016817 00000 f -0000016818 00000 f -0000016819 00000 f -0000016820 00000 f -0000016821 00000 f -0000016822 00000 f -0000016823 00000 f -0000016824 00000 f -0000016825 00000 f -0000016826 00000 f -0000016827 00000 f -0000016828 00000 f -0000016829 00000 f -0000016830 00000 f -0000016831 00000 f -0000016832 00000 f -0000016833 00000 f -0000016834 00000 f -0000016835 00000 f -0000016836 00000 f -0000016837 00000 f -0000016838 00000 f -0000016839 00000 f -0000016840 00000 f -0000016841 00000 f -0000016842 00000 f -0000016843 00000 f -0000016844 00000 f -0000016845 00000 f -0000016846 00000 f -0000016847 00000 f -0000016848 00000 f -0000016849 00000 f -0000016850 00000 f -0000016851 00000 f -0000016852 00000 f -0000016853 00000 f -0000016854 00000 f -0000016855 00000 f -0000016856 00000 f -0000016857 00000 f -0000016858 00000 f -0000016859 00000 f -0000016860 00000 f -0000016861 00000 f -0000016862 00000 f -0000016863 00000 f -0000016864 00000 f -0000016865 00000 f -0000016866 00000 f -0000016867 00000 f -0000016868 00000 f -0000016869 00000 f -0000016870 00000 f -0000016871 00000 f -0000016872 00000 f -0000016873 00000 f -0000016874 00000 f -0000016875 00000 f -0000016876 00000 f -0000016877 00000 f -0000016878 00000 f -0000016879 00000 f -0000016880 00000 f -0000016881 00000 f -0000016882 00000 f -0000016883 00000 f -0000016884 00000 f -0000016885 00000 f -0000016886 00000 f -0000016887 00000 f -0000016888 00000 f -0000016889 00000 f -0000016890 00000 f -0000016891 00000 f -0000016892 00000 f -0000016893 00000 f -0000016894 00000 f -0000016895 00000 f -0000016896 00000 f -0000016897 00000 f -0000016898 00000 f -0000016899 00000 f -0000016900 00000 f -0000016901 00000 f -0000016902 00000 f -0000016903 00000 f -0000016904 00000 f -0000016905 00000 f -0000016906 00000 f -0000016907 00000 f -0000016908 00000 f -0000016909 00000 f -0000016910 00000 f -0000016911 00000 f -0000016912 00000 f -0000016913 00000 f -0000016914 00000 f -0000016915 00000 f -0000016916 00000 f -0000016917 00000 f -0000016918 00000 f -0000016919 00000 f -0000016920 00000 f -0000016921 00000 f -0000016922 00000 f -0000016923 00000 f -0000016924 00000 f -0000016925 00000 f -0000016926 00000 f -0000016927 00000 f -0000016928 00000 f -0000016929 00000 f -0000016930 00000 f -0000016931 00000 f -0000016932 00000 f -0000016933 00000 f -0000016934 00000 f -0000016935 00000 f -0000016936 00000 f -0000016937 00000 f -0000016938 00000 f -0000016939 00000 f -0000016940 00000 f -0000016941 00000 f -0000016942 00000 f -0000016943 00000 f -0000016944 00000 f -0000016945 00000 f -0000016946 00000 f -0000016947 00000 f -0000016948 00000 f -0000016949 00000 f -0000016950 00000 f -0000016951 00000 f -0000016952 00000 f -0000016953 00000 f -0000016954 00000 f -0000016955 00000 f -0000016956 00000 f -0000016957 00000 f -0000016958 00000 f -0000016959 00000 f -0000016960 00000 f -0000016961 00000 f -0000016962 00000 f -0000016963 00000 f -0000016964 00000 f -0000016965 00000 f -0000016966 00000 f -0000016967 00000 f -0000016968 00000 f -0000016969 00000 f -0000016970 00000 f -0000016971 00000 f -0000016972 00000 f -0000016973 00000 f -0000016974 00000 f -0000016975 00000 f -0000016976 00000 f -0000016977 00000 f -0000016978 00000 f -0000016979 00000 f -0000016980 00000 f -0000016981 00000 f -0000016982 00000 f -0000016983 00000 f -0000016984 00000 f -0000016985 00000 f -0000016986 00000 f -0000016987 00000 f -0000016988 00000 f -0000016989 00000 f -0000016990 00000 f -0000016991 00000 f -0000016992 00000 f -0000016993 00000 f -0000016994 00000 f -0000016995 00000 f -0000016996 00000 f -0000016997 00000 f -0000016998 00000 f -0000016999 00000 f -0000017000 00000 f -0000017001 00000 f -0000017002 00000 f -0000017003 00000 f -0000017004 00000 f -0000017005 00000 f -0000017012 00000 f -0000286048 00000 n -0000286082 00000 n -0000285926 00000 n -0000285960 00000 n -0000285804 00000 n -0000285838 00000 n -0000017013 00000 f -0000017014 00000 f -0000017015 00000 f -0000017016 00000 f -0000017017 00000 f -0000017018 00000 f -0000017019 00000 f -0000017020 00000 f -0000017024 00000 f -0000273632 00000 n -0000273714 00000 n -0000273797 00000 n -0000017025 00000 f -0000017026 00000 f -0000017027 00000 f -0000017028 00000 f -0000017029 00000 f -0000017030 00000 f -0000017031 00000 f -0000017032 00000 f -0000017033 00000 f -0000017034 00000 f -0000017035 00000 f -0000017036 00000 f -0000017037 00000 f -0000017038 00000 f -0000017039 00000 f -0000017040 00000 f -0000017041 00000 f -0000017042 00000 f -0000017043 00000 f -0000017044 00000 f -0000017045 00000 f -0000017046 00000 f -0000017047 00000 f -0000017048 00000 f -0000017049 00000 f -0000017050 00000 f -0000017051 00000 f -0000017052 00000 f -0000017053 00000 f -0000017054 00000 f -0000017055 00000 f -0000017056 00000 f -0000017057 00000 f -0000017058 00000 f -0000017059 00000 f -0000017060 00000 f -0000017061 00000 f -0000017062 00000 f -0000017063 00000 f -0000017064 00000 f -0000017065 00000 f -0000017066 00000 f -0000017067 00000 f -0000017068 00000 f -0000017069 00000 f -0000017070 00000 f -0000017071 00000 f -0000017072 00000 f -0000017073 00000 f -0000017074 00000 f -0000017075 00000 f -0000017076 00000 f -0000017077 00000 f -0000017078 00000 f -0000017079 00000 f -0000017080 00000 f -0000017081 00000 f -0000017082 00000 f -0000017083 00000 f -0000017084 00000 f -0000017085 00000 f -0000017086 00000 f -0000017087 00000 f -0000017088 00000 f -0000017089 00000 f -0000017090 00000 f -0000017091 00000 f -0000017092 00000 f -0000017093 00000 f -0000017094 00000 f -0000017095 00000 f -0000017096 00000 f -0000017097 00000 f -0000017098 00000 f -0000017099 00000 f -0000017100 00000 f -0000017101 00000 f -0000017102 00000 f -0000017103 00000 f -0000017104 00000 f -0000017105 00000 f -0000017106 00000 f -0000017107 00000 f -0000017108 00000 f -0000017109 00000 f -0000017110 00000 f -0000017111 00000 f -0000017112 00000 f -0000017113 00000 f -0000017114 00000 f -0000017115 00000 f -0000017116 00000 f -0000017117 00000 f -0000017118 00000 f -0000017119 00000 f -0000017120 00000 f -0000017121 00000 f -0000017122 00000 f -0000017123 00000 f -0000017124 00000 f -0000017125 00000 f -0000017126 00000 f -0000017127 00000 f -0000017128 00000 f -0000017129 00000 f -0000017130 00000 f -0000017131 00000 f -0000017132 00000 f -0000017133 00000 f -0000017134 00000 f -0000017135 00000 f -0000017136 00000 f -0000017137 00000 f -0000017138 00000 f -0000017139 00000 f -0000017140 00000 f -0000017141 00000 f -0000017142 00000 f -0000017143 00000 f -0000017144 00000 f -0000017145 00000 f -0000017146 00000 f -0000017147 00000 f -0000017148 00000 f -0000017149 00000 f -0000017150 00000 f -0000017151 00000 f -0000017152 00000 f -0000017153 00000 f -0000017154 00000 f -0000017155 00000 f -0000017156 00000 f -0000017157 00000 f -0000017158 00000 f -0000017159 00000 f -0000017160 00000 f -0000017161 00000 f -0000017162 00000 f -0000017163 00000 f -0000017164 00000 f -0000017165 00000 f -0000017166 00000 f -0000017167 00000 f -0000017168 00000 f -0000017169 00000 f -0000017170 00000 f -0000017171 00000 f -0000017172 00000 f -0000017173 00000 f -0000017174 00000 f -0000017175 00000 f -0000017176 00000 f -0000017177 00000 f -0000017178 00000 f -0000017179 00000 f -0000017180 00000 f -0000017181 00000 f -0000017182 00000 f -0000017183 00000 f -0000017184 00000 f -0000017185 00000 f -0000017186 00000 f -0000017187 00000 f -0000017188 00000 f -0000017189 00000 f -0000017190 00000 f -0000017191 00000 f -0000017192 00000 f -0000017193 00000 f -0000017194 00000 f -0000017195 00000 f -0000017196 00000 f -0000017197 00000 f -0000017198 00000 f -0000017199 00000 f -0000017200 00000 f -0000017201 00000 f -0000017202 00000 f -0000017203 00000 f -0000017204 00000 f -0000017205 00000 f -0000017206 00000 f -0000017207 00000 f -0000017208 00000 f -0000017209 00000 f -0000017210 00000 f -0000017211 00000 f -0000017212 00000 f -0000017213 00000 f -0000017214 00000 f -0000017215 00000 f -0000017216 00000 f -0000017217 00000 f -0000017218 00000 f -0000017219 00000 f -0000017220 00000 f -0000017221 00000 f -0000017222 00000 f -0000017223 00000 f -0000017224 00000 f -0000017225 00000 f -0000017226 00000 f -0000017227 00000 f -0000017228 00000 f -0000017229 00000 f -0000017230 00000 f -0000017231 00000 f -0000017232 00000 f -0000017233 00000 f -0000017234 00000 f -0000017235 00000 f -0000017236 00000 f -0000017237 00000 f -0000017238 00000 f -0000017239 00000 f -0000017240 00000 f -0000017241 00000 f -0000017242 00000 f -0000017243 00000 f -0000017244 00000 f -0000017245 00000 f -0000017246 00000 f -0000017247 00000 f -0000017248 00000 f -0000017249 00000 f -0000017250 00000 f -0000017251 00000 f -0000017252 00000 f -0000017253 00000 f -0000017254 00000 f -0000017255 00000 f -0000017256 00000 f -0000017257 00000 f -0000017258 00000 f -0000017259 00000 f -0000017260 00000 f -0000017261 00000 f -0000017262 00000 f -0000017263 00000 f -0000017264 00000 f -0000017265 00000 f -0000017266 00000 f -0000017267 00000 f -0000017268 00000 f -0000017269 00000 f -0000017270 00000 f -0000017271 00000 f -0000017272 00000 f -0000017273 00000 f -0000017274 00000 f -0000017275 00000 f -0000017276 00000 f -0000017277 00000 f -0000017278 00000 f -0000017279 00000 f -0000017280 00000 f -0000017281 00000 f -0000017282 00000 f -0000017283 00000 f -0000017284 00000 f -0000017285 00000 f -0000017286 00000 f -0000017287 00000 f -0000017288 00000 f -0000017289 00000 f -0000017290 00000 f -0000017291 00000 f -0000017292 00000 f -0000017293 00000 f -0000017294 00000 f -0000017295 00000 f -0000017296 00000 f -0000017297 00000 f -0000017298 00000 f -0000017299 00000 f -0000017300 00000 f -0000017301 00000 f -0000017302 00000 f -0000017303 00000 f -0000017304 00000 f -0000017305 00000 f -0000017306 00000 f -0000017307 00000 f -0000017308 00000 f -0000017309 00000 f -0000017310 00000 f -0000017311 00000 f -0000017312 00000 f -0000017313 00000 f -0000017314 00000 f -0000017315 00000 f -0000017316 00000 f -0000017317 00000 f -0000017318 00000 f -0000017319 00000 f -0000017320 00000 f -0000017321 00000 f -0000017322 00000 f -0000017323 00000 f -0000017324 00000 f -0000017325 00000 f -0000017326 00000 f -0000017327 00000 f -0000017328 00000 f -0000017329 00000 f -0000017330 00000 f -0000017331 00000 f -0000017332 00000 f -0000017333 00000 f -0000017334 00000 f -0000017335 00000 f -0000017336 00000 f -0000017337 00000 f -0000017338 00000 f -0000017339 00000 f -0000017340 00000 f -0000017341 00000 f -0000017342 00000 f -0000017343 00000 f -0000017344 00000 f -0000017345 00000 f -0000017346 00000 f -0000017347 00000 f -0000017348 00000 f -0000017349 00000 f -0000017350 00000 f -0000017351 00000 f -0000017352 00000 f -0000017353 00000 f -0000017354 00000 f -0000017355 00000 f -0000017356 00000 f -0000017357 00000 f -0000017358 00000 f -0000017359 00000 f -0000017360 00000 f -0000017361 00000 f -0000017362 00000 f -0000017363 00000 f -0000017364 00000 f -0000017365 00000 f -0000017366 00000 f -0000017367 00000 f -0000017368 00000 f -0000017369 00000 f -0000017370 00000 f -0000017371 00000 f -0000017372 00000 f -0000017373 00000 f -0000017374 00000 f -0000017375 00000 f -0000017376 00000 f -0000017377 00000 f -0000017378 00000 f -0000017379 00000 f -0000017380 00000 f -0000017381 00000 f -0000017382 00000 f -0000017383 00000 f -0000017384 00000 f -0000017385 00000 f -0000017386 00000 f -0000017387 00000 f -0000017388 00000 f -0000017389 00000 f -0000017390 00000 f -0000017391 00000 f -0000017392 00000 f -0000017393 00000 f -0000017394 00000 f -0000017395 00000 f -0000017396 00000 f -0000017397 00000 f -0000017398 00000 f -0000017399 00000 f -0000017400 00000 f -0000017401 00000 f -0000017402 00000 f -0000017403 00000 f -0000017404 00000 f -0000017405 00000 f -0000017406 00000 f -0000017407 00000 f -0000017408 00000 f -0000017409 00000 f -0000017410 00000 f -0000017411 00000 f -0000017412 00000 f -0000017413 00000 f -0000017414 00000 f -0000017415 00000 f -0000017416 00000 f -0000017417 00000 f -0000017418 00000 f -0000017419 00000 f -0000017420 00000 f -0000017421 00000 f -0000017422 00000 f -0000017423 00000 f -0000017424 00000 f -0000017425 00000 f -0000017426 00000 f -0000017427 00000 f -0000017428 00000 f -0000017429 00000 f -0000017430 00000 f -0000017431 00000 f -0000017432 00000 f -0000017433 00000 f -0000017434 00000 f -0000017435 00000 f -0000017436 00000 f -0000017437 00000 f -0000017438 00000 f -0000017439 00000 f -0000017440 00000 f -0000017441 00000 f -0000017442 00000 f -0000017443 00000 f -0000017444 00000 f -0000017445 00000 f -0000017446 00000 f -0000017447 00000 f -0000017448 00000 f -0000017449 00000 f -0000017450 00000 f -0000017451 00000 f -0000017452 00000 f -0000017453 00000 f -0000017454 00000 f -0000017455 00000 f -0000017456 00000 f -0000017457 00000 f -0000017458 00000 f -0000017459 00000 f -0000017460 00000 f -0000017461 00000 f -0000017462 00000 f -0000017463 00000 f -0000017464 00000 f -0000017465 00000 f -0000017466 00000 f -0000017467 00000 f -0000017468 00000 f -0000017469 00000 f -0000017470 00000 f -0000017471 00000 f -0000017472 00000 f -0000017473 00000 f -0000017474 00000 f -0000017475 00000 f -0000017476 00000 f -0000017477 00000 f -0000017478 00000 f -0000017479 00000 f -0000017480 00000 f -0000017481 00000 f -0000017482 00000 f -0000017483 00000 f -0000017484 00000 f -0000017485 00000 f -0000017486 00000 f -0000017487 00000 f -0000017488 00000 f -0000017489 00000 f -0000017490 00000 f -0000017491 00000 f -0000017492 00000 f -0000017493 00000 f -0000017494 00000 f -0000017495 00000 f -0000017496 00000 f -0000017497 00000 f -0000017498 00000 f -0000017499 00000 f -0000017500 00000 f -0000017501 00000 f -0000017502 00000 f -0000017503 00000 f -0000017504 00000 f -0000017505 00000 f -0000017506 00000 f -0000017507 00000 f -0000017508 00000 f -0000017509 00000 f -0000017510 00000 f -0000017511 00000 f -0000017512 00000 f -0000017513 00000 f -0000017514 00000 f -0000017515 00000 f -0000017516 00000 f -0000017517 00000 f -0000017518 00000 f -0000017519 00000 f -0000017520 00000 f -0000017521 00000 f -0000017522 00000 f -0000017523 00000 f -0000017524 00000 f -0000017525 00000 f -0000017526 00000 f -0000017527 00000 f -0000017528 00000 f -0000017529 00000 f -0000017530 00000 f -0000017531 00000 f -0000017532 00000 f -0000017533 00000 f -0000017534 00000 f -0000017535 00000 f -0000017536 00000 f -0000017537 00000 f -0000017538 00000 f -0000017539 00000 f -0000017540 00000 f -0000017541 00000 f -0000017542 00000 f -0000017543 00000 f -0000017544 00000 f -0000017545 00000 f -0000017546 00000 f -0000017547 00000 f -0000017548 00000 f -0000017549 00000 f -0000017550 00000 f -0000017551 00000 f -0000017552 00000 f -0000017553 00000 f -0000017560 00000 f -0000285682 00000 n -0000285716 00000 n -0000285560 00000 n -0000285594 00000 n -0000285438 00000 n -0000285472 00000 n -0000017561 00000 f -0000017562 00000 f -0000017563 00000 f -0000017564 00000 f -0000017565 00000 f -0000017566 00000 f -0000017567 00000 f -0000017568 00000 f -0000017572 00000 f -0000273884 00000 n -0000273966 00000 n -0000274049 00000 n -0000017573 00000 f -0000017574 00000 f -0000017575 00000 f -0000017576 00000 f -0000017577 00000 f -0000017578 00000 f -0000017579 00000 f -0000017580 00000 f -0000017581 00000 f -0000017582 00000 f -0000017583 00000 f -0000017584 00000 f -0000017585 00000 f -0000017586 00000 f -0000017587 00000 f -0000017588 00000 f -0000017589 00000 f -0000017590 00000 f -0000017591 00000 f -0000017592 00000 f -0000017593 00000 f -0000017594 00000 f -0000017595 00000 f -0000017596 00000 f -0000017597 00000 f -0000017598 00000 f -0000017599 00000 f -0000017600 00000 f -0000017601 00000 f -0000017602 00000 f -0000017603 00000 f -0000017604 00000 f -0000017605 00000 f -0000017606 00000 f -0000017607 00000 f -0000017608 00000 f -0000017609 00000 f -0000017610 00000 f -0000017611 00000 f -0000017612 00000 f -0000017613 00000 f -0000017614 00000 f -0000017615 00000 f -0000017616 00000 f -0000017617 00000 f -0000017618 00000 f -0000017619 00000 f -0000017620 00000 f -0000017621 00000 f -0000017622 00000 f -0000017623 00000 f -0000017624 00000 f -0000017625 00000 f -0000017626 00000 f -0000017627 00000 f -0000017628 00000 f -0000017629 00000 f -0000017630 00000 f -0000017631 00000 f -0000017632 00000 f -0000017633 00000 f -0000017634 00000 f -0000017635 00000 f -0000017636 00000 f -0000017637 00000 f -0000017638 00000 f -0000017639 00000 f -0000017640 00000 f -0000017641 00000 f -0000017642 00000 f -0000017643 00000 f -0000017644 00000 f -0000017645 00000 f -0000017646 00000 f -0000017647 00000 f -0000017648 00000 f -0000017649 00000 f -0000017650 00000 f -0000017651 00000 f -0000017652 00000 f -0000017653 00000 f -0000017654 00000 f -0000017655 00000 f -0000017656 00000 f -0000017657 00000 f -0000017658 00000 f -0000017659 00000 f -0000017660 00000 f -0000017661 00000 f -0000017662 00000 f -0000017663 00000 f -0000017664 00000 f -0000017665 00000 f -0000017666 00000 f -0000017667 00000 f -0000017668 00000 f -0000017669 00000 f -0000017670 00000 f -0000017671 00000 f -0000017672 00000 f -0000017673 00000 f -0000017674 00000 f -0000017675 00000 f -0000017676 00000 f -0000017677 00000 f -0000017678 00000 f -0000017679 00000 f -0000017680 00000 f -0000017681 00000 f -0000017682 00000 f -0000017683 00000 f -0000017684 00000 f -0000017685 00000 f -0000017686 00000 f -0000017687 00000 f -0000017688 00000 f -0000017689 00000 f -0000017690 00000 f -0000017691 00000 f -0000017692 00000 f -0000017693 00000 f -0000017694 00000 f -0000017695 00000 f -0000017696 00000 f -0000017697 00000 f -0000017698 00000 f -0000017699 00000 f -0000017700 00000 f -0000017701 00000 f -0000017702 00000 f -0000017703 00000 f -0000017704 00000 f -0000017705 00000 f -0000017706 00000 f -0000017707 00000 f -0000017708 00000 f -0000017709 00000 f -0000017710 00000 f -0000017711 00000 f -0000017712 00000 f -0000017713 00000 f -0000017714 00000 f -0000017715 00000 f -0000017716 00000 f -0000017717 00000 f -0000017718 00000 f -0000017719 00000 f -0000017720 00000 f -0000017721 00000 f -0000017722 00000 f -0000017723 00000 f -0000017724 00000 f -0000017725 00000 f -0000017726 00000 f -0000017727 00000 f -0000017728 00000 f -0000017729 00000 f -0000017730 00000 f -0000017731 00000 f -0000017732 00000 f -0000017733 00000 f -0000017734 00000 f -0000017735 00000 f -0000017736 00000 f -0000017737 00000 f -0000017738 00000 f -0000017739 00000 f -0000017740 00000 f -0000017741 00000 f -0000017742 00000 f -0000017743 00000 f -0000017744 00000 f -0000017745 00000 f -0000017746 00000 f -0000017747 00000 f -0000017748 00000 f -0000017749 00000 f -0000017750 00000 f -0000017751 00000 f -0000017752 00000 f -0000017753 00000 f -0000017754 00000 f -0000017755 00000 f -0000017756 00000 f -0000017757 00000 f -0000017758 00000 f -0000017759 00000 f -0000017760 00000 f -0000017761 00000 f -0000017762 00000 f -0000017763 00000 f -0000017764 00000 f -0000017765 00000 f -0000017766 00000 f -0000017767 00000 f -0000017768 00000 f -0000017769 00000 f -0000017770 00000 f -0000017771 00000 f -0000017772 00000 f -0000017773 00000 f -0000017774 00000 f -0000017775 00000 f -0000017776 00000 f -0000017777 00000 f -0000017778 00000 f -0000017779 00000 f -0000017780 00000 f -0000017781 00000 f -0000017782 00000 f -0000017783 00000 f -0000017784 00000 f -0000017785 00000 f -0000017786 00000 f -0000017787 00000 f -0000017788 00000 f -0000017789 00000 f -0000017790 00000 f -0000017791 00000 f -0000017792 00000 f -0000017793 00000 f -0000017794 00000 f -0000017795 00000 f -0000017796 00000 f -0000017797 00000 f -0000017798 00000 f -0000017799 00000 f -0000017800 00000 f -0000017801 00000 f -0000017802 00000 f -0000017803 00000 f -0000017804 00000 f -0000017805 00000 f -0000017806 00000 f -0000017807 00000 f -0000017808 00000 f -0000017809 00000 f -0000017810 00000 f -0000017811 00000 f -0000017812 00000 f -0000017813 00000 f -0000017814 00000 f -0000017815 00000 f -0000017816 00000 f -0000017817 00000 f -0000017818 00000 f -0000017819 00000 f -0000017820 00000 f -0000017821 00000 f -0000017822 00000 f -0000017823 00000 f -0000017824 00000 f -0000017825 00000 f -0000017826 00000 f -0000017827 00000 f -0000017828 00000 f -0000017829 00000 f -0000017830 00000 f -0000017831 00000 f -0000017832 00000 f -0000017833 00000 f -0000017834 00000 f -0000017835 00000 f -0000017836 00000 f -0000017837 00000 f -0000017838 00000 f -0000017839 00000 f -0000017840 00000 f -0000017841 00000 f -0000017842 00000 f -0000017843 00000 f -0000017844 00000 f -0000017845 00000 f -0000017846 00000 f -0000017847 00000 f -0000017848 00000 f -0000017849 00000 f -0000017850 00000 f -0000017851 00000 f -0000017852 00000 f -0000017853 00000 f -0000017854 00000 f -0000017855 00000 f -0000017856 00000 f -0000017857 00000 f -0000017858 00000 f -0000017859 00000 f -0000017860 00000 f -0000017861 00000 f -0000017862 00000 f -0000017863 00000 f -0000017864 00000 f -0000017865 00000 f -0000017866 00000 f -0000017867 00000 f -0000017868 00000 f -0000017869 00000 f -0000017870 00000 f -0000017871 00000 f -0000017872 00000 f -0000017873 00000 f -0000017874 00000 f -0000017875 00000 f -0000017876 00000 f -0000017877 00000 f -0000017878 00000 f -0000017879 00000 f -0000017880 00000 f -0000017881 00000 f -0000017882 00000 f -0000017883 00000 f -0000017884 00000 f -0000017885 00000 f -0000017886 00000 f -0000017887 00000 f -0000017888 00000 f -0000017889 00000 f -0000017890 00000 f -0000017891 00000 f -0000017892 00000 f -0000017893 00000 f -0000017894 00000 f -0000017895 00000 f -0000017896 00000 f -0000017897 00000 f -0000017898 00000 f -0000017899 00000 f -0000017900 00000 f -0000017901 00000 f -0000017902 00000 f -0000017903 00000 f -0000017904 00000 f -0000017905 00000 f -0000017906 00000 f -0000017907 00000 f -0000017908 00000 f -0000017909 00000 f -0000017910 00000 f -0000017911 00000 f -0000017912 00000 f -0000017913 00000 f -0000017914 00000 f -0000017915 00000 f -0000017916 00000 f -0000017917 00000 f -0000017918 00000 f -0000017919 00000 f -0000017920 00000 f -0000017921 00000 f -0000017922 00000 f -0000017923 00000 f -0000017924 00000 f -0000017925 00000 f -0000017926 00000 f -0000017927 00000 f -0000017928 00000 f -0000017929 00000 f -0000017930 00000 f -0000017931 00000 f -0000017932 00000 f -0000017933 00000 f -0000017934 00000 f -0000017935 00000 f -0000017936 00000 f -0000017937 00000 f -0000017938 00000 f -0000017939 00000 f -0000017940 00000 f -0000017941 00000 f -0000017942 00000 f -0000017943 00000 f -0000017944 00000 f -0000017945 00000 f -0000017946 00000 f -0000017947 00000 f -0000017948 00000 f -0000017949 00000 f -0000017950 00000 f -0000017951 00000 f -0000017952 00000 f -0000017953 00000 f -0000017954 00000 f -0000017955 00000 f -0000017956 00000 f -0000017957 00000 f -0000017958 00000 f -0000017959 00000 f -0000017960 00000 f -0000017961 00000 f -0000017962 00000 f -0000017963 00000 f -0000017964 00000 f -0000017965 00000 f -0000017966 00000 f -0000017967 00000 f -0000017968 00000 f -0000017969 00000 f -0000017970 00000 f -0000017971 00000 f -0000017972 00000 f -0000017973 00000 f -0000017974 00000 f -0000017975 00000 f -0000017976 00000 f -0000017977 00000 f -0000017978 00000 f -0000017979 00000 f -0000017980 00000 f -0000017981 00000 f -0000017982 00000 f -0000017983 00000 f -0000017984 00000 f -0000017985 00000 f -0000017986 00000 f -0000017987 00000 f -0000017988 00000 f -0000017989 00000 f -0000017990 00000 f -0000017991 00000 f -0000017992 00000 f -0000017993 00000 f -0000017994 00000 f -0000017995 00000 f -0000017996 00000 f -0000017997 00000 f -0000017998 00000 f -0000017999 00000 f -0000018000 00000 f -0000018001 00000 f -0000018002 00000 f -0000018003 00000 f -0000018004 00000 f -0000018005 00000 f -0000018006 00000 f -0000018007 00000 f -0000018008 00000 f -0000018009 00000 f -0000018010 00000 f -0000018011 00000 f -0000018012 00000 f -0000018013 00000 f -0000018014 00000 f -0000018015 00000 f -0000018016 00000 f -0000018017 00000 f -0000018018 00000 f -0000018019 00000 f -0000018020 00000 f -0000018021 00000 f -0000018022 00000 f -0000018023 00000 f -0000018024 00000 f -0000018025 00000 f -0000018026 00000 f -0000018027 00000 f -0000018028 00000 f -0000018029 00000 f -0000018030 00000 f -0000018031 00000 f -0000018032 00000 f -0000018033 00000 f -0000018034 00000 f -0000018035 00000 f -0000018036 00000 f -0000018037 00000 f -0000018038 00000 f -0000018039 00000 f -0000018040 00000 f -0000018041 00000 f -0000018042 00000 f -0000018043 00000 f -0000018044 00000 f -0000018045 00000 f -0000018046 00000 f -0000018047 00000 f -0000018048 00000 f -0000018049 00000 f -0000018050 00000 f -0000018051 00000 f -0000018052 00000 f -0000018053 00000 f -0000018054 00000 f -0000018055 00000 f -0000018056 00000 f -0000018057 00000 f -0000018058 00000 f -0000018059 00000 f -0000018060 00000 f -0000018061 00000 f -0000018062 00000 f -0000018063 00000 f -0000018064 00000 f -0000018065 00000 f -0000018066 00000 f -0000018067 00000 f -0000018068 00000 f -0000018069 00000 f -0000018070 00000 f -0000018071 00000 f -0000018072 00000 f -0000018073 00000 f -0000018074 00000 f -0000018075 00000 f -0000018076 00000 f -0000018077 00000 f -0000018078 00000 f -0000018079 00000 f -0000018080 00000 f -0000018081 00000 f -0000018082 00000 f -0000018083 00000 f -0000018084 00000 f -0000018085 00000 f -0000018086 00000 f -0000018087 00000 f -0000018088 00000 f -0000018089 00000 f -0000018090 00000 f -0000018091 00000 f -0000018092 00000 f -0000018093 00000 f -0000018094 00000 f -0000018095 00000 f -0000018096 00000 f -0000018097 00000 f -0000018098 00000 f -0000018099 00000 f -0000018100 00000 f -0000018101 00000 f -0000018108 00000 f -0000285316 00000 n -0000285350 00000 n -0000285194 00000 n -0000285228 00000 n -0000285072 00000 n -0000285106 00000 n -0000018109 00000 f -0000018110 00000 f -0000018111 00000 f -0000018112 00000 f -0000018113 00000 f -0000018114 00000 f -0000018115 00000 f -0000018116 00000 f -0000018120 00000 f -0000274136 00000 n -0000274218 00000 n -0000274301 00000 n -0000018121 00000 f -0000018122 00000 f -0000018123 00000 f -0000018124 00000 f -0000018125 00000 f -0000018126 00000 f -0000018127 00000 f -0000018128 00000 f -0000018129 00000 f -0000018130 00000 f -0000018131 00000 f -0000018132 00000 f -0000018133 00000 f -0000018134 00000 f -0000018135 00000 f -0000018136 00000 f -0000018137 00000 f -0000018138 00000 f -0000018139 00000 f -0000018140 00000 f -0000018141 00000 f -0000018142 00000 f -0000018143 00000 f -0000018144 00000 f -0000018145 00000 f -0000018146 00000 f -0000018147 00000 f -0000018148 00000 f -0000018149 00000 f -0000018150 00000 f -0000018151 00000 f -0000018152 00000 f -0000018153 00000 f -0000018154 00000 f -0000018155 00000 f -0000018156 00000 f -0000018157 00000 f -0000018158 00000 f -0000018159 00000 f -0000018160 00000 f -0000018161 00000 f -0000018162 00000 f -0000018163 00000 f -0000018164 00000 f -0000018165 00000 f -0000018166 00000 f -0000018167 00000 f -0000018168 00000 f -0000018169 00000 f -0000018170 00000 f -0000018171 00000 f -0000018172 00000 f -0000018173 00000 f -0000018174 00000 f -0000018175 00000 f -0000018176 00000 f -0000018177 00000 f -0000018178 00000 f -0000018179 00000 f -0000018180 00000 f -0000018181 00000 f -0000018182 00000 f -0000018183 00000 f -0000018184 00000 f -0000018185 00000 f -0000018186 00000 f -0000018187 00000 f -0000018188 00000 f -0000018189 00000 f -0000018190 00000 f -0000018191 00000 f -0000018192 00000 f -0000018193 00000 f -0000018194 00000 f -0000018195 00000 f -0000018196 00000 f -0000018197 00000 f -0000018198 00000 f -0000018199 00000 f -0000018200 00000 f -0000018201 00000 f -0000018202 00000 f -0000018203 00000 f -0000018204 00000 f -0000018205 00000 f -0000018206 00000 f -0000018207 00000 f -0000018208 00000 f -0000018209 00000 f -0000018210 00000 f -0000018211 00000 f -0000018212 00000 f -0000018213 00000 f -0000018214 00000 f -0000018215 00000 f -0000018216 00000 f -0000018217 00000 f -0000018218 00000 f -0000018219 00000 f -0000018220 00000 f -0000018221 00000 f -0000018222 00000 f -0000018223 00000 f -0000018224 00000 f -0000018225 00000 f -0000018226 00000 f -0000018227 00000 f -0000018228 00000 f -0000018229 00000 f -0000018230 00000 f -0000018231 00000 f -0000018232 00000 f -0000018233 00000 f -0000018234 00000 f -0000018235 00000 f -0000018236 00000 f -0000018237 00000 f -0000018238 00000 f -0000018239 00000 f -0000018240 00000 f -0000018241 00000 f -0000018242 00000 f -0000018243 00000 f -0000018244 00000 f -0000018245 00000 f -0000018246 00000 f -0000018247 00000 f -0000018248 00000 f -0000018249 00000 f -0000018250 00000 f -0000018251 00000 f -0000018252 00000 f -0000018253 00000 f -0000018254 00000 f -0000018255 00000 f -0000018256 00000 f -0000018257 00000 f -0000018258 00000 f -0000018259 00000 f -0000018260 00000 f -0000018261 00000 f -0000018262 00000 f -0000018263 00000 f -0000018264 00000 f -0000018265 00000 f -0000018266 00000 f -0000018267 00000 f -0000018268 00000 f -0000018269 00000 f -0000018270 00000 f -0000018271 00000 f -0000018272 00000 f -0000018273 00000 f -0000018274 00000 f -0000018275 00000 f -0000018276 00000 f -0000018277 00000 f -0000018278 00000 f -0000018279 00000 f -0000018280 00000 f -0000018281 00000 f -0000018282 00000 f -0000018283 00000 f -0000018284 00000 f -0000018285 00000 f -0000018286 00000 f -0000018287 00000 f -0000018288 00000 f -0000018289 00000 f -0000018290 00000 f -0000018291 00000 f -0000018292 00000 f -0000018293 00000 f -0000018294 00000 f -0000018295 00000 f -0000018296 00000 f -0000018297 00000 f -0000018298 00000 f -0000018299 00000 f -0000018300 00000 f -0000018301 00000 f -0000018302 00000 f -0000018303 00000 f -0000018304 00000 f -0000018305 00000 f -0000018306 00000 f -0000018307 00000 f -0000018308 00000 f -0000018309 00000 f -0000018310 00000 f -0000018311 00000 f -0000018312 00000 f -0000018313 00000 f -0000018314 00000 f -0000018315 00000 f -0000018316 00000 f -0000018317 00000 f -0000018318 00000 f -0000018319 00000 f -0000018320 00000 f -0000018321 00000 f -0000018322 00000 f -0000018323 00000 f -0000018324 00000 f -0000018325 00000 f -0000018326 00000 f -0000018327 00000 f -0000018328 00000 f -0000018329 00000 f -0000018330 00000 f -0000018331 00000 f -0000018332 00000 f -0000018333 00000 f -0000018334 00000 f -0000018335 00000 f -0000018336 00000 f -0000018337 00000 f -0000018338 00000 f -0000018339 00000 f -0000018340 00000 f -0000018341 00000 f -0000018342 00000 f -0000018343 00000 f -0000018344 00000 f -0000018345 00000 f -0000018346 00000 f -0000018347 00000 f -0000018348 00000 f -0000018349 00000 f -0000018350 00000 f -0000018351 00000 f -0000018352 00000 f -0000018353 00000 f -0000018354 00000 f -0000018355 00000 f -0000018356 00000 f -0000018357 00000 f -0000018358 00000 f -0000018359 00000 f -0000018360 00000 f -0000018361 00000 f -0000018362 00000 f -0000018363 00000 f -0000018364 00000 f -0000018365 00000 f -0000018366 00000 f -0000018367 00000 f -0000018368 00000 f -0000018369 00000 f -0000018370 00000 f -0000018371 00000 f -0000018372 00000 f -0000018373 00000 f -0000018374 00000 f -0000018375 00000 f -0000018376 00000 f -0000018377 00000 f -0000018378 00000 f -0000018379 00000 f -0000018380 00000 f -0000018381 00000 f -0000018382 00000 f -0000018383 00000 f -0000018384 00000 f -0000018385 00000 f -0000018386 00000 f -0000018387 00000 f -0000018388 00000 f -0000018389 00000 f -0000018390 00000 f -0000018391 00000 f -0000018392 00000 f -0000018393 00000 f -0000018394 00000 f -0000018395 00000 f -0000018396 00000 f -0000018397 00000 f -0000018398 00000 f -0000018399 00000 f -0000018400 00000 f -0000018401 00000 f -0000018402 00000 f -0000018403 00000 f -0000018404 00000 f -0000018405 00000 f -0000018406 00000 f -0000018407 00000 f -0000018408 00000 f -0000018409 00000 f -0000018410 00000 f -0000018411 00000 f -0000018412 00000 f -0000018413 00000 f -0000018414 00000 f -0000018415 00000 f -0000018416 00000 f -0000018417 00000 f -0000018418 00000 f -0000018419 00000 f -0000018420 00000 f -0000018421 00000 f -0000018422 00000 f -0000018423 00000 f -0000018424 00000 f -0000018425 00000 f -0000018426 00000 f -0000018427 00000 f -0000018428 00000 f -0000018429 00000 f -0000018430 00000 f -0000018431 00000 f -0000018432 00000 f -0000018433 00000 f -0000018434 00000 f -0000018435 00000 f -0000018436 00000 f -0000018437 00000 f -0000018438 00000 f -0000018439 00000 f -0000018440 00000 f -0000018441 00000 f -0000018442 00000 f -0000018443 00000 f -0000018444 00000 f -0000018445 00000 f -0000018446 00000 f -0000018447 00000 f -0000018448 00000 f -0000018449 00000 f -0000018450 00000 f -0000018451 00000 f -0000018452 00000 f -0000018453 00000 f -0000018454 00000 f -0000018455 00000 f -0000018456 00000 f -0000018457 00000 f -0000018458 00000 f -0000018459 00000 f -0000018460 00000 f -0000018461 00000 f -0000018462 00000 f -0000018463 00000 f -0000018464 00000 f -0000018465 00000 f -0000018466 00000 f -0000018467 00000 f -0000018468 00000 f -0000018469 00000 f -0000018470 00000 f -0000018471 00000 f -0000018472 00000 f -0000018473 00000 f -0000018474 00000 f -0000018475 00000 f -0000018476 00000 f -0000018477 00000 f -0000018478 00000 f -0000018479 00000 f -0000018480 00000 f -0000018481 00000 f -0000018482 00000 f -0000018483 00000 f -0000018484 00000 f -0000018485 00000 f -0000018486 00000 f -0000018487 00000 f -0000018488 00000 f -0000018489 00000 f -0000018490 00000 f -0000018491 00000 f -0000018492 00000 f -0000018493 00000 f -0000018494 00000 f -0000018495 00000 f -0000018496 00000 f -0000018497 00000 f -0000018498 00000 f -0000018499 00000 f -0000018500 00000 f -0000018501 00000 f -0000018502 00000 f -0000018503 00000 f -0000018504 00000 f -0000018505 00000 f -0000018506 00000 f -0000018507 00000 f -0000018508 00000 f -0000018509 00000 f -0000018510 00000 f -0000018511 00000 f -0000018512 00000 f -0000018513 00000 f -0000018514 00000 f -0000018515 00000 f -0000018516 00000 f -0000018517 00000 f -0000018518 00000 f -0000018519 00000 f -0000018520 00000 f -0000018521 00000 f -0000018522 00000 f -0000018523 00000 f -0000018524 00000 f -0000018525 00000 f -0000018526 00000 f -0000018527 00000 f -0000018528 00000 f -0000018529 00000 f -0000018530 00000 f -0000018531 00000 f -0000018532 00000 f -0000018533 00000 f -0000018534 00000 f -0000018535 00000 f -0000018536 00000 f -0000018537 00000 f -0000018538 00000 f -0000018539 00000 f -0000018540 00000 f -0000018541 00000 f -0000018542 00000 f -0000018543 00000 f -0000018544 00000 f -0000018545 00000 f -0000018546 00000 f -0000018547 00000 f -0000018548 00000 f -0000018549 00000 f -0000018550 00000 f -0000018551 00000 f -0000018552 00000 f -0000018553 00000 f -0000018554 00000 f -0000018555 00000 f -0000018556 00000 f -0000018557 00000 f -0000018558 00000 f -0000018559 00000 f -0000018560 00000 f -0000018561 00000 f -0000018562 00000 f -0000018563 00000 f -0000018564 00000 f -0000018565 00000 f -0000018566 00000 f -0000018567 00000 f -0000018568 00000 f -0000018569 00000 f -0000018570 00000 f -0000018571 00000 f -0000018572 00000 f -0000018573 00000 f -0000018574 00000 f -0000018575 00000 f -0000018576 00000 f -0000018577 00000 f -0000018578 00000 f -0000018579 00000 f -0000018580 00000 f -0000018581 00000 f -0000018582 00000 f -0000018583 00000 f -0000018584 00000 f -0000018585 00000 f -0000018586 00000 f -0000018587 00000 f -0000018588 00000 f -0000018589 00000 f -0000018590 00000 f -0000018591 00000 f -0000018592 00000 f -0000018593 00000 f -0000018594 00000 f -0000018595 00000 f -0000018596 00000 f -0000018597 00000 f -0000018598 00000 f -0000018599 00000 f -0000018600 00000 f -0000018601 00000 f -0000018602 00000 f -0000018603 00000 f -0000018604 00000 f -0000018605 00000 f -0000018606 00000 f -0000018607 00000 f -0000018608 00000 f -0000018609 00000 f -0000018610 00000 f -0000018611 00000 f -0000018612 00000 f -0000018613 00000 f -0000018614 00000 f -0000018615 00000 f -0000018616 00000 f -0000018617 00000 f -0000018618 00000 f -0000018619 00000 f -0000018620 00000 f -0000018621 00000 f -0000018622 00000 f -0000018623 00000 f -0000018624 00000 f -0000018625 00000 f -0000018626 00000 f -0000018627 00000 f -0000018628 00000 f -0000018629 00000 f -0000018630 00000 f -0000018631 00000 f -0000018632 00000 f -0000018633 00000 f -0000018634 00000 f -0000018635 00000 f -0000018636 00000 f -0000018637 00000 f -0000018638 00000 f -0000018639 00000 f -0000018640 00000 f -0000018641 00000 f -0000018642 00000 f -0000018643 00000 f -0000018644 00000 f -0000018645 00000 f -0000018646 00000 f -0000018647 00000 f -0000018648 00000 f -0000018649 00000 f -0000018656 00000 f -0000284950 00000 n -0000284984 00000 n -0000284828 00000 n -0000284862 00000 n -0000284706 00000 n -0000284740 00000 n -0000018657 00000 f -0000018658 00000 f -0000018659 00000 f -0000018660 00000 f -0000018661 00000 f -0000018662 00000 f -0000018663 00000 f -0000018664 00000 f -0000018668 00000 f -0000274388 00000 n -0000274470 00000 n -0000274553 00000 n -0000018669 00000 f -0000018670 00000 f -0000018671 00000 f -0000018672 00000 f -0000018673 00000 f -0000018674 00000 f -0000018675 00000 f -0000018676 00000 f -0000018677 00000 f -0000018678 00000 f -0000018679 00000 f -0000018680 00000 f -0000018681 00000 f -0000018682 00000 f -0000018683 00000 f -0000018684 00000 f -0000018685 00000 f -0000018686 00000 f -0000018687 00000 f -0000018688 00000 f -0000018689 00000 f -0000018690 00000 f -0000018691 00000 f -0000018692 00000 f -0000018693 00000 f -0000018694 00000 f -0000018695 00000 f -0000018696 00000 f -0000018697 00000 f -0000018698 00000 f -0000018699 00000 f -0000018700 00000 f -0000018701 00000 f -0000018702 00000 f -0000018703 00000 f -0000018704 00000 f -0000018705 00000 f -0000018706 00000 f -0000018707 00000 f -0000018708 00000 f -0000018709 00000 f -0000018710 00000 f -0000018711 00000 f -0000018712 00000 f -0000018713 00000 f -0000018714 00000 f -0000018715 00000 f -0000018716 00000 f -0000018717 00000 f -0000018718 00000 f -0000018719 00000 f -0000018720 00000 f -0000018721 00000 f -0000018722 00000 f -0000018723 00000 f -0000018724 00000 f -0000018725 00000 f -0000018726 00000 f -0000018727 00000 f -0000018728 00000 f -0000018729 00000 f -0000018730 00000 f -0000018731 00000 f -0000018732 00000 f -0000018733 00000 f -0000018734 00000 f -0000018735 00000 f -0000018736 00000 f -0000018737 00000 f -0000018738 00000 f -0000018739 00000 f -0000018740 00000 f -0000018741 00000 f -0000018742 00000 f -0000018743 00000 f -0000018744 00000 f -0000018745 00000 f -0000018746 00000 f -0000018747 00000 f -0000018748 00000 f -0000018749 00000 f -0000018750 00000 f -0000018751 00000 f -0000018752 00000 f -0000018753 00000 f -0000018754 00000 f -0000018755 00000 f -0000018756 00000 f -0000018757 00000 f -0000018758 00000 f -0000018759 00000 f -0000018760 00000 f -0000018761 00000 f -0000018762 00000 f -0000018763 00000 f -0000018764 00000 f -0000018765 00000 f -0000018766 00000 f -0000018767 00000 f -0000018768 00000 f -0000018769 00000 f -0000018770 00000 f -0000018771 00000 f -0000018772 00000 f -0000018773 00000 f -0000018774 00000 f -0000018775 00000 f -0000018776 00000 f -0000018777 00000 f -0000018778 00000 f -0000018779 00000 f -0000018780 00000 f -0000018781 00000 f -0000018782 00000 f -0000018783 00000 f -0000018784 00000 f -0000018785 00000 f -0000018786 00000 f -0000018787 00000 f -0000018788 00000 f -0000018789 00000 f -0000018790 00000 f -0000018791 00000 f -0000018792 00000 f -0000018793 00000 f -0000018794 00000 f -0000018795 00000 f -0000018796 00000 f -0000018797 00000 f -0000018798 00000 f -0000018799 00000 f -0000018800 00000 f -0000018801 00000 f -0000018802 00000 f -0000018803 00000 f -0000018804 00000 f -0000018805 00000 f -0000018806 00000 f -0000018807 00000 f -0000018808 00000 f -0000018809 00000 f -0000018810 00000 f -0000018811 00000 f -0000018812 00000 f -0000018813 00000 f -0000018814 00000 f -0000018815 00000 f -0000018816 00000 f -0000018817 00000 f -0000018818 00000 f -0000018819 00000 f -0000018820 00000 f -0000018821 00000 f -0000018822 00000 f -0000018823 00000 f -0000018824 00000 f -0000018825 00000 f -0000018826 00000 f -0000018827 00000 f -0000018828 00000 f -0000018829 00000 f -0000018830 00000 f -0000018831 00000 f -0000018832 00000 f -0000018833 00000 f -0000018834 00000 f -0000018835 00000 f -0000018836 00000 f -0000018837 00000 f -0000018838 00000 f -0000018839 00000 f -0000018840 00000 f -0000018841 00000 f -0000018842 00000 f -0000018843 00000 f -0000018844 00000 f -0000018845 00000 f -0000018846 00000 f -0000018847 00000 f -0000018848 00000 f -0000018849 00000 f -0000018850 00000 f -0000018851 00000 f -0000018852 00000 f -0000018853 00000 f -0000018854 00000 f -0000018855 00000 f -0000018856 00000 f -0000018857 00000 f -0000018858 00000 f -0000018859 00000 f -0000018860 00000 f -0000018861 00000 f -0000018862 00000 f -0000018863 00000 f -0000018864 00000 f -0000018865 00000 f -0000018866 00000 f -0000018867 00000 f -0000018868 00000 f -0000018869 00000 f -0000018870 00000 f -0000018871 00000 f -0000018872 00000 f -0000018873 00000 f -0000018874 00000 f -0000018875 00000 f -0000018876 00000 f -0000018877 00000 f -0000018878 00000 f -0000018879 00000 f -0000018880 00000 f -0000018881 00000 f -0000018882 00000 f -0000018883 00000 f -0000018884 00000 f -0000018885 00000 f -0000018886 00000 f -0000018887 00000 f -0000018888 00000 f -0000018889 00000 f -0000018890 00000 f -0000018891 00000 f -0000018892 00000 f -0000018893 00000 f -0000018894 00000 f -0000018895 00000 f -0000018896 00000 f -0000018897 00000 f -0000018898 00000 f -0000018899 00000 f -0000018900 00000 f -0000018901 00000 f -0000018902 00000 f -0000018903 00000 f -0000018904 00000 f -0000018905 00000 f -0000018906 00000 f -0000018907 00000 f -0000018908 00000 f -0000018909 00000 f -0000018910 00000 f -0000018911 00000 f -0000018912 00000 f -0000018913 00000 f -0000018914 00000 f -0000018915 00000 f -0000018916 00000 f -0000018917 00000 f -0000018918 00000 f -0000018919 00000 f -0000018920 00000 f -0000018921 00000 f -0000018922 00000 f -0000018923 00000 f -0000018924 00000 f -0000018925 00000 f -0000018926 00000 f -0000018927 00000 f -0000018928 00000 f -0000018929 00000 f -0000018930 00000 f -0000018931 00000 f -0000018932 00000 f -0000018933 00000 f -0000018934 00000 f -0000018935 00000 f -0000018936 00000 f -0000018937 00000 f -0000018938 00000 f -0000018939 00000 f -0000018940 00000 f -0000018941 00000 f -0000018942 00000 f -0000018943 00000 f -0000018944 00000 f -0000018945 00000 f -0000018946 00000 f -0000018947 00000 f -0000018948 00000 f -0000018949 00000 f -0000018950 00000 f -0000018951 00000 f -0000018952 00000 f -0000018953 00000 f -0000018954 00000 f -0000018955 00000 f -0000018956 00000 f -0000018957 00000 f -0000018958 00000 f -0000018959 00000 f -0000018960 00000 f -0000018961 00000 f -0000018962 00000 f -0000018963 00000 f -0000018964 00000 f -0000018965 00000 f -0000018966 00000 f -0000018967 00000 f -0000018968 00000 f -0000018969 00000 f -0000018970 00000 f -0000018971 00000 f -0000018972 00000 f -0000018973 00000 f -0000018974 00000 f -0000018975 00000 f -0000018976 00000 f -0000018977 00000 f -0000018978 00000 f -0000018979 00000 f -0000018980 00000 f -0000018981 00000 f -0000018982 00000 f -0000018983 00000 f -0000018984 00000 f -0000018985 00000 f -0000018986 00000 f -0000018987 00000 f -0000018988 00000 f -0000018989 00000 f -0000018990 00000 f -0000018991 00000 f -0000018992 00000 f -0000018993 00000 f -0000018994 00000 f -0000018995 00000 f -0000018996 00000 f -0000018997 00000 f -0000018998 00000 f -0000018999 00000 f -0000019000 00000 f -0000019001 00000 f -0000019002 00000 f -0000019003 00000 f -0000019004 00000 f -0000019005 00000 f -0000019006 00000 f -0000019007 00000 f -0000019008 00000 f -0000019009 00000 f -0000019010 00000 f -0000019011 00000 f -0000019012 00000 f -0000019013 00000 f -0000019014 00000 f -0000019015 00000 f -0000019016 00000 f -0000019017 00000 f -0000019018 00000 f -0000019019 00000 f -0000019020 00000 f -0000019021 00000 f -0000019022 00000 f -0000019023 00000 f -0000019024 00000 f -0000019025 00000 f -0000019026 00000 f -0000019027 00000 f -0000019028 00000 f -0000019029 00000 f -0000019030 00000 f -0000019031 00000 f -0000019032 00000 f -0000019033 00000 f -0000019034 00000 f -0000019035 00000 f -0000019036 00000 f -0000019037 00000 f -0000019038 00000 f -0000019039 00000 f -0000019040 00000 f -0000019041 00000 f -0000019042 00000 f -0000019043 00000 f -0000019044 00000 f -0000019045 00000 f -0000019046 00000 f -0000019047 00000 f -0000019048 00000 f -0000019049 00000 f -0000019050 00000 f -0000019051 00000 f -0000019052 00000 f -0000019053 00000 f -0000019054 00000 f -0000019055 00000 f -0000019056 00000 f -0000019057 00000 f -0000019058 00000 f -0000019059 00000 f -0000019060 00000 f -0000019061 00000 f -0000019062 00000 f -0000019063 00000 f -0000019064 00000 f -0000019065 00000 f -0000019066 00000 f -0000019067 00000 f -0000019068 00000 f -0000019069 00000 f -0000019070 00000 f -0000019071 00000 f -0000019072 00000 f -0000019073 00000 f -0000019074 00000 f -0000019075 00000 f -0000019076 00000 f -0000019077 00000 f -0000019078 00000 f -0000019079 00000 f -0000019080 00000 f -0000019081 00000 f -0000019082 00000 f -0000019083 00000 f -0000019084 00000 f -0000019085 00000 f -0000019086 00000 f -0000019087 00000 f -0000019088 00000 f -0000019089 00000 f -0000019090 00000 f -0000019091 00000 f -0000019092 00000 f -0000019093 00000 f -0000019094 00000 f -0000019095 00000 f -0000019096 00000 f -0000019097 00000 f -0000019098 00000 f -0000019099 00000 f -0000019100 00000 f -0000019101 00000 f -0000019102 00000 f -0000019103 00000 f -0000019104 00000 f -0000019105 00000 f -0000019106 00000 f -0000019107 00000 f -0000019108 00000 f -0000019109 00000 f -0000019110 00000 f -0000019111 00000 f -0000019112 00000 f -0000019113 00000 f -0000019114 00000 f -0000019115 00000 f -0000019116 00000 f -0000019117 00000 f -0000019118 00000 f -0000019119 00000 f -0000019120 00000 f -0000019121 00000 f -0000019122 00000 f -0000019123 00000 f -0000019124 00000 f -0000019125 00000 f -0000019126 00000 f -0000019127 00000 f -0000019128 00000 f -0000019129 00000 f -0000019130 00000 f -0000019131 00000 f -0000019132 00000 f -0000019133 00000 f -0000019134 00000 f -0000019135 00000 f -0000019136 00000 f -0000019137 00000 f -0000019138 00000 f -0000019139 00000 f -0000019140 00000 f -0000019141 00000 f -0000019142 00000 f -0000019143 00000 f -0000019144 00000 f -0000019145 00000 f -0000019146 00000 f -0000019147 00000 f -0000019148 00000 f -0000019149 00000 f -0000019150 00000 f -0000019151 00000 f -0000019152 00000 f -0000019153 00000 f -0000019154 00000 f -0000019155 00000 f -0000019156 00000 f -0000019157 00000 f -0000019158 00000 f -0000019159 00000 f -0000019160 00000 f -0000019161 00000 f -0000019162 00000 f -0000019163 00000 f -0000019164 00000 f -0000019165 00000 f -0000019166 00000 f -0000019167 00000 f -0000019168 00000 f -0000019169 00000 f -0000019170 00000 f -0000019171 00000 f -0000019172 00000 f -0000019173 00000 f -0000019174 00000 f -0000019175 00000 f -0000019176 00000 f -0000019177 00000 f -0000019178 00000 f -0000019179 00000 f -0000019180 00000 f -0000019181 00000 f -0000019182 00000 f -0000019183 00000 f -0000019184 00000 f -0000019185 00000 f -0000019186 00000 f -0000019187 00000 f -0000019188 00000 f -0000019189 00000 f -0000019190 00000 f -0000019191 00000 f -0000019192 00000 f -0000019193 00000 f -0000019194 00000 f -0000019195 00000 f -0000019196 00000 f -0000019197 00000 f -0000019204 00000 f -0000284584 00000 n -0000284618 00000 n -0000284462 00000 n -0000284496 00000 n -0000284340 00000 n -0000284374 00000 n -0000019205 00000 f -0000019206 00000 f -0000019207 00000 f -0000019208 00000 f -0000019209 00000 f -0000019210 00000 f -0000019211 00000 f -0000019212 00000 f -0000019216 00000 f -0000274640 00000 n -0000274722 00000 n -0000274805 00000 n -0000019217 00000 f -0000019218 00000 f -0000019219 00000 f -0000019220 00000 f -0000019221 00000 f -0000019222 00000 f -0000019223 00000 f -0000019224 00000 f -0000019225 00000 f -0000019226 00000 f -0000019227 00000 f -0000019228 00000 f -0000019229 00000 f -0000019230 00000 f -0000019231 00000 f -0000019232 00000 f -0000019233 00000 f -0000019234 00000 f -0000019235 00000 f -0000019236 00000 f -0000019237 00000 f -0000019238 00000 f -0000019239 00000 f -0000019240 00000 f -0000019241 00000 f -0000019242 00000 f -0000019243 00000 f -0000019244 00000 f -0000019245 00000 f -0000019246 00000 f -0000019247 00000 f -0000019248 00000 f -0000019249 00000 f -0000019250 00000 f -0000019251 00000 f -0000019252 00000 f -0000019253 00000 f -0000019254 00000 f -0000019255 00000 f -0000019256 00000 f -0000019257 00000 f -0000019258 00000 f -0000019259 00000 f -0000019260 00000 f -0000019261 00000 f -0000019262 00000 f -0000019263 00000 f -0000019264 00000 f -0000019265 00000 f -0000019266 00000 f -0000019267 00000 f -0000019268 00000 f -0000019269 00000 f -0000019270 00000 f -0000019271 00000 f -0000019272 00000 f -0000019273 00000 f -0000019274 00000 f -0000019275 00000 f -0000019276 00000 f -0000019277 00000 f -0000019278 00000 f -0000019279 00000 f -0000019280 00000 f -0000019281 00000 f -0000019282 00000 f -0000019283 00000 f -0000019284 00000 f -0000019285 00000 f -0000019286 00000 f -0000019287 00000 f -0000019288 00000 f -0000019289 00000 f -0000019290 00000 f -0000019291 00000 f -0000019292 00000 f -0000019293 00000 f -0000019294 00000 f -0000019295 00000 f -0000019296 00000 f -0000019297 00000 f -0000019298 00000 f -0000019299 00000 f -0000019300 00000 f -0000019301 00000 f -0000019302 00000 f -0000019303 00000 f -0000019304 00000 f -0000019305 00000 f -0000019306 00000 f -0000019307 00000 f -0000019308 00000 f -0000019309 00000 f -0000019310 00000 f -0000019311 00000 f -0000019312 00000 f -0000019313 00000 f -0000019314 00000 f -0000019315 00000 f -0000019316 00000 f -0000019317 00000 f -0000019318 00000 f -0000019319 00000 f -0000019320 00000 f -0000019321 00000 f -0000019322 00000 f -0000019323 00000 f -0000019324 00000 f -0000019325 00000 f -0000019326 00000 f -0000019327 00000 f -0000019328 00000 f -0000019329 00000 f -0000019330 00000 f -0000019331 00000 f -0000019332 00000 f -0000019333 00000 f -0000019334 00000 f -0000019335 00000 f -0000019336 00000 f -0000019337 00000 f -0000019338 00000 f -0000019339 00000 f -0000019340 00000 f -0000019341 00000 f -0000019342 00000 f -0000019343 00000 f -0000019344 00000 f -0000019345 00000 f -0000019346 00000 f -0000019347 00000 f -0000019348 00000 f -0000019349 00000 f -0000019350 00000 f -0000019351 00000 f -0000019352 00000 f -0000019353 00000 f -0000019354 00000 f -0000019355 00000 f -0000019356 00000 f -0000019357 00000 f -0000019358 00000 f -0000019359 00000 f -0000019360 00000 f -0000019361 00000 f -0000019362 00000 f -0000019363 00000 f -0000019364 00000 f -0000019365 00000 f -0000019366 00000 f -0000019367 00000 f -0000019368 00000 f -0000019369 00000 f -0000019370 00000 f -0000019371 00000 f -0000019372 00000 f -0000019373 00000 f -0000019374 00000 f -0000019375 00000 f -0000019376 00000 f -0000019377 00000 f -0000019378 00000 f -0000019379 00000 f -0000019380 00000 f -0000019381 00000 f -0000019382 00000 f -0000019383 00000 f -0000019384 00000 f -0000019385 00000 f -0000019386 00000 f -0000019387 00000 f -0000019388 00000 f -0000019389 00000 f -0000019390 00000 f -0000019391 00000 f -0000019392 00000 f -0000019393 00000 f -0000019394 00000 f -0000019395 00000 f -0000019396 00000 f -0000019397 00000 f -0000019398 00000 f -0000019399 00000 f -0000019400 00000 f -0000019401 00000 f -0000019402 00000 f -0000019403 00000 f -0000019404 00000 f -0000019405 00000 f -0000019406 00000 f -0000019407 00000 f -0000019408 00000 f -0000019409 00000 f -0000019410 00000 f -0000019411 00000 f -0000019412 00000 f -0000019413 00000 f -0000019414 00000 f -0000019415 00000 f -0000019416 00000 f -0000019417 00000 f -0000019418 00000 f -0000019419 00000 f -0000019420 00000 f -0000019421 00000 f -0000019422 00000 f -0000019423 00000 f -0000019424 00000 f -0000019425 00000 f -0000019426 00000 f -0000019427 00000 f -0000019428 00000 f -0000019429 00000 f -0000019430 00000 f -0000019431 00000 f -0000019432 00000 f -0000019433 00000 f -0000019434 00000 f -0000019435 00000 f -0000019436 00000 f -0000019437 00000 f -0000019438 00000 f -0000019439 00000 f -0000019440 00000 f -0000019441 00000 f -0000019442 00000 f -0000019443 00000 f -0000019444 00000 f -0000019445 00000 f -0000019446 00000 f -0000019447 00000 f -0000019448 00000 f -0000019449 00000 f -0000019450 00000 f -0000019451 00000 f -0000019452 00000 f -0000019453 00000 f -0000019454 00000 f -0000019455 00000 f -0000019456 00000 f -0000019457 00000 f -0000019458 00000 f -0000019459 00000 f -0000019460 00000 f -0000019461 00000 f -0000019462 00000 f -0000019463 00000 f -0000019464 00000 f -0000019465 00000 f -0000019466 00000 f -0000019467 00000 f -0000019468 00000 f -0000019469 00000 f -0000019470 00000 f -0000019471 00000 f -0000019472 00000 f -0000019473 00000 f -0000019474 00000 f -0000019475 00000 f -0000019476 00000 f -0000019477 00000 f -0000019478 00000 f -0000019479 00000 f -0000019480 00000 f -0000019481 00000 f -0000019482 00000 f -0000019483 00000 f -0000019484 00000 f -0000019485 00000 f -0000019486 00000 f -0000019487 00000 f -0000019488 00000 f -0000019489 00000 f -0000019490 00000 f -0000019491 00000 f -0000019492 00000 f -0000019493 00000 f -0000019494 00000 f -0000019495 00000 f -0000019496 00000 f -0000019497 00000 f -0000019498 00000 f -0000019499 00000 f -0000019500 00000 f -0000019501 00000 f -0000019502 00000 f -0000019503 00000 f -0000019504 00000 f -0000019505 00000 f -0000019506 00000 f -0000019507 00000 f -0000019508 00000 f -0000019509 00000 f -0000019510 00000 f -0000019511 00000 f -0000019512 00000 f -0000019513 00000 f -0000019514 00000 f -0000019515 00000 f -0000019516 00000 f -0000019517 00000 f -0000019518 00000 f -0000019519 00000 f -0000019520 00000 f -0000019521 00000 f -0000019522 00000 f -0000019523 00000 f -0000019524 00000 f -0000019525 00000 f -0000019526 00000 f -0000019527 00000 f -0000019528 00000 f -0000019529 00000 f -0000019530 00000 f -0000019531 00000 f -0000019532 00000 f -0000019533 00000 f -0000019534 00000 f -0000019535 00000 f -0000019536 00000 f -0000019537 00000 f -0000019538 00000 f -0000019539 00000 f -0000019540 00000 f -0000019541 00000 f -0000019542 00000 f -0000019543 00000 f -0000019544 00000 f -0000019545 00000 f -0000019546 00000 f -0000019547 00000 f -0000019548 00000 f -0000019549 00000 f -0000019550 00000 f -0000019551 00000 f -0000019552 00000 f -0000019553 00000 f -0000019554 00000 f -0000019555 00000 f -0000019556 00000 f -0000019557 00000 f -0000019558 00000 f -0000019559 00000 f -0000019560 00000 f -0000019561 00000 f -0000019562 00000 f -0000019563 00000 f -0000019564 00000 f -0000019565 00000 f -0000019566 00000 f -0000019567 00000 f -0000019568 00000 f -0000019569 00000 f -0000019570 00000 f -0000019571 00000 f -0000019572 00000 f -0000019573 00000 f -0000019574 00000 f -0000019575 00000 f -0000019576 00000 f -0000019577 00000 f -0000019578 00000 f -0000019579 00000 f -0000019580 00000 f -0000019581 00000 f -0000019582 00000 f -0000019583 00000 f -0000019584 00000 f -0000019585 00000 f -0000019586 00000 f -0000019587 00000 f -0000019588 00000 f -0000019589 00000 f -0000019590 00000 f -0000019591 00000 f -0000019592 00000 f -0000019593 00000 f -0000019594 00000 f -0000019595 00000 f -0000019596 00000 f -0000019597 00000 f -0000019598 00000 f -0000019599 00000 f -0000019600 00000 f -0000019601 00000 f -0000019602 00000 f -0000019603 00000 f -0000019604 00000 f -0000019605 00000 f -0000019606 00000 f -0000019607 00000 f -0000019608 00000 f -0000019609 00000 f -0000019610 00000 f -0000019611 00000 f -0000019612 00000 f -0000019613 00000 f -0000019614 00000 f -0000019615 00000 f -0000019616 00000 f -0000019617 00000 f -0000019618 00000 f -0000019619 00000 f -0000019620 00000 f -0000019621 00000 f -0000019622 00000 f -0000019623 00000 f -0000019624 00000 f -0000019625 00000 f -0000019626 00000 f -0000019627 00000 f -0000019628 00000 f -0000019629 00000 f -0000019630 00000 f -0000019631 00000 f -0000019632 00000 f -0000019633 00000 f -0000019634 00000 f -0000019635 00000 f -0000019636 00000 f -0000019637 00000 f -0000019638 00000 f -0000019639 00000 f -0000019640 00000 f -0000019641 00000 f -0000019642 00000 f -0000019643 00000 f -0000019644 00000 f -0000019645 00000 f -0000019646 00000 f -0000019647 00000 f -0000019648 00000 f -0000019649 00000 f -0000019650 00000 f -0000019651 00000 f -0000019652 00000 f -0000019653 00000 f -0000019654 00000 f -0000019655 00000 f -0000019656 00000 f -0000019657 00000 f -0000019658 00000 f -0000019659 00000 f -0000019660 00000 f -0000019661 00000 f -0000019662 00000 f -0000019663 00000 f -0000019664 00000 f -0000019665 00000 f -0000019666 00000 f -0000019667 00000 f -0000019668 00000 f -0000019669 00000 f -0000019670 00000 f -0000019671 00000 f -0000019672 00000 f -0000019673 00000 f -0000019674 00000 f -0000019675 00000 f -0000019676 00000 f -0000019677 00000 f -0000019678 00000 f -0000019679 00000 f -0000019680 00000 f -0000019681 00000 f -0000019682 00000 f -0000019683 00000 f -0000019684 00000 f -0000019685 00000 f -0000019686 00000 f -0000019687 00000 f -0000019688 00000 f -0000019689 00000 f -0000019690 00000 f -0000019691 00000 f -0000019692 00000 f -0000019693 00000 f -0000019694 00000 f -0000019695 00000 f -0000019696 00000 f -0000019697 00000 f -0000019698 00000 f -0000019699 00000 f -0000019700 00000 f -0000019701 00000 f -0000019702 00000 f -0000019703 00000 f -0000019704 00000 f -0000019705 00000 f -0000019706 00000 f -0000019707 00000 f -0000019708 00000 f -0000019709 00000 f -0000019710 00000 f -0000019711 00000 f -0000019712 00000 f -0000019713 00000 f -0000019714 00000 f -0000019715 00000 f -0000019716 00000 f -0000019717 00000 f -0000019718 00000 f -0000019719 00000 f -0000019720 00000 f -0000019721 00000 f -0000019722 00000 f -0000019723 00000 f -0000019724 00000 f -0000019725 00000 f -0000019726 00000 f -0000019727 00000 f -0000019728 00000 f -0000019729 00000 f -0000019730 00000 f -0000019731 00000 f -0000019732 00000 f -0000019733 00000 f -0000019734 00000 f -0000019735 00000 f -0000019736 00000 f -0000019737 00000 f -0000019738 00000 f -0000019739 00000 f -0000019740 00000 f -0000019741 00000 f -0000019742 00000 f -0000019743 00000 f -0000019744 00000 f -0000019745 00000 f -0000019752 00000 f -0000284218 00000 n -0000284252 00000 n -0000284096 00000 n -0000284130 00000 n -0000283974 00000 n -0000284008 00000 n -0000019753 00000 f -0000019754 00000 f -0000019755 00000 f -0000019756 00000 f -0000019757 00000 f -0000019758 00000 f -0000019759 00000 f -0000019760 00000 f -0000019764 00000 f -0000274892 00000 n -0000274974 00000 n -0000275057 00000 n -0000019765 00000 f -0000019766 00000 f -0000019767 00000 f -0000019768 00000 f -0000019769 00000 f -0000019770 00000 f -0000019771 00000 f -0000019772 00000 f -0000019773 00000 f -0000019774 00000 f -0000019775 00000 f -0000019776 00000 f -0000019777 00000 f -0000019778 00000 f -0000019779 00000 f -0000019780 00000 f -0000019781 00000 f -0000019782 00000 f -0000019783 00000 f -0000019784 00000 f -0000019785 00000 f -0000019786 00000 f -0000019787 00000 f -0000019788 00000 f -0000019789 00000 f -0000019790 00000 f -0000019791 00000 f -0000019792 00000 f -0000019793 00000 f -0000019794 00000 f -0000019795 00000 f -0000019796 00000 f -0000019797 00000 f -0000019798 00000 f -0000019799 00000 f -0000019800 00000 f -0000019801 00000 f -0000019802 00000 f -0000019803 00000 f -0000019804 00000 f -0000019805 00000 f -0000019806 00000 f -0000019807 00000 f -0000019808 00000 f -0000019809 00000 f -0000019810 00000 f -0000019811 00000 f -0000019812 00000 f -0000019813 00000 f -0000019814 00000 f -0000019815 00000 f -0000019816 00000 f -0000019817 00000 f -0000019818 00000 f -0000019819 00000 f -0000019820 00000 f -0000019821 00000 f -0000019822 00000 f -0000019823 00000 f -0000019824 00000 f -0000019825 00000 f -0000019826 00000 f -0000019827 00000 f -0000019828 00000 f -0000019829 00000 f -0000019830 00000 f -0000019831 00000 f -0000019832 00000 f -0000019833 00000 f -0000019834 00000 f -0000019835 00000 f -0000019836 00000 f -0000019837 00000 f -0000019838 00000 f -0000019839 00000 f -0000019840 00000 f -0000019841 00000 f -0000019842 00000 f -0000019843 00000 f -0000019844 00000 f -0000019845 00000 f -0000019846 00000 f -0000019847 00000 f -0000019848 00000 f -0000019849 00000 f -0000019850 00000 f -0000019851 00000 f -0000019852 00000 f -0000019853 00000 f -0000019854 00000 f -0000019855 00000 f -0000019856 00000 f -0000019857 00000 f -0000019858 00000 f -0000019859 00000 f -0000019860 00000 f -0000019861 00000 f -0000019862 00000 f -0000019863 00000 f -0000019864 00000 f -0000019865 00000 f -0000019866 00000 f -0000019867 00000 f -0000019868 00000 f -0000019869 00000 f -0000019870 00000 f -0000019871 00000 f -0000019872 00000 f -0000019873 00000 f -0000019874 00000 f -0000019875 00000 f -0000019876 00000 f -0000019877 00000 f -0000019878 00000 f -0000019879 00000 f -0000019880 00000 f -0000019881 00000 f -0000019882 00000 f -0000019883 00000 f -0000019884 00000 f -0000019885 00000 f -0000019886 00000 f -0000019887 00000 f -0000019888 00000 f -0000019889 00000 f -0000019890 00000 f -0000019891 00000 f -0000019892 00000 f -0000019893 00000 f -0000019894 00000 f -0000019895 00000 f -0000019896 00000 f -0000019897 00000 f -0000019898 00000 f -0000019899 00000 f -0000019900 00000 f -0000019901 00000 f -0000019902 00000 f -0000019903 00000 f -0000019904 00000 f -0000019905 00000 f -0000019906 00000 f -0000019907 00000 f -0000019908 00000 f -0000019909 00000 f -0000019910 00000 f -0000019911 00000 f -0000019912 00000 f -0000019913 00000 f -0000019914 00000 f -0000019915 00000 f -0000019916 00000 f -0000019917 00000 f -0000019918 00000 f -0000019919 00000 f -0000019920 00000 f -0000019921 00000 f -0000019922 00000 f -0000019923 00000 f -0000019924 00000 f -0000019925 00000 f -0000019926 00000 f -0000019927 00000 f -0000019928 00000 f -0000019929 00000 f -0000019930 00000 f -0000019931 00000 f -0000019932 00000 f -0000019933 00000 f -0000019934 00000 f -0000019935 00000 f -0000019936 00000 f -0000019937 00000 f -0000019938 00000 f -0000019939 00000 f -0000019940 00000 f -0000019941 00000 f -0000019942 00000 f -0000019943 00000 f -0000019944 00000 f -0000019945 00000 f -0000019946 00000 f -0000019947 00000 f -0000019948 00000 f -0000019949 00000 f -0000019950 00000 f -0000019951 00000 f -0000019952 00000 f -0000019953 00000 f -0000019954 00000 f -0000019955 00000 f -0000019956 00000 f -0000019957 00000 f -0000019958 00000 f -0000019959 00000 f -0000019960 00000 f -0000019961 00000 f -0000019962 00000 f -0000019963 00000 f -0000019964 00000 f -0000019965 00000 f -0000019966 00000 f -0000019967 00000 f -0000019968 00000 f -0000019969 00000 f -0000019970 00000 f -0000019971 00000 f -0000019972 00000 f -0000019973 00000 f -0000019974 00000 f -0000019975 00000 f -0000019976 00000 f -0000019977 00000 f -0000019978 00000 f -0000019979 00000 f -0000019980 00000 f -0000019981 00000 f -0000019982 00000 f -0000019983 00000 f -0000019984 00000 f -0000019985 00000 f -0000019986 00000 f -0000019987 00000 f -0000019988 00000 f -0000019989 00000 f -0000019990 00000 f -0000019991 00000 f -0000019992 00000 f -0000019993 00000 f -0000019994 00000 f -0000019995 00000 f -0000019996 00000 f -0000019997 00000 f -0000019998 00000 f -0000019999 00000 f -0000020000 00000 f -0000020001 00000 f -0000020002 00000 f -0000020003 00000 f -0000020004 00000 f -0000020005 00000 f -0000020006 00000 f -0000020007 00000 f -0000020008 00000 f -0000020009 00000 f -0000020010 00000 f -0000020011 00000 f -0000020012 00000 f -0000020013 00000 f -0000020014 00000 f -0000020015 00000 f -0000020016 00000 f -0000020017 00000 f -0000020018 00000 f -0000020019 00000 f -0000020020 00000 f -0000020021 00000 f -0000020022 00000 f -0000020023 00000 f -0000020024 00000 f -0000020025 00000 f -0000020026 00000 f -0000020027 00000 f -0000020028 00000 f -0000020029 00000 f -0000020030 00000 f -0000020031 00000 f -0000020032 00000 f -0000020033 00000 f -0000020034 00000 f -0000020035 00000 f -0000020036 00000 f -0000020037 00000 f -0000020038 00000 f -0000020039 00000 f -0000020040 00000 f -0000020041 00000 f -0000020042 00000 f -0000020043 00000 f -0000020044 00000 f -0000020045 00000 f -0000020046 00000 f -0000020047 00000 f -0000020048 00000 f -0000020049 00000 f -0000020050 00000 f -0000020051 00000 f -0000020052 00000 f -0000020053 00000 f -0000020054 00000 f -0000020055 00000 f -0000020056 00000 f -0000020057 00000 f -0000020058 00000 f -0000020059 00000 f -0000020060 00000 f -0000020061 00000 f -0000020062 00000 f -0000020063 00000 f -0000020064 00000 f -0000020065 00000 f -0000020066 00000 f -0000020067 00000 f -0000020068 00000 f -0000020069 00000 f -0000020070 00000 f -0000020071 00000 f -0000020072 00000 f -0000020073 00000 f -0000020074 00000 f -0000020075 00000 f -0000020076 00000 f -0000020077 00000 f -0000020078 00000 f -0000020079 00000 f -0000020080 00000 f -0000020081 00000 f -0000020082 00000 f -0000020083 00000 f -0000020084 00000 f -0000020085 00000 f -0000020086 00000 f -0000020087 00000 f -0000020088 00000 f -0000020089 00000 f -0000020090 00000 f -0000020091 00000 f -0000020092 00000 f -0000020093 00000 f -0000020094 00000 f -0000020095 00000 f -0000020096 00000 f -0000020097 00000 f -0000020098 00000 f -0000020099 00000 f -0000020100 00000 f -0000020101 00000 f -0000020102 00000 f -0000020103 00000 f -0000020104 00000 f -0000020105 00000 f -0000020106 00000 f -0000020107 00000 f -0000020108 00000 f -0000020109 00000 f -0000020110 00000 f -0000020111 00000 f -0000020112 00000 f -0000020113 00000 f -0000020114 00000 f -0000020115 00000 f -0000020116 00000 f -0000020117 00000 f -0000020118 00000 f -0000020119 00000 f -0000020120 00000 f -0000020121 00000 f -0000020122 00000 f -0000020123 00000 f -0000020124 00000 f -0000020125 00000 f -0000020126 00000 f -0000020127 00000 f -0000020128 00000 f -0000020129 00000 f -0000020130 00000 f -0000020131 00000 f -0000020132 00000 f -0000020133 00000 f -0000020134 00000 f -0000020135 00000 f -0000020136 00000 f -0000020137 00000 f -0000020138 00000 f -0000020139 00000 f -0000020140 00000 f -0000020141 00000 f -0000020142 00000 f -0000020143 00000 f -0000020144 00000 f -0000020145 00000 f -0000020146 00000 f -0000020147 00000 f -0000020148 00000 f -0000020149 00000 f -0000020150 00000 f -0000020151 00000 f -0000020152 00000 f -0000020153 00000 f -0000020154 00000 f -0000020155 00000 f -0000020156 00000 f -0000020157 00000 f -0000020158 00000 f -0000020159 00000 f -0000020160 00000 f -0000020161 00000 f -0000020162 00000 f -0000020163 00000 f -0000020164 00000 f -0000020165 00000 f -0000020166 00000 f -0000020167 00000 f -0000020168 00000 f -0000020169 00000 f -0000020170 00000 f -0000020171 00000 f -0000020172 00000 f -0000020173 00000 f -0000020174 00000 f -0000020175 00000 f -0000020176 00000 f -0000020177 00000 f -0000020178 00000 f -0000020179 00000 f -0000020180 00000 f -0000020181 00000 f -0000020182 00000 f -0000020183 00000 f -0000020184 00000 f -0000020185 00000 f -0000020186 00000 f -0000020187 00000 f -0000020188 00000 f -0000020189 00000 f -0000020190 00000 f -0000020191 00000 f -0000020192 00000 f -0000020193 00000 f -0000020194 00000 f -0000020195 00000 f -0000020196 00000 f -0000020197 00000 f -0000020198 00000 f -0000020199 00000 f -0000020200 00000 f -0000020201 00000 f -0000020202 00000 f -0000020203 00000 f -0000020204 00000 f -0000020205 00000 f -0000020206 00000 f -0000020207 00000 f -0000020208 00000 f -0000020209 00000 f -0000020210 00000 f -0000020211 00000 f -0000020212 00000 f -0000020213 00000 f -0000020214 00000 f -0000020215 00000 f -0000020216 00000 f -0000020217 00000 f -0000020218 00000 f -0000020219 00000 f -0000020220 00000 f -0000020221 00000 f -0000020222 00000 f -0000020223 00000 f -0000020224 00000 f -0000020225 00000 f -0000020226 00000 f -0000020227 00000 f -0000020228 00000 f -0000020229 00000 f -0000020230 00000 f -0000020231 00000 f -0000020232 00000 f -0000020233 00000 f -0000020234 00000 f -0000020235 00000 f -0000020236 00000 f -0000020237 00000 f -0000020238 00000 f -0000020239 00000 f -0000020240 00000 f -0000020241 00000 f -0000020242 00000 f -0000020243 00000 f -0000020244 00000 f -0000020245 00000 f -0000020246 00000 f -0000020247 00000 f -0000020248 00000 f -0000020249 00000 f -0000020250 00000 f -0000020251 00000 f -0000020252 00000 f -0000020253 00000 f -0000020254 00000 f -0000020255 00000 f -0000020256 00000 f -0000020257 00000 f -0000020258 00000 f -0000020259 00000 f -0000020260 00000 f -0000020261 00000 f -0000020262 00000 f -0000020263 00000 f -0000020264 00000 f -0000020265 00000 f -0000020266 00000 f -0000020267 00000 f -0000020268 00000 f -0000020269 00000 f -0000020270 00000 f -0000020271 00000 f -0000020272 00000 f -0000020273 00000 f -0000020274 00000 f -0000020275 00000 f -0000020276 00000 f -0000020277 00000 f -0000020278 00000 f -0000020279 00000 f -0000020280 00000 f -0000020281 00000 f -0000020282 00000 f -0000020283 00000 f -0000020284 00000 f -0000020285 00000 f -0000020286 00000 f -0000020287 00000 f -0000020288 00000 f -0000020289 00000 f -0000020290 00000 f -0000020291 00000 f -0000020292 00000 f -0000020293 00000 f -0000020300 00000 f -0000283852 00000 n -0000283886 00000 n -0000283730 00000 n -0000283764 00000 n -0000283608 00000 n -0000283642 00000 n -0000020301 00000 f -0000020302 00000 f -0000020303 00000 f -0000020304 00000 f -0000020305 00000 f -0000020306 00000 f -0000020307 00000 f -0000020308 00000 f -0000020312 00000 f -0000275144 00000 n -0000275226 00000 n -0000275309 00000 n -0000020313 00000 f -0000020314 00000 f -0000020315 00000 f -0000020316 00000 f -0000020317 00000 f -0000020318 00000 f -0000020319 00000 f -0000020320 00000 f -0000020321 00000 f -0000020322 00000 f -0000020323 00000 f -0000020324 00000 f -0000020325 00000 f -0000020326 00000 f -0000020327 00000 f -0000020328 00000 f -0000020329 00000 f -0000020330 00000 f -0000020331 00000 f -0000020332 00000 f -0000020333 00000 f -0000020334 00000 f -0000020335 00000 f -0000020336 00000 f -0000020337 00000 f -0000020338 00000 f -0000020339 00000 f -0000020340 00000 f -0000020341 00000 f -0000020342 00000 f -0000020343 00000 f -0000020344 00000 f -0000020345 00000 f -0000020346 00000 f -0000020347 00000 f -0000020348 00000 f -0000020349 00000 f -0000020350 00000 f -0000020351 00000 f -0000020352 00000 f -0000020353 00000 f -0000020354 00000 f -0000020355 00000 f -0000020356 00000 f -0000020357 00000 f -0000020358 00000 f -0000020359 00000 f -0000020360 00000 f -0000020361 00000 f -0000020362 00000 f -0000020363 00000 f -0000020364 00000 f -0000020365 00000 f -0000020366 00000 f -0000020367 00000 f -0000020368 00000 f -0000020369 00000 f -0000020370 00000 f -0000020371 00000 f -0000020372 00000 f -0000020373 00000 f -0000020374 00000 f -0000020375 00000 f -0000020376 00000 f -0000020377 00000 f -0000020378 00000 f -0000020379 00000 f -0000020380 00000 f -0000020381 00000 f -0000020382 00000 f -0000020383 00000 f -0000020384 00000 f -0000020385 00000 f -0000020386 00000 f -0000020387 00000 f -0000020388 00000 f -0000020389 00000 f -0000020390 00000 f -0000020391 00000 f -0000020392 00000 f -0000020393 00000 f -0000020394 00000 f -0000020395 00000 f -0000020396 00000 f -0000020397 00000 f -0000020398 00000 f -0000020399 00000 f -0000020400 00000 f -0000020401 00000 f -0000020402 00000 f -0000020403 00000 f -0000020404 00000 f -0000020405 00000 f -0000020406 00000 f -0000020407 00000 f -0000020408 00000 f -0000020409 00000 f -0000020410 00000 f -0000020411 00000 f -0000020412 00000 f -0000020413 00000 f -0000020414 00000 f -0000020415 00000 f -0000020416 00000 f -0000020417 00000 f -0000020418 00000 f -0000020419 00000 f -0000020420 00000 f -0000020421 00000 f -0000020422 00000 f -0000020423 00000 f -0000020424 00000 f -0000020425 00000 f -0000020426 00000 f -0000020427 00000 f -0000020428 00000 f -0000020429 00000 f -0000020430 00000 f -0000020431 00000 f -0000020432 00000 f -0000020433 00000 f -0000020434 00000 f -0000020435 00000 f -0000020436 00000 f -0000020437 00000 f -0000020438 00000 f -0000020439 00000 f -0000020440 00000 f -0000020441 00000 f -0000020442 00000 f -0000020443 00000 f -0000020444 00000 f -0000020445 00000 f -0000020446 00000 f -0000020447 00000 f -0000020448 00000 f -0000020449 00000 f -0000020450 00000 f -0000020451 00000 f -0000020452 00000 f -0000020453 00000 f -0000020454 00000 f -0000020455 00000 f -0000020456 00000 f -0000020457 00000 f -0000020458 00000 f -0000020459 00000 f -0000020460 00000 f -0000020461 00000 f -0000020462 00000 f -0000020463 00000 f -0000020464 00000 f -0000020465 00000 f -0000020466 00000 f -0000020467 00000 f -0000020468 00000 f -0000020469 00000 f -0000020470 00000 f -0000020471 00000 f -0000020472 00000 f -0000020473 00000 f -0000020474 00000 f -0000020475 00000 f -0000020476 00000 f -0000020477 00000 f -0000020478 00000 f -0000020479 00000 f -0000020480 00000 f -0000020481 00000 f -0000020482 00000 f -0000020483 00000 f -0000020484 00000 f -0000020485 00000 f -0000020486 00000 f -0000020487 00000 f -0000020488 00000 f -0000020489 00000 f -0000020490 00000 f -0000020491 00000 f -0000020492 00000 f -0000020493 00000 f -0000020494 00000 f -0000020495 00000 f -0000020496 00000 f -0000020497 00000 f -0000020498 00000 f -0000020499 00000 f -0000020500 00000 f -0000020501 00000 f -0000020502 00000 f -0000020503 00000 f -0000020504 00000 f -0000020505 00000 f -0000020506 00000 f -0000020507 00000 f -0000020508 00000 f -0000020509 00000 f -0000020510 00000 f -0000020511 00000 f -0000020512 00000 f -0000020513 00000 f -0000020514 00000 f -0000020515 00000 f -0000020516 00000 f -0000020517 00000 f -0000020518 00000 f -0000020519 00000 f -0000020520 00000 f -0000020521 00000 f -0000020522 00000 f -0000020523 00000 f -0000020524 00000 f -0000020525 00000 f -0000020526 00000 f -0000020527 00000 f -0000020528 00000 f -0000020529 00000 f -0000020530 00000 f -0000020531 00000 f -0000020532 00000 f -0000020533 00000 f -0000020534 00000 f -0000020535 00000 f -0000020536 00000 f -0000020537 00000 f -0000020538 00000 f -0000020539 00000 f -0000020540 00000 f -0000020541 00000 f -0000020542 00000 f -0000020543 00000 f -0000020544 00000 f -0000020545 00000 f -0000020546 00000 f -0000020547 00000 f -0000020548 00000 f -0000020549 00000 f -0000020550 00000 f -0000020551 00000 f -0000020552 00000 f -0000020553 00000 f -0000020554 00000 f -0000020555 00000 f -0000020556 00000 f -0000020557 00000 f -0000020558 00000 f -0000020559 00000 f -0000020560 00000 f -0000020561 00000 f -0000020562 00000 f -0000020563 00000 f -0000020564 00000 f -0000020565 00000 f -0000020566 00000 f -0000020567 00000 f -0000020568 00000 f -0000020569 00000 f -0000020570 00000 f -0000020571 00000 f -0000020572 00000 f -0000020573 00000 f -0000020574 00000 f -0000020575 00000 f -0000020576 00000 f -0000020577 00000 f -0000020578 00000 f -0000020579 00000 f -0000020580 00000 f -0000020581 00000 f -0000020582 00000 f -0000020583 00000 f -0000020584 00000 f -0000020585 00000 f -0000020586 00000 f -0000020587 00000 f -0000020588 00000 f -0000020589 00000 f -0000020590 00000 f -0000020591 00000 f -0000020592 00000 f -0000020593 00000 f -0000020594 00000 f -0000020595 00000 f -0000020596 00000 f -0000020597 00000 f -0000020598 00000 f -0000020599 00000 f -0000020600 00000 f -0000020601 00000 f -0000020602 00000 f -0000020603 00000 f -0000020604 00000 f -0000020605 00000 f -0000020606 00000 f -0000020607 00000 f -0000020608 00000 f -0000020609 00000 f -0000020610 00000 f -0000020611 00000 f -0000020612 00000 f -0000020613 00000 f -0000020614 00000 f -0000020615 00000 f -0000020616 00000 f -0000020617 00000 f -0000020618 00000 f -0000020619 00000 f -0000020620 00000 f -0000020621 00000 f -0000020622 00000 f -0000020623 00000 f -0000020624 00000 f -0000020625 00000 f -0000020626 00000 f -0000020627 00000 f -0000020628 00000 f -0000020629 00000 f -0000020630 00000 f -0000020631 00000 f -0000020632 00000 f -0000020633 00000 f -0000020634 00000 f -0000020635 00000 f -0000020636 00000 f -0000020637 00000 f -0000020638 00000 f -0000020639 00000 f -0000020640 00000 f -0000020641 00000 f -0000020642 00000 f -0000020643 00000 f -0000020644 00000 f -0000020645 00000 f -0000020646 00000 f -0000020647 00000 f -0000020648 00000 f -0000020649 00000 f -0000020650 00000 f -0000020651 00000 f -0000020652 00000 f -0000020653 00000 f -0000020654 00000 f -0000020655 00000 f -0000020656 00000 f -0000020657 00000 f -0000020658 00000 f -0000020659 00000 f -0000020660 00000 f -0000020661 00000 f -0000020662 00000 f -0000020663 00000 f -0000020664 00000 f -0000020665 00000 f -0000020666 00000 f -0000020667 00000 f -0000020668 00000 f -0000020669 00000 f -0000020670 00000 f -0000020671 00000 f -0000020672 00000 f -0000020673 00000 f -0000020674 00000 f -0000020675 00000 f -0000020676 00000 f -0000020677 00000 f -0000020678 00000 f -0000020679 00000 f -0000020680 00000 f -0000020681 00000 f -0000020682 00000 f -0000020683 00000 f -0000020684 00000 f -0000020685 00000 f -0000020686 00000 f -0000020687 00000 f -0000020688 00000 f -0000020689 00000 f -0000020690 00000 f -0000020691 00000 f -0000020692 00000 f -0000020693 00000 f -0000020694 00000 f -0000020695 00000 f -0000020696 00000 f -0000020697 00000 f -0000020698 00000 f -0000020699 00000 f -0000020700 00000 f -0000020701 00000 f -0000020702 00000 f -0000020703 00000 f -0000020704 00000 f -0000020705 00000 f -0000020706 00000 f -0000020707 00000 f -0000020708 00000 f -0000020709 00000 f -0000020710 00000 f -0000020711 00000 f -0000020712 00000 f -0000020713 00000 f -0000020714 00000 f -0000020715 00000 f -0000020716 00000 f -0000020717 00000 f -0000020718 00000 f -0000020719 00000 f -0000020720 00000 f -0000020721 00000 f -0000020722 00000 f -0000020723 00000 f -0000020724 00000 f -0000020725 00000 f -0000020726 00000 f -0000020727 00000 f -0000020728 00000 f -0000020729 00000 f -0000020730 00000 f -0000020731 00000 f -0000020732 00000 f -0000020733 00000 f -0000020734 00000 f -0000020735 00000 f -0000020736 00000 f -0000020737 00000 f -0000020738 00000 f -0000020739 00000 f -0000020740 00000 f -0000020741 00000 f -0000020742 00000 f -0000020743 00000 f -0000020744 00000 f -0000020745 00000 f -0000020746 00000 f -0000020747 00000 f -0000020748 00000 f -0000020749 00000 f -0000020750 00000 f -0000020751 00000 f -0000020752 00000 f -0000020753 00000 f -0000020754 00000 f -0000020755 00000 f -0000020756 00000 f -0000020757 00000 f -0000020758 00000 f -0000020759 00000 f -0000020760 00000 f -0000020761 00000 f -0000020762 00000 f -0000020763 00000 f -0000020764 00000 f -0000020765 00000 f -0000020766 00000 f -0000020767 00000 f -0000020768 00000 f -0000020769 00000 f -0000020770 00000 f -0000020771 00000 f -0000020772 00000 f -0000020773 00000 f -0000020774 00000 f -0000020775 00000 f -0000020776 00000 f -0000020777 00000 f -0000020778 00000 f -0000020779 00000 f -0000020780 00000 f -0000020781 00000 f -0000020782 00000 f -0000020783 00000 f -0000020784 00000 f -0000020785 00000 f -0000020786 00000 f -0000020787 00000 f -0000020788 00000 f -0000020789 00000 f -0000020790 00000 f -0000020791 00000 f -0000020792 00000 f -0000020793 00000 f -0000020794 00000 f -0000020795 00000 f -0000020796 00000 f -0000020797 00000 f -0000020798 00000 f -0000020799 00000 f -0000020800 00000 f -0000020801 00000 f -0000020802 00000 f -0000020803 00000 f -0000020804 00000 f -0000020805 00000 f -0000020806 00000 f -0000020807 00000 f -0000020808 00000 f -0000020809 00000 f -0000020810 00000 f -0000020811 00000 f -0000020812 00000 f -0000020813 00000 f -0000020814 00000 f -0000020815 00000 f -0000020816 00000 f -0000020817 00000 f -0000020818 00000 f -0000020819 00000 f -0000020820 00000 f -0000020821 00000 f -0000020822 00000 f -0000020823 00000 f -0000020824 00000 f -0000020825 00000 f -0000020826 00000 f -0000020827 00000 f -0000020828 00000 f -0000020829 00000 f -0000020830 00000 f -0000020831 00000 f -0000020832 00000 f -0000020833 00000 f -0000020834 00000 f -0000020835 00000 f -0000020836 00000 f -0000020837 00000 f -0000020838 00000 f -0000020839 00000 f -0000020840 00000 f -0000020841 00000 f -0000020848 00000 f -0000283486 00000 n -0000283520 00000 n -0000283364 00000 n -0000283398 00000 n -0000283242 00000 n -0000283276 00000 n -0000020849 00000 f -0000020850 00000 f -0000020851 00000 f -0000020852 00000 f -0000020853 00000 f -0000020854 00000 f -0000020855 00000 f -0000020856 00000 f -0000020860 00000 f -0000275396 00000 n -0000275478 00000 n -0000275561 00000 n -0000020861 00000 f -0000020862 00000 f -0000020863 00000 f -0000020864 00000 f -0000020865 00000 f -0000020866 00000 f -0000020867 00000 f -0000020868 00000 f -0000020869 00000 f -0000020870 00000 f -0000020871 00000 f -0000020872 00000 f -0000020873 00000 f -0000020874 00000 f -0000020875 00000 f -0000020876 00000 f -0000020877 00000 f -0000020878 00000 f -0000020879 00000 f -0000020880 00000 f -0000020881 00000 f -0000020882 00000 f -0000020883 00000 f -0000020884 00000 f -0000020885 00000 f -0000020886 00000 f -0000020887 00000 f -0000020888 00000 f -0000020889 00000 f -0000020890 00000 f -0000020891 00000 f -0000020892 00000 f -0000020893 00000 f -0000020894 00000 f -0000020895 00000 f -0000020896 00000 f -0000020897 00000 f -0000020898 00000 f -0000020899 00000 f -0000020900 00000 f -0000020901 00000 f -0000020902 00000 f -0000020903 00000 f -0000020904 00000 f -0000020905 00000 f -0000020906 00000 f -0000020907 00000 f -0000020908 00000 f -0000020909 00000 f -0000020910 00000 f -0000020911 00000 f -0000020912 00000 f -0000020913 00000 f -0000020914 00000 f -0000020915 00000 f -0000020916 00000 f -0000020917 00000 f -0000020918 00000 f -0000020919 00000 f -0000020920 00000 f -0000020921 00000 f -0000020922 00000 f -0000020923 00000 f -0000020924 00000 f -0000020925 00000 f -0000020926 00000 f -0000020927 00000 f -0000020928 00000 f -0000020929 00000 f -0000020930 00000 f -0000020931 00000 f -0000020932 00000 f -0000020933 00000 f -0000020934 00000 f -0000020935 00000 f -0000020936 00000 f -0000020937 00000 f -0000020938 00000 f -0000020939 00000 f -0000020940 00000 f -0000020941 00000 f -0000020942 00000 f -0000020943 00000 f -0000020944 00000 f -0000020945 00000 f -0000020946 00000 f -0000020947 00000 f -0000020948 00000 f -0000020949 00000 f -0000020950 00000 f -0000020951 00000 f -0000020952 00000 f -0000020953 00000 f -0000020954 00000 f -0000020955 00000 f -0000020956 00000 f -0000020957 00000 f -0000020958 00000 f -0000020959 00000 f -0000020960 00000 f -0000020961 00000 f -0000020962 00000 f -0000020963 00000 f -0000020964 00000 f -0000020965 00000 f -0000020966 00000 f -0000020967 00000 f -0000020968 00000 f -0000020969 00000 f -0000020970 00000 f -0000020971 00000 f -0000020972 00000 f -0000020973 00000 f -0000020974 00000 f -0000020975 00000 f -0000020976 00000 f -0000020977 00000 f -0000020978 00000 f -0000020979 00000 f -0000020980 00000 f -0000020981 00000 f -0000020982 00000 f -0000020983 00000 f -0000020984 00000 f -0000020985 00000 f -0000020986 00000 f -0000020987 00000 f -0000020988 00000 f -0000020989 00000 f -0000020990 00000 f -0000020991 00000 f -0000020992 00000 f -0000020993 00000 f -0000020994 00000 f -0000020995 00000 f -0000020996 00000 f -0000020997 00000 f -0000020998 00000 f -0000020999 00000 f -0000021000 00000 f -0000021001 00000 f -0000021002 00000 f -0000021003 00000 f -0000021004 00000 f -0000021005 00000 f -0000021006 00000 f -0000021007 00000 f -0000021008 00000 f -0000021009 00000 f -0000021010 00000 f -0000021011 00000 f -0000021012 00000 f -0000021013 00000 f -0000021014 00000 f -0000021015 00000 f -0000021016 00000 f -0000021017 00000 f -0000021018 00000 f -0000021019 00000 f -0000021020 00000 f -0000021021 00000 f -0000021022 00000 f -0000021023 00000 f -0000021024 00000 f -0000021025 00000 f -0000021026 00000 f -0000021027 00000 f -0000021028 00000 f -0000021029 00000 f -0000021030 00000 f -0000021031 00000 f -0000021032 00000 f -0000021033 00000 f -0000021034 00000 f -0000021035 00000 f -0000021036 00000 f -0000021037 00000 f -0000021038 00000 f -0000021039 00000 f -0000021040 00000 f -0000021041 00000 f -0000021042 00000 f -0000021043 00000 f -0000021044 00000 f -0000021045 00000 f -0000021046 00000 f -0000021047 00000 f -0000021048 00000 f -0000021049 00000 f -0000021050 00000 f -0000021051 00000 f -0000021052 00000 f -0000021053 00000 f -0000021054 00000 f -0000021055 00000 f -0000021056 00000 f -0000021057 00000 f -0000021058 00000 f -0000021059 00000 f -0000021060 00000 f -0000021061 00000 f -0000021062 00000 f -0000021063 00000 f -0000021064 00000 f -0000021065 00000 f -0000021066 00000 f -0000021067 00000 f -0000021068 00000 f -0000021069 00000 f -0000021070 00000 f -0000021071 00000 f -0000021072 00000 f -0000021073 00000 f -0000021074 00000 f -0000021075 00000 f -0000021076 00000 f -0000021077 00000 f -0000021078 00000 f -0000021079 00000 f -0000021080 00000 f -0000021081 00000 f -0000021082 00000 f -0000021083 00000 f -0000021084 00000 f -0000021085 00000 f -0000021086 00000 f -0000021087 00000 f -0000021088 00000 f -0000021089 00000 f -0000021090 00000 f -0000021091 00000 f -0000021092 00000 f -0000021093 00000 f -0000021094 00000 f -0000021095 00000 f -0000021096 00000 f -0000021097 00000 f -0000021098 00000 f -0000021099 00000 f -0000021100 00000 f -0000021101 00000 f -0000021102 00000 f -0000021103 00000 f -0000021104 00000 f -0000021105 00000 f -0000021106 00000 f -0000021107 00000 f -0000021108 00000 f -0000021109 00000 f -0000021110 00000 f -0000021111 00000 f -0000021112 00000 f -0000021113 00000 f -0000021114 00000 f -0000021115 00000 f -0000021116 00000 f -0000021117 00000 f -0000021118 00000 f -0000021119 00000 f -0000021120 00000 f -0000021121 00000 f -0000021122 00000 f -0000021123 00000 f -0000021124 00000 f -0000021125 00000 f -0000021126 00000 f -0000021127 00000 f -0000021128 00000 f -0000021129 00000 f -0000021130 00000 f -0000021131 00000 f -0000021132 00000 f -0000021133 00000 f -0000021134 00000 f -0000021135 00000 f -0000021136 00000 f -0000021137 00000 f -0000021138 00000 f -0000021139 00000 f -0000021140 00000 f -0000021141 00000 f -0000021142 00000 f -0000021143 00000 f -0000021144 00000 f -0000021145 00000 f -0000021146 00000 f -0000021147 00000 f -0000021148 00000 f -0000021149 00000 f -0000021150 00000 f -0000021151 00000 f -0000021152 00000 f -0000021153 00000 f -0000021154 00000 f -0000021155 00000 f -0000021156 00000 f -0000021157 00000 f -0000021158 00000 f -0000021159 00000 f -0000021160 00000 f -0000021161 00000 f -0000021162 00000 f -0000021163 00000 f -0000021164 00000 f -0000021165 00000 f -0000021166 00000 f -0000021167 00000 f -0000021168 00000 f -0000021169 00000 f -0000021170 00000 f -0000021171 00000 f -0000021172 00000 f -0000021173 00000 f -0000021174 00000 f -0000021175 00000 f -0000021176 00000 f -0000021177 00000 f -0000021178 00000 f -0000021179 00000 f -0000021180 00000 f -0000021181 00000 f -0000021182 00000 f -0000021183 00000 f -0000021184 00000 f -0000021185 00000 f -0000021186 00000 f -0000021187 00000 f -0000021188 00000 f -0000021189 00000 f -0000021190 00000 f -0000021191 00000 f -0000021192 00000 f -0000021193 00000 f -0000021194 00000 f -0000021195 00000 f -0000021196 00000 f -0000021197 00000 f -0000021198 00000 f -0000021199 00000 f -0000021200 00000 f -0000021201 00000 f -0000021202 00000 f -0000021203 00000 f -0000021204 00000 f -0000021205 00000 f -0000021206 00000 f -0000021207 00000 f -0000021208 00000 f -0000021209 00000 f -0000021210 00000 f -0000021211 00000 f -0000021212 00000 f -0000021213 00000 f -0000021214 00000 f -0000021215 00000 f -0000021216 00000 f -0000021217 00000 f -0000021218 00000 f -0000021219 00000 f -0000021220 00000 f -0000021221 00000 f -0000021222 00000 f -0000021223 00000 f -0000021224 00000 f -0000021225 00000 f -0000021226 00000 f -0000021227 00000 f -0000021228 00000 f -0000021229 00000 f -0000021230 00000 f -0000021231 00000 f -0000021232 00000 f -0000021233 00000 f -0000021234 00000 f -0000021235 00000 f -0000021236 00000 f -0000021237 00000 f -0000021238 00000 f -0000021239 00000 f -0000021240 00000 f -0000021241 00000 f -0000021242 00000 f -0000021243 00000 f -0000021244 00000 f -0000021245 00000 f -0000021246 00000 f -0000021247 00000 f -0000021248 00000 f -0000021249 00000 f -0000021250 00000 f -0000021251 00000 f -0000021252 00000 f -0000021253 00000 f -0000021254 00000 f -0000021255 00000 f -0000021256 00000 f -0000021257 00000 f -0000021258 00000 f -0000021259 00000 f -0000021260 00000 f -0000021261 00000 f -0000021262 00000 f -0000021263 00000 f -0000021264 00000 f -0000021265 00000 f -0000021266 00000 f -0000021267 00000 f -0000021268 00000 f -0000021269 00000 f -0000021270 00000 f -0000021271 00000 f -0000021272 00000 f -0000021273 00000 f -0000021274 00000 f -0000021275 00000 f -0000021276 00000 f -0000021277 00000 f -0000021278 00000 f -0000021279 00000 f -0000021280 00000 f -0000021281 00000 f -0000021282 00000 f -0000021283 00000 f -0000021284 00000 f -0000021285 00000 f -0000021286 00000 f -0000021287 00000 f -0000021288 00000 f -0000021289 00000 f -0000021290 00000 f -0000021291 00000 f -0000021292 00000 f -0000021293 00000 f -0000021294 00000 f -0000021295 00000 f -0000021296 00000 f -0000021297 00000 f -0000021298 00000 f -0000021299 00000 f -0000021300 00000 f -0000021301 00000 f -0000021302 00000 f -0000021303 00000 f -0000021304 00000 f -0000021305 00000 f -0000021306 00000 f -0000021307 00000 f -0000021308 00000 f -0000021309 00000 f -0000021310 00000 f -0000021311 00000 f -0000021312 00000 f -0000021313 00000 f -0000021314 00000 f -0000021315 00000 f -0000021316 00000 f -0000021317 00000 f -0000021318 00000 f -0000021319 00000 f -0000021320 00000 f -0000021321 00000 f -0000021322 00000 f -0000021323 00000 f -0000021324 00000 f -0000021325 00000 f -0000021326 00000 f -0000021327 00000 f -0000021328 00000 f -0000021329 00000 f -0000021330 00000 f -0000021331 00000 f -0000021332 00000 f -0000021333 00000 f -0000021334 00000 f -0000021335 00000 f -0000021336 00000 f -0000021337 00000 f -0000021338 00000 f -0000021339 00000 f -0000021340 00000 f -0000021341 00000 f -0000021342 00000 f -0000021343 00000 f -0000021344 00000 f -0000021345 00000 f -0000021346 00000 f -0000021347 00000 f -0000021348 00000 f -0000021349 00000 f -0000021350 00000 f -0000021351 00000 f -0000021352 00000 f -0000021353 00000 f -0000021354 00000 f -0000021355 00000 f -0000021356 00000 f -0000021357 00000 f -0000021358 00000 f -0000021359 00000 f -0000021360 00000 f -0000021361 00000 f -0000021362 00000 f -0000021363 00000 f -0000021364 00000 f -0000021365 00000 f -0000021366 00000 f -0000021367 00000 f -0000021368 00000 f -0000021369 00000 f -0000021370 00000 f -0000021371 00000 f -0000021372 00000 f -0000021373 00000 f -0000021374 00000 f -0000021375 00000 f -0000021376 00000 f -0000021377 00000 f -0000021378 00000 f -0000021379 00000 f -0000021380 00000 f -0000021381 00000 f -0000021382 00000 f -0000021383 00000 f -0000021384 00000 f -0000021385 00000 f -0000021386 00000 f -0000021387 00000 f -0000021388 00000 f -0000021389 00000 f -0000021396 00000 f -0000283120 00000 n -0000283154 00000 n -0000282998 00000 n -0000283032 00000 n -0000282876 00000 n -0000282910 00000 n -0000021397 00000 f -0000021398 00000 f -0000021399 00000 f -0000021400 00000 f -0000021401 00000 f -0000021402 00000 f -0000021403 00000 f -0000021404 00000 f -0000021408 00000 f -0000275648 00000 n -0000275730 00000 n -0000275813 00000 n -0000021409 00000 f -0000021410 00000 f -0000021411 00000 f -0000021412 00000 f -0000021413 00000 f -0000021414 00000 f -0000021415 00000 f -0000021416 00000 f -0000021417 00000 f -0000021418 00000 f -0000021419 00000 f -0000021420 00000 f -0000021421 00000 f -0000021422 00000 f -0000021423 00000 f -0000021424 00000 f -0000021425 00000 f -0000021426 00000 f -0000021427 00000 f -0000021428 00000 f -0000021429 00000 f -0000021430 00000 f -0000021431 00000 f -0000021432 00000 f -0000021433 00000 f -0000021434 00000 f -0000021435 00000 f -0000021436 00000 f -0000021437 00000 f -0000021438 00000 f -0000021439 00000 f -0000021440 00000 f -0000021441 00000 f -0000021442 00000 f -0000021443 00000 f -0000021444 00000 f -0000021445 00000 f -0000021446 00000 f -0000021447 00000 f -0000021448 00000 f -0000021449 00000 f -0000021450 00000 f -0000021451 00000 f -0000021452 00000 f -0000021453 00000 f -0000021454 00000 f -0000021455 00000 f -0000021456 00000 f -0000021457 00000 f -0000021458 00000 f -0000021459 00000 f -0000021460 00000 f -0000021461 00000 f -0000021462 00000 f -0000021463 00000 f -0000021464 00000 f -0000021465 00000 f -0000021466 00000 f -0000021467 00000 f -0000021468 00000 f -0000021469 00000 f -0000021470 00000 f -0000021471 00000 f -0000021472 00000 f -0000021473 00000 f -0000021474 00000 f -0000021475 00000 f -0000021476 00000 f -0000021477 00000 f -0000021478 00000 f -0000021479 00000 f -0000021480 00000 f -0000021481 00000 f -0000021482 00000 f -0000021483 00000 f -0000021484 00000 f -0000021485 00000 f -0000021486 00000 f -0000021487 00000 f -0000021488 00000 f -0000021489 00000 f -0000021490 00000 f -0000021491 00000 f -0000021492 00000 f -0000021493 00000 f -0000021494 00000 f -0000021495 00000 f -0000021496 00000 f -0000021497 00000 f -0000021498 00000 f -0000021499 00000 f -0000021500 00000 f -0000021501 00000 f -0000021502 00000 f -0000021503 00000 f -0000021504 00000 f -0000021505 00000 f -0000021506 00000 f -0000021507 00000 f -0000021508 00000 f -0000021509 00000 f -0000021510 00000 f -0000021511 00000 f -0000021512 00000 f -0000021513 00000 f -0000021514 00000 f -0000021515 00000 f -0000021516 00000 f -0000021517 00000 f -0000021518 00000 f -0000021519 00000 f -0000021520 00000 f -0000021521 00000 f -0000021522 00000 f -0000021523 00000 f -0000021524 00000 f -0000021525 00000 f -0000021526 00000 f -0000021527 00000 f -0000021528 00000 f -0000021529 00000 f -0000021530 00000 f -0000021531 00000 f -0000021532 00000 f -0000021533 00000 f -0000021534 00000 f -0000021535 00000 f -0000021536 00000 f -0000021537 00000 f -0000021538 00000 f -0000021539 00000 f -0000021540 00000 f -0000021541 00000 f -0000021542 00000 f -0000021543 00000 f -0000021544 00000 f -0000021545 00000 f -0000021546 00000 f -0000021547 00000 f -0000021548 00000 f -0000021549 00000 f -0000021550 00000 f -0000021551 00000 f -0000021552 00000 f -0000021553 00000 f -0000021554 00000 f -0000021555 00000 f -0000021556 00000 f -0000021557 00000 f -0000021558 00000 f -0000021559 00000 f -0000021560 00000 f -0000021561 00000 f -0000021562 00000 f -0000021563 00000 f -0000021564 00000 f -0000021565 00000 f -0000021566 00000 f -0000021567 00000 f -0000021568 00000 f -0000021569 00000 f -0000021570 00000 f -0000021571 00000 f -0000021572 00000 f -0000021573 00000 f -0000021574 00000 f -0000021575 00000 f -0000021576 00000 f -0000021577 00000 f -0000021578 00000 f -0000021579 00000 f -0000021580 00000 f -0000021581 00000 f -0000021582 00000 f -0000021583 00000 f -0000021584 00000 f -0000021585 00000 f -0000021586 00000 f -0000021587 00000 f -0000021588 00000 f -0000021589 00000 f -0000021590 00000 f -0000021591 00000 f -0000021592 00000 f -0000021593 00000 f -0000021594 00000 f -0000021595 00000 f -0000021596 00000 f -0000021597 00000 f -0000021598 00000 f -0000021599 00000 f -0000021600 00000 f -0000021601 00000 f -0000021602 00000 f -0000021603 00000 f -0000021604 00000 f -0000021605 00000 f -0000021606 00000 f -0000021607 00000 f -0000021608 00000 f -0000021609 00000 f -0000021610 00000 f -0000021611 00000 f -0000021612 00000 f -0000021613 00000 f -0000021614 00000 f -0000021615 00000 f -0000021616 00000 f -0000021617 00000 f -0000021618 00000 f -0000021619 00000 f -0000021620 00000 f -0000021621 00000 f -0000021622 00000 f -0000021623 00000 f -0000021624 00000 f -0000021625 00000 f -0000021626 00000 f -0000021627 00000 f -0000021628 00000 f -0000021629 00000 f -0000021630 00000 f -0000021631 00000 f -0000021632 00000 f -0000021633 00000 f -0000021634 00000 f -0000021635 00000 f -0000021636 00000 f -0000021637 00000 f -0000021638 00000 f -0000021639 00000 f -0000021640 00000 f -0000021641 00000 f -0000021642 00000 f -0000021643 00000 f -0000021644 00000 f -0000021645 00000 f -0000021646 00000 f -0000021647 00000 f -0000021648 00000 f -0000021649 00000 f -0000021650 00000 f -0000021651 00000 f -0000021652 00000 f -0000021653 00000 f -0000021654 00000 f -0000021655 00000 f -0000021656 00000 f -0000021657 00000 f -0000021658 00000 f -0000021659 00000 f -0000021660 00000 f -0000021661 00000 f -0000021662 00000 f -0000021663 00000 f -0000021664 00000 f -0000021665 00000 f -0000021666 00000 f -0000021667 00000 f -0000021668 00000 f -0000021669 00000 f -0000021670 00000 f -0000021671 00000 f -0000021672 00000 f -0000021673 00000 f -0000021674 00000 f -0000021675 00000 f -0000021676 00000 f -0000021677 00000 f -0000021678 00000 f -0000021679 00000 f -0000021680 00000 f -0000021681 00000 f -0000021682 00000 f -0000021683 00000 f -0000021684 00000 f -0000021685 00000 f -0000021686 00000 f -0000021687 00000 f -0000021688 00000 f -0000021689 00000 f -0000021690 00000 f -0000021691 00000 f -0000021692 00000 f -0000021693 00000 f -0000021694 00000 f -0000021695 00000 f -0000021696 00000 f -0000021697 00000 f -0000021698 00000 f -0000021699 00000 f -0000021700 00000 f -0000021701 00000 f -0000021702 00000 f -0000021703 00000 f -0000021704 00000 f -0000021705 00000 f -0000021706 00000 f -0000021707 00000 f -0000021708 00000 f -0000021709 00000 f -0000021710 00000 f -0000021711 00000 f -0000021712 00000 f -0000021713 00000 f -0000021714 00000 f -0000021715 00000 f -0000021716 00000 f -0000021717 00000 f -0000021718 00000 f -0000021719 00000 f -0000021720 00000 f -0000021721 00000 f -0000021722 00000 f -0000021723 00000 f -0000021724 00000 f -0000021725 00000 f -0000021726 00000 f -0000021727 00000 f -0000021728 00000 f -0000021729 00000 f -0000021730 00000 f -0000021731 00000 f -0000021732 00000 f -0000021733 00000 f -0000021734 00000 f -0000021735 00000 f -0000021736 00000 f -0000021737 00000 f -0000021738 00000 f -0000021739 00000 f -0000021740 00000 f -0000021741 00000 f -0000021742 00000 f -0000021743 00000 f -0000021744 00000 f -0000021745 00000 f -0000021746 00000 f -0000021747 00000 f -0000021748 00000 f -0000021749 00000 f -0000021750 00000 f -0000021751 00000 f -0000021752 00000 f -0000021753 00000 f -0000021754 00000 f -0000021755 00000 f -0000021756 00000 f -0000021757 00000 f -0000021758 00000 f -0000021759 00000 f -0000021760 00000 f -0000021761 00000 f -0000021762 00000 f -0000021763 00000 f -0000021764 00000 f -0000021765 00000 f -0000021766 00000 f -0000021767 00000 f -0000021768 00000 f -0000021769 00000 f -0000021770 00000 f -0000021771 00000 f -0000021772 00000 f -0000021773 00000 f -0000021774 00000 f -0000021775 00000 f -0000021776 00000 f -0000021777 00000 f -0000021778 00000 f -0000021779 00000 f -0000021780 00000 f -0000021781 00000 f -0000021782 00000 f -0000021783 00000 f -0000021784 00000 f -0000021785 00000 f -0000021786 00000 f -0000021787 00000 f -0000021788 00000 f -0000021789 00000 f -0000021790 00000 f -0000021791 00000 f -0000021792 00000 f -0000021793 00000 f -0000021794 00000 f -0000021795 00000 f -0000021796 00000 f -0000021797 00000 f -0000021798 00000 f -0000021799 00000 f -0000021800 00000 f -0000021801 00000 f -0000021802 00000 f -0000021803 00000 f -0000021804 00000 f -0000021805 00000 f -0000021806 00000 f -0000021807 00000 f -0000021808 00000 f -0000021809 00000 f -0000021810 00000 f -0000021811 00000 f -0000021812 00000 f -0000021813 00000 f -0000021814 00000 f -0000021815 00000 f -0000021816 00000 f -0000021817 00000 f -0000021818 00000 f -0000021819 00000 f -0000021820 00000 f -0000021821 00000 f -0000021822 00000 f -0000021823 00000 f -0000021824 00000 f -0000021825 00000 f -0000021826 00000 f -0000021827 00000 f -0000021828 00000 f -0000021829 00000 f -0000021830 00000 f -0000021831 00000 f -0000021832 00000 f -0000021833 00000 f -0000021834 00000 f -0000021835 00000 f -0000021836 00000 f -0000021837 00000 f -0000021838 00000 f -0000021839 00000 f -0000021840 00000 f -0000021841 00000 f -0000021842 00000 f -0000021843 00000 f -0000021844 00000 f -0000021845 00000 f -0000021846 00000 f -0000021847 00000 f -0000021848 00000 f -0000021849 00000 f -0000021850 00000 f -0000021851 00000 f -0000021852 00000 f -0000021853 00000 f -0000021854 00000 f -0000021855 00000 f -0000021856 00000 f -0000021857 00000 f -0000021858 00000 f -0000021859 00000 f -0000021860 00000 f -0000021861 00000 f -0000021862 00000 f -0000021863 00000 f -0000021864 00000 f -0000021865 00000 f -0000021866 00000 f -0000021867 00000 f -0000021868 00000 f -0000021869 00000 f -0000021870 00000 f -0000021871 00000 f -0000021872 00000 f -0000021873 00000 f -0000021874 00000 f -0000021875 00000 f -0000021876 00000 f -0000021877 00000 f -0000021878 00000 f -0000021879 00000 f -0000021880 00000 f -0000021881 00000 f -0000021882 00000 f -0000021883 00000 f -0000021884 00000 f -0000021885 00000 f -0000021886 00000 f -0000021887 00000 f -0000021888 00000 f -0000021889 00000 f -0000021890 00000 f -0000021891 00000 f -0000021892 00000 f -0000021893 00000 f -0000021894 00000 f -0000021895 00000 f -0000021896 00000 f -0000021897 00000 f -0000021898 00000 f -0000021899 00000 f -0000021900 00000 f -0000021901 00000 f -0000021902 00000 f -0000021903 00000 f -0000021904 00000 f -0000021905 00000 f -0000021906 00000 f -0000021907 00000 f -0000021908 00000 f -0000021909 00000 f -0000021910 00000 f -0000021911 00000 f -0000021912 00000 f -0000021913 00000 f -0000021914 00000 f -0000021915 00000 f -0000021916 00000 f -0000021917 00000 f -0000021918 00000 f -0000021919 00000 f -0000021920 00000 f -0000021921 00000 f -0000021922 00000 f -0000021923 00000 f -0000021924 00000 f -0000021925 00000 f -0000021926 00000 f -0000021927 00000 f -0000021928 00000 f -0000021929 00000 f -0000021930 00000 f -0000021931 00000 f -0000021932 00000 f -0000021933 00000 f -0000021934 00000 f -0000021935 00000 f -0000021936 00000 f -0000021937 00000 f -0000021944 00000 f -0000282754 00000 n -0000282788 00000 n -0000282632 00000 n -0000282666 00000 n -0000282510 00000 n -0000282544 00000 n -0000021945 00000 f -0000021946 00000 f -0000021947 00000 f -0000021948 00000 f -0000021949 00000 f -0000021950 00000 f -0000021951 00000 f -0000021952 00000 f -0000021956 00000 f -0000275900 00000 n -0000275982 00000 n -0000276065 00000 n -0000021957 00000 f -0000021958 00000 f -0000021959 00000 f -0000021960 00000 f -0000021961 00000 f -0000021962 00000 f -0000021963 00000 f -0000021964 00000 f -0000021965 00000 f -0000021966 00000 f -0000021967 00000 f -0000021968 00000 f -0000021969 00000 f -0000021970 00000 f -0000021971 00000 f -0000021972 00000 f -0000021973 00000 f -0000021974 00000 f -0000021975 00000 f -0000021976 00000 f -0000021977 00000 f -0000021978 00000 f -0000021979 00000 f -0000021980 00000 f -0000021981 00000 f -0000021982 00000 f -0000021983 00000 f -0000021984 00000 f -0000021985 00000 f -0000021986 00000 f -0000021987 00000 f -0000021988 00000 f -0000021989 00000 f -0000021990 00000 f -0000021991 00000 f -0000021992 00000 f -0000021993 00000 f -0000021994 00000 f -0000021995 00000 f -0000021996 00000 f -0000021997 00000 f -0000021998 00000 f -0000021999 00000 f -0000022000 00000 f -0000022001 00000 f -0000022002 00000 f -0000022003 00000 f -0000022004 00000 f -0000022005 00000 f -0000022006 00000 f -0000022007 00000 f -0000022008 00000 f -0000022009 00000 f -0000022010 00000 f -0000022011 00000 f -0000022012 00000 f -0000022013 00000 f -0000022014 00000 f -0000022015 00000 f -0000022016 00000 f -0000022017 00000 f -0000022018 00000 f -0000022019 00000 f -0000022020 00000 f -0000022021 00000 f -0000022022 00000 f -0000022023 00000 f -0000022024 00000 f -0000022025 00000 f -0000022026 00000 f -0000022027 00000 f -0000022028 00000 f -0000022029 00000 f -0000022030 00000 f -0000022031 00000 f -0000022032 00000 f -0000022033 00000 f -0000022034 00000 f -0000022035 00000 f -0000022036 00000 f -0000022037 00000 f -0000022038 00000 f -0000022039 00000 f -0000022040 00000 f -0000022041 00000 f -0000022042 00000 f -0000022043 00000 f -0000022044 00000 f -0000022045 00000 f -0000022046 00000 f -0000022047 00000 f -0000022048 00000 f -0000022049 00000 f -0000022050 00000 f -0000022051 00000 f -0000022052 00000 f -0000022053 00000 f -0000022054 00000 f -0000022055 00000 f -0000022056 00000 f -0000022057 00000 f -0000022058 00000 f -0000022059 00000 f -0000022060 00000 f -0000022061 00000 f -0000022062 00000 f -0000022063 00000 f -0000022064 00000 f -0000022065 00000 f -0000022066 00000 f -0000022067 00000 f -0000022068 00000 f -0000022069 00000 f -0000022070 00000 f -0000022071 00000 f -0000022072 00000 f -0000022073 00000 f -0000022074 00000 f -0000022075 00000 f -0000022076 00000 f -0000022077 00000 f -0000022078 00000 f -0000022079 00000 f -0000022080 00000 f -0000022081 00000 f -0000022082 00000 f -0000022083 00000 f -0000022084 00000 f -0000022085 00000 f -0000022086 00000 f -0000022087 00000 f -0000022088 00000 f -0000022089 00000 f -0000022090 00000 f -0000022091 00000 f -0000022092 00000 f -0000022093 00000 f -0000022094 00000 f -0000022095 00000 f -0000022096 00000 f -0000022097 00000 f -0000022098 00000 f -0000022099 00000 f -0000022100 00000 f -0000022101 00000 f -0000022102 00000 f -0000022103 00000 f -0000022104 00000 f -0000022105 00000 f -0000022106 00000 f -0000022107 00000 f -0000022108 00000 f -0000022109 00000 f -0000022110 00000 f -0000022111 00000 f -0000022112 00000 f -0000022113 00000 f -0000022114 00000 f -0000022115 00000 f -0000022116 00000 f -0000022117 00000 f -0000022118 00000 f -0000022119 00000 f -0000022120 00000 f -0000022121 00000 f -0000022122 00000 f -0000022123 00000 f -0000022124 00000 f -0000022125 00000 f -0000022126 00000 f -0000022127 00000 f -0000022128 00000 f -0000022129 00000 f -0000022130 00000 f -0000022131 00000 f -0000022132 00000 f -0000022133 00000 f -0000022134 00000 f -0000022135 00000 f -0000022136 00000 f -0000022137 00000 f -0000022138 00000 f -0000022139 00000 f -0000022140 00000 f -0000022141 00000 f -0000022142 00000 f -0000022143 00000 f -0000022144 00000 f -0000022145 00000 f -0000022146 00000 f -0000022147 00000 f -0000022148 00000 f -0000022149 00000 f -0000022150 00000 f -0000022151 00000 f -0000022152 00000 f -0000022153 00000 f -0000022154 00000 f -0000022155 00000 f -0000022156 00000 f -0000022157 00000 f -0000022158 00000 f -0000022159 00000 f -0000022160 00000 f -0000022161 00000 f -0000022162 00000 f -0000022163 00000 f -0000022164 00000 f -0000022165 00000 f -0000022166 00000 f -0000022167 00000 f -0000022168 00000 f -0000022169 00000 f -0000022170 00000 f -0000022171 00000 f -0000022172 00000 f -0000022173 00000 f -0000022174 00000 f -0000022175 00000 f -0000022176 00000 f -0000022177 00000 f -0000022178 00000 f -0000022179 00000 f -0000022180 00000 f -0000022181 00000 f -0000022182 00000 f -0000022183 00000 f -0000022184 00000 f -0000022185 00000 f -0000022186 00000 f -0000022187 00000 f -0000022188 00000 f -0000022189 00000 f -0000022190 00000 f -0000022191 00000 f -0000022192 00000 f -0000022193 00000 f -0000022194 00000 f -0000022195 00000 f -0000022196 00000 f -0000022197 00000 f -0000022198 00000 f -0000022199 00000 f -0000022200 00000 f -0000022201 00000 f -0000022202 00000 f -0000022203 00000 f -0000022204 00000 f -0000022205 00000 f -0000022206 00000 f -0000022207 00000 f -0000022208 00000 f -0000022209 00000 f -0000022210 00000 f -0000022211 00000 f -0000022212 00000 f -0000022213 00000 f -0000022214 00000 f -0000022215 00000 f -0000022216 00000 f -0000022217 00000 f -0000022218 00000 f -0000022219 00000 f -0000022220 00000 f -0000022221 00000 f -0000022222 00000 f -0000022223 00000 f -0000022224 00000 f -0000022225 00000 f -0000022226 00000 f -0000022227 00000 f -0000022228 00000 f -0000022229 00000 f -0000022230 00000 f -0000022231 00000 f -0000022232 00000 f -0000022233 00000 f -0000022234 00000 f -0000022235 00000 f -0000022236 00000 f -0000022237 00000 f -0000022238 00000 f -0000022239 00000 f -0000022240 00000 f -0000022241 00000 f -0000022242 00000 f -0000022243 00000 f -0000022244 00000 f -0000022245 00000 f -0000022246 00000 f -0000022247 00000 f -0000022248 00000 f -0000022249 00000 f -0000022250 00000 f -0000022251 00000 f -0000022252 00000 f -0000022253 00000 f -0000022254 00000 f -0000022255 00000 f -0000022256 00000 f -0000022257 00000 f -0000022258 00000 f -0000022259 00000 f -0000022260 00000 f -0000022261 00000 f -0000022262 00000 f -0000022263 00000 f -0000022264 00000 f -0000022265 00000 f -0000022266 00000 f -0000022267 00000 f -0000022268 00000 f -0000022269 00000 f -0000022270 00000 f -0000022271 00000 f -0000022272 00000 f -0000022273 00000 f -0000022274 00000 f -0000022275 00000 f -0000022276 00000 f -0000022277 00000 f -0000022278 00000 f -0000022279 00000 f -0000022280 00000 f -0000022281 00000 f -0000022282 00000 f -0000022283 00000 f -0000022284 00000 f -0000022285 00000 f -0000022286 00000 f -0000022287 00000 f -0000022288 00000 f -0000022289 00000 f -0000022290 00000 f -0000022291 00000 f -0000022292 00000 f -0000022293 00000 f -0000022294 00000 f -0000022295 00000 f -0000022296 00000 f -0000022297 00000 f -0000022298 00000 f -0000022299 00000 f -0000022300 00000 f -0000022301 00000 f -0000022302 00000 f -0000022303 00000 f -0000022304 00000 f -0000022305 00000 f -0000022306 00000 f -0000022307 00000 f -0000022308 00000 f -0000022309 00000 f -0000022310 00000 f -0000022311 00000 f -0000022312 00000 f -0000022313 00000 f -0000022314 00000 f -0000022315 00000 f -0000022316 00000 f -0000022317 00000 f -0000022318 00000 f -0000022319 00000 f -0000022320 00000 f -0000022321 00000 f -0000022322 00000 f -0000022323 00000 f -0000022324 00000 f -0000022325 00000 f -0000022326 00000 f -0000022327 00000 f -0000022328 00000 f -0000022329 00000 f -0000022330 00000 f -0000022331 00000 f -0000022332 00000 f -0000022333 00000 f -0000022334 00000 f -0000022335 00000 f -0000022336 00000 f -0000022337 00000 f -0000022338 00000 f -0000022339 00000 f -0000022340 00000 f -0000022341 00000 f -0000022342 00000 f -0000022343 00000 f -0000022344 00000 f -0000022345 00000 f -0000022346 00000 f -0000022347 00000 f -0000022348 00000 f -0000022349 00000 f -0000022350 00000 f -0000022351 00000 f -0000022352 00000 f -0000022353 00000 f -0000022354 00000 f -0000022355 00000 f -0000022356 00000 f -0000022357 00000 f -0000022358 00000 f -0000022359 00000 f -0000022360 00000 f -0000022361 00000 f -0000022362 00000 f -0000022363 00000 f -0000022364 00000 f -0000022365 00000 f -0000022366 00000 f -0000022367 00000 f -0000022368 00000 f -0000022369 00000 f -0000022370 00000 f -0000022371 00000 f -0000022372 00000 f -0000022373 00000 f -0000022374 00000 f -0000022375 00000 f -0000022376 00000 f -0000022377 00000 f -0000022378 00000 f -0000022379 00000 f -0000022380 00000 f -0000022381 00000 f -0000022382 00000 f -0000022383 00000 f -0000022384 00000 f -0000022385 00000 f -0000022386 00000 f -0000022387 00000 f -0000022388 00000 f -0000022389 00000 f -0000022390 00000 f -0000022391 00000 f -0000022392 00000 f -0000022393 00000 f -0000022394 00000 f -0000022395 00000 f -0000022396 00000 f -0000022397 00000 f -0000022398 00000 f -0000022399 00000 f -0000022400 00000 f -0000022401 00000 f -0000022402 00000 f -0000022403 00000 f -0000022404 00000 f -0000022405 00000 f -0000022406 00000 f -0000022407 00000 f -0000022408 00000 f -0000022409 00000 f -0000022410 00000 f -0000022411 00000 f -0000022412 00000 f -0000022413 00000 f -0000022414 00000 f -0000022415 00000 f -0000022416 00000 f -0000022417 00000 f -0000022418 00000 f -0000022419 00000 f -0000022420 00000 f -0000022421 00000 f -0000022422 00000 f -0000022423 00000 f -0000022424 00000 f -0000022425 00000 f -0000022426 00000 f -0000022427 00000 f -0000022428 00000 f -0000022429 00000 f -0000022430 00000 f -0000022431 00000 f -0000022432 00000 f -0000022433 00000 f -0000022434 00000 f -0000022435 00000 f -0000022436 00000 f -0000022437 00000 f -0000022438 00000 f -0000022439 00000 f -0000022440 00000 f -0000022441 00000 f -0000022442 00000 f -0000022443 00000 f -0000022444 00000 f -0000022445 00000 f -0000022446 00000 f -0000022447 00000 f -0000022448 00000 f -0000022449 00000 f -0000022450 00000 f -0000022451 00000 f -0000022452 00000 f -0000022453 00000 f -0000022454 00000 f -0000022455 00000 f -0000022456 00000 f -0000022457 00000 f -0000022458 00000 f -0000022459 00000 f -0000022460 00000 f -0000022461 00000 f -0000022462 00000 f -0000022463 00000 f -0000022464 00000 f -0000022465 00000 f -0000022466 00000 f -0000022467 00000 f -0000022468 00000 f -0000022469 00000 f -0000022470 00000 f -0000022471 00000 f -0000022472 00000 f -0000022473 00000 f -0000022474 00000 f -0000022475 00000 f -0000022476 00000 f -0000022477 00000 f -0000022478 00000 f -0000022479 00000 f -0000022480 00000 f -0000022481 00000 f -0000022482 00000 f -0000022483 00000 f -0000022484 00000 f -0000022485 00000 f -0000022492 00000 f -0000282388 00000 n -0000282422 00000 n -0000282266 00000 n -0000282300 00000 n -0000282144 00000 n -0000282178 00000 n -0000022493 00000 f -0000022494 00000 f -0000022495 00000 f -0000022496 00000 f -0000022497 00000 f -0000022498 00000 f -0000022499 00000 f -0000022500 00000 f -0000022504 00000 f -0000276152 00000 n -0000276234 00000 n -0000276317 00000 n -0000022505 00000 f -0000022506 00000 f -0000022507 00000 f -0000022508 00000 f -0000022509 00000 f -0000022510 00000 f -0000022511 00000 f -0000022512 00000 f -0000022513 00000 f -0000022514 00000 f -0000022515 00000 f -0000022516 00000 f -0000022517 00000 f -0000022518 00000 f -0000022519 00000 f -0000022520 00000 f -0000022521 00000 f -0000022522 00000 f -0000022523 00000 f -0000022524 00000 f -0000022525 00000 f -0000022526 00000 f -0000022527 00000 f -0000022528 00000 f -0000022529 00000 f -0000022530 00000 f -0000022531 00000 f -0000022532 00000 f -0000022533 00000 f -0000022534 00000 f -0000022535 00000 f -0000022536 00000 f -0000022537 00000 f -0000022538 00000 f -0000022539 00000 f -0000022540 00000 f -0000022541 00000 f -0000022542 00000 f -0000022543 00000 f -0000022544 00000 f -0000022545 00000 f -0000022546 00000 f -0000022547 00000 f -0000022548 00000 f -0000022549 00000 f -0000022550 00000 f -0000022551 00000 f -0000022552 00000 f -0000022553 00000 f -0000022554 00000 f -0000022555 00000 f -0000022556 00000 f -0000022557 00000 f -0000022558 00000 f -0000022559 00000 f -0000022560 00000 f -0000022561 00000 f -0000022562 00000 f -0000022563 00000 f -0000022564 00000 f -0000022565 00000 f -0000022566 00000 f -0000022567 00000 f -0000022568 00000 f -0000022569 00000 f -0000022570 00000 f -0000022571 00000 f -0000022572 00000 f -0000022573 00000 f -0000022574 00000 f -0000022575 00000 f -0000022576 00000 f -0000022577 00000 f -0000022578 00000 f -0000022579 00000 f -0000022580 00000 f -0000022581 00000 f -0000022582 00000 f -0000022583 00000 f -0000022584 00000 f -0000022585 00000 f -0000022586 00000 f -0000022587 00000 f -0000022588 00000 f -0000022589 00000 f -0000022590 00000 f -0000022591 00000 f -0000022592 00000 f -0000022593 00000 f -0000022594 00000 f -0000022595 00000 f -0000022596 00000 f -0000022597 00000 f -0000022598 00000 f -0000022599 00000 f -0000022600 00000 f -0000022601 00000 f -0000022602 00000 f -0000022603 00000 f -0000022604 00000 f -0000022605 00000 f -0000022606 00000 f -0000022607 00000 f -0000022608 00000 f -0000022609 00000 f -0000022610 00000 f -0000022611 00000 f -0000022612 00000 f -0000022613 00000 f -0000022614 00000 f -0000022615 00000 f -0000022616 00000 f -0000022617 00000 f -0000022618 00000 f -0000022619 00000 f -0000022620 00000 f -0000022621 00000 f -0000022622 00000 f -0000022623 00000 f -0000022624 00000 f -0000022625 00000 f -0000022626 00000 f -0000022627 00000 f -0000022628 00000 f -0000022629 00000 f -0000022630 00000 f -0000022631 00000 f -0000022632 00000 f -0000022633 00000 f -0000022634 00000 f -0000022635 00000 f -0000022636 00000 f -0000022637 00000 f -0000022638 00000 f -0000022639 00000 f -0000022640 00000 f -0000022641 00000 f -0000022642 00000 f -0000022643 00000 f -0000022644 00000 f -0000022645 00000 f -0000022646 00000 f -0000022647 00000 f -0000022648 00000 f -0000022649 00000 f -0000022650 00000 f -0000022651 00000 f -0000022652 00000 f -0000022653 00000 f -0000022654 00000 f -0000022655 00000 f -0000022656 00000 f -0000022657 00000 f -0000022658 00000 f -0000022659 00000 f -0000022660 00000 f -0000022661 00000 f -0000022662 00000 f -0000022663 00000 f -0000022664 00000 f -0000022665 00000 f -0000022666 00000 f -0000022667 00000 f -0000022668 00000 f -0000022669 00000 f -0000022670 00000 f -0000022671 00000 f -0000022672 00000 f -0000022673 00000 f -0000022674 00000 f -0000022675 00000 f -0000022676 00000 f -0000022677 00000 f -0000022678 00000 f -0000022679 00000 f -0000022680 00000 f -0000022681 00000 f -0000022682 00000 f -0000022683 00000 f -0000022684 00000 f -0000022685 00000 f -0000022686 00000 f -0000022687 00000 f -0000022688 00000 f -0000022689 00000 f -0000022690 00000 f -0000022691 00000 f -0000022692 00000 f -0000022693 00000 f -0000022694 00000 f -0000022695 00000 f -0000022696 00000 f -0000022697 00000 f -0000022698 00000 f -0000022699 00000 f -0000022700 00000 f -0000022701 00000 f -0000022702 00000 f -0000022703 00000 f -0000022704 00000 f -0000022705 00000 f -0000022706 00000 f -0000022707 00000 f -0000022708 00000 f -0000022709 00000 f -0000022710 00000 f -0000022711 00000 f -0000022712 00000 f -0000022713 00000 f -0000022714 00000 f -0000022715 00000 f -0000022716 00000 f -0000022717 00000 f -0000022718 00000 f -0000022719 00000 f -0000022720 00000 f -0000022721 00000 f -0000022722 00000 f -0000022723 00000 f -0000022724 00000 f -0000022725 00000 f -0000022726 00000 f -0000022727 00000 f -0000022728 00000 f -0000022729 00000 f -0000022730 00000 f -0000022731 00000 f -0000022732 00000 f -0000022733 00000 f -0000022734 00000 f -0000022735 00000 f -0000022736 00000 f -0000022737 00000 f -0000022738 00000 f -0000022739 00000 f -0000022740 00000 f -0000022741 00000 f -0000022742 00000 f -0000022743 00000 f -0000022744 00000 f -0000022745 00000 f -0000022746 00000 f -0000022747 00000 f -0000022748 00000 f -0000022749 00000 f -0000022750 00000 f -0000022751 00000 f -0000022752 00000 f -0000022753 00000 f -0000022754 00000 f -0000022755 00000 f -0000022756 00000 f -0000022757 00000 f -0000022758 00000 f -0000022759 00000 f -0000022760 00000 f -0000022761 00000 f -0000022762 00000 f -0000022763 00000 f -0000022764 00000 f -0000022765 00000 f -0000022766 00000 f -0000022767 00000 f -0000022768 00000 f -0000022769 00000 f -0000022770 00000 f -0000022771 00000 f -0000022772 00000 f -0000022773 00000 f -0000022774 00000 f -0000022775 00000 f -0000022776 00000 f -0000022777 00000 f -0000022778 00000 f -0000022779 00000 f -0000022780 00000 f -0000022781 00000 f -0000022782 00000 f -0000022783 00000 f -0000022784 00000 f -0000022785 00000 f -0000022786 00000 f -0000022787 00000 f -0000022788 00000 f -0000022789 00000 f -0000022790 00000 f -0000022791 00000 f -0000022792 00000 f -0000022793 00000 f -0000022794 00000 f -0000022795 00000 f -0000022796 00000 f -0000022797 00000 f -0000022798 00000 f -0000022799 00000 f -0000022800 00000 f -0000022801 00000 f -0000022802 00000 f -0000022803 00000 f -0000022804 00000 f -0000022805 00000 f -0000022806 00000 f -0000022807 00000 f -0000022808 00000 f -0000022809 00000 f -0000022810 00000 f -0000022811 00000 f -0000022812 00000 f -0000022813 00000 f -0000022814 00000 f -0000022815 00000 f -0000022816 00000 f -0000022817 00000 f -0000022818 00000 f -0000022819 00000 f -0000022820 00000 f -0000022821 00000 f -0000022822 00000 f -0000022823 00000 f -0000022824 00000 f -0000022825 00000 f -0000022826 00000 f -0000022827 00000 f -0000022828 00000 f -0000022829 00000 f -0000022830 00000 f -0000022831 00000 f -0000022832 00000 f -0000022833 00000 f -0000022834 00000 f -0000022835 00000 f -0000022836 00000 f -0000022837 00000 f -0000022838 00000 f -0000022839 00000 f -0000022840 00000 f -0000022841 00000 f -0000022842 00000 f -0000022843 00000 f -0000022844 00000 f -0000022845 00000 f -0000022846 00000 f -0000022847 00000 f -0000022848 00000 f -0000022849 00000 f -0000022850 00000 f -0000022851 00000 f -0000022852 00000 f -0000022853 00000 f -0000022854 00000 f -0000022855 00000 f -0000022856 00000 f -0000022857 00000 f -0000022858 00000 f -0000022859 00000 f -0000022860 00000 f -0000022861 00000 f -0000022862 00000 f -0000022863 00000 f -0000022864 00000 f -0000022865 00000 f -0000022866 00000 f -0000022867 00000 f -0000022868 00000 f -0000022869 00000 f -0000022870 00000 f -0000022871 00000 f -0000022872 00000 f -0000022873 00000 f -0000022874 00000 f -0000022875 00000 f -0000022876 00000 f -0000022877 00000 f -0000022878 00000 f -0000022879 00000 f -0000022880 00000 f -0000022881 00000 f -0000022882 00000 f -0000022883 00000 f -0000022884 00000 f -0000022885 00000 f -0000022886 00000 f -0000022887 00000 f -0000022888 00000 f -0000022889 00000 f -0000022890 00000 f -0000022891 00000 f -0000022892 00000 f -0000022893 00000 f -0000022894 00000 f -0000022895 00000 f -0000022896 00000 f -0000022897 00000 f -0000022898 00000 f -0000022899 00000 f -0000022900 00000 f -0000022901 00000 f -0000022902 00000 f -0000022903 00000 f -0000022904 00000 f -0000022905 00000 f -0000022906 00000 f -0000022907 00000 f -0000022908 00000 f -0000022909 00000 f -0000022910 00000 f -0000022911 00000 f -0000022912 00000 f -0000022913 00000 f -0000022914 00000 f -0000022915 00000 f -0000022916 00000 f -0000022917 00000 f -0000022918 00000 f -0000022919 00000 f -0000022920 00000 f -0000022921 00000 f -0000022922 00000 f -0000022923 00000 f -0000022924 00000 f -0000022925 00000 f -0000022926 00000 f -0000022927 00000 f -0000022928 00000 f -0000022929 00000 f -0000022930 00000 f -0000022931 00000 f -0000022932 00000 f -0000022933 00000 f -0000022934 00000 f -0000022935 00000 f -0000022936 00000 f -0000022937 00000 f -0000022938 00000 f -0000022939 00000 f -0000022940 00000 f -0000022941 00000 f -0000022942 00000 f -0000022943 00000 f -0000022944 00000 f -0000022945 00000 f -0000022946 00000 f -0000022947 00000 f -0000022948 00000 f -0000022949 00000 f -0000022950 00000 f -0000022951 00000 f -0000022952 00000 f -0000022953 00000 f -0000022954 00000 f -0000022955 00000 f -0000022956 00000 f -0000022957 00000 f -0000022958 00000 f -0000022959 00000 f -0000022960 00000 f -0000022961 00000 f -0000022962 00000 f -0000022963 00000 f -0000022964 00000 f -0000022965 00000 f -0000022966 00000 f -0000022967 00000 f -0000022968 00000 f -0000022969 00000 f -0000022970 00000 f -0000022971 00000 f -0000022972 00000 f -0000022973 00000 f -0000022974 00000 f -0000022975 00000 f -0000022976 00000 f -0000022977 00000 f -0000022978 00000 f -0000022979 00000 f -0000022980 00000 f -0000022981 00000 f -0000022982 00000 f -0000022983 00000 f -0000022984 00000 f -0000022985 00000 f -0000022986 00000 f -0000022987 00000 f -0000022988 00000 f -0000022989 00000 f -0000022990 00000 f -0000022991 00000 f -0000022992 00000 f -0000022993 00000 f -0000022994 00000 f -0000022995 00000 f -0000022996 00000 f -0000022997 00000 f -0000022998 00000 f -0000022999 00000 f -0000023000 00000 f -0000023001 00000 f -0000023002 00000 f -0000023003 00000 f -0000023004 00000 f -0000023005 00000 f -0000023006 00000 f -0000023007 00000 f -0000023008 00000 f -0000023009 00000 f -0000023010 00000 f -0000023011 00000 f -0000023012 00000 f -0000023013 00000 f -0000023014 00000 f -0000023015 00000 f -0000023016 00000 f -0000023017 00000 f -0000023018 00000 f -0000023019 00000 f -0000023020 00000 f -0000023021 00000 f -0000023022 00000 f -0000023023 00000 f -0000023024 00000 f -0000023025 00000 f -0000023026 00000 f -0000023027 00000 f -0000023028 00000 f -0000023029 00000 f -0000023030 00000 f -0000023031 00000 f -0000023032 00000 f -0000023033 00000 f -0000023040 00000 f -0000282022 00000 n -0000282056 00000 n -0000281900 00000 n -0000281934 00000 n -0000281778 00000 n -0000281812 00000 n -0000023041 00000 f -0000023042 00000 f -0000023043 00000 f -0000023044 00000 f -0000023045 00000 f -0000023046 00000 f -0000023047 00000 f -0000023049 00000 f -0000276404 00000 n -0000023050 00000 f -0000023051 00000 f -0000023052 00000 f -0000023053 00000 f -0000023054 00000 f -0000023055 00000 f -0000023058 00000 f -0000281656 00000 n -0000281690 00000 n -0000023059 00000 f -0000023060 00000 f -0000023061 00000 f -0000023062 00000 f -0000023063 00000 f -0000023064 00000 f -0000023068 00000 f -0000276487 00000 n -0000276569 00000 n -0000276652 00000 n -0000023069 00000 f -0000023070 00000 f -0000023071 00000 f -0000023072 00000 f -0000023073 00000 f -0000023074 00000 f -0000023075 00000 f -0000023076 00000 f -0000023077 00000 f -0000023078 00000 f -0000023079 00000 f -0000023080 00000 f -0000023081 00000 f -0000023082 00000 f -0000023083 00000 f -0000023084 00000 f -0000023085 00000 f -0000023086 00000 f -0000023087 00000 f -0000023088 00000 f -0000023089 00000 f -0000023090 00000 f -0000023091 00000 f -0000023092 00000 f -0000023093 00000 f -0000023094 00000 f -0000023095 00000 f -0000023096 00000 f -0000023097 00000 f -0000023098 00000 f -0000023099 00000 f -0000023100 00000 f -0000023101 00000 f -0000023102 00000 f -0000023103 00000 f -0000023104 00000 f -0000023105 00000 f -0000023106 00000 f -0000023107 00000 f -0000023108 00000 f -0000023109 00000 f -0000023110 00000 f -0000023111 00000 f -0000023112 00000 f -0000023113 00000 f -0000023114 00000 f -0000023115 00000 f -0000023116 00000 f -0000023117 00000 f -0000023118 00000 f -0000023119 00000 f -0000023120 00000 f -0000023121 00000 f -0000023122 00000 f -0000023123 00000 f -0000023124 00000 f -0000023125 00000 f -0000023126 00000 f -0000023127 00000 f -0000023128 00000 f -0000023129 00000 f -0000023130 00000 f -0000023131 00000 f -0000023132 00000 f -0000023133 00000 f -0000023134 00000 f -0000023135 00000 f -0000023136 00000 f -0000023137 00000 f -0000023138 00000 f -0000023139 00000 f -0000023140 00000 f -0000023141 00000 f -0000023142 00000 f -0000023143 00000 f -0000023144 00000 f -0000023145 00000 f -0000023146 00000 f -0000023147 00000 f -0000023148 00000 f -0000023149 00000 f -0000023150 00000 f -0000023151 00000 f -0000023152 00000 f -0000023153 00000 f -0000023154 00000 f -0000023155 00000 f -0000023156 00000 f -0000023157 00000 f -0000023158 00000 f -0000023159 00000 f -0000023160 00000 f -0000023161 00000 f -0000023162 00000 f -0000023163 00000 f -0000023164 00000 f -0000023165 00000 f -0000023166 00000 f -0000023167 00000 f -0000023168 00000 f -0000023169 00000 f -0000023170 00000 f -0000023171 00000 f -0000023172 00000 f -0000023173 00000 f -0000023174 00000 f -0000023175 00000 f -0000023176 00000 f -0000023177 00000 f -0000023178 00000 f -0000023179 00000 f -0000023180 00000 f -0000023181 00000 f -0000023182 00000 f -0000023183 00000 f -0000023184 00000 f -0000023185 00000 f -0000023186 00000 f -0000023187 00000 f -0000023188 00000 f -0000023189 00000 f -0000023190 00000 f -0000023191 00000 f -0000023192 00000 f -0000023193 00000 f -0000023194 00000 f -0000023195 00000 f -0000023196 00000 f -0000023197 00000 f -0000023198 00000 f -0000023199 00000 f -0000023200 00000 f -0000023201 00000 f -0000023202 00000 f -0000023203 00000 f -0000023204 00000 f -0000023205 00000 f -0000023206 00000 f -0000023207 00000 f -0000023208 00000 f -0000023209 00000 f -0000023210 00000 f -0000023211 00000 f -0000023212 00000 f -0000023213 00000 f -0000023214 00000 f -0000023215 00000 f -0000023216 00000 f -0000023217 00000 f -0000023218 00000 f -0000023219 00000 f -0000023220 00000 f -0000023221 00000 f -0000023222 00000 f -0000023223 00000 f -0000023224 00000 f -0000023225 00000 f -0000023226 00000 f -0000023227 00000 f -0000023228 00000 f -0000023229 00000 f -0000023230 00000 f -0000023231 00000 f -0000023232 00000 f -0000023233 00000 f -0000023234 00000 f -0000023235 00000 f -0000023236 00000 f -0000023237 00000 f -0000023238 00000 f -0000023239 00000 f -0000023240 00000 f -0000023241 00000 f -0000023242 00000 f -0000023243 00000 f -0000023244 00000 f -0000023245 00000 f -0000023246 00000 f -0000023247 00000 f -0000023248 00000 f -0000023249 00000 f -0000023250 00000 f -0000023251 00000 f -0000023252 00000 f -0000023253 00000 f -0000023254 00000 f -0000023255 00000 f -0000023256 00000 f -0000023257 00000 f -0000023258 00000 f -0000023259 00000 f -0000023260 00000 f -0000023261 00000 f -0000023262 00000 f -0000023263 00000 f -0000023264 00000 f -0000023265 00000 f -0000023266 00000 f -0000023267 00000 f -0000023268 00000 f -0000023269 00000 f -0000023270 00000 f -0000023271 00000 f -0000023272 00000 f -0000023273 00000 f -0000023274 00000 f -0000023275 00000 f -0000023276 00000 f -0000023277 00000 f -0000023278 00000 f -0000023279 00000 f -0000023280 00000 f -0000023281 00000 f -0000023282 00000 f -0000023283 00000 f -0000023284 00000 f -0000023285 00000 f -0000023286 00000 f -0000023287 00000 f -0000023288 00000 f -0000023289 00000 f -0000023290 00000 f -0000023291 00000 f -0000023292 00000 f -0000023293 00000 f -0000023294 00000 f -0000023295 00000 f -0000023296 00000 f -0000023297 00000 f -0000023298 00000 f -0000023299 00000 f -0000023300 00000 f -0000023301 00000 f -0000023302 00000 f -0000023303 00000 f -0000023304 00000 f -0000023305 00000 f -0000023306 00000 f -0000023307 00000 f -0000023308 00000 f -0000023309 00000 f -0000023310 00000 f -0000023311 00000 f -0000023312 00000 f -0000023313 00000 f -0000023314 00000 f -0000023315 00000 f -0000023316 00000 f -0000023317 00000 f -0000023318 00000 f -0000023319 00000 f -0000023320 00000 f -0000023321 00000 f -0000023322 00000 f -0000023323 00000 f -0000023324 00000 f -0000023325 00000 f -0000023326 00000 f -0000023327 00000 f -0000023328 00000 f -0000023329 00000 f -0000023330 00000 f -0000023331 00000 f -0000023332 00000 f -0000023333 00000 f -0000023334 00000 f -0000023335 00000 f -0000023336 00000 f -0000023337 00000 f -0000023338 00000 f -0000023339 00000 f -0000023340 00000 f -0000023341 00000 f -0000023342 00000 f -0000023343 00000 f -0000023344 00000 f -0000023345 00000 f -0000023346 00000 f -0000023347 00000 f -0000023348 00000 f -0000023349 00000 f -0000023350 00000 f -0000023351 00000 f -0000023352 00000 f -0000023353 00000 f -0000023354 00000 f -0000023355 00000 f -0000023356 00000 f -0000023357 00000 f -0000023358 00000 f -0000023359 00000 f -0000023360 00000 f -0000023361 00000 f -0000023362 00000 f -0000023363 00000 f -0000023364 00000 f -0000023365 00000 f -0000023366 00000 f -0000023367 00000 f -0000023368 00000 f -0000023369 00000 f -0000023370 00000 f -0000023371 00000 f -0000023372 00000 f -0000023373 00000 f -0000023374 00000 f -0000023375 00000 f -0000023376 00000 f -0000023377 00000 f -0000023378 00000 f -0000023379 00000 f -0000023380 00000 f -0000023381 00000 f -0000023382 00000 f -0000023383 00000 f -0000023384 00000 f -0000023385 00000 f -0000023386 00000 f -0000023387 00000 f -0000023388 00000 f -0000023389 00000 f -0000023390 00000 f -0000023391 00000 f -0000023392 00000 f -0000023393 00000 f -0000023394 00000 f -0000023395 00000 f -0000023396 00000 f -0000023397 00000 f -0000023398 00000 f -0000023399 00000 f -0000023400 00000 f -0000023401 00000 f -0000023402 00000 f -0000023403 00000 f -0000023404 00000 f -0000023405 00000 f -0000023406 00000 f -0000023407 00000 f -0000023408 00000 f -0000023409 00000 f -0000023410 00000 f -0000023411 00000 f -0000023412 00000 f -0000023413 00000 f -0000023414 00000 f -0000023415 00000 f -0000023416 00000 f -0000023417 00000 f -0000023418 00000 f -0000023419 00000 f -0000023420 00000 f -0000023421 00000 f -0000023422 00000 f -0000023423 00000 f -0000023424 00000 f -0000023425 00000 f -0000023426 00000 f -0000023427 00000 f -0000023428 00000 f -0000023429 00000 f -0000023430 00000 f -0000023431 00000 f -0000023432 00000 f -0000023433 00000 f -0000023434 00000 f -0000023435 00000 f -0000023436 00000 f -0000023437 00000 f -0000023438 00000 f -0000023439 00000 f -0000023440 00000 f -0000023441 00000 f -0000023442 00000 f -0000023443 00000 f -0000023444 00000 f -0000023445 00000 f -0000023446 00000 f -0000023447 00000 f -0000023448 00000 f -0000023449 00000 f -0000023450 00000 f -0000023451 00000 f -0000023452 00000 f -0000023453 00000 f -0000023454 00000 f -0000023455 00000 f -0000023456 00000 f -0000023457 00000 f -0000023458 00000 f -0000023459 00000 f -0000023460 00000 f -0000023461 00000 f -0000023462 00000 f -0000023463 00000 f -0000023464 00000 f -0000023465 00000 f -0000023466 00000 f -0000023467 00000 f -0000023468 00000 f -0000023469 00000 f -0000023470 00000 f -0000023471 00000 f -0000023472 00000 f -0000023473 00000 f -0000023474 00000 f -0000023475 00000 f -0000023476 00000 f -0000023477 00000 f -0000023478 00000 f -0000023479 00000 f -0000023480 00000 f -0000023481 00000 f -0000023482 00000 f -0000023483 00000 f -0000023484 00000 f -0000023485 00000 f -0000023486 00000 f -0000023487 00000 f -0000023488 00000 f -0000023489 00000 f -0000023490 00000 f -0000023491 00000 f -0000023492 00000 f -0000023493 00000 f -0000023494 00000 f -0000023495 00000 f -0000023496 00000 f -0000023497 00000 f -0000023498 00000 f -0000023499 00000 f -0000023500 00000 f -0000023501 00000 f -0000023502 00000 f -0000023503 00000 f -0000023504 00000 f -0000023505 00000 f -0000023506 00000 f -0000023507 00000 f -0000023508 00000 f -0000023509 00000 f -0000023510 00000 f -0000023511 00000 f -0000023512 00000 f -0000023513 00000 f -0000023514 00000 f -0000023515 00000 f -0000023516 00000 f -0000023517 00000 f -0000023518 00000 f -0000023519 00000 f -0000023520 00000 f -0000023521 00000 f -0000023522 00000 f -0000023523 00000 f -0000023524 00000 f -0000023525 00000 f -0000023526 00000 f -0000023527 00000 f -0000023528 00000 f -0000023529 00000 f -0000023530 00000 f -0000023531 00000 f -0000023532 00000 f -0000023533 00000 f -0000023534 00000 f -0000023535 00000 f -0000023536 00000 f -0000023537 00000 f -0000023538 00000 f -0000023539 00000 f -0000023540 00000 f -0000023541 00000 f -0000023542 00000 f -0000023543 00000 f -0000023544 00000 f -0000023545 00000 f -0000023546 00000 f -0000023547 00000 f -0000023548 00000 f -0000023549 00000 f -0000023550 00000 f -0000023551 00000 f -0000023552 00000 f -0000023553 00000 f -0000023554 00000 f -0000023555 00000 f -0000023556 00000 f -0000023557 00000 f -0000023558 00000 f -0000023559 00000 f -0000023560 00000 f -0000023561 00000 f -0000023562 00000 f -0000023563 00000 f -0000023564 00000 f -0000023565 00000 f -0000023566 00000 f -0000023567 00000 f -0000023568 00000 f -0000023569 00000 f -0000023570 00000 f -0000023571 00000 f -0000023572 00000 f -0000023573 00000 f -0000023574 00000 f -0000023575 00000 f -0000023576 00000 f -0000023577 00000 f -0000023578 00000 f -0000023579 00000 f -0000023580 00000 f -0000023581 00000 f -0000023582 00000 f -0000023583 00000 f -0000023584 00000 f -0000023585 00000 f -0000023586 00000 f -0000023587 00000 f -0000023588 00000 f -0000023589 00000 f -0000023590 00000 f -0000023591 00000 f -0000023592 00000 f -0000023593 00000 f -0000023594 00000 f -0000023595 00000 f -0000023596 00000 f -0000023597 00000 f -0000023604 00000 f -0000281534 00000 n -0000281568 00000 n -0000281412 00000 n -0000281446 00000 n -0000281290 00000 n -0000281324 00000 n -0000023605 00000 f -0000023606 00000 f -0000023607 00000 f -0000023608 00000 f -0000023609 00000 f -0000023610 00000 f -0000023611 00000 f -0000023612 00000 f -0000023616 00000 f -0000276739 00000 n -0000276821 00000 n -0000276904 00000 n -0000023617 00000 f -0000023618 00000 f -0000023619 00000 f -0000023620 00000 f -0000023621 00000 f -0000023622 00000 f -0000023623 00000 f -0000023624 00000 f -0000023625 00000 f -0000023626 00000 f -0000023627 00000 f -0000023628 00000 f -0000023629 00000 f -0000023630 00000 f -0000023631 00000 f -0000023632 00000 f -0000023633 00000 f -0000023634 00000 f -0000023635 00000 f -0000023636 00000 f -0000023637 00000 f -0000023638 00000 f -0000023639 00000 f -0000023640 00000 f -0000023641 00000 f -0000023642 00000 f -0000023643 00000 f -0000023644 00000 f -0000023645 00000 f -0000023646 00000 f -0000023647 00000 f -0000023648 00000 f -0000023649 00000 f -0000023650 00000 f -0000023651 00000 f -0000023652 00000 f -0000023653 00000 f -0000023654 00000 f -0000023655 00000 f -0000023656 00000 f -0000023657 00000 f -0000023658 00000 f -0000023659 00000 f -0000023660 00000 f -0000023661 00000 f -0000023662 00000 f -0000023663 00000 f -0000023664 00000 f -0000023665 00000 f -0000023666 00000 f -0000023667 00000 f -0000023668 00000 f -0000023669 00000 f -0000023670 00000 f -0000023671 00000 f -0000023672 00000 f -0000023673 00000 f -0000023674 00000 f -0000023675 00000 f -0000023676 00000 f -0000023677 00000 f -0000023678 00000 f -0000023679 00000 f -0000023680 00000 f -0000023681 00000 f -0000023682 00000 f -0000023683 00000 f -0000023684 00000 f -0000023685 00000 f -0000023686 00000 f -0000023687 00000 f -0000023688 00000 f -0000023689 00000 f -0000023690 00000 f -0000023691 00000 f -0000023692 00000 f -0000023693 00000 f -0000023694 00000 f -0000023695 00000 f -0000023696 00000 f -0000023697 00000 f -0000023698 00000 f -0000023699 00000 f -0000023700 00000 f -0000023701 00000 f -0000023702 00000 f -0000023703 00000 f -0000023704 00000 f -0000023705 00000 f -0000023706 00000 f -0000023707 00000 f -0000023708 00000 f -0000023709 00000 f -0000023710 00000 f -0000023711 00000 f -0000023712 00000 f -0000023713 00000 f -0000023714 00000 f -0000023715 00000 f -0000023716 00000 f -0000023717 00000 f -0000023718 00000 f -0000023719 00000 f -0000023720 00000 f -0000023721 00000 f -0000023722 00000 f -0000023723 00000 f -0000023724 00000 f -0000023725 00000 f -0000023726 00000 f -0000023727 00000 f -0000023728 00000 f -0000023729 00000 f -0000023730 00000 f -0000023731 00000 f -0000023732 00000 f -0000023733 00000 f -0000023734 00000 f -0000023735 00000 f -0000023736 00000 f -0000023737 00000 f -0000023738 00000 f -0000023739 00000 f -0000023740 00000 f -0000023741 00000 f -0000023742 00000 f -0000023743 00000 f -0000023744 00000 f -0000023745 00000 f -0000023746 00000 f -0000023747 00000 f -0000023748 00000 f -0000023749 00000 f -0000023750 00000 f -0000023751 00000 f -0000023752 00000 f -0000023753 00000 f -0000023754 00000 f -0000023755 00000 f -0000023756 00000 f -0000023757 00000 f -0000023758 00000 f -0000023759 00000 f -0000023760 00000 f -0000023761 00000 f -0000023762 00000 f -0000023763 00000 f -0000023764 00000 f -0000023765 00000 f -0000023766 00000 f -0000023767 00000 f -0000023768 00000 f -0000023769 00000 f -0000023770 00000 f -0000023771 00000 f -0000023772 00000 f -0000023773 00000 f -0000023774 00000 f -0000023775 00000 f -0000023776 00000 f -0000023777 00000 f -0000023778 00000 f -0000023779 00000 f -0000023780 00000 f -0000023781 00000 f -0000023782 00000 f -0000023783 00000 f -0000023784 00000 f -0000023785 00000 f -0000023786 00000 f -0000023787 00000 f -0000023788 00000 f -0000023789 00000 f -0000023790 00000 f -0000023791 00000 f -0000023792 00000 f -0000023793 00000 f -0000023794 00000 f -0000023795 00000 f -0000023796 00000 f -0000023797 00000 f -0000023798 00000 f -0000023799 00000 f -0000023800 00000 f -0000023801 00000 f -0000023802 00000 f -0000023803 00000 f -0000023804 00000 f -0000023805 00000 f -0000023806 00000 f -0000023807 00000 f -0000023808 00000 f -0000023809 00000 f -0000023810 00000 f -0000023811 00000 f -0000023812 00000 f -0000023813 00000 f -0000023814 00000 f -0000023815 00000 f -0000023816 00000 f -0000023817 00000 f -0000023818 00000 f -0000023819 00000 f -0000023820 00000 f -0000023821 00000 f -0000023822 00000 f -0000023823 00000 f -0000023824 00000 f -0000023825 00000 f -0000023826 00000 f -0000023827 00000 f -0000023828 00000 f -0000023829 00000 f -0000023830 00000 f -0000023831 00000 f -0000023832 00000 f -0000023833 00000 f -0000023834 00000 f -0000023835 00000 f -0000023836 00000 f -0000023837 00000 f -0000023838 00000 f -0000023839 00000 f -0000023840 00000 f -0000023841 00000 f -0000023842 00000 f -0000023843 00000 f -0000023844 00000 f -0000023845 00000 f -0000023846 00000 f -0000023847 00000 f -0000023848 00000 f -0000023849 00000 f -0000023850 00000 f -0000023851 00000 f -0000023852 00000 f -0000023853 00000 f -0000023854 00000 f -0000023855 00000 f -0000023856 00000 f -0000023857 00000 f -0000023858 00000 f -0000023859 00000 f -0000023860 00000 f -0000023861 00000 f -0000023862 00000 f -0000023863 00000 f -0000023864 00000 f -0000023865 00000 f -0000023866 00000 f -0000023867 00000 f -0000023868 00000 f -0000023869 00000 f -0000023870 00000 f -0000023871 00000 f -0000023872 00000 f -0000023873 00000 f -0000023874 00000 f -0000023875 00000 f -0000023876 00000 f -0000023877 00000 f -0000023878 00000 f -0000023879 00000 f -0000023880 00000 f -0000023881 00000 f -0000023882 00000 f -0000023883 00000 f -0000023884 00000 f -0000023885 00000 f -0000023886 00000 f -0000023887 00000 f -0000023888 00000 f -0000023889 00000 f -0000023890 00000 f -0000023891 00000 f -0000023892 00000 f -0000023893 00000 f -0000023894 00000 f -0000023895 00000 f -0000023896 00000 f -0000023897 00000 f -0000023898 00000 f -0000023899 00000 f -0000023900 00000 f -0000023901 00000 f -0000023902 00000 f -0000023903 00000 f -0000023904 00000 f -0000023905 00000 f -0000023906 00000 f -0000023907 00000 f -0000023908 00000 f -0000023909 00000 f -0000023910 00000 f -0000023911 00000 f -0000023912 00000 f -0000023913 00000 f -0000023914 00000 f -0000023915 00000 f -0000023916 00000 f -0000023917 00000 f -0000023918 00000 f -0000023919 00000 f -0000023920 00000 f -0000023921 00000 f -0000023922 00000 f -0000023923 00000 f -0000023924 00000 f -0000023925 00000 f -0000023926 00000 f -0000023927 00000 f -0000023928 00000 f -0000023929 00000 f -0000023930 00000 f -0000023931 00000 f -0000023932 00000 f -0000023933 00000 f -0000023934 00000 f -0000023935 00000 f -0000023936 00000 f -0000023937 00000 f -0000023938 00000 f -0000023939 00000 f -0000023940 00000 f -0000023941 00000 f -0000023942 00000 f -0000023943 00000 f -0000023944 00000 f -0000023945 00000 f -0000023946 00000 f -0000023947 00000 f -0000023948 00000 f -0000023949 00000 f -0000023950 00000 f -0000023951 00000 f -0000023952 00000 f -0000023953 00000 f -0000023954 00000 f -0000023955 00000 f -0000023956 00000 f -0000023957 00000 f -0000023958 00000 f -0000023959 00000 f -0000023960 00000 f -0000023961 00000 f -0000023962 00000 f -0000023963 00000 f -0000023964 00000 f -0000023965 00000 f -0000023966 00000 f -0000023967 00000 f -0000023968 00000 f -0000023969 00000 f -0000023970 00000 f -0000023971 00000 f -0000023972 00000 f -0000023973 00000 f -0000023974 00000 f -0000023975 00000 f -0000023976 00000 f -0000023977 00000 f -0000023978 00000 f -0000023979 00000 f -0000023980 00000 f -0000023981 00000 f -0000023982 00000 f -0000023983 00000 f -0000023984 00000 f -0000023985 00000 f -0000023986 00000 f -0000023987 00000 f -0000023988 00000 f -0000023989 00000 f -0000023990 00000 f -0000023991 00000 f -0000023992 00000 f -0000023993 00000 f -0000023994 00000 f -0000023995 00000 f -0000023996 00000 f -0000023997 00000 f -0000023998 00000 f -0000023999 00000 f -0000024000 00000 f -0000024001 00000 f -0000024002 00000 f -0000024003 00000 f -0000024004 00000 f -0000024005 00000 f -0000024006 00000 f -0000024007 00000 f -0000024008 00000 f -0000024009 00000 f -0000024010 00000 f -0000024011 00000 f -0000024012 00000 f -0000024013 00000 f -0000024014 00000 f -0000024015 00000 f -0000024016 00000 f -0000024017 00000 f -0000024018 00000 f -0000024019 00000 f -0000024020 00000 f -0000024021 00000 f -0000024022 00000 f -0000024023 00000 f -0000024024 00000 f -0000024025 00000 f -0000024026 00000 f -0000024027 00000 f -0000024028 00000 f -0000024029 00000 f -0000024030 00000 f -0000024031 00000 f -0000024032 00000 f -0000024033 00000 f -0000024034 00000 f -0000024035 00000 f -0000024036 00000 f -0000024037 00000 f -0000024038 00000 f -0000024039 00000 f -0000024040 00000 f -0000024041 00000 f -0000024042 00000 f -0000024043 00000 f -0000024044 00000 f -0000024045 00000 f -0000024046 00000 f -0000024047 00000 f -0000024048 00000 f -0000024049 00000 f -0000024050 00000 f -0000024051 00000 f -0000024052 00000 f -0000024053 00000 f -0000024054 00000 f -0000024055 00000 f -0000024056 00000 f -0000024057 00000 f -0000024058 00000 f -0000024059 00000 f -0000024060 00000 f -0000024061 00000 f -0000024062 00000 f -0000024063 00000 f -0000024064 00000 f -0000024065 00000 f -0000024066 00000 f -0000024067 00000 f -0000024068 00000 f -0000024069 00000 f -0000024070 00000 f -0000024071 00000 f -0000024072 00000 f -0000024073 00000 f -0000024074 00000 f -0000024075 00000 f -0000024076 00000 f -0000024077 00000 f -0000024078 00000 f -0000024079 00000 f -0000024080 00000 f -0000024081 00000 f -0000024082 00000 f -0000024083 00000 f -0000024084 00000 f -0000024085 00000 f -0000024086 00000 f -0000024087 00000 f -0000024088 00000 f -0000024089 00000 f -0000024090 00000 f -0000024091 00000 f -0000024092 00000 f -0000024093 00000 f -0000024094 00000 f -0000024095 00000 f -0000024096 00000 f -0000024097 00000 f -0000024098 00000 f -0000024099 00000 f -0000024100 00000 f -0000024101 00000 f -0000024102 00000 f -0000024103 00000 f -0000024104 00000 f -0000024105 00000 f -0000024106 00000 f -0000024107 00000 f -0000024108 00000 f -0000024109 00000 f -0000024110 00000 f -0000024111 00000 f -0000024112 00000 f -0000024113 00000 f -0000024114 00000 f -0000024115 00000 f -0000024116 00000 f -0000024117 00000 f -0000024118 00000 f -0000024119 00000 f -0000024120 00000 f -0000024121 00000 f -0000024122 00000 f -0000024123 00000 f -0000024124 00000 f -0000024125 00000 f -0000024126 00000 f -0000024127 00000 f -0000024128 00000 f -0000024129 00000 f -0000024130 00000 f -0000024131 00000 f -0000024132 00000 f -0000024133 00000 f -0000024134 00000 f -0000024135 00000 f -0000024136 00000 f -0000024137 00000 f -0000024138 00000 f -0000024139 00000 f -0000024140 00000 f -0000024141 00000 f -0000024142 00000 f -0000024143 00000 f -0000024144 00000 f -0000024145 00000 f -0000024152 00000 f -0000281168 00000 n -0000281202 00000 n -0000281046 00000 n -0000281080 00000 n -0000280924 00000 n -0000280958 00000 n -0000024153 00000 f -0000024154 00000 f -0000024155 00000 f -0000024156 00000 f -0000024157 00000 f -0000024158 00000 f -0000024159 00000 f -0000024161 00000 f -0000276991 00000 n -0000024162 00000 f -0000024163 00000 f -0000024164 00000 f -0000024165 00000 f -0000024166 00000 f -0000024167 00000 f -0000024170 00000 f -0000280802 00000 n -0000280836 00000 n -0000024171 00000 f -0000024172 00000 f -0000024173 00000 f -0000024174 00000 f -0000024175 00000 f -0000024176 00000 f -0000024180 00000 f -0000277074 00000 n -0000277156 00000 n -0000277239 00000 n -0000024181 00000 f -0000024182 00000 f -0000024183 00000 f -0000024184 00000 f -0000024185 00000 f -0000024186 00000 f -0000024187 00000 f -0000024188 00000 f -0000024189 00000 f -0000024190 00000 f -0000024191 00000 f -0000024192 00000 f -0000024193 00000 f -0000024194 00000 f -0000024195 00000 f -0000024196 00000 f -0000024197 00000 f -0000024198 00000 f -0000024199 00000 f -0000024200 00000 f -0000024201 00000 f -0000024202 00000 f -0000024203 00000 f -0000024204 00000 f -0000024205 00000 f -0000024206 00000 f -0000024207 00000 f -0000024208 00000 f -0000024209 00000 f -0000024210 00000 f -0000024211 00000 f -0000024212 00000 f -0000024213 00000 f -0000024214 00000 f -0000024215 00000 f -0000024216 00000 f -0000024217 00000 f -0000024218 00000 f -0000024219 00000 f -0000024220 00000 f -0000024221 00000 f -0000024222 00000 f -0000024223 00000 f -0000024224 00000 f -0000024225 00000 f -0000024226 00000 f -0000024227 00000 f -0000024228 00000 f -0000024229 00000 f -0000024230 00000 f -0000024231 00000 f -0000024232 00000 f -0000024233 00000 f -0000024234 00000 f -0000024235 00000 f -0000024236 00000 f -0000024237 00000 f -0000024238 00000 f -0000024239 00000 f -0000024240 00000 f -0000024241 00000 f -0000024242 00000 f -0000024243 00000 f -0000024244 00000 f -0000024245 00000 f -0000024246 00000 f -0000024247 00000 f -0000024248 00000 f -0000024249 00000 f -0000024250 00000 f -0000024251 00000 f -0000024252 00000 f -0000024253 00000 f -0000024254 00000 f -0000024255 00000 f -0000024256 00000 f -0000024257 00000 f -0000024258 00000 f -0000024259 00000 f -0000024260 00000 f -0000024261 00000 f -0000024262 00000 f -0000024263 00000 f -0000024264 00000 f -0000024265 00000 f -0000024266 00000 f -0000024267 00000 f -0000024268 00000 f -0000024269 00000 f -0000024270 00000 f -0000024271 00000 f -0000024272 00000 f -0000024273 00000 f -0000024274 00000 f -0000024275 00000 f -0000024276 00000 f -0000024277 00000 f -0000024278 00000 f -0000024279 00000 f -0000024280 00000 f -0000024281 00000 f -0000024282 00000 f -0000024283 00000 f -0000024284 00000 f -0000024285 00000 f -0000024286 00000 f -0000024287 00000 f -0000024288 00000 f -0000024289 00000 f -0000024290 00000 f -0000024291 00000 f -0000024292 00000 f -0000024293 00000 f -0000024294 00000 f -0000024295 00000 f -0000024296 00000 f -0000024297 00000 f -0000024298 00000 f -0000024299 00000 f -0000024300 00000 f -0000024301 00000 f -0000024302 00000 f -0000024303 00000 f -0000024304 00000 f -0000024305 00000 f -0000024306 00000 f -0000024307 00000 f -0000024308 00000 f -0000024309 00000 f -0000024310 00000 f -0000024311 00000 f -0000024312 00000 f -0000024313 00000 f -0000024314 00000 f -0000024315 00000 f -0000024316 00000 f -0000024317 00000 f -0000024318 00000 f -0000024319 00000 f -0000024320 00000 f -0000024321 00000 f -0000024322 00000 f -0000024323 00000 f -0000024324 00000 f -0000024325 00000 f -0000024326 00000 f -0000024327 00000 f -0000024328 00000 f -0000024329 00000 f -0000024330 00000 f -0000024331 00000 f -0000024332 00000 f -0000024333 00000 f -0000024334 00000 f -0000024335 00000 f -0000024336 00000 f -0000024337 00000 f -0000024338 00000 f -0000024339 00000 f -0000024340 00000 f -0000024341 00000 f -0000024342 00000 f -0000024343 00000 f -0000024344 00000 f -0000024345 00000 f -0000024346 00000 f -0000024347 00000 f -0000024348 00000 f -0000024349 00000 f -0000024350 00000 f -0000024351 00000 f -0000024352 00000 f -0000024353 00000 f -0000024354 00000 f -0000024355 00000 f -0000024356 00000 f -0000024357 00000 f -0000024358 00000 f -0000024359 00000 f -0000024360 00000 f -0000024361 00000 f -0000024362 00000 f -0000024363 00000 f -0000024364 00000 f -0000024365 00000 f -0000024366 00000 f -0000024367 00000 f -0000024368 00000 f -0000024369 00000 f -0000024370 00000 f -0000024371 00000 f -0000024372 00000 f -0000024373 00000 f -0000024374 00000 f -0000024375 00000 f -0000024376 00000 f -0000024377 00000 f -0000024378 00000 f -0000024379 00000 f -0000024380 00000 f -0000024381 00000 f -0000024382 00000 f -0000024383 00000 f -0000024384 00000 f -0000024385 00000 f -0000024386 00000 f -0000024387 00000 f -0000024388 00000 f -0000024389 00000 f -0000024390 00000 f -0000024391 00000 f -0000024392 00000 f -0000024393 00000 f -0000024394 00000 f -0000024395 00000 f -0000024396 00000 f -0000024397 00000 f -0000024398 00000 f -0000024399 00000 f -0000024400 00000 f -0000024401 00000 f -0000024402 00000 f -0000024403 00000 f -0000024404 00000 f -0000024405 00000 f -0000024406 00000 f -0000024407 00000 f -0000024408 00000 f -0000024409 00000 f -0000024410 00000 f -0000024411 00000 f -0000024412 00000 f -0000024413 00000 f -0000024414 00000 f -0000024415 00000 f -0000024416 00000 f -0000024417 00000 f -0000024418 00000 f -0000024419 00000 f -0000024420 00000 f -0000024421 00000 f -0000024422 00000 f -0000024423 00000 f -0000024424 00000 f -0000024425 00000 f -0000024426 00000 f -0000024427 00000 f -0000024428 00000 f -0000024429 00000 f -0000024430 00000 f -0000024431 00000 f -0000024432 00000 f -0000024433 00000 f -0000024434 00000 f -0000024435 00000 f -0000024436 00000 f -0000024437 00000 f -0000024438 00000 f -0000024439 00000 f -0000024440 00000 f -0000024441 00000 f -0000024442 00000 f -0000024443 00000 f -0000024444 00000 f -0000024445 00000 f -0000024446 00000 f -0000024447 00000 f -0000024448 00000 f -0000024449 00000 f -0000024450 00000 f -0000024451 00000 f -0000024452 00000 f -0000024453 00000 f -0000024454 00000 f -0000024455 00000 f -0000024456 00000 f -0000024457 00000 f -0000024458 00000 f -0000024459 00000 f -0000024460 00000 f -0000024461 00000 f -0000024462 00000 f -0000024463 00000 f -0000024464 00000 f -0000024465 00000 f -0000024466 00000 f -0000024467 00000 f -0000024468 00000 f -0000024469 00000 f -0000024470 00000 f -0000024471 00000 f -0000024472 00000 f -0000024473 00000 f -0000024474 00000 f -0000024475 00000 f -0000024476 00000 f -0000024477 00000 f -0000024478 00000 f -0000024479 00000 f -0000024480 00000 f -0000024481 00000 f -0000024482 00000 f -0000024483 00000 f -0000024484 00000 f -0000024485 00000 f -0000024486 00000 f -0000024487 00000 f -0000024488 00000 f -0000024489 00000 f -0000024490 00000 f -0000024491 00000 f -0000024492 00000 f -0000024493 00000 f -0000024494 00000 f -0000024495 00000 f -0000024496 00000 f -0000024497 00000 f -0000024498 00000 f -0000024499 00000 f -0000024500 00000 f -0000024501 00000 f -0000024502 00000 f -0000024503 00000 f -0000024504 00000 f -0000024505 00000 f -0000024506 00000 f -0000024507 00000 f -0000024508 00000 f -0000024509 00000 f -0000024510 00000 f -0000024511 00000 f -0000024512 00000 f -0000024513 00000 f -0000024514 00000 f -0000024515 00000 f -0000024516 00000 f -0000024517 00000 f -0000024518 00000 f -0000024519 00000 f -0000024520 00000 f -0000024521 00000 f -0000024522 00000 f -0000024523 00000 f -0000024524 00000 f -0000024525 00000 f -0000024526 00000 f -0000024527 00000 f -0000024528 00000 f -0000024529 00000 f -0000024530 00000 f -0000024531 00000 f -0000024532 00000 f -0000024533 00000 f -0000024534 00000 f -0000024535 00000 f -0000024536 00000 f -0000024537 00000 f -0000024538 00000 f -0000024539 00000 f -0000024540 00000 f -0000024541 00000 f -0000024542 00000 f -0000024543 00000 f -0000024544 00000 f -0000024545 00000 f -0000024546 00000 f -0000024547 00000 f -0000024548 00000 f -0000024549 00000 f -0000024550 00000 f -0000024551 00000 f -0000024552 00000 f -0000024553 00000 f -0000024554 00000 f -0000024555 00000 f -0000024556 00000 f -0000024557 00000 f -0000024558 00000 f -0000024559 00000 f -0000024560 00000 f -0000024561 00000 f -0000024562 00000 f -0000024563 00000 f -0000024564 00000 f -0000024565 00000 f -0000024566 00000 f -0000024567 00000 f -0000024568 00000 f -0000024569 00000 f -0000024570 00000 f -0000024571 00000 f -0000024572 00000 f -0000024573 00000 f -0000024574 00000 f -0000024575 00000 f -0000024576 00000 f -0000024577 00000 f -0000024578 00000 f -0000024579 00000 f -0000024580 00000 f -0000024581 00000 f -0000024582 00000 f -0000024583 00000 f -0000024584 00000 f -0000024585 00000 f -0000024586 00000 f -0000024587 00000 f -0000024588 00000 f -0000024589 00000 f -0000024590 00000 f -0000024591 00000 f -0000024592 00000 f -0000024593 00000 f -0000024594 00000 f -0000024595 00000 f -0000024596 00000 f -0000024597 00000 f -0000024598 00000 f -0000024599 00000 f -0000024600 00000 f -0000024601 00000 f -0000024602 00000 f -0000024603 00000 f -0000024604 00000 f -0000024605 00000 f -0000024606 00000 f -0000024607 00000 f -0000024608 00000 f -0000024609 00000 f -0000024610 00000 f -0000024611 00000 f -0000024612 00000 f -0000024613 00000 f -0000024614 00000 f -0000024615 00000 f -0000024616 00000 f -0000024617 00000 f -0000024618 00000 f -0000024619 00000 f -0000024620 00000 f -0000024621 00000 f -0000024622 00000 f -0000024623 00000 f -0000024624 00000 f -0000024625 00000 f -0000024626 00000 f -0000024627 00000 f -0000024628 00000 f -0000024629 00000 f -0000024630 00000 f -0000024631 00000 f -0000024632 00000 f -0000024633 00000 f -0000024634 00000 f -0000024635 00000 f -0000024636 00000 f -0000024637 00000 f -0000024638 00000 f -0000024639 00000 f -0000024640 00000 f -0000024641 00000 f -0000024642 00000 f -0000024643 00000 f -0000024644 00000 f -0000024645 00000 f -0000024646 00000 f -0000024647 00000 f -0000024648 00000 f -0000024649 00000 f -0000024650 00000 f -0000024651 00000 f -0000024652 00000 f -0000024653 00000 f -0000024654 00000 f -0000024655 00000 f -0000024656 00000 f -0000024657 00000 f -0000024658 00000 f -0000024659 00000 f -0000024660 00000 f -0000024661 00000 f -0000024662 00000 f -0000024663 00000 f -0000024664 00000 f -0000024665 00000 f -0000024666 00000 f -0000024667 00000 f -0000024668 00000 f -0000024669 00000 f -0000024670 00000 f -0000024671 00000 f -0000024672 00000 f -0000024673 00000 f -0000024674 00000 f -0000024675 00000 f -0000024676 00000 f -0000024677 00000 f -0000024678 00000 f -0000024679 00000 f -0000024680 00000 f -0000024681 00000 f -0000024682 00000 f -0000024683 00000 f -0000024684 00000 f -0000024685 00000 f -0000024686 00000 f -0000024687 00000 f -0000024688 00000 f -0000024689 00000 f -0000024690 00000 f -0000024691 00000 f -0000024692 00000 f -0000024693 00000 f -0000024694 00000 f -0000024695 00000 f -0000024696 00000 f -0000024697 00000 f -0000024698 00000 f -0000024699 00000 f -0000024700 00000 f -0000024701 00000 f -0000024702 00000 f -0000024703 00000 f -0000024704 00000 f -0000024705 00000 f -0000024706 00000 f -0000024707 00000 f -0000024708 00000 f -0000024709 00000 f -0000024716 00000 f -0000280680 00000 n -0000280714 00000 n -0000280558 00000 n -0000280592 00000 n -0000280436 00000 n -0000280470 00000 n -0000024717 00000 f -0000024718 00000 f -0000024719 00000 f -0000024720 00000 f -0000024721 00000 f -0000024722 00000 f -0000024723 00000 f -0000024724 00000 f -0000024728 00000 f -0000277326 00000 n -0000277408 00000 n -0000277491 00000 n -0000024729 00000 f -0000024730 00000 f -0000024731 00000 f -0000024732 00000 f -0000024733 00000 f -0000024734 00000 f -0000024735 00000 f -0000024736 00000 f -0000024737 00000 f -0000024738 00000 f -0000024739 00000 f -0000024740 00000 f -0000024741 00000 f -0000024742 00000 f -0000024743 00000 f -0000024744 00000 f -0000024745 00000 f -0000024746 00000 f -0000024747 00000 f -0000024748 00000 f -0000024749 00000 f -0000024750 00000 f -0000024751 00000 f -0000024752 00000 f -0000024753 00000 f -0000024754 00000 f -0000024755 00000 f -0000024756 00000 f -0000024757 00000 f -0000024758 00000 f -0000024759 00000 f -0000024760 00000 f -0000024761 00000 f -0000024762 00000 f -0000024763 00000 f -0000024764 00000 f -0000024765 00000 f -0000024766 00000 f -0000024767 00000 f -0000024768 00000 f -0000024769 00000 f -0000024770 00000 f -0000024771 00000 f -0000024772 00000 f -0000024773 00000 f -0000024774 00000 f -0000024775 00000 f -0000024776 00000 f -0000024777 00000 f -0000024778 00000 f -0000024779 00000 f -0000024780 00000 f -0000024781 00000 f -0000024782 00000 f -0000024783 00000 f -0000024784 00000 f -0000024785 00000 f -0000024786 00000 f -0000024787 00000 f -0000024788 00000 f -0000024789 00000 f -0000024790 00000 f -0000024791 00000 f -0000024792 00000 f -0000024793 00000 f -0000024794 00000 f -0000024795 00000 f -0000024796 00000 f -0000024797 00000 f -0000024798 00000 f -0000024799 00000 f -0000024800 00000 f -0000024801 00000 f -0000024802 00000 f -0000024803 00000 f -0000024804 00000 f -0000024805 00000 f -0000024806 00000 f -0000024807 00000 f -0000024808 00000 f -0000024809 00000 f -0000024810 00000 f -0000024811 00000 f -0000024812 00000 f -0000024813 00000 f -0000024814 00000 f -0000024815 00000 f -0000024816 00000 f -0000024817 00000 f -0000024818 00000 f -0000024819 00000 f -0000024820 00000 f -0000024821 00000 f -0000024822 00000 f -0000024823 00000 f -0000024824 00000 f -0000024825 00000 f -0000024826 00000 f -0000024827 00000 f -0000024828 00000 f -0000024829 00000 f -0000024830 00000 f -0000024831 00000 f -0000024832 00000 f -0000024833 00000 f -0000024834 00000 f -0000024835 00000 f -0000024836 00000 f -0000024837 00000 f -0000024838 00000 f -0000024839 00000 f -0000024840 00000 f -0000024841 00000 f -0000024842 00000 f -0000024843 00000 f -0000024844 00000 f -0000024845 00000 f -0000024846 00000 f -0000024847 00000 f -0000024848 00000 f -0000024849 00000 f -0000024850 00000 f -0000024851 00000 f -0000024852 00000 f -0000024853 00000 f -0000024854 00000 f -0000024855 00000 f -0000024856 00000 f -0000024857 00000 f -0000024858 00000 f -0000024859 00000 f -0000024860 00000 f -0000024861 00000 f -0000024862 00000 f -0000024863 00000 f -0000024864 00000 f -0000024865 00000 f -0000024866 00000 f -0000024867 00000 f -0000024868 00000 f -0000024869 00000 f -0000024870 00000 f -0000024871 00000 f -0000024872 00000 f -0000024873 00000 f -0000024874 00000 f -0000024875 00000 f -0000024876 00000 f -0000024877 00000 f -0000024878 00000 f -0000024879 00000 f -0000024880 00000 f -0000024881 00000 f -0000024882 00000 f -0000024883 00000 f -0000024884 00000 f -0000024885 00000 f -0000024886 00000 f -0000024887 00000 f -0000024888 00000 f -0000024889 00000 f -0000024890 00000 f -0000024891 00000 f -0000024892 00000 f -0000024893 00000 f -0000024894 00000 f -0000024895 00000 f -0000024896 00000 f -0000024897 00000 f -0000024898 00000 f -0000024899 00000 f -0000024900 00000 f -0000024901 00000 f -0000024902 00000 f -0000024903 00000 f -0000024904 00000 f -0000024905 00000 f -0000024906 00000 f -0000024907 00000 f -0000024908 00000 f -0000024909 00000 f -0000024910 00000 f -0000024911 00000 f -0000024912 00000 f -0000024913 00000 f -0000024914 00000 f -0000024915 00000 f -0000024916 00000 f -0000024917 00000 f -0000024918 00000 f -0000024919 00000 f -0000024920 00000 f -0000024921 00000 f -0000024922 00000 f -0000024923 00000 f -0000024924 00000 f -0000024925 00000 f -0000024926 00000 f -0000024927 00000 f -0000024928 00000 f -0000024929 00000 f -0000024930 00000 f -0000024931 00000 f -0000024932 00000 f -0000024933 00000 f -0000024934 00000 f -0000024935 00000 f -0000024936 00000 f -0000024937 00000 f -0000024938 00000 f -0000024939 00000 f -0000024940 00000 f -0000024941 00000 f -0000024942 00000 f -0000024943 00000 f -0000024944 00000 f -0000024945 00000 f -0000024946 00000 f -0000024947 00000 f -0000024948 00000 f -0000024949 00000 f -0000024950 00000 f -0000024951 00000 f -0000024952 00000 f -0000024953 00000 f -0000024954 00000 f -0000024955 00000 f -0000024956 00000 f -0000024957 00000 f -0000024958 00000 f -0000024959 00000 f -0000024960 00000 f -0000024961 00000 f -0000024962 00000 f -0000024963 00000 f -0000024964 00000 f -0000024965 00000 f -0000024966 00000 f -0000024967 00000 f -0000024968 00000 f -0000024969 00000 f -0000024970 00000 f -0000024971 00000 f -0000024972 00000 f -0000024973 00000 f -0000024974 00000 f -0000024975 00000 f -0000024976 00000 f -0000024977 00000 f -0000024978 00000 f -0000024979 00000 f -0000024980 00000 f -0000024981 00000 f -0000024982 00000 f -0000024983 00000 f -0000024984 00000 f -0000024985 00000 f -0000024986 00000 f -0000024987 00000 f -0000024988 00000 f -0000024989 00000 f -0000024990 00000 f -0000024991 00000 f -0000024992 00000 f -0000024993 00000 f -0000024994 00000 f -0000024995 00000 f -0000024996 00000 f -0000024997 00000 f -0000024998 00000 f -0000024999 00000 f -0000025000 00000 f -0000025001 00000 f -0000025002 00000 f -0000025003 00000 f -0000025004 00000 f -0000025005 00000 f -0000025006 00000 f -0000025007 00000 f -0000025008 00000 f -0000025009 00000 f -0000025010 00000 f -0000025011 00000 f -0000025012 00000 f -0000025013 00000 f -0000025014 00000 f -0000025015 00000 f -0000025016 00000 f -0000025017 00000 f -0000025018 00000 f -0000025019 00000 f -0000025020 00000 f -0000025021 00000 f -0000025022 00000 f -0000025023 00000 f -0000025024 00000 f -0000025025 00000 f -0000025026 00000 f -0000025027 00000 f -0000025028 00000 f -0000025029 00000 f -0000025030 00000 f -0000025031 00000 f -0000025032 00000 f -0000025033 00000 f -0000025034 00000 f -0000025035 00000 f -0000025036 00000 f -0000025037 00000 f -0000025038 00000 f -0000025039 00000 f -0000025040 00000 f -0000025041 00000 f -0000025042 00000 f -0000025043 00000 f -0000025044 00000 f -0000025045 00000 f -0000025046 00000 f -0000025047 00000 f -0000025048 00000 f -0000025049 00000 f -0000025050 00000 f -0000025051 00000 f -0000025052 00000 f -0000025053 00000 f -0000025054 00000 f -0000025055 00000 f -0000025056 00000 f -0000025057 00000 f -0000025058 00000 f -0000025059 00000 f -0000025060 00000 f -0000025061 00000 f -0000025062 00000 f -0000025063 00000 f -0000025064 00000 f -0000025065 00000 f -0000025066 00000 f -0000025067 00000 f -0000025068 00000 f -0000025069 00000 f -0000025070 00000 f -0000025071 00000 f -0000025072 00000 f -0000025073 00000 f -0000025074 00000 f -0000025075 00000 f -0000025076 00000 f -0000025077 00000 f -0000025078 00000 f -0000025079 00000 f -0000025080 00000 f -0000025081 00000 f -0000025082 00000 f -0000025083 00000 f -0000025084 00000 f -0000025085 00000 f -0000025086 00000 f -0000025087 00000 f -0000025088 00000 f -0000025089 00000 f -0000025090 00000 f -0000025091 00000 f -0000025092 00000 f -0000025093 00000 f -0000025094 00000 f -0000025095 00000 f -0000025096 00000 f -0000025097 00000 f -0000025098 00000 f -0000025099 00000 f -0000025100 00000 f -0000025101 00000 f -0000025102 00000 f -0000025103 00000 f -0000025104 00000 f -0000025105 00000 f -0000025106 00000 f -0000025107 00000 f -0000025108 00000 f -0000025109 00000 f -0000025110 00000 f -0000025111 00000 f -0000025112 00000 f -0000025113 00000 f -0000025114 00000 f -0000025115 00000 f -0000025116 00000 f -0000025117 00000 f -0000025118 00000 f -0000025119 00000 f -0000025120 00000 f -0000025121 00000 f -0000025122 00000 f -0000025123 00000 f -0000025124 00000 f -0000025125 00000 f -0000025126 00000 f -0000025127 00000 f -0000025128 00000 f -0000025129 00000 f -0000025130 00000 f -0000025131 00000 f -0000025132 00000 f -0000025133 00000 f -0000025134 00000 f -0000025135 00000 f -0000025136 00000 f -0000025137 00000 f -0000025138 00000 f -0000025139 00000 f -0000025140 00000 f -0000025141 00000 f -0000025142 00000 f -0000025143 00000 f -0000025144 00000 f -0000025145 00000 f -0000025146 00000 f -0000025147 00000 f -0000025148 00000 f -0000025149 00000 f -0000025150 00000 f -0000025151 00000 f -0000025152 00000 f -0000025153 00000 f -0000025154 00000 f -0000025155 00000 f -0000025156 00000 f -0000025157 00000 f -0000025158 00000 f -0000025159 00000 f -0000025160 00000 f -0000025161 00000 f -0000025162 00000 f -0000025163 00000 f -0000025164 00000 f -0000025165 00000 f -0000025166 00000 f -0000025167 00000 f -0000025168 00000 f -0000025169 00000 f -0000025170 00000 f -0000025171 00000 f -0000025172 00000 f -0000025173 00000 f -0000025174 00000 f -0000025175 00000 f -0000025176 00000 f -0000025177 00000 f -0000025178 00000 f -0000025179 00000 f -0000025180 00000 f -0000025181 00000 f -0000025182 00000 f -0000025183 00000 f -0000025184 00000 f -0000025185 00000 f -0000025186 00000 f -0000025187 00000 f -0000025188 00000 f -0000025189 00000 f -0000025190 00000 f -0000025191 00000 f -0000025192 00000 f -0000025193 00000 f -0000025194 00000 f -0000025195 00000 f -0000025196 00000 f -0000025197 00000 f -0000025198 00000 f -0000025199 00000 f -0000025200 00000 f -0000025201 00000 f -0000025202 00000 f -0000025203 00000 f -0000025204 00000 f -0000025205 00000 f -0000025206 00000 f -0000025207 00000 f -0000025208 00000 f -0000025209 00000 f -0000025210 00000 f -0000025211 00000 f -0000025212 00000 f -0000025213 00000 f -0000025214 00000 f -0000025215 00000 f -0000025216 00000 f -0000025217 00000 f -0000025218 00000 f -0000025219 00000 f -0000025220 00000 f -0000025221 00000 f -0000025222 00000 f -0000025223 00000 f -0000025224 00000 f -0000025225 00000 f -0000025226 00000 f -0000025227 00000 f -0000025228 00000 f -0000025229 00000 f -0000025230 00000 f -0000025231 00000 f -0000025232 00000 f -0000025233 00000 f -0000025234 00000 f -0000025235 00000 f -0000025236 00000 f -0000025237 00000 f -0000025238 00000 f -0000025239 00000 f -0000025240 00000 f -0000025241 00000 f -0000025242 00000 f -0000025243 00000 f -0000025244 00000 f -0000025245 00000 f -0000025246 00000 f -0000025247 00000 f -0000025248 00000 f -0000025249 00000 f -0000025250 00000 f -0000025251 00000 f -0000025252 00000 f -0000025253 00000 f -0000025254 00000 f -0000025255 00000 f -0000025256 00000 f -0000025257 00000 f -0000025264 00000 f -0000280314 00000 n -0000280348 00000 n -0000280192 00000 n -0000280226 00000 n -0000280070 00000 n -0000280104 00000 n -0000025265 00000 f -0000025266 00000 f -0000025267 00000 f -0000025268 00000 f -0000025269 00000 f -0000025270 00000 f -0000025271 00000 f -0000025272 00000 f -0000025276 00000 f -0000277578 00000 n -0000277660 00000 n -0000277743 00000 n -0000025277 00000 f -0000025278 00000 f -0000025279 00000 f -0000025280 00000 f -0000025281 00000 f -0000025282 00000 f -0000025283 00000 f -0000025284 00000 f -0000025285 00000 f -0000025286 00000 f -0000025287 00000 f -0000025288 00000 f -0000025289 00000 f -0000025290 00000 f -0000025291 00000 f -0000025292 00000 f -0000025293 00000 f -0000025294 00000 f -0000025295 00000 f -0000025296 00000 f -0000025297 00000 f -0000025298 00000 f -0000025299 00000 f -0000025300 00000 f -0000025301 00000 f -0000025302 00000 f -0000025303 00000 f -0000025304 00000 f -0000025305 00000 f -0000025306 00000 f -0000025307 00000 f -0000025308 00000 f -0000025309 00000 f -0000025310 00000 f -0000025311 00000 f -0000025312 00000 f -0000025313 00000 f -0000025314 00000 f -0000025315 00000 f -0000025316 00000 f -0000025317 00000 f -0000025318 00000 f -0000025319 00000 f -0000025320 00000 f -0000025321 00000 f -0000025322 00000 f -0000025323 00000 f -0000025324 00000 f -0000025325 00000 f -0000025326 00000 f -0000025327 00000 f -0000025328 00000 f -0000025329 00000 f -0000025330 00000 f -0000025331 00000 f -0000025332 00000 f -0000025333 00000 f -0000025334 00000 f -0000025335 00000 f -0000025336 00000 f -0000025337 00000 f -0000025338 00000 f -0000025339 00000 f -0000025340 00000 f -0000025341 00000 f -0000025342 00000 f -0000025343 00000 f -0000025344 00000 f -0000025345 00000 f -0000025346 00000 f -0000025347 00000 f -0000025348 00000 f -0000025349 00000 f -0000025350 00000 f -0000025351 00000 f -0000025352 00000 f -0000025353 00000 f -0000025354 00000 f -0000025355 00000 f -0000025356 00000 f -0000025357 00000 f -0000025358 00000 f -0000025359 00000 f -0000025360 00000 f -0000025361 00000 f -0000025362 00000 f -0000025363 00000 f -0000025364 00000 f -0000025365 00000 f -0000025366 00000 f -0000025367 00000 f -0000025368 00000 f -0000025369 00000 f -0000025370 00000 f -0000025371 00000 f -0000025372 00000 f -0000025373 00000 f -0000025374 00000 f -0000025375 00000 f -0000025376 00000 f -0000025377 00000 f -0000025378 00000 f -0000025379 00000 f -0000025380 00000 f -0000025381 00000 f -0000025382 00000 f -0000025383 00000 f -0000025384 00000 f -0000025385 00000 f -0000025386 00000 f -0000025387 00000 f -0000025388 00000 f -0000025389 00000 f -0000025390 00000 f -0000025391 00000 f -0000025392 00000 f -0000025393 00000 f -0000025394 00000 f -0000025395 00000 f -0000025396 00000 f -0000025397 00000 f -0000025398 00000 f -0000025399 00000 f -0000025400 00000 f -0000025401 00000 f -0000025402 00000 f -0000025403 00000 f -0000025404 00000 f -0000025405 00000 f -0000025406 00000 f -0000025407 00000 f -0000025408 00000 f -0000025409 00000 f -0000025410 00000 f -0000025411 00000 f -0000025412 00000 f -0000025413 00000 f -0000025414 00000 f -0000025415 00000 f -0000025416 00000 f -0000025417 00000 f -0000025418 00000 f -0000025419 00000 f -0000025420 00000 f -0000025421 00000 f -0000025422 00000 f -0000025423 00000 f -0000025424 00000 f -0000025425 00000 f -0000025426 00000 f -0000025427 00000 f -0000025428 00000 f -0000025429 00000 f -0000025430 00000 f -0000025431 00000 f -0000025432 00000 f -0000025433 00000 f -0000025434 00000 f -0000025435 00000 f -0000025436 00000 f -0000025437 00000 f -0000025438 00000 f -0000025439 00000 f -0000025440 00000 f -0000025441 00000 f -0000025442 00000 f -0000025443 00000 f -0000025444 00000 f -0000025445 00000 f -0000025446 00000 f -0000025447 00000 f -0000025448 00000 f -0000025449 00000 f -0000025450 00000 f -0000025451 00000 f -0000025452 00000 f -0000025453 00000 f -0000025454 00000 f -0000025455 00000 f -0000025456 00000 f -0000025457 00000 f -0000025458 00000 f -0000025459 00000 f -0000025460 00000 f -0000025461 00000 f -0000025462 00000 f -0000025463 00000 f -0000025464 00000 f -0000025465 00000 f -0000025466 00000 f -0000025467 00000 f -0000025468 00000 f -0000025469 00000 f -0000025470 00000 f -0000025471 00000 f -0000025472 00000 f -0000025473 00000 f -0000025474 00000 f -0000025475 00000 f -0000025476 00000 f -0000025477 00000 f -0000025478 00000 f -0000025479 00000 f -0000025480 00000 f -0000025481 00000 f -0000025482 00000 f -0000025483 00000 f -0000025484 00000 f -0000025485 00000 f -0000025486 00000 f -0000025487 00000 f -0000025488 00000 f -0000025489 00000 f -0000025490 00000 f -0000025491 00000 f -0000025492 00000 f -0000025493 00000 f -0000025494 00000 f -0000025495 00000 f -0000025496 00000 f -0000025497 00000 f -0000025498 00000 f -0000025499 00000 f -0000025500 00000 f -0000025501 00000 f -0000025502 00000 f -0000025503 00000 f -0000025504 00000 f -0000025505 00000 f -0000025506 00000 f -0000025507 00000 f -0000025508 00000 f -0000025509 00000 f -0000025510 00000 f -0000025511 00000 f -0000025512 00000 f -0000025513 00000 f -0000025514 00000 f -0000025515 00000 f -0000025516 00000 f -0000025517 00000 f -0000025518 00000 f -0000025519 00000 f -0000025520 00000 f -0000025521 00000 f -0000025522 00000 f -0000025523 00000 f -0000025524 00000 f -0000025525 00000 f -0000025526 00000 f -0000025527 00000 f -0000025528 00000 f -0000025529 00000 f -0000025530 00000 f -0000025531 00000 f -0000025532 00000 f -0000025533 00000 f -0000025534 00000 f -0000025535 00000 f -0000025536 00000 f -0000025537 00000 f -0000025538 00000 f -0000025539 00000 f -0000025540 00000 f -0000025541 00000 f -0000025542 00000 f -0000025543 00000 f -0000025544 00000 f -0000025545 00000 f -0000025546 00000 f -0000025547 00000 f -0000025548 00000 f -0000025549 00000 f -0000025550 00000 f -0000025551 00000 f -0000025552 00000 f -0000025553 00000 f -0000025554 00000 f -0000025555 00000 f -0000025556 00000 f -0000025557 00000 f -0000025558 00000 f -0000025559 00000 f -0000025560 00000 f -0000025561 00000 f -0000025562 00000 f -0000025563 00000 f -0000025564 00000 f -0000025565 00000 f -0000025566 00000 f -0000025567 00000 f -0000025568 00000 f -0000025569 00000 f -0000025570 00000 f -0000025571 00000 f -0000025572 00000 f -0000025573 00000 f -0000025574 00000 f -0000025575 00000 f -0000025576 00000 f -0000025577 00000 f -0000025578 00000 f -0000025579 00000 f -0000025580 00000 f -0000025581 00000 f -0000025582 00000 f -0000025583 00000 f -0000025584 00000 f -0000025585 00000 f -0000025586 00000 f -0000025587 00000 f -0000025588 00000 f -0000025589 00000 f -0000025590 00000 f -0000025591 00000 f -0000025592 00000 f -0000025593 00000 f -0000025594 00000 f -0000025595 00000 f -0000025596 00000 f -0000025597 00000 f -0000025598 00000 f -0000025599 00000 f -0000025600 00000 f -0000025601 00000 f -0000025602 00000 f -0000025603 00000 f -0000025604 00000 f -0000025605 00000 f -0000025606 00000 f -0000025607 00000 f -0000025608 00000 f -0000025609 00000 f -0000025610 00000 f -0000025611 00000 f -0000025612 00000 f -0000025613 00000 f -0000025614 00000 f -0000025615 00000 f -0000025616 00000 f -0000025617 00000 f -0000025618 00000 f -0000025619 00000 f -0000025620 00000 f -0000025621 00000 f -0000025622 00000 f -0000025623 00000 f -0000025624 00000 f -0000025625 00000 f -0000025626 00000 f -0000025627 00000 f -0000025628 00000 f -0000025629 00000 f -0000025630 00000 f -0000025631 00000 f -0000025632 00000 f -0000025633 00000 f -0000025634 00000 f -0000025635 00000 f -0000025636 00000 f -0000025637 00000 f -0000025638 00000 f -0000025639 00000 f -0000025640 00000 f -0000025641 00000 f -0000025642 00000 f -0000025643 00000 f -0000025644 00000 f -0000025645 00000 f -0000025646 00000 f -0000025647 00000 f -0000025648 00000 f -0000025649 00000 f -0000025650 00000 f -0000025651 00000 f -0000025652 00000 f -0000025653 00000 f -0000025654 00000 f -0000025655 00000 f -0000025656 00000 f -0000025657 00000 f -0000025658 00000 f -0000025659 00000 f -0000025660 00000 f -0000025661 00000 f -0000025662 00000 f -0000025663 00000 f -0000025664 00000 f -0000025665 00000 f -0000025666 00000 f -0000025667 00000 f -0000025668 00000 f -0000025669 00000 f -0000025670 00000 f -0000025671 00000 f -0000025672 00000 f -0000025673 00000 f -0000025674 00000 f -0000025675 00000 f -0000025676 00000 f -0000025677 00000 f -0000025678 00000 f -0000025679 00000 f -0000025680 00000 f -0000025681 00000 f -0000025682 00000 f -0000025683 00000 f -0000025684 00000 f -0000025685 00000 f -0000025686 00000 f -0000025687 00000 f -0000025688 00000 f -0000025689 00000 f -0000025690 00000 f -0000025691 00000 f -0000025692 00000 f -0000025693 00000 f -0000025694 00000 f -0000025695 00000 f -0000025696 00000 f -0000025697 00000 f -0000025698 00000 f -0000025699 00000 f -0000025700 00000 f -0000025701 00000 f -0000025702 00000 f -0000025703 00000 f -0000025704 00000 f -0000025705 00000 f -0000025706 00000 f -0000025707 00000 f -0000025708 00000 f -0000025709 00000 f -0000025710 00000 f -0000025711 00000 f -0000025712 00000 f -0000025713 00000 f -0000025714 00000 f -0000025715 00000 f -0000025716 00000 f -0000025717 00000 f -0000025718 00000 f -0000025719 00000 f -0000025720 00000 f -0000025721 00000 f -0000025722 00000 f -0000025723 00000 f -0000025724 00000 f -0000025725 00000 f -0000025726 00000 f -0000025727 00000 f -0000025728 00000 f -0000025729 00000 f -0000025730 00000 f -0000025731 00000 f -0000025732 00000 f -0000025733 00000 f -0000025734 00000 f -0000025735 00000 f -0000025736 00000 f -0000025737 00000 f -0000025738 00000 f -0000025739 00000 f -0000025740 00000 f -0000025741 00000 f -0000025742 00000 f -0000025743 00000 f -0000025744 00000 f -0000025745 00000 f -0000025746 00000 f -0000025747 00000 f -0000025748 00000 f -0000025749 00000 f -0000025750 00000 f -0000025751 00000 f -0000025752 00000 f -0000025753 00000 f -0000025754 00000 f -0000025755 00000 f -0000025756 00000 f -0000025757 00000 f -0000025758 00000 f -0000025759 00000 f -0000025760 00000 f -0000025761 00000 f -0000025762 00000 f -0000025763 00000 f -0000025764 00000 f -0000025765 00000 f -0000025766 00000 f -0000025767 00000 f -0000025768 00000 f -0000025769 00000 f -0000025770 00000 f -0000025771 00000 f -0000025772 00000 f -0000025773 00000 f -0000025774 00000 f -0000025775 00000 f -0000025776 00000 f -0000025777 00000 f -0000025778 00000 f -0000025779 00000 f -0000025780 00000 f -0000025781 00000 f -0000025782 00000 f -0000025783 00000 f -0000025784 00000 f -0000025785 00000 f -0000025786 00000 f -0000025787 00000 f -0000025788 00000 f -0000025789 00000 f -0000025790 00000 f -0000025791 00000 f -0000025792 00000 f -0000025793 00000 f -0000025794 00000 f -0000025795 00000 f -0000025796 00000 f -0000025797 00000 f -0000025798 00000 f -0000025799 00000 f -0000025800 00000 f -0000025801 00000 f -0000025802 00000 f -0000025803 00000 f -0000025804 00000 f -0000025805 00000 f -0000025812 00000 f -0000279948 00000 n -0000279982 00000 n -0000279826 00000 n -0000279860 00000 n -0000279704 00000 n -0000279738 00000 n -0000025813 00000 f -0000025814 00000 f -0000025815 00000 f -0000025816 00000 f -0000025817 00000 f -0000025818 00000 f -0000025819 00000 f -0000025823 00000 f -0000277830 00000 n -0000277912 00000 n -0000277995 00000 n -0000025824 00000 f -0000025825 00000 f -0000025826 00000 f -0000025827 00000 f -0000025828 00000 f -0000025829 00000 f -0000025830 00000 f -0000025831 00000 f -0000025832 00000 f -0000025833 00000 f -0000025834 00000 f -0000025835 00000 f -0000025836 00000 f -0000025837 00000 f -0000025838 00000 f -0000025839 00000 f -0000025840 00000 f -0000025841 00000 f -0000025842 00000 f -0000025843 00000 f -0000025844 00000 f -0000025845 00000 f -0000025846 00000 f -0000025847 00000 f -0000025848 00000 f -0000025849 00000 f -0000025850 00000 f -0000025851 00000 f -0000025852 00000 f -0000025853 00000 f -0000025854 00000 f -0000025855 00000 f -0000025856 00000 f -0000025857 00000 f -0000025858 00000 f -0000025859 00000 f -0000025860 00000 f -0000025861 00000 f -0000025862 00000 f -0000025863 00000 f -0000025864 00000 f -0000025865 00000 f -0000025866 00000 f -0000025867 00000 f -0000025868 00000 f -0000025869 00000 f -0000025870 00000 f -0000025871 00000 f -0000025872 00000 f -0000025873 00000 f -0000025874 00000 f -0000025875 00000 f -0000025876 00000 f -0000025877 00000 f -0000025878 00000 f -0000025879 00000 f -0000025880 00000 f -0000025881 00000 f -0000025882 00000 f -0000025883 00000 f -0000025884 00000 f -0000025885 00000 f -0000025886 00000 f -0000025887 00000 f -0000025888 00000 f -0000025889 00000 f -0000025890 00000 f -0000025891 00000 f -0000025892 00000 f -0000025893 00000 f -0000025894 00000 f -0000025895 00000 f -0000025896 00000 f -0000025897 00000 f -0000025898 00000 f -0000025899 00000 f -0000025900 00000 f -0000025901 00000 f -0000025902 00000 f -0000025903 00000 f -0000025904 00000 f -0000025905 00000 f -0000025906 00000 f -0000025907 00000 f -0000025908 00000 f -0000025909 00000 f -0000025910 00000 f -0000025911 00000 f -0000025912 00000 f -0000025913 00000 f -0000025914 00000 f -0000025915 00000 f -0000025916 00000 f -0000025917 00000 f -0000025918 00000 f -0000025919 00000 f -0000025920 00000 f -0000025921 00000 f -0000025922 00000 f -0000025923 00000 f -0000025924 00000 f -0000025925 00000 f -0000025926 00000 f -0000025927 00000 f -0000025928 00000 f -0000025929 00000 f -0000025930 00000 f -0000025931 00000 f -0000025932 00000 f -0000025933 00000 f -0000025934 00000 f -0000025935 00000 f -0000025936 00000 f -0000025937 00000 f -0000025938 00000 f -0000025939 00000 f -0000025940 00000 f -0000025941 00000 f -0000025942 00000 f -0000025943 00000 f -0000025944 00000 f -0000025945 00000 f -0000025946 00000 f -0000025947 00000 f -0000025948 00000 f -0000025949 00000 f -0000025950 00000 f -0000025951 00000 f -0000025952 00000 f -0000025953 00000 f -0000025954 00000 f -0000025955 00000 f -0000025956 00000 f -0000025957 00000 f -0000025958 00000 f -0000025959 00000 f -0000025960 00000 f -0000025961 00000 f -0000025962 00000 f -0000025963 00000 f -0000025964 00000 f -0000025965 00000 f -0000025966 00000 f -0000025967 00000 f -0000025968 00000 f -0000025969 00000 f -0000025970 00000 f -0000025971 00000 f -0000025972 00000 f -0000025973 00000 f -0000025974 00000 f -0000025975 00000 f -0000025976 00000 f -0000025977 00000 f -0000025978 00000 f -0000025979 00000 f -0000025980 00000 f -0000025981 00000 f -0000025982 00000 f -0000025983 00000 f -0000025984 00000 f -0000025985 00000 f -0000025986 00000 f -0000025987 00000 f -0000025988 00000 f -0000025989 00000 f -0000025990 00000 f -0000025991 00000 f -0000025992 00000 f -0000025993 00000 f -0000025994 00000 f -0000025995 00000 f -0000025996 00000 f -0000025997 00000 f -0000025998 00000 f -0000025999 00000 f -0000026000 00000 f -0000026001 00000 f -0000026002 00000 f -0000026003 00000 f -0000026004 00000 f -0000026005 00000 f -0000026006 00000 f -0000026007 00000 f -0000026008 00000 f -0000026009 00000 f -0000026010 00000 f -0000026011 00000 f -0000026012 00000 f -0000026013 00000 f -0000026014 00000 f -0000026015 00000 f -0000026016 00000 f -0000026017 00000 f -0000026018 00000 f -0000026019 00000 f -0000026020 00000 f -0000026021 00000 f -0000026022 00000 f -0000026023 00000 f -0000026024 00000 f -0000026025 00000 f -0000026026 00000 f -0000026027 00000 f -0000026028 00000 f -0000026029 00000 f -0000026030 00000 f -0000026031 00000 f -0000026032 00000 f -0000026033 00000 f -0000026034 00000 f -0000026035 00000 f -0000026036 00000 f -0000026037 00000 f -0000026038 00000 f -0000026039 00000 f -0000026040 00000 f -0000026041 00000 f -0000026042 00000 f -0000026043 00000 f -0000026044 00000 f -0000026045 00000 f -0000026046 00000 f -0000026047 00000 f -0000026048 00000 f -0000026049 00000 f -0000026050 00000 f -0000026051 00000 f -0000026052 00000 f -0000026053 00000 f -0000026054 00000 f -0000026055 00000 f -0000026056 00000 f -0000026057 00000 f -0000026058 00000 f -0000026059 00000 f -0000026060 00000 f -0000026061 00000 f -0000026062 00000 f -0000026063 00000 f -0000026064 00000 f -0000026065 00000 f -0000026066 00000 f -0000026067 00000 f -0000026068 00000 f -0000026069 00000 f -0000026070 00000 f -0000026071 00000 f -0000026072 00000 f -0000026073 00000 f -0000026074 00000 f -0000026075 00000 f -0000026076 00000 f -0000026077 00000 f -0000026078 00000 f -0000026079 00000 f -0000026080 00000 f -0000026081 00000 f -0000026082 00000 f -0000026083 00000 f -0000026084 00000 f -0000026085 00000 f -0000026086 00000 f -0000026087 00000 f -0000026088 00000 f -0000026089 00000 f -0000026090 00000 f -0000026091 00000 f -0000026092 00000 f -0000026093 00000 f -0000026094 00000 f -0000026095 00000 f -0000026096 00000 f -0000026097 00000 f -0000026098 00000 f -0000026099 00000 f -0000026100 00000 f -0000026101 00000 f -0000026102 00000 f -0000026103 00000 f -0000026104 00000 f -0000026105 00000 f -0000026106 00000 f -0000026107 00000 f -0000026108 00000 f -0000026109 00000 f -0000026110 00000 f -0000026111 00000 f -0000026112 00000 f -0000026113 00000 f -0000026114 00000 f -0000026115 00000 f -0000026116 00000 f -0000026117 00000 f -0000026118 00000 f -0000026119 00000 f -0000026120 00000 f -0000026121 00000 f -0000026122 00000 f -0000026123 00000 f -0000026124 00000 f -0000026125 00000 f -0000026126 00000 f -0000026127 00000 f -0000026128 00000 f -0000026129 00000 f -0000026130 00000 f -0000026131 00000 f -0000026132 00000 f -0000026133 00000 f -0000026134 00000 f -0000026135 00000 f -0000026136 00000 f -0000026137 00000 f -0000026138 00000 f -0000026139 00000 f -0000026140 00000 f -0000026141 00000 f -0000026142 00000 f -0000026143 00000 f -0000026144 00000 f -0000026145 00000 f -0000026146 00000 f -0000026147 00000 f -0000026148 00000 f -0000026149 00000 f -0000026150 00000 f -0000026151 00000 f -0000026152 00000 f -0000026153 00000 f -0000026154 00000 f -0000026155 00000 f -0000026156 00000 f -0000026157 00000 f -0000026158 00000 f -0000026159 00000 f -0000026160 00000 f -0000026161 00000 f -0000026162 00000 f -0000026163 00000 f -0000026164 00000 f -0000026165 00000 f -0000026166 00000 f -0000026167 00000 f -0000026168 00000 f -0000026169 00000 f -0000026170 00000 f -0000026171 00000 f -0000026172 00000 f -0000026173 00000 f -0000026174 00000 f -0000026175 00000 f -0000026176 00000 f -0000026177 00000 f -0000026178 00000 f -0000026179 00000 f -0000026180 00000 f -0000026181 00000 f -0000026182 00000 f -0000026183 00000 f -0000026184 00000 f -0000026185 00000 f -0000026186 00000 f -0000026187 00000 f -0000026188 00000 f -0000026189 00000 f -0000026190 00000 f -0000026191 00000 f -0000026192 00000 f -0000026193 00000 f -0000026194 00000 f -0000026195 00000 f -0000026196 00000 f -0000026197 00000 f -0000026198 00000 f -0000026199 00000 f -0000026200 00000 f -0000026201 00000 f -0000026202 00000 f -0000026203 00000 f -0000026204 00000 f -0000026205 00000 f -0000026206 00000 f -0000026207 00000 f -0000026208 00000 f -0000026209 00000 f -0000026210 00000 f -0000026211 00000 f -0000026212 00000 f -0000026213 00000 f -0000026214 00000 f -0000026215 00000 f -0000026216 00000 f -0000026217 00000 f -0000026218 00000 f -0000026219 00000 f -0000026220 00000 f -0000026221 00000 f -0000026222 00000 f -0000026223 00000 f -0000026224 00000 f -0000026225 00000 f -0000026226 00000 f -0000026227 00000 f -0000026228 00000 f -0000026229 00000 f -0000026230 00000 f -0000026231 00000 f -0000026232 00000 f -0000026233 00000 f -0000026234 00000 f -0000026235 00000 f -0000026236 00000 f -0000026237 00000 f -0000026238 00000 f -0000026239 00000 f -0000026240 00000 f -0000026241 00000 f -0000026242 00000 f -0000026243 00000 f -0000026244 00000 f -0000026245 00000 f -0000026246 00000 f -0000026247 00000 f -0000026248 00000 f -0000026249 00000 f -0000026250 00000 f -0000026251 00000 f -0000026252 00000 f -0000026253 00000 f -0000026254 00000 f -0000026255 00000 f -0000026256 00000 f -0000026257 00000 f -0000026258 00000 f -0000026259 00000 f -0000026260 00000 f -0000026261 00000 f -0000026262 00000 f -0000026263 00000 f -0000026264 00000 f -0000026265 00000 f -0000026266 00000 f -0000026267 00000 f -0000026268 00000 f -0000026269 00000 f -0000026270 00000 f -0000026271 00000 f -0000026272 00000 f -0000026273 00000 f -0000026274 00000 f -0000026275 00000 f -0000026276 00000 f -0000026277 00000 f -0000026278 00000 f -0000026279 00000 f -0000026280 00000 f -0000026281 00000 f -0000026282 00000 f -0000026283 00000 f -0000026284 00000 f -0000026285 00000 f -0000026286 00000 f -0000026287 00000 f -0000026288 00000 f -0000026289 00000 f -0000026290 00000 f -0000026291 00000 f -0000026292 00000 f -0000026293 00000 f -0000026294 00000 f -0000026295 00000 f -0000026296 00000 f -0000026297 00000 f -0000026298 00000 f -0000026299 00000 f -0000026300 00000 f -0000026301 00000 f -0000026302 00000 f -0000026303 00000 f -0000026304 00000 f -0000026305 00000 f -0000026306 00000 f -0000026307 00000 f -0000026308 00000 f -0000026309 00000 f -0000026310 00000 f -0000026311 00000 f -0000026312 00000 f -0000026313 00000 f -0000026314 00000 f -0000026315 00000 f -0000026316 00000 f -0000026317 00000 f -0000026318 00000 f -0000026319 00000 f -0000026320 00000 f -0000026321 00000 f -0000026322 00000 f -0000026323 00000 f -0000026324 00000 f -0000026325 00000 f -0000026326 00000 f -0000026327 00000 f -0000026328 00000 f -0000026329 00000 f -0000026330 00000 f -0000026331 00000 f -0000026332 00000 f -0000026333 00000 f -0000026334 00000 f -0000026335 00000 f -0000026336 00000 f -0000026337 00000 f -0000026338 00000 f -0000026339 00000 f -0000026340 00000 f -0000026341 00000 f -0000026342 00000 f -0000026343 00000 f -0000026344 00000 f -0000026345 00000 f -0000026346 00000 f -0000026347 00000 f -0000026348 00000 f -0000026349 00000 f -0000026350 00000 f -0000026351 00000 f -0000026352 00000 f -0000026359 00000 f -0000279582 00000 n -0000279616 00000 n -0000279460 00000 n -0000279494 00000 n -0000279338 00000 n -0000279372 00000 n -0000026360 00000 f -0000026361 00000 f -0000026362 00000 f -0000026363 00000 f -0000026364 00000 f -0000026368 00000 f -0000278082 00000 n -0000278164 00000 n -0000278257 00000 n -0000026369 00000 f -0000026370 00000 f -0000026371 00000 f -0000026372 00000 f -0000026373 00000 f -0000026374 00000 f -0000026375 00000 f -0000026376 00000 f -0000026377 00000 f -0000026378 00000 f -0000026379 00000 f -0000026380 00000 f -0000026381 00000 f -0000026382 00000 f -0000026383 00000 f -0000026384 00000 f -0000026385 00000 f -0000026386 00000 f -0000026387 00000 f -0000026388 00000 f -0000026389 00000 f -0000026390 00000 f -0000026391 00000 f -0000026392 00000 f -0000026393 00000 f -0000026394 00000 f -0000026395 00000 f -0000026396 00000 f -0000026397 00000 f -0000026398 00000 f -0000026399 00000 f -0000026400 00000 f -0000026401 00000 f -0000026402 00000 f -0000026403 00000 f -0000026404 00000 f -0000026405 00000 f -0000026406 00000 f -0000026407 00000 f -0000026408 00000 f -0000026409 00000 f -0000026410 00000 f -0000026411 00000 f -0000026412 00000 f -0000026413 00000 f -0000026414 00000 f -0000026415 00000 f -0000026416 00000 f -0000026417 00000 f -0000026418 00000 f -0000026419 00000 f -0000026420 00000 f -0000026421 00000 f -0000026422 00000 f -0000026423 00000 f -0000026424 00000 f -0000026425 00000 f -0000026426 00000 f -0000026427 00000 f -0000026428 00000 f -0000026429 00000 f -0000026430 00000 f -0000026431 00000 f -0000026432 00000 f -0000026433 00000 f -0000026434 00000 f -0000026435 00000 f -0000026436 00000 f -0000026437 00000 f -0000026438 00000 f -0000026439 00000 f -0000026440 00000 f -0000026441 00000 f -0000026442 00000 f -0000026443 00000 f -0000026444 00000 f -0000026445 00000 f -0000026446 00000 f -0000026447 00000 f -0000026448 00000 f -0000026449 00000 f -0000026450 00000 f -0000026451 00000 f -0000026452 00000 f -0000026453 00000 f -0000026454 00000 f -0000026455 00000 f -0000026456 00000 f -0000026457 00000 f -0000026458 00000 f -0000026459 00000 f -0000026460 00000 f -0000026461 00000 f -0000026462 00000 f -0000026463 00000 f -0000026464 00000 f -0000026465 00000 f -0000026466 00000 f -0000026467 00000 f -0000026468 00000 f -0000026469 00000 f -0000026470 00000 f -0000026471 00000 f -0000026472 00000 f -0000026473 00000 f -0000026474 00000 f -0000026475 00000 f -0000026476 00000 f -0000026477 00000 f -0000026478 00000 f -0000026479 00000 f -0000026480 00000 f -0000026481 00000 f -0000026482 00000 f -0000026483 00000 f -0000026484 00000 f -0000026485 00000 f -0000026486 00000 f -0000026487 00000 f -0000026488 00000 f -0000026489 00000 f -0000026490 00000 f -0000026491 00000 f -0000026492 00000 f -0000026493 00000 f -0000026494 00000 f -0000026495 00000 f -0000026496 00000 f -0000026497 00000 f -0000026498 00000 f -0000026499 00000 f -0000026500 00000 f -0000026501 00000 f -0000026502 00000 f -0000026503 00000 f -0000026504 00000 f -0000026505 00000 f -0000026506 00000 f -0000026507 00000 f -0000026508 00000 f -0000026509 00000 f -0000026510 00000 f -0000026511 00000 f -0000026512 00000 f -0000026513 00000 f -0000026514 00000 f -0000026515 00000 f -0000026516 00000 f -0000026517 00000 f -0000026518 00000 f -0000026519 00000 f -0000026520 00000 f -0000026521 00000 f -0000026522 00000 f -0000026523 00000 f -0000026524 00000 f -0000026525 00000 f -0000026526 00000 f -0000026527 00000 f -0000026528 00000 f -0000026529 00000 f -0000026530 00000 f -0000026531 00000 f -0000026532 00000 f -0000026533 00000 f -0000026534 00000 f -0000026535 00000 f -0000026536 00000 f -0000026537 00000 f -0000026538 00000 f -0000026539 00000 f -0000026540 00000 f -0000026541 00000 f -0000026542 00000 f -0000026543 00000 f -0000026544 00000 f -0000026545 00000 f -0000026546 00000 f -0000026547 00000 f -0000026548 00000 f -0000026549 00000 f -0000026550 00000 f -0000026551 00000 f -0000026552 00000 f -0000026553 00000 f -0000026554 00000 f -0000026555 00000 f -0000026556 00000 f -0000026557 00000 f -0000026558 00000 f -0000026559 00000 f -0000026560 00000 f -0000026561 00000 f -0000026562 00000 f -0000026563 00000 f -0000026564 00000 f -0000026565 00000 f -0000026566 00000 f -0000026567 00000 f -0000026568 00000 f -0000026569 00000 f -0000026570 00000 f -0000026571 00000 f -0000026572 00000 f -0000026573 00000 f -0000026574 00000 f -0000026575 00000 f -0000026576 00000 f -0000026577 00000 f -0000026578 00000 f -0000026579 00000 f -0000026580 00000 f -0000026581 00000 f -0000026582 00000 f -0000026583 00000 f -0000026584 00000 f -0000026585 00000 f -0000026586 00000 f -0000026587 00000 f -0000026588 00000 f -0000026589 00000 f -0000026590 00000 f -0000026591 00000 f -0000026592 00000 f -0000026593 00000 f -0000026594 00000 f -0000026595 00000 f -0000026596 00000 f -0000026597 00000 f -0000026598 00000 f -0000026599 00000 f -0000026600 00000 f -0000026601 00000 f -0000026602 00000 f -0000026603 00000 f -0000026604 00000 f -0000026605 00000 f -0000026606 00000 f -0000026607 00000 f -0000026608 00000 f -0000026609 00000 f -0000026610 00000 f -0000026611 00000 f -0000026612 00000 f -0000026613 00000 f -0000026614 00000 f -0000026615 00000 f -0000026616 00000 f -0000026617 00000 f -0000026618 00000 f -0000026619 00000 f -0000026620 00000 f -0000026621 00000 f -0000026622 00000 f -0000026623 00000 f -0000026624 00000 f -0000026625 00000 f -0000026626 00000 f -0000026627 00000 f -0000026628 00000 f -0000026629 00000 f -0000026630 00000 f -0000026631 00000 f -0000026632 00000 f -0000026633 00000 f -0000026634 00000 f -0000026635 00000 f -0000026636 00000 f -0000026637 00000 f -0000026638 00000 f -0000026639 00000 f -0000026640 00000 f -0000026641 00000 f -0000026642 00000 f -0000026643 00000 f -0000026644 00000 f -0000026645 00000 f -0000026646 00000 f -0000026647 00000 f -0000026648 00000 f -0000026649 00000 f -0000026650 00000 f -0000026651 00000 f -0000026652 00000 f -0000026653 00000 f -0000026654 00000 f -0000026655 00000 f -0000026656 00000 f -0000026657 00000 f -0000026658 00000 f -0000026659 00000 f -0000026660 00000 f -0000026661 00000 f -0000026662 00000 f -0000026663 00000 f -0000026664 00000 f -0000026665 00000 f -0000026666 00000 f -0000026667 00000 f -0000026668 00000 f -0000026669 00000 f -0000026670 00000 f -0000026671 00000 f -0000026672 00000 f -0000026673 00000 f -0000026674 00000 f -0000026675 00000 f -0000026676 00000 f -0000026677 00000 f -0000026678 00000 f -0000026679 00000 f -0000026680 00000 f -0000026681 00000 f -0000026682 00000 f -0000026683 00000 f -0000026684 00000 f -0000026685 00000 f -0000026686 00000 f -0000026687 00000 f -0000026688 00000 f -0000026689 00000 f -0000026690 00000 f -0000026691 00000 f -0000026692 00000 f -0000026693 00000 f -0000026694 00000 f -0000026695 00000 f -0000026696 00000 f -0000026697 00000 f -0000026698 00000 f -0000026699 00000 f -0000026700 00000 f -0000026701 00000 f -0000026702 00000 f -0000026703 00000 f -0000026704 00000 f -0000026705 00000 f -0000026706 00000 f -0000026707 00000 f -0000026708 00000 f -0000026709 00000 f -0000026710 00000 f -0000026711 00000 f -0000026712 00000 f -0000026713 00000 f -0000026714 00000 f -0000026715 00000 f -0000026716 00000 f -0000026717 00000 f -0000026718 00000 f -0000026719 00000 f -0000026720 00000 f -0000026721 00000 f -0000026722 00000 f -0000026723 00000 f -0000026724 00000 f -0000026725 00000 f -0000026726 00000 f -0000026727 00000 f -0000026728 00000 f -0000026729 00000 f -0000026730 00000 f -0000026731 00000 f -0000026732 00000 f -0000026733 00000 f -0000026734 00000 f -0000026735 00000 f -0000026736 00000 f -0000026737 00000 f -0000026738 00000 f -0000026739 00000 f -0000026740 00000 f -0000026741 00000 f -0000026742 00000 f -0000026743 00000 f -0000026744 00000 f -0000026745 00000 f -0000026746 00000 f -0000026747 00000 f -0000026748 00000 f -0000026749 00000 f -0000026750 00000 f -0000026751 00000 f -0000026752 00000 f -0000026753 00000 f -0000026754 00000 f -0000026755 00000 f -0000026756 00000 f -0000026757 00000 f -0000026758 00000 f -0000026759 00000 f -0000026760 00000 f -0000026761 00000 f -0000026762 00000 f -0000026763 00000 f -0000026764 00000 f -0000026765 00000 f -0000026766 00000 f -0000026767 00000 f -0000026768 00000 f -0000026769 00000 f -0000026770 00000 f -0000026771 00000 f -0000026772 00000 f -0000026773 00000 f -0000026774 00000 f -0000026775 00000 f -0000026776 00000 f -0000026777 00000 f -0000026778 00000 f -0000026779 00000 f -0000026780 00000 f -0000026781 00000 f -0000026782 00000 f -0000026783 00000 f -0000026784 00000 f -0000026785 00000 f -0000026786 00000 f -0000026787 00000 f -0000026788 00000 f -0000026789 00000 f -0000026790 00000 f -0000026791 00000 f -0000026792 00000 f -0000026793 00000 f -0000026794 00000 f -0000026795 00000 f -0000026796 00000 f -0000026797 00000 f -0000026798 00000 f -0000026799 00000 f -0000026800 00000 f -0000026801 00000 f -0000026802 00000 f -0000026803 00000 f -0000026804 00000 f -0000026805 00000 f -0000026806 00000 f -0000026807 00000 f -0000026808 00000 f -0000026809 00000 f -0000026810 00000 f -0000026811 00000 f -0000026812 00000 f -0000026813 00000 f -0000026814 00000 f -0000026815 00000 f -0000026816 00000 f -0000026817 00000 f -0000026818 00000 f -0000026819 00000 f -0000026820 00000 f -0000026821 00000 f -0000026822 00000 f -0000026823 00000 f -0000026824 00000 f -0000026825 00000 f -0000026826 00000 f -0000026827 00000 f -0000026828 00000 f -0000026829 00000 f -0000026830 00000 f -0000026831 00000 f -0000026832 00000 f -0000026833 00000 f -0000026834 00000 f -0000026835 00000 f -0000026836 00000 f -0000026837 00000 f -0000026838 00000 f -0000026839 00000 f -0000026840 00000 f -0000026841 00000 f -0000026842 00000 f -0000026843 00000 f -0000026844 00000 f -0000026845 00000 f -0000026846 00000 f -0000026847 00000 f -0000026848 00000 f -0000026849 00000 f -0000026850 00000 f -0000026851 00000 f -0000026852 00000 f -0000026853 00000 f -0000026854 00000 f -0000026855 00000 f -0000026856 00000 f -0000026857 00000 f -0000026858 00000 f -0000026859 00000 f -0000026860 00000 f -0000026861 00000 f -0000026862 00000 f -0000026863 00000 f -0000026864 00000 f -0000026865 00000 f -0000026866 00000 f -0000026867 00000 f -0000026868 00000 f -0000026869 00000 f -0000026870 00000 f -0000026871 00000 f -0000026872 00000 f -0000026873 00000 f -0000026874 00000 f -0000026875 00000 f -0000026876 00000 f -0000026877 00000 f -0000026878 00000 f -0000026879 00000 f -0000026880 00000 f -0000026881 00000 f -0000026882 00000 f -0000026883 00000 f -0000026884 00000 f -0000026885 00000 f -0000026886 00000 f -0000026887 00000 f -0000026888 00000 f -0000026889 00000 f -0000026890 00000 f -0000026891 00000 f -0000026892 00000 f -0000026893 00000 f -0000026894 00000 f -0000026895 00000 f -0000026896 00000 f -0000026897 00000 f -0000026904 00000 f -0000279216 00000 n -0000279250 00000 n -0000279094 00000 n -0000279128 00000 n -0000278972 00000 n -0000279006 00000 n -0000026905 00000 f -0000026906 00000 f -0000026907 00000 f -0000026908 00000 f -0000026909 00000 f -0000000000 00000 f -0000278344 00000 n -0000278426 00000 n -0000278519 00000 n -0000000000 00000 f -0000000000 00000 f -0000064800 00000 n -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000278850 00000 n -0000278884 00000 n -0000278728 00000 n -0000278762 00000 n -0000278606 00000 n -0000278640 00000 n -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000140533 00000 n -0000140615 00000 n -0000140708 00000 n -0000297036 00000 n -0000045542 00000 n -0000141413 00000 n -0000141161 00000 n -0000141287 00000 n -0000123323 00000 n -0000065708 00000 n -0000065924 00000 n -0000066140 00000 n -0000066359 00000 n -0000066578 00000 n -0000066797 00000 n -0000067018 00000 n -0000067240 00000 n -0000067462 00000 n -0000067684 00000 n -0000067906 00000 n -0000068128 00000 n -0000068350 00000 n -0000068572 00000 n -0000068791 00000 n -0000069013 00000 n -0000069235 00000 n -0000069457 00000 n -0000069679 00000 n -0000069901 00000 n -0000070123 00000 n -0000070345 00000 n -0000070567 00000 n -0000070789 00000 n -0000071011 00000 n -0000071230 00000 n -0000071449 00000 n -0000071668 00000 n -0000071889 00000 n -0000072111 00000 n -0000072333 00000 n -0000072555 00000 n -0000072777 00000 n -0000072999 00000 n -0000073221 00000 n -0000073443 00000 n -0000073662 00000 n -0000073884 00000 n -0000074106 00000 n -0000074328 00000 n -0000074550 00000 n -0000074772 00000 n -0000074994 00000 n -0000075216 00000 n -0000075438 00000 n -0000075660 00000 n -0000075882 00000 n -0000076101 00000 n -0000076320 00000 n -0000076539 00000 n -0000076760 00000 n -0000076982 00000 n -0000077204 00000 n -0000077426 00000 n -0000077648 00000 n -0000077870 00000 n -0000078092 00000 n -0000078314 00000 n -0000078533 00000 n -0000078755 00000 n -0000078977 00000 n -0000079199 00000 n -0000079421 00000 n -0000079643 00000 n -0000079865 00000 n -0000080087 00000 n -0000080309 00000 n -0000080531 00000 n -0000080753 00000 n -0000080972 00000 n -0000081191 00000 n -0000081410 00000 n -0000081631 00000 n -0000081853 00000 n -0000082075 00000 n -0000082297 00000 n -0000082519 00000 n -0000082741 00000 n -0000082963 00000 n -0000083185 00000 n -0000083404 00000 n -0000083626 00000 n -0000083848 00000 n -0000084070 00000 n -0000084292 00000 n -0000084514 00000 n -0000084736 00000 n -0000084958 00000 n -0000085180 00000 n -0000085402 00000 n -0000085624 00000 n -0000085843 00000 n -0000086062 00000 n -0000086281 00000 n -0000086502 00000 n -0000086724 00000 n -0000086946 00000 n -0000087168 00000 n -0000087390 00000 n -0000087612 00000 n -0000087834 00000 n -0000088056 00000 n -0000088275 00000 n -0000088497 00000 n -0000088719 00000 n -0000088941 00000 n -0000089163 00000 n -0000089385 00000 n -0000089607 00000 n -0000089829 00000 n -0000090051 00000 n -0000090273 00000 n -0000090495 00000 n -0000090713 00000 n -0000090930 00000 n -0000091149 00000 n -0000091368 00000 n -0000091589 00000 n -0000091811 00000 n -0000092033 00000 n -0000092255 00000 n -0000092477 00000 n -0000092699 00000 n -0000092921 00000 n -0000093143 00000 n -0000093362 00000 n -0000093584 00000 n -0000093806 00000 n -0000094028 00000 n -0000094250 00000 n -0000094472 00000 n -0000094694 00000 n -0000094916 00000 n -0000095138 00000 n -0000095360 00000 n -0000095582 00000 n -0000095801 00000 n -0000096020 00000 n -0000096239 00000 n -0000096460 00000 n -0000096682 00000 n -0000096904 00000 n -0000097126 00000 n -0000097348 00000 n -0000097570 00000 n -0000097792 00000 n -0000098014 00000 n -0000098236 00000 n -0000098458 00000 n -0000098680 00000 n -0000098902 00000 n -0000099124 00000 n -0000099346 00000 n -0000099568 00000 n -0000099790 00000 n -0000100012 00000 n -0000100234 00000 n -0000100456 00000 n -0000100676 00000 n -0000100895 00000 n -0000101114 00000 n -0000101335 00000 n -0000101557 00000 n -0000101779 00000 n -0000102001 00000 n -0000102223 00000 n -0000102445 00000 n -0000102667 00000 n -0000102889 00000 n -0000103111 00000 n -0000103333 00000 n -0000103555 00000 n -0000103777 00000 n -0000103999 00000 n -0000104221 00000 n -0000104443 00000 n -0000104665 00000 n -0000104887 00000 n -0000105109 00000 n -0000105331 00000 n -0000105551 00000 n -0000105773 00000 n -0000105993 00000 n -0000106215 00000 n -0000106434 00000 n -0000106654 00000 n -0000106876 00000 n -0000107096 00000 n -0000107318 00000 n -0000107538 00000 n -0000107760 00000 n -0000107980 00000 n -0000108202 00000 n -0000108422 00000 n -0000108644 00000 n -0000108863 00000 n -0000109082 00000 n -0000109301 00000 n -0000109522 00000 n -0000109744 00000 n -0000109966 00000 n -0000110188 00000 n -0000110410 00000 n -0000110632 00000 n -0000110854 00000 n -0000111076 00000 n -0000111295 00000 n -0000111517 00000 n -0000111739 00000 n -0000111961 00000 n -0000112183 00000 n -0000112405 00000 n -0000112627 00000 n -0000112849 00000 n -0000113071 00000 n -0000113293 00000 n -0000113515 00000 n -0000113734 00000 n -0000113953 00000 n -0000114172 00000 n -0000114393 00000 n -0000114615 00000 n -0000114837 00000 n -0000115059 00000 n -0000115281 00000 n -0000115503 00000 n -0000115725 00000 n -0000115947 00000 n -0000116166 00000 n -0000116388 00000 n -0000116610 00000 n -0000116832 00000 n -0000117054 00000 n -0000117276 00000 n -0000117498 00000 n -0000117720 00000 n -0000117942 00000 n -0000118164 00000 n -0000118386 00000 n -0000118605 00000 n -0000118824 00000 n -0000119043 00000 n -0000119264 00000 n -0000119486 00000 n -0000119708 00000 n -0000119930 00000 n -0000120152 00000 n -0000120374 00000 n -0000120596 00000 n -0000120818 00000 n -0000121037 00000 n -0000121259 00000 n -0000121481 00000 n -0000121703 00000 n -0000121925 00000 n -0000122147 00000 n -0000122369 00000 n -0000122591 00000 n -0000122813 00000 n -0000123035 00000 n -0000064868 00000 n -0000065138 00000 n -0000065192 00000 n -0000140467 00000 n -0000140401 00000 n -0000140335 00000 n -0000140269 00000 n -0000140203 00000 n -0000140137 00000 n -0000140071 00000 n -0000140005 00000 n -0000139939 00000 n -0000139873 00000 n -0000139807 00000 n -0000139741 00000 n -0000139675 00000 n -0000139609 00000 n -0000139543 00000 n -0000139477 00000 n -0000139411 00000 n -0000139345 00000 n -0000139279 00000 n -0000139213 00000 n -0000139147 00000 n -0000139081 00000 n -0000139015 00000 n -0000138949 00000 n -0000138883 00000 n -0000138817 00000 n -0000138751 00000 n -0000138685 00000 n -0000138619 00000 n -0000138553 00000 n -0000138487 00000 n -0000138421 00000 n -0000138355 00000 n -0000138289 00000 n -0000138223 00000 n -0000138157 00000 n -0000138091 00000 n -0000138025 00000 n -0000137959 00000 n -0000137893 00000 n -0000137827 00000 n -0000137761 00000 n -0000137695 00000 n -0000137629 00000 n -0000137563 00000 n -0000137497 00000 n -0000137431 00000 n -0000137365 00000 n -0000137299 00000 n -0000137233 00000 n -0000137167 00000 n -0000137101 00000 n -0000137035 00000 n -0000136969 00000 n -0000136903 00000 n -0000136837 00000 n -0000136771 00000 n -0000136705 00000 n -0000136639 00000 n -0000136573 00000 n -0000136507 00000 n -0000136441 00000 n -0000136375 00000 n -0000136309 00000 n -0000136243 00000 n -0000136177 00000 n -0000136111 00000 n -0000136045 00000 n -0000135979 00000 n -0000135913 00000 n -0000135847 00000 n -0000135781 00000 n -0000135715 00000 n -0000135649 00000 n -0000135583 00000 n -0000135517 00000 n -0000135451 00000 n -0000135385 00000 n -0000135319 00000 n -0000135253 00000 n -0000135187 00000 n -0000135121 00000 n -0000135055 00000 n -0000134989 00000 n -0000134923 00000 n -0000134857 00000 n -0000134791 00000 n -0000134725 00000 n -0000134659 00000 n -0000134593 00000 n -0000134527 00000 n -0000134461 00000 n -0000134395 00000 n -0000134329 00000 n -0000134263 00000 n -0000134197 00000 n -0000134131 00000 n -0000134065 00000 n -0000133999 00000 n -0000133933 00000 n -0000133867 00000 n -0000133801 00000 n -0000133735 00000 n -0000133669 00000 n -0000133603 00000 n -0000133537 00000 n -0000133471 00000 n -0000133405 00000 n -0000133339 00000 n -0000133273 00000 n -0000133207 00000 n -0000133141 00000 n -0000133075 00000 n -0000133009 00000 n -0000132943 00000 n -0000132877 00000 n -0000132811 00000 n -0000132745 00000 n -0000132679 00000 n -0000132613 00000 n -0000132547 00000 n -0000132481 00000 n -0000132415 00000 n -0000132349 00000 n -0000132283 00000 n -0000132217 00000 n -0000132151 00000 n -0000132085 00000 n -0000132019 00000 n -0000131953 00000 n -0000131887 00000 n -0000131821 00000 n -0000131755 00000 n -0000131689 00000 n -0000131623 00000 n -0000131557 00000 n -0000131491 00000 n -0000131425 00000 n -0000131359 00000 n -0000131293 00000 n -0000131227 00000 n -0000131161 00000 n -0000131095 00000 n -0000131029 00000 n -0000130963 00000 n -0000130897 00000 n -0000130831 00000 n -0000130765 00000 n -0000130699 00000 n -0000130633 00000 n -0000130567 00000 n -0000130501 00000 n -0000130435 00000 n -0000130369 00000 n -0000130303 00000 n -0000130237 00000 n -0000130171 00000 n -0000130105 00000 n -0000130039 00000 n -0000129973 00000 n -0000129907 00000 n -0000129841 00000 n -0000129775 00000 n -0000129709 00000 n -0000129643 00000 n -0000129577 00000 n -0000129511 00000 n -0000129445 00000 n -0000129379 00000 n -0000129313 00000 n -0000129247 00000 n -0000129181 00000 n -0000129115 00000 n -0000129049 00000 n -0000128983 00000 n -0000128917 00000 n -0000128851 00000 n -0000128785 00000 n -0000128719 00000 n -0000128653 00000 n -0000128587 00000 n -0000128521 00000 n -0000128455 00000 n -0000128389 00000 n -0000128323 00000 n -0000128257 00000 n -0000128191 00000 n -0000128125 00000 n -0000128059 00000 n -0000127993 00000 n -0000127927 00000 n -0000127861 00000 n -0000127795 00000 n -0000127729 00000 n -0000127663 00000 n -0000127597 00000 n -0000127531 00000 n -0000127465 00000 n -0000127399 00000 n -0000127333 00000 n -0000127267 00000 n -0000127201 00000 n -0000127135 00000 n -0000127069 00000 n -0000127003 00000 n -0000126937 00000 n -0000126871 00000 n -0000126805 00000 n -0000126739 00000 n -0000126673 00000 n -0000126607 00000 n -0000126541 00000 n -0000126475 00000 n -0000126409 00000 n -0000126343 00000 n -0000126277 00000 n -0000126211 00000 n -0000126145 00000 n -0000126079 00000 n -0000126013 00000 n -0000125947 00000 n -0000125881 00000 n -0000125815 00000 n -0000125749 00000 n -0000125683 00000 n -0000125617 00000 n -0000125551 00000 n -0000125485 00000 n -0000125419 00000 n -0000125353 00000 n -0000125287 00000 n -0000125221 00000 n -0000125155 00000 n -0000125089 00000 n -0000125023 00000 n -0000124957 00000 n -0000124891 00000 n -0000124825 00000 n -0000124759 00000 n -0000124693 00000 n -0000124627 00000 n -0000124561 00000 n -0000124495 00000 n -0000124429 00000 n -0000124363 00000 n -0000124297 00000 n -0000124231 00000 n -0000124165 00000 n -0000124099 00000 n -0000124033 00000 n -0000123967 00000 n -0000123901 00000 n -0000123835 00000 n -0000123769 00000 n -0000123703 00000 n -0000123637 00000 n -0000123571 00000 n -0000123505 00000 n -0000123439 00000 n -0000123257 00000 n -0000141039 00000 n -0000141073 00000 n -0000140917 00000 n -0000140951 00000 n -0000140795 00000 n -0000140829 00000 n -0000141493 00000 n -0000141704 00000 n -0000142728 00000 n -0000156244 00000 n -0000221835 00000 n -0000297087 00000 n -trailer <]>> startxref 297279 %%EOF \ No newline at end of file diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/ai/glyphicons_filetypes@2x.ai b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/ai/glyphicons_filetypes@2x.ai deleted file mode 100644 index 4d0deeb..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/ai/glyphicons_filetypes@2x.ai +++ /dev/null @@ -1,5238 +0,0 @@ -%PDF-1.5 % -1 0 obj <>/OCGs[6 0 R 7 0 R 8 0 R 554 0 R 555 0 R 556 0 R 1099 0 R 1100 0 R 1101 0 R 1644 0 R 1645 0 R 1646 0 R 2189 0 R 2190 0 R 2191 0 R 2734 0 R 2735 0 R 2736 0 R]>>/Pages 3 0 R/Type/Catalog>> endobj 2 0 obj <>stream - - - - - application/pdf - - - glyphicons_filetypes@2x - - - Adobe Illustrator CS6 (Macintosh) - 2013-07-01T14:17:14+02:00 - 2013-07-04T08:21:36+02:00 - 2013-07-04T08:21:36+02:00 - - - - 184 - 256 - JPEG - /9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgBAAC4AwER AAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE 1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZ qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp 0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo +DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8AOvK//OP/AOY2ha9a3066 Fq1jbPOLy1lu7uBtRFxa3dq81y/1W5/eOt78QIboQDxpRVG2H/OME881pPrGoqtzFDKZ7uGX61dN NDdIdPRbm5tw6RxWcEUbMgVqggfCxxVK9S/5xk8+zpaKmvW10IdF07TpY7yaUKZLOvq2im3t4WFm w+BWJMnE/FXFWTW/5O+Y00e7sX0PQoJrtFW2a1ub30rECdpAkXqhmbiDWoCgtX4ePw5RPGSeTudH roY8YiZSFcWwAo3+PwWKX/8AzjX+Zi2wsbTVtOu7OKHTYbNrue4EkH1NJmZeIgeORI5bpxExHqBK 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 mil3BFab7kdga4q//9k= - - - - proof:pdf - uuid:65E6390686CF11DBA6E2D887CEACB407 - xmp.did:0880117407206811822AE85E025903C5 - uuid:9c19c9cc-f750-0842-a74a-0e540e0f6114 - - uuid:fc9cda61-dbf8-f646-a2b2-bc578d8cbef3 - xmp.did:0380117407206811822AD2EC852655B3 - uuid:65E6390686CF11DBA6E2D887CEACB407 - proof:pdf - - - - - saved - xmp.iid:F77F1174072068118083C7F0484AEE19 - 2010-09-26T16:21:55+02:00 - Adobe Illustrator CS5 - / - - - saved - xmp.iid:0880117407206811822AE85E025903C5 - 2013-07-01T14:17:12+02:00 - Adobe Illustrator CS6 (Macintosh) - / - - - - Web - Document - 1 - False - False - - 1152.000000 - 1440.000000 - Pixels - - - - Cyan - Magenta - Yellow - Black - - - - - - Default Swatch Group - 0 - - - - Black - RGB - PROCESS - 0 - 0 - 0 - - - R=255 G=183 B=188 1 - RGB - PROCESS - 255 - 183 - 188 - - - - - - - Adobe PDF library 10.01 - - - - - - - - - - - - - - - - - - - - - - - - - endstream endobj 3 0 obj <> endobj 10 0 obj <>/Resources<>/Properties<>/XObject<>>>/Thumb 3003 0 R/TrimBox[0.0 0.0 1152.0 1440.0]/Type/Page>> endobj 2738 0 obj <>stream -HWn6}*R&O`F&y[7RxҘX<ȒNx)M?|zND< ~bĈùA1bĈ#F1bĈe(C!F1ʈQF2bĨ F1*p!F1*QA -bT11hFfhFfĨ"F1QE*bTaC*bT-т-т-т-t#F b F 1jQCb5Ĩ1jъъъъ -7X-6=6M6]6m6}6666Ano  "> $Z ^ & ~ (Z - * - ,Z ނ . 0Z  2 > 4Z ^ 6 ~ 8Z : <Zރ >!@Z !B>!DZ^!F~!!HZ)!J/aK/aK/aK/aK/aK/aK/aK/aK/aK/aK/aK/aK/aK/aK/aKO'~$W5MG_OLc Dv&9Iź鯔YVdJ.β(ٕrRpI>w}Ydo< OAYRjTG>K-:s+C-Ol>"@[oC):Bpv~u+^U~ -ox[(LjvgVqoږ-ѣe^WR!~W٬j -h -؅3 .٤<v6m/k>iow*o-'Xݮ*[U4CW}µwϢ --] w5d -hCHP~oa߬=ߘdܾB*z]#ViJU5PYnoޫTp -ܾ_05ۂBwCѬﻋ?N37Jfwrjd_J[7[9áįL2GCv R% qqq)ZV"rG:<{@tˋsً2 U˪^ vb|8Qu& =+ -s10Y_E @a5ٞUuG('F3"mD.l_{&<˕ƙ<]8{l6me&Dmʥy;QkN.v>kC{gd)[F4[\W+j5deKGiZK Zy1NY4S+KUP+\q(rsdTBVO#UkI(Vlj5d TZ=7~tT+{OilA/iug/ʃ^|X&[\zq4<8ӳ?Lv~Xi%m5RmzqFe{ӜBLܤ{y2dNZjg 2;.CdNB悆̩60Y_q.5.s -ot9T;RLjpk.sl27d&@iseIdn) wl:QtfoB*-̄#d*ގxZbSy^(%Y|s5 bK`m@ͫ\ wtCq,,L]«Hqxlc՞ʕ#}!LԄIEiО-0=VEv|֡;ěRXظ]mǼ;9ԕH>/;:v 6$ߎϸj 9``Siȴ`j -^אy <Xn58Ɖ8-w5+hwՄtVrZ\˅)7r9#UL>Bko= אuu6Tq&=OGͮLwJvU X{˻=o ֫%hSKn6M#ޘCL˺ T|2[L鎼'hs(]PzӲWwKuJoŢڨT1BtmQLٔn8Cy:*sқU[٦۫P):eΆY3-=Qȟ}_}!ͷ y6P-ߵT9Tn.Wȃcʋq㳯/avشlm6o-ڶVP^F}vq]b\og?-zK_8BPjeDS{>VRlk>q#g9 tn ˞b}<偊g*eƑ/C>PӾ>"[ۋkU9E5X"]<+>*ͮ,m㙏14-[}ʱ_Xk=+aɸ\xbѫԗQYKSP)|,ԪwZj57v{Xyֶ Tn42Wvy/_÷w.GĎ5,鮩r#v:)ٯXRW؆i4(wt%QV@a +lń(OKԿ9QzZ |l.c#r!HեA6(0|&㘎qO2y+&D#VDj'?4x`xyu6wzXvA(2 =k#=dV52FVhъk!)=a|VY޵zZHНwWΰ_C؛A SrBμEYgMQ8tPNac ;3,Rap b #slπ9GڒsU뢁jiEC z>{-ucr6YWs+vܩmja;EFeZ+^ӽN!U&ܧHˠA??~"SSvzOʏkvorU1,sgx| oeD -Tؙ 0-fd ̱+ -BaEtPBndT;,P4RUXUQ^%UaQ*~st)WVM4$SG?F&:|`U"̍9bOjKi~6-t;"fF$KHtYɧly} ,Ɠ\@2? ?T\ f@z -2XK<+P zh? [eeX+DZgVG˫?Jܯ3 7K؛761àd-VUDфtutH4jiB2y64[^k9l3Syϟ͟3,Olvʘ oUottH ф2dˈOzb"J%ԜT8/S[ӥ*S)r7K`DۗqQ KZ -ǼO5sKfʮNA5Yyz/b,Sl;Dʲ* [[Hmg.曢JS z#<#F|C8vVY]F(L]A4qZ渻f!>`uvM@}V2A6U7kAfG%l l/rvQ *_0792L,7a&H;MtJ]Wd@q &[`Z24jt -D9@zCWx --3>R_-Ed9<}y^E*H-)Dv=R Wlwᪿ}|`٤5iKZC -"6d&Kg("BG<5 -% RgH`a^W /CZdRzl7Z1MIli&4[-D7Xlikzb*_ P`\2V[Rԝ~VrN u&q_=6>G}dSd 4AiC F⺋BGBi*Ry*֏BB SI}.KuSr84uGh,s?]Y%zt1N!nOx7ymzW&ڴ9yfܵf1$)mʹ˴D0:z17^a6/9OV8`6 aa~tm=XV^XC5Ws;meވ7^ IzּX|w#\j*#-1NxE|8'.DtF\v4q"IRȄ?5z^i/%m9NQJ(QQ3z[^3z[^)K%]-Ͱ\FK3㠥AK_KK4gԜ/[p,ΟiO#̂R#aUXD^ Z5-fVXV߽6G,T\S+`M4kf* l}ETF| ;EIKMFM kvD1]axg!/VwB>*pnܭxejFm$0&W-?Ж c7f)za(MRGFWMJDi`Ejx` _p )]>7D&iPC!ݭKSu[&]aRX7Ks&Ŋk ttQb7bV&&UFWMZhRs. - .{@ -^s=`^F1B)Uj -e])@ap+Av XeܔffYGd߭&wpw:/߳i|@{EƖ΋2bDX|D -_O,1!KK \Sf VC=SoZ (&W~ָcP --Ktѱ+'Ww~H  |W D5Z M#&']ܚ9I0'?:uiNwEEek]-d_-&5dtdP\WcMW [m=R{/i/|/pCy!LwyRȭ}\hHļ]͈ioڥk\CdQOg -oE95yVϰ\u|>0<Mf;4=9K. gI,w^6t< ,w0e^rF}rR*Lxce@Bb1Kk#T)cI3USPݭiKWO0,L!{!!wFYA)i겐tgbDTP6YիDaQb+H9* Cm"= ֵvVI髢vR8~bK B,>lY{rRS%&KW 85h -[;VY$W]yRX*g9J2.^t 3١T%;OL2 sɡ@G2żB5Nv&sEUU4Vxluhr兮r }1ӣD:srSuصWjuDf'XFU<[o[}˚L'QmѕH5mWIr_?Gsу@mMX@y]-|~]Rg) =tp !XtrᬻG0F){6'Z3GS,-("NDBSѺΨbazM4)p7 E*;'ݖU)[YՅ yLzUPVbƣ6Cjıj}~or8.wO KG=2W8I pO gVcTIz!`/rÊІ#MfB6 m|9@"cI;75|$p!|0(ddRu"jp R{MwHztAө>1ލI Hh"EB >aC<N*Z]EqZD +lN/;AD괻$0I8ڻKE%)z0 rAN!'g@NY gA΂9 rI93\ YjIw5 y2 5{Ћp{@Q@gRQt[eC#^i+{a>a - [0 cd#h(PC 08bG)5UFT2Z${JQ{eL f]0EGk^6~p̭N:nc[HQ%&R%(hLH,DRͩMh%I Ur\lud}~CoH%+wZ{bNw٘#, f.]0a6r/݇ -!+(; -  -qd8@io/)+o@p|BM6@iއqm`q8Pmp8p`{ޠQ# c4Pߤ4@Y7i ~Gaހ`k!y${.N8qj><`AEE|pwZĘA;<36ȵ勒 /^\)esPtsCh_y"0oQ.)yknߍa#V@0\ ?`e!B`F @bUh0+( -x2~|\:b*f.+zk-* |uf-$AQǩԼB3^n,u=KQ],XjbR,KЎX#J. k -F-鯶Sod2d}{jO ol̙K˾#~J#P,UC6Avmt*ZӛPބm}TM*:QU -?UTʼn U* U~7PK'_U$WSYJ0r Guk:[>~w|}ەO~xԎ ˂^}>â% xjoUv65a/a7f/x}n/,sY/1^A[NW녎D%UBIi[zK4t' -{Iz{B!hrIw2?2Q#a;N9czǏkz#_]Y 9<'!'Dls"w?es"L99<'Ds"ȉ!No 8\ho)t7 < DxTJ=ETJ@%!:3Dg-zT qbmkJpv!!c!SM Qb!G:;UD>m.5155VR٪%>'%H"(JSRu<aT/Y&K&DkV ,"TAgwu뉟̞S[+stt)ڶt2;3AjtO#{^7:la[?y\vՔvP?C9øgrҦS~$I{>i!xO]bZ-3f2J!ENCl"F>yI|M},d'vr[/ 4GP敏9XuG2>f>|np >R𑂏8|Dc>#B2>f -n h؛m|ŏ}ޏgM!!wBDev.jc~V9w$nχɸ%TNG~닲)ߜʦ/l -l)#HgeS,eBĭ#j QQ8*q^*A2S灯8̤) -{hC+8Z -&6-:GŠ]a:&yZ5g#{U&K<"H aB77\ˋ̩sˊ/K?}Nc=m5X"x'E}_SC ZE,%R޿{!^E9o.]f0}2"{K8-l1R=AW:jw-ucDc7̪o ^B<z1eur\ubfyGfV}Vez0bHEkcMU>ѝrhcEcQ@|=w&h iDdؽW v3mjMX,y|[G^&Oumg .| 3jXDKc̜sG:ƻ$G<;0 2 -uYV7&ö5lX FXvr-snweI~&dVRdr䕳Cr}Am -qIL ҁd7Gg:,$R󹷱rrrw[x0,N@Z(sHj`pi&M9z0uoTor^uMmv--҇Q2"S#H -,~.#_g&^!]N"YX@͗XlWeyG.#_j>2a`/PϙR#ΔY=3.,+Do3!Lh#|l\&tk&4*†"aM?4R6+@mw3.{N XLƗLh2˄^5!a=I\*KB1 CI.\+Ma XD <ӷ͚h^diaqJ{N-6o/oޕ`e}e {MM]:/~fKbI#ԇ~DfruE^YYfZkoVGnں"RU:`;̲f9^f;srW2/=>hl )/+/N|^g.26INI֨SZw!$ao:Yd";ԹrgrhL;Z C0Vt.5 ; R8"oV[k^'Y7/5QdJ4!nVSNc(Zh02kOfai򱽋q9Zp|:>N2A~WXi/0؀:%M|bet{VgZy=  i+kX*j_e}>7/r,NxXa@[Á(A_-^mOb썯A]#4Bmy-qz -Vf409D6nx!ϑe]ZTfR4 #H|IA)wɶ#ĕ$2 f灈&{OpM2;솘 -mKM")TBT< GV&T>.dPqȜ+a5=k dHLoh"T.2"i_o-BLoQ{$2Dorwف~sgه||9<>͘v|3^ -~ƭ+ѹW 8`)8>֟{NAE({"YiZxK6~*݃Q95|*+nLT+՘ϨMH3 -ǐgKQ(Nj,6 HjpkLr+0[M -PUA>i?54s - =o0N<%Y3u>LS$ւ*P"&nŭIʤύmlǦQ&d6ܺ ɯ:PvQ R xe5/>4y+bMy?6^̿ȕg!A("@hg\<򭼧uVy5I5rGZw5$+q4^B拉pKoI~-p[5)|C"7Uq)HTEooafb%rqЍl0量`W ,aPַܪŃ(xkPSwXܭf޺NGnR)R/r/ס~%ەJؖE+Z]FA=l9p,~Da ZYd!,ezXҟbb٫w 4I6z*^ze J{cvM`;vs~F]P?!}KeψmkݶcYR:%AxjkWe6_Rc9)CT]+ `zÁ+eή~(sSxq<[0)Un^s02|DO=Ж|ozדkQ?[QǧTM|@>P :!y 2t V#P`I'8D4wU -:ɰВLqlL*V(bWL1mT=FI0cʓ#yL Sq=9I{CI(Aw%P 7aIB@! NʀZH> 6 . , N+'h8wx2v2)dvco.Q5j@5H>.*ĩ˪sk3t7{W ;{onsv_I5vg8tħ$:{:Ir찿.Q g5^+ʧ -~MYSUFvə7 3prޜژv&ݲZ9+{j@Z fLP4\ ;ekdgbQ֢9W];kG{W16O~ -qYA-ӽ]tϠ|} -d$pG0Sϣ?QnۿxѣΞaG6Ӗpm$:=ڢg3nE ^+ڶ: 9P Q:Scx0à(ž层Ic gGǫ,`ߪB>*鐭Md@ُ$j۷C*\={hW1e|x`a\{MvюM.t!>H-Ih;::Gvm}δ03aBL4L(9![ QO3ML֎֑L>MLюiJN~xDHX%$I1-*q۝&qi>'g#kjt&xt!Am 5]S~<߅(Y+hrJ]$sm8?TهK7u]EG:`$.j:\haU81h TcKa뭊N?'bݬFcҢiv1Or*Qbwli ` H|-5 G صJ⪋1m7.13EG[ -#2G+K}qP5C%`1za.%!:иC,c2wA!Ik.`j:Kܮ 9&\8' 0&6a#{no^ζ9TzeX&;|>p|>p|>p ?Y4]s HTݔs -T!6kȐN -ZoT\7n Q*@'& -\z J. _LE|T%LJ%TB\G(]NZRpSBLe OqayvB1j*-,+Iuc`; y*\卞'l$()()()(p4@%K=` 5o*o b,IRfMEFjyS"mL|L K7vm; >,l Sn[:h5D9` 5VޘU04`5@{ L5@uY;*KF\rʶ J oL5%"=`kC ;tء6dKf"WO߁CLa%C?AC2s.q0`9 X.ۉR@]WW'JbXFZ0Y?u]Ns) Z䰱cև}yJq<%w$JwSnM,PCӒ.^ /۸>94k1zA<tRS*aQ5j1[c56iL` ZTeUDP| bThݰ>%WR(W`Zkz>( -Z6L*k -\+_GT]"앬^8G xKe%isBEFFjn -C6Piƽ1+gGqMn%hN;#n9k[Ю_-h獹#A0g N餠(i7an\Ehvn@]OÅc.;I1LJ;ڠvvmݺ;*Lp ' *׬Noh7yE$}9X"%-lqJ~,m/U"e9?[N>1_eO ߛu?ۡl[~lߟ~^@-ty,ߓ.Et-Dvٲ?"i4-@hU&[)me l_URvꥻlM攭Q2=/Чllu"[u43E|ؔ(L%TB:-dˮ .[M,7a-ˈY?"[dPSR ȑ8썹#ȲA$j rY0x3(9 yrs};,QLYeHm+9`,۵!,+^fWjJ]"CsG:F[x-,yvrK\BWgWo [K;V1p=tc;la6HA!-hO~TϽ|֡6˔ AY(=B>BJ$M  yl -/&n˾>j2>lj&XBP% Tr gn5]@=\(@=y`[T ILW@ Pu_ޒ͢71aold,wcʇq [8@q򓋕է;\.D!T̞sDqeZW<>>[Gπ;% Ep$o)D1Ġ5X*U'E1طw3&Gu]6}Jy.Wo׆Ⱥ{!{Y.ĖeD,[-˅ɳ -l[dsG -eH,)IR}JANQ/ZY 2t42Ȑ("UH >.d._~\ -g Erj[,Y/{yOM+2n&G+OKbگlfW^6|ycf/I_NR4=İ2O6(G~![ro2tYS}q J3,Aa&f6:r:pQEܔ1atQD}*FۉS=ꮁ,WØZ)10(Ǥ0H'epXLX'Q=7ţa4/>;qߧKmmʋ"cʋ8}^=ߟub?eE8/kUl{⳶YZbymb)/#gHy9"%GLueGJLeG)&z1/;RdSآG -)@\ŐIGl\L6@e'g;~ |2RvNxf1$m]v}i*-9 T+}nH&guVeff>5Z}n{T1U<"ޔhrJ({e2Kא$fg,#}:WJ2Oa,W4Ifh}ol0ZC̏ ҡh Fm\cb&"q`V+#E ]=-g\UMQ ^ӯirPW*r$C(SЦJ}FvA}2P2Vbd4 N>`郂H54 -Q^}Bk7 خWm8BE+>kwx&{ip"`W[6Na6%;JI yG/'0 `Y[  ƻղWS5$Ed5af8D_clci#`AJ (fƂ|1H -j>W8aʨ n"ԧEg&.Ҍ$4}рdiXukox4~1@gIX6(VC}11`{ҫLbqz2@l% -1Z+xH >pCLRV𢃭GTR0jd~~_Է q[|+<_̕cc-ܷO־޳2JCR3P$tVp p"-υQfA6p8{OAƶZ .Ԅ}8QHU: J53A'@\.YuiGt?6 o}U:Y8U9WZ'IO 0?Jӂb -]w4w݅71C^Wd2w87B<,9Uu兡]0quITMJJ!ת[r<[ %`a\ %Lx -[ڊMh(6p_Yԉ;WyXFV #9~B^>SHWf/hHs(HS@B1uЙ3gE U>!/Ieu #9:=VTMXb/5) JAkiYYZo*N҂)G6>^rhCK?;-O endstream endobj 2194 0 obj <> endobj 3003 0 obj <>stream -8;Z\r5mi,r&-Mh0&,&):6k>/S>73O;c6YU_Cm/%dEj@oB30/8C-O*j;(_(-BM0./G -D5fdj^Y_ceZmAqS1R*nJ:1ksq;4Pp.3heU)Tl`\B3^`.ficO>VT8I;&;4PooD+P>: -UUeZ&=`3Ij@nV\M^&'f=]\ATYZ&U5-$D4c&=J[7"1J%f("oui1Ut>~> endstream endobj 3004 0 obj [/Indexed/DeviceRGB 255 3005 0 R] endobj 3005 0 obj <>stream -8;X]O>EqN@%''O_@%e@?J;%+8(9e>X=MR6S?i^YgA3=].HDXF.R$lIL@"pJ+EP(%0 -b]6ajmNZn*!='OQZeQ^Y*,=]?C.B+\Ulg9dhD*"iC[;*=3`oP1[!S^)?1)IZ4dup` -E1r!/,*0[*9.aFIR2&b-C#soRZ7Dl%MLY\.?d>Mn -6%Q2oYfNRF$$+ON<+]RUJmC0InDZ4OTs0S!saG>GGKUlQ*Q?45:CI&4J'_2j$XKrcYp0n+Xl_nU*O( -l[$6Nn+Z_Nq0]s7hs]`XX1nZ8&94a\~> endstream endobj 2743 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 96 -96 96 re -f - endstream endobj 2744 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 120 -48 48 re -f - endstream endobj 2745 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 96 -96 96 re -f - endstream endobj 2746 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 576 -96 96 re -f - endstream endobj 2747 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 600 -48 48 re -f - endstream endobj 2748 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 576 -96 96 re -f - endstream endobj 2749 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 600 -48 48 re -f - endstream endobj 2750 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 576 -96 96 re -f - endstream endobj 2751 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 600 -48 48 re -f - endstream endobj 2752 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 576 -96 96 re -f - endstream endobj 2753 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 600 -48 48 re -f - endstream endobj 2754 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 576 -96 96 re -f - endstream endobj 2755 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -552 600 -48 48 re -f - endstream endobj 2756 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -648 120 -48 48 re -f - endstream endobj 2757 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 576 -96 96 re -f - endstream endobj 2758 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -648 600 -48 48 re -f - endstream endobj 2759 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 576 -96 96 re -f - endstream endobj 2760 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -744 600 -48 48 re -f - endstream endobj 2761 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 576 -96 96 re -f - endstream endobj 2762 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -840 600 -48 48 re -f - endstream endobj 2763 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 576 -96 96 re -f - endstream endobj 2764 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -936 600 -48 48 re -f - endstream endobj 2765 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1056 576 -96 96 re -f - endstream endobj 2766 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1032 600 -48 48 re -f - endstream endobj 2767 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 96 -96 96 re -f - endstream endobj 2768 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 672 -96 96 re -f - endstream endobj 2769 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 696 -48 48 re -f - endstream endobj 2770 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 672 -96 96 re -f - endstream endobj 2771 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 696 -48 48 re -f - endstream endobj 2772 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 672 -96 96 re -f - endstream endobj 2773 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 696 -48 48 re -f - endstream endobj 2774 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 672 -96 96 re -f - endstream endobj 2775 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 696 -48 48 re -f - endstream endobj 2776 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 672 -96 96 re -f - endstream endobj 2777 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -552 696 -48 48 re -f - endstream endobj 2778 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -744 120 -48 48 re -f - endstream endobj 2779 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 672 -96 96 re -f - endstream endobj 2780 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -648 696 -48 48 re -f - endstream endobj 2781 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 672 -96 96 re -f - endstream endobj 2782 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -744 696 -48 48 re -f - endstream endobj 2783 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 672 -96 96 re -f - endstream endobj 2784 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -840 696 -48 48 re -f - endstream endobj 2785 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 672 -96 96 re -f - endstream endobj 2786 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -936 696 -48 48 re -f - endstream endobj 2787 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1056 672 -96 96 re -f - endstream endobj 2788 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1032 696 -48 48 re -f - endstream endobj 2789 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 96 -96 96 re -f - endstream endobj 2790 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 768 -96 96 re -f - endstream endobj 2791 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 792 -48 48 re -f - endstream endobj 2792 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 768 -96 96 re -f - endstream endobj 2793 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 792 -48 48 re -f - endstream endobj 2794 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 768 -96 96 re -f - endstream endobj 2795 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 792 -48 48 re -f - endstream endobj 2796 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 768 -96 96 re -f - endstream endobj 2797 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 792 -48 48 re -f - endstream endobj 2798 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 768 -96 96 re -f - endstream endobj 2799 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -552 792 -48 48 re -f - endstream endobj 2800 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -840 120 -48 48 re -f - endstream endobj 2801 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 768 -96 96 re -f - endstream endobj 2802 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -648 792 -48 48 re -f - endstream endobj 2803 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 768 -96 96 re -f - endstream endobj 2804 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -744 792 -48 48 re -f - endstream endobj 2805 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 768 -96 96 re -f - endstream endobj 2806 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -840 792 -48 48 re -f - endstream endobj 2807 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 768 -96 96 re -f - endstream endobj 2808 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -936 792 -48 48 re -f - endstream endobj 2809 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1056 768 -96 96 re -f - endstream endobj 2810 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1032 792 -48 48 re -f - endstream endobj 2811 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 96 -96 96 re -f - endstream endobj 2812 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 864 -96 96 re -f - endstream endobj 2813 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 888 -48 48 re -f - endstream endobj 2814 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 864 -96 96 re -f - endstream endobj 2815 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 888 -48 48 re -f - endstream endobj 2816 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 864 -96 96 re -f - endstream endobj 2817 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 888 -48 48 re -f - endstream endobj 2818 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 864 -96 96 re -f - endstream endobj 2819 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 888 -48 48 re -f - endstream endobj 2820 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 864 -96 96 re -f - endstream endobj 2821 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -552 888 -48 48 re -f - endstream endobj 2822 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -936 120 -48 48 re -f - endstream endobj 2823 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 864 -96 96 re -f - endstream endobj 2824 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -648 888 -48 48 re -f - endstream endobj 2825 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 864 -96 96 re -f - endstream endobj 2826 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -744 888 -48 48 re -f - endstream endobj 2827 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 864 -96 96 re -f - endstream endobj 2828 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -840 888 -48 48 re -f - endstream endobj 2829 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 864 -96 96 re -f - endstream endobj 2830 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -936 888 -48 48 re -f - endstream endobj 2831 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1056 864 -96 96 re -f - endstream endobj 2832 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1032 888 -48 48 re -f - endstream endobj 2833 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1056 96 -96 96 re -f - endstream endobj 2834 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 960 -96 96 re -f - endstream endobj 2835 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 984 -48 48 re -f - endstream endobj 2836 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 960 -96 96 re -f - endstream endobj 2837 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 984 -48 48 re -f - endstream endobj 2838 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 960 -96 96 re -f - endstream endobj 2839 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 984 -48 48 re -f - endstream endobj 2840 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 960 -96 96 re -f - endstream endobj 2841 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 984 -48 48 re -f - endstream endobj 2842 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 960 -96 96 re -f - endstream endobj 2843 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -552 984 -48 48 re -f - endstream endobj 2844 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1032 120 -48 48 re -f - endstream endobj 2845 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 960 -96 96 re -f - endstream endobj 2846 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -648 984 -48 48 re -f - endstream endobj 2847 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 960 -96 96 re -f - endstream endobj 2848 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -744 984 -48 48 re -f - endstream endobj 2849 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 960 -96 96 re -f - endstream endobj 2850 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -840 984 -48 48 re -f - endstream endobj 2851 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 960 -96 96 re -f - endstream endobj 2852 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -936 984 -48 48 re -f - endstream endobj 2853 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1056 960 -96 96 re -f - endstream endobj 2854 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1032 984 -48 48 re -f - endstream endobj 2855 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 96 -96 96 re -f - endstream endobj 2856 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 192 -96 96 re -f - endstream endobj 2857 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 1056 -96 96 re -f - endstream endobj 2858 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 1080 -48 48 re -f - endstream endobj 2859 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 1056 -96 96 re -f - endstream endobj 2860 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 1080 -48 48 re -f - endstream endobj 2861 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 1056 -96 96 re -f - endstream endobj 2862 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 1080 -48 48 re -f - endstream endobj 2863 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 1056 -96 96 re -f - endstream endobj 2864 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 1080 -48 48 re -f - endstream endobj 2865 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 1056 -96 96 re -f - endstream endobj 2866 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -552 1080 -48 48 re -f - endstream endobj 2867 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 216 -48 48 re -f - endstream endobj 2868 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 1056 -96 96 re -f - endstream endobj 2869 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -648 1080 -48 48 re -f - endstream endobj 2870 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 1056 -96 96 re -f - endstream endobj 2871 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -744 1080 -48 48 re -f - endstream endobj 2872 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 1056 -96 96 re -f - endstream endobj 2873 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -840 1080 -48 48 re -f - endstream endobj 2874 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 1056 -96 96 re -f - endstream endobj 2875 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -936 1080 -48 48 re -f - endstream endobj 2876 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1056 1056 -96 96 re -f - endstream endobj 2877 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1032 1080 -48 48 re -f - endstream endobj 2878 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 192 -96 96 re -f - endstream endobj 2879 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 1152 -96 96 re -f - endstream endobj 2880 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 1176 -48 48 re -f - endstream endobj 2881 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 1152 -96 96 re -f - endstream endobj 2882 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 1176 -48 48 re -f - endstream endobj 2883 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 1152 -96 96 re -f - endstream endobj 2884 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 1176 -48 48 re -f - endstream endobj 2885 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 1152 -96 96 re -f - endstream endobj 2886 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 1176 -48 48 re -f - endstream endobj 2887 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 1152 -96 96 re -f - endstream endobj 2888 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -552 1176 -48 48 re -f - endstream endobj 2889 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 216 -48 48 re -f - endstream endobj 2890 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 1152 -96 96 re -f - endstream endobj 2891 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -648 1176 -48 48 re -f - endstream endobj 2892 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 1152 -96 96 re -f - endstream endobj 2893 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -744 1176 -48 48 re -f - endstream endobj 2894 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 1152 -96 96 re -f - endstream endobj 2895 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -840 1176 -48 48 re -f - endstream endobj 2896 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 1152 -96 96 re -f - endstream endobj 2897 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -936 1176 -48 48 re -f - endstream endobj 2898 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1056 1152 -96 96 re -f - endstream endobj 2899 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1032 1176 -48 48 re -f - endstream endobj 2900 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 192 -96 96 re -f - endstream endobj 2901 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 1248 -96 96 re -f - endstream endobj 2902 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 1272 -48 48 re -f - endstream endobj 2903 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 1248 -96 96 re -f - endstream endobj 2904 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 1272 -48 48 re -f - endstream endobj 2905 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 1248 -96 96 re -f - endstream endobj 2906 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 1272 -48 48 re -f - endstream endobj 2907 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 1248 -96 96 re -f - endstream endobj 2908 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 1272 -48 48 re -f - endstream endobj 2909 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 1248 -96 96 re -f - endstream endobj 2910 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -552 1272 -48 48 re -f - endstream endobj 2911 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 216 -48 48 re -f - endstream endobj 2912 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 1248 -96 96 re -f - endstream endobj 2913 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -648 1272 -48 48 re -f - endstream endobj 2914 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 1248 -96 96 re -f - endstream endobj 2915 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -744 1272 -48 48 re -f - endstream endobj 2916 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 1248 -96 96 re -f - endstream endobj 2917 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -840 1272 -48 48 re -f - endstream endobj 2918 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 1248 -96 96 re -f - endstream endobj 2919 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -936 1272 -48 48 re -f - endstream endobj 2920 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1056 1248 -96 96 re -f - endstream endobj 2921 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1032 1272 -48 48 re -f - endstream endobj 2922 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 192 -96 96 re -f - endstream endobj 2923 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 216 -48 48 re -f - endstream endobj 2924 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 192 -96 96 re -f - endstream endobj 2925 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -552 216 -48 48 re -f - endstream endobj 2926 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 120 -48 48 re -f - endstream endobj 2927 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 192 -96 96 re -f - endstream endobj 2928 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -648 216 -48 48 re -f - endstream endobj 2929 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 192 -96 96 re -f - endstream endobj 2930 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -744 216 -48 48 re -f - endstream endobj 2931 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 192 -96 96 re -f - endstream endobj 2932 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -840 216 -48 48 re -f - endstream endobj 2933 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 192 -96 96 re -f - endstream endobj 2934 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -936 216 -48 48 re -f - endstream endobj 2935 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1056 192 -96 96 re -f - endstream endobj 2936 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1032 216 -48 48 re -f - endstream endobj 2937 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 96 -96 96 re -f - endstream endobj 2938 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 288 -96 96 re -f - endstream endobj 2939 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 312 -48 48 re -f - endstream endobj 2940 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 288 -96 96 re -f - endstream endobj 2941 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 312 -48 48 re -f - endstream endobj 2942 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 288 -96 96 re -f - endstream endobj 2943 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 312 -48 48 re -f - endstream endobj 2944 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 288 -96 96 re -f - endstream endobj 2945 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 312 -48 48 re -f - endstream endobj 2946 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 288 -96 96 re -f - endstream endobj 2947 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -552 312 -48 48 re -f - endstream endobj 2948 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 120 -48 48 re -f - endstream endobj 2949 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 288 -96 96 re -f - endstream endobj 2950 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -648 312 -48 48 re -f - endstream endobj 2951 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 288 -96 96 re -f - endstream endobj 2952 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -744 312 -48 48 re -f - endstream endobj 2953 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 288 -96 96 re -f - endstream endobj 2954 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -840 312 -48 48 re -f - endstream endobj 2955 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 288 -96 96 re -f - endstream endobj 2956 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -936 312 -48 48 re -f - endstream endobj 2957 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1056 288 -96 96 re -f - endstream endobj 2958 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1032 312 -48 48 re -f - endstream endobj 2959 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 96 -96 96 re -f - endstream endobj 2960 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 384 -96 96 re -f - endstream endobj 2961 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 408 -48 48 re -f - endstream endobj 2962 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 384 -96 96 re -f - endstream endobj 2963 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 408 -48 48 re -f - endstream endobj 2964 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 384 -96 96 re -f - endstream endobj 2965 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 408 -48 48 re -f - endstream endobj 2966 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 384 -96 96 re -f - endstream endobj 2967 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 408 -48 48 re -f - endstream endobj 2968 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 384 -96 96 re -f - endstream endobj 2969 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -552 408 -48 48 re -f - endstream endobj 2970 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 120 -48 48 re -f - endstream endobj 2971 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 384 -96 96 re -f - endstream endobj 2972 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -648 408 -48 48 re -f - endstream endobj 2973 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 384 -96 96 re -f - endstream endobj 2974 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -744 408 -48 48 re -f - endstream endobj 2975 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 384 -96 96 re -f - endstream endobj 2976 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -840 408 -48 48 re -f - endstream endobj 2977 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 384 -96 96 re -f - endstream endobj 2978 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -936 408 -48 48 re -f - endstream endobj 2979 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1056 384 -96 96 re -f - endstream endobj 2980 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1032 408 -48 48 re -f - endstream endobj 2981 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 96 -96 96 re -f - endstream endobj 2982 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 480 -96 96 re -f - endstream endobj 2983 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 504 -48 48 re -f - endstream endobj 2984 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 480 -96 96 re -f - endstream endobj 2985 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 504 -48 48 re -f - endstream endobj 2986 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 480 -96 96 re -f - endstream endobj 2987 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 504 -48 48 re -f - endstream endobj 2988 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 480 -96 96 re -f - endstream endobj 2989 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 504 -48 48 re -f - endstream endobj 2990 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 480 -96 96 re -f - endstream endobj 2991 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -552 504 -48 48 re -f - endstream endobj 2992 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -552 120 -48 48 re -f - endstream endobj 2993 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 480 -96 96 re -f - endstream endobj 2994 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -648 504 -48 48 re -f - endstream endobj 2995 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 480 -96 96 re -f - endstream endobj 2996 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -744 504 -48 48 re -f - endstream endobj 2997 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 480 -96 96 re -f - endstream endobj 2998 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -840 504 -48 48 re -f - endstream endobj 2999 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 480 -96 96 re -f - endstream endobj 3000 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -936 504 -48 48 re -f - endstream endobj 3001 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1056 480 -96 96 re -f - endstream endobj 3002 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1032 504 -48 48 re -f - endstream endobj 3265 0 obj <> endobj 2742 0 obj <> endobj 3264 0 obj <> endobj 3263 0 obj <> endobj 3262 0 obj <> endobj 3261 0 obj <> endobj 3260 0 obj <> endobj 3259 0 obj <> endobj 3258 0 obj <> endobj 3257 0 obj <> endobj 3256 0 obj <> endobj 3255 0 obj <> endobj 3254 0 obj <> endobj 3253 0 obj <> endobj 3252 0 obj <> endobj 3251 0 obj <> endobj 3250 0 obj <> endobj 3249 0 obj <> endobj 3248 0 obj <> endobj 3247 0 obj <> endobj 3246 0 obj <> endobj 3245 0 obj <> endobj 3244 0 obj <> endobj 3243 0 obj <> endobj 3242 0 obj <> endobj 3241 0 obj <> endobj 3240 0 obj <> endobj 3239 0 obj <> endobj 3238 0 obj <> endobj 3237 0 obj <> endobj 3236 0 obj <> endobj 3235 0 obj <> endobj 3234 0 obj <> endobj 3233 0 obj <> endobj 3232 0 obj <> endobj 3231 0 obj <> endobj 3230 0 obj <> endobj 3229 0 obj <> endobj 3228 0 obj <> endobj 3227 0 obj <> endobj 3226 0 obj <> endobj 3225 0 obj <> endobj 3224 0 obj <> endobj 3223 0 obj <> endobj 3222 0 obj <> endobj 3221 0 obj <> endobj 3220 0 obj <> endobj 3219 0 obj <> endobj 3218 0 obj <> endobj 3217 0 obj <> endobj 3216 0 obj <> endobj 3215 0 obj <> endobj 3214 0 obj <> endobj 3213 0 obj <> endobj 3212 0 obj <> endobj 3211 0 obj <> endobj 3210 0 obj <> endobj 3209 0 obj <> endobj 3208 0 obj <> endobj 3207 0 obj <> endobj 3206 0 obj <> endobj 3205 0 obj <> endobj 3204 0 obj <> endobj 3203 0 obj <> endobj 3202 0 obj <> endobj 3201 0 obj <> endobj 3200 0 obj <> endobj 3199 0 obj <> endobj 3198 0 obj <> endobj 3197 0 obj <> endobj 3196 0 obj <> endobj 3195 0 obj <> endobj 3194 0 obj <> endobj 3193 0 obj <> endobj 3192 0 obj <> endobj 3191 0 obj <> endobj 3190 0 obj <> endobj 3189 0 obj <> endobj 3188 0 obj <> endobj 3187 0 obj <> endobj 3186 0 obj <> endobj 3185 0 obj <> endobj 3184 0 obj <> endobj 3183 0 obj <> endobj 3182 0 obj <> endobj 3181 0 obj <> endobj 3180 0 obj <> endobj 3179 0 obj <> endobj 3178 0 obj <> endobj 3177 0 obj <> endobj 3176 0 obj <> endobj 3175 0 obj <> endobj 3174 0 obj <> endobj 3173 0 obj <> endobj 3172 0 obj <> endobj 3171 0 obj <> endobj 3170 0 obj <> endobj 3169 0 obj <> endobj 3168 0 obj <> endobj 3167 0 obj <> endobj 3166 0 obj <> endobj 3165 0 obj <> endobj 3164 0 obj <> endobj 3163 0 obj <> endobj 3162 0 obj <> endobj 3161 0 obj <> endobj 3160 0 obj <> endobj 3159 0 obj <> endobj 3158 0 obj <> endobj 3157 0 obj <> endobj 3156 0 obj <> endobj 3155 0 obj <> endobj 3154 0 obj <> endobj 3153 0 obj <> endobj 3152 0 obj <> endobj 3151 0 obj <> endobj 3150 0 obj <> endobj 3149 0 obj <> endobj 3148 0 obj <> endobj 3147 0 obj <> endobj 3146 0 obj <> endobj 3145 0 obj <> endobj 3144 0 obj <> endobj 3143 0 obj <> endobj 3142 0 obj <> endobj 3141 0 obj <> endobj 3140 0 obj <> endobj 3139 0 obj <> endobj 3138 0 obj <> endobj 3137 0 obj <> endobj 3136 0 obj <> endobj 3135 0 obj <> endobj 3134 0 obj <> endobj 3133 0 obj <> endobj 3132 0 obj <> endobj 3131 0 obj <> endobj 3130 0 obj <> endobj 3129 0 obj <> endobj 3128 0 obj <> endobj 3127 0 obj <> endobj 3126 0 obj <> endobj 3125 0 obj <> endobj 3124 0 obj <> endobj 3123 0 obj <> endobj 3122 0 obj <> endobj 3121 0 obj <> endobj 3120 0 obj <> endobj 3119 0 obj <> endobj 3118 0 obj <> endobj 3117 0 obj <> endobj 3116 0 obj <> endobj 3115 0 obj <> endobj 3114 0 obj <> endobj 3113 0 obj <> endobj 3112 0 obj <> endobj 3111 0 obj <> endobj 3110 0 obj <> endobj 3109 0 obj <> endobj 3108 0 obj <> endobj 3107 0 obj <> endobj 3106 0 obj <> endobj 3105 0 obj <> endobj 3104 0 obj <> endobj 3103 0 obj <> endobj 3102 0 obj <> endobj 3101 0 obj <> endobj 3100 0 obj <> endobj 3099 0 obj <> endobj 3098 0 obj <> endobj 3097 0 obj <> endobj 3096 0 obj <> endobj 3095 0 obj <> endobj 3094 0 obj <> endobj 3093 0 obj <> endobj 3092 0 obj <> endobj 3091 0 obj <> endobj 3090 0 obj <> endobj 3089 0 obj <> endobj 3088 0 obj <> endobj 3087 0 obj <> endobj 3086 0 obj <> endobj 3085 0 obj <> endobj 3084 0 obj <> endobj 3083 0 obj <> endobj 3082 0 obj <> endobj 3081 0 obj <> endobj 3080 0 obj <> endobj 3079 0 obj <> endobj 3078 0 obj <> endobj 3077 0 obj <> endobj 3076 0 obj <> endobj 3075 0 obj <> endobj 3074 0 obj <> endobj 3073 0 obj <> endobj 3072 0 obj <> endobj 3071 0 obj <> endobj 3070 0 obj <> endobj 3069 0 obj <> endobj 3068 0 obj <> endobj 3067 0 obj <> endobj 3066 0 obj <> endobj 3065 0 obj <> endobj 3064 0 obj <> endobj 3063 0 obj <> endobj 3062 0 obj <> endobj 3061 0 obj <> endobj 3060 0 obj <> endobj 3059 0 obj <> endobj 3058 0 obj <> endobj 3057 0 obj <> endobj 3056 0 obj <> endobj 3055 0 obj <> endobj 3054 0 obj <> endobj 3053 0 obj <> endobj 3052 0 obj <> endobj 3051 0 obj <> endobj 3050 0 obj <> endobj 3049 0 obj <> endobj 3048 0 obj <> endobj 3047 0 obj <> endobj 3046 0 obj <> endobj 3045 0 obj <> endobj 3044 0 obj <> endobj 3043 0 obj <> endobj 3042 0 obj <> endobj 3041 0 obj <> endobj 3040 0 obj <> endobj 3039 0 obj <> endobj 3038 0 obj <> endobj 3037 0 obj <> endobj 3036 0 obj <> endobj 3035 0 obj <> endobj 3034 0 obj <> endobj 3033 0 obj <> endobj 3032 0 obj <> endobj 3031 0 obj <> endobj 3030 0 obj <> endobj 3029 0 obj <> endobj 3028 0 obj <> endobj 3027 0 obj <> endobj 3026 0 obj <> endobj 3025 0 obj <> endobj 3024 0 obj <> endobj 3023 0 obj <> endobj 3022 0 obj <> endobj 3021 0 obj <> endobj 3020 0 obj <> endobj 3019 0 obj <> endobj 3018 0 obj <> endobj 3017 0 obj <> endobj 3016 0 obj <> endobj 3015 0 obj <> endobj 3014 0 obj <> endobj 3013 0 obj <> endobj 3012 0 obj <> endobj 3011 0 obj <> endobj 3010 0 obj <> endobj 3009 0 obj <> endobj 3008 0 obj <> endobj 3007 0 obj <> endobj 3006 0 obj <> endobj 2734 0 obj <> endobj 2735 0 obj <> endobj 2736 0 obj <> endobj 3270 0 obj [/View/Design] endobj 3271 0 obj <>>> endobj 3268 0 obj [/View/Design] endobj 3269 0 obj <>>> endobj 3266 0 obj [/View/Design] endobj 3267 0 obj <>>> endobj 2740 0 obj <> endobj 2741 0 obj <> endobj 2739 0 obj <> endobj 3272 0 obj <> endobj 3273 0 obj <>stream -%!PS-Adobe-3.0 %%Creator: Adobe Illustrator(R) 16.0 %%AI8_CreatorVersion: 17.0.0 %%For: (Jan Kova\622k) () %%Title: (glyphicons_filetypes@2x.ai) %%CreationDate: 7/4/13 8:21 AM %%Canvassize: 16383 %%BoundingBox: 113 -2232 1030 -959 %%HiResBoundingBox: 113.6777 -2232 1030 -959.6406 %%DocumentProcessColors: Cyan Magenta Yellow Black %AI5_FileFormat 12.0 %AI12_BuildNumber: 256 %AI3_ColorUsage: Color %AI7_ImageSettings: 0 %%RGBProcessColor: 0 0 0 ([Registration]) %AI3_Cropmarks: 0 -2352 1152 -912 %AI3_TemplateBox: 384.5 -384.5 384.5 -384.5 %AI3_TileBox: 296.5 -2012 855.5 -1229 %AI3_DocumentPreview: None %AI5_ArtSize: 14400 14400 %AI5_RulerUnits: 6 %AI9_ColorModel: 1 %AI5_ArtFlags: 0 0 0 1 0 0 1 0 0 %AI5_TargetResolution: 800 %AI5_NumLayers: 3 %AI9_OpenToView: -288 -807 1 1782 1082 90 1 0 78 132 1 0 0 0 1 0 0 1 0 1 %AI5_OpenViewLayers: 372 %%PageOrigin:-16 -684 %AI7_GridSettings: 48 48 48 48 1 0 0.8 0.8 0.8 0.9 0.9 0.9 %AI9_Flatten: 1 %AI12_CMSettings: 00.MS %%EndComments endstream endobj 3274 0 obj <>stream -%%BoundingBox: 113 -2232 1030 -959 %%HiResBoundingBox: 113.6777 -2232 1030 -959.6406 %AI7_Thumbnail: 92 128 8 %%BeginData: 13366 Hex Bytes %0000330000660000990000CC0033000033330033660033990033CC0033FF %0066000066330066660066990066CC0066FF009900009933009966009999 %0099CC0099FF00CC0000CC3300CC6600CC9900CCCC00CCFF00FF3300FF66 %00FF9900FFCC3300003300333300663300993300CC3300FF333300333333 %3333663333993333CC3333FF3366003366333366663366993366CC3366FF %3399003399333399663399993399CC3399FF33CC0033CC3333CC6633CC99 %33CCCC33CCFF33FF0033FF3333FF6633FF9933FFCC33FFFF660000660033 %6600666600996600CC6600FF6633006633336633666633996633CC6633FF %6666006666336666666666996666CC6666FF669900669933669966669999 %6699CC6699FF66CC0066CC3366CC6666CC9966CCCC66CCFF66FF0066FF33 %66FF6666FF9966FFCC66FFFF9900009900339900669900999900CC9900FF %9933009933339933669933999933CC9933FF996600996633996666996699 %9966CC9966FF9999009999339999669999999999CC9999FF99CC0099CC33 %99CC6699CC9999CCCC99CCFF99FF0099FF3399FF6699FF9999FFCC99FFFF %CC0000CC0033CC0066CC0099CC00CCCC00FFCC3300CC3333CC3366CC3399 %CC33CCCC33FFCC6600CC6633CC6666CC6699CC66CCCC66FFCC9900CC9933 %CC9966CC9999CC99CCCC99FFCCCC00CCCC33CCCC66CCCC99CCCCCCCCCCFF %CCFF00CCFF33CCFF66CCFF99CCFFCCCCFFFFFF0033FF0066FF0099FF00CC %FF3300FF3333FF3366FF3399FF33CCFF33FFFF6600FF6633FF6666FF6699 %FF66CCFF66FFFF9900FF9933FF9966FF9999FF99CCFF99FFFFCC00FFCC33 %FFCC66FFCC99FFCCCCFFCCFFFFFF33FFFF66FFFF99FFFFCC110000001100 %000011111111220000002200000022222222440000004400000044444444 %550000005500000055555555770000007700000077777777880000008800 %000088888888AA000000AA000000AAAAAAAABB000000BB000000BBBBBBBB %DD000000DD000000DDDDDDDDEE000000EE000000EEEEEEEE0000000000FF %00FF0000FFFFFF0000FF00FFFFFF00FFFFFF %524C455227527D522727F87D525227529AC36F52525227FD48FFF827F8A8 %275227522727F827529ACA76FD0427FD067D525252FD3FFF7D527D7DA8A8 %FFFFA8A8A87D7DA1C3A1A87D7D7DFF7D7DA8FF7DFF7DA8FDFCFFFDB3FFA8 %5227277DFD05FF7D27277DA8FD05FF5227277DFD06FF272727A8FD05FFA8 %272727FD06FF7D27277DFD05FFA8272752A8FD05FF7D272752A8FD05FF52 %27277DFD05FFA8272752A8FFF827F827FD05FF7DF827F87DFD05FF52F8F8 %F8A8FD05FF27F8F827FD05FF7DF8F8F852FD05FF27F8F827A8FD04FFA8F8 %27F852FD05FF7DF8F8F87DFD05FF52F8F8F8FD05FFA827F8F827A827F8F8 %F8FD05FF7DF8F8F852FD05FF2727F8F87DFD05FFF827F827FD05FF7DF827 %F87DFD05FF52F8F8F8A8FD04FFA8FD04F8FD05FF7D27F8F852FD05FF2727 %F8F8A8FD04FFA8F827F8F8FF2752277DFD05FF7D275227FD06FF52275252 %FD05FFA827522752FD05FF7D522727A8FD05FF2752277DFD05FFA8275227 %52A8FD04FF7DF85227A8FD05FF52272752FD05FFA827275252A827272752 %FD05FF7DF8272752FD05FFFD0427A8FD05FFF827F852FD05FF7DF827F87D %FD05FF27F82727A8FD04FFA8FD0427FD05FF7DF827277DFD05FFFD0427A8 %FD04FFA8F8272752FFFD04A8FD06FFA8A8A8FD07FFA8A8A8FD07FFA8A8A8 %FD06FFFD04A8FD05FFFD04A8FD06FFA8A8A8FD07FFA8A8A8FD07FFA8A8A8 %FD07FFA8A8A8FDFCFFFD19FFA8A8A8FD07FFA8FD09FFA8A8FD08FFA8FD09 %FFA8FD07FFA8A8A8FD07FFA8FFA8FD07FFA8A8A8FD07FFA8FD09FFA8FFFF %A827F82752FD05FF7DF8F8277DFD05FF27F8F852A8FD05FFF8F8F87DFD05 %FF7DF8F8F8A8FD05FF52F8F852FD05FFA8F8F8277DFD05FF7DF8F8277DFD %05FF27F8F852FD05FFA8F8F8277DFFF852F827FD05FF7DF8F8F852FD05FF %52F8F8F8A8FD04FFA827F8F827FD05FF7DF8F8F852FD05FF2727F8F87DFD %04FFA8F8F8F827FD05FF7DF827F87DFD05FF52F8F8F8FD05FFA827F8F827 %A827F82727FD05FF52F8272752FD05FF27F8F827A8FD05FFF827F852FD05 %FF7DF827F8A8FD05FF27F82727A8FD04FFA8F8F82752FD05FF7DF827277D %FD05FF2727F827A8FD04FFA8F827F827FFF8522752A8FD04FF7D277D52A8 %FD05FF5227527DFD05FFA8277D277DFD05FF7D272752A8FD05FF2752527D %FD05FFA8F85227A8FD05FF7DF85252FD06FF5252527DFD05FFA827275252 %FFFD0427FD05FF7D27F82752FD05FF52272727A8FD05FF2727F852FD05FF %A8F827F87DFD05FF52F82727A8FD04FFA8FD0427FD05FF7D27F8277DFD05 %FF52272727A8FD05FF27272752FDFCFFFD75FF527D7DFD06FFA8527D7DFD %06FFA8527DA8FD06FF7D527DA8FD05FFA85252A8FD06FF7D5252A8FD06FF %52527DFD06FFA8527D7DFD06FFA8527D7DFD06FF7D527DFFA8F8F8F852FD %05FF52F8F8F87DFD05FF27F8F827A8FD05FFF827F852FD05FF7DF827F8A8 %FD05FF2727F827A8FD04FF7D2727F852FD05FF5227F8F87DFD05FF2727F8 %27A8FD04FFA8F827F852FFF8F8F827FD05FF7DF827F852FD05FF52F827F8 %A8FD04FFA82727F827FD05FF7D2727F87DFD05FF275227F87DFD05FF2752 %F827FD05FF7D2727F87DFD05FF522727F8FD05FFA8272727F8A82752277D %FD05FF522727527DFD05FF27272752A8FD05FFF852277DFD05FF7D275227 %A8FD05FF52272752FD05FFA827272752FD05FF7D272727A8FD05FF275227 %7DFD05FFA8F85227A8FFF827F852FD05FF7DF8F8F87DFD05FF52F8F8F8FD %06FFF8F8F827FD05FF52F827F87DFD05FF27F8F827A8FD04FFA8F8F8F852 %FD05FF7DF827F87DFD05FF27F82752FD05FFA8F8F82752A87D525252FD05 %FFA85252527DFD05FF7D525252A8FD05FF5252527DFD05FFA8525252A8FD %05FF7D525252A8FD04FFA87D525252FD05FFA85252527DFD05FF7D525252 %A8FD05FFFD0452FDFCFFFD75FF275252A8FD05FFA8275252FD06FF7D2752 %7DFD06FF522752A8FD05FFA827277DFD06FF5252277DFD06FF272752A8FD %05FFA8275252FD06FF7D27277DFD05FFA8522752A8A82727F827FD05FF52 %2727F852FD05FF2752F8F87DFD05FF2727F827FD05FF7DF8F8F87DFD05FF %52F8F8F8A8FD04FF7D27F8F827FD05FF7D27F8F852FD05FF2727F8F8A8FD %04FFA827F8F827FFF827F852FD05FF7DF827F87DFD05FF52F827F8A8FD05 %FF27F82727FD05FF7D2727F87DFD05FF2727F827A8FD04FFA8F827F852FD %05FF7DF827F87DFD05FF52F827F8FD05FFA8FD0427A8272752FD06FF5227 %2752FD06FF2727F852A8FD05FFF827F87DFD05FF7D275227A8FD05FF5227 %277DFD05FFA82727527DFD05FF52275252A8FD05FF2752F852FD05FFA8F8 %52277DFFF827277DFD05FF7DF827277DFD05FF52F82727A8FD05FF272727 %52FD05FF7D2727277DFD05FF27272752A8FD05FFF8272752FD05FF7DF852 %27A8FD05FF52F82727FD05FFA827272752FFFD04A8FD05FFFD05A8FD05FF %FD05A8FD05FFFD04A8FD06FFA8A8A8FD07FFA8A87DFD06FFFD04A8FD05FF %FD05A8FD05FFFD04A8FD06FFFD04A8FDFCFFFD19FFA8A8A8FD06FFA8A8A8 %FD07FFA8A8A8FD07FFA8A8A8FD07FFA8A8A8FD06FFA8A8A8FD06FFFD04A8 %FD06FFA8A8A8FD07FFA8A8A8FD07FFA8A8A8FFFF27F8F87DFD05FF7DF827 %27A8FD05FF52F8F827FD06FF27F82752FD05FF7D27F827A8FD05FF5227F8 %52FD05FFA8F827F87DFD05FFA8F8F8F8A8FD05FF52F82727FD05FFA827F8 %277DA827F8F8F8FD05FF7D27F8F827FD05FF2727F8F87DFD05FF2727F827 %FD05FF7DF8F8F852FD05FF52F8F8F8A8FD04FFA827F8F8F8FD05FF7D27F8 %F852FD05FF2727F8F8A8FD04FFA8F827F8F8FFF827F852FD05FF7DF827F8 %7DFD05FF52F82727FD06FF27F82752FD05FF7D2727277DFD05FF2727F852 %A8FD04FFA8F8272752FD05FF7DF82727A8FD05FF52F82727FD05FFA82727 %2752A82727527DFD05FF52272727A8FD05FF27272752A8FD05FFF827277D %FD05FF7D275227A8FD05FF52272752FD05FFA8F8525252FD05FF5227277D %A8FD05FF27522752FD05FFA8F852277DFF27522752FD05FFA82752277DFD %05FF7D275227A8FD05FF52275252FD05FF7D2727527DFD05FFFD0452A8FD %05FF2752277DFD05FFA82752277DFD05FF7D275227FD05FFA852275252FD %FCFFFD74FFA87D527DA8FD05FFA852527DFD06FF7D7D52A8FD06FF525252 %FD06FFA8527D7DFD06FF7D5252A8FD05FFA87D527DA8FD05FFA87D527DA8 %FD05FF7D5252A8FD06FF527D7DFFFFF827F852FD05FF7DF827F8A8FD05FF %5227F827FD06FF2727F852FD05FF7DF8F8F87DFD05FF2727F852A8FD04FF %A8F827F87DFD05FF7DF827F8A8FD05FF27F82727FD05FFA827272752A827 %27F827FD05FF7D2727F852FD05FF2727F8F87DFD05FF2727F827FD05FF7D %F827F87DFD05FF522727F8A8FD04FFA82727F827FD05FF7D2727F852FD05 %FF2727F827A8FD04FFA8F852F827FFF852277DFD05FF7D275227A8FD05FF %5227527DFD05FFA827525252FD05FF7D27277DFD06FF2727277DFD05FFA8 %F852277DFD05FF7D275227A8FD05FF52272752FD05FFA82727527DA8F8F8 %F827FD05FF52F8F8F852FD05FF27F8F852A8FD05FFF827F827FD05FF7DF8 %F8F8A8FD05FF27F8F8F8A8FD04FFA8F827F827FD05FF52F8F8F87DFD05FF %2727F8F8A8FD04FFA8F8F8F852FF527D527DFD06FF527D52A8FD05FFA852 %7D52FD06FF7D527D7DFD05FFA87D52527DFD05FF7D7D527DA8FD05FF527D %527DFD05FFA8527D52A8FD05FFA8527D52FD06FF7D527D7DFDFCFFFD74FF %A82727277DFD05FF7D272752A8FD05FF5227277DFD06FF272727A8FD05FF %7DF82727FD06FF5227277DFD05FFA8272752A8FD05FF7D272752A8FD05FF %5227F87DFD05FFA8272727A8FFF827F827FD05FF7DF827F87DFD05FF52F8 %F8F8A8FD04FFA827F8F827FD05FF7D27F8F87DFD05FF2727F827A8FD04FF %A82727F852FD05FF7D2727F87DFD05FF522727F8FD05FFA82727F827A827 %F82727FD05FF7DF8F8F852FD05FF27F8F8277DFD05FFF827F827A8FD04FF %7DF827F87DFD05FF27F827F8A8FD04FFA82727F827FD05FF7DF827F852FD %05FF2727F827A8FD04FFA8F827F827FFF8527DFD06FF7D275252FD06FF52 %2752FD06FFA82752277DFD05FF7D272752A8FD05FF2752277DFD06FF2727 %2752FD05FF7D277D52A8FD05FFFD0452FD05FFA827277D52A8F8F82727FD %05FF7DF8F8F852FD05FF27F8F827A8FD05FFF827F827FD05FF7DF827F87D %FD05FF27F827F8A8FD04FFA827F8F827FD05FF7DF8F8F87DFD05FF2727F8 %27A8FD04FFA8F827F827FFA8A8A8FD07FFA8A8A8FD07FFA8A8A8FD06FFFD %04A8FD05FFFD05A8FD05FFFD04A8FD06FFA8A8A8FD07FFA8A8A8FD07FFA8 %A8A8FD07FFA8A8A8FDFCFFFD19FFA8A8A8FD07FFA8A8A8FD07FFA8FD09FF %A8FD08FFA8A8FD07FFA8A8A8FD07FFA8A8A8FD07FFA8A8FD08FFA8A8FD07 %FFA8A8FFFFA8F8F8F852FD05FF7DF8F8277DFD05FF27F8F852A8FD05FFF8 %F8F87DFD05FF7DF8F8F8A8FD05FF27F8F827FD05FFA827F82752FD05FF7D %27F8277DFD05FF2727F827A8FD04FFA8F827F87DFFF8F8F827FD05FF7DF8 %F8F852FD05FF52F8F8F8A8FD05FF27F8F8F8FD05FF7DF8F8F852FD05FF27 %F8F8F87DFD05FFF827F827FD05FF7D2727F852FD05FF5227F8F8A8FD04FF %A82727F8F8A82727277DFD05FF7D2727277DFD05FF2727F827A8FD05FFF8 %27F852FD05FF7DF82727A8FD05FF52F827277DFD04FFA827272752FD05FF %7DF827277DFD05FF2727F827A8FD04FFA8F827F852FFF85252FD06FF7DF8 %5227A8FD05FF52275252FD06FF2727527DFD05FF52275252A8FD05FF2727 %27527DFD04FFA8F852277DFD05FF7DF85227A8FD05FFFD0452FD05FFA827 %27527DA852272752FD05FF7D2727527DFD05FF52272752A8FD05FF275227 %52FD05FFA82752277DFD05FF7D275227A8FD04FFA827275252FD05FF7D27 %27277DFD05FF52272752A8FD04FFA827522752FDFCFFFD3EFFA8FD36FF52 %7D7DFD06FFA8527D7DFD06FF7D527DA8FD06FF7D527DA8FD05FFA87D52A8 %FD06FF7D7D52A8FD06FF527D7DFD06FFA8527D7DFD06FFA8527DA8FD06FF %7D527DFFA8F8F8F827FD05FF5227F8F852FD05FF2727F827A8FD05FFF827 %F852FD05FF7DF827F87DFD05FF27F8F8F8A8FD04FFA8F8F8F827FD05FF7D %F8F8F87DFD05FF27F8F827A8FD04FFA8F8F8F852FF2727F827FD05FF7DF8 %27F852FD05FF522727F8A8FD05FF2727F827FD05FF7D2727F852FD05FF27 %27F8F87DFD04FFA8F8F8F827FD05FF7DF8F8F87DFD05FF52F827F8A8FD04 %FFA827F8F8F8A827272752FD05FF52272727A8FD05FF27272752A8FD05FF %F82727A8FD05FF7D275252FD06FF5227277DFD05FFA8F827527DFD05FF52 %27527DA8FD05FF27522752FD05FFA8F8522727FFF827F87DFD05FF7DF827 %F87DFD05FF52F82727FD06FF2727277DFD05FF7D272752A8FD05FF2727F8 %52A8FD04FFA8F8272752FD05FF7DF82727A8FD05FF52272727FD05FFA8FD %0427FFFD047DFD05FFA87D527D7DFD05FFFD047DA8FD05FF7D7D527DFD05 %FFA8527D52A8FD05FFA8527D52FD05FFA87D527D7DFD05FFA87D7D527DFD %05FF7D7D527DA8FD05FF7D7D527DFDFCFFFD1AFFA8FD2FFFA8FD13FFA8FD %16FF272727A8FD05FFA8F82752FD06FF5227277DFD06FF272752A8FD05FF %7D272752A8FD05FF5227277DFD06FF272727A8FD05FFA8272727FD06FF52 %F8277DFD05FFA8272752A8A8F8F8F827FD05FF7DF8F8F852FD05FF27F8F8 %F87DFD05FFF8F8F827FD05FF7DF8F8F87DFD05FF27F8F8F8A8FD04FFA8F8 %F8F827FD05FF52F8F8F852FD05FF27F8F827A8FD04FFA8F8F8F827FFF827 %F852FD05FF7DF827F87DFD05FF52F827F8A8FD05FF27F82727FD05FF7D27 %27F87DFD05FF27F8F827A8FD05FFF827F827FD05FF7DF827F87DFD05FF52 %F82727FD05FFA8FD0427A82727527DFD05FF5227525252FD05FF27272752 %A8FD05FFF852277DFD05FF7D277D27A8FD05FF52275252FD05FFA8272752 %27A8FD04FF52275252A8FD05FF27522752FD05FFA8F87D5252FFF8272752 %FD05FF7DF827F852FD05FF52F82727A8FD04FFA827F82727FD05FF7DF8F8 %277DFD05FFFD0427A8FD05FFF827F852FD05FF7DF827F87DFD05FF52F827 %F8FD05FFA827F82727FFFD04A8FD05FFFD05A8FD05FFFD05A8FD05FFFD04 %A8FD06FFA8A87DFD07FFA8A8A8FD05FFFD05A8FD05FFFD05A8FD05FFFD05 %A8FD05FFFD04A8FDFCFFFD18FFA8A87DA8FD06FFA87D7DA8FD06FFA8A87D %FD07FF7D7D7DFD07FF7DA8A8FD06FFA87DA8A8FD05FFA8A87DA8FD06FFA8 %A87DA8FD06FFA8A87DFD07FF7DA8A8FFFFF8F8F87DFD05FF7DF82727A8FD %05FF52F8F852FD06FF27F8277DFD05FF7D27F827A8FD05FF2727F852FD06 %FFF8F8277DFD05FF7DF8F827FD06FF52F82727FD05FFA8F8F8277DA8FD04 %F8FD05FF7DF8F8F827FD05FF27F8F8F87DFD05FFF8F8F827FD05FF7DF8F8 %F852FD05FF52F8F8F8A8FD04FFA8FD04F8FD05FF7DF8F8F852FD05FF27F8 %F8F8A8FD04FFA8F8F8F827FFF8272752FD05FF7DF85227A8FD05FF52F827 %27FD05FFA827272752FD05FF7D2727277DFD05FFFD04277DFD04FFA8F852 %277DFD05FF7DF852F87DFD05FF52272727FD05FFA8FD0427A8F827527DFD %05FF52277D7DA8FD05FF27272752A8FD05FFF85252A8FD05FF7DF85227FD %06FF272727527DFD04FF7D275252A8FD05FF522752277DFD05FF27522752 %A8FD04FFA8F8522727FF2752277DFD05FFA82752277DFD05FF7D275227A8 %FD05FF52275252FD05FFA82727527DFD05FFFD0452A8FD05FF2752277DFD %05FFA8275227A8FD05FF7D275227FD05FFA852275252FDFCFFFD74FFA87D %527DA8FD05FFA85252A8FD06FF7D7D52A8FD06FF527D52FD06FFA8527D7D %FD06FF7D527D7DFD05FFA87D527DA8FD05FFA87D527DFD06FF7D5252A8FD %06FF527D7DFFFFF8F8F852FD05FF7DF8F8F87DFD05FF27F8F8F8A8FD04FF %A8F8F8F827FD05FF7DF8F8F87DFD05FF27F8F827A8FD04FFA8F8F8F852FD %05FF7D2727F87DFD05FF5227F8F8FD05FFA82727F827A8FD04F8FD05FF7D %F8F8F827FD05FF27F8F8F87DFD05FFF8F8F827A8FD04FF7DF8F8F87DFD05 %FF27F8F8F8A8FD04FFA8FD04F8FD05FF7DF8F8F852FD05FF27F8F8F8A8FD %04FFA8F8F8F827FF277D527DFD05FF7D275227A8FD05FF522752A8FD05FF %A827522752FD05FF7D275252A8FD05FF27522752FD06FF275252FD06FF7D %F85227A8FD05FFFD0452FD05FFA8272752A8A8F8272752FD05FF52F8F827 %7DFD05FF2727277DA8FD05FFF827F852FD05FF7DF827F8A8FD05FF27F827 %27A8FD04FFA8F8F8277DFD05FF7DF827F87DFD05FF2727F827A8FD04FFA8 %F827F87DFF7D7D52A8FD06FF7D7D7DA8FD05FFA87D7D52FD06FFFD047DFD %05FFA87D7D7DA8FD05FFFD047DA8FD05FFFD047DFD06FF7D7D52A8FD05FF %A8527D7DFD05FFA8FD047DFD2CFFA8FDFCFFFD47FFA82727277DFD05FF7D %272752A8FD05FF5227F87DFD06FF272727A8FD05FFA8F82727FD06FF52F8 %277DFD05FFA827F8277DFD05FF7D27F852A8FD05FF2727F87DFD05FFA827 %2727A8FF2727F852FD05FF7D2727F87DFD05FF5227F8F8A8FD05FFF8F8F8 %27FD05FF7DF8F8F87DFD05FF27F8F827A8FD05FFF8F8F852FD05FF7DF8F8 %F87DFD05FF52F8F8F8FD05FFA8F8F8F827A8F8F82727FD05FF7DF8F8F852 %FD05FF27F8F8277DFD05FFF827F827FD05FF7DF827F87DFD05FF27F827F8 %A8FD04FFA8F8F8F827FD05FF7DF8F8F87DFD05FF27F8F827A8FD04FFA8F8 %F8F827FF275227A8FD05FF7D275252FD06FF52275252FD06FF2727277DFD %05FF52525227A8FD05FF275227A8FD05FFA8F85252FD06FF7D277D27A8FD %05FF525252FD06FFA8275252A8A8F8F8F827FD05FF7DF8F82752FD05FF27 %F8F8277DFD05FFF827F852FD05FF7DF827F87DFD05FF27F827F8A8FD04FF %A8F8F82727FD05FF7DF8F8F852FD05FF27F8F827A8FD04FFA8F827F827 %%EndData endstream endobj 3275 0 obj <>stream -%AI12_CompressedDataxksƒ ~p=:ظ&˞ -lYHh~GUFh"iHWef}zwrv9UzR}jyt}y A'ߞ|BЗ?}5vVK{7[^}~RɉU=}cuu_Y][b|yqǿOgO&X]9^7!뉐8{ -f~szv%4 G( vo=5*1y ?^]~8?)4oW:B ^ur2 @`1K ɳw=\߶ǃaw71d~u˳\lQ.= oG??\_hjoWG(U<6AOo/N?7T@~<>=>[zy>xr''P[yWoN>w'oN]@fч%u!:h (tz ~2(sutr -$_..΁DAU&?YI+2=9 /T*4\VkKt/~ VËf_}/`/anaf9\{p<\. _;ttxxxCoWrpyԞWZ)F[A^}}!55x\,>4VXP5CW;`Cֻ->t^xYyA[<.dPADlB pCe鏭qCP2 ٫p->]?pП.A_p)?o'l9]s{ׂ}sס8D@fJLPsG u/paͿW\/~8R .Ӫ\e󿶀q,B-$ N=??_y۹빚KzboT4{zO=|_wBEI^IyD 3%X vȻ- `uIVX V`!}X;sXDee`q)^`iH : ? zh݇&C@_ A*WF A$g͉ D!B2F\2R.j -5`AӀSi:pBpJpRpZpbpj*^HupZk^LDs/ΐ debj3IKKU4 i*%U0OAGUUCV@#+ gH7AeN yP(Uo^#su@qYs a)E5zm~AO@#ƢThHb9MI.%A{Y\IRPA_QN7 Saå˚V -Z9%\S.\eV=V#ʊXrՌW ;{OW('8".]"I -HP2$o쑬qHrbPH7$GH(fڹ  dvdC -ȱ<' HrH&;H B29$RH6 -Dz;i ]"iGUE?c(]NN(xp.V45 ʔ$5).KB_{ŵ(밹H,\L\sUo^\ŕ(a8ܫK⫢tqrŅ302QF~U_B.G,Y&!/ @F=?ཅX6O"@PA r.Ĝ}8⌅+0{W0OcڎXa#`>`B,00ZPYCa <W:VʞD9XRְ :(>/J@bE\4K.AU ׼J Uej.r U.aSnEBP%QB35ޢęGK[Sp:UVnV:Fs;*ha8|oPB$0[$T=S,MF+`QPlV >vP^Pse+  sª?6\nDzeOQKUo. DBeg$5}-3/ᖗ6Z1d^QYwш\. ֒ -~"X%m&i -EXHEЊ L.J"h4r XT'n/2O9qBKОBfnKΙ3j|xRyI_ *02hLzY*١MZR%Ӌ)(ʯr6p1'NI@"ʪ:ɦUCE a/"Fe!8% -Rh3v(4WY*Bo_QaQ ӇBhDUM"GSh=>0F0@$XE>  #N$xQEwAZGoчUI3JhcEm|@ǥB kqPa$Ƅ -l :ŊRN -3eV۞9^=2,sYdӹ]M]E:6YM -3[u~Zܾv_u; @\'-"Н<4d`Zǁ .XhBE":Bw -ݣq[+ՔFyiT` -q0W TAi*sK-t}AM$8LX-9 Ґ2Eťe1Tk>@eޚư4<ʚgW?Wɼ؞KR۲F_u/.Z=_]zhh_ʇdLd>69Jb#|H!0UC2H4ڴ -1z { -@?880<m ,Ђ90ˆ -#*B0&j=ux&lǃ:y3c9uޭ϶.}ISd{7k~)V9ukkA1lyuU=Qs -@)WXfa`U&ph{:BQYD3V+]ݸTQ]FdS^)C;2<7^ՀQES'7IҾ!gs #}dBf)~Q*&hd6^ 4S\pW埶t^4nj/NѪ_ -LyT_5u[=RiVa-mc{Kfe-< hU*1 C+ C'hUŰa5c:rB* 9 uP˴ {U1QyeTnlWJ*-SOF -jb>]qٕl6EFڬd1${Dդџ? U7DqݚCbMjoyqDuMX)A]c1MK#0Z45D,%@%Rh#bp@c)G(P5yRȃB'ʯHLȑT7:[1+meKV2kSPVʪ@I}K a8e!a;.?Tn?'ɣIa0:VQ.M+I0*nJ6jȑ$Hr7C+cuRo!OUEzЪ!eU0aS,شO!a1oDq`TMmewqje?sCamPzMQeݢc.Я(}qDRҠENd <j=!' ǤAP7¢!'rT:z¦b?&`r& Epq,UaDPGuhՋ(Pn TwgШP=& TPDxT3W]9{3Xa9*&\\Z|gHZNki-*grvV-P1k=ʙdLx9夗֤rb?T@vXrxHǷG[[[R:YN+(*[R` -6ajyoT-E9eٔis(lrG*2u&`)mkk WHJkSga5?Vbؽͮ1b ej ?dc`hGGTQaD'̇vIװ)7{{0(Hv`ȽzHlE JO'nCAra@3/`Vd wHΜ7GC|ځesy⪊F![Oݢz*ѵgk^=̓qQ-eƐ<\PXRk,H9`woADƌݘi@Mkw)xڪj6@jխxvz.wYlM5S$O7bn;rɖECלlމ잳M?Wm ,H;mOQ$dTuy6Jm {]k} -ȇmaMP%$$$ %16 %Y[լ&4Μ7hp\:j#K9;KM- Sοۧۺ n~cR !'71qۜ}S+p#4%a -4O"4EQEH~&_'W~籋[c/dsZᯈ -I%c~DMoFaWxg̖T6C]}t&T!$=<.U:XrWQC薗HVΧVSɤƣv}e׊W:誣U<]9~Bu}XLg){ -Vɟ'jhmN*e')Z]#eEchkUٜʇ R͘MCf4g}}D#1b) [_#^h,WuJR$*R>@UVJp&Bi&.VXYm(UAlM$=9I]3[~kFO,}eu=XaX'ȡKak. ӧ^vqq;Yضu cb&6Y`w2 띖 {'gaGEv]]+qikyxU}~Nr~ʶ6l&*z{u-[p(I6w߶e_u& Š[m [kg[V#yF7g}kߟ> 1} r 1} r <ˆ -#*A+ؽ1JR{*Dg5@g54'zsɹcv;(%^ JI-J)EvxJ7$|@zi;4( =Xu8Zc{}r󢱔: !e`:;dD"MR>JRUWUΰʽZ8PW7nqPu+DN"lz6ʍ==Oc.BU;wGLM };G%[;19p, -#Ѵ=W&m-=D)!O21">E ˋN/O/~N Y>O`_\P;W4ʩ5TVmwտQ3s1}ǘuj*]]_^^]}@_%<د&{} o/A=>9_j?ůYuƙ~-Ow cXC]3>_X>جE, +BNSgNiKߙ|5bimդh̬~-PU(&*&4k;7OF=tEѨ" A -Il>XNzv\RI-2!VI[U_u Z1E'O1}Z~9OOpfڧGW{;tz^\>>7Ho|zZBtDґ~[P%9ŷOЉ:<+Ot/o\}xz,=NSنwd8a?yʾ"vjv/; q?,oΎ.ϰi/by^6>y/PA˳˫5ҁçVp[ǛwGGH\ ?ܱzo  : =x,9MAW\oLˣkΟEU4==r:2W#<276^ex7ah4M6I f ߡF>a7);CܑX;wD=CGNߟ/oR|K:N<:Z睻+on&x=D~m#CBЦ%k2t_% 2<_-=x3b{rg81A O9_J9>3') _^}xyvۧRMFCd7<$g$fS&)xmJK3K}X;qRc7@-_Lw-гz0XNE]aI;Exsçߎlo'W?|N0TЊ#+.Pwy;vEޣ]C?/ϗ}!ft~E kS~5.׷y]m;lYy }.]wÖ付dehg}-FiN6:{i<חgh8h] ~݊8 &.χzc3_;lxsoJٽⓧ׷/x~g<4O O\]m$Oޯ%( aTgK y~t29 ѮX?Fg-1nZ[5o 3 ]aJ;L0OnübJ0/fxv0=3-0vahWhnl0[F^;sޣ]!;<pnX6+Ok3UI}O nlf]xaÍEc"lϳ'c n'ghS4Wh;?Rm)FE%HFzg6ҳlYf=FwQWwco\6C+/_|٘zbq ߿}?g?}zY( rOBo~~yWnz98Y;8nZ~X]oV&ڷ]J#'0i39SƜ)w˙$q"D75<|PgQT'P -Snpxoҧ+ /qf#rv-4n![g6럜{wqny1Vޝ ^7JFɻiyvvO17.v?{zYb0}zf3hi3_ڰ[/6ݶ݄56ZFۭ:׿]-_txo_qzyjyo{?>ld*xzwOo8\\_g쟒=2gUv凟mƆADݴ=z| w-PLhzVTZ-vیvn3mFh瀣6Jvh!hN%vXpOπ[;r--;-_$N.߽%q<وNzP?/QؖYy牏.fB_ E˻} -L?Xӟ'ŷGi sȃd"h5hMfG5wd4jk4jUumѨ15ըU[,٠Jξ<T9lm`2 `hEnW׳Y}\^-x;xqoi>='[l1RIdG[쨞 >r8|ܼM/)mp@/?-o8;P޽LB5&maxHҦg1 O]YF?\9Kvė{e|5ILvMFSkamЧkÛ;w,>|~ۃlx?Fߦ.I1f,8]/϶_G6?:{ۢmB*FoTF5F3)|YmM?Fo68èm7xFoFoFo -ȼ@o>'] '[MKQ6ɨ"ό@Y"C(Gθьc:2fx S~×FMg\{vt]~8:> ̌? qǷޅ{we5mԩ]YL;^Et3z|uOy2GʕxnO$Ṁޞz}|ɻ ߧAgORo/7Glx|pMO}Y[LQ3\|B 1G}z~c~;Et9s }kĈWq+9 D^Et1i/by^6(E{zo ]Fq:҆^n=qyڵ2^;,&_}} _?NJޑ;DQБ y%"75so=<;.;sۤ-;2g䝛RmgRGXءSQp5`ᥦ"zgܳ~8iu;,=AQ32a:^}2dhpTLvv |n]V.K pW( ^t'{)>em1}1I>}w\zķrW~a{*;0/۾swQ.lpt㮭_OBdjL$2Go.4d6XyT\7?5yqX6szoF<{F<r6.Rv0竣"=2!ն]g.XCk["W839wvs-Cr?d}57i3UO_}+7'(G(RL<_vzQ>@eh~˳ߗ_UdguS tk~3qnf]^яZJWgVGW_OpDO֓,j*LBM'Nꉪgud*LZg'J̼wrV[3`Q6W}dTrp/C^(Ag"}vs_U3#5RF@ˤaf"X5<Wں )XT " ثsj2F5C] )AX@A5E3$>653sauN SǢJ[LK6OJ)AuX?6O1n<])6h2[vnS?C;՞pF#AR73]1`+Snb $ -!5yupZ+1_p6UușZ+~M'61̬ ]i"4jcj_@;*(jg $'MIvfkQ UGcfhwXj":Kݾ!kX9e H𖾕ZXWyI_ϼ e aI&1N8[zw()C -3,+1S_/ހ~Jxc -ŸO ~=ԟ; 3 PE<:c7VxUTx}v9 A,?qqr^Wyu%//\yV@x*Ljr0K}2z2̏%ްdN\uG^)Zin --& /s*kx\~߆uF忪:wyWm<|*'߮NN0#+| -HK%xLRZG$=og4LZ| H3 f -fY 5/*PjD:X Aw=q$$=+i$<Le1goZ8[vF- + 3COskӓXgw|!&;68+XT9(T6-7b>R<%2ģ/ ~ދ;˿^gXfqnvȼwqy1ŏRcGp5r5 @ V{ <BQ<?6'Jd$yB#>p V6L^Q˫sicӁe…8.@XYݳr xeOaB[o3wLD̏.gaQYUlj^h0 -+ -nQVh = )xպFqxjMt-iT8A 4 `zG NC + "Î5 D!4 DP(_U Z|] ɭrh/A0 4[ؙ.|\~9?-/N`PSl8 ?:O/a\]6־45++7IOHy%NlE!O89[=Z#Q C'j0''(𿐟UWۿbZ/B66ij,xB4Oc9.BmP B~f$0Q' aQk œFt0Diδ9]neӅ946(v( -tzVb-M* t:3@n-gzXr< NM֘: tmi -ͽ&K)>2>S(b@ M6Ŧ ?-TBB#kXQu\? -gF -)kTXb -j~dP膠D.v){)oH=7G@*!vY;Mun^tFSK4M}i_T7|ƺ$D^77f@˚6ږ%חylvkn4m42vGQn4ۍh{f;U":ppLQ۫jz0m/7Mp +QЌDc'^g^IƋ0*C0j>~2ZlXtS{$IF{ݶJx/^9x7x/VBEiIțF)oiR̛K"X)Ny͖tWcl)ۖ6Ge)ˇQ%Qyy, Ϸ9irF{2'߱L^ek}β)+:יdO5yO){K8T:[.[}6J/O Cg +Ęh~jV@eprH; F\򭂐A#/`o{_H>R bNQmS2(`~$9i@i8 bi3]F]:fD邁ʜP LD i k^%$\C-_c -÷qwD,hx^p[9$r5VhY@R;\j'F3,ɟxJ}JGP6Hwu}Y-F~fHm_ 5v8휵&R&0)z R`ZXQݫ.տ ckZW+#i[0:mkMh%}E'*[ÂǼ6F5-,HRiqՂY|3"uPbTP ЗX(F$q]|QN*i] u)Mdi}tVJ{"}ߨo) yZÇ2z|gH3pQw$,f[&Vd)l`LS6Tr`૸(.pV@m㟛L@\iSZE 4d% 68+K`ll |+ciz>Sp\9XZ /f "N -b;rI5q8(AHRp"'7ܕEP0 \f, DSHT2 mygP^1K3%{,=UMKT=F"ȸ\2(ɯ˳OO5p UDtV 9g0_X6.6 e]O]-PcN/My2-ڗ(mʠ&!YV;$Ш'Ƀ_@F?z-KQP֠͋^ |tY_ݖ@jCz4e!˖/^iK9\!u#yUdQGdGzD`hّdbɴ`I24@}5ȧ ۑlډ78}KT,΅m@/ƭbJ-HwD9*:f.ƴSkJ6Cќ"fta&*ޭ}ZG=A̛Ijqat/o|PQl <.<&+tybZ>֮}IƏ$eo%Jybf6raU~Jq.B)S%R9"c>tJ!H jR8,S9erXץ-0&'n0[4cn6ao3Q\dzf3hـ<oF1nT/:Ћ&  -V ׵)UB; \ʣݼeg%U,j6B -@.[՝)'k'JVޭ'M o,Wlt0T`(M\\zEW0= "ZsM:3PSEn*ۦ7c-.ӨfTpܜ+me37?8>RNcWM4@g%şGDput[FVS#LF~J'ߑ2O/,ra::O!&bu-( /̅q,Ji2jT<+j Fh&>4# mzDxOcT#<dՁ)v{%H@D1i@ixZ8m?R t8<֩_Z<7oșK=lu)^ߖ˝qV%lQqj {6jF%{hXJujT5zŨ -ZOSI|SaHj:%+ˏ뱘\n*3fN ^u0nZmEŒ\tH3V mfzE)nd(:7s FC71%m3i?Bߧ> w;`Ri·j J<4MRіSI;ˡ8`܊Y&6-\gzmagZ-N&5DZ+֠kH7A -EnҖt<ʁmk,k(u͔ 3F 15(Kc:EϒTai[9>DJ%  (">^Yìq 7A)gMU85Z[ n[!;fP'U豄.T MJi}(YtpM޳ZD25t}q]8||a99 - -macJ8fuܧK2!~ί<;>Ƹ)@%~o=}m9 2 -8{ߒh%EJJ5"EiFQcwкxh@ls|k@r8;P5zx@3IdAtD -5!DB):Ce:$r>J@њZL6|p.5śMϥ̅b -~ vuc,l'+N[p{6rKS9QP9m*{a,R WUd@@gD1n|_8Nl-C;H#"'僢qKV/&r26RH VA֎xL-wK )tL1cF|*A՚CVG)5yuAGME/<1F &И19$",?|WY|S-06T9 Rn"l5AΈ$2$Fб`uMDt#'N* &< C'c-G)}s9[@C(Z G@WhSV@,\zZn-ԸtzdX6 )*)@1}0XSC ɓ؂e胥#rdOƳG 9AҲ5sTȖ*ȭϢ;2EbR=p\6p_{Y E] JIvQ -""&߃;eWyKZ7=eU(z@ hjʠؘ\HjJx|"0Hl`HP$ma7=2(D: -Or).GemQ Ʈti0va J`H_} -25 ,0/:(`&jͻk;\/Q/YȸV p8#)43x$ x.*t$VEat*?.<ȀZ;ɒ$ 7hk( MS> -&x"P:r\Di:[@@^Jb/o+_GwkUhj}7LAzb܇ - Z؂Ty^gpH5tijFz>5xз }|M:]yyNu欶jtUI%< "hr(BL5 4>했Y'3f =,=eZ0ɹV'+_ҊbWnZ }nعsAnQNCš] -- 0,С 6$%RX<b&Jf)Af$FRB o]`}ɐS -a~4>*eAf%W+MCWa83A6P- -*C"$U<2dCj&UPOQ`XC q3g1 r3Oo9BPyktƘŋYMg3dMGQEʄ !cd0SAA46ݢe -}zb8ֺ,( -FƵd43AM -& vY`P qP0Ǫ*7: h2"ˬC_gZibL2RE-(j>:} 4{EYH [j`Ձ- 4%w6J l=OQ(o,֥f{B)BQhCJ TO os- H-]1EfeWhH$ApP|xw_ Q -CP)@*~HR)KY@JW"DQ1#o#@Y|WQĶa%Mu8i4t#Q(x(}A'b\+Aퟖ?6_P|\#:#hyG'9#H::#H::#H::[Hz·FK LvizAftxS@2UTnHdPBddN^Pą{<ئzh0 J zU͛AR}-i Ů3d,@ckB3W%7Դ#']/ Ձ:9ڪ$n`jHHlurrV ź-Zk(P cJьB"&P5Dц -5ÞSK/ f6+_b r+2ϸ\iɥbV+M8{8%+t%ig춉J==n-g~k9_+P/@]E'>e}² -LQ DЎ'B]SC;5 tW! \})8̔d&̺'6Uaan.ژ>O{ -EЅ -{GEB[xoȚ@LI{Ew*L%N>Qhv_@&<iPiN9hPZQF'sa6Hq0k'IT˫jP9fЖ@8}ǐ҅8⌹@熴 - -m׽8eZ.ʝ].-1;ӭ9^缄AB渄P u48b -P*!(0^HeXHʭɢ\pXK/cʰadHHoBK@,kbZrmrAAa\rj=jt,ꔸX-ڦq]7A3^4>k<\BRIpKlִq R#J6֘i{YRD60EGs{<Fl~T`Lǥѐ 6YIJuR?@P@s*`ޙqiJ2~ 7![)q( & ( AWI:0Bl;5aѬ'xw&iQ&͍z:E8$h8/i}3{޲4ĩڝ苕8-wyT>+jКȤc@TI')һI.c ;HȂO(&K|( شߔqJK+͎S»JYR":Nś84sԪNk(|PW!bI),,b2䙆za68Ru 5dOd4/S|Mk|E ,6#L/ݭlD,LASFRa(@' CkT4UJr2("1DS[yLM6ouz:.+;|+\\R^ Jz ,zfW$NQa$I-F`ٜef*0#!6#1*Pv:u]s/&@M]Bܠ覨 a|BF1 9ƃ}TFwO# -SB*`Pq"Z-6f %GE9+; -YcA!"cbKչn>XEnm-b]1(Dѱ -,ւͭ0*GoD@ Fa,%暚ܚަN>٣lnph5F,D0y$x7\hwDȯgҳZ`XʧIh蹜+ ȓO*D ʱ@ؤjK ųhp -$"TrJHE!D_ -E12$q(xpJqx0j\$b\JĊhz2&!W@en8qkEs=Pf g,>n L&cCK{ǰ -k -}ۅ>IpՕB; Iq&1\G@ȉ×%VrsI+{ \&7 /Hlc& E> <к,95s!,hIAmM9gKxLVTQW- Y# 3.F?,8Ƹ5^Ԙ@4bF)y6=Bjˠ8.,*IJ GI_t/ ʜHu'ćtsl ^Iƪ>uSaQ`E -AcOm V& -tCKvɝ]۔T)SbzBG/P䂓|O˚up;\EOtI*= Gi`/0E84:T+P-mV@n'|e^D^ꇞҷ~vRAVDA 4]̓|r]dPFG#vGQG.!gȠ] -Yp,Ɂx,X=th9%6R0-2#f -@ә9"B 5 @. -2ND"4xLQ tGDQ `g}" u,tC2G%M pqÛbN7̑h ^( V8I%Y~q\z0Z7RLFGMJO FO#oꨎWwH|I ,^TĕR-6Q;l5/bt`jJł2Q-߰`Dٸs(jhA$z#=³t<!|Eé()6],AIj1 -EUUR%B[=0QfFg"$3/Q$wݛGdStdB9MZMhFˆbb)Q5 %_ُOl&h $x1` |-]m0} isqwsJL;P-'I|}sR5 7/R~LT|tEjQ?rl`O>v"ic4dC?#Ot Hd=/97<]npEj40§d*C:>-J\5Bd˭Rq]sIX5I3P7j&,M,p3Hao߈WTx1Ǣ9FPܤf@hM$yldahPv3``q&7f~a &!*D'|PEB\M4IGOHChy)c=ݨ;exvNُqI )ї?Yk4Qgd# pE)⤼$Da'gH|d2)BHzX@&` -zIb|&9,"EK|W@6mdh8NuYWxvqT] .|HZ".Q?ե7Zę@a1UE8/ -XH OtdY,@R41/=]WR5}ȿa ~k `s #="i#UD8k(vwZ># -4;&m5% Kծ'E F4B|':~;o.=%)$B DNX&Qm3Sa{1s$A|$N#4T.M%i~ 9âo W-۬yu+LIbR $ybr@$/N<bS8y(q) /t "G9?ei]E&I-x9B֪B}l('تdK08%t;e%(lԀTK:XM:pjaj`f4Y` K .Aj$iI\-Ţ-814֌XRL.TpE*w #)GIPT|jnd^6a5COft-bp?pB=\d a;e- x5>1 m֐ P\p}AzTkX-FkI!xLB@Pq7.-8&i׊8Sn"pfYTN7^z3XqB"$IR_s )q0x% 7<ԉB3%~C -羕@*\!{b~f4m4%ݤTҡqD='ISyo`S$ EARũp"XJABF. -+>$,+$# 81 $*M/R*n+u wo/5j5Y55o)[$IψfiGQ=3S?sUY-"N"AnţN8URfXOQI`dX\åމ\@2@>"W8 va÷9|Rt6_Xl`"РMr -r8&ؚzvAb :IqQp6 mذ27wh_ԉY7q $4lb! I8qn|Gp8ʬy>K$)|Yw#>s`Ji pHnnb7yp|.&r37Ѿ]?:B9;Hf9U2+bV:} .'mW?4>.;yH( Ta -7lIwEa&}O#ILӡX3VLו\}ryP Fy GPB~ -݌hbĚ,FaYj2J SQ,/&6(kꪩV/?qX,h("?#AO<`t -N<^8 -[Hg.)gˈa -8FZS*IDWRM[l[Qr qaΠ4DĖ+q[Ո)TSf$ h->9]'YN8—t$205E0pj)-ȶxmi,1]iL',7eQEE6XǢeY$,J4,*adQ揌,J ¢X¢T_F }G SPXv0gQ$%)7c@Xi,JLaޤ)ثOq+j.L>>0% /25]g냁0ִ]WoھGh w\waݚu-'H>UG&.jB^,#mb'`@z? 34aJ2iAzˉ@NK\=h7IСC>4ɦWaW𞿿O$ߋz3?GZ2-Ht @x `Ak)bc4Ah`)?ߙzO0_HO"B<$CIT\䦴T)12,{2x] MZxz=ހj 1"ž]/^w׃XGTθA5LM/9nd?PCZ0l2KH3)"'0ǶAe+ Y@\ٞ0h^1ܙPQ֡|oOМ m&XצO_I(H1|`I1LfҀOSR1=0 עw[5^9_׬ -,)̩$WċhIfAКjojI7GH%eXqL$-ոfT@*M̈́;k286}o6͆eCq1h1Ɂ:ȃ:'7lɺe&c!W q01W?IGY(VHC4.™RwߔR}SoJ(/n_TߔwT4ݒd)\IP,񆅼fI"I7&Y$KMoMI7}HVd}oM~3 $III"f{^*"/ }so.ͅ~<rY{G },`(jZoӉ]օI C -r\-YL3tKYڋ!+wƄoi0sr'q I~y?Ak߼c͒~ /Py._5S(>\< [J<![d OK34Cf%Rv\"òwb$~$2%8~77dUGשLdl!ՈsR%Y,Z.UGBdLP |"? =E@MpkDlԬ4n^/ְ65MD:%Ϩ{*K=Ѻ/{+{_Tx cƎ:a4O~n8q<f}Si+L}%dO/T1&d7$ -JP`'$0cD 0 WEr1{o&uެ;Y$[N?5WGM]UL>"(:}pۜ'jh."g49Ǯw4cc~wT˅|(:|k+Aqx'ǽtujwx6i{ks=Ɩ8w<W+vG^:i9dl,]ǙAXT;haΪqSo!J@ @Z+͢b׃Ns;/#Z&h:3 Gy@+5PԯX ;=t[` -H[M?,KE?1GR0tfXJs8gggXl#tYrMݒyw!j/oঢlꇒVr_x*Hx" R4,Gdf~$T{ A%[_?YoR|'+v$쉝'Iq8bp^Es&liPrhT5k(Z2)$ppH< -_{t*_4\6xRs?sE==H'_J yQ@vœ^hY >UڧQYoK^.2*kWs6"o$VRԻ/۬uF75[WcÊad)4E^U7=þ/ :]Zh"b4)Vɬxyt@Կ+»H+~VG~:EQQ ի>V~QdD^QzD@5E>"Ƥ߈/Iw3$tD_ԧH m̦Q5%bZ5۝^k, HIϒ?ӿGyL^'u?갗-I$OH8 @jjDq1^T/>}f7j+W^D.eDRhw4,xBuiM`^ b. ɸRB\}G}Rި掑c[z δ:Sq eփ3sM!cX&a:j8р><ⱎQ5:"%2u2y3P>zYCRL`ѡUάiT@}VȨza坘#D&WW(#=-]I,zJzy -E GZzL"#ӚZ竊l Z_U9;ǧ7BZHE>rBWk*s$ǣԃ8AgF$'iB=IuDi}y@Uu` <=v' -q! ~D3!*Ebo8AW(MyeN:G-ꃦ SuFa/D@>nNIo0ÆDxvֹr8n]C )fX}7pORu3G17Tg $Ch3"/bV"5E⭷h8zkCoZ5 6mN9El>ђlk (륞~ܲ1C3Oص g*l0o7VfeSl`՛tˮ$&HBrvY0# f-Ka=O$D~ly-$o5WT=٤-TՄզ)Z"l><SuUHX8'ق/鴜MGG$O*Zb.Xo -r]c ]kk (c2fزZ+7UaEfTRg$ߠj1 zƮTz}{涣DqX ΢nnPL#$fDeyR)#fmÖcdJ86_TB(k'ح\}?eZyi9!M3h(/j[u׉NK(GӿSE@ Y fGs<YEpUt䧝 -B(K3Nh,YXŁOPIa' yX1 0D3svZbEVh -|)"F3Fuw뫤)>+ZoFqc_Gj\sJzj#@7d>1PMu$eJԍn;ωnIR7Ž>쵄~7m`׺I{wz! -hyԳu݀^WlA,[˜wMڈz/T|4!ڲ|MSX(v;f )  b*}f#oI -?#\] <(#l6ܔhFC\5בֿd*!$WP:%Ajbv:a7n1:;9lDihY "uGm0|?5X4݉9m2m糉x[鴄at0Zx6^/;n{PS-Msddڋ wM7ߌZ}7p=Qu$AlGfOPqtQO%LwS&YƪCNZ„:ڃXBW-C%x޾X>Im@ȇhDۛ#ufl ЋuVjtkft -TY&Jd,Fz 1qѮ>!ՙ4a\uohߢ9@;Y )u3|gj$r#j|b1Je׷eRaIskmMH`bĨI;-_3v6sL͎BsqsBSH$2XhDLE6 ڡMs<94!UiZ>VP؋ӡƺǸih,OE[4N`mIi3 &2}ɬ!ǸMBeî1A(6=dѨ׋,!v3G7dt&:(A#a -q)IPۊ7t<5Vcl&&ZY; j6߾e3mWVMGMLlv7h${ІŌqkERSz{~8(g}$ͩD>3Jݵᐔ-5؁tܫܕUvl.9AJt;s4v.^UiU|0AR;nc\xdu::W7`oYvdZGhdƶ6SiVb:`9l^Or؝eHW^c9o판39 3 5NZjE{ CUZh<>_i9>D™2U>+ٍgoϿS 6;s7փ<$Y1Pj{XŷYҽl{ko&]Jnݒ~Д'!k+:e#ύL5> sf3j@;eP,J綮9a}psm6]*Wddqgmr[qiT7`q;s7̠~cxfDB_ -+thoN%&h_>7| ݴw3`G :aK[rp:v\DD͛VOfz(x&?X;bߡm4υ o39B{G -a&/s<{;)OwMFcy4X,_1f c'_z}k#5/Sy.{v_;`>p+ɲwb5b}G1M#Uk~O2b>:!Mpt ԿȂd=[ejәqi:Ȫ m'uUE'<7 -wO8Fbav8^{zc s؞0Zp:24Ƙhx?fx#т]b`s̵n!TLE~Zhѡos„m^_eVލR!n̶$Nrv -! -sg+]▪v{C1%Ԉ9Ӌb['A-+Bj "7DMV? 3$$w0*gLq3?f[, ߷M`,p4s-^L7mߜhmfjg/)(1F^hv] KTĚB`V4SMO'BGwD,==fo9m*+碨 ,0{Tg5Vy#:&-Gn\g⛾t.*i:.9Áܡ@WZ3 0??jki<˒2{"䯘ׇQ3B32 -"-O@b7\)xxd0)|Zg3e܅DҔrUqk.8T@(>v/eT1v~P 9"Y13&Аl|stEvvs2(5HeW~To;Evq1XWR $\5]hv6 +S酵:;BXAVDD8 ->)U~ʟd-4@L?ng/S,ME0p''_W4 ̠* Bwt: r*R*<8n[>lxҿǯƉ -R/uF&+<-Th=v[PR)et}E7ϙ/%jm:(Cw=~ JEˍ힆"rdl)/ddvZtёlq{/`N%O$߬g//҈[ĉ˳ ҋϸ&wg 2JsaYv;F1Ags?ނv1`6dR,ws b{DbJ:#_A/~JBM|Y߫o\gm#= f8Hw>lR1:sS8IfGj[^ =f@uO -tSx}f>F",.OѤTXr$j>uqdB*ٖ׋G1*oGT1oLԎŽT5D;G:9bqmBXtvR"i{+NTFa^ި8" /v|nok3U,jE;g]pqkANzWlq? z&Z`($n { 5l aė5ľ )DX?j{m=꽯:G緒;I_8j)5?psW̽ƕ#/ `%"VqC1n;_: HHqۼyG[P.F兽Pf!Enyہ`21޽ERQ3sNgH>F(AVLEj~B&9BAGD_L͔'+B31@#GA`meiEfy "'c4GsuR5hO -e;5E6Pa!Uhޏty%5A"=|q(JctyV%ċL.ЋX^qZR^oSSFAm%xGJe VWK3yjG,4׸gB6W(77)p(v!7b#SB[!]St O6Ũ"&6-eч%`pY/#YoHτ10FSU$oWBr_+"eQ0rL2]ӡbG!v[-&ʹck 4e%r&_?CXYH>_# QLCQ檗]z[˟گgGfUxkǏZ nm/<{p_mMe$&&tl"*4Ǿh"9!i|Q;VԷ/]+= оL549{i̊oϳ6x[la(2XٍͦXmu 3h|Ldڦct{ח˙mvإ -ZyVc("5&jlb`ejN?f#oւϪ,YA^Q+ a*̜ht[~"5V ar׾F'ro>)Ldw18\0= ;2}iq C!rȲj;/L-?NH7 j֎'KcܯM_V$X>\>'$ڗP~)CDQ+$ʨr % C -T@GS-eP g[?S__vWuE(""B5ZShDnfV|%Sk70q {1=3ěi`"TRB #CLﶪeZC8QOhVCNk0ΠۛLM%AV?ާPxGjj݀5 Q}o0_je^4CC &8#R2^U99gMg5PȅG^ {0/\ʀZ'AEG$jG5z:x%z -DžL,{~jhUuO'+(cTl^VsґR'жP~nZ:뉀}wkڈ=EFPkA# rZ*˂0e[ J~!gh xbݿFK"օF92yt99ٹᠥMKSw[>MsL1f]" C&Y|4@O%XD?n!9>9lc7 9)p~_oEdmW SU&dC)PoDa&ӑ;HJ4:SeZrݥ]R,yH'mh1c0=ҰN>t2Q &/Rwkg ҝrYzd0β -F#ʊrĸ-禤C.I>ֈ\ - H*FEwbDJg[x'$ U}UIo}uNLysmgg̽^ DNC>$R Ohh -JTC| 8ɬن 8k muf7|WLAwP.Zi;#rMDGy[<]"Լ߹u.Li|ti>hIDuklUfr|=_`y6ACkM惲T1EV7̹2(0*Tz~.Z ʭӜՠu~1De<-!ߛx>Z>TxPf P֮Bmd`Pân?$?:nNCA2h>RǓ 5R@ -k>axĞN7vr'Z1үt<#rÝ˨2(ൡV#\UrI7_;o/6U~D.f[rIU4Jn^SΓ$}fC o_,0M˷~8ߕ!f|l-&˛ y}{H;cu:P\>[7b>"n;__ ˷ӋQm^J3y^ޢ.wobQX},ȑءh|&%Oi}. {C G@ X, t$+c(k?RvO3H}m:9v<鈛 /R}F5K{nLsc>qS%ٺpv͝Ζp7gc4ZZHZ B)v6ɢmy*\d8gZy.R_ TP)l8W"KVN41Qu{pa'K8`[Bߒx-#<ѳepYҙp>& }Nf8U)sMuBar`7¶+Pۅ~nhn@&ݐ[&YXH9ײFW̒!L :%%K]S(g㖢~hܽ~ln-{n:(t!zI^H1bF'CsKf9tUtQc!: 7dv.Ìݍ mYvMdEa-{QJ] p/ݹ9(:[VB + !z_7CRckW.n=/ı ތ`{iO^8]skҲbY/׷,7ijsC{^0O_ rC ^JuK#WPaioES%zlJYpX-#NmeUZw=v/ι!,;ٔtdWR.=ي11ٻ{sQG3p{kOc*o[J{wݗQgݓ*,$b|"ٻW7>[:ߒQ48a7)yJ.1B<\p6 ?;HL5 qp\+L -Jǿ::1bh:A:u::1Zp:L#\ }-t }E1t!:9Zp:AqZX&>+#c#@ߟ+NltUhjZj%Sr]Tp:5N41n/71-'+SYH<`ppcoDufe>M̈s,W=vJ+)) ͹5 -ё -p]85[U^jث#fK3x8- -ў/f1HgҒݬj3R˂3jHlZ9;Ӻ`fՋ.^)bAm.NwV]ߩ˨CgrmbUIɑLkoш]Q`b}5Gl(S˺hefc&Jo׭bYv>MZ%,u_rcJ㥦lQ+dS\s btGNeXoN5|tY抗Vtל"7慆lOwRP>ʮ=mJŠ@wt`E^ [pD [X@wΟny\DɭrA 2;ZQze#GL 䪈Y.ǭyG*kMluDt}EؑWλg1C"8v4y&rҠ+ݢ4%xd4)f͔0l:Eع\FcmXq2qݜ"c/oAl;Cso\"Ah ua8":807ox E;(LblP к$NdXZƨYNr`7/>fm]#|F"X"9͊҅хe},Hag#m*5&[_ޅ1)< [_;7cx5ʎ!$=<#W8ۍ2l7A{,|p9fc"1%c642[c0laAB -ID*j /Z_{uD2"ְ6H]EDj"RUDB*"RwiU~}[IS];),cx|P8Y<>Bȩs/ -^9w(yUfoXY(}̥~vo'_2!ɰh{W8vy)WXYܫsp~JOpFx.؃"AոxzR_o -F/. -t+Wlx0Ng\86slTG3S-NX,%Lj|=Zǝ%/w. vmϚD{ۿZŝbRZ.9[ f3h)R *bvBy`7]+ꊨQt  "/ndhaܷjnVvjPǒ%x7Wz|]EU%vJ;-ZOW= NdN'ttَ]%pGt9\Mhjb]k>+:'T/oJrʔ뒮%c%py.0yRffV9YϾSs56Ertv}^J wWtX[i4ݲvwtfztP4MP3X#tf׳h:3QVMTt>+31{]2Nr,2tfvU~Eәnj:EDә҉Fh:3faVMg6%)cutftڊ93?|^VMguûh:«[bG@lt.lVMgFLb3<ձի3@U7aEtf%> Gө:e]e4YRtftVeh:3`Ɨ33Z&lAR" 0"q}vKbU줋իs#]45ZĉCL`J7CǨg,dO -6^L1%md -\e0]P8Y]6RK>4FjPfR-Xn5ƵH̝3O\*. eYG(2w.s'Gq[%,fU2-s}3-t7dy״eJ9,NV{tpX~?= -YkMtjOCk'Qiahv8Fgd -[[h-}<$Mխ>7}O?W`7B*pP+G1P3w͘$q܋!~]3'3.s5*CsIܙM`Z &гeΖ(dFuCԼ5s{"F}"$ӟuL7?&\Id>B J[pȰ_/p#'^:gYH?WVz!VŵU dX7297 sZpgָ[*HvXn -w.T#Wq m*[)ox"JyCC;nCWsWu -wnCӲ@Sy.Xe)x.]gkզKWISU8yp?馵g%񜧔;]̱XXZ㑱9 9ǷvI2†cpKm|AL[/3k.fd`;ƴpnʝS&ik_^yB81"w] *0yCUD(q*7Ƶ1qϨodj* VV^wk[FiL\rY)/6WKĸ)zq-@|ӈԕ峱*(%X(T|WNͤVTF;ɺ(ߜ+,g*8)4X_ObPU䲩7gn.muB~JJߒ~Pn9W߁mU?-&/^3_M]?\+V4g/ _bκ~VQwvyg :Ղ/=wY!R̡i|uJ[WU@eg:Eng}WSo1.Qo~^|gwGbj~)TOli^gwO}9\ sw6H]YZ._YtT_h^oz|\[I/x4^^;z -;mA,_Ͼ+glE0o]?0IvyiU(+9vUB~N69٪cx4rsus/}2r H'9{ۙtX, *-x97|jWԷ`+n2l X -# NbL/SԆBO/Z};>hi9ŶȚdfp hKWwYMӱIkZ^nAws)sKꖔ С./݊oA?L2']B E!h7LkNTlo)ıDtK`1?@?m 7VkG#`? .8F?sQbX`N2ʇb|tDBb|P3wszF/CO^7rҫ\D>\J/NE60Ya.U3-楗hS~QP,&G3 -bt0JQË|lAϊa짴o!`\}}`wq0:4"Oxڍok: }*v_ &=D`뺸W`?UKtwm%V)4AN_G)uҮe7`u]Ģ:+ûFDhG0۸޸F(z%&xaRG ڭF=.bqvp,~w1#%B˳i W9t[qի_|FcqG@"UTWy4ڠH_xA7[7B/Nj4b:]K_"fAqF?ɠHJSp SPmfa. DŽް'QJ~̖CBjxdp뽓[EbrH4>:xSI؃B䌠sRl3=J\MAPw58~?zTjk&#P|b,p -$ݠ->뮅7D@~%!9vvT^D#X2fR{8TB'-]DŽ6 G@ٗ;0V b8{(IxH0ll\=!cKƺՠH`P%;y8t#Hҕgvpi ^! W{÷ lĻ#,y?A0{=kw;Vwls -Dw 5q;83yAw10]߱sK끣E{ܝ}/xQ8Ec݆=}ayO ׭p+?f[OE{y:?򶚸oi-kr'N潼zzY1>'ǖXWȲ~ܫ˫^q_J~*KY{ɏ*a|??.o?UJYθV[ϷKq3zGגDO>J'׊ׯQ|/n^}_F럏~Ӣ_{U(Ij*wZ={歿]~~_=?stfӝx+;ߓw%*ɯ?}|o{XJm +?y넒촕ۮV -oNX~]§ܛ7__~_|yʽ{͟zޗ~7?գ탟t~O_ʟxKyYs$cgO捏̽~U?˪f6K}W>{%^|WJ}Z!~Eo?~su%f~ƽ~G}_{~?zzel3/˟s/},o/=K?/~Q?|7Ͻ?7e,i?Gw>H^_}U={?A2wouyr^|}~5WXԻd>AE|ON?u6qӍ5>jnSi5' -&Є}PY7gͽw'M{5>jϚ{5ûQs;Q};QswYs/X&wYs/X)n?k+gͽ`n•YBG?<⒊>69td|</,Q\3_n Ow#,7+YGjDi?\Vo}~;o>|7V&\+'*/cl?hG/^ DpыG/t 3Y{k|E_~-^?|s/.K/*LJy_o1Odr?e?Ot?eљs>f^)j>f^)SVHyz>f^)`򵫃^ccPy~~p{^(*?w{/. z_>_.+ "LӅb.R{/~g_t{/|ڛow-SnG(]seFRaC[SpmjLt޻^fXDmr@g!'֭0 >ktTgA|\gTgaA|\g׎ũP'j)ΒyGDmٵcFgӜUgA|\gMSPMaA|\g׎<DmY:dg0 >ktl>z6,ٜaA|\g׎-|DmY8%WwIOq];ktfA|\gh>`Yl&=Quv혮љw9T*5jsGZ=Rp\s:i{BƸMǹY@Ic FDz68 q_ADmy\t6$A|\gǹ¤'j' :;HgW}&=Quv  :; FDz68 q_ADmٙL@ڞ&qKqHoWH5; \a__".bnr@i8p)(_ ?bns@c׏F&@X멶A|Ύ3GUj'<&@:X멶A|Ύ3GUj'<&@:X멶A|Ύ3GUj'<&@:X멶A|Ύ q_Q1멶A|*@:X멶A|ΎsUj'<.@:xiKOq.:[mcmHgOb=-93>cmHgOb=ٵ3>cm$툒n]HoWIjNY\ - @4ELM(m>p ,kV.c z60`q_ADmY\u6$A|\g¤'j' :;XgW}&=Quv` lI'jsUIOqXgOb=Quv VwIOqXgOb=Quv 8 Lz6,.:x >\uaA|\gq i;$,5j -v 8:!̱,5j -5w(:BP<.SJ[s%- -V.q4vn' :;HgW}0z6<.@:y >\t'n' :;HgW}0z6<.@:y >\t'n' :;HgW}0z6<.@:y >\uڼc\my\t6$A|\gǹUOaHg#O"=Quv 8`\mٙ\@Bڞ(q KqHoW0X5Ú; \!0/ \`pf[<<_qn' :;Hg>;=-:; FDz68 QO`p<.@:y >\tF?郱->lI'jΎsNO ' :;Hg>;=-:; FDz68`6;=-:; FDz68 QO`p<.@:y >\tF?郱->3=Q@5j; ('0vvX+y\ - @bS#'q2'=:\po]?ldJ)j5N + vֈF;=2Z;FD6OqJ@Z#@apkAkIiis->XimdL)j5N3 vV}nq Hk#k"MQ'h85  0vz|ǵv7 4Em䀴F4ڙ@ܞ:qhK ;V;;A<~Pr´xq~0e=P\ہd8AHg#{"MQ'h8? ' 0vǵv? 4EmF4ۡy6'A|֎qcoNJ|\kȞHS Z;Hk H#,nqHk#{"MQ'h8? ' 0vǵv? 4Emcpqk<~@Zi >Aki8i >imdO)j57C[jNP 4Gp\w񃢕+$#&Gqv8y;X۟g]?ldO)j5ގ7= vֈF{;\Z;FD6Oq~@Z#N@axqk<~@Zi >Aki8i >imdO)j5ގ7= vV}2nqHk#{"MQ'h8? ' 0v̸ǵv? 4EmF4Aڙ@ܞ>qhK ;V{8i<~Pr°zq~<`|䬳u#? 4EmF48qy6'A|֎q`|\kȞHS Z;Hk H#9nqHk#{"MQ'h8? ' 0vǵv? 4EmF48رy6'A|֎jq >imdO)j57= vֈF;|Z;H'mQS8Aq'q -qݝVtC0a0arouvFD6k8? ' 0vǵv? 4mq~@Z#N@ark<~@Zi >F481y6'A|\ki8iq >imdO)n֎q`G|\kȞHSqf`|\kȞHSq5#7= Z;Hk H#Hnq$ܨ)W 4G8p\wgڠw159?mll}3 Isym:i >Aki8iq3 >3ȞHS Z;Hk H#InqOFD6Oq~@Z#N@aLrkL~|2'A|֎q`g|\kgg瓑= vֈF;Z;8;4EmcLrkL~|2'A|֎q`g|\kgg瓑= vֈF;Z;8;C[jNP 4G8p\w񃢕+$:gS#j;-v>-v>hH8Ao֜uv/FD6Oq~@Z#N@aLrk<~@Zi >Aki8iq3 >imdO)j5$7= vֈFG;Z;FD6Oq~@Z#N@aLrk<~@Zi >Akkm8ڙy6'A|֎qhg|\kȞHS Z;Hk H#Inq$Ԩ)i8iq#mnu7:}/?}T~_|Yk _ '^ox՗~{__?__W_ o\Ԯ.~Ń -sz;ٻ:~7zsԗͯ򞻜'X a{<ُ xm/[?.]|Zf{~{S\ -xL{X믌o*8]6@1GWcʗM -"*XUht@HI$Đ=,M]cX"La-~b?£,v Y6Z;5T_/hT|s$`z3!\b*flb\_ -SigҪJ07u=~hVYmt ,ԍԈʋ̗cҋyb}XK:SuqbkƉ%=)3ZLZbjfU2w\pb-xb-x[ Bw׉։E&"Kw:~ N,Zo&XƸN,"12iA7JqۄcL[|-b:!7&f>FY DY`,0WOD m'hcS[tU:@`xW  ) l୧>9,ӟ1Myf;L.=4߄_c,X20{[p xh -B6,NN408U|ssXuz3Bu+ Nf贽LzΊ\3x< 3sWw)305} J1ĸnn܋V+. 3)0kIp7lշ2^ /@c<'y_"=WLVܤ=3$Mڳ3)Ib )=Il[Hў=)֫dgg ۳ K03Y._ȴzء=S%ScJq)&:C bjQ>m#yEs\:29{${ag!A(I,ţookh)Ӱ[74tI=2Q<]SDiM7mJ b(zIۃ{=Đ{ӿ331`uG"D `lG9,F Rq((. sTz%8Q1Osİ΀ִ\r퇴6:;1hJq6V[ -xxo<7s3Waܬ{4KR,0=ż_+4>غ϶nfk\nUƷ<|Y7Y7:;0kC![mq֍7ƪd yc\mao1i>KVIqP)\6u/®1{̸TӰ=~l-)MeS%XwjMšý}dhxd\h0;3)vL"vXAX8sLJ~& -sۄl4&9گ %Lal1&L3_`l8@~+Lc =գvhoADE21߶gL+Z-W`Lά-0-m&A#@I \glOXAX&yG ` L¯↘iO.1,fC /8خ;`ޗF# 6_&qPͦӫ[{Q!1` bn3ۚ^)M-E7;z)4 F8Cl#%רwڎ3b橖tc9kXϺM0?dkxb*?+=1xo~]X\jQOP81R]\_~ ֮uK<|9ηֺ|eP0g#8^*3-Md9ۊb Coz = b%+h܆e""!= bo ܛ/T[z/CJC4EFtc<(י2qѵ+>'O;e\Mb=5&t.&?Xy3vsgLSl4AoVvss Coz = b`3 < Kys["7z@{[-vsK.M>["OSm1=&!rId3ǛǼ38BLf.'6$=mz౛ Ch> Ⱥu N/@20 KXaa$8/':P1L++DG^ꪕ۽R+v !_Y٥` ,=Mbonlx9%{a7z#.3,|eb2/7Crp۩'77_X߁oעyp>:b9|T]5Wz̷EaC)EdFt.!AZ$Y1A2Ax2A2ۏ&ca4AoVÐ “ z@<5yCoz@z@7 -a&7&C&O&[&Moz[gqGmWC&O&[z|! і{c<7,יgLꗮk3`)tU \{ $'p"01_Ų0wI0ׄ0rHQ+܀llo9LBȥg[9onH]$v0vMp=k|wGJz ]$˯.߹Wr}@EA"`i曥-AA2=O.䓋s4WXס4L4zY7%p!tl1H)Mdl=4xSӛ< z@z#%ps _(=6q% q'q{K}7%pb=KI|Ef5&[cLIp\\gҞnR#Gx%cZtxt9g+9EW:]B`@6% oՄ $&eW@@0y\mg=A` 0HH$ l0NKOR|@xun>jG],R\Fᅋ2惈<6Rl[܋S endstream endobj 3276 0 obj <>stream -f`36қ?jN·&܉E"<r[ϬI*JC)^ }örw .|~^q2ۙiTQgX(d{.Qw˙iI͎1:N$G$G/|jE=NT1$M[MNq&1n&MM([[`_0B!ڬ=hRJ6Yo.[  = <7 N= E"aH1B)=6禷E-Ao38A#[+D"A2Mf5&[dLIc\gn&ovҏ/#G?yjɸ cof#VF~L}Gx>OMyyxO [}$T5xK cL -'CϏS)j -jɧ),jչD>>?CT!ZEFLmsD! z7/C3xjzЛ8ACoQxт(Bz0,mMoz[gqGmW -?C -z_=/~Ì9E1ɜ"lYXDkJpea;`UL4zKn7Dܳ'.܃spfĜe08CaCϚ^)zUqK(ZDZ0 miQM˷_3vig -3#b(igJ 8hvR(LE8H-hFbS4-:W QuMGJu1s8KF BtjƢ{/.R=Q#:))8 Hqn'e-,S[SSn=vۀ=5=5=5n/ʬC+,SSN2,]A0F6b m -{j - {j -CZ(mYJa'  Hu`G$jPS0Pfn,p3g𪘙`@Ԭ)~Pfi(h%FazNVSg[E0Jk@<~ %c!`@pRy)øfhk@vD TK'-,yB@MB;ox81 M.Ʈfkl爣^!5 yޝ2%aЊ r@sH@sHm4JhQrH%42U>25A [TίTŚz ӹ0+E55Y!X!X!0Y!bL 9Ӏpɭ[.V;VGVTz&mjBB|=48C7y-@8@ -! - -A -шXڰLs["7z@wp&/ʦ楪Xe8d1 mיg fb~xɎrciNm4<[I -QA|_5dR,^_MK=f3{3`h qWlc7Y47dYhj -! - - -1\@} bj3<9" @(v&hg.>>p2JEr -J&8aM#7w,^a1 -A ZKLM"0>)_|}+}I8/3c=YqJq Ap6iK.j+Bv"H&b&uKi2oBMNFY}m-bycj&!oc *Y~ 5j -^yk %jB5 ^Zj2PSP鼆5?#{LXCMCƪ%yBK - mX&&dt%Af7Y"dt%Af/C3xjzЛ8ADr9CX8C8C9Cx)=(6,% q'ib^H L1ovI'VfXa`/3_ؑH˯㥈3 |d fE}tEלs mיGwiʇHKYg%B9"t_I9(}eXQ꾸/QJr_#/LYfE砬gUt9(T疃Rzryӭo4 -lI1L$/{[6\.HXW">Z@^Jȸk1cnIX_.KZtX+xN&ɿXSaH*qҶo*)V-5bHꌧC挧O@R&?3asƓO'o†KY\[ xR@^J9Ș\u;E1t( hbtESbpƓz|g|bF>15W`'0 -q6A dl&)"VXO`F<&hcj!y !`4o'MJqjp1A9 6O] gѪΆsr9S6cN:vΆr䑳A֌M-VR@&MvILKȺ &;*,::+!/a" S -fZl>/a}hU>;FKeMvUKsKu64gBg`U+҂&EM2d\&Ŭg?1&y$p* 4SzS#)A1: 18a=?;" Z<)-N`sMw%XW/e6ט[)!V hL3[aAMn}yCdMp0`\o(`/1q%k !3$:.XJʣ,Q&cJ:v΄Rd3AքH-F8JSguWҒB -l'3IKFDxHKV%#giê3bo%-;OKVZΤGiiɪR*Ơ$-3)̙`"Z -LbLbjt&(R5E48 +_i0^{Fbt&ESbp&Q zٙ2_\)q7v9Ba)BGXFGW542D0Th*_GHW tCQϾ/tu&Nm5%"[-l- &+LmuХIIpFOVD$8#[-xE<$8+Fdmv,p2"EIpƶZpՇV峭|QڎCXjcK mu luvl#Pܫ::[4\.@[aTWDj;@Y" lrp1grC -!%j.|k} ,>',>',>zX n >-R\]Б>Njb e"%^734V-Nq6xœ'>sɾs:/(ds3DdүxBUCd5SCBU&עdb/8YC((K! Uɾ|Yb|/>6_}/>ڢr}K f߫~ /e)J{0>NsHǂ~Ԅׅ̾TCg_y0kV< nJɿJX x;x{pA܎ރ걮C F(ޓN"mA5UܰrH8A_kP>WLT#y)pB jЩGJ!4.8l}J n+=-&r 9C_H,q;`ʑ`q2+h!*be,bӎ\Ca$*Dn %5 {|| MѻYSHr<4 K]6sYԂG - IabSw9)kԋk.ŲV+7`U] OIC0lLB V1KhQs-qrH Ҝ`\m) 9A`ݸpRu[$z9]\Q`|9s2-2Iv0lmiΗq!۰]WImByht췑?64$O}2dIփq5$ dZ7!h!㐭M9j 38 cI j)8H)0Hi5-j)!cIyh$b -X"iLXRk:׌%H<5fG6MzTqyscL4UϿ72}rH;1#MIS4mmNL A3gDCN&CL!&nzmB-G3DLbUpԴza=4Dbm qV~(v!Ca%9J EWrJ>:hd(iNQ>iFΤ} 2z<67& 8i?S4Z~_[I3I3pR0EiEMA@pfFP yAq4jtnI36L~ooCS˖7H: MS{*sf -{{{:షj 'rp`%/ &'`&S5l!Z<v ~qI6zҏWB9;qӞ:L30jx).R:cR p ̸0?aV)4JAmTפOQ3iwb] fll3BB&whN^ԧبNWVĸ&}sj vM&̎QhQSlk塑|rMbe-4UsK&-4M-ew#U,} -{[h@UM{[hRBԂ-4M[fa=-4 &;L' b] `KTѺblR 0s HP3 ' g;`2J-wqޘ<%[md_R!,&XZux +Rl;SHƗlK1t )tL'`w$'[-9kԊ/QNas5lyFZ<#} $NJt`GNHrғNu&Aּ8`9JjE)&It¯OtR=[S ߘm )TGVD$mvp"EMtBNp,uȣ'D'UsKt$'M-[z|B#UG{OUfOH{OB}Ԃ'M[p} A3g֛D'iD:LmBYfb2$=I0Zp'F0p ecGegگjubN,&[n&T63o?od|m -nkNMAqn^g> -;d=~mÉ˔R+|l)x0nu/xӭT7dfۦOB'omS)`,4Mn<[)m -t+Us=s)MqoB#Uƽm -MS;3:a6)4&9mShڀ)4C- UIF,tC"v'KGy'wt,:6Ko׽,XtB=]-J̘C3P`ã@%'$h-we1{irĺVPh3Lxvn{hI?V d9EC"RL3HB[Yg5OJvK([II¶:HWV-xFFҥ(Hp- 캴A b{ˀ{*BΕ`H"جt-ˉ2aq,!^2u&$ ;/3ٶ3{cT3& ;?uHQ,:˯vMvž!YF5Ql$`;y.d0!Rdd!Γj9Y?ʬv^,ht,qI7[Ԋلd`a;2;Y)CV hԮ;2Q7N ΰnٛyf bm ~/_)0`Vzb0C?y7 Ȫ a&a ÞQ!`׫氀rn/RWeRhDZus]2䓫,Lu4-B2|p\NT'`onpNrͣ$4˗MaJ۳p Z)txOjc{盭rU~ -Q -LQ{yL.*۳%JQU:\a&uRQpؾHv _:(j\RkLi?Wf:PbsJy&A\hKI³Z7m;3cbH`BO&](y]Moy яΫ&y1]yJUZOPYU 7Pfz?\ Pҕ/ߍ|rY#IDծR6#ׯe')³=er -( Hr^ I 4gGK+U꼏i#M*oY/jHϭA15;/- -*v06d96Sf_Ӻ!(s˔*yv<Zvy5 5Bw4)SBxAlj YĕYo/㚋ЭnaMᨫ qiOKڎ}|fy])7CblA,Ih1@3|@c3l9eh;F&GV)iC|S 9+!RΤ!)e3c񝩆_-it4LOLck;6Y{4u5 Qxww8;R;鉻p1MK-CS MBUPHZ$CS;$RL8ec;-|gOfI`ٯ`ٯP(&TTԍH]]#w7TuV $.]m]]SgƺZ]3J`Qr7F?LH=#,;rW'w#w-×N M8Qنܕ5rWxGJ]OjC ;䮚ܑyrWkrW@o]Cn䎼@O-L]㪔5nͦ@!w#w#w]L`erW:r},pYJ0/;+\lD8C"RږL.t GXŲӑNLS\ȜVrݓ@:ke(Qof'G# 9u%ҭEowd^B"w+9LD pm65YEeKE y]<51I:`ٌQ`)3Uf7䨤QiږmxځGrTj{rTQQyGrTkrTj{rTJOJHboٓ2FrD[rT:rsRQɨܑXk[rTFrTlHJHJmOQQQyr˧#99u(Eժ4#9-9U9jO5] 9jF`s;JfrIi{rOQ}9*ߍ{ԓZۑjv^n'CF(yCJUO`9s#G'Gh5A12rTVGȼ5`Oj@}Q5-9#GhٍQ15QA9j\ƭ@(Vvu䨫h+uh>rDIԉ1$eH0ip}p6ihcĎ`IĜ_q\x`þ $Wg|# !G8mFF([Sc`q(7|{Rv"!~wWCrICbXj0PVr:bԩhj5aJ fzbJހ6u4FpwO Wb(>7ǴҜX"! R C!iRJ|"-6}ZDdʂ"|+ii H f~'2H7UɚcuÒ~$!.;İֶİTİ0yځGbXj{bXaayGbXkbXj{bXJO KH Cݘ2FbH[bX:bsRa過R7bsFbXjGbXj{bXXG KH k@ {>P>İTİԍİHaa#~ haaaږ֪6ufH`K 6跹%}31le{bOȈa}1,Đߍ{ZjvĐ^n'r.CF ?bXzbs׈a1,u=1Da- 2j:bH- -vaa1&%^w-C=1l<Ʒ01>#Rbظ5ʎֺvu2ad9?2Gjl"L"(m/4dCN7b_/;e[C!6 i1v&ӝ_ @٭ήIYt@l )41_ @C\ .1x\\L~~]/{&h.F~S1CV2`ЇTLnlM ~d1]J˷a=0<&#]%4x煖aì0oe0'TGuZ#N0z御C7T.|t>|s8i6NH Z>fX؂aᣩ7Dr X>&4{GX"} ~IW!4o<-|/5fs 'EH -U*JUQra\?.|~\/|q᣼G>JmQJQƅrߔi5.|F [9 g7n\(6g\(G>>JոQk >oJUQƅ"q\G[q}SZ5,|:>jmQΌusߐvZ>Q*knG>慏F?A>H>![ϲ[( nt  [fAp/-|5CA;,|~-|9-|~-|A復f[ [復GG5GZv[ //|4C> u ҅ƭH;ojeQ뺅N&psԺncrE_|<{[J"WR_|l -okA]4xu]Qh"RDrS6 =Fj\#ʾ>7RnyTAO? ~(9`D]*fII)36kB?XVP g4KRXBm?J?&XS -J[\2/`yGu~i—ZWRZ)fGj]qpjq-_V}P f"fU (_U/(Tq_Q~S&Q>UbS}mk_kMe?<)?OȡN*(Ԗ(VQ^jԁijkMx3G(' eۙ$o{(OAI|*-9<'TdgeL˯eL7E*|zRfp;Wj)ί/EB c%k{IIq>NRk )Өd@~*r RxnKlKH_0f铼ehݙ%)^i[?[zb/OxVSF"~}Vl]Tk_ 9EhMQתu(I$75qI#|i}eؿֲ-b:]kUZ3RbYYߒ9ZGgʅCڬ-†P) ҈yqhd5f!_M߄ xipCA l-p)\)E>ω 87t2<&fKByﳪ4K{Pwri -[x{[rkK?q>v60 x(Uj+ʒJ>s|L|gb[|*P -HxO\;F}A*׹sD>B(Dn{lihN__MU\86=VWqcݿj1% Eʊ_bWIh_˳2N!,PS -ְT-Ro/CRdyHPxӃpthtV]YwEo ][$:Y{C0tQ{jt^CйLYǟ{s]OY{/^BYuIw'ȍp٠ێgn?>$}!.< - o׹w tU!!|} GC![s̵em-d[o/!|} Bߖk,$Czml'ckȶl!:lvf5d%o!۪B9--dKuR}M{ȶj-=dB.![[Ȗ꣐-G![[Ȗqنl)!B6l8skAȆQB6(dKu א sa]C6sy 0cC6^*mj!۬lr=d'c6! XxI yȶ%db !45d[[65-eC/!t٠!["![>#e![0h0ivE-d[uRg>BUw ݏ -N{x9'E5'''E;'6jøQƅ@Ox|[E}-<Ϛ6m5mxPƍ0.Ԧx|1NNaiXOqzS WQC&Me$ʆ֋ $`=^ȵL0z}g᙭`x%('.yԾ\fG6BiP+1d(&ڂҥ\F }Rݚj$f{L99c p -iJqI}v,W`zT R?ÓLHuk=W<Ɂ!_S-&4%0e!w'W`*]Axp`jKF<GI9\?6G6 Ll\ -N{`jt^/I 10]=+@ stnZt.IWm鑍EtK`:$]MNZNNռYقn!VɕǂY%jZQp:G:tI2SڞO:%8=hp:$KUGUUu NC+XCi惇DZ4<a||bԯ)B̍Kpyt NWMyb -!4)/ x yh-J,ꤵZHW )k OYP'ۃt-ѓ+O PxjtN-<]*`tKxʚSXkx,Hxl%< `|i tUUw O/uVUw OY=zXL8:A1A1A/ -| -zwvP|uP,X#;BqX\0KzpXFzyP(?i{+ԃTŧw '= .EEGtJ7a v3Xj/e|z.4ʟ*ʀ MAp,6wՆ&Ġ_l<]9P@ -MAgGy4P -ynnGH끪z sX7 z"4 c"0_kƴdi!8䤿8_n{wtǺ9|QW9Y9㭰F\Fu79SO}QY9RiǪT%3yW6GWiT *ͩJA%_Fs;c*sOG!] Wr+O1l%KZ]J9Ǿ ",^yKCyeCv>L{`CΉe`CbjN_˽0c QMe Bj/}{V Ldbfe -/sX-]+lkܽ.B њe] JSa,1D`8hcK0 &ߤ9|C/ӓf5;ZPdݲ*QH2چIm/U2T~ߍ1>!T!VHוwjMBBƤ< -PBB!T!T.B -JB楐Y+d: -B:< -EOBS|9z=.|C72<c;8a %'Ra8BBz/ -p0Eլ2+`, -]gE)b1D((,.ӉW>(8TA/ -nCٵͫbZt-4dv.k"U}-iØ y kiƴnAMbw:t*=lVC0Ezo5?扏/s1+r /<)rV“$~/<'p236W] /{Pi]")ɥ$("^8I,N V(Qȃt| @ -'Xɏ0)f̿Ls1:|gh͙Ȟ[^^R ՠ`6ܷۡi+0`l )Z^(A>x޴؟!'9Z3Yp,\~.'yK{wzF i%\=14Q䨂7c匂G(H/g_Y|O)bk5;< -V?L?T _0i'6#yN}ܙS\^>[ƴ*" *Eq%bðs.>wD8W9+~wS6>ӗl=\)fpol;|U\KsyKǺt#6#x#?Fn-m.܍DaH޴!a_vŃ"ǹSjZFr#FΠ涇7Rol*D$q=_QOi ?f oT: FNT<؛wy3Z*tSDf@ -o(VӃ3HFu -FfތL>fN|Jmo˛ -{XU\؛Af͛9i 6 cݫ6Nڻ:i_Xäٷ;sHɝwfdi/GB?p;چz3'᝴oof3mZ**mDr:h+tОA]rr9Kg [B7Gv*,=KS(郃QD""PxH_+=}'nRþV=jKv)K_Z> -O,beAݬ'd+u.]+Ai+{,XH2$(^r=ώ7%C/Wb[xLvY!R=r6%뢣ٿmqENT,CLps]ɸ\]ۤˏOp,2+AnGmW,mʆFo$}3u{s]]Udz O/gx㣙׹wTy QyC^^VGh(nc*O7Ձ3L]&Tf-+@L\XɤT7SZF3_*O+dI4*iu6-AI1nÙ `\ᷫoJ`㢷ۃv-(҆ aa;9Fy2,?t3U$ROoŸJo!߇7/ 2&ʆ a<^%`}bXz}NER6^>۵հ`(Xn2,7yK{GҋoBiJbXzӜ1DF8Z ugZ Xw`Xug5kaڊ~c"3Ip8)R K7;2s8Bj/ 36̺p;t2p4 ݰ|"F*t;y#'UӘK\7.iD\ಁ".լ)+ U.2xj,T6.in}AG}o\6Ñd,(`*YJb ;RL-)Z$ - Ņ4f!PHk•1Amď5Ϫ˨vn/nzW sJVo/rAmaU1F iǦb8i#}x7XYv7o>cXוeщdv_8XPD&$wi%eZIL?N'eL+fcMXZ!MYz~/覄ܣ9 bp!W;}(!<f2` Q9Y̦/B" olZ29ށ'j' -iWXP}>ؽ -5ԧY();!ӽGL:fYؤ{e wF O<|w}7Q0+iFAb$(z֯^rϥ /,pC!q&-(+LYJaHP -0A2iW"F?S#P8 Mʅ;ϣʹ7Ps"i<t d?> -% WTx'1\8$RR -0!3g\[jW_$T?k8^> !""x!7^净"nQ-wœ-U6L$.iM悐@rA U dڜe -91x38LHLxH//GMr7 -0mKbb](tT0[&1h:+YV0Ao!mNvקHa0K1*cP -.^F2si@)L=>s+GLc_Ϋ=Uf/|ybeÍګ=>>*s Mc{ j=Hh`1{j$7dž7ihE =&e,̨kf`472(Mo4z - DjQ 6LrSv{&4wdz݁ ^f{q63aIش~e/˃0+~&Holx@wR@vRƍ E\wlQ[iM.d_O8i@j\p#[w`#*b Xڴ+.$> XhBAc9B޸ u.-!ifsv =ڲ[#I9"~dGI{ } B*ePdCL-Q=-,>.[Y& }` }$* 3~e/Bqc -b¬ v p9 -i{劥MbȬnrH_ZAY 0n ϋʣ LA& ɪ#?%A/r2 -rr -]Uc15J(/cmxc1׹7CvX#FBvc=J+N&Gzqw.zq5֡Lv OLpY{5\u;׋9c=d̻ 76|1cj00ֆ7jiE2֠&jլ=r+E ȍpac-JpIaf!jk/>cQX 35fGwݯT^u/'c=lݻcc=dGߋ0R6ce_Y$L{-cM}9 uu6/%asfGqf Gbݬ_uo7U;*`P"B1n$" -93WL<KvŐI~0ʹ/cЫb܋&:`Woſ-[.e< ѩן @0l" @K-xy7yK{ˉى݃:r zӊ+dƏtxMt xVۭhK0lL*5ֵ>FsOM' >t}Ahlxe6V2//kj8[6l:[gZgZv؋0R6eXdClE2yfEh:7ڊn62M#JprÍV*l b8 S+=V=Xʆa\ ,FMaFC=mQƅڠGo8??eGh ҁ#e oLM:aZFaZ/g̴bF*#^˃hlj*3eo<1fgՀײFUva M0Zm~M0]>hU* -\27iE2࠿'լ-x+ v\5b2ԀWS+jYH= -\ V@8FAf̀yyZaYd^K<6dk ހal沰I -Wa4Yh &̊0?ЀW3/Q)&d+J;.G*TzIwWu^lN/ʄZbnԆq6Og%`-Ak &h*Zu.e)a>:Vꣃa^{iT2GֲJ Uf.˸ybÍZګ,e;z0,H9V yW2p0h|Z -^F5͠_$_DlE#ۂ,VE\B&Zbጒ|AVkBXW`Ha6LY0//Wj86l-Kfe)zRf-  w% ]W8&b¬k[gF!!9)b7  ^ cYhsK(Qz c qr{Ø Bt -]j0c fsYU姧(A$+Ï`0(HI{ӜXXn]Z^>dƏLsu;p<1fg4Uv1 MX~ L0]1I̜,xfs"Q)~ YB210Y&D`s)ÊHfL*5ezz -s ?vQ[L8Af欝bc`^J fMs,i5y/4KLAR10UZ<][x#EV @i/56` ve69i5}5 zh\D)DmNB6iOOENF&'#wQF63ފu!g/X~v++wHq3t?%K³~SĄn $i kyawkd~zӻx@vɅͮpO6-ӻaݴ9f/nzY}wks[BfuލZY0U1HWz7Hz{ kmiVon?ӻBw5N1iYbb;5+dzn7wkfa+|'[+WLwBjtns:jDjnbwNQZţٹYq++ӻޭg*_W)ޭ {%vqRiTvC>CܪnM牱YaP/* !I/B'𳍑HpPH,:7֯V`X`r>wrd XhܬQَ?;^1g:Y➥/L~9.8Ay#QpO#xJۼΥ}y&F _~#r6Hcy+q^63NfLoY=-ejBrWzmVJAoI0~&[)8,d-_z L[ϴհgEI1vjYqȢuS\6~9>QII[:8aUh#wTtb0WǯKAQӶ݆//V%VR鲃tAjY0PnԆ_-CI - } sk*'o2J1k  @ 1X>LK Ǵ iȄ!A4*c܋ZFqc=NcZ<zF]3_z 5cD][(ddLcCfgAQ1d3ezL*\ d[\>AȠ7h Fy# od72wA7raZTySDZIbP 8WRL1 -ܥ8]ƙ˱y`zn!:s MjhAK`'lܘQ>L @ jOW|û^ë<+N71T j0 hATo"iAo@ jB(kE1ޡޡv[Jlst}#akAp-e;b{sK1pal?\[BQc<,|-Abxkwl*4J[<31]@yi]uRچ1loQb"xm"tt__v<;Nfv<_ޮ-8{14x5|vr|nE}UMn - GᭇW;Aqx:Z<0U_[eL7M7M֓>`).]E[*\c7و Fh[Es5W9ڒyɸ h].s66/ \F:k{Fn#ȅm]i8nH."1,K#H7rqbf-7'nh?>ЂQR ȚJkZ.7SΤ)ԣt%5J8V-VLnnwJSS(xG[N{"GC=RNjހ-*AJ*Ֆc*.[N]_.UcZ7$SrFX4GyhC+ҊVZ\J|jn7YbBڰG6튥OUR~%#Qɶ赌Iy?=%56[lra8-t`0_$_ kWqxESZxEcŕdV^=+ǙЁ4eJO&D4t eJf= X2 -L$YQJxESlMi4feJ1F*\h.Yr/ -X!QHRew;b*$$4& b1*)r)Q )B*,>QBMntv/ / PYUc-fK6[a$NdɆ g>ܰ<-{_1>׬@a7N6dÊc҂ǖl8?ɿaobu`{^S_?1G>{A^Ls/$ ƿЂ4|7ւv9|<-=]Y+Gqa-ӂV4<7pւ1-li>[pX8%Zi>Ђ泔%T-ODpc-xqIKV|?Ha- -ׂHW-[FAY]C'Ԟ"w SP))lD SXT?N'|լ݊O(c@u}Xdy؊|"Oc'c TD>GuQdW,+uICץh޴$1KR m %|b޸ˮDLў"S$NleYYxAY-f+޲l/XZZѰe{Ș.leg{ --kl/2RVO2ke)a~_ҬÂWIZ)iA -3Hs Wysm<_VnKb~Y{YѣhfʠP`jdmHeoPm)\PmWD7UHRS1gK%kzN85pszJ6-fKgqJ -TR(k5kaŠu&c"89,5 JR?H"&ڐDvi -:AIiMur:*ܠAܠNnP'w7 z$"QO S_p|&7ltQ= Mni'E\ Dm8ʜ{#I]IF[ٰ',]@*C4X$`)rN}ۊג޵A=EfƍpxjxeEKΕpx*ӷZ̖%_[V%`ME*E-%`f=zXceLZZ4&`UI XH/>HJ[@^Zn=F˱mL976iFއDmcH?iF -julHmÉ%,(W$rh ^+F&R | jridϸQmz5USiV +%oߗ׹ȿjJmw PU= Sg\?2Nɘ>CeLf=V)J(iVPU[ܚ19xlSSU;LfmO,5᭠ 2gp5iGho0JH+vH<1h#!y%RIT쬴 ZIW*O*mH&/z۸WcÞq6 a a +tIփ]u'_X*c!4{W&HWS#23!Zt%L(hV^d[J$gkxeBڐt%;od6I1pxMe)b˲҂fSXIer2 /q6ȵo'Fc\0I 2+sVYNr^ -̕y) -CW(++oG ?E#|vH^D4 1/h0ʤe *\:@^ -$Q9/byA'-/hlXdJ2HBsx9׏-+ -4;+ohbd3Ix4i,`*EwN)+HEaNc"ͼ0Y(hϹ7 0|QK"At -X?}*{A~ -jy]czB|?Ev=D+d:׮u.҉n t֏"N*ib4՞_ @P(ϔ-Hԡ:TL @/[ŪIT2߷{zt!m9jSHA$Ʉ6i&4]d2-)W;OYFE2\Hja< Fmhr$*u$>W,iIeÃ0nRU灪B6 fR -D#C%riqQ!F`USUZ얥Uexҙ:H/U,*Y gNtA:Uҁ:i5)N[TJ"*o.'dF).l93jSUȦ: z1&S:K]Uo sI$W$Kۯ!q9I!$iÍd2&Gd+ zq}%/cH97U9Eګ599aLNgOB'%S}1 kLv)ӻ?T"d$` B40rF[^diFK)䔂Nb )x~,dd_:Aɔ[$Eua^0-1hj_tܷ{06Ȝd@'oCdU"k&t$Gu&xxMaO_ -Ry -roƳU']m\E29G.W)R)9u̱aΛ*'$PWJbJ3p"+[8FҦH6E&;#7Bϰ6uiN#$>[HPQX"Ŵ%@`K"ڔ`V"z+Z 4ȍpam:dWN60-fMܷ{z4('֦6ȜtiS@opTd G]~ "wqкA wq]Ax.rAJz}9dlS(G̸bti'iÜS]_qqXƴmi}chs^~*o<Ud`X?`$f(֫.ryޥHU-v˾^5eL)^E *e߬f-l?XѲoK{> ?=?f`V(N[Ԡ"Uo,Rd<)~l9iӫH,^0՞WyWEFDg_<=O;N+IvҘN^f'/_%AH+N::9N;9{͗^wSV'}&I)$LR*W,B<><mrRs8|)w8PHQ{(+ȿPl9:V]Tw$˕pxwSZdjxKR/$UJYzA%@RwGwG֐& XHOd*힂U&ݑ 2'6mjI)PnjWyVELӟU{56<||R#y1E'$u!/}oIH6Ҁ4f#=)`!UY'*yjdFe#Dzk9]bs_+KޅOO*٨j_0rHI-JNd+:~MyjXD{JK1!=!Am7jøP`B&VmtN`te46K I-(7r!-k^>* S0zufCv)xYO[J4"YOtzRJjÎ- -5ƚיt 3YHO)EzNיHR^g sJf=eJJ\=)`>.dscQHD!.cS(n$EQHDӃu>qٚ"WH:X{/VHgͅLo!tini -B^M!/.xUR;d- ?兌T!V؉bE4xKFH4H59@rf-Id/s`xK\׹J\9ޕL8I-z`/s`xK\z^/s5J\[z貢%:G9ge}x,I-0iޤ/vkÛTdN\́,4$אqZT<\ecQHD!.c\xE%k%:BcQHD!.cfsJ.q)$hlx="y yŠƘ&WtҞVn͟n+rkީLϓ3Qdr:,1Gȓdn&i]1:I5(fLB0Ԇq6D=PikL!\[ʤfZ~Ot߈̥o ~&?>~&?Ǘ{_ iIAZ9A6.B"]L^ C_&n2ۙF= c?|'A}YD2~|JrZu52JXAunͺ{>;M,^, -놜U]A3UUr˪\#.){0ji/!2?^{eE.D'w w}Fꜷ+ =v^K2?,6כ'¢HTUl@kZY"l>g["l>$NdagaZ|ԌDNvaV 5a,DXmKn,9(L! -;f$6 Z@ -IZh -jR&PAiO5^h$H>ȹ.OuS٥HQνpZzf}3Kli[A-O`{j- -VB rT7zrj "ɑ$j-RV_CX~2r׮x 6ih'̖*46T݅ɸȀWTs.43^JAܲ{]6~d 9_7rn[_.7&n -u|dg@>0 o:Q![qaTĹp/=-_.rP0xGhr \o*VOBǷ}[b"[ɖs7/k 77~À@jU"".s0+fۨ.97چ1*Yh>/ƀ.""\8*KJFV2H6%śeiC޲K KJ.ҢeKCindNAgiCɜd9-K{)V26Ȝ)<sOrOOrO?>>>>wɼ ūyl"H.Ã=QH7+ol-|ZNj9;iC1 㘟'ɡGp' WCKG܉6s]񤍻s܆q6!Lj3|iqҫbIzWL 8/jCQIIqۛ|;r+6xY7[Υ}T;`n+No.-L˺!֍WhyhGvwR0= ۖ>_M+nxuA|ͺyyyyyyyyyAAAA{ȱ+^/imHDr) H'kMaBjø -ᶋH$"yA|S/$oV2JbGSu:2NaYN~[' j" RZ0 9vZev -#:m].PSE0Y==U!G=7’iTD1KVh!7 kdVNTݕD'S8Bz/kn('{ld=JAn R[ R[)ȭV -rV -r+JAn݃\JF0zW2pAkcj !լ}E+K`ׇbIi0dcbBG4 dؔL!_X/,/, ²B~a!_Xv սpNqE$LL421idbψXsU^ޝ6AA[!FF!I&{b$k_BDOˆ!:]1mS 4T)QhоF -IsOV(v4Ï/RAm{g,j<cuc%{].ޕN8.zt1`/exXI_CkGx].gBh<0UNŬ5.D)?$𺜅&X;u`dwL8.Af~=kv)m֪F"(t㶋H$Y:2Z[dbґ"3Vݢx'uA1RG0a\ Dm}cߒwK(x}L:=sEL5Ux[jb_w@̪)בvƏ,[_z2(*10Wf\MI[&CiC4.%< -uKo8~v&$ IӵQ CQf$<Bfe$z$D]ܟޚ5~ n'?\ -|q~$(I>5ʅCa'ג#HY2  -p$=!jd鸽|vu3 YDF1 c0oeH$l[fX8ґcN%ύ^'d?a{1+41ۋw %V lK,-E\·A@J#)Z@J")NU#QY ːjMR`UXGGsRٯ -L7@ӭh^/`AU߷8 -P95mHrGi/?Q?W,;7l'(=IX0 je la^>vA6 "&pŶaj{`aYJj[hD -b~`dig&p@*@Y2-/ KK.'[d&pl` -Λ+y`(&C UeK+~Y.F" -]Ƹ"pD ]?eޒ%sHi3] QyhC- ;797o6&`ܙ\yWtIsZ*9m.\7̠`ṱPIc(>]M˖%wHH/# iøPWxa}$7gR~*=`m"y[8277*yK(*wP<܀̍Qyި<܀憨wUs:ർ os݊MY{BVq,Ji)|V]W3-X7 $cy}A\ݛEշli,Z|*^ݬcôj-o. ,sHD#.ce'JO2(<ৎ>; y4p7UcS<#򆪹s;XazB.Lw\Jp%;UeXJqrXn9x89Kč0.ԆvOy3OJK="%^qxUh,CU -^r?u_)Pr+aEK}z,t”gE)Vy)d!;IjElwW)Û-dNT%m*Kq5xu ,*vF"(t-_>QD9_T%&n8 ^፶b^lŷ(rP^ 7tF!mWH}"L|mq#]t> JQem.Ԇ{#\7*ƏPH7ʤ'm(5]}&mIoR?'Ti=I2L+4K2M6 f@4Ur'hPsn,fYlYۓ14!3:m8"Zyš{AC-L`83F*d]u=#PFU !jE狙o6[ن7WM$?p2&D;.Q̊\lUm5 Hn!9omo` -l:WNJiLH eA"7ʂD( DQ$,HDY `ٿ^"OeK{WpT>熿m\>_W?o᷿-Qo?ߝr۳>W?o_O?y/_/I6?s'85{gx-͠6]VfQ{[}HR._˽o/9/^~wU]j>0UOg?}i۬:?|_?,9<O߂+SUޕRMXr4E=]UNk]?]C`*oZ$?A^L?S>w-**.u]gU+]kf3>uS?KAggT^|+Um9+~ѨrVV.P*ctS)x[ܫ>%+Z:ʮd7~/)h_Fr,a' X`D&\-2LAqZ<8PI[ =CH0j9Xfԧ 6_584μf*'oxs@-ΌRc-.IJFb3w,O^?w}Sd06jp] T90(jdkQ/ڡ|+ ж?aA} -$GAAԐ(g1Rt9X;(dCnX k Ed-+;ur Bet/s;9Z̗(0_\ ܸM5vKM ͱKLo<ҠUDe[$ cL1Va}b^%E;{Û$ZpQ ?=];!;oi4,$xS)(Esbo+ˣZ b -BT Ļ=AJML5B/$ƪPlxu*ôsGy_=y Fąh g|<^()ѳL5 o)U;N?H+!էV \.8;j - -k;^FI_'>1VcS9z]Wd6."m̔|Bt|8uي*3E_}P(h2&C-:ˌ@I}娍ΠV%U9X%]!SW$F}4lك$*9f8E244X'jNԢd C>:^"Ӥ'B槝Xˊ1?p ,X y 18i/8i qƸRtߓ֧@Ğ;79D2 -Db\<}ݧIol) -zy@;I߆mc ,,P>D F!Ő7$GeDaka\EJso -Jr`Sf~\҉oK -#? -!"YC{d(jS`B1FcJ9|(5zazKfB,'5 -$TEIHn-fz,;\Hےc!NFOP=uޠ"G5*H3:HEB)j]K3Yh~DZYzs}<6g4 hlj$zXb2azbjn@uȦTR(6;ZE:_U`iա<_oAgkY.F\ (5+~Gj08_o'0D>8 -FOjMbh&qTAydvm2c /w]Sش sٗo0sJrnctdTRA%I2' >H,@Ƅ|#,a/Z|Nv -%oνzJn|^1S -`&5^-HS>VwI.3:R(& -DeMMN-> u[B;QOK -DO(o[1ӫG̏?xo>zy+/o~ ?>[o endstream endobj 6 0 obj <> endobj 7 0 obj <> endobj 8 0 obj <> endobj 554 0 obj <> endobj 555 0 obj <> endobj 556 0 obj <> endobj 1099 0 obj <> endobj 1100 0 obj <> endobj 1101 0 obj <> endobj 1644 0 obj <> endobj 1645 0 obj <> endobj 1646 0 obj <> endobj 2189 0 obj <> endobj 2190 0 obj <> endobj 2191 0 obj <> endobj 2726 0 obj [/View/Design] endobj 2727 0 obj <>>> endobj 2724 0 obj [/View/Design] endobj 2725 0 obj <>>> endobj 2722 0 obj [/View/Design] endobj 2723 0 obj <>>> endobj 2181 0 obj [/View/Design] endobj 2182 0 obj <>>> endobj 2179 0 obj [/View/Design] endobj 2180 0 obj <>>> endobj 2177 0 obj [/View/Design] endobj 2178 0 obj <>>> endobj 1636 0 obj [/View/Design] endobj 1637 0 obj <>>> endobj 1634 0 obj [/View/Design] endobj 1635 0 obj <>>> endobj 1632 0 obj [/View/Design] endobj 1633 0 obj <>>> endobj 1091 0 obj [/View/Design] endobj 1092 0 obj <>>> endobj 1089 0 obj [/View/Design] endobj 1090 0 obj <>>> endobj 1087 0 obj [/View/Design] endobj 1088 0 obj <>>> endobj 544 0 obj [/View/Design] endobj 545 0 obj <>>> endobj 542 0 obj [/View/Design] endobj 543 0 obj <>>> endobj 540 0 obj [/View/Design] endobj 541 0 obj <>>> endobj 2737 0 obj [2736 0 R 2735 0 R 2734 0 R] endobj 3277 0 obj <> endobj xref 0 3278 0000000004 65535 f -0000000016 00000 n -0000000440 00000 n -0000038777 00000 n -0000000005 00000 f -0000000009 00000 f -0000264946 00000 n -0000265020 00000 n -0000265095 00000 n -0000000011 00000 f -0000038829 00000 n -0000000012 00000 f -0000000013 00000 f -0000000014 00000 f -0000000015 00000 f -0000000016 00000 f -0000000017 00000 f -0000000018 00000 f -0000000019 00000 f -0000000020 00000 f -0000000021 00000 f -0000000022 00000 f -0000000023 00000 f -0000000024 00000 f -0000000025 00000 f -0000000026 00000 f -0000000027 00000 f -0000000028 00000 f -0000000029 00000 f -0000000030 00000 f -0000000031 00000 f -0000000032 00000 f -0000000033 00000 f -0000000034 00000 f -0000000035 00000 f -0000000036 00000 f -0000000037 00000 f -0000000038 00000 f -0000000039 00000 f -0000000040 00000 f -0000000041 00000 f -0000000042 00000 f -0000000043 00000 f -0000000044 00000 f -0000000045 00000 f -0000000046 00000 f -0000000047 00000 f -0000000048 00000 f -0000000049 00000 f -0000000050 00000 f -0000000051 00000 f -0000000052 00000 f -0000000053 00000 f -0000000054 00000 f -0000000055 00000 f -0000000056 00000 f -0000000057 00000 f -0000000058 00000 f -0000000059 00000 f -0000000060 00000 f -0000000061 00000 f -0000000062 00000 f -0000000063 00000 f -0000000064 00000 f -0000000065 00000 f -0000000066 00000 f -0000000067 00000 f -0000000068 00000 f -0000000069 00000 f -0000000070 00000 f -0000000071 00000 f -0000000072 00000 f -0000000073 00000 f -0000000074 00000 f -0000000075 00000 f -0000000076 00000 f -0000000077 00000 f -0000000078 00000 f -0000000079 00000 f -0000000080 00000 f -0000000081 00000 f -0000000082 00000 f -0000000083 00000 f -0000000084 00000 f -0000000085 00000 f -0000000086 00000 f -0000000087 00000 f -0000000088 00000 f -0000000089 00000 f -0000000090 00000 f -0000000091 00000 f -0000000092 00000 f -0000000093 00000 f -0000000094 00000 f -0000000095 00000 f -0000000096 00000 f -0000000097 00000 f -0000000098 00000 f -0000000099 00000 f -0000000100 00000 f -0000000101 00000 f -0000000102 00000 f -0000000103 00000 f -0000000104 00000 f -0000000105 00000 f -0000000106 00000 f -0000000107 00000 f -0000000108 00000 f -0000000109 00000 f -0000000110 00000 f -0000000111 00000 f -0000000112 00000 f -0000000113 00000 f -0000000114 00000 f -0000000115 00000 f -0000000116 00000 f -0000000117 00000 f -0000000118 00000 f -0000000119 00000 f -0000000120 00000 f -0000000121 00000 f -0000000122 00000 f -0000000123 00000 f -0000000124 00000 f -0000000125 00000 f -0000000126 00000 f -0000000127 00000 f -0000000128 00000 f -0000000129 00000 f -0000000130 00000 f -0000000131 00000 f -0000000132 00000 f -0000000133 00000 f -0000000134 00000 f -0000000135 00000 f -0000000136 00000 f -0000000137 00000 f -0000000138 00000 f -0000000139 00000 f -0000000140 00000 f -0000000141 00000 f -0000000142 00000 f -0000000143 00000 f -0000000144 00000 f -0000000145 00000 f -0000000146 00000 f -0000000147 00000 f -0000000148 00000 f -0000000149 00000 f -0000000150 00000 f -0000000151 00000 f -0000000152 00000 f -0000000153 00000 f -0000000154 00000 f -0000000155 00000 f -0000000156 00000 f -0000000157 00000 f -0000000158 00000 f -0000000159 00000 f -0000000160 00000 f -0000000161 00000 f -0000000162 00000 f -0000000163 00000 f -0000000164 00000 f -0000000165 00000 f -0000000166 00000 f -0000000167 00000 f -0000000168 00000 f -0000000169 00000 f -0000000170 00000 f -0000000171 00000 f -0000000172 00000 f -0000000173 00000 f -0000000174 00000 f -0000000175 00000 f -0000000176 00000 f -0000000177 00000 f -0000000178 00000 f -0000000179 00000 f -0000000180 00000 f -0000000181 00000 f -0000000182 00000 f -0000000183 00000 f -0000000184 00000 f -0000000185 00000 f -0000000186 00000 f -0000000187 00000 f -0000000188 00000 f -0000000189 00000 f -0000000190 00000 f -0000000191 00000 f -0000000192 00000 f -0000000193 00000 f -0000000194 00000 f -0000000195 00000 f -0000000196 00000 f -0000000197 00000 f -0000000198 00000 f -0000000199 00000 f -0000000200 00000 f -0000000201 00000 f -0000000202 00000 f -0000000203 00000 f -0000000204 00000 f -0000000205 00000 f -0000000206 00000 f -0000000207 00000 f -0000000208 00000 f -0000000209 00000 f -0000000210 00000 f -0000000211 00000 f -0000000212 00000 f -0000000213 00000 f -0000000214 00000 f -0000000215 00000 f -0000000216 00000 f -0000000217 00000 f -0000000218 00000 f -0000000219 00000 f -0000000220 00000 f -0000000221 00000 f -0000000222 00000 f -0000000223 00000 f -0000000224 00000 f -0000000225 00000 f -0000000226 00000 f -0000000227 00000 f -0000000228 00000 f -0000000229 00000 f -0000000230 00000 f -0000000231 00000 f -0000000232 00000 f -0000000233 00000 f -0000000234 00000 f -0000000235 00000 f -0000000236 00000 f -0000000237 00000 f -0000000238 00000 f -0000000239 00000 f -0000000240 00000 f -0000000241 00000 f -0000000242 00000 f -0000000243 00000 f -0000000244 00000 f -0000000245 00000 f -0000000246 00000 f -0000000247 00000 f -0000000248 00000 f -0000000249 00000 f -0000000250 00000 f -0000000251 00000 f -0000000252 00000 f -0000000253 00000 f -0000000254 00000 f -0000000255 00000 f -0000000256 00000 f -0000000257 00000 f -0000000258 00000 f -0000000259 00000 f -0000000260 00000 f -0000000261 00000 f -0000000262 00000 f -0000000263 00000 f -0000000264 00000 f -0000000265 00000 f -0000000266 00000 f -0000000267 00000 f -0000000268 00000 f -0000000269 00000 f -0000000270 00000 f -0000000271 00000 f -0000000272 00000 f -0000000273 00000 f -0000000274 00000 f -0000000275 00000 f -0000000276 00000 f -0000000277 00000 f -0000000278 00000 f -0000000279 00000 f -0000000280 00000 f -0000000281 00000 f -0000000282 00000 f -0000000283 00000 f -0000000284 00000 f -0000000285 00000 f -0000000286 00000 f -0000000287 00000 f -0000000288 00000 f -0000000289 00000 f -0000000290 00000 f -0000000291 00000 f -0000000292 00000 f -0000000293 00000 f -0000000294 00000 f -0000000295 00000 f -0000000296 00000 f -0000000297 00000 f -0000000298 00000 f -0000000299 00000 f -0000000300 00000 f -0000000301 00000 f -0000000302 00000 f -0000000303 00000 f -0000000304 00000 f -0000000305 00000 f -0000000306 00000 f -0000000307 00000 f -0000000308 00000 f -0000000309 00000 f -0000000310 00000 f -0000000311 00000 f -0000000312 00000 f -0000000313 00000 f -0000000314 00000 f -0000000315 00000 f -0000000316 00000 f -0000000317 00000 f -0000000318 00000 f -0000000319 00000 f -0000000320 00000 f -0000000321 00000 f -0000000322 00000 f -0000000323 00000 f -0000000324 00000 f -0000000325 00000 f -0000000326 00000 f -0000000327 00000 f -0000000328 00000 f -0000000329 00000 f -0000000330 00000 f -0000000331 00000 f -0000000332 00000 f -0000000333 00000 f -0000000334 00000 f -0000000335 00000 f -0000000336 00000 f -0000000337 00000 f -0000000338 00000 f -0000000339 00000 f -0000000340 00000 f -0000000341 00000 f -0000000342 00000 f -0000000343 00000 f -0000000344 00000 f -0000000345 00000 f -0000000346 00000 f -0000000347 00000 f -0000000348 00000 f -0000000349 00000 f -0000000350 00000 f -0000000351 00000 f -0000000352 00000 f -0000000353 00000 f -0000000354 00000 f -0000000355 00000 f -0000000356 00000 f -0000000357 00000 f -0000000358 00000 f -0000000359 00000 f -0000000360 00000 f -0000000361 00000 f -0000000362 00000 f -0000000363 00000 f -0000000364 00000 f -0000000365 00000 f -0000000366 00000 f -0000000367 00000 f -0000000368 00000 f -0000000369 00000 f -0000000370 00000 f -0000000371 00000 f -0000000372 00000 f -0000000373 00000 f -0000000374 00000 f -0000000375 00000 f -0000000376 00000 f -0000000377 00000 f -0000000378 00000 f -0000000379 00000 f -0000000380 00000 f -0000000381 00000 f -0000000382 00000 f -0000000383 00000 f -0000000384 00000 f -0000000385 00000 f -0000000386 00000 f -0000000387 00000 f -0000000388 00000 f -0000000389 00000 f -0000000390 00000 f -0000000391 00000 f -0000000392 00000 f -0000000393 00000 f -0000000394 00000 f -0000000395 00000 f -0000000396 00000 f -0000000397 00000 f -0000000398 00000 f -0000000399 00000 f -0000000400 00000 f -0000000401 00000 f -0000000402 00000 f -0000000403 00000 f -0000000404 00000 f -0000000405 00000 f -0000000406 00000 f -0000000407 00000 f -0000000408 00000 f -0000000409 00000 f -0000000410 00000 f -0000000411 00000 f -0000000412 00000 f -0000000413 00000 f -0000000414 00000 f -0000000415 00000 f -0000000416 00000 f -0000000417 00000 f -0000000418 00000 f -0000000419 00000 f -0000000420 00000 f -0000000421 00000 f -0000000422 00000 f -0000000423 00000 f -0000000424 00000 f -0000000425 00000 f -0000000426 00000 f -0000000427 00000 f -0000000428 00000 f -0000000429 00000 f -0000000430 00000 f -0000000431 00000 f -0000000432 00000 f -0000000433 00000 f -0000000434 00000 f -0000000435 00000 f -0000000436 00000 f -0000000437 00000 f -0000000438 00000 f -0000000439 00000 f -0000000440 00000 f -0000000441 00000 f -0000000442 00000 f -0000000443 00000 f -0000000444 00000 f -0000000445 00000 f -0000000446 00000 f -0000000447 00000 f -0000000448 00000 f -0000000449 00000 f -0000000450 00000 f -0000000451 00000 f -0000000452 00000 f -0000000453 00000 f -0000000454 00000 f -0000000455 00000 f -0000000456 00000 f -0000000457 00000 f -0000000458 00000 f -0000000459 00000 f -0000000460 00000 f -0000000461 00000 f -0000000462 00000 f -0000000463 00000 f -0000000464 00000 f -0000000465 00000 f -0000000466 00000 f -0000000467 00000 f -0000000468 00000 f -0000000469 00000 f -0000000470 00000 f -0000000471 00000 f -0000000472 00000 f -0000000473 00000 f -0000000474 00000 f -0000000475 00000 f -0000000476 00000 f -0000000477 00000 f -0000000478 00000 f -0000000479 00000 f -0000000480 00000 f -0000000481 00000 f -0000000482 00000 f -0000000483 00000 f -0000000484 00000 f -0000000485 00000 f -0000000486 00000 f -0000000487 00000 f -0000000488 00000 f -0000000489 00000 f -0000000490 00000 f -0000000491 00000 f -0000000492 00000 f -0000000493 00000 f -0000000494 00000 f -0000000495 00000 f -0000000496 00000 f -0000000497 00000 f -0000000498 00000 f -0000000499 00000 f -0000000500 00000 f -0000000501 00000 f -0000000502 00000 f -0000000503 00000 f -0000000504 00000 f -0000000505 00000 f -0000000506 00000 f -0000000507 00000 f -0000000508 00000 f -0000000509 00000 f -0000000510 00000 f -0000000511 00000 f -0000000512 00000 f -0000000513 00000 f -0000000514 00000 f -0000000515 00000 f -0000000516 00000 f -0000000517 00000 f -0000000518 00000 f -0000000519 00000 f -0000000520 00000 f -0000000521 00000 f -0000000522 00000 f -0000000523 00000 f -0000000524 00000 f -0000000525 00000 f -0000000526 00000 f -0000000527 00000 f -0000000528 00000 f -0000000529 00000 f -0000000530 00000 f -0000000531 00000 f -0000000532 00000 f -0000000533 00000 f -0000000534 00000 f -0000000535 00000 f -0000000536 00000 f -0000000537 00000 f -0000000538 00000 f -0000000539 00000 f -0000000546 00000 f -0000267839 00000 n -0000267871 00000 n -0000267721 00000 n -0000267753 00000 n -0000267603 00000 n -0000267635 00000 n -0000000547 00000 f -0000000548 00000 f -0000000549 00000 f -0000000550 00000 f -0000000551 00000 f -0000000552 00000 f -0000000553 00000 f -0000000557 00000 f -0000265174 00000 n -0000265252 00000 n -0000265331 00000 n -0000000558 00000 f -0000000559 00000 f -0000000560 00000 f -0000000561 00000 f -0000000562 00000 f -0000000563 00000 f -0000000564 00000 f -0000000565 00000 f -0000000566 00000 f -0000000567 00000 f -0000000568 00000 f -0000000569 00000 f -0000000570 00000 f -0000000571 00000 f -0000000572 00000 f -0000000573 00000 f -0000000574 00000 f -0000000575 00000 f -0000000576 00000 f -0000000577 00000 f -0000000578 00000 f -0000000579 00000 f -0000000580 00000 f -0000000581 00000 f -0000000582 00000 f -0000000583 00000 f -0000000584 00000 f -0000000585 00000 f -0000000586 00000 f -0000000587 00000 f -0000000588 00000 f -0000000589 00000 f -0000000590 00000 f -0000000591 00000 f -0000000592 00000 f -0000000593 00000 f -0000000594 00000 f -0000000595 00000 f -0000000596 00000 f -0000000597 00000 f -0000000598 00000 f -0000000599 00000 f -0000000600 00000 f -0000000601 00000 f -0000000602 00000 f -0000000603 00000 f -0000000604 00000 f -0000000605 00000 f -0000000606 00000 f -0000000607 00000 f -0000000608 00000 f -0000000609 00000 f -0000000610 00000 f -0000000611 00000 f -0000000612 00000 f -0000000613 00000 f -0000000614 00000 f -0000000615 00000 f -0000000616 00000 f -0000000617 00000 f -0000000618 00000 f -0000000619 00000 f -0000000620 00000 f -0000000621 00000 f -0000000622 00000 f -0000000623 00000 f -0000000624 00000 f -0000000625 00000 f -0000000626 00000 f -0000000627 00000 f -0000000628 00000 f -0000000629 00000 f -0000000630 00000 f -0000000631 00000 f -0000000632 00000 f -0000000633 00000 f -0000000634 00000 f -0000000635 00000 f -0000000636 00000 f -0000000637 00000 f -0000000638 00000 f -0000000639 00000 f -0000000640 00000 f -0000000641 00000 f -0000000642 00000 f -0000000643 00000 f -0000000644 00000 f -0000000645 00000 f -0000000646 00000 f -0000000647 00000 f -0000000648 00000 f -0000000649 00000 f -0000000650 00000 f -0000000651 00000 f -0000000652 00000 f -0000000653 00000 f -0000000654 00000 f -0000000655 00000 f -0000000656 00000 f -0000000657 00000 f -0000000658 00000 f -0000000659 00000 f -0000000660 00000 f -0000000661 00000 f -0000000662 00000 f -0000000663 00000 f -0000000664 00000 f -0000000665 00000 f -0000000666 00000 f -0000000667 00000 f -0000000668 00000 f -0000000669 00000 f -0000000670 00000 f -0000000671 00000 f -0000000672 00000 f -0000000673 00000 f -0000000674 00000 f -0000000675 00000 f -0000000676 00000 f -0000000677 00000 f -0000000678 00000 f -0000000679 00000 f -0000000680 00000 f -0000000681 00000 f -0000000682 00000 f -0000000683 00000 f -0000000684 00000 f -0000000685 00000 f -0000000686 00000 f -0000000687 00000 f -0000000688 00000 f -0000000689 00000 f -0000000690 00000 f -0000000691 00000 f -0000000692 00000 f -0000000693 00000 f -0000000694 00000 f -0000000695 00000 f -0000000696 00000 f -0000000697 00000 f -0000000698 00000 f -0000000699 00000 f -0000000700 00000 f -0000000701 00000 f -0000000702 00000 f -0000000703 00000 f -0000000704 00000 f -0000000705 00000 f -0000000706 00000 f -0000000707 00000 f -0000000708 00000 f -0000000709 00000 f -0000000710 00000 f -0000000711 00000 f -0000000712 00000 f -0000000713 00000 f -0000000714 00000 f -0000000715 00000 f -0000000716 00000 f -0000000717 00000 f -0000000718 00000 f -0000000719 00000 f -0000000720 00000 f -0000000721 00000 f -0000000722 00000 f -0000000723 00000 f -0000000724 00000 f -0000000725 00000 f -0000000726 00000 f -0000000727 00000 f -0000000728 00000 f -0000000729 00000 f -0000000730 00000 f -0000000731 00000 f -0000000732 00000 f -0000000733 00000 f -0000000734 00000 f -0000000735 00000 f -0000000736 00000 f -0000000737 00000 f -0000000738 00000 f -0000000739 00000 f -0000000740 00000 f -0000000741 00000 f -0000000742 00000 f -0000000743 00000 f -0000000744 00000 f -0000000745 00000 f -0000000746 00000 f -0000000747 00000 f -0000000748 00000 f -0000000749 00000 f -0000000750 00000 f -0000000751 00000 f -0000000752 00000 f -0000000753 00000 f -0000000754 00000 f -0000000755 00000 f -0000000756 00000 f -0000000757 00000 f -0000000758 00000 f -0000000759 00000 f -0000000760 00000 f -0000000761 00000 f -0000000762 00000 f -0000000763 00000 f -0000000764 00000 f -0000000765 00000 f -0000000766 00000 f -0000000767 00000 f -0000000768 00000 f -0000000769 00000 f -0000000770 00000 f -0000000771 00000 f -0000000772 00000 f -0000000773 00000 f -0000000774 00000 f -0000000775 00000 f -0000000776 00000 f -0000000777 00000 f -0000000778 00000 f -0000000779 00000 f -0000000780 00000 f -0000000781 00000 f -0000000782 00000 f -0000000783 00000 f -0000000784 00000 f -0000000785 00000 f -0000000786 00000 f -0000000787 00000 f -0000000788 00000 f -0000000789 00000 f -0000000790 00000 f -0000000791 00000 f -0000000792 00000 f -0000000793 00000 f -0000000794 00000 f -0000000795 00000 f -0000000796 00000 f -0000000797 00000 f -0000000798 00000 f -0000000799 00000 f -0000000800 00000 f -0000000801 00000 f -0000000802 00000 f -0000000803 00000 f -0000000804 00000 f -0000000805 00000 f -0000000806 00000 f -0000000807 00000 f -0000000808 00000 f -0000000809 00000 f -0000000810 00000 f -0000000811 00000 f -0000000812 00000 f -0000000813 00000 f -0000000814 00000 f -0000000815 00000 f -0000000816 00000 f -0000000817 00000 f -0000000818 00000 f -0000000819 00000 f -0000000820 00000 f -0000000821 00000 f -0000000822 00000 f -0000000823 00000 f -0000000824 00000 f -0000000825 00000 f -0000000826 00000 f -0000000827 00000 f -0000000828 00000 f -0000000829 00000 f -0000000830 00000 f -0000000831 00000 f -0000000832 00000 f -0000000833 00000 f -0000000834 00000 f -0000000835 00000 f -0000000836 00000 f -0000000837 00000 f -0000000838 00000 f -0000000839 00000 f -0000000840 00000 f -0000000841 00000 f -0000000842 00000 f -0000000843 00000 f -0000000844 00000 f -0000000845 00000 f -0000000846 00000 f -0000000847 00000 f -0000000848 00000 f -0000000849 00000 f -0000000850 00000 f -0000000851 00000 f -0000000852 00000 f -0000000853 00000 f -0000000854 00000 f -0000000855 00000 f -0000000856 00000 f -0000000857 00000 f -0000000858 00000 f -0000000859 00000 f -0000000860 00000 f -0000000861 00000 f -0000000862 00000 f -0000000863 00000 f -0000000864 00000 f -0000000865 00000 f -0000000866 00000 f -0000000867 00000 f -0000000868 00000 f -0000000869 00000 f -0000000870 00000 f -0000000871 00000 f -0000000872 00000 f -0000000873 00000 f -0000000874 00000 f -0000000875 00000 f -0000000876 00000 f -0000000877 00000 f -0000000878 00000 f -0000000879 00000 f -0000000880 00000 f -0000000881 00000 f -0000000882 00000 f -0000000883 00000 f -0000000884 00000 f -0000000885 00000 f -0000000886 00000 f -0000000887 00000 f -0000000888 00000 f -0000000889 00000 f -0000000890 00000 f -0000000891 00000 f -0000000892 00000 f -0000000893 00000 f -0000000894 00000 f -0000000895 00000 f -0000000896 00000 f -0000000897 00000 f -0000000898 00000 f -0000000899 00000 f -0000000900 00000 f -0000000901 00000 f -0000000902 00000 f -0000000903 00000 f -0000000904 00000 f -0000000905 00000 f -0000000906 00000 f -0000000907 00000 f -0000000908 00000 f -0000000909 00000 f -0000000910 00000 f -0000000911 00000 f -0000000912 00000 f -0000000913 00000 f -0000000914 00000 f -0000000915 00000 f -0000000916 00000 f -0000000917 00000 f -0000000918 00000 f -0000000919 00000 f -0000000920 00000 f -0000000921 00000 f -0000000922 00000 f -0000000923 00000 f -0000000924 00000 f -0000000925 00000 f -0000000926 00000 f -0000000927 00000 f -0000000928 00000 f -0000000929 00000 f -0000000930 00000 f -0000000931 00000 f -0000000932 00000 f -0000000933 00000 f -0000000934 00000 f -0000000935 00000 f -0000000936 00000 f -0000000937 00000 f -0000000938 00000 f -0000000939 00000 f -0000000940 00000 f -0000000941 00000 f -0000000942 00000 f -0000000943 00000 f -0000000944 00000 f -0000000945 00000 f -0000000946 00000 f -0000000947 00000 f -0000000948 00000 f -0000000949 00000 f -0000000950 00000 f -0000000951 00000 f -0000000952 00000 f -0000000953 00000 f -0000000954 00000 f -0000000955 00000 f -0000000956 00000 f -0000000957 00000 f -0000000958 00000 f -0000000959 00000 f -0000000960 00000 f -0000000961 00000 f -0000000962 00000 f -0000000963 00000 f -0000000964 00000 f -0000000965 00000 f -0000000966 00000 f -0000000967 00000 f -0000000968 00000 f -0000000969 00000 f -0000000970 00000 f -0000000971 00000 f -0000000972 00000 f -0000000973 00000 f -0000000974 00000 f -0000000975 00000 f -0000000976 00000 f -0000000977 00000 f -0000000978 00000 f -0000000979 00000 f -0000000980 00000 f -0000000981 00000 f -0000000982 00000 f -0000000983 00000 f -0000000984 00000 f -0000000985 00000 f -0000000986 00000 f -0000000987 00000 f -0000000988 00000 f -0000000989 00000 f -0000000990 00000 f -0000000991 00000 f -0000000992 00000 f -0000000993 00000 f -0000000994 00000 f -0000000995 00000 f -0000000996 00000 f -0000000997 00000 f -0000000998 00000 f -0000000999 00000 f -0000001000 00000 f -0000001001 00000 f -0000001002 00000 f -0000001003 00000 f -0000001004 00000 f -0000001005 00000 f -0000001006 00000 f -0000001007 00000 f -0000001008 00000 f -0000001009 00000 f -0000001010 00000 f -0000001011 00000 f -0000001012 00000 f -0000001013 00000 f -0000001014 00000 f -0000001015 00000 f -0000001016 00000 f -0000001017 00000 f -0000001018 00000 f -0000001019 00000 f -0000001020 00000 f -0000001021 00000 f -0000001022 00000 f -0000001023 00000 f -0000001024 00000 f -0000001025 00000 f -0000001026 00000 f -0000001027 00000 f -0000001028 00000 f -0000001029 00000 f -0000001030 00000 f -0000001031 00000 f -0000001032 00000 f -0000001033 00000 f -0000001034 00000 f -0000001035 00000 f -0000001036 00000 f -0000001037 00000 f -0000001038 00000 f -0000001039 00000 f -0000001040 00000 f -0000001041 00000 f -0000001042 00000 f -0000001043 00000 f -0000001044 00000 f -0000001045 00000 f -0000001046 00000 f -0000001047 00000 f -0000001048 00000 f -0000001049 00000 f -0000001050 00000 f -0000001051 00000 f -0000001052 00000 f -0000001053 00000 f -0000001054 00000 f -0000001055 00000 f -0000001056 00000 f -0000001057 00000 f -0000001058 00000 f -0000001059 00000 f -0000001060 00000 f -0000001061 00000 f -0000001062 00000 f -0000001063 00000 f -0000001064 00000 f -0000001065 00000 f -0000001066 00000 f -0000001067 00000 f -0000001068 00000 f -0000001069 00000 f -0000001070 00000 f -0000001071 00000 f -0000001072 00000 f -0000001073 00000 f -0000001074 00000 f -0000001075 00000 f -0000001076 00000 f -0000001077 00000 f -0000001078 00000 f -0000001079 00000 f -0000001080 00000 f -0000001081 00000 f -0000001082 00000 f -0000001083 00000 f -0000001084 00000 f -0000001085 00000 f -0000001086 00000 f -0000001093 00000 f -0000267483 00000 n -0000267516 00000 n -0000267363 00000 n -0000267396 00000 n -0000267243 00000 n -0000267276 00000 n -0000001094 00000 f -0000001095 00000 f -0000001096 00000 f -0000001097 00000 f -0000001098 00000 f -0000001102 00000 f -0000265414 00000 n -0000265493 00000 n -0000265573 00000 n -0000001103 00000 f -0000001104 00000 f -0000001105 00000 f -0000001106 00000 f -0000001107 00000 f -0000001108 00000 f -0000001109 00000 f -0000001110 00000 f -0000001111 00000 f -0000001112 00000 f -0000001113 00000 f -0000001114 00000 f -0000001115 00000 f -0000001116 00000 f -0000001117 00000 f -0000001118 00000 f -0000001119 00000 f -0000001120 00000 f -0000001121 00000 f -0000001122 00000 f -0000001123 00000 f -0000001124 00000 f -0000001125 00000 f -0000001126 00000 f -0000001127 00000 f -0000001128 00000 f -0000001129 00000 f -0000001130 00000 f -0000001131 00000 f -0000001132 00000 f -0000001133 00000 f -0000001134 00000 f -0000001135 00000 f -0000001136 00000 f -0000001137 00000 f -0000001138 00000 f -0000001139 00000 f -0000001140 00000 f -0000001141 00000 f -0000001142 00000 f -0000001143 00000 f -0000001144 00000 f -0000001145 00000 f -0000001146 00000 f -0000001147 00000 f -0000001148 00000 f -0000001149 00000 f -0000001150 00000 f -0000001151 00000 f -0000001152 00000 f -0000001153 00000 f -0000001154 00000 f -0000001155 00000 f -0000001156 00000 f -0000001157 00000 f -0000001158 00000 f -0000001159 00000 f -0000001160 00000 f -0000001161 00000 f -0000001162 00000 f -0000001163 00000 f -0000001164 00000 f -0000001165 00000 f -0000001166 00000 f -0000001167 00000 f -0000001168 00000 f -0000001169 00000 f -0000001170 00000 f -0000001171 00000 f -0000001172 00000 f -0000001173 00000 f -0000001174 00000 f -0000001175 00000 f -0000001176 00000 f -0000001177 00000 f -0000001178 00000 f -0000001179 00000 f -0000001180 00000 f -0000001181 00000 f -0000001182 00000 f -0000001183 00000 f -0000001184 00000 f -0000001185 00000 f -0000001186 00000 f -0000001187 00000 f -0000001188 00000 f -0000001189 00000 f -0000001190 00000 f -0000001191 00000 f -0000001192 00000 f -0000001193 00000 f -0000001194 00000 f -0000001195 00000 f -0000001196 00000 f -0000001197 00000 f -0000001198 00000 f -0000001199 00000 f -0000001200 00000 f -0000001201 00000 f -0000001202 00000 f -0000001203 00000 f -0000001204 00000 f -0000001205 00000 f -0000001206 00000 f -0000001207 00000 f -0000001208 00000 f -0000001209 00000 f -0000001210 00000 f -0000001211 00000 f -0000001212 00000 f -0000001213 00000 f -0000001214 00000 f -0000001215 00000 f -0000001216 00000 f -0000001217 00000 f -0000001218 00000 f -0000001219 00000 f -0000001220 00000 f -0000001221 00000 f -0000001222 00000 f -0000001223 00000 f -0000001224 00000 f -0000001225 00000 f -0000001226 00000 f -0000001227 00000 f -0000001228 00000 f -0000001229 00000 f -0000001230 00000 f -0000001231 00000 f -0000001232 00000 f -0000001233 00000 f -0000001234 00000 f -0000001235 00000 f -0000001236 00000 f -0000001237 00000 f -0000001238 00000 f -0000001239 00000 f -0000001240 00000 f -0000001241 00000 f -0000001242 00000 f -0000001243 00000 f -0000001244 00000 f -0000001245 00000 f -0000001246 00000 f -0000001247 00000 f -0000001248 00000 f -0000001249 00000 f -0000001250 00000 f -0000001251 00000 f -0000001252 00000 f -0000001253 00000 f -0000001254 00000 f -0000001255 00000 f -0000001256 00000 f -0000001257 00000 f -0000001258 00000 f -0000001259 00000 f -0000001260 00000 f -0000001261 00000 f -0000001262 00000 f -0000001263 00000 f -0000001264 00000 f -0000001265 00000 f -0000001266 00000 f -0000001267 00000 f -0000001268 00000 f -0000001269 00000 f -0000001270 00000 f -0000001271 00000 f -0000001272 00000 f -0000001273 00000 f -0000001274 00000 f -0000001275 00000 f -0000001276 00000 f -0000001277 00000 f -0000001278 00000 f -0000001279 00000 f -0000001280 00000 f -0000001281 00000 f -0000001282 00000 f -0000001283 00000 f -0000001284 00000 f -0000001285 00000 f -0000001286 00000 f -0000001287 00000 f -0000001288 00000 f -0000001289 00000 f -0000001290 00000 f -0000001291 00000 f -0000001292 00000 f -0000001293 00000 f -0000001294 00000 f -0000001295 00000 f -0000001296 00000 f -0000001297 00000 f -0000001298 00000 f -0000001299 00000 f -0000001300 00000 f -0000001301 00000 f -0000001302 00000 f -0000001303 00000 f -0000001304 00000 f -0000001305 00000 f -0000001306 00000 f -0000001307 00000 f -0000001308 00000 f -0000001309 00000 f -0000001310 00000 f -0000001311 00000 f -0000001312 00000 f -0000001313 00000 f -0000001314 00000 f -0000001315 00000 f -0000001316 00000 f -0000001317 00000 f -0000001318 00000 f -0000001319 00000 f -0000001320 00000 f -0000001321 00000 f -0000001322 00000 f -0000001323 00000 f -0000001324 00000 f -0000001325 00000 f -0000001326 00000 f -0000001327 00000 f -0000001328 00000 f -0000001329 00000 f -0000001330 00000 f -0000001331 00000 f -0000001332 00000 f -0000001333 00000 f -0000001334 00000 f -0000001335 00000 f -0000001336 00000 f -0000001337 00000 f -0000001338 00000 f -0000001339 00000 f -0000001340 00000 f -0000001341 00000 f -0000001342 00000 f -0000001343 00000 f -0000001344 00000 f -0000001345 00000 f -0000001346 00000 f -0000001347 00000 f -0000001348 00000 f -0000001349 00000 f -0000001350 00000 f -0000001351 00000 f -0000001352 00000 f -0000001353 00000 f -0000001354 00000 f -0000001355 00000 f -0000001356 00000 f -0000001357 00000 f -0000001358 00000 f -0000001359 00000 f -0000001360 00000 f -0000001361 00000 f -0000001362 00000 f -0000001363 00000 f -0000001364 00000 f -0000001365 00000 f -0000001366 00000 f -0000001367 00000 f -0000001368 00000 f -0000001369 00000 f -0000001370 00000 f -0000001371 00000 f -0000001372 00000 f -0000001373 00000 f -0000001374 00000 f -0000001375 00000 f -0000001376 00000 f -0000001377 00000 f -0000001378 00000 f -0000001379 00000 f -0000001380 00000 f -0000001381 00000 f -0000001382 00000 f -0000001383 00000 f -0000001384 00000 f -0000001385 00000 f -0000001386 00000 f -0000001387 00000 f -0000001388 00000 f -0000001389 00000 f -0000001390 00000 f -0000001391 00000 f -0000001392 00000 f -0000001393 00000 f -0000001394 00000 f -0000001395 00000 f -0000001396 00000 f -0000001397 00000 f -0000001398 00000 f -0000001399 00000 f -0000001400 00000 f -0000001401 00000 f -0000001402 00000 f -0000001403 00000 f -0000001404 00000 f -0000001405 00000 f -0000001406 00000 f -0000001407 00000 f -0000001408 00000 f -0000001409 00000 f -0000001410 00000 f -0000001411 00000 f -0000001412 00000 f -0000001413 00000 f -0000001414 00000 f -0000001415 00000 f -0000001416 00000 f -0000001417 00000 f -0000001418 00000 f -0000001419 00000 f -0000001420 00000 f -0000001421 00000 f -0000001422 00000 f -0000001423 00000 f -0000001424 00000 f -0000001425 00000 f -0000001426 00000 f -0000001427 00000 f -0000001428 00000 f -0000001429 00000 f -0000001430 00000 f -0000001431 00000 f -0000001432 00000 f -0000001433 00000 f -0000001434 00000 f -0000001435 00000 f -0000001436 00000 f -0000001437 00000 f -0000001438 00000 f -0000001439 00000 f -0000001440 00000 f -0000001441 00000 f -0000001442 00000 f -0000001443 00000 f -0000001444 00000 f -0000001445 00000 f -0000001446 00000 f -0000001447 00000 f -0000001448 00000 f -0000001449 00000 f -0000001450 00000 f -0000001451 00000 f -0000001452 00000 f -0000001453 00000 f -0000001454 00000 f -0000001455 00000 f -0000001456 00000 f -0000001457 00000 f -0000001458 00000 f -0000001459 00000 f -0000001460 00000 f -0000001461 00000 f -0000001462 00000 f -0000001463 00000 f -0000001464 00000 f -0000001465 00000 f -0000001466 00000 f -0000001467 00000 f -0000001468 00000 f -0000001469 00000 f -0000001470 00000 f -0000001471 00000 f -0000001472 00000 f -0000001473 00000 f -0000001474 00000 f -0000001475 00000 f -0000001476 00000 f -0000001477 00000 f -0000001478 00000 f -0000001479 00000 f -0000001480 00000 f -0000001481 00000 f -0000001482 00000 f -0000001483 00000 f -0000001484 00000 f -0000001485 00000 f -0000001486 00000 f -0000001487 00000 f -0000001488 00000 f -0000001489 00000 f -0000001490 00000 f -0000001491 00000 f -0000001492 00000 f -0000001493 00000 f -0000001494 00000 f -0000001495 00000 f -0000001496 00000 f -0000001497 00000 f -0000001498 00000 f -0000001499 00000 f -0000001500 00000 f -0000001501 00000 f -0000001502 00000 f -0000001503 00000 f -0000001504 00000 f -0000001505 00000 f -0000001506 00000 f -0000001507 00000 f -0000001508 00000 f -0000001509 00000 f -0000001510 00000 f -0000001511 00000 f -0000001512 00000 f -0000001513 00000 f -0000001514 00000 f -0000001515 00000 f -0000001516 00000 f -0000001517 00000 f -0000001518 00000 f -0000001519 00000 f -0000001520 00000 f -0000001521 00000 f -0000001522 00000 f -0000001523 00000 f -0000001524 00000 f -0000001525 00000 f -0000001526 00000 f -0000001527 00000 f -0000001528 00000 f -0000001529 00000 f -0000001530 00000 f -0000001531 00000 f -0000001532 00000 f -0000001533 00000 f -0000001534 00000 f -0000001535 00000 f -0000001536 00000 f -0000001537 00000 f -0000001538 00000 f -0000001539 00000 f -0000001540 00000 f -0000001541 00000 f -0000001542 00000 f -0000001543 00000 f -0000001544 00000 f -0000001545 00000 f -0000001546 00000 f -0000001547 00000 f -0000001548 00000 f -0000001549 00000 f -0000001550 00000 f -0000001551 00000 f -0000001552 00000 f -0000001553 00000 f -0000001554 00000 f -0000001555 00000 f -0000001556 00000 f -0000001557 00000 f -0000001558 00000 f -0000001559 00000 f -0000001560 00000 f -0000001561 00000 f -0000001562 00000 f -0000001563 00000 f -0000001564 00000 f -0000001565 00000 f -0000001566 00000 f -0000001567 00000 f -0000001568 00000 f -0000001569 00000 f -0000001570 00000 f -0000001571 00000 f -0000001572 00000 f -0000001573 00000 f -0000001574 00000 f -0000001575 00000 f -0000001576 00000 f -0000001577 00000 f -0000001578 00000 f -0000001579 00000 f -0000001580 00000 f -0000001581 00000 f -0000001582 00000 f -0000001583 00000 f -0000001584 00000 f -0000001585 00000 f -0000001586 00000 f -0000001587 00000 f -0000001588 00000 f -0000001589 00000 f -0000001590 00000 f -0000001591 00000 f -0000001592 00000 f -0000001593 00000 f -0000001594 00000 f -0000001595 00000 f -0000001596 00000 f -0000001597 00000 f -0000001598 00000 f -0000001599 00000 f -0000001600 00000 f -0000001601 00000 f -0000001602 00000 f -0000001603 00000 f -0000001604 00000 f -0000001605 00000 f -0000001606 00000 f -0000001607 00000 f -0000001608 00000 f -0000001609 00000 f -0000001610 00000 f -0000001611 00000 f -0000001612 00000 f -0000001613 00000 f -0000001614 00000 f -0000001615 00000 f -0000001616 00000 f -0000001617 00000 f -0000001618 00000 f -0000001619 00000 f -0000001620 00000 f -0000001621 00000 f -0000001622 00000 f -0000001623 00000 f -0000001624 00000 f -0000001625 00000 f -0000001626 00000 f -0000001627 00000 f -0000001628 00000 f -0000001629 00000 f -0000001630 00000 f -0000001631 00000 f -0000001638 00000 f -0000267123 00000 n -0000267156 00000 n -0000267003 00000 n -0000267036 00000 n -0000266883 00000 n -0000266916 00000 n -0000001639 00000 f -0000001640 00000 f -0000001641 00000 f -0000001642 00000 f -0000001643 00000 f -0000001647 00000 f -0000265657 00000 n -0000265736 00000 n -0000265826 00000 n -0000001648 00000 f -0000001649 00000 f -0000001650 00000 f -0000001651 00000 f -0000001652 00000 f -0000001653 00000 f -0000001654 00000 f -0000001655 00000 f -0000001656 00000 f -0000001657 00000 f -0000001658 00000 f -0000001659 00000 f -0000001660 00000 f -0000001661 00000 f -0000001662 00000 f -0000001663 00000 f -0000001664 00000 f -0000001665 00000 f -0000001666 00000 f -0000001667 00000 f -0000001668 00000 f -0000001669 00000 f -0000001670 00000 f -0000001671 00000 f -0000001672 00000 f -0000001673 00000 f -0000001674 00000 f -0000001675 00000 f -0000001676 00000 f -0000001677 00000 f -0000001678 00000 f -0000001679 00000 f -0000001680 00000 f -0000001681 00000 f -0000001682 00000 f -0000001683 00000 f -0000001684 00000 f -0000001685 00000 f -0000001686 00000 f -0000001687 00000 f -0000001688 00000 f -0000001689 00000 f -0000001690 00000 f -0000001691 00000 f -0000001692 00000 f -0000001693 00000 f -0000001694 00000 f -0000001695 00000 f -0000001696 00000 f -0000001697 00000 f -0000001698 00000 f -0000001699 00000 f -0000001700 00000 f -0000001701 00000 f -0000001702 00000 f -0000001703 00000 f -0000001704 00000 f -0000001705 00000 f -0000001706 00000 f -0000001707 00000 f -0000001708 00000 f -0000001709 00000 f -0000001710 00000 f -0000001711 00000 f -0000001712 00000 f -0000001713 00000 f -0000001714 00000 f -0000001715 00000 f -0000001716 00000 f -0000001717 00000 f -0000001718 00000 f -0000001719 00000 f -0000001720 00000 f -0000001721 00000 f -0000001722 00000 f -0000001723 00000 f -0000001724 00000 f -0000001725 00000 f -0000001726 00000 f -0000001727 00000 f -0000001728 00000 f -0000001729 00000 f -0000001730 00000 f -0000001731 00000 f -0000001732 00000 f -0000001733 00000 f -0000001734 00000 f -0000001735 00000 f -0000001736 00000 f -0000001737 00000 f -0000001738 00000 f -0000001739 00000 f -0000001740 00000 f -0000001741 00000 f -0000001742 00000 f -0000001743 00000 f -0000001744 00000 f -0000001745 00000 f -0000001746 00000 f -0000001747 00000 f -0000001748 00000 f -0000001749 00000 f -0000001750 00000 f -0000001751 00000 f -0000001752 00000 f -0000001753 00000 f -0000001754 00000 f -0000001755 00000 f -0000001756 00000 f -0000001757 00000 f -0000001758 00000 f -0000001759 00000 f -0000001760 00000 f -0000001761 00000 f -0000001762 00000 f -0000001763 00000 f -0000001764 00000 f -0000001765 00000 f -0000001766 00000 f -0000001767 00000 f -0000001768 00000 f -0000001769 00000 f -0000001770 00000 f -0000001771 00000 f -0000001772 00000 f -0000001773 00000 f -0000001774 00000 f -0000001775 00000 f -0000001776 00000 f -0000001777 00000 f -0000001778 00000 f -0000001779 00000 f -0000001780 00000 f -0000001781 00000 f -0000001782 00000 f -0000001783 00000 f -0000001784 00000 f -0000001785 00000 f -0000001786 00000 f -0000001787 00000 f -0000001788 00000 f -0000001789 00000 f -0000001790 00000 f -0000001791 00000 f -0000001792 00000 f -0000001793 00000 f -0000001794 00000 f -0000001795 00000 f -0000001796 00000 f -0000001797 00000 f -0000001798 00000 f -0000001799 00000 f -0000001800 00000 f -0000001801 00000 f -0000001802 00000 f -0000001803 00000 f -0000001804 00000 f -0000001805 00000 f -0000001806 00000 f -0000001807 00000 f -0000001808 00000 f -0000001809 00000 f -0000001810 00000 f -0000001811 00000 f -0000001812 00000 f -0000001813 00000 f -0000001814 00000 f -0000001815 00000 f -0000001816 00000 f -0000001817 00000 f -0000001818 00000 f -0000001819 00000 f -0000001820 00000 f -0000001821 00000 f -0000001822 00000 f -0000001823 00000 f -0000001824 00000 f -0000001825 00000 f -0000001826 00000 f -0000001827 00000 f -0000001828 00000 f -0000001829 00000 f -0000001830 00000 f -0000001831 00000 f -0000001832 00000 f -0000001833 00000 f -0000001834 00000 f -0000001835 00000 f -0000001836 00000 f -0000001837 00000 f -0000001838 00000 f -0000001839 00000 f -0000001840 00000 f -0000001841 00000 f -0000001842 00000 f -0000001843 00000 f -0000001844 00000 f -0000001845 00000 f -0000001846 00000 f -0000001847 00000 f -0000001848 00000 f -0000001849 00000 f -0000001850 00000 f -0000001851 00000 f -0000001852 00000 f -0000001853 00000 f -0000001854 00000 f -0000001855 00000 f -0000001856 00000 f -0000001857 00000 f -0000001858 00000 f -0000001859 00000 f -0000001860 00000 f -0000001861 00000 f -0000001862 00000 f -0000001863 00000 f -0000001864 00000 f -0000001865 00000 f -0000001866 00000 f -0000001867 00000 f -0000001868 00000 f -0000001869 00000 f -0000001870 00000 f -0000001871 00000 f -0000001872 00000 f -0000001873 00000 f -0000001874 00000 f -0000001875 00000 f -0000001876 00000 f -0000001877 00000 f -0000001878 00000 f -0000001879 00000 f -0000001880 00000 f -0000001881 00000 f -0000001882 00000 f -0000001883 00000 f -0000001884 00000 f -0000001885 00000 f -0000001886 00000 f -0000001887 00000 f -0000001888 00000 f -0000001889 00000 f -0000001890 00000 f -0000001891 00000 f -0000001892 00000 f -0000001893 00000 f -0000001894 00000 f -0000001895 00000 f -0000001896 00000 f -0000001897 00000 f -0000001898 00000 f -0000001899 00000 f -0000001900 00000 f -0000001901 00000 f -0000001902 00000 f -0000001903 00000 f -0000001904 00000 f -0000001905 00000 f -0000001906 00000 f -0000001907 00000 f -0000001908 00000 f -0000001909 00000 f -0000001910 00000 f -0000001911 00000 f -0000001912 00000 f -0000001913 00000 f -0000001914 00000 f -0000001915 00000 f -0000001916 00000 f -0000001917 00000 f -0000001918 00000 f -0000001919 00000 f -0000001920 00000 f -0000001921 00000 f -0000001922 00000 f -0000001923 00000 f -0000001924 00000 f -0000001925 00000 f -0000001926 00000 f -0000001927 00000 f -0000001928 00000 f -0000001929 00000 f -0000001930 00000 f -0000001931 00000 f -0000001932 00000 f -0000001933 00000 f -0000001934 00000 f -0000001935 00000 f -0000001936 00000 f -0000001937 00000 f -0000001938 00000 f -0000001939 00000 f -0000001940 00000 f -0000001941 00000 f -0000001942 00000 f -0000001943 00000 f -0000001944 00000 f -0000001945 00000 f -0000001946 00000 f -0000001947 00000 f -0000001948 00000 f -0000001949 00000 f -0000001950 00000 f -0000001951 00000 f -0000001952 00000 f -0000001953 00000 f -0000001954 00000 f -0000001955 00000 f -0000001956 00000 f -0000001957 00000 f -0000001958 00000 f -0000001959 00000 f -0000001960 00000 f -0000001961 00000 f -0000001962 00000 f -0000001963 00000 f -0000001964 00000 f -0000001965 00000 f -0000001966 00000 f -0000001967 00000 f -0000001968 00000 f -0000001969 00000 f -0000001970 00000 f -0000001971 00000 f -0000001972 00000 f -0000001973 00000 f -0000001974 00000 f -0000001975 00000 f -0000001976 00000 f -0000001977 00000 f -0000001978 00000 f -0000001979 00000 f -0000001980 00000 f -0000001981 00000 f -0000001982 00000 f -0000001983 00000 f -0000001984 00000 f -0000001985 00000 f -0000001986 00000 f -0000001987 00000 f -0000001988 00000 f -0000001989 00000 f -0000001990 00000 f -0000001991 00000 f -0000001992 00000 f -0000001993 00000 f -0000001994 00000 f -0000001995 00000 f -0000001996 00000 f -0000001997 00000 f -0000001998 00000 f -0000001999 00000 f -0000002000 00000 f -0000002001 00000 f -0000002002 00000 f -0000002003 00000 f -0000002004 00000 f -0000002005 00000 f -0000002006 00000 f -0000002007 00000 f -0000002008 00000 f -0000002009 00000 f -0000002010 00000 f -0000002011 00000 f -0000002012 00000 f -0000002013 00000 f -0000002014 00000 f -0000002015 00000 f -0000002016 00000 f -0000002017 00000 f -0000002018 00000 f -0000002019 00000 f -0000002020 00000 f -0000002021 00000 f -0000002022 00000 f -0000002023 00000 f -0000002024 00000 f -0000002025 00000 f -0000002026 00000 f -0000002027 00000 f -0000002028 00000 f -0000002029 00000 f -0000002030 00000 f -0000002031 00000 f -0000002032 00000 f -0000002033 00000 f -0000002034 00000 f -0000002035 00000 f -0000002036 00000 f -0000002037 00000 f -0000002038 00000 f -0000002039 00000 f -0000002040 00000 f -0000002041 00000 f -0000002042 00000 f -0000002043 00000 f -0000002044 00000 f -0000002045 00000 f -0000002046 00000 f -0000002047 00000 f -0000002048 00000 f -0000002049 00000 f -0000002050 00000 f -0000002051 00000 f -0000002052 00000 f -0000002053 00000 f -0000002054 00000 f -0000002055 00000 f -0000002056 00000 f -0000002057 00000 f -0000002058 00000 f -0000002059 00000 f -0000002060 00000 f -0000002061 00000 f -0000002062 00000 f -0000002063 00000 f -0000002064 00000 f -0000002065 00000 f -0000002066 00000 f -0000002067 00000 f -0000002068 00000 f -0000002069 00000 f -0000002070 00000 f -0000002071 00000 f -0000002072 00000 f -0000002073 00000 f -0000002074 00000 f -0000002075 00000 f -0000002076 00000 f -0000002077 00000 f -0000002078 00000 f -0000002079 00000 f -0000002080 00000 f -0000002081 00000 f -0000002082 00000 f -0000002083 00000 f -0000002084 00000 f -0000002085 00000 f -0000002086 00000 f -0000002087 00000 f -0000002088 00000 f -0000002089 00000 f -0000002090 00000 f -0000002091 00000 f -0000002092 00000 f -0000002093 00000 f -0000002094 00000 f -0000002095 00000 f -0000002096 00000 f -0000002097 00000 f -0000002098 00000 f -0000002099 00000 f -0000002100 00000 f -0000002101 00000 f -0000002102 00000 f -0000002103 00000 f -0000002104 00000 f -0000002105 00000 f -0000002106 00000 f -0000002107 00000 f -0000002108 00000 f -0000002109 00000 f -0000002110 00000 f -0000002111 00000 f -0000002112 00000 f -0000002113 00000 f -0000002114 00000 f -0000002115 00000 f -0000002116 00000 f -0000002117 00000 f -0000002118 00000 f -0000002119 00000 f -0000002120 00000 f -0000002121 00000 f -0000002122 00000 f -0000002123 00000 f -0000002124 00000 f -0000002125 00000 f -0000002126 00000 f -0000002127 00000 f -0000002128 00000 f -0000002129 00000 f -0000002130 00000 f -0000002131 00000 f -0000002132 00000 f -0000002133 00000 f -0000002134 00000 f -0000002135 00000 f -0000002136 00000 f -0000002137 00000 f -0000002138 00000 f -0000002139 00000 f -0000002140 00000 f -0000002141 00000 f -0000002142 00000 f -0000002143 00000 f -0000002144 00000 f -0000002145 00000 f -0000002146 00000 f -0000002147 00000 f -0000002148 00000 f -0000002149 00000 f -0000002150 00000 f -0000002151 00000 f -0000002152 00000 f -0000002153 00000 f -0000002154 00000 f -0000002155 00000 f -0000002156 00000 f -0000002157 00000 f -0000002158 00000 f -0000002159 00000 f -0000002160 00000 f -0000002161 00000 f -0000002162 00000 f -0000002163 00000 f -0000002164 00000 f -0000002165 00000 f -0000002166 00000 f -0000002167 00000 f -0000002168 00000 f -0000002169 00000 f -0000002170 00000 f -0000002171 00000 f -0000002172 00000 f -0000002173 00000 f -0000002174 00000 f -0000002175 00000 f -0000002176 00000 f -0000002183 00000 f -0000266763 00000 n -0000266796 00000 n -0000266643 00000 n -0000266676 00000 n -0000266523 00000 n -0000266556 00000 n -0000002184 00000 f -0000002185 00000 f -0000002186 00000 f -0000002187 00000 f -0000002188 00000 f -0000000000 00000 f -0000265910 00000 n -0000265989 00000 n -0000266079 00000 n -0000000000 00000 f -0000000000 00000 f -0000063000 00000 n -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000266403 00000 n -0000266436 00000 n -0000266283 00000 n -0000266316 00000 n -0000266163 00000 n -0000266196 00000 n -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000138141 00000 n -0000138220 00000 n -0000138310 00000 n -0000267957 00000 n -0000043045 00000 n -0000139004 00000 n -0000138754 00000 n -0000138879 00000 n -0000121191 00000 n -0000063967 00000 n -0000064183 00000 n -0000064402 00000 n -0000064619 00000 n -0000064837 00000 n -0000065056 00000 n -0000065275 00000 n -0000065494 00000 n -0000065713 00000 n -0000065932 00000 n -0000066151 00000 n -0000066370 00000 n -0000066589 00000 n -0000066808 00000 n -0000067027 00000 n -0000067246 00000 n -0000067465 00000 n -0000067684 00000 n -0000067903 00000 n -0000068122 00000 n -0000068341 00000 n -0000068560 00000 n -0000068779 00000 n -0000069000 00000 n -0000069221 00000 n -0000069438 00000 n -0000069656 00000 n -0000069875 00000 n -0000070094 00000 n -0000070313 00000 n -0000070532 00000 n -0000070751 00000 n -0000070970 00000 n -0000071189 00000 n -0000071408 00000 n -0000071627 00000 n -0000071846 00000 n -0000072065 00000 n -0000072284 00000 n -0000072503 00000 n -0000072722 00000 n -0000072941 00000 n -0000073160 00000 n -0000073379 00000 n -0000073598 00000 n -0000073819 00000 n -0000074040 00000 n -0000074257 00000 n -0000074475 00000 n -0000074694 00000 n -0000074913 00000 n -0000075132 00000 n -0000075351 00000 n -0000075570 00000 n -0000075789 00000 n -0000076008 00000 n -0000076227 00000 n -0000076446 00000 n -0000076665 00000 n -0000076884 00000 n -0000077103 00000 n -0000077322 00000 n -0000077541 00000 n -0000077760 00000 n -0000077979 00000 n -0000078198 00000 n -0000078417 00000 n -0000078638 00000 n -0000078859 00000 n -0000079076 00000 n -0000079294 00000 n -0000079513 00000 n -0000079732 00000 n -0000079951 00000 n -0000080170 00000 n -0000080389 00000 n -0000080608 00000 n -0000080827 00000 n -0000081046 00000 n -0000081265 00000 n -0000081484 00000 n -0000081703 00000 n -0000081922 00000 n -0000082141 00000 n -0000082360 00000 n -0000082579 00000 n -0000082798 00000 n -0000083017 00000 n -0000083236 00000 n -0000083457 00000 n -0000083678 00000 n -0000083897 00000 n -0000084116 00000 n -0000084336 00000 n -0000084556 00000 n -0000084776 00000 n -0000084996 00000 n -0000085216 00000 n -0000085436 00000 n -0000085656 00000 n -0000085876 00000 n -0000086096 00000 n -0000086317 00000 n -0000086537 00000 n -0000086757 00000 n -0000086977 00000 n -0000087197 00000 n -0000087417 00000 n -0000087637 00000 n -0000087857 00000 n -0000088077 00000 n -0000088299 00000 n -0000088521 00000 n -0000088738 00000 n -0000088956 00000 n -0000089177 00000 n -0000089399 00000 n -0000089621 00000 n -0000089843 00000 n -0000090065 00000 n -0000090287 00000 n -0000090509 00000 n -0000090731 00000 n -0000090953 00000 n -0000091175 00000 n -0000091394 00000 n -0000091616 00000 n -0000091838 00000 n -0000092060 00000 n -0000092282 00000 n -0000092504 00000 n -0000092726 00000 n -0000092948 00000 n -0000093170 00000 n -0000093394 00000 n -0000093618 00000 n -0000093837 00000 n -0000094058 00000 n -0000094280 00000 n -0000094502 00000 n -0000094724 00000 n -0000094946 00000 n -0000095168 00000 n -0000095390 00000 n -0000095612 00000 n -0000095834 00000 n -0000096056 00000 n -0000096275 00000 n -0000096497 00000 n -0000096719 00000 n -0000096941 00000 n -0000097163 00000 n -0000097385 00000 n -0000097607 00000 n -0000097829 00000 n -0000098051 00000 n -0000098275 00000 n -0000098499 00000 n -0000098718 00000 n -0000098939 00000 n -0000099161 00000 n -0000099383 00000 n -0000099605 00000 n -0000099827 00000 n -0000100049 00000 n -0000100271 00000 n -0000100493 00000 n -0000100715 00000 n -0000100937 00000 n -0000101156 00000 n -0000101378 00000 n -0000101600 00000 n -0000101822 00000 n -0000102044 00000 n -0000102266 00000 n -0000102488 00000 n -0000102710 00000 n -0000102932 00000 n -0000103156 00000 n -0000103380 00000 n -0000103599 00000 n -0000103818 00000 n -0000104037 00000 n -0000104256 00000 n -0000104475 00000 n -0000104694 00000 n -0000104913 00000 n -0000105132 00000 n -0000105351 00000 n -0000105570 00000 n -0000105789 00000 n -0000106008 00000 n -0000106227 00000 n -0000106448 00000 n -0000106669 00000 n -0000106886 00000 n -0000107104 00000 n -0000107323 00000 n -0000107542 00000 n -0000107761 00000 n -0000107980 00000 n -0000108199 00000 n -0000108418 00000 n -0000108637 00000 n -0000108856 00000 n -0000109075 00000 n -0000109294 00000 n -0000109513 00000 n -0000109732 00000 n -0000109951 00000 n -0000110170 00000 n -0000110389 00000 n -0000110608 00000 n -0000110827 00000 n -0000111046 00000 n -0000111267 00000 n -0000111488 00000 n -0000111705 00000 n -0000111923 00000 n -0000112142 00000 n -0000112361 00000 n -0000112580 00000 n -0000112799 00000 n -0000113018 00000 n -0000113237 00000 n -0000113456 00000 n -0000113675 00000 n -0000113894 00000 n -0000114113 00000 n -0000114332 00000 n -0000114551 00000 n -0000114770 00000 n -0000114989 00000 n -0000115208 00000 n -0000115427 00000 n -0000115646 00000 n -0000115865 00000 n -0000116086 00000 n -0000116307 00000 n -0000116524 00000 n -0000116742 00000 n -0000116961 00000 n -0000117180 00000 n -0000117399 00000 n -0000117618 00000 n -0000117837 00000 n -0000118056 00000 n -0000118275 00000 n -0000118494 00000 n -0000118713 00000 n -0000118932 00000 n -0000119151 00000 n -0000119370 00000 n -0000119589 00000 n -0000119808 00000 n -0000120027 00000 n -0000120246 00000 n -0000120465 00000 n -0000120684 00000 n -0000120905 00000 n -0000063067 00000 n -0000063400 00000 n -0000063452 00000 n -0000138076 00000 n -0000138011 00000 n -0000137946 00000 n -0000137881 00000 n -0000137816 00000 n -0000137751 00000 n -0000137686 00000 n -0000137621 00000 n -0000137556 00000 n -0000137491 00000 n -0000137426 00000 n -0000137361 00000 n -0000137296 00000 n -0000137231 00000 n -0000137166 00000 n -0000137101 00000 n -0000137036 00000 n -0000136971 00000 n -0000136906 00000 n -0000136841 00000 n -0000136776 00000 n -0000136711 00000 n -0000136646 00000 n -0000136581 00000 n -0000136516 00000 n -0000136451 00000 n -0000136386 00000 n -0000136321 00000 n -0000136256 00000 n -0000136191 00000 n -0000136126 00000 n -0000136061 00000 n -0000135996 00000 n -0000135931 00000 n -0000135866 00000 n -0000135801 00000 n -0000135736 00000 n -0000135671 00000 n -0000135606 00000 n -0000135541 00000 n -0000135476 00000 n -0000135411 00000 n -0000135346 00000 n -0000135281 00000 n -0000135216 00000 n -0000135151 00000 n -0000135086 00000 n -0000135021 00000 n -0000134956 00000 n -0000134891 00000 n -0000134826 00000 n -0000134761 00000 n -0000134696 00000 n -0000134631 00000 n -0000134566 00000 n -0000134501 00000 n -0000134436 00000 n -0000134371 00000 n -0000134306 00000 n -0000134241 00000 n -0000134176 00000 n -0000134111 00000 n -0000134046 00000 n -0000133981 00000 n -0000133916 00000 n -0000133851 00000 n -0000133786 00000 n -0000133721 00000 n -0000133656 00000 n -0000133591 00000 n -0000133526 00000 n -0000133461 00000 n -0000133396 00000 n -0000133331 00000 n -0000133266 00000 n -0000133201 00000 n -0000133136 00000 n -0000133071 00000 n -0000133006 00000 n -0000132941 00000 n -0000132876 00000 n -0000132811 00000 n -0000132746 00000 n -0000132681 00000 n -0000132616 00000 n -0000132551 00000 n -0000132486 00000 n -0000132421 00000 n -0000132356 00000 n -0000132291 00000 n -0000132226 00000 n -0000132161 00000 n -0000132096 00000 n -0000132031 00000 n -0000131966 00000 n -0000131901 00000 n -0000131836 00000 n -0000131771 00000 n -0000131706 00000 n -0000131641 00000 n -0000131576 00000 n -0000131511 00000 n -0000131446 00000 n -0000131381 00000 n -0000131316 00000 n -0000131251 00000 n -0000131186 00000 n -0000131121 00000 n -0000131056 00000 n -0000130991 00000 n -0000130926 00000 n -0000130861 00000 n -0000130796 00000 n -0000130731 00000 n -0000130666 00000 n -0000130601 00000 n -0000130536 00000 n -0000130471 00000 n -0000130406 00000 n -0000130341 00000 n -0000130276 00000 n -0000130211 00000 n -0000130146 00000 n -0000130081 00000 n -0000130016 00000 n -0000129951 00000 n -0000129886 00000 n -0000129821 00000 n -0000129756 00000 n -0000129691 00000 n -0000129626 00000 n -0000129561 00000 n -0000129496 00000 n -0000129431 00000 n -0000129366 00000 n -0000129301 00000 n -0000129236 00000 n -0000129171 00000 n -0000129106 00000 n -0000129041 00000 n -0000128976 00000 n -0000128911 00000 n -0000128846 00000 n -0000128781 00000 n -0000128716 00000 n -0000128651 00000 n -0000128586 00000 n -0000128521 00000 n -0000128456 00000 n -0000128391 00000 n -0000128326 00000 n -0000128261 00000 n -0000128196 00000 n -0000128131 00000 n -0000128066 00000 n -0000128001 00000 n -0000127936 00000 n -0000127871 00000 n -0000127806 00000 n -0000127741 00000 n -0000127676 00000 n -0000127611 00000 n -0000127546 00000 n -0000127481 00000 n -0000127416 00000 n -0000127351 00000 n -0000127286 00000 n -0000127221 00000 n -0000127156 00000 n -0000127091 00000 n -0000127026 00000 n -0000126961 00000 n -0000126896 00000 n -0000126831 00000 n -0000126766 00000 n -0000126701 00000 n -0000126636 00000 n -0000126571 00000 n -0000126506 00000 n -0000126441 00000 n -0000126376 00000 n -0000126311 00000 n -0000126246 00000 n -0000126181 00000 n -0000126116 00000 n -0000126051 00000 n -0000125986 00000 n -0000125921 00000 n -0000125856 00000 n -0000125791 00000 n -0000125726 00000 n -0000125661 00000 n -0000125596 00000 n -0000125531 00000 n -0000125466 00000 n -0000125401 00000 n -0000125336 00000 n -0000125271 00000 n -0000125206 00000 n -0000125141 00000 n -0000125076 00000 n -0000125011 00000 n -0000124946 00000 n -0000124881 00000 n -0000124816 00000 n -0000124751 00000 n -0000124686 00000 n -0000124621 00000 n -0000124556 00000 n -0000124491 00000 n -0000124426 00000 n -0000124361 00000 n -0000124296 00000 n -0000124231 00000 n -0000124166 00000 n -0000124101 00000 n -0000124036 00000 n -0000123971 00000 n -0000123906 00000 n -0000123841 00000 n -0000123776 00000 n -0000123711 00000 n -0000123646 00000 n -0000123581 00000 n -0000123516 00000 n -0000123451 00000 n -0000123386 00000 n -0000123321 00000 n -0000123256 00000 n -0000123191 00000 n -0000123126 00000 n -0000123061 00000 n -0000122996 00000 n -0000122931 00000 n -0000122866 00000 n -0000122801 00000 n -0000122736 00000 n -0000122671 00000 n -0000122606 00000 n -0000122541 00000 n -0000122476 00000 n -0000122411 00000 n -0000122346 00000 n -0000122281 00000 n -0000122216 00000 n -0000122151 00000 n -0000122086 00000 n -0000122021 00000 n -0000121956 00000 n -0000121891 00000 n -0000121826 00000 n -0000121761 00000 n -0000121696 00000 n -0000121631 00000 n -0000121566 00000 n -0000121501 00000 n -0000121436 00000 n -0000121371 00000 n -0000121306 00000 n -0000121126 00000 n -0000138634 00000 n -0000138667 00000 n -0000138514 00000 n -0000138547 00000 n -0000138394 00000 n -0000138427 00000 n -0000139082 00000 n -0000139288 00000 n -0000140322 00000 n -0000153891 00000 n -0000219481 00000 n -0000268004 00000 n -trailer <<7978081D343A4BC9AA26037EDC6B299E>]>> startxref 268208 %%EOF \ No newline at end of file diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/font/glyphicons-filetypes-regular.otf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/font/glyphicons-filetypes-regular.otf deleted file mode 100644 index c7ee149..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/font/glyphicons-filetypes-regular.otf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/font/glyphicons-filetypes-regular.ttf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/font/glyphicons-filetypes-regular.ttf deleted file mode 100755 index ba5bb75..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/font/glyphicons-filetypes-regular.ttf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/glyphicons_filetypes.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/glyphicons_filetypes.pdf deleted file mode 100644 index 8126a93..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/glyphicons_filetypes.pdf +++ /dev/null @@ -1,813 +0,0 @@ -%PDF-1.5 % -1 0 obj <>/OCGs[5 0 R 6 0 R]>>/Pages 3 0 R/Type/Catalog>> endobj 2 0 obj <>stream - - - - - application/pdf - - - glyphicons_filetypes - - - Adobe Illustrator CC (Macintosh) - 2013-07-04T08:30:42+02:00 - 2013-07-04T08:30:42+02:00 - 2013-07-04T08:30:42+02:00 - - - - 184 - 256 - JPEG - /9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgBAAC4AwER AAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE 1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZ qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp 0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo +DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8AOvK//OP/AOY2ha9a3066 Fq1jbPOLy1lu7uBtRFxa3dq81y/1W5/eOt78QIboQDxpRVG2H/OME881pPrGoqtzFDKZ7uGX61dN NDdIdPRbm5tw6RxWcEUbMgVqggfCxxVK9S/5xk8+zpaKmvW10IdF07TpY7yaUKZLOvq2im3t4WFm w+BWJMnE/FXFWTW/5O+Y00e7sX0PQoJrtFW2a1ub30rECdpAkXqhmbiDWoCgtX4ePw5RPGSeTudH roY8YiZSFcWwAo3+PwWKX/8AzjX+Zi2wsbTVtOu7OKHTYbNrue4EkH1NJmZeIgeORI5bpxExHqBK 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 3K9gQcVf/9k= - - - - proof:pdf - uuid:65E6390686CF11DBA6E2D887CEACB407 - xmp.did:e24e3386-8b0c-4ff6-85de-e9994c514e0d - uuid:b672a76a-2217-1f42-98cf-71b6bea79337 - - uuid:bb843ce7-e2be-ee42-9def-605ed7c21c78 - xmp.did:0380117407206811822AD2EC852655B3 - uuid:65E6390686CF11DBA6E2D887CEACB407 - proof:pdf - - - - - saved - xmp.iid:F77F1174072068118083C7F0484AEE19 - 2010-09-26T16:21:55+02:00 - Adobe Illustrator CS5 - / - - - saved - xmp.iid:e24e3386-8b0c-4ff6-85de-e9994c514e0d - 2013-07-04T08:30:41+02:00 - Adobe Illustrator CC (Macintosh) - / - - - - Web - 1 - False - False - - 576.000000 - 720.000000 - Pixels - - - - Cyan - Magenta - Yellow - Black - - - - - - Default Swatch Group - 0 - - - - Black - RGB - PROCESS - 0 - 0 - 0 - - - R=255 G=183 B=188 1 - RGB - PROCESS - 255 - 183 - 188 - - - - - - - Adobe PDF library 10.01 - - - - - - - - - - - - - - - - - - - - - - - - - endstream endobj 3 0 obj <> endobj 8 0 obj <>/Resources<>/Properties<>>>/Thumb 12 0 R/TrimBox[0.0 0.0 576.0 720.0]/Type/Page>> endobj 9 0 obj <>stream -HWˎWtgZ`OaXd`Gu0TTA3Hd22˧v~\x+sq..&Z+KYoiy7˕|-;.EjW -EvJ+^u~Uܿm4P(kXxKIk ) -P3*--:UJX/ z/]vrBl݅C<6 -մ|`hx,߶ 2Gx[Aڪ%z2NoɄKYU|-jL|_`k!Jf )@RiWyNcN1Sb:DxTOp8+V0b1wŇCZYj!0Rz$wsTW_ѕ 9C:ԋ*Oy>(aJ2-0#  +ke 8q| 8]!nj%2J -u56L 2 -8o11&RNq~_7&j!F N -@yN%ަr*A*F=#/2EE84Ꮫ ~hB >%iR4I &lz71ԇ -C5k jTh saL@1Bc0PV Dc(G0TbaPJjT1Bc8E2#i&ЏqaH&~o;hh4Ɂw?̴mwKH~%lïlj&[ YJvrCERPiLR9UTS^Z޽D{ӳӐSU+Ғ*:a ҡ%O-a>M irhAoGP<$,MlZQ^/UN/!]-ްۛ1G:"Q㮽>A;*@qBwyw*wy:3~_>|c0>G9ٛMr, -4TsS~cyVpC~2g.=Ѽŷ%s -Jy2j{qBXoLjPf#E{uI N*G=W&V[jݭ$LJFe;uS_ɭt/9#ZD+U`{E5l@ ySgķƇ.@!nD k7Ia?Я;`&ө֟Zj9!I߂f+o 3ņꛠz3@Mfo)*ɍ$ס:E^ "')骂рv@j _Y.#OpД-FZޔ7+?&}JXw&Qx|fmQp!6ߛ&[RJ HkIMC`s*!Izto*L_njH -f=M,n -"E25!A%d` e -2%Ytihp$аa4џnF:Xs*Оl~֬j߭+)9<>yC R,OBڤ!)D]aR6`O2L#;?^z Ag B$Tx7hLwn^{.j}r똣'n1+L*côLAHsEon -{P}44/-ͺ$^`)r?Odz6 o0ē23Q;AS~+"8W94mBTE"QΆc>ȝXqhUgDv{7N݋0ܧ(Hh}7~F2gu]y7"~ Dg]~F?Հ*SL3H>d յkY|6~V5b󶕡JR/pٵhkUiU37Cķ|.םwE0n1bW, -Wl:?#ߡ\ZLf\b&6Bpf bǜ2:P8*|pKPBWua+:Q0=bgAϫؾ$ZS@i=%zqϹ4IJ-_danΒYr+U-[^RNwk:D2+2K-!thv##e򗑑 _H̱"-Dz="da,,<Q+'k(ja/P:fKo?*zZ>obiJJVtt` C-&=p F0X0HlB>aYKNo: pJN~q LXޜP&zIgz3 -ϱ -^ ldA‚WAh֊ 9y/&i]:ieJj':TjӥRsdVdt[CJ^M1zԠ<@`7,Xz*Pl";gM^sTk7w)|!t|8񻳚nf_`gz{"ʉ#<=Z%__`,x=`h+ -$Yx%fTė7xUc >~St C'0P6>O=tZesys"EW*T*T5xV9 xQXD%/f<Y:g'ZR*FwC"]R>-Q{|.7[*/}+W_Bx9a l9 j" lS*>aGonϸ,ݬ~wv!*|?]0x,m|bɃ4hg$&+W>* ՛Cgv5)KZ?HYkGG`6?A 'aȗ I0-Ny]EY&wehT dq#VZiԄ~^mf~fI-jͻnE_DWU5PӆR+0DTHz+<C-- DAxlJz_#+"Ւ~"7]mҪYj14Cs$%AO hӴ7[qlŦr4Y7*[FXR=c{flQ o! -mܔ8JBtrTrއ:LjѰ@j"N!S6D~DT+(w5M$Ҵ5;hii -6_Ep$t ɢ&p.jv+r5Kd(Fxc1\=z|^r9 +F=F{h<$rqLJp잕\z4[̆E 0Y~fT-rL5GC=tnnKQ ABU+e:;2l׋ --Hoz@e(%$Jx]cHLG -єZUMPibq"]9sUXYC̋kº(BWhe]ngג-4l!91/rZZpPU>`u;Yͤ>-uт]鱆"J~y)c_}XF'YzSa -渘b*,b*ߓ 4o&8U5#&3ܪ1elt0e:~g)R**!]ۥfzPb6;A0b?fy1lYf1#Y5L:%!C"2½E5vRd*O!%#-:KJ_\JȀQ(U@Yrr]eQEYeYHY`qoYK9ˡp*b(4E):Mi^z6 6$zZTjR)E:ި̯7r9t_߽PpLg+}JfQ,(枆!5H`i`kywHp"-u H}#Ox3I#H#TG_ڇ)) N7I.tI\RԞ?vD ]QfT'T I6Z!_ޜ3= в9GKfw9,D>oW%S}?~|#i. -9>W:(^xzkZoOwli:JX@$YedUͨl𝠽|2Stu:WI>B[릑hס BoY -_l֭"om[_{"J|nOy;D䵒L2@~+i^{DZ LX4\35\35\35\35&̈́I3aLpLpLp̈́; B.:JOr"jyFBЍ̇ɇԸY,;74gθq3^ƭd&# -wn*SpG1ZglT#C{7b=sX^sqmL/cꜞ:laXƩx 7mjQ'$w2we4FYIRI#P7 QGE"m}D^wZ $S rS*8<ҎKTf,Mer*;S٩Lبl%&S9T&lTN%*%irNeLeFMt*GimFe[/wʜwz})㭝J8}Ly¥ 'pGL|#ǃGGH(~hkZ5#$[s6ER!%aJ7J8}ɤ1pPvu섃N1,t/cȄcM'} 3vuH8pG9 s9o!-sւ})y|+-)%{R;a5CAd8%Áp5UYO@Q]qz<󶖞~t -(2j2Lu/yymoR̒~I/Q6F Bߠ!c^]HKNv!^rg+2>XZ+ :._/jYƯ (|wd͛i [|~bDc(߹|锷7fj]HI+ݓOOuaDZشV"Z[!׀/旜/_Oɯ:!՘!{dOdVw],a|y~H?6!>!8PV;`|R8aQ{P؃==X} ɞYwGwEnThA&X` DImc}` ;Q2`au2l-[  b e8t 85DI΀>M(6& .<ҺĨ8*b~kI#NIp&nwdzI͸ R8{v}lX> GYɆ͕I뎘b̕ jdijC{/vǻl#j5UA#ky4Mtvsi*I$w>PeD%XIrQQuG8E(eOM=ҲDq#XrXźa%݂WJ*͜.}*qh$Gh܋ԐH/3E *ꊏ@jf}Jt VvYK `13]mrz$teUלv\w[c[p/ T wr?w2|ѹI?@GZ lê;:Affӻ<`, -c9Oc;u6=MK9ىHVk)JTFW$D-etnPNYS/G&pI3 vOG(XGŦBmIɩ(FGd`Z8NPQE{:z$[uP֡4 [:j[8l_r)bngw4i6E -U|`X PrN9CE ,ak;pL9I3-=3&]:w9oZ *^anP4Ù,ܦ}ܠԯ37a5~`rrvGLy"_\L"r GR;I*"E(Q' (o&KoqphA{N+|icb>8U5}d t{sʖ<>M/Yvն4ni2WJ`i~^:`f[+08k5kbk2ԁ^4_˩{J|_適53A# Q+s.8]O.0Rglgr^=%(=L2F3tzykE(t8T%aLʴiﱿwn}&< VtwyKU^~4-lo)Hqʹ>z$:6HB`[/]))&E~8~2m3 ރv>:I٣d.y0{'V@NIq7&1C0F_5Y2Lɽ r"}j!kIzl,DIܿdk" 1uKޮw{ -Sݞ,vt oVW7UtA]@(ʛK^.\X8Zcmrb2fz+]LpP'Ҧ|\ -<>~PHZp'- DX/xm*^WfŋeB (TQV$}ٱ~%,I0^sO  Z -%J m*G) qKb574|?2LA~orrĎj+ f3TB )_Լe6d$$aEB!!_7 CeAOC҈t6HJE,VDv>È26"Vi{`D,X~X, zY'Г}$qtK|POXms0]w*c'lTUpy_ӦW8Uz5Wd(t h9%g|o13hŻ+3$]V1Wr W~GThܠW^0p3WIr\geDbPv+-$@)_cf\ڧ2sg(~ -CsQ$OjZ@0i] *SpDkhXT|bd+Pfwhݐ$@Zmw4HIkޑRv$+c`ȩA>+ !*nJMMTP@@Қ4ɣJ>ez^{ehjdEo/A'˽BZ,#e]QzO?_˜srsNn99'7ܜs?GjSrX_ g*g* ^W+yv { cpVyR/ˮX,A:TГ*EAhe,3,FD1~JIE?| 'dы3KyQՑxFԎFDHL@ =ACAZ43HorV|˄KJ_Zf JcZRB"m?.5yCGF-gȤ =As<Rqmr}gn|W|g+\50ok{U+1>673Q}Z[cc~`솃EM+&sU TFAl&60J @pf%;~@5}P$\ꝯ ]-- c!İ#rt~G q5i%գ?=W}c/ׯ֟?XNab;Gv`xeb2eNa{/DZ*(;5 =YơlAv*v]r'vysLJPrctWn Ge̵֒>;ur?9폶==DWa/<-T_M -~VWzT7M3AS  -F!,۰) Z2)Sb:j"F4RՌiC DO5ԦIڸ6&4ipFD(d4gRh0ͮKJM2-R<:e u %5ԼʵZղ}r Y:jZvd/~/+o9׫z7ncؖ/ !ij$0qc)7oJ>pAbpԡ\rU`ž^"Vo2pZf\a_vgw%͉e Q9ԘK:!u&B.Q!U! e쨨>5o5}Ү՚V}kՆߞ1:5wuI^?^E.58 WbqbWbQBSԘkv5265ZXŘ`!GXSc FAP jLg؋)pǎMv^ءfxͫ0/PU.|w; Fw06L0̟`X\S @u`b'E cϰ D#͊@4 e ;dx7|2x<#LW bJ˫ݽe;ij9#qoDls ojX>bY/%EK_^L9].GN5ET%,6c3)t,9E`vcXcUE9GB:dϭ"o22TT I&0;/az*I<̿$NDB9~/IWđe(îbvIBr@ҚԽu泴tE殴ʢnkZf⾑5DaC~ ijv(׸}NA$Ɇ7n54fX,G-*3zꛙ\U^xV|n>pn>s&70w3Ő'e>H_G #XGGÞucbph|G ;;_j/px~NUZa!- jj"(dِeQ5= z"}|zy9]M> 3;> ܗ9EԪ냱Z[ccf1(>Y"ևo2T,\Mv^CzUg%zշ .CP)Er(,Lq(t,."@;Xcch1Qq:ؠI*F8qإǴ0@Kv@#eŭ-1ˍ%7^/3Jf[:7 D>d03Y>{M^6 !(iWYf++++++++++++6TskܵZZ-sV[ݲnIk[9k[)k[ϩnh *6Q~ւceGdnQvb?W;+ ͵ -m@;є^qp[HM$G,#ڧS՝].GUmxR't -|p)g3QE  _zy㖱!3-C t4ٵ5/Fe Y%h0{ژ>5pB H]Qw -RL1;ޱp鸯c &(F:bQ ^ Wh"yT֔!4t$ӸR=FrW0 CwbNÝRS -ɁJN9ޯFʐ/S"K}^tσ/9GT^|Ӂ)k_NYrڗSS -v4 t^qJ S -v-^Ðߛb@)pʖ);!83SBwqGx/0twu4duAVAFWDJmx d5P#0N(@;xX/)\Q<)|[ܫ4UtMgլ^ccRU=#>#{IcÀ- OrL1+GX1f1&X#+E H9b ScV-~9B9X*cqx1ӗސwciKc,M,.Ȣ<ƬUJTՔpQ(骢 Qkb|f?#Ds65^z;~2wWV .>ٝzx^ȗ_m/Z>dCJR^|Ӂ.5 RRK+%Id)I$HI+)Ie"%>#% Txd ^Ð߽- -,RBE!II4*i얆X{Jr} ۔T4~G:_胁-S5an`PR^iq85 ٻFFW'wn`E03pgrgrR[f6}ᆡ'Zb>֧wxL^yWz+ִהé)wHԪt򀚶ҰD4>+N;[aPՅr.Dj -TnCq2O>!]-'_$B=H?r@BIlP,t큦GgֱBb "ҝ*IRJO~&yH;=5Fl=R%pn2;n&DbttTlmk=TƴXex1tݫ!?{ߔ, - 7JV`sL%!LdV#³Uv/0twVx ! tB/Ӡ000JmIر< Xxg2a`= , Lc,^Ð?o^e70"tdeySu8U]uv} o}=1Ykxtun-x2yT%MH)g.iK S/+MUX/!vw|}>NnǚmmǚlC?ϛ֙&ytStݣ n3p8MrR9|-Mr)= -pr?&ѫtK*{^3!Y`rplX濖Ot|ԧ&DM[5蒂s߸G:-r,yfjk2r,ϞQ^e$ę$ $R/Lv5'8HI$'^/5+|]^{a3@bم&g}y(~>~4 ˉU&5^qzfcs-7gjB>enUU$7]ar;_ -¦ ת3*Z9S.N@lb9gMYcv*č?p|*E> YXy!R잵h M3uD{t%8F>!x '`q5(kR+ {WFʫIdM.ieSr ȕVDcoHzs6R{ -lFQJ鵺d6_pS.n.-&cmӰGd0b*Ǒ#_uKЯXH1U E(*-a1 gIvjȴ@ӊjH%یH72-^Uqkjeha F%N)zkhaѶ+uZyu58lHil=[ЙkLj) tzDvG&M['WAGmv?ti1;ґʭZkj|^HVz%&} 5?Pir_pEcfGp"gAsHgk{ɤN`!d9drV>o,2_N3:Z;9շά9j=yRpFVv1D *Fd`%F3H94z?BI?fU]ɿΫ D$ޮbH7+_9!:K“݅OR/l760_v3!( @Nm^wO޺~酑eo;;L*xtԢ-13ImF%H"Tmc!rYQDwꕥt $M>ˈH!Sory6QcrL$4<`>l侪n%PRFCH;)R[yd >stream -8;Z]\Ymg[V%)B[F^Hb7u*=AHj/l5Ze/pOCPcaAKYjsP4UMfXnbc+/-9VXYb9F.3in -P<=Vd?@!4WXI!7Ho[8Z%B>*p]UmGD@4mSp\+hdLllrc!Tm">-7i4HT]~> endstream endobj 13 0 obj [/Indexed/DeviceRGB 255 14 0 R] endobj 14 0 obj <>stream -8;X]O>EqN@%''O_@%e@?J;%+8(9e>X=MR6S?i^YgA3=].HDXF.R$lIL@"pJ+EP(%0 -b]6ajmNZn*!='OQZeQ^Y*,=]?C.B+\Ulg9dhD*"iC[;*=3`oP1[!S^)?1)IZ4dup` -E1r!/,*0[*9.aFIR2&b-C#soRZ7Dl%MLY\.?d>Mn -6%Q2oYfNRF$$+ON<+]RUJmC0InDZ4OTs0S!saG>GGKUlQ*Q?45:CI&4J'_2j$XKrcYp0n+Xl_nU*O( -l[$6Nn+Z_Nq0]s7hs]`XX1nZ8&94a\~> endstream endobj 5 0 obj <> endobj 6 0 obj <> endobj 17 0 obj [/View/Design] endobj 18 0 obj <>>> endobj 15 0 obj [/View/Design] endobj 16 0 obj <>>> endobj 11 0 obj <> endobj 10 0 obj <> endobj 19 0 obj <> endobj 20 0 obj <>stream -%!PS-Adobe-3.0 %%Creator: Adobe Illustrator(R) 17.0 %%AI8_CreatorVersion: 17.0.0 %%For: (Jan Kova\622k) () %%Title: (glyphicons_filetypes.ai) %%CreationDate: 7/4/13 8:30 AM %%Canvassize: 16383 %%BoundingBox: 56 -1572 515 -935 %%HiResBoundingBox: 56.5888999999997 -1572 515 -935.820299999999 %%DocumentProcessColors: Cyan Magenta Yellow Black %AI5_FileFormat 13.0 %AI12_BuildNumber: 256 %AI3_ColorUsage: Color %AI7_ImageSettings: 0 %%RGBProcessColor: 0 0 0 ([Registration]) %AI3_Cropmarks: 0 -1632 576 -912 %AI3_TemplateBox: 384.5 -384.5 384.5 -384.5 %AI3_TileBox: 8.5 -1652 567.5 -869 %AI3_DocumentPreview: None %AI5_ArtSize: 14400 14400 %AI5_RulerUnits: 6 %AI9_ColorModel: 1 %AI5_ArtFlags: 0 0 0 1 0 0 1 0 0 %AI5_TargetResolution: 800 %AI5_NumLayers: 2 %AI9_OpenToView: -560 -767 1 1776 1076 90 1 0 78 132 1 0 0 0 1 0 0 1 0 1 %AI5_OpenViewLayers: 37 %%PageOrigin:-16 -684 %AI7_GridSettings: 48 48 48 48 1 0 0.800000011920929 0.800000011920929 0.800000011920929 0.899999976158142 0.899999976158142 0.899999976158142 %AI9_Flatten: 1 %AI12_CMSettings: 00.MS %%EndComments endstream endobj 21 0 obj <>stream -%%BoundingBox: 56 -1572 515 -935 %%HiResBoundingBox: 56.5888999999997 -1572 515 -935.820299999999 %AI7_Thumbnail: 92 128 8 %%BeginData: 13316 Hex Bytes %0000330000660000990000CC0033000033330033660033990033CC0033FF %0066000066330066660066990066CC0066FF009900009933009966009999 %0099CC0099FF00CC0000CC3300CC6600CC9900CCCC00CCFF00FF3300FF66 %00FF9900FFCC3300003300333300663300993300CC3300FF333300333333 %3333663333993333CC3333FF3366003366333366663366993366CC3366FF %3399003399333399663399993399CC3399FF33CC0033CC3333CC6633CC99 %33CCCC33CCFF33FF0033FF3333FF6633FF9933FFCC33FFFF660000660033 %6600666600996600CC6600FF6633006633336633666633996633CC6633FF %6666006666336666666666996666CC6666FF669900669933669966669999 %6699CC6699FF66CC0066CC3366CC6666CC9966CCCC66CCFF66FF0066FF33 %66FF6666FF9966FFCC66FFFF9900009900339900669900999900CC9900FF %9933009933339933669933999933CC9933FF996600996633996666996699 %9966CC9966FF9999009999339999669999999999CC9999FF99CC0099CC33 %99CC6699CC9999CCCC99CCFF99FF0099FF3399FF6699FF9999FFCC99FFFF %CC0000CC0033CC0066CC0099CC00CCCC00FFCC3300CC3333CC3366CC3399 %CC33CCCC33FFCC6600CC6633CC6666CC6699CC66CCCC66FFCC9900CC9933 %CC9966CC9999CC99CCCC99FFCCCC00CCCC33CCCC66CCCC99CCCCCCCCCCFF %CCFF00CCFF33CCFF66CCFF99CCFFCCCCFFFFFF0033FF0066FF0099FF00CC %FF3300FF3333FF3366FF3399FF33CCFF33FFFF6600FF6633FF6666FF6699 %FF66CCFF66FFFF9900FF9933FF9966FF9999FF99CCFF99FFFFCC00FFCC33 %FFCC66FFCC99FFCCCCFFCCFFFFFF33FFFF66FFFF99FFFFCC110000001100 %000011111111220000002200000022222222440000004400000044444444 %550000005500000055555555770000007700000077777777880000008800 %000088888888AA000000AA000000AAAAAAAABB000000BB000000BBBBBBBB %DD000000DD000000DDDDDDDDEE000000EE000000EEEEEEEE0000000000FF %00FF0000FFFFFF0000FF00FFFFFF00FFFFFF %524C455227527D522727F87D525227529AC36F52525227FD48FFF827F8A8 %275227522727F827529ACA76FD0427FD067D525252FD3FFF7D527D7DA8A8 %FFFFA8A8A87D7DA1C3A1A87D7D7DFF7D7DA8FF7DFF7DA8FDFCFFFDB3FFA8 %5227527DFD05FF7D272752A8FD05FF5227277DFD06FF272727A8FD05FFA8 %272752A8FD05FF7D27277DFD05FFA8522752A8FD05FF7D272752A8FD05FF %5227277DFD06FF272752A8FFF827F827FD05FF7DF827F87DFD05FF52F8F8 %F8A8FD05FF27F8F827FD05FF7DF8F8F852FD05FF52F8F827A8FD05FFF827 %F827FD05FF7DF827F87DFD05FF52F8F8F8A8FD05FF27F8F827A827F8F8F8 %FD05FF7DF8F8F852FD05FF5227F8F87DFD05FFF827F8F8A8FD04FF7DF827 %F852FD05FF52F8F8F8A8FD04FFA827F8F8F8FD05FF7D27F8F852FD05FF27 %27F8F87DFD05FFF827F827FFF852277DFD05FF7DF85227A8FD05FF522752 %27FD05FFA8277D277DFD05FF7D275227A8FD05FF52272752FD06FF275227 %52A8FD04FF7D275227A8FD05FF52272752FD06FF27275252A8F8272727FD %05FF7DF8272752FD05FF52272727A8FD05FFF8272752A8FD04FF7DF827F8 %7DFD05FF52F82727A8FD04FFA8FD0427FD05FF7DF8272752FD05FFFD0427 %A8FD05FFF8272752FFFD04A8FD06FFA8A8A8FD07FFA8A8A8FD07FFA8A8A8 %FD06FFFD04A8FD05FFFD04A8FD06FFA8A8A8FD07FFA8A8A8FD07FFA8A8A8 %FD07FFA8A8A8FDFCFFFD19FFA8A8A8FD07FFA8FFA8FD07FFA8A8FD08FFA8 %FD09FFA8FD07FFA8A8A8FD07FFA8FFA8FD07FFA8A8A8FD07FFA8FD09FFA8 %FFFFA827F82752FD05FF7DF8F8277DFD05FF52F8F852A8FD05FFF8F8F87D %FD05FF7DF8F827A8FD05FF52F8F827FD05FFA8F8F82752FD05FF7DF8F827 %7DFD05FF27F8F852FD06FFF8F8F87DFFF852F827FD05FF7DF8F8F852FD05 %FF52F8F8F8A8FD04FFA827F8F8F8FD05FF7DF8F8F852FD05FF52F8F8F87D %FD05FFF827F827FD05FF7DF827F852FD05FF52F8F8F8A8FD05FF27F8F827 %A8F8F82727A8FD04FF52F8272752FD05FF52F8F827A8FD05FFF827F852A8 %FD04FF7DF827277DFD05FF52F82727A8FD04FFA827F82752FD05FF7DF827 %277DFD05FF2727F827A8FD05FFF827F852FFF8522752A8FD04FF7D277D27 %A8FD05FF5227527DFD05FFA82752277DFD05FF7D272752A8FD05FF522752 %7DFD06FFF85227A8FD05FF7D275252A8FD05FF5227527DFD06FF27277D52 %FFFD0427FD05FF7D27F82752FD05FF5227F827A8FD05FFFD0427A8FD04FF %A8F827F87DFD05FF7DF82727A8FD04FFA8FD0427FD05FF7D27272752FD05 %FF52272727A8FD05FF27272752FDFCFFFD75FF527D7DFD06FFA8527D7DFD %06FFA8527DA8FD06FF7D527DA8FD05FFA85252A8FD06FF7D5252A8FD06FF %525252FD06FFA8527D7DFD06FFA8527DA8FD06FF7D527DFFA8F8F8F827FD %05FF52F8F8F87DFD05FF27F8F827A8FD05FFF827F852FD05FF7DF827F87D %FD05FF52F8F827A8FD04FFA82727F827FD05FF522727F87DFD05FF2727F8 %27A8FD05FFF827F852FFF8F8F827FD05FF7DF8F8F852FD05FF52F827F8A8 %FD05FF272727F8FD05FF7D2727F852FD05FF525227F87DFD05FF2752F827 %FD05FF7DF852F852FD05FF522727F8A8FD05FF272727F8A827525252FD05 %FF522752277DFD05FF52272752A8FD05FFF852277DFD05FF7DF82727A8FD %05FF52F85227FD05FFA82727277DFD05FF7D272752A8FD05FF2727277DFD %06FFF82727A8FFF827F852FD05FF7DF827F87DFD05FF52F8F8F8FD06FFF8 %F8F827FD05FF7DF8F8F852FD05FF52F8F8F8A8FD05FFF827F852FD05FF7D %F8F8F87DFD05FF27F82752FD05FFA8F8F82752A87D525252FD05FFA85252 %527DFD05FF7D525252A8FD05FF5252527DA8FD04FFA85252527DFD05FFA8 %525252A8FD05FF7D525252FD05FFA85252527DFD05FF7D525252A8FD05FF %FD0452FDFCFFFD75FF275252A8FD05FFA8275252FD06FF7D27527DFD06FF %5227527DFD05FFA827277DA8FD05FF7D52277DFD06FF525227A8FD05FFA8 %275252FD06FF7D27527DFD06FF522752A8A82727F8F8FD05FF522727F852 %FD05FF2727F8F87DFD05FF27F8F827A8FD04FF7DF8F8F852FD05FF52F8F8 %F8A8FD04FFA827F8F827FD05FF7D27F8F852FD05FF2727F8F87DFD05FF27 %F8F827FFF827F827FD05FF7DF827F87DFD05FF52F827F8A8FD05FF27F827 %27FD05FF7DF827F852FD05FF52F8F827A8FD05FFF827F852FD05FF7DF827 %F87DFD05FF52F827F8A8FD04FFA827F82727A8272752FD06FF52272752A8 %FD05FF52272727A8FD05FFF852F87DFD05FF7DF85227A8FD05FF52F8527D %FD05FFA82727527DFD05FF52272752A8FD05FF2727F852A8FD05FFF82727 %7DFFF8272752FD05FF7DF827277DFD05FF52F82727FD06FF27272752FD05 %FF7D2727277DFD05FF52272752A8FD05FFF8272752FD05FF7DF827277DFD %05FF52F82727A8FD05FFFD0427FFFD04A8FD05FFFD05A8FD05FFFD05A8FD %05FFFD04A8FD06FFFD04A8FD06FFA8A87DFD06FFFD04A8FD05FFFD05A8FD %05FFFD05A8FD05FFFD04A8FDFCFFFD19FFA8A8FD07FFA8A8A8FD07FFA8A8 %A8FD07FFA8A8A8FD07FFA8A8A8FD07FFA8A8FD07FFA8A8A8FD06FFA8A8A8 %FD07FFA8A8A8FD07FFA8A8A8FFFF27F8F87DFD05FF7DF827F8A8FD05FF52 %F8F827FD06FF27F82752FD05FF7D27F8277DFD05FF5227F852A8FD05FF27 %27F87DFD05FF7DF8F827A8FD05FF52F82727FD05FFA827272752A827F8F8 %F8FD05FF7D27F8F827FD05FF5227F8F87DFD05FF27F8F8F8A8FD04FF7DF8 %F8F852FD05FF52F8F8F8A8FD04FFA827F8F8F8FD05FF7D27F8F827FD05FF %2727F8F87DFD05FFF827F8F8FFF8272752FD05FF7DF827F87DFD05FF52F8 %27F8FD06FF27272752FD05FF7D2727277DFD05FF52F8F827A8FD05FFF827 %2752FD05FF7DF82727A8FD05FF52F82727A8FD05FF27272752A8F827527D %FD05FF52F827527DFD05FFFD0427A8FD05FFF852277DFD05FF7DF85252A8 %FD05FF52F82727FD05FFA8F852527DFD05FF5227277DA8FD05FF27272752 %A8FD05FFF852277DFF27522752FD05FFA82752277DFD05FF7D275227A8FD %05FF52275227FD05FF7D2727527DFD05FF7D525252A8FD05FF27522752FD %05FFA82752277DFD05FF7D275227A8FD05FF52275252FDFCFFFD74FFA87D %527DA8FD05FFA852527DFD06FF7D5252A8FD06FF525252FD06FFA8527D7D %FD06FFA852527DFD06FF7D527DA8FD05FFA87D527DA8FD05FF7D5252A8FD %06FF527D7DFFFF2727F852FD05FF7DF827F87DFD05FF52F827F8FD06FF27 %272752FD05FF7D27F8277DFD05FF5227F827A8FD05FFF827F852FD05FF7D %F827F8A8FD05FF52272727FD05FFA827272752A82727F8F8FD05FF7D2727 %F852FD05FF522727F87DFD05FFF827F827A8FD04FF7DF827F852FD05FF52 %2727F8A8FD04FFA82727F827FD05FF7D2727F852FD05FF2727F8F87DFD05 %FFF852F827FFF852527DFD05FF7D275227A8FD05FF5227527DFD05FFA827 %525252FD05FF7D27277DA8FD05FF52272752A8FD05FF2752277DFD05FF7D %275227A8FD05FF52275252FD06FF2727527DA8F8F8F827FD05FF52F8F8F8 %52FD05FF27F8F852A8FD05FFF827F852A8FD04FF7DF8F827A8FD05FF52F8 %F8F8A8FD04FFA8F827F827FD05FF52F8F8F87DFD05FF2727F8F8A8FD05FF %F8F8F852FF7D7D527DFD06FF527D52A8FD05FFA8527D52A8FD05FF7D527D %52FD05FFA87D52527DFD05FF7D7D527DA8FD05FF7D52527DFD05FFA8527D %52A8FD05FFA8527D52FD06FF7D527D52FDFCFFFD74FFA82727527DFD05FF %7D272752A8FD05FF5227277DFD06FF272727A8FD05FF7DF82752FD06FF7D %27277DFD05FFA82727277DFD05FF7D272752A8FD05FF5227277DFD06FF27 %2727A8FFF827F827FD05FF7DF827F87DFD05FF52F827F8A8FD04FFA827F8 %F827FD05FF7D27F8F852FD05FF5227F827A8FD05FF2727F852FD05FF7DF8 %27F87DFD05FF5227F8F8A8FD04FFA8FD0427A827F82727FD05FF7DF8F8F8 %52FD05FF52F8F8277DFD05FFF827F827A8FD04FF7DF827F852FD05FF52F8 %27F8A8FD04FFA827F8F827FD05FF7DF827F852FD05FF2727F8277DFD05FF %F827F827FFF8527DFD06FF7D275252A8FD05FF522752A8FD05FFA8275227 %7DFD05FF7D272752A8FD05FF5227527DFD06FF27522752FD05FF7D277D52 %A8FD05FF52275252FD06FF27277D52A8F8F82727FD05FF7DF8F8F852FD05 %FF52F8F827A8FD05FFF827F827A8FD04FF7DF827F87DFD05FF52F82727A8 %FD04FFA827F8F827FD05FF7DF8F8F852FD05FF27F8F8277DFD05FFF827F8 %27FFFD04A8FD06FFA8A8A8FD07FFA8A8A8FD06FFFD04A8FD06FFFD04A8FD %05FFFD04A8FD06FFFD04A8FD06FFA8A8A8FD07FFA8A8A8FD07FFA8A8A8FD %FCFFFD19FFA8A8A8FD07FFA8A8A8FD07FFA8A8FD08FFA8FD08FFA8A8FD07 %FFA8A8A8FD07FFA8A8A8FD07FFA8A8A8FD07FFA8A8FD07FFA8A8FFFFA8F8 %F82752FD05FF7DF8F8277DFD05FF52F8F827A8FD05FFF8F8F87DFD05FF7D %F8F8F87DFD05FF52F8F827FD05FFA827F8F852FD05FF7D27F8277DFD05FF %2727F827A8FD05FFF827F87DFFFD04F8FD05FF7DF8F8F852FD05FF52F8F8 %F8A8FD05FF27F8F8F8FD05FF7DF8F8F827FD05FF52F8F8F87DFD05FF2727 %F827FD05FF7D2727F852FD05FF522727F8A8FD05FF2727F8F8A82727277D %FD05FF7DF8272752FD05FF52272727A8FD05FFF827F852FD05FF7DF82727 %A8FD05FF52F827277DFD04FFA827272752FD05FF7D2727277DFD05FFFD04 %27A8FD05FFF827F852FFF85252FD06FF7DF85227A8FD05FF52275227FD06 %FF2752527DFD05FF52275252A8FD05FF522727527DFD05FFF852277DFD05 %FF7D275227A8FD05FF52275252FD05FFA82727527DA852275227FD05FF7D %2727277DFD05FF52272752A8FD05FF27522752A8FD04FFA82752277DFD05 %FF7D275227A8FD04FFA852275252FD05FF7D27272752FD05FF52272752A8 %FD05FF27522752FDFCFFFD3EFFA8FD36FF527D7DFD07FF527D7DFD06FFA8 %527DA8FD06FF7D527DA8FD05FFA87D52A8FD06FF7D7D52A8FD06FF7D7D7D %FD06FFA8527D7DFD06FFA8527DA8FD06FF7D527DA8A8F8F8F827FD05FF52 %F8F8F852FD05FF2727F827A8FD05FFF827F852FD05FF7DF827F87DFD05FF %52F8F8F8A8FD04FFA8F8F8F827FD05FF7DF8F8F87DFD05FF27F8F827A8FD %05FFF8F8F852FFF827F827FD05FF7DF827F852FD05FF522727F8A8FD05FF %2727F8F8FD05FF7D2727F827FD05FF5227F8F87DFD05FFF8F8F827FD05FF %7DF8F8F852FD05FF52F827F8A8FD04FFA827F8F8F8A827272752FD05FF52 %2752277DFD05FF52272752A8FD05FFF85227A8FD05FF7DF82752FD06FF52 %275252FD05FFA82752527DFD05FF5227527DA8FD05FF27272752A8FD05FF %F8525252FFF827F852FD05FF7DF827F87DFD05FF52F82727FD06FF272727 %52FD05FF7D2727527DFD05FF52272752A8FD05FFF8272752FD05FF7DF827 %27A8FD05FF52F82727FD05FFA827275252FF7D7D7D52FD05FFA87D527D7D %FD05FFFD047DA8FD05FF7D7D527DFD05FFA8527D52A8FD05FFA8527D52FD %06FF7D527D7DFD05FFA8FD047DFD05FF7D7D527DA8FD05FF7D7D527DFDFC %FFFD1AFFA8FD13FFA8FD1BFFA8FD13FFA8FD16FF272727A8FD05FFA8F827 %52FD06FF7D272752FD06FF27F852A8FD05FF7D272752A8FD05FF5227277D %FD06FF272727A8FD05FFA8272752FD06FF52F8277DFD06FF5227527DA8FD %04F8FD05FF7DF8F8F852FD05FF27F8F8F87DFD05FFF8F8F827A8FD04FF7D %F8F8F852FD05FF52F8F8F8A8FD04FFA8F8F8F827FD05FF52F8F8F852FD05 %FF27F8F8277DFD05FFF8F8F827FFF827F827FD05FF7DF827F87DFD05FF52 %F827F8A8FD05FF27F82727FD05FF7DF8272752FD05FF52F8F827A8FD05FF %F827F827FD05FF7DF827F87DFD05FF52F827F8A8FD05FFFD0427A8272752 %52FD05FF7D27525252FD05FF52272752A8FD05FFF852277DFD05FF7D2752 %27A8FD05FF52275227FD05FFA8272752277DFD04FF52275252A8FD05FF27 %272752FD06FFF87D5252FFF8272727FD05FF7DF827F852FD05FF52F82727 %A8FD04FFA827F82727FD05FF7DF8F82752FD05FF52F82727A8FD05FFF827 %F852FD05FF7DF827F87DFD05FF52F827F8A8FD05FF27F82727FFFD04A8FD %05FFFD05A8FD05FFFD05A8FD05FFFD05A8FD05FFA8A87DFD07FFA8A8A8FD %05FFFD05A8FD05FFFD05A8FD05FFFD05A8FD05FFFD04A8FDFCFFFD18FFA8 %A87DA8FD06FFA87D7DA8FD06FFA8A87DFD07FF7D7D7DFD07FF7DA8A8FD06 %FFA87DA8A8FD06FFA87DA8FD06FFA8A87DA8FD06FFA8A87DFD07FF7DA8A8 %FFFFF827F87DFD05FF7DF82727A8FD05FF52F8F827FD06FF27F8277DFD05 %FF7D27F827A8FD05FF52F8F852FD06FFF8F8F87DFD05FF7DF82727A8FD05 %FF52F82752FD06FF27F8277DA827F8F8F8FD05FF7DF8F8F827FD05FF27F8 %F8F87DFD05FFFD04F8A8FD04FF7DF8F8F852FD05FF52F8F8F8A8FD04FFA8 %FD04F8FD05FF7DF8F8F827FD05FF27F8F8F87DFD05FFFD04F8FFF8272752 %FD05FF7DF852277DFD05FF52F82727FD05FFA827272752FD05FF7D272727 %7DFD05FF522727277DFD05FFF852277DFD05FF7DF852277DFD05FF52F827 %27FD06FFFD0427A8F827527DFD05FF52277D527DFD05FF27272752A8FD05 %FFF852277DFD05FF7DF85227A8FD05FF52F852277DFD04FFA82752527DFD %05FF522727527DFD05FF27272752A8FD05FFF87D2752FF27522752FD05FF %A82752277DFD05FF7D275227A8FD05FF52275252FD05FFA85227527DFD05 %FF7D522752A8FD05FF2752277DFD05FFA82752277DFD05FF7D275227A8FD %05FF52275252FDFCFFFD74FFA87D527DA8FD05FFA852527DA8FD05FF7D7D %52A8FD06FF527D7DFD06FFA8527D7DFD06FFA8527D7DFD06FF7D527DA8FD %05FFA87D527DFD06FF7D5252A8FD06FF527D7DFFFFF8F8F827FD05FF7DF8 %F8F87DFD05FF52F8F8F8A8FD04FFA8F8F8F827FD05FF7DF8F8F87DFD05FF %27F8F827A8FD05FFF8F8F852FD05FF7DF827F87DFD05FF5227F8F8A8FD04 %FFA82727F827A8FD04F8FD05FF7DF8F8F827FD05FF52F8F8F87DFD05FFFD %04F8A8FD04FF7DF8F8F852FD05FF52F827F8A8FD04FFA8FD04F8FD05FF7D %F8F8F827FD05FF27F8F8F87DFD05FFF8F8F827FFF8522752FD05FF7D2752 %27A8FD05FF52277DA8FD05FFA82752527DFD05FF7D2727527DFD05FFFD04 %52A8FD05FF275252FD06FF7D275227A8FD05FF52275252FD06FF272752A8 %A8F8F82727FD05FF52F8272752FD05FF27272752A8FD05FFF827F852FD05 %FF7DF827F87DFD05FF52F827F8A8FD04FFA8F8F8277DFD05FF52F8F8277D %FD05FF2727F827A8FD05FFF827277DFFFD047DFD06FF7D7D7DA8FD05FFA8 %7D7D52FD06FF7D527D7DFD05FFA8FD047DFD05FFA87D7D7DA8FD05FFFD04 %7DFD06FF7D7D52A8FD05FFA8527D7DFD06FFFD047DFDFCFFFD74FFA827F8 %527DFD05FF7D272752A8FD05FF5227F87DFD06FF272727A8FD05FFA8F827 %27FD06FF52F82752FD05FFA827F8277DFD05FF7D27F852A8FD05FF2727F8 %7DFD06FF272727A8FF2727F827FD05FF7D2727F87DFD05FF522727F8A8FD %05FFF8F8F827FD05FF7DF8F8F852FD05FF52F8F827A8FD05FFF8F8F852FD %05FF7DF8F8F87DFD05FF52F8F8F8A8FD05FFF8F8F827A8F8F82727FD05FF %7DF8F8F852FD05FF52F8F8F87DFD05FFF827F827A8FD04FF7DF827F852FD %05FF52F827F8A8FD04FFA827F8F827FD05FF7DF8F8F852FD05FF27F8F827 %7DFD05FFF8F8F827FFF85227A8FD05FF7DF85252A8FD05FF7D275227FD06 %FF2752277DFD05FF7D525252A8FD05FF522727A8FD06FF275252FD06FF7D %277D52A8FD05FF522752FD06FFA82727527DA8F8F82727FD05FF7DF8F8F8 %52FD05FF27F8F8277DFD05FFF827F827A8FD04FF7DF827F87DFD05FF52F8 %27F8A8FD04FFA8F8F82727FD05FF7DF8F8F852FD05FF27F8F827A8FD05FF %F827F827 %%EndData endstream endobj 22 0 obj <>stream -HWn]wӀmtns(Nʐ6Jv >w 乬*\eޗf?e<-א?AдoѴRG_d[ tkRSY +r<];Zk*+t)$(ݜ!:: T -e ;&Y}kCkP  .n kiyeFrƨDCOYoH`[k)TG%UуbD3x-V XJ%у'hajpє+u4`%=',HAuVG1+4#1m`)^бZ`KT7QE56MEZ2"bP#;0՜xJݬMhVr$70%brZM6U l;ֶK`B>s\BmX@mc t$F!=Oq;\7BѐE&Hۺ=_A#[|XUS5 , -NjU˙UhG_-R 4TK%7D}w/]=^/nqӿ.yyvyXyo\˛ayw%.t~ʯ[~G%v$8^[ܚ -ׇ*ɉC|Jf">AΰKK%̰8}z$!J^~`׮^>ik2gs1 -3塯^Y3GԤQkJ9&1ف4n`ԽMkd:ZWA>)E~׆5g?9ņ=픣ở_˔Qk߉W*ة&]1c]1-E/~}݉_DK2J#$&t ;܍8BBXXum - 6+N6&ڀ΀c+u۲L>!Orxyh/}g˙Ov#YJlľ$GU!G0}1_ƍ\4h{|X-( -%4u'\08#pC %ddNBuUh&*ɢ 0H:("eڢst,D>J -v$ԝDpm*q|)ƪqP4A(F՜ `΍04i8}]4w!^^,,W'i-0tܮD[arr*`Wh)E z0~MDߔEHc鳋`!0*<0Η #rϻZm򩇵GK3o *aôihZǽ:ib7k#ӏh"k&Ͽ}ˏ/|{򞏞~xt_'>K]~77S~Qά~G*E^2;+LB&50S{ןBgDN oK^i?ky$\As |.3,p|ghZ#S m61&- o#fEAlNItn֒|d/B*#ż\Y``CU0Š6 uN2q@#? hd(- o!,9V(d\EAل*,V-Q|i+n%Wz Ptc +4lrP4ʂABDzԇufnj}vUuTD6A|<0^aB/!9|L GV[>Va0|.EjSZY1\&* 6`O'YG􈌡8EC1PtVKVy>w$Ϯ9MUdTrnwmT܍uN8cڴyuU:Ë[ͱp=?&7vQcE}ݍ3ݝq=GwӶ~xˏ/[~?~n^}}^gۯ\|oŴlB_hg=-wOr1%qcJd6|YYT -ltMUȣAp0aN0WhՎ;eK5PGN O~ x]츮p/CKg+*it5q=iK=Qޟ$:ݴ%Aw2>>rQzVi.?ѧ$ȍ:vXe9ߠt#v -krCd/wOz!b4c'}tk=l4;MuK 9cebUap6#p& hFMnq{ұIJ"FcYZh4v@uDfm֏8d..pŽh[!>QVZ4$dnc[ &zS! Q[J ?# 5Z#`kM'iaoűxK`:Z؏ED2\b^pvA'{ - Zz<iV~V,!Lɍm:HQށjPlPXh5֩D/ A=rrfCƐ |:CZ|)(hZ*Ei(ǼrP,sG$e&=dњNTt>X/wN[iV6S{YσTa^B_RȢRiroǚ0C!Jz'{IgQ@k^EbG1w c*Ru dfmyWZy,/RBorS@ C:8iH5WHD~bXAS C`bwdx&J# -a1)TJő#E{Ct$ԋMmN={wRa(ZC)@-ze̟{?0{4+k;*"Rk=:IkxъX6/U$H4(v\y iz̆Dd x3Kd9t-_\/Cf::s!`HX'Eh-VX263RoMȳklVK):Dj~7Ǐqrstלձwcڏac1Kr9~\?nqz| _"4;klM%~\1u -iWx-}&hš_/{LJ//?|noza{m3fWy.,OcTi }Sݓp/&8va A_i7?)[A5NY -V ܣhy`H-7bܱXGmWċ6oP?lQQm(Fs^;yx/7\T$~i4֓)jv*=:bGTDQ~=i_,ev~j_O BNc[G1A1Y0`OVpri#6_,_tvD95@2&KLSm섻1 rw/!rvl6RExX[3)($/L z?!ٻBT,vPxz V4MMb]eA4aJLHNuA10Jܣ67B^>IFc݇5,{QxQdu(h-B>-J1h$,F"K`ȣU$>J4֛lY!e-PQ@kUhkBA X8%;"k 4kj?SS].wՐ7I(u=z!YeºW 0MV 'c Zv(6c8j'/ZQCM,靟Af,;Fud -\5ږZV-8JmpCF M8{OIGmC.4HTVv3jWɷ7T9541(f֬κ39 >E~GS?ܒR,MvVA7kެ-քAȲ\2n8-R - f<7Qb,$Ena^.2ÍϞf9p+b ҤUC;hISsFM`ks%Ě14v{I څBd<4) -YI_S^. vV͸fNJJW6׎?~٪Xʜ7֬4^T+7raeAWzFo.nK=pG;QG;W߃ذ^ 'Aa9+Q p,9xViӑe{df -JhqΎ|`wٰ]C+DQڇ>SL8O_>?}w_}yɷ?'_|E?z +~h `86wyn ?vƕҷT$q=,<*]E@цq|Q>^v"mڹdbc`_Uȴ6{U -@S%{VZҬ_CŬr|HMgj~)5PiJ%9d!Zƛ3GUIijIbB?uTlhjH^Dl*WA$#:O RRn8l!(&% \gZ.#k)GhjH|tJyDSZ&M$6ixא\J1 (mF)։+{Nٔ/%)S^&ۃT-TKEPNhʶFPy Y'M[$w뙦Ty?JSgnnGh#m"{,Y2` y-;.pb9n~K[4Z*|8|{k4d5Ҫņg ^aZz>S_>,a=n#$2͞eF.I`jR44od@HrRHAǡ܎0ʦA'2pqb \[/n -Čd$E*W!f Rrt[Nd`DRU -;fQPx>Kʝ+I!Ldn& -Ck~TM$KI̥@6)'S^ŜET6%,8KE >Cd[#]Ņ,Bd5(|l? B&g_?B+wa/Ъq&u]p.VSL(Ch̋;6qwE2Bf;.pb9n%HOT$ qơtƘP<ݯuSq-=y Nl `sRē Hg`|4"_nS/AʿKy|L5?zT:B84|$MYG7kG_,ު`Z8\7N~JF+P5*5>M-/Ԉ%åqEЂ´J~;pZ0> g 8]Yo=5=Ql"WGލKEtºՕ%=UAˇseT dLJv񂌇MbWy gOu[ulGG,*4 i} -kKUꋅoUS#ܬM}Y^ӫ\[l#_M~V˧>Տ958Y%źD:Oe֬sfv6wӻz<~_S>鱎1zǾk?q7衧|psmURb{Ֆ#InO;v> l2^bo1T3]0]'bRRrDRHspqYo)!P ax0~I"S]TbVs 6YJosҔsy@_-ڝFkV ,Bs ^7׎->G<.Nzck)e@BY؃X]qg6ui/T&F0yE,}ٓ{-{->$*gJS6Ke\/IB%H?1Q7 p+<e(hGa?" ͌4 1gj-" kZ@P]u|`iBeסbuf=q PPTj1yJ6:j5p`Hzj -K \ gF1qF&ɏ3#?qFT,.ʁǩ+zFQ(MkpI -!CBib8pwKo߻#^ D="EL ҂hF|^N!%(~ۘ%AJ@WPYrq,r-"7KFVUr-UӒ-XmL84U9Mrַ+َ1<Q} -셖ʖf.O9԰Ζ.v,-Xjiye#dpg9ME崤iMƟHB"S.GQG!X\5Q ֜A3+BNk'Hh /rXh%V;9mKj1yJ \4X:.\n:<

    p5Tp^Ӂ+ޝ/m1x{EP~EH!?DS`#J1A -M%cZ! -"ԘPQ6GUmKz`Vל?*Z;ʣ[la>ssF-~ny;d_(ŲoPn(We6Y<'Qj眊ٲ)@Wl%>n#1웖H ;~9C +D\EdgpB']@5Q(d6%&F -4.į} Z~Nqmc2SBӁeM>pvxXXָ&<3p{ PMS0zۘx ؕ~q^ӂ^b@~_jxRäckO@k7U jxo?+Dtlxȕ O{ .634?E 3ޱvBp5 ~ck㧈^;w.F+ ϲ o_js-Y5c X4[I'Xl6FGc%X]`n^c֌fᗀD rSmHM)IJb[r}vycŬ+ƊjÞkl -^hTMތ":U pkSx8/c8Y JmS&w`%a МB!ٳocP+-(Ҹ\ ,`ְg@Ǘ9]Df_<TAE5`'A)Mן~VtťZ. rI/$ -ںmA+Q` bZ!_F ߻.0<﹀`5;qh00xEL) xU4wXzXvv)6pQa),ہѡOϿϧ9fz|9г[ܤ neHztzWfE։Ӂ_GϱEgKz^v Ӎ#;^-egN]:9V\JɝwZ@q>-}Ta a%G& ;q09[WyYm:IίHw7v!X&X0#VBLȖ &[_CQ'V]%UGlD i 7X5 9ƒ#L+qzA'Pm]Q#ѷoL~I^_*  <|u.kq>rQ\^nLv;= Ynr_-r[K1]ˣV]Rj~>e|' -ʨӲ*M㒁. -=*o{|xV)L*2m$VV)%o8 D{%?WJ5핦veYF; n5B-M9s{k:%^iϊoU|D^yp6{%dqpNU&&+Q#[jX{$+\[JFqC/-QN+ˮˈ̋7I+eռIE>ns{%h}3s'/77ՍK&g7&rjiI]C.&U淖oCLRnյ+"?rQ\^nLvnpˏ"d^}trrKJ.o\S/7m~c>ZTdQ8U/xNOvqgN[:,mpK:t(xMO :Xjڰ DP[_S?}(88keҐ~e噷mFo\`[K%Duೇj#NC{M@5䝭S֙lݭc#NDVg8J !xJaj@Z?~z`3/@" wJO/k5-$=P:$s8/+HFM#˭PNS~fRg-KxrHyYQ<4-&7CuBX5 'ٶ`n!&S r!p3VCrt&n'gF#RU#f6ɲjRp$)ck϶FX8'+G4 ]B!b_3 }ds56yJ846;~-!wwNH[^J!l_&$:R)owh~Gg/>9'8dq1^1VGqku^c[>t\^nL]FV򰢒q:/.WSFF8A R3 𮶺OxYG+0fQBFi*].R P;G)W !9@jOCK!0R3!ғ>(JYEeᣓ32_tqDIÈhj\zDR#YڲR ;,XƼGE"<1c~b4Lpt h&LG5Gi.pG-S/t:tt -]w 7mfѵ<2f&vg]G.؎Xy! nCӇϟG%}X2*EXutL*բPoPBg»+JaHc\XI^#+჌Z{.#F8+0nB\9Gq6).xNa.VB+K$~[Y'<,ԣxP30τ%0f -B|5;X'y%Sd_ƃC|%Zsl* 92 ja*U=&-,%)^xZBM*v1.l=iI^ CDk*g\#a0|luNW[+TϦr Q rpop%)سZq -`Bj \n*@B%vل%YsNڤ,Y"E4Nwb(@/2cZu9NHqnyF>7!K I -Ԫe:F -SG`u AIXڪumu Zc'S̬SЫRΉWKFy_5)]p),L3}> p`_8=gL ŅBpy*# @1CbCf= p \fuwxcdިzm8r2QՆU3P ba=-n^^x)mu#/"W9*" w.tf}yo7qΖ,9:g 3IMQ-巰,no!YoX둍 x`79d wC~ܷ9onjlV~C - l`kh#^xg`p[ 0SawV%/fXkc- ;ѷvp#SjQMM8إKH^$;MܲwCp`;>5>R_|`1> endstream endobj 23 0 obj <>stream -HėϮ l -A}*Q(%+z].8pћiۗ")3,{ (j(JQ߼@+yF:jIj4}pqjqe(D?j%5׿\^^ۛ_~۷oo}㇗wۋ{_wR/w|5k0:S_k!1CΩja&6G|&j]19pbͮn)A1-C1|j~L5՚=\Wc̯/׊Wۇu1ɖxO6ofhwңN_$ﯱ!u!sƧ}4Ζx-\{l/wC \oD3uysuOQDa+\ ؗK?ի}ru&`tKNVxE5g6fäVHr%q0p4E8[,-n?"`&{5&i7JH;LMiH;թNh\L I_DT{KkT:& ͞=O\8T2~:H\c%HYAZ3=@sJT6 HG2Gukw=wnS*Do*,eJsE>I;M y8[sCJ3+84yRkއ>pf o3Uyn|WbBqh l8r1ԣ^8Vj4}4p!Y0(ZpԚE:bXde|㇧S0G EQWSқ\ e'CQ?T"DW s^>=CyFA4|r᧒k ePL -eP- (]Ë;.;^&xJBDC5/#M*V OP*Ճ+\ ؗ>#C d[|R1 ,>=QދZ-BMHj)BMKN9^"yl`Yi[%9q/q@e?\< J6Hq:ȶ>ͽpj1=hݖ7C!.+3" +dv/詶p.2ŀ}e-s - hSIβ -Y|t;~v2L.buXE@^xgiV*ϲ #09d -(|A;X0v+ɘ*"XC`EKPVT%鎹G:ùe{Xw @LxvS3 aڔP +`/%P~`xX B1i,XYL ~+_t `l'Xy7kyG}.rт Oچݚ_) -M8)Q QpxyVXDKhG-|Իr %} ݍqo.DG1?(*儞暣?6H8|"Q.<=$:j(W8D?tyQSnHqR3^6DRe*Y4cC#Q0+־s[ +rZgLzpbN8 #XVAPU`p8C;dRvuXmt58u23춄#WHg|>y:QU/ޙ_ZZdm쇔;;AͰ7˥oO]R_)d_)tԑ=,E' bÌb2clYM2{X --5y"|JGq8/t݁::)&F. -GyٟLr4̳CY9a'$zӓA*9e[FBWgjE`#?NE}:S9F!"{])^EʾT6Ndh1SWي(9Fw +; -5RreYGJsD=5OхBW.tl3\;E3sI5c Y,JxkS iY\,e~SúEE .CKA<Ē9TK&߶;@ 5L{nPk*8@y['eE;Us=!X5A 6 0z赹Mɴ<;9*VmLEci*iCfi5sStvFvi6hGaHk_pzcS]Lh^Sc}Y|TQ\3'F3hoX-}qqh99餏GS !ӖLw>efNof7ͮ92{0:)ֻ!eQ5?Y'\ΰ\]ߚg9%RY1ATZlgc,syr1>r1_%9F~Arֵzt]:50HhdDUgC(d -fL'47M^.{-{U-Td.,Y5O+uHoZgf[rWKؓsa-'yJaI_hR6SM;aJ`|zFL^O9Ծ3&s:+ٹTع΍l[m(A رk/LS:#奖v.+uS(RۙhT[$o-[`>!ҍ"=&_R\Nj|F#`Zvn o>/tFω.?g݄- 2tw 'Cw 錊;ES-0\OLf@֏X>WCSZK!ډǘ>;OӇ]ļ/B N`ZCN+ԦSATP_n,ԿJҦ0RB_-oԨVb,D~[)V0}vޣƹs^f6eʃYt8ZOp<θ$L:b4l8/SX#ԭ+LrS`c"׮tFb7fW{49>)9uu?ꯒg;W+m5Rc#b,ٗ:T Y.8A[ɍH~]J@~]Jĕй~<[;$/nƴϕǓBw*#(z8FV]{}_CW ijS bG8Nƹ0dE_ĢRM)ɟ0Zv(Q!krmU15JĤoNAYIPci 7$vW RkꦡRB${7<(_(%βbӻ`cs֖mzEpMO(Iݶ?ӯroiȧ\.V5U$\TZ/\XYa: /ɏ#8wŞp`cK̥ ѬCN,z(k`rLZדJ߭/0u9`tȃ>u}B/W -u0m|YxQ#88!ޚWtaWM1&TK58H_3,9$s ,QZ0Ρ.arQ92HU`oM=VX~+Dv*Eo[Eo[Eo[ؾD` > -V6V~ Uiǘj0 ˌ[ 1ަGzV_0Eͣy2҈8Z -E#JCV|H;ʦ+yL8Ča2E >xhy־h3tZxj5^~ -kV6Ϩ7o?qݞ#Cb"%ȯm_?4mŎݞLrCTG^t榌d<sC^f^lsjZ@'#9PU(SM mn^=SXT.ؘwMSmyTۋd>_e}UA~'…`L"+P9vb)nbnl%d:,!_pXaSO,1ˉ#L;}]HT5X.8`h%Di򉷾,,7J0:A 9$VƂJ_&^mCaiL_~(̓In/f)%)FU2ژjw6hbHE7,Ρ8a[-e&#r>16h}W pu |AaVLk,DX+:}UoMUy#n X?. hK#66+%+ƦꋗkxB`W~T07N[lLr,1g) .)c-b1#nhb'a[& wuqI%$/xQH72ԻIbD[Qʆ_p7 6 -lksɳy6 %)6'-K>9N Ɨ 'J_"v|&/86!C 0qX0` b[ց?eG_0 2J xY c !śtI@z!ݨ y"('44CiY -<%|dL#-|E?NjMsꃺ 6Vtb^dKߟ.f96- 6]ԲhuP~̿}V~УxxK7bFrԔC`manq1"%sҭ -jó xR?Ӓh%H@4/sFRKѼ,>`&X<,rm0I.Sw,)3i @B~DdkG jEe߫3i,el ggaٛph$nvg'o:1Qq9BǼ,0ش6]Y-)ne%% AGVnANǯ7*)ܷo7Abj muSg &:zh -%"v*D|>F{Z2A LXj% \=hgNvi vK8m2ӚK+qݔ u.̬1‘ANN&OfE*؜e'p'%[XN2)ire+5[{ D!P' :OmZBl=&A jڳ-}RBl O-:%yu^ŧo:O8wl7ޫ ->Xzss-Cu&|PϪa-rN[J{!"d:OLZ>+V?d;V?vI=Xi/07ޚX K6>bך˩ɈP-6>E -t~nr4%_FGlHPK)KԒ94U*һ.7:o-ވ!ba",g'8?ʟVO)q]ZLsjm:wus,>A O›#s|ooà@~KS ~]'-3J~G!\f#D\ -KY` -7]XݴMAB??Z(`!K F~kbVnG!PB|:̍OF/gKVG[h=Td؉%*הzHdUB=79Zܒ/NۨR(c!<,ћ3)Gآf̨ija+#˒% R *uZ RRf< nr -j jMrDknHuf׫`Ky\MqZzLhE:õc'lG2չ5iԡ"cd=n:/,M3wp7KKfu|:AӼ9>#D}AzߘrlwM'AM:j-CH u'>CXV6~ִ ɺdO-GQ!Eo"?薍],Q HW6:Q 1&SP[LE[&'mTa:a1J#MNA-B-cӐ!L |/MGS ]5~srp؃G:õeg凑zmV[iQVgAtH{:dA묝0j:BLA:t̑sNzo*6JL%(P15@UtF47?=򱚓VZ"nWԪ|jWu,$Dn ^NƖxP qc7x- ڀ#YĠ@65GWS_]vLPC:1eci -40[* -wrn}domBRsr/#Dž;s`GS12s)7ǽ3e^kZ2..7ʞ] -M=MG+TXمVe\aEC:b5tdpA~~%Ho̯p+1|2z׍;oi_Rb3F~Kljr}Y2>?/sRCyMkrpt>п&^ٚ}sn^fl2^va,= و&yu*_lyD'0K9烵Iz֞\>V5pۦ,W?>~~su')-_]PKX@WYj3N#:xMcCMWִ鶶ġ3Eaq |fqh:ɢh<#Yrxw^Ϣ$IWƘ L\)zF#;JMmf_ݔV -q*s k"WlllOn6QSI#R6=܎d%^"cL#гztacGz_.Yg(A߾h^֏8$[!مSƙC,%ޟuzk -zql1 s,q⴨q66m  -Ŵ -TR0a#p6~QwVƣ8xư9B/X'Z+vȖMډx3sNk4O*ȟ=RlEv?Wiq`vp ~8vKpPjwG/3glCzՓ88+Ny򧹐 ٟ̟?39%€f&uOak6@N7ЎZIL9I6'Ei&oX C'MK-ɖ1Tc^m60< 8o -q)ʾlP> -)V RS("2b) BPVl5CD+"+TbE'7 `*RN h}i'juɅ]C[*#"tmCAu\ g탸ƣ`6 y~1r[ EV^<\6\ b;s5 Sw:;];6oȆ+AP >?nV9\VhyER{ -}|0>e}?%xrWklOnQ@~w%˒ -;x: -Ws&$e>jM(9>H=3Xz"i^8+ -BB쒑7,;{ĿFx?\ xp.<r<\vRg.ױ]s q1JJJQp6mZ熭M0CėbC %~p Կ,xJ@Df(2wKŽu[JTيr -!Zk M &a5JW `Oi2Ґ)'TnK[aGP`>H;"MXo ȱ+](4ޯѼ(^+! -̮ -0U"#Tr=Sv9`|Υe? y)gh@f,fhl폣*` WhnGpC`6A \:]g v}D@P\W+ SaK^z*c8oX/bV6\ce)&Yq6A,1CqX[EWP;Y'6F񟋦*[W\ zaU'B2HKjEcySgd+'t iu>¡@3:mɞkSej|Β3P`J;̦l%>[iLOMFobK~̏h^z=G4W'vIU/qR`S RtC )RtCo47a!&n)HBⴧ`HbX="o(R KH 4L-Fgր@ cUvI>yψE"pf0<2î3 ؆ .B)w"S*߿sBZKOa|:>f2٘RYd+uVDMo[*͖TPu"ٞ$㣚VZ#ժN}'ʻBE&O'S:qFJc1`"'vK֥<OGu\)U -ȮRe/u.)A)!N{ - )!F2 m=E RtC )RtCT}҃ -xA5aumD0);w }m)N\l?/}U/=AKP+A uIPUM--רqk`hPy1xItʸ[n9@үŚAk`KM(LE\].o>y`t<C+[X+EeP -JGc ':xފWik-Ϩj ~%M{sQ@(q꛽m+(l1ްy[ӝ w)zKt9zSt}RU&z8TFmP uXGvr^nu9[brc Fuˤ3qeesچqn8i_'\Dq 6|*f*Rgh3X/)K[W*֐` 7l.+ RakHkȰuE\a -5\Ž13g2:x Gr~e_X&EI7r - >Han0[іʤDś*EqފLߌuxxy疆P w{1+6YLLZgq56Oeͽ4BS3`+q0bPKcWzW_ +gdD{DъCsH4ݲD7w{dwvOg}^%f-HB6Ē)((!fՙG19)((*lC,`bsh4jEOو_7ht^+EMX)IljR -ĒE -^,q=Wy3pIX lH_p=à -_9fyP#89e[q 1V;q(U "nż<,j5",rhԨ0d*}al­ iil\\X7}ͥ/r}-='C_0ZbF[ߒDdos`֊J>41Sذ'dK_x&owe+ }ai(-((*lC,`bF -@h [BB6Ē)((!~Y_Ի^l]R}pկdZ [ۖXI=j"we~1~f]P.KC/+##zEMkUBW6W3kqjb>U=7/#ĂczOȮw8~h+0UoZz RJXqW000 #aaaF000 # adH@*8BB6Ē)((!~}^:|xZkYJpp7 FT|+\>6H-샏gNꔋƚV#,%a\kWXa G"5~{|l<7k` 5p02/ϟ=\vKkvdXmX^&UMF2U%!hn4f;RurZZrgq[^v!SsͻYB̫QiNb>ƮLcfﭮk~)$ t<""+u]N $:D, $:D'D'@Ht@y[g - - -K`` ؆tOcm7 Qv¾&qM#0x --+N*©Ԗ]-q5)=I'V[ڊ Pf`Xo$7x&3=1Hp;<ڒh:UAC uԛ#k[qŏ걱҅ -R5+A̰Fq\e+p~"@ ?Ki /#a5+y.V󟹣Ű i' endstream endobj 24 0 obj <>stream -HWێ] m4S][/Q2IAHJ\ :ڤD+%} R {jxyח/ۋ;K>^OXz߼9<^WNjۮٗ_:_}r]5J\YabK'uPpR+E_ߔ8DP$!R -e/c3qDV?dOn,[ %@W]mdȑ,%*I p}9Zn:~p99S -T!iPqY;$M';S ٭vVvB1uCјK(2P$0Cw - -f )Q,ӆN"E3y `Փ٨וU 7 t'D 9]~)7oBFS&h|&Bt>6|ʄ_3PV8oVD)~̓n'/M?Q96kݿ='OGrIj s>nXt†yOh n/uâ6@N[6qJuA|>]BFFv) p -pĢK ?w-lw KL0S25Nu($2FsNsFg|[cÒ8:K'IB(0gtQnSPPD0C'>d?t'(X{x/8nXt†WA51 <Ӝ/np:U -V'ih+ 8 -6?L@a]L4mUc苽liL,M$bk]2?WSԌЦ8%(UhC4SbO4qDdKv>UkdhC▘RPfYKdT͡8HKe'%&xM-Yo~geiR:,vDs$^%A߯1uCϥ (!;E3ĄIHN";E3bKGħs(l0XmPoIE0'd~7ڧG>o|/ {No\yDoI'7IկK\zi;9-D$^j/4y:)r0Щwl??C_9o8.iH##;?=hchc1aa0F{=~}pH@9:N"E3y ` -°{2SaA@1b*¨P6,7|i}I;`ZyB6 ԟɬ$ Saa~dCU9"&! ;{=YFWQ(t \5H3 >W#- hƙIwGD4A[x/n/[g?9ɺuu{E}oa>Ywl.Bmz0Ym/ f=:;S˔7jtdhۯX c]܁`BWuf: YYYG3܍Β0!shZUqjSM`2(Z*aQ5na228'QZͣXL%^3,.*vk - -kȞk *m{)oCKC'k/vNL8]Sk],#;`=V_ -Ƕ~0asK !(H.o}/b -$Pg_]5=t,lEv1 -o炙cQ}v-5Jv£ -#&j$MAOj̲W$Dhwd ٘?a -,t$L>@jb$fyBoabબr`u4s"8ntȇS9U$dl4Y&뤮k-R+'v-Җ ꮭK]Bf:u2x7)XsV`0Z Vz歞+]Jjf\^VOW0Dfmi_gXZP5MSwFk!p7~ۣi__UV%fvRj,P~6DFT(Cx_B!bfyGv,F(!pRgٸ*"ǑA'[mDWYZBuyGI~qJmŲۈ~ACJں=MH MyȓI<=!GV}O C*UtkUZ y,8zSV9rQ$^lɈځ zzcWի]̻w6OԳT{de)x+qt| &Jc׎J3 R7nVd[E -[ʪwLjsiiwp =J;AQ=Y73ХsO7ӳ@<ޜu* 25ut1*б~TJe_E(  `QЛRYX7ua]ǮqO IuӁ -DNdžc)DKϤ7mUmձTPDcפ zH0/c7vHLp]yX(XA+}X!X8 1P бTJA^A#Y2&JEc3 -bMkkCSTu%?J*%-G_ݩ/cשܱ3T -yǩbBi,&q?]9'T#%;U9)ʄA^J~*G -d/6 TF `¶{-d5|V~:O8V迃T(u$9wyn`ޖ.t\4֪;FMILQN=졎 Q\*h4 ~hyM1 -iq,5f(V< 4⩇Ra!=T``(R'ii{jqGӲ^J4VZEm[{^Yi!2'G)x#z׮.I~l]dN`x.kxw?i>H7Q 1#4w1~3bB|Z d?&Ѧ=L*77XOs718JNB.( !~.Iuάύs{NJ8'j'3N0 -MmKo%TL8h, zH0`B87v};q]̻w6ߺYC$k' @T=tP& D_(Y+D%Ei֯>Օto-Y=yuVK8&ke.V + .v| -YJN=X=L}U[w3(q?~s~ܩNcUɏRʩ|ƿVko\z,uR\L|1w |NpV=!Z 97~LNGkG\s4#ʔ3XaoĬq.[ySz+Mc:)IOo,?"ZʳI _v]՛C]ͻ7&8X/ټysq0P(Xh~x%P& bAw *W*sl6n <$@zBݙ[Sk~nSǮ$B/J` -w»7!Gn:V`ޖ.;Z;;! q ֭XĖ]T9ݵieB)s?,1d3FX{+Lbt}hV`1 -V .l( h,r(6 :I5VQ#zv~N*P< d_{HQJ׹imz"ט8m^Z~|!ss 2PidE2 %~| /, ڄtCٱByZf1`e*^7rĄJ,Xtլ+Um@Ji87l&~4mj'OWb`ȃ+ϯbA$:1;Gq#a0)M9V9ʩ6'c0>fgX< %%9,`d=e1b4F1l G[-nqӾ{vI鑉)əi Ԍaf=ed,8WC9FI闉ڜgnI_~5TvǮ}:bcAˊ]WémAp ¯eEm2;۴Jm$Ҵ2dG 0 CHja]?Ě'j%>y|  DZ/_<7_~[zVq9_ßxua ;움$>+1a 8H6WڻWwщQO_^/?>k][y07yvI ⣡|..3J `9')X].@3)9R&3KdeE$'`~*ogxcq>,5j:UC^BVhp1a),ބ|c"RF)!ѭa,~) ɃW9BO -Ӓb۽3hkta6ǥ8ӋLOEOF'es&UɏO[#}ledٻD_ )\ ]+_jLxM B{H,ZuɅbJl>4$Ƙ6ŎK0Uo;l%$&=+{;fd36&Pz)`DSV9 -H6HImi_W"CcO*[i4w-r=.5B^<#D;#<͎<|4c2h"\U![%-fHRBa+"C=4!/ИгcQ<ߧhћ_X_Tk7%IˇqbCXp9zw% ' PӧDt -%I~ -W^`Bkz'=|G \="W"XUW"O,_[-EGj#aC3H8*#,ȣ8a)/֥x!/>"P074c/&gflr .Uq/d40V&wItnVJ[)hY4^pCz"6ie"iNzChDŎ:fB,ٻ^ͯg1f9j,X } M^=>4_Oзl{#<)[iKv2b˼ڧ a/  cڢ6i|NJJc#/;.Pc<q+d1(;] mKdz^$`%/8ճk5T_.Jf\D>ØP(zgV=aPݡSa̰jE'*zPN.0w=]rnAHak{Eі|l %/ -)V bcg;Fd O3ۺk -c6c8׳ d*g}ҙ}yh{ipEs?/B >)lREBڱ5BS:2Vp6/&/k M]hg-_V!!o +gkit#iESǬM7{6-QA@C8jЕi@nIq_F6yu>zZq#~ V -&JXlbY|0v*A]/Il@XEC{괰3M`d6.냪P¢A]&p_X[ǍCKiaYWGOM>.Yn A" w$R /)cFaNsqoRTTµ!' c0$/=-"2x -1&-o+emJL vDS ;H0ςM{续S#ANA\:c|4x6fjqM$څ/|%iS+A̋dw-EQ|3VwTH`0~bYhBJ-o+YT!}>x`$R}fW։ĉ(*Dkr,$k_K{mk<&%bݐhPPՖ3S]¯75.UMks -n@o Tqc=>}kF""S$Uo' fE3Ga"C,&!i^фr6 R\H*f}k`ۘbl @.Qe'a x>1un". "YJL2<, њwA`¢u2w԰Mwቾsofv~&4-Ĝ7,Mo?|۟y/?㧟?%G_\~ݷh?>}~k> Dkv, ߝ̒J/aBg&-'9"Tdr(HB*c-G{6N7G\Egȡ$m8|gS8LE}yk2@)vk3)gxj'wB҆!JB%*\@0^nqp G}b<0b1Y h[:C&L6L]"chw/);󋲡CUSiv_%ĘpHd /Ұ12DaObC'iTD'Z-nڴُb}1hBav/Z:α#H+J;8w^ʝVG$`)ؤ< IAԅ7;v* הGV)zCai,9i˹f {}]uV##Kd5ȠeIcʪhOe炇>q";e$8h-R@ Q@B D ޞmF{R=mz~qDp@e]ʟ -x+7"G#ɩ=/(v٧?e\BR*ԉrAZнz-ߑp$'ߔE\dPl!PTQ<7_"hȎɵ^c(4mV'WˋT+wtI[" S)mq8JN c(M zX @F*O6aKS:t #L,8@xeSvi# -h &/ ->ǿ|wtq3}?S;nx~yv?|w?׮Nl endstream endobj 25 0 obj <>stream -HWn`zn/Mp:"X ZCKG3cG*r8k)O6t7k9U|t}'O򾮶]so|m=u=}sKw"0)}/lj~t)`Io?juZ>O0rlW5ƮWwk7U[כ9/yEL[Ա?"N_p~6V{۵˦κ8i &ySo:10^;'^ &V]9;eu*GZu_lU]} sYhm&ͤϥvjjwԭ/Y dA,=S|~zƱ iͳl t2S_7l)h_Gؾ[V'zggtPjpQ߮WP5kE -sqi@ZaѳarPTƯlI"pFVum%# x-O0-,ݭv[H_~Qd35,z];㱱PҤz- Ը|q[$kjiOd糾Y̙ >2(TxlV/A Pv[˙8̢]-YuC/kါzyփf%oZyaYۏ]tw>_7~58⋾.G?u< ME{x}]Uzv>[Um?I~|HMd!޷rroL =bj{f=zCί8wVد&c7_c3~} -vqk*+`WWUsWT`|oO+ cc~VO6Wnomxl@r?s^ݼh>U?>2Ǧ]wͶ>(]ST뚏)y$\~|֗>Z6H((߶mu ƿby} R2z9RV9UPT -B#Kk"8 H6bA35i S$.T! "/,O67 oE@< `V:aF$#t1-\f=fkxt3B/t]"t&.IH$KH@K 5xL -dM͔VXiPXcrl N8nsλR8V酗^E^yԊx띧+g>?K! D #iB -`tϰܬpܜC2 RnȀ{ -`m!JnIMn6IY (eIGVJR - U5|D;;=ɍw7OOqNO~GM Q7MѬO¿Y1N:WPJFYY|2,tB",MӐM:UK8Jg2N^dM J/m.yxG&L NyS83[8u!* }Om@$8DAlhM&%b@dpr+CS!4 - / +@(8%}RU/012@仠""+c! L@DADBDC "8\ N }/r6 Al2Bf!Ði$E3D)& bE9p3 sODa"P?ѨN: #6{ b6O9i18HHЖp>P_TBk8DHμ'BxZ{=kkyA?u -C"{X+/[M; eJ0Ēƿ/w؁3/i;b*cKt(ľ4)]DJDs{$a_9pʼ~e^lHHHÐB_p|rr¹WrJ%BgELh~W$ReB!<@!yþws -|B_ -S#)!w;yGHxCON*OP ].Bk|L. ?erۊ_I3E1(6 ;,$[;P8g}iLт$$c(Xϣsb G< 1b+ ggqp3%ZQ3X9gN"9+MEDmQ\ 1rZከz EXwUq -7 VT>b -S۩ȭ-o UEz h)NtDYFǕȚʒd0E)BxԆ]; H/lUU3Ϡlİn3M BF -5[3st$o -5f׼36\9OF=!l?9Y̜n=PiSi/4-:)^yOqi_a%hvXiYJr]EmrQsVN^=5P >7P0t)brX UOhl9Uu@qbW(":`1r%1sE;7TÙce/&igp8[]zo[.qͪb ]hT3eTZØy9^eD} qB57OzIb}YYvG9fcF<cc>ξ-(X!p{l2I)${7 - B 7v˘mx&^Dniy[yͅu5/6ɪOZs|S'>X -o` ;0"!ژ-TQCC%s%Zs@]DI)eɌ5{vz萡OݒN6Ņ^::jDw ;tOg`i:$d43 a`ڽ^̀zrJ@A1`UMR%8peh[נD#8P1(<~ -(<`rTyjU/6O(!lkx'M8:LRuCQx \&T{o_5kا!O?뗿~z!o_ϯ_/_nK7_@kd -'wU^bC'3ѩ8 8Ȩlg|F%cJĕxг8xxda$U@!fTI8Yh(,}xHp2гgK9 ozõxKQ9ztO{ӳtV ~omm>A;o -@ - KE[4?+A.UL BG=1 /g9z/Z@m>Hq@_ X -uǻ Q0^ax\Vm°DSk:0*AׂQ gݟ77l|YJ3Ӣye&eoxO- ts3ӼN<FђH3Px@e 2[E錄[&k1c+GrFNhX7YtS7w勒$>}O Ms/eǍE';hc $dl7za@E1-e+y&M*uWW{w0L_Ƿ%1WjNXe3ׯ<Cw.arb tK~_H˫=_:~cǿ+z^u$?rxai6p1( #TO%$8ks{i*[;%^=<9AY9=ijS qlC8\1 19܅ߓ!K6='!*2$IXZ5]E++Pv.^ %F xe˳* AUH#\JT 2]=߭Eg.?_%7X^vYņ30G#f tm4 1g-:kG٠2Z0|t`joh}9ahs+odxB;7P|X`'G\#rSF8t^Sxof ] -HlMAa),YCC/ŵ+Bt[y@Md)b7-%yoq1uo1+2!D I( -CVz"lHe. -LՑIN\*rK1j Z,! 5Ee?py͉5r^15J}EBYOC_^-ח=~u>6VC14A,J8.ƾR_,N%'wJi -lckQ,P!;s!'r9;% -eG_"[\VaS$Y3 E`%SP&.9qa? \X@y0@-D~26x' [NƦZи±#9<@N|B`r8Ar$ -}uЂe%CY1Zj۱zXXq^@RDqb1xy" -&*#i$R'2ynHżvT<5aWt.1]=~^%tmJjj*q+KA:TꉊҔVVUGW=͊&sQTӔRPBDk[W!i%-6vV%JUfJ'^)e)%imkCșxVUxu͵Wү4aX: @((elkK"X{_QjhնBv%oƣX5?^53^\Nx-,am8~ S]zkIMb6% { S{&Zqѷ*rh+ҝ  ->edHiv2մsD?RC "EA(( KƬATRoBH6P=Gr ;N]aZI,D43 @1 :r&fL30XQky%!%X&1iNOX }JX̰ I0@;rT+K+c$gs_Q&ab20;WHff((AG^ 6LyE'/@bHE;B3!CYiW8*b#Ymyvu?e3ׯ<Cw~xon-(/qPwln&GHl8r"[m =r$ܵx:ڢ${r(!PŶl.w#ܩ325?{4= s*ҩڃRˬ&X7xus:&Vϛ/߼q޼Qm'Z7G.U VkrG*:AL;q } -$rx98wKx<7Í -ng(F,\30bfl\I@!wU TU8z0߀2S^I{ q#xso{k!orq{|J^A:|$labOuKF 2D無0m1a 8y6y'0$!׹8 +"L4YTLpɍCT'kbRh  BRxO -&z#oMNb-F@ylHWF !,!'>C 36uP5dRC hE5[U2yrC hw*ŇyxOlA(&KbӉ,NaM}Gy0=ϟϧOGO|Ϙ?bNz.QGdvo-|fؾܱ~GeOWr 9]2m6 D.7_yzpiphw@[[dq@G4,y"$o܋X -_@! 4, 7U#CCOFW -e1ۻM7㨮m+u4~7!iClDnoyPW xG -p% -f;8+@+H+P+XX&nJ]ɉ1 -""WWWw ZjA+RppLG -)XQjl$;gow_H'&P_2@䜕|3l"FhF@F`V@KRORFфP2G"1@ #{yF@D@:3Vӆ_ f!Oxb4( dEO[F^sЎV4 jLI[oF: Ig|uTB;:B*E{ϪiU} VCZ%K\=뎫FۉWwZxUuThg -3$#Qh)(}I$Q] --:&ZKԛ(N4'glci1Z-R dR1%ubha[z㵶XZ-c"**eWKhM9gTt8Ju[;^KblPa<}C ^maTKwB\FL?2i\[< Fʅл7akJn;T0. ʣ߿%b{~ꌺz_о- x3_ݑף[c9S7[㛱Pcse2Ay3e+\,dŅ U R{FvfBǞVngXYY1=3A6͓s\u}LäS\Zz\[@p@i%8QRo\Qنc+0cd`5sWhxbz$-Z ShHmȌ;μ[SwX;x#ryd9'Z<<=,)lvv5=//DfqۮZ6wWU-ҚM4K5\.0L<* xY 5eO M//Tnn n\0֔\qȞ0LҜ7) $H!("`""8|[~m^gP_kXp~m=E>ӞK{ة<=X7#v YQݘ -#g҈'܈W͎CR,IgJ:[+m.7q'YޤRJ*f%W]e)eR͵BͼS`=yfL frVdb" 8fg&Y:ޗ-y6%>t䧇Y5QS9il+wou)c?c?c6[g?V_ -IaJyh#g׉Is"9PJ)l8h&[F`z??bsG`Ć%!AIDE_l}dtodulyti _/Ǘ+3kh v[W#Kf[,,),$& B0YkiC><@t,kJQ&X2.8s s`d4S3#gbUꄄDYG[J -MMuQUiJuʚՕ+ltV.^ -cwG$z! . !`B,H}A2Bx@ -U Jd!'NHE:A&Yb)hF6Y u% EtjY*hf)/oK˔˶]s7anԃϲIY$tGar$X+։BEwe pvc -ˇz뙬{%*.@_I\A_LjŊFt82r~PrFYld5oʨ6 -uRT+UKRŨ'(P>M0py"4ӡ єhR4-LFrUS*<:VjNX$|kmZMN)iNExp `:<= k+߆bq֬ka7'p R4-{7z\1mbә+7t+f_|Ѱ//338-7{I"{@tS7?z+rmH;'keֵl [ gd =}A ? x/CxfE -rH6sMZI6y_KDD˔8 Z^ӥnn(Όw˂ϭxa%aK BrjPĈ3 6Ww 81 -l_끿bwû>{yo?N~߿͇كyt᧨uOAž/O;?gƱ'o#!=;@%ڀ!䃱{1{] TJy bLh}\HPyoTe{h3[Rhbz{ǣ/Pn.8-#wNkT;1B<O>A),ujEj;wOrauX'SE뇿] =ԙWhūMR[e6Vs]ɥvWؚ˷PķI7OwB}ثAhqaAA`{ *jk5|vC{]s^eĪaZ->}޸Dxabcwt婼h,>CNZ `Ak xͪS]3w͊;TWש)?OC^AkŋcƸ%;\Fa -+.7~7;G&7>/v:~}0fԟS nyvgo(vtK^ONN7/<˯ޞgl}.%~V.1ZĈGF#ӣh@ ?:ﹺ.. \{Vn48BU1_vH"3={?h~djW {!UV[3[kk&v Ϫ+VJK~[ )nxJc3i)pOuEal| -Gr!)(qH#N -.a%]]Xтb0|u5&ŪW(%=?ac,@9Z$1E>|\r"{Oe$7b hK`-mj Mg Ys -"(Ck0HAc1uEJbU=%^.~0LSvLR=Hdgd悋1, Jmi809 !Gw#ڊ`;:SN!ȕx:t -^(bKצP[($<ʰ)Rm)dQ$ӊ@.g*$-F|9.T[ ٢$`&\t)9`"uAZ, yvrU-B&l\{]> vY D!FS#*]`4F&VJ]4:ydAalB;6̣ r~82G5M2<]>$AMr|VX8Ux(!u&.b1 -dHV`VZl5I-'! <5&ur[.c6zbA;}]kU,E2uJe/-HҵcCQ K hPuHlX"%*8er -+X N FNHxe! 7W$wFA; >IpD<bFB2MF$6IRG7 nHY(2X=DZ/ DzK;e"dBr"!XGyLJ⑕-Pc9'|AFA1 qn{ݜ[gьŨ5F3 -j6lVa+LT -Hypk231U"XG6.WfW?'?\g.v"<0-7}B7oCjVio #v:~}(F ?K}fnoNWr&.)<מ=Z A9ݳ\Z#jjXmGW xc^ #eW -wTP;pt ѱ3 endstream endobj 26 0 obj <>stream -H]o۸Ao -mʎ7FuNq15ҤJ_lr[mD|4w=z׻h8rex΅A}|OW*g+ z/N-fB&_}c4[G͞(\Ny!_fڭֻIΒ+sv"fiprm{y`B2&9Q'T.$94(,eYxͱ$s,KPL_Y$G뫜ÚR @LVdH}=T{>1U -##`rQ4VЧ6ܽ|luLc\wX^Fj=@G`_935T^I"-Fe - -u~ 't2v:1܄34\O(>> oN $Ko=;_}j2͑t\ID=՛Tw΅A'ӣiscV0b].Nt`!߲t̡# g(%DF3H~QxJ~/ypw>98#UEΔPr+UѻuGZl9TfܷKL -KM4⏜ "1\X;/+F'UASi.v K2@i?jF49 }0(9TzY^&Ž"Ms$3%]hX; `kyKP%g3#⇆`㘃tT}/y:.qYƆ}(Ύ|UϫtdPO40J<TײyWo$ήb1gMeSרsh^\wG裬,pB*eFrQRx|+2n[\`L,)QP 3Jk4]Q!υ|$bXl…ɜ=N,LJKЉ2<04Uh UCG}RK6]ONDUѼ3%GU@<`sp$=8 UE`㘃 _F<5,*%WoB>A-Pù0/NGїy6.\; -r֗@pK7p{SJ"`&s SS0qeh/VeE#׊V+Zh+_:A᪦zf^j=ֳls}a[52|l9DnҚ&[m~Qۆ _onmQo˚3LE+Q@q#`yrG"3}eeŪuTI4ԜLQ䝈eTL1B0KC |q$$1R9 .9Yp;@RDóңe9ǔ~1;:3IqFcr>vd&m -h&9W7$8GKNiZ=Oe^-g2{0#e5jQ#lVSD_`fz:/:ɒL{ - Q&*2raj 63PdUwRS'Ѻ)H1%,ˁoqՐ nsxX[z endstream endobj 27 0 obj <>stream -Hko8h-˗';Y4I1f ,-RZT)2KəntK"3%y#/#Æy$k%Ḯ@/V.eX/oSOGD>>CBOF_ûnb* +=ۡzϾ7-Ԗ{HiŕɌ.#Y -ސ'ArVg? -{}9T6+_ɸYID2 C8PkApA HPn6D + Hm.Pw qT@#ozvjjnnFs턃YvʺH'LK߻.[8O]Ey<#DmS&}woA[]-OrvzrĹ{&_ spos%J.@N._q%l2cr< $^; vJ[3c+kHE c^[1$ -۽?]j|7Pk;~qr`Z}.{X=br$ hkPf61EphɪG({ | qui -!6ge& Nnp #[ʼn -@I& -h6K|b8* ͑OF7DV;5NxkS77vAZP;vee CZ+뢺q"L A.(gDܐ  @ -Ȗs -``9lT2׊+aM&{jsf.z)(R:٥kňgK͢_2YA( 'Twx*+IB)x%ejs'2i)Һ -Ф7̧ -9 ^5h2 l+gX@4^; PlPps PvHE^Zt~np.|pȒ<.' =4F- tR8$d[ YЬ -؎ƏȢ }!bF-y`SGMYαYn&E! -0kMۊpgHG_*!7P)-cu>No^]-O(r}νo#dP/{s&V5gsc -ᯋ=9p:6Nk4&p2՟Nx8LxhZtb ơ}GC0MQwhcvȍ?;@YdgE&a h;,&2b작8`K$ua9E{jhzq\wVmtE<ӆEg~9|~,0q6V2m8NVҞp7(V;f<ہ6VGJ ̨=>"vc3?YÈf6V22?d˞%buUFl3:Uo]VCVqj =A+تLy۹բr%8Úy:yWǑt:d0Re*4'K3TKxOm9Q4daYᴝ[-*׋>67TqW GU֋:e: ,wh|rRD*6 7#LatnN Y 8:&-;|F͚tiPCCf#ƫip%E2R9K gSemͪvф"#TB9Zތt+L0yvX)TF+^P1 -J<Q7[A*~R Ÿ;S0R6=[<9h'g63YPD`{zù,)'g % o`_nU|پݜ@E_>]uk>篿ףEw5WwW?]2("6O5GŖ{{~M,7?9?\LHDWI*pS%hu[5= zPz*BBL5]W㞥׋fwoU\/*+ŧ-N=Y:8=itH -A֡4^ *Ж\LWq@LXW,UfVN#Ί$@̆)2rEzTjihGRW9RTUk$2kAM/#ÑWza[?׋ȧׄI Φ|ָ sy?FNFtK.3j^nK4'~,K!~iZ ce{GY:䵛?Yv%rL( D@pŊA -(]'*.e!&ZiB đ>`,(`c^ wy5^$'xA4c+S8ɝBqc`Y!cyMGzc7 65h`6(z4q\ڜX"`s}JQY-9:r0CbMQ@Ml}̚ l:SZX켇`QiK lj'/qPS 0"8/$[Mm"5OdAcX1`k! EU$OAe-Hxdct|||Nlgl/_n MOUs¹z\m?}.L۳?3xl"b e2#H4HB-K۾\@umO]1Uؾu{=|n{rݶmzsawW"? auGM0}z&hb$aACDwtXW0r88jxiѿz@{4.J A4FAd`'"^!ܦg%t{aMqd(6b\FE̩-߁I'CM0&Mn&4v׉/K)k; a2B r:GQz$::bvZ9\d+PD:hL9#[b4zKb[1oIb$%{ʍSOjCMF ?/燋G1~,yf ' q*: 댣Q@T>stream -HWn[~^9iֻ  P#)[Y - -6~~ۡ|&^'hE"C΅Ùoz)e' }DZf|` ӮOnfOO>ʣ2z̓O`?}08,K, uO* 3mtV_d-]UMiwq٫yg>{ə`aē2ꉉVz8,*W#k-x<$ֺ^dYՏVpjbh -'C8[d<4D9kx7(e$=W>^aA#7Ȗutgr/sZ1'-LՂU-G5~Z_.|~Xmۧ)4rs_Fq頋B7Njzm+wx| /y= J%e.[i'98+#L(a V '<&oiamSC?9` -Aka' 'epHM"~ѷ?!&%DЏ+y%>$El!9|YJXYcN,8Eum]#4.xrM5AYrl FSՍNzi!/@{MW73m򰦩1IG\{S;c=9;8lm/֫H{b0}vp\޲p6pyޞ>ObSq[/Η?܏a{r|\$pEOW(5s?_͗Ơ{tuz"ư0ՋvY/^k|y>D.A *UM>,-w}B }/\_0H0ʫlNT!XiiL8a;U!bodP2(Jr/s2xG ORoZ􌩜g&n"B * TGB({ rR8W(!7=*%WQO -,OZeDS Ի, -@5(@jB`Z#<00rҠK꼀fⱙf?6ﻙs7їvD_ƾm(wKlRKNF4#c[*42^0r%JYN8VM*>+$k5n ا#~׏<& ^{p Vz]|Kt]Ӷ;tGB}FGQjSFczF]#DJZ7H9h ˃R"K-5j, []wN`AAw=`)稊p+8 ^sy -憐n+IR%{F6M̦>clg0@2_Fvz{7s|F\ǮrP|\4Q׋ zlQ;B)DKJI}07:gŵK TPQ` oӬ6˘ I_ޞ6ci2⌛8;"LZ) )V6b_91qgڀ &&4GD%TAIм˹A[R - e(1KL$SADٗP'kdH ;bB4l! PqvZ^_۴W0MG&$}18&VO먹C -&e)#phD> -*!-~cgx\0$EtÃbGNn9gb#0T-WOxټ*UJ9:ݤ_T@'7l_epOO޻* --J=*et45B. -WdqZAv/UŪSTW/ͧ#P;?N8Z=$Oh$ ,Gt~3jYfeJjgb7BEݲ"MiFYf|J`PY -4#T #0YR@O*@ -丷@נ" s8}pG-6MD :ʱ( Cܞ͞3G-zrMH( V%Z g3q:daȈ{(F(;(AlNY "w W2 s> -Cikn] -~9m;96E&-ZZeQƑon..v~5ŋTyuq}m?T/fas;,hy-V#bVX%jEH7ȶDGC/ʝ_vrESnSEۈ$FmVZ-o8V/旯_e~^nwW7 ,>WO$X pk#a+ru\^n!|q0˼zD 05"yAxК +D+Ziqi"c<" DKA3駤VhH7ec<5q~t4DS**RHP)@A43"J ZV%Ce< LLWA/! C JSiB1^Wp~;lp-I엣BPDB6HDH6mBΑ87dAF8jk&CiAeYe#QZD!"#'l*B -qNhJ&v(mU~q/Z&5UDF͂ xXK&igot­~.Vys]X|Btd&pNx rgr yoyܚ7Ә2 TIŅ9lpa^+rywHG+k Ke{΁:R@k͙r8; >"z~Tz1t*,tWw'ҁ^C Ep)=2ZJZ;c7T%"JNMO!]MX9#m9 v q;I ^'Z1U({*PEbh@PЕN -k6|U!  ]"X&o@Mbx) 4í?QbÍ -H]`K*e@U?:)>NWl{R fx2/RΰIK!dsH -8&-K Rh"FǚrDIZzc_zZ&bt7SZxCCTiβ@cC`*zhbѬh8<**Q uel}E*mPAE 6H@Q;9=JM XoF8ŵI]Z72" + GHN)_vYϋb,4tDX~3f_3g"H e -tǖzCtu_j]\PC2>x{QBpQxE*ϐX42 ?/b:#(%c6Y<<~` vB)Q8)HtU$ ˷9BK"doC5z\D -n )/w\Ntπ<X -eN1{mcj⸢`CA(|bז؊"4dY^sέ!Nt}}kFgԜ41Xx˞t!ԀهhC"7S%H$2i\#F:eS} *^ɚ'Hقy9Ehh3HeT1|0P4bb&BHCjFADo2w3#eF`yۤsfnk98}Qubt/;v@j:!N[ތ!h!e+YE!.XF͟CM#+B};>Pe8T2},] لHkj2Q3#;og0[i: FLǦ8KcoqB8^#{3o9I cgZx"‘HKD!(Vrx @2 O`QL[tnjZ]6I9d0@aTaGgx,=IXHc4< m4EsYjӗU-2eq1!QQPw4tcqq=ᶅ}tY5gw4NFt!8dʑL\E&A貤he@1Q!rz-;́`Q,RK˛t`tY0HGL`kDZґ ThStIӈ --6ʊ8)Kxn4#w9Bc "%tJdc\n.l-U%k,BF^Q i'_*M -.Rd[=j}}d9w-x{X<~Lѥ T<@5JmQB j5nXv:?̋8\MvOC -$h:>U˹TH@`uO>Kg΢d(4ta%NkGfX<(,1(,)p D0cZGEE;:q%,0nPe[*r2<)n{ߐt7O>L3ua6xX=~@Vh8[)PeQX(o^&M}t ulom ZIaj,>o$abS6ܩidX|PӻۛwNe_9z HK!-Z%=Cogr\|c|c~*h(EMTa]r=J荼@17/Vg懔3(G -Ch@F"+\UELil=Hmm!I9ө4DŽC{ԃaK+.rxg;rwꝖzH=Ĝ-gr[Rph =`,tnVBea|TQ1b ؕWFU{:246Gx퐹Q K>hBaS!K;\qP[H XNFG"ǃ\7amyXYF]vQ -7;ɓj%_uY![GGE>NWNtτ8GQ,4,F`jFNAy6E :J$;&oQ(FAD#sLWÀ:/ľY䞹YgA9 b 血d'_d3t݃2 (Lzl*DAQ_Skj ˫z~ }P eKvو F&&Ԗ B+")slÅivnqצ4thxHz[pz4Omp:/T3t#s"vax  a uZg(@Ex 4 =. -cذYDZ^!L`)Ftׯ"g~ 1:[ ;7^zjn1USnފi@sw ݷ96 1c>L -|!2ez@3)Ҝ_}هX\8rLBv:1YeqS,{>%5n4qHSL$$NB0Z_m Ht(v)o'6QfTq EhB4t[#6 ;^ "d /M۽z۫ۛ?߃ˏW<ܟsڿ>]~&1R?\_7|]?^_]\xq~}uoW~1ǻ巻,^ܜԗ[k]~ Py6@ Hi],)2}15DRke1[_\ ^uz{N\vB}wn8?|~NT}ӉJG>LJts_/4|3nҒW'!4KRkBP6ۑ[RWQnϞ_S{=/l;d Hirri|t BW eq3-sk!+CηqLPj+NOA#]geM ͊2k(t/&ۻW+mcf˯[Քcݻ˳~r=&7W ٣qR/|Qϧ -o@]$f#EyY-=ʞňRl(pX̜Lb*lK0/Y0+ '-G\d=G??_MOk/iTǎа~z&2/k[S[ aMXǜqg,z.Srd )|C@l^&u{ymb~7S޼x~޺kS6NbI= !իZW=fG;,kNGKPqQd5lr斋`Q3(3OA2@341$agMJdnlX5H9dRT !;%RZBPwgUdR)M@fk/l qH:=ECڝsjq#"^Ay.餚\#Ds<$΢iiЮį QuH˝WsR -2n`i¯tFkJ@)ZzTea2g(qEUgPiQj0<*X]R/1 -W $0D-rQn50G!)ϟЇjõI[؊˸p/._?|~@ȶZs  7xrxëY?+_~ᛷlL .^~=U?ߌ_rxvvueB>}\7͕J2%yľ2<{>5'!&q*"+SaD+:nR$t} G/h0!3B> w٭Q86ROphH [LF -87B'qDGIIFmԅExR -{Ӭ2=ǒc>e},bmNm;'UT֞M̉jK9t 8k]No% "I` t!O2cqh]P|KM*9@ %Gq2Q$<#*dC!1x@m=[ы<*\@:i$M'$Yin&6CRQ(%|MR+鑛[  ]7cwm͞ȍlv]N jNP~jL]șuL.Ur䔖T0H$X+Й(; 8TA1ºfФ^ݳK4!УMK^|Soi~0͚' 4aɒFgLYY%o5|>nQYn):JBڳNAPFDgAH( LRcHݔ)dz q|Mwe ՌKjb6DOŀ/Z Q\*}q)iRsGDVԭ 2tRZ1"4a* zΉ5x-:G(b$/%} ncAk4"3GOt-(L}\!\eԗN\{,ŕ?Enm2ETUj0XVg,f8a]b96٫v,'A ׈OJ\v `DZҡk],ۧR]ъbt3#i! l(Uq"k̔xr%}24DүDllV /qK!"bf2mCd2Ѓ(wk }n,ZՔˋ!E&lUmuC[7aݏN6CdJ1ƚN@3SY -Yjd-UH3d6P\hVF{%FՆҫcȌrI/DPL "M 4,T9PZ -yz'D@U)PaVF*H]ЉcbͳJg1m#/uJem;:o&ͥ|vnOM9Vgp,V"Rlh`* LOFV+w2ľC=I[<|O$$5=@`x$Nq0QOJ){V2T1z$}(i ,&#ޠyq@wFbbJaq1=꘠jֳ>P|B{Hti-MmS,A/ܬj*0 -,5NKbVA5\GG45&<.2]#iBM][nxBrCK՚)oW* !x*LUE+FFB6٨)"ZJId6*ʐ3m elh29 UЃzHuWXrl}jr~fNԆZQ'"A~C1U$ F(t1DDuQ8l_ErΞ) -Le2Lli_A[E}qAQdT\2HC -zM1P>Rr tcT!Cj'!ta1s3TVF;`BemػN|48 -klpnWe؎K5; ( }Bv&윳pɓdmV1Yo獚93\0l4Y>vz{8%ex#Oނ†pss?u6K@-ѰU9/1NwPXx;{W I$ԩM%"~ MSB>5ɞ -a (pa-D>eR |A$##.ߎ[&SˠonxeσiP$δn&rꄣRȲM8xe'Ө:B2.R~Om6ε '8e4"T%K۬O{I K VX "Ռʓ(X.r x뤕wQp 6DQ ّOn, gbP ԫ22S$jUlܫu榜exmSHp ?-SS5*;XZ~aFUn.%Ţ0P*R(h|8SbV xIH -ŕ`;0Ub9RyFz@uq|;HnOM?S/?-0nxKܳhh?ܘzRgC.۾:ZnL/|biD6,AӉ6Yy8rsK|Uswb2Fpfݮ~dsBoWfJy mkA>eEGy"INίOȉp|P(<Ϗ+3  |72t/Q"D3FfHE*̧(.G.ݛdHB^)Zp)ljoibZm^G/R aH؁%}}Wkz,,EI]_tm/Ϧ+z4}SA23Q՜5p_fY ?lWW&M=JG# ޳}ǰ!tFNSp +\AI$8פ}):9YF]/xxY3`]V%;y4jXHK7CPjC[@ˣ31 -)]ITb,bU -$nof~]л_b_Ց-ei>U8QEH|Du>q8z=l5~jۍ∂_0/Hi_HH7ⵑT؀AΞ>T*faxl, L6ݡ@b4s;Yxsޣ%`.rǤŘMcCzhӱjAb4 %~P>u4Ϫ΂hր +ݍcB06C3`qXIՄNjOVԜԯ\*!xp1&mK0% -p!k@tVΖ A 3G7Vob#J 4D ?S, 5:&B,H;ߨgSn -ko]8괷PS¸9I;IۤJeXѴ%0BN0_~;sQ oUңW AufxfΨCaEOh'A&K;JG%s$YZ! khH M2kʅ@U$Ɩޏb;nX8;|l -$3-X jyJ!nQL'>F;TEPF?_kidkun,<(d{Lr;?1%OtȴHFmc !F)ulmZGgAQ hi t4hT{C!E?+G^ք"@m93J -ud- ʄ+I{pX9fum@l3: -X!<& jL ZH5WwW.Ϛپ:fM&Q eqS, 9V{3>z5e X^@-V.!ϱ[cޅ,Wk6K1<EU< Y1`.: W:$ Y?7:D[GʦU dluNK$LQ 943,Jn UX - Ƿw9h%XүB i@&FӥKIYfpgDdHJvm E`X&+PR@7S,Ohj[<pUN;:b't||rl>H_f\1 Ͷg%A|*:J#P|k+oe!-0[$5놷VM4U Gڴw°<ƮM0|w  g}8Q?xi, <=0<68e'd# `*P@ofʡxv~E -"0qre 2b$,nZmp=P@wJ&]yJKG~IP --TPjL5gHPSd ]o;JnrOoEJQ댙&sb(771ث|713N(74N^ GW gan#6BZD}8 -G"!ȌhO|3fybOtGZZ ?V8jD -彅 -ry'-qng)N:rrSBzA5ٴ fIW?;xkX_wgc!}"LqB-0snk~wG|9P/g1>Ód[` u -c?7ɔut)9B*UuᶱPPd9&C*bb2`S MT);DPow d0 d.>stream -HWRJ~*\s$͞$ ٥jk(2%$Hm˴z_0Ġ .ǒe(%|+0eCi@ΧHct^&,-*`D@Gh>G! tD1HBhɖIpv$`? V%RZtLs$⤕ĭyVŘU\Fc`q<~0#lmu`'7#Fׁ @m -@/]+& ԷT9$|TN֔=ع@:j+X$ɕY7~43›D; N[of -ۧŤ@)/]&9zHB2]leRxD4 SËr` o۠^3j`Y\nhDl4uEBa.bh ўo[ RzCp\A0Ipa7S!-VRH -ڄrC ٶo|u3P8i,tJJByvWP%p+[1Zq.܊ o[[L87M:R}®snm̱`ɘ`)Y ȳMN;J0v&H@r ,s,F87c1):M-AL2ߺof}tVT!BwpYQaqzKD'+<8')˫zyZr۟!p/ z"՜!貊~/F. GT?gprUy%Ԫ "w@1܋9qRi9D,0£zMnhO?k6DwiFNJnuN%{왺ݺ#Љho潬k _777| ̦UmoSÓ#`U'vI_9g{nإm%/6kRbSM v|lE-2Wpq>uQYtc8pClAd7țee'l9O{*߼ࡋlD]Ƴ^>Y+?YgLe+MMk ?Yk W쏈4eHhӧVr쩙Vʗo75t{Up-Uo2_e낥xi4ڟ?`Al79\O,^WWڠRU7>^jHni4਺ ÿɷ-KS1=X^Q}MýɗK{#!Ж" -ſ@z|X1W(@;[>1[Ck\~B.8UN"ӹ7)WYuJEM=J권ƥOtkZ.KVE!S\ -#0>i,-*d(EaҢ,79N*f-o(^C'_H0 ۻ ɐim-+8\b-"BFh-iińRhwCRRf8Va!LPEV+l=O /4o~㋥Si?F060Ԧ4salt(̦!HDINj*1% !!z!EǐP?1ԏ!.C#C82ۻC8#߅dO{v#9RR$UXPUÄsbZ1k&LP QzY@wGKrҜStX(91&، RsL/$}0>?#zXakzX{tX#B5_T`ε7B=oǷz|Ƿz|{{|Ƿߞ%iC;w޶WkMkek|O3qfuD~icFh7@G+F4Q G8%ќK,+MVn_Mm#IA_ -13~afe-6[l-dd[661& -ߞ~TI0S"l:mq͌kf -fN6ܬAghKxha9njPK\,Fhދ;kCYvmt]™d(AbrvdWW/f Yj'qۮ;wt|Uhh?;"\FJ`8uM+D@O@k&nc؏=xٱ?(~+ȖG c=m2eVy!yڋNZ4!+>8shcvς$c Nm$XvWe~.Աۋ3ON4 5[SF} vԁn%_Za -pw77 tS45%۴W#IwynkVu^7Wݾ﶐)Va2Ts$<{KQV25+,WӀ76.yvr pe;}sFD7$a8 smX~ -C( q, ~[8(L>|ߖdט4z?nn_LGf)[gVk} | ط ZٙU6giϛlrj۠j@ot)- M3k2|խEi,du2@wJQڲȏ=Tor7ZvMH"~cql_~䡝 y{b d^7814Zf j>;c" <27=4zWumpHnc_U18W8ym'dT!A .;AOGn'$N\s~dvZg*ik;v_yN=@|R9쉮#c ['%cx}-HZ΂:záo!0g4=D6"ɏ`ʨ&^H'OGQ?^J[+*If&BfM3$& [}A_#.zf>ɱFb=+p()ey*duuG#Fn+c6]ɵ<=nB3nBx_ {=Egx:zu탫A!Mmzh3}p0 -pY:O'M&P٩3&O: V9~=aWy+}3YHwr.qltov UIʣ>; -NBRC7WF>)k&᜜eU -(Uqz^X_拻\?fjrsMG.'bq+y!z1& ԷڔY::7A2`gpO)/$cבAw)TG_1Sݓ#a ]jV5_th2gDa#h. Ԡ̤p>&e6 +a.=HBkh (ll)̪ b5Qo;.>za' ǩ}M=!RozR>KBŁJl$l):DZ^Q߈iCPi+A5>AwPPoYf\Qf7=nmyh1˨ d[3jm|oF5# >5z8f258jj zQ^L&f4g*뒮Ff-5{A -=`ʚ&諕Lj z[9fY@}ɸ91<2hT,څ5g翬l^+|. ]~+0/ƠܣO$ D܉Q&_Ͼ*pW`cF*=wq"xGU~RE=%}% uBB!"_nlIKNg eĊMoCG"D&<^z-v$B`Y{_ǒ@XU߷dcK64 CU}c̃}I"SvX/HHBxm.6Qp,Tt>܏%>Ds0ٖ;[3 oZ -hЄZٛ61T^ny"?8A jxR+64ל7@"F^@vPY6 RV/{hRI2vSј&JCGh^i]cVX2{L$H 1DSkuC׀`|~Gu2H17#Dс`h*C'rPA - .B endstream endobj 30 0 obj <>stream -HW疲Z}A[1aVhlnshm#fq֚AAm{?.U+P%dAΐbh;t Ü|KҎM(zkvOUoI-\׵KF]D |kBk+3bŅ"idoT)M^%Lx|l (j?vkQ]JyssΣ̕ၳ.JYu^f76[*}$9Pa&u%Y_f>߽0Ci*\eڧ}W ,+&77׏&OC9cNe:)뗟=1{-ujʩKD<w8ʨs-fW d rSZe f 33/W"t τ4 yR -omyL/ @Q5wUVȈM 4[W!Im -@NmKqLkZ(y'W"dP4|</$j?3Go.#pafabe=p"XJd6r=QA-#R?7L薼kc/Օ-+ZuevA7(Z8PPwJ?U"QK:f&aG?@}c$Yw} -9ߒfޟ=/)dN(D1P/B?) W-,yz# B0Ks K_r=$B4>5t״0Wv$ LIVV΍!\ESZfMƞ܄!ְf3Ba@&zjZ(n0A(eajfƒkCؿORY{kVi44CbՐ-- I4>~Aӫ'u/?)JUվ҂+_1ï> ®'S')'zu~@pB p o~R=l[17SrʉwJtթD[ vGG-(ҟݔ 4%wP'xnoĘIAhVƤTlbSGnu"jj충x`j ,'a51&:Y6\[HD9;dko(VƠlѠ1Ɇ,m7WapPX0MjdX*<"0sx%•6ܦ lqWCޭti&moKgǃV@R+l W NO!p|[Rh&[eI!}f) [zRMYۄѸFU|uoW<ޢ?w#m HCNX6 g]aJS!EqQT6FE8`9qd%?X`'ݖTg*IP2\T<.e"+ SԬZ,EW_fݕ񡷎k|6}'pi,?2ߧGw7I=D 2D>3ѷ;Pid8rE.qhsq<` :Sr^!cCY.JX ~AZ48K,3Ul -ď^8sUUI͑E\(߈q95Omzc$ - *Q.O/_]V$̾[DYSP}yB.S#Gݐ!QĻשVxH+!\^s'N[pK=P k&N#ճ1{HZ]8%W;t_òAŞb%å%JrY2 - 2aǂڼ"Tqm%hI5ەK_#\m&v9toy/,aFE}i0mmQ"i[Q&ce|Αnq6]_ol~ȤSlzB@F e("a/Gq"ܞ`v\7^N@wJx.&GU>òG;.I#9*٥\p, x5 -&khZ,^f)rX $| κ6#K\~!,E_n8!?J3=pE5jD8 .,>l6تH\B2I(W:QDg1URRu/Β{Ȍ/CT&AT,PJO!-] AIe& f_|%TFr\b+ GD,/5TBI-OánHH>EowwlyPUTgm)mP<AMVWRIx obD7yWTI~-PK]`[tu^P48ͺ]_,^q$G8ΒjSUΨ;=zjbh6d`*j07d¯2y=JGEzbJ0wl?)oR\inh6BG[D*\Z㒿whgw,gΝv99?[< G& _Ez"{?Lk͛'Q7E"Νdf\*X/_1+Ql' i,?؀G&{O$^NR] #<

    !;0U󏱥5sgd /5a$~M4.ыd႑W>),\1|V, 2Mohwـfš۪ e'y -"z@")$R碯W?LZ};d0sjvYmeׂ7W[W>u9M 5 -+?a3^U r[o/aG_>9AVXϩD < ݀ ܭ}ĮܻKz$lܢEP[T[m q7|^;UINJF}(|$8w+8d9T|[=*'IpbHLsk9Iƙ)-2UE29!h4f|%Y3YΌ@yq*.Ŗ̏_Cj=.v` !>>pe&i" ՆQAݚ`^?pB1&?̗y'`|DcP ] |H gV}3?bLa$ckeOe >L\jRI0O@)|)IL(erxUD_a>$c`S"Uk5Dy)`:Ӕ %#Q:H"s__nD0kvQHACQxg5 N"~LYES:V4ӵGv%M0`kuLD3us40y -}̹eafGd,r: ?"O੝ݹZMdUAˇFAi9M2E3CJ8]d͑HDI"RdXiISY݉_FUz.H ڻrsmz>gvz>.3@-c$ ӤTWcm3v-LIhlg,c dWQemUu4 - ܑ?M#w-k3{1\znd7Ãv1wE薰d%=1".-ety̬ RW9a@`ҷ>ɌQ3g^yl۽"Qf Rle4ocFɈi 3~$C!ʫm4u#^TRN 3.c COyi6jrLg<:+nE?>RTX_17cu.5iO© WW.^αteOB,HۄvhҩC ^8Q]lA}A#]a;wPs胿: -$m3[3Ok 謕7\euR#:~Tn-RVF zT_oMShhZh -8P3eUg+"] oTfoЇ-h8<+6 ڧݱܴ^H;B{WԠ̱œ31^ڻ͡+~2-AI)޷5<>j_W͡V){ԧ - -f-]9vLJ -؂gd- ;-Sc:7Z;nھdQ_j1ԑ7Ш6FYAsɕn|]on -m$ς;+(:6#s]߿]NSәj 9`haK}S.͡㑻LCۣ}4+h}˙C+|Wv͠nuR8 h'vUkSx,h@mm[%l nm=yqzk9ؽ~xNY?_@AVҸetn@gigq2;8Odt)mba۷eOm֫|/q>A#0&#(60I&M n眻m>BDʿ_šB_YN9Btsor-y[WS;cKSm93&ռ`8ø=&S#6͌cWèrzmM|+&B/EFv/73 z -/CpLYtgnx) 4;ւʶƖ7I8/4pӱMDy9=*H/: nzLw!:tNpy;MiN94`(ow6SHyXNߐSSV 6o"o:Mߌr -$mos -UNg8 Pk*ufNAz7)S h^tPN)R6=F -5Vip"\|~r;Ãy`5(*+w;ț3uZ9Gp ;gP $ -F'|2@ITf)ڡNs׏l{Oe+bc1d:* xH)=F#[TVLҫh2'Ҫelo0磰+1$/T걉IYzd9wN$,c1)ܝ:n|>wSgde,v (rWOoRDi 'cDA - -]#0nm>I7_bV/U&V?m7PaXu9/IYyBb&115#ydlַsR4uA'+Y8NS\X|mx]G=%8{g:.,4?V*,_}9Ӕ ߻l\/1u1c8흱FkͱA-m̉k2-hz3l>ۼmSY譂r_?(;ד2H^i"{DvcD6&--iHSЅaǼx)xC8x򰜸=zGE&ދ=6 - dLk â{3W2S=_Aj0@ c@j4am|e>)@/,a{+sP qIZXJ^C~k?j;+mo| $V(Dftondy8-Y(H/xq,Y'8pW.i6Kz5@lĴXXbl@ݦaF ->I xx4q"3{AUGa /)Nˌ* 8tJ=> S!,:$ XeJ+B߫i1$!` ӲssmP0#4|X}O1נAJiܙ -)aj݋؇$ 4/v>o k/$X\:DzcPщq1ձ,At^i Y1wIMj/q;i -$DHL$+%,4 (rW_"PChCtM1 -^J%8,mY 3@g/AsQEc Ƙ:C~?9RDUv"c.vG4`-L;h݊\@f:9xHaQF&ȄF1EJF4.4q0v7jpU}Y _Ӭ͆5\Ά\H @6dpp~= gND -ֺ,SK .%1Ri Ztč6wm/Tc,3Creל#SN]o| q&cIDG9^+ꠥb|0}ALjctۍ22:8%LJRkG*g}Icʜw],ЍLcƭ󓱋$XV\ (}chšu GOpǒg机Y5ݬ/8(䀏elω=vŤ.[zBC@Br_+$\wPgH*߶ tmT};='j'ɃKH I=,0 !wq3!-Zz'Nyrav͋m5*!ca|O~SRCY˕ -YtǪɔHr?K ÷N:SZgUXj)"5w ^Z'TIZ+LQ2՝'ClX3\ IS/fj-$GWt"${DžH!c^'vkSrv\W~>.IT2i&vx 84b3exޠf~{O-v1k*)VQo'rS]=[&Vqm3xܬCQipPSVD7 won6~6~"ZA~kV 7Ƽ4x\Wc }˽"Bݵ"f=l|OֽEe~\~ۺ,njaxdbж ̂E_rNw{Kb5@b @v:wUv7˟=+d0XTaVT⫲}O8X` /,tÍxSn]dr卓GE_ P'_x &LK*n #[?oocoϻ=ϑTʷi+E[) -CºT^txs#ZzgHcMةwefM4kp{u -JiX=w!uadC!TNj͐9ъtl|g/ }ԢvjlwqO'X̽ -\ئB5w > ]nh0H -Ҫ܆E=|`dkCGe_~"Sx }1p K1bohS]_6S׎xWbl'-dA+c|TVI%X|T)5CjՕJOE-h\| It@ 4G!:XS<%Ei! -iI= -fhpY;h -P_@y)Ghnnc o'y}&\NBm}k S19!D 1ri-늙Dx B.\ئDacgQrAMDr+/cވߡ+Q%V-TjS !/fn%'8!F k1bЛ݈ c2 -x4fdžc,1^ُa@Ǝ`jʎ填Zj1`>;97!)&DLc3j0Txx巭(_$qW癯Hqw_lwVM]U32gi# Z""y:9nˏ ,>d3z+0He,LcGmCpDJvoTXN%1+ ;i߃oiqW%NQwr=گӑS-U2qnכrbcZp\MNLo0J;- NQ.Ͱ ˭ypz$˫i?9Exj&78%;Uop2t8p{SU4{eN|Y|Xuyu 1jtA} %Żr2'6ѥj'pWbzP=V}oP1r)~ ?U $WP, 'jOukXw nwP?o-Ǽp*."IN,FIΡ%Wո[`FUuaBjM&?ɜ iC_A嫏om%S2~#^*fV|/*J6ċ-Cca_{Cٟ@@bSdt*7\ -ɢdU21,DzV*?a<1(\eN}h.Ek}ɔx—^JM%ڈgJƖtr$+/])v_'I1>΂ ABN$­k#P.c"qYyo4F$Ur W T.Ux '7jh7iˉ"7.T}4v8_g[z]c$)A 㲣q Tt}o@/=}< ]?2/pd 8lC5ҏ1?''kBG } S^?[j&,>6 3&r{g&S2LLEHYg@ȆQ%?պE !MH"\ R((VSOO9L3CD3qk牋f9-}`-h]t,ľ/e=hz_&}NB~z"rgu~q%M0,6gk!bWN9^H@1H)i{B%${:jO9/ jB.>Xyz?`EqX~(.d.6&/dԅ\6iMr"*yxaT¯ -0A %PȆD^ éSa{ޖc"5sb j{#b1ީᾔn:_ي$@ -fRܼv> z u-cefKM")XИSc@mitK3LPS@m< "k0T'#72w>$۬qRt)*- -R+''tfwh?0R{&QTI.j5 *k)q'* 9|kC hpw59\oL-]u;r1wەT/PX@[=SN1:~z}{ذg{%cYݗr]#✰^D]#*̖1ZjwkQ齋tQ  1I'V2dF.?R -BLY6c=/}ug#\D03Y"@<bD%6v)Ad3 ~x{%a[N8Vֳ_KyՖChUdA^6Z7@1w-3]sΒt > EW_q7{558c Qdo5joπ!׫eGfa;[@O0UISǐ;8WI.Oe\䥠iYRQ%/AB1V}m_:B1LeD3H'[4GH&B%NSn1RVrMZdjAɟߝ%9O7BWð0,%2;0,%aȀ{!a877QJ-(Q)K|AS!^(JIPܺ< Jln}, EZjїVVI~OchpxkgxOQ[#5H}rK:}\E$ut0=4d<+UG(:_5=WnWbr-\~ r> [ߩSq4vr|ƌSE%r4ةNiשARQI^,p(O8}ǣDysZI&*NQ.T`$ :o]1Z=Z=rcةybFI3r{N*~j rMsR:K)U!a1]oD9FU-:|%1s^yZcw3{fdRPJsk+xyBRT+Rd=5x8bRN颐.LHH1։uEW%饞Y(BL#`5;ZZ&n6:^\nI$jˡJ-S`2 &,bZ1)*ߘSy'Ԯ -4gmR͹4g .z5rp`ia fqSt_28&89bCH =~_,.Snɐf_VzDQe5I+r:1ECb&I,O:=]FVH?;mKMƩ-7OBQzbݿJ[R_&ˀ{[~1`7 endstream endobj 31 0 obj <>stream -HW~\}DBD -\PUk>DT9r >!v.)DHՂ"͔:DRaEv5J|*2Mnhq3Q9M`P.u.3J.)ŌU&`-E8o|B ,BTvG*R-}P|M)aKJ _ƭ,`OǏ T-糜H& 9f -A,66"o,ZF7ȩ?p 1i2_ feϡMy*U 'C\q`Ԥgk'G߯ORiyF1A2?eOor ǑL8wlNs2 T1:xnrE"FP$(;q̎{Ĥ^2Iɨў^a%wȐƆ4EMYGq$O<囯%pE獫A g3v #A5 I-i|Κ l~9}YZvSPUZqMM* XUf8)gErHXO59~T9ɠmRlūsR dPZdDgM}ޮpuiU5*}ԋ%֮Y#L&,62J8^NC~|X.bg*'8obuJ)-.QnLGYʜ5dTz]pO/عt{{\w$t0NJi]Q91kqelg6_NuגS4BuE/ 3&?)Z*[Ӗ Pr̘LHEd$#M.db,hdA`~slj_(qnJeX5̤]bICaL@j}B|4DX Cm+DdslZ,vT -aN}1X̎awiHvOM}'H/ JbV`&9YvHSky(Hij2,YW|nX)cKT+>Ǽ5f%Fv^.N }&l{5OkLF,xTgdITppxn9/v99&f O{[DjK-qCl -O+d_D#DR3\1q\8 ~3=?b Swߗ3nzWHx|/ýmK^_ql8ݍJj7j𖹫b[R[>|J7~]ÍO#e[{2 ӱ0\$UFnp{@PrJkx -J`lV+?B>R"C@K%6H̿Mj6 wc)Jz^!B"NZyQRh yKsxQCX-Xϐ<}.W!uAhYp}x2` |.get@][kФ1~S+m}vXNx.js -|L܊ 1kJ&}*QmGNш?9v'䌘}b\gQ׌4vDߚKY --هN(X}E-iV#ZM5w pSoۖg\2i*ư;Ŭft`Q. -Br;VBT_\"W1¤=cLjڌrf.]MȈ\Lv>O,0' - EsΒJF:Z- [&Wi&+GAy+2LL Iz5TY\| -e<>Z^Ȋf M6Y qB,i=P":OŠ"cu:2^?,WnM1tHQC+@2볉-dP[GQiٛqQdW ] -qu@L8څk!ߘgE ڄ?$ܺ4ԩ ƞ'_ҝcaj,l? q/a\AoO-FT_{_.[1 b|AI lHA"ǦTׅDND'hK=Gq -:zҷfrޔyLRx =/T@)LVv ʘ m'mJƕz AZw`hBg BnӰ;k; , (ucz(NP!^l(3\B'=5=uUePzzATw&וp@Qy͎b=&0Oh_>=n0˞ pBb#ll|ӀdDŽ+n_ %R&TljB:ćBijցR5ƖQN 9~17co8ĘcbP/=al0uwCI1}.>7-}VW9]>{hiEgpy/Geԑ@FMh [iv ?ݨ[_}OpkZr UƲe8ǢV-m~3.0x͉(38N(сL<̶(Q$ߛFޗ{cݕ0)d|X( < -b^0`͂WޜO#\u2$(L̹tMX#U2G5O#eq)L<>{+Gfs^OyתY gMjRȊ7{FJV}/`RvQW1ZLqV.sRAq`J2$V'3jEJJSk8Np`33C8ܸ¢qt<%Sz5 i͠8BEU3&Œ -{| UV!`4BWP1^CA]%AӿIO$D~\=/%UmNz6-'W|ȖJpn6YNgHTBE F^iYN ql{P:I{Wfň6q0cDh0lq#+ST<ު-dC 3P=9IބۙǗiy3On95ZU+YMۋ2͕7%`gU ʁ]̈\:_/vt<קXi~u‰6{$vSdc0V]z򘵧yVpyq$^J2yUfKWO3QNMh'ه5Ќm)KS8Jq=Z~E97ʊӬ--mlP(82, |SM^iZ7*YM~<G=DE!k%$fy39rN+ SMsZw!b9y毁ȇ Nzn%t';%AfPQQi!{@l'.dש]/vvD `"C|$#*AENf,NBB1pnS-{ـ*r#@>k n8aKtd?lKVu';iSg55 F tۢNr[چJ(SK;UD/a/$}0n#J͙yh]p3.#-Փ|Qw GeK؟FnJa.}lDꥇ:'yƐN˼FIҡGڨ윒xPLkP%8} @Wxp]T(uӁ}iBpdtNV[MWdML^+u{yLz8Qy!cݭOir)NCc[ -9x e@4H'w:3E_"D0UNV0H/,Q=2K b *U{Qsk~42p"`@pY*gY2LlodN$IwTuSw3a .ȟKm .'xAR}!Nӭ"IPhiswic{ ܎wgb ϗpuvaCJ!+|r]K0! L2A1Xg쯽3ʸ聳Q::cXE;(R ٹ#臾1HPi ;5)DDBiLZphloR ~wNCLR{}!ʵ޷'O%@1$_lUʫNϩ$mTw7ɘnT26ӢZIİ|/ '}1GCgG.qEp۷SSBnKhpa*W7¤s -\=!]6$J$T$a%Rb|黆q5&xDyQD ʙZ'7o0c-v|OLGoBUB_$ƅ T9h'$M?66d_'$R_ -k}8X2qXx&oJ5ClP -pc\X\[0 g/F?kj -N3N|!G疛<1!6*\=<3f-!t"8.wIjJWND^{m1^m>(Ǟܜ~{D V1 Lxߘ<(*,7?X@iഌJa}EW9G:fʙ"1Ԥa1< {9. -()&4$4N.vK!~7-)&[~qx=mxaQ #Wck~n<.j?5%2m_QRdgk:Z.6o8][Ț.:C2-9fW[{\[4Y^+zU- ڿo_ad-p3L񫅀>%YoCmAIK7%S1)NKB̈LES4S##qSS͘H\c1a=$)4`Z:}w/я%Ku]ti&]chif1gN|]SNϐW C VveHUMCb9w] ^C6Md$`ݝa2^njY㶡_eg2%/gJ]JT8ӗh49Mqf͘ -^A`YC4E -MQBST)Uh4"Fkxl6Ap10A\` m-ߥ%D=ZB-irNii'nez ʚ24eYKSh~^xz<\Jk+IiP.7y1q ܒы#x:Y,$y} -#e^z#sQFU8q \Wa^eL1+p"1ە]#p,ɀC 7X$Ɔ>q ?S;ɫ@_sS`5ߥ;ÔOtl9ٱC|;m}#/؎[rIgu= SC$Ɣ_pCO^|%R2%)[ =*J*X)g[qq=rb79.ꖧLG6HH&wdS*2ۣgTNK3Wfg`MZ$I9Dڽp\ͭB.Ҽ#ƨ&U,0ARK5,>sw+kuY\sgg?dG1x v>J pt0 ɑ79[{=T B);?_ߥ-=a@3 XlSrˆ֗(7VnnIe}ZzoA(7:QL'8SV9L)ɴ[ \*2+XK.{nr 9pe-j56s1ԉb;)d(` t^-\=5_$Y!,pl\0L7\aL̦qieyF1FZ򆥈NйT^CO] !wѧyIږEi+P@fޥ?Gmi(Z Pe)FQ;P(\GX-͢w4:IJX'f5yFYJ͗\| E'\L=aՉ[2z qÞU IJxOIh]_HW=DJxKdž7Y7y[qMFmU}Af9Z4dž@$GF#dFȀaYNȉEЈME/.OKzN[A^GB\8q1 yvc)*PC}kBߟ~.N,9˔PH۬1y|M(]MLܒj!\e^ER7-yuCX%jӠtLU1{Rί͵ ŦtwdSPJEpAqt؇ȑ0RvU:9rO)=L~R:kCE|uk| ؔ-:: 2YAƒaIӱ,cA܀o6tlT B4-Ao{9 :i6$y lOn)1Zs*t?3 -ca~[w`M?ZDZ^G=^ . -KϨnC .;)H Xy[b,zƓ]m"~5DM)Tռ%n-4^Pil0?x>xU^j{rmss-U*g:-U&ݐMH=Zm8B08|EC}FF~< 94z0a |?*1%D{4#i܏hFψs!uV) stX5a0gyn\x e9I`HRT$'^{B²S$8C/Uß/QtA 5z3aݿ|?6j©ABϏA G4հ~P)+ -$c]Ws?#LibUɆ&EkS ϻwxSBkT!™5)o5m`^zUØ.vav H{P==a,mS. WTHpLg+i;8q1K1.v; -c&}1 Aa c.j_xY߸\`ûX7`Go~]hqhdnDp*JG K$y dQFyє NyhHƯH=n.BwU ِ7h1_V"t}8&^iֻ`^z!oYqHX&XmEB/jAfu.raZ1L W"x+2 "*S1M݋68K{Gœ]cgȉqɝ/ ^[5A LL/s' ۛo7/  -?t bE/ 9.|^)U -+E`LV^ݠV}7*,kąǩ\WǨWx6*d]g]ǔy~V'ONjOw -Aеչ[lS+Laq|pTeuBa_}2PlzLxd, xnv6tӌ=bنkze1F!Ջ=`/#bl/xǃ=# Q#0"Fb?U J3i}_jӹV] ^7}.-WcZǓ kU?$<$W$9e.6><.Fö|Kj!ZoǡW,8\,VWf -~͞`:J<ǘۛ+3w'|[ Q[ԅ=H6ZSV'XZ݊V׿Qr -qZ<:>g%^a xWĽA딕{`u+b~8ͅ\~^G:hS7]x*\<&h#ۏv6#boX3;Ȟ|`G\q1|6{<qF(^`{Fg#U玪sPiCl숾ENd_1e5˜2Ŧ0kv;nT1Jgz_ r -s+Eo#=v)1M&]dGӿ=Jb|vp8-&ggdcf/'1N&DbF2&F|烽; -Q30"NFb?0"8>:wTJ3*`SgG [`o*i\j^#U/Eҿ&7\<.\an0\y6 Qe4 -4;y%]2 /B6l/0F>]SX˛\/j.WA11kHUi =Sx o@u 7X_>j~eNbi.S\6W8ߊ:wTJ3*`SgG-w <w2 _ȓrNMd~|=gUv,.`.`hݣ1= -0z cCOļ!߶&{0>ʐ"CWm+dO(\2Nz0$aIܧe|$k*KR/߿;qSX6xW c1+ZpCۅԚBVX_R 4Xi|LGy_.CK> \)xṛ+{׿{Z)W1u g䴰ZW?] .f~SOL9w$ygj$1崾|@-̦Q=:)W̦|GQlS -u6*F]oU3R5yW88MO _֋uĒHއ8Y%[''Oc}1y743MlfDE̯X=̯?/盍w_XqKsE%nq^Pٱ䶡;:$Qn%cp<}T")JwNj?֕xT6n<-,Rg,xQ':.,RXVkw5.,FZ%.$P֕(`uݱ%w3Y' ʢ\Yˇ7T %)StpVe,S\˷lhU}%n\MD۬>j:m괩WPGn\Pϛz ("("|_'PDΠC}uauvci>ۢQYEnI^ 9¯HsLAT)Ho2÷0Wh¥mе](_S WhLl^ 7 -oq`.^a~r'o\Up9d+#! ;o4Sc~T[jD߿|T6gΉ!M;K<?^ȖX ԳDcO.XftZo[X8Ü#. M,a^joo"~8-;n~kk.]=\G 4<9m]\O$laS|"rtz> -zi^4^)"SE`iS\r:m괩WPGn\Pϛz ("("|olNs ;ͱg[d25K07anz)F?pH|_/=\ƝM8w?Cr2ɠUKGQ%'b[&}[sL mP)L~y3B?8X_yc6fݸ[ 5SF8ZOL(ŐvE.,oRZ~x9?~_qR>-Jl~ڰ+TITmxf',NIIc:)evRNj\'eȼȖ TUsl%K>ԓR2;)Xx,gK}܁QLgi9Q۱8('ܦO¦6("G磰Zjv,<ݓ*KzWiSM:rE|Dz^@@8=C}ueuvci>ۢx$NJɹ$0 ¯H堿bK}+Unu`>+hw4`h>SWW4_0Rq5CvWH+` Ɨ6e'Z6(Wz9Ѽzp<¤ wE5Ʊ[j0cZILk$kkS1j,'^'2ww?M="(ꘂw5wSDf$ҦFuiS@:=ѡ7PD&PD.NGPv]v]vc϶G8xcq. apW$\$3n;O<|;fsVZKѭ)1eT,)Β JQeYS|=p)EcjH\ZnLeh;6dje`-A6ftBY=J.FB=8Bh#mƤϪM|07f.G+r!#71!l2i~ 'p.L}LC A6#EК/i=xORڅse#6ҏv:Q_^x$Oyh$_[{$ZYzVz8Vfom`j[@-u5S%]pWiv)]a P-b{$mU UFBvZ˄K{gp6;9éBN| -Ӻ7= z#("_®.{ "ժmVvݹ'ͫ endstream endobj 32 0 obj <>stream -HWˎ\ IG3+WA `F|}$>somcƇ),pߦ|L{>@T/p8 {$zY; ,"`qJ:z#XD6wwwt8;| =ےV] e׎6+DX#8"j 58V9:jU~3 AH\ -~J D15WZm>|ꏺxѻCStlqi Cd(o>w5yb<+0V5o~}|?Kr߯?_ɻξǾtǽ|X_yZzJ뮂cMLj/g|q)η19߈R>eA#M1G)1|bk8md(T8xJ`rk)Hf^N]hJw,ILzzM~Fhj6O^(LtV'H I2R&䒊cv jG -Bw.2Y~?bunRv k4RlS~r)4T\6ttsCd_҅,U6R*ɺU ) gR2_& =ԟU_Y\e ˋ3xtҹ/rIj%rr\)ͷ Z*Vk-q=e1P8K;r[kvvPqd1,xI!CsHɧP   ՠWBO`mEKd KqMY vcIBvռb,RcHTJَQ<$X&:NvtCh;)S,eb il0fvvF/5 c 4lnEn;z~t>? k4o^1]wHeC'˷!=Ò%J]LSl3{wto8<x?Cwp)68ѱ2I ̣]w|ڐ3;27DW%;I[6bѾp^7Q =)4?}kusE`%X -3 RwVu0}Wj1ͱ| -%| {̯=L.uCuu T=z-.I8oťϰ%q*EP /Ve20 ख़64q?u–הqQhIrI,lRTbKoC -8&ux;!;$ -,dyE_Oi3{<$\[”Wleaseo>*UU`J&(*SghT'ULiR_nLZ&Cy8]WY~)tA[VHd'Vq peR iqȕosu˴j]7|JĦƔ"q=;7VwWmp -/:ֳS(ofHS,n1fȇϟHk殻eZ=JRZ -Sw26./Ea,|>wI"H'ykNŒ(\ EEtwPE*F_Kһ .Mh@.p̪^ -1P& $#oӃ苐QqU-#@eF>!ADfCHuN4\UmQ?,iޱњ3f6{\6tt6F!dٷa{Jd'VqQ؈ i< C^zrl:O0 tq8lyZ?XǷu<̓=9BXbؾ}O MйFr?C8J{,LW؃ جQg^6 Yj@ -Os?YI÷rfrGfrt5(TvMQ'lI/DPxl -_clUИb.?ЧZ8P)Y`JZ hG4u] uЗrZSJ=LuqvlА/ajNëd?1.mlqb4S[HN$5AOՍʺl5X'XIK1+J/[&e;?Q<$#Ҝ`1 ` &,t>LK0,QҲ,2m`W2>umXֆ"O$$޷ q1q֥%`2(^ {؃Xս<U -uPۺWSMyec<-(D tN?ղI9z?u|1{L6_J$LUჍPIIBrE-M/#;<0! `M3O&%8 _``\fy7X8= Cߜ F느mZ&\hU,/ޞ -uu,1 -nCV)4t"Г:H"j¦wPasro!$j벦q VN06|6rU3ɇDPY-WML]J'Wߩq)~?+$1 ]G:.[^ip&R/ZTO_s@DYع0[w3 ںY~Tu)/Ix d k¯k}Y|\i5V_]{f) nU*;'Cqc&ԏ`kccr$'Y4>^2Mvx`B/f>߮Ň+t}+RiWXKnhnniKC#j:G,}YŇ$]{i뾡/_P<Gqz{Gu~FI.,>vHf~S|!O">l$ ݕ*+hP{h Q<1EO;]P돍A7-D 6ܘ(zLxdAG:P$0ّfB=R܃Yfǝa#r8ۡAh2‘η/),cq|AH/Z#N2138SWkh+ԖϨ80V[θ@ -"'Q[Um-I{16ԖStS?Xm FXmKK;r[43 f t-˕ё\Wꍔ; l-fI5t!׏d`Vt0HRtSnI<6$)|yon;iox;k -WWBIKcIh~Ek}nPzRQvȃF2"9H(+k+eweqe`-=bK7L?X@_TK lA.SuD'|e 3_Qa&_/3_ڈ\%NDol|r#>\kME?`x 3[˝A7-_re*T2l̔/1t?eȅ y>YFI%q,c*;᝝2x(Ic5#W9rxz; k̡^}>k&!Q[5ŏڐouUd/@i6Wg*ϦGwx`wi% zq̛ 58šNU-,~j/595Fvnܶ˧&w'?akĄ3V} aW_21oJܕWHA'I{1Ǧbn:A?Y^Q,16+L؂Hu/ . lbh 2- aƠ7+㵟̇oL#WG lHGpblmR^Sb00nv٩xi;;3Yϱ96}kfaĬr+o!$j벦q<'s,@" -fP=`\X\Q)K_|`\7X#G?K/HV_G2 -ѳ b1 ` ˚Jl#?L㏟bjdj_bj/U$f,,Z}djŃ;Ɓ5^l‹K^rfNx=E-3+^I}n*ÃA6_VS)F2})O{rOױfr)I➣Tikv4ֹۘz4;/M5t镌ivf;}ͅi:JA:Q~iZ -(6iΨZU,tpHn;ŘÄ c7Lt;||Pj&pyyPчY(`Q| +g^20{0ރvaNX3,'MjUZg7 HwK`+.! G B>4F0y'K81uW>]ۋ`~8(}Wvp X[IDc%а mfJ*MԜ.zmY>M H١ġ/U"'m eW]$.EdmRb`Ԉr;m(98d'>8^bj i%:nn TGq~>W&KNwcˆ*X>aW0)w,:3=vwF S4Kp[ = sGμt^|&$9;N!@0n߿uěܼr-VaVY_,'P \314X``',nH3,\l 4 -OI>h 4,Y3怄i@\L- $(*@{RqߚС7F5Q ;J<]#WCR愓E'G2es2) -6|k8ȍz>J7bd3>z Au[`q2 3bYEf*`3N|W2p1̴uqL p>G~.;;F YYn>n ெeqaޓ6`:cZA91]17mxyOذ==D|_<FɎGQ -Uepq5T jSm,>4Om8iїV'\SAmGu̧ssRF߼GW ؇bYr?gÖds9L;3*^8쏮fsR,M<ydt%OꓡD.i˓O?ɮDzCw-QI$ B#ܭ 9N:m:2?rC -}fobIPw{B&kn7 2nJްTTGPak#nU BcՁ -a"lVNjP+] >* CbF0Zq#0M#j5C i~^=`Ǥ҈JUta/Eq:( \w $j3) *dT$'5ʑT.mY2 -3bLPkSrtʠ`ΔR\ZFQE -sEM+^(5Njŧ\۵YqNlgo^q Gr\>E?59 XaO\M|Yq5%J^ 4{,/L$]"ѓ3{1d$z{Iд>(\ J\{d/@&Ec9:QFaEZf> V|2*OEG|Y'^4'x!WF:_P.iR)߈,F8(29I(xU'=qgk"/SyNCƻ)\w{, PM(?sy#yv0ݹJWI˰|])weiU| -" -*=ptbm5*fMa?ƃ7 뗈083p~%BXu,DV\RIŨnިL D8EXw#34{G: r{Dy{Q4IoQ˲Ip$maw&7e+`vȃ)!Hv̬V̅^|(e%Ey1-k0eʇQ#e:+FHJ7k} m]*GCFzJ-ǣFK:;\!qzzDJI_OxsHVBr \:,a~ U+-0bF vq=R120_,La0w.vn]p+l=UR8w+Hpޖ2"8i58SjS 8 -"vǁG+#=ew-S1U0cx-b#8SWmmhk4~O ^?;z4@e7]=ICCDn QJRY*o/Gi|~p!薆`ȆJI=xjԿB2Zz-8I~dk6z.^WJ?ϗ^ʖv~gP88[pifq̠9Z_)AVC\ ɫ Ȧ.7klAY^ݸY5}ƐWR l2ђ$cJ'>*LGH[sQ|i:CZx7iVO''-2FIBjJZI{T07)?ղbDZ@$|Vbf#/ \ $Y5}h7I*3##5AeBt57)@oBmj7]j+'Yo3> bG2,D$ \:˶'ĝ4Vw@tzTká`}v?~a{w}/3~g(1Jx`#n e"ur~[-`} -tDhVKilnb 5̧ylhd+ix>g˺A;TL4ѬЍ jr>id1[Na;3V$m5(]aZZ'c 2`qI0Ip.u/Q nV ㋎(-pcUbїQd 8$юT (>p!D]3fE`2&?E!??u5ΙM JsRHtebȬڜDQ'P8*hηJu}eʓLU=0$bOcrΫ$;"m v1ʖNU1-OP2 )Ad'XNFB ʰ'SCST?S;( ɨ VWeLZGR$ h fyC -Br {qx4낵0C~F'c0|Y=Zhc{HW>ZX g4T>1Juma ~4 OMF/VRPime֢0TPƇ -U|E WQ~Ex½ҍ!9a -%i֟lnb !ͧy·'Dn=_#cBA;r%GZKu3cEVӏ"€_^>@*?'\bv}ю(egfU)˜l"#JZv UF1@D#m,t-'WP lG -"Rsč79GTy\bHDrRi\.]YкWٓH8 *OQA4< -1H@FgA+&TAŪC"R6(Bh(YhHR+ VV9C$V)fh㗐'x15dJWkwB2#-szҿW͊}Co o0Ydg@`N..y{GjuƃAn$U:cGG`8g0g OӘq(m.D݇ȹ>_P: SL>'-B=ېc% 8ߧQ%8}[Ax. %eF~.+(WYN ۹ę1UAzFJe̗ XІH$l?"f1@NMͮ%g 3naQHsFHZnVcrf=˅x Vn2{I꓊YfAv s)[%NՔuUW$ \I16KrşxFyryd+:l*#6d?-A|&SZLjuk10 `dw暄$AOJ`!yf*Cʒ;Os/ƂQ<3E&y׾HQDD͜h rNFEg%Һcm[<>WF۴:rD-@~r[Ϡ1-bjS1R(QP˛UqHbK=d%R;]uP KzOX['†'Yؗ -=+ΘUm8凧/ymN\mһMj43%%myL;O𸟄z1Em2/c͈8 }mOqB*?^>Oa˟Oۻ_7 ǽʟ/d -ƏH}N'BlJG*^m?+CAtRqpMUUjNeAI޹sب%r=[jϚ@w[ v C|t\pM.бln\tMI~OV ꈱ۸=Y?4U51%Gy§dkDkn;%{0qq>>ݥ8yss9h[M%m4Ma[ފ?L دv̏RKmѦ -tW.G2̋/0o .]:VP,"D(j$q.eLU!*Z%0b!̈́c(Iρ!$&Gv-ud-lt%MJQ-Yh.#Orc,Ǽe/-X&}T\[ςc2-* -d3U]nIYWuE•tZ+%3I‡be 'Em. -cR(B{ ٔ ܘoV rYU=c,׌(1߉l(c #yބF;I ,$|9*KZ"]B_Ix83xfp uM&}(ǣNtx%ix͗iǒ:BRF;D/(MidE׷b\a8i!&yU6>ua[*"+(cĄn ^Q(NT`oJ.TnahNf",RgͪNj՗}y>n?owxo/xʟhMΘxim)cY:<bvo{|}Y[a`x> e ꁱ%B! V+i6XP I ̇Vh l -uM.VsT? Ͷ7hU79x$-id~}*M~,]*2`4z//fĞzRNLjf7ΕG/Z=x pL8Q7qp}%?' >R@{ܐ.*cp"l+-4s >Sa-TTQE"j.rI1_T"8)0bʕ4`!"񂱅tpP%xq0@ӂS!F]!ؤD\5H= ʭlse/-X"! ګ\~p$@} -=$(#!*M xN<%\{<٫N`*:y-hD"KL3Ƀ'6#=iQAuZZ͕7q$Þulxn񖖾|txGb'_ ؔmcwW^+4}9~t"b |;#+ʊM?4e_Q6(xMqNt#B*$ EEoP⯲5tŅ8 U%MS(hv%讓=ĞcbO[lEMhciųsheRa-b%QzQN,?ih鵇R,@DW02Y;w(0uò`!VhX*1$U0phIPhԓvquYwhrwc}G#KK}|:Xik壈;.O~F 1/ҡ&a[bprp!:*!Kq{s4{prֹNPwifOfE/^oK%s.TQ/vqk1@>iiU&C IKD׀N40ʎ9F Ʋl,wdb sedF jY5S,ܬ1P]afVe8 -^0]0dC.!:M])M+{AqE/fŀFt(WMv2gF[⊁Obt#\2KVY#9D=.D Hs<՗n/sb;_]* endstream endobj 7 0 obj [6 0 R 5 0 R] endobj 33 0 obj <> endobj xref 0 34 0000000000 65535 f -0000000016 00000 n -0000000156 00000 n -0000038026 00000 n -0000000000 00000 f -0000057762 00000 n -0000057845 00000 n -0000211718 00000 n -0000038077 00000 n -0000038416 00000 n -0000058267 00000 n -0000058154 00000 n -0000056937 00000 n -0000057201 00000 n -0000057249 00000 n -0000058038 00000 n -0000058069 00000 n -0000057922 00000 n -0000057953 00000 n -0000058341 00000 n -0000058753 00000 n -0000059875 00000 n -0000073405 00000 n -0000088640 00000 n -0000102036 00000 n -0000111175 00000 n -0000127471 00000 n -0000131224 00000 n -0000136928 00000 n -0000156253 00000 n -0000164275 00000 n -0000179718 00000 n -0000195802 00000 n -0000211747 00000 n -trailer <<93BB678F1B8841DEA91845D355D2A8CB>]>> startxref 211945 %%EOF \ No newline at end of file diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/glyphicons_filetypes@2x.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/glyphicons_filetypes@2x.pdf deleted file mode 100644 index 0e95f91..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/glyphicons_filetypes@2x.pdf +++ /dev/null @@ -1,827 +0,0 @@ -%PDF-1.5 % -1 0 obj <>/OCGs[5 0 R 6 0 R]>>/Pages 3 0 R/Type/Catalog>> endobj 2 0 obj <>stream - - - - - application/pdf - - - glyphicons_filetypes@2x - - - Adobe Illustrator CC (Macintosh) - 2013-07-04T08:30:31+02:00 - 2013-07-04T08:30:31+02:00 - 2013-07-04T08:30:31+02:00 - - - - 184 - 256 - JPEG - /9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgBAAC4AwER AAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE 1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZ qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp 0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo +DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8AOvK//OP/AOY2ha9a3066 Fq1jbPOLy1lu7uBtRFxa3dq81y/1W5/eOt78QIboQDxpRVG2H/OME881pPrGoqtzFDKZ7uGX61dN NDdIdPRbm5tw6RxWcEUbMgVqggfCxxVK9S/5xk8+zpaKmvW10IdF07TpY7yaUKZLOvq2im3t4WFm w+BWJMnE/FXFWTW/5O+Y00e7sX0PQoJrtFW2a1ub30rECdpAkXqhmbiDWoCgtX4ePw5RPGSeTudH roY8YiZSFcWwAo3+PwWKX/8AzjX+Zi2wsbTVtOu7OKHTYbNrue4EkH1NJmZeIgeORI5bpxExHqBK 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 mil3BFab7kdga4q//9k= - - - - proof:pdf - uuid:65E6390686CF11DBA6E2D887CEACB407 - xmp.did:f784b8b9-30fe-4d86-9355-7b59152c406e - uuid:3a26811d-5eb9-004b-abc6-7633fc521400 - - uuid:9c19c9cc-f750-0842-a74a-0e540e0f6114 - xmp.did:0880117407206811822AE85E025903C5 - uuid:65E6390686CF11DBA6E2D887CEACB407 - proof:pdf - - - - - saved - xmp.iid:F77F1174072068118083C7F0484AEE19 - 2010-09-26T16:21:55+02:00 - Adobe Illustrator CS5 - / - - - saved - xmp.iid:f784b8b9-30fe-4d86-9355-7b59152c406e - 2013-07-04T08:30:29+02:00 - Adobe Illustrator CC (Macintosh) - / - - - - Web - 1 - False - False - - 1152.000000 - 1440.000000 - Pixels - - - - Cyan - Magenta - Yellow - Black - - - - - - Default Swatch Group - 0 - - - - Black - RGB - PROCESS - 0 - 0 - 0 - - - R=255 G=183 B=188 1 - RGB - PROCESS - 255 - 183 - 188 - - - - - - - Adobe PDF library 10.01 - - - - - - - - - - - - - - - - - - - - - - - - - endstream endobj 3 0 obj <> endobj 8 0 obj <>/Resources<>/Properties<>>>/Thumb 12 0 R/TrimBox[0.0 0.0 1152.0 1440.0]/Type/Page>> endobj 9 0 obj <>stream -HWˎ$ WTD1ʫǀOahxvv TfUzh 1fL -/z~=~;sf?y}t9}ۿ~;g4sNyϯs>.4x?.Te~<\J@ I2+}=ekxbA'uk%_r:3)^tfdzkPk&0 x=};s+YX-W0kn9#:./KcZ^-ÐI^]ι9~I S\;n&bZݬ_oa~d%*MJ/0@2+Y#3?D<_4c>5p8s7+=gu(`wmǚq{Ӑ|nەAR:WS9pgV}|9%}GCfU,sLaHn~isoΥ;gpɍ -9(9gkkLJ:޾;V=ۻ9P+Ӑrd#P8ajA{@4aќy2S 3rg9R7éͣ~d*՟$@xX@C[=~sG:}o6EoǾ#stb~|e`1b#[ -Cx e^Al›&.*o{]Ǵ:רRp-yde+/I5Åun*BGQ_Έc.e+N!Io'Q"1V֠q/ p!ʯuT"H0gE{f*.V.,6M~Vp_]`M`6g^~| ֜·_h^QKqëKTGWg+8J—Rw:l|̓6x[i$g36(i?5g+yJaR 9$x[lG@5j=N[?J#\4>P^Q IAGz'ӛZ7Ev]^v"mHl9qW[֕4SrYrG4*uӓ@Nohkv -J<[#rkkBmHi3Z33hrg]4tڧ4zO}~Ųns`1K]j%@S~ĐLf3w?P)`sX26O-߹s "//+2cH `@Mڌ`j_,0ˆcI`Eݺ>1cZ9@g}S#ɕނzI|(4S}oIAH#>yU->(ji߆;_㵛z82͚\LS*u{1=xbV/QtL*P$l.JOKkWӶhkv'hغ!ZcE@jc%xHI6Q8 \c Jxq8ts0`NΫ os\攋)BcZ]+ -G5Q3:7zX^wW±|tCڻ)%@Իj֮vl/=F%Դ@CWQ(Šnc9POSXrdđ<#Hz* z7j @^*.זwp%NΨa;t{ݭ4wִ0=c/EWn#NaL(IהnovuDs疟J~2t-5]~V_iI&(Zm ƨao=c`|SR+#s{\/nZCf2$E(sJ\$>Hdqt.TC!r)5: !-LD1nl1%%WŻLq= -!lnƍ-%J\Ua Q$kՠEؓ-CMܚP~R9Qwȃi:%d 1@uȽԛj@~,7fA:աL2}nej4=Lhy֨!C'\+tY%*+ϵJd%>d`}zc|ϱ9&;Kڻw5qdb7ڼB{D 8 #3z~F}"/>%ǘF/\bU(2;lO0,R -Ȝ jVuAm+7 jֺ3^ϖ2'In]*(C$ Y}a)|DTJP՜ pR6eiz$" evlBY@}m` -)|9?̝/GQ.E5qBc*1X,C\{NIJ:@P22YśF[ z%<}}:|}-۽&ᛠ0A.:X><Fw*#]k\~7܈nDHr. qPD_' -y| jq9U"!/C?"&maE]ֽjW~ 啕úCVKUx -D Y@>? -Pfe BgR$)3sHru@E:G+\VIib,\weMt)k#2-.ݡSʾ*}䱬e:Y(˅?%li޼ZNCZb_HCj<LY#zaʌIRH,3i4Le&KlKO+)!u,f |xnҺk -G;)N?ᅫ`;<[~#yHW1b`N>ؤ 6qj7<b+zuae =RCǪza=mCs"DsըY~PK&@7 S -1{65>jѺ`s%rbh蹙i{)L,!Ǵ TEaj ˍfd1-1 kf4nGH]9DFv(l^T7qU~9Hջfg"'^"8B̓J+-㱶sM=xwMR(jqdk p" j+d?=FN,l-'k8ptыQ.F6F~N?Ҫ_uF'*ZRWoR4Zj-]N ݊|a33q}st&7M)5'*.R"*j_%bY1JyVu&]R+I))Ѹsս~lBoZ0kb)fbk(g) -,ml>d -q:1kN+ [8qvkrOxsY|C-4F#\mP֒߮jfSa}cwf]}i[(MVGV7IZ -qJٚpt@\ } o -.CI 8t҆wPC!cVvA= KcTgms&-P\tqE)Z%)KV_ *I}MdJjE[W[/i J ֗«sXKUEچ7**c))|_ [i(xFduy -q"pD~3wKot0\o(4Y=zhfcObϛTiĒ.b%AzbI5~4y"HZ;iZRNc1 NtO -Q$J$UI>MD6ޫm-wTSOiBITej!b1ٵ^!vQmzTk QOVc䮖^Bz]lfYH3i@l&KiQ, S|ED뱱VDz (q|!Εa޲u65Jel"eqTH[/{h-^;] zT͘G@f@:OJBT /BqT -{rSJe@K9TBO Mlh{7VUUb١{B -j^?p_R@tr:wgU7ќ'sM$y ZCZU fN$>Ae:r{8wzҋŽt& Nֽa9X2du>Gy+|ɳZ֦~6Wks6Wks6Wkǵ65ے~hj-Dd`VDj͌4$dXu"jB -+W)ī&i.u -I7>`65ꇳ:!vBt?/$9R%k5Z4y<MU&Mp~~ľHh"EB >aC Rт"ŝZ%*Yaﴲq?OXll "gU(bJG["Q))SU9 AN!'%3 ,Y gA΂r~)LwГAU*P}Px Uσt3T#Tgj-UHULUuTERT.Uj+Ū|pa߉UAE=SAN -DѤ5O*V8;h.gg`HIIo#CSR{K{ޛ9IIMzKzV:rIoA|JV_3dks@_@= -MJ{˓V_ UVAD eݫ!rb^Z+[=[Hf::3}eqsa~/r_@\_ -@ )J~V{+G?Or]D98ߓы?j1*W8VlV.HroNjm^*ڤ_\OIWTs,xh%\tq)/B.(5luO-ff)mjڽNmm oM$\FΧoR>P6 Z>à!mOshiB/wf/n~6u>ðڲ꒨C Hݬэ~t#G?U -KՑ%&}*׈ j"35L+?Kq6DcњRHЙ zrNZ8VB,,C osڂY*a\ɍ$FPZYJdtK*iIzv2+ЯÍK08adH}d$woS#apljO81/m <Z=ϟ-Eg18܉w"D;N-VD;;w"~'߉Ν|dUp~1O@u笜D:xo7ט'Њp.{Ͼ-g\11':Ѧ{pi 8=f3(qn.vc`VFlC9z@1 W.|7f2 -;!4ɤ5l_I"{EcK,[WFgk҃o9=6m[N+'p4 }K8,wT1D~̼ar/{K>\pof(q^3)r?|ɘL1R?dp4SNT)E,dMM)4?dϙ"~'Q tmw[mKg8r;kH)wdZo=fq-Pk0/nτ:O.|j=}K ۉ?0l(*F3Gq<Q9maHeF Ԕ&x Z gCR`F.n9hSA}m|-mrwZP%Y9 -lW[rU3'K=3 I(L -4V ]/8RDN`$Ddf,Fz^9 pv8A%fkj$Wg !|$s끏d|$#|$%aX-&>6c|#q#$|LGޅd|ߺQhu~>o" ^C|"*#wQؿ * %q> -r8.X?("ͥl -O3dSoɦ%”~K6)QuRV[5A(q -^*A2Kʷ8N̤) -{hC+qk *5^2s!h &j0e[Ckjz:2\es dXi+$1ь~x}ʵ|P9u-{Yg^[ϩ_y .DI4~I 9҅k- -OHyQxu{Z<ϻY>[ԥ]haZ~ĔX (V գm;#dVe\p+-ăy@i3F^.TSLǬ2lت/?l^VO&Y_3FXoCEDlج8X}(A5w&h iDdz@fT`CXr"&zm}.h?9QO?K ծ֨u᫏oБQ"Z:kt`9\GYȒ}^&/Aܠ.axضmKz0>L0p#-NWH&!J-zd:mp+G:d>u5i)&.Ү`o_Ͻ-Zn/8m]2,L0>vxq4Xyy_=6mt*Ln7ǻ V0rZdwE<*Hq: ;8"Rk9 Z=펫ٿVr%[,J(4p?mnjڗZ[dfEv74$F)"A|C[Y;Y}^:F+LDcCmEB/ ^rGܦGw 4=rz<tw+X5> sԈ3fp ʧm&ӄ;4iB3P ZsnI5}HmvWw3iw"WM -'eBп4iBӄ>jBzUH=3`}\8W -@$ 5xo;7=05Cc>\z[6owI3mz] V6:&X@Θd*ҩl~y ^C|3\tKꁥ #2$bb͊7ۅZ|sh} ->Zu 56ҥYvVa,{ikn-[~-s&/m!e - A: `W a NNI֨Sv!m$ioVYdiaL1\3K4vL5Z^:C06t-5 ; R8"V[k޼rMռOGM*рԾVjr2SDz^FQc^\jaƝ;}[] Oʗ,W -+M Pgվ$ɓ_?X#V-i RiO,OUn{Ԁ~ys޽˱cz>8nQښ D \M{y$ -ud^-o=nVR7,7t&(Fߍ/d69.~/7$whj- FjL j.Rtma3Fzs]Ie$&3kXȽ϶/&_|k =0pTh\*hI'7Y8+rdP2N2xHd.|jTo2 -x&7 }t<*g Ntf!D|N}'!ݟD5;>gi`0hGϫ=㥠%AhAEkݤ©T+Դ'ufl*J13)s(1r`֖pl`jgKpDGd/1i@|p6 MQQD9kxnM||Dt@-DBBv = [jϤo0MP!Z97&MR&#QUG66 <*$oRKfjz k\?c{;3*ȁkGzq6Ȑr(1ǹC='ߑ8}mΓP/g~G(|9Nԙ9"Lu}#u /ɾo ٿF5w.[q)im%SB :L90rb%u)a^鋿1@RD aPŕuNNNVe =3dϽD{;W:Z# ˶)r^WިS+L+]2>>!Vy yÙVOG=E1H_?a0-/kGj-diEVuXDS,B,K 'YRO%I;&0%i 6CoW k:!/-O[$ k2?R A9nJ)NaHZaVN8?:Np -]wq-tx&g -r$YuOQ0yZzzo?8lL5O_Zj -0 yKziyLyƘO$O$ 1V>z?FCLz,2>~.:ueqԕSl؞ -;㉷%k&PKot}DŽ,r"ɦ$s%˝@֒XwG[J]#oqi?7= B}_{JҞf9ޓ,KE/Oz S{s |XEo1ojO|;\VFF/=Q4&9Al`ߘ:NEvBk ӴAgUL!a}ԟM84Ӂɯ='=Bvjc*'c;>6X;UzS>Mzi>J [ql憒vjøF[ds-0qލC 6`ԨcIDAu 6Ei,0lP:v6Y8A]E;rvJQc(BjDiUaH$ayYGx7ˋ9oMMVî ?wHZwDѐvSz-wf7lvf7lvf7lvf'> Wtj\I/|R(*=GWU0$[άY-'fXh5=3mJgeL%g mp̦,P:d` 9]o?lg<hyW!Q4,%ET8a<{BʜYGOv~ ;4WOrbv0c 6_S< %!p r;_%#" -/˳&![5JC佁Au4Cа (XP)ʚ | - -97dz& ]J^@Y$j -J"tdׇ@=J9X,b[BAboؓCҍU6|ïȄ"]NB~vfo$B~߅aPrApo hX dӐD4,C2Dap'U5%_!2)O;tSi`Tox 5#?Q3tA~6N=Bx!;u2p#&y;̂p8q< -#e?:~ϣysLX{?{Η{K?,9PYM3a6@~$[M"u0زj*#lRZC02)49:tMEe0*Q )LS1i*Nf}aC?24%!)@R,apM鶩lϚ$]K.ϫB.sܿO-z/e Z8p7[9̘q>bEWЖ4Î5.Wσ=z'|@VI֖p.>j|$#pTڽz !%J_X+&p*v -a{}* dQGsȢ^P@+n -6OɆ,nc˂FvPϹ_L&zRN[]j?ynqTهIu;MEG&Mh0SM m5`&<̗m3nC#|NIJU@[âE4ְ (mGrH.^qZW ī⛃.eRôۡKƚQXaaîo[6t{"[P5ۆ{xg9"ThkXvo7"|=Cv -b<X&ZJƁM,#*Ug;a64Ȩ7sW B8 (9$nZnas;K͇*tr5:y$ϊk`odZ.;{-ٳ?&U1+ϊҖhm ru{tEJ00,btĦ!s-D[M֡%J3;qzo Vq%UKDz=p͆uaa2BBaCvAlsbio< sobem=!TOH'$ IzBR=!焤K]`D`KRgI_C%GXz2?ocG>i0߱_/Nף&Ԓ5p/+˶9kqJϺljA@[bAggghX0kdZVRÒdRhա%J37C`õشoõlXw(L&ZaU஥ך{xv(|@[re~ٕ+)K86@,S9`^B<X&J.Ɓ%/9Va! -fp|}w67& p@ 0;t1-;>m\nΎy\ L|Mlba% s x`S3OfK([rr àsݕ?:ٿ^aDv:^>.b˟W1$ %ju!Cɘ$@{/.ON'$" w5HKnan/@"U+[e t1,#''''CrBJk]b0kJb3 S(մ}*Lmi}Jh$D K(@T$&4P* U3S*laJe$|$T~myj۟K5rB} 8KNp҇C> -mBJ IYL30S}mĎ_0G@+KSګ"DnTl-O;]ω,2ZwQ~l?V9ؙM0f=v-֮It-XVr] &,mbsSy0D7LԂЭ-ؼSoі߶lJIJpUY IC&[me>s7L)KŪTq$#!A*Լ;kDv/vQ^*'cW~ -{Z}D+%z .B%Q QlZg+Z^Ϣ]ީ>ògȃb'RTL8A$C,5S)y>f˶p>d4Q<}tжIq܍epf[ B=߯ ye%kQfpb2,k"%,Qr2זQ8AD!5k)G(p>`?[/P"ʌ#7Cr,32(DhY8!ey(o?Z|U9O*5J;SK?栊DِٸKer+Σ9Z2sF PCJ˚nKY-hKT.F;Hb\jNĴ〙Ĵ-ul烑x|0Cۆѡ&q, g’ 2dO<ڐILQ^((-lgH<GL|S|M^œx;DkYB\f?[N;l~Z룩\ȃeaJJ0QiK(ɔJLA0asIS0L0Rm%!S*2Ȫu$f8TIJC/laL1zT=YLk2w8hSv|Df!5{(EǜCxighYU79cx*ϩ|Hpb6 4O'M0! t@Lv۷|h=DZz[Pn׷ogyUri~VZN- ZوGX|ci=j'юƇŖӘWn;С⃱gX.X*U/b6^y۱>[W?ٵw gzO8N͋_b@BhCmAUZ"@5@r ~FIձUnfcT#0dq{ҷhzšuN4vr$B4Xk~̴~^njHno0.HyO(P{v(ZЬ mh.3%LQ> -^$U 5ZF›-p8à |Bt zOLP`9 C(GjfYL5DI -+@gc}giR[>!'OIG2BCJD.* E 73@}jk<1NDA #t Mӡ!G2 -՛m<1Ԛëk?ҶJ&Ra>z$ϩoEq[~@RJ#,ˉL7RiV?fPk]gןf.a7if%mTtJbSP+0$- Urd$3q4P\x'lx+P:XkfdKݳ -nhlBYYL~VW2wNBc#7n&Ԧ>&+R~!4!yK 2?~ӂc}I.$C_ʰʆ|C֖t'sc|S)*ơ*òo\3_3?p4^+!}\0ZxJT1G7$%J. -7xFbP <ՆYPA^؆ʪavܔUXke!Z|# mchh5DzaP+fpB'DfOֻMYv5hg)2V2]ߚV4hJ@ -Oxrrf/5ZD$!LsAQ͞Bu7{T|sEA2#zm7m"ǿ]Bc1ԉpi% k’{%M8]TZUXП.T0/z:x|gQi.--؜!xd,W!Z߿ rL endstream endobj 12 0 obj <>stream -8;Z\r5mi,r&-Mh0&,&):6k>/S>73O;c6YU_Cm/%dEj@oB30/8C-O*j;(_(-BM0./G -D5fdj^Y_ceZmAqS1R*nJ:1ksq;4Pp.3heU)Tl`\B3^`.ficO>VT8I;&;4PooD+P>: -UUeZ&=`3Ij@nV\M^&'f=]\ATYZ&U5-$D4c&=J[7"1J%f("oui1Ut>~> endstream endobj 13 0 obj [/Indexed/DeviceRGB 255 14 0 R] endobj 14 0 obj <>stream -8;X]O>EqN@%''O_@%e@?J;%+8(9e>X=MR6S?i^YgA3=].HDXF.R$lIL@"pJ+EP(%0 -b]6ajmNZn*!='OQZeQ^Y*,=]?C.B+\Ulg9dhD*"iC[;*=3`oP1[!S^)?1)IZ4dup` -E1r!/,*0[*9.aFIR2&b-C#soRZ7Dl%MLY\.?d>Mn -6%Q2oYfNRF$$+ON<+]RUJmC0InDZ4OTs0S!saG>GGKUlQ*Q?45:CI&4J'_2j$XKrcYp0n+Xl_nU*O( -l[$6Nn+Z_Nq0]s7hs]`XX1nZ8&94a\~> endstream endobj 5 0 obj <> endobj 6 0 obj <> endobj 17 0 obj [/View/Design] endobj 18 0 obj <>>> endobj 15 0 obj [/View/Design] endobj 16 0 obj <>>> endobj 11 0 obj <> endobj 10 0 obj <> endobj 19 0 obj <> endobj 20 0 obj <>stream -%!PS-Adobe-3.0 %%Creator: Adobe Illustrator(R) 17.0 %%AI8_CreatorVersion: 17.0.0 %%For: (Jan Kova\622k) () %%Title: (glyphicons_filetypes@2x.ai) %%CreationDate: 7/4/13 8:30 AM %%Canvassize: 16383 %%BoundingBox: 113 -2232 1030 -959 %%HiResBoundingBox: 113.67769712826 -2232 1030 -959.640600000001 %%DocumentProcessColors: Cyan Magenta Yellow Black %AI5_FileFormat 13.0 %AI12_BuildNumber: 256 %AI3_ColorUsage: Color %AI7_ImageSettings: 0 %%RGBProcessColor: 0 0 0 ([Registration]) %AI3_Cropmarks: 0 -2352 1152 -912 %AI3_TemplateBox: 384.5 -384.5 384.5 -384.5 %AI3_TileBox: 296.5 -2012 855.5 -1229 %AI3_DocumentPreview: None %AI5_ArtSize: 14400 14400 %AI5_RulerUnits: 6 %AI9_ColorModel: 1 %AI5_ArtFlags: 0 0 0 1 0 0 1 0 0 %AI5_TargetResolution: 800 %AI5_NumLayers: 2 %AI9_OpenToView: -272 -823 1 1780 1080 90 1 0 78 132 1 0 0 0 1 0 0 1 0 1 %AI5_OpenViewLayers: 37 %%PageOrigin:-16 -684 %AI7_GridSettings: 48 48 48 48 1 0 0.800000011920929 0.800000011920929 0.800000011920929 0.899999976158142 0.899999976158142 0.899999976158142 %AI9_Flatten: 1 %AI12_CMSettings: 00.MS %%EndComments endstream endobj 21 0 obj <>stream -%%BoundingBox: 113 -2232 1030 -959 %%HiResBoundingBox: 113.67769712826 -2232 1030 -959.640600000001 %AI7_Thumbnail: 92 128 8 %%BeginData: 13366 Hex Bytes %0000330000660000990000CC0033000033330033660033990033CC0033FF %0066000066330066660066990066CC0066FF009900009933009966009999 %0099CC0099FF00CC0000CC3300CC6600CC9900CCCC00CCFF00FF3300FF66 %00FF9900FFCC3300003300333300663300993300CC3300FF333300333333 %3333663333993333CC3333FF3366003366333366663366993366CC3366FF %3399003399333399663399993399CC3399FF33CC0033CC3333CC6633CC99 %33CCCC33CCFF33FF0033FF3333FF6633FF9933FFCC33FFFF660000660033 %6600666600996600CC6600FF6633006633336633666633996633CC6633FF %6666006666336666666666996666CC6666FF669900669933669966669999 %6699CC6699FF66CC0066CC3366CC6666CC9966CCCC66CCFF66FF0066FF33 %66FF6666FF9966FFCC66FFFF9900009900339900669900999900CC9900FF %9933009933339933669933999933CC9933FF996600996633996666996699 %9966CC9966FF9999009999339999669999999999CC9999FF99CC0099CC33 %99CC6699CC9999CCCC99CCFF99FF0099FF3399FF6699FF9999FFCC99FFFF %CC0000CC0033CC0066CC0099CC00CCCC00FFCC3300CC3333CC3366CC3399 %CC33CCCC33FFCC6600CC6633CC6666CC6699CC66CCCC66FFCC9900CC9933 %CC9966CC9999CC99CCCC99FFCCCC00CCCC33CCCC66CCCC99CCCCCCCCCCFF %CCFF00CCFF33CCFF66CCFF99CCFFCCCCFFFFFF0033FF0066FF0099FF00CC %FF3300FF3333FF3366FF3399FF33CCFF33FFFF6600FF6633FF6666FF6699 %FF66CCFF66FFFF9900FF9933FF9966FF9999FF99CCFF99FFFFCC00FFCC33 %FFCC66FFCC99FFCCCCFFCCFFFFFF33FFFF66FFFF99FFFFCC110000001100 %000011111111220000002200000022222222440000004400000044444444 %550000005500000055555555770000007700000077777777880000008800 %000088888888AA000000AA000000AAAAAAAABB000000BB000000BBBBBBBB %DD000000DD000000DDDDDDDDEE000000EE000000EEEEEEEE0000000000FF %00FF0000FFFFFF0000FF00FFFFFF00FFFFFF %524C455227527D522727F87D525227529AC36F52525227FD48FFF827F8A8 %275227522727F827529ACA76FD0427FD067D525252FD3FFF7D527D7DA8A8 %FFFFA8A8A87D7DA1C3A1A87D7D7DFF7D7DA8FF7DFF7DA8FDFCFFFDB3FFA8 %5227277DFD05FF7D27277DA8FD05FF5227277DFD06FF272727A8FD05FFA8 %272727FD06FF7D27277DFD05FFA8272752A8FD05FF7D272752A8FD05FF52 %27277DFD05FFA8272752A8FFF827F827FD05FF7DF827F87DFD05FF52F8F8 %F8A8FD05FF27F8F827FD05FF7DF8F8F852FD05FF27F8F827A8FD04FFA8F8 %27F852FD05FF7DF8F8F87DFD05FF52F8F8F8FD05FFA827F8F827A827F8F8 %F8FD05FF7DF8F8F852FD05FF2727F8F87DFD05FFF827F827FD05FF7DF827 %F87DFD05FF52F8F8F8A8FD04FFA8FD04F8FD05FF7D27F8F852FD05FF2727 %F8F8A8FD04FFA8F827F8F8FF2752277DFD05FF7D275227FD06FF52275252 %FD05FFA827522752FD05FF7D522727A8FD05FF2752277DFD05FFA8275227 %52A8FD04FF7DF85227A8FD05FF52272752FD05FFA827275252A827272752 %FD05FF7DF8272752FD05FFFD0427A8FD05FFF827F852FD05FF7DF827F87D %FD05FF27F82727A8FD04FFA8FD0427FD05FF7DF827277DFD05FFFD0427A8 %FD04FFA8F8272752FFFD04A8FD06FFA8A8A8FD07FFA8A8A8FD07FFA8A8A8 %FD06FFFD04A8FD05FFFD04A8FD06FFA8A8A8FD07FFA8A8A8FD07FFA8A8A8 %FD07FFA8A8A8FDFCFFFD19FFA8A8A8FD07FFA8FD09FFA8A8FD08FFA8FD09 %FFA8FD07FFA8A8A8FD07FFA8FFA8FD07FFA8A8A8FD07FFA8FD09FFA8FFFF %A827F82752FD05FF7DF8F8277DFD05FF27F8F852A8FD05FFF8F8F87DFD05 %FF7DF8F8F8A8FD05FF52F8F852FD05FFA8F8F8277DFD05FF7DF8F8277DFD %05FF27F8F852FD05FFA8F8F8277DFFF852F827FD05FF7DF8F8F852FD05FF %52F8F8F8A8FD04FFA827F8F827FD05FF7DF8F8F852FD05FF2727F8F87DFD %04FFA8F8F8F827FD05FF7DF827F87DFD05FF52F8F8F8FD05FFA827F8F827 %A827F82727FD05FF52F8272752FD05FF27F8F827A8FD05FFF827F852FD05 %FF7DF827F8A8FD05FF27F82727A8FD04FFA8F8F82752FD05FF7DF827277D %FD05FF2727F827A8FD04FFA8F827F827FFF8522752A8FD04FF7D277D52A8 %FD05FF5227527DFD05FFA8277D277DFD05FF7D272752A8FD05FF2752527D %FD05FFA8F85227A8FD05FF7DF85252FD06FF5252527DFD05FFA827275252 %FFFD0427FD05FF7D27F82752FD05FF52272727A8FD05FF2727F852FD05FF %A8F827F87DFD05FF52F82727A8FD04FFA8FD0427FD05FF7D27F8277DFD05 %FF52272727A8FD05FF27272752FDFCFFFD75FF527D7DFD06FFA8527D7DFD %06FFA8527DA8FD06FF7D527DA8FD05FFA85252A8FD06FF7D5252A8FD06FF %52527DFD06FFA8527D7DFD06FFA8527D7DFD06FF7D527DFFA8F8F8F852FD %05FF52F8F8F87DFD05FF27F8F827A8FD05FFF827F852FD05FF7DF827F8A8 %FD05FF2727F827A8FD04FF7D2727F852FD05FF5227F8F87DFD05FF2727F8 %27A8FD04FFA8F827F852FFF8F8F827FD05FF7DF827F852FD05FF52F827F8 %A8FD04FFA82727F827FD05FF7D2727F87DFD05FF275227F87DFD05FF2752 %F827FD05FF7D2727F87DFD05FF522727F8FD05FFA8272727F8A82752277D %FD05FF522727527DFD05FF27272752A8FD05FFF852277DFD05FF7D275227 %A8FD05FF52272752FD05FFA827272752FD05FF7D272727A8FD05FF275227 %7DFD05FFA8F85227A8FFF827F852FD05FF7DF8F8F87DFD05FF52F8F8F8FD %06FFF8F8F827FD05FF52F827F87DFD05FF27F8F827A8FD04FFA8F8F8F852 %FD05FF7DF827F87DFD05FF27F82752FD05FFA8F8F82752A87D525252FD05 %FFA85252527DFD05FF7D525252A8FD05FF5252527DFD05FFA8525252A8FD %05FF7D525252A8FD04FFA87D525252FD05FFA85252527DFD05FF7D525252 %A8FD05FFFD0452FDFCFFFD75FF275252A8FD05FFA8275252FD06FF7D2752 %7DFD06FF522752A8FD05FFA827277DFD06FF5252277DFD06FF272752A8FD %05FFA8275252FD06FF7D27277DFD05FFA8522752A8A82727F827FD05FF52 %2727F852FD05FF2752F8F87DFD05FF2727F827FD05FF7DF8F8F87DFD05FF %52F8F8F8A8FD04FF7D27F8F827FD05FF7D27F8F852FD05FF2727F8F8A8FD %04FFA827F8F827FFF827F852FD05FF7DF827F87DFD05FF52F827F8A8FD05 %FF27F82727FD05FF7D2727F87DFD05FF2727F827A8FD04FFA8F827F852FD %05FF7DF827F87DFD05FF52F827F8FD05FFA8FD0427A8272752FD06FF5227 %2752FD06FF2727F852A8FD05FFF827F87DFD05FF7D275227A8FD05FF5227 %277DFD05FFA82727527DFD05FF52275252A8FD05FF2752F852FD05FFA8F8 %52277DFFF827277DFD05FF7DF827277DFD05FF52F82727A8FD05FF272727 %52FD05FF7D2727277DFD05FF27272752A8FD05FFF8272752FD05FF7DF852 %27A8FD05FF52F82727FD05FFA827272752FFFD04A8FD05FFFD05A8FD05FF %FD05A8FD05FFFD04A8FD06FFA8A8A8FD07FFA8A87DFD06FFFD04A8FD05FF %FD05A8FD05FFFD04A8FD06FFFD04A8FDFCFFFD19FFA8A8A8FD06FFA8A8A8 %FD07FFA8A8A8FD07FFA8A8A8FD07FFA8A8A8FD06FFA8A8A8FD06FFFD04A8 %FD06FFA8A8A8FD07FFA8A8A8FD07FFA8A8A8FFFF27F8F87DFD05FF7DF827 %27A8FD05FF52F8F827FD06FF27F82752FD05FF7D27F827A8FD05FF5227F8 %52FD05FFA8F827F87DFD05FFA8F8F8F8A8FD05FF52F82727FD05FFA827F8 %277DA827F8F8F8FD05FF7D27F8F827FD05FF2727F8F87DFD05FF2727F827 %FD05FF7DF8F8F852FD05FF52F8F8F8A8FD04FFA827F8F8F8FD05FF7D27F8 %F852FD05FF2727F8F8A8FD04FFA8F827F8F8FFF827F852FD05FF7DF827F8 %7DFD05FF52F82727FD06FF27F82752FD05FF7D2727277DFD05FF2727F852 %A8FD04FFA8F8272752FD05FF7DF82727A8FD05FF52F82727FD05FFA82727 %2752A82727527DFD05FF52272727A8FD05FF27272752A8FD05FFF827277D %FD05FF7D275227A8FD05FF52272752FD05FFA8F8525252FD05FF5227277D %A8FD05FF27522752FD05FFA8F852277DFF27522752FD05FFA82752277DFD %05FF7D275227A8FD05FF52275252FD05FF7D2727527DFD05FFFD0452A8FD %05FF2752277DFD05FFA82752277DFD05FF7D275227FD05FFA852275252FD %FCFFFD74FFA87D527DA8FD05FFA852527DFD06FF7D7D52A8FD06FF525252 %FD06FFA8527D7DFD06FF7D5252A8FD05FFA87D527DA8FD05FFA87D527DA8 %FD05FF7D5252A8FD06FF527D7DFFFFF827F852FD05FF7DF827F8A8FD05FF %5227F827FD06FF2727F852FD05FF7DF8F8F87DFD05FF2727F852A8FD04FF %A8F827F87DFD05FF7DF827F8A8FD05FF27F82727FD05FFA827272752A827 %27F827FD05FF7D2727F852FD05FF2727F8F87DFD05FF2727F827FD05FF7D %F827F87DFD05FF522727F8A8FD04FFA82727F827FD05FF7D2727F852FD05 %FF2727F827A8FD04FFA8F852F827FFF852277DFD05FF7D275227A8FD05FF %5227527DFD05FFA827525252FD05FF7D27277DFD06FF2727277DFD05FFA8 %F852277DFD05FF7D275227A8FD05FF52272752FD05FFA82727527DA8F8F8 %F827FD05FF52F8F8F852FD05FF27F8F852A8FD05FFF827F827FD05FF7DF8 %F8F8A8FD05FF27F8F8F8A8FD04FFA8F827F827FD05FF52F8F8F87DFD05FF %2727F8F8A8FD04FFA8F8F8F852FF527D527DFD06FF527D52A8FD05FFA852 %7D52FD06FF7D527D7DFD05FFA87D52527DFD05FF7D7D527DA8FD05FF527D %527DFD05FFA8527D52A8FD05FFA8527D52FD06FF7D527D7DFDFCFFFD74FF %A82727277DFD05FF7D272752A8FD05FF5227277DFD06FF272727A8FD05FF %7DF82727FD06FF5227277DFD05FFA8272752A8FD05FF7D272752A8FD05FF %5227F87DFD05FFA8272727A8FFF827F827FD05FF7DF827F87DFD05FF52F8 %F8F8A8FD04FFA827F8F827FD05FF7D27F8F87DFD05FF2727F827A8FD04FF %A82727F852FD05FF7D2727F87DFD05FF522727F8FD05FFA82727F827A827 %F82727FD05FF7DF8F8F852FD05FF27F8F8277DFD05FFF827F827A8FD04FF %7DF827F87DFD05FF27F827F8A8FD04FFA82727F827FD05FF7DF827F852FD %05FF2727F827A8FD04FFA8F827F827FFF8527DFD06FF7D275252FD06FF52 %2752FD06FFA82752277DFD05FF7D272752A8FD05FF2752277DFD06FF2727 %2752FD05FF7D277D52A8FD05FFFD0452FD05FFA827277D52A8F8F82727FD %05FF7DF8F8F852FD05FF27F8F827A8FD05FFF827F827FD05FF7DF827F87D %FD05FF27F827F8A8FD04FFA827F8F827FD05FF7DF8F8F87DFD05FF2727F8 %27A8FD04FFA8F827F827FFA8A8A8FD07FFA8A8A8FD07FFA8A8A8FD06FFFD %04A8FD05FFFD05A8FD05FFFD04A8FD06FFA8A8A8FD07FFA8A8A8FD07FFA8 %A8A8FD07FFA8A8A8FDFCFFFD19FFA8A8A8FD07FFA8A8A8FD07FFA8FD09FF %A8FD08FFA8A8FD07FFA8A8A8FD07FFA8A8A8FD07FFA8A8FD08FFA8A8FD07 %FFA8A8FFFFA8F8F8F852FD05FF7DF8F8277DFD05FF27F8F852A8FD05FFF8 %F8F87DFD05FF7DF8F8F8A8FD05FF27F8F827FD05FFA827F82752FD05FF7D %27F8277DFD05FF2727F827A8FD04FFA8F827F87DFFF8F8F827FD05FF7DF8 %F8F852FD05FF52F8F8F8A8FD05FF27F8F8F8FD05FF7DF8F8F852FD05FF27 %F8F8F87DFD05FFF827F827FD05FF7D2727F852FD05FF5227F8F8A8FD04FF %A82727F8F8A82727277DFD05FF7D2727277DFD05FF2727F827A8FD05FFF8 %27F852FD05FF7DF82727A8FD05FF52F827277DFD04FFA827272752FD05FF %7DF827277DFD05FF2727F827A8FD04FFA8F827F852FFF85252FD06FF7DF8 %5227A8FD05FF52275252FD06FF2727527DFD05FF52275252A8FD05FF2727 %27527DFD04FFA8F852277DFD05FF7DF85227A8FD05FFFD0452FD05FFA827 %27527DA852272752FD05FF7D2727527DFD05FF52272752A8FD05FF275227 %52FD05FFA82752277DFD05FF7D275227A8FD04FFA827275252FD05FF7D27 %27277DFD05FF52272752A8FD04FFA827522752FDFCFFFD3EFFA8FD36FF52 %7D7DFD06FFA8527D7DFD06FF7D527DA8FD06FF7D527DA8FD05FFA87D52A8 %FD06FF7D7D52A8FD06FF527D7DFD06FFA8527D7DFD06FFA8527DA8FD06FF %7D527DFFA8F8F8F827FD05FF5227F8F852FD05FF2727F827A8FD05FFF827 %F852FD05FF7DF827F87DFD05FF27F8F8F8A8FD04FFA8F8F8F827FD05FF7D %F8F8F87DFD05FF27F8F827A8FD04FFA8F8F8F852FF2727F827FD05FF7DF8 %27F852FD05FF522727F8A8FD05FF2727F827FD05FF7D2727F852FD05FF27 %27F8F87DFD04FFA8F8F8F827FD05FF7DF8F8F87DFD05FF52F827F8A8FD04 %FFA827F8F8F8A827272752FD05FF52272727A8FD05FF27272752A8FD05FF %F82727A8FD05FF7D275252FD06FF5227277DFD05FFA8F827527DFD05FF52 %27527DA8FD05FF27522752FD05FFA8F8522727FFF827F87DFD05FF7DF827 %F87DFD05FF52F82727FD06FF2727277DFD05FF7D272752A8FD05FF2727F8 %52A8FD04FFA8F8272752FD05FF7DF82727A8FD05FF52272727FD05FFA8FD %0427FFFD047DFD05FFA87D527D7DFD05FFFD047DA8FD05FF7D7D527DFD05 %FFA8527D52A8FD05FFA8527D52FD05FFA87D527D7DFD05FFA87D7D527DFD %05FF7D7D527DA8FD05FF7D7D527DFDFCFFFD1AFFA8FD2FFFA8FD13FFA8FD %16FF272727A8FD05FFA8F82752FD06FF5227277DFD06FF272752A8FD05FF %7D272752A8FD05FF5227277DFD06FF272727A8FD05FFA8272727FD06FF52 %F8277DFD05FFA8272752A8A8F8F8F827FD05FF7DF8F8F852FD05FF27F8F8 %F87DFD05FFF8F8F827FD05FF7DF8F8F87DFD05FF27F8F8F8A8FD04FFA8F8 %F8F827FD05FF52F8F8F852FD05FF27F8F827A8FD04FFA8F8F8F827FFF827 %F852FD05FF7DF827F87DFD05FF52F827F8A8FD05FF27F82727FD05FF7D27 %27F87DFD05FF27F8F827A8FD05FFF827F827FD05FF7DF827F87DFD05FF52 %F82727FD05FFA8FD0427A82727527DFD05FF5227525252FD05FF27272752 %A8FD05FFF852277DFD05FF7D277D27A8FD05FF52275252FD05FFA8272752 %27A8FD04FF52275252A8FD05FF27522752FD05FFA8F87D5252FFF8272752 %FD05FF7DF827F852FD05FF52F82727A8FD04FFA827F82727FD05FF7DF8F8 %277DFD05FFFD0427A8FD05FFF827F852FD05FF7DF827F87DFD05FF52F827 %F8FD05FFA827F82727FFFD04A8FD05FFFD05A8FD05FFFD05A8FD05FFFD04 %A8FD06FFA8A87DFD07FFA8A8A8FD05FFFD05A8FD05FFFD05A8FD05FFFD05 %A8FD05FFFD04A8FDFCFFFD18FFA8A87DA8FD06FFA87D7DA8FD06FFA8A87D %FD07FF7D7D7DFD07FF7DA8A8FD06FFA87DA8A8FD05FFA8A87DA8FD06FFA8 %A87DA8FD06FFA8A87DFD07FF7DA8A8FFFFF8F8F87DFD05FF7DF82727A8FD %05FF52F8F852FD06FF27F8277DFD05FF7D27F827A8FD05FF2727F852FD06 %FFF8F8277DFD05FF7DF8F827FD06FF52F82727FD05FFA8F8F8277DA8FD04 %F8FD05FF7DF8F8F827FD05FF27F8F8F87DFD05FFF8F8F827FD05FF7DF8F8 %F852FD05FF52F8F8F8A8FD04FFA8FD04F8FD05FF7DF8F8F852FD05FF27F8 %F8F8A8FD04FFA8F8F8F827FFF8272752FD05FF7DF85227A8FD05FF52F827 %27FD05FFA827272752FD05FF7D2727277DFD05FFFD04277DFD04FFA8F852 %277DFD05FF7DF852F87DFD05FF52272727FD05FFA8FD0427A8F827527DFD %05FF52277D7DA8FD05FF27272752A8FD05FFF85252A8FD05FF7DF85227FD %06FF272727527DFD04FF7D275252A8FD05FF522752277DFD05FF27522752 %A8FD04FFA8F8522727FF2752277DFD05FFA82752277DFD05FF7D275227A8 %FD05FF52275252FD05FFA82727527DFD05FFFD0452A8FD05FF2752277DFD %05FFA8275227A8FD05FF7D275227FD05FFA852275252FDFCFFFD74FFA87D %527DA8FD05FFA85252A8FD06FF7D7D52A8FD06FF527D52FD06FFA8527D7D %FD06FF7D527D7DFD05FFA87D527DA8FD05FFA87D527DFD06FF7D5252A8FD %06FF527D7DFFFFF8F8F852FD05FF7DF8F8F87DFD05FF27F8F8F8A8FD04FF %A8F8F8F827FD05FF7DF8F8F87DFD05FF27F8F827A8FD04FFA8F8F8F852FD %05FF7D2727F87DFD05FF5227F8F8FD05FFA82727F827A8FD04F8FD05FF7D %F8F8F827FD05FF27F8F8F87DFD05FFF8F8F827A8FD04FF7DF8F8F87DFD05 %FF27F8F8F8A8FD04FFA8FD04F8FD05FF7DF8F8F852FD05FF27F8F8F8A8FD %04FFA8F8F8F827FF277D527DFD05FF7D275227A8FD05FF522752A8FD05FF %A827522752FD05FF7D275252A8FD05FF27522752FD06FF275252FD06FF7D %F85227A8FD05FFFD0452FD05FFA8272752A8A8F8272752FD05FF52F8F827 %7DFD05FF2727277DA8FD05FFF827F852FD05FF7DF827F8A8FD05FF27F827 %27A8FD04FFA8F8F8277DFD05FF7DF827F87DFD05FF2727F827A8FD04FFA8 %F827F87DFF7D7D52A8FD06FF7D7D7DA8FD05FFA87D7D52FD06FFFD047DFD %05FFA87D7D7DA8FD05FFFD047DA8FD05FFFD047DFD06FF7D7D52A8FD05FF %A8527D7DFD05FFA8FD047DFD2CFFA8FDFCFFFD47FFA82727277DFD05FF7D %272752A8FD05FF5227F87DFD06FF272727A8FD05FFA8F82727FD06FF52F8 %277DFD05FFA827F8277DFD05FF7D27F852A8FD05FF2727F87DFD05FFA827 %2727A8FF2727F852FD05FF7D2727F87DFD05FF5227F8F8A8FD05FFF8F8F8 %27FD05FF7DF8F8F87DFD05FF27F8F827A8FD05FFF8F8F852FD05FF7DF8F8 %F87DFD05FF52F8F8F8FD05FFA8F8F8F827A8F8F82727FD05FF7DF8F8F852 %FD05FF27F8F8277DFD05FFF827F827FD05FF7DF827F87DFD05FF27F827F8 %A8FD04FFA8F8F8F827FD05FF7DF8F8F87DFD05FF27F8F827A8FD04FFA8F8 %F8F827FF275227A8FD05FF7D275252FD06FF52275252FD06FF2727277DFD %05FF52525227A8FD05FF275227A8FD05FFA8F85252FD06FF7D277D27A8FD %05FF525252FD06FFA8275252A8A8F8F8F827FD05FF7DF8F82752FD05FF27 %F8F8277DFD05FFF827F852FD05FF7DF827F87DFD05FF27F827F8A8FD04FF %A8F8F82727FD05FF7DF8F8F852FD05FF27F8F827A8FD04FFA8F827F827 %%EndData endstream endobj 22 0 obj <>stream -HWɎIh_J.H՚Si4C<[<##Fm{lK Q7aļ۬~%go^{˛ϗKX?xou k+!gx km\{*%HI)!ȝrDBa\I!qrK-D{ b|0 FP(}FR7ȠXY3`u|9EZ3pz#xHV<}qU(3=qeOv\yu~۟e$ - w]*\[vd[ˍmD;mk3fEN$a%Q5Y촮EAO}Xa X5f˼[f-}pO_s3C]sѝ7Ed Zʛ_sd"NG@N$ -e%",l2jkoy'ŕz̓LJ%'D,,,X>0"U-<>ePbo/ȱAD# MD˓ f i_ȥY qUzd>ȥq|6b+[VSp\s4CqSKM GSۋ+(+J -(iaRdZ7i:I13 _5 5̔}6a@q?!\JƒnFUG;OӸ]cW}db$g3Ti(Y ӗʊ1 U[]c@HмL^v-sQ!h/f[K$;@cw(ϱ\$Rq:DtLTT$ {0A= -у^ rjžXքJy6P8yA!9ZJȭ\f V$pI%;T<| '7[AmsStob:n3:l}gnٵQ=f:/Va)6C~y^o^agڀ&6!6.Gk mĴnڌyCjÞE͸k;Zg>4mG7shǛ~|_Y^ .}^.o\~goCٰ8_ôy^My{]n\?xJs5HiGMm%KZLQϱ[uvKp7GAa.oQf %#;  -xKNIt{ɍBv{~f*foXezbBdרm%`ڶRa|#6?>cVt(k\kb4n[9mkxakQC?BJ`oy ,]X+=u`{>69:0E}5L !Qusd;(>l<y1f 0#lƜ$(zqEk.ӆqb#]Þ6`QohYC$(@Z@ nn Bв -A=fǨj̦ `=ݼjb6yO;{KX썤rМYMHSI0d0J;.,lq"=< }JЫcAu`9r|'4Pvw4` JNB0:vժSQZU&&C#bΒ[{-u0lΠ}-!fW#(U@!}wjJHHs@7D'4Z`%aDRFUX)S/ܝ56z&جĻPS (rԷ$0 Qg[<-دʰf=8g$30R(jZ@klzVNJ~R)., P⃧Wncڙv|3U+- ̌>p`jSҺ4w%&ɷȥ9\a*1XPࠢٯ*zVIrdyJ_,zETDoNV9=J{9CФ$ # 0.bρ&a-h(-TA??uɓ }U0 ҴN7ېQkic??qh?|_>JH|x|vyx)=\^//޼ yګf>Aa6p%Jx\oKEi w#qv3G#Q9$KOs.Dg"Ǵ>R ٫z&Y(EZNgfJ]2+P00SVB? m'a?b#6ddRVWazgى W{<ƉCgFbuC1Xk(NS8>۬%4)(|We}@c_[k>9qa \&М u O.+ YLf)lmJS^h5"u#N?|tYɮIݖj3Y#ݨ_Zʐe%=8s}BvX^G: i}PY☎0@mmYz(uLfB]17 TU$ -q&Ylʚf.&6kڢ|HYJs 0'TASCSi]Oc㐕HMYhvR ӞtkI`0U(X jۭQ?Y߆B@o,J!TJ_Z0mS2Rk,m6J9}jvњ~U -TjC (fs޴%0R4+P(b9v2BDrbpN%"Ughk -a(خˌ+X,0cᲆ9 k=F*ZHJ6iitqG31>Z1x̼5XBt" 3 (|&F&13qb͡ښhi ҏV9S9ZOq`-{jS+өy|2`W8oCO`8[dc g4RC (_NEHz("%1L-ƅjkJ9̏\4?B~$[b7G -C3rٿFTfI"O8@bz:%- -G1 `- -[q%#Gѹ 2p<(>r!Մ,3{3ZzhwNNj00^7cjU+k^J_v583ƈU`\'AUu8WUDs4v Xp[G@YM=M%MC"d>zhqr+yݚWo|_}Wa>~{S X +w 0D^11ul3S#mk~CowBI*-cʣ G 9I9&sDk4L۪PZPgZhZL1Jz`'ɉ(+ J^#ŏ&[Tz. C& HQ:Lcd"_G"Y2[!-Q5R0F i ?ƣ*vQ/~ AZ7VB.2{rsn=3BR|Adž&(ynh@"}T G^z${ Ҭgc][kgK'0EY Ui`̖b -,Esh5^WoЬc_6ˬy]kvy"ۊlADEWA1ܥʷFQV& h诘 M姜IIcTrYd .hMцTA &Ratlq`$oDIVcrA~Oڊb2Z^hy(-((] hɵk馩 ^ srE+ -((ڪJm Y#E^" -A( 1FbQ}^3+4[$0 JNkKFZPU(Fd\\5J-^fb `f-&KݑS -Bq+'A5f1ñ;*N&E#jȫ?~|}}gz~o>~~Ų{Dwn^(% -,a -Y,xq~ƒi^Yף .!+.YӪ~ܛ KRc*\ڗ}]ND` )2MʨKUt|XD5Y ذш0β1c2#bX! e31 3?1~G^C#A p.U49[hLnñ̓a6m\gXR- guͮl};TM̻r%5ᚚp,+S0`J II|PaKd:9ٳ&8 -T;7X\RuEz|DrT4<ҍ&M>̿FՔ*b |k6禥\b'& '~svX] Ma.fR35tfy8Fo֮ $WJ*4Ct>7J':\Eu)b1#Eݩ^VC/ubiXZSN@z2V]a T NN' 6!K -,Y3>DSVnH坺X)4zxVסY,4Q$úF:*bzHn.4,"pVlצ9]qH :i=pMM8uSf}GUܔ<v/VCa"YH^Iyf/Cŋ5:(|Q$ t ;L+dFqS6bUIܛ^Y" -t>OS4:`P$J"jvKN^qQ$VVn>| 5ݩz^|U;_mMcD34 M4C3Ќ.XN ,$gcsؖ,in|Z .=8dgz5/ zg |Cɖ{0O{nrp>|Y`JTVJv^9'oX=mHgBws1aᅳf;7'-2ȇkj©kvD MlmqG7w1gŰ]+gm=|C8+) &}쎽Fgr~xx[.zdl-pc(ܦOvm& ..fy+.oο^O7%5#cj' ͣy;Y";|Ln[~;uFаZec݊.cF?VKKvq.tHC4|xq\31ԟL'KmƊx@ }vPK -]J?M|-ERwGi, G#xi \0@ܶ'[@Ē@@IG#xz8g݊qHE+sMSLFi!BY1E : Srl4(HӰQ`Y]]x S9|=53MC i3Nؗ1Z{ hX\V-(DzboxA>'RD[6]Heb-Ȏ:a妔)Xp/< ;i4!?61Jnۅ&0 p}((9-S\(ywh;|]H7?*Eۥ(k&$\w?iXH"ik{ON 3Id(! úUϮq!#Ia!ᅳf;] ma%=هkj©2raֳ6J44.F dvBMF', de5n(^Tс(E&r<1 Y9b)"7o}g/K#$$,`X Fm4fp‡W\¶%Lq5z^|k8^9i2 M\Jմ$ ]65Cz8:z8u)>u89]\7t9zUݔeh2 d|St OS_7t_og1VM.QK ' 0^sz%tflԂSMڥy<`L?igsy3Rnh>3&KNEy~$F;Iy6+^3,#oèw*o:|޿;Զ$yȶԐ>ka->ڭ؇"ݔcp:[fYmDjƛ:S仿mL1mX;U`7o*Pn /Pa+geh`JX #1#9uJItl-0}Ig %3L<MZҫ( g_I' :bdq,f*ڙp3ܚR%'YJNXQ`hs]qؑ+ #'ק0!m1t6wOig i=I0 Nx.6+Pw&UR]:(EB$#+R-Yj*$%{)+wV;Z֩4CQ_eͧTv-cV"w:hԮ7I3vyzHe62w1L9Q{o ]wvy>mVNb{\nhY7w|ol&͓\Y\oöZb^Eg2CXF׸pڴ1!)A!2cg.#29"A!͹<ܸ6!q)FuWq=д 9C\F|s~K $!ܖʅq̓)|9CNp3mpL<"ϴA:[JB1l5tv;AC+'2x)W7ݰ= qlLv|?K9Hj"#2p1-2?G^y|Αqcn>LjieCJ7![(sVSH$}EW9!2KicX? ӳӏ(s ި,NoL*6K.iR{[Ĝ7, oV1Eӻ Vϟ<vzJVۻEL/m[Y៌ ڐ D1dX#BOb29"A!͹=󋜞6!Oڨr%]!/pz%iC\}Nۧ]t7+#z|XƧk 6Kn{W&}=l]{r60+h|M\8_?[ Mjз4}UzfS61SknΔ+g7cL{Z{6G,[{]_ֳ#/ޭX>$Sܱu w[Y=LUm<_Nֽl4ܽun:{>kjdexP䧋lEz.-nhXo߬,FwpeϚ^/D_FފZ:hg ˳S1/HiWKc7mc'˩p G MưqlpFj,ߞ,d׎Q` 3oS3Q=c.\` rcnSPJP1\1 ?ByP81B, d]JYYGLj˅(&6'GB<ɳP*˴ ɞfG(vyseJg]`K},hpPNFr=nvO7GMMs -;ߛU -]zlyP*K}d]>Unpm͟:;S8l1Ǒw!C*j>ʿ:j'kgHZTƸdXZTsC)Vϡ=iCd ƴ1Ӊדd/$ژ3K"6nb ƺ%l+ACC {3v7i?W?(qJ\0 J,j]rz+qw.C#9LNl`Vbe܁;KJ(YoT9ʬκh7XadVSlj4+֙=K`J\O+eJ|?y,^*pV3%;>5(q6~-c#L@ٸd 38=󋔸9WKKz}8s dŸdXTpQϡ-D5L ƴ^F9ß&0r+iRY!_53&#"Gr,G%eEgRJkF_Eй\m+ƿJ8Eev3-:ǡ7Lʬκh7W[,>w-1.:eQ]v TfkÕdxkEQ`QTf)ԁmN~=nsBv=7ZTQ}$`q)jbq(=4T;Wg)_[Ø(Z$za\` r1& ƴ.z/KhtH(Ssp9ϡ-p? -!r ƴҮ^*lI'Q9D>V3.یKm?S,n2 31C^_&8]kep*)C%ep'd b`3 , 68oYVN8*#rX")[2ˍe -^M{.>'QU T׽NDQ!>b=ZgQ'"۞EW!Hv&"2-vp#a8FDꈽm1jd$.:1^J!GL&~i&:9˳YAP$@"t<;zF{FmT8n:鲙PtY'QkVK_|߳&ŁiDoo oȝB:?Yf &/-ėX!Ss}3ܹWszmܼw-wKUc௝˦<#c`PpdC_.o/~ӵyGfǘEJǟUm^DIB+/'[[_ /鹊s-K6P3c2G$:9Pb#EsW-GAa4J,rkL~aݗrw0i)\T7ʪ(yXٟ˄wQ5TF64KojGّz2/BgכHs?Nc#o -SYuzݏ;NWZVz*o$>ۍޤ~gߗ!ߍ G|'O$fYa*7ӌQȟn%;#-~|~ؐx35?c?aLcr튄89?q#EA̼5EL;}(h-OC. MJŜ{;yYۨ|y9[ T]+$f6 OX3̌@\e"UĮ'S"s/i>%Sɰ詥rxc"W&;yoOdeL4J -&sn!kP"Ssƒh"2Ӝi'gZ2HJg3Oi\ÍCkIS0O9Z4Cr:0GTb.!Wݠ -fAqaPvp6,8ɴ"ʹtײGPduvF .FefzqRMn0ba'>Ff&jX= d&ٲNNc\lfLep/7n}Mӡib7toU7q!j{gYiap8]k5OU~$X;ܧѹq@:Ũ&acu,%t7+3nEiRMS Q},.a`2!qKϽB߹j-=b գɌ1GJN>Qی=.z&N {4j2rjG+MXPѫ.]{"ty*'Li9 ϸ(E&j1yvr" ofj飤A!PHM]TyօAc@J-~jJ-'g'ݔAԢPN c+CҤgQKjԲl&Xlްaz0FKc†Dl ޜrp:eMb#l9-aㅚs3[}En, 4Wt: -ona8D48DܯZHM돢]"%aj W-ߔNΧׇhdL_mD2-w#֯JD2&)3Y$.i19>m$f5ޜ!dZܜy:'i1Л2 4I؇:yH02}88v0|KqÓm d& 5B^uAq -ȈD1^:pfj 2bȰfQ-ivp6AƐGg dz;cns&.M^!H_UM+4A\P9Ye6 FKQӜ7Pz~yhQs` lŒ&)F%Pghf7pHdfل'?0.6b0^97fߗ0%X^${;IW-ߔfyJso|H.hQx n6C&5-$Nn3\uuZ爧!\ 9XZI7cyOqϿ}g g(pF4ihry[>Y8 g 6R0Sqfa\;λ j4O8\ -<*.+]'D`,)%^= >%8'Xr Ԁfz⏼Wٛ,|W]DdD49WBuHr`L؁͞hԜh"Ӓig)2 hr9@9ͩ4:ǀT,։9 HrjԤ8\-PsrϮGT#qhE*TyAN5}ءhq3ڰ0Y6pb -zH'c g{6H=$f9,n̴L kMqrMXb#9-aㅚs3k}{Sp -^Wp/78P ڋӷͻiXSm͍6"a^liQ8ܯZW-ߔf~QҼ`rh)7/n73@ӖP߿ZXkNU94i.ghrìQA౼>*gb2,םf}^|Uk5#։>֬i ɣVE#tug&&W6e@A/q>cZFDnvEI#sWYDԪZ9Upsn4*׋3mj9@4iI3d'Pk>Ze鉫3ܜIr LG0 -j퐫U{,(.#Nΰ|ZB:]ꌙaIhCʻal)-a&JjZxjMP-AKle ]pfNaHsm&c־'__90J!`Czңvshz1'c(V g?C[`=\ f:;cYa-IH%_4XԢ-qeOO|础1n$֚k~DQ|u`3V -`Jh#` Vhr9:B/i@VMVȀ2vKB#x4 2}y;dp3뮋z>_1Ȓ|3|v|kR} gh p E]+֌8Ơ0ʋ, a][5XFSϏaN{/E*C<]+ꄶDz_>Q߅:CfZ=ѼzIZQh 6/>stream -Hėˎ\lHF!w{%7:Jv!Æ"8"obXV#CۡxNpS^}<}T/7:}9}{¹aS5-kC)cl qzyk0jy)e5m#lSzy!Q:\fNѬϥ9aPD_pCCTS5i4k!$IsIq΁GO1YRj:'7#i WtCE xR9Bgv b`xy~\${SBv)nwv͜ ~'_gsWoƾ#mي-Ҷ,aㅚs3}|m> ʞ%E>&օwJ7m;ߨn ݏnz͚(*ܛ|vg =\̏}5oN/o?>gӛ\^_ۗۋW??ƞ_ |deB/-?\4?]4"ڋ> gťt -#GLR -AK/zRjzwV<`kХ3Hc .r1}ϵ]% Wx?Kp>8*f'{m#*Mkԅx?kB4?cN]=T9Kh -!%. -*p0k~SM܍#@3/3dO {Pp["Ł/|E2DAD(SiNWM8-GmѬ -m@lWc Nn6{\Ӧڟ/;ZY&˦4M@b#8Z 5f2P@+XQWWUљӫƂ wCtuSy]n)VP5Uz(p nad[8BRw%h -%v2QI-o\(^o̿?-K2z^bYD7MKkb\ .RWAn1:&%bZVvXt4[*vLuu!݅5Xk( L=riwR>8\Ck uՅ_ا~& c +Яi\fF!)m.+<|.#H@,8a+Q` j^!Ư;1:QDC¤eӘDC؉K:q0)J6ae֌j]wƥØH#7IHc?K='hbu\]6!>s;; 5>x.K#:rVqx>Twy1.dHnѷ#(NWB;[ԥ0g9u,Zpt9oQ(yXSVHI1k50 -&$6S4Pδ/dOjwBQ:xdg0a- )ެHZ:[jī}Y[!a^ޠP\$}cwF>_l'ţ7x#!گ'v_ߛivt+Fp{#ϲ -0byr5d?rݕ!Yx"n{CgG/߂^נ` ^atޮi)?G[e~(q-^|0MƂbJLrԋ$>Eb#YW!5K KH&Hu'[E:ZG@ǽLG)b { DH)G85YdΎܷgL4>aIALI LK;r% PLtq 7i?q=5hLd|X9rՍ,+E8tFgfNon85hg+ٲbxZ #Zǟ ѦM40{IG;[&#؆h&:r - \lfxf2w呐FoޗBٽi DSD3?tI˝=]qםzH6 !*kMP1O:*Ł #{[7Kn8*oe/ٕ9E{ջN{V9{Qӵ>ܦ7F9` M76f+<~_˶lT['m#4ɭ9kUg=˯.O- 4Ϗyf&7@i6 -5|0޼i~@sZMz8&a3A#t*gfTJ*Mji 5ZXWX"`q\UζqjV(I=͋?j 䨙)XKNxlQcV2ptv{9T;5NNO͙$ݧVSWBcZQzlλ*,U4I,АU@^!АUNBCV! -<Аo7d3Ic,2_4_Dgֳfڻ*/kUeutXԅ 2 }'h\dN&jI-3oݍY$.њ؇$:R@5zmU#3.Ւ0@kb)4QBGɞo[7&Zu>&q!kM5\vf9S]uP\ߵGQ:(,L+{t Mb+N"`F?ąviZQ8kHIE~U]p*[3P^AQ@o(61d{4΢uŵJBv Ջ&C{iU?ArjfpRtϝ7hgU Jֳ?,!⹏4LkInU 7g\%[1/QzV 3S~mk,:WWj< ݩm\)4g~b?HV [BjZƝGARLvj@iwם6ڭ'Ѿz'Pt@+ztcP#9в'ྍ绡cuEW8 rFPZ AOЛf >L [h4#Z5&r,giUK#PzGm&{hm8ѹWt^1^J;5&DzL51UGlfYo":%}}pIM+mu@troD냍,7}]DU[;ڍi*x>xdG]'S/˄=33'\N贷e .95+ -OBٻ&A0TǠ>3?O0x$`fҝI1RYt@89lquWhϓlajIvi4ыR@ ɞuo[7&Wy - gh }/w'fLtNJCG'+}M+o|͝s`p4o$LbF? ZT&T%T^rl}p4.D[W-@!ITpWaOARu1~ֲIu` 3:TepJY܅䢤O~!ʬ\T3;KA|6F=Xp7Ye!fk s,t~"@7g\%[ $ #&º`&{J.m8.j5bE.'FɆKL~;y1МNZzpZ%Lkes6wcѡ4D4]KiwKB_qh׆@XеNЇiFDT2v^AR?2zɣg1etN"OV<Ǣd3+յۢe;gu=Bp,r-O,XmyS ^Kue74cUʐBaZj>̦;g6u(cH -}t rڧ@/tDEAA` c@z~;?K_jEˌ)]4PǠ.W-\V;8.BBbF֤*M'qD1M3O29}tgI0VCQgk JKț'0nuW&G+9Ushz}v#Qh"\T3]˄wzlLF]Ajf՜&稵WwKV9#@byIDx.7B"&qm^ -Ig>Y3T:tw{=w$iw= ~UpngDwA߭jcėˊ%9 ߡֵeNκ) Ƕ.#TWfAr !-R(Z,v]@vp綿|ܽ¹qqot}[6PJCZsnFVE[, X*qіfJ}8JeoxjK6Fp``mk}cN{ZW۴`MF&m6nTG6Uΐfi[ \ۛs|>L&ΒNesm3{QbV`S|ť&hOUלtFTW/x& -B!!W+`+p+ZXYE\hm#^++wr|T(}6٥S.lMXڞ~DOAˮ$T_o/rE2m9 [^Wtmyͪn*r%bYEK,rϕ"ҪG\eBji$xPcඵ2z7VU]*7 -t ڍp&mgIj?WE ]qּ3شGx6utE -tîtE.ȪtϨt ߡEu@(P8GBluZh = E=Ιś`нgPOO#xT X(kl||{;^s*Ws2Gj6U#wqVn,Z\bɠTr+ >q -~e՘3rhW.K@;VvFw$՜.AQő{Kػ=z/K̴1Mj?lfF ?6C;h{{гehfh3r|m3G&x -ZNw`f/dXhxIC 03kAg{&t%\:1ZYktxTiۙpyM Y1p3BmYg6n,[\3-8u -i~wd1߇#.ղ[1֏[(̷Žm/|`̟c5ta؟A\zyN:=`|v04f\m|R?l\0AwY6/aj9-zniitE\M|ւV73 -l1]z3țyg&o3T3g{_%o/Iz4|89MwrpG܌qŴc|at -!7 ł,dR׺Quԋ=r.6]pfgzwWY/ ie#cP,yNڸX] -z@uC|'Sٚç?f|ȓnbM4lg6Y6A?ވ^^&:va! {?kb NEܷ1[HKG,Xjř<|tGoY 'RT/X֝x`̟ c÷#ܱw6[Nmp-ngJ&jWX14D512~`klmZXttw?K;I{)@MR1Zwj@=ع[mE^[el Z\b &h}z J@MjvHitnaW_BmsPC?Q[\9'MwrkPVZV(DzpZb Zѝ>Ĉ[N0^u;X?xbM-=ئQ䌍A0 tԛ~1__"\L -Gx6~,Zʌ:XZxbcgt@n۽R2Qк!䪍m 'c[U~R:n]Z;05YZw':Rk|iG&2+ vE˻E7ɲ{3͌D(g3͟ a5+^/06 @ d-|CB^a`E[-|y/5( ʆyDFY-Zvᑱ:WwUsnk +|Dzr r7Ћr`x$dtBjL!#c#5}9#/E"wJO<hc '>T/&xdFC2>}\<0^.G࠷\-ZP+:I+ A7,=x}Q-XVmX~`lb9r?-cm1fi1 ~(]%\Yܤ6T9ef*L*:Nf<& ;i6;m~[/ s`;;vj c;kq A0zO p٤ZlivۧzҵBBR pN\^^AuQV> .m8/Kײչ9` 3Tr`lf!\/d).חwӴX)+3h#SlXp^.\P7"٨%UCZ[qYc ]5h)6Wr-7 \$b86T-ۛTGٟ<3c_)P)RC h6Rer > : ɣSrc<и`+'A)'XXK,G74"@0!?qيxPn~.lekٛlcՅ Qׯ҅ͪDuŲ6̭W tMՅm[bčCBݫ~;¨m0uXJl2g%&eo. -"#|y]n|M&)TZDb,^2lj_usހJ/)L7Fs{,iH)ǖVb%Al.L%?e׀]-SqOَox[glG% lw%Lyݧ\0pF1"سV`@y(/9Iر(i/w0#Tz*2M%sK?+0y8V2_3ql;vv`#O" -0u7- -ʀ($ ~e=g٤nC =*F2*e^cXwtbt磌>?|bt1eA:f&`x~c:fY@(1\I+\-R1r, #-'0%!뱚\}ZrOۻ5흳-[ =YӳYFO_@ݱRv>elwޛ@n` {&nm`l.4{{{1r4L-{Xv?t?}=ח,s=v?r{Thete٢_wtn>?|v rvܞ~CށU:GVЯw`ݡ/mwA -o_3Mixvh;4DhuMo[}#Qy[ɖ I|27ӎ)mdrt,ߧmgk%ڹgĜcuN[k5=~UݱR`9>JHaX}ač$?wsݨ}FNܮ`9 mX霉cɜE'E0Nww{J~ s΍nщI}~DlyBN>;s -rQca{\|4@Y ,.(˳«?? , Q`8 dBdhle _?Uf0nE<oVV/ wo梵55hAN#Υ $40y5',1k } q6 !p2D!ȷM@l-r -X`Uֳ#`UTW<6BW)_*cnmܩ> -*x8V_3ql;v=n"wvij7m9Ŷ/M2*Y9-/nżRb[wtRp2AqI<~tar\] pQ`+Y FWm S M2R`C |_WOZ2x!&X 6 'h/ZAjGA'F!~b9>0(V#>~\wCKS Ē.D X%iacimU䷠bYsbdsVHRq:VIZ3ql;v8k|;I w.V ,aTZΗDDnv9b(H#x=]n|M)T\65q ‰9ɑ?aeqdhܾ1x,ŽEܱ\] pQ`b·Z21NsyƧ@d -?0 ruAEm-Gv{ Pq5Ok" k^aLoό -KXGutGzWT9U! -1WQ8+ca7ZAL+L@& -Y8^:R+dB+DA,1dV"T$gaFr4&QBW߾c:`64Ͽ1̃:.외qC'n |;cc]r%1`2Ia5Uo]__*t]T *Q1Vvp}]JOI!+9 -sN9^ -sN9œSaΩ9œSaΩ0Tsuqv@ӦA| -H6\] pQ`w+'XuL  -#A,pIrp,}, >gR1IÍ8HJfk߫:y-C-: ѐJ×Ul}7Jdk)RhB2?Y1 --#ʈFtZD*~)*aD>"wlrݎF|D<~ժ7 i^eg/^cqumزpl{n;H~KvڃcoV>\Y>xlͮRҋ׷-:'^F/'CN^Ɗ(H'WoSO2.STcE"G(j@\P|ң(*k - -r_)bCܗ : xa~Z'cXr1N}Pn.H~oPsV"~ƚɍ䆡 |,IEQ["H6$J$W0Wn+|1ic$}'x&񓡐vu_ /#p -`|6s8Y7g\` r1Ub̅p9cgOJ8~6ȗXs tm@ -ێ96vCYr-j~Vm\V!=YjWؔ.gMn߂m%vj0NVF*ka,Iʪ-GSђ̒(cF97AV^JIP9[y}5}mVWbVW[ilGGKUk?\k|70 ww|70 ww|70 ww+)&q1 $RH-MwLHVǙ@']^zi -0Z\` 2Eb\5x0cZa:7$fH/0#RL3۪g;Ӡj~RXU`s(a5np|ǡ$uv -lۮKB_/cI8ǡg[s KÙ\xS|4Êa1Vlr61s. - -v#~ H6.ecM;w`>#HckZTG,]]g,ۧ鳌u.?ܡp0>OK`<}b['b:brv#1p݂%m=3r_E {'}jJƯ/ I٬3zi11ɏE;2 kS]̖%Q8p.d. @"wF?sH Ȑ-'D&"|iH BB/tD -D&"|m~\r폟>$!Tmrf[_hŒg[gu<MPDWDgsIX4k~U,Otx^GJ<˾7]%Ozo'k2zPp݂%m^ɭffM)?T"/%gbӊc&:yjO&?]]*4c -XfXfB3VЌսЌUh*4c7cHLD}NXiH B‚;_'"1{A@݉KM4U0L`sX'UScLKh^L_F(wk(Ip+{n#mWhb zB+K?>Tcx0:bJXҺ0gq . Erɼ;&Cdtp]^;Fи4e.l~!1F׳Z Vҝ5vu5#c\Ql8|ڮI>stream -HWM ?M$h]HT -MWte;ð"@n$~Ոtftݾ5lÇs#Jx tC$ׇsR7 y+ChY//˦ضG-d%_mhv+"S[8V{DËBrh;*/By=[{dшv*`͐JIyGl?^U ?_om>FPIdC})OqDs!B 1(¤a!s a!_nGo>\/o>ԁ~?~ӏ~ӛ?=~yŷ9_} 6՟/E*A5ȥfm#i$ܿXRf޿3[J9^C%m-K,gs͇}oc%ik ̔dg - -yxϜz8bx# \ I ۢ sQ uHa -8)1ovyNXKX3{M%:*r}>Ok.zskp)M(3ꟛ{6o`ۉ;dMlis-oKWcȲm}4KZ wJ5&6㇤5lwl?;qt3m,-iu{'AtH4%1u)E$g?I2P0P ;ku2W >J"La!)υذ  ǧg?:ѓJn`fjFxGyUH:úQv4xԦ u4 wZQ?X ][n;n2jS&Xt`;2wU2W9W9Rsp@mYW}QeoFyz -9}90Bu?d ͉ [iDCYܞ-//Dްδɂ,s^96'NhbD cv&$PJmo՟OWnZ0hn# Q[Q7%8AF뙅d!D'21.hϧ0`Y>qv=16`"5[U_52txJܻO^sICHfj1\VpLk徿=۬_/7mF -[Қ?ˎ1nAfxc`mh|a͊ )y#e|]]mOZx\Z֛! 7h,ahdN|ޛ*_8T>o{[ua0Y@-)-`34)W#@"cX!#Oo^ Te6 Ia1gJ1oFo[J -k5*e >p? -H!n3Zp5uBA1<ٮFшgLбOv4V7GU.GR8ab#ԵȆuq`b^)PIх|?]? ^ <9ּ3.a ZQI7>Я׈y) ^u^ufxXE>ZgtʾALr!|ԣjb<]%T9YQ}X ^~> * AL -^?P -⼂!O_>3n|7zbm/B7YK.yZJ-/Zh?Q .yN#kfuɓcc%O< * PsJ@j%O2qkoWWN5& ֐pBXe -=y~}xM(<ǽX>ES)r@_S-RV G3*A`] ->aҪ0COB! t\vlRtyDq0RÅ(TMSnLsސ lm즡Op A%>q/#E !R洨qb;Yˆ9Eff4Zߎ$βf娫 [ aˬ:|ʡD.6 YAf?GAX 2vd ^ k1>ؤ)瘫X~X8R*KS{iXo^b.F1f^ḅE_L->ƯRֈư,Ǡ' bgF-fF״n;Eii@ECZy߾> Y{!/Lz$C^&0a} y:bPªC^ ^BL(rVE?K0P"$LOɱ [Ll~T8&}RIe} d%x~:K#y8,>Ol,Ϟevu)#"ӣqRxѼ^fRm!6Aq[Nw (!NEn"70 pnosG%"@(гY/ -L/~j:S@ fAn%mq] )/+a]/S1BcRHeS0m^(`#'@!%+W:h}p6̊y={*+r<ߢbQi# ^ʼtTbDR҆#цi`Ǻ)(Yn+i4*Í,ĚfjbPU ^biI\IʶFkA ;HnW0IgmxxEʑFJ%Aj0OU͏QmyČ`+9ڑv^nѩW:zU>p !٧ѫڴQ85NA@A@`b)PEۚW)f-r*L4<$fb9bIk.,CILcX+`킎Ťh92J𐘉$.D3l!1/Ķ6$I{oJKX1D}kӆ:5NA@A@`b)PE1l߉oK.ã<M΢hγZ(Mzt@\:@!Hޮ)dZ' "`)K()cYBjs 'Aohcu Ԃl@yM7A/{Hg_i.DI!EQ!ۙgKL@mRxq2ywp(8d6N@VnEA/8 c!cIV"y6=5JTbV .T::OpF7KغEiy|?{f2<dp[oȞ;|_Z#7sVO&ifJ_=Ú`Eϩs-soWiQSW.O ?,#ĪoR]X/`Ȩ C:Ebd~5yA~Y ӯ/n]1vvЇ._׬Rf I%QexXڇꏧLW5l/=I 4<Y*`ʔ7 Q‘ -,EOt5^U(UK܋R%<Gxɵ ݓ*ըu%Wpva1;AE&8Vk]+$^_جsbQz#!UѲnjz=L@"C{؍^lN%h"\Jub[C.$.mף XYBo6W`Z+N rWt w# !gR'z7NHb ^`ͯg23%KVؼ^펁f,Bi~0rYiz$$ZۆZ J>.uvgx6q F9n^8"IZBG2xf5?5{$/>n91w&5U3'^NtA>"]|N4i蘢2z3ތf']5RfP+YxF -#Շvc6픻 -sR%&_nۦÃ疰l}ӹ wLJ#G@,41=0 2\E PVmn:.ercce0 $˲(*A2yÅzt "" W`de 9R`1PGlٜ᳒9#5 _0s/$$YZb<DK@OR'È tsꆍJe\8(U8::Cdj|B%uL @ϱ^,Vӵ2n)1]4 32ͤit{+;Lƛ{cs9aYcERΝѡmy'N4`apY|XE{$XSF|"i= g!캀 "r'.^ȎazanNk)_?aB@C̰K0BVP4@I1C#isN:#萚 -ˬDС11wDqːR\:!`. -dd:29[rQ r-)њ5"QNQ U-r,=L(=X UAZ.uG};PmG>cC[Ice@W6 -abMe4^{ =4.:uѨ٫Sꈚd0XF`#$<ºIu8ici nTEԂ0Ќٖ,?VlL {O'ȩy՛&}IYHn^t~i$5 ZɱW,yshnW;3WÆx/yzz}/_~_?[woOߞ^?ݛӋopxy瀎Td'h&Y j%~dH&ڭ'!EF2@<2ꦇ0 iX0뮍,u3u6l"=sp*v8ٹ}K-Cb`23+{ԲE\͗cj';xqtu.u"V ~יsØP7}n#Fړ~.IO'/Pqܔ0PʍOsqRWg;͝Gc;f7yzCW'&ri1]i[ߏOo͸<1Fc -FUz3-UɑE$0zMӞwH@V1c]Nyo'`J]/;!IsԮ0K% ̱Q$'.ZȩN]>z"uhGi=l2i\/qˇpW eI䖝/=U 6Iuk1w (KH RNX%WDԃmziPiC|y8wtDï&.D$G>׶ǣ-,#i]KO֦Wq0*LT$ 4L9$&s^ve 2lZGRmj5]vNqrXC?Te4 ӔHlFzj]S/tp1̮N'5._:p7r -0j"OXm$Z1o -RC;}顜^<}_y.ן?_/]]^UՀԐ̜"IJTļĒBzQjqI~QBqF~9H\Uߍ ! endstream endobj 25 0 obj <>stream -HWn`z/ex`'h -1;"{ϩ"C^KyyY]S':;?N݇X8z$j1WfS7Gt'r7Mמ_6{U귣F.n}\ucwzWIwEdKԱ?"N_p~6V{۵˦κщJiK M?:g+{+KB@]nv{wWfwߜH^q~%sY|PmN.]Z~*e,uKvYK.ߢnq,H*~,o (ַUCjCJ܎TÌvY-''&>sq !%1, -ìOM4~յߞK!0fmNY%aPnY0z\U <܇ U]oan۲k -P&a뺽VҐ&P[;qHv:^uӞKx`g}<4?|GAc{_Je3h -nv149s8qY˼%n(i-p]c3z MK2WBsrXt2Sl-XB CC,DI !!)r2"DD$D4"b`ݗo g#d - I(d2 FRT!0N&LD :b3M `󔓑ĉm EE%s JMAN)YZ d@DKꁣ`^cܴ/Mo~8]+$A -P{Ak{r+tڊ*'4Cwz0$B^'I"մ RH,;_i-rH1?+o_=vMN:J ED989H2+;wkh`ZpqȆċďēAI a1,$ siADɵz pG4piɡ(prVrŖNK#`\)rHX)W]%Fb126n38\Be$sT Gi_ɏ_aYc03Q2rdsdAf=,#G%ϓBR3vJgg("_L(zXLU f; -+a;Pb5d33 ߌ)gx)'!)'{%gXʨTx.tQTͤ{E"U&TP"T9|xGWx7/0?ym/ p*p:p"ıe#mE';fd ERE2*1 /2 ;|Z: y? -}bxͷS%poӽ |C.&PĊ_uYP's -ECd:S ;q"2"Z4f(|j8S;s, Eqz4-Bg| BǶ2׬Z(ҕFe.ecڈ+rƂX9=C2NWۂBJ)v+&tJ2c;e 72$n1.g< -/"G^k6^seښWdUE>f6>lf>,3;5ب -3C`A Ndv&jn+՛9ʒiC 9P[bfdPR=;鐡OݒFs;J/g:jDw -tG`i:ăd43  gڝ^9 䔀0I :kTJ(qa.'%ж A])ƉF2Tq$ ̠h[ -(|ɩwR}U=ҾPG?O#/.=fne3d-U7T\|[^g'lDIϪ=x/Қ5~Sħs_^~oן˗ۯ W27bMw]Mu4k 3g.ZF{4-ww`6!U3lxvLrL9%"S$K@8gd+?ډzޟ:. /6%-%NH@^'%jvfVn;lGf̦@ $*EIZƴa-)5p5&1w qQO -ЇQ!.!AB fO@L +A(tt18 UO(Ee/@aq"Sj#vDdE \i\QN pvt;Xv苺'viZ9Y8#\Eme`3YRQ,+x&e98 œ]d-G%Dgjo~] -v\qDNfcAqWcì -(}*SGO!w3 SCM 8DnQ]:S|hN-B{+-wk>@kd -'wU^bC'3ѩ8 8Ȩlg|F%cJĕxЋ8xxda$U@!dTI8Yh(,}xHp2гgks=[ҵ˵6shgth:ァgW{_鬸g;|}/6O@<ܷh~iV]4 ⯧}!{c^@s^OC+} ^ X uǻ Q0^ax\Vm°DSk:0*AׂQ gݟ77l|Y Ӣye2&"xG- ts Ӽ\WYZhI&Xʯ(}.&\(t\\*UXsYKQKIʵTQ&nn5<+YđlO|U|+-_*xK TR -:*2PD9֔ۂ"^:?-Zc,<cь }vt%A3pD`(/ c=cD3˴/pHiHDg@]uC|vd(QbYkA<:KpB 8+1;sl* @YՂ9ÔvɔOiE3白 &^5si SV7Eg\, p~;?$$ Pm%AfGbJ(| -(L/!_ hfnḙ1CuL⤚:onʛ/J:?!/9n$?a.@H~ > f 9hOeHhMS]]Ō')}Z!_ cNowKiyKo{~EϫdPvgW04N#09PAq g` bbbbb#XVqkGQ|@oϡ.2OpqPV&*gמgkjS qlC8\1 19܅ߓ!K6='!*2$IXZ5]E++Pv.^ %F xe˳*AUH#\JT 2]ފO>E3ԗOo m0==-rbጢ%fш8`F:`,]1?g4GF$4M@yYc+zf6hLhƀ!;vA_Nhc-Z:=ܢwt. ha/63@kmp#?%T_yH͖ܲ8I%]<φ699n:FmxB;4B3p,b`eoFXA - xAKq%]#mgem9V4@YbǍn lIbޛ%m(}\L`ݥ/_JDŽ D"C D"iDD$"RYB1muniR젚rC9KygC}zQY\zsbWvjM}FR_QPЗWeϵ}MP M)KW,tSIɝR:2XZb< TΜm9`'kGvhɹsAP& ˡcSA-'rc[xBstLG|û&/L>jS~  *Y_Zx",S\R8 -Pm-Iϕk6ErPa0 [V"0EeB/0!_`Q - $Bx|!c w`K`U0hL.dl*+;ScT'$ & ( *X.,\K\W-]V24ZLSաOձ}jlũ ڎ,E'&'h12JF)uz"yT aj!ASvI"sG)e QBpߦkDiC婞( -(MiEi5]utSѬi2E5M)eQ -% JjuRV›jcgjU"TeT{uHRR֛λ:Ԋwm5Q(W\z%JcU -Rn~yg Rζt-ᾏVm,qڮô@xګrxBދK›=~ QP= >oyaʝUK8q-#uIW̦a`d_t8D34.vuREm%PCЧL )Zv@CjbA"%%4aBvɘU26 8uV\ -@ _[B▼gH@d`G݉ CS6LK9Ie2ژf(08AGBlifkb6Zz-3D6$˖3:[0&; >ab6Q Qa= &hGn;jcse D?l.YT+?3P,1@^Fx -p %(k#OC6Ch4WtP3 z"+*g]&w=tH(x6mh%-ߓ@Aрy; /@T`RBF&Rӵ5U FR楩u={E U5֕յխ5,..*s)t4jmzuς뢳QW8DP4` --&p~#"! N{Qc&  7'%L֥` 7?$jU]"/߸~k<ȧ>i8hwgwPE 8p$m>Ϯ׾l[??ˁv统~|zͣܡt>*N[mhəmGQd|`u =ޞG\.]^G[t|O%7djb`p=ؖzb%]Bȩ}:w o}L=pOœt*.:2kDI%֍7^o\bI7o7o{pCۉfk͑3|.;a`Zܑ%NF$G'G\zr9^#v< pp#Q<,W 2W?CHg(u/{N%7`b̔WHZ曜_ܞ>2ߺRWkoм_{5=uSB 9ah9(Lmea=aG863cŀ1D:ǗqE&+ 08qȣЃ*d\ ^ - 2+9W$?x@] -)\XD-P)WL(6/ Ȟ!>=d gdF;}ʀ9`2bLBAjh(b4i0=:e̜=;L>tt0AH}.< *_6qH~.f._-R?Ş{610; XjK<9RM2#38D2e+_6*dnrvvvL0` \4Rw }{/B} H -sBn& AdXEBpV]a28 Adp`3RŰt J?YtD> ,BY:[BwVgGpx&թ嬘j6DЧ.ԃkO!K?+" |ˠ[Ր\kmXbTK5p -6:qTKe4*()C?eػE87/B3`lKƶlo66`EUYp K8^!jq`0?3N&D0, -Ep2hAEM CD̨:jmܹ[ԷFgڟ܀o/0k]sF}}èk r( C -?C -?p';\~=2X܀;M{ܗDp< N[\}C0V<') R>0W0oO{w??~o>Q̟~oO?_ӯ0.3揸ؿSfKԑ.Y&ݛ?o =%߷/9wD({,/wQӕƂ78b A-9o ' #'-M5W^\ڀkZ-Y_;$V2aku=Rvp_r7UJ4UVIZ!x殌f1Z#.RA~V^j^3,`E0`0a>LF>E^1I05LF(3`Ej-H X/6π7p}PH9@& ebexz1@EēѕmnnSM8k:GJ])ͧi@MHQ[^>÷k ':ޑ%\Ngbl" - - - -"%l+IsfrbBHZЊ,)aa!baB$@:>v%%=I5еz!> ;of -5jSG8<>$fmq`ф\>OZ^{SD<W%Kx +XoCȷxfG0=Ob?y'S.n;xwWcLߧ1Ȇ6"Ǘ /\-,[95qJ20L'}zNH#N"PB#'Ђ2kP(PfT5JAר, -s4rQ}3pE9nFF#ԡX6!xA1簩Q29j>G`EO0LUt - -R4Hʘ T#|)y9Չ93Դ29f>='2E9I8Lk8.z)x4MS0a -MWL)C35Yۿ+Vɿj.=.K6MåԪQ)ʑ\@wj R;4(?}/993оgh<9tdgh}PՁ}OhdjTAU{\?< ;?TpNώYz4W $- ԗ3v49g%L$H"ВyœTQ4d%LđH qCeQ#8=Py̬մWt=aDwb iC/YSf=&x*6iFSRV}뛑*BgU`+'jd$c޳CZU_UVɫW㪑v՝V;^U/+#YLFH$Z - -rt_sҾ8IoTWDc D&͉;E#?ۥXZ-cTLgIhhiõZ#omx-s"Jf|Sk:Χs]֎bn1[=e|a%>t䧇Y5QS9il+wou)c?c?c6[g?V_ -IaJyh#g׉Is"9PJ)l8h&[F`z??bsG`Ć%!AIDE_l}dtodulyti _/Ǘ+3kh v[W#Kf[,,),$& B0YkiC><@t,kJQ&X2.8s s`d4S3#gbUꄄDYG[J -MMuQUiJuʚՕ+ltV.^ -cwG$z! . !`B,H}A2Bx@ -U Jd!'NHE:A&Yb)hF6Y u% EtjY*hf)/oK˔˶]s7anԃϲIY$tGar$X+։BEwe pvc -ˇz뙬{%*.@_I\A_LjŊFt82r~PrFYld5oʨ6 -uRT+UKRŨ'(P>M0py"4ӡ єhR4-LFrUS*<:VjNX$|kmZMN)iNExp `:<= k+߆bq֬ka7'p R4-{7z\1mbә+7t+f_|Ѱ//338-7{I"{@tS7?z+rmH;'keֵl [ gd =}A ? x/CxfE -rH6sMZI6y_KDD˔8 Z^ӥnn(Όw˂ϭxa%aK BrjPĈ3 6Ww 81 -l_끿bwû>{yo?N~߿͇كyt᧨uOAž/O;?gƱ'o#!=;@%ڀ!䃱{1{] TJy bLh}\HPyoTe{h3[Rhbz{ǣ/Pn.8-#wNkT;1B<O>A),ujEj;wOrauX'SE뇿] =ԙWhūMR[e6Vs]ɥvWؚ˷PķI7OwB}ثAhqaAA`{ *jk5|vC{]s^eĪaZ->}޸Dxabcwt婼h,>CNZV"*$BхP*P@؞{CdoR]Ǐ*i\003T6x1X896D !Qvˍ-NwtvspGfCX?>3; nyO/fؙ_/y]|>:99n߼|z{__ acЧR墏@qd= -<=8ċ ΅6 \.س PDg?RC -;Ӌz@w\ -]gkYւUnѷZs0-CÐGAh6FĢߨ8Tx=ݽO=50Sn`ug{A iiEz@öGK_#{fr/9Wd>b\Qu+?x AM!G{5KgQ۸khQ#lʪ3kهW`^4$PcP-a1Ձ͑=3k R \)Jx2$k(}dL@-"}QP>d+)H#Ls -`CI:) .F s<:΋I y7%,VBH>O"y_/ImDjGE1.'wU^&o 1̼vS]ƢYn7 5xg)d0Q!k0H쁱cXU*ytE4A/+#6(N|`ucP 䝁YSx0rg1ѧA蒂h<<co%MR^![?X`e&R]> ٙr6&sR&j;7HB#$;{H2:!7&e+e1hGW -UB̽Sr%¤hIuz( -/2lfb[J2b@-ȴ 50W/P5XZA>[Tw,d- (9ᛪ) z7ZdgYxȻJQeN$Ka$Ro2HP8bDFXU;M0VQ*u- -xфvIEmGpesj@=@a'+:Su<&BޛV"mnz#H*qjx,!u&.bRg2/0vcU?[sR4Iȃ20uAHƤ\2k3'C1 w@e^u\*SڦTْ*]>pj9 %ZҬR]\ Bֈ%‰'0Ȼ\pD5db 5hd2 nHP*70֔loD6HRmIR10 n*Y(2X=D( DzK;U"dB "wC2$W#+D[a&_s=+%Ũ$ƹusBnfzKj;{mnfKE/Ds`=Q}-N1Ʒ*N䑍˕;:f}tOO.g lA3ɾ=4?k9{ ,2RLu"$q<s$wH>stream -H]o۸Ao -Mʎ7FuNq15ҤJ_lr[҆mD|4wp9=.ۭ>N}^paP5?6,ENސF;'q"T{I˪nlN8Qy_t61h.a6PUqHY;Vqi>ay6f"UhSPQ92RV3(:RSUYJZ1 96*SUE9 vZFAN '%&z 5D!Yx}t -nn!YzSޗ&M_+WzZ6!Pù0sqv}^Dz%CӐpKa6ΉzJFd rofK.ς\E gI&Y@_2HW9&&&P7b!gpK%pCyΞB8Iy3(eenJGj5eBv0b6>41#b;9 }%No\7IB}> kc_'˱}WRA$#}̦/}]` 1^hfQ2}PᆅT8RVe$Y="0XZyR@V{>Ot~zTK!':Bd`YFR)4r/[Ytg؊P`_'j!HbQ\Z -|)Dd'3b]o.Nt`99]NT94q$ BhɯZ?j56#:D_>}zpG&+V>wysXS&o *0d_X3 -|oă^âQR POq+$ -Tr^%= "qv}^is~ [KDCe)DykE)RdÍEV4kԲ/_PLp69*r;D. 湺{! -9Cu -PuJbj8176G~ [ - BZmr!V rZZM2ZrB9)ÛjnWixD1D *Prov_jZJ)^&w΅|gqv}^n%oUkOf&ù.oŭ}g.ȭgG 3}eeŪuPŗqXՈ"DPw.pu B0KL39Gݱ1j=mhhިp;@RD㳯ӣd9ǔJ 3+ 3xl8is,L1 usD05 nx^hyi5:BglKE Wn0@Q4Nm\#(RɸwM%hlaNv13x1kL _egK)}j (bS{!0|NF919|U;P[Z ۸b]-kEjCޝǭϚ_bg qIl6RckXz/:8]-p!wHZgPKQ OQJO1'- -jTh#a D}`6 DϻD4&4{szc~&W\VeeZ'Eh=}z$9{&:9!wbD -mR>9/:ɒL{ --# S&( -rPagla*a?>s޼Cç@ýx4&qnN/簛!+x LCVv):7c>FpE#Þm%ת#Ʋ#w,O Z'16#vɍt&c`w sPrvdؑ#³f1>tV'Lk_QK9Zrc(NgPP0܁Ш:}D$'Q`o%¦vdRSN )ʶ15,[hqV rxX3z endstream endobj 27 0 obj <>stream -Hko8h-˗';Y4I1f ,-RZT)2KəntK"3%y[P[R!h|6 )]+IONo&zv)Âx}z2O>$1J~2z]nv#SI^_M07~<nWҊ+a]G -0Y@!Opm~;Anr7> rmW~iCq2hieAp #[ʼn -@Im(@ 0WP,]8㨀4G>ZH; N܌ iB,ڕu7 iNzڙw]dp> xF >$ @E/Lނ8QZz"ᕉs5LAl9J1\*ۉ>]2Jd|5y -H wE#f*V, -yfPrJrʔ?s-- 94 !ѽq PI6q%+Z -~ iG3F-IK׶tOtHOK'^\5x -8.5G a~ ܣWa+[Ke܉.2ڪP@(i7HynS ț'uh>0a*:&a -+rHtfq"#!.ԧv/bҿr#ojz(}u -]jo<-cuzIQǘ^d:usy5`B8sN@I0lT2o3POm.dxfCϑwY2A( 'Tijۋ=T.2W_RV&wb4.XK;NJ(% ġ> % - -:!X9\y(z|F>nHҀF9M0WTp`sCtr=Q"QW&K -!6y -MsĦ+F/g$UN?TbXx!;ťM) @5% ـg WɊ+a]Gʡa*;9#K$"ݽqNou<#4Z.7.\K/"LKtu*Aƹ)߷̓9v>X_ spks_vp*]z3IBe&POm.l<ِt+4o8]seZS o?/J'JRihrJī/)+P;1v㺌{EZE;_;4ځoOXہOvN/ӠQ#߰4N|N|N|ėF -0f7F xv;7e+BҎ|-] -nA rGQ:T:ܚYS,%RA@7O2\EW!Ʌ杙;N@dt$&ibKU6p89˚!H.qT>~1\##A‹Yv -A0DX'*)@2/c<VcuzV4Vlur0?nb;T>xr $+ -8ݤ@x޸2P ˰!G`彩lR,AXz JЏ@X#[d"WǠ?FItoym`!|}&'bH{,4v=#oL[ZwlB~KK]z 5Kym7>H4ZwYq%l2cH9U~%rؾdW&7eL"]R Q6tK%֊Ed9"Q@N&{U:WJۅRK -NLeҲSui>IoO~(rk"ue؈W61.ζ.i' wE*N٠L Ap$- -FG0*\%yqѽ]8N@{h iZ@^p'I.Hn=AԳ -YEDSB*IZ[9w^;c_߳TS8MC `=֚.yh qW d&'b~plLeMDy5&aΖmUXg2߰O^ -CQ癮D 2ҀZX5+aU.P9cUQ4M|ZD@%Qk8# '|kRQ fUBoS&[8|'hdMd_1-? p]дC;‡>x 3Gxgk8kav'ӡ10ְkƠߝL5LJ ǝ8ӠSt:پ7|a7 ~Ƒ/vn3:L^#y1vYLd9&=#Yq I6sdx &ېH0x 7d;4D -rY`$ -?OmeD>cqy=nZQwX~ +xOmbQAW#{|Dxmg!~7ledޗ=Kt񫌘ffcuΝ8r{VܱUUD>}LLCN}s@3h4òi;SyZTޯ}lnduu XTHmnGܜ:FQ<j]q@uL[vj%2"'}5Ҡ=9l228+PGWJQe)vQsNiΦ8ڨU 1E@/6!&9BGP/sʽi 0V`-$!$FRV -bx;7ne/JU&,#9.f9qwja28 ~ ;mzyxrR=.Olf5$pDׇsYS&OP/8;  p32J@(7fbdvi}9߁:|~;}l_Gykﶯ>eʓ3PEl>k-<mYo~r~=UK괓kzN=A&(T2/Tܙj.=KjMު^,/Tm/wW"9.O[{&(*\upz@霑{qo=Ci=mAT-fyr)@jX:N {ý2VGl;Ib S#dЗHЎ(sJΩMHuIez꛶_,G#6*~?$O Mq!ͥyAM DY*d/V*\,\gԼ%ޗrӗiرNYvoCҴ.(\̏t>k7JnËUBQ PNT -\C1MT@#=}ECYPbX=yMj^eeHN8iFV p?; Z C$ - )nX;ljG+a@  lPhЗ9a1WƳE*=`p+`M[st &a0y ĚDx- Ae$+Y[(TVlDtժMM$l\JJ +*HqD7IhR-}!´cW|$5&u(byk4 'HI1-O^㰡36`Dqh_H(Djưc#6C6sj9I$Z(-rb|fd؞_6~(}&sW~?\S/g/~gAE"0:XeLG(i*-Z}Х܍:c}vz{\/Wm tETꂗ/W`RL1I$Â܇$ aŅ{qp4 -dCws Ң5X#;i\HY5?!7iN'4"NDCM%0K8>Qm5 ĸHS[N]Λ`L4L&h>1^,|12SvxJxؖ[ [$xyFDu tU_:E;ɐIy."[xГ/2RO5:T#/MbK<ɑDBtY|)eL@t** HXut:x sWԡtsF nyIhTcsߒ=HK -ՆlK V?_cRY@0N:AYTuG6t;yǾ> -GN+òza a&S`p<fq 6y!MP&-@P1(XxpbGzwĉJu@у뙺 $% "`sV889f[st0 <Ao0RZxZdZf҄˰[ -)ҬDB؀4x@]0//tg{ FŇ:Z#Y $ $;pa"A2)*tNQkbRMA[gF! Ћ#">B :޺Ex==RGq 8GP PҾ&0আ)o" `b,Rզ)0ÚXXBXǙY,`act)ft)_ endstream endobj 28 0 obj <>stream -HWn[~^9iֻ  P#)[Y - -6~~ۡl'x9gᒽf~B8__qٴ;5'o:a(=p!4p׶rq罎ɭb#p)TPRX&qSRX>„f`pN!m2M65ksA֨{5by2]!D-1} SA -bRB)J w~$gPy->4/K\ >0kt1BigNvpkO &(K ph -I/ 2<hjfM45"IȰkot -yg'zufiO qN7fN bgv#;i=Y֛9bX8 1b:Yy]\BU$y-5lq:X"2m.-miO?[oFu~rq@(j,s}>Lٛ_.[ֳ7o{_B ;`/~aW?ٜ6$$"CҬqvB*{2&Ƞ -dPv_dP2޴S9ϦMޙE kTD#Pp\PHC\oQ{TJ " - -Y/"o܉wY8F'jPH`G>xa`Al&{5xl&~D}'5 mCt[O؝`Яb]rʭ6' R -= s(Qr:-״jV]!a_8w>{#~ן5G|u'wkw5_ͷDן!!=m߂H(At(Pm;pCaחkZI5:-2ay0]>Q$~ %We!b #K" ,@ޒ#T,UQrǗ!kx"|0Bm%Idt/ȦɃgm,@QFV@\k~ZoOf>uzx,UZHUa~8?< -t{\J4xJ!]^TJcal=,/n_e8b@yfi^<_pN\KigqebJ9HHʉֈV -Ph"obLCz$KTBͻ!e 訟P#D2:J} %pvA2#&ZHhҐ! hQ M|t`B8k~l;@`XƜ2*vMP7~UHZD:<+v|J?K*Sq 9kCY2 yltͫP%#*!IӪAM5O tbPz^u;:i'佫bв=\ -RƈہOG\/Kp e]骧z!7W6L/Gʼn%]nH8=n=G?5z;b] -D4)EJU%0V^흸Jʏgp&n#Si'8w -Ƞ,.Vk^"OZ -%DAւ wJ'3* Y VjYMK@6^`C\xOZcGܫJ]e.|JStbʜN/*loߏDh*[f%HBlRZ!Dٮ,{x)/o e&Sb<"jۍ9_V~I4㍝5] @ѬW\(k}NU7&9Xȃ4f_U9MduyqM1|1ՓN"?MB0 RrԼM׼7؛oQ|&xC/Ti-;)Ҕf4p( EjVȗϩ4@3AA05I/Km!@- -?@@$@{ Ap *z 0'w В/nKľ0iP G1%c ڍמǗNvqTH`^'D(\a@FŜ &2~ڌDĆx1l J LymN&9X4Gס:f@Q{~fᝧHBF4haN<,c@T2(jq*P$6pOVR@w*vzć ~2PS+zCYmVёsܾk7~>k^fc[#zr{Xi\>Yƃn6@ik -$+ -)[l|Gj|ByҴ҉"u"Pdp7-ϓSJӰ)}zk#f9,W]19>qrơc7{s,~'';Iގ? -jXH&32?CzDJX<gV1:YƟ1*B^-WO Yc;wAS#h(1,"<0B4@vwY&2fcZ.j@PJ4~J:j6Mt\66ZgJ7IsK0B" N JY;C_X)"C8FA -{x##tAn I()XӞRv` [+l)ykiLvfM#mU?C ŊP½>DBF[c ?k/pa*:HJ_|ǜԽgWFSP)XQI.GDΑ0) -* 4CIC$g|%}@ -$ -"\#O TXQ`üK+˄AKS)ަS扜&RclLŧ7=6tbPܼ/6?O`aejZ1Tӯ „4`?+`?Z|ZbZiQ294;F,xE] 燛wϜԟȎ~9*uHJPHt!mDdc&zP++~SOfkom -;TP%Q65N"2H){B&-PQ= `甎FmbVE׍ΑaeRSE ;am,>7dvfF'be7m'$H@l7 -)"nQo~.ǠX ϭys=) N5A^\.V Eb}O)/wtԺưT気#5 6~؜)SЋZ(gI'C^i|Lwn{U{w"5[ ҃*3ZNeJQ뫔(A;*0? -7zBYEW?!=,[KF>t@{`B*x1xlf翘7L54у'EEYt<,jY倳#2Fl -h@@S97YGC8JgO2 28F:J,Bl8bن -JSM!T]vIqӑ~taӐNVd8@jh%9Zip/ Kl4D"aF.0 88r.| JE@\1dNHLv0<'mYo=݊m.' h. XQ҃uRd&yC(T144L1|K #>k K"3H2$%0"nĩ -eĆVa:a\!x;L1W u:aDȆ:PAubD>M*[ ;4a5Ps ^E5KNaB[,q>Ow@ C~7 kq -οa%1)jydySkC7*L@Dl^hU - Wء*j̈uDIi@b͞*ti۹Iv j>l,O4R&h4,FMPsJiA՚&{0P줜UړM+AR+)P%ypr i~ MmV>g8L}\IAMh ruGw_\mn7`a}|ꇻ _Ӈwo"9\p?|\?^әj{\_~u{uCb}ݤon6w_xu{]?U7r^ÍÈzwZ#Տ$,jx+5'_KZ|el 8Y`aD$I`옵B q/KRs#aZWv_>bԪS3:d򑴅936)G`R6r@ Z/__/%}x)c7&M36u]ŘXC*{{iݱR 't\Zf A$,[* -q2Jh|hY1 -Y٬x*0~)`H&DZ@//WyN.qx>J[TI<7b:6Ma=]c}rۈy L\3{=2PqDX" -AAlo*ėQ 1~bڢp; PV:LH*,eIbƾ΁ph%pV -"s?:@`1eIŢDI=lG8E) P랾\:(%l8@),5-4N -ˊ9ctu2 AŜ${ThdZtpWF(2Q B%E(j' A -D skldbdh\ -Xޤ˂A:b;pxX ҒLFrD#(0ԥcNF}iiQVġHY£v۴4d4 C'ϩ~^X-S"0˝rmwad 4llq,YeB?5J**oH;R.PiRp)"Q#˹k)ph bc.=]_Q2mS\2P5OP e/B_t.g7]ɝ7]u)#?j!|za lACƱ+/d~W۽\v^Ojc%skd܀ ["M_˿*wJ& X<92a]oo7W;Mر/*'I1,ry Dʂ i &\z,u@`bL&{)^uWp{L3ua6xX=~@Vh8[)PeQX(o^&M}t ulom ZIaj,>on%abs6ܩidX|PӻkwNe_9z HK!-Z%=Cogr\|cܱ t?g4HM"&0U.9Z$F^|Jf gf+Cߞ#k`d!4HK.Â4khl٤T@c!=D_R99;N~= -bNA3J 4Vx[p0:HXP+!0GxB1?XGUhv|=Bmyp#Iv\N(OA`]Q0q)BƐ%.8-RV,M'G\fRE^6Hfou,#}@.(囝%O -PQ3HDjeSA7oo~?緗7n5_}H" Gz[OH~0OL< kC ܣAˤ09ȇ)CYt0Ӝbz G}Ս#.ǔ!d3*5kj[9@^RF714DL+S}P~6@9HbvjhJЊɸQƍ*4OӭOH5p:aCE˓#ҹKUǍ1bTQ2@IN(#C2RPI5h1;<% -A< &E#&uDu@ lw2=?ɷ١N^P 4:` ?tZR -1m C=h;sK ֒xx _/]r̦% i[0+lEIoD:E݀KBn1g:i jհCTUZ-+dZRBjItnd7 QXsDҠ &# ɪ] XY/ic -`P]ۨ &1h3BN[All@52]tϐcN(3BY:یftu2E+FN_R:QjACc,]F6l>l@~=E 'c"Xƚ -q`u'kn@~=*&[`OV7qG#F#T Ô[0,Vm3rx7WY.8ސmncek׮ -B}M!|o҄pNE&VpM?ivdT%]׮FS -M^la0qښ6z1ի϶l\y<#㍷z,5'fQTw8|ږX>jXBꉦI0ct [+RSqiAj=i]eSRā(z7M_}цzy9i 0DGuΥQJn"8}Z5JKD^9DdW7/$!jA9&˰*|| -)5,P6.=nAZ6 r8 -m$Qhn?9npZ|h^.{_b|>_ -=Bvƣ"Ecn~~ֆ_vӨa4Le$#TyXρdDqiMwMɏjnRGӜRNM6$[j)̇0顊;Svd$#fe҂T+}EYGZ; Q1=nl+0d9]x }b_ֶ@:`sX͜Ϳ8i=)EeDžܔ?! 6 := ymb~7S޼x~޺k&+=NbI= !իZW=:fΦ^kG>ˑlݱ1>rV5zv{w;j|.+K4Gd*CeO3:ͻTRKQG̙B^ 6]f`>E3$}^Sò zւn6h}k1zn>cKuiˑP8{ -֔Shk0G˚|E!rC.ƋRV@({ݾĘinYçc5/u6Mdcb>?4/K??vʢ,܊.e#9M/a~͢I R|,2:E<3ZeN5f OҢ b(9a%(k֬L%1cGFEW*wb?KI㟸*FMM *j$6&.r4.-A W }6tdm5Vrm=n'I3^c^pfU8MJ #TR$ o:V6:Y FYSANt T2 J& hne,h CE̛x B4Ř^v90:9U/VgF?Dz -7H*nLAlV⊑TKdcw\fiV Bv;y& y"C2,BN|UfuU[NG{ -WU7ͣl_rY%]l cNԒ h󳈠Dʂ0 DyXٟ].9lYi\$ﳬ5:ɣ.A;J&e5\Ayrq/@Y!e$> 'kS"k/&UCH&E -Өna?VJh AݝETAoP77K4aSs -V}# `8jo_ mVhwōx=)JԺj $sk8ϱI/lx8B@L/#-wS\It]p;?L0~-4\ULGX-ң*C#/TW9G Cy4FcKQ8~Q8Z%a\o!]hO^_JuOwU&XrǠ[^it wڳV9qSm)."g\MutS!.Iw6e\$b}(_F>ڥ&쒣8GZT =0yTev,~<5$g+zGKZgGbe>K?fZj %Bj%=0{bfupL rvڮˉ>ABMIҏ~;UB ɝ+{9)ߥUQҲ*fS+y:eg*(FX ԫ{z ј6y5hӒ!EGt{c";OYdۚ& >Y謑4k4䭆Og- -86k B1E\GZW{aDtt䉲8+5,-}MKXW{o .'tWiQ&-)h3H^ ťWf8(5qDaJݪ CN*C.LӁ;h}PآSzY(FbMQѐyJ='$(N-2S|Dׂw+zU\w:0|c)|i(rk)BPK"R}w=`1ljH fzV\,?&{ՎeV;(\# QvBI2.prXVK:rݷyRJ`;ZQ.c&u$-u7 0"*NdmCnOhQHc^;܊A9%b)#$T7XD| QF;PMc(LzBSenoҍ%T+syQ4nhkf81q©qH9[I4Xx2hf - KCa0 'eyQ4o0BQ(لfGJiVTj=KJh٨Pzu q@.hT&7 -CKtIZ3Jy`4DoQY%;i"ޣ01{%Ȩ[&5Eģ\Yi0lFZrv> Q&0ђa֠ -zPjKnOM/լtމ0Rk52@6ho(& -6.Hֲ4Cn# -GH#eBAIzl[敉 S7+hkt/.2>0̐ RaHZi8jcGJn0y쒷=dCD3.,fshL,Qm{׉Ga .1[ UTsu'aBs.y*3"Q3t6ԝkcޝ;Nyqx࿄ /z)[Wp7nt.zq (ޡ%*> բ -+`rGwCxJ:!:ZďAvJ(ç&S!!.Е[ȧ Aj6o?ddq~jzt y0 SDЙ6MӤ]NpT*Y6ѵ 'DvPPWh}]ҥQ*|ƹ rd}fYdzp/ ?q)4"_Qy+].o. -.!]=!;`IrM/љ V *zZXfHVQ h!-y4 ƻUP#j5SrЇDMt@c {ܔ0 ﴍv -璸Ewj&pUeG q[/ި*ͥX0CE -gJtX6۪"|W25I\lG3wJ,SJ"1R(U oSgJǽ oit{m qWTlȥ{wSZ_ˍ酽o|_lpb#-Ȇ2Tc:&?O'XXn?,+a?Yy3ǿ\וBiΎOsKlXL|TxP11k>悁b M*)f>paUiCwŞd'C\6nhv,f)&A%ETulHmy:A 8H6ߚ]X'YYЁY8uaQxL(fh]6 x={pxɊCwK=@ЃS.d֠xI/Qv&.$h$გ;(S1Y)/RRPDj\R - SڑLi5ÕLodvZ?Im=ni٬6If"*53k_)>.rpyh94֭ﮛ\|OƄ0o7$xwh~ptoII#x l@# Dz+4:7 nW+yrw؟5owg{܌~|L@hJv6N7oVAՠ-򾝭F)Mc"dE2JR9GŅTUcpbIq < Ge$2@: ko8?x>8+ a, 2%RX.s#r!3}ƊY`XA):g -paW]#PYilyBaB1 YjJ7c;8"i'~`BҠ 8CoqvRSL64w- j9"}h"$qa^ba%kPļ(_cQ 3}^IrгL`Ap%:ik6߬=HP m@CGA+u@]DAA Yݻ}s:WBnjɄ0JZ,NpŻ!t5*yoG#,a R%9vqLлp -{zM>&ѿ@czI2Ӣ$ E[j|]$2Grrf[h]tl zd)j!'63&E  -K!xN?K]UXHT$U<2m$ht|))+` ገlvBI߮=/ uŶV -Fy mBmKS@Bi'ZG섮ocQ:On- Ӹ:曡!::;z[$O%Q]'PZiomtL:{f~?*5P6`c NNWG}ص Nc6j/msU}gfW@,wL -L94/NV/Xa^Cߘ&|2N,>@FYvDe[M NJ>Vh4[ɤ+O)u(Wܯ1iʶP -j8YI 0By0mGMPR HI:j13dN E@&{&@cF !sЋ_$3rc1!=ta, t܀t:FHCǵ@H5o b:O2[H+\AG -GMҕHTA^#o%N·_,‰\7^^nJSOH/tҾ&P,ʷgO vL78O)N%&q΍qMZ>.~߽>/G*8?ݿ8]_>gx2P|+S0dS{B=2:2:GH[366 :ڛBd(BELLl -$*eHNs{8 ta̅-lss5hk8؏quj)>IN#^#^wsD Xa endstream endobj 29 0 obj <>stream -HWRJ~*\s$͞$ ٥jk(2%$Hm#[ׯg$8 #q{A B _qEU= u0W|*K:Fe2ҢB|0| F6b"w|`Db@LG#$;02 Q.gJtRJct7+8i%q޽bV\Fcq 0Հ ! (Ә̀f?1cP A -0aB盯p@P,8*WP,DLAo lGI+؍H - 6Jm-؆ g q8DX1餔 Kl~aF6c%\BR _v""™pnu;Ku -Ι4 -z?$cqw'fA4fp 68m+T۞"h~3ͱJQǤf*m `j$5XΧm7knA)TsiN e1X\=u^Tp?-٨&ER^@"hO&9t7D|ȾYQaqz݉~C~4Eqy5@"9OKtPrp{IgP٨ EU& -"V%NyR9U1u",P,zCX\xP@p/DIQS.2:HlщX ֻ]7.bK 3uYyS`GJ-'{Y9)D=8WN.>#W_$.indXՉ]|W¢Yv0[9vhKc7ߦZ嶦;>ۖle[vdgzWCFg3M}y'-n8u&+`bۢ!jӞ -+,7Px<6D.7ǝVX+#ZٙCJz:oOURUZU]֩Zk8oMyRy\yf_"Msg y-V*LZbȕZ*_*]Ր)W*SVTmy| j_n,`;Y8"~7jsaY@/nyzRk6~਺'ÿɷ KS1=h^Q}M˥=Ih˿wd :Qg4w%U=$4}䏪r9EggNdzo }|?@=> ,LL+ꭡ{5&^!*w'ܛ㫬K&"ņ)u[pcҧi5-c%E.S-#0>i,-*d(EaҢ,79N(f --o_C'Ѯ_iH0n­]dHp:xQI.TR{!H#Rx4 -´bB)B@aq))3+VP&"g#rЧZn7^?Fh.´o#`jAIjCqyp3y6ilOW}W|f]w# w'5Ċ  -ڐ =j"mHmoC}Vs!b!]Ha۷GlCBR݄~)Cd*,( -*a91Rq9a&( ,#%hm9XiSTp):],zZIlb)LKt9&ƗD>Txk=5Zk==: -!Κ s&uoǷz|{z|Ƿߞ)z|ǷgoZ4• -+ݭNէ }5)PZiԽm첼2 t'nVƃ_ v3˥ kwq4pFհ~7ue5%.#4E񝵡,6q:߁.@brvdWW/f Yj'qۮ;wt|Uhh?;"\FJ`8uM+D@O@k&nc؏=xٱ/(~+ȖG c=m2eVy!yڋNZ4!+>8shcvς$c Nm$XvWe~.Աۋ3ON4 5[SF} vԁPZl>]?{YLw֛3a٩+U%rZV. $+('d - b`& R).s A\)B9)YB2BΓs98/VSC@+Z:uW5D'L]1L2F~x 1ʃF/E|jvX!⿏iX5NFjk[B;To7 z;9Y#{ -WYLQhA.hB1~S{u07xd@gDxML魽~о!nF7a@A7 A0[y:ʹX(fSVHO(9Q12 ")F,"-Q*Ɩ/h?܀tS0-'ⷰ+Vr% -O wwsq@?ՁISYxZM5Ig̃w[mU~DN [ ٻh4XUYew7g9GbEVξt|ىA2ÕRIiz'ikSBэciHX:QEa -$}'-qxw{@zpn6g'<6sL(:^o&(WƾhxqiYansvfʶl. ʫFǝ0 Iܲ:di -1&WݚZROVG ,X@ t$-i8>@N/{5]֮M?Aۻ:r&cgk\KZtb:okn;L.u4,Uek=ۃs%jC+8xf/PY?1EO.D+өbHsIA+@$ܤBp]ԭꚳؚ&i_/.?$p:4yxe~{ӱI`40,4g2_!#0%Rnj;iMzM\GRB(y̔*ܮF=`F+\'#cy}?hM#`fOe_;^e^yPy*Mq4glWI`Q頊u,M#A0jm[Gyycvl<9NH ,hEܤ~R2uq l !s y5?d]WEӡ=<54PD0Lo0Q۳ -o0oۇm-wkwIjDa+~Lҏ?|EGtR9ͳ7" -31Ix [n!Gc 4:5Eh1<-ݥN ((D y; DOΨ-"h%FZ5*/YUxKU#wN/w/rtXUU:EXT%C&+~M8 ?ufK4ϻ%Hf̄^phڽF٠+!U^V0:2) -q$1b`@9qjaQY?0lMˆ2yiӑ&5C4Ȝ0Ucr3vBn@d8vB-Wg5 ^&QPjAT9FU=x" ƹEq\0G|ޝ,S7x3MCR*̠ zrG,1߳{N7F!@QS2WZvUG#Zn+c6psɵ<=v CSڮBx {=fd:q97nMmz3yߌ -5wY:MuPIcTMlZTUVt.d!əͺgJہzW)k+Wd=2 }V£WF,bQWΰme\DeR0W5+P>bp9;i,5{+5Oզ̒Tfֹ р ;C͐R BRvĿH:Z*螜 PBjpnwyqSʜ1 Z񞠙4"VlǮ3jw-l AW$.=PB ,6@PRj .>zf \ڲ ա"ڞ7=)u%P"_{[S_E --gĴ!\ʹ[zèGЂ2t#j S;t _j7L&ڹ?xȖ@f -5;ҶJ. -ldXܒ>Q^3(QcۭmF4SEVk[b_d5y7#מKtan~jTzU!+=+kV&3A_ho⪁HGm8Dg>ogTTQ}:+ƾV܏CSp/–0)!'IoOȚi}R8AMn`hegRȮ#RFq3RON3֬+(>mН=A4'ARdM^%jCy; -FVء;KzR'c}skqwll91e˄:*Lt?6#<@ yu"s2 vZV  -1{ * \ܺ5_9]دEIXIvV+F{g@A|' 0 &(XQ. *okgn H25 '2:4 {*"3.XȆ<%F1^:61c:܍X [Y3%Pxw&m֏[$2زky3"FkuHQ)-!AӼZTj t 9V^m^Dw|{iCfKA+,;rbfK4CF^@Plg, R/{hRA2vSޘ&FCfGhVj]cX2{?&)8!2hJa\nN)f;:0 MTeD*pX$ endstream endobj 30 0 obj <>stream -HW疲Z}nń [J6938kᠠͽsr"=IUw(A2ŜAw9FYA?n-k0L;#ޒDU[JˇkEΑCn7:זW4g ʋ sEɮpM/R8KڟqPT+6֢~G+ gY]4ؽͬo$mTJ&8Pau%Yof>?<Ci*[eٍwyK07^sMwpwr1En1>(D.$KMN fGiYbt3b].\ZeDq5(/WWf,=K'%Cސ~_js2SÁޘwfkή "r?hM,a6Y"W>mW"ezF X- %fG4_UbKS3KirNPc p(\FHFxo r֏[VU"s#CЂEHt^g4''WLq6LWRwEs9>Jϒs#i L1eˀm˶ !)%n -s>Hw ɑʉϽn_t2uipr{}N@Wgj9ėC~=&>Od=A/>+tY1m>~ 7|o~29t_~@ TTN?\"JlF湨M} gQFMMc}`o03':_ K{=-c0cH >dg'i#gWxkˣհ`g*(/0m~id(jDFhb?ǠQ |(H -Ij+UXBwjKt\c_WB;!cX!^9zC7vK ch0 9/( < ^)ML{hgђtϛ7r -l2rrFE:}lzo8[52F+dEoWcM4k޾)`w F!HVl:< c Ob{,s֍ 1i@,wihnFbc@0[ xfRk_XᝌqTBqhA4- -ڐOK :@0\w ll鑎, ,ͅ6P/}&' TL K_Z^٩,x2'YYWX97:φpOj5{rr~?ZZ͜~R -lG!9;kT2 yI -a>H9d"_sUY UCf6$'~ h3|tW9WI_0R|+0}@| } &nK]]]O/nOSv7N$؁:vDž)!%{ض.ե5*s3ցS퉶cZP;?) i?KhȋNވ1 |ўI|I\dnu"jj충x`Bj ,'a51&:Y2\[HD9;dko(]X+^cEhPfkdCmvnT0(/&5 -0Mdqh w9Jbn6 +Hv]V@46䷥3 -WFpw Pʫ lj'^8/R)4|^Bm儉|=FuRMY۸ѸFUlu40x:EA3 - -$m,?Wv|<(N fr֨Q#p}ۀL<;?dӽwwuU&u|N-lU3lE$e$qy]DVY5YP~Az+ Co%mNTmXdOo {>/;t7d|fow<|q\PxPAt[)B.&س\@(tՃ&4߃:$ip,Yf^3M/6pncFO#P>ccsIk~H50T<]D^X*H}xD7 -oBRbaPTƑt4/WTGf\|~]G.!C%ӋwqS=mí(m 13;8VDiX`!,}կU55k`BHEӞ%o0ۡ.FgƏ#RZf%(0c2IiT]1~n`_(r]@KjKɏ_ ]iSȝCͧ4==ow_ Y!ɬt*2¶6&*.'~t'؉JWqFZhw1~7YDuA'qzԓ^}2Ge=ŲKƟߗKK6d@ eD-6yE6~ۢKHxVkh ё z}ak+$FnLrBcS_&ƙY`Ì^ޗR=Ga -. -EЗ ӷ/sM@vUf#7!ܚl9IQ=ہ=߷,QE^b&EM% =bo4 _2Q?\VM|ePw ,]FGrTسK -~XTS %!j>=>E7LдXc"bR(< 4I@u+lF=}9CX0*܂ qC1 Im$,(U\9<%Y;xs+`Ϝ; sr~xfJMM 4DF-? 7ymmIb5y&u?P;B_4lobSݜcN?r_p|Nv;nE~9; 2͸"T* |_7cҗWd3N$b X~UMH냽>Bػ+B5$G(y|ۿy$$dB;a"lAIb?Y;]KŻ7e)KZT{~` -n[L39޹- =YU+ӛ4ݖBi^ f/x 5?OmOJ)Ϲ'{ܠ}ZXJaUxg3f'=#qAS?~Y,̘P¡T-ƬZO4D0S 5*/P@!ta1|k^##a%*q|BvacKk @+j_jf%I8"Oi\m_)! #O|SXab(XedѪ͊Cu̶W8CPQ0O"@AdPT$DB*V\uu^W^/z' &wnX@ =ԮrZv|-xs%)u峁Zs/mY/-236Ue ơ(@vxT -ůkS#dzJ͓ Gx˽dZG<-ZDEe_Iw#ɧ!S/:hԧʗI}wCֹ=CM5ϧr̿_'+ -4Ǽ/id?ܒ!SU4*Cr1FaW5Y 7<dP2%s$;Ffg^5*4%zY`ZT!2ǔLqU4cH3]pdY"Vf\׍4I1_1ɘ*H @ʜ;QkvJј ,pD"خ2p 4X9؝դHVD|Hhtyt(#QZ>3t!TJ0EdMd$"uAV4?eaޝKj\ @+7へyfg2؋Ԓ:F0M*NuU:;9aעΔdƖq2@&xUVUG#= 42=,6C7ʙ3̥gFI3[ƣEvZuu̐|5`uG_K l6*w0>oVٺ1-^=yG|%QaxPFW813DJ@1l;hBeht2<%CWs4r[mOy[wܐqFxHQL\Yt -HѯSSQq@Dc!bs Nea1fy΀Ve~̨Cz/+ U{ ,}K:sz+eFy}-VF#ɯP1 ا;Z:˔9T=ZA/ا~HV竻9{n -~V'%K[ZavblW7eZǂض_ʖPh#fPC{]ottm%]F4pv7--DF&}{_^{P -E6EAOvK5if7w;tYHY6!"_/ai,P^o99Q5"-nPX5y%P^~iLÉ`7^'s4AF.$}dtg1)d`a1=h:GU`a#vĝb{%q j EƷ R|^:|>z= Zy{vF[1p?B̯U62ϫ3c;ϤʸJիF}ķ?C+BƑ~?I+E>'qizƞ^K,82o?eyF(_7|qƼ\1|rZ)|ݜLj^PX__j0aܞUsqyhofƊ+aT9ߦo?#?xӛ=旡l8np,z˳xo7\ooFƝ|kA e[QcK r$ &"޼h$Nz7E =n: Н4P0;E)?,oȩRA+V҅{7I -XN7&BoFZ9[6ܷNJ9 ΪLH3}5[3L )TS4/[gtW|m) -#c4mG .>}ki<{ww6NGkctG'_0;ۑnt@F `!*᫥iȥ\R5.CI \Y ]jdPM+gӒhbVl Ttgd7mJ"ݩmYAKh{~&DؒO^L5 4܅@6e5O`>OL+m*h^wW?>`̌a~w(>cVcEhk* ^.W?աda>nS0vw&GGgY}fYו̻љGR :-#Y83(MWZ[h>KAk*e3esGy -1B ~C1r2t a<AQБ-i+&w4{xy\iղXz7chQXe`*P$,=[D;f'Oa1Ӕ^}|Ns7q;w2z;Zx֧7_œr -1Œh7u6$/l+ԗ* +ȟw0$,[ŋ N6_g<ꮣMٞtx~3t^\t{ԯiJC}]6čݗ}ƌ ߘ1hcq DSǖ6DUkTV c6Mm^,VAoIRj$4n=";}A|p[vrݖ4)°@c^˔V_2 }ALpLB8qϤw|,%!?޵tJ7T}Ax+o3K7OF,$k wLkGwӔ05wEJJOC L;|l7Gʵϗ P,.n"@1P(8H XZd :/ʬLu᤺t< %B/E[T7?@L_Ћ=őѻ@occ^`u >OLC?>4!+T5^/~^Wsڬ8ѝ4ct@E@a" &PO_ -|/C! 4VzԘ? T~LO}̬\mv 3 ("Hձօ^ULcLDl!?ќJ)Wy\|Yv;~M1;#‰cG4nE.Ool3N`ywmkdB"%wlwRУBGOZ02+)"ʃ`0Yc}A{Jy@U P^xqL+6]^y3crya!4Cq!b1 Ɇ֤DŽX6|rBN܇ |{8F;\5}]Y\x8,iV@fCW.|qgCw.$uu 2pF\HxƆ3' kukgH)k4-~ QP[n61!w9F2kΑ)7>8屎$#N/rIuR1F>W &{۱hgbג -^KpAm5d#1e;``jxR dGG~c,l+N.~f1}:Bۣ'}cFYsN,nkuC^~urG2D^}<#RX64 *O5\ `[Hs>[oqmg@2>qb,5o^Cx[ {2`R`( 4rm#RNTt#|(4.m=-VTR?,ovWZH}<ж`6": * #"TUP7 w9w;} vy:iBqzܬBs+Sq">f|ref5Hui86 k)N42:mR l\E@}%: ?hvNJf/x.vNR/ՋڻcjA&(;cŤwvcucs-v(^ȥRjͽ: 6{ {]OT:!V|=vŤ.[zBC@Br_+$\wPgH*߶ tmT};='j'ɃKH I=,0 !wq3!-Zz'Nyrav͋m5*!ca|O~SRCY˕ -YtGɔHr?K ÷N:SZgUXj)"5w ^Z'TIZ+LQ2՝'ClX3\ IS/fj-$_s -1ʯ;";! z%EH -ABN$`;'+ *_},]$dLVNp$h gʐ-A j}[I'4b6M׎URh@}ǚ'rS]=[&VQm3xܬCQipPSVD7 won6~6~"ZA~kV 7Ƽ4x\Wc }˽"Bݵ"f=l|OֽEe~\oecưso<21u h[@fA"sL_ryu&(,~{6k4-wmx^Ji%n?{V`FìWe#0p"Υw@^ 8X2sA ܺy#'<ֿ@%#N~LTҷJG6ŷC!|.'ޞw{/'#)CAo߁4kZWSzu%?* +S=$GP`ϐ#{h4S)5C黎%81i%>:0i{ -C<88kÈɆB[՚!sL_:^Ec賈N֙{g&YQMj}ܒ-%;ZalBU {D%xq!9KfXXY.ۈ@-AQj({:Lɿ/(%'["B=+?UO`p vmU . 7YtFN淘RtWN9u88] ITf -?ibI'>1d&6&vz kx=fū ahLL: -owpb1F>!0b1jFP$ËJ;edj_O] 8JN]M"0[5^6/`XšOݭ[IM&4%`q+NZWfV8*z$~( V^pg4.fyo44 'Qr]%CĽ1D-c1|?f'ʢ1Dcc(1"zѣԧ(EW{tUJhǘC~x!f?N$;.a);vkuƀmgdܸwe3aϨpR[+7SmX[Q -HJQ3_ZgeVfZ dϩhj­{m5q[BnOE^퍷ɔ S}d`/a֫t-%><0l1 (J OMnힵ~X9ujgEw#YZӒ>.7򑯭+}p^&/'!H=P}߳COY~q$?,6gk!bXWN9^P@1H)i{B%${jO9m/ jR.>Xyz=`Ea[~0.d.7&/eԅ\6IMr"*xaT¯ - A %PȆD^ éSq{ђc"*5s# j# Yz u.cebKM"w*XИ4wSc@mio|! S=;$PE&<Ț; 垮 @O~+G`jJnJq|* ]X prUZ;2p= -Z݋ -e_@]_ yk8k7 -sqWݎ7:o tw%KH^9]mEdsgmq8rrGSE%r yةNiG:vWTm! 9N0Q^$r)G?)ʅ*#4TAz[pz*c\ 'S#r ;5nSc(7';Ny[})Be֫]OY_RF|%|g2;NKXL盚&Q+:=Ѽws>2$L/ӽ8( endstream endobj 31 0 obj <>stream -HW~\}DBD -\PUk>DT9NqTNS|,b™@DT-!LO$&]dWS>_bӇ[3~LQf -Xr0c$ LB]X5jؒQ(6!h" DeWz"ŋXk+~MN?dep(ݝ M".Yz>ylBc.mc(Ƣe$L} & bF>\^$~REp`dbb++㬄8T>́"V|r&6QĘ"xԚ9YLFGK^W|@Kw(ᤔ]vi&qoX7ap-I:uM.\W0Cm3Y+3żr *uKlnpv%.\ͬVՋx4 ygW :ఓXZEDD, 5iv[BV тyClw6Dq9aُQNIsbA\c׻ĖW0 $n$vzRCPޅC`i3sƳK翖ʏYhQ% 7H{]v N,k)LumwL]r-$$?l^[j(L8]zmܵBU (\ܚcpB╦|t'KqhS|E\e/È6,)OT6U[e+p^&FexVɢ2MG:+!ٗY2Tَ^w9(X[8ϟKM1[ƴ O(F{0`jM?(+D0Q3<e"Ӌuӿ̑w1:6t_-s`lCgȚRsک^7Htv.w9nѻo -4n"uZc-N|fਜVpjiP6T->ϓ :,Ð.RIc:!pb٭r5:m (njɄY$JNz0 -B+ɂH7+VUb`kqXUmL*٥-4$pV -7a(͇.HCځ0ԶiMH?fbG70;`Af`qʑdnwb)ffRfd'Fnep:hl5;R7И td^KG<I9as>%,oH٤cGN>֞MފQ^&C?*un2FԽ _?Os[Ka\b:m'ЗnL_9dx(n.W{ܴb& -p%bU1:ʶ۳zl%g4n*}5Kfo3xӄ#8TP,)6LbE~ba-Em=GdBe -ˌQn{->&/ NmߦRt D.|{]ݡ#Ɇ0\#y?΄a⁇L|FD bg=cbtۼw H9Ŧ|Rx)wa?\G#=mΦKYk AM4BNM4+5A[;DžC0nNN 'p;;1 KB]I`f 7U -nc.#[-2T. -dTb+$fa{'7Yx.jR+!t'}%uv4u?Ղ i[]}ҾX'Q [W9 C qݰ +xVΏx -YVJoQ# ,ǂ@NJpn_86E{zK/TCF.##{_ߒM[7Vѷj'NK¯F; ˷ĭXv4Mavs葳h0|a}BΈcHJv9u'ZNIa'Ւ^XEГWV*K}&1$ -H@D A"i{'xgV4TWWڵ++kXV1ASlA"?#.k5Pmo&Rr>4}EU>zn=գ{>3n/ӨkFLo %,ݑC, jf; 97]3x.'UcT0Y?Fˢ\(tQ*ݯ.+}axgFl -X0uerZ>^æ]bD.}pO/)&V`.G, ɢB\oӬA-CÖ6w2 fPk $(OgɲI_~ѽ¥ uV Nl WRRV%~Z;Yf_N UD"RnYW1!:Dbb@\a1GG-I08yh)hȪ*raRW&[=tS SJ*Pfa|o|w T)dQTZvr'v>W-#G'BgR[{vl7 jPǏI. uknqW|h& 1 hk6rPPrxo&mAWKQ3xJPRR*.u!xm dgQBuF 0t\0e&۽É QoJ8Ӂ=2f(C{?ƉC;ҵq.5^AC]!%(%Y:A ,@6mA0"AAYa9- =q -(ؿ!^n)\B/<=}SePzfIUw7տ ꉣ~kGLa,P -|G&`k$/&WK ׳ LlM|5#HH&e? -%DJSðR9Lt>0gfwGq~cY }1cHcHzYwc&\J 8PuoGH⿚ _S/Ͽ0V~v 'B_q}ه/ud&SvphV}sl}8C.j$x7*Ɩpi?B:\Z]]yս\GαUK08~hL2c`Ro8E`ٙ54$:iWg~P.%ОD` -\&#%ӐW1U@[ -+=]ʛɣz" N&rD|<9Nk*\ሣbl7[W㳷Adno8uobqaw:K^x;T>&ȏ1/Ŝ{sN,a@; )y !tg:p0,uH$s+iu<9_iѩ?1 ) 7>3\0#+,$SH9싴/jǫ|4e5*CcG3C+ɏy|?X:-fûw^Tj -J%90#dh6Bmu|:2q$ߝllOT w ^ZW!D!z=jq850%=^zR]ތMOwW6/rSsغKVy7$.W. z!>4 [[%`XޱR]uov7w)TQUE޽$~to29B!gE92îe \[QlӟSFB,b= wVĐv52!1&$5@"D e<~I wvv R4F}]o$D8A+#ЂRf"_sAHe8d4HS]ʍ37J" U([lK*TYh^]C{z6- kt]dMKy"Q%}Ku֠y&.f1;ioKiixrJA1AE$> -ݗ1^mϟw9onRgtGK }oӕ:YAo6]'1y -M2i`a;j%p"NK p<=ܒA']DśTNPgK\ʩ TTbO҄ؼiJ~&aoDUZÏF@MnB\P/* j%,=zZ-z֩$i!sFGZ7u'#\@y ȉRjQ#\p8kJA8M49@ΝEMϨv{V>JpS?v8=Y. 7}H4BNnCtI;|,e;b0V( l .z`/:j%1>@k:kb>Q0pZfdR O.]/` N"aN l;КَRJfCB}MB%^Ipd -R&}K[;Gąi ;ǟTC`=mҁ4x@JBc! -@6}y"E])ؿF+!qʈaiɳleDZ$6r7'V6BһؓJ T +9 vcCwk3{푥'ɪ75 -=Ta>HX=I  Q Gnzq;A"hl_r>=}hq{m S6}N/og6*U{YT6*ҿolf߸̥ H<B+ŀ$v"V|bÊ|,lV1oE$B^mx-Gj[4Nf+K fr0}PpZ% е^薲R*ZS?V\_mZyjrP8Ń9}śvKQX>;uW49 }S:XH:5!Dgrx>*lnmiO+\*)\WV1Cxoa܎QoG/>t3۵O9 AC޶7tGpxY/_B] -Zۍզn2یXC@ }/ k}8XұQX&0^mbB]~mľBCTnLm(yE">{x[8]D2ne{%-@9Fڈ=Jnɣ6AMk0 GCgO.B%y~#[ P_K{Cڐ.ՍhŒ{ar7{ ҹLܒYئcMp:_*7:=S Ϛ4&bOA $]]Yup\JӐ::-| Mufom Dzr56+stQ}$#NOOm&?_rx3ٵYr1XaD1\.[*2߫dR_]LV$wc!RnB@I'1YoO' qM%CtE5bHB,ntYdISUl1$S% ]Vbf=I[S(xp,T uPp\8\Qujz2)er-Kp#.ѹtYnX#&~_~VBvEH;87Idp*BHR O-?!d/FB>ҌO,^Nž`Z]잾חi5|flTwqlB -XwI<);ϑSuBIQ&c7Ԛ0bL;A pUtI#r%g]FzzRj>=Zu(s3] i uhR:GĭY>>}[fwɇb WEg᧚[5H$:~VB2W-[xGey6?>krُ7|vfIfm!Ͱj[ӓzҡQl,rqXttkЭyz WwHэ),vu[zVÑ3nXN#&IU2Pk66e|XvAo-9uNċʰT]i7auwL³ tð7w' -A4( jR{+(X}yˣ[p\ -TZ^3CKRhZ"5nOmaٴئý:3-3`n5eas4 aUgƦ-<7Oa۩ʀ阷[˦(M1yr*9e42^6XGn"z(< -]8M@SAP*7XA *N|!£u*PR`CX\_Ta _ARfclDvkc\G?AFs2%:6PE Ðe,3\3jeΥI;4A!A1g\cvFc -z?Jư\c}xT?=5 `FC?p&b.,ZXC[*DgEl2Ȧ[ԇku"N"c>@sj1Uk[-m'|֋}5Tݝ(&UwupRLXiQ!<6.ńPoE*.<?bk!Y,dKC;ݰX\AeAv\a&0+oտ)Ekqɂ-%BRC ex,8bl\,jq[xȩZMwx6jy3ycr?-R ,<36 DZeAHAX4rӜqݝh۵.Bxs// sGx_@-6aC.Q> lp,n -`Fs{(\ p@P(qt8FIoc(h1 -zq&4q5Ҩ?}U履SH_-KB&uZEx^gMCGM#OC$j[Sۖ4bK`*Xg[]FjexsxX8^[[l6@UJGV*fs5 4@1zD1W&ouR)"$PB%$ZfY=>Җ5OAtrX@MRu6Q!bT#| faoջ ~2Oo7eI͔L^kY1?dbL.r t,<{blUHfݯ]^o\0ε6lFE3;^_2˰3cSVx5yRtwlfm.D;l,W3 sWW--6p2zș)$fJ8ڋؙ o o 6M;Ѵf02 -[$  nqv9I AtDWD=&<Ixoz~lskW+4`h 5YʂsZቱoID΁_渡=֡cZ>R5 2"jόD򩃴>/Z D>ls%9.1XMqaIUKM"guLy`?]W -~u(M`xg!,_o6ϫ=1Iq}Ϫf8߅!j)5I<`=R6 -M-oPӥ52 n`Z/1፨NVيauҵdk+[C%\) o : n*?ZhRn }&)/A]ķ=~NuxPvђa/etcd3·bT!9r(}oʨ>7| .wSP cRyc(ReX+Ki -Iw7}A`彩0,48ùAqun,6\C܏ɩImIhh<`Q4r;%JDF1upbQq0LeҚmvf٪?zUцO5X>6XxA<%ھ):;ߣMцQj5R`hc%kȠ9 wjt,G bhvfSo\Ik[Fu ݴWOW֕b s KqðkuSܰpuD  ( ֑`}A a|/w:Ŝ;lE'c;>J7|-%HXai1RL}>nKs92f*^s䶞y{uS~__:\@êOjltʊbib7e)U6%^m{9gSSͭZgofb6@_ueb%$yG@Ս|M4y橞 &8Ĉd+^5 -l5R Õpuc1bN36q?tGk"[l l0 f`@\m)l 0 Nx)Vqjzӯ/%Kzk:#qyyE2ϑ5Htcެ8Ilcze=Lvˆ޲z0Qfj,G`_kA8:okcqZ8ɯ2-3`)NA-^_ȰZγb(sIjsAIF:-̷dBfR-m8\o_1:O'_uZI~/qES/ՓyNS#:E4b>vU۲bxÆ0 [ l 0 &"XGK1 Oᾱ`+bF=`ƀqbc]fkFv͈afUj;?xl:禱?t~(sڰH(bwkXMj1'4 wPhXcq60a >ڬ`O8rnI06|*V^OI0q}()0'->P!E屭#-^BW`\"hu׿E~o#s+']ıIps\^}V=g#jn }96vF<_&Wtz7I>|^nyP`k_LkzVlcZ1ʱ(c*1Q$g`Ũ,-ͷkX4\o ;\$F®WrEYc>t7b,FU VAV<PT!:U-+e -l5V*D'epuc1b$FU<PT!:C`5[66 30 .6(T!"UNƀ8??FbceLv͚]3ZxU=FUJEb!>Tbrϭ>`~b 4T(D!#VȈrg zy^u])`c4mk|)^̺8QZi3p M?+6PM8M+^6Xn޼ubrm|;QGj[L[Qk%ɰbR4xٴc%,j2$݈=2f5S,j,YGj"VVlÆG0l⺱e`F1 lb ` `XhM}c+V q 8%z~j,qM3hbfe3 X$f͜Wm4ܜ^|k8xwWe袧Ap\pC+|rj '8?5 - {qPJP"E иD.=&X'' !̨g QNiFS -X7Ŋ=9U\ >%CǴG #EܠO>o -ܯw@, llu~xrG3JTV?>l?<Xᳲo>1gճ:ه>y .;pQ~xeWOe.p|\> ÚƱ╏ZV>>f9-2-Ϸ|R{n[QkgÚ;-ZwcKb܊W>v,ImSjG&cȲ2n[  >k>VlÆA6܀q2e`0b$Ȳ2x/I$~AC{1 Z? A0 C~{/Y/Z*>I{qv 1A&]+QsDޢnݸKtoln"8u7ݘKton5Gkn[nPWp@uBD/tiMu)Xòpʺ/i;eN٬W}Njc}&8]Lu]*=|GQ1SַݴDiu9䀎Vw]!ύ|t./wْ -Vg-oUm Loo[o{p#+WL5j -9*t:/s_4 g -Oah5Ɉ&VgrL11e$Rk>nAEN%‰4Hؤcq0ӨfYZUQ{ozɠ&|\GnSG:孨t^ܴB̓bGc?XjjVâxTIfaQMT#@"Ib@2;PKN;k -w 6aP-[7P8&T@"Ib@2rE-[ n+8:[]$D s@SM,8ִt91#_LvȎY=xէTn؅y7K, -(~jT҇Kh5K7Ms%SeR4/ĉDc0"Mb g-9_1vzXrP˽|PO/EK[>oɠS}"g?vzejte2iOhZX hHŬ:yuyTlMu[IJc yRG%˭ y5 \~W(s+,ee`}y iꁬ_נJЯi-SC+u2ۀN[@00mPi:8AE-(mDۈN[i  (mrA_N[0Kt`i-hmBۄmdtڂX9]gJ[fI*Xt_wp?nAҍA54rHo -8:XJnL/gj:AF&I 8Tk4^X/;hS%闀S1 LIKo).b<S3/C$ ŋ~ :{@X` tp#}O?O3iӐpW-$KuicFN^T 96rzP `f`p2=P+jh n/}#N-{j.}ъM+<]q'f?C<Q1lvӮ{͵FOCi(@KC¦9Gk;N#dcnP8Ziɢnݘt 6RMWp@]6nPgp@M:|19,m9Zu%p ?x>z3Y;faU_CbѮ7ɑ - a5}7ఔ -@.{1ܗ6.C - -gMl+h8 qEw>̫ άr! YUf`v 3{W9%rn C-3b!f1$>P;Fbځ;дḄbWR7CZy#%>2TJ cש{8cEWOհM+\qe?NkW8I-Hqh{525 1tҥlZrECL"b,*V-TwtwMWp@]6nPgp@M:BL"+g\t%p ?b bip̲/i;fYYlTW} -1 >ojKTSh/:9JTO>Lɮɻi-ZJ$VWSue[ xMci(qϾ80yPgEDvf0 xӜea"si+GF -ZvweN:WۚpY+R2 \. }i|u!!v4F_Gy t__/3䠖-5ҕSEK>o0R2)ӯWAV)Lin4[h{iacZiAٱԍaWGkzV.Ma4/?&cF _v %b!l%-䧃jCK1Ainr\uVCh-6Tt!|yt/n*m@ (4hM016ڀbЭ9ZIעnBuMwwtesu)6ڀbЭ9,m9Zu%p ?txpʺ/i;e]OY֫>!ZvwM=WZ?EgAQgP4>jJkk͚h-t^Zzsit[^p2`! endstream endobj 32 0 obj <>stream -Hė_?~)$=fFz*o.J_@džP;fF:vcѾѿFrN=*z鍸s~T9D)TLrY@:Kܤ?KMJ4{z1m|l|;޺_-̨m@N)\.݌3OTikrH&z؇gQLM\C`.zܣ4Qjm:;t#uKNsg]]wWRzKC=zmT -,dri*"kVF{zݾev[&+]'tގ-ѠF4&!RwݞYln;-`yV{ dsmC/>hsAA˅:p>o)\%ܗECYIt]̯]f\JX@H7S4 -iZfa`sDhZ)hըП('qh -nڕSo- -V@;0dz@H=@z4;}F^@( -* X5BĮ !( NYD}Tq=K^enztbcY@ގkA0~@PI|"ODzLhȍk[*Pe=&thΜz;m|p FѦbXzQxix6 Dom_@3w2D=iD/-rzSo@tm@w6Cag@n;@V6dCkmE8#P - rD!-5IUHxУ#q'c DuJc*_F1 po.!tf/WƨuBpL x(cxy1IҿSX~"nwOq | -'p -XfS}%F !XP^ j+R~Xlfnݩbs׻"-ܛsfI"Jkڜig`nN p{$%: -Z&z>44 9{9K4ڶLt=J29g t\yz]Fs=ƽ{g3x=^hMi3r1Spn*ǵ1'{'Z4U.eG2QpvH{^c=uxPp25ەdN't$g9|z595o]`Sh_`rNewi-B=NQ ؠ&Sm0UHߨ̘1gE/;h}/wo?k[h+TZpd$ ҆6WC##h~*%81=YBVDm@KcM\'jkNk3h*6Iml9UtOto1 gǘzv"tB* *fPE{Kգ짲ǙB\)e1ERGB#z3D.hey?1_Cy)o3#!&Sԩ?{x@zkͷz3>˼b٧;YPScݡ^9|ǔ9u n٤;vb\K$N FvxWz=$gBes\\` xlulP|[OS^USxeWS}6WYZK IHɗ4DRfM )jQfB>9AFnNWohrmw6Cag%A Th#?B9@TNDUi5dnJyUJ Qӓ{tOl興5b"v%ώUJ; ,Es [mS1ꅨ-ǞuҀ,P4,&2 7CRoȝN;R? {S趏L#&.3 2#)qOa+ufKʥmWF.WsL@+r')j6DwOylAk,04GO;|&=J/m$E>Zw=Çf)kP`Gtq t.SGVl 9R2J5Q!gsl8ŽmbIab!4~VtS?& nXR{5ed~{]wEN5RQj?zs.F슅7F)~L @Lq{cL˕p;; L =%ľ]U KO$]j,q+~ h%IlGij;yY\\,? crf`Lx7<樠s<̨k]&TŴ* G&]F7! sB|B"crK_L?0 IcLhe<39آWoѥ洐9xMԓ377ۀse??+7*t5531 B_sKd, 7!\HBώ]d'v;U~RC6R,jcc6ņx1ņ)6 KbbdvH*/(OR j:=IÒUj\MaVCqQLj(R[rxTiTyRB GQ} R|dpbJw( $m'.5θGI;ݢ|)QsJ<;7k-͠epUi}@`ta7R`Gs &pqqLxTx.^x@>v&&qecuVUGit`Ŧ;)׼ wZu7?-*V \?p3͓f?,3#Fcf̈Q˜07^ZM)*/$5QRgC)eEPQY?# -Xyg,ԏ̂'3vff -8B13F%`ZOk(9W1ba捱Q -33 -u2a0 ǷM#HӉ +⑚QS);*ı(g[Mr^OD]j$,qI)㡖r …,>. }su\ץ+˘]P>/l݇1:Bԓ8vϻl1sg &t97I2==`tso}($yb ZL54#'Iǐ9D Vb]t9Ű?rs;\$?~~\Q%twP^1w[ݶGzM`S^V&c iTҒ8Q $B4%9MXxg,ԏIǂ' j\FǢO|Ƒ` ^gaHu[{%|E.0E]0769&M<Ϛm -Ȝs]ft{3NoWNIrIu_9OɛivmurNUYЛ`I!RۚVI5O2.141<}g؍1pUX9SSztٌR4 3m\)=OLSUq$C9P .aolіl$I|Ӳ2iMhmËۀTu8Mmί_c5w:ߴb]Y):1p !9€ȁ'^!bvV&BNDF{{ ?Mǀ(ܔ$ ZZOm0b@uv^o7nv.* ü\ ®D ajhg-6۲yׇu8Wo;^E㺞o͞a͞],͘9Zjg-6Eg덷1c _ o?/p~{3߿s2F|7UOfJMNKCmGa)̲~h~hdoG=ht.86k FʛjI]:1#@3>=ht.cxY6F1Rz^K$JeR(!-z42{)%[G6ק掎jzU?&eUWeiSbʶPSQl&%S -喇D] Q:j?֜_joRFYz@t/SlRi<=R6.$hr%N$HeTJ]0`gwc۫iĝI^2x"aݽpƥnHv (#MbwLOv$[k^_uo:Z\UCIۢVU6j&L xK-Ij܁T|ҁ' 1}yfI]Hj!9e.lUci3$Ӌt=0vӸ,2(2Ѝ}55c6kɥ]^OK p!u=yW6++bzVʓFW$zEՂ-b6'^L^¦)jCAfpB6 婬ád:,Vm k(pi=EG25FQU)QhB GU|D:(VIZJB]|۫%={[]!pXx nQ>Asf.{djy}v\ksYWN8c@\ٹ:TW:VWcnї gA:UpTubu]uduЛ鹹BϦDX游3ᮿ׼ j)8nG8OnA\tY:, f,>inq]y4/io/'ꖤr#\XYӘ]b xݽfVPYA~׵:ė$J/Ro#2ʉ) Ry-_:M[%I&o Ӷ_J(3һP=]R>Dd,,'97fF[*U5ʷ^*7|*CvM?To8r7p4+4?F -pLfTkda~"%(&yjs2*cüSm#Zv丑b@2m>/$.9,l@oDf=]Ȑ̮(YBI.B~;5_FL5KlŲZРHqWqlLBBE_8PBm'n^Dhd >!ѲH[2T_j( FZO\@ d/@ n_~84m%Gy`׈D=SA!ezjȘ5Q)VPgE"^$VҀmۢ7Tb RC1MiH̕'@ȧ/%(^l1" Yom-(Vru=T%^W=Z)Խ(w;3"Ȳ)c&%z;9ZBQsF1K3SAYJX{"w~x7V#E2VdςaYƎF'y6j5&:>(Iߌ"&ձbDv Q =4d\D{RtP(78=*Th(t:y}w,k- ->֡O6L{ rn"M o?>&`Al{ٮ : F?sz6DגT -K5R.i@y*3ft`e駄y6MTkV$3d34 -S\&fubƏc}R -˾v[밼]e]w]f)WS]ֲ-keu~w_ OooW^ooW>~koww7J6^c][ /rkvzX"7"_FB,ݠ%;P|nkM -ǚ02A$+knŴ:n[FIpCK`ҙy\€ĝ?Վx0\{v;TNOZeY,DA40c{@> sЧt]z S2Z˷Cl@sC)A58:+C5P[ մF(%ʜ|7Fʸ9kxв܁E r>s&1ZŤxm *KlhDG;j3+ - -!$J&`hFFBv+$C2EU)J*PzFhBւU,…2E(o9(XN̈?!?:jI##:Gb#NtR$1]AǧhoWIơXTj}3E×0Bt UKJdgθKSs@ÇH2nd?S-Eb%AjrHФ*s&2/~On̨]06rXܢl{W#"1 W]B:j'аa! ]ľQrvqQ 8Q(M!B%)SVho㙩6:d^飪{%1PP5N%-J߬[jjU= :=D਄΃K=O4!Ch rCѣ-?*&680莥>3Sq]cБSۥxTT vܭ5YCݱ 2y ?fu@-p1s[H䞲ADeC7%ƙrcfQDNj#'빮:L8Xo -ٕ&ar}9A(~*X|y^>:Oɧe}!S\w)tm|㴻Xay5߷ݬףy:Btmw;^Ba91_,Wk*1#²m]tdqۻ~7۫!=n}x`eG4%uuz;m=[3tRq:뱮74'lǩ#i 6EO _>P%k[QA 3gwNQ1n9][MG<^P@ |г@M::N=rIe7j#%M:YaZSi'寯n[{B&|}&ELT<|*i?tn_ƭ~t 8egO\W!ajC%,1uf؃_22(Ⱥ+D ]`"b02xN(PYY!hK]Ds@hb0 2#|0=$} 4֬Vx P^ӧeerlNEyP9m?_p&GsW'xђgߧOݸ4 VǕa@C%|(i5.XntHpbv|]1ZVB2o"AxD+ <<;[v!"{ ;|DMq^[<"+\:!tTa 5QJ*с*7b$ e jǃ]b]{Igّr\.陯< r{̜)zuldJz"VAq(8Bmp@q.becj+)Ja(KhG{k*=A;h޻P \Khk1TM{=Dݳ@ h Pߐ FJ; šP/= -f\!Ӽ0Ȝ`8mޞo-9i3T~)8η8j0gGhZ>Wit:'{Ym9ԫJ-No;c%9,[nM3J9i-eNXi2)-ТՅ@;wV4{s\Fتud}diio_Ɛ -΁VcZ7猧{b[stƾ*Wdc}[jw~9YX{f#-YѫL)x??_?/>ۻ1Fgoh\A)%,RjPwruxeZ-b&߳ WǖeSRZOq"LG{Fi^-Ęjm~ұ5̵-q( -'2 X47QbO{t!;?I)N8`[$gt/&iDctxa"Chъ)b ڢV5(QV jb P{FBT{2J|vhlLV.P-Ȉ-(QY - .F34,Fe{Ջ.$Ob{"hDkŖnrT}.LJ:|Q6A%PVC%,!ѸDQT*Y -"v-.7C!cQϪ Vh3B PC*Lj:]! 9W~u;ix(nXFP}W]d>Й1˺h8:}cOckݷ_`ٰMp9]EFJJ$e}:ԍ"P0s"*L  +祚C] Vp4ъJlJY(.c#9כ6 Z9NpPI]%Y4{p` 5og@ ÁlY /\SDop\L/pjhɍ@5`;EۓH:ݭ"U|FcNFѻ}je[G\y)9_LHa[Տ=Ea]A^ eq"ݰbݬ_MQ)Ҭï58(Nvoگ=H۪Ӂc I=vrѤ)HgAB?(L~e>вp#> vv[gcEёd@>7TQ\0\IOΦ^:j9j 2:t9N@&p&^t*nGׯv1d@T_:JBXX"Wfr0ђNm[jkZ'X,69zw`lm@+.aXY[c^8fNy9x7aY_a :PjZ[btU,`kq0v-EasegYۋ[vi_"s satu햜s:sӧ~p֤X)%nyO>ï}ۿ[^O?~n?p3/}ToQ?9VOrs˙M>L%M7d2 -(Qg -S TZEyiMRK\ O\ =P@Z 0KwhM).o<6npyT Z)Nq2,{WpY#I}lqVӋ -/G.EfU1[{XKJCpV sd$6 9[E;mf KuKbFJjNnCԺ Evl6В3A!Ɖ(U4#!"LQ0q\gQQ)W͵ygV?2vhL(v}3$Z!ʼnelnJ9zIȮ ';H4~`HJPaP.2Ă*Vn-}5}QWn9 i8AMɩ@RHgy=͌.0 h(C{ -Goӕ=[*'jFHqK(!0%sn.Rx!wsKe/4JchP2rgk_AptNńkc"8'XqX -JCH-/]bjI$̚Y&KCY FQ$ R4WF@M0I61J~ -mt -bPmH#oR/pæNГMy+i™EPx#b}ܴhiEeTEfx@:N.a nW k| GȀ5'D$Sl/V=4^%"փ˜+]TzsNt`%H E//) -bd}ʆ!-~ f]o;Υ1dyx ږ?~snv. fA[襨:t>X{B]E== ju )Z81֔ Eb'±[ZR!gfq<>HXY;l6:yìbQ/dMx6.ev#G #K1 E8"pK~0؆Ɍ^pmܟ'ݴgƋ,&Jeu*4ةQθӺl gƵIZc[uSsrMTIzĬ:dO)kP1 KtZ˙rZLAO2)փOg!/yriOF3=3zW><}zۗ_ o}vY^/w=0[{]f}N~ ?[LXC~tgluDzmADD+ql~-V@b܂35;'wZ3C!LĤ` ]bvI@!u )R ImuT?dO>k=e%z[7۸Zh_ox7-4ֹ @5vCr F}mD=(HxCt>)Nox6[,C/eeXDaT&7F9Y7Լ3$A[C:i>'(mY1֟<:|-k鉰YWZԓ&;.ɴ -kY 'a 9 2:l׮]Tk?q4.,#-3aժG&,vEeOXIς6io>‚{L2I""!ymɒ++:1T -AIC -2}i{  )F.`NO8`hwx(Zx`eKb,Y,&bFę? 9Jus5؜wY10DCMA`8Yߥ%c A|hAre .d﹂Gw5%&eHH7aٔJ8o倉wS`mJ|&89qk_+ZqC0NcQ-y.K ax,}ம*t%fY __hE(GE3C-(PVM(VD)c yeLUT/RyUz2\VdW ץevO ]M@a\P0Sn*N&5bncpIV, l0!4Њ5)&D@Mz C5I##HZE=L%`4DnN2ݚ >[&w#@zdCfY/:}PbgG7L(4c]0BD{'ס7?X{95< Ө18:91!hCI A8r_k8 (BF9H8C5D-K$w2t4/.iY%̢`,Fұ̀\QY^ghIˍd *i/0^l_}xy/Ͽr\}Cxx_>y@^/oq=WQ?3Dx endstream endobj 7 0 obj [6 0 R 5 0 R] endobj 33 0 obj <> endobj xref 0 34 0000000000 65535 f -0000000016 00000 n -0000000156 00000 n -0000038444 00000 n -0000000000 00000 f -0000058918 00000 n -0000059001 00000 n -0000213891 00000 n -0000038495 00000 n -0000038843 00000 n -0000059423 00000 n -0000059310 00000 n -0000058028 00000 n -0000058357 00000 n -0000058405 00000 n -0000059194 00000 n -0000059225 00000 n -0000059078 00000 n -0000059109 00000 n -0000059497 00000 n -0000059909 00000 n -0000061040 00000 n -0000074622 00000 n -0000089876 00000 n -0000103585 00000 n -0000112273 00000 n -0000128572 00000 n -0000132331 00000 n -0000138035 00000 n -0000157357 00000 n -0000165382 00000 n -0000180828 00000 n -0000197194 00000 n -0000213920 00000 n -trailer <]>> startxref 214121 %%EOF \ No newline at end of file diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_1.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_1.pdf deleted file mode 100644 index 10f65ef..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_1.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_10.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_10.pdf deleted file mode 100644 index 2657bb9..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_10.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_100.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_100.pdf deleted file mode 100644 index 09fd81c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_100.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_101.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_101.pdf deleted file mode 100644 index 50b3bf1..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_101.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_102.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_102.pdf deleted file mode 100644 index 5eb1b67..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_102.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_103.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_103.pdf deleted file mode 100644 index 2f1a43a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_103.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_104.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_104.pdf deleted file mode 100644 index 8e88750..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_104.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_105.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_105.pdf deleted file mode 100644 index 6ebe067..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_105.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_106.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_106.pdf deleted file mode 100644 index 35db7a7..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_106.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_107.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_107.pdf deleted file mode 100644 index 7a56cca..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_107.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_108.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_108.pdf deleted file mode 100644 index 9ee332d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_108.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_109.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_109.pdf deleted file mode 100644 index 6d15dc5..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_109.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_11.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_11.pdf deleted file mode 100644 index d11ff2d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_11.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_110.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_110.pdf deleted file mode 100644 index 2649db6..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_110.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_111.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_111.pdf deleted file mode 100644 index 5962d3c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_111.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_112.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_112.pdf deleted file mode 100644 index 21bf065..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_112.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_113.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_113.pdf deleted file mode 100644 index ee561f4..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_113.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_114.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_114.pdf deleted file mode 100644 index d28b5b5..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_114.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_115.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_115.pdf deleted file mode 100644 index a38772f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_115.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_116.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_116.pdf deleted file mode 100644 index 9653868..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_116.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_117.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_117.pdf deleted file mode 100644 index 542ac1d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_117.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_118.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_118.pdf deleted file mode 100644 index cb38445..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_118.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_119.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_119.pdf deleted file mode 100644 index b5a2faf..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_119.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_12.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_12.pdf deleted file mode 100644 index f9f47ba..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_12.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_120.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_120.pdf deleted file mode 100644 index ebaa176..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_120.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_121.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_121.pdf deleted file mode 100644 index 7678f0b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_121.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_122.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_122.pdf deleted file mode 100644 index 047e9af..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_122.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_123.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_123.pdf deleted file mode 100644 index 2e48e3d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_123.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_124.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_124.pdf deleted file mode 100644 index 0647983..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_124.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_125.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_125.pdf deleted file mode 100644 index d96a2c3..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_125.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_126.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_126.pdf deleted file mode 100644 index db29ec1..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_126.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_127.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_127.pdf deleted file mode 100644 index 2ef1310..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_127.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_128.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_128.pdf deleted file mode 100644 index 0e6f8a9..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_128.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_129.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_129.pdf deleted file mode 100644 index 1c6cb46..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_129.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_13.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_13.pdf deleted file mode 100644 index c89120a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_13.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_130.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_130.pdf deleted file mode 100644 index 5d9b33f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_130.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_14.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_14.pdf deleted file mode 100644 index d2f0387..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_14.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_15.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_15.pdf deleted file mode 100644 index 529a424..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_15.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_16.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_16.pdf deleted file mode 100644 index 5b54461..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_16.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_17.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_17.pdf deleted file mode 100644 index 719718f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_17.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_18.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_18.pdf deleted file mode 100644 index 18995ad..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_18.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_19.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_19.pdf deleted file mode 100644 index fee1411..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_19.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_2.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_2.pdf deleted file mode 100644 index 6cceaa0..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_2.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_20.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_20.pdf deleted file mode 100644 index da7c6af..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_20.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_21.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_21.pdf deleted file mode 100644 index 0503ab2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_21.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_22.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_22.pdf deleted file mode 100644 index 67f377e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_22.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_23.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_23.pdf deleted file mode 100644 index f0b8316..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_23.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_24.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_24.pdf deleted file mode 100644 index c331bf8..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_24.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_25.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_25.pdf deleted file mode 100644 index 624ce8f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_25.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_26.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_26.pdf deleted file mode 100644 index b8ef052..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_26.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_27.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_27.pdf deleted file mode 100644 index 389a091..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_27.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_28.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_28.pdf deleted file mode 100644 index 2e6fd22..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_28.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_29.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_29.pdf deleted file mode 100644 index 9c14187..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_29.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_3.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_3.pdf deleted file mode 100644 index 51a8d08..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_3.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_30.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_30.pdf deleted file mode 100644 index 7cc86dc..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_30.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_31.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_31.pdf deleted file mode 100644 index 301d091..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_31.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_32.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_32.pdf deleted file mode 100644 index 9c28113..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_32.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_33.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_33.pdf deleted file mode 100644 index 0865423..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_33.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_34.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_34.pdf deleted file mode 100644 index 964e73e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_34.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_35.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_35.pdf deleted file mode 100644 index 876a7e4..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_35.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_36.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_36.pdf deleted file mode 100644 index a404b4d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_36.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_37.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_37.pdf deleted file mode 100644 index aa72fc6..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_37.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_38.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_38.pdf deleted file mode 100644 index fabec7f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_38.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_39.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_39.pdf deleted file mode 100644 index b3b64f0..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_39.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_4.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_4.pdf deleted file mode 100644 index 90677e6..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_4.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_40.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_40.pdf deleted file mode 100644 index a53a708..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_40.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_41.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_41.pdf deleted file mode 100644 index ca761ea..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_41.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_42.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_42.pdf deleted file mode 100644 index ea42c3c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_42.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_43.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_43.pdf deleted file mode 100644 index 9bc22c9..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_43.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_44.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_44.pdf deleted file mode 100644 index 0fad4d1..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_44.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_45.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_45.pdf deleted file mode 100644 index 8d676a9..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_45.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_46.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_46.pdf deleted file mode 100644 index ad3caec..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_46.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_47.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_47.pdf deleted file mode 100644 index c362c72..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_47.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_48.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_48.pdf deleted file mode 100644 index 83a14e2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_48.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_49.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_49.pdf deleted file mode 100644 index 00a4ea5..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_49.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_5.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_5.pdf deleted file mode 100644 index 94a53c8..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_5.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_50.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_50.pdf deleted file mode 100644 index d00f6b3..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_50.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_51.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_51.pdf deleted file mode 100644 index 6429bf3..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_51.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_52.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_52.pdf deleted file mode 100644 index f2a6056..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_52.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_53.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_53.pdf deleted file mode 100644 index ba537e9..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_53.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_54.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_54.pdf deleted file mode 100644 index 4a888c2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_54.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_55.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_55.pdf deleted file mode 100644 index 93cfad6..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_55.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_56.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_56.pdf deleted file mode 100644 index 80d54b0..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_56.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_57.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_57.pdf deleted file mode 100644 index 379a1ab..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_57.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_58.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_58.pdf deleted file mode 100644 index 0762911..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_58.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_59.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_59.pdf deleted file mode 100644 index 0ee436e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_59.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_6.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_6.pdf deleted file mode 100644 index fd1243b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_6.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_60.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_60.pdf deleted file mode 100644 index ffc1c1d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_60.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_61.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_61.pdf deleted file mode 100644 index f875cdf..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_61.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_62.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_62.pdf deleted file mode 100644 index e4145ca..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_62.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_63.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_63.pdf deleted file mode 100644 index d42348e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_63.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_64.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_64.pdf deleted file mode 100644 index 8a8e53e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_64.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_65.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_65.pdf deleted file mode 100644 index 9d1e721..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_65.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_66.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_66.pdf deleted file mode 100644 index 0833186..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_66.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_67.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_67.pdf deleted file mode 100644 index 031deb9..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_67.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_68.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_68.pdf deleted file mode 100644 index ee4302a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_68.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_69.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_69.pdf deleted file mode 100644 index 7cc1f6c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_69.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_7.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_7.pdf deleted file mode 100644 index 9cacf50..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_7.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_70.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_70.pdf deleted file mode 100644 index 4501b36..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_70.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_71.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_71.pdf deleted file mode 100644 index cc45f10..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_71.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_72.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_72.pdf deleted file mode 100644 index 4edd941..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_72.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_73.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_73.pdf deleted file mode 100644 index 52db4e7..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_73.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_74.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_74.pdf deleted file mode 100644 index ce8cd65..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_74.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_75.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_75.pdf deleted file mode 100644 index 80c635c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_75.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_76.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_76.pdf deleted file mode 100644 index e363050..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_76.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_77.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_77.pdf deleted file mode 100644 index 5d0bd13..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_77.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_78.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_78.pdf deleted file mode 100644 index ee3c811..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_78.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_79.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_79.pdf deleted file mode 100644 index 9d82962..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_79.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_8.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_8.pdf deleted file mode 100644 index 3325639..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_8.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_80.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_80.pdf deleted file mode 100644 index 3890828..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_80.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_81.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_81.pdf deleted file mode 100644 index 17f1b39..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_81.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_82.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_82.pdf deleted file mode 100644 index 0195dc0..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_82.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_83.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_83.pdf deleted file mode 100644 index daf783d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_83.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_84.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_84.pdf deleted file mode 100644 index 2264a4c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_84.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_85.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_85.pdf deleted file mode 100644 index 3487957..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_85.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_86.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_86.pdf deleted file mode 100644 index bc294a0..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_86.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_87.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_87.pdf deleted file mode 100644 index 778d498..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_87.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_88.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_88.pdf deleted file mode 100644 index 225917b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_88.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_89.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_89.pdf deleted file mode 100644 index 650fa6c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_89.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_9.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_9.pdf deleted file mode 100644 index 49129c4..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_9.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_90.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_90.pdf deleted file mode 100644 index d6611f0..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_90.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_91.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_91.pdf deleted file mode 100644 index 82ee561..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_91.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_92.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_92.pdf deleted file mode 100644 index 412e8c8..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_92.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_93.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_93.pdf deleted file mode 100644 index 89f86c4..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_93.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_94.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_94.pdf deleted file mode 100644 index 779c4db..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_94.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_95.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_95.pdf deleted file mode 100644 index 66c5389..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_95.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_96.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_96.pdf deleted file mode 100644 index 7176e7b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_96.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_97.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_97.pdf deleted file mode 100644 index d922845..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_97.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_98.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_98.pdf deleted file mode 100644 index 23e0f9c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_98.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_99.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_99.pdf deleted file mode 100644 index d84995c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/filetypes_individual_pdf/filetypes_99.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/glyphicons_filetypes.pdf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/glyphicons_filetypes.pdf deleted file mode 100644 index be11f23..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/pdf/paged/glyphicons_filetypes.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_000_txt.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_000_txt.png deleted file mode 100644 index a6e250b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_000_txt.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_000_txt@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_000_txt@2x.png deleted file mode 100644 index ecc8cc7..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_000_txt@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_001_doc.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_001_doc.png deleted file mode 100644 index 34a4a47..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_001_doc.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_001_doc@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_001_doc@2x.png deleted file mode 100644 index a4e9cfd..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_001_doc@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_002_rtf.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_002_rtf.png deleted file mode 100644 index a119f3f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_002_rtf.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_002_rtf@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_002_rtf@2x.png deleted file mode 100644 index cc18c94..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_002_rtf@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_003_log.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_003_log.png deleted file mode 100644 index b5e7d2a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_003_log.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_003_log@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_003_log@2x.png deleted file mode 100644 index e249b00..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_003_log@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_004_tex.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_004_tex.png deleted file mode 100644 index 47aed11..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_004_tex.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_004_tex@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_004_tex@2x.png deleted file mode 100644 index 1095af2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_004_tex@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_005_msg.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_005_msg.png deleted file mode 100644 index cd00760..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_005_msg.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_005_msg@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_005_msg@2x.png deleted file mode 100644 index 348776b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_005_msg@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_006_text.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_006_text.png deleted file mode 100644 index 965edfd..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_006_text.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_006_text@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_006_text@2x.png deleted file mode 100644 index e9f244b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_006_text@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_007_wpd.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_007_wpd.png deleted file mode 100644 index 0caa380..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_007_wpd.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_007_wpd@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_007_wpd@2x.png deleted file mode 100644 index 9e0772c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_007_wpd@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_008_wps.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_008_wps.png deleted file mode 100644 index 2ae244e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_008_wps.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_008_wps@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_008_wps@2x.png deleted file mode 100644 index c8eca09..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_008_wps@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_009_docx.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_009_docx.png deleted file mode 100644 index 2cced2b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_009_docx.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_009_docx@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_009_docx@2x.png deleted file mode 100644 index 0fb1bac..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_009_docx@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_010_page.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_010_page.png deleted file mode 100644 index 6f9e66e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_010_page.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_010_page@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_010_page@2x.png deleted file mode 100644 index 1bf9bd8..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_010_page@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_011_csv.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_011_csv.png deleted file mode 100644 index e83f041..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_011_csv.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_011_csv@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_011_csv@2x.png deleted file mode 100644 index d2469ae..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_011_csv@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_012_dat.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_012_dat.png deleted file mode 100644 index 6c143b9..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_012_dat.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_012_dat@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_012_dat@2x.png deleted file mode 100644 index 50b30f7..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_012_dat@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_013_tar.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_013_tar.png deleted file mode 100644 index c2e170f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_013_tar.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_013_tar@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_013_tar@2x.png deleted file mode 100644 index 249f313..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_013_tar@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_014_xml.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_014_xml.png deleted file mode 100644 index 50f533d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_014_xml.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_014_xml@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_014_xml@2x.png deleted file mode 100644 index 610f6bf..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_014_xml@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_015_vcf.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_015_vcf.png deleted file mode 100644 index 4178620..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_015_vcf.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_015_vcf@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_015_vcf@2x.png deleted file mode 100644 index 3934919..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_015_vcf@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_016_pps.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_016_pps.png deleted file mode 100644 index 3335b0b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_016_pps.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_016_pps@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_016_pps@2x.png deleted file mode 100644 index 4d3a039..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_016_pps@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_017_key.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_017_key.png deleted file mode 100644 index cc51883..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_017_key.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_017_key@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_017_key@2x.png deleted file mode 100644 index add7a28..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_017_key@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_018_ppt.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_018_ppt.png deleted file mode 100644 index ee6fac6..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_018_ppt.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_018_ppt@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_018_ppt@2x.png deleted file mode 100644 index 041b6e5..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_018_ppt@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_019_pptx.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_019_pptx.png deleted file mode 100644 index 8f3a8e3..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_019_pptx.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_019_pptx@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_019_pptx@2x.png deleted file mode 100644 index 359f1e3..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_019_pptx@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_020_sdf.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_020_sdf.png deleted file mode 100644 index e66ebee..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_020_sdf.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_020_sdf@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_020_sdf@2x.png deleted file mode 100644 index 538f248..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_020_sdf@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_021_gbr.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_021_gbr.png deleted file mode 100644 index 7a1d197..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_021_gbr.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_021_gbr@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_021_gbr@2x.png deleted file mode 100644 index fbbdca8..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_021_gbr@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_022_ged.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_022_ged.png deleted file mode 100644 index 5c47ed3..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_022_ged.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_022_ged@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_022_ged@2x.png deleted file mode 100644 index 269cae8..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_022_ged@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_023_mp3.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_023_mp3.png deleted file mode 100644 index e0856d6..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_023_mp3.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_023_mp3@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_023_mp3@2x.png deleted file mode 100644 index 8adcb23..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_023_mp3@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_024_m4a.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_024_m4a.png deleted file mode 100644 index b3f4eb6..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_024_m4a.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_024_m4a@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_024_m4a@2x.png deleted file mode 100644 index 7ad30aa..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_024_m4a@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_025_waw.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_025_waw.png deleted file mode 100644 index 87d81e9..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_025_waw.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_025_waw@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_025_waw@2x.png deleted file mode 100644 index cf824f1..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_025_waw@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_026_wma.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_026_wma.png deleted file mode 100644 index 04f36b7..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_026_wma.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_026_wma@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_026_wma@2x.png deleted file mode 100644 index a45b9c3..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_026_wma@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_027_mpa.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_027_mpa.png deleted file mode 100644 index 3293aad..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_027_mpa.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_027_mpa@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_027_mpa@2x.png deleted file mode 100644 index 37e17b4..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_027_mpa@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_028_iff.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_028_iff.png deleted file mode 100644 index 3611a8a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_028_iff.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_028_iff@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_028_iff@2x.png deleted file mode 100644 index 5f30513..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_028_iff@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_029_aif.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_029_aif.png deleted file mode 100644 index 67344f2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_029_aif.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_029_aif@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_029_aif@2x.png deleted file mode 100644 index 7ad1682..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_029_aif@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_030_ra.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_030_ra.png deleted file mode 100644 index 2c4e17b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_030_ra.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_030_ra@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_030_ra@2x.png deleted file mode 100644 index c7962f5..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_030_ra@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_031_mid.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_031_mid.png deleted file mode 100644 index 896f5e3..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_031_mid.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_031_mid@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_031_mid@2x.png deleted file mode 100644 index ee0df6a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_031_mid@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_032_m3v.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_032_m3v.png deleted file mode 100644 index 55c7787..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_032_m3v.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_032_m3v@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_032_m3v@2x.png deleted file mode 100644 index 2674cca..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_032_m3v@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_033_e_3gp.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_033_e_3gp.png deleted file mode 100644 index ed43ab1..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_033_e_3gp.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_033_e_3gp@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_033_e_3gp@2x.png deleted file mode 100644 index 376048d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_033_e_3gp@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_034_swf.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_034_swf.png deleted file mode 100644 index 3a8ca09..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_034_swf.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_034_swf@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_034_swf@2x.png deleted file mode 100644 index cee93d4..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_034_swf@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_035_avi.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_035_avi.png deleted file mode 100644 index 9af22d7..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_035_avi.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_035_avi@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_035_avi@2x.png deleted file mode 100644 index f10e679..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_035_avi@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_036_asx.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_036_asx.png deleted file mode 100644 index 8c69ee2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_036_asx.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_036_asx@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_036_asx@2x.png deleted file mode 100644 index 7cf9991..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_036_asx@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_037_mp4.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_037_mp4.png deleted file mode 100644 index 03d8045..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_037_mp4.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_037_mp4@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_037_mp4@2x.png deleted file mode 100644 index 07ef184..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_037_mp4@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_038_e_3g2.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_038_e_3g2.png deleted file mode 100644 index eccbb76..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_038_e_3g2.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_038_e_3g2@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_038_e_3g2@2x.png deleted file mode 100644 index c74c296..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_038_e_3g2@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_039_mpg.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_039_mpg.png deleted file mode 100644 index b919163..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_039_mpg.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_039_mpg@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_039_mpg@2x.png deleted file mode 100644 index bb837fd..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_039_mpg@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_040_asf.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_040_asf.png deleted file mode 100644 index 4694dbe..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_040_asf.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_040_asf@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_040_asf@2x.png deleted file mode 100644 index d5c23c7..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_040_asf@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_041_vob.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_041_vob.png deleted file mode 100644 index b5938d1..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_041_vob.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_041_vob@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_041_vob@2x.png deleted file mode 100644 index 360bfa7..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_041_vob@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_042_wmv.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_042_wmv.png deleted file mode 100644 index 3ae85c2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_042_wmv.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_042_wmv@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_042_wmv@2x.png deleted file mode 100644 index 3a6dda8..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_042_wmv@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_043_mov.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_043_mov.png deleted file mode 100644 index 4222832..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_043_mov.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_043_mov@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_043_mov@2x.png deleted file mode 100644 index 083c845..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_043_mov@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_044_srt.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_044_srt.png deleted file mode 100644 index 86c6c05..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_044_srt.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_044_srt@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_044_srt@2x.png deleted file mode 100644 index 5d7b669..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_044_srt@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_045_m4v.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_045_m4v.png deleted file mode 100644 index 46b5c5c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_045_m4v.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_045_m4v@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_045_m4v@2x.png deleted file mode 100644 index a358afc..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_045_m4v@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_046_flv.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_046_flv.png deleted file mode 100644 index e17d5f7..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_046_flv.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_046_flv@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_046_flv@2x.png deleted file mode 100644 index 6edafba..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_046_flv@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_047_rm.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_047_rm.png deleted file mode 100644 index 8f36ea2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_047_rm.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_047_rm@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_047_rm@2x.png deleted file mode 100644 index 4521f49..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_047_rm@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_048_png.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_048_png.png deleted file mode 100644 index 0c8fb07..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_048_png.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_048_png@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_048_png@2x.png deleted file mode 100644 index 759d246..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_048_png@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_049_psd.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_049_psd.png deleted file mode 100644 index 189159e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_049_psd.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_049_psd@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_049_psd@2x.png deleted file mode 100644 index cff5d35..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_049_psd@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_050_psp.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_050_psp.png deleted file mode 100644 index 2c55204..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_050_psp.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_050_psp@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_050_psp@2x.png deleted file mode 100644 index 4d409ad..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_050_psp@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_051_jpg.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_051_jpg.png deleted file mode 100644 index c3824c6..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_051_jpg.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_051_jpg@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_051_jpg@2x.png deleted file mode 100644 index 5e39f0e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_051_jpg@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_052_tif.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_052_tif.png deleted file mode 100644 index 4879927..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_052_tif.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_052_tif@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_052_tif@2x.png deleted file mode 100644 index 871178e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_052_tif@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_053_tiff.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_053_tiff.png deleted file mode 100644 index 5cd5b84..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_053_tiff.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_053_tiff@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_053_tiff@2x.png deleted file mode 100644 index 82d7a27..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_053_tiff@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_054_gif.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_054_gif.png deleted file mode 100644 index e11677b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_054_gif.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_054_gif@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_054_gif@2x.png deleted file mode 100644 index 5cbbf1a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_054_gif@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_055_bmp.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_055_bmp.png deleted file mode 100644 index 3f27bfb..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_055_bmp.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_055_bmp@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_055_bmp@2x.png deleted file mode 100644 index a77545b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_055_bmp@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_056_tga.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_056_tga.png deleted file mode 100644 index 6fba781..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_056_tga.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_056_tga@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_056_tga@2x.png deleted file mode 100644 index af30f9b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_056_tga@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_057_thm.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_057_thm.png deleted file mode 100644 index 4ebc23c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_057_thm.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_057_thm@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_057_thm@2x.png deleted file mode 100644 index a4e2143..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_057_thm@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_058_yuv.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_058_yuv.png deleted file mode 100644 index ade0d93..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_058_yuv.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_058_yuv@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_058_yuv@2x.png deleted file mode 100644 index 2397497..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_058_yuv@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_059_dds.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_059_dds.png deleted file mode 100644 index e21fb2e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_059_dds.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_059_dds@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_059_dds@2x.png deleted file mode 100644 index 3c03230..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_059_dds@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_060_ai.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_060_ai.png deleted file mode 100644 index 344429d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_060_ai.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_060_ai@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_060_ai@2x.png deleted file mode 100644 index f189129..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_060_ai@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_061_eps.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_061_eps.png deleted file mode 100644 index 4cac4af..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_061_eps.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_061_eps@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_061_eps@2x.png deleted file mode 100644 index 4161574..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_061_eps@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_062_ps.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_062_ps.png deleted file mode 100644 index ef11e23..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_062_ps.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_062_ps@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_062_ps@2x.png deleted file mode 100644 index b121bf8..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_062_ps@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_063_svg.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_063_svg.png deleted file mode 100644 index e03c550..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_063_svg.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_063_svg@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_063_svg@2x.png deleted file mode 100644 index 8b5b152..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_063_svg@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_064_pdf.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_064_pdf.png deleted file mode 100644 index 5efd23e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_064_pdf.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_064_pdf@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_064_pdf@2x.png deleted file mode 100644 index 1fc5f0a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_064_pdf@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_065_pct.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_065_pct.png deleted file mode 100644 index f601b1e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_065_pct.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_065_pct@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_065_pct@2x.png deleted file mode 100644 index 8cfe1c6..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_065_pct@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_066_indd.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_066_indd.png deleted file mode 100644 index 4dd0bef..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_066_indd.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_066_indd@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_066_indd@2x.png deleted file mode 100644 index b853ce6..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_066_indd@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_067_xlr.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_067_xlr.png deleted file mode 100644 index 841384e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_067_xlr.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_067_xlr@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_067_xlr@2x.png deleted file mode 100644 index 6a35b66..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_067_xlr@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_068_xls.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_068_xls.png deleted file mode 100644 index c6462e4..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_068_xls.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_068_xls@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_068_xls@2x.png deleted file mode 100644 index d169134..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_068_xls@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_069_xlsx.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_069_xlsx.png deleted file mode 100644 index 95327ce..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_069_xlsx.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_069_xlsx@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_069_xlsx@2x.png deleted file mode 100644 index b89b2cb..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_069_xlsx@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_070_db.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_070_db.png deleted file mode 100644 index 9604235..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_070_db.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_070_db@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_070_db@2x.png deleted file mode 100644 index 96d1635..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_070_db@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_071_dbf.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_071_dbf.png deleted file mode 100644 index 62bae3b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_071_dbf.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_071_dbf@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_071_dbf@2x.png deleted file mode 100644 index c8abcf5..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_071_dbf@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_072_mdb.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_072_mdb.png deleted file mode 100644 index cb5f341..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_072_mdb.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_072_mdb@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_072_mdb@2x.png deleted file mode 100644 index ed5ac3b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_072_mdb@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_073_pdb.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_073_pdb.png deleted file mode 100644 index 8aa9d51..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_073_pdb.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_073_pdb@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_073_pdb@2x.png deleted file mode 100644 index 05eb6e7..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_073_pdb@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_074_sql.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_074_sql.png deleted file mode 100644 index 5311256..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_074_sql.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_074_sql@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_074_sql@2x.png deleted file mode 100644 index 8162b01..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_074_sql@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_075_aacd.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_075_aacd.png deleted file mode 100644 index ac92848..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_075_aacd.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_075_aacd@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_075_aacd@2x.png deleted file mode 100644 index 66926e1..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_075_aacd@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_076_app.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_076_app.png deleted file mode 100644 index efc2638..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_076_app.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_076_app@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_076_app@2x.png deleted file mode 100644 index 3b14acd..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_076_app@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_077_exe.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_077_exe.png deleted file mode 100644 index 1a7fe42..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_077_exe.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_077_exe@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_077_exe@2x.png deleted file mode 100644 index 0b2205f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_077_exe@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_078_com.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_078_com.png deleted file mode 100644 index 6943a5d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_078_com.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_078_com@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_078_com@2x.png deleted file mode 100644 index f4d0061..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_078_com@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_079_bat.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_079_bat.png deleted file mode 100644 index ee8225f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_079_bat.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_079_bat@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_079_bat@2x.png deleted file mode 100644 index aff35ff..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_079_bat@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_080_apk.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_080_apk.png deleted file mode 100644 index 744c645..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_080_apk.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_080_apk@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_080_apk@2x.png deleted file mode 100644 index 6ce21ad..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_080_apk@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_081_jar.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_081_jar.png deleted file mode 100644 index bc3edd1..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_081_jar.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_081_jar@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_081_jar@2x.png deleted file mode 100644 index ae924ee..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_081_jar@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_082_wsf.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_082_wsf.png deleted file mode 100644 index 431cefa..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_082_wsf.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_082_wsf@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_082_wsf@2x.png deleted file mode 100644 index 907f7da..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_082_wsf@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_083_pif.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_083_pif.png deleted file mode 100644 index d5659c8..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_083_pif.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_083_pif@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_083_pif@2x.png deleted file mode 100644 index 6a62264..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_083_pif@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_084_vb.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_084_vb.png deleted file mode 100644 index 527c9a9..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_084_vb.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_084_vb@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_084_vb@2x.png deleted file mode 100644 index 406de47..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_084_vb@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_085_cgi.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_085_cgi.png deleted file mode 100644 index 8d38148..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_085_cgi.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_085_cgi@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_085_cgi@2x.png deleted file mode 100644 index cb7ac5e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_085_cgi@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_086_css.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_086_css.png deleted file mode 100644 index c2a48e2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_086_css.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_086_css@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_086_css@2x.png deleted file mode 100644 index 9052952..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_086_css@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_087_js.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_087_js.png deleted file mode 100644 index 19dfdfe..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_087_js.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_087_js@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_087_js@2x.png deleted file mode 100644 index b05ac6c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_087_js@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_088_php.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_088_php.png deleted file mode 100644 index 28f706a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_088_php.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_088_php@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_088_php@2x.png deleted file mode 100644 index c613562..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_088_php@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_089_xhtml.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_089_xhtml.png deleted file mode 100644 index 5ce7abd..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_089_xhtml.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_089_xhtml@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_089_xhtml@2x.png deleted file mode 100644 index 7476a6c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_089_xhtml@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_090_htm.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_090_htm.png deleted file mode 100644 index fcd11f2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_090_htm.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_090_htm@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_090_htm@2x.png deleted file mode 100644 index 8b16699..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_090_htm@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_091_html.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_091_html.png deleted file mode 100644 index dc47a24..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_091_html.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_091_html@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_091_html@2x.png deleted file mode 100644 index cb95b8f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_091_html@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_092_asp.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_092_asp.png deleted file mode 100644 index 7878d0e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_092_asp.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_092_asp@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_092_asp@2x.png deleted file mode 100644 index b16369c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_092_asp@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_093_cer.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_093_cer.png deleted file mode 100644 index 8fbe4f9..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_093_cer.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_093_cer@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_093_cer@2x.png deleted file mode 100644 index f65a31b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_093_cer@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_094_jsp.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_094_jsp.png deleted file mode 100644 index f0c78c2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_094_jsp.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_094_jsp@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_094_jsp@2x.png deleted file mode 100644 index bff471b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_094_jsp@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_095_cfm.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_095_cfm.png deleted file mode 100644 index b629511..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_095_cfm.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_095_cfm@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_095_cfm@2x.png deleted file mode 100644 index f51bca6..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_095_cfm@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_096_aspx.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_096_aspx.png deleted file mode 100644 index b624dc2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_096_aspx.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_096_aspx@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_096_aspx@2x.png deleted file mode 100644 index 6724290..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_096_aspx@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_097_rss.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_097_rss.png deleted file mode 100644 index e5017ba..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_097_rss.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_097_rss@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_097_rss@2x.png deleted file mode 100644 index 2ecb470..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_097_rss@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_098_csr.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_098_csr.png deleted file mode 100644 index 13b0800..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_098_csr.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_098_csr@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_098_csr@2x.png deleted file mode 100644 index de4efcb..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_098_csr@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_099_less.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_099_less.png deleted file mode 100644 index 7435238..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_099_less.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_099_less@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_099_less@2x.png deleted file mode 100644 index a025592..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_099_less@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_100_otf.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_100_otf.png deleted file mode 100644 index fecb237..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_100_otf.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_100_otf@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_100_otf@2x.png deleted file mode 100644 index 6c34bf8..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_100_otf@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_101_ttf.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_101_ttf.png deleted file mode 100644 index 9077976..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_101_ttf.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_101_ttf@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_101_ttf@2x.png deleted file mode 100644 index f33037e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_101_ttf@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_102_fon.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_102_fon.png deleted file mode 100644 index e0336cf..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_102_fon.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_102_fon@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_102_fon@2x.png deleted file mode 100644 index 97168d6..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_102_fon@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_103_fnt.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_103_fnt.png deleted file mode 100644 index c2993a5..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_103_fnt.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_103_fnt@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_103_fnt@2x.png deleted file mode 100644 index 04da4c6..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_103_fnt@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_104_eot.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_104_eot.png deleted file mode 100644 index b898ca4..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_104_eot.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_104_eot@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_104_eot@2x.png deleted file mode 100644 index 9faf993..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_104_eot@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_105_woff.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_105_woff.png deleted file mode 100644 index 213ff3f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_105_woff.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_105_woff@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_105_woff@2x.png deleted file mode 100644 index c71d781..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_105_woff@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_106_zip.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_106_zip.png deleted file mode 100644 index a87560b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_106_zip.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_106_zip@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_106_zip@2x.png deleted file mode 100644 index 6ab02d3..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_106_zip@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_107_zipx.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_107_zipx.png deleted file mode 100644 index ac80012..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_107_zipx.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_107_zipx@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_107_zipx@2x.png deleted file mode 100644 index 15f5e48..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_107_zipx@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_108_rar.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_108_rar.png deleted file mode 100644 index 042fe68..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_108_rar.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_108_rar@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_108_rar@2x.png deleted file mode 100644 index 0ada0cc..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_108_rar@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_109_targ.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_109_targ.png deleted file mode 100644 index 193fd9f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_109_targ.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_109_targ@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_109_targ@2x.png deleted file mode 100644 index eb4a358..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_109_targ@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_110_sitx.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_110_sitx.png deleted file mode 100644 index fb421e0..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_110_sitx.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_110_sitx@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_110_sitx@2x.png deleted file mode 100644 index fd69565..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_110_sitx@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_111_deb.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_111_deb.png deleted file mode 100644 index fb39dcd..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_111_deb.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_111_deb@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_111_deb@2x.png deleted file mode 100644 index b05e134..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_111_deb@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_112_e_7z.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_112_e_7z.png deleted file mode 100644 index 232e57d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_112_e_7z.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_112_e_7z@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_112_e_7z@2x.png deleted file mode 100644 index 0dec3f1..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_112_e_7z@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_113_pkg.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_113_pkg.png deleted file mode 100644 index f4bee8b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_113_pkg.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_113_pkg@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_113_pkg@2x.png deleted file mode 100644 index 8d1e3ee..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_113_pkg@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_114_rmp.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_114_rmp.png deleted file mode 100644 index d798f66..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_114_rmp.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_114_rmp@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_114_rmp@2x.png deleted file mode 100644 index 280f329..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_114_rmp@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_115_cbr.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_115_cbr.png deleted file mode 100644 index 3e1bbce..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_115_cbr.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_115_cbr@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_115_cbr@2x.png deleted file mode 100644 index 2e80974..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_115_cbr@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_116_gz.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_116_gz.png deleted file mode 100644 index 3e03fb9..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_116_gz.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_116_gz@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_116_gz@2x.png deleted file mode 100644 index fac8c62..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_116_gz@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_117_dmg.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_117_dmg.png deleted file mode 100644 index 342f14d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_117_dmg.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_117_dmg@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_117_dmg@2x.png deleted file mode 100644 index 65919e5..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_117_dmg@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_118_cue.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_118_cue.png deleted file mode 100644 index f974a79..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_118_cue.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_118_cue@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_118_cue@2x.png deleted file mode 100644 index 9c174e8..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_118_cue@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_119_bin.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_119_bin.png deleted file mode 100644 index a9f9984..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_119_bin.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_119_bin@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_119_bin@2x.png deleted file mode 100644 index a4cdf80..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_119_bin@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_120_iso.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_120_iso.png deleted file mode 100644 index c9a9b91..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_120_iso.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_120_iso@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_120_iso@2x.png deleted file mode 100644 index 989cf9b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_120_iso@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_121_hdf.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_121_hdf.png deleted file mode 100644 index eb85d71..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_121_hdf.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_121_hdf@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_121_hdf@2x.png deleted file mode 100644 index 103bb21..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_121_hdf@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_122_vcd.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_122_vcd.png deleted file mode 100644 index e9767cd..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_122_vcd.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_122_vcd@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_122_vcd@2x.png deleted file mode 100644 index 594f8f4..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_122_vcd@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_123_bak.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_123_bak.png deleted file mode 100644 index 0ff31c0..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_123_bak.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_123_bak@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_123_bak@2x.png deleted file mode 100644 index 19194d3..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_123_bak@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_124_tmp.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_124_tmp.png deleted file mode 100644 index 0b8113a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_124_tmp.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_124_tmp@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_124_tmp@2x.png deleted file mode 100644 index f33457a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_124_tmp@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_125_ics.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_125_ics.png deleted file mode 100644 index afcae4b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_125_ics.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_125_ics@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_125_ics@2x.png deleted file mode 100644 index 142aa6c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_125_ics@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_126_msi.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_126_msi.png deleted file mode 100644 index d8742ac..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_126_msi.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_126_msi@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_126_msi@2x.png deleted file mode 100644 index 1690b39..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_126_msi@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_127_cfg.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_127_cfg.png deleted file mode 100644 index 8283aed..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_127_cfg.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_127_cfg@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_127_cfg@2x.png deleted file mode 100644 index 7339459..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_127_cfg@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_128_ini.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_128_ini.png deleted file mode 100644 index 4b6eb48..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_128_ini.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_128_ini@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_128_ini@2x.png deleted file mode 100644 index cb32ecf..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_128_ini@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_129_prf.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_129_prf.png deleted file mode 100644 index 3e5be1c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_129_prf.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_129_prf@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_129_prf@2x.png deleted file mode 100644 index aed785e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/png/glyphicons_filetypes_129_prf@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/psd/glyphicons_filetypes.psd b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/psd/glyphicons_filetypes.psd deleted file mode 100644 index c2ca688..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/psd/glyphicons_filetypes.psd and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/psd/glyphicons_filetypes@2x.psd b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/psd/glyphicons_filetypes@2x.psd deleted file mode 100644 index 168621e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/psd/glyphicons_filetypes@2x.psd and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/svg/glyphicons_filetypes.svg b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/svg/glyphicons_filetypes.svg deleted file mode 100644 index 943c609..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/svg/glyphicons_filetypes.svg +++ /dev/null @@ -1,2560 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/svg/glyphicons_filetypes@2x.svg b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/svg/glyphicons_filetypes@2x.svg deleted file mode 100644 index ce131a4..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/svg/glyphicons_filetypes@2x.svg +++ /dev/null @@ -1,2574 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/web/html_css/css/filetypes.css b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/web/html_css/css/filetypes.css deleted file mode 100644 index 7838d6a..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/web/html_css/css/filetypes.css +++ /dev/null @@ -1,7 +0,0 @@ -/*! - * - * Project: GLYPHICONS HALFLINGS - * Author: Jan Kovarik - www.glyphicons.com - * Twitter: @jankovarik - * - */@font-face{font-family:'Glyphicons Filetypes Regular';src:url('../fonts/glyphicons-filetypes-regular.eot');src:url('../fonts/glyphicons-filetypes-regular.eot?#iefix') format('embedded-opentype'),url('../fonts/glyphicons-filetypes-regular.woff') format('woff'),url('../fonts/glyphicons-filetypes-regular.ttf') format('truetype'),url('../fonts/glyphicons-filetypes-regular.svg#glyphicons_filetypesregular') format('svg');font-weight:normal;font-style:normal}.filetype{display:inline-block;position:relative;padding-left:30px;color:#1d1d1b;text-decoration:none;*display:inline;*zoom:1;vertical-align:middle}.filetype:before{position:absolute;left:0;top:0;display:inline-block;margin:0 5px 0 0;font:24px/1em 'Glyphicons Filetypes Regular';font-style:normal;font-weight:normal;color:#1d1d1b;*display:inline;*zoom:1;vertical-align:middle;text-transform:none;-webkit-font-smoothing:antialiased}.filetype.white:before{color:#fff}.filetype.txt:before{content:"\E001"}.filetype.doc:before{content:"\E002"}.filetype.rtf:before{content:"\E003"}.filetype.log:before{content:"\E004"}.filetype.tex:before{content:"\E005"}.filetype.msg:before{content:"\E006"}.filetype.text:before{content:"\E007"}.filetype.wpd:before{content:"\E008"}.filetype.wps:before{content:"\E009"}.filetype.docx:before{content:"\E010"}.filetype.page:before{content:"\E011"}.filetype.csv:before{content:"\E012"}.filetype.dat:before{content:"\E013"}.filetype.tar:before{content:"\E014"}.filetype.xml:before{content:"\E015"}.filetype.vcf:before{content:"\E016"}.filetype.pps:before{content:"\E017"}.filetype.key:before{content:"\E018"}.filetype.ppt:before{content:"\E019"}.filetype.pptx:before{content:"\E020"}.filetype.sdf:before{content:"\E021"}.filetype.gbr:before{content:"\E022"}.filetype.ged:before{content:"\E023"}.filetype.mp3:before{content:"\E024"}.filetype.m4a:before{content:"\E025"}.filetype.waw:before{content:"\E026"}.filetype.wma:before{content:"\E027"}.filetype.mpa:before{content:"\E028"}.filetype.iff:before{content:"\E029"}.filetype.aif:before{content:"\E030"}.filetype.ra:before{content:"\E031"}.filetype.mid:before{content:"\E032"}.filetype.m3v:before{content:"\E033"}.filetype.e_3gp:before{content:"\E034"}.filetype.shf:before{content:"\E035"}.filetype.avi:before{content:"\E036"}.filetype.asx:before{content:"\E037"}.filetype.mp4:before{content:"\E038"}.filetype.e_3g2:before{content:"\E039"}.filetype.mpg:before{content:"\E040"}.filetype.asf:before{content:"\E041"}.filetype.vob:before{content:"\E042"}.filetype.wmv:before{content:"\E043"}.filetype.mov:before{content:"\E044"}.filetype.srt:before{content:"\E045"}.filetype.m4v:before{content:"\E046"}.filetype.flv:before{content:"\E047"}.filetype.rm:before{content:"\E048"}.filetype.png:before{content:"\E049"}.filetype.psd:before{content:"\E050"}.filetype.psp:before{content:"\E051"}.filetype.jpg:before{content:"\E052"}.filetype.tif:before{content:"\E053"}.filetype.tiff:before{content:"\E054"}.filetype.gif:before{content:"\E055"}.filetype.bmp:before{content:"\E056"}.filetype.tga:before{content:"\E057"}.filetype.thm:before{content:"\E058"}.filetype.yuv:before{content:"\E059"}.filetype.dds:before{content:"\E060"}.filetype.ai:before{content:"\E061"}.filetype.eps:before{content:"\E062"}.filetype.ps:before{content:"\E063"}.filetype.svg:before{content:"\E064"}.filetype.pdf:before{content:"\E065"}.filetype.pct:before{content:"\E066"}.filetype.indd:before{content:"\E067"}.filetype.xlr:before{content:"\E068"}.filetype.xls:before{content:"\E069"}.filetype.xlsx:before{content:"\E070"}.filetype.db:before{content:"\E071"}.filetype.dbf:before{content:"\E072"}.filetype.mdb:before{content:"\E073"}.filetype.pdb:before{content:"\E074"}.filetype.sql:before{content:"\E075"}.filetype.aacd:before{content:"\E076"}.filetype.app:before{content:"\E077"}.filetype.exe:before{content:"\E078"}.filetype.com:before{content:"\E079"}.filetype.bat:before{content:"\E080"}.filetype.apk:before{content:"\E081"}.filetype.jar:before{content:"\E082"}.filetype.hsf:before{content:"\E083"}.filetype.pif:before{content:"\E084"}.filetype.vb:before{content:"\E085"}.filetype.cgi:before{content:"\E086"}.filetype.css:before{content:"\E087"}.filetype.js:before{content:"\E088"}.filetype.php:before{content:"\E089"}.filetype.xhtml:before{content:"\E090"}.filetype.htm:before{content:"\E091"}.filetype.html:before{content:"\E092"}.filetype.asp:before{content:"\E093"}.filetype.cer:before{content:"\E094"}.filetype.jsp:before{content:"\E095"}.filetype.cfm:before{content:"\E096"}.filetype.aspx:before{content:"\E097"}.filetype.rss:before{content:"\E098"}.filetype.csr:before{content:"\E099"}.filetype.less:before{content:"\003C"}.filetype.otf:before{content:"\E101"}.filetype.ttf:before{content:"\E102"}.filetype.font:before{content:"\E103"}.filetype.fnt:before{content:"\E104"}.filetype.eot:before{content:"\E105"}.filetype.woff:before{content:"\E106"}.filetype.zip:before{content:"\E107"}.filetype.zipx:before{content:"\E108"}.filetype.rar:before{content:"\E109"}.filetype.targ:before{content:"\E110"}.filetype.sitx:before{content:"\E111"}.filetype.deb:before{content:"\E112"}.filetype.e_7z:before{content:"\E113"}.filetype.pkg:before{content:"\E114"}.filetype.rpm:before{content:"\E115"}.filetype.cbr:before{content:"\E116"}.filetype.gz:before{content:"\E117"}.filetype.dmg:before{content:"\E118"}.filetype.cue:before{content:"\E119"}.filetype.bin:before{content:"\E120"}.filetype.iso:before{content:"\E121"}.filetype.hdf:before{content:"\E122"}.filetype.vcd:before{content:"\E123"}.filetype.bak:before{content:"\E124"}.filetype.tmp:before{content:"\E125"}.filetype.ics:before{content:"\E126"}.filetype.msi:before{content:"\E127"}.filetype.cfg:before{content:"\E128"}.filetype.ini:before{content:"\E129"}.filetype.prf:before{content:"\E130"}.filetype-icon{display:inline-block;width:19px;height:24px;margin:0 8px 0 0;line-height:14px;vertical-align:text-top;background-image:url(../images/glyphicons_filetypes.svg);background-position:0 0;background-repeat:no-repeat;vertical-align:top;*display:inline;*zoom:1;*margin-right:.3em}.filetype-icon _:-o-prefocus,.filetype-icon{background-image:url(../images/glyphicons_filetypes.png)}.no-inlinesvg .filetype-icon{background-image:url(../images/glyphicons_filetypes.png)}.filetype-icon.white{background-image:url(../images/glyphicons_filetypes-white.svg)}.filetype-icon.white _:-o-prefocus,.filetype-icon.white{background-image:url(../images/glyphicons_filetypes-white.png)}.no-inlinesvg .filetype-icon.white{background-image:url(../images/glyphicons_filetypes-white.png)}.filetype-icon.txt{background-position:0 0}.filetype-icon.doc{background-position:-48px 0}.filetype-icon.rtf{background-position:-96px 0}.filetype-icon.log{background-position:-144px 0}.filetype-icon.tex{background-position:-192px 0}.filetype-icon.msg{background-position:-240px 0}.filetype-icon.text{background-position:-288px 0}.filetype-icon.wpd{background-position:-336px 0}.filetype-icon.wps{background-position:-384px 0}.filetype-icon.docx{background-position:-432px 0}.filetype-icon.page{background-position:0 -48px}.filetype-icon.csv{background-position:-48px -48px}.filetype-icon.dat{background-position:-96px -48px}.filetype-icon.tar{background-position:-144px -48px}.filetype-icon.xml{background-position:-192px -48px}.filetype-icon.vcf{background-position:-240px -48px}.filetype-icon.pps{background-position:-288px -48px}.filetype-icon.key{background-position:-336px -48px}.filetype-icon.ppt{background-position:-384px -48px}.filetype-icon.pptx{background-position:-432px -48px}.filetype-icon.sdf{background-position:0 -96px}.filetype-icon.gbr{background-position:-48px -96px}.filetype-icon.ged{background-position:-96px -96px}.filetype-icon.mp3{background-position:-144px -96px}.filetype-icon.m4a{background-position:-192px -96px}.filetype-icon.waw{background-position:-240px -96px}.filetype-icon.wma{background-position:-288px -96px}.filetype-icon.mpa{background-position:-336px -96px}.filetype-icon.iff{background-position:-384px -96px}.filetype-icon.aif{background-position:-432px -96px}.filetype-icon.ra{background-position:0 -144px}.filetype-icon.mid{background-position:-48px -144px}.filetype-icon.m3v{background-position:-96px -144px}.filetype-icon.e_3gp{background-position:-144px -144px}.filetype-icon.shf{background-position:-192px -144px}.filetype-icon.avi{background-position:-240px -144px}.filetype-icon.asx{background-position:-288px -144px}.filetype-icon.mp4{background-position:-336px -144px}.filetype-icon.e_3g2{background-position:-384px -144px}.filetype-icon.mpg{background-position:-432px -144px}.filetype-icon.asf{background-position:0 -192px}.filetype-icon.vob{background-position:-48px -192px}.filetype-icon.wmv{background-position:-96px -192px}.filetype-icon.mov{background-position:-144px -192px}.filetype-icon.srt{background-position:-192px -192px}.filetype-icon.m4v{background-position:-240px -192px}.filetype-icon.flv{background-position:-288px -192px}.filetype-icon.rm{background-position:-336px -192px}.filetype-icon.png{background-position:-384px -192px}.filetype-icon.psd{background-position:-432px -192px}.filetype-icon.psp{background-position:0 -240px}.filetype-icon.jpg{background-position:-48px -240px}.filetype-icon.tif{background-position:-96px -240px}.filetype-icon.tiff{background-position:-144px -240px}.filetype-icon.gif{background-position:-192px -240px}.filetype-icon.bmp{background-position:-240px -240px}.filetype-icon.tga{background-position:-288px -240px}.filetype-icon.thm{background-position:-336px -240px}.filetype-icon.yuv{background-position:-384px -240px}.filetype-icon.dds{background-position:-432px -240px}.filetype-icon.ai{background-position:0 -288px}.filetype-icon.eps{background-position:-48px -288px}.filetype-icon.ps{background-position:-96px -288px}.filetype-icon.svg{background-position:-144px -288px}.filetype-icon.pdf{background-position:-192px -288px}.filetype-icon.pct{background-position:-240px -288px}.filetype-icon.indd{background-position:-288px -288px}.filetype-icon.xlr{background-position:-336px -288px}.filetype-icon.xls{background-position:-384px -288px}.filetype-icon.xlsx{background-position:-432px -288px}.filetype-icon.db{background-position:0 -336px}.filetype-icon.dbf{background-position:-48px -336px}.filetype-icon.mdb{background-position:-96px -336px}.filetype-icon.pdb{background-position:-144px -336px}.filetype-icon.sql{background-position:-192px -336px}.filetype-icon.aacd{background-position:-240px -336px}.filetype-icon.app{background-position:-288px -336px}.filetype-icon.exe{background-position:-336px -336px}.filetype-icon.com{background-position:-384px -336px}.filetype-icon.bat{background-position:-432px -336px}.filetype-icon.apk{background-position:0 -384px}.filetype-icon.jar{background-position:-48px -384px}.filetype-icon.hsf{background-position:-96px -384px}.filetype-icon.pif{background-position:-144px -384px}.filetype-icon.vb{background-position:-192px -384px}.filetype-icon.cgi{background-position:-240px -384px}.filetype-icon.css{background-position:-288px -384px}.filetype-icon.js{background-position:-336px -384px}.filetype-icon.php{background-position:-384px -384px}.filetype-icon.xhtml{background-position:-432px -384px}.filetype-icon.htm{background-position:0 -432px}.filetype-icon.html{background-position:-48px -432px}.filetype-icon.asp{background-position:-96px -432px}.filetype-icon.cer{background-position:-144px -432px}.filetype-icon.jsp{background-position:-192px -432px}.filetype-icon.cfm{background-position:-240px -432px}.filetype-icon.aspx{background-position:-288px -432px}.filetype-icon.rss{background-position:-336px -432px}.filetype-icon.csr{background-position:-384px -432px}.filetype-icon.less{background-position:-432px -432px}.filetype-icon.otf{background-position:0 -480px}.filetype-icon.ttf{background-position:-48px -480px}.filetype-icon.font{background-position:-96px -480px}.filetype-icon.fnt{background-position:-144px -480px}.filetype-icon.eot{background-position:-192px -480px}.filetype-icon.woff{background-position:-240px -480px}.filetype-icon.zip{background-position:-288px -480px}.filetype-icon.zipx{background-position:-336px -480px}.filetype-icon.rar{background-position:-384px -480px}.filetype-icon.targ{background-position:-432px -480px}.filetype-icon.sitx{background-position:0 -528px}.filetype-icon.deb{background-position:-48px -528px}.filetype-icon.e_7z{background-position:-96px -528px}.filetype-icon.pkg{background-position:-144px -528px}.filetype-icon.rpm{background-position:-192px -528px}.filetype-icon.cbr{background-position:-240px -528px}.filetype-icon.gz{background-position:-288px -528px}.filetype-icon.dmg{background-position:-336px -528px}.filetype-icon.cue{background-position:-384px -528px}.filetype-icon.bin{background-position:-432px -528px}.filetype-icon.iso{background-position:0 -576px}.filetype-icon.hdf{background-position:-48px -576px}.filetype-icon.vcd{background-position:-96px -576px}.filetype-icon.bak{background-position:-144px -576px}.filetype-icon.tmp{background-position:-192px -576px}.filetype-icon.ics{background-position:-240px -576px}.filetype-icon.msi{background-position:-288px -576px}.filetype-icon.cfg{background-position:-336px -576px}.filetype-icon.ini{background-position:-384px -576px}.filetype-icon.prf{background-position:-432px -576px} \ No newline at end of file diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/web/html_css/css/style.css b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/web/html_css/css/style.css deleted file mode 100755 index 7bc45b7..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/web/html_css/css/style.css +++ /dev/null @@ -1 +0,0 @@ -article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none}html,body{margin:0;padding:0}h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,cite,code,del,dfn,em,img,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,button,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-size:100%;line-height:1;font-family:inherit}html{font-size:62.5%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}a:hover,a:active{outline:0}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{-ms-interpolation-mode:bicubic}*{-webkit-box-sizing:border-box;-khtml-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}html,body{height:100%}body{background:#fff;margin:0;font-family:'Helvetica Neue',Helvetica,'Arial CE',Arial,sans-serif;font-size:14px;color:#000;padding:20px 20px 0 20px;width:100%}.c{*zoom:1}.c:before,.c:after{display:table;content:""}.c:after{clear:both}h2{margin:0 0 15px 0;font-size:27px;font-weight:normal}div.list{padding:0 0 30px 0;margin:0 0 0 -10px}div.list-fonts{margin-left:0}p,.filetype{float:left;padding-left:10px;margin:0 0 10px 0;width:10%;font-size:11px;font-weight:bold;line-height:24px;white-space:nowrap;overflow:hidden}.filetype{padding-right:10px;line-height:11px;overflow:visible}.filetype strong{display:block;width:100%;line-height:12px;overflow:hidden}.filetype span{display:inline-block;width:100%;*display:inline;*zoom:1;margin:3px 0 0 0;font-size:10px;font-weight:normal;overflow:hidden}.white-content{margin:0 -20px 30px -20px;padding:20px 20px 0 20px;background:#000;background:rgba(0,0,0,0.9)}.white-content *,.white-content p,.white-content a{color:#fff} \ No newline at end of file diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/web/html_css/fonts/glyphicons-filetypes-regular.eot b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/web/html_css/fonts/glyphicons-filetypes-regular.eot deleted file mode 100755 index cd269b6..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/web/html_css/fonts/glyphicons-filetypes-regular.eot and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/web/html_css/fonts/glyphicons-filetypes-regular.svg b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/web/html_css/fonts/glyphicons-filetypes-regular.svg deleted file mode 100755 index f2d5a20..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/web/html_css/fonts/glyphicons-filetypes-regular.svg +++ /dev/null @@ -1,159 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/web/html_css/fonts/glyphicons-filetypes-regular.ttf b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/web/html_css/fonts/glyphicons-filetypes-regular.ttf deleted file mode 100755 index ba5bb75..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/web/html_css/fonts/glyphicons-filetypes-regular.ttf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/web/html_css/fonts/glyphicons-filetypes-regular.woff b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/web/html_css/fonts/glyphicons-filetypes-regular.woff deleted file mode 100755 index 6f88a6f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/web/html_css/fonts/glyphicons-filetypes-regular.woff and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/web/html_css/images/glyphicons_filetypes-white.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/web/html_css/images/glyphicons_filetypes-white.png deleted file mode 100644 index 06f748e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/web/html_css/images/glyphicons_filetypes-white.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/web/html_css/images/glyphicons_filetypes-white.svg b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/web/html_css/images/glyphicons_filetypes-white.svg deleted file mode 100644 index 4a84aae..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/web/html_css/images/glyphicons_filetypes-white.svg +++ /dev/null @@ -1,4572 +0,0 @@ - - - - - - - - - - -]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 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 -eOv7t3/7l5e+vPdN+Pjlfi379z9/8O+6lv325lrdenD83DPPf/7136txff+Z628/er4mP6ZlGFrZ -3N1abXsnN3977+Evrz9549af7n/Uac62/nL44oO3Xtqm8UevP/zLq3ceffvinbdf++SP9z5586/v -v3rncfipWWXe0XSHy2Df21b7cJP88e+eufHin+e6/P7XuvJ+b3uWZ++td555/sarr/Ki/Hu/+XN9 -vj/XP7zyzO3Xpq+fef5Pf3v7mZv//u0vdeKsuKHxu3SLBgkYuzc//1yG2n//1ObTNZp78flvv325 -7Yfyrs73v2nz41naLwvXj++0ZD3UeJ3Rvx7e5OnX/AGbfi35wvXb5MrUZL2+fn9mEd98+MJj1oPL -O8EmCe42nbuZubeVuZnw0zYz7Q//vzsKNXn2ZubeVmY7mv+rbmbubWX+CluP3WbmnjwfDPfX2Mzc -28rkTY5fcTNzbyuzHjf8dTcz97YyxX3/9TYz97YyYb78SpuZe1uZ1577tTcz97YyN235K29m7jkr -esnkV9vM3HNWqrb8dTcz95wVOQ7y621m7jkr7ehk5658+251PZgfvfXtXHvsz8eUfPvZV+/c+68X -fwqbnHcDKU/Q2G99mNqL2P65Bfd6NPSenVLdlLlZ3zYQhysayom6j6rSwbQ3Plt05++9bqGTjrXd -xu3DB+sfh/3Hx9cfqYj/Hvcfb751PL/92onscv5002+k0Ubp7T/BRun1w8eT2yjNv33mudefvXfG -Tuvrd0BAfPNvb8W2s8tElKf9NtLbxtad717+8I3mHNSB9nIb55L3139L3se/3Pnu3R9vqcP/xzbk -3EEq3vuiRdvd3a8zNgCbCqMNwJfSKXug8dj2vq491+1+2SLV1fa+buxt/9XloXN3QaUT4s/aCZ9h -F7S1Ju6CT7ALtta4q/gvf7/+fOou6EX2QHURfK8LZDn1rDWy29oJXCmf92uv5AJd8NLjdhX/6hvB -r7zw348vsAfaPNhTdsPpavFTbKfTpchNwPb2LzgaBxHts24XawMdahxFtE9SPc1jtCP8MqVaj136 -MT584c6ldqTHWfn84fHNpxnT8fm7z93qBHCPXbQn6rHx2+c9xpcv/tkETH//Ia54UTY+//PdsPsY -F+zKeogyNgGPfvPW26/fgo953Pz7L9O/oeRbr//7Bpd881/RSrqPftRx/uXnv3/KMbY5KNefbozd -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 -HlWs+D/90//8v/7Xr/5/b4HWbA== - - - diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/web/html_css/images/glyphicons_filetypes.png b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/web/html_css/images/glyphicons_filetypes.png deleted file mode 100644 index 8b215db..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/web/html_css/images/glyphicons_filetypes.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/web/html_css/images/glyphicons_filetypes.svg b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/web/html_css/images/glyphicons_filetypes.svg deleted file mode 100644 index d89dd52..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/web/html_css/images/glyphicons_filetypes.svg +++ /dev/null @@ -1,4474 +0,0 @@ - - - - - - - - - - -]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 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 -TV8Bc/76y7evvlufrvBrA6W23vh69OU/L84v4dYYmnV19vbmevURUQuw8mrZeuLk/dn56dWKUE+O -/vr3y+v6Hv66/vPDCu99KcryC8Dcny/PTgAcETh/9Pfl+Q0/+8fZ6fX72x9GdMVnoSnh6X/b5x69 -X539+v66d5fi40/ep/Xb/1mdXM/WN5en0L7Z+p99O/iO8A0evf7Yu5eNd568q/0n78/ePfpzr/tx -x2Rm/fjnM/Rj+vc30/MP75dvRN/+nJ1mrHBLT/CZf+vR4n0hk9c3V29vzleXJ6u+o8Cv9pzYWM8T -9+py/fr67PrkDppe9+kjPf3T2fmqPzVpvPP0q3BSmr69e7v8uDq+Wv3fG5jm/rSl9daT9xAxs28P -r1Yfb877s7v4+JP3Sfbt0OXNxfcn18vfd8DH/JU+FGhL+8Ut7e+mfhlTXv2Uk5PbG3zL4O8xpp1d -3jGHOS/AZ58cx16vb65OVt9cLT+8Pzvp360devUMnbqrfXVP1h9WV8vr9VXv/tQvPNuqma8vPqw/ -nl33WTSfogEkF99Z918Xq3ejrwdtb/96NGh7Hb0ctL1B2+vQ9vTnrO29u1qCiHj+3frs46DvHZi+ -19tMMah7ra49m7rXm9YM6t6eYtqg7g3q3qDu7Z+6p1+curdDjw5F3RvLl6IF7dKTvdeDZqvfV+ev -3y9P13983ntfzDpJLXwpjLO3xPnx+nSx+v0suPH0VoHyl568c2/Pb+7g84+gIjyTTPDN8ubjx7Pl -5Yz7eCiydG98O+1PFk+fgy7270h/TnX6HKxql0Wy79Rs/e7dx9X17AUv+++phwe04M9RlkQvwZP1 -+frqb3+8ZzWmJ8/587y/KTE8/QwbL73782F1cnO+vDr654f15eqyP9ptvvj0vdy1k/P15cfr5T06 -Wb/45J3s7SHz8ebq3fJk9fpkuQuCNl4aCP0D+oK48v3NHbj1JFR+X+gsaJzwr++A/Kv3WPzrObRn -sUtf9twSYHboyo6mgGeSQX5Yn11evwompeewR65eB1bxKggXByQP3cuGsO97CjuS433nLk+0m7Df -k3RomtEumyT7Qgx6C9W/qd4TgY/ur3bwW39S9ttzULLerPq3OwxAeUf0XnfkjrnLOyL2n2ztP7N8 -kRvwy6uz6/cXq+v+PTok1nl+dv3D8uwuW8ZnzjsPR1fe3Uy88/J7pon8dnX16wpH8oCEoF0X10uc -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 -QDdl9jfe79F/6h+qx1wN3e+exd2Zw726ZPm7G24VbvNrqy353fO0fVIdzNd/++IPodNo2+D79jta -zet2Xeo4oJ7dfMvz9Przn9zY9M8rN/hkl+yh3HuLNBpt0nw9n7Meq8nqR3Glb70b2urh9Mtff/2q -rEaqMvvHDT4++8P/e/laWUM5a//cfO/+d3d/evenb77+5vuz5679+trNV9+J8cPvv/zhzZ/u3v3g -7n/uvf7DnfvHu9/fO3vh7Oar79965511ef3unR++vHvWrkFa/lFgiYS0AuuRqVu71j/8un5v+Nrr -Xx3e+vbt/3rvpc9f/yp89HK/rv3fP37w77quvTmmdbH66aee++zLT556Lr35/lPPvP3zczX5Ea2i -0Crn7jZrG/LX/+v1uz+9dv+NG7+//ZfXf/fOU+93m7CHf3zw1kvXnn7jL6/dfe+Vmz9//eLNt1/9 -+Heb/f7z+6/cvBd+oDFOu5vuoBnsgdtaKS6J3vvVU8+++Ie5LsX/ua7Cb1P6qV++vt586rlnX3mF -F+j/9Is/1Of7Q/3Db556/tXpy6ee+/1f337q+r//66dq4ldUyb9KN2iKgZ1487PPZEz98Yemja7R -Kv02Ir9+uc0+tjLf/oIsD6nD8Mz5TZpTG11+htG/7lbL+jbtCNpSPSdfeKYO+LdpwNdP2W/PLGKb -Z/dkWr4TbPCj3rpwY3NvW9M5DX5jE6eYDfmX37Wtpk9Z07/1knkln2LNb916DjYIP8W662L8prKu -b17e327Qsvzff/7X/e0P70WaZw/d2Nzb1mxE7rFubO5taz6GbchuY3NPng+M+zg2Nve2NVnVPsaN -zb1tzXr08PFubO5ta4oD9Pg2Nve2NWG+PKaNzb1tzWtPP+6Nzb1tzU1bPuaNzb1tTf3g5LFtbO5t -a1Zt+Xg3Nve2NeVoyOPb2Nzb1mzOXLex+fW7j9NJsbBit/DE6qbMzfo+fBMzdBesPmgLsz/idrlN -zFO3MI0uXmUT89QtTCIMV93EPHULs23cXnkT89T9lnEB9zKbmKduYbaF9StvYp66hSmf5V9tE/PU -LUzZUr3aJuZpXfDSvfZZ/pU3MU/dwnzYtsrFm5inbmFeeUOdr3g7rQ28SXDFTcyHtMFtYT5wW+Wk -TcxTt5d2tlUusYl56hambKtcbRPz1KVjt61y6U3MU7cwrz39KJuYjzjGTtzEfMgAcVuYDxxjJ21i -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 -6xf/P5Dxs6I= - - - diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/web/html_css/index.html b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/web/html_css/index.html deleted file mode 100755 index c9876cf..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/web/html_css/index.html +++ /dev/null @@ -1,560 +0,0 @@ - - - - - - - Glyphicons - File Types - - - - - - - - - - - -

    Fonts

    -
    - txtUTF E001 - docUTF E002 - rtfUTF E003 - logUTF E004 - texUTF E005 - msgUTF E006 - textUTF E007 - wpdUTF E008 - wpsUTF E009 - docxUTF E010 - pageUTF E011 - csvUTF E012 - datUTF E013 - tarUTF E014 - xmlUTF E015 - vcfUTF E016 - ppsUTF E017 - keyUTF E018 - pptUTF E019 - pptxUTF E020 - sdfUTF E021 - gbrUTF E022 - gedUTF E023 - mp3UTF E024 - m4aUTF E025 - wawUTF E026 - wmaUTF E027 - mpaUTF E028 - iffUTF E029 - aifUTF E030 - raUTF E031 - midUTF E032 - m3vUTF E033 - e_3gpUTF E034 - shfUTF E035 - aviUTF E036 - asxUTF E037 - mp4UTF E038 - e_3g2UTF E039 - mpgUTF E040 - asfUTF E041 - vobUTF E042 - wmvUTF E043 - movUTF E044 - srtUTF E045 - m4vUTF E046 - flvUTF E047 - rmUTF E048 - pngUTF E049 - psdUTF E050 - pspUTF E051 - jpgUTF E052 - tifUTF E053 - tiffUTF E054 - gifUTF E055 - bmpUTF E056 - tgaUTF E057 - thmUTF E058 - yuvUTF E059 - ddsUTF E060 - aiUTF E061 - epsUTF E062 - psUTF E063 - svgUTF E064 - pdfUTF E065 - pctUTF E066 - inddUTF E067 - xlrUTF E068 - xlsUTF E069 - xlsxUTF E070 - dbUTF E071 - dbfUTF E072 - mdbUTF E073 - pdbUTF E074 - sqlUTF E075 - aacdUTF E076 - appUTF E077 - exeUTF E078 - comUTF E079 - batUTF E080 - apkUTF E081 - jarUTF E082 - hsfUTF E083 - pifUTF E084 - vbUTF E085 - cgiUTF E086 - cssUTF E087 - jsUTF E088 - phpUTF E089 - xhtmlUTF E090 - htmUTF E091 - htmlUTF E092 - aspUTF E093 - cerUTF E094 - jspUTF E095 - cfmUTF E096 - aspxUTF E097 - rssUTF E098 - csrUTF E099 - lessUTF 003C - otfUTF E101 - ttfUTF E102 - fontUTF E103 - fntUTF E104 - eotUTF E105 - woffUTF E106 - zipUTF E107 - zipxUTF E108 - rarUTF E109 - targUTF E110 - sitxUTF E111 - debUTF E112 - e_7zUTF E113 - pkgUTF E114 - rpmUTF E115 - cbrUTF E116 - gzUTF E117 - dmgUTF E118 - cueUTF E119 - binUTF E120 - isoUTF E121 - hdfUTF E122 - vcdUTF E123 - bakUTF E124 - tmpUTF E125 - icsUTF E126 - msiUTF E127 - cfgUTF E128 - iniUTF E129 - prfUTF E130 -
    - -
    -

    Fonts

    -
    - txtUTF E001 - docUTF E002 - rtfUTF E003 - logUTF E004 - texUTF E005 - msgUTF E006 - textUTF E007 - wpdUTF E008 - wpsUTF E009 - docxUTF E010 - pageUTF E011 - csvUTF E012 - datUTF E013 - tarUTF E014 - xmlUTF E015 - vcfUTF E016 - ppsUTF E017 - keyUTF E018 - pptUTF E019 - pptxUTF E020 - sdfUTF E021 - gbrUTF E022 - gedUTF E023 - mp3UTF E024 - m4aUTF E025 - wawUTF E026 - wmaUTF E027 - mpaUTF E028 - iffUTF E029 - aifUTF E030 - raUTF E031 - midUTF E032 - m3vUTF E033 - e_3gpUTF E034 - shfUTF E035 - aviUTF E036 - asxUTF E037 - mp4UTF E038 - e_3g2UTF E039 - mpgUTF E040 - asfUTF E041 - vobUTF E042 - wmvUTF E043 - movUTF E044 - srtUTF E045 - m4vUTF E046 - flvUTF E047 - rmUTF E048 - pngUTF E049 - psdUTF E050 - pspUTF E051 - jpgUTF E052 - tifUTF E053 - tiffUTF E054 - gifUTF E055 - bmpUTF E056 - tgaUTF E057 - thmUTF E058 - yuvUTF E059 - ddsUTF E060 - aiUTF E061 - epsUTF E062 - psUTF E063 - svgUTF E064 - pdfUTF E065 - pctUTF E066 - inddUTF E067 - xlrUTF E068 - xlsUTF E069 - xlsxUTF E070 - dbUTF E071 - dbfUTF E072 - mdbUTF E073 - pdbUTF E074 - sqlUTF E075 - aacdUTF E076 - appUTF E077 - exeUTF E078 - comUTF E079 - batUTF E080 - apkUTF E081 - jarUTF E082 - hsfUTF E083 - pifUTF E084 - vbUTF E085 - cgiUTF E086 - cssUTF E087 - jsUTF E088 - phpUTF E089 - xhtmlUTF E090 - htmUTF E091 - htmlUTF E092 - aspUTF E093 - cerUTF E094 - jspUTF E095 - cfmUTF E096 - aspxUTF E097 - rssUTF E098 - csrUTF E099 - lessUTF 003C - otfUTF E101 - ttfUTF E102 - fontUTF E103 - fntUTF E104 - eotUTF E105 - woffUTF E106 - zipUTF E107 - zipxUTF E108 - rarUTF E109 - targUTF E110 - sitxUTF E111 - debUTF E112 - e_7zUTF E113 - pkgUTF E114 - rpmUTF E115 - cbrUTF E116 - gzUTF E117 - dmgUTF E118 - cueUTF E119 - binUTF E120 - isoUTF E121 - hdfUTF E122 - vcdUTF E123 - bakUTF E124 - tmpUTF E125 - icsUTF E126 - msiUTF E127 - cfgUTF E128 - iniUTF E129 - prfUTF E130 -
    -
    - -

    Images

    -
    -

    txt

    -

    doc

    -

    rtf

    -

    log

    -

    tex

    -

    msg

    -

    text

    -

    wpd

    -

    wps

    -

    docx

    -

    page

    -

    csv

    -

    dat

    -

    tar

    -

    xml

    -

    vcf

    -

    pps

    -

    key

    -

    ppt

    -

    pptx

    -

    sdf

    -

    gbr

    -

    ged

    -

    mp3

    -

    m4a

    -

    waw

    -

    wma

    -

    mpa

    -

    iff

    -

    aif

    -

    ra

    -

    mid

    -

    m3v

    -

    e_3gp

    -

    shf

    -

    avi

    -

    asx

    -

    mp4

    -

    e_3g2

    -

    mpg

    -

    asf

    -

    vob

    -

    wmv

    -

    mov

    -

    srt

    -

    m4v

    -

    flv

    -

    rm

    -

    png

    -

    psd

    -

    psp

    -

    jpg

    -

    tif

    -

    tiff

    -

    gif

    -

    bmp

    -

    tga

    -

    thm

    -

    yuv

    -

    dds

    -

    ai

    -

    eps

    -

    ps

    -

    svg

    -

    pdf

    -

    pct

    -

    indd

    -

    xlr

    -

    xls

    -

    xlsx

    -

    db

    -

    dbf

    -

    mdb

    -

    pdb

    -

    sql

    -

    aacd

    -

    app

    -

    exe

    -

    com

    -

    bat

    -

    apk

    -

    jar

    -

    hsf

    -

    pif

    -

    vb

    -

    cgi

    -

    css

    -

    js

    -

    php

    -

    xhtml

    -

    htm

    -

    html

    -

    asp

    -

    cer

    -

    jsp

    -

    cfm

    -

    aspx

    -

    rss

    -

    csr

    -

    less

    -

    otf

    -

    ttf

    -

    font

    -

    fnt

    -

    eot

    -

    woff

    -

    zip

    -

    zipx

    -

    rar

    -

    targ

    -

    sitx

    -

    deb

    -

    e_7z

    -

    pkg

    -

    rpm

    -

    cbr

    -

    gz

    -

    dmg

    -

    cue

    -

    bin

    -

    iso

    -

    hdf

    -

    vcd

    -

    bak

    -

    tmp

    -

    ics

    -

    msi

    -

    cfg

    -

    ini

    -

    prf

    -
    - -
    -

    Images

    -
    -

    txt

    -

    doc

    -

    rtf

    -

    log

    -

    tex

    -

    msg

    -

    text

    -

    wpd

    -

    wps

    -

    docx

    -

    page

    -

    csv

    -

    dat

    -

    tar

    -

    xml

    -

    vcf

    -

    pps

    -

    key

    -

    ppt

    -

    pptx

    -

    sdf

    -

    gbr

    -

    ged

    -

    mp3

    -

    m4a

    -

    waw

    -

    wma

    -

    mpa

    -

    iff

    -

    aif

    -

    ra

    -

    mid

    -

    m3v

    -

    e_3gp

    -

    shf

    -

    avi

    -

    asx

    -

    mp4

    -

    e_3g2

    -

    mpg

    -

    asf

    -

    vob

    -

    wmv

    -

    mov

    -

    srt

    -

    m4v

    -

    flv

    -

    rm

    -

    png

    -

    psd

    -

    psp

    -

    jpg

    -

    tif

    -

    tiff

    -

    gif

    -

    bmp

    -

    tga

    -

    thm

    -

    yuv

    -

    dds

    -

    ai

    -

    eps

    -

    ps

    -

    svg

    -

    pdf

    -

    pct

    -

    indd

    -

    xlr

    -

    xls

    -

    xlsx

    -

    db

    -

    dbf

    -

    mdb

    -

    pdb

    -

    sql

    -

    aacd

    -

    app

    -

    exe

    -

    com

    -

    bat

    -

    apk

    -

    jar

    -

    hsf

    -

    pif

    -

    vb

    -

    cgi

    -

    css

    -

    js

    -

    php

    -

    xhtml

    -

    htm

    -

    html

    -

    asp

    -

    cer

    -

    jsp

    -

    cfm

    -

    aspx

    -

    rss

    -

    csr

    -

    less

    -

    otf

    -

    ttf

    -

    font

    -

    fnt

    -

    eot

    -

    woff

    -

    zip

    -

    zipx

    -

    rar

    -

    targ

    -

    sitx

    -

    deb

    -

    e_7z

    -

    pkg

    -

    rpm

    -

    cbr

    -

    gz

    -

    dmg

    -

    cue

    -

    bin

    -

    iso

    -

    hdf

    -

    vcd

    -

    bak

    -

    tmp

    -

    ics

    -

    msi

    -

    cfg

    -

    ini

    -

    prf

    -
    -
    - - - \ No newline at end of file diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/web/html_css/less/filetypes.less b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/web/html_css/less/filetypes.less deleted file mode 100755 index fa36e02..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/web/html_css/less/filetypes.less +++ /dev/null @@ -1,356 +0,0 @@ -/*! - * - * Project: GLYPHICONS - * Author: Jan Kovarik - www.glyphicons.com - * Twitter: @jankovarik - * - */ - -// IMPORT FONTS -@font-face { - font-family: 'Glyphicons Filetypes Regular'; - src: url('../fonts/glyphicons-filetypes-regular.eot'); - src: url('../fonts/glyphicons-filetypes-regular.eot?#iefix') format('embedded-opentype'), - url('../fonts/glyphicons-filetypes-regular.woff') format('woff'), - url('../fonts/glyphicons-filetypes-regular.ttf') format('truetype'), - url('../fonts/glyphicons-filetypes-regular.svg#glyphicons_filetypesregular') format('svg'); - font-weight: normal; - font-style: normal; -} - -// FONT ICONS -.filetype{ - display: inline-block; - position: relative; - padding-left:30px; - color: #1d1d1b; - text-decoration: none; - *display: inline; - *zoom: 1; - vertical-align:middle; - - &:before{ - position: absolute; - left: 0; - top: 0; - display: inline-block; - margin:0 5px 0 0; - font: 24px/1em 'Glyphicons Filetypes Regular'; - font-style: normal; - font-weight: normal; - color: #1d1d1b; - *display: inline; - *zoom: 1; - vertical-align:middle; - text-transform:none; - -webkit-font-smoothing: antialiased; - } - &.white{ - &:before{ - color: #fff; - } - } - - &.txt{ &:before{ content:"\E001";} } - &.doc{ &:before{ content:"\E002";} } - &.rtf{ &:before{ content:"\E003";} } - &.log{ &:before{ content:"\E004";} } - &.tex{ &:before{ content:"\E005";} } - &.msg{ &:before{ content:"\E006";} } - &.text{ &:before{ content:"\E007";} } - &.wpd{ &:before{ content:"\E008";} } - &.wps{ &:before{ content:"\E009";} } - &.docx{ &:before{ content:"\E010";} } - &.page{ &:before{ content:"\E011";} } - &.csv{ &:before{ content:"\E012";} } - &.dat{ &:before{ content:"\E013";} } - &.tar{ &:before{ content:"\E014";} } - &.xml{ &:before{ content:"\E015";} } - &.vcf{ &:before{ content:"\E016";} } - &.pps{ &:before{ content:"\E017";} } - &.key{ &:before{ content:"\E018";} } - &.ppt{ &:before{ content:"\E019";} } - &.pptx{ &:before{ content:"\E020";} } - &.sdf{ &:before{ content:"\E021";} } - &.gbr{ &:before{ content:"\E022";} } - &.ged{ &:before{ content:"\E023";} } - &.mp3{ &:before{ content:"\E024";} } - &.m4a{ &:before{ content:"\E025";} } - &.waw{ &:before{ content:"\E026";} } - &.wma{ &:before{ content:"\E027";} } - &.mpa{ &:before{ content:"\E028";} } - &.iff{ &:before{ content:"\E029";} } - &.aif{ &:before{ content:"\E030";} } - &.ra{ &:before{ content:"\E031";} } - &.mid{ &:before{ content:"\E032";} } - &.m3v{ &:before{ content:"\E033";} } - &.e_3gp{ &:before{ content:"\E034";} } - &.shf{ &:before{ content:"\E035";} } - &.avi{ &:before{ content:"\E036";} } - &.asx{ &:before{ content:"\E037";} } - &.mp4{ &:before{ content:"\E038";} } - &.e_3g2{ &:before{ content:"\E039";} } - &.mpg{ &:before{ content:"\E040";} } - &.asf{ &:before{ content:"\E041";} } - &.vob{ &:before{ content:"\E042";} } - &.wmv{ &:before{ content:"\E043";} } - &.mov{ &:before{ content:"\E044";} } - &.srt{ &:before{ content:"\E045";} } - &.m4v{ &:before{ content:"\E046";} } - &.flv{ &:before{ content:"\E047";} } - &.rm{ &:before{ content:"\E048";} } - &.png{ &:before{ content:"\E049";} } - &.psd{ &:before{ content:"\E050";} } - &.psp{ &:before{ content:"\E051";} } - &.jpg{ &:before{ content:"\E052";} } - &.tif{ &:before{ content:"\E053";} } - &.tiff{ &:before{ content:"\E054";} } - &.gif{ &:before{ content:"\E055";} } - &.bmp{ &:before{ content:"\E056";} } - &.tga{ &:before{ content:"\E057";} } - &.thm{ &:before{ content:"\E058";} } - &.yuv{ &:before{ content:"\E059";} } - &.dds{ &:before{ content:"\E060";} } - &.ai{ &:before{ content:"\E061";} } - &.eps{ &:before{ content:"\E062";} } - &.ps{ &:before{ content:"\E063";} } - &.svg{ &:before{ content:"\E064";} } - &.pdf{ &:before{ content:"\E065";} } - &.pct{ &:before{ content:"\E066";} } - &.indd{ &:before{ content:"\E067";} } - &.xlr{ &:before{ content:"\E068";} } - &.xls{ &:before{ content:"\E069";} } - &.xlsx{ &:before{ content:"\E070";} } - &.db{ &:before{ content:"\E071";} } - &.dbf{ &:before{ content:"\E072";} } - &.mdb{ &:before{ content:"\E073";} } - &.pdb{ &:before{ content:"\E074";} } - &.sql{ &:before{ content:"\E075";} } - &.aacd{ &:before{ content:"\E076";} } - &.app{ &:before{ content:"\E077";} } - &.exe{ &:before{ content:"\E078";} } - &.com{ &:before{ content:"\E079";} } - &.bat{ &:before{ content:"\E080";} } - &.apk{ &:before{ content:"\E081";} } - &.jar{ &:before{ content:"\E082";} } - &.hsf{ &:before{ content:"\E083";} } - &.pif{ &:before{ content:"\E084";} } - &.vb{ &:before{ content:"\E085";} } - &.cgi{ &:before{ content:"\E086";} } - &.css{ &:before{ content:"\E087";} } - &.js{ &:before{ content:"\E088";} } - &.php{ &:before{ content:"\E089";} } - &.xhtml{ &:before{ content:"\E090";} } - &.htm{ &:before{ content:"\E091";} } - &.html{ &:before{ content:"\E092";} } - &.asp{ &:before{ content:"\E093";} } - &.cer{ &:before{ content:"\E094";} } - &.jsp{ &:before{ content:"\E095";} } - &.cfm{ &:before{ content:"\E096";} } - &.aspx{ &:before{ content:"\E097";} } - &.rss{ &:before{ content:"\E098";} } - &.csr{ &:before{ content:"\E099";} } - &.less{ &:before{ content:"\003C";} } - &.otf{ &:before{ content:"\E101";} } - &.ttf{ &:before{ content:"\E102";} } - &.font{ &:before{ content:"\E103";} } - &.fnt{ &:before{ content:"\E104";} } - &.eot{ &:before{ content:"\E105";} } - &.woff{ &:before{ content:"\E106";} } - &.zip{ &:before{ content:"\E107";} } - &.zipx{ &:before{ content:"\E108";} } - &.rar{ &:before{ content:"\E109";} } - &.targ{ &:before{ content:"\E110";} } - &.sitx{ &:before{ content:"\E111";} } - &.deb{ &:before{ content:"\E112";} } - &.e_7z{ &:before{ content:"\E113";} } - &.pkg{ &:before{ content:"\E114";} } - &.rpm{ &:before{ content:"\E115";} } - &.cbr{ &:before{ content:"\E116";} } - &.gz{ &:before{ content:"\E117";} } - &.dmg{ &:before{ content:"\E118";} } - &.cue{ &:before{ content:"\E119";} } - &.bin{ &:before{ content:"\E120";} } - &.iso{ &:before{ content:"\E121";} } - &.hdf{ &:before{ content:"\E122";} } - &.vcd{ &:before{ content:"\E123";} } - &.bak{ &:before{ content:"\E124";} } - &.tmp{ &:before{ content:"\E125";} } - &.ics{ &:before{ content:"\E126";} } - &.msi{ &:before{ content:"\E127";} } - &.cfg{ &:before{ content:"\E128";} } - &.ini{ &:before{ content:"\E129";} } - &.prf{ &:before{ content:"\E130";} } - - -} - -// IMAGE ICONS -.filetype-icon{ - display: inline-block; - width: 19px; - height: 24px; - margin:0 8px 0 0; - line-height: 14px; - vertical-align: text-top; - background-image: url(../images/glyphicons_filetypes.svg); - background-position: 0 0; - background-repeat: no-repeat; - vertical-align: top; - *display: inline; - *zoom: 1; - *margin-right: .3em; - - // OPERA BUG SVG FIX v9.5 - v12 - _:-o-prefocus, &{ - background-image: url(../images/glyphicons_filetypes.png); - } - .no-inlinesvg &{ - background-image: url(../images/glyphicons_filetypes.png); - } - &.white{ - background-image: url(../images/glyphicons_filetypes-white.svg); - - // OPERA BUG SVG FIX v9.5 - v12 - _:-o-prefocus, &{ - background-image: url(../images/glyphicons_filetypes-white.png); - } - .no-inlinesvg &{ - background-image: url(../images/glyphicons_filetypes-white.png); - } - } - - &.txt{ background-position: -0px -0px; } - &.doc{ background-position: -48px -0px; } - &.rtf{ background-position: -96px -0px; } - &.log{ background-position: -144px -0px; } - &.tex{ background-position: -192px -0px; } - &.msg{ background-position: -240px -0px; } - &.text{ background-position: -288px -0px; } - &.wpd{ background-position: -336px -0px; } - &.wps{ background-position: -384px -0px; } - &.docx{ background-position: -432px -0px; } - &.page{ background-position: -0px -48px; } - &.csv{ background-position: -48px -48px; } - &.dat{ background-position: -96px -48px; } - &.tar{ background-position: -144px -48px; } - &.xml{ background-position: -192px -48px; } - &.vcf{ background-position: -240px -48px; } - &.pps{ background-position: -288px -48px; } - &.key{ background-position: -336px -48px; } - &.ppt{ background-position: -384px -48px; } - &.pptx{ background-position: -432px -48px; } - &.sdf{ background-position: -0px -96px; } - &.gbr{ background-position: -48px -96px; } - &.ged{ background-position: -96px -96px; } - &.mp3{ background-position: -144px -96px; } - &.m4a{ background-position: -192px -96px; } - &.waw{ background-position: -240px -96px; } - &.wma{ background-position: -288px -96px; } - &.mpa{ background-position: -336px -96px; } - &.iff{ background-position: -384px -96px; } - &.aif{ background-position: -432px -96px; } - &.ra{ background-position: -0px -144px; } - &.mid{ background-position: -48px -144px; } - &.m3v{ background-position: -96px -144px; } - &.e_3gp{ background-position: -144px -144px; } - &.shf{ background-position: -192px -144px; } - &.avi{ background-position: -240px -144px; } - &.asx{ background-position: -288px -144px; } - &.mp4{ background-position: -336px -144px; } - &.e_3g2{ background-position: -384px -144px; } - &.mpg{ background-position: -432px -144px; } - &.asf{ background-position: -0px -192px; } - &.vob{ background-position: -48px -192px; } - &.wmv{ background-position: -96px -192px; } - &.mov{ background-position: -144px -192px; } - &.srt{ background-position: -192px -192px; } - &.m4v{ background-position: -240px -192px; } - &.flv{ background-position: -288px -192px; } - &.rm{ background-position: -336px -192px; } - &.png{ background-position: -384px -192px; } - &.psd{ background-position: -432px -192px; } - &.psp{ background-position: -0px -240px; } - &.jpg{ background-position: -48px -240px; } - &.tif{ background-position: -96px -240px; } - &.tiff{ background-position: -144px -240px; } - &.gif{ background-position: -192px -240px; } - &.bmp{ background-position: -240px -240px; } - &.tga{ background-position: -288px -240px; } - &.thm{ background-position: -336px -240px; } - &.yuv{ background-position: -384px -240px; } - &.dds{ background-position: -432px -240px; } - &.ai{ background-position: -0px -288px; } - &.eps{ background-position: -48px -288px; } - &.ps{ background-position: -96px -288px; } - &.svg{ background-position: -144px -288px; } - &.pdf{ background-position: -192px -288px; } - &.pct{ background-position: -240px -288px; } - &.indd{ background-position: -288px -288px; } - &.xlr{ background-position: -336px -288px; } - &.xls{ background-position: -384px -288px; } - &.xlsx{ background-position: -432px -288px; } - &.db{ background-position: -0px -336px; } - &.dbf{ background-position: -48px -336px; } - &.mdb{ background-position: -96px -336px; } - &.pdb{ background-position: -144px -336px; } - &.sql{ background-position: -192px -336px; } - &.aacd{ background-position: -240px -336px; } - &.app{ background-position: -288px -336px; } - &.exe{ background-position: -336px -336px; } - &.com{ background-position: -384px -336px; } - &.bat{ background-position: -432px -336px; } - &.apk{ background-position: -0px -384px; } - &.jar{ background-position: -48px -384px; } - &.hsf{ background-position: -96px -384px; } - &.pif{ background-position: -144px -384px; } - &.vb{ background-position: -192px -384px; } - &.cgi{ background-position: -240px -384px; } - &.css{ background-position: -288px -384px; } - &.js{ background-position: -336px -384px; } - &.php{ background-position: -384px -384px; } - &.xhtml{ background-position: -432px -384px; } - &.htm{ background-position: -0px -432px; } - &.html{ background-position: -48px -432px; } - &.asp{ background-position: -96px -432px; } - &.cer{ background-position: -144px -432px; } - &.jsp{ background-position: -192px -432px; } - &.cfm{ background-position: -240px -432px; } - &.aspx{ background-position: -288px -432px; } - &.rss{ background-position: -336px -432px; } - &.csr{ background-position: -384px -432px; } - &.less{ background-position: -432px -432px; } - &.otf{ background-position: -0px -480px; } - &.ttf{ background-position: -48px -480px; } - &.font{ background-position: -96px -480px; } - &.fnt{ background-position: -144px -480px; } - &.eot{ background-position: -192px -480px; } - &.woff{ background-position: -240px -480px; } - &.zip{ background-position: -288px -480px; } - &.zipx{ background-position: -336px -480px; } - &.rar{ background-position: -384px -480px; } - &.targ{ background-position: -432px -480px; } - &.sitx{ background-position: -0px -528px; } - &.deb{ background-position: -48px -528px; } - &.e_7z{ background-position: -96px -528px; } - &.pkg{ background-position: -144px -528px; } - &.rpm{ background-position: -192px -528px; } - &.cbr{ background-position: -240px -528px; } - &.gz{ background-position: -288px -528px; } - &.dmg{ background-position: -336px -528px; } - &.cue{ background-position: -384px -528px; } - &.bin{ background-position: -432px -528px; } - &.iso{ background-position: -0px -576px; } - &.hdf{ background-position: -48px -576px; } - &.vcd{ background-position: -96px -576px; } - &.bak{ background-position: -144px -576px; } - &.tmp{ background-position: -192px -576px; } - &.ics{ background-position: -240px -576px; } - &.msi{ background-position: -288px -576px; } - &.cfg{ background-position: -336px -576px; } - &.ini{ background-position: -384px -576px; } - &.prf{ background-position: -432px -576px; } - - - -} diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/web/html_css/less/reset.less b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/web/html_css/less/reset.less deleted file mode 100755 index f5e9396..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/web/html_css/less/reset.less +++ /dev/null @@ -1,84 +0,0 @@ -// Reset.less -// Adapted from Normalize.css http://github.com/necolas/normalize.css -// ------------------------------------------------------------------------ - -// Display in IE6-9 and FF3 -// ------------------------- - -article, -aside, -details, -figcaption, -figure, -footer, -header, -hgroup, -nav, -section { - display: block; -} - -// Display block in IE6-9 and FF3 -// ------------------------- - -audio, -canvas, -video { - display: inline-block; - *display: inline; - *zoom: 1; -} - -// Prevents modern browsers from displaying 'audio' without controls -// ------------------------- - -audio:not([controls]) { - display: none; -} - -// Base settings -// ------------------------- - -html, body { margin: 0; padding: 0; } - -h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-size: 100%; line-height: 1; font-family: inherit; -} - -html { - font-size: 62.5%; - -webkit-text-size-adjust: 100%; - -ms-text-size-adjust: 100%; -} - -// Hover & Active -a:hover, -a:active { - outline: 0; -} - -// Prevents sub and sup affecting line-height in all browsers -// ------------------------- - -sub, -sup { - position: relative; - font-size: 75%; - line-height: 0; - vertical-align: baseline; -} -sup { - top: -0.5em; -} -sub { - bottom: -0.25em; -} - -// Img border in a's and image quality -// ------------------------- - -img { - //max-width: 100%; - //height: auto; - //border: 0; - -ms-interpolation-mode: bicubic; -} diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/web/html_css/less/site.less b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/web/html_css/less/site.less deleted file mode 100755 index 37b1a93..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/web/html_css/less/site.less +++ /dev/null @@ -1,91 +0,0 @@ -// BODY -// --------- -*{ - -webkit-box-sizing: border-box; - -khtml-box-sizing: border-box; - -moz-box-sizing: border-box; - -ms-box-sizing: border-box; - box-sizing: border-box; -} -html, body { - height: 100%; -} - -body { - background: #fff; - margin: 0; - font-family: 'Helvetica Neue', Helvetica, 'Arial CE', Arial, sans-serif; - font-size: 14px; - color: #000; - padding: 20px 20px 0 20px; - width:100%; -} -.c{ - *zoom: 1; - &:before, - &:after { - display: table; - content: ""; - } - &:after { - clear: both; - } -} - -h2{ - margin: 0 0 15px 0; - font-size: 27px; - font-weight:normal; -} -div.list{ - padding:0 0 30px 0; - margin:0 0 0 -10px; -} -div.list-fonts{ - margin-left:0; -} - -p,.filetype{ - float:left; - padding-left:10px; - margin:0 0 10px 0; - width: 10%; - font-size: 11px; - font-weight:bold; - line-height: 24px; - white-space:nowrap; - overflow:hidden; -} -.filetype{ - padding-right:10px; - line-height:11px; - overflow:visible; - - strong{ - display:block; - width:100%; - line-height:12px; - overflow:hidden; - } - span{ - display:inline-block; - width:100%; - *display:inline; - *zoom:1; - margin:3px 0 0 0; - font-size: 10px; - font-weight:normal; - overflow:hidden; - } -} - -.white-content{ - margin:0 -20px 30px -20px; - padding:20px 20px 0 20px; - background:rgb(0,0,0); - background:rgba(0,0,0,.9); - - *,p,a{ - color:#fff; - } -} \ No newline at end of file diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/web/html_css/less/style.less b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/web/html_css/less/style.less deleted file mode 100755 index 3ae6f6e..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/web/html_css/less/style.less +++ /dev/null @@ -1,5 +0,0 @@ -// CSS Reset -@import "reset.less"; - -// Main styles -@import "site.less"; diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/web/html_css/scripts/modernizr.js b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/web/html_css/scripts/modernizr.js deleted file mode 100755 index fda8d71..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/web/html_css/scripts/modernizr.js +++ /dev/null @@ -1,4 +0,0 @@ -/* Modernizr 2.6.1 (Custom Build) | MIT & BSD - * Build: http://modernizr.com/download/#-inlinesvg-shiv-cssclasses-prefixed-teststyles-testprop-testallprops-hasevent-prefixes-domprefixes - */ -;window.Modernizr=function(a,b,c){function B(a){j.cssText=a}function C(a,b){return B(m.join(a+";")+(b||""))}function D(a,b){return typeof a===b}function E(a,b){return!!~(""+a).indexOf(b)}function F(a,b){for(var d in a){var e=a[d];if(!E(e,"-")&&j[e]!==c)return b=="pfx"?e:!0}return!1}function G(a,b,d){for(var e in a){var f=b[a[e]];if(f!==c)return d===!1?a[e]:D(f,"function")?f.bind(d||b):f}return!1}function H(a,b,c){var d=a.charAt(0).toUpperCase()+a.slice(1),e=(a+" "+o.join(d+" ")+d).split(" ");return D(b,"string")||D(b,"undefined")?F(e,b):(e=(a+" "+p.join(d+" ")+d).split(" "),G(e,b,c))}var d="2.6.1",e={},f=!0,g=b.documentElement,h="modernizr",i=b.createElement(h),j=i.style,k,l={}.toString,m=" -webkit- -moz- -o- -ms- ".split(" "),n="Webkit Moz O ms",o=n.split(" "),p=n.toLowerCase().split(" "),q={svg:"http://www.w3.org/2000/svg"},r={},s={},t={},u=[],v=u.slice,w,x=function(a,c,d,e){var f,i,j,k=b.createElement("div"),l=b.body,m=l?l:b.createElement("body");if(parseInt(d,10))while(d--)j=b.createElement("div"),j.id=e?e[d]:h+(d+1),k.appendChild(j);return f=["­",'"].join(""),k.id=h,(l?k:m).innerHTML+=f,m.appendChild(k),l||(m.style.background="",g.appendChild(m)),i=c(k,a),l?k.parentNode.removeChild(k):m.parentNode.removeChild(m),!!i},y=function(){function d(d,e){e=e||b.createElement(a[d]||"div"),d="on"+d;var f=d in e;return f||(e.setAttribute||(e=b.createElement("div")),e.setAttribute&&e.removeAttribute&&(e.setAttribute(d,""),f=D(e[d],"function"),D(e[d],"undefined")||(e[d]=c),e.removeAttribute(d))),e=null,f}var a={select:"input",change:"input",submit:"form",reset:"form",error:"img",load:"img",abort:"img"};return d}(),z={}.hasOwnProperty,A;!D(z,"undefined")&&!D(z.call,"undefined")?A=function(a,b){return z.call(a,b)}:A=function(a,b){return b in a&&D(a.constructor.prototype[b],"undefined")},Function.prototype.bind||(Function.prototype.bind=function(b){var c=this;if(typeof c!="function")throw new TypeError;var d=v.call(arguments,1),e=function(){if(this instanceof e){var a=function(){};a.prototype=c.prototype;var f=new a,g=c.apply(f,d.concat(v.call(arguments)));return Object(g)===g?g:f}return c.apply(b,d.concat(v.call(arguments)))};return e}),r.inlinesvg=function(){var a=b.createElement("div");return a.innerHTML="",(a.firstChild&&a.firstChild.namespaceURI)==q.svg};for(var I in r)A(r,I)&&(w=I.toLowerCase(),e[w]=r[I](),u.push((e[w]?"":"no-")+w));return e.addTest=function(a,b){if(typeof a=="object")for(var d in a)A(a,d)&&e.addTest(d,a[d]);else{a=a.toLowerCase();if(e[a]!==c)return e;b=typeof b=="function"?b():b,f&&(g.className+=" "+(b?"":"no-")+a),e[a]=b}return e},B(""),i=k=null,function(a,b){function k(a,b){var c=a.createElement("p"),d=a.getElementsByTagName("head")[0]||a.documentElement;return c.innerHTML="x",d.insertBefore(c.lastChild,d.firstChild)}function l(){var a=r.elements;return typeof a=="string"?a.split(" "):a}function m(a){var b=i[a[g]];return b||(b={},h++,a[g]=h,i[h]=b),b}function n(a,c,f){c||(c=b);if(j)return c.createElement(a);f||(f=m(c));var g;return f.cache[a]?g=f.cache[a].cloneNode():e.test(a)?g=(f.cache[a]=f.createElem(a)).cloneNode():g=f.createElem(a),g.canHaveChildren&&!d.test(a)?f.frag.appendChild(g):g}function o(a,c){a||(a=b);if(j)return a.createDocumentFragment();c=c||m(a);var d=c.frag.cloneNode(),e=0,f=l(),g=f.length;for(;e",f="hidden"in a,j=a.childNodes.length==1||function(){b.createElement("a");var a=b.createDocumentFragment();return typeof a.cloneNode=="undefined"||typeof a.createDocumentFragment=="undefined"||typeof a.createElement=="undefined"}()}catch(c){f=!0,j=!0}})();var r={elements:c.elements||"abbr article aside audio bdi canvas data datalist details figcaption figure footer header hgroup mark meter nav output progress section summary time video",shivCSS:c.shivCSS!==!1,supportsUnknownElements:j,shivMethods:c.shivMethods!==!1,type:"default",shivDocument:q,createElement:n,createDocumentFragment:o};a.html5=r,q(b)}(this,b),e._version=d,e._prefixes=m,e._domPrefixes=p,e._cssomPrefixes=o,e.hasEvent=y,e.testProp=function(a){return F([a])},e.testAllProps=H,e.testStyles=x,e.prefixed=function(a,b,c){return b?H(a,b,c):H(a,"pfx")},g.className=g.className.replace(/(^|\s)no-js(\s|$)/,"$1$2")+(f?" js "+u.join(" "):""),e}(this,this.document); \ No newline at end of file diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/web/html_css/scripts/modernizr_license.txt b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/web/html_css/scripts/modernizr_license.txt deleted file mode 100644 index ad38cdf..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/web/html_css/scripts/modernizr_license.txt +++ /dev/null @@ -1,3 +0,0 @@ -Modernizr [http://modernizr.com/] is the right micro-library to get you up and running with HTML5 & CSS3 today and it is licensed under the MIT license [http://www.opensource.org/licenses/mit-license.php]. - -You may find its full online version here: http://modernizr.com/license/ \ No newline at end of file diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/web/psd-web/dark/glyphicons_filetypes.psd b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/web/psd-web/dark/glyphicons_filetypes.psd deleted file mode 100644 index 6133bb2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/web/psd-web/dark/glyphicons_filetypes.psd and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/web/psd-web/light/glyphicons_filetypes.psd b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/web/psd-web/light/glyphicons_filetypes.psd deleted file mode 100644 index 3ed805b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/web/psd-web/light/glyphicons_filetypes.psd and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/web/svg-web/dark/glyphicons_filetypes.svg b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/web/svg-web/dark/glyphicons_filetypes.svg deleted file mode 100644 index 426a02a..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/web/svg-web/dark/glyphicons_filetypes.svg +++ /dev/null @@ -1,2556 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/web/svg-web/light/glyphicons_filetypes.svg b/core/static/plugins/glyphicons-pro/glyphicons_filetypes/web/svg-web/light/glyphicons_filetypes.svg deleted file mode 100644 index 36ebeb8..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons_filetypes/web/svg-web/light/glyphicons_filetypes.svg +++ /dev/null @@ -1,2556 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/ai/glyphicons_halflings.ai b/core/static/plugins/glyphicons-pro/glyphicons_halflings/ai/glyphicons_halflings.ai deleted file mode 100644 index 4ef1d26..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons_halflings/ai/glyphicons_halflings.ai +++ /dev/null @@ -1,15230 +0,0 @@ -%PDF-1.5 % -1 0 obj <>/OCGs[5 0 R 6 0 R 7 0 R 887 0 R 888 0 R 889 0 R 1768 0 R 1769 0 R 1770 0 R 2649 0 R 2650 0 R 2651 0 R 3530 0 R 3531 0 R 3532 0 R 4411 0 R 4412 0 R 4413 0 R 5292 0 R 5293 0 R 5294 0 R 6173 0 R 6174 0 R 6175 0 R 7054 0 R 7055 0 R 7056 0 R 7935 0 R 7936 0 R 7937 0 R 8816 0 R 8817 0 R 8818 0 R 9697 0 R 9698 0 R 9699 0 R 10578 0 R 10579 0 R 10580 0 R 11459 0 R 11460 0 R 11461 0 R]>>/Pages 3 0 R/Type/Catalog>> endobj 2 0 obj <>stream - - - - - application/pdf - - - glyphicons_halflings - - - Adobe Illustrator CS6 (Macintosh) - 2013-06-13T09:54:40+02:00 - 2013-07-04T08:22:06+02:00 - 2013-07-04T08:22:06+02:00 - - - - 256 - 136 - JPEG - /9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgAiAEAAwER AAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE 1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZ qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp 0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo +DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8A6pef84+eX7zWdRv7nVr6 aDUp3nns5PSYASyxyyIJeAl+P0ghblyMfwkkYqpN/wA41+SRbwQQXuo2yxSWMrtBcNGXksJricPt 8Ku7XRHJQClPg48m5Koq7/IXQ7rS10uXUpo7RZI5lltoLW1uVeIR8RHNBHHwVTCCqhdvegyHB6rc s6onEMdcvPzJ5fFF+XPyai8taRNpuh+ZdVsknuTdSSqbdmLGNE4HlERw/d9BQ79cm4ia3vkXXLgN 6Xm/VbWrmQCL0CAWcOV+ONzxG4UV2G2+Ksstonht4onkaZ40VGmenJyooWagAqeppiqpirsVdirs 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 - - - - proof:pdf - uuid:65E6390686CF11DBA6E2D887CEACB407 - xmp.did:0280117407206811822AD2EC852655B3 - uuid:d705bd62-83fe-534c-bf32-ccb45da9202a - - xmp.iid:0180117407206811822AD2EC852655B3 - xmp.did:0180117407206811822AD2EC852655B3 - uuid:65E6390686CF11DBA6E2D887CEACB407 - proof:pdf - - - - - saved - xmp.iid:F77F1174072068118083C7F0484AEE19 - 2010-09-26T16:21:55+02:00 - Adobe Illustrator CS5 - / - - - saved - xmp.iid:0280117407206811822AD2EC852655B3 - 2013-06-13T09:54:38+02:00 - Adobe Illustrator CS6 (Macintosh) - / - - - - Web - Document - 1 - True - False - - 528.000000 - 288.000000 - Pixels - - - - Cyan - Magenta - Yellow - Black - - - - - - Default Swatch Group - 0 - - - - White - RGB - PROCESS - 255 - 255 - 255 - - - Black - RGB - PROCESS - 0 - 0 - 0 - - - R=255 G=183 B=188 1 - RGB - PROCESS - 255 - 183 - 188 - - - - - - - Adobe PDF library 10.01 - - - - - - - - - - - - - - - - - - - - - - - - - endstream endobj 3 0 obj <> endobj 9 0 obj <>/Resources<>/Properties<>/XObject<>>>/Thumb 11898 0 R/TrimBox[0.0 0.0 528.0 288.0]/Type/Page>> endobj 11463 0 obj <>stream -Ht6~re${=I0 ,I.WL)˒~J"?:|}-O_^?2ikS6/oo/߷6mri;)3@ -VAv'(I"$FH!=B))RRHI"%EJ))2Rd"#EF)2Rdh!E )ZHт7-h!E )ZHB*)J*&RTIQ%EURh%E+)Z1ϑh%E)HF6RmIF6RHQ#E5RHQ#E5Fh'E;)INvR ,WX,kl"[,lB[,|@m L L !H(!0!H8!@!HH!P!HX!`!Hh!p!Hx!!H!!H!!H!!H!!H!!H!!H!!H!"H " "H!"! "H"(""0"H#8"#@"H$H"$P"H%X"%\%\%\%\%\%\%\%\%\%\%\%\%\%\%\%\%\%\%\%\%\%\%\%\%\%\%\%\%\%\%\%\%\%\%\%\%\%\%\%\%\%\%\%\%\%\%\%\%\%\%\b%\b%\b%\b%\b%\b%\b%\b%\b%\b%\b%\b%\b%\b%\b%\b%\b%\b%\b%\b%\b%\b%\b%\b%\b%\b%\b%\b%\b%\b%\b%\b%\b%\b%\b%\b%\b%\b%\b%\b%\b%\b%\b%\b%\b%\b%\b%\b%\b%\bu:|}/E2U0~~m[ߏ?c$$dZ:gs޳'{O;vwŸN\vՓnN(w#z~xo77z%]{[gq~%:/Or.ݽS9ja뼶m^Cq{y2wEcpzp(f/X:/@ݑr}p#?Θaa>1LS!*eG cb޲ ;4=<2^JfUc2Y_Cys,9]=ǖ5jý%70i#sŏߠ5vdشn]hƆosl?m\Q_K`H$Y$SZ ^l-3ngاwφo;zGz( {/wqN2Uƹ8=}}-sg"[mՎgW 8[_UckZTĨ'GL2bݍx oכpWe˻Nv9@ ^&%b}]ǹN1,E2}P?7`R1sU[G> C]gy\PUk0ZO@e$s(Wz<0{[E+Ŀeҵ co1rMD=/n|aߥKږH%ʰGzyAcr02`k{梺_Yzcb,2Hf8v@>WOIкO[lYލ -M'c4_ˇWŒbehͮ+1c%~;&8BB's7w]5:2jbUzS4Ͻl$K(`ʁ*b=}9b+ig]\=P+Ƕ؈,K-ۢ#E02.F6:ؖOQޔ'O]}4׋.6"\#4FXZ9"UGkHVHƇx%̌z'JD2JQcx|Iڐ im9ktmɭ[=NcIcxtǩ}dkƣnx&Ɋ$㐹E_c g_ /?4-["}G;?K2v.!>4GʏHnSh7ql -S=mN[9"퉹͍|/~kHR3Grt]zڞdF>}HXY+zq*s^4R2W ?rHE i9~N|WѾ}L讒9rxW*}yOƇeaDPJ݃JFQ|=S ;ǐ1q1qz!s̚<`aްs UwHj MtmpS -y -Z @ j6cN&c+\d=ľI;D'4cdM1Ka ӌk3tNe8YQ!1ۄP0Vl8iS㊩qTJv6hkz[7i(V۾zILҮxS`y -pt43TO -`u,0"h:@k;X]~sV%k=VJnuumw?kSLOwJ}|+j8*h -7"ϝ*2zBex]⭗', cOm1eNzO-w{sPSЮp`W_\rCUw  $h7q7PbwH i d&6,3CF'~d&шQ\RGiv)!_e^$(qETpWwno2spQ .+ִEŽϘk)gso:Tf.ա͈q鎳|+ϣƴm@9ݣ1Ae~\Am$ҬX,$61_tW:MLVJ\>,VS V܌0`mh%جpK_t-DX r/t]RoWjk#DQWL}ec$ꃮ' k6 5#Mh&+-|wƌ.Rì.٢嫙W/+-2Bie9BVf(#2q42DќŠaR"9Ռ03-1kp0P|~L+4C7٭ {m2zv6bqFj^F!SH,|s"vV~e*P$(CćVk(_Nt#rlj~" p3c O0Їm:l[m:ȫ]{mԲS)5>riiuFx%HO ,8_u4S-[y3.p敥8sA'Ҳb Txm{Bb -{\ε/| d hsN.׉IH^{\<>̆n-y]]'᛭^ɪxx Y婿 =|whSڄWGF~rAra ~?X8R^{=k1-w'-$ej8֭?(Ų};CDN(X=%hAd|+<.% ge -^v~ -${8VGH4\j@-nMɍ58)t23drHܬ+nN_RKjYGYQb)>L#NvmY7XܷZM;"&w7]4Sy^'2hDh.ڈ#!31ØcNFdS6 - Fn qʳldE*1ӥy؃}̻cL*o>qr+ `}a,]0oI {0ue*F0l y2`U#[a+ۇmDF3d$mD$GvFi %l4Q] dmPNO)T:A y!#f"zޒ ,Gx i,+!%! -eR;k˜9uf-8ynoN}L%2,Xpc@+nOM2IcTip%NGrI7ہI,hW2Cy;z5yҼi$BOqŽl#v #Ld Mc4,9جl{v9P+?wATiKCk}2MZ˪L.nqXMkTwM0A4jߗ -+L\Y>Zo4ʞ*p -MvW B^q"֛~9 Sr)l"u⎣pNĨ?kUm639V"[Ehr5"86_wۮaKeoG -$z$< ǥT=eilM-j6a< zVO VY̠ǨT_ͦ(穌Z(k}dqi0kՈ~0!?ݴ`@5 FFwͼU|(h75΋I{S8 ۃ׮[( m[ %tťo_K%ѾDN5ҩˑt92էO*ib%Lx3 S`¤c9mݏO]T;c>ܫ6NEa/ǡ!0׋ћ6xx/Ek_4Uy‡Jva,Q |itawag(4zP;K9J*P}`ܣTM]T;vb/!Mֲٰy s 4\ k 6+iTgIDX@ -05W::T~C^uPe*c L7ᥙ\<~%w4M@=0 WP \< -ߩ~KꨞNu6 w'زjk&\J<)oLV#Xa3)TH A#8`AnX:S ]f oȼ#"~ϲ#HMҾ`2u Keo'JaM,LEy"!&1s_KQ.Q\xȼ~dbE(*$ln"Eg\z(7dYT"K,|eg3a2$K]_X[2 -?SE 3"Pޓ%5ߖ90ZNGeHYnU+q$TC5 3f H, -ʻb BaLe[ *utkyE9My`%S.VemoE{i -hlÕ%5uɡ@SIQ|~1sX -ҚVVM$Agj`-i/E>{;$pOiT% g@̴Eoy/QP 5r5h)Y0h4]``NEcU齊C\2' tE02{FM䘀BHC}Qb"9+^+b\px?PSWOE|02z7<4^c\w)ܶ U -vGm񤱡$6$L&BTQȲ:u6sb沒UA,+3=K0ݻl>:W2bu*R uV4xL>WX+\Sv]ȞdvQvA;ez󰃲h ³ u\g&afAB'k_ٞ g5drF{_d[Hxv~fɆ~:ʜWw3S zMgUф3;{];mg&(.|FQWv>kt1`j !haaAE_E|aIKj*>d;OP0J`eC&\a#;].u5&TBj5,C)3_cߖPΫH&.(EAe+z@e^GK'ykc.bwc). j_?1EؤiօŠqD0E0ʼf_gE)kVF3)ǘU⻃~'}2ʨ8ƔV&bg2)7Hne;ZU]'^r=ӥi 堉8+Sµ2D@J:?8ϧ,Ļ{ AImGw3qaEA(}~rB ?F%*s5/Ade J=XQ\_f{Ai3Jt@EਮSY $u  ^P4+|R᳟ǀaʖ \#E/ܷh|XHG8γ7%ktV,V>=\Ɋ;}{]*.b^Jk' aS3,%ۆhx:Iú@ R0HP'x|DPh grXI*qVo ]amuvͨ -ɾQ733Ng$Aj_9i)&PK1iFV<͡h:bosMII$smZFS*+w3ZRp..b*QY #Rz;7f&fj%10G$hE g. ;Uz4f]Ehk&;"|]5ǭdci)V$Bf-&Oa%ca˅G`p],Wm Ƞ-MM[$ɕd6P$qN I-( AX9GWF]:plZDg`/C9;3vf'&($$hߵ٭*W6=|i&cdytu6=7)DXۆJg !m!4.3JC*&q&rPS{;wrf:d+4mqQ#.~ʐJs[=Px|zq;׹57]gMdzU*׊<2Bb3 CqRA -&KU` -0:?ޗ?tl} &\ ğ`¥E2q{VN~v;5/}1!zgÐ_~aتfRųbӇrwݛ> _gޟY+VRȴݱCP&=lWv|,į87>?um.eMޚqQ]>շvշW_+ONwCh{D_ <X/ N)fS7n㭁'l3iDހ$!C+Sd 09mZ; ^#.8Lc=-jnHAI=n#v댑TL["n"v(Oۙ [l<뭱)l=/7{yT5cZ{QǾӈcv<ż}Zn3z6-SųcBDŽTM`;1! >aB7 2aÄ}Lء.ex1a 2a<0Bq3aʄ1b3ogo IKO,ξAz:ّW4(NݜMMVS?G슨&gA *b0X::nEUZh$ CdO\YO~$Me%}}<)RUzpx\!5|ҒSam&>[|/nOzџ[bn˺;&hޖN)"^(HDFZH/R D-h;3QM Elmo:;u7i:-)ƫKKVY3P.I .|xZES̻!+ UvxO+眐24- A`8fIaȇ(QDd"ĖSj^W;tAWBJ3,VGRdNKdwQg]!**%ȥŽ sEw+^ bRϦef. e%VB>4\^$4КܵNn֥Iгu -KH"E (hG9KyD_Ѯ5"!rQQm 1a?Ѽv%%~缘[Lo9}vzs6bc ,?I|YX>q|l/~31tRT2Q܆]UXT*GY<}讒Hv)j441 @3"(l/`0(wQ!tkeLJtI{tlq:|2E4c<|"ff;wI%!DSnh?PxEФ22QБxiܭIAZMvgЄGgTfGwfk5cפ'..%,kDjI5K*A_, AZ|c -IU LzaCIM%u[Ci]iVP}:) ,BRQ̕E+ -&kz}M }<L0ڶw)I,Zߵ8>; )`:7!ͪ]Z%X -0(dC'W>y8# 2ܛŒtmhE83{'ds7 VfV&oZ|Ԋ&6-~[-bL=tˎ-i0f]U?@"'8['v op#х=Edt(ǔa9dmIFPc꼂nK+  (A &]2?wdDezXBWpO"o0 -Y"f_pz0" .D+CIW876P/CPPHv헀v';~!JqoMEDmIp -!'!4{B*sNݐ*JُoNL7@8&y5+Q{8f̜*L abzm!NB18zKm65n׻/ds_n,qj?{Q7oLm -y{؏hk>7i{lbZpW9nc-hZ^ӧLbج2:m GrƼ_1|y|4!67"k7,pm/nU\]UɁ@FLf>K7Zč޼mwFx{|fi_yc;3Y^z:NjT[H}4VNב \ϯ(9`-jrM,#i< -4-f>Y7[TEР\JQvl񉒯ϹSYò -|;tc8ZBE˼h -r7.1O͇6T(va[d-_Ԇ4jQ/Jc(/bцج9vuZN눥#EUQHd+[ 0LP0bK ZFYbʻNyF>鞠bE5?Q U/@DOXaoŖ_wDۂOWΣݲ8}__Kz"UM~! ]ވr1̺HwnC1+(oEl৘\no9=MOf@Q2U݈:s$nyB6b02;k;epc|+QM;\lQv[נ14&sV` @!3=~\xi-Z.}Qk~yGzdh6,zxg+<]#!d@ w|KA9/#aRS~Vhs!}3Ůcz9uzuz%H@}*#r߻/hD8`2?/v/ez>ZZ{$ՏAߦȸڒ* > ˏ6?lծ/$uI<#j HIJ| X]QݘaMonۤꩻy5z\?tM{S/L| =~կ'\T-)J(- MPPQV$f-Ub_og=;U`87ΣG>Xzȣpx/ @0?00eVLYQ(\V]UjqO3s'}Puk@x}S33tt8'ud6YYM[AZN1ivíjNBëf2[H0PǢjn y%0JzbJLfO$tS] ]C*a֙*J,eLY"[50-|֊W 6e)zLAfQSi)!&ay%P_Akˢ%넒"b'_5ٞbc}I}5+𘷻3bP2C`?CY׵י]߾s;X) -$w2r^pHO$(@u0OP{e6}o2i&A%Mp-6w)915QAD73ҽiyRCwSlF O#bіhuMNǂh#"B^rr\b~.sx8>Qx4)6U)=ZtAџ;̶y&mv_<}/^xsxY,qɞkf}t1Ŋ - >15<{13Ҿ(41o>NGŭL,}hjn#͒_FAΑ}W[oЊAַ:R Je'dBlP>@]r"}P(Dd^Yb*Nmk%PEY٩g/2sx!OIGd"(yqir'ہ]FPSӵ*&j \Dm/wLDrǖ]˯7-|ϮqpZK(sۖu|:,>l{qR鶣]X];wIA7wOo{'2!>+5` //o^99D+pnjUBF6')#b'$im)XFR"GL@h\U/) 98G -v֤GTfR/ ^\26Qp vj]M%A&X@1i -tWۙkD]T/!XÝ%nRg@TjxL9nV|=xlÜj 줽gKk&RX-tcR6-ם;<էoYvuН/[ - -UN GdH/@_8[NC" -$Oq2mL<K꤆ 'X1ҘI!8kLUTWKTE0jxqbHC Zr-5'YጥCM]ePduȈ3LFrPǝ"N0nPyuS&#+/U)M%v[ֶ -S'XC-ȹO|Kb Q *oc|/뽜%׻|>#P}VD xǎ~.LDۑ=Y#j/"j+«u!ISҜ%ylr^0bW5{Gg^J/m1εZ͍GE7oNY#V#g~׿o_~=ALjP4^7eoVv;-9)ǬtiqPLQ`f!FFUj@-s,$&.6`mqB)p/9W ^a1 t<<&R$ !&wSEeĐxu >.uո(uWC\_ l$'Z`C'wsL =, <4(7*({xy{a>h?V7Ю5]>y?]w"+veV9b@f̀_6aao,,)rZuEGgӬWDu@vcm~gY'k -)BD{U6|8z톐|ӫ"tX/Mi.rrzrq7M9Ͷ36¶mnld]ZCz1nҷ h8Ƌ#o\L~zVHI*Y]#RU3*sb7MTOr. O -[HJoһ0 yPxp}sq1TA.Km4:c~^(C`+6 -VƮy2ۭNroZ֋w]%$"@"},,frF{{s- NB.eqPAUŀ3:R0NqVkxUuU\M -=(V =<)DЭzmaRV;svk-p|~iT?nO*ʻ|r{:L^Ws"=ls<{&,kgL674p1OS2l3Ac֦y&䚜ZσLjaEm~$To[mBP,:i}%7Z$]CW劢z~LDot_=ܒszO~|m%Οq%ј2x~9}ƓzCd%M,ڛ/[ˡw^;Mh9VR̷o+!]!tWj2¶<^PpVIVHҁ#q=.ZEmaڎk!6ްه2Ņu.;V{u6 uv]u/4n Łq([nV\7Lπqc< ׂp[k'F'Ҟ-2AEσ6oNf}c;1OkHr:cV <9 t}'eՉ#6cwxn}&+WE{U^Q/#jѵoپ6T,b\ ̋h*3wIᬠNxd -FݶHN(B>?F䵒+c,(w:uQ/ NyYZ\0}i:6A97}3hWHfex#b-BU c0g_+2Sw#kMYrעe?5~䞬pZ@=3]eDbf];,ї\H ChD^ -,!R] -ҵ$-{1|Ϝ8 -}uw2Cew9ejYfkOBv(TT_̙)2 ! xOy4.4!(>wx(/'",Ls7{Ew(BׅãvSN',0X͹, ꏹ_4܋(3~W}%"=Wߓ$_ET19"CdƦD7*993\,cE`-LIJ]Y@~>qxXyG_Cė P16RJ!; Z}:}pBi5f[Kd\ߪb[rŕ8{}0:涞TTϸVddPo|؃ƅ -Q)nhR7itp(]5襭}b?јzam4ŌnN{9w[-aAhs\#% 0H,cԒӸ&eL0&\n"ء@>,!3npM̬̀\2#tT)Pޡ1 ?Rф,xuώM2\M-n- g8Uo՛ ,h*y{3vvG7%95fR8%VԆ/v3/5-QAY}mYDa;c{dANC.92U8qm0BplݦPk"ؖ ڣr4X(_i[zQ3ccoh9E9kG=!Yufn]e:ͦgue'~Ojm̐p#x-.vJA^ʆJ g߄Zk΂qfvnAmU͚bu?Lg9P9gMkf3<9*)dU1ZWSREe i\HݐqZKk\w|*ɑ,wdW܎1qo/D˝ y?=sӆ;mܙ w6yN w(nM'sgOpǁ;,᣸uY.sg1p;/[pG- i`rF-,=X|tp<,s3/|F7Sϟ͎ͤ~&>qgǕ=Bs)qjMG3?37^lRRL~'.uaj#F]'Q~owĚg;]2K̿Lm.1c&z* ?˓kfe[ZVgcMnӯLWL2~0ϓ3|˲P+:wVu ut eu enp?٥!LNe(G1m،ج?!} ڇcc#w]n׻,K׻tԻ>qʏ-3 Lj -G(gw_.#pԙj"`s~З#H<E:U ['PtXܐ\7~urt@q@~ Ys֚:x& $!XNv0&ҷvTg/ n{E~FT}X+І~^7Szi6 k}n-uc;A?ՌKٰ!T,6rQo9 7 RPM.yJz,1l.N6ԓMB -x0a[JkllS*ϙ,iƝ?n™ -]k@F{ '$M7JTD -h9@K9Q9,BR^C=Q+RG HԋgJZ"=xQJg zgc4TYPS-l7H+Z(3& ct=kםU}ዊǗq]x>rq#'rTƨ3`OXzRީe>?F*Q#yr8#$Ѹ5)喳bqHp4oyI+2Bḵ流\X;Jߌ٩)Uԃ#2G<ʮLGI2DBT^+N*g==`Lq~gD[x"z==dP~ER=c(xx}th>]⼤^E9Wc7B}cW9kŬBm1Nif*[oMg Ko3`!tz4n ^Ys)kJخf:i҃xeso\@Bڱ~YmkƬ ]^AX5U6Tw+Q_Xb8-BvZVcCgotri6]gOB֣^؇h%CMUfDIRFI՝⺿'L4)`u8^xF]2o7ξ1eX͈W50CoVL>WX6R0:GBrꭍiaQLbUPa#UGtV s}k =.7#`^^s緹< I:j$^R#~@rL>" Y`Sه%نq&sF. -'6# (d +j -rqHu-ԍc .ݫDľۣZrOSQmbka|,)zeal4>/r&C!_1ĖհՉlea+a:1ۖ:V() zS(׶أYM(x&.ۺW$k; Tf4Um$fXl bz`5!-(Gmbu'ڶHgدڒ#:*o^  ޽7$ t#eDF߄ ) \2YHҵFb+aj쩹f|bj9/-B fR>x8ې1iig '~~{k?:[\P̀*`_ 2&!Lbɪ#?н4uZ?v;L/e߯MAr"x|Y PĂ>#")DEb7n#~^_iD}zb52`@д`.,uy!a{`RM0ÅO[A}Q@Zh2PLlk25ϥ7 .5e,CAG( {JAfzJÅ-x.-.=hZty͟xAl&hIQ2ݘm6 [o6 #sPc\i>t߄fcҲ~ n8,Jxo6&\\TuL9ׯtbIwsf""ax< ~ޒBVG8TrM(+#i~dpy#{~=x7QOvToaf /S+m MP*h (m -6 MInfPq|^G}G} 釻l \`kUsC#|/VzyVAS_<=9o"*<=MKA8{.n?݇!OcŪݟv7o߼?aØaG.C\:|l@`?oCgM Y?0.:|~kE8vZ[a19}l}ִ 5z,d6=2٢#VMrWBN?upnSд(18^.>vy,3o8p9u哋DNkQk9h">| \t.tO4^1&ʑFO0LNSP6UY -}RZז `/VCp.ţyx{0{|)22'<4dCC11A53ڌW-"7 &+$.xm -u"˄ Q2l'@sfXGGP^bm1e$-Tu{l2+&v9.j! a,l8<Bc"&^qhh6X[5`\- - ;-SWg LT3ń~W}av /pe'Tq(38Y8Шeޘd\ˋNu#NH]'ƎI_Ȋf+j8֗I[ .hhQ)bӮTO3RK+d&f""| % =tA*m*s]uJ <o{Yċ'PWPZbO ld-ۃBx%Xj.:HmK;nC -fi Y:!svGCGZP3{^n~hQ?,ncmysȋ/*|̴:lk4Eueo!įEAzֵ&jua]f?Y#}.![[嵵sWR> Yt. W7DɮfC"/PIUX"h1&0}pqy# APVD0>jPS1XX&k-3ZTuj](Nm2{][ Qhh#hkLTYBX7"4Oak$MAfa/q1xDҙ+ N>; 4͇fvv~ 3ca8+ T\/5kƉcrtч机;l%˛qg6]JlC -/E4T.tY <5aNxQ i` `-%-Ʀ11䌛%i 7QMMhI[$mI6ߤ.m&kۢCvIζl9%so^>cněOj~s}@C./7qݓi1@A .@W3m1;6V7%yۦ~^:F4Y,^َK -V6,?:YkfuXZ"6Ջv=X58vf!1X/M#F\e-um: - ҥr}1b.vdל][욳 r٥KY>SbuctҋYbż8~UXU'5B)un=^^s^N -RDsyW/ -5j"Mݺ[uy6Lr 䭓lAgv[LL`D7=(h0aHUzz[Oun5XBKJ-zeܕQ--oꮥ/-mAtuiI% ԷRZ7'R[KK>&d(XDD&Lt3у%!~0ϙ όZz={]]s#Q/ߊ!b6mEINNvNNvdgW\DvES(3YV%ǦvƦEe[6ɒPNO[ -}K)o!-3%o-<ZeY?o#p}ǁa,Ƙ_ΏL[懟^mV˧~˧?? ~Fbr962t8vlTJ2ͼFp-]ݶylmdmu2G1~Y3Q!`h^}^'[lJu+,4ؗ:кvom!xUVNլ7MzXM6;^T mm#Wrm֡ -7!bkqwv9osgnUZWh5D̙xL;㵹@BQ>:Wby 7)6̘*]2^3 2HCQV8Gc9PkoGR[ ;qGY_w *Nl0)ko/EK)<i6Ija`ۼ{\|eL&cX7vv -mta`jP= DQaȼr`+ԳF(  gPRWNd@=V X#@es,w4r;mk#{2,ȾǛ[7z ~`ao2ƐFDdZ]P A / KCyփPJRx{,WY:CƇ~xӏo/ y S|695qNAs9I 3GK% ?Yic%F'9b<5ER`%^\lK\j~&JDeʠE,))Ә3{mIlj1 ?=о8QiG@θQYLANkpy[<1g͖R[O 1t| d懤Ã}` -"Y5P{<"Ãt/fRά$[^9+S34]g:oQ[0˺ȡ%W_U{tٌmso`1gU|qHafLʣy0לp)%[J/ -83B:z2/\UA!#I#SX^ =b@v0] U,GKn)"-!𘲼t`֠^T҂%VbX.C˵ق@47T|&TFћv:S jfV4X}r׍h@pÅpV7OS,,(P( -WBRy2Ѷ͟Ƹ_52d.keά/f!xKW=j%C+1kAMmL_G¤tj=㸴 4d,ƈ,Р|a(dM<&eeܱšVV$uFR@Ifqd3z:M0޲w-*_1|&Y; ak4+j˰zf;zs~Tq%qPXB@mAfQXA#B4T!,e¤ÔXaWjZyڤL[`!BeRz E$wBRV{p ĉ{s1FLQѻ(6Xv Pc\U 5Uq& sbˆzO(Qz\0Տł?6]w/N˵Ңj*h-|$kfcM)N9g --%޽͛_ -IsxKb~rB@ndřw51$2n aUz ޤ_Iv:*K!R]Da_+ۻWT n3,jM娟XG:yR$kX㿙TVNN^s'h՗_9y @dPV3{-941O:~#eٳhO%C/6#'8Yifnd15vZM C;E @988ƴ81qK?xr̞_op!ڼn8U?+Z/f"GfX-D!Zl- >IK^#_+Xa ```~ endstream endobj 11464 0 obj <> endobj 11898 0 obj <>stream -8;Z,%#n@%\#in/>b'bSnWQI(Jbr2%<9rb=l`e@h<>`gZJMX`b=9\dD2-Vki>SW:,H -a-:S`p;\Ys5=b&%e$#Ym)MJTVpcl]id1`W*[kst=+B_XL8(?ZY&Tcqod$jX`9SAG" -.0e$lgt#TPpK:)]`+*^p0X-`9NZH5D$9gHVY0>c0c<]s;enkVeM@8rV,mtJL,UG%B -TJj)1D+!V(M=[C^'?*lDSVJ(IH!$;MW$:>f(hCJPmVuHBg[Q>9idT;VWgT\.5S#dj -es2s5:gf'K6MX72F^98/@!BEbn6cTs*lNA14ZCdVE!DJH!]DqFGt6\s;.+X5`6oHW -dV`j:d;HdQW4/)eOt.Wd5]*Gg.r'XKOE]mb"p[;-CYTF?QO0!mL*e?+T7=tA@e>lZ -NbScIe@@VHN,]WjEZHP/gKV2TQ\,/-5QFp&QQIY@k2H+A&"e*gTEg39(p endstream endobj 11899 0 obj [/Indexed/DeviceRGB 255 11900 0 R] endobj 11900 0 obj <>stream -8;X]O>EqN@%''O_@%e@?J;%+8(9e>X=MR6S?i^YgA3=].HDXF.R$lIL@"pJ+EP(%0 -b]6ajmNZn*!='OQZeQ^Y*,=]?C.B+\Ulg9dhD*"iC[;*=3`oP1[!S^)?1)IZ4dup` -E1r!/,*0[*9.aFIR2&b-C#soRZ7Dl%MLY\.?d>Mn -6%Q2oYfNRF$$+ON<+]RUJmC0InDZ4OTs0S!saG>GGKUlQ*Q?45:CI&4J'_2j$XKrcYp0n+Xl_nU*O( -l[$6Nn+Z_Nq0]s7hs]`XX1nZ8&94a\~> endstream endobj 11471 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -48 240 -24 24 re -f - endstream endobj 11472 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -42 246 -12 12 re -f - endstream endobj 11473 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 240 -24 24 re -f - endstream endobj 11474 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 192 -24 24 re -f - endstream endobj 11475 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -282 198 -12 12 re -f - endstream endobj 11476 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -312 192 -24 24 re -f - endstream endobj 11477 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -306 198 -12 12 re -f - endstream endobj 11478 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 192 -24 24 re -f - endstream endobj 11479 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -330 198 -12 12 re -f - endstream endobj 11480 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 192 -24 24 re -f - endstream endobj 11481 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -354 198 -12 12 re -f - endstream endobj 11482 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 192 -24 24 re -f - endstream endobj 11483 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -378 198 -12 12 re -f - endstream endobj 11484 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -162 246 -12 12 re -f - endstream endobj 11485 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -408 192 -24 24 re -f - endstream endobj 11486 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -402 198 -12 12 re -f - endstream endobj 11487 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 192 -24 24 re -f - endstream endobj 11488 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -426 198 -12 12 re -f - endstream endobj 11489 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 192 -24 24 re -f - endstream endobj 11490 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -450 198 -12 12 re -f - endstream endobj 11491 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 192 -24 24 re -f - endstream endobj 11492 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -474 198 -12 12 re -f - endstream endobj 11493 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -504 192 -24 24 re -f - endstream endobj 11494 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -498 198 -12 12 re -f - endstream endobj 11495 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 240 -24 24 re -f - endstream endobj 11496 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -48 168 -24 24 re -f - endstream endobj 11497 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -42 174 -12 12 re -f - endstream endobj 11498 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -72 168 -24 24 re -f - endstream endobj 11499 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -66 174 -12 12 re -f - endstream endobj 11500 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 168 -24 24 re -f - endstream endobj 11501 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -90 174 -12 12 re -f - endstream endobj 11502 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -120 168 -24 24 re -f - endstream endobj 11503 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -114 174 -12 12 re -f - endstream endobj 11504 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 168 -24 24 re -f - endstream endobj 11505 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -138 174 -12 12 re -f - endstream endobj 11506 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -186 246 -12 12 re -f - endstream endobj 11507 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 168 -24 24 re -f - endstream endobj 11508 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -162 174 -12 12 re -f - endstream endobj 11509 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 168 -24 24 re -f - endstream endobj 11510 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -186 174 -12 12 re -f - endstream endobj 11511 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -216 168 -24 24 re -f - endstream endobj 11512 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -210 174 -12 12 re -f - endstream endobj 11513 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 168 -24 24 re -f - endstream endobj 11514 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -234 174 -12 12 re -f - endstream endobj 11515 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 168 -24 24 re -f - endstream endobj 11516 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -258 174 -12 12 re -f - endstream endobj 11517 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -216 240 -24 24 re -f - endstream endobj 11518 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 168 -24 24 re -f - endstream endobj 11519 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -282 174 -12 12 re -f - endstream endobj 11520 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -312 168 -24 24 re -f - endstream endobj 11521 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -306 174 -12 12 re -f - endstream endobj 11522 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 168 -24 24 re -f - endstream endobj 11523 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -330 174 -12 12 re -f - endstream endobj 11524 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 168 -24 24 re -f - endstream endobj 11525 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -354 174 -12 12 re -f - endstream endobj 11526 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 168 -24 24 re -f - endstream endobj 11527 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -378 174 -12 12 re -f - endstream endobj 11528 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -210 246 -12 12 re -f - endstream endobj 11529 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -408 168 -24 24 re -f - endstream endobj 11530 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -402 174 -12 12 re -f - endstream endobj 11531 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 168 -24 24 re -f - endstream endobj 11532 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -426 174 -12 12 re -f - endstream endobj 11533 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 168 -24 24 re -f - endstream endobj 11534 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -450 174 -12 12 re -f - endstream endobj 11535 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 168 -24 24 re -f - endstream endobj 11536 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -474 174 -12 12 re -f - endstream endobj 11537 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -504 168 -24 24 re -f - endstream endobj 11538 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -498 174 -12 12 re -f - endstream endobj 11539 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 240 -24 24 re -f - endstream endobj 11540 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -48 144 -24 24 re -f - endstream endobj 11541 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -42 150 -12 12 re -f - endstream endobj 11542 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -72 144 -24 24 re -f - endstream endobj 11543 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -66 150 -12 12 re -f - endstream endobj 11544 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 144 -24 24 re -f - endstream endobj 11545 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -90 150 -12 12 re -f - endstream endobj 11546 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -120 144 -24 24 re -f - endstream endobj 11547 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -114 150 -12 12 re -f - endstream endobj 11548 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 144 -24 24 re -f - endstream endobj 11549 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -138 150 -12 12 re -f - endstream endobj 11550 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -234 246 -12 12 re -f - endstream endobj 11551 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 144 -24 24 re -f - endstream endobj 11552 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -162 150 -12 12 re -f - endstream endobj 11553 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 144 -24 24 re -f - endstream endobj 11554 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -186 150 -12 12 re -f - endstream endobj 11555 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -216 144 -24 24 re -f - endstream endobj 11556 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -210 150 -12 12 re -f - endstream endobj 11557 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 144 -24 24 re -f - endstream endobj 11558 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -234 150 -12 12 re -f - endstream endobj 11559 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 144 -24 24 re -f - endstream endobj 11560 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -258 150 -12 12 re -f - endstream endobj 11561 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 240 -24 24 re -f - endstream endobj 11562 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 144 -24 24 re -f - endstream endobj 11563 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -282 150 -12 12 re -f - endstream endobj 11564 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -312 144 -24 24 re -f - endstream endobj 11565 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -306 150 -12 12 re -f - endstream endobj 11566 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 144 -24 24 re -f - endstream endobj 11567 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -330 150 -12 12 re -f - endstream endobj 11568 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 144 -24 24 re -f - endstream endobj 11569 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -354 150 -12 12 re -f - endstream endobj 11570 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 144 -24 24 re -f - endstream endobj 11571 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -378 150 -12 12 re -f - endstream endobj 11572 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -258 246 -12 12 re -f - endstream endobj 11573 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -408 144 -24 24 re -f - endstream endobj 11574 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -402 150 -12 12 re -f - endstream endobj 11575 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 144 -24 24 re -f - endstream endobj 11576 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -426 150 -12 12 re -f - endstream endobj 11577 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 144 -24 24 re -f - endstream endobj 11578 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -450 150 -12 12 re -f - endstream endobj 11579 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 144 -24 24 re -f - endstream endobj 11580 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -474 150 -12 12 re -f - endstream endobj 11581 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -504 144 -24 24 re -f - endstream endobj 11582 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -498 150 -12 12 re -f - endstream endobj 11583 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -72 240 -24 24 re -f - endstream endobj 11584 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 240 -24 24 re -f - endstream endobj 11585 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -48 120 -24 24 re -f - endstream endobj 11586 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -42 126 -12 12 re -f - endstream endobj 11587 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -72 120 -24 24 re -f - endstream endobj 11588 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -66 126 -12 12 re -f - endstream endobj 11589 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 120 -24 24 re -f - endstream endobj 11590 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -90 126 -12 12 re -f - endstream endobj 11591 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -120 120 -24 24 re -f - endstream endobj 11592 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -114 126 -12 12 re -f - endstream endobj 11593 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 120 -24 24 re -f - endstream endobj 11594 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -138 126 -12 12 re -f - endstream endobj 11595 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -282 246 -12 12 re -f - endstream endobj 11596 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 120 -24 24 re -f - endstream endobj 11597 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -162 126 -12 12 re -f - endstream endobj 11598 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 120 -24 24 re -f - endstream endobj 11599 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -186 126 -12 12 re -f - endstream endobj 11600 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -216 120 -24 24 re -f - endstream endobj 11601 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -210 126 -12 12 re -f - endstream endobj 11602 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 120 -24 24 re -f - endstream endobj 11603 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -234 126 -12 12 re -f - endstream endobj 11604 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 120 -24 24 re -f - endstream endobj 11605 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -258 126 -12 12 re -f - endstream endobj 11606 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -312 240 -24 24 re -f - endstream endobj 11607 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 120 -24 24 re -f - endstream endobj 11608 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -282 126 -12 12 re -f - endstream endobj 11609 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -312 120 -24 24 re -f - endstream endobj 11610 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -306 126 -12 12 re -f - endstream endobj 11611 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 120 -24 24 re -f - endstream endobj 11612 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -330 126 -12 12 re -f - endstream endobj 11613 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 120 -24 24 re -f - endstream endobj 11614 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -354 126 -12 12 re -f - endstream endobj 11615 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 120 -24 24 re -f - endstream endobj 11616 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -378 126 -12 12 re -f - endstream endobj 11617 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -306 246 -12 12 re -f - endstream endobj 11618 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -408 120 -24 24 re -f - endstream endobj 11619 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -402 126 -12 12 re -f - endstream endobj 11620 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 120 -24 24 re -f - endstream endobj 11621 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -426 126 -12 12 re -f - endstream endobj 11622 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 120 -24 24 re -f - endstream endobj 11623 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -450 126 -12 12 re -f - endstream endobj 11624 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 120 -24 24 re -f - endstream endobj 11625 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -474 126 -12 12 re -f - endstream endobj 11626 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -504 120 -24 24 re -f - endstream endobj 11627 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -498 126 -12 12 re -f - endstream endobj 11628 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 240 -24 24 re -f - endstream endobj 11629 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -48 96 -24 24 re -f - endstream endobj 11630 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -42 102 -12 12 re -f - endstream endobj 11631 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -72 96 -24 24 re -f - endstream endobj 11632 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -66 102 -12 12 re -f - endstream endobj 11633 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 96 -24 24 re -f - endstream endobj 11634 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -90 102 -12 12 re -f - endstream endobj 11635 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -120 96 -24 24 re -f - endstream endobj 11636 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -114 102 -12 12 re -f - endstream endobj 11637 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 96 -24 24 re -f - endstream endobj 11638 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -138 102 -12 12 re -f - endstream endobj 11639 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -330 246 -12 12 re -f - endstream endobj 11640 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 96 -24 24 re -f - endstream endobj 11641 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -162 102 -12 12 re -f - endstream endobj 11642 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 96 -24 24 re -f - endstream endobj 11643 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -186 102 -12 12 re -f - endstream endobj 11644 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -216 96 -24 24 re -f - endstream endobj 11645 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -210 102 -12 12 re -f - endstream endobj 11646 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 96 -24 24 re -f - endstream endobj 11647 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -234 102 -12 12 re -f - endstream endobj 11648 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 96 -24 24 re -f - endstream endobj 11649 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -258 102 -12 12 re -f - endstream endobj 11650 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 240 -24 24 re -f - endstream endobj 11651 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 96 -24 24 re -f - endstream endobj 11652 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -282 102 -12 12 re -f - endstream endobj 11653 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -312 96 -24 24 re -f - endstream endobj 11654 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -306 102 -12 12 re -f - endstream endobj 11655 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 96 -24 24 re -f - endstream endobj 11656 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -330 102 -12 12 re -f - endstream endobj 11657 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 96 -24 24 re -f - endstream endobj 11658 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -354 102 -12 12 re -f - endstream endobj 11659 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 96 -24 24 re -f - endstream endobj 11660 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -378 102 -12 12 re -f - endstream endobj 11661 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -354 246 -12 12 re -f - endstream endobj 11662 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -408 96 -24 24 re -f - endstream endobj 11663 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -402 102 -12 12 re -f - endstream endobj 11664 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 96 -24 24 re -f - endstream endobj 11665 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -426 102 -12 12 re -f - endstream endobj 11666 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 96 -24 24 re -f - endstream endobj 11667 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -450 102 -12 12 re -f - endstream endobj 11668 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 96 -24 24 re -f - endstream endobj 11669 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -474 102 -12 12 re -f - endstream endobj 11670 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -504 96 -24 24 re -f - endstream endobj 11671 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -498 102 -12 12 re -f - endstream endobj 11672 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 240 -24 24 re -f - endstream endobj 11673 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -48 72 -24 24 re -f - endstream endobj 11674 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -42 78 -12 12 re -f - endstream endobj 11675 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -72 72 -24 24 re -f - endstream endobj 11676 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -66 78 -12 12 re -f - endstream endobj 11677 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 72 -24 24 re -f - endstream endobj 11678 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -90 78 -12 12 re -f - endstream endobj 11679 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -120 72 -24 24 re -f - endstream endobj 11680 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -114 78 -12 12 re -f - endstream endobj 11681 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 72 -24 24 re -f - endstream endobj 11682 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -138 78 -12 12 re -f - endstream endobj 11683 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -378 246 -12 12 re -f - endstream endobj 11684 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 72 -24 24 re -f - endstream endobj 11685 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -162 78 -12 12 re -f - endstream endobj 11686 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 72 -24 24 re -f - endstream endobj 11687 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -186 78 -12 12 re -f - endstream endobj 11688 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -216 72 -24 24 re -f - endstream endobj 11689 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -210 78 -12 12 re -f - endstream endobj 11690 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 72 -24 24 re -f - endstream endobj 11691 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -234 78 -12 12 re -f - endstream endobj 11692 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 72 -24 24 re -f - endstream endobj 11693 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -258 78 -12 12 re -f - endstream endobj 11694 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -66 246 -12 12 re -f - endstream endobj 11695 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -408 240 -24 24 re -f - endstream endobj 11696 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 72 -24 24 re -f - endstream endobj 11697 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -282 78 -12 12 re -f - endstream endobj 11698 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -312 72 -24 24 re -f - endstream endobj 11699 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -306 78 -12 12 re -f - endstream endobj 11700 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 72 -24 24 re -f - endstream endobj 11701 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -330 78 -12 12 re -f - endstream endobj 11702 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 72 -24 24 re -f - endstream endobj 11703 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -354 78 -12 12 re -f - endstream endobj 11704 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 72 -24 24 re -f - endstream endobj 11705 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -378 78 -12 12 re -f - endstream endobj 11706 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -402 246 -12 12 re -f - endstream endobj 11707 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -408 72 -24 24 re -f - endstream endobj 11708 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -402 78 -12 12 re -f - endstream endobj 11709 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 72 -24 24 re -f - endstream endobj 11710 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -426 78 -12 12 re -f - endstream endobj 11711 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 72 -24 24 re -f - endstream endobj 11712 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -450 78 -12 12 re -f - endstream endobj 11713 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 72 -24 24 re -f - endstream endobj 11714 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -474 78 -12 12 re -f - endstream endobj 11715 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -504 72 -24 24 re -f - endstream endobj 11716 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -498 78 -12 12 re -f - endstream endobj 11717 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 240 -24 24 re -f - endstream endobj 11718 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -48 48 -24 24 re -f - endstream endobj 11719 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -42 54 -12 12 re -f - endstream endobj 11720 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -72 48 -24 24 re -f - endstream endobj 11721 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -66 54 -12 12 re -f - endstream endobj 11722 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 48 -24 24 re -f - endstream endobj 11723 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -90 54 -12 12 re -f - endstream endobj 11724 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -120 48 -24 24 re -f - endstream endobj 11725 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -114 54 -12 12 re -f - endstream endobj 11726 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 48 -24 24 re -f - endstream endobj 11727 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -138 54 -12 12 re -f - endstream endobj 11728 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -426 246 -12 12 re -f - endstream endobj 11729 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 48 -24 24 re -f - endstream endobj 11730 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -162 54 -12 12 re -f - endstream endobj 11731 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 48 -24 24 re -f - endstream endobj 11732 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -186 54 -12 12 re -f - endstream endobj 11733 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -216 48 -24 24 re -f - endstream endobj 11734 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -210 54 -12 12 re -f - endstream endobj 11735 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 48 -24 24 re -f - endstream endobj 11736 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -234 54 -12 12 re -f - endstream endobj 11737 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 48 -24 24 re -f - endstream endobj 11738 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -258 54 -12 12 re -f - endstream endobj 11739 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 240 -24 24 re -f - endstream endobj 11740 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 48 -24 24 re -f - endstream endobj 11741 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -282 54 -12 12 re -f - endstream endobj 11742 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -312 48 -24 24 re -f - endstream endobj 11743 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -306 54 -12 12 re -f - endstream endobj 11744 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 48 -24 24 re -f - endstream endobj 11745 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -330 54 -12 12 re -f - endstream endobj 11746 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 48 -24 24 re -f - endstream endobj 11747 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -354 54 -12 12 re -f - endstream endobj 11748 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 48 -24 24 re -f - endstream endobj 11749 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -378 54 -12 12 re -f - endstream endobj 11750 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -450 246 -12 12 re -f - endstream endobj 11751 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -408 48 -24 24 re -f - endstream endobj 11752 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -402 54 -12 12 re -f - endstream endobj 11753 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 48 -24 24 re -f - endstream endobj 11754 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -426 54 -12 12 re -f - endstream endobj 11755 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 48 -24 24 re -f - endstream endobj 11756 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -450 54 -12 12 re -f - endstream endobj 11757 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 48 -24 24 re -f - endstream endobj 11758 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -474 54 -12 12 re -f - endstream endobj 11759 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -504 48 -24 24 re -f - endstream endobj 11760 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -498 54 -12 12 re -f - endstream endobj 11761 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 240 -24 24 re -f - endstream endobj 11762 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -48 24 -24 24 re -f - endstream endobj 11763 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -42 30 -12 12 re -f - endstream endobj 11764 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -72 24 -24 24 re -f - endstream endobj 11765 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -66 30 -12 12 re -f - endstream endobj 11766 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 24 -24 24 re -f - endstream endobj 11767 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -90 30 -12 12 re -f - endstream endobj 11768 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -120 24 -24 24 re -f - endstream endobj 11769 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -114 30 -12 12 re -f - endstream endobj 11770 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 24 -24 24 re -f - endstream endobj 11771 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -138 30 -12 12 re -f - endstream endobj 11772 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -474 246 -12 12 re -f - endstream endobj 11773 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 24 -24 24 re -f - endstream endobj 11774 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -162 30 -12 12 re -f - endstream endobj 11775 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 24 -24 24 re -f - endstream endobj 11776 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -186 30 -12 12 re -f - endstream endobj 11777 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -216 24 -24 24 re -f - endstream endobj 11778 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -210 30 -12 12 re -f - endstream endobj 11779 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 24 -24 24 re -f - endstream endobj 11780 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -234 30 -12 12 re -f - endstream endobj 11781 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 24 -24 24 re -f - endstream endobj 11782 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -258 30 -12 12 re -f - endstream endobj 11783 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -504 240 -24 24 re -f - endstream endobj 11784 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 24 -24 24 re -f - endstream endobj 11785 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -282 30 -12 12 re -f - endstream endobj 11786 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -312 24 -24 24 re -f - endstream endobj 11787 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -306 30 -12 12 re -f - endstream endobj 11788 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 24 -24 24 re -f - endstream endobj 11789 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -330 30 -12 12 re -f - endstream endobj 11790 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 24 -24 24 re -f - endstream endobj 11791 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -354 30 -12 12 re -f - endstream endobj 11792 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 24 -24 24 re -f - endstream endobj 11793 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -378 30 -12 12 re -f - endstream endobj 11794 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -498 246 -12 12 re -f - endstream endobj 11795 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -408 24 -24 24 re -f - endstream endobj 11796 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -402 30 -12 12 re -f - endstream endobj 11797 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 24 -24 24 re -f - endstream endobj 11798 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -426 30 -12 12 re -f - endstream endobj 11799 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 24 -24 24 re -f - endstream endobj 11800 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -450 30 -12 12 re -f - endstream endobj 11801 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 24 -24 24 re -f - endstream endobj 11802 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -474 30 -12 12 re -f - endstream endobj 11803 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -504 24 -24 24 re -f - endstream endobj 11804 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -498 30 -12 12 re -f - endstream endobj 11805 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 240 -24 24 re -f - endstream endobj 11806 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -48 216 -24 24 re -f - endstream endobj 11807 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -135 81 -6 7 re -f - endstream endobj 11808 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -q 1 0 0 1 32.6685 82 cm -0 0 m -0.683 -1.134 1.914 -1.901 3.331 -1.901 c -4.749 -1.901 5.98 -1.134 6.663 0 c -h -f -Q - endstream endobj 11809 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -469 107 -2 1 re -f - endstream endobj 11810 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -474 106 -12 1 re -f - endstream endobj 11811 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -423 111 -8 1 re -f - endstream endobj 11812 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -420 107 -5 1 re -f - endstream endobj 11813 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -422 103 -7 1 re -f - endstream endobj 11814 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -q 1 0 0 1 251.6084 105.7578 cm -0 0 m --0.216 -0.06 -0.608 -0.258 -0.608 -0.482 c --0.608 1.055 l -3.392 2.711 l -3.392 1.308 l -h -f -Q - endstream endobj 11815 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -249 113 6 -1 re -f - endstream endobj 11816 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -q 1 0 0 1 228.6084 111.2422 cm -0 0 m --0.216 0.061 -0.608 0.258 -0.608 0.482 c --0.608 -1.055 l -3.392 -2.711 l -3.392 -1.308 l -h -f -Q - endstream endobj 11817 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -42 222 -12 12 re -f - endstream endobj 11818 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -226 104 6 1 re -f - endstream endobj 11819 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -q 1 0 0 1 200.6958 107.3916 cm -0 0 m --0.062 0.216 -0.258 0.608 -0.482 0.608 c -1.054 0.608 l -2.71 -3.392 l -1.307 -3.392 l -h -f -Q - endstream endobj 11820 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -207 110 1 -6 re -f - endstream endobj 11821 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -q 1 0 0 1 183.2417 107.3916 cm -0 0 m -0.061 0.216 0.258 0.608 0.482 0.608 c --1.054 0.608 l --2.71 -3.392 l --1.307 -3.392 l -h -f -Q - endstream endobj 11822 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -177 110 -1 -6 re -f - endstream endobj 11823 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -q 1 0 0 1 161 108.25 cm -0 0 m -0 -1.25 l --1 -1.25 l --4.5 3.75 l --2.5 3.75 l -h -f -Q - endstream endobj 11824 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -153 112 -1 -6 re -f - endstream endobj 11825 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -q 1 0 0 1 137 107.75 cm -0 0 m -0 1.25 l --1 1.25 l --4.5 -3.75 l --2.5 -3.75 l -h -f -Q - endstream endobj 11826 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -129 104 -1 6 re -f - endstream endobj 11827 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -41 103 -1 1 re -f - endstream endobj 11828 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -72 216 -24 24 re -f - endstream endobj 11829 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -305 138 -3 -3 re -298 135 -3 3 re -f - endstream endobj 11830 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -q 1 0 0 1 65 130 cm -0 0 m --4 0 l --4 -4 l --6 -4 l --6 0 l --10 0 l --10 2 l --6 2 l --6 5 l --4 5 l --4 2 l -0 2 l -h -f -Q - endstream endobj 11831 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -160 205 -1 1 re -f - endstream endobj 11832 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -q 1 0 0 1 180 231 cm -0 0 m -2.5 -3 l -1 -3 l -1 -6 l --1 -6 l --1 -3 l --2.5 -3 l -h -f -Q - endstream endobj 11833 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -496 254 -1 -7 re -494 254 -1 -7 re -492 254 -1 -7 re -490 247 -1 7 re -f - endstream endobj 11834 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -231 252 -6 4 re -f - endstream endobj 11835 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -231 247 -6 4 re -f - endstream endobj 11836 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -66 222 -12 12 re -f - endstream endobj 11837 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 216 -24 24 re -f - endstream endobj 11838 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -90 222 -12 12 re -f - endstream endobj 11839 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -120 216 -24 24 re -f - endstream endobj 11840 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -114 222 -12 12 re -f - endstream endobj 11841 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 216 -24 24 re -f - endstream endobj 11842 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -138 222 -12 12 re -f - endstream endobj 11843 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -90 246 -12 12 re -f - endstream endobj 11844 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 216 -24 24 re -f - endstream endobj 11845 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -162 222 -12 12 re -f - endstream endobj 11846 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 216 -24 24 re -f - endstream endobj 11847 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -186 222 -12 12 re -f - endstream endobj 11848 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -216 216 -24 24 re -f - endstream endobj 11849 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -210 222 -12 12 re -f - endstream endobj 11850 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 216 -24 24 re -f - endstream endobj 11851 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -234 222 -12 12 re -f - endstream endobj 11852 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 216 -24 24 re -f - endstream endobj 11853 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -258 222 -12 12 re -f - endstream endobj 11854 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -120 240 -24 24 re -f - endstream endobj 11855 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 216 -24 24 re -f - endstream endobj 11856 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -282 222 -12 12 re -f - endstream endobj 11857 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -312 216 -24 24 re -f - endstream endobj 11858 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -306 222 -12 12 re -f - endstream endobj 11859 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 216 -24 24 re -f - endstream endobj 11860 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -330 222 -12 12 re -f - endstream endobj 11861 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 216 -24 24 re -f - endstream endobj 11862 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -354 222 -12 12 re -f - endstream endobj 11863 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 216 -24 24 re -f - endstream endobj 11864 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -378 222 -12 12 re -f - endstream endobj 11865 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -114 246 -12 12 re -f - endstream endobj 11866 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -408 216 -24 24 re -f - endstream endobj 11867 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -402 222 -12 12 re -f - endstream endobj 11868 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 216 -24 24 re -f - endstream endobj 11869 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -426 222 -12 12 re -f - endstream endobj 11870 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 216 -24 24 re -f - endstream endobj 11871 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -450 222 -12 12 re -f - endstream endobj 11872 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 216 -24 24 re -f - endstream endobj 11873 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -474 222 -12 12 re -f - endstream endobj 11874 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -504 216 -24 24 re -f - endstream endobj 11875 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -498 222 -12 12 re -f - endstream endobj 11876 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 240 -24 24 re -f - endstream endobj 11877 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -48 192 -24 24 re -f - endstream endobj 11878 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -42 198 -12 12 re -f - endstream endobj 11879 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -72 192 -24 24 re -f - endstream endobj 11880 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -66 198 -12 12 re -f - endstream endobj 11881 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 192 -24 24 re -f - endstream endobj 11882 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -90 198 -12 12 re -f - endstream endobj 11883 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -120 192 -24 24 re -f - endstream endobj 11884 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -114 198 -12 12 re -f - endstream endobj 11885 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 192 -24 24 re -f - endstream endobj 11886 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -138 198 -12 12 re -f - endstream endobj 11887 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -138 246 -12 12 re -f - endstream endobj 11888 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 192 -24 24 re -f - endstream endobj 11889 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -162 198 -12 12 re -f - endstream endobj 11890 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 192 -24 24 re -f - endstream endobj 11891 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -186 198 -12 12 re -f - endstream endobj 11892 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -216 192 -24 24 re -f - endstream endobj 11893 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -210 198 -12 12 re -f - endstream endobj 11894 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 192 -24 24 re -f - endstream endobj 11895 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -234 198 -12 12 re -f - endstream endobj 11896 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 192 -24 24 re -f - endstream endobj 11897 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -258 198 -12 12 re -f - endstream endobj 12327 0 obj <
    > endobj 11468 0 obj <> endobj 12326 0 obj <
    > endobj 12325 0 obj <> endobj 12324 0 obj <> endobj 12323 0 obj <> endobj 12322 0 obj <> endobj 12321 0 obj <> endobj 12320 0 obj <> endobj 12319 0 obj <> endobj 12318 0 obj <> endobj 12317 0 obj <> endobj 12316 0 obj <> endobj 12315 0 obj <> endobj 12314 0 obj <> endobj 12313 0 obj <> endobj 12312 0 obj <> endobj 12311 0 obj <> endobj 12310 0 obj <> endobj 12309 0 obj <> endobj 12308 0 obj <> endobj 12307 0 obj <> endobj 12306 0 obj <> endobj 12305 0 obj <> endobj 12304 0 obj <> endobj 12303 0 obj <> endobj 12302 0 obj <> endobj 12301 0 obj <> endobj 12300 0 obj <> endobj 12299 0 obj <> endobj 12298 0 obj <> endobj 12297 0 obj <> endobj 12296 0 obj <> endobj 12295 0 obj <> endobj 12294 0 obj <> endobj 12293 0 obj <> endobj 12292 0 obj <> endobj 12291 0 obj <> endobj 12290 0 obj <> endobj 12289 0 obj <> endobj 12288 0 obj <> endobj 12287 0 obj <> endobj 12286 0 obj <> endobj 12285 0 obj <> endobj 12284 0 obj <> endobj 12283 0 obj <> endobj 12282 0 obj <> endobj 12281 0 obj <> endobj 12280 0 obj <> endobj 12279 0 obj <> endobj 12278 0 obj <> endobj 12277 0 obj <> endobj 12276 0 obj <> endobj 12275 0 obj <> endobj 12274 0 obj <> endobj 12273 0 obj <> endobj 12272 0 obj <> endobj 12271 0 obj <> endobj 12270 0 obj <> endobj 12269 0 obj <> endobj 12268 0 obj <> endobj 12267 0 obj <> endobj 12266 0 obj <> endobj 12265 0 obj <> endobj 12264 0 obj <> endobj 12263 0 obj <> endobj 12262 0 obj <> endobj 12261 0 obj <> endobj 12260 0 obj <> endobj 12259 0 obj <> endobj 12258 0 obj <> endobj 12257 0 obj <> endobj 12256 0 obj <> endobj 12255 0 obj <> endobj 12254 0 obj <> endobj 12253 0 obj <> endobj 12252 0 obj <> endobj 12251 0 obj <> endobj 12250 0 obj <> endobj 12249 0 obj <> endobj 12248 0 obj <> endobj 12247 0 obj <> endobj 12246 0 obj <> endobj 12245 0 obj <> endobj 12244 0 obj <> endobj 12243 0 obj <> endobj 12242 0 obj <> endobj 12241 0 obj <> endobj 12240 0 obj <> endobj 12239 0 obj <> endobj 12238 0 obj <> endobj 12237 0 obj <> endobj 12236 0 obj <> endobj 12235 0 obj <> endobj 12234 0 obj <> endobj 12233 0 obj <> endobj 12232 0 obj <> endobj 12231 0 obj <> endobj 12230 0 obj <> endobj 12229 0 obj <> endobj 12228 0 obj <> endobj 12227 0 obj <> endobj 12226 0 obj <> endobj 12225 0 obj <> endobj 12224 0 obj <> endobj 12223 0 obj <> endobj 12222 0 obj <> endobj 12221 0 obj <> endobj 12220 0 obj <> endobj 12219 0 obj <> endobj 12218 0 obj <> endobj 12217 0 obj <> endobj 12216 0 obj <> endobj 12215 0 obj <> endobj 12214 0 obj <> endobj 12213 0 obj <> endobj 12212 0 obj <> endobj 12211 0 obj <> endobj 12210 0 obj <> endobj 12209 0 obj <> endobj 12208 0 obj <> endobj 12207 0 obj <> endobj 12206 0 obj <> endobj 12205 0 obj <> endobj 12204 0 obj <> endobj 12203 0 obj <> endobj 12202 0 obj <> endobj 12201 0 obj <> endobj 12200 0 obj <> endobj 12199 0 obj <> endobj 12198 0 obj <> endobj 12197 0 obj <> endobj 12196 0 obj <> endobj 12195 0 obj <> endobj 12194 0 obj <> endobj 12193 0 obj <> endobj 12192 0 obj <> endobj 12191 0 obj <> endobj 12190 0 obj <> endobj 12189 0 obj <> endobj 12188 0 obj <> endobj 12187 0 obj <> endobj 12186 0 obj <> endobj 12185 0 obj <> endobj 12184 0 obj <> endobj 12183 0 obj <> endobj 12182 0 obj <> endobj 12181 0 obj <> endobj 12180 0 obj <> endobj 12179 0 obj <> endobj 12178 0 obj <> endobj 12177 0 obj <> endobj 12176 0 obj <> endobj 12175 0 obj <> endobj 12174 0 obj <> endobj 12173 0 obj <> endobj 12172 0 obj <> endobj 12171 0 obj <> endobj 12170 0 obj <> endobj 12169 0 obj <> endobj 12168 0 obj <> endobj 12167 0 obj <> endobj 12166 0 obj <> endobj 12165 0 obj <> endobj 12164 0 obj <> endobj 12163 0 obj <> endobj 12162 0 obj <> endobj 12161 0 obj <> endobj 12160 0 obj <> endobj 12159 0 obj <> endobj 12158 0 obj <> endobj 12157 0 obj <> endobj 12156 0 obj <> endobj 12155 0 obj <> endobj 12154 0 obj <> endobj 12153 0 obj <> endobj 12152 0 obj <> endobj 12151 0 obj <> endobj 12150 0 obj <> endobj 12149 0 obj <> endobj 12148 0 obj <> endobj 12147 0 obj <> endobj 12146 0 obj <> endobj 12145 0 obj <> endobj 12144 0 obj <> endobj 12143 0 obj <> endobj 12142 0 obj <> endobj 12141 0 obj <> endobj 12140 0 obj <> endobj 12139 0 obj <> endobj 12138 0 obj <> endobj 12137 0 obj <> endobj 12136 0 obj <> endobj 12135 0 obj <> endobj 12134 0 obj <> endobj 12133 0 obj <> endobj 12132 0 obj <> endobj 12131 0 obj <> endobj 12130 0 obj <> endobj 12129 0 obj <> endobj 12128 0 obj <> endobj 12127 0 obj <> endobj 12126 0 obj <> endobj 12125 0 obj <> endobj 12124 0 obj <> endobj 12123 0 obj <> endobj 12122 0 obj <> endobj 12121 0 obj <> endobj 12120 0 obj <> endobj 12119 0 obj <> endobj 12118 0 obj <> endobj 12117 0 obj <> endobj 12116 0 obj <> endobj 12115 0 obj <> endobj 12114 0 obj <> endobj 12113 0 obj <> endobj 12112 0 obj <> endobj 12111 0 obj <> endobj 12110 0 obj <> endobj 12109 0 obj <> endobj 12108 0 obj <> endobj 12107 0 obj <> endobj 12106 0 obj <> endobj 12105 0 obj <> endobj 12104 0 obj <> endobj 12103 0 obj <> endobj 12102 0 obj <> endobj 12101 0 obj <> endobj 12100 0 obj <> endobj 12099 0 obj <> endobj 12098 0 obj <> endobj 12097 0 obj <> endobj 12096 0 obj <> endobj 12095 0 obj <> endobj 12094 0 obj <> endobj 12093 0 obj <> endobj 12092 0 obj <> endobj 12091 0 obj <> endobj 12090 0 obj <> endobj 12089 0 obj <> endobj 12088 0 obj <> endobj 12087 0 obj <> endobj 12086 0 obj <> endobj 12085 0 obj <> endobj 12084 0 obj <> endobj 12083 0 obj <> endobj 12082 0 obj <> endobj 12081 0 obj <> endobj 12080 0 obj <> endobj 12079 0 obj <> endobj 12078 0 obj <> endobj 12077 0 obj <> endobj 12076 0 obj <> endobj 12075 0 obj <> endobj 12074 0 obj <> endobj 12073 0 obj <> endobj 12072 0 obj <> endobj 12071 0 obj <> endobj 12070 0 obj <> endobj 12069 0 obj <> endobj 12068 0 obj <> endobj 12067 0 obj <> endobj 12066 0 obj <> endobj 12065 0 obj <> endobj 12064 0 obj <> endobj 12063 0 obj <> endobj 12062 0 obj <> endobj 12061 0 obj <> endobj 12060 0 obj <> endobj 12059 0 obj <> endobj 12058 0 obj <> endobj 12057 0 obj <> endobj 12056 0 obj <> endobj 12055 0 obj <> endobj 12054 0 obj <> endobj 12053 0 obj <> endobj 12052 0 obj <> endobj 12051 0 obj <> endobj 12050 0 obj <> endobj 12049 0 obj <> endobj 12048 0 obj <> endobj 12047 0 obj <> endobj 12046 0 obj <> endobj 12045 0 obj <> endobj 12044 0 obj <> endobj 12043 0 obj <> endobj 12042 0 obj <> endobj 12041 0 obj <> endobj 12040 0 obj <> endobj 12039 0 obj <> endobj 12038 0 obj <> endobj 12037 0 obj <> endobj 12036 0 obj <> endobj 12035 0 obj <> endobj 12034 0 obj <> endobj 12033 0 obj <> endobj 12032 0 obj <> endobj 12031 0 obj <> endobj 12030 0 obj <> endobj 12029 0 obj <> endobj 12028 0 obj <> endobj 12027 0 obj <> endobj 12026 0 obj <> endobj 12025 0 obj <> endobj 12024 0 obj <> endobj 12023 0 obj <> endobj 12022 0 obj <> endobj 12021 0 obj <> endobj 12020 0 obj <> endobj 12019 0 obj <> endobj 12018 0 obj <> endobj 12017 0 obj <> endobj 12016 0 obj <> endobj 12015 0 obj <> endobj 12014 0 obj <> endobj 12013 0 obj <> endobj 12012 0 obj <> endobj 12011 0 obj <> endobj 12010 0 obj <> endobj 12009 0 obj <> endobj 12008 0 obj <> endobj 12007 0 obj <> endobj 12006 0 obj <> endobj 12005 0 obj <> endobj 12004 0 obj <> endobj 12003 0 obj <> endobj 12002 0 obj <> endobj 12001 0 obj <> endobj 12000 0 obj <> endobj 11999 0 obj <> endobj 11998 0 obj <> endobj 11997 0 obj <> endobj 11996 0 obj <> endobj 11995 0 obj <> endobj 11994 0 obj <> endobj 11993 0 obj <> endobj 11992 0 obj <> endobj 11991 0 obj <> endobj 11990 0 obj <> endobj 11989 0 obj <> endobj 11988 0 obj <> endobj 11987 0 obj <> endobj 11986 0 obj <> endobj 11985 0 obj <> endobj 11984 0 obj <> endobj 11983 0 obj <> endobj 11982 0 obj <> endobj 11981 0 obj <> endobj 11980 0 obj <> endobj 11979 0 obj <> endobj 11978 0 obj <> endobj 11977 0 obj <> endobj 11976 0 obj <> endobj 11975 0 obj <> endobj 11974 0 obj <> endobj 11973 0 obj <> endobj 11972 0 obj <> endobj 11971 0 obj <> endobj 11970 0 obj <> endobj 11969 0 obj <> endobj 11968 0 obj <> endobj 11967 0 obj <> endobj 11966 0 obj <> endobj 11965 0 obj <> endobj 11964 0 obj <> endobj 11963 0 obj <> endobj 11962 0 obj <> endobj 11961 0 obj <> endobj 11960 0 obj <> endobj 11959 0 obj <> endobj 11958 0 obj <> endobj 11957 0 obj <> endobj 11956 0 obj <> endobj 11955 0 obj <> endobj 11954 0 obj <> endobj 11953 0 obj <> endobj 11952 0 obj <> endobj 11951 0 obj <> endobj 11950 0 obj <> endobj 11949 0 obj <> endobj 11948 0 obj <> endobj 11947 0 obj <> endobj 11946 0 obj <> endobj 11945 0 obj <> endobj 11944 0 obj <> endobj 11943 0 obj <> endobj 11942 0 obj <> endobj 11941 0 obj <> endobj 11940 0 obj <> endobj 11939 0 obj <> endobj 11938 0 obj <> endobj 11937 0 obj <> endobj 11936 0 obj <> endobj 11935 0 obj <> endobj 11934 0 obj <> endobj 11933 0 obj <> endobj 11932 0 obj <> endobj 11931 0 obj <> endobj 11930 0 obj <> endobj 11929 0 obj <> endobj 11928 0 obj <> endobj 11927 0 obj <> endobj 11926 0 obj <> endobj 11925 0 obj <> endobj 11924 0 obj <> endobj 11923 0 obj <> endobj 11922 0 obj <> endobj 11921 0 obj <> endobj 11920 0 obj <> endobj 11919 0 obj <> endobj 11918 0 obj <> endobj 11917 0 obj <> endobj 11916 0 obj <> endobj 11915 0 obj <> endobj 11914 0 obj <> endobj 11913 0 obj <> endobj 11912 0 obj <> endobj 11911 0 obj <> endobj 11910 0 obj <> endobj 11909 0 obj <> endobj 11908 0 obj <> endobj 11907 0 obj <> endobj 11906 0 obj <> endobj 11905 0 obj <> endobj 11904 0 obj <> endobj 11903 0 obj <> endobj 11902 0 obj <> endobj 11901 0 obj <> endobj 11459 0 obj <> endobj 11460 0 obj <> endobj 11461 0 obj <> endobj 12332 0 obj [/View/Design] endobj 12333 0 obj <>>> endobj 12330 0 obj [/View/Design] endobj 12331 0 obj <>>> endobj 12328 0 obj [/View/Design] endobj 12329 0 obj <>>> endobj 11466 0 obj <> endobj 11467 0 obj <> endobj 11469 0 obj <> endobj 11470 0 obj <> endobj 11465 0 obj <> endobj 12334 0 obj <> endobj 12335 0 obj <>stream -%!PS-Adobe-3.0 %%Creator: Adobe Illustrator(R) 16.0 %%AI8_CreatorVersion: 17.0.0 %%For: (Jan Kova\622k) () %%Title: (glyphicons_halflings.ai) %%CreationDate: 7/4/13 8:22 AM %%Canvassize: 16383 %%BoundingBox: 53 -1195 522 -948 %%HiResBoundingBox: 53.8428 -1195 522 -948 %%DocumentProcessColors: Cyan Magenta Yellow Black %AI5_FileFormat 12.0 %AI12_BuildNumber: 256 %AI3_ColorUsage: Color %AI7_ImageSettings: 0 %%RGBProcessColor: 0 0 0 ([Registration]) %AI3_Cropmarks: 24 -1224 552 -936 %AI3_TemplateBox: 384.5 -384.5 384.5 -384.5 %AI3_TileBox: -115 -1359.5 668 -800.5 %AI3_DocumentPreview: None %AI5_ArtSize: 14400 14400 %AI5_RulerUnits: 6 %AI9_ColorModel: 1 %AI5_ArtFlags: 0 0 0 1 0 0 1 0 0 %AI5_TargetResolution: 800 %AI5_NumLayers: 3 %AI9_OpenToView: -600 -545 1 1780 1080 90 0 0 78 132 1 0 0 0 1 0 0 1 0 1 %AI5_OpenViewLayers: 372 %%PageOrigin:-16 -684 %AI7_GridSettings: 24 24 24 24 1 0 0.8 0.8 0.8 0.9 0.9 0.9 %AI9_Flatten: 1 %AI12_CMSettings: 00.MS %%EndComments endstream endobj 12336 0 obj <>stream -%%BoundingBox: 53 -1195 522 -948 %%HiResBoundingBox: 53.8428 -1195 522 -948 %AI7_Thumbnail: 128 68 8 %%BeginData: 11602 Hex Bytes %0000330000660000990000CC0033000033330033660033990033CC0033FF %0066000066330066660066990066CC0066FF009900009933009966009999 %0099CC0099FF00CC0000CC3300CC6600CC9900CCCC00CCFF00FF3300FF66 %00FF9900FFCC3300003300333300663300993300CC3300FF333300333333 %3333663333993333CC3333FF3366003366333366663366993366CC3366FF %3399003399333399663399993399CC3399FF33CC0033CC3333CC6633CC99 %33CCCC33CCFF33FF0033FF3333FF6633FF9933FFCC33FFFF660000660033 %6600666600996600CC6600FF6633006633336633666633996633CC6633FF %6666006666336666666666996666CC6666FF669900669933669966669999 %6699CC6699FF66CC0066CC3366CC6666CC9966CCCC66CCFF66FF0066FF33 %66FF6666FF9966FFCC66FFFF9900009900339900669900999900CC9900FF %9933009933339933669933999933CC9933FF996600996633996666996699 %9966CC9966FF9999009999339999669999999999CC9999FF99CC0099CC33 %99CC6699CC9999CCCC99CCFF99FF0099FF3399FF6699FF9999FFCC99FFFF %CC0000CC0033CC0066CC0099CC00CCCC00FFCC3300CC3333CC3366CC3399 %CC33CCCC33FFCC6600CC6633CC6666CC6699CC66CCCC66FFCC9900CC9933 %CC9966CC9999CC99CCCC99FFCCCC00CCCC33CCCC66CCCC99CCCCCCCCCCFF %CCFF00CCFF33CCFF66CCFF99CCFFCCCCFFFFFF0033FF0066FF0099FF00CC %FF3300FF3333FF3366FF3399FF33CCFF33FFFF6600FF6633FF6666FF6699 %FF66CCFF66FFFF9900FF9933FF9966FF9999FF99CCFF99FFFFCC00FFCC33 %FFCC66FFCC99FFCCCCFFCCFFFFFF33FFFF66FFFF99FFFFCC110000001100 %000011111111220000002200000022222222440000004400000044444444 %550000005500000055555555770000007700000077777777880000008800 %000088888888AA000000AA000000AAAAAAAABB000000BB000000BBBBBBBB %DD000000DD000000DDDDDDDDEE000000EE000000EEEEEEEE0000000000FF %00FF0000FFFFFF0000FF00FFFFFF00FFFFFF %524C457D275227272752057D9BA1272752FFA8FFA8A87DFD6CFF7D52527D %7DA87D7D7DC3A17D52FD057D5252A8FDFCFFFD6FFFA8A8FD07FFA8FD53FF %A8FD05FFA8FD19FFA8A8A852F827FD04FF7D277DFFFFFF7D277DFFFFFFA8 %272752FFFFFF7D52277DFFFFFFA852FD05FF7D7DFD04FFA8277DFFFFFF7D %525252FFFFA8522727A8FFFFA8515252FFFFFF5252277DFD05FF52A8FFFF %A8527DA8FFFFFF27277DFFFFFF7D2727FD04FF7D2752A8FD05FF52FFFFFF %7D2752FD04FF52F852FF52A8FD04FF7DA87DFFFFFF517D51FFFFFF7D5252 %52A8FFFFA8F8F87DFFFFFF52F852FFFFFF7D5227A8FFFFFFA8F87DFFFFFF %7D517D27FFFFFF275227FFFFFF7D52517DFFFFFF5227277DFFFFFF7D5251 %FFFFFFA8F8F8FFFFFFA827F87DFFFFFF7DF827A8FFFFFF52FF7DA8FD04FF %5227A8FFFF522727A8FFFFFF522752A852A8FFFFFFA87D7D7DFFFFFFA852 %517DFFFFA8272727FD04FF7D52FD04FF7D52A8FD04FF527DFD04FF52F827 %FFFFFF52525227A8FFA8272627A8FFFFA8275252FFFFFF5252277DFFFFFF %5227FD04FFA827527DFFFFFF7D5227A8FFFFA852277DFFFFFF7D7D7DA8FF %FFA8525127FFFFFF7D2727FD04FF52F852FFA8A8FD04FFA8FD07FFA8FD1E %FFFD04A8FFFFFFA8A8A8FFFFFFA8A8A8FFFFFFA8A8A8FD04FFFD04A8FD13 %FFA8FD05FFA8FD04FFA8A8FFFFFFFD04A8FD04FFA8FD05FFA8A8A8FDFCFF %FD05FF7DA8FFFFFFA87C7DFD05FF527DFD04FF7D52A8FD04FFA87DFD04FF %A852A8FD04FF7D7DA8FFFFFF7D5252FD04FF7D7CFD05FF527DA8FFFFFF7D %7D7DFFFFFF7D52527DFFFFFFA852FD04FFA8A8FFA8FFFFFFA87D7DFD07FF %A8FD07FFA8FFFFFFA8FFFFFF7D7D52A8FFFFA8A8527D7DF827A8FFFFFFF8 %52A8FFFFFF7C7D52A8FFFFFF52F87DFD04FF5252FD04FF525252FFFFFF7D %52527DFFFFFF7DA87DA8FFFFA8527D7DFFFFFF52A852FFFFFFA87D7D7DFF %FFFF7D275152FFFFFF272752FFFFFF7D27F8A8FFFFA87DA87DA8FFFFA852 %7DA8FFFFFF5252A8FFFFFFA85252A8FFFFFF5252277DFFFFA85252275227 %F8A8FFFFA827F87DFFFFFFFD047DFFFFA8F852F8FFFFFFA85227A8FFFFA8 %525252A8FFFF7D525252FFFFA827A8277DFFFFFD047DFFFFA87DFFA87DFF %FFA87DFF52FFFFFF7D52277DFFFF7DF8F827FFFFFF7D5252A8FFFFA852FF %52A8FFFF5227527DFFFFFF2727A8FFFFFF7D265252FFFFFF5252F87DFFFF %7D7D27277D7D7DA8FFFFFF27277DFFFFFFA87D7DFFFFFF7D527D27A8FFFF %A727527DFFFFFF7D7D7DFFFFFFA87D52FFFFFFA82727277DFFFFFF7D7DA8 %FFFFFFA87D7DFFFFFFA87D52A8FFFFFF7D51527DFFFFA8272752FFFFFF7D %FD06FF7DA87DFD04FFA8FD0DFFA8FD04FF5252527DFFFFFF7D7D7DA8FD07 %FFA8FD0BFFA8FD07FFA8FD13FFA8FD0BFFA8FD0BFFA8FFA8FD05FFA8FD25 %FFA8FD07FFA8FD81FFA8FD0FFFA8FFFFFFA8FD07FFA8FD11FFA8FD07FFA8 %FD05FFA8FFA8FFFFFFA8FFA8FD39FFA8FF2727FD04FF7DF852A8FFFFFF7D %27277DFFFFFF52F852FD04FF2752FD04FF7D527DFD04FFA852FD04FF7D52 %A8FD04FFA852FD04FF7D52277DFFFFA852277DFFFFFF7D52FD05FF7D527D %FD04FFA8527DFFFFA87D527DA8FFFFA852527DFFFFFFA87DA8FFFFFFA8A8 %A8FD04FFA852A8FFFFFFA87DA87D27F827FFFFFF7DF8F8277DFFFF52F8F8 %7DFFFFFF27F827FFFFFF5227F87DFFFF7DF8F8F87DFFFFFF5251A8FFFFFF %7D2752FD04FFA87DFFFFFFA8A8A87DFD04FFA87DFD04FF522751FFFFFFA8 %522752A8FFFFA8272752FFFFFF272727A8FFFF7D522752FFFFA87D2752A8 %FFFF7D527D52FFFFFFF8F8F87DFFFF7D7D7D27FF2727A8FFFFFF7D2727A8 %FFFF52F8F8A8FFFFFF7D527DFFFFFF52272752FFFFA8F852F8A8FFFFA87D %527DFFFFFF7D277DFD04FF52A8FD04FF7DFF52FD04FFA852FD04FF522752 %A8FFFFFF522752FFFFFFA852277DFFFFA8522751A8FFFF7D272752FFFFFF %7D5252FFFFFF7D527DA8FFFFFF52277DA8FFFFA82727F8FFFFA8FD05FFA8 %A8FFFFFFA87DA8FD04FFA8FFA8FFFFFFA8A87DFD04FFA8A8FD04FFA8A8A8 %7DFFFFFF7DA8FD05FF7DA8FFFFFFA8FFA8A8FD04FF7D7D7DFFFFFFA87D7D %A8FFFFA8A87D7DA8FFFFA87DA8A8FFFFFF7D7D7DFFFFFFA8A87DA8FD04FF %7D7DA8FFFFFF7DA8FD0AFFA87D7DA7FDFCFFFD06FFA8A8FFFFFFA8A8FD05 %FFA7A8FD05FFA8FD05FFA8FFA8FFFFFFA8FD06FFA8A8FD05FF7DFD0BFFA8 %FD2FFFA8FD15FF7D27A8FFFFFF52277DFFFFFF7D52F87DFFFFFF5227A8FF %FFFF525252A8FFFFA8525152FFFFFF7D27527DFFFFFF7D2752FFFFFFA852 %52FFFFFFA85252527DFFFFFF7D5252FFFFFF7D52A8FD04FF7D27A8FD04FF %27277DFFFFA85252A8FFFFFFFD0452FFFFFFA85252A8FFFFFF7D27A8FD04 %FF5252FD04FFA827FFA8F8A8FD04FF52277DFFFFFF52A8F87DFFFFFF27F8 %7DFFFFFF7D7D527DFFFF7D52A852FFFFFF527D27A8FFFFFF52F852A8FFFF %FFF827FD04FF27F8F87DFFFFFF52F827FFFFFFA8F851FD04FF51277DFFFF %FFA8F8F87DFFFFA827F852FFFFFF52F8F827FFFFFF7DF827FFFFFFA827F8 %52FFFFFFA8F8A8FD04FFA8277C52A8FD05FFA852FD04FFA82752A8FFFFFF %52277DFFFFFF7D5252A8FFFFA852527DFFFFFFA727527DFFFFFFA852A8FF %FFFFA85252FFFFFFA8527C7D7DFFFFFFA87D7CFFFFFF7D7DA8FD04FF7D52 %A8FD04FF5252A8FFFFA87D7DA8FFFFFF7D7D7D52A8FFFFA8527CA8FFFFFF %7DA77DFD04FF7D7DFD04FFA827FD1CFFA8FDFCFFFD68FF7D2752FFFFFFA8 %52F8A8FFFFFFA82752A8FFFFFF52277DFFFFFFA85227FD04FF7D277DFD04 %FF7D7DFD04FF7D5252FFFFFFA87D52A8FFFFFFA85252A8FD0BFFA8FD05FF %52FD05FF527DFD05FFA8A8FD05FF7D52FD04FFA87DA8FFFFFF7D7DFD0BFF %A852FF277D517DFFFF7D275227FFFFFF27A8527DFFFFA8275227FFFFFF52 %272752FFFFFFF852F8FFFFFF7D2727A8FFFFA87D527DA8FFFFA8527D52FF %FFFF527D27A8FFFFFF52277DFFFFFF7D5227A8FFFFFF7DF87DFD04FF5252 %FD04FF7DF827FD05FF7D7DFD04FF7D52FFFFFFA85227A8FFFFFFA8527DA8 %FFFFFF27F852272727A8FFFF7D27F852FFFFFF5252517DFFFFA8275227FF %FFFF52F8F87DFFFFA8272727A8FFFFA82752A8FFFFFF525227A8FFFF7D52 %527DFFFFFF52277D7DFFFFFF27527DFFFFFF7D5227A8FD04FF27FD05FFF8 %52FFFFFFA87D7D7DFFFFFF7D52FD05FF7C52FD04FFA82727A8FFFFFFA87D %52FD04FF52F87DFF52A8FD04FFA87DA8FD04FF7D7DFD04FFA852FD05FF7D %A8FD04FFA87DA8FD04FFA8A8FD05FF7DA8FD04FF7DA8FD04FFA87D7DFD12 %FFA8FD05FFA8CFFD0AFFA8A8FD05FFA8FD06FFA87DFD38FFA8FDD6FFA8A8 %FD04FFA8A8FD06FFA8A8FD04FFA8FD0CFFA8FD05FFA8FD06FFA8A8FFFFFF %A8A8A8FD07FFA8FFFFFFA8FD05FFA8FFA8FD1AFFA8FD04FFA8FD05FFA8FD %06FFA8A8FD07FF522727A8FFFFA8272752FD04FF52277DFFFFFFA827A8FF %FFFFA82727A8FFFFFF52277DFD04FF7C52FD05FF27A8FFFFFF7D272752FF %FFFF527D5252FFFF7D27F827FFFFFFFD04A8FFFFFFA87DFD04FFA87D7D7D %FFFFA87D7D52A8FFFFA827527DFFFFFF525252A8FFFF7D27527DA8FFFFFF %52A8FD04FFA8FFA8F852F87DFFFFA852527DFFFFFF7DF8277DFFFFFF27F8 %27FFFFFF5252277DFFFF7D2727527DFFFFA827527DFFFFFF7D2727FFFFFF %5226F87DFFFFFF7DF85252FFFF7DF8F8F8FFFFFF527D527DFFFFA827F87D %FD04FF27277DFFFF7D27FF527DFFFF7DF8F8A8FFFFA827F8F87DFFFF7DF8 %F8F852FFFFFF7D7DFFFFFF7D2727527DF852FD04FF275252FFFFFF7D7D7D %FD04FF7D527DFD04FF7DA8FD04FF7D527DFFFFFFFD0452FFFFFFA8277DFF %FFFF7DF82752FFFFFF7DA87D7DFFFFA87DA7CFFFFFFFA82752A8FFFFFF7D %FFA8FD05FFA8FFFFFFA8FD047DFFFFFF7D7DFD04FF2727F8A8FFFFA827F8 %27A8FFFFFF52A8FD0EFFA8A8FFFFFFA8FD15FFA8FD04FFFD04A8FD09FFA8 %A8A8FD13FFA8FD19FFA8FD05FFA8A8A8FFFFFFA8A8A8FDC9FFA8FD35FFA8 %FD0DFFA8277DFD06FF7DFD04FF7DA8FD04FFA852FD05FFA8A8FD04FFA8A8 %A8FD05FF7DFD05FF7DFD05FF7D7DFD04FFA82752FD04FF7D27A8FD04FF27 %7DFD04FF7D527DFFFFFFA87D52FD04FFA852A8FD05FFA8A8FFFFFF7D7D7D %FFFFFFA87D52A8FD04FF527DFFFFFFA852FF5227F8F8FFFFFFA852F827A8 %FFFFA8F852FD04FF26F827FFFFFF7D7D52A8FFFF7D27A852A8FFFF7D527D %52FFFFFF527D52A8FFFFA8527D7DFFFFFF7DA87DA8FFFF7DF85227FFFFFF %5252F87DFFFFA8275227A8FFFF52272752FFFFFF527DF8FD04FFA8F87DFF %FFFF27F8277DFFFFFF5227A8FFFFFF2727F87DFFFFA87DA87D522727A8FF %FFA8275227FFFFFF7DF826FFFFFFA827F852FFFFFF5252A87DFFFFFF7D7D %7DFFFFFF527D7DA8FFFFFF7D7D517DFFFFFF7D527DFFFFFF7D7D7DFFFFFF %A8272752FFFFFF7C27277DFFFFFF265227FFFFFF5252277DFFFFA8272752 %A8FFFFA827A8FD04FF525227A8FFFFFFA852FD04FF52F8277DFFFFFF7DA8 %52527D52A8FFFFA8A8FFA8FD04FF7DA8A8FFFFFFA87DA8FFFFFFA8A87DFD %05FF7DFD05FF7DA8FD04FFA87DA8FD04FFA827A8FD04FF7DFD05FF7D52A8 %FFFFFFA8527DFD04FFA852A8FD04FF527DA8FFFFFF7D7DA8FFFFFF7DA8FD %04FFA87D527DA8FFFFFFA8A8FD04FF7D7D7DA8FFFF7D7DA852FDFCFFFD05 %FFA8FD07FFA8FD0BFFA8FD05FFA8A8FD0CFFA8FD05FFA8FD05FFA8FD05FF %A8FFA8FD05FFA8FD05FFA8A8FD04FFA8FFA8FFFFFFA8FFA8FD05FFA8FD05 %FFA8A87DFD0BFFCFFD0EFF525227FD04FFA82627A8FFFF7D52527DFFFFFF %A85252FFFFFF7D5227A8FD04FF7D52A8FFFFFF52277DFFFFFFA8F852FFFF %FFA85252FD04FF7D7D52A8FFFFFF525252FFFFFF7D7D52FD04FF52A87DFF %FFFFA87D7D7DFFFFFF527D7DFFFFFFA87D5252FFFFFF7C5252A8FFFFA852 %527DFFFFFF7D5251A8FFFFFF7D527D52A87D7DFFFFA8522752FFFFFF7D7D %7DA8FFFFFF7D52A8FFFFFFA87DA8A8FFFFFFA8277DFFFFFFA82752FD05FF %2752FD04FF27A8FD04FF7DA752FFFFFFA87C7DA8FFFFFFA87DA8FD04FF52 %A87DFFFFFF7D7DA8FD04FF7D5252FD04FF7C7D7DFFFFFF52FF52A8FFFF7D %527D7DFFFFFF7D52527DFFFFA852A8FD0452FFFFFF7D5252FD05FF7D7DFD %04FF5252A8FFFFFF7D2727A8FFFFA87DA8FD05FF7D517DFFFFFFA82752FD %04FF5252FD04FF7C527DA8FFFFA8277D7DFFFFFF525252FFFFFFA8527D52 %A8FFFF7D52A8A8FFFFFF277D27A8FFFF7D527DFFFFFFA8525252A8FFFFA8 %275252FFFFFF7D52527DFFFFA8522752FFA8FD13FFA8FD05FF7DA8FD0CFF %A8FD05FFA8FD0BFFA8FFA8FD05FFA8FD06FFA8FD04FFA8FFA8FD11FFA8FD %05FFA87DA8FD04FFA87DFD05FF7DA8FD04FFA8A8A8FDFCFFFD05FFA87DFD %05FF7DFD04FFA87DFD05FF7DA852FFFFFFA87D52FD05FF52FD05FF7DA8FD %06FF7DFFFFFFA8A8A8FD05FF5252FD06FF7DFFFFFF52A852A8FFFFA87D7D %7DFFFFFF7D7D52A8FFFFA87DA852FFFFFF7D7D52A8FFFFFFA87D7DA8FFFF %FFA8A87DFFFFFFA87D7DA8FFFFA8A8A87D7D527D52FFFFFF7D27A8FFFFFF %527D52A8FFFF7D522752A8FFFF7D525252FFFFFF52F8A8FD04FF2727FD04 %FF7D277DFD04FF2727FD05FF27F8FD05FF27F8A8FFFF27F8F87DFFFFA8F8 %F827FFFFFF27F8F87DFFFFA8F8F827FFFFFF52F8F87DFFFFFF2727F8A8FF %FFA87D527DFFFFFF52272752FFFFFF52A8522752A852FFFFFF7DF8FFFFFF %A852A82752FFFF7D52A852FFFFFFFD0452FFFFFF52F8A8FD04FF5252A8FF %FFFF5252A8FFFFFFA852F8A8FFFFFF7D527DA8FFFFFF27F8F8FFFFFF277D %277DFFFF7D522727A8FFFF27525227FFFFA8277D27FFFFFF2752F852FFFF %A827F8F87DFFFFA8277C7DFFFFFF52522752FFFFFF525252FF7D52A8FFFF %FFA8A8FD04FF7D7DA8FFFFFFA87D52A8FD04FF527DA8FFFFA8275252FFFF %FF7D5227A8FFFFA8525252FFFFFFA827527DFFFFFF525252FD05FFA8A8FF %FFFFA8FFFFA8FFFFFFA8FF7DFFFFFF7DFF7D7DFFFFA8FFFF7DFFFFFFA8FF %A87DFFFFFFA8A87DFFFFFFA8A8FD05FFA87DA87DFFFFFF52FF52FDFCFFFD %54FFA8FD05FFA8FD06FFA8FD22FF7D527DA8FFFF7D52FD05FF527D52A8FF %FFFF7D527DFD04FF7D7DFD04FF525252FFFFFF7D5252A8FFFFFF7D277DFF %FFFFA8527D7DFFFFFF525252FFFFFFA85252A8FFFFFF7D5252A8FFFFA852 %527DFFFFFF7D5227A8FFFFFF7D5252FD04FF277DFD04FF7D52A8FD04FF52 %52FD05FF52A8FD04FF7D27A8F85227A8FFFF7D27A8FD04FF52F8277DFFFF %FF27F827FD04FF52F87DFFFF52F827F87DFFFFFD0427FFFF7D2752277DFF %FFFD0452A8FF7D27272752FFFF52F85227FFFFA8F87D2752FFFF52275227 %A8FFFF52527D52FFFFA8277D527DFFFF7DF8F852FFFFFF27F8F87DFFFF7D %F82727FFFFFFA8F827FD04FF27F852522752A8FFFFFF7D2752FFFFFF27F8 %F87DFFFFFF52F852FFFFFF7DF82752FFFFA8F82727A8FFFF5227F87DFFFF %A85227277DFFFF7D275252FFFFFF2727F8A8FFFF52272752FFFFA8522727 %7DFFFF7D275227FFFFFF7D52277DFFFFFF525252A8FFFFA8527DA8FFFFFF %522752FFFFFFA85227A8FFFFFFA8F827FD04FF7D27A87D7DA8FD05FFA8A8 %FFFFFF7D527DA8FFFFFF7D7D7DFFFFFF7D7D7DA8FFFFFFA852A8FD04FF7D %7DA8FFFFFF7D7D7DFFFFFFA87D52FD04FFA87DA8FD04FF7D7DA8FFFFFFA8 %7D7DFFFFFFA87D52A8FD04FF7DA8FD04FFA87DA8FD07FFA8FFFFFF7DFFFF %FFA8FFA87DFD05FFA8A8FD05FF7DFF %%EndData endstream endobj 12337 0 obj <>stream -%AI12_CompressedDataxrƒ(x~8žګ7$=+/a3>1߄"[\t)>>Os*hMRd7 Ò ֬*3ӽ˷˩ՓWˣ˫/'|svv -ADY /}cyˉpן\~[)b%<O//>yt׏/RP5&)d[||tǏ*68"rbd*D0L¿yk_ߜ//<^~?co7g'ݜ]xHcP?X`s^^_X|9qy 鿿^]~8? %oc_*V* zf&SB= x" 0b[`-?]ˋ%k$'?ޜ-~8Rɷ'3x?xvD#Ah~:uy zyvsMS 0䯎\)ˋ.8ОJC5'BX[Ykl򝄉_O/ - 5x͓I30#*y?!&Cﯯq@QϾ} \,.q ->:9>ݠ70[?\^`wĿ}}uyᛋwLcy K&dXЄJŭA箖~_m`53凢 98ՇjB\TSvP(^Tp ţ]8vvwy&󫛏'?]^bۏrLP|;>hB& B[W xͥ/N:BWA\?<{yv'wrpr -Dn2]uty xwzqz c&}XR7қs OP}'WG'P@J(4_T}@`fj2?_I/ܓs@ -XRJe7VKK?k5oڗb^.bo~va\<9õWpCG:T|f~o+WAZ}uBK1gN{pB녑 hc3׼2 9jk,笷{p>4N8n;sλ->t^xYyA[<.dPAhD2B{aapȳ{,?d7T%Pџz9ϡw%o ?JhcovVe=p-ڇ?pC?,O* 2\08QC]E'm_."eX/Ǥ_>CC멋*>z-`E\8 P Saa|o~vnz;E؛=͞S{rOW3s<`lҀWmw{0FjL 3VÂ;]z@f H+X]xx߳Va`m(6srkfQ`YX\>.:X.DCd^"CcIP+0HcU@n _s"=H| $AH !1BD X$4DTx -W)'dDtoWD0ˤ3d3uLRRMCt|9̓tj!U3dF 6U,edШW% -PG *yvbP@z5@ 5 -o KM)J̔i#Gm zW;*JnQ$Ӕ$b\gŕ$u D%E$ q2?\J}a#h Z5eU`ڣOi5ª>j+7a\͸quptx!]xb)b0)bNdQ -)C$gh.* *zOr*ib Pj@fHV8; sb Z$^@zi#ِءQ!!y/3C"H\/d#ޫ@#Х+v]5QH?/h~ŊD'bEC9QC LIXs$UW\گ~:rͥ5Wŵ_\ýdq)*G).W\>s-EkW5%B{bhdԞs)#[h(rOt BAه#X/ r}?;0B6&XX55tkkZaAYpc*9L.e +BZn |{$V%AD_p`Tr͋DP\._~*׀,.Q\8V?kQ\$$>E _5z<,4S-Jzt!57(p**pȬo _]k)ovX*n` j4Z&A x#- -% dNEIM3p/ kHPH%/ac5ZU9WV}b 0' -cF>Y>>LQW]ƍ A0L@$TvFrYӧk1nyacU?A%u-%H@j- Y RP*U&m¡ -OfȪ L0\ETDJq -b$-Fca(ҎE9~"-G!9 -]q*$nYf8FW~!Gɜݠ#D7>*ٞ11 -؄/Ub0*wios"= I$lZ8XQ&M"bT"S+U6cHa{ū"+52}()DFT(Lv+hT=2VŌTHȐHI"&YhSE]1!g#r"#E6E)Bha -hP@6Di#jPtanQusiHE4<+u",+Rl|0Q 2>lzmC>Xp,P Ei8 R42U@ N%]eq=!*/@aGG] FþH!]ݍZtݫavƎj}c cm(h@ (TN|=.;jMI@Zt9-:!PbܙӦǽ Ro鐶JŃ[ 0ˆ -#*Z:2f0TK X2K}VjL.ajW췌jvjvjvjvj(`ֈ -#*p_UIZF:2Ϟ{_6tf]Tp`H<$ mteGڨBT/b{4偦ݓSPh  Oy?U$^>0"DŠUtiu}Q9 1ċ6V8t\J .QJbLhpݯ]h-@9QfQ+3X<=Of1ѥѴU{kS40Ug᧩[m7UGx. K~"ݩϓO@{b&$P$k,*tx=RMiFs_ɗi?]o_xuࠅgf׸ ŝwZঊp;*$dDSu8PdA)C @I -Hla> -`gޏ5&2'P.Hf00A`L f_@ -wsz@퐆}14؂!'dP ѹL˰Wes˾1-[FvE[荡4*2$l+&]fSd8JCGTM#n QuH׭9$d8MT'ф5,?0D;CIS^O4XTBX 6",4/H|\!@U|<n9 a~XP0mF A"T-wӮ;=j1_)5TKYğGY/:RvQu 6%ϲMHF F#jKWêQUBBML3Asz-MI}QIZba1qZxJJ;L9c|Ị9iy DY(444SWq97q+9BlRLHsDDgq3y''9SWڭVs;׮8vU4\fnn-:Vr -ю>Hdl.% ZA&γ &\#k;rҠyL u ,z~"J#'l: v+a2 &gX"X&A Apt(]V2@xH8pw -cbAP EGA8sܕW_9b"\e1E]Χm|D1崖֢rf˹-g7or ӼSi*Ov9̈́S^NziM**!C% -d5-q|nͿ%UUb% V`OIR̳$ YFUkXkʸ2jsI\ī1kȵjAYm:y&k% aڨ,Rx5i-ˀ7JDwQ1h&VB7/ UC[M kJǩU+/xG\+2HSd ;@}~e'c&*{jdߘ0g@B}Q=(sZBG\+Fx {3}\m ],cSkWJ$^up=%^`N]ݫޫ[af10%S;XM9kG;=_>RĄ D4Kh[ X,MȿBRZc=C -|mvc`-Sc`?10>f'+p G;=ˆ -#*簣EW8<(+LWUܴ5 -zիVݨ'>[b2ĒBX\;eA{22%ڳGJIc H{ !1g4텰j`;bp X9bgQ`C{Q]*&] -R\ %Z2 &1@pOX`w@B͇_m:)y0kGϷS;|PBUA -*.x/!E='>W7fDLco:hg\P LV'VuVCϬnū#˘uYe/Jg7h$y*Ws]T܉K,wUzdNem:=h;fAb?9m%!]ˣVjsLm ܋Z,W@>l mj-I$!I%Y(ѵY(ڊf4)4Tv-G4Q\ʙYj"hop>-ext;?"O/>I94'G<]_qh4m(Py)4ō(F6>ɏdW[=]z{!U -Eo@Vo>wM*[&lB~c6f~{E;に!k{ϑn ^{|5[j1k|bnŁkhIp${&yDw|lR] -u;[D|ȵZϭ֠/v<]]F#55Fv)$#F f/,ȲK+B/,2 IBb* bݬH, h-T BHl-D'Qٲƶ5 l{U69'7GS&ytf4 -$}&qyTtٟƒzDDzw>ҝt TM&5- Vb'AWʮgR=$NSJ־lFlk29^-_ms5{V'KH VBG pTeV"1P!Pڇ 5PJ3q.UbjC6P&jeo$QOOj蚱C\3:xb + -:A^B/ XkpYϦ_>´[)%jƶc 4QٴbiXlWTdً<9 ;r,Cg/ZK_HsvsSŶqXep6WCFh ݂CImĄ6-+4fVlU(mgZ*vk/Ͱ,/9zZIU{RFR&BA Km[;~W:umZ/-_yV#ZˌV 5U=vLzhm^eA˥7%`T툽)y"k8ՃKePyF7=.^m>7Ac>Ac>LFTQa rXdW\3T -w?:9WӄwMA)jPJjwEPJ)S!)bHmWAAUo;p4 -ӉMa$#mЦl*Q0R*FwUЪÁ%=jq#*^!rbԥ@lǸ1mfSճVny0P%X'XwՐ;bjp~nb9*i݁>iydqc\ ViŚ6UӒqYfx][vx3xۯ3xo6-ָ ,c3jY)ӂnJ -fޢwoGUAr^Sۃ9쩰yi^OK~T" -$X5Xښao23H[6-Krֿ3CL ˧5ujxGFB9V]~תU>qFݗc7TyNMEށR񷽫ˋ?'_s oA?u9h7?^^_L^ -<|UglBt{׀of|sBς -*7+ M!kVPgAOdRT3\Aԩi*㒑)-TnZ[[NB.ue P0ږ|7C\3 _XhCo㷑c -eQy$J֋D$)t:`DMN*CAEdB(h82VpтZ!j(T?&ݬR2A)w~l?Tfg ӍXxZMDЃL2ko$ -Xҕ@-E:EYThyyPC ,zV<:RS p)04!6V<2UIo{Ulxbf[(f$2/;Zh`B4ȳHBq]:Yԑ;D$,ȦFckMF+C2>S䉴[&%U U0p"EԤejPx鰑DCo32U T?N#[~T1*2QUש1 LxGG&yt, -gCmD<M$in&$EJe8Fj횉tADq:O$/~(dZOPLHڍ:Od⸴;=ƀc&eN$ -3ʼ$w7#г2PU|ט:.tQZ jm"*kQAi3.3Rib(YŇpa&!x̉MUl"mcEDf'2ɰUWq7$JD$ZUH׹)ӻ.9!D`nNQ`FRkuԛp&mĄ`2<:MT3X*".(2[-0gۀd &DvHmߐL:Cquw|i0#D͛(,a仈DlN h0ަƆ:@ܭ39[G~{"l2' -+ܵ}>^\ǥ<_5Z < }+n )="*;\M~b(5}B.5c swG~}fV7w7 F}cWQS-o_}wyğ6}])4#}uyՒ&'y]a>u N#T ~yF4ė->qzr~pOޣo}xF Ikz_~D GO޹g7wb =LǏGs҃d89ymxG,mf}\^_zC ~jqyb~ ;/./e t<<<no?y|zwt|}|IZ}IYP࿡cP6]rYl2-9ӋWH _ECLؐo;{g݄힣]ӌ6$b01vUL[;rݤ~MnpG/ߞc 9:~IKEo, l;<;.k_wxL% A.8}2$^l~\sf ӳf 'q"b68N>$'ӳs(7ٕ3s2|fNS?wH5C^\𐜑}Jn+}.,͂vv`K|v3ݵo;B{`];)w%d[..ggMt~;b\;yPA+6 x#Wl@`,Qbxv~pvt<_^\{a5x+ozO9k^u{nghf;w-0D>vm0[FǓb’!{ wy;=;cu^_.#gˣnࠡ{y2\l>x)Ct+/n0迻<v姏̘~꿣`g-_ zGxݾ)eO^w9}yj#~]-D1 ONNO Ϥ]=[j]C73̖iv/fxv1:lwe?_y>]Oڸ͛}Jpf3 s8n,a{=ۧN\t<9#Eٿ2Emh[N0h/-qNGz6ҳ,=lgOM7Y06󏲿{xl_y l3nxO͛N<7"Oܝ$awVӋӋiE/?`}ۥ0bx39Snޘ3e̙r7{)OM'+YO -~ÿ_'yEexm^O?/'&}?a6B-nRAh"q`{owX݊W^!ܑ;ʎwd9UvD=nzuz|y=e &ֳK,we;[ӝq 䵨5ɛ%q;irOnq;nbI eY9n!o1eC m94#[CcxG/-wbzyvz][e#N7mfwvwnJmK9zo x>ǜS4*S{߼y񐟟Y^`v %hD5O3AKˎcɶSw>.qI\-O6ӻ5KeV^yj˪PgCQnߩ-Oo"nk'Q@~Z0gg@&=.?>5F ;5vSQ)F;Uz[fe4jFm5j|}g*ˣb6訒룳.O;6G&:t<[{7X.?y9lە4lpGW{8uz^\>>[>N67[c1$;gpμ/+/7oKJ۴{wuy>>OoΎ$Tw9PIxY GS}O7Woo`e^@riRN˳ףq$嶨{QQCQD -`?*|[ӏQ} 0|۠ Q5Q5Q5B;2/P۠O;ɯWG ֪{SRMz2|3#+c6 -ߑ3v4Ř󶎌/Ȕ>ųxjS(|oώj Gǧ~gmw$]YMujW!"i ^,_S^r.^"g1gS../8jD'o^m y~|gnPٓwrǛwG&Ѩ>/_+kSy_n;8S n64_<=Pi?Oo6r?yn?gO"cퟒ*ne?«_TX[<7?>\^,QEw#?aZm!k(.=~^Gڰ v4n?OvVƋ6vǛDO}4#w[ݑKX;rG#:rtuz|1@_#fgg?eyvwn4sxGFsSl^:_;xJ6B\|"TD/L{VO'@1nc'#(jpF] bRǫW 2 ξO?3ˊշi -xӋNSzϴv4t9>/&ǓO?}3K26^ -o9wyOeeב~n. nܵIl[^^md[9 סf7ϗ&/fnROxgψgBbBFtut݀S$_=>ڶ3kwmKg<ζ`NeH& x7:鳽oD$ 7]^EP)_O/w ͏^y|~U=ك?QTrwo9SKfujaujp~n~ɷzrXMZt3 I=QLIDN@jt,*򪢏l*B.e> E83ӵRXĴnczf0fB*hTz"L&B - ^[׼:%v*A{@wNR-T&4H{5+;%v(GBۦfy?L5)vXT ?CbSw֦] :%NbƝ)6Mc0Mqv_Tn_؍\ptu(r;vG|sh$Ha+P5xEwЭZ1R DBsc05NUb83Φ93ZkR¯&5Axk33@FmL vGEL033)l-j7hL  TMU^G|۷0u-q376>Aҷ[Q1֓~*<7_D! '+C@S4( }O*JDPZC5̶UEUWfHb@b^U8rKˎ`ǀ#4N#'6  e(LR.;F$\3-oe1a6hb;uh& m>rxk\{pUE _fG3ԏ6t͢諙!^ QLaB(:FțaX`(Z+Z׼S̘"/A -[k8g:a'9yKϴN%eHQavRۻ;fsٯ[goLTAT?WSY?{saP A -HGg -﵊ -N9!H__\\V^]75B˳;h􄵐ހ -Ͽ0bl`{svL'8:iɸ7,ٮWEݑWnJF! VZŸtK'A<~E~)ŷaQn"U5[%7{&|׫%̈RRG 8VI`0M7S9oA90r2?e70sP/)uTf22 ࿨P@!9h4b%SFBƑx@ XP|3qdi46o:$MD/0 ?]MObe(jOXқ)\~$bQD@H~RٴTp*/\"I||Mx}ij.=VT Wn8=Óȟ@) J&b)#坖?E؊Bx1?cy;89[=Z#Q C%j0''(𿐟TVۿbZ/@66ij,xB4Oc9.BmP B~f$0Q' aQk œFt0Diδ9]neӅ946(v( -tzVb-M* t:3@n-gzXr< NM֘: tmi -ͽ&K)>2>S(b@ M6Ŧ ?-TBB#kXQu\? -gF -)kTXb -j~dP膠D.v){)oH=7G@*!vY;Mun^tFSK4M}i_T7|ƺ$D^77f@˚6ږ%חylvkn4m42vGQn4ۍh{f;U":ppLQ۫jz0m/7Mp +QЌDc'^g^IƋ0*C0j>~2ZlXtS{$IF{ݶJx/^#9x7x/VBEiIțF)oiR̛K"X)Ny͖tWcl)ۖ6Ge)Q%Qyy, Ϸ9irF{2'߱L^ek}β)+:יdO5yO){K8T:[.[}6J/O Cg +Ęh~jV@eprH; F\򭂐A#/`o{_H>R bNQmS2(`~$9i@i8 bi3]F]:fD邁ʜP LD i k^%$\C-_c -÷qwD,hx^p[9$r5VhY@R;\j'F3,ɟxJ}JGP6Hwu}Y-F~fHm_ 5v8휵&R&0)z R`ZXQݫ.տ ckZW+#i[0:mkMh%}E'*[ÂǼ6F5-,HRiqՂY|3"uPbTP ЗX(F$q]|QN*i] u)Mdi}tVJ{"}ߨo) yZÇ2z|gH3pQw$,f[&Vd)l`LS6Tr`૸(.pV@m㟛L@\iSZE 4?g% 68+K`ll |+ciz>Sp\9XZ /f "N -b;rI5q8(AHRp"'7ܕEP0 \f, DSHT2 mygP^1K3%{,=UMKT=F"ȸ\2(ɯ˳OO5p UDtV 9g0_X6.6 e]O]-PcN/My2-ڗ(mʠ&!YV;$Ш'Ƀ_@F?z-KQP֠͋^ |tY_ݖ@jCz4e!˖/^iK9\!u#yUdQGdGzD`hّdbɴ`I24@}5ȧ ۑlډ78}KT,΅m@/ƭbJ-HwD9*:f.ƴSkJ6Cќ"fta&*ޭ}ZG=A̛Ijqat/o|PQl <.<&+tybZ>֮}IƏ$eo%Jybf6raU~Jq.B)S%R9"c>tJ!H jR8,S9erXץ-0&'n0[4cn6ao3Q\dzf3hـ<oF1nT/:Ћ&  -V ׵)UB; \ʣݼeg%U,j6B -@.[՝)'k'JVޭ'M o,Wlt0T`(M\\zEW0= "ZsM:3PSEn*ۦ7c-.ӨfTpܜ+me37?8>RNcWM4@'%şFD|utkFVS#LF~J'ߑ2O/,ra::O!&bu-( /̅q,Ji2jT<+j Fh&>4# mzDxOcT#<dՁ)v{%H@D1i@ixZ8m?R t8<֩_Z<7oșK=lu)^ߖ˝qV%lQqj {6jF%{hXJujT5zŨ -ZOSI|SaHj:%+ˏ뱘\n*3fN ^u0nZmEŒ\t/H3V mfzE)nd(:7s FC71%m3i?Bߧ> w;`Ri·j J<4M\іSI;ˡ8`܊Y&6-\gzmagZ-N&5DZ+֠kH7A -EnҖt<ʁmk,k(u͔ 3F 15(Kc:EϒTai[9>DJ%  (">^Yìq 7A)gMU85Z[ n[!;fP'U豄.T MJi}(YtpM޳ZD25t}q_8||a99 - -macJ8fuܧK2!~ί<;>Ƹ)@%~o=}m9 2 -8{ߒh%EJJ5"EiFQcwкxh@ls|k@r8;P5zx@3IdAtD -5!DB):Ce:$r>J@њZL6|p.5ٛMϥ̅b -~ vuc,l'ۋ'>2p{6rKS9QP9m*{a,R#WUd@@gD1n|_8Nl-C;H#"'僢qKV/&r26RH VN֎xL-wK )tL1cF|*A՚CVG)5yuAGME/<1F &И19$",?|WY|S-06T9 Rn"l5AΈ$2$Fб`uMDt='N* &< C'c-G)}s9[@C(Z G@WhSV@,\zZn-ԸtzdX6 )*)@1}0XSC ɓ؂e胥#rdOƳG 9AҲ5sTȖ*ȭϢ;2EbR=p\6p_{Y E] JIvQ -""&߃;eWyKZ7=eU(z@ hjʠؘ\HjJx|"0Hl`HP$ma7=2(D: -Or).GemQ Ʈti0va J`H_} -25 ,0/:(`&jͻk;\/QYȸV p8#)43x$ x.*t$VEat*?.<ȀZ;ɒ$ 7hk( MS> -&x"P:r\Di:[@@^Jb/o+_;GwkUhj}7LNzb܇ - Z؂Ty^gpH5tҿijFz>5xз IŦRS.e鼼RZnsV[m5P@G4v9˚`ltv_vKĬQF^3ɀi|SSEA\/RiE+uw[Za>7C9T] 7 n !Ca.O}ІST),ZZL}%3uڠV3#)! .>dȩQ~0B?P2 - 0xșd(SDXj!eܪDX2F!PU5*']٨Ȋnq0l8ѳp[pT'!~(5:tOqcE&VGɳ#։U"eBuSisF12т h~nQ2>Gx\=1|k`_Udc2E&vO@Dkh8]xcEc4Ie֏uϡd4xC@S1GE& l)툢PT5>b`yS=P",F\h-R;Z%Ԟ(`x7R=!!Ǩ -!%Eاȷ t"B+4MO 8(\>(r M(Mܔ B?$in)Up T^`[+bFȊUˏw@[,^i_Kb0O̦?_4zX:w<~ VY{1.Oh|/(OH>z P\tk凣ۜIGGёtt$IGGёtt$IGGёtt$IGG-t$YCyZKc%PrDvi NX -3QBJon)Z[WdӪJ*b2i!22t/it=klSOo4B ARTSpȾ 4Qbׂș  5!fӁ-,Q*m) -.!<"ch<"~QaWUqThPt(ĢNŪUkʨ7BdRsHn[z%,V[l5Om@FM rv|&w_bZZ57qW̯ -A%\e +HnyjZڑ@NtmU w705$kgAG:r9+b51hF!f"ԌhCa_ɥ\V3M[|/`Ig\.`|RUuw&nC:4`3vD T3ůIDrMg2>aY&OH TTHh)ʡޚf jxxV~Gÿ+@PUOXAR.QxrPm >tfJ2f*07cm̉U'=c"WBP[н{v"X!-U7dM &k=ʋ"H;' t(4/ T C[4(4mtZng4Ov( -w90C8$`ZyUY5o[lnyahKi ٿxcHBpq\psCZ }jEC2-A.WRm|‚s^ Zo !s\B(~i:D`1|ltAqMGJ/2K@,d .ATKr\ݥr1eX Aُ02$7R% Ҁr -ǵi 1`-6 0.9D5:ruJ\+Lm':S6 -j+۵ -)^r#P\ 3tGTe^]nC,`s˥N\ mCߛض-*vI6J!7f>r-9uk|lnC:I$٤gNw[^N^ס K$ <6kmKhE,SVm۸ĠL L5CJ.!$[8v6sk^¸Kpkش=ckd\ -@)"rxj W\ޢ#9rAa6?L*0҂]hȅRT,b:v @k (P9F -84%?qݛ-8Cfkꅠ$m!BZݰhOxw&iQ&͍z:E8$h8/i}3{޲4ĩڝ苕8-wyT>+jКȤc@TI')һI.c ;HȂO(&K|( شߔqJK+͎S»JYR":Nś84sԪNk(|PW!bI),,b2䙆za68Ru 5dOd4/S|Mk|E ,6#L/ݭlD,LASFRa(@' CkT4UJr2("1DS[yLM6ouz:.+;|+\\R^ Jz ,zfW$NQa$I-F`ٜef*0#!6#1*Pv:u]s/&@M]Bܠ覨 a|BF1 9ƃ}TFwO# -SB*`Pq"Z-6f %GE9+; -YcA!"cbKչn>XEnm-b]1(Dѱ -,ւͭ0*GoD@ Fa,%暚ܚަN>٣lnph5F,D0y$x7\hwDȯgҳZ`XʧIh蹜+ ȓO*D ʱ@ؤjK ųhp -$"TrJHE!D_ -E12$q(xpJqx0j\$b\JĊhz2&!W@en8qkEs=Pf g,>n L&cCK{ǰ -k -}ۅ>IpՕB; Iq&1\G@ȉ×%VrsI+{ \&7 /Hlc& E> <к,95s!,hIAmM9gKxLVTQW- Y# 3.F?,8Ƹ5^Ԙ@4bF)y6=Bjˠ8.,*IJ GI_t/ ʜHu'ćtsl ^Iƪ>uSaQ`E -AcOm V& -tCKvɝ]۔T)SbzBG/P䂓|O˚up;\EOtI*= Gi`/0E84:T P-mV@n'|e^?G^ꇞҷ~rRAVDA 4]̓|r]dPFG#vGQG.!gȠ] -Yp,Ɂx,X=th9%6R0-2#f -@ә9"B 5 @. -2ND"4xLQ tGDQ `g}" u,tC2G%M pqÛbN7̑h ^( V8I%Y~q\z0Z7RLFGMJO FO#oꨎWwH|N ,^TĕR-6Q;l5/bt`jJł2Q-߰`Dٸs(jhA$z#=³t<!|Eé()6],AIj1 -EUUR%B[=0QfFg"$3/Q$wݛGdStdB9MZMhFˆbb)Q5 %_ُOl&h $x1` |-]m0} isqwsJL;P-'I|}sR5 7/R~LT|tEjQ?rl`O>v"ic4dC?#Ot Hd=/97<]npEj40§d*C:>-(}fl>x mnQ )f%@)0K+F=8^2'4m#(6n׽ P\)?)cJk<7jzl^۩,[Ø_wIH Rwt"$ʑ(⿶_7~?oQ,~nXiɵvLPA*,lq1 D#X'^ $h`cDM#>$7u{U"]1AC. |6Ri-n ;,ATAeuio,d 7V5q&roXLU΋<#2Y M,xK@TMxmoqr@5H,)HHs;ѯΚ9ݝVθvy zwI3@RIQ}úM.䉎@=KrπA;bc -C"ч xhAuh\8.IGɁzp4M1 zSIګ_Bΰ(pU 6k^ -M#tzg ')Г] D<{w@.0<\`g=B%Hag'x8N@ zrlB5 $3bFVpKQe$E'8b\!1([ߵaDKU%4rV YRTA,R&W*Ҵ>6Y*=0pGTS_LB̄ǟg4%*S$+ŵp!\Kq$UI'ơQ[q])8Рv<ԠűՈVcA*J!Ci -^&!x8'q|Ho _\h'qVH\_KA0D|W*by6iMq\ - I'V)'yNCᴹ_1+KIC'@l")GL1YLh]Qb)IH . yQ=P"8 -J]`$[Kͷ~MFVMM<[,j3YqT zUFi}~3j[S)N1$baT$*..&pw" P୏,kcn]m/.+87BH>4(<@Dc>f))GXCN;t~c; /)b'.6 *)1ub y} I`GOM#L%M'k8Ga#RcDNջ̊ryF_$ˉj n0i'GJ`)a;b0[ҝ~QvIߓ୪CaE~%t(Su%E,WG{wéQc'B7#X%&> Qغl̼$`ATˋ?ʚ}~t|jaϤdV> ZjA$JxψrtF5Xkn'3yC#(ǙKʿuY>2b;b9ƹw@*oJ8>'կTb)!VAE$h3(M)4Aj5bCIGc%euZڝز24=66E菺POض7i(Sq -ڶ xmB mM` 5mp.Cƹ56]Xf]tK n'I [j!zœbxWEOOD 棣qʜ7 -:^T&kvܙL{i +|< 4GP8OQ/[n <42'Ka%q EKHSG* 0.2*OVc1$ӑ X1/FK( BD xpdZe,{?nqYrêxI $RZΛ7ΐ+Õ&0se~!L,g$›ӣ'ny&pi/~mVE'ˍ`YwO%ꃤS^qQb!JRi9N?R&)荝 #,A6K1ϵ띁4 O 4&6 #:vәt{N=dNSlzu:vD@r$mQ7>q>%ТqM -z5j]Lqw w> څ8dԫM~N#=0G |OH$SqR#H˸ Vw-4iݻxуvD' ,E=^\qrAk֙[^s K08o0a9ۤ+HXy%w*0q'e+ Y@\ٞ0h^1ܙPQ֡|oOМ mBONԓ=E[Ê\< [J<![d gHK34Cf%n\"òwb$~$2%88E77dUGשLdl!ysR%zTјo!MN+X*J|n$4D(b;s~5i} -P)[o{/v=pڸ>}{&7;KՑ0f'T:߇ȏ{q{%{ܶZ75k~'>$?׋5wC Ei:GͅqNx3RO e:W>^X f#Db!S:2x4}\!:YT -l=ӿbA[o7 ¿7 ɴūR5=# 4z3L@5z ,4mzG|4{cy|LI97+!NCUQӥkW|>S|xdO"FN)*56' Z8&x )r!2>JP%:q/ep%-O洳8'U΢&٤eʎPf#@00\v՗o[\sU*b\/?iX tG(IԼ=TSsFE'P&Ɂh8H.͉@МQ"!3V}9 ez{MZ7Đ7hfG*\@8ڝ7;M\sO>­%bŠo,QoWG;qZcp!#K)qfAV>Zk>a+|0B?97ֆJ|,A"A%xˈ L`Q&(@z> -iM2+N)RVO6Rďse #Ñ; b\9F:Y1V35eV~yd]ȼZ;&(ܗ0 -xhj?Ɋ {b'(CR\2W$E+[@Z4\ 6Uڟ9Jx5' xz6\ &7E|.!0 -x ׳ <^TīGs4%pL-tYfW1O YX@Œœ`h` >UڧQYoK^.2x$((pQs6"o$V2՘!۳uF6[7dad)4E^U7=>ڔ@Yб -0תPGA Uh2!y#+2=Ay=Rʢ}>ncmz3NAfzCC:_%t''+aTo@!Ъd n?欏n>{17"KEi /PW7@#)Q)q"EM 7XAVv F@6?ɮ*E:%i 'fL&_)tA -vĪ0=`puq0XMYްZn&\/zvSGwCӟŰl2.%qx34 <EB;N_c0u;-fYjmAv]ϥlrZҟ9p\g/i=:{?{o7Kg/Ev@ZFc4>(Rݬ/1g㦐Jשּ]8VTQ NOmu럋[0ErD&Gy73~厔꨻+ڦmq~q)-=v^O֋8eTMwu_|aݲuf.5]VKliiU=0H-9xĩkNs(8DVHKdjgY~OVg^ ao&^[3ѴWA4awwc8¤OR5 "Ni8MG74+/8J}1ދh6FÍ#GP'FJGd&y6NMW0V+&:}3icX KTi+$`HIdXWB6"y\ '0~ˈ̂FRqgNv;HSwόFjAGqD>ipTsȂ1v MVgZotz82I&ڐQ̱[yMz,05h@GjMFCXQ5:"%2u2y3P>zYCRL`ѡUάiT@VȨza坘#D&WW(#=-]I,zJzy -E GZzL"#ӚZ竊l Z_U9;ǧiNOkiBN -MeΑxz;LhM8ɲzb;>5O,'.TDW!8.^ҏ7Xm7͠+2'C[^oAӄ?i:#p" 7'_$7CIC"<;\9d]7.ܡ38gC\'T)ԺOCW@Ne^m!]]ԉq*X-z 㩷6UR@`z/qk#TSL;^6-֯/o$wl PvrÙ -ፕb:oG,Ƿ+'ݺaVf ¬Y˒"nXϓ,I=8sfSul̕M i׮zI[ MSLD|x$:KH?pNG_EhXO## -g-1R79î15fN1Q3lYv"@Q*JKD ^OoP`JAZcW -r}=sQ~8,ZVhAgQU7Oj&L-{"%Þ%K-'8Fj/*YؐBH[rkU -:N@Byn -ufXo0|HψIO(VjѺck=g# Y]3`z𡦈Yΐ7#J)f@wHB&jhG;|%qiέ*?멙#ԧS @5m )%S7 Z?'Zt&Ih -;Fp]&%Rx(uIPuzV_ n-s5wj#tR5ml_"k5Mca̛]&/BK?.rx{[f%)rmbwQB>㏰ApS.sEr1ּ2Vꓩd\]rBCjki`\g&ݸ-~ǔmt:f2Gn=JdF`Ѽ_w'\& K"yoF!hx9A4ͥai/"C`K'`=|&W.7|3jF-ם b3=AmEe<0iN#dVj`:i -h]Cyce$E۷Ucl!-ooo~ԙ&@/Κj֍Z=Ȫgәaq+|SeGKt>*-hOGC7ļEP.WglqսqΣ}p&f-R iq+okIY-ixm xԏ-mX*_ -Mrl'Q5U"m6S$H|Fps0a66; &RvG VoO!98Tcţ30h6pdkg>th6VpjxbZCa/.Ozg*B.Rᢱ< mU0;Eiճ'yh>4&tf{4A  l$:>E^/lĺAwеHwl)ǥX*']Cm+ތ5j.Z=VZ~hfD.۴#ȶ\Z5E7k85m -n0qܠ5TSAʋ>3ƭęGVAKHEƀb 1rR }VysIOS㠜4dH+rb:GwCR"@`:Э3RsrWVٱyD+)T?عxVU_QVjz<:d4I!q⭓yh\mۂf)Cc9kv:BSLT;XdG~z=ɭobwH"m\k{OؾI3B0B30W.8i٪iOqDKٍe;3Q2`xo>nvwy$흏 rzt] NtpTNY/Ӥfu?aj#NG䄉y݊o,5:f?ʗ+Tsf>0 Uiݣ|ѿ?, g$sTCg7n[?N7L;SSXn;h?g@c`^g[>Kv޳i?pmt+wuKAS^>^ͯQȗ$?72ޚy@Yh&.67Cٳ[(ۺ.z{٬wN^ii*Vǝq+nEơYRӻ<3V?OMquwhfxro mjtr:_t? '+ӹB8}9z%wzaϸۃ-^-yn r5oZ~^?{E_a pxTc{_{<.Θ{:8(ǾnZ3|,׸L]3EJ=|xYJ -t&e΋\瓋6xW2^?ɜWO`F4}Q2txS" :nmOgƥ wcU/<a*>yPvzꍕ6`a{2PBkQRʼcBݷb$jLpeLD nvQ0殺P%ZT0!PjF} ~y}[\{7JH2ےTW8yi+(A*wf[ڕwth - ŔS#L/n1x`Bǯ ^,|`7a6~N[lop3w1zooϞ7\&2*sh6D'ϵx1-`۷ksm=h -#@(^u{%:Wu5L/Qkj -["LL4=jx| Mn'ķ[z&o7 -T65SX-nzO;d3vwxWro6 -9DSBcr _i,r,K:E|"b^Fhϼ/O/ Δ~(0<]fs$/7'eäi ΔQpzISUQ7/P%nG8ؽAPGm}Flq K/I }*'Ld2ZL%H$h(bX4ȫRPXd#ZɑUwRe閉aP;<2iݠr&+kqsD3ARBʖ,KO/ID~Qc -x\YDn~n w*_64k ҷ͝vA/\E r$<~#8f_ဴϯ3w2UMN/RΤÁU!xEr]hn/}sK7ėnC'}H//{Eq䬕oSa kHO?:aF J zv6NXQ;<~2uD𥿲/ceCT#H|V"| I=UrxE.`2l umfy&n틏U-4gtkUCُ+ l\&:U&mnTwl/,gK.‰Fm2(դ j}IlL>nZ)^!LNԢͫ-uX+О~t.OHmi%Bɮ6=5^]lG9Q&ϥt{ }JƀEKND9J͡7ۋ_Wh_*P슊"ގ<~|bQt>O8nU* E7eݗ sBl<388 9JN$%oqf{8MNgY=+<M)G:7CT7Se_đ g[^/2\㪼OeRnƼIf3}S;Sl%^_K -hQB -aEJe;R񗯇{yP&`D񹙾yT}pdz|I}vU9ƭ9E>_^}4˛jU|>˗_&|Q,7￲_.>KcHT1RMJ$=^߇ ¦]1~Wp!Xō$|/ #la"w[ nA|q^@UPoxIE9#5;Ϣ$Z1I;f Dm7})25SV -M᫧Ea=`> -IҪPqڦIՠ=+ė C1KToTy?Nї8<#TOš(]UA\9X/29\g@/v"{cyji9He{ћNWpLŶ9"ӫ p+5TjX_-IRY e\㞑& ɫ^*_UDj'B&)؅(l4L{[o_"vN1<@#f#{ط^1UY!J`R#e4Xg}gOhF^C4B&YL;R Gnru+lњX|rI6F* ed!>z;T_i<~NU]-ɫZ9b8pAiN}GYh^3Ht BN^ ,m$+ڏ5а{ޚ|Y cf!|N2D1&]sG^VCwIn-rGhT?j$|mU+6ElL$$ұT\lZ@dyisD l3s~Rҏ{bnvX_,]ȽI7S0etwXhrD4hzk%-}##$?2d:#8=Z;>:/~sB4#ӷ"~k[Q/wcs^ dh_.C5vpN ?FP(f-l,$)lS9N6B3.ogSN)ӓ~}=:/_q;w (DjqL}Gb^ s;Ϯ\P4B.Fg6)4ʨFE:2YїLݜǁƀϛ|΄oַSJ ]k>_䋢3& I3۪Sjt֛vF=!uP[;X;no26Y_w{BIs> ^u肀G*|a{=rdN0Hm<*{UK猈51+ ªW bl9{1u¼` s)j*Wɉ<Bt86a_Rx>ΛIp6==5:o܌ Bd1̲$X6/+9Hh[P(ypZ>7k\-oD5meGxPvTgƠޑ28-C8A-ĄC>d%eey>NJ&%TYSܹ3I^D"'Iwr -{`Vt]4o'{{!>hdlyD醌6@:C+w&٠;@(u-4ǝC. F&t#㼭H.fjܺf.A&pfLW:Z3Ux.RS»r:)3h?bAKRJi5,w}ff9_蠻 ?/?/p;ޓK'Tl>'傗섙iA<'i -aoTUȍLxtv>IMhqOTx_+gv7.CY-K*h06LI >bl,C$Y0/&ڤ -d|ңI&v?R}}4~>}4Ŀ$v^Aŵ_6*xXAIo>/0l{fklO#&ځ}|P6c>+Ea׊/W1*fOrqpb~VEuۤ_kLA pQ(ގf4h}GѠЀJ*+z4迎<~ݰf1h tЗ÷+ݠx2ly#}2t%I/b>J~Gc5*tfzYd͗~а;_C3{_A*m<(u(kWZ޶w20(HJaQ_ 7A!J}O 4{O)z@ -QDZinj 5 zHDt0`u-|Gd/k yϕZbmfr :LJҔ/M0̶%eA$Ǫ\lj;u??Ӥ#:B{f)M1V ty=q:#Nh&'CLBnW]s޿u>bS63xB @bs -CUF!,–+'t7k7BgJO_n!ow$<, y ,&:6XZ4vc㺍ߍX @yncu*_ -2M&RDsG|:|*=tikn&d#b7SJ'mD!*l7#ժ覸d/Qn. -w:w| xD[lSxNe}c,`(k.=2Ș:Yv%m]hOv/5CK -Z ((UpLPm > Twu~)O) LK3;(5&VLS:f4k$dܒVɉ9uKd)3"f:$io `Rv+=o*i N -㵜Ťί؉t)Y ta] -N2f~[b+]=:Py:2wRJmgJeEthM4kJ6?õ|25dL*raܯmP><~;LdhF0 ˘(8m:xx@LD/[.c'! Q!dKHy4ؠ-p0$ YPop LP4>W>L]#Ɉ,ty}[:gU_Gpwt>N ~;n yt̀}#k=T7B돸l]B8BbgK8֛d1d--$co;dҶ<~Kw.Oq2p3-[^~/fyVQ(N&ܽ_#'[Xk6+LVA+JgzQޘ(: -=8ыΰ%X|ۭ}!~xoIBe2,`esX)N|O LoA (bi͔Yɲ::FćvdjKB ԙZrh>Q76o;*N0κ3򼸰Bgϑ&áY3sGHN T"D[|Oĭ8LsC8ńB>E'p3Ъ9즺 09~| ]芉}g Oa(D?7PI7hhn-E,,$LkYv +[vfI&yKьإW@Ю)mqKdkU?S4 -^q?6Al=Nh7NV_dY]$/Dll X#yғ%:*{S\Y2;agƅ6,sj0؉x.BmyGxc-nVxh=/ߛ!)б+K֞XQօ|o l򽴧O_ -/\5iq1g~ެ[B~칡=/Q/|%ĺQ%ܑԫ z) ÒmD,]8X,tuv~bt^ٶ*Z-\kPQWTDobTޝlJ:b+ipE l)OўlŘ]=OY=\1Y-t\Ie1~>QݫItfq-o(<%!.8F$N8Zn ._IH&qs%_M }1t ٠Jtl }-t Tt -Y.>N\:>"Zpm-d 8N-],CgAG1ttCqH*j4qSW-YGi)9XzΎ.s|* 8NI'Sr{7[gzǗכĕ,$Vf`0W7:ò[&f9r Łs;%G˕ݔZC\Қv PM]x.Aܚ-*/ -Uunqhkj3TYiINn -XLedn5u6i]hMr|tGEJ16zJg;.eԡ K6$ Hg&A^7Vh.(01>Q#o6ĉEX)e]cM1|V`Z,?gx&ւi:/9v1vRulHA2stf@)bf.91dn:d#ZG2vr'lFH,bsYQ kNB?ol`]({eʞ%buaE P:L"kNۅ-C [ʭc~, ;CoV<.]rV#w&W@~j rUP,GּSѵr6T:"j"y+|?3!;Ӽc9fjiPnQ`N E<23EfJpb6pb"Oj.NKFLxi sL6,8¸ ؉no1Ƞ6sD .o 4}DCƺ0xcmqeқ7v#{,e cfEB\ݲU6I-ίU˜9suT<#[&x8;[]+t-D }"]I7 zB*.K<^N7q$^v -" > Zxw[_/ӍB1YZƚheueVƞY+d{iF_t \E6`܏㠽~?>8G VN lMژ1te16ڰ l!$"^[H"uZ_kX \Gޮ""k5*"R!^lTeЏ4*>[ۤz1[]TpHJt(\x, -g zUpT޹R[H;<ѪCl7,>R? /IxÑ]SW:#<:Enol܃dLnaƐdi4+켈+,,9Y?'t8#<~Aj\l/%A_ȅ}:4nY;h:3=Xsh:Y(&({ܙAyb,h:3Yy4X(+[*Ch:[ŕEәӘܽ.MS9fdh:3;*劢cFVM" -bDuA#Y43R03ͱh:X:mŜUDә>/+]m4sMUD-l h:Q6+3#B&1VKFәIDәuh:KT22,|fdh:X:+x40lEәҙGr-Mg )PZ^Gܸ~͗ɺ*Ltzuvչ.iښt-!&QpcԳvRS'FO{Ii/昒62MjvSRk.( ,.)FtHOtQ|#5r(lnf3e,tH̚^lZ$w_Ι'bl#s;WK8 --]ne EBw*Ǿhtl꾧tџ+ -!?ko(ԕko(ԙ;n{fLVUŐ\.zvU9^D!Rع$&VE-]VNBgK2ytٺ!fje ʚ9m>xϺJ\$2Ex@%| -d\诈8摏Kb/v^s,ūU+~Z^[2,x @9- V3Wjk-O$;W,_M; -*܉86歔X$A[y.;ͯ aZ8W=[Z0lUَſ4AxgWA_kwTvs6Ui-Axɺ0X9opm9Q#a z6.p-~S# MKǞ2(]zrPxwa1( goVax668AKʠ@4 zeWGrPt* vW7}XK,7ޏjQv[Ro;=vӂ&њYЩP-JF}KIřj򖎓sfH+)9 Y$ie^)ik -[O*7OxEL/6'KVISKMm.,Iy"(YéUT|U6Qi6Iwn}&Vk+ ͔DsMx3yi 2jX5SS%PG]`_ -KdG\a\G#y)̟,&1oos`7]0Ka.˲U!\6 +Ebg>u1b]̺02p=ۄ]!`٤WhHNkUa ح<"kmwYĒ:,i<ʔ,_Z%;۱4Һ6H( }N5oL̷Urq C9:י,1X9xXlo.X}.]" -ЭtJ[$ -Pu*mcY5t?C Q:ս؜Q&4M=kU7 - ft*]@y(@7U &1jѢ|Td(iDʋXVXh,WOu*`Q>M+fR+*ރnd]o 3X`Rg'U1[En(~sEr37ԂuLPں~V!k?Y`XoPr]?{cSn(u+WRg񯦮Hy+T3/v1g]?;Ws3uD|up1\A]? -y]PU4qKܾ9;\F.P,~KEB-,[{p/YO -G4@=>rr-PϤY 6ua6 SYNJ8k-Χj3[0fLJưK{f4g֦]{{]"&5#0QlX#>HD6qѡ5عe]$:%*%-{ս>lUOvM8K|LծN;p|_qzn6<: -HeOZyp] ŷT1{cm^ox=pIx!Bm4^I -1T^Sk$ԓLrǏ<>Z+m[C`c07ckZIz,f{j1&ї)j~jChC>b[U[UKCdMRY|sCQ4sϥ;,ZKǦ{ؤ[Lw/ - Ի{ʔ9_s%uKgPPn7 V&P _&jA~5'*6 7PX"%EA6z{a1V,0Im -Y1P>:[~JQ>(OѻN=F!'}U.|dGx'"Gm ,HưK*kuȖJK)_v(x1F}UHڇEz[>6g0SZFT0 t.>G8Apd QkHcDT{FyC"X}oscu]+*%]T|+S /ݣE{ '/SR1%G}ѺhiWkL.b}]GLS"F4#Em\DdoQtrD=Ғ k0#Vj qkW?ϻmz4ZՋ/Z| >0o_~q->Ow<'w{ϳzR#e6ɂ<(EA"L_(D:-bvHоB~$7q;xDNoj6:R(@FEѽehnjw8۟wK>Hl 0/<ށ/2|p yMb%XD9 mC #'HWDl@2/it `?C8u%r+{2ql3ϳXn%֞N4uc.v^]Q# Ub*+}ukpٯeNL|}Wm'Ű{]t?b\qxO)LEƑ$"Co쿼dd\vPN߸bxfWgo?iⰯs?@n??Q(~/u_줰îSO.^?bn-oߣr7ޏ`y_:Fɗޤ|^-i[O~z`݇7|W\~_|n@oG/c6۟|}^a|o\ϟ|G?#?޸of̠>fm=} P?/ZW~(+G>Ahߨ@US}kcϛ|neUkx$kto|7q7_7Ubϻoo`sag(a^Ӛ~_|n~-?gY \ $txc)K٤s߽~g>z|O>~v}뿿/ο^9~t}s2K=n*{{9`7_}cxn_ja7ޗ_s>y<' M{Ey_?~˟?9Ĕ?:{gw?}?ӟ__ 'kƿwIHS/Q'Og{Q_Ўy[7\ꇫ~`Od \7 /LWwӭϩYUUn L >~ݚxH595_rWߘu595e}}n}NM8xzݚ[^[sSSkrksj֩5595hݚ+-䵹5-V`|n}Y> --W?zG?>1<Ո?8ϻ*§%U`g_^σ5fv*Q;3yNv$^_.W؏s>^:!}ttq.@~r.Wx7m _ G F۽~@# -ou/ٛ3?X7Wm󂽽;}@BCV's Am槯 m}a^_'KG/0(K'GxCq -8XZA#qQ^v\x -R_^j{;ȴ}wg0b"~^uȬ}GB )-V_~ɇk=gUɟosɏ e.P:M.îWJ;X?5ؿi2f -;w߻S@t}vF}T;_꺿> ǾmbʣN?Ԇ?iPr3>:Xaw)O~hóoՌIxU_}isW}Wf䃭8ІB5kWo{'Iս:jc&UL{UmXW?O'~>0_\mᳫM>ˏ*jD48:4x][B/ C/ xgaW&?=x~muAF_kcdj?< ͝`,2C -Hx3+řyؕîDۜ]:tgaW&"]b!9ՙyؕyؕI6ӝ·gakrfE(;3>go˟=Z)|r>~)_~x~vf9g]6sSeD^~u\/<{ѣ<~߯,{Oܜ/>?'^kOWG?Z?Zw-@٣現j|yf?o>U%V7?+ŗշ?>G%o֜lο~wYE -KSoc>|K˗ofiH6%.v -zTSܗᬜXᝡW&Acqvj-Bv>>) H!*N`Ccx:"Vdmq PZJ!J - PjU[ 'הH\m[qréàH)ir ؔHgr#9SiöASH))ۦVD8yɵ8lmACiNζܖVD"8T@kq:ؚC86+48Z|ǝkjE$H`k4q\H))q܅VD81ZN - N#5 K8RS+" Fr-N[ז޶q\\4+ 4"ѡ\<؜CH6+ 4<~HY{߆rofIx3ں"SɌj,}lM$x-B*\a$W#fYS}}ʮCj<6+ {}V^f Wifyހ*Dž}P7١o%6o]>k44H3֬C}P7١o%C6o>k44H3+֬C}P7١o%C6o]ߣuR; --z^k>tзl﷮xi44H4Kk>>G}V2m=kzO}94>V_p;^ iǨ"cY)gfހz{="EK*H -(r5R'Z*ga=6{Dihz5b'ZV{8ͭ0`'\5 'jNf -zflYZ449cinހ=a1M8iND >a8-,0`'J;-̜^ىV|L14Vol1c;>4Ü^ى|L14Xol-0 ]&bӫ1;њO)<V mfӄSvsz5f'Z 3ia^Y`'J;'.鵘nV}U߻9Ns63#LN՘h'Ns 6 iI6}4n}L14bol}0S{n^;}4n~LqZX7`OݷWln+?}Nsk6A˃{0;O)< mfjԾ -u{5f,YPA=6h'NKj6X 3j_޳_ىL1ഴnl0SA=C6hglCǺ Lڗ ep1x 8)k/ ewTmNg,zr磛ƙF[Sh$'3*ttZ%N5zR@(xFH#RB Dx"W#uRH(|XWh`A2^؉l?9NKj6X 3ui9-cii^?a1M8MnND?apZZWcOwLNyӫ1;O)<4N{۫1`'J;'@9-cii^?b~ăiɇ9-cii^?a1M8m 7NH--P(]AMm׃ړm68ܨ;lR H-lP(^F${P{6y5Ȁ .Ԏ==ig|Bd@jaހ@i -jjԞ4i1vD4RK 6JWPS;JNj)WAPڥbV;m Nvs/Y0S5׺vy/!8g&ʫhϝ%(@sSV{D"@T@:C-BhizE^ƒihz=f'z\˗Z7CqLR>!pF_FM#o@mQ]&&7ףv{}5F-ucӜ^ډoeRK{ҵiK -3ףv;~  |j=y )zN~/Z7C}LR1!p_FM#o@mQK]&Q;CBji_چҵiDhz5j'KiD6 j D&Q;C Fja߀z1MH]ff"R {5j~ԧm3j -FM˽ڮ' flplR H-lP[! ԂڙcjOD73j |j=ڙcjOD3j |j=ڙcjODݶ#o@mQS;vAIC8!p`Bd@Jyz[̣ڱG'Wv ΂-!aFM#Gm +еhz=j'zbCQH-mQ!aF-)nNGDA3j -=6ըmFQ+]FWv=„Fd@ji_A "LR!&aFM#Gm еҫ]ff"RKz6xBLQSt>m NMQShףCuŒڮ' flp}lR H-mQ!BaB${P{6'zbQQH-mQ!JaFM؃ړq68CŒFji_A -3jjԞ4omGj |=j<_+̨{P{P6'zbWR^^~%j<_,&ocjO4Aj7 y [xZy]Mja Cۨ"ʫhϝ&(@ Sz{R\ \Չn&,B{l!Hzaƒihz=f'zR_ZףCÌe4=0̨i6m~0JrMGDAw 3j |=j<_2̨%yQ;C-ÌBj |=j<_3̨\FQ;C=ÄȀ /&D&|Q;CMÌFji_AW 3jk%zN~0ZףCeÌZRZݜ^ډofR{lQpV1HqMF[5Ȁ /&D&Q;CÌFji_AW3jkWP'<)D6m~06^G}6xHGm k5]jO̶(ZףCÄHP;m N~0ZףCÌڱ' qlp 5 /fԎ==iHg=>,vێz6xR~QS;l N~0!2 J6xRMj՞4Ig @^jgN{JHd6*Ȳʆ;sRP( Xv 1AA$D<B!okk &.! 4"R 6xJQs]ףvQS H-lP!(*bF-v2^iFM!2 o@mˈ2Osz=jy5Fji߀A3jk%zNj |j<_HL0MH0ףvQS H-lP!(JbF-t2^iFM!2 o@mK29<BD#Gm!(ZbFt2^F! 4"R 6xJafNG4Z7CPČZZ.mF!`"R 6xJQSt>m 7NH-mP!(zbFMm׃ړm68ܨ;=lR H-lP!(bB${P{6y5Ȁ ү(fԎ==ig<Bd@ja߀A3jjԞ4i1vD4RK6xJQS;l Nj)WCPElV;m \~x_חq=z9?{[y.:{?~_~曛G>?|<ߟ>y_u'~J U^~ɾ/<="[w@>xZ͙٥h\ݔʔ=fWL=gs%{?*?ڳ:? ]]vS8B< -Cr̜\})eV61 r~u6mE՘GdMS7-t sδv*Ny7Q!t^E?N_<G_|# }H`cѿ֔PG;j0DRtwûi#J O*3>GjbLH NM؎w}sh'[)F~' -UܼuIƋwoyutUX+v'K%'$ź/zu6p 쥖 R&aMmZj.y̓_]8 -S2+ -J~ʢ.U-irG6^h? -N)yͫNn ҉1hG^պ)`5PJ+-ݕsqEp'qb Wg]}^+;wO:D8GB\&)śOQӂH͓_"|zꁁi.hK]e.w ]\х`>]a !.u!LtrPy ]i.ԅhy]4GR^[,KvsTlG}A{Ӈ=2t @P}PzBwt#9_?E܎\q~;6kG.h+^G{>X߸G;Gq>j裝XQ{Rۧ-Wǯ6Q,Mtl&(\_e ˵QD'a.J]_~XcPiq`fzolv ?9) Hm{ޟ#^WTE *'U:3Ti}u{FҲM"(0})t`8q j:2NLZ Zke --$6ݞ<ܭ=Ϯ>z3ݷ˃ygLR#L]+ȰTu_Q3.esFR:^2y e^K79`W'd+p㣝T?]5B7&A1>!_u 6i}R}t9mǴOI]. 13sdnb+ӺhWˁA2~`ԟi͇7WB7|pA}ܤ S$4iNsӜ>J}mE]GC o>`"WcP_Y\+kh|U OEHT$(Ƈ/ukT SnbTF6d>U}L)PԚ٩5Q4ʴ)QA88e*zROݺU̵O3POWQ9}"& *"*GVWD'W%;6n]I}KT#\0t%*bzj1+4 sTT:FSb7`JYL c2T21R)sǨJcksIP,Z:e;F2%Z!mU4)~ߚn%/|!CU>~զRN&Br+#<Ԡ, s>klw۟vN\.+ v6z_8CҬk~ zر }ؓ'7_c&I4$NՌ fPjXI *v!s;k']ϺIP,桒(ͅQLY&Ւ샧g|dV/~b\3]+K$ _\?~\o VLSk]Z.itbWzteN+]<;WdEMOsӹa\2{t̰0gQ;|:LFx77^~ы룏٨MZ :t3vNs3NSӯe|b D5Jc̴)aNsS^ -0Q6z{C!MqN:3l'[QLN2l'm$ I] I I,m};ٿkӷ$Ӥ&m-=z݀mSI - hSZИ49MiAS>stream -^@I.b5&ȕ2͂2rXT/h*44I :2XJNRvoZfyA2:Nj3OvAڪYf3R 5p̄= =m7TG<{^YN5XSnHFXxYZUTqSlXdhĹX1J (J# ZP-ބ*J1KXU~wG H/߂A}տ}/=z?ZJ e_UmZ2LWu\?x:rnLB!p é;PP&RY}QGJ2cb'R$1dI2kI/\;Nv+:ՎŦio}U NU:>uSq1Nag@VyЁ[,m} c25XQE2;Qz[%bZ .MBr;B\VLu礊kkjP7;..dۧϮ?^uJ?}vAS< agFA#Ygr3݊G3L^[uъc i$|ffQ?^uFQ篱kXοƍqU 0c{yeeX|&h{V]4(,h2V4{3.N5Bs1f_fW?J"]1jiO %A2"[ڞ0HGc8V[.$t4J8 c]߿kO{ɣyP3oLDǥ!u8MuݔMa[? (iS_ lC͜[FJKG\& N/D{US$p;% PUݭ.` 0ءH`g%7iŧ/Yky˱/ny~^]PDR%ҔgCZ!I&$~dd0i |SQS~j2s)d(_Tf딐f˹FMvk?DF2My"ٴ"V$Lt8>\^8oWzl6&ӑG(QÅ@ղ=<(1FvHb0tI{jM5%j[{Gb٤5Spܞ("V>뤢CB8(@%e]I+ysH{v# -zЂzu]Džb(ZuiEJls:)#TS9éMb;!π(`\6~,}ɮ#_4) 5Me ~wxr&vMeQ?FBɨj*=*e }hg 4}s(=yzx5͙.;˓& et4FĝZ TУɟ=ik|(n*41JzIIOM?3KOBUU)iA*(ϾFִm2wG8$"VRQ.i2@Q¸+|%CzU﮿<$=ԴP4-,94Ő'W -z@d3E3j̫'ni &CGִ FH4MU^EƺCJ@b,ۣi-ͲB{4cVe-fZ4;Ope49o>^S ^mLS8B [ S!^a*<'qYY#[Y -IĉW;[8o V0b[/vJ[-t~ik57Z .6Q]پ뒼<xoSE (ox 蓿ռ$D)G%V (V;5d=Li.||7oqO?ǁmxTCHtDWE-3[āJb 3$ѵ"7BS0i3M#gҠ JYt%YbH4m7OvL֊SB,Ah켠'UF^놳7OqGVH / -%pbX; Z!kb#BWZNBL׏>ssf'Y1v1ä{8FI&$Q֙Wg*Hui:&Z. uKuܭ'Y!qgp+U^W(Aeezp 0/2( 7 ^Jz<` `.҇MеEmCVWU0C5pل8xKSi?*+,as3Ap=AuEq[FH?Ls t]@ - ;s 'J$slAHG #}j“Gxl4̷0N}UGvL{{>9zl+XOKWX.Qo%֥<è1y(v{xVOFq*rN2UpJ 9 -mk.S| *"sP}jc-X)Zb%Q%?LAf>l"%?'Iu /eA~E9ϖ&U9N(k(ȷ~{CJ|&zzt5U0by*Q>oN(s.̓)œLhf= ,r ]9!."j'Vyp[<-AETCJXX;Տ-|y^S!,JOrgSLT+Qo/+PM1\]90cL퐋mLj#bRl b+Bl{=6e*G<߾vS CxOlpQc EW{L̹P{1xaG1Dtq[udQ~D%eGy] -{=&a1o2_xzJ) G&yG4J^YT%*IBb8* EV+jYlAmcD4`SQ4)X?n7G]?{?LGH@|Gȩyi6%K FդBhraA=5Iﴚw2{j9הTM8qqAσ0;hً{_ރz)@!Qx9 -agN^\&cn4;^CA`3F"52#(/"Dc\P^Jh"ZRqMQ(#JkRD.Bmm '4uHMe`\#G{)]jS_sꑁ҂74K0)rq92(LoҌy4iw\Ўx1~gߏ0k`%nLІiNs4`#G>ȹ`)~ e|@0筞&(jp"͸qGY -JIӢeYb(Q>^-6τW{pnNs?^g{׍7ߴ#uJ5ݴUL@SQ[M] fB^4걎;ױW0:)Ʒm+U/T@}Ru>io*4OXQֺo|ub,":efsdߜ2'@H*tyd˨]FMs; 盗U&7 -22g"T$r`UI8Ӈa>tb?~$]aQoģR+w@, 8qN HWVs;S4c2 GDC=$H1rTf-hOX SܼXgӯMh9r);q>;́oQM;SR &^y>`BN4 #.,B4.,Lx,y6dф~נ𫣏͎z!GGa9DGW5xc["#šͶF(yɞ&VH})HUkId:@B(ɋzyK#b1)C8tY6[j@ĀHѺy?"B8Ai}% N'Bd1h -!0'@cSΤrűA>5f+7&QrO2'3ÌcUGDB^7!5EĚ|=\^!M+bW'Y H"WEKR1LL|j%Q 4Ӗ+I5(A#oYo$SAM!R_!F!LI3La|_3;0s/ct-SaZLWgVDGIIfCw~~ۙHW=$p30N ^6q -͊B. twkI pMVǵw&_#G.9vj@*ۆa /Ļ%lLI<.ܩy(>#fTro*NNM8˛-@>NO/;jNu&GỳQ}(6Ӳx/!r#y[#]tL󺚖h}}6F4y IU i(w@A=nenem4zB؎JmWص@WP<¯&_~qEiiDxx o4\ -#5"(@cUՁP]]WAɏW{LmυOީXi wb$umǟTpo H!1ka*6@Kht\c14l\L9qũ 5b 6p>TXvq^]G͌L7iĤ=W_ļU|="]aܬܢ+!a -Vjx9p];AΎA7gܷ&2$댼RVDljTN=dxR_~.0߂4P_(7G#xagG&J2bX,eo(E4KҜhN,3nݡs]QMf@W{Vζ|.d'»^/ ` -|h!qp@xEi4Kǜ70{9Jho|u6pNt-y+y^AHO40Y;*NTgղ4("un,G*`R(!Ȁ9]ǭ -6nji,jR81rUiRPE!`Hf z3PJbFg\mrԬ+ǂg(38hEKY'#8w[C~%k ,%3&`'W*w}qel[dfܝ`A7O^ +=S8Lc^t a#%ܪ\a铘NEf[uJ`6N8&ic\qpyw/PX^93LuF$$~d٪А[b8M 4:L ðQ/b={rS\}59˩ eDMA-b(چʊ,g*L T,͸K\=& -)f1SLhk&,Hy_NW6Ƃ7pt`84bIr"^^A7f-EU* mKYVbhAdڙ Ow@PD="dǴ-iɃpW  S4 uI 3Aw7Iz؀ -m3%RYlݎL$Yh`\#S8}} -_lkxe4MxqdRA-JBip|jJ9p#^e6hrpsw`Gy/rnp(OUEgpHZ:{g -<~vu8_ %rЅ$12d|S1aOWgs"nW}3ʻ.f*B[{ aHvv# c`+o2>b1eEdp?AY6V VJE7R<L v!HL[2\<+Y F{l`ӥpj2fUԟS[RYw \WWN9HK\`%\ڂ[`6AdV"bqd3Zmo/%5K]RWLiS>`(nxnx Ϩ#bQƩĎ/mPsKg0e! hoae׎f iu4#{cdbڨkKE"V - TȤ[AbdnwpE31/%GV΃).iu~WW - Z)׭eRbuR`wFn4QNvq`Fȵa`u /.PUY{cr6j tMU&_KU`EϿ᫏gauˤbK %.9,t# MB|V?r;%o!RPZ;\o5ӭδ LBKR{kn.S5FhZȥ/[¨){ꍮ\iM)77ϯ]y;8zX-Ǿ tX>Rv4){_r ݰfg;i?f)Aۤ* :26ѴdwN0YL&4;58+yD{J2ճ ZA -Um?7WSiCC4A|Lēh#q2@j䇧aIBZN -oݼ82.'5b-(&UrQQ{Y cTUSKF@ -M*lfa4V7K%j%!RvW]4=[<. -7gnenVne[i@7 r^Tf6g$(ƍn4¶+vHE’pi7p -7;6(oNɛW[h&`~7-+yJޜ1Mϳx_eHGWdiASmPz:BȦ-Bv>G#ۑBqpL\ab(uSF_\OLl7YA) Ms/ R@]%g!kvMM2Cnw*P 4@@{nv8m|hۮ Kf^P}#w.;J?A> T—O/ [}Ksp:"9e -9`.o [4C_X-$`/|6ǝ۳Wԧnӎҩ11c~E +!h.֯uYۚ+mpn跎Ys`x 9˲ G#fb CUG`-"MĿdex_ˁ` \0yM(I+sP.Ĥᇥ 7&Te80Zzeãr((,0ʗ,W)e*6z#[aQpa!HRFV?ApRX@I bc|^#g -Bq \.HH(',^n*RZeG;:4Ox 'B=^,PߜڕC`n9 -LWeA};㗔P&zk'>q -v\#q>av %2O5K}bH&)nN"4c`ˍ~qbL( -_l,5:" 쥄5Zf0 )xxڀ ɨ] ˇxڵd$R|$钃p)GMg%>&Ƿ ODLn8pAqʤ{|2 Oï.`%@$PR#Lk[do655VٲH j8RWNei6ՃS2G?&h -˄-?yJ3OoA9ܭtuB -&uWdkTewQ0=哣Pj74ߨ,UYkWH7U!qG禗5 -]LL -ReME킦lѯt_Y͑+: ;VGϮn{ "; --$] j mȣz!!ҽ[*5C*kԩй&AlԸJMZ^UiZdUK_&9VMf0=MMukDS.ejʬfR]YYFĕQ/2K͐fZol{MRҘº8ʲSmҘ+'Em;r@x0uixsq)^aEIXBl3dL_JKI<$IR5I2f$,f&K?,Tvƽ]Lhb9kL5N+`io*I[B̻-87׍*Oү8V@u)ehʿj5%Q|"< XY a.s[tMhxU3o~kԠ>I꥔.:=+wJ8hJQVV88K05G|׏{kϰk1[GmT|$WOK=4*e'Tr-$H9{4TTke5G)1dövÔT6 knrtU%[$~kb`:}{g?yK4,\<ˌ:ńdrQDU8o '{,$jt(ާ4s{uH'/Wp78.ʣA.Vg=4 X7Ďx+&f`ͫ2ع=ø!ڀF@Lm)^mbm,'+ 冟>>z36NExk sS=SObr䵐^3&wg}GlO.0|-L86u^Wp_+I*ߜ2 xbeb']p.!l/ΨAB-_>~)S -_"ˀW K2I8FΘr>$b| cB{Ln7x̴Tt8zNâr] 7!pj(G! Ԯn?뺢mo= HhiB<\mGȕtM!e_UŲmpLYhݾlù-g=6tU{\r_Cϥz|tmb婾@unH_s~ 1 -'ֵE~cm >K49KgRi4U'74[En^g4GΜ،Fb=t|& C -btXIn({r7[oJ4>˛o<;n 4뎤3B.Ϻq-~ȴ uu\p4KO*[ Z;\ M2 2zMb/P -ŝ o8X%Kbl8y{ۍ|!ԐEp&, $'N{p8/'}Yy`NNc%ISR֗"I$\4>ď\ƃ̢>m|)e(E?Nsߍoǣ}H{8Ǟ7A\(6S)m :Ƣ: > Fւ}\??<Շ=߷PUq7% @,䅩 \~4a4 { 3k1Pa L~%]hyť6!Kv@/0n JT,H;"a`ڎ};}ҷD84p& 'M%-BK[,[koA[HLE)X1+zfߤE)r+ NCXPZr= B,GY0_'#)<:煡[Xy덀k18UEx"i= ;(R #6nQ4tp kY438 3Kݠq2 Ec`yz) YbOrNSzPriDT ?vM[CM^Ȅ6rTy+`߹^M}!q~:3>nt9(ρ9eBHu]G  ]JE|. @+yFF8LE9t߿s{E Pu4ix|@G܅|yQ1v ׭)崗w* x>6Z`i2)3Sc0zE].kĽq3ɋapJUw軋X߿}4Gg jH45qxo(!GMIc7i*Q_푔jxP'rp;IH56P4G֖5PT^hd3\OwaGOvS%Mlj'SæT60+׎d(OڸIǩv6L Sjjibj&-{Cy0CߤT;NMv5]L fb(wr}26Φv25l:O]Mm3˧P^r>8G]/ںIǩv6L Sjj:Ȯtx~y$/섫l>)/ 1\!?`Տr$["YM(J:Wk&LLCԗk ђdɨ8ЄqpdNM%LtGtH/yD0Ζ%E{;f!k:yyhj`D -bj"D'RA"OSB49fh`dX2] *]mIv$v?cbud#Jh$41Y̏}G~7rfOrfsqN۴"T~0R1PmM B`EvۅNb9;drB bţ*Şt& h|GMNCR8!TIAlU8lRs;[x"ߒyuqη7i*?5w~ܯ{SrA(GhZcDr.tuI_=9i&TlfʽȻ<MltqC -C3}Y6zNH~CA\͈䣼Ј\\6(Pxx4h&4cј@OƅtGNI^*7#!i͊ X8sT}5ݲ?FVedxc.l1fM_2-@ȘaUi^\1IRY_a+6zJB\!v~r_Y_um|Q_Fҁ').i[$N}AVPQ cmy5u{qa Rc:p*`|fv@~=ҲPh;ҲPN(D]jLrf7b;AVՕ-D#':~3 --[V3*?g<P / Y̗#¶b Ta;|g3sL,N,Ӎ9Zp7t/'4ei+."ݳ4LA+$xL|qzveG -gcM"((LC[!ր2`@5%p>{4E! JQ8-0amnU ~%$O6qc$-|CL؁hɅׁ aE^(^"{vs1:1P[^頷KM#`qNroX{OhP. k)UV,B=/S(DEO2 7CَȎ2!fL1%5~8 .᤯epǗ~bMC ՜+Fx8+ to:ޡq‚^hDrE9'DF -bA `Ay -BtEO4_ŢAB\8ŃLl )"މU|)|d9Zб$:# -?ŽQR/re[j(18kk]!n;DDᨓ*㔄*G J5AceEgލgޜB;ᐥƆfhqdV.po_zX J%}WԃMMp'_ 0ǔ ld| -Ci;+\A41/ Be^CI {Z|s]U^/7M?p.dWgM>\nlZPC-wyVM?6}^oyěQ$: D7QE*Ad Z -wuXA>FO/''~5!z- ^i`!hh\K 3(7Xb2 )Ct-<āOӖPZ&ڃEK:]a,| xL e;݉Óօwٜs|s1ic":4\]̪c"im&]*IuhY^,ˇ^Z&"ߦǿIUSadsD_ -ɲ(Egs'0N%X ѬСH֙9C^)~p%,~23=_x t(ݵ~9/< z8xA-H_=a]Z< ahՆdd. @p@%iʛ) -imG[zIr蟛䵁)zCQٚP0IjЙ^MF -6-0чÇʐiaAqqƖMWRȦ|N_58u%MLjrNGLMʄuzL84uz~]fl?# .`uUR\T!"LEh -ı:KTUӅI% hMW@M6-7.Bq)mp-HXĎ҅P̤*c J(d-(7#Q{ _F> j=R=q6bkVi yxO^,ET U]")cp$}5='dvDBA_D,7\I -DD! ѷB̵ʆ1g&"Qॐy}σԠH|u 9OiVj 5cs<@[hEI: Dy#DУꉳ;*`ih0OoVDc2Ü9fz+{n"TϜݭYN]%Az249Id*x7Tгy rOFw}(D%B&MJ6k tQe#ҋ+ 2 >J}+H0>Ge:o\j1fEG ˹(BM;=؉w-%s5 sSmT -z8Tue|!Mr#]`(`:ԅUAkma_԰.$~ @=  POG߾9x^qu $ A4&X֤Cqs6 j,nѠzlL~GIe2Y7ŸvM9#N!T[r&HeL=9kmMzz Av5d^rcfzAW<~s4vu۳Z=T.pΩ,EIK}w V [4(-k2IGb|j@ ,(̔Jk\=< i?D2CGtd:YI&y( [ ~h"!%k&{z2FAE$(E"QI  |?QY:GbkůBQ+zwaO}N&7Tvz|ҾʎIhI[j]CPZAk[Ơ՞FzfO֢tt19Ɗs0 ZsGa.Jb?lcǷ#Gb-vVCrA)y(/F4|7 f -v29n(z>`JUF 2r$)qfd("{dތǓN'v8zA]vb#d@hʝhqEil)"dZgӔ/߼{z` 8fBhYrל!⡴-ߒv#88r9MC'\ nj7OCf](v,vV~нsNBꌞu8=z577z@Irzg^<қ/(-V]RЯ )#ġ3 L51n^M}NA[qPsP_y(/F4|>O;ԅIdLEwiw}&#>Eӌ(V`hrXBڊÚڅǛ<(ZgDڅw 9"7&wn3mM|6,߃ے׋16 ;էI$Y.1|-W}gVm(һ.]N v0[T+2aO?^}:@OsD?}=7hEtSn* ^g7kvhN&iSrؔEԻm bo7Oam - oԗם{l vŗ4Dj"(H9sidPp*7R`_lou)st&e 1j@- uKB -ŭj 58bo!7q|Wlcł!߮/_'pWtLhH` ^阤4똤1{Hv1eTd`24 zR=qކGJ O @@; @`1VYJI ̭6|=ܠs> oy 8u& u!Mar:neDMJj;$þ,97z{JAHB?u ?`uĩ'bpHeP@'2mw8rĵz,>ڶ9tQh ˜`@ t#cſXహ[I|$쏏ħzJr8pbyDM!? -ԂOGqȄQyo{a08>B/G6 &`%ǣU~vR`4E_h`4Uv !8%v% 3>/c__7}7h^ 2!"q -݋4#';eH"ؔIp -b-.L@589 x2,6gQ#604 # J$f\A/\M;)&CԴ'۹M%ݟ/oޞ+8&YMm(9q33T<nR #9 EÌ(VN BSMQz(Gf"Q&>A!:7-9&W ;X4̈hEn -q酂{a6#j']x %f;bw\QEF+oe|,xGf"Q&>EXu61lݖ FwN -hFf".3erDy5x 4M'"ViQŨka͛7e4'+^޿=y2O$23r4i,|D _esv/^(V]F"mj[Yhiمo6-|>>C.38ZQww3|'gâˌh&>jcr˴-|; -(V߲܆oXF+ -pA:#'U9&w>QϠoPT|hi;];],y(/F4|x]YYRX Yyʃϓ萵"*V80r4Q:h+(KR;#JV ( -'8 3aO|+|{÷k`|0-mvo7|;aT[ BP@!Q&>-elMOƢeFTF+wWΆ<|hcׇ1%y~wwwwwwwwwVN0 q;0&ķ·7|oF̷3c~Kn˷3|o{ؙ DaaaaaE֐NFmw6|㤕VwwwwwwwwVN,2v~Ed#^*4G(KdR]* -7߉t'vӝwb(X*X*&xDTsZ*$&;N|5q0fķWo?|a曗 -mvo7|;at,nzrӛ߼ " -.\*,y ķo^*,2]|V7-:-3e;O|+|gwksAYo@>SFܗ#džp~A_Vo2j2bfC6#j/%G}9_SDPMoҒE۾4| j@ sgz/Y6ݮ 8wbK-6Y2:V(V*qwF5|Z ߰V=H˭Y+-y %O[c".սQ)*k`4|4 ߸7 -po!+  -GYƋQ'FY -jG&M:fiW4ݡ&DYm?iӪaEkj*(EY S"{;{Rǐ EzY÷̞ S"%;{ǒс(y4I|G&1q9ٓىfo{)g%4K|ϏL]b|;÷vk0:%{’\| ?ٯ% yPTe߲K>_s8߿T?@]9r,Dn͒۴dᧃ~>hXD``o&zQLbD#K53l,"31I>3("2BQ?4tA w3|}ƒE}F}lRʴT}Fk0:ᧃWi D^/ G2ΗpP;7Keg FwN -hRiE| %<ΗKO&:Yג,_Ratb -9"{Ԟ+1+^LTCiH94 -簍M߶]cZ>5ŀR2Kϟ2|I>q`%-;W 6جi\/o嫝n<Ϛ8 +k_rR1^aVqY$C9N\V}q0@Tts4_&LfB4oVXC J1c{sP^gU'*< m_aN(l:(+x 4:b~}1JWݷ0(S"G(xҎC@o$\°e9bdm 3hX#^09;\CHUwmm8Y4)HvQB DhS(a$a =R؞E#Gמ^IlϾ:?j zxaY.xY>lA|Xl,orL*!J]0<ʖo'%vAgA;#YTk}|1(֏c~bp n0B`'h#̥,( -q3@%^a_H uDN>3" [͓I G/bDž;4ƺvB#‘En!PSM(ΰ@t3Ac/VDǷ:' TF a:@Q0D9ȕkыz>agW'bQnS1 =%g }D(:J!vo :i%.30z.X:P`,Ǘ6,;Q"g"nu`bXI%K5APu"tE W, --,FJ(=h A{*,W_"b'QC5r8,¦[ޅ #N`8^;|d?}>y+SgILO}{<=7Fvp*Pl C\Ƈ@?sɞ{8È  E[ƒ l,|[H,A-Yw,Dx䫤wp&Aa&$UeNǏ*˾[ D@r+E/U=zBk9<̱kw -^fn#ot֤cyl֠F&2%!(n6QKj"+S2#Ӎ%K ~ }?4ƵMV"ip ~YͥMzO|r5\@rrgĎ#ziY°1J210~/p8R?ϐrs5}ll|88:kJ 5|ff o7M?@g< Ah_Qq\ $bRT}cjv֡,g@٪c1-dj!Wk f[AHNwڲcbDheDS7:{@>,jʫDS5/k|$"!ڜ洑DR;k94Je%[e#Sh%mڜH-vL٪CL , +RFjgѱR#p@w?o 34YJ)%ޱ G("#-! _ĕa}FM(i*UVZ5uNkU|xC}ڤkÃfj5:@x_ϗ@do2QcoaNKqo;imڿ2꾧SHC:S[(y$dj$u5*E{ JAVɪIFUjhܒU[*鴀L0IҌK -pB0ɑVIr6R%iLk>RPfL2" -a CݺHi*}dI SJش B=tt}W\U(}&Y[ܰTi )=P]TI'LɨbI dVRL"qZ iu܊,0.*t#9 T)*M/"9VDOLQѦ*4Y5YtIZ$&71Ep#i'qݾ _Hw!/Vx}^oM2s,MP!vG .3ӘCi:&6mo _1,>X x*imOA(sYhKߠ>tme\2Q8znỲD!WI&eVosQ_5,|4TaaWhKr>a+0}Bq}+8ςd C UWB޶=zQ'aэ]K ;e;ԷO\o^JfUҔnBQ :U2ik78m%b1PF/ClGr$A@2Z(b-$,7:Q&1"7?dፘƀ % -Ξ"7m_vQ{G՜OdfTA#x0nF;ѣ^T*8udW3eؚ D)lQtYTn޽{H9^Ptp'r,a 0li@dI G6tdPy|3ֵDA.pNGl>vi0=6\[1݌E,CZry9!o9tTls pιH "LH1R׶c~'~aE>g\<խ#6;#`|7G *.a4:? -lA=5MEvһ/_?hGhɠIG!#ގt@Ԑhm᥁,8'7&%t )qYH^b Mq'6ԷY#A'$ZB@JOJ ^ 9."yvni'&r˄cPk,dO;\< P30ȓ#>g:q"&9=WQӣ -'6IzL֊Y+-my5mk*!SU[bfL NjIިWFyq4WՇ݁[qdTLca"OK=HOQsZ9jN.Z$ѩZjŦMB>k: 1rzRR@"u6~3R,B~`y1q 2LXdF?Q3E?"`a.\,/R&>Љ5;"3:nm$:pZmz V"mI&z'-|@gP:./ -u -#%FTt~%ɝ".@Ȭ/S/G3`i}d?#{1QuY[s$q@;N7&+%XOk{ -ڎ="04e$v#i8x.a20$K{| 򩍙C: -reG!)IVv/WhJhn -x@P%W23c\Zbnf[ֳJ!nkVf`Y5$1y=@:^0Pvq.kgyc֋B˶^Yhg7;B g1` 3֓zE7`7Dq3ybvbDxۇxӟ·=_w_=<= < bׇ_=<? '~zzR//\7|ϳ j[ӇG?p~w_~?䳻O?mg ?Ͽ?O?/S~k/gO5}-x8>Zy_jSv?mU{x "ߟKE^߃wǹ˿MG?k07K翿;wW8Cbcpc蛫e^|3N+[ b]6˗~S/O>.ʟKO~ܞI'G7/js==+~/d맪R}_g||?ӧ^W/ @v ۛ #CHO|'lIۤwo+f̖hJu~_.x_dM'Ak>,y~j D4xjkδAG Ls2ɸߠ ϋbS/z,^W'c0uOMiVh,Jo_8s[=d\d\t2絁e{q2Sd[Z \z$ضy{t27}МD+lXUrjvK2b7v_<'1T hixǢ ?_()sHjve`J۽$z[!mlMښvj4xؼ\"7+ ҔxGs034 0Âsut%VI2vl$M2IYBzaV#T5׵պGB% -)Ők uYۏNbzb4e@[>ea. Kl.z{lD3ԷZ~Ij2%iu%OIT:}}S>Ls_,U )6ZK 7PΉ;6+[P4OM_ lh*9 -@.99Ɓ+896BI?HQsDRgEžMw[%6"";Ka ǸRᔸcJ]dX n>߀6YLU :, 0IkYՐCB)]WIbъEKUR*FbqtkϾS74כ٢e-f(ԴbՊ*e.vTXqݻ{=Wp_<9 |Lx ŅA`sPyP1j:h3JT%K#hX˷a.dVЯzK跐ԗ,! DCѴC8 Ep -S|J92C: [x?9-mx h}.5c{ׂx=.`K[ďyFYIX7\+7Ԫ,sL -- ZmHr#[C`83xثQx\bEiH \<|uƮch%`1GVQ2G;"((R؊N2X(EUTR\pdAg˼<͇ToIMoJ[k@^5i ^3ą~$cbA-OTH\1 2 l9)ljlp>-ԧimMk>C"40YA x#3D]:4h^g,㭏";<..Tv8Bgo]g --P#qXp #fS.l -2Xf+=k:!#Q.82=GP@]yRը̓ks~% @ o]+$WƧlZR0Tjreh=C\L],Bv`f9ӧ)p+=*XP`{KD!,eqWl?c{>vn; $nl.A{ty+\˖ K4 j$DRL L\v; caZ&]d^` LzXƹVE|m3>ǹ3h4L4k#YkA0)&YpЎ zt00m&kPfr PaϏOՔ)J-`hU -UiMνqv?8A""D^tnm!T9x:bA|X1q,\{T.T(JCDJ9ՂB$,lb -qNP -۪}=|<}{<QR5<+D -Pҫw,R2'm/QykciSfۢ% bԵf8SJ9$fqHnDtw) /WsT"X%Bd40%c~℀[`.Zč0Zh!N4z nz)6$>A" 8@9wE^s#^~AT\ZEƍJAéxJ/L|rh| GݒE~tn(`{ >-ٽEp?f zQޣJI@sR-EQjLQFl%Y-C1-B nQt -. {U_"sU+o><~T!$;ghؤK`V'y%eN4W®)m\—/hwb '?w7o(/#f^NwHvsft~}wקwݞ:O~?O/l/O>cu5xcxqBBc~m|-}s࡬@̡*x#Cwd#~_LT#>rh!8a!{'rB2^@75PDE(>ADŠqaHpEhqW+=;D62֎{C>,azۂh` <òZ -vD}wC#`}5s.; 75'7ڇN053xʛ ]ZsN0 `9D64$0d"aG <挾lUڃ-  %1Q%ӏ)]cey_'y<; RxPNwKx܁j9ZtxJw -DT -%G[<;MAn ʫ9WLk2TTB`YV*cBV{Žh05PDGpb83h%0egU -O2˗~(S h`02N8]I`('h( "0k+*-E&`cXʁˡa ҕ+ p ZMqF`{}-}JOx8(`RDQGkպ,x_+ ;pe~OJ-E;l"" 8]c?i Ux6Ѷb -:X1%~xbA!Lݾ>m]yAN\+4{ ~[avTڶoVdxq/}qO<[W]lzu}-fWXċu\վ颳[]d/<"G@9*v ao6$_ȀOf7xdCWLW;:CϡіB2wWx(LGED\C}$)a"G җL֧|u3,SPJ"]iʹJ: [VxZSNp;=\T."XpW2bq -ГhbU@>,JB4?k§ui` -PgM5 -MR`fPYoAlOHU GKN ,òqI|VbN J7f~XG!*_:Y>QWP8ڂ=Wa 6*w 8d@D0U v0ň|}wM̯/|9Z'q*qJ'u.}9"K*?ft$,L,]"K÷W YG. 2߳x;0CZ-urhnrg,@"5نcyy 8faMIIa>a茏M -ixyz>>|*R?ou4 endstream endobj 5 0 obj <> endobj 6 0 obj <> endobj 7 0 obj <> endobj 887 0 obj <> endobj 888 0 obj <> endobj 889 0 obj <> endobj 1768 0 obj <> endobj 1769 0 obj <> endobj 1770 0 obj <> endobj 2649 0 obj <> endobj 2650 0 obj <> endobj 2651 0 obj <> endobj 3530 0 obj <> endobj 3531 0 obj <> endobj 3532 0 obj <> endobj 4411 0 obj <> endobj 4412 0 obj <> endobj 4413 0 obj <> endobj 5292 0 obj <> endobj 5293 0 obj <> endobj 5294 0 obj <> endobj 6173 0 obj <> endobj 6174 0 obj <> endobj 6175 0 obj <> endobj 7054 0 obj <> endobj 7055 0 obj <> endobj 7056 0 obj <> endobj 7935 0 obj <> endobj 7936 0 obj <> endobj 7937 0 obj <> endobj 8816 0 obj <> endobj 8817 0 obj <> endobj 8818 0 obj <> endobj 9697 0 obj <> endobj 9698 0 obj <> endobj 9699 0 obj <> endobj 10578 0 obj <> endobj 10579 0 obj <> endobj 10580 0 obj <> endobj 11451 0 obj [/View/Design] endobj 11452 0 obj <>>> endobj 11449 0 obj [/View/Design] endobj 11450 0 obj <>>> endobj 11447 0 obj [/View/Design] endobj 11448 0 obj <>>> endobj 10570 0 obj [/View/Design] endobj 10571 0 obj <>>> endobj 10568 0 obj [/View/Design] endobj 10569 0 obj <>>> endobj 10566 0 obj [/View/Design] endobj 10567 0 obj <>>> endobj 9689 0 obj [/View/Design] endobj 9690 0 obj <>>> endobj 9687 0 obj [/View/Design] endobj 9688 0 obj <>>> endobj 9685 0 obj [/View/Design] endobj 9686 0 obj <>>> endobj 8808 0 obj [/View/Design] endobj 8809 0 obj <>>> endobj 8806 0 obj [/View/Design] endobj 8807 0 obj <>>> endobj 8804 0 obj [/View/Design] endobj 8805 0 obj <>>> endobj 7927 0 obj [/View/Design] endobj 7928 0 obj <>>> endobj 7925 0 obj [/View/Design] endobj 7926 0 obj <>>> endobj 7923 0 obj [/View/Design] endobj 7924 0 obj <>>> endobj 7046 0 obj [/View/Design] endobj 7047 0 obj <>>> endobj 7044 0 obj [/View/Design] endobj 7045 0 obj <>>> endobj 7042 0 obj [/View/Design] endobj 7043 0 obj <>>> endobj 6165 0 obj [/View/Design] endobj 6166 0 obj <>>> endobj 6163 0 obj [/View/Design] endobj 6164 0 obj <>>> endobj 6161 0 obj [/View/Design] endobj 6162 0 obj <>>> endobj 5284 0 obj [/View/Design] endobj 5285 0 obj <>>> endobj 5282 0 obj [/View/Design] endobj 5283 0 obj <>>> endobj 5280 0 obj [/View/Design] endobj 5281 0 obj <>>> endobj 4403 0 obj [/View/Design] endobj 4404 0 obj <>>> endobj 4401 0 obj [/View/Design] endobj 4402 0 obj <>>> endobj 4399 0 obj [/View/Design] endobj 4400 0 obj <>>> endobj 3522 0 obj [/View/Design] endobj 3523 0 obj <>>> endobj 3520 0 obj [/View/Design] endobj 3521 0 obj <>>> endobj 3518 0 obj [/View/Design] endobj 3519 0 obj <>>> endobj 2641 0 obj [/View/Design] endobj 2642 0 obj <>>> endobj 2639 0 obj [/View/Design] endobj 2640 0 obj <>>> endobj 2637 0 obj [/View/Design] endobj 2638 0 obj <>>> endobj 1760 0 obj [/View/Design] endobj 1761 0 obj <>>> endobj 1758 0 obj [/View/Design] endobj 1759 0 obj <>>> endobj 1756 0 obj [/View/Design] endobj 1757 0 obj <>>> endobj 879 0 obj [/View/Design] endobj 880 0 obj <>>> endobj 877 0 obj [/View/Design] endobj 878 0 obj <>>> endobj 875 0 obj [/View/Design] endobj 876 0 obj <>>> endobj 11462 0 obj [11461 0 R 11460 0 R 11459 0 R] endobj 12339 0 obj <> endobj xref 0 12340 0000000004 65535 f -0000000016 00000 n -0000000885 00000 n -0000036056 00000 n -0000000008 00000 f -0000316265 00000 n -0000316339 00000 n -0000316424 00000 n -0000000010 00000 f -0000036107 00000 n -0000000011 00000 f -0000000012 00000 f -0000000013 00000 f -0000000014 00000 f -0000000015 00000 f -0000000016 00000 f -0000000017 00000 f -0000000018 00000 f -0000000019 00000 f -0000000020 00000 f -0000000021 00000 f -0000000022 00000 f -0000000023 00000 f -0000000024 00000 f -0000000025 00000 f -0000000026 00000 f -0000000027 00000 f -0000000028 00000 f -0000000029 00000 f -0000000030 00000 f -0000000031 00000 f -0000000032 00000 f -0000000033 00000 f -0000000034 00000 f -0000000035 00000 f -0000000036 00000 f -0000000037 00000 f -0000000038 00000 f -0000000039 00000 f -0000000040 00000 f -0000000041 00000 f -0000000042 00000 f -0000000043 00000 f -0000000044 00000 f -0000000045 00000 f -0000000046 00000 f -0000000047 00000 f -0000000048 00000 f -0000000049 00000 f -0000000050 00000 f -0000000051 00000 f -0000000052 00000 f -0000000053 00000 f -0000000054 00000 f -0000000055 00000 f -0000000056 00000 f -0000000057 00000 f -0000000058 00000 f -0000000059 00000 f -0000000060 00000 f -0000000061 00000 f -0000000062 00000 f -0000000063 00000 f -0000000064 00000 f -0000000065 00000 f -0000000066 00000 f -0000000067 00000 f -0000000068 00000 f -0000000069 00000 f -0000000070 00000 f -0000000071 00000 f -0000000072 00000 f -0000000073 00000 f -0000000074 00000 f -0000000075 00000 f -0000000076 00000 f -0000000077 00000 f -0000000078 00000 f -0000000079 00000 f -0000000080 00000 f -0000000081 00000 f -0000000082 00000 f -0000000083 00000 f -0000000084 00000 f -0000000085 00000 f -0000000086 00000 f -0000000087 00000 f -0000000088 00000 f -0000000089 00000 f -0000000090 00000 f -0000000091 00000 f -0000000092 00000 f -0000000093 00000 f -0000000094 00000 f -0000000095 00000 f -0000000096 00000 f -0000000097 00000 f -0000000098 00000 f -0000000099 00000 f -0000000100 00000 f -0000000101 00000 f -0000000102 00000 f -0000000103 00000 f -0000000104 00000 f -0000000105 00000 f -0000000106 00000 f -0000000107 00000 f -0000000108 00000 f -0000000109 00000 f -0000000110 00000 f -0000000111 00000 f -0000000112 00000 f -0000000113 00000 f -0000000114 00000 f -0000000115 00000 f -0000000116 00000 f -0000000117 00000 f -0000000118 00000 f -0000000119 00000 f -0000000120 00000 f -0000000121 00000 f -0000000122 00000 f -0000000123 00000 f -0000000124 00000 f -0000000125 00000 f -0000000126 00000 f -0000000127 00000 f -0000000128 00000 f -0000000129 00000 f -0000000130 00000 f -0000000131 00000 f -0000000132 00000 f -0000000133 00000 f -0000000134 00000 f -0000000135 00000 f -0000000136 00000 f -0000000137 00000 f -0000000138 00000 f -0000000139 00000 f -0000000140 00000 f -0000000141 00000 f -0000000142 00000 f -0000000143 00000 f -0000000144 00000 f -0000000145 00000 f -0000000146 00000 f -0000000147 00000 f -0000000148 00000 f -0000000149 00000 f -0000000150 00000 f -0000000151 00000 f -0000000152 00000 f -0000000153 00000 f -0000000154 00000 f -0000000155 00000 f -0000000156 00000 f -0000000157 00000 f -0000000158 00000 f -0000000159 00000 f -0000000160 00000 f -0000000161 00000 f -0000000162 00000 f -0000000163 00000 f -0000000164 00000 f -0000000165 00000 f -0000000166 00000 f -0000000167 00000 f -0000000168 00000 f -0000000169 00000 f -0000000170 00000 f -0000000171 00000 f -0000000172 00000 f -0000000173 00000 f -0000000174 00000 f -0000000175 00000 f -0000000176 00000 f -0000000177 00000 f -0000000178 00000 f -0000000179 00000 f -0000000180 00000 f -0000000181 00000 f -0000000182 00000 f -0000000183 00000 f -0000000184 00000 f -0000000185 00000 f -0000000186 00000 f -0000000187 00000 f -0000000188 00000 f -0000000189 00000 f -0000000190 00000 f -0000000191 00000 f -0000000192 00000 f -0000000193 00000 f -0000000194 00000 f -0000000195 00000 f -0000000196 00000 f -0000000197 00000 f -0000000198 00000 f -0000000199 00000 f -0000000200 00000 f -0000000201 00000 f -0000000202 00000 f -0000000203 00000 f -0000000204 00000 f -0000000205 00000 f -0000000206 00000 f -0000000207 00000 f -0000000208 00000 f -0000000209 00000 f -0000000210 00000 f -0000000211 00000 f -0000000212 00000 f -0000000213 00000 f -0000000214 00000 f -0000000215 00000 f -0000000216 00000 f -0000000217 00000 f -0000000218 00000 f -0000000219 00000 f -0000000220 00000 f -0000000221 00000 f -0000000222 00000 f -0000000223 00000 f -0000000224 00000 f -0000000225 00000 f -0000000226 00000 f -0000000227 00000 f -0000000228 00000 f -0000000229 00000 f -0000000230 00000 f -0000000231 00000 f -0000000232 00000 f -0000000233 00000 f -0000000234 00000 f -0000000235 00000 f -0000000236 00000 f -0000000237 00000 f -0000000238 00000 f -0000000239 00000 f -0000000240 00000 f -0000000241 00000 f -0000000242 00000 f -0000000243 00000 f -0000000244 00000 f -0000000245 00000 f -0000000246 00000 f -0000000247 00000 f -0000000248 00000 f -0000000249 00000 f -0000000250 00000 f -0000000251 00000 f -0000000252 00000 f -0000000253 00000 f -0000000254 00000 f -0000000255 00000 f -0000000256 00000 f -0000000257 00000 f -0000000258 00000 f -0000000259 00000 f -0000000260 00000 f -0000000261 00000 f -0000000262 00000 f -0000000263 00000 f -0000000264 00000 f -0000000265 00000 f -0000000266 00000 f -0000000267 00000 f -0000000268 00000 f -0000000269 00000 f -0000000270 00000 f -0000000271 00000 f -0000000272 00000 f -0000000273 00000 f -0000000274 00000 f -0000000275 00000 f -0000000276 00000 f -0000000277 00000 f -0000000278 00000 f -0000000279 00000 f -0000000280 00000 f -0000000281 00000 f -0000000282 00000 f -0000000283 00000 f -0000000284 00000 f -0000000285 00000 f -0000000286 00000 f -0000000287 00000 f -0000000288 00000 f -0000000289 00000 f -0000000290 00000 f -0000000291 00000 f -0000000292 00000 f -0000000293 00000 f -0000000294 00000 f -0000000295 00000 f -0000000296 00000 f -0000000297 00000 f -0000000298 00000 f -0000000299 00000 f -0000000300 00000 f -0000000301 00000 f -0000000302 00000 f -0000000303 00000 f -0000000304 00000 f -0000000305 00000 f -0000000306 00000 f -0000000307 00000 f -0000000308 00000 f -0000000309 00000 f -0000000310 00000 f -0000000311 00000 f -0000000312 00000 f -0000000313 00000 f -0000000314 00000 f -0000000315 00000 f -0000000316 00000 f -0000000317 00000 f -0000000318 00000 f -0000000319 00000 f -0000000320 00000 f -0000000321 00000 f -0000000322 00000 f -0000000323 00000 f -0000000324 00000 f -0000000325 00000 f -0000000326 00000 f -0000000327 00000 f -0000000328 00000 f -0000000329 00000 f -0000000330 00000 f -0000000331 00000 f -0000000332 00000 f -0000000333 00000 f -0000000334 00000 f -0000000335 00000 f -0000000336 00000 f -0000000337 00000 f -0000000338 00000 f -0000000339 00000 f -0000000340 00000 f -0000000341 00000 f -0000000342 00000 f -0000000343 00000 f -0000000344 00000 f -0000000345 00000 f -0000000346 00000 f -0000000347 00000 f -0000000348 00000 f -0000000349 00000 f -0000000350 00000 f -0000000351 00000 f -0000000352 00000 f -0000000353 00000 f -0000000354 00000 f -0000000355 00000 f -0000000356 00000 f -0000000357 00000 f -0000000358 00000 f -0000000359 00000 f -0000000360 00000 f -0000000361 00000 f -0000000362 00000 f -0000000363 00000 f -0000000364 00000 f -0000000365 00000 f -0000000366 00000 f -0000000367 00000 f -0000000368 00000 f -0000000369 00000 f -0000000370 00000 f -0000000371 00000 f -0000000372 00000 f -0000000373 00000 f -0000000374 00000 f -0000000375 00000 f -0000000376 00000 f -0000000377 00000 f -0000000378 00000 f -0000000379 00000 f -0000000380 00000 f -0000000381 00000 f -0000000382 00000 f -0000000383 00000 f -0000000384 00000 f -0000000385 00000 f -0000000386 00000 f -0000000387 00000 f -0000000388 00000 f -0000000389 00000 f -0000000390 00000 f -0000000391 00000 f -0000000392 00000 f -0000000393 00000 f -0000000394 00000 f -0000000395 00000 f -0000000396 00000 f -0000000397 00000 f -0000000398 00000 f -0000000399 00000 f -0000000400 00000 f -0000000401 00000 f -0000000402 00000 f -0000000403 00000 f -0000000404 00000 f -0000000405 00000 f -0000000406 00000 f -0000000407 00000 f -0000000408 00000 f -0000000409 00000 f -0000000410 00000 f -0000000411 00000 f -0000000412 00000 f -0000000413 00000 f -0000000414 00000 f -0000000415 00000 f -0000000416 00000 f -0000000417 00000 f -0000000418 00000 f -0000000419 00000 f -0000000420 00000 f -0000000421 00000 f -0000000422 00000 f -0000000423 00000 f -0000000424 00000 f -0000000425 00000 f -0000000426 00000 f -0000000427 00000 f -0000000428 00000 f -0000000429 00000 f -0000000430 00000 f -0000000431 00000 f -0000000432 00000 f -0000000433 00000 f -0000000434 00000 f -0000000435 00000 f -0000000436 00000 f -0000000437 00000 f -0000000438 00000 f -0000000439 00000 f -0000000440 00000 f -0000000441 00000 f -0000000442 00000 f -0000000443 00000 f -0000000444 00000 f -0000000445 00000 f -0000000446 00000 f -0000000447 00000 f -0000000448 00000 f -0000000449 00000 f -0000000450 00000 f -0000000451 00000 f -0000000452 00000 f -0000000453 00000 f -0000000454 00000 f -0000000455 00000 f -0000000456 00000 f -0000000457 00000 f -0000000458 00000 f -0000000459 00000 f -0000000460 00000 f -0000000461 00000 f -0000000462 00000 f -0000000463 00000 f -0000000464 00000 f -0000000465 00000 f -0000000466 00000 f -0000000467 00000 f -0000000468 00000 f -0000000469 00000 f -0000000470 00000 f -0000000471 00000 f -0000000472 00000 f -0000000473 00000 f -0000000474 00000 f -0000000475 00000 f -0000000476 00000 f -0000000477 00000 f -0000000478 00000 f -0000000479 00000 f -0000000480 00000 f -0000000481 00000 f -0000000482 00000 f -0000000483 00000 f -0000000484 00000 f -0000000485 00000 f -0000000486 00000 f -0000000487 00000 f -0000000488 00000 f -0000000489 00000 f -0000000490 00000 f -0000000491 00000 f -0000000492 00000 f -0000000493 00000 f -0000000494 00000 f -0000000495 00000 f -0000000496 00000 f -0000000497 00000 f -0000000498 00000 f -0000000499 00000 f -0000000500 00000 f -0000000501 00000 f -0000000502 00000 f -0000000503 00000 f -0000000504 00000 f -0000000505 00000 f -0000000506 00000 f -0000000507 00000 f -0000000508 00000 f -0000000509 00000 f -0000000510 00000 f -0000000511 00000 f -0000000512 00000 f -0000000513 00000 f -0000000514 00000 f -0000000515 00000 f -0000000516 00000 f -0000000517 00000 f -0000000518 00000 f -0000000519 00000 f -0000000520 00000 f -0000000521 00000 f -0000000522 00000 f -0000000523 00000 f -0000000524 00000 f -0000000525 00000 f -0000000526 00000 f -0000000527 00000 f -0000000528 00000 f -0000000529 00000 f -0000000530 00000 f -0000000531 00000 f -0000000532 00000 f -0000000533 00000 f -0000000534 00000 f -0000000535 00000 f -0000000536 00000 f -0000000537 00000 f -0000000538 00000 f -0000000539 00000 f -0000000540 00000 f -0000000541 00000 f -0000000542 00000 f -0000000543 00000 f -0000000544 00000 f -0000000545 00000 f -0000000546 00000 f -0000000547 00000 f -0000000548 00000 f -0000000549 00000 f -0000000550 00000 f -0000000551 00000 f -0000000552 00000 f -0000000553 00000 f -0000000554 00000 f -0000000555 00000 f -0000000556 00000 f -0000000557 00000 f -0000000558 00000 f -0000000559 00000 f -0000000560 00000 f -0000000561 00000 f -0000000562 00000 f -0000000563 00000 f -0000000564 00000 f -0000000565 00000 f -0000000566 00000 f -0000000567 00000 f -0000000568 00000 f -0000000569 00000 f -0000000570 00000 f -0000000571 00000 f -0000000572 00000 f -0000000573 00000 f -0000000574 00000 f -0000000575 00000 f -0000000576 00000 f -0000000577 00000 f -0000000578 00000 f -0000000579 00000 f -0000000580 00000 f -0000000581 00000 f -0000000582 00000 f -0000000583 00000 f -0000000584 00000 f -0000000585 00000 f -0000000586 00000 f -0000000587 00000 f -0000000588 00000 f -0000000589 00000 f -0000000590 00000 f -0000000591 00000 f -0000000592 00000 f -0000000593 00000 f -0000000594 00000 f -0000000595 00000 f -0000000596 00000 f -0000000597 00000 f -0000000598 00000 f -0000000599 00000 f -0000000600 00000 f -0000000601 00000 f -0000000602 00000 f -0000000603 00000 f -0000000604 00000 f -0000000605 00000 f -0000000606 00000 f -0000000607 00000 f -0000000608 00000 f -0000000609 00000 f -0000000610 00000 f -0000000611 00000 f -0000000612 00000 f -0000000613 00000 f -0000000614 00000 f -0000000615 00000 f -0000000616 00000 f -0000000617 00000 f -0000000618 00000 f -0000000619 00000 f -0000000620 00000 f -0000000621 00000 f -0000000622 00000 f -0000000623 00000 f -0000000624 00000 f -0000000625 00000 f -0000000626 00000 f -0000000627 00000 f -0000000628 00000 f -0000000629 00000 f -0000000630 00000 f -0000000631 00000 f -0000000632 00000 f -0000000633 00000 f -0000000634 00000 f -0000000635 00000 f -0000000636 00000 f -0000000637 00000 f -0000000638 00000 f -0000000639 00000 f -0000000640 00000 f -0000000641 00000 f -0000000642 00000 f -0000000643 00000 f -0000000644 00000 f -0000000645 00000 f -0000000646 00000 f -0000000647 00000 f -0000000648 00000 f -0000000649 00000 f -0000000650 00000 f -0000000651 00000 f -0000000652 00000 f -0000000653 00000 f -0000000654 00000 f -0000000655 00000 f -0000000656 00000 f -0000000657 00000 f -0000000658 00000 f -0000000659 00000 f -0000000660 00000 f -0000000661 00000 f -0000000662 00000 f -0000000663 00000 f -0000000664 00000 f -0000000665 00000 f -0000000666 00000 f -0000000667 00000 f -0000000668 00000 f -0000000669 00000 f -0000000670 00000 f -0000000671 00000 f -0000000672 00000 f -0000000673 00000 f -0000000674 00000 f -0000000675 00000 f -0000000676 00000 f -0000000677 00000 f -0000000678 00000 f -0000000679 00000 f -0000000680 00000 f -0000000681 00000 f -0000000682 00000 f -0000000683 00000 f -0000000684 00000 f -0000000685 00000 f -0000000686 00000 f -0000000687 00000 f -0000000688 00000 f -0000000689 00000 f -0000000690 00000 f -0000000691 00000 f -0000000692 00000 f -0000000693 00000 f -0000000694 00000 f -0000000695 00000 f -0000000696 00000 f -0000000697 00000 f -0000000698 00000 f -0000000699 00000 f -0000000700 00000 f -0000000701 00000 f -0000000702 00000 f -0000000703 00000 f -0000000704 00000 f -0000000705 00000 f -0000000706 00000 f -0000000707 00000 f -0000000708 00000 f -0000000709 00000 f -0000000710 00000 f -0000000711 00000 f -0000000712 00000 f -0000000713 00000 f -0000000714 00000 f -0000000715 00000 f -0000000716 00000 f -0000000717 00000 f -0000000718 00000 f -0000000719 00000 f -0000000720 00000 f -0000000721 00000 f -0000000722 00000 f -0000000723 00000 f -0000000724 00000 f -0000000725 00000 f -0000000726 00000 f -0000000727 00000 f -0000000728 00000 f -0000000729 00000 f -0000000730 00000 f -0000000731 00000 f -0000000732 00000 f -0000000733 00000 f -0000000734 00000 f -0000000735 00000 f -0000000736 00000 f -0000000737 00000 f -0000000738 00000 f -0000000739 00000 f -0000000740 00000 f -0000000741 00000 f -0000000742 00000 f -0000000743 00000 f -0000000744 00000 f -0000000745 00000 f -0000000746 00000 f -0000000747 00000 f -0000000748 00000 f -0000000749 00000 f -0000000750 00000 f -0000000751 00000 f -0000000752 00000 f -0000000753 00000 f -0000000754 00000 f -0000000755 00000 f -0000000756 00000 f -0000000757 00000 f -0000000758 00000 f -0000000759 00000 f -0000000760 00000 f -0000000761 00000 f -0000000762 00000 f -0000000763 00000 f -0000000764 00000 f -0000000765 00000 f -0000000766 00000 f -0000000767 00000 f -0000000768 00000 f -0000000769 00000 f -0000000770 00000 f -0000000771 00000 f -0000000772 00000 f -0000000773 00000 f -0000000774 00000 f -0000000775 00000 f -0000000776 00000 f -0000000777 00000 f -0000000778 00000 f -0000000779 00000 f -0000000780 00000 f -0000000781 00000 f -0000000782 00000 f -0000000783 00000 f -0000000784 00000 f -0000000785 00000 f -0000000786 00000 f -0000000787 00000 f -0000000788 00000 f -0000000789 00000 f -0000000790 00000 f -0000000791 00000 f -0000000792 00000 f -0000000793 00000 f -0000000794 00000 f -0000000795 00000 f -0000000796 00000 f -0000000797 00000 f -0000000798 00000 f -0000000799 00000 f -0000000800 00000 f -0000000801 00000 f -0000000802 00000 f -0000000803 00000 f -0000000804 00000 f -0000000805 00000 f -0000000806 00000 f -0000000807 00000 f -0000000808 00000 f -0000000809 00000 f -0000000810 00000 f -0000000811 00000 f -0000000812 00000 f -0000000813 00000 f -0000000814 00000 f -0000000815 00000 f -0000000816 00000 f -0000000817 00000 f -0000000818 00000 f -0000000819 00000 f -0000000820 00000 f -0000000821 00000 f -0000000822 00000 f -0000000823 00000 f -0000000824 00000 f -0000000825 00000 f -0000000826 00000 f -0000000827 00000 f -0000000828 00000 f -0000000829 00000 f -0000000830 00000 f -0000000831 00000 f -0000000832 00000 f -0000000833 00000 f -0000000834 00000 f -0000000835 00000 f -0000000836 00000 f -0000000837 00000 f -0000000838 00000 f -0000000839 00000 f -0000000840 00000 f -0000000841 00000 f -0000000842 00000 f -0000000843 00000 f -0000000844 00000 f -0000000845 00000 f -0000000846 00000 f -0000000847 00000 f -0000000848 00000 f -0000000849 00000 f -0000000850 00000 f -0000000851 00000 f -0000000852 00000 f -0000000853 00000 f -0000000854 00000 f -0000000855 00000 f -0000000856 00000 f -0000000857 00000 f -0000000858 00000 f -0000000859 00000 f -0000000860 00000 f -0000000861 00000 f -0000000862 00000 f -0000000863 00000 f -0000000864 00000 f -0000000865 00000 f -0000000866 00000 f -0000000867 00000 f -0000000868 00000 f -0000000869 00000 f -0000000870 00000 f -0000000871 00000 f -0000000872 00000 f -0000000873 00000 f -0000000874 00000 f -0000000881 00000 f -0000324175 00000 n -0000324207 00000 n -0000324057 00000 n -0000324089 00000 n -0000323939 00000 n -0000323971 00000 n -0000000882 00000 f -0000000883 00000 f -0000000884 00000 f -0000000885 00000 f -0000000886 00000 f -0000000890 00000 f -0000316510 00000 n -0000316588 00000 n -0000316677 00000 n -0000000891 00000 f -0000000892 00000 f -0000000893 00000 f -0000000894 00000 f -0000000895 00000 f -0000000896 00000 f -0000000897 00000 f -0000000898 00000 f -0000000899 00000 f -0000000900 00000 f -0000000901 00000 f -0000000902 00000 f -0000000903 00000 f -0000000904 00000 f -0000000905 00000 f -0000000906 00000 f -0000000907 00000 f -0000000908 00000 f -0000000909 00000 f -0000000910 00000 f -0000000911 00000 f -0000000912 00000 f -0000000913 00000 f -0000000914 00000 f -0000000915 00000 f -0000000916 00000 f -0000000917 00000 f -0000000918 00000 f -0000000919 00000 f -0000000920 00000 f -0000000921 00000 f -0000000922 00000 f -0000000923 00000 f -0000000924 00000 f -0000000925 00000 f -0000000926 00000 f -0000000927 00000 f -0000000928 00000 f -0000000929 00000 f -0000000930 00000 f -0000000931 00000 f -0000000932 00000 f -0000000933 00000 f -0000000934 00000 f -0000000935 00000 f -0000000936 00000 f -0000000937 00000 f -0000000938 00000 f -0000000939 00000 f -0000000940 00000 f -0000000941 00000 f -0000000942 00000 f -0000000943 00000 f -0000000944 00000 f -0000000945 00000 f -0000000946 00000 f -0000000947 00000 f -0000000948 00000 f -0000000949 00000 f -0000000950 00000 f -0000000951 00000 f -0000000952 00000 f -0000000953 00000 f -0000000954 00000 f -0000000955 00000 f -0000000956 00000 f -0000000957 00000 f -0000000958 00000 f -0000000959 00000 f -0000000960 00000 f -0000000961 00000 f -0000000962 00000 f -0000000963 00000 f -0000000964 00000 f -0000000965 00000 f -0000000966 00000 f -0000000967 00000 f -0000000968 00000 f -0000000969 00000 f -0000000970 00000 f -0000000971 00000 f -0000000972 00000 f -0000000973 00000 f -0000000974 00000 f -0000000975 00000 f -0000000976 00000 f -0000000977 00000 f -0000000978 00000 f -0000000979 00000 f -0000000980 00000 f -0000000981 00000 f -0000000982 00000 f -0000000983 00000 f -0000000984 00000 f -0000000985 00000 f -0000000986 00000 f -0000000987 00000 f -0000000988 00000 f -0000000989 00000 f -0000000990 00000 f -0000000991 00000 f -0000000992 00000 f -0000000993 00000 f -0000000994 00000 f -0000000995 00000 f -0000000996 00000 f -0000000997 00000 f -0000000998 00000 f -0000000999 00000 f -0000001000 00000 f -0000001001 00000 f -0000001002 00000 f -0000001003 00000 f -0000001004 00000 f -0000001005 00000 f -0000001006 00000 f -0000001007 00000 f -0000001008 00000 f -0000001009 00000 f -0000001010 00000 f -0000001011 00000 f -0000001012 00000 f -0000001013 00000 f -0000001014 00000 f -0000001015 00000 f -0000001016 00000 f -0000001017 00000 f -0000001018 00000 f -0000001019 00000 f -0000001020 00000 f -0000001021 00000 f -0000001022 00000 f -0000001023 00000 f -0000001024 00000 f -0000001025 00000 f -0000001026 00000 f -0000001027 00000 f -0000001028 00000 f -0000001029 00000 f -0000001030 00000 f -0000001031 00000 f -0000001032 00000 f -0000001033 00000 f -0000001034 00000 f -0000001035 00000 f -0000001036 00000 f -0000001037 00000 f -0000001038 00000 f -0000001039 00000 f -0000001040 00000 f -0000001041 00000 f -0000001042 00000 f -0000001043 00000 f -0000001044 00000 f -0000001045 00000 f -0000001046 00000 f -0000001047 00000 f -0000001048 00000 f -0000001049 00000 f -0000001050 00000 f -0000001051 00000 f -0000001052 00000 f -0000001053 00000 f -0000001054 00000 f -0000001055 00000 f -0000001056 00000 f -0000001057 00000 f -0000001058 00000 f -0000001059 00000 f -0000001060 00000 f -0000001061 00000 f -0000001062 00000 f -0000001063 00000 f -0000001064 00000 f -0000001065 00000 f -0000001066 00000 f -0000001067 00000 f -0000001068 00000 f -0000001069 00000 f -0000001070 00000 f -0000001071 00000 f -0000001072 00000 f -0000001073 00000 f -0000001074 00000 f -0000001075 00000 f -0000001076 00000 f -0000001077 00000 f -0000001078 00000 f -0000001079 00000 f -0000001080 00000 f -0000001081 00000 f -0000001082 00000 f -0000001083 00000 f -0000001084 00000 f -0000001085 00000 f -0000001086 00000 f -0000001087 00000 f -0000001088 00000 f -0000001089 00000 f -0000001090 00000 f -0000001091 00000 f -0000001092 00000 f -0000001093 00000 f -0000001094 00000 f -0000001095 00000 f -0000001096 00000 f -0000001097 00000 f -0000001098 00000 f -0000001099 00000 f -0000001100 00000 f -0000001101 00000 f -0000001102 00000 f -0000001103 00000 f -0000001104 00000 f -0000001105 00000 f -0000001106 00000 f -0000001107 00000 f -0000001108 00000 f -0000001109 00000 f -0000001110 00000 f -0000001111 00000 f -0000001112 00000 f -0000001113 00000 f -0000001114 00000 f -0000001115 00000 f -0000001116 00000 f -0000001117 00000 f -0000001118 00000 f -0000001119 00000 f -0000001120 00000 f -0000001121 00000 f -0000001122 00000 f -0000001123 00000 f -0000001124 00000 f -0000001125 00000 f -0000001126 00000 f -0000001127 00000 f -0000001128 00000 f -0000001129 00000 f -0000001130 00000 f -0000001131 00000 f -0000001132 00000 f -0000001133 00000 f -0000001134 00000 f -0000001135 00000 f -0000001136 00000 f -0000001137 00000 f -0000001138 00000 f -0000001139 00000 f -0000001140 00000 f -0000001141 00000 f -0000001142 00000 f -0000001143 00000 f -0000001144 00000 f -0000001145 00000 f -0000001146 00000 f -0000001147 00000 f -0000001148 00000 f -0000001149 00000 f -0000001150 00000 f -0000001151 00000 f -0000001152 00000 f -0000001153 00000 f -0000001154 00000 f -0000001155 00000 f -0000001156 00000 f -0000001157 00000 f -0000001158 00000 f -0000001159 00000 f -0000001160 00000 f -0000001161 00000 f -0000001162 00000 f -0000001163 00000 f -0000001164 00000 f -0000001165 00000 f -0000001166 00000 f -0000001167 00000 f -0000001168 00000 f -0000001169 00000 f -0000001170 00000 f -0000001171 00000 f -0000001172 00000 f -0000001173 00000 f -0000001174 00000 f -0000001175 00000 f -0000001176 00000 f -0000001177 00000 f -0000001178 00000 f -0000001179 00000 f -0000001180 00000 f -0000001181 00000 f -0000001182 00000 f -0000001183 00000 f -0000001184 00000 f -0000001185 00000 f -0000001186 00000 f -0000001187 00000 f -0000001188 00000 f -0000001189 00000 f -0000001190 00000 f -0000001191 00000 f -0000001192 00000 f -0000001193 00000 f -0000001194 00000 f -0000001195 00000 f -0000001196 00000 f -0000001197 00000 f -0000001198 00000 f -0000001199 00000 f -0000001200 00000 f -0000001201 00000 f -0000001202 00000 f -0000001203 00000 f -0000001204 00000 f -0000001205 00000 f -0000001206 00000 f -0000001207 00000 f -0000001208 00000 f -0000001209 00000 f -0000001210 00000 f -0000001211 00000 f -0000001212 00000 f -0000001213 00000 f -0000001214 00000 f -0000001215 00000 f -0000001216 00000 f -0000001217 00000 f -0000001218 00000 f -0000001219 00000 f -0000001220 00000 f -0000001221 00000 f -0000001222 00000 f -0000001223 00000 f -0000001224 00000 f -0000001225 00000 f -0000001226 00000 f -0000001227 00000 f -0000001228 00000 f -0000001229 00000 f -0000001230 00000 f -0000001231 00000 f -0000001232 00000 f -0000001233 00000 f -0000001234 00000 f -0000001235 00000 f -0000001236 00000 f -0000001237 00000 f -0000001238 00000 f -0000001239 00000 f -0000001240 00000 f -0000001241 00000 f -0000001242 00000 f -0000001243 00000 f -0000001244 00000 f -0000001245 00000 f -0000001246 00000 f -0000001247 00000 f -0000001248 00000 f -0000001249 00000 f -0000001250 00000 f -0000001251 00000 f -0000001252 00000 f -0000001253 00000 f -0000001254 00000 f -0000001255 00000 f -0000001256 00000 f -0000001257 00000 f -0000001258 00000 f -0000001259 00000 f -0000001260 00000 f -0000001261 00000 f -0000001262 00000 f -0000001263 00000 f -0000001264 00000 f -0000001265 00000 f -0000001266 00000 f -0000001267 00000 f -0000001268 00000 f -0000001269 00000 f -0000001270 00000 f -0000001271 00000 f -0000001272 00000 f -0000001273 00000 f -0000001274 00000 f -0000001275 00000 f -0000001276 00000 f -0000001277 00000 f -0000001278 00000 f -0000001279 00000 f -0000001280 00000 f -0000001281 00000 f -0000001282 00000 f -0000001283 00000 f -0000001284 00000 f -0000001285 00000 f -0000001286 00000 f -0000001287 00000 f -0000001288 00000 f -0000001289 00000 f -0000001290 00000 f -0000001291 00000 f -0000001292 00000 f -0000001293 00000 f -0000001294 00000 f -0000001295 00000 f -0000001296 00000 f -0000001297 00000 f -0000001298 00000 f -0000001299 00000 f -0000001300 00000 f -0000001301 00000 f -0000001302 00000 f -0000001303 00000 f -0000001304 00000 f -0000001305 00000 f -0000001306 00000 f -0000001307 00000 f -0000001308 00000 f -0000001309 00000 f -0000001310 00000 f -0000001311 00000 f -0000001312 00000 f -0000001313 00000 f -0000001314 00000 f -0000001315 00000 f -0000001316 00000 f -0000001317 00000 f -0000001318 00000 f -0000001319 00000 f -0000001320 00000 f -0000001321 00000 f -0000001322 00000 f -0000001323 00000 f -0000001324 00000 f -0000001325 00000 f -0000001326 00000 f -0000001327 00000 f -0000001328 00000 f -0000001329 00000 f -0000001330 00000 f -0000001331 00000 f -0000001332 00000 f -0000001333 00000 f -0000001334 00000 f -0000001335 00000 f -0000001336 00000 f -0000001337 00000 f -0000001338 00000 f -0000001339 00000 f -0000001340 00000 f -0000001341 00000 f -0000001342 00000 f -0000001343 00000 f -0000001344 00000 f -0000001345 00000 f -0000001346 00000 f -0000001347 00000 f -0000001348 00000 f -0000001349 00000 f -0000001350 00000 f -0000001351 00000 f -0000001352 00000 f -0000001353 00000 f -0000001354 00000 f -0000001355 00000 f -0000001356 00000 f -0000001357 00000 f -0000001358 00000 f -0000001359 00000 f -0000001360 00000 f -0000001361 00000 f -0000001362 00000 f -0000001363 00000 f -0000001364 00000 f -0000001365 00000 f -0000001366 00000 f -0000001367 00000 f -0000001368 00000 f -0000001369 00000 f -0000001370 00000 f -0000001371 00000 f -0000001372 00000 f -0000001373 00000 f -0000001374 00000 f -0000001375 00000 f -0000001376 00000 f -0000001377 00000 f -0000001378 00000 f -0000001379 00000 f -0000001380 00000 f -0000001381 00000 f -0000001382 00000 f -0000001383 00000 f -0000001384 00000 f -0000001385 00000 f -0000001386 00000 f -0000001387 00000 f -0000001388 00000 f -0000001389 00000 f -0000001390 00000 f -0000001391 00000 f -0000001392 00000 f -0000001393 00000 f -0000001394 00000 f -0000001395 00000 f -0000001396 00000 f -0000001397 00000 f -0000001398 00000 f -0000001399 00000 f -0000001400 00000 f -0000001401 00000 f -0000001402 00000 f -0000001403 00000 f -0000001404 00000 f -0000001405 00000 f -0000001406 00000 f -0000001407 00000 f -0000001408 00000 f -0000001409 00000 f -0000001410 00000 f -0000001411 00000 f -0000001412 00000 f -0000001413 00000 f -0000001414 00000 f -0000001415 00000 f -0000001416 00000 f -0000001417 00000 f -0000001418 00000 f -0000001419 00000 f -0000001420 00000 f -0000001421 00000 f -0000001422 00000 f -0000001423 00000 f -0000001424 00000 f -0000001425 00000 f -0000001426 00000 f -0000001427 00000 f -0000001428 00000 f -0000001429 00000 f -0000001430 00000 f -0000001431 00000 f -0000001432 00000 f -0000001433 00000 f -0000001434 00000 f -0000001435 00000 f -0000001436 00000 f -0000001437 00000 f -0000001438 00000 f -0000001439 00000 f -0000001440 00000 f -0000001441 00000 f -0000001442 00000 f -0000001443 00000 f -0000001444 00000 f -0000001445 00000 f -0000001446 00000 f -0000001447 00000 f -0000001448 00000 f -0000001449 00000 f -0000001450 00000 f -0000001451 00000 f -0000001452 00000 f -0000001453 00000 f -0000001454 00000 f -0000001455 00000 f -0000001456 00000 f -0000001457 00000 f -0000001458 00000 f -0000001459 00000 f -0000001460 00000 f -0000001461 00000 f -0000001462 00000 f -0000001463 00000 f -0000001464 00000 f -0000001465 00000 f -0000001466 00000 f -0000001467 00000 f -0000001468 00000 f -0000001469 00000 f -0000001470 00000 f -0000001471 00000 f -0000001472 00000 f -0000001473 00000 f -0000001474 00000 f -0000001475 00000 f -0000001476 00000 f -0000001477 00000 f -0000001478 00000 f -0000001479 00000 f -0000001480 00000 f -0000001481 00000 f -0000001482 00000 f -0000001483 00000 f -0000001484 00000 f -0000001485 00000 f -0000001486 00000 f -0000001487 00000 f -0000001488 00000 f -0000001489 00000 f -0000001490 00000 f -0000001491 00000 f -0000001492 00000 f -0000001493 00000 f -0000001494 00000 f -0000001495 00000 f -0000001496 00000 f -0000001497 00000 f -0000001498 00000 f -0000001499 00000 f -0000001500 00000 f -0000001501 00000 f -0000001502 00000 f -0000001503 00000 f -0000001504 00000 f -0000001505 00000 f -0000001506 00000 f -0000001507 00000 f -0000001508 00000 f -0000001509 00000 f -0000001510 00000 f -0000001511 00000 f -0000001512 00000 f -0000001513 00000 f -0000001514 00000 f -0000001515 00000 f -0000001516 00000 f -0000001517 00000 f -0000001518 00000 f -0000001519 00000 f -0000001520 00000 f -0000001521 00000 f -0000001522 00000 f -0000001523 00000 f -0000001524 00000 f -0000001525 00000 f -0000001526 00000 f -0000001527 00000 f -0000001528 00000 f -0000001529 00000 f -0000001530 00000 f -0000001531 00000 f -0000001532 00000 f -0000001533 00000 f -0000001534 00000 f -0000001535 00000 f -0000001536 00000 f -0000001537 00000 f -0000001538 00000 f -0000001539 00000 f -0000001540 00000 f -0000001541 00000 f -0000001542 00000 f -0000001543 00000 f -0000001544 00000 f -0000001545 00000 f -0000001546 00000 f -0000001547 00000 f -0000001548 00000 f -0000001549 00000 f -0000001550 00000 f -0000001551 00000 f -0000001552 00000 f -0000001553 00000 f -0000001554 00000 f -0000001555 00000 f -0000001556 00000 f -0000001557 00000 f -0000001558 00000 f -0000001559 00000 f -0000001560 00000 f -0000001561 00000 f -0000001562 00000 f -0000001563 00000 f -0000001564 00000 f -0000001565 00000 f -0000001566 00000 f -0000001567 00000 f -0000001568 00000 f -0000001569 00000 f -0000001570 00000 f -0000001571 00000 f -0000001572 00000 f -0000001573 00000 f -0000001574 00000 f -0000001575 00000 f -0000001576 00000 f -0000001577 00000 f -0000001578 00000 f -0000001579 00000 f -0000001580 00000 f -0000001581 00000 f -0000001582 00000 f -0000001583 00000 f -0000001584 00000 f -0000001585 00000 f -0000001586 00000 f -0000001587 00000 f -0000001588 00000 f -0000001589 00000 f -0000001590 00000 f -0000001591 00000 f -0000001592 00000 f -0000001593 00000 f -0000001594 00000 f -0000001595 00000 f -0000001596 00000 f -0000001597 00000 f -0000001598 00000 f -0000001599 00000 f -0000001600 00000 f -0000001601 00000 f -0000001602 00000 f -0000001603 00000 f -0000001604 00000 f -0000001605 00000 f -0000001606 00000 f -0000001607 00000 f -0000001608 00000 f -0000001609 00000 f -0000001610 00000 f -0000001611 00000 f -0000001612 00000 f -0000001613 00000 f -0000001614 00000 f -0000001615 00000 f -0000001616 00000 f -0000001617 00000 f -0000001618 00000 f -0000001619 00000 f -0000001620 00000 f -0000001621 00000 f -0000001622 00000 f -0000001623 00000 f -0000001624 00000 f -0000001625 00000 f -0000001626 00000 f -0000001627 00000 f -0000001628 00000 f -0000001629 00000 f -0000001630 00000 f -0000001631 00000 f -0000001632 00000 f -0000001633 00000 f -0000001634 00000 f -0000001635 00000 f -0000001636 00000 f -0000001637 00000 f -0000001638 00000 f -0000001639 00000 f -0000001640 00000 f -0000001641 00000 f -0000001642 00000 f -0000001643 00000 f -0000001644 00000 f -0000001645 00000 f -0000001646 00000 f -0000001647 00000 f -0000001648 00000 f -0000001649 00000 f -0000001650 00000 f -0000001651 00000 f -0000001652 00000 f -0000001653 00000 f -0000001654 00000 f -0000001655 00000 f -0000001656 00000 f -0000001657 00000 f -0000001658 00000 f -0000001659 00000 f -0000001660 00000 f -0000001661 00000 f -0000001662 00000 f -0000001663 00000 f -0000001664 00000 f -0000001665 00000 f -0000001666 00000 f -0000001667 00000 f -0000001668 00000 f -0000001669 00000 f -0000001670 00000 f -0000001671 00000 f -0000001672 00000 f -0000001673 00000 f -0000001674 00000 f -0000001675 00000 f -0000001676 00000 f -0000001677 00000 f -0000001678 00000 f -0000001679 00000 f -0000001680 00000 f -0000001681 00000 f -0000001682 00000 f -0000001683 00000 f -0000001684 00000 f -0000001685 00000 f -0000001686 00000 f -0000001687 00000 f -0000001688 00000 f -0000001689 00000 f -0000001690 00000 f -0000001691 00000 f -0000001692 00000 f -0000001693 00000 f -0000001694 00000 f -0000001695 00000 f -0000001696 00000 f -0000001697 00000 f -0000001698 00000 f -0000001699 00000 f -0000001700 00000 f -0000001701 00000 f -0000001702 00000 f -0000001703 00000 f -0000001704 00000 f -0000001705 00000 f -0000001706 00000 f -0000001707 00000 f -0000001708 00000 f -0000001709 00000 f -0000001710 00000 f -0000001711 00000 f -0000001712 00000 f -0000001713 00000 f -0000001714 00000 f -0000001715 00000 f -0000001716 00000 f -0000001717 00000 f -0000001718 00000 f -0000001719 00000 f -0000001720 00000 f -0000001721 00000 f -0000001722 00000 f -0000001723 00000 f -0000001724 00000 f -0000001725 00000 f -0000001726 00000 f -0000001727 00000 f -0000001728 00000 f -0000001729 00000 f -0000001730 00000 f -0000001731 00000 f -0000001732 00000 f -0000001733 00000 f -0000001734 00000 f -0000001735 00000 f -0000001736 00000 f -0000001737 00000 f -0000001738 00000 f -0000001739 00000 f -0000001740 00000 f -0000001741 00000 f -0000001742 00000 f -0000001743 00000 f -0000001744 00000 f -0000001745 00000 f -0000001746 00000 f -0000001747 00000 f -0000001748 00000 f -0000001749 00000 f -0000001750 00000 f -0000001751 00000 f -0000001752 00000 f -0000001753 00000 f -0000001754 00000 f -0000001755 00000 f -0000001762 00000 f -0000323819 00000 n -0000323852 00000 n -0000323699 00000 n -0000323732 00000 n -0000323579 00000 n -0000323612 00000 n -0000001763 00000 f -0000001764 00000 f -0000001765 00000 f -0000001766 00000 f -0000001767 00000 f -0000001771 00000 f -0000316767 00000 n -0000316846 00000 n -0000316936 00000 n -0000001772 00000 f -0000001773 00000 f -0000001774 00000 f -0000001775 00000 f -0000001776 00000 f -0000001777 00000 f -0000001778 00000 f -0000001779 00000 f -0000001780 00000 f -0000001781 00000 f -0000001782 00000 f -0000001783 00000 f -0000001784 00000 f -0000001785 00000 f -0000001786 00000 f -0000001787 00000 f -0000001788 00000 f -0000001789 00000 f -0000001790 00000 f -0000001791 00000 f -0000001792 00000 f -0000001793 00000 f -0000001794 00000 f -0000001795 00000 f -0000001796 00000 f -0000001797 00000 f -0000001798 00000 f -0000001799 00000 f -0000001800 00000 f -0000001801 00000 f -0000001802 00000 f -0000001803 00000 f -0000001804 00000 f -0000001805 00000 f -0000001806 00000 f -0000001807 00000 f -0000001808 00000 f -0000001809 00000 f -0000001810 00000 f -0000001811 00000 f -0000001812 00000 f -0000001813 00000 f -0000001814 00000 f -0000001815 00000 f -0000001816 00000 f -0000001817 00000 f -0000001818 00000 f -0000001819 00000 f -0000001820 00000 f -0000001821 00000 f -0000001822 00000 f -0000001823 00000 f -0000001824 00000 f -0000001825 00000 f -0000001826 00000 f -0000001827 00000 f -0000001828 00000 f -0000001829 00000 f -0000001830 00000 f -0000001831 00000 f -0000001832 00000 f -0000001833 00000 f -0000001834 00000 f -0000001835 00000 f -0000001836 00000 f -0000001837 00000 f -0000001838 00000 f -0000001839 00000 f -0000001840 00000 f -0000001841 00000 f -0000001842 00000 f -0000001843 00000 f -0000001844 00000 f -0000001845 00000 f -0000001846 00000 f -0000001847 00000 f -0000001848 00000 f -0000001849 00000 f -0000001850 00000 f -0000001851 00000 f -0000001852 00000 f -0000001853 00000 f -0000001854 00000 f -0000001855 00000 f -0000001856 00000 f -0000001857 00000 f -0000001858 00000 f -0000001859 00000 f -0000001860 00000 f -0000001861 00000 f -0000001862 00000 f -0000001863 00000 f -0000001864 00000 f -0000001865 00000 f -0000001866 00000 f -0000001867 00000 f -0000001868 00000 f -0000001869 00000 f -0000001870 00000 f -0000001871 00000 f -0000001872 00000 f -0000001873 00000 f -0000001874 00000 f -0000001875 00000 f -0000001876 00000 f -0000001877 00000 f -0000001878 00000 f -0000001879 00000 f -0000001880 00000 f -0000001881 00000 f -0000001882 00000 f -0000001883 00000 f -0000001884 00000 f -0000001885 00000 f -0000001886 00000 f -0000001887 00000 f -0000001888 00000 f -0000001889 00000 f -0000001890 00000 f -0000001891 00000 f -0000001892 00000 f -0000001893 00000 f -0000001894 00000 f -0000001895 00000 f -0000001896 00000 f -0000001897 00000 f -0000001898 00000 f -0000001899 00000 f -0000001900 00000 f -0000001901 00000 f -0000001902 00000 f -0000001903 00000 f -0000001904 00000 f -0000001905 00000 f -0000001906 00000 f -0000001907 00000 f -0000001908 00000 f -0000001909 00000 f -0000001910 00000 f -0000001911 00000 f -0000001912 00000 f -0000001913 00000 f -0000001914 00000 f -0000001915 00000 f -0000001916 00000 f -0000001917 00000 f -0000001918 00000 f -0000001919 00000 f -0000001920 00000 f -0000001921 00000 f -0000001922 00000 f -0000001923 00000 f -0000001924 00000 f -0000001925 00000 f -0000001926 00000 f -0000001927 00000 f -0000001928 00000 f -0000001929 00000 f -0000001930 00000 f -0000001931 00000 f -0000001932 00000 f -0000001933 00000 f -0000001934 00000 f -0000001935 00000 f -0000001936 00000 f -0000001937 00000 f -0000001938 00000 f -0000001939 00000 f -0000001940 00000 f -0000001941 00000 f -0000001942 00000 f -0000001943 00000 f -0000001944 00000 f -0000001945 00000 f -0000001946 00000 f -0000001947 00000 f -0000001948 00000 f -0000001949 00000 f -0000001950 00000 f -0000001951 00000 f -0000001952 00000 f -0000001953 00000 f -0000001954 00000 f -0000001955 00000 f -0000001956 00000 f -0000001957 00000 f -0000001958 00000 f -0000001959 00000 f -0000001960 00000 f -0000001961 00000 f -0000001962 00000 f -0000001963 00000 f -0000001964 00000 f -0000001965 00000 f -0000001966 00000 f -0000001967 00000 f -0000001968 00000 f -0000001969 00000 f -0000001970 00000 f -0000001971 00000 f -0000001972 00000 f -0000001973 00000 f -0000001974 00000 f -0000001975 00000 f -0000001976 00000 f -0000001977 00000 f -0000001978 00000 f -0000001979 00000 f -0000001980 00000 f -0000001981 00000 f -0000001982 00000 f -0000001983 00000 f -0000001984 00000 f -0000001985 00000 f -0000001986 00000 f -0000001987 00000 f -0000001988 00000 f -0000001989 00000 f -0000001990 00000 f -0000001991 00000 f -0000001992 00000 f -0000001993 00000 f -0000001994 00000 f -0000001995 00000 f -0000001996 00000 f -0000001997 00000 f -0000001998 00000 f -0000001999 00000 f -0000002000 00000 f -0000002001 00000 f -0000002002 00000 f -0000002003 00000 f -0000002004 00000 f -0000002005 00000 f -0000002006 00000 f -0000002007 00000 f -0000002008 00000 f -0000002009 00000 f -0000002010 00000 f -0000002011 00000 f -0000002012 00000 f -0000002013 00000 f -0000002014 00000 f -0000002015 00000 f -0000002016 00000 f -0000002017 00000 f -0000002018 00000 f -0000002019 00000 f -0000002020 00000 f -0000002021 00000 f -0000002022 00000 f -0000002023 00000 f -0000002024 00000 f -0000002025 00000 f -0000002026 00000 f -0000002027 00000 f -0000002028 00000 f -0000002029 00000 f -0000002030 00000 f -0000002031 00000 f -0000002032 00000 f -0000002033 00000 f -0000002034 00000 f -0000002035 00000 f -0000002036 00000 f -0000002037 00000 f -0000002038 00000 f -0000002039 00000 f -0000002040 00000 f -0000002041 00000 f -0000002042 00000 f -0000002043 00000 f -0000002044 00000 f -0000002045 00000 f -0000002046 00000 f -0000002047 00000 f -0000002048 00000 f -0000002049 00000 f -0000002050 00000 f -0000002051 00000 f -0000002052 00000 f -0000002053 00000 f -0000002054 00000 f -0000002055 00000 f -0000002056 00000 f -0000002057 00000 f -0000002058 00000 f -0000002059 00000 f -0000002060 00000 f -0000002061 00000 f -0000002062 00000 f -0000002063 00000 f -0000002064 00000 f -0000002065 00000 f -0000002066 00000 f -0000002067 00000 f -0000002068 00000 f -0000002069 00000 f -0000002070 00000 f -0000002071 00000 f -0000002072 00000 f -0000002073 00000 f -0000002074 00000 f -0000002075 00000 f -0000002076 00000 f -0000002077 00000 f -0000002078 00000 f -0000002079 00000 f -0000002080 00000 f -0000002081 00000 f -0000002082 00000 f -0000002083 00000 f -0000002084 00000 f -0000002085 00000 f -0000002086 00000 f -0000002087 00000 f -0000002088 00000 f -0000002089 00000 f -0000002090 00000 f -0000002091 00000 f -0000002092 00000 f -0000002093 00000 f -0000002094 00000 f -0000002095 00000 f -0000002096 00000 f -0000002097 00000 f -0000002098 00000 f -0000002099 00000 f -0000002100 00000 f -0000002101 00000 f -0000002102 00000 f -0000002103 00000 f -0000002104 00000 f -0000002105 00000 f -0000002106 00000 f -0000002107 00000 f -0000002108 00000 f -0000002109 00000 f -0000002110 00000 f -0000002111 00000 f -0000002112 00000 f -0000002113 00000 f -0000002114 00000 f -0000002115 00000 f -0000002116 00000 f -0000002117 00000 f -0000002118 00000 f -0000002119 00000 f -0000002120 00000 f -0000002121 00000 f -0000002122 00000 f -0000002123 00000 f -0000002124 00000 f -0000002125 00000 f -0000002126 00000 f -0000002127 00000 f -0000002128 00000 f -0000002129 00000 f -0000002130 00000 f -0000002131 00000 f -0000002132 00000 f -0000002133 00000 f -0000002134 00000 f -0000002135 00000 f -0000002136 00000 f -0000002137 00000 f -0000002138 00000 f -0000002139 00000 f -0000002140 00000 f -0000002141 00000 f -0000002142 00000 f -0000002143 00000 f -0000002144 00000 f -0000002145 00000 f -0000002146 00000 f -0000002147 00000 f -0000002148 00000 f -0000002149 00000 f -0000002150 00000 f -0000002151 00000 f -0000002152 00000 f -0000002153 00000 f -0000002154 00000 f -0000002155 00000 f -0000002156 00000 f -0000002157 00000 f -0000002158 00000 f -0000002159 00000 f -0000002160 00000 f -0000002161 00000 f -0000002162 00000 f -0000002163 00000 f -0000002164 00000 f -0000002165 00000 f -0000002166 00000 f -0000002167 00000 f -0000002168 00000 f -0000002169 00000 f -0000002170 00000 f -0000002171 00000 f -0000002172 00000 f -0000002173 00000 f -0000002174 00000 f -0000002175 00000 f -0000002176 00000 f -0000002177 00000 f -0000002178 00000 f -0000002179 00000 f -0000002180 00000 f -0000002181 00000 f -0000002182 00000 f -0000002183 00000 f -0000002184 00000 f -0000002185 00000 f -0000002186 00000 f -0000002187 00000 f -0000002188 00000 f -0000002189 00000 f -0000002190 00000 f -0000002191 00000 f -0000002192 00000 f -0000002193 00000 f -0000002194 00000 f -0000002195 00000 f -0000002196 00000 f -0000002197 00000 f -0000002198 00000 f -0000002199 00000 f -0000002200 00000 f -0000002201 00000 f -0000002202 00000 f -0000002203 00000 f -0000002204 00000 f -0000002205 00000 f -0000002206 00000 f -0000002207 00000 f -0000002208 00000 f -0000002209 00000 f -0000002210 00000 f -0000002211 00000 f -0000002212 00000 f -0000002213 00000 f -0000002214 00000 f -0000002215 00000 f -0000002216 00000 f -0000002217 00000 f -0000002218 00000 f -0000002219 00000 f -0000002220 00000 f -0000002221 00000 f -0000002222 00000 f -0000002223 00000 f -0000002224 00000 f -0000002225 00000 f -0000002226 00000 f -0000002227 00000 f -0000002228 00000 f -0000002229 00000 f -0000002230 00000 f -0000002231 00000 f -0000002232 00000 f -0000002233 00000 f -0000002234 00000 f -0000002235 00000 f -0000002236 00000 f -0000002237 00000 f -0000002238 00000 f -0000002239 00000 f -0000002240 00000 f -0000002241 00000 f -0000002242 00000 f -0000002243 00000 f -0000002244 00000 f -0000002245 00000 f -0000002246 00000 f -0000002247 00000 f -0000002248 00000 f -0000002249 00000 f -0000002250 00000 f -0000002251 00000 f -0000002252 00000 f -0000002253 00000 f -0000002254 00000 f -0000002255 00000 f -0000002256 00000 f -0000002257 00000 f -0000002258 00000 f -0000002259 00000 f -0000002260 00000 f -0000002261 00000 f -0000002262 00000 f -0000002263 00000 f -0000002264 00000 f -0000002265 00000 f -0000002266 00000 f -0000002267 00000 f -0000002268 00000 f -0000002269 00000 f -0000002270 00000 f -0000002271 00000 f -0000002272 00000 f -0000002273 00000 f -0000002274 00000 f -0000002275 00000 f -0000002276 00000 f -0000002277 00000 f -0000002278 00000 f -0000002279 00000 f -0000002280 00000 f -0000002281 00000 f -0000002282 00000 f -0000002283 00000 f -0000002284 00000 f -0000002285 00000 f -0000002286 00000 f -0000002287 00000 f -0000002288 00000 f -0000002289 00000 f -0000002290 00000 f -0000002291 00000 f -0000002292 00000 f -0000002293 00000 f -0000002294 00000 f -0000002295 00000 f -0000002296 00000 f -0000002297 00000 f -0000002298 00000 f -0000002299 00000 f -0000002300 00000 f -0000002301 00000 f -0000002302 00000 f -0000002303 00000 f -0000002304 00000 f -0000002305 00000 f -0000002306 00000 f -0000002307 00000 f -0000002308 00000 f -0000002309 00000 f -0000002310 00000 f -0000002311 00000 f -0000002312 00000 f -0000002313 00000 f -0000002314 00000 f -0000002315 00000 f -0000002316 00000 f -0000002317 00000 f -0000002318 00000 f -0000002319 00000 f -0000002320 00000 f -0000002321 00000 f -0000002322 00000 f -0000002323 00000 f -0000002324 00000 f -0000002325 00000 f -0000002326 00000 f -0000002327 00000 f -0000002328 00000 f -0000002329 00000 f -0000002330 00000 f -0000002331 00000 f -0000002332 00000 f -0000002333 00000 f -0000002334 00000 f -0000002335 00000 f -0000002336 00000 f -0000002337 00000 f -0000002338 00000 f -0000002339 00000 f -0000002340 00000 f -0000002341 00000 f -0000002342 00000 f -0000002343 00000 f -0000002344 00000 f -0000002345 00000 f -0000002346 00000 f -0000002347 00000 f -0000002348 00000 f -0000002349 00000 f -0000002350 00000 f -0000002351 00000 f -0000002352 00000 f -0000002353 00000 f -0000002354 00000 f -0000002355 00000 f -0000002356 00000 f -0000002357 00000 f -0000002358 00000 f -0000002359 00000 f -0000002360 00000 f -0000002361 00000 f -0000002362 00000 f -0000002363 00000 f -0000002364 00000 f -0000002365 00000 f -0000002366 00000 f -0000002367 00000 f -0000002368 00000 f -0000002369 00000 f -0000002370 00000 f -0000002371 00000 f -0000002372 00000 f -0000002373 00000 f -0000002374 00000 f -0000002375 00000 f -0000002376 00000 f -0000002377 00000 f -0000002378 00000 f -0000002379 00000 f -0000002380 00000 f -0000002381 00000 f -0000002382 00000 f -0000002383 00000 f -0000002384 00000 f -0000002385 00000 f -0000002386 00000 f -0000002387 00000 f -0000002388 00000 f -0000002389 00000 f -0000002390 00000 f -0000002391 00000 f -0000002392 00000 f -0000002393 00000 f -0000002394 00000 f -0000002395 00000 f -0000002396 00000 f -0000002397 00000 f -0000002398 00000 f -0000002399 00000 f -0000002400 00000 f -0000002401 00000 f -0000002402 00000 f -0000002403 00000 f -0000002404 00000 f -0000002405 00000 f -0000002406 00000 f -0000002407 00000 f -0000002408 00000 f -0000002409 00000 f -0000002410 00000 f -0000002411 00000 f -0000002412 00000 f -0000002413 00000 f -0000002414 00000 f -0000002415 00000 f -0000002416 00000 f -0000002417 00000 f -0000002418 00000 f -0000002419 00000 f -0000002420 00000 f -0000002421 00000 f -0000002422 00000 f -0000002423 00000 f -0000002424 00000 f -0000002425 00000 f -0000002426 00000 f -0000002427 00000 f -0000002428 00000 f -0000002429 00000 f -0000002430 00000 f -0000002431 00000 f -0000002432 00000 f -0000002433 00000 f -0000002434 00000 f -0000002435 00000 f -0000002436 00000 f -0000002437 00000 f -0000002438 00000 f -0000002439 00000 f -0000002440 00000 f -0000002441 00000 f -0000002442 00000 f -0000002443 00000 f -0000002444 00000 f -0000002445 00000 f -0000002446 00000 f -0000002447 00000 f -0000002448 00000 f -0000002449 00000 f -0000002450 00000 f -0000002451 00000 f -0000002452 00000 f -0000002453 00000 f -0000002454 00000 f -0000002455 00000 f -0000002456 00000 f -0000002457 00000 f -0000002458 00000 f -0000002459 00000 f -0000002460 00000 f -0000002461 00000 f -0000002462 00000 f -0000002463 00000 f -0000002464 00000 f -0000002465 00000 f -0000002466 00000 f -0000002467 00000 f -0000002468 00000 f -0000002469 00000 f -0000002470 00000 f -0000002471 00000 f -0000002472 00000 f -0000002473 00000 f -0000002474 00000 f -0000002475 00000 f -0000002476 00000 f -0000002477 00000 f -0000002478 00000 f -0000002479 00000 f -0000002480 00000 f -0000002481 00000 f -0000002482 00000 f -0000002483 00000 f -0000002484 00000 f -0000002485 00000 f -0000002486 00000 f -0000002487 00000 f -0000002488 00000 f -0000002489 00000 f -0000002490 00000 f -0000002491 00000 f -0000002492 00000 f -0000002493 00000 f -0000002494 00000 f -0000002495 00000 f -0000002496 00000 f -0000002497 00000 f -0000002498 00000 f -0000002499 00000 f -0000002500 00000 f -0000002501 00000 f -0000002502 00000 f -0000002503 00000 f -0000002504 00000 f -0000002505 00000 f -0000002506 00000 f -0000002507 00000 f -0000002508 00000 f -0000002509 00000 f -0000002510 00000 f -0000002511 00000 f -0000002512 00000 f -0000002513 00000 f -0000002514 00000 f -0000002515 00000 f -0000002516 00000 f -0000002517 00000 f -0000002518 00000 f -0000002519 00000 f -0000002520 00000 f -0000002521 00000 f -0000002522 00000 f -0000002523 00000 f -0000002524 00000 f -0000002525 00000 f -0000002526 00000 f -0000002527 00000 f -0000002528 00000 f -0000002529 00000 f -0000002530 00000 f -0000002531 00000 f -0000002532 00000 f -0000002533 00000 f -0000002534 00000 f -0000002535 00000 f -0000002536 00000 f -0000002537 00000 f -0000002538 00000 f -0000002539 00000 f -0000002540 00000 f -0000002541 00000 f -0000002542 00000 f -0000002543 00000 f -0000002544 00000 f -0000002545 00000 f -0000002546 00000 f -0000002547 00000 f -0000002548 00000 f -0000002549 00000 f -0000002550 00000 f -0000002551 00000 f -0000002552 00000 f -0000002553 00000 f -0000002554 00000 f -0000002555 00000 f -0000002556 00000 f -0000002557 00000 f -0000002558 00000 f -0000002559 00000 f -0000002560 00000 f -0000002561 00000 f -0000002562 00000 f -0000002563 00000 f -0000002564 00000 f -0000002565 00000 f -0000002566 00000 f -0000002567 00000 f -0000002568 00000 f -0000002569 00000 f -0000002570 00000 f -0000002571 00000 f -0000002572 00000 f -0000002573 00000 f -0000002574 00000 f -0000002575 00000 f -0000002576 00000 f -0000002577 00000 f -0000002578 00000 f -0000002579 00000 f -0000002580 00000 f -0000002581 00000 f -0000002582 00000 f -0000002583 00000 f -0000002584 00000 f -0000002585 00000 f -0000002586 00000 f -0000002587 00000 f -0000002588 00000 f -0000002589 00000 f -0000002590 00000 f -0000002591 00000 f -0000002592 00000 f -0000002593 00000 f -0000002594 00000 f -0000002595 00000 f -0000002596 00000 f -0000002597 00000 f -0000002598 00000 f -0000002599 00000 f -0000002600 00000 f -0000002601 00000 f -0000002602 00000 f -0000002603 00000 f -0000002604 00000 f -0000002605 00000 f -0000002606 00000 f -0000002607 00000 f -0000002608 00000 f -0000002609 00000 f -0000002610 00000 f -0000002611 00000 f -0000002612 00000 f -0000002613 00000 f -0000002614 00000 f -0000002615 00000 f -0000002616 00000 f -0000002617 00000 f -0000002618 00000 f -0000002619 00000 f -0000002620 00000 f -0000002621 00000 f -0000002622 00000 f -0000002623 00000 f -0000002624 00000 f -0000002625 00000 f -0000002626 00000 f -0000002627 00000 f -0000002628 00000 f -0000002629 00000 f -0000002630 00000 f -0000002631 00000 f -0000002632 00000 f -0000002633 00000 f -0000002634 00000 f -0000002635 00000 f -0000002636 00000 f -0000002643 00000 f -0000323459 00000 n -0000323492 00000 n -0000323339 00000 n -0000323372 00000 n -0000323219 00000 n -0000323252 00000 n -0000002644 00000 f -0000002645 00000 f -0000002646 00000 f -0000002647 00000 f -0000002648 00000 f -0000002652 00000 f -0000317027 00000 n -0000317106 00000 n -0000317196 00000 n -0000002653 00000 f -0000002654 00000 f -0000002655 00000 f -0000002656 00000 f -0000002657 00000 f -0000002658 00000 f -0000002659 00000 f -0000002660 00000 f -0000002661 00000 f -0000002662 00000 f -0000002663 00000 f -0000002664 00000 f -0000002665 00000 f -0000002666 00000 f -0000002667 00000 f -0000002668 00000 f -0000002669 00000 f -0000002670 00000 f -0000002671 00000 f -0000002672 00000 f -0000002673 00000 f -0000002674 00000 f -0000002675 00000 f -0000002676 00000 f -0000002677 00000 f -0000002678 00000 f -0000002679 00000 f -0000002680 00000 f -0000002681 00000 f -0000002682 00000 f -0000002683 00000 f -0000002684 00000 f -0000002685 00000 f -0000002686 00000 f -0000002687 00000 f -0000002688 00000 f -0000002689 00000 f -0000002690 00000 f -0000002691 00000 f -0000002692 00000 f -0000002693 00000 f -0000002694 00000 f -0000002695 00000 f -0000002696 00000 f -0000002697 00000 f -0000002698 00000 f -0000002699 00000 f -0000002700 00000 f -0000002701 00000 f -0000002702 00000 f -0000002703 00000 f -0000002704 00000 f -0000002705 00000 f -0000002706 00000 f -0000002707 00000 f -0000002708 00000 f -0000002709 00000 f -0000002710 00000 f -0000002711 00000 f -0000002712 00000 f -0000002713 00000 f -0000002714 00000 f -0000002715 00000 f -0000002716 00000 f -0000002717 00000 f -0000002718 00000 f -0000002719 00000 f -0000002720 00000 f -0000002721 00000 f -0000002722 00000 f -0000002723 00000 f -0000002724 00000 f -0000002725 00000 f -0000002726 00000 f -0000002727 00000 f -0000002728 00000 f -0000002729 00000 f -0000002730 00000 f -0000002731 00000 f -0000002732 00000 f -0000002733 00000 f -0000002734 00000 f -0000002735 00000 f -0000002736 00000 f -0000002737 00000 f -0000002738 00000 f -0000002739 00000 f -0000002740 00000 f -0000002741 00000 f -0000002742 00000 f -0000002743 00000 f -0000002744 00000 f -0000002745 00000 f -0000002746 00000 f -0000002747 00000 f -0000002748 00000 f -0000002749 00000 f -0000002750 00000 f -0000002751 00000 f -0000002752 00000 f -0000002753 00000 f -0000002754 00000 f -0000002755 00000 f -0000002756 00000 f -0000002757 00000 f -0000002758 00000 f -0000002759 00000 f -0000002760 00000 f -0000002761 00000 f -0000002762 00000 f -0000002763 00000 f -0000002764 00000 f -0000002765 00000 f -0000002766 00000 f -0000002767 00000 f -0000002768 00000 f -0000002769 00000 f -0000002770 00000 f -0000002771 00000 f -0000002772 00000 f -0000002773 00000 f -0000002774 00000 f -0000002775 00000 f -0000002776 00000 f -0000002777 00000 f -0000002778 00000 f -0000002779 00000 f -0000002780 00000 f -0000002781 00000 f -0000002782 00000 f -0000002783 00000 f -0000002784 00000 f -0000002785 00000 f -0000002786 00000 f -0000002787 00000 f -0000002788 00000 f -0000002789 00000 f -0000002790 00000 f -0000002791 00000 f -0000002792 00000 f -0000002793 00000 f -0000002794 00000 f -0000002795 00000 f -0000002796 00000 f -0000002797 00000 f -0000002798 00000 f -0000002799 00000 f -0000002800 00000 f -0000002801 00000 f -0000002802 00000 f -0000002803 00000 f -0000002804 00000 f -0000002805 00000 f -0000002806 00000 f -0000002807 00000 f -0000002808 00000 f -0000002809 00000 f -0000002810 00000 f -0000002811 00000 f -0000002812 00000 f -0000002813 00000 f -0000002814 00000 f -0000002815 00000 f -0000002816 00000 f -0000002817 00000 f -0000002818 00000 f -0000002819 00000 f -0000002820 00000 f -0000002821 00000 f -0000002822 00000 f -0000002823 00000 f -0000002824 00000 f -0000002825 00000 f -0000002826 00000 f -0000002827 00000 f -0000002828 00000 f -0000002829 00000 f -0000002830 00000 f -0000002831 00000 f -0000002832 00000 f -0000002833 00000 f -0000002834 00000 f -0000002835 00000 f -0000002836 00000 f -0000002837 00000 f -0000002838 00000 f -0000002839 00000 f -0000002840 00000 f -0000002841 00000 f -0000002842 00000 f -0000002843 00000 f -0000002844 00000 f -0000002845 00000 f -0000002846 00000 f -0000002847 00000 f -0000002848 00000 f -0000002849 00000 f -0000002850 00000 f -0000002851 00000 f -0000002852 00000 f -0000002853 00000 f -0000002854 00000 f -0000002855 00000 f -0000002856 00000 f -0000002857 00000 f -0000002858 00000 f -0000002859 00000 f -0000002860 00000 f -0000002861 00000 f -0000002862 00000 f -0000002863 00000 f -0000002864 00000 f -0000002865 00000 f -0000002866 00000 f -0000002867 00000 f -0000002868 00000 f -0000002869 00000 f -0000002870 00000 f -0000002871 00000 f -0000002872 00000 f -0000002873 00000 f -0000002874 00000 f -0000002875 00000 f -0000002876 00000 f -0000002877 00000 f -0000002878 00000 f -0000002879 00000 f -0000002880 00000 f -0000002881 00000 f -0000002882 00000 f -0000002883 00000 f -0000002884 00000 f -0000002885 00000 f -0000002886 00000 f -0000002887 00000 f -0000002888 00000 f -0000002889 00000 f -0000002890 00000 f -0000002891 00000 f -0000002892 00000 f -0000002893 00000 f -0000002894 00000 f -0000002895 00000 f -0000002896 00000 f -0000002897 00000 f -0000002898 00000 f -0000002899 00000 f -0000002900 00000 f -0000002901 00000 f -0000002902 00000 f -0000002903 00000 f -0000002904 00000 f -0000002905 00000 f -0000002906 00000 f -0000002907 00000 f -0000002908 00000 f -0000002909 00000 f -0000002910 00000 f -0000002911 00000 f -0000002912 00000 f -0000002913 00000 f -0000002914 00000 f -0000002915 00000 f -0000002916 00000 f -0000002917 00000 f -0000002918 00000 f -0000002919 00000 f -0000002920 00000 f -0000002921 00000 f -0000002922 00000 f -0000002923 00000 f -0000002924 00000 f -0000002925 00000 f -0000002926 00000 f -0000002927 00000 f -0000002928 00000 f -0000002929 00000 f -0000002930 00000 f -0000002931 00000 f -0000002932 00000 f -0000002933 00000 f -0000002934 00000 f -0000002935 00000 f -0000002936 00000 f -0000002937 00000 f -0000002938 00000 f -0000002939 00000 f -0000002940 00000 f -0000002941 00000 f -0000002942 00000 f -0000002943 00000 f -0000002944 00000 f -0000002945 00000 f -0000002946 00000 f -0000002947 00000 f -0000002948 00000 f -0000002949 00000 f -0000002950 00000 f -0000002951 00000 f -0000002952 00000 f -0000002953 00000 f -0000002954 00000 f -0000002955 00000 f -0000002956 00000 f -0000002957 00000 f -0000002958 00000 f -0000002959 00000 f -0000002960 00000 f -0000002961 00000 f -0000002962 00000 f -0000002963 00000 f -0000002964 00000 f -0000002965 00000 f -0000002966 00000 f -0000002967 00000 f -0000002968 00000 f -0000002969 00000 f -0000002970 00000 f -0000002971 00000 f -0000002972 00000 f -0000002973 00000 f -0000002974 00000 f -0000002975 00000 f -0000002976 00000 f -0000002977 00000 f -0000002978 00000 f -0000002979 00000 f -0000002980 00000 f -0000002981 00000 f -0000002982 00000 f -0000002983 00000 f -0000002984 00000 f -0000002985 00000 f -0000002986 00000 f -0000002987 00000 f -0000002988 00000 f -0000002989 00000 f -0000002990 00000 f -0000002991 00000 f -0000002992 00000 f -0000002993 00000 f -0000002994 00000 f -0000002995 00000 f -0000002996 00000 f -0000002997 00000 f -0000002998 00000 f -0000002999 00000 f -0000003000 00000 f -0000003001 00000 f -0000003002 00000 f -0000003003 00000 f -0000003004 00000 f -0000003005 00000 f -0000003006 00000 f -0000003007 00000 f -0000003008 00000 f -0000003009 00000 f -0000003010 00000 f -0000003011 00000 f -0000003012 00000 f -0000003013 00000 f -0000003014 00000 f -0000003015 00000 f -0000003016 00000 f -0000003017 00000 f -0000003018 00000 f -0000003019 00000 f -0000003020 00000 f -0000003021 00000 f -0000003022 00000 f -0000003023 00000 f -0000003024 00000 f -0000003025 00000 f -0000003026 00000 f -0000003027 00000 f -0000003028 00000 f -0000003029 00000 f -0000003030 00000 f -0000003031 00000 f -0000003032 00000 f -0000003033 00000 f -0000003034 00000 f -0000003035 00000 f -0000003036 00000 f -0000003037 00000 f -0000003038 00000 f -0000003039 00000 f -0000003040 00000 f -0000003041 00000 f -0000003042 00000 f -0000003043 00000 f -0000003044 00000 f -0000003045 00000 f -0000003046 00000 f -0000003047 00000 f -0000003048 00000 f -0000003049 00000 f -0000003050 00000 f -0000003051 00000 f -0000003052 00000 f -0000003053 00000 f -0000003054 00000 f -0000003055 00000 f -0000003056 00000 f -0000003057 00000 f -0000003058 00000 f -0000003059 00000 f -0000003060 00000 f -0000003061 00000 f -0000003062 00000 f -0000003063 00000 f -0000003064 00000 f -0000003065 00000 f -0000003066 00000 f -0000003067 00000 f -0000003068 00000 f -0000003069 00000 f -0000003070 00000 f -0000003071 00000 f -0000003072 00000 f -0000003073 00000 f -0000003074 00000 f -0000003075 00000 f -0000003076 00000 f -0000003077 00000 f -0000003078 00000 f -0000003079 00000 f -0000003080 00000 f -0000003081 00000 f -0000003082 00000 f -0000003083 00000 f -0000003084 00000 f -0000003085 00000 f -0000003086 00000 f -0000003087 00000 f -0000003088 00000 f -0000003089 00000 f -0000003090 00000 f -0000003091 00000 f -0000003092 00000 f -0000003093 00000 f -0000003094 00000 f -0000003095 00000 f -0000003096 00000 f -0000003097 00000 f -0000003098 00000 f -0000003099 00000 f -0000003100 00000 f -0000003101 00000 f -0000003102 00000 f -0000003103 00000 f -0000003104 00000 f -0000003105 00000 f -0000003106 00000 f -0000003107 00000 f -0000003108 00000 f -0000003109 00000 f -0000003110 00000 f -0000003111 00000 f -0000003112 00000 f -0000003113 00000 f -0000003114 00000 f -0000003115 00000 f -0000003116 00000 f -0000003117 00000 f -0000003118 00000 f -0000003119 00000 f -0000003120 00000 f -0000003121 00000 f -0000003122 00000 f -0000003123 00000 f -0000003124 00000 f -0000003125 00000 f -0000003126 00000 f -0000003127 00000 f -0000003128 00000 f -0000003129 00000 f -0000003130 00000 f -0000003131 00000 f -0000003132 00000 f -0000003133 00000 f -0000003134 00000 f -0000003135 00000 f -0000003136 00000 f -0000003137 00000 f -0000003138 00000 f -0000003139 00000 f -0000003140 00000 f -0000003141 00000 f -0000003142 00000 f -0000003143 00000 f -0000003144 00000 f -0000003145 00000 f -0000003146 00000 f -0000003147 00000 f -0000003148 00000 f -0000003149 00000 f -0000003150 00000 f -0000003151 00000 f -0000003152 00000 f -0000003153 00000 f -0000003154 00000 f -0000003155 00000 f -0000003156 00000 f -0000003157 00000 f -0000003158 00000 f -0000003159 00000 f -0000003160 00000 f -0000003161 00000 f -0000003162 00000 f -0000003163 00000 f -0000003164 00000 f -0000003165 00000 f -0000003166 00000 f -0000003167 00000 f -0000003168 00000 f -0000003169 00000 f -0000003170 00000 f -0000003171 00000 f -0000003172 00000 f -0000003173 00000 f -0000003174 00000 f -0000003175 00000 f -0000003176 00000 f -0000003177 00000 f -0000003178 00000 f -0000003179 00000 f -0000003180 00000 f -0000003181 00000 f -0000003182 00000 f -0000003183 00000 f -0000003184 00000 f -0000003185 00000 f -0000003186 00000 f -0000003187 00000 f -0000003188 00000 f -0000003189 00000 f -0000003190 00000 f -0000003191 00000 f -0000003192 00000 f -0000003193 00000 f -0000003194 00000 f -0000003195 00000 f -0000003196 00000 f -0000003197 00000 f -0000003198 00000 f -0000003199 00000 f -0000003200 00000 f -0000003201 00000 f -0000003202 00000 f -0000003203 00000 f -0000003204 00000 f -0000003205 00000 f -0000003206 00000 f -0000003207 00000 f -0000003208 00000 f -0000003209 00000 f -0000003210 00000 f -0000003211 00000 f -0000003212 00000 f -0000003213 00000 f -0000003214 00000 f -0000003215 00000 f -0000003216 00000 f -0000003217 00000 f -0000003218 00000 f -0000003219 00000 f -0000003220 00000 f -0000003221 00000 f -0000003222 00000 f -0000003223 00000 f -0000003224 00000 f -0000003225 00000 f -0000003226 00000 f -0000003227 00000 f -0000003228 00000 f -0000003229 00000 f -0000003230 00000 f -0000003231 00000 f -0000003232 00000 f -0000003233 00000 f -0000003234 00000 f -0000003235 00000 f -0000003236 00000 f -0000003237 00000 f -0000003238 00000 f -0000003239 00000 f -0000003240 00000 f -0000003241 00000 f -0000003242 00000 f -0000003243 00000 f -0000003244 00000 f -0000003245 00000 f -0000003246 00000 f -0000003247 00000 f -0000003248 00000 f -0000003249 00000 f -0000003250 00000 f -0000003251 00000 f -0000003252 00000 f -0000003253 00000 f -0000003254 00000 f -0000003255 00000 f -0000003256 00000 f -0000003257 00000 f -0000003258 00000 f -0000003259 00000 f -0000003260 00000 f -0000003261 00000 f -0000003262 00000 f -0000003263 00000 f -0000003264 00000 f -0000003265 00000 f -0000003266 00000 f -0000003267 00000 f -0000003268 00000 f -0000003269 00000 f -0000003270 00000 f -0000003271 00000 f -0000003272 00000 f -0000003273 00000 f -0000003274 00000 f -0000003275 00000 f -0000003276 00000 f -0000003277 00000 f -0000003278 00000 f -0000003279 00000 f -0000003280 00000 f -0000003281 00000 f -0000003282 00000 f -0000003283 00000 f -0000003284 00000 f -0000003285 00000 f -0000003286 00000 f -0000003287 00000 f -0000003288 00000 f -0000003289 00000 f -0000003290 00000 f -0000003291 00000 f -0000003292 00000 f -0000003293 00000 f -0000003294 00000 f -0000003295 00000 f -0000003296 00000 f -0000003297 00000 f -0000003298 00000 f -0000003299 00000 f -0000003300 00000 f -0000003301 00000 f -0000003302 00000 f -0000003303 00000 f -0000003304 00000 f -0000003305 00000 f -0000003306 00000 f -0000003307 00000 f -0000003308 00000 f -0000003309 00000 f -0000003310 00000 f -0000003311 00000 f -0000003312 00000 f -0000003313 00000 f -0000003314 00000 f -0000003315 00000 f -0000003316 00000 f -0000003317 00000 f -0000003318 00000 f -0000003319 00000 f -0000003320 00000 f -0000003321 00000 f -0000003322 00000 f -0000003323 00000 f -0000003324 00000 f -0000003325 00000 f -0000003326 00000 f -0000003327 00000 f -0000003328 00000 f -0000003329 00000 f -0000003330 00000 f -0000003331 00000 f -0000003332 00000 f -0000003333 00000 f -0000003334 00000 f -0000003335 00000 f -0000003336 00000 f -0000003337 00000 f -0000003338 00000 f -0000003339 00000 f -0000003340 00000 f -0000003341 00000 f -0000003342 00000 f -0000003343 00000 f -0000003344 00000 f -0000003345 00000 f -0000003346 00000 f -0000003347 00000 f -0000003348 00000 f -0000003349 00000 f -0000003350 00000 f -0000003351 00000 f -0000003352 00000 f -0000003353 00000 f -0000003354 00000 f -0000003355 00000 f -0000003356 00000 f -0000003357 00000 f -0000003358 00000 f -0000003359 00000 f -0000003360 00000 f -0000003361 00000 f -0000003362 00000 f -0000003363 00000 f -0000003364 00000 f -0000003365 00000 f -0000003366 00000 f -0000003367 00000 f -0000003368 00000 f -0000003369 00000 f -0000003370 00000 f -0000003371 00000 f -0000003372 00000 f -0000003373 00000 f -0000003374 00000 f -0000003375 00000 f -0000003376 00000 f -0000003377 00000 f -0000003378 00000 f -0000003379 00000 f -0000003380 00000 f -0000003381 00000 f -0000003382 00000 f -0000003383 00000 f -0000003384 00000 f -0000003385 00000 f -0000003386 00000 f -0000003387 00000 f -0000003388 00000 f -0000003389 00000 f -0000003390 00000 f -0000003391 00000 f -0000003392 00000 f -0000003393 00000 f -0000003394 00000 f -0000003395 00000 f -0000003396 00000 f -0000003397 00000 f -0000003398 00000 f -0000003399 00000 f -0000003400 00000 f -0000003401 00000 f -0000003402 00000 f -0000003403 00000 f -0000003404 00000 f -0000003405 00000 f -0000003406 00000 f -0000003407 00000 f -0000003408 00000 f -0000003409 00000 f -0000003410 00000 f -0000003411 00000 f -0000003412 00000 f -0000003413 00000 f -0000003414 00000 f -0000003415 00000 f -0000003416 00000 f -0000003417 00000 f -0000003418 00000 f -0000003419 00000 f -0000003420 00000 f -0000003421 00000 f -0000003422 00000 f -0000003423 00000 f -0000003424 00000 f -0000003425 00000 f -0000003426 00000 f -0000003427 00000 f -0000003428 00000 f -0000003429 00000 f -0000003430 00000 f -0000003431 00000 f -0000003432 00000 f -0000003433 00000 f -0000003434 00000 f -0000003435 00000 f -0000003436 00000 f -0000003437 00000 f -0000003438 00000 f -0000003439 00000 f -0000003440 00000 f -0000003441 00000 f -0000003442 00000 f -0000003443 00000 f -0000003444 00000 f -0000003445 00000 f -0000003446 00000 f -0000003447 00000 f -0000003448 00000 f -0000003449 00000 f -0000003450 00000 f -0000003451 00000 f -0000003452 00000 f -0000003453 00000 f -0000003454 00000 f -0000003455 00000 f -0000003456 00000 f -0000003457 00000 f -0000003458 00000 f -0000003459 00000 f -0000003460 00000 f -0000003461 00000 f -0000003462 00000 f -0000003463 00000 f -0000003464 00000 f -0000003465 00000 f -0000003466 00000 f -0000003467 00000 f -0000003468 00000 f -0000003469 00000 f -0000003470 00000 f -0000003471 00000 f -0000003472 00000 f -0000003473 00000 f -0000003474 00000 f -0000003475 00000 f -0000003476 00000 f -0000003477 00000 f -0000003478 00000 f -0000003479 00000 f -0000003480 00000 f -0000003481 00000 f -0000003482 00000 f -0000003483 00000 f -0000003484 00000 f -0000003485 00000 f -0000003486 00000 f -0000003487 00000 f -0000003488 00000 f -0000003489 00000 f -0000003490 00000 f -0000003491 00000 f -0000003492 00000 f -0000003493 00000 f -0000003494 00000 f -0000003495 00000 f -0000003496 00000 f -0000003497 00000 f -0000003498 00000 f -0000003499 00000 f -0000003500 00000 f -0000003501 00000 f -0000003502 00000 f -0000003503 00000 f -0000003504 00000 f -0000003505 00000 f -0000003506 00000 f -0000003507 00000 f -0000003508 00000 f -0000003509 00000 f -0000003510 00000 f -0000003511 00000 f -0000003512 00000 f -0000003513 00000 f -0000003514 00000 f -0000003515 00000 f -0000003516 00000 f -0000003517 00000 f -0000003524 00000 f -0000323099 00000 n -0000323132 00000 n -0000322979 00000 n -0000323012 00000 n -0000322859 00000 n -0000322892 00000 n -0000003525 00000 f -0000003526 00000 f -0000003527 00000 f -0000003528 00000 f -0000003529 00000 f -0000003533 00000 f -0000317287 00000 n -0000317366 00000 n -0000317456 00000 n -0000003534 00000 f -0000003535 00000 f -0000003536 00000 f -0000003537 00000 f -0000003538 00000 f -0000003539 00000 f -0000003540 00000 f -0000003541 00000 f -0000003542 00000 f -0000003543 00000 f -0000003544 00000 f -0000003545 00000 f -0000003546 00000 f -0000003547 00000 f -0000003548 00000 f -0000003549 00000 f -0000003550 00000 f -0000003551 00000 f -0000003552 00000 f -0000003553 00000 f -0000003554 00000 f -0000003555 00000 f -0000003556 00000 f -0000003557 00000 f -0000003558 00000 f -0000003559 00000 f -0000003560 00000 f -0000003561 00000 f -0000003562 00000 f -0000003563 00000 f -0000003564 00000 f -0000003565 00000 f -0000003566 00000 f -0000003567 00000 f -0000003568 00000 f -0000003569 00000 f -0000003570 00000 f -0000003571 00000 f -0000003572 00000 f -0000003573 00000 f -0000003574 00000 f -0000003575 00000 f -0000003576 00000 f -0000003577 00000 f -0000003578 00000 f -0000003579 00000 f -0000003580 00000 f -0000003581 00000 f -0000003582 00000 f -0000003583 00000 f -0000003584 00000 f -0000003585 00000 f -0000003586 00000 f -0000003587 00000 f -0000003588 00000 f -0000003589 00000 f -0000003590 00000 f -0000003591 00000 f -0000003592 00000 f -0000003593 00000 f -0000003594 00000 f -0000003595 00000 f -0000003596 00000 f -0000003597 00000 f -0000003598 00000 f -0000003599 00000 f -0000003600 00000 f -0000003601 00000 f -0000003602 00000 f -0000003603 00000 f -0000003604 00000 f -0000003605 00000 f -0000003606 00000 f -0000003607 00000 f -0000003608 00000 f -0000003609 00000 f -0000003610 00000 f -0000003611 00000 f -0000003612 00000 f -0000003613 00000 f -0000003614 00000 f -0000003615 00000 f -0000003616 00000 f -0000003617 00000 f -0000003618 00000 f -0000003619 00000 f -0000003620 00000 f -0000003621 00000 f -0000003622 00000 f -0000003623 00000 f -0000003624 00000 f -0000003625 00000 f -0000003626 00000 f -0000003627 00000 f -0000003628 00000 f -0000003629 00000 f -0000003630 00000 f -0000003631 00000 f -0000003632 00000 f -0000003633 00000 f -0000003634 00000 f -0000003635 00000 f -0000003636 00000 f -0000003637 00000 f -0000003638 00000 f -0000003639 00000 f -0000003640 00000 f -0000003641 00000 f -0000003642 00000 f -0000003643 00000 f -0000003644 00000 f -0000003645 00000 f -0000003646 00000 f -0000003647 00000 f -0000003648 00000 f -0000003649 00000 f -0000003650 00000 f -0000003651 00000 f -0000003652 00000 f -0000003653 00000 f -0000003654 00000 f -0000003655 00000 f -0000003656 00000 f -0000003657 00000 f -0000003658 00000 f -0000003659 00000 f -0000003660 00000 f -0000003661 00000 f -0000003662 00000 f -0000003663 00000 f -0000003664 00000 f -0000003665 00000 f -0000003666 00000 f -0000003667 00000 f -0000003668 00000 f -0000003669 00000 f -0000003670 00000 f -0000003671 00000 f -0000003672 00000 f -0000003673 00000 f -0000003674 00000 f -0000003675 00000 f -0000003676 00000 f -0000003677 00000 f -0000003678 00000 f -0000003679 00000 f -0000003680 00000 f -0000003681 00000 f -0000003682 00000 f -0000003683 00000 f -0000003684 00000 f -0000003685 00000 f -0000003686 00000 f -0000003687 00000 f -0000003688 00000 f -0000003689 00000 f -0000003690 00000 f -0000003691 00000 f -0000003692 00000 f -0000003693 00000 f -0000003694 00000 f -0000003695 00000 f -0000003696 00000 f -0000003697 00000 f -0000003698 00000 f -0000003699 00000 f -0000003700 00000 f -0000003701 00000 f -0000003702 00000 f -0000003703 00000 f -0000003704 00000 f -0000003705 00000 f -0000003706 00000 f -0000003707 00000 f -0000003708 00000 f -0000003709 00000 f -0000003710 00000 f -0000003711 00000 f -0000003712 00000 f -0000003713 00000 f -0000003714 00000 f -0000003715 00000 f -0000003716 00000 f -0000003717 00000 f -0000003718 00000 f -0000003719 00000 f -0000003720 00000 f -0000003721 00000 f -0000003722 00000 f -0000003723 00000 f -0000003724 00000 f -0000003725 00000 f -0000003726 00000 f -0000003727 00000 f -0000003728 00000 f -0000003729 00000 f -0000003730 00000 f -0000003731 00000 f -0000003732 00000 f -0000003733 00000 f -0000003734 00000 f -0000003735 00000 f -0000003736 00000 f -0000003737 00000 f -0000003738 00000 f -0000003739 00000 f -0000003740 00000 f -0000003741 00000 f -0000003742 00000 f -0000003743 00000 f -0000003744 00000 f -0000003745 00000 f -0000003746 00000 f -0000003747 00000 f -0000003748 00000 f -0000003749 00000 f -0000003750 00000 f -0000003751 00000 f -0000003752 00000 f -0000003753 00000 f -0000003754 00000 f -0000003755 00000 f -0000003756 00000 f -0000003757 00000 f -0000003758 00000 f -0000003759 00000 f -0000003760 00000 f -0000003761 00000 f -0000003762 00000 f -0000003763 00000 f -0000003764 00000 f -0000003765 00000 f -0000003766 00000 f -0000003767 00000 f -0000003768 00000 f -0000003769 00000 f -0000003770 00000 f -0000003771 00000 f -0000003772 00000 f -0000003773 00000 f -0000003774 00000 f -0000003775 00000 f -0000003776 00000 f -0000003777 00000 f -0000003778 00000 f -0000003779 00000 f -0000003780 00000 f -0000003781 00000 f -0000003782 00000 f -0000003783 00000 f -0000003784 00000 f -0000003785 00000 f -0000003786 00000 f -0000003787 00000 f -0000003788 00000 f -0000003789 00000 f -0000003790 00000 f -0000003791 00000 f -0000003792 00000 f -0000003793 00000 f -0000003794 00000 f -0000003795 00000 f -0000003796 00000 f -0000003797 00000 f -0000003798 00000 f -0000003799 00000 f -0000003800 00000 f -0000003801 00000 f -0000003802 00000 f -0000003803 00000 f -0000003804 00000 f -0000003805 00000 f -0000003806 00000 f -0000003807 00000 f -0000003808 00000 f -0000003809 00000 f -0000003810 00000 f -0000003811 00000 f -0000003812 00000 f -0000003813 00000 f -0000003814 00000 f -0000003815 00000 f -0000003816 00000 f -0000003817 00000 f -0000003818 00000 f -0000003819 00000 f -0000003820 00000 f -0000003821 00000 f -0000003822 00000 f -0000003823 00000 f -0000003824 00000 f -0000003825 00000 f -0000003826 00000 f -0000003827 00000 f -0000003828 00000 f -0000003829 00000 f -0000003830 00000 f -0000003831 00000 f -0000003832 00000 f -0000003833 00000 f -0000003834 00000 f -0000003835 00000 f -0000003836 00000 f -0000003837 00000 f -0000003838 00000 f -0000003839 00000 f -0000003840 00000 f -0000003841 00000 f -0000003842 00000 f -0000003843 00000 f -0000003844 00000 f -0000003845 00000 f -0000003846 00000 f -0000003847 00000 f -0000003848 00000 f -0000003849 00000 f -0000003850 00000 f -0000003851 00000 f -0000003852 00000 f -0000003853 00000 f -0000003854 00000 f -0000003855 00000 f -0000003856 00000 f -0000003857 00000 f -0000003858 00000 f -0000003859 00000 f -0000003860 00000 f -0000003861 00000 f -0000003862 00000 f -0000003863 00000 f -0000003864 00000 f -0000003865 00000 f -0000003866 00000 f -0000003867 00000 f -0000003868 00000 f -0000003869 00000 f -0000003870 00000 f -0000003871 00000 f -0000003872 00000 f -0000003873 00000 f -0000003874 00000 f -0000003875 00000 f -0000003876 00000 f -0000003877 00000 f -0000003878 00000 f -0000003879 00000 f -0000003880 00000 f -0000003881 00000 f -0000003882 00000 f -0000003883 00000 f -0000003884 00000 f -0000003885 00000 f -0000003886 00000 f -0000003887 00000 f -0000003888 00000 f -0000003889 00000 f -0000003890 00000 f -0000003891 00000 f -0000003892 00000 f -0000003893 00000 f -0000003894 00000 f -0000003895 00000 f -0000003896 00000 f -0000003897 00000 f -0000003898 00000 f -0000003899 00000 f -0000003900 00000 f -0000003901 00000 f -0000003902 00000 f -0000003903 00000 f -0000003904 00000 f -0000003905 00000 f -0000003906 00000 f -0000003907 00000 f -0000003908 00000 f -0000003909 00000 f -0000003910 00000 f -0000003911 00000 f -0000003912 00000 f -0000003913 00000 f -0000003914 00000 f -0000003915 00000 f -0000003916 00000 f -0000003917 00000 f -0000003918 00000 f -0000003919 00000 f -0000003920 00000 f -0000003921 00000 f -0000003922 00000 f -0000003923 00000 f -0000003924 00000 f -0000003925 00000 f -0000003926 00000 f -0000003927 00000 f -0000003928 00000 f -0000003929 00000 f -0000003930 00000 f -0000003931 00000 f -0000003932 00000 f -0000003933 00000 f -0000003934 00000 f -0000003935 00000 f -0000003936 00000 f -0000003937 00000 f -0000003938 00000 f -0000003939 00000 f -0000003940 00000 f -0000003941 00000 f -0000003942 00000 f -0000003943 00000 f -0000003944 00000 f -0000003945 00000 f -0000003946 00000 f -0000003947 00000 f -0000003948 00000 f -0000003949 00000 f -0000003950 00000 f -0000003951 00000 f -0000003952 00000 f -0000003953 00000 f -0000003954 00000 f -0000003955 00000 f -0000003956 00000 f -0000003957 00000 f -0000003958 00000 f -0000003959 00000 f -0000003960 00000 f -0000003961 00000 f -0000003962 00000 f -0000003963 00000 f -0000003964 00000 f -0000003965 00000 f -0000003966 00000 f -0000003967 00000 f -0000003968 00000 f -0000003969 00000 f -0000003970 00000 f -0000003971 00000 f -0000003972 00000 f -0000003973 00000 f -0000003974 00000 f -0000003975 00000 f -0000003976 00000 f -0000003977 00000 f -0000003978 00000 f -0000003979 00000 f -0000003980 00000 f -0000003981 00000 f -0000003982 00000 f -0000003983 00000 f -0000003984 00000 f -0000003985 00000 f -0000003986 00000 f -0000003987 00000 f -0000003988 00000 f -0000003989 00000 f -0000003990 00000 f -0000003991 00000 f -0000003992 00000 f -0000003993 00000 f -0000003994 00000 f -0000003995 00000 f -0000003996 00000 f -0000003997 00000 f -0000003998 00000 f -0000003999 00000 f -0000004000 00000 f -0000004001 00000 f -0000004002 00000 f -0000004003 00000 f -0000004004 00000 f -0000004005 00000 f -0000004006 00000 f -0000004007 00000 f -0000004008 00000 f -0000004009 00000 f -0000004010 00000 f -0000004011 00000 f -0000004012 00000 f -0000004013 00000 f -0000004014 00000 f -0000004015 00000 f -0000004016 00000 f -0000004017 00000 f -0000004018 00000 f -0000004019 00000 f -0000004020 00000 f -0000004021 00000 f -0000004022 00000 f -0000004023 00000 f -0000004024 00000 f -0000004025 00000 f -0000004026 00000 f -0000004027 00000 f -0000004028 00000 f -0000004029 00000 f -0000004030 00000 f -0000004031 00000 f -0000004032 00000 f -0000004033 00000 f -0000004034 00000 f -0000004035 00000 f -0000004036 00000 f -0000004037 00000 f -0000004038 00000 f -0000004039 00000 f -0000004040 00000 f -0000004041 00000 f -0000004042 00000 f -0000004043 00000 f -0000004044 00000 f -0000004045 00000 f -0000004046 00000 f -0000004047 00000 f -0000004048 00000 f -0000004049 00000 f -0000004050 00000 f -0000004051 00000 f -0000004052 00000 f -0000004053 00000 f -0000004054 00000 f -0000004055 00000 f -0000004056 00000 f -0000004057 00000 f -0000004058 00000 f -0000004059 00000 f -0000004060 00000 f -0000004061 00000 f -0000004062 00000 f -0000004063 00000 f -0000004064 00000 f -0000004065 00000 f -0000004066 00000 f -0000004067 00000 f -0000004068 00000 f -0000004069 00000 f -0000004070 00000 f -0000004071 00000 f -0000004072 00000 f -0000004073 00000 f -0000004074 00000 f -0000004075 00000 f -0000004076 00000 f -0000004077 00000 f -0000004078 00000 f -0000004079 00000 f -0000004080 00000 f -0000004081 00000 f -0000004082 00000 f -0000004083 00000 f -0000004084 00000 f -0000004085 00000 f -0000004086 00000 f -0000004087 00000 f -0000004088 00000 f -0000004089 00000 f -0000004090 00000 f -0000004091 00000 f -0000004092 00000 f -0000004093 00000 f -0000004094 00000 f -0000004095 00000 f -0000004096 00000 f -0000004097 00000 f -0000004098 00000 f -0000004099 00000 f -0000004100 00000 f -0000004101 00000 f -0000004102 00000 f -0000004103 00000 f -0000004104 00000 f -0000004105 00000 f -0000004106 00000 f -0000004107 00000 f -0000004108 00000 f -0000004109 00000 f -0000004110 00000 f -0000004111 00000 f -0000004112 00000 f -0000004113 00000 f -0000004114 00000 f -0000004115 00000 f -0000004116 00000 f -0000004117 00000 f -0000004118 00000 f -0000004119 00000 f -0000004120 00000 f -0000004121 00000 f -0000004122 00000 f -0000004123 00000 f -0000004124 00000 f -0000004125 00000 f -0000004126 00000 f -0000004127 00000 f -0000004128 00000 f -0000004129 00000 f -0000004130 00000 f -0000004131 00000 f -0000004132 00000 f -0000004133 00000 f -0000004134 00000 f -0000004135 00000 f -0000004136 00000 f -0000004137 00000 f -0000004138 00000 f -0000004139 00000 f -0000004140 00000 f -0000004141 00000 f -0000004142 00000 f -0000004143 00000 f -0000004144 00000 f -0000004145 00000 f -0000004146 00000 f -0000004147 00000 f -0000004148 00000 f -0000004149 00000 f -0000004150 00000 f -0000004151 00000 f -0000004152 00000 f -0000004153 00000 f -0000004154 00000 f -0000004155 00000 f -0000004156 00000 f -0000004157 00000 f -0000004158 00000 f -0000004159 00000 f -0000004160 00000 f -0000004161 00000 f -0000004162 00000 f -0000004163 00000 f -0000004164 00000 f -0000004165 00000 f -0000004166 00000 f -0000004167 00000 f -0000004168 00000 f -0000004169 00000 f -0000004170 00000 f -0000004171 00000 f -0000004172 00000 f -0000004173 00000 f -0000004174 00000 f -0000004175 00000 f -0000004176 00000 f -0000004177 00000 f -0000004178 00000 f -0000004179 00000 f -0000004180 00000 f -0000004181 00000 f -0000004182 00000 f -0000004183 00000 f -0000004184 00000 f -0000004185 00000 f -0000004186 00000 f -0000004187 00000 f -0000004188 00000 f -0000004189 00000 f -0000004190 00000 f -0000004191 00000 f -0000004192 00000 f -0000004193 00000 f -0000004194 00000 f -0000004195 00000 f -0000004196 00000 f -0000004197 00000 f -0000004198 00000 f -0000004199 00000 f -0000004200 00000 f -0000004201 00000 f -0000004202 00000 f -0000004203 00000 f -0000004204 00000 f -0000004205 00000 f -0000004206 00000 f -0000004207 00000 f -0000004208 00000 f -0000004209 00000 f -0000004210 00000 f -0000004211 00000 f -0000004212 00000 f -0000004213 00000 f -0000004214 00000 f -0000004215 00000 f -0000004216 00000 f -0000004217 00000 f -0000004218 00000 f -0000004219 00000 f -0000004220 00000 f -0000004221 00000 f -0000004222 00000 f -0000004223 00000 f -0000004224 00000 f -0000004225 00000 f -0000004226 00000 f -0000004227 00000 f -0000004228 00000 f -0000004229 00000 f -0000004230 00000 f -0000004231 00000 f -0000004232 00000 f -0000004233 00000 f -0000004234 00000 f -0000004235 00000 f -0000004236 00000 f -0000004237 00000 f -0000004238 00000 f -0000004239 00000 f -0000004240 00000 f -0000004241 00000 f -0000004242 00000 f -0000004243 00000 f -0000004244 00000 f -0000004245 00000 f -0000004246 00000 f -0000004247 00000 f -0000004248 00000 f -0000004249 00000 f -0000004250 00000 f -0000004251 00000 f -0000004252 00000 f -0000004253 00000 f -0000004254 00000 f -0000004255 00000 f -0000004256 00000 f -0000004257 00000 f -0000004258 00000 f -0000004259 00000 f -0000004260 00000 f -0000004261 00000 f -0000004262 00000 f -0000004263 00000 f -0000004264 00000 f -0000004265 00000 f -0000004266 00000 f -0000004267 00000 f -0000004268 00000 f -0000004269 00000 f -0000004270 00000 f -0000004271 00000 f -0000004272 00000 f -0000004273 00000 f -0000004274 00000 f -0000004275 00000 f -0000004276 00000 f -0000004277 00000 f -0000004278 00000 f -0000004279 00000 f -0000004280 00000 f -0000004281 00000 f -0000004282 00000 f -0000004283 00000 f -0000004284 00000 f -0000004285 00000 f -0000004286 00000 f -0000004287 00000 f -0000004288 00000 f -0000004289 00000 f -0000004290 00000 f -0000004291 00000 f -0000004292 00000 f -0000004293 00000 f -0000004294 00000 f -0000004295 00000 f -0000004296 00000 f -0000004297 00000 f -0000004298 00000 f -0000004299 00000 f -0000004300 00000 f -0000004301 00000 f -0000004302 00000 f -0000004303 00000 f -0000004304 00000 f -0000004305 00000 f -0000004306 00000 f -0000004307 00000 f -0000004308 00000 f -0000004309 00000 f -0000004310 00000 f -0000004311 00000 f -0000004312 00000 f -0000004313 00000 f -0000004314 00000 f -0000004315 00000 f -0000004316 00000 f -0000004317 00000 f -0000004318 00000 f -0000004319 00000 f -0000004320 00000 f -0000004321 00000 f -0000004322 00000 f -0000004323 00000 f -0000004324 00000 f -0000004325 00000 f -0000004326 00000 f -0000004327 00000 f -0000004328 00000 f -0000004329 00000 f -0000004330 00000 f -0000004331 00000 f -0000004332 00000 f -0000004333 00000 f -0000004334 00000 f -0000004335 00000 f -0000004336 00000 f -0000004337 00000 f -0000004338 00000 f -0000004339 00000 f -0000004340 00000 f -0000004341 00000 f -0000004342 00000 f -0000004343 00000 f -0000004344 00000 f -0000004345 00000 f -0000004346 00000 f -0000004347 00000 f -0000004348 00000 f -0000004349 00000 f -0000004350 00000 f -0000004351 00000 f -0000004352 00000 f -0000004353 00000 f -0000004354 00000 f -0000004355 00000 f -0000004356 00000 f -0000004357 00000 f -0000004358 00000 f -0000004359 00000 f -0000004360 00000 f -0000004361 00000 f -0000004362 00000 f -0000004363 00000 f -0000004364 00000 f -0000004365 00000 f -0000004366 00000 f -0000004367 00000 f -0000004368 00000 f -0000004369 00000 f -0000004370 00000 f -0000004371 00000 f -0000004372 00000 f -0000004373 00000 f -0000004374 00000 f -0000004375 00000 f -0000004376 00000 f -0000004377 00000 f -0000004378 00000 f -0000004379 00000 f -0000004380 00000 f -0000004381 00000 f -0000004382 00000 f -0000004383 00000 f -0000004384 00000 f -0000004385 00000 f -0000004386 00000 f -0000004387 00000 f -0000004388 00000 f -0000004389 00000 f -0000004390 00000 f -0000004391 00000 f -0000004392 00000 f -0000004393 00000 f -0000004394 00000 f -0000004395 00000 f -0000004396 00000 f -0000004397 00000 f -0000004398 00000 f -0000004405 00000 f -0000322739 00000 n -0000322772 00000 n -0000322619 00000 n -0000322652 00000 n -0000322499 00000 n -0000322532 00000 n -0000004406 00000 f -0000004407 00000 f -0000004408 00000 f -0000004409 00000 f -0000004410 00000 f -0000004414 00000 f -0000317547 00000 n -0000317626 00000 n -0000317716 00000 n -0000004415 00000 f -0000004416 00000 f -0000004417 00000 f -0000004418 00000 f -0000004419 00000 f -0000004420 00000 f -0000004421 00000 f -0000004422 00000 f -0000004423 00000 f -0000004424 00000 f -0000004425 00000 f -0000004426 00000 f -0000004427 00000 f -0000004428 00000 f -0000004429 00000 f -0000004430 00000 f -0000004431 00000 f -0000004432 00000 f -0000004433 00000 f -0000004434 00000 f -0000004435 00000 f -0000004436 00000 f -0000004437 00000 f -0000004438 00000 f -0000004439 00000 f -0000004440 00000 f -0000004441 00000 f -0000004442 00000 f -0000004443 00000 f -0000004444 00000 f -0000004445 00000 f -0000004446 00000 f -0000004447 00000 f -0000004448 00000 f -0000004449 00000 f -0000004450 00000 f -0000004451 00000 f -0000004452 00000 f -0000004453 00000 f -0000004454 00000 f -0000004455 00000 f -0000004456 00000 f -0000004457 00000 f -0000004458 00000 f -0000004459 00000 f -0000004460 00000 f -0000004461 00000 f -0000004462 00000 f -0000004463 00000 f -0000004464 00000 f -0000004465 00000 f -0000004466 00000 f -0000004467 00000 f -0000004468 00000 f -0000004469 00000 f -0000004470 00000 f -0000004471 00000 f -0000004472 00000 f -0000004473 00000 f -0000004474 00000 f -0000004475 00000 f -0000004476 00000 f -0000004477 00000 f -0000004478 00000 f -0000004479 00000 f -0000004480 00000 f -0000004481 00000 f -0000004482 00000 f -0000004483 00000 f -0000004484 00000 f -0000004485 00000 f -0000004486 00000 f -0000004487 00000 f -0000004488 00000 f -0000004489 00000 f -0000004490 00000 f -0000004491 00000 f -0000004492 00000 f -0000004493 00000 f -0000004494 00000 f -0000004495 00000 f -0000004496 00000 f -0000004497 00000 f -0000004498 00000 f -0000004499 00000 f -0000004500 00000 f -0000004501 00000 f -0000004502 00000 f -0000004503 00000 f -0000004504 00000 f -0000004505 00000 f -0000004506 00000 f -0000004507 00000 f -0000004508 00000 f -0000004509 00000 f -0000004510 00000 f -0000004511 00000 f -0000004512 00000 f -0000004513 00000 f -0000004514 00000 f -0000004515 00000 f -0000004516 00000 f -0000004517 00000 f -0000004518 00000 f -0000004519 00000 f -0000004520 00000 f -0000004521 00000 f -0000004522 00000 f -0000004523 00000 f -0000004524 00000 f -0000004525 00000 f -0000004526 00000 f -0000004527 00000 f -0000004528 00000 f -0000004529 00000 f -0000004530 00000 f -0000004531 00000 f -0000004532 00000 f -0000004533 00000 f -0000004534 00000 f -0000004535 00000 f -0000004536 00000 f -0000004537 00000 f -0000004538 00000 f -0000004539 00000 f -0000004540 00000 f -0000004541 00000 f -0000004542 00000 f -0000004543 00000 f -0000004544 00000 f -0000004545 00000 f -0000004546 00000 f -0000004547 00000 f -0000004548 00000 f -0000004549 00000 f -0000004550 00000 f -0000004551 00000 f -0000004552 00000 f -0000004553 00000 f -0000004554 00000 f -0000004555 00000 f -0000004556 00000 f -0000004557 00000 f -0000004558 00000 f -0000004559 00000 f -0000004560 00000 f -0000004561 00000 f -0000004562 00000 f -0000004563 00000 f -0000004564 00000 f -0000004565 00000 f -0000004566 00000 f -0000004567 00000 f -0000004568 00000 f -0000004569 00000 f -0000004570 00000 f -0000004571 00000 f -0000004572 00000 f -0000004573 00000 f -0000004574 00000 f -0000004575 00000 f -0000004576 00000 f -0000004577 00000 f -0000004578 00000 f -0000004579 00000 f -0000004580 00000 f -0000004581 00000 f -0000004582 00000 f -0000004583 00000 f -0000004584 00000 f -0000004585 00000 f -0000004586 00000 f -0000004587 00000 f -0000004588 00000 f -0000004589 00000 f -0000004590 00000 f -0000004591 00000 f -0000004592 00000 f -0000004593 00000 f -0000004594 00000 f -0000004595 00000 f -0000004596 00000 f -0000004597 00000 f -0000004598 00000 f -0000004599 00000 f -0000004600 00000 f -0000004601 00000 f -0000004602 00000 f -0000004603 00000 f -0000004604 00000 f -0000004605 00000 f -0000004606 00000 f -0000004607 00000 f -0000004608 00000 f -0000004609 00000 f -0000004610 00000 f -0000004611 00000 f -0000004612 00000 f -0000004613 00000 f -0000004614 00000 f -0000004615 00000 f -0000004616 00000 f -0000004617 00000 f -0000004618 00000 f -0000004619 00000 f -0000004620 00000 f -0000004621 00000 f -0000004622 00000 f -0000004623 00000 f -0000004624 00000 f -0000004625 00000 f -0000004626 00000 f -0000004627 00000 f -0000004628 00000 f -0000004629 00000 f -0000004630 00000 f -0000004631 00000 f -0000004632 00000 f -0000004633 00000 f -0000004634 00000 f -0000004635 00000 f -0000004636 00000 f -0000004637 00000 f -0000004638 00000 f -0000004639 00000 f -0000004640 00000 f -0000004641 00000 f -0000004642 00000 f -0000004643 00000 f -0000004644 00000 f -0000004645 00000 f -0000004646 00000 f -0000004647 00000 f -0000004648 00000 f -0000004649 00000 f -0000004650 00000 f -0000004651 00000 f -0000004652 00000 f -0000004653 00000 f -0000004654 00000 f -0000004655 00000 f -0000004656 00000 f -0000004657 00000 f -0000004658 00000 f -0000004659 00000 f -0000004660 00000 f -0000004661 00000 f -0000004662 00000 f -0000004663 00000 f -0000004664 00000 f -0000004665 00000 f -0000004666 00000 f -0000004667 00000 f -0000004668 00000 f -0000004669 00000 f -0000004670 00000 f -0000004671 00000 f -0000004672 00000 f -0000004673 00000 f -0000004674 00000 f -0000004675 00000 f -0000004676 00000 f -0000004677 00000 f -0000004678 00000 f -0000004679 00000 f -0000004680 00000 f -0000004681 00000 f -0000004682 00000 f -0000004683 00000 f -0000004684 00000 f -0000004685 00000 f -0000004686 00000 f -0000004687 00000 f -0000004688 00000 f -0000004689 00000 f -0000004690 00000 f -0000004691 00000 f -0000004692 00000 f -0000004693 00000 f -0000004694 00000 f -0000004695 00000 f -0000004696 00000 f -0000004697 00000 f -0000004698 00000 f -0000004699 00000 f -0000004700 00000 f -0000004701 00000 f -0000004702 00000 f -0000004703 00000 f -0000004704 00000 f -0000004705 00000 f -0000004706 00000 f -0000004707 00000 f -0000004708 00000 f -0000004709 00000 f -0000004710 00000 f -0000004711 00000 f -0000004712 00000 f -0000004713 00000 f -0000004714 00000 f -0000004715 00000 f -0000004716 00000 f -0000004717 00000 f -0000004718 00000 f -0000004719 00000 f -0000004720 00000 f -0000004721 00000 f -0000004722 00000 f -0000004723 00000 f -0000004724 00000 f -0000004725 00000 f -0000004726 00000 f -0000004727 00000 f -0000004728 00000 f -0000004729 00000 f -0000004730 00000 f -0000004731 00000 f -0000004732 00000 f -0000004733 00000 f -0000004734 00000 f -0000004735 00000 f -0000004736 00000 f -0000004737 00000 f -0000004738 00000 f -0000004739 00000 f -0000004740 00000 f -0000004741 00000 f -0000004742 00000 f -0000004743 00000 f -0000004744 00000 f -0000004745 00000 f -0000004746 00000 f -0000004747 00000 f -0000004748 00000 f -0000004749 00000 f -0000004750 00000 f -0000004751 00000 f -0000004752 00000 f -0000004753 00000 f -0000004754 00000 f -0000004755 00000 f -0000004756 00000 f -0000004757 00000 f -0000004758 00000 f -0000004759 00000 f -0000004760 00000 f -0000004761 00000 f -0000004762 00000 f -0000004763 00000 f -0000004764 00000 f -0000004765 00000 f -0000004766 00000 f -0000004767 00000 f -0000004768 00000 f -0000004769 00000 f -0000004770 00000 f -0000004771 00000 f -0000004772 00000 f -0000004773 00000 f -0000004774 00000 f -0000004775 00000 f -0000004776 00000 f -0000004777 00000 f -0000004778 00000 f -0000004779 00000 f -0000004780 00000 f -0000004781 00000 f -0000004782 00000 f -0000004783 00000 f -0000004784 00000 f -0000004785 00000 f -0000004786 00000 f -0000004787 00000 f -0000004788 00000 f -0000004789 00000 f -0000004790 00000 f -0000004791 00000 f -0000004792 00000 f -0000004793 00000 f -0000004794 00000 f -0000004795 00000 f -0000004796 00000 f -0000004797 00000 f -0000004798 00000 f -0000004799 00000 f -0000004800 00000 f -0000004801 00000 f -0000004802 00000 f -0000004803 00000 f -0000004804 00000 f -0000004805 00000 f -0000004806 00000 f -0000004807 00000 f -0000004808 00000 f -0000004809 00000 f -0000004810 00000 f -0000004811 00000 f -0000004812 00000 f -0000004813 00000 f -0000004814 00000 f -0000004815 00000 f -0000004816 00000 f -0000004817 00000 f -0000004818 00000 f -0000004819 00000 f -0000004820 00000 f -0000004821 00000 f -0000004822 00000 f -0000004823 00000 f -0000004824 00000 f -0000004825 00000 f -0000004826 00000 f -0000004827 00000 f -0000004828 00000 f -0000004829 00000 f -0000004830 00000 f -0000004831 00000 f -0000004832 00000 f -0000004833 00000 f -0000004834 00000 f -0000004835 00000 f -0000004836 00000 f -0000004837 00000 f -0000004838 00000 f -0000004839 00000 f -0000004840 00000 f -0000004841 00000 f -0000004842 00000 f -0000004843 00000 f -0000004844 00000 f -0000004845 00000 f -0000004846 00000 f -0000004847 00000 f -0000004848 00000 f -0000004849 00000 f -0000004850 00000 f -0000004851 00000 f -0000004852 00000 f -0000004853 00000 f -0000004854 00000 f -0000004855 00000 f -0000004856 00000 f -0000004857 00000 f -0000004858 00000 f -0000004859 00000 f -0000004860 00000 f -0000004861 00000 f -0000004862 00000 f -0000004863 00000 f -0000004864 00000 f -0000004865 00000 f -0000004866 00000 f -0000004867 00000 f -0000004868 00000 f -0000004869 00000 f -0000004870 00000 f -0000004871 00000 f -0000004872 00000 f -0000004873 00000 f -0000004874 00000 f -0000004875 00000 f -0000004876 00000 f -0000004877 00000 f -0000004878 00000 f -0000004879 00000 f -0000004880 00000 f -0000004881 00000 f -0000004882 00000 f -0000004883 00000 f -0000004884 00000 f -0000004885 00000 f -0000004886 00000 f -0000004887 00000 f -0000004888 00000 f -0000004889 00000 f -0000004890 00000 f -0000004891 00000 f -0000004892 00000 f -0000004893 00000 f -0000004894 00000 f -0000004895 00000 f -0000004896 00000 f -0000004897 00000 f -0000004898 00000 f -0000004899 00000 f -0000004900 00000 f -0000004901 00000 f -0000004902 00000 f -0000004903 00000 f -0000004904 00000 f -0000004905 00000 f -0000004906 00000 f -0000004907 00000 f -0000004908 00000 f -0000004909 00000 f -0000004910 00000 f -0000004911 00000 f -0000004912 00000 f -0000004913 00000 f -0000004914 00000 f -0000004915 00000 f -0000004916 00000 f -0000004917 00000 f -0000004918 00000 f -0000004919 00000 f -0000004920 00000 f -0000004921 00000 f -0000004922 00000 f -0000004923 00000 f -0000004924 00000 f -0000004925 00000 f -0000004926 00000 f -0000004927 00000 f -0000004928 00000 f -0000004929 00000 f -0000004930 00000 f -0000004931 00000 f -0000004932 00000 f -0000004933 00000 f -0000004934 00000 f -0000004935 00000 f -0000004936 00000 f -0000004937 00000 f -0000004938 00000 f -0000004939 00000 f -0000004940 00000 f -0000004941 00000 f -0000004942 00000 f -0000004943 00000 f -0000004944 00000 f -0000004945 00000 f -0000004946 00000 f -0000004947 00000 f -0000004948 00000 f -0000004949 00000 f -0000004950 00000 f -0000004951 00000 f -0000004952 00000 f -0000004953 00000 f -0000004954 00000 f -0000004955 00000 f -0000004956 00000 f -0000004957 00000 f -0000004958 00000 f -0000004959 00000 f -0000004960 00000 f -0000004961 00000 f -0000004962 00000 f -0000004963 00000 f -0000004964 00000 f -0000004965 00000 f -0000004966 00000 f -0000004967 00000 f -0000004968 00000 f -0000004969 00000 f -0000004970 00000 f -0000004971 00000 f -0000004972 00000 f -0000004973 00000 f -0000004974 00000 f -0000004975 00000 f -0000004976 00000 f -0000004977 00000 f -0000004978 00000 f -0000004979 00000 f -0000004980 00000 f -0000004981 00000 f -0000004982 00000 f -0000004983 00000 f -0000004984 00000 f -0000004985 00000 f -0000004986 00000 f -0000004987 00000 f -0000004988 00000 f -0000004989 00000 f -0000004990 00000 f -0000004991 00000 f -0000004992 00000 f -0000004993 00000 f -0000004994 00000 f -0000004995 00000 f -0000004996 00000 f -0000004997 00000 f -0000004998 00000 f -0000004999 00000 f -0000005000 00000 f -0000005001 00000 f -0000005002 00000 f -0000005003 00000 f -0000005004 00000 f -0000005005 00000 f -0000005006 00000 f -0000005007 00000 f -0000005008 00000 f -0000005009 00000 f -0000005010 00000 f -0000005011 00000 f -0000005012 00000 f -0000005013 00000 f -0000005014 00000 f -0000005015 00000 f -0000005016 00000 f -0000005017 00000 f -0000005018 00000 f -0000005019 00000 f -0000005020 00000 f -0000005021 00000 f -0000005022 00000 f -0000005023 00000 f -0000005024 00000 f -0000005025 00000 f -0000005026 00000 f -0000005027 00000 f -0000005028 00000 f -0000005029 00000 f -0000005030 00000 f -0000005031 00000 f -0000005032 00000 f -0000005033 00000 f -0000005034 00000 f -0000005035 00000 f -0000005036 00000 f -0000005037 00000 f -0000005038 00000 f -0000005039 00000 f -0000005040 00000 f -0000005041 00000 f -0000005042 00000 f -0000005043 00000 f -0000005044 00000 f -0000005045 00000 f -0000005046 00000 f -0000005047 00000 f -0000005048 00000 f -0000005049 00000 f -0000005050 00000 f -0000005051 00000 f -0000005052 00000 f -0000005053 00000 f -0000005054 00000 f -0000005055 00000 f -0000005056 00000 f -0000005057 00000 f -0000005058 00000 f -0000005059 00000 f -0000005060 00000 f -0000005061 00000 f -0000005062 00000 f -0000005063 00000 f -0000005064 00000 f -0000005065 00000 f -0000005066 00000 f -0000005067 00000 f -0000005068 00000 f -0000005069 00000 f -0000005070 00000 f -0000005071 00000 f -0000005072 00000 f -0000005073 00000 f -0000005074 00000 f -0000005075 00000 f -0000005076 00000 f -0000005077 00000 f -0000005078 00000 f -0000005079 00000 f -0000005080 00000 f -0000005081 00000 f -0000005082 00000 f -0000005083 00000 f -0000005084 00000 f -0000005085 00000 f -0000005086 00000 f -0000005087 00000 f -0000005088 00000 f -0000005089 00000 f -0000005090 00000 f -0000005091 00000 f -0000005092 00000 f -0000005093 00000 f -0000005094 00000 f -0000005095 00000 f -0000005096 00000 f -0000005097 00000 f -0000005098 00000 f -0000005099 00000 f -0000005100 00000 f -0000005101 00000 f -0000005102 00000 f -0000005103 00000 f -0000005104 00000 f -0000005105 00000 f -0000005106 00000 f -0000005107 00000 f -0000005108 00000 f -0000005109 00000 f -0000005110 00000 f -0000005111 00000 f -0000005112 00000 f -0000005113 00000 f -0000005114 00000 f -0000005115 00000 f -0000005116 00000 f -0000005117 00000 f -0000005118 00000 f -0000005119 00000 f -0000005120 00000 f -0000005121 00000 f -0000005122 00000 f -0000005123 00000 f -0000005124 00000 f -0000005125 00000 f -0000005126 00000 f -0000005127 00000 f -0000005128 00000 f -0000005129 00000 f -0000005130 00000 f -0000005131 00000 f -0000005132 00000 f -0000005133 00000 f -0000005134 00000 f -0000005135 00000 f -0000005136 00000 f -0000005137 00000 f -0000005138 00000 f -0000005139 00000 f -0000005140 00000 f -0000005141 00000 f -0000005142 00000 f -0000005143 00000 f -0000005144 00000 f -0000005145 00000 f -0000005146 00000 f -0000005147 00000 f -0000005148 00000 f -0000005149 00000 f -0000005150 00000 f -0000005151 00000 f -0000005152 00000 f -0000005153 00000 f -0000005154 00000 f -0000005155 00000 f -0000005156 00000 f -0000005157 00000 f -0000005158 00000 f -0000005159 00000 f -0000005160 00000 f -0000005161 00000 f -0000005162 00000 f -0000005163 00000 f -0000005164 00000 f -0000005165 00000 f -0000005166 00000 f -0000005167 00000 f -0000005168 00000 f -0000005169 00000 f -0000005170 00000 f -0000005171 00000 f -0000005172 00000 f -0000005173 00000 f -0000005174 00000 f -0000005175 00000 f -0000005176 00000 f -0000005177 00000 f -0000005178 00000 f -0000005179 00000 f -0000005180 00000 f -0000005181 00000 f -0000005182 00000 f -0000005183 00000 f -0000005184 00000 f -0000005185 00000 f -0000005186 00000 f -0000005187 00000 f -0000005188 00000 f -0000005189 00000 f -0000005190 00000 f -0000005191 00000 f -0000005192 00000 f -0000005193 00000 f -0000005194 00000 f -0000005195 00000 f -0000005196 00000 f -0000005197 00000 f -0000005198 00000 f -0000005199 00000 f -0000005200 00000 f -0000005201 00000 f -0000005202 00000 f -0000005203 00000 f -0000005204 00000 f -0000005205 00000 f -0000005206 00000 f -0000005207 00000 f -0000005208 00000 f -0000005209 00000 f -0000005210 00000 f -0000005211 00000 f -0000005212 00000 f -0000005213 00000 f -0000005214 00000 f -0000005215 00000 f -0000005216 00000 f -0000005217 00000 f -0000005218 00000 f -0000005219 00000 f -0000005220 00000 f -0000005221 00000 f -0000005222 00000 f -0000005223 00000 f -0000005224 00000 f -0000005225 00000 f -0000005226 00000 f -0000005227 00000 f -0000005228 00000 f -0000005229 00000 f -0000005230 00000 f -0000005231 00000 f -0000005232 00000 f -0000005233 00000 f -0000005234 00000 f -0000005235 00000 f -0000005236 00000 f -0000005237 00000 f -0000005238 00000 f -0000005239 00000 f -0000005240 00000 f -0000005241 00000 f -0000005242 00000 f -0000005243 00000 f -0000005244 00000 f -0000005245 00000 f -0000005246 00000 f -0000005247 00000 f -0000005248 00000 f -0000005249 00000 f -0000005250 00000 f -0000005251 00000 f -0000005252 00000 f -0000005253 00000 f -0000005254 00000 f -0000005255 00000 f -0000005256 00000 f -0000005257 00000 f -0000005258 00000 f -0000005259 00000 f -0000005260 00000 f -0000005261 00000 f -0000005262 00000 f -0000005263 00000 f -0000005264 00000 f -0000005265 00000 f -0000005266 00000 f -0000005267 00000 f -0000005268 00000 f -0000005269 00000 f -0000005270 00000 f -0000005271 00000 f -0000005272 00000 f -0000005273 00000 f -0000005274 00000 f -0000005275 00000 f -0000005276 00000 f -0000005277 00000 f -0000005278 00000 f -0000005279 00000 f -0000005286 00000 f -0000322379 00000 n -0000322412 00000 n -0000322259 00000 n -0000322292 00000 n -0000322139 00000 n -0000322172 00000 n -0000005287 00000 f -0000005288 00000 f -0000005289 00000 f -0000005290 00000 f -0000005291 00000 f -0000005295 00000 f -0000317807 00000 n -0000317886 00000 n -0000317976 00000 n -0000005296 00000 f -0000005297 00000 f -0000005298 00000 f -0000005299 00000 f -0000005300 00000 f -0000005301 00000 f -0000005302 00000 f -0000005303 00000 f -0000005304 00000 f -0000005305 00000 f -0000005306 00000 f -0000005307 00000 f -0000005308 00000 f -0000005309 00000 f -0000005310 00000 f -0000005311 00000 f -0000005312 00000 f -0000005313 00000 f -0000005314 00000 f -0000005315 00000 f -0000005316 00000 f -0000005317 00000 f -0000005318 00000 f -0000005319 00000 f -0000005320 00000 f -0000005321 00000 f -0000005322 00000 f -0000005323 00000 f -0000005324 00000 f -0000005325 00000 f -0000005326 00000 f -0000005327 00000 f -0000005328 00000 f -0000005329 00000 f -0000005330 00000 f -0000005331 00000 f -0000005332 00000 f -0000005333 00000 f -0000005334 00000 f -0000005335 00000 f -0000005336 00000 f -0000005337 00000 f -0000005338 00000 f -0000005339 00000 f -0000005340 00000 f -0000005341 00000 f -0000005342 00000 f -0000005343 00000 f -0000005344 00000 f -0000005345 00000 f -0000005346 00000 f -0000005347 00000 f -0000005348 00000 f -0000005349 00000 f -0000005350 00000 f -0000005351 00000 f -0000005352 00000 f -0000005353 00000 f -0000005354 00000 f -0000005355 00000 f -0000005356 00000 f -0000005357 00000 f -0000005358 00000 f -0000005359 00000 f -0000005360 00000 f -0000005361 00000 f -0000005362 00000 f -0000005363 00000 f -0000005364 00000 f -0000005365 00000 f -0000005366 00000 f -0000005367 00000 f -0000005368 00000 f -0000005369 00000 f -0000005370 00000 f -0000005371 00000 f -0000005372 00000 f -0000005373 00000 f -0000005374 00000 f -0000005375 00000 f -0000005376 00000 f -0000005377 00000 f -0000005378 00000 f -0000005379 00000 f -0000005380 00000 f -0000005381 00000 f -0000005382 00000 f -0000005383 00000 f -0000005384 00000 f -0000005385 00000 f -0000005386 00000 f -0000005387 00000 f -0000005388 00000 f -0000005389 00000 f -0000005390 00000 f -0000005391 00000 f -0000005392 00000 f -0000005393 00000 f -0000005394 00000 f -0000005395 00000 f -0000005396 00000 f -0000005397 00000 f -0000005398 00000 f -0000005399 00000 f -0000005400 00000 f -0000005401 00000 f -0000005402 00000 f -0000005403 00000 f -0000005404 00000 f -0000005405 00000 f -0000005406 00000 f -0000005407 00000 f -0000005408 00000 f -0000005409 00000 f -0000005410 00000 f -0000005411 00000 f -0000005412 00000 f -0000005413 00000 f -0000005414 00000 f -0000005415 00000 f -0000005416 00000 f -0000005417 00000 f -0000005418 00000 f -0000005419 00000 f -0000005420 00000 f -0000005421 00000 f -0000005422 00000 f -0000005423 00000 f -0000005424 00000 f -0000005425 00000 f -0000005426 00000 f -0000005427 00000 f -0000005428 00000 f -0000005429 00000 f -0000005430 00000 f -0000005431 00000 f -0000005432 00000 f -0000005433 00000 f -0000005434 00000 f -0000005435 00000 f -0000005436 00000 f -0000005437 00000 f -0000005438 00000 f -0000005439 00000 f -0000005440 00000 f -0000005441 00000 f -0000005442 00000 f -0000005443 00000 f -0000005444 00000 f -0000005445 00000 f -0000005446 00000 f -0000005447 00000 f -0000005448 00000 f -0000005449 00000 f -0000005450 00000 f -0000005451 00000 f -0000005452 00000 f -0000005453 00000 f -0000005454 00000 f -0000005455 00000 f -0000005456 00000 f -0000005457 00000 f -0000005458 00000 f -0000005459 00000 f -0000005460 00000 f -0000005461 00000 f -0000005462 00000 f -0000005463 00000 f -0000005464 00000 f -0000005465 00000 f -0000005466 00000 f -0000005467 00000 f -0000005468 00000 f -0000005469 00000 f -0000005470 00000 f -0000005471 00000 f -0000005472 00000 f -0000005473 00000 f -0000005474 00000 f -0000005475 00000 f -0000005476 00000 f -0000005477 00000 f -0000005478 00000 f -0000005479 00000 f -0000005480 00000 f -0000005481 00000 f -0000005482 00000 f -0000005483 00000 f -0000005484 00000 f -0000005485 00000 f -0000005486 00000 f -0000005487 00000 f -0000005488 00000 f -0000005489 00000 f -0000005490 00000 f -0000005491 00000 f -0000005492 00000 f -0000005493 00000 f -0000005494 00000 f -0000005495 00000 f -0000005496 00000 f -0000005497 00000 f -0000005498 00000 f -0000005499 00000 f -0000005500 00000 f -0000005501 00000 f -0000005502 00000 f -0000005503 00000 f -0000005504 00000 f -0000005505 00000 f -0000005506 00000 f -0000005507 00000 f -0000005508 00000 f -0000005509 00000 f -0000005510 00000 f -0000005511 00000 f -0000005512 00000 f -0000005513 00000 f -0000005514 00000 f -0000005515 00000 f -0000005516 00000 f -0000005517 00000 f -0000005518 00000 f -0000005519 00000 f -0000005520 00000 f -0000005521 00000 f -0000005522 00000 f -0000005523 00000 f -0000005524 00000 f -0000005525 00000 f -0000005526 00000 f -0000005527 00000 f -0000005528 00000 f -0000005529 00000 f -0000005530 00000 f -0000005531 00000 f -0000005532 00000 f -0000005533 00000 f -0000005534 00000 f -0000005535 00000 f -0000005536 00000 f -0000005537 00000 f -0000005538 00000 f -0000005539 00000 f -0000005540 00000 f -0000005541 00000 f -0000005542 00000 f -0000005543 00000 f -0000005544 00000 f -0000005545 00000 f -0000005546 00000 f -0000005547 00000 f -0000005548 00000 f -0000005549 00000 f -0000005550 00000 f -0000005551 00000 f -0000005552 00000 f -0000005553 00000 f -0000005554 00000 f -0000005555 00000 f -0000005556 00000 f -0000005557 00000 f -0000005558 00000 f -0000005559 00000 f -0000005560 00000 f -0000005561 00000 f -0000005562 00000 f -0000005563 00000 f -0000005564 00000 f -0000005565 00000 f -0000005566 00000 f -0000005567 00000 f -0000005568 00000 f -0000005569 00000 f -0000005570 00000 f -0000005571 00000 f -0000005572 00000 f -0000005573 00000 f -0000005574 00000 f -0000005575 00000 f -0000005576 00000 f -0000005577 00000 f -0000005578 00000 f -0000005579 00000 f -0000005580 00000 f -0000005581 00000 f -0000005582 00000 f -0000005583 00000 f -0000005584 00000 f -0000005585 00000 f -0000005586 00000 f -0000005587 00000 f -0000005588 00000 f -0000005589 00000 f -0000005590 00000 f -0000005591 00000 f -0000005592 00000 f -0000005593 00000 f -0000005594 00000 f -0000005595 00000 f -0000005596 00000 f -0000005597 00000 f -0000005598 00000 f -0000005599 00000 f -0000005600 00000 f -0000005601 00000 f -0000005602 00000 f -0000005603 00000 f -0000005604 00000 f -0000005605 00000 f -0000005606 00000 f -0000005607 00000 f -0000005608 00000 f -0000005609 00000 f -0000005610 00000 f -0000005611 00000 f -0000005612 00000 f -0000005613 00000 f -0000005614 00000 f -0000005615 00000 f -0000005616 00000 f -0000005617 00000 f -0000005618 00000 f -0000005619 00000 f -0000005620 00000 f -0000005621 00000 f -0000005622 00000 f -0000005623 00000 f -0000005624 00000 f -0000005625 00000 f -0000005626 00000 f -0000005627 00000 f -0000005628 00000 f -0000005629 00000 f -0000005630 00000 f -0000005631 00000 f -0000005632 00000 f -0000005633 00000 f -0000005634 00000 f -0000005635 00000 f -0000005636 00000 f -0000005637 00000 f -0000005638 00000 f -0000005639 00000 f -0000005640 00000 f -0000005641 00000 f -0000005642 00000 f -0000005643 00000 f -0000005644 00000 f -0000005645 00000 f -0000005646 00000 f -0000005647 00000 f -0000005648 00000 f -0000005649 00000 f -0000005650 00000 f -0000005651 00000 f -0000005652 00000 f -0000005653 00000 f -0000005654 00000 f -0000005655 00000 f -0000005656 00000 f -0000005657 00000 f -0000005658 00000 f -0000005659 00000 f -0000005660 00000 f -0000005661 00000 f -0000005662 00000 f -0000005663 00000 f -0000005664 00000 f -0000005665 00000 f -0000005666 00000 f -0000005667 00000 f -0000005668 00000 f -0000005669 00000 f -0000005670 00000 f -0000005671 00000 f -0000005672 00000 f -0000005673 00000 f -0000005674 00000 f -0000005675 00000 f -0000005676 00000 f -0000005677 00000 f -0000005678 00000 f -0000005679 00000 f -0000005680 00000 f -0000005681 00000 f -0000005682 00000 f -0000005683 00000 f -0000005684 00000 f -0000005685 00000 f -0000005686 00000 f -0000005687 00000 f -0000005688 00000 f -0000005689 00000 f -0000005690 00000 f -0000005691 00000 f -0000005692 00000 f -0000005693 00000 f -0000005694 00000 f -0000005695 00000 f -0000005696 00000 f -0000005697 00000 f -0000005698 00000 f -0000005699 00000 f -0000005700 00000 f -0000005701 00000 f -0000005702 00000 f -0000005703 00000 f -0000005704 00000 f -0000005705 00000 f -0000005706 00000 f -0000005707 00000 f -0000005708 00000 f -0000005709 00000 f -0000005710 00000 f -0000005711 00000 f -0000005712 00000 f -0000005713 00000 f -0000005714 00000 f -0000005715 00000 f -0000005716 00000 f -0000005717 00000 f -0000005718 00000 f -0000005719 00000 f -0000005720 00000 f -0000005721 00000 f -0000005722 00000 f -0000005723 00000 f -0000005724 00000 f -0000005725 00000 f -0000005726 00000 f -0000005727 00000 f -0000005728 00000 f -0000005729 00000 f -0000005730 00000 f -0000005731 00000 f -0000005732 00000 f -0000005733 00000 f -0000005734 00000 f -0000005735 00000 f -0000005736 00000 f -0000005737 00000 f -0000005738 00000 f -0000005739 00000 f -0000005740 00000 f -0000005741 00000 f -0000005742 00000 f -0000005743 00000 f -0000005744 00000 f -0000005745 00000 f -0000005746 00000 f -0000005747 00000 f -0000005748 00000 f -0000005749 00000 f -0000005750 00000 f -0000005751 00000 f -0000005752 00000 f -0000005753 00000 f -0000005754 00000 f -0000005755 00000 f -0000005756 00000 f -0000005757 00000 f -0000005758 00000 f -0000005759 00000 f -0000005760 00000 f -0000005761 00000 f -0000005762 00000 f -0000005763 00000 f -0000005764 00000 f -0000005765 00000 f -0000005766 00000 f -0000005767 00000 f -0000005768 00000 f -0000005769 00000 f -0000005770 00000 f -0000005771 00000 f -0000005772 00000 f -0000005773 00000 f -0000005774 00000 f -0000005775 00000 f -0000005776 00000 f -0000005777 00000 f -0000005778 00000 f -0000005779 00000 f -0000005780 00000 f -0000005781 00000 f -0000005782 00000 f -0000005783 00000 f -0000005784 00000 f -0000005785 00000 f -0000005786 00000 f -0000005787 00000 f -0000005788 00000 f -0000005789 00000 f -0000005790 00000 f -0000005791 00000 f -0000005792 00000 f -0000005793 00000 f -0000005794 00000 f -0000005795 00000 f -0000005796 00000 f -0000005797 00000 f -0000005798 00000 f -0000005799 00000 f -0000005800 00000 f -0000005801 00000 f -0000005802 00000 f -0000005803 00000 f -0000005804 00000 f -0000005805 00000 f -0000005806 00000 f -0000005807 00000 f -0000005808 00000 f -0000005809 00000 f -0000005810 00000 f -0000005811 00000 f -0000005812 00000 f -0000005813 00000 f -0000005814 00000 f -0000005815 00000 f -0000005816 00000 f -0000005817 00000 f -0000005818 00000 f -0000005819 00000 f -0000005820 00000 f -0000005821 00000 f -0000005822 00000 f -0000005823 00000 f -0000005824 00000 f -0000005825 00000 f -0000005826 00000 f -0000005827 00000 f -0000005828 00000 f -0000005829 00000 f -0000005830 00000 f -0000005831 00000 f -0000005832 00000 f -0000005833 00000 f -0000005834 00000 f -0000005835 00000 f -0000005836 00000 f -0000005837 00000 f -0000005838 00000 f -0000005839 00000 f -0000005840 00000 f -0000005841 00000 f -0000005842 00000 f -0000005843 00000 f -0000005844 00000 f -0000005845 00000 f -0000005846 00000 f -0000005847 00000 f -0000005848 00000 f -0000005849 00000 f -0000005850 00000 f -0000005851 00000 f -0000005852 00000 f -0000005853 00000 f -0000005854 00000 f -0000005855 00000 f -0000005856 00000 f -0000005857 00000 f -0000005858 00000 f -0000005859 00000 f -0000005860 00000 f -0000005861 00000 f -0000005862 00000 f -0000005863 00000 f -0000005864 00000 f -0000005865 00000 f -0000005866 00000 f -0000005867 00000 f -0000005868 00000 f -0000005869 00000 f -0000005870 00000 f -0000005871 00000 f -0000005872 00000 f -0000005873 00000 f -0000005874 00000 f -0000005875 00000 f -0000005876 00000 f -0000005877 00000 f -0000005878 00000 f -0000005879 00000 f -0000005880 00000 f -0000005881 00000 f -0000005882 00000 f -0000005883 00000 f -0000005884 00000 f -0000005885 00000 f -0000005886 00000 f -0000005887 00000 f -0000005888 00000 f -0000005889 00000 f -0000005890 00000 f -0000005891 00000 f -0000005892 00000 f -0000005893 00000 f -0000005894 00000 f -0000005895 00000 f -0000005896 00000 f -0000005897 00000 f -0000005898 00000 f -0000005899 00000 f -0000005900 00000 f -0000005901 00000 f -0000005902 00000 f -0000005903 00000 f -0000005904 00000 f -0000005905 00000 f -0000005906 00000 f -0000005907 00000 f -0000005908 00000 f -0000005909 00000 f -0000005910 00000 f -0000005911 00000 f -0000005912 00000 f -0000005913 00000 f -0000005914 00000 f -0000005915 00000 f -0000005916 00000 f -0000005917 00000 f -0000005918 00000 f -0000005919 00000 f -0000005920 00000 f -0000005921 00000 f -0000005922 00000 f -0000005923 00000 f -0000005924 00000 f -0000005925 00000 f -0000005926 00000 f -0000005927 00000 f -0000005928 00000 f -0000005929 00000 f -0000005930 00000 f -0000005931 00000 f -0000005932 00000 f -0000005933 00000 f -0000005934 00000 f -0000005935 00000 f -0000005936 00000 f -0000005937 00000 f -0000005938 00000 f -0000005939 00000 f -0000005940 00000 f -0000005941 00000 f -0000005942 00000 f -0000005943 00000 f -0000005944 00000 f -0000005945 00000 f -0000005946 00000 f -0000005947 00000 f -0000005948 00000 f -0000005949 00000 f -0000005950 00000 f -0000005951 00000 f -0000005952 00000 f -0000005953 00000 f -0000005954 00000 f -0000005955 00000 f -0000005956 00000 f -0000005957 00000 f -0000005958 00000 f -0000005959 00000 f -0000005960 00000 f -0000005961 00000 f -0000005962 00000 f -0000005963 00000 f -0000005964 00000 f -0000005965 00000 f -0000005966 00000 f -0000005967 00000 f -0000005968 00000 f -0000005969 00000 f -0000005970 00000 f -0000005971 00000 f -0000005972 00000 f -0000005973 00000 f -0000005974 00000 f -0000005975 00000 f -0000005976 00000 f -0000005977 00000 f -0000005978 00000 f -0000005979 00000 f -0000005980 00000 f -0000005981 00000 f -0000005982 00000 f -0000005983 00000 f -0000005984 00000 f -0000005985 00000 f -0000005986 00000 f -0000005987 00000 f -0000005988 00000 f -0000005989 00000 f -0000005990 00000 f -0000005991 00000 f -0000005992 00000 f -0000005993 00000 f -0000005994 00000 f -0000005995 00000 f -0000005996 00000 f -0000005997 00000 f -0000005998 00000 f -0000005999 00000 f -0000006000 00000 f -0000006001 00000 f -0000006002 00000 f -0000006003 00000 f -0000006004 00000 f -0000006005 00000 f -0000006006 00000 f -0000006007 00000 f -0000006008 00000 f -0000006009 00000 f -0000006010 00000 f -0000006011 00000 f -0000006012 00000 f -0000006013 00000 f -0000006014 00000 f -0000006015 00000 f -0000006016 00000 f -0000006017 00000 f -0000006018 00000 f -0000006019 00000 f -0000006020 00000 f -0000006021 00000 f -0000006022 00000 f -0000006023 00000 f -0000006024 00000 f -0000006025 00000 f -0000006026 00000 f -0000006027 00000 f -0000006028 00000 f -0000006029 00000 f -0000006030 00000 f -0000006031 00000 f -0000006032 00000 f -0000006033 00000 f -0000006034 00000 f -0000006035 00000 f -0000006036 00000 f -0000006037 00000 f -0000006038 00000 f -0000006039 00000 f -0000006040 00000 f -0000006041 00000 f -0000006042 00000 f -0000006043 00000 f -0000006044 00000 f -0000006045 00000 f -0000006046 00000 f -0000006047 00000 f -0000006048 00000 f -0000006049 00000 f -0000006050 00000 f -0000006051 00000 f -0000006052 00000 f -0000006053 00000 f -0000006054 00000 f -0000006055 00000 f -0000006056 00000 f -0000006057 00000 f -0000006058 00000 f -0000006059 00000 f -0000006060 00000 f -0000006061 00000 f -0000006062 00000 f -0000006063 00000 f -0000006064 00000 f -0000006065 00000 f -0000006066 00000 f -0000006067 00000 f -0000006068 00000 f -0000006069 00000 f -0000006070 00000 f -0000006071 00000 f -0000006072 00000 f -0000006073 00000 f -0000006074 00000 f -0000006075 00000 f -0000006076 00000 f -0000006077 00000 f -0000006078 00000 f -0000006079 00000 f -0000006080 00000 f -0000006081 00000 f -0000006082 00000 f -0000006083 00000 f -0000006084 00000 f -0000006085 00000 f -0000006086 00000 f -0000006087 00000 f -0000006088 00000 f -0000006089 00000 f -0000006090 00000 f -0000006091 00000 f -0000006092 00000 f -0000006093 00000 f -0000006094 00000 f -0000006095 00000 f -0000006096 00000 f -0000006097 00000 f -0000006098 00000 f -0000006099 00000 f -0000006100 00000 f -0000006101 00000 f -0000006102 00000 f -0000006103 00000 f -0000006104 00000 f -0000006105 00000 f -0000006106 00000 f -0000006107 00000 f -0000006108 00000 f -0000006109 00000 f -0000006110 00000 f -0000006111 00000 f -0000006112 00000 f -0000006113 00000 f -0000006114 00000 f -0000006115 00000 f -0000006116 00000 f -0000006117 00000 f -0000006118 00000 f -0000006119 00000 f -0000006120 00000 f -0000006121 00000 f -0000006122 00000 f -0000006123 00000 f -0000006124 00000 f -0000006125 00000 f -0000006126 00000 f -0000006127 00000 f -0000006128 00000 f -0000006129 00000 f -0000006130 00000 f -0000006131 00000 f -0000006132 00000 f -0000006133 00000 f -0000006134 00000 f -0000006135 00000 f -0000006136 00000 f -0000006137 00000 f -0000006138 00000 f -0000006139 00000 f -0000006140 00000 f -0000006141 00000 f -0000006142 00000 f -0000006143 00000 f -0000006144 00000 f -0000006145 00000 f -0000006146 00000 f -0000006147 00000 f -0000006148 00000 f -0000006149 00000 f -0000006150 00000 f -0000006151 00000 f -0000006152 00000 f -0000006153 00000 f -0000006154 00000 f -0000006155 00000 f -0000006156 00000 f -0000006157 00000 f -0000006158 00000 f -0000006159 00000 f -0000006160 00000 f -0000006167 00000 f -0000322019 00000 n -0000322052 00000 n -0000321899 00000 n -0000321932 00000 n -0000321779 00000 n -0000321812 00000 n -0000006168 00000 f -0000006169 00000 f -0000006170 00000 f -0000006171 00000 f -0000006172 00000 f -0000006176 00000 f -0000318067 00000 n -0000318146 00000 n -0000318236 00000 n -0000006177 00000 f -0000006178 00000 f -0000006179 00000 f -0000006180 00000 f -0000006181 00000 f -0000006182 00000 f -0000006183 00000 f -0000006184 00000 f -0000006185 00000 f -0000006186 00000 f -0000006187 00000 f -0000006188 00000 f -0000006189 00000 f -0000006190 00000 f -0000006191 00000 f -0000006192 00000 f -0000006193 00000 f -0000006194 00000 f -0000006195 00000 f -0000006196 00000 f -0000006197 00000 f -0000006198 00000 f -0000006199 00000 f -0000006200 00000 f -0000006201 00000 f -0000006202 00000 f -0000006203 00000 f -0000006204 00000 f -0000006205 00000 f -0000006206 00000 f -0000006207 00000 f -0000006208 00000 f -0000006209 00000 f -0000006210 00000 f -0000006211 00000 f -0000006212 00000 f -0000006213 00000 f -0000006214 00000 f -0000006215 00000 f -0000006216 00000 f -0000006217 00000 f -0000006218 00000 f -0000006219 00000 f -0000006220 00000 f -0000006221 00000 f -0000006222 00000 f -0000006223 00000 f -0000006224 00000 f -0000006225 00000 f -0000006226 00000 f -0000006227 00000 f -0000006228 00000 f -0000006229 00000 f -0000006230 00000 f -0000006231 00000 f -0000006232 00000 f -0000006233 00000 f -0000006234 00000 f -0000006235 00000 f -0000006236 00000 f -0000006237 00000 f -0000006238 00000 f -0000006239 00000 f -0000006240 00000 f -0000006241 00000 f -0000006242 00000 f -0000006243 00000 f -0000006244 00000 f -0000006245 00000 f -0000006246 00000 f -0000006247 00000 f -0000006248 00000 f -0000006249 00000 f -0000006250 00000 f -0000006251 00000 f -0000006252 00000 f -0000006253 00000 f -0000006254 00000 f -0000006255 00000 f -0000006256 00000 f -0000006257 00000 f -0000006258 00000 f -0000006259 00000 f -0000006260 00000 f -0000006261 00000 f -0000006262 00000 f -0000006263 00000 f -0000006264 00000 f -0000006265 00000 f -0000006266 00000 f -0000006267 00000 f -0000006268 00000 f -0000006269 00000 f -0000006270 00000 f -0000006271 00000 f -0000006272 00000 f -0000006273 00000 f -0000006274 00000 f -0000006275 00000 f -0000006276 00000 f -0000006277 00000 f -0000006278 00000 f -0000006279 00000 f -0000006280 00000 f -0000006281 00000 f -0000006282 00000 f -0000006283 00000 f -0000006284 00000 f -0000006285 00000 f -0000006286 00000 f -0000006287 00000 f -0000006288 00000 f -0000006289 00000 f -0000006290 00000 f -0000006291 00000 f -0000006292 00000 f -0000006293 00000 f -0000006294 00000 f -0000006295 00000 f -0000006296 00000 f -0000006297 00000 f -0000006298 00000 f -0000006299 00000 f -0000006300 00000 f -0000006301 00000 f -0000006302 00000 f -0000006303 00000 f -0000006304 00000 f -0000006305 00000 f -0000006306 00000 f -0000006307 00000 f -0000006308 00000 f -0000006309 00000 f -0000006310 00000 f -0000006311 00000 f -0000006312 00000 f -0000006313 00000 f -0000006314 00000 f -0000006315 00000 f -0000006316 00000 f -0000006317 00000 f -0000006318 00000 f -0000006319 00000 f -0000006320 00000 f -0000006321 00000 f -0000006322 00000 f -0000006323 00000 f -0000006324 00000 f -0000006325 00000 f -0000006326 00000 f -0000006327 00000 f -0000006328 00000 f -0000006329 00000 f -0000006330 00000 f -0000006331 00000 f -0000006332 00000 f -0000006333 00000 f -0000006334 00000 f -0000006335 00000 f -0000006336 00000 f -0000006337 00000 f -0000006338 00000 f -0000006339 00000 f -0000006340 00000 f -0000006341 00000 f -0000006342 00000 f -0000006343 00000 f -0000006344 00000 f -0000006345 00000 f -0000006346 00000 f -0000006347 00000 f -0000006348 00000 f -0000006349 00000 f -0000006350 00000 f -0000006351 00000 f -0000006352 00000 f -0000006353 00000 f -0000006354 00000 f -0000006355 00000 f -0000006356 00000 f -0000006357 00000 f -0000006358 00000 f -0000006359 00000 f -0000006360 00000 f -0000006361 00000 f -0000006362 00000 f -0000006363 00000 f -0000006364 00000 f -0000006365 00000 f -0000006366 00000 f -0000006367 00000 f -0000006368 00000 f -0000006369 00000 f -0000006370 00000 f -0000006371 00000 f -0000006372 00000 f -0000006373 00000 f -0000006374 00000 f -0000006375 00000 f -0000006376 00000 f -0000006377 00000 f -0000006378 00000 f -0000006379 00000 f -0000006380 00000 f -0000006381 00000 f -0000006382 00000 f -0000006383 00000 f -0000006384 00000 f -0000006385 00000 f -0000006386 00000 f -0000006387 00000 f -0000006388 00000 f -0000006389 00000 f -0000006390 00000 f -0000006391 00000 f -0000006392 00000 f -0000006393 00000 f -0000006394 00000 f -0000006395 00000 f -0000006396 00000 f -0000006397 00000 f -0000006398 00000 f -0000006399 00000 f -0000006400 00000 f -0000006401 00000 f -0000006402 00000 f -0000006403 00000 f -0000006404 00000 f -0000006405 00000 f -0000006406 00000 f -0000006407 00000 f -0000006408 00000 f -0000006409 00000 f -0000006410 00000 f -0000006411 00000 f -0000006412 00000 f -0000006413 00000 f -0000006414 00000 f -0000006415 00000 f -0000006416 00000 f -0000006417 00000 f -0000006418 00000 f -0000006419 00000 f -0000006420 00000 f -0000006421 00000 f -0000006422 00000 f -0000006423 00000 f -0000006424 00000 f -0000006425 00000 f -0000006426 00000 f -0000006427 00000 f -0000006428 00000 f -0000006429 00000 f -0000006430 00000 f -0000006431 00000 f -0000006432 00000 f -0000006433 00000 f -0000006434 00000 f -0000006435 00000 f -0000006436 00000 f -0000006437 00000 f -0000006438 00000 f -0000006439 00000 f -0000006440 00000 f -0000006441 00000 f -0000006442 00000 f -0000006443 00000 f -0000006444 00000 f -0000006445 00000 f -0000006446 00000 f -0000006447 00000 f -0000006448 00000 f -0000006449 00000 f -0000006450 00000 f -0000006451 00000 f -0000006452 00000 f -0000006453 00000 f -0000006454 00000 f -0000006455 00000 f -0000006456 00000 f -0000006457 00000 f -0000006458 00000 f -0000006459 00000 f -0000006460 00000 f -0000006461 00000 f -0000006462 00000 f -0000006463 00000 f -0000006464 00000 f -0000006465 00000 f -0000006466 00000 f -0000006467 00000 f -0000006468 00000 f -0000006469 00000 f -0000006470 00000 f -0000006471 00000 f -0000006472 00000 f -0000006473 00000 f -0000006474 00000 f -0000006475 00000 f -0000006476 00000 f -0000006477 00000 f -0000006478 00000 f -0000006479 00000 f -0000006480 00000 f -0000006481 00000 f -0000006482 00000 f -0000006483 00000 f -0000006484 00000 f -0000006485 00000 f -0000006486 00000 f -0000006487 00000 f -0000006488 00000 f -0000006489 00000 f -0000006490 00000 f -0000006491 00000 f -0000006492 00000 f -0000006493 00000 f -0000006494 00000 f -0000006495 00000 f -0000006496 00000 f -0000006497 00000 f -0000006498 00000 f -0000006499 00000 f -0000006500 00000 f -0000006501 00000 f -0000006502 00000 f -0000006503 00000 f -0000006504 00000 f -0000006505 00000 f -0000006506 00000 f -0000006507 00000 f -0000006508 00000 f -0000006509 00000 f -0000006510 00000 f -0000006511 00000 f -0000006512 00000 f -0000006513 00000 f -0000006514 00000 f -0000006515 00000 f -0000006516 00000 f -0000006517 00000 f -0000006518 00000 f -0000006519 00000 f -0000006520 00000 f -0000006521 00000 f -0000006522 00000 f -0000006523 00000 f -0000006524 00000 f -0000006525 00000 f -0000006526 00000 f -0000006527 00000 f -0000006528 00000 f -0000006529 00000 f -0000006530 00000 f -0000006531 00000 f -0000006532 00000 f -0000006533 00000 f -0000006534 00000 f -0000006535 00000 f -0000006536 00000 f -0000006537 00000 f -0000006538 00000 f -0000006539 00000 f -0000006540 00000 f -0000006541 00000 f -0000006542 00000 f -0000006543 00000 f -0000006544 00000 f -0000006545 00000 f -0000006546 00000 f -0000006547 00000 f -0000006548 00000 f -0000006549 00000 f -0000006550 00000 f -0000006551 00000 f -0000006552 00000 f -0000006553 00000 f -0000006554 00000 f -0000006555 00000 f -0000006556 00000 f -0000006557 00000 f -0000006558 00000 f -0000006559 00000 f -0000006560 00000 f -0000006561 00000 f -0000006562 00000 f -0000006563 00000 f -0000006564 00000 f -0000006565 00000 f -0000006566 00000 f -0000006567 00000 f -0000006568 00000 f -0000006569 00000 f -0000006570 00000 f -0000006571 00000 f -0000006572 00000 f -0000006573 00000 f -0000006574 00000 f -0000006575 00000 f -0000006576 00000 f -0000006577 00000 f -0000006578 00000 f -0000006579 00000 f -0000006580 00000 f -0000006581 00000 f -0000006582 00000 f -0000006583 00000 f -0000006584 00000 f -0000006585 00000 f -0000006586 00000 f -0000006587 00000 f -0000006588 00000 f -0000006589 00000 f -0000006590 00000 f -0000006591 00000 f -0000006592 00000 f -0000006593 00000 f -0000006594 00000 f -0000006595 00000 f -0000006596 00000 f -0000006597 00000 f -0000006598 00000 f -0000006599 00000 f -0000006600 00000 f -0000006601 00000 f -0000006602 00000 f -0000006603 00000 f -0000006604 00000 f -0000006605 00000 f -0000006606 00000 f -0000006607 00000 f -0000006608 00000 f -0000006609 00000 f -0000006610 00000 f -0000006611 00000 f -0000006612 00000 f -0000006613 00000 f -0000006614 00000 f -0000006615 00000 f -0000006616 00000 f -0000006617 00000 f -0000006618 00000 f -0000006619 00000 f -0000006620 00000 f -0000006621 00000 f -0000006622 00000 f -0000006623 00000 f -0000006624 00000 f -0000006625 00000 f -0000006626 00000 f -0000006627 00000 f -0000006628 00000 f -0000006629 00000 f -0000006630 00000 f -0000006631 00000 f -0000006632 00000 f -0000006633 00000 f -0000006634 00000 f -0000006635 00000 f -0000006636 00000 f -0000006637 00000 f -0000006638 00000 f -0000006639 00000 f -0000006640 00000 f -0000006641 00000 f -0000006642 00000 f -0000006643 00000 f -0000006644 00000 f -0000006645 00000 f -0000006646 00000 f -0000006647 00000 f -0000006648 00000 f -0000006649 00000 f -0000006650 00000 f -0000006651 00000 f -0000006652 00000 f -0000006653 00000 f -0000006654 00000 f -0000006655 00000 f -0000006656 00000 f -0000006657 00000 f -0000006658 00000 f -0000006659 00000 f -0000006660 00000 f -0000006661 00000 f -0000006662 00000 f -0000006663 00000 f -0000006664 00000 f -0000006665 00000 f -0000006666 00000 f -0000006667 00000 f -0000006668 00000 f -0000006669 00000 f -0000006670 00000 f -0000006671 00000 f -0000006672 00000 f -0000006673 00000 f -0000006674 00000 f -0000006675 00000 f -0000006676 00000 f -0000006677 00000 f -0000006678 00000 f -0000006679 00000 f -0000006680 00000 f -0000006681 00000 f -0000006682 00000 f -0000006683 00000 f -0000006684 00000 f -0000006685 00000 f -0000006686 00000 f -0000006687 00000 f -0000006688 00000 f -0000006689 00000 f -0000006690 00000 f -0000006691 00000 f -0000006692 00000 f -0000006693 00000 f -0000006694 00000 f -0000006695 00000 f -0000006696 00000 f -0000006697 00000 f -0000006698 00000 f -0000006699 00000 f -0000006700 00000 f -0000006701 00000 f -0000006702 00000 f -0000006703 00000 f -0000006704 00000 f -0000006705 00000 f -0000006706 00000 f -0000006707 00000 f -0000006708 00000 f -0000006709 00000 f -0000006710 00000 f -0000006711 00000 f -0000006712 00000 f -0000006713 00000 f -0000006714 00000 f -0000006715 00000 f -0000006716 00000 f -0000006717 00000 f -0000006718 00000 f -0000006719 00000 f -0000006720 00000 f -0000006721 00000 f -0000006722 00000 f -0000006723 00000 f -0000006724 00000 f -0000006725 00000 f -0000006726 00000 f -0000006727 00000 f -0000006728 00000 f -0000006729 00000 f -0000006730 00000 f -0000006731 00000 f -0000006732 00000 f -0000006733 00000 f -0000006734 00000 f -0000006735 00000 f -0000006736 00000 f -0000006737 00000 f -0000006738 00000 f -0000006739 00000 f -0000006740 00000 f -0000006741 00000 f -0000006742 00000 f -0000006743 00000 f -0000006744 00000 f -0000006745 00000 f -0000006746 00000 f -0000006747 00000 f -0000006748 00000 f -0000006749 00000 f -0000006750 00000 f -0000006751 00000 f -0000006752 00000 f -0000006753 00000 f -0000006754 00000 f -0000006755 00000 f -0000006756 00000 f -0000006757 00000 f -0000006758 00000 f -0000006759 00000 f -0000006760 00000 f -0000006761 00000 f -0000006762 00000 f -0000006763 00000 f -0000006764 00000 f -0000006765 00000 f -0000006766 00000 f -0000006767 00000 f -0000006768 00000 f -0000006769 00000 f -0000006770 00000 f -0000006771 00000 f -0000006772 00000 f -0000006773 00000 f -0000006774 00000 f -0000006775 00000 f -0000006776 00000 f -0000006777 00000 f -0000006778 00000 f -0000006779 00000 f -0000006780 00000 f -0000006781 00000 f -0000006782 00000 f -0000006783 00000 f -0000006784 00000 f -0000006785 00000 f -0000006786 00000 f -0000006787 00000 f -0000006788 00000 f -0000006789 00000 f -0000006790 00000 f -0000006791 00000 f -0000006792 00000 f -0000006793 00000 f -0000006794 00000 f -0000006795 00000 f -0000006796 00000 f -0000006797 00000 f -0000006798 00000 f -0000006799 00000 f -0000006800 00000 f -0000006801 00000 f -0000006802 00000 f -0000006803 00000 f -0000006804 00000 f -0000006805 00000 f -0000006806 00000 f -0000006807 00000 f -0000006808 00000 f -0000006809 00000 f -0000006810 00000 f -0000006811 00000 f -0000006812 00000 f -0000006813 00000 f -0000006814 00000 f -0000006815 00000 f -0000006816 00000 f -0000006817 00000 f -0000006818 00000 f -0000006819 00000 f -0000006820 00000 f -0000006821 00000 f -0000006822 00000 f -0000006823 00000 f -0000006824 00000 f -0000006825 00000 f -0000006826 00000 f -0000006827 00000 f -0000006828 00000 f -0000006829 00000 f -0000006830 00000 f -0000006831 00000 f -0000006832 00000 f -0000006833 00000 f -0000006834 00000 f -0000006835 00000 f -0000006836 00000 f -0000006837 00000 f -0000006838 00000 f -0000006839 00000 f -0000006840 00000 f -0000006841 00000 f -0000006842 00000 f -0000006843 00000 f -0000006844 00000 f -0000006845 00000 f -0000006846 00000 f -0000006847 00000 f -0000006848 00000 f -0000006849 00000 f -0000006850 00000 f -0000006851 00000 f -0000006852 00000 f -0000006853 00000 f -0000006854 00000 f -0000006855 00000 f -0000006856 00000 f -0000006857 00000 f -0000006858 00000 f -0000006859 00000 f -0000006860 00000 f -0000006861 00000 f -0000006862 00000 f -0000006863 00000 f -0000006864 00000 f -0000006865 00000 f -0000006866 00000 f -0000006867 00000 f -0000006868 00000 f -0000006869 00000 f -0000006870 00000 f -0000006871 00000 f -0000006872 00000 f -0000006873 00000 f -0000006874 00000 f -0000006875 00000 f -0000006876 00000 f -0000006877 00000 f -0000006878 00000 f -0000006879 00000 f -0000006880 00000 f -0000006881 00000 f -0000006882 00000 f -0000006883 00000 f -0000006884 00000 f -0000006885 00000 f -0000006886 00000 f -0000006887 00000 f -0000006888 00000 f -0000006889 00000 f -0000006890 00000 f -0000006891 00000 f -0000006892 00000 f -0000006893 00000 f -0000006894 00000 f -0000006895 00000 f -0000006896 00000 f -0000006897 00000 f -0000006898 00000 f -0000006899 00000 f -0000006900 00000 f -0000006901 00000 f -0000006902 00000 f -0000006903 00000 f -0000006904 00000 f -0000006905 00000 f -0000006906 00000 f -0000006907 00000 f -0000006908 00000 f -0000006909 00000 f -0000006910 00000 f -0000006911 00000 f -0000006912 00000 f -0000006913 00000 f -0000006914 00000 f -0000006915 00000 f -0000006916 00000 f -0000006917 00000 f -0000006918 00000 f -0000006919 00000 f -0000006920 00000 f -0000006921 00000 f -0000006922 00000 f -0000006923 00000 f -0000006924 00000 f -0000006925 00000 f -0000006926 00000 f -0000006927 00000 f -0000006928 00000 f -0000006929 00000 f -0000006930 00000 f -0000006931 00000 f -0000006932 00000 f -0000006933 00000 f -0000006934 00000 f -0000006935 00000 f -0000006936 00000 f -0000006937 00000 f -0000006938 00000 f -0000006939 00000 f -0000006940 00000 f -0000006941 00000 f -0000006942 00000 f -0000006943 00000 f -0000006944 00000 f -0000006945 00000 f -0000006946 00000 f -0000006947 00000 f -0000006948 00000 f -0000006949 00000 f -0000006950 00000 f -0000006951 00000 f -0000006952 00000 f -0000006953 00000 f -0000006954 00000 f -0000006955 00000 f -0000006956 00000 f -0000006957 00000 f -0000006958 00000 f -0000006959 00000 f -0000006960 00000 f -0000006961 00000 f -0000006962 00000 f -0000006963 00000 f -0000006964 00000 f -0000006965 00000 f -0000006966 00000 f -0000006967 00000 f -0000006968 00000 f -0000006969 00000 f -0000006970 00000 f -0000006971 00000 f -0000006972 00000 f -0000006973 00000 f -0000006974 00000 f -0000006975 00000 f -0000006976 00000 f -0000006977 00000 f -0000006978 00000 f -0000006979 00000 f -0000006980 00000 f -0000006981 00000 f -0000006982 00000 f -0000006983 00000 f -0000006984 00000 f -0000006985 00000 f -0000006986 00000 f -0000006987 00000 f -0000006988 00000 f -0000006989 00000 f -0000006990 00000 f -0000006991 00000 f -0000006992 00000 f -0000006993 00000 f -0000006994 00000 f -0000006995 00000 f -0000006996 00000 f -0000006997 00000 f -0000006998 00000 f -0000006999 00000 f -0000007000 00000 f -0000007001 00000 f -0000007002 00000 f -0000007003 00000 f -0000007004 00000 f -0000007005 00000 f -0000007006 00000 f -0000007007 00000 f -0000007008 00000 f -0000007009 00000 f -0000007010 00000 f -0000007011 00000 f -0000007012 00000 f -0000007013 00000 f -0000007014 00000 f -0000007015 00000 f -0000007016 00000 f -0000007017 00000 f -0000007018 00000 f -0000007019 00000 f -0000007020 00000 f -0000007021 00000 f -0000007022 00000 f -0000007023 00000 f -0000007024 00000 f -0000007025 00000 f -0000007026 00000 f -0000007027 00000 f -0000007028 00000 f -0000007029 00000 f -0000007030 00000 f -0000007031 00000 f -0000007032 00000 f -0000007033 00000 f -0000007034 00000 f -0000007035 00000 f -0000007036 00000 f -0000007037 00000 f -0000007038 00000 f -0000007039 00000 f -0000007040 00000 f -0000007041 00000 f -0000007048 00000 f -0000321659 00000 n -0000321692 00000 n -0000321539 00000 n -0000321572 00000 n -0000321419 00000 n -0000321452 00000 n -0000007049 00000 f -0000007050 00000 f -0000007051 00000 f -0000007052 00000 f -0000007053 00000 f -0000007057 00000 f -0000318327 00000 n -0000318406 00000 n -0000318496 00000 n -0000007058 00000 f -0000007059 00000 f -0000007060 00000 f -0000007061 00000 f -0000007062 00000 f -0000007063 00000 f -0000007064 00000 f -0000007065 00000 f -0000007066 00000 f -0000007067 00000 f -0000007068 00000 f -0000007069 00000 f -0000007070 00000 f -0000007071 00000 f -0000007072 00000 f -0000007073 00000 f -0000007074 00000 f -0000007075 00000 f -0000007076 00000 f -0000007077 00000 f -0000007078 00000 f -0000007079 00000 f -0000007080 00000 f -0000007081 00000 f -0000007082 00000 f -0000007083 00000 f -0000007084 00000 f -0000007085 00000 f -0000007086 00000 f -0000007087 00000 f -0000007088 00000 f -0000007089 00000 f -0000007090 00000 f -0000007091 00000 f -0000007092 00000 f -0000007093 00000 f -0000007094 00000 f -0000007095 00000 f -0000007096 00000 f -0000007097 00000 f -0000007098 00000 f -0000007099 00000 f -0000007100 00000 f -0000007101 00000 f -0000007102 00000 f -0000007103 00000 f -0000007104 00000 f -0000007105 00000 f -0000007106 00000 f -0000007107 00000 f -0000007108 00000 f -0000007109 00000 f -0000007110 00000 f -0000007111 00000 f -0000007112 00000 f -0000007113 00000 f -0000007114 00000 f -0000007115 00000 f -0000007116 00000 f -0000007117 00000 f -0000007118 00000 f -0000007119 00000 f -0000007120 00000 f -0000007121 00000 f -0000007122 00000 f -0000007123 00000 f -0000007124 00000 f -0000007125 00000 f -0000007126 00000 f -0000007127 00000 f -0000007128 00000 f -0000007129 00000 f -0000007130 00000 f -0000007131 00000 f -0000007132 00000 f -0000007133 00000 f -0000007134 00000 f -0000007135 00000 f -0000007136 00000 f -0000007137 00000 f -0000007138 00000 f -0000007139 00000 f -0000007140 00000 f -0000007141 00000 f -0000007142 00000 f -0000007143 00000 f -0000007144 00000 f -0000007145 00000 f -0000007146 00000 f -0000007147 00000 f -0000007148 00000 f -0000007149 00000 f -0000007150 00000 f -0000007151 00000 f -0000007152 00000 f -0000007153 00000 f -0000007154 00000 f -0000007155 00000 f -0000007156 00000 f -0000007157 00000 f -0000007158 00000 f -0000007159 00000 f -0000007160 00000 f -0000007161 00000 f -0000007162 00000 f -0000007163 00000 f -0000007164 00000 f -0000007165 00000 f -0000007166 00000 f -0000007167 00000 f -0000007168 00000 f -0000007169 00000 f -0000007170 00000 f -0000007171 00000 f -0000007172 00000 f -0000007173 00000 f -0000007174 00000 f -0000007175 00000 f -0000007176 00000 f -0000007177 00000 f -0000007178 00000 f -0000007179 00000 f -0000007180 00000 f -0000007181 00000 f -0000007182 00000 f -0000007183 00000 f -0000007184 00000 f -0000007185 00000 f -0000007186 00000 f -0000007187 00000 f -0000007188 00000 f -0000007189 00000 f -0000007190 00000 f -0000007191 00000 f -0000007192 00000 f -0000007193 00000 f -0000007194 00000 f -0000007195 00000 f -0000007196 00000 f -0000007197 00000 f -0000007198 00000 f -0000007199 00000 f -0000007200 00000 f -0000007201 00000 f -0000007202 00000 f -0000007203 00000 f -0000007204 00000 f -0000007205 00000 f -0000007206 00000 f -0000007207 00000 f -0000007208 00000 f -0000007209 00000 f -0000007210 00000 f -0000007211 00000 f -0000007212 00000 f -0000007213 00000 f -0000007214 00000 f -0000007215 00000 f -0000007216 00000 f -0000007217 00000 f -0000007218 00000 f -0000007219 00000 f -0000007220 00000 f -0000007221 00000 f -0000007222 00000 f -0000007223 00000 f -0000007224 00000 f -0000007225 00000 f -0000007226 00000 f -0000007227 00000 f -0000007228 00000 f -0000007229 00000 f -0000007230 00000 f -0000007231 00000 f -0000007232 00000 f -0000007233 00000 f -0000007234 00000 f -0000007235 00000 f -0000007236 00000 f -0000007237 00000 f -0000007238 00000 f -0000007239 00000 f -0000007240 00000 f -0000007241 00000 f -0000007242 00000 f -0000007243 00000 f -0000007244 00000 f -0000007245 00000 f -0000007246 00000 f -0000007247 00000 f -0000007248 00000 f -0000007249 00000 f -0000007250 00000 f -0000007251 00000 f -0000007252 00000 f -0000007253 00000 f -0000007254 00000 f -0000007255 00000 f -0000007256 00000 f -0000007257 00000 f -0000007258 00000 f -0000007259 00000 f -0000007260 00000 f -0000007261 00000 f -0000007262 00000 f -0000007263 00000 f -0000007264 00000 f -0000007265 00000 f -0000007266 00000 f -0000007267 00000 f -0000007268 00000 f -0000007269 00000 f -0000007270 00000 f -0000007271 00000 f -0000007272 00000 f -0000007273 00000 f -0000007274 00000 f -0000007275 00000 f -0000007276 00000 f -0000007277 00000 f -0000007278 00000 f -0000007279 00000 f -0000007280 00000 f -0000007281 00000 f -0000007282 00000 f -0000007283 00000 f -0000007284 00000 f -0000007285 00000 f -0000007286 00000 f -0000007287 00000 f -0000007288 00000 f -0000007289 00000 f -0000007290 00000 f -0000007291 00000 f -0000007292 00000 f -0000007293 00000 f -0000007294 00000 f -0000007295 00000 f -0000007296 00000 f -0000007297 00000 f -0000007298 00000 f -0000007299 00000 f -0000007300 00000 f -0000007301 00000 f -0000007302 00000 f -0000007303 00000 f -0000007304 00000 f -0000007305 00000 f -0000007306 00000 f -0000007307 00000 f -0000007308 00000 f -0000007309 00000 f -0000007310 00000 f -0000007311 00000 f -0000007312 00000 f -0000007313 00000 f -0000007314 00000 f -0000007315 00000 f -0000007316 00000 f -0000007317 00000 f -0000007318 00000 f -0000007319 00000 f -0000007320 00000 f -0000007321 00000 f -0000007322 00000 f -0000007323 00000 f -0000007324 00000 f -0000007325 00000 f -0000007326 00000 f -0000007327 00000 f -0000007328 00000 f -0000007329 00000 f -0000007330 00000 f -0000007331 00000 f -0000007332 00000 f -0000007333 00000 f -0000007334 00000 f -0000007335 00000 f -0000007336 00000 f -0000007337 00000 f -0000007338 00000 f -0000007339 00000 f -0000007340 00000 f -0000007341 00000 f -0000007342 00000 f -0000007343 00000 f -0000007344 00000 f -0000007345 00000 f -0000007346 00000 f -0000007347 00000 f -0000007348 00000 f -0000007349 00000 f -0000007350 00000 f -0000007351 00000 f -0000007352 00000 f -0000007353 00000 f -0000007354 00000 f -0000007355 00000 f -0000007356 00000 f -0000007357 00000 f -0000007358 00000 f -0000007359 00000 f -0000007360 00000 f -0000007361 00000 f -0000007362 00000 f -0000007363 00000 f -0000007364 00000 f -0000007365 00000 f -0000007366 00000 f -0000007367 00000 f -0000007368 00000 f -0000007369 00000 f -0000007370 00000 f -0000007371 00000 f -0000007372 00000 f -0000007373 00000 f -0000007374 00000 f -0000007375 00000 f -0000007376 00000 f -0000007377 00000 f -0000007378 00000 f -0000007379 00000 f -0000007380 00000 f -0000007381 00000 f -0000007382 00000 f -0000007383 00000 f -0000007384 00000 f -0000007385 00000 f -0000007386 00000 f -0000007387 00000 f -0000007388 00000 f -0000007389 00000 f -0000007390 00000 f -0000007391 00000 f -0000007392 00000 f -0000007393 00000 f -0000007394 00000 f -0000007395 00000 f -0000007396 00000 f -0000007397 00000 f -0000007398 00000 f -0000007399 00000 f -0000007400 00000 f -0000007401 00000 f -0000007402 00000 f -0000007403 00000 f -0000007404 00000 f -0000007405 00000 f -0000007406 00000 f -0000007407 00000 f -0000007408 00000 f -0000007409 00000 f -0000007410 00000 f -0000007411 00000 f -0000007412 00000 f -0000007413 00000 f -0000007414 00000 f -0000007415 00000 f -0000007416 00000 f -0000007417 00000 f -0000007418 00000 f -0000007419 00000 f -0000007420 00000 f -0000007421 00000 f -0000007422 00000 f -0000007423 00000 f -0000007424 00000 f -0000007425 00000 f -0000007426 00000 f -0000007427 00000 f -0000007428 00000 f -0000007429 00000 f -0000007430 00000 f -0000007431 00000 f -0000007432 00000 f -0000007433 00000 f -0000007434 00000 f -0000007435 00000 f -0000007436 00000 f -0000007437 00000 f -0000007438 00000 f -0000007439 00000 f -0000007440 00000 f -0000007441 00000 f -0000007442 00000 f -0000007443 00000 f -0000007444 00000 f -0000007445 00000 f -0000007446 00000 f -0000007447 00000 f -0000007448 00000 f -0000007449 00000 f -0000007450 00000 f -0000007451 00000 f -0000007452 00000 f -0000007453 00000 f -0000007454 00000 f -0000007455 00000 f -0000007456 00000 f -0000007457 00000 f -0000007458 00000 f -0000007459 00000 f -0000007460 00000 f -0000007461 00000 f -0000007462 00000 f -0000007463 00000 f -0000007464 00000 f -0000007465 00000 f -0000007466 00000 f -0000007467 00000 f -0000007468 00000 f -0000007469 00000 f -0000007470 00000 f -0000007471 00000 f -0000007472 00000 f -0000007473 00000 f -0000007474 00000 f -0000007475 00000 f -0000007476 00000 f -0000007477 00000 f -0000007478 00000 f -0000007479 00000 f -0000007480 00000 f -0000007481 00000 f -0000007482 00000 f -0000007483 00000 f -0000007484 00000 f -0000007485 00000 f -0000007486 00000 f -0000007487 00000 f -0000007488 00000 f -0000007489 00000 f -0000007490 00000 f -0000007491 00000 f -0000007492 00000 f -0000007493 00000 f -0000007494 00000 f -0000007495 00000 f -0000007496 00000 f -0000007497 00000 f -0000007498 00000 f -0000007499 00000 f -0000007500 00000 f -0000007501 00000 f -0000007502 00000 f -0000007503 00000 f -0000007504 00000 f -0000007505 00000 f -0000007506 00000 f -0000007507 00000 f -0000007508 00000 f -0000007509 00000 f -0000007510 00000 f -0000007511 00000 f -0000007512 00000 f -0000007513 00000 f -0000007514 00000 f -0000007515 00000 f -0000007516 00000 f -0000007517 00000 f -0000007518 00000 f -0000007519 00000 f -0000007520 00000 f -0000007521 00000 f -0000007522 00000 f -0000007523 00000 f -0000007524 00000 f -0000007525 00000 f -0000007526 00000 f -0000007527 00000 f -0000007528 00000 f -0000007529 00000 f -0000007530 00000 f -0000007531 00000 f -0000007532 00000 f -0000007533 00000 f -0000007534 00000 f -0000007535 00000 f -0000007536 00000 f -0000007537 00000 f -0000007538 00000 f -0000007539 00000 f -0000007540 00000 f -0000007541 00000 f -0000007542 00000 f -0000007543 00000 f -0000007544 00000 f -0000007545 00000 f -0000007546 00000 f -0000007547 00000 f -0000007548 00000 f -0000007549 00000 f -0000007550 00000 f -0000007551 00000 f -0000007552 00000 f -0000007553 00000 f -0000007554 00000 f -0000007555 00000 f -0000007556 00000 f -0000007557 00000 f -0000007558 00000 f -0000007559 00000 f -0000007560 00000 f -0000007561 00000 f -0000007562 00000 f -0000007563 00000 f -0000007564 00000 f -0000007565 00000 f -0000007566 00000 f -0000007567 00000 f -0000007568 00000 f -0000007569 00000 f -0000007570 00000 f -0000007571 00000 f -0000007572 00000 f -0000007573 00000 f -0000007574 00000 f -0000007575 00000 f -0000007576 00000 f -0000007577 00000 f -0000007578 00000 f -0000007579 00000 f -0000007580 00000 f -0000007581 00000 f -0000007582 00000 f -0000007583 00000 f -0000007584 00000 f -0000007585 00000 f -0000007586 00000 f -0000007587 00000 f -0000007588 00000 f -0000007589 00000 f -0000007590 00000 f -0000007591 00000 f -0000007592 00000 f -0000007593 00000 f -0000007594 00000 f -0000007595 00000 f -0000007596 00000 f -0000007597 00000 f -0000007598 00000 f -0000007599 00000 f -0000007600 00000 f -0000007601 00000 f -0000007602 00000 f -0000007603 00000 f -0000007604 00000 f -0000007605 00000 f -0000007606 00000 f -0000007607 00000 f -0000007608 00000 f -0000007609 00000 f -0000007610 00000 f -0000007611 00000 f -0000007612 00000 f -0000007613 00000 f -0000007614 00000 f -0000007615 00000 f -0000007616 00000 f -0000007617 00000 f -0000007618 00000 f -0000007619 00000 f -0000007620 00000 f -0000007621 00000 f -0000007622 00000 f -0000007623 00000 f -0000007624 00000 f -0000007625 00000 f -0000007626 00000 f -0000007627 00000 f -0000007628 00000 f -0000007629 00000 f -0000007630 00000 f -0000007631 00000 f -0000007632 00000 f -0000007633 00000 f -0000007634 00000 f -0000007635 00000 f -0000007636 00000 f -0000007637 00000 f -0000007638 00000 f -0000007639 00000 f -0000007640 00000 f -0000007641 00000 f -0000007642 00000 f -0000007643 00000 f -0000007644 00000 f -0000007645 00000 f -0000007646 00000 f -0000007647 00000 f -0000007648 00000 f -0000007649 00000 f -0000007650 00000 f -0000007651 00000 f -0000007652 00000 f -0000007653 00000 f -0000007654 00000 f -0000007655 00000 f -0000007656 00000 f -0000007657 00000 f -0000007658 00000 f -0000007659 00000 f -0000007660 00000 f -0000007661 00000 f -0000007662 00000 f -0000007663 00000 f -0000007664 00000 f -0000007665 00000 f -0000007666 00000 f -0000007667 00000 f -0000007668 00000 f -0000007669 00000 f -0000007670 00000 f -0000007671 00000 f -0000007672 00000 f -0000007673 00000 f -0000007674 00000 f -0000007675 00000 f -0000007676 00000 f -0000007677 00000 f -0000007678 00000 f -0000007679 00000 f -0000007680 00000 f -0000007681 00000 f -0000007682 00000 f -0000007683 00000 f -0000007684 00000 f -0000007685 00000 f -0000007686 00000 f -0000007687 00000 f -0000007688 00000 f -0000007689 00000 f -0000007690 00000 f -0000007691 00000 f -0000007692 00000 f -0000007693 00000 f -0000007694 00000 f -0000007695 00000 f -0000007696 00000 f -0000007697 00000 f -0000007698 00000 f -0000007699 00000 f -0000007700 00000 f -0000007701 00000 f -0000007702 00000 f -0000007703 00000 f -0000007704 00000 f -0000007705 00000 f -0000007706 00000 f -0000007707 00000 f -0000007708 00000 f -0000007709 00000 f -0000007710 00000 f -0000007711 00000 f -0000007712 00000 f -0000007713 00000 f -0000007714 00000 f -0000007715 00000 f -0000007716 00000 f -0000007717 00000 f -0000007718 00000 f -0000007719 00000 f -0000007720 00000 f -0000007721 00000 f -0000007722 00000 f -0000007723 00000 f -0000007724 00000 f -0000007725 00000 f -0000007726 00000 f -0000007727 00000 f -0000007728 00000 f -0000007729 00000 f -0000007730 00000 f -0000007731 00000 f -0000007732 00000 f -0000007733 00000 f -0000007734 00000 f -0000007735 00000 f -0000007736 00000 f -0000007737 00000 f -0000007738 00000 f -0000007739 00000 f -0000007740 00000 f -0000007741 00000 f -0000007742 00000 f -0000007743 00000 f -0000007744 00000 f -0000007745 00000 f -0000007746 00000 f -0000007747 00000 f -0000007748 00000 f -0000007749 00000 f -0000007750 00000 f -0000007751 00000 f -0000007752 00000 f -0000007753 00000 f -0000007754 00000 f -0000007755 00000 f -0000007756 00000 f -0000007757 00000 f -0000007758 00000 f -0000007759 00000 f -0000007760 00000 f -0000007761 00000 f -0000007762 00000 f -0000007763 00000 f -0000007764 00000 f -0000007765 00000 f -0000007766 00000 f -0000007767 00000 f -0000007768 00000 f -0000007769 00000 f -0000007770 00000 f -0000007771 00000 f -0000007772 00000 f -0000007773 00000 f -0000007774 00000 f -0000007775 00000 f -0000007776 00000 f -0000007777 00000 f -0000007778 00000 f -0000007779 00000 f -0000007780 00000 f -0000007781 00000 f -0000007782 00000 f -0000007783 00000 f -0000007784 00000 f -0000007785 00000 f -0000007786 00000 f -0000007787 00000 f -0000007788 00000 f -0000007789 00000 f -0000007790 00000 f -0000007791 00000 f -0000007792 00000 f -0000007793 00000 f -0000007794 00000 f -0000007795 00000 f -0000007796 00000 f -0000007797 00000 f -0000007798 00000 f -0000007799 00000 f -0000007800 00000 f -0000007801 00000 f -0000007802 00000 f -0000007803 00000 f -0000007804 00000 f -0000007805 00000 f -0000007806 00000 f -0000007807 00000 f -0000007808 00000 f -0000007809 00000 f -0000007810 00000 f -0000007811 00000 f -0000007812 00000 f -0000007813 00000 f -0000007814 00000 f -0000007815 00000 f -0000007816 00000 f -0000007817 00000 f -0000007818 00000 f -0000007819 00000 f -0000007820 00000 f -0000007821 00000 f -0000007822 00000 f -0000007823 00000 f -0000007824 00000 f -0000007825 00000 f -0000007826 00000 f -0000007827 00000 f -0000007828 00000 f -0000007829 00000 f -0000007830 00000 f -0000007831 00000 f -0000007832 00000 f -0000007833 00000 f -0000007834 00000 f -0000007835 00000 f -0000007836 00000 f -0000007837 00000 f -0000007838 00000 f -0000007839 00000 f -0000007840 00000 f -0000007841 00000 f -0000007842 00000 f -0000007843 00000 f -0000007844 00000 f -0000007845 00000 f -0000007846 00000 f -0000007847 00000 f -0000007848 00000 f -0000007849 00000 f -0000007850 00000 f -0000007851 00000 f -0000007852 00000 f -0000007853 00000 f -0000007854 00000 f -0000007855 00000 f -0000007856 00000 f -0000007857 00000 f -0000007858 00000 f -0000007859 00000 f -0000007860 00000 f -0000007861 00000 f -0000007862 00000 f -0000007863 00000 f -0000007864 00000 f -0000007865 00000 f -0000007866 00000 f -0000007867 00000 f -0000007868 00000 f -0000007869 00000 f -0000007870 00000 f -0000007871 00000 f -0000007872 00000 f -0000007873 00000 f -0000007874 00000 f -0000007875 00000 f -0000007876 00000 f -0000007877 00000 f -0000007878 00000 f -0000007879 00000 f -0000007880 00000 f -0000007881 00000 f -0000007882 00000 f -0000007883 00000 f -0000007884 00000 f -0000007885 00000 f -0000007886 00000 f -0000007887 00000 f -0000007888 00000 f -0000007889 00000 f -0000007890 00000 f -0000007891 00000 f -0000007892 00000 f -0000007893 00000 f -0000007894 00000 f -0000007895 00000 f -0000007896 00000 f -0000007897 00000 f -0000007898 00000 f -0000007899 00000 f -0000007900 00000 f -0000007901 00000 f -0000007902 00000 f -0000007903 00000 f -0000007904 00000 f -0000007905 00000 f -0000007906 00000 f -0000007907 00000 f -0000007908 00000 f -0000007909 00000 f -0000007910 00000 f -0000007911 00000 f -0000007912 00000 f -0000007913 00000 f -0000007914 00000 f -0000007915 00000 f -0000007916 00000 f -0000007917 00000 f -0000007918 00000 f -0000007919 00000 f -0000007920 00000 f -0000007921 00000 f -0000007922 00000 f -0000007929 00000 f -0000321299 00000 n -0000321332 00000 n -0000321179 00000 n -0000321212 00000 n -0000321059 00000 n -0000321092 00000 n -0000007930 00000 f -0000007931 00000 f -0000007932 00000 f -0000007933 00000 f -0000007934 00000 f -0000007938 00000 f -0000318580 00000 n -0000318659 00000 n -0000318749 00000 n -0000007939 00000 f -0000007940 00000 f -0000007941 00000 f -0000007942 00000 f -0000007943 00000 f -0000007944 00000 f -0000007945 00000 f -0000007946 00000 f -0000007947 00000 f -0000007948 00000 f -0000007949 00000 f -0000007950 00000 f -0000007951 00000 f -0000007952 00000 f -0000007953 00000 f -0000007954 00000 f -0000007955 00000 f -0000007956 00000 f -0000007957 00000 f -0000007958 00000 f -0000007959 00000 f -0000007960 00000 f -0000007961 00000 f -0000007962 00000 f -0000007963 00000 f -0000007964 00000 f -0000007965 00000 f -0000007966 00000 f -0000007967 00000 f -0000007968 00000 f -0000007969 00000 f -0000007970 00000 f -0000007971 00000 f -0000007972 00000 f -0000007973 00000 f -0000007974 00000 f -0000007975 00000 f -0000007976 00000 f -0000007977 00000 f -0000007978 00000 f -0000007979 00000 f -0000007980 00000 f -0000007981 00000 f -0000007982 00000 f -0000007983 00000 f -0000007984 00000 f -0000007985 00000 f -0000007986 00000 f -0000007987 00000 f -0000007988 00000 f -0000007989 00000 f -0000007990 00000 f -0000007991 00000 f -0000007992 00000 f -0000007993 00000 f -0000007994 00000 f -0000007995 00000 f -0000007996 00000 f -0000007997 00000 f -0000007998 00000 f -0000007999 00000 f -0000008000 00000 f -0000008001 00000 f -0000008002 00000 f -0000008003 00000 f -0000008004 00000 f -0000008005 00000 f -0000008006 00000 f -0000008007 00000 f -0000008008 00000 f -0000008009 00000 f -0000008010 00000 f -0000008011 00000 f -0000008012 00000 f -0000008013 00000 f -0000008014 00000 f -0000008015 00000 f -0000008016 00000 f -0000008017 00000 f -0000008018 00000 f -0000008019 00000 f -0000008020 00000 f -0000008021 00000 f -0000008022 00000 f -0000008023 00000 f -0000008024 00000 f -0000008025 00000 f -0000008026 00000 f -0000008027 00000 f -0000008028 00000 f -0000008029 00000 f -0000008030 00000 f -0000008031 00000 f -0000008032 00000 f -0000008033 00000 f -0000008034 00000 f -0000008035 00000 f -0000008036 00000 f -0000008037 00000 f -0000008038 00000 f -0000008039 00000 f -0000008040 00000 f -0000008041 00000 f -0000008042 00000 f -0000008043 00000 f -0000008044 00000 f -0000008045 00000 f -0000008046 00000 f -0000008047 00000 f -0000008048 00000 f -0000008049 00000 f -0000008050 00000 f -0000008051 00000 f -0000008052 00000 f -0000008053 00000 f -0000008054 00000 f -0000008055 00000 f -0000008056 00000 f -0000008057 00000 f -0000008058 00000 f -0000008059 00000 f -0000008060 00000 f -0000008061 00000 f -0000008062 00000 f -0000008063 00000 f -0000008064 00000 f -0000008065 00000 f -0000008066 00000 f -0000008067 00000 f -0000008068 00000 f -0000008069 00000 f -0000008070 00000 f -0000008071 00000 f -0000008072 00000 f -0000008073 00000 f -0000008074 00000 f -0000008075 00000 f -0000008076 00000 f -0000008077 00000 f -0000008078 00000 f -0000008079 00000 f -0000008080 00000 f -0000008081 00000 f -0000008082 00000 f -0000008083 00000 f -0000008084 00000 f -0000008085 00000 f -0000008086 00000 f -0000008087 00000 f -0000008088 00000 f -0000008089 00000 f -0000008090 00000 f -0000008091 00000 f -0000008092 00000 f -0000008093 00000 f -0000008094 00000 f -0000008095 00000 f -0000008096 00000 f -0000008097 00000 f -0000008098 00000 f -0000008099 00000 f -0000008100 00000 f -0000008101 00000 f -0000008102 00000 f -0000008103 00000 f -0000008104 00000 f -0000008105 00000 f -0000008106 00000 f -0000008107 00000 f -0000008108 00000 f -0000008109 00000 f -0000008110 00000 f -0000008111 00000 f -0000008112 00000 f -0000008113 00000 f -0000008114 00000 f -0000008115 00000 f -0000008116 00000 f -0000008117 00000 f -0000008118 00000 f -0000008119 00000 f -0000008120 00000 f -0000008121 00000 f -0000008122 00000 f -0000008123 00000 f -0000008124 00000 f -0000008125 00000 f -0000008126 00000 f -0000008127 00000 f -0000008128 00000 f -0000008129 00000 f -0000008130 00000 f -0000008131 00000 f -0000008132 00000 f -0000008133 00000 f -0000008134 00000 f -0000008135 00000 f -0000008136 00000 f -0000008137 00000 f -0000008138 00000 f -0000008139 00000 f -0000008140 00000 f -0000008141 00000 f -0000008142 00000 f -0000008143 00000 f -0000008144 00000 f -0000008145 00000 f -0000008146 00000 f -0000008147 00000 f -0000008148 00000 f -0000008149 00000 f -0000008150 00000 f -0000008151 00000 f -0000008152 00000 f -0000008153 00000 f -0000008154 00000 f -0000008155 00000 f -0000008156 00000 f -0000008157 00000 f -0000008158 00000 f -0000008159 00000 f -0000008160 00000 f -0000008161 00000 f -0000008162 00000 f -0000008163 00000 f -0000008164 00000 f -0000008165 00000 f -0000008166 00000 f -0000008167 00000 f -0000008168 00000 f -0000008169 00000 f -0000008170 00000 f -0000008171 00000 f -0000008172 00000 f -0000008173 00000 f -0000008174 00000 f -0000008175 00000 f -0000008176 00000 f -0000008177 00000 f -0000008178 00000 f -0000008179 00000 f -0000008180 00000 f -0000008181 00000 f -0000008182 00000 f -0000008183 00000 f -0000008184 00000 f -0000008185 00000 f -0000008186 00000 f -0000008187 00000 f -0000008188 00000 f -0000008189 00000 f -0000008190 00000 f -0000008191 00000 f -0000008192 00000 f -0000008193 00000 f -0000008194 00000 f -0000008195 00000 f -0000008196 00000 f -0000008197 00000 f -0000008198 00000 f -0000008199 00000 f -0000008200 00000 f -0000008201 00000 f -0000008202 00000 f -0000008203 00000 f -0000008204 00000 f -0000008205 00000 f -0000008206 00000 f -0000008207 00000 f -0000008208 00000 f -0000008209 00000 f -0000008210 00000 f -0000008211 00000 f -0000008212 00000 f -0000008213 00000 f -0000008214 00000 f -0000008215 00000 f -0000008216 00000 f -0000008217 00000 f -0000008218 00000 f -0000008219 00000 f -0000008220 00000 f -0000008221 00000 f -0000008222 00000 f -0000008223 00000 f -0000008224 00000 f -0000008225 00000 f -0000008226 00000 f -0000008227 00000 f -0000008228 00000 f -0000008229 00000 f -0000008230 00000 f -0000008231 00000 f -0000008232 00000 f -0000008233 00000 f -0000008234 00000 f -0000008235 00000 f -0000008236 00000 f -0000008237 00000 f -0000008238 00000 f -0000008239 00000 f -0000008240 00000 f -0000008241 00000 f -0000008242 00000 f -0000008243 00000 f -0000008244 00000 f -0000008245 00000 f -0000008246 00000 f -0000008247 00000 f -0000008248 00000 f -0000008249 00000 f -0000008250 00000 f -0000008251 00000 f -0000008252 00000 f -0000008253 00000 f -0000008254 00000 f -0000008255 00000 f -0000008256 00000 f -0000008257 00000 f -0000008258 00000 f -0000008259 00000 f -0000008260 00000 f -0000008261 00000 f -0000008262 00000 f -0000008263 00000 f -0000008264 00000 f -0000008265 00000 f -0000008266 00000 f -0000008267 00000 f -0000008268 00000 f -0000008269 00000 f -0000008270 00000 f -0000008271 00000 f -0000008272 00000 f -0000008273 00000 f -0000008274 00000 f -0000008275 00000 f -0000008276 00000 f -0000008277 00000 f -0000008278 00000 f -0000008279 00000 f -0000008280 00000 f -0000008281 00000 f -0000008282 00000 f -0000008283 00000 f -0000008284 00000 f -0000008285 00000 f -0000008286 00000 f -0000008287 00000 f -0000008288 00000 f -0000008289 00000 f -0000008290 00000 f -0000008291 00000 f -0000008292 00000 f -0000008293 00000 f -0000008294 00000 f -0000008295 00000 f -0000008296 00000 f -0000008297 00000 f -0000008298 00000 f -0000008299 00000 f -0000008300 00000 f -0000008301 00000 f -0000008302 00000 f -0000008303 00000 f -0000008304 00000 f -0000008305 00000 f -0000008306 00000 f -0000008307 00000 f -0000008308 00000 f -0000008309 00000 f -0000008310 00000 f -0000008311 00000 f -0000008312 00000 f -0000008313 00000 f -0000008314 00000 f -0000008315 00000 f -0000008316 00000 f -0000008317 00000 f -0000008318 00000 f -0000008319 00000 f -0000008320 00000 f -0000008321 00000 f -0000008322 00000 f -0000008323 00000 f -0000008324 00000 f -0000008325 00000 f -0000008326 00000 f -0000008327 00000 f -0000008328 00000 f -0000008329 00000 f -0000008330 00000 f -0000008331 00000 f -0000008332 00000 f -0000008333 00000 f -0000008334 00000 f -0000008335 00000 f -0000008336 00000 f -0000008337 00000 f -0000008338 00000 f -0000008339 00000 f -0000008340 00000 f -0000008341 00000 f -0000008342 00000 f -0000008343 00000 f -0000008344 00000 f -0000008345 00000 f -0000008346 00000 f -0000008347 00000 f -0000008348 00000 f -0000008349 00000 f -0000008350 00000 f -0000008351 00000 f -0000008352 00000 f -0000008353 00000 f -0000008354 00000 f -0000008355 00000 f -0000008356 00000 f -0000008357 00000 f -0000008358 00000 f -0000008359 00000 f -0000008360 00000 f -0000008361 00000 f -0000008362 00000 f -0000008363 00000 f -0000008364 00000 f -0000008365 00000 f -0000008366 00000 f -0000008367 00000 f -0000008368 00000 f -0000008369 00000 f -0000008370 00000 f -0000008371 00000 f -0000008372 00000 f -0000008373 00000 f -0000008374 00000 f -0000008375 00000 f -0000008376 00000 f -0000008377 00000 f -0000008378 00000 f -0000008379 00000 f -0000008380 00000 f -0000008381 00000 f -0000008382 00000 f -0000008383 00000 f -0000008384 00000 f -0000008385 00000 f -0000008386 00000 f -0000008387 00000 f -0000008388 00000 f -0000008389 00000 f -0000008390 00000 f -0000008391 00000 f -0000008392 00000 f -0000008393 00000 f -0000008394 00000 f -0000008395 00000 f -0000008396 00000 f -0000008397 00000 f -0000008398 00000 f -0000008399 00000 f -0000008400 00000 f -0000008401 00000 f -0000008402 00000 f -0000008403 00000 f -0000008404 00000 f -0000008405 00000 f -0000008406 00000 f -0000008407 00000 f -0000008408 00000 f -0000008409 00000 f -0000008410 00000 f -0000008411 00000 f -0000008412 00000 f -0000008413 00000 f -0000008414 00000 f -0000008415 00000 f -0000008416 00000 f -0000008417 00000 f -0000008418 00000 f -0000008419 00000 f -0000008420 00000 f -0000008421 00000 f -0000008422 00000 f -0000008423 00000 f -0000008424 00000 f -0000008425 00000 f -0000008426 00000 f -0000008427 00000 f -0000008428 00000 f -0000008429 00000 f -0000008430 00000 f -0000008431 00000 f -0000008432 00000 f -0000008433 00000 f -0000008434 00000 f -0000008435 00000 f -0000008436 00000 f -0000008437 00000 f -0000008438 00000 f -0000008439 00000 f -0000008440 00000 f -0000008441 00000 f -0000008442 00000 f -0000008443 00000 f -0000008444 00000 f -0000008445 00000 f -0000008446 00000 f -0000008447 00000 f -0000008448 00000 f -0000008449 00000 f -0000008450 00000 f -0000008451 00000 f -0000008452 00000 f -0000008453 00000 f -0000008454 00000 f -0000008455 00000 f -0000008456 00000 f -0000008457 00000 f -0000008458 00000 f -0000008459 00000 f -0000008460 00000 f -0000008461 00000 f -0000008462 00000 f -0000008463 00000 f -0000008464 00000 f -0000008465 00000 f -0000008466 00000 f -0000008467 00000 f -0000008468 00000 f -0000008469 00000 f -0000008470 00000 f -0000008471 00000 f -0000008472 00000 f -0000008473 00000 f -0000008474 00000 f -0000008475 00000 f -0000008476 00000 f -0000008477 00000 f -0000008478 00000 f -0000008479 00000 f -0000008480 00000 f -0000008481 00000 f -0000008482 00000 f -0000008483 00000 f -0000008484 00000 f -0000008485 00000 f -0000008486 00000 f -0000008487 00000 f -0000008488 00000 f -0000008489 00000 f -0000008490 00000 f -0000008491 00000 f -0000008492 00000 f -0000008493 00000 f -0000008494 00000 f -0000008495 00000 f -0000008496 00000 f -0000008497 00000 f -0000008498 00000 f -0000008499 00000 f -0000008500 00000 f -0000008501 00000 f -0000008502 00000 f -0000008503 00000 f -0000008504 00000 f -0000008505 00000 f -0000008506 00000 f -0000008507 00000 f -0000008508 00000 f -0000008509 00000 f -0000008510 00000 f -0000008511 00000 f -0000008512 00000 f -0000008513 00000 f -0000008514 00000 f -0000008515 00000 f -0000008516 00000 f -0000008517 00000 f -0000008518 00000 f -0000008519 00000 f -0000008520 00000 f -0000008521 00000 f -0000008522 00000 f -0000008523 00000 f -0000008524 00000 f -0000008525 00000 f -0000008526 00000 f -0000008527 00000 f -0000008528 00000 f -0000008529 00000 f -0000008530 00000 f -0000008531 00000 f -0000008532 00000 f -0000008533 00000 f -0000008534 00000 f -0000008535 00000 f -0000008536 00000 f -0000008537 00000 f -0000008538 00000 f -0000008539 00000 f -0000008540 00000 f -0000008541 00000 f -0000008542 00000 f -0000008543 00000 f -0000008544 00000 f -0000008545 00000 f -0000008546 00000 f -0000008547 00000 f -0000008548 00000 f -0000008549 00000 f -0000008550 00000 f -0000008551 00000 f -0000008552 00000 f -0000008553 00000 f -0000008554 00000 f -0000008555 00000 f -0000008556 00000 f -0000008557 00000 f -0000008558 00000 f -0000008559 00000 f -0000008560 00000 f -0000008561 00000 f -0000008562 00000 f -0000008563 00000 f -0000008564 00000 f -0000008565 00000 f -0000008566 00000 f -0000008567 00000 f -0000008568 00000 f -0000008569 00000 f -0000008570 00000 f -0000008571 00000 f -0000008572 00000 f -0000008573 00000 f -0000008574 00000 f -0000008575 00000 f -0000008576 00000 f -0000008577 00000 f -0000008578 00000 f -0000008579 00000 f -0000008580 00000 f -0000008581 00000 f -0000008582 00000 f -0000008583 00000 f -0000008584 00000 f -0000008585 00000 f -0000008586 00000 f -0000008587 00000 f -0000008588 00000 f -0000008589 00000 f -0000008590 00000 f -0000008591 00000 f -0000008592 00000 f -0000008593 00000 f -0000008594 00000 f -0000008595 00000 f -0000008596 00000 f -0000008597 00000 f -0000008598 00000 f -0000008599 00000 f -0000008600 00000 f -0000008601 00000 f -0000008602 00000 f -0000008603 00000 f -0000008604 00000 f -0000008605 00000 f -0000008606 00000 f -0000008607 00000 f -0000008608 00000 f -0000008609 00000 f -0000008610 00000 f -0000008611 00000 f -0000008612 00000 f -0000008613 00000 f -0000008614 00000 f -0000008615 00000 f -0000008616 00000 f -0000008617 00000 f -0000008618 00000 f -0000008619 00000 f -0000008620 00000 f -0000008621 00000 f -0000008622 00000 f -0000008623 00000 f -0000008624 00000 f -0000008625 00000 f -0000008626 00000 f -0000008627 00000 f -0000008628 00000 f -0000008629 00000 f -0000008630 00000 f -0000008631 00000 f -0000008632 00000 f -0000008633 00000 f -0000008634 00000 f -0000008635 00000 f -0000008636 00000 f -0000008637 00000 f -0000008638 00000 f -0000008639 00000 f -0000008640 00000 f -0000008641 00000 f -0000008642 00000 f -0000008643 00000 f -0000008644 00000 f -0000008645 00000 f -0000008646 00000 f -0000008647 00000 f -0000008648 00000 f -0000008649 00000 f -0000008650 00000 f -0000008651 00000 f -0000008652 00000 f -0000008653 00000 f -0000008654 00000 f -0000008655 00000 f -0000008656 00000 f -0000008657 00000 f -0000008658 00000 f -0000008659 00000 f -0000008660 00000 f -0000008661 00000 f -0000008662 00000 f -0000008663 00000 f -0000008664 00000 f -0000008665 00000 f -0000008666 00000 f -0000008667 00000 f -0000008668 00000 f -0000008669 00000 f -0000008670 00000 f -0000008671 00000 f -0000008672 00000 f -0000008673 00000 f -0000008674 00000 f -0000008675 00000 f -0000008676 00000 f -0000008677 00000 f -0000008678 00000 f -0000008679 00000 f -0000008680 00000 f -0000008681 00000 f -0000008682 00000 f -0000008683 00000 f -0000008684 00000 f -0000008685 00000 f -0000008686 00000 f -0000008687 00000 f -0000008688 00000 f -0000008689 00000 f -0000008690 00000 f -0000008691 00000 f -0000008692 00000 f -0000008693 00000 f -0000008694 00000 f -0000008695 00000 f -0000008696 00000 f -0000008697 00000 f -0000008698 00000 f -0000008699 00000 f -0000008700 00000 f -0000008701 00000 f -0000008702 00000 f -0000008703 00000 f -0000008704 00000 f -0000008705 00000 f -0000008706 00000 f -0000008707 00000 f -0000008708 00000 f -0000008709 00000 f -0000008710 00000 f -0000008711 00000 f -0000008712 00000 f -0000008713 00000 f -0000008714 00000 f -0000008715 00000 f -0000008716 00000 f -0000008717 00000 f -0000008718 00000 f -0000008719 00000 f -0000008720 00000 f -0000008721 00000 f -0000008722 00000 f -0000008723 00000 f -0000008724 00000 f -0000008725 00000 f -0000008726 00000 f -0000008727 00000 f -0000008728 00000 f -0000008729 00000 f -0000008730 00000 f -0000008731 00000 f -0000008732 00000 f -0000008733 00000 f -0000008734 00000 f -0000008735 00000 f -0000008736 00000 f -0000008737 00000 f -0000008738 00000 f -0000008739 00000 f -0000008740 00000 f -0000008741 00000 f -0000008742 00000 f -0000008743 00000 f -0000008744 00000 f -0000008745 00000 f -0000008746 00000 f -0000008747 00000 f -0000008748 00000 f -0000008749 00000 f -0000008750 00000 f -0000008751 00000 f -0000008752 00000 f -0000008753 00000 f -0000008754 00000 f -0000008755 00000 f -0000008756 00000 f -0000008757 00000 f -0000008758 00000 f -0000008759 00000 f -0000008760 00000 f -0000008761 00000 f -0000008762 00000 f -0000008763 00000 f -0000008764 00000 f -0000008765 00000 f -0000008766 00000 f -0000008767 00000 f -0000008768 00000 f -0000008769 00000 f -0000008770 00000 f -0000008771 00000 f -0000008772 00000 f -0000008773 00000 f -0000008774 00000 f -0000008775 00000 f -0000008776 00000 f -0000008777 00000 f -0000008778 00000 f -0000008779 00000 f -0000008780 00000 f -0000008781 00000 f -0000008782 00000 f -0000008783 00000 f -0000008784 00000 f -0000008785 00000 f -0000008786 00000 f -0000008787 00000 f -0000008788 00000 f -0000008789 00000 f -0000008790 00000 f -0000008791 00000 f -0000008792 00000 f -0000008793 00000 f -0000008794 00000 f -0000008795 00000 f -0000008796 00000 f -0000008797 00000 f -0000008798 00000 f -0000008799 00000 f -0000008800 00000 f -0000008801 00000 f -0000008802 00000 f -0000008803 00000 f -0000008810 00000 f -0000320939 00000 n -0000320972 00000 n -0000320819 00000 n -0000320852 00000 n -0000320699 00000 n -0000320732 00000 n -0000008811 00000 f -0000008812 00000 f -0000008813 00000 f -0000008814 00000 f -0000008815 00000 f -0000008819 00000 f -0000318833 00000 n -0000318912 00000 n -0000319002 00000 n -0000008820 00000 f -0000008821 00000 f -0000008822 00000 f -0000008823 00000 f -0000008824 00000 f -0000008825 00000 f -0000008826 00000 f -0000008827 00000 f -0000008828 00000 f -0000008829 00000 f -0000008830 00000 f -0000008831 00000 f -0000008832 00000 f -0000008833 00000 f -0000008834 00000 f -0000008835 00000 f -0000008836 00000 f -0000008837 00000 f -0000008838 00000 f -0000008839 00000 f -0000008840 00000 f -0000008841 00000 f -0000008842 00000 f -0000008843 00000 f -0000008844 00000 f -0000008845 00000 f -0000008846 00000 f -0000008847 00000 f -0000008848 00000 f -0000008849 00000 f -0000008850 00000 f -0000008851 00000 f -0000008852 00000 f -0000008853 00000 f -0000008854 00000 f -0000008855 00000 f -0000008856 00000 f -0000008857 00000 f -0000008858 00000 f -0000008859 00000 f -0000008860 00000 f -0000008861 00000 f -0000008862 00000 f -0000008863 00000 f -0000008864 00000 f -0000008865 00000 f -0000008866 00000 f -0000008867 00000 f -0000008868 00000 f -0000008869 00000 f -0000008870 00000 f -0000008871 00000 f -0000008872 00000 f -0000008873 00000 f -0000008874 00000 f -0000008875 00000 f -0000008876 00000 f -0000008877 00000 f -0000008878 00000 f -0000008879 00000 f -0000008880 00000 f -0000008881 00000 f -0000008882 00000 f -0000008883 00000 f -0000008884 00000 f -0000008885 00000 f -0000008886 00000 f -0000008887 00000 f -0000008888 00000 f -0000008889 00000 f -0000008890 00000 f -0000008891 00000 f -0000008892 00000 f -0000008893 00000 f -0000008894 00000 f -0000008895 00000 f -0000008896 00000 f -0000008897 00000 f -0000008898 00000 f -0000008899 00000 f -0000008900 00000 f -0000008901 00000 f -0000008902 00000 f -0000008903 00000 f -0000008904 00000 f -0000008905 00000 f -0000008906 00000 f -0000008907 00000 f -0000008908 00000 f -0000008909 00000 f -0000008910 00000 f -0000008911 00000 f -0000008912 00000 f -0000008913 00000 f -0000008914 00000 f -0000008915 00000 f -0000008916 00000 f -0000008917 00000 f -0000008918 00000 f -0000008919 00000 f -0000008920 00000 f -0000008921 00000 f -0000008922 00000 f -0000008923 00000 f -0000008924 00000 f -0000008925 00000 f -0000008926 00000 f -0000008927 00000 f -0000008928 00000 f -0000008929 00000 f -0000008930 00000 f -0000008931 00000 f -0000008932 00000 f -0000008933 00000 f -0000008934 00000 f -0000008935 00000 f -0000008936 00000 f -0000008937 00000 f -0000008938 00000 f -0000008939 00000 f -0000008940 00000 f -0000008941 00000 f -0000008942 00000 f -0000008943 00000 f -0000008944 00000 f -0000008945 00000 f -0000008946 00000 f -0000008947 00000 f -0000008948 00000 f -0000008949 00000 f -0000008950 00000 f -0000008951 00000 f -0000008952 00000 f -0000008953 00000 f -0000008954 00000 f -0000008955 00000 f -0000008956 00000 f -0000008957 00000 f -0000008958 00000 f -0000008959 00000 f -0000008960 00000 f -0000008961 00000 f -0000008962 00000 f -0000008963 00000 f -0000008964 00000 f -0000008965 00000 f -0000008966 00000 f -0000008967 00000 f -0000008968 00000 f -0000008969 00000 f -0000008970 00000 f -0000008971 00000 f -0000008972 00000 f -0000008973 00000 f -0000008974 00000 f -0000008975 00000 f -0000008976 00000 f -0000008977 00000 f -0000008978 00000 f -0000008979 00000 f -0000008980 00000 f -0000008981 00000 f -0000008982 00000 f -0000008983 00000 f -0000008984 00000 f -0000008985 00000 f -0000008986 00000 f -0000008987 00000 f -0000008988 00000 f -0000008989 00000 f -0000008990 00000 f -0000008991 00000 f -0000008992 00000 f -0000008993 00000 f -0000008994 00000 f -0000008995 00000 f -0000008996 00000 f -0000008997 00000 f -0000008998 00000 f -0000008999 00000 f -0000009000 00000 f -0000009001 00000 f -0000009002 00000 f -0000009003 00000 f -0000009004 00000 f -0000009005 00000 f -0000009006 00000 f -0000009007 00000 f -0000009008 00000 f -0000009009 00000 f -0000009010 00000 f -0000009011 00000 f -0000009012 00000 f -0000009013 00000 f -0000009014 00000 f -0000009015 00000 f -0000009016 00000 f -0000009017 00000 f -0000009018 00000 f -0000009019 00000 f -0000009020 00000 f -0000009021 00000 f -0000009022 00000 f -0000009023 00000 f -0000009024 00000 f -0000009025 00000 f -0000009026 00000 f -0000009027 00000 f -0000009028 00000 f -0000009029 00000 f -0000009030 00000 f -0000009031 00000 f -0000009032 00000 f -0000009033 00000 f -0000009034 00000 f -0000009035 00000 f -0000009036 00000 f -0000009037 00000 f -0000009038 00000 f -0000009039 00000 f -0000009040 00000 f -0000009041 00000 f -0000009042 00000 f -0000009043 00000 f -0000009044 00000 f -0000009045 00000 f -0000009046 00000 f -0000009047 00000 f -0000009048 00000 f -0000009049 00000 f -0000009050 00000 f -0000009051 00000 f -0000009052 00000 f -0000009053 00000 f -0000009054 00000 f -0000009055 00000 f -0000009056 00000 f -0000009057 00000 f -0000009058 00000 f -0000009059 00000 f -0000009060 00000 f -0000009061 00000 f -0000009062 00000 f -0000009063 00000 f -0000009064 00000 f -0000009065 00000 f -0000009066 00000 f -0000009067 00000 f -0000009068 00000 f -0000009069 00000 f -0000009070 00000 f -0000009071 00000 f -0000009072 00000 f -0000009073 00000 f -0000009074 00000 f -0000009075 00000 f -0000009076 00000 f -0000009077 00000 f -0000009078 00000 f -0000009079 00000 f -0000009080 00000 f -0000009081 00000 f -0000009082 00000 f -0000009083 00000 f -0000009084 00000 f -0000009085 00000 f -0000009086 00000 f -0000009087 00000 f -0000009088 00000 f -0000009089 00000 f -0000009090 00000 f -0000009091 00000 f -0000009092 00000 f -0000009093 00000 f -0000009094 00000 f -0000009095 00000 f -0000009096 00000 f -0000009097 00000 f -0000009098 00000 f -0000009099 00000 f -0000009100 00000 f -0000009101 00000 f -0000009102 00000 f -0000009103 00000 f -0000009104 00000 f -0000009105 00000 f -0000009106 00000 f -0000009107 00000 f -0000009108 00000 f -0000009109 00000 f -0000009110 00000 f -0000009111 00000 f -0000009112 00000 f -0000009113 00000 f -0000009114 00000 f -0000009115 00000 f -0000009116 00000 f -0000009117 00000 f -0000009118 00000 f -0000009119 00000 f -0000009120 00000 f -0000009121 00000 f -0000009122 00000 f -0000009123 00000 f -0000009124 00000 f -0000009125 00000 f -0000009126 00000 f -0000009127 00000 f -0000009128 00000 f -0000009129 00000 f -0000009130 00000 f -0000009131 00000 f -0000009132 00000 f -0000009133 00000 f -0000009134 00000 f -0000009135 00000 f -0000009136 00000 f -0000009137 00000 f -0000009138 00000 f -0000009139 00000 f -0000009140 00000 f -0000009141 00000 f -0000009142 00000 f -0000009143 00000 f -0000009144 00000 f -0000009145 00000 f -0000009146 00000 f -0000009147 00000 f -0000009148 00000 f -0000009149 00000 f -0000009150 00000 f -0000009151 00000 f -0000009152 00000 f -0000009153 00000 f -0000009154 00000 f -0000009155 00000 f -0000009156 00000 f -0000009157 00000 f -0000009158 00000 f -0000009159 00000 f -0000009160 00000 f -0000009161 00000 f -0000009162 00000 f -0000009163 00000 f -0000009164 00000 f -0000009165 00000 f -0000009166 00000 f -0000009167 00000 f -0000009168 00000 f -0000009169 00000 f -0000009170 00000 f -0000009171 00000 f -0000009172 00000 f -0000009173 00000 f -0000009174 00000 f -0000009175 00000 f -0000009176 00000 f -0000009177 00000 f -0000009178 00000 f -0000009179 00000 f -0000009180 00000 f -0000009181 00000 f -0000009182 00000 f -0000009183 00000 f -0000009184 00000 f -0000009185 00000 f -0000009186 00000 f -0000009187 00000 f -0000009188 00000 f -0000009189 00000 f -0000009190 00000 f -0000009191 00000 f -0000009192 00000 f -0000009193 00000 f -0000009194 00000 f -0000009195 00000 f -0000009196 00000 f -0000009197 00000 f -0000009198 00000 f -0000009199 00000 f -0000009200 00000 f -0000009201 00000 f -0000009202 00000 f -0000009203 00000 f -0000009204 00000 f -0000009205 00000 f -0000009206 00000 f -0000009207 00000 f -0000009208 00000 f -0000009209 00000 f -0000009210 00000 f -0000009211 00000 f -0000009212 00000 f -0000009213 00000 f -0000009214 00000 f -0000009215 00000 f -0000009216 00000 f -0000009217 00000 f -0000009218 00000 f -0000009219 00000 f -0000009220 00000 f -0000009221 00000 f -0000009222 00000 f -0000009223 00000 f -0000009224 00000 f -0000009225 00000 f -0000009226 00000 f -0000009227 00000 f -0000009228 00000 f -0000009229 00000 f -0000009230 00000 f -0000009231 00000 f -0000009232 00000 f -0000009233 00000 f -0000009234 00000 f -0000009235 00000 f -0000009236 00000 f -0000009237 00000 f -0000009238 00000 f -0000009239 00000 f -0000009240 00000 f -0000009241 00000 f -0000009242 00000 f -0000009243 00000 f -0000009244 00000 f -0000009245 00000 f -0000009246 00000 f -0000009247 00000 f -0000009248 00000 f -0000009249 00000 f -0000009250 00000 f -0000009251 00000 f -0000009252 00000 f -0000009253 00000 f -0000009254 00000 f -0000009255 00000 f -0000009256 00000 f -0000009257 00000 f -0000009258 00000 f -0000009259 00000 f -0000009260 00000 f -0000009261 00000 f -0000009262 00000 f -0000009263 00000 f -0000009264 00000 f -0000009265 00000 f -0000009266 00000 f -0000009267 00000 f -0000009268 00000 f -0000009269 00000 f -0000009270 00000 f -0000009271 00000 f -0000009272 00000 f -0000009273 00000 f -0000009274 00000 f -0000009275 00000 f -0000009276 00000 f -0000009277 00000 f -0000009278 00000 f -0000009279 00000 f -0000009280 00000 f -0000009281 00000 f -0000009282 00000 f -0000009283 00000 f -0000009284 00000 f -0000009285 00000 f -0000009286 00000 f -0000009287 00000 f -0000009288 00000 f -0000009289 00000 f -0000009290 00000 f -0000009291 00000 f -0000009292 00000 f -0000009293 00000 f -0000009294 00000 f -0000009295 00000 f -0000009296 00000 f -0000009297 00000 f -0000009298 00000 f -0000009299 00000 f -0000009300 00000 f -0000009301 00000 f -0000009302 00000 f -0000009303 00000 f -0000009304 00000 f -0000009305 00000 f -0000009306 00000 f -0000009307 00000 f -0000009308 00000 f -0000009309 00000 f -0000009310 00000 f -0000009311 00000 f -0000009312 00000 f -0000009313 00000 f -0000009314 00000 f -0000009315 00000 f -0000009316 00000 f -0000009317 00000 f -0000009318 00000 f -0000009319 00000 f -0000009320 00000 f -0000009321 00000 f -0000009322 00000 f -0000009323 00000 f -0000009324 00000 f -0000009325 00000 f -0000009326 00000 f -0000009327 00000 f -0000009328 00000 f -0000009329 00000 f -0000009330 00000 f -0000009331 00000 f -0000009332 00000 f -0000009333 00000 f -0000009334 00000 f -0000009335 00000 f -0000009336 00000 f -0000009337 00000 f -0000009338 00000 f -0000009339 00000 f -0000009340 00000 f -0000009341 00000 f -0000009342 00000 f -0000009343 00000 f -0000009344 00000 f -0000009345 00000 f -0000009346 00000 f -0000009347 00000 f -0000009348 00000 f -0000009349 00000 f -0000009350 00000 f -0000009351 00000 f -0000009352 00000 f -0000009353 00000 f -0000009354 00000 f -0000009355 00000 f -0000009356 00000 f -0000009357 00000 f -0000009358 00000 f -0000009359 00000 f -0000009360 00000 f -0000009361 00000 f -0000009362 00000 f -0000009363 00000 f -0000009364 00000 f -0000009365 00000 f -0000009366 00000 f -0000009367 00000 f -0000009368 00000 f -0000009369 00000 f -0000009370 00000 f -0000009371 00000 f -0000009372 00000 f -0000009373 00000 f -0000009374 00000 f -0000009375 00000 f -0000009376 00000 f -0000009377 00000 f -0000009378 00000 f -0000009379 00000 f -0000009380 00000 f -0000009381 00000 f -0000009382 00000 f -0000009383 00000 f -0000009384 00000 f -0000009385 00000 f -0000009386 00000 f -0000009387 00000 f -0000009388 00000 f -0000009389 00000 f -0000009390 00000 f -0000009391 00000 f -0000009392 00000 f -0000009393 00000 f -0000009394 00000 f -0000009395 00000 f -0000009396 00000 f -0000009397 00000 f -0000009398 00000 f -0000009399 00000 f -0000009400 00000 f -0000009401 00000 f -0000009402 00000 f -0000009403 00000 f -0000009404 00000 f -0000009405 00000 f -0000009406 00000 f -0000009407 00000 f -0000009408 00000 f -0000009409 00000 f -0000009410 00000 f -0000009411 00000 f -0000009412 00000 f -0000009413 00000 f -0000009414 00000 f -0000009415 00000 f -0000009416 00000 f -0000009417 00000 f -0000009418 00000 f -0000009419 00000 f -0000009420 00000 f -0000009421 00000 f -0000009422 00000 f -0000009423 00000 f -0000009424 00000 f -0000009425 00000 f -0000009426 00000 f -0000009427 00000 f -0000009428 00000 f -0000009429 00000 f -0000009430 00000 f -0000009431 00000 f -0000009432 00000 f -0000009433 00000 f -0000009434 00000 f -0000009435 00000 f -0000009436 00000 f -0000009437 00000 f -0000009438 00000 f -0000009439 00000 f -0000009440 00000 f -0000009441 00000 f -0000009442 00000 f -0000009443 00000 f -0000009444 00000 f -0000009445 00000 f -0000009446 00000 f -0000009447 00000 f -0000009448 00000 f -0000009449 00000 f -0000009450 00000 f -0000009451 00000 f -0000009452 00000 f -0000009453 00000 f -0000009454 00000 f -0000009455 00000 f -0000009456 00000 f -0000009457 00000 f -0000009458 00000 f -0000009459 00000 f -0000009460 00000 f -0000009461 00000 f -0000009462 00000 f -0000009463 00000 f -0000009464 00000 f -0000009465 00000 f -0000009466 00000 f -0000009467 00000 f -0000009468 00000 f -0000009469 00000 f -0000009470 00000 f -0000009471 00000 f -0000009472 00000 f -0000009473 00000 f -0000009474 00000 f -0000009475 00000 f -0000009476 00000 f -0000009477 00000 f -0000009478 00000 f -0000009479 00000 f -0000009480 00000 f -0000009481 00000 f -0000009482 00000 f -0000009483 00000 f -0000009484 00000 f -0000009485 00000 f -0000009486 00000 f -0000009487 00000 f -0000009488 00000 f -0000009489 00000 f -0000009490 00000 f -0000009491 00000 f -0000009492 00000 f -0000009493 00000 f -0000009494 00000 f -0000009495 00000 f -0000009496 00000 f -0000009497 00000 f -0000009498 00000 f -0000009499 00000 f -0000009500 00000 f -0000009501 00000 f -0000009502 00000 f -0000009503 00000 f -0000009504 00000 f -0000009505 00000 f -0000009506 00000 f -0000009507 00000 f -0000009508 00000 f -0000009509 00000 f -0000009510 00000 f -0000009511 00000 f -0000009512 00000 f -0000009513 00000 f -0000009514 00000 f -0000009515 00000 f -0000009516 00000 f -0000009517 00000 f -0000009518 00000 f -0000009519 00000 f -0000009520 00000 f -0000009521 00000 f -0000009522 00000 f -0000009523 00000 f -0000009524 00000 f -0000009525 00000 f -0000009526 00000 f -0000009527 00000 f -0000009528 00000 f -0000009529 00000 f -0000009530 00000 f -0000009531 00000 f -0000009532 00000 f -0000009533 00000 f -0000009534 00000 f -0000009535 00000 f -0000009536 00000 f -0000009537 00000 f -0000009538 00000 f -0000009539 00000 f -0000009540 00000 f -0000009541 00000 f -0000009542 00000 f -0000009543 00000 f -0000009544 00000 f -0000009545 00000 f -0000009546 00000 f -0000009547 00000 f -0000009548 00000 f -0000009549 00000 f -0000009550 00000 f -0000009551 00000 f -0000009552 00000 f -0000009553 00000 f -0000009554 00000 f -0000009555 00000 f -0000009556 00000 f -0000009557 00000 f -0000009558 00000 f -0000009559 00000 f -0000009560 00000 f -0000009561 00000 f -0000009562 00000 f -0000009563 00000 f -0000009564 00000 f -0000009565 00000 f -0000009566 00000 f -0000009567 00000 f -0000009568 00000 f -0000009569 00000 f -0000009570 00000 f -0000009571 00000 f -0000009572 00000 f -0000009573 00000 f -0000009574 00000 f -0000009575 00000 f -0000009576 00000 f -0000009577 00000 f -0000009578 00000 f -0000009579 00000 f -0000009580 00000 f -0000009581 00000 f -0000009582 00000 f -0000009583 00000 f -0000009584 00000 f -0000009585 00000 f -0000009586 00000 f -0000009587 00000 f -0000009588 00000 f -0000009589 00000 f -0000009590 00000 f -0000009591 00000 f -0000009592 00000 f -0000009593 00000 f -0000009594 00000 f -0000009595 00000 f -0000009596 00000 f -0000009597 00000 f -0000009598 00000 f -0000009599 00000 f -0000009600 00000 f -0000009601 00000 f -0000009602 00000 f -0000009603 00000 f -0000009604 00000 f -0000009605 00000 f -0000009606 00000 f -0000009607 00000 f -0000009608 00000 f -0000009609 00000 f -0000009610 00000 f -0000009611 00000 f -0000009612 00000 f -0000009613 00000 f -0000009614 00000 f -0000009615 00000 f -0000009616 00000 f -0000009617 00000 f -0000009618 00000 f -0000009619 00000 f -0000009620 00000 f -0000009621 00000 f -0000009622 00000 f -0000009623 00000 f -0000009624 00000 f -0000009625 00000 f -0000009626 00000 f -0000009627 00000 f -0000009628 00000 f -0000009629 00000 f -0000009630 00000 f -0000009631 00000 f -0000009632 00000 f -0000009633 00000 f -0000009634 00000 f -0000009635 00000 f -0000009636 00000 f -0000009637 00000 f -0000009638 00000 f -0000009639 00000 f -0000009640 00000 f -0000009641 00000 f -0000009642 00000 f -0000009643 00000 f -0000009644 00000 f -0000009645 00000 f -0000009646 00000 f -0000009647 00000 f -0000009648 00000 f -0000009649 00000 f -0000009650 00000 f -0000009651 00000 f -0000009652 00000 f -0000009653 00000 f -0000009654 00000 f -0000009655 00000 f -0000009656 00000 f -0000009657 00000 f -0000009658 00000 f -0000009659 00000 f -0000009660 00000 f -0000009661 00000 f -0000009662 00000 f -0000009663 00000 f -0000009664 00000 f -0000009665 00000 f -0000009666 00000 f -0000009667 00000 f -0000009668 00000 f -0000009669 00000 f -0000009670 00000 f -0000009671 00000 f -0000009672 00000 f -0000009673 00000 f -0000009674 00000 f -0000009675 00000 f -0000009676 00000 f -0000009677 00000 f -0000009678 00000 f -0000009679 00000 f -0000009680 00000 f -0000009681 00000 f -0000009682 00000 f -0000009683 00000 f -0000009684 00000 f -0000009691 00000 f -0000320579 00000 n -0000320612 00000 n -0000320459 00000 n -0000320492 00000 n -0000320339 00000 n -0000320372 00000 n -0000009692 00000 f -0000009693 00000 f -0000009694 00000 f -0000009695 00000 f -0000009696 00000 f -0000009700 00000 f -0000319086 00000 n -0000319167 00000 n -0000319259 00000 n -0000009701 00000 f -0000009702 00000 f -0000009703 00000 f -0000009704 00000 f -0000009705 00000 f -0000009706 00000 f -0000009707 00000 f -0000009708 00000 f -0000009709 00000 f -0000009710 00000 f -0000009711 00000 f -0000009712 00000 f -0000009713 00000 f -0000009714 00000 f -0000009715 00000 f -0000009716 00000 f -0000009717 00000 f -0000009718 00000 f -0000009719 00000 f -0000009720 00000 f -0000009721 00000 f -0000009722 00000 f -0000009723 00000 f -0000009724 00000 f -0000009725 00000 f -0000009726 00000 f -0000009727 00000 f -0000009728 00000 f -0000009729 00000 f -0000009730 00000 f -0000009731 00000 f -0000009732 00000 f -0000009733 00000 f -0000009734 00000 f -0000009735 00000 f -0000009736 00000 f -0000009737 00000 f -0000009738 00000 f -0000009739 00000 f -0000009740 00000 f -0000009741 00000 f -0000009742 00000 f -0000009743 00000 f -0000009744 00000 f -0000009745 00000 f -0000009746 00000 f -0000009747 00000 f -0000009748 00000 f -0000009749 00000 f -0000009750 00000 f -0000009751 00000 f -0000009752 00000 f -0000009753 00000 f -0000009754 00000 f -0000009755 00000 f -0000009756 00000 f -0000009757 00000 f -0000009758 00000 f -0000009759 00000 f -0000009760 00000 f -0000009761 00000 f -0000009762 00000 f -0000009763 00000 f -0000009764 00000 f -0000009765 00000 f -0000009766 00000 f -0000009767 00000 f -0000009768 00000 f -0000009769 00000 f -0000009770 00000 f -0000009771 00000 f -0000009772 00000 f -0000009773 00000 f -0000009774 00000 f -0000009775 00000 f -0000009776 00000 f -0000009777 00000 f -0000009778 00000 f -0000009779 00000 f -0000009780 00000 f -0000009781 00000 f -0000009782 00000 f -0000009783 00000 f -0000009784 00000 f -0000009785 00000 f -0000009786 00000 f -0000009787 00000 f -0000009788 00000 f -0000009789 00000 f -0000009790 00000 f -0000009791 00000 f -0000009792 00000 f -0000009793 00000 f -0000009794 00000 f -0000009795 00000 f -0000009796 00000 f -0000009797 00000 f -0000009798 00000 f -0000009799 00000 f -0000009800 00000 f -0000009801 00000 f -0000009802 00000 f -0000009803 00000 f -0000009804 00000 f -0000009805 00000 f -0000009806 00000 f -0000009807 00000 f -0000009808 00000 f -0000009809 00000 f -0000009810 00000 f -0000009811 00000 f -0000009812 00000 f -0000009813 00000 f -0000009814 00000 f -0000009815 00000 f -0000009816 00000 f -0000009817 00000 f -0000009818 00000 f -0000009819 00000 f -0000009820 00000 f -0000009821 00000 f -0000009822 00000 f -0000009823 00000 f -0000009824 00000 f -0000009825 00000 f -0000009826 00000 f -0000009827 00000 f -0000009828 00000 f -0000009829 00000 f -0000009830 00000 f -0000009831 00000 f -0000009832 00000 f -0000009833 00000 f -0000009834 00000 f -0000009835 00000 f -0000009836 00000 f -0000009837 00000 f -0000009838 00000 f -0000009839 00000 f -0000009840 00000 f -0000009841 00000 f -0000009842 00000 f -0000009843 00000 f -0000009844 00000 f -0000009845 00000 f -0000009846 00000 f -0000009847 00000 f -0000009848 00000 f -0000009849 00000 f -0000009850 00000 f -0000009851 00000 f -0000009852 00000 f -0000009853 00000 f -0000009854 00000 f -0000009855 00000 f -0000009856 00000 f -0000009857 00000 f -0000009858 00000 f -0000009859 00000 f -0000009860 00000 f -0000009861 00000 f -0000009862 00000 f -0000009863 00000 f -0000009864 00000 f -0000009865 00000 f -0000009866 00000 f -0000009867 00000 f -0000009868 00000 f -0000009869 00000 f -0000009870 00000 f -0000009871 00000 f -0000009872 00000 f -0000009873 00000 f -0000009874 00000 f -0000009875 00000 f -0000009876 00000 f -0000009877 00000 f -0000009878 00000 f -0000009879 00000 f -0000009880 00000 f -0000009881 00000 f -0000009882 00000 f -0000009883 00000 f -0000009884 00000 f -0000009885 00000 f -0000009886 00000 f -0000009887 00000 f -0000009888 00000 f -0000009889 00000 f -0000009890 00000 f -0000009891 00000 f -0000009892 00000 f -0000009893 00000 f -0000009894 00000 f -0000009895 00000 f -0000009896 00000 f -0000009897 00000 f -0000009898 00000 f -0000009899 00000 f -0000009900 00000 f -0000009901 00000 f -0000009902 00000 f -0000009903 00000 f -0000009904 00000 f -0000009905 00000 f -0000009906 00000 f -0000009907 00000 f -0000009908 00000 f -0000009909 00000 f -0000009910 00000 f -0000009911 00000 f -0000009912 00000 f -0000009913 00000 f -0000009914 00000 f -0000009915 00000 f -0000009916 00000 f -0000009917 00000 f -0000009918 00000 f -0000009919 00000 f -0000009920 00000 f -0000009921 00000 f -0000009922 00000 f -0000009923 00000 f -0000009924 00000 f -0000009925 00000 f -0000009926 00000 f -0000009927 00000 f -0000009928 00000 f -0000009929 00000 f -0000009930 00000 f -0000009931 00000 f -0000009932 00000 f -0000009933 00000 f -0000009934 00000 f -0000009935 00000 f -0000009936 00000 f -0000009937 00000 f -0000009938 00000 f -0000009939 00000 f -0000009940 00000 f -0000009941 00000 f -0000009942 00000 f -0000009943 00000 f -0000009944 00000 f -0000009945 00000 f -0000009946 00000 f -0000009947 00000 f -0000009948 00000 f -0000009949 00000 f -0000009950 00000 f -0000009951 00000 f -0000009952 00000 f -0000009953 00000 f -0000009954 00000 f -0000009955 00000 f -0000009956 00000 f -0000009957 00000 f -0000009958 00000 f -0000009959 00000 f -0000009960 00000 f -0000009961 00000 f -0000009962 00000 f -0000009963 00000 f -0000009964 00000 f -0000009965 00000 f -0000009966 00000 f -0000009967 00000 f -0000009968 00000 f -0000009969 00000 f -0000009970 00000 f -0000009971 00000 f -0000009972 00000 f -0000009973 00000 f -0000009974 00000 f -0000009975 00000 f -0000009976 00000 f -0000009977 00000 f -0000009978 00000 f -0000009979 00000 f -0000009980 00000 f -0000009981 00000 f -0000009982 00000 f -0000009983 00000 f -0000009984 00000 f -0000009985 00000 f -0000009986 00000 f -0000009987 00000 f -0000009988 00000 f -0000009989 00000 f -0000009990 00000 f -0000009991 00000 f -0000009992 00000 f -0000009993 00000 f -0000009994 00000 f -0000009995 00000 f -0000009996 00000 f -0000009997 00000 f -0000009998 00000 f -0000009999 00000 f -0000010000 00000 f -0000010001 00000 f -0000010002 00000 f -0000010003 00000 f -0000010004 00000 f -0000010005 00000 f -0000010006 00000 f -0000010007 00000 f -0000010008 00000 f -0000010009 00000 f -0000010010 00000 f -0000010011 00000 f -0000010012 00000 f -0000010013 00000 f -0000010014 00000 f -0000010015 00000 f -0000010016 00000 f -0000010017 00000 f -0000010018 00000 f -0000010019 00000 f -0000010020 00000 f -0000010021 00000 f -0000010022 00000 f -0000010023 00000 f -0000010024 00000 f -0000010025 00000 f -0000010026 00000 f -0000010027 00000 f -0000010028 00000 f -0000010029 00000 f -0000010030 00000 f -0000010031 00000 f -0000010032 00000 f -0000010033 00000 f -0000010034 00000 f -0000010035 00000 f -0000010036 00000 f -0000010037 00000 f -0000010038 00000 f -0000010039 00000 f -0000010040 00000 f -0000010041 00000 f -0000010042 00000 f -0000010043 00000 f -0000010044 00000 f -0000010045 00000 f -0000010046 00000 f -0000010047 00000 f -0000010048 00000 f -0000010049 00000 f -0000010050 00000 f -0000010051 00000 f -0000010052 00000 f -0000010053 00000 f -0000010054 00000 f -0000010055 00000 f -0000010056 00000 f -0000010057 00000 f -0000010058 00000 f -0000010059 00000 f -0000010060 00000 f -0000010061 00000 f -0000010062 00000 f -0000010063 00000 f -0000010064 00000 f -0000010065 00000 f -0000010066 00000 f -0000010067 00000 f -0000010068 00000 f -0000010069 00000 f -0000010070 00000 f -0000010071 00000 f -0000010072 00000 f -0000010073 00000 f -0000010074 00000 f -0000010075 00000 f -0000010076 00000 f -0000010077 00000 f -0000010078 00000 f -0000010079 00000 f -0000010080 00000 f -0000010081 00000 f -0000010082 00000 f -0000010083 00000 f -0000010084 00000 f -0000010085 00000 f -0000010086 00000 f -0000010087 00000 f -0000010088 00000 f -0000010089 00000 f -0000010090 00000 f -0000010091 00000 f -0000010092 00000 f -0000010093 00000 f -0000010094 00000 f -0000010095 00000 f -0000010096 00000 f -0000010097 00000 f -0000010098 00000 f -0000010099 00000 f -0000010100 00000 f -0000010101 00000 f -0000010102 00000 f -0000010103 00000 f -0000010104 00000 f -0000010105 00000 f -0000010106 00000 f -0000010107 00000 f -0000010108 00000 f -0000010109 00000 f -0000010110 00000 f -0000010111 00000 f -0000010112 00000 f -0000010113 00000 f -0000010114 00000 f -0000010115 00000 f -0000010116 00000 f -0000010117 00000 f -0000010118 00000 f -0000010119 00000 f -0000010120 00000 f -0000010121 00000 f -0000010122 00000 f -0000010123 00000 f -0000010124 00000 f -0000010125 00000 f -0000010126 00000 f -0000010127 00000 f -0000010128 00000 f -0000010129 00000 f -0000010130 00000 f -0000010131 00000 f -0000010132 00000 f -0000010133 00000 f -0000010134 00000 f -0000010135 00000 f -0000010136 00000 f -0000010137 00000 f -0000010138 00000 f -0000010139 00000 f -0000010140 00000 f -0000010141 00000 f -0000010142 00000 f -0000010143 00000 f -0000010144 00000 f -0000010145 00000 f -0000010146 00000 f -0000010147 00000 f -0000010148 00000 f -0000010149 00000 f -0000010150 00000 f -0000010151 00000 f -0000010152 00000 f -0000010153 00000 f -0000010154 00000 f -0000010155 00000 f -0000010156 00000 f -0000010157 00000 f -0000010158 00000 f -0000010159 00000 f -0000010160 00000 f -0000010161 00000 f -0000010162 00000 f -0000010163 00000 f -0000010164 00000 f -0000010165 00000 f -0000010166 00000 f -0000010167 00000 f -0000010168 00000 f -0000010169 00000 f -0000010170 00000 f -0000010171 00000 f -0000010172 00000 f -0000010173 00000 f -0000010174 00000 f -0000010175 00000 f -0000010176 00000 f -0000010177 00000 f -0000010178 00000 f -0000010179 00000 f -0000010180 00000 f -0000010181 00000 f -0000010182 00000 f -0000010183 00000 f -0000010184 00000 f -0000010185 00000 f -0000010186 00000 f -0000010187 00000 f -0000010188 00000 f -0000010189 00000 f -0000010190 00000 f -0000010191 00000 f -0000010192 00000 f -0000010193 00000 f -0000010194 00000 f -0000010195 00000 f -0000010196 00000 f -0000010197 00000 f -0000010198 00000 f -0000010199 00000 f -0000010200 00000 f -0000010201 00000 f -0000010202 00000 f -0000010203 00000 f -0000010204 00000 f -0000010205 00000 f -0000010206 00000 f -0000010207 00000 f -0000010208 00000 f -0000010209 00000 f -0000010210 00000 f -0000010211 00000 f -0000010212 00000 f -0000010213 00000 f -0000010214 00000 f -0000010215 00000 f -0000010216 00000 f -0000010217 00000 f -0000010218 00000 f -0000010219 00000 f -0000010220 00000 f -0000010221 00000 f -0000010222 00000 f -0000010223 00000 f -0000010224 00000 f -0000010225 00000 f -0000010226 00000 f -0000010227 00000 f -0000010228 00000 f -0000010229 00000 f -0000010230 00000 f -0000010231 00000 f -0000010232 00000 f -0000010233 00000 f -0000010234 00000 f -0000010235 00000 f -0000010236 00000 f -0000010237 00000 f -0000010238 00000 f -0000010239 00000 f -0000010240 00000 f -0000010241 00000 f -0000010242 00000 f -0000010243 00000 f -0000010244 00000 f -0000010245 00000 f -0000010246 00000 f -0000010247 00000 f -0000010248 00000 f -0000010249 00000 f -0000010250 00000 f -0000010251 00000 f -0000010252 00000 f -0000010253 00000 f -0000010254 00000 f -0000010255 00000 f -0000010256 00000 f -0000010257 00000 f -0000010258 00000 f -0000010259 00000 f -0000010260 00000 f -0000010261 00000 f -0000010262 00000 f -0000010263 00000 f -0000010264 00000 f -0000010265 00000 f -0000010266 00000 f -0000010267 00000 f -0000010268 00000 f -0000010269 00000 f -0000010270 00000 f -0000010271 00000 f -0000010272 00000 f -0000010273 00000 f -0000010274 00000 f -0000010275 00000 f -0000010276 00000 f -0000010277 00000 f -0000010278 00000 f -0000010279 00000 f -0000010280 00000 f -0000010281 00000 f -0000010282 00000 f -0000010283 00000 f -0000010284 00000 f -0000010285 00000 f -0000010286 00000 f -0000010287 00000 f -0000010288 00000 f -0000010289 00000 f -0000010290 00000 f -0000010291 00000 f -0000010292 00000 f -0000010293 00000 f -0000010294 00000 f -0000010295 00000 f -0000010296 00000 f -0000010297 00000 f -0000010298 00000 f -0000010299 00000 f -0000010300 00000 f -0000010301 00000 f -0000010302 00000 f -0000010303 00000 f -0000010304 00000 f -0000010305 00000 f -0000010306 00000 f -0000010307 00000 f -0000010308 00000 f -0000010309 00000 f -0000010310 00000 f -0000010311 00000 f -0000010312 00000 f -0000010313 00000 f -0000010314 00000 f -0000010315 00000 f -0000010316 00000 f -0000010317 00000 f -0000010318 00000 f -0000010319 00000 f -0000010320 00000 f -0000010321 00000 f -0000010322 00000 f -0000010323 00000 f -0000010324 00000 f -0000010325 00000 f -0000010326 00000 f -0000010327 00000 f -0000010328 00000 f -0000010329 00000 f -0000010330 00000 f -0000010331 00000 f -0000010332 00000 f -0000010333 00000 f -0000010334 00000 f -0000010335 00000 f -0000010336 00000 f -0000010337 00000 f -0000010338 00000 f -0000010339 00000 f -0000010340 00000 f -0000010341 00000 f -0000010342 00000 f -0000010343 00000 f -0000010344 00000 f -0000010345 00000 f -0000010346 00000 f -0000010347 00000 f -0000010348 00000 f -0000010349 00000 f -0000010350 00000 f -0000010351 00000 f -0000010352 00000 f -0000010353 00000 f -0000010354 00000 f -0000010355 00000 f -0000010356 00000 f -0000010357 00000 f -0000010358 00000 f -0000010359 00000 f -0000010360 00000 f -0000010361 00000 f -0000010362 00000 f -0000010363 00000 f -0000010364 00000 f -0000010365 00000 f -0000010366 00000 f -0000010367 00000 f -0000010368 00000 f -0000010369 00000 f -0000010370 00000 f -0000010371 00000 f -0000010372 00000 f -0000010373 00000 f -0000010374 00000 f -0000010375 00000 f -0000010376 00000 f -0000010377 00000 f -0000010378 00000 f -0000010379 00000 f -0000010380 00000 f -0000010381 00000 f -0000010382 00000 f -0000010383 00000 f -0000010384 00000 f -0000010385 00000 f -0000010386 00000 f -0000010387 00000 f -0000010388 00000 f -0000010389 00000 f -0000010390 00000 f -0000010391 00000 f -0000010392 00000 f -0000010393 00000 f -0000010394 00000 f -0000010395 00000 f -0000010396 00000 f -0000010397 00000 f -0000010398 00000 f -0000010399 00000 f -0000010400 00000 f -0000010401 00000 f -0000010402 00000 f -0000010403 00000 f -0000010404 00000 f -0000010405 00000 f -0000010406 00000 f -0000010407 00000 f -0000010408 00000 f -0000010409 00000 f -0000010410 00000 f -0000010411 00000 f -0000010412 00000 f -0000010413 00000 f -0000010414 00000 f -0000010415 00000 f -0000010416 00000 f -0000010417 00000 f -0000010418 00000 f -0000010419 00000 f -0000010420 00000 f -0000010421 00000 f -0000010422 00000 f -0000010423 00000 f -0000010424 00000 f -0000010425 00000 f -0000010426 00000 f -0000010427 00000 f -0000010428 00000 f -0000010429 00000 f -0000010430 00000 f -0000010431 00000 f -0000010432 00000 f -0000010433 00000 f -0000010434 00000 f -0000010435 00000 f -0000010436 00000 f -0000010437 00000 f -0000010438 00000 f -0000010439 00000 f -0000010440 00000 f -0000010441 00000 f -0000010442 00000 f -0000010443 00000 f -0000010444 00000 f -0000010445 00000 f -0000010446 00000 f -0000010447 00000 f -0000010448 00000 f -0000010449 00000 f -0000010450 00000 f -0000010451 00000 f -0000010452 00000 f -0000010453 00000 f -0000010454 00000 f -0000010455 00000 f -0000010456 00000 f -0000010457 00000 f -0000010458 00000 f -0000010459 00000 f -0000010460 00000 f -0000010461 00000 f -0000010462 00000 f -0000010463 00000 f -0000010464 00000 f -0000010465 00000 f -0000010466 00000 f -0000010467 00000 f -0000010468 00000 f -0000010469 00000 f -0000010470 00000 f -0000010471 00000 f -0000010472 00000 f -0000010473 00000 f -0000010474 00000 f -0000010475 00000 f -0000010476 00000 f -0000010477 00000 f -0000010478 00000 f -0000010479 00000 f -0000010480 00000 f -0000010481 00000 f -0000010482 00000 f -0000010483 00000 f -0000010484 00000 f -0000010485 00000 f -0000010486 00000 f -0000010487 00000 f -0000010488 00000 f -0000010489 00000 f -0000010490 00000 f -0000010491 00000 f -0000010492 00000 f -0000010493 00000 f -0000010494 00000 f -0000010495 00000 f -0000010496 00000 f -0000010497 00000 f -0000010498 00000 f -0000010499 00000 f -0000010500 00000 f -0000010501 00000 f -0000010502 00000 f -0000010503 00000 f -0000010504 00000 f -0000010505 00000 f -0000010506 00000 f -0000010507 00000 f -0000010508 00000 f -0000010509 00000 f -0000010510 00000 f -0000010511 00000 f -0000010512 00000 f -0000010513 00000 f -0000010514 00000 f -0000010515 00000 f -0000010516 00000 f -0000010517 00000 f -0000010518 00000 f -0000010519 00000 f -0000010520 00000 f -0000010521 00000 f -0000010522 00000 f -0000010523 00000 f -0000010524 00000 f -0000010525 00000 f -0000010526 00000 f -0000010527 00000 f -0000010528 00000 f -0000010529 00000 f -0000010530 00000 f -0000010531 00000 f -0000010532 00000 f -0000010533 00000 f -0000010534 00000 f -0000010535 00000 f -0000010536 00000 f -0000010537 00000 f -0000010538 00000 f -0000010539 00000 f -0000010540 00000 f -0000010541 00000 f -0000010542 00000 f -0000010543 00000 f -0000010544 00000 f -0000010545 00000 f -0000010546 00000 f -0000010547 00000 f -0000010548 00000 f -0000010549 00000 f -0000010550 00000 f -0000010551 00000 f -0000010552 00000 f -0000010553 00000 f -0000010554 00000 f -0000010555 00000 f -0000010556 00000 f -0000010557 00000 f -0000010558 00000 f -0000010559 00000 f -0000010560 00000 f -0000010561 00000 f -0000010562 00000 f -0000010563 00000 f -0000010564 00000 f -0000010565 00000 f -0000010572 00000 f -0000320217 00000 n -0000320251 00000 n -0000320095 00000 n -0000320129 00000 n -0000319973 00000 n -0000320007 00000 n -0000010573 00000 f -0000010574 00000 f -0000010575 00000 f -0000010576 00000 f -0000010577 00000 f -0000000000 00000 f -0000319345 00000 n -0000319427 00000 n -0000319520 00000 n -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000319851 00000 n -0000319885 00000 n -0000319729 00000 n -0000319763 00000 n -0000319607 00000 n -0000319641 00000 n -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000197102 00000 n -0000197184 00000 n -0000197277 00000 n -0000324293 00000 n -0000043283 00000 n -0000072171 00000 n -0000198224 00000 n -0000197730 00000 n -0000197856 00000 n -0000168870 00000 n -0000197982 00000 n -0000198108 00000 n -0000073419 00000 n -0000073638 00000 n -0000073857 00000 n -0000074079 00000 n -0000074301 00000 n -0000074523 00000 n -0000074745 00000 n -0000074967 00000 n -0000075189 00000 n -0000075411 00000 n -0000075633 00000 n -0000075855 00000 n -0000076077 00000 n -0000076299 00000 n -0000076521 00000 n -0000076743 00000 n -0000076965 00000 n -0000077187 00000 n -0000077409 00000 n -0000077631 00000 n -0000077853 00000 n -0000078075 00000 n -0000078297 00000 n -0000078519 00000 n -0000078741 00000 n -0000078963 00000 n -0000079182 00000 n -0000079401 00000 n -0000079620 00000 n -0000079839 00000 n -0000080058 00000 n -0000080277 00000 n -0000080498 00000 n -0000080720 00000 n -0000080942 00000 n -0000081164 00000 n -0000081386 00000 n -0000081608 00000 n -0000081830 00000 n -0000082052 00000 n -0000082274 00000 n -0000082496 00000 n -0000082718 00000 n -0000082940 00000 n -0000083162 00000 n -0000083384 00000 n -0000083606 00000 n -0000083828 00000 n -0000084050 00000 n -0000084272 00000 n -0000084494 00000 n -0000084716 00000 n -0000084938 00000 n -0000085160 00000 n -0000085382 00000 n -0000085604 00000 n -0000085826 00000 n -0000086048 00000 n -0000086270 00000 n -0000086492 00000 n -0000086714 00000 n -0000086936 00000 n -0000087158 00000 n -0000087380 00000 n -0000087602 00000 n -0000087824 00000 n -0000088046 00000 n -0000088268 00000 n -0000088490 00000 n -0000088712 00000 n -0000088931 00000 n -0000089150 00000 n -0000089369 00000 n -0000089588 00000 n -0000089807 00000 n -0000090026 00000 n -0000090247 00000 n -0000090469 00000 n -0000090691 00000 n -0000090913 00000 n -0000091135 00000 n -0000091357 00000 n -0000091579 00000 n -0000091801 00000 n -0000092023 00000 n -0000092245 00000 n -0000092467 00000 n -0000092689 00000 n -0000092911 00000 n -0000093133 00000 n -0000093355 00000 n -0000093577 00000 n -0000093799 00000 n -0000094021 00000 n -0000094243 00000 n -0000094465 00000 n -0000094687 00000 n -0000094909 00000 n -0000095131 00000 n -0000095353 00000 n -0000095575 00000 n -0000095797 00000 n -0000096019 00000 n -0000096241 00000 n -0000096463 00000 n -0000096685 00000 n -0000096907 00000 n -0000097129 00000 n -0000097351 00000 n -0000097573 00000 n -0000097795 00000 n -0000098017 00000 n -0000098239 00000 n -0000098458 00000 n -0000098680 00000 n -0000098899 00000 n -0000099118 00000 n -0000099337 00000 n -0000099556 00000 n -0000099775 00000 n -0000099994 00000 n -0000100215 00000 n -0000100437 00000 n -0000100659 00000 n -0000100881 00000 n -0000101103 00000 n -0000101325 00000 n -0000101547 00000 n -0000101769 00000 n -0000101991 00000 n -0000102213 00000 n -0000102435 00000 n -0000102657 00000 n -0000102879 00000 n -0000103101 00000 n -0000103323 00000 n -0000103545 00000 n -0000103767 00000 n -0000103989 00000 n -0000104211 00000 n -0000104433 00000 n -0000104655 00000 n -0000104877 00000 n -0000105099 00000 n -0000105321 00000 n -0000105543 00000 n -0000105765 00000 n -0000105987 00000 n -0000106209 00000 n -0000106431 00000 n -0000106653 00000 n -0000106875 00000 n -0000107097 00000 n -0000107319 00000 n -0000107541 00000 n -0000107763 00000 n -0000107985 00000 n -0000108207 00000 n -0000108429 00000 n -0000108646 00000 n -0000108865 00000 n -0000109082 00000 n -0000109301 00000 n -0000109518 00000 n -0000109737 00000 n -0000109956 00000 n -0000110178 00000 n -0000110398 00000 n -0000110620 00000 n -0000110842 00000 n -0000111062 00000 n -0000111284 00000 n -0000111504 00000 n -0000111726 00000 n -0000111946 00000 n -0000112168 00000 n -0000112388 00000 n -0000112610 00000 n -0000112830 00000 n -0000113052 00000 n -0000113274 00000 n -0000113494 00000 n -0000113716 00000 n -0000113936 00000 n -0000114158 00000 n -0000114378 00000 n -0000114600 00000 n -0000114820 00000 n -0000115042 00000 n -0000115262 00000 n -0000115484 00000 n -0000115706 00000 n -0000115926 00000 n -0000116148 00000 n -0000116368 00000 n -0000116590 00000 n -0000116810 00000 n -0000117032 00000 n -0000117252 00000 n -0000117474 00000 n -0000117694 00000 n -0000117916 00000 n -0000118138 00000 n -0000118354 00000 n -0000118570 00000 n -0000118786 00000 n -0000119002 00000 n -0000119218 00000 n -0000119434 00000 n -0000119652 00000 n -0000119871 00000 n -0000120090 00000 n -0000120309 00000 n -0000120531 00000 n -0000120750 00000 n -0000120969 00000 n -0000121188 00000 n -0000121407 00000 n -0000121626 00000 n -0000121845 00000 n -0000122064 00000 n -0000122283 00000 n -0000122502 00000 n -0000122721 00000 n -0000122940 00000 n -0000123162 00000 n -0000123381 00000 n -0000123600 00000 n -0000123819 00000 n -0000124038 00000 n -0000124257 00000 n -0000124476 00000 n -0000124695 00000 n -0000124914 00000 n -0000125133 00000 n -0000125352 00000 n -0000125574 00000 n -0000125793 00000 n -0000126012 00000 n -0000126231 00000 n -0000126450 00000 n -0000126669 00000 n -0000126888 00000 n -0000127107 00000 n -0000127326 00000 n -0000127545 00000 n -0000127764 00000 n -0000127986 00000 n -0000128202 00000 n -0000128418 00000 n -0000128634 00000 n -0000128850 00000 n -0000129066 00000 n -0000129282 00000 n -0000129500 00000 n -0000129719 00000 n -0000129938 00000 n -0000130157 00000 n -0000130379 00000 n -0000130598 00000 n -0000130817 00000 n -0000131036 00000 n -0000131255 00000 n -0000131474 00000 n -0000131693 00000 n -0000131912 00000 n -0000132131 00000 n -0000132350 00000 n -0000132569 00000 n -0000132791 00000 n -0000133010 00000 n -0000133229 00000 n -0000133448 00000 n -0000133667 00000 n -0000133886 00000 n -0000134105 00000 n -0000134324 00000 n -0000134543 00000 n -0000134762 00000 n -0000134981 00000 n -0000135203 00000 n -0000135422 00000 n -0000135641 00000 n -0000135860 00000 n -0000136079 00000 n -0000136298 00000 n -0000136517 00000 n -0000136736 00000 n -0000136955 00000 n -0000137174 00000 n -0000137393 00000 n -0000137615 00000 n -0000137831 00000 n -0000138047 00000 n -0000138263 00000 n -0000138479 00000 n -0000138695 00000 n -0000138911 00000 n -0000139129 00000 n -0000139348 00000 n -0000139567 00000 n -0000139786 00000 n -0000140008 00000 n -0000140227 00000 n -0000140446 00000 n -0000140665 00000 n -0000140884 00000 n -0000141103 00000 n -0000141322 00000 n -0000141541 00000 n -0000141760 00000 n -0000141979 00000 n -0000142198 00000 n -0000142420 00000 n -0000142639 00000 n -0000142858 00000 n -0000143077 00000 n -0000143296 00000 n -0000143515 00000 n -0000143734 00000 n -0000143953 00000 n -0000144172 00000 n -0000144391 00000 n -0000144610 00000 n -0000144832 00000 n -0000145051 00000 n -0000145270 00000 n -0000145489 00000 n -0000145708 00000 n -0000145927 00000 n -0000146146 00000 n -0000146365 00000 n -0000146584 00000 n -0000146803 00000 n -0000147022 00000 n -0000147241 00000 n -0000147460 00000 n -0000147689 00000 n -0000148021 00000 n -0000148253 00000 n -0000148486 00000 n -0000148718 00000 n -0000148950 00000 n -0000149182 00000 n -0000149530 00000 n -0000149762 00000 n -0000150111 00000 n -0000150330 00000 n -0000150561 00000 n -0000150907 00000 n -0000151139 00000 n -0000151485 00000 n -0000151718 00000 n -0000152014 00000 n -0000152247 00000 n -0000152543 00000 n -0000152775 00000 n -0000153004 00000 n -0000153223 00000 n -0000153472 00000 n -0000153797 00000 n -0000154029 00000 n -0000154326 00000 n -0000154609 00000 n -0000154841 00000 n -0000155073 00000 n -0000155292 00000 n -0000155511 00000 n -0000155730 00000 n -0000155951 00000 n -0000156173 00000 n -0000156395 00000 n -0000156617 00000 n -0000156836 00000 n -0000157058 00000 n -0000157280 00000 n -0000157502 00000 n -0000157724 00000 n -0000157946 00000 n -0000158168 00000 n -0000158390 00000 n -0000158612 00000 n -0000158834 00000 n -0000159056 00000 n -0000159277 00000 n -0000159499 00000 n -0000159721 00000 n -0000159943 00000 n -0000160165 00000 n -0000160387 00000 n -0000160609 00000 n -0000160831 00000 n -0000161053 00000 n -0000161275 00000 n -0000161497 00000 n -0000161719 00000 n -0000161941 00000 n -0000162163 00000 n -0000162385 00000 n -0000162607 00000 n -0000162829 00000 n -0000163051 00000 n -0000163273 00000 n -0000163495 00000 n -0000163717 00000 n -0000163939 00000 n -0000164161 00000 n -0000164380 00000 n -0000164599 00000 n -0000164818 00000 n -0000165037 00000 n -0000165256 00000 n -0000165475 00000 n -0000165696 00000 n -0000165918 00000 n -0000166140 00000 n -0000166362 00000 n -0000166584 00000 n -0000166806 00000 n -0000167028 00000 n -0000167250 00000 n -0000167472 00000 n -0000167694 00000 n -0000167916 00000 n -0000168138 00000 n -0000168360 00000 n -0000168582 00000 n -0000072239 00000 n -0000072849 00000 n -0000072903 00000 n -0000197036 00000 n -0000196970 00000 n -0000196904 00000 n -0000196838 00000 n -0000196772 00000 n -0000196706 00000 n -0000196640 00000 n -0000196574 00000 n -0000196508 00000 n -0000196442 00000 n -0000196376 00000 n -0000196310 00000 n -0000196244 00000 n -0000196178 00000 n -0000196112 00000 n -0000196046 00000 n -0000195980 00000 n -0000195914 00000 n -0000195848 00000 n -0000195782 00000 n -0000195716 00000 n -0000195650 00000 n -0000195584 00000 n -0000195518 00000 n -0000195452 00000 n -0000195386 00000 n -0000195320 00000 n -0000195254 00000 n -0000195188 00000 n -0000195122 00000 n -0000195056 00000 n -0000194990 00000 n -0000194924 00000 n -0000194858 00000 n -0000194792 00000 n -0000194726 00000 n -0000194660 00000 n -0000194594 00000 n -0000194528 00000 n -0000194462 00000 n -0000194396 00000 n -0000194330 00000 n -0000194264 00000 n -0000194198 00000 n -0000194132 00000 n -0000194066 00000 n -0000194000 00000 n -0000193934 00000 n -0000193868 00000 n -0000193802 00000 n -0000193736 00000 n -0000193670 00000 n -0000193604 00000 n -0000193538 00000 n -0000193472 00000 n -0000193406 00000 n -0000193340 00000 n -0000193274 00000 n -0000193208 00000 n -0000193142 00000 n -0000193076 00000 n -0000193010 00000 n -0000192944 00000 n -0000192878 00000 n -0000192812 00000 n -0000192746 00000 n -0000192680 00000 n -0000192614 00000 n -0000192548 00000 n -0000192482 00000 n -0000192416 00000 n -0000192350 00000 n -0000192284 00000 n -0000192218 00000 n -0000192152 00000 n -0000192086 00000 n -0000192020 00000 n -0000191954 00000 n -0000191888 00000 n -0000191822 00000 n -0000191756 00000 n -0000191690 00000 n -0000191624 00000 n -0000191558 00000 n -0000191492 00000 n -0000191426 00000 n -0000191360 00000 n -0000191294 00000 n -0000191228 00000 n -0000191162 00000 n -0000191096 00000 n -0000191030 00000 n -0000190964 00000 n -0000190898 00000 n -0000190832 00000 n -0000190766 00000 n -0000190700 00000 n -0000190634 00000 n -0000190568 00000 n -0000190502 00000 n -0000190436 00000 n -0000190370 00000 n -0000190304 00000 n -0000190238 00000 n -0000190172 00000 n -0000190106 00000 n -0000190040 00000 n -0000189974 00000 n -0000189908 00000 n -0000189842 00000 n -0000189776 00000 n -0000189710 00000 n -0000189644 00000 n -0000189578 00000 n -0000189512 00000 n -0000189446 00000 n -0000189380 00000 n -0000189314 00000 n -0000189248 00000 n -0000189182 00000 n -0000189116 00000 n -0000189050 00000 n -0000188984 00000 n -0000188918 00000 n -0000188852 00000 n -0000188786 00000 n -0000188720 00000 n -0000188654 00000 n -0000188588 00000 n -0000188522 00000 n -0000188456 00000 n -0000188390 00000 n -0000188324 00000 n -0000188258 00000 n -0000188192 00000 n -0000188126 00000 n -0000188060 00000 n -0000187994 00000 n -0000187928 00000 n -0000187862 00000 n -0000187796 00000 n -0000187730 00000 n -0000187664 00000 n -0000187598 00000 n -0000187532 00000 n -0000187466 00000 n -0000187400 00000 n -0000187334 00000 n -0000187268 00000 n -0000187202 00000 n -0000187136 00000 n -0000187070 00000 n -0000187004 00000 n -0000186938 00000 n -0000186872 00000 n -0000186806 00000 n -0000186740 00000 n -0000186674 00000 n -0000186608 00000 n -0000186542 00000 n -0000186476 00000 n -0000186410 00000 n -0000186344 00000 n -0000186278 00000 n -0000186212 00000 n -0000186146 00000 n -0000186080 00000 n -0000186014 00000 n -0000185948 00000 n -0000185882 00000 n -0000185816 00000 n -0000185750 00000 n -0000185684 00000 n -0000185618 00000 n -0000185552 00000 n -0000185486 00000 n -0000185420 00000 n -0000185354 00000 n -0000185288 00000 n -0000185222 00000 n -0000185156 00000 n -0000185090 00000 n -0000185024 00000 n -0000184958 00000 n -0000184892 00000 n -0000184826 00000 n -0000184760 00000 n -0000184694 00000 n -0000184628 00000 n -0000184562 00000 n -0000184496 00000 n -0000184430 00000 n -0000184364 00000 n -0000184298 00000 n -0000184232 00000 n -0000184166 00000 n -0000184100 00000 n -0000184034 00000 n -0000183968 00000 n -0000183902 00000 n -0000183836 00000 n -0000183770 00000 n -0000183704 00000 n -0000183638 00000 n -0000183572 00000 n -0000183506 00000 n -0000183440 00000 n -0000183374 00000 n -0000183308 00000 n -0000183242 00000 n -0000183176 00000 n -0000183110 00000 n -0000183044 00000 n -0000182978 00000 n -0000182912 00000 n -0000182846 00000 n -0000182780 00000 n -0000182714 00000 n -0000182648 00000 n -0000182582 00000 n -0000182516 00000 n -0000182450 00000 n -0000182384 00000 n -0000182318 00000 n -0000182252 00000 n -0000182186 00000 n -0000182120 00000 n -0000182054 00000 n -0000181988 00000 n -0000181922 00000 n -0000181856 00000 n -0000181790 00000 n -0000181724 00000 n -0000181658 00000 n -0000181592 00000 n -0000181526 00000 n -0000181460 00000 n -0000181394 00000 n -0000181328 00000 n -0000181262 00000 n -0000181196 00000 n -0000181130 00000 n -0000181064 00000 n -0000180998 00000 n -0000180932 00000 n -0000180866 00000 n -0000180800 00000 n -0000180734 00000 n -0000180668 00000 n -0000180602 00000 n -0000180536 00000 n -0000180470 00000 n -0000180404 00000 n -0000180338 00000 n -0000180272 00000 n -0000180206 00000 n -0000180140 00000 n -0000180074 00000 n -0000180008 00000 n -0000179942 00000 n -0000179876 00000 n -0000179810 00000 n -0000179744 00000 n -0000179678 00000 n -0000179612 00000 n -0000179546 00000 n -0000179480 00000 n -0000179414 00000 n -0000179348 00000 n -0000179282 00000 n -0000179216 00000 n -0000179150 00000 n -0000179084 00000 n -0000179018 00000 n -0000178952 00000 n -0000178886 00000 n -0000178820 00000 n -0000178754 00000 n -0000178688 00000 n -0000178622 00000 n -0000178556 00000 n -0000178490 00000 n -0000178424 00000 n -0000178358 00000 n -0000178292 00000 n -0000178226 00000 n -0000178160 00000 n -0000178094 00000 n -0000178028 00000 n -0000177962 00000 n -0000177896 00000 n -0000177830 00000 n -0000177764 00000 n -0000177698 00000 n -0000177632 00000 n -0000177566 00000 n -0000177500 00000 n -0000177434 00000 n -0000177368 00000 n -0000177302 00000 n -0000177236 00000 n -0000177170 00000 n -0000177104 00000 n -0000177038 00000 n -0000176972 00000 n -0000176906 00000 n -0000176840 00000 n -0000176774 00000 n -0000176708 00000 n -0000176642 00000 n -0000176576 00000 n -0000176510 00000 n -0000176444 00000 n -0000176378 00000 n -0000176312 00000 n -0000176246 00000 n -0000176180 00000 n -0000176114 00000 n -0000176048 00000 n -0000175982 00000 n -0000175916 00000 n -0000175850 00000 n -0000175784 00000 n -0000175718 00000 n -0000175652 00000 n -0000175586 00000 n -0000175520 00000 n -0000175454 00000 n -0000175388 00000 n -0000175322 00000 n -0000175256 00000 n -0000175190 00000 n -0000175124 00000 n -0000175058 00000 n -0000174992 00000 n -0000174926 00000 n -0000174860 00000 n -0000174794 00000 n -0000174728 00000 n -0000174662 00000 n -0000174596 00000 n -0000174530 00000 n -0000174464 00000 n -0000174398 00000 n -0000174332 00000 n -0000174266 00000 n -0000174200 00000 n -0000174134 00000 n -0000174068 00000 n -0000174002 00000 n -0000173936 00000 n -0000173870 00000 n -0000173804 00000 n -0000173738 00000 n -0000173672 00000 n -0000173606 00000 n -0000173540 00000 n -0000173474 00000 n -0000173408 00000 n -0000173342 00000 n -0000173276 00000 n -0000173210 00000 n -0000173144 00000 n -0000173078 00000 n -0000173012 00000 n -0000172946 00000 n -0000172880 00000 n -0000172814 00000 n -0000172748 00000 n -0000172682 00000 n -0000172616 00000 n -0000172550 00000 n -0000172484 00000 n -0000172418 00000 n -0000172352 00000 n -0000172286 00000 n -0000172220 00000 n -0000172154 00000 n -0000172088 00000 n -0000172022 00000 n -0000171956 00000 n -0000171890 00000 n -0000171824 00000 n -0000171758 00000 n -0000171692 00000 n -0000171626 00000 n -0000171560 00000 n -0000171494 00000 n -0000171428 00000 n -0000171362 00000 n -0000171296 00000 n -0000171230 00000 n -0000171164 00000 n -0000171098 00000 n -0000171032 00000 n -0000170966 00000 n -0000170900 00000 n -0000170834 00000 n -0000170768 00000 n -0000170702 00000 n -0000170636 00000 n -0000170570 00000 n -0000170504 00000 n -0000170438 00000 n -0000170372 00000 n -0000170306 00000 n -0000170240 00000 n -0000170174 00000 n -0000170108 00000 n -0000170042 00000 n -0000169976 00000 n -0000169910 00000 n -0000169844 00000 n -0000169778 00000 n -0000169712 00000 n -0000169646 00000 n -0000169580 00000 n -0000169514 00000 n -0000169448 00000 n -0000169382 00000 n -0000169316 00000 n -0000169250 00000 n -0000169184 00000 n -0000169118 00000 n -0000169052 00000 n -0000168986 00000 n -0000168804 00000 n -0000197608 00000 n -0000197642 00000 n -0000197486 00000 n -0000197520 00000 n -0000197364 00000 n -0000197398 00000 n -0000198304 00000 n -0000198515 00000 n -0000199538 00000 n -0000211335 00000 n -0000276926 00000 n -0000324344 00000 n -trailer <]>> startxref 324546 %%EOF \ No newline at end of file diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/ai/glyphicons_halflings@2x.ai b/core/static/plugins/glyphicons-pro/glyphicons_halflings/ai/glyphicons_halflings@2x.ai deleted file mode 100644 index 4eb71a8..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons_halflings/ai/glyphicons_halflings@2x.ai +++ /dev/null @@ -1,6366 +0,0 @@ -%PDF-1.5 % -1 0 obj <>/OCGs[5 0 R 6 0 R 7 0 R 887 0 R 888 0 R 889 0 R 1768 0 R 1769 0 R 1770 0 R 2649 0 R 2650 0 R 2651 0 R]>>/Pages 3 0 R/Type/Catalog>> endobj 2 0 obj <>stream - - - - - application/pdf - - - glyphicons_halflings@2x - - - Adobe Illustrator CS6 (Macintosh) - 2013-07-01T14:19:48+02:00 - 2013-07-04T08:21:55+02:00 - 2013-07-04T08:21:55+02:00 - - - - 256 - 136 - JPEG - /9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgAiAEAAwER AAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE 1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZ qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp 0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo +DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8A6pef84+eX7zWdRv7nVr6 aDUp3nns5PSYASyxyyIJeAl+P0ghblyMfwkkYqpN/wA41+SRbwQQXuo2yxSWMrtBcNGXksJricPt 8Ku7XRHJQClPg48m5Koq7/IXQ7rS10uXUpo7RZI5lltoLW1uVeIR8RHNBHHwVTCCqhdvegyHB6rc s6onEMdcvPzJ5fFF+XPyai8taRNpuh+ZdVsknuTdSSqbdmLGNE4HlERw/d9BQ79cm4ia3vkXXLgN 6Xm/VbWrmQCL0CAWcOV+ONzxG4UV2G2+Ksstonht4onkaZ40VGmenJyooWagAqeppiqpirsVdirs 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 2VQVX//Z - - - - proof:pdf - uuid:65E6390686CF11DBA6E2D887CEACB407 - xmp.did:0A80117407206811822AE85E025903C5 - uuid:ea5416f3-9095-984a-ba4d-0e3577187017 - - uuid:7d679409-9eeb-0c43-9d99-f49a4e60b21c - xmp.did:0280117407206811822AD2EC852655B3 - uuid:65E6390686CF11DBA6E2D887CEACB407 - proof:pdf - - - - - saved - xmp.iid:F77F1174072068118083C7F0484AEE19 - 2010-09-26T16:21:55+02:00 - Adobe Illustrator CS5 - / - - - saved - xmp.iid:0A80117407206811822AE85E025903C5 - 2013-07-01T14:19:47+02:00 - Adobe Illustrator CS6 (Macintosh) - / - - - - Web - Document - 1 - True - False - - 1056.000000 - 576.000000 - Pixels - - - - Cyan - Magenta - Yellow - Black - - - - - - Default Swatch Group - 0 - - - - White - RGB - PROCESS - 255 - 255 - 255 - - - Black - RGB - PROCESS - 0 - 0 - 0 - - - R=255 G=183 B=188 1 - RGB - PROCESS - 255 - 183 - 188 - - - - - - - Adobe PDF library 10.01 - - - - - - - - - - - - - - - - - - - - - - - - - endstream endobj 3 0 obj <> endobj 9 0 obj <>/Resources<>/Properties<>/XObject<>>>/Thumb 3088 0 R/TrimBox[0.0 0.0 1056.0 576.0]/Type/Page>> endobj 2653 0 obj <>stream -Ht͎8F)II]U̢?y`HI+gLʒs?|򖖟>-i)[]$|&O݋i)^|c?Oo4{$˾걩&$/o]ogZqC7t1][[3?;}5~SU>|g_}h?/svwr~лcER^sO=p6n+b^=Rox1cWOU׼U;^pwr|C!=b۳{[ ^ޱ{.`z=㭮CDv/|E+'0#R{5t6><]𷞟a?|ä7CdwS;;yJef.5(qYΞGZc`#n9s2ZsTۛC_^wcu6]_S"/l}?[\D,66\lzig8qig2l]KrFBV/aLy:dzo^N8_[FQgnͷ{>-rK|H\ә.n^.nܮ,D=~[s*7oz]5=PR,%K[\È !~5t[m}뗎Ϗsڏ^s#lĠt};U_|*Z߃:)/6}ʯf}=7foGTܣA]Wrۆ_z>8CsG[B=8=ԉBݩ]OH3&_ttYayyħ0؟m6Owt8y#0^[}c 2G)u{`)0/Nxx y㥟^ǐ0ks ]!5(5||,^9QW 07J~޹ f F@جiKc:C{WϯїŨs[t=1c0f~F7$У[Z;[1t3QzhzziFtSѝp芞MyF7Tt5՗1C֝g~S1V؆/Fq,R.q,58vcc3#f+ -cq8<8,n8XClBQ1izı!enr|bt}0Ɯ9_֍2zqT/x]&~v4u0Z+J~ϹerLՕQ9rw]地\S^ߏq7 "[y-e '7eO s@6.nn>[alq{W1vvnC2b:o]%9:p_ДS׋_зRvWÀE&,XNLܙnjfb:ˆ1R|H[P¸)R 1{S>?OB]0mOB.BDp,ɋP]յ3B]^@0H(VcE0axE(.dE+%an9]Ìm׷4/%.$x@d^HFt;rk7ux!V^oj]o2d&p iȸ c2dES[GNFP.btr[#H5.Pܳ]OFZU3 U}e0eYEF)QI.-cbedp&K[#,*1)\.}?E+5|mE$x[JF]h]Q"ƆӞ+_ƢqOίjeLvf`/ v;=ZgY./N =u7TO4j)"Yj> >GI ŘĘ$ETR.BS |_(| LTNqyBTƔ]̙ȭW:݆'hDYFbwd^q YH &Pc]u%ʁ?j{PYb^X9ܨ7:;]M-S`0*tؖNUPE]7P6#n2? - 33\e7ٲ`vgXPJQrZhA,RYC,Ë 3Q=%7 Y}hػ ^Q̸ߓ#,բhgyK -2W:iucEsˍ4--.K Rڣܣ\ #?-rONUԃ)yGBQ V;Hyuns%}~u R<.- {',sf-0Q Xp#9/VuB-V˵=2 ⴺ;zVJ7tKPSFCMh `&Ⱦs8nuGmѿ[: d Fh@ z"^Y,դ>4Ssj:3`I7r?7V}@!K9Scia ݱmZ%ws+Fǧ0|ɴz& Rؤdj+dE,AWz/NKmJ5kG zxiOsy>_!|`g0Ja+~I.:)ݴ&Q#F:pYnB/ e-mjXY)/b,.Y -#J5sS?"NDG:zh3j]h\R11io~M7Ofc=s*dc%o!3>4SldsuZگ_@<+Z(ļTy2P< o;,>õX0iY>xp\8X6/!vsUF~sl7}qW9c kچå4O1RIr - -.dԦ,6K;Ij -uUI2X52Q݉w;ԷdjiFiTx}5qB iG3K̤]aMJvߔH>c3ZԍhP\n dԨ(QdsWϹ:eFgu|5Ќ~C MLx }8WxO[AbkR2YscTwPQEu%f?7F^TיQ}q?XLohҲF0ǘ+g-10MwF|KRlk87U<=PKY魫|JgAS~FJD @\8\4{WEHB'$lf0$ͺV(JEA|d腝e;`燳/{Ϗד}&U~: X-,n%ּL,[S~\t!$eEG9^%),Gt_ dpB:PT#n7{DV7$0KmxLDT]kN?%ZJ^_|k}Ld}=/)*5Qh]E%Fqn=(U|5NMV4քk՗%lJ[Y*(YS=s+j,!9TqBD~>q*-ݥ|7'wT{h7KT]ݥ^@Sl7X0o_pn2 hGoznUˤXUgzl7YwSێz01PyϔNjYՀP$< -15%.VUElo+"ߝGBiX^h$PɚJF΄)mf9ut  {MhvUxZOX -JMW*鞖-q88ʅHTRPSC #HkwSy7WGYTR(Tږ " hScM]! hCQJy O-XyU`lnݐ9YW+}\%2Ј?tGpF>l`EW}Ê3*>H2])̉1|WYɹ)&J0gS'| \+,.f /1y.\/i HEY1kDM&YL<F.Ybݩ1wv &ȃa>AȪ{s{0< B\ 2>?d)kڈ?T-n΀b)jUv\% -IS%.ɱg\nLm.Wŕ] -~O\Ֆeaj_z &S\./)mISa?\nݜnp8§[Pt.mP<.Y SwmK#x/e]wcj%$(2%ASؔn҆iqD(W W i/ g 5x_1ҘEr0I@ Bpi6+OpumQaz->s]}^Z|Q|r%~-X֭n}GWVuȏ(wjq!Qos}?f]7kG fUo ̀Ƿ7_~kYVi}} -&ξI{u[lי#^%&bƗu[lz;X'詖xZ]j:JykCXjIEMkǛc{uQ15"7ξIy}%j#W- $xe%;r~ qn^ . -R@ Efq8-m(w1s,%r*@Ci Mxf0>l2˞Ob*1oI:v4SWZ+@r%QTRMF<#.xzMP<;We:pB5ʃmٖd':N8вqhEԁT"|yOzBY: Lu&~SQ;2d3CgrNpLsNn~̾4]$3c4'ճýNpG:r* {'Gӱ,ZJ>@3k|ub 7fl*>7:q(+83%(4Q;4GS)r"ۈ'dLuKC lÝlóY -" - vIq 7eCI`:N0z x*{I811Ss?@exnآUtez -/+ORq.zxnƇLksi"<[!4 ^'4!w6#)fI1`d]E$&dX{*vc}_0흐,Ds|hIDjՂC %:%2`^$` Q1'cv19b۾!+ kg )YA.fHA4Dnyݚp-Kn .*0{Y/X[Yv6n}7CY+/kH3X04N*eaTFC a{^jQeꚔCwa`d!` s.qp>>"pr&K>z:6d!w;_(m)3"3kFAM=#H͊G?]F6M;\ n@dOY8ygw$zg7)\0:v qn?>8^"ksxP%\c 'V, ihcӈ?CfJ.<~"J);VS#K 0شǹ]3 -taOn4i8&8phJʱ-t1v1wMwv%ߛ>]B\f&1`]L|uhPF] -ѕRtSde3 -bI,#ϣ|]6:w'?ğrnsl`.L6r&7nxnm8.pAQg|t!ca6xx-\_ - %!`mB5;fvQ ^7ۄk -0f fRcئ;Ϊ,?ƁR MGy I)8L! -q5s\:#V/Cs/äIq0֯|gbvw"lxTںTV L8X_-_Oz'T8JJ)cm0WQw$H?Rޜֻ۴sFQ3o$7>[8iBoHnۍ[a}:ȫ ,_5+B4mFNV޹ĂՀw،=XkM0tDn&+(TeւלFCh$MP%BW K`td+3% 6T*L*FTi%`f&ۃs Wb2 n V]ttivRP'aήi5GJ5l -ѻb1QQ%Udbwr;-DzGT+kTT[&!Gm4LBS-WYK.SE(Qw<%T-/%Gǐ"\F&(J"Rؖ6Z_mPbxc%kV7`O#at +Ϧ9U͠מ9Tsz; G]]!dG{[hhhZOCq̘TNy]H$LiE',caIPU:_/ɧ|o;׿Xxi_|XJ5Kfo>d=z%Ao`U%[, ab#O0]  s}{6Uב>N3<[;5 _>یog[Z=0bA}˞!q Cˏǀmu&e$Os5Hŏuoyai\+2zS~])UGmv>m{3<+>ti@0#h? v∮M#?-S -Q-yƽAvlדn<| }yW|ߖ2kĒXZBm|r .n;vSHX@B}ǂ.ÓP-h3<沝E.óX=Y>+Jz'c Z -aƄXVdhܗ>4:[܀{}^uL9&nBNaBN Э -QLH2!w @eBj& iaQUkNsc*fe -AQ/ SGCɜ i.slRGߐѺW}3Xڌ.=Q*$h0MLH=[RV;ͮDŒˋTu3Sn4sE:9O)]Aa:=*UEl>0n|lJBanm[ů[zIa(s_܏0tXdFA1u-1m%H9ϧS3y}\9i'c#wJ( -1/B U -kG'S6 |6p܈}_*#Ҷ}$c (H"QM g]|aYdKݤ *ޑXl~W -MJ.#wyok-N8j/ѺߜTK3^jHI!-^QĚR !U)(ʰ)|liKڧ|>ߑ6aZ -\ڌ߷K sTdY]reT`j^eKh5 -l:3R~)֩eyF-%vM$`qYN=N2=t9S]$j^BMnrTe%C~R9a+A*F3GuZ$c -{ -9k|#Kiy.W R U{Djijz5ATC{L6>'M -u5qZ# АEtWK: )r740v-;MBږDRdx TB`e)u8+N;^|=} |b?E=L~cJ57>یUakggTm3^BPʼį˭ϗurvb79ΐt_~[҇CqM2j; >ن4sZ &ɏfzX,u2cM5ZM]jUw{ې/n.n6^.1Gѓx-C"hEmn=&x58v rCaaU3=,P$7n1>>9Z 436 Kc=`ȲԼ3>8o1+3,4V/zjR,xʚ>?5R4@G4YO{"bvx#$e{]`lgQVǣ6~GL;##~|٨ +nEVSzn!Rq'!ҽ|0G=f3K,08"c95U=#++T}UFj SiS"_OETxbH ˮLa"spr#}$8xm+HpS<`&x!4i%Dm7%Fߨ5(LetjuBV>1X~: :Z8v59)N{"b,]QI5ƶe.?ΞsNX^ Ξ=螘O PzSG4JI*jld0\`q '1,O]=w5URl>&s8v3Bϻ(?VE}҆lAxϴ#S`G: chq> KS^9ӂI[>tqF}k ȷ߈i$ !pb!c1hBF|Y8pa~$'srSi:@}}oljvFeh7#<0+1C͹Y@j2bsxD!!z`[]T?厮ʵJƦ? -K,xOh%xO{J6|(\{)Y:$>`35/bg},K;4ϚQehΜ%A@O V>"%TZ=vc8 (jDOwd_-ܧv.,!![J8A畞1 -1A؛$^hE'2—; 7{rqS]`|P L&h 5꒵~ZJet*݀c [\fLт4cw -2ԕ!;ѢdYO\*@-@k>˞z-A W"?}8\yʙvM^ [[tޓq-~}vY>OmR", h)|4uHv{HߦxioAG0zNkxaO.|ȹzLڹkI6#v@jli ;c|Wm[nv _N+4ǞnS.x=:jm%WuYᤉ-_$);f2ۛvlu`Ӕ]/%Z? :dπd;vWMNȢYh9G(~TT9),K/]It,i2f!?5;o_nki7կ^mةIm,w vv'$}Ѳ,)ڷtҮs`a^;ӨO}g"~|ܞMA? ,Czm:fcbG_ V'-2J늟yߩ$s'f~ :%iI -!3}TZ15\Ń#6rm'9bT1oN$'&nOI#:N -#(GE@)HG"1(&DaH@쓲d ,bӫ08p즰(ɇ)@k8Lyt!;\ԛ$xۤ5s$qNXf|6:Ƌ:~w(!Sٶ(&xspaMeԵd໳ ;c/7{윦FW;k%ud*6l[ӈI_{vP1˜Yt) ^z)/fKa񳠩QUgZx&7SʋMuq?}3O}q^2oWX&_?UAnzr7 1s`;̌+lWԒ3Q EۋnG̷=CvI%~8ϰH&|Q؝ " 9YW:pU5]/f`,ecZV.r 5ʧ5Cv+[D?zթmCiC^5=-nR}=DyVYSR3KLf2,Ymq3}p.>x`6/ey\_t棕Ė5R>hZ!1BBeh=Kmo^ ~ՃZlHPsr便WztIn7WXT\2)&QZC1:Y+Pm~|| ϷV,Z7gwXlF;:>@͚D`ɗ-ĨxvksW- RJy{D9QUt1KK>8gK( -Ɋ*7Dދ^pk?t;vϋ4#K >v`>w;cJ܏/,oLi婸wPD Lk}NFay>xmoi2W8u'K+!oFu҃n3%hfYEV*O 5=YreࠛRQ؉竞Qޏ#~죏rqip4TA،s3W|@, 0l!(lcuSz6 0l)u ̴GqU QGTT$VnWb_U H D0:<(E(a?]l5|>%$f%p= BőqJKiA%_9 -HIJ)-lC y\T68ɩT_(  Y6]"[S@w3|-t*j%/у4 -E;`&P"QPN]0rnC1ҲJg[ g5C1%YdԢz6®*NݹB\k 4Tt~}3 L4SXiteˬDA -p4 @rCjU7Sh؅i OpdX w=gkz -p)p42RHɊ#"ƳTDžsQpvo5?&>b3LUh*F@b#pUL&,H|GN+o7>\w9ۂK=]~|As,X[DHJL r[eo0%8w2pD`D>9 SL\@Ȃ]AJƫ /Ƈ&qpF"ҍL Ho٠t[CGp2ՐMhE= .ճə\;r T0>n(E=Wlڌ9E-}wD#wCAHᄋC/,է>Ҹ 8"B0t1YNe -rIDY ġ(F#H&[{R%#fHzq >`7H'k`pm1d, 4UyNx>5Q ʳ4WVFqg,L_GlHzWa%YPS H8*o^ڑ K&C[O Y=B#K"u*æH'Ip:l`x@_{DLhYiU8LҌMD_R&åg̒U^Rߢ!!w*$XPDYDWmq_ -ψRDEF)k -1=i~0X{uz'۟t qIGL)itxfG@NHge׶Q HNhYYj\/x|E44\|W@䨋Y -ʌ@tUHAMZ^wJ0Pڈ''8"^D̴_l Y8Z'K1txdn%YA"E!<:z$_ɂ|헿#_U-<_j 4rIAHu91%}6JY:5 !W}R\Dq) !F|c=ؖBz(wzq:0τpBR:߶DSyÊۦfb : ^yo|~ƱgszW<,b)*(ˍ[]ula@8Addy_Z?>)9 ReQ -R8e#{Wk{cOw6w[w]mc-:1-K!H27vP9}t?7.Xw4e m -5l2 "cO*i6.uzbaUMdcߎP#kZnJk|Do:/BcP%ˏ#F>}$8o!FRWK :7EK_aCEaM9*0l iYzdhܖ?מi%ܛJWrᇻ! <,;3G&u쵭AC| Cs\7hǘzݩW<1]9X9 wACe}ip'g=B|_-+Fp_Qk)~|Oobf{a)Nu 6`h(KJ)Q6:PJG'`8RY ab~.mS¥3#I!1un $H^R-[f}SD/IԗN3B%`\|N´zeۛ{-{.hT9eaxÖ)J-7ڳkUp'RmZv Aحi$mBS,O4Tc_79 b$#Ć1AfѡQGg ]heKv|1}ݷگxHz6`3ѹC$2B0R9a~~uM:: 뫁u<+ y *+7x>ƴ$*ju0-PV6jZLN\ٜ'br_o-*JIyAytl]Խso#׋1Y?+xM}ړL5,zm]νhczِB̢YsEŬ0 A -^Br/Ơ"[:g£X%rŠ9lh\T rK~ppE}39^i}:mw 8|a)Υ(n`[xUcܫϏtnLW0o$V#6鑠Qׇ$sY{ gTSI&Hz~ՉOJG :z֬1Lq: -泊Z*;@6Wl2)U[s⓳\-;?qjkDlao~)g~WذU6\kTal-L-*NcKkژ'ܗr{KD fa(1 IiM,`}ޞ" j6Z@yQ 4@Y7 ґ *ÿ{a4_ػ|ll_蔿f\.MwCŎsKd‘&F.XmV( ilկϹdYJܱxaἑQU0镲~t,)fXξ`Lj-)7VEcZҜؔX.YZLac@ka(sdx -E![bwXCݾfݻ^ݽ)yq/+Me}QY_ s9TYbiw]b~+P(PVoUPܨ'SݷpB͎222&Y&( Ne,8E$-n>BKSX7\溋s $R7nVUi~ɱB8DsJ,W:-~ Nj|&*;NFbiAv4w \ε_ۚr%E3ð;7LD5µaMɦXl&x6s+FQj]oz6R˚Es⺝x~ =,qgZ -㰜7j{bG)9u2%}!juI~l\W!K?̿)+Jj.R!M}&%<vW>98~:[7y)R ry/ -.,m幝Ϟ*XZp?|ɸοf-rm;GU}\ǭ}n95 {g?l@J3$~칮kݞ(u(y=xЭonkD8$38exYf\s'ƟVfgq2Y91x9HĨԣM_~Ar-Y[&lgiS0L4V6)(S" {Oвm}~njt k/ΔYKp][ -yhȼw? ?# `$rIyƀCYDizÀ{91<ߺ_6x1H~ڃOY$ĵ 0g[ Y`xưiNP&IAA~@q^8 EFq˾޶3*RLa--22LYBoFx%uLfzͳ<ƌ[9eQ55>;ucQ-J51XEWC٥O[{){9Hܢ(?TS=ڏYTUVQ?>젓=F({`I r!';v9ΩO!YV/Vx/wg]o|JHsnEܚ}啃⩤ikv;N)jw5c燿tXLfbEzTGf`"4O(!Cpx"<2\Y2fL'84( -"ˋBp$$r ,U?[@vF| --LtwMw_lC͂](x(sRO~e)⚛? ?a u,΁B ˌLe't`% <Pߩr^_]A,e ]vUIzPBq=ZĤovCFEEײDIQ5 J(`vD4LM{{"Խ<:!R#7h\ko5`]N&0eLDre:o[e·|^fK&3S)r_cE= MM^;2cXz=y?tA>;&3',/l%ɪ懲a35wgՐ`xnXz -C8QAb1fЕ1's0;[GA;]QpdIuu -G3'i8:)vƼ_hQ!]<{Ψ3-q>#<ޛ6P}mP6zGrQ"o%T jb2tږjaW{_'Q}ҏs\ +\ 3>&s9=W"SK[ɢ~\Gh#9?ɞO)?%#?S(K. jpR}/c -TqAh0 J(K/N.NxJWq(\yϺXHUemuemR/:*JB7Y BZimYwwsnnmYx&`;B(ޱU{~sԡ,Ƌ0ҡLʇtHiSm_t]uؗaKám̍llkܪe=Ӗ{kbd1WkMNE=M"[Ta^g -eJ*/zj4CmiO?cOIyB85Gj]QbTq*^Dtھ@UARRWf,>ύDԹ[œRoYK9Z:dLmPe%-V% j,{"u*%))xJ߰{;}Dl3^JoYg"wܟ=Te5w2 nAoA^GM}Uih{C(cd|TL&Ė=! QKNFa`NC_ONL dtTO5!r<%"AKiP3FB!#CQ7h3ϵT5\\naM:uU17 -c\/%wnOOӟTcBn$ ™3ԫQ٨ztov$.TQ aA:UOε./Z"[-F*!Pm~ڀ7j>d 9l~q4l⒢}k6u5wEՆ*?b٭a _8?,–meETvyIT&s^o6zɅ+[dYBsQm(fʮߪv Pry2VWusX S=7lfm( +/RD\`[hKKP3y'n,u*0E[Q֖ - -ڈ.HHWL^"ɭ͇({*K!sQ<yD(!_FUf,:Ã^%%RHc]E(MDjˎ&۸30UHxXUd'5 qTAy×[WjN6?2 DI - ungFWYmȡe%b0b,r1ē鴰E"_-96pߧ,|f6€AJY3 .R)ROpi1 g K}yOÁݢA3 } yen~6u3syiܕƦMviy$q늼a\br~ݎه]. nuc\ߺ$tI*.W߬y3gE܌ܑ5 0\Y* i>!gf˓1D+&E1Dl܀0Gqō J]ws5{\w÷)c#=6.oVpI{%S;AeEYVhozMD5wܾw]q;X_c+:15 'I91aAt߫jY' - -A@ELB˞CڝAXd~Fy{ z(n_ZJ+-绦4 iMFɪ|C̶/l&s ߴ/Pǵ2㞊UO4κ$N>7v4? /O]P\Ϫ~IO0; NǟUR~wz|qgRRIM^'~?udCNLk3^#=㏌sβqņKg?g#'.X314Ҿ=1k*YϊѬb:E@@ U[ttytJrBqrT| '}։%: _VŬ8.Lf-9~!ՓǼQodbXS!R94flH!U)EjK@/z{L!U$^U252R9`#/∂Tz( }A0}K*W0mA_uðg@(֨h*QMԸQ&ƥ%EMJTT=sY@"C:Q)aZok3J4~-03:)xMS6=NbuS4il/ڒcѲa˖#c<~aYfVT{M\dP` s=U8l*Ɋrjv΅,@8o3Aچߋ.OԟuykThّ'꧓a5 .zA &CҜh#"lChM5y)h|^C.bh8v0N. m!BA6C,Wţi%|tׄ+c*bC6cK>o]$6I˧~orcMP/h`.ZmѶt[:*n݂rQPh5P[L#,ߑDHR /38s!(L:IyN`Y@b2g6<ٰ$݉B:LI"N4u<$sȊJ5(6$^HV~'c4t7DTkЌlY@Z@Ukp9nǚbB2_ZWI4Vɚԉ&^:.CyHrAbl;W+REȐXt(H@5=syv*)? G>D s]t@ϳް,0y]7SRFEbJ>ilƋqeq<;RvOr\L^j1UPV\1P@Ww[fzqI{>B+|I]?<(0DI{~hm7ZЬP'݊^k*'_h.Sp^Rov4}C]4/U]\eBB+in+\͗-]T%Re1%dӗrvgz8G4NC~-59UiW̯zҳdSñ~hqO4]ӱmՎ^mu ˱軏^ޭF]jDƠt^[DβA"){(39gq$#O -?l.P6 @v4p]Yr8σG0L*d/hŗ+3χ& YL-uu"?ʄQx&ZFN3,D1Bk/a6f.9v2mM:Sv2{1_(y١fb`ĺi - N4[W3uq+fbf.aⶬfi&nb+,tMUG2sϑya2S9 n>]٬ٹ˴X-6ئ>ZlBeZfq-3Hz<.9;wBOvheZqDȑ -dGך8??IjnqWک4>V.1]4E5UU*EkRTip;xFbq3Z˪úTm'ӲmȻItAtB5#7,vߩnn;V{"pN' S3˙?yD ?(|9||[уQo_6L? oN4񔮩̝%ۋfY5)W#k^:hu.#.wDr{zGh8?uvOVTj4}.ca0VPCnqڣ9:85eB;NX[ν*X -08( l$kkA }Cdhb$SsW*m"缷a{p(zh{M#hu1)"&6 xrh}ih]d|SŦCTeok%ّ}V-^/QvZ2 qk[DYA)h?@W1V潨]:oيŮLNwe\e䒧6 G -Af* B+DZ\|0u^wf|Z"Lڥ~U;Ɵɔm.gQB2^Z-}ZJQ_!X:Z?}G-Y@Q `6fmj<4|+˷ Ƣ-ꢨص_?6R3=>Q :yٵTu纙,^r]HNEtC`]i5?PV@B/NJjW]>>Ϝ^B3#J1hl9鞬(Ƭ+( h0k;i +=FۜQbD+v}@Bi?h{32r_n<=4uUȽ,Qݺ okt<7U 8pK"5A:R r)#8?ؐi9?6yp4WMO4F0F~F{ӻn5/}~?9=oكcε'\{u27,$RO&WfqI O^x653 U)ν0,)@ha.n̨.Ax|A!_\1)3XIsϑE`4>X̂\ iK&U2xnZdwm1PBzp2A7N> endobj 3088 0 obj <>stream -8;Z\6>EZoI#iob3'CUF:^TLd:PEGUHXjr1A35U<'@?0/ -D,T4nZLSC8P]qgOHs34983VD;[&1f$(];[lg!7F/b"5)Q^V:M`+/`D(J'_=gQ:L(+ -g%-2*q$3j$;uGPg^qKicnhYHS&k6nH?-b.[]3&a\l^2-LLo(`7&fFVqXSI=j;>IOg -%?mA&+:B2ac;O8i(m!@FIj;rr@Le:O'LaQ&OStAcF=c\\<%kM:N2%fHZ([3GA/AB5 -bEGFCpnXnaeP>>/D?\S7U)Qk`LOFDt>5ijRM"Q?2R8Y0"N8P0^1PPMg@^JHlje_/Q -@3- endstream endobj 3089 0 obj [/Indexed/DeviceRGB 255 3090 0 R] endobj 3090 0 obj <>stream -8;X]O>EqN@%''O_@%e@?J;%+8(9e>X=MR6S?i^YgA3=].HDXF.R$lIL@"pJ+EP(%0 -b]6ajmNZn*!='OQZeQ^Y*,=]?C.B+\Ulg9dhD*"iC[;*=3`oP1[!S^)?1)IZ4dup` -E1r!/,*0[*9.aFIR2&b-C#soRZ7Dl%MLY\.?d>Mn -6%Q2oYfNRF$$+ON<+]RUJmC0InDZ4OTs0S!saG>GGKUlQ*Q?45:CI&4J'_2j$XKrcYp0n+Xl_nU*O( -l[$6Nn+Z_Nq0]s7hs]`XX1nZ8&94a\~> endstream endobj 2661 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 480 -48 48 re -f - endstream endobj 2662 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 492 -24 24 re -f - endstream endobj 2663 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 480 -48 48 re -f - endstream endobj 2664 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 384 -48 48 re -f - endstream endobj 2665 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -564 396 -24 24 re -f - endstream endobj 2666 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -624 384 -48 48 re -f - endstream endobj 2667 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -612 396 -24 24 re -f - endstream endobj 2668 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 384 -48 48 re -f - endstream endobj 2669 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -660 396 -24 24 re -f - endstream endobj 2670 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -720 384 -48 48 re -f - endstream endobj 2671 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -708 396 -24 24 re -f - endstream endobj 2672 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 384 -48 48 re -f - endstream endobj 2673 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -756 396 -24 24 re -f - endstream endobj 2674 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 492 -24 24 re -f - endstream endobj 2675 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -816 384 -48 48 re -f - endstream endobj 2676 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -804 396 -24 24 re -f - endstream endobj 2677 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 384 -48 48 re -f - endstream endobj 2678 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -852 396 -24 24 re -f - endstream endobj 2679 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -912 384 -48 48 re -f - endstream endobj 2680 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -900 396 -24 24 re -f - endstream endobj 2681 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 384 -48 48 re -f - endstream endobj 2682 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -948 396 -24 24 re -f - endstream endobj 2683 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1008 384 -48 48 re -f - endstream endobj 2684 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -996 396 -24 24 re -f - endstream endobj 2685 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 480 -48 48 re -f - endstream endobj 2686 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 336 -48 48 re -f - endstream endobj 2687 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 348 -24 24 re -f - endstream endobj 2688 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 336 -48 48 re -f - endstream endobj 2689 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 348 -24 24 re -f - endstream endobj 2690 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 336 -48 48 re -f - endstream endobj 2691 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 348 -24 24 re -f - endstream endobj 2692 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 336 -48 48 re -f - endstream endobj 2693 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 348 -24 24 re -f - endstream endobj 2694 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 336 -48 48 re -f - endstream endobj 2695 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 348 -24 24 re -f - endstream endobj 2696 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 492 -24 24 re -f - endstream endobj 2697 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 336 -48 48 re -f - endstream endobj 2698 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 348 -24 24 re -f - endstream endobj 2699 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 336 -48 48 re -f - endstream endobj 2700 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 348 -24 24 re -f - endstream endobj 2701 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 336 -48 48 re -f - endstream endobj 2702 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 348 -24 24 re -f - endstream endobj 2703 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 336 -48 48 re -f - endstream endobj 2704 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 348 -24 24 re -f - endstream endobj 2705 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 336 -48 48 re -f - endstream endobj 2706 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 348 -24 24 re -f - endstream endobj 2707 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 480 -48 48 re -f - endstream endobj 2708 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 336 -48 48 re -f - endstream endobj 2709 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -564 348 -24 24 re -f - endstream endobj 2710 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -624 336 -48 48 re -f - endstream endobj 2711 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -612 348 -24 24 re -f - endstream endobj 2712 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 336 -48 48 re -f - endstream endobj 2713 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -660 348 -24 24 re -f - endstream endobj 2714 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -720 336 -48 48 re -f - endstream endobj 2715 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -708 348 -24 24 re -f - endstream endobj 2716 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 336 -48 48 re -f - endstream endobj 2717 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -756 348 -24 24 re -f - endstream endobj 2718 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 492 -24 24 re -f - endstream endobj 2719 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -816 336 -48 48 re -f - endstream endobj 2720 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -804 348 -24 24 re -f - endstream endobj 2721 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 336 -48 48 re -f - endstream endobj 2722 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -852 348 -24 24 re -f - endstream endobj 2723 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -912 336 -48 48 re -f - endstream endobj 2724 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -900 348 -24 24 re -f - endstream endobj 2725 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 336 -48 48 re -f - endstream endobj 2726 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -948 348 -24 24 re -f - endstream endobj 2727 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1008 336 -48 48 re -f - endstream endobj 2728 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -996 348 -24 24 re -f - endstream endobj 2729 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 480 -48 48 re -f - endstream endobj 2730 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 288 -48 48 re -f - endstream endobj 2731 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 300 -24 24 re -f - endstream endobj 2732 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 288 -48 48 re -f - endstream endobj 2733 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 300 -24 24 re -f - endstream endobj 2734 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 288 -48 48 re -f - endstream endobj 2735 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 300 -24 24 re -f - endstream endobj 2736 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 288 -48 48 re -f - endstream endobj 2737 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 300 -24 24 re -f - endstream endobj 2738 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 288 -48 48 re -f - endstream endobj 2739 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 300 -24 24 re -f - endstream endobj 2740 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 492 -24 24 re -f - endstream endobj 2741 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 288 -48 48 re -f - endstream endobj 2742 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 300 -24 24 re -f - endstream endobj 2743 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 288 -48 48 re -f - endstream endobj 2744 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 300 -24 24 re -f - endstream endobj 2745 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 288 -48 48 re -f - endstream endobj 2746 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 300 -24 24 re -f - endstream endobj 2747 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 288 -48 48 re -f - endstream endobj 2748 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 300 -24 24 re -f - endstream endobj 2749 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 288 -48 48 re -f - endstream endobj 2750 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 300 -24 24 re -f - endstream endobj 2751 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 480 -48 48 re -f - endstream endobj 2752 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 288 -48 48 re -f - endstream endobj 2753 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -564 300 -24 24 re -f - endstream endobj 2754 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -624 288 -48 48 re -f - endstream endobj 2755 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -612 300 -24 24 re -f - endstream endobj 2756 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 288 -48 48 re -f - endstream endobj 2757 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -660 300 -24 24 re -f - endstream endobj 2758 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -720 288 -48 48 re -f - endstream endobj 2759 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -708 300 -24 24 re -f - endstream endobj 2760 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 288 -48 48 re -f - endstream endobj 2761 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -756 300 -24 24 re -f - endstream endobj 2762 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 492 -24 24 re -f - endstream endobj 2763 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -816 288 -48 48 re -f - endstream endobj 2764 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -804 300 -24 24 re -f - endstream endobj 2765 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 288 -48 48 re -f - endstream endobj 2766 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -852 300 -24 24 re -f - endstream endobj 2767 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -912 288 -48 48 re -f - endstream endobj 2768 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -900 300 -24 24 re -f - endstream endobj 2769 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 288 -48 48 re -f - endstream endobj 2770 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -948 300 -24 24 re -f - endstream endobj 2771 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1008 288 -48 48 re -f - endstream endobj 2772 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -996 300 -24 24 re -f - endstream endobj 2773 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 480 -48 48 re -f - endstream endobj 2774 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 480 -48 48 re -f - endstream endobj 2775 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 240 -48 48 re -f - endstream endobj 2776 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 252 -24 24 re -f - endstream endobj 2777 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 240 -48 48 re -f - endstream endobj 2778 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 252 -24 24 re -f - endstream endobj 2779 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 240 -48 48 re -f - endstream endobj 2780 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 252 -24 24 re -f - endstream endobj 2781 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 240 -48 48 re -f - endstream endobj 2782 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 252 -24 24 re -f - endstream endobj 2783 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 240 -48 48 re -f - endstream endobj 2784 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 252 -24 24 re -f - endstream endobj 2785 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -564 492 -24 24 re -f - endstream endobj 2786 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 240 -48 48 re -f - endstream endobj 2787 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 252 -24 24 re -f - endstream endobj 2788 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 240 -48 48 re -f - endstream endobj 2789 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 252 -24 24 re -f - endstream endobj 2790 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 240 -48 48 re -f - endstream endobj 2791 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 252 -24 24 re -f - endstream endobj 2792 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 240 -48 48 re -f - endstream endobj 2793 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 252 -24 24 re -f - endstream endobj 2794 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 240 -48 48 re -f - endstream endobj 2795 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 252 -24 24 re -f - endstream endobj 2796 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -624 480 -48 48 re -f - endstream endobj 2797 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 240 -48 48 re -f - endstream endobj 2798 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -564 252 -24 24 re -f - endstream endobj 2799 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -624 240 -48 48 re -f - endstream endobj 2800 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -612 252 -24 24 re -f - endstream endobj 2801 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 240 -48 48 re -f - endstream endobj 2802 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -660 252 -24 24 re -f - endstream endobj 2803 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -720 240 -48 48 re -f - endstream endobj 2804 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -708 252 -24 24 re -f - endstream endobj 2805 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 240 -48 48 re -f - endstream endobj 2806 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -756 252 -24 24 re -f - endstream endobj 2807 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -612 492 -24 24 re -f - endstream endobj 2808 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -816 240 -48 48 re -f - endstream endobj 2809 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -804 252 -24 24 re -f - endstream endobj 2810 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 240 -48 48 re -f - endstream endobj 2811 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -852 252 -24 24 re -f - endstream endobj 2812 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -912 240 -48 48 re -f - endstream endobj 2813 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -900 252 -24 24 re -f - endstream endobj 2814 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 240 -48 48 re -f - endstream endobj 2815 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -948 252 -24 24 re -f - endstream endobj 2816 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1008 240 -48 48 re -f - endstream endobj 2817 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -996 252 -24 24 re -f - endstream endobj 2818 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 480 -48 48 re -f - endstream endobj 2819 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 192 -48 48 re -f - endstream endobj 2820 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 204 -24 24 re -f - endstream endobj 2821 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 192 -48 48 re -f - endstream endobj 2822 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 204 -24 24 re -f - endstream endobj 2823 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 192 -48 48 re -f - endstream endobj 2824 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 204 -24 24 re -f - endstream endobj 2825 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 192 -48 48 re -f - endstream endobj 2826 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 204 -24 24 re -f - endstream endobj 2827 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 192 -48 48 re -f - endstream endobj 2828 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 204 -24 24 re -f - endstream endobj 2829 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -660 492 -24 24 re -f - endstream endobj 2830 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 192 -48 48 re -f - endstream endobj 2831 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 204 -24 24 re -f - endstream endobj 2832 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 192 -48 48 re -f - endstream endobj 2833 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 204 -24 24 re -f - endstream endobj 2834 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 192 -48 48 re -f - endstream endobj 2835 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 204 -24 24 re -f - endstream endobj 2836 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 192 -48 48 re -f - endstream endobj 2837 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 204 -24 24 re -f - endstream endobj 2838 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 192 -48 48 re -f - endstream endobj 2839 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 204 -24 24 re -f - endstream endobj 2840 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -720 480 -48 48 re -f - endstream endobj 2841 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 192 -48 48 re -f - endstream endobj 2842 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -564 204 -24 24 re -f - endstream endobj 2843 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -624 192 -48 48 re -f - endstream endobj 2844 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -612 204 -24 24 re -f - endstream endobj 2845 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 192 -48 48 re -f - endstream endobj 2846 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -660 204 -24 24 re -f - endstream endobj 2847 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -720 192 -48 48 re -f - endstream endobj 2848 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -708 204 -24 24 re -f - endstream endobj 2849 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 192 -48 48 re -f - endstream endobj 2850 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -756 204 -24 24 re -f - endstream endobj 2851 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -708 492 -24 24 re -f - endstream endobj 2852 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -816 192 -48 48 re -f - endstream endobj 2853 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -804 204 -24 24 re -f - endstream endobj 2854 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 192 -48 48 re -f - endstream endobj 2855 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -852 204 -24 24 re -f - endstream endobj 2856 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -912 192 -48 48 re -f - endstream endobj 2857 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -900 204 -24 24 re -f - endstream endobj 2858 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 192 -48 48 re -f - endstream endobj 2859 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -948 204 -24 24 re -f - endstream endobj 2860 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1008 192 -48 48 re -f - endstream endobj 2861 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -996 204 -24 24 re -f - endstream endobj 2862 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 480 -48 48 re -f - endstream endobj 2863 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 144 -48 48 re -f - endstream endobj 2864 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 156 -24 24 re -f - endstream endobj 2865 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 144 -48 48 re -f - endstream endobj 2866 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 156 -24 24 re -f - endstream endobj 2867 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 144 -48 48 re -f - endstream endobj 2868 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 156 -24 24 re -f - endstream endobj 2869 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 144 -48 48 re -f - endstream endobj 2870 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 156 -24 24 re -f - endstream endobj 2871 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 144 -48 48 re -f - endstream endobj 2872 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 156 -24 24 re -f - endstream endobj 2873 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -756 492 -24 24 re -f - endstream endobj 2874 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 144 -48 48 re -f - endstream endobj 2875 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 156 -24 24 re -f - endstream endobj 2876 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 144 -48 48 re -f - endstream endobj 2877 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 156 -24 24 re -f - endstream endobj 2878 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 144 -48 48 re -f - endstream endobj 2879 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 156 -24 24 re -f - endstream endobj 2880 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 144 -48 48 re -f - endstream endobj 2881 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 156 -24 24 re -f - endstream endobj 2882 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 144 -48 48 re -f - endstream endobj 2883 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 156 -24 24 re -f - endstream endobj 2884 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 492 -24 24 re -f - endstream endobj 2885 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -816 480 -48 48 re -f - endstream endobj 2886 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 144 -48 48 re -f - endstream endobj 2887 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -564 156 -24 24 re -f - endstream endobj 2888 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -624 144 -48 48 re -f - endstream endobj 2889 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -612 156 -24 24 re -f - endstream endobj 2890 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 144 -48 48 re -f - endstream endobj 2891 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -660 156 -24 24 re -f - endstream endobj 2892 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -720 144 -48 48 re -f - endstream endobj 2893 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -708 156 -24 24 re -f - endstream endobj 2894 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 144 -48 48 re -f - endstream endobj 2895 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -756 156 -24 24 re -f - endstream endobj 2896 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -804 492 -24 24 re -f - endstream endobj 2897 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -816 144 -48 48 re -f - endstream endobj 2898 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -804 156 -24 24 re -f - endstream endobj 2899 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 144 -48 48 re -f - endstream endobj 2900 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -852 156 -24 24 re -f - endstream endobj 2901 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -912 144 -48 48 re -f - endstream endobj 2902 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -900 156 -24 24 re -f - endstream endobj 2903 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 144 -48 48 re -f - endstream endobj 2904 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -948 156 -24 24 re -f - endstream endobj 2905 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1008 144 -48 48 re -f - endstream endobj 2906 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -996 156 -24 24 re -f - endstream endobj 2907 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 480 -48 48 re -f - endstream endobj 2908 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 96 -48 48 re -f - endstream endobj 2909 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 108 -24 24 re -f - endstream endobj 2910 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 96 -48 48 re -f - endstream endobj 2911 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 108 -24 24 re -f - endstream endobj 2912 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 96 -48 48 re -f - endstream endobj 2913 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 108 -24 24 re -f - endstream endobj 2914 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 96 -48 48 re -f - endstream endobj 2915 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 108 -24 24 re -f - endstream endobj 2916 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 96 -48 48 re -f - endstream endobj 2917 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 108 -24 24 re -f - endstream endobj 2918 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -852 492 -24 24 re -f - endstream endobj 2919 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 96 -48 48 re -f - endstream endobj 2920 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 108 -24 24 re -f - endstream endobj 2921 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 96 -48 48 re -f - endstream endobj 2922 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 108 -24 24 re -f - endstream endobj 2923 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 96 -48 48 re -f - endstream endobj 2924 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 108 -24 24 re -f - endstream endobj 2925 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 96 -48 48 re -f - endstream endobj 2926 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 108 -24 24 re -f - endstream endobj 2927 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 96 -48 48 re -f - endstream endobj 2928 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 108 -24 24 re -f - endstream endobj 2929 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -912 480 -48 48 re -f - endstream endobj 2930 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 96 -48 48 re -f - endstream endobj 2931 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -564 108 -24 24 re -f - endstream endobj 2932 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -624 96 -48 48 re -f - endstream endobj 2933 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -612 108 -24 24 re -f - endstream endobj 2934 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 96 -48 48 re -f - endstream endobj 2935 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -660 108 -24 24 re -f - endstream endobj 2936 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -720 96 -48 48 re -f - endstream endobj 2937 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -708 108 -24 24 re -f - endstream endobj 2938 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 96 -48 48 re -f - endstream endobj 2939 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -756 108 -24 24 re -f - endstream endobj 2940 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -900 492 -24 24 re -f - endstream endobj 2941 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -816 96 -48 48 re -f - endstream endobj 2942 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -804 108 -24 24 re -f - endstream endobj 2943 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 96 -48 48 re -f - endstream endobj 2944 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -852 108 -24 24 re -f - endstream endobj 2945 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -912 96 -48 48 re -f - endstream endobj 2946 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -900 108 -24 24 re -f - endstream endobj 2947 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 96 -48 48 re -f - endstream endobj 2948 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -948 108 -24 24 re -f - endstream endobj 2949 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1008 96 -48 48 re -f - endstream endobj 2950 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -996 108 -24 24 re -f - endstream endobj 2951 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 480 -48 48 re -f - endstream endobj 2952 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 48 -48 48 re -f - endstream endobj 2953 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 60 -24 24 re -f - endstream endobj 2954 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 48 -48 48 re -f - endstream endobj 2955 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 60 -24 24 re -f - endstream endobj 2956 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 48 -48 48 re -f - endstream endobj 2957 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 60 -24 24 re -f - endstream endobj 2958 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 48 -48 48 re -f - endstream endobj 2959 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 60 -24 24 re -f - endstream endobj 2960 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 48 -48 48 re -f - endstream endobj 2961 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 60 -24 24 re -f - endstream endobj 2962 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -948 492 -24 24 re -f - endstream endobj 2963 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 48 -48 48 re -f - endstream endobj 2964 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 60 -24 24 re -f - endstream endobj 2965 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 48 -48 48 re -f - endstream endobj 2966 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 60 -24 24 re -f - endstream endobj 2967 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 48 -48 48 re -f - endstream endobj 2968 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 60 -24 24 re -f - endstream endobj 2969 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 48 -48 48 re -f - endstream endobj 2970 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 60 -24 24 re -f - endstream endobj 2971 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 48 -48 48 re -f - endstream endobj 2972 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 60 -24 24 re -f - endstream endobj 2973 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1008 480 -48 48 re -f - endstream endobj 2974 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 48 -48 48 re -f - endstream endobj 2975 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -564 60 -24 24 re -f - endstream endobj 2976 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -624 48 -48 48 re -f - endstream endobj 2977 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -612 60 -24 24 re -f - endstream endobj 2978 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 48 -48 48 re -f - endstream endobj 2979 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -660 60 -24 24 re -f - endstream endobj 2980 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -720 48 -48 48 re -f - endstream endobj 2981 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -708 60 -24 24 re -f - endstream endobj 2982 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 48 -48 48 re -f - endstream endobj 2983 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -756 60 -24 24 re -f - endstream endobj 2984 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -996 492 -24 24 re -f - endstream endobj 2985 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -816 48 -48 48 re -f - endstream endobj 2986 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -804 60 -24 24 re -f - endstream endobj 2987 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 48 -48 48 re -f - endstream endobj 2988 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -852 60 -24 24 re -f - endstream endobj 2989 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -912 48 -48 48 re -f - endstream endobj 2990 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -900 60 -24 24 re -f - endstream endobj 2991 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 48 -48 48 re -f - endstream endobj 2992 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -948 60 -24 24 re -f - endstream endobj 2993 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1008 48 -48 48 re -f - endstream endobj 2994 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -996 60 -24 24 re -f - endstream endobj 2995 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 480 -48 48 re -f - endstream endobj 2996 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 432 -48 48 re -f - endstream endobj 2997 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -270 162 -12 14 re -f - endstream endobj 2998 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -q 1 0 0 1 65.3369 164 cm -0 0 m -1.366 -2.268 3.828 -3.803 6.663 -3.803 c -9.498 -3.803 11.96 -2.268 13.326 0 c -h -f -Q - endstream endobj 2999 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -938 214 -4 2 re -f - endstream endobj 3000 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -948 212 -24 2 re -f - endstream endobj 3001 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -846 222 -16 2 re -f - endstream endobj 3002 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -840 214 -10 2 re -f - endstream endobj 3003 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -844 206 -14 2 re -f - endstream endobj 3004 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -q 1 0 0 1 503.2168 211.5156 cm -0 0 m --0.432 -0.121 -1.217 -0.516 -1.217 -0.965 c --1.217 2.109 l -6.783 5.422 l -6.783 2.615 l -h -f -Q - endstream endobj 3005 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -498 226 12 -2 re -f - endstream endobj 3006 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -q 1 0 0 1 457.2168 222.4844 cm -0 0 m --0.432 0.121 -1.217 0.516 -1.217 0.965 c --1.217 -2.109 l -6.783 -5.422 l -6.783 -2.615 l -h -f -Q - endstream endobj 3007 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 444 -24 24 re -f - endstream endobj 3008 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -452 208 12 2 re -f - endstream endobj 3009 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -q 1 0 0 1 401.3916 214.7832 cm -0 0 m --0.123 0.432 -0.517 1.217 -0.965 1.217 c -2.108 1.217 l -5.421 -6.783 l -2.614 -6.783 l -h -f -Q - endstream endobj 3010 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -414 220 2 -12 re -f - endstream endobj 3011 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -q 1 0 0 1 366.4834 214.7832 cm -0 0 m -0.123 0.432 0.517 1.217 0.965 1.217 c --2.108 1.217 l --5.421 -6.783 l --2.614 -6.783 l -h -f -Q - endstream endobj 3012 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -354 220 -2 -12 re -f - endstream endobj 3013 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -q 1 0 0 1 322 216.5 cm -0 0 m -0 -2.5 l --2 -2.5 l --9 7.5 l --5 7.5 l -h -f -Q - endstream endobj 3014 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -306 224 -2 -12 re -f - endstream endobj 3015 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -q 1 0 0 1 274 215.5 cm -0 0 m -0 2.5 l --2 2.5 l --9 -7.5 l --5 -7.5 l -h -f -Q - endstream endobj 3016 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -258 208 -2 12 re -f - endstream endobj 3017 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -82 206 -2 2 re -f - endstream endobj 3018 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 432 -48 48 re -f - endstream endobj 3019 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -610 276 -6 -6 re -596 270 -6 6 re -f - endstream endobj 3020 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -q 1 0 0 1 130 260 cm -0 0 m --8 0 l --8 -8 l --12 -8 l --12 0 l --20 0 l --20 4 l --12 4 l --12 10 l --8 10 l --8 4 l -0 4 l -h -f -Q - endstream endobj 3021 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -320 410 -2 2 re -f - endstream endobj 3022 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -q 1 0 0 1 360 462 cm -0 0 m -5 -6 l -2 -6 l -2 -12 l --2 -12 l --2 -6 l --5 -6 l -h -f -Q - endstream endobj 3023 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -992 508 -2 -14 re -988 508 -2 -14 re -984 508 -2 -14 re -980 494 -2 14 re -f - endstream endobj 3024 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -462 504 -12 8 re -f - endstream endobj 3025 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -462 494 -12 8 re -f - endstream endobj 3026 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 444 -24 24 re -f - endstream endobj 3027 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 432 -48 48 re -f - endstream endobj 3028 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 444 -24 24 re -f - endstream endobj 3029 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 432 -48 48 re -f - endstream endobj 3030 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 444 -24 24 re -f - endstream endobj 3031 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 432 -48 48 re -f - endstream endobj 3032 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 444 -24 24 re -f - endstream endobj 3033 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 492 -24 24 re -f - endstream endobj 3034 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 432 -48 48 re -f - endstream endobj 3035 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 444 -24 24 re -f - endstream endobj 3036 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 432 -48 48 re -f - endstream endobj 3037 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 444 -24 24 re -f - endstream endobj 3038 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 432 -48 48 re -f - endstream endobj 3039 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 444 -24 24 re -f - endstream endobj 3040 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 432 -48 48 re -f - endstream endobj 3041 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 444 -24 24 re -f - endstream endobj 3042 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 432 -48 48 re -f - endstream endobj 3043 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 444 -24 24 re -f - endstream endobj 3044 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 480 -48 48 re -f - endstream endobj 3045 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 432 -48 48 re -f - endstream endobj 3046 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -564 444 -24 24 re -f - endstream endobj 3047 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -624 432 -48 48 re -f - endstream endobj 3048 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -612 444 -24 24 re -f - endstream endobj 3049 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 432 -48 48 re -f - endstream endobj 3050 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -660 444 -24 24 re -f - endstream endobj 3051 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -720 432 -48 48 re -f - endstream endobj 3052 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -708 444 -24 24 re -f - endstream endobj 3053 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 432 -48 48 re -f - endstream endobj 3054 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -756 444 -24 24 re -f - endstream endobj 3055 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 492 -24 24 re -f - endstream endobj 3056 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -816 432 -48 48 re -f - endstream endobj 3057 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -804 444 -24 24 re -f - endstream endobj 3058 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 432 -48 48 re -f - endstream endobj 3059 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -852 444 -24 24 re -f - endstream endobj 3060 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -912 432 -48 48 re -f - endstream endobj 3061 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -900 444 -24 24 re -f - endstream endobj 3062 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 432 -48 48 re -f - endstream endobj 3063 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -948 444 -24 24 re -f - endstream endobj 3064 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1008 432 -48 48 re -f - endstream endobj 3065 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -996 444 -24 24 re -f - endstream endobj 3066 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 480 -48 48 re -f - endstream endobj 3067 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 384 -48 48 re -f - endstream endobj 3068 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 396 -24 24 re -f - endstream endobj 3069 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 384 -48 48 re -f - endstream endobj 3070 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 396 -24 24 re -f - endstream endobj 3071 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 384 -48 48 re -f - endstream endobj 3072 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 396 -24 24 re -f - endstream endobj 3073 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 384 -48 48 re -f - endstream endobj 3074 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 396 -24 24 re -f - endstream endobj 3075 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 384 -48 48 re -f - endstream endobj 3076 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 396 -24 24 re -f - endstream endobj 3077 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 492 -24 24 re -f - endstream endobj 3078 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 384 -48 48 re -f - endstream endobj 3079 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 396 -24 24 re -f - endstream endobj 3080 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 384 -48 48 re -f - endstream endobj 3081 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 396 -24 24 re -f - endstream endobj 3082 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 384 -48 48 re -f - endstream endobj 3083 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 396 -24 24 re -f - endstream endobj 3084 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 384 -48 48 re -f - endstream endobj 3085 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 396 -24 24 re -f - endstream endobj 3086 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 384 -48 48 re -f - endstream endobj 3087 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 396 -24 24 re -f - endstream endobj 3517 0 obj <> endobj 2658 0 obj <> endobj 3516 0 obj <> endobj 3515 0 obj <> endobj 3514 0 obj <> endobj 3513 0 obj <> endobj 3512 0 obj <> endobj 3511 0 obj <> endobj 3510 0 obj <> endobj 3509 0 obj <> endobj 3508 0 obj <> endobj 3507 0 obj <> endobj 3506 0 obj <> endobj 3505 0 obj <> endobj 3504 0 obj <> endobj 3503 0 obj <> endobj 3502 0 obj <> endobj 3501 0 obj <> endobj 3500 0 obj <> endobj 3499 0 obj <> endobj 3498 0 obj <> endobj 3497 0 obj <> endobj 3496 0 obj <> endobj 3495 0 obj <> endobj 3494 0 obj <> endobj 3493 0 obj <> endobj 3492 0 obj <> endobj 3491 0 obj <> endobj 3490 0 obj <> endobj 3489 0 obj <> endobj 3488 0 obj <> endobj 3487 0 obj <> endobj 3486 0 obj <> endobj 3485 0 obj <> endobj 3484 0 obj <> endobj 3483 0 obj <> endobj 3482 0 obj <> endobj 3481 0 obj <> endobj 3480 0 obj <> endobj 3479 0 obj <> endobj 3478 0 obj <> endobj 3477 0 obj <> endobj 3476 0 obj <> endobj 3475 0 obj <> endobj 3474 0 obj <> endobj 3473 0 obj <> endobj 3472 0 obj <> endobj 3471 0 obj <> endobj 3470 0 obj <> endobj 3469 0 obj <> endobj 3468 0 obj <> endobj 3467 0 obj <> endobj 3466 0 obj <> endobj 3465 0 obj <> endobj 3464 0 obj <> endobj 3463 0 obj <> endobj 3462 0 obj <> endobj 3461 0 obj <> endobj 3460 0 obj <> endobj 3459 0 obj <> endobj 3458 0 obj <> endobj 3457 0 obj <> endobj 3456 0 obj <> endobj 3455 0 obj <> endobj 3454 0 obj <> endobj 3453 0 obj <> endobj 3452 0 obj <> endobj 3451 0 obj <> endobj 3450 0 obj <> endobj 3449 0 obj <> endobj 3448 0 obj <> endobj 3447 0 obj <> endobj 3446 0 obj <> endobj 3445 0 obj <> endobj 3444 0 obj <> endobj 3443 0 obj <> endobj 3442 0 obj <> endobj 3441 0 obj <> endobj 3440 0 obj <> endobj 3439 0 obj <> endobj 3438 0 obj <> endobj 3437 0 obj <> endobj 3436 0 obj <> endobj 3435 0 obj <> endobj 3434 0 obj <> endobj 3433 0 obj <> endobj 3432 0 obj <> endobj 3431 0 obj <> endobj 3430 0 obj <> endobj 3429 0 obj <> endobj 3428 0 obj <> endobj 3427 0 obj <> endobj 3426 0 obj <> endobj 3425 0 obj <> endobj 3424 0 obj <> endobj 3423 0 obj <> endobj 3422 0 obj <> endobj 3421 0 obj <> endobj 3420 0 obj <> endobj 3419 0 obj <> endobj 3418 0 obj <> endobj 3417 0 obj <> endobj 3416 0 obj <> endobj 3415 0 obj <> endobj 3414 0 obj <> endobj 3413 0 obj <> endobj 3412 0 obj <> endobj 3411 0 obj <> endobj 3410 0 obj <> endobj 3409 0 obj <> endobj 3408 0 obj <> endobj 3407 0 obj <> endobj 3406 0 obj <> endobj 3405 0 obj <> endobj 3404 0 obj <> endobj 3403 0 obj <> endobj 3402 0 obj <> endobj 3401 0 obj <> endobj 3400 0 obj <> endobj 3399 0 obj <> endobj 3398 0 obj <> endobj 3397 0 obj <> endobj 3396 0 obj <> endobj 3395 0 obj <> endobj 3394 0 obj <> endobj 3393 0 obj <> endobj 3392 0 obj <> endobj 3391 0 obj <> endobj 3390 0 obj <> endobj 3389 0 obj <> endobj 3388 0 obj <> endobj 3387 0 obj <> endobj 3386 0 obj <> endobj 3385 0 obj <> endobj 3384 0 obj <> endobj 3383 0 obj <> endobj 3382 0 obj <> endobj 3381 0 obj <> endobj 3380 0 obj <> endobj 3379 0 obj <> endobj 3378 0 obj <> endobj 3377 0 obj <> endobj 3376 0 obj <> endobj 3375 0 obj <> endobj 3374 0 obj <> endobj 3373 0 obj <> endobj 3372 0 obj <> endobj 3371 0 obj <> endobj 3370 0 obj <> endobj 3369 0 obj <> endobj 3368 0 obj <> endobj 3367 0 obj <> endobj 3366 0 obj <> endobj 3365 0 obj <> endobj 3364 0 obj <> endobj 3363 0 obj <> endobj 3362 0 obj <> endobj 3361 0 obj <> endobj 3360 0 obj <> endobj 3359 0 obj <> endobj 3358 0 obj <> endobj 3357 0 obj <> endobj 3356 0 obj <> endobj 3355 0 obj <> endobj 3354 0 obj <> endobj 3353 0 obj <> endobj 3352 0 obj <> endobj 3351 0 obj <> endobj 3350 0 obj <> endobj 3349 0 obj <> endobj 3348 0 obj <> endobj 3347 0 obj <> endobj 3346 0 obj <> endobj 3345 0 obj <> endobj 3344 0 obj <> endobj 3343 0 obj <> endobj 3342 0 obj <> endobj 3341 0 obj <> endobj 3340 0 obj <> endobj 3339 0 obj <> endobj 3338 0 obj <> endobj 3337 0 obj <> endobj 3336 0 obj <> endobj 3335 0 obj <> endobj 3334 0 obj <> endobj 3333 0 obj <> endobj 3332 0 obj <> endobj 3331 0 obj <> endobj 3330 0 obj <> endobj 3329 0 obj <> endobj 3328 0 obj <> endobj 3327 0 obj <> endobj 3326 0 obj <> endobj 3325 0 obj <> endobj 3324 0 obj <> endobj 3323 0 obj <> endobj 3322 0 obj <> endobj 3321 0 obj <> endobj 3320 0 obj <> endobj 3319 0 obj <> endobj 3318 0 obj <> endobj 3317 0 obj <> endobj 3316 0 obj <> endobj 3315 0 obj <> endobj 3314 0 obj <> endobj 3313 0 obj <> endobj 3312 0 obj <> endobj 3311 0 obj <> endobj 3310 0 obj <> endobj 3309 0 obj <> endobj 3308 0 obj <> endobj 3307 0 obj <> endobj 3306 0 obj <> endobj 3305 0 obj <> endobj 3304 0 obj <> endobj 3303 0 obj <> endobj 3302 0 obj <> endobj 3301 0 obj <> endobj 3300 0 obj <> endobj 3299 0 obj <> endobj 3298 0 obj <> endobj 3297 0 obj <> endobj 3296 0 obj <> endobj 3295 0 obj <> endobj 3294 0 obj <> endobj 3293 0 obj <> endobj 3292 0 obj <> endobj 3291 0 obj <> endobj 3290 0 obj <> endobj 3289 0 obj <> endobj 3288 0 obj <> endobj 3287 0 obj <> endobj 3286 0 obj <> endobj 3285 0 obj <> endobj 3284 0 obj <> endobj 3283 0 obj <> endobj 3282 0 obj <> endobj 3281 0 obj <> endobj 3280 0 obj <> endobj 3279 0 obj <> endobj 3278 0 obj <> endobj 3277 0 obj <> endobj 3276 0 obj <> endobj 3275 0 obj <> endobj 3274 0 obj <> endobj 3273 0 obj <> endobj 3272 0 obj <> endobj 3271 0 obj <> endobj 3270 0 obj <> endobj 3269 0 obj <> endobj 3268 0 obj <> endobj 3267 0 obj <> endobj 3266 0 obj <> endobj 3265 0 obj <> endobj 3264 0 obj <> endobj 3263 0 obj <> endobj 3262 0 obj <> endobj 3261 0 obj <> endobj 3260 0 obj <> endobj 3259 0 obj <> endobj 3258 0 obj <> endobj 3257 0 obj <> endobj 3256 0 obj <> endobj 3255 0 obj <> endobj 3254 0 obj <> endobj 3253 0 obj <> endobj 3252 0 obj <> endobj 3251 0 obj <> endobj 3250 0 obj <> endobj 3249 0 obj <> endobj 3248 0 obj <> endobj 3247 0 obj <> endobj 3246 0 obj <> endobj 3245 0 obj <> endobj 3244 0 obj <> endobj 3243 0 obj <> endobj 3242 0 obj <> endobj 3241 0 obj <> endobj 3240 0 obj <> endobj 3239 0 obj <> endobj 3238 0 obj <> endobj 3237 0 obj <> endobj 3236 0 obj <> endobj 3235 0 obj <> endobj 3234 0 obj <> endobj 3233 0 obj <> endobj 3232 0 obj <> endobj 3231 0 obj <> endobj 3230 0 obj <> endobj 3229 0 obj <> endobj 3228 0 obj <> endobj 3227 0 obj <> endobj 3226 0 obj <> endobj 3225 0 obj <> endobj 3224 0 obj <> endobj 3223 0 obj <> endobj 3222 0 obj <> endobj 3221 0 obj <> endobj 3220 0 obj <> endobj 3219 0 obj <> endobj 3218 0 obj <> endobj 3217 0 obj <> endobj 3216 0 obj <> endobj 3215 0 obj <> endobj 3214 0 obj <> endobj 3213 0 obj <> endobj 3212 0 obj <> endobj 3211 0 obj <> endobj 3210 0 obj <> endobj 3209 0 obj <> endobj 3208 0 obj <> endobj 3207 0 obj <> endobj 3206 0 obj <> endobj 3205 0 obj <> endobj 3204 0 obj <> endobj 3203 0 obj <> endobj 3202 0 obj <> endobj 3201 0 obj <> endobj 3200 0 obj <> endobj 3199 0 obj <> endobj 3198 0 obj <> endobj 3197 0 obj <> endobj 3196 0 obj <> endobj 3195 0 obj <> endobj 3194 0 obj <> endobj 3193 0 obj <> endobj 3192 0 obj <> endobj 3191 0 obj <> endobj 3190 0 obj <> endobj 3189 0 obj <> endobj 3188 0 obj <> endobj 3187 0 obj <> endobj 3186 0 obj <> endobj 3185 0 obj <> endobj 3184 0 obj <> endobj 3183 0 obj <> endobj 3182 0 obj <> endobj 3181 0 obj <> endobj 3180 0 obj <> endobj 3179 0 obj <> endobj 3178 0 obj <> endobj 3177 0 obj <> endobj 3176 0 obj <> endobj 3175 0 obj <> endobj 3174 0 obj <> endobj 3173 0 obj <> endobj 3172 0 obj <> endobj 3171 0 obj <> endobj 3170 0 obj <> endobj 3169 0 obj <> endobj 3168 0 obj <> endobj 3167 0 obj <> endobj 3166 0 obj <> endobj 3165 0 obj <> endobj 3164 0 obj <> endobj 3163 0 obj <> endobj 3162 0 obj <> endobj 3161 0 obj <> endobj 3160 0 obj <> endobj 3159 0 obj <> endobj 3158 0 obj <> endobj 3157 0 obj <> endobj 3156 0 obj <> endobj 3155 0 obj <> endobj 3154 0 obj <> endobj 3153 0 obj <> endobj 3152 0 obj <> endobj 3151 0 obj <> endobj 3150 0 obj <> endobj 3149 0 obj <> endobj 3148 0 obj <> endobj 3147 0 obj <> endobj 3146 0 obj <> endobj 3145 0 obj <> endobj 3144 0 obj <> endobj 3143 0 obj <> endobj 3142 0 obj <> endobj 3141 0 obj <> endobj 3140 0 obj <> endobj 3139 0 obj <> endobj 3138 0 obj <> endobj 3137 0 obj <> endobj 3136 0 obj <> endobj 3135 0 obj <> endobj 3134 0 obj <> endobj 3133 0 obj <> endobj 3132 0 obj <> endobj 3131 0 obj <> endobj 3130 0 obj <> endobj 3129 0 obj <> endobj 3128 0 obj <> endobj 3127 0 obj <> endobj 3126 0 obj <> endobj 3125 0 obj <> endobj 3124 0 obj <> endobj 3123 0 obj <> endobj 3122 0 obj <> endobj 3121 0 obj <> endobj 3120 0 obj <> endobj 3119 0 obj <> endobj 3118 0 obj <> endobj 3117 0 obj <> endobj 3116 0 obj <> endobj 3115 0 obj <> endobj 3114 0 obj <> endobj 3113 0 obj <> endobj 3112 0 obj <> endobj 3111 0 obj <> endobj 3110 0 obj <> endobj 3109 0 obj <> endobj 3108 0 obj <> endobj 3107 0 obj <> endobj 3106 0 obj <> endobj 3105 0 obj <> endobj 3104 0 obj <> endobj 3103 0 obj <> endobj 3102 0 obj <> endobj 3101 0 obj <> endobj 3100 0 obj <> endobj 3099 0 obj <> endobj 3098 0 obj <> endobj 3097 0 obj <> endobj 3096 0 obj <> endobj 3095 0 obj <> endobj 3094 0 obj <> endobj 3093 0 obj <> endobj 3092 0 obj <> endobj 3091 0 obj <> endobj 2649 0 obj <> endobj 2650 0 obj <> endobj 2651 0 obj <> endobj 3522 0 obj [/View/Design] endobj 3523 0 obj <>>> endobj 3520 0 obj [/View/Design] endobj 3521 0 obj <>>> endobj 3518 0 obj [/View/Design] endobj 3519 0 obj <>>> endobj 2656 0 obj <> endobj 2657 0 obj <> endobj 2659 0 obj <> endobj 2660 0 obj <> endobj 2655 0 obj <> endobj 3524 0 obj <> endobj 3525 0 obj <>stream -%!PS-Adobe-3.0 %%Creator: Adobe Illustrator(R) 16.0 %%AI8_CreatorVersion: 17.0.0 %%For: (Jan Kova\622k) () %%Title: (glyphicons_halflings@2x.ai) %%CreationDate: 7/4/13 8:21 AM %%Canvassize: 16383 %%BoundingBox: 83 -1454 1020 -960 %%HiResBoundingBox: 83.6855 -1454 1020 -960 %%DocumentProcessColors: Cyan Magenta Yellow Black %AI5_FileFormat 12.0 %AI12_BuildNumber: 256 %AI3_ColorUsage: Color %AI7_ImageSettings: 0 %%RGBProcessColor: 0 0 0 ([Registration]) %AI3_Cropmarks: 24 -1512 1080 -936 %AI3_TemplateBox: 384.5 -384.5 384.5 -384.5 %AI3_TileBox: 149 -1503.5 932 -944.5 %AI3_DocumentPreview: None %AI5_ArtSize: 14400 14400 %AI5_RulerUnits: 6 %AI9_ColorModel: 1 %AI5_ArtFlags: 0 0 0 1 0 0 1 0 0 %AI5_TargetResolution: 800 %AI5_NumLayers: 3 %AI9_OpenToView: -312 -713 1 1784 1084 90 1 0 78 132 1 0 0 0 1 0 0 1 0 1 %AI5_OpenViewLayers: 372 %%PageOrigin:-16 -684 %AI7_GridSettings: 24 24 24 24 1 0 0.8 0.8 0.8 0.9 0.9 0.9 %AI9_Flatten: 1 %AI12_CMSettings: 00.MS %%EndComments endstream endobj 3526 0 obj <>stream -%%BoundingBox: 83 -1454 1020 -960 %%HiResBoundingBox: 83.6855 -1454 1020 -960 %AI7_Thumbnail: 128 68 8 %%BeginData: 11602 Hex Bytes %0000330000660000990000CC0033000033330033660033990033CC0033FF %0066000066330066660066990066CC0066FF009900009933009966009999 %0099CC0099FF00CC0000CC3300CC6600CC9900CCCC00CCFF00FF3300FF66 %00FF9900FFCC3300003300333300663300993300CC3300FF333300333333 %3333663333993333CC3333FF3366003366333366663366993366CC3366FF %3399003399333399663399993399CC3399FF33CC0033CC3333CC6633CC99 %33CCCC33CCFF33FF0033FF3333FF6633FF9933FFCC33FFFF660000660033 %6600666600996600CC6600FF6633006633336633666633996633CC6633FF %6666006666336666666666996666CC6666FF669900669933669966669999 %6699CC6699FF66CC0066CC3366CC6666CC9966CCCC66CCFF66FF0066FF33 %66FF6666FF9966FFCC66FFFF9900009900339900669900999900CC9900FF %9933009933339933669933999933CC9933FF996600996633996666996699 %9966CC9966FF9999009999339999669999999999CC9999FF99CC0099CC33 %99CC6699CC9999CCCC99CCFF99FF0099FF3399FF6699FF9999FFCC99FFFF %CC0000CC0033CC0066CC0099CC00CCCC00FFCC3300CC3333CC3366CC3399 %CC33CCCC33FFCC6600CC6633CC6666CC6699CC66CCCC66FFCC9900CC9933 %CC9966CC9999CC99CCCC99FFCCCC00CCCC33CCCC66CCCC99CCCCCCCCCCFF %CCFF00CCFF33CCFF66CCFF99CCFFCCCCFFFFFF0033FF0066FF0099FF00CC %FF3300FF3333FF3366FF3399FF33CCFF33FFFF6600FF6633FF6666FF6699 %FF66CCFF66FFFF9900FF9933FF9966FF9999FF99CCFF99FFFFCC00FFCC33 %FFCC66FFCC99FFCCCCFFCCFFFFFF33FFFF66FFFF99FFFFCC110000001100 %000011111111220000002200000022222222440000004400000044444444 %550000005500000055555555770000007700000077777777880000008800 %000088888888AA000000AA000000AAAAAAAABB000000BB000000BBBBBBBB %DD000000DD000000DDDDDDDDEE000000EE000000EEEEEEEE0000000000FF %00FF0000FFFFFF0000FF00FFFFFF00FFFFFF %524C457D275227272752057D9BA1272752FFA8FFA8A87DFD6CFF7D52527D %7DA87D7D7DC3A17D52FD057D5252A8FDFCFFFD6FFFA8A8FD07FFA8FD53FF %A8FD05FFA8FD19FFA8A8A852F827FD04FF7D277DFFFFFF7D277DFFFFFFA8 %272752FFFFFF7D52277DFFFFFFA852FD05FF7D7DFD04FFA8277DFFFFFF7D %525252FFFFA8522727A8FFFFA8515252FFFFFF5252277DFD05FF52A8FFFF %A8527DA8FFFFFF27277DFFFFFF7D2727FD04FF7D2752A8FD05FF52FFFFFF %7D2752FD04FF52F852FF52A8FD04FF7DA87DFFFFFF517D51FFFFFF7D5252 %52A8FFFFA8F8F87DFFFFFF52F852FFFFFF7D5227A8FFFFFFA8F87DFFFFFF %7D517D27FFFFFF275227FFFFFF7D52517DFFFFFF5227277DFFFFFF7D5251 %FFFFFFA8F8F8FFFFFFA827F87DFFFFFF7DF827A8FFFFFF52FF7DA8FD04FF %5227A8FFFF522727A8FFFFFF522752A852A8FFFFFFA87D7D7DFFFFFFA852 %517DFFFFA8272727FD04FF7D52FD04FF7D52A8FD04FF527DFD04FF52F827 %FFFFFF52525227A8FFA8272627A8FFFFA8275252FFFFFF5252277DFFFFFF %5227FD04FFA827527DFFFFFF7D5227A8FFFFA852277DFFFFFF7D7D7DA8FF %FFA8525127FFFFFF7D2727FD04FF52F852FFA8A8FD04FFA8FD07FFA8FD1E %FFFD04A8FFFFFFA8A8A8FFFFFFA8A8A8FFFFFFA8A8A8FD04FFFD04A8FD13 %FFA8FD05FFA8FD04FFA8A8FFFFFFFD04A8FD04FFA8FD05FFA8A8A8FDFCFF %FD05FF7DA8FFFFFFA87C7DFD05FF527DFD04FF7D52A8FD04FFA87DFD04FF %A852A8FD04FF7D7DA8FFFFFF7D5252FD04FF7D7CFD05FF527DA8FFFFFF7D %7D7DFFFFFF7D52527DFFFFFFA852FD04FFA8A8FFA8FFFFFFA87D7DFD07FF %A8FD07FFA8FFFFFFA8FFFFFF7D7D52A8FFFFA8A8527D7DF827A8FFFFFFF8 %52A8FFFFFF7C7D52A8FFFFFF52F87DFD04FF5252FD04FF525252FFFFFF7D %52527DFFFFFF7DA87DA8FFFFA8527D7DFFFFFF52A852FFFFFFA87D7D7DFF %FFFF7D275152FFFFFF272752FFFFFF7D27F8A8FFFFA87DA87DA8FFFFA852 %7DA8FFFFFF5252A8FFFFFFA85252A8FFFFFF5252277DFFFFA85252275227 %F8A8FFFFA827F87DFFFFFFFD047DFFFFA8F852F8FFFFFFA85227A8FFFFA8 %525252A8FFFF7D525252FFFFA827A8277DFFFFFD047DFFFFA87DFFA87DFF %FFA87DFF52FFFFFF7D52277DFFFF7DF8F827FFFFFF7D5252A8FFFFA852FF %52A8FFFF5227527DFFFFFF2727A8FFFFFF7D265252FFFFFF5252F87DFFFF %7D7D27277D7D7DA8FFFFFF27277DFFFFFFA87D7DFFFFFF7D527D27A8FFFF %A727527DFFFFFF7D7D7DFFFFFFA87D52FFFFFFA82727277DFFFFFF7D7DA8 %FFFFFFA87D7DFFFFFFA87D52A8FFFFFF7D51527DFFFFA8272752FFFFFF7D %FD06FF7DA87DFD04FFA8FD0DFFA8FD04FF5252527DFFFFFF7D7D7DA8FD07 %FFA8FD0BFFA8FD07FFA8FD13FFA8FD0BFFA8FD0BFFA8FFA8FD05FFA8FD25 %FFA8FD07FFA8FD81FFA8FD0FFFA8FFFFFFA8FD07FFA8FD11FFA8FD07FFA8 %FD05FFA8FFA8FFFFFFA8FFA8FD39FFA8FF2727FD04FF7DF852A8FFFFFF7D %27277DFFFFFF52F852FD04FF2752FD04FF7D527DFD04FFA852FD04FF7D52 %A8FD04FFA852FD04FF7D52277DFFFFA852277DFFFFFF7D52FD05FF7D527D %FD04FFA8527DFFFFA87D527DA8FFFFA852527DFFFFFFA87DA8FFFFFFA8A8 %A8FD04FFA852A8FFFFFFA87DA87D27F827FFFFFF7DF8F8277DFFFF52F8F8 %7DFFFFFF27F827FFFFFF5227F87DFFFF7DF8F8F87DFFFFFF5251A8FFFFFF %7D2752FD04FFA87DFFFFFFA8A8A87DFD04FFA87DFD04FF522751FFFFFFA8 %522752A8FFFFA8272752FFFFFF272727A8FFFF7D522752FFFFA87D2752A8 %FFFF7D527D52FFFFFFF8F8F87DFFFF7D7D7D27FF2727A8FFFFFF7D2727A8 %FFFF52F8F8A8FFFFFF7D527DFFFFFF52272752FFFFA8F852F8A8FFFFA87D %527DFFFFFF7D277DFD04FF52A8FD04FF7DFF52FD04FFA852FD04FF522752 %A8FFFFFF522752FFFFFFA852277DFFFFA8522751A8FFFF7D272752FFFFFF %7D5252FFFFFF7D527DA8FFFFFF52277DA8FFFFA82727F8FFFFA8FD05FFA8 %A8FFFFFFA87DA8FD04FFA8FFA8FFFFFFA8A87DFD04FFA8A8FD04FFA8A8A8 %7DFFFFFF7DA8FD05FF7DA8FFFFFFA8FFA8A8FD04FF7D7D7DFFFFFFA87D7D %A8FFFFA8A87D7DA8FFFFA87DA8A8FFFFFF7D7D7DFFFFFFA8A87DA8FD04FF %7D7DA8FFFFFF7DA8FD0AFFA87D7DA7FDFCFFFD06FFA8A8FFFFFFA8A8FD05 %FFA7A8FD05FFA8FD05FFA8FFA8FFFFFFA8FD06FFA8A8FD05FF7DFD0BFFA8 %FD2FFFA8FD15FF7D27A8FFFFFF52277DFFFFFF7D52F87DFFFFFF5227A8FF %FFFF525252A8FFFFA8525152FFFFFF7D27527DFFFFFF7D2752FFFFFFA852 %52FFFFFFA85252527DFFFFFF7D5252FFFFFF7D52A8FD04FF7D27A8FD04FF %27277DFFFFA85252A8FFFFFFFD0452FFFFFFA85252A8FFFFFF7D27A8FD04 %FF5252FD04FFA827FFA8F8A8FD04FF52277DFFFFFF52A8F87DFFFFFF27F8 %7DFFFFFF7D7D527DFFFF7D52A852FFFFFF527D27A8FFFFFF52F852A8FFFF %FFF827FD04FF27F8F87DFFFFFF52F827FFFFFFA8F851FD04FF51277DFFFF %FFA8F8F87DFFFFA827F852FFFFFF52F8F827FFFFFF7DF827FFFFFFA827F8 %52FFFFFFA8F8A8FD04FFA8277C52A8FD05FFA852FD04FFA82752A8FFFFFF %52277DFFFFFF7D5252A8FFFFA852527DFFFFFFA727527DFFFFFFA852A8FF %FFFFA85252FFFFFFA8527C7D7DFFFFFFA87D7CFFFFFF7D7DA8FD04FF7D52 %A8FD04FF5252A8FFFFA87D7DA8FFFFFF7D7D7D52A8FFFFA8527CA8FFFFFF %7DA77DFD04FF7D7DFD04FFA827FD1CFFA8FDFCFFFD68FF7D2752FFFFFFA8 %52F8A8FFFFFFA82752A8FFFFFF52277DFFFFFFA85227FD04FF7D277DFD04 %FF7D7DFD04FF7D5252FFFFFFA87D52A8FFFFFFA85252A8FD0BFFA8FD05FF %52FD05FF527DFD05FFA8A8FD05FF7D52FD04FFA87DA8FFFFFF7D7DFD0BFF %A852FF277D517DFFFF7D275227FFFFFF27A8527DFFFFA8275227FFFFFF52 %272752FFFFFFF852F8FFFFFF7D2727A8FFFFA87D527DA8FFFFA8527D52FF %FFFF527D27A8FFFFFF52277DFFFFFF7D5227A8FFFFFF7DF87DFD04FF5252 %FD04FF7DF827FD05FF7D7DFD04FF7D52FFFFFFA85227A8FFFFFFA8527DA8 %FFFFFF27F852272727A8FFFF7D27F852FFFFFF5252517DFFFFA8275227FF %FFFF52F8F87DFFFFA8272727A8FFFFA82752A8FFFFFF525227A8FFFF7D52 %527DFFFFFF52277D7DFFFFFF27527DFFFFFF7D5227A8FD04FF27FD05FFF8 %52FFFFFFA87D7D7DFFFFFF7D52FD05FF7C52FD04FFA82727A8FFFFFFA87D %52FD04FF52F87DFF52A8FD04FFA87DA8FD04FF7D7DFD04FFA852FD05FF7D %A8FD04FFA87DA8FD04FFA8A8FD05FF7DA8FD04FF7DA8FD04FFA87D7DFD12 %FFA8FD05FFA8CFFD0AFFA8A8FD05FFA8FD06FFA87DFD38FFA8FDD6FFA8A8 %FD04FFA8A8FD06FFA8A8FD04FFA8FD0CFFA8FD05FFA8FD06FFA8A8FFFFFF %A8A8A8FD07FFA8FFFFFFA8FD05FFA8FFA8FD1AFFA8FD04FFA8FD05FFA8FD %06FFA8A8FD07FF522727A8FFFFA8272752FD04FF52277DFFFFFFA827A8FF %FFFFA82727A8FFFFFF52277DFD04FF7C52FD05FF27A8FFFFFF7D272752FF %FFFF527D5252FFFF7D27F827FFFFFFFD04A8FFFFFFA87DFD04FFA87D7D7D %FFFFA87D7D52A8FFFFA827527DFFFFFF525252A8FFFF7D27527DA8FFFFFF %52A8FD04FFA8FFA8F852F87DFFFFA852527DFFFFFF7DF8277DFFFFFF27F8 %27FFFFFF5252277DFFFF7D2727527DFFFFA827527DFFFFFF7D2727FFFFFF %5226F87DFFFFFF7DF85252FFFF7DF8F8F8FFFFFF527D527DFFFFA827F87D %FD04FF27277DFFFF7D27FF527DFFFF7DF8F8A8FFFFA827F8F87DFFFF7DF8 %F8F852FFFFFF7D7DFFFFFF7D2727527DF852FD04FF275252FFFFFF7D7D7D %FD04FF7D527DFD04FF7DA8FD04FF7D527DFFFFFFFD0452FFFFFFA8277DFF %FFFF7DF82752FFFFFF7DA87D7DFFFFA87DA7CFFFFFFFA82752A8FFFFFF7D %FFA8FD05FFA8FFFFFFA8FD047DFFFFFF7D7DFD04FF2727F8A8FFFFA827F8 %27A8FFFFFF52A8FD0EFFA8A8FFFFFFA8FD15FFA8FD04FFFD04A8FD09FFA8 %A8A8FD13FFA8FD19FFA8FD05FFA8A8A8FFFFFFA8A8A8FDC9FFA8FD35FFA8 %FD0DFFA8277DFD06FF7DFD04FF7DA8FD04FFA852FD05FFA8A8FD04FFA8A8 %A8FD05FF7DFD05FF7DFD05FF7D7DFD04FFA82752FD04FF7D27A8FD04FF27 %7DFD04FF7D527DFFFFFFA87D52FD04FFA852A8FD05FFA8A8FFFFFF7D7D7D %FFFFFFA87D52A8FD04FF527DFFFFFFA852FF5227F8F8FFFFFFA852F827A8 %FFFFA8F852FD04FF26F827FFFFFF7D7D52A8FFFF7D27A852A8FFFF7D527D %52FFFFFF527D52A8FFFFA8527D7DFFFFFF7DA87DA8FFFF7DF85227FFFFFF %5252F87DFFFFA8275227A8FFFF52272752FFFFFF527DF8FD04FFA8F87DFF %FFFF27F8277DFFFFFF5227A8FFFFFF2727F87DFFFFA87DA87D522727A8FF %FFA8275227FFFFFF7DF826FFFFFFA827F852FFFFFF5252A87DFFFFFF7D7D %7DFFFFFF527D7DA8FFFFFF7D7D517DFFFFFF7D527DFFFFFF7D7D7DFFFFFF %A8272752FFFFFF7C27277DFFFFFF265227FFFFFF5252277DFFFFA8272752 %A8FFFFA827A8FD04FF525227A8FFFFFFA852FD04FF52F8277DFFFFFF7DA8 %52527D52A8FFFFA8A8FFA8FD04FF7DA8A8FFFFFFA87DA8FFFFFFA8A87DFD %05FF7DFD05FF7DA8FD04FFA87DA8FD04FFA827A8FD04FF7DFD05FF7D52A8 %FFFFFFA8527DFD04FFA852A8FD04FF527DA8FFFFFF7D7DA8FFFFFF7DA8FD %04FFA87D527DA8FFFFFFA8A8FD04FF7D7D7DA8FFFF7D7DA852FDFCFFFD05 %FFA8FD07FFA8FD0BFFA8FD05FFA8A8FD0CFFA8FD05FFA8FD05FFA8FD05FF %A8FFA8FD05FFA8FD05FFA8A8FD04FFA8FFA8FFFFFFA8FFA8FD05FFA8FD05 %FFA8A87DFD0BFFCFFD0EFF525227FD04FFA82627A8FFFF7D52527DFFFFFF %A85252FFFFFF7D5227A8FD04FF7D52A8FFFFFF52277DFFFFFFA8F852FFFF %FFA85252FD04FF7D7D52A8FFFFFF525252FFFFFF7D7D52FD04FF52A87DFF %FFFFA87D7D7DFFFFFF527D7DFFFFFFA87D5252FFFFFF7C5252A8FFFFA852 %527DFFFFFF7D5251A8FFFFFF7D527D52A87D7DFFFFA8522752FFFFFF7D7D %7DA8FFFFFF7D52A8FFFFFFA87DA8A8FFFFFFA8277DFFFFFFA82752FD05FF %2752FD04FF27A8FD04FF7DA752FFFFFFA87C7DA8FFFFFFA87DA8FD04FF52 %A87DFFFFFF7D7DA8FD04FF7D5252FD04FF7C7D7DFFFFFF52FF52A8FFFF7D %527D7DFFFFFF7D52527DFFFFA852A8FD0452FFFFFF7D5252FD05FF7D7DFD %04FF5252A8FFFFFF7D2727A8FFFFA87DA8FD05FF7D517DFFFFFFA82752FD %04FF5252FD04FF7C527DA8FFFFA8277D7DFFFFFF525252FFFFFFA8527D52 %A8FFFF7D52A8A8FFFFFF277D27A8FFFF7D527DFFFFFFA8525252A8FFFFA8 %275252FFFFFF7D52527DFFFFA8522752FFA8FD13FFA8FD05FF7DA8FD0CFF %A8FD05FFA8FD0BFFA8FFA8FD05FFA8FD06FFA8FD04FFA8FFA8FD11FFA8FD %05FFA87DA8FD04FFA87DFD05FF7DA8FD04FFA8A8A8FDFCFFFD05FFA87DFD %05FF7DFD04FFA87DFD05FF7DA852FFFFFFA87D52FD05FF52FD05FF7DA8FD %06FF7DFFFFFFA8A8A8FD05FF5252FD06FF7DFFFFFF52A852A8FFFFA87D7D %7DFFFFFF7D7D52A8FFFFA87DA852FFFFFF7D7D52A8FFFFFFA87D7DA8FFFF %FFA8A87DFFFFFFA87D7DA8FFFFA8A8A87D7D527D52FFFFFF7D27A8FFFFFF %527D52A8FFFF7D522752A8FFFF7D525252FFFFFF52F8A8FD04FF2727FD04 %FF7D277DFD04FF2727FD05FF27F8FD05FF27F8A8FFFF27F8F87DFFFFA8F8 %F827FFFFFF27F8F87DFFFFA8F8F827FFFFFF52F8F87DFFFFFF2727F8A8FF %FFA87D527DFFFFFF52272752FFFFFF52A8522752A852FFFFFF7DF8FFFFFF %A852A82752FFFF7D52A852FFFFFFFD0452FFFFFF52F8A8FD04FF5252A8FF %FFFF5252A8FFFFFFA852F8A8FFFFFF7D527DA8FFFFFF27F8F8FFFFFF277D %277DFFFF7D522727A8FFFF27525227FFFFA8277D27FFFFFF2752F852FFFF %A827F8F87DFFFFA8277C7DFFFFFF52522752FFFFFF525252FF7D52A8FFFF %FFA8A8FD04FF7D7DA8FFFFFFA87D52A8FD04FF527DA8FFFFA8275252FFFF %FF7D5227A8FFFFA8525252FFFFFFA827527DFFFFFF525252FD05FFA8A8FF %FFFFA8FFFFA8FFFFFFA8FF7DFFFFFF7DFF7D7DFFFFA8FFFF7DFFFFFFA8FF %A87DFFFFFFA8A87DFFFFFFA8A8FD05FFA87DA87DFFFFFF52FF52FDFCFFFD %54FFA8FD05FFA8FD06FFA8FD22FF7D527DA8FFFF7D52FD05FF527D52A8FF %FFFF7D527DFD04FF7D7DFD04FF525252FFFFFF7D5252A8FFFFFF7D277DFF %FFFFA8527D7DFFFFFF525252FFFFFFA85252A8FFFFFF7D5252A8FFFFA852 %527DFFFFFF7D5227A8FFFFFF7D5252FD04FF277DFD04FF7D52A8FD04FF52 %52FD05FF52A8FD04FF7D27A8F85227A8FFFF7D27A8FD04FF52F8277DFFFF %FF27F827FD04FF52F87DFFFF52F827F87DFFFFFD0427FFFF7D2752277DFF %FFFD0452A8FF7D27272752FFFF52F85227FFFFA8F87D2752FFFF52275227 %A8FFFF52527D52FFFFA8277D527DFFFF7DF8F852FFFFFF27F8F87DFFFF7D %F82727FFFFFFA8F827FD04FF27F852522752A8FFFFFF7D2752FFFFFF27F8 %F87DFFFFFF52F852FFFFFF7DF82752FFFFA8F82727A8FFFF5227F87DFFFF %A85227277DFFFF7D275252FFFFFF2727F8A8FFFF52272752FFFFA8522727 %7DFFFF7D275227FFFFFF7D52277DFFFFFF525252A8FFFFA8527DA8FFFFFF %522752FFFFFFA85227A8FFFFFFA8F827FD04FF7D27A87D7DA8FD05FFA8A8 %FFFFFF7D527DA8FFFFFF7D7D7DFFFFFF7D7D7DA8FFFFFFA852A8FD04FF7D %7DA8FFFFFF7D7D7DFFFFFFA87D52FD04FFA87DA8FD04FF7D7DA8FFFFFFA8 %7D7DFFFFFFA87D52A8FD04FF7DA8FD04FFA87DA8FD07FFA8FFFFFF7DFFFF %FFA8FFA87DFD05FFA8A8FD05FF7DFF %%EndData endstream endobj 3527 0 obj <>stream -%AI12_CompressedDataxisƒ( }p=1W7n[\-/t+}ag5_ˋ/'jzx_Gsg_Nϖ׳???=ٻӋ_?/R kxMMR޷O U^l~ysq/īTh'd,6N\~6ޘw/oΗ?\]/?~\\]^}rѯhoysxz]OāF7ӳn.aPVoȟ?BYP,F{9@^/q@`[~z^6t}_?.=/bWΏ~o!c;b?-?(g0Oy߅{B,VBPf.rŒGd5OuoΖW?_^CKa˓?<;K4 ?]<&$WG.qWOAm* -\+faAXL.I`꾿:˩'ӓfNa^TBM__//6--}*>8Y\|ĕhqsv+?˿ |~Ao`~:2 <7.ϙ@k~ nӿt?|qw8zpCQl]LEpvtqt5!x.֔ -say|M+ -nyxtwE/^^:9| - B0%Xчtc.oqj2~Y.(胋/xVk/tkbuk\׫#*ykg ֟o/N?7T@~8>=>[|NNNa)N^].o]}8N/N_ߜ^/<KCzu.мP/d~Q< l?_\5&⋪LMM'UV:e{r.r_ZkUJir@򒵢?|'^ZCx;Wr_׋b1_-/.̂;'s -py\.v2R -^ӓ̯m*=5W !Rh =isCh0cc3׼2 9jk,笷{p>4N8n;sλ->t^xYyA[<.dPAhD2B{aapȳ{,?$7T%Pџz9ϡw%o ?JhcovVe=p-ڇ?pC?,O*)%̔-:i_6ro.ÚWE8&/_qZO]Um/YZHz~ c{0s7s3s50!,|oo/=hړ{&e,`_?l󀉠V*NM:ĝ@dm`uIVX V`!}X;sXDee`q)^`iH : ? zh݇&C@_ A*WF A$g͉ D!B2F\2R.j -5`AӀSi:pBpJpRpZpbpj*^HupZk^LDs/ΐ debj3IKKU4 i*%U0OAWU@U55Ru)5j)#F -H-Y:MPٳzJ՛4\oP\V-XhJQbwM,_SQQ*vJ4X$$QC=,$c /(R'QRe +W Ak)C2+}JVeVX\q jUЅ׽+ \CDxHN ĮIs$Ph$R(H7H8$9CtWAHPQЛ}#$PI3\R2G!`ikB$9cHĕ !{FbzA$^H4.Mt\#誉FO}AL.Vt''Z8Qu+ʉHeJ%Z~u\$Yk.]\&_P7/J0%KU?Lqk(Z#/!#ìD ĞKyW,wDE{ -( 9hb>tqxI=+'رmG0a0!}hA[0P\zvʂ`+P`eau)kX Zukk% "Dn.Q\ %zS*k^\%*sU[Wdq*a) _\"!(JYKaLoQLգ% ɭ)tyGSQCfH}[[Ky+URqcLPR0q ZsOqhP(I!s~-Jh)&~a~_@B0(@( t6~ + ;( -ʹkqf9aUn.7Ɋa" -2'ؿ(%*7nhza"3˚>X}pKz` 2/騬lhD.ABRknZD?zT|6hUX~4CV`E,Z"R[hEU &%hL4{ӍD9v,'vn8%hQU!qR7ݥmLƙ 5^迊d R‡UlhpĄRcB 6\F~bEh)'̙2mϜ/ϞXrHytx2܏.U匦ծS]Ҭy: ?M-Ono:dwI ^ -PN}|20-C,4!"Y[dP;{ѸjJ4 -M*NL_LA"O~3ī-$H>s6ƕh,7UDQ!!C7&b"_HJdXGJJhAb P+?~%G5199v E23Yz` L0Vиo4{ &W^&BaPiH2*5t kik2oMc،bIMQeџd^hlϥmmYZVs/.Z=_]Z/JvC2&K2%Gh >I*}F! $ -`m^Khl== V6hehh GTQaDVPt:<`6~AVޱ޺Fr}?gc>$~)vjk+Rx(9+YcneXi֪b8틽_\Zu!,kPne(.qCHw2)~U E||֛idj("j)W@iߐFr | >OdKM!$|I:!VKUFWi/w]Jw!`O(te4{N?YI/bQO).Ozd:ocFhկtOpD&n۹vš6 -(2s[unѱj kWv>F"cs)i" 2хp]5YC؉c Maы9T* =aMğ] a09"8L0 "_( C:EP(7CƁ3WmhT  Egh("< -*ę+箜r,簜E]Y.r.l-r>m3$I-3[m9q~{HO浞BL\Wyn&rKkR9U1*Q Tli9<$DXt-o-umЬZT{-)`zM07Ob%Q](F<4ZƊXVƭQkdK -b%^YkEEUjɋ5X+}U_0 FeǫIkYdu!W"s8Ak6J$~imB/l:_XV:NZG}G/J58踍b!tGQz=傤^7]po$@-l{e/`Ϯb:]ӾU"GӾ=(yjMwr^5D^ -[U5F)12lѴ]KL H?$&ll%L XFZ$fiBFe͏Uv/nhl0揁1{?Yc`?hFTQ =?,bmGR5v>8d: -v;8rC9b=ɺ2Ðq\AXmb$ X#wh^JttF=#qOurT *+C٣1C.)E !, hݛF!OA,О=RuH -OcE 1)=i/EW{dUgٯxJj>ҀLlӱNVY{<}F/rhDRUq{/A =M뷇>zfu+^^Ƭ*{}V=Al&S⍘bN\e5'w"/lUA96 i,S- Um]MRcj!^tZdadaeXmTkI" I*BIB EVdw5 M3'mM?1RRAi.ã}!}Bx}~xȰI͡| x>A6.v>j_;܈Gh; GɰwӼ'MQ)nT@5_WDmI~$Uy ٯǾV+bqkRI2d5s+/80\ ^ {|uk(8S䫡[DW돑_l7' s+DXCkH#3K%dL>@6>gWܑߪ%>CX|n |Z7j)1z#L!,6L40{QeAX_It="'~a94hN*ȨUSYD](fuGZeymhlE+h"f Bbk&Z81ʖ5%'de۫m9)ؾ8ʝ2݈ϣ3%PWݧ-U'h3q#CK4|T#%ջj2D_mY<h8Fn_,PvdoV>$qʞU&+f?`JIVEEtHYؼ>%ڄhU6g5xg6Td3_Ӑ͙ln{x)p~߫-:HX -GAj׈|:Z+(Uu@R -9|7?P>\ PKuh.:cVʴA{qJ\ZFlGg.-*0:e],EK$Jm&&mW]I4bk:Fhh" -:zCV^~}Ǽh,H@&h$Nl#hS6=gTRjUuU13roVw/U[OW7pt}hh%A'ں~((_?&z?VS |B !Z rA`j_]@ ߓc%L!/OD8&x$h ֓_q+8uE3 ؜n(_096R`f9]=v EmLnON1A C%\1b4} -Ͽz:<,0$ 05PAg*2&JcSM:5 zOO//| ρߜxy}~1Wx+qVqwm ]Xǯm9PrČ226kQ6Šԙyw&ߧrͤX@Z[5)u%3ukjŭS(",6ށ -E$ 5'm1bYo%ψR& -4+#)h-rji# owj[(6r[ӷ.Rsm?0wnﷹܷiVm5(~ySn7vq5?z_A1Oh~w'Kj_M>'O1}Z~9OOpfڧGW{;tz^\>>7HotzZBtDґ~[PO%9ŷOЉ:<+Ot/o__}xz,=NSنwd8a?yʾ"vjv/漢; q?,oΎ.ϰi/by^6>y/PA˳˫/x@ϳVp[ǛwGGH\ ܱzo  : <|elЕ-כ&'A~<~da\UH;$̈́ 񶳗{z6M95hMm!owQDOE?#wMʎwdr9VQБԻ8_.γNyʛ7^q4.~]Hzs0 Wz.C -./W?oFl<=[n`q"'"f#ěC^?9=;{:rcܑ]y>3'g9˫/.sTY{1 ٧_!^[R,hgyܾԘ Pk˗`7]>v#{`krWXNfQqe{byzy4n!['6럜{wqny1Vޝ ^7JFɻ;;5<cn]~`~sfv-gq4va^ym4m% k-om[u~Z./r_/ly˫_~4}3zU|?Oo8\\_g쟒=2gUv凟mƆADݴ=z| w-PLhzVTZ-vیvn3mFh瀣6Jvh!hN%vXQ>n ?|l;5|d#:k{_CDM`[fe'>f U6%/*2&b=Ol~5 -5 -3xv !nғ2sQ/j԰Qc75jbޑѨ-ѨWաeVFhVGxVm<*f*::>:tc3O f·5W^_ʷ *5Q5Q5Q+#5 3^^zu4n7/Eۤ'ʷ*ߋ<3b1fo9nG3^iEQ ~8r;K&/u ;(/݀{m?O&kgehowYLG;r@{?#w*;#GWϗK E:ojzyvz]Vwn'yI3[;wd;76LݱC4n,)ŧk!KMEdgq]vz9&Yz9?gd.&u~e.ӯᨘ^k>S]^}P(84%OL+iGS|L~۞cb|!ع/Ӊoc宠OOOzTv`^}f]N][K;*l8˻6He]0h}lfl}|n.!jl&䯁g_xx&*l\.&`OWG 8Eb{eC#my8]p׶D!qfsnl d[~:jnҀg|>Fo.N1P2yPʙ2x|P}o/ϪG[^QՓ=M/7x?3nf]^яZJPZgVG_ ?菉|;''XɏTڙH7AO "UPTꙴNy$䬶Ng"m *6Q"R^SP?13]+EL@澪A?+gF -3j&2Ѝ I'Dj"!,y?uSkױDW z$BeBsTkZcSnױX+jj/gHl=|$mkfYS lE M3$>zjmڕ SԱX+mybclty:Sl)diE5U~NW"70iw= Eʙ`O+49*i,LL5\l[UnQUql.>*UUc*!v 0^@4">Q{bLP94 cD2u@=_-Qf -^Fj` x#Ƶ'A:@\ -1[YeV{d9CH`N7,YP>RxVm /BcVUU(pkA00k)2% sC*K|*Lc.q*LKDQRfXnW.)ۿc>?W|DA$@H˫Ax}E?E7/0wfH4tqytƾ^Yz1iuS#<ăWz^_q]|*,-R;_UUrjQL~::9]Œ/) ,u3Iie -qt3uHk#'sZv9i3 YGaV+#B -⁚@#!{ VB1xOi$d 9Iϊwpd "e7S~gL+ꛖ/NcCtK9 -o$V?_ ɟ" Jb+UnN$ -'M @>R<%2ģ ~ދ;˿^gXfqnvȼwqy1ŏB*fYfP82jϑ@("`'"dž0^D?oB(~onX~\~߆+jyUQ#tn6R5ml:ݷPh+{1d"2Ri](?g?,-Yeѣ5Ű8[ sr IE8iE?.F d#kH֨΢'O @D8  6"gFQ{ra Ъ9 @,̹Y .k9}OaNsXMLKV6]MCcީ,i"O@g5 Ҥ@gA A[`[33Drq%s80iԔ?hə@іܫjc!s.<" -4hSl3B%$/48U:5]p?kA(+/`aH8__ nJopG֏sJz}: -z$ b˫T7FIwj4սDSԗ:LuS_mK"0Jtu~Ú nm)lcЮmY\|}fvFvJs/ljzF(ؽ\ΎfjC_% -7A7@kMIrs[4 5QM4v2U}Vdh 2d 'S%cH 耲CˆxO;EGGmmu?ҹ7xbEXϼHƠt3͏ӷS87jʠC/J~'J,}ߥk)gA0h#l@x(JL[  C; _XxŌdp! fdAH:(#b* -Gr`ΜFJn 6Ӆy1`ԥs`Fd.8 DOo)U:OR5܂5;|wGrkU GC.Wc$åvb??}NB+,.!ǡtyeʎtW:їebgdߦ)%_Pܾ*o>SYkB,h *%F%ܽ*RZk0x2BF٭ӶքVRWT~@EA<,xkjT]$u}W-(L;#8QU.F}9+b4KEUkU@ \D*\L!`?'&G5|,wf:8AX]4 g`uG’jF*lb`e1?MV 49`Cp,2 > ಛgض<ĵ?u|][As_bÌӸYf@Ⱦ=v(i:ǕEbȚJI.,}ݭ /z# 4^d!'rb/x]YԊ `0iFۀ`Lt0D%ЦY:},/p 克㡹4\B\ux-T|D3+a(N+s]j?K_ TCAe.!Ӹ<0}OOWj![ڴ'ڼW'sg&HJtOkÍɦf -|:%ůT^6Ģեm9yAR1P"poeXqf֦"YaȢlN]언Ri&v;qM㺰W}x5)b~MlOKXD`r 9< -Oh3s AzbSBE=rtD<2/8-PLEC`*n'Ι`ȡkLR[Pt7)fNm#6^嗨r)R9U)s+b>fAcKPj1x-%؍2S) /*E{];߂z]1c~Ec0Fl[X6՝E{gi1ӈ #jFc -Hk2`Ѐn=0a58|];ʘR%顺 E<*[v&p[\R>^Efh#x -r]ݙ8zf©dzr[ܴ.aPpzFK:AֈEͥWt|c)p)J 5i#[O:5U䦒[mzC=֢2nF͹bVy:x3#4DcZkJm }RRi4ATWGi4i55R_aw)34?R(֪b"V]ׂ+ \ۊ΢$f!n(SʬF}`Ѹ!ݬbarC#O0&Gd dh/_WFUW@U?1eG0e,Zo#\ҿHzl妪R,8^!`ֈ<\&/\T,͵Nt@>ChnUfA.[lP~FIp37z9m8tq) S6I0F#}rWP)%v[|hРă0Jm9z -C -ͭkbCu6h1/hF^zoℨha(ZCK@< b qDnP6(mIȣ8jƲRL90cʐiS9Y,OEF`0CQP͐n̐/ϩ㵛5Jh~z$0YS"cFXZX0~_K2IdTܷ E=kI.ZN׺śGs:᮰,09ZO{8oD cV}!#+㣏n" Tז@+c-]R _.Rft(59I1v1Y\F`6h$Gz뉀É]4TADJ4`PKD.-#>P&aJbx)Lz*ê89 } tnG b^{\\h bW76{x.g诨-t>c; ;R!;r5<]a@x tF5Ćђ0#P1/rR>(Z:.d aOiM!'Cl#IP(Ak~hԂ|g}ҘR.@G#k>Ia$ȧ0T9dUxTR^]M^tT@oj`Bѩ ixCl GqEe7cC,ܟ U8 ]$)H (#]AP m V״IAXKxbbΑ`>΃0y2r'<4d@r$qX;!Gd,ZS!S-&Փzo0e1 Rԕ@9n;)̍L rHh=θ^vuSQv^*J {Jɀ Ʌ֮'R:j CHjH({&v#-Ks9I,Q(BtQ0iH*iJ -h@iΠ4H&`m!SP9 -m.2#q -R6i`ּ9m`Yz8{nCN:B3C'Oމ1B^IgUf@Gc ,IL@y9 ٴ=`g  #E4 4i륍$(򆻂UstQw( +},`kAJ@(-H -A5=n{ TO'; Lvn]}co<jn -!5k[77BYb(m;xg+j -zkD $^P[MgJ>Ł4Ctq,gZ:hVC٤a#L|BWJ½f R * dFrt!ʖ kIMN`=b2, Tfgpn1`6~Hc!gXъ<-Xƈ>X -:ʨ";,`9D:2* b|0EZ*%:5U(i!p(%,'qMdސgna>y# n`ģ~"MC)D,bM P3rR)ԔA5ޕ>E>!F%@`p"$8 #QͅLr%tw9j) TAn?T^4-9t>:H<GB : ed -)7%pb-͖=`Tl*5R+u6gFPJ,tAcC:` fFiiD:yet5 fM9gi.;U<|\Iε:Y"VRwufs=>Cu rp2T@oL0܇am8!I5-ޯ4P2#oNQ j5#1`x볼MW/Q-` 2+Zilj J2OoQV\!@ ɭJ4 %c4UU3AzB݅(j= gG~xr{^S<>C7<n.^$jbxB?^jGBD\ѩEWAȻȾ^~8:͙tt$IGGёtt$IGGёtt$IGGёtt$BGқu>54^`-aJKk J@섥0%ċzE1Nr @*&"#sJF .6FYPJЫ*m *E5k@M)v- ;`[i6kAPA:آɂI؆P#2 -#UyU呍WA6 i qLR{H,:TZϹ{#DoP 5䶕\b5Vo$J4 l "Mngxn i(ŬZmo@|C.GJ\]U)O.79zaDV qwSCv&@td/)mѪXCJSf1i!B͈6Te\ze5شXk[h OK._e\Z|nB)Y9Sx.Ic>cMTyYLuk9[_ZJD}*:!tA-ceP `dO @Ev<oh{=;B Udd8('@3OIa$3a= s3vƜ((XAx"3V(r.ſU+Go+nR{CbOڣ($xSa*q@o>B@50MB,LFvvA$nЊz7:3AYx> MZ^UUz6A[8.g̥:7PЧVh]4i/rTry(vpn!,n:% 2%mA W&OW Aل|B*BPnN=D$]z!7S( #CBz#Zb) (7/p\֒ n rSATc)WԆi߁|SO1u|~h0p&i]@e.7iq e =QhMwDAXF@%6ˢf:\06m[(n"qmT@hcrcklv>ꃙm,גS -6 <KMzJ*  t5q:I ʰI0SmV]V2%hh6L ԠY3JXjg3}%kȸQ -ƌM3J%0 ",p-:rS+)|4f~Ȥc:.-u\(iLϮ"lGί -% mTΌ#OSgؽ HC9)o6 m0F^JҁІb{,ߩ f]NDzgM8l2h3Y#K"kOv,Ї!=J-KKYX)jnJ1 ݫfSx9}N9y:⽂y /+hZ*t"Ž;lX@>,Xd@sИ"Ӱ% -^#6}a;5QqMRq7Hɿ9QL9D@|2L b0,k͗}.=R R MM 448%4%%TS@8gpG:NyEx"f‚.F_)Ci_WFxk#^G "o^CD*AFB?UgД6PPb3r9F$t:eD( E] zP1TοLL,Qq/+b+RSN$O;_=Դnӛn^׫2x÷2p%ʐtm<"gve+O:;yFnb4 ͩQfVl"8b;2Zs) :2EhQ5Gbԕ!i jʍnZ'm$ "S:n<(<aMAed{?0E -(9l^7*ݲm`or.^rZ㪀!М8RpN-8*6)[ E1[4Mbjy/)FCNJA@bb-JSʛ ࡢ}^,|QJ Z<7ݠ@")2O%DTrZmLP#CgN+tG uA"ɥd@'C0m IyrE QL1 TvJh1`ӉǛ)Y4epRFhdb169t챴w Ǹ]S!gQ]-xNKʐTgcu )8|Y_PllU~+<ҿǠEm|l +[0f - -RP3˒[8&tO6AK㪁~&0T -dOeqڒA<2oc[uIIY A,f7hٓ9*T蠆j Ê¢p/K̉D1Qx2)N7Ƕ[dC^0V:44ler@7d\iǚ5M)H2%'tA.8iN)١q[) >X'Y( {A*A ѨxX$Ahrу|kSt.@A Mƣ= 6I*_X :]N@tnsz:C! w~^EOn*cį&{‡@Z;Z浿s4:~)}M'-nE-LP {Js -<<)A{N[,Q(ո,A6htj:bAh|qx8| zKڥqΘECKɘ -_>mC9-ӂ(3bԝ1Q@.,^z`($I$BËt{ݑ@w$5HE\iш9(B`A/P"NGP :毦^,(sO ;` VI$nq;BvnM<#< NMcxIQ8Q9beR -8$vP).ZU%~Qb-p( eft.2O2#HNrܽqD6EgN!Ӥ:ml8,&"U)lPBIy;:XaKRA` -} BӗqȜ 9w;K0 r·.x7w U|p`"Ḋ;I@])Ɠ{`Y(El dnC..)"ʢIWHF#QU=I -4q^601 _,XlrOP(IjGB -hzvh9 OUȴȍk)bL^#WFqɺ"9ENIǝa9R,!Wh:ܐ;'-֣Drhl;8ƣ6e:ԆC^A@[/sGQT!=9'Ia^仡j%}[aQ@3dʘkC3 K톈 P>g|y52B=C&E- -cg)bV=F#Kv?3DǀDA&#x˳х,WTF@ #|J" 81yR3ODH?LUvg7 mt &IWΎiӂ"TΥȓc(RHt_{\f:t^GhA?\JQ}-tw}W;fӷkɻ|0ɷ,1ri\kILbn jFzAQ3K=z 5Hik2dLAf[ -?Q3&:AXAGל d%[ac((X\13Td0`X_4KAPկ6x|ʜ6 ,m #W&RSvrw{> J@E;je 'shGǶ:#T*q[ěz%y*QS>™@LA)6*B2|'+쟨F7 g憠=E Xzh`V$b٣% dk-J'% 'ʜ <<֎@8C#I*HEBEM4N?5hkWK3x aq(^ri{'Dq{Ϻ\C4&z!tC -4Mqw%?*(.E̼&Wժ&Dη *yTbGz1S&b"Qo} C-Cn_#\cH0fX%Iir'Y3GQW7n3A.Ix(^v=)oX7e<ѱ#p|sIp$IpمpIH~3%j@0HP02"qpy]7NՊWqUq8X6l81q,\" bKʉhGb}n0XT{*$C">9~D%G|dQ$g]+$eK3h鴊fRNъ2KJ>H0cy _CŜPVf31 \'FN(pJbꋓIPs"F9XSRqa壸.k)*ӿ68q>t+n+n8Qcj,7HE)b(8MAˤ:GV#p8~;ܢAR<Թ ՠ5qX`C6 -B+pib>(5q8\%CQ,o&m :W6$ *$`(6w+=`%Cp)ub>b$b(bM8"&돘)bM+J,88E08 %!56gSUYBDbTQw[ x}VۯȪ~}Kݚ%_MzF4K38"ꙡCˆ8oub^t+uw*ũ2#~B,J3 "D.N -q9e@um̍ #ez`CɇhSÑ4q u#=%kIrӏr W54v%ePlņ@%#E"N4@2!O IMN0B@ d3 YNX$s{G<ވL|I8pVfM@\΃Y"I[Eͺ_I#WJc^րC"w#vCcs'6y09R d/#0#cـYf8/ZuXO{hV-slq&8;ɃiA,BTB+W@,6vFظ L2"_ 2KE$!߾)2 MEJ+9qe1r&/]$v${􄺂0G;L (\<)MQ,^vp1.vK9!xrbvyGIQҫhb uu?+4+I")fT2ʹm+\&R)miNR^]9iqid"(̡aD*5{ȩzYQ\.Oq9Qmqq 9CBl : }G SfK/S4{Uy(LȯdRܔb -hσ8n8U7q,8dSfD3$g6 -[rWÕW`p2 -ռ`y11GYUWM:}gAkW>D Q2<Ψ|"+{ VpMđv&Tآ~hD8sI8+G_F }G S 8W4R ײ՝WRI'$jB,%dت  s?%&\ sBFLѠv0#i0(ϐ,D(|nI$ɹ:Zv,#,)W- OmDKlKMdOmHg(>idQ) ,7(:~((^Ϣ$MfQ̦aQ #2ddQb`_EDǢT2b;b¢s9")!uEH9JJcQb*o Kq4y:yEJn1ю; ӨxjOM'u)K8sh|(D!Q8< $%*޳zPvv7XeMY)N_Bt(.wX7Er8q\H"-Js6%!#\դ"j(j'!& -n-DE9NuDR;uJ6ͪQ*$5S[8rlgŸ3iD"1/_Wwao-Y0~|6:[ =BCy8&چ ֬n 8a$8aV-4UoxRL;a ڞ(|tT4x#N_S&BA\ -" Dܛ9z͎;iOU: D^sUԔ_W3ahj)%zkvbf\a2l\8`V>.?4w IyJAeà4T82u@@^ 0X -r1d:}Z+h)%AP(сbL qtsO2n9KttX5Q2)$Y~ԼYyyRue_xqr/ ,?}Dxzz-O0.rJHPd,$Z}4}ʫ7.^,D#B"-'`@$6734a2HCrIC0v3)&a@n:Cciٝl}i*MNî=H?8fz8G#dZ .>[AAFk)bc4A`<ߙzOЉc'h!Wρ d*.R~ZtQi{wב!ꮅ&-{wo@5zh9g׋ }3nPn8h:S7{k y$yz"; @}>st)R 8.B%&l#} uX\ǩxTC=/UY;Z"NMVÿ0SnfLf\|eYP")ג@-2QU$)Ӫ\ؑF<8x,1hZ{f`\\o͑K:KI|W*SA`U wdp. lfCl }ʆb_ -m5?o6Su!ʶL_BHibacoN~ÓP 6`|4 -řRwߔR}SoJ(/n_TߔwT4cd)\IP,q8Ă$ m$d}o&Y7&Y$d>$+MI7&Y J&~qIII"f{d^*"/ }so.ͅ~<r${G },`(I!m:kк8B^8uKE)ODE,~G}Opp0Oj>+mŎOTofzǜu:rw"fҬJg Xx!w/roۖ_&bfćypz1\(M稹0n" /yFSY}LG[Yݛj<֧k^ dլ7vu`\ ;yJ|6sQG+D5J[!Mg7P#|-zP7&ӿ!VxUGw;!Fo#FopTo踚fo,c<ߣ3;GtCf?޿"rA(u*8jt`/TYDѨ9 ɜvg*Y#]q0l>ƻ|1ڮs˟+bJ]ÑW: !.ݑ9`xj$9Mqɠ_%916J$d&ݪ;Q?lRo];)B 2fͬh^V_ÛQfdzI[CkG541vAtBX =-h!N },!d$P}`@`:%? >ʧ2A pV}ǝ:]|6~F'7WZB^itÖ06H$2AqI,82H_!I~Z!S@JjzfY*~Nav8zS,^5T+1;+*w&f*o23 Wkߤ|y7eS?3ҕSA"$,Lge=J&4K'%IץLw(ʌ -==zg[G=Y#aO8yHK(c58`H DӦY3G O&$O^φ 䦈E"qV@Sz+5xw{.Fn۝@޹N0J=F $+c XRԼxr ,ڇJ4>MziEV.jyF -Z3d{Αflct1/,ȫưO@yG( :]Zh"b4aظU -Mf=6o{E<ȣã]5G_Y-p,>:7Mo&):ߌVoh~^U򫄎${ #-#(Z5-G~؜קu5&FD~;!%u>E"jc6%N)F+_ժZca@H:=`G}wfUo~^\u87,WB~oMİ_jwzmc [\Lު5?)s$29ʻY^/w8wTG5]6m O!h97A@^ϵ/D ¸Wo[ {O3sZjg3M;Mӯ2')iU֗Gjyċ7'NXs3G)o0Wt'BZ" W?*3x*:J {3RY戦U B M ^i>&mU}aqJl:MYyqUꃏYC^ G 72D'-Pnx8ʌ:6U:'7ɳq7NoZ1Q\Wթ蛏`O>X*J\O$ Q ~%j+20pҁ㷌-Xo$\F넷4gxnvH*K o^3pV@4O?ꓪG5w-eޚ[huFיM0,k פG3 Qñq8d4u\O[-]z3QL&֨NțM1 ivfwNx:qfM; ק/" @F-գ;-lwT! -4gB mLJ`7l{Wh֛iIJm8R;`Bo.M ؔ:_Uth -@9>@&NszbhE>rBWk*$ǣԃ8AgF$gmB=IuDj}y@Uu` <=' -q! ~D7!*E'bo8AW(MyeV:G-)ꃦ SuFa/D@>nNIo0Dxv޹r8n]C )fX}7pOӖB7stQIu@BTq6 -(ى̫-dk:9NEp<ֆ\j@ -hA%nmۜ -siNjF}%dIQDA}#K=ec8*fkT`oy˦<7e8 ]ILbw+HKsnW =YOtH>T(nѿL)mg9MUբ6IFS1R߇06 Z7){N/D=OzЫM0Epk)5׽S[U肋јo۝fb<Y[i - ng"_4h34˕An>w Q&3;7M|6X^"9{+4b70F %ua in L{X"=3rQ^'5j_h4 j#.*㩄Nv*'$XR;IVPG{@t(۷+')ھchy{cΌ7zQv45uPnAV] Uv?t [*6@8Z¤1PiEC|:ۨ]!=.'r:f;p[4H76k2nfܖgL[[Q|#P_ӆHJӇoL[[n;\~DmOl#SlVnԗc?8izͿiL"iG^6rf ]h58b.nNr0|P~ -فę@+H<鴴ȆA;i#&#D_;C*Ӡ`Vk}Ԋ -{qx:{XUr2 ih)zL=#mFDo657ۣ Zl55&Hf'сQW<,5ze;n}&֝ ݤ]G`%h$L8.Ry?j[ftQTsfjdD 0k'rAߦ۷uF Ъ)YiCUp͎rP^1n'<z 6XBڈW-80M}0Kjĥư֧HJ~ -To/?嬏9g&C6^ɗӑ?֠U5;Ёn{2ʎ ':\TNqvŋ"jUgهH8V&:g˿?^wmOsmրm3ߤ+_í[$2Dm~ZGl$FdwO}BB3qȵݽ?ʞBu1'̶nۻf uBJLS:?lt^[ٞp+2=2?=n=~n94|lόGtC=6Ǔ6~KoTkҧHX>Y}ş©#~/X hA:l#w]NnyӪPi>V,Bc/kG,;tPڻ-pt3GuA!?~nv[g/x' γ q({,OYؿF%|+u^{Pomdew9e/WyϲWPxC7Y.s^޾:\l(޷i7j կI漲}R['6 ݟÛYwkӵLx:3.MY`T)(W#ԋ~UosۓZNǕR' W{`/{d"ZppP l6w-*ѢT -4:TM`] ܻV*DٖIN[!DaRlk6[RծtϿCS`(Ğ1gzQ ^v:(E<~e]hUb!\(] Avsg{a־@]F)nF{{ }B6VC ,ܕ%8yŋ; o۾\mUE0ESEy?܀zЍL|ӷQѥ\% P%z;t8;(_xJK~f'W0v|- gYYf/R0*@=~=~yzYhtCF]_&0 <%y</,&_OklwЃH~PS*"مx -(qs<= *<ʞnk7dk6oXJxNZpU)?qg%9Mr%d/G2'A D-qE^*/&O֊O}e *p@LL m NōS0Y-ͮ(X$2&GeWL<j{| P=8fF9-xW\axσVnNPC;fʏJ~ێ".JJ>$|7}~뼼 &ae*q"1VgbG3H*4xH~G'i-j=}HڳWV쫐՗qIt֎º{݋#RBoFfra&l#/lʊl,Fž*M-D tT8|'♡;}N20/$)!i=rB5IiIąj"J}2F`iDe/]ECI㲸(gI꟥Y`EZҧO,6ya  ԺF$? -ؐf^9>AN'ANe"VJmqX8Q<_t.DZ# -gn+J0L?9DM- `uYyO4WihQtRD.Yb2>兌Nߣ`5:2-r/|y{XЩd~`Vx#䛕Eq8ٽ?syV][zqa<ܤqAUF^ir.u#R7Ge,5sz{إw@QܑQegY_O|=x|ɤvO"d.Vkv0"rupkUa^e mCb~O*l0`#1# -|~5; 0N7Oj"pz*8|u& -+BWu{C[:q$p:C21x1͜-'g| -KXCz!ϕ 3 }Qb ֳĎ)p*_IJ:Ϯυ#/} -܆A"u<Ј=t2 ؏XwuIJ騪ݤ%/+Mv aKDnD7Gc6qs\n_|dj!Yg>ۥ[cB~,Xa -7Ayj6dmsZ|]߼Ͽ#xe{ɍp8 `F>XwNv7mAYD&6foWKfc:G-qJ -arh^mҞ؅_}uyDp/o-M.wOvnɮb;n>Ј2&L5Q|.[S0,Z ^r&!wWʝnu!^}HlBRIbWTv =yqů^WI(B/{mm$b `_·Q=Fgw -'H-y3 Ǒ hr:?勺XAno bZd%I< -KB-ç LH8z1y(W}(u3M2۟Qf(ZzVH'GWl4mW.nWJGM6Gvør|D D*n}v(&mK~)`7bu Ј,(-O|;L&ƻH**}flهh]}%1ՊHM5[$"'@(h(KbePh&hH4h _=-= 3QOV]D}윆∓6}NɾX!l|9,^"z -q".!tA}/E"p:x=zqy+U NA*t -c*(4-/ȑ^][u2W4>jIRw&Z_(4߸XH^W&R?9E2N.DfQldB|+kwp5ǾMA j} -7PBB%.:;{@+5*b\/}2d -Wߑb8r]ag|T|R$æL1PLp.e$ 0֓v>BHs_tj@H^ZaS> GN3p@= -FBsIFk r:Bh dn\?$\9~l޻ONbgH+7 k$v! 5">\"\KOwk8BȌJ|u6Q~#gOk^)bLd$$MDb3wM9W[=$6^"qsjvEkڗiV&g/Yyo-E7BԮ"ܢdL4=0}U>no2C#v9SԮT7YA+jL[ĢF$C흍T6Q ^-݉5'L2|mvZY"+K#Jx$Le2\~͔.swO -b!5^׈DMq珟",.B &`]@[/?-n!tx(DY6Q~%'Ip\^yitϝu`U\;݊z[˧˧b$Dr֯s2e(4jB5#?Pnad!yHa -qowQ| <3pǾwJy۹nEQDD&Rc>h'YvZH -:u0:CIyPF]]o6RׅǍ-ґ`dj?d7|޼#p&x8,vW䵾VJX"_1!tdHV=lV޴3 ʐ~=i-t{i$ -?/oO֟hB@F<T K #s@lsGQU*ݫ*Y:gDi\i̾fVh0ca܋ac[KIMU̦hU7HNAROԪ$իqL'視Ty;fLd"a%yi\[YIGʆ@ۂBˇY; jxӯ'vǭi,{=kk֧B=7i -,fg(nA$&"+)%t>sP.}:u`wpd熃:"PLmTn5͙3putgc2Ә;i$bY|(A 7sK4礤6Áa}9n]%LU$i BU -=]w?@LG ,~LNkyˍvw1JqB@#Ő̷Ws0 Hú:B4F}J.%lHׯr5Hwe18H(*+Av -@&X#rq+4 GZm 4i[T)ߟmaRW-$ txӈQi$t؞/ݻ܉/.amͿJ~nLhkݽ 50SBMyL}ށ/o^ -p=bod£Ijr,F0~zZq?ߤ3@%qExj \REԆQe2Njhcdʼ&yv7&G>W 6~&{ TM%6~zvЧӥ%%s *eqVÚ uNJ~A|5fg7[d+|4Է 惲_)V|aׯG٠T1{[޿P*lk%&}Z3TfjejoxPFwv4;A=:eTPYqЋ-ݠDu놕}?5Au/nЦ]ţa{z[22|HSuf:Z߸3ʠ¨Ph1(NsV֩R|o -zP>j[x5>Q>BàxP5!wU0hP~CbPnﶊ/V&n?aՃ}?gWVw▃8 pL=c=) g7[A=jaus23_{惎הAѾhy-M=nO惞^_.E|=\}U)I=OzA>GT2k}= ,!ŠT?6$"ks+*ڈu&PoA@Y -AARX?d/:= V{?ɠ{HRO|0lH"JsS),qdC$#{F8ɝhx\o `PJqFJ{3iw.ʠ&׆[pUi'U|X7VoT?{Dzolrҷ{%Wi֓np*A{Ny'G;Oo՛[ 1]ٲ:l>4-VBCm}WZQx,o'WJu# ڎb׍@yrPwl߈ފ}[~7,~N/Fe˷&{)A}[MX=f؃;kFboim!s!yV_g|FpmL5vuoCɡ \tOVΨ߲+Z[9{v$*!=LTtnESpDY_[Fh8^*+Q$tT`=h:;M{7Cum'7:ƳhD'Š:9惲fzxXF>i W5A5mAeyn(kE\:[U \Wҿ|}~nd-A( "9VbS @5ܩߏ%o&M@7B0uHh9P*`3ϳqD6YߖO>bt;hܿҶ ^mnbCW52 gQ\9X:֘Uzr y{ aic`1هԱ=~ҒmnjSpSRl:4B#Ž>ӑmSqK_s4&?, S:oL'Ua۸V%\D77 {r3t lTԹ;c&]b#t*CYs0qGdl1̲+qnxEsgԘLf{N0R]R@DYc І*h#nhKyJaHm% eZ2A1Zd1]_%!㖴JN<Α\X2&K 48ձ%I{wK[I}ceVIKMu:TTN-&u~%NSMJ7 "-Vp5;8 -s_Y]gՁeWәWj;Wb -!:^!ĴmnԈƏ INJlA)+ʠ@kʠ]@TTf6S}a'peR C~mӅA`"eG3`XD8oLM<*f"zr1{<N7 Y2 ɥ$[nFbmy>G905$ɂz8 Gfb񹚔< er䞧~xMF$`۲\?'Б0=#Zi H}1/HS5BLt6v 8t^\ah, ZQ:=ӋDwQ^v,n k~Kv@D:/;e}--Myt{yfz FK$$mJE1:'>%KFVU[j XztԪC󉺱ya]Uvqw֝iŅ:s<|4җxXc?ZEl w⤟%NY$آ{&nHg(&):Va7եoaSc@WLt;>KP~ -ۮ@Il&MAEtCn)ga!I`_Rke^ ޲3K0y$l^f.vMhK}ԏ[&[{Y^Vp -g`qb'GavP'҅%y!"`g]֗ -)?WEdޛ -zܐٹ3>w7.i'g5SqNE+~whj˛w~p<£XClq[ EK/0Yd~ I]Y冷NJ憷.{3^hf=}Rx\ vͭIˎA?f_߲Ɩz\c y<}- -x+'֍.Ꭴ^N@凥;O)nDul%(ebqw;ݦ϶Uj!BXkڽ:Ƈ ztfSa^IC+b`K~Žd+dZyz5G}R=ɪm+ݍv_rG7vO* &>&g^H3~o|KFݤ)p7ڀT q:0,=r_dpJrD2+(tjb#ĈcU"褻ec#hcd2Sr1ttb1ttтsЅl#h%c,tjb::$>.}:CMVQj:HXOқwvv!SY\tJ:WǼۻ:;Ĵ Le!4o\Egי41#Αsg\-)9F>:X즤"'/4+FG^(jw lli4VyV`-u춈+NG{XW#JKr -vVbJ- s!iLEol̗S;U/Pz!׻P:]?kYuq|. gX]Wm&qg8&G:3 zZ&F#vYFq`bq|#N,N/uhu(m^ӊe97iLwq|ɱSL+e#D@3K_bN3sA1LtY&Cpә.v&{w::cm$;Y`5Erg+^ΊZXu]s|dޘy=eKeOB(V(C +a߅ҁejY{Uv.Tn%X0Rnucvg:~kq%-k}Gꕍ31SK"f>H5 :QcG'^9y4yќ1SKZtsZdД,Ѥy,26S<a~RsYdtZ5ZdK[dc|aexNts~Eu# ͽE&Zpy #Rp4օ! k,@޼922Cu',Ckv8:YƓAcCLfkfi;^7Kˁݜ@uiً`a/Ks4+JG]p"'IԘlq~z\1_ˇ]L7O}<2Trrhk"mohwvg֊YJkY;yn5͠HJ5% MػvEL++GG5҅6,۷׿ٓUۣMp.nXYY-Az|wփKw_-_vWqx;.*߷h>U\/H;uV8 Jc-zzjg;vr`Cp5=zu|lBꜜS/+)SRKs[=]HklJ9O[,"g>oNFܮϹրTuFNey) BD.] aotaEәZFө.?Btf6A 'Vc閏|Gә^ʣGYi4RB\G(,uh:՞ʱt7#DәYT-WMg3h:yVMgK'j Y̢̘bYU4ٔhEәi+"lyYi4 jk -"nMgFӹYA42Z2LTV&άU݄EәݖX/M@ttfc7#KEәYţ̀af_.,qd4ؗeܹO^̝iWn2wsX(sg('Vɴ̝>ʹݼG乊^Ӗ)挳8YY TcbiA{+Pg{85[6 ?Y{4=U# 8\GANd -*l_l׷D4UfPV=\]P]{C\{Cyt;6cڷBp/twϜ,Գ "΅&qg6*j2jt@V:[Σ 1S.KPPQFnyēLU2ݘp%) 2(oU vBEٿ_~7|\Z{ꜣd ,^Z[ךW2a`X2i_1R[nx"ٹbn*ܹWPN|\1p7oL*- q_]*ܹjO˦N=l`ӗttͯUF>.]% OUЋ>WsRt1~cakG"0&(nv%0cNa#,ZƺoaL1m̬uUD3GNUnr*wnN Ez :u% -w.˜ UUܯ&>be<:]Dؒ4[Y{Ul1qe\1frt/㊦:.UFTx$|sm~]8C-ġJ$b`Ӯv, ;;R:^þr J[m'xovh-MօQۦ| -{ JʱkA <_)twlJAmhZ >Aq4튿գRœ A91?{ -{YZ\P:A%Mh~+:'7SY(\_bA~Uxҵ#Eߒzɸ136|NlXUr6\M(DP{t7GZIe:$I+LI[SzRy.d9YڵJRE^jjuaI;AQm@NU7.hsJTe7uOK/w3ZC(\im$}ԝEm›9OK7VK4Ī`*>rH}RXڸ%C> -:ļ<-KaLf1y|sNy_ -sYj AIh\q.Ŝc8CWN1ӈk"f )PGV7;9&̗ -&@C"̌vZ -ep &nYnr6$%7ׁdfL X9Pd*َq͔uEBn8tycf=skduљ]t\e991 f{s97*Egpa QnCV"QSiϪ1_@Է@bM86ZQQ>t'|s֯\(ldg<`}U?*rCYW+˦ߜg -Y)W+Ū~K憒#rC_~Ux]?{5uGr[Ѥ,X~i9YE幚 V Zf5wHY[3~Ugt*yl~^W[0MXE_M]ļ7G=%z󹚣߭#Rg -YPPc:<꧉{]=ΗMp-Q4"u~f[ -.j|]?gM܃S]?gɺ~R8yU9s]o~&ں~z-W{Em+gت.S>˳|]?~2\}u$[' 7?> -bYvXU)> -X]? öX*KSo;Z#b벮#E/[5㳉F^QXo`xl[E]?VãU *;:YڔgVd]ϝR 11OzuhRoރxJ6T]?XU5pYŝ1C ǵپߜ2̂uwRq]kq>u-WSϞ9hoނ1`ί=>4]_3i=6;6b:A"C4 IN΃2Iۇʱ/xA3@<2޿w+1_N2ɜ޾ -7we -0Qc9Qi^-/:-"q/XЃ0~Eb9MnT(ϊj WAyvu1?yUKr&p}(8;Q8jcgAD2]TY@T^MUDbC(%(1eG(E>D / - =+6ҿ,FIsI9y #_\\F?E?j7B{6}%؛4{;^T.AݥZ[ 9?(rc8yJ-?jDuGKZc`u :e1q.n:&"{㎢ 둖dX9H1hW][۽=F~o -Ϧx\mU^|ky;k9|d<+smx%ד*Q.I$D1.*eB%:@iCZ5&1]&vZ|;`W OB WϜHuu2*.C;fř/o^ -/xEb[Uv.i}a|/ԌKml (" oL9WGֿ"d - ~M+1eq(![i3x8dy:w(tˆ-v!}ݏ TpDPa^yf{k"~"ZzߔsoL :BxJ;AS,!J@v-A|rMAKGA$#E*O91LuˇW@.u$zÊD)a0[W -ZUNn"ygPTM%c"t_3Λ̱J|*q5ZkRBAbXHiQ颪ݛ Cu <>(t׶HMKKan::R"z`ʘuKR1 HOghw}]$e_|Xy$!q-Vv AlA}qҍ IWxt\ &` 10*'n @O\.IXZ! D ύ.qPzK$<$@ ,0g'2ѵkx@>#QHX"FHlz_ H'c]+1U: -%ر8*}\W7Zop)rc+eНضhy\Vh: ȯ{t~?o~Vk򓯟F=[?Ѷ_'v|.;׿zf@Gc6|}ߟ_^~/>}6Yb_roV3S/b6h>(ߟaS?,'>Ah[)GU|P˪/_NUkbz j4o^KWd>}÷_'篾ujAz+w=;埻]J]7ܞ|~샷o7'1^wHξӟF/Rxw- %36Kvd)|v;}z_%ţo/Oɸ&wlZHɿg>nU?`.L+o>}O w CS^'+zQ.÷~s8?~>;OO|g#ٷ3Sfg7~[AW?H%o-y~ۿW?Iڵ[$$)_#ԧҽQЎ*yΦw#o|^ꇫ~0I}B';}GnuksjU{[aB-H_(n}NM&<|n}N-/٭ϩ%595ݚe|n}nܚ+0Z\Ŋ,L^[sbQ.+K}|b'󧏦R&<Ոg;Iy2ٗ`Y\JG>W&Oюċ'OkD}޵;ٻez7ezk;iW^{n`苏gҁY틤?C\\x]xwwߪ _uG F۽~\8+gy׼`'-`\ >G n - -W:1_jJk-=~?oh5@ 7YT|~ 򷻄=;+):G -J(*@UT|BĆ?wMcdz~쵷0b"~V9g8J8N9cOOK]?W%?~opɏ: #e,P^?NݮUB~9+cU+e쫸;7~g쫠ءU||o -P,~(> [56|zV7CMɝtcՆpct_҆'?gV3'*o76<_,T6/[qjsD\ٮAF[f"]E8۫/lzů~?/?{7 €+vqO.?śL|{콟=!˕8h=wh,C/:0^xoY^T̛]_~ї]e[pUwow𖲳hxR@^72hR72y~9ڙy+s}=6gͮL:s3fW&"72Br3fW&gͮL|F |pflwScaxs{]~}7N;=yg=w k>}GN_W~ѓg?>:=7A;__}p)O<}].M~o. _̧GxDž]olsJۿ|8ߜo?9>s$srGN!?:=6#_5%U'D#sV@Erdv7賓|_@@r AE5CEk4E9׍ -3BAE9@LQ8Z76&hi,4DPDtq-o*Z4MC!#7FlZ - Q8Zn-;M i(rtZ Q:r-?k5Mϐf\qnl h Q8ZaFy!БhؠmXh|qZεQޙgHDXDhؠS5 -",qZ.4=C!ʦ#ѺA7(yӑhNk!MaEuu6k,DXDV\ >4EC1J#7,OolMx6k44H.uF>MՐ&"7u=r5:r^# PBS6s iPsn+6k4HXDYG6ϱc9cxm]F{)܀Ȣ>6GymO1M-F@"܀Ȳ>eQvթ6o]ק{)܀>6'Nm_1m֕}mh("75ϦYmsY綃fxumS5:r^#x&:un{[W0Bhzdcgҹ7MKS'4+4n0ٗ yΤKK -#^uzb#zɆxDӄ0f[5τC㴲Qoldgs4ҒlN҄C㴲]old/fz,6cpaIcu7iLᴴ`olzČMӈ0f[->l&{f#6E6fӄS6KzVET#f5{fCvk6#L#N\FØm\OmxhVq̐k$9mYhe4=mڏi<:V ؂`q2l>ք£iiހ> 6͟0 M{iM[ 3ieހ> 6Dj_3MsmO6 G½}@Lmjվ e RI=6l6h<: Rls@RI=S6l%0SxhV is@VY=6l11xt8- 0怬Y˳{mغ>@u.1Fb'<ۺ Klx<΁ݛe #҂"#;^{q!F^ƒ=<=qLqZ[10fbh%8@ 4N+8fŒ{'o8fy3iml#Ŧw@ q̎f{qaF^ƒ=K z<C㴶zc6`b;N9,q̎f{qaF^ƒ={=qLqZ[10f{l8fy3G=ٸG0#/ĉ8c8ØqcޱGpJiAcvsnf{qaF^ƒ={=qLᴲzc6`B;NjҦ96`{qa;}yT{h77V4N+8fLڗGipsn0f -=ٸG-AjԾR, 9 4"R+=y  R-PԎ0j -6>چkд=TJ z#%&4"R+=y  R-PԎ0j -m|jF-4c!!m QShֶ {vQأړFm68vbw(D:V {53j՞4m3j -6qۉ<{R{d6y5H6qvIؓړq68s)D4Rk=ZV;vYI89 4"R+=ڙgcjOHæ PuA6x9;j.#=TldDX[(3l*^U ${,_3&9b£ie߀ρo"LRTF9bFM!o@m5).qԎv_1!!o@m  )o8jGzBQSHmP9bF-62GHAhw"R+6x|ariIv [56 ߮-fbJ.qԎvo1!!o@m ).qԎvs1Z7sŌZhZe4=ڑ.&D:V mvy1!4"e4=ڑn/fRk8j/fB> 0jG_LiD:V mv1!4"e4=ڑn0f4R+6x|˜Q M+ړm68cFM!Z7s%ƄHT;n Ř -m|j<]c̨{T{ҘGc̨)D4Rk6x|Ș EjǞԞ4n2&D:V mv1vIIS89.cFM!o@mˌ vYI896cBCje߀ρo3jjǞ՞4Ǎ3fT@b-.4fԮ] -u9pseʉ[f6\`z19ӂ"#y!pZ7`69 [@瀐u7vQShֶ {5\1j2C[ 9 4"R+=y R, 9`"m|jF-6c"Eo@8Z769 [@瀐riAo@8HmP0ji{Ԏjm|jB{)(zjy5Fjm߀ڸQ Ms@He7vPӈtHlPj- DsH@P;s)D4Rk8j.5`B>R)-qԎՀPӈtHlPj- DsH@P;s)D:V {д=ړm68fFM!Z769 ԢڙGcjOȻ ޡZ769`<{T{ҘGn)D4Rk=l'R;vII89 4"R+=ڙ'cOjO8HmPjY̳ڱg'flpPӈtHLP0jjgՎ==ig#= DC9 /9`<]8 zKamw̰ _>=NK^ qKnv1ᴲolˏ  )*qԎv1Z7snjш8jGzBZ7sȄӄ7Kz#=̨݀)ֶ mv2VrMv ; m|j<]L0MHQ;s-ȌBjm߀ρo 3ji%8jGzBZ7sEȄӈ8jGzB QSHmP9*dF-42GHAhw!"R+6x| a2GHAh!3j -m|suȌZhZe4=͍s}ȄH6 .D&DFQ;sڍȌFje߀ρoW"3jieP{Ґ77vAhw"3j -m|j<]LDcjOF9Vd6xhV mv-2vQIc6ܨ=݋̨)ֶ mv12Ԏ==i2g#=݌LtHlP9jdFMؓړq68sȌBjm߀ρo#"Yسړfq68sȄH4 ߮GfԎ==igc=ݏ̰):g p[<]ȩ]Ʊ;ppkoxz~9OiϙN=s~|G~<;GWдO?|ɳS|})5T}z?G%|o.qOWEyzqw'.ɔo߅CHLƔN!ҹNS%⯅y:y:ҧd2ONͩGE1{t)Yb9+zw&Z=O9'R:V*oρڍXRE͢S󖘎7Z~_@~o,E'oF9Pd1lH[zD+9ە.U5Ga6[nudQ/H/m ޠ΄RA:|W0;?u}o//|_8߷y 59e^VM{J14'EM-_EG+7¹tN!繊\#1j}GlL |2w*g)Wi;J}7M1WhAc5e,pYLn끅@%{qqKOE0ss6U@rѤɻyEqK\i< /艅hs<9yզ)Zt<k -@JVFzk]x1FD0BKs˯j.eVFS]7":CIP\+G|WjKHgai{-o5-m?LA 4q Ò&qPTPKJ*Z*"Lhz/Y*YY*Yjٯ읢 KvZ\Z)+-2^fi(bTtBZ,ͅ_2-2* g#IQToZ=S+h.I9Y*Jؤ(>A̫qӫ5Wkf.xTdÕj ثiıgz-){^K:n`@K|W((TS͢h?MK-ᓝ KkD(sT+\Yu%E}=|&ISUX$yw=+ӖtKX-Z}"OhƮok}c7sf xJn֕|DUgUAywioF}KMAԌB(nI1\鼱+0sěbՔ}h3 7bjcA![W5>stream -#$N#g&N!KچΓeMk"cR, #}!MhbB,-?sm)ThnmeԈhk -LI20mmUFܚ%Ѹз0 oerZ\R⪬:#T񳶏1tlcYx%<綎:*Yv,({]ݭeӴ|´s=eչ3KMg55|z9>_\yC22uY/#ĕG/?W l;f3=STf=Tue[pĮ`ؘhħpeO#>0ЭPg%8Eb ˯tcgyNjgyl]w%U~#t|m: is «0(B °bEWLg0JA%eJN7(lE.zُ߮߻z6b* ^u)8<j) !MYg\ t) iE CG6u<݂KxnB㋕^mc71d~eDmVMRAZ2i,3yE.Ee*¢~,&HtC/ -~ zU -FGU]=zGG/bl_)pI^ -߬h -P +:-%I;QJ*91NrEh -]XWXB-9*y#[ͧ&Q5D^ƁD bD>XK~Y0\s"wN)z - A,w٢iP漳hޕ)j5eT~gr8?gO=j/^{6M`r$3c E^L$3siEi3) |!ֹ. -{l9]Yw'˾4'fdsib3t['uj ]^RuvQtCQ׏UM:6enHZbӠF2)酖aLd➚ɏ}2+Yob;= V!iRzJ꽓gXLOMjmj/"=cW}DhÀE+ &)-P *!3GλˮR4H\bDB~2{~u|1,0 _PѴ(Ԑ8]s NM5-|8ͦ'ʼn8;7i688uƔ()O\ƚ]R` X֗a~Av~ZuCk!Ƨ@=ܲn$7?q}W7ן^ ߊ12޻͚[JOB Ssv^(„wpyӂjOTE^L gV&Hn1¹jQ;[LZz˓^Ӌ*sfAWOT$aV ;U+Ekd -"e4T9t <"Z:6 ܔxg,LetƆer d}G΅.E!Ψ #<)a1x nA0'l\0c'9P9 -Mh GNsUwtxI*9A,U0Қn}=Me/f1`[[]|`#|ZdpeRRe=W/qTs$~^@ 辳BLB& -wkR(fLb$%foU%鐆st6&.: ;n v4`u6r{(gG*TkO O ө̽RINLM6DXd{PFB6"y:٤(yI~1)!~y@˜5hB?l\Z4P^bSBUIIWn1`B;-WXS1&'B\J@jFA|( .ᕷ E`>:4ֹգtTa` {Y9!`!eQaBg}J!JٟaeKIGzac!Zq#턀Rx,T/@PœϝLy6 2F8W2'Q )Ev9' lrJ`ِgrV&I, =~;!/%}"G(;)뫙xSF b<vJqi!qܙ0B[H{ ~0n63׃y,<* _pDhm+ZQA/ãi1TꙂ?y-h ? MuZ+):{Px&Xtz0I|KT$?–z̈́UՓiz4k-U=Z=։Hqg}݂LW -g^rJ]{ˋ]l1}ȩp4Y͌LYa=SS囇۝!O_ZNpك{WW?~ic1 !5 ":zZK`f_;T_G=5IԚw0k쩩DaIN<͏w=+gO骓F>/GjybG^+^~9 wQAUY5nX..鵬p(!]'IɩpCMd7RGhLJkzSjnF#)NmͲ;j1Tm䕩L^Ȯڅ,jב݃.#$5mYMZhGD=ՆA3{%͸Z=qYY^Kv+]ɷO6 `X'AA!%MepPE:2|K-Mhdt9'8tQ -Ӣd8DQki4ԥ6pC;Bpqyy2E~g_553-i*cB~؋uSFɯz„V1weY$f%v)f)f)v)vLuH>tiMF}ԴA>zTjhذM]cKƹ" ;]jj,i*{Q-jsbl>PbdV4qKŷ_;ͧu E|XP(9%KO`l e]IuZSVMQ1^~Bx6={j;ALsŞ _tO} P,H+x@TGj˴34]:d\1/z,rO !p%&9ߊ ZHԵֈ@c)°&#7t E!4h3]!WraDdv2S_j8Wx8d2:(8nvB!V]/ldeMgL 7|{|CVq@"Q^uҁ] Ax7~uo)ﻥ`I% O`ʦ%"nĘ㊬E }doexiؗxcrpeUbL(pYUXHJ6`e1`DE"<ǐ#˼ya#of'|yWc5,`@eG1^TAw4VFmY.z3?Bb9LNaq W-hZwR 9ƒ_E]"'p!ӌB L^=:$# K›X XjXxN:IRݩ>8huw}Ҭ+Hv0@۫4!eKfMƻ7ش_ݰ5m^XlidztZcw-=Dnej)E cȂA 0<˂Vb&}- WCz4_ 7ŠOtl2nEfC'bp23|%uP?4jFG ³NbݻgO|x` ˠ+Lɖa1&\h&3a ߷'Al0 t4mr>]1g!z(iVYH vŖvV! 8T D҇,n3a2q(~L@?MV/M5ޡ|6kpbC5bŘi_U6Aȏ\}!-TysLmRw~\xEO }k a!7Iuב^Vc bcQrs^y4,Wt܈j]!iH_ &l(Ձg `fuRH |#ߵ!Ti .T])TyGd$0o8ߖ /.jF]KU5vf\@d -U& XE u+Rxv MDPrqO Nճ)"_kI)z!xsi]S-ϱWʆ\fH`|xmp dNvxx2`.N4Qp1gWȒ%OV?,b<ΐ±ɠYwli920 Ϙb4R]Gt]Ϧҷi -N߲EE8xYI١Ճ#a2geN\E&pQ;cac͗"Y"sa(+kjOLb,6e0΅T"`YƎW߭9Լk|w--e/VUș)m" {nvՃD}돚ȾvQ,Bb%9Ef&J%i&x;l[0@P60n%hnqJ [Ih$v=NÕ=})iP$)m,&<gY! ) 9`J1OMpf9g0A~,&A.!8&9ֽXW=}YJhMbpv4sڝaśYZ^_( JL2U3Lj~Mb9=\G-LNQd/eroK7LQ#ؑP1`v.c[wגmA1G0pkCI -L>,1Ņ6Y ԍ>Nus -o<"&VBqՠ01S4j!Q`IXs׈;ӵt)8]N76u%"r__Fs%>͜}3D+I\zsY(8@P3afY ߣK;9^v ->&9|+3eLV ,5T\!@ݜės䪳6a-p`N(\n vH\31{҈{ gQ.ydTι9iKF%MuplKu b3 Ψ9(D(wpb&Q|o8cdI~Q‘#lD9/M2nZ\gYSEKKsFbwA#)%!]Ҝe _Ol8<73H5Ztэ2֌OLoC;EW=hWLѶ5ht b2cl2ҁ7~~M'W>Q0'G' @3O0)砟.NrּE,'H`Gz[1R2ebf:؎g>*V4AY2g=_J5!0al;AH!SQV>ef 0JhfVzRyjrp&xD,-R.ִa6joM_8eA!.2t t~C&vѭ3 @ͺ13].@ B%1ijj%CI/$&*KkԬ33Ua.Lfh۳de0+hWݢؽORԯk)zoǵ/$ Z)Z)J)Z)RJʇj`]d]Hfwص?~;&oRx@Y\frڨsKE`?K<)N}av隸{79OT4Cg;jD R[,~Dcߞj oGYw1XoQQ5-R5I&!o8; 0+e18eͨ\Y0NUʾ^ZCvmK}yQteUS@F{Oѽ!ݎ3Yk-1 :)NR釙Oc a -; +U_qבVJ{-2d:ׇ&[?އV0lKߛc}^-2 jt7lk^+[F RQ=zz{0f ㇕WS\:rؙLvfEJw uZ4nǩYЖp\z 5Z ROAMBûꑟjbZ ?j* JE;:tTl#ƙcẊ~ 5On{%I1$LI֒pT;`Tؘ[ijGAϨK+Z]x͓]{z)%NG: haG 6> 5M*(SҎD'g3x kj1oJdH# -U h$:(YXmK%H$TڏyS-q:Lb} -“ ma1J|7;=5)Jƍ]=nPqRF|!+tX[w4$r$)Z%^&oy"Fs~ --MJަ&o)5t^f:hEӿ=riIsS8@šNtE`e=Ψ3 Bc"䑽kr N9G#$˖ dln%+mpϺ&3%ċpA+',kk:s3OUC1)g3߀d}&`(Աݏ=]U䇜Ng"* -INI  GV@+A`v@B Btïx؁ tk+r0O׆O⡆D?~v8>= gapZ! -0OP!:k h70LBS0t:N7RM2Z`<>Ԉ 3qwQf;tnu3:p:9ORRg~XT|"K'RcGq>FucW?ڑOu΀w-oJI> ]>޲D$N ^$Qx-64mA4q^Pal>' NB9XN4%<:xc2K.^34 Ztv( 0:CB'Dx63 p11Ij19P%cA$g.΢=NL^ ӦZ0 NˀU¹J(iD+$xdyxfgeDRɢ4&`X| ?p)Җ Pg$r>.?I uz4Ogя=I~SZS۲pj8=N6/h+;^-@/Zcpv{3EȷI`%>ّxj, Cu+J$OM>od - -`ܷT8Gߌ͢I!s> IaEPa] yLj <*5Od'Aw0UB]RT+k<~bfZoxq^$dNX&+M9X1vqN+6ki9뤕HЋ1eM]!ٕ*ɭfܪʪ^ V(L+ovO$D*|ASZbMPM1q2psVN)kZlĶ1Hl~ʚ׋-$2]N)^57*FmV5FSW2rLIY%!@€0_her}W $7 -q2xu^nmYaJ|+Yե²8T+YR<%YRU1 -突(B?{!kr*wrЂMt}uI\zPo>N<CԨLaʒ s %.wk_i OV!z$,;KH\Lm\i2ḶӄF'2x[Np8Y,R~O# SG׉bPb!s'}m]#L.' $&VN8J~k츖B]tY=a~wWBy 55:ME9pR*V -tP|'+qT*ke錥6]IXb@.[c9;ԌdF *<(/a<ǜQ LH.v F FǑC,r@'FX^&%{B2ćJ2oC[?͒c_օ|1.4.! }{DD4y. &އ3msVNcïSMdZ2reIW89+~/ĭx<9H99 ʼ6~g2? FVWJ,G}Z #(p(ׅ6uP5>\Tʿ`LޜD ,'KDҎ^33K=jRr{^ƤZ٠2uF4s,GU%Z֊xX$೑U;=wO o^vVﵱ }[[YWjp<hS9r9Rr]=C3ϰsD7ԙT (W-jYyDcshjXu|سf@e.tzOu%.P ]".k%|TkW&\-ښة1s)NY\W@ҟ};rr࡝kyuIB|"B8а"S*DӘeLvS׃ޫ}ck ͇VrEȟ~}8=CF9)yGY9Z8 pԚ[xGt,&YA{s`L\yIBz>Y@E3v]nm1YT#[Rޒo8o`rh>j `>ݜ^5Ivq:GrZg 6V)]?gbpV9MOHf+&-c "G6bT?GQ$`j@*D"0j&Y(/zNv4I`nǹAXqTrq]RHTCϾ~ ->|/>P;[b[ 6uzXSM듬fj aY09 Ж|/ YS/tT-h{Lb-h\ᓬьzoDSiTiz7K20@YF)S%7<ËH1qS6HܪV &HUbwIBeZ^q YC#CLW?6F9:FmGZ?cSGK5nYdg?hzCڣzy\SeL͋0#,1jǷp(Ƈ~fԢ\J$Nmiv| 5rGi,5FQ^]Aa]w`2cxʨgɒzYe NUDN)?99c$x&3 - |DaHE >%,խ}W!*b46,`ozglֻ{pqq5dIg+AX@!n1a C=h*r۱H >:-K"T'ʌ<^`׻XĔQi$e, hT$Gxbx| 00FVO0/;@xoj8&L-(mW`2n%NnY^\o( xt{@0GkC+]>P3!258R}rq1:`{{m*n=@"^lku ' e#ҼfLJq7${^ϺI.2LPEAk ^j YH%ys$j>Lqk5POt -.4zIfUIf}aԢE\ukl%Oe*fi$lA*fwfE% Gu$Z%O3{O?y`C ֿᴵ_%)ٲȬ00f9#o֓JNǜB[<33)9 -ťmʦ& h ΗjN|0BjNWP2U]!RAO%=9x+%„iKs8wG)g$0awo6?;z3㘢'zc"c5CVƊ /MQۼjVl_8JrtUNH H䆳)=q3qjΡfȕoM׮[I#W ͓$I\_6LD?&!!8Vŕv2l#zg{)=GJ4@Hܯ* & pyQu<3//o?ܟUm**\+8fäS3 -P2BșW&Ma>5O B Fτl:?vQ]|Oi.(I+yXջMNuY&%=t<\/k"S 9<)LuAG.|a`v4_Ϻ>ݻ[y=KŧXɕp~VMʈiDf.:yk {X#Եz](0 bCȅle+0m=5bBdzĬXl~c3rs\\7>쁤~K^ sE$FD%G_$&ز Aw\V44 tdž}syOwӊ/_?~!]0O}ktJep9;n}XZ,%V[R mWx?]KV᭛Δ -#SMnOiٓ=,7#qI@p[dC5Iq -c6`ٓSe(vS8#]e.(^j6o4Hy,R%\Dm{x.pK>ma}2$IG_iWX#ȊR"JTj\c{?#>W;\6kF%gy}x9~8q0X0F#DZ*L-MI-*'c[',˘ -W}JX_-O7!.;V1fW7\RtYW5ULf64ffZ%dۮ;Scuϫ4pÅ:1?[aHD.m/ޓ#/6[xJw=@G0lV`γyFDyˎgү]`: -!u,K3-*;LKR)/lbLr{x}k,Gy*LJ&kyv-Ϯi[˓kyv-ϮSJ; ֦#XZ^kyp-\˃khts+]\ khy 6aky-Cits+fk˃kyr-wRZ$#8O+'im8ZgϏo=@R@Y6:he&UaI@" \4jm^݌,ڎ_GJ -*WF.Ʋb7T+($U5s;Cl&B$Oweܑ2m!mDe! aĵ Ђ -%XUAҼ'NU(_L3fYs]QML1tOw̑>S*,9I*J06 /fkX5Ӎi~oBW!Xh@bub^w~|ŶX֌eoqlQ` > ØM4bzNE (%,T3C+~2+>r 'So:̛¦zryz.ȩORL7eg<쯦ѳ̽GЩa[")_"+Oau0e (f_(j%jil^쫛t>5)WT+A_LJ&3[Օj#Q R% [ł[Meƺg}8RSWƮYҲ4|/\7TI} Wg,Angt"W.M/vA͠$Ki<8x.sp Q/ jȲ6'2p륻+ۙBрp+4ew{_=WYylX9͝" 4m\ cRONTe5G0Fx= #U9Q"j3lt/ԑ9l6CY[*TG,NC"Za - <]mhҁkYR3Ji澌&b/8?Ј,&ӕ/-(#?'؄3ܾa/ ˄'2 Q_h7nZ8e՜Ǹ|4BB Y^NBQr-Ԙ=?yY'i\¼shaȗմa2FR1OF|ohd|ls`Z[l@iBP0`|@A"4 ?fze" U!:c``&è\Af['D_unb[18cHg.VN:t?Apb7(aF_J9r!q9隻~Osa_>ZrεdZZ֬iôn#ןկH_=-e#*KpE< -ݫ.{ ->>6 -8w|V0Jp~ZUsh8 \[HC'FOD0/˭A~luM|A[WWcT0\A`o>P,.gBv" %m-XTl98]m7 RRVzn` Tt8/l xT()}σ3E_"{؉SN `2c IάaV ȤgpyR|i3 6xjAhmk;8d9A[WX[v!LAt&@^ZG㉎n0_>sx|}zW -*<`\lזFְS;^Y Q"rJɤϴx\l|vt0ișÜ'|H{xf] ]|]Bݓ|[5ؚѯl5V|\7YՕ ˸d iݗipçb^pv"$ ݰI+AdT7hȓo9D8~&7lKN -|f<3P_@P0TȖbiaR9VuYq>}Nӿx~5Qх;p:I -2$ulF[<zJ2PgtQxh$?v;O}S #v0Fe^k) z-@|pù. vAB" s^ [r8gCJ1i]$8sZ١K(kďfqN^jgha/Fń ?_8,ý٨Xk'~nwyqhdwR׈MZ.>LâlwpNAP.^n rotY˸7P%]|qlቈڍsoo/J5 _fEk]5>y!Xö!^f}j" GT%h QN@cSp&aso+('-#'?0y?-ayNL>&E4?+obC=s$Eq FރYM -|xB2*#m",Z5M]I9CL4b-Hi !앞-ћefOiZҾ!3Cӈ.6{u;@>rYGm% ~r9r9ԝ:gP=s%-Ybq`~JڒAaL%O#"J޸\'Rµ' RMB6i$RR3M`(a ɯ#{|KĹ6Ԭ;Wxx[2[ $i,^]7nL1~=?MR$3XqDyUx|˗?ݿYm\: GYz$~DcDSp?1}'t0)?qIaޜqJ'v)̓I*8Yz8}yåTMJ $A)3kZO IgJɟ"hU!\D fI5O?V~)0cLr[Q6V1"RX&!Y[>?^.0il_h~d^,okԃ bW>%Rl= -OЧmO>tMB6n$M!ZO9\4F^:PlCž-m4$It$ohd2b~#[$lsHoe+3blJK0V.r:^DI s~Ceqpf}VUPÇ=¬'"N)L%Ru(Q5Tr'bz&1^9/Z<.x8!wgH.uފO[hHpRʦFJrem79DtU6 ah=`eMHHUnwcwٖsppd[@ ,z#_9n gNm0@!rA3';RaeUMJ[Y!t.B,9N.;i`xCS$oFD$rAe:;"p[]œ֜#jz'V8;D8tǂ#ߒG&-;1;I[8QIS؄}z,阛Nsp%=J^Xcxѹ9?H_FTH \m˦C oe#F8aPز<^qS~MYwX٩Xk㷪cHhDcGF6&zc //r+Ͽuw$kLv -g1SҖl9)n̔Ԧ El(,3EL!]T!%!*tcKZ#M${LI4P)N쉔iOh߸i6$M1 zsO귑%n8 j. -#Kv֕=+3Ŗ9_g]o,+$v}>2U7 -oʩcנ%vϷai""QFtS$nrMSkkFӲϹC",hL"~Z@2{o 6 xe} ;@a`:Ă"M@G:Ki y6aX@lFen%}#Ez114aWCCHpBɚS_6>}a OM!GM wdVW'HJdPu\ (?uZ@:b4} I>cwP=󜃽|wI\"Շ_\ VoVrP"W,0| -g&Jo몲6$jAIϕKR*rUPHr-i bT-ieeތ$9{!X]sC knK忓җoy"Ev [ =7N.=~/, LDTKɂGe'"}J-kH/1ȹ),K`i)6d%e$#I/eԲpPM٤JDJ)_ĥj$#j1츤la&"Ieu\\P*0J&Q6iBc:|Ur\kqY\eˈhrp%n\b9Fec隄I_̥6rt'qbK]1caM{Pspvm]9aY'罱=˴|ѹi^EVVZq^ZѕɯVHJKf"]J]PJϠ(JlDVgd[ ůV_B6.yr leZ,i\jp8ː'Ԥ扈$#RK]Mn~]UZZR4IZ)\Ÿ,Tj7 ib.VX~7esY-#%V -c.cR.izW+m$ɍE\`'uVǫUCXIFj)~'Gpqy<\}ju>/ValT˨M4;h<]([1/\Z+%/ɾZf.et\\28.Þ`l\ΗGWjlD$i\{o -l\ꛔs)thQxKt2lQ|222yܼLLLn^F=L>_MMJ`%r\SaePHr2yyyܼz1D8omq^^1pb;.Rer222y.vSf.rq\ʼTKpQ/ʥ44er222y>qItj\<#`fb[?3᪲gHn~#a#Ij㚨LЉ%mkd ⛔JdLR4 >e0.2 ʖf>}>rfoI%rq\.\髵%Zf.et\\28.Þ`l\< >ӗkYέYHڴTXҸYp>WggԤ| ΞK僯fWocӗgpFiu3k^ecV -Y-ˀ%xPLZwL:7 f[:Iwx||"KٞQI4x(q7,ם@z3(zĮ}×OdMq,}paQTv|}"c4XI4B}XnDwN4ӢÝ$oh.a2N7%fsrS%:ʼnMvC>7,uUhZhơ;v7PNle˼^L tY8M9׏kc2M5܂2 VU?Bn[`s\+-paE*\43~ +XhUfMˁ$;@2''X2i$Ah(xj[F` zJY3<]w.5o\+p|EKӇ3>\h+ѡ|'FC"eY(~s呙]?#8E)v(UI}K&0#[Ɏђ1X؞/[s -R l13fE8 f!Jb[m8:\fQ.Y?P'qՙBc=Z[ dac3X^<)\` 2TeqbT27O@d7D\7$88zHz -kQ|2-(h Y9[:0>N|F&,pL5l7䀡o|lKDU@`o,S䛢(,cEMcrP\ )[El_Ǒ]Y~8"q'z=[Q,WgLḄ6 -i:׌qIb1\%G"(NX+aAb{/ʑlh czTO` 54d+;$9 e khUf.CJ$ ;&P'o?Ќ?}O_|qbaСO~Cr+Ghji#2FZ|i:D9PܖeQAh -^<!U2m<_03}Z9(̎Z^ǰ="700fnp+h5c$FےRzއnj8ppf[pVNeNd}\Z%,Wmu»Ô^؀}vn!NMP 5D)#i |s4kz -:\檅N#8얏>Zᨻ^wߺY_]>sx|?}(;ɰfRArdKg -: "L4&`*تL}N#,H3j]fG5Sje;㳈9qT]3뚫8bIo(׎i.!0Q [L6_烄H4y]kV -sOBϟL&kkp <Dy%R>yjb3Fjx."bMID6N-ejt +RH!I풘}vrIECq)%6?{g& !qދD5L^ >r&ĒÙzW"0?{>6`'γ[zք ,t<}7O[0E;< 8ʇ~$VH/M1fe먲dd -4FgKsxX#8p=׆B=֭fY `m+y,,x8VMpż2k {X>SN h n...ʋdH|7${Xh:K8ݺ0nVq[/ Mr aQڮ&_F>tOW;8`3EzO`7lK ďOpG -e[ -X{[]& :sanA.4nItETR \Qy T'WUWѠS<˾=dSXˮK Z+6YV3:> -#ak0k~- 0\ĩeť` 'B,G3C¶C{,FΧv k04<"U~Jlʛ= pj޷^ÙBsmk_2oeB[^̟ZR\r3Aaq6<WQa=OIg}}ٖv?&c;7VX^L# =9r֮JDe`CKk *گ=Y` ߒWzX\Xs|eff)YL֨z+x,U_K)fĚ6{Jm.X(ݘ;wm6M:y-hJ4g/Qc+13E*du 2²#) -;wZkױ6Xs=?W`1f.;At0\H˄qTdR)Ule71wa֖ *ډ"-LXsվ VpP -*A_2Yw>@rws|=~V H5&/z'L H\߹= =pU[_Sw'%4'O,Iփƅ5in`^ O޲La&yRvTً?B岥y<ĸN]~9 .-sQ#Ɔ <imɠѠlZ.a6bڭb%\UluKkם -&sӪ@ o^=LUyN7\~G78R\ᖏUbӞ9^xod=|[jcG0R8e9)54u| H?-Qxo/׷_?=q_9!w׿xz~]󉼿%s^u_\ל3|o=JkO?䓶?O}'?~_7_Z~|)w~'G&oNO{WǷ t=.rzO?GÇAo} O߾+zt÷]W[xX>ϕ_c> sU?t~ۻn6?yߕOYߜ{wϿx@3O]Kĸ=ei; {|ՇeV_Z9YJuo{3[??~?? /aק?k*\??o^~~ׯO_=*Rj_?/}ORGዡ铷OwگSDDf!WE&د<ځZ*,Mzk{Vx/222_]?;\߱zzlp~[J&7Gm҇?hXqd+4/__>/_=Yh%n:eL'r>Ӎm=.o&ޝsώ#-T&'e~~5|BN脜ˣAF 9G/6wٿo\ƬRffjvk ݟKd9mc0g,{x6 -7օ|#;${;oCCȈ>}' GWV$f Jt pRUtBĒ# A1˶:LpS:ù>X )d#mld&iz kt8cI3/𸍏q &똭d~#eg -:?V.^q#æ#-뮣"kcR^8 dPNXy]Wo ޖL.=⬵݇b^Sۣ˰_mMlj`4Syh5:j}ld{숸舉M&)h2\ =ҮzD1Ǒrl#dIs[pa}[H](9{?DDg~(0q|>jy~r piqۚYm\,.i(>6l!<1Al(9-DЧRVoW -UPn,6$Vt -}oJJ8qЎaC#5#8ӻs)@YW7i}]q{&gwW%a'@&kHKNg n|\y1dl,fD$h?mb-Cެ"OB.\MFl"jLE'!ጛ RYiƒMD!Hp Xp:Q=$Eqd:սmN8talL" h1M]Y_-n\*ҷ(F(_ĥ˸H(zҒ/ pGj -,LUN~Cî>6&?1M>fak ˚m&.& yR]Ң,B5$f 11ɑK5YS$s^LG&z:s8WjEbfl+͇KCL]KQ9Mx8[Ԣ82I j1(88n(h{X[+$lޑ6V)]髷ϗZbcxNՊ^f@>p4u -!_˖f"RT.$06ɝ0ZyT0[ǏEgckMw4iy(zdݰVG1GQ(ݑ_Ƞ9]A[IG$. 4˺'4P\Kks^3mLI wDfאQlBya_ŕ[:fzZEy-nY˃4O tHkSp4xͳW i~#`-1 -xxVsgS^O>-&l` f:HݣY⥋/d8h.%fq >ǭthi3vkaqN7UZcWC+};VS`s/q; -ScO_w^Vkf,L)5q谋S1A=Q>t:UŇhy -=A}QWu#@ɝL|_}aJ=$6eoC8هߔCHeNZ!E!2-BxʲQ2-B܅E6E@ϋGjRAm,-y)P-h["Tk=_/BpqMeEhEX"4uyMJ pylam zxbZ&t jc^e q^k™t7t<5ii%x:5MVeX bT|[# `9++A'ȫ/+DI @boUQ˪TmRQn҅P3e=n~}<|x - uHV_G]]lrWͲ~ȉl`G7"xw'p/g)כ4=-rÀ5h5~ - *pР.-eK3I.j8l5XVg1DF?3*wc^N-1MnmD8la&2&4 >f2&e&K7Ș܃/%Mn1V-DVxs\n\!irK4}([=".BU v.GLPk.ѴEP -,uBkhdk3 ?Ɯ -jN rePNm}q=IH`#1ɂZS4xc҃qɂZD2+,ufek%7v%$˂Zj,5 AVD(Z6ԲԒU d(]E4= 5Fu^5I/ .{X ފ*rI1GXt5&YP]HPeYʤT]K1O2+,EWיKʖg"y~p\n\B% k ,krp)z"9c^5zei3O͋~ʧfƒbw9Jn~pBpy53MR)F/ZpسGo=RY CΖf"ɭ H`6bq2^LdqE\qLy0M4΃z{E6q* aaF&۰&?2PgOfCB>d3h!!ݘ!LI)D;)__S {)Mus: ~gKUUX8: -SpuaJgW:SJQ:QâQ:W:.SJ'W:܊zm7k7_:Kmg><ήtv+<t-aMGJҮy<\ɕNtp%qZ`FWǷ<>E0OY(עXh™DŽm{ݢanQT=QH.9Ԩv UhP14N(v9>ڼn8-J!-v[^(tBh--68p[tjͶ! -۬s鉭~zL3GG#8 jQSѺsNzLJ˓G 5VVk$c^8 -`͝T& -P;B "rTV yQAaH) %{7ޔd'IQwyuScq,v%!D61Dog\EP/[?+Uj3?;]uCk_aDWVT8*+YVVBxy19Ufu.ė}ـm1t+H hb Kb02B q$wbZI,f=o>zS9Ӷu/&kytӏ -~yہ aʲX1?7YqW?'o_߼??~0~U]>|zr/woO7rj_k__o?TfO}d?{zlj+rt -9JONL~bNwKi'kONTƽ?虄Xɜx`oD8NEWrunn(28_퍲4 nr|5'!*>J35PpyxC`ܦ|U1W:ϯ(:_)$jH/i Au[3 -FLj'֯jV._r|㯉~FҮ[cbhߍjI( -rC[NM֖vF] N -6vG3 ")6i$ ?|I&7!1k|^ 1/>}҄kkC2/I^kԳMGsG -GIH^YL HQ@V8@3^_7ĸ;|D,R";@qQh!<кG^P ߈Ca!\tg?АbsfڤtWݡ? -ZDF~**ƣHצ'>YXԽnٯd,6pA endstream endobj 5 0 obj <> endobj 6 0 obj <> endobj 7 0 obj <> endobj 887 0 obj <> endobj 888 0 obj <> endobj 889 0 obj <> endobj 1768 0 obj <> endobj 1769 0 obj <> endobj 1770 0 obj <> endobj 2641 0 obj [/View/Design] endobj 2642 0 obj <>>> endobj 2639 0 obj [/View/Design] endobj 2640 0 obj <>>> endobj 2637 0 obj [/View/Design] endobj 2638 0 obj <>>> endobj 1760 0 obj [/View/Design] endobj 1761 0 obj <>>> endobj 1758 0 obj [/View/Design] endobj 1759 0 obj <>>> endobj 1756 0 obj [/View/Design] endobj 1757 0 obj <>>> endobj 879 0 obj [/View/Design] endobj 880 0 obj <>>> endobj 877 0 obj [/View/Design] endobj 878 0 obj <>>> endobj 875 0 obj [/View/Design] endobj 876 0 obj <>>> endobj 2652 0 obj [2651 0 R 2650 0 R 2649 0 R] endobj 3529 0 obj <> endobj xref 0 3530 0000000004 65535 f -0000000016 00000 n -0000000332 00000 n -0000035525 00000 n -0000000008 00000 f -0000315929 00000 n -0000316003 00000 n -0000316088 00000 n -0000000010 00000 f -0000035576 00000 n -0000000011 00000 f -0000000012 00000 f -0000000013 00000 f -0000000014 00000 f -0000000015 00000 f -0000000016 00000 f -0000000017 00000 f -0000000018 00000 f -0000000019 00000 f -0000000020 00000 f -0000000021 00000 f -0000000022 00000 f -0000000023 00000 f -0000000024 00000 f -0000000025 00000 f -0000000026 00000 f -0000000027 00000 f -0000000028 00000 f -0000000029 00000 f -0000000030 00000 f -0000000031 00000 f -0000000032 00000 f -0000000033 00000 f -0000000034 00000 f -0000000035 00000 f -0000000036 00000 f -0000000037 00000 f -0000000038 00000 f -0000000039 00000 f -0000000040 00000 f -0000000041 00000 f -0000000042 00000 f -0000000043 00000 f -0000000044 00000 f -0000000045 00000 f -0000000046 00000 f -0000000047 00000 f -0000000048 00000 f -0000000049 00000 f -0000000050 00000 f -0000000051 00000 f -0000000052 00000 f -0000000053 00000 f -0000000054 00000 f -0000000055 00000 f -0000000056 00000 f -0000000057 00000 f -0000000058 00000 f -0000000059 00000 f -0000000060 00000 f -0000000061 00000 f -0000000062 00000 f -0000000063 00000 f -0000000064 00000 f -0000000065 00000 f -0000000066 00000 f -0000000067 00000 f -0000000068 00000 f -0000000069 00000 f -0000000070 00000 f -0000000071 00000 f -0000000072 00000 f -0000000073 00000 f -0000000074 00000 f -0000000075 00000 f -0000000076 00000 f -0000000077 00000 f -0000000078 00000 f -0000000079 00000 f -0000000080 00000 f -0000000081 00000 f -0000000082 00000 f -0000000083 00000 f -0000000084 00000 f -0000000085 00000 f -0000000086 00000 f -0000000087 00000 f -0000000088 00000 f -0000000089 00000 f -0000000090 00000 f -0000000091 00000 f -0000000092 00000 f -0000000093 00000 f -0000000094 00000 f -0000000095 00000 f -0000000096 00000 f -0000000097 00000 f -0000000098 00000 f -0000000099 00000 f -0000000100 00000 f -0000000101 00000 f -0000000102 00000 f -0000000103 00000 f -0000000104 00000 f -0000000105 00000 f -0000000106 00000 f -0000000107 00000 f -0000000108 00000 f -0000000109 00000 f -0000000110 00000 f -0000000111 00000 f -0000000112 00000 f -0000000113 00000 f -0000000114 00000 f -0000000115 00000 f -0000000116 00000 f -0000000117 00000 f -0000000118 00000 f -0000000119 00000 f -0000000120 00000 f -0000000121 00000 f -0000000122 00000 f -0000000123 00000 f -0000000124 00000 f -0000000125 00000 f -0000000126 00000 f -0000000127 00000 f -0000000128 00000 f -0000000129 00000 f -0000000130 00000 f -0000000131 00000 f -0000000132 00000 f -0000000133 00000 f -0000000134 00000 f -0000000135 00000 f -0000000136 00000 f -0000000137 00000 f -0000000138 00000 f -0000000139 00000 f -0000000140 00000 f -0000000141 00000 f -0000000142 00000 f -0000000143 00000 f -0000000144 00000 f -0000000145 00000 f -0000000146 00000 f -0000000147 00000 f -0000000148 00000 f -0000000149 00000 f -0000000150 00000 f -0000000151 00000 f -0000000152 00000 f -0000000153 00000 f -0000000154 00000 f -0000000155 00000 f -0000000156 00000 f -0000000157 00000 f -0000000158 00000 f -0000000159 00000 f -0000000160 00000 f -0000000161 00000 f -0000000162 00000 f -0000000163 00000 f -0000000164 00000 f -0000000165 00000 f -0000000166 00000 f -0000000167 00000 f -0000000168 00000 f -0000000169 00000 f -0000000170 00000 f -0000000171 00000 f -0000000172 00000 f -0000000173 00000 f -0000000174 00000 f -0000000175 00000 f -0000000176 00000 f -0000000177 00000 f -0000000178 00000 f -0000000179 00000 f -0000000180 00000 f -0000000181 00000 f -0000000182 00000 f -0000000183 00000 f -0000000184 00000 f -0000000185 00000 f -0000000186 00000 f -0000000187 00000 f -0000000188 00000 f -0000000189 00000 f -0000000190 00000 f -0000000191 00000 f -0000000192 00000 f -0000000193 00000 f -0000000194 00000 f -0000000195 00000 f -0000000196 00000 f -0000000197 00000 f -0000000198 00000 f -0000000199 00000 f -0000000200 00000 f -0000000201 00000 f -0000000202 00000 f -0000000203 00000 f -0000000204 00000 f -0000000205 00000 f -0000000206 00000 f -0000000207 00000 f -0000000208 00000 f -0000000209 00000 f -0000000210 00000 f -0000000211 00000 f -0000000212 00000 f -0000000213 00000 f -0000000214 00000 f -0000000215 00000 f -0000000216 00000 f -0000000217 00000 f -0000000218 00000 f -0000000219 00000 f -0000000220 00000 f -0000000221 00000 f -0000000222 00000 f -0000000223 00000 f -0000000224 00000 f -0000000225 00000 f -0000000226 00000 f -0000000227 00000 f -0000000228 00000 f -0000000229 00000 f -0000000230 00000 f -0000000231 00000 f -0000000232 00000 f -0000000233 00000 f -0000000234 00000 f -0000000235 00000 f -0000000236 00000 f -0000000237 00000 f -0000000238 00000 f -0000000239 00000 f -0000000240 00000 f -0000000241 00000 f -0000000242 00000 f -0000000243 00000 f -0000000244 00000 f -0000000245 00000 f -0000000246 00000 f -0000000247 00000 f -0000000248 00000 f -0000000249 00000 f -0000000250 00000 f -0000000251 00000 f -0000000252 00000 f -0000000253 00000 f -0000000254 00000 f -0000000255 00000 f -0000000256 00000 f -0000000257 00000 f -0000000258 00000 f -0000000259 00000 f -0000000260 00000 f -0000000261 00000 f -0000000262 00000 f -0000000263 00000 f -0000000264 00000 f -0000000265 00000 f -0000000266 00000 f -0000000267 00000 f -0000000268 00000 f -0000000269 00000 f -0000000270 00000 f -0000000271 00000 f -0000000272 00000 f -0000000273 00000 f -0000000274 00000 f -0000000275 00000 f -0000000276 00000 f -0000000277 00000 f -0000000278 00000 f -0000000279 00000 f -0000000280 00000 f -0000000281 00000 f -0000000282 00000 f -0000000283 00000 f -0000000284 00000 f -0000000285 00000 f -0000000286 00000 f -0000000287 00000 f -0000000288 00000 f -0000000289 00000 f -0000000290 00000 f -0000000291 00000 f -0000000292 00000 f -0000000293 00000 f -0000000294 00000 f -0000000295 00000 f -0000000296 00000 f -0000000297 00000 f -0000000298 00000 f -0000000299 00000 f -0000000300 00000 f -0000000301 00000 f -0000000302 00000 f -0000000303 00000 f -0000000304 00000 f -0000000305 00000 f -0000000306 00000 f -0000000307 00000 f -0000000308 00000 f -0000000309 00000 f -0000000310 00000 f -0000000311 00000 f -0000000312 00000 f -0000000313 00000 f -0000000314 00000 f -0000000315 00000 f -0000000316 00000 f -0000000317 00000 f -0000000318 00000 f -0000000319 00000 f -0000000320 00000 f -0000000321 00000 f -0000000322 00000 f -0000000323 00000 f -0000000324 00000 f -0000000325 00000 f -0000000326 00000 f -0000000327 00000 f -0000000328 00000 f -0000000329 00000 f -0000000330 00000 f -0000000331 00000 f -0000000332 00000 f -0000000333 00000 f -0000000334 00000 f -0000000335 00000 f -0000000336 00000 f -0000000337 00000 f -0000000338 00000 f -0000000339 00000 f -0000000340 00000 f -0000000341 00000 f -0000000342 00000 f -0000000343 00000 f -0000000344 00000 f -0000000345 00000 f -0000000346 00000 f -0000000347 00000 f -0000000348 00000 f -0000000349 00000 f -0000000350 00000 f -0000000351 00000 f -0000000352 00000 f -0000000353 00000 f -0000000354 00000 f -0000000355 00000 f -0000000356 00000 f -0000000357 00000 f -0000000358 00000 f -0000000359 00000 f -0000000360 00000 f -0000000361 00000 f -0000000362 00000 f -0000000363 00000 f -0000000364 00000 f -0000000365 00000 f -0000000366 00000 f -0000000367 00000 f -0000000368 00000 f -0000000369 00000 f -0000000370 00000 f -0000000371 00000 f -0000000372 00000 f -0000000373 00000 f -0000000374 00000 f -0000000375 00000 f -0000000376 00000 f -0000000377 00000 f -0000000378 00000 f -0000000379 00000 f -0000000380 00000 f -0000000381 00000 f -0000000382 00000 f -0000000383 00000 f -0000000384 00000 f -0000000385 00000 f -0000000386 00000 f -0000000387 00000 f -0000000388 00000 f -0000000389 00000 f -0000000390 00000 f -0000000391 00000 f -0000000392 00000 f -0000000393 00000 f -0000000394 00000 f -0000000395 00000 f -0000000396 00000 f -0000000397 00000 f -0000000398 00000 f -0000000399 00000 f -0000000400 00000 f -0000000401 00000 f -0000000402 00000 f -0000000403 00000 f -0000000404 00000 f -0000000405 00000 f -0000000406 00000 f -0000000407 00000 f -0000000408 00000 f -0000000409 00000 f -0000000410 00000 f -0000000411 00000 f -0000000412 00000 f -0000000413 00000 f -0000000414 00000 f -0000000415 00000 f -0000000416 00000 f -0000000417 00000 f -0000000418 00000 f -0000000419 00000 f -0000000420 00000 f -0000000421 00000 f -0000000422 00000 f -0000000423 00000 f -0000000424 00000 f -0000000425 00000 f -0000000426 00000 f -0000000427 00000 f -0000000428 00000 f -0000000429 00000 f -0000000430 00000 f -0000000431 00000 f -0000000432 00000 f -0000000433 00000 f -0000000434 00000 f -0000000435 00000 f -0000000436 00000 f -0000000437 00000 f -0000000438 00000 f -0000000439 00000 f -0000000440 00000 f -0000000441 00000 f -0000000442 00000 f -0000000443 00000 f -0000000444 00000 f -0000000445 00000 f -0000000446 00000 f -0000000447 00000 f -0000000448 00000 f -0000000449 00000 f -0000000450 00000 f -0000000451 00000 f -0000000452 00000 f -0000000453 00000 f -0000000454 00000 f -0000000455 00000 f -0000000456 00000 f -0000000457 00000 f -0000000458 00000 f -0000000459 00000 f -0000000460 00000 f -0000000461 00000 f -0000000462 00000 f -0000000463 00000 f -0000000464 00000 f -0000000465 00000 f -0000000466 00000 f -0000000467 00000 f -0000000468 00000 f -0000000469 00000 f -0000000470 00000 f -0000000471 00000 f -0000000472 00000 f -0000000473 00000 f -0000000474 00000 f -0000000475 00000 f -0000000476 00000 f -0000000477 00000 f -0000000478 00000 f -0000000479 00000 f -0000000480 00000 f -0000000481 00000 f -0000000482 00000 f -0000000483 00000 f -0000000484 00000 f -0000000485 00000 f -0000000486 00000 f -0000000487 00000 f -0000000488 00000 f -0000000489 00000 f -0000000490 00000 f -0000000491 00000 f -0000000492 00000 f -0000000493 00000 f -0000000494 00000 f -0000000495 00000 f -0000000496 00000 f -0000000497 00000 f -0000000498 00000 f -0000000499 00000 f -0000000500 00000 f -0000000501 00000 f -0000000502 00000 f -0000000503 00000 f -0000000504 00000 f -0000000505 00000 f -0000000506 00000 f -0000000507 00000 f -0000000508 00000 f -0000000509 00000 f -0000000510 00000 f -0000000511 00000 f -0000000512 00000 f -0000000513 00000 f -0000000514 00000 f -0000000515 00000 f -0000000516 00000 f -0000000517 00000 f -0000000518 00000 f -0000000519 00000 f -0000000520 00000 f -0000000521 00000 f -0000000522 00000 f -0000000523 00000 f -0000000524 00000 f -0000000525 00000 f -0000000526 00000 f -0000000527 00000 f -0000000528 00000 f -0000000529 00000 f -0000000530 00000 f -0000000531 00000 f -0000000532 00000 f -0000000533 00000 f -0000000534 00000 f -0000000535 00000 f -0000000536 00000 f -0000000537 00000 f -0000000538 00000 f -0000000539 00000 f -0000000540 00000 f -0000000541 00000 f -0000000542 00000 f -0000000543 00000 f -0000000544 00000 f -0000000545 00000 f -0000000546 00000 f -0000000547 00000 f -0000000548 00000 f -0000000549 00000 f -0000000550 00000 f -0000000551 00000 f -0000000552 00000 f -0000000553 00000 f -0000000554 00000 f -0000000555 00000 f -0000000556 00000 f -0000000557 00000 f -0000000558 00000 f -0000000559 00000 f -0000000560 00000 f -0000000561 00000 f -0000000562 00000 f -0000000563 00000 f -0000000564 00000 f -0000000565 00000 f -0000000566 00000 f -0000000567 00000 f -0000000568 00000 f -0000000569 00000 f -0000000570 00000 f -0000000571 00000 f -0000000572 00000 f -0000000573 00000 f -0000000574 00000 f -0000000575 00000 f -0000000576 00000 f -0000000577 00000 f -0000000578 00000 f -0000000579 00000 f -0000000580 00000 f -0000000581 00000 f -0000000582 00000 f -0000000583 00000 f -0000000584 00000 f -0000000585 00000 f -0000000586 00000 f -0000000587 00000 f -0000000588 00000 f -0000000589 00000 f -0000000590 00000 f -0000000591 00000 f -0000000592 00000 f -0000000593 00000 f -0000000594 00000 f -0000000595 00000 f -0000000596 00000 f -0000000597 00000 f -0000000598 00000 f -0000000599 00000 f -0000000600 00000 f -0000000601 00000 f -0000000602 00000 f -0000000603 00000 f -0000000604 00000 f -0000000605 00000 f -0000000606 00000 f -0000000607 00000 f -0000000608 00000 f -0000000609 00000 f -0000000610 00000 f -0000000611 00000 f -0000000612 00000 f -0000000613 00000 f -0000000614 00000 f -0000000615 00000 f -0000000616 00000 f -0000000617 00000 f -0000000618 00000 f -0000000619 00000 f -0000000620 00000 f -0000000621 00000 f -0000000622 00000 f -0000000623 00000 f -0000000624 00000 f -0000000625 00000 f -0000000626 00000 f -0000000627 00000 f -0000000628 00000 f -0000000629 00000 f -0000000630 00000 f -0000000631 00000 f -0000000632 00000 f -0000000633 00000 f -0000000634 00000 f -0000000635 00000 f -0000000636 00000 f -0000000637 00000 f -0000000638 00000 f -0000000639 00000 f -0000000640 00000 f -0000000641 00000 f -0000000642 00000 f -0000000643 00000 f -0000000644 00000 f -0000000645 00000 f -0000000646 00000 f -0000000647 00000 f -0000000648 00000 f -0000000649 00000 f -0000000650 00000 f -0000000651 00000 f -0000000652 00000 f -0000000653 00000 f -0000000654 00000 f -0000000655 00000 f -0000000656 00000 f -0000000657 00000 f -0000000658 00000 f -0000000659 00000 f -0000000660 00000 f -0000000661 00000 f -0000000662 00000 f -0000000663 00000 f -0000000664 00000 f -0000000665 00000 f -0000000666 00000 f -0000000667 00000 f -0000000668 00000 f -0000000669 00000 f -0000000670 00000 f -0000000671 00000 f -0000000672 00000 f -0000000673 00000 f -0000000674 00000 f -0000000675 00000 f -0000000676 00000 f -0000000677 00000 f -0000000678 00000 f -0000000679 00000 f -0000000680 00000 f -0000000681 00000 f -0000000682 00000 f -0000000683 00000 f -0000000684 00000 f -0000000685 00000 f -0000000686 00000 f -0000000687 00000 f -0000000688 00000 f -0000000689 00000 f -0000000690 00000 f -0000000691 00000 f -0000000692 00000 f -0000000693 00000 f -0000000694 00000 f -0000000695 00000 f -0000000696 00000 f -0000000697 00000 f -0000000698 00000 f -0000000699 00000 f -0000000700 00000 f -0000000701 00000 f -0000000702 00000 f -0000000703 00000 f -0000000704 00000 f -0000000705 00000 f -0000000706 00000 f -0000000707 00000 f -0000000708 00000 f -0000000709 00000 f -0000000710 00000 f -0000000711 00000 f -0000000712 00000 f -0000000713 00000 f -0000000714 00000 f -0000000715 00000 f -0000000716 00000 f -0000000717 00000 f -0000000718 00000 f -0000000719 00000 f -0000000720 00000 f -0000000721 00000 f -0000000722 00000 f -0000000723 00000 f -0000000724 00000 f -0000000725 00000 f -0000000726 00000 f -0000000727 00000 f -0000000728 00000 f -0000000729 00000 f -0000000730 00000 f -0000000731 00000 f -0000000732 00000 f -0000000733 00000 f -0000000734 00000 f -0000000735 00000 f -0000000736 00000 f -0000000737 00000 f -0000000738 00000 f -0000000739 00000 f -0000000740 00000 f -0000000741 00000 f -0000000742 00000 f -0000000743 00000 f -0000000744 00000 f -0000000745 00000 f -0000000746 00000 f -0000000747 00000 f -0000000748 00000 f -0000000749 00000 f -0000000750 00000 f -0000000751 00000 f -0000000752 00000 f -0000000753 00000 f -0000000754 00000 f -0000000755 00000 f -0000000756 00000 f -0000000757 00000 f -0000000758 00000 f -0000000759 00000 f -0000000760 00000 f -0000000761 00000 f -0000000762 00000 f -0000000763 00000 f -0000000764 00000 f -0000000765 00000 f -0000000766 00000 f -0000000767 00000 f -0000000768 00000 f -0000000769 00000 f -0000000770 00000 f -0000000771 00000 f -0000000772 00000 f -0000000773 00000 f -0000000774 00000 f -0000000775 00000 f -0000000776 00000 f -0000000777 00000 f -0000000778 00000 f -0000000779 00000 f -0000000780 00000 f -0000000781 00000 f -0000000782 00000 f -0000000783 00000 f -0000000784 00000 f -0000000785 00000 f -0000000786 00000 f -0000000787 00000 f -0000000788 00000 f -0000000789 00000 f -0000000790 00000 f -0000000791 00000 f -0000000792 00000 f -0000000793 00000 f -0000000794 00000 f -0000000795 00000 f -0000000796 00000 f -0000000797 00000 f -0000000798 00000 f -0000000799 00000 f -0000000800 00000 f -0000000801 00000 f -0000000802 00000 f -0000000803 00000 f -0000000804 00000 f -0000000805 00000 f -0000000806 00000 f -0000000807 00000 f -0000000808 00000 f -0000000809 00000 f -0000000810 00000 f -0000000811 00000 f -0000000812 00000 f -0000000813 00000 f -0000000814 00000 f -0000000815 00000 f -0000000816 00000 f -0000000817 00000 f -0000000818 00000 f -0000000819 00000 f -0000000820 00000 f -0000000821 00000 f -0000000822 00000 f -0000000823 00000 f -0000000824 00000 f -0000000825 00000 f -0000000826 00000 f -0000000827 00000 f -0000000828 00000 f -0000000829 00000 f -0000000830 00000 f -0000000831 00000 f -0000000832 00000 f -0000000833 00000 f -0000000834 00000 f -0000000835 00000 f -0000000836 00000 f -0000000837 00000 f -0000000838 00000 f -0000000839 00000 f -0000000840 00000 f -0000000841 00000 f -0000000842 00000 f -0000000843 00000 f -0000000844 00000 f -0000000845 00000 f -0000000846 00000 f -0000000847 00000 f -0000000848 00000 f -0000000849 00000 f -0000000850 00000 f -0000000851 00000 f -0000000852 00000 f -0000000853 00000 f -0000000854 00000 f -0000000855 00000 f -0000000856 00000 f -0000000857 00000 f -0000000858 00000 f -0000000859 00000 f -0000000860 00000 f -0000000861 00000 f -0000000862 00000 f -0000000863 00000 f -0000000864 00000 f -0000000865 00000 f -0000000866 00000 f -0000000867 00000 f -0000000868 00000 f -0000000869 00000 f -0000000870 00000 f -0000000871 00000 f -0000000872 00000 f -0000000873 00000 f -0000000874 00000 f -0000000881 00000 f -0000317626 00000 n -0000317658 00000 n -0000317508 00000 n -0000317540 00000 n -0000317390 00000 n -0000317422 00000 n -0000000882 00000 f -0000000883 00000 f -0000000884 00000 f -0000000885 00000 f -0000000886 00000 f -0000000890 00000 f -0000316167 00000 n -0000316245 00000 n -0000316334 00000 n -0000000891 00000 f -0000000892 00000 f -0000000893 00000 f -0000000894 00000 f -0000000895 00000 f -0000000896 00000 f -0000000897 00000 f -0000000898 00000 f -0000000899 00000 f -0000000900 00000 f -0000000901 00000 f -0000000902 00000 f -0000000903 00000 f -0000000904 00000 f -0000000905 00000 f -0000000906 00000 f -0000000907 00000 f -0000000908 00000 f -0000000909 00000 f -0000000910 00000 f -0000000911 00000 f -0000000912 00000 f -0000000913 00000 f -0000000914 00000 f -0000000915 00000 f -0000000916 00000 f -0000000917 00000 f -0000000918 00000 f -0000000919 00000 f -0000000920 00000 f -0000000921 00000 f -0000000922 00000 f -0000000923 00000 f -0000000924 00000 f -0000000925 00000 f -0000000926 00000 f -0000000927 00000 f -0000000928 00000 f -0000000929 00000 f -0000000930 00000 f -0000000931 00000 f -0000000932 00000 f -0000000933 00000 f -0000000934 00000 f -0000000935 00000 f -0000000936 00000 f -0000000937 00000 f -0000000938 00000 f -0000000939 00000 f -0000000940 00000 f -0000000941 00000 f -0000000942 00000 f -0000000943 00000 f -0000000944 00000 f -0000000945 00000 f -0000000946 00000 f -0000000947 00000 f -0000000948 00000 f -0000000949 00000 f -0000000950 00000 f -0000000951 00000 f -0000000952 00000 f -0000000953 00000 f -0000000954 00000 f -0000000955 00000 f -0000000956 00000 f -0000000957 00000 f -0000000958 00000 f -0000000959 00000 f -0000000960 00000 f -0000000961 00000 f -0000000962 00000 f -0000000963 00000 f -0000000964 00000 f -0000000965 00000 f -0000000966 00000 f -0000000967 00000 f -0000000968 00000 f -0000000969 00000 f -0000000970 00000 f -0000000971 00000 f -0000000972 00000 f -0000000973 00000 f -0000000974 00000 f -0000000975 00000 f -0000000976 00000 f -0000000977 00000 f -0000000978 00000 f -0000000979 00000 f -0000000980 00000 f -0000000981 00000 f -0000000982 00000 f -0000000983 00000 f -0000000984 00000 f -0000000985 00000 f -0000000986 00000 f -0000000987 00000 f -0000000988 00000 f -0000000989 00000 f -0000000990 00000 f -0000000991 00000 f -0000000992 00000 f -0000000993 00000 f -0000000994 00000 f -0000000995 00000 f -0000000996 00000 f -0000000997 00000 f -0000000998 00000 f -0000000999 00000 f -0000001000 00000 f -0000001001 00000 f -0000001002 00000 f -0000001003 00000 f -0000001004 00000 f -0000001005 00000 f -0000001006 00000 f -0000001007 00000 f -0000001008 00000 f -0000001009 00000 f -0000001010 00000 f -0000001011 00000 f -0000001012 00000 f -0000001013 00000 f -0000001014 00000 f -0000001015 00000 f -0000001016 00000 f -0000001017 00000 f -0000001018 00000 f -0000001019 00000 f -0000001020 00000 f -0000001021 00000 f -0000001022 00000 f -0000001023 00000 f -0000001024 00000 f -0000001025 00000 f -0000001026 00000 f -0000001027 00000 f -0000001028 00000 f -0000001029 00000 f -0000001030 00000 f -0000001031 00000 f -0000001032 00000 f -0000001033 00000 f -0000001034 00000 f -0000001035 00000 f -0000001036 00000 f -0000001037 00000 f -0000001038 00000 f -0000001039 00000 f -0000001040 00000 f -0000001041 00000 f -0000001042 00000 f -0000001043 00000 f -0000001044 00000 f -0000001045 00000 f -0000001046 00000 f -0000001047 00000 f -0000001048 00000 f -0000001049 00000 f -0000001050 00000 f -0000001051 00000 f -0000001052 00000 f -0000001053 00000 f -0000001054 00000 f -0000001055 00000 f -0000001056 00000 f -0000001057 00000 f -0000001058 00000 f -0000001059 00000 f -0000001060 00000 f -0000001061 00000 f -0000001062 00000 f -0000001063 00000 f -0000001064 00000 f -0000001065 00000 f -0000001066 00000 f -0000001067 00000 f -0000001068 00000 f -0000001069 00000 f -0000001070 00000 f -0000001071 00000 f -0000001072 00000 f -0000001073 00000 f -0000001074 00000 f -0000001075 00000 f -0000001076 00000 f -0000001077 00000 f -0000001078 00000 f -0000001079 00000 f -0000001080 00000 f -0000001081 00000 f -0000001082 00000 f -0000001083 00000 f -0000001084 00000 f -0000001085 00000 f -0000001086 00000 f -0000001087 00000 f -0000001088 00000 f -0000001089 00000 f -0000001090 00000 f -0000001091 00000 f -0000001092 00000 f -0000001093 00000 f -0000001094 00000 f -0000001095 00000 f -0000001096 00000 f -0000001097 00000 f -0000001098 00000 f -0000001099 00000 f -0000001100 00000 f -0000001101 00000 f -0000001102 00000 f -0000001103 00000 f -0000001104 00000 f -0000001105 00000 f -0000001106 00000 f -0000001107 00000 f -0000001108 00000 f -0000001109 00000 f -0000001110 00000 f -0000001111 00000 f -0000001112 00000 f -0000001113 00000 f -0000001114 00000 f -0000001115 00000 f -0000001116 00000 f -0000001117 00000 f -0000001118 00000 f -0000001119 00000 f -0000001120 00000 f -0000001121 00000 f -0000001122 00000 f -0000001123 00000 f -0000001124 00000 f -0000001125 00000 f -0000001126 00000 f -0000001127 00000 f -0000001128 00000 f -0000001129 00000 f -0000001130 00000 f -0000001131 00000 f -0000001132 00000 f -0000001133 00000 f -0000001134 00000 f -0000001135 00000 f -0000001136 00000 f -0000001137 00000 f -0000001138 00000 f -0000001139 00000 f -0000001140 00000 f -0000001141 00000 f -0000001142 00000 f -0000001143 00000 f -0000001144 00000 f -0000001145 00000 f -0000001146 00000 f -0000001147 00000 f -0000001148 00000 f -0000001149 00000 f -0000001150 00000 f -0000001151 00000 f -0000001152 00000 f -0000001153 00000 f -0000001154 00000 f -0000001155 00000 f -0000001156 00000 f -0000001157 00000 f -0000001158 00000 f -0000001159 00000 f -0000001160 00000 f -0000001161 00000 f -0000001162 00000 f -0000001163 00000 f -0000001164 00000 f -0000001165 00000 f -0000001166 00000 f -0000001167 00000 f -0000001168 00000 f -0000001169 00000 f -0000001170 00000 f -0000001171 00000 f -0000001172 00000 f -0000001173 00000 f -0000001174 00000 f -0000001175 00000 f -0000001176 00000 f -0000001177 00000 f -0000001178 00000 f -0000001179 00000 f -0000001180 00000 f -0000001181 00000 f -0000001182 00000 f -0000001183 00000 f -0000001184 00000 f -0000001185 00000 f -0000001186 00000 f -0000001187 00000 f -0000001188 00000 f -0000001189 00000 f -0000001190 00000 f -0000001191 00000 f -0000001192 00000 f -0000001193 00000 f -0000001194 00000 f -0000001195 00000 f -0000001196 00000 f -0000001197 00000 f -0000001198 00000 f -0000001199 00000 f -0000001200 00000 f -0000001201 00000 f -0000001202 00000 f -0000001203 00000 f -0000001204 00000 f -0000001205 00000 f -0000001206 00000 f -0000001207 00000 f -0000001208 00000 f -0000001209 00000 f -0000001210 00000 f -0000001211 00000 f -0000001212 00000 f -0000001213 00000 f -0000001214 00000 f -0000001215 00000 f -0000001216 00000 f -0000001217 00000 f -0000001218 00000 f -0000001219 00000 f -0000001220 00000 f -0000001221 00000 f -0000001222 00000 f -0000001223 00000 f -0000001224 00000 f -0000001225 00000 f -0000001226 00000 f -0000001227 00000 f -0000001228 00000 f -0000001229 00000 f -0000001230 00000 f -0000001231 00000 f -0000001232 00000 f -0000001233 00000 f -0000001234 00000 f -0000001235 00000 f -0000001236 00000 f -0000001237 00000 f -0000001238 00000 f -0000001239 00000 f -0000001240 00000 f -0000001241 00000 f -0000001242 00000 f -0000001243 00000 f -0000001244 00000 f -0000001245 00000 f -0000001246 00000 f -0000001247 00000 f -0000001248 00000 f -0000001249 00000 f -0000001250 00000 f -0000001251 00000 f -0000001252 00000 f -0000001253 00000 f -0000001254 00000 f -0000001255 00000 f -0000001256 00000 f -0000001257 00000 f -0000001258 00000 f -0000001259 00000 f -0000001260 00000 f -0000001261 00000 f -0000001262 00000 f -0000001263 00000 f -0000001264 00000 f -0000001265 00000 f -0000001266 00000 f -0000001267 00000 f -0000001268 00000 f -0000001269 00000 f -0000001270 00000 f -0000001271 00000 f -0000001272 00000 f -0000001273 00000 f -0000001274 00000 f -0000001275 00000 f -0000001276 00000 f -0000001277 00000 f -0000001278 00000 f -0000001279 00000 f -0000001280 00000 f -0000001281 00000 f -0000001282 00000 f -0000001283 00000 f -0000001284 00000 f -0000001285 00000 f -0000001286 00000 f -0000001287 00000 f -0000001288 00000 f -0000001289 00000 f -0000001290 00000 f -0000001291 00000 f -0000001292 00000 f -0000001293 00000 f -0000001294 00000 f -0000001295 00000 f -0000001296 00000 f -0000001297 00000 f -0000001298 00000 f -0000001299 00000 f -0000001300 00000 f -0000001301 00000 f -0000001302 00000 f -0000001303 00000 f -0000001304 00000 f -0000001305 00000 f -0000001306 00000 f -0000001307 00000 f -0000001308 00000 f -0000001309 00000 f -0000001310 00000 f -0000001311 00000 f -0000001312 00000 f -0000001313 00000 f -0000001314 00000 f -0000001315 00000 f -0000001316 00000 f -0000001317 00000 f -0000001318 00000 f -0000001319 00000 f -0000001320 00000 f -0000001321 00000 f -0000001322 00000 f -0000001323 00000 f -0000001324 00000 f -0000001325 00000 f -0000001326 00000 f -0000001327 00000 f -0000001328 00000 f -0000001329 00000 f -0000001330 00000 f -0000001331 00000 f -0000001332 00000 f -0000001333 00000 f -0000001334 00000 f -0000001335 00000 f -0000001336 00000 f -0000001337 00000 f -0000001338 00000 f -0000001339 00000 f -0000001340 00000 f -0000001341 00000 f -0000001342 00000 f -0000001343 00000 f -0000001344 00000 f -0000001345 00000 f -0000001346 00000 f -0000001347 00000 f -0000001348 00000 f -0000001349 00000 f -0000001350 00000 f -0000001351 00000 f -0000001352 00000 f -0000001353 00000 f -0000001354 00000 f -0000001355 00000 f -0000001356 00000 f -0000001357 00000 f -0000001358 00000 f -0000001359 00000 f -0000001360 00000 f -0000001361 00000 f -0000001362 00000 f -0000001363 00000 f -0000001364 00000 f -0000001365 00000 f -0000001366 00000 f -0000001367 00000 f -0000001368 00000 f -0000001369 00000 f -0000001370 00000 f -0000001371 00000 f -0000001372 00000 f -0000001373 00000 f -0000001374 00000 f -0000001375 00000 f -0000001376 00000 f -0000001377 00000 f -0000001378 00000 f -0000001379 00000 f -0000001380 00000 f -0000001381 00000 f -0000001382 00000 f -0000001383 00000 f -0000001384 00000 f -0000001385 00000 f -0000001386 00000 f -0000001387 00000 f -0000001388 00000 f -0000001389 00000 f -0000001390 00000 f -0000001391 00000 f -0000001392 00000 f -0000001393 00000 f -0000001394 00000 f -0000001395 00000 f -0000001396 00000 f -0000001397 00000 f -0000001398 00000 f -0000001399 00000 f -0000001400 00000 f -0000001401 00000 f -0000001402 00000 f -0000001403 00000 f -0000001404 00000 f -0000001405 00000 f -0000001406 00000 f -0000001407 00000 f -0000001408 00000 f -0000001409 00000 f -0000001410 00000 f -0000001411 00000 f -0000001412 00000 f -0000001413 00000 f -0000001414 00000 f -0000001415 00000 f -0000001416 00000 f -0000001417 00000 f -0000001418 00000 f -0000001419 00000 f -0000001420 00000 f -0000001421 00000 f -0000001422 00000 f -0000001423 00000 f -0000001424 00000 f -0000001425 00000 f -0000001426 00000 f -0000001427 00000 f -0000001428 00000 f -0000001429 00000 f -0000001430 00000 f -0000001431 00000 f -0000001432 00000 f -0000001433 00000 f -0000001434 00000 f -0000001435 00000 f -0000001436 00000 f -0000001437 00000 f -0000001438 00000 f -0000001439 00000 f -0000001440 00000 f -0000001441 00000 f -0000001442 00000 f -0000001443 00000 f -0000001444 00000 f -0000001445 00000 f -0000001446 00000 f -0000001447 00000 f -0000001448 00000 f -0000001449 00000 f -0000001450 00000 f -0000001451 00000 f -0000001452 00000 f -0000001453 00000 f -0000001454 00000 f -0000001455 00000 f -0000001456 00000 f -0000001457 00000 f -0000001458 00000 f -0000001459 00000 f -0000001460 00000 f -0000001461 00000 f -0000001462 00000 f -0000001463 00000 f -0000001464 00000 f -0000001465 00000 f -0000001466 00000 f -0000001467 00000 f -0000001468 00000 f -0000001469 00000 f -0000001470 00000 f -0000001471 00000 f -0000001472 00000 f -0000001473 00000 f -0000001474 00000 f -0000001475 00000 f -0000001476 00000 f -0000001477 00000 f -0000001478 00000 f -0000001479 00000 f -0000001480 00000 f -0000001481 00000 f -0000001482 00000 f -0000001483 00000 f -0000001484 00000 f -0000001485 00000 f -0000001486 00000 f -0000001487 00000 f -0000001488 00000 f -0000001489 00000 f -0000001490 00000 f -0000001491 00000 f -0000001492 00000 f -0000001493 00000 f -0000001494 00000 f -0000001495 00000 f -0000001496 00000 f -0000001497 00000 f -0000001498 00000 f -0000001499 00000 f -0000001500 00000 f -0000001501 00000 f -0000001502 00000 f -0000001503 00000 f -0000001504 00000 f -0000001505 00000 f -0000001506 00000 f -0000001507 00000 f -0000001508 00000 f -0000001509 00000 f -0000001510 00000 f -0000001511 00000 f -0000001512 00000 f -0000001513 00000 f -0000001514 00000 f -0000001515 00000 f -0000001516 00000 f -0000001517 00000 f -0000001518 00000 f -0000001519 00000 f -0000001520 00000 f -0000001521 00000 f -0000001522 00000 f -0000001523 00000 f -0000001524 00000 f -0000001525 00000 f -0000001526 00000 f -0000001527 00000 f -0000001528 00000 f -0000001529 00000 f -0000001530 00000 f -0000001531 00000 f -0000001532 00000 f -0000001533 00000 f -0000001534 00000 f -0000001535 00000 f -0000001536 00000 f -0000001537 00000 f -0000001538 00000 f -0000001539 00000 f -0000001540 00000 f -0000001541 00000 f -0000001542 00000 f -0000001543 00000 f -0000001544 00000 f -0000001545 00000 f -0000001546 00000 f -0000001547 00000 f -0000001548 00000 f -0000001549 00000 f -0000001550 00000 f -0000001551 00000 f -0000001552 00000 f -0000001553 00000 f -0000001554 00000 f -0000001555 00000 f -0000001556 00000 f -0000001557 00000 f -0000001558 00000 f -0000001559 00000 f -0000001560 00000 f -0000001561 00000 f -0000001562 00000 f -0000001563 00000 f -0000001564 00000 f -0000001565 00000 f -0000001566 00000 f -0000001567 00000 f -0000001568 00000 f -0000001569 00000 f -0000001570 00000 f -0000001571 00000 f -0000001572 00000 f -0000001573 00000 f -0000001574 00000 f -0000001575 00000 f -0000001576 00000 f -0000001577 00000 f -0000001578 00000 f -0000001579 00000 f -0000001580 00000 f -0000001581 00000 f -0000001582 00000 f -0000001583 00000 f -0000001584 00000 f -0000001585 00000 f -0000001586 00000 f -0000001587 00000 f -0000001588 00000 f -0000001589 00000 f -0000001590 00000 f -0000001591 00000 f -0000001592 00000 f -0000001593 00000 f -0000001594 00000 f -0000001595 00000 f -0000001596 00000 f -0000001597 00000 f -0000001598 00000 f -0000001599 00000 f -0000001600 00000 f -0000001601 00000 f -0000001602 00000 f -0000001603 00000 f -0000001604 00000 f -0000001605 00000 f -0000001606 00000 f -0000001607 00000 f -0000001608 00000 f -0000001609 00000 f -0000001610 00000 f -0000001611 00000 f -0000001612 00000 f -0000001613 00000 f -0000001614 00000 f -0000001615 00000 f -0000001616 00000 f -0000001617 00000 f -0000001618 00000 f -0000001619 00000 f -0000001620 00000 f -0000001621 00000 f -0000001622 00000 f -0000001623 00000 f -0000001624 00000 f -0000001625 00000 f -0000001626 00000 f -0000001627 00000 f -0000001628 00000 f -0000001629 00000 f -0000001630 00000 f -0000001631 00000 f -0000001632 00000 f -0000001633 00000 f -0000001634 00000 f -0000001635 00000 f -0000001636 00000 f -0000001637 00000 f -0000001638 00000 f -0000001639 00000 f -0000001640 00000 f -0000001641 00000 f -0000001642 00000 f -0000001643 00000 f -0000001644 00000 f -0000001645 00000 f -0000001646 00000 f -0000001647 00000 f -0000001648 00000 f -0000001649 00000 f -0000001650 00000 f -0000001651 00000 f -0000001652 00000 f -0000001653 00000 f -0000001654 00000 f -0000001655 00000 f -0000001656 00000 f -0000001657 00000 f -0000001658 00000 f -0000001659 00000 f -0000001660 00000 f -0000001661 00000 f -0000001662 00000 f -0000001663 00000 f -0000001664 00000 f -0000001665 00000 f -0000001666 00000 f -0000001667 00000 f -0000001668 00000 f -0000001669 00000 f -0000001670 00000 f -0000001671 00000 f -0000001672 00000 f -0000001673 00000 f -0000001674 00000 f -0000001675 00000 f -0000001676 00000 f -0000001677 00000 f -0000001678 00000 f -0000001679 00000 f -0000001680 00000 f -0000001681 00000 f -0000001682 00000 f -0000001683 00000 f -0000001684 00000 f -0000001685 00000 f -0000001686 00000 f -0000001687 00000 f -0000001688 00000 f -0000001689 00000 f -0000001690 00000 f -0000001691 00000 f -0000001692 00000 f -0000001693 00000 f -0000001694 00000 f -0000001695 00000 f -0000001696 00000 f -0000001697 00000 f -0000001698 00000 f -0000001699 00000 f -0000001700 00000 f -0000001701 00000 f -0000001702 00000 f -0000001703 00000 f -0000001704 00000 f -0000001705 00000 f -0000001706 00000 f -0000001707 00000 f -0000001708 00000 f -0000001709 00000 f -0000001710 00000 f -0000001711 00000 f -0000001712 00000 f -0000001713 00000 f -0000001714 00000 f -0000001715 00000 f -0000001716 00000 f -0000001717 00000 f -0000001718 00000 f -0000001719 00000 f -0000001720 00000 f -0000001721 00000 f -0000001722 00000 f -0000001723 00000 f -0000001724 00000 f -0000001725 00000 f -0000001726 00000 f -0000001727 00000 f -0000001728 00000 f -0000001729 00000 f -0000001730 00000 f -0000001731 00000 f -0000001732 00000 f -0000001733 00000 f -0000001734 00000 f -0000001735 00000 f -0000001736 00000 f -0000001737 00000 f -0000001738 00000 f -0000001739 00000 f -0000001740 00000 f -0000001741 00000 f -0000001742 00000 f -0000001743 00000 f -0000001744 00000 f -0000001745 00000 f -0000001746 00000 f -0000001747 00000 f -0000001748 00000 f -0000001749 00000 f -0000001750 00000 f -0000001751 00000 f -0000001752 00000 f -0000001753 00000 f -0000001754 00000 f -0000001755 00000 f -0000001762 00000 f -0000317270 00000 n -0000317303 00000 n -0000317150 00000 n -0000317183 00000 n -0000317030 00000 n -0000317063 00000 n -0000001763 00000 f -0000001764 00000 f -0000001765 00000 f -0000001766 00000 f -0000001767 00000 f -0000000000 00000 f -0000316417 00000 n -0000316496 00000 n -0000316586 00000 n -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000316910 00000 n -0000316943 00000 n -0000316790 00000 n -0000316823 00000 n -0000316670 00000 n -0000316703 00000 n -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000196037 00000 n -0000196116 00000 n -0000196206 00000 n -0000317744 00000 n -0000042317 00000 n -0000072169 00000 n -0000197140 00000 n -0000196650 00000 n -0000196775 00000 n -0000168232 00000 n -0000196900 00000 n -0000197025 00000 n -0000073666 00000 n -0000073882 00000 n -0000074098 00000 n -0000074317 00000 n -0000074536 00000 n -0000074755 00000 n -0000074974 00000 n -0000075193 00000 n -0000075412 00000 n -0000075631 00000 n -0000075850 00000 n -0000076069 00000 n -0000076288 00000 n -0000076507 00000 n -0000076726 00000 n -0000076945 00000 n -0000077164 00000 n -0000077383 00000 n -0000077602 00000 n -0000077821 00000 n -0000078040 00000 n -0000078259 00000 n -0000078478 00000 n -0000078699 00000 n -0000078918 00000 n -0000079137 00000 n -0000079353 00000 n -0000079569 00000 n -0000079787 00000 n -0000080006 00000 n -0000080225 00000 n -0000080444 00000 n -0000080663 00000 n -0000080882 00000 n -0000081101 00000 n -0000081320 00000 n -0000081539 00000 n -0000081758 00000 n -0000081977 00000 n -0000082196 00000 n -0000082415 00000 n -0000082634 00000 n -0000082853 00000 n -0000083072 00000 n -0000083291 00000 n -0000083510 00000 n -0000083729 00000 n -0000083948 00000 n -0000084167 00000 n -0000084386 00000 n -0000084605 00000 n -0000084824 00000 n -0000085043 00000 n -0000085262 00000 n -0000085481 00000 n -0000085700 00000 n -0000085919 00000 n -0000086138 00000 n -0000086357 00000 n -0000086576 00000 n -0000086795 00000 n -0000087014 00000 n -0000087233 00000 n -0000087452 00000 n -0000087671 00000 n -0000087890 00000 n -0000088109 00000 n -0000088330 00000 n -0000088549 00000 n -0000088768 00000 n -0000088984 00000 n -0000089200 00000 n -0000089418 00000 n -0000089637 00000 n -0000089856 00000 n -0000090075 00000 n -0000090294 00000 n -0000090513 00000 n -0000090732 00000 n -0000090951 00000 n -0000091170 00000 n -0000091389 00000 n -0000091608 00000 n -0000091827 00000 n -0000092046 00000 n -0000092265 00000 n -0000092484 00000 n -0000092703 00000 n -0000092922 00000 n -0000093141 00000 n -0000093360 00000 n -0000093579 00000 n -0000093798 00000 n -0000094017 00000 n -0000094236 00000 n -0000094455 00000 n -0000094674 00000 n -0000094893 00000 n -0000095112 00000 n -0000095331 00000 n -0000095550 00000 n -0000095769 00000 n -0000095988 00000 n -0000096207 00000 n -0000096426 00000 n -0000096645 00000 n -0000096864 00000 n -0000097083 00000 n -0000097302 00000 n -0000097521 00000 n -0000097740 00000 n -0000097961 00000 n -0000098180 00000 n -0000098398 00000 n -0000098617 00000 n -0000098833 00000 n -0000099049 00000 n -0000099267 00000 n -0000099486 00000 n -0000099705 00000 n -0000099924 00000 n -0000100143 00000 n -0000100362 00000 n -0000100581 00000 n -0000100800 00000 n -0000101019 00000 n -0000101238 00000 n -0000101457 00000 n -0000101676 00000 n -0000101895 00000 n -0000102114 00000 n -0000102333 00000 n -0000102552 00000 n -0000102771 00000 n -0000102990 00000 n -0000103209 00000 n -0000103428 00000 n -0000103647 00000 n -0000103866 00000 n -0000104085 00000 n -0000104304 00000 n -0000104523 00000 n -0000104742 00000 n -0000104961 00000 n -0000105180 00000 n -0000105399 00000 n -0000105618 00000 n -0000105837 00000 n -0000106056 00000 n -0000106275 00000 n -0000106494 00000 n -0000106713 00000 n -0000106932 00000 n -0000107151 00000 n -0000107370 00000 n -0000107589 00000 n -0000107810 00000 n -0000108029 00000 n -0000108248 00000 n -0000108464 00000 n -0000108680 00000 n -0000108898 00000 n -0000109117 00000 n -0000109336 00000 n -0000109555 00000 n -0000109774 00000 n -0000109993 00000 n -0000110212 00000 n -0000110431 00000 n -0000110650 00000 n -0000110869 00000 n -0000111088 00000 n -0000111307 00000 n -0000111526 00000 n -0000111745 00000 n -0000111964 00000 n -0000112183 00000 n -0000112402 00000 n -0000112621 00000 n -0000112840 00000 n -0000113059 00000 n -0000113278 00000 n -0000113497 00000 n -0000113716 00000 n -0000113935 00000 n -0000114154 00000 n -0000114373 00000 n -0000114592 00000 n -0000114811 00000 n -0000115030 00000 n -0000115249 00000 n -0000115468 00000 n -0000115687 00000 n -0000115906 00000 n -0000116125 00000 n -0000116344 00000 n -0000116563 00000 n -0000116782 00000 n -0000117001 00000 n -0000117220 00000 n -0000117441 00000 n -0000117660 00000 n -0000117879 00000 n -0000118095 00000 n -0000118311 00000 n -0000118529 00000 n -0000118748 00000 n -0000118967 00000 n -0000119186 00000 n -0000119405 00000 n -0000119624 00000 n -0000119843 00000 n -0000120062 00000 n -0000120281 00000 n -0000120500 00000 n -0000120719 00000 n -0000120938 00000 n -0000121157 00000 n -0000121376 00000 n -0000121595 00000 n -0000121814 00000 n -0000122033 00000 n -0000122252 00000 n -0000122471 00000 n -0000122690 00000 n -0000122909 00000 n -0000123128 00000 n -0000123347 00000 n -0000123566 00000 n -0000123785 00000 n -0000124004 00000 n -0000124223 00000 n -0000124442 00000 n -0000124661 00000 n -0000124880 00000 n -0000125099 00000 n -0000125318 00000 n -0000125537 00000 n -0000125756 00000 n -0000125975 00000 n -0000126194 00000 n -0000126413 00000 n -0000126632 00000 n -0000126851 00000 n -0000127070 00000 n -0000127291 00000 n -0000127510 00000 n -0000127729 00000 n -0000127943 00000 n -0000128159 00000 n -0000128375 00000 n -0000128594 00000 n -0000128811 00000 n -0000129030 00000 n -0000129247 00000 n -0000129466 00000 n -0000129683 00000 n -0000129902 00000 n -0000130121 00000 n -0000130338 00000 n -0000130557 00000 n -0000130774 00000 n -0000130993 00000 n -0000131210 00000 n -0000131429 00000 n -0000131646 00000 n -0000131865 00000 n -0000132082 00000 n -0000132301 00000 n -0000132520 00000 n -0000132737 00000 n -0000132956 00000 n -0000133173 00000 n -0000133392 00000 n -0000133609 00000 n -0000133828 00000 n -0000134045 00000 n -0000134264 00000 n -0000134481 00000 n -0000134700 00000 n -0000134919 00000 n -0000135136 00000 n -0000135355 00000 n -0000135572 00000 n -0000135791 00000 n -0000136008 00000 n -0000136227 00000 n -0000136444 00000 n -0000136663 00000 n -0000136882 00000 n -0000137101 00000 n -0000137320 00000 n -0000137533 00000 n -0000137746 00000 n -0000137961 00000 n -0000138177 00000 n -0000138393 00000 n -0000138609 00000 n -0000138825 00000 n -0000139041 00000 n -0000139257 00000 n -0000139473 00000 n -0000139692 00000 n -0000139908 00000 n -0000140124 00000 n -0000140340 00000 n -0000140556 00000 n -0000140772 00000 n -0000140988 00000 n -0000141204 00000 n -0000141420 00000 n -0000141636 00000 n -0000141852 00000 n -0000142073 00000 n -0000142289 00000 n -0000142505 00000 n -0000142721 00000 n -0000142937 00000 n -0000143153 00000 n -0000143369 00000 n -0000143585 00000 n -0000143801 00000 n -0000144017 00000 n -0000144233 00000 n -0000144452 00000 n -0000144668 00000 n -0000144884 00000 n -0000145100 00000 n -0000145316 00000 n -0000145532 00000 n -0000145748 00000 n -0000145964 00000 n -0000146180 00000 n -0000146398 00000 n -0000146614 00000 n -0000146833 00000 n -0000147049 00000 n -0000147280 00000 n -0000147613 00000 n -0000147842 00000 n -0000148072 00000 n -0000148302 00000 n -0000148532 00000 n -0000148762 00000 n -0000149108 00000 n -0000149338 00000 n -0000149684 00000 n -0000149900 00000 n -0000150129 00000 n -0000150473 00000 n -0000150703 00000 n -0000151047 00000 n -0000151278 00000 n -0000151562 00000 n -0000151793 00000 n -0000152077 00000 n -0000152307 00000 n -0000152533 00000 n -0000152751 00000 n -0000152997 00000 n -0000153328 00000 n -0000153557 00000 n -0000153849 00000 n -0000154134 00000 n -0000154364 00000 n -0000154594 00000 n -0000154813 00000 n -0000155032 00000 n -0000155251 00000 n -0000155470 00000 n -0000155689 00000 n -0000155908 00000 n -0000156127 00000 n -0000156346 00000 n -0000156565 00000 n -0000156784 00000 n -0000157003 00000 n -0000157222 00000 n -0000157441 00000 n -0000157660 00000 n -0000157879 00000 n -0000158098 00000 n -0000158317 00000 n -0000158536 00000 n -0000158755 00000 n -0000158974 00000 n -0000159193 00000 n -0000159412 00000 n -0000159631 00000 n -0000159850 00000 n -0000160069 00000 n -0000160288 00000 n -0000160507 00000 n -0000160726 00000 n -0000160945 00000 n -0000161164 00000 n -0000161383 00000 n -0000161602 00000 n -0000161821 00000 n -0000162040 00000 n -0000162259 00000 n -0000162478 00000 n -0000162697 00000 n -0000162916 00000 n -0000163137 00000 n -0000163356 00000 n -0000163575 00000 n -0000163791 00000 n -0000164007 00000 n -0000164225 00000 n -0000164444 00000 n -0000164663 00000 n -0000164882 00000 n -0000165101 00000 n -0000165320 00000 n -0000165539 00000 n -0000165758 00000 n -0000165977 00000 n -0000166196 00000 n -0000166415 00000 n -0000166634 00000 n -0000166853 00000 n -0000167072 00000 n -0000167291 00000 n -0000167510 00000 n -0000167729 00000 n -0000167948 00000 n -0000072236 00000 n -0000073099 00000 n -0000073151 00000 n -0000195972 00000 n -0000195907 00000 n -0000195842 00000 n -0000195777 00000 n -0000195712 00000 n -0000195647 00000 n -0000195582 00000 n -0000195517 00000 n -0000195452 00000 n -0000195387 00000 n -0000195322 00000 n -0000195257 00000 n -0000195192 00000 n -0000195127 00000 n -0000195062 00000 n -0000194997 00000 n -0000194932 00000 n -0000194867 00000 n -0000194802 00000 n -0000194737 00000 n -0000194672 00000 n -0000194607 00000 n -0000194542 00000 n -0000194477 00000 n -0000194412 00000 n -0000194347 00000 n -0000194282 00000 n -0000194217 00000 n -0000194152 00000 n -0000194087 00000 n -0000194022 00000 n -0000193957 00000 n -0000193892 00000 n -0000193827 00000 n -0000193762 00000 n -0000193697 00000 n -0000193632 00000 n -0000193567 00000 n -0000193502 00000 n -0000193437 00000 n -0000193372 00000 n -0000193307 00000 n -0000193242 00000 n -0000193177 00000 n -0000193112 00000 n -0000193047 00000 n -0000192982 00000 n -0000192917 00000 n -0000192852 00000 n -0000192787 00000 n -0000192722 00000 n -0000192657 00000 n -0000192592 00000 n -0000192527 00000 n -0000192462 00000 n -0000192397 00000 n -0000192332 00000 n -0000192267 00000 n -0000192202 00000 n -0000192137 00000 n -0000192072 00000 n -0000192007 00000 n -0000191942 00000 n -0000191877 00000 n -0000191812 00000 n -0000191747 00000 n -0000191682 00000 n -0000191617 00000 n -0000191552 00000 n -0000191487 00000 n -0000191422 00000 n -0000191357 00000 n -0000191292 00000 n -0000191227 00000 n -0000191162 00000 n -0000191097 00000 n -0000191032 00000 n -0000190967 00000 n -0000190902 00000 n -0000190837 00000 n -0000190772 00000 n -0000190707 00000 n -0000190642 00000 n -0000190577 00000 n -0000190512 00000 n -0000190447 00000 n -0000190382 00000 n -0000190317 00000 n -0000190252 00000 n -0000190187 00000 n -0000190122 00000 n -0000190057 00000 n -0000189992 00000 n -0000189927 00000 n -0000189862 00000 n -0000189797 00000 n -0000189732 00000 n -0000189667 00000 n -0000189602 00000 n -0000189537 00000 n -0000189472 00000 n -0000189407 00000 n -0000189342 00000 n -0000189277 00000 n -0000189212 00000 n -0000189147 00000 n -0000189082 00000 n -0000189017 00000 n -0000188952 00000 n -0000188887 00000 n -0000188822 00000 n -0000188757 00000 n -0000188692 00000 n -0000188627 00000 n -0000188562 00000 n -0000188497 00000 n -0000188432 00000 n -0000188367 00000 n -0000188302 00000 n -0000188237 00000 n -0000188172 00000 n -0000188107 00000 n -0000188042 00000 n -0000187977 00000 n -0000187912 00000 n -0000187847 00000 n -0000187782 00000 n -0000187717 00000 n -0000187652 00000 n -0000187587 00000 n -0000187522 00000 n -0000187457 00000 n -0000187392 00000 n -0000187327 00000 n -0000187262 00000 n -0000187197 00000 n -0000187132 00000 n -0000187067 00000 n -0000187002 00000 n -0000186937 00000 n -0000186872 00000 n -0000186807 00000 n -0000186742 00000 n -0000186677 00000 n -0000186612 00000 n -0000186547 00000 n -0000186482 00000 n -0000186417 00000 n -0000186352 00000 n -0000186287 00000 n -0000186222 00000 n -0000186157 00000 n -0000186092 00000 n -0000186027 00000 n -0000185962 00000 n -0000185897 00000 n -0000185832 00000 n -0000185767 00000 n -0000185702 00000 n -0000185637 00000 n -0000185572 00000 n -0000185507 00000 n -0000185442 00000 n -0000185377 00000 n -0000185312 00000 n -0000185247 00000 n -0000185182 00000 n -0000185117 00000 n -0000185052 00000 n -0000184987 00000 n -0000184922 00000 n -0000184857 00000 n -0000184792 00000 n -0000184727 00000 n -0000184662 00000 n -0000184597 00000 n -0000184532 00000 n -0000184467 00000 n -0000184402 00000 n -0000184337 00000 n -0000184272 00000 n -0000184207 00000 n -0000184142 00000 n -0000184077 00000 n -0000184012 00000 n -0000183947 00000 n -0000183882 00000 n -0000183817 00000 n -0000183752 00000 n -0000183687 00000 n -0000183622 00000 n -0000183557 00000 n -0000183492 00000 n -0000183427 00000 n -0000183362 00000 n -0000183297 00000 n -0000183232 00000 n -0000183167 00000 n -0000183102 00000 n -0000183037 00000 n -0000182972 00000 n -0000182907 00000 n -0000182842 00000 n -0000182777 00000 n -0000182712 00000 n -0000182647 00000 n -0000182582 00000 n -0000182517 00000 n -0000182452 00000 n -0000182387 00000 n -0000182322 00000 n -0000182257 00000 n -0000182192 00000 n -0000182127 00000 n -0000182062 00000 n -0000181997 00000 n -0000181932 00000 n -0000181867 00000 n -0000181802 00000 n -0000181737 00000 n -0000181672 00000 n -0000181607 00000 n -0000181542 00000 n -0000181477 00000 n -0000181412 00000 n -0000181347 00000 n -0000181282 00000 n -0000181217 00000 n -0000181152 00000 n -0000181087 00000 n -0000181022 00000 n -0000180957 00000 n -0000180892 00000 n -0000180827 00000 n -0000180762 00000 n -0000180697 00000 n -0000180632 00000 n -0000180567 00000 n -0000180502 00000 n -0000180437 00000 n -0000180372 00000 n -0000180307 00000 n -0000180242 00000 n -0000180177 00000 n -0000180112 00000 n -0000180047 00000 n -0000179982 00000 n -0000179917 00000 n -0000179852 00000 n -0000179787 00000 n -0000179722 00000 n -0000179657 00000 n -0000179592 00000 n -0000179527 00000 n -0000179462 00000 n -0000179397 00000 n -0000179332 00000 n -0000179267 00000 n -0000179202 00000 n -0000179137 00000 n -0000179072 00000 n -0000179007 00000 n -0000178942 00000 n -0000178877 00000 n -0000178812 00000 n -0000178747 00000 n -0000178682 00000 n -0000178617 00000 n -0000178552 00000 n -0000178487 00000 n -0000178422 00000 n -0000178357 00000 n -0000178292 00000 n -0000178227 00000 n -0000178162 00000 n -0000178097 00000 n -0000178032 00000 n -0000177967 00000 n -0000177902 00000 n -0000177837 00000 n -0000177772 00000 n -0000177707 00000 n -0000177642 00000 n -0000177577 00000 n -0000177512 00000 n -0000177447 00000 n -0000177382 00000 n -0000177317 00000 n -0000177252 00000 n -0000177187 00000 n -0000177122 00000 n -0000177057 00000 n -0000176992 00000 n -0000176927 00000 n -0000176862 00000 n -0000176797 00000 n -0000176732 00000 n -0000176667 00000 n -0000176602 00000 n -0000176537 00000 n -0000176472 00000 n -0000176407 00000 n -0000176342 00000 n -0000176277 00000 n -0000176212 00000 n -0000176147 00000 n -0000176082 00000 n -0000176017 00000 n -0000175952 00000 n -0000175887 00000 n -0000175822 00000 n -0000175757 00000 n -0000175692 00000 n -0000175627 00000 n -0000175562 00000 n -0000175497 00000 n -0000175432 00000 n -0000175367 00000 n -0000175302 00000 n -0000175237 00000 n -0000175172 00000 n -0000175107 00000 n -0000175042 00000 n -0000174977 00000 n -0000174912 00000 n -0000174847 00000 n -0000174782 00000 n -0000174717 00000 n -0000174652 00000 n -0000174587 00000 n -0000174522 00000 n -0000174457 00000 n -0000174392 00000 n -0000174327 00000 n -0000174262 00000 n -0000174197 00000 n -0000174132 00000 n -0000174067 00000 n -0000174002 00000 n -0000173937 00000 n -0000173872 00000 n -0000173807 00000 n -0000173742 00000 n -0000173677 00000 n -0000173612 00000 n -0000173547 00000 n -0000173482 00000 n -0000173417 00000 n -0000173352 00000 n -0000173287 00000 n -0000173222 00000 n -0000173157 00000 n -0000173092 00000 n -0000173027 00000 n -0000172962 00000 n -0000172897 00000 n -0000172832 00000 n -0000172767 00000 n -0000172702 00000 n -0000172637 00000 n -0000172572 00000 n -0000172507 00000 n -0000172442 00000 n -0000172377 00000 n -0000172312 00000 n -0000172247 00000 n -0000172182 00000 n -0000172117 00000 n -0000172052 00000 n -0000171987 00000 n -0000171922 00000 n -0000171857 00000 n -0000171792 00000 n -0000171727 00000 n -0000171662 00000 n -0000171597 00000 n -0000171532 00000 n -0000171467 00000 n -0000171402 00000 n -0000171337 00000 n -0000171272 00000 n -0000171207 00000 n -0000171142 00000 n -0000171077 00000 n -0000171012 00000 n -0000170947 00000 n -0000170882 00000 n -0000170817 00000 n -0000170752 00000 n -0000170687 00000 n -0000170622 00000 n -0000170557 00000 n -0000170492 00000 n -0000170427 00000 n -0000170362 00000 n -0000170297 00000 n -0000170232 00000 n -0000170167 00000 n -0000170102 00000 n -0000170037 00000 n -0000169972 00000 n -0000169907 00000 n -0000169842 00000 n -0000169777 00000 n -0000169712 00000 n -0000169647 00000 n -0000169582 00000 n -0000169517 00000 n -0000169452 00000 n -0000169387 00000 n -0000169322 00000 n -0000169257 00000 n -0000169192 00000 n -0000169127 00000 n -0000169062 00000 n -0000168997 00000 n -0000168932 00000 n -0000168867 00000 n -0000168802 00000 n -0000168737 00000 n -0000168672 00000 n -0000168607 00000 n -0000168542 00000 n -0000168477 00000 n -0000168412 00000 n -0000168347 00000 n -0000168167 00000 n -0000196530 00000 n -0000196563 00000 n -0000196410 00000 n -0000196443 00000 n -0000196290 00000 n -0000196323 00000 n -0000197218 00000 n -0000197424 00000 n -0000198451 00000 n -0000210249 00000 n -0000275839 00000 n -0000317791 00000 n -trailer <<964C102942364CDF84EA720C750F51EB>]>> startxref 317995 %%EOF \ No newline at end of file diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/font/glyphicons-halflings-regular.otf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/font/glyphicons-halflings-regular.otf deleted file mode 100644 index b5baf93..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/font/glyphicons-halflings-regular.otf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/font/glyphicons-halflings-regular.ttf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/font/glyphicons-halflings-regular.ttf deleted file mode 100755 index 67fa00b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/font/glyphicons-halflings-regular.ttf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/glyphicons_halflings.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/glyphicons_halflings.pdf deleted file mode 100644 index b11bf7d..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/glyphicons_halflings.pdf +++ /dev/null @@ -1,1073 +0,0 @@ -%PDF-1.5 % -1 0 obj <>/OCGs[5 0 R 6 0 R]>>/Pages 3 0 R/Type/Catalog>> endobj 2 0 obj <>stream - - - - - application/pdf - - - glyphicons_halflings - - - Adobe Illustrator CC (Macintosh) - 2013-07-04T08:32:33+02:00 - 2013-07-04T08:32:33+02:00 - 2013-07-04T08:32:33+02:00 - - - - 256 - 136 - JPEG - /9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgAiAEAAwER AAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE 1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZ qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp 0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo +DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8A6pef84+eX7zWdRv7nVr6 aDUp3nns5PSYASyxyyIJeAl+P0ghblyMfwkkYqpN/wA41+SRbwQQXuo2yxSWMrtBcNGXksJricPt 8Ku7XRHJQClPg48m5Koq7/IXQ7rS10uXUpo7RZI5lltoLW1uVeIR8RHNBHHwVTCCqhdvegyHB6rc s6onEMdcvPzJ5fFF+XPyai8taRNpuh+ZdVsknuTdSSqbdmLGNE4HlERw/d9BQ79cm4ia3vkXXLgN 6Xm/VbWrmQCL0CAWcOV+ONzxG4UV2G2+Ksstonht4onkaZ40VGmenJyooWagAqeppiqpirsVdirs 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 - - - - proof:pdf - uuid:65E6390686CF11DBA6E2D887CEACB407 - xmp.did:65038386-d4dd-4cc0-9ffc-f248948a6492 - uuid:06d1396c-2d45-4f47-9544-3a7632bfd5aa - - uuid:d705bd62-83fe-534c-bf32-ccb45da9202a - xmp.did:0280117407206811822AD2EC852655B3 - uuid:65E6390686CF11DBA6E2D887CEACB407 - proof:pdf - - - - - saved - xmp.iid:F77F1174072068118083C7F0484AEE19 - 2010-09-26T16:21:55+02:00 - Adobe Illustrator CS5 - / - - - saved - xmp.iid:65038386-d4dd-4cc0-9ffc-f248948a6492 - 2013-07-04T08:32:31+02:00 - Adobe Illustrator CC (Macintosh) - / - - - - Web - 1 - True - False - - 528.000000 - 288.000000 - Pixels - - - - Cyan - Magenta - Yellow - Black - - - - - - Default Swatch Group - 0 - - - - White - RGB - PROCESS - 255 - 255 - 255 - - - Black - RGB - PROCESS - 0 - 0 - 0 - - - R=255 G=183 B=188 1 - RGB - PROCESS - 255 - 183 - 188 - - - - - - - Adobe PDF library 10.01 - - - - - - - - - - - - - - - - - - - - - - - - - endstream endobj 3 0 obj <> endobj 8 0 obj <>/Resources<>/Properties<>/XObject<>>>/Thumb 42 0 R/TrimBox[0.0 0.0 528.0 288.0]/Type/Page>> endobj 9 0 obj <>stream -HlWI$ +rU IfP%`F{UBe}$?=#iq< ~ʿ}|ۿQM(m|z֚=C3lrPk9.Ƴ 3F,@hOM9CCC:Xir=ˋ\>/r縶gNlg\ZG咊z{R;@(ɋCAVjK)ܸ -PhR4n}P L!W:ԅ[DR5H mxmmt^X+td -!q\#9xt&K Z[B=~ysw6*HSO"CNvC\7񏾄rxpAKWkmr.my;l:<0bzS]ahI*oz 9"s\Ոz )VXyG] -TS7| -`'#2%HF5pqp;{wp(p0:Ne83wLJg^׺~H#zjlVS˃Щ/'bŚMS=-^6 nb,6K6+nb٬n6/6˷fb,m6 /6ök2|%n&hj٤Å Ru3aPŠ -iA -c)FƧ&ϵ~>"?_ Cun3D&iir {B%cb;s␃w悹F˫ rd@?=̈'x!Di8qX>7|A^_=\DK"&#â}[>u} 1*|AOl.LڭRlۄץ]^J%hr@T&W'h.-S -["_vMj8^JǗ멫,<2֐>/7^igE8C(##w{&{tmxaMP,}ɸdkt)ZhE6xPq{7m|eK+u9U> L$(s@2&YKk -!@8jLZ?fOq?0х!*swCo@rќ=SæhMuk -_GejմS!l`UȈ;"pB ٸM,meq}иl0eې[ߌdR6ې<4 [vn&y$NmӖ0@@w&; pZFXL2!d|B1ٖ>ΤO!LEAMcrmΑ)#-&S~܀v`c2^T3f@(khfyD XQbo^~8󳒨Cի\cgf nK>d?*لPfzTĢW^_ͣd2lǯLc V^b/%\}yDJzFχ,=ègP.9y_?yv"/ cGvu5On'K%Ǥ9Fbr09&+y8=dr̚ Dcɚh¢qmqA1h,BbiD H60Vq8EqԸb@.,^P3ؾzIC|yeiW<X=paΖ)m̧Py0־v翎@ױ\rCTQRހuRڀV6PW樘&T g=_*'GͲޓJH}A=eĿ#1ڏϜDŽM6DC`fOy>v)9ڈŝ!G5^.$=|s0{R e"?N\.[>ZϞm_Nr#rl -?~CzX}]K>O.UY4зFi˙,DZ?A.dS:3*-"6tvE[=jEO%kMxm4NߒT@vJ-}fciպw7otxOrAOIˊ54R=˱14BS▜3_: c6?jo0]LoIHCN޼y|6 ],7)9HE4PaC=Rѹ40P}<8bi$}(]c5|3>Y -jX3P×w#vϰ#\ ao{VU-nHEe*_cS}*ֶM_0)ZD.ܪݧ1]MF~RV},VJɵ^ɲOuyiT|V-ȳ 8*A`孪cvs../U>ur { 0'{9&%FQvGםsUD0CbCβXr|{+ceѢh|(GH.,.b"k G,g ژi.Bgl`g9#^&q CCJsC*T#vZ31!c3kwglR5A_ba&mpP99<%(qOɟbY{wy$S;H̼r veJ%̡֚aKD'6Зc&F8ó Jg?$TQbϏ>ҾIﲜZCGݜ52; %7xH_N.m\鱋e0Ґ<űJ:h^+RAٔ30 X0Ϗcs}}0ODb.~ AgvgLD*< @Ҫ;7ࠒgdpj|YS/m ͺI%2 q߰1Y4K$I43xsH]@ /f׽yZ -5.vrGiwRTWc5*P'x\Q l |bq -}b՘-.ka'/p =z(O„:!"-fe  -1&hgg^m{mBH[zw_zMOƣ/% )آmaЛnʽ኎_B3=M4\K/Aoku6XD/鋲mgoYCa +2ϐ[%z!.OO8štã,]hOTcY [yj, J݇n#%#Ō3}Z5{ܱ???t|SW֪~zp??nYu+{AwkR# {|ep+$A2w(ʁ~w7%Nv 45艐IdµZ CKT_ ?vħSB#:uMA[|Ҿ!o[3ٵU qMޑXm'>m'm"o'> O3#eS9-)<\,}'֒ts5==yONAAq>x-<}6u#I*\Df.֍Tl*نia FWY,R{DYV`/'=Uqg ,I[\/s,-0Y Ҍ@cܰdg)]WLYSoXԱ -QL^ё_U3o<_0ct‚R(=@0 ^yL,{FnU -\ -e;~mp^{ -K9QP)xh=hb Ljr tRmctY?r5^ߑ,CrX@)*IjyB~ERvfs;"ʑh2ȎIFS|lZ%b>#;F {.([1|\E+2/DYY距ӟEE_Kk[@-[w7[ :{;<%䳷Bv -U,0n3moeǪĭCBÂ**O8h-?SH#Je!2`۠Ԙ_^S-W@4=bJA {SaGk` sj*)4Ndܪk>ܣE\RIWm?*ZX -q^q_QIdx0\$; 6s"GaR&sWR*<3sƯ4fTe -477~9 xTl -xג8u7 jvW#ua4Pdod p"Pxхa Y>kZ eYK>NjO:i.3YGA P.-מ_"㜭Z!\9J0}WA[D~!ٮ>X Cw -S$jqN9,~o(na)knnMM -zWU"/2ȟ1M4PmQ\gA&RC*p*"8Mra}Q,Q\/z0q3Qeh)$.y=XƃuN_W ۠>1&my-DS Xff_~۱PJ#,1VE -%XyX#_ D׿_ϟ -- Dm9QF -]*G\Os?\!ϻ0YK>fҞ0v7xӵKqȠ˨xo!S8 %:hhD^)yi1 s?6ЁimˌT p ͸ J*TV"K 6ɶ42r -ؼ:VܞbΣE}5\-d~30a -cF P yVSnOcL&&PP2lBIu6[nV%!?%"qRU }RusHk?Uu|.ȥ!f?&6oi2cj-u] 5#QzF~HjBN.Z#{J[!YUQI ʼnaK% 71gYtK hؙP 1y!yj Ok@G8Qi&dJuYT -ۇQwm2|6ɚaϞF3L-*ǍlɁN H}9Oc>d1X^[,8$A.{D*ʝnAN?]sk#иJČ()B*̍n@jέI|7 Ry6N+DŽT&p^ L_MX ;Lؗ Ʉj 2a^&/&0a\&'F=n&LҾ v]ToI쉀c:+=Q_Y'S%b:)jH],nZE "E A -Sq+ b }}pߵI+v2l|D//qgD*[/Ow冷hURQ@GP'-S9g3^ŕҋꦤ9Dl+AVn}:m锲xMę ؋="@ْ6q93nJdP檪V܅`sqI*\Sцb^%P$:qryRU1ż۰Pe0Όg /C 9 = -voV|(ED&Bli?ƸuC"$2 ou,Ev鴴Iq'j|׵.aꪢ0BX\q/X\0W$B &lZfkXVk.CEBS]ko6o]=[Gp򺄤]No,Rtv=(LzCXS>B#瞆%#]ܝr9>hg>`PZW]V Rw{#ƞb + {a˛=ܬ+]?yYEp#z!ȍ# ݗld_MJJ'lzʉx) !~ ڃ0̎Fh $EM ) -}kdQ󒵰Z*3WRhdx7E0҈:k5j.,;&?S4Y.T-U5Ğ®}$S >^d=!֚pcqwi?7`nηh;'R5vѺ)dKr%\ϑ6 =:V;6ټ1`hTfuu_Fdv h[x yxMyh-8.)8狹$fnGFj<:g -1:Ø\o;W1nCQǖR7ӗ -J&'THgvH덭?/D2a - -}D8y^5pEJҾ#*`@83[8஀⻈E|hMbc6hS"NF*놀h[t7pU*da&PYӈfO ٓ 赌<5|DvU|SPc| _hmfwSYhwh:R Tl&'4?`z&0H1B\Dc ;0̗ - ΄[/$Gqڗ$C)<*VbSÒɭ-Y:VnΝ.6F{c8": ?!'q2#Fba ݝY4cIXCEw?T̰rC5)DK 4Y*f6YtōMw0T_QdWj)jvMm{3!k[R7%#n ]ZP.9һ䌤QSjoਿ=Ɨ.]9EJ60}oKcE}tBCJlr1geȤ/' GZs4[E/kωV9rYԋ0LJ\i`cĩU/Kv5H=r׊j~H϶&L/ ]Fٴ!fb -OPPd-+~DZ~(wk~o9>[KzX>/*0c:v\]=ׇKv}|\O-Ci`mCҏ'*b799 :3Ty@%FuGQ׾1s7@DHԨb$j<4S$ex&[Cfʚo%2ɸFCP3RSCeMM -Fԝu:?t۸RvW~\`[OTz:,f}BƁN+ nnlsj.* EߌոEb*sPaNkixV~N]>VhY\xp/. A!`a8ՅQqQKu^6p;~N-}׺CD8&Hq9di_3uQ„Wl!aNr8W -$Փ:T{޺»T,NP slc0_jc,Qc5U/Z Q!O pX`~a@ 6$.сe1E'&|] "Mn7?kjAgŷ]$+ўCbxFw<-$ѩ`V'h -ʙxb ZG‘uU2ӻXI39G;_FBl{wEfthx_<ȹ(A4"n*Q5Z}UUZa`s!#Glygf?M1$W@JC#I.]U#04@A۸L"4Uƌ vf.Ӭ\[l^_&u(bQ] --8aEA666GO7[- -[9}Ӄ _&g#VG ?B@txѸj 5r_]d秨P0̭$Ls"n2D*_^9{oHzZ^z[{>-c{T0K`0#YdDK+[40z5:5@CK [Esr)p[8.e_еI4LfX -p%zԔȥgv]vuP>2zf"T>D0EJ;@Jɿ ʜ@%%Lk -E6 &~B9T9X(BuDKFVƚ+-۠7k:&:Z$?L1$apE -NٛRZMa-42!-WT`[}|lc_buGtMH*{",K."ipl - %;,bsq}.?\(i޼OG _ ,AiV)]g-y-Y_L {G?9ĚJI)ϛE:evBM8h&sԘ/%$dkvyT9=gVy9@B {@ Uy]5[jA,J'm3W!h\Oqu16C[NDtJk&K~km4^@ ˶ny׫l&I]gMo/N$]7T,0~85 )^@fr!EOҊ/lB蘬Z$ƢE3ARDG`EgC ^Ά.g q0d9tv*Ϧ~yv|IlD-7Yo%/6t@5BٙȂw y r$Va69Cp-斑.‚mjИULn<3|y^f!iO`'?Գw:z P⻠Y6H^hԨy<#gG4"G)0ڐe:rsyR%*6BNy+"?6BwhHV7NH UK~]Ky` -SnC⎥G+`Hՠtkzs%;8*T|;r9ܩ3yyΰ2&% ~9AX1,0h ܉j5zd7V-=9Z$.Q]6kDNrqHgygnfNL{|9ַĔn~{K¿j}qamk(9$ KLs>~+)!:]Z~/S,wtNGL,D cf?'H mH6Y1I2f '!W3jrT1%Y\PjgiޛRfy1Dc: W5ˢ^BDUcliJ|WbIjmx9yL -_˵mxWBח_?_~'^ǿirSm ~oM st0TdYphuP pCCM%;yB%}8m *I2 /9!t2~-1LÄDD..@Oa93\-Cgaiy|†d_ -Ξ `$'X`⡹\]{-8,(V_=Қ+s<]>h<7Vf]3}~\?]wN5L" vE9i w3`KMyٿ_>]l57\- )nĕ.M˭&J|ĨWWL -'B@{S2o|7:rÔ˒|ӳ"y$TTzȑHInÓ W1ohl{ckivMy3 ˶ɿ4f%⟨<;MXn&# {8OO03=ѠJTbD*eGan&POk'L[ƙwK @9=<Ա|19i5EЮ_ӣ|ͯLO0cM®Rut[=Iy5u;gQ%7M!3I9Cz,,FrF{cQےKOBUIKQLP+A1`9Baz^qWAXQmh8klASXu^pm8M)]k7z. -rGoKMrI\Z >i衼ۮ#o--i - ?\vugqܧ۶vir9پ܈!9f1:@!BkT{Sz|* z4dX~ȡqv*8t<~6Sl47~lep$!:2rMßO&UׄxiTYXvÞB!wO;1Dslڈ:Kiǀ%X|=-2st󉖔+KNn:Ҽϛ&}3OdR ;IR%Kkg !b6HknvUs%*ΩϦ+<~ m}i+7i}&͂777aHt+~w ܔ+," .1P> (I4H6pWUFgwU.Mԩۍ5LJBWT XCc8-qH+s0C]qq+X*q$ - d=G`7XQd9'eJb"iByk?;r GfdGH<56s0, ٻR14B8! &z~fߙ9ʍ9b'ᆪ}ύ)DSl~v܌=QrqZ%:~?z(s*׎}얘wG6XVBϑd'q w08gF wT wx;ms[!vԚ$B wgHݻٺȾAӊ&xzKu -kJX\6" x_AKmpXchKQT} S,ya^BA]&euNbӿwJ17iB)p^InL]׺XۑK{L@7Y粁[<׊r4[ݘ -W -^f/VT궠T&U'G-;&U۴cbxckN>[`U޼*]GkPsXPcQ5f^ @F}]ƪ\U*1nѪ-pDjK4BDH Y`St) !a t'fM-w2n']Uf\~"آxUZ 9+zKPeXVgb4a8?$ܺ_M9,pAuέcAwDDBZgKN0gv dO.#RqX5l QuK}0McC%fZ!GC!VZC˜|-gx}[n)mO$1eT-[1 ʦJ T)!x+b.ٽc,RܖF| l#P>"NT0 ,곪Ϛ?DoɭUӔ H,,:'ScP;.Md_~ŽU}8 GO 'įKWުJtIV墯.UO(0#.9N܉6p(#&ׅdMSڌ3qnhM~/] j`RAI.V4IC뛫pHUւ[R0 yzaZq).8\r;ѥoA/=nNVbIFP7뛽{!0UeTL>f)XSi5vEy~ Mʭp7*&O3 hmʾX"EشnGK J$)'~qm)d qܦB1C:If`' CxUzFĤ,ӨڢJY -R:I5+$YpUb'(x-qsғ}p]]\kS&MlRѕ+7bG)9_nNwΖb,^I MR0'؅ G(+*O:gdaIқYD$a0+2MjrzKo"YRFݘ*h~w<.F!jstj %mFuTmꂻHy(+mQE^T"64fb 7sAu,qؽU-Hk{jtZX9CoDZ׬@'Y.6. khP)z#.krG~EP(Ζ -Vy -MV.&Iˈmj.\f\Epj_f*1*Eln#uLTBJz(e9VCC+%}LKe6iӎh%]ѨS&X\uW8+ > ԃIgkwSJXrѐE^g`[\|9n3;o̙p]p$~ wp w3Nw\gq˰^]6e]jwY˯NRݓ/sd`ÝtpY ?YfvcI-,f4͎yEs.ώD;L;Ge%INOqj[D<4Yl28>ԯ1|Ma/k[X:;ծXbwXg+ky~K=ɭ=^lŖ`<3lKD/~/ǜꋘkfe[ZVW9i/mi_6ٗ}iٗ>9;#m]օZ59YЬkhkk/u;.+0989V)1c؂آ?ox(8}kFcQ>;i;vewv۝i;})ʏˏI懱at~ >?׫!C2(0-GidK8IDaȗ#b*i6J& [6 uDuhsYY\2!wϺyP-Rk+ey-U` agt38Ou\o`\İ|6]/ -j7^Y}?Kr9}WZCi"ʯVp3Z7,t5vRؽf v0Q^br@pq/ɶ9[C~lK+Ֆ,O>EILm?gV>"ų,nSpd *dbDA$M1d|cRA*u*V@;q=QZ3(-Lbb9[3"HS uMCTbU2Z0*MvUr!/$zBpm/%Gۆk5p憳,ۃnIo9O0^KQϡSD!6+czgpŷw]gョh&; 2"9?JHQ -l5Bqe5)$΁"ƪ)&ҩ*І*[qVQK<v{nOFsq|3pK\ b\P9#v5Ɨ=Bnظ>f,<\iUƋ 3>,rǯEfO[' xfg*cm;mqX/O3iY7v.rձ:p>hHeZ}mpRGPvDd E5(D5I2-M!C8V\>xտN_[\e47񸭟T7v?O9}ݛ8_N4VJ_ c⳿sy.SECzv9?,tKuϔrMO6LZ,moj~/ȃ͜ɜ0b\Ta)I;F[$p~"1[͉:6Er$dV: y57Rby%y E`#ds⸗@D\,+N5i Jݹ|%2ADǭ;^nB5~1¾KNL zǍ[¦6 "k' ⠨HiJEv+iuY$݉]m0F8 9Bq-%_AA$0sb.fCv}ˍL 5ڜ%=:a@< 8 iqv٩ hbt}9iyEHUQbN@b*0c4 Dgr?KӒr,f -ē蜲f`8ˌ($O>QrMDi jJY[AAw Yװnq*4qg>DMFJG%Ykw'PG6V5}25pj6d X෰%j"jEG1|(l}}w#LW_mAw5 ؇1O>LjYvM*%ف65Xj* MAa븺n$ Z5<9QϝEtۧݴ 5K7h4`vDCjlUbN/SPΔ%۬@'‹M/[¦+4l`X@+z>sN]XQ 6UEn)[!a`S٘m7+EKBfJg]]7D_!  U3Ԥ)0NH1X>g[lY)t^ħ-. N](%F#dYsGo%{-U4^N@Dp~|tHkb}M\#QHo;Ja$96O+}84kXit+*Bf$~,vI#~"/7s\vgP iG1$i|Eң[bt,BԓX4)?WADWlSmkm _1dm˶~Omm :"XE!ر{J JNhȾ5=Q;j3S][j^hHS%:y#U"a6wlǙTXd kRs ) @ne,&I,-όXK=kj3ZFB\,E*#2s&5AYq= @9-h[д3]3oM筮LC.#cPLX=hcѵoR jH̓r 'Lk]d_mھTo41_'1/{ QJR)b_&9;r(lD<S׶!1JZ'j8w6v_ xQD{ҙ{Qu9O=HX>fJ~-77Ԉ2ʃ/(ϴMȊ&8͋fLcͣ 3:m: @tŭ3:S.^~Sr?iˀ -e3Вβ9_lWi`ؼܿ#cPLc4-;r^ڱGiY_Bs5`r0uӑDx+t{?ex9G<";{myVY߲BVE8Os_.eE$o_nVB]|.˶e垲~;cv#Non0!_6S=Ji LHm6I%(t*_9Iu4j_臽l lӫUyCKw7^GxW/Vw;g -pwYx3Q4~ / \[ywe?ݾӒ\oev=2tGA1f54|ql@!IWMX_I -B8JuuzVS16G̓(l֐ԥ$}2Sqj'd}TX2]) y:V%LQӼ .qW麜Ǟ;EFyy}W\\Z8[`s\zA@- -ycr*6W"=,zZA@NO]e ҂ l?;oWK$ )rm sD7<#4$`euIxGw -RN |!EnC^Sw+fȁSs:=(6migYz{TUXǩe vMI ơtTVhCK*{n(_@M*Pmg5n)ٳ'drK`ld+,}} -sh^Kk蘺츚6! Yx5d\fe'z@:ٝ(geB֭oXc5(d3$+i-LG\i G(fQ)$'6Y4_:mh~ 7w0 S mv -0geW+L- L2 |"' H4AK -6jayXē#V"dhZmVĞ?X`Ǜi/P9W꧹%Xk( jZ#mrpAԡ]t6aJrf ۙU`3`]wLr{l 2A\ƉV 6b!6D{57ğ0%pʖh@*d\jh mhˁG[6h7}C~ g(ˢdeu\258Vܙ\79LOQau~]ͻXMV\a;b%f>9 Lb:`~l!`mO;~j9U쁼p`*r.71;2?[Țs#.LGxW·_tDW]]5t5UCĴc[ʅLN`iQY'jʛnډvj'FTQYWZQʶSv^fB Ce#erYS UZ!ʶMٶm:٦/< Y@M2}}I$@2Hdt$i*q˶l;mX}u+MZ)Uq +mmnjf -oV:j.34iZJc[m+mȴ޶B?F0Է@2dH#rczt,'#xzJLKٺt&Sgdԙu1⢳3ѓw̖HcV4ڐ|, :/Ϧ{o򽗫 ߢilC?O~$г qo/O}o_~s$SJpOJ'M t.i-5q< _Qc=OB>YQlSP/+_A]ѬSkD-S/HQvJ7]LkWTt׀WI\R3;lPd`ʅbA K -5eҖ^JT+'H9 p'pCi;ܣя."'oȮ W+Ӂcb1ꆞK TXNITĨ*`Wa+G⓮"*O])g*ɖ7(Я+f*misov$w]ВVUY"(lYȉx*pد`ꎷ<ʣm~?|A -jVL !RW}Dh]G.넏d$#F&,/Y~ g)Oŀd,[ *,QPG%n]vXVG47]b4'+imۖ^˵_Eg>oiJ+櫓QMo~W T^5&1xhp}rBY c(q' -fƏd+IQ8*,G:#x^Oc'4[{ìsw?] UV ҩGQ#L@ೀkS6guĐTjkbُpǥ/ې8lC%72br|!-d$,!e@΅Zݾ]$T6HJ3P2Ghy7 &P>xՆZjdŸfT>!!9|%<; 5{2yvxwT%ӕQd(zED+@um !?[tLaV6(l:lbXMͯz0&esV3W MV xNb6]+ 5F=mZHS1Z)ݜz蕩5EyFer DL|)T$ԃ_rG endstream endobj 10 0 obj <> endobj 42 0 obj <>stream -8;Z,%#n@%\#in/>b'bSnWQI(Jbr2%<9rb=l`e@h<>`gZJMX`b=9\dD2-Vki>SW:,H -a-:S`p;\Ys5=b&%e$#Ym)MJTVpcl]id1`W*[kst=+B_XL8(?ZY&Tcqod$jX`9SAG" -.0e$lgt#TPpK:)]`+*^p0X-`9NZH5D$9gHVY0>c0c<]s;enkVeM@8rV,mtJL,UG%B -TJj)1D+!V(M=[C^'?*lDSVJ(IH!$;MW$:>f(hCJPmVuHBg[Q>9idT;VWgT\.5S#dj -es2s5:gf'K6MX72F^98/@!BEbn6cTs*lNA14ZCdVE!DJH!]DqFGt6\s;.+X5`6oHW -dV`j:d;HdQW4/)eOt.Wd5]*Gg.r'XKOE]mb"p[;-CYTF?QO0!mL*e?+T7=tA@e>lZ -NbScIe@@VHN,]WjEZHP/gKV2TQ\,/-5QFp&QQIY@k2H+A&"e*gTEg39(p endstream endobj 43 0 obj [/Indexed/DeviceRGB 255 44 0 R] endobj 44 0 obj <>stream -8;X]O>EqN@%''O_@%e@?J;%+8(9e>X=MR6S?i^YgA3=].HDXF.R$lIL@"pJ+EP(%0 -b]6ajmNZn*!='OQZeQ^Y*,=]?C.B+\Ulg9dhD*"iC[;*=3`oP1[!S^)?1)IZ4dup` -E1r!/,*0[*9.aFIR2&b-C#soRZ7Dl%MLY\.?d>Mn -6%Q2oYfNRF$$+ON<+]RUJmC0InDZ4OTs0S!saG>GGKUlQ*Q?45:CI&4J'_2j$XKrcYp0n+Xl_nU*O( -l[$6Nn+Z_Nq0]s7hs]`XX1nZ8&94a\~> endstream endobj 15 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -135 81 -6 7 re -f - endstream endobj 16 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -q 1 0 0 1 32.6685 82 cm -0 0 m -0.683 -1.134 1.914 -1.901 3.331 -1.901 c -4.749 -1.901 5.98 -1.134 6.663 0 c -h -f -Q - endstream endobj 17 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -226 104 6 1 re -f - endstream endobj 18 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -q 1 0 0 1 200.6958 107.3916 cm -0 0 m --0.062 0.216 -0.258 0.608 -0.482 0.608 c -1.054 0.608 l -2.71 -3.392 l -1.307 -3.392 l -h -f -Q - endstream endobj 19 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -207 110 1 -6 re -f - endstream endobj 20 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -q 1 0 0 1 183.2417 107.3916 cm -0 0 m -0.061 0.216 0.258 0.608 0.482 0.608 c --1.054 0.608 l --2.71 -3.392 l --1.307 -3.392 l -h -f -Q - endstream endobj 21 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -177 110 -1 -6 re -f - endstream endobj 22 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -q 1 0 0 1 161 108.25 cm -0 0 m -0 -1.25 l --1 -1.25 l --4.5 3.75 l --2.5 3.75 l -h -f -Q - endstream endobj 23 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -153 112 -1 -6 re -f - endstream endobj 24 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -q 1 0 0 1 137 107.75 cm -0 0 m -0 1.25 l --1 1.25 l --4.5 -3.75 l --2.5 -3.75 l -h -f -Q - endstream endobj 25 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -129 104 -1 6 re -f - endstream endobj 26 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -41 103 -1 1 re -f - endstream endobj 27 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -469 107 -2 1 re -f - endstream endobj 28 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -305 138 -3 -3 re -298 135 -3 3 re -f - endstream endobj 29 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -q 1 0 0 1 65 130 cm -0 0 m --4 0 l --4 -4 l --6 -4 l --6 0 l --10 0 l --10 2 l --6 2 l --6 5 l --4 5 l --4 2 l -0 2 l -h -f -Q - endstream endobj 30 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -160 205 -1 1 re -f - endstream endobj 31 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -q 1 0 0 1 180 231 cm -0 0 m -2.5 -3 l -1 -3 l -1 -6 l --1 -6 l --1 -3 l --2.5 -3 l -h -f -Q - endstream endobj 32 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -496 254 -1 -7 re -494 254 -1 -7 re -492 254 -1 -7 re -490 247 -1 7 re -f - endstream endobj 33 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -231 252 -6 4 re -f - endstream endobj 34 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -231 247 -6 4 re -f - endstream endobj 35 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -474 106 -12 1 re -f - endstream endobj 36 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -423 111 -8 1 re -f - endstream endobj 37 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -420 107 -5 1 re -f - endstream endobj 38 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -422 103 -7 1 re -f - endstream endobj 39 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -q 1 0 0 1 251.6084 105.7578 cm -0 0 m --0.216 -0.06 -0.608 -0.258 -0.608 -0.482 c --0.608 1.055 l -3.392 2.711 l -3.392 1.308 l -h -f -Q - endstream endobj 40 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -249 113 6 -1 re -f - endstream endobj 41 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -q 1 0 0 1 228.6084 111.2422 cm -0 0 m --0.216 0.061 -0.608 0.258 -0.608 0.482 c --0.608 -1.055 l -3.392 -2.711 l -3.392 -1.308 l -h -f -Q - endstream endobj 71 0 obj <> endobj 12 0 obj <> endobj 70 0 obj <> endobj 69 0 obj <> endobj 68 0 obj <> endobj 67 0 obj <> endobj 66 0 obj <> endobj 65 0 obj <> endobj 64 0 obj <> endobj 63 0 obj <> endobj 62 0 obj <> endobj 61 0 obj <> endobj 60 0 obj <> endobj 59 0 obj <> endobj 58 0 obj <> endobj 57 0 obj <> endobj 56 0 obj <> endobj 55 0 obj <> endobj 54 0 obj <> endobj 53 0 obj <> endobj 52 0 obj <> endobj 51 0 obj <> endobj 50 0 obj <> endobj 49 0 obj <> endobj 48 0 obj <> endobj 47 0 obj <> endobj 46 0 obj <> endobj 45 0 obj <> endobj 5 0 obj <> endobj 6 0 obj <> endobj 74 0 obj [/View/Design] endobj 75 0 obj <>>> endobj 72 0 obj [/View/Design] endobj 73 0 obj <>>> endobj 13 0 obj <> endobj 14 0 obj <> endobj 11 0 obj <> endobj 76 0 obj <> endobj 77 0 obj <>stream -%!PS-Adobe-3.0 %%Creator: Adobe Illustrator(R) 17.0 %%AI8_CreatorVersion: 17.0.0 %%For: (Jan Kova\622k) () %%Title: (glyphicons_halflings.ai) %%CreationDate: 7/4/13 8:32 AM %%Canvassize: 16383 %%BoundingBox: 53 -1195 522 -948 %%HiResBoundingBox: 53.8428000000004 -1195 522 -948 %%DocumentProcessColors: Cyan Magenta Yellow Black %AI5_FileFormat 13.0 %AI12_BuildNumber: 256 %AI3_ColorUsage: Color %AI7_ImageSettings: 0 %%RGBProcessColor: 0 0 0 ([Registration]) %AI3_Cropmarks: 24 -1224 552 -936 %AI3_TemplateBox: 384.5 -384.5 384.5 -384.5 %AI3_TileBox: -115 -1359.5 668 -800.5 %AI3_DocumentPreview: None %AI5_ArtSize: 14400 14400 %AI5_RulerUnits: 6 %AI9_ColorModel: 1 %AI5_ArtFlags: 0 0 0 1 0 0 1 0 0 %AI5_TargetResolution: 800 %AI5_NumLayers: 2 %AI9_OpenToView: -600 -545 1 1778 1078 90 0 0 78 132 1 0 0 0 1 0 0 1 0 1 %AI5_OpenViewLayers: 37 %%PageOrigin:-16 -684 %AI7_GridSettings: 24 24 24 24 1 0 0.800000011920929 0.800000011920929 0.800000011920929 0.899999976158142 0.899999976158142 0.899999976158142 %AI9_Flatten: 1 %AI12_CMSettings: 00.MS %%EndComments endstream endobj 78 0 obj <>stream -%%BoundingBox: 53 -1195 522 -948 %%HiResBoundingBox: 53.8428000000004 -1195 522 -948 %AI7_Thumbnail: 128 68 8 %%BeginData: 11602 Hex Bytes %0000330000660000990000CC0033000033330033660033990033CC0033FF %0066000066330066660066990066CC0066FF009900009933009966009999 %0099CC0099FF00CC0000CC3300CC6600CC9900CCCC00CCFF00FF3300FF66 %00FF9900FFCC3300003300333300663300993300CC3300FF333300333333 %3333663333993333CC3333FF3366003366333366663366993366CC3366FF %3399003399333399663399993399CC3399FF33CC0033CC3333CC6633CC99 %33CCCC33CCFF33FF0033FF3333FF6633FF9933FFCC33FFFF660000660033 %6600666600996600CC6600FF6633006633336633666633996633CC6633FF %6666006666336666666666996666CC6666FF669900669933669966669999 %6699CC6699FF66CC0066CC3366CC6666CC9966CCCC66CCFF66FF0066FF33 %66FF6666FF9966FFCC66FFFF9900009900339900669900999900CC9900FF %9933009933339933669933999933CC9933FF996600996633996666996699 %9966CC9966FF9999009999339999669999999999CC9999FF99CC0099CC33 %99CC6699CC9999CCCC99CCFF99FF0099FF3399FF6699FF9999FFCC99FFFF %CC0000CC0033CC0066CC0099CC00CCCC00FFCC3300CC3333CC3366CC3399 %CC33CCCC33FFCC6600CC6633CC6666CC6699CC66CCCC66FFCC9900CC9933 %CC9966CC9999CC99CCCC99FFCCCC00CCCC33CCCC66CCCC99CCCCCCCCCCFF %CCFF00CCFF33CCFF66CCFF99CCFFCCCCFFFFFF0033FF0066FF0099FF00CC %FF3300FF3333FF3366FF3399FF33CCFF33FFFF6600FF6633FF6666FF6699 %FF66CCFF66FFFF9900FF9933FF9966FF9999FF99CCFF99FFFFCC00FFCC33 %FFCC66FFCC99FFCCCCFFCCFFFFFF33FFFF66FFFF99FFFFCC110000001100 %000011111111220000002200000022222222440000004400000044444444 %550000005500000055555555770000007700000077777777880000008800 %000088888888AA000000AA000000AAAAAAAABB000000BB000000BBBBBBBB %DD000000DD000000DDDDDDDDEE000000EE000000EEEEEEEE0000000000FF %00FF0000FFFFFF0000FF00FFFFFF00FFFFFF %524C457D275227272752057D9BA1272752FFA8FFA8A87DFD6CFF7D52527D %7DA87D7D7DC3A17D52FD057D5252A8FDFCFFFD6FFFA8A8FD07FFA8FD53FF %A8FD05FFA8FD19FFA8A8A852F827FD04FF7D277DFFFFFF7D277DFFFFFFA8 %272752FFFFFF7D52277DFFFFFFA852FD05FF7D7DFD04FFA8277DFFFFFF7D %525252FFFFA8522727A8FFFFA8515252FFFFFF5252277DFD05FF52A8FFFF %A8527DA8FFFFFF27277DFFFFFF7D2727FD04FF7D2752A8FD05FF52FFFFFF %7D2752FD04FF52F852FF52A8FD04FF7DA87DFFFFFF517D51FFFFFF7D5252 %52A8FFFFA8F8F87DFFFFFF52F852FFFFFF7D5227A8FFFFFFA8F87DFFFFFF %7D517D27FFFFFF275227FFFFFF7D52517DFFFFFF5227277DFFFFFF7D5251 %FFFFFFA8F8F8FFFFFFA827F87DFFFFFF7DF827A8FFFFFF52FF7DA8FD04FF %5227A8FFFF522727A8FFFFFF522752A852A8FFFFFFA87D7D7DFFFFFFA852 %517DFFFFA8272727FD04FF7D52FD04FF7D52A8FD04FF527DFD04FF52F827 %FFFFFF52525227A8FFA8272627A8FFFFA8275252FFFFFF5252277DFFFFFF %5227FD04FFA827527DFFFFFF7D5227A8FFFFA852277DFFFFFF7D7D7DA8FF %FFA8525127FFFFFF7D2727FD04FF52F852FFA8A8FD04FFA8FD07FFA8FD1E %FFFD04A8FFFFFFA8A8A8FFFFFFA8A8A8FFFFFFA8A8A8FD04FFFD04A8FD13 %FFA8FD05FFA8FD04FFA8A8FFFFFFFD04A8FD04FFA8FD05FFA8A8A8FDFCFF %FD05FF7DA8FFFFFFA87C7DFD05FF527DFD04FF7D52A8FD04FFA87DFD04FF %A852A8FD04FF7D7DA8FFFFFF7D5252FD04FF7D7CFD05FF527DA8FFFFFF7D %7D7DFFFFFF7D52527DFFFFFFA852FD04FFA8A8FFA8FFFFFFA87D7DFD07FF %A8FD07FFA8FFFFFFA8FFFFFF7D7D52A8FFFFA8A8527D7DF827A8FFFFFFF8 %52A8FFFFFF7C7D52A8FFFFFF52F87DFD04FF5252FD04FF525252FFFFFF7D %52527DFFFFFF7DA87DA8FFFFA8527D7DFFFFFF52A852FFFFFFA87D7D7DFF %FFFF7D275152FFFFFF272752FFFFFF7D27F8A8FFFFA87DA87DA8FFFFA852 %7DA8FFFFFF5252A8FFFFFFA85252A8FFFFFF5252277DFFFFA85252275227 %F8A8FFFFA827F87DFFFFFFFD047DFFFFA8F852F8FFFFFFA85227A8FFFFA8 %525252A8FFFF7D525252FFFFA827A8277DFFFFFD047DFFFFA87DFFA87DFF %FFA87DFF52FFFFFF7D52277DFFFF7DF8F827FFFFFF7D5252A8FFFFA852FF %52A8FFFF5227527DFFFFFF2727A8FFFFFF7D265252FFFFFF5252F87DFFFF %7D7D27277D7D7DA8FFFFFF27277DFFFFFFA87D7DFFFFFF7D527D27A8FFFF %A727527DFFFFFF7D7D7DFFFFFFA87D52FFFFFFA82727277DFFFFFF7D7DA8 %FFFFFFA87D7DFFFFFFA87D52A8FFFFFF7D51527DFFFFA8272752FFFFFF7D %FD06FF7DA87DFD04FFA8FD0DFFA8FD04FF5252527DFFFFFF7D7D7DA8FD07 %FFA8FD0BFFA8FD07FFA8FD13FFA8FD0BFFA8FD0BFFA8FFA8FD05FFA8FD25 %FFA8FD07FFA8FD81FFA8FD0FFFA8FFFFFFA8FD07FFA8FD11FFA8FD07FFA8 %FD05FFA8FFA8FFFFFFA8FFA8FD39FFA8FF2727FD04FF7DF852A8FFFFFF7D %27277DFFFFFF52F852FD04FF2752FD04FF7D527DFD04FFA852FD04FF7D52 %A8FD04FFA852FD04FF7D52277DFFFFA852277DFFFFFF7D52FD05FF7D527D %FD04FFA8527DFFFFA87D527DA8FFFFA852527DFFFFFFA87DA8FFFFFFA8A8 %A8FD04FFA852A8FFFFFFA87DA87D27F827FFFFFF7DF8F8277DFFFF52F8F8 %7DFFFFFF27F827FFFFFF5227F87DFFFF7DF8F8F87DFFFFFF5251A8FFFFFF %7D2752FD04FFA87DFFFFFFA8A8A87DFD04FFA87DFD04FF522751FFFFFFA8 %522752A8FFFFA8272752FFFFFF272727A8FFFF7D522752FFFFA87D2752A8 %FFFF7D527D52FFFFFFF8F8F87DFFFF7D7D7D27FF2727A8FFFFFF7D2727A8 %FFFF52F8F8A8FFFFFF7D527DFFFFFF52272752FFFFA8F852F8A8FFFFA87D %527DFFFFFF7D277DFD04FF52A8FD04FF7DFF52FD04FFA852FD04FF522752 %A8FFFFFF522752FFFFFFA852277DFFFFA8522751A8FFFF7D272752FFFFFF %7D5252FFFFFF7D527DA8FFFFFF52277DA8FFFFA82727F8FFFFA8FD05FFA8 %A8FFFFFFA87DA8FD04FFA8FFA8FFFFFFA8A87DFD04FFA8A8FD04FFA8A8A8 %7DFFFFFF7DA8FD05FF7DA8FFFFFFA8FFA8A8FD04FF7D7D7DFFFFFFA87D7D %A8FFFFA8A87D7DA8FFFFA87DA8A8FFFFFF7D7D7DFFFFFFA8A87DA8FD04FF %7D7DA8FFFFFF7DA8FD0AFFA87D7DA7FDFCFFFD06FFA8A8FFFFFFA8A8FD05 %FFA7A8FD05FFA8FD05FFA8FFA8FFFFFFA8FD06FFA8A8FD05FF7DFD0BFFA8 %FD2FFFA8FD15FF7D27A8FFFFFF52277DFFFFFF7D52F87DFFFFFF5227A8FF %FFFF525252A8FFFFA8525152FFFFFF7D27527DFFFFFF7D2752FFFFFFA852 %52FFFFFFA85252527DFFFFFF7D5252FFFFFF7D52A8FD04FF7D27A8FD04FF %27277DFFFFA85252A8FFFFFFFD0452FFFFFFA85252A8FFFFFF7D27A8FD04 %FF5252FD04FFA827FFA8F8A8FD04FF52277DFFFFFF52A8F87DFFFFFF27F8 %7DFFFFFF7D7D527DFFFF7D52A852FFFFFF527D27A8FFFFFF52F852A8FFFF %FFF827FD04FF27F8F87DFFFFFF52F827FFFFFFA8F851FD04FF51277DFFFF %FFA8F8F87DFFFFA827F852FFFFFF52F8F827FFFFFF7DF827FFFFFFA827F8 %52FFFFFFA8F8A8FD04FFA8277C52A8FD05FFA852FD04FFA82752A8FFFFFF %52277DFFFFFF7D5252A8FFFFA852527DFFFFFFA727527DFFFFFFA852A8FF %FFFFA85252FFFFFFA8527C7D7DFFFFFFA87D7CFFFFFF7D7DA8FD04FF7D52 %A8FD04FF5252A8FFFFA87D7DA8FFFFFF7D7D7D52A8FFFFA8527CA8FFFFFF %7DA77DFD04FF7D7DFD04FFA827FD1CFFA8FDFCFFFD68FF7D2752FFFFFFA8 %52F8A8FFFFFFA82752A8FFFFFF52277DFFFFFFA85227FD04FF7D277DFD04 %FF7D7DFD04FF7D5252FFFFFFA87D52A8FFFFFFA85252A8FD0BFFA8FD05FF %52FD05FF527DFD05FFA8A8FD05FF7D52FD04FFA87DA8FFFFFF7D7DFD0BFF %A852FF277D517DFFFF7D275227FFFFFF27A8527DFFFFA8275227FFFFFF52 %272752FFFFFFF852F8FFFFFF7D2727A8FFFFA87D527DA8FFFFA8527D52FF %FFFF527D27A8FFFFFF52277DFFFFFF7D5227A8FFFFFF7DF87DFD04FF5252 %FD04FF7DF827FD05FF7D7DFD04FF7D52FFFFFFA85227A8FFFFFFA8527DA8 %FFFFFF27F852272727A8FFFF7D27F852FFFFFF5252517DFFFFA8275227FF %FFFF52F8F87DFFFFA8272727A8FFFFA82752A8FFFFFF525227A8FFFF7D52 %527DFFFFFF52277D7DFFFFFF27527DFFFFFF7D5227A8FD04FF27FD05FFF8 %52FFFFFFA87D7D7DFFFFFF7D52FD05FF7C52FD04FFA82727A8FFFFFFA87D %52FD04FF52F87DFF52A8FD04FFA87DA8FD04FF7D7DFD04FFA852FD05FF7D %A8FD04FFA87DA8FD04FFA8A8FD05FF7DA8FD04FF7DA8FD04FFA87D7DFD12 %FFA8FD05FFA8CFFD0AFFA8A8FD05FFA8FD06FFA87DFD38FFA8FDD6FFA8A8 %FD04FFA8A8FD06FFA8A8FD04FFA8FD0CFFA8FD05FFA8FD06FFA8A8FFFFFF %A8A8A8FD07FFA8FFFFFFA8FD05FFA8FFA8FD1AFFA8FD04FFA8FD05FFA8FD %06FFA8A8FD07FF522727A8FFFFA8272752FD04FF52277DFFFFFFA827A8FF %FFFFA82727A8FFFFFF52277DFD04FF7C52FD05FF27A8FFFFFF7D272752FF %FFFF527D5252FFFF7D27F827FFFFFFFD04A8FFFFFFA87DFD04FFA87D7D7D %FFFFA87D7D52A8FFFFA827527DFFFFFF525252A8FFFF7D27527DA8FFFFFF %52A8FD04FFA8FFA8F852F87DFFFFA852527DFFFFFF7DF8277DFFFFFF27F8 %27FFFFFF5252277DFFFF7D2727527DFFFFA827527DFFFFFF7D2727FFFFFF %5226F87DFFFFFF7DF85252FFFF7DF8F8F8FFFFFF527D527DFFFFA827F87D %FD04FF27277DFFFF7D27FF527DFFFF7DF8F8A8FFFFA827F8F87DFFFF7DF8 %F8F852FFFFFF7D7DFFFFFF7D2727527DF852FD04FF275252FFFFFF7D7D7D %FD04FF7D527DFD04FF7DA8FD04FF7D527DFFFFFFFD0452FFFFFFA8277DFF %FFFF7DF82752FFFFFF7DA87D7DFFFFA87DA7CFFFFFFFA82752A8FFFFFF7D %FFA8FD05FFA8FFFFFFA8FD047DFFFFFF7D7DFD04FF2727F8A8FFFFA827F8 %27A8FFFFFF52A8FD0EFFA8A8FFFFFFA8FD15FFA8FD04FFFD04A8FD09FFA8 %A8A8FD13FFA8FD19FFA8FD05FFA8A8A8FFFFFFA8A8A8FDC9FFA8FD35FFA8 %FD0DFFA8277DFD06FF7DFD04FF7DA8FD04FFA852FD05FFA8A8FD04FFA8A8 %A8FD05FF7DFD05FF7DFD05FF7D7DFD04FFA82752FD04FF7D27A8FD04FF27 %7DFD04FF7D527DFFFFFFA87D52FD04FFA852A8FD05FFA8A8FFFFFF7D7D7D %FFFFFFA87D52A8FD04FF527DFFFFFFA852FF5227F8F8FFFFFFA852F827A8 %FFFFA8F852FD04FF26F827FFFFFF7D7D52A8FFFF7D27A852A8FFFF7D527D %52FFFFFF527D52A8FFFFA8527D7DFFFFFF7DA87DA8FFFF7DF85227FFFFFF %5252F87DFFFFA8275227A8FFFF52272752FFFFFF527DF8FD04FFA8F87DFF %FFFF27F8277DFFFFFF5227A8FFFFFF2727F87DFFFFA87DA87D522727A8FF %FFA8275227FFFFFF7DF826FFFFFFA827F852FFFFFF5252A87DFFFFFF7D7D %7DFFFFFF527D7DA8FFFFFF7D7D517DFFFFFF7D527DFFFFFF7D7D7DFFFFFF %A8272752FFFFFF7C27277DFFFFFF265227FFFFFF5252277DFFFFA8272752 %A8FFFFA827A8FD04FF525227A8FFFFFFA852FD04FF52F8277DFFFFFF7DA8 %52527D52A8FFFFA8A8FFA8FD04FF7DA8A8FFFFFFA87DA8FFFFFFA8A87DFD %05FF7DFD05FF7DA8FD04FFA87DA8FD04FFA827A8FD04FF7DFD05FF7D52A8 %FFFFFFA8527DFD04FFA852A8FD04FF527DA8FFFFFF7D7DA8FFFFFF7DA8FD %04FFA87D527DA8FFFFFFA8A8FD04FF7D7D7DA8FFFF7D7DA852FDFCFFFD05 %FFA8FD07FFA8FD0BFFA8FD05FFA8A8FD0CFFA8FD05FFA8FD05FFA8FD05FF %A8FFA8FD05FFA8FD05FFA8A8FD04FFA8FFA8FFFFFFA8FFA8FD05FFA8FD05 %FFA8A87DFD0BFFCFFD0EFF525227FD04FFA82627A8FFFF7D52527DFFFFFF %A85252FFFFFF7D5227A8FD04FF7D52A8FFFFFF52277DFFFFFFA8F852FFFF %FFA85252FD04FF7D7D52A8FFFFFF525252FFFFFF7D7D52FD04FF52A87DFF %FFFFA87D7D7DFFFFFF527D7DFFFFFFA87D5252FFFFFF7C5252A8FFFFA852 %527DFFFFFF7D5251A8FFFFFF7D527D52A87D7DFFFFA8522752FFFFFF7D7D %7DA8FFFFFF7D52A8FFFFFFA87DA8A8FFFFFFA8277DFFFFFFA82752FD05FF %2752FD04FF27A8FD04FF7DA752FFFFFFA87C7DA8FFFFFFA87DA8FD04FF52 %A87DFFFFFF7D7DA8FD04FF7D5252FD04FF7C7D7DFFFFFF52FF52A8FFFF7D %527D7DFFFFFF7D52527DFFFFA852A8FD0452FFFFFF7D5252FD05FF7D7DFD %04FF5252A8FFFFFF7D2727A8FFFFA87DA8FD05FF7D517DFFFFFFA82752FD %04FF5252FD04FF7C527DA8FFFFA8277D7DFFFFFF525252FFFFFFA8527D52 %A8FFFF7D52A8A8FFFFFF277D27A8FFFF7D527DFFFFFFA8525252A8FFFFA8 %275252FFFFFF7D52527DFFFFA8522752FFA8FD13FFA8FD05FF7DA8FD0CFF %A8FD05FFA8FD0BFFA8FFA8FD05FFA8FD06FFA8FD04FFA8FFA8FD11FFA8FD %05FFA87DA8FD04FFA87DFD05FF7DA8FD04FFA8A8A8FDFCFFFD05FFA87DFD %05FF7DFD04FFA87DFD05FF7DA852FFFFFFA87D52FD05FF52FD05FF7DA8FD %06FF7DFFFFFFA8A8A8FD05FF5252FD06FF7DFFFFFF52A852A8FFFFA87D7D %7DFFFFFF7D7D52A8FFFFA87DA852FFFFFF7D7D52A8FFFFFFA87D7DA8FFFF %FFA8A87DFFFFFFA87D7DA8FFFFA8A8A87D7D527D52FFFFFF7D27A8FFFFFF %527D52A8FFFF7D522752A8FFFF7D525252FFFFFF52F8A8FD04FF2727FD04 %FF7D277DFD04FF2727FD05FF27F8FD05FF27F8A8FFFF27F8F87DFFFFA8F8 %F827FFFFFF27F8F87DFFFFA8F8F827FFFFFF52F8F87DFFFFFF2727F8A8FF %FFA87D527DFFFFFF52272752FFFFFF52A8522752A852FFFFFF7DF8FFFFFF %A852A82752FFFF7D52A852FFFFFFFD0452FFFFFF52F8A8FD04FF5252A8FF %FFFF5252A8FFFFFFA852F8A8FFFFFF7D527DA8FFFFFF27F8F8FFFFFF277D %277DFFFF7D522727A8FFFF27525227FFFFA8277D27FFFFFF2752F852FFFF %A827F8F87DFFFFA8277C7DFFFFFF52522752FFFFFF525252FF7D52A8FFFF %FFA8A8FD04FF7D7DA8FFFFFFA87D52A8FD04FF527DA8FFFFA8275252FFFF %FF7D5227A8FFFFA8525252FFFFFFA827527DFFFFFF525252FD05FFA8A8FF %FFFFA8FFFFA8FFFFFFA8FF7DFFFFFF7DFF7D7DFFFFA8FFFF7DFFFFFFA8FF %A87DFFFFFFA8A87DFFFFFFA8A8FD05FFA87DA87DFFFFFF52FF52FDFCFFFD %54FFA8FD05FFA8FD06FFA8FD22FF7D527DA8FFFF7D52FD05FF527D52A8FF %FFFF7D527DFD04FF7D7DFD04FF525252FFFFFF7D5252A8FFFFFF7D277DFF %FFFFA8527D7DFFFFFF525252FFFFFFA85252A8FFFFFF7D5252A8FFFFA852 %527DFFFFFF7D5227A8FFFFFF7D5252FD04FF277DFD04FF7D52A8FD04FF52 %52FD05FF52A8FD04FF7D27A8F85227A8FFFF7D27A8FD04FF52F8277DFFFF %FF27F827FD04FF52F87DFFFF52F827F87DFFFFFD0427FFFF7D2752277DFF %FFFD0452A8FF7D27272752FFFF52F85227FFFFA8F87D2752FFFF52275227 %A8FFFF52527D52FFFFA8277D527DFFFF7DF8F852FFFFFF27F8F87DFFFF7D %F82727FFFFFFA8F827FD04FF27F852522752A8FFFFFF7D2752FFFFFF27F8 %F87DFFFFFF52F852FFFFFF7DF82752FFFFA8F82727A8FFFF5227F87DFFFF %A85227277DFFFF7D275252FFFFFF2727F8A8FFFF52272752FFFFA8522727 %7DFFFF7D275227FFFFFF7D52277DFFFFFF525252A8FFFFA8527DA8FFFFFF %522752FFFFFFA85227A8FFFFFFA8F827FD04FF7D27A87D7DA8FD05FFA8A8 %FFFFFF7D527DA8FFFFFF7D7D7DFFFFFF7D7D7DA8FFFFFFA852A8FD04FF7D %7DA8FFFFFF7D7D7DFFFFFFA87D52FD04FFA87DA8FD04FF7D7DA8FFFFFFA8 %7D7DFFFFFFA87D52A8FD04FF7DA8FD04FFA87DA8FD07FFA8FFFFFF7DFFFF %FFA8FFA87DFD05FFA8A8FD05FF7DFF %%EndData endstream endobj 79 0 obj <>stream -HWr\ ~}s;S3$dr7Qoq\eTUǕdw߳{jF@ q Xq6Irk MtI.dC# !!sTzW;g6962g}K'N֫a -L[9jH}~~߾凼o~z|zqygg^*[]Z^^>seݗ[\ (`c"U䢃R\.w/yK70;Y*5VԢϛ{(+Kc6͟a{Rp9`.^kU!uL=ײ gTyИiqY<Ost([—s)n [|_ms%S65 -a *0r\)푺xa"ɼ<'SJ-~ّ̘.Mr`ef9Q:32c+N QteXD 'cD,Rq嘈[^dYJC}W%T/C:ֱf}t/\09Ɨ>xQ8c2$(3^f)k7u;Ę{i5I!F@FHɩYRɭN~+>OԢ<H-v) T^GYJܹrK9nM\nT,(džѸl85f <ݦۢRk;>L8dTwѴB1FKo͊iz%S -[_/꧟^^~"oR繾qId Rh;W+XXDYYv0umɞ+]ldL~=̚+pDto>T\׆c?5[=aT0~gG]ƧowМ"9E$re =C. sd8p[4d~UڹCsZ%-jJ}WYW 9º~7 *tbb/OKͯ$X'eF+ݓⓝd#5+_P{Sҷ3gJ391Ɋ ˍMUla#AS qeT,(g8.2NBf [nJ 0p{d{x|WXcТN| -uH@=ܹr*&@b?T X'NՖ=36*;>[kٓQ\^r} -B%(@& %`k7 et-E wV}p8tu\Ak:w.WƮ#ϿПD_ 9 Q|1ev#D|n@uq"86GK {2i)R0R`X+A4HdN;ıصaOU >8[~>#zmUa觞u\Z*fe"Yg=Z\"BOaךgHOaaoœ`e0Z<*nUh]dUg&{D'eH2dq81+_Z30ĵfk9 - -QiӞ̾a&3b)Й q=.w_{:bBy9D)`dH"3"# -1u)V]ɰR!!{G}*^̀M&UDdO 3`*xSmA!,>ɧ+.W,Wm rݮVV EV؀eӘ[yNHY(4 -[=fT"#cXж$#yv "*qH_6ܗ>Ƀ1fNBD[=Ȫl&) ƒ/v֘^̮ۊR -y]Է=;1ox;΄Q3ȺC=׬.uč#ƀA;\oɵ0r;= %s5cKM%x@e$Hŗ >:v߱IT)j.-9'{d˹0$c#MpY˹賭AsK_\Bn q޾)~@ŰT\MH실Oܤlbr8%C[ Y 8qHc-V;.W{V uT2RxΐJ"Gm{: lMA1D3T])NnABʹkiY|_ďS-%Ij_oy5]۵KCCi/m թݖy<<ĝ$##&Җ1Ǩ(^U8%ԄfHy5 Qjm 0{D)f%lٲS5&(ݢ&qokegŸߓʑSR<|@G[f3EZ"r)TB46K54aLR(R@CsÔ'zKH-F)Qw⪦Ԝ58b#ydNK\c0"OpF&EA5-借3^ZEkgpC+ "Ѕ@CMDC`hSPQ%Jϕ%Yx9PJ`RpDƘ:`e -#jBZ mmBJ%qbWB)BWPc3;itQ*7!N/.bƊE DKnxxҿ[Ezn>~ܐB_*kذtDnbwg@.Q?Zcbeڳ ڬ^j0w˟]R o>'NqGVmLzqqԾՇPЮ1IBTV'OP:`ҟ5vL4OIY -#HKȈNPKvc%eAE\N|w27f飉#"T_fl7eqZ1al1CdS f4 6JIkkX5}k|>>ޥ!IKv,AQl4U -휗C4glbKAL@P׃~dsX]HD\~Š7333q.LJ]]?9wo)-bpp BƦ'Q(MxNs<] -`MT`Axވdjf>Mac!F8 DC-5y]G^O΅a>ō],&AN`Oǩxܴ6 S%C׺8rE˪ `P!oMI]p(CR`5 9Y -5:"ia} D]fh@ *& &N0qg&Xń:dB )&tĄ&LH1Ie31QL>3 Lu`2iZLXiƈUf4UBFǘXVL8IITL1lEL:=DfC&A0 I8b&|izs{|p4*<9qSLA/.%|.Ƈ'iva5jHy z/lcQ jHQĘxaݓ{OdR'd(keAX~Os)|8~"{qqG\1OSp -C.,iՔ< Ncr4šqY7;au.q٥8Y"G\4x? .~/:8[Еןn8 -Kՠj3%"iXP-L\4jyujyuwuNk!( u,yXjU o@rwܙ&;OSpsZ\xQIris/l 㰪+šqrwNsq}9bwz+w'>cŻW2Y/sqX=9#s/lWٸ,8u.Fq1G\1{Y{+K.0qGr#v͟eerTZWןΓ,dMS ġ?vNɪ3a2%tE"Uh.zKn/v'}r4š-2չ>@,O6,Spg BTE"]hqɂKMAe -͟ l\%I)VxKC8⎸b:&Uh*HZ{iqiR>#R6>ٸ,3Rʧչ>Ca<'+. .^pmOiwX.1}yaK=l` zu1ک/C^VG]%N<|E8S~z^/}9=]lyiCoGa Oݪc~-`u^Pvsٽ'cޫj>ma w#QKn,y/79_SfqH(BhҧlgɤvO7O?/w}|xï|vZ?\n>|8+m&̶]Z&/9\Np)V.clOG?R9ZUƦz[yynIlLS9\ /5nTyN{^ͧ#hw\ʉŌ6*:kuך9ؖҗb}&Z5ϑךϾڀ)p!k V{sH h'S$4K8/9+zø&1 e S9₆4s3μr!q%:Pgh^BmDqǾ践#)9/CK?x,~Gk{N\X *ąs r#8䣴-?{ ^ɾxkJ2s1p_R)3a;~afȄ JMC;+r{`>e݃7+6nŽeCqo2wYpF&E?〒q`s7n*8&Ì4,jj%uɌRApA9E5 ŴqDćzO֣5u5ѕqv?vcNp剧Y@JMIRׁ#;e-Gyl8aTȧmk؄29*&؞|Z)C_)yi]DXGs1??'Qyf=M~Nߴ vVG7T?~^d'F|%b 5MĆ\ Zpboщp#:E*$^FzK;Č!7x"sLyW-"Y5L!"0o>';G{j&Ls9N] ٵU'oaBaZDcZj+?IkW*HڗG{-2peSkxߌ}9:b`z VjgTS|=E"^WUg^rbbC!mw~kNͨvrUKQ1xv3fƘ?1#cf;bUGj?>ԡI|2@]hR;I[9+%RmO;SwFzM5u.[cAvo/~T#F'B|-`9C9X3 WS#!ɶc=ٚǒ~jB&wxřk\ 2;a(msw)}u₼>ёөz_QZn;_0g>, O#l ->iUl+d!\d犆R{wk2?-mnChoKb{8`QIUaqMƽs:fRօMeȗ ``L01c驓ަNkHM}!TmnrMۉǶ]XҶ[j:<`0"#Lay2{.iشr{49 -9 -wrV Qԙ(-ٜ+ o"e%[ojLtz~bj1Օvodr2[l5X|_J4dϕj.we.AdȽqiC.)hqo"xJIqY=rlU7-I=jrHtdJk[Wd$'4Zm@>]Z3e3`V#6rcSv0bTUօS -1P\6^X`\ 91nŕ]DHL`3$dS - -md]v5Y#IJ〬x68G::>h^Hh+dA 'Vh7$WIM~ՓtPcS.DZ!aZ{vo߿~deKD<}>@ 4.U -RAJ5v9Dexs@W>Mٍ9S+cr8ZFҎFE9BU0RDβtܰOq5ْs:8H5v -`2 Oi?xvL^*ě^eC` -Zuq8Ȧ W11e_j#uL,oWlZ̛6&Ɣ&:&ob3-â(輴~{[;wx;/_>t֝fiF? -/TAlpmc!#T)/T"]>˷(#NNZ%"k6v"On8-brX1 `[Ƀc~bKN_;0?I -*#Gl)#)#4[k"UfTɘi;bP$4SO1FL0Gl6HQPj),M_3ҦW8|)臰Xpx7dO˜J~}:]e˜V ֈH}BV o,UͶ~}u2܉c"jq"Ff~93785Yb&%4;G50GSz]c58^m˿~~׷?x[F}poZn+ ܘ'ua:VvN]TuSbe8+ c`\_~P|W'[/UT(}@7*d!n,Y{|[3;51Q<&.H.Q:[Nj,p iUl2uvcE/L]+"{q}4_nn 1YN`0QPn- -,r8ִtTŠ/N(2=[duMAu˜.4ʑDO~2":O$B4^kLj$̳1[09vi4A~|`|wflѺ6DjMl=S1 -aD71a!^V4ae%6.L0?o!D'9ۃel{&ПDLZ]b*%g RGQzԀc?4z!sSct [CPX SaERIÒ1ZF,ѱ0~n046*LPL+Kc¤4)"H172nڈ5_;x9~d4QA -|$7#~w [ch3-cPzդ`O{7Msk a&Uwh m@ǤWbV(x-Ul_$J2"Ӄ~_{3`lݑG~\L?k"(d<=(H$J2{TĠi Ho߇JH VWLj)}J W\CT2UoOeU{'9y JS`W0`  CS).`]::9F|tΆ[#,ZDh&mju+h}% gq>T(C^}Z!7hh Aւ0C&R8|tBXYZm<7MuK5^,/ͯ|5=:rIsh・ǿ|ɫ1/_.1Z<ANwB/=;C3Hz\4]Ѡv~G!r]oNۓjX(_m?!~p}>_~=QO7c\[ͣm%ܕT~(l~~Xl}Ɩ%ZU,KY3βAgj{t{sƥ}n!,>7T=y&gIf1f/׋{'ͦzY\-Rh17ͼtZleOXˆHS42<@$HWR\PkZcd$ FL xGt ~o|"$L#k=-MaaCor߶䄨C{¼ITؑ ~%?Y6U6M7]q 6x8.K9fpa 3LaZ*$ nF]v9-461tZ46Ʊ1m:-)<6B=~[?W̬|gfiMȧeR8ye)#op/Z:??c/➟/ny *\LŻ&}fC]ʾAk(P!K?o^ SzR*,&0%? PQl GE_ -FP5܍/,VH.2a Ux[D&n!2MmWL$cazJCvp*xaa|"bafg0fA pCRS6LX{ z7xGȫ^nn#ȶo8"էp:+%LnmPɔEUx(izUov-,@uWHE幉v|w򎫷8=eƶE|8JW' EZq`JyJ\i*+U`*5~vzDݳfw\qC>p#R+r!b,& ť#)d-RBkKف8U?soXr.9.0C|CDIF*exPqV2ĆGjr]4QLGRB^r5BX"{!zڽ.R!wcZݵ -.Unɵ"V胥$|ƨ7vLp^D`_*59ɹ3)@H#Ŏ u4FyPEMȋ/F/Pug8eFyEq /!tKzgMlNR=*,0!L$]\1ѡӭU:P.U)~95eo '>ƱpܩO{_}5.{ }@!pܱA0y4>Sj0/㳱umdŠ({E}#wV+!:psAc2)N *@* L Y~V`gJAJ t`1ep+bh2)%KHGv;MBiX,if![2.$ݸyዣ8bHS}gqI{?(*h?z[oZ|ZN` KҮUaZ}$5zZlt-}~h´tQp;vQd&Fծ _.Q'].F$5bF_Lg+k[74鏳WM%b -#`IJ(4 ID7i2T uvZF<,^0 `W74lEԻ^RJ;]-s;@9a&o?`%`2SM>-7z][*vqKWU9*c@XxY2ȵ8TܫH3JN,8i~C2 ҷw͓cͲ\I0x+ޚ!]l3(ᇟϗ_n_ްn/?r?Dv}jpyy9> - go܆+ў a\jpa+$e -T1dyTA;"o/N~jـϦ?|[|ϮRǞ[3௥%~!P* -xXhi +qx~():"zUڸvԼ@T<IJK#P0JYZ4{<_,ץz~~rk3@#<%3 Bc%\&gVx0@0u a|1Ǿ3'w1јn0QY+4{i0_^%{(h2 @)JGt tM~\󨂖ݿ&qIjEQ^G0OwVr yfgM&pX,Oז 踟^Ɂ=*vGfG$$!):EB4M=IItCۮ4Z,رFt\,Ym%GYr񖅜6,vYb2kzzX{P7#C-Cπo/C{Gm x1|koZ""{qAٰA"Ȓe,,aQxmWE ; BWC4OBȊ,,,a0Cw?_ם$@mEe!οW(NMHM%Q v@MHMHMKMGHT1e[XOoe񊣳pZLh+բ'; # oX̽+wAٳȆE BA,kʢ:"nX;Tim*jM?\E"A^I}#ԋaS{e nxK>OObGRA>cE`{$->xCNHnʟh$$''$% $$ I;uEݐM~ -i8-+ypz&+bQpy2:S؀Jxc.egiŎ!bx3Ohޓ1>e|,,a0N pAٳȆE BA,S,,aQz'8DZ' D2E[q_={1J=S?s6\<~-|߯Ǫǧ}ezcIgg:K.,u'N endstream endobj 80 0 obj <>stream -HWn~'T%ei QPȶ#ː~|Crܳ|ZK\8G7ڻ(z?޳UZFi KHKuT^XtOly kDU:nFqpJ'R\bjإ|Į*tZKx|ye_t(NM]<~z:%~of`YSZTiS|UT:%0]L^|rrWOn]]^;8|-['o_>6|=<{{;ysxfx9Sx &'?o>lQÓwF<2,av9,`V-R3l$,r;-]Ze.\ -,4UTA]i -RTYR#,$.cdΉ9qyo[A],I 21Od7)*UVfɭ -,M+HU͒ĝÑan9#YF3{srwuP%2:F@]MtAGKҊm xyGc#Z=LѰRbExvyN=4EkuqJ^~敟GXC -+./'LUU&Z9U<*b6hjy( -/.&*~hb3)HG8ٕti$'u=}Ȭd -o">FrYN!c _4y M/D70˚l*i~PjGCd8mws -yxl_Z_p9R]lE)wg7GW>\s(3R@9QVѦ`r0{nސ9i@|\F“Axsb2Ç\f\FɑR{}#|ȕ"Tc.l1:*;KɾrsŋR`=CbyjO:!5݈^aqTU`Av:t4aB䜥X-:\nnz$zX|c#\^ϗS)% q9X>]{VtXַY3Uo9$(ų'cp|D|{qvsw|9dGiAL.zQ~_XRJY T ->nvaXLՙ[ϸsf8^bw&!O -Q8.'vĨ94d)Nkjx6K.EAc17"r*)Mmz}H׹S5qGȌ@8ѣqqZ6tT{#2m"&x00rMMpeĒ<̙G i0)'@*L\#Jf26q8M`Ϡsł"|09Sy~8j[`@t  ngW=#٣^rH -̓pE$n5-5:xML kN׵󷟍z^, L˛<^@Gݜ!Mi4l9xf=5H14|0D b>7nf8bXt?G^T[PoTzKr%t@>5nD-5"R`vC4~EZJu] *:c4]!;2}ըO4j3}E -llZʏ$N@13{( h - }U:Ma*P(] -17ZG%XmZ -,y*)GJ(ʁxDHD'aT70 LcAQnP愤--. $<#]}<܆؏FAMϴ˫8ѧ@Pv˕JY{]e=?y7rBpO7_;,?0[ ?mT -:57+_CCNTE` thߡÒe?uXv„1?f:L`QL!,rd>>:bw.|3m:N~'ӱ}"Kp;*E*H!Ƞa \=GqňfJ^HTܙIB,ĭ=י YE,L곤+sAZ%٨AR:x&\$Aa1;܃qAȋd&%,BJfYvs7UbC0_Ns,z?xaKu_ϛAttz --L+<^y|0֟i|Ƅ&]M)*{tn@ -Rak;+Lidߦi zI%ZR-(! 莤2ʄhMsA%dcp(-Lq$pf#bH<qm{WG@ fXa੸t蠛"ۤ,~.Eit۫CbF[O[7,WG(\Ⱥ7 Y&ҮUx\BJ1qS[٥GjһK~ϗKQ妪%q('Ab¿.>.&LwW\0"¸c妣sի1Rםx=UaycN|<qBIKN#-9ʞHo^)(V3|ѵD|g{g}OyHQGCB3襎)..lK%Ԗ߄Q$Kޗw0է>Oi,٦ZgEqÇ{ E09ر!(ƶctdC%9;?4kG0 Sۏ|d[_picb?&lh&? -Ҫ,Ξ8/ cPwOڣF_6ħ (^uBMg՜!βXpE2inB1"̋Zh)qv^0&txЈfLJx׃줿وM=sX4֣j&{MjѾ0u Sm mTr+b!I_[ p~FZwÎy4{5.%㜱r<`sX,H`7D[n(ml> dKM=&'&‰3}6<_4K*oiÖ<*Il=Qrwpo#Sلm1&,ZJ3(IV6rA -7ZX[ -M]W3qQq#pеAh!K<%E9y1$ߢ]HZ(Pvb/asBnXOlaR^*KRNN@бڡIa}Ut ZP%ޤrZc-Bm,) K* Z("n{! :iC:ŅK9kE*B -w'>>\ -=iPx"p<3N*6I[=BG}8kjq!,F35 F/[jX<1q-2GI8($:<~My+duE6i,_XI, -){#+/~x_!Fu8'ևo2T4 ܴ}BWHT]XT6!Uʭ> [wM wd!īBjWͮRl+Uӕ&i'?0hM\r ӖZz V9s}%^g폗7KOޞ.o߿>stream -HWn`zn/Mp:"X ZCK)rq>\KyyDݬT?]}OD=zuӘ[m{ Q,݉mwŝ%}ip?>BEkk]77Um/o}tۓ9OyEH[Ա?*NSw}V{9 &6J!UjԉOӕ|M_l6~؞glyu*Gݶ8ktb.˦jKMHJu5QRdN-ZݎrB_=ɖ@#WuƁu4m5|4/M &ONL|<[bC< -B&`>>ʪ?6EգFaw>Z+Icϫ^w+啅Q%ub}V <<p]`྽۱# PsMvS/7uwѿ5[$Ҥs>0NC?sYe t˽;=d铡YL -,drDAD=eݤc8h|p96yKVR:8a_};ͨ} 8dF/_wz2w>z<2̛ -4Y/?@P]A~c:;%~=|>uob疪[ڪgϚ詠C6PC]݀ne?\v+!ΆM|,ˮY̭4ט?^viL_n+KϫmMyqϷirV 檭?ow탍 Hc?UgͻGxtk] -o7T"7զmnJy> 4%nd  -*]W݂񯧦XEkDqFUNyT2BZ0d'þi`I UBeʋ<<>wM>[g)8a' ]j KGـ^L+]b1]&K|4ɒ<)Pb(6oI,2) -+-jk,]z- ' g -$\2*ҫ+rot羠b :$r$ YCB9Z+3,V8C2A|"r=#W+W仔ܿ)<2mI$, Pʒ)P|zܨ-&onzmxxtrx7?ijl _m~-.)p$׹rDV"0,ϲ,B3dI3Difiԧh$թJ% \Q>wB" oJW -%| o+w)-<2g*XL VpΛ=©ѥ`VH\sxj"!" bCl6)3b'CCXCRy9] @E. , - -~!!!"P$9]SO`" -""Ijt\ˈx d2gsA$d2 L#)`1J5C{X EL{Lg 3FLv C{yHTŁ~FDp, !ljJs J:cAxXY䦠xFDJzNkt hI-p4 qLM:ib~.{:tǔx i~\,H"9C|cmvZ[@@x_jԪ*7fA s~YOa4-H7"ĕF4)ӄ[lo=!?9Ü0n="S(Ϲ-jU4q_1J s'ңQsQNY*Zۗ7~JB~j`pd_!~c(r4xv_E{S<[V7<{ :+,F Ld@љ`OVaCNWQLK1j--lS{@ޯk6KmFa}Oe)kOhmnAv0$&ѐXv$"aqqEËgj:7EII+<BNel3j7-sB#&D8)qlw–zD?|ޏ(l?qљDœa@t P `hVdT'`󞯚@ [8CD2 S@Et̜QA;C=sN=p@N~V Ne: Z1;1Ŧ<Kp9iiȚf֫ ~4LPwޢ#q x|U؞Qnb5ޘ0+7 1o3 -1-201U[ܶ-l+eφ d6p{c\ϴ< -/"׸n-u5/VɨOZϳ|S>X -ׯ`3["i&Z騅TRCC%+NҚY-tkfZ)eC -ƢA$܊~ *hiQԠ뀺R -!#B`ev@H Nf@n=9D Aώ`U RE8e6%A\RBTv$4Qx4C,}D;Ljgn/6O!4roƞqV|(3H UW$fgK=⤲F8ڪn|9^cw >-?o߾_K߾/_eo 馥hܾ7ڥs;}0cDAt{Y .3[N첆M6t֯[t h־nDݯY-9q,Uma> |L>y3Ŧɛ w9V[9X}ʽEdžx`nש - p· V\6\+f2@:#T3a?y#9HRʀiv62A6}@x6&WI5=/ `%o")AoL3?' -O(}U[F:R~G(=Ȕ,8Dd5MVTgUl99ũP!K{/YresAT)Vxr;DbBd0@c'.:!z<23=g"AObឆWYRR!`!dn8-']=4kfgL E=u`ᒳtq:k)IߛMWoqR;}@ [g4/"P |= 4/1_SXhvEhwECHC 3nڻ5(*o`8ڽp?Fqa~m |wm,/?M~o2ݢylƣ!5WTNrZ9F!I@ #W>}b+ -.9k*o1T\\⨩R-dU驄>[[ *Jj*o?'~ԍ}ÌU|+GxU#P**H&*訤@i#PZS'Ax(B #jMhh O{tW6QxBg-"(zNh8IQ#B)W#<Ԏy#b*,@c#> a8Yb%p:6GE55]>p4ԡ_bvhGoBGŶDzS4j$QMÊ=I,Lqt@6jN9Oz0,ˑl>ѥntm{& lk`-lT̀`ƣ(_Xb{W>̗n7xc, - Aֆ “ǜ{SV4VZ]]{;aڗͼ_~g9<||x\ݹߛۇO=a,X/n7#-:^|rϯy j_?{iF#Ǡ47(~ P=A AAA B,BLbQ*nז8;?z +P  Neerp<=M'+'ZYYdr!sLj3pƔ@r~O /P^~fN8~g -d\d$ae.jtSt@Fwl6пSxU381/ϪB撖PZV|n5.Я|>n|A|~KPon鱴푽h$ g=.a43F3AXc992$icZt֎[3Ae`B3 hд rBlW4 /wp oD;0 N&x{Zsh-09)C6 nM2 .a}6 G&8pt. 5m#; @ޡZc--C}60 -RX 5 %^kWЅ,i;+k=)X S>nt[`K.iCb.X}bV:&d B)!Q HíD$""(R]h#uHGM΍Ȁ툜3 Rt0A\} bq"/G8^w/:8Ip' aS>'r9;% -eG_]loOz\) -,]")B(Z} ˍ.,VPn\ "? g`_㭂qEcrq'cSx-h\ؑ - -WD>!Y0Y@9\Pre\EmϾ:h貒 -Ogz}rX=T VMe8]d/N] vd)81y<GHAU4Hs9ËGx%<S3zGIxYdq13e$~ ;P*^**x=K2S^I[ q#xso{k!̷ʽ_{u 3Ioٰ80E8:e C Faj(c a 8y6y'c=6a - ICsq|WDiRJ z/ K= +񏸚r[8RarِB^!YCrO}@fl p' f)#j$4\ъ2j,x@F sZ9ᐡcm^&ٳ#0`QJa+cO@$ :23t ].' mmdHs5vqu+U `=Z%"PMsYx*(m:#9E2_eb`/+'Tr˂yWD2alvȑ |] \ ſZ~X=/l `c0avdXՖ,ysp'dɥdFf~q&luSSCgHHݐw%Ŧc`u+KERr}85^"B(2B lY"CE.oPW I/8d,΢XP38;4N-gT͜^MPõa'>u7un\{YYHX[ݪ\V*]kcKZmWՉZb(+QAI,c-e~♥/zc2?P7jݲ/H߶-o``LP`7 w9y`҄Fl@]פe[2`{`-ƨ8̂#M8XpTkqw0&PaQ(QD *j½%^:ܤE%jTfF. Un;nޢ5j=$\|{Q_Ҟ0k-sF][P FIR!R!;)w*tƠi'=&7ɨMpMմ)H*-hoB҆؈j%\_a=,Jtxؕw:cdeqVVVV)d[ Mݘ0cEDB`@ԂV`L   R$ұ,)HIyo\ YpݹU}+p7UQ8q!i6+lè&\F x2k'ـ*Y#g _Yt*xE3k<Ax;DŏA69dxZelqd:pNΩSj dd:)s4%hvDZeq69AFXB"P4B̨U FeYTC!%ۈQ+q52QP ٘P 9MEP?+z†mdS@P0ސ<FVј8K0F˩N̙YŬ0;9ɀ )QLRa:\C3wMAwn:5ٿUn""eLzƦ]P.H-`lPv9vH\Dذi$. V%HQERԸT ءG1{ sə9$?Cɡ#>C{$?/'s4{Bc%Sˌ Rߨ`6gI_as:}vl҃<*>N iL d9+f"DЌ&D+" '+d"Db#G,ztff տ #CDhPNzɊ21ƣ h?WhL3ԘB -[ߌtTA<;@wt^T>1W#%$UҪ\%ڇJ^UzW4 Xf*H44RG$RPI" x2&[8u&*M7QhNT)J. bn1[Ȥb:KBCK¶0-ySmkkm[L-ETTʮ4r\Щp>P:vs"(xQR¨  0j>5ơ~hdTӸx - wo0¶הv .ᩄa\GaK=u-q}[g> C#?Gvrr݁oB7cfUy˄efV2޹Xؓ ƅ=ȱ0bzf2!y m'Cy$#VI 2N#JÁT@1$Jpp9A%S-z-| ǐW`$,sk*;HZĵѐ$ڐwy%PU{TK!vF&&?rT Oyx{ XRk={^8^]mP-. 6Wo[lm15';hdj`Ź:\`yTj6 5 _^6@Gr1݄9`>u˭)㈑=a/9oR"|_>÷Bϖǡı8{|:=8/<SyB0{o&4F4Yf;m#/0_ 뀇zɇ@LOHl]B066V׋ɿϹ^[R#iTUurU=ab0gj ˖넝?a@ @H(y*NXA!g1!D>A/' H8'`"( (y IY1Ac'` dGd2fN B#%2",2U/#9%G CJK}1 p-sN"-$z EU[?+VL돹돹͵:r=w7uo~y2tO 7Ʋ4c;l.n0<\ucS[PuUc=u9cZE=rԪ*̔VhDW͌+* ,W5/g&A|MV󦪨.j>j \'UJRT/Uj{h -*'BS<M&Exj4i)W5έSsl*~M·6!ۦetZ:vhqHm\H sӀKm*A+|g:p|*E#ߒ{?+-WLut 승3{+_4~䌗0N͞GRGMD`!F6J\6ɚuمu-m6V(//nBs_nA"}s rHAymIV2&$xhhW~-wv-ŕnY/Lœ7lzi`^HX s֐q|f#:nP3~4PԝM;k,^|?goCᗟˏ|=G~Z|?$~TP.ǟ_tyxMx`csbv1:MQ<̟ɟAT_ I>7sؕhLN ƄDž U.vHU6%!&wT}604E!y'fP@$(:D[ _;o|Eg[]WlV *ウ7XWwG;SY(MN`HSyrJ;i̕{j] _C؂e:zqZԝ*vjoF%3}%ݙuqfjk:.|aKK[IF9uDMh7^Owkݚ|6DJvL-uQzjrs3ŀ ^J -Y$\Aw'5 7M -G휎Z -fkFHCtވ1_m0?ܗ8Em:]"Ca=:kkTVk`UKajV9}Vkk -Ս2P7vxK5$3` Uo -7 -^!tp/;#[3 -Kʒ8֬%m`pL;FHHzՁU!Q-)Y%x+jmMa !|Q!* bkt2(aLBUH]wD3O6@7D-7D`,]c䋔Xh6US9x_hbJaQw$ +۷^E%B4*]`omI1l(ݠ,;ļǎI;lI`۞Iqڣ0Dމ#mQ3:̋6XNh;cG!j(r`J?4rܶBjHtw|9k +!*Qg-hSB*Bdֹ@ -Dd.(%B]t"hyQW4ؔޛF×QJ zHE``A.x\% Nw[G`)TǬűF Omf򻞛k>n_sauXU~EONzcd-m{v^ɷ>eC Lvoz\@mn;76'O/Ɗg~1zzh_Gs23:(?ɵO^Ϟ[_>stream -Hnǟ vH|zQ@Sִu4}e;z$9jDIh~CO?əpl4Ɵ@է95ޝ 5VNtIsșJ^v~`?4ģ5<`>F}([2\ǯX9pWdf Tƭﰦ\ԱȀ{>D? ǷdX!z֮{پ1U -#mp ̑괋sUl#+ kk^p޷T Dx3.?OJ560J%w\H= F3C9.-'>/8<\RB`&Geg>/n͝zBX;'Їsr {iؔxKz+LN5īV<:}'W}]{W{W{׽LY8G1S_ڥs,k__uuЇciE(2V1tM~2TL0E`XYo]E"v6:]ؽ"=O]tq$*xȬ}dd@c(K"T_@stN)VN|S?더8>,EܐX;'q134P)x{竮,mWM+(Wg - Aycqr. w78mN/ģD">oAMI̧Pئ3=pds @#@x89ó fQHYIWdf Tƽ?Dd=J*XS1xүdk<`ȒR/Be$x3++Pˈ񊜆}%lYդ -шČ TAgrjR'UoM|׊G>v&cV˾K6c9G`vq"\=k7 DxE s@ƆS)9S⤬JKzbE0XŅR@g|?:#UE.Pj+Uѻq(yxCsX(Ǧvr_.ݣ2,7Ո?2&p!W6vVrTN%*Bf9Q趣lT^;szcq=:9>sR$Y1X&^E. r Uk< `If :wΥ1iyy$|t(h%Ƀud-#هF`Te!:/;.qYĄ},#w,?t,?4BS:j`ĵ[MM}E%69nj1%Evqα Z}K{!K-JFoO -XYƆS)IS⬬JSzbE0!,35 - D1F(MsG֧B._ -9$y`' J'3LP:E,A'J(0@i P3 - ScڏZKgT>m\We<2QU4B QyX79Ձrli'=: UEF`_/xcW< -nB>P([P˹0-!N2(6?-$&wز\^-}ݚ;$T*4klf8*8[֊jE[V42|hՊVrEG?G4\ŴֳZެZgzV}="r ?˲F79ՁȥTXѤ]o*oluټ5[ּ>><Z"[8j(+lƧJʧ1PscPAw["ҾsȚTЊ\")YوS"rfdQ((s(w\ւ=ѡ:9:`1*XA -҄-cE Ʒ69+S r^XM"JrF9+b7WyDDsn=Ujz=4ei/i+(WgLB,w^΅Ͱ9iw]&%n%OUkϫS3\Joŭ}ˌgbGM"3emqP,1Psq5"ϝΥS.ݒ8fhi9!;6] m~7je,0D'^1:l`dUf/✍?7y@<o=t-im+Vc jz$|tpNir}~ٚnua_>lCu -_emJhAڸIFZ P@qZJpݛ^PĦ4%',CaZ|}Ys4l{m6(ρۥkvpźv׊RE>Ǎϊ 0ɩ@Jج-k!oa{;SSt޻̍xͮ"i- :txR8yoQUPB]v&"9? -{,/ljG@z[Ѭ*S]3A%窴b(K:)B ɹ]5 M;6'rh+LyJ2*r>_@h *(]BA.^PKF;}*o^)l};?hL^q;nHwlb[g3Rv7nN0Y$VƦklf,(}KfLHs#)X0⧅9(9; - #"f << RQ/8Ϲ[WXPJ1'3eZQa0܁g> @G@aS;2R=YE4&yiwzc~n杣sU0 ҵC ɹ]5 M;6'4+Lf'))eXUh1|.H%3(^PKB6S@lNp -/.刽e 9fx}&&^uv͟>SE_9Ua]Bs7Ƌk9F iHؐ';1e3+L ?d|J7n.Oi}ytNoW endstream endobj 83 0 obj <>stream -Hn8ǟ/EmK%vɎ'FMRE@TĆUe~u#9Ӎ2crMHǑH<:g_9&uG?u$c?=xaAwe[|H{Ohm=ԿwJ7&"j 2  8Ƞ$6DRJ"̕TNJ8d)PF~ P - Kʁ_%HP9?˧u <2vg}-pmMh; mבּwʺ0 bH\HMiz캴,u5k_$;@M/LQq]_<x -0.=t;pAX,CuHtA9ޟWh ;6KL~eUHc(H(RkִfTRSƦH ^0qa&V&ItfuC"MK$~sZ:^kf27ڠJ@G'qNmyXhT1fV2Rąɞv0ӲC9sNCx37UX,JE[ۼI>1+&2{#(T|`{fU9WJǃRKJ䎍At>` -l-D͏锬RFL%H@\(Q_I*QKJMm.^R|| -vn G;5svixP#߰4N|N|N|ėF8`jo@׵e+CҎ|^(s(<@/-EJhQpk -gf2LIQ- -Cy֔;^qȸ\*94uC"RRC+f[1EEጋOkc#]r|dJFJȃdw偗Z6jJ2Ɓؠ\*j*@c9?dU%F5ʅk <4YɁ -#F?ȇڟ*80b+P@;6yid{ r*.rH9_`yLCX%Эticz E_"gQ}k nXO+JvmZDF|2kOgH -—xj/ ޟ fpa+Z6!.TA K^ڗ^jcmh^**&@Do Pu?+Cf,`8a=6սԆ x*٦uS3xkV'7C8PkxԑpdPTz"s 46K{ uUH}2*"귽S /pmMh; mבּwʺW im@~){8y@\##3hT]~TuQU0P5*EDWDT3"Ɍ1 |˕.XKW4qx|u552 hqλg˼ǫo2^+W=BFOv9~y}y3#Z3ƙ{k{Qo2d:Ss`ta՛LhI'Yg+_:83JjM}#"`?~Ǣcjۍ#7_0/fۣg6,2 {MGcؑ&fdőHnͺx&ېH0x 7d;4D -rY`$ -?OmeD>cqy=nZQwX~ +xOmbQAW#{|Dxmg!~7ledޗ=Kt񫌘ffcuΝ8r{VܱUUD>}LLCN}s@3h4òi;SyZTޯ}lnduu ڴth|rRD*6 7#LatnN Y 8:&-;|F͚tiPCCf#ƫip%E2R9K gSemͪvф"#TB9Zތt+L0yvX)TF+^P1 -J<Q7[A*~R Ÿ;S0R6=[<;g6YD:`{~Å,13g % śo?cdvi}؁:|~;}l?{-b~x۾*y~e)y4mp9aŸ{{]%5Mݗi'o-zLPA e^ -J3t]^{_/*՚޽UsX__@Ew\68w&(*\upz@霑{qo=Ci=mAT-fyrtG+`΀S3poՑ@gEz fe"=R*4#JoRs*uS5A]Rޠˑ+{m kB$cgs?ekdcxHsw^zXȃXuDӑ! pGM 5h ,(2<1M6',c*xXeŜAn"pA,7jt΀\?$ 8XS2O4$d*k 4ʊMHZI͔KI dS F4 MJ@`0:X>Dv`d[ۤΔA,;a-2XF"))Fsq }6ue4 eSH~w 1tZxfnBQU-'sPY A ^<_._n6oۋ7oEӾĜp^*Wۏ~*C^e==HF'C%M%PҶ4Pq[?SקsL#?ݽ>l77=n[Et 6=0+@G'M0}:41@hɰ !";+hlqa9^\l5_==i';^hRVzOHmQ# fH/R 3 :8kFm 1.#"wRԖqס&&7 ;De% bcm`m;Vi@1 ^ޥ QGC#iNѢN2$iy?w! ԅSA " D"sArd4PFV}r5n0qSFp9#(=V^;jok.u("4F&朑5[>hpRk1bo%1-$G-Ʃ'!R&#}jIpLߝ%: 3>.}AY{q4 -hj@sG{xca%0X"0,a֞PoFE -'vdH9GpGރD]g= RBR  ,Vo1G[i*sa&/=GW 0. - .؉'Efe&M߿ ˾ Йr1!AO$ (JwJwFG`T|U> lH@"F,Di!3OID!.)umH"81(,"@3kﭛQuq@ =88*R,ezn`p &OgeqA0 I_oihSWq'ꩡVB"'H6EX1oD$;.;E]*[ٖ–_IARȜfԤPPhORRg:Fruٿp0'`& endstream endobj 84 0 obj <>stream -HWN\G~'Dڗ/! l R4Bm3t[b~Sۭ[[˩:K;\i7y bZr2z>p%S>p&rL`tGťWz^+7Njzm+wx}z$9/W*(),;jIX/RH>̄`f`p[m2MV75msA֨{UdҕIpaWc|!)xb (mN>jAh·,~%,lCPܬSsǭP rQl`[) Ld5MPLc`2d^#9ey r@zMOWSm򰪩 % -o7.gbs;Ҟ~n7lo29]DϾAvz{7sm3'O=hiv֛/Gnk_9y<&Ʋ}vwo]/)۷۪L%4:bj1۞^_\/r/B/u͓_l>gb:Yumf\BU$Y+5lq:X3n.-mnO޿]o FJe~r1@O H&~>]DJZ7H9h ˃"K- j, [SwN`CAw=`)稊p+\ ^Sy -憐nIR%wJ:ML>clP@2Avz{7s8w|Įã)ZoVF -Q8ܧ|G(vG{IS)G^`b9 -N+^"U'Pv}S# 6ՈFsK5FRmogͬhY[{ey/طT*."]RS/!PI3lcz;XotjST;HNU4OܭU@eZ@y Ƞ$xJPG\h-xtRj! մ |rF  Ikl{E.P.WNy>%*ʜn/ʺoߏ Dh*kf% ø,`y"W+ƫ2c%xom7n~/ X%y:7v֐vA G^%sƣ9U$c%"Ұ}*V:M:sT\ϯ &SI.;_)FO9F4v~>pzI'жI&AY7f{:ʔo腊: e'EҌ$HC*9&hFP;:F`&)e-(P(h$Tqo"AEDp4!ZR[m`tcQ"==g4Z䚐QKZ/gLt0Jª)4BQ*'&PvP杲hԻEP$S@1d@|6λ.rvr(mMZ*V'tƣ#\\-wbXS/j~^fjwX[N GK>ՊvIom^;Wn-ܦ=H:|ڠTuqZ.p'^/_Pϻ&Bޯn._X|}x\nۋL̏2W0n~xCE!:!Y]v5nz-Opy[i] -Nd8v~*{bnq8ۗwÏ2QحS^=ݮ>&AKmfp3/fnܩf95!mӏ|`Jmꖶ\AE{BoXS|ܢol`9u[XBȧ"h49dlA҉.3* ہZ>V2AH3$T&oCq>3ؐ _/A))ID:G=:t0\gL58w9UȈ-,I@e hJE-N*C -^EPsRNo,90OjjeVo(uj :`wgullKspD]_On+M2'xЭ::|M@U!dE[a?e-Ё(VO(\^V:1tZYn^yr[i67小Tom{dU̼4+&'N.84q>1{sodr2)0Ga~@ sF7r|HHQ)*FG6K3]WzX C> _aL;~y2Y`jd a7E65FWhWҮ.D y REB_-*\fOIGЦ nFyBkL6inTU0R0TSikSjtlak-%8o-x\sXRs#Wsxg=XUGH(hklg.]EI5ܝШ~**7* ѥZBH92aZvf(i/񲿤H;CQArki070'4JꉘZ2=ExZ(#BÈp - 6 -^qlpiep h\^ba*>t<:݄0]zMt^ްF.sTLE&y>: ԶS}<@MK>xՕAgQ >B+_l?S=M1 -B@&|Q5o҈bz۽H˳pSw[ّ/GI -.ޣmPl Dj#q 5polp֠MA!y҂ -ʲ$5FƉBDF)%tO$U4* - 52MPڪ<㺑3^92 Lj2a'汖L [T]<ȜMF!u92A@~-j 5oN1e"duyߩ>hڋ s%ª7W )ZWRuf3qsw -zQ B}E,A9>b~+U>XmjNwRzPeFˉL)j}2%8wvGn22#ΩJD%ҥC@%2sFRr@3KSv682H13zO#4c40P0U* %Xр"Ρ+y-Zom«B$ʣ+DLgέsề(@#S 7h[w: -eT~buR|a}00e_a (BH砥pMZt$E,25W .)7<ƾLrn11܅L| 4e - LYITĢY;93qxy -TTU$ڠ>* :XTG%l$.Grwrv{((.x-pkƻȵneD ( V4 1-@3j]SXȟlY2h頽3f;gDJ[iX-G>p=lo,Wfw*d|H1E?&ᢐ(U!jiXe~^quGPK6l}_u2XXck7 !"ՍxA{6EM0+Q4CwLޢQ*AX +u^ĹDeQ;  KP@Lggg1tJ`2 * &*ޫϭ%Ϩ >P|VEϮ9iccD=钃C5EnJ*~HY1@e؏=Ftʠ$ 4՛U2㽒5Oȑa[3s -$-HgB ^c$da4yX8#񓬵EJPH-h%#I<&#{R}ͩ*T$vni̠(U%avHD܎q&B3+UG. c^zH10{gn09áv1Lsh )lРΐv3e)FrXz5Fl/;ۈ*\7{'nU!fB\*R4`J9 Bb*P5J.-E(0kAj'O@cih T*:nBOijV) 45h4 yDWj̹N}ͭDG: sJnVNo|,-[`@a]]U`ǥhwNF`2 -=r֩m8OnJ;Z` ! -cMYwT8BÐ --=(-l)Rq2rJ{샟`XF$sD6_ݏ_،? -\eƢ6sO% rZVv9lG998sN`n{deNkV\ -% ޳D}#D]%x!F6lCd%)r\ꏦBI$8kH -?[SiH'`e+2Z 5YV8YW@م%C"fEh  hz9`Hc "r .Zf'$& Tlٓ6Bn,qn64LA(:)P@2!a J*GLBhhFEXAJ5%@$ JHfh 7eTJ2bCv 00<7t,7;B]N`:0T#sP0#$dX Ѩb0,!tHUoO*;ČY|$mniα(ČM3^ #]0 zoˆbt?<uCmQɮbZ!f`pE։=ҽA WC* Bd+YE!.XF͟CM#+B};>Pe8T2},] لHk9j2Q3#;og0[i: FLǦ8KcoqB8^#{эq $ͅ?cڍ"p$Q -b<xP!d8!w$l]fajGrW>`)M3utC+52P5qp({OR.=  Oa?):MhoVtZ|A)aKLY\̀dAȼtT8pŮi1 xvr\\Om!@e]VtY+M]N/$٣r$F#ע2Be,)$EP;i |T j^Ngs ;X#GR&0]  ؁tdx0*#!DԄ.+v4"+HK"Eeۦ!!M@:N-nKj[WeْI:%YiCY.7vF@v*O7Z/ApEQWaTyCɗrJKqǼFot_Y]K!F5P,v -o?*E%6m~!U8I\Wc^<:%v~lf+pq#oĔG-O/; -cs8veѯJ7wwۋa=<˒IM~x} aK)kBN䕧A25a3s:{R#gCy8l`vl4 dx K\Q={hCڂ e. t1ذ{u\_pbhJfm U$5$+$(%]k(6!̞=3>Ƅab=d=9 - 3GgQ25# ,v}]FT "Vp1-Hࢢ wirYr7-jo[o w'0<k?h+Z4[(,Z7/ڏNwm:ĺv{o-w$~ 5ǎ7%abhOTy42If~Vf ;'2/O@ K7 31哕,_MfݶUۛH RX{BU ffX%D}ܗFTRʁS1K $40Jp;P\ꜣbHo܈x`C:#,R ucMZ>)LJ0 -Sx`tHP0RG-f!=}>=q!P< -VTXN.ݱN^X -&JEUǪuF-ipz#/>%3_ d3! oʑuxl0G2PQ -DUaS5[r46R[[lR|t? 1n"`yRʯ َzwR1 xy˙Vc\+<-H8 [$,zC`Yx_lL<8͑$^;d.{DwDB .ZPFcȒcf)+ѣ`.3MrX"iey^$7:l>@ E]Nv'(cLA$"րڲ)N Ϸ|ϗkysD7̚n$cfl#k'$?'LC]!ʈIEMQ"$Y޹OHl_"ca)iSM2I XzH"EHycJɚ5-Ӝby  /qEb"Q&p)>(hOFCsLy;y -4cR[hd\(BFGW'8|MOXݡ_}ܥut(AKCfI $'ڑwLfd$ A Cd:o": KPD6;s[P'/|(a{Nl?~w:-) r6ZXRi}p,oY) SH Bcc0/22 lG`SHtgB=,4ٙBOptcDƶNeS3Rh8 %[>O+Y2y4&_L*$PIh\4wǗhyph\&L!Dje3]ʒώߒႶd,'^ GD`)xx0n >!m-gZij<*[f(Dv#6n#@Q7 q9̙N3qZªZ5,PsxFK -TZݨ! >9A1:'4hdcn|bC4DְKa0+X#&TW!r76B1Ŵ uL:vP&43P {j݄3$cu&tJP3xֻ6je@ݽLQꊑyԃEZ:B _kQI5Dj#~\q52X8F݉_2خǓMшjcz0 U l7t9L͕k&,7dlۘ0vڵ+jC-mũ+a[4!\<}Q=\S;uOU |/jI׵єB[X+Lv^ }j0-W,H4x-l>ceK͉Y{4{es{(9VePziCE,6̘"]B+m?Ŗ+슔58rpZP3ZOmW䔿)q oF̀wW_a%^^Nt QsibNlzW(z p.f~Io2 -o'BJ K4Kx[C8AoC!/܆1OE -]"ōh9Tm$ 9 ^,\Z}DJ4^Nءy{WW7w_ӛ͏~;|/7?Hq^xyue OW7qwៗ_s~eGrE_0,%I&CiIc}S]ݞ1/H>u꾜{߹}W~x\w.θ ! / Zj 9a\iIpM*vԕ褽;0[Qc 8IZv Ň'i1e @ʶǭOlhј8*EklW &dT4$qVRZQF Nb>[?~߿.9wKχ0kO_|T~|fx "Η6R5t*tmUt,F-:fEC7s#ZYɂ h+Ӳrygh>la>r$M8qBhZZ~K:vS31NPaƒ6:[嫧5Y&%%?m Ms -1a+ْSb> LwY|]b%#13cD/Z ,Wm~[ky!*gKsL>?>+aS}>Oڗt褭vXa17nEiJQnc'7-k¤Nc C̟G -w3͋絻:4bqx[ϧ NJ ^~Ѯ7+p>їkx~9r^[wu {\rtUoTsڧ#R4QYXf5:ېB Q{3cl -"-)yfo)=EIc1K!-%prHJzrf)-be6aJz5X岉(H(^4J"2+B{G$$]iEfrݩpR\ɓ|i(rk)BPK"R}w͆x;wXw=Kzk!arՇr\,?&{ՎeV;(\# QvBI2.prXVK:rݷyRJ`;ZQ.c&u$-u7 0"*NdmCnOhQHc^;܊A9%b)+$T7XD| QF;PMc(LzBSe~ooҍ%T+syQ4nhkf81q©qHs~i&xe&@`&OpWh(` -'`QT J{G|JiVTj|=KJh٨Pzu q@.hT&7 -CKI(=jZ$S)r w+Xz[F#xr; =όJĔÚM b9꘠jֻ>P|B{Hti-MmS,A/ܬj*0 -,5NKbVA5\GG45&.2]#iBM][nxBrCK՚)oW* !*LUE+FFB6٨)"ZJId6*ʐ3m elh29 UЃzHuWXrl}jr~fNԆZQ'"A~C1U$ F(t1DDuQ8l_Erޞ^) -Le2Lli_A[E}qAQdT\2HC -zM1P>Rr tcT!Cj'!ta1s3TVF;`BemػN|48 -klpnWe؎K5; ( }Bv&윳pɓdmV1Yo狚93\0l4Y>vz{8%ex#oނ†pss?u6K@-ѰU9/1NwPXx;wW I$ԩM%"~ MSB>5ɞ -a (pa-D>eR |A$##.ߎ[&Sˠ^Ӡ<%9>Hid˩J#2#&6b㕑N @4?J>O8$\N?مnšvp(Y*Yf52KE\J"bfTDNJvFK['?$}K9| Ep_fȎ$|tmtf9J^)>*"U`ZFAAi,ȣn*ԈkzykxTܺ0!QӬ",d^37<̄.;mB#m$nѝ <\UQB} 7j?vs)) PBAÙcͶ_LMG:'W,ߑ k7ʨsAr}jR~qo)w[E[DCt8ri¾N˯oH &a "՘Nד 3ϟ]U_t'- h16v&3=HVu[ލZ,$q(`{ fMaB]n2;TR4UDnb2B44wq;3VEA%d-p/8]Vɳ{aŸAA') }]QpGųA|ܤJ*R//. tjγ;ˇ_.9r9VI+186IUrAl>l ,$K^,/_L ix;_n8!&uib6)dTDL뢻. ( uz{>MZ*5m |;.{U& 89>!'A٢0>\ n@O4){v!r62C/HTg~RRQ,=2ؽI$@†&֫uB-zX+Zeao.HV4gN%Ab_hz3COESd5lWXOw6MIzWkԡRy5X!?kö|x6X!@K?$3s]YY\_?_l~֬uuq_.~|~zJn4g'%6ӿDՌg&d >U<5Ps@1EMO&FLj?paUiCwŞd'C\6nhv.f^)&A%Z{2;65<(8z'1EQGđ#1hʸup~Β_5~y̪nR',-;QD^R(Z_Z@THQJ8FfRu$uF}3'e q*-vj$l)K SU$G$\!iq:\Wn$~Abz1 1H74b"] ꮶ+tMOVfUFdV t  2YYA$mCv -_l9i\1t'TC=8EbL[ Jy `BLOr>(8sr8E(%lM%!%._:mɔY3].{֧=-&?>ttDrUjkP±} ]rh[Qý:u}y}\9 aoZ NI >2? x/F@x *FA׉Vhtnl Vm>St^ Vєl#^lD8A1`i[}߬F)Mc"ݝdE2JR9GŅTUcpbIqO < Ge$2@: [o8?x>8+ a, 2%RX.s#r!3}ƊY`XA):g -paW:\#PYoF}Mߦܯ֯߯Sriq=1Ӂs,vGk I), ʰi/K`1Pa -9/vwe*׍Q oU'?D6֙q9N|_闛,]>ޞdaPdEh$6o!4*r+V{z?n cN[0)+C&`-LM`y#*,%G2JD#RPmAB/~ s֞6%7XxP=15ϤtȴHFc !F)uln6SFW O3٠C|(i4_`:p4=jFH܏"MyO#}kBB|E6x{%A:2 e•=8]~vXWL IAP u 5&-˗?^cwzyuk`Р,.pC**yA'?m\0bu-rYxr fz#&M peM2Ӣ$ E[|]$2Grrf_]tl zd)j!'6 J?΢r^<[Np~K{'F]%.*,$ * *P dh4]:0nGpFD6T;WKKnM_ ebu+t<6%) ! W崓y#vBW7('͖eiEP}\m/cVħ7 -4n}6V&EPnzKgu?D~\pM y+ #>a^c6k'/mUcgfW@x,wL -L94/NV/Xa^l!oL y'W@ #}oRhM%ܲT{cf5LҐrl Z͜4jΐ0 -3- {L~=1 -%)e3̯MPnb@WoabL1g$Pn蜞"9{A2c/0S{DG /LI-nC4t^DPCȑ+ўn f$HtgZ Z ?V8jD -录 -rb 8q -/7&‰mX/g/7) i_M_(_ct[wo;z|U,ׇ۫18ߏH9wuYjë?B7ח症fL?'3ʔ;MTǩ0H NAC "CjMh2"&c6 DC$ ^s{8 ta^̅-ls-hk8܏q j)>IA#Q#^wEӴ?fCU9PLj(6j(6j`dųK54=oOP endstream endobj 85 0 obj <>stream -HWmSHe*}6arKB*$w-@#SI¿ߞ ` v0FLyzߎL(oF# io -e"4DDPQfJS+.No - _c6MY)%Vn#J"FP^E 1#]E%JD+ $ -t#N^~75[vٵ~Te}r:E^N&1M$j1R UXgzQ\#8OB1i,& 0ʠDkAkxDPO=o39U2ZGjRcJf_[ب?cbMSԺNNӴYR -˳9*qEc-o\¢#0х<5__R~^éLXK-s) sQ -כh}vS%fN$n&eNJy% TNx8WV6y}~2;_` F0E1ɨO!LQiE/?e"~>ھ wqV*OZ0r1I VE@M}yUoA6>eVכ3A/p[7 ,ƃ7lte>&n)j w[tDk1U&k{ tBy_'TF AIkp4F&vQoq{PxTf~rvMDC|s|3|c -X;oQ1 r?m8F:=DU}&KM9Uq,(s YnjS~_v`zYXɲF_u Bf_9v_/h$ -7}C0Ncԍo  u[ߊ3w7`{gg8W*_Z*MV{]eu1Ayy=y~$P.W>( -g[.t[ap5v#c)eߢoŴɪ["uh+͍ˢfrEa&!U~έr=}=z^Hqwϲ$A!HCyT*"?Ÿ3x$}y4KNNN9x~5`p9pdrH-Nʫf}L;9̣b1`T)o -Lڰ~N>!^$"[ _CSu@ofvbo୩{cJIbbOBeZjYWPPұu.-lRS#Qw0Vh^ z |fƌi}0`'Fh4R.M0JY#bI6L5\F V#kPHe$I!ݝb݊ٲ3n;Ut51gsdPƷɔعp{eFW~'Z0[nBIxHOc눇3[yRaO;zyű-qTI)-*n?WmS8?p^%Udɒj?a07W;[ăcl~!!$$!E@~{iB1 ; b#jq-@)m0LUz)b(/xDL-5mz&&VSH/md:RDF7O< x3᪭4އQxUp5uW[I^_x^sqv]sÔ8֎Dm斅L[ sǶfZbal"TN4rP̊s¨c#.c8&L/ϙDGPɬwyFwu,(Ĉ4LiS- @\ys4=4Αm -P@?fֳ51P6pޞ olo[o+vг,MSED[܆1aVa̎BQ[@pJEo %6ɠHa݇A"}{c|o*qOu1[u/ 0 U%ԡOS=6zM^wq?fZo.+U}EU$*9'Az{qNdHXZ& cc %<+WqrĄ # r@_Zi!;3埕CF -iu@\_0k4*@dXpSbYDf±m`p߭j-QXO2^U:V c-j5Y٧Y5 yo _e7nƃgvwh+xphհ~W9^Pݨ(@0Y ¶HfQ3sBڄ8rsWF׹FGlB*t Md$C0N^߇Ua [V.F+} du=jkj/:9hCV3&qK";kJ$cvsN8X|W~.=!#O[ia;Gj=i+0K*F| <7BG^/˖Y9m&C²m'Z )wU5F" ZBrv8(5Z:^ ǞJտޜ -LgVN db X9זtma8q*MtrPB9 x$ A,Fuj6ᓬdf%spV. T+c@)jZ9s"yI|dL,4B0c,tCe_<ֈoc}SՇj| }׀z -r[N3#18m$0 } ,&,hAjB1Syq:afqd@gDxCL齃*wn'o{?A*G~ \x_t,PN!2" u)ks1"0D64IMqtZ9gp`$%~=\t$}%LK.?9~&n)WIR ;+g'Qڻjv7-;w߾lo:{]״r͘FR r}*F]ZR#izv7qтoaMq8 -OPatGpX9_anx E2)nAx⇷H 9"ygw P N`{3=FE؇ۇ?tUm¿QkՓ@$HBwSԵꆳX$l֗b9yuquw٢*no bs_;ʍd}-47&f0`-&:f力YD.grܴU;l)wuL۴)&0|ČNࣺJ"&:V=|f {(rU+ݕ@?zF9(|r%ڛMq4clW"J$`QᨎuY9b$H"C ǹxܸ oUC?WqSO2r5&.$*򥫺u +koapzfMt.n./6Vzӷ 7αmS|u+ T"2YtCw4PA-SRTIq%+XzEJ;+ʎ5Ldj -"! W@Ş >A -EN78}zF jL?#B3b\=&G"D7Fd硻<iގ@KA$Qk7w~=Za 7Lf1,'w#v qy˞apx*R[ x|"粪ACx^r }a&wT ?aqs?jñ)_dHjrމ>y?6^WٻiK.8ϗ}]6m!'L}=.j2Mwz#)[. j4Ȣ nqtrMmδYҎ'^țB!UxCUy?lN75t<4K<"a؀aFE=-h"d)lj43Că n Ja"u3czpHC$m_@@+fLtU* f+'LuB1~[i(9&)|ǠE5 xWnz=yWMi:Զd8"7UnFfߋ{NWF#HQ[:7?Ե~%욠/VG`=Vnp<1kǥuznA -Ս\z;fUz97%W~Mmϕzh3$3Б? Y:xuA`gά<逦ZTUt`>Bz g=WJ~ہzW)[;W'dX'8MI)'XvssV]jjtŅ7 CZ< cf.n -T皰/X- VΈ| afnAAHvvp[}7$@'c7$* -XhGV"GVa XO z =HGLtvV@e*uضbk$L w`E8nT ?bqMg<Ғ - /#[0]|!O 3c:8c$L51b0{"Mq1n,G>6qxY;8Es0{=Vp?P߆ZٛR0T<tFsc͎ KUY4̍$}vVd;FGH$E1-eˌz̈́yt#A镌yk"K0v["U -27oT\8/ǜ)$Չ;Q1 Y)t51`h}P'<8G#%][)3 ζ)>pNBsFt*^4!W29B RYa + $}.TnOrzlLP汽laU:Te~5u ℝ.r"!O[WcXQEqTg95A_%` ItOh OF ?F~GM OCˇ0BPź| 5&n&&srMnﰭױo&ͪN˛m{Q?J jnݡ'<(G6\1ҭPPK*p6ꏥ⬘1@6hK)p̉TԸ,޷U_ESj5ҧ~@9Ꮚ'c(rtƙ%釣S{N~,M,QG_Qc$ϧ/+! )>M*p`1J9 -#ܼNJpP"D^?űqvNP0ޥOe0XU [@|/t'?.۰$cda0mj:,mXh03ؕwM&jl*e\m( >gWv!@WP%CBm endstream endobj 86 0 obj <>stream -HW)AAfCh36>g_'*5֪ĻED~' >4:N EpO9Cwƴ"4#Ť/ S޺FVr`l@\viG'ǮT!MLt9~:HKE'zqՉvN8C-Pāєݞ MedR -Fy򦧕g_Z0r+ћ $-z/Y5f|ug4EwD+TQn7*lj%I,zmy䏽܁T>0ӎ2 ЦH} %U^rE !T{^vjBT?Ll@$ -}9*h9:؈O/B= :9j=>^.DL992~Hnȩ2`GC=3'dNzqB@,8 a' c8>] 8W~w3yVٙ҂Rmh25ʋd|ĤQzA9i>(Al̾K i))V ;o\h'3T's.e_$T9!Tft v\ *r`)-A"Dd4*Lf ŗPKA 2]/ೞG Cfi~a`EWV. Ӏ֫GT~Np(EKh GֻjiXy׾R2OZBNS1*䱕ȫ޻Sd߅f!ȝ2"qt0/NYasY)DMp <"ѹڵN٧PcŖ?M3[ns钴cG !q -"4.e@lI+W?ZIx'.2Ѡ\%bpP+;=V {*xEޔKVtā0̀ rX7%2 -T -W縂vb} I0 %(扊A iY^R7/񒆛,[7  GFe,˙7>ocI}JLᓥ4פ#Ư0 VT6Uނ4cs#ilށRI0!&ggo$˲Pخ:d;[OYM٬›RIX$)<>Tϡ|C]044 ͔X5dޖ*#%do7~:ϣ_@7{gu97dž -;+uXlUg Wn0kj̥e+cq"z)S|އ8v-[=b`C/3ա}Z&{\ .Z6ŨmJRPJIъb;{qAcZzQ?N#aG\gQr` {4Kg0(*כݫÜCi^##j 9=%n> -="~vqݯ $P .Nڍ]6(N_3FWfRgmU^3FU.*L\)e v "> -^Vo@}bP+ =h2qtó+ ;:< -rO0M-:NZ/|nHKVU,;!rC!/6:ȷd&Qn}~&D޲9 JKEf[==ޟIm݉BnrKΟ_GU.Kh@[H,sd㜖lU_[Ur*UBT'}2!\cz 0KFL̋?F. -PdޭkceVrF(T.c$g|~ ٺ9P/VV?xt둴Wj]r-Rw9 XH;xza}m'R*sH5.IK"]0Z}lofҒ?l6p;[*9/8`>No9]ӵr@G *L~81nl!wZg`ž@!H.Gj$7l |g"7!"b'hyalٵ"cy}$/R>BSNB$oЃR~|33aPO\hҰIo؟3G}tsʥY1a9D+l@@~gi~8^-jcbG|hVU:Sj~甀:u!3BBk Fl#Økm -=}@"ٓ>}Z&RZW%^t -̣2^8{-B ڠ_Zhc3ON!ʯh∉uB1(,kv6a٧{#߱GX}e g$EvJp72/פ+gA{1b$ -]f\0Dn`/a55ECν;rwT^eK̭k%8;.4(Yz(t}$m/yTzϲ [:GSh|FϠG6ُ98dx;'s'-ouTf+p0J^]^x7=MX~}  2Dq:ىucsOseG7$|'Ȼn>pPO RF&7ԇXVKExT1=8˟x+5]8cx JHi j%f -se%R\}B_LZųleB#F 5eFK醔L0dm7g{gً@Э!יֺק'Hnq_oM 2ߏ\TV1H=|XT訒IxT gVg4SOv%l@ylI]/,i^&2yMafNb||:3ôϟf#fQcx4ڑ.\TfpkbfCgIs2+LrEeIa8mh eUؖ2v w-vg.tcW}[sdžT6k]Y[63(eVbƛ[8<1ƂlF7ߏJfI.g{>G z|Vlt=>XA."{3[ 2td^|&\-bv1?K -% )M|#RT6?1X. / ẋ?/vFrk޴C`^F񚥚  - %;_6x]ҏo4ԭ~Եy^i<*VSmiz>{quj.mG5V*7A,J:G9$YMD lU$S%*$Aڦ#CdZ L@Q"@cV(ͭ٪Hl$K ^$ 0^Y*Ҫ6` 7c,X~$J,aI#*` Ib[v`c;%AH#}CI[UEH?="' PyM S/5'MNQsKDw Hu -|BS'vv@T6@%Q*.xAsj`R N?p$U -iCUkso6|GeG2…ǩ}*7ㅸ]f%>jI0]_cB}ws~B/*&29AZA#Z5 PGWIUe{-0^+gVjgzd)s1 NEɰ?e%1EoL~;BI-QCox`!k 7v:'\0Šr -/<DN@CKHw9X"ؼ@gylI -(qCw,%zo%m )TnNл/R(@!RJb)^JHR \j-j"!wfGQn餅j+Dr癙oS9N2݊1<(;]O(9kB:~:y;*@_zRޢ+kur/qK9QKyIP~ ]t7l ;Z-+A4xW66Is/ksK5t+iHJʪz΀҂e?ӎ/iϛAz6'ퟅiv[TiON"I^Fe:b!:hEo+J暓l$N8)aLu LÍMVӯ!NG_ϔ\eYؗO:%hA_q,V.8~~TWdV"H\G;;5s)IN}aG]a4,&%vNn_*P=t$+[^:AZIb(d#c]ZACi MY ;ekSx)i4hl^iݬ)hX;7^=o -wh! 1ⱃ(V+tw-*%g bqZ֠{Ulu y^J?Btmb4acy'8G:M&Fav` MCj VћtVPB'[r541 h s G{6 (04rhʹE0Za6z=KW=^ݼ;L= cOVK^R ,&6J܈-Hn7ZL}ȏmKh!B`'Pcط {Ї*||{=Nڜek2%Va^6ikh=|kn@_/]%Akd mdQk8" Q׏^l$3T5cn$#4:E"Tvv4{f -js*Ǡ4'vikJo|ug=cMėc(hۏ}f"2:TMA p̀ڜd9KclgUjCT؜Gp\ "2fM<{Oy#w\2&c%8*Ϯ"J{$]2Չsw1+9*%A|k?`$'UGVť!7ŧZj@&Y_{b%,K0rWYWFb%K~ʛٴJ&jYIg?Na{Şѐ\ɿW{RspӦJ^Bko1 zeG$)Zֺl4l1Lv.Ur1dٜ=LZY7EƪL9ܚnK}[JIŗ?FXߊz8,Snە<籃:ƪ|,X~t#qt.mW#thOSpK7ڗ$_ko:qHntEBEwug^Tey; MUt|!@Wf VPSâ6>PC7#AWZL\K;0#* #. ëuwBӝ4~j9UucQ7Wׄ7MNN PL)l>+|:E_܃@ܩt\N}Sh^PNR~NuS(= -5 Uaa"^{jh 29}Eu)gtccD;]0/R4ܧ4o4X}J4{-ƐR@1 -}׋ =)bK:&2hk4$UE– -pFր im98sa+Uм8WfqߟCL~1*C0:\q3$ -׎XrT`a+S0v+)Yn_w0Ew 7w;#ʕ - *M=q/ Ly|5̇9 PG4̍b`cOʶ ReSs83ܽiT(+cuDd5l4f7D"!EUp}@pLLKT -LFGđ{wk>.27&4T=ܽNξ{+ZFF'k>޴~cfM11H!82FV^$O2e'QaTu.I[7+hRb bjF^/5sdzݴĤ.lu',9`&ryuq'鈐DN!'<> Qa -~bY}ƮlP"v%ml{#b4mؔls,I]mtu +F#6*oro A읾J9R;kLJSZw!MuD -\҂w1(L G(m{%ueXZ[=.^S0?83' `h3 OvTP8FRs 8 (`q~0?EtdU6]q.>o#2k>B'5ۺίboeFJ G|FN;#psʯFf\t-3l4=6X>:*~'4 hހO@e2mq4s\CWJcEeAVVSE0S -=M{2e޳~P -`Cߐ`\*xy@l:H+AxiMVJc,O@w0O}+9="lkpy)^w&g&P.>Zz[cPꏝ,5,1iYPqՅwe/OzMYd:bW@<Ɏѻvݚa|My8:$c,p9M{eYVƩ>kg $[cڑ{lcBc%3&P3bI Kxr"Y5cE 0Xe<ʥ,|IA W[g>{me4|Ds2ە:˦ -^hLhIaUJ%;FUsmvd1;3.bfi(iV;9tXaQn q`4 -V1*a=M1y ˻>cihceVS~A"ܕ[X7$A c.4fׅJ@!V^GaI{bW:v@{g r[;؝`r<y!4&CB6&m>KnyM -y,|uBEdJ{.<^߯k0sw[ V7bgTm݅m ym iv!|6d_e܉v$q옆iOIPbu˟.JjKv͍ ~q-U!]˔Ԝ#S^]\|nZTGHtɁi`TIJŔ+Vt.;%H.-fy]L/k,%;`qUn6 |c|W\dx /-A'{O2J6&>:qxa{z/(dG8g]w~S|[ %.BFw`A((!@W_QC>)i-dT*M Q\P i#N&FEV[,cEMpXpQNL576Tiw%rj+%-pztNwBp#s -fjy"Z?7upz|h~"nhʄ<^E8S49z(GJ; -?878?"a\õžةeK=WD}z'[$9ڂ\=V{bX{>9Ĩ_fJo{Ul@-Ag='Փ2Ïa'$"OvH 3LR}~΋Q4WX:ٗ$ -owp}+`}RCaĘ`ԌIˇũJ{mdk -R] JN_G."ZX_YMa//ݝ[I1azԺrmIXž_M% $$JJ}8ih:'}d.);%O)o4DZ\WMɪi߸"z8`4D0 }1ùJj%f<5*]G^I8N (Gړ`}jL\vIV9=/QO?l N+c93^| 6:AFA-u!xj7l*԰}^8g2ؿ*4CC/&SqǴ%ӂ ,8XBh;4Lsh8ؑZPbd{ŘMC9Zsl!`} BυEFPf_bpѕQ0+Q|B @Xu2$/hRZ\x18%t+935aXϤa=Sra8 ke"jq*@JH3[@!~`h -vt( S  y钶{}rOAц܈'B΃+r({裾\VǭF}c4?5y_߳hy9o0jw?z-M`wsٔQg&:nߏ$+W4=loL74tTXTzxAz8y%5/Σcпfn~4|ς(VG!Wtz= Gb媒\9=o`~tv]n^F]8Ϛ;= -G'#Q--? Z-g࣑;yіL㫛q OFGE*r|QCq%2ܚ%z3NV--Rq%L!-ĬPDZ' -g{5ϫ`rF~EE$ ja`J-c ]˽.WOQocҤAPqوSB3f%5AI)H{ξwg!WJ %Y{&kɓjB?v/xb9P xt!nc%&AĝŬa:%{m 钶UJ+ *HZjk&s!` ]pD^ ϫ젺(͸#@u*xluU/z u5 g,ʈ-6y`Հa9 ]oŸ-tСst-a*7wYd^Y?@>ϧѺzE7i *)4.OM>Wy&@>Q4,H/銻u+}0_0X4Ɔ$oPrTUGl{1ےާwN:%l Huɢ?b:}{!Qf+yxٙL:| 9$) -FUx[XYm}0KvSFJ3c` ! -𤚟dByB) m$"" ?Jú=sJ6h#WIt-q A0؟}}%5 Wt1PFgZV/ȏ0$[BP@+%Xj*3y 9ɤ%uyg$ƧEah؝5|zCԁA/u[<^>Fp_8iQJ|}kP㽴:Мn;5 78⻠!Fi׫ICbg{b SX{UMBs! TAmD+]_(dZ+@;槵eoatl 9atJ^?T^X=bxM8NnDBi/CZWE%ZAM_E)3$= KÚRܠaMIDHC8 -II In1zsDUe'5ň/m1A`U?P!VVB^iGw%5Wu7-1t&Lj%BcHDAkJ:3XbPX܍-<>-R=(6}s-p^ קG=Td}%u=n)Gd\|VT?} -tZQ0 - A&{8A)TZkjenj"~ z%<7\h|[A+TҸEP y uz@1zޞEZcZ8u bt`Ŵ7"Vuj1P/sҘ߹|a -j $ٮ3T9\zbΧ`сU u?<6٫o7#+ԁᔜutى6y#R$Z+l{sk$E)?SŒG;JܦOAާQ>uLIR'k>+ͻ< FD$H|I-;ˋqE'HaZP'ZLG)OW^iCYJEHI([75T*OUR2&^ܱiq=oē*sLf_cF1mqo Ńy(lyG{f;Sz<>e]Xfh?^w/3]o Mfξ03xhY萼ԋz ?qw+@|N7"SZx ;T/aa(f:~n%;?~hZ߬㽤fIӱ8q8Je6)e8&ίQ_Tn[A(`Ӏ1[e=颽"j:(ږWňQڐ>._h4''v>f9y`4 GxDeU63~35jC1{1qO.~v+zP]I@ -cnbDm  endstream endobj 87 0 obj <>stream -HWbZ}DB -PAEP՚'H4!Bru^{Zbi.,qJF4CSe΁=]/ӔC]-J<&7TϠU{NL! &DoMFqڎ5J -6:׭ -i+8ܦ,'D9uvVRެ2'KRyEtGtX܍dC=1s`!d2;tn% &[$c{{~zԇi C:dzk5n7ׂϼɞF_0sG4P%ӄ|l]֌]z~@B7mjRO41;JŪtOL6]PU0MNq1)dirObwIJXXm+=Bɻl͹?fL 3Zg42˚TNI.Gd7)68vHW/_$c=ޮpR7@k`WI~E͹K\#OLA0f1e}++󬄈gh]Pag?3.h豔; -%ƒy(7'ƥ,eQZd2*].TE-lhQf,w?B7@rhR_&A)-'V _wٹyFjQ$̗tb]teOz&?M>CQ[ 9S,2Īs]jgn"w-1ӅU/bge"5uG_ND 8h'"yY4 _;ҭiV тyCl;𫋏 ^Mh8l㰾g֨$гcI\swN&`#0+IO'jSI A[' -qAfg=-*ERD lf9?d3]ߴT|kq}^wym0wҵ -U2grrk? W1,.šOWsp-C(crS2]eRɣn!h/q³30+ã"O_awi9Yi |)Cj\q>Td&&Mma@~Xy?)ɜc!pb٭6;m(ɄE'$`%څ& @ 0] X:_(F/ΕˠfY0 -|sHȤmHC0P ZcE]ؐ(SP -rn"sVsTA&a+9#XXĆaT9?5];1DR~P;fQͩvzYtKm<&pxlʅ@gf_7hAyulL 3弇%ܗbt#g9*{:RK6e+@Apq 8h|VT_KL1+U ݙ_#S]Ac{oBVz֚>2%RWypv2o÷w9)?լۻ Cl'X pI - RY31~*GƤ^ɇ ?zq,& r߬ur`Jp?zw7u -^&19Az S RoIjQ+᳈ˁcFgܓ1<.}yT>ZUPRJk֎xphDpq~N:ix_z'R$/$.uͪv<"pZ+ KnU-yW<^6vOeZW`\0Co NL%$0r3_ƒ_~S[1~| 9J]󬟘~gg(C 7^W'wC8%/8-%1pK=7B^ۯ/Oeb`⅖R9Ԟ!myx]z kK2Ơgz\RO41դ@>pZ,t~ēͼLRr:.x-|Ui`9*WuMVwGpӌo%]h -t ]@G9ؿ9gB'ԩ饭oN ρ_3"z 譔MF:?c:w껔,CCeU2b]IQV}aQ)=V0y5qHPB;ˈY~mVY3Wdk/1[z~Ay+̾#ru[nIέT&%Lb A!(P$QP$u}U8z̚]v*rq̈I"ָpRP]:tJTԂfmo3oÛо< wg}TD1w +\ .(tQ*obo1¤_y3bp}>hՇX vTWIV`.GL ɢsC\oӬ7~-͖ɍ2 3(O Y"${k J_ģ&ƙ&jC$?w:╟Eiu|VǶІyVN o WR&RV%~`7YfVgo*>&&ÝbvW!!:*D"B`B@\ a!KG-H08ދqhѯȪ*rabWO&S=tS RJ*PD3?SfvzBU6~}g+*-ۚmIo.ȡЙ6 $zP5h~w`4ZGj| mMÄYc!`Ї>{̈́Q -*]~oxmy& 6B2;zi0a˯D;~ %%!"_v% -Avl)\ڷnJKYyCm3{S0`D=;0x(c2bTO[[ԭ(>2``$`чJP} />2ÿ^ y92/^ʔP\`ľ ֙o`lpdi⫡dP@@25-LI(Y;Ps͉iv|G;$ݏ1dݟb -c9#C9#e#rn()k6@&ſ Êj68;m"pO>t5t~ 1oeԑ_NMhcS.IrW#;Q3俀O*?ɟ2=X ck8ǢV-6~3r#>#L"#V9E`ٙ94%:i7^P>!КD&Arp^POC2>z,\.dog0ݒ%o'OH.:|JuQ& @\:&*5G5ykq#L]kz ϭ A}2ϫv`"M%1楐[cw6AJV `R^P1ZL5pV' RAq`J2&VyuNS%N]Yxd8~AZh\*}irȬU>KLLSQF,?d!j\QdM² kyaЏ,s?)x+l1M{ (jWϥSw~@-Wb&djN$k|XoAD}jq81%}^:iϦ7*QnO"/_B]QUӓcRIx}٠N drU ;TMsQ N+ɪ"_C|@Jw<>B#gO9` (6OPokANa{3bTV%GjHymDK3BHV"T$?w +?1!Z!06RkFh)-Nd2 -(7]wgDj.37 MN1;Z^͜ Zq -,\D5Xh,ReyF#tEE#8בnuY4/ -G/|[>/~K|URlo}n==bfTrz6EFhdO]*^ `mԭ7&S,7ܓKZ. #~a5ɰŝKQT<ެ-d#o3P;9IޅQpywy#-qxտN3-5Z"wz2l Dskћ]2\6e_\.\DfD.ƯeFnq#3Ft 9bDh=j)>PI=S" opyy&^J2Y*o/sQve&U4MxjC%.8G~\Q ̲Ee7k,(5kK)s$? -L0 -BTe-m?kZE}<ωIE_* -Ue"qòMFr}@4X-!f^ Fo:2O!`Cr8-|m=X#u08n]G[ֶ="~nQ%rEG#=훷rY몖Ў,SxAc'&UB"I[?UwJ0$ݙ 2nAA6"ȰߪNAQ9ˣ|Uuu ;$vSNZG2UQIebHkCrw\y[[O5'#h셕7-^uݦ;kz}ҕ̄ s_:̛!fGꎞ:ȡ簿m~U *S)KN14fu/aHVKH]0鏎j0Z+-?+uc_+na^ -CҫbGŞk)p(c8UbOO.evj,s|7Ue\n{2s@A}><oƞEa\: jz l q j(+yG411[!浺40dՇnuVq+}g9k@FBHՙv=x:,~g:Z;wL~u^'V;{V_>.pK?(ص;; UThs:w1\L`n"s`bT`AQ鎣SAkn"kRv>ȼc<1v\h(dIBKܫ-)R0 -m%P. "(Z?)Lm*6$uKH{$[Pc޷_Wgw{A*v6w;#,)(݋;/unb~Jbs!7~;mm"lY1RzL4kOHpۖ wx!%$K6ncK*i4pDlXʸM7bMpV^j%~AUq} <$?|O|lkr8x&}i?9 %McB;_:m)nmۜl-IgUT6J¿l܍R\ƆiR\Rb=h7v/v3V|aÄ~Tlp{+:##DJO&y!+ e'u򾖪Z=͚"i4*Jy?svތ\*tin r!NLY+kr涞r6--YևA;ԋ }@n_Y-;V8(!<".œ=nqymkN5NMwG^$tb͞j{Mm3 -R!/WLD¹(KGG_Z'W`WPwW4LH^$[~C=(B0wՃmwi+OKZXDn.!|'1f_k^lml-b/9I2f$z2:_ Jt*'X" .t3d!^zj9PRPgɑSN~aGΌgYa6Bq+Z9Dh@xk@?tFpWty܇ s)c,QFe1]Kq{lRdɸ1H:cAluJ׷d9x 75WE >*^ΆV! 3%P/ŕReO"rs1]dJO9u5M66B!_2ٙByH?E%CuQh w G -WЉ}A0x1qPP-D!,7gl - 3A iഌRa~Ř~Pa•3"1Tj1< ,z9! -(; T  ^{i.Gx7gw0sѝ/&@ke;Q%K9_ /<;Ѭ8=z3+||KJO~gLQNʌC.>(\s?t1U^\\?mT -hj`W -~{]S|K_Z#X&1҉Q7,ݔ5M6*!L-SUL]Uq"TWli)+:uj<| /0x8J -wwO'4ܧQK-PU,Rj -ʤNꠝcSGf,o@LKLMY@ociꖬhe>-E 醉f ET ؜^UQjk^@h iM**!&i]ߞn{H( pJY ]omIU ^tBmOz֑/?hd @Yf;Hf5HDd`>X,͛H2 uzbXaI-ȶ%_RK务9't-j@CDK^MZr2}hB#ǘ(W_y6d6 X 5KPe#R5&P?!]J.ɵ z+V˖J1d,$s&+氄V}\AicK6Li`j35/~/??Խ_j߾}}zзk.W?.m7?=4& ˶ -!3eXJ5!Қ0a(0˶̛tEK00Ǐ7'#Z'^ b̬мYH[@ hc/Cs`-bl4R 3&G|/.b)ڼD=ߩ;Vp vkB)0TE3ZNV\V.Y\H A5 &41a|z X߲5fP?>'61hi+)w `p߶rF; veD_B2v 12}'B0¿u*@Q-ymzrL6 *rBXcJ8,k`ϣi\|y+[~z=~~ׯ7z?S㰧$76r}t؈)9¤WrpqX3AQ - S%z1x*S?d3Yð*Po1L-BEԨ!-vt%v|C0kjҵ9_0C]Jӕ-" Ee,(]Jĩ̵B3g -u:tJ<ɦ(볭q/6^|ڨ ʦ* Z*+UKT34fe&r;fbϘ -~ $;P `i]v)"OTƺMYѽb ZT3>T:Ռz{O5;ըN& d,(ƉLjMgӢIؠHe$B΄yXvJcU[(ngbȥl򰥃Et.n*buxFz#6wMxIL.o~]ya! -cɠ] l JsPD/RR̾&RsÅ2fkKt%wЯؽ0S~Vrwt -qۧAnвfk= qێU}7q1kuǪ/wwOLu]L3{6r9,_.8MѤrHgOߙLBw$%-}4ʞ>$]vu*N=bwPtuDeT^Nl]O~h`Y3i^{/ղ$mC`av7|?vWeիVQ;RZs@$q /N_oj:oⷲ}J=f+Nҩ߂BH3*Lݔٔ4Dul|k㬙gYm ٕRȝ[k)Zl- ZjprRRܼ!22??k#t񽩴ݚUXA{-hܒf^hEˇ|[·Llsɥu+w紓MVn{VrR#`l1L,~SNnfeԿ -[:־vT Հ| BxL57?ǰ?{~?諽2Y/ C}N:6}^ep1n}3\r[.{5z{Tt)kq{&+Z RVݸĘFY3Qa2! Q0D&$S)^MF,6%#?NKlKvbb3W %l [\=eȢ^ ?n3CW5Oqn' rH˔K]_n0"5=ޑ4l#Aab: |:쑲E0ˏq54ymm\O;R]DWZay;:eN$H1J]R~F4$ji K(>ƒalK~gK kȦN?PL8?=>~; l [U$ K -gtߏs k; 5?HE[DyL1ࡀ2/Hi/<Xh N~'MLFFfo];3ko ?71޶hחCt]]bF;D66I2\6CuOQt|?v !+4c! -AkRA˱{sI@ {U(AP .("E8̻pfbJ3k^.n25Dyb[ֿ)꧝F-m]t r@& -Unhti":oDUR"mcԼz]syVfag-+yCfƵQƪ6[Us~ $HPpLz[,,ۢVF14y-ױǵ̯kEaݜ0 ~ys۸6X~#t} }8=?=_?'$ e`O樵A$?mo%Mc9H=ja|׊8iD\SRֿu!Աn PD1\\ ׾)Chɉ=F-4 &rz~\ystgS PfGze~QV=yu+.{)vg FHY#?w6U!fàJ$(@Q} λoo/NϿ^eNh=w5x%) GL*٥qGW)6Dpzdr<Y"Oz s9Nno;XEȆ>STR87Y$ -hF-+$8104+oeQ,dUiEVqϲI3ٹJ.z.e+GNMc1쩩T0M2Zj*<*4+VQjX6s,nlwTuwTmwףOxQMP*X8:ɍ 3%}6Eu6zG|m#{Ӷ9"ZioPFb9cIu;:g?XRp# m˪Ά?M_.*< -)-I»^Np4>ɔPȰ<'. ~CH"^>Û_.ߝ&d M+^q4H<=i + Je>rviۜ"!`e#] ]( g =_Q0zpèUS=k]hׯyK4[}9W\X絀@]HE-NУq./z{hrx hYckYBS):u/_B-`:v ΩK؊Fۀ&Smbt k+_g,RocJ܀a?&wI-mڶkbʀG%ÕB?]֓ΈrAvy{9mv/Oo)>|8P\:[\ 2CRpr=GV[1M1В.ro7קOO͕ci&7Fq*<G G^g4IUcŐVR.C/Rh8];"Fqm{mNݯ0l-^S3s5W5֖v<ͮQպFOIٵEUcVVbxjj\*-U]8UGOjTU!PP|^ o 2AA|פJώ -3bFث.,*^\[s?PO 2o TZ|"^KkE6xZL=gU=PϞJd5 TR$QWևz\ד"IJ;$ntgXb]ci{dvmJƒx%9P'%Pڲ%t~5,I.pfWqɦe95$Gޢd$8K7 -A&i/z]cՕ+|'O^+ -ut ӽs*#Fwǵز=1=5u`Æ -Y{Lt[Ly0t,Wga= pg3 8!eκeY#-1Kjy.w>??}Q|(xbCnA.JX@%D61kOki@.d2° +ȷ'݁l@=|gOj WᗉiTZI]BqRPjڥ$m6ui`U4~YP -USHL1#cC+h9m" ܅nF=ia[{shzo6+fV]YWԹJ~c2r-Ƹܢϋo:`筻aOR'i)VK-LMVfAw[tf-VfO?d#L!xxUúǑ\y`w9ju_ӗq:BJ!kZJPkډW(+ټ+W,&S -.*دe| V~0||8 r?ڈʟ)/HX!0^Vp&(AvdPin2f %!lHiG os`X|`o8̻?h/X ƨW=YY QXShKULOft|VM4A\ҽL J7yd$,iZ! s1ǥ9ɢ7m,CbęFp1nқ56jb2ܽ%7${H.rw?nQڈ (؊.Q@~0:8K#C Dh8(I@-}IPI&hc!UE[pߎ6hU ]/v(aQ;Be"\X3AelM(C h K=BgelKL (3HZ -3*f dlko~,&Ly6޴R{:ax*S¨o׶h1g2L?=I@vMa -ze3g۶Uo_8P8>}B,IT%d!L,#XJ[{?`!C g.~uHAqiX[Ȁڑ!d666nhVӰf7(r~;7dUHva7q3 1nH{DE7(?ؚM7pn9"[n.ٽWD؀/FR[g'bsYdMR"{ 2/(k a@&Wq`, -2brBXW9d i\l+J SO S [4UVM)0$ȇ)x ,<|,5v/ -ca*LUV Tl2!W؜kI-u֋ 9^Ih=Zm޴-aizra JRߺRX.SOlq/["@nFָ\W^Xy}l']ڄb7ܛۗCr/:S< lK -7D mho@gѢCn qWz:]Og՚qQ+1@c `,‚u&FNʡu,3.szB`b1&^gd0N%^̨1.Xʫ NSDGmx?quf\VϏZC(f݋A;FW鈷_´~~WwqD/7vcC3Ix7R&efKALaƇңs&C`q~s>,$ :uzOSշ`9"C1MuUhQ=GmTL4vKD?Wm@ڀօ t2=Q L1 ;s6FGab?6 .әGPQq/_' b#ة S$  ³XO*=yA ኚT.N͟ll\dF -i?d6+8[!"a?3<]ZǏ^]=m~..Ԩ(\Lr~F='"? #?+f EbhD 2jT>qkd,G+yqIF6y.8CBw=KtW*~˛N&T{w'Dϙ&b_VH& -1?;TcEN.$b ,eSK.OΒ>ɯUťc*T ,ҨQVDN'L4+HN]V+i ©Qjdschh:8۔Z(Vݙ2J57t[s~u͖mV޸n 6wNax/^=lom3]%eɎxΒ,a3nVD/ ,Imbg &g8X<!wO[Or=,4JCK}"91ma9}7`+~H$͹E&VȜZk*cg I X2-"b@hҠuTg ť -핤~C`Eoc(B骸70́GM!tVAYB=~_F'bstͱ=8l 3vugo%BTP65G/&x՚ဧMyuǔ w#2ֈ :$uggߎ8Chc벵벸 D6*OIDس;H^=o*Fy3轷3 *oZT/h&r*F07 (q S0tӟoαp0ub:IsƘ]s,zM&^xC~{%%N&0޽3Ls (* -*(Ea yPw箅vnNp2B[MxºCVg1:pM 8zGr}ھЙH}GcuZ71x&]s2ik- 4VhuUVF**;40گZWHd}d22Upt4sSX{>stream -HWn]m;ې<92 -PQ[ &|,uk ɭsXakY<!ƊUV{ijG{{uF^ǟ.{qs˛/zW?\_|xs͗>zɋ\`y ~m߻ósji{͡1Nx|SVlͧ-g]/<kRM./˓|quuo/{!Vn~ۋ\ݻ/Qѻ;g~%2rm{B\lUb; -i?kݣ{pj)RQmPZmt"!.i$ (5`hBr ZIb2YĴ=.2ɊTEZłl֋UxT̶"gG;;LUǮ5]KQC:M6)W5bkH΅vBBVS t,jy'nc9Ncox0xbE1 xA!¦X XJXYVdhiU=2NR˶2OB~[8:BhYʴ&=Z e`$.9W)ܗ=p!R֍ȫǹ*4>"-:4$ykdPn BVa`k3w/@r~9⢉ĩ lr,ZrĂ}\`BU`qVޓ5{R(7G=e$:i5$rLmd2"Ll2\t!j ɈĬܫ)aeZs®gsW黶^%,pt*מPxF+o^I|E`j*Cl^ts30t>,!+˵1{)GdFA*X $i=tdNR[7+\)H J{[o.@ n}* pG|@a#4Z[n O^<̉ʎ}8ǡ8G,ñPQqPO@(Hp74CcV4յ5?-7=Wn̞-jXax9FD"5pGfxČZ!=ƥUUv"E ,0H{_ن~I$En2 fP|{A%5 dSCTPB$ 5A_?+@; -lS~h#LBna*0P!FVKf=b'X]ݲ8p TMM`@9(mhjf:WdzBq5 P*NY!D{ -:EEŻkQ e&0U [pFRa.][/Ҕ{0i s..fR\g~0ĮA>9RQ-5{MbㅔVgw}oF)unN)c*Qz<#ZKRqH6CD8 VHH !:HlMe6L %U?K*=i}Z!l`AɓJ;x6i Sr2@FGӡ|0*)-gz -t6Ń'!,5LŽ uaЭ n0EΙ$ -(Еs ^?RO.2h2~{Ԭbʁ#,0+EA7e A} -zVX#Ơ,4O)["q1%ZQ?%0, ,lf~X0 *,ix 'b O$ c Uyy2Y4 -p(u5R!Š -ɬECXata -b4Asp7&fy@$y(Bަwr>0_OӺBz(j6xBe5T Bebey>'"|7Pp$޿1Pz廢? -Qf -`ZWwO|8U@S&7XQz47[@(,ݛ( {"7}}BǗM f SZj%S){~yGcB! ogImQ$ˆ -@qBH&.;d`O=ݔEAZq\F ,v,4ϲ÷G1_?]x}Lt?sc{8oh,x/.^9?t3<zXGIEH(c]2UWVFaw[L9gKEaY%/45H8Pm`W-9MC/mF\}gE1sLɦ'W4|،ml.$öQ7vC00,#CX8F!ؠ@U^g{ӎY°?˥Gۈ¿`Cdc(&Via#,V|ݼ; ni8u2Y(ɾ1ڗǨ)F/gld =SXbPu,*ULf95m:*h' =UXW5O^Ullf4b" a@j"9Uƅ795FÉ9OKB43E2{JӱBLQ[Nk6 Ж1) 3yOLeйp'LR -A_ KC@ќq1B%/K(J_gKJY.@=2XJ -İ54,3NcUkkXdjojCR.ЛIAfFq#$uYBI8%$ZR/旆jbX }SKnOq䣆3h9ƻ]oA[ k0n#ŰzOk{1ndwm-15L{-4. h (WaQ -5),ғ3ӯ_-ufoP%oIooMcM5ƍuckl(8r\b "S[_[/|+QNaZYG8JOZtZm+nqB+HXsta(cL9s|ʹT>rè -* -.z -[AKi+H%q> 8'wh=4mi Z^I riH6l`2%$/I2)VNl -^jz2ԃ8%F -g JG+?._[0rj -n$hQ/_]lV$UjH EgHSTF ;_q}Q@.yeN waR09Du ad 2 tڋP':<sto5 IdFtD <`qÄ -.s6@5urs.#O-H -n`-d%GK{k'IU邎L)~vQAq" eǍ['0~k,6qHvm:Iw'4DfrE":@Z94 -WdkuId\^@e}ʇSt'`fLSsjLݧM*%ֈLڝ)tSڏ5WA=L6栓v*>Y4in5iFc{)ZM,M G,ed39\ Z'CXnX6>~9NJ/XtZ=ѡxȳYr0y MW C/I̥Zn:ijQH)MX[J2Y -HW%=t+]|"(ί~~DiןOrWBKDW)iyᅤB W'ݯjBd{{ cȇܥMS~!{M jKSá+0A_丰V?bYZ͋bP֮$mw~Y"pYZcSsa wh[A:[z(D0st`x8 4ȰnZIwu1bt !p9lt1^vA_ewb e/7t BD | x4x^ҺܻzJ5ѫWݢW;*ZzY=AŽEmq ztuڝ1"tUGhN  c9'l`/إ{:rZ'Xwu 7[QmQ@/sG{./QF_5iֱN^A'hŭdR1U56]WGhO6PK8?+JfFJ^ô%rؽ.+hDO\X+{@a g;;#oP6'qF:jבIٌƇ_+.^rI]]|,"F y!*u[s"ht:FwR#}z9yl_|ܙ-Ӽ.o/N&oN{^$,&8mR&bIuQc֛.C124uQ )4őunB룣=Գ] -S>|#َ.#m:h]GML Ijг$T~>6ء -]WFw]GT,=t8&]37#ҦfM(1*Ƒs˨pUڏ顈<5aZWT햣rD֢6U~Y!ROna,S9rkV][k B%U}A$R04(7[ jƠRK:L_M(vRnjEZҨzB6]GkZ+lC5f0ry"zk)u3m$H C\'yRam AviA##Sxb+"cvJ/FkafCU&&5$ѵ ९Q81cWkY1d:bs2JQ֎JEu:HHw (UUBu6Ԃ\G42YP"9Ͷ޳nԼ&VvT+LD4ju DFn:CLAP&<$U3cYзPl%^k;$8)xsQP>r2LZ~;bo"%FxX;CՂtxɡNlS ءQ\[ :=0ԊB;ܜ~T@R}X̳=EsJyt}o^h_pow?|xs_?߿n^$/k}#Ĥ$wl2K}<(>o_ț'0O/Cm޼pL󯟞W05RAbѰ鐰qcmü>P -vTAЀ+NU]-Z/` Xs ~Y:CumYװ޾`9C?R2 /{.6 -OTƞjcOs٪ 絁詂=iD%{:lO\p'íVf.[ʦj=1U[6*B&%>>^2smj?hIZJ֎MCδJv$?Y~4ZЩ'i,=`B2cuP"%^D8qf83Hi:9lciD~jiw\()8 1:j/)X-6*z KoT^Bb%(S>QD=gZE_Y}^٬X£\MCO ~Di͙DWIN2~-cYڢi~f4?34?9l&l%3~ ʑm{CT8nsWڇCWyj]5CiVU֪{wZ -oWKxi1?R5]$DWu4cnM$x~_y+bGe Iz˼!2  -Wwc4[򆒌 [LE'n˟V\Tsv_yK\+R&oG -{ -zrgaJQb \q8l%am^e߰E [eZYBf*Pi3'E1{ MO,}LBmpX/YVFTqif˨.~ee'Iĺ< \Q<ٷ<8%F9wPZ9nX|,D.^$Ky-rir3_gIxqFE,ъ}AP6"ԩxt$ !j~[-TupفܚbT -$dʇD?, 36%jZknJ)sCIlŜ$Y4"|5uC]n 489gT`I/S+_P#_$oVGP~5ؗ~/\FK6VBIi3SN -PMoɞy:t$V(׻P@@AMR蘓CXwUU:׿Й}L9:& `lT%SG<Ɔц -sx0u"]xL'WWOiz8W0lF:@݉) Dnnȩq\TNpV7ڲ 4L%6RrVžP4bV]`Z "R5$vn#4̉ LۘR8N jM{HsàJr[)IBӇ|pƳ4em^ekJ!\4M~3A.CVaC8.a UqKxPJ|e3,f.}Jn fRCqV)ِb1by*MY(rpPW4eX1A6-5M$F`d21(Q5%$͋G^#EoU4wq&AȬP]! k i5 8ҦLgdO#8o^ -\BٿyK;Jr*nyعaW׽/`5iqo :m<3(ļTE!l%o.kxZ!9Hp" =1.q05)xe]5& ʋ{ -0S"g_ &ooY(<ڙɾ>n=&d6es @%+ylY$b [6 N[iKjZ.*EBf 8 -9JBD]Dƕ@V2YbaW%xx C+r+5F]m)S3hER2T.sdjC*LsY|d\IaFj+`>YR[̠v$}OmVBʶF5egXC%G4$_ǢU c';$)n Y4gvF[c9>{ ǫl(g qǧo 2 hhuIξ:aE"[`!ʒ>Wnv}?Batj2ʪs[.RȖ(-Sr 6 -Te8 9{FbMkD7V="w{TlpǙZ!jgu[khީu9a7{Ylh&"aD͋n#tII,ԧ `$'ӎ x"uI$QEQ kUF.P,K{Ts"Z^!Ea9D{c@\ -Fj|d|Q8;=Uiy y_|&TY9ZZ9--/vm=~N]/RSq>l*j Em\~N[)=6ܪ<؄цCdܕkBkZvx\>$t#cm:jrA[pIU`*gGÀCRpd9Q^*3X1[jӮX%nj6Dx!~6)erU?d*Uw5f}ŭu1UY^)@#9,K.]uHN͋23$Z4]f[rF+h\ZI=W̕?pQ8|m.,2VxpcȄm? ڟneWAEPW*ritڊ68Ċ[(ܷMo<?IN#->vXݏV "kS0k -if٥DK.)\$6B4q} -:;Evx9'lg4|q;U9'.4yrˍN̍ qq9-nt n+ Kr -Cꇃe.EpZ<&?@ -N1L&>'\A6[# rev<~y-]aWrySuvi3Ÿ^}\j/P3QkV-2^ѭQ?JNJ=ٷv =(uMjaax}xwzytVْtMOXl=qa)sGJ{O%ޫ% tJ^{OmZ˞a&W^08j}Ke -y CY6;,PEfiҎ7`NIJj -Px,0߀U_t (-d(j9Ԕ́ѷb9Њ(.o4ZKכH`].O9TE4nZJ_#R9i>0{L&HCh&x^Yo#vZGj6 -b,9A/ݸZN *#sdmEe7ϑdELJ9r!h`[>5qJdE!D]_oLZMU˽fwaQ0bWCyePj|.`v:ov:u92[n\.KMC)*…7f&u+ZHo9#ܽ;L?/,N݊~85{zȜ}qnӬ[fo+(29 x `67:~9Rδu]Fn끎1:W⸶An܉ZY3O+FlHmo^ov=pl_ne :^Yfva@907t *^[yZX˦^b"JpEй+l' D ?L# Ψ bB=~Zc -~(0+*u +zC3)&UN _zZLUSGpi-܉cĭgw.*xzz!ři/E+ ߯u|?,@rJ 0س:.ֶ0_%:l嗲iwxw՗,8Ǘ }WRHt{ag=Su<}׏bƮ?߾7^eV;kЈk>iKЖsZ.,r.'mkЈk>iK9-k9Xt.'mkЈk>iKЖ݂F\/`y:b]N9hנ|Җ-A;iaDiZOkb]N9hנ|ҖlY+iv >/m.ek='aLe&bWۚmh_7­gA$^PKTM?ppND83N^>ƔU%tV橲hl9$2bޒ xHf%aM)Z|ƫN& -k=10݁kmJϤ"'ϭl^n~;r*CYVHc<S쟚Qzi)~)'cՓs礙?ۦ^n9w@A -2޺dkXgC2E PҜޑFph[]@{Ly{Sge1&J(qwxSj24yo2]+E3"qТ&73,YbӚH$ƥ{-{ ,t3N|pFV0RPXNa%`mMzMQI.3zz д&xh X*O۽²21e{ctV]ǀդx6XpU C .DB*A 6!h@u;_diO|"ȧw媲f NҊ4ՏL37xofYSR:Ru|:g7?^~z͌p/H]4MÑWJf4lܣ `h(7 +uLΣax:DVN@j8$kjN\_3 k懾k5_ӯ9@~H'Ѻ^W̼ IdDOnv].022N -p\Xk>14-eIu Y-;e*28 -YeRC hܜL+!#11%^r @ؐ#-}2k܊y cϻj -[a]"LkosFQ4<4B1҇|kqWژ>QډY8GlrVOj8 j2D]h]i)C!?/__n#͈橦s1#h #h3<)7V1[tWm j'%rr&5p5X -CFu: -MH! eVsxiK70,Fj~ T|gE'n-΍18 E'\uWSoA_26K1 h}E+d.(.*а7C1340Qif ҴC>>#{5چ!7`YzPe殊[ PLTc]5X`w^S Ko CTx |Ƒ` uؗ@@[}24j-t6v/1̒T\lؑXHgd h@Cݸ0`&5R~@["#ObHֱIk(fZ{CJ)C`D$)2DQ! p'%(>u_'ԫT|>JLo^tQuT24fDFh KʳQg @mxzRx;љPiyc0: -k)q iCQBDct=Jo)bц=its \%2zeB* -$}dW -]ʤޕEmm2ps2,5\K# dMiyS$@3H^Z%)XuKE<&v&#qLΓQ%wH<@19{ZDW`{lqC`h Jj>x fi-ދ"q&EAxJpn4h`v*ëid`qhm#ʃeFD -[4BwLSY7@FPcpy8L;iV`SiϮ-}x=},,ߏ7O$o=PWnz#?dEo2,0:䎎Z,\; ,"닽P1Q]Iq{fF#okrW z7\f${bJ/ XS4aVcYP7ǞyY3oX,1z7ȺyvrӋrDivڸM}|rI"U,vIFH-5f;ިkVc7\˚< ^uٰ>r4-M3/ 1"*R1"u TF2W14!:`r.8s3,K57UD1y=/v`I8tBX xY?woNK35j,=NM2%`+d~Ё/R(/t)h ,RsR58UC7I n+<m l$ͤ`%,ˉTZwϤTNq,ˇ\3GV(6\Ͽ<}9]نc>Q1OIܢU]K╠ q\,~9m*|2fE~Ik,asG͙ꐇB.n 3 0L^3HѾM%@>:m%ؾ'O0;v& tƨe*̟MĸZ V'z4^YvU1͋揫oO5p -8Z͇O<y@FNJ&7Y@&<&'-!LkZƬʁZ"w:}zXݽ#b2NfU.r,5wbWQ- b4MWt*.[bʫ|RW#=ҭsGSd=cjyx_`Kko|}x=]1ƛqw]}Xl5MߋYŬzYdPG^b1U/>㠡ʲ*<-> endobj xref 0 90 0000000000 65535 f -0000000016 00000 n -0000000156 00000 n -0000035279 00000 n -0000000000 00000 f -0000073682 00000 n -0000073765 00000 n -0000217876 00000 n -0000035330 00000 n -0000036029 00000 n -0000063706 00000 n -0000074310 00000 n -0000071931 00000 n -0000074074 00000 n -0000074197 00000 n -0000064936 00000 n -0000065156 00000 n -0000065479 00000 n -0000065701 00000 n -0000066038 00000 n -0000066261 00000 n -0000066598 00000 n -0000066822 00000 n -0000067109 00000 n -0000067333 00000 n -0000067620 00000 n -0000067843 00000 n -0000068063 00000 n -0000068286 00000 n -0000068526 00000 n -0000068842 00000 n -0000069065 00000 n -0000069353 00000 n -0000069627 00000 n -0000069850 00000 n -0000070073 00000 n -0000070297 00000 n -0000070520 00000 n -0000070743 00000 n -0000070966 00000 n -0000071305 00000 n -0000071528 00000 n -0000063771 00000 n -0000064375 00000 n -0000064423 00000 n -0000073619 00000 n -0000073556 00000 n -0000073493 00000 n -0000073430 00000 n -0000073367 00000 n -0000073304 00000 n -0000073241 00000 n -0000073178 00000 n -0000073115 00000 n -0000073052 00000 n -0000072989 00000 n -0000072926 00000 n -0000072863 00000 n -0000072800 00000 n -0000072737 00000 n -0000072674 00000 n -0000072611 00000 n -0000072548 00000 n -0000072485 00000 n -0000072422 00000 n -0000072359 00000 n -0000072296 00000 n -0000072233 00000 n -0000072170 00000 n -0000072107 00000 n -0000072044 00000 n -0000071868 00000 n -0000073958 00000 n -0000073989 00000 n -0000073842 00000 n -0000073873 00000 n -0000074384 00000 n -0000074770 00000 n -0000075883 00000 n -0000087686 00000 n -0000105353 00000 n -0000110780 00000 n -0000127142 00000 n -0000130924 00000 n -0000136651 00000 n -0000156017 00000 n -0000164390 00000 n -0000179486 00000 n -0000197628 00000 n -0000217905 00000 n -trailer <<4FA1E4C9081940228017C1EDC7D89D67>]>> startxref 218103 %%EOF \ No newline at end of file diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/glyphicons_halflings@2x.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/glyphicons_halflings@2x.pdf deleted file mode 100644 index d881fba..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/glyphicons_halflings@2x.pdf +++ /dev/null @@ -1,1117 +0,0 @@ -%PDF-1.5 % -1 0 obj <>/OCGs[5 0 R 6 0 R]>>/Pages 3 0 R/Type/Catalog>> endobj 2 0 obj <>stream - - - - - application/pdf - - - glyphicons_halflings@2x - - - Adobe Illustrator CC (Macintosh) - 2013-07-04T08:32:04+02:00 - 2013-07-04T08:32:04+02:00 - 2013-07-04T08:32:04+02:00 - - - - 256 - 136 - JPEG - /9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgAiAEAAwER AAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE 1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZ qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp 0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo +DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8A6pef84+eX7zWdRv7nVr6 aDUp3nns5PSYASyxyyIJeAl+P0ghblyMfwkkYqpN/wA41+SRbwQQXuo2yxSWMrtBcNGXksJricPt 8Ku7XRHJQClPg48m5Koq7/IXQ7rS10uXUpo7RZI5lltoLW1uVeIR8RHNBHHwVTCCqhdvegyHB6rc s6onEMdcvPzJ5fFF+XPyai8taRNpuh+ZdVsknuTdSSqbdmLGNE4HlERw/d9BQ79cm4ia3vkXXLgN 6Xm/VbWrmQCL0CAWcOV+ONzxG4UV2G2+Ksstonht4onkaZ40VGmenJyooWagAqeppiqpirsVdirs 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 2VQVX//Z - - - - proof:pdf - uuid:65E6390686CF11DBA6E2D887CEACB407 - xmp.did:b20e7789-df5e-4c22-8616-35415744450d - uuid:0478e792-11fe-1044-804f-9b52aff7e99d - - uuid:ea5416f3-9095-984a-ba4d-0e3577187017 - xmp.did:0A80117407206811822AE85E025903C5 - uuid:65E6390686CF11DBA6E2D887CEACB407 - proof:pdf - - - - - saved - xmp.iid:F77F1174072068118083C7F0484AEE19 - 2010-09-26T16:21:55+02:00 - Adobe Illustrator CS5 - / - - - saved - xmp.iid:b20e7789-df5e-4c22-8616-35415744450d - 2013-07-04T08:32:02+02:00 - Adobe Illustrator CC (Macintosh) - / - - - - Web - 1 - True - False - - 1056.000000 - 576.000000 - Pixels - - - - Cyan - Magenta - Yellow - Black - - - - - - Default Swatch Group - 0 - - - - White - RGB - PROCESS - 255 - 255 - 255 - - - Black - RGB - PROCESS - 0 - 0 - 0 - - - R=255 G=183 B=188 1 - RGB - PROCESS - 255 - 183 - 188 - - - - - - - Adobe PDF library 10.01 - - - - - - - - - - - - - - - - - - - - - - - - - endstream endobj 3 0 obj <> endobj 8 0 obj <>/Resources<>/Properties<>/XObject<>>>/Thumb 42 0 R/TrimBox[0.0 0.0 1056.0 576.0]/Type/Page>> endobj 9 0 obj <>stream -HlWˎ$ WFW P X`$̬42'H?=##ڎ'y/oW<~#iS:L!؎BOߐR>1*(4hl-Ig mL6fze|-B54t1 ,5EZyYSq]RzS5A6f1]\$(UeN> vP)஦- },e,[UJ!aLkɗNB4JS\b{40qy4.]5pImLV..zkbǀFI='I%E-8g$ R@PN09ϫ7g7v*G#}ޤSS}λq g^vpi\p\x)6nxcƣ]k/G35HϦ:+cG-<X2&Lu )~K*M(1B&lc`$ !\r -΀T˸*9C+ 8p/[Q1ףr%𹄮p.X]8^nUC$ bXB l~W4`NuTwAOE͢n|h9nL7s7s9Ŝf~_loWK֋!ݐYK ~fj룍ˌ.iE. _D)c$ -%#ąBq|Җe@3:=^qa"Zs)Qt7@?F@0 b D]FT+Q4 ]%.'[uH(v#dud9.{;` -ۤܙ#ZEnU Re/(i&2, -^2VRT$mb ̔ՊLApߦܗ7hE(Idlq+<|VUTqkLx[MWjqۅfa -6<\&*WY}1ђ]G<&1v= ߰Tbha=>mI ZpIORHf}:KH*8=:˕>/6نZI5,9*ߡW<9bδ2m!DN=B,arx9fb|h͖5>5Дq*>,KBY0ж }"Z[*jI; i8zs'N){x2"09yiY "y"ɩ]nijɯu^w%/Wܤx[i -t8N`&2* sE֣S_p>gJlkзȱ-7с QӣxEc{K=mP=xbuME<݁C@]@N]5N`]"'.N`j_>]ATaL+ejK[)LF>DꍨOtS,MmM/58JQ+/GXQu:!~-T5U$Zؖr#r÷Mci@t.H^<J<(9Ů kz3 pB%ZT-ˬ.)?K?cW{[BWY~ +,K8Hk^i -Rw s^!Yr?uC [:*ԥJ/rƅ!8x=~0lS) yq:_=̭5w>p4:k}9}b^ i2*3L"6HpM*CJr(V CTĪ θ)yJ؅lf+%gEvf1 1W-D¨œr=Ye+/^/N+bOg O9oe`N ȁ~;(%#.05#2<=%I YySY[仸OŞ-r)b[S|',h*xfys,?ߴJ_{ɏOÏ*Zܤ,E4#9k?m\AqG*g}jK)y gGl}BQJ Ug͐a\[ߧ+kҴ:-}`co?%3[ͷ =G-`6+J80 p -TA(0bP}Ddƌuq~9zr#g<)af$fXETX£u*uCDꕋU]Sw6Py?\+<$Kf wKNDDy-ܻǛ4/=Hľ -?3"+Vå{ǖ"$E&Vmi;#g -`vWk7 1]p:#M)biY_u,r̹ґ2E&9MQڵ]xPx,K {+6ډH>c`RФ\`#^Z!v=vdXi{6eY7Փ2 - н2p"L@8&=SK֯N_P G[Eyźھrczr(6\3Zc9 t2c٥o.7=ΐ&xPKUʔ4<.̨NBZmwx<@+ Ck\6ɄGRC>Xc Zj!CY҇QK\5`3}IF513YzFz=?x_Ht[[[*u?݃f{|=ߡC#U55^& -ͻK[e(< x|"?wM|fSzӨU4_kB5%,J[YNQ({7" WV=&ԀYpCTq~/|24%ǵOw>Nد~~boÑ1j껺K=ju@sl7Z0o^OlAdъ^BK2I:J#݆hXfMlKgbbܔ] ~ՀP$< -153*᪀"AkʡwPf$ *YK@ișuJE}9I_o e{^5].Rma@K3i JGX$c*)O_2%Ƌa#y,C*)mN-ZDAvN}k -mHVI_:4V -$4l`EW}ͪ3*H2]|rv9 - KWzzՕ3@ bꄧACkE60k`af juׇ)(+t;sal5)f>l΍seI4En\ ~. <^ Lɓ 5 C\Ց,eZ  -ePL>%Mym*ŽF!ʱ$%29k^I zm8>맫}n檶Lsnam\ vE:pJ]DUQ7ꖟEr/>͒5hy*rs_זx_ӭ i+ Evk Cy{*VmɾSy^"4D%1B,h rS>- <jB™yC W4cѿLPC5}Xh,հ`* E9XϽEng"_ FlA!鿜W9$ iV1 -4DVvHTp8VhG~3J}E -3{X{^ǚ=N~':V-cqȇi>Vǂ7Ǻu /tU_jiZNܨy5kaNl8O#V3&$^~(jg.~ŏvZM7U~K?~8>#5`?y!TSOQѨ})E"˳t2׊h=|Q56־ߣ}.Wt)(n7l>ww Пz#>vǚQeTΊQ\+ǍZG6*g(ߣVow0Fv^[;s6HTrB&B 7w8XKʶ00>m:FT^6 ?2 -xrŤT,gh/-}*X9w*;NI [أS68`b3sѡnY'WgJKÔ^,塶K5\ 4'U*m4dJeSOB[Er88˒oqDτQܞT0cر7c!tpM\dx_~!wl|o4+Ђ {7!{NrX վ@b++a9F)h X:coIJR'\,Z>ڍow o%\%,Y6j&W9Ih ؛(@L!l;3Ƃa_((%3{Z@C\ŌiȆȍߧ&]˓oHo -٬S.mXW^u7,Ǎq ͓JY G&}a|ec6Z{V9ŅƦvJ%dd}q#,@HrrߓTw'F:/1@@PhGl0CYT|Kg"&Sej:'u5 H'sMH>E<..-mGI6"0T(l3alKTSR@C_Ͽ?2P{gu3EV'|f4/o6zYÊ$c~ bcr{vر1:ZD_V@D/~ [ĜskVUL- T؞QV;@OS+DeqľRh}l$i_p]6Ђذ<$Os,8yg-2gWKu^B|x|%DiAVDHgQX8Zd0ޤ>Cd -Ai*^4{%bQD IK?zC.9AzȪ&pJ!L:&F-OPTm!ۦu]E)2kScx30IebMȇKMO\l)Ьja4Lu~e -13XɈs|g; 9sbXIF3PQ?FfcF鏂v?Av,^| '6byF@E#֪+Dmv;Z5w+T]TkjfXڀHk\֊ִ^fT0K6B:TAhX$MIQ`ˤAD lر$ڍX -1JWOޑoy-.&]aKV;z57=׋U&sbشudi}!& ?BqXoZQ<i}II7-7}hY.+T\<%1v%ty CM!!دwA**Y4Vս'#t%lǶBmT`tXѰ*SC/5+IN[cQr!5m )u YCtbUX9W4ia{@P8HLVvQ4KBz :)a!aީ@O{(&6J Whf"1e|:΢z*؍=%YJ-=zI_"U&ׯGSk(HD4ؿc𚉻ۜ"L=s=/:p$t,쒕((Dx]?;4H;LW6N(]jJJe7ҍIɢ6;gC%UDb8(-ɝ2LcwLjR#N-vSyIҼϻP@YU-eYK侌$B_`P0(%M$ Qf\*0 -㆗ -S*ɑ$ǁzE| Z=!҇mf| fKI#/#TB"#Bئ65Ul,8r$-ql=ؓ0AGVU*gHeGKҼkʤ.hsrMRVc)} % b&\~L.^f:SC$c".& )Ic,%є!SU w@zҮjnfCQ{p$U&^pgZR{^lhgbG2;H$jʌh|K~хА,'JoY}^)YS|/sL_a/!<5hGPh2j^v=% }2m_Baɷ}Uݶ[ٷW{U㯃CN[`{/Py'~vG$?_h:"Sǟ@uJaD%^ -i*n'V y krWt-ҏ 5V%"*z_I;jqYfY_dZ-fG,X>݅r{C4=;ǔ.gc$ ;W:lY[Yw@XI۱OkbD }᧱ TOӚS3&LHnBNnBNyPާ&MHv7OKMHv5累&~f a¼0]8AWnO+ۄ\&)  _ʋ}󼿗U?'ÏN<ץo1Ȇ8I`b:M渋EI:~ʼnljr]@3 Xz'CYsqdkRGH#)# -NyP_Up,j#Ys$&5OZvHCMc -ϼS[N ,!'h?Ko&[*g *5絇Iśh4T1~ diLM>YϜrsHlXʀ,zSrtM'hSsi45Bȏ#J>Lŝ0~T|iFuf+]Xy@l5ס&,YCw΅]\ؐ!Z_a7]}gG@0PX`bt9ɝH!-P! $!@OBvCurҰIKcUp3 D&F" O:Ŷʔ;d +;Bqz\|ƴupRaX -K܄0lHk9 ZhzWl&K6GW_͔9t<0A5@+ӈCOyL 3!f0J% > ۢę(X62ym }X1o 5']5r”/b$K" 0u+>eddb*Xۀ -9n$ صǍX4B@L5XEx,3 %EybC(i(z TfC{hL3'sqF@RNxvHE؋Boէb'MT%uH-8.UcqSJܟL=%ោTf\Tmj!=^ȗ3XboG]Zf708gOzn{CmMCH6}:0<;v G{!' =.[K_nfrGƊT]7vSwɁcҔw9fUu'U7wIa.&Wvo(%VnJ dfy`C`d5վѦI)~ػBvFg|ҥӻ$3:"{x!;hTNqK~`W}tC?MTQϜo"{"8'%OjbQAV +˙Ror"+q4i;DUr钊}Rjw~4O5>oTK҇ C!HPS ik<3Foi}NHŷ|2[]O% (r~ -v @vIo@۸ӗձ)G^ZW%V#T$TOIJ"tEXJ#>I1PgCS/6礉N&@/SEs(,@/& $&";JAxEZN$!`E&AWN@M)/ɕՎcJˑ"y5)^OPU&8骂^U\3_#bh8r=\-Ȅߣ| 3seQ?~!"SU&ZKGZ{ϐh0Z2D@-vDu.AU)BkUB5?cA!M*b]0zP7YLkV]v{jVvQ|E7Dv_sQbb" [FNU%:kρ2 Neb>E_k|EEgJӋK]%:pSАc ׶Adj(2Un 5QBU>C~L&XygD&ާ`tkNteؑ|r'b=O߰`>n^K γ+z"7, -ug7f}G" o/Ҡzٌא㣉kՍ D̵}JuI{x ?C0wﰙdg3w9TiNj^Hk.9MQ/e~Wyֆ%iR wz,IKq f8%m^Z[s=O})헐|GpΖ4)uRZ$joR{4r^3K;U.]/ -Dd쇬侥@>̣R F{+_ c`T{ŭ+HRf!`+Cػ$/N@p55 ADz{]w땤}jS:٨yf%ݢ+1zO_5߳=WQjMZÓctjF[nҼc%$N[ҶXG_hiM\}YM 3xg`"3 g(xnFx -6cخ-ylr~]FF </޷sY 5}/+Y^3`G<> -;Ll\_I]-_(I=:!J/9%>y y|[72@$KDPQ Y BŢ(-R$/߼EŢ (C}ʾ*s۱GQ;f]0ZCch:)jUP|شaT1oCOJ9ϸ@ܬ}3U۵ݢ1)و:8ϝr43Y;,s*Cv=LӔ׊j~8'ynj#IW? 2MrthBfԼ^ #+dzaF($ v 8(aV}bҚ8d`,KK, -__"%f\^ ,pQR->@1 lBLF WԜ8%'&M|G <hPDBK&F+SDI?l2?}d2˓{XUDOiK=0_j]AN%:Bﺀn=S3m&miK\ JnA埤Fs IxKWS2}IĬ GUsW ~iҳ"V{0A͓ 4[U̳mDW//{<?Z "= |%0TR,(ɪRn&5O(W0x帐 k9E0/!gc_Ѷс*Qm^v] Sm`{eS|pcs9CR]iA _N10@&qUV*rA\D'T|r߼j+AykY+^[<) -ž -g&VMeXLd^'}~}rMx,) URɇT,J׈@4A|0B(s*srwge7)*%̐{/F]Ҩ\YvjJ6z}@ǚ8Tg×HhOBq;PV-$Jy۾` DᛆE8ٓ>cm -n2Ճ*'vmQ'S0eҎ' y=Tؑ%݇Nb*@u{=}*_{ŷkgԾ(KE"Kk1Uc~ J=^܃یCǀ23+c 5=Yn]`RdQv+^&G\_Λo=9͈[>j 2b1R6ҳ:XЃe#ϨUK FFM?v7uudN0U:Lbfe&ɃbDQ6h`  5/'{+ G䠲(YȐ&WEORW2iagJHsoUZ~֒;.P꜇}> ݋/df Rxg@KVUNd0x,J|! p/ 1 `7?u;݄NڂNf]=XF\>k}kv(hy9.r6bDaKn1k[`ij!o:.abI\.m%}VHTw`Ojd:v?S3 iTf -k)@tAɺD? -p4؟F9ZՍ 0 G>KOקlX,gbXAN8ƊԦ)YqDj! -T{1 [ Il190ȃL&RYUE@bpUR&9AE S+;[k;6-ۏz9ۜPR4.oSn}}`Jr|`8ISLhPYd WTUg h.!3ndlP:"VI٧#XeUCF6PKtճpIB_Enp `P趨$@Jw+FqZ0݁F%c/z)VUv2qq4/ka踑dR*T[%5,cP -G6TMMjU :䡚/6fXq DIi`S,Eᒲt.0TxOݧ&jRyV@Ut܉ׁ?- Sq+5ՐDS1*q$ɲq[ !B qHj -{isp"BF Tq>PZ'**Md>D ހa"fdٟJ 1KVez ܩ@;I>PT)> -!0f℟_gf?8QWJ횖@twbs,aߘg^O˔A `fyD@YhiY艸l-l9G0wBbR[~ [4zWĻ`dY -ʌ@3!i]!՟mjϷUHjN)42|jPڨNIO, `"8,{u4 #s)lwxdqa"EϿ%빒뗿-/D[!w:[ jG -?u-O0m:Ʋ$RoM†k\)K? *)\Dm) Fnxlnom(o_PL/.XWX͖fj\<ϼX6%sUd̏÷MgkkYlKهI}\,7!\"Xuf)d t$#7wR~sˢOٶKae#U*L[YkKcvsи>Ww=W77hk?IщiY 9I x+-k7Mpo\ӯAӴo1),)Tl7 -uux0QMbr/G-W}In-75Hx|»j} ?ۅcP2Ѻ#F}AJrg835P{hǪth{cK=Kams!kPޤrRַ\Hwp7Xw Yp.\!EavM9vTk2A7ydthܖ<3yB{Z'k+Q ɷʃβr=󋇑B6)cc}4Tle;׆\f=wq1+2.;'#D؉\W1 q1lGȏI6U:DJ(ʩ͇C* ,ŏc_\&"CFB%$aTAH޳$ %VlD o-.Iїn:`-;I#˥xg5;vzBSv8mnاd!kz.յXѶ]},|x"/|cGE9-c&Xؔc;帽9mcct0U@ʀw*B63F9BPhӲcHnN?I@Y?˘P q$JgŸ%0]!6k]u5KBB(KLG[k z{;[ϗ - 2Z` ăD!Ww*#P$PQg5c ݦ n= @W3Bp齔&A^eϚqNTTꖅnZ}V09d:Z PZV'AI&٪{g3VN'6vNT - }{TovӶuvLyY׀?QUÐ"~~(q/91h,dkH)E\. Z-ˊ:\.l\xtb=dѽI:VM!%T^i2GW66q>^_'ZnnGأ'Q.nqj&=R4w0#4VRvEF˹Ih`^Q<`gjÄ)**TwѤfId>6n͍r,-d8,*gqEl*g{vEg5+16UlMKk -p9s/6/d_bNU֋22jVĂTh~{{d+k@{ -$5c i,45cmB'g:ADyq'F3lvȧb,9LpIQ_K,F|M/q8$#ι}u/YVr=Tpy\e%tz."K!of3f3J[sκ`5Cf[6RfUM}6} .Ћ.迿琔J=N0w K,<$fDhfkìMGBXObp| إwc\MVӃ'/Ӄov8Xg8q9/Y*![4'gj'j @@P@.Ppb>BFvTM WW*jZc2:k$kvPM*N<٠gn2!nvGI톣/Y -pr͊FUF1/ -l˙o>5ۿMGM|:* v/V->axv -c%ԚY>O%MOM}=9-ycjI~&sT{xyVu_@ jt[&3\w-CQ۪*fq -JcfsM=FHiΫM0ҴcO'e/w~ -!0um-Au?P$_~e@ٔ]ep{ C>]1d $dwҙ;E~tF+ ٻUT>%ʑ)j޲t#F6vzM9/9!n6ɃAB{G@EL -BPւ/k= ]^Ӯ&d ,P1pCV|Px*e|@@"bΈW02$Av#Uk5Y0.zs0G\S+Oh(p-OhqB42"c#S2p3BCQ9Ъ6C?vCFEY״DIQ.=ԟt7~Nd!u@T;ˑj)[8ؿAۄ2O,5qNmB{0kVV$DG(e -KG-aWh􅩃 j>5?5D~&YyHV}W Ѐ;7IuFSoʮ.g ]Pdr|pu ^; -@3FaMY\p{FdscMu4* ]Q?5/vBiRo/Ώa\dx!lڠhTMGQ1g) ( nb(eg۪仸`2>&7ApxmMl8㛎8˽hEIZ&s/x*`F[-_z33%tM6^6Ҕ鸯\mQ6y4(SqPq*蚵sPԕY_1 _ sc$ݏY=_YZ:\*ڠ_K[R9Zv$mཾ2Ww}ah`~#2m(ȠH 7ֽqG:%9Uli߰ {;c$f-7;D> C݅}3[dfΤ3=Fzwi8!p{7)y$bRBl34:yoz+bK!Xr3ix) DN&Ֆ3*,Pz=.,?=c$,wO8B)Rpum~uCtوF@ua:}5Ȏ+?xqo,jr񋇼ǜ0e7u 5وIMk;!"(+!*]^&6#i 6aCNYr ˎIɭŔgZ3^y,չ.e>_3'z|73#&7G.~1MA@D.,z?Tqr#BO4\$ПթVbr2v,2¹D_ڏ0x0cٜ1-o3 \fr`]v/^eqY5zN|EoFfY/T}Ov)rp%>#:))23#zˉV qV6̵W#>~( hP4v((D  0wCp?wu_ K/(lj 8"JW~ IcL91i (S YV&,0\n`[_Tp|u~-k%&$o]uXp%87["{7O5s#[ k=тw'+:7Jd& "Tr < Hp]}UC1b ƹj( 6&%6i685b7p3V#,|,pyG1ET[GOc\/ye?Kj|_=O=? -dGɀμ@%QFʢڕҺ< I6=&ȩ*B{ӂtYpMms-+Kz Q%)@9 j Hsl6CmLkag!djJ ɑUuqM1ƙ٭|?4?,–m:̂2dKͦ[^V\q}K, ths.]e׎ -wα#|L>aBFnFC fli+^XD\`;dK<&nu:0EШ֔J6B銉KB/7uQ0z3ʖ -b t#)Σ$By- 2eoRX-)rq@'Y5Ãެ#3j$H&W屽BW0J HmrűQqwvAIy -D({OĪ">aPRqnjD=T -*& -ÀIYP&3x_#,g!#(qXD͆94h^xJ6VD4y> ޼@n F83ӊ8'Nf&{!InJƦ2 o?xOqv]A_ -~'k.':G73. Pͬ[oWsf$.I -z9h+&wVi$3`pP1hep%nE"[d;7 cG -dxlloq#R'. θ8?.fڗ%nJ;N;3tyN=`crmOO},ʂE(Gə|-r)\eޅn#H838L^_$}4z~a?7Ux - -F@I B˚MҝAe[deh?< 2.< -[ҴD|^.M`dUU .weG+@S2%  x.n ?RUc{|X`fHDQ|ɥ_XI) _>SQ,= $Ӂga߬^^`{ Z(' :`ez~yoT߾gߋ9)PYJzjn45M,+22|͈'=s5~FAl1=G8?>c$w=vBlp2[[{gP~tTyl8:V}?@}Te.<^0ϟBw2LlL,faM*foX4"G=Nm*lO3eQCX4bTGk7* -Q:3B!oF:.]p^,}pp\X,ӂ~ůs~]YeAϙ>b 9./ >>/tG1oN_o~Hy5y}g6[.obCq/ j9DtnN:]9-NB2yBRoI-X*ȒF6o8s[ʔ# y3lДOZɑ4uXgR8Zۗ?زזeVţn튔GG0áOxlNy:eo {&t2(Cqa_hêjcbۡjaq1?zn #[0vO6$*)~YbchJAi]O vbE~ӒYjUSU_hر:hǕ GݏએaKS&/gSmL NWG#χ*|_3$73m 6 rݟ3fjeC'L| 1a;g6 -LvP#\qn^{Ɯ+YtyGXc:qRFAvX~?[6C21=tZ5^6Emc J8@^կMѩ@xBy;lNxb2N;`cRbzݚ1/1Fm3Yۙsa6$ W1];XOW<6fJa]4`H_lC0eXŘIdC>-= +M 337!\AL+VT};~TP\۞B7k΂wNd9L8e^`馘RF$*ɧ䵢X:G* 1չϘn(}O"Ep\N}T1tn,z7F3xߓdXw!8WE\c 򠅰.hN}H=Wo>2$˃BGc( '`vdSd@MzDb@T8¦fS#qVۅ^IciD0-P?قH4>ok ajz[?XcZ4N/W:z -8'葼^:4wHuC׋>nyY n -%>6l:Bul->ϯ:HH}+p|=Gb2{EFDP=bdS.—zw@v΃VTLo%#w/߸l/=ӸfDe~@ m(BC#_:i8ϐ>R3R5۞t3I[ 툲qQ8A*5R_Tv\>TmfR3CJGЬSZ'HQ;Gh5|{-{×r`3uPb&qd\{dʴAˏ0i;^iv/,vmn7]*[L[iNsw`Ďqha.[WLv6tq{~䶑fx[(kk#DL}&S%Z-̽YTB!-E -KGj1E(!˖kԥ@ŭ邲d`]^(En( -ee)iAW%[ Q2ʎrG^1iX0ifo+$oGO4O\B*-1$:UJEjhROU*5X rN/i;zQnFm0S7Ӵ-k'F~Pe 㬍 Z\+GZҎ#7v{· oS ,a-t#Fәv3.o/o?K}퇟>|dwW ߶k0?Q7p,Rc5$:"l!у=,:d #N'?>=6X Kk#sh0`|<z|9魢aփ9v^Cz#;Ax\ pw=#2(̬BovwrH6demqz_r}"|da9Ʊ`A+)ڴBfא24Ru:(JŗMT6xdk<2xs~hW(6&:O&~]d};>mnq.qS o(PTr7[1nDKLA?5sla@̚)e?Ugi @v/*V|37l6ګ=:=r i䔧޾ GA:*h*"}~D;S;j uGdU1  Q;X/CEI+ OB'rS?q3"جW^ -ɠ` 3.)m#ƇƢZ-$Sw%KX\OF5D }+IoW3\g5*_C-eTV` z7&RC`Vap 4bk{%HXXZvC0 wX2`|)66VQW ZN2mhq -s1cMy J`G-U|;]N- -vkJV7y3_ C*|n n.vxt=l@27=qJ ,rsxuCc!9)0$ٌyN!6s'ϝ>3Y߾}o_˷_䂨+A@~7 -Up}}F\v Y c- ꬮ]d+o5+:6 <0y0h: I;p5=> -e/hv6m4O U[?>M/H{">~ -CU l hagCS27zP[۩%!Qg٠` 3n[c/C?͍Ym3uI+1ϊTGvK;=}}*T xf8Cy9VA -ݼދ"WaCQ%=h|n$_ضLkZ}U)NÝڕ\>&KMb+6?۬W$V>O1^(uO*biC?= ::c/bt=,hkLmnԬhcvUp -S gxO?`Wcl@n1M%{OGLӠgCnPfҗϽDN)">`Z \Wy G+N+.;|q(N qca^%/sSrDiT}k٩X^Awf|{LWsRZ2XLk %$TI8!^!h:N8+;z5deIRE%ؘ{/Ւ{͠XTMBRw0iFq7 UkWS4 \Vf ,N\⨗ `=RRHZ -! % VD5eI#Vڄp6hD*#C6o]Z1wRa.<$| EX=?rΛG7~]%8N -D_=nqkG A£.5>kh{F\"~& -N“8uY:$@F #Z~ɌÃ+nL# 7/] %YoY"g#+/pMBs,ֺvպR}rwQ#$Dj7X WʯH -Jw *2_l"8*}bÕd_#۰/wY[?'O=.0[{µ.`溥V+vuPСOަVx?a2{hg !y+G#Px[o~۠Ñ^ DL)ŤfeS4u@<}EV$9*^݁ޥD+SMk -iïh1>7DM>k\hfR^Dy( {vcZ4Zo-0mFd8*5g1*nI_U~>$I&=:]]ݤSKDDQUhF_!oDr*+Eyo~XphwDLQ0{N2"oi9}vM[@ϊ;Bʆ5tE -CR;Lʐr -0pP endstream endobj 10 0 obj <> endobj 42 0 obj <>stream -8;Z\6>EZoI#iob3'CUF:^TLd:PEGUHXjr1A35U<'@?0/ -D,T4nZLSC8P]qgOHs34983VD;[&1f$(];[lg!7F/b"5)Q^V:M`+/`D(J'_=gQ:L(+ -g%-2*q$3j$;uGPg^qKicnhYHS&k6nH?-b.[]3&a\l^2-LLo(`7&fFVqXSI=j;>IOg -%?mA&+:B2ac;O8i(m!@FIj;rr@Le:O'LaQ&OStAcF=c\\<%kM:N2%fHZ([3GA/AB5 -bEGFCpnXnaeP>>/D?\S7U)Qk`LOFDt>5ijRM"Q?2R8Y0"N8P0^1PPMg@^JHlje_/Q -@3- endstream endobj 43 0 obj [/Indexed/DeviceRGB 255 44 0 R] endobj 44 0 obj <>stream -8;X]O>EqN@%''O_@%e@?J;%+8(9e>X=MR6S?i^YgA3=].HDXF.R$lIL@"pJ+EP(%0 -b]6ajmNZn*!='OQZeQ^Y*,=]?C.B+\Ulg9dhD*"iC[;*=3`oP1[!S^)?1)IZ4dup` -E1r!/,*0[*9.aFIR2&b-C#soRZ7Dl%MLY\.?d>Mn -6%Q2oYfNRF$$+ON<+]RUJmC0InDZ4OTs0S!saG>GGKUlQ*Q?45:CI&4J'_2j$XKrcYp0n+Xl_nU*O( -l[$6Nn+Z_Nq0]s7hs]`XX1nZ8&94a\~> endstream endobj 15 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -270 162 -12 14 re -f - endstream endobj 16 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -q 1 0 0 1 65.3369 164 cm -0 0 m -1.366 -2.268 3.828 -3.803 6.663 -3.803 c -9.498 -3.803 11.96 -2.268 13.326 0 c -h -f -Q - endstream endobj 17 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -452 208 12 2 re -f - endstream endobj 18 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -q 1 0 0 1 401.3916 214.7832 cm -0 0 m --0.123 0.432 -0.517 1.217 -0.965 1.217 c -2.108 1.217 l -5.421 -6.783 l -2.614 -6.783 l -h -f -Q - endstream endobj 19 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -414 220 2 -12 re -f - endstream endobj 20 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -q 1 0 0 1 366.4834 214.7832 cm -0 0 m -0.123 0.432 0.517 1.217 0.965 1.217 c --2.108 1.217 l --5.421 -6.783 l --2.614 -6.783 l -h -f -Q - endstream endobj 21 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -354 220 -2 -12 re -f - endstream endobj 22 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -q 1 0 0 1 322 216.5 cm -0 0 m -0 -2.5 l --2 -2.5 l --9 7.5 l --5 7.5 l -h -f -Q - endstream endobj 23 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -306 224 -2 -12 re -f - endstream endobj 24 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -q 1 0 0 1 274 215.5 cm -0 0 m -0 2.5 l --2 2.5 l --9 -7.5 l --5 -7.5 l -h -f -Q - endstream endobj 25 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -258 208 -2 12 re -f - endstream endobj 26 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -82 206 -2 2 re -f - endstream endobj 27 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -938 214 -4 2 re -f - endstream endobj 28 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -610 276 -6 -6 re -596 270 -6 6 re -f - endstream endobj 29 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -q 1 0 0 1 130 260 cm -0 0 m --8 0 l --8 -8 l --12 -8 l --12 0 l --20 0 l --20 4 l --12 4 l --12 10 l --8 10 l --8 4 l -0 4 l -h -f -Q - endstream endobj 30 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -320 410 -2 2 re -f - endstream endobj 31 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -q 1 0 0 1 360 462 cm -0 0 m -5 -6 l -2 -6 l -2 -12 l --2 -12 l --2 -6 l --5 -6 l -h -f -Q - endstream endobj 32 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -992 508 -2 -14 re -988 508 -2 -14 re -984 508 -2 -14 re -980 494 -2 14 re -f - endstream endobj 33 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -462 504 -12 8 re -f - endstream endobj 34 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -462 494 -12 8 re -f - endstream endobj 35 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -948 212 -24 2 re -f - endstream endobj 36 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -846 222 -16 2 re -f - endstream endobj 37 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -840 214 -10 2 re -f - endstream endobj 38 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -844 206 -14 2 re -f - endstream endobj 39 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -q 1 0 0 1 503.2168 211.5156 cm -0 0 m --0.432 -0.121 -1.217 -0.516 -1.217 -0.965 c --1.217 2.109 l -6.783 5.422 l -6.783 2.615 l -h -f -Q - endstream endobj 40 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -498 226 12 -2 re -f - endstream endobj 41 0 obj <>>>/Subtype/Form>>stream -0.114 0.114 0.106 rg -/GS0 gs -q 1 0 0 1 457.2168 222.4844 cm -0 0 m --0.432 0.121 -1.217 0.516 -1.217 0.965 c --1.217 -2.109 l -6.783 -5.422 l -6.783 -2.615 l -h -f -Q - endstream endobj 71 0 obj <> endobj 12 0 obj <> endobj 70 0 obj <> endobj 69 0 obj <> endobj 68 0 obj <> endobj 67 0 obj <> endobj 66 0 obj <> endobj 65 0 obj <> endobj 64 0 obj <> endobj 63 0 obj <> endobj 62 0 obj <> endobj 61 0 obj <> endobj 60 0 obj <> endobj 59 0 obj <> endobj 58 0 obj <> endobj 57 0 obj <> endobj 56 0 obj <> endobj 55 0 obj <> endobj 54 0 obj <> endobj 53 0 obj <> endobj 52 0 obj <> endobj 51 0 obj <> endobj 50 0 obj <> endobj 49 0 obj <> endobj 48 0 obj <> endobj 47 0 obj <> endobj 46 0 obj <> endobj 45 0 obj <> endobj 5 0 obj <> endobj 6 0 obj <> endobj 74 0 obj [/View/Design] endobj 75 0 obj <>>> endobj 72 0 obj [/View/Design] endobj 73 0 obj <>>> endobj 13 0 obj <> endobj 14 0 obj <> endobj 11 0 obj <> endobj 76 0 obj <> endobj 77 0 obj <>stream -%!PS-Adobe-3.0 %%Creator: Adobe Illustrator(R) 17.0 %%AI8_CreatorVersion: 17.0.0 %%For: (Jan Kova\622k) () %%Title: (glyphicons_halflings@2x.ai) %%CreationDate: 7/4/13 8:32 AM %%Canvassize: 16383 %%BoundingBox: 83 -1454 1020 -960 %%HiResBoundingBox: 83.6854999999996 -1454 1020 -960 %%DocumentProcessColors: Cyan Magenta Yellow Black %AI5_FileFormat 13.0 %AI12_BuildNumber: 256 %AI3_ColorUsage: Color %AI7_ImageSettings: 0 %%RGBProcessColor: 0 0 0 ([Registration]) %AI3_Cropmarks: 24 -1512 1080 -936 %AI3_TemplateBox: 384.5 -384.5 384.5 -384.5 %AI3_TileBox: 149 -1503.5 932 -944.5 %AI3_DocumentPreview: None %AI5_ArtSize: 14400 14400 %AI5_RulerUnits: 6 %AI9_ColorModel: 1 %AI5_ArtFlags: 0 0 0 1 0 0 1 0 0 %AI5_TargetResolution: 800 %AI5_NumLayers: 2 %AI9_OpenToView: -296 -729 1 1782 1082 90 1 0 78 132 1 0 0 0 1 0 0 1 0 1 %AI5_OpenViewLayers: 37 %%PageOrigin:-16 -684 %AI7_GridSettings: 24 24 24 24 1 0 0.800000011920929 0.800000011920929 0.800000011920929 0.899999976158142 0.899999976158142 0.899999976158142 %AI9_Flatten: 1 %AI12_CMSettings: 00.MS %%EndComments endstream endobj 78 0 obj <>stream -%%BoundingBox: 83 -1454 1020 -960 %%HiResBoundingBox: 83.6854999999996 -1454 1020 -960 %AI7_Thumbnail: 128 68 8 %%BeginData: 11602 Hex Bytes %0000330000660000990000CC0033000033330033660033990033CC0033FF %0066000066330066660066990066CC0066FF009900009933009966009999 %0099CC0099FF00CC0000CC3300CC6600CC9900CCCC00CCFF00FF3300FF66 %00FF9900FFCC3300003300333300663300993300CC3300FF333300333333 %3333663333993333CC3333FF3366003366333366663366993366CC3366FF %3399003399333399663399993399CC3399FF33CC0033CC3333CC6633CC99 %33CCCC33CCFF33FF0033FF3333FF6633FF9933FFCC33FFFF660000660033 %6600666600996600CC6600FF6633006633336633666633996633CC6633FF %6666006666336666666666996666CC6666FF669900669933669966669999 %6699CC6699FF66CC0066CC3366CC6666CC9966CCCC66CCFF66FF0066FF33 %66FF6666FF9966FFCC66FFFF9900009900339900669900999900CC9900FF %9933009933339933669933999933CC9933FF996600996633996666996699 %9966CC9966FF9999009999339999669999999999CC9999FF99CC0099CC33 %99CC6699CC9999CCCC99CCFF99FF0099FF3399FF6699FF9999FFCC99FFFF %CC0000CC0033CC0066CC0099CC00CCCC00FFCC3300CC3333CC3366CC3399 %CC33CCCC33FFCC6600CC6633CC6666CC6699CC66CCCC66FFCC9900CC9933 %CC9966CC9999CC99CCCC99FFCCCC00CCCC33CCCC66CCCC99CCCCCCCCCCFF %CCFF00CCFF33CCFF66CCFF99CCFFCCCCFFFFFF0033FF0066FF0099FF00CC %FF3300FF3333FF3366FF3399FF33CCFF33FFFF6600FF6633FF6666FF6699 %FF66CCFF66FFFF9900FF9933FF9966FF9999FF99CCFF99FFFFCC00FFCC33 %FFCC66FFCC99FFCCCCFFCCFFFFFF33FFFF66FFFF99FFFFCC110000001100 %000011111111220000002200000022222222440000004400000044444444 %550000005500000055555555770000007700000077777777880000008800 %000088888888AA000000AA000000AAAAAAAABB000000BB000000BBBBBBBB %DD000000DD000000DDDDDDDDEE000000EE000000EEEEEEEE0000000000FF %00FF0000FFFFFF0000FF00FFFFFF00FFFFFF %524C457D275227272752057D9BA1272752FFA8FFA8A87DFD6CFF7D52527D %7DA87D7D7DC3A17D52FD057D5252A8FDFCFFFD6FFFA8A8FD07FFA8FD53FF %A8FD05FFA8FD19FFA8A8A852F827FD04FF7D277DFFFFFF7D277DFFFFFFA8 %272752FFFFFF7D52277DFFFFFFA852FD05FF7D7DFD04FFA8277DFFFFFF7D %525252FFFFA8522727A8FFFFA8515252FFFFFF5252277DFD05FF52A8FFFF %A8527DA8FFFFFF27277DFFFFFF7D2727FD04FF7D2752A8FD05FF52FFFFFF %7D2752FD04FF52F852FF52A8FD04FF7DA87DFFFFFF517D51FFFFFF7D5252 %52A8FFFFA8F8F87DFFFFFF52F852FFFFFF7D5227A8FFFFFFA8F87DFFFFFF %7D517D27FFFFFF275227FFFFFF7D52517DFFFFFF5227277DFFFFFF7D5251 %FFFFFFA8F8F8FFFFFFA827F87DFFFFFF7DF827A8FFFFFF52FF7DA8FD04FF %5227A8FFFF522727A8FFFFFF522752A852A8FFFFFFA87D7D7DFFFFFFA852 %517DFFFFA8272727FD04FF7D52FD04FF7D52A8FD04FF527DFD04FF52F827 %FFFFFF52525227A8FFA8272627A8FFFFA8275252FFFFFF5252277DFFFFFF %5227FD04FFA827527DFFFFFF7D5227A8FFFFA852277DFFFFFF7D7D7DA8FF %FFA8525127FFFFFF7D2727FD04FF52F852FFA8A8FD04FFA8FD07FFA8FD1E %FFFD04A8FFFFFFA8A8A8FFFFFFA8A8A8FFFFFFA8A8A8FD04FFFD04A8FD13 %FFA8FD05FFA8FD04FFA8A8FFFFFFFD04A8FD04FFA8FD05FFA8A8A8FDFCFF %FD05FF7DA8FFFFFFA87C7DFD05FF527DFD04FF7D52A8FD04FFA87DFD04FF %A852A8FD04FF7D7DA8FFFFFF7D5252FD04FF7D7CFD05FF527DA8FFFFFF7D %7D7DFFFFFF7D52527DFFFFFFA852FD04FFA8A8FFA8FFFFFFA87D7DFD07FF %A8FD07FFA8FFFFFFA8FFFFFF7D7D52A8FFFFA8A8527D7DF827A8FFFFFFF8 %52A8FFFFFF7C7D52A8FFFFFF52F87DFD04FF5252FD04FF525252FFFFFF7D %52527DFFFFFF7DA87DA8FFFFA8527D7DFFFFFF52A852FFFFFFA87D7D7DFF %FFFF7D275152FFFFFF272752FFFFFF7D27F8A8FFFFA87DA87DA8FFFFA852 %7DA8FFFFFF5252A8FFFFFFA85252A8FFFFFF5252277DFFFFA85252275227 %F8A8FFFFA827F87DFFFFFFFD047DFFFFA8F852F8FFFFFFA85227A8FFFFA8 %525252A8FFFF7D525252FFFFA827A8277DFFFFFD047DFFFFA87DFFA87DFF %FFA87DFF52FFFFFF7D52277DFFFF7DF8F827FFFFFF7D5252A8FFFFA852FF %52A8FFFF5227527DFFFFFF2727A8FFFFFF7D265252FFFFFF5252F87DFFFF %7D7D27277D7D7DA8FFFFFF27277DFFFFFFA87D7DFFFFFF7D527D27A8FFFF %A727527DFFFFFF7D7D7DFFFFFFA87D52FFFFFFA82727277DFFFFFF7D7DA8 %FFFFFFA87D7DFFFFFFA87D52A8FFFFFF7D51527DFFFFA8272752FFFFFF7D %FD06FF7DA87DFD04FFA8FD0DFFA8FD04FF5252527DFFFFFF7D7D7DA8FD07 %FFA8FD0BFFA8FD07FFA8FD13FFA8FD0BFFA8FD0BFFA8FFA8FD05FFA8FD25 %FFA8FD07FFA8FD81FFA8FD0FFFA8FFFFFFA8FD07FFA8FD11FFA8FD07FFA8 %FD05FFA8FFA8FFFFFFA8FFA8FD39FFA8FF2727FD04FF7DF852A8FFFFFF7D %27277DFFFFFF52F852FD04FF2752FD04FF7D527DFD04FFA852FD04FF7D52 %A8FD04FFA852FD04FF7D52277DFFFFA852277DFFFFFF7D52FD05FF7D527D %FD04FFA8527DFFFFA87D527DA8FFFFA852527DFFFFFFA87DA8FFFFFFA8A8 %A8FD04FFA852A8FFFFFFA87DA87D27F827FFFFFF7DF8F8277DFFFF52F8F8 %7DFFFFFF27F827FFFFFF5227F87DFFFF7DF8F8F87DFFFFFF5251A8FFFFFF %7D2752FD04FFA87DFFFFFFA8A8A87DFD04FFA87DFD04FF522751FFFFFFA8 %522752A8FFFFA8272752FFFFFF272727A8FFFF7D522752FFFFA87D2752A8 %FFFF7D527D52FFFFFFF8F8F87DFFFF7D7D7D27FF2727A8FFFFFF7D2727A8 %FFFF52F8F8A8FFFFFF7D527DFFFFFF52272752FFFFA8F852F8A8FFFFA87D %527DFFFFFF7D277DFD04FF52A8FD04FF7DFF52FD04FFA852FD04FF522752 %A8FFFFFF522752FFFFFFA852277DFFFFA8522751A8FFFF7D272752FFFFFF %7D5252FFFFFF7D527DA8FFFFFF52277DA8FFFFA82727F8FFFFA8FD05FFA8 %A8FFFFFFA87DA8FD04FFA8FFA8FFFFFFA8A87DFD04FFA8A8FD04FFA8A8A8 %7DFFFFFF7DA8FD05FF7DA8FFFFFFA8FFA8A8FD04FF7D7D7DFFFFFFA87D7D %A8FFFFA8A87D7DA8FFFFA87DA8A8FFFFFF7D7D7DFFFFFFA8A87DA8FD04FF %7D7DA8FFFFFF7DA8FD0AFFA87D7DA7FDFCFFFD06FFA8A8FFFFFFA8A8FD05 %FFA7A8FD05FFA8FD05FFA8FFA8FFFFFFA8FD06FFA8A8FD05FF7DFD0BFFA8 %FD2FFFA8FD15FF7D27A8FFFFFF52277DFFFFFF7D52F87DFFFFFF5227A8FF %FFFF525252A8FFFFA8525152FFFFFF7D27527DFFFFFF7D2752FFFFFFA852 %52FFFFFFA85252527DFFFFFF7D5252FFFFFF7D52A8FD04FF7D27A8FD04FF %27277DFFFFA85252A8FFFFFFFD0452FFFFFFA85252A8FFFFFF7D27A8FD04 %FF5252FD04FFA827FFA8F8A8FD04FF52277DFFFFFF52A8F87DFFFFFF27F8 %7DFFFFFF7D7D527DFFFF7D52A852FFFFFF527D27A8FFFFFF52F852A8FFFF %FFF827FD04FF27F8F87DFFFFFF52F827FFFFFFA8F851FD04FF51277DFFFF %FFA8F8F87DFFFFA827F852FFFFFF52F8F827FFFFFF7DF827FFFFFFA827F8 %52FFFFFFA8F8A8FD04FFA8277C52A8FD05FFA852FD04FFA82752A8FFFFFF %52277DFFFFFF7D5252A8FFFFA852527DFFFFFFA727527DFFFFFFA852A8FF %FFFFA85252FFFFFFA8527C7D7DFFFFFFA87D7CFFFFFF7D7DA8FD04FF7D52 %A8FD04FF5252A8FFFFA87D7DA8FFFFFF7D7D7D52A8FFFFA8527CA8FFFFFF %7DA77DFD04FF7D7DFD04FFA827FD1CFFA8FDFCFFFD68FF7D2752FFFFFFA8 %52F8A8FFFFFFA82752A8FFFFFF52277DFFFFFFA85227FD04FF7D277DFD04 %FF7D7DFD04FF7D5252FFFFFFA87D52A8FFFFFFA85252A8FD0BFFA8FD05FF %52FD05FF527DFD05FFA8A8FD05FF7D52FD04FFA87DA8FFFFFF7D7DFD0BFF %A852FF277D517DFFFF7D275227FFFFFF27A8527DFFFFA8275227FFFFFF52 %272752FFFFFFF852F8FFFFFF7D2727A8FFFFA87D527DA8FFFFA8527D52FF %FFFF527D27A8FFFFFF52277DFFFFFF7D5227A8FFFFFF7DF87DFD04FF5252 %FD04FF7DF827FD05FF7D7DFD04FF7D52FFFFFFA85227A8FFFFFFA8527DA8 %FFFFFF27F852272727A8FFFF7D27F852FFFFFF5252517DFFFFA8275227FF %FFFF52F8F87DFFFFA8272727A8FFFFA82752A8FFFFFF525227A8FFFF7D52 %527DFFFFFF52277D7DFFFFFF27527DFFFFFF7D5227A8FD04FF27FD05FFF8 %52FFFFFFA87D7D7DFFFFFF7D52FD05FF7C52FD04FFA82727A8FFFFFFA87D %52FD04FF52F87DFF52A8FD04FFA87DA8FD04FF7D7DFD04FFA852FD05FF7D %A8FD04FFA87DA8FD04FFA8A8FD05FF7DA8FD04FF7DA8FD04FFA87D7DFD12 %FFA8FD05FFA8CFFD0AFFA8A8FD05FFA8FD06FFA87DFD38FFA8FDD6FFA8A8 %FD04FFA8A8FD06FFA8A8FD04FFA8FD0CFFA8FD05FFA8FD06FFA8A8FFFFFF %A8A8A8FD07FFA8FFFFFFA8FD05FFA8FFA8FD1AFFA8FD04FFA8FD05FFA8FD %06FFA8A8FD07FF522727A8FFFFA8272752FD04FF52277DFFFFFFA827A8FF %FFFFA82727A8FFFFFF52277DFD04FF7C52FD05FF27A8FFFFFF7D272752FF %FFFF527D5252FFFF7D27F827FFFFFFFD04A8FFFFFFA87DFD04FFA87D7D7D %FFFFA87D7D52A8FFFFA827527DFFFFFF525252A8FFFF7D27527DA8FFFFFF %52A8FD04FFA8FFA8F852F87DFFFFA852527DFFFFFF7DF8277DFFFFFF27F8 %27FFFFFF5252277DFFFF7D2727527DFFFFA827527DFFFFFF7D2727FFFFFF %5226F87DFFFFFF7DF85252FFFF7DF8F8F8FFFFFF527D527DFFFFA827F87D %FD04FF27277DFFFF7D27FF527DFFFF7DF8F8A8FFFFA827F8F87DFFFF7DF8 %F8F852FFFFFF7D7DFFFFFF7D2727527DF852FD04FF275252FFFFFF7D7D7D %FD04FF7D527DFD04FF7DA8FD04FF7D527DFFFFFFFD0452FFFFFFA8277DFF %FFFF7DF82752FFFFFF7DA87D7DFFFFA87DA7CFFFFFFFA82752A8FFFFFF7D %FFA8FD05FFA8FFFFFFA8FD047DFFFFFF7D7DFD04FF2727F8A8FFFFA827F8 %27A8FFFFFF52A8FD0EFFA8A8FFFFFFA8FD15FFA8FD04FFFD04A8FD09FFA8 %A8A8FD13FFA8FD19FFA8FD05FFA8A8A8FFFFFFA8A8A8FDC9FFA8FD35FFA8 %FD0DFFA8277DFD06FF7DFD04FF7DA8FD04FFA852FD05FFA8A8FD04FFA8A8 %A8FD05FF7DFD05FF7DFD05FF7D7DFD04FFA82752FD04FF7D27A8FD04FF27 %7DFD04FF7D527DFFFFFFA87D52FD04FFA852A8FD05FFA8A8FFFFFF7D7D7D %FFFFFFA87D52A8FD04FF527DFFFFFFA852FF5227F8F8FFFFFFA852F827A8 %FFFFA8F852FD04FF26F827FFFFFF7D7D52A8FFFF7D27A852A8FFFF7D527D %52FFFFFF527D52A8FFFFA8527D7DFFFFFF7DA87DA8FFFF7DF85227FFFFFF %5252F87DFFFFA8275227A8FFFF52272752FFFFFF527DF8FD04FFA8F87DFF %FFFF27F8277DFFFFFF5227A8FFFFFF2727F87DFFFFA87DA87D522727A8FF %FFA8275227FFFFFF7DF826FFFFFFA827F852FFFFFF5252A87DFFFFFF7D7D %7DFFFFFF527D7DA8FFFFFF7D7D517DFFFFFF7D527DFFFFFF7D7D7DFFFFFF %A8272752FFFFFF7C27277DFFFFFF265227FFFFFF5252277DFFFFA8272752 %A8FFFFA827A8FD04FF525227A8FFFFFFA852FD04FF52F8277DFFFFFF7DA8 %52527D52A8FFFFA8A8FFA8FD04FF7DA8A8FFFFFFA87DA8FFFFFFA8A87DFD %05FF7DFD05FF7DA8FD04FFA87DA8FD04FFA827A8FD04FF7DFD05FF7D52A8 %FFFFFFA8527DFD04FFA852A8FD04FF527DA8FFFFFF7D7DA8FFFFFF7DA8FD %04FFA87D527DA8FFFFFFA8A8FD04FF7D7D7DA8FFFF7D7DA852FDFCFFFD05 %FFA8FD07FFA8FD0BFFA8FD05FFA8A8FD0CFFA8FD05FFA8FD05FFA8FD05FF %A8FFA8FD05FFA8FD05FFA8A8FD04FFA8FFA8FFFFFFA8FFA8FD05FFA8FD05 %FFA8A87DFD0BFFCFFD0EFF525227FD04FFA82627A8FFFF7D52527DFFFFFF %A85252FFFFFF7D5227A8FD04FF7D52A8FFFFFF52277DFFFFFFA8F852FFFF %FFA85252FD04FF7D7D52A8FFFFFF525252FFFFFF7D7D52FD04FF52A87DFF %FFFFA87D7D7DFFFFFF527D7DFFFFFFA87D5252FFFFFF7C5252A8FFFFA852 %527DFFFFFF7D5251A8FFFFFF7D527D52A87D7DFFFFA8522752FFFFFF7D7D %7DA8FFFFFF7D52A8FFFFFFA87DA8A8FFFFFFA8277DFFFFFFA82752FD05FF %2752FD04FF27A8FD04FF7DA752FFFFFFA87C7DA8FFFFFFA87DA8FD04FF52 %A87DFFFFFF7D7DA8FD04FF7D5252FD04FF7C7D7DFFFFFF52FF52A8FFFF7D %527D7DFFFFFF7D52527DFFFFA852A8FD0452FFFFFF7D5252FD05FF7D7DFD %04FF5252A8FFFFFF7D2727A8FFFFA87DA8FD05FF7D517DFFFFFFA82752FD %04FF5252FD04FF7C527DA8FFFFA8277D7DFFFFFF525252FFFFFFA8527D52 %A8FFFF7D52A8A8FFFFFF277D27A8FFFF7D527DFFFFFFA8525252A8FFFFA8 %275252FFFFFF7D52527DFFFFA8522752FFA8FD13FFA8FD05FF7DA8FD0CFF %A8FD05FFA8FD0BFFA8FFA8FD05FFA8FD06FFA8FD04FFA8FFA8FD11FFA8FD %05FFA87DA8FD04FFA87DFD05FF7DA8FD04FFA8A8A8FDFCFFFD05FFA87DFD %05FF7DFD04FFA87DFD05FF7DA852FFFFFFA87D52FD05FF52FD05FF7DA8FD %06FF7DFFFFFFA8A8A8FD05FF5252FD06FF7DFFFFFF52A852A8FFFFA87D7D %7DFFFFFF7D7D52A8FFFFA87DA852FFFFFF7D7D52A8FFFFFFA87D7DA8FFFF %FFA8A87DFFFFFFA87D7DA8FFFFA8A8A87D7D527D52FFFFFF7D27A8FFFFFF %527D52A8FFFF7D522752A8FFFF7D525252FFFFFF52F8A8FD04FF2727FD04 %FF7D277DFD04FF2727FD05FF27F8FD05FF27F8A8FFFF27F8F87DFFFFA8F8 %F827FFFFFF27F8F87DFFFFA8F8F827FFFFFF52F8F87DFFFFFF2727F8A8FF %FFA87D527DFFFFFF52272752FFFFFF52A8522752A852FFFFFF7DF8FFFFFF %A852A82752FFFF7D52A852FFFFFFFD0452FFFFFF52F8A8FD04FF5252A8FF %FFFF5252A8FFFFFFA852F8A8FFFFFF7D527DA8FFFFFF27F8F8FFFFFF277D %277DFFFF7D522727A8FFFF27525227FFFFA8277D27FFFFFF2752F852FFFF %A827F8F87DFFFFA8277C7DFFFFFF52522752FFFFFF525252FF7D52A8FFFF %FFA8A8FD04FF7D7DA8FFFFFFA87D52A8FD04FF527DA8FFFFA8275252FFFF %FF7D5227A8FFFFA8525252FFFFFFA827527DFFFFFF525252FD05FFA8A8FF %FFFFA8FFFFA8FFFFFFA8FF7DFFFFFF7DFF7D7DFFFFA8FFFF7DFFFFFFA8FF %A87DFFFFFFA8A87DFFFFFFA8A8FD05FFA87DA87DFFFFFF52FF52FDFCFFFD %54FFA8FD05FFA8FD06FFA8FD22FF7D527DA8FFFF7D52FD05FF527D52A8FF %FFFF7D527DFD04FF7D7DFD04FF525252FFFFFF7D5252A8FFFFFF7D277DFF %FFFFA8527D7DFFFFFF525252FFFFFFA85252A8FFFFFF7D5252A8FFFFA852 %527DFFFFFF7D5227A8FFFFFF7D5252FD04FF277DFD04FF7D52A8FD04FF52 %52FD05FF52A8FD04FF7D27A8F85227A8FFFF7D27A8FD04FF52F8277DFFFF %FF27F827FD04FF52F87DFFFF52F827F87DFFFFFD0427FFFF7D2752277DFF %FFFD0452A8FF7D27272752FFFF52F85227FFFFA8F87D2752FFFF52275227 %A8FFFF52527D52FFFFA8277D527DFFFF7DF8F852FFFFFF27F8F87DFFFF7D %F82727FFFFFFA8F827FD04FF27F852522752A8FFFFFF7D2752FFFFFF27F8 %F87DFFFFFF52F852FFFFFF7DF82752FFFFA8F82727A8FFFF5227F87DFFFF %A85227277DFFFF7D275252FFFFFF2727F8A8FFFF52272752FFFFA8522727 %7DFFFF7D275227FFFFFF7D52277DFFFFFF525252A8FFFFA8527DA8FFFFFF %522752FFFFFFA85227A8FFFFFFA8F827FD04FF7D27A87D7DA8FD05FFA8A8 %FFFFFF7D527DA8FFFFFF7D7D7DFFFFFF7D7D7DA8FFFFFFA852A8FD04FF7D %7DA8FFFFFF7D7D7DFFFFFFA87D52FD04FFA87DA8FD04FF7D7DA8FFFFFFA8 %7D7DFFFFFFA87D52A8FD04FF7DA8FD04FFA87DA8FD07FFA8FFFFFF7DFFFF %FFA8FFA87DFD05FFA8A8FD05FF7DFF %%EndData endstream endobj 79 0 obj <>stream -HWɒ 8B8ܗuE5'E\-Ջ܋~H&3;RGH <, \ֹh7fzevg&3/9:,#/26Lgvv7Wǫۋ?hfiz?n>=~^N?O/^j鯐vezrz윣Lʇ4-*qY_2^v~7r$k -~q3Bҏ>׎Z%]Kvie']y#M2WU|ZRB~bIAfM3]ֻF:Gݫ',fJ*  ϸZZ9 l4`{[ҵtk4empM7IbYv -l)6 켲fL㯲f"LMM=rY.9gK%=rj?\h ֒8]*XmpYt8⼉ \#dT:bRcKY[Z NP3seJ j$phW҉dbhuU^.Z&s6(> fP 8cytwAy]l)Pਲ਼(eZP\-)?G@ܒ>ܺOؼ}ﰮ޵. o>D0>1=}-Z zpYRq%zkS$ϮPѮz*Ym*$q+$e.iUsY3a8$bI&bQp6ZNüoZ| -a%L *% ո`ZZ9%eJ`Zİ)ݒ[EI'.(#Eˆ|(٬ NVItjz&aG5ĕ8ZQxΤxq-+}cE` l_ n!?wHċ(>ho@xtn+O_K~z<хuijhUD1;@:;cWqJ0ZRX\NJF,>96c-Npy4fzeh*dz"h;J(M:B4 -u] -k>'|rzu㍕,z'&|3KەHנ!Mwo.% riJ§)p_bݖ$.uutʿr,1͘vZ(N`zĆX{Jb >-KKuɧ}^gK@yϧ.~n*'PgߔNB^QJiF!dXv($;-7 v -x^* -y@ሗ2W4KtYH/8i76h-BF tl`OtU?y|J ^nH;n8=a,YשLɿv<f&J&ǥJGӒ[ʀb?vTҶ?LwX^C4HcOOp]r] N HC3hGצ`t^I].-G`zG˷"~n*ǥأ`!O - ϼDOj"%ҞTu#h.Vť@e_0Ȅ|W9:KԎtdl`Ch?3ҳ%K\ ף2.easޖMѧf2rm̨>HΟUGBft}\t!(qm"fl x f+Ckm:C;)e`*m%\8lG׍hJղmDa~,ɒ+W.c+)E*}NpqK -D<.1Ř%xב*;@W}t]Sᤊ?͖MA x/ҎVkSzb/ N5bB"ga2KYV d -TDpEkcuh(:T0]:-MVne( w84KVz4Q@o<2'O XtP'H/!}N3!ǜRr?21nۚ - Ɂ9SxRg\PB2|GPejQd -4 ϭ֓vT? >Z% Td -t'E*HZ+50Rj%4񎎠TW{!tQ#Q0kw+]t/->* S^ٛ9Џ^z@b.\(JB&$O~d_)F1oR%D+c;l)C{6 -k)yzox=2/nBLcO N#8i7ہ p3@t2Mca2>SsK75coDz[uJp -.7S&u򥪄BUgH3Þgu S/PtFg$ed<PySpxdCi.*}c| -KN@J>Ls'>n`ueK[58>=@9TAg%fU7$6g AʴTBMN(3_BSst<=L$!]{,qJ!1+R! !;FAجPh:DQ]oY&JX M;bKMIrBֻt\ҦMh< kE:ǤK$5h}; ŶB31ʣC_ -h1i.hS]#aTIS:&d5B2XKيStxz U@ %( -=Rl%l(|u^B5TKXo-4_O"0%:j^wLd~D<^*#cwW?%iBk]Щ}fǩ_HnE@|o\{t -鐵#5"biEu)i|`Ij+ڥMɂEk soeWjÂzD=:ky|ծ8q" tMO(y$ѭJ +]w(P0`: -fBCt; -T>BItxe;y&^ +en﹎BㅕnS܌Bvt>$јva14JژFr};@.0C6!<:I+]esZ!46uGuі6*G003a```SB1*2 -4+ -ì ͝p0zƀ' < Y|Ā' 섁9 sӝ6G OT~Y 0+T*(^:hK/>o lo#y!N G@·vn{xDzhq^ӂqhI s +&y,)-§Ccz d۟}}&)#Sq/RqM(a9/S3,M'I⠛~!Nq-h|Y$uBei p>(LS9EAr}dZ]-H]O~W\O.77ٞi!L nL -BLLS;$V V' JY S Ji62[C1ÁA;*v5c3~Jgs}swb3v@lT)A.,ܓk4'Vm,1}PjGcR{j+J:NQ%iOvkQ)#Kv{hl2J`+SSa'#R#1grzJ&VU]. 8A!t -ķ Se;'r|ƂW AYtΡԎFe(tr\)#E.+ K,,LAi8~?mN7.j_|KQGʇ[mqeqԱN! -7lZH=mz_U4rەν#7:CMo{}ϯ˧7u -o͟Kڳ,bXTe xt*% r)^S_F r5Cb.0B/-'E{uMrx R\CǯCCd>[uF2x~%-*A.x -WrK߶KGQ]M_ɪ/O_[K~yʓT J12Mn4..EYu Jp쉍ݎw#ϕ]E/wd5ՔjEHTb -4(֢C@Ț Rޢ){X?㛪7T[e|DbR&}Q6ۥrX9*-he)Y*bDxhz'UȬ=r2 6դMd뇛7Ą(חF߳߯N!A+WQ 0D;9Cb C:Y:zB 5ڍE؞]ý * &ďM Z:DBDj\?'CS,#S䔇X5E֘Ag-nnsuݼFd;mcq*pR@``_V y(|'yǚ% a䒍޵`(tx) J2HbF۩JݪUy>YjkDΉHƴ+KTpH1T?n(z-ҸZ-"߅6PIg||'q)}:!Q fC&0|[5p2 pWe-E58$Tȃyqɶ5R_@ksU97%bEAX/e]Tl&:h{$PǸ]QD3zy崺U -^Nʓz_ɓ5qoBOdG WfbB⡑z-VppO]PpA~fJ.ž|ƭ`Y9 H@h^b3iF#v9V#8c = j f|K9dBbAhpJ!])WWd pJ0n^˵h,[*#[WreWA族~g~/ awOoOolo+y%9UKy*cQ-EGWeai5N(lѶx>nŕůPNjI$';ɥC[;{1QcodeSZL \793߭+9}f:W/xwrs'8Ь/cj E)X ->""N4T &#FIF&h [?v"LZIi"4 -$3rѦV hqbMbV|ch$(4M>:mFnRWA(3`p &n/<ݣv@Vә}bT[.RfA!'7Z]IS.CZ8 \o7b@LG )=Z@=5R%x-5\X`ph# /ZHm@g\P9%U0Z%+ާ33z/0:(8(~"` cumJ}?\@F{5S¼wWM&52XBdD"/QLxi+sKpMܓ|&uTljhx)SZb{RUE?vfrebozˊ׆wc;>=*)V."~mE5E-M6fF!-akJopQ~3Z;:/'}CFQ7Z\E!6W!s4SEhcPۓ e>Hڿ.?,u]}ѡG_^wsې;rV|{+rۓ:[=.&:qNsIl4#Zeu+ xeSHhb~kEXL{|b+E!rv27Ĕ۶%yc7FKhk#-"K<+ooT(92Q*q3F4JU_^cqdOE *1G̓O8Ǣ"0Vs)"COĝ%~kҽ֣iRmv@_P-^悁YN@M˻m 2^ErʻDt#3 ^` -f|;d{!nx_Lb9.Vau2!TEp& -Lua"'w49/<[aj"_:\-Mn.F@IsJy[qUWvzCޕ69e57 -M )4inRG;]s 捴XI"ß9DZ0Z -\&"gghP^ Z2bi.V_t^;mƋ4it܁˞Վ[ջӻޕ{y16/-sGmeٵFJgNټ@%B ҋ'\gw>X%_W^a#>3W9*> -gܲT(fʜCH7=͚>ǥ*6 0)0sm`[pV`K\[z&8DEnyڢG [?hAqK1fLN'͕ E_hBhljR30o P+b~,Z`efg,Qbp%,\<kP5{U\6g qܮ쒢>է (Mmތ9 ȂS]C9+ paj`<$)yxRϪrMhrbFKЦ(j^]ڛ2A^9o17OFGFxl2/9$½k2/"?|ݒݬP-kiV/sKEpk+ۗdSF)ô˳ 4i{%[Y΋@A.="k^R'Nݩ̉OYO \_X1z4(yr)*`I.R!:1Rj^DnՉOy!'\sb1sl7F_'??G룞?۲QG-ݭ'rlFhq|s@6xkutՀ)CO~ ߤW99r2K>('Bp2dd[`\XB!hB̓|r {tB9zܖҼ ZETVT^y8R2LLyEI`@+(6:zFo-iZI (dbxaŚRf-"Z>+l hrvSQs1+9%[>]wC7MSVm^X؇&V Vjw4ɡmjsE -dsh:>9MK>f'9)TrF Nu{̒Cʯʖ}f9gDθ4$I@i[ - O^CiJ]}$pzt<$pb s*v昢_;sU:'qY:H} x 6 Lsc2rnF5 n n\-lcĵ!hQ`/ǀ$4.Y= |9p{$V%n0 -Ih/A,A_ h%U_=TLgJ:Wddݴ!#P)toA3{HcO{S{w ZeZ{餻s:-oG_(}"i5(< -o0nIwMx2vL*P0M"R)A5K%XnK +CYZ5V0ˆPMN2ja Ku+Pa$tǁּ3;9="tsŌE`Z1O3P&Y|Om1<~wOOkԇշ3FGQ^Nqm O=ʴcn6!/Vasҭ\Lj3_{^FX.*K 2맻.:󡒻bkC%} CUG#x1n/*nkX8&UŶSgǓ|-[gqncPq 'x..t')%Ψ"r98>l0?T~_^^m I}NiCtyrNG٢vyj^f(_o8dN/6+P;.fl2_[ F^P=7uά\܀Rr%ݎBԕbS7VҔ*m$0n5πLjFVF /@֧eIs~>,j9oI\rS½۠kff|vW*{Goz$a ?DG A>=绑|99'H/={@ P4Rz{@pRJ z:Y$kAރ~N@??o[ ߋIH>jApBWJBp~ݛҋIQ<&7Eh_tQ7t( |iqR`V%2 0"=NQt8cHAU2MU^PU[߷ 0 |@;0m6hQy Zf9n5W&n^w& EXnF#qq)z#wCK (N耡*ft=(j7`h[H"HDsʊ3 -=Тn`Ghβ)K8~ 88-qlFQIq3 -1!L䊎qauz\SK $xZmlS:.]cj,)v|+q -R⤈zYBY%YRx=:Y$kI$iOU0%YRl[YQYP g #d}[d}d1}f]7u"$r$dUcmD@NEH.eMvՁ,>;t絤n8k8ujYP:s OLs4-;Ip >Á@Vq,hqC??`VL!dW 1a4B)bY"2nf﷍cY8?,}{6ث6]~~t3"t e"\|<ׇ߫b'>T־@FϚe2\O5g¦WlޢxY[PMc7hF?&|,sw9P>KDžm{ϛI S1&qO˝&q$8q jyW8L#OG6ڴ+aAy>b=ay?(~v ·=r -|qfmgo'{-Mzl87&~}?IGdb^A'BEך2-22%0 -3,E^P20{I2XHK45@k)2arm&\qs`H#bHk -^7*t-7L*kT=ᔚ(UGhA[ ŌSf -f?vkѳR&[Dib'\~ȰKe@Dsr).U$+'C*vSq ,+J*vJhr)/*mA_f`} -Nݫc}S-)gbI36rqyRtXDjȮFT"t1'G# -YMΝhe18- FԗQFuA3L)X 0IK6JD_tiZ\&-K| -*=Jhߢ)jP,v3*6$Ahc%W8|}Mb$">^Ű |EVI_)L30w/5 n#q9$tfcFXQD&8<* ԉ.X2 ZI@ɢzmɣjvJJ%EAVYlDYfKiԝ6(%w;ғw#;^>Wc3_'wQ=ɀްA(Y=;5"k9UiEzA6L4mgJ*Gltu ?TNl4I#F=@S36hkҾZǵ^. e8PN$l 5M:hɔYQy~χSݬe1~q -|1$Exn{L\kԮ p%-ENqgDun)Kw)R,M'2 ΃%):gN*ҤV&DŽr3N,D, *G˧OǨ~;z !@nw RCFb@wi=o"ܛ`O/ pjѼT!c"kpd [4J,iHRtT!eh58)h/'y49Ϯz:a?PP7"q(mcpIk]g)OCo3t8*׭,2{ŖEx50z)kc  Cp_߿}??oz_O?>MIJA ZvYC - A!el BtlScfE+ \ t]o꧈]9(6{Ğ?bO_qތؕ"6][5U["-fAԶ]kUnKa"ȆE$ Qnѭ)b Յ}T dT`Y>C 2Bu`} B@p IOҙu*D*|m ]8ZY}%[U'ߧ: -Wyِ 'a6zpi<&;Q{Ab4Ro ^50׮mm. z1Z{c* +ibGHt5E]a` ,Cx al?mqk[FVČ*y̴v<+\:myٚۇ~5=&+%IQvhC=@N2<(y pf&B>xI&/ x6z;3ѫ 9ᎆ!f8wD41p1&&"&@ .\8'*b`y(8i s?+GlJQ~!܎8~J/6yI90ŦbvlX8uԦ,I[nm8)9AΧ`oKM^&A3KzAȈ]V@R"fMw{:<&͉[I_lvH 1)##v ry)KBRw~y 3|CEv¤ӆ0pLH1DvG160)V<8[$L\aβx^NcDl-CB۩YwSQ|MB -UϫYx Tx5 ,[#5 |JUϫYz潉ݘ.V{v#&FO*s+1Gec21"qrjtc!Qnk9rx"$1v~CnFe6UFbe^d.VFbl\%۰0,C4 #1ʜR\{SfXh,H/sJe?Fbl\%c`VlMz2jbH3pʲ JbfOGkwmoXې, gC*Cr>,DHb·NLGb&GƼ0c*%چd)$Đ -,h L0Cejfb0nvBtyea$UJ r #Y=(n{P\ fZ AdliaV@"ַ#Ԏ됎MY@QCh8ࣽxaLuFXXXfESzϞvڌꭉ0g<:F{h<̮7 -𸻳ƃbvdq|a_f*#Ȥ@&ÈrPl{btY=1^β endstream endobj 80 0 obj <>stream -Hn`an HF8('Q(eAӴ̀W=M(Qu& Vڌn^\]\;8~)Ko_m޼|1~9>p{~sbN_O@O?+~<>y:n0|af?bVJ堓x5&eʸLnNZe5:9;ںIɺ v&mꢨ&*ؔXi7s&_<}AXP>I(bi; \yIdXMh Cg .G㔌ӘAhck}뉷Wu9w+F騬X8(ܤIMj4%N5czVAW{pG.$7k_ߗ:TGNC84bNaʸԸ[z>`;9:zu:L~nsv+/;SDcؤnX_c>[&v‘:JzF;ߘ4:y=$554VwQ_R4x{KKNSM| -zuQv]q։{MC?&)L>%j+ -O&uA T~hb2A%OJ\t%&LdzR<)lȲZ^.԰SrlILPPxŭ[nj'2ļo\--{] z~yX3;BvkLQ:Ȧ3Afk'lH"f)KLAQ0[brR G4],L9 .&Adk7r@92yGz0b1#Tl R0[}p{ᄒZڊ]0$?i-vbD~ݓvJ'y | ^Vb5bCm%v%Ut k0 -z)s$6H`v1Sv}q?~.5A23>ǍliH`{xOkg]QZ).gQZ=LP ) -1)tsNș-T]}¿f&cS?*$1\"s~'z#RF+E5:C]P}u QU.Ax>[i&b3_섗yjp(=/+5%=Ð9Ł.J f]NdpG,JE3f* KU>QWO:!* s[tp-H5KMP2]@7af<~qf Oml&Oe64SC~EȺfjm d7YL~,USอaYWԁ#&q°@5|Re@:\=,yMd0m;j(y)暝xŲ a91JתCꛂ0 |2UDtq 4Vג"JVڏ0@n8;:ɒTe^OՇۋO -GZ,(*SNr>,*FwsْrOϗjzɣy>|?ݏӏ7GG/ޕUJ7_6/yR_<^;㿮ׯ+eе^^pys}14o2mP7LĐF}JNz "+!R MXSV0 C^DRN"V)I<=fs#Ge鷑GԳ2DJ1zn~5/HGӊ+C1 )"fnQղvYhdw~'ͅt"p}f l]>hԸ/\~ C&rxztֱ2L7]J 6E~:\-\ʚ@ii f{\䙤5tL):B&АM T0^ w.uSA FcvDAEy\)/L$ЪMB#V@kjn?a#wdJa4~aƌ=A0~aW.(,\e nJ|+]UQ*Zc3t̏A[v@*H,&tlЙm1ʄցDo]WAs)l/t6mSTAH Y#N3fvsN[xE>J(dFr@dޢ鸧6!6Ko{TL($ d*dUZBh^"Q5-WFi|/V{^>Q`˦hʻ ^M3Zk:%ު!bm!ß Vؤ MU -8>rYslՃCLcIlQ.\;S櫷uyD*i׸6b +Y[PPRGi!S7Ȍ4W^}nƞsc}wҎ8)|5?b!AJ1V^yx]pSZz9pie-$9W4s;xNL&nuT]5Yݹ=FP.Bu$!%[{n|ڪ|>g`X^yx]p냧 -# $6xDՇawKkUCxG//W~o|_>|r~?<|yy?_>{ӗ/_?}7o߿>stream -HWn`z/ex`'h -1Kgd9UphYk)O6Hqu9UO'P#GOC]m8yn5=}sKw$0(}ϧa1wqgI_?Y~;ٶ5./7WEmίctߏ`,-__VqS4Ekem8:>Ib)EySo ;$a=umOlq^Vm-byٴ5tp]mcI#sγۦ]PC;Xj, ީٝ?FiݒfcZ˛grhd<}lBPٿ&Cs] [`cF*l4Y}}Bì #?I iBc@AC2+ԟW}WIh$b|=onzx5[Fue[&rUevw3@//5MP -&g-84riY$k;r%d[6}64IaatIX#[FuV/Q Pv[w˅É̪[5YuCQOm9܃ooFs8t$3z=E׳y}죧#ͼ/%uA <vu,}jVsqtQA4 ;xxtmˡ groޟ-'հm.f[_?ڸj݀ ;sz|}dM6zjy۫G9Ia}[?u2mU`˩)}H:ϑ)JUrUYZk9/"N d'4m0L``aЅ*d!2_Eir&гʀ`Jǰ̄d.5%lhNus].Jdr.%> IdI -(ziAoI,2) -+-jk,]z- ' gsJ/*ʣZ[<]>/hAXI"dICPPָ{ -ǷC{brH;Td@g -`J|R74Z& v~:i#<Ėe9JYupE&NU*aRD YxSR/Kx[KR;%Ta 8npd6.] -f>6 " 64&a1S v2Q@89Ap1)+ӕ - Qd ܾb ,bb H] QNӕ1& "!!ktF뾌x9@ Sx6LBF!a4 - P3 êYĄ#t0idjgJag MU}$p5`@B{i8<3DEn -J':mTHtga@AȀhGtܴ&͟mw#NJzL39x$.0@@!9\:K^̽\<Ҙn -փE!Ҁ=IUh2%GbJ^F_/dۯ@`Y1~%5:+(MCJH lDDdWE,Ɵ2ߢiW}ā/?O1'1g İ4kϥ% -|¥i"ǢJRÕ[U[[:-gz*vSpEo rO@ʹ"a\uHf |3N+$l(9p p \Q3꒓=J|9'?JigAʃ0ΈFˉ Α9PR0独=5;C :DCd,N0b`ٚMSRrDyܚ׽y9Eᦒy?;=Mb`Rtr.Q9N`J \9uQO -B\4B "1}zjӣ}7PoaRTX2r.+#5,PD1D30u,'"(bJLcwo31Dz@_M<M2Y* -pƷ.(޶\6U+2@Шgʶ,430!m1 YsG %y;jo~V3 -6R펎+rƌXy -ƸǴ}y}[PH))B.dNSRIio,J?n2j1qq'%ж A])ƉF2Tq$ cPx4-@>Px@T;>ժi_mħoQCȗroמN|qtf*+ы\R9#'Lک޾HkO;B//?B߾K__~mny/phjG^Komp8s2ڣ1mI q`óY{gKvús#Mvm 1xu.cVwΧ]Tg*Gc)ʧ$PB9#[ N#rb`C^\k. uR!>QɭfNhܷrNg=2~lBb`R/힤iLk֒8RWcRrGy? -0*E# #A<L ap!cpP1 |C.&tER, 5,PDqPqJPx s9=U)B4gpAp((4tu*Z[ZZKۗ}h(t1O*lńNDgSqp! -qQx#Jŕ+gqHH«,B.p0P|Yt>.d0gϖYݵs=kҵ󵗢6shgph:ァgW{_鬸g;|}/6O@<ܷh~iV]4 ⯧}!{,c^@s^OC+}`@`18wp+oa8ǽaymt`T}-0?oqo,@cgEr)L2&bV[,Fgzy^y:di%fx`)쫠[Q@##MP̜ 3hx2IdPR f-<3ԞydTHF ,> ##8E"%pulо$bD5eѮ(Z/ 94C7fae"6b_0LeqT3 S$S>a mc{f.0{L‹kg3Lo%F~b sX 6'h$ij ( 2ql<䰧 -(|B˔e)6I/3Lb *W$K/F/qK匜2onf%OI|* '_|qcQ 7"Y dm`x-Cw.arb tK~_H˫=_:~cǿ+z^u$?rxai6p1( #TO%$8ks{i*[;%^=<9AY9=ijS qlC8\1 19܅ߓ!K6='!*2$IXZ5]E++Pv.^ %F xe˳* AUH#\JT 2]=߭Eg.?_%7X^vYņ30G#f tm4 1g-:kG٠2Z0|t`joh}9ahs+odxB;7P|X`'G\#rSF8t^Sxof ] -HlMAa),YCC/ŵ+Bt[y@Md)b7-%yoq1uo1+2!D I( -CVz"lHe. -LՑIN\*rK1j Z,! 5Ee?py͉5r^15J}EBYOC_^-ח=~u>6VC14A,J8.ƾR_,N%'wJi -lckQ,P!;s!'r9;% -eG_"[\VaS$Y3 E`%SP&.9qa? \X@y0@-D~26x' [NƦZи±#9<@N|B`r8Ar$ -}uЂe%CY1Zj۱zXXq^@RDqb1xy" -&*#i$R'2ynHżvT<5aWt.1]=~^%tmJjj*q+KA:TꉊҔVVUGW=͊&sQTӔRPBDk[W!i%-6vV%JUfJ'^)e)%imkCșxVUxu͵Wү4aX: @((elkK"X{_QjhնBv%oƣX5?^53^\Nx-,am8~ S]zkIMb6% { S{&Zqѷ*rh+ҝ  ->edHiv2մsD?RC "EA(( KƬATRoBH6P=Gr ;N]aZI,D43 @1 :r&fL30XQky%!%X&1iNOX }JX̰ I0@;rT+K+c$gs_Q&ab20;WHff((AG^ 6LyE'/@bHE;B3!CYiW8*b#Ymyvu?e3ׯ<Cw~xon-(/qPwln&GHl8r"[m =r$ܵx:ڢ${r(!PŶl.w#ܩ325?{4= s*ҩڃRˬ&X7xus:&Vϛ/߼q޼Qm'Z7G.U VkrG*:AL;q } -$rx98wKx<7Í -ng(F,\30bfl\I@!wU TU8z0߀2S^I{ q#xso{k!orq{|J^A:|$labOuKF 2D無0m1a 8y6y'0$!׹8 +"L4YTLpɍCT'kbRh  BRxO -&z#oMNb-F@ylHWF !,!'>C 36uP5dRC hE5[U2yrC hw*ŇyxOlA(&KbӉ,Nau7un\{YYHX[ݪ\V*]kcKZmWՉZb(+QAI,c-e~♥/zc2?P7jݲ/H߶-o``LP`7 w9y`҄Fl@]פe[2`{`-ƨ8̂#M8XpTkqw0&PaQ(QD *j½%^:ܤE%jTfF. Un;nޢ5j=$\|{Q_Ҟ0k-sF][P FIR!R!;)w*tƠi'=&7ɨMpMմ)H*-hoB҆؈j%\_a=,Jtxؕw:cdeqVVVV)d[ Mݘ0cEDB`@ԂV`L   R$ұ,)HIyo\ YpݹU}+p7UQ8q!i6+lè&\F x2k'ـ*Y#g _Yt*xE3k<Ax;DŏA69dxZelqd:pNΩSj dd:)s4%hvDZeq69AFXB"P4B̨U FeYTC!%ۈQ+q52QP ٘P 9MEP?+z†mdS@P0ސ<FVј8K0F˩N̙YŬ0;9ɀ )QLRa:\C3wMAwn:5ٿUn""eLzƦ]P.H-`lPv9vH\Dذi$. V%HQERԸT ءG1{ sə9$?Cɡ#>C{$?/'s4{Bc%Sˌ Rߨ`6gI_as:}vl҃<*>N iL d9+f"DЌ&D+" '+d"Db#G,ztff տ #CDhPNzɊ21ƣ h?WhL3ԘB -[ߌtTA<;@wt^T>1W#%$UҪ\%ڇJ^UzW4 Xf*H44RG$RPI" x2&[8u&*M7QhNT)J. bn1[Ȥb:KBCK¶0-ySmkkm[L-ETTʮ4r\Щp>P:vs"(xQR¨  0j>5ơ~hdTӸx - wo0¶הv .ᩄa\GaK=u-q}[g> C#?Gvrr݁oB7cfUy˄efV2޹Xؓ ƅ=ȱ0bzf2!y m'Cy$#VI 2N#JÁT@1$Jpp9A%S-z-| ǐW`$,sk*;HZĵѐ$ڐwy%PU{TK!vF&&?rT Oyx{ XRk={^8^]mP-. 6Wo[lm15';hdj`Ź:\`yTj6 5 _^6@Gr1݄9`>u˭)㈑=a/9oR"|_>÷Bϖǡı8{|:=8/<SyB0{o~ٶ\Q:`Q/Z!aYvYb8x^L}νխ֌ևifFSuߪ:usXkL&`('l+59{UkX^'84l"n2@BTq@9xЈ ) z9`dHDxDEhD<`OAQDkMJ ;`LH0 ; Ӕ85w`NHȽt (q&ƐaAzɑ/%>t䧇Y5QS9il+wou)c?c?c6[g?V_ -IaJyh#g׉Is"9PJ)l8h&[F`z??bsG`Ć%!AIDE_l}dtodulyti _/Ǘ+3kh v[W#Kf[,,),$& B0YkiC><@t,kJQ&X2.8s s`d4S3#gbUꄄDYG[J -MMuQUiJuʚՕ+ltV.^ -cwG$z! . !`B,H}A2Bx@ -U Jd!'NHE:A&Yb)hF6Y u% EtjY*hf)/oK˔˶]s7anԃϲIY$tGar$X+։BEwe pvc -ˇz뙬{%*.@_I\A_LjŊFt82r~PrFYld5oʨ6 -uRT+UKRŨ'(P>M0py"4ӡ єhR4-LFrUS*<:VjNX$|kmZMN)iNExp `:<= k+߆bq֬ka7'p R4-{7z\1mbә+7t+f_|Ѱ//338-7{I"{@tS7?z+rmH;'keֵl [ gd =}A ? x/CxfE -rH6sMZI6y_KDD˔8 Z^ӥnn(Όw˂ϭxa%aK BrjPĈ3 6Ww 81 -l_끿bwû>{yo?N~߿͇كyt᧨uOAž/O;?gƱ'o#!=;@%ڀ!䃱{1{] TJy bLh}\HPyoTe{h3[Rhbz{ǣ/Pn.8-#wNkT;1B<O>A),ujEj;wOrauX'SE뇿] =ԙWhūMR[e6Vs]ɥvWؚ˷PķI7OwB}ثAhqaAA`{ *jk5|vC{]s^eĪaZ->}޸Dxabcwt婼h,>CNZglFK)qrǏѲ#FxW3BY=8 -؋ O Ɓ --b6U1":TN;{ ?X?IF>&I9)J.>d̈16fFg*h&h1kwz8w'"!i|<7^7uՉ2w4nBRYփVP-[͑;٨kf -@%7BR?nB-pQV tӫq3=@w^ pVREޚ6ԛ li'ت I::%a;ufu tv+kɭ ]jF1X@A| cF $ڜx7*ϹhB@c!Rx[:)h25JuƶPŕf l ac7!U'PXi S1͍ܮf?KΰqޑK 2.,Za c`XWXm`5A, M#ر)(,Hi[XVŃ#eev<ނ),֠mn,v…&_4ƊG+A(D -EGs6Y - qT^@X}(¨xx4,W{kK8eC d1&w$捸AvL߹`C(LZ%Ly M$!N /BeP>uP$D; -DCGS)uW"eJ2x7ư ˠM/ -IQ_ j1choV]Zd0bh6XFQ1ߘL1X 08`R, ^A{,Dm`H"8.C"98}HVNȬtTX\QKF:xMG)'7Q8*D؈<>K=_BZJs/ R -YcG HK`0:"JuTD Qt 1!ԙEjIW|ٗK{Ϸ͞w=77%G_}}X@a5Nj밪ЋZ>]xuJִ|3[ק|$^O4y|29>stream -HrJǟͩ:*6c*UGoj\ͨAf < -F؛eTlw[wh.g?՗95ޝ,p %]|wէ'!g+ z5%}4;Gijt?~}ǒ̱,CM"3em2n}5 MMDyG e8%c - ׳v%=:Tif`P]EeYa\[sե2M KmtyPT("GZP' _4ʉwi949*;I7VV3i}ΨYWBeF؃X5*U hqdx|wsF92L}qk<0=pd9Q}_>ܟkLĦ[R^Ydr!^]ĵQ{d=2{zݫ׽zݫ׽zݫ׽FG`̺79z'w.}cY\ [f_>K$/B8:P3n"l(f( kƪ|*Ayj&!P(Df %#GV^ʝsJZt32%_oa)29acs,jDˢ^](b@WELW]6{'#m?_(%9i94"@rϒL,DM"3em2Ʀ&"PWi}~%[sC}p,'śYY^FW4t+f -&UH֎F&&fdZ:SGrOeѕ:*~3Fh*TS ̀V<"3177J^]*M9˴YL K-JFoOJ560J%w\='eUZҝ+ -(,.|m\We<2QU4B QyX79Ձrli'=: @R}S#cHi |kca%G( -\"h*M2}2Fg3. ؖWZIӎOJ%ɪ -09R.-ryMpcX;K2S4E@$]* qIo"&cWe`9HL -T3 =`LZ6o*oj-*M9f))uMZ[] ^jnQ2z }U260J%w\H=geUҝ+℡ eiLQX\ %1 -dFirL;:ϵ>rR!ɛD@u=YP:a)f :QUАGJsaQZ~jlnHNCּuUv>?:#UE.Pj+Uѻq(yxCsX(Ǧvr_.ݣ2QU`68ȁ5 -}҈=yţ^+$: -%  ";i.is 0xO߂Lbr-55xҗڭKJR!j0Jvj# ѩҡoehVeE#׊V+Zh%WtA=*zfj=ֳlqa[52|d!9D.}Š&l~S|xeC捗M趨ٲ1|Њ/P -X޷8Q@YgEŦ&o6>UR>SQ@ܹpH4fhP9_ -.l RYa -m(#X^!a"jщpOcJEE`V@VeR.8σk< `If&&nsj,YM/%uZv7jzsANּE$e+EyjE!R -MDVļLFL>0lq5[U w*D FGٝC쑆A) TQ V&\l+$-j0ɁX_ t"j2Qt3:YJ%\&sR %֛g/K}QLsW_AB=ebyr. fo!N2(Qnv[.yZ~^)Rx(n,3t?Uw^f<8j(+lƇ-egcyDw.=rq D0CKLSGݱ1jmhh;Q+vX^`y;w_'G'=r)$0f+ 2x)lt,vdx1smIk{\ `4K35婸A ܈Y* \@Cg(%U5*@Ehjg= @ ¦v+.ͪ2o9=?TrJ+t"4>=[DX[cs"D9PdI-êB!Exd %q[ -mjOxܧrN~v$ 9fx}&&^uv͟>jX .e{fhDo.Hlel:(ͽVΖ{`ǯ_<3xi=Ҍɷsn35F0%gG!}rDd,u'Yju2*9ukա J9}L 5* ~;vDr~T(/ljG@]ʾ'fU74/NxͼsTraYph<}z$9+&:9!bDf>C$%% --ѰEcT)d j ]h#Tf ->s Yť#$}? ޡ+ή5qjh+615,ˑ[hpNxq-(tA2#M݁6>stream -Hn8ǟ/EmK%vɎ'FMRE@TĆUe~u#9Ӎ2crMH?r11 H}$o 󣟺HJAJӟ p<ʰ ~m?2-O>$˧N_ELo -vhloX5 AZp[kdPTz"%Hr *[q%(Q(L]Wϥdo@ʯJ$HXvzFӺoR峾pwf4pw;VefG1$.T NpNY|v]niκxF5/S&(|wA\_}[&C]#'{*|8rΕ=(cU۱d._q%2cE4 $xAn)F5nTlX":b !~"ZylA -ji^$ѽq SB\N7-/ҷ1ޫ8 T - -=+IA)d%e%brFL:pfuA6tJV[K $ H.(Qv,j$+)ю3'>"GmCEe33 ;βH'J$Jt\Qkaȁ c*iQ;"S/8O7i|ҏxK.X+>5HrxO ty@J8d -w%'|֖I" -_8WߖFCeqzv{!_b遑wWN4|58qal&{`܃}s5Gq|2{%T#%AKX-JA5%N@lP.5D Y䱜2C`*hvؚRBa~wroRIT,@]WJOvG1͉J(4@x^{2 9fCU 9wځ/_ީQwf4pw;Ve+uD,>.]nH)!C{˾zF5oAZh@DSaV\ T-2WȫKDy.X+F|niBr*OU>_I*J&/)+;6 mJyߠQT-|է(r  (ed:61.ζ ؔqioNxAn)T;*3%ִLZ"1kR ~.p* N!\ 6$ IۅDB6N"@vD}] 1YJ^+KMA8<ͺir^N4qe^շib/╫s!t\S?C"vc3?YÈf6V22?d˞%buUFl3:Uo]UCVqj =A+تLy۹բr%8Úy:yWǑt:d0Re*4'K3TKxOm9Q4daYᴝ[-*׋>67TqW GU֋:e: mZ:4>`9F"R&0:7QT,EZqPZIIfM4(lv!ۡL3 -TGUr48"DTFl]ԜSAZ)26yfUjhBLE˃MI~K*roFZpL&t I]uK>?܌rM\_m_}tkgj -:2FD{ML?j ;:bc-  F4dX]4Lb/Fln.^ZО4“Fk/R4)+CF'$B6ߨF3Y$؉H`cwp ^qSه5Jq;)sj`҉yFu2o1FFp1y66U ac4ca}ck /Rn#!Xht'4O7E)PHNEA XVut5:#s-48 ޒjbkyq{ rTӓڐmA>Cdp$8&gq@>8A5۹Σ=]I`< ߱0\0 kO( ÷ #0cw i -5Yn)qxE"ƃ;2##NlAU"3^)!)a^췘zɹ0򁣫I q^ xhQē"32&_e_SLf';}yI;أM0*>*dx$ m ]߁ #I M'HQpZ{j -:6b$ ]\^I ~PJxЙ͍(8 Po N2=V7?dq~yRڧ3_80bh '.aᩞʉo!$rbD -kSFJYѥZ-),)X -.iKM -e$(Ha栂ި R./T+l W^B endstream endobj 84 0 obj <>stream -HWn[~'^;D&u*!٨dRЈlw(юFHtg93g|Gb^o.WՖC+b31h'cs^O^w?(.`ZiqR{k[^HX#pyRAIauM&zirDb a&3cjnm򰺩!hÜ zF0ޓn:&%g7N DS 9HƽGiwNq.v*,|A(aW&0==LJw: `,5Ҹ4AVe4v&3MNV:饁?<;|PH?"^K< 4AK|5&]yQҩxjZ.77X:qjL&dzٻHwt=Ȏ~ZoOf>st\x{߃L>zs?igۛb䚩|N-?ϳŝIarKKzi -<8A m[UzFOyv~|ؼZ̶g7/?_EЋ{]rE6aGO>gb:]ymf\BU$Y+5lq6\3l-]n?l>&|scVa X啃ɻre=;zf{'<^~9n./ K0ʫlNN: -/ ?+-zik6h@'yT[Bڧ$f=]kx64Ii3rUٛE kՑ-.xBNgGD -B:*ҐҠ!r~UyHNR\dQA!B8A -iPI:/e2S9fRFyGlZ^CCŴ2Ldu_Yi4J葧 +enj^ N}}CP;Ec.lRKFF4#c[*42>3r%JYN8s}I&b~7[_@o#~׏#<_+!x x.& ѵ=$nCd[5|D)I9"_ զ#>&~>]DJZ7H9h ˃"K--j, [SwN`CAw=`)稊p+\ ^Sy -憐nIR%wJ:ML>clP@2_GAvz{7s8w|ƮOS>\4Q뗋rmoQRo%N>vv гV]*V 0Yi{veeI_ٞki2⌛8;"L)הbReĹrcU#h2'&4GD%TAIys" d[Pb6Ne_B]! D"ҰZ7~pCe=iky c|i&_@51lN욤[=m)$1J]($s@%I-K;>JuBퟥop8JTepPY/n[~HU TI;劺8i&P%jްn'0O!]ecJ9*extT5B. -U!+PٔZ: Њ*r;!}L}ecrVDҫ N''hFaAlԫ!-5eej¥*8NY`G 4; 'w,ey/طT*."]RS/!PI3lcz;Xotahk9 -2^Rv_GEo9)T},r_fC|j,y1$g-ӷXɛJʏgr8Qʑ橴 -Ƞ,Vk^"OZUiJ>7H ANj@T@P-ԲvBh{qa=i`^m(?e\r>ϧdqZAv/UŪS1MuAM/`2u$ -śb4cJcG'qD~ m`ޑyyoF-7 ެLImL,^Ӡ[vR)hP@24Ԭ2/Sil?*Kfa&k1^B[ -~IBH(T@aN'H"%_ܦ }AG9ea(Ҟ۳3xHEO Ie0D }"p4N Bq/rhe%m)A[U@2n9dJdGz(mmK["/m'Ҧ٤Q[K bUqBl<8p.1x=.lv\>lv=?`qD -KcPiٖhhEpZobmhуר z]JUW ?oҫ uׇꦿ[!3~Y7Z.ҫl[ҾZ[^-׏DFc^n׫wk(-j}~?x/Ł>caRoTܼަ;ylnfw0'%-RdVfZY۬9 # }n|V׼ƶ4GnT*S}Zm<T2IV6SbiKEE̡Ȝn['aC?|SHֶG_%KsY:Ȼbr|ҡC=7ngd~xC)'ˇ$+xxbtd4?cUpx[58߫ퟟ@>䳐?.ƴww@ FPvcXD8/HyoZathvZ+:8Md̐ \$բ•h)h&t -mll4'>ϔn`aJ^E - *h?H5vRDXip`}FFݢUkiQ,S=F.V RҚL5ś>,5GN>r57~X{}4~JA_jM*OUtP9ݩ{گ, R|]%#aj)S@6ZUhhIhϨ/K3HD,WF*& sCxB .@9(hIS>/2-4gp |X/m7y V %&/SMh9M(ӥ TٙOoE {ld2GQy_m/@m;+~A -Դc_] فiV~ -2#1 dr0Ui\v*X(݋<7u 9?rTꐔB=pMV9RQW>Gm $w(-,KRl -Pk DdRB`MR%ZH3{\P#)@)S39#@ˤ(vڨY!|ok$?NO:oۚOH΁nR)SDwݢ]A0-[{S&rAVj6顽0 \.xËx:R_.uea{a/9_Gjhm9S'y´✪DDɩY"]: ]+3::g$-A945n'[X`Sx!!;+8QK3F=eS^ -(P@5 (Iaֆ/*DEKBU9ig >i^gkJ6 $lEC  V" -'> -(PAsH$R֌hm>bS/ t!ZD[XNE Cv$a -3{F #nحrҙ8h%=X'Hf7$RI8CSMȷh=02:sqP $rwwys~~ mm?nڟ>?~ỷ=Wˋosnn&=|vss5}}ˋ* yuW_.^|~}s%8W?~^H¢2aQpw@?nx2jWր fZLD҆L,eǬ5wl^~^ -  ½ -I[Vb!--91Iqk!~ !Ao# {PR"7Ǒ2v#nm9c3^7UZY5ČL:G; 57H>ֲ7cZ%Al7((գuܢibdV(Osggv} a\JO#e#!iy> \M9cb6jfdcM f+mQY'S܈4ti-Cydo#6#AgL?^2PqDX" -AAlo*ėQ 1~bڢp; PV:LH*,eIbƾ΁ph%pV -"s?:@`1eIŢDI=lG8E) P랾:(%l8@),5-4N -ˊ9ctu2 AŜ${ThdZtpWF(2Q B%E(j' A -D skldbdh\ -Xޤ˂A:b;pxX ҒLFrD#(0ԥcNF}iiQVġHY£v۴4d4 C'ϩ~I-4v*,2[2ID6+a(?;Fh؎[&YeB?5J**oH;R.PiRp)"Q#˹k)pC]z@cTdڦ/djV'jx _G.ﯞoww%w.]}ey qǮv5^)nn{1yY?ɏϽ!]p6lT6~-V)=XQ~1Hf&lcT~WgWjto/bx{lzFAW>Lac goWmH[0Rc#8OޫCSz7KnK%!d,\%E)Z{Gȕ@ ѝufُbLh&hГkI֓=st%C +qZ#<2;bGe`diOAaANK b@ӂ> -.* ˠ'( f)%q*R鬖OqyayA,MEJ*¢Ey2htצc0Mkg{kY\rN"Ps`yY-/ˏN^N#djeލ0s/S2HDZD h *@~/>S[>Yjm[= '4X`ff/uQB}iTXMU)a8JB3 -ť9*Dfʍw83"b >hQ;ؤD0H{GFEQ(uBhFGJ eʣ8nAEn9A:hY4QyZwaԒ 7S2i@V?3;X)RY_Cp$(<E^pAT|0Y#%@c#&N!R-ȡީwZ~!Ps -m>VJ}eC܂􀃱йE¢Z 99:cEaWBw\=FU&h˃ICwJtGyJ$/ U -Oj4,p9Am!-lbi:=2s$*ZYE2{cfRtE),d'/yhP2hD"Rh ب-D <|͇9|7GtìF2il>һPzByb4eXX_ *?N-Ba1d%264,s]~ѝ -Œ$Rtlj>ɣj%_uY![GGE>LWNtτ8GQ,4,F`jFNAy6E :J$;&oQ(FAD#sLWÀ:/ľY䞸YgA9 b 血d'/x Ҁt@TTkم{G{B&z\B F6n|xVFΩ5iUz@>%lDP#wPef -|qjKWEa9h4Ag;8mkS hf:4<$-h8=Axuۧ6c8P:ۑ9tr0<NҰBȆ:3"L2=iOp/`>uC,nq9 !; QјYS۲8)=7Q)&e]!k/ jA:;GȔWب@3V*ŸVLU"4ntTq}en}Bzu/zNXߗ]?n\K4dNrBzdFVJ0Aّ-qPPa0)1D69& Ea㟿ao9Lu‡?oxqӒP WiA*G)"y&0d͐!8:C"Sp!Vp$* <[1Ռ>KwF+3B) :HW MʹYa[!1>FdlXDX65#c@}9YSyB%Gc.4IT<6)˥Hsw|a܊&w.:eBB$_v9cXܥ,-.h[K}%|pDv1rwc2xEoHEjBi'1jA||6b - -u.Oǜ8%UâP=WwkaDiI% %э0Dsr`J6L66&w-6DcMd K )H5RnBur,Wxo.SLPǤ9mamB9ȀwVM;Ɏ#t]_i۰%TK6bk**W#cԝl!z<[=ĭP6&SZlaX¶Q|CoZ̄Q\jfiBzCj]r+94҆XFܾ5Kc8 X5SGّQ t]M)4yJ$kik^`W>۲q4K~7†3VvԜEQݱGGk[6bacU Z':T$bÌ)%&Sl®HYcL+y 5Cv - -@NKBfTPzl x7}EV-@9FQ(-.[Ykͦ(-i{®1^쿐bl.v+԰DCٸ89*k6 mH*\P޵)\܈CՆ@ łȥG Ac^wW_{uqu{s~eW@~{?^_xsNϗxcx~8_WO..8tuwWy1ǻv8(bQ/I'$4$`(8]]ݚlFKu\gw޾~Ƿ_^5z=sq7!'?޿Nψo~ݨ~|XI73un+-y񄜰 $U&f;reMQ t^-~(ڱO$ --Ow4 BW eEx'X6Chq^5`rJK2} -n8+j)(I6Q?^]Wyg/_LՔczɁ^?|\D9ՁgyhSO>(StfE/m([kb)U<ڪXh[ůnGSa?Veܭ||HFʳqд6 FuH 맠gbL#a mt $#WOkLKJ~P#62=b(:V%|+a7nKF2bfH3-^@Xկ(NBTL3b36|~!|NWlO<}B/si[X¦ct;1_l4Ӕ2Nn[+dׄIn3?]fʛkwuh:l^L蝴U/#R}ߣ]oW|ã/ѭr伶ҋ[Zq= vmOG>hj*Ce -k2 u!t!ͅ gryܭfH<nTl -v٫#:c E%ZIYG(=wnyQk`%QfބJcȄhC])-ּ~1 \nXPmj mVG/SwCw@мh/q)Ar˛NI 1hzONnQ4Aj/ӀEFgf`tV 5ީۂZYy'- Cf`o;t޹N?2*26/rӁ4UCFbc"lJӑ<TbyT2Q} .ŰܭbtT'~G Ie_I -߰?%lX71mX5(I9dW !+ ɗZSwgUP dBJE@d^PV}# lpZ?ڨn7"b씧(%TO 9HMy#u8śY485T1!iSjF:%akj:A#Q5^%o  BNի20Be3$<*Fo#a4(54.Cs $%1D=oW9ZmRjlV* -j`p[CR?K -l`+z.f©꿹|~vNȶw 'g݇Wz-^xu_r7߿e`j88{b~ߎ_v89ڿ<{Y/뇏7חᦷ݈8\$ZG\gÛ?5NŻUd*,-7QjJ%@k0y=I*]`(Y'h8@ iг "C]v3q:3*:\V-Q&}F -8o -7NQ&`)ߋMK)pjNʤ K=e zj˻ZS4܆}REeiQĜ)]xk+טMutQ!)C!4̯e\$b ;/#&h8GJzfS D!Ԑ<[ы<2\@U*'E'$Qin&6CQ(d%lBIᑛ -,nP82,F6{"7YV9H;]BrmWre#g3廐 -2USZ6gREL\p*"b%@GlZ8ǡ -V5[59^h̦61doӒ!E ,طn5? @Fm)0ԒFgLYMJj}Qݢ}i@(MQ&=aDtt䉲)qVj QZs_L⏖l>^mmk?pq>٢ٶ -ߧP<% -(i6#~D>!n\(I&s. Q.jIBv:oV[J w~G+ѥr̤<TrVʼns0Saɐmu?>N8w6 iQ~V/1$uRP 2sjޢ@ %LPD,`6ᡴYi@"T "Ъ:@MGpɣ9`Z8UJ!3%C1145DPCah g8(Y}7۟Ue@I,YAb weC'6g,q4*cƬَr1+.",Zm6ڹ}>5TXZDf#Hz(\&3C?]Y`J#d=C=I-sI!,c h &= 9!dm>Sl}Q(' G͔@+d*E`Nվ}e4K~zcoP|8gQRqXsܣ2ALtIZ3Jy`4D_QY%;i"ޣ01{%Ȩ[&5Eģ\Yi0lFZrv> Q&0ђa֠ -zPjKnOM/լtމ0Rk52@6ho(& -6.Hֲ4Cn# -G^H+eBAIzl[敉 S7+hkt/.2>0̐ RaHZi8jcGJn0y쒷=dCD3.,fshL,Qm{׉Ga .1[ UTsu'aBs.y*3"|Q3t6ԝkcޝ;Nyqx࿄ /z-[Wp7nt.zq (ޡ%*> բ -+`rGwCJ:!:ZďAvJ(ç&S!!.Е[ȧ Aj6o?ddq~jzt`$3mOv9uQ`DfdD&XL|2iT@yB>uHfG?ڧ6IZ'8e4"T%K۬O{I K VX "Ռʓ(X.r x뤕oQp 6DQ ّOn, gbP ԫ22S$jUlܫu榜exmSHp ?-SS5*;XZ~aFUn.%Ţ0P*R(h|8SbV xIH -ŕ`;0Ub9RyFz@uq|;HnOM?S/?-^0nxKܳhh?ܘzRgC.۾:ܘ^ibiD6,AӉ6Yz8rsK|Uswb2Fpfݮ~dsB_lo)LȣM"Z|xJ*zX \Rhqffn=nu\2Đl*yvtO97(1%϶+ -xvty>TwRE -Z/c_-ywG?]|Յ=_Ζ<'^J7i408FB2J.h-ޒY\8adI #e`7_! o :;$2܄cb.Mfs6Ŕ*;Hi]tץջRo|'IW߼ A|gq"w?߿}s$''D8z>([F+3  |72t/Q"D3FfHE*OQ]*\7ɐܽ0S0Rz4ڼ_(^ϑKz}Wkz,,EI]_tm/Ϧ+z4}駂dfN:9+k󓳃 ӿͲ>^]ٚ.nsyϟO~]-?fŪGUCj.(`)hzIBmG.8m`N3ؓd1Tm.%Ь1eS$'-ؐecZ95tu"dj5E7?kxG+֓u\Xfaզe5zXd:"(8z$1>&|M=JG# ޳}ǰ!tFNSp +\AI&/8פ}):9/YF]/xxY3`]V%;y4jXHK7CPjC[@ˣ31 -)]ITb,bU -$nߨofD,w07:Z._Ց-ei~pw;$-N |ps_mK EGƈ !$`Nj|v%{" `5=YU -ă6yþUtAF[=+1p(.6_v}HJ4sJ8sZ̀uk7jWv7 !1!M9)6 ^6[aE/A0Ј9H: -́́-~ݪgJwQC8;~=W݋7*`u4pD݋hg5(,m՞=:3b̖TCdv2H^&@b7VI*`tQ0/y䵏`M(b^(r@9YG&bLuV $?(6s :aݣԤTw׷W;qN/1smN~H]X%5h`-bfZ]C. o[cޕ,OpC wR`ZU`dĀhb`T4_O3\fHN}+79A/l3E-$ڦYiBgY0@ΫgioisKe\!AA2a_#VLK痒w(Έj'J=ri - ~0L\WlnnX&Զdy<$᪜v9ouN*=7}L9;cʛ}qJTҝuUFѭFWʤCZ8`H@jMoh܏b^i64ta0y$']`k3t,btCf4j -(㰖os`΀\C)&\)M"Tb,@ARvdk.p/.̋z.Em 炛1A-<6EZ#Iߝ54h8jk.{(z,#z*>UCqU F F ,PxVCqFuVCǚU endstream endobj 85 0 obj <>stream -HWmSHe*}6arKB*$w-@!SI¿ߞ ` v0F<= G)r(H@ڛB4Q,Tq -aBg)93e;傷6XI|֦)" [;ՠ"moDA?ݫHw$fkh&(H8݈SWqsMxv-o c>9f"Do&CBl)a IX4FqHMDc:YBLYa•Aւ& -R6!I.TTh(I1*ƚq~el -bUDk#p7GQb;:MfI),~*8ϸ.EG09~ ´GD|m\غ~Jy ⦷3a.̩`$~(%F)\o77mLR`:9 n9UTK+}s4P0LmeV1KlW}gg8~SŠʆWw餃A,{^~ȇ'yo|xu~<(U2&P5~Ϗ2Wee% -k S:|w|x+{XEuUaASy`8tu1յwˢqY7TG{U?8 âqi~ZT Ƅ7K{p7!s/Gg]Ve pw$ʲqV&0ab>VE@M}yUo2P{˪?M̙My{A{6c:ͪ*xd w[tDk1U&k{ tBy_'TF A2p4L^p{PxTf~gԧPA*`Q=Jh\~~qu{M>JKM5Uq,(s YnjR~_v`zYXɲF?u  ޅZEs ^Io$&y'`b9*± :_׷Ψ#K݈ͣCB|^|j4K[wy6`2B|{H>\}Q+ζ\0[P ]jhyyG:K(eߢoŴɚW DIw3W;*E1Æ7X+LB|/[;{{q~뷝?wϲ"A!HCyLT^EQCgq i6*zar7aɄey9`drH-N'o%wrGO؛c~`8QFA039{xͷըhqW֛btQfWaKc #e#F)Uv@*5s}2nXjThHw';SGic䴺} 1?!IDnLxjy\5!#Lwx{;wUߧ%u׎:ϣ|k^~=:XBCgr11V\dϴ$bfb4mlŵC 2}G2KWfY10=]: ?wJ58(Z9bVp.\XAJRF3IZPH*p?pN| 7K\ @+\6D-Xo y^$ PmJ(j$SV@Y*d+Ē\j,Qo'•Tk:t5Jf8֋%`-~~a-qz6; I2w88 %UP꟦Ѝ) e c{CHH-#+۾׷Z&\K$čВГF'!PKC- 4R2Ze=jB- =! ' )כ^qNeLq4S -0P3 Ye;M1ɡ\3),e3X9X9M=ݟ%6Ʉl.L+t"E~7kZXkam`MZ kOkMbg#I*iqZ|kŷ6to-ۆiŷZ|H|3r?ËC{Us;6ˆyz3k ~+oM? SzO{r- ,ԲPB=pin e&>>뀙tf  `_oh~b`@3!D5B(jôZ%!h*|%8pJ4$53T[1[vmgθ&ln 6R;`,h/D{{km?cRR(iilpfx;O;yG78%*)5'ݢF~65#WmU:$K4W K3Pafov(N kN℄ڲ c AK` :@)%r9a*3P -ꂗlu]D2 6\ q)v0Ts %VarݧPV>W:hת9&TP'eqh+ZBCՑNSVsntH'NVa+yAhpPױi6K' NO3yIV*WjjZz~x,da1CǏٗBqRf[v%b!\8,@-LAe 3#@50sLCl|gsޑW^pݣPwV]`875CLcCZ%J҉Cfl~<4~LV6vV5 GfK:I RpVWG hlè8!`% %n^6s9u8H -D<=t"+Al ̄k)A q} C6 MmD7qs"3!9Ez(`',OiXjS\, Ѽ2XTwɆ/; 7+3m;˥ /kwqԳհ~7vd5#64D񃱡,q:݁6aTY ;GPpvdV7 x3x7wBք$̚ sK7FGM@ǎiavhS#b7;۝~7ٛly~T0VYt/O}PmgLJY1Q (ks=2<.8kVˡ l ;C \z:SCž2w/vu?9`$l5yaۼ8>_NYӵaB sĐK!,K])x^6Ǝk0a\a$!)# `:Pl5>^xN=W;͉0Muٱ+U%XVδ $J2 -ĉI.%%%B07w Ą #bwuo7Z@mվ!eA| 5aR@4,bkazέKt$_LwT& ?aq(rjñP)o2o%D\·S0U._WY K.8uTl t=m4ۃ41ߑ-Nv>7.j:OCQvĖ(%-OXMuKֲD ySsDPFUt4}(Mcnojiu <4K&kSct(j0Ŧ:(ig6DICMajw[Rddy]تI( 0ǔ:]$hL0lE:(o+MY''$#/x!ۚ<.*7ٌ&4hn[2[7U <A"ܘ=(|2! +ŏMZZW_DZd/fpfWyg WgcC-WF |AB8tm2@Fހ@vЛo'"3,?l~Qff!BrHP,n}}~KP腣q~7Fun~K)lGkrX<XYy*yZv+T7sri<oJn]JqB~C{'فGQP;U)Wv͓ͪhFuNu?RX.賈uSAғl$n_)l]U1QzS>G␥J~d= -#hh= Rt5ѐ{ӏty/L,9DW?Ia77uաì~&PJn]01Z.MldYܐ=>Q޲(Qk3׫]FâRY͝I024UPF -wXSYMT`pdMBd6#K6B|Zt,"}l]7*iY4=ߚk`k#,Ew'7~3 -w_!˅.qU90ZqR -|#b&vrHjb\HQDb3~ڬǥ>6ItY;$ID0ŕ{=uVpQɨ r0oCe 8`dx1t̏a{;p'i -YkF+I:aJ v&Hm̦c` ȷ8,s5ڪVfbяy W2[,z`ȉZXƿNdE|TL%x$W'F&,|ogĀQ ]ANPy}{=d vl'(^slg6*vrL\ɺqCB߸Z槭ͫ1,UY @l9P{ B{Q@A3o>rM8"V*P#k 8VV/#WktJVVm^kv((Yw qJ1j^Q9g1`1ܥJf3F%՞> ڤH+Β -esp;ꀦ$X'HAu%@WmPujǒ}Bāq 0=dlE^ O89}wpJrO)k%Cc~֌cy6yZ a3CR -;s2(&{Yy\d۹d_kM>]}ΑKcgEY5wrJwyr0y ݤnҳE[`nz3L0 ^/*c^MEFleGh _Jw\x v"@[P߇̎Cx endstream endobj 86 0 obj <>stream -HW)AAfCh36>g_'*5֪D~' >4:N EpO9Cwƴ"4#Ť/ S޺FVr`l@\viG'ǮT!MLt9~:HKE'zqՉvN8C-Pāєݞ MedR -Fy򦧕g_Z0r+ћ $-z/Y5f|ug4EwD+TQn7*lj%I,zmy䏽܁T>0ӎ2 ЦH} %U^rE !T{^vjBT?Ll@$ -}9*h9:؈O/B= :9j=>^.DL992~Hnȩ2`GC=3'dNzqB@,8 a' c8>] 8W~w3yVٙ҂Rmh25ʋd|ĤQzA9i>(Al̾K i))V ;o\h'3T's.e_$T9!Tft v\ *r`)-A"Dd4*Lf ŗPKA 2]/ೞG Cfi~a`EWV. Ӏ֫GT~Np(EKh GֻjiXy׾R2OZBNS1*䱕ȫ޻Sd߅f!ȝ2"qt0/NYasY)DMp <"ѹڵN٧PcŖ?M3[ns钴cG !q -"4.e@lI+W?ZIx'.2Ѡ\%bpP+;=V {*xEޔKVtā0̀ rX7%2 -T -W縂vb} I0 %(扊A iY^R7/񒆛,[7  GFe,˙7>ocI}JLᓥ4פ#Ư0 VT6Uނ4cs#ilށRI0!&ggo$˲Pخ:d;[OYM٬›RIX$)<>Tϡ|C]044 ͔X5dޖ*#%do7~:ϣ_@7{gu97dž -;+uXlUg Wn0kj̥e+cq"z)S|އ8v-[=b`C/3ա]nEo3( mqs}[I,}D֝՝)X1ٹެ^{M-^>bf| (+uZO5ײS&H(1j^j7vȃ/??~f/B$/MBre^a(̘NP47p[_y %IȔJ/}ɑJQ||@ɃC]1(`-;=|1m?E##wgZYq{TR5Xki>۔ cd;eDԑd #ggqv$/̮{2U+ U.~|>U9PR,`{n(lǖSFnOTq~mÕ+N[HԨl|C7k{dn -^Wi(pЅ^^W7ӓ̻BT]W_ڨ$%kP2td_E:"B^8<2q=PJ`ݔ?Rj),Gud` %B^_8<лV1#^nX_ \R32ñ;֌;\5ƕRs|%pok}JoVL@bd1l#V菌<8⍑u*#mC`(PE5JI6$Q{xAwT5#KT-H6:;5TVH+@&=R%G3߹zBf$ ?I/?ac>ɑ C̫T -C=͐b,AT[JGώ[ڧԩ `>$>Z|!2_3JY vY"owc`(p*GKTG^yZTGkLu/Jisڹ_(~Vpccdut_ơiO5(&06 Q~)6 -Dgv&a ؽkIlSu~>_^(1~#R! %xrY^6Gb[[Tb4Y#\r 9#;[EZ\[,es㇂a#8+?]Ig3Gū?R q7GZڀxWP{͉Wz$MgSk6B(l6j!r@{AJ],+x<S&"n ^'G(>~~z؀{8Y\7 !JOU `EQBhE +q4,~rg*9gǂUa.Vnvr󁶆5ή}v ;3z_}| yPnB -pYЩ` { 3K:5H"+#Rბp\xW/")0ceqoGX31i+H㻏qCNRPKD6/N#l3DaxUp.^VMY ;`ZoS7ͻT-zT4p1ssrESӮxM5Xu?J' %j pW]2$3,wM]Qwݤ*"TFPl(9ITۈ%];]g>S -䩳ks;kue * CШ`vTOj`R N?r$UҴrȫf_k'xmʎe Q7BNS\n-8 q.J"}1!Ւ6a2VyRZYF:Sgh#Xi"k\,pBI^$U֗Q<{Y1o驶Vi,;&~[2hP1Q3[ =xgG5Y[wJᑅ-܀zpoGZ!n2cY{G\| Ix6{,/x(Q8HŲ`栉^~`di -:B9/JK4Y˿QH:l~ШV;g&*@ܢT;e.bPxэ]"Rh%BBYBRol^ Rdz<$ڸ;GB=O7MWp7'kv)TDRAWǀr*׻ZlgK|f]4D[t:iayڊ+\yf&\"h8nEXKpgI5q!~:y;*@_zRޢ+k:}ڜ⼤p O.e6z|b ?$5soh/MpuBiqSYUPZ0A3tgsY\gW.A,,teT b3=v] -41Kh9F -H2ޏfImNMTǰ(4<=(d5~,L\&}S"')"aBGuEo.juS8v$\MbQhB CJM~~Ny(B&Q;ٜV*@#HƖQf͚"sF[ApGƯ-;bB]qZ]y~;Ѡ(e )W_6[Pwzz7!EШ-LA>&h,olNå%@@<9–Qn6A5[uD<kh*WKضc]o>Aҗ5^nGK{O8ki@Q9 -#@WΕ(&/ -9ГYX -th/9j5-V f`C}Z**md41oUb5F$h Er71gC~l[B;;ƀ;ƾk>T[뱄w",[)A׷ -I[C3wXC7vr}W* d^s%kh#[Záe\Ո~bs$"u&Ѡ6Yq-( 3SVPSI>0XFԧ9iXN#^SxuӠ;멞jZg&TCtE~|~F6CɕѡjoҔ7Zkĥ0 +YcC߫R-״~+U{|ͅBDw8RŇe011k*硴{c)RE5.IwU!OU}vQk/$钩N[YQ-R_&i<O߲2.. (>R4+f1$_:Ϻ3s,Y:m.n.og*Age']?oLk~8]o{wDCnr%J&J_kJ[uPJe'QA~O*Qza ,hY6F޳/Ŝ3qکVhWm#J-gs0iufA2ossk-%wX16ɻ/,ڧ7"3w3q -X/8+=IycGuUY7=:G@]ďۮF<.+lgݙo:G/{Izrt2⺑kJ݅xwug^Tey; MUt|!@Wf VPSâ6>PC7#A0E;CWԥ gJ"؆Cڐ0&@! Y&%I-Kdː?zR -9spi1)Ri9W61$s BH {;[)wu v -?͋ H.t\:.9_v!ש콟mc1޷w6[TQ'BS| -ѹ46K\Sf)` V2OcqdRj*%ـ1ACTgf;@%v<(`ګf'㺊+R1+/סV}:'^SSltcc"FHk}SU(*l?AA}0!=ntкTA?ɝA<%j4/6腇M:|fF=L/<\5nDSK~6P,q3c -^~%:+02rvgXm]Q%'ᥞAVq$!Sjrd`@? ԆQlN6(o:>lk0+A $ -gYͮ ?HHQy"zs";|zՆuN[^m7]ǘJzp iǑ\&7%y{Y -tIޒA;.z8Z P3z55l}MISV=YO.X4Os+ N%ʎO!BOfy|E* -3S] -MYP"v%mlĄ~=.1B#6's+bcW+*m=-wAI$͟I˦:X}[ tJ6'9R;3jLJSYw!MMD -\ʊw1(L G(m[-s2,/bV9  7 Lad{IC"E$֪DKd@Ӆ)jHЁVW[OwYny>Du~V3(a -qX(I_hB8=ŽG 8+[s49vrɻܸD؂b'@0tM[/{>o$Ej'ˎ?РǚO -^A( YmMt¢{BNC*Xhʔ{GA( }C -qक़9d -kS O7}(Y)Vd<S\NzugWrz""lkpy)_&v6g6P.>Zz[cP귝,:`Չ,@YtA{»rG=Ոg2L_k lǎ\a}'6_[b^ I @NCS˧cŰ 0Xm<*d,||KA W[>Hxme4|D sؕzKX/4&d4$ 0Z/N_\bI11*a=U6ys ˛`i(2) xʭh1֏H"C0 ͠l)Pד``;~^hؕPYCN9~+$G^cǐym1 AIv=I!EVn?PQl? 11ƶNM.~}-<+;oC.ToC]0bm(؅K /'rjnH=},RNʍUQqqA}_@Š詮%zt+KQ^[Z` A-Q -CIi&1<ťd;WM\IëVo֫t=>XoqU;uKcgu.Λ:0*sv)![oKpvȧ b*-`]X490taC4 BC9.:ẘ:ˊ+ jbpK530;,73D6KoPTZ9^dѤrW2Rs*U N -, -ĵ#֩B\1E 7YtW* 𷘼"߄NS9u88=S] '*҅p DO:5G@Xщ ];ьa}7ck(W\:i.u2/Ifᬅ^dˆ1XAc/3,2\/y%y@('8JN_G."ZT_YMa//ݝ[I1qzT;rmIX -_M % $JR}8)h:'}d.)3%)o4Dyj\WMɨi߸"z8`4D0 }1Jj%f<*]G^I8N d(Gړ`}O\vIV9=$Q -M?lB)W uܫgro$+t@  -2GS:({pGBto!Ta ,:{(?qVӿgA˥Uh -^Ldss댏iK@}E7>qw=;Z2$h;4LqhߑZPbd{ŘMC9\sl!`} B.EFPf_pёQb0+Q\R @Xu2$/hRZ\Gx18%t+935aXKa-Sra8 e"tU>.%h+X( Cu#(4L:W3YKe =yNFs#MW8 f$=Qm܌߆hBjz5g֑ZAGcPa,:~hתjj@1)_W "wtfu -濟H"W֧H6s,ߎ҅_Qcur[5\fgw?7WԼ8j:zq\v4s-G|4xޒGQj=7]A -mJԣp<.Wʩ_ڏ63rK3yq08<-xmij<{x _У#-ZW'׷}Q *=l={UDWy֜wμ/ϗJ;t^{(Bnc{P?gKpI. k -6C{ڽ~NT\Ƀ?{^)iXNz7 ꊹװտ9ET;$%{p*"G -tX髌9CO[u) QQJ4&SdNv}a@S.4WRR |i֊8ݹZS_+R+4qOmg kCca }ܟDAJd3KnpK;u.AZZ*JFt!-جPDZ' -g{5/`r=sɴQ2/;mHeN ވ -tHx/dR"5@5z/EI6PiXF"ܞr$,3%ζ3+/b(SdJ.2 -``j1yG52={!~EE$ jb`JMc ӓ]˽.WOQG -HӥIrfJjRt}B̯ 钶 TJ+ *HZjk& !` .\pD^/젺(θ#Au*xluU/PQj8ʼn0Qrũ - h>41Nޤī@bǔd*Քha8_6Վچy8B4g??瀯D+Gtml.ܿu}If+l!f&׉]Kkoi" IDު4f' ^qE~L=̅CeܖP܁QjB: -P s: N0#wY`^y/@.%ɺxE7i *),&OM>Wy&\:iY^'GwQgV a02` h +I/GFک-bS%Oĝtn%K! S[` -a8ThmrŠ-b_E_!Mdl+^gZf! B! xE,X)QRk?Z/:3$'ugӚs~<|](37v=_%j ! h2woLCj44ǶG^nom4pҐAaٜ"!>A5 (&BKǐp}v/4HbG2P-ڰ7A0:|6gA0: X)]oQ*]]_X=|xp&beNq+Ui|X"N4!JE -+ -Vˬ^- FP]b/<aEɯа$ "!CB( V~}[ʊb fd 2S/++ -+!CwY]&iߕp-Mk  AIo 1$ؠ5\6 -:3XbP<[Ӵ܎-9?<-R=(}3-p^5ӥ:hU7vgY+VGE9;*ߢ.>&d6 \J@P{$VZZ+0|2+ZɠvD-_w "}&"+gAt)nAQ-TobkZjη>tuL*5'ѵVzj]àXǨ$Mu`PJӼjSM\|Eߕ;//IQD5et -#3PF,:| frdw3{f\}3"N[d=oDJėTcAR2{/P~f s(0}}}7{p>])R7V:ʇ0.id _֯Ͽ -uvim>w|n:) _Rb~;Iy-R;+Q++'ovJ -qWeƨ8u:fYWZ_l)-RaJrV'M %B>7SCLɰwluZi(fhטhLD[ܛ%>}`0=x0^U2miԌ{| -R'약 Œᾗ0 N%z31f 5 7@zJ;?/nԩX~dJxGf抂MfcVsK{A%:Ij<Jʨ_K-эS)[ L*DRcj Ԓj0c{R{#':`V٬choNJr1aǺ1v>`6퍏Y~A3 r‘;<$2btM_:LhMZSNLc\ ,0Rkj +e [Hґ; endstream endobj 87 0 obj <>stream -HWblDB -PAER扈D'H̙xLnXOqNAOEfyJRB8=;wA U0-WyflFdS ݴK 2S<#lwҧywE<\u%8)}T`ŪuOLYۮK+O8ٝ&]Lt \Ӈ]/F"NP.8"DsO5wÌV2ͼ̲&Sn@ECQ:C- Aj+1 3ƻcA~km -vu.4e/ZpFmwT`bcR|T]TU Gݫٺ ָ~V\豔; -%ƒŊqzfg-*QEG |hQf,w?B7@rhR_A)-'V ]pٹyEjQ&bt˜eOz>MUBQ[ 9S,2Īs]jgn"w-1ӍەU/bg${:D4#rEc"Sj\ jΟg>a\:]܆4 C1! Š2VՅ iR=% @Y(62L1`p9G` c찂U*AXEl(*[Ku[u~C&mS`9O<}EJVEX,uZj6YϧcSiܝ!ݠaiE t11X2%RWyp2m÷w9)?լۻ Cl'X pI - RY31~*GƤ^ɇ ?zq,& r߬ur`Jp?zw;u -^&1%AZf㩅$[{H2T1d? A\˷zWexg^ *NAu*0'uϐ>R|{.%OK/X,Rr -Ƴ^n(VcSrHLsCptÅm]_cl,^3 ^8m4p=(ٗGUE4ѮԅcF줓vUw"qLқBw٨kVʹ6V!FZa/EͰ솀\uߒw%l_EI~(}*7,=Z991 f7pcI+? @W/Fܯ܀-[O11Kg3\`s ,Y?1μVQnOd4  b|H RA^W SxPXXj<]z kѪ> -Wg"%Ȑ|4&}ea#|leRM[4nGHa?PSm;=.?xxAQޅR` R@`oetDizx}&+]aK^6\<99Bpm-z+eĤΏ㘺!j;d~]ju!!XDՊ=bWKwԤbuvT{[kz < qHPS;+E~;1oov\IPAƼ}o +\eQOw78d':RYg0IIHF@,GA=Wx3kzvUͬ"nj+o Y)LݕC,GE-iƪ6߁n/? ;.spVGO xR.!NW9& .L/?ˈ<#V wgV}հiKydoFJQRn/qT,*<7KJ,;x72li~(󗹀K0ې%2L Inr%%`*eUB@ vefucxnr pi2)fG˫qyhybB +Q,f-ĵ RMpB*-xudX :cJ7)E IEH43eym)dPlwҲIVP1  -Im@ 8{Z1ؐoLlQOq. jN~@64L52ڟ}ӸL0 }oߖgb#D*/ȯƭfJPR*ՑjY|m dV}F(0t7d6ӻ7É PoJӁ2F({/ƉCҵq.9^AC8B3#PJ4A@X!kZ} -A8"A!, 8U= =q (ؿ!w -Bq @WePpuITgpCQE݊#0H'h}_>#N05#r L F`ɶ G6&J $S4# aXJ1ל&zoGqD[+IrcN)Ơ)H2q1+,?Ƙ3?Ę3?^YG9ؑ?`(bf<T]|n[+?f&wԋL]N/F\_KԄ{<6>=5a>![~5?cK  .y-SK`+ˀ;Q!s,jբh3 7/G?3T*2bQfpCcQvsa% -UIh_!w H 4$#5y|LQ} N-y\|򤞉Bɇ$QGe2ߠ?dΥSn2y._sQM1׽7屶έڰܗ+j.Y)r!T>^c^ -Yѱ5vgN$a@λ ) !Tg:p0,up $c+kiuOW׼4UUzyO[Iƥҗ)H9JZWM4D9a̢1AG\[$,оyp?RIN]H4ǀVq\*<5q'r,ߝllO&\4@24L/_/`٧SSҷꥯXoÛlz8Rt*%dޥO[E[5=y1=/.W. z!>4 H?/WŰѻcM4* ~ ~M]uzٜtK҉*5' Dp#d>rV!vK@ (Oތbd ʼdi7#LOna\r'߆,[Kkj43 Dd%HKsw/B/^Xc#չo$69A+Ђ |3ApD "qXͷtW%Umv>om+KjfKH(7g_iF6*UFzl=E y#1=)Q0 lFQӛ [܉>ehK:"L6l]6s ] - '7nW\_4^Y e-{7.Æ@4){/o_ueEdFiZf-7R*0cJ-N3& "á ښԓ˨=U\,g7u($2Y2i5`YXlRE>>vlOy0TRQ}le,+ZTvʂRL2JC`.pHXҶ!#o:U D\DEZUF .7,,o$GJsa敠in֡#>D,'U|>h[c^1u0 -em#5_,gZʑz4RӾy+W%ZMjr9Wo>vkR%4,Re -Yҭԕ%yDН$ 3*(d# >$9˳XNu꯫kh)I0NB괔uYuTNpǏpvx@z^-qGuT9X3|T=-چ*%K+5cA%>E 5=о7IfR G/]Y-BuGzsY{g*qީ+>HM{AA+S7Ȯ'FھQ?5%X֠G>KN14|Vu'6E'n.cgRՒR>i0J/ -F]`|_Ŋ[l+u{yWXz8Q!cZFr *'b -;xNȀlα8Mh}#!5 ̜ʟoPq/ 7k%śaK{^ƖTҰ2Nq̫,F'>5D9Al>2䟜 Ƕ(wGu؆1h'lsP`~{㿲V_SW( n!ZXnR76̒%m!NKYA7#i6LN7?n8!Do2"jhMVOfDt*ROC/gW# -\f!].$҉ce]4)kӳen}(Bߡ]484i}eeDU`l(7Oc73ō,DL9(:uyQ{!ru#=! -[f:"R1 B² 0]CO$xXM`w5N`ZN"ީiz& 4Ŏ4k @gDz9?SĄn|y!>'ʄu|5/g{+ѩL8E ];L`6(RXCHr.癑Ϻ˹#Ž6̳&l>Y7lTR!5GxWrbg^iK |<#+_n:tMKeK4z빔r0#Pղ#q؝;lRdɸV H/QXAlw7#MyMWZך "ZXH$IхY\lrgosgCڐ εwZ'U;{qLW#ŻP}`MpuMPWLvA^tĢ蟲ǡ(&3Ɖ+HqDčh_\/Βװ4q\JE -$vdv?ݡI'΅Y*~42bT|Tc|p?{*uuzb'ŀ(4Usf2̆.QwjuLe\#(f/$ -cIm!pU;!Lf QPGqB8>!S%h{]1Ԛ6_;gt/\).ۙ^0.?8??ʛ?t|;> 0=s/9IAw1f(L&#^L]d*rg/.$>6*Q^WP5+W3m(J[r% (2jVX<5]WLi$DQej4XF5Xe*j:d58¯^1 AO _o&sP]V-àȦD[bb*+m8(L܆@-q3B= 2>=ED :2U74&d`*\Neb_:]aD|]0`2.kel߰ho6B(ts57YȜje咮j ux'Y%+G:'5t,EV-چWr }mw ˌ6fq$%Ԏ}6ݓX'zIG,Di+dgd ʹ3o`䢛|rQF]LjHP)WɠOjȍ\ZwځpQέA(὾k\޵WtWt[@8;9j8;I9r@QYΔ"1=E8 hтq0`1麐,ƛcFBT.NJ*C8(/h|X_`0g|(j1p;!mf~R]݅q!4.f= -ߤ|+WEp&P4Qͦ)40RHfՎ!6{+-^ YFWӠ$-tue(cS3aMV)GC[R*A󒰝HV̄:3a:#H s&|LM{/u0^̴*3*Ыhj9{`UfU D_~;3yL:3ՐTCٕaM//`?"><`>bՎ!>.ZMHh kՁo -t<^p@e' Ծ"v?\jpH吝{Qvaّ+7<-X}*1<lh$7g]g.IDC`rĥjr]9.[E qRRBnmh|1rʲgF^lyӱ?5tOӴ@~/wΏ6} _ksKn,@뾖aActޝWFqo $H_F/@Y/GltN<;; ³p$@i4VB#6ẑލN)|+(zaZ7pȉxS!;]l89 "ڻWN5ll,"슽sWa<0?f)I gm񍩫t-LmsyC23e܎2F@#0gyFw8Xk;|Gxb\'I~.W>fu_0 Ȅmcx s/m(k̽yPd/1 =VNO_tQA!rYb\r1IQn=Vv > :j&"dlnk؄L8LȢ;1|.ڢx - L2sO :F.% A:!bԫkc >rMm\mBѨٺ3^aDȂE -mL̆ydX{?_ȩ r0{8Vw.99{>r-5ʮZ6 -9ic -2k &dJ6\a~ e)84i{0t%Qu -jq;c8Md=Wv^g A[fEAt iacmhKsVYR8]p3w$xn˰?{A_Ffb۸ڶ~g?;m"܍s7xWsG5*3jޠZJN:7񄡛(ٗ:o1lbJ?wֱ_lP}ym?]St.$zֹN26[Tc-_+7h4SphN0QOɅ,>àK#H_]++2AacJ>Bqy6WQ8W\?^TQ*\&B^ {*JonދQ)oDˬ?K_˝1w>`߹ڶׅg?~gXprc?|NJz)۬'ө3] 1'c!]=!=viM8c:Ǒ|!1\)=\IKSk +yu;{%d'H蔎W$*~Hvv;gj۞?if˂')`0 C$w.r˗_><~~a GЫrT?UGrD؇rC'lXNBXԢ@QbѨ˥"##_l0̥nc{lpۧ)fV9֫NOj%2m[Gq;0ib/}bζ;W`w&1Ӳj`wEĺWmXQ -$ è0T}lgIab7'9,ü۫~3%%+Nk]1={-Yxsg̢1͚Wr4tL\\uI:׻3j0r>v0aq a qaFo/ #JKwx@]>T4Vo!&{nzyv*^FL2?!sVKIJ9NhV Bm瘩a8l+CpF:*͡A8E7С0,:)Eu]Ȅj gfQz8qyyI%qUgzR5svu] ;ݍbsXyW5a>!$^///48 te>0-=0IeO9`dwm(βgÃCQV:K*L8_7pb7oWvgncg֡덷MGz,uV]lhEh2KRZj 8B-_dNd/rop5޻n;y}Wsq-^{jv."ǐM*JJ\KRqbyfe1Y1Q ,O2UsFkǂ -9/j +=H_ W4 /u'l*p>Nĭ^S[̰PFxj.!_\Rąt޷K9|56BE{A"2U1aWjY)VHnLSjNvVUx}-%= 5Hir/+jϰOnYmϲנ!BGO>>rhQdiEJ t"l,C |t'+y^1]J:*bm W V['EyRuJXf<0|1 -󻒰 -a{uI -I`MBN.H eSYn2޸#N^&4E o%rV.pڵ[YD"A!  -nD/ Jz dZE\)>tGt548a1DXqjy/P#G -MZJ"D51^:_k 56b>0r}rTt( <=^F9H}Dޘ!B< ޞ{V='lͰx_o翾y'cغxUE!_!ӯpgi`~Ji>8'8!?Y3Oͨ/cKIϹ?zT谯Ӻ'vn@&bҩ,wc.s(6ՙ(vF8n3bq4˪`)ƽLrbWJ=H% )(rwgEߵ{ԟ;Oѧik%AP_J]w\Y*u/(˕3r+:MƮpyY~ǷWo*@ATL%@DZL%<]pžMz5tp?Q"Aםm)$!^,CqN78|!òF:OqRc,?'"O<HkVfip xWR:{CQnVd`E2a&F6ЍȷA+_[}3{|x|#*jRN:fpv0sC+w}E1"DR'JAQ f4viC ʕ&3PǠac w:.oː!R.ٛ"w!'iNlH: PQ -]ZXQZg2){Kټ40 ,e>-|ygv )(7;B -]z')B\C /r mbEhZf}qW;ԛ//£$988р nCoz(3L3Ut!"Z[|~×2ik@< oROڧ= er&Vlձ_Y!F|?=+^>Deb8K$Xex˃tgqX,:Lw2[njᗭjy Ǘئ}lW.We7h%񶠣k!gQϸ|o ̀UEx\jT[q\0Ǣp,(  %B(kQXRm!m{-;C' -+ɾۢocھbqEq+zDJ]C !v@koe1psyKK߾oyx~KϮZub̚GKh|:"gtlxse:Lrj2/=LY <\T8AO1zf/G{\^p!=C[я!1ˈӣDā[9}M = l+n -oLOlLk9IZ'=ji|8p;Vf'ofjTgJTqGj }ļ@e\j?ګ9܆9C$HwI䒜TvI8?? fkZ֌JY = ՇRmAj R;+ -xOTf7 y>= A_nsw~ ބhܿg-Sf&4Co3@=]n"JsB۩.!i<@i'Omƕ;~]pٕ "l"҄oKlq"bll¯0@V:zAՠ9_cȎ;hCQ]DRJ[6óD;R 8"#E=gZ0ơEkȡ޲7|IMy\Ѥ1]g2ks[;r= n]¸EpC7E5.>=ϥ~9~_jfqӋ QEr1Ǣ .ZAP9I !4Mt$gKܾ0tAam8sf7*se 'MCr.aI](Rol!KoEziD -NȦ1¹E~5x]0DT ^?8e\>^(+U 橀of^V(e f+xڂҷުDt:6\Qi÷%6<]Qa966Xz^ai͆"g}.ǡU"t|ۄC1-7A/Sp iAN%%o{^Ջr_JB#)}BtSrԲD]TdZPɃ.p͗b(CN+;/w0 86 # -#Pr!~W|<  _>=y~tF,C ;y+G8uѳ!.Ri 4`5J- aɵq~\'%!}YV~Kwǧo`&L)3^DZst`ZB+cuNuԖ(53fEfƞYee]~/f*z4sonAO=} -V! P &FڎNy-$3XPP+e$Ptuuyu(Pn_[Cy% s)HdaZiFi`y>(ˡ8SNr8/!+PABj@2wNidnIEBs{-mlV۝eKX<$o stw~_|?=гE -}q5Ԯ0&4A:3{;nS'0Po6y1+t^>3!\<ڥ5!JrDp>mz2n <|NT 4$G } (X5|߇tw{( 4e>l3L  ï$ΰ?>+m6v:avL?[( Ki\݅E/ZOht={MɕqFe ;l1;zİYrgAqÏ=ֻn1b>wACiW ̔n7^<\~KLE>=C$3n_ [١|,32D5Mv|Gfk61=?K<.kNʁ*M[pKdP =@N-&(pb&=9(8x=WI瘋dנ ~$_We.^7WES6NTL>ÿ̥  ruoСP*JpJ9V\GYs@vc(fK0[Hsg1~b,&l#=HE -]M`.q#M^3^:dC92zx%s9gâz^d1)m?I @P!ZBܴJ_4-c;E@ipX+0uF[@z DZq4i $HփPay/u#oi(3--^'\T0dˢ'hiHy¾ǻ*z`U ^H Qfb q6sI./qdf8 -_<\y+n/8lח[7b~j0YL>9ľ6J#Y=\âgzmƕшZe!ηW:oVh9ּrT4-W("IV/;ʅ -28'3 Aӂ #3G$T-Z-.9,BU ^R&]7koC7՜$>h?"+.g']xkoʹG½ -i:,A;UT}t 2*c#8rh y`lHJI=N<|v*V2q-ڈFxtFO/ &3He*U c[`SKslcN-Z 8MPovm8q6v t 5(>⣀COiF~Gd~O:@Z*D$6\ -eAEZT  -xr!#qAFAuͥʺ**S?w-O-[uA=Lj\rte(_l:0h|5L4bDxf^rpu/kUT1%]5iCmjyVB5 ]MQ=vX8Lj]qYzxԢ oeR -C}@d_ h[K))URB }ptK)iΓ6k/h`&7nN7R$Z]fri& ۤt&vxI#p~xm<^"n&mFv#>/mQ5yr=iP4v(>:tDRh@7AqÏ(.21ѭUG]y^_&L 0a32E@֤?o`8Vgt-CWhwD\BS2lY"#8N": \g2h%;^Id%ŧ)M%4-8O]&R P]MP[RоH*86w[hr{WZ QE! ,.)7^=ж>E y9q]Ab,H\R~n9PX5!ZeD` QXVPR ST#=~jnssթsCd1Gs?֎١nDw*h -Q8v%8.ÍL^8M!ZNJ"# [V\MuST C9 )dS#;d梲b ֎sH OjUY~7ӏןn~op 6QKs4 @KszP?rh2b:CL'\4Nwsb:CLg\18CL?y`2;}ḠX(\LgR~ۯ%X9hvdi9sjaרZ1PDy^$!$Ѫ-Ud3 )I5R ߴPX'hs)I DzIDx * 7׌Ae2^Da6c7 !KM˳r:F<>^^jC9tmީi$<#]<ӌs0e[q2 -7跾 :;]>Ç~z}Y|q!Z2;cewE3RJ羐rZ-mLrX4z ]̙j(r<|՛6{7ۇn+ dHkJqR-#LWyYTusX7q}dz"kMC(LN+/1TnRbP^`,57nє1 :KժꖈG*B>ڙ>Ӯ1ʠ Uzd#˜1 ]4:t(~b@05LP;cA N>6*]_S$>T]WQjQBC3vxnnJ??+1* -i;RڡsgDh,p "i 2%b} 2;X -bm*oM /W5S#{<ƁR7ZdE- 9!;qL9ܡsBdk),nO}5- MJ+&5LB91̋E&R 5'mŊybyǣhљRK &7Bleev[]JXb9ȗEȾݽ߼Ϭy$faMaϦeSr 2ϩ9Sv!MF1}dx -sm٤lJ2I2W*RSuiY XLx"1k F3aҡLneD](fu!Ɍ&!+AԹ;ZS# +Q endstream endobj 88 0 obj <>stream -H̗nEy I荐i`Y%Q>kWwcy3uUz돗㣧zwo?>˯9Ǘ</KK1Cn>_9}<ߩ[gVJ -3 siaX7~yuK[?^oyzuuw_3_||ߗ/zAP_]?/ro^Ц7Xť)v1<܏Nπ`;=y?~0ESsH,D~-PJI=O(^lJ]kߪ$JdmbQ!wfP@?},˒|luN$}`at)Mشn.x}z -ѰރaR sJYǘejmZ{7'rC0 sw1>̜{$EoKWLR.ù ferRSG1|}x0F)X*B -gyd 3HsO4, :Baqδ877X֩xen9YB/g5{ݯ.,ykI{Is<:llFIщ#αK6T~\*H+5H0Èߒ#QDΌxReӔPUlbPs'ptiP'1 -d,0Dl$Ν2&HKsѪa|5ݤnʬ]^XG#ZP 5 1EXF9Qt nZ~\FTPiT!G:uA`*N yd @ ꡮvƑDL*+e3|d4sqdm4??1ͱ"")2hr-0}QiZRdx~R.pE1y GGuꌊT)PErݣ{sq$UzTBmY)Ewh`2W.1[)y0{Qh8Sb~y7R޳czF7Ɓx+;Cźfό{O|2^Ap´5!5Ƃ$[P7 <t\A;H*ȩWUDpW]mp0a=ʞ׾=L9uD8;ٖEd3Os_Tҡr^Jf֗EufK|J#"2Q|н*=I's~4|Pfp$fk@kPNp&6A}p2;N3C8Z_r[tmj4"Aҝ8GI"a -0ddhBԾԄDN# HD4UEۀ A?#uFNdhTz }N /rXJKߞ+<6K gy$O2HykVK.pD3oZˢE9\e0~ͧ( -Zv?#t!HIe%9ވV&fCN˵-H(ɴ͊~2=V":Έ\5DAWnYA/fto=Oyg}{Z&=A -J1‹JHN&:tRY&$}Vj_s%NjDa7B@{Mw1'zkSn|Sm*_`i]ߔ;5-Zl~ijg͝WBЦ6AQpPŦ`V$K)Xg.S"ca@߿|t) pIMmVdmRP*=`:t#چ֖áJh.X -\lR²U6х)Kc -^Z\CeM6O[{.M7žqI WN̿n[!Y\ce=siTЌ y4u*wͦͮY+)"Mh, QK*(~Ii$mnHS-?mQ2%n$Y%q*5ڬa+ML4z= l|e]*6icQ3c#>bw#-(kדT^T'aC>BTLʎcE ؊1p"v>'OSӲv -} fiTa4:GUb;гS-Ge`Zߜm6ہHC9L%/Pn)TeaE5;Z({f]=Mˌp*p4xXrZZ*cG -dLRr>wTqfB}'dj``U׶__?e.?IAd[ ` -jԷף8-v&s`UF)S-if| -ph:cvnoBEE%w(ir%ࠄ&]n3z>r7.y;o,vKyXBIb|?gz/gRD]fvY "SZk\5rH*x؋Y{CmxW\ -'B1L03GQ| 1 +NL"bu˒G>Y\\a慊S& %H'U&,Koi%jd`Tr)8qq}1q#[ |=u AϴFAW%0y m -r?*f|?۷?Es)<D7 r8(\-#X}`9+F쥡J G%~*.M/'S>aGYwgZ))(>'Jk/eh fnh&:Wy gƚdѳGnY?`; g1#o!3@yd \ˤtl$C.sʍ3CgC n<*D4y*(>Œ^WiI7MlPC&3O疫} 20)"ي"Y}MrC)ʺIIKzB.ԂT#-g-ˣhAR"R,,h|22p̵f>1ѹV`xHKelS`bG١Jѕ 0 q3Mgի]=^-/f΀Rc)EuAĴ0 a -k adѹOvqK*|$TGX).Ho5eƩ3 DVW sǞKņGW Y.[v-T#6 &O h$D&H3iQVj-B!C!Ӑ顚'U=⦧}vp dljH;=}j.=BN'dM]nQHq-/yc&$/c<.YKP$Xhrimh&لffEYs_cVj5̭-Qɀ91ʛ4P-[-dg +%iYcsT5S[=3%zGljQ%|=yPsuz͹{j,a Z{Qd: 9 oGbz~cTscVt.Çhkqի5P~7OOɖ9-g8|rUid ih4,: n5u([} -y6+>%Bͭ[*ZE18s"K3Ъ4- ch.! - єM<ڴŚF+؊vx [ VΒw?qے~ۗ?_QCn[5kʮ+!6sn-;YCito 9i93o,,qVtI^_ށhKTo -:a.wj E{ M(/trFW|qZJ='_|jX^DH&aLKKmhyo1 -Rzv 7dOwoD꒟U=jВG7XhfNdŷxcG籕R8r> Mk8`#ێ v9 -U0ꢈl-\xv;=y% HBiYVJVk&p -[8rzim?jbPn?xҙ8_ʔ -cjyXn=ķE.qͅgnɪe x}gP+ v95_) oݢν퍓PG|?չ>TnzjK_OͅJk׫{@Z.?:14 [sYrthʁoM?=|m:y,u/?p*~L)w)]MٮPv|~ qfsэA1(r.m $.T(ui^m1"$Rw׮ݗ|!KNe9-Tq!7Y~??Q_Ʋ)T>8dc /)},j ]gոӹ2(my{X'ow0C椛@r -ضVXޒ.$&e aQt0yLJ9hy>eQ?ki㯷fo {8@75r.>rx(kO;(b{|4#Ac74k ;I@@0f8|)Vdi)^̑l錿NF{4bOn-z9ʉ Q6#K"j&xs۵ ymLi5cϜE=NMߙ]˭sԹ.njnpp:[;4Ǐ??Z}_|i/CmДlm7=a hru~yw#&i \:7B-VӾXk$umLi_{ʭ䕶2NZ=^J}$򋙰rڶs9c˫qnSr}53}ĵ[\+q-zW[1q;מzW+J,IǞ:^WnLi_pk:k~5+wWgWKl 5z鐯iW=G~~?r9#7m6Y :.y8b݈F"sd[ -.4;=(Isj%R)ΊY9i*b~*udI*@J메"+MZOÒ 5S=IGT5XsFߌ\9$ ʜ -<>ѩT6_AR`)6n/uxpI4̲T_W–J؟3<fRh.\ ܊m87% >ڧND$D~=T/W(_CA>!kPR\2)t@7^EOkF FA=/z=5Ty~ oNe/2MX2V=IZ\2(*JS)f%DkwJN64*UVʂٛZ B>{!:)ō`TZ~|izBa0nLu )c&ҝ %]>yaxqc(gd]d9Jq/ Y2.Web}) w!v]53P$d>wJKYvEysq=DSD*SBU|cJS`aڐ'jf\6Ot5V.j0$Rm[5V3JNi)ʰj~p?|6m%,EZ6z崩P{6C]#a :oQ(X Ps\(9`9ocϹ{↭9 -ޟ\b|!c|Y&a ?1@^-D)F:Bu^ soNd޾Lڋ(Q{tK\ @ΛŭZ=mkT3T9lv6e_!>ؑmq 8EѺN_͊YQM] \wG)<4}zTcX8_!hj_?+/㶊T{< vA6Jwcڶo^1r(C.)@r6dA&T`<]c $38ĥ)V<#:2Mr(OSw'&S*?iځMrRܧ +FrVxeW=QEa-K'oG4aH^V 7ʦ?6+GG'I銈._♶ueE313cOfFg/d5L\<#|֟\z]]0&*2x)2nA՝ M}i{T8Mf9wr0> QVAdЕ}YD^A뱥_ Zpy.o] 7&xhIT y a1o7a'n|BS^/l&gJ&: ?Q9T )؝gxͫ俿zyĮo>/77_?<\pK|c,[?OpH?]i-X\٭9`9- lM5 P{UpZE7QXeV9(rBw.@ 4fH95eZqLK՞X?KL@K*u 1j@},ٚI I@IJLh"J9BInS'--@14ȸR*xZx^ lK&6TPV,IXx -,fa*Ni&nGU7CT۴1m(0V:"~Y%:3V_~;Ϣu1 5==¦ԇZALM.O(mi4%Gȏ*`|*E0iOV0 Tdo A3ʩMCn# b Ұ@KSMWUح礿S=[SݖޔAwMGNYTb^WFӎ-tvl$'BQYjD簚2O);D 6>P%ԇVȈ  eA1K#"5HJ$őo:?iƺ$ ['SS~pXC;幨|pMū߲d9 Hc|}sƚ}Zԕasy>/U獃ÅENs)H1`Džc}Hz51:i0DEѼb( ?q-_%ͬ. f콢nqe1тZ1GP h1H-q1^j'_F{wa{>[H[XׇWOzouy{J{"z"l3Z"cl5h yTMs -@vـh9*z\̘|)m~jnS͛X[% K 8Ek=@suۈz#Zo5IFԛ8)[g| -Z(ŴўypHQdC)3ؐQY-\QUR #8,;@!h\jvH0ک3W(UZ?U /81J^Hj7p$ǔih;-b3nYDz|w/%c?0N?m=-[8{L}/߂FF§c/).o_{#!uOk'#tW |^Ds!VO8FHiiŚɏz,,b7Ő8Rq>Zq9vӲ1O6GyzQ@,*luof7u_h$-q8Z%xikF>-F"VEInO} ~̩=kGQ+TȦ,A`08`o2F#`| ˦ZbFkŝkThTUܞlCVD>RSN-3>X} >:Z6jW5,k&|ϸ"U*U( 3/O@ VMݔ 0QAJ'VE= s -fJU]wN&='};F]crU߿#7lzyma@x`X="DX,ҋ9$sr"S]ƄkCʴ 1MgpмY-t #‹Ğ$J1*d^/='?,R;rxJ̒Ax2/X mojiygu"xEe.t:bRl:@r"Ed ^_6D6ah:1e&&To$N-9 ie3J%}9IVb$ ۞^ ?bG<:lݧT;JBޝEb` -,?±M}k2Be@2 OaZyG'@Lɹ - FCTȺo)AB.V2&&5p2&F`cѕb -jTtik|ۈq{ [5xrer<}~xr9ƛ"S W6&Cȹ G۝)(T$VF%PmʇhCqjVR, t5$BM`xUl[< 'ErVEuC{W?,h.dCWSDќ+X4Op1`;g7jմڭ· GɁ;uOjAj͐RF|DOb"l²w<:_/i D.dž}O{J֑\R#ڌ0Z- R\g²`Y;7_oy 0Njk.ʈTBb͌DQ6{&EQou[vsqk -kZ3M֣m*[̴R.]X(<Ҧ+QFPV|)@*,U5ew_o.&*f((3iR?߽5a﷔nIEKBAEh`Ѡy@Du -*X;RvF@G`*ѳ+]Cל `[(æRU~>UaL%~MZ]SB] iBw]T0SӢ_r@Y4=bIK7HjqT>.Xë+/} /W }~mPsL] d )|r_eۉKR.{F_SDs)@{ 3mxfv>Un;  )1 whk^Ӻ$vw3><"&zInޓCKޡ_i^,;. ҎF3 GST{QK9OSp*b ǁcXfO'rD(tx Դ?!طߞ_^б?=ܿ~-ʞǛRFЬ8K!fT 9P(õPJYn qCPYw0 1cb֙۩O]MlیKpLd&p*7B -](J Ȯ (̳4mU{hsXUiІï\XA:%4eT]U&*f*l&D텖V-a5vXC+*~hC]j B!g{18o>?}j& հ F̚Ed\C6gnƨO]Q6юq45H1~/,߯Z;6[},~ec~fa$Sɫ x#ѬcR9d,}\R8Yv^ms!R˶{H[nr0Jb2z.6{iX;+t.Ӆ5PWSo!9a3qL7:1fxJ:IaL s /h'0L{-:MwjKFδ!̐Rslsφ@F(t*e -d=F dSijҖ~!%иFmELh"E0- n$}4YO:VtAn̵]E\nŢ2I>)hF2`97noֆ[X})>.pv"`"tde7WmVsf];Nr[ݼny62v[ӛdi'y6ʫi'y6ɼۭ)t&E'dyج-z*ˋNmkfwuڭnv7˖ .|*fy2ai1˼ۭnvOaL]he?_~_XkgB6q>6m{chyTC>|M:ŔruW"%h qɡ0A ڠK qn^,[q'IJ$nwE:AwO0!]ڝ -&GSШTR&'5jqŇSK(ά+6F\4=1Į;{TlPiT4`)K5nSGOys4lm:-!)=BEUIZYݎo7YhFp,!9M*!'M,s8a}eG9kgK!/3@)1p'Z /%f/ {e3vcboe7Owu},Y .W!6R(+v3(il"ROWL=O qkvv,cdk>U` nYzQ L_J16hP=LI)LIh07k kA{t6ljeA~?F[CkR2XBz0XFБ͟\qPh ~ZVd.z0/eaeԂt\҇dʎ xŁX"t IKlu@Ӵ8H0;y61wK#=#]L_G̣?8NOuL] 3I!@pmx^NH:XpIE)tcj?̕›u'hFu}սonQMeo%<|؈61J$H, sŖCyyCiM28}4Uf4ȿVH%K\ kX*;܉64\nr' {F&VKswd6NKm۴ΔA(t79" GNS*!|cS6VZۨ\%p< > LaIG(i9/EBJP$(@$ Qp;a6:~ϔ -a 'ANR<Vח_y:aqZm{\F a,%ȺPgCPY_ɍY?j?.GޮuqZ35c̝ȹ#活\XTtz\wt&yangk3[q}u]0ǚ.};EHR]UݴdT1?BvA^! mJnҐtvNPsGmׁZt#MT $l钉`uxQ -ba"7Hu -;(WxT -OE(tGD -Wr4/)d Yլ^{a'L x>ݤNv,Y6rXa*܇Qc[BydQlQ2AQ qMd{Paw 7 uD47t緻/'/;}":#B%TMC?})/D^@/SO ->Gi9svH떒$ ds>mдՎmNA.~ΪRlKKY"R8ҭX {okFddv9ոì6Mpyǻ:?-K^>p2·+rwk8?m ⬐m=\zJO?})o?.̨>kC>[.!cٯ}<Ǚ.G#_ŖMJgZէ uTr"1F40C`>oNsOPW7u1|n0R<ontj@wUͳL=qq|fL膇m.}-n@-1GJ9{݌ Malqqk6y݌KYMBmF#@/)q+u`ֲIK6@\qbZše\?wLWM0,7\Po:}_膭}JuAY=ͥe_o^>^=԰iGnwQ;_$n x;09pN_\积Ͽxm)[zh),-%aEFئG-t6#J-qyC%=>~ӇkX¨WR2r81PwMb=`޸_ۿDŽ_~:r7fkZkg 30rs47̀ǻ'r^-9v0s_ I(i,1EΟTjC$]^-+o HЇOJ*|0)u+0C!`x.מ1}_nSmWKb,ޠbj("mC~w]%%2>-/ixļTD*pKޣq_>^x@dQC5qи}XyхB`샢-p45t80,NNc[H(G4/MAW^a) 7̎}]Bb,?x~* DRٻZr ,7 Ynᚒ?~-q$ºZ3p2:\pktut:.tt,U[@ -[!rt- a WjSTYU8ny(VJϙR.NU,[3A!Wp 4ZTDŚ#Un~n2.5o"k),EKq,+ e5ҵSyYh/Kqufe5\p(EJRL^gJq\`3Bu"{)2,oC+Rr`Ϛ.`FfL m!yr/' -N -TXci?e"}W~+'-ʻԙX9C~DWRPJI!8,TYHPlc5M*Ljh9\>~MhL,gX$ٚ ކ &wu$l?cTL5U,6C>TO.c_~ ]S=*d+vXI -u02rQ=>gC۠،˭BP(`$6ҝnz$tïϧ~ aUf&G\zrp\rZw*+Y1yaNZ칹w[\{bRY6Q=#:jF0ՠ0(II 'cT/!%_.BdJ޲n.~t@0YGE1B@C!SpTt#lCr  endstream endobj 7 0 obj [6 0 R 5 0 R] endobj 89 0 obj <> endobj xref 0 90 0000000000 65535 f -0000000016 00000 n -0000000156 00000 n -0000035300 00000 n -0000000000 00000 f -0000074963 00000 n -0000075046 00000 n -0000220652 00000 n -0000035351 00000 n -0000036053 00000 n -0000064715 00000 n -0000075591 00000 n -0000073212 00000 n -0000075355 00000 n -0000075478 00000 n -0000066200 00000 n -0000066425 00000 n -0000066752 00000 n -0000066975 00000 n -0000067313 00000 n -0000067537 00000 n -0000067875 00000 n -0000068100 00000 n -0000068378 00000 n -0000068603 00000 n -0000068881 00000 n -0000069105 00000 n -0000069325 00000 n -0000069548 00000 n -0000069788 00000 n -0000070113 00000 n -0000070336 00000 n -0000070622 00000 n -0000070901 00000 n -0000071125 00000 n -0000071349 00000 n -0000071573 00000 n -0000071797 00000 n -0000072021 00000 n -0000072245 00000 n -0000072585 00000 n -0000072809 00000 n -0000064780 00000 n -0000065639 00000 n -0000065687 00000 n -0000074900 00000 n -0000074837 00000 n -0000074774 00000 n -0000074711 00000 n -0000074648 00000 n -0000074585 00000 n -0000074522 00000 n -0000074459 00000 n -0000074396 00000 n -0000074333 00000 n -0000074270 00000 n -0000074207 00000 n -0000074144 00000 n -0000074081 00000 n -0000074018 00000 n -0000073955 00000 n -0000073892 00000 n -0000073829 00000 n -0000073766 00000 n -0000073703 00000 n -0000073640 00000 n -0000073577 00000 n -0000073514 00000 n -0000073451 00000 n -0000073388 00000 n -0000073325 00000 n -0000073149 00000 n -0000075239 00000 n -0000075270 00000 n -0000075123 00000 n -0000075154 00000 n -0000075665 00000 n -0000076051 00000 n -0000077169 00000 n -0000088974 00000 n -0000107401 00000 n -0000112518 00000 n -0000128883 00000 n -0000132665 00000 n -0000138394 00000 n -0000157759 00000 n -0000166134 00000 n -0000181226 00000 n -0000199549 00000 n -0000220681 00000 n -trailer <<2D9DB16816634EBA8D3B020E54E208C3>]>> startxref 220882 %%EOF \ No newline at end of file diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/glyphicons_halflings.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/glyphicons_halflings.pdf deleted file mode 100644 index 4fa1e4f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/glyphicons_halflings.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_1.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_1.pdf deleted file mode 100644 index 0edc697..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_1.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_10.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_10.pdf deleted file mode 100644 index db8e1ad..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_10.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_100.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_100.pdf deleted file mode 100644 index 7d5084d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_100.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_101.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_101.pdf deleted file mode 100644 index 4b5fb12..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_101.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_102.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_102.pdf deleted file mode 100644 index 2ea42f2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_102.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_103.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_103.pdf deleted file mode 100644 index 1469389..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_103.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_104.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_104.pdf deleted file mode 100644 index e4d50b0..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_104.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_105.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_105.pdf deleted file mode 100644 index 3b7ee50..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_105.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_106.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_106.pdf deleted file mode 100644 index 9615a3c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_106.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_107.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_107.pdf deleted file mode 100644 index 8543bd0..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_107.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_108.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_108.pdf deleted file mode 100644 index 8404ffa..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_108.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_109.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_109.pdf deleted file mode 100644 index 07aac1f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_109.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_11.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_11.pdf deleted file mode 100644 index e02d39c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_11.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_110.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_110.pdf deleted file mode 100644 index a5c5cb9..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_110.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_111.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_111.pdf deleted file mode 100644 index 859f454..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_111.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_112.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_112.pdf deleted file mode 100644 index 0274ad1..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_112.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_113.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_113.pdf deleted file mode 100644 index 96ae644..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_113.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_114.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_114.pdf deleted file mode 100644 index e96dd70..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_114.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_115.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_115.pdf deleted file mode 100644 index aae4dbb..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_115.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_116.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_116.pdf deleted file mode 100644 index 8ef5d68..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_116.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_117.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_117.pdf deleted file mode 100644 index ed3d85c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_117.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_118.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_118.pdf deleted file mode 100644 index d9626b5..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_118.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_119.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_119.pdf deleted file mode 100644 index 18a0e92..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_119.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_12.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_12.pdf deleted file mode 100644 index 415805f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_12.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_120.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_120.pdf deleted file mode 100644 index 9a366f7..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_120.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_121.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_121.pdf deleted file mode 100644 index 5874f6f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_121.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_122.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_122.pdf deleted file mode 100644 index 9dde892..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_122.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_123.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_123.pdf deleted file mode 100644 index 2688267..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_123.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_124.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_124.pdf deleted file mode 100644 index 939018d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_124.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_125.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_125.pdf deleted file mode 100644 index f7cd789..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_125.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_126.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_126.pdf deleted file mode 100644 index 9a6db4c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_126.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_127.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_127.pdf deleted file mode 100644 index 71b9ecf..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_127.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_128.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_128.pdf deleted file mode 100644 index 75f2c89..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_128.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_129.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_129.pdf deleted file mode 100644 index e04193a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_129.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_13.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_13.pdf deleted file mode 100644 index 78d01eb..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_13.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_130.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_130.pdf deleted file mode 100644 index 9276721..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_130.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_131.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_131.pdf deleted file mode 100644 index c250562..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_131.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_132.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_132.pdf deleted file mode 100644 index 5cb70c2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_132.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_133.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_133.pdf deleted file mode 100644 index 9cb41da..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_133.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_134.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_134.pdf deleted file mode 100644 index c6341ac..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_134.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_135.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_135.pdf deleted file mode 100644 index 5e07baf..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_135.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_136.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_136.pdf deleted file mode 100644 index 98e6aab..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_136.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_137.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_137.pdf deleted file mode 100644 index 7fac363..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_137.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_138.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_138.pdf deleted file mode 100644 index de829a5..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_138.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_139.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_139.pdf deleted file mode 100644 index 7784f4b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_139.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_14.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_14.pdf deleted file mode 100644 index 1b907c4..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_14.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_140.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_140.pdf deleted file mode 100644 index 21eb064..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_140.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_141.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_141.pdf deleted file mode 100644 index ddb7286..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_141.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_142.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_142.pdf deleted file mode 100644 index 282e1be..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_142.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_143.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_143.pdf deleted file mode 100644 index 53f4ae5..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_143.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_144.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_144.pdf deleted file mode 100644 index 8965849..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_144.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_145.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_145.pdf deleted file mode 100644 index 3830fa1..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_145.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_146.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_146.pdf deleted file mode 100644 index 439c481..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_146.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_147.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_147.pdf deleted file mode 100644 index d3f1ba3..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_147.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_148.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_148.pdf deleted file mode 100644 index 7622e2c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_148.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_149.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_149.pdf deleted file mode 100644 index bb48eeb..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_149.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_15.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_15.pdf deleted file mode 100644 index c389f65..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_15.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_150.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_150.pdf deleted file mode 100644 index 136fd7c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_150.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_151.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_151.pdf deleted file mode 100644 index f931b48..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_151.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_152.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_152.pdf deleted file mode 100644 index e9fd957..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_152.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_153.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_153.pdf deleted file mode 100644 index e965119..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_153.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_154.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_154.pdf deleted file mode 100644 index dc12e02..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_154.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_155.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_155.pdf deleted file mode 100644 index 2f8467b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_155.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_156.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_156.pdf deleted file mode 100644 index 4c8f7d4..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_156.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_157.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_157.pdf deleted file mode 100644 index b1bd69b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_157.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_158.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_158.pdf deleted file mode 100644 index 5becceb..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_158.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_159.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_159.pdf deleted file mode 100644 index a0cab96..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_159.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_16.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_16.pdf deleted file mode 100644 index e29e747..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_16.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_160.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_160.pdf deleted file mode 100644 index 16a0b00..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_160.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_161.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_161.pdf deleted file mode 100644 index 6109f38..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_161.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_162.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_162.pdf deleted file mode 100644 index bc780d5..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_162.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_163.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_163.pdf deleted file mode 100644 index c1a61ab..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_163.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_164.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_164.pdf deleted file mode 100644 index e2ba9b8..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_164.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_165.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_165.pdf deleted file mode 100644 index c35a3fc..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_165.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_166.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_166.pdf deleted file mode 100644 index d53eede..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_166.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_167.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_167.pdf deleted file mode 100644 index 56cbc1d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_167.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_168.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_168.pdf deleted file mode 100644 index a2673e1..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_168.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_169.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_169.pdf deleted file mode 100644 index 6d4b40d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_169.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_17.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_17.pdf deleted file mode 100644 index f4d61b8..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_17.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_170.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_170.pdf deleted file mode 100644 index d9f32b8..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_170.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_171.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_171.pdf deleted file mode 100644 index b89c484..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_171.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_172.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_172.pdf deleted file mode 100644 index 41f37ed..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_172.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_173.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_173.pdf deleted file mode 100644 index ce3f2c6..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_173.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_174.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_174.pdf deleted file mode 100644 index 6c743ff..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_174.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_175.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_175.pdf deleted file mode 100644 index eca5d39..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_175.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_176.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_176.pdf deleted file mode 100644 index 87e351b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_176.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_177.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_177.pdf deleted file mode 100644 index 4624c2c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_177.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_178.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_178.pdf deleted file mode 100644 index 730ba19..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_178.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_179.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_179.pdf deleted file mode 100644 index c64beb2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_179.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_18.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_18.pdf deleted file mode 100644 index 5a414f4..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_18.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_180.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_180.pdf deleted file mode 100644 index 3e2d9fc..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_180.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_181.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_181.pdf deleted file mode 100644 index 3ba4fd9..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_181.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_182.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_182.pdf deleted file mode 100644 index 6522da7..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_182.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_183.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_183.pdf deleted file mode 100644 index 2b35a27..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_183.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_184.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_184.pdf deleted file mode 100644 index 220855d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_184.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_185.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_185.pdf deleted file mode 100644 index 2ce082f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_185.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_186.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_186.pdf deleted file mode 100644 index 5aaa939..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_186.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_187.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_187.pdf deleted file mode 100644 index 3b88f2b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_187.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_188.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_188.pdf deleted file mode 100644 index 302399c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_188.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_189.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_189.pdf deleted file mode 100644 index 7c2ca3a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_189.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_19.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_19.pdf deleted file mode 100644 index 402a7aa..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_19.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_190.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_190.pdf deleted file mode 100644 index c2c274b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_190.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_191.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_191.pdf deleted file mode 100644 index 8d9c94a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_191.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_192.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_192.pdf deleted file mode 100644 index cfcd4c3..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_192.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_193.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_193.pdf deleted file mode 100644 index 5a20f10..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_193.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_194.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_194.pdf deleted file mode 100644 index 2f4ffe2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_194.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_195.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_195.pdf deleted file mode 100644 index 83f71d8..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_195.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_196.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_196.pdf deleted file mode 100644 index 98dcc3d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_196.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_197.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_197.pdf deleted file mode 100644 index 777513b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_197.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_198.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_198.pdf deleted file mode 100644 index bcb77ec..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_198.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_199.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_199.pdf deleted file mode 100644 index 0265e4c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_199.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_2.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_2.pdf deleted file mode 100644 index fb203e6..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_2.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_20.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_20.pdf deleted file mode 100644 index 27a5763..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_20.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_200.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_200.pdf deleted file mode 100644 index 049d9f7..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_200.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_21.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_21.pdf deleted file mode 100644 index 8b73b0f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_21.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_22.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_22.pdf deleted file mode 100644 index 651e0b6..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_22.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_23.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_23.pdf deleted file mode 100644 index bad531f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_23.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_24.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_24.pdf deleted file mode 100644 index 7243d26..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_24.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_25.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_25.pdf deleted file mode 100644 index e07d920..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_25.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_26.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_26.pdf deleted file mode 100644 index 0efe0ff..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_26.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_27.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_27.pdf deleted file mode 100644 index f04696d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_27.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_28.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_28.pdf deleted file mode 100644 index 989eb0e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_28.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_29.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_29.pdf deleted file mode 100644 index d90ee88..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_29.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_3.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_3.pdf deleted file mode 100644 index b6bff7b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_3.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_30.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_30.pdf deleted file mode 100644 index 0574b4c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_30.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_31.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_31.pdf deleted file mode 100644 index f170c90..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_31.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_32.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_32.pdf deleted file mode 100644 index 71c2b1b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_32.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_33.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_33.pdf deleted file mode 100644 index 4e7d2d4..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_33.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_34.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_34.pdf deleted file mode 100644 index 6dcf7dd..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_34.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_35.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_35.pdf deleted file mode 100644 index c2c7a38..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_35.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_36.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_36.pdf deleted file mode 100644 index b1e2e8f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_36.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_37.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_37.pdf deleted file mode 100644 index c43fe06..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_37.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_38.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_38.pdf deleted file mode 100644 index 846e0b1..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_38.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_39.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_39.pdf deleted file mode 100644 index 7c701d4..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_39.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_4.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_4.pdf deleted file mode 100644 index c8d850e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_4.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_40.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_40.pdf deleted file mode 100644 index 1269d8e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_40.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_41.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_41.pdf deleted file mode 100644 index c6ae321..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_41.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_42.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_42.pdf deleted file mode 100644 index c3a92e3..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_42.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_43.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_43.pdf deleted file mode 100644 index fb50b79..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_43.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_44.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_44.pdf deleted file mode 100644 index bc42a81..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_44.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_45.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_45.pdf deleted file mode 100644 index 518033f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_45.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_46.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_46.pdf deleted file mode 100644 index ea67e30..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_46.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_47.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_47.pdf deleted file mode 100644 index ab7deac..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_47.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_48.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_48.pdf deleted file mode 100644 index 1716075..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_48.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_49.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_49.pdf deleted file mode 100644 index 0525a55..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_49.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_5.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_5.pdf deleted file mode 100644 index 90bb17d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_5.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_50.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_50.pdf deleted file mode 100644 index 51a2572..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_50.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_51.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_51.pdf deleted file mode 100644 index 33052f5..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_51.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_52.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_52.pdf deleted file mode 100644 index 6191bc4..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_52.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_53.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_53.pdf deleted file mode 100644 index 213d453..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_53.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_54.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_54.pdf deleted file mode 100644 index 3ed8677..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_54.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_55.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_55.pdf deleted file mode 100644 index 6b111af..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_55.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_56.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_56.pdf deleted file mode 100644 index 0440b42..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_56.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_57.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_57.pdf deleted file mode 100644 index fce1da9..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_57.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_58.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_58.pdf deleted file mode 100644 index 9d59652..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_58.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_59.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_59.pdf deleted file mode 100644 index 2bbb622..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_59.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_6.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_6.pdf deleted file mode 100644 index 79f45ee..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_6.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_60.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_60.pdf deleted file mode 100644 index e34fb30..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_60.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_61.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_61.pdf deleted file mode 100644 index d1025ef..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_61.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_62.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_62.pdf deleted file mode 100644 index c7cf6c2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_62.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_63.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_63.pdf deleted file mode 100644 index 134210a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_63.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_64.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_64.pdf deleted file mode 100644 index 5668c43..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_64.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_65.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_65.pdf deleted file mode 100644 index e57ad0b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_65.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_66.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_66.pdf deleted file mode 100644 index 2c2aac5..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_66.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_67.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_67.pdf deleted file mode 100644 index 1f6f1ec..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_67.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_68.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_68.pdf deleted file mode 100644 index 421f304..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_68.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_69.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_69.pdf deleted file mode 100644 index 583cc9f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_69.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_7.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_7.pdf deleted file mode 100644 index 7c06abb..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_7.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_70.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_70.pdf deleted file mode 100644 index 39db043..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_70.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_71.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_71.pdf deleted file mode 100644 index 27672ab..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_71.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_72.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_72.pdf deleted file mode 100644 index 88ab5e5..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_72.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_73.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_73.pdf deleted file mode 100644 index 3e37dd7..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_73.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_74.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_74.pdf deleted file mode 100644 index b7208e6..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_74.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_75.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_75.pdf deleted file mode 100644 index 673b8f0..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_75.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_76.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_76.pdf deleted file mode 100644 index 239929e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_76.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_77.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_77.pdf deleted file mode 100644 index d8b92e0..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_77.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_78.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_78.pdf deleted file mode 100644 index d0a8f8d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_78.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_79.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_79.pdf deleted file mode 100644 index 1fa3147..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_79.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_8.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_8.pdf deleted file mode 100644 index d80adc8..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_8.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_80.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_80.pdf deleted file mode 100644 index e5023e3..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_80.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_81.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_81.pdf deleted file mode 100644 index 44fd431..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_81.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_82.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_82.pdf deleted file mode 100644 index 174d96c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_82.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_83.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_83.pdf deleted file mode 100644 index 9dc52fa..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_83.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_84.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_84.pdf deleted file mode 100644 index fc3e5ac..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_84.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_85.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_85.pdf deleted file mode 100644 index e4a4a0b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_85.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_86.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_86.pdf deleted file mode 100644 index a526ba7..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_86.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_87.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_87.pdf deleted file mode 100644 index 60efdef..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_87.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_88.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_88.pdf deleted file mode 100644 index 23bf3ba..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_88.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_89.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_89.pdf deleted file mode 100644 index 0391ccb..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_89.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_9.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_9.pdf deleted file mode 100644 index 35d86a0..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_9.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_90.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_90.pdf deleted file mode 100644 index 232bf49..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_90.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_91.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_91.pdf deleted file mode 100644 index c051427..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_91.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_92.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_92.pdf deleted file mode 100644 index efcd57a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_92.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_93.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_93.pdf deleted file mode 100644 index 4118c12..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_93.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_94.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_94.pdf deleted file mode 100644 index a6936e1..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_94.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_95.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_95.pdf deleted file mode 100644 index b0ee868..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_95.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_96.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_96.pdf deleted file mode 100644 index a21b7e8..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_96.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_97.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_97.pdf deleted file mode 100644 index c9b8a43..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_97.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_98.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_98.pdf deleted file mode 100644 index 0b46eba..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_98.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_99.pdf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_99.pdf deleted file mode 100644 index a66054c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/pdf/paged/halflings_individual_pdf/halflings_99.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_000_glass.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_000_glass.png deleted file mode 100644 index 1f53016..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_000_glass.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_000_glass@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_000_glass@2x.png deleted file mode 100644 index 0c7c619..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_000_glass@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_001_music.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_001_music.png deleted file mode 100644 index 828c093..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_001_music.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_001_music@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_001_music@2x.png deleted file mode 100644 index c0e1a94..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_001_music@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_002_search.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_002_search.png deleted file mode 100644 index 6296299..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_002_search.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_002_search@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_002_search@2x.png deleted file mode 100644 index 9b550af..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_002_search@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_003_envelope.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_003_envelope.png deleted file mode 100644 index 5ad2634..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_003_envelope.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_003_envelope@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_003_envelope@2x.png deleted file mode 100644 index 2d9800a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_003_envelope@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_004_heart.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_004_heart.png deleted file mode 100644 index 68fd3a6..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_004_heart.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_004_heart@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_004_heart@2x.png deleted file mode 100644 index 12b363f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_004_heart@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_005_star.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_005_star.png deleted file mode 100644 index ca39d0f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_005_star.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_005_star@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_005_star@2x.png deleted file mode 100644 index e50a10e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_005_star@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_006_star-empty.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_006_star-empty.png deleted file mode 100644 index 4cb266f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_006_star-empty.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_006_star-empty@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_006_star-empty@2x.png deleted file mode 100644 index a24830d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_006_star-empty@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_007_user.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_007_user.png deleted file mode 100644 index 8d90191..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_007_user.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_007_user@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_007_user@2x.png deleted file mode 100644 index a078a1d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_007_user@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_008_film.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_008_film.png deleted file mode 100644 index 1a13c24..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_008_film.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_008_film@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_008_film@2x.png deleted file mode 100644 index b0918b6..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_008_film@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_009_th-large.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_009_th-large.png deleted file mode 100644 index 5bfb9e4..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_009_th-large.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_009_th-large@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_009_th-large@2x.png deleted file mode 100644 index b8aa86c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_009_th-large@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_010_th.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_010_th.png deleted file mode 100644 index 522de77..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_010_th.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_010_th@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_010_th@2x.png deleted file mode 100644 index 0efed81..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_010_th@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_011_th-list.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_011_th-list.png deleted file mode 100644 index 5b7e47a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_011_th-list.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_011_th-list@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_011_th-list@2x.png deleted file mode 100644 index 851da47..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_011_th-list@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_012_ok.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_012_ok.png deleted file mode 100644 index ea94b99..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_012_ok.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_012_ok@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_012_ok@2x.png deleted file mode 100644 index cdc196a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_012_ok@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_013_remove.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_013_remove.png deleted file mode 100644 index 19f8aa0..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_013_remove.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_013_remove@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_013_remove@2x.png deleted file mode 100644 index cc049be..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_013_remove@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_014_zoom-in.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_014_zoom-in.png deleted file mode 100644 index c2d28dc..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_014_zoom-in.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_014_zoom-in@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_014_zoom-in@2x.png deleted file mode 100644 index eb1e67d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_014_zoom-in@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_015_zoom-out.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_015_zoom-out.png deleted file mode 100644 index 7c15422..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_015_zoom-out.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_015_zoom-out@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_015_zoom-out@2x.png deleted file mode 100644 index f324e97..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_015_zoom-out@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_016_off.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_016_off.png deleted file mode 100644 index 494de2e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_016_off.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_016_off@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_016_off@2x.png deleted file mode 100644 index b6ee9bd..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_016_off@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_017_signal.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_017_signal.png deleted file mode 100644 index 05f4e60..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_017_signal.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_017_signal@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_017_signal@2x.png deleted file mode 100644 index 822f681..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_017_signal@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_018_cog.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_018_cog.png deleted file mode 100644 index f6ca534..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_018_cog.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_018_cog@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_018_cog@2x.png deleted file mode 100644 index 11160f4..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_018_cog@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_019_trash.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_019_trash.png deleted file mode 100644 index 631a3ac..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_019_trash.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_019_trash@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_019_trash@2x.png deleted file mode 100644 index 088fe12..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_019_trash@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_020_home.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_020_home.png deleted file mode 100644 index 3044b5a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_020_home.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_020_home@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_020_home@2x.png deleted file mode 100644 index e059efa..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_020_home@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_021_file.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_021_file.png deleted file mode 100644 index 0c555bd..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_021_file.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_021_file@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_021_file@2x.png deleted file mode 100644 index 77773c1..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_021_file@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_022_time.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_022_time.png deleted file mode 100644 index b5f4483..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_022_time.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_022_time@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_022_time@2x.png deleted file mode 100644 index 7f50698..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_022_time@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_023_road.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_023_road.png deleted file mode 100644 index a4808b3..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_023_road.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_023_road@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_023_road@2x.png deleted file mode 100644 index 71bfbb0..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_023_road@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_024_download_alt.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_024_download_alt.png deleted file mode 100644 index b96931f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_024_download_alt.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_024_download_alt@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_024_download_alt@2x.png deleted file mode 100644 index 77dd7a2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_024_download_alt@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_025_download.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_025_download.png deleted file mode 100644 index b595f6f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_025_download.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_025_download@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_025_download@2x.png deleted file mode 100644 index 9052c97..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_025_download@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_026_upload.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_026_upload.png deleted file mode 100644 index 13a625a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_026_upload.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_026_upload@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_026_upload@2x.png deleted file mode 100644 index 3f5c051..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_026_upload@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_027_inbox.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_027_inbox.png deleted file mode 100644 index 1627072..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_027_inbox.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_027_inbox@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_027_inbox@2x.png deleted file mode 100644 index 4c172c4..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_027_inbox@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_028_play-circle.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_028_play-circle.png deleted file mode 100644 index b6c7ee9..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_028_play-circle.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_028_play-circle@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_028_play-circle@2x.png deleted file mode 100644 index d79fff9..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_028_play-circle@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_029_repeat.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_029_repeat.png deleted file mode 100644 index d46125b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_029_repeat.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_029_repeat@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_029_repeat@2x.png deleted file mode 100644 index 4917be6..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_029_repeat@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_030_refresh.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_030_refresh.png deleted file mode 100644 index 7f7c56e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_030_refresh.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_030_refresh@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_030_refresh@2x.png deleted file mode 100644 index e965361..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_030_refresh@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_031_list-alt.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_031_list-alt.png deleted file mode 100644 index c93ed4e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_031_list-alt.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_031_list-alt@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_031_list-alt@2x.png deleted file mode 100644 index ebe93dc..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_031_list-alt@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_032_lock.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_032_lock.png deleted file mode 100644 index 62b1190..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_032_lock.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_032_lock@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_032_lock@2x.png deleted file mode 100644 index dcab9dc..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_032_lock@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_033_flag.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_033_flag.png deleted file mode 100644 index 23dd96a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_033_flag.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_033_flag@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_033_flag@2x.png deleted file mode 100644 index 5b0f681..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_033_flag@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_034_headphones.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_034_headphones.png deleted file mode 100644 index 4e896e5..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_034_headphones.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_034_headphones@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_034_headphones@2x.png deleted file mode 100644 index 6caf7bc..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_034_headphones@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_035_volume-off.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_035_volume-off.png deleted file mode 100644 index b17367e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_035_volume-off.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_035_volume-off@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_035_volume-off@2x.png deleted file mode 100644 index c2a78c0..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_035_volume-off@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_036_volume-down.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_036_volume-down.png deleted file mode 100644 index 471ae3f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_036_volume-down.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_036_volume-down@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_036_volume-down@2x.png deleted file mode 100644 index f86987b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_036_volume-down@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_037_volume-up.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_037_volume-up.png deleted file mode 100644 index 69f665a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_037_volume-up.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_037_volume-up@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_037_volume-up@2x.png deleted file mode 100644 index c70bd7c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_037_volume-up@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_038_qrcode.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_038_qrcode.png deleted file mode 100644 index 83fe5ad..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_038_qrcode.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_038_qrcode@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_038_qrcode@2x.png deleted file mode 100644 index d008315..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_038_qrcode@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_039_barcode.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_039_barcode.png deleted file mode 100644 index 9190925..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_039_barcode.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_039_barcode@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_039_barcode@2x.png deleted file mode 100644 index df0e269..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_039_barcode@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_040_tag.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_040_tag.png deleted file mode 100644 index 84013f1..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_040_tag.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_040_tag@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_040_tag@2x.png deleted file mode 100644 index 47194e1..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_040_tag@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_041_tags.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_041_tags.png deleted file mode 100644 index 57b54cb..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_041_tags.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_041_tags@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_041_tags@2x.png deleted file mode 100644 index 3455568..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_041_tags@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_042_book.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_042_book.png deleted file mode 100644 index 25fbdb6..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_042_book.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_042_book@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_042_book@2x.png deleted file mode 100644 index 9163439..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_042_book@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_043_bookmark.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_043_bookmark.png deleted file mode 100644 index 7209c8c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_043_bookmark.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_043_bookmark@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_043_bookmark@2x.png deleted file mode 100644 index 2a38ebd..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_043_bookmark@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_044_print.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_044_print.png deleted file mode 100644 index 760efc6..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_044_print.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_044_print@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_044_print@2x.png deleted file mode 100644 index 9193a1b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_044_print@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_045_camera.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_045_camera.png deleted file mode 100644 index 50842c2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_045_camera.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_045_camera@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_045_camera@2x.png deleted file mode 100644 index 8717939..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_045_camera@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_046_font.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_046_font.png deleted file mode 100644 index bcd03b9..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_046_font.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_046_font@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_046_font@2x.png deleted file mode 100644 index 1e9074a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_046_font@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_047_bold.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_047_bold.png deleted file mode 100644 index a8c2054..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_047_bold.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_047_bold@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_047_bold@2x.png deleted file mode 100644 index 5f45eca..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_047_bold@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_048_italic.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_048_italic.png deleted file mode 100644 index 2a32b58..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_048_italic.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_048_italic@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_048_italic@2x.png deleted file mode 100644 index 2281fb8..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_048_italic@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_049_text-height.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_049_text-height.png deleted file mode 100644 index 59d51f3..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_049_text-height.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_049_text-height@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_049_text-height@2x.png deleted file mode 100644 index 28b0b17..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_049_text-height@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_050_text-width.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_050_text-width.png deleted file mode 100644 index 487de13..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_050_text-width.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_050_text-width@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_050_text-width@2x.png deleted file mode 100644 index 560a3be..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_050_text-width@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_051_align-left.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_051_align-left.png deleted file mode 100644 index 659a266..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_051_align-left.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_051_align-left@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_051_align-left@2x.png deleted file mode 100644 index 5029023..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_051_align-left@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_052_align-center.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_052_align-center.png deleted file mode 100644 index 5e98e55..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_052_align-center.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_052_align-center@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_052_align-center@2x.png deleted file mode 100644 index a5ff13a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_052_align-center@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_053_align_right.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_053_align_right.png deleted file mode 100644 index 097a649..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_053_align_right.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_053_align_right@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_053_align_right@2x.png deleted file mode 100644 index 7cd5195..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_053_align_right@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_054_align-justify.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_054_align-justify.png deleted file mode 100644 index a8ea333..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_054_align-justify.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_054_align-justify@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_054_align-justify@2x.png deleted file mode 100644 index e54e876..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_054_align-justify@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_055_list.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_055_list.png deleted file mode 100644 index d171b26..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_055_list.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_055_list@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_055_list@2x.png deleted file mode 100644 index 4c7063d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_055_list@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_056_indent-left.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_056_indent-left.png deleted file mode 100644 index f240d84..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_056_indent-left.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_056_indent-left@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_056_indent-left@2x.png deleted file mode 100644 index 0be8ce7..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_056_indent-left@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_057_indent-right.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_057_indent-right.png deleted file mode 100644 index 7ffaae5..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_057_indent-right.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_057_indent-right@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_057_indent-right@2x.png deleted file mode 100644 index e72d903..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_057_indent-right@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_058_facetime-video.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_058_facetime-video.png deleted file mode 100644 index 7b23c2e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_058_facetime-video.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_058_facetime-video@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_058_facetime-video@2x.png deleted file mode 100644 index e288310..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_058_facetime-video@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_059_picture.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_059_picture.png deleted file mode 100644 index b3e8826..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_059_picture.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_059_picture@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_059_picture@2x.png deleted file mode 100644 index eb1c581..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_059_picture@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_060_pencil.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_060_pencil.png deleted file mode 100644 index c5cdb67..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_060_pencil.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_060_pencil@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_060_pencil@2x.png deleted file mode 100644 index abf63ee..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_060_pencil@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_061_map-marker.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_061_map-marker.png deleted file mode 100644 index 28034f1..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_061_map-marker.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_061_map-marker@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_061_map-marker@2x.png deleted file mode 100644 index 7b98097..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_061_map-marker@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_062_adjust.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_062_adjust.png deleted file mode 100644 index 7f84c7d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_062_adjust.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_062_adjust@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_062_adjust@2x.png deleted file mode 100644 index 5cd5a59..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_062_adjust@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_063_tint.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_063_tint.png deleted file mode 100644 index 5457d42..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_063_tint.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_063_tint@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_063_tint@2x.png deleted file mode 100644 index 65ac5fd..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_063_tint@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_064_edit.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_064_edit.png deleted file mode 100644 index 8ad5693..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_064_edit.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_064_edit@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_064_edit@2x.png deleted file mode 100644 index e165dc3..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_064_edit@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_065_share.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_065_share.png deleted file mode 100644 index fb50386..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_065_share.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_065_share@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_065_share@2x.png deleted file mode 100644 index 97e60cd..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_065_share@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_066_check.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_066_check.png deleted file mode 100644 index 6b78657..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_066_check.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_066_check@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_066_check@2x.png deleted file mode 100644 index 21f4e2d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_066_check@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_067_move.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_067_move.png deleted file mode 100644 index 1eadd8e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_067_move.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_067_move@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_067_move@2x.png deleted file mode 100644 index e85c076..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_067_move@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_068_step-backward.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_068_step-backward.png deleted file mode 100644 index 6cff82c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_068_step-backward.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_068_step-backward@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_068_step-backward@2x.png deleted file mode 100644 index b66d022..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_068_step-backward@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_069_fast-backward.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_069_fast-backward.png deleted file mode 100644 index c915bce..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_069_fast-backward.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_069_fast-backward@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_069_fast-backward@2x.png deleted file mode 100644 index cb4f045..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_069_fast-backward@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_070_backward.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_070_backward.png deleted file mode 100644 index 9a60fb0..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_070_backward.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_070_backward@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_070_backward@2x.png deleted file mode 100644 index 9e56963..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_070_backward@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_071_play.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_071_play.png deleted file mode 100644 index 46e08a7..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_071_play.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_071_play@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_071_play@2x.png deleted file mode 100644 index 7d88dee..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_071_play@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_072_pause.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_072_pause.png deleted file mode 100644 index a84ca7e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_072_pause.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_072_pause@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_072_pause@2x.png deleted file mode 100644 index 4258f89..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_072_pause@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_073_stop.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_073_stop.png deleted file mode 100644 index e80ec45..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_073_stop.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_073_stop@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_073_stop@2x.png deleted file mode 100644 index 8afb125..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_073_stop@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_074_forward.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_074_forward.png deleted file mode 100644 index 851922b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_074_forward.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_074_forward@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_074_forward@2x.png deleted file mode 100644 index eab3dfa..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_074_forward@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_075_fast-forward.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_075_fast-forward.png deleted file mode 100644 index e6dc07f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_075_fast-forward.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_075_fast-forward@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_075_fast-forward@2x.png deleted file mode 100644 index 5bf07df..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_075_fast-forward@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_076_step-forward.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_076_step-forward.png deleted file mode 100644 index 074e18a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_076_step-forward.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_076_step-forward@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_076_step-forward@2x.png deleted file mode 100644 index fe9d0f5..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_076_step-forward@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_077_eject.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_077_eject.png deleted file mode 100644 index 2d452be..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_077_eject.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_077_eject@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_077_eject@2x.png deleted file mode 100644 index 8b87119..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_077_eject@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_078_chevron-left.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_078_chevron-left.png deleted file mode 100644 index 1c6519a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_078_chevron-left.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_078_chevron-left@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_078_chevron-left@2x.png deleted file mode 100644 index 5f7bac4..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_078_chevron-left@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_079_chevron-right.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_079_chevron-right.png deleted file mode 100644 index a094cee..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_079_chevron-right.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_079_chevron-right@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_079_chevron-right@2x.png deleted file mode 100644 index 147ec65..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_079_chevron-right@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_080_plus-sign.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_080_plus-sign.png deleted file mode 100644 index 3ed398f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_080_plus-sign.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_080_plus-sign@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_080_plus-sign@2x.png deleted file mode 100644 index 7226be0..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_080_plus-sign@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_081_minus-sign.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_081_minus-sign.png deleted file mode 100644 index babdb94..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_081_minus-sign.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_081_minus-sign@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_081_minus-sign@2x.png deleted file mode 100644 index 4e9688f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_081_minus-sign@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_082_remove-sign.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_082_remove-sign.png deleted file mode 100644 index b393f6d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_082_remove-sign.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_082_remove-sign@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_082_remove-sign@2x.png deleted file mode 100644 index 8bb1095..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_082_remove-sign@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_083_ok-sign.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_083_ok-sign.png deleted file mode 100644 index 95c7e09..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_083_ok-sign.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_083_ok-sign@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_083_ok-sign@2x.png deleted file mode 100644 index cf0f315..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_083_ok-sign@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_084_question-sign.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_084_question-sign.png deleted file mode 100644 index c8f3e6f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_084_question-sign.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_084_question-sign@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_084_question-sign@2x.png deleted file mode 100644 index 8d463f2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_084_question-sign@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_085_info-sign.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_085_info-sign.png deleted file mode 100644 index a1f2b4a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_085_info-sign.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_085_info-sign@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_085_info-sign@2x.png deleted file mode 100644 index 70f71ff..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_085_info-sign@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_086_screenshot.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_086_screenshot.png deleted file mode 100644 index 7e30dee..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_086_screenshot.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_086_screenshot@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_086_screenshot@2x.png deleted file mode 100644 index af26675..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_086_screenshot@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_087_remove-circle.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_087_remove-circle.png deleted file mode 100644 index f8a8915..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_087_remove-circle.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_087_remove-circle@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_087_remove-circle@2x.png deleted file mode 100644 index 0bce3ba..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_087_remove-circle@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_088_ok-circle.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_088_ok-circle.png deleted file mode 100644 index 1abdff6..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_088_ok-circle.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_088_ok-circle@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_088_ok-circle@2x.png deleted file mode 100644 index 9ef2a3a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_088_ok-circle@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_089_ban-circle.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_089_ban-circle.png deleted file mode 100644 index 93ffeff..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_089_ban-circle.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_089_ban-circle@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_089_ban-circle@2x.png deleted file mode 100644 index 4fe295a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_089_ban-circle@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_090_arrow-left.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_090_arrow-left.png deleted file mode 100644 index 7c8ff5e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_090_arrow-left.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_090_arrow-left@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_090_arrow-left@2x.png deleted file mode 100644 index 1a6e87c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_090_arrow-left@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_091_arrow-right.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_091_arrow-right.png deleted file mode 100644 index c5ddd15..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_091_arrow-right.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_091_arrow-right@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_091_arrow-right@2x.png deleted file mode 100644 index 9854a44..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_091_arrow-right@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_092_arrow-up.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_092_arrow-up.png deleted file mode 100644 index 6d8fbc2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_092_arrow-up.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_092_arrow-up@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_092_arrow-up@2x.png deleted file mode 100644 index 4f6c4ff..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_092_arrow-up@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_093_arrow-down.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_093_arrow-down.png deleted file mode 100644 index 87f0a38..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_093_arrow-down.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_093_arrow-down@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_093_arrow-down@2x.png deleted file mode 100644 index a37a24f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_093_arrow-down@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_094_share-alt.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_094_share-alt.png deleted file mode 100644 index 7606a24..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_094_share-alt.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_094_share-alt@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_094_share-alt@2x.png deleted file mode 100644 index e37d1d4..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_094_share-alt@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_095_resize-full.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_095_resize-full.png deleted file mode 100644 index 9545645..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_095_resize-full.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_095_resize-full@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_095_resize-full@2x.png deleted file mode 100644 index d6603e1..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_095_resize-full@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_096_resize-small.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_096_resize-small.png deleted file mode 100644 index 3f5d12c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_096_resize-small.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_096_resize-small@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_096_resize-small@2x.png deleted file mode 100644 index a930a6d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_096_resize-small@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_097_plus.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_097_plus.png deleted file mode 100644 index 4584632..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_097_plus.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_097_plus@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_097_plus@2x.png deleted file mode 100644 index 7c037ec..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_097_plus@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_098_minus.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_098_minus.png deleted file mode 100644 index 4106bfd..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_098_minus.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_098_minus@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_098_minus@2x.png deleted file mode 100644 index 4b8a701..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_098_minus@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_099_asterisk.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_099_asterisk.png deleted file mode 100644 index 07ceaee..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_099_asterisk.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_099_asterisk@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_099_asterisk@2x.png deleted file mode 100644 index 8806a68..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_099_asterisk@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_100_exclamation-sign.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_100_exclamation-sign.png deleted file mode 100644 index 9f7b9a0..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_100_exclamation-sign.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_100_exclamation-sign@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_100_exclamation-sign@2x.png deleted file mode 100644 index f35c3fd..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_100_exclamation-sign@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_101_gift.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_101_gift.png deleted file mode 100644 index f18d90e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_101_gift.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_101_gift@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_101_gift@2x.png deleted file mode 100644 index 682d94a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_101_gift@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_102_leaf.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_102_leaf.png deleted file mode 100644 index f458d37..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_102_leaf.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_102_leaf@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_102_leaf@2x.png deleted file mode 100644 index b01ad73..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_102_leaf@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_103_fire.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_103_fire.png deleted file mode 100644 index 4bee18d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_103_fire.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_103_fire@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_103_fire@2x.png deleted file mode 100644 index 8f2874c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_103_fire@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_104_eye-open.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_104_eye-open.png deleted file mode 100644 index a26cf90..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_104_eye-open.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_104_eye-open@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_104_eye-open@2x.png deleted file mode 100644 index ca0d9fb..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_104_eye-open@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_105_eye-close.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_105_eye-close.png deleted file mode 100644 index 60f21b2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_105_eye-close.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_105_eye-close@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_105_eye-close@2x.png deleted file mode 100644 index 79718a4..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_105_eye-close@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_106_warning-sign.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_106_warning-sign.png deleted file mode 100644 index 59f0fdb..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_106_warning-sign.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_106_warning-sign@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_106_warning-sign@2x.png deleted file mode 100644 index 8fde494..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_106_warning-sign@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_107_plane.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_107_plane.png deleted file mode 100644 index b1a7337..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_107_plane.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_107_plane@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_107_plane@2x.png deleted file mode 100644 index f2d3213..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_107_plane@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_108_calendar.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_108_calendar.png deleted file mode 100644 index 9dcf9a8..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_108_calendar.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_108_calendar@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_108_calendar@2x.png deleted file mode 100644 index f60ab85..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_108_calendar@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_109_random.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_109_random.png deleted file mode 100644 index 9ac715b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_109_random.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_109_random@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_109_random@2x.png deleted file mode 100644 index 59fa9d2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_109_random@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_110_comments.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_110_comments.png deleted file mode 100644 index 5ee3440..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_110_comments.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_110_comments@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_110_comments@2x.png deleted file mode 100644 index 9f35dc1..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_110_comments@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_111_magnet.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_111_magnet.png deleted file mode 100644 index 6b7b794..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_111_magnet.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_111_magnet@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_111_magnet@2x.png deleted file mode 100644 index e63462c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_111_magnet@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_112_chevron-up.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_112_chevron-up.png deleted file mode 100644 index e09a494..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_112_chevron-up.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_112_chevron-up@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_112_chevron-up@2x.png deleted file mode 100644 index 8f977ba..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_112_chevron-up@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_113_chevron-down.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_113_chevron-down.png deleted file mode 100644 index 178f119..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_113_chevron-down.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_113_chevron-down@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_113_chevron-down@2x.png deleted file mode 100644 index a9f7edb..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_113_chevron-down@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_114_retweet.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_114_retweet.png deleted file mode 100644 index 845e6dd..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_114_retweet.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_114_retweet@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_114_retweet@2x.png deleted file mode 100644 index 81a634d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_114_retweet@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_115_shopping-cart.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_115_shopping-cart.png deleted file mode 100644 index 58e6add..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_115_shopping-cart.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_115_shopping-cart@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_115_shopping-cart@2x.png deleted file mode 100644 index 586fbbf..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_115_shopping-cart@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_116_folder-close.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_116_folder-close.png deleted file mode 100644 index c225700..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_116_folder-close.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_116_folder-close@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_116_folder-close@2x.png deleted file mode 100644 index f1d40a2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_116_folder-close@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_117_folder-open.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_117_folder-open.png deleted file mode 100644 index a33a22e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_117_folder-open.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_117_folder-open@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_117_folder-open@2x.png deleted file mode 100644 index 07e7a0e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_117_folder-open@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_118_resize-vertical.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_118_resize-vertical.png deleted file mode 100644 index 0263348..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_118_resize-vertical.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_118_resize-vertical@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_118_resize-vertical@2x.png deleted file mode 100644 index 488a146..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_118_resize-vertical@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_119_resize-horizontal.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_119_resize-horizontal.png deleted file mode 100644 index 040e4bb..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_119_resize-horizontal.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_119_resize-horizontal@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_119_resize-horizontal@2x.png deleted file mode 100644 index 37c4e8d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_119_resize-horizontal@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_120_hdd.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_120_hdd.png deleted file mode 100644 index 4a1cefe..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_120_hdd.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_120_hdd@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_120_hdd@2x.png deleted file mode 100644 index bbb9ad3..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_120_hdd@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_121_bullhorn.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_121_bullhorn.png deleted file mode 100644 index e5b80b7..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_121_bullhorn.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_121_bullhorn@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_121_bullhorn@2x.png deleted file mode 100644 index 311b3d5..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_121_bullhorn@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_122_bell.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_122_bell.png deleted file mode 100644 index 203ab70..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_122_bell.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_122_bell@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_122_bell@2x.png deleted file mode 100644 index be3fa12..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_122_bell@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_123_certificate.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_123_certificate.png deleted file mode 100644 index 25b4b85..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_123_certificate.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_123_certificate@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_123_certificate@2x.png deleted file mode 100644 index 4bf8f1e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_123_certificate@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_124_thumbs-up.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_124_thumbs-up.png deleted file mode 100644 index 99e7f2f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_124_thumbs-up.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_124_thumbs-up@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_124_thumbs-up@2x.png deleted file mode 100644 index 59ea01c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_124_thumbs-up@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_125_thumbs-down.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_125_thumbs-down.png deleted file mode 100644 index 9c4e94e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_125_thumbs-down.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_125_thumbs-down@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_125_thumbs-down@2x.png deleted file mode 100644 index c1604c4..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_125_thumbs-down@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_126_hand-right.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_126_hand-right.png deleted file mode 100644 index f6f2535..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_126_hand-right.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_126_hand-right@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_126_hand-right@2x.png deleted file mode 100644 index 9bd9e30..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_126_hand-right@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_127_hand-left.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_127_hand-left.png deleted file mode 100644 index e0474bb..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_127_hand-left.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_127_hand-left@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_127_hand-left@2x.png deleted file mode 100644 index 7187f75..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_127_hand-left@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_128_hand-top.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_128_hand-top.png deleted file mode 100644 index e85836e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_128_hand-top.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_128_hand-top@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_128_hand-top@2x.png deleted file mode 100644 index 05cffc7..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_128_hand-top@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_129_hand-down.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_129_hand-down.png deleted file mode 100644 index 1072e00..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_129_hand-down.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_129_hand-down@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_129_hand-down@2x.png deleted file mode 100644 index 8caadd7..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_129_hand-down@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_130_circle-arrow-right.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_130_circle-arrow-right.png deleted file mode 100644 index 38f152e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_130_circle-arrow-right.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_130_circle-arrow-right@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_130_circle-arrow-right@2x.png deleted file mode 100644 index 8885d84..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_130_circle-arrow-right@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_131_circle-arrow-left.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_131_circle-arrow-left.png deleted file mode 100644 index 621a69d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_131_circle-arrow-left.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_131_circle-arrow-left@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_131_circle-arrow-left@2x.png deleted file mode 100644 index 174ebd3..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_131_circle-arrow-left@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_132_circle-arrow-top.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_132_circle-arrow-top.png deleted file mode 100644 index 3518f14..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_132_circle-arrow-top.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_132_circle-arrow-top@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_132_circle-arrow-top@2x.png deleted file mode 100644 index 4c32d36..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_132_circle-arrow-top@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_133_circle-arrow-down.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_133_circle-arrow-down.png deleted file mode 100644 index cd9e2cf..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_133_circle-arrow-down.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_133_circle-arrow-down@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_133_circle-arrow-down@2x.png deleted file mode 100644 index e555cce..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_133_circle-arrow-down@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_134_globe.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_134_globe.png deleted file mode 100644 index 8dc8e08..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_134_globe.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_134_globe@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_134_globe@2x.png deleted file mode 100644 index 2bdce6a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_134_globe@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_135_wrench.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_135_wrench.png deleted file mode 100644 index fbc33e9..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_135_wrench.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_135_wrench@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_135_wrench@2x.png deleted file mode 100644 index 8dd0276..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_135_wrench@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_136_tasks.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_136_tasks.png deleted file mode 100644 index c9bfe52..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_136_tasks.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_136_tasks@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_136_tasks@2x.png deleted file mode 100644 index 7aa9cb0..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_136_tasks@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_137_filter.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_137_filter.png deleted file mode 100644 index 6510774..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_137_filter.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_137_filter@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_137_filter@2x.png deleted file mode 100644 index 3cd474f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_137_filter@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_138_briefcase.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_138_briefcase.png deleted file mode 100644 index 7e3993f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_138_briefcase.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_138_briefcase@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_138_briefcase@2x.png deleted file mode 100644 index ea0adcc..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_138_briefcase@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_139_fullscreen.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_139_fullscreen.png deleted file mode 100644 index 102c759..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_139_fullscreen.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_139_fullscreen@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_139_fullscreen@2x.png deleted file mode 100644 index b769952..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_139_fullscreen@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_140_dashboard.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_140_dashboard.png deleted file mode 100644 index 240ee8d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_140_dashboard.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_140_dashboard@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_140_dashboard@2x.png deleted file mode 100644 index 42a9d8b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_140_dashboard@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_141_paperclip.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_141_paperclip.png deleted file mode 100644 index c7c7151..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_141_paperclip.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_141_paperclip@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_141_paperclip@2x.png deleted file mode 100644 index b0a0e44..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_141_paperclip@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_142_heart-empty.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_142_heart-empty.png deleted file mode 100644 index 5f63835..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_142_heart-empty.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_142_heart-empty@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_142_heart-empty@2x.png deleted file mode 100644 index 6689118..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_142_heart-empty@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_143_link.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_143_link.png deleted file mode 100644 index cd107e4..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_143_link.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_143_link@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_143_link@2x.png deleted file mode 100644 index 0b0a34a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_143_link@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_144_phone.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_144_phone.png deleted file mode 100644 index 4f2fae3..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_144_phone.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_144_phone@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_144_phone@2x.png deleted file mode 100644 index fe9523b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_144_phone@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_145_pushpin.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_145_pushpin.png deleted file mode 100644 index 14be4fc..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_145_pushpin.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_145_pushpin@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_145_pushpin@2x.png deleted file mode 100644 index c5d58dc..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_145_pushpin@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_146_euro.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_146_euro.png deleted file mode 100644 index 7224cff..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_146_euro.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_146_euro@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_146_euro@2x.png deleted file mode 100644 index 8dae9f3..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_146_euro@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_147_usd.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_147_usd.png deleted file mode 100644 index ad12d41..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_147_usd.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_147_usd@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_147_usd@2x.png deleted file mode 100644 index 212c351..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_147_usd@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_148_gbp.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_148_gbp.png deleted file mode 100644 index d68cee2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_148_gbp.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_148_gbp@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_148_gbp@2x.png deleted file mode 100644 index ef85868..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_148_gbp@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_149_sort.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_149_sort.png deleted file mode 100644 index 51e12e8..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_149_sort.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_149_sort@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_149_sort@2x.png deleted file mode 100644 index 66c44e3..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_149_sort@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_150_sort-by-alphabet.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_150_sort-by-alphabet.png deleted file mode 100644 index 315ad94..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_150_sort-by-alphabet.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_150_sort-by-alphabet@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_150_sort-by-alphabet@2x.png deleted file mode 100644 index 168de94..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_150_sort-by-alphabet@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_151_sort-by-alphabet-alt.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_151_sort-by-alphabet-alt.png deleted file mode 100644 index 2554479..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_151_sort-by-alphabet-alt.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_151_sort-by-alphabet-alt@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_151_sort-by-alphabet-alt@2x.png deleted file mode 100644 index a6dec6f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_151_sort-by-alphabet-alt@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_152_sort-by-order.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_152_sort-by-order.png deleted file mode 100644 index b48e92b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_152_sort-by-order.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_152_sort-by-order@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_152_sort-by-order@2x.png deleted file mode 100644 index 5df11df..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_152_sort-by-order@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_153_sort-by-order-alt.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_153_sort-by-order-alt.png deleted file mode 100644 index 436c20d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_153_sort-by-order-alt.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_153_sort-by-order-alt@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_153_sort-by-order-alt@2x.png deleted file mode 100644 index 3a4966d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_153_sort-by-order-alt@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_154_sort-by-attributes.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_154_sort-by-attributes.png deleted file mode 100644 index c7470ca..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_154_sort-by-attributes.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_154_sort-by-attributes@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_154_sort-by-attributes@2x.png deleted file mode 100644 index 102ce26..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_154_sort-by-attributes@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_155_sort-by-attributes-alt.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_155_sort-by-attributes-alt.png deleted file mode 100644 index ca05506..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_155_sort-by-attributes-alt.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_155_sort-by-attributes-alt@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_155_sort-by-attributes-alt@2x.png deleted file mode 100644 index 837498a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_155_sort-by-attributes-alt@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_156_unchecked.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_156_unchecked.png deleted file mode 100644 index 0019fe2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_156_unchecked.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_156_unchecked@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_156_unchecked@2x.png deleted file mode 100644 index 6732696..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_156_unchecked@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_157_expand.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_157_expand.png deleted file mode 100644 index 1b5d208..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_157_expand.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_157_expand@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_157_expand@2x.png deleted file mode 100644 index 0b6dfd2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_157_expand@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_158_collapse.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_158_collapse.png deleted file mode 100644 index aa622f2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_158_collapse.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_158_collapse@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_158_collapse@2x.png deleted file mode 100644 index 648d51d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_158_collapse@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_159_collapse-top.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_159_collapse-top.png deleted file mode 100644 index d021a6e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_159_collapse-top.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_159_collapse-top@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_159_collapse-top@2x.png deleted file mode 100644 index c3ece68..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_159_collapse-top@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_160_log_in.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_160_log_in.png deleted file mode 100644 index cc2f437..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_160_log_in.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_160_log_in@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_160_log_in@2x.png deleted file mode 100644 index f9b06e6..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_160_log_in@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_161_flash.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_161_flash.png deleted file mode 100644 index 39e1c9c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_161_flash.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_161_flash@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_161_flash@2x.png deleted file mode 100644 index 2a4b486..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_161_flash@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_162_log_out.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_162_log_out.png deleted file mode 100644 index b71f9ec..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_162_log_out.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_162_log_out@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_162_log_out@2x.png deleted file mode 100644 index f8fa9fb..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_162_log_out@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_163_new_window.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_163_new_window.png deleted file mode 100644 index d9f2a08..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_163_new_window.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_163_new_window@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_163_new_window@2x.png deleted file mode 100644 index 252ae9d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_163_new_window@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_164_record.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_164_record.png deleted file mode 100644 index 1596ebe..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_164_record.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_164_record@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_164_record@2x.png deleted file mode 100644 index e93121b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_164_record@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_165_save.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_165_save.png deleted file mode 100644 index 2a18501..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_165_save.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_165_save@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_165_save@2x.png deleted file mode 100644 index d0d7cc0..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_165_save@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_166_open.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_166_open.png deleted file mode 100644 index edadabf..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_166_open.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_166_open@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_166_open@2x.png deleted file mode 100644 index 6839788..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_166_open@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_167_saved.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_167_saved.png deleted file mode 100644 index d57c66e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_167_saved.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_167_saved@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_167_saved@2x.png deleted file mode 100644 index 3e9d64c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_167_saved@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_168_import.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_168_import.png deleted file mode 100644 index 372a71c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_168_import.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_168_import@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_168_import@2x.png deleted file mode 100644 index 6621b91..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_168_import@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_169_export.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_169_export.png deleted file mode 100644 index d928883..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_169_export.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_169_export@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_169_export@2x.png deleted file mode 100644 index b10573d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_169_export@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_170_send.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_170_send.png deleted file mode 100644 index 08a2b8e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_170_send.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_170_send@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_170_send@2x.png deleted file mode 100644 index 39f3d87..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_170_send@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_171_floppy_disk.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_171_floppy_disk.png deleted file mode 100644 index 4d85c27..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_171_floppy_disk.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_171_floppy_disk@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_171_floppy_disk@2x.png deleted file mode 100644 index aae8510..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_171_floppy_disk@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_172_floppy_saved.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_172_floppy_saved.png deleted file mode 100644 index 7b3d152..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_172_floppy_saved.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_172_floppy_saved@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_172_floppy_saved@2x.png deleted file mode 100644 index bf66ea9..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_172_floppy_saved@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_173_floppy_remove.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_173_floppy_remove.png deleted file mode 100644 index 254104d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_173_floppy_remove.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_173_floppy_remove@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_173_floppy_remove@2x.png deleted file mode 100644 index 430b2cb..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_173_floppy_remove@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_174_floppy_save.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_174_floppy_save.png deleted file mode 100644 index babea29..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_174_floppy_save.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_174_floppy_save@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_174_floppy_save@2x.png deleted file mode 100644 index 2f41f8e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_174_floppy_save@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_175_floppy_open.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_175_floppy_open.png deleted file mode 100644 index 82a9624..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_175_floppy_open.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_175_floppy_open@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_175_floppy_open@2x.png deleted file mode 100644 index 8e37e21..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_175_floppy_open@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_176_credit_card.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_176_credit_card.png deleted file mode 100644 index 1e216e6..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_176_credit_card.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_176_credit_card@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_176_credit_card@2x.png deleted file mode 100644 index c21be19..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_176_credit_card@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_177_transfer.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_177_transfer.png deleted file mode 100644 index ee4b418..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_177_transfer.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_177_transfer@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_177_transfer@2x.png deleted file mode 100644 index 489454e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_177_transfer@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_178_cutlery.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_178_cutlery.png deleted file mode 100644 index ef089c4..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_178_cutlery.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_178_cutlery@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_178_cutlery@2x.png deleted file mode 100644 index 9bf883b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_178_cutlery@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_179_header.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_179_header.png deleted file mode 100644 index 649167c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_179_header.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_179_header@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_179_header@2x.png deleted file mode 100644 index 81b0532..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_179_header@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_180_compressed.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_180_compressed.png deleted file mode 100644 index b353782..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_180_compressed.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_180_compressed@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_180_compressed@2x.png deleted file mode 100644 index 3f198d4..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_180_compressed@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_181_earphone.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_181_earphone.png deleted file mode 100644 index bf02d42..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_181_earphone.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_181_earphone@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_181_earphone@2x.png deleted file mode 100644 index c8db57c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_181_earphone@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_182_phone_alt.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_182_phone_alt.png deleted file mode 100644 index c7bb4fc..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_182_phone_alt.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_182_phone_alt@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_182_phone_alt@2x.png deleted file mode 100644 index b78347c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_182_phone_alt@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_183_tower.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_183_tower.png deleted file mode 100644 index 770277e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_183_tower.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_183_tower@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_183_tower@2x.png deleted file mode 100644 index 139c0e7..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_183_tower@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_184_stats.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_184_stats.png deleted file mode 100644 index bdfc2ff..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_184_stats.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_184_stats@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_184_stats@2x.png deleted file mode 100644 index d34ecf2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_184_stats@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_185_sd__video.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_185_sd__video.png deleted file mode 100644 index 9f6afd2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_185_sd__video.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_185_sd__video@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_185_sd__video@2x.png deleted file mode 100644 index 0c7ad87..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_185_sd__video@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_186_hd_video.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_186_hd_video.png deleted file mode 100644 index 3fb22bb..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_186_hd_video.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_186_hd_video@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_186_hd_video@2x.png deleted file mode 100644 index 66aa2ac..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_186_hd_video@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_187_subtitles.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_187_subtitles.png deleted file mode 100644 index 65306da..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_187_subtitles.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_187_subtitles@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_187_subtitles@2x.png deleted file mode 100644 index 22112b1..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_187_subtitles@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_188_sound_stereo.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_188_sound_stereo.png deleted file mode 100644 index 8f7bac6..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_188_sound_stereo.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_188_sound_stereo@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_188_sound_stereo@2x.png deleted file mode 100644 index 98cf1b0..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_188_sound_stereo@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_189_sound_dolby.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_189_sound_dolby.png deleted file mode 100644 index 72b3627..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_189_sound_dolby.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_189_sound_dolby@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_189_sound_dolby@2x.png deleted file mode 100644 index 2df4f81..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_189_sound_dolby@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_190_sound_5_1.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_190_sound_5_1.png deleted file mode 100644 index 0af2235..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_190_sound_5_1.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_190_sound_5_1@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_190_sound_5_1@2x.png deleted file mode 100644 index e912a69..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_190_sound_5_1@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_191_sound_6_1.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_191_sound_6_1.png deleted file mode 100644 index 55859b5..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_191_sound_6_1.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_191_sound_6_1@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_191_sound_6_1@2x.png deleted file mode 100644 index b06784c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_191_sound_6_1@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_192_sound_7_1.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_192_sound_7_1.png deleted file mode 100644 index 9e5d615..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_192_sound_7_1.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_192_sound_7_1@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_192_sound_7_1@2x.png deleted file mode 100644 index 1a460ba..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_192_sound_7_1@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_193_copyright_mark.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_193_copyright_mark.png deleted file mode 100644 index 2af04b1..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_193_copyright_mark.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_193_copyright_mark@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_193_copyright_mark@2x.png deleted file mode 100644 index 64700d8..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_193_copyright_mark@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_194_registration_mark.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_194_registration_mark.png deleted file mode 100644 index 32d4f9b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_194_registration_mark.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_194_registration_mark@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_194_registration_mark@2x.png deleted file mode 100644 index 4c8d08e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_194_registration_mark@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_195_cloud.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_195_cloud.png deleted file mode 100644 index 227c754..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_195_cloud.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_195_cloud@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_195_cloud@2x.png deleted file mode 100644 index 9e72217..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_195_cloud@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_196_cloud_download.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_196_cloud_download.png deleted file mode 100644 index 8f0800a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_196_cloud_download.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_196_cloud_download@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_196_cloud_download@2x.png deleted file mode 100644 index b001e24..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_196_cloud_download@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_197_cloud_upload.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_197_cloud_upload.png deleted file mode 100644 index b148327..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_197_cloud_upload.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_197_cloud_upload@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_197_cloud_upload@2x.png deleted file mode 100644 index b00de4d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_197_cloud_upload@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_198_tree_conifer.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_198_tree_conifer.png deleted file mode 100644 index 693d797..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_198_tree_conifer.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_198_tree_conifer@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_198_tree_conifer@2x.png deleted file mode 100644 index 5ea5fc9..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_198_tree_conifer@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_199_tree_deciduous.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_199_tree_deciduous.png deleted file mode 100644 index b00ebe3..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_199_tree_deciduous.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_199_tree_deciduous@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_199_tree_deciduous@2x.png deleted file mode 100644 index ebd9313..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/png/glyphicons_halflings_199_tree_deciduous@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/psd/glyphicons_halflings.psd b/core/static/plugins/glyphicons-pro/glyphicons_halflings/psd/glyphicons_halflings.psd deleted file mode 100644 index 5921989..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/psd/glyphicons_halflings.psd and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/psd/glyphicons_halflings@2x.psd b/core/static/plugins/glyphicons-pro/glyphicons_halflings/psd/glyphicons_halflings@2x.psd deleted file mode 100644 index 38e5291..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/psd/glyphicons_halflings@2x.psd and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/svg/glyphicons_halflings.svg b/core/static/plugins/glyphicons-pro/glyphicons_halflings/svg/glyphicons_halflings.svg deleted file mode 100644 index 0ba54e8..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons_halflings/svg/glyphicons_halflings.svg +++ /dev/null @@ -1,1165 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/svg/glyphicons_halflings@2x.svg b/core/static/plugins/glyphicons-pro/glyphicons_halflings/svg/glyphicons_halflings@2x.svg deleted file mode 100644 index 74174a7..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons_halflings/svg/glyphicons_halflings@2x.svg +++ /dev/null @@ -1,1167 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/web/html_css/css/halflings.css b/core/static/plugins/glyphicons-pro/glyphicons_halflings/web/html_css/css/halflings.css deleted file mode 100644 index 6b3473e..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons_halflings/web/html_css/css/halflings.css +++ /dev/null @@ -1,7 +0,0 @@ -/*! - * - * Project: GLYPHICONS HALFLINGS - * Author: Jan Kovarik - www.glyphicons.com - * Twitter: @jankovarik - * - */@font-face{font-family:'Glyphicons Halflings Regular';src:url('../fonts/glyphicons-halflings-regular.eot');src:url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('../fonts/glyphicons-halflings-regular.woff') format('woff'),url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');font-weight:normal;font-style:normal}.halflings{display:inline-block;position:relative;padding-left:25px;color:#1d1d1b;text-decoration:none;*display:inline;*zoom:1;vertical-align:middle}.halflings:before{position:absolute;left:0;top:0;display:inline-block;margin:0 5px 0 0;font:12px/1em 'Glyphicons Halflings Regular';font-style:normal;font-weight:normal;color:#1d1d1b;*display:inline;*zoom:1;vertical-align:middle;text-transform:none;-webkit-font-smoothing:antialiased}.halflings.white:before{color:#fff}.halflings.glass:before{content:"\E001"}.halflings.music:before{content:"\E002"}.halflings.search:before{content:"\E003"}.halflings.envelope:before{content:"\2709"}.halflings.heart:before{content:"\E005"}.halflings.star:before{content:"\E006"}.halflings.star-empty:before{content:"\E007"}.halflings.user:before{content:"\E008"}.halflings.film:before{content:"\E009"}.halflings.th-large:before{content:"\E010"}.halflings.th:before{content:"\E011"}.halflings.th-list:before{content:"\E012"}.halflings.ok:before{content:"\E013"}.halflings.remove:before{content:"\E014"}.halflings.zoom-in:before{content:"\E015"}.halflings.zoom-out:before{content:"\E016"}.halflings.off:before{content:"\E017"}.halflings.signal:before{content:"\E018"}.halflings.cog:before{content:"\E019"}.halflings.trash:before{content:"\E020"}.halflings.home:before{content:"\E021"}.halflings.file:before{content:"\E022"}.halflings.time:before{content:"\E023"}.halflings.road:before{content:"\E024"}.halflings.download-alt:before{content:"\E025"}.halflings.download:before{content:"\E026"}.halflings.upload:before{content:"\E027"}.halflings.inbox:before{content:"\E028"}.halflings.play-circle:before{content:"\E029"}.halflings.repeat:before{content:"\E030"}.halflings.refresh:before{content:"\E031"}.halflings.list-alt:before{content:"\E032"}.halflings.uni-lock:before{content:"\E033"}.halflings.flag:before{content:"\E034"}.halflings.headphones:before{content:"\E035"}.halflings.volume-off:before{content:"\E036"}.halflings.volume-down:before{content:"\E037"}.halflings.volume-up:before{content:"\E038"}.halflings.qrcode:before{content:"\E039"}.halflings.barcode:before{content:"\E040"}.halflings.tag:before{content:"\E041"}.halflings.tags:before{content:"\E042"}.halflings.book:before{content:"\E043"}.halflings.uni-bookmark:before{content:"\E044"}.halflings.print:before{content:"\E045"}.halflings.uni-camera:before{content:"\E046"}.halflings.font:before{content:"\E047"}.halflings.bold:before{content:"\E048"}.halflings.italic:before{content:"\E049"}.halflings.text-height:before{content:"\E050"}.halflings.text-width:before{content:"\E051"}.halflings.align-left:before{content:"\E052"}.halflings.align-center:before{content:"\E053"}.halflings.align-right:before{content:"\E054"}.halflings.align-justify:before{content:"\E055"}.halflings.list:before{content:"\E056"}.halflings.indent-left:before{content:"\E057"}.halflings.indent-right:before{content:"\E058"}.halflings.facetime-video:before{content:"\E059"}.halflings.picture:before{content:"\E060"}.halflings.pencil:before{content:"\270F"}.halflings.map-marker:before{content:"\E062"}.halflings.adjust:before{content:"\E063"}.halflings.tint:before{content:"\E064"}.halflings.edit:before{content:"\E065"}.halflings.share:before{content:"\E066"}.halflings.check:before{content:"\E067"}.halflings.move:before{content:"\E068"}.halflings.step-backward:before{content:"\E069"}.halflings.fast-backward:before{content:"\E070"}.halflings.backward:before{content:"\E071"}.halflings.play:before{content:"\E072"}.halflings.pause:before{content:"\E073"}.halflings.stop:before{content:"\E074"}.halflings.forward:before{content:"\E075"}.halflings.fast-forward:before{content:"\E076"}.halflings.step-forward:before{content:"\E077"}.halflings.eject:before{content:"\E078"}.halflings.chevron-left:before{content:"\E079"}.halflings.chevron-right:before{content:"\E080"}.halflings.plus-sign:before{content:"\E081"}.halflings.minus-sign:before{content:"\E082"}.halflings.remove-sign:before{content:"\E083"}.halflings.ok-sign:before{content:"\E084"}.halflings.question-sign:before{content:"\E085"}.halflings.info-sign:before{content:"\E086"}.halflings.screenshot:before{content:"\E087"}.halflings.remove-circle:before{content:"\E088"}.halflings.ok-circle:before{content:"\E089"}.halflings.ban-circle:before{content:"\E090"}.halflings.arrow-left:before{content:"\E091"}.halflings.arrow-right:before{content:"\E092"}.halflings.arrow-up:before{content:"\E093"}.halflings.arrow-down:before{content:"\E094"}.halflings.share-alt:before{content:"\E095"}.halflings.resize-full:before{content:"\E096"}.halflings.resize-small:before{content:"\E097"}.halflings.plus:before{content:"\002B"}.halflings.minus:before{content:"\2212"}.halflings.asterisk:before{content:"\002A"}.halflings.exclamation-sign:before{content:"\E101"}.halflings.gift:before{content:"\E102"}.halflings.leaf:before{content:"\E103"}.halflings.uni-fire:before{content:"\E104"}.halflings.eye-open:before{content:"\E105"}.halflings.eye-close:before{content:"\E106"}.halflings.warning-sign:before{content:"\E107"}.halflings.plane:before{content:"\E108"}.halflings.uni-calendar:before{content:"\E109"}.halflings.random:before{content:"\E110"}.halflings.comments:before{content:"\E111"}.halflings.magnet:before{content:"\E112"}.halflings.chevron-up:before{content:"\E113"}.halflings.chevron-down:before{content:"\E114"}.halflings.retweet:before{content:"\E115"}.halflings.shopping-cart:before{content:"\E116"}.halflings.folder-close:before{content:"\E117"}.halflings.folder-open:before{content:"\E118"}.halflings.resize-vertical:before{content:"\E119"}.halflings.resize-horizontal:before{content:"\E120"}.halflings.hdd:before{content:"\E121"}.halflings.bullhorn:before{content:"\E122"}.halflings.uni-bell:before{content:"\E123"}.halflings.certificate:before{content:"\E124"}.halflings.thumbs-up:before{content:"\E125"}.halflings.thumbs-down:before{content:"\E126"}.halflings.hand-right:before{content:"\E127"}.halflings.hand-left:before{content:"\E128"}.halflings.hand-top:before{content:"\E129"}.halflings.hand-down:before{content:"\E130"}.halflings.circle-arrow-right:before{content:"\E131"}.halflings.circle-arrow-left:before{content:"\E132"}.halflings.circle-arrow-top:before{content:"\E133"}.halflings.circle-arrow-down:before{content:"\E134"}.halflings.globe:before{content:"\E135"}.halflings.uni-wrench:before{content:"\E136"}.halflings.tasks:before{content:"\E137"}.halflings.filter:before{content:"\E138"}.halflings.uni-briefcase:before{content:"\E139"}.halflings.fullscreen:before{content:"\E140"}.halflings.dashboard:before{content:"\E141"}.halflings.uni-paperclip:before{content:"\E142"}.halflings.heart-empty:before{content:"\E143"}.halflings.link:before{content:"\E144"}.halflings.phone:before{content:"\E145"}.halflings.uni-pushpin:before{content:"\E146"}.halflings.euro:before{content:"\20AC"}.halflings.usd:before{content:"\E148"}.halflings.gbp:before{content:"\E149"}.halflings.sort:before{content:"\E150"}.halflings.sort-by-alphabet:before{content:"\E151"}.halflings.sort-by-alphabet-alt:before{content:"\E152"}.halflings.sort-by-order:before{content:"\E153"}.halflings.sort-by-order-alt:before{content:"\E154"}.halflings.sort-by-attributes:before{content:"\E155"}.halflings.sort-by-attributes-alt:before{content:"\E156"}.halflings.unchecked:before{content:"\E157"}.halflings.expand:before{content:"\E158"}.halflings.collapse:before{content:"\E159"}.halflings.collapse-top:before{content:"\E160"}.halflings.log_in:before{content:"\E161"}.halflings.flash:before{content:"\E162"}.halflings.log_out:before{content:"\E163"}.halflings.new_window:before{content:"\E164"}.halflings.record:before{content:"\E165"}.halflings.save:before{content:"\E166"}.halflings.open:before{content:"\E167"}.halflings.saved:before{content:"\E168"}.halflings.import:before{content:"\E169"}.halflings.export:before{content:"\E170"}.halflings.send:before{content:"\E171"}.halflings.floppy_disk:before{content:"\E172"}.halflings.floppy_saved:before{content:"\E173"}.halflings.floppy_remove:before{content:"\E174"}.halflings.floppy_save:before{content:"\E175"}.halflings.floppy_open:before{content:"\E176"}.halflings.credit_card:before{content:"\E177"}.halflings.transfer:before{content:"\E178"}.halflings.cutlery:before{content:"\E179"}.halflings.header:before{content:"\E180"}.halflings.compressed:before{content:"\E181"}.halflings.earphone:before{content:"\E182"}.halflings.phone_alt:before{content:"\E183"}.halflings.tower:before{content:"\E184"}.halflings.stats:before{content:"\E185"}.halflings.sd_video:before{content:"\E186"}.halflings.hd_video:before{content:"\E187"}.halflings.subtitles:before{content:"\E188"}.halflings.sound_stereo:before{content:"\E189"}.halflings.sound_dolby:before{content:"\E190"}.halflings.sound_5_1:before{content:"\E191"}.halflings.sound_6_1:before{content:"\E192"}.halflings.sound_7_1:before{content:"\E193"}.halflings.copyright_mark:before{content:"\E194"}.halflings.registration_mark:before{content:"\E195"}.halflings.cloud:before{content:"\2601"}.halflings.cloud_download:before{content:"\E197"}.halflings.cloud_upload:before{content:"\E198"}.halflings.tree_conifer:before{content:"\E199"}.halflings.tree_deciduous:before{content:"\E200"}.halflings-icon{display:inline-block;width:14px;height:14px;margin:0 8px 0 0;line-height:14px;vertical-align:text-top;background-image:url(../images/glyphicons_halflings.svg);background-position:0 0;background-repeat:no-repeat;vertical-align:top;*display:inline;*zoom:1;*margin-right:.3em}.halflings-icon _:-o-prefocus,.halflings-icon{background-image:url(../images/glyphicons_halflings.png)}.no-inlinesvg .halflings-icon{background-image:url(../images/glyphicons_halflings.png)}.halflings-icon.white{background-image:url(../images/glyphicons_halflings-white.svg)}.halflings-icon.white _:-o-prefocus,.halflings-icon.white{background-image:url(../images/glyphicons_halflings-white.png)}.no-inlinesvg .halflings-icon.white{background-image:url(../images/glyphicons_halflings-white.png)}.halflings-icon.glass{background-position:0 0}.halflings-icon.music{background-position:-24px 0}.halflings-icon.search{background-position:-48px 0}.halflings-icon.envelope{background-position:-72px 0}.halflings-icon.heart{background-position:-96px 0}.halflings-icon.star{background-position:-120px 0}.halflings-icon.star-empty{background-position:-144px 0}.halflings-icon.user{background-position:-168px 0}.halflings-icon.film{background-position:-192px 0}.halflings-icon.th-large{background-position:-216px 0}.halflings-icon.th{background-position:-240px 0}.halflings-icon.th-list{background-position:-264px 0}.halflings-icon.ok{background-position:-288px 0}.halflings-icon.remove{background-position:-312px 0}.halflings-icon.zoom-in{background-position:-336px 0}.halflings-icon.zoom-out{background-position:-360px 0}.halflings-icon.off{background-position:-384px 0}.halflings-icon.signal{background-position:-408px 0}.halflings-icon.cog{background-position:-432px 0}.halflings-icon.trash{background-position:-456px 0}.halflings-icon.home{background-position:0 -24px}.halflings-icon.file{background-position:-24px -24px}.halflings-icon.time{background-position:-48px -24px}.halflings-icon.road{background-position:-72px -24px}.halflings-icon.download-alt{background-position:-96px -24px}.halflings-icon.download{background-position:-120px -24px}.halflings-icon.upload{background-position:-144px -24px}.halflings-icon.inbox{background-position:-168px -24px}.halflings-icon.play-circle{background-position:-192px -24px}.halflings-icon.repeat{background-position:-216px -24px}.halflings-icon.refresh{background-position:-240px -24px}.halflings-icon.list-alt{background-position:-264px -24px}.halflings-icon.uni-lock{background-position:-288px -24px}.halflings-icon.flag{background-position:-312px -24px}.halflings-icon.headphones{background-position:-336px -24px}.halflings-icon.volume-off{background-position:-360px -24px}.halflings-icon.volume-down{background-position:-384px -24px}.halflings-icon.volume-up{background-position:-408px -24px}.halflings-icon.qrcode{background-position:-432px -24px}.halflings-icon.barcode{background-position:-456px -24px}.halflings-icon.tag{background-position:0 -48px}.halflings-icon.tags{background-position:-24px -48px}.halflings-icon.book{background-position:-48px -48px}.halflings-icon.uni-bookmark{background-position:-72px -48px}.halflings-icon.print{background-position:-96px -48px}.halflings-icon.uni-camera{background-position:-120px -48px}.halflings-icon.font{background-position:-144px -48px}.halflings-icon.bold{background-position:-168px -48px}.halflings-icon.italic{background-position:-192px -48px}.halflings-icon.text-height{background-position:-216px -48px}.halflings-icon.text-width{background-position:-240px -48px}.halflings-icon.align-left{background-position:-264px -48px}.halflings-icon.align-center{background-position:-288px -48px}.halflings-icon.align-right{background-position:-312px -48px}.halflings-icon.align-justify{background-position:-336px -48px}.halflings-icon.list{background-position:-360px -48px}.halflings-icon.indent-left{background-position:-384px -48px}.halflings-icon.indent-right{background-position:-408px -48px}.halflings-icon.facetime-video{background-position:-432px -48px}.halflings-icon.picture{background-position:-456px -48px}.halflings-icon.pencil{background-position:0 -72px}.halflings-icon.map-marker{background-position:-24px -72px}.halflings-icon.adjust{background-position:-48px -72px}.halflings-icon.tint{background-position:-72px -72px}.halflings-icon.edit{background-position:-96px -72px}.halflings-icon.share{background-position:-120px -72px}.halflings-icon.check{background-position:-144px -72px}.halflings-icon.move{background-position:-168px -72px}.halflings-icon.step-backward{background-position:-192px -72px}.halflings-icon.fast-backward{background-position:-216px -72px}.halflings-icon.backward{background-position:-240px -72px}.halflings-icon.play{background-position:-264px -72px}.halflings-icon.pause{background-position:-288px -72px}.halflings-icon.stop{background-position:-312px -72px}.halflings-icon.forward{background-position:-336px -72px}.halflings-icon.fast-forward{background-position:-360px -72px}.halflings-icon.step-forward{background-position:-384px -72px}.halflings-icon.eject{background-position:-408px -72px}.halflings-icon.chevron-left{background-position:-432px -72px}.halflings-icon.chevron-right{background-position:-456px -72px}.halflings-icon.plus-sign{background-position:0 -96px}.halflings-icon.minus-sign{background-position:-24px -96px}.halflings-icon.remove-sign{background-position:-48px -96px}.halflings-icon.ok-sign{background-position:-72px -96px}.halflings-icon.question-sign{background-position:-96px -96px}.halflings-icon.info-sign{background-position:-120px -96px}.halflings-icon.screenshot{background-position:-144px -96px}.halflings-icon.remove-circle{background-position:-168px -96px}.halflings-icon.ok-circle{background-position:-192px -96px}.halflings-icon.ban-circle{background-position:-216px -96px}.halflings-icon.arrow-left{background-position:-240px -96px}.halflings-icon.arrow-right{background-position:-264px -96px}.halflings-icon.arrow-up{background-position:-288px -96px}.halflings-icon.arrow-down{background-position:-312px -96px}.halflings-icon.share-alt{background-position:-336px -96px}.halflings-icon.resize-full{background-position:-360px -96px}.halflings-icon.resize-small{background-position:-384px -96px}.halflings-icon.plus{background-position:-408px -96px}.halflings-icon.minus{background-position:-432px -96px}.halflings-icon.asterisk{background-position:-456px -96px}.halflings-icon.exclamation-sign{background-position:0 -120px}.halflings-icon.gift{background-position:-24px -120px}.halflings-icon.leaf{background-position:-48px -120px}.halflings-icon.uni-fire{background-position:-72px -120px}.halflings-icon.eye-open{background-position:-96px -120px}.halflings-icon.eye-close{background-position:-120px -120px}.halflings-icon.warning-sign{background-position:-144px -120px}.halflings-icon.plane{background-position:-168px -120px}.halflings-icon.uni-calendar{background-position:-192px -120px}.halflings-icon.random{background-position:-216px -120px}.halflings-icon.comments{background-position:-240px -120px}.halflings-icon.magnet{background-position:-264px -120px}.halflings-icon.chevron-up{background-position:-288px -120px}.halflings-icon.chevron-down{background-position:-312px -120px}.halflings-icon.retweet{background-position:-336px -120px}.halflings-icon.shopping-cart{background-position:-360px -120px}.halflings-icon.folder-close{background-position:-384px -120px}.halflings-icon.folder-open{background-position:-408px -120px}.halflings-icon.resize-vertical{background-position:-432px -120px}.halflings-icon.resize-horizontal{background-position:-456px -120px}.halflings-icon.hdd{background-position:0 -144px}.halflings-icon.bullhorn{background-position:-24px -144px}.halflings-icon.uni-bell{background-position:-48px -144px}.halflings-icon.certificate{background-position:-72px -144px}.halflings-icon.thumbs-up{background-position:-96px -144px}.halflings-icon.thumbs-down{background-position:-120px -144px}.halflings-icon.hand-right{background-position:-144px -144px}.halflings-icon.hand-left{background-position:-168px -144px}.halflings-icon.hand-top{background-position:-192px -144px}.halflings-icon.hand-down{background-position:-216px -144px}.halflings-icon.circle-arrow-right{background-position:-240px -144px}.halflings-icon.circle-arrow-left{background-position:-264px -144px}.halflings-icon.circle-arrow-top{background-position:-288px -144px}.halflings-icon.circle-arrow-down{background-position:-312px -144px}.halflings-icon.globe{background-position:-336px -144px}.halflings-icon.uni-wrench{background-position:-360px -144px}.halflings-icon.tasks{background-position:-384px -144px}.halflings-icon.filter{background-position:-408px -144px}.halflings-icon.uni-briefcase{background-position:-432px -144px}.halflings-icon.fullscreen{background-position:-456px -144px}.halflings-icon.dashboard{background-position:0 -168px}.halflings-icon.uni-paperclip{background-position:-24px -168px}.halflings-icon.heart-empty{background-position:-48px -168px}.halflings-icon.link{background-position:-72px -168px}.halflings-icon.phone{background-position:-96px -168px}.halflings-icon.uni-pushpin{background-position:-120px -168px}.halflings-icon.euro{background-position:-144px -168px}.halflings-icon.usd{background-position:-168px -168px}.halflings-icon.gbp{background-position:-192px -168px}.halflings-icon.sort{background-position:-216px -168px}.halflings-icon.sort-by-alphabet{background-position:-240px -168px}.halflings-icon.sort-by-alphabet-alt{background-position:-264px -168px}.halflings-icon.sort-by-order{background-position:-288px -168px}.halflings-icon.sort-by-order-alt{background-position:-312px -168px}.halflings-icon.sort-by-attributes{background-position:-336px -168px}.halflings-icon.sort-by-attributes-alt{background-position:-360px -168px}.halflings-icon.unchecked{background-position:-384px -168px}.halflings-icon.expand{background-position:-408px -168px}.halflings-icon.collapse{background-position:-432px -168px}.halflings-icon.collapse-top{background-position:-456px -168px}.halflings-icon.log_in{background-position:0 -192px}.halflings-icon.flash{background-position:-24px -192px}.halflings-icon.log_out{background-position:-48px -192px}.halflings-icon.new_window{background-position:-72px -192px}.halflings-icon.record{background-position:-96px -192px}.halflings-icon.save{background-position:-120px -192px}.halflings-icon.open{background-position:-144px -192px}.halflings-icon.saved{background-position:-168px -192px}.halflings-icon.import{background-position:-192px -192px}.halflings-icon.export{background-position:-216px -192px}.halflings-icon.send{background-position:-240px -192px}.halflings-icon.floppy_disk{background-position:-264px -192px}.halflings-icon.floppy_saved{background-position:-288px -192px}.halflings-icon.floppy_remove{background-position:-312px -192px}.halflings-icon.floppy_save{background-position:-336px -192px}.halflings-icon.floppy_open{background-position:-360px -192px}.halflings-icon.credit_card{background-position:-384px -192px}.halflings-icon.transfer{background-position:-408px -192px}.halflings-icon.cutlery{background-position:-432px -192px}.halflings-icon.header{background-position:-456px -192px}.halflings-icon.compressed{background-position:0 -216px}.halflings-icon.earphone{background-position:-24px -216px}.halflings-icon.phone_alt{background-position:-48px -216px}.halflings-icon.tower{background-position:-72px -216px}.halflings-icon.stats{background-position:-96px -216px}.halflings-icon.sd_video{background-position:-120px -216px}.halflings-icon.hd_video{background-position:-144px -216px}.halflings-icon.subtitles{background-position:-168px -216px}.halflings-icon.sound_stereo{background-position:-192px -216px}.halflings-icon.sound_dolby{background-position:-216px -216px}.halflings-icon.sound_5_1{background-position:-240px -216px}.halflings-icon.sound_6_1{background-position:-264px -216px}.halflings-icon.sound_7_1{background-position:-288px -216px}.halflings-icon.copyright_mark{background-position:-312px -216px}.halflings-icon.registration_mark{background-position:-336px -216px}.halflings-icon.cloud{background-position:-360px -216px}.halflings-icon.cloud_download{background-position:-384px -216px}.halflings-icon.cloud_upload{background-position:-408px -216px}.halflings-icon.tree_conifer{background-position:-432px -216px}.halflings-icon.tree_deciduous{background-position:-456px -216px} \ No newline at end of file diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/web/html_css/css/style.css b/core/static/plugins/glyphicons-pro/glyphicons_halflings/web/html_css/css/style.css deleted file mode 100755 index 3e635fc..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons_halflings/web/html_css/css/style.css +++ /dev/null @@ -1 +0,0 @@ -article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none}html,body{margin:0;padding:0}h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,cite,code,del,dfn,em,img,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,button,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-size:100%;line-height:1;font-family:inherit}html{font-size:62.5%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}a:hover,a:active{outline:0}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{-ms-interpolation-mode:bicubic}*{-webkit-box-sizing:border-box;-khtml-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}html,body{height:100%}body{background:#fff;margin:0;font-family:'Helvetica Neue',Helvetica,'Arial CE',Arial,sans-serif;font-size:14px;color:#000;padding:20px 20px 0 20px;width:100%}.c{*zoom:1}.c:before,.c:after{display:table;content:""}.c:after{clear:both}h2{margin:0 0 15px 0;font-size:27px;font-weight:normal}div.list{padding:0 0 30px 0;margin:0 0 0 -10px}div.list-fonts{margin-left:0}p,.halflings{float:left;padding-left:10px;margin:0 0 10px 0;width:10%;font-size:11px;font-weight:bold;white-space:nowrap;overflow:hidden}.halflings{padding-right:10px;line-height:11px;overflow:visible}.halflings strong{display:block;width:100%;line-height:12px;overflow:hidden}.halflings span{display:inline-block;width:100%;*display:inline;*zoom:1;margin:3px 0 0 0;font-size:10px;font-weight:normal;overflow:hidden}.white-content{margin:0 -20px 30px -20px;padding:20px 20px 0 20px;background:#000;background:rgba(0,0,0,0.9)}.white-content *,.white-content p,.white-content a{color:#fff} \ No newline at end of file diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/web/html_css/fonts/glyphicons-halflings-regular.eot b/core/static/plugins/glyphicons-pro/glyphicons_halflings/web/html_css/fonts/glyphicons-halflings-regular.eot deleted file mode 100755 index 4a4ca86..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/web/html_css/fonts/glyphicons-halflings-regular.eot and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/web/html_css/fonts/glyphicons-halflings-regular.svg b/core/static/plugins/glyphicons-pro/glyphicons_halflings/web/html_css/fonts/glyphicons-halflings-regular.svg deleted file mode 100755 index e3e2dc7..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons_halflings/web/html_css/fonts/glyphicons-halflings-regular.svg +++ /dev/null @@ -1,229 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/web/html_css/fonts/glyphicons-halflings-regular.ttf b/core/static/plugins/glyphicons-pro/glyphicons_halflings/web/html_css/fonts/glyphicons-halflings-regular.ttf deleted file mode 100755 index 67fa00b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/web/html_css/fonts/glyphicons-halflings-regular.ttf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/web/html_css/fonts/glyphicons-halflings-regular.woff b/core/static/plugins/glyphicons-pro/glyphicons_halflings/web/html_css/fonts/glyphicons-halflings-regular.woff deleted file mode 100755 index 8c54182..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/web/html_css/fonts/glyphicons-halflings-regular.woff and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/web/html_css/images/glyphicons_halflings-white.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/web/html_css/images/glyphicons_halflings-white.png deleted file mode 100644 index 3889213..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/web/html_css/images/glyphicons_halflings-white.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/web/html_css/images/glyphicons_halflings-white.svg b/core/static/plugins/glyphicons-pro/glyphicons_halflings/web/html_css/images/glyphicons_halflings-white.svg deleted file mode 100644 index 12fc444..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons_halflings/web/html_css/images/glyphicons_halflings-white.svg +++ /dev/null @@ -1,1119 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/web/html_css/images/glyphicons_halflings.png b/core/static/plugins/glyphicons-pro/glyphicons_halflings/web/html_css/images/glyphicons_halflings.png deleted file mode 100644 index 525b26d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/web/html_css/images/glyphicons_halflings.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/web/html_css/images/glyphicons_halflings.svg b/core/static/plugins/glyphicons-pro/glyphicons_halflings/web/html_css/images/glyphicons_halflings.svg deleted file mode 100644 index e519298..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons_halflings/web/html_css/images/glyphicons_halflings.svg +++ /dev/null @@ -1,1119 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/web/html_css/index.html b/core/static/plugins/glyphicons-pro/glyphicons_halflings/web/html_css/index.html deleted file mode 100755 index 0787110..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons_halflings/web/html_css/index.html +++ /dev/null @@ -1,840 +0,0 @@ - - - - - - - Glyphicons - Halflings - - - - - - - - - - - -

    Fonts

    -
    - -
    -

    Fonts

    -
    - glassUTF E001 - musicUTF E002 - searchUTF E003 - envelopeUTF 2709 - heartUTF E005 - starUTF E006 - star-emptyUTF E007 - userUTF E008 - filmUTF E009 - th-largeUTF E010 - thUTF E011 - th-listUTF E012 - okUTF E013 - removeUTF E014 - zoom-inUTF E015 - zoom-outUTF E016 - offUTF E017 - signalUTF E018 - cogUTF E019 - trashUTF E020 - homeUTF E021 - fileUTF E022 - timeUTF E023 - roadUTF E024 - download-altUTF E025 - downloadUTF E026 - uploadUTF E027 - inboxUTF E028 - play-circleUTF E029 - repeatUTF E030 - refreshUTF E031 - list-altUTF E032 - uni-lockUTF E033 - flagUTF E034 - headphonesUTF E035 - volume-offUTF E036 - volume-downUTF E037 - volume-upUTF E038 - qrcodeUTF E039 - barcodeUTF E040 - tagUTF E041 - tagsUTF E042 - bookUTF E043 - uni-bookmarkUTF E044 - printUTF E045 - uni-cameraUTF E046 - fontUTF E047 - boldUTF E048 - italicUTF E049 - text-heightUTF E050 - text-widthUTF E051 - align-leftUTF E052 - align-centerUTF E053 - align-rightUTF E054 - align-justifyUTF E055 - listUTF E056 - indent-leftUTF E057 - indent-rightUTF E058 - facetime-videoUTF E059 - pictureUTF E060 - pencilUTF 270F - map-markerUTF E062 - adjustUTF E063 - tintUTF E064 - editUTF E065 - - checkUTF E067 - moveUTF E068 - step-backwardUTF E069 - fast-backwardUTF E070 - backwardUTF E071 - playUTF E072 - pauseUTF E073 - stopUTF E074 - forwardUTF E075 - fast-forwardUTF E076 - step-forwardUTF E077 - ejectUTF E078 - chevron-leftUTF E079 - chevron-rightUTF E080 - plus-signUTF E081 - minus-signUTF E082 - remove-signUTF E083 - ok-signUTF E084 - question-signUTF E085 - info-signUTF E086 - screenshotUTF E087 - remove-circleUTF E088 - ok-circleUTF E089 - ban-circleUTF E090 - arrow-leftUTF E091 - arrow-rightUTF E092 - arrow-upUTF E093 - arrow-downUTF E094 - - resize-fullUTF E096 - resize-smallUTF E097 - plusUTF 002B - minusUTF 2212 - asteriskUTF 002A - exclamation-signUTF E101 - giftUTF E102 - leafUTF E103 - uni-fireUTF E104 - eye-openUTF E105 - eye-closeUTF E106 - warning-signUTF E107 - planeUTF E108 - uni-calendarUTF E109 - randomUTF E110 - commentsUTF E111 - magnetUTF E112 - chevron-upUTF E113 - chevron-downUTF E114 - retweetUTF E115 - shopping-cartUTF E116 - folder-closeUTF E117 - folder-openUTF E118 - resize-verticalUTF E119 - resize-horizontalUTF E120 - hddUTF E121 - bullhornUTF E122 - uni-bellUTF E123 - certificateUTF E124 - thumbs-upUTF E125 - thumbs-downUTF E126 - hand-rightUTF E127 - hand-leftUTF E128 - hand-topUTF E129 - hand-downUTF E130 - circle-arrow-rightUTF E131 - circle-arrow-leftUTF E132 - circle-arrow-topUTF E133 - circle-arrow-downUTF E134 - globeUTF E135 - uni-wrenchUTF E136 - tasksUTF E137 - filterUTF E138 - uni-briefcaseUTF E139 - fullscreenUTF E140 - dashboardUTF E141 - uni-paperclipUTF E142 - heart-emptyUTF E143 - linkUTF E144 - phoneUTF E145 - uni-pushpinUTF E146 - euroUTF 20AC - usdUTF E148 - gbpUTF E149 - sortUTF E150 - sort-by-alphabetUTF E151 - sort-by-alphabet-altUTF E152 - sort-by-orderUTF E153 - sort-by-order-altUTF E154 - sort-by-attributesUTF E155 - sort-by-attributes-altUTF E156 - uncheckedUTF E157 - expandUTF E158 - collapseUTF E159 - collapse-topUTF E160 - - flashUTF E162 - log_outUTF E163 - new_windowUTF E164 - recordUTF E165 - saveUTF E166 - openUTF E167 - savedUTF E168 - importUTF E169 - exportUTF E170 - sendUTF E171 - floppy_diskUTF E172 - floppy_savedUTF E173 - floppy_removeUTF E174 - floppy_saveUTF E175 - floppy_openUTF E176 - credit_cardUTF E177 - transferUTF E178 - cutleryUTF E179 - headerUTF E180 - compressedUTF E181 - earphoneUTF E182 - phone_altUTF E183 - towerUTF E184 - statsUTF E185 - sd_videoUTF E186 - hd_videoUTF E187 - subtitlesUTF E188 - sound_stereoUTF E189 - sound_dolbyUTF E190 - sound_5_1UTF E191 - sound_6_1UTF E192 - sound_7_1UTF E193 - copyright_markUTF E194 - registration_markUTF E195 - cloudUTF 2601 - cloud_downloadUTF E197 - cloud_uploadUTF E198 - tree_coniferUTF E199 - tree_deciduousUTF E200 -
    -
    - -

    Images

    -
    -

    glass

    -

    music

    -

    search

    -

    envelope

    -

    heart

    -

    star

    -

    star-empty

    -

    user

    -

    film

    -

    th-large

    -

    th

    -

    th-list

    -

    ok

    -

    remove

    -

    zoom-in

    -

    zoom-out

    -

    off

    -

    signal

    -

    cog

    -

    trash

    -

    home

    -

    file

    -

    time

    -

    road

    -

    download-alt

    -

    download

    -

    upload

    -

    inbox

    -

    play-circle

    -

    repeat

    -

    refresh

    -

    list-alt

    -

    uni-lock

    -

    flag

    -

    headphones

    -

    volume-off

    -

    volume-down

    -

    volume-up

    -

    qrcode

    -

    barcode

    -

    tag

    -

    tags

    -

    book

    -

    uni-bookmark

    -

    print

    -

    uni-camera

    -

    font

    -

    bold

    -

    italic

    -

    text-height

    -

    text-width

    -

    align-left

    -

    align-center

    -

    align-right

    -

    align-justify

    -

    list

    -

    indent-left

    -

    indent-right

    -

    facetime-video

    -

    picture

    -

    pencil

    -

    map-marker

    -

    adjust

    -

    tint

    -

    edit

    -

    share

    -

    check

    -

    move

    -

    step-backward

    -

    fast-backward

    -

    backward

    -

    play

    -

    pause

    -

    stop

    -

    forward

    -

    fast-forward

    -

    step-forward

    -

    eject

    -

    chevron-left

    -

    chevron-right

    -

    plus-sign

    -

    minus-sign

    -

    remove-sign

    -

    ok-sign

    -

    question-sign

    -

    info-sign

    -

    screenshot

    -

    remove-circle

    -

    ok-circle

    -

    ban-circle

    -

    arrow-left

    -

    arrow-right

    -

    arrow-up

    -

    arrow-down

    -

    share-alt

    -

    resize-full

    -

    resize-small

    -

    plus

    -

    minus

    -

    asterisk

    -

    exclamation-sign

    -

    gift

    -

    leaf

    -

    uni-fire

    -

    eye-open

    -

    eye-close

    -

    warning-sign

    -

    plane

    -

    uni-calendar

    -

    random

    -

    comments

    -

    magnet

    -

    chevron-up

    -

    chevron-down

    -

    retweet

    -

    shopping-cart

    -

    folder-close

    -

    folder-open

    -

    resize-vertical

    -

    resize-horizontal

    -

    hdd

    -

    bullhorn

    -

    uni-bell

    -

    certificate

    -

    thumbs-up

    -

    thumbs-down

    -

    hand-right

    -

    hand-left

    -

    hand-top

    -

    hand-down

    -

    circle-arrow-right

    -

    circle-arrow-left

    -

    circle-arrow-top

    -

    circle-arrow-down

    -

    globe

    -

    uni-wrench

    -

    tasks

    -

    filter

    -

    uni-briefcase

    -

    fullscreen

    -

    dashboard

    -

    uni-paperclip

    -

    heart-empty

    -

    link

    -

    phone

    -

    uni-pushpin

    -

    euro

    -

    usd

    -

    gbp

    -

    sort

    -

    sort-by-alphabet

    -

    sort-by-alphabet-alt

    -

    sort-by-order

    -

    sort-by-order-alt

    -

    sort-by-attributes

    -

    sort-by-attributes-alt

    -

    unchecked

    -

    expand

    -

    collapse

    -

    collapse-top

    -

    log_in

    -

    flash

    -

    log_out

    -

    new_window

    -

    record

    -

    save

    -

    open

    -

    saved

    -

    import

    -

    export

    -

    send

    -

    floppy_disk

    -

    floppy_saved

    -

    floppy_remove

    -

    floppy_save

    -

    floppy_open

    -

    credit_card

    -

    transfer

    -

    cutlery

    -

    header

    -

    compressed

    -

    earphone

    -

    phone_alt

    -

    tower

    -

    stats

    -

    sd_video

    -

    hd_video

    -

    subtitles

    -

    sound_stereo

    -

    sound_dolby

    -

    sound_5_1

    -

    sound_6_1

    -

    sound_7_1

    -

    copyright_mark

    -

    registration_mark

    -

    cloud

    -

    cloud_download

    -

    cloud_upload

    -

    tree_conifer

    -

    tree_deciduous

    -
    - -
    -

    Images

    -
    -

    glass

    -

    music

    -

    search

    -

    envelope

    -

    heart

    -

    star

    -

    star-empty

    -

    user

    -

    film

    -

    th-large

    -

    th

    -

    th-list

    -

    ok

    -

    remove

    -

    zoom-in

    -

    zoom-out

    -

    off

    -

    signal

    -

    cog

    -

    trash

    -

    home

    -

    file

    -

    time

    -

    road

    -

    download-alt

    -

    download

    -

    upload

    -

    inbox

    -

    play-circle

    -

    repeat

    -

    refresh

    -

    list-alt

    -

    uni-lock

    -

    flag

    -

    headphones

    -

    volume-off

    -

    volume-down

    -

    volume-up

    -

    qrcode

    -

    barcode

    -

    tag

    -

    tags

    -

    book

    -

    uni-bookmark

    -

    print

    -

    uni-camera

    -

    font

    -

    bold

    -

    italic

    -

    text-height

    -

    text-width

    -

    align-left

    -

    align-center

    -

    align-right

    -

    align-justify

    -

    list

    -

    indent-left

    -

    indent-right

    -

    facetime-video

    -

    picture

    -

    pencil

    -

    map-marker

    -

    adjust

    -

    tint

    -

    edit

    -

    share

    -

    check

    -

    move

    -

    step-backward

    -

    fast-backward

    -

    backward

    -

    play

    -

    pause

    -

    stop

    -

    forward

    -

    fast-forward

    -

    step-forward

    -

    eject

    -

    chevron-left

    -

    chevron-right

    -

    plus-sign

    -

    minus-sign

    -

    remove-sign

    -

    ok-sign

    -

    question-sign

    -

    info-sign

    -

    screenshot

    -

    remove-circle

    -

    ok-circle

    -

    ban-circle

    -

    arrow-left

    -

    arrow-right

    -

    arrow-up

    -

    arrow-down

    -

    share-alt

    -

    resize-full

    -

    resize-small

    -

    plus

    -

    minus

    -

    asterisk

    -

    exclamation-sign

    -

    gift

    -

    leaf

    -

    uni-fire

    -

    eye-open

    -

    eye-close

    -

    warning-sign

    -

    plane

    -

    uni-calendar

    -

    random

    -

    comments

    -

    magnet

    -

    chevron-up

    -

    chevron-down

    -

    retweet

    -

    shopping-cart

    -

    folder-close

    -

    folder-open

    -

    resize-vertical

    -

    resize-horizontal

    -

    hdd

    -

    bullhorn

    -

    uni-bell

    -

    certificate

    -

    thumbs-up

    -

    thumbs-down

    -

    hand-right

    -

    hand-left

    -

    hand-top

    -

    hand-down

    -

    circle-arrow-right

    -

    circle-arrow-left

    -

    circle-arrow-top

    -

    circle-arrow-down

    -

    globe

    -

    uni-wrench

    -

    tasks

    -

    filter

    -

    uni-briefcase

    -

    fullscreen

    -

    dashboard

    -

    uni-paperclip

    -

    heart-empty

    -

    link

    -

    phone

    -

    uni-pushpin

    -

    euro

    -

    usd

    -

    gbp

    -

    sort

    -

    sort-by-alphabet

    -

    sort-by-alphabet-alt

    -

    sort-by-order

    -

    sort-by-order-alt

    -

    sort-by-attributes

    -

    sort-by-attributes-alt

    -

    unchecked

    -

    expand

    -

    collapse

    -

    collapse-top

    -

    log_in

    -

    flash

    -

    log_out

    -

    new_window

    -

    record

    -

    save

    -

    open

    -

    saved

    -

    import

    -

    export

    -

    send

    -

    floppy_disk

    -

    floppy_saved

    -

    floppy_remove

    -

    floppy_save

    -

    floppy_open

    -

    credit_card

    -

    transfer

    -

    cutlery

    -

    header

    -

    compressed

    -

    earphone

    -

    phone_alt

    -

    tower

    -

    stats

    -

    sd_video

    -

    hd_video

    -

    subtitles

    -

    sound_stereo

    -

    sound_dolby

    -

    sound_5_1

    -

    sound_6_1

    -

    sound_7_1

    -

    copyright_mark

    -

    registration_mark

    -

    cloud

    -

    cloud_download

    -

    cloud_upload

    -

    tree_conifer

    -

    tree_deciduous

    -
    -
    - - - \ No newline at end of file diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/web/html_css/less/halflings.less b/core/static/plugins/glyphicons-pro/glyphicons_halflings/web/html_css/less/halflings.less deleted file mode 100755 index b145c72..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons_halflings/web/html_css/less/halflings.less +++ /dev/null @@ -1,493 +0,0 @@ -/*! - * - * Project: GLYPHICONS HALFLINGS - * Author: Jan Kovarik - www.glyphicons.com - * Twitter: @jankovarik - * - */ - -// IMPORT FONTS -@font-face { - font-family: 'Glyphicons Halflings Regular'; - src: url('../fonts/glyphicons-halflings-regular.eot'); - src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), - url('../fonts/glyphicons-halflings-regular.woff') format('woff'), - url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), - url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); - font-weight: normal; - font-style: normal; -} - -// FONT ICONS -.halflings{ - display: inline-block; - position: relative; - padding-left:25px; - color: #1d1d1b; - text-decoration: none; - *display: inline; - *zoom: 1; - vertical-align:middle; - - &:before{ - position: absolute; - left: 0; - top: 0; - display: inline-block; - margin:0 5px 0 0; - font: 12px/1em 'Glyphicons Halflings Regular'; - font-style: normal; - font-weight: normal; - color: #1d1d1b; - *display: inline; - *zoom: 1; - vertical-align:middle; - text-transform:none; - -webkit-font-smoothing: antialiased; - } - &.white{ - &:before{ - color: #fff; - } - } - - &.glass{ &:before{ content:"\E001";} } - &.music{ &:before{ content:"\E002";} } - &.search{ &:before{ content:"\E003";} } - &.envelope{ &:before{ content:"\2709";} } - &.heart{ &:before{ content:"\E005";} } - &.star{ &:before{ content:"\E006";} } - &.star-empty{ &:before{ content:"\E007";} } - &.user{ &:before{ content:"\E008";} } - &.film{ &:before{ content:"\E009";} } - &.th-large{ &:before{ content:"\E010";} } - &.th{ &:before{ content:"\E011";} } - &.th-list{ &:before{ content:"\E012";} } - &.ok{ &:before{ content:"\E013";} } - &.remove{ &:before{ content:"\E014";} } - &.zoom-in{ &:before{ content:"\E015";} } - &.zoom-out{ &:before{ content:"\E016";} } - &.off{ &:before{ content:"\E017";} } - &.signal{ &:before{ content:"\E018";} } - &.cog{ &:before{ content:"\E019";} } - &.trash{ &:before{ content:"\E020";} } - &.home{ &:before{ content:"\E021";} } - &.file{ &:before{ content:"\E022";} } - &.time{ &:before{ content:"\E023";} } - &.road{ &:before{ content:"\E024";} } - &.download-alt{ &:before{ content:"\E025";} } - &.download{ &:before{ content:"\E026";} } - &.upload{ &:before{ content:"\E027";} } - &.inbox{ &:before{ content:"\E028";} } - &.play-circle{ &:before{ content:"\E029";} } - &.repeat{ &:before{ content:"\E030";} } - &.refresh{ &:before{ content:"\E031";} } - &.list-alt{ &:before{ content:"\E032";} } - &.uni-lock{ &:before{ content:"\E033";} } - &.flag{ &:before{ content:"\E034";} } - &.headphones{ &:before{ content:"\E035";} } - &.volume-off{ &:before{ content:"\E036";} } - &.volume-down{ &:before{ content:"\E037";} } - &.volume-up{ &:before{ content:"\E038";} } - &.qrcode{ &:before{ content:"\E039";} } - &.barcode{ &:before{ content:"\E040";} } - &.tag{ &:before{ content:"\E041";} } - &.tags{ &:before{ content:"\E042";} } - &.book{ &:before{ content:"\E043";} } - &.uni-bookmark{ &:before{ content:"\E044";} } - &.print{ &:before{ content:"\E045";} } - &.uni-camera{ &:before{ content:"\E046";} } - &.font{ &:before{ content:"\E047";} } - &.bold{ &:before{ content:"\E048";} } - &.italic{ &:before{ content:"\E049";} } - &.text-height{ &:before{ content:"\E050";} } - &.text-width{ &:before{ content:"\E051";} } - &.align-left{ &:before{ content:"\E052";} } - &.align-center{ &:before{ content:"\E053";} } - &.align-right{ &:before{ content:"\E054";} } - &.align-justify{ &:before{ content:"\E055";} } - &.list{ &:before{ content:"\E056";} } - &.indent-left{ &:before{ content:"\E057";} } - &.indent-right{ &:before{ content:"\E058";} } - &.facetime-video{ &:before{ content:"\E059";} } - &.picture{ &:before{ content:"\E060";} } - &.pencil{ &:before{ content:"\270F";} } - &.map-marker{ &:before{ content:"\E062";} } - &.adjust{ &:before{ content:"\E063";} } - &.tint{ &:before{ content:"\E064";} } - &.edit{ &:before{ content:"\E065";} } - &.share{ &:before{ content:"\E066";} } - &.check{ &:before{ content:"\E067";} } - &.move{ &:before{ content:"\E068";} } - &.step-backward{ &:before{ content:"\E069";} } - &.fast-backward{ &:before{ content:"\E070";} } - &.backward{ &:before{ content:"\E071";} } - &.play{ &:before{ content:"\E072";} } - &.pause{ &:before{ content:"\E073";} } - &.stop{ &:before{ content:"\E074";} } - &.forward{ &:before{ content:"\E075";} } - &.fast-forward{ &:before{ content:"\E076";} } - &.step-forward{ &:before{ content:"\E077";} } - &.eject{ &:before{ content:"\E078";} } - &.chevron-left{ &:before{ content:"\E079";} } - &.chevron-right{ &:before{ content:"\E080";} } - &.plus-sign{ &:before{ content:"\E081";} } - &.minus-sign{ &:before{ content:"\E082";} } - &.remove-sign{ &:before{ content:"\E083";} } - &.ok-sign{ &:before{ content:"\E084";} } - &.question-sign{ &:before{ content:"\E085";} } - &.info-sign{ &:before{ content:"\E086";} } - &.screenshot{ &:before{ content:"\E087";} } - &.remove-circle{ &:before{ content:"\E088";} } - &.ok-circle{ &:before{ content:"\E089";} } - &.ban-circle{ &:before{ content:"\E090";} } - &.arrow-left{ &:before{ content:"\E091";} } - &.arrow-right{ &:before{ content:"\E092";} } - &.arrow-up{ &:before{ content:"\E093";} } - &.arrow-down{ &:before{ content:"\E094";} } - &.share-alt{ &:before{ content:"\E095";} } - &.resize-full{ &:before{ content:"\E096";} } - &.resize-small{ &:before{ content:"\E097";} } - &.plus{ &:before{ content:"\002B";} } - &.minus{ &:before{ content:"\2212";} } - &.asterisk{ &:before{ content:"\002A";} } - &.exclamation-sign{ &:before{ content:"\E101";} } - &.gift{ &:before{ content:"\E102";} } - &.leaf{ &:before{ content:"\E103";} } - &.uni-fire{ &:before{ content:"\E104";} } - &.eye-open{ &:before{ content:"\E105";} } - &.eye-close{ &:before{ content:"\E106";} } - &.warning-sign{ &:before{ content:"\E107";} } - &.plane{ &:before{ content:"\E108";} } - &.uni-calendar{ &:before{ content:"\E109";} } - &.random{ &:before{ content:"\E110";} } - &.comments{ &:before{ content:"\E111";} } - &.magnet{ &:before{ content:"\E112";} } - &.chevron-up{ &:before{ content:"\E113";} } - &.chevron-down{ &:before{ content:"\E114";} } - &.retweet{ &:before{ content:"\E115";} } - &.shopping-cart{ &:before{ content:"\E116";} } - &.folder-close{ &:before{ content:"\E117";} } - &.folder-open{ &:before{ content:"\E118";} } - &.resize-vertical{ &:before{ content:"\E119";} } - &.resize-horizontal{ &:before{ content:"\E120";} } - &.hdd{ &:before{ content:"\E121";} } - &.bullhorn{ &:before{ content:"\E122";} } - &.uni-bell{ &:before{ content:"\E123";} } - &.certificate{ &:before{ content:"\E124";} } - &.thumbs-up{ &:before{ content:"\E125";} } - &.thumbs-down{ &:before{ content:"\E126";} } - &.hand-right{ &:before{ content:"\E127";} } - &.hand-left{ &:before{ content:"\E128";} } - &.hand-top{ &:before{ content:"\E129";} } - &.hand-down{ &:before{ content:"\E130";} } - &.circle-arrow-right{ &:before{ content:"\E131";} } - &.circle-arrow-left{ &:before{ content:"\E132";} } - &.circle-arrow-top{ &:before{ content:"\E133";} } - &.circle-arrow-down{ &:before{ content:"\E134";} } - &.globe{ &:before{ content:"\E135";} } - &.uni-wrench{ &:before{ content:"\E136";} } - &.tasks{ &:before{ content:"\E137";} } - &.filter{ &:before{ content:"\E138";} } - &.uni-briefcase{ &:before{ content:"\E139";} } - &.fullscreen{ &:before{ content:"\E140";} } - &.dashboard{ &:before{ content:"\E141";} } - &.uni-paperclip{ &:before{ content:"\E142";} } - &.heart-empty{ &:before{ content:"\E143";} } - &.link{ &:before{ content:"\E144";} } - &.phone{ &:before{ content:"\E145";} } - &.uni-pushpin{ &:before{ content:"\E146";} } - &.euro{ &:before{ content:"\20AC";} } - &.usd{ &:before{ content:"\E148";} } - &.gbp{ &:before{ content:"\E149";} } - &.sort{ &:before{ content:"\E150";} } - &.sort-by-alphabet{ &:before{ content:"\E151";} } - &.sort-by-alphabet-alt{ &:before{ content:"\E152";} } - &.sort-by-order{ &:before{ content:"\E153";} } - &.sort-by-order-alt{ &:before{ content:"\E154";} } - &.sort-by-attributes{ &:before{ content:"\E155";} } - &.sort-by-attributes-alt{ &:before{ content:"\E156";} } - &.unchecked{ &:before{ content:"\E157";} } - &.expand{ &:before{ content:"\E158";} } - &.collapse{ &:before{ content:"\E159";} } - &.collapse-top{ &:before{ content:"\E160";} } - &.log_in{ &:before{ content:"\E161";} } - &.flash{ &:before{ content:"\E162";} } - &.log_out{ &:before{ content:"\E163";} } - &.new_window{ &:before{ content:"\E164";} } - &.record{ &:before{ content:"\E165";} } - &.save{ &:before{ content:"\E166";} } - &.open{ &:before{ content:"\E167";} } - &.saved{ &:before{ content:"\E168";} } - &.import{ &:before{ content:"\E169";} } - &.export{ &:before{ content:"\E170";} } - &.send{ &:before{ content:"\E171";} } - &.floppy_disk{ &:before{ content:"\E172";} } - &.floppy_saved{ &:before{ content:"\E173";} } - &.floppy_remove{ &:before{ content:"\E174";} } - &.floppy_save{ &:before{ content:"\E175";} } - &.floppy_open{ &:before{ content:"\E176";} } - &.credit_card{ &:before{ content:"\E177";} } - &.transfer{ &:before{ content:"\E178";} } - &.cutlery{ &:before{ content:"\E179";} } - &.header{ &:before{ content:"\E180";} } - &.compressed{ &:before{ content:"\E181";} } - &.earphone{ &:before{ content:"\E182";} } - &.phone_alt{ &:before{ content:"\E183";} } - &.tower{ &:before{ content:"\E184";} } - &.stats{ &:before{ content:"\E185";} } - &.sd_video{ &:before{ content:"\E186";} } - &.hd_video{ &:before{ content:"\E187";} } - &.subtitles{ &:before{ content:"\E188";} } - &.sound_stereo{ &:before{ content:"\E189";} } - &.sound_dolby{ &:before{ content:"\E190";} } - &.sound_5_1{ &:before{ content:"\E191";} } - &.sound_6_1{ &:before{ content:"\E192";} } - &.sound_7_1{ &:before{ content:"\E193";} } - &.copyright_mark{ &:before{ content:"\E194";} } - &.registration_mark{ &:before{ content:"\E195";} } - &.cloud{ &:before{ content:"\2601";} } - &.cloud_download{ &:before{ content:"\E197";} } - &.cloud_upload{ &:before{ content:"\E198";} } - &.tree_conifer{ &:before{ content:"\E199";} } - &.tree_deciduous{ &:before{ content:"\E200";} } - -} - -// IMAGE ICONS -.halflings-icon{ - display: inline-block; - width: 14px; - height: 14px; - margin:0 8px 0 0; - line-height: 14px; - vertical-align: text-top; - background-image: url(../images/glyphicons_halflings.svg); - background-position: 0 0; - background-repeat: no-repeat; - vertical-align: top; - *display: inline; - *zoom: 1; - *margin-right: .3em; - - // OPERA BUG SVG FIX v9.5 - v12 - _:-o-prefocus, &{ - background-image: url(../images/glyphicons_halflings.png); - } - .no-inlinesvg &{ - background-image: url(../images/glyphicons_halflings.png); - } - &.white{ - background-image: url(../images/glyphicons_halflings-white.svg); - - // OPERA BUG SVG FIX v9.5 - v12 - _:-o-prefocus, &{ - background-image: url(../images/glyphicons_halflings-white.png); - } - .no-inlinesvg &{ - background-image: url(../images/glyphicons_halflings-white.png); - } - } - - &.glass{ background-position: -0px -0px; } - &.music{ background-position: -24px -0px; } - &.search{ background-position: -48px -0px; } - &.envelope{ background-position: -72px -0px; } - &.heart{ background-position: -96px -0px; } - &.star{ background-position: -120px -0px; } - &.star-empty{ background-position: -144px -0px; } - &.user{ background-position: -168px -0px; } - &.film{ background-position: -192px -0px; } - &.th-large{ background-position: -216px -0px; } - &.th{ background-position: -240px -0px; } - &.th-list{ background-position: -264px -0px; } - &.ok{ background-position: -288px -0px; } - &.remove{ background-position: -312px -0px; } - &.zoom-in{ background-position: -336px -0px; } - &.zoom-out{ background-position: -360px -0px; } - &.off{ background-position: -384px -0px; } - &.signal{ background-position: -408px -0px; } - &.cog{ background-position: -432px -0px; } - &.trash{ background-position: -456px -0px; } - &.home{ background-position: -0px -24px; } - &.file{ background-position: -24px -24px; } - &.time{ background-position: -48px -24px; } - &.road{ background-position: -72px -24px; } - &.download-alt{ background-position: -96px -24px; } - &.download{ background-position: -120px -24px; } - &.upload{ background-position: -144px -24px; } - &.inbox{ background-position: -168px -24px; } - &.play-circle{ background-position: -192px -24px; } - &.repeat{ background-position: -216px -24px; } - &.refresh{ background-position: -240px -24px; } - &.list-alt{ background-position: -264px -24px; } - &.uni-lock{ background-position: -288px -24px; } - &.flag{ background-position: -312px -24px; } - &.headphones{ background-position: -336px -24px; } - &.volume-off{ background-position: -360px -24px; } - &.volume-down{ background-position: -384px -24px; } - &.volume-up{ background-position: -408px -24px; } - &.qrcode{ background-position: -432px -24px; } - &.barcode{ background-position: -456px -24px; } - &.tag{ background-position: -0px -48px; } - &.tags{ background-position: -24px -48px; } - &.book{ background-position: -48px -48px; } - &.uni-bookmark{ background-position: -72px -48px; } - &.print{ background-position: -96px -48px; } - &.uni-camera{ background-position: -120px -48px; } - &.font{ background-position: -144px -48px; } - &.bold{ background-position: -168px -48px; } - &.italic{ background-position: -192px -48px; } - &.text-height{ background-position: -216px -48px; } - &.text-width{ background-position: -240px -48px; } - &.align-left{ background-position: -264px -48px; } - &.align-center{ background-position: -288px -48px; } - &.align-right{ background-position: -312px -48px; } - &.align-justify{ background-position: -336px -48px; } - &.list{ background-position: -360px -48px; } - &.indent-left{ background-position: -384px -48px; } - &.indent-right{ background-position: -408px -48px; } - &.facetime-video{ background-position: -432px -48px; } - &.picture{ background-position: -456px -48px; } - &.pencil{ background-position: -0px -72px; } - &.map-marker{ background-position: -24px -72px; } - &.adjust{ background-position: -48px -72px; } - &.tint{ background-position: -72px -72px; } - &.edit{ background-position: -96px -72px; } - &.share{ background-position: -120px -72px; } - &.check{ background-position: -144px -72px; } - &.move{ background-position: -168px -72px; } - &.step-backward{ background-position: -192px -72px; } - &.fast-backward{ background-position: -216px -72px; } - &.backward{ background-position: -240px -72px; } - &.play{ background-position: -264px -72px; } - &.pause{ background-position: -288px -72px; } - &.stop{ background-position: -312px -72px; } - &.forward{ background-position: -336px -72px; } - &.fast-forward{ background-position: -360px -72px; } - &.step-forward{ background-position: -384px -72px; } - &.eject{ background-position: -408px -72px; } - &.chevron-left{ background-position: -432px -72px; } - &.chevron-right{ background-position: -456px -72px; } - &.plus-sign{ background-position: -0px -96px; } - &.minus-sign{ background-position: -24px -96px; } - &.remove-sign{ background-position: -48px -96px; } - &.ok-sign{ background-position: -72px -96px; } - &.question-sign{ background-position: -96px -96px; } - &.info-sign{ background-position: -120px -96px; } - &.screenshot{ background-position: -144px -96px; } - &.remove-circle{ background-position: -168px -96px; } - &.ok-circle{ background-position: -192px -96px; } - &.ban-circle{ background-position: -216px -96px; } - &.arrow-left{ background-position: -240px -96px; } - &.arrow-right{ background-position: -264px -96px; } - &.arrow-up{ background-position: -288px -96px; } - &.arrow-down{ background-position: -312px -96px; } - &.share-alt{ background-position: -336px -96px; } - &.resize-full{ background-position: -360px -96px; } - &.resize-small{ background-position: -384px -96px; } - &.plus{ background-position: -408px -96px; } - &.minus{ background-position: -432px -96px; } - &.asterisk{ background-position: -456px -96px; } - &.exclamation-sign{ background-position: -0px -120px; } - &.gift{ background-position: -24px -120px; } - &.leaf{ background-position: -48px -120px; } - &.uni-fire{ background-position: -72px -120px; } - &.eye-open{ background-position: -96px -120px; } - &.eye-close{ background-position: -120px -120px; } - &.warning-sign{ background-position: -144px -120px; } - &.plane{ background-position: -168px -120px; } - &.uni-calendar{ background-position: -192px -120px; } - &.random{ background-position: -216px -120px; } - &.comments{ background-position: -240px -120px; } - &.magnet{ background-position: -264px -120px; } - &.chevron-up{ background-position: -288px -120px; } - &.chevron-down{ background-position: -312px -120px; } - &.retweet{ background-position: -336px -120px; } - &.shopping-cart{ background-position: -360px -120px; } - &.folder-close{ background-position: -384px -120px; } - &.folder-open{ background-position: -408px -120px; } - &.resize-vertical{ background-position: -432px -120px; } - &.resize-horizontal{ background-position: -456px -120px; } - &.hdd{ background-position: -0px -144px; } - &.bullhorn{ background-position: -24px -144px; } - &.uni-bell{ background-position: -48px -144px; } - &.certificate{ background-position: -72px -144px; } - &.thumbs-up{ background-position: -96px -144px; } - &.thumbs-down{ background-position: -120px -144px; } - &.hand-right{ background-position: -144px -144px; } - &.hand-left{ background-position: -168px -144px; } - &.hand-top{ background-position: -192px -144px; } - &.hand-down{ background-position: -216px -144px; } - &.circle-arrow-right{ background-position: -240px -144px; } - &.circle-arrow-left{ background-position: -264px -144px; } - &.circle-arrow-top{ background-position: -288px -144px; } - &.circle-arrow-down{ background-position: -312px -144px; } - &.globe{ background-position: -336px -144px; } - &.uni-wrench{ background-position: -360px -144px; } - &.tasks{ background-position: -384px -144px; } - &.filter{ background-position: -408px -144px; } - &.uni-briefcase{ background-position: -432px -144px; } - &.fullscreen{ background-position: -456px -144px; } - &.dashboard{ background-position: -0px -168px; } - &.uni-paperclip{ background-position: -24px -168px; } - &.heart-empty{ background-position: -48px -168px; } - &.link{ background-position: -72px -168px; } - &.phone{ background-position: -96px -168px; } - &.uni-pushpin{ background-position: -120px -168px; } - &.euro{ background-position: -144px -168px; } - &.usd{ background-position: -168px -168px; } - &.gbp{ background-position: -192px -168px; } - &.sort{ background-position: -216px -168px; } - &.sort-by-alphabet{ background-position: -240px -168px; } - &.sort-by-alphabet-alt{ background-position: -264px -168px; } - &.sort-by-order{ background-position: -288px -168px; } - &.sort-by-order-alt{ background-position: -312px -168px; } - &.sort-by-attributes{ background-position: -336px -168px; } - &.sort-by-attributes-alt{ background-position: -360px -168px; } - &.unchecked{ background-position: -384px -168px; } - &.expand{ background-position: -408px -168px; } - &.collapse{ background-position: -432px -168px; } - &.collapse-top{ background-position: -456px -168px; } - &.log_in{ background-position: -0px -192px; } - &.flash{ background-position: -24px -192px; } - &.log_out{ background-position: -48px -192px; } - &.new_window{ background-position: -72px -192px; } - &.record{ background-position: -96px -192px; } - &.save{ background-position: -120px -192px; } - &.open{ background-position: -144px -192px; } - &.saved{ background-position: -168px -192px; } - &.import{ background-position: -192px -192px; } - &.export{ background-position: -216px -192px; } - &.send{ background-position: -240px -192px; } - &.floppy_disk{ background-position: -264px -192px; } - &.floppy_saved{ background-position: -288px -192px; } - &.floppy_remove{ background-position: -312px -192px; } - &.floppy_save{ background-position: -336px -192px; } - &.floppy_open{ background-position: -360px -192px; } - &.credit_card{ background-position: -384px -192px; } - &.transfer{ background-position: -408px -192px; } - &.cutlery{ background-position: -432px -192px; } - &.header{ background-position: -456px -192px; } - &.compressed{ background-position: -0px -216px; } - &.earphone{ background-position: -24px -216px; } - &.phone_alt{ background-position: -48px -216px; } - &.tower{ background-position: -72px -216px; } - &.stats{ background-position: -96px -216px; } - &.sd_video{ background-position: -120px -216px; } - &.hd_video{ background-position: -144px -216px; } - &.subtitles{ background-position: -168px -216px; } - &.sound_stereo{ background-position: -192px -216px; } - &.sound_dolby{ background-position: -216px -216px; } - &.sound_5_1{ background-position: -240px -216px; } - &.sound_6_1{ background-position: -264px -216px; } - &.sound_7_1{ background-position: -288px -216px; } - &.copyright_mark{ background-position: -312px -216px; } - &.registration_mark{ background-position: -336px -216px; } - &.cloud{ background-position: -360px -216px; } - &.cloud_download{ background-position: -384px -216px; } - &.cloud_upload{ background-position: -408px -216px; } - &.tree_conifer{ background-position: -432px -216px; } - &.tree_deciduous{ background-position: -456px -216px; } - -} diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/web/html_css/less/reset.less b/core/static/plugins/glyphicons-pro/glyphicons_halflings/web/html_css/less/reset.less deleted file mode 100755 index f5e9396..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons_halflings/web/html_css/less/reset.less +++ /dev/null @@ -1,84 +0,0 @@ -// Reset.less -// Adapted from Normalize.css http://github.com/necolas/normalize.css -// ------------------------------------------------------------------------ - -// Display in IE6-9 and FF3 -// ------------------------- - -article, -aside, -details, -figcaption, -figure, -footer, -header, -hgroup, -nav, -section { - display: block; -} - -// Display block in IE6-9 and FF3 -// ------------------------- - -audio, -canvas, -video { - display: inline-block; - *display: inline; - *zoom: 1; -} - -// Prevents modern browsers from displaying 'audio' without controls -// ------------------------- - -audio:not([controls]) { - display: none; -} - -// Base settings -// ------------------------- - -html, body { margin: 0; padding: 0; } - -h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-size: 100%; line-height: 1; font-family: inherit; -} - -html { - font-size: 62.5%; - -webkit-text-size-adjust: 100%; - -ms-text-size-adjust: 100%; -} - -// Hover & Active -a:hover, -a:active { - outline: 0; -} - -// Prevents sub and sup affecting line-height in all browsers -// ------------------------- - -sub, -sup { - position: relative; - font-size: 75%; - line-height: 0; - vertical-align: baseline; -} -sup { - top: -0.5em; -} -sub { - bottom: -0.25em; -} - -// Img border in a's and image quality -// ------------------------- - -img { - //max-width: 100%; - //height: auto; - //border: 0; - -ms-interpolation-mode: bicubic; -} diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/web/html_css/less/site.less b/core/static/plugins/glyphicons-pro/glyphicons_halflings/web/html_css/less/site.less deleted file mode 100755 index f5c8e6e..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons_halflings/web/html_css/less/site.less +++ /dev/null @@ -1,90 +0,0 @@ -// BODY -// --------- -*{ - -webkit-box-sizing: border-box; - -khtml-box-sizing: border-box; - -moz-box-sizing: border-box; - -ms-box-sizing: border-box; - box-sizing: border-box; -} -html, body { - height: 100%; -} - -body { - background: #fff; - margin: 0; - font-family: 'Helvetica Neue', Helvetica, 'Arial CE', Arial, sans-serif; - font-size: 14px; - color: #000; - padding: 20px 20px 0 20px; - width:100%; -} -.c{ - *zoom: 1; - &:before, - &:after { - display: table; - content: ""; - } - &:after { - clear: both; - } -} - -h2{ - margin: 0 0 15px 0; - font-size: 27px; - font-weight:normal; -} -div.list{ - padding:0 0 30px 0; - margin:0 0 0 -10px; -} -div.list-fonts{ - margin-left:0; -} - -p,.halflings{ - float:left; - padding-left:10px; - margin:0 0 10px 0; - width: 10%; - font-size: 11px; - font-weight:bold; - white-space:nowrap; - overflow:hidden; -} -.halflings{ - padding-right:10px; - line-height:11px; - overflow:visible; - - strong{ - display:block; - width:100%; - line-height:12px; - overflow:hidden; - } - span{ - display:inline-block; - width:100%; - *display:inline; - *zoom:1; - margin:3px 0 0 0; - font-size: 10px; - font-weight:normal; - overflow:hidden; - } -} - -.white-content{ - margin:0 -20px 30px -20px; - padding:20px 20px 0 20px; - background:rgb(0,0,0); - background:rgba(0,0,0,.9); - - *,p,a{ - color:#fff; - } -} \ No newline at end of file diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/web/html_css/less/style.less b/core/static/plugins/glyphicons-pro/glyphicons_halflings/web/html_css/less/style.less deleted file mode 100755 index 3ae6f6e..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons_halflings/web/html_css/less/style.less +++ /dev/null @@ -1,5 +0,0 @@ -// CSS Reset -@import "reset.less"; - -// Main styles -@import "site.less"; diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/web/html_css/scripts/modernizr.js b/core/static/plugins/glyphicons-pro/glyphicons_halflings/web/html_css/scripts/modernizr.js deleted file mode 100755 index fda8d71..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons_halflings/web/html_css/scripts/modernizr.js +++ /dev/null @@ -1,4 +0,0 @@ -/* Modernizr 2.6.1 (Custom Build) | MIT & BSD - * Build: http://modernizr.com/download/#-inlinesvg-shiv-cssclasses-prefixed-teststyles-testprop-testallprops-hasevent-prefixes-domprefixes - */ -;window.Modernizr=function(a,b,c){function B(a){j.cssText=a}function C(a,b){return B(m.join(a+";")+(b||""))}function D(a,b){return typeof a===b}function E(a,b){return!!~(""+a).indexOf(b)}function F(a,b){for(var d in a){var e=a[d];if(!E(e,"-")&&j[e]!==c)return b=="pfx"?e:!0}return!1}function G(a,b,d){for(var e in a){var f=b[a[e]];if(f!==c)return d===!1?a[e]:D(f,"function")?f.bind(d||b):f}return!1}function H(a,b,c){var d=a.charAt(0).toUpperCase()+a.slice(1),e=(a+" "+o.join(d+" ")+d).split(" ");return D(b,"string")||D(b,"undefined")?F(e,b):(e=(a+" "+p.join(d+" ")+d).split(" "),G(e,b,c))}var d="2.6.1",e={},f=!0,g=b.documentElement,h="modernizr",i=b.createElement(h),j=i.style,k,l={}.toString,m=" -webkit- -moz- -o- -ms- ".split(" "),n="Webkit Moz O ms",o=n.split(" "),p=n.toLowerCase().split(" "),q={svg:"http://www.w3.org/2000/svg"},r={},s={},t={},u=[],v=u.slice,w,x=function(a,c,d,e){var f,i,j,k=b.createElement("div"),l=b.body,m=l?l:b.createElement("body");if(parseInt(d,10))while(d--)j=b.createElement("div"),j.id=e?e[d]:h+(d+1),k.appendChild(j);return f=["­",'"].join(""),k.id=h,(l?k:m).innerHTML+=f,m.appendChild(k),l||(m.style.background="",g.appendChild(m)),i=c(k,a),l?k.parentNode.removeChild(k):m.parentNode.removeChild(m),!!i},y=function(){function d(d,e){e=e||b.createElement(a[d]||"div"),d="on"+d;var f=d in e;return f||(e.setAttribute||(e=b.createElement("div")),e.setAttribute&&e.removeAttribute&&(e.setAttribute(d,""),f=D(e[d],"function"),D(e[d],"undefined")||(e[d]=c),e.removeAttribute(d))),e=null,f}var a={select:"input",change:"input",submit:"form",reset:"form",error:"img",load:"img",abort:"img"};return d}(),z={}.hasOwnProperty,A;!D(z,"undefined")&&!D(z.call,"undefined")?A=function(a,b){return z.call(a,b)}:A=function(a,b){return b in a&&D(a.constructor.prototype[b],"undefined")},Function.prototype.bind||(Function.prototype.bind=function(b){var c=this;if(typeof c!="function")throw new TypeError;var d=v.call(arguments,1),e=function(){if(this instanceof e){var a=function(){};a.prototype=c.prototype;var f=new a,g=c.apply(f,d.concat(v.call(arguments)));return Object(g)===g?g:f}return c.apply(b,d.concat(v.call(arguments)))};return e}),r.inlinesvg=function(){var a=b.createElement("div");return a.innerHTML="",(a.firstChild&&a.firstChild.namespaceURI)==q.svg};for(var I in r)A(r,I)&&(w=I.toLowerCase(),e[w]=r[I](),u.push((e[w]?"":"no-")+w));return e.addTest=function(a,b){if(typeof a=="object")for(var d in a)A(a,d)&&e.addTest(d,a[d]);else{a=a.toLowerCase();if(e[a]!==c)return e;b=typeof b=="function"?b():b,f&&(g.className+=" "+(b?"":"no-")+a),e[a]=b}return e},B(""),i=k=null,function(a,b){function k(a,b){var c=a.createElement("p"),d=a.getElementsByTagName("head")[0]||a.documentElement;return c.innerHTML="x",d.insertBefore(c.lastChild,d.firstChild)}function l(){var a=r.elements;return typeof a=="string"?a.split(" "):a}function m(a){var b=i[a[g]];return b||(b={},h++,a[g]=h,i[h]=b),b}function n(a,c,f){c||(c=b);if(j)return c.createElement(a);f||(f=m(c));var g;return f.cache[a]?g=f.cache[a].cloneNode():e.test(a)?g=(f.cache[a]=f.createElem(a)).cloneNode():g=f.createElem(a),g.canHaveChildren&&!d.test(a)?f.frag.appendChild(g):g}function o(a,c){a||(a=b);if(j)return a.createDocumentFragment();c=c||m(a);var d=c.frag.cloneNode(),e=0,f=l(),g=f.length;for(;e",f="hidden"in a,j=a.childNodes.length==1||function(){b.createElement("a");var a=b.createDocumentFragment();return typeof a.cloneNode=="undefined"||typeof a.createDocumentFragment=="undefined"||typeof a.createElement=="undefined"}()}catch(c){f=!0,j=!0}})();var r={elements:c.elements||"abbr article aside audio bdi canvas data datalist details figcaption figure footer header hgroup mark meter nav output progress section summary time video",shivCSS:c.shivCSS!==!1,supportsUnknownElements:j,shivMethods:c.shivMethods!==!1,type:"default",shivDocument:q,createElement:n,createDocumentFragment:o};a.html5=r,q(b)}(this,b),e._version=d,e._prefixes=m,e._domPrefixes=p,e._cssomPrefixes=o,e.hasEvent=y,e.testProp=function(a){return F([a])},e.testAllProps=H,e.testStyles=x,e.prefixed=function(a,b,c){return b?H(a,b,c):H(a,"pfx")},g.className=g.className.replace(/(^|\s)no-js(\s|$)/,"$1$2")+(f?" js "+u.join(" "):""),e}(this,this.document); \ No newline at end of file diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/web/html_css/scripts/modernizr_license.txt b/core/static/plugins/glyphicons-pro/glyphicons_halflings/web/html_css/scripts/modernizr_license.txt deleted file mode 100644 index ad38cdf..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons_halflings/web/html_css/scripts/modernizr_license.txt +++ /dev/null @@ -1,3 +0,0 @@ -Modernizr [http://modernizr.com/] is the right micro-library to get you up and running with HTML5 & CSS3 today and it is licensed under the MIT license [http://www.opensource.org/licenses/mit-license.php]. - -You may find its full online version here: http://modernizr.com/license/ \ No newline at end of file diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/web/psd-web/dark/glyphicons_halflings.psd b/core/static/plugins/glyphicons-pro/glyphicons_halflings/web/psd-web/dark/glyphicons_halflings.psd deleted file mode 100644 index 38b50b3..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/web/psd-web/dark/glyphicons_halflings.psd and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/web/psd-web/light/glyphicons_halflings.psd b/core/static/plugins/glyphicons-pro/glyphicons_halflings/web/psd-web/light/glyphicons_halflings.psd deleted file mode 100644 index c3ad05d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_halflings/web/psd-web/light/glyphicons_halflings.psd and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/web/svg-web/dark/glyphicons_halflings.svg b/core/static/plugins/glyphicons-pro/glyphicons_halflings/web/svg-web/dark/glyphicons_halflings.svg deleted file mode 100644 index 947aa2c..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons_halflings/web/svg-web/dark/glyphicons_halflings.svg +++ /dev/null @@ -1,1134 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/core/static/plugins/glyphicons-pro/glyphicons_halflings/web/svg-web/light/glyphicons_halflings.svg b/core/static/plugins/glyphicons-pro/glyphicons_halflings/web/svg-web/light/glyphicons_halflings.svg deleted file mode 100644 index 43a35ed..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons_halflings/web/svg-web/light/glyphicons_halflings.svg +++ /dev/null @@ -1,1134 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/core/static/plugins/glyphicons-pro/glyphicons_handbook.pdf b/core/static/plugins/glyphicons-pro/glyphicons_handbook.pdf deleted file mode 100644 index 38423b7..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_handbook.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/ai/glyphicons_social.ai b/core/static/plugins/glyphicons-pro/glyphicons_social/ai/glyphicons_social.ai deleted file mode 100644 index 6b25379..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons_social/ai/glyphicons_social.ai +++ /dev/null @@ -1,4495 +0,0 @@ -%PDF-1.5 % -1 0 obj <>/OCGs[6 0 R 7 0 R 8 0 R 259 0 R 260 0 R 261 0 R 511 0 R 512 0 R 513 0 R 763 0 R 764 0 R 765 0 R 1018 0 R 1019 0 R 1020 0 R 1270 0 R 1271 0 R 1272 0 R 1522 0 R 1523 0 R 1524 0 R 1774 0 R 1775 0 R 1776 0 R 2026 0 R 2027 0 R 2028 0 R 2277 0 R 2278 0 R 2279 0 R 2526 0 R 2527 0 R 2528 0 R 2775 0 R 2776 0 R 2777 0 R 3024 0 R 3025 0 R 3026 0 R]>>/Pages 3 0 R/Type/Catalog>> endobj 2 0 obj <>stream - - - - - application/pdf - - - glyphicons - - - Adobe Illustrator CS6 (Macintosh) - 2013-06-14T07:59:28+02:00 - 2013-07-04T08:22:29+02:00 - 2013-07-04T08:22:29+02:00 - - - - 256 - 144 - JPEG - /9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgAkAEAAwER AAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE 1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZ qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp 0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo +DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8AjOq+UfPltarb23k7VX8w zWGr2nm/Wjb3sz3t1cxzsjRzRSehcQyBU4fuTwam/IrirO4fKknmvzv5btbfSde0ry7q1tAvnu0v dOuLS1uJ9GhR7Pm8qgfvW/dtuKhfHFWE6X+Q/ni3/L7S/MUNs+nak62ltJottZXRvZHGqLJ9Yv4X b4vRReWyL8IFT3xVPPO/kP8ANqXzjrzQR3eq6pK1wRrlpZvYQzxto1tGyxGs0aFkVoAeZq48dgqm Om+WdFOuRy6P+XPmDSfKcd3am5guVuAZpEiIaQWDxzsix9JHBPq9OuUZhdbW7jsnIY+JUowkY7Wa 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 - - - - proof:pdf - uuid:65E6390686CF11DBA6E2D887CEACB407 - xmp.did:0180117407206811822AB5E550F375DC - uuid:d698be16-538b-3d42-9e9e-bd449e262bea - - uuid:727457e8-7916-de46-a926-27853912f09a - xmp.did:0180117407206811822AA5302B5D12DC - uuid:65E6390686CF11DBA6E2D887CEACB407 - proof:pdf - - - - - saved - xmp.iid:F77F1174072068118083C7F0484AEE19 - 2010-09-26T16:21:55+02:00 - Adobe Illustrator CS5 - / - - - saved - xmp.iid:0180117407206811822AB5E550F375DC - 2013-06-14T07:59:28+02:00 - Adobe Illustrator CS6 (Macintosh) - / - - - - Web - Document - 1 - True - False - - 576.000000 - 337.000000 - Pixels - - - - Cyan - Magenta - Yellow - Black - - - - - - Default Swatch Group - 0 - - - - Black - RGB - PROCESS - 0 - 0 - 0 - - - R=255 G=183 B=188 1 - RGB - PROCESS - 255 - 183 - 188 - - - - - - - Adobe PDF library 10.01 - - - - - - - - - - - - - - - - - - - - - - - - - endstream endobj 3 0 obj <> endobj 10 0 obj <>/Resources<>/Properties<>/XObject<>>>/Thumb 3144 0 R/TrimBox[0.0 0.0 576.0 337.0]/Type/Page>> endobj 3028 0 obj <>stream -HWˎ$ WLmWlCаC fV.`2d/_/?~ ~z~#~ގ7~ߎa˟spO6X|뒳.;늳:뚳;놳n: C=(=0C=8=@CSF&x{k91#΂ΊODZool |BA7.Ndc9jU/gCPZ+6* Lk.u% b=|piv)܄[5W*t"݇ AzNH> BdgdzMgb9P).c}- wa )icFEF҄p&D3 بP Q(u8\_>xd W\%e.ٛD Tğ)&*^FF_7|Q|gRk/s?"ji/IFRtJ@br5P5A{H\&fF]G z;#ΆCuxNXA<֝NtؔAatN [p{"■@LC -kUk)$r.k - h;* -|pS9j@ڰ6nKfBi BlNr&eKiK& --.\3R]/UTTRZ=1i^!&UPmڶнkҵi^'{) *2rkK^́dT[;Xer0_+ 3 CSkW+i9ɖxDo($Ӿ>8J&mRg[͕J؁ieoS@!ZCt 0'm8{aT"Qː݌m6n4b* Չ~Tj[tIh͛5 jBL;evKEϖO䫬\w439N -'tVoZ~Uu'[,j2_/*/ -lk}l54_GHuC[tgQDf6X:l <ҖosO3>jBvpeцzrhSy,>lۘ%"R;~3qآ(OXϼ⬟9XHm۲E -Tr\mEK~ăXL6e*7 B }|ݖh8JRԒ bYQUώHԯ{ap $x)̦lg1妹 uAhVY߄Ke v9EP:`L숭6urq_b4) +*kpA!&)%PQEi[e "52EA`144W2Y(G{-سfEWa+3PD{ }3ȪzH(*A/eJ̼i!BƢKxWf$9g`+W6ܳ9'(X)i^ `]6덎we k֦o2f. -([Q21k"Fy48L{256׹ɥiSKj97хDeS@ȋs<<3^}(-lJhM^jzR*zuIc^dvC&EUQss{*X!&w*H,n5YteF+I 6Job j{5tBTx\`jϹ -_$9 -}@{C*,D}$:1u8IB,%NJ-MxKBڦRhCEgEpTi=d{oRU2ehM<E:81`*gi8k`6Ow[JV&T87BЖxlK10>;Y5cĪqҞ[|W-5(Ym)[UR^J)ьcX>!u@:OUӼK-Q/Yg+?[#]TAbg'(Ϭ T{5Q/o}Mk@aL vIo(S\|:ĎЌI~2wf6~R>+gJ-/(BUWiZF,PMe -UdyfִN^'MXlUX)QBXG.1Xp,~#tQ!3]7 --:Pn*.uKS{}!G2D1;glAG) ݨk=h^ xy&cAbfm{n"yA &j"6㬿9piW"~Q٧\ʺR!g a3a4|BFI8 9''z>v%ɰpS`Ҧ BŴ㿨(R -/8cLfbz{r""k+F" 2N|2u}23$n.a}i@Iz(Vm?1B/ىh)t1F(nkai=שz8.~=ᗲ;1, dSܬZУcu5YgISᖞLCeeX=6f|4C"[:2:THޖs=o%m{aPu%͸ < \/X{&Suq$D,6߉_B,;3o=},) -X`tM\'`(BpߐHJxqMtb(g+?zkr4$ٺQƓ]Pueph<(v!fILj?3!iTn`w -y\HEʭ3Q/CKxMz8֍+}Nx&0Ӵ&3ݠؠ559bG -O[$Ԃ$NץhHi~5$Ks_jGMU7> 5UO!NМt:(,/I1|.Glnr:;K!\FaՉrvQyꑞtfms&7b!8:SD9CrfJj[kI#z2g> &5@ןʱ'8@9ap'収Lδv{7Q{7s -b{c?\] - -&k#w9'&N.Y4x=K ̭JHڒ֢ $2rv- Oz`&GsHb& 8xlAHqEtH=ȗFH bi0\4[{ZdΡ뻾/Z̀/}ϪNDMχźG8.K%/KŒ=kxsQEpòАhX)Yu\RC aKF="qvV$&18I5'' -C -<.³0US*G ?Po -zFOP/d&XGMTI2Z:DSQ$UH(ΊSrv|9mcHtWzurv.:M?h\ACh -2L n Cw#H%v:H ]Ϙ1FX!Yxq -~@2@5q .C `ؗZgJ ,EʬCiSatrSؼ|?inE -u.Rfۆ'CX`(yv%xv ZEH2L4wHO(wDa!US2 `lAZb@''Zt/@䧑8 -Џo|u! 2-Ø;uli7w5 z& -;pEj& Y;#2ݭ2'C}=X1_ˡ0+,lזbah/{rT!gdCޱ:nק$55)3A/xvZ'X#oLoGӢMڮJ2d!mԎ-/ `!}#u~M܇@$^e+&kUD@Ru{Th#Hƈۭy䳏Axܩ.)S4F4|Ia8]&zyZYPR1$Pj-Bj)g|:/-!禋w<'%k׉撐1&$bs7zϷ!hBp dARg"W4qzpަ+DE2NQjEC<R7ic=8 wv +|y$r{D&v/N76 x|> :/tlS)Nd!4Dj eFaR H[e!gMp鑬Cjܣh 2*ܷ^ޏ+U^3M~<^Qw׷NL+ʈ4':=$A2\J@ čÆK"9%d8/kG==4aK41 2{rFyY:%!HS- ˦2!ʬ -xu^jJs'.y!qc^xrXW9F0{B Lt^Ty7?VJWL9Eӝ}TX5~[fi׹dOܞ (dXKe(0P&b׈C0e<+l'@Zbji-V4%fY=A&z0Yh'c7,̔}qIh*s.L^b=tbNUs GޤŸjISZ–9oˏqiRC"xtlUR=Y]g3`;27CuO3#XiD38&LGFGԦh@MFż J"3‰CBSjaN#@y)Bhd1+x*xmӯ*E ik h,i;ۅ נveN m}0Í6<7@Wuf=a ŗu}pͺګ^gڛB]9m9ʧ]AΏ5]K.r^NLKhIe -S/YRZ$fm1){j{q 5w{k,7Ϳ}^?׿~_K<./i>ۇ@Sy b1۱x9\pBPg~ E#K>8c :9;z"F +zη&~:C+y#@ncn6kʛzq@eH"N8)C1<\jǹ -;Ŝ ۬c=\38QD)4%=ݳO \夻}Ϟѻnv/HDgd&}b {'։h{t{F>cWt쌎;]>݃>pG5ƶL i=ZGQJ$>0Ζh8v*jT|^)&Uŧ&mÿ+|s!?CqunRF]Ir@W޼g_&YU="iiИo_+3lMsjӏ[O:DcY.jJFTKTxзg~t+_SԌOZ%F 0zyHvɷNjaܖLjIgbOm,8ϘM>L$(ȸ& -/T՝ڂ{|Uƶs& b_/9yS2A%o%L:a"ᇻvVY5v?u[vzSS~09O! )h LKiMHڈK -'ůyYɿ|~!Ń2<" -pːC%!)^ysJ[ÂBkʨ^#Sd=K9UCY?ESה,{˷T'֓nY;}&$.}e?Pj3N®*}:顛QHP[ -Aìуpd5Ī٥R]T/ea щE:QXI·0 -@ - +cAi%D.k2VeEB ž˩{̯,uv;`Z.XZ Ӽ^wxgZ>*Y[r̸+>_^huGkke>0(^Q[I@CXZ} -b«FLe3v9>׊KT̯kmXZ&/egݖ+>Ux2MLbT -ebd;ˆuo=7WG&uι>X y:a\ԦqVҵP{UwedfLr1%Qj$eIuI} 0DmJ|-ΞP*t6j)Ýϔ{ާk:A7g o2GbIJ[u'zg9BYd7y[Y6exeJaZ~V3y%{IrNlH8^r*밶l\iDm@OO$C%|U6Uee<}|B {Bfk᩿'$gLA2ϰ z.P8<)IOx &깆t8pkLW`aȒܜWGDgL<F[/XtǭX؝I)ߗ># q!l8èVi>a}N! |gl?%طyQMś{P`@Uu$mHbŊ%ʨ|wZ[|v]Gm9lmfSfPN6k5^2 ӊh٪H7Y3w61K`frdfCEW4IQ9E&_I)i桉a -"=ՅVh9@@}H즕[ֺ;gހܺe,,l댤m\k`#6ۥl WMU~$ >P~x 56O7Ags t?LXWa\19_m ZZy_>;ϩE|](iMF5zYa~@&:gd[ KJ[--= uI9 t. -AUb+"7 C9.'"u`'c%b]j=SXfR&K(zf|ed|{W /z4f+/xtqe}`p/}c2M#F9@E M$LvqR%| SKKoß^_,n?,E֐<6z@WkKAq0J[oB#m}@XK -2c8;e%% z΃@CY%ނ!MGxi8=p֎A7*qFu -]@m&w3 -coX' -hTg|\싂{j$bd𯋒N4*(T__-xD ^wBYYXUvE?6 ->g'霢3~.bys}1,.bCމ@d=_QeI@Vدk;9=ޟV^\9>o܁TV09*U*ړ@񩚵`QCGm7 3sa)bO,"N/fH&rPb}h.V -]mpo хR O?7&R&knIJ lW7,QD"]!=ٹᔵX9a1;z]r{{NgT+7 /^ /;6̎HLf1;J0HҌ :g^9t yFzڑumm*ng%Ѿ;md@)}&~?}[~;⡈ 4%p"rETxr܎n$}+*Hd`#EYƞ$/䗪f%0i>C ܧELYu̗Y=IBudˊ sr.;m}]?mPP5{xfy׭[%) "SR*`ԴjАRma+p _B1r -]GU"!忿}򟟁~[¶/{sWMl0b(RwZ2Ȧ:hǑWMIk@ :?77XMb.=zXcVj‰YPʤg -M3p.$,OH;v_|}_w ~ -Zqg -!dQ;6EQ2/(@hW~oYtVढ़ Г!u$ړrL0WI -3)1,F*@҉H;P&c.k߹ .kAvx!ܘfRǷTch#3v `=b?n󒈄46-gu OrFؕRvE FU.-SUYB Q^ӞSbSDdWԒ刊+T8E7Xb\1[!Hdn -ndBOl,*̵cX/cCiįScpLTH;ĆܟudRC(=k.;=aw[CUvA"/r\b7ʾ0 uTy-{g*EE%uCci޷>q.|g-=:d5*sJSTpㆋm2'=0ڔD9iElYDLrhmڍ fJ#eO)8{B mWEc#)J4;gXM ]|O)9Dy_M3&Co6IB@A>:uYR?dŞ}e`1xio*PДIſgV:;Ȑ(+.;YIb,0&UI)= 9'~Xnp2m<<`!KE4/Ivý;.xR,&eee9<5n9irLIR+F܃WΕoCgYu^ب_$+?;N>Eۜ\5wQ)nnj]OK)c"EۛRmlXLphW,yAr|8xXZ:A6mZn*}!|^@i6[)'r\t`aHT,3pMD/FD2_Ha3$9Zh|<0[L<%2+W BTȟ6(X~ j㢘1u>' W/.Y@ T1;ΥSm92FuADyϏcS<{{|nV '@ 0z1˩R9$,[w"W'BumvD.RħOT*.rg2B ݳ(`9 -Ɔh5"FE}b̥5,R|/-἟_U;'* &>'d2Hx6BwHn̘ -)ePN%g:Hyhՙe}"gpvm8/}fyo|k!n^H}MQYlr384IO<B2mRֱuUM*ɍ$w>P=|m`~?PYi7 Fq %0D-g-DYvv!~ 4r%*!%AR% <: JP< pGLbxO]Ǥ?-!څL?o֢j7 - YM)+>;:T&t{?ա۸ 㮼Sn=g, e T L2 vKn:Z48#-[,XǰM ͮX;ޡ0ZHe -BNDh -PD~TNHƣȃ~W4 -=,uW4oejkIGXn$ŝfH,@O4oT9 S[=3{+p Y)r,VSx.gYM$Ο--akcSkгGŒH] `P:}_rV 1zPH8} -zc!ω59V{>[#/[IB HhV+U]dN$t]e2ϲ&mK % -kS #.x߽09@jԗ)?؉` UFg2` -wC@ĹXmOnߓ8+~}/|k.-s%XػzK7$Žv?d¹ִ̮2'%!˳^p 1 -ovx+by˱» y*Ӄ -:-dVZ}KJ"}`MP`Q!85ak似w>9>ulSėl7fχCNOG=3bZ 9S췞~6tBlz~m -r/ !?e.b˜W=;J6q{b@/$ -GD^,Yk6\%?K{ L_֢3Wn{uZî+sdԥ"n MnP[eko!ebTB).7H)SiB\AjDVU /HCC0" #Xoҥd^OXP-+ -ˊ(#<9 -9BU/1YhM[{{[HԬ |O΋kǟ3;o~&r#0I:b -(Ppp-^[HOW #Řv)Qn{kR$)c䍝ћeLá/Najn.0\SeRZS9b;F!#8NJ80=]hެ-=LZ%&%\ -KAP JޱHq> \̭\aCC Pw4E!X,ϲ90MJY}PxFYoYwkA.q[b^: U2}bԎZZ[r"`Q rRPoYuh7RG aS۱Ԛ0tSjMè@=VGDe) -KC taURE2gxeLAc 03{`cMM @$K31JiEᥛ@\D_ \\: |4oL"ܧJ ,Iuh"tgwG59uxTkR(3 T\,6M'aNڱB L!(+]{Θ 早Tʞgy> -.AnICW ,mȻPWD"a ٤vڝFɵ}Kֺ^< r$%sٜ!" OȣVl:%bhI9k9 `\EF9CR ^2yCд[Lk&<O4U/4+5SWݗ +^kh3rjelzh$ha4SaJ99,&S4TH'&H=iȊ_;ϊgӸ~?Zd7Il·Os-L֏ބL$CeYdlHf@3kJ@OX";15\ƳlquLt:?X] ;7oqt9} pADdr E$S4q+NFmβZ^׮g}}lq oZ 6U:8l–P2^]%In@WྼǗ9WG%Y*g.K2 :ZYh I+ƧUHա\ -YvCtyS60rMi\vt֏030J.PIs/# $fa L8}ׁFPk!$ -T%7s6krT.w]bR"L!n/=ފtѢ*p*+T <{ X>p$~J2N: QPĘ]4&?ؔB N\chWyao=a\fGfeXk<i -C8@(WdҌ[ÿߥ]".m>ʞZJ`28@D{m (<5-T0j] -ȢXL%FQAr_E/DTIvI}Y4q 7e:s-5+KV+E\:y<+t^E ]CRf%ֻN>'Zzv`f;?9iƢ+Ǚ mk<{ BXsg/BgEx zI7T0Kѕ[HVMP#T*>sic$Jg_龈H1,$*%!{@:$r'#?e*If] Sr!#(- Gutv$d́[-$]>:Wk?(h7h=SaPwhnµ`oՂѦuMMtCP&z@W9 Oʄl}NJ >)F 3 ۵.uG.2X%w}x;<UMBP;ȾFagJL&iNHE17k 4Iҥ2]xL/o |PĊBvHVЃC=07[Rv $)cC>'$ Qq T)uYJU+0#N V'gm_vZ7jZ'Z=<9Ejbхr9׀RZx@c/3Oj@BZMߙиa\Za)2~$YY% '/#*`ƗY٠$at5f O{tA"A EBUb[&ڔtKb@g|HKa ϔf&IK ӥQȊѴ9dFZЁI@T/bqOM: WR{*OngIAC.;Q"9*/[c쟓%vbLybЏR`tϙ`yDek6Z)HfL$ܚb֡:EFq꺺H<Î08ƥHTKtqT8ĩ&3[\ =+"6۴{W'!i8i^[tc -BalL2j!2h*#PkЁIAJM:8BE`߫3Vcֻ몟ꧦb~꨿k(6~IezEżM6/͐ZʺypEb##!wՈUHqVD{>$S׮d඙4<]Fhh".b8"+I ob]PzHYL@ȒKRjdRwg9ѫ(/ѩIf# =gcbjL-M~f;ȫI֊ݼyg$+4 LbhsI"e(%>m)meuF-Qآ*rR9KUiъV+A$Zwi:6]NU/PD"EnJɵ2D-a`9JutE05;qE&t$W48?׵쓗)(L*P௬8|oQe?O~5X%KAzr.u6w0r.{rD -v#Su+ ʻ]JZK6`Sv$ѦULsf-YF xIuRYÐD s654: Wi]r T -t2`@+UlBlU܂$Ϊs2H:-$r1zKlłU,e1< = p$Fp֥PA_UDӴZٷqU֚J9" -fe`AqS_(m#j(# -+lȰ@`u2=_DL] -3MjAi.,i|RDS[q% ^KJs9jVTqDF Gѻ˚C\{5@&' -יI.u2qǔpm]an[5 d=OO3Pg=ͦzi,CvW$txn{BZy -j,^w y+vf"嶬(8B${fkeNU%t -m\9 g -!KXYL]y޲%I>}+堬 -ĉ.cd>S(F Q09 -2(4W;4xTדjRa[eո:oc*dK<<7+)#[9?tG"DU7%ǝ䭲Ƕq)4VUq%fST_S./EI|Pxv9]lˁ|䞂S?Mq -ZR$`j^WEbN.%W)I:99igQlR A(3nߌ^b<S]^IkJ]\l -`YP -JD=LKA3D -QB" N}5 -@?\U&kZR("Ȟkgj})~\:k(6xјGK " <넔.{x@&LyCz9"I7|?C @<xٺ|^ o3K>.lCPә͏߾~[y/@ Mc/xKlo/_֨kz=T+͠ X 7>eds^XZ+`: -c|9h+q_c@xX *7 kiQ< f;3įJU>3?c91pPɺց "P[8Z@Zf5^rѵm 'E߯q@ZX>YB#=| +s $u핏e^hy92b"2)?J/h̻zmyQ%ߥ$UdȢ*)Z`.Wo^%ɳK>c?Z/1]pMPUvRP4ߟ琗RGX;,|yjQ&XϚ.kTyP"Vf"2Iȩ ZtKQ{+#5ֺsKއ0fWZ^Ϸ(y S`L¨RojH[j26[,oA=zL:[׀V&7~x R;x^ph,è.NOk\FV^O2Z -gn  -j7a?zh R1=`ք[8sGck&Q $]ҾbEzb 6VYYxXS-6)AkDyEAfRȔ6Byw " R伐TJ1 Iڅ,@QdAddS%V" -ްJa9F -\c6zsAX6^gdžC'4H:gtF6S{#K'^UZĘz Kb֏vx<=stъLRM"@s%Ȭخr܈a+-QTWRu8C&e֖LEm<(%>ĩk̷ҖiM%f"qFCW+U)EP9.+r¨F17 ! Fi8vl>~&Sg@ggڅ# HkXǮb|X~A7^{ו9'hxgDCR޷8Ho{_T`^T@Uj@K./]ߞ^4-!t8c _KnCr4'h?W{}<#\ endstream endobj 3029 0 obj <> endobj 3144 0 obj <>stream -8;Z][Ta^uE$q3JU?_F0:*<]c32-a$S!9tm.9[_Qp`-E+[\&TN6qF^/Ad*ZP(BH<)@ -O4M]lqe."0[ZB#8R[F6XPNsct~> endstream endobj 3145 0 obj [/Indexed/DeviceRGB 255 3146 0 R] endobj 3146 0 obj <>stream -8;X]O>EqN@%''O_@%e@?J;%+8(9e>X=MR6S?i^YgA3=].HDXF.R$lIL@"pJ+EP(%0 -b]6ajmNZn*!='OQZeQ^Y*,=]?C.B+\Ulg9dhD*"iC[;*=3`oP1[!S^)?1)IZ4dup` -E1r!/,*0[*9.aFIR2&b-C#soRZ7Dl%MLY\.?d>Mn -6%Q2oYfNRF$$+ON<+]RUJmC0InDZ4OTs0S!saG>GGKUlQ*Q?45:CI&4J'_2j$XKrcYp0n+Xl_nU*O( -l[$6Nn+Z_Nq0]s7hs]`XX1nZ8&94a\~> endstream endobj 3036 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 97 -48 48 re -f - endstream endobj 3037 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 109 -24 24 re -f - endstream endobj 3038 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 97 -48 48 re -f - endstream endobj 3039 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 307.5 117.75 cm -0 0 m --1.934 0 -3.5 1.566 -3.5 3.5 c --3.5 5.434 -1.934 7 0 7 c -1.934 7 3.5 5.434 3.5 3.5 c -3.5 1.566 1.934 0 0 0 c -f -Q - endstream endobj 3040 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 178 128 cm -0 0 m -0 -0.55 -0.45 -1 -1 -1 c --3 -1 l --3.55 -1 -4 -0.55 -4 0 c --4 2 l --4 2.55 -3.55 3 -3 3 c --1 3 l --0.45 3 0 2.55 0 2 c -h -f -Q - endstream endobj 3041 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -163 127 -1 6 re -f - endstream endobj 3042 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -161 127 -1 6 re -f - endstream endobj 3043 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -159 127 -1 6 re -f - endstream endobj 3044 0 obj <>/XObject<>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 168 126.3437 cm -0 0 m --0.458 0 -0.891 -0.09 -1.305 -0.222 c --0.807 -0.59 -0.48 -1.176 -0.48 -1.844 c --0.48 -2.959 -1.384 -3.864 -2.5 -3.864 c --3.168 -3.864 -3.754 -3.536 -4.123 -3.037 c --4.254 -3.452 -4.345 -3.886 -4.345 -4.344 c --4.345 -6.741 -2.399 -8.688 0 -8.688 c -2.399 -8.688 4.344 -6.741 4.344 -4.344 c -4.344 -1.946 2.399 0 0 0 c -f -Q -q -0 g -/GS1 gs -0 Tc 0 Tw 0 Ts 100 Tz 0 Tr /Fm0 Do -Q - endstream endobj 3045 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 263.9346 170.5137 cm -0 0 m -0 2.654 -2.151 4.805 -4.806 4.805 c --7.459 4.805 -9.61 2.654 -9.61 0 c --9.61 -2.656 -7.459 -4.805 -4.806 -4.805 c --2.151 -4.805 0 -2.656 0 0 c -f -Q - endstream endobj 3046 0 obj <>/XObject<>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 263.6523 168.9492 cm -0 0 m -1.861 -2.869 l -5.141 0.848 l -1.855 4.132 l -0.191 2.468 l -0.247 2.175 0.282 1.874 0.282 1.564 c -0.282 1.014 0.171 0.492 0 0 c -f -Q -q 1 0 0 1 265.5039 162.0684 cm -0 0 m --4.767 3.936 l --4.748 3.943 -4.732 3.955 -4.715 3.962 c --5.213 3.778 -5.741 3.657 -6.301 3.648 c -0.004 -2.656 l -6.84 4.179 l -5.85 5.168 l -h -f -Q -q -0 g -/GS1 gs -0 Tc 0 Tw 0 Ts 100 Tz 0 Tr /Fm0 Do -Q -q -0 g -/GS1 gs -0 Tc 0 Tw 0 Ts 100 Tz 0 Tr /Fm1 Do -Q - endstream endobj 3047 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 109 -24 24 re -f - endstream endobj 3048 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 97 -48 48 re -f - endstream endobj 3049 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 109 -24 24 re -f - endstream endobj 3050 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 97 -48 48 re -f - endstream endobj 3051 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 109 -24 24 re -f - endstream endobj 3052 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 97 -48 48 re -f - endstream endobj 3053 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 109 -24 24 re -f - endstream endobj 3054 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 97 -48 48 re -f - endstream endobj 3055 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 109 -24 24 re -f - endstream endobj 3056 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 97 -48 48 re -f - endstream endobj 3057 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 49 -48 48 re -f - endstream endobj 3058 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 61 -24 24 re -f - endstream endobj 3059 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 49 -48 48 re -f - endstream endobj 3060 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 61 -24 24 re -f - endstream endobj 3061 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 49 -48 48 re -f - endstream endobj 3062 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 61 -24 24 re -f - endstream endobj 3063 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 49 -48 48 re -f - endstream endobj 3064 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 61 -24 24 re -f - endstream endobj 3065 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 49 -48 48 re -f - endstream endobj 3066 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 61 -24 24 re -f - endstream endobj 3067 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 109 -24 24 re -f - endstream endobj 3068 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 49 -48 48 re -f - endstream endobj 3069 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 61 -24 24 re -f - endstream endobj 3070 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 49 -48 48 re -f - endstream endobj 3071 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 61 -24 24 re -f - endstream endobj 3072 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 49 -48 48 re -f - endstream endobj 3073 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 61 -24 24 re -f - endstream endobj 3074 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 49 -48 48 re -f - endstream endobj 3075 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 61 -24 24 re -f - endstream endobj 3076 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 49 -48 48 re -f - endstream endobj 3077 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 61 -24 24 re -f - endstream endobj 3078 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 97 -48 48 re -f - endstream endobj 3079 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 145 -48 48 re -f - endstream endobj 3080 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 157 -24 24 re -f - endstream endobj 3081 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 145 -48 48 re -f - endstream endobj 3082 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 157 -24 24 re -f - endstream endobj 3083 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 145 -48 48 re -f - endstream endobj 3084 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 157 -24 24 re -f - endstream endobj 3085 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 145 -48 48 re -f - endstream endobj 3086 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 157 -24 24 re -f - endstream endobj 3087 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 145 -48 48 re -f - endstream endobj 3088 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 157 -24 24 re -f - endstream endobj 3089 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 109 -24 24 re -f - endstream endobj 3090 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 145 -48 48 re -f - endstream endobj 3091 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 157 -24 24 re -f - endstream endobj 3092 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 145 -48 48 re -f - endstream endobj 3093 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 157 -24 24 re -f - endstream endobj 3094 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 145 -48 48 re -f - endstream endobj 3095 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 157 -24 24 re -f - endstream endobj 3096 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 145 -48 48 re -f - endstream endobj 3097 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 157 -24 24 re -f - endstream endobj 3098 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 145 -48 48 re -f - endstream endobj 3099 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 157 -24 24 re -f - endstream endobj 3100 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 97 -48 48 re -f - endstream endobj 3101 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 193 -48 48 re -f - endstream endobj 3102 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 205 -24 24 re -f - endstream endobj 3103 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 193 -48 48 re -f - endstream endobj 3104 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 205 -24 24 re -f - endstream endobj 3105 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 193 -48 48 re -f - endstream endobj 3106 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 205 -24 24 re -f - endstream endobj 3107 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 193 -48 48 re -f - endstream endobj 3108 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 205 -24 24 re -f - endstream endobj 3109 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 193 -48 48 re -f - endstream endobj 3110 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 205 -24 24 re -f - endstream endobj 3111 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 109 -24 24 re -f - endstream endobj 3112 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 193 -48 48 re -f - endstream endobj 3113 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 205 -24 24 re -f - endstream endobj 3114 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 193 -48 48 re -f - endstream endobj 3115 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 205 -24 24 re -f - endstream endobj 3116 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 193 -48 48 re -f - endstream endobj 3117 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 205 -24 24 re -f - endstream endobj 3118 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 193 -48 48 re -f - endstream endobj 3119 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 205 -24 24 re -f - endstream endobj 3120 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 193 -48 48 re -f - endstream endobj 3121 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 205 -24 24 re -f - endstream endobj 3122 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 97 -48 48 re -f - endstream endobj 3123 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -96 241 -48 48 re -f - endstream endobj 3124 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -84 253 -24 24 re -f - endstream endobj 3125 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -144 241 -48 48 re -f - endstream endobj 3126 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -132 253 -24 24 re -f - endstream endobj 3127 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 241 -48 48 re -f - endstream endobj 3128 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -180 253 -24 24 re -f - endstream endobj 3129 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -240 241 -48 48 re -f - endstream endobj 3130 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -228 253 -24 24 re -f - endstream endobj 3131 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 241 -48 48 re -f - endstream endobj 3132 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 253 -24 24 re -f - endstream endobj 3133 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -276 109 -24 24 re -f - endstream endobj 3134 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -336 241 -48 48 re -f - endstream endobj 3135 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -324 253 -24 24 re -f - endstream endobj 3136 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 241 -48 48 re -f - endstream endobj 3137 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -372 253 -24 24 re -f - endstream endobj 3138 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -432 241 -48 48 re -f - endstream endobj 3139 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -420 253 -24 24 re -f - endstream endobj 3140 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 241 -48 48 re -f - endstream endobj 3141 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -468 253 -24 24 re -f - endstream endobj 3142 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -528 241 -48 48 re -f - endstream endobj 3143 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -516 253 -24 24 re -f - endstream endobj 3257 0 obj <> endobj 3033 0 obj <> endobj 3256 0 obj <> endobj 3255 0 obj <> endobj 3254 0 obj <> endobj 3253 0 obj <> endobj 3252 0 obj <> endobj 3251 0 obj <> endobj 3250 0 obj <> endobj 3249 0 obj <> endobj 3248 0 obj <> endobj 3247 0 obj <> endobj 3246 0 obj <> endobj 3245 0 obj <> endobj 3244 0 obj <> endobj 3243 0 obj <> endobj 3242 0 obj <> endobj 3241 0 obj <> endobj 3240 0 obj <> endobj 3239 0 obj <> endobj 3238 0 obj <> endobj 3237 0 obj <> endobj 3236 0 obj <> endobj 3235 0 obj <> endobj 3234 0 obj <> endobj 3233 0 obj <> endobj 3232 0 obj <> endobj 3231 0 obj <> endobj 3230 0 obj <> endobj 3229 0 obj <> endobj 3228 0 obj <> endobj 3227 0 obj <> endobj 3226 0 obj <> endobj 3225 0 obj <> endobj 3224 0 obj <> endobj 3223 0 obj <> endobj 3222 0 obj <> endobj 3221 0 obj <> endobj 3220 0 obj <> endobj 3219 0 obj <> endobj 3218 0 obj <> endobj 3217 0 obj <> endobj 3216 0 obj <> endobj 3215 0 obj <> endobj 3214 0 obj <> endobj 3213 0 obj <> endobj 3212 0 obj <> endobj 3211 0 obj <> endobj 3210 0 obj <> endobj 3209 0 obj <> endobj 3208 0 obj <> endobj 3207 0 obj <> endobj 3206 0 obj <> endobj 3205 0 obj <> endobj 3204 0 obj <> endobj 3203 0 obj <> endobj 3202 0 obj <> endobj 3201 0 obj <> endobj 3200 0 obj <> endobj 3199 0 obj <> endobj 3198 0 obj <> endobj 3197 0 obj <> endobj 3196 0 obj <> endobj 3195 0 obj <> endobj 3194 0 obj <> endobj 3193 0 obj <> endobj 3192 0 obj <> endobj 3191 0 obj <> endobj 3190 0 obj <> endobj 3189 0 obj <> endobj 3188 0 obj <> endobj 3187 0 obj <> endobj 3186 0 obj <> endobj 3185 0 obj <> endobj 3184 0 obj <> endobj 3183 0 obj <> endobj 3182 0 obj <> endobj 3181 0 obj <> endobj 3180 0 obj <> endobj 3179 0 obj <> endobj 3178 0 obj <> endobj 3177 0 obj <> endobj 3176 0 obj <> endobj 3175 0 obj <> endobj 3174 0 obj <> endobj 3173 0 obj <> endobj 3172 0 obj <> endobj 3171 0 obj <> endobj 3170 0 obj <> endobj 3169 0 obj <> endobj 3168 0 obj <> endobj 3167 0 obj <> endobj 3166 0 obj <> endobj 3165 0 obj <> endobj 3164 0 obj <> endobj 3163 0 obj <> endobj 3162 0 obj <> endobj 3161 0 obj <> endobj 3158 0 obj <> endobj 3159 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 263.6523 168.9492 cm -0 0 m -1.861 -2.869 l -5.141 0.848 l -1.855 4.132 l -0.191 2.468 l -0.247 2.175 0.282 1.874 0.282 1.564 c -0.282 1.014 0.171 0.492 0 0 c -f -Q - endstream endobj 3160 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 265.5039 162.0684 cm -0 0 m --4.767 3.936 l --4.748 3.943 -4.732 3.955 -4.715 3.962 c --5.213 3.778 -5.741 3.657 -6.301 3.648 c -0.004 -2.656 l -6.84 4.179 l -5.85 5.168 l -h -f -Q - endstream endobj 3259 0 obj <> endobj 3258 0 obj <> endobj 3034 0 obj <> endobj 3157 0 obj <> endobj 3155 0 obj <> endobj 3156 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 168 126.3437 cm -0 0 m --0.458 0 -0.891 -0.09 -1.305 -0.222 c --0.807 -0.59 -0.48 -1.176 -0.48 -1.844 c --0.48 -2.959 -1.384 -3.864 -2.5 -3.864 c --3.168 -3.864 -3.754 -3.536 -4.123 -3.037 c --4.254 -3.452 -4.345 -3.886 -4.345 -4.344 c --4.345 -6.741 -2.399 -8.688 0 -8.688 c -2.399 -8.688 4.344 -6.741 4.344 -4.344 c -4.344 -1.946 2.399 0 0 0 c -f -Q - endstream endobj 3260 0 obj <> endobj 3035 0 obj <> endobj 3154 0 obj <> endobj 3153 0 obj <> endobj 3152 0 obj <> endobj 3151 0 obj <> endobj 3150 0 obj <> endobj 3149 0 obj <> endobj 3148 0 obj <> endobj 3147 0 obj <> endobj 3024 0 obj <> endobj 3025 0 obj <> endobj 3026 0 obj <> endobj 3265 0 obj [/View/Design] endobj 3266 0 obj <>>> endobj 3263 0 obj [/View/Design] endobj 3264 0 obj <>>> endobj 3261 0 obj [/View/Design] endobj 3262 0 obj <>>> endobj 3031 0 obj <> endobj 3032 0 obj <> endobj 3030 0 obj <> endobj 3267 0 obj <> endobj 3268 0 obj <>stream -%!PS-Adobe-3.0 %%Creator: Adobe Illustrator(R) 16.0 %%AI8_CreatorVersion: 17.0.0 %%For: (Jan Kova\622k) () %%Title: (glyphicons_social.ai) %%CreationDate: 7/4/13 8:22 AM %%Canvassize: 16383 %%BoundingBox: 56 -1188 516 -935 %%HiResBoundingBox: 56.5889 -1188 516 -935.8203 %%DocumentProcessColors: Cyan Magenta Yellow Black %AI5_FileFormat 12.0 %AI12_BuildNumber: 256 %AI3_ColorUsage: Color %AI7_ImageSettings: 0 %%RGBProcessColor: 0 0 0 ([Registration]) %AI3_Cropmarks: 0 -1249 576 -912 %AI3_TemplateBox: 384.5 -384.5 384.5 -384.5 %AI3_TileBox: -115 -1360 668 -801 %AI3_DocumentPreview: None %AI5_ArtSize: 14400 14400 %AI5_RulerUnits: 6 %AI9_ColorModel: 1 %AI5_ArtFlags: 0 0 0 1 0 0 1 0 0 %AI5_TargetResolution: 800 %AI5_NumLayers: 3 %AI9_OpenToView: -576 -570 1 1780 1080 90 1 0 78 132 1 0 0 0 1 0 0 1 0 1 %AI5_OpenViewLayers: 372 %%PageOrigin:-16 -684 %AI7_GridSettings: 48 48 48 48 1 0 0.8 0.8 0.8 0.9 0.9 0.9 %AI9_Flatten: 1 %AI12_CMSettings: 00.MS %%EndComments endstream endobj 3269 0 obj <>stream -%%BoundingBox: 56 -1188 516 -935 %%HiResBoundingBox: 56.5889 -1188 516 -935.8203 %AI7_Thumbnail: 128 72 8 %%BeginData: 9894 Hex Bytes %0000330000660000990000CC0033000033330033660033990033CC0033FF %0066000066330066660066990066CC0066FF009900009933009966009999 %0099CC0099FF00CC0000CC3300CC6600CC9900CCCC00CCFF00FF3300FF66 %00FF9900FFCC3300003300333300663300993300CC3300FF333300333333 %3333663333993333CC3333FF3366003366333366663366993366CC3366FF %3399003399333399663399993399CC3399FF33CC0033CC3333CC6633CC99 %33CCCC33CCFF33FF0033FF3333FF6633FF9933FFCC33FFFF660000660033 %6600666600996600CC6600FF6633006633336633666633996633CC6633FF %6666006666336666666666996666CC6666FF669900669933669966669999 %6699CC6699FF66CC0066CC3366CC6666CC9966CCCC66CCFF66FF0066FF33 %66FF6666FF9966FFCC66FFFF9900009900339900669900999900CC9900FF %9933009933339933669933999933CC9933FF996600996633996666996699 %9966CC9966FF9999009999339999669999999999CC9999FF99CC0099CC33 %99CC6699CC9999CCCC99CCFF99FF0099FF3399FF6699FF9999FFCC99FFFF %CC0000CC0033CC0066CC0099CC00CCCC00FFCC3300CC3333CC3366CC3399 %CC33CCCC33FFCC6600CC6633CC6666CC6699CC66CCCC66FFCC9900CC9933 %CC9966CC9999CC99CCCC99FFCCCC00CCCC33CCCC66CCCC99CCCCCCCCCCFF %CCFF00CCFF33CCFF66CCFF99CCFFCCCCFFFFFF0033FF0066FF0099FF00CC %FF3300FF3333FF3366FF3399FF33CCFF33FFFF6600FF6633FF6666FF6699 %FF66CCFF66FFFF9900FF9933FF9966FF9999FF99CCFF99FFFFCC00FFCC33 %FFCC66FFCC99FFCCCCFFCCFFFFFF33FFFF66FFFF99FFFFCC110000001100 %000011111111220000002200000022222222440000004400000044444444 %550000005500000055555555770000007700000077777777880000008800 %000088888888AA000000AA000000AAAAAAAABB000000BB000000BBBBBBBB %DD000000DD000000DDDDDDDDEE000000EE000000EEEEEEEE0000000000FF %00FF0000FFFFFF0000FF00FFFFFF00FFFFFF %524C45522752527D277DFD042752FF27525227279A93BC6F27A85227277D %FD64FF27FF2727A8A8F87D2752F82727522727FFA86FCACA9AF827275227 %7DA8FF7DA8A8FFA8FD5DFF2727F8F8527D27A8277DA827A827522752276F %A1C3445252F8272727A82752277D522752FD5CFFA8527D7D527D7DFF7DFF %A87DFF7D7DA8527DA1A19BA17DFF7D7D52A8A8A87D7D7DA87D7DA8FDFCFF %FDFCFFFDE5FFA8FFA8FFA8FD09FFA8FFA8FD09FFA8FFA8FFA8FD09FFA8FF %A8FFA8FD09FFA8FFA8FD0BFFA8FFA8FD09FFA8FFA8FFA8FD09FFA8FFA8FD %0BFFA8FFA8FD09FFA8FFA8FFA8FFFF27FD05F87DFD06FF7DFD05F852FD06 %FFA827FD05F8A8FD06FF27FD05F852FD06FF7DF8F8F827F827A8FD05FFA8 %27FD05F8A8FD06FF52FD05F852FD06FFA8FD05F827A8FD06FF27F8F8F827 %F87DFD06FF52F8F827F8F827A8F8F8272727F827FD06FF27F87D275252F8 %A8FD05FF7DF85227F8F8F852FD05FFA8F8F8F827F8F827FD06FF27F827FD %04F8A8FD05FFA8F8F82727F8F827FD06FF27F8275227F8F8A8FD05FF52F8 %F852F8F8F87DFD05FFA8F8F852F8F8F827FD06FF27F8A8A87DF8F8FFF852 %7D527D2727FD06FF5252FF27A87DF8A8FD06FF5227A8F827F87DFD06FFF8 %277DFFA8F827FD06FF52F8A8525252F87DFD05FFA8F87DA8A852F852FD06 %FFF852A8275252F8FD06FF7DF8277D7DF8F87DFD05FFA8F852FF7DF8F852 %FD06FF27277D527D27F8A8F8F87D527DF827FD06FF2752A8277DA8F8A8FD %05FFA87D5227F8F8F852FD05FFA8F87DFFFFFF2727FD06FF52F8F8A852F8 %F8A8FD05FFA8F8A87DA8A8F827FD06FF272727F8527DF8A8FD05FF52F827 %7D52F8F87DFD05FFA8F827A852F8F827FD06FF52277D527D7D27FFF8F852 %7D27F827FD06FF52F87DA8A827F8A8FD05FF5227A827F8F8F87DFD06FFF8 %27527D7D27F8FD06FF52F8277D52F8F87DFD05FF7DF87DA852FFF852FD06 %FF272752525227F8FD06FF7DF852522727277DFD05FFA8F8F8FF2727F852 %FD06FF275252A8527DF8A8F8F827F8F8F827FD06FF27F8F87DF8F8F8A8FD %05FFA8F82752F8F8F852FD05FFA8FD06F827A8FD05FF27FD06F8A8FD05FF %A8F8F82727F8F827FD05FFA827F8275227F8F8A8FD05FF52F827522727F8 %7DFD05FFA8F8F85252F82727FD06FF27F8275227F8F8FF52FD05277DFD06 %FFA82727F827F852FD07FF52F87D272727A8FD06FF52FD05277DFD06FFA8 %F8272727F852FD06FFA8522727F82727A8FD06FF5227F827272752FD06FF %A8FD0427F852A8FD06FF522727F827F8A8FD06FF7DFD052752FD7CFFA8FD %FCFFFDFCFFFD8CFF7D2752275227A8FD06FF7D52275252527DFD07FFFD04 %522752A8FD06FF7D2752275227A8FD06FFA8522752275252FD07FFFD0452 %2752A8FD06FFA8277DFFA8277DFD06FFA85227FD0452FD07FF5252275227 %52A8FD06FFA827522752277DFFF8F8F827F8F827FD06FF52F827FD04F8A8 %FD05FF7DFD04F87DF87DFD06FFF8F8F85227F827FD06FF52F8272727F8F8 %A8FD05FF7DFD06F852FD06FF27F852FF7DF8F8FD06FF7DF827FD04F87DFD %05FFA8F8F8F827F8F852FD06FF27FD06F8A8F8F8527DF8F827FD06FF27F8 %52FFA852F8A8FD05FF7DF852F87D7DF852FD05FFA8F8F8277D7DF827FD06 %FF52F827522752F8A8FD05FFA8F8F82727F8F852FD06FF27F87DFF7DF8F8 %A8FD05FF52F827FD04F87DFD05FFA8F8F852A8F8F827FD06FF27F8A827F8 %F8F8A8F8F8527DF8F827FD06FF2727FFFFFF52F8A8FD05FF7DF8A87DA827 %F87DFD06FFF8F85227F8F827FD06FF522752527D52277DFD05FF7DF8F852 %5227F852FD06FF27F852FF7DF8F8FD06FF7DF87D52A87DF87DFD05FFA8F8 %F8A8FF52F852FD06FF27F87DFFF8F8F8A8F8F85252F8F852FD06FF2727FF %A8A87DF8A8FD05FF7DF85252A8F8F852FD05FFA8F8F8A852F8F827FD06FF %272752272752F8A8FD05FFA8F8522752272752FD06FF27F87DFF7DF8F8A8 %FD05FF52F87D7D277DF87DFD05FFA8F827525252F827FD06FF27F8F82727 %F8F8A8F8F8527DF8F827FD06FF52F827F87D52F8A8FD05FF7DF8F8F8A852 %F87DFD06FFF8F8F8A852F827FD06FF52F852277D27F87DFD05FF7DFD06F8 %52FD06FF27F8272727F8F8FD06FF7DF852522727F87DFD05FFA8F87D7D27 %FFF827FD06FF27FD06F8A827FD05F852FD06FF52F8F82752F8F8FD06FFA8 %F8F8F82727F87DFD06FF27FD05F852FD06FF52F8F827F8F8F8A8FD05FFA8 %FD06F852FD06FF27FD05F827FD06FF7DFD06F8A8FD06FFF827F82727F852 %FD06FF52FD05F827FFA8A87DA87DA8FD08FF7DA87D7D7DFD08FFA87DA87D %A8A8FD08FFA87DA87DA8FD08FF7DA87DA87DFD08FFA87DA87DA8A8FD07FF %A8A87DFD04A8FD07FF7DA87DA87DA8FD08FF7DA87DA87DFD08FFA87DFD04 %A8FDFCFFFDFCFFFD89FFFD04A87DA8FD08FFA8A87DA87DFD08FFA87DFD04 %A8FD07FFFD04A87DA8FD08FFA8A87DA87DFD08FFA87DA87DA8A8FD07FFFD %04A87DA8FD08FFA8A87DA87DA8FD08FF7DA87DA87DFD08FFA8A8A87DA8A8 %A8FD06F852FD06FF27FD06F8FD06FFA8FD06F87DFD06FF27FD05F852FD06 %FF52FD06F8FD06FFA8F8F8F827F8F852FD06FF27FD05F827FD06FF7DF8F8 %2727F8F8A8FD06FFFD06F852FD06FF52FD05F827A8F82727F8F8F827FD06 %FF27F852275227F8A8FD05FF7DF8277D2727F87DFD06FFF8F8F87DA827F8 %FD06FF52F852F8F8F87DFD06FF7DF8277D7D7DF852FD06FFF8522752F8F8 %F8FD06FF7DF8F82752F8F87DFD05FFA8F8F852A827F827FD06FF27F827A8 %52F8F8A827527DF852F827FD06FF2752FFFFFFA8F8A8FD05FF7DF8275252 %F8F852FD05FFA8F87DFFFFFF52F8A8FD05FF527DA87DF852A8A8FD05FFA8 %F8A827F8A8F827FD05FFA827277D277DF8F8A8FD05FF52F8F87D52F8F87D %FD05FFA8F8F87D52F8F827FD06FF27F87DFFFF27F8FFF8FD047D2727FD06 %FF27277D277D7D27A8FD05FF7DF8277D5252F87DFD06FFF87DFFFFA8F827 %FD06FF5227FD04A8277DFD05FF7DF8A85227A8F852FD06FFF85252F8277D %F8FD06FF7DF87D527D52F87DFD05FFA827277D27522752FD06FF277D7DA8 %7DA8F8A8F827522752F827FD06FF27FD06F8A8FD05FF7DF852522727F852 %FD05FFA8F8F87DFF52F827FD06FF52F8F8A8A827F8A8FD05FFA8F8277DA8 %52F852FD06FF27277DF85227F8A8FD05FF52F8527D7D27F87DFD05FFA8F8 %A87D52A87D27FD06FF27F852527D27F8FFFD06F827FD06FF52FD06F8A8FD %05FF7DF8F82727F8F87DFD06FFFD06F827FD06FF52F8F8F827F8F87DFD05 %FFA8FD06F852FD06FFF8F8275227F8F8FD06FF7DF8F82752F8F87DFD05FF %A8F8F827F827F852FD06FF27FD06F8FF7D2752525227A8FD06FFA8525252 %27527DFD07FF525227522752A8FD06FF7D2752275227A8FD06FFA8525252 %275252FD07FF525227522752A8FD06FF7D2752275227A8FD06FFA8522752 %275252FD07FF525227522752A8FD06FFA827525252277DFDFCFFFDFCFFFD %A8FFA8FD3FFFA8FD20FFFD0427F8277DFD06FF7DF8272727F852FD06FFA8 %52FD0527A8FD06FF52FD05277DFD06FFA8FD0427F852FD06FFA852F8FD04 %27A8FD06FF52FD052752FD06FFA82727F8272752A8FD06FF52F8272727F8 %A8FD06FF7D272727F82752A8F8F8F8277DF827FD06FF27FD06F8A8FD05FF %7DF8FD052752FD05FFA8F8527D27522727FD06FF27FD04F827F8A8FD05FF %A8FD06F827FD06FF27F827FD04F8A8FD05FF52F85252F8F8F87DFD05FFA8 %F87D7D7D27F827FD06FF27F8272727F8F8FFF8F8F8A8A8F827FD06FF5227 %5227FF7DF8A8FD05FF7D27527D7D52F87DFD06FF277D7D7D527D27FD06FF %52F8FF277DA8F87DFD05FFA8F82727F852F852FD06FF27FD045227F8FD06 %FF7DF85252A8F8F87DFD05FFA827FF5227FF2727FD06FF272752525227F8 %A8F8F827A8A8F827FD06FF27F8FFFFFF7DF8A8FD05FF7DF8527DA852F852 %FD05FFA8F85252F87D2727FD06FF27F87D7D527DF8A8FD05FFA8F8A85252 %FF2727FD06FF5227F827522727A8FD05FF52F87D52527DF87DFD05FFA8F8 %FF7D277D7D27FD06FF272752527D27F8FFF8F8F8A87DF827FD06FF52F87D %FFFFF8F8A8FD05FF7DF827525252F87DFD06FF277D527D7D7D27FD06FF52 %F827FFA8F8F8A8FD05FF7DF82727F852F852FD06FF27525227527DF8FD06 %FF7DF8277D527D277DFD05FFA8F87DA827A8A827FD06FF27F852525227F8 %A8F8F8F87D52F827FD06FF27F8527DF8F8F8A8FD05FF7DF8F8F827F8F852 %FD05FFA827527D527D5227A8FD05FF27F8F852F8F8F8A8FD05FFA8FD06F8 %27FD05FFA827FD06F8A8FD05FF52F827272752F87DFD05FFA8F8F8527DA8 %2727FD06FF27F8272727F8F8FF27F8F8A852F87DFD06FF7DFD05F852FD06 %FFA827F8F8F827F8A8FD06FF52FD052752FD06FFA8F827F8F8F827FD06FF %A827F827F827F8A8FD06FF52F8F827F8F852FD06FFA8F8F8F827F827A8FD %06FF52F8F8F827F87DFD06FF52FD05F827FFFFA8FFFFFFA8FD09FFA8FFA8 %FD0BFFA8FFA8FD09FFA8FFA8FFA8FD09FFA8FFA8FD0BFFA8FFA8FD09FFA8 %FFA8FFA8FD09FFA8FFA8FD0BFFA8FFA8FD09FFA8FFA8FFA8FDFCFFFDFCFF %FD8AFF7D527D525252A8FD06FFA852527D52527DFD07FF527D527D527DA8 %FD06FFA8527D527D52A8FD06FFA87D527D52527DFD07FF7D7D5252527DA8 %FD06FFA8527D527D52A8FD06FFA87D527D52527DFD07FF7D7D5252527DA8 %FD06FFA8527D527D52A8FFF8F8F827F8F827FD06FF52FD06F8A8FD05FF7D %FD06F87DFD06FFFD06F827FD06FF52FD06F8A8FD05FFA8F8F827F8F8F87D %FD06FF27FD06F8FD06FF7DFD06F87DFD05FFA8F8F8F827F8F852FD06FF27 %FD06F8A82752F87DA8F827FD06FF27FD04F827F8A8FD05FF7DF827275252 %F852FD05FFA8F8F8525252F827FD06FF27F8527DA852F8A8FD05FFA8F8F8 %7D27F8F852FD06FF27F8F87D7DF8F8A8FD05FF52F8F8272727F87DFD05FF %A8F8F827A8F8F827FD06FF27F8FD0427F8A8F8A8F87D7D2727FD06FF52F8 %27275252F8A8FD05FF7DF82752A87DF87DFD06FFF87DFFFF7DF827FD06FF %52F8A87DFF27F87DFD05FFA8F827522752F852FD06FF27F827A87DF8F8FD %06FF7DF8A8F8527DF87DFD05FFA8F852A8A87DF852FD06FF2727FD0452F8 %A8F8525227A8F827FD06FF272727522752F8A8FD05FF7DF82727A827F852 %FD05FFA8F852FFFFA8F827FD06FF2727A8A8FF52F8A8FD05FFA8F8272752 %52F827FD06FF2727527D5227F8A8FD05FF52F827FFA827F87DFD05FFA8F8 %277DFF52F827FD06FF2727FD045227A8F8277DA8F8F827FD06FF52F85227 %5227F8A8FD05FF7DF8275227F8F87DFD06FFF8277DA87DF827FD06FF52F8 %27277D27F87DFD05FF7DF8F8522752F852FD06FFF827F8522727F8FD06FF %7DF827A8A8F8F87DFD05FFA8F8F8525227F852FD06FF27F8F827F827F8A8 %FD06F852FD06FF27FD06F8FD06FFA8FD06F87DFD06FF27FD05F827FD06FF %52FD06F8A8FD05FFA8FD06F852FD06FF27FD05F827FD06FF7DFD06F8A8FD %06FFFD06F827FD06FF52FD06F8FFA8FD057DA8FD07FFFD057DA8FD07FFA8 %FD057DFD07FFA8FD057DA8FD07FFFD057DA8FD07FFA8FD057DFD07FFA8FD %057DA8FD07FFFD057DA8FD07FFA8FD057DFD07FFA8FD057DA8FD7FFFFF %%EndData endstream endobj 3270 0 obj <>stream -%AI12_CompressedDataxrƒ x~8žWolIz+_²g|b E$yR}!۳OW&jxi[&o˫O7!~>ߏ+o_M -|z}gӛOǧGgӯRP5&]wON -; -OOfyue_ߜ//<^~?o7g'ߜ]ˆHcP|X`s^^_C;Bɟ ]_O4+0XU,o-M01&$, zf&SB=$x"'ׂhiOX`]]IҺo~ꗋkh$FdyώhGW0g7ׄ|>%N -~ߨS4ET^|~suzLTBM__//"-+}*>8Y\|uqrv>ݠ70[?^^`Ŀ}suyۋw՗Lmy &dẌ́JխA箖~_m`53Ǣ 98ǻjB\TSvP(G^Tp ţ]8vvwy&O&?_^bۏrLP|;>hB& B[W xͥ/N_!﫠ymX<;tSlO;989"f??:}{utuu;8}szl#1>.׹@HIܧ[ES`( rqqt}MWUOG%t \.]?pП.A_p)?o'l9]s{ׂ}sס8DRLI j.ڢe/v2~Uc/GEX~Z` _l0".^燰0|7s?ws;7s=Ws CX¢[žsfO='`Q+9N6i+ UC}=?h#5`a.y= . ZJ<_+06L995kg(rr ,.K, b"!\p@2tA/Ф} R1He઀] 7Hp/9$> $BHшKFEMcX!],hpp"p*̽yQ+BՠA]/8u@U"`(?/\U uqk@(BvQBpŵ(./UTA%T=:\ܚBw88dցԷݯ - NݮRu;, -05-UA נ<{2'ᇁޢ$&bi~85 -$($X@g㗰`N+_v`HVp#Wxo&+xB_r~Fwa& *;#moߘyه1Ъw ܌V ʺ˖F$ti l)HG*h6PM3dU &@.ZĢE*"VT`rQD0HiǢ?q{{bȉ#Zܮ]7,u]JvdP#HMkʣdNlPAFcRlO]ԘWnl]*1^LAQ~KT79wzLž$QVI6 -b,j\Ʀ@x1* U)Q*DEE U•~ - ->E#HI&]4D -bFWHp*$dH$,zЁ鉩Ҙ@A ѢUZ4EBU0z4(R JU`Kc"δQ{Eqx5{(L[Cܺ\94DdgĈ"ldt:\a6>xD6=!`s w8V"4vvao*~g~QzȮ}P㞐b0ԠBBAdS`mӣΣ.zuiaWF-QC0pcG5>ܱtK|ȱ -fm4 A'>Bz`5 Ȧ$^-IK^:ePT(1ni^ )7tH[L RmX-HKGTQaDVPa - 3uo%ځqX,%`>QCsъP c`f5n}{~0n[F{TG{TG{TG{TG{G]kDFT?Ud-#iI gOٽ/:^.*80$UtQ م6Ѳ#mTi=@I)H4҄'*Ig|Hp"aEƋ*4:z >ZN䜄QE+Jhc:.%|XņJLX -(%1&4P`e.VrR͜((쉕,pdiGמˊ'RUhZ*=ѵ)jW٪-#w!}CEEdW>$c$Q{C -!؇l$X@֦V oaၠ hf`^,pDFTQaM7Q뙨6a=+il$nC}<pM"k7ػYN!g[[ a˫ꉲSJš5V6kk*6C;޾qͥU"&Z elƽ\b74t'JWMP͗)l vN,R/r<HO 9;o$)/#D摼rKAɗ-m5DZetvkiq٥t"6KB@W1QF$.f  ₻*G9f(qVHT`:ϓ4 UVխetS>G0Lz coi[*0c/k)g@&̮RWIZi:@b.\ 8CLIǐ2THdeSV\eثe_W-rc-PUUi}6WWˮd)2Tf%sDo!#&}DOfI$kHT|͋&hJO {An"X!ׂ)'x`A,*!,~BS΀K$E>BFZB$>P~Egr(lDp? xwQܒ^i[-[Re"TY>,UVmŭpJ[Ju;(9,  =awepI~>IM`LZΆѰriop,\q(LQtSzQD Eiם}^ӯ~ yҥ,OףV ):~ g^ƦE$]|RE y#JJljZqea¨k!&&A٠XI\e -ۋYq$-8-<%&늜Ju\>$ќ< ɄXfX,FPSk)ͫøOߕ]V6eb&Ee9Lwظ˼ Gd)˿+oV+kW -nkr.3Up~hGsk$26-r ]مP59i<& ҄?x@ґ6;Dٕ03ah,d - 8:C^dErpz<$`;sՆF1z\D(}"£Br+篜rYU1r.粘֢.6>CrZKkQ9ܖjti^)T4u'f)/'&~XS_NHƚCB8M?ߒ^ ͪupJ\AQܒTS{Cj)YՅraCت5AlH5QkeZFֹP.VʘVZT5NXWcȰnmTiIye@Vr%";רfTJBֆkp-¦a|~ - 1=]5oL3 hZ>(Bw9 -#Z.Hmp#=p_{@>]¶W.ϱs5[%{t[8܃Wvt'UCdUU3oo) ,CΦM۵ԀmHbƆZ"AhJba&_!)Nٞa^X>a6ƈ10 ϖ10  -c`8揁}QaD0s"f$_n Cà فaÊ#!93(Fk+?ß;)? ~&Fͼ_8>Z}3}6#9sYϫ[` -hA&*nl=vUDGnq{14Za*Gbh?=C> pBYT bI!,² ݽihT#%}N^1X=3B[t5^1G1X3(h0&nP(ӀHA0A``c[D4q!^U!jA].CRP@ -wЮ  -uGrRRdz֘j8xz,;T/ 6l(ob*F ]amzuKԫ3wc·43 tui~{[gVe̺Jg߳4Lj<+ވ.*V%[I=_sy'{6\h ?EђQu.Qd+96BEwEF+ ]6A$,,PdmEvWn~`*;sҖTq~qݎl.,57OyZ8nn2<}wI'燇 k$ǀmsb~Z.NݯÍx4p {Y(\<͋xEFu]#U~EfG_+.n=yk"{ {+Z&d-I6!1]3?"_Րp5W/n=EzEpѿVysr>1@5V\$8=dXKV;>@m胋z6[{޺~Y>Z-pVkX\J.ݮu֑ȚW;˂m#LXdY%DC!rSK$Ze1E1nVwUWنVҎ*ro`b!$iaUèlYczXrIV*朓L)ٍ<:3[R\ u}R|>8~B>1//~:>x?4|P}x~2ǣEC+ :W=MEAt'o_c'M? S5u'9-\qN@,V!4y8*Pdr$N\aHj=> 71PW$P| ?SPLn醂uCO^h-Fm3hAucJXπ5\v14@t۲ yVΜ/wM+twVTaW_!ZGc2ڙqԃu&*8LXb6^)')y9EWw'-;5*.fz -趢,w F0 , -ra}W>lbqu-Bgb̉ƔWUew⍔ެWʾua< b1.+egxִbM*ˉiɃǸ,fxZx} -;R<_יE<Ʒ Ek\τW1ڈHaeIiAa%[joѻ}* 9`^AzTmuټ 4%?*`XK,mM0yKԷ -\Ni|[a_f!aS:5pE#ZCe.kzW/u81ꈋ{y]^A@՟K oA?x?.կ& -/~ >Ϊ3mxk7-2@Z^f-fYXRt:s2O[T Hk&Edf l$8B3,o6XT1\۩yߖw0r.Fi@$rPXLepRJjɸ 2LڪʄM!ki|Ǫin [^[~~mt(R W8'R`[UŻ$RW$6 =Bspϱ -= +ܬ*76^TnZB1gT=0%WPYϴrSZ \KFzPimn9 ԕ1xlTB^q%жX2?UHŏF0V<~e a,xfH`M$J I'#ٙLԤ AD2ԡZDI#BDZ]&*.ZPYRmǴBJ׵]"bt#*k֡y(E7x~'1~5輌<V\3z@kAjf@QiUelE^Ђ<%&ϢG@Jj D3u*OL}UzǞC`gEY4 GuZ+s, @*,&RikNbu$;g1I(8*頤-ZQbԠ=<ƀM3HkJtH3i"SIM ɨDò .OdaU-2Ы(>`1I2I2F<:sk)&Rw]HsCHa,,&R7Lڈ Dye y&u'f=TD\PeZ` .LQ۾!t'#J꾍Q'%aFD[q}9|Oc8]Cvts6ןj3Oo>-0v8|=|}}z}|;nzll}3鈸#˟Krr{o'Ӌsqyut}y5xV^_\/:xtuPBŖӿӋ;@3W!s4;Q>혶Gm#7j{w]r ' `cߨިި^B@uo>팺7_<{7/Eۤ'*~ 1$KaO'O`;Qg 9b}Yz0 "'ϡ p~}EݻO ^?Pwh>}\ߜ]-./>]] ae^l>|^ǗgWkŇ?φ[On%n/_mҫG#@_p5psy*-t4oP6]rYl2-9ӋWH _ECLؐo;{g݄힣]ӌ6$b01vUL[;rݤ~MnpG/ߞc 9:pIKEo, l;<;.k_wxLGrMK׀eKt/ehqyy6Z.{f ӳf 'q"b68>$'ӳs(7ٕ3s2|fNS;dmڋ!f/.oxHH>LR|o7>xfgfA;;woZ[Zgp `=[’v2O-ۋG˳˳&O1}N~䝼aG4ȶÈ;jsޣ]y%yu97Y=Ϟs'.jIN_ HF6R-hWEEЖ8#=_HFz6ҳݧgΛ_YG_ݍ=q Y6lw~\6eci7⋧~͏\xvB'xҰx˻w+pkz"O޿O1 оR -1|\y0!ؖS{n)m}OpszL4aCa;nDO PeGsՃ;2|K~xGp*;C7:pNwyއ2P%;2ݝ-{8vZܚ͒v4{'vr{v|7{$n↲HИq yB?YݻOpˋH\zxQ27O޵?gg |zIw;6GM ǵՆzF5Ft&y6Zn ~\^| kq/ly˫{?>ld*xzwOo8\\_g쟒=2gUv凟mƆADݴ=z| w-PLhzVTZ-vیvn3mFh瀣6Jvh!hN%vXQ>n ?|l;5|d#:k_CDM`[fe'>f U1%?,*2&b=Ol~5 -5 -3xv !nғ2sQ/j԰Qc75jbޑѨ-ѨWաeVFhVGxVm<*f*::>:tc3Ϥ f·5W^_ʷ *5Q5Q5Q+#5 3߿_^:NpVݛmғQ}E1XDlηQPq/4udx@//=<S@' xt|z703~l;.ܛ+iNb:DDܡ2-֋˗>QKux,&lg>\~͖ $7O޵?>lo,> v?{Ntsx?ekwcmz*bgZF⋧j09 O)ϙkX$F[5m *2Ɨ(#U7V?|M{yϏ{pF/,Ϙ{[(/횼4K߆ב6젼2wA<ӮMf1G eGVwd9Vܑ'z]^8_np.1H{GwYuF޹n&l9ޑw>#ܔ*o;ۼ2=:w=Ҹg;0;/5 <垕 woLdIa!CLbz}H䶳oOwLwvy]ZB1^Ӕz;|w)'uŲ⺹8iɋòԓ}33s?_]|z7i=Lv]zę!Ϲ-m!諹Ib[Q98@! ?B*gE#?^U_Ώ>'{?_n[pCUϜ%s3~R: :zT58 7~wzrTMZt3 I=QLIDN@jt,*򪢏l*B.e> E83ӵRXĴnczf0fB*hTz"L&B - ^[׼:%v*A{@wNR-T&4H{5+;%v(GBۦfy?L5)vXT ?CbSw֦] :%NbƝ)6Mc0Mqv_Tn_؍\ptu(r;vG|sh$Ha+P5xEwЭZ1R DBsc05NUb8 Φ93ZkR¯&5Axk33@FmL vGEL033)l-j7hL  TMU^G|۷0u-q376>Aҷ[Q1֓~*<7_D! '+C@S4( }O*JDPZC5̶UEUWfHb@b^U8rKˎ`"4N#'6  e(LR.;F$\3-oe1a6hb;uh& m>rxk\{pUE _fG3ԏ6t͢諙!^ QLaB(:FțaX`(Z+Z׼S̘"/A -[k8g:a'9yKϴN%eHQavRۻ;fKׯ[ZoLQAS?p DOWsWxsaP A -HGg -﵊ -N9!\\\U^]75B˳;h/ހ -/lL{svL'8:i7,ٮWEݑWnJF! VZŸtK'A<~E~)ŷaQn"U5[%&_rf~O`IJ+㈤+XyL!u[PiH$?C`@lQAȀPBx9HHtGL1o GBNҳFcY@͔_yƊؼEjh4a034w6=zF=a>>HoHcs؊E!Iez#&{i*/\"I;>9:;Q嗓}y91o˫B国ohkXϼHƠt3͏ӷS87jʠC/J~'J,}ߥk)gA0h#l@x(JL[  C; _XxŌdp! fdAH:(#b* -Gr`ΜFJn 6Ӆy1`ԥs`Fd.8 DOo)U:OR5܂5;|wGrkU GC.Wc$åvb??}NB+,.!ǡtyeʎtW:їebgdߦ)%_Pܾ*o>SYkB,h *%F%ܽ*RZk0x2BF٭ӶքVRWT~@EA<,xkjT]$u}W-(L;#8QU.F}9+b4KEUkU@ \D*\L!`?'&G5|,wf:8AX]4 g`uG’jF*lb`e1?MV 49`Cp,2 > ಛgض<ĵ?u|][AK_bÌӸYf@Ⱦ=v(i:ǕEbȚJI.,}ݭ /z# 4^d!'rb/x]YԊ `0iFۀ`Lt0D%ЦY:},/p 克㡹4\B\ux-T|D3+a(N+s]j?K_ TCAe.!Ӹ<0}OOWj![ڴ'ڼW'sg&HJtOkÍɦf -|:%ůT^6Ģեm9yAR1P"poeXqf֦"YaȢlN]언Ri&v;qM㺰W}x5)b~MlOKXD`r 9< -h3s AzbSBE=rtD<2/8-PLEC`*n'Ι`ȡkLR[Pt7)fNm#6^嗨r)R9U)s+b>fAcKPj1x-%؍2S) /*E{];߂z]1c~Ec0Fl[X6՝E{gi1ӈ #jFc -Hk2`Ѐn=0a58|];ʘR%顺 E<*[v&p[\R>^Efh#x -r]ݙ8zf©dzr[ܴ.aPpzFK:AֈEͥWt|c)p)J 5i#[O:5U䦒[mzC=֢2nF͹bVy:x3#4DcZkJm }VRy4o@TWG4ʹ)`Jׯ0JS;~t)eo kyJ 1+ވkAyIf.LǎmEgQpN?M7)eV>Fh\nV1B09'ih#x{H4Q}`7%HN+A ')LoNӲiJ8 yN)xSGΔ_J?eOMb,]>ׯۍ*ePiU7*Co?RU+FU*xr瘲N#2m-ER.w\_~h=^rSUna/O0kDHpJqne.*ZC]E:v !4*gh3 V- -6(?Mq#C$O6zٔ)i$L}>+(Lu>VwhPvVAi◊JJY=X!xV̂5!n:]m# k/=7mqBT40% -ԊP_]DL"V(rh[Ql 5\cYCkO1Ze4AYJ,z쀧NOB0!R((fȌp7fHGfa4fAJQ=k©jp -1R,-,V?B%tפ_h2UOM@Q̢k·$za Pwk݈xӇ9nWXVl k=H÷P1>]Adu~t Gv7M*D|kq_Q1E.)RRY]`L)J3:$sEx.@#b^]4#DĀI { S%U %"Nё}b~(0%xWaUbb:#ct1 /l}x.pc.4Qca=^qb۳Y=jb{,ONBGAΪTH\ CDW5ryG=Ǹ}M8a$# "b㋜-Y8bBXSpsH!i&4J`GZ;Z;1 `_/4 2ȚcR@ fUkY>nijWe49@e2PtBcD|`B\Q(fM4P7 0Hr-EFJj:#DHGTCAǂ5mux,:cs$@2 } l |?PD|h*I\O[9r j `R#ai0C4 "'9P0Aq`M T4$Ob pȑ=Ͼ- - kKQ.c"[">T|tIdqd8L }eYLu%PjN*%5ۡNGa(@s#(|3]-ibWi垦R2)bcr!+=®ZP2Z<#!A5,$f$ BHD \0(4Pv6t3_GnЕp٤e78H0Y=݁kjH%8ZvARX KՆ((@%}0:'ܶ[ XMh_@q{@EV"` 1:£12N X.+Ρ -Dkr2s# }FѦJAɇN|Me1}AH:,JɀIŤwt\t٢7[@@ȂCHPfʥ$XSLܭTJ45ePjM.%wO$}OȮ`I&*X9y))b*Hos!8\ sZjFzq4dPjD."ۏ=%;ag:kR$y# ~~2B2{8~1fK`x0yMI*6lv) H:uwh#U%K:ˡ0]3@` д["ft<2:IL3&T4*r>.j $Z|J+]ۺj 3aRϡ:YPDukg8 -kvy* tF&ð@6ڐȖHap׊fs(7I i0uY&CNR+qȖQ0^4 ]͇D%@'B(W Q. V%1 VA=BGFEVtac 5 MĄ3؂R?AyC_=)VС{cG/g5jp"9*2i`HiG88{ -~g1"E''?lUD'Д (Q.'%XF͵dHlH. t;.ϗ]!m|A}%G n( mBid!IsKi,eB7+j./^4EŸ &?@V\%_~eJ_EZ>A|b6ՕTz!Yb! (f'Pnp ]b.)J~!! --P8Mkkua|9Xqɩ ѱS\ajCȴ@>ש:>?QMwP4L^ٮUHtfȴȄ2j(;"`pנj,re3[.uJjnǶ-Fo8PɶK* T -56;L6kɩG]_ctKI%&=K%ttr¸xeX$a䩶?\+mXBE+``ju݌F&xejЌgTr I%q,>X5d\J(XcƦ[g%{WJQSH9)> YG?dR1FC.D4gWdQ#gJMW\Aa6VxgƑ)Q3ބlXǡ76XT/]%FhC=E.'{3I&x6mn,‘%D['yI;ÍȞ%O%N,E_5X7k%mWp`U3)>vʂmy+Np/oHbs#oj2)y 3vLN4Mzq"8x,@"%:r ^~0U8nո_Q֜@(D& JvO>وO&Mr1kA@|B5 @_>@ĦC͎S\\ivd Wϒq*D) 3Vv^C"jx LJ`aA!4/֫x`< LđB#7!{" yο؟*X3hJ_ (j(`nfj~ne#ba g2"C=e*U_ RyR8ݗÕA)'/ޞZZ `jZMx[qY<[r_RzeHV:6Hg3'YTt -❼#I7h1sԿ(3+6WY -HUW"#|1h5oF7Em6)7k2{Q"ptR6R -nٶ7x/9 -n-ɀXqUhB -)8'S_ʭu"-tæok1#!e EA% mmdln)MP>zf/(%RMUl7 -c))746t]GgtC+gt1b w'ȆY$뼁E[#(GF~="úT>M@lEX\e@|R!:HW%&%PӍXJ_\P-DnP ϧCUE* -6&R(ʏ!3'@S:#qTP: SR2 VDӓ!6Ʌ (ؘ*;@t{D͔\,2c8c)Qv#O`2:X;UXSc.)H樮q<%eH31 :JҔDN/A(|6*[KZc`6`AgxAg{3a)Ie yfGH m |nȀ\qp?X*c⧊2JmɠXJa Edt7dq1ƭƤ,vQ3Jw*UtPM d5@XaEuaQIRJ8Lҥ~PD_D"蘨c<ec-J2V! -+R}u mcx29P2\ -״cMܦZL:z 4'p{Z֔PDuO,=]D\M hTgm,zS4NT9AO@>5N{):p_ji|m$|.'j:9C=;?Ot^ϧ_|p=C -%lR?ۖ J& -n=9 b=S(Tj\^ P4: -5 t>8zԎxt y>C%Rp̂8gL`ICf"C쌥dQ/IiA1SΘ(`xbhOwQ0t$cݏb;&mU<Iwep`t8z\L-h - g0ΐ̀ķtAeDkNhdB H*1`҃yк`0:rlR~J0}i|VGuw3FKJL`]$]"hMj!ڠfyC#XWS -/9ާLnx0_$ƝsDW;7D &KE1( s(BNENteORQ(gb(DEzqA23:['$'wGD`8"3'ijG6Z6TK`6H($oz~|@0cJÝC.RcI=vqh0,"6`2YE -{7E eѤ̫L$W#`êts$OR̸ILiQV˯P,6F'fleT$Q#T Qr! -I4=Q;4C z'*dA51&eӑyql8Wyd]XPcs'Cΰb)l+4nHǝQ~"94tSRsNQղkj! H9ɣ(`v*Xٓ0/P}0(Q ęn2e5vCD3<M!" a{r1M%yc@" y~Bp+*ETxXE>%S \jod$ BuEI=z -fi i.%c>@; 澫zIc5]x>z[[Jh4.Pv]Dהp7\xIIBcZ>vզWlF`E:!lx3XP%" JHd5D$&| 1b5f#ߙPR=IEe45 2& - [#ka2ʒ 1qgs,.S h*pLT0IKPx/G ѥ (F@qs eNֶ`H wjmqf9 Hλ=nZR %q 5ņkcQGIB *R鸎k-M=d<()L Q zàyT rf!HGԓsO_?{ﵝʲ5x"u7M7(A -"p.k{<|cU3a-+̚5S̀o`aAaD3&ė4NDz@ -Y j%+=''z96Q2 Xn-0 -$XKR 1HV3ɈfibрA -}F.?ig5& 4G /o" f# /@s3؞3$K76S %^h7Q 8 *RjXI28BxB:ߤ bGKF-dq.( \'vJ~#p(Ob`OQ_+ >% dk-J'% 'ʜ <<֎@8C#I*HEBEM4N?5hkWK3x aq(^ri{'Dq{Ϻ\C4&z!tC -4Mqw%?*(.E̼&Wժ&Dη *yTbGz1S&b"Qo} C-Cn_#\cH0fX%Iir'Y3GQW7n3A.Ix(^v=)oX7e<ѱ#p|sIp$IpمpIH~3%j@0HP02"qpy]7NՊWqUq8X6l81q,\" bKʉhGb}n0XT{*$C">9~D%G|dQ$g]+$eK3h鴊fRNъ2KJ>H0cy _CŜPVf31 \'FN(pJbꋓIPs"F9XSRqa壸.k)*ӿ68q>t+n+n8Qcj,7HE)b(8MAˤ:GV#p8~;ܢAR<Թ ՠ5qX`C6 -B+pib>(5q8\%CQ,o&m :W6$ *$`(6w+=`%Cp)ub>b$b(bM8"&돘)bM+J,88E08 %!56gSUYBDbTQw[ x}VۯȪ~}Kݚ%_MzF4K38"ꙡCˆ8oub^t+uw*ũ2#~B,J3 "D.N -q9e@um̍ #ez`CɇhSÑ4q u#=%kIrӏr W54v%ePlņ@%#E"N4@2!O IMN0B@ d3 YNX$s{G<ވL|I8pVfM@\΃Y"I[Eͺ_I#WJc^րC"w#vCcs'6y09R d/#0#cـYf8/ZuXO{hV-slq&8;ɃiA,BTB+W@,6vFظ L2"_ 2KE$!߾)2 MEJ+9qe1r&/]$v${􄺂0G;L (\<)MQ,^vp1.vK9!xrbvyGIQҫhb uu?+4+I")fT2ʹm+\&R)miNR^]9iqid"(̡aD*5{ȩzYQ\.Oq9Qmqq 9CBl : }G SfK/S4{Uy(LȯdRܔb -hσ8n8U7q,8dSfD3$g6 -[rWÕW`p2 -ռ`y11GYUWM:}gAkW>D Q2<Ψ|"+{ VpMđv&Tآ~hD8sI8+G_F }G S 8W4R ײ՝WRI'$jB,%dت  s?%&\ sBFLѠv0#i0(ϐ,D(|nI$ɹ:Zv,#,)W- OmDKlKMdOmHg(>idQ) ,7(:~((^Ϣ$MfQ̦aQ #2ddQb`_EDǢT2b;b¢s9")!uEH9JJcQb*o Kq4y:yEJn1ю; ӨxjOM'u)K8sh|(D!Q8< $%*޳zPvv7XeMY)N_Bt(.wX7Er8q\H"-Js6%!#\դ"j(j'!& -n-DE9NuDR;uJ6ͪQ*$5S[8rlgŸ3iD"1/_Wwao-Y0~|6:[ =BCy8&چ ֬n 8a$8]C܅ekM xZH#uS5ވP!Bu ʣ # XĽ3Y@5WEMWixk-C}r'%E@f -C3? x6[rOZ+Zф~2aPc: ^~^ Q, -J"y/b HDP8]rf%g:Ke(g^Mg?jެyü i2\/׮w^Ҁ<%$AL:HE=TfwI|N6:}" ٜ^כaw8ZВ hGSo[xj]Lqw w> E;OɮdԫM~"Fzar!78JH"7TOXdWWd D$f@U!JUb.DR$Jo NkQ_^DzL"OTM BOJAT:->uKE)ODE,~G}Opp0O*?+mŎOTofzǜu:rw"fҬJg Xx!w/roۖ_&bfćbmTs};!܆4¸H'uOe'Z2}oeuopZ -yc,UbQgp1)` G<>G׬o*mX @ƵM BMoH,^NHћab'mXPT.S;7t\G71ѿԝ#!xB_do9YjP ӛhJ`Hq4O3Mc;1~SBe|յ(0<@P>9 ɜvg*Y#]q0l>ƻ|1ڮs˟+bJ]ÑW: !.ݑ9`xj$9Mqɠ_%916J$d&ݪ;Q?lRo];)B 2fͬh^V_ÛQfdzI[CkG541vAtBX =-h!N },!d$P}`@`:%? >ʧ2A pV}ǝ:]|6~F'7WZB^itÖ06H$2AqI,82H_!I~Z!S@JjzfY*~Nav8zS,^5T+1;+*w&f*o23 Wkߤ|y7eS?3ҕSA"$,Lge=J&4K'%IץLw(ʌ -==zg[G=Y#aO8yHK(c58`H DӦY3G O&$O^φ 䦈E"qV@Sz+5xw{.!PA> -TXJ+\?@J>Ϣ^rA TY(~#}fs0ٺV {ญ&K)w1A7'P4|Y -0תPGA OU -Mf=6o{E<ȣ]5G_Y-p,>:7Mo&):ߌVoh~^U򫄎${ "-#(Z5-G~؜Qקu5&F~H;!%u>Ebhc6%)F+_ժZca@Hz=`G}%rY-[,DHsXԟ$p\.)')})K%j)Y?{)2CA%>wfUo~]u87,XWB~oİ_"jwzmc [\Lު5?)x829ʻY^C(QwMWMSQ {>8msqs-,q:0՛*ֿee)m~\kZZ GN| )?{ -}aZoէeZr- -͉S5֜Q[-'eq>艬ȂϲJ < -ά&Lg9i|ii6BSn.8)qZq8OI{U !"jE|q>fSohV^qvcVl$Í B eG$-72cNblcu3)7NfZ1Qթ艏`OɫW*J\' "%U}%j+2.pҁ 㷌4Hf\E딸4cxjrH*|Kn^3pV? Cl)aA>>9oTsǸv MVgZotz82I&ڐ1̱[yMz$5H@~jMFCTPQ5:"%*u2y3P>zQCR"L`љUͬiT@eVȨeza坘#D&WW#=-]I,zJzy -A GZzzL#Z竊j Z_U9;ǧ7R(E>rBWk*3$ǣԃ8AgF$ghB=IuDi}y@Uu` <=' -Yq! ~D3!q*Ebo8AW(MyeF:G-鵼ꃦ SuFa/D@>nNIo0Dxvιr8n]C )fX}7pOu3G1q6Tg $Bh3"/bV5E⭷h8zkCoZ5 6mN9El>ђlkʼn"^-9T1]pvxcT[6Q)KmJb$dfn1,kֲ$KRO4oT[*seIjzI[ MSLD|x$9KH?pNG_i9훎'"Hڟ*T\H`$֘[P8aDḛe -V!nŠF(.%,z=IvAb*kY*)mGJhYEVݠ 0(GxV3eHuw {,h*/YؐBH[rk^ -:6ByntfXo0|Hb͈+wnuozRIޏFc͞62J4jMU+0j uZNK}˱2|۪16ш7?F~egMOSS5FmdPeL̰n%L:X4ħ!:b]}B(3_iø8 -ѾEs8wpih)SdmyƴE7bu 5m댤|ϴH<,{_{%|ZW:te2kvb}F(z:pzz6]Ԏ3tUAڈOꪊNynZm0Oq{o{<Žp(;LJ YJA0=a(t\)e^i1{[1~P{&G&7J (ksWB-*(L MCDK[>څ ۼ̭~.ʽMkB$HmI+Eo004{mg?~7fj IH`TϘf\gϛY.Tij̿o94aP]Y"hZؿo̵9Ѷ\{^dS4Qcj/ :ŽP&5M5f׭ito&P5Ov&b7Yz{TߎsT-WEQD*Yaj7Ft =͝M[;< x7}]Uu\)sHCفǯOgHar -s o9x%e"E>_14Íg㗧FgJ?dOEZ.nS2ɂaREvqg( =)?(]xq7#P|^ bxʣvLvm8 -􍗁>^w&\2Ct-[B{$j@ -1,WU)b -,aXdHW ̀;2 t0vqMNnPX9uꁂ9@"crTv^ă )~!} r Eܳcf/M>! jx%9'"%fThk,f"*6>vV )R -`D))yRBRMAMw":cga)B('.TTN\&'chFTfU4d/:.{pq -YV%}?r[h`#{~^XRI`?NO i8AUjtT&bTxpܶ|J__@rMWxZ5R.{bm -ST{n^3k_JTkVuPzA~}v9Eg?= !E❕(/.S^N= -X#s^)*_׋ JƟ' f7bIY9^^3gеqMTe&X7x*uczd_FbzeYvħكǗLj$"_Nbpzv\.n,"WH ;]A_VO5^N;T xF9?o3bp@ZWәpMt~&\gy _9].|U>ĹGI7١>$="۸rʷ|5R\y0w%b=OoE,ۋ^Ѩ?:\x}?_̱ٗ2!m$RGs> -CG+`uw_W>ߞZMZ{Px9o"d{ QO6D6Idqzzz3% -c %m"rwYP+/t(vEExoG?1ك(:'_*{"˿W߆F!6{ p|Nct|p͎Ԓ8@zÌ&3s,zV ̰} EY\?ɣI`!H)2| - ȄT-sb.qUا2X7c$Ջ{j6wntr4~vI(H{vDWC|QqD( 0_"L߼fY>zՊw>*S֊x"ׯ h>~obmMQ>/I>(k_Aˆ/k}u@Rڥα~$b){{_u&o%wLqaSk~n箘{?+G_@8KDgbvt y0-Z\> {/*B(ķdb{gƑ}MgQ_ -$\L"rr 6ቾ)OZ+VfbFD&"ڃ00A$iEIOi(8imjОwjqm%B7м'Kj@D*ݧ{P.B* J\.3W;R M+8bۍBRKbyX*s5L$)ugYhqH񍋅UY/l|*XQ}on"Sd! QBo6Fؽ-ηB/vlQ=~y^TΪWz %t0yH)QKX~2xY' -Rk/!G!,Mp)#79?v6hWA_},EM>l -Zj9$K^Fސ} c=nc/a4?EHޮY匿Vz1@8Es yd4S Ѿ|lԣ`,4gkd$!C/ĎBZM?̕shXkKdoM,b}}Fb'WQ.U/q!$x?9#_ώtk^g?^x H *"6I&MMDT*.6Ci~-}Ds|5Ch%7wZfmo_d{V{}fkirҘߞgmºQdx#ԛMA +-@fȴM eow^Z~}n@Oe{Nw?ܹ_W!V[u̵ӭHձ||Z/NI/j;8'S蟉BVH(Q36XKZZN }ŷ3){I}ZPEDj"8>#1/xR깝gWEkpJS -3Teh#u]xH}"ͬ vKnNa@|c{>g‰7bwE^۩n/EBGmU݃fp:M;:(ʭ ?˝aA7FJ?_O9~i ]/ԺktA@`ʰٽ@]2Lp5G08U5ԽZsϚ$̕k+ɐ 9S1ƽ:v1a_UNHVH2Ԏk1!t: /@KRJ$8pZ@U nJf4f),t -($~8@7z"`ݚ6bϲw}f(`vo}*ڳ~cPHiʲbvvYtA!w_ZXh3҇uQw7@}]GNvn8hcS-%Ɲ>@VfӜ9S YHgpnq9f93 ГfI24qA<ḛuH`b44iM,kxNJnc9Eߗ[,YUTI0P -7TCE*tbM9ǔxﴖGhw{G-$ t;R|[5:Z c!L4aO.Ls]Z_;G/QݠZ/g<٠\7tOh| ]cv=~N§A@}`>(| -1Qkvzԫ J'iA8o1 U|?QֺVmǯ5AKef ^E(AaqWoO - 4j>أhPvh@ - H_GnXys{P4]m:ەnP< ->{+A/s~lnoZÇ=ULQg?>s ( -r4g5h*n-QKA#}nQ3U#4 USZYrWGz<>-nb5hasJV=Ns|ve:huw+n9PSʠ>Fkp|Гp z5㯶/k},Q7'=A+qu1o>xMv؛js$o>AlP/#˵~'ZEA1s?O%xP_ףrбY zM:cA=I,K?G -h؝/⠍xPwh6:+Po;$%/NÐnc A=~ FT("475G=O":Bgx܉n+g>=#O|p2 h2xm(WꯜvR͗KcM3G7if('})\~f=& zxqd6l_C-˯3Cm%48d6weߟ5efyzB޾o}t^:pN v8z*uǖooۧξo~bT|۽aLŃ݄c=9hT+V_o6-2 bmulw,&Ta[ZN`W6TEtko-j`9ϛoGbZ|MғN$yLEǘh9_8u ?kO}UjoFկ1[IKMGEpHl:` w3DZ6x{x~#Za<{Ft8,X ʭh>({`6ǏElPyXӱX^jTꆲVĥUՠueP,˃u_^i- WU3(>c9(-E _S)+rP k=(HAym>/j7herP,Q1ZAivUHIčZ}v"ݹcD[;Zd1&?eB]H}t}Ε@sPEYMN<FV +@H18H7>R<"\& ʖh>hi#Hk}_J-16sqF)RCi&Nft c -.6TÝ:NPiRԑztSzm!= 3[ʎE:<˞8'Ojmt!Y!G9:^)m< R!X v9t*`Y#Ð~u]a˕qY -^oY/;Z o<}Hw,- IKAqzFhv>g5Ki1^ -Ûک?M6t"^ؑjUEtS}(7C vK;HSA>j< n-)Ev W&n0t6](t&2[v4# eL΋6LT־?$^ig tOlps\O0ײ9ҔG'z]o -` q m?4` N fdYsC;_tadupY߀UgnAwL -94FUn'Qg~gݙjy^\[3H,}Iw͌9U$p'NYzuI"-ڏ['iVt!bBxAhUvS]Pv?u>. tD姰 -va(ڤ4PI7䖢IqD&,EQ-;hAhFI +hhGhǪ)ew۠p6vK'fzrfAu2,]^"y qxo}ܒYs]XH潩n|. 0wBvr]95YQ~D{^TRgy܋Fywg#<1U+P -CznE͐ڕ[nxk qknxB7f6Xlq^ӧ/.`ܚ3|o - llyu?О(ׂЂ{b(HT~X[QaI^6["R.,wwH:;?lm:/l[Ylib.]F˨snq{*j|71K*oNg6%Fh1x4t"'hObLLe鞧\s̬o.Әhe.zY|c - ?a(arՍO:8ηd NMJK} HSB-7E$J$A&>NZ:lP%N{]6>N\:NF*:,CgA'F .CgAg-8w ]6N\2rPA.CJb#b::犡8$]l5ګ#Z,ygm9>NM~)o}k3ML T+OFE0+Qw|va٭O39z}@c䣃nJ -!rAs.iMht.\A<~ nƖFcZaȺ ^7n}Y{5$`7k ,Բ` 2R:o|δ.XƦ|9E>Y WrP{q ƝUw2peXzfwnr3oebk4bea(v7?" -1ZYYv>[u+q0X]쟳{VIk4ywǗ;x:[6BT -q 9:E 13D灘e27bgwS;Fre 6_#]$w嬨U5Gy7]Tt~.keOہ1"](XFWeB!Q-V1?k|F{[QrЂNwT^ȑ;+ ?*b(`룋qkѩJZ9c5]_GwLiޱ34J(0EM"M"c3%8p18Nv'5EF%iQEE9&gzLa\lD7Ș[dP9[dl@>"u!@c]<΀ȸ2 c),CJ+,+8Twr:nf1e<4V8d1hpu Y[1wNta~t!nYu *RzbJWwaE -|X*Nq-}<.N%'/f/Cux8INF-*3mtepP7+Ølx8._F =!bP/awُ8]/z; g\ZO{xgufo;筯m֗F,Ac~c2I+cO,ȕk4v/: "0q^q?{NXȦefmL  mX|BmJKF^]H5M#RoWTg/|D*T]h_e֭mTNFJ=`ޭƮE8$%_:Nb.؍kWʄ"jkrqtT#]hCB{};n}=Y=D!"솵堛ݲTwyg=hd ލA|ղaWqxݮҎ}SUlYg >&⬧gvc.z 640]lW졪Xױ&9Ko[2%ź+:uXInA+c޵?L9֯Ϧn"r볯Tlk AuQg]]/DվVM]4`Źl4ji,Mgf=̠|be1nG}4< ,xF-!u4ʢiL^SKg~3L4ErEt1#sjtft,Ό)vUEәMIX]4Y,b*FY6ι*t6[a4(Dә!%$Oulj:PMXQ4mttAWMg>fz3T4Y,Y< fb#3[B(-Dhn\?Kd]KR؂O_RXU:;buH4 ma:aq(XD1Y;))ٓͤSsLI&5We)5LNeR#:':(9673T2[$fMc/6q-/sLaWJK}Yʹ̝+Qv.s7Eq2wYybLcL {y4:YA5mRj8e@59\-OusZ@eC GS1ډuTDZDљ0ٮ–y}KOISuk euSe ܵ7̵7̝Gc3}+|\*bH}L=˜@M/ -)\hwfX.kF luY% -\2lg.W wǥ ;9YAժ^?Uq|U- Le Ü++5'+[ i|UC -wV[,ȤRP*?{]۬lj*Tރ>}Y9 AGZiU!Th+܏kisYI<)Ns:xd,rcryf] ?;6Үef4_̚Y1YE9N=s1\E&r'T bWW޹P=aLc]Wʪp"iP,Q5jb\곊.qmL\3E-J{]ZVaW\Vʋjv>!G>1hJb\E lD7O ޭ_wi?ׅj0TBtAb-f`-O6l_ +5;*aPuvrpA md]mGWg 'ݠ$7[ZZt=~Bw xԆ%cOJSٮ[=j9(U<ٻCg70WAKePcT҄V#xrc9(:uQ>,%ěm\(];r^-흌C;iAah^T(̖U%g>ɌΥ$LAyKɹx3y]C2ɔ5''KK])U6XsĬTu**m>*4MUvSwr>5ΕfJm}^G9{iy\T& mD|c -M`[K -ƚ)#.l/[2#0LDk7ͷ9W.0e٪D.V"^Ik13td:\֋.bfP -uzq[oucӞcm|ɮlR 4$h_nrV5q;,gnMbYrsHfɴ`UMeJ/QLi]g_$PڿSP@7g*9F\ءULUc, < b7sC>Ytf.V:Tj-:1ETI} DZ!Cu(@^l(@Rgh& -ОX*hO3ac. -m yiT%kI-uǶUiU?Y(wkcӽtl-ֻtmpP=eʜ%3tC(Kzct+kpsWЂ/zQ  q?ƚuJ(q,ݒr O~G==\T+$La(v~Lo\ы~Wܾ*Qaׇҋ#yx6 zqD$cإK dKy%ڔ_E/F;]*qR$~xC"`гb)o#[bt*:D_#] 82@5oS1;vZ(toChhW"*I!pp|1غ.O.]E[I)q -pSQ"=dj־Oh]w5F &{]Q)#"6c"7(Q9 -iI5^vQKX܅+c]LHIlUl`-V\-O/nç;MƓK=^r=2dA?ISNMY/]Wj1J;$h_M?YlBh -Ԇ<&,6С𑓎xu$j+"QK6PKm4AZrS0`!:B=8CQs7kO'x:±mN (@\HU1G`'n6(^h M9ʹР#ǫ8ެ$MX$aėa)DPtO2h9R#T|xr[YKj17I~ТZA~mϺk!>ф4vɪ!FHN.ݮ#*Y'(ЉdK1(qv{g05xqMP77?J WOؒn5hf>G@N7N>)t٨\W HU mSHp*KOje蒟E=@@B DCbRc6x"]v3dfFyGn6/oن}I˛r5?+o'-_vzЬ<'_3/_K|>G4ÎS¨[^1ak71kZvh'KW~G J=[4WoIΑ_ "_ޠAO&ٙ4T~I\u+W̭wc̅.^߆x'{?8T˷.?YKK~g '?lnyp9QzAlEWu|~,%޿|C򱭗k͟'5g*ӟKˢ}XVwxҗ}o~߿ ,+r;4#*ӏ?{W`>?EK%_ʁ?w_ﯾ7_cj ?}b~?C|<7%~kOM v;OMvr+OMx] NZo_=}ţǧo|ͷ㇏?{Ӈ}rN:}ߞg}yssVܓkoo|,,|}o~G?jWCl`K}{o쿾Fz{僯G-!+>|7?}ؑsYxOͯ'o> OhWM;~?\߾~Y=|n{o{KÏw?kקX8m[z';|}j _NF|B~,r&}"IkHˏ>z,>qH3\8ǚ5R{ޱ-&5jRwzyP;89w_6w/k*dK?H?;|VDY+=|HL~7G_;/{͙;o{|?/#~t:zя>))h?yMi=}ѯn -imBݷ9 -$G?L9 gs鮺)ث(zy2!~eLijN‚= Fk6sCorjC,Pu޲{T"hHn>K?[>\/`Gp6Aݬ ޸_=NunP0.)7:_o^˜oN±r^ԍ?, ח+nܐTx濹W%{3sl((m]YsصE|p9Xxs؍xN_ub;>igwaC9v"޿/HP˾m0+o+6ZꭻYIu{ǭ6 wem|ߤތnG<;O?yn{_׶6|?v k/{w~x6Y v"_D=?ğۆ}iy~_6 t4pO/k~>ep@=ڸ=ؽz /^#\ eꅹPo~yQ&7:~}C!qO_;NjdQ`s|_ʩ 3?;9̼(S;f^<3?WgryQ&q;8̼(S=$w=̼(|e_D_뽃'aA?'/O)O^~yP~7_!r_x|w]>{<} ?ß{֩WFUOфǿFW_8[׼D?F/?pJZOŸӫ%y!PF3$e\q?5D[lk/ў$y!XG3$eQ{|x0X1qHrG+d?$Ml<>}<Ϯmu<[sd)sõ&ז:iTvmZ*arqsJ\Gp-n\Ka=I$Oϵkuz7yl8nx-pɵe>I3ZMϵku r[VZNsa>I$Oϵku I3ZMϵku J㹖ZIs7\}&NI>k6:xl8nxcVnP\}fNվ>k6-i#SǧZ8kKAY4qJ\Qp| -A$/ircv X.H́Ts\2êr5XfϾ{41D'fO̐4H DS幱Ҟ{4ǎzcݟ9iRc9v[ۉVҾ{4ǎD'Oܐ4qIԻqscå=he5:9'iRc9v[UҾ~{4ǎD'Oܐ4qIԧpiO=cGYKmJ~ceDr춶1 ϥ}hc)[犓4qIԧpiO=cGYIuJ~f.վ>cX{Wursk3q>sl+N%G+wa\yw?%RUuIp ў&UU?ԮO76ՄS׷Şbss-u>C&쎞p-v_FZp̩vs펞޹s-v矹ƚ>sD)s펞p-v_'iTvG?sm\9y|\;\c9"ivG?qm\D8N\;/\+sI9nx\;aNq׎ ֹ$M<>}gwg֒p\=\ciTv7{@g-1$Oϵ[5#&NI>kwk֒p\=\[4s\= \۳Sǧ-I$Oϵ̵}kI8nx`$͜ji7}}}VY/|~k_*է_ ڕ20'VYƷK;zY# l2zv'}z HK < PjR1) X eYo*r6?!/74dC$ +q"f[hktM,16\hN☤5 --iўMci\!V].=eKftA-J?}im\ȃJn05!*$qMW U"W}0mRaL(S !:Z Z_C[Lc֝P{[WRjݘ#g!3aݑv7[s{2b3r]G٘R]RYNcx\XhO&җfE0@"6{ڢ0$-S"3;`-^lVc(F>VX>h{ ؋V8gE%Ufjџ䦴6fɷ,CT,YI%wl4L 5,;D2ڳ^N|>ӋTGOFZK ?Yj(,1EWw6>!06:t lJcB[n԰n[1<[/b7ŶD m,~+oz{m]k`@kgV*=)ED -ȗlVa#GC -@xY?Ƨ?7"o -JVKQuMQ i|%ԼڟZuK,ۂryjS5ŵ o[?̻-Ȯ4aD:qp'Kg9Js̅>-i+%Ui C=t`ȒS"1ieMY/94^2[A 5QZܞTVOVPv3ָhh[֢-\4!.% Ut1C ?d#c]˜v}c=?BiHa cCݹaʪ?̕|8fZPr}c$_I>S Im\rn7EoR |V;|߆lm_,I%~If)hZMZӪ1Vn؅ְ b)h=u6,?NKQ{?ÁuIET^rďcJC)mm!AkNCV?]ZǬ-a1-1A -3h6rGL9hnB-a 42`1cP-gO1!j$5jNm5-VGV R޲BG*Ѱ-m0:Q -"ź‹cL;fp e-u -yU!7~'r<8B3Ew -޽EAjU\ѥO6T8S--5IJm6vj) gpW Sz{(:cXhtMV½lc>8d( m#Ĺui0YHҢSSHh|" 4tɽA+fD67M iȚ4lju,,Æ'BF-ͷ5n0V8\=K1E`a//gףvN5S Tk%;U3K4xy[HT{ Kv43HZ6KA]6:ˡ)B,4cY ZPLKhgBqhdA|ŸF5Q^.9u70lg=59;.͗< --n19 "@M]Ȣ2.frll[glԪ-}hYE$wHhku̜0nnIʠ`E"S2Eƴ2*W; kL\9ys4g ߞXr[qB})2ے^Eƒ,8 B Z60En$ ьD*K,B[KFL72Ne6`CעfqiG%,ŠU"V+4Hn:j 6;\LiU"-~=0uV|6a{WQ3TfZ *h_n]T; նj4Р!BP vRyOZW4pC0Fg4$xJq&m',.ZAl#tecIvA~^@)HR;b :"8i2ܻ9Ĩ]0(Bh.q4>y`jKF,2a0M4EЬ˽.s:|l.1,8?~1s9̉;Ie=Y {SesBp [ dNX |d¯J)m*L+%-k> -O_i*B;t}ؓYfԗIE ًM Z.|1;qv[p"ֆ(tu \+(dR ^ uG\ۂ@fauԤǟ=bt'I(rL0-sCX J >j |<"2K)(rL}ή:-儍 30Og:t# H+6mtVN+Pc -j܎ѯ[J,yXh]R_2=Ys-K؆n8kP5 {yDXP:;mS UL= - U=ĐiQ#446n -\9OTtڌHL.L7ڒʆe{((E -.,yx/9%j葘4D-M rҁ/-uq7}LiNW -4M@X^e( -QOޖs(XH yk30=12]Xhhb;9ѕB6ܮ%tιjLU$B;]GLɱ߆! wdL;#6,7Q\»解B=ZSϧtKȋ݊9D9NR܌$+:`.k{~p8^Sq"B.)q=_ccW}SWb=ҕKek,d,RJ1YV %-k>&vO|nn $CʼnQuG) 1Da-`N9m ->C_ -^i+OqcT-<V 56݃ڐ2VvO]ƏX9hgS]2&;]^1XXzrqm47[hC|S_fV8E!>ն㇪^>xءCޝ}PaCgωzӯ6Ax"Ea afD9#v5>%Wƪv&䜟Ş7F;,p1m3F -q+l#l#[rnѣg!b|T׻xA*ëڧřhbrT'0jKw5SPhL6ʑăDAy/uo!ftL:HL4#8zCg5Xqs2$!93K:츆%X|G<@mEҧkjEF<۫=\z]3"1*`JR4^ag_rjt#'ͪ0L 9BR4(M`9j-XD獸F#;5 e!Y$V(l k k)$y- ki$ݪ%&i=W~)GD:fJAϒDIML$9)`v=$ov8S7 h1YˌW4 -3 >ieMBp!rƑҠi<Ԗ- (uJW:@|VVA0-_R Sq=22|s}rGc$ 9IE@+RKdxE8 &z -cԅCPZ^$TK`Z*J)b,r67p:&EG+kz&)7ה;Y)%L<\Sae $'wػRUeO_Kc댡WD(WG@tUРS%{1"Ӆ$H s!:SlCƘZ)n)QǨ-K k*I4KcgIbeQƫe;xZȨbLsIN1)<% H }Kk_u4I _T Q  <JtXR=rA &+V3g5C-ðm !'M3DfHQ2q-2za]?qV@ QP{8ʤYTݑsbQfn`z2"T.sW9SE{ RQZ-b~@b|U=g -QӸt8OerV+P<- u\B3K?(х ^Y5y>zU) -C;"K%9k\b-K[F+r̫ZPT4kG[Ze]mjVei`:I+[Q1&Tqr":6hm;s-k%4QK2A%i9h;hs[ Zdm5 w*B3*Ts%CuJIEfv%”%D9}пo2nQ /E1;64EEfQ pGdI ťW|=3gztA#c4CF6gL2UDyzC#,d>AT^וP?H& : oؾZT9hVHa3-:n "jڐE=١Rv]j9Ґ+#72ՃG_^2'HRK6mlAmS-R 6>stream -VWZ!ͻ}Rg>;-^wβlì Ͽ|tקGk#wy5b!nCƷ_#ү2d@j'>y~5"G.bZCH̀2=Ӕw}P$X]_yo9' ܽI+0Gjn0xBZ&XpIԝg YTž4>u4I[vsiPL p}m,Ǹ'a!!ȡK vRD}Qx%xU^7.'qF"͹+1#E?WWLfHNPA .yLI -o.~T C#jɞ_ Cs;"L|GZ4<4q0rd%Gʕ=Hql @NBį[_cxQB4n'o3!L8iFe6 $D\sf0&YNx3bVHW]>$*n~#28T/?ezacp8S]W -l^O去nT'/rծ&pk]@ ]))QZ@=ċM zt_ͧaH "v䚔dS?0ȍKXK2e^&˴٭erL@/2^^Fe2^&ercccXF7q;q;эetcccX&7i;i;ɍeڌercccXF7q;q;эetcccX&7i;i;ɍecI}2U\06ԄbzIlOZcW"mU NV أ#EFjӨ@9wFLbN[ܚ=h=BeXC=em"gJvwsB4tΩ}S`ڒX;* ']`0?Y~h˄\V\s񗾰9\!e'|gBiߌ8~W/ߛY ano7/.3 _jv᧷i/GǟL}1N??v1]LW:iu!؏<%xPk|2#+ Q<Rte‰`ia&k/U5NsМNp=w -'u9;oh?z_<}pu̱!I9}']ڱ`|gTT,`Om='2myLo?vi?ؓ.S>0ΕPdnm;CC T*7Y$p Y f#IPzzU9\Dx -$HePD(Wƀ*Ж7Aޓ7VoaԽ -ZD2]9Ԛ=%_q[2w4晼(3\DŽ8 -LgUE?ulӪg籡U_I]Z'<ؓBFV}r͉< -j<#,E~Ai[`H 4Ź'QmD9Q-Tk2X8׉1سR8 yU,/ E3BXVvT<iCZ`L@mĹ.ZN4΍)䐙Tk'tA+oO ŷEMЭRc#"hBƕvNeY^fx\p/-w[1'wE p)^Bd]Yxc|gç7o<1?cm(@{DPrI9p﹈FXa~JPUAyMjF${j4a&VJo av&$5s0}ջDV  T*{t}xO\>ɓ?^Qȡ@/M8"|3B5 -@3PWjְjTvpDf"-E5H[JQ@rLfk&\F@#No }Ր @m k.5}%4c wS#b5:Abp.Բ!j܂Zg"{붰U*;!\|>MP6-c DcH%( -FY`rV< <- ~U7T_@uFcU -Y:eZIc/5$3 ^3YXvY"59쥵3A ks%C#c)mI)ժTMafp!?g_|ɀ07X-,}¸iVꗡȫ"4 Wrٟtre_x]A*0QP[s.+tlWe Aj< ]t.ؘq,ha'KL%"K4}Þ - -i)mL% -,/ȓ/웫O|W9B, eŝ`<1)x˗e,_b#R>"Ykgl$銖+T @c׿lΪL_ZDa>[+b hKIX^XF]E[1Y^[Hˌ{/g 1Bu'9بSg5?D-CKX m_wUTb*:B_ jܢM^3 >to )21!r\:KBE⅐HZ{`8)ЩuYb#@k٧͇QIvwxe- w@hcB?Ŗ jJ)y"ialVY rBҠ4ׯu!KѲZa1A#$Pʬ0aIU4Iʔ1i/u¯Q9,ׁc6KRw͌!+o s88tў*cuȊMM ҡ9*fYVTo(R]B^HWg{H2\d @`l -3(l*A[ uG,H1iTDѶ1!F#u^!$2-ke -j1Ye9FɳGQ)Jö"[>(ӝYfR`h dXdLl+y|} _bȗlBD},յ+' q u~TD+7 D Oc,$ 9qEm)Cf'Q<%px4f١E#=?TJ7 7HNJEt0^=|Dc}sy>Kt4-rʰRhQW >2Ol]l_ V EۜY_=#iUye H"Ѩ0 -\Q\9=M(MF|6bJ-5ױ8W4s)vO6}دV=]75O K,-u'n^*cߌ-/,F2rEhF-K0N -UtH˛eY] GXr*J]Lfq̨kzMl"O*>w cBR07+~q6 jT -Z*& sю!b\(Z`ժd~FfMA!8:?%'өvə栱!쌿f^lWanQ-85S :#P֊Y`n'ṵhHTMeEH.$)*"TJ&6%UHoKm YGq:ˋ-AC^:֕VXA'grSȉw~5o|w%\7O>yFݨ(4Z%Rr&57%L]2B$T.lr~|$5_x*")BYf!1*6QXq|d=zyw_WL89 -'zٱ4( oIDo/x\)k2<֛vқ\ːGIq ȏ)T cT1⤼NQNieP1Lͤ*m1t:4^4?m"WL&';X1:bSgtfZ?ӃDaԅ C;ywS};QSdwre >^R,F[ -L"Vveavͪv̨k}ȶǬCw[ȄDۊ~Ls+DkX-VpwY?o ^q{{tgtkrH5\o<}xawUF# zD,AѠV;H9?/#/m,N)}dfWy%/ܡPh`^iT - b2W!mB9(z w k3R~ Kqp<©gD y#)JŎYs=l˼<ZfFE ؖj=3BFLF(Tz{̦ H1DMV9t#uQᐶDVJ\;'l5>1- -Ή5V5XlA٬K&t"53jMz ?a5&eLC3w=caugGiEIDk]w4bԑDnOo $0DbzU>cR^=k Cd7siWD_Q'jۋ/AN.٨x 2f!L;Jqpߕa)`یWcZZ%jKsN̜ø3X+~oFFS)_"K|$vCI1|()Y)݇ʗsҖ5J74uiSFfY7i6%\Gt9OFzvajaCۂa -S2jLy/I{笂< jC],#^6 f%kJ yn@k1&`r!ݜ'%9ƏZye`M -:ol'ng@>sqpP״ZXj|3AUABXxXz[:n.^IyS#Ƹ媧Z.0 -zd`GƣZ.YX'0-O=]$ON$KSf@y",~ #@m2@aT^k՘`a ﷒g0G1,0rv|h 6ȉCWɐK/:ϡOjG5Ng3jȨ`rnZw$FޤtUrUV,-OnO,Epe$~%酥 N0ERgxLפp 6T$92BLKu8)O%[FgM$zQeXEnaà^,썚ċ]*ES=2z.qW4R(aH}v@o7YDc$ֶNhqҦ\=E 8DM}~*QQş. أwj8%jA"9Iv˝?\*-q1[B"G^j]62X ] jjdJ]ly<*M*ރ aٴF1yRKZL zٍwc&|e9̥Si42/т9 zxWc wg^IIS=j AŃڴZ -;+ءm9c-#- 'x_ؗkvD -$h G^fS3'֘]rܡs'*$ZϢOg> - .o0YAWD;l";NU!gWksn~zћޒݻK+rO>Kaab ?ZITs8ySE<@{;+qόYw,2=ſ ʜg@k s=WLLD_3. 'Sf̝ʍ;ߝSFs鎷Tϟ8lBmWB[x"p`!hI\vi Lmߣ鍺ՇD*Yi#@Kp:0rxVlɛKPV:H5IOSo&nGCwl?f;2yY5Xr>zII{g4Z"I4yKmRUb4|x^,J>vO()-DAr<Qoa5EU!;ͨ*]2jM]@QbבqT.B5j&t -[u9jًtzUJZOiEM0Aثf0w4SϓŴQIb?20DяdK/*腷 XA )QRWh8a{A4j*mѶ >5]/+'>%}C~d-68Mw!Kq/3xώ#h/a6y@dG~~)K$N]C&Ly}xFa2DD@oFL61(ȗBVi`-<%?*1 JA4>&M\A^>BV2(ISQҥ {=Z(:K<>-ٛnq p4<>uK Z%yf%M/R^ҤQb];1i`#"U)Y -< -Y1Ui&Dh}1?WCUj #+n|젆j!1Ų)D>PKsbxfVN `*xҫBheAm Rبv}&7 ѳ#9-5;vYi4h'54 nՖ'Դ͵;a}!u.VII섎A\[Bd>-%0'Fު}at۪v #~/jK 'E@4 4&zJ~RiʝTcQ+4foH>./E|>{|hIz>C=ɉݮ=@?򆸠!N@il$)&JɎ8BZn7g"ŞX4jLsOjyyر@gKpW.ɍtwщ$b ]>0`(!Ϻb+.3uV'}SKT1!%G<1S0to} Y*U%d=pǠ+oHo>{&)'h"Vd^QAc6SF[>Rʩ{|6߼R-H?~Zp!'^{nBN|cJ߷ WI^pB;4?P--q (gPQ~B.Ƿ/;.ƀ_=zO?;Ɨۧqyo $<Mŕ١5iv~lk)= Rj?e1j BL n:P䶹 1Y)sM3X.S_|cZ̬zNӢp=J Wv}o ~va<ӛlL՛h~Z94ɀLXL1>l7}Cӧ_?;%ij4M"K 24PvӔs4* -JoJ-q1l-GKG-v)10+%ug#pf+'@UNO!oy_[@&UZF@IcJ!>hie^ןL"=!D0?Jӊ4 =e7e&%,|`G7(_>zׇGoP( VYpz7!guBȔhAՒL"Ky)>ScP+q&q**MU7FJUea+Pk Yh#YW%_JJa,ԯV.0FgO /+y@j{+Z;su!g~E\M^Esծ>ER!3NsKOX`t@M D@^"o|!C"&?eBWXPl%ł @ɓ =ْ -Aq_PvԂzum/p6(Ps*kוnW ^8fitfό0*i.uKs ]O²쒀Ϋ~Oz6z8+5No?E {ً1b4*!e à^]i )qh3c & an\ҊQn}Yy)(~y2 D8{g}ON 7ʸnWg%KQE%~~\"bT`A bN Y*)1I^UЊŠU9ɂɿ\F%aR7 -4RșѢ@?+]19u:KF(Q7 G_8'֊jCDYF. ʖzOl$芌%'zqٻC1 FCuX.&^vTZN)TN+Kzk9$Q 7hnp<\iKJMQPL CUUe9}t^1LZ8.-iQ\ 94Urh`0—.1H9Z@RhUB 24ϩQx+S'yĚͺѕPaEXDZ[tF$nh`BGPV] M¾bBHz/gƟt_p,O,%*Hz7{FH&1s3#nFbN-|H#[Ņ*_W41+$̀ Igs $ǽ&_C%Φ_Q@4٬vI]ːy$@٘+ϧZfi풄)\+iViV~.ėXqa_.O|5랖˝_Wł2V(JCMӰm G砻B8eBAZ !{%-6'VƬ z]F!nT$A/|4T2.2 !LlA7[T o~R̃f[,f 7[T $oRWgX3h0 -kLMk[ Ŋn " jM\@"❼79)p\D4pF-k] -9j)Ji B]pO -p}MRc|s@[8 VQ9d.MsɯTg$7c$A0-Rl!U2rm8:D @¬=rIqJ4mqZ=N*z]z<V 0mۜ+"gH1`´j7"ܦ!:͈NPlbC$| kl4ZAM,á~c ɳ'O(2gw{#\Ef}M*߸/?r5s4X4ԇP%G4DwhI3!%PA+qe) &gg8 P(^WsPIeL|b'OB -K?+\{)) eAOow-tLzf~RNH<zzPFBx>2UK)zTX5 -LQ ~՞93Y\tp$zi7g(|xgpm |$.׫!'֨ޙ81-bUtt 8 s"-JO)H^M+ ?iN~*0VX'@0~ѥq$qM"'S'fE4eFTfOeՑC犾nۇO?yvUO?zաE?ުtí϶?`{cc%Þk_΍ 4$h&9CIRaj]َ$uz@20Bp 28*ȶ40 &=ws%5rC7ܗ˻6\NS|><~LR4}|iEK%ݪKZ}4 -@a+苈Z}ՒT,B*={BN R|v pEt%:no_P\p<aC?6;v|5:߯ -ia,- $ Ɗ14EhB05Yn2N1 k+MpZǙ Pk:l-^jvy-Uy' 6!ub5 DKP2(b;~ImB01 P'p'#:Pa|QW|Pi4/ҠXLc7B37y#UrP;iUiFV"k%Ѧ1Ӿ搚ظBH7PU|8%l:*`asИ!:{>~OoW}̍D(N%DQ"N($Qh(^i+j9HCIKV9:sJ|5X$C%:VP,YZG xoT*~R|Լr'9ð?R{NGxDn6ec)[׽QgFNKS_+(Iނ:7C+Z;},2EͬWqȿ4s٥N^;<x@eICHr4%LEmyߙ՜)⹨ՋM?x8g+yIpdZF$/%&u9_ R&/oD+dYńFF,#FTg!]8 ::Y`fԌtv$iG%0}hы ju{T4L D:<6|]cG(:p|XdP]~@|] {5Yo -iRL &p/]!BdGBtd=hU[DZV]I=vDK8w*Nt/5Wh }`C ÎP{ a+=U |: M)W4i2^", ~NپGְݘBJ,釪~Z-h A4>eX 4 DŽE -dg(r3 +P*8AVG[FQLu&DFB>41jʪ{sd!F -!Дm$îBؤ#\pw(&X]]@L!|M6L(yb&N2Z\4n EcNF&lmA_!UGr3d !Sg~?nR$$! V<}ʇ@G t`u5EJC;4)"S4e:?C7v|TQeN6j[ 91Uho3=^ba_Vl}:Mh5NTr:4Vk5>iKƿō\x;%yn [WDi -tFc40\5!!A6Y-v9Whed?;cKyyK&rڒFj֗y ԰ݢ'u.٪,b/ -s{S gh77# ILFfoJ%$i9>\L;ۈ1y1a6,0730H'<$PHjg<̩&YHcU$^hQJFy.sISS*C6r5 -K3ܣHm2>h%)44UJ'W0P\sR{AJ,Oˆ7!9!#9`i]$F: `6͔a9!Ik8x-՜_HG9z#jA 02Z~ gt'X?eFj)Td\*c-`,ڋ۞_wu[Th?k2_-|6:0Q5n@I!Rm3D -F1>+nkFșLEOW`h\XbOMqri\x A)tgr+0@$b$ezIެLgʀuNxjh$fbe}s 8&g+uP>r"3dH|(N& G.h"`\bR&b1cwn;vVb߈#(Ad e1}dO2hi ab/jbwz2oZ$.xO:yƂA4ޫX)ˆ+츔InA=AvcհUgĢ4F:^üQGZ1'5gEbe>RK3G>3`CTW{05|+P)xSj[kPϾa};!}r, GI9z9r9Q\^ӄgp5lKOF fޚ(رSQlgp2v`0(d ,F}̽uJ[˩oYU*3VxL, -|@rEaװۭa'†\咮W^c!CIxK5o.:9ߎ.j=dK`~{̠]0:C>ڬtcCs6Oc4.x;07 B[:[1 M SiN CINa|Pb5Mr|1N5I崒0یC 39Ԡ0,s" ~-4b(A};toKզw  ,r37$ڡྊH:{ojdAk?AYQ/Qg@ŃW&cV4eaAh JMt$ -r ;f&H _)kDʴDgr-3e/PRSCm; =L$˙j]k0!/w+5А"@g0L%b/0[, iŠސa#!qy"rHs\d(VH -P yk,}QV睞}'޿E7x_{Rz BkX,'ZHϸ8цg>Q&$;IE)G>ե>@qTr j'%qj0"hL`'&bJ'䪉Y*5f gV&Ȕ|*14B闾,5|,:G2%{d)тlBu0EF" -AnVs"юFL jNf(֜e=Cī/'P\aɵU5n4ۘD܌ $/_-'q![r)+kꅮ@-"YϥU5j -Jȏ|; %Mnp׋{ޞd+IÐˋṭ{f345hWhCdnO?DŒ\@c`oZ/u" :<ܔc/_1"E;`暡U"`SaY|XZ0m9Fvtu?R7z/620P,/Z_Dl٠W7CkWG9JK-TC>89Yɝ2YAҜʼnyR~q <@ӗihNYU-Ћ~rz-۶:Jo*$MҙV11(x5@8@@,?7Z:}0HV}{*@r=LJ?}z/>' '/~>L& endstream endobj 6 0 obj <> endobj 7 0 obj <> endobj 8 0 obj <> endobj 259 0 obj <> endobj 260 0 obj <> endobj 261 0 obj <> endobj 511 0 obj <> endobj 512 0 obj <> endobj 513 0 obj <> endobj 763 0 obj <> endobj 764 0 obj <> endobj 765 0 obj <> endobj 1018 0 obj <> endobj 1019 0 obj <> endobj 1020 0 obj <> endobj 1270 0 obj <> endobj 1271 0 obj <> endobj 1272 0 obj <> endobj 1522 0 obj <> endobj 1523 0 obj <> endobj 1524 0 obj <> endobj 1774 0 obj <> endobj 1775 0 obj <> endobj 1776 0 obj <> endobj 2026 0 obj <> endobj 2027 0 obj <> endobj 2028 0 obj <> endobj 2277 0 obj <> endobj 2278 0 obj <> endobj 2279 0 obj <> endobj 2526 0 obj <> endobj 2527 0 obj <> endobj 2528 0 obj <> endobj 2775 0 obj <> endobj 2776 0 obj <> endobj 2777 0 obj <> endobj 3016 0 obj [/View/Design] endobj 3017 0 obj <>>> endobj 3014 0 obj [/View/Design] endobj 3015 0 obj <>>> endobj 3012 0 obj [/View/Design] endobj 3013 0 obj <>>> endobj 2767 0 obj [/View/Design] endobj 2768 0 obj <>>> endobj 2765 0 obj [/View/Design] endobj 2766 0 obj <>>> endobj 2763 0 obj [/View/Design] endobj 2764 0 obj <>>> endobj 2518 0 obj [/View/Design] endobj 2519 0 obj <>>> endobj 2516 0 obj [/View/Design] endobj 2517 0 obj <>>> endobj 2514 0 obj [/View/Design] endobj 2515 0 obj <>>> endobj 2267 0 obj [/View/Design] endobj 2268 0 obj <>>> endobj 2265 0 obj [/View/Design] endobj 2266 0 obj <>>> endobj 2263 0 obj [/View/Design] endobj 2264 0 obj <>>> endobj 2015 0 obj [/View/Design] endobj 2016 0 obj <>>> endobj 2013 0 obj [/View/Design] endobj 2014 0 obj <>>> endobj 2011 0 obj [/View/Design] endobj 2012 0 obj <>>> endobj 1763 0 obj [/View/Design] endobj 1764 0 obj <>>> endobj 1761 0 obj [/View/Design] endobj 1762 0 obj <>>> endobj 1759 0 obj [/View/Design] endobj 1760 0 obj <>>> endobj 1511 0 obj [/View/Design] endobj 1512 0 obj <>>> endobj 1509 0 obj [/View/Design] endobj 1510 0 obj <>>> endobj 1507 0 obj [/View/Design] endobj 1508 0 obj <>>> endobj 1259 0 obj [/View/Design] endobj 1260 0 obj <>>> endobj 1257 0 obj [/View/Design] endobj 1258 0 obj <>>> endobj 1255 0 obj [/View/Design] endobj 1256 0 obj <>>> endobj 1006 0 obj [/View/Design] endobj 1007 0 obj <>>> endobj 1004 0 obj [/View/Design] endobj 1005 0 obj <>>> endobj 1002 0 obj [/View/Design] endobj 1003 0 obj <>>> endobj 752 0 obj [/View/Design] endobj 753 0 obj <>>> endobj 750 0 obj [/View/Design] endobj 751 0 obj <>>> endobj 748 0 obj [/View/Design] endobj 749 0 obj <>>> endobj 500 0 obj [/View/Design] endobj 501 0 obj <>>> endobj 498 0 obj [/View/Design] endobj 499 0 obj <>>> endobj 496 0 obj [/View/Design] endobj 497 0 obj <>>> endobj 248 0 obj [/View/Design] endobj 249 0 obj <>>> endobj 246 0 obj [/View/Design] endobj 247 0 obj <>>> endobj 244 0 obj [/View/Design] endobj 245 0 obj <>>> endobj 3027 0 obj [3026 0 R 3025 0 R 3024 0 R] endobj 3272 0 obj <> endobj xref 0 3273 0000000004 65535 f -0000000016 00000 n -0000000806 00000 n -0000029139 00000 n -0000000005 00000 f -0000000009 00000 f -0000189620 00000 n -0000189694 00000 n -0000189769 00000 n -0000000011 00000 f -0000029191 00000 n -0000000012 00000 f -0000000013 00000 f -0000000014 00000 f -0000000015 00000 f -0000000016 00000 f -0000000017 00000 f -0000000018 00000 f -0000000019 00000 f -0000000020 00000 f -0000000021 00000 f -0000000022 00000 f -0000000023 00000 f -0000000024 00000 f -0000000025 00000 f -0000000026 00000 f -0000000027 00000 f -0000000028 00000 f -0000000029 00000 f -0000000030 00000 f -0000000031 00000 f -0000000032 00000 f -0000000033 00000 f -0000000034 00000 f -0000000035 00000 f -0000000036 00000 f -0000000037 00000 f -0000000038 00000 f -0000000039 00000 f -0000000040 00000 f -0000000041 00000 f -0000000042 00000 f -0000000043 00000 f -0000000044 00000 f -0000000045 00000 f -0000000046 00000 f -0000000047 00000 f -0000000048 00000 f -0000000049 00000 f -0000000050 00000 f -0000000051 00000 f -0000000052 00000 f -0000000053 00000 f -0000000054 00000 f -0000000055 00000 f -0000000056 00000 f -0000000057 00000 f -0000000058 00000 f -0000000059 00000 f -0000000060 00000 f -0000000061 00000 f -0000000062 00000 f -0000000063 00000 f -0000000064 00000 f -0000000065 00000 f -0000000066 00000 f -0000000067 00000 f -0000000068 00000 f -0000000069 00000 f -0000000070 00000 f -0000000071 00000 f -0000000072 00000 f -0000000073 00000 f -0000000074 00000 f -0000000075 00000 f -0000000076 00000 f -0000000077 00000 f -0000000078 00000 f -0000000079 00000 f -0000000080 00000 f -0000000081 00000 f -0000000082 00000 f -0000000083 00000 f -0000000084 00000 f -0000000085 00000 f -0000000086 00000 f -0000000087 00000 f -0000000088 00000 f -0000000089 00000 f -0000000090 00000 f -0000000091 00000 f -0000000092 00000 f -0000000093 00000 f -0000000094 00000 f -0000000095 00000 f -0000000096 00000 f -0000000097 00000 f -0000000098 00000 f -0000000099 00000 f -0000000100 00000 f -0000000101 00000 f -0000000102 00000 f -0000000103 00000 f -0000000104 00000 f -0000000105 00000 f -0000000106 00000 f -0000000107 00000 f -0000000108 00000 f -0000000109 00000 f -0000000110 00000 f -0000000111 00000 f -0000000112 00000 f -0000000113 00000 f -0000000114 00000 f -0000000115 00000 f -0000000116 00000 f -0000000117 00000 f -0000000118 00000 f -0000000119 00000 f -0000000120 00000 f -0000000121 00000 f -0000000122 00000 f -0000000123 00000 f -0000000124 00000 f -0000000125 00000 f -0000000126 00000 f -0000000127 00000 f -0000000128 00000 f -0000000129 00000 f -0000000130 00000 f -0000000131 00000 f -0000000132 00000 f -0000000133 00000 f -0000000134 00000 f -0000000135 00000 f -0000000136 00000 f -0000000137 00000 f -0000000138 00000 f -0000000139 00000 f -0000000140 00000 f -0000000141 00000 f -0000000142 00000 f -0000000143 00000 f -0000000144 00000 f -0000000145 00000 f -0000000146 00000 f -0000000147 00000 f -0000000148 00000 f -0000000149 00000 f -0000000150 00000 f -0000000151 00000 f -0000000152 00000 f -0000000153 00000 f -0000000154 00000 f -0000000155 00000 f -0000000156 00000 f -0000000157 00000 f -0000000158 00000 f -0000000159 00000 f -0000000160 00000 f -0000000161 00000 f -0000000162 00000 f -0000000163 00000 f -0000000164 00000 f -0000000165 00000 f -0000000166 00000 f -0000000167 00000 f -0000000168 00000 f -0000000169 00000 f -0000000170 00000 f -0000000171 00000 f -0000000172 00000 f -0000000173 00000 f -0000000174 00000 f -0000000175 00000 f -0000000176 00000 f -0000000177 00000 f -0000000178 00000 f -0000000179 00000 f -0000000180 00000 f -0000000181 00000 f -0000000182 00000 f -0000000183 00000 f -0000000184 00000 f -0000000185 00000 f -0000000186 00000 f -0000000187 00000 f -0000000188 00000 f -0000000189 00000 f -0000000190 00000 f -0000000191 00000 f -0000000192 00000 f -0000000193 00000 f -0000000194 00000 f -0000000195 00000 f -0000000196 00000 f -0000000197 00000 f -0000000198 00000 f -0000000199 00000 f -0000000200 00000 f -0000000201 00000 f -0000000202 00000 f -0000000203 00000 f -0000000204 00000 f -0000000205 00000 f -0000000206 00000 f -0000000207 00000 f -0000000208 00000 f -0000000209 00000 f -0000000210 00000 f -0000000211 00000 f -0000000212 00000 f -0000000213 00000 f -0000000214 00000 f -0000000215 00000 f -0000000216 00000 f -0000000217 00000 f -0000000218 00000 f -0000000219 00000 f -0000000220 00000 f -0000000221 00000 f -0000000222 00000 f -0000000223 00000 f -0000000224 00000 f -0000000225 00000 f -0000000226 00000 f -0000000227 00000 f -0000000228 00000 f -0000000229 00000 f -0000000230 00000 f -0000000231 00000 f -0000000232 00000 f -0000000233 00000 f -0000000234 00000 f -0000000235 00000 f -0000000236 00000 f -0000000237 00000 f -0000000238 00000 f -0000000239 00000 f -0000000240 00000 f -0000000241 00000 f -0000000242 00000 f -0000000243 00000 f -0000000250 00000 f -0000196698 00000 n -0000196730 00000 n -0000196580 00000 n -0000196612 00000 n -0000196462 00000 n -0000196494 00000 n -0000000251 00000 f -0000000252 00000 f -0000000253 00000 f -0000000254 00000 f -0000000255 00000 f -0000000256 00000 f -0000000257 00000 f -0000000258 00000 f -0000000262 00000 f -0000189848 00000 n -0000189924 00000 n -0000190001 00000 n -0000000263 00000 f -0000000264 00000 f -0000000265 00000 f -0000000266 00000 f -0000000267 00000 f -0000000268 00000 f -0000000269 00000 f -0000000270 00000 f -0000000271 00000 f -0000000272 00000 f -0000000273 00000 f -0000000274 00000 f -0000000275 00000 f -0000000276 00000 f -0000000277 00000 f -0000000278 00000 f -0000000279 00000 f -0000000280 00000 f -0000000281 00000 f -0000000282 00000 f -0000000283 00000 f -0000000284 00000 f -0000000285 00000 f -0000000286 00000 f -0000000287 00000 f -0000000288 00000 f -0000000289 00000 f -0000000290 00000 f -0000000291 00000 f -0000000292 00000 f -0000000293 00000 f -0000000294 00000 f -0000000295 00000 f -0000000296 00000 f -0000000297 00000 f -0000000298 00000 f -0000000299 00000 f -0000000300 00000 f -0000000301 00000 f -0000000302 00000 f -0000000303 00000 f -0000000304 00000 f -0000000305 00000 f -0000000306 00000 f -0000000307 00000 f -0000000308 00000 f -0000000309 00000 f -0000000310 00000 f -0000000311 00000 f -0000000312 00000 f -0000000313 00000 f -0000000314 00000 f -0000000315 00000 f -0000000316 00000 f -0000000317 00000 f -0000000318 00000 f -0000000319 00000 f -0000000320 00000 f -0000000321 00000 f -0000000322 00000 f -0000000323 00000 f -0000000324 00000 f -0000000325 00000 f -0000000326 00000 f -0000000327 00000 f -0000000328 00000 f -0000000329 00000 f -0000000330 00000 f -0000000331 00000 f -0000000332 00000 f -0000000333 00000 f -0000000334 00000 f -0000000335 00000 f -0000000336 00000 f -0000000337 00000 f -0000000338 00000 f -0000000339 00000 f -0000000340 00000 f -0000000341 00000 f -0000000342 00000 f -0000000343 00000 f -0000000344 00000 f -0000000345 00000 f -0000000346 00000 f -0000000347 00000 f -0000000348 00000 f -0000000349 00000 f -0000000350 00000 f -0000000351 00000 f -0000000352 00000 f -0000000353 00000 f -0000000354 00000 f -0000000355 00000 f -0000000356 00000 f -0000000357 00000 f -0000000358 00000 f -0000000359 00000 f -0000000360 00000 f -0000000361 00000 f -0000000362 00000 f -0000000363 00000 f -0000000364 00000 f -0000000365 00000 f -0000000366 00000 f -0000000367 00000 f -0000000368 00000 f -0000000369 00000 f -0000000370 00000 f -0000000371 00000 f -0000000372 00000 f -0000000373 00000 f -0000000374 00000 f -0000000375 00000 f -0000000376 00000 f -0000000377 00000 f -0000000378 00000 f -0000000379 00000 f -0000000380 00000 f -0000000381 00000 f -0000000382 00000 f -0000000383 00000 f -0000000384 00000 f -0000000385 00000 f -0000000386 00000 f -0000000387 00000 f -0000000388 00000 f -0000000389 00000 f -0000000390 00000 f -0000000391 00000 f -0000000392 00000 f -0000000393 00000 f -0000000394 00000 f -0000000395 00000 f -0000000396 00000 f -0000000397 00000 f -0000000398 00000 f -0000000399 00000 f -0000000400 00000 f -0000000401 00000 f -0000000402 00000 f -0000000403 00000 f -0000000404 00000 f -0000000405 00000 f -0000000406 00000 f -0000000407 00000 f -0000000408 00000 f -0000000409 00000 f -0000000410 00000 f -0000000411 00000 f -0000000412 00000 f -0000000413 00000 f -0000000414 00000 f -0000000415 00000 f -0000000416 00000 f -0000000417 00000 f -0000000418 00000 f -0000000419 00000 f -0000000420 00000 f -0000000421 00000 f -0000000422 00000 f -0000000423 00000 f -0000000424 00000 f -0000000425 00000 f -0000000426 00000 f -0000000427 00000 f -0000000428 00000 f -0000000429 00000 f -0000000430 00000 f -0000000431 00000 f -0000000432 00000 f -0000000433 00000 f -0000000434 00000 f -0000000435 00000 f -0000000436 00000 f -0000000437 00000 f -0000000438 00000 f -0000000439 00000 f -0000000440 00000 f -0000000441 00000 f -0000000442 00000 f -0000000443 00000 f -0000000444 00000 f -0000000445 00000 f -0000000446 00000 f -0000000447 00000 f -0000000448 00000 f -0000000449 00000 f -0000000450 00000 f -0000000451 00000 f -0000000452 00000 f -0000000453 00000 f -0000000454 00000 f -0000000455 00000 f -0000000456 00000 f -0000000457 00000 f -0000000458 00000 f -0000000459 00000 f -0000000460 00000 f -0000000461 00000 f -0000000462 00000 f -0000000463 00000 f -0000000464 00000 f -0000000465 00000 f -0000000466 00000 f -0000000467 00000 f -0000000468 00000 f -0000000469 00000 f -0000000470 00000 f -0000000471 00000 f -0000000472 00000 f -0000000473 00000 f -0000000474 00000 f -0000000475 00000 f -0000000476 00000 f -0000000477 00000 f -0000000478 00000 f -0000000479 00000 f -0000000480 00000 f -0000000481 00000 f -0000000482 00000 f -0000000483 00000 f -0000000484 00000 f -0000000485 00000 f -0000000486 00000 f -0000000487 00000 f -0000000488 00000 f -0000000489 00000 f -0000000490 00000 f -0000000491 00000 f -0000000492 00000 f -0000000493 00000 f -0000000494 00000 f -0000000495 00000 f -0000000502 00000 f -0000196344 00000 n -0000196376 00000 n -0000196226 00000 n -0000196258 00000 n -0000196108 00000 n -0000196140 00000 n -0000000503 00000 f -0000000504 00000 f -0000000505 00000 f -0000000506 00000 f -0000000507 00000 f -0000000508 00000 f -0000000509 00000 f -0000000510 00000 f -0000000514 00000 f -0000190082 00000 n -0000190158 00000 n -0000190235 00000 n -0000000515 00000 f -0000000516 00000 f -0000000517 00000 f -0000000518 00000 f -0000000519 00000 f -0000000520 00000 f -0000000521 00000 f -0000000522 00000 f -0000000523 00000 f -0000000524 00000 f -0000000525 00000 f -0000000526 00000 f -0000000527 00000 f -0000000528 00000 f -0000000529 00000 f -0000000530 00000 f -0000000531 00000 f -0000000532 00000 f -0000000533 00000 f -0000000534 00000 f -0000000535 00000 f -0000000536 00000 f -0000000537 00000 f -0000000538 00000 f -0000000539 00000 f -0000000540 00000 f -0000000541 00000 f -0000000542 00000 f -0000000543 00000 f -0000000544 00000 f -0000000545 00000 f -0000000546 00000 f -0000000547 00000 f -0000000548 00000 f -0000000549 00000 f -0000000550 00000 f -0000000551 00000 f -0000000552 00000 f -0000000553 00000 f -0000000554 00000 f -0000000555 00000 f -0000000556 00000 f -0000000557 00000 f -0000000558 00000 f -0000000559 00000 f -0000000560 00000 f -0000000561 00000 f -0000000562 00000 f -0000000563 00000 f -0000000564 00000 f -0000000565 00000 f -0000000566 00000 f -0000000567 00000 f -0000000568 00000 f -0000000569 00000 f -0000000570 00000 f -0000000571 00000 f -0000000572 00000 f -0000000573 00000 f -0000000574 00000 f -0000000575 00000 f -0000000576 00000 f -0000000577 00000 f -0000000578 00000 f -0000000579 00000 f -0000000580 00000 f -0000000581 00000 f -0000000582 00000 f -0000000583 00000 f -0000000584 00000 f -0000000585 00000 f -0000000586 00000 f -0000000587 00000 f -0000000588 00000 f -0000000589 00000 f -0000000590 00000 f -0000000591 00000 f -0000000592 00000 f -0000000593 00000 f -0000000594 00000 f -0000000595 00000 f -0000000596 00000 f -0000000597 00000 f -0000000598 00000 f -0000000599 00000 f -0000000600 00000 f -0000000601 00000 f -0000000602 00000 f -0000000603 00000 f -0000000604 00000 f -0000000605 00000 f -0000000606 00000 f -0000000607 00000 f -0000000608 00000 f -0000000609 00000 f -0000000610 00000 f -0000000611 00000 f -0000000612 00000 f -0000000613 00000 f -0000000614 00000 f -0000000615 00000 f -0000000616 00000 f -0000000617 00000 f -0000000618 00000 f -0000000619 00000 f -0000000620 00000 f -0000000621 00000 f -0000000622 00000 f -0000000623 00000 f -0000000624 00000 f -0000000625 00000 f -0000000626 00000 f -0000000627 00000 f -0000000628 00000 f -0000000629 00000 f -0000000630 00000 f -0000000631 00000 f -0000000632 00000 f -0000000633 00000 f -0000000634 00000 f -0000000635 00000 f -0000000636 00000 f -0000000637 00000 f -0000000638 00000 f -0000000639 00000 f -0000000640 00000 f -0000000641 00000 f -0000000642 00000 f -0000000643 00000 f -0000000644 00000 f -0000000645 00000 f -0000000646 00000 f -0000000647 00000 f -0000000648 00000 f -0000000649 00000 f -0000000650 00000 f -0000000651 00000 f -0000000652 00000 f -0000000653 00000 f -0000000654 00000 f -0000000655 00000 f -0000000656 00000 f -0000000657 00000 f -0000000658 00000 f -0000000659 00000 f -0000000660 00000 f -0000000661 00000 f -0000000662 00000 f -0000000663 00000 f -0000000664 00000 f -0000000665 00000 f -0000000666 00000 f -0000000667 00000 f -0000000668 00000 f -0000000669 00000 f -0000000670 00000 f -0000000671 00000 f -0000000672 00000 f -0000000673 00000 f -0000000674 00000 f -0000000675 00000 f -0000000676 00000 f -0000000677 00000 f -0000000678 00000 f -0000000679 00000 f -0000000680 00000 f -0000000681 00000 f -0000000682 00000 f -0000000683 00000 f -0000000684 00000 f -0000000685 00000 f -0000000686 00000 f -0000000687 00000 f -0000000688 00000 f -0000000689 00000 f -0000000690 00000 f -0000000691 00000 f -0000000692 00000 f -0000000693 00000 f -0000000694 00000 f -0000000695 00000 f -0000000696 00000 f -0000000697 00000 f -0000000698 00000 f -0000000699 00000 f -0000000700 00000 f -0000000701 00000 f -0000000702 00000 f -0000000703 00000 f -0000000704 00000 f -0000000705 00000 f -0000000706 00000 f -0000000707 00000 f -0000000708 00000 f -0000000709 00000 f -0000000710 00000 f -0000000711 00000 f -0000000712 00000 f -0000000713 00000 f -0000000714 00000 f -0000000715 00000 f -0000000716 00000 f -0000000717 00000 f -0000000718 00000 f -0000000719 00000 f -0000000720 00000 f -0000000721 00000 f -0000000722 00000 f -0000000723 00000 f -0000000724 00000 f -0000000725 00000 f -0000000726 00000 f -0000000727 00000 f -0000000728 00000 f -0000000729 00000 f -0000000730 00000 f -0000000731 00000 f -0000000732 00000 f -0000000733 00000 f -0000000734 00000 f -0000000735 00000 f -0000000736 00000 f -0000000737 00000 f -0000000738 00000 f -0000000739 00000 f -0000000740 00000 f -0000000741 00000 f -0000000742 00000 f -0000000743 00000 f -0000000744 00000 f -0000000745 00000 f -0000000746 00000 f -0000000747 00000 f -0000000754 00000 f -0000195990 00000 n -0000196022 00000 n -0000195872 00000 n -0000195904 00000 n -0000195754 00000 n -0000195786 00000 n -0000000755 00000 f -0000000756 00000 f -0000000757 00000 f -0000000758 00000 f -0000000759 00000 f -0000000760 00000 f -0000000761 00000 f -0000000762 00000 f -0000000766 00000 f -0000190316 00000 n -0000190394 00000 n -0000190473 00000 n -0000000767 00000 f -0000000768 00000 f -0000000769 00000 f -0000000770 00000 f -0000000771 00000 f -0000000772 00000 f -0000000773 00000 f -0000000774 00000 f -0000000775 00000 f -0000000776 00000 f -0000000777 00000 f -0000000778 00000 f -0000000779 00000 f -0000000780 00000 f -0000000781 00000 f -0000000782 00000 f -0000000783 00000 f -0000000784 00000 f -0000000785 00000 f -0000000786 00000 f -0000000787 00000 f -0000000788 00000 f -0000000789 00000 f -0000000790 00000 f -0000000791 00000 f -0000000792 00000 f -0000000793 00000 f -0000000794 00000 f -0000000795 00000 f -0000000796 00000 f -0000000797 00000 f -0000000798 00000 f -0000000799 00000 f -0000000800 00000 f -0000000801 00000 f -0000000802 00000 f -0000000803 00000 f -0000000804 00000 f -0000000805 00000 f -0000000806 00000 f -0000000807 00000 f -0000000808 00000 f -0000000809 00000 f -0000000810 00000 f -0000000811 00000 f -0000000812 00000 f -0000000813 00000 f -0000000814 00000 f -0000000815 00000 f -0000000816 00000 f -0000000817 00000 f -0000000818 00000 f -0000000819 00000 f -0000000820 00000 f -0000000821 00000 f -0000000822 00000 f -0000000823 00000 f -0000000824 00000 f -0000000825 00000 f -0000000826 00000 f -0000000827 00000 f -0000000828 00000 f -0000000829 00000 f -0000000830 00000 f -0000000831 00000 f -0000000832 00000 f -0000000833 00000 f -0000000834 00000 f -0000000835 00000 f -0000000836 00000 f -0000000837 00000 f -0000000838 00000 f -0000000839 00000 f -0000000840 00000 f -0000000841 00000 f -0000000842 00000 f -0000000843 00000 f -0000000844 00000 f -0000000845 00000 f -0000000846 00000 f -0000000847 00000 f -0000000848 00000 f -0000000849 00000 f -0000000850 00000 f -0000000851 00000 f -0000000852 00000 f -0000000853 00000 f -0000000854 00000 f -0000000855 00000 f -0000000856 00000 f -0000000857 00000 f -0000000858 00000 f -0000000859 00000 f -0000000860 00000 f -0000000861 00000 f -0000000862 00000 f -0000000863 00000 f -0000000864 00000 f -0000000865 00000 f -0000000866 00000 f -0000000867 00000 f -0000000868 00000 f -0000000869 00000 f -0000000870 00000 f -0000000871 00000 f -0000000872 00000 f -0000000873 00000 f -0000000874 00000 f -0000000875 00000 f -0000000876 00000 f -0000000877 00000 f -0000000878 00000 f -0000000879 00000 f -0000000880 00000 f -0000000881 00000 f -0000000882 00000 f -0000000883 00000 f -0000000884 00000 f -0000000885 00000 f -0000000886 00000 f -0000000887 00000 f -0000000888 00000 f -0000000889 00000 f -0000000890 00000 f -0000000891 00000 f -0000000892 00000 f -0000000893 00000 f -0000000894 00000 f -0000000895 00000 f -0000000896 00000 f -0000000897 00000 f -0000000898 00000 f -0000000899 00000 f -0000000900 00000 f -0000000901 00000 f -0000000902 00000 f -0000000903 00000 f -0000000904 00000 f -0000000905 00000 f -0000000906 00000 f -0000000907 00000 f -0000000908 00000 f -0000000909 00000 f -0000000910 00000 f -0000000911 00000 f -0000000912 00000 f -0000000913 00000 f -0000000914 00000 f -0000000915 00000 f -0000000916 00000 f -0000000917 00000 f -0000000918 00000 f -0000000919 00000 f -0000000920 00000 f -0000000921 00000 f -0000000922 00000 f -0000000923 00000 f -0000000924 00000 f -0000000925 00000 f -0000000926 00000 f -0000000927 00000 f -0000000928 00000 f -0000000929 00000 f -0000000930 00000 f -0000000931 00000 f -0000000932 00000 f -0000000933 00000 f -0000000934 00000 f -0000000935 00000 f -0000000936 00000 f -0000000937 00000 f -0000000938 00000 f -0000000939 00000 f -0000000940 00000 f -0000000941 00000 f -0000000942 00000 f -0000000943 00000 f -0000000944 00000 f -0000000945 00000 f -0000000946 00000 f -0000000947 00000 f -0000000948 00000 f -0000000949 00000 f -0000000950 00000 f -0000000951 00000 f -0000000952 00000 f -0000000953 00000 f -0000000954 00000 f -0000000955 00000 f -0000000956 00000 f -0000000957 00000 f -0000000958 00000 f -0000000959 00000 f -0000000960 00000 f -0000000961 00000 f -0000000962 00000 f -0000000963 00000 f -0000000964 00000 f -0000000965 00000 f -0000000966 00000 f -0000000967 00000 f -0000000968 00000 f -0000000969 00000 f -0000000970 00000 f -0000000971 00000 f -0000000972 00000 f -0000000973 00000 f -0000000974 00000 f -0000000975 00000 f -0000000976 00000 f -0000000977 00000 f -0000000978 00000 f -0000000979 00000 f -0000000980 00000 f -0000000981 00000 f -0000000982 00000 f -0000000983 00000 f -0000000984 00000 f -0000000985 00000 f -0000000986 00000 f -0000000987 00000 f -0000000988 00000 f -0000000989 00000 f -0000000990 00000 f -0000000991 00000 f -0000000992 00000 f -0000000993 00000 f -0000000994 00000 f -0000000995 00000 f -0000000996 00000 f -0000000997 00000 f -0000000998 00000 f -0000000999 00000 f -0000001000 00000 f -0000001001 00000 f -0000001008 00000 f -0000195634 00000 n -0000195667 00000 n -0000195514 00000 n -0000195547 00000 n -0000195394 00000 n -0000195427 00000 n -0000001009 00000 f -0000001010 00000 f -0000001011 00000 f -0000001012 00000 f -0000001013 00000 f -0000001014 00000 f -0000001015 00000 f -0000001016 00000 f -0000001017 00000 f -0000001021 00000 f -0000190556 00000 n -0000190635 00000 n -0000190715 00000 n -0000001022 00000 f -0000001023 00000 f -0000001024 00000 f -0000001025 00000 f -0000001026 00000 f -0000001027 00000 f -0000001028 00000 f -0000001029 00000 f -0000001030 00000 f -0000001031 00000 f -0000001032 00000 f -0000001033 00000 f -0000001034 00000 f -0000001035 00000 f -0000001036 00000 f -0000001037 00000 f -0000001038 00000 f -0000001039 00000 f -0000001040 00000 f -0000001041 00000 f -0000001042 00000 f -0000001043 00000 f -0000001044 00000 f -0000001045 00000 f -0000001046 00000 f -0000001047 00000 f -0000001048 00000 f -0000001049 00000 f -0000001050 00000 f -0000001051 00000 f -0000001052 00000 f -0000001053 00000 f -0000001054 00000 f -0000001055 00000 f -0000001056 00000 f -0000001057 00000 f -0000001058 00000 f -0000001059 00000 f -0000001060 00000 f -0000001061 00000 f -0000001062 00000 f -0000001063 00000 f -0000001064 00000 f -0000001065 00000 f -0000001066 00000 f -0000001067 00000 f -0000001068 00000 f -0000001069 00000 f -0000001070 00000 f -0000001071 00000 f -0000001072 00000 f -0000001073 00000 f -0000001074 00000 f -0000001075 00000 f -0000001076 00000 f -0000001077 00000 f -0000001078 00000 f -0000001079 00000 f -0000001080 00000 f -0000001081 00000 f -0000001082 00000 f -0000001083 00000 f -0000001084 00000 f -0000001085 00000 f -0000001086 00000 f -0000001087 00000 f -0000001088 00000 f -0000001089 00000 f -0000001090 00000 f -0000001091 00000 f -0000001092 00000 f -0000001093 00000 f -0000001094 00000 f -0000001095 00000 f -0000001096 00000 f -0000001097 00000 f -0000001098 00000 f -0000001099 00000 f -0000001100 00000 f -0000001101 00000 f -0000001102 00000 f -0000001103 00000 f -0000001104 00000 f -0000001105 00000 f -0000001106 00000 f -0000001107 00000 f -0000001108 00000 f -0000001109 00000 f -0000001110 00000 f -0000001111 00000 f -0000001112 00000 f -0000001113 00000 f -0000001114 00000 f -0000001115 00000 f -0000001116 00000 f -0000001117 00000 f -0000001118 00000 f -0000001119 00000 f -0000001120 00000 f -0000001121 00000 f -0000001122 00000 f -0000001123 00000 f -0000001124 00000 f -0000001125 00000 f -0000001126 00000 f -0000001127 00000 f -0000001128 00000 f -0000001129 00000 f -0000001130 00000 f -0000001131 00000 f -0000001132 00000 f -0000001133 00000 f -0000001134 00000 f -0000001135 00000 f -0000001136 00000 f -0000001137 00000 f -0000001138 00000 f -0000001139 00000 f -0000001140 00000 f -0000001141 00000 f -0000001142 00000 f -0000001143 00000 f -0000001144 00000 f -0000001145 00000 f -0000001146 00000 f -0000001147 00000 f -0000001148 00000 f -0000001149 00000 f -0000001150 00000 f -0000001151 00000 f -0000001152 00000 f -0000001153 00000 f -0000001154 00000 f -0000001155 00000 f -0000001156 00000 f -0000001157 00000 f -0000001158 00000 f -0000001159 00000 f -0000001160 00000 f -0000001161 00000 f -0000001162 00000 f -0000001163 00000 f -0000001164 00000 f -0000001165 00000 f -0000001166 00000 f -0000001167 00000 f -0000001168 00000 f -0000001169 00000 f -0000001170 00000 f -0000001171 00000 f -0000001172 00000 f -0000001173 00000 f -0000001174 00000 f -0000001175 00000 f -0000001176 00000 f -0000001177 00000 f -0000001178 00000 f -0000001179 00000 f -0000001180 00000 f -0000001181 00000 f -0000001182 00000 f -0000001183 00000 f -0000001184 00000 f -0000001185 00000 f -0000001186 00000 f -0000001187 00000 f -0000001188 00000 f -0000001189 00000 f -0000001190 00000 f -0000001191 00000 f -0000001192 00000 f -0000001193 00000 f -0000001194 00000 f -0000001195 00000 f -0000001196 00000 f -0000001197 00000 f -0000001198 00000 f -0000001199 00000 f -0000001200 00000 f -0000001201 00000 f -0000001202 00000 f -0000001203 00000 f -0000001204 00000 f -0000001205 00000 f -0000001206 00000 f -0000001207 00000 f -0000001208 00000 f -0000001209 00000 f -0000001210 00000 f -0000001211 00000 f -0000001212 00000 f -0000001213 00000 f -0000001214 00000 f -0000001215 00000 f -0000001216 00000 f -0000001217 00000 f -0000001218 00000 f -0000001219 00000 f -0000001220 00000 f -0000001221 00000 f -0000001222 00000 f -0000001223 00000 f -0000001224 00000 f -0000001225 00000 f -0000001226 00000 f -0000001227 00000 f -0000001228 00000 f -0000001229 00000 f -0000001230 00000 f -0000001231 00000 f -0000001232 00000 f -0000001233 00000 f -0000001234 00000 f -0000001235 00000 f -0000001236 00000 f -0000001237 00000 f -0000001238 00000 f -0000001239 00000 f -0000001240 00000 f -0000001241 00000 f -0000001242 00000 f -0000001243 00000 f -0000001244 00000 f -0000001245 00000 f -0000001246 00000 f -0000001247 00000 f -0000001248 00000 f -0000001249 00000 f -0000001250 00000 f -0000001251 00000 f -0000001252 00000 f -0000001253 00000 f -0000001254 00000 f -0000001261 00000 f -0000195274 00000 n -0000195307 00000 n -0000195154 00000 n -0000195187 00000 n -0000195034 00000 n -0000195067 00000 n -0000001262 00000 f -0000001263 00000 f -0000001264 00000 f -0000001265 00000 f -0000001266 00000 f -0000001267 00000 f -0000001268 00000 f -0000001269 00000 f -0000001273 00000 f -0000190799 00000 n -0000190878 00000 n -0000190958 00000 n -0000001274 00000 f -0000001275 00000 f -0000001276 00000 f -0000001277 00000 f -0000001278 00000 f -0000001279 00000 f -0000001280 00000 f -0000001281 00000 f -0000001282 00000 f -0000001283 00000 f -0000001284 00000 f -0000001285 00000 f -0000001286 00000 f -0000001287 00000 f -0000001288 00000 f -0000001289 00000 f -0000001290 00000 f -0000001291 00000 f -0000001292 00000 f -0000001293 00000 f -0000001294 00000 f -0000001295 00000 f -0000001296 00000 f -0000001297 00000 f -0000001298 00000 f -0000001299 00000 f -0000001300 00000 f -0000001301 00000 f -0000001302 00000 f -0000001303 00000 f -0000001304 00000 f -0000001305 00000 f -0000001306 00000 f -0000001307 00000 f -0000001308 00000 f -0000001309 00000 f -0000001310 00000 f -0000001311 00000 f -0000001312 00000 f -0000001313 00000 f -0000001314 00000 f -0000001315 00000 f -0000001316 00000 f -0000001317 00000 f -0000001318 00000 f -0000001319 00000 f -0000001320 00000 f -0000001321 00000 f -0000001322 00000 f -0000001323 00000 f -0000001324 00000 f -0000001325 00000 f -0000001326 00000 f -0000001327 00000 f -0000001328 00000 f -0000001329 00000 f -0000001330 00000 f -0000001331 00000 f -0000001332 00000 f -0000001333 00000 f -0000001334 00000 f -0000001335 00000 f -0000001336 00000 f -0000001337 00000 f -0000001338 00000 f -0000001339 00000 f -0000001340 00000 f -0000001341 00000 f -0000001342 00000 f -0000001343 00000 f -0000001344 00000 f -0000001345 00000 f -0000001346 00000 f -0000001347 00000 f -0000001348 00000 f -0000001349 00000 f -0000001350 00000 f -0000001351 00000 f -0000001352 00000 f -0000001353 00000 f -0000001354 00000 f -0000001355 00000 f -0000001356 00000 f -0000001357 00000 f -0000001358 00000 f -0000001359 00000 f -0000001360 00000 f -0000001361 00000 f -0000001362 00000 f -0000001363 00000 f -0000001364 00000 f -0000001365 00000 f -0000001366 00000 f -0000001367 00000 f -0000001368 00000 f -0000001369 00000 f -0000001370 00000 f -0000001371 00000 f -0000001372 00000 f -0000001373 00000 f -0000001374 00000 f -0000001375 00000 f -0000001376 00000 f -0000001377 00000 f -0000001378 00000 f -0000001379 00000 f -0000001380 00000 f -0000001381 00000 f -0000001382 00000 f -0000001383 00000 f -0000001384 00000 f -0000001385 00000 f -0000001386 00000 f -0000001387 00000 f -0000001388 00000 f -0000001389 00000 f -0000001390 00000 f -0000001391 00000 f -0000001392 00000 f -0000001393 00000 f -0000001394 00000 f -0000001395 00000 f -0000001396 00000 f -0000001397 00000 f -0000001398 00000 f -0000001399 00000 f -0000001400 00000 f -0000001401 00000 f -0000001402 00000 f -0000001403 00000 f -0000001404 00000 f -0000001405 00000 f -0000001406 00000 f -0000001407 00000 f -0000001408 00000 f -0000001409 00000 f -0000001410 00000 f -0000001411 00000 f -0000001412 00000 f -0000001413 00000 f -0000001414 00000 f -0000001415 00000 f -0000001416 00000 f -0000001417 00000 f -0000001418 00000 f -0000001419 00000 f -0000001420 00000 f -0000001421 00000 f -0000001422 00000 f -0000001423 00000 f -0000001424 00000 f -0000001425 00000 f -0000001426 00000 f -0000001427 00000 f -0000001428 00000 f -0000001429 00000 f -0000001430 00000 f -0000001431 00000 f -0000001432 00000 f -0000001433 00000 f -0000001434 00000 f -0000001435 00000 f -0000001436 00000 f -0000001437 00000 f -0000001438 00000 f -0000001439 00000 f -0000001440 00000 f -0000001441 00000 f -0000001442 00000 f -0000001443 00000 f -0000001444 00000 f -0000001445 00000 f -0000001446 00000 f -0000001447 00000 f -0000001448 00000 f -0000001449 00000 f -0000001450 00000 f -0000001451 00000 f -0000001452 00000 f -0000001453 00000 f -0000001454 00000 f -0000001455 00000 f -0000001456 00000 f -0000001457 00000 f -0000001458 00000 f -0000001459 00000 f -0000001460 00000 f -0000001461 00000 f -0000001462 00000 f -0000001463 00000 f -0000001464 00000 f -0000001465 00000 f -0000001466 00000 f -0000001467 00000 f -0000001468 00000 f -0000001469 00000 f -0000001470 00000 f -0000001471 00000 f -0000001472 00000 f -0000001473 00000 f -0000001474 00000 f -0000001475 00000 f -0000001476 00000 f -0000001477 00000 f -0000001478 00000 f -0000001479 00000 f -0000001480 00000 f -0000001481 00000 f -0000001482 00000 f -0000001483 00000 f -0000001484 00000 f -0000001485 00000 f -0000001486 00000 f -0000001487 00000 f -0000001488 00000 f -0000001489 00000 f -0000001490 00000 f -0000001491 00000 f -0000001492 00000 f -0000001493 00000 f -0000001494 00000 f -0000001495 00000 f -0000001496 00000 f -0000001497 00000 f -0000001498 00000 f -0000001499 00000 f -0000001500 00000 f -0000001501 00000 f -0000001502 00000 f -0000001503 00000 f -0000001504 00000 f -0000001505 00000 f -0000001506 00000 f -0000001513 00000 f -0000194914 00000 n -0000194947 00000 n -0000194794 00000 n -0000194827 00000 n -0000194674 00000 n -0000194707 00000 n -0000001514 00000 f -0000001515 00000 f -0000001516 00000 f -0000001517 00000 f -0000001518 00000 f -0000001519 00000 f -0000001520 00000 f -0000001521 00000 f -0000001525 00000 f -0000191042 00000 n -0000191121 00000 n -0000191201 00000 n -0000001526 00000 f -0000001527 00000 f -0000001528 00000 f -0000001529 00000 f -0000001530 00000 f -0000001531 00000 f -0000001532 00000 f -0000001533 00000 f -0000001534 00000 f -0000001535 00000 f -0000001536 00000 f -0000001537 00000 f -0000001538 00000 f -0000001539 00000 f -0000001540 00000 f -0000001541 00000 f -0000001542 00000 f -0000001543 00000 f -0000001544 00000 f -0000001545 00000 f -0000001546 00000 f -0000001547 00000 f -0000001548 00000 f -0000001549 00000 f -0000001550 00000 f -0000001551 00000 f -0000001552 00000 f -0000001553 00000 f -0000001554 00000 f -0000001555 00000 f -0000001556 00000 f -0000001557 00000 f -0000001558 00000 f -0000001559 00000 f -0000001560 00000 f -0000001561 00000 f -0000001562 00000 f -0000001563 00000 f -0000001564 00000 f -0000001565 00000 f -0000001566 00000 f -0000001567 00000 f -0000001568 00000 f -0000001569 00000 f -0000001570 00000 f -0000001571 00000 f -0000001572 00000 f -0000001573 00000 f -0000001574 00000 f -0000001575 00000 f -0000001576 00000 f -0000001577 00000 f -0000001578 00000 f -0000001579 00000 f -0000001580 00000 f -0000001581 00000 f -0000001582 00000 f -0000001583 00000 f -0000001584 00000 f -0000001585 00000 f -0000001586 00000 f -0000001587 00000 f -0000001588 00000 f -0000001589 00000 f -0000001590 00000 f -0000001591 00000 f -0000001592 00000 f -0000001593 00000 f -0000001594 00000 f -0000001595 00000 f -0000001596 00000 f -0000001597 00000 f -0000001598 00000 f -0000001599 00000 f -0000001600 00000 f -0000001601 00000 f -0000001602 00000 f -0000001603 00000 f -0000001604 00000 f -0000001605 00000 f -0000001606 00000 f -0000001607 00000 f -0000001608 00000 f -0000001609 00000 f -0000001610 00000 f -0000001611 00000 f -0000001612 00000 f -0000001613 00000 f -0000001614 00000 f -0000001615 00000 f -0000001616 00000 f -0000001617 00000 f -0000001618 00000 f -0000001619 00000 f -0000001620 00000 f -0000001621 00000 f -0000001622 00000 f -0000001623 00000 f -0000001624 00000 f -0000001625 00000 f -0000001626 00000 f -0000001627 00000 f -0000001628 00000 f -0000001629 00000 f -0000001630 00000 f -0000001631 00000 f -0000001632 00000 f -0000001633 00000 f -0000001634 00000 f -0000001635 00000 f -0000001636 00000 f -0000001637 00000 f -0000001638 00000 f -0000001639 00000 f -0000001640 00000 f -0000001641 00000 f -0000001642 00000 f -0000001643 00000 f -0000001644 00000 f -0000001645 00000 f -0000001646 00000 f -0000001647 00000 f -0000001648 00000 f -0000001649 00000 f -0000001650 00000 f -0000001651 00000 f -0000001652 00000 f -0000001653 00000 f -0000001654 00000 f -0000001655 00000 f -0000001656 00000 f -0000001657 00000 f -0000001658 00000 f -0000001659 00000 f -0000001660 00000 f -0000001661 00000 f -0000001662 00000 f -0000001663 00000 f -0000001664 00000 f -0000001665 00000 f -0000001666 00000 f -0000001667 00000 f -0000001668 00000 f -0000001669 00000 f -0000001670 00000 f -0000001671 00000 f -0000001672 00000 f -0000001673 00000 f -0000001674 00000 f -0000001675 00000 f -0000001676 00000 f -0000001677 00000 f -0000001678 00000 f -0000001679 00000 f -0000001680 00000 f -0000001681 00000 f -0000001682 00000 f -0000001683 00000 f -0000001684 00000 f -0000001685 00000 f -0000001686 00000 f -0000001687 00000 f -0000001688 00000 f -0000001689 00000 f -0000001690 00000 f -0000001691 00000 f -0000001692 00000 f -0000001693 00000 f -0000001694 00000 f -0000001695 00000 f -0000001696 00000 f -0000001697 00000 f -0000001698 00000 f -0000001699 00000 f -0000001700 00000 f -0000001701 00000 f -0000001702 00000 f -0000001703 00000 f -0000001704 00000 f -0000001705 00000 f -0000001706 00000 f -0000001707 00000 f -0000001708 00000 f -0000001709 00000 f -0000001710 00000 f -0000001711 00000 f -0000001712 00000 f -0000001713 00000 f -0000001714 00000 f -0000001715 00000 f -0000001716 00000 f -0000001717 00000 f -0000001718 00000 f -0000001719 00000 f -0000001720 00000 f -0000001721 00000 f -0000001722 00000 f -0000001723 00000 f -0000001724 00000 f -0000001725 00000 f -0000001726 00000 f -0000001727 00000 f -0000001728 00000 f -0000001729 00000 f -0000001730 00000 f -0000001731 00000 f -0000001732 00000 f -0000001733 00000 f -0000001734 00000 f -0000001735 00000 f -0000001736 00000 f -0000001737 00000 f -0000001738 00000 f -0000001739 00000 f -0000001740 00000 f -0000001741 00000 f -0000001742 00000 f -0000001743 00000 f -0000001744 00000 f -0000001745 00000 f -0000001746 00000 f -0000001747 00000 f -0000001748 00000 f -0000001749 00000 f -0000001750 00000 f -0000001751 00000 f -0000001752 00000 f -0000001753 00000 f -0000001754 00000 f -0000001755 00000 f -0000001756 00000 f -0000001757 00000 f -0000001758 00000 f -0000001765 00000 f -0000194554 00000 n -0000194587 00000 n -0000194434 00000 n -0000194467 00000 n -0000194314 00000 n -0000194347 00000 n -0000001766 00000 f -0000001767 00000 f -0000001768 00000 f -0000001769 00000 f -0000001770 00000 f -0000001771 00000 f -0000001772 00000 f -0000001773 00000 f -0000001777 00000 f -0000191285 00000 n -0000191364 00000 n -0000191444 00000 n -0000001778 00000 f -0000001779 00000 f -0000001780 00000 f -0000001781 00000 f -0000001782 00000 f -0000001783 00000 f -0000001784 00000 f -0000001785 00000 f -0000001786 00000 f -0000001787 00000 f -0000001788 00000 f -0000001789 00000 f -0000001790 00000 f -0000001791 00000 f -0000001792 00000 f -0000001793 00000 f -0000001794 00000 f -0000001795 00000 f -0000001796 00000 f -0000001797 00000 f -0000001798 00000 f -0000001799 00000 f -0000001800 00000 f -0000001801 00000 f -0000001802 00000 f -0000001803 00000 f -0000001804 00000 f -0000001805 00000 f -0000001806 00000 f -0000001807 00000 f -0000001808 00000 f -0000001809 00000 f -0000001810 00000 f -0000001811 00000 f -0000001812 00000 f -0000001813 00000 f -0000001814 00000 f -0000001815 00000 f -0000001816 00000 f -0000001817 00000 f -0000001818 00000 f -0000001819 00000 f -0000001820 00000 f -0000001821 00000 f -0000001822 00000 f -0000001823 00000 f -0000001824 00000 f -0000001825 00000 f -0000001826 00000 f -0000001827 00000 f -0000001828 00000 f -0000001829 00000 f -0000001830 00000 f -0000001831 00000 f -0000001832 00000 f -0000001833 00000 f -0000001834 00000 f -0000001835 00000 f -0000001836 00000 f -0000001837 00000 f -0000001838 00000 f -0000001839 00000 f -0000001840 00000 f -0000001841 00000 f -0000001842 00000 f -0000001843 00000 f -0000001844 00000 f -0000001845 00000 f -0000001846 00000 f -0000001847 00000 f -0000001848 00000 f -0000001849 00000 f -0000001850 00000 f -0000001851 00000 f -0000001852 00000 f -0000001853 00000 f -0000001854 00000 f -0000001855 00000 f -0000001856 00000 f -0000001857 00000 f -0000001858 00000 f -0000001859 00000 f -0000001860 00000 f -0000001861 00000 f -0000001862 00000 f -0000001863 00000 f -0000001864 00000 f -0000001865 00000 f -0000001866 00000 f -0000001867 00000 f -0000001868 00000 f -0000001869 00000 f -0000001870 00000 f -0000001871 00000 f -0000001872 00000 f -0000001873 00000 f -0000001874 00000 f -0000001875 00000 f -0000001876 00000 f -0000001877 00000 f -0000001878 00000 f -0000001879 00000 f -0000001880 00000 f -0000001881 00000 f -0000001882 00000 f -0000001883 00000 f -0000001884 00000 f -0000001885 00000 f -0000001886 00000 f -0000001887 00000 f -0000001888 00000 f -0000001889 00000 f -0000001890 00000 f -0000001891 00000 f -0000001892 00000 f -0000001893 00000 f -0000001894 00000 f -0000001895 00000 f -0000001896 00000 f -0000001897 00000 f -0000001898 00000 f -0000001899 00000 f -0000001900 00000 f -0000001901 00000 f -0000001902 00000 f -0000001903 00000 f -0000001904 00000 f -0000001905 00000 f -0000001906 00000 f -0000001907 00000 f -0000001908 00000 f -0000001909 00000 f -0000001910 00000 f -0000001911 00000 f -0000001912 00000 f -0000001913 00000 f -0000001914 00000 f -0000001915 00000 f -0000001916 00000 f -0000001917 00000 f -0000001918 00000 f -0000001919 00000 f -0000001920 00000 f -0000001921 00000 f -0000001922 00000 f -0000001923 00000 f -0000001924 00000 f -0000001925 00000 f -0000001926 00000 f -0000001927 00000 f -0000001928 00000 f -0000001929 00000 f -0000001930 00000 f -0000001931 00000 f -0000001932 00000 f -0000001933 00000 f -0000001934 00000 f -0000001935 00000 f -0000001936 00000 f -0000001937 00000 f -0000001938 00000 f -0000001939 00000 f -0000001940 00000 f -0000001941 00000 f -0000001942 00000 f -0000001943 00000 f -0000001944 00000 f -0000001945 00000 f -0000001946 00000 f -0000001947 00000 f -0000001948 00000 f -0000001949 00000 f -0000001950 00000 f -0000001951 00000 f -0000001952 00000 f -0000001953 00000 f -0000001954 00000 f -0000001955 00000 f -0000001956 00000 f -0000001957 00000 f -0000001958 00000 f -0000001959 00000 f -0000001960 00000 f -0000001961 00000 f -0000001962 00000 f -0000001963 00000 f -0000001964 00000 f -0000001965 00000 f -0000001966 00000 f -0000001967 00000 f -0000001968 00000 f -0000001969 00000 f -0000001970 00000 f -0000001971 00000 f -0000001972 00000 f -0000001973 00000 f -0000001974 00000 f -0000001975 00000 f -0000001976 00000 f -0000001977 00000 f -0000001978 00000 f -0000001979 00000 f -0000001980 00000 f -0000001981 00000 f -0000001982 00000 f -0000001983 00000 f -0000001984 00000 f -0000001985 00000 f -0000001986 00000 f -0000001987 00000 f -0000001988 00000 f -0000001989 00000 f -0000001990 00000 f -0000001991 00000 f -0000001992 00000 f -0000001993 00000 f -0000001994 00000 f -0000001995 00000 f -0000001996 00000 f -0000001997 00000 f -0000001998 00000 f -0000001999 00000 f -0000002000 00000 f -0000002001 00000 f -0000002002 00000 f -0000002003 00000 f -0000002004 00000 f -0000002005 00000 f -0000002006 00000 f -0000002007 00000 f -0000002008 00000 f -0000002009 00000 f -0000002010 00000 f -0000002017 00000 f -0000194194 00000 n -0000194227 00000 n -0000194074 00000 n -0000194107 00000 n -0000193954 00000 n -0000193987 00000 n -0000002018 00000 f -0000002019 00000 f -0000002020 00000 f -0000002021 00000 f -0000002022 00000 f -0000002023 00000 f -0000002024 00000 f -0000002025 00000 f -0000002029 00000 f -0000191528 00000 n -0000191607 00000 n -0000191687 00000 n -0000002030 00000 f -0000002031 00000 f -0000002032 00000 f -0000002033 00000 f -0000002034 00000 f -0000002035 00000 f -0000002036 00000 f -0000002037 00000 f -0000002038 00000 f -0000002039 00000 f -0000002040 00000 f -0000002041 00000 f -0000002042 00000 f -0000002043 00000 f -0000002044 00000 f -0000002045 00000 f -0000002046 00000 f -0000002047 00000 f -0000002048 00000 f -0000002049 00000 f -0000002050 00000 f -0000002051 00000 f -0000002052 00000 f -0000002053 00000 f -0000002054 00000 f -0000002055 00000 f -0000002056 00000 f -0000002057 00000 f -0000002058 00000 f -0000002059 00000 f -0000002060 00000 f -0000002061 00000 f -0000002062 00000 f -0000002063 00000 f -0000002064 00000 f -0000002065 00000 f -0000002066 00000 f -0000002067 00000 f -0000002068 00000 f -0000002069 00000 f -0000002070 00000 f -0000002071 00000 f -0000002072 00000 f -0000002073 00000 f -0000002074 00000 f -0000002075 00000 f -0000002076 00000 f -0000002077 00000 f -0000002078 00000 f -0000002079 00000 f -0000002080 00000 f -0000002081 00000 f -0000002082 00000 f -0000002083 00000 f -0000002084 00000 f -0000002085 00000 f -0000002086 00000 f -0000002087 00000 f -0000002088 00000 f -0000002089 00000 f -0000002090 00000 f -0000002091 00000 f -0000002092 00000 f -0000002093 00000 f -0000002094 00000 f -0000002095 00000 f -0000002096 00000 f -0000002097 00000 f -0000002098 00000 f -0000002099 00000 f -0000002100 00000 f -0000002101 00000 f -0000002102 00000 f -0000002103 00000 f -0000002104 00000 f -0000002105 00000 f -0000002106 00000 f -0000002107 00000 f -0000002108 00000 f -0000002109 00000 f -0000002110 00000 f -0000002111 00000 f -0000002112 00000 f -0000002113 00000 f -0000002114 00000 f -0000002115 00000 f -0000002116 00000 f -0000002117 00000 f -0000002118 00000 f -0000002119 00000 f -0000002120 00000 f -0000002121 00000 f -0000002122 00000 f -0000002123 00000 f -0000002124 00000 f -0000002125 00000 f -0000002126 00000 f -0000002127 00000 f -0000002128 00000 f -0000002129 00000 f -0000002130 00000 f -0000002131 00000 f -0000002132 00000 f -0000002133 00000 f -0000002134 00000 f -0000002135 00000 f -0000002136 00000 f -0000002137 00000 f -0000002138 00000 f -0000002139 00000 f -0000002140 00000 f -0000002141 00000 f -0000002142 00000 f -0000002143 00000 f -0000002144 00000 f -0000002145 00000 f -0000002146 00000 f -0000002147 00000 f -0000002148 00000 f -0000002149 00000 f -0000002150 00000 f -0000002151 00000 f -0000002152 00000 f -0000002153 00000 f -0000002154 00000 f -0000002155 00000 f -0000002156 00000 f -0000002157 00000 f -0000002158 00000 f -0000002159 00000 f -0000002160 00000 f -0000002161 00000 f -0000002162 00000 f -0000002163 00000 f -0000002164 00000 f -0000002165 00000 f -0000002166 00000 f -0000002167 00000 f -0000002168 00000 f -0000002169 00000 f -0000002170 00000 f -0000002171 00000 f -0000002172 00000 f -0000002173 00000 f -0000002174 00000 f -0000002175 00000 f -0000002176 00000 f -0000002177 00000 f -0000002178 00000 f -0000002179 00000 f -0000002180 00000 f -0000002181 00000 f -0000002182 00000 f -0000002183 00000 f -0000002184 00000 f -0000002185 00000 f -0000002186 00000 f -0000002187 00000 f -0000002188 00000 f -0000002189 00000 f -0000002190 00000 f -0000002191 00000 f -0000002192 00000 f -0000002193 00000 f -0000002194 00000 f -0000002195 00000 f -0000002196 00000 f -0000002197 00000 f -0000002198 00000 f -0000002199 00000 f -0000002200 00000 f -0000002201 00000 f -0000002202 00000 f -0000002203 00000 f -0000002204 00000 f -0000002205 00000 f -0000002206 00000 f -0000002207 00000 f -0000002208 00000 f -0000002209 00000 f -0000002210 00000 f -0000002211 00000 f -0000002212 00000 f -0000002213 00000 f -0000002214 00000 f -0000002215 00000 f -0000002216 00000 f -0000002217 00000 f -0000002218 00000 f -0000002219 00000 f -0000002220 00000 f -0000002221 00000 f -0000002222 00000 f -0000002223 00000 f -0000002224 00000 f -0000002225 00000 f -0000002226 00000 f -0000002227 00000 f -0000002228 00000 f -0000002229 00000 f -0000002230 00000 f -0000002231 00000 f -0000002232 00000 f -0000002233 00000 f -0000002234 00000 f -0000002235 00000 f -0000002236 00000 f -0000002237 00000 f -0000002238 00000 f -0000002239 00000 f -0000002240 00000 f -0000002241 00000 f -0000002242 00000 f -0000002243 00000 f -0000002244 00000 f -0000002245 00000 f -0000002246 00000 f -0000002247 00000 f -0000002248 00000 f -0000002249 00000 f -0000002250 00000 f -0000002251 00000 f -0000002252 00000 f -0000002253 00000 f -0000002254 00000 f -0000002255 00000 f -0000002256 00000 f -0000002257 00000 f -0000002258 00000 f -0000002259 00000 f -0000002260 00000 f -0000002261 00000 f -0000002262 00000 f -0000002269 00000 f -0000193834 00000 n -0000193867 00000 n -0000193714 00000 n -0000193747 00000 n -0000193594 00000 n -0000193627 00000 n -0000002270 00000 f -0000002271 00000 f -0000002272 00000 f -0000002273 00000 f -0000002274 00000 f -0000002275 00000 f -0000002276 00000 f -0000002280 00000 f -0000191771 00000 n -0000191850 00000 n -0000191930 00000 n -0000002281 00000 f -0000002282 00000 f -0000002283 00000 f -0000002284 00000 f -0000002285 00000 f -0000002286 00000 f -0000002287 00000 f -0000002288 00000 f -0000002289 00000 f -0000002290 00000 f -0000002291 00000 f -0000002292 00000 f -0000002293 00000 f -0000002294 00000 f -0000002295 00000 f -0000002296 00000 f -0000002297 00000 f -0000002298 00000 f -0000002299 00000 f -0000002300 00000 f -0000002301 00000 f -0000002302 00000 f -0000002303 00000 f -0000002304 00000 f -0000002305 00000 f -0000002306 00000 f -0000002307 00000 f -0000002308 00000 f -0000002309 00000 f -0000002310 00000 f -0000002311 00000 f -0000002312 00000 f -0000002313 00000 f -0000002314 00000 f -0000002315 00000 f -0000002316 00000 f -0000002317 00000 f -0000002318 00000 f -0000002319 00000 f -0000002320 00000 f -0000002321 00000 f -0000002322 00000 f -0000002323 00000 f -0000002324 00000 f -0000002325 00000 f -0000002326 00000 f -0000002327 00000 f -0000002328 00000 f -0000002329 00000 f -0000002330 00000 f -0000002331 00000 f -0000002332 00000 f -0000002333 00000 f -0000002334 00000 f -0000002335 00000 f -0000002336 00000 f -0000002337 00000 f -0000002338 00000 f -0000002339 00000 f -0000002340 00000 f -0000002341 00000 f -0000002342 00000 f -0000002343 00000 f -0000002344 00000 f -0000002345 00000 f -0000002346 00000 f -0000002347 00000 f -0000002348 00000 f -0000002349 00000 f -0000002350 00000 f -0000002351 00000 f -0000002352 00000 f -0000002353 00000 f -0000002354 00000 f -0000002355 00000 f -0000002356 00000 f -0000002357 00000 f -0000002358 00000 f -0000002359 00000 f -0000002360 00000 f -0000002361 00000 f -0000002362 00000 f -0000002363 00000 f -0000002364 00000 f -0000002365 00000 f -0000002366 00000 f -0000002367 00000 f -0000002368 00000 f -0000002369 00000 f -0000002370 00000 f -0000002371 00000 f -0000002372 00000 f -0000002373 00000 f -0000002374 00000 f -0000002375 00000 f -0000002376 00000 f -0000002377 00000 f -0000002378 00000 f -0000002379 00000 f -0000002380 00000 f -0000002381 00000 f -0000002382 00000 f -0000002383 00000 f -0000002384 00000 f -0000002385 00000 f -0000002386 00000 f -0000002387 00000 f -0000002388 00000 f -0000002389 00000 f -0000002390 00000 f -0000002391 00000 f -0000002392 00000 f -0000002393 00000 f -0000002394 00000 f -0000002395 00000 f -0000002396 00000 f -0000002397 00000 f -0000002398 00000 f -0000002399 00000 f -0000002400 00000 f -0000002401 00000 f -0000002402 00000 f -0000002403 00000 f -0000002404 00000 f -0000002405 00000 f -0000002406 00000 f -0000002407 00000 f -0000002408 00000 f -0000002409 00000 f -0000002410 00000 f -0000002411 00000 f -0000002412 00000 f -0000002413 00000 f -0000002414 00000 f -0000002415 00000 f -0000002416 00000 f -0000002417 00000 f -0000002418 00000 f -0000002419 00000 f -0000002420 00000 f -0000002421 00000 f -0000002422 00000 f -0000002423 00000 f -0000002424 00000 f -0000002425 00000 f -0000002426 00000 f -0000002427 00000 f -0000002428 00000 f -0000002429 00000 f -0000002430 00000 f -0000002431 00000 f -0000002432 00000 f -0000002433 00000 f -0000002434 00000 f -0000002435 00000 f -0000002436 00000 f -0000002437 00000 f -0000002438 00000 f -0000002439 00000 f -0000002440 00000 f -0000002441 00000 f -0000002442 00000 f -0000002443 00000 f -0000002444 00000 f -0000002445 00000 f -0000002446 00000 f -0000002447 00000 f -0000002448 00000 f -0000002449 00000 f -0000002450 00000 f -0000002451 00000 f -0000002452 00000 f -0000002453 00000 f -0000002454 00000 f -0000002455 00000 f -0000002456 00000 f -0000002457 00000 f -0000002458 00000 f -0000002459 00000 f -0000002460 00000 f -0000002461 00000 f -0000002462 00000 f -0000002463 00000 f -0000002464 00000 f -0000002465 00000 f -0000002466 00000 f -0000002467 00000 f -0000002468 00000 f -0000002469 00000 f -0000002470 00000 f -0000002471 00000 f -0000002472 00000 f -0000002473 00000 f -0000002474 00000 f -0000002475 00000 f -0000002476 00000 f -0000002477 00000 f -0000002478 00000 f -0000002479 00000 f -0000002480 00000 f -0000002481 00000 f -0000002482 00000 f -0000002483 00000 f -0000002484 00000 f -0000002485 00000 f -0000002486 00000 f -0000002487 00000 f -0000002488 00000 f -0000002489 00000 f -0000002490 00000 f -0000002491 00000 f -0000002492 00000 f -0000002493 00000 f -0000002494 00000 f -0000002495 00000 f -0000002496 00000 f -0000002497 00000 f -0000002498 00000 f -0000002499 00000 f -0000002500 00000 f -0000002501 00000 f -0000002502 00000 f -0000002503 00000 f -0000002504 00000 f -0000002505 00000 f -0000002506 00000 f -0000002507 00000 f -0000002508 00000 f -0000002509 00000 f -0000002510 00000 f -0000002511 00000 f -0000002512 00000 f -0000002513 00000 f -0000002520 00000 f -0000193474 00000 n -0000193507 00000 n -0000193354 00000 n -0000193387 00000 n -0000193234 00000 n -0000193267 00000 n -0000002521 00000 f -0000002522 00000 f -0000002523 00000 f -0000002524 00000 f -0000002525 00000 f -0000002529 00000 f -0000192014 00000 n -0000192093 00000 n -0000192180 00000 n -0000002530 00000 f -0000002531 00000 f -0000002532 00000 f -0000002533 00000 f -0000002534 00000 f -0000002535 00000 f -0000002536 00000 f -0000002537 00000 f -0000002538 00000 f -0000002539 00000 f -0000002540 00000 f -0000002541 00000 f -0000002542 00000 f -0000002543 00000 f -0000002544 00000 f -0000002545 00000 f -0000002546 00000 f -0000002547 00000 f -0000002548 00000 f -0000002549 00000 f -0000002550 00000 f -0000002551 00000 f -0000002552 00000 f -0000002553 00000 f -0000002554 00000 f -0000002555 00000 f -0000002556 00000 f -0000002557 00000 f -0000002558 00000 f -0000002559 00000 f -0000002560 00000 f -0000002561 00000 f -0000002562 00000 f -0000002563 00000 f -0000002564 00000 f -0000002565 00000 f -0000002566 00000 f -0000002567 00000 f -0000002568 00000 f -0000002569 00000 f -0000002570 00000 f -0000002571 00000 f -0000002572 00000 f -0000002573 00000 f -0000002574 00000 f -0000002575 00000 f -0000002576 00000 f -0000002577 00000 f -0000002578 00000 f -0000002579 00000 f -0000002580 00000 f -0000002581 00000 f -0000002582 00000 f -0000002583 00000 f -0000002584 00000 f -0000002585 00000 f -0000002586 00000 f -0000002587 00000 f -0000002588 00000 f -0000002589 00000 f -0000002590 00000 f -0000002591 00000 f -0000002592 00000 f -0000002593 00000 f -0000002594 00000 f -0000002595 00000 f -0000002596 00000 f -0000002597 00000 f -0000002598 00000 f -0000002599 00000 f -0000002600 00000 f -0000002601 00000 f -0000002602 00000 f -0000002603 00000 f -0000002604 00000 f -0000002605 00000 f -0000002606 00000 f -0000002607 00000 f -0000002608 00000 f -0000002609 00000 f -0000002610 00000 f -0000002611 00000 f -0000002612 00000 f -0000002613 00000 f -0000002614 00000 f -0000002615 00000 f -0000002616 00000 f -0000002617 00000 f -0000002618 00000 f -0000002619 00000 f -0000002620 00000 f -0000002621 00000 f -0000002622 00000 f -0000002623 00000 f -0000002624 00000 f -0000002625 00000 f -0000002626 00000 f -0000002627 00000 f -0000002628 00000 f -0000002629 00000 f -0000002630 00000 f -0000002631 00000 f -0000002632 00000 f -0000002633 00000 f -0000002634 00000 f -0000002635 00000 f -0000002636 00000 f -0000002637 00000 f -0000002638 00000 f -0000002639 00000 f -0000002640 00000 f -0000002641 00000 f -0000002642 00000 f -0000002643 00000 f -0000002644 00000 f -0000002645 00000 f -0000002646 00000 f -0000002647 00000 f -0000002648 00000 f -0000002649 00000 f -0000002650 00000 f -0000002651 00000 f -0000002652 00000 f -0000002653 00000 f -0000002654 00000 f -0000002655 00000 f -0000002656 00000 f -0000002657 00000 f -0000002658 00000 f -0000002659 00000 f -0000002660 00000 f -0000002661 00000 f -0000002662 00000 f -0000002663 00000 f -0000002664 00000 f -0000002665 00000 f -0000002666 00000 f -0000002667 00000 f -0000002668 00000 f -0000002669 00000 f -0000002670 00000 f -0000002671 00000 f -0000002672 00000 f -0000002673 00000 f -0000002674 00000 f -0000002675 00000 f -0000002676 00000 f -0000002677 00000 f -0000002678 00000 f -0000002679 00000 f -0000002680 00000 f -0000002681 00000 f -0000002682 00000 f -0000002683 00000 f -0000002684 00000 f -0000002685 00000 f -0000002686 00000 f -0000002687 00000 f -0000002688 00000 f -0000002689 00000 f -0000002690 00000 f -0000002691 00000 f -0000002692 00000 f -0000002693 00000 f -0000002694 00000 f -0000002695 00000 f -0000002696 00000 f -0000002697 00000 f -0000002698 00000 f -0000002699 00000 f -0000002700 00000 f -0000002701 00000 f -0000002702 00000 f -0000002703 00000 f -0000002704 00000 f -0000002705 00000 f -0000002706 00000 f -0000002707 00000 f -0000002708 00000 f -0000002709 00000 f -0000002710 00000 f -0000002711 00000 f -0000002712 00000 f -0000002713 00000 f -0000002714 00000 f -0000002715 00000 f -0000002716 00000 f -0000002717 00000 f -0000002718 00000 f -0000002719 00000 f -0000002720 00000 f -0000002721 00000 f -0000002722 00000 f -0000002723 00000 f -0000002724 00000 f -0000002725 00000 f -0000002726 00000 f -0000002727 00000 f -0000002728 00000 f -0000002729 00000 f -0000002730 00000 f -0000002731 00000 f -0000002732 00000 f -0000002733 00000 f -0000002734 00000 f -0000002735 00000 f -0000002736 00000 f -0000002737 00000 f -0000002738 00000 f -0000002739 00000 f -0000002740 00000 f -0000002741 00000 f -0000002742 00000 f -0000002743 00000 f -0000002744 00000 f -0000002745 00000 f -0000002746 00000 f -0000002747 00000 f -0000002748 00000 f -0000002749 00000 f -0000002750 00000 f -0000002751 00000 f -0000002752 00000 f -0000002753 00000 f -0000002754 00000 f -0000002755 00000 f -0000002756 00000 f -0000002757 00000 f -0000002758 00000 f -0000002759 00000 f -0000002760 00000 f -0000002761 00000 f -0000002762 00000 f -0000002769 00000 f -0000193114 00000 n -0000193147 00000 n -0000192994 00000 n -0000193027 00000 n -0000192874 00000 n -0000192907 00000 n -0000002770 00000 f -0000002771 00000 f -0000002772 00000 f -0000002773 00000 f -0000002774 00000 f -0000000000 00000 f -0000192264 00000 n -0000192343 00000 n -0000192430 00000 n -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000192754 00000 n -0000192787 00000 n -0000192634 00000 n -0000192667 00000 n -0000192514 00000 n -0000192547 00000 n -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000088964 00000 n -0000089043 00000 n -0000089130 00000 n -0000196816 00000 n -0000031145 00000 n -0000054322 00000 n -0000089824 00000 n -0000089574 00000 n -0000089699 00000 n -0000080138 00000 n -0000087450 00000 n -0000088329 00000 n -0000055193 00000 n -0000055407 00000 n -0000055623 00000 n -0000055840 00000 n -0000056187 00000 n -0000056536 00000 n -0000056753 00000 n -0000056970 00000 n -0000057187 00000 n -0000057835 00000 n -0000058227 00000 n -0000058935 00000 n -0000059154 00000 n -0000059371 00000 n -0000059590 00000 n -0000059807 00000 n -0000060026 00000 n -0000060243 00000 n -0000060462 00000 n -0000060679 00000 n -0000060898 00000 n -0000061114 00000 n -0000061327 00000 n -0000061540 00000 n -0000061755 00000 n -0000061971 00000 n -0000062187 00000 n -0000062403 00000 n -0000062619 00000 n -0000062835 00000 n -0000063051 00000 n -0000063267 00000 n -0000063486 00000 n -0000063702 00000 n -0000063918 00000 n -0000064134 00000 n -0000064350 00000 n -0000064566 00000 n -0000064782 00000 n -0000064998 00000 n -0000065214 00000 n -0000065430 00000 n -0000065646 00000 n -0000065863 00000 n -0000066079 00000 n -0000066295 00000 n -0000066513 00000 n -0000066732 00000 n -0000066951 00000 n -0000067170 00000 n -0000067389 00000 n -0000067608 00000 n -0000067827 00000 n -0000068046 00000 n -0000068265 00000 n -0000068484 00000 n -0000068703 00000 n -0000068922 00000 n -0000069141 00000 n -0000069360 00000 n -0000069579 00000 n -0000069798 00000 n -0000070017 00000 n -0000070236 00000 n -0000070455 00000 n -0000070672 00000 n -0000070888 00000 n -0000071104 00000 n -0000071322 00000 n -0000071541 00000 n -0000071760 00000 n -0000071979 00000 n -0000072198 00000 n -0000072417 00000 n -0000072636 00000 n -0000072855 00000 n -0000073074 00000 n -0000073293 00000 n -0000073512 00000 n -0000073731 00000 n -0000073950 00000 n -0000074169 00000 n -0000074388 00000 n -0000074607 00000 n -0000074826 00000 n -0000075045 00000 n -0000075264 00000 n -0000075481 00000 n -0000075697 00000 n -0000075913 00000 n -0000076131 00000 n -0000076350 00000 n -0000076569 00000 n -0000076788 00000 n -0000077007 00000 n -0000077226 00000 n -0000077445 00000 n -0000077664 00000 n -0000077883 00000 n -0000078102 00000 n -0000078321 00000 n -0000078540 00000 n -0000078759 00000 n -0000078978 00000 n -0000079197 00000 n -0000079416 00000 n -0000079635 00000 n -0000079854 00000 n -0000054389 00000 n -0000054626 00000 n -0000054678 00000 n -0000088899 00000 n -0000088834 00000 n -0000088769 00000 n -0000088704 00000 n -0000088639 00000 n -0000088574 00000 n -0000088509 00000 n -0000088444 00000 n -0000087640 00000 n -0000087705 00000 n -0000087575 00000 n -0000086493 00000 n -0000086558 00000 n -0000086931 00000 n -0000086428 00000 n -0000086363 00000 n -0000086298 00000 n -0000086233 00000 n -0000086168 00000 n -0000086103 00000 n -0000086038 00000 n -0000085973 00000 n -0000085908 00000 n -0000085843 00000 n -0000085778 00000 n -0000085713 00000 n -0000085648 00000 n -0000085583 00000 n -0000085518 00000 n -0000085453 00000 n -0000085388 00000 n -0000085323 00000 n -0000085258 00000 n -0000085193 00000 n -0000085128 00000 n -0000085063 00000 n -0000084998 00000 n -0000084933 00000 n -0000084868 00000 n -0000084803 00000 n -0000084738 00000 n -0000084673 00000 n -0000084608 00000 n -0000084543 00000 n -0000084478 00000 n -0000084413 00000 n -0000084348 00000 n -0000084283 00000 n -0000084218 00000 n -0000084153 00000 n -0000084088 00000 n -0000084023 00000 n -0000083958 00000 n -0000083893 00000 n -0000083828 00000 n -0000083763 00000 n -0000083698 00000 n -0000083633 00000 n -0000083568 00000 n -0000083503 00000 n -0000083438 00000 n -0000083373 00000 n -0000083308 00000 n -0000083243 00000 n -0000083178 00000 n -0000083113 00000 n -0000083048 00000 n -0000082983 00000 n -0000082918 00000 n -0000082853 00000 n -0000082788 00000 n -0000082723 00000 n -0000082658 00000 n -0000082593 00000 n -0000082528 00000 n -0000082463 00000 n -0000082398 00000 n -0000082333 00000 n -0000082268 00000 n -0000082203 00000 n -0000082138 00000 n -0000082073 00000 n -0000082008 00000 n -0000081943 00000 n -0000081878 00000 n -0000081813 00000 n -0000081748 00000 n -0000081683 00000 n -0000081618 00000 n -0000081553 00000 n -0000081488 00000 n -0000081423 00000 n -0000081358 00000 n -0000081293 00000 n -0000081228 00000 n -0000081163 00000 n -0000081098 00000 n -0000081033 00000 n -0000080968 00000 n -0000080903 00000 n -0000080838 00000 n -0000080773 00000 n -0000080708 00000 n -0000080643 00000 n -0000080578 00000 n -0000080513 00000 n -0000080448 00000 n -0000080383 00000 n -0000080318 00000 n -0000080253 00000 n -0000080073 00000 n -0000087385 00000 n -0000087320 00000 n -0000088264 00000 n -0000089454 00000 n -0000089487 00000 n -0000089334 00000 n -0000089367 00000 n -0000089214 00000 n -0000089247 00000 n -0000089902 00000 n -0000090108 00000 n -0000091127 00000 n -0000101219 00000 n -0000166809 00000 n -0000196863 00000 n -trailer <]>> startxref 197054 %%EOF \ No newline at end of file diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/ai/glyphicons_social@2x.ai b/core/static/plugins/glyphicons-pro/glyphicons_social/ai/glyphicons_social@2x.ai deleted file mode 100644 index 684166d..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons_social/ai/glyphicons_social@2x.ai +++ /dev/null @@ -1,2958 +0,0 @@ -%PDF-1.5 % -1 0 obj <>/OCGs[6 0 R 7 0 R 8 0 R 258 0 R 259 0 R 260 0 R 507 0 R 508 0 R 509 0 R 756 0 R 757 0 R 758 0 R 1005 0 R 1006 0 R 1007 0 R 1254 0 R 1255 0 R 1256 0 R 1503 0 R 1504 0 R 1505 0 R]>>/Pages 3 0 R/Type/Catalog>> endobj 2 0 obj <>stream - - - - - application/pdf - - - glyphicons_social@2x - - - Adobe Illustrator CS6 (Macintosh) - 2013-07-01T14:18:28+02:00 - 2013-07-04T08:22:26+02:00 - 2013-07-04T08:22:26+02:00 - - - - 256 - 140 - JPEG - /9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgAjAEAAwER AAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE 1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZ qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp 0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo +DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8AjOq+UfPltarb23k7VX8w zWGr2nm/Wjb3sz3t1cxzsjRzRSehcQyBU4fuTwam/IrirOofKkvmvzv5btbfSde0ry7qttAvnyzv dOuLS1uZtGhR7Pm8qAUlb921CKhR3xVhWl/kP55t/wAvtM8ww276dqLraW0mi21ldG8kcaosn1m/ hdvi9FF5CiL8NKnviqd+ePIf5ty+cNeNul3qmqyvcEa5aWb2MM8baPbRssRrNGjMivAp5mrjx2xV M9O8s6Kdcjm0f8udf0jynHd2hube5W4BnkSEhpBYPHOyLH0kep9Xp1yjMLra3cdk5DHxKlGEjHaz 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 3Svxde+Kv//Z - - - - proof:pdf - uuid:65E6390686CF11DBA6E2D887CEACB407 - xmp.did:0980117407206811822AE85E025903C5 - uuid:7b740b4c-36fe-634b-85fb-f95d734705f9 - - uuid:ec692a43-371b-4c4f-985a-b39d8cc38da9 - xmp.did:0180117407206811822AB5E550F375DC - uuid:65E6390686CF11DBA6E2D887CEACB407 - proof:pdf - - - - - saved - xmp.iid:F77F1174072068118083C7F0484AEE19 - 2010-09-26T16:21:55+02:00 - Adobe Illustrator CS5 - / - - - saved - xmp.iid:0980117407206811822AE85E025903C5 - 2013-07-01T14:18:27+02:00 - Adobe Illustrator CS6 (Macintosh) - / - - - - Web - Document - 1 - True - False - - 1152.000000 - 674.000000 - Pixels - - - - Cyan - Magenta - Yellow - Black - - - - - - Default Swatch Group - 0 - - - - Black - RGB - PROCESS - 0 - 0 - 0 - - - R=255 G=183 B=188 1 - RGB - PROCESS - 255 - 183 - 188 - - - - - - - Adobe PDF library 10.01 - - - - - - - - - - - - - - - - - - - - - - - - - endstream endobj 3 0 obj <> endobj 10 0 obj <>/Resources<>/Properties<>/XObject<>>>/Thumb 1623 0 R/TrimBox[0.0 0.0 1152.0 674.0]/Type/Page>> endobj 1507 0 obj <>stream -HWɮ$Wt=U#'|4lφd`{GD_YX$3?9>~~r\~rXq>p??/?ۻŗw|]ukwn8MDJDLDNDP%QrC+5!~g]L~+) -UQMH`O_;gd&4Mr!}bi`p;Xh;Wc )t:B*}:gњ?',WE %"G8^2hNn%®m 'l1ƾy;qt0 فp -'#<mMbůxXO.!La²MZ63 -G:ZxYt ϻ\΢.%e2u`CQ]heѝn7د0o}{u,*ar^j f P ($*3PRpLIV7\ؘض(l}2N+f2h5 ƺFL tdx!'YLgc[Īxv]h8MA;+f$jRVH=͐LLTK -a<m:4X~.µ!0 Ex8aWdvȩ. -Jzj1p8|H[#-%sa9( *ʗ2@)SEF <#'ͱYƩOKJ.zѹ^+ު_a̬~ę]+:T$l #2Pv! Tƣh"!msP_-?&cmZ i#]~֋2tWXmf~l~)g|X͆le5M,+,_1~Om-s_ڠ:X(Up%)I\Հ`=<\:5n4SV-/7shC+8p - *O$/fs2%ؖhz#6jQxc]3`u5:XLr}S'+6ªջ{ ;xZte Kp"85DlTŃuoECqpL4jyxo (4PiXD7clŕJ5 @m3 c5EpUL .y MF\bHO.ӫcSg9]D)76#@명Y~G]Ͳ r^>9RmwIwSw_.xg@;ҔgA5k|>&@oab0?[m:!v~V -1YE[~̅tN/WS7rc+Tnf~,"|:gkd(^ɠpzG8 xѼ* 瓀El=cgY.w={쇅 BML㇏#R*'TsQʳM -+z[åv)󠠀ޯ+c9$Q2k9 RYّ32j(X$X# -W^K2F1EbӴXƤbŕ0 -LiQKN!Eé\8Ym@Y'xt?ٳCE8!-W -U4Bʙ~m|O;jF/1k3LOK%-J'>X詋9=ዢg }P{oYAaVf%%!KMiUx-u4s/)d3 ~#| FjbLn6P*i@.B:j꜂US~{hfh~%Qb(l_0˚+Pκ7dG -lB"I#r.~I${+FTp$eūbQ)<:d-v I@/y3pa[V"TU* My{nlyIIz0O*>#t{ٞ>={N,{~Es0zD;W>XH@buJ~g$苁Fwv I7 `gxm02 yҜF$@#8!S9X9ŎJ J.\-Ye)SX0ӳcT=0@Vs%Yua-3j.03B1oќ?9c@9Կ -4FFρV$f=nC~O(qDq (Sd T픩c)$/ d+m}Xlly7,8d{aTts`)VK TRfN1-{3k*+A*N6!HĆ z`cc2ڠ(\ۈB}JOe]=fe=U3CC`"_2)pG͎ˋH!tx yeπc[Гb31S ${XiUlx`/k]"\-7Be\1CgeRpT.uV2tV9mҤaY,S.C1yy8o6>}]J>k&HRBzh@#Q&+ rPQH -{rMh2#K)ҹP@f" -.QI8T YP5-:E$6pvzx(K`@)5I,NuP8~OX\.Qo8TsEoʦn ->4l;c,imtkVMe&n0):(sIiiN,=֓u+Ј8|/?}fmx|uXgmFXwOÕBɐ[ (4ORR'PFA3ǾZAxy\VU)Y*Ԯ@ -i -"Kz72\JяdI(_Y2,JEAy^K,ԙ%"\S>ݣ=_-ȭńM5޻L ?|6) %m)(-2j+l}X\ -}^&sPR*LnIa$ڃjJS?EEg|y?p"v$Yr)KO -:3v~!C:Vw3 $ 4lPcm˵Y<-fQ6O|!pPU(ݪ2C70LU/0^;vp$<PiEYBYVp<.9 +$!}#T/ jexfۏ6mk@< <گ͹&φo ĄE 8=|RĊ"IP«=0PFc*oZjOULCK1m2mX$`A_ഀi*fncڴ/OHT@q|?Utw[]'.N{[`;NZ% /R p&n҂&ʻYq_(KBg_^\݅*:tUumK<@سYlH1 Y>GUxX --,4-bWoD?2Yz\0X\hS83J?b2bgy:- `;GLi8ojQ3YL_>q۷O{G:Hmrny'^A@Fu=%GJ1A5A)ўFC& ڴPY26z: ]z~Nx5&5J- a׆ 6MIuzK*ڰFJ_$X<v 7n\:nҜ-9\%6+ Ӑ8J병*j}((j\`gdc#@U'1\ ,k!6i-=y~醫;}$Ӵ4MC"f8HJ(v=X% T+M)xrco;Y,zdO*|2%?*0݅1PrZKT$9/U/%WdlUxrŒ/UR1vK#3,Dyl>[R%{k9Y=cbwgo9]f6zEdCSp\P,eѮI6ה~QZT(؆nY\w%PPCaרǩ5=ڬr5L {DT>=c{DiZ2umI'{b4̑E~o;e=NH;2[,<2M=J>ʽ+bP kk*TM6bI==Ѹv[Hb47uX{墜}%^.s4Y!u\o­PWXV /opba+"SmHp2' eii\]Sx*"dyQ~8a4%it 7>}Jl9h;ݺKVF{ ~lY -[4bP)Fkvz<' 7D/]Pm LPUNi/!灏B6`Ɂ # -W{b3tϞœ&%aS4i1Q. -le)'k6OTx3hB3yPniz{'H4>.SFɽӴN&iTuɤdYbk*D7 `o" ij#p79uJtS$WN!VLmQt*lI}BQF fwڥRu@4ؕHa^̘4]Bt$4gZpۣm +%r>0[&Z%dF'ԪDL](x@7Q$/!ڢm*eWxR~^'QƩF$FQ+_!]&&E -ںpet97c) ۀceKEI#phn 3b-8S5eq>$K)eve9qEYK*i{/濾K\%0(-/N Ob=@<0OͺKSv{oή}o޸7Ͷ{ }zݶ]>D*%Ań Cݞ9?.׹q!#'xw^|Zqwp/Ň0.O$WQ|Qb<c|?㈬ - /Nce/*S<>}GjϣӋx:Oyx%no?'Ŝ΋49fi\KosL%5bvo-,儜˅iNqG^z>npv؎9>nyo޿߾nwJ;Nm"9hg;ud4xm;D;i>olԛ(+_ǍI{}}=r侟.ϫ&ؔt k888VHq\ZFA=[ʓ:4xOOoܤ> ˷pJaݯ}y/>\<Y@ N4ߧ!W[M1jIWdTRVc2Tš4櫝UơK+ OQ~\#.foL޷ $z/ -:vw1; .&차fy)k|+X"h?z CD -bW#bT1;` 3 -Rc3|cg/=]'ˇhLf6(HK۔}I#~@% a3^) wjRcIY$36߮ 4l1]f?^bx.E5zfQ+uDߗm2_S~|Q)Y D[/ja1XBf~TR rWGiߏW?6g@c>?hE:#GaX0[49J[c -m|bBO08ֳFPQ :]Q^.yu ,el*U#1K3[$kqH[i~}n{%p `gU0Jj jpWvف; ]4M&hfbJC4@46Rb$V"75ǫ] 2;+jdY86ң㊄xRڮ4&.UX_O^kd}F#r- .E&Ǫ0}EբFg,gc#[E{hvsmqaN\۽bYN[%bmI\_Œ+C[ŭlyF_{ Fop?jnJS++fI# ֏e.rͺ[[c]N` -2wmK+iųQWSXQ!b ඖB awJAm -"K-*2]O5)va162bQ0&x<򺮿߶=[F)%;2.o)Q Qa^Y?):I[f;wXXfC[ -kY>zCы#m4ޯ-d;v㔵i~sʭ˪1m#YB揸#Rd;X -# zfV>7v: 3RBPN`Ue<*"%JS`Fdk`Q<[ [m<dg-y[;N&stz {M},=Oݐ~/rՓ\ܒ|:lIowza=T,r F+(A ]U E1Sv'W9xe+ԛD 3Y=קPU ިs5_nãdV n%irMbABJe@0Ab LL J5^y,򒚄D:AE%'sUXS[Ը4~SMIނYJI-a=#oVqac9lJQrèUџwF P\1rT#Jk4GxQTяtU -tEᥡExQ}>ɊfD)I^c1_˾\N%'p 6h$Eo" ctiPA&ALECD0$*Ժ1z)(PO 5ePygtJAMtUD=48rJZ*WVѨ vL˻ը͆,/I89Y^ _75zwt16rKVZn!x׆|M~7 W٢i%<u+vgnzlE A76ЋTC+OrsjdA:] K;Ҕ8L'.)lOd:̘аqZxD˪KIt麏)Vq|2`GZhGcYXn?_䒃W`D HH(`8YE`RA{&m_&#WҲf:YlNEA-gL%3@`#  -9;ҌTeV{Q#Cm^8"$.#E.SI.c kŬI{\U) -!Xk.z˪H@*?UѯQDI,bZ?BD 7v~%3+ˉe,{g@faFQ2Mt1[\5;I") D^J=6,*]`+41|Žg̫y-uSm8-ѫ7b2B"Tʹg%9myD -% )24eEBi#!J2YxÊMxb 6E*3Ie(/:iQ-JTFz 'ij}waXzl%`C!ʢ,zaP{%qk*S\Tx5 a - -=̤²'&VDwvfd|*#8T-An*"rv }*bN⪂fw7E<^湵Mh7g@Z,HF[og -LMȧ~[R7?}?W~ xc9T&c]e6.P˿1>0?a ʬz KJ`) /^Ǵ%o9˶;+r-NL66Ak&fwkj5/}}NR@*M4=jaP !lb0c%td/n&&6/lOӰ -440kd r2zƐGeo𴣔{G!>Ϯq W|ȓ{,HisR"_W{b|GIC3 arf~ 5f([5!,)=* -{*KnRRŪ -$aUU諠6e$3yWP?% Jl" kNUS!³JJZLB{DPf<NdG]?TFeザCp$BXS pUŏːBdnhMЈq&)%crEn1HmG(Y)AH<6} 6Rpٰd4g9%D=lka=gaڃeһ~aM0TQ*IQ -^sݧ<;% Q&\{؊eߓJBlb@*]dJuv rެehi+4_w9 ozly ,'XU rHi!􌑻{K&MjuNAm{ -NujB[zd[" W@v!N&\ -Y)"J dI 7k=B2_8LI%|C6 6xUTzzȒ?|篜oHA!TbS*Ut#LUe{4plU'4rH2+BJny2)f/0igS°~t_l꧗U4EКj(g9D K#3%V6ͩ٦N@Y9uCK4_0)牺lZޘT@%Vg$Bf n)m_JP+EU7=?;xͧA^of,?<aņ.W}t~kˬ{>..fqo -j 0(K'sR@]v$ yI@,z'cܗ% -$Ԟ"v> i/7dp?yvhO:*p`xh2;rlssI4&$z{\۠sZHӞnS><|\;A:4y;==oU]Uw\""8Bϐkz>dqT*Z5W-dWE\L kń;*F)o$"q< M]QUeaA d6DnSgW0ph@'FvJДnyU+q9'ٜ$a o4$qOuJYuU&74&ۖ) -d>F3ipҞ垧ӷ"qQO_}u'YA4 G`zWƪ;)IیQqln[nѕ&煾3zGfojJ&ntoP2&KqAբU^P,X19A6FfBbĀ1/(myTJ$fb7 # NV -N(B@)}>%o+j;&$Wợ!gVIAcWB{^{>?-Ķ7kSyքr^w"8A| ]1nC|`XXU>Dʌ5y A -]75/h\ -CsVG5vQ̈́/fHx@wySe?U6d͚aX,1ӝiQYe4i8ۮ{:=/bazYX >5֎g~eݽ>MRDf4R4e -(T`CxL* -6c&'qQA!Ey@.ܯCI-sIPn?mB"&d*!VQ|fee"y!Ǫ!7Ok,eV}^{fQi5!+ ðw?.s}L\Nپz!yɑ -}:xig ;R:Ax@"wFh *xfmDHҘ6 -a\U>!̋ -)\^o/&[q)*E"N! FeRhU_.I4|svŊd{l>v^N)U1by$(]~⠉4)P)6%x5ƒC^JU/q}IcކԓJVDNQRzRU{Fa4{S]!< +G_>wJx%ƠEܭ@y {xgEn𴠚E{e:PF$ ‘m6.CwŗBؙI]T=aT~9m~3ceU$b.ȁYA8^v mʽVxHv Ba^oXsVDQ3P.Y` G{ەU(Vc![+:֘܁(+ϣTGC_u06<8/|9 7zȳfӔhSrwpǻ1)yAQ^x^<T.\ Y%lgkV`nA5v0 /8hEC{5mЫnZӀi4Ȉ=ٟ㭴ϽýD/FȽsljFS$4xRR@JI [Fets6V ~6^vLD"YInDqK8~|l8?s}Eލ@8SΡ-ǖjXzȼwSV3!gVFEA}=c%8:X]qMt$p!!10g8XY)eƙV -ya%5rYeKne 1հ =XԮE2n^·D{v¨$lR6NGY JP Uɷi;a4'gAI CB213dh+iam,lc>Mj\Q/~`p BT"2JR9U]_R,7S8Aډ0X#J#pv_&hlWsJ>ox4S!8cw`c|]SPT'n*7<+TXU3KK ?ENQfy><3 9fftcƈ"[O  , m<6+kޗ#d.F,@’ZUÏyoóxޡ;@V=}}}lBNUzj<P={3M' -Q[o}kEHFc"@rlAQ/4Fi$Q"Wdwqg oїtХGBsW7^K5^** 鴇48IH+J/X2u vhkf4O”Hw6|oox,Dq][ʓD}Ȓ7dМD* AdqnL<xnȒZAˆmK*~%#yc;Q(U:2Pkfblȏx2K`)ij-*D|,oE!(j0 -Y x5>>,&8;XM4f7>̦Q5v0kVZ((l !lHr2>s{25e`F [GH}I5[>¹}(4Nv0*1i6)4⏛@B)2+{>g[zϟ?? (drt\,l-r Nd$Rzd=qY;/ '}zdqhWǙ^! -#qnpݐ!=.3⊞ -L+x*5J^XyOx>$gI"L.c53}jC*n0 ZC*[G8wF<eQޫ@SvW$ l-OՄِާsnxxog-x Ph! -H5wIG$ 0m Kք(j`t=S{N>%Zֺdq{eqN/i'3||r-\NFS~'{ecKm/a^X<]L@JOS`c]"VI!/3Dghg@nVR=ii$mk$BǾc_ģ -rOǤZ4ʳz, {X4AW'M˜xQW^%߀CLK}`x (j/W -?tc΅o $Ras7Pκ=`Ԯ NtR]2 D傾xN_m )nvȞQeҮH@mDiY ,:*Su`֙R,,RHSaih{ԭe(KJ 14p:^5V bi!DŽbBh+T%xLdd0E7wR04t$:f鐳ڇΑ؆]z ց})18TiFYkH{rR/eox:0HhνK`Lwpqt4p_¬q1 fr02Xzj}8񓂛ѭ2b-8M~ Y@x~S?iI;^R!J;nL"U 2N!ӖnB!eBf3AQiv0I|jάsF/)̌WVEdNs𭃌2\Ua7I 19I/#PqQ}S7 j%Er -am 3 Zr';mxf -F)5yDtx>~JH -e7$n  j -@@,-b W(+RPG+ehr4=9wMat{RN'Ş+2ɪ}aɹH$9[7ba4OH4Q*0Aɔ}y@17p| ֽ_&6g7|{EesOf&gX`:-uĦڥ+ELXREG@ J"yMRa^Ҕ~w"aDT*wQ~Yx@]Gr?R5[ČǒP=x7F;hķƱ@/F;pߔ0L8o"A  QdPvmڽuJFBTҊ _cfRChٗi$l r8Z |=dZV\0y;ѢnYe=@RPT(Z2fL >#X..SHM_yon68Na)k15q+S9ekj6u*pB`o\D?wITKژfTznS) ו65Q+՞/kuP! -UZb&MR"o*TT*YelW;}H!ChX O=F*feFDG\n֫4Ů9%%oSITHfC*siaBhʵIM~*gp=/_bxswun%x-Qǡ•?8v{d.n3Rl{R=aq yCvdop*XG@ mI3bƣt,yLNjVK-zXAR>l7_9~'5g:w PNS(F+fn3Mڏ!2yildRpZQK.θh3MhnZrS:KUf h-ÿFCr%&ٝ '&.8mL䞮D]:cvv(s+&);\kKx?~9E/v6bI!(\ ~/2FV!&(mY&ՅH2$G2H>LJ*ݻF pnR\aRIYYDZ#IJ:\#~:XI1,iD]1_2Uwd ȴ'{/;5OOmܺvɹMAwH%:${Qҹ3qVK&3񫨝g0n0ј]#^L(O'+[:nvz1A#5|zO -s* ,E@Q]ש7)VE {@ j֑^fB %Gۢfa` e<%P5 e⡶M"`=gj4Ƿr#n=KRӡd6/1 G-S9jP8v8_w^`쎄1Z-Bl3Vv9&$,]/Fmb@ߜd2TdH>j[Sl|IJCZDBU|p nA|J79* Ô^mJZ3! }OthzxVnnY\EW.Ls&W0^D#z%i,F4[bQF>qw L1>+lLp?2%K璁d%_{P& E5/kS8J1  J [0b ,w8&8# fmo8f>qV<:3|^01{88|~~?t^RKÒ/gyO9FDUK0W:߱|*bM?J75MƆknȁ0{aUjtLa3qx~?ayeo±8_P*(R֡TPe<j?Ĩrb<VHp.x 4 p˶{b/#}XK0ʒ|{ zMwC~~(=.@S?yFSQ!cI흯?g9p Dwmi@Bbhb=Lq o֗m/ h5=dYA{軨*eK %w0hn%`72VGY,%ă,O5tWFۏ C-c=axo}ƏkqfCs$.}KfVNi L-HIDL9/AņʘۈweK5w@΍s߷۔l߄ -YT|yЮiJޛ?nȳn61&aт˨VA2|wukMTMBgGV ձY@]:`;GX4dRPη+g7OAvG-|Niu_ -y^ O5릊 |{^\pEgYnjj،b"\!pzaL|ָ&_ךQ'@Lyby3b'i9"7+h$` Uqa2{ ,I0SAа> ]V &BRCMוG0#$d61пyTbf5ٔp"lԭ}g(WNS'MȾ="[y_8jq!v>C4)ąE#zLOc$_ -VFg0Ĵ[M=(vAfnaȾ lmhG/iR鞱);i | Y]$$_CtFC-=GUa|ToUӉ$V;z} cg6#\QlG]}.oWv,7°{"?0s~Eg:9+iOAYFl}e kkqUmL?4_{U^w¹I#s20L޹D=)ꕐ V|,{bF]4T[dcaӨE9r< tq`t[=wPOVB y΍J {@N4C@dmR  -~=LJx Vm617Yzb,P&WC[rŀ$=!G} 4K]ο{ d0ƴc \l?:niǂ_w -0+f endstream endobj 1508 0 obj <> endobj 1623 0 obj <>stream -8;Z\t5mkCM$j?P/#P4K-9#6)`'bb\W3Q8ls`!"?C*_O\(8e]1rHD7(Hi+TjHQZceT -iIhbJ."Z#Zmr!8&0I%sp($TP*Y/hsX*sobIdUo;ehKkpch]%m/h)[sQ+ug[XXn+:p -f?mV2!'iHg!#CuC4T~> endstream endobj 1624 0 obj [/Indexed/DeviceRGB 255 1625 0 R] endobj 1625 0 obj <>stream -8;X]O>EqN@%''O_@%e@?J;%+8(9e>X=MR6S?i^YgA3=].HDXF.R$lIL@"pJ+EP(%0 -b]6ajmNZn*!='OQZeQ^Y*,=]?C.B+\Ulg9dhD*"iC[;*=3`oP1[!S^)?1)IZ4dup` -E1r!/,*0[*9.aFIR2&b-C#soRZ7Dl%MLY\.?d>Mn -6%Q2oYfNRF$$+ON<+]RUJmC0InDZ4OTs0S!saG>GGKUlQ*Q?45:CI&4J'_2j$XKrcYp0n+Xl_nU*O( -l[$6Nn+Z_Nq0]s7hs]`XX1nZ8&94a\~> endstream endobj 1515 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 194 -96 96 re -f - endstream endobj 1516 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 218 -48 48 re -f - endstream endobj 1517 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 194 -96 96 re -f - endstream endobj 1518 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 615 235.5 cm -0 0 m --3.867 0 -7 3.133 -7 7 c --7 10.867 -3.867 14 0 14 c -3.867 14 7 10.867 7 7 c -7 3.133 3.867 0 0 0 c -f -Q - endstream endobj 1519 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 356 256 cm -0 0 m -0 -1.1 -0.9 -2 -2 -2 c --6 -2 l --7.1 -2 -8 -1.1 -8 0 c --8 4 l --8 5.1 -7.1 6 -6 6 c --2 6 l --0.9 6 0 5.1 0 4 c -h -f -Q - endstream endobj 1520 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -326 254 -2 12 re -f - endstream endobj 1521 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -322 254 -2 12 re -f - endstream endobj 1522 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -318 254 -2 12 re -f - endstream endobj 1523 0 obj <>/XObject<>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 336 252.6875 cm -0 0 m --0.916 0 -1.781 -0.18 -2.61 -0.443 c --1.613 -1.18 -0.959 -2.352 -0.959 -3.688 c --0.959 -5.918 -2.768 -7.729 -5 -7.729 c --6.335 -7.729 -7.509 -7.072 -8.245 -6.074 c --8.508 -6.904 -8.69 -7.771 -8.69 -8.688 c --8.69 -13.482 -4.798 -17.375 0 -17.375 c -4.798 -17.375 8.688 -13.482 8.688 -8.688 c -8.688 -3.893 4.798 0 0 0 c -f -Q -q -0 g -/GS1 gs -0 Tc 0 Tw 0 Ts 100 Tz 0 Tr /Fm0 Do -Q - endstream endobj 1524 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 527.8691 341.0273 cm -0 0 m -0 5.309 -4.303 9.609 -9.611 9.609 c --14.918 9.609 -19.221 5.309 -19.221 0 c --19.221 -5.312 -14.918 -9.609 -9.611 -9.609 c --4.303 -9.609 0 -5.312 0 0 c -f -Q - endstream endobj 1525 0 obj <>/XObject<>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 527.3047 337.8984 cm -0 0 m -3.723 -5.738 l -10.281 1.695 l -3.711 8.264 l -0.383 4.936 l -0.494 4.35 0.564 3.748 0.564 3.129 c -0.564 2.027 0.342 0.984 0 0 c -f -Q -q 1 0 0 1 531.0078 324.1367 cm -0 0 m --9.533 7.873 l --9.496 7.887 -9.465 7.91 -9.43 7.924 c --10.426 7.557 -11.482 7.315 -12.602 7.297 c -0.008 -5.312 l -13.68 8.357 l -11.699 10.336 l -h -f -Q -q -0 g -/GS1 gs -0 Tc 0 Tw 0 Ts 100 Tz 0 Tr /Fm0 Do -Q -q -0 g -/GS1 gs -0 Tc 0 Tw 0 Ts 100 Tz 0 Tr /Fm1 Do -Q - endstream endobj 1526 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -648 218 -48 48 re -f - endstream endobj 1527 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 194 -96 96 re -f - endstream endobj 1528 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -744 218 -48 48 re -f - endstream endobj 1529 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 194 -96 96 re -f - endstream endobj 1530 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -840 218 -48 48 re -f - endstream endobj 1531 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 194 -96 96 re -f - endstream endobj 1532 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -936 218 -48 48 re -f - endstream endobj 1533 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1056 194 -96 96 re -f - endstream endobj 1534 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1032 218 -48 48 re -f - endstream endobj 1535 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 194 -96 96 re -f - endstream endobj 1536 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 98 -96 96 re -f - endstream endobj 1537 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 122 -48 48 re -f - endstream endobj 1538 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 98 -96 96 re -f - endstream endobj 1539 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 122 -48 48 re -f - endstream endobj 1540 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 98 -96 96 re -f - endstream endobj 1541 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 122 -48 48 re -f - endstream endobj 1542 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 98 -96 96 re -f - endstream endobj 1543 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 122 -48 48 re -f - endstream endobj 1544 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 98 -96 96 re -f - endstream endobj 1545 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -552 122 -48 48 re -f - endstream endobj 1546 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 218 -48 48 re -f - endstream endobj 1547 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 98 -96 96 re -f - endstream endobj 1548 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -648 122 -48 48 re -f - endstream endobj 1549 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 98 -96 96 re -f - endstream endobj 1550 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -744 122 -48 48 re -f - endstream endobj 1551 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 98 -96 96 re -f - endstream endobj 1552 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -840 122 -48 48 re -f - endstream endobj 1553 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 98 -96 96 re -f - endstream endobj 1554 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -936 122 -48 48 re -f - endstream endobj 1555 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1056 98 -96 96 re -f - endstream endobj 1556 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1032 122 -48 48 re -f - endstream endobj 1557 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 194 -96 96 re -f - endstream endobj 1558 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 290 -96 96 re -f - endstream endobj 1559 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 314 -48 48 re -f - endstream endobj 1560 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 290 -96 96 re -f - endstream endobj 1561 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 314 -48 48 re -f - endstream endobj 1562 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 290 -96 96 re -f - endstream endobj 1563 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 314 -48 48 re -f - endstream endobj 1564 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 290 -96 96 re -f - endstream endobj 1565 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 314 -48 48 re -f - endstream endobj 1566 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 290 -96 96 re -f - endstream endobj 1567 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -552 314 -48 48 re -f - endstream endobj 1568 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 218 -48 48 re -f - endstream endobj 1569 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 290 -96 96 re -f - endstream endobj 1570 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -648 314 -48 48 re -f - endstream endobj 1571 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 290 -96 96 re -f - endstream endobj 1572 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -744 314 -48 48 re -f - endstream endobj 1573 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 290 -96 96 re -f - endstream endobj 1574 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -840 314 -48 48 re -f - endstream endobj 1575 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 290 -96 96 re -f - endstream endobj 1576 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -936 314 -48 48 re -f - endstream endobj 1577 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1056 290 -96 96 re -f - endstream endobj 1578 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1032 314 -48 48 re -f - endstream endobj 1579 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 194 -96 96 re -f - endstream endobj 1580 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 386 -96 96 re -f - endstream endobj 1581 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 410 -48 48 re -f - endstream endobj 1582 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 386 -96 96 re -f - endstream endobj 1583 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 410 -48 48 re -f - endstream endobj 1584 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 386 -96 96 re -f - endstream endobj 1585 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 410 -48 48 re -f - endstream endobj 1586 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 386 -96 96 re -f - endstream endobj 1587 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 410 -48 48 re -f - endstream endobj 1588 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 386 -96 96 re -f - endstream endobj 1589 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -552 410 -48 48 re -f - endstream endobj 1590 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 218 -48 48 re -f - endstream endobj 1591 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 386 -96 96 re -f - endstream endobj 1592 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -648 410 -48 48 re -f - endstream endobj 1593 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 386 -96 96 re -f - endstream endobj 1594 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -744 410 -48 48 re -f - endstream endobj 1595 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 386 -96 96 re -f - endstream endobj 1596 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -840 410 -48 48 re -f - endstream endobj 1597 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 386 -96 96 re -f - endstream endobj 1598 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -936 410 -48 48 re -f - endstream endobj 1599 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1056 386 -96 96 re -f - endstream endobj 1600 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1032 410 -48 48 re -f - endstream endobj 1601 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 194 -96 96 re -f - endstream endobj 1602 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -192 482 -96 96 re -f - endstream endobj 1603 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -168 506 -48 48 re -f - endstream endobj 1604 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -288 482 -96 96 re -f - endstream endobj 1605 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -264 506 -48 48 re -f - endstream endobj 1606 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -384 482 -96 96 re -f - endstream endobj 1607 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -360 506 -48 48 re -f - endstream endobj 1608 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -480 482 -96 96 re -f - endstream endobj 1609 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -456 506 -48 48 re -f - endstream endobj 1610 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -576 482 -96 96 re -f - endstream endobj 1611 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -552 506 -48 48 re -f - endstream endobj 1612 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -552 218 -48 48 re -f - endstream endobj 1613 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -672 482 -96 96 re -f - endstream endobj 1614 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -648 506 -48 48 re -f - endstream endobj 1615 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -768 482 -96 96 re -f - endstream endobj 1616 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -744 506 -48 48 re -f - endstream endobj 1617 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -864 482 -96 96 re -f - endstream endobj 1618 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -840 506 -48 48 re -f - endstream endobj 1619 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -960 482 -96 96 re -f - endstream endobj 1620 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -936 506 -48 48 re -f - endstream endobj 1621 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1056 482 -96 96 re -f - endstream endobj 1622 0 obj <>>>/Subtype/Form>>stream -1 0 0 rg -/GS0 gs -1032 506 -48 48 re -f - endstream endobj 1736 0 obj <> endobj 1512 0 obj <> endobj 1735 0 obj <> endobj 1734 0 obj <> endobj 1733 0 obj <> endobj 1732 0 obj <> endobj 1731 0 obj <> endobj 1730 0 obj <> endobj 1729 0 obj <> endobj 1728 0 obj <> endobj 1727 0 obj <> endobj 1726 0 obj <> endobj 1725 0 obj <> endobj 1724 0 obj <> endobj 1723 0 obj <> endobj 1722 0 obj <> endobj 1721 0 obj <> endobj 1720 0 obj <> endobj 1719 0 obj <> endobj 1718 0 obj <> endobj 1717 0 obj <> endobj 1716 0 obj <> endobj 1715 0 obj <> endobj 1714 0 obj <> endobj 1713 0 obj <> endobj 1712 0 obj <> endobj 1711 0 obj <> endobj 1710 0 obj <> endobj 1709 0 obj <> endobj 1708 0 obj <> endobj 1707 0 obj <> endobj 1706 0 obj <> endobj 1705 0 obj <> endobj 1704 0 obj <> endobj 1703 0 obj <> endobj 1702 0 obj <> endobj 1701 0 obj <> endobj 1700 0 obj <> endobj 1699 0 obj <> endobj 1698 0 obj <> endobj 1697 0 obj <> endobj 1696 0 obj <> endobj 1695 0 obj <> endobj 1694 0 obj <> endobj 1693 0 obj <> endobj 1692 0 obj <> endobj 1691 0 obj <> endobj 1690 0 obj <> endobj 1689 0 obj <> endobj 1688 0 obj <> endobj 1687 0 obj <> endobj 1686 0 obj <> endobj 1685 0 obj <> endobj 1684 0 obj <> endobj 1683 0 obj <> endobj 1682 0 obj <> endobj 1681 0 obj <> endobj 1680 0 obj <> endobj 1679 0 obj <> endobj 1678 0 obj <> endobj 1677 0 obj <> endobj 1676 0 obj <> endobj 1675 0 obj <> endobj 1674 0 obj <> endobj 1673 0 obj <> endobj 1672 0 obj <> endobj 1671 0 obj <> endobj 1670 0 obj <> endobj 1669 0 obj <> endobj 1668 0 obj <> endobj 1667 0 obj <> endobj 1666 0 obj <> endobj 1665 0 obj <> endobj 1664 0 obj <> endobj 1663 0 obj <> endobj 1662 0 obj <> endobj 1661 0 obj <> endobj 1660 0 obj <> endobj 1659 0 obj <> endobj 1658 0 obj <> endobj 1657 0 obj <> endobj 1656 0 obj <> endobj 1655 0 obj <> endobj 1654 0 obj <> endobj 1653 0 obj <> endobj 1652 0 obj <> endobj 1651 0 obj <> endobj 1650 0 obj <> endobj 1649 0 obj <> endobj 1648 0 obj <> endobj 1647 0 obj <> endobj 1646 0 obj <> endobj 1645 0 obj <> endobj 1644 0 obj <> endobj 1643 0 obj <> endobj 1642 0 obj <> endobj 1641 0 obj <> endobj 1640 0 obj <> endobj 1637 0 obj <> endobj 1638 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 527.3047 337.8984 cm -0 0 m -3.723 -5.738 l -10.281 1.695 l -3.711 8.264 l -0.383 4.936 l -0.494 4.35 0.564 3.748 0.564 3.129 c -0.564 2.027 0.342 0.984 0 0 c -f -Q - endstream endobj 1639 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 531.0078 324.1367 cm -0 0 m --9.533 7.873 l --9.496 7.887 -9.465 7.91 -9.43 7.924 c --10.426 7.557 -11.482 7.315 -12.602 7.297 c -0.008 -5.312 l -13.68 8.357 l -11.699 10.336 l -h -f -Q - endstream endobj 1738 0 obj <> endobj 1737 0 obj <> endobj 1513 0 obj <> endobj 1636 0 obj <> endobj 1634 0 obj <> endobj 1635 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 336 252.6875 cm -0 0 m --0.916 0 -1.781 -0.18 -2.61 -0.443 c --1.613 -1.18 -0.959 -2.352 -0.959 -3.688 c --0.959 -5.918 -2.768 -7.729 -5 -7.729 c --6.335 -7.729 -7.509 -7.072 -8.245 -6.074 c --8.508 -6.904 -8.69 -7.771 -8.69 -8.688 c --8.69 -13.482 -4.798 -17.375 0 -17.375 c -4.798 -17.375 8.688 -13.482 8.688 -8.688 c -8.688 -3.893 4.798 0 0 0 c -f -Q - endstream endobj 1739 0 obj <> endobj 1514 0 obj <> endobj 1633 0 obj <> endobj 1632 0 obj <> endobj 1631 0 obj <> endobj 1630 0 obj <> endobj 1629 0 obj <> endobj 1628 0 obj <> endobj 1627 0 obj <> endobj 1626 0 obj <> endobj 1503 0 obj <> endobj 1504 0 obj <> endobj 1505 0 obj <> endobj 1744 0 obj [/View/Design] endobj 1745 0 obj <>>> endobj 1742 0 obj [/View/Design] endobj 1743 0 obj <>>> endobj 1740 0 obj [/View/Design] endobj 1741 0 obj <>>> endobj 1510 0 obj <> endobj 1511 0 obj <> endobj 1509 0 obj <> endobj 1746 0 obj <> endobj 1747 0 obj <>stream -%!PS-Adobe-3.0 %%Creator: Adobe Illustrator(R) 16.0 %%AI8_CreatorVersion: 17.0.0 %%For: (Jan Kova\622k) () %%Title: (glyphicons_social@2x.ai) %%CreationDate: 7/4/13 8:22 AM %%Canvassize: 16383 %%BoundingBox: 112 -1464 1032 -959 %%HiResBoundingBox: 112.6777 -1464 1032 -959.6406 %%DocumentProcessColors: Cyan Magenta Yellow Black %AI5_FileFormat 12.0 %AI12_BuildNumber: 256 %AI3_ColorUsage: Color %AI7_ImageSettings: 0 %%RGBProcessColor: 0 0 0 ([Registration]) %AI3_Cropmarks: 0 -1586 1152 -912 %AI3_TemplateBox: 384.5 -384.5 384.5 -384.5 %AI3_TileBox: 173 -1528.5 956 -969.5 %AI3_DocumentPreview: None %AI5_ArtSize: 14400 14400 %AI5_RulerUnits: 6 %AI9_ColorModel: 1 %AI5_ArtFlags: 0 0 0 1 0 0 1 0 0 %AI5_TargetResolution: 800 %AI5_NumLayers: 3 %AI9_OpenToView: -288 -738 1 1784 1084 90 1 0 78 132 1 0 0 0 1 0 0 1 0 1 %AI5_OpenViewLayers: 372 %%PageOrigin:-16 -684 %AI7_GridSettings: 48 48 48 48 1 0 0.8 0.8 0.8 0.9 0.9 0.9 %AI9_Flatten: 1 %AI12_CMSettings: 00.MS %%EndComments endstream endobj 1748 0 obj <>stream -%%BoundingBox: 112 -1464 1032 -959 %%HiResBoundingBox: 112.6777 -1464 1032 -959.6406 %AI7_Thumbnail: 128 72 8 %%BeginData: 9978 Hex Bytes %0000330000660000990000CC0033000033330033660033990033CC0033FF %0066000066330066660066990066CC0066FF009900009933009966009999 %0099CC0099FF00CC0000CC3300CC6600CC9900CCCC00CCFF00FF3300FF66 %00FF9900FFCC3300003300333300663300993300CC3300FF333300333333 %3333663333993333CC3333FF3366003366333366663366993366CC3366FF %3399003399333399663399993399CC3399FF33CC0033CC3333CC6633CC99 %33CCCC33CCFF33FF0033FF3333FF6633FF9933FFCC33FFFF660000660033 %6600666600996600CC6600FF6633006633336633666633996633CC6633FF %6666006666336666666666996666CC6666FF669900669933669966669999 %6699CC6699FF66CC0066CC3366CC6666CC9966CCCC66CCFF66FF0066FF33 %66FF6666FF9966FFCC66FFFF9900009900339900669900999900CC9900FF %9933009933339933669933999933CC9933FF996600996633996666996699 %9966CC9966FF9999009999339999669999999999CC9999FF99CC0099CC33 %99CC6699CC9999CCCC99CCFF99FF0099FF3399FF6699FF9999FFCC99FFFF %CC0000CC0033CC0066CC0099CC00CCCC00FFCC3300CC3333CC3366CC3399 %CC33CCCC33FFCC6600CC6633CC6666CC6699CC66CCCC66FFCC9900CC9933 %CC9966CC9999CC99CCCC99FFCCCC00CCCC33CCCC66CCCC99CCCCCCCCCCFF %CCFF00CCFF33CCFF66CCFF99CCFFCCCCFFFFFF0033FF0066FF0099FF00CC %FF3300FF3333FF3366FF3399FF33CCFF33FFFF6600FF6633FF6666FF6699 %FF66CCFF66FFFF9900FF9933FF9966FF9999FF99CCFF99FFFFCC00FFCC33 %FFCC66FFCC99FFCCCCFFCCFFFFFF33FFFF66FFFF99FFFFCC110000001100 %000011111111220000002200000022222222440000004400000044444444 %550000005500000055555555770000007700000077777777880000008800 %000088888888AA000000AA000000AAAAAAAABB000000BB000000BBBBBBBB %DD000000DD000000DDDDDDDDEE000000EE000000EEEEEEEE0000000000FF %00FF0000FFFFFF0000FF00FFFFFF00FFFFFF %524C45522752527D277DFD042752FF27525227279A93BC6927A85227277D %FD64FF27FF2727A8A8F87D2752F82727522727FFA86FCACA9AF827275227 %7DA8FFA8A8A8FFA8FD5DFF2752F8F8527D27A8277DA827A82752277D276F %A1C4685227F8272727A82752277D522752FD5CFF7D52527D525252FF52FF %A87DFF7D7DA8277DA1A19A9A7DFF527D27A8A87D527D7DA87D7D7DFDFCFF %FDFCFFFDFCFFFD68FF5252272727527DFD06FFA8FD05277DFD07FF522752 %275227FD07FF7D52275227527DFD07FF272727522752FD07FF5227522752 %27A8FD06FF7D52272727527DFD07FF275227522752A8FD06FF7D27522752 %27A8FD06FF7D522727275252A8F8F8F827F8F827FD06FF27F827F827F8F8 %A8FD05FFA8F827FD04F852FD05FFA8FD06F827FD06FF27FD06F8A8FD05FF %A8FD06F827FD06FF27F8F827F8F8F8A8FD05FF52F8F827F8F8F87DFD05FF %A8FD06F827FD06FF27F852A852F8F8FFF827525252F827FD06FF5227FF52 %A8A8F8A8FD05FFA852527DF827F87DFD06FFF8F827FF7DF827FD06FF52F8 %A8275252F87DFD05FFA8F852A87D27F852FD06FFF827A87D7D27F8FD06FF %7DF8277D7DF8F87DFD05FFA8F827FF5227F852FD06FF2727A8A8A827F8A8 %F8F87D277DF827FD06FF2752A8F852A8F8A8FD06FF7D2752F827F852FD05 %FFA8F852FFFFFFF827FD06FF52F8277D5227F8A8FD05FFA8F8A87DFF7DF8 %27FD06FF27527DF8527DF8A8FD05FF52F8277D7DF8F87DFD05FFA8F852FF %7DF8F827FD06FF52277D527D5227FFF8F87DA852F827FD06FF5227FF7DA8 %7DF8A8FD05FF7D52A827F8F8F87DFD06FFF87DA8FFFF52F8FD06FF52F8F8 %A87DF8F8A8FD05FF7DF8A8A87DFFF852FD06FFFD04275252F8FD06FF7DF8 %525252F8277DFD05FFA8F8F8FFF8F8F852FD06FF277D527D527DF8A8F8F8 %52F8F8F827FD06FF27F8F8A852F8F8A8FD05FFA8F85252F8F8F852FD05FF %A8FD06F827A8FD05FF27F8F85227F8F8A8FD05FFA8F827525252F827FD05 %FFA827F8527D52F8F8A8FD05FF52F827522727F87DFD05FFA8F8F8A87D27 %2727FD06FF27F8277D52F8F8FFFD06F852FD06FF7DFD05F827A8FD06FF52 %F87DF8F8F87DFD06FF27FD05F827FD06FF7DFD05F827A8FD05FFA827FD05 %F87DFD06FF27FD05F827FD06FF7DF8F8F827F8F8A8FD05FFA827F8F82727 %F852FD06FF52F8F827F8F8F8FFA8FD057DFD07FFA8FD067DFD07FFA87DA8 %7D7DA8FD08FFFD057DFD08FFFD067DFD07FFFD057DA8FD08FFFD057DA8FD %07FFA8FD057DFD07FFA8FD057DA8FD07FFFD057DA8FDFCFFFDFCFFFD8AFF %A8FFA8FFA8FD09FFA8FFA8FFA8FD07FFA8FFA8FFA8FD09FFA8FFA8FFA8FD %09FFA8FFA8FFA8FD07FFA8FFA8FFA8FD09FFA8FFFFFFA8FD09FFA8FFA8FF %A8FD07FFA8FFA8FFA8FD09FFA8FFA8FFA8FFFF5227F827F82752FD06FF7D %F827F8F8F852FD06FFA827F827F82727A8FD06FF5227F827F82752FD06FF %7DF827F827F827A8FD05FFA827F827F827F87DFD06FF52F87DFF7DF827FD %06FFA8F827F827F827A8FD06FF52F827F827F87DFD06FF7D27F827F82727 %A8F8F82752F8F827FD06FF27F8F85227F8F8A8FD05FFA8F8F8F8277DF852 %FD05FFA8F8F8277D52F827FD06FF27F8F8522727F8A8FD05FFA8FD06F827 %FD06FF27F852FF7DF8F8A8FD05FF52FD06F87DFD05FFA8F8F8F852F8F827 %FD06FF27F827FD04F8FFF8F8277DF8F827FD06FF52F87DFFFF7DF8A8FD05 %FF7DF87D527D7DF87DFD06FFF8F8F87D52F827FD06FF52F8FD0452F87DFD %05FFA8F8F8272727F852FD06FF27F852FF7DF8F8FD06FF7DF852F85227F8 %7DFD05FFA8F8F87DFFF8F852FD06FF27F8A87DF8F8F8A8F8F8277DF8F852 %FD06FF2727FFFF7D7DF8A8FD05FFA8F8A852A8F8F852FD05FFA8F8F87D27 %F8F827FD06FF275227525252F87DFD05FFA8F827277D272727FD06FF27F8 %7DFF7DF8F8A8FD05FF52F87D7D7DA8F87DFD05FFA8F8F87DFF52F827FD06 %FF27F852A827F8F8FFF8F8277DF8F827FD06FF52F8A87DA87DF8A8FD05FF %7D272752A8F8F87DFD06FFF8F852A8F8F827FD06FF52277D275252277DFD %05FF7DFD0527F852FD06FF27F852A852F8F8FD06FF7DF8A87D527DF87DFD %05FFA8F8527D27A8F852FD06FF27F8F82727F8F8A8F8F85252F8F827FD06 %FF27F8F8275227F8A8FD05FFA8F8F8F87D52F852FD05FFA8F8F8F85252F8 %27FD06FF27F827522727F8A8FD05FFA8FD06F827FD06FF27FD06F8A8FD05 %FF52F82727F827F87DFD05FFA8F87D5252A827F8FD06FF27FD06F8FF2727 %F827F8F852FD06FF7DF8272752F852FD06FFA827F8272752F8A8FD06FF27 %27F827F8F852FD06FF7DF8272727F827A8FD05FFA827F827F827F87DFD06 %FF5227F827F82727FD06FFA8F827F827F827A8FD06FF5227272752277DFD %06FF7DF8F827F82727FFFFA8FFA8FFA8FD09FFA8FFA8FFA8FD07FFA8FFA8 %A8A8FD09FFA8FFA8FFA8FD09FFA8FFA8FFA8FD07FFA8FFA8FFA8FD09FFA8 %FFA8FFA8FD09FFA8FFA8FFA8FD07FFFD05A8FD09FFA8FFA8FFA8FDFCFFFD %FCFFFD8BFF7DA87DA87DFD08FFA87DA87DA8A8FD07FFA8A87DA87DA8FD08 %FF7DA87DA87DFD07FFA8A87DA87DA8A8FD07FFA8A87DA87DA8A8FD07FF7D %A87DA87DFD08FFA87DA87DA8A8FD07FFA8A87DA87DA8A8FD07FF7DA87DA8 %7DFFFF27FD05F852FD06FF7DFD05F827A8FD05FFA827F827F8F8F87DFD06 %FF27FD05F827FD06FF7DFD06F8A8FD05FFA827F827F8F8F87DFD06FF27FD %05F827FD06FF7DF8F82752F8F8A8FD05FFA827FD05F852FD06FF52FD06F8 %A8F8F827F8F8F827FD06FF27F827F82727F8A8FD05FFA8F8275227F8F852 %FD05FFA8F8F8F852A827F8A8FD05FF27F827F8F8F827FD06FFA8F827527D %52F827FD05FFA8F8FD0427F8F8A8FD05FF52F8F85252F8F87DFD05FFA8F8 %F827A8F8F827FD06FF27F8277D52F8F8FFF87D7D27522727FD06FF5227FF %FFFF7DF8A8FD05FF7DF8F8522727F87DFD06FFF87DFFFFFF7DF8FD06FF52 %52FF522727FFA8FD05FF7DF87D52F8FFF852FD06FFF8527D527D27F8FD06 %FF7DF827527DF8F87DFD05FFA8F8F8A85252F852FD06FF27F87DFFFF27F8 %A827527D527D2727FD06FF27527D52527DF8A8FD05FFA8F827527D27F852 %FD05FFA8F852FFFFFFF827FD06FF27527DA87DFF277DFD05FFA8F8A82727 %7DF852FD06FF275252F82752F8A8FD05FF52F8FD0452F87DFD05FFA8F827 %7D27F82727FD06FF2752FD047DF8FFF8FD04522727FD06FF52F827F827F8 %F8A8FD05FF7DF8FD0452F87DFD06FFF8F87DFF52F827FD06FF52F8277DFF %52F87DFD05FFA8F8277DA87DF852FD06FFF82752275252F8FD06FF7DF87D %527D52F87DFD05FFA827A8A852FF7D52FD06FF272752A87D52F8A8FD06F8 %27FD06FF27FD06F8A8FD05FFA8F8F82727F8F852FD05FFA8FD06F827FD06 %FF27F8F8F827F8F8A8FD05FFA8F8F8F827F8F827FD06FF27F8275252F8F8 %A8FD05FF52F8F85252F8F87DFD05FFA8F827F8F827F827FD06FF27FD06F8 %FF5252275227527DFD06FFA827522752277DFD07FF522752275227FD07FF %5252272727527DFD06FFA8275227522752FD07FF522752275227A8FD06FF %7D52275227527DFD07FF275227522752A8FD06FF7D2752272727A8FD06FF %7D522752275252FDFCFFFDFCFFFDFCFFFD0DFFA8527D525252A8FD06FFA8 %7D527D527D7DFD07FF7D7D527D527DA8FD06FFA8FD0552A8FD06FFA87D52 %7D527D7DFD07FF7D7D527D527DA8FD06FFA8527D527D52A8FD06FFA87D52 %7D527D7DFD07FF7DFD04527DA8FD06FFA8527D527D527DFFFD04F827F827 %FD06FF7DFD06F8A8FD05FFA827F827F827277DFD06FFF8525227525227FD %06FF7DFD06F8A8FD05FFA8FD06F87DFD06FF27FD06F8FD06FF7DF852FD04 %F87DFD05FFA8F8277D52F8F852FD06FF27F8F827F8F8F8A8F8F8F852FFF8 %27FD06FF27F8F8F87D52F8A8FD05FFA827FD05527DFD05FFA827FD047D52 %27FD06FF27F87D27527DF8A8FD05FFA8FD06F827FD06FF27F8522727F8F8 %A8FD05FF52F852A827F8F87DFD05FFA8F8FF7D7D7DF827FD06FF27F85252 %52F8F8FFF8F8F8FFA8F827FD06FF52F8A87DFF7DF8A8FD05FF7D2752A87D %7DF87DFD06FFF8525227525227FD06FF52F8FF5252A8F87DFD05FF7DF87D %5227FF2752FD06FF2752F8527D27F8FD06FF7DF87D27A827F87DFD05FFA8 %27FF5227FF5227FD06FF2727FD0452F8A8F8F8F8A8A8F827FD06FF52F87D %FFFF52F8A8FD05FFA8F827527D27F852FD05FFA8275252F8522727A8FD05 %FF52F827FF7D27F8A8FD05FFA8F87D2727A82727FD05FFA82727F8275252 %27A8FD05FF52F8277D277DF87DFD05FFA8F8FF7D2752A827FD06FF27F87D %5252F8F8FFF8F8F8A852F827FD06FF52F87DFF7DF8F8A8FD05FF7DF8F852 %2727F87DFD06FF27A8FD047D27FD06FF52F827A87DF8F8A8FD05FF7DFD06 %F852FD06FF272752272752F8FD06FF7DF852527D7D277DFD05FFA8F852A8 %52FF7D27FD06FF27F8525227F8F8A8F8F8F87D52F852FD06FF52FD06F8FD %06FFA8FD06F852FD05FFA8275252F8522727FD06FF52FD06F8A8FD05FFA8 %FD06F852FD06FF27FD06F8A8FD05FF52FD06F87DFD05FFA8F8F8275227F8 %27FD06FF52FD06F8FF7D7D52A87D7DA8FD07FF527D527D52A8FD07FF7D52 %7D527D52FD07FF7D52527D5252A8FD07FF527D527D527DFD07FF7D527D52 %7D52FD07FFA87D527D527D7DFD07FF527D527D527DFD07FFA8527D525252 %FD07FFA87D527D527D7DFDFCFFFDFCFFFDFCFFFD0DFF7D2752272727A8FD %06FF7D272752272752FD07FF275227522752A8FD06FF7D27522752277DFD %06FFA8522752272752FD07FF525227522752A8FD06FF7D27522752277DFD %06FFA8522752275227FD07FF5252272727527DFD06FFA8275227522752FF %F8F8F82727F827FD06FF52FD06F8A8FD05FF7DFD06F87DFD06FFFD06F827 %FD06FF52FD06F87DFD05FFA8F8F852F8F8F852FD06FFF8F8F827F8F8F8FD %06FF7DFD06F87DFD05FFA8F8F82752F8F852FD06FF27FD06F8A82752277D %A8F827FD06FF27FD04F827F8A8FD05FFA8F827275252F852FD05FFA8F8F8 %7D7D52F827FD06FF27F87D7DFF52F8A8FD05FFA8F8F87D5227F827FD06FF %27F827A87DF8F8A8FD05FF52F8FD0427F87DFD05FFA8F8F827A827F827FD %06FF27F827522727F8FFF8A8F87D7D2727FD06FF52F852275227F8A8FD05 %FF7D272752A87DF87DFD06FFF87DFFFF7DF827FD06FF52F8A87DFF27F87D %FD05FFA8F852522752F852FD06FF27F827A87D27F8FD06FF7DF8A827527D %F87DFD05FFA8F852A8FFA8F852FD06FF27527D527D52F8A8F8527D27A8F8 %27FD06FF272752522752F8A8FD05FFA8F827527D27F852FD05FFA8F827FF %FFFFF827FD06FF2727A8A8FF52F8A8FD05FFA8F827525252F827FD06FF27 %27527D522727A8FD05FF52F827FFA827F87DFD05FFA8F8F87DFF52F827FD %06FF2727FD045227FFF8F87DA8F8F827FD06FF52F8FD0427F8A8FD05FF7D %F82752F8F8F87DFD06FFF8F852A852F8F8FD06FF52F827275227F87DFD05 %FF7DF8F8522727F852FD06FF27F8F82727F8F8FD06FF7DF827A8A8F8F87D %FD05FFA8F8F8525227F852FD06FF27F8F827F827F8A827FD05F852FD06FF %52FD06F8FD06FFA8FD06F87DFD05FFA827FD05F827FD06FF52FD06F8A8FD %05FFA8FD06F852FD06FF27FD05F827A8FD05FF7DFD06F8A8FD06FFFD06F8 %27FD06FF52FD05F8F8 %%EndData endstream endobj 1749 0 obj <>stream -%AI12_CompressedDataxksF( ~p݃zWO&=#,{{7ْC"B&$Ev0,ꙕtrfNvvv -A_DY /Ϳ/_'jzx_Gsgɗ_Nϖ?_^|z~M&RNG}tOx( -`˛ӋPTh'V3Of9}yfumWOgW:Y=<9}yvvd~vtkcb-G(Fo7g'ݜ]HcP?X`oyB8?~3/@Oir`X_[jsB?-?8(gf2ʛ.t),Mzx! ِ^jjNX]]Һo~kh(Hdyώh OGW0g7ׄ>#%N -?Sdꔇ҄W@!JYXw0_3ӋN ӓfJogn2zyimP @,'Gݿˬ'g7蛫˛xwY}?ǰaBO&߿M; -_Ztj9%ݦzZ9C.~[]~,͐]}Ύ.&%: H5e7|ONP<PJˋOlm7awqj2aY.(胋/xVk/tk"uk\}<5Mg|* ?]]-_zy>xr''@,[yWoN>w'oN]Daf%u!:h/tz ~2(sutr - /.΁⿏3SI_Nz䞜˅ܗVRR.\Z¥_:?^}վpq_{ =\.ů:lLtԡ7+x[9 -jOBuZB?^z\z <68M0{p+0ИC[[aa@zC]턃vP3ZsspЭC_{e΃HsP% *hM2B{aapȳ{,?oJ?ޣ?{ǿ+gsPҟCQ%K.E6턭/'"={Zе:XTRJ) 3C5E[tl.]5¯^qqL_H14Os᫗F_ą 08|1annfj.aCX4{^{P='L! ~83 Y& x%jضx-`̔0c5,@  dԺ%aZkX =`%8Xֆi0'faaXNťx㢃y B,@;.H.%>4v}A -4 \  7'҃'BD"qsHi+KԀMNNN )Ii`zx"yKKNakyE3ͽL:C&>Q$//U4HW.`B,00ZPYCa <W:VʞD9XRְ :(>/J@bE\4K.AU ׼J Uej.r U.aSnEBP%QB35ޢęGK[Sp:UVnV:Fs;*ha8|oPB$0[$D=S,MF+@g㗰`N+_v`HVp#Wxo&+xB_r~Fwa& *;#moߘyه1Ъw ܌V ʺ˖F$ti l)HG*h6PM3dU &@.ZĢE*"VT`rQD0HiǢ?q{{bȉ#Zܮ]7,u]JvdP#HMkʣdNnPAFcRlO]ԘWnl]*1^LAQ~KT79wzLž$QVI6 -b,j\Ʀ@x1* U)Q*DEE U•~ - ->E#HI&]4D -bFWHp*$dH$,zЁ鉩Ҙ@A ѢUZ4EBU0z4(R JU`Kc"δQ{Eqx5{(L[Cܺ\94DdgĈ"ldt:\a6>xD6=!`s w8V"4vvao*~g~QzȮ}P㞐b0ԠBBAdS`mӣΣ.zuiaWF-QC0pcG5>ܱtK|ȱ -fm4 A'>Bz`5 Ȧ$^-IK^:ePT(1ni^ )7tH[L RmX-HKGTQaDVPa - 3uo%ځqX,%`>QCsъP c`f5n}{~0n[F{TG{TG{TG{TG{G]kDFTUd-#iI gOٽ/:^.*80$UtQ م6Ѳ#mTi=@I)H4҄'*Ig|Hp"aEƋ*4:z >ZN䜄QE+Jhc:.%|XņJLX -(%1&4P`e.VrR͜((쉕,pdiGמˊ'RUhZ*=ѵ)jW٪-#w!}CEEdW>$c$Q{C -!؇l$X@֦V oaၠ hf`^,pDFTQaM7Q뙨6a=+il$nC}<pM"k7ػYN!g[[ a˫ꉲSJš5V6kk*6C;޾qͥU"&Z elƽ\b74t'JWMP͗)l vN,R/r<HO 9;o$)/#D摼rKAɗ-m5DZetvkiq٥t"6KB@W1QF$.f  ₻*G9f(qVHT`:ϓ4 UVխetS>G0Lz coi[*0c/k)g@&̮RWIZi:@b.\ 8CLIǐ2THdeSV\eثe_W-rc-PUUi}6WWˮd)2Tf%sDo!#&}DOfI$kHT|͋&hJO {An"X!ׂ)'x`A,*!,~BS΀K$E>BFZB$>P~Egr(lDp? xwQܒ^i[-[Re"TY>,UVmŭpJ[Ju;(9,  =awepI~>IM`LZΆѰriop,\q(LQtSzQD Eiם}^ӯ~ yҥ,OףV ):~ g^ƦE$]|RE y#JJljZqea¨k!&&A٠XI\e -ۋYq$-8-<%&늜Ju\>$ќ< ɄXfX,FPSk)ͫøOߕ]V6eb&Ee9Lwظ˼ Gd)˿+oV+kW -nkr.3Up~hGsk$26-r ]مP59i<& ҄?x@ґ6;Dٕ03ah,d - 8:C^dErpz<$`;sՆF1z\D(}"£Br+篜rYU1r.粘֢.6>CrZKkQ9ܖjti^)T4u'f)/'&~XS_NHƚCB8M?ߒ^ ͪupJ\AQܒTS{Cj)YՅraCت5AlH5QkeZFֹP.VʘVZT5NXWcȰnmTiIye@Vr%";רfTJBֆkp-¦a|~ - 1=]5oL3 hZ>(Bw9 -#Z.Hmp#=p_{@>]¶W.ϱs5[%{t[8܃Wvt'UCdUU3oo) ,CΦM۵ԀmHbƆZ"AhJba&_!)Nٞa^X>a6ƈ10 ϖ10  -c`8揁}QaD0s"f$_n Cà فaÊ#!93(Fk+?ß;)? ~&Fͼ_8>Z}3}6#9sYϫ[` -hA&*nl=vUDGnq{14Za*Gbh?=C> pBYT bI!,² ݽihT#%}N^1X=3B[t5^1G1X3(h0&nP(ӀHA0A``c[D4q!^U!jA].CRP@ -wЮ  -uGrRRdz֘j8xz,;T/ 6l(ob*F ]amzuKԫ3wc·43 tui~{[gVe̺Jg߳4Lj<+ވ.*V%[I=_sy'{6\h ?EђQu.Qd+96BEwEF+ ]6A$,,PdmEvWn~`*;sҖTq~qݎl.,57OyZ8nn2<}wI'燇 k$ǀmsb~Z.NݯÍx4p {Y(\<͋xEFu]#U~EfG_+.n=yk"{ {+Z&d-I6!1]3?"_Րp5W/n=EzEpѿVysr>1@5V\$8=dXKV;>@m胋z6[{޺~Y>Z-pVkX\J.ݮu֑ȚW;˂m#LXdY%DC!rSK$Ze1E1nVwUWنVҎ*ro`b!$iaUèlYczXrIV*朓L)ٍ<:3[R\ u}R|>8~B>1./~:>x?4|P}x~2ᇣEC+ :W=MEAt;>ѓo':Xn@ yՂ8'f WM<k(a2 9m|~ ' .0K$A `Hr]+(T>`( F7tCAɡ'c/#6L:%UgU~h.mf8 p~w z`-Y΅*a_WU||CvfyG h] -`=S1-WkJw^@KΨxmue(]Nkf4L 1x\XߕXr]ЙXs1U{bqIY]x#7+o]Ψrƴ:bcj:oשh;'wuz|}zyqt(~5kP O#|ɿ‹_ß3m[(n:~m˱ #f||YYVΜӖ3>k&ڪIѨ-Y(+;[2 P -˛M(ULh*vo#\{ĭQE> (h|>c=Z2.+eBLA2 b.hJy6@U!ߵEw QVBDkql cVT@!1+fumt|qHevF`45Hu(=>J Y4q =h],:/#6Ϣ 2ZYd^!#^YThyyPC ,zV<:RS p+0:JgQ*m&#سb#(2PvC1&yԢ@kwGED2ci]̣4y'<&$QE&Àrji#od7j[(6r[ӷ.Rsm=0wn-߷UlVm5(~~SQ~nh{lu9L,s*4j6۹i6/к식IoJgcmQS%/߾d?[ד/q~vЬӷ7OYWG7?\- /n_|\/E]1vtv~Xp}ۈ2%ܧOO? R|{7{g?CuzR5w+ç[ݏ?gY_/o.Ni;F;"el}z-dx9txӁy^ɡ9.?yt p^z3>=xr{}ysuCQ -Y[NN/`g\5󏗟N,^/wGmocڞި}Qzwuw^76{}7{7{7{%^ս 3|_Tol6,,/aV>]/;^<'۳;DGPI&ӧӣ9qWdv2<6# sPMɶSw>-/xO=ܡ?Xqy|svtt}t1|NV?|M{y{{y:|_]^8no?y|zwt|}|IZ}IYP࿡cP6]rYl2-9ӋWH _ECLؐo;{g݄힣]ӌ6$b01zUL[;rݤ~MnpG/_c 9:pIKEo, l;<;.k͟wxLGrMK׀eKt/ehqyy6Z.9x3b{rg81A O9_J9>3') _^}pyvRMFCd7<$g$fS&)xmJK3K}X;qRc7@-_Lw-гz0XNE]aI;EŇxsçߎlo'W?|N0TЊ#+.Pwy;vEޣ]C>/ϗ}!ft~E kS~5.׷y]m;lYy }6]wÖ付dehg}-FiN6:{i<חgh8h^ ~݊8 &.χzc3_;lxsoJٽⓧ׷/x~g~?cp@>H_WK2Q FÓ6@3$GGϖvWM esޣ]~0[b|ϝk0/f%yu97Y=Ϟs'.jIN쟙 HF6R-hWEEЖ8#=ٟHFz6ҳݧgΛ_YG_ݍ=q Y6ϼlw~\6ecq7⋧~ۛN<7"Oܝ$awVӋӋiE/>b}ۥ0bx39Snޘ3e̙r7{)OM'kYO ~ÿ_ÃgyEexm^O?/'&}?a6B-nR󏗟@h"q`{wX݊W^!ܑ;ʎwd9UvD=nzuz|y=e &ֳK,we;[ӝq 䵨5ɛ%q;irOnq;nbI eY9n!o1eC#+ .08ؘ]`|Ýxޑ;hiّl"vjvݧ5.Ftzז?pY}>O|TvY5b(J~X;UezMzx~?=m-=jOk<f Cܤ'eGƟԨaGnj5;j/Ũ1#Qc][QϪCoˬFѨF T6ZeyTUrut|}tpfxȤ_ǟϑgk<]ܜ'O?G-r渞 rjoWOקw}K8frLR=&;ښdGl.חÙ3tmzIi6`u.χzmy=g1iC6=hxb4]#+[?Mʕgn6Z ;/l>Xfd16u)M0fzyz4_>qQݻuoR1*|7*|}1*|IGok1*|TFoT5j|7j|7j|WhGj|ig4#ܔ*o;ۼ2=:w=Ҹg;0;/5 <垕 woLdIa!CLbz}H䶳oOwLwvymZB1^Ӕz;|w)'uŲ⺹8qɋòԓ?}33s?]]|z7i=Lv]zę!Ϲ-m!諹Ibo~spqBAț./~"(UΔӋAG*C<}uyUUO/W7տ@9SKf}ujautj E83ӵRXĴnczf0fB*hTz"L&B - ^[׼:%v*A{@wNR-T&4H{5+;%v(GBۦfy?L5)vXT ?CbSw֦] :%NbƝ)6Mc0Mqv_Tn_؍\ptu(r;vG|sh$Ha+P5xEwЭZ1R DBsc05NUb83Φ93ZkR¯&5Axk33@FmL vGEL033)l-j7hL  TMU^G|۷0u-q376>Aҷ[Q1֓~*<7_D! '+C@S4( }O*JDPZC5̶UEUWfHb@b^U8rKˎ`"4N#'6  e(LR.;F$\3-oe1a6hb;uh& m>rxk\{pUE _fG3ԏ6t͢諙!^ QLaB(:FțaX`(Z+Z׼S̘"/A -[k8g:a'9yKϴN%eHQavRۻ;fsׯ[ZoLQAS?pDOWSWxsaP A -HGg -﵊ -N9!\\\U^]75B˳;h/ހ -/lL{svL'_?:i7,ٮWEݑWnJF! VZŸtK'A<~E~)ŷaQn"U5[%&_|f~O`IJ+㈤+XyL!u[PiH$?C`@lQAȀPBx9HHtGL1o GBNҳFcY@͔_yƊؼEjh4a034w6=zF=a>>HoHcs؊E!Iez#&{i*/\"I;>9:;Q嗓|wy91}gwW)89,˷7{ o7M -j ax($}^D,e?[Q/,~X^[_oG'gˢGkij;aq$T pp_[ WF&#MQEO(4tFp,ǥ =@m*Dόf3 -s0œ$̡U7 -sp-Xs=\sœ氚(͙4˭lp8%SYE^Nj\sẠI%΂@gfVݭחPKnpaԩ)3YΣ-MWd)B]Cy -E,ZiЦ4SgޣJH_hpdMt2jG H!e*P Vt_ Z[/ *p@. uH H%. zWn4ՍKh{/mu+ꦾՕXDa5 [`7]cYSƠ]۲6= 7V?nЍf^(ʍfQ{v/lJWno2Ձ֚`{UM͓涺i.a%:jzchdԫ@+=xFeF͇O^K eχ  wz$hV ~#=GoFŊx~^724 y(M?4WyӖ73rI+)ْjMV;e"q?26%8J83J8/W1% 6'Mn(߰|sS;ɫ~MY6eE4:&t6eyiǗ -[t}KQFaH,aE]}O^ -n[)x~g(YKUR3hZ2pIk_ڻ^013K[T )i7_ 2*}y)%@Afoq*oՔA0^"OR1 YK%Re'R>ς`F3N Q"05 yAjهvmC -wAɂޑM>aSzͫu"2kȷkl_w6 ϫr+/5Rn练 2+#leVqq s+]  {5'@7{yv AJڊA6 kFņ!4k %xVj)OE% ^R$D"+j73$ykGeI? -yыA/#kݻH wHƔ^Y٢L"dRBe+M{>cݹ ŸuRLYIC.;GE'՘vjczS UYfqh:S@_L4 $[Ż VH>T:y3)Vm;N *J-8@ŔdAN1OlTqT'mKd.wz>}H}1&$dk1-˟ԞCi9Oy7 <7+WO4L:ZֆAM)uNuouK(_lZىEKwr򘃤lucΡ6Ejʦo_H5MEEٜ %-qvMv1uao-0K>kkR8C12x?'h؞<;Arx$f9T3 "=̹ CzRyey_>p:[̿+LJUܴO3ICז̷-1J(Cu$A\yTLම|[FH_V{K3%pdSʻAi-] %􊍖u -%¡K -RR"@Dk@GԷtjM%_{zEe݌ -sŸLbug46Gi ƴ֔h4߀ ﯎.i4i55R_aw)34?R(֪b"V]ׂ+ \ۊ΢$f!n(SʬF}`Ѹ!ݬbarC#O0&Gd dh/_WFUW@U?1eG0e,Zo#\ҿHzl妪R,8^!`ֈ<\&/\T,͵Nt@>ChnUfA.[lP~FIp37z9m8tq) S6I0F#}rWP)%v[|hРă0Jm9z -C -ͭkbCu6h1/hF^zoℨha(ZCK@< b qDnP6(mIȣ8jƲRL90cʐiS9Y,OEF`0CQP͐n̐/ϩ㵛5Jh~z$0YS"cFXZX0~_K2IdTܷ E=kI.ZN׺śɧGs:ܮ,09ZO{8oD cV}!#+㣏n" Tז@+c-]R _.Rft(59I1v1Y\F`6h$Gz뉀É]4TADJ4`PKD.-#>P&aJbx)Lz*ê89 } tnG b^{_\\h bW76{g{ԖX:ʱiU cj0 z:# -qqbhIF(DQ9)-[pĄz4&搓!B$(Lh7R?vcjA3P_iL)#d5 WǤ0Sn}<*M)ծ& :h*r xቁ75d0ԅ4T`0ŵ}% r$c=ÅCO&P;7ٮ 17 57Eŭu,TжAGM-*ʀc h4t8YEU ۓI v&Eo30r70чV?̔KI"(@[ hjʠԚ\JjJH@"][M Ur8SSTɑ(Bp&;NOՌh*ȠԈ\Dle{*/Kvpߖg:kR$y# ~~2B2{8~1fK`x0yMI*6lv) H:uwh#U%K:ˡ0]3@` д["ft<2:IL3&T4*r>.j $Z|J+]ۺj 3aRϡ:YPDukg8 -kvy* tF&ð@6ڐȖHap׊fs(7I i0uY&CNR+qȖQ0^4 ]͇D%@'B(W Q. V%1 VA=BGFEVtac 5 MĄ3؂R?AyC_=)VС{cG/g5jp"9*2i`HiG88{ -~g1"E''?lUD'Д (Q.'%XF͵dHlH. t;.ϗ]!m|A}%G n( mBid!IsKi,eB7+j./^4EŸ &?@V\%_~eJ_EZ>A|b6ՕTz!Yb! (f'Pnp ]b.)J~!! --P8Mkkua|9Xqɩ ѱS\ajCȴ@>ש:>?QMwP4L^ٮUHtfȴȄ2j(;"`pנj,re3[.uJjnǶ-Fo8PɶK* T -56;L6kɩG]_ctKI%&=K%ttr¸xeX$a䩶?\+mXBE+``ju݌F&xejЌgTr I%q,>X5d\J(XcƦ[g%{WJQSH9)> YG?dR1FC.D4gWdQ#gJMW\Aa6VxgƑ)Q3ބlXǡ76XT/]%FhC=E.'{3I&x6mn,‘%D['yI;ÍȞ%O%N,E_5X7k%mWp`U3)>vʂmy+N}/oHbs#oj2)y 3vLN4Mzq"8x,@"%:r ^~0U8nո_Q֜@(D& JvO>وO&Mr1kA@|B5 @_>@ĦC͎S\\ivd Wϒq*D) 3Vv^C"jx LJ`aA!4/֫x`< LđB#7!{" yο؟*X3hJ_ (j(`nfj~ne#ba g2"C=e*U_ RyR8ݗÕA)'/ޞZZ `jZMx[qY<[r_RzeHV:6Hg3'YTt -❼#I7h1sԿ(3+6WY -HUW"#|1h5oF7Em6)7k2{Q"ptR6R -nٶ7x/9 -n-ɀXqUhB -)8'S_ʭu"-tæok1#!e EA% mmdln)MP>zf/(%RMUl7 -c))746t]GgtC+gt1b w'ȆY$뼁E[#(GF~="úT>M@lEX\e@|R!:HW%&%PӍXJ_\P-DnP ϧCUE* -6&R(ʏ!3'@S:#qTP: SR2 VDӓ!6Ʌ (ؘ*;@t{D͔\,2c8c)Qv#O`2:X;UXSc.)H樮q<%eH31 :JҔDN/A(|6*[KZc`6`AgxAg{3a)Ie yfGH m |nȀ\qp?X*c⧊2JmɠXJa Edt7dq1ƭƤ,vQ3Jw*UtPM d5@XaEuaQIRJ8Lҥ~PD_D"蘨c<ec-J2V! -+R}u mcx29P2\ -״cMܦZL:z 4'p{Z֔PDuO,=]D\M hTgm,zS4NT9AO@>5N{):p_ji|m$|.'j:9C=;?Ot^ϧ_|p=C -%lR?ۖ J& -n=9 b=S(Tj\^ P4: -5 t>8zԎxt y>C%Rp̂8gL`ICf"C쌥dQ/IiA1SΘ(`xbhOwQ0t$cݏb;&mU<Iwep`t8z\L-h - g0ΐ̀ķtAeDkNhdB H*1`҃yк`0:rlR~J0}i|VGuw3FKJL`]$]"hMj!ڠfyC#XWS -/9ާLnx0_$ƝsDW;7D &KE1( s(BNENteORQ(gb(DEzqA23:['$'wGD`8"3'ijG6Z6TK`6H($oz~|@0cJÝC.RcI=vqh0,"6`2YE -{7E eѤ̫L$W#`êts$OR̸ILiQV˯P,6F'fleT$Q#T Qr! -I4=Q;4C z'*dA51&eӑyql8Wyd]XPcs'Cΰb)l+4nHǝQ~"94tSRsNQղkj! H9ɣ(`v*Xٓ0/P}0(Q ęn2e5vCD3<M!" a{r1M%yc@" y~Bp+*ETxXE>%S \jod$ BuEI=z -fi i.%c>@; 澫zIc5]x>z[[Jh4.Pv]Dהp7\xIIBcZ>vզWlF`E:!lx3XP%" JHd5D$&| 1b5f#ߙPR=IEe45 2& - [#ka2ʒ 1qgs,.S h*pLT0IKPx/G ѥ (F@qs eNֶ`H wjmqf9 Hλ=nZR %q 5ņkcQGIB *R鸎k-M=d<()L Q zàyT rf!HGԓsO_?NeHB EP@Dv8=xa|1|wpͪΙZkof͚f>A|8\>F@<_n$8@(d%)bد|p0RG4FlbZX@*< `q/IK i@Z$#En)q8&X4YJ`4 ($ /_3,O`{̐~,.f,O1,x;D%/4HCb&Q |p-/e̿}lO4pN^#·)11?=%RG5+ lb7A(O$p(s?7,4Z;A L&E  q6QK8]P/I}40S1H{ -ѦLlj=wr.Ҙ P>)д@ p7]ą Dz7Q2\U897,HERUN,T&FUK_&8 }pln }abW$mʝgN+Gy^fgDͼ$za݈&UoDpCag%gQ1D ˄@$ /N.KPDVqb p\ 8+I$ԯ¥T -ap"p` Emq&8._P$D'698/: -&X@,d!; c5ƒV<-TB,D|F82|6A<+8!%$tۑq)k -35pIx4qF9TxKs-k<\B ɉ!'GIsR?Dj5~F]DԽҬp'eR.4"rH̷r8!+Kyw]~g&TG0v1"]fZVGq<~/D7T紓# %V01Lf-N(;LѤIVv0"Iq:KpSzƊ)t"O@Σ=〻T(ıʓQHOTX|(l]6] Wf^UP0r *Te>?`:>W]50bgs2w] %ZgD9P:򉀇5XK7]Gڙc5"ɢE,7(X̢x=6EI2E%,Ez|QXAR=TXˈa - -U,!f (+E',):$GUgu+eOD;Lk=7}JT֥L*R8. -̡j: ;p`Gb,[4O$T{ϺB)WT`5e|8} ѡ[arax=p!8|f*]DٔxdsUgYvqZlX( p8IkbIQ(k(4&FLmEC#a~ `XbTMпOq1fdzI{Z?|Aw^2W:GNSlYCKyhQG"G]'lۛ4]{c8n_m[܅ƶd!tBܶl}0ƚ6 CCJM q!ܚk.[.% t qy7.aRj"Mx#@U Oʞ]N8Xf$([;p΂6Hcf^dgN\5_W=uX ɁpS?KtB+4 -8/x?dظnq?i|\jhDFNу0Ai< hqd{y`F*Tc+)?V̋R?J a_EC!t&er,!j'eRz!C7Iy g6Ap% \_8YYd g4?jIy&']+?KDζz(x -DW/Bj 5ڰJ:IӧEMȋSM7RP; Hǖ7v&TX9!Hoc9!C\xI򔘫cb3 :4P֛9z'9t< -ds{^oh}4BK&E NoL u31xXl&h8L:?%;Q7 I9Zȕp(I"ܔRqT<%F@e]ukI ]P$#BZDسz7(7f<gv= -V P>_Mfb{>\$&>6lRCYmt)S}̣ n 'SxJNꀮsMEt}.i?x ӂ}([`_[AD.QPB 2[1 V `%I\]6ђ ZvVMWl*VjfD -iP渤AКjoj+97GZزImBQ(bR/ d lZ7 7Z5Q)^|i 'bbOeCOօ8.k3 Z ϔI#v(O:B5ED2pAoߗΔTߔR}S*D~q7T+Ir$HbLb>$V6Mܐ_MI7&YjoMIC$d}o, -W&YN*N*N*!7sW(Ry\ }so.㹐% À8f@gC 7qgh" 9?{q?>xHط=;?LRm\Lއ= Es֥] I*Cc὇8߽Ƚ n[~-֛57S]Akpt &"g=htսɯi}*慏@V͊GŰCgY?7udhBt^bd{>Ro77&ӿ!VxUGw;!FoT``A%RLq5X$xӿGfRw -EdA/TglLo *O"\jGIvaZ --HbȌm4rC{YaFoC GNӛ&mo a'y -aŎ7ثwZ8-8CuBa83 +|- Y5nvSw0w>M^!䟜\ hYkCxYTzi[\> MUodŽ=C!).P +hd〭_ -J.Mf^ Vf<YzON<X*C{Uǣh@+ P $c= -(URԮxr݋-+ڇJ4>MziEVRejxF| -ZzeYfjlcX1!6,ȫưO@ye7BAG+\BMQ&<6W*4ؼ wEx׼eѾYϊñ|܀6O0~3ʃZzUʯ:zȋ0Th`asGD5_=ט"irNӗHpבٔ8]Ufki#Y[gH odWnGvH3q&ͯ:ΠJbUa08CH:s8^_o --7kZh\=mzWک#a ;twp}ԡObX^s6?8<ܙAH[t -᛿T t/̍1:ߝ'$Vkm eK-.3<9-N _8IlspZ__ L:-o7Kg/E7ZFc>ݬ/1g㦐JHﭔ]8VQ NOmu럋[0E"XG&Gy73~۫%Ѽ:銶it_`x -1ʹa⧝mU".pE%:_g0ƽzӝaE_;mr,/oMR=hw/~9!MgO/LBhzu28ZڲؕRoبѬ7Rp%(w\ <0)uѠ%UÁs|*A{q}'@.zz_Ss$9@h:6 9G>N$NOK>U% qVn " U|/{ B1h.s1>j?HEV4Mf3B WM!psbH"~?5$2%CFqCjM1+?x"O19:k 8DqDy.8moF[zsժ)Ens*̩/bd_aFDW/㖍y®]n8Say;R2[L-bޔ6Xv%1Dr[7̀Y5kYR y%' -;fSul̕M$y&m&6M15a,2#B9}I&No:Ÿ<"qPqs zS=cZ[cnm@1Ö*Xa@ -+4JD8$uVd[5v+ק#0'*âee6tu[u'fYZYΔ"i)R2Yr]Dʪl.gu`C -{f - oE_V)H8Z=b6ޣ>(ԙc|!6#* pJ1k> S:ŁBLCY{@L?^)3KCH8hJAC1~Q­NpZB? ((jZ0+8A$*B #?4U0DYqB|F;t.g!B*/{J ->QT\d~NJ%Yp>8|&~wQĭԜuz3F=/BGghCM1!o6GS\_%ML\_z3vJ<%n?RҜ[-UBS3G(O$j A/SJntNtSUMva%oMJ޻ Q@@ϓb bZkJuF|{j4vپD֖kht{Ɍy>Nih;ME -M% cC³zIqs؃hiK'&^E HO{Ll\nf׽IZ;'!f{?f6{ڈx*aӨO62VtҪ&j9.-IoB>D#Z3cM^5=MMԬzUWCϦ3]3æVʺ 0| TZ&c5j#nyv \|{(GMZL8V)߈5״{3[0ͱ}ngaf`h]qҲU+Ҟav$ gd"/=<| oH6=.;ql:d.u=ܩw&~(ϊR*Ϸ|g\5x7Wzp<ɽ| __֑/I~nd]5SPL\rmuw/ogP:u] 탛nY_P&#TΏ;o;V?܊COLwq۽yNgͭ~ht7;<3r8bu~ =OVp_sG{뷅p*1ArȭKh4֟q?Z[rA""j޴*~6F 7Ŀn 'y.\x#1B;*tpP3Ï} Iy¨lB5xV&@g _6A&,}63g(;*[Yq}]gsً{z}k=^M˜󟷯'}?mZCed9l hheEt%t-S;ΌKAVi#>*:9繩_xh?[T+)F̙^b>Jo_YZUX',9'Jox|mf6P'!Q!<=#\OdY1S};ΉoS^9EMnlfk:[17w6ng~<7?t:mst)WI_qާ!g?Y 9!U+%'_KYtًD$ż> -d7y_^)Q`7'-dGšv69ydӺAqc!LVvK -Qٕgx!xq_01q"@4h·dK3D%/~X<3A1%ԐΨF*3@R|;)l %M߮_:/BIXJHL/ Ŵ - h#<$QIqmZOlR!rU/(*dte@l/ݧsF^"ošml-ЛQŲ\F: ۅ"[t6YDgeWeίOISRAyq(e{#=~E7NT8ϗ~=0j4_iiHB왶ۊE(L)SC/yuxΤ})QSm X]AgoMU(Znl4wV> ;d̾Oy!#;(ئce{ _|y^/3t*$ވ=&f8{yF&Ntv\Uo@ז^~E7);k\PQW cԍ=~%}v7r{*w|-gYf_2ݓ~E;q \"& tU,}mXiYܨ_7^^r#?X>$>]jdP1ѫI!ͽ5٘N+h?|ܴRBE#W[>豴'v!Wl=|l]".)fKӴK<]m{k+؎s)4 :SMK(' sݕrgCnc#&TҡEyd|p~񫼗U,n˺/^}:k yfpp44!@as:}љIz7;RKq$5ϭ{-Vx:x>[5_36Ydq |R&&ux’}.n nP+,6/'#R!ζ^e?Uyc>ʤb݌ygvT/姪 J޹>% n¢ە1O^w2/_F,LLs3}^>gU+9쪄sO[+rՋ|\2fiՋ7 G|/L&pX n.e #\!}Ii :VkcQ} <T,܇zzCj}&w/1x"yZ,?Wg3rXp=-䑽L5F=PМf;Yjq77I0Wε[ka./5XNJBzeb_MD羏2WĭғZ8~=;2#ҭ_{ <~2Hpk{S;. -hWl('4I4IcQ <@ypI㣍bi}EZneUyKcV|{b FAPo6Un"hAc"6M/L@$]Δn3k.MV%@5P{g#M+WowbͽI6 A|Ve -^ Sf ץF35i§XH ;5"8{oHa*'˾䂉i0G!KO[7 -GGTy dj6uR?Gq)W{v<}t^;s~]hr?XGǓ}'<tP -P,'U|R+fzJ0)8xTUQ>k0W?$E.<L@tbń~RT:! *ZU>"P;ǯyĄp0lþ%.I+}P8lz~jhUuO'+(cTl^VsґR'жP~nZ:뉀}wkڈ=EFPkA# rZ*˂0e[ J~!gh xbݿFK"օF92yt99ٹᠥMKSw[>MsL1f]" C&Y|4@O%XD?n!9>9lc7 9)p~_oEdmW SU&dC)PoDa&ӑ;HJ4:SeZrݥ]R,yH'mh1c0=ҰN>t2Q &/Rwkg ҝrYzd0β -F#ʊrĸ-禤C.I>ֈ\ - H*FEwbDJg[x'$ U}UIo}uNLysmgg̽^ DNC>$R Ohh -JTC| 8ɬن 8k muf7|WLAwP.Zi;#rMDGy[<]"Լ߹u.Li|ti>hIDuklUfr|=_`y6ACkM惲T1EV7̹2(0*Tz~.Z ʭӜՠu~1De<-!ߛx>Z>TxPf P֮Bmd`Pân?$?:nNCA2h>RǓ 5R@ -k>axĞN7vr'Z1үt<#rÝ˨2(ൡV#\UrI7_;o/6U~D.f[rIU4Jn^SΓ$}fC o_,0M˷~8ߕ!f|l-&˛ y}{H;cu:P\>[7b>"n;__ ˷ӋQm^J3y^ޢ.wobQX},ȑءh|&%Oi}. {C G@ X, t$+c(k?RvO3H}m:9v<鈛 /R}F5K{nLsc>qS%ٺpv͝Ζp7gc4ZZHZ B)v6ɢmy*\d8gZy.R_ TP)l8W"KVN41Qu{pa'K8`[Bߒx-#<ѳepYҙp>& }Nf8U)sMuBar`7¶+Pۅ~nhn@&ݐ[&YXH9ײFW̒!L :%%K]S(g㖢~hܽ~ln-{n:(t!zI^H1bF'CsKf9tUtQc!: 7dv.Ìݍ mYvMdEa-{QJ] p/ݹ9(:[VB + !z_7CRckW.n=/ı ތ`{iO^8]skҲbY/׷,7ijsC{^0O_ rC ^JuK#WPaioES%zlJYpX-#NmeUZw=v/ι!,;ٔtdWR.=ي11ٻ{sQG3p{kOc*o[J{wݗQgݓ*,$b|"ٻW7>[:ߒQ48a7)yJ.1B<\p6 ?;HL5 qp\+L -Jǿ::1bh:A:u::1Zp:L#\ }-t }E1t!:9Zp:AqZX&>+#c#@ߟ+NltUhjZj%Sr]Tp:5N41n/71-'+SYH<`ppcoDufe>M̈s,W=vJ+)) ͹5 -ё -p]85[U^jث#fK3x8- -ў/f1HgҒݬj3R˂3jHlZ9;Ӻ`fՋ.^)bAm.NwV]ߩ˨CgrmbUIɑLkoш]Q`b}5Gl(S˺hefc&Jo׭bYv>MZ%,u_rcJ㥦lQ+dS\s btGNeXoN5|tY抗Vtל"7慆lOwRP>ʮ=mJŠ@wt`E^ [pD [X@wΟny\DɭrA 2;ZQze#GL 䪈Y.ǭyG*kMluDt}EؑWλg1C"8v4y&rҠ+ݢ4%xd4)f͔0l:Eع\FcmXq2qݜ"c/oAl;Cso\"Ah ua8":807ox E;(LblP к$NdXZƨYNr`7/>fm]#|F"X"9͊҅хe},Hag#m*5&[_ޅ1)< [_;7cx5ʎ!$=<#W8ۍ2l7A{,|p9fc"1%c642[c0laAB -ID*j /Z_{uD2"ְ6H]EDj"RUDB*"RwiU~}[IS];),cx|P8Y<>Bȩs/ -^9w(yUfoXY(}̥~vo'_2!ɰh{W8vy)WXYܫsp~JOpFx.؃"AոxzR_o -F/. -t+Wlx0Ng\86slTG3S-NX,%Lj|=Zǝ%/w. vmϚD{ۿZŝbRZ.9[ f3h)R *bvBy`7]+ꊨQt  "/ndhaܷjnVvjPǒ%x7Wz|]EU%vJ;-ZOW= NdN'ttَ]%pGt9\Mhjb]k>+:'T/oJrʔ뒮%c%py.0yRffV9YϾSs56Ertv}^J wWtX[i4ݲvwtfztP4MP3X#tf׳h:3QVMTt>+31{]2Nr,2tfvU~Eәnj:EDә҉Fh:3faVMg6%)cutftڊ93?|^VMguûh:«[bG@lt.lVMgFLb3<ձի3@U7aEtf%> Gө:e]e4YRtftVeh:3`Ɨ33Z&lAR" 0"q}vKbU줋իs#]45ZĉCL`J7CǨg,dO -6^L1%md -\e0]P8Y]6RK>4FjPfR-Xn5ƵH̝3O\*. eYG(2w.s'Gq[%,fU2-s}3-t7dy״eJ9,NV{tpX~?= -YkMtjOCk'Qiahv8Fgd -[[h-}<$Mխ>7}O?W`7B*pP+G1P3w͘$q܋!~]3'3.s5*CsIܙM`Z &гeΖ(dFuCԼ5s{"F}"$ӟuL7?&\Id>B J[pȰ_/p#'^:gYH?WVz!VŵU dX7297 sZpgָ[*HvXn -w.T#Wq m*[)ox"JyCC;nCWsWu -wnCӲ@Sy.Xe)x.]gkզKWISU8yp?馵g%񜧔;]̱XXZ㑱9 9ǷvI2†cpKm|AL[/3k.fd`;ƴpnʝS&ik_^yB81"w] *0yCUD(q*7Ƶ1qϨodj* VV^wk[FiL\rY)/6WKĸ)zq-@|ӈԕ峱*(%X(T|WNͤVTF;ɺ(ߜ+,g*8)4X_ObPU䲩7gn.muB~JJߒ~Pn9W߁mU?-&/^3_M]?\+V4g/ _bκ~VQwvyg :Ղ/=wY!R̡i|uJ[WU@eg:Eng}WSo1.Qo~^|gwGbj~)TOli^gwO}9\ sw6H]YZ._YtT_h^oz|\[I/x4^^;z -;mA,_Ͼ+glE0o]?0IvyiU(+9vUB~N69٪cx4rsus/}2r H'9{ۙtX, *-x97|jWԷ`+n2l X -# NbL/SԆBO/Z};>hi9ŶȚdfp hKWwYMӱIkZ^nAws)sKꖔ С./݊oA?L2']B E!h7LkNTlo)ıDtK`1?@?m 7VkG#`? .8F?sQbX`N2ʇb|tDBb|P3wszF/CO^7rҫ\D>\J/NE60Ya.U3-楗hS~QP,&G3 -bt0JQË|lAϊa짴o!`\}}`wq0:4"Oxڍok: }*v_ &=D`뺸W`?UKtwm%V)4AN_G)uҮe7`u]Ģ:+ûFDhG0۸޸F(z%&xaRG ڭF=.bqvp,~w1#%B˳i W9t[qի_|FcqG@"UTWy4ڠH_xA7[7B/Nj4b:]K_"fAqF?ɠHJSp SPmfa. DŽް'QJ~̖CBjxdp뽓[EbrH4>:xSI؃B䌠sRl3=J\MAPw58~?zTjk&#P|b,p -$ݠ->뮅7D@~%!9vvT^D#X2fR{8TB'-]DŽ6 G@ٗ;0V b8{(IxH0ll\=!cKƺՠH`P%;y8t#Hҕgvpi ^! W{÷ lĻ#,y?A0{vq+^h 7ڗk[q}9vny^A+^$n܆7+8j}jG+ڼevNZޔovk7z5'ϻzο?+B!jBWU¸[޿-~|So1kZdv,6߃WS~'&%θ|~|J9_"O-vz2 ggP{'OڹVL5sy\xś'?.č]~O]ޯWgWgROv]9uoӳ#q;zm_ -Lx=7am?/sp7=(?UL}y?CϾz_{[-|fsFN^sջG?ocg#9~bg1S<5oߜcmO4te=A9R+~R~joӶ^>ZiZ#oͧ_Qw|j{xy_՟O?|ʛ]bٟ_%*[~t'[T4RZ:К|?9j_~ˏgw^г~gHOx<)=7:2<7˭<7v{ -_'?:a:?oۯ>G_=z|O~/|?\~{wN~w?x䋇ryZ_.?ˇ>xz^*6{+|᳷9d 2?{_^aG?ɫ?{}?|_'o?pW&ͬ~>\_~>k_^y~{o{7+WÏw?X8s&I}jDko|뫯~ȨwO׬߰Gm`]~kؤ>Adw?օǝ^<ԬKEaTV5A ~^<dw<;aC~aCAMf桠&۰桠fw<w<Ԭ[w<Ԭ;kRVq,yHYnÚWL!eI;WaϾJدW~'C}ϯ Nbٝi |kj+zF`vWUO?-,{} r^$k+}?҇^yېB~مL_[>i+_s}B߳e_g:C\o?G?r#s}W}G~fS)I(ܷ`ׄ) -axA4t<[`'Vw` -Qx3a1᳞: >YP[9߼0zhhsb;VkLZ,sʿ}HDC .Cwxd}AƽWATw}IcGww>*6*Zq9=u;/0ݔH n<z#[ߜqCV"r >|Z7ikWgukXUP^Hg ^8Ǯ}g?:^9vW\K'Hvb;>2՞ۇ^PM_zr=K -wcw fӂ`t_׆}FZr]7>qkc Ꮋ6ɯOߜ՞}U!W} -q?|Z8WgJ U`ʢ7 f^ʬ; f^ʴC.y}(?:s`Lr;f^t]ׇ2y;f^ʔ7/E0zw̼;P|wON*b>Ny꫕Ͽ~Ń<|z2 it̑ ԋO^{ˇ<}Ӌ'ݧtѓˋ~;}V4ܯ_G~m6_-| 7p,q}|@7?N 'N{u+^V/ʗ/t#eGW'c|ˬsFd9}?2|azR| Gp-Ը8bervmZSZϑSӗo2414X:}x]ۨkqH)˷Z9k)Ƶ4sF]õ<Ƶ#=T/߂k>+SV/ϵku ʴ=GzNN_\+i ʰ>+SV/ϵku צ=GzNN_\Һe]}V&N_>k6e zR| #6u7uY:}x]ۨku79sJu-6%/I7L.Y|,nk3.*ʎM{85x_\/XYU8Z{8 MݔY#a -MGURS7VqFT&sȀ&_29eu\[d@\ۏSV/ϵ#⚴~qsnqm?n"NY|<׎ k+SV/ϵEĵ8eu\;>2 IGLNY|<&sȀ& @29eu\[d@\ۏSV/ϵ#Ƶe]}V&N_>kw kqqv|d@\% X:}x-2 M)ӗqMր8bervȀ+SmEd@E XYڭU8ww +WQ8eU9mx`JPv` s 6ci@pmMyXϮoKlzT/߂klqsno=SӗoqM68berv7@\۷)˷&@29eu\} [O[px@\M X:}x>'qJu-v} &GLNY|0-29eu\} [O[px@\M X:}x>'qJu-v} &GLNY|jJ`-qN6beiVix>xO woxlW?GO?_x{O|v?j$<6^Yͣ1U=֩qYs06?+Cz,YɳR[Y=1L1N4Pe]{4PœP̭B sS Wq8Y}J(g*M T縚UĠ:H8`047j%_ư>?4NgHꬊL5䳾?yM#ӔNt6EhoX'nmL\ec - 2>6S^IC[7V!YFuS)eIl1Twi\Zl؝Xw69\msᔛbP!&>f%o١. RYȀ{&h RW坮Ԕѱ*l6iUY=Il+Ng!HYLk6[PT1E\yQɖe5k4U&EZ=a9)CbhmϞS7VvNeѴg!0:tbÕCRyAȦ W Ü+sm J R>C)ꮿG F+h y#Kzl{Z[ ׽/x  <-;7&5l~;1OuegDŽWFdpUeNݱj֖Y[XN%&4ckGCj2c -D-b[`hs5Zeha{~cfvcvfvR;VI@skCqX>kzZچm ~gJϟdp -p`@n^d?(ܬL@Nn8=O*c@1>O+S9(l{7>O;SU{yn\8Wsb~ĀuA+el /<Yu 4MypnY<זOuqVqM;ktRgE-Ci(qJV RnhqҾYU:tr)񩊥ev+E*wVX`q=+)iMBU5Ĝ<[Ygжdkwya# -gK{*Nu 8\֡E-\ .^-&0WP(eY\?s? 6ZYB hl(=^BJutzjU Յ<0Ǻ4L_:kVB2XSI@c /?77~<{=rS*ɽnqmJCmJk 6x^nJ=a़nJǓ{Cc !q4cqHyn*(UEheJM 423|RÀ KӜrOݚ2ߩ̳h[]-2[Ũ 6ݍy^ H]H-r@@3f d'[Eg;}Ϙ)^&hM(Tйaw5>[6|F@s`4 Kg΅.0٘ 3S\io)D`KTHl6ah{X/d$Wx,RƞsK -+ &| Nw'hU*nAM -`t#UJ9EbpDc GQUjV* -Mf/lZ0Σj.74)mH-(ErY1;cIFr=3:M-BF3hAs4,6;S}HtQG]Z#RO4L!W)e벷` 5u}ƪdz÷!K[^\% ˌKzs;{"?gST/|*s_CVTʏY Nܘadx싓Jņ@m֎ojXNp˵Sko4/ύnl.qM?Ic~ɜB\2˜u{9{e]c1񼦟XsՐܥpSGihI,*0]Uf*2(ŐMAܩUUHK&auiCdN\`lqƧM -c .>C7n;Ax2ݴ$U毭Ӟ' IA"ifWen1*I|-lݪFT. mߌ -)UsZ}ho&zoTJ6ЃɃ=tn`hӃu*!yO icK7ht'O֦VO=-N7A1g@lIgtPlDP!VJ]RPgraW4e[3;0T=iT?7Oe17jNbNMO~wkc2tzz5I;Sld6Ԧp*6L(wH{!| 9ҟ,aV6Ԫr`mէ3n5;Zzsߚ06=PZ9A"vnԶڿgK7Y9[*4j\ÿQ%}790yb RTCwZy~BZci*]Xn`X6sq<4Uw4HoIy*[jVm&3.-T 505?P=ٰRcq^JJ8-Hώuޤf??zI.RPY{K!`Ҍ\3!ej>nHvHVgKcFIRrWĝ~܇d@2:zsϹi?CX8rATҨ)_g;~c7YƮΫ< tsue.op)XYgC}+t1d|6H=^<+S #Րظ:G),<뜚w -|yVI1[ܢw6ivY_+&&q5;ئCC3pyY? 'Rē<1 -R "Gǖ -vej-㮶h*YyH˗jl*"OF4"0;@_7{M\e_^s˰rpFA5xBQ˨B9_9ѵ>"+7'Iz}!̑ш'XƮ"2W&ҽ#OQ( q%g>stream --E!*S8[ےCEx> ASfp2hځIΉ6cx͸3ʔ>3f[h&PDҫF~lk%A*iBp~dZ̰Gp`0h9=l#Zt@ hmPjPEb8hCɩ)\X}g:a( AS+9+Ye,e -ljk%s:i Z%`C?NaZ!EļE>< 9Se/sz1 3 m||PF}%Q26UiK>mPCnA6cN;$^< FXwmTS"K__S)1DNqXO - 65 FrfM -ђ1lAP|w͚ -KhU'I ̍4BG-A|B,7ҭj#ԽQ"0ٶĆXK~4.7¢$z)]%ekmb1An<|C_^*%?ւnzH&/x0ۿGnbC7bP1CS; 1!Ɲŝ!S)JamRc♅lج'B6^ on4tϷpkչ]rC똶RqN(iXh |2nj%>J}SӧلVh\ TLYx~O o J -O<` 2dT l&sDh&[~Fp`o~gy_җW7iy]:vhJ*370qۿMo]0^:ji޼$;+s7{ o= i4"=MJg!>w ۟C<B6VúvcJVlbulU YvcߏXv!S=nVúv͋8)k-Ȓg_lÝK/~tG8y]Ad;$C~SGn ^@{/e}!zRu 䆗ML,kpBM#d E3nEQn,,Or$(]ASs-f6m$3Uo$gf -!d<t"9=Y>뇤ō=zHWP_$x2#gS4&Gn5^T{(M:VʝĆ^#Aa[?\2{^/Zb5$ܪFj/UlU/?Gߥ7 i6]x/]/Ӂ^22^m/S2eh ]/n/Ce2tL܍eގeڎe2vcccXXXn,S7i;y;˼܍eގeڎe2vcccXXXn,S7i;y;܏%\83oyCMHef+!r/~l_B=*5_Ş^֚㥥uS3zՖMv{t3`GYk! s@a0F(l5в[%dx.nCٜRLJKh3'ȵv1yhQ?C{߃B:$b)! l75/մKB$A0 j( bIiTJތe=_ȬDcu6)x[v?0/zbߛG1f6zo>to5GϪғ[.~.ZmXo+]Zђlg&: Zֹ.kS@@ Wb6\Ӵv!6,@T[tT"phV6ɯaP^`ܴmf\D #5T Ģz! F3tfUʂ5$ݳeW䛠xЮQ@"8hlSpK)\ -tY25PP (PTw -+(P r -x`{C5@!,+(5{GH]\OQ&o_pl <K eOZ=H2~E9u%uPA?_~.Q(q$˜e!|ItFbu5fTW&0x(}u>3d`aKaF4(ZPNk/!G+H^kr߃4w=HJĤ AT&rfv'+YjD3}^p0獣}K3<v'p|VC 2BT8<,N*!!c?ʰkKvmG:Խ1do 87 $@R Z ~䳁d>wApz= xJb Xkrx:#DN*wF]Q߽qWMqž9o:狮TSʕd&*)Yd!Fxå>8,n=h#ЈD 45Vk͸E0<wn"[p cS1͔]ZևsOOܐ)ߦ".Xo+5kɵ3nI\*U˱Ĕ& 'еzU6vVt&4h4gb0VpۀqZBTl԰Ry^P4D)C>@J-<MMHj{Tp˶0ZJ0s93c{4 U(w!e8mݡ̹(D3y?͹inC3C<ެQ%|%gA3\27f~C.&ml M$i'į$6wgS+&aUĔ0>grV?94Gr|&Z}ƛY'DM.™[A9@!ԇfDgȶq(ZQ&9x:b@=6"hŷ$?h3qn{_(fm کL F5P\hd`]Y\>O -Rr5NM!// ]/yї:[d2 -?eXd,//(Z;V2J@|bԅ( dxl h~Qɉho@!=Z]V >bFhjVᢓKj3wI!$RKYG7GρTgl|(TRK@>5ebNp'l5sYLA' RZ=,8`.%)]Rpl5 - ٵ=cь {YX3Өn3t%Ak> qy%|?]"54{ - zs"E/J@B@OL( &7,܁(0,(%7+q"H&nPZIe~"T kZkH)̸X3E% xivײG3d F%@w t2>B;(V?,8!]6Ae>ךy036{l[eIEc*Fw/;͐KX@bg-͂ ;`E^\JRo,:- Z.N -(٩H&m^RG 0Ç6MxftЦźpx9yWP YR $F6_}͏p$ e N gw;2&ؖX[amjI5SF/s|H6z+u:}vq#pW\6l"lQ JCgNI/c^dߣ^6rSCКx,P6nAC3LlE.6+z-s̯fqcl80kMN6aMKBm^ | -Nk(Lg2{:'qmjK\Axt(RX<4SG`Q?pfY yK.q_?7"?3"5%O0zj1Rx,^Q$'%g*#$vK"Z0;CEKr=th'ދ'K;:;)Ǘݞ|v1o<|XsHph:4, Q - "t{/hJ#"j_r" ѯӹ WuBA"tэaW?[7=k7"u+Si4tl$spǽ*nQH0Uf1 )@ lw<%BѺV`G6.yzml -j Og fYoQ܃"-<1 -{ʚJkO<)o&"jM0x P/5$(npl']BlR$(`#,䄼ܼ<͆rRͱ#.iznnv4Om;!T3#)O3t(_nO\Wbi^ :=5W?kiIE)/&X0ڥa&ni,F:xqI!IWjTן(8qgBbҘ$O=)Fqp$c6O) 1cic^^6@cʱ;И$wCby$\6 [lbGR'"q-Юvfӡ'P\Ua\ڨy Z/ `6*h5I(' j6mbQvIWi=6 64Ϩ `hdx}&_^C;e53]'RDu^yֺ\"?ZX;))9Pp l…˥raѵ^I *h3IwFi̮ᷓeetcrG>3OE5wVHc"NDf{$]Qc;0Tצɬ9.A%#@2Mth]Db&6&n\uχikP7q.S%hr{% ZnPh:\@~^m܅(B46ejAI.$hPZ)K,m0K^uQ"6 լΐ@>,A:ee\6D -RoF6ottf}4zSK<^9ٓxZdYTD/86`΢g1?UKq6,b4_ar喽4i5yћۨLy5Yn8Rr62* >?P' qijD:.H*a:\$FVK٭? -m\@N= ckh֓z-19]Soi 5Ak[TY&T9;iIZGD Ku Ҿv6{R;FõS޷ox5.MQgsi! %fC7g܈喪 OOe'eIϺI/~wbɔ*\R/Oqm6Ma ^{wUҊˮ@94-- mF`6 -e#8\GӰ&cZ5)?MZ- J37̥TmB:E Sù0ƩDTdCڛt\C/cs6IƴjE)&{ 閧մNhTN Ҹjnu9yR DwĬSmT-u1]bN!+X5ywwgvF@= qsna4P;Qձ=?ñ o|K4\'%:/mg-*_й4ŋ$1}Kb/wyL}iuD8T"qPDv5ǘ1 ='װ~>&wK,~u;-r|'Rz$ΕgWW3,L䕶j9ӣ]hG ;;VHs;"\ J|/.4-3&yIY1 /{_.H"YeX̮\M f|S -{ٞo@V FӗvlO{LPPUQgƇyB ?d? #?_u<w&G|ɳNvX*_¼7?IqMk݆,X^&n77X*>V94,{ϐt"K,&HN]+=iFRE`#jy,_wCM3"zoN ʌLuLovi+ _R!휯joc5#ovl6[^N,OԨun4۱Glh!6~7;;B@lݰ!!H/@cODZʹTl'MJ|+ @v"S:"gey//[o_e=vw R07mYkCPtk?m f1+ky_6Xc(HynoL-b&]4"11&9*FꊳØ\ rh1ZfuCv -%_>9roh}Bs!䑒V)9WcʈA>Q[NP^ 6,ݼR^+^\cGqotH A53UU̟^A/?q[MW|ߺ´q*3RylrHHd9AIpVgcCr˅os\*흋übn?юB@S85O^ˉa(Vqд@5̗c~TaY.Lrv NC\sA,$7T͟ gyWI~擮(wA y蟝Z "MC,q~ra6# 4H=2Vh^IgϏH(ۚUkz9n1콜=r}slOc16pC/p.֏nR>y4[zrRy-:G?wEuFCQ04[cn q -K̿:Օ6o}ڍO2޸ICҘ2ș](fZ(#54"44%ŭ5dž1Ke#cVdO3TdֶN?2G#c:BQN1M+/~ m`ۮ6`H=ÓOIu¢|rSyy?%4yAuW92& 6"h,ΕL:ݪj  mg$ Vs)~*$ UqJQ76밨u הRZcEE4nCp3YڣQ~?Wb*g+7n(DqO:?~ L'2^(.@vN.8*@@LiF - -S}f q-}s</!|jou`3 -be!q}%9KގV~SLe~GFl+p'  ڕfBjkj4,AO%X^TB V<͎рג֚84h,kIt8p+8p;vGf_Y>?ʇp7O߆vU8hmP]ƭ@:?:r:G>^S:aT.Ij5A032!Mn:P,o [<6䞏J47A` :~EȬi5߬KdadF7BEO.d"D{$,+sVT)ī2\#]HXQIЇڽ? Ʉ]?+WahytvPMjK2gd&l‡<ɛWFæ p.f(3̓-jĥt1 tW,q{lt'DxV9Lцsx# Ȯ:X?ø$6[$2Aq|M -`H4eLDGäO$]S&J6~[`fŊњZ/)!Y0ڶ4; I(ryFCZi4eDc1wNaz &|^&ْH6 俴22/Sj0LʏB&\@)d 0NcBAeT{AN˪yx^ - Ú -1 ,fg?tAkb?Wj27$IFmǗ;+MIl^}vEq5'y<@m]L+mtlqfרۘe>Bk h IEA0 Fźg]Yb&7 :G[iH"(ht?8R=?; {nM KVi4@.Թ6[,#6:94bgmE |P0!Y)lJ34ąQ$Rq^>5^vw=i0L'G!#CśtCd]JU]LM4|D~c,3.X 'O$\aIPzF*mœ:AX׫JH-$Q}`CT)aw$X0၄cK-ueXh>\vb ,&ON¡9xuH9d]BKg3Za iG~ϭ_-ڨ溞o<çg^[S5-Kt%񲆗LIe5t᥵(ydcIqu6e=2a:rMyyçGjIJ+˂l?/"UJ1 І^N>>R~~jfoh^?؜|MFR1hJ)iFxdsV +qvވnͺ$-1dɖ\|Ϸ ]%N~Xjrf2"ùvpHfĆ5%gg|CJ^ -@>>5-P;WوB|29g+zop`!b.&0]koq?INEZ0^C f9UMN#guU*sʶliv1Pb5ЃSۘ>lCzl'Ő"Xm#v/@\PbӞEv-6`o-Wj}h>RmkCƶ%O^ElBMD`]YܰkV΢-o"8ZYT|6썳7m}jJJc>Upf?L4M1ƺsVk2Ϭb?j>;\eu\gՋη*>|YP * DT;|/~bd˘ζL]Bs+)g5^FIt. GXZUw0n<Z&i`(J a6"Sk&J9\g? JEFu[QSDR;b1p*E56gMx~D>|p6.J]ITKy5%QzpdRQ -o]/] nzpqʁwfUuݩȦixxhTvb&;Cf92Χj/PV='.:]k!hZ_M|\`˚_ԠCh}@ir}q} >a}yt{=!w"D@au]ufQxpDuѺ6vnLNŚ<ݚ\]F&7X䩉F N$oEPfxQb%3"M)0 ¾sLc]z. 0BDù]#za'OUI߄1Іb_ l]U=`[04S u9bUΨ4ޘT~7$m385#">[~Tɔd -J/ -%/V*4- \E1,E?iv1.P!=btit!%8xlr쎣9w_C NPm`)E! 0dXb?a y.~'T,ZoٖD*|Z  -yp!o="Kl/Ȇo\Zɝ'Jo!ǵ3q ڈQ-Ŗ8([g$`$?&])<{<wg3K]KZcW+kp|pML;_UXi׷.67!>ѵÍc|%?,8.B@4F,i;%=y|ʀΜϰr,6R7.}O EҖ=InEϓ|m$ZĿ}ӫYy&f'KLh 7In^'8MkPx:k"Mҫ^ 7 -.}{rK`6ɣ ;Xb2ɛ^9L t״%Q1k0Z;S؅!VU;csA5>4٦Nґvk[8+K!sl66:A) arV";a*ç@ͳeUPA lo}na.]lJiin@]1[le /ENI +бfgunuM'~e0\` --|>3%SB={X*0^M GD;DZTjI`+ صxO 8h*n!gC.,RC Vf -^c}_s.4E 2XHo -4`G>\XجwPBJ\t9۰󱞆D3*53^8+  &?W Y Y,P#8)ۡI'k ;khuy,]3bB#5K{8{7Y{;I4|viPm$i޴ǚUc.֞t3#,*ۓFdBm2r`~l*m{7Hl6x$ɒli dA,-eˁO+j e<__f)JCڱۇwثTboi v0 S]Ez\S{ixS4~A^<[Yo>L:['1Vf/RiOԗq:ZU/3ͯ  z{Zݩ(.v{kL8H z!iA:Oj;r,=C%_HУݨt:y|=DeiG^=n14ń.E15VVV.;(R)0a*ѾJָGr׎+!>e8C{wNr9JZ3a!2$4=m7dSK;܉1mk7 XYvGb`TTSpBWPIF,hcZ𷧇~|us 2ˆRDj';%0fWPlĐ IKӒ1"H ZWLYi*2u-qZoI1蘄0*-,.RI)5#oXɖJ(!&XVϙmDrLndҫܮbyU:7W]AJ4S^,rYhYctܙk -Qfj9!Ѣ?(a.ɼԌ rPzS'k" \xԬ-3*<.xYV$1"i.mie]xl!@_#[KW20׍Xf#U"T(O8;IcZh09B$+-=tñ)k3żRQQeʆ -4q|c܈A%͢(tGJbG@)3 ӶWSNr>e<םKvw:D htSh[ihm,(}X|ij8u[`m -#lE 7/RF"Q^G~4iu߅5Xߺg^~Coݓۋqb0NJwPn6eUoS 9@ir2&?:)yR;1ejD>֒w>6Y&_=mR5'(A-Fnr3L&SAa]R-UHc^fsڮ_hV ޙP`XEݫĽ{zzpq~|kLl'\f؜Uz$;8@,lTt jo[eYy]IĥX6Sk +gc7"ent -h),$`ft5 nNA7YLMβ:eɩpʧZ={Flk:" <&hi4!:jja?[^O'DH7b8#`=MAܷe,4kFw2vdEL5r4]`1<ә.$tzRV/2˪ -KOuA1v7>ib2*ȾdEӓ7'.@hS}Ĝi;(9,bCkfO)lJ,[PV@k#&)%4o(C+:~QBwYfIWs-Rn1,$Λk0n1_icw"E|#+c_+y9}]>ǪNwg(Y\,4p_>~÷O)KJ*<[~~h%%0~98ePӁ=^~/=}W jA6t7rQ4FJBDyu,3Sѳb !̤ԾoJT׬y &\-P&㇤(x[bЕ%8&'YWKcA9Nʸ1:ߙDF4jN{}(8i8-!M `<4g+psgwWH!tLr|e8g*BY'j:`[M8)jLtvǡ~=ν!n`e<.e@q[6Io W'ƕ5ωV}KCb*Vegzj֘ƴm|O*7QaZI>zf2"ȩ v] U咽K+eĒX 1jA.m M~;1?F,/9v@Wba 6Fy hpD$]jYqiC?ǼOV5N#E -XC)TQn$9iu;3A-3:g!/@K ʊdjG'Q,{a%6_+^|b6fKY, ztaq3VgZ|U3wq5T!|f}c0`]"5Hȫ84Aj6:LOpɮ&)fcu-d _()Ĉ=d/BRO":+F/#X7@8`C=-0ɋpa4rIn+˱rz7s*̵xnĚLE^Nky 8 {{h|5hv JVsJۇ[*\?6v.UACI/:YBv%kp |H@ r[:|k~ޟTm4ا[QZC&!MSςL.Akml  -x \h9 ˳W?} Kx&#CRRmfZq``H 6 -tf(mf(̷}A4Op_56.͑ft`r(SDy4F£0V$ [AD!cBP K."߷ B k}ts5zNBR5L{ J,꤫6W3u; 5О/z~~1_\?f4oH;/Q6ķK&1lߌP_.`PKs(PhYql7ۗ<V3/˔,y@|}B|`\OV2fa!s .܇ w_W(gh*&7͢nqOD*>vbUkuڀļX0 Q:F+ [)~-i>_[~'hNolH1G_juФ-&}#i :aEsђM6"-Uׇ֠d93@Y :Xd+EJuG#bd&TR cVփ40 cfˡlQ*THҴ $}=m:x9\ "DKbА, !dfǣbɆLH.nCo)+ af'Doa' kA#0HuBxzYYƆw4<G6F0}60EJT,bsW*g^6<åuV - -ƫ4^Z׮ֿŷّkGzT[]%yf`~(-VB} @jy_R6@C3koxw1 _h`oG\< PS!w"F npz+#i9Gls(-o|"Niņ6#Zu~5ѭ(MJDs1Ru\CQ(e >@5c:J3PÒ'iiH{OOk2%f34yane/#ؔ2$|~ FM <8m,Թ_"bF~z z}^<KzQ#W٠f"&@Tv^ٜBZ,,2Q=}ק_}? endstream endobj 6 0 obj <> endobj 7 0 obj <> endobj 8 0 obj <> endobj 258 0 obj <> endobj 259 0 obj <> endobj 260 0 obj <> endobj 507 0 obj <> endobj 508 0 obj <> endobj 509 0 obj <> endobj 756 0 obj <> endobj 757 0 obj <> endobj 758 0 obj <> endobj 1005 0 obj <> endobj 1006 0 obj <> endobj 1007 0 obj <> endobj 1254 0 obj <> endobj 1255 0 obj <> endobj 1256 0 obj <> endobj 1495 0 obj [/View/Design] endobj 1496 0 obj <>>> endobj 1493 0 obj [/View/Design] endobj 1494 0 obj <>>> endobj 1491 0 obj [/View/Design] endobj 1492 0 obj <>>> endobj 1246 0 obj [/View/Design] endobj 1247 0 obj <>>> endobj 1244 0 obj [/View/Design] endobj 1245 0 obj <>>> endobj 1242 0 obj [/View/Design] endobj 1243 0 obj <>>> endobj 997 0 obj [/View/Design] endobj 998 0 obj <>>> endobj 995 0 obj [/View/Design] endobj 996 0 obj <>>> endobj 993 0 obj [/View/Design] endobj 994 0 obj <>>> endobj 748 0 obj [/View/Design] endobj 749 0 obj <>>> endobj 746 0 obj [/View/Design] endobj 747 0 obj <>>> endobj 744 0 obj [/View/Design] endobj 745 0 obj <>>> endobj 499 0 obj [/View/Design] endobj 500 0 obj <>>> endobj 497 0 obj [/View/Design] endobj 498 0 obj <>>> endobj 495 0 obj [/View/Design] endobj 496 0 obj <>>> endobj 248 0 obj [/View/Design] endobj 249 0 obj <>>> endobj 246 0 obj [/View/Design] endobj 247 0 obj <>>> endobj 244 0 obj [/View/Design] endobj 245 0 obj <>>> endobj 1506 0 obj [1505 0 R 1504 0 R 1503 0 R] endobj 1751 0 obj <> endobj xref 0 1752 0000000004 65535 f -0000000016 00000 n -0000000482 00000 n -0000028519 00000 n -0000000005 00000 f -0000000009 00000 f -0000190553 00000 n -0000190627 00000 n -0000190702 00000 n -0000000011 00000 f -0000028571 00000 n -0000000012 00000 f -0000000013 00000 f -0000000014 00000 f -0000000015 00000 f -0000000016 00000 f -0000000017 00000 f -0000000018 00000 f -0000000019 00000 f -0000000020 00000 f -0000000021 00000 f -0000000022 00000 f -0000000023 00000 f -0000000024 00000 f -0000000025 00000 f -0000000026 00000 f -0000000027 00000 f -0000000028 00000 f -0000000029 00000 f -0000000030 00000 f -0000000031 00000 f -0000000032 00000 f -0000000033 00000 f -0000000034 00000 f -0000000035 00000 f -0000000036 00000 f -0000000037 00000 f -0000000038 00000 f -0000000039 00000 f -0000000040 00000 f -0000000041 00000 f -0000000042 00000 f -0000000043 00000 f -0000000044 00000 f -0000000045 00000 f -0000000046 00000 f -0000000047 00000 f -0000000048 00000 f -0000000049 00000 f -0000000050 00000 f -0000000051 00000 f -0000000052 00000 f -0000000053 00000 f -0000000054 00000 f -0000000055 00000 f -0000000056 00000 f -0000000057 00000 f -0000000058 00000 f -0000000059 00000 f -0000000060 00000 f -0000000061 00000 f -0000000062 00000 f -0000000063 00000 f -0000000064 00000 f -0000000065 00000 f -0000000066 00000 f -0000000067 00000 f -0000000068 00000 f -0000000069 00000 f -0000000070 00000 f -0000000071 00000 f -0000000072 00000 f -0000000073 00000 f -0000000074 00000 f -0000000075 00000 f -0000000076 00000 f -0000000077 00000 f -0000000078 00000 f -0000000079 00000 f -0000000080 00000 f -0000000081 00000 f -0000000082 00000 f -0000000083 00000 f -0000000084 00000 f -0000000085 00000 f -0000000086 00000 f -0000000087 00000 f -0000000088 00000 f -0000000089 00000 f -0000000090 00000 f -0000000091 00000 f -0000000092 00000 f -0000000093 00000 f -0000000094 00000 f -0000000095 00000 f -0000000096 00000 f -0000000097 00000 f -0000000098 00000 f -0000000099 00000 f -0000000100 00000 f -0000000101 00000 f -0000000102 00000 f -0000000103 00000 f -0000000104 00000 f -0000000105 00000 f -0000000106 00000 f -0000000107 00000 f -0000000108 00000 f -0000000109 00000 f -0000000110 00000 f -0000000111 00000 f -0000000112 00000 f -0000000113 00000 f -0000000114 00000 f -0000000115 00000 f -0000000116 00000 f -0000000117 00000 f -0000000118 00000 f -0000000119 00000 f -0000000120 00000 f -0000000121 00000 f -0000000122 00000 f -0000000123 00000 f -0000000124 00000 f -0000000125 00000 f -0000000126 00000 f -0000000127 00000 f -0000000128 00000 f -0000000129 00000 f -0000000130 00000 f -0000000131 00000 f -0000000132 00000 f -0000000133 00000 f -0000000134 00000 f -0000000135 00000 f -0000000136 00000 f -0000000137 00000 f -0000000138 00000 f -0000000139 00000 f -0000000140 00000 f -0000000141 00000 f -0000000142 00000 f -0000000143 00000 f -0000000144 00000 f -0000000145 00000 f -0000000146 00000 f -0000000147 00000 f -0000000148 00000 f -0000000149 00000 f -0000000150 00000 f -0000000151 00000 f -0000000152 00000 f -0000000153 00000 f -0000000154 00000 f -0000000155 00000 f -0000000156 00000 f -0000000157 00000 f -0000000158 00000 f -0000000159 00000 f -0000000160 00000 f -0000000161 00000 f -0000000162 00000 f -0000000163 00000 f -0000000164 00000 f -0000000165 00000 f -0000000166 00000 f -0000000167 00000 f -0000000168 00000 f -0000000169 00000 f -0000000170 00000 f -0000000171 00000 f -0000000172 00000 f -0000000173 00000 f -0000000174 00000 f -0000000175 00000 f -0000000176 00000 f -0000000177 00000 f -0000000178 00000 f -0000000179 00000 f -0000000180 00000 f -0000000181 00000 f -0000000182 00000 f -0000000183 00000 f -0000000184 00000 f -0000000185 00000 f -0000000186 00000 f -0000000187 00000 f -0000000188 00000 f -0000000189 00000 f -0000000190 00000 f -0000000191 00000 f -0000000192 00000 f -0000000193 00000 f -0000000194 00000 f -0000000195 00000 f -0000000196 00000 f -0000000197 00000 f -0000000198 00000 f -0000000199 00000 f -0000000200 00000 f -0000000201 00000 f -0000000202 00000 f -0000000203 00000 f -0000000204 00000 f -0000000205 00000 f -0000000206 00000 f -0000000207 00000 f -0000000208 00000 f -0000000209 00000 f -0000000210 00000 f -0000000211 00000 f -0000000212 00000 f -0000000213 00000 f -0000000214 00000 f -0000000215 00000 f -0000000216 00000 f -0000000217 00000 f -0000000218 00000 f -0000000219 00000 f -0000000220 00000 f -0000000221 00000 f -0000000222 00000 f -0000000223 00000 f -0000000224 00000 f -0000000225 00000 f -0000000226 00000 f -0000000227 00000 f -0000000228 00000 f -0000000229 00000 f -0000000230 00000 f -0000000231 00000 f -0000000232 00000 f -0000000233 00000 f -0000000234 00000 f -0000000235 00000 f -0000000236 00000 f -0000000237 00000 f -0000000238 00000 f -0000000239 00000 f -0000000240 00000 f -0000000241 00000 f -0000000242 00000 f -0000000243 00000 f -0000000250 00000 f -0000194001 00000 n -0000194033 00000 n -0000193883 00000 n -0000193915 00000 n -0000193765 00000 n -0000193797 00000 n -0000000251 00000 f -0000000252 00000 f -0000000253 00000 f -0000000254 00000 f -0000000255 00000 f -0000000256 00000 f -0000000257 00000 f -0000000261 00000 f -0000190781 00000 n -0000190857 00000 n -0000190934 00000 n -0000000262 00000 f -0000000263 00000 f -0000000264 00000 f -0000000265 00000 f -0000000266 00000 f -0000000267 00000 f -0000000268 00000 f -0000000269 00000 f -0000000270 00000 f -0000000271 00000 f -0000000272 00000 f -0000000273 00000 f -0000000274 00000 f -0000000275 00000 f -0000000276 00000 f -0000000277 00000 f -0000000278 00000 f -0000000279 00000 f -0000000280 00000 f -0000000281 00000 f -0000000282 00000 f -0000000283 00000 f -0000000284 00000 f -0000000285 00000 f -0000000286 00000 f -0000000287 00000 f -0000000288 00000 f -0000000289 00000 f -0000000290 00000 f -0000000291 00000 f -0000000292 00000 f -0000000293 00000 f -0000000294 00000 f -0000000295 00000 f -0000000296 00000 f -0000000297 00000 f -0000000298 00000 f -0000000299 00000 f -0000000300 00000 f -0000000301 00000 f -0000000302 00000 f -0000000303 00000 f -0000000304 00000 f -0000000305 00000 f -0000000306 00000 f -0000000307 00000 f -0000000308 00000 f -0000000309 00000 f -0000000310 00000 f -0000000311 00000 f -0000000312 00000 f -0000000313 00000 f -0000000314 00000 f -0000000315 00000 f -0000000316 00000 f -0000000317 00000 f -0000000318 00000 f -0000000319 00000 f -0000000320 00000 f -0000000321 00000 f -0000000322 00000 f -0000000323 00000 f -0000000324 00000 f -0000000325 00000 f -0000000326 00000 f -0000000327 00000 f -0000000328 00000 f -0000000329 00000 f -0000000330 00000 f -0000000331 00000 f -0000000332 00000 f -0000000333 00000 f -0000000334 00000 f -0000000335 00000 f -0000000336 00000 f -0000000337 00000 f -0000000338 00000 f -0000000339 00000 f -0000000340 00000 f -0000000341 00000 f -0000000342 00000 f -0000000343 00000 f -0000000344 00000 f -0000000345 00000 f -0000000346 00000 f -0000000347 00000 f -0000000348 00000 f -0000000349 00000 f -0000000350 00000 f -0000000351 00000 f -0000000352 00000 f -0000000353 00000 f -0000000354 00000 f -0000000355 00000 f -0000000356 00000 f -0000000357 00000 f -0000000358 00000 f -0000000359 00000 f -0000000360 00000 f -0000000361 00000 f -0000000362 00000 f -0000000363 00000 f -0000000364 00000 f -0000000365 00000 f -0000000366 00000 f -0000000367 00000 f -0000000368 00000 f -0000000369 00000 f -0000000370 00000 f -0000000371 00000 f -0000000372 00000 f -0000000373 00000 f -0000000374 00000 f -0000000375 00000 f -0000000376 00000 f -0000000377 00000 f -0000000378 00000 f -0000000379 00000 f -0000000380 00000 f -0000000381 00000 f -0000000382 00000 f -0000000383 00000 f -0000000384 00000 f -0000000385 00000 f -0000000386 00000 f -0000000387 00000 f -0000000388 00000 f -0000000389 00000 f -0000000390 00000 f -0000000391 00000 f -0000000392 00000 f -0000000393 00000 f -0000000394 00000 f -0000000395 00000 f -0000000396 00000 f -0000000397 00000 f -0000000398 00000 f -0000000399 00000 f -0000000400 00000 f -0000000401 00000 f -0000000402 00000 f -0000000403 00000 f -0000000404 00000 f -0000000405 00000 f -0000000406 00000 f -0000000407 00000 f -0000000408 00000 f -0000000409 00000 f -0000000410 00000 f -0000000411 00000 f -0000000412 00000 f -0000000413 00000 f -0000000414 00000 f -0000000415 00000 f -0000000416 00000 f -0000000417 00000 f -0000000418 00000 f -0000000419 00000 f -0000000420 00000 f -0000000421 00000 f -0000000422 00000 f -0000000423 00000 f -0000000424 00000 f -0000000425 00000 f -0000000426 00000 f -0000000427 00000 f -0000000428 00000 f -0000000429 00000 f -0000000430 00000 f -0000000431 00000 f -0000000432 00000 f -0000000433 00000 f -0000000434 00000 f -0000000435 00000 f -0000000436 00000 f -0000000437 00000 f -0000000438 00000 f -0000000439 00000 f -0000000440 00000 f -0000000441 00000 f -0000000442 00000 f -0000000443 00000 f -0000000444 00000 f -0000000445 00000 f -0000000446 00000 f -0000000447 00000 f -0000000448 00000 f -0000000449 00000 f -0000000450 00000 f -0000000451 00000 f -0000000452 00000 f -0000000453 00000 f -0000000454 00000 f -0000000455 00000 f -0000000456 00000 f -0000000457 00000 f -0000000458 00000 f -0000000459 00000 f -0000000460 00000 f -0000000461 00000 f -0000000462 00000 f -0000000463 00000 f -0000000464 00000 f -0000000465 00000 f -0000000466 00000 f -0000000467 00000 f -0000000468 00000 f -0000000469 00000 f -0000000470 00000 f -0000000471 00000 f -0000000472 00000 f -0000000473 00000 f -0000000474 00000 f -0000000475 00000 f -0000000476 00000 f -0000000477 00000 f -0000000478 00000 f -0000000479 00000 f -0000000480 00000 f -0000000481 00000 f -0000000482 00000 f -0000000483 00000 f -0000000484 00000 f -0000000485 00000 f -0000000486 00000 f -0000000487 00000 f -0000000488 00000 f -0000000489 00000 f -0000000490 00000 f -0000000491 00000 f -0000000492 00000 f -0000000493 00000 f -0000000494 00000 f -0000000501 00000 f -0000193647 00000 n -0000193679 00000 n -0000193529 00000 n -0000193561 00000 n -0000193411 00000 n -0000193443 00000 n -0000000502 00000 f -0000000503 00000 f -0000000504 00000 f -0000000505 00000 f -0000000506 00000 f -0000000510 00000 f -0000191015 00000 n -0000191091 00000 n -0000191168 00000 n -0000000511 00000 f -0000000512 00000 f -0000000513 00000 f -0000000514 00000 f -0000000515 00000 f -0000000516 00000 f -0000000517 00000 f -0000000518 00000 f -0000000519 00000 f -0000000520 00000 f -0000000521 00000 f -0000000522 00000 f -0000000523 00000 f -0000000524 00000 f -0000000525 00000 f -0000000526 00000 f -0000000527 00000 f -0000000528 00000 f -0000000529 00000 f -0000000530 00000 f -0000000531 00000 f -0000000532 00000 f -0000000533 00000 f -0000000534 00000 f -0000000535 00000 f -0000000536 00000 f -0000000537 00000 f -0000000538 00000 f -0000000539 00000 f -0000000540 00000 f -0000000541 00000 f -0000000542 00000 f -0000000543 00000 f -0000000544 00000 f -0000000545 00000 f -0000000546 00000 f -0000000547 00000 f -0000000548 00000 f -0000000549 00000 f -0000000550 00000 f -0000000551 00000 f -0000000552 00000 f -0000000553 00000 f -0000000554 00000 f -0000000555 00000 f -0000000556 00000 f -0000000557 00000 f -0000000558 00000 f -0000000559 00000 f -0000000560 00000 f -0000000561 00000 f -0000000562 00000 f -0000000563 00000 f -0000000564 00000 f -0000000565 00000 f -0000000566 00000 f -0000000567 00000 f -0000000568 00000 f -0000000569 00000 f -0000000570 00000 f -0000000571 00000 f -0000000572 00000 f -0000000573 00000 f -0000000574 00000 f -0000000575 00000 f -0000000576 00000 f -0000000577 00000 f -0000000578 00000 f -0000000579 00000 f -0000000580 00000 f -0000000581 00000 f -0000000582 00000 f -0000000583 00000 f -0000000584 00000 f -0000000585 00000 f -0000000586 00000 f -0000000587 00000 f -0000000588 00000 f -0000000589 00000 f -0000000590 00000 f -0000000591 00000 f -0000000592 00000 f -0000000593 00000 f -0000000594 00000 f -0000000595 00000 f -0000000596 00000 f -0000000597 00000 f -0000000598 00000 f -0000000599 00000 f -0000000600 00000 f -0000000601 00000 f -0000000602 00000 f -0000000603 00000 f -0000000604 00000 f -0000000605 00000 f -0000000606 00000 f -0000000607 00000 f -0000000608 00000 f -0000000609 00000 f -0000000610 00000 f -0000000611 00000 f -0000000612 00000 f -0000000613 00000 f -0000000614 00000 f -0000000615 00000 f -0000000616 00000 f -0000000617 00000 f -0000000618 00000 f -0000000619 00000 f -0000000620 00000 f -0000000621 00000 f -0000000622 00000 f -0000000623 00000 f -0000000624 00000 f -0000000625 00000 f -0000000626 00000 f -0000000627 00000 f -0000000628 00000 f -0000000629 00000 f -0000000630 00000 f -0000000631 00000 f -0000000632 00000 f -0000000633 00000 f -0000000634 00000 f -0000000635 00000 f -0000000636 00000 f -0000000637 00000 f -0000000638 00000 f -0000000639 00000 f -0000000640 00000 f -0000000641 00000 f -0000000642 00000 f -0000000643 00000 f -0000000644 00000 f -0000000645 00000 f -0000000646 00000 f -0000000647 00000 f -0000000648 00000 f -0000000649 00000 f -0000000650 00000 f -0000000651 00000 f -0000000652 00000 f -0000000653 00000 f -0000000654 00000 f -0000000655 00000 f -0000000656 00000 f -0000000657 00000 f -0000000658 00000 f -0000000659 00000 f -0000000660 00000 f -0000000661 00000 f -0000000662 00000 f -0000000663 00000 f -0000000664 00000 f -0000000665 00000 f -0000000666 00000 f -0000000667 00000 f -0000000668 00000 f -0000000669 00000 f -0000000670 00000 f -0000000671 00000 f -0000000672 00000 f -0000000673 00000 f -0000000674 00000 f -0000000675 00000 f -0000000676 00000 f -0000000677 00000 f -0000000678 00000 f -0000000679 00000 f -0000000680 00000 f -0000000681 00000 f -0000000682 00000 f -0000000683 00000 f -0000000684 00000 f -0000000685 00000 f -0000000686 00000 f -0000000687 00000 f -0000000688 00000 f -0000000689 00000 f -0000000690 00000 f -0000000691 00000 f -0000000692 00000 f -0000000693 00000 f -0000000694 00000 f -0000000695 00000 f -0000000696 00000 f -0000000697 00000 f -0000000698 00000 f -0000000699 00000 f -0000000700 00000 f -0000000701 00000 f -0000000702 00000 f -0000000703 00000 f -0000000704 00000 f -0000000705 00000 f -0000000706 00000 f -0000000707 00000 f -0000000708 00000 f -0000000709 00000 f -0000000710 00000 f -0000000711 00000 f -0000000712 00000 f -0000000713 00000 f -0000000714 00000 f -0000000715 00000 f -0000000716 00000 f -0000000717 00000 f -0000000718 00000 f -0000000719 00000 f -0000000720 00000 f -0000000721 00000 f -0000000722 00000 f -0000000723 00000 f -0000000724 00000 f -0000000725 00000 f -0000000726 00000 f -0000000727 00000 f -0000000728 00000 f -0000000729 00000 f -0000000730 00000 f -0000000731 00000 f -0000000732 00000 f -0000000733 00000 f -0000000734 00000 f -0000000735 00000 f -0000000736 00000 f -0000000737 00000 f -0000000738 00000 f -0000000739 00000 f -0000000740 00000 f -0000000741 00000 f -0000000742 00000 f -0000000743 00000 f -0000000750 00000 f -0000193293 00000 n -0000193325 00000 n -0000193175 00000 n -0000193207 00000 n -0000193057 00000 n -0000193089 00000 n -0000000751 00000 f -0000000752 00000 f -0000000753 00000 f -0000000754 00000 f -0000000755 00000 f -0000000759 00000 f -0000191249 00000 n -0000191325 00000 n -0000191402 00000 n -0000000760 00000 f -0000000761 00000 f -0000000762 00000 f -0000000763 00000 f -0000000764 00000 f -0000000765 00000 f -0000000766 00000 f -0000000767 00000 f -0000000768 00000 f -0000000769 00000 f -0000000770 00000 f -0000000771 00000 f -0000000772 00000 f -0000000773 00000 f -0000000774 00000 f -0000000775 00000 f -0000000776 00000 f -0000000777 00000 f -0000000778 00000 f -0000000779 00000 f -0000000780 00000 f -0000000781 00000 f -0000000782 00000 f -0000000783 00000 f -0000000784 00000 f -0000000785 00000 f -0000000786 00000 f -0000000787 00000 f -0000000788 00000 f -0000000789 00000 f -0000000790 00000 f -0000000791 00000 f -0000000792 00000 f -0000000793 00000 f -0000000794 00000 f -0000000795 00000 f -0000000796 00000 f -0000000797 00000 f -0000000798 00000 f -0000000799 00000 f -0000000800 00000 f -0000000801 00000 f -0000000802 00000 f -0000000803 00000 f -0000000804 00000 f -0000000805 00000 f -0000000806 00000 f -0000000807 00000 f -0000000808 00000 f -0000000809 00000 f -0000000810 00000 f -0000000811 00000 f -0000000812 00000 f -0000000813 00000 f -0000000814 00000 f -0000000815 00000 f -0000000816 00000 f -0000000817 00000 f -0000000818 00000 f -0000000819 00000 f -0000000820 00000 f -0000000821 00000 f -0000000822 00000 f -0000000823 00000 f -0000000824 00000 f -0000000825 00000 f -0000000826 00000 f -0000000827 00000 f -0000000828 00000 f -0000000829 00000 f -0000000830 00000 f -0000000831 00000 f -0000000832 00000 f -0000000833 00000 f -0000000834 00000 f -0000000835 00000 f -0000000836 00000 f -0000000837 00000 f -0000000838 00000 f -0000000839 00000 f -0000000840 00000 f -0000000841 00000 f -0000000842 00000 f -0000000843 00000 f -0000000844 00000 f -0000000845 00000 f -0000000846 00000 f -0000000847 00000 f -0000000848 00000 f -0000000849 00000 f -0000000850 00000 f -0000000851 00000 f -0000000852 00000 f -0000000853 00000 f -0000000854 00000 f -0000000855 00000 f -0000000856 00000 f -0000000857 00000 f -0000000858 00000 f -0000000859 00000 f -0000000860 00000 f -0000000861 00000 f -0000000862 00000 f -0000000863 00000 f -0000000864 00000 f -0000000865 00000 f -0000000866 00000 f -0000000867 00000 f -0000000868 00000 f -0000000869 00000 f -0000000870 00000 f -0000000871 00000 f -0000000872 00000 f -0000000873 00000 f -0000000874 00000 f -0000000875 00000 f -0000000876 00000 f -0000000877 00000 f -0000000878 00000 f -0000000879 00000 f -0000000880 00000 f -0000000881 00000 f -0000000882 00000 f -0000000883 00000 f -0000000884 00000 f -0000000885 00000 f -0000000886 00000 f -0000000887 00000 f -0000000888 00000 f -0000000889 00000 f -0000000890 00000 f -0000000891 00000 f -0000000892 00000 f -0000000893 00000 f -0000000894 00000 f -0000000895 00000 f -0000000896 00000 f -0000000897 00000 f -0000000898 00000 f -0000000899 00000 f -0000000900 00000 f -0000000901 00000 f -0000000902 00000 f -0000000903 00000 f -0000000904 00000 f -0000000905 00000 f -0000000906 00000 f -0000000907 00000 f -0000000908 00000 f -0000000909 00000 f -0000000910 00000 f -0000000911 00000 f -0000000912 00000 f -0000000913 00000 f -0000000914 00000 f -0000000915 00000 f -0000000916 00000 f -0000000917 00000 f -0000000918 00000 f -0000000919 00000 f -0000000920 00000 f -0000000921 00000 f -0000000922 00000 f -0000000923 00000 f -0000000924 00000 f -0000000925 00000 f -0000000926 00000 f -0000000927 00000 f -0000000928 00000 f -0000000929 00000 f -0000000930 00000 f -0000000931 00000 f -0000000932 00000 f -0000000933 00000 f -0000000934 00000 f -0000000935 00000 f -0000000936 00000 f -0000000937 00000 f -0000000938 00000 f -0000000939 00000 f -0000000940 00000 f -0000000941 00000 f -0000000942 00000 f -0000000943 00000 f -0000000944 00000 f -0000000945 00000 f -0000000946 00000 f -0000000947 00000 f -0000000948 00000 f -0000000949 00000 f -0000000950 00000 f -0000000951 00000 f -0000000952 00000 f -0000000953 00000 f -0000000954 00000 f -0000000955 00000 f -0000000956 00000 f -0000000957 00000 f -0000000958 00000 f -0000000959 00000 f -0000000960 00000 f -0000000961 00000 f -0000000962 00000 f -0000000963 00000 f -0000000964 00000 f -0000000965 00000 f -0000000966 00000 f -0000000967 00000 f -0000000968 00000 f -0000000969 00000 f -0000000970 00000 f -0000000971 00000 f -0000000972 00000 f -0000000973 00000 f -0000000974 00000 f -0000000975 00000 f -0000000976 00000 f -0000000977 00000 f -0000000978 00000 f -0000000979 00000 f -0000000980 00000 f -0000000981 00000 f -0000000982 00000 f -0000000983 00000 f -0000000984 00000 f -0000000985 00000 f -0000000986 00000 f -0000000987 00000 f -0000000988 00000 f -0000000989 00000 f -0000000990 00000 f -0000000991 00000 f -0000000992 00000 f -0000000999 00000 f -0000192939 00000 n -0000192971 00000 n -0000192821 00000 n -0000192853 00000 n -0000192703 00000 n -0000192735 00000 n -0000001000 00000 f -0000001001 00000 f -0000001002 00000 f -0000001003 00000 f -0000001004 00000 f -0000001008 00000 f -0000191483 00000 n -0000191562 00000 n -0000191649 00000 n -0000001009 00000 f -0000001010 00000 f -0000001011 00000 f -0000001012 00000 f -0000001013 00000 f -0000001014 00000 f -0000001015 00000 f -0000001016 00000 f -0000001017 00000 f -0000001018 00000 f -0000001019 00000 f -0000001020 00000 f -0000001021 00000 f -0000001022 00000 f -0000001023 00000 f -0000001024 00000 f -0000001025 00000 f -0000001026 00000 f -0000001027 00000 f -0000001028 00000 f -0000001029 00000 f -0000001030 00000 f -0000001031 00000 f -0000001032 00000 f -0000001033 00000 f -0000001034 00000 f -0000001035 00000 f -0000001036 00000 f -0000001037 00000 f -0000001038 00000 f -0000001039 00000 f -0000001040 00000 f -0000001041 00000 f -0000001042 00000 f -0000001043 00000 f -0000001044 00000 f -0000001045 00000 f -0000001046 00000 f -0000001047 00000 f -0000001048 00000 f -0000001049 00000 f -0000001050 00000 f -0000001051 00000 f -0000001052 00000 f -0000001053 00000 f -0000001054 00000 f -0000001055 00000 f -0000001056 00000 f -0000001057 00000 f -0000001058 00000 f -0000001059 00000 f -0000001060 00000 f -0000001061 00000 f -0000001062 00000 f -0000001063 00000 f -0000001064 00000 f -0000001065 00000 f -0000001066 00000 f -0000001067 00000 f -0000001068 00000 f -0000001069 00000 f -0000001070 00000 f -0000001071 00000 f -0000001072 00000 f -0000001073 00000 f -0000001074 00000 f -0000001075 00000 f -0000001076 00000 f -0000001077 00000 f -0000001078 00000 f -0000001079 00000 f -0000001080 00000 f -0000001081 00000 f -0000001082 00000 f -0000001083 00000 f -0000001084 00000 f -0000001085 00000 f -0000001086 00000 f -0000001087 00000 f -0000001088 00000 f -0000001089 00000 f -0000001090 00000 f -0000001091 00000 f -0000001092 00000 f -0000001093 00000 f -0000001094 00000 f -0000001095 00000 f -0000001096 00000 f -0000001097 00000 f -0000001098 00000 f -0000001099 00000 f -0000001100 00000 f -0000001101 00000 f -0000001102 00000 f -0000001103 00000 f -0000001104 00000 f -0000001105 00000 f -0000001106 00000 f -0000001107 00000 f -0000001108 00000 f -0000001109 00000 f -0000001110 00000 f -0000001111 00000 f -0000001112 00000 f -0000001113 00000 f -0000001114 00000 f -0000001115 00000 f -0000001116 00000 f -0000001117 00000 f -0000001118 00000 f -0000001119 00000 f -0000001120 00000 f -0000001121 00000 f -0000001122 00000 f -0000001123 00000 f -0000001124 00000 f -0000001125 00000 f -0000001126 00000 f -0000001127 00000 f -0000001128 00000 f -0000001129 00000 f -0000001130 00000 f -0000001131 00000 f -0000001132 00000 f -0000001133 00000 f -0000001134 00000 f -0000001135 00000 f -0000001136 00000 f -0000001137 00000 f -0000001138 00000 f -0000001139 00000 f -0000001140 00000 f -0000001141 00000 f -0000001142 00000 f -0000001143 00000 f -0000001144 00000 f -0000001145 00000 f -0000001146 00000 f -0000001147 00000 f -0000001148 00000 f -0000001149 00000 f -0000001150 00000 f -0000001151 00000 f -0000001152 00000 f -0000001153 00000 f -0000001154 00000 f -0000001155 00000 f -0000001156 00000 f -0000001157 00000 f -0000001158 00000 f -0000001159 00000 f -0000001160 00000 f -0000001161 00000 f -0000001162 00000 f -0000001163 00000 f -0000001164 00000 f -0000001165 00000 f -0000001166 00000 f -0000001167 00000 f -0000001168 00000 f -0000001169 00000 f -0000001170 00000 f -0000001171 00000 f -0000001172 00000 f -0000001173 00000 f -0000001174 00000 f -0000001175 00000 f -0000001176 00000 f -0000001177 00000 f -0000001178 00000 f -0000001179 00000 f -0000001180 00000 f -0000001181 00000 f -0000001182 00000 f -0000001183 00000 f -0000001184 00000 f -0000001185 00000 f -0000001186 00000 f -0000001187 00000 f -0000001188 00000 f -0000001189 00000 f -0000001190 00000 f -0000001191 00000 f -0000001192 00000 f -0000001193 00000 f -0000001194 00000 f -0000001195 00000 f -0000001196 00000 f -0000001197 00000 f -0000001198 00000 f -0000001199 00000 f -0000001200 00000 f -0000001201 00000 f -0000001202 00000 f -0000001203 00000 f -0000001204 00000 f -0000001205 00000 f -0000001206 00000 f -0000001207 00000 f -0000001208 00000 f -0000001209 00000 f -0000001210 00000 f -0000001211 00000 f -0000001212 00000 f -0000001213 00000 f -0000001214 00000 f -0000001215 00000 f -0000001216 00000 f -0000001217 00000 f -0000001218 00000 f -0000001219 00000 f -0000001220 00000 f -0000001221 00000 f -0000001222 00000 f -0000001223 00000 f -0000001224 00000 f -0000001225 00000 f -0000001226 00000 f -0000001227 00000 f -0000001228 00000 f -0000001229 00000 f -0000001230 00000 f -0000001231 00000 f -0000001232 00000 f -0000001233 00000 f -0000001234 00000 f -0000001235 00000 f -0000001236 00000 f -0000001237 00000 f -0000001238 00000 f -0000001239 00000 f -0000001240 00000 f -0000001241 00000 f -0000001248 00000 f -0000192583 00000 n -0000192616 00000 n -0000192463 00000 n -0000192496 00000 n -0000192343 00000 n -0000192376 00000 n -0000001249 00000 f -0000001250 00000 f -0000001251 00000 f -0000001252 00000 f -0000001253 00000 f -0000000000 00000 f -0000191733 00000 n -0000191812 00000 n -0000191899 00000 n -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000192223 00000 n -0000192256 00000 n -0000192103 00000 n -0000192136 00000 n -0000191983 00000 n -0000192016 00000 n -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000089301 00000 n -0000089380 00000 n -0000089467 00000 n -0000194119 00000 n -0000030530 00000 n -0000054490 00000 n -0000090161 00000 n -0000089911 00000 n -0000090036 00000 n -0000080469 00000 n -0000087786 00000 n -0000088666 00000 n -0000055421 00000 n -0000055639 00000 n -0000055858 00000 n -0000056077 00000 n -0000056408 00000 n -0000056749 00000 n -0000056967 00000 n -0000057185 00000 n -0000057403 00000 n -0000058052 00000 n -0000058452 00000 n -0000059165 00000 n -0000059384 00000 n -0000059603 00000 n -0000059822 00000 n -0000060041 00000 n -0000060260 00000 n -0000060479 00000 n -0000060698 00000 n -0000060919 00000 n -0000061140 00000 n -0000061359 00000 n -0000061575 00000 n -0000061794 00000 n -0000062011 00000 n -0000062230 00000 n -0000062447 00000 n -0000062666 00000 n -0000062883 00000 n -0000063102 00000 n -0000063319 00000 n -0000063538 00000 n -0000063757 00000 n -0000063974 00000 n -0000064193 00000 n -0000064410 00000 n -0000064629 00000 n -0000064846 00000 n -0000065065 00000 n -0000065282 00000 n -0000065501 00000 n -0000065720 00000 n -0000065941 00000 n -0000066160 00000 n -0000066378 00000 n -0000066597 00000 n -0000066816 00000 n -0000067035 00000 n -0000067254 00000 n -0000067473 00000 n -0000067692 00000 n -0000067911 00000 n -0000068130 00000 n -0000068349 00000 n -0000068568 00000 n -0000068787 00000 n -0000069006 00000 n -0000069225 00000 n -0000069444 00000 n -0000069663 00000 n -0000069882 00000 n -0000070101 00000 n -0000070320 00000 n -0000070541 00000 n -0000070762 00000 n -0000070981 00000 n -0000071199 00000 n -0000071418 00000 n -0000071637 00000 n -0000071856 00000 n -0000072075 00000 n -0000072294 00000 n -0000072513 00000 n -0000072732 00000 n -0000072951 00000 n -0000073170 00000 n -0000073389 00000 n -0000073608 00000 n -0000073827 00000 n -0000074046 00000 n -0000074265 00000 n -0000074484 00000 n -0000074703 00000 n -0000074922 00000 n -0000075141 00000 n -0000075362 00000 n -0000075583 00000 n -0000075802 00000 n -0000076020 00000 n -0000076239 00000 n -0000076458 00000 n -0000076677 00000 n -0000076896 00000 n -0000077115 00000 n -0000077334 00000 n -0000077553 00000 n -0000077772 00000 n -0000077991 00000 n -0000078210 00000 n -0000078429 00000 n -0000078648 00000 n -0000078867 00000 n -0000079086 00000 n -0000079305 00000 n -0000079524 00000 n -0000079743 00000 n -0000079962 00000 n -0000080183 00000 n -0000054557 00000 n -0000054854 00000 n -0000054906 00000 n -0000089236 00000 n -0000089171 00000 n -0000089106 00000 n -0000089041 00000 n -0000088976 00000 n -0000088911 00000 n -0000088846 00000 n -0000088781 00000 n -0000087976 00000 n -0000088041 00000 n -0000087911 00000 n -0000086824 00000 n -0000086889 00000 n -0000087262 00000 n -0000086759 00000 n -0000086694 00000 n -0000086629 00000 n -0000086564 00000 n -0000086499 00000 n -0000086434 00000 n -0000086369 00000 n -0000086304 00000 n -0000086239 00000 n -0000086174 00000 n -0000086109 00000 n -0000086044 00000 n -0000085979 00000 n -0000085914 00000 n -0000085849 00000 n -0000085784 00000 n -0000085719 00000 n -0000085654 00000 n -0000085589 00000 n -0000085524 00000 n -0000085459 00000 n -0000085394 00000 n -0000085329 00000 n -0000085264 00000 n -0000085199 00000 n -0000085134 00000 n -0000085069 00000 n -0000085004 00000 n -0000084939 00000 n -0000084874 00000 n -0000084809 00000 n -0000084744 00000 n -0000084679 00000 n -0000084614 00000 n -0000084549 00000 n -0000084484 00000 n -0000084419 00000 n -0000084354 00000 n -0000084289 00000 n -0000084224 00000 n -0000084159 00000 n -0000084094 00000 n -0000084029 00000 n -0000083964 00000 n -0000083899 00000 n -0000083834 00000 n -0000083769 00000 n -0000083704 00000 n -0000083639 00000 n -0000083574 00000 n -0000083509 00000 n -0000083444 00000 n -0000083379 00000 n -0000083314 00000 n -0000083249 00000 n -0000083184 00000 n -0000083119 00000 n -0000083054 00000 n -0000082989 00000 n -0000082924 00000 n -0000082859 00000 n -0000082794 00000 n -0000082729 00000 n -0000082664 00000 n -0000082599 00000 n -0000082534 00000 n -0000082469 00000 n -0000082404 00000 n -0000082339 00000 n -0000082274 00000 n -0000082209 00000 n -0000082144 00000 n -0000082079 00000 n -0000082014 00000 n -0000081949 00000 n -0000081884 00000 n -0000081819 00000 n -0000081754 00000 n -0000081689 00000 n -0000081624 00000 n -0000081559 00000 n -0000081494 00000 n -0000081429 00000 n -0000081364 00000 n -0000081299 00000 n -0000081234 00000 n -0000081169 00000 n -0000081104 00000 n -0000081039 00000 n -0000080974 00000 n -0000080909 00000 n -0000080844 00000 n -0000080779 00000 n -0000080714 00000 n -0000080649 00000 n -0000080584 00000 n -0000080404 00000 n -0000087721 00000 n -0000087656 00000 n -0000088601 00000 n -0000089791 00000 n -0000089824 00000 n -0000089671 00000 n -0000089704 00000 n -0000089551 00000 n -0000089584 00000 n -0000090239 00000 n -0000090445 00000 n -0000091475 00000 n -0000101655 00000 n -0000167245 00000 n -0000194166 00000 n -trailer <]>> startxref 194367 %%EOF \ No newline at end of file diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/font/glyphicons-social-regular.otf b/core/static/plugins/glyphicons-pro/glyphicons_social/font/glyphicons-social-regular.otf deleted file mode 100644 index b329161..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/font/glyphicons-social-regular.otf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/font/glyphicons-social-regular.ttf b/core/static/plugins/glyphicons-pro/glyphicons_social/font/glyphicons-social-regular.ttf deleted file mode 100755 index 21a05b6..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/font/glyphicons-social-regular.ttf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/glyphicons_social.pdf b/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/glyphicons_social.pdf deleted file mode 100644 index ad3b4b2..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/glyphicons_social.pdf +++ /dev/null @@ -1,991 +0,0 @@ -%PDF-1.5 % -1 0 obj <>/OCGs[5 0 R 6 0 R]>>/Pages 3 0 R/Type/Catalog>> endobj 2 0 obj <>stream - - - - - application/pdf - - - glyphicons_social - - - Adobe Illustrator CC (Macintosh) - 2013-07-04T08:33:30+02:00 - 2013-07-04T08:33:30+02:00 - 2013-07-04T08:33:30+02:00 - - - - 256 - 144 - JPEG - /9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgAkAEAAwER AAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE 1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZ qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp 0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo +DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8AjOq+UfPltarb23k7VX8w zWGr2nm/Wjb3sz3t1cxzsjRzRSehcQyBU4fuTwam/IrirO4fKknmvzv5btbfSde0ry7q1tAvnu0v dOuLS1uJ9GhR7Pm8qgfvW/dtuKhfHFWE6X+Q/ni3/L7S/MUNs+nak62ltJottZXRvZHGqLJ9Yv4X b4vRReWyL8IFT3xVPPO/kP8ANqXzjrzQR3eq6pK1wRrlpZvYQzxto1tGyxGs0aFkVoAeZq48dgqm Om+WdFOuRy6P+XPmDSfKcd3am5guVuAZpEiIaQWDxzsix9JHBPq9OuUZhdbW7jsnIY+JUowkY7Wa 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 - - - - proof:pdf - uuid:65E6390686CF11DBA6E2D887CEACB407 - xmp.did:326fa5a0-5d85-489e-a5c4-66104c3cd21e - uuid:cac5f373-76a7-6346-ae48-6e4d58328467 - - uuid:d698be16-538b-3d42-9e9e-bd449e262bea - xmp.did:0180117407206811822AB5E550F375DC - uuid:65E6390686CF11DBA6E2D887CEACB407 - proof:pdf - - - - - saved - xmp.iid:F77F1174072068118083C7F0484AEE19 - 2010-09-26T16:21:55+02:00 - Adobe Illustrator CS5 - / - - - saved - xmp.iid:326fa5a0-5d85-489e-a5c4-66104c3cd21e - 2013-07-04T08:33:28+02:00 - Adobe Illustrator CC (Macintosh) - / - - - - Web - 1 - True - False - - 576.000000 - 337.000000 - Pixels - - - - Cyan - Magenta - Yellow - Black - - - - - - Default Swatch Group - 0 - - - - Black - RGB - PROCESS - 0 - 0 - 0 - - - R=255 G=183 B=188 1 - RGB - PROCESS - 255 - 183 - 188 - - - - - - - Adobe PDF library 10.01 - - - - - - - - - - - - - - - - - - - - - - - - - endstream endobj 3 0 obj <> endobj 8 0 obj <>/Resources<>/Properties<>/XObject<>>>/Thumb 23 0 R/TrimBox[0.0 0.0 576.0 337.0]/Type/Page>> endobj 9 0 obj <>stream -HWˎ$ Wt(y0|z] ;"(eUteAQ|o~|{:[:Q{;?n?~(OK/vgG{Z*B5bxgm`zoo~6ouХQl-N%GF^XM5aJj СO; .X>W+y[5Wϖ*dwRddW;T.8LRrP.Ϟ&`9q,Z25)x)s'ݸF\#)Iҙg]ۙKZ`Ba8|Q[` WΫ 6cJI<׌&aC`Ǐ,PfPe]I&AKXϙ5-m/ܑF V{p;KNnGk ĽlGH3Pȍ圵{'Kn Slhwks6Ə syh2u83bgˆ7r3ῺW52CŮlqz`$9@d/y:p-4Zq u\ A_s'2#0`wXqU=:Ӧv ‡pFC8dY< Io84O =]@{''(^s.up܎>J$eE/?&*:ï ?HrE)?h妾ɨܷ_dUc %9H&Q Ȭ`P.Wb(Ś=w$ -\ ܈HAk;l(\>4isCN!HըYit" [=jKR !xbMɍ% q rPzAMZUqYuA>8-5ܖǵ5SVni_3̒]B6gQh꺄6$\M(hM -gtVONvv_o~E硚̛_8nIdU^av5k~iV no$8BWm.aw#zkڥh7zFq{ Q:)r>"VO+ mMkQtѝGLm4x osO3>j6DIw{βhC Q=9!*3Ԩ -54K&UܤC:tWF`R&OQH^EyV}`߄+wiX4P3r eHƎYwL % -Gߤ `@A#\:<6 %c) /(cfN.KL&g݈>rٜkrD뮚?@@E!g@"52EYpfh+NrW 5eP^Y賭W`35,ha!WoYUBXMkE 2];2ЊV698*#9%2k!PfѐaRl-͹(QŠ ex0 h5#?-d#ޓ&FMNj97хD"h - wګ ŷ 6FCl䥦.Q(Wy͂sH -MVLm$3jxi07爧[Rbr^yUDbqk\uoF˴(Y 6/Jof Xݦֹ.SkU$ba!MjJ Bvϭ,yȔ*)J? P_hFr,ِUU]h㺌mH}}i%Ҭ⃽r\OYbc 1BÎc^g =(ǎz7J>& 90H;$z7).Y_bGrhF$ ;w3E?)cd3s!4ΏH#w2gY5S'*ƭI~&[b z멐D.8ƞrz:"KU{ <#q l5 -KݒaZ_ȑ2V|3 ㅬ) ݨk'{м^Iߓ< HЯ;ƉgOE -=D,^gs.DOʺ.R!gta50!aqv |^ew-dX)L0 iP1mF/*HIPP+{WkrdMͽ}C"*#B:5ӉĞi -ݖcc$8=Q^ýmߵo1n%~"ֽ/2r>+ۂP[*[e<`jIja ~\?Zǁ>=&xvN>XY"ȪMz8 :VS[~ֶՇPES,2fYi 8u9̎-5i\](:ܣ9ZGt>!5`ǖ8ckft/k$G4Xot t8&tXsJi"gҘbsҭ9/4PE/H%z5'sXs^TτU7t ~yA?p_S| xi(VTu -ihq cHߺq Fyd"'[LHC@־u^_mO5ZP$tru̓*=k6E$~G̫luK>6$Ѳ\G'¤BdB˥zƴP>Pa0%MR KBw%F ?MB nywdY5;0 S['+i͐Z): -1Bў,"Zk ORb*-XYstɕ\[MKlJ -я@r{ 4(LK;9W֮R=$; Ę }p60YTË+mշbqRUCR*6Fr0Diڡg -IǫҘ~"tM^`Vo-G;iYJxo&^?iR#7 a҉S?UZLTgĹ5SRزtXK֓9a4ti7ꯔ [߶_$8x&@.4lgv}}3ݛ^Dy.<ܦ*>pt)(V%dh@86fe a"h/.0+"mT OskK"/D@q$`\bU'uJ .LOE/`ZLD0Bj@\Kl*TVҌgiB,- s+hu6 UuqqKJ.Q'^9T{Y7dRSحe!ѰSqEiu\R^C aKF="qvV$&18I5'' -C -<.³0USy%2)B+)C)=HU'n>$Ok -9{@p>NUmvQ-z] tvm۾ ?Ĭ?{[RY*;VlPfN܍!Jv:e ,DTVu =V/z,"@V>N4ڢ$RY,*eO{ڨ[bz~my@'~K#'eٶhZɃٸNIGa'[ήVS_II]H,jJF<t-0\KtH@C^ ݚi1p>ڂ70J?.WW,Ӣbc-?o|&4aZDz^ekQ =1!B< -b;\N*3zLDĊ:_6hg$Y--B0ES;VQ@jcuܮw1Jk @`x HFy9)}cc79jK+A4x,&騇Ӣ~W{DrJ<ĭFL;v;#]DA ,ؽ -^ffCDv݅ '}-u4(CK&dtD.& Mf [![ &k3 -5,yac#S p5zBn@U/47M6`! -[1FLhN -aDji \vL*?@LNSmwinr\[ᘮO:9R# !V6:]}*s<b - -]}7?VRWL8"Ԉ^}T -V[H5~|WfV{I,r{'H.ce@;;]#A4(͜q D9REȖ֢U'9MI(P,INDF =h$4wJ1E{fR xIh*c&L>Ȫ* {{9U%\]| %Mim *sޒ_0, ӬCUIR`v\ lT: -fÁ8iD3Ը&DGFGԦoKFƼ L!3 /9zL$ F̡䥠g` -mn@ĘegJ1*mџ*EqJ4Uhu!nsB5]~|A!H bޢ!q}B*(]tOkXA9ܔ}z:V -rj9zSCxDcQ;HLO*vPP*T#(d! ]J!\v5fɫ1NnqnǙ`[[c/;3<~Oz۳{6y^/ ǪEd(T:ZX|=.l7A3{w*##;|(b[ :9{g1t5HV;:=@L%BEó&^;Bz&͞SgF2]4 8ɛؗ 5ãͿϬ8 nݙ } fpCNC Jh)QV!(Tl(cF_Y̼<ͭ΅~h[߈q~[g -/q6VPpes-CN: n +Z{ѽu%?$#.&IL _`2؈&gFvc#HpN]}.qy q">(AC 3[:$.p'{|YHfVG|XGUͣ4NP _׆qTbO횳aaL3QF )%aͳOf Le~}8޻.~Ŷ+EF $&Oq]ΉsҰ=uݼcwاwޱj<7T#hw@9$h8EI8-! !/-pqUu 4d >|ssss4.M|È4&-,zeZRq끀(ZM*K`N$?MiDc=ɓ]@dӥ;*G`&%^=qјC 9n)1:i}avdc -pݼ.ƛ4^1xa -r[نڤE#|]ᗘd3@;~M`қl|&~6J7hy?@T Z/]E׶_tWIv6 @qmoS(,qB!|~|?UaƱsdQdH/0(M2hҀ5FXkRݮnMG9s6,JQ>zC:!K%`{9CΩ3bg)oꗳzO%xY<6SJ$vģh!K#X2 քiْiZù+2UèΪSuLGhc!|#!w%L+X'\/i Ha8bzӋ|VM!9ivsulnW5C[W qY<"IS;,?*ƫLuG@rYxVΩtܝ ͬy,HXS[85I+7yLW6cd "㽭ߤn>xF,Nn)r%FLkHK'/FHuqREĽA1,BuQ,Ra,'P…X=\B[NpцJk5p5x)z'V<ޗ/]N c~di4+rabjy7d`'*?jQ$d薛g]:MEffh?ZwJ+!슘cl0[j)2Wf -jG\+.}PHEXZH&/egݖ+>U1MLbp1)_Uϓ -#ܜIMι>Xʬ y9a\ԦqVѽD; k$ɀ(IH4B)@yq¶%%>֖ROyݥ@Ng= Sk5M -_\\9V݉TOь#GZ(&oדM!]cǥ3tٴ8 L_}UL#d/iĆ%^eO_ ixzx90?l>Wby d̮?1QGTaA\\qxTQ؆8(l8èVe>a}N! |'rH[ RLD@DS&d)7T(R6($bƒdT2ҳ;H5--ҚNJxy^'%3duⅡ)ܬzn,ˎ9qK/̜|,3,EY=n5H26lc$mYRLs4+G+/tH:w=+_3vEh_a/%Ďk{?ûտXȕDmVVgNj% 9]oVxwMadK1I˩mBn{H=+Btr7YpW0 mнʍڧde04!rc :)zˢ$Iʒesh[ ΪRY8k0Q - M{ߊO7(֒2$Sgfkֻy2k`Wdj ,rd OK= 36Uֹ)$U:v?.X?dc:R --X: ]qRJwE+:eGozF>me[]!cO Y8HYּz0< LWDVd)Ĵ,_3#s5xw3]"'xA.2J:NI5M SصS]oŋJ;L4hU}vkjvJ~A\I*'E1EPʲҐ Y^%MZ'JV/ڗS0.%5 ƌ.(8K'͝T1L)8\I?u!eʡIi^IRNdɤ{Kʛ5h#NG)E ҙl9!R~6~9TPxEy bܲ֕YpXX -sEdy`Wg^g%r׺6ۥl WMU~ >H~t 5N7Ag3%00ߏ/;{1թ0?m ZZy}w SϻJiMc#AA=p[tDg)&ꚰȴեTv`=HG]*Lp$%wEPǦ -zMC:eίID=db#hLUֳ)m&1YBs64+S &!MXR ǻw%@}A{Ӝ&"*D]yY3D+C{ѤL,m0yr,pDA~4j['e·`Uxқ)e[&.)gF\j|4krP]8qWE7bzĶ> W -e0;e%% z΃ CY%ނ!MGxi8=9kGvېy4d_3ّu%N\*a`dJs)B&#h_!-,_V" joH -wD;8m|)v6)ӵ8EU:J )"1cXn]$B@G d=,dX* m瓸}h{o΅mHOz|DSʃ`Drt-D+T'Q@񩺵`UCXGd̔/̥Y?b$J0Ԯ⊽Zl&Ȯn߫|#dYB#H>|`ݧұݍIKG,VA]RLa -ڰM2L %+"P7&4Mݔ(L]ݰH!D]!>pZ̜ҰU;z]t{{NgT+7h^lx6DDLpwtNFb5AQ\5$͸sE@g-2f]1_f' {}6H-32iKj=wMAAk{xHVm c˨C(”?5Z54ĭô,lEν;K"]NkC(rB$[/o-`aYթKl0b(Rw2ȥ:*͎#+3 :;s7˫,% -˄u#f*ի Ut\>xh䞁v1`yCޱbq6)Tky<) >pyFecPV:z.J xAA+gG1eGf-'e ȳ;4HN'y1\Ҫ'ˤ0~G'L0&Mk߸ 8_T7zyj|*AޅKTc"ƚSYPR*u*!y\@AVE6;ЅuM5KfQ4-YYh- + 82}aGWy1f ف |<@{92mglѧKFgx6H^d__;dt(J]'2*v$JƘe[R~o|y)C[U^\&1 )(S؛E&$48!=mۦe{LoPU|2J4)ܭK7p>]Ra :uLtˍ mLΉQNnX=? ,Ws>QCxq͂{4>L7On%Z%~I$}!G!T\mOF/1q(Z$'y>Ʈ@nJQ1ꕄ8H<`qKڜf TmAK"%B4sY34tqqoXiVv=wYO.cy7~Rx.Ut'9IޢIaFKuc&PBִg%Ɣ-fB)UkrԈ+8E7XbWQ?yLfhldn -ndBR?d?ų0׎[zJ:!1|D,mgQ8H0`]&3r -5$R,DLۗڳR [iS=͋Gx s}︎ RWWL_\pwT/^RY7ĺ ;j}{ЈKv;5<#l1t UD V)SМl.]LF8nIj&s3/ srmNZC%5J:B4JVv#'ٸqS Hyۥ~L|5շ#M5xbVK%,h⫥>(IxFd7uԡ7p``h Ixp,sI)Y'/1CYX *ڛk -:4fDw3Rf:;(+.;Y㉫b,0&UQ)= 9'~np2m<<񫠌%#DޝEwyzI); oIY9ńlYYO4ܡF.td.K1ϊn= |5\1tk]ŋKޑv)r䪹֏:HqHb};ăR#=DhE+no" JQeUcY%M$qhW,yAr|8xXRH- Y6-7>ΐc>/4]Rɵ -l9 eIJbDdk)lH74ʬUF߫ӸQbg*$dU -}ۜ ' -<_B"8DH&{ AiݶIBՋFV2)gNs)T:ExG6M#}dCNjyϏc<{{|6 -@d1֋XN΁FPd1ԉ_OTD.ROşT]!5hynW>nޓ e^>LoKv$7_}y/sѿ\R}LWj"n&̮Vu݉2HP$'Ӕ?vq)bWE{gŠlfZkΛ7CDS Yz"5EFx#椺OY/<{fj+p Y),i;o6g\&2OsOs\Ş15)5pڣTbIJ `Pgbx#ˤVX0>ȱez+{%.B\k;&s>>wݾpJZoDG,TdN$t]e2ϲLgْkC)CZz,T0{R`OwL% -H5tIޟzg ,V@L,+h,q.xĆⱆw{Yk>O']z[tKmwun*<I0ׅsi]-eNJCg`%cH -qW 1KbyQ`މX3bS췞~&t/BF=:^BfKdnb˜W;J6Ǚ=@MVQ=9U*,6X{  lFLu*"lTA6 HўR{ sqYU0 `Ez#%/5%55F~ M ɼ*`M@(,+Z0+2 -CZ-eM8mw.J{{]H$ք ^+}js5ϙ7`?kvzV?#0In:b -(Ppp-[HO_ -f*Qv{ N;H 7*7 b^"C/Oѵx7Y2I T" VVV% Oh,ɖ$S<]DZW,ΡO:U:PNJ\GRnSpq @<~@SDp1!7,Y%ݞC N$#Ȫ -H}Zmk/c-?(x-1/-*ׇbԎ" E 5AN'$8nnï?n ¤օ 5,8c5aRjMèX9VDe~PXJp8*/>m66 g1]l13 -njJn.) -gcJՊu6.x~S0 ظ:!|tot"ܧJ 'YZ%T jDfy+G&\Y19uvRnhKc0P^hO- -t7%Ohf<¿&(x/ЄXСK{gB9 ?v9D,t. ]1m<ͬfBGiM9&k'oj!J[ X1XNJyBYղ4F3ܮOQȔ xDUrIOrĐITv6*[YӴwɚHnz\TBg ib@$7_#O|5`?V'-jlw<sAu wPl XLS`)UyrB"88n=((@s/+a2e`jnØ~IK"R0Hgfx -5N952G6g]4dTmk`c b*Gt&&H=iȊKTg3b{j-$6ëQX 4 $Ge?ɂֱnהLDvb*jTg54 ((tg-To4[:_5/V' Gdf۪VǼ5kZ_[>v8 >oZ 6U:8l–be2Ok,k"@I+ԪzPQ.(AatySǜS2U0șrLimW+:G^XxG($ι- $da -J}Fk!$R8%cjv|)jqˆXsX.E}ᦠNY/t_JU(Q}}Dp֏yUʞZi P#l~fgnr^hyA.dQ,e}EfCZ -.iS9'&%EcT#ܔ댵DW 7P]WmrEkK tyW4<)g9v JN'Zzvܰ[ab8gZ~XoдXL %t8g'= a,s b_;DP FWrSHVMP#T_/Ž2BҙF׿GzN/!m/-!{@:$r'O~rUv'Q CFhP0:hm$ @Ge ~Y.什d'XCY tT@@  Kg* 9p,X[~ix:m|Sc({khqát(IKy= +Ŝoȓ2![Ro}+tCSǥ R?*3iυ^jh_vsdnp`dB,aQ__L@ ]*KugO}ko%w$ؠFz_1ْZK8$II C޸'$ `rT*Pӂ,u-ӺJ;yFWDUQOBX9$E(-0"5@D&^4PkKj ЁGVw&4.V$:tb=,h -v0KY٠$at5f OtF5 m -2rMyHǸ$V $~wEп@kDQ@bM$]'\@'8cR7e8C#vgg rrDσԑ&6eX}`\o(#t8LɷC)knW*]KfθTl;T#!Y&eRԷXܢ5+LK/.(H1zȠHCd2%A*#PkІT!?qv1JΜ﮳G=Q[w]ſ몟ꧦa?SKQk(,85$͐(e=<"1S#Fͳ"bߠw -)*(uskNvڕ96ӖǸ =KN$t>Jw;tdV6rW(={|~m,nQ%+R D&D=G#?1PgjjbS㪵l$kj>R=}+ -ĉ.cd7>S(F Q09 -2(4W;4xTדjRa[eո:oc* dKp?<7+)#[9_Hi#d䭲Ƕq)4VUq%fST_S./EI|Pxv9]lˁ|䞂S?Mq -ZR$`j^WEbN.%W)I:99igQlR A(3nߌ^b<S]^IkJ]\l -`YP -JD=LKA3D -QB" N}5 -@?\U&kZR("Ȟkgj})~\:k(6xӘGK " <넔.{x@&Lj rEo~ `3 x u .'Ag|^؆z8˙͏׿}{˷?4A3`$!B٬ߎ_߾_ŭQ!DL{VbAA_5An|5NڵVt?TrЂWmF4$8UY#o鍻@#u!Ң<,vg_ .|$Kg~Frbd%ucE; -q( ( -0,s冪?0+ckP:^k&{Eq@ZX>YB#݆| +s $u'˼Ƚ52b"2YqVg GCRB@@2db_g0pj%k1 şD[y֡ry܁dTG1 -*z#Y :#QgS1!+5Y*V1F[! frLt_c82 +J8g2X]8.$KXjF/.YGjd+)t#&reڠ|oTlxes66ҙlV75DD=Ԣ%fBr3}QfsZv͂Z=?qŪa )][K:ܭCA&oH~TL74X5V3w$4N\fXGںIkIA^< XCŲUVVT˿MJ#sZj&`t^zQٵT*2 vb - ; B_YEr^H*?1 Iڅ,@QdAddS%V" -ްJa9F -\c6zsA>Br,K c!x$]=:P#U)=ёB/*-]bLy fӆ%1sqR?;I<K=WHVdj" ,#OZH_z>?xomlޟ("saٖl˃ :JU9Xwr?S'^$aAךct#H%))ԕkvůpiE>+,5FEBrs*XяN :.|[ni}B5nB\ׇ8Pvz yǶln!'#7n?7`q -kDA3ir&yKR;,2> endobj 23 0 obj <>stream -8;Z][Ta^uE$q3JU?_F0:*<]c32-a$S!9tm.9[_Qp`-E+[\&TN6qF^/Ad*ZP(BH<)@ -O4M]lqe."0[ZB#8R[F6XPNsct~> endstream endobj 24 0 obj [/Indexed/DeviceRGB 255 25 0 R] endobj 25 0 obj <>stream -8;X]O>EqN@%''O_@%e@?J;%+8(9e>X=MR6S?i^YgA3=].HDXF.R$lIL@"pJ+EP(%0 -b]6ajmNZn*!='OQZeQ^Y*,=]?C.B+\Ulg9dhD*"iC[;*=3`oP1[!S^)?1)IZ4dup` -E1r!/,*0[*9.aFIR2&b-C#soRZ7Dl%MLY\.?d>Mn -6%Q2oYfNRF$$+ON<+]RUJmC0InDZ4OTs0S!saG>GGKUlQ*Q?45:CI&4J'_2j$XKrcYp0n+Xl_nU*O( -l[$6Nn+Z_Nq0]s7hs]`XX1nZ8&94a\~> endstream endobj 15 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 307.5 117.75 cm -0 0 m --1.934 0 -3.5 1.566 -3.5 3.5 c --3.5 5.434 -1.934 7 0 7 c -1.934 7 3.5 5.434 3.5 3.5 c -3.5 1.566 1.934 0 0 0 c -f -Q - endstream endobj 16 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 178 128 cm -0 0 m -0 -0.55 -0.45 -1 -1 -1 c --3 -1 l --3.55 -1 -4 -0.55 -4 0 c --4 2 l --4 2.55 -3.55 3 -3 3 c --1 3 l --0.45 3 0 2.55 0 2 c -h -f -Q - endstream endobj 17 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -163 127 -1 6 re -f - endstream endobj 18 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -161 127 -1 6 re -f - endstream endobj 19 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -159 127 -1 6 re -f - endstream endobj 20 0 obj <>/XObject<>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 168 126.3437 cm -0 0 m --0.458 0 -0.891 -0.09 -1.305 -0.222 c --0.807 -0.59 -0.48 -1.176 -0.48 -1.844 c --0.48 -2.959 -1.384 -3.864 -2.5 -3.864 c --3.168 -3.864 -3.754 -3.536 -4.123 -3.037 c --4.254 -3.452 -4.345 -3.886 -4.345 -4.344 c --4.345 -6.741 -2.399 -8.688 0 -8.688 c -2.399 -8.688 4.344 -6.741 4.344 -4.344 c -4.344 -1.946 2.399 0 0 0 c -f -Q -q -0 g -/GS1 gs -0 Tc 0 Tw 0 Ts 100 Tz 0 Tr /Fm0 Do -Q - endstream endobj 21 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 263.9346 170.5137 cm -0 0 m -0 2.654 -2.151 4.805 -4.806 4.805 c --7.459 4.805 -9.61 2.654 -9.61 0 c --9.61 -2.656 -7.459 -4.805 -4.806 -4.805 c --2.151 -4.805 0 -2.656 0 0 c -f -Q - endstream endobj 22 0 obj <>/XObject<>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 263.6523 168.9492 cm -0 0 m -1.861 -2.869 l -5.141 0.848 l -1.855 4.132 l -0.191 2.468 l -0.247 2.175 0.282 1.874 0.282 1.564 c -0.282 1.014 0.171 0.492 0 0 c -f -Q -q 1 0 0 1 265.5039 162.0684 cm -0 0 m --4.767 3.936 l --4.748 3.943 -4.732 3.955 -4.715 3.962 c --5.213 3.778 -5.741 3.657 -6.301 3.648 c -0.004 -2.656 l -6.84 4.179 l -5.85 5.168 l -h -f -Q -q -0 g -/GS1 gs -0 Tc 0 Tw 0 Ts 100 Tz 0 Tr /Fm0 Do -Q -q -0 g -/GS1 gs -0 Tc 0 Tw 0 Ts 100 Tz 0 Tr /Fm1 Do -Q - endstream endobj 34 0 obj <> endobj 35 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 263.6523 168.9492 cm -0 0 m -1.861 -2.869 l -5.141 0.848 l -1.855 4.132 l -0.191 2.468 l -0.247 2.175 0.282 1.874 0.282 1.564 c -0.282 1.014 0.171 0.492 0 0 c -f -Q - endstream endobj 36 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 265.5039 162.0684 cm -0 0 m --4.767 3.936 l --4.748 3.943 -4.732 3.955 -4.715 3.962 c --5.213 3.778 -5.741 3.657 -6.301 3.648 c -0.004 -2.656 l -6.84 4.179 l -5.85 5.168 l -h -f -Q - endstream endobj 38 0 obj <> endobj 12 0 obj <> endobj 37 0 obj <> endobj 13 0 obj <> endobj 33 0 obj <> endobj 31 0 obj <> endobj 32 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 168 126.3437 cm -0 0 m --0.458 0 -0.891 -0.09 -1.305 -0.222 c --0.807 -0.59 -0.48 -1.176 -0.48 -1.844 c --0.48 -2.959 -1.384 -3.864 -2.5 -3.864 c --3.168 -3.864 -3.754 -3.536 -4.123 -3.037 c --4.254 -3.452 -4.345 -3.886 -4.345 -4.344 c --4.345 -6.741 -2.399 -8.688 0 -8.688 c -2.399 -8.688 4.344 -6.741 4.344 -4.344 c -4.344 -1.946 2.399 0 0 0 c -f -Q - endstream endobj 39 0 obj <> endobj 14 0 obj <> endobj 30 0 obj <> endobj 29 0 obj <> endobj 28 0 obj <> endobj 27 0 obj <> endobj 26 0 obj <> endobj 5 0 obj <> endobj 6 0 obj <> endobj 42 0 obj [/View/Design] endobj 43 0 obj <>>> endobj 40 0 obj [/View/Design] endobj 41 0 obj <>>> endobj 11 0 obj <> endobj 44 0 obj <> endobj 45 0 obj <>stream -%!PS-Adobe-3.0 %%Creator: Adobe Illustrator(R) 17.0 %%AI8_CreatorVersion: 17.0.0 %%For: (Jan Kova\622k) () %%Title: (glyphicons_social.ai) %%CreationDate: 7/4/13 8:33 AM %%Canvassize: 16383 %%BoundingBox: 56 -1188 516 -935 %%HiResBoundingBox: 56.5888999999997 -1188 516 -935.820299999999 %%DocumentProcessColors: Cyan Magenta Yellow Black %AI5_FileFormat 13.0 %AI12_BuildNumber: 256 %AI3_ColorUsage: Color %AI7_ImageSettings: 0 %%RGBProcessColor: 0 0 0 ([Registration]) %AI3_Cropmarks: 0 -1249 576 -912 %AI3_TemplateBox: 384.5 -384.5 384.5 -384.5 %AI3_TileBox: -115 -1360 668 -801 %AI3_DocumentPreview: None %AI5_ArtSize: 14400 14400 %AI5_RulerUnits: 6 %AI9_ColorModel: 1 %AI5_ArtFlags: 0 0 0 1 0 0 1 0 0 %AI5_TargetResolution: 800 %AI5_NumLayers: 2 %AI9_OpenToView: -560 -586 1 1778 1078 90 1 0 78 132 1 0 0 0 1 0 0 1 0 1 %AI5_OpenViewLayers: 37 %%PageOrigin:-16 -684 %AI7_GridSettings: 48 48 48 48 1 0 0.800000011920929 0.800000011920929 0.800000011920929 0.899999976158142 0.899999976158142 0.899999976158142 %AI9_Flatten: 1 %AI12_CMSettings: 00.MS %%EndComments endstream endobj 46 0 obj <>stream -%%BoundingBox: 56 -1188 516 -935 %%HiResBoundingBox: 56.5888999999997 -1188 516 -935.820299999999 %AI7_Thumbnail: 128 72 8 %%BeginData: 9894 Hex Bytes %0000330000660000990000CC0033000033330033660033990033CC0033FF %0066000066330066660066990066CC0066FF009900009933009966009999 %0099CC0099FF00CC0000CC3300CC6600CC9900CCCC00CCFF00FF3300FF66 %00FF9900FFCC3300003300333300663300993300CC3300FF333300333333 %3333663333993333CC3333FF3366003366333366663366993366CC3366FF %3399003399333399663399993399CC3399FF33CC0033CC3333CC6633CC99 %33CCCC33CCFF33FF0033FF3333FF6633FF9933FFCC33FFFF660000660033 %6600666600996600CC6600FF6633006633336633666633996633CC6633FF %6666006666336666666666996666CC6666FF669900669933669966669999 %6699CC6699FF66CC0066CC3366CC6666CC9966CCCC66CCFF66FF0066FF33 %66FF6666FF9966FFCC66FFFF9900009900339900669900999900CC9900FF %9933009933339933669933999933CC9933FF996600996633996666996699 %9966CC9966FF9999009999339999669999999999CC9999FF99CC0099CC33 %99CC6699CC9999CCCC99CCFF99FF0099FF3399FF6699FF9999FFCC99FFFF %CC0000CC0033CC0066CC0099CC00CCCC00FFCC3300CC3333CC3366CC3399 %CC33CCCC33FFCC6600CC6633CC6666CC6699CC66CCCC66FFCC9900CC9933 %CC9966CC9999CC99CCCC99FFCCCC00CCCC33CCCC66CCCC99CCCCCCCCCCFF %CCFF00CCFF33CCFF66CCFF99CCFFCCCCFFFFFF0033FF0066FF0099FF00CC %FF3300FF3333FF3366FF3399FF33CCFF33FFFF6600FF6633FF6666FF6699 %FF66CCFF66FFFF9900FF9933FF9966FF9999FF99CCFF99FFFFCC00FFCC33 %FFCC66FFCC99FFCCCCFFCCFFFFFF33FFFF66FFFF99FFFFCC110000001100 %000011111111220000002200000022222222440000004400000044444444 %550000005500000055555555770000007700000077777777880000008800 %000088888888AA000000AA000000AAAAAAAABB000000BB000000BBBBBBBB %DD000000DD000000DDDDDDDDEE000000EE000000EEEEEEEE0000000000FF %00FF0000FFFFFF0000FF00FFFFFF00FFFFFF %524C45522752527D277DFD042752FF27525227279A93BC6F27A85227277D %FD64FF27FF2727A8A8F87D2752F82727522727FFA86FCACA9AF827275227 %7DA8FF7DA8A8FFA8FD5DFF2727F8F8527D27A8277DA827A827522752276F %A1C3445252F8272727A82752277D522752FD5CFFA8527D7D527D7DFF7DFF %A87DFF7D7DA8527DA1A19BA17DFF7D7D52A8A8A87D7D7DA87D7DA8FDFCFF %FDFCFFFDE5FFA8FFA8FFA8FD09FFA8FFA8FD09FFA8FFA8FFA8FD09FFA8FF %A8FFA8FD09FFA8FFA8FD0BFFA8FFA8FD09FFA8FFA8FFA8FD09FFA8FFA8FD %0BFFA8FFA8FD09FFA8FFA8FFA8FFFF27FD05F87DFD06FF7DFD05F852FD06 %FFA827FD05F8A8FD06FF27FD05F852FD06FF7DF8F8F827F827A8FD05FFA8 %27FD05F8A8FD06FF52FD05F852FD06FFA8FD05F827A8FD06FF27F8F8F827 %F87DFD06FF52F8F827F8F827A8F8F8272727F827FD06FF27F87D275252F8 %A8FD05FF7DF85227F8F8F852FD05FFA8F8F8F827F8F827FD06FF27F827FD %04F8A8FD05FFA8F8F82727F8F827FD06FF27F8275227F8F8A8FD05FF52F8 %F852F8F8F87DFD05FFA8F8F852F8F8F827FD06FF27F8A8A87DF8F8FFF852 %7D527D2727FD06FF5252FF27A87DF8A8FD06FF5227A8F827F87DFD06FFF8 %277DFFA8F827FD06FF52F8A8525252F87DFD05FFA8F87DA8A852F852FD06 %FFF852A8275252F8FD06FF7DF8277D7DF8F87DFD05FFA8F852FF7DF8F852 %FD06FF27277D527D27F8A8F8F87D527DF827FD06FF2752A8277DA8F8A8FD %05FFA87D5227F8F8F852FD05FFA8F87DFFFFFF2727FD06FF52F8F8A852F8 %F8A8FD05FFA8F8A87DA8A8F827FD06FF272727F8527DF8A8FD05FF52F827 %7D52F8F87DFD05FFA8F827A852F8F827FD06FF52277D527D7D27FFF8F852 %7D27F827FD06FF52F87DA8A827F8A8FD05FF5227A827F8F8F87DFD06FFF8 %27527D7D27F8FD06FF52F8277D52F8F87DFD05FF7DF87DA852FFF852FD06 %FF272752525227F8FD06FF7DF852522727277DFD05FFA8F8F8FF2727F852 %FD06FF275252A8527DF8A8F8F827F8F8F827FD06FF27F8F87DF8F8F8A8FD %05FFA8F82752F8F8F852FD05FFA8FD06F827A8FD05FF27FD06F8A8FD05FF %A8F8F82727F8F827FD05FFA827F8275227F8F8A8FD05FF52F827522727F8 %7DFD05FFA8F8F85252F82727FD06FF27F8275227F8F8FF52FD05277DFD06 %FFA82727F827F852FD07FF52F87D272727A8FD06FF52FD05277DFD06FFA8 %F8272727F852FD06FFA8522727F82727A8FD06FF5227F827272752FD06FF %A8FD0427F852A8FD06FF522727F827F8A8FD06FF7DFD052752FD7CFFA8FD %FCFFFDFCFFFD8CFF7D2752275227A8FD06FF7D52275252527DFD07FFFD04 %522752A8FD06FF7D2752275227A8FD06FFA8522752275252FD07FFFD0452 %2752A8FD06FFA8277DFFA8277DFD06FFA85227FD0452FD07FF5252275227 %52A8FD06FFA827522752277DFFF8F8F827F8F827FD06FF52F827FD04F8A8 %FD05FF7DFD04F87DF87DFD06FFF8F8F85227F827FD06FF52F8272727F8F8 %A8FD05FF7DFD06F852FD06FF27F852FF7DF8F8FD06FF7DF827FD04F87DFD %05FFA8F8F8F827F8F852FD06FF27FD06F8A8F8F8527DF8F827FD06FF27F8 %52FFA852F8A8FD05FF7DF852F87D7DF852FD05FFA8F8F8277D7DF827FD06 %FF52F827522752F8A8FD05FFA8F8F82727F8F852FD06FF27F87DFF7DF8F8 %A8FD05FF52F827FD04F87DFD05FFA8F8F852A8F8F827FD06FF27F8A827F8 %F8F8A8F8F8527DF8F827FD06FF2727FFFFFF52F8A8FD05FF7DF8A87DA827 %F87DFD06FFF8F85227F8F827FD06FF522752527D52277DFD05FF7DF8F852 %5227F852FD06FF27F852FF7DF8F8FD06FF7DF87D52A87DF87DFD05FFA8F8 %F8A8FF52F852FD06FF27F87DFFF8F8F8A8F8F85252F8F852FD06FF2727FF %A8A87DF8A8FD05FF7DF85252A8F8F852FD05FFA8F8F8A852F8F827FD06FF %272752272752F8A8FD05FFA8F8522752272752FD06FF27F87DFF7DF8F8A8 %FD05FF52F87D7D277DF87DFD05FFA8F827525252F827FD06FF27F8F82727 %F8F8A8F8F8527DF8F827FD06FF52F827F87D52F8A8FD05FF7DF8F8F8A852 %F87DFD06FFF8F8F8A852F827FD06FF52F852277D27F87DFD05FF7DFD06F8 %52FD06FF27F8272727F8F8FD06FF7DF852522727F87DFD05FFA8F87D7D27 %FFF827FD06FF27FD06F8A827FD05F852FD06FF52F8F82752F8F8FD06FFA8 %F8F8F82727F87DFD06FF27FD05F852FD06FF52F8F827F8F8F8A8FD05FFA8 %FD06F852FD06FF27FD05F827FD06FF7DFD06F8A8FD06FFF827F82727F852 %FD06FF52FD05F827FFA8A87DA87DA8FD08FF7DA87D7D7DFD08FFA87DA87D %A8A8FD08FFA87DA87DA8FD08FF7DA87DA87DFD08FFA87DA87DA8A8FD07FF %A8A87DFD04A8FD07FF7DA87DA87DA8FD08FF7DA87DA87DFD08FFA87DFD04 %A8FDFCFFFDFCFFFD89FFFD04A87DA8FD08FFA8A87DA87DFD08FFA87DFD04 %A8FD07FFFD04A87DA8FD08FFA8A87DA87DFD08FFA87DA87DA8A8FD07FFFD %04A87DA8FD08FFA8A87DA87DA8FD08FF7DA87DA87DFD08FFA8A8A87DA8A8 %A8FD06F852FD06FF27FD06F8FD06FFA8FD06F87DFD06FF27FD05F852FD06 %FF52FD06F8FD06FFA8F8F8F827F8F852FD06FF27FD05F827FD06FF7DF8F8 %2727F8F8A8FD06FFFD06F852FD06FF52FD05F827A8F82727F8F8F827FD06 %FF27F852275227F8A8FD05FF7DF8277D2727F87DFD06FFF8F8F87DA827F8 %FD06FF52F852F8F8F87DFD06FF7DF8277D7D7DF852FD06FFF8522752F8F8 %F8FD06FF7DF8F82752F8F87DFD05FFA8F8F852A827F827FD06FF27F827A8 %52F8F8A827527DF852F827FD06FF2752FFFFFFA8F8A8FD05FF7DF8275252 %F8F852FD05FFA8F87DFFFFFF52F8A8FD05FF527DA87DF852A8A8FD05FFA8 %F8A827F8A8F827FD05FFA827277D277DF8F8A8FD05FF52F8F87D52F8F87D %FD05FFA8F8F87D52F8F827FD06FF27F87DFFFF27F8FFF8FD047D2727FD06 %FF27277D277D7D27A8FD05FF7DF8277D5252F87DFD06FFF87DFFFFA8F827 %FD06FF5227FD04A8277DFD05FF7DF8A85227A8F852FD06FFF85252F8277D %F8FD06FF7DF87D527D52F87DFD05FFA827277D27522752FD06FF277D7DA8 %7DA8F8A8F827522752F827FD06FF27FD06F8A8FD05FF7DF852522727F852 %FD05FFA8F8F87DFF52F827FD06FF52F8F8A8A827F8A8FD05FFA8F8277DA8 %52F852FD06FF27277DF85227F8A8FD05FF52F8527D7D27F87DFD05FFA8F8 %A87D52A87D27FD06FF27F852527D27F8FFFD06F827FD06FF52FD06F8A8FD %05FF7DF8F82727F8F87DFD06FFFD06F827FD06FF52F8F8F827F8F87DFD05 %FFA8FD06F852FD06FFF8F8275227F8F8FD06FF7DF8F82752F8F87DFD05FF %A8F8F827F827F852FD06FF27FD06F8FF7D2752525227A8FD06FFA8525252 %27527DFD07FF525227522752A8FD06FF7D2752275227A8FD06FFA8525252 %275252FD07FF525227522752A8FD06FF7D2752275227A8FD06FFA8522752 %275252FD07FF525227522752A8FD06FFA827525252277DFDFCFFFDFCFFFD %A8FFA8FD3FFFA8FD20FFFD0427F8277DFD06FF7DF8272727F852FD06FFA8 %52FD0527A8FD06FF52FD05277DFD06FFA8FD0427F852FD06FFA852F8FD04 %27A8FD06FF52FD052752FD06FFA82727F8272752A8FD06FF52F8272727F8 %A8FD06FF7D272727F82752A8F8F8F8277DF827FD06FF27FD06F8A8FD05FF %7DF8FD052752FD05FFA8F8527D27522727FD06FF27FD04F827F8A8FD05FF %A8FD06F827FD06FF27F827FD04F8A8FD05FF52F85252F8F8F87DFD05FFA8 %F87D7D7D27F827FD06FF27F8272727F8F8FFF8F8F8A8A8F827FD06FF5227 %5227FF7DF8A8FD05FF7D27527D7D52F87DFD06FF277D7D7D527D27FD06FF %52F8FF277DA8F87DFD05FFA8F82727F852F852FD06FF27FD045227F8FD06 %FF7DF85252A8F8F87DFD05FFA827FF5227FF2727FD06FF272752525227F8 %A8F8F827A8A8F827FD06FF27F8FFFFFF7DF8A8FD05FF7DF8527DA852F852 %FD05FFA8F85252F87D2727FD06FF27F87D7D527DF8A8FD05FFA8F8A85252 %FF2727FD06FF5227F827522727A8FD05FF52F87D52527DF87DFD05FFA8F8 %FF7D277D7D27FD06FF272752527D27F8FFF8F8F8A87DF827FD06FF52F87D %FFFFF8F8A8FD05FF7DF827525252F87DFD06FF277D527D7D7D27FD06FF52 %F827FFA8F8F8A8FD05FF7DF82727F852F852FD06FF27525227527DF8FD06 %FF7DF8277D527D277DFD05FFA8F87DA827A8A827FD06FF27F852525227F8 %A8F8F8F87D52F827FD06FF27F8527DF8F8F8A8FD05FF7DF8F8F827F8F852 %FD05FFA827527D527D5227A8FD05FF27F8F852F8F8F8A8FD05FFA8FD06F8 %27FD05FFA827FD06F8A8FD05FF52F827272752F87DFD05FFA8F8F8527DA8 %2727FD06FF27F8272727F8F8FF27F8F8A852F87DFD06FF7DFD05F852FD06 %FFA827F8F8F827F8A8FD06FF52FD052752FD06FFA8F827F8F8F827FD06FF %A827F827F827F8A8FD06FF52F8F827F8F852FD06FFA8F8F8F827F827A8FD %06FF52F8F8F827F87DFD06FF52FD05F827FFFFA8FFFFFFA8FD09FFA8FFA8 %FD0BFFA8FFA8FD09FFA8FFA8FFA8FD09FFA8FFA8FD0BFFA8FFA8FD09FFA8 %FFA8FFA8FD09FFA8FFA8FD0BFFA8FFA8FD09FFA8FFA8FFA8FDFCFFFDFCFF %FD8AFF7D527D525252A8FD06FFA852527D52527DFD07FF527D527D527DA8 %FD06FFA8527D527D52A8FD06FFA87D527D52527DFD07FF7D7D5252527DA8 %FD06FFA8527D527D52A8FD06FFA87D527D52527DFD07FF7D7D5252527DA8 %FD06FFA8527D527D52A8FFF8F8F827F8F827FD06FF52FD06F8A8FD05FF7D %FD06F87DFD06FFFD06F827FD06FF52FD06F8A8FD05FFA8F8F827F8F8F87D %FD06FF27FD06F8FD06FF7DFD06F87DFD05FFA8F8F8F827F8F852FD06FF27 %FD06F8A82752F87DA8F827FD06FF27FD04F827F8A8FD05FF7DF827275252 %F852FD05FFA8F8F8525252F827FD06FF27F8527DA852F8A8FD05FFA8F8F8 %7D27F8F852FD06FF27F8F87D7DF8F8A8FD05FF52F8F8272727F87DFD05FF %A8F8F827A8F8F827FD06FF27F8FD0427F8A8F8A8F87D7D2727FD06FF52F8 %27275252F8A8FD05FF7DF82752A87DF87DFD06FFF87DFFFF7DF827FD06FF %52F8A87DFF27F87DFD05FFA8F827522752F852FD06FF27F827A87DF8F8FD %06FF7DF8A8F8527DF87DFD05FFA8F852A8A87DF852FD06FF2727FD0452F8 %A8F8525227A8F827FD06FF272727522752F8A8FD05FF7DF82727A827F852 %FD05FFA8F852FFFFA8F827FD06FF2727A8A8FF52F8A8FD05FFA8F8272752 %52F827FD06FF2727527D5227F8A8FD05FF52F827FFA827F87DFD05FFA8F8 %277DFF52F827FD06FF2727FD045227A8F8277DA8F8F827FD06FF52F85227 %5227F8A8FD05FF7DF8275227F8F87DFD06FFF8277DA87DF827FD06FF52F8 %27277D27F87DFD05FF7DF8F8522752F852FD06FFF827F8522727F8FD06FF %7DF827A8A8F8F87DFD05FFA8F8F8525227F852FD06FF27F8F827F827F8A8 %FD06F852FD06FF27FD06F8FD06FFA8FD06F87DFD06FF27FD05F827FD06FF %52FD06F8A8FD05FFA8FD06F852FD06FF27FD05F827FD06FF7DFD06F8A8FD %06FFFD06F827FD06FF52FD06F8FFA8FD057DA8FD07FFFD057DA8FD07FFA8 %FD057DFD07FFA8FD057DA8FD07FFFD057DA8FD07FFA8FD057DFD07FFA8FD %057DA8FD07FFFD057DA8FD07FFA8FD057DFD07FFA8FD057DA8FD7FFFFF %%EndData endstream endobj 47 0 obj <>stream -HWѮ })THJJ>M6uS8h7kHJC26A];zF/z}y$AXWewT8wTnwJ+Ef-'=C寗xjGh_6t?gx+. 1g]/!wx͏#TMZx_ 00?j̅lѱu ΅l~~4>_b0z,=K48 =,DŰAÓRA[JoQ-fSwlffg58?f#غ2?χ!qkunp;t*BbӅ]l#VPޮ3XgP`W^oԇ+uY}4h_3du&lvuuSח_ݗ~zO?z_e\_|vO;V+rbXLιHbbe.2~i`XfHbbe.9n+x2*z`jC%=>7l3~RgOdF_"lmV:*Y J@"–a-N A<ϣk•0X& PDRHV}DgXa{.p@Dž Ѯ&62}W4Ph[! -ձ5M@7A؛C*~&)l[1[$!(q xįh<5VS=??-ǟF^?4]XV1h/b8a6N4Kl /b1;s19pChdZˏT -& !(s["CYed;;ҁR*8߲ԥ=L]?9TRem@0,DV -Xdܷ*~E([PBs(= -,U!RksT7=TOߖUXWpW$h8b d -𮸠q=KM :g[# l*+' .rĽӻֻ<}<WB>ڿ}óEvB3Da"@ZxU=v|[sA<ϭ^׼$ч2!TI<9xu(ehD(a$VAm ,Tt< -g+!~%KIPa2pa0cV#3n-%vwLANJ' *x,dp DIcF SF-툑SJ]3J_`n  jYsCD0nbêe -{W1 8VI4ZNٙj2@`> qL|PlDԪN`լ>82;qbIӑr[C%/A/$G˻ǹ7o}Oc"K cz:cX,Qޜ\  [d8I 1v%sᨨpy,1x>o-=Yͣ3楙9,.H~@b/u{RǠ9o3AHUz)+= XYTIpJ""="d=Fh瀃6uƥOpqA4f1O-n{yph =K>j(Mgd"ؽ~y&EM_uGOPP)%/?' -@HBIegF!!}}Q>U9lVJ̰$Z88ϡAn}LOn] _Qxf`$DK1#xT@[fj48+B';ҹYc:l,֗M]2ѷ83k1.!ʅj:%t%A -?)hg@cKeQR`͸V'0sePE0q nkKK0C_@#BQ,QI+:^3 t3/q9r+P"Ha-j N3Ju*l`Oeʃ PН֍ҶQ1:J'N]n he9K߽/4}K¿R rbmb\_Ǻ dlXSH7ޣj-,Y! d,͹Tt Z VFYJrjUR}yEkW2?W񢅄P͍Q([c 7)49t[~}Kp= X*VӘGr۷; Wڷrh .)f)]煲Q.躢R''@kCVi:*B -uXP [6*ԘȕrtJ2ԚjLt6߻fbkXi%Fv}u]3\_l@9oU.)/6BV.S.$B2D\ݝZ-[AmKw"3cFnk[l}4ooNr1jHE dzph2+T*5C90ԥN<> tȧ%ywF'ȉŁ>@]C9$;? -(*Vx 7^d dDBoaORZ`MB쮕}Hs$Bplzi}ܡᙨ&)t:GPxA0~R䛑 "y b}ǖi^+NLpVYSoy(LV.񘃼}ox_An~3߿/oogU~}6O,޾=g/oη/䡯~)GIOD/Ngi0`dգX +)D)oTH2CNq5VRdP(TC -N-A_}sZ{ǟ,|Pef>3)ST"/s¦6J'&Z;K٥41ډR7Na?Fb?fa \BRp.AckGkjTor~ko4 \+ߟˇwE Wd+L7GT_OETfY3J+5Ue$!Xx^]++0d;V(Q˱,v,N4Fz~%'3ANET-HBUM4!h;gv6ʴNڻ[J" &kLݦFyU<:?&H -i"$V&ۖ88t4]:-c&:5z# :qa]]O3]&ަF>z/ԕ&B~SF8 &iQCv6d! ߤӆ69BCh2%ڰ%gNqd @NZ,;z dE"0~p~>vb:H)vS餜 hdɩ2\X]ÚamN[tUwHC+:&`0j`(xRstc=VsP0}fr;۟4O@)ykShfY3)QCҵ>HiH1ͭ(Mph0;HC"V1!ݛ*}~Q=O'al#(7Y $/̋AY>ptUF9]h-Z-o䢤dYwH{ف߃>7u(zuYƵC f{}p.Xcgy:eô[5T_lBI-K)?v#Gyr*WgxBSb bgm -:ԫ%&` HaVvbIL4_9f%&F$MD{oϓ[EVp"3Y\iK8f3ë$nkNTB3ڔ#P%F3$&c~ j=9$2zԎ"h&$Zq*@CP.`p2zZ*S1MR񚺰B֚FL+^;tJ{GQi=tgKw1 ZHz8;"MKhM}HF⸰A -rKX:b9h|gu'FbAr.T*PLZljИ] X$1q"K[7ěѽ`A;ULN+Y2KIfGBџ}G`BfY( I$)ZpAss1j6L)vL*uXYe JO5Ű "24my -LZfZuB%󣝤]-ѐ -`G뫯FF0@ 'AX/ݨ ?ù(Lz_1$4,A"WȌ#c%UwL9mũꭖvxG]{p5+lhCm*(͂T,ax ^\lL5rq ʖ#FF4@0eɵ>l3eKEVO -- 0z/T$6 b¤ A=tCDYd]`)\mf 2F\kz7붍 ltqS7FmrJJd\G-W>iWr_[ľ:h\4I'Ck; -p3p, '/lH^K;Ä0˻j;J-'Vږqe6[;"h||\gEB@VLɇT+<(q^:'gNzW&= -V[.;1()]J>==zxzt~ê_||{6=O^m_M~ˋ7]VWuHD7+"A<8[(cDБ 9zRvxCMT(6؉bըC)іXD}eI+\L`@ \sP4N·G^5-RahlmťT}Qrz$`M7WdFHBRP(Xi KUL% ~ǃ%p[-sk[u)W0}Ts%޷ʬzPdI$R#6BZP!%AFS~:VCxI#¬І}bnmtQϔ^|`|KR s4 z©aR-g)Z w)B{-Lks+ɠ=Qc&:҇9i4n-%Mv yNt6\ $W=s[ǒvC˘K {NLѻoyk?X]w@H u NL/EEqN\*Ete0L°4u(šg8l$J~=QxyjPC.3,`A=4Tm NR}>I77: C~p^()q| J6T\UrDCg |_Yw$#-=aYq{D3-a<`cNŤ;_dikq!$ubc"zؒ5Y2vE21g(C \Pf{i(J:vƺgk&, -k9 s<6 ^f -z]}77XOww_^u6 endstream endobj 48 0 obj <>stream -HWn`zn/Mp:"X ZCˌ)rq>-Zʓ#Rfuw-8]c}"ѣ|]??mnǯbNO4M=l;.,ǿW]SOǣz.][\r_5U{R5G!v~K~:ZsꮺOvjіݺ鮳?F-hm^;N>L͉WB;!nonw6Wvm?lO 6FOns1ePM&Onv] )cY_[ȂXzfw-ncBR'rhd<~nL޿&C-G{jpQlZ}rb4qPz"^qAO|zTF:G%syua0jy[/ۊ8 ݷ;F~V}dj.7c}o!M:c)p4riY$kh/NɣOFs>?.)ALNl2Qivu7?_8y~ͬuߐUkpc=v3j_Ά# g- i4Gw0|1TWⰹN|?#rSع߫as賶!Yz*h ß;`U [ogϯ>/|pv!vu,}jVkqt/QA4 ;x헛xtm롢{|iͻm7ZUîj/]}`ƫu0óP M#o5|7*զm><|h.AKr?>KgݢP$_OM<׈l)*Te*WZi `a5|H{8f ,LP,D^櫼ȳ}A@tH HXr3,V8C2A|"r=#W+W仔ܿ)<2mI$, Pʒ),A7jxvIx󛛞njws?"&O[Wnj{E ;6b -{O߰3ZSQ`r %ypN 2x @ pጿ8<·8pp`1D+6l)vT4g-2ӀX#SBNUTC+\U뎴"YAfʀGLa*b;Epھ "H 6 (:BS4bYwTYR(EVO;Bڰ<bgͣ`tpbFAHFzKsfX>M! wƆ+)h'd#S60'­g*mj77ŷEYϛ;+ ?!+^Σ+^!KIZyM].=?iq'Lգ-G㉻a{)~V/8'GF?`OI?b?ZIṲa+Y(x"(,>UX䰩U '1HaBd" l -A BxC rvE̚dQo6ybH5K4QĘ(\멮e)?F9qH-qS`8d L#HD%%GǭyݛwSn*9'sjt-*E'GH|u$,;蚛: [y? -0*E# #KoۧJ<<=ڧ{A -.%]LKu--2(N,\ -ECd:S ;q"2"Z4f(|j8S;s, Eqz4-Bg|뢋Bme`3YRQ, xlBp/;C svӐ5/>ǫ~4Pwh1NFf Y7Il5=/+`#"l̈GBb{LܧWٷҞbX+.pM&4%}bYtA(&Ӯv>3O6ċ-m;z+n&YU;I+y4|KTbucbP$3DR9jhdNdXBk()Ԗ#,1TfNo2i[FVKGG }6Avi  0!MB"02 x&:!1 L׋@#@ON #(9L5IGsRm ԕbh$@Jp8G3>>P@LN*S?I|?|-y錄GgZnB"8/3rˤj9틴|#Di/_S/_~k_v?x~g[B鮦:w3-=і;Kz0Đ˪Lj6<;нwdw1n<84XnWv_W ]G=oq;1fu|zAќzrt9L|J% 3@zޟ:. 6%%NH@^'%jv}+tz#̦@ $*EIƴa-)5p5&1-w qQO -B\4B "11x$1W2'7P0t)bqHXQ$%rb(N,\ -EG0ljhӘ~Lv̱2uO~sӴ rֳ -qF. --͸fJE .4*S0Ÿ< s2 k^~4Pwh1NFf Y75=/+`)l̈Gn:.ؼ:~}>P@P0OSő2z)NSzdjMS:KWzEXZ{徴})އbL!@϶ثXLx8xDt&:w1Qبd\\z4,$(* '  ŗeqONzli];gS{/]8_{)j3vAi{zvΊﭭ}6?(MhTs }g%Z@EC -)z:A(ܷxr1 4GEkԛ??߇9) K9sx6 -s+ ^ցh -qaxMF%ZBx? -xXl~/B 4vfZ4/ c-vinntqw镧C(Zi +J˾ -jJS˜\5 -k.k)j)iULh2@ :tsaV&bc.51 -ä1PG5#l)80M2v`6 ~s=tR~on>-/`A뷻~ߌx7v=UK2~A_;{+Ff -R^ܠ8BYB3111FQ_[`_5s ̓C \8qʙA~̟ 65 kMgF>d Ʌ#S]=d@zA9iC~)@"sAU*KLQ!ܱmwBN- U1Pb W<Tt1B%-D/_Cj\_P[*sLmeG%Xl8q q4b6:KW͑& M@s֢v؊ /1`@{N]Зfn>fxA'$CKx%ylv23FK КC<@hO >Wlp%nap F= np>2!G8ecpN=>־X+23gbZjS~  *Y_Zx">,S\R8 -Pm-Iϕk6ErPa0 [V"0EeB/0!`Q - $Bx|!c w`K`U0hL.dl*+;ScT'$ & ( *X.,\K\W-]V24ZLSաOձ}jlũ ڎ,E'&'h12JF)uz"yT aj!ASvI"sG)e QBpߦkDiC婞( -(MiEi5]utSѬi2E5M)eQ -% JjuRV›jcgjU"TeT{uHRR֛λ:Ԋwm5Q(W\z%JcU -Rn~yg Rζt-ᾏVm,qwim[\aKno<^U9Q_[c~s=tQrb:y-hz4с̶#(u>:چoπ#.Nbz].W-:YIrL' 510ZlK=.M~=rjΝ:[/SùgO#ܓ0" -=(/QiRu[7تCkRiruviysL._~`%*wrɪĴIހܧ`N"yxs3|>8x0~v\"i"˕,0#aƶ̕RxGJ]K^g /3$a97&'g̷nT(4ߞyM"x~{φ`)T/dĹ)CpNZN0 -SFc0{#gcw Sp`N}ppϸ"DLJWH|8ZA@yV./B@+|/t<..n?j+p` -ˆted -AB2{32 `h[> e0K1PC& 5VQc4rdӂ h2yfΞAsR Xa{:E i$Ձ>anK2ut9O ms\%,G[<˿v']Ѯ]]|g*1Dh$68Si,FiCEU@|)*Y)N>f7 Ow Y^ꇵb6sXfA]mɒg=wB\jIfdM*eƼ`+"C4Ad笝]=% (DB+)65/D^aP_߆/\[;ĩGIB<BUBe` BB(2؅v1$x$Oj O8|!PeqŪրН1 Euj9+j,o?.h5 ;v; DϊEE"2V5:D"WZ;XD-R h#tB N346@Y1 -JDd3n<( w@,~ы];?Ǎ)ڸ1Tu?~@my[ct6mf[y &4ʀ?vXf2ްg|̸& d-XlD/ےۛ̈́@+hE4FUaipHZX+ό/ 7 "p( B("ZPQ-&-*Q23jtANڤpwpQ5'd%!7btK1!OFmW lU5O'||¿Ի'U>7;O!ۧ_?O|k}4 ?˧#.ꔫuKIjxOmKwTt%/- HE@(3zK`C?@ BI z~6V|t{E>~D0Iϒw8!Bƽ艕Ed}"E} m.1u vAW mZF]?g'dOzzԥܗMaMUURV,ު+1YCֈn2eT dL,L'/&O&ƢxpgLM4F1S -$@ ʏiKƟ{N9/'OYڳt0g%9|!?7ԟcu}k.Zf4nFOE=+Obc{v?|U9tI `%_ MY7&hfd4f%$E^$aM8Y %q$C=2gg4@dT33k5m`FO"G FrKVeD5=g@1 hEcѠƔU@f -꼐tYG),-/X$V*i>U3jxuՎWUKJvV0SA:%</NiՕ0©3QiDDs:NQzvi8s"@&YZZp-ițj[;^kbj1H-Rvߔ~NEi\ױ㵴[L-iE3G=DFX T{'5`C ڞƵœhT\{q O%  <[_"g׾ΨoB=/]}=;3|]: 5 -;6\&,7S^Bƞ\\0X5(.@pL-Gmtng6.t,|ivF39kml<9U':4L -L05p -Wʵ -4&Qq*lk%m8#1Ffi[S1w'G"0$ц̸̻5.qڋZ -7"71G:l0xrE3Xf'l8_S]BdݍnsjqapUzbk=,9D#T+$ͣ"̀uP^N$Y0A:;0&1_nM5`G |$yI"&)2 ^%\U<_&S!>Q1`jكx9bǐՍ1z6!{͍xH1$Œt%rcN= EMJ)ŨrkVrإYbZ&\K-t.˭}1e V?sљyL̝g h&geJ&!3ovmn}iʛxWxlfpKqJw@DGYăFLHO +? C"#R,E#b$ {2؄ -"J^hRVhL 5d@ّfĩ sBBcЈD41K jH|IdC㐡iRpLhEK专H6:^BQoՖ2V2nqN@[*r. -Ȓ -d p!.-  fx/uaa3(+ LfmD*PX08p320d˸W+  -dr+<<% d~=M|otY~gh,_!| :_t'}I׮e^߽ǯKmkB̯jGPڻחo}7Ɵ(w;}[׿4#F X2E$D *=Tr踡@C - T*# =T4XPAF%uSFQ0 s3P7];!^y3נIӌ\ 8jd{ mI7.RAuĩdjTBGj~-)+U@x#uU ѳ2&VlU@3:W >S "8#bX=2=Gd d=sBGv8n84cOܻ{kNmۿl!H OYg!6 iHO'qDC!Xi|O9G -H]) u%ԯ8`Ip8w8Q -Rx£`O^UcpMX6yŚFˢ~xtD`$IXWhS%Nzɋ_ BqW{w~xO??~xݛy`|Mᛟnn^ S52͘/l+[ 80# WT V>Tw}Xd+ΘVQ-ϯ\wr~&Jr}53%+U3ʶlCMesgռ**ڨ:*IRT-KfꞸ@4JT*Q!ةspMR)׆sf]va]K͆U)Fft[pp+-RCA^[l"Lrs: ^"Z$Zı`բr.=u]]voGqe[|m S/0 ^Z0V5x&F1o8و[)䌱p`>Tugӎ~Z&n>yY;13~~7nf?_ {_g>/C^ ǁ#G]hSGnPWhh:-v% S)-1q!aCKRlIHU:CC}ںഌy8Q\DjLcYAnc+^bLv5lPdg6)-2uxud빮eo`6'~;UL}s^D:|o__s(ՇJ?z0L9Mx>wa{4 a)VW[==D}tVjF,v -{l UwbcwtT^=h,>CNZ{Nѡs}uzǦe&w6膻 `?S˥}`ls?6Ɯ_1 x|oj>qs0fjnV# WdP]=IMbAyBQ;wٚ譥,?WnGüD( UշEJdDDEZ0! r (];<#9;S]]. &z!Ҍ֊Qq/7&%;\Fa -+.7~87&>/v:~s0fԟWSw>Ew/7/_o.f`ؙ_/yg|1999l޾z,zw_ߜ aDS)rr F ?29UDE}qyvBsF~ڳuPDg?RCqA{>p]O;N_|.ljY{ւY\Zs05]Ð>݁yߍ\7#f|E߉W n| v8?ܨܞw{H#XE:H 4FVvQ@SCXT/r[i,jނ"I1ƢAfE"$?xZxHIbd;1e$Ճ=v&Af.NҞɺHy z'qcoIl0FjX4EvL*SpIL#lDԹ DryV2֋`ޒMI/$6AۑTKj܈ݜgьŪ5(F[VKy+8P@@WgQTZ Dq2{]^G_~}vr?]^>V|v{Ó{dc=gdʿ'O_ LagGu5FIhi -k[AYD)KsQ:J3bx"FOnΞx:ֿg%jK[ -uYmoկV[ j"¿I#> ӻrPېvڻ5F9/}߹ӕ܍;ܔx}AM]`k/\-rܠY1T9u\5y9#hz!:@s|C΃KN{*\?+1y endstream endobj 49 0 obj <>stream -H]o۸Ao -Mʎ7FuNq15ҤJ_lr[҆mD|4wp9=.ۭ>N}^paP5?6,ENސF;'q"T{I˪nlN8Qy_t61h.a6PUqHY;Vqi>ay6f"UhSPQ92RV3(:RSUYJZ1 96*SUE9 vZFAN '%&z 5D!Yx}t -nn!YzSޗ&M_+WzZ6!Pù0sqv}^Dz%CӐpKa6ΉzJFd rofK.ς\E gI&Y@_2HW9&&&P7b!gpK%pCyΞB8Iy3(eenJGj5eBv0b6>41#b;9 }%No\7IB}> kc_'˱}WRA$#}̦/}]` 1^hfQ2}PᆅT8RVe$Y="0XZyR@V{>Ot~zTK!':Bd`YFR)4r/[Ytg؊P`_'j!HbQ\Z -|)Dd'3b]o.Nt`99]NT94q$ BhɯZ?j56#:D_>}zpG&+V>wysXS&o *0d_X3 -|oă^âQR POq+$ -Tr^%= "qv}^is~ [KDCe)DykE)RdÍEV4kԲ/_PLp69*r;D. 湺{! -9Cu -PuJbj8176G~ [ - BZmr!V rZZM2ZrB9)ÛjnWixD1D *Prov_jZJ)^&w΅|gqv}^n%oUkOf&ù.oŭ}g.ȭgG 3}eeŪuPŗqXՈ"DPw.pu B0KL39Gݱ1j=mhhިp;@RD㳯ӣd9ǔJ 3+ 3xl8is,L1 usD05 nx^hyi5:BglKE Wn0@Q4Nm\#(RɸwM%hlaNv13x1kL _egK)}j (bS{!0|NF919|U;P[Z ۸b]-kEjCޝǭϚ_bg qIl6RckXz/:8]-p!wHZgPKQ OQJO1'- -jTh#a D}`6 DϻD4&4{szc~&W\VeeZ'Eh=}z$9{&:9!wbD -mR>9/:ɒL{ --# S&( -rPagla*a?>s޼Cç@ýx4&qnN/簛!+x LCVv):7c>FpE#Þm%ת#Ʋ#w,O Z'16#vɍt&c`w sPrvdؑ#³f1>tV'Lk_QK9Zrc(NgPP0܁Ш:}D$'Q`o%¦vdRSN )ʶ15,[hqV rxX3z endstream endobj 50 0 obj <>stream -Hko8h-˗';Y4I1f ,-RZT)2KəntK"3%y[P[R!h|6 )]+IONo&zv)Âx}z2O>$1J~2z]nv#SI^_M07~<nWҊ+a]G -0Y@!Opm~;Anr7> rmW~iCq2hieAp #[ʼn -@Im(@ 0WP,]8㨀4G>ZH; N܌ iB,ڕu7 iNzڙw]dp> xF >$ @E/Lނ8QZz"ᕉs5LAl9J1\*ۉ>]2Jd|5y -H wE#f*V, -yfPrJrʔ?s-- 94 !ѽq PI6q%+Z -~ iG3F-IK׶tOtHOK'^\5x -8.5G a~ ܣWa+[Ke܉.2ڪP@(i7HynS ț'uh>0a*:&a -+rHtfq"#!.ԧv/bҿr#ojz(}u -]jo<-cuzIQǘ^d:usy5`B8sN@I0lT2o3POm.dxfCϑwY2A( 'Tijۋ=T.2W_RV&wb4.XK;NJ(% ġ> % - -:!X9\y(z|F>nHҀF9M0WTp`sCtr=Q"QW&K -!6y -MsĦ+F/g$UN?TbXx!;ťM) @5% ـg WɊ+a]Gʡa*;9#K$"ݽqNou<#4Z.7.\K/"LKtu*Aƹ)߷̓9v>X_ spks_vp*]z3IBe&POm.l<ِt+4o8]seZS o?/J'JRihrJī/)+P;1v㺌{EZE;_;4ځoOXہOvN/ӠQ#߰4N|N|N|ėF -0f7F xv;7e+BҎ|-] -nA rGQ:T:ܚYS,%RA@7O2\EW!Ʌ杙;N@dt$&ibKU6p89˚!H.qT>~1\##A‹Yv -A0DX'*)@2/c<VcuzV4Vlur0?nb;T>xr $+ -8ݤ@x޸2P ˰!G`彩lR,AXz JЏ@X#[d"WǠ?FItoym`!|}&'bH{,4v=#oL[ZwlB~KK]z 5Kym7>H4ZwYq%l2cH9U~%rؾdW&7eL"]R Q6tK%֊Ed9"Q@N&{U:WJۅRK -NLeҲSui>IoO~(rk"ue؈W61.ζ.i' wE*N٠L Ap$- -FG0*\%yqѽ]8N@{h iZ@^p'I.Hn=AԳ -YEDSB*IZ[9w^;c_߳TS8MC `=֚.yh qW d&'b~plLeMDy5&aΖmUXg2߰O^ -CQ癮D 2ҀZX5+aU.P9cUQ4M|ZD@%Qk8# '|kRQ fUBoS&[8|'hdMd_1-? p]дC;‡>x 3Gxgk8kav'ӡ10ְkƠߝL5LJ ǝ8ӠSt:پ7|a7 ~Ƒ/vn3:L^#y1vYLd9&=#Yq I6sdx &ېH0x 7d;4D -rY`$ -?OmeD>cqy=nZQwX~ +xOmbQAW#{|Dxmg!~7ledޗ=Kt񫌘ffcuΝ8r{VܱUUD>}LLCN}s@3h4òi;SyZTޯ}lnduu XTHmnGܜ:FQ<j]q@uL[vj%2"'}5Ҡ=9l228+PGWJQe)vQsNiΦ8ڨU 1E@/6!&9BGP/sʽi 0V`-$!$FRV -bx;7ne/JU&,#9.f9qwja28 ~ ;mzyxrR=.Olf5$pDׇsYS&OP/8;  p32J@(7fbdvi}9߁:|~;}l_Gykﶯ>eʓ3PEl>k-<mYo~r~=UK괓kzN=A&(T2/Tܙj.=KjMު^,/Tm/wW"9.O[{&(*\upz@霑{qo=Ci=mAT-fyr)@jX:N {ý2VGl;Ib S#dЗHЎ(sJΩMHuIez꛶_,G#6*~?$O Mq!ͥyAM DY*d/V*\,\gԼ%ޗrӗiرNYvoCҴ.(\̏t>k7JnËUBQ PNT -\C1MT@#=}ECYPbX=yMj^eeHN8iFV p?; Z C$ - )nX;ljG+a@  lPhЗ9a1WƳE*=`p+`M[st &a0y ĚDx- Ae$+Y[(TVlDtժMM$l\JJ +*HqD7IhR-}!´cW|$5&u(byk4 'HI1-O^㰡36`Dqh_H(Djưc#6C6sj9I$Z(-rb|fd؞_6~(}&sW~?\S/g/~gAE"0:XeLG(i*-Z}Х܍:c}vz{\/Wm tETꂗ/W`RL1I$Â܇$ aŅ{qp4 -dCws Ң5X#;i\HY5?!7iN'4"NDCM%0K8>Qm5 ĸHS[N]Λ`L4L&h>1^,|12SvxJxؖ[ [$xyFDu tU_:E;ɐIy."[xГ/2RO5:T#/MbK<ɑDBtY|)eL@t** HXut:x sWԡtsF nyIhTcsߒ=HK -ՆlK V?_cRY@0N:AYTuG6t;yǾ> -GN+òza a&S`p<fq 6y!MP&-@P1(XxpbGzwĉJu@у뙺 $% "`sV889f[st0 <Ao0RZxZdZf҄˰[ -)ҬDB؀4x@]0//tg{ FŇ:Z#Y $ $;pa"A2)*tNQkbRMA[gF! Ћ#">B :޺Ex==RGq 8GP PҾ&0আ)o" `b,Rզ)0ÚXXBXǙY,`act)ft)_ endstream endobj 51 0 obj <>stream -HWn[~^9iֻ  P#)[Y - -6~~ۡl'x9gᒽf~B8__qٴ;5'o:a(=p!4p׶rq罎ɭb#p)TPRX&qSRX>„f`pN!m2M65ksA֨{5by2]!D-1} SA -bRB)J w~$gPy->4/K\ >0kt1BigNvpkO &(K ph -I/ 2<hjfM45"IȰkot -yg'zufiO qN7fN bgv#;i=Y֛9bX8 1b:Yy]\BU$y-5lq:X"2m.-miO?[oFu~rq@(j,s}>Lٛ_.[ֳ7o{_B ;`/~aW?ٜ6$$"CҬqvB*{2&Ƞ -dPv_dP2޴S9ϦMޙE kTD#Pp\PHC\oQ{TJ " - -Y/"o܉wY8F'jPH`G>xa`Al&{5xl&~D}'5 mCt[O؝`Яb]rʭ6' R -= s(Qr:-״jV]!a_8w>{#~ן5G|u'wkw5_ͷDן!!=m߂H(At(Pm;pCaחkZI5:-2ay0]>Q$~ %We!b #K" ,@ޒ#T,UQrǗ!kx"|0Bm%Idt/ȦɃgm,@QFV@\k~ZoOf>uzx,UZHUa~8?< -t{\J4xJ!]^TJcal=,/n_e8b@yfi^<_pN\KigqebJ9HHʉֈV -Ph"obLCz$KTBͻ!e 訟P#D2:J} %pvA2#&ZHhҐ! hQ M|t`B8k~l;@`XƜ2*vMP7~UHZD:<+v|J?K*Sq 9kCY2 yltͫP%#*!IӪAM5O tbPz^u;:i'佫bв=\ -RƈہOG\/Kp e]骧z!7W6L/Gʼn%]nH8=n=G?5z;b] -D4)EJU%0V^흸Jʏgp&n#Si'8w -Ƞ,.Vk^"OZ -%DAւ wJ'3* Y VjYMK@6^`C\xOZcGܫJ]e.|JStbʜN/*loߏDh*[f%HBlRZ!Dٮ,{x)/o e&Sb<"jۍ9_V~I4㍝5] @ѬW\(k}NU7&9Xȃ4f_U9MduyqM1|1ՓN"?MB0 RrԼM׼7؛oQ|&xC/Ti-;)Ҕf4p( EjVȗϩ4@3AA05I/Km!@- -?@@$@{ Ap *z 0'w В/nKľ0iP G1%c ڍמǗNvqTH`^'D(\a@FŜ &2~ڌDĆx1l J LymN&9X4Gס:f@Q{~fᝧHBF4haN<,c@T2(jq*P$6pOVR@w*vzć ~2PS+zCYmVёsܾk7~>k^fc[#zr{Xi\>Yƃn6@ik -$+ -)[l|Gj|ByҴ҉"u"Pdp7-ϓSJӰ)}zk#f9,W]19>qrơc7{s,~'';Iގ? -jXH&32?CzDJX<gV1:YƟ1*B^-WO Yc;wAS#h(1,"<0B4@vwY&2fcZ.j@PJ4~J:j6Mt\66ZgJ7IsK0B" N JY;C_X)"C8FA -{x##tAn I()XӞRv` [+l)ykiLvfM#mU?C ŊP½>DBF[c ?k/pa*:HJ_|ǜԽgWFSP)XQI.GDΑ0) -* 4CIC$g|%}@ -$ -"\#O TXQ`üK+˄AKS)ަS扜&RclLŧ7=6tbPܼ/6?O`aejZ1Tӯ „4`?+`?Z|ZbZiQ294;F,xE] 燛wϜԟȎ~9*uHJPHt!mDdc&zP++~SOfkom -;TP%Q65N"2H){B&-PQ= `甎FmbVE׍ΑaeRSE ;am,>7dvfF'be7m'$H@l7 -)"nQo~.ǠX ϭys=) N5A^\.V Eb}O)/wtԺưT気#5 6~؜)SЋZ(gI'C^i|Lwn{U{w"5[ ҃*3ZNeJQ뫔(A;*0? -7zBYEW?!=,[KF>t@{`B*x1xlf翘7L54у'EEYt<,jY倳#2Fl -h@@S97YGC8JgO2 28F:J,Bl8bن -JSM!T]vIqӑ~taӐNVd8@jh%9Zip/ Kl4D"aF.0 88r.| JE@\1dNHLv0<'mYo=݊m.' h. XQ҃uRd&yC(T144L1|K #>k K"3H2$%0"nĩ -eĆVa:a\!x;L1W u:aDȆ:PAubD>M*[ ;4a5Ps ^E5KNaB[,q>Ow@ C~7 kq -οa%1)jydySkC7*L@Dl^hU - Wء*j̈uDIi@b͞*ti۹Iv j>l,O4R&h4,FMPsJiA՚&{0P줜UړM+AR+)P%ypr i~ MmV>g8L}\IAMh ruGw_\mn7`a}|ꇻ _Ӈwo"9\p?|\?^әj{\_~u{uCb}ݤon6w_xu{]?U7r^ÍÈzwZ#Տ$,jx+5'_KZ|el 8Y`aD$I`옵B q/KRs#aZWv_>bԪS3:d򑴅936)G`R6r@ Z/__/%}x)c7&M36u]ŘXC*{{iݱR 't\Zf A$,[* -q2Jh|hY1 -Y٬x*0~)`H&DZ@//WyN.qx>J[TI<7b:6Ma=]c}rۈy L\3{=2PqDX" -AAlo*ėQ 1~bڢp; PV:LH*,eIbƾ΁ph%pV -"s?:@`1eIŢDI=lG8E) P랾\:(%l8@),5-4N -ˊ9ctu2 AŜ${ThdZtpWF(2Q B%E(j' A -D skldbdh\ -Xޤ˂A:b;pxX ҒLFrD#(0ԥcNF}iiQVġHY£v۴4d4 C'ϩ~^X-S"0˝rmwad 4llq,YeB?5J**oH;R.PiRp)"Q#˹k)ph bc.=]_Q2mS\2P5OP e/B_t.g7]ɝ7]u)#?j!|za lACƱ+/d~W۽\v^Ojc%skd܀ ["M_˿*wJ& X<92a]oo7W;Mر/*'I1,ry Dʂ i &\z,u@`bL&{)^uWp{L3ua6xX=~@Vh8[)PeQX(o^&M}t ulom ZIaj,>on%abs6ܩidX|PӻkwNe_9z HK!-Z%=Cogr\|cܱ t?g4HM"&0U.9Z$F^|Jf gf+Cߞ#k`d!4HK.Â4khl٤T@c!=D_R99;N~= -bNA3J 4Vx[p0:HXP+!0GxB1?XGUhv|=Bmyp#Iv\N(OA`]Q0q)BƐ%.8-RV,M'G\fRE^6Hfou,#}@.(囝%O -PQ3HDjeSA7oo~?緗7n5_}H" Gz[OH~0OL< kC ܣAˤ09ȇ)CYt0Ӝbz G}Ս#.ǔ!d3*5kj[9@^RF714DL+S}P~6@9HbvjhJЊɸQƍ*4OӭOH5p:aCE˓#ҹKUǍ1bTQ2@IN(#C2RPI5h1;<% -A< &E#&uDu@ lw2=?ɷ١N^P 4:` ?tZR -1m C=h;sK ֒xx _/]r̦% i[0+lEIoD:E݀KBn1g:i jհCTUZ-+dZRBjItnd7 QXsDҠ &# ɪ] XY/ic -`P]ۨ &1h3BN[All@52]tϐcN(3BY:یftu2E+FN_R:QjACc,]F6l>l@~=E 'c"Xƚ -q`u'kn@~=*&[`OV7qG#F#T Ô[0,Vm3rx7WY.8ސmncek׮ -B}M!|o҄pNE&VpM?ivdT%]׮FS -M^la0qښ6z1ի϶l\y<#㍷z,5'fQTw8|ږX>jXBꉦI0ct [+RSqiAj=i]eSRā(z7M_}цzy9i 0DGuΥQJn"8}Z5JKD^9DdW7/$!jA9&˰*|| -)5,P6.=nAZ6 r8 -m$Qhn?9npZ|h^.{_b|>_ -=Bvƣ"Ecn~~ֆ_vӨa4Le$#TyXρdDqiMwMɏjnRGӜRNM6$[j)̇0顊;Svd$#fe҂T+}EYGZ; Q1=nl+0d9]x }b_ֶ@:`sX͜Ϳ8i=)EeDžܔ?! 6 := ymb~7S޼x~޺k&+=NbI= !իZW=:fΦ^kG>ˑlݱ1>rV5zv{w;j|.+K4Gd*CeO3:ͻTRKQG̙B^ 6]f`>E3$}^Sò zւn6h}k1zn>cKuiˑP8{ -֔Shk0G˚|E!rC.ƋRV@({ݾĘinYçc5/u6Mdcb>?4/K??vʢ,܊.e#9M/a~͢I R|,2:E<3ZeN5f OҢ b(9a%(k֬L%1cGFEW*wb?KI㟸*FMM *j$6&.r4.-A W }6tdm5Vrm=n'I3^c^pfU8MJ #TR$ o:V6:Y FYSANt T2 J& hne,h CE̛x B4Ř^v90:9U/VgF?Dz -7H*nLAlV⊑TKdcw\fiV Bv;y& y"C2,BN|UfuU[NG{ -WU7ͣl_rY%]l cNԒ h󳈠Dʂ0 DyXٟ].9lYi\$ﳬ5:ɣ.A;J&e5\Ayrq/@Y!e$> 'kS"k/&UCH&E -Өna?VJh AݝETAoP77K4aSs -V}# `8jo_ mVhwōx=)JԺj $sk8ϱI/lx8B@L/#-wS\It]p;?L0~-4\ULGX-ң*C#/TW9G Cy4FcKQ8~Q8Z%a\o!]hO^_JuOwU&XrǠ[^it wڳV9qSm)."g\MutS!.Iw6e\$b}(_F>ڥ&쒣8GZT =0yTev,~<5$g+zGKZgGbe>K?fZj %Bj%=0{bfupL rvڮˉ>ABMIҏ~;UB ɝ+{9)ߥUQҲ*fS+y:eg*(FX ԫ{z ј6y5hӒ!EGt{c";OYdۚ& >Y謑4k4䭆Og- -86k B1E\GZW{aDtt䉲8+5,-}MKXW{o .'tWiQ&-)h3H^ ťWf8(5qDaJݪ CN*C.LӁ;h}PآSzY(FbMQѐyJ='$(N-2S|Dׂw+zU\w:0|c)|i(rk)BPK"R}w=`1ljH fzV\,?&{ՎeV;(\# QvBI2.prXVK:rݷyRJ`;ZQ.c&u$-u7 0"*NdmCnOhQHc^;܊A9%b)#$T7XD| QF;PMc(LzBSenoҍ%T+syQ4nhkf81q©qH9[I4Xx2hf - KCa0 'eyQ4o0BQ(لfGJiVTj=KJh٨Pzu q@.hT&7 -CKtIZ3Jy`4DoQY%;i"ޣ01{%Ȩ[&5Eģ\Yi0lFZrv> Q&0ђa֠ -zPjKnOM/լtމ0Rk52@6ho(& -6.Hֲ4Cn# -GH#eBAIzl[敉 S7+hkt/.2>0̐ RaHZi8jcGJn0y쒷=dCD3.,fshL,Qm{׉Ga .1[ UTsu'aBs.y*3"Q3t6ԝkcޝ;Nyqx࿄ /z)[Wp7nt.zq (ޡ%*> բ -+`rGwCxJ:!:ZďAvJ(ç&S!!.Е[ȧ Aj6o?ddq~jzt y0 SDЙ6MӤ]NpT*Y6ѵ 'DvPPWh}]ҥQ*|ƹ rd}fYdzp/ ?q)4"_Qy+].o. -.!]=!;`IrM/љ V *zZXfHVQ h!-y4 ƻUP#j5SrЇDMt@c {ܔ0 ﴍv -璸Ewj&pUeG q[/ި*ͥX0CE -gJtX6۪"|W25I\lG3wJ,SJ"1R(U oSgJǽ oit{m qWTlȥ{wSZ_ˍ酽o|_lpb#-Ȇ2Tc:&?O'XXn?,+a?Yy3ǿ\וBiΎOsKlXL|TxP11k>悁b M*)f>paUiCwŞd'C\6nhv,f)&A%ETulHmy:A 8H6ߚ]X'YYЁY8uaQxL(fh]6 x={pxɊCwK=@ЃS.d֠xI/Qv&.$h$გ;(S1Y)/RRPDj\R - SڑLi5ÕLodvZ?Im=ni٬6If"*53k_)>.rpyh94֭ﮛ\|OƄ0o7$xwh~ptoII#x l@# Dz+4:7 nW+yrw؟5owg{܌~|L@hJv6N7oVAՠ-򾝭F)Mc"dE2JR9GŅTUcpbIq < Ge$2@: ko8?x>8+ a, 2%RX.s#r!3}ƊY`XA):g -paW]#PYilyBaB1 YjJ7c;8"i'~`BҠ 8CoqvRSL64w- j9"}h"$qa^ba%kPļ(_cQ 3}^IrгL`Ap%:ik6߬=HP m@CGA+u@]DAA Yݻ}s:WBnjɄ0JZ,NpŻ!t5*yoG#,a R%9vqLлp -{zM>&ѿ@czI2Ӣ$ E[j|]$2Grrf[h]tl zd)j!'63&E  -K!xN?K]UXHT$U<2m$ht|))+` ገlvBI߮=/ uŶV -Fy mBmKS@Bi'ZG섮ocQ:On- Ӹ:曡!::;z[$O%Q]'PZiomtL:{f~?*5P6`c NNWG}ص Nc6j/msU}gfW@,wL -L94/NV/Xa^Cߘ&|2N,>@FYvDe[M NJ>Vh4[ɤ+O)u(Wܯ1iʶP -j8YI 0By0mGMPR HI:j13dN E@&{&@cF !sЋ_$3rc1!=ta, t܀t:FHCǵ@H5o b:O2[H+\AG -GMҕHTA^#o%N·_,‰\7^^nJSOH/tҾ&P,ʷgO vL78O)N%&q΍qMZ>.~߽>/G*8?ݿ8]_>gx2P|+S0dS{B=2:2:GH[366 :ڛBd(BELLl -$*eHNs{8 ta̅-lss5hk8؏quj)>IN#^#^wsD Xa endstream endobj 52 0 obj <>stream -HWR~9U*~I~!lRj%lJL" ozf$KƖV_ׯ{$ 9 AB ~M0-Ρ-B$$PDgA;CPRKJ4pB)ÄciL01+a[P"N8&4膨n-,?>+$[0(\'019GPvZ#=W"xsЫD.soOn>F Rj]pmY%'%{Dn”C> wvj|}&y RT&-;`!t%.@PB1WkeI>ِFNX{ziH0oۻ -m6l%Uxa{z$/ k:kt)/!أ$JK5*K*sP]A?[Ԟ5jJ`jf:CT5wL)1U䜻B$@OL?{Z_=m C?#~zXakzXFhq\fQ9aR8|=[oTo=37[o=,M'~?qqy6zjeix@ -GojJWr/wПeW][8؅-lA(Ik?60(T0ts["F33Xb*z  nYHreE@?7 TǦㅨ -4+0~;`n̨D¨*&)VXƙA.K!bLi-H*"Z+Ib-`QL%`sCi\O/Bx򖍧-qסPLXL&#N%ƶ@+3O{㽭Qol*JZ %M!P[Dъw6;d#w~:Ⱥ%5K(EA#kE6AkN1DŽĨ R#)UنJh4h1 QrhRR,F,Xa }iΐPseּA\qvp95 ։sS3ntG1U$Xt<=P&-kd:@ޝ;Zll7aUMZDߝ^3q9R3!̠u*˥`qD3`>8vU]Cu)~\Trч:d;g;uN79mÞ9H|5LV8l ;Źt}c^Le͜x=HǙd٩C} fԂ`{E1˵X(fSVH-(̘bP `e-  mKgϴ0<~G}[:lpk@)any&NxX;4θ,W{檣ilmDN [ v-4h %$խeWd_a[·_N 7]Ԇ!Dv%}ו .tL+ ۞SJC;V8̓sc KSe28nvv_̙l Ϧ͔`O]>tQ`Yg^Ѓ?(g`#SS.:|{# myɻ+jp&nmQ\ ^6c22|1Ai25h$a~W`zU2偂Ж4;E~D~ĤfɎJ@kW| Rx$AӇ&q^5ϠXb뗼?h^ Jz^>03q_APv3.s_kOfY݊$c7x@/s#TfF-D[5+%O<\p$7 -ܥn]7x~F"]b1o:.`/[]~xe~c1RK=hPfexnzǑ_!0/هv[>bNHv&`AK - -$$뷨݃M6o*U܁-NPOץOikn|wWg:ms孋+o -t nl9ܮ{SñWU0#P䊇0mz7-8:j44 5`߷_ -=Q(H.oxWvw S3(}`Pv"k9?3.8WĿ"dz<~[G}E.8f?c`k7rvၢG(6{p$ -{X_cvq7<Ӗc <_=~#B07%Ii\/ zhxDk"9 uiX6_:I@PNaLOZ "B_3q?[DK` gba -TAZdQ\պ{C'hŃ0?qg$߮9TתmGtb+ b2"$}ʀ,υr,<@ O#o5~5_O.'g02^+.68:HM4ӥQ)qKZ|Cv8dkkRDx<S]=Պs93dZ?a?hT+QAU[*`4?>8mVaj3E:EX>%t2{^ M$e /tK4ϚJDL =}г{~A)1V"C|Ș;=(g(ǐZĩ%1lM"<'ƷZ ۬Qo5G^7~lй,SMYf>&ݾlpL/'9ms}*hѨȈ+?uLf -j៨qGoZh-~r8j'Od8(Nrph Rڧ:zþk!0Se4=6eD?Q) LnO_(@62J#[+N*Jb&^P!FӺwHJi)3nn_.zzX#u1tVi(+` -`Yd;Z;2 }a-X1Mkɵ<}` Mh [lP4t&ʸ}p9VS.]2 &BLmE涎I4vU'9<,*V:ظEgtM'J^`yW9)j+Wd]2])qL*qrUT@Ԩ gƱ<_.BU @}5+:7} -dq"78 jOk1Ufjf2fh)R*I®#1TG!Sݓa5*wV_v{:qSʜ Z񞠹4c<bVL&gnq[0𮴇aP՟ -&=@B~$6@PR* .>;~=s e*xzPZ\=MOg V֔폤͗QW5bZoTbʹQeG:6&\Q"7=SnmyhKd&_fgZڶ[߄ +r'kB9|2pb{MdjpgI9ŝK -tf.Jj\zU"L+]+kXD_LfS/dHGk8ބgoq]2*axχUQYruI-iI3nCEmoKn"Ͻ^nFxư5#ϲ w,@X?‹?n Zl??Q =rc*v9c$L16b=/~" -qX3]d٨ %;>Dk `ד+w6fp/zQѠu0vegZȮ#RƓI3RON3֬ (>mЍ;A4'Ak3k&zСx`ԩv(*IPJ`_c4qxDҽoo`[=[4F@ta3WRtTfrRd˷X1-\0pIנ^c%S҅Z㑤Zqf0b˦"߷yb8hCk=`0ĚxWzcFEy:o.2P򊪬z;sk(PC5l^aUq0nf]qsr;p(# Q v +laVDMl<a%i6(dC-W LAwR}>st0q+q- endstream endobj 53 0 obj <>stream -HWz}߁!8a DEe6F&&(ߢPPcj -N٦d]ƑDHf8H,-9v GtM5c3V6տ? 6(_ M6 6/ i}KjH3]U פJ%j{?Ӄ{$0E;17Dޤ6KB LQ#qwgF2皾J3~T[~MgZĘ#mA59pʚqY!(Yf@,@q?!q; xɯ/Z;G 6̵j]F?WBGsH^d;cZ+!_#BS짔]yOW_<rKaV{{gb<%LʦW,MH.Y̔,iZPocT4km;zЌ.L6A(旋?}iY͘GfLxu.*;F JѢFZIeaa\ūD,iRʾ&^"\_\>N&E!x\8Hd8uCSMۍl:uvܤRYS⋫aW#67L&ٴZYbe"]A좱k2?'LKwz+hj-肝`|݉2P,q:ih@:?ceIS(x16U䓯)+6yfɰqx]ͯb,w1n)`Sb\EM_/,+ ͥϤ%Үm\WXDcȧ?NJ#1+=棤dڞ2\ñu-|ȨJn3JA/X%*[ R{'e3W Yx͖ T&nnJމl:uHK43(ȧ%*"^aCB chBBhfXYW@hxp.!L=cٷl k+D,J{;UTVOcI0b^FQaB[o9$0>{eZ"L8mE  ,OI7 + O^;3VK^@e^=ӫ;){!TtNsB0TEvJUAȃI`TUNeiJ c*3b(l[y#d0SS9]'6-Z)1To;aV( jb)dQ~00;8AAUYRJkP``”<|[_b G9M#d3jk8m1֋"7b4B@T\;%>8)Nt{îeFdzk`B|ʊ$t(6\z2ϣ`k.)(_#8hz"(~r).tzJORp Ůc[Mxh;7ұ&,9xfbApҜJ9S_XfĖw,ߙW̔L` -4#,>M V!1`C[r!e?oTdg sܚ*פݫr^KuVW񟕃!4@§-BnD}vWK}z*)wI ؽCOuAOϋ/;iCJ~ $Ba^.)s 4q.сSxអèRB8h,Ͼ]:Ki.HY^=XmT*| 英2-zNOo,\pӏ*(bP_*y9Q -bvKu/`S,LID {j)]*9IVABsU>ö?<" އf? -kKC޴;=o+O~7 H0~og pV. ^ݤ)u8ͅ_Ӄ˂Zן(;zsv`9N?h Q~WWv-q'_[0ݏr'{;Qؚ7X^0Px*9;o9յ8? '!P<;ᄇߒAOe't8U*++3`h#t-^|h+U)nģ0 -JV-*"ޖP˳t!\n|j^@'Ŝ5Q4'aM g"4>m_'Nx>%v}8:FZF:=ry|SN ^59RNV/>C\~?B-Q~z/m$VөoBgsr-p=DU.u-` )e}Jt|mBztMïȬF0,X۸J\*:՗- C>-9 )m`Mw -`g$2oqSu3Fsul@H*|ڕ."sʜ|^;'{(NJ}L(mE%R{aI%Ԉͽ&;>\zJ+9#_ڨ3keXsD^9K~5@}]ZR;cyw'q2/Qu:mV G3?EǽD诓Ե>lwhwCt-gs8V/0Ul4#d]Il -cP/FI:\jƜ}MI,][aOM8,ƅ#l]ojcfD׫-^ڰkIhR(cCi\aW5Ty#˩^I'"t.pן2KW_#ߖ]KLfLDfBvWģ%.dX7Vv#ErmԀ&S':4BCPÕZm7=|1S8$l4qqrsr`vgLCj_TU#QT9ZAr2EyI/zG?чU=ŔKCRټ%O, Ė%'lsrY -#[!p)Բ!:?#yoGhdC@rWK6;,Tx83 -:Dۗ22w a٨%,StlT[n3Xƅ lqH]سt>YD{*G ɽԋbƉ˅ L9]-b쪙O}U)#^๸ d fw _Kct9l͓ͥc| &kK,ݬhbr$a}lgż6-xj.Tr rZa.4x}9UvvK:wÖ*@˴<*QD~Fiv'مҞ%9)ƛezЫZ/& ]lRmI}ޗ߀8P z!4 -ugs~8pP)ףz? u, 2 -N95+u[jTh2y6_ -2),PFQUa̲%=Vo܈h{A7ܢҕ TOR̬EgvlNvdC|'QqMo졅(206Қ Q)_e0E'DB"TU^}>h ş9[O}=աTkG40Vp$Pxw-l)Y#gN;ME-F'ǥe%hۯhZ-ί{@Å"DvS%y_L3ZTPtG2 PЗ%Fn1 ^h`k$eEv5Uezl$|O1Sa d'^i,ΕtCItHK]|];W,Pu`>.od?e˜\rHaf'd05xs~ Ao>5ϤT1J0"re*ym%Ϝ+=FQP( -LIAI/ӓՃC߄]İ033ng׹^G+ʉ6>>b:lVC0o9?Rnhjs{=Kf`x `eVg1q~]rrVӦe(kBRX5ǦoUjʟҾM>U {"p1su9mR~Wa*/ntQ!JCh% ^қ+%X?Blbw/o -Sms-EJB<1.WG֙vB߯q'璿#Ͱ}zy.2"v*r|O2Ŏ:NIsL_HZgC'/>bo)eTxFK}]U/p5'l1K^6Wfz̜P͗/\ .^;z ۯT;.jjq͎0ypubΥ9!x3T >mgx<9*Ty&_7 YAjI^cř|,8&=pͮ"FwSbܹJ0\>sh"U4a|ǣL"k6l;7 }9bkgoOf.2= A-i`$ Sqjhvs׼Td 2@&xUY FBAqA$O4L_KVٺ#t5ITc(T's㕢2Y@7~plJPhc#zD {?1JHkDهZ%~ҍy 74HQvl\1ʣjľ-zVUxT1@h?"cp* 13 `UceFEHf$Tsn010`&O3 -L +^Qs j̽ڤm=[5@=߽n_@#[(Ud 4*5%+e~%9g{k(3+g؝jۃh'9ځzS9x4j\=Fqgc[BRm&r e_\'?U8E A0 @eMT@ZZv*kUI䛱{zmj@Jm=xU 狄\w~O0!P3[nxqU#zIScr_Ͼ{,,3fAt\o(FX;yY^AB.A]xm"Y:h%4PPϗY}ȟA:t"PN cs&Z] vC)@9as]ȡ*(%4!ЈH/ARaJ#Ě,Ą -MH]aǫ -M#邰}V*H3=*,W -h*\DX^<+gL߳z8CPt0^h[rrW7M*^ axl;UhEڮ׉\;ufE+h׫p_z3ٛʫo$)]MW^Qdؓ~Oy*~| -כXkloi#~we1*;rYl|}F.ګn6`z Ϙ|5#骖11cUo/EΘg>?~-b|=TFcvR$ŇY~pEμqeA%|Zq-nRz2;m=_/5_R'@_aؿT'OPqm %?LDtKOYÅX1 .YWURJs -W|ZvcAcS"@sҥ '|sj+k@Iu+0J -5]ltQX0\D|zưч~}(>cUcDhj* ^rV?WqCMb7"KO S0vOmAg}fYiḅdE- Y8x % -9F[\%PT5`?\@ k]mO$1BkNCS9y1zhV }e]c8@Q֑)kHT9\8h28Z&14+ZYFK03pjbd, NGQ/XӔZ}||s7|;3wrxȷvtp~:%ɕp# - -? fS/Uݥez̏6 q°r^~Iv;Ζz-60S3zΖXKzh}0'IQ~24%Yx.ܦJ ^j?VKq9YؙX炥8~LS -b _(2JX9į3_bpF;8cKs {6&!:61'c^Rt$ݚlx$SM6^e0Q*Y'`ON`F_VGtaX@`3/eJnh'g 8qԖb#q+꿂 u +#414(x)žp`h]c@4a\|]rD%>>w@EɀNIČL: -NP -];-7nùO $WIo3Z7wHF,$/xq,YGbs4]Y"GzjEQ=V0߶@FZߐT0ziفr&*kP&}tkǦiJTZv%'Yer 5/>/?zT},{bFw$= -%\EdXZdXtv{(þ$I)*7'@Lig?ʼnѪNc}6_<kavl9M4|Ph+OG9~H:F>i 4YoIEkͧKJG.QD:+`ŀ?)%O;hE;K 0Xfk? 4 9Sc(chʂ63mf~ȀܯNeD9T31 t0ZpFWJ|s f0 8e4,h -'v"f+4JTΩA)sM(LoRУ}IÜsl=-H:XexʣhV3t9 Y cmAjB%\9RV^۱L+]owocwvIrCh=t}Oۅhm"-x5)19uN8d;]ax}մ2v[ VbfTm܅c;z ] F@=nED -x?, `'P>vZ(J]]7P %n϶vPϘ˱/B!GsLm3YG.wxGZj]K\OЇR.r/ #-QQFfV$-)I?uתu%a+ ,]d_w?@'RAd2_)= rK,Tu~0pL=m*-V_4_1B'+Tn5Ug 20}c؇Hax!0'"ႳO]瞕?i7g%{$E%l~ -R 1ᓂUZ -Rbnhiw^aYIï5JǍ|P.*LlѴ`sjaQc@mJx!O]`J[ wi~tyͨoi"ls w aN+&KXtrԡ 9qZڙ !)cfd,WiF-fN bNOȩa\g;'^N#ϙ)ܖ)vUTS vZ@FĪoK=o ͂ n|-3d bkp_KX1@1n4z}^+ʲ5s)WG5ۧ׵xQ^1VFvH&Ojk0$[89JUOO-^D[OzPH.kk:8JuU:16M]|z(T_g~8&??w_4oHƆ -Y'g<9Y!w 6z!ca :Y&),x`i$(NjSBٚvԒ"-51ogT@*;KFV6l5|{jMJ%jSͭOi2) u[Œ5.i'C,-5KvE!&k'Sγ^U+H\w 4>u"N~ |JΉɈK+&JҘJ"D鬝0qb&׳dx ި~{ؖ{҉v*HvQF꾴UŭtaM.mKX0ô 3$Hf5YtnO!͍hc/w~o'Hٴ 61l2WT,4b=bNØqN-ɕ0 {mE!~\~x,ax`bm2bE~sLb-H/ ւ6L_w4VB~!3>_ec}A8ox1AIrx1mLW!ay)CPhϐC{DŽM -)eb$ES*cMxXvca{ -<8q P)Ʒ=CDKsn^EHwځqO'q*r!Az}jnے[a&ʅyfϝ!(0=pqZmq:ph$˹W$-CW*r..2s$`XHAYbD%z7(H%/ҙtBƠ֌a< ;٣\>BœC'YnRY\\m,Sb1jFlQEq}2 !* f -yS;.f)#Z))}?l-ר{qZl-vĚݩ}+_$ܦ6? -_1B'Cg__J J'_9$wF(v7JJV3 E 92D% ?i1=Fzv,oC` -N{9õrqXo4f,O)kg||+sdVijP P%8^b rۓ~X(T_dV.xeP`^DIsqH=oW .AuQ}xՅzTcu{P/,NwPlM$Zn OK*(P 0&S0E0OVET>S{?ppܕݕʇ~!|* FAR~FMU$CR 5Ma6+-j(oP\;ΠL*X YḝU2#)C jI{kҀ0[b¿{P^xϵ!cE7I  -*I&yUޱr6v6LH銳ٕ1jc-K 9b4Qr<' yU [ٿń." ;q%]I7Վl -Huk`ɢJX˙}{%XzT_N̕ǻ^;f e;a$]#*<-cA5*\&M -2C~ r{E2LHt}vFu^j,4]Aɜ(s4]A0*NcǘIe&vO*vLgЊ?jGyn"V?%-&cRVϡ[]Y%_- b7Ȑ0, k|! b/$ G"2 b&DY^[AYKI-RJ37 -+!C#]*i_J`p-M* u/ 0$AiS -&SX_ P<[m([ /JXYLẌsՓnߔ{`c8;4 ט*g**%ݕ@S!_($^G`$]r~!N|W(vgS[v]Mr{/n:}8Jӝ$ 1$fj kupN N>{Z%}ѣd@O^PPݣZzR(rY͌ -/eҍB( -[i3-NKޗ>t!W~;'NZIl -9=]N+-kء>r֋JUZ%;/엥IMbnk<30F<O'Zj:u7'y0CnfR݌,Rʝ9Jyn;f5/'$MW $M$$5 &?oOL)] i1No3ťÈ8]&6)@ }z#KCIW0$MO[дnWgn/ʠ35[}_ʷfQsq4]lCK#U!NޘZ`@ endstream endobj 54 0 obj <>stream -HWB\}AQQKisjipҮ_V0 dpXgﵧut.W&\%OmO7kBV隴%y?oV񁌓V$N$( b #JPlM<:2t-hG% -7[< -Nѽ)(eɲ][)dm`#䦾!n䯫ӛܩ^)i֓ŸH F6 xPq (oQk+= -nL`@FQAzuRϟ_u\$.FyQྫྷJndeg$}td%5LcQIkV*gVd;.L\=BAFno3u3k&mn{N{,^zGxq8mk[EURv9, +FQTRTT`[TRI!$,[UB|.6L9L#trÁIP/dU>ph{qVj@}˺/FF:gcP}11ch1d}N/pf2,Q)ycViCcwc4iL1&=߽2hVOyfo5-$]1&cKtq[jgT6Jר dY`o| e}d8*MCĮ#}YgDK"m& e(ԅ1Qt[fK~'yqy47r;ũ8-wj֘kB0|H)5blCarE)|oox*sSl}g8EϽ<;dˊmyT[$:;Ō#움eh?|#vK8Uۮ@!m0cLnŵž03ep(+eX>f)fz*;ۖ Qr̚LHU$il)T,hdA`!{\^(}7˘f+MC>7ICaLr °~0VԅiB;rV / 0Xܨ,x7= Lv`I7Ǝ#X됤Xʃaő/>5")t>%(m9Lty@Ũ筧Jc1m_*\HϠargsrZ)g2)rby!eɜ m\vʒM92P[&.Rmæ%cO Wl/\-R_8IexIwa*""[׾o<ߤ@$/ln{jt%^/[aɦ{~~~J=,v@-סͻXe> ׋<_l]+y2SBx{BlbH1b m,bV^묐 -vIډ575d.L!7>\~g0b'>SuQdcs~n([Ƌ0uY7%Q>%5%>1`<\T!+y!I'Y >K1l`1QoLuJZJjYs ښ"Jbxʥ7LKs_q~UIWC }儏g3تćf8zuABF WM|'_Z_ןxxx;0'~B#F;2{*?{3QPW -aU -و~bR.7P!62f .qW /#W@)*EċП Ԗ1^qB7՞!my.j 1>Jg'USM|C7GU#\yQuK.[sPs| OWV}D22 -&Q&Pfȴ>t8QϟNv%U ?9pεqqeQzx.b|f58f,{?[T=a+kp^Kyflqzоj+FV [):PDo};}ܖuՃbhiW -j &hjubG'%ŃlzuxwYL>h+buA۟ñY{ny6#&Ò[BaH1CCaE ˾/+y%jjv Mpr4/Z6"մ=؅RBzu_hJM$ -#f^4^oO;06#9Fܷ2>b.0l22^k ?#إn∡`9YTxN(+Q7ge$8>g/3_9 gC^a'HQLS!^{qK4:~g,WԱ%a)}ܺSB?ȕU _ۍ٫@DU WS8-pG9DGH5@VXѣcØ &@aϐ6CE Zi -B0FX#ռ'JЮf)N) -`Hz%(e#7v{9qۅ m|o)*5,Io.ЦW7Al \v>=j;SܮK@pq_|L4tFAxTnfeT6x(~0,#()^ GdH ,qVu":A[Y-n36rۦ;a8v|@ S5A%oztGC@e)1B - $Ҏ?͕ zpO62 j] m#xP=qou^3{π?L4~T/x ;z b_ܽ(}==4 2aˆWCZ֨ u?6V}}j}8C6j$vT-_}*ɟҫ;JGK͔֫qTZ X ㇺJ. ? p (8N ҁL0p*0Q$?Fգ6pNPO2>z̗_Doc`pnW><)gd!#QG7#s锛ZNe8)D#e޾qO.sgfu^ͯn+0pIR^(1cK>#ضF%/X9#BJy9F]pJ!YYy8g( -S>5ɴ2]WW+e,btj -O페yO[Ii %S1RN=ޫ:[.2 0QJFE=3huqxr-=kחtp_unx~88siU[)$fcF7P خM&"}$j⻗ ߃qÕb^$k\U@7.K-&kKW6W͛6U gnDdi4ҥ-sΰ.r%QN;khws<:,sW[ojڰd0]rVdU<G/uYS*]5:,1t+!*$PpaEb cI.* 0+z(a/T/scU G(,~T?,g9ܽNv6kgדj%]52b8M/4C >*_Q~sfT,Op^eNUvykn T# j -|>ahK:"L6l]xϳm+'<'J`!2l/}zVOIy\*\uٮj&]S͘Fo^thn){7oOĔ%FR)Zb 7?eJx7[,0m3ؽnAb6;Yj5'^{0'`g"7jeVȫ< Xzyi5`ygJgClAnh;]2V*Ng(LRU#|BYWLnhMpG_{˭Lr5x=$5T㝁Ppá/Uv|9CB@F|Y_ǪT~*xp/~xؐq8|^KtU2L$^=b/hBJ(H*+OI$*6(c-ha,\H{<̜,D\m'Ԋ nJigzS+Հ*2)H>rk$a8lq7e? -^cu/ i<2g5jOa F vy`R0[Ϙ,k`R?6^(dxp%TY= _1YX+/dƤpw9LLA9̺#jM%g+؟&j!&s4 up+l+YwSW4Q?5%X֠"%348}L]_vPx1}ڌd C*\썏Y2Ⱥcibr.V0Z-Wb*L^+v{yS̛Xz\A.9F`OWĮt$r`fȀl!5pJɾD`uUMm`~WZ&Qt6g -Vqg}zՃ1=0Q/p §{E J)0֥. [! g.iIC=h7$v -1 P]֭^ uk~IqB[}/V_o/k./=+e]H:{ćC]85VKwF _]hj0 rL2:{r\g ǛK_gpqsI! Z{u8 ae;){( wOx"cpb(ŭMM4o58}H."AКC)%e"!D&!b`.$XGri! l馰 ̅MA;yXpe$/XLH| q:DT=w!t{(rǥcx$i|pb0; 1#_mcthT6Ķ(##H'jzN~qͬ^s$:3)hƠ@9jSANƂiLX3hh:R nĹ@cBT'_C޷aO%ࡎ9 (0lU*Nϩ$mT#?76"VjJ†]]\'eذ?_6<-EL"iΡ-DnX]ІreݯfeA"M*J)9)Yh5KЍZkΧw$գRɚh"Ѫiw(״.A {ecmDl[#ia3Ncy3 [n4"=M+l~gi~ZYjdA旡eH#{uى=q 32@VCFt @AːCɗa\7+EkVcHA_vvc!1d4'Ɔ Q(6K+Eb *"8M",\MwAb" -*Edsgʙѯ -+nʷ&?륋γf~!G6"QW6Bl= -_5U'plO~W憜Po`Hꃀ{٘+اcM[{KhZq3fd T - m1 m %=p<,KĊS -)jg^f!^N -ކ3T0{@.:VDΡ!~N-=gs|xPˆ:J`&43gAha?^V'ka N+~[->.SXt[0_I2a\N !RHƑe(3yD'zUQ|zl~3YVPC>KجG?$t^٬tvy˿%xo65 FS+y^7fp05`g跋bZzo<GIH*+ -\,R4* -$IL{S)MM#_94Gyh'w.RI|ifH+}|Tw-K9AT߹ }тJ?~I%ЦF@`!Q8\Q -  Ulh@ -H_,2Z8~)TwFKaj.}#: iˈ 4ҹ=>ݠ|4qk(7) H޼|uAk xC=As5s"JK|ߟ^\bյ.kzZ=W_o4yi+ u~O8/=~ ;(ꩴ11eB @!C -:JcW8PAHUbCÁ[ -WejϚA+j`L`k;*;뇨hw/( jx|ӛ3_4qTKGIՠ-E *g*Z|sͮݧQ}1C99nqh×Q$n=[؜\'UgC&RsV`ppCbr?1:Ymd64aXz)LNZU0[ UuB -[ U7ܑ7@ pL:F"Savw8|bt*sWe[4TT$*cن4?+ƞ æ8#|I4|v - -QamuZ 7O}ۈxUWLdZK_8Ho,umPoipHT8SP }5s4KŎ=tZf;Jmp渷`pCay͞JOHPjQ9  AYrŧcHqLN)끶S z$51}h8Hda -=RHn$nGL}g%:8zhVdQv$Z{72O*ч \\5-ro@)M+3CvEt7 ާ6c߼|s/7!q?o(`TD@h7Psj*w" ]MAޤ`x`ǝQtԚM:߷z~)?O$S5=E&mT]|,WSR*%Z{BpYqYM\ʔLk\d%s=wq3FXpLk/?_l'v8؏(-z iFo\WQ.m' J6m,(H ƞӪǩw78 _$ -RY}!G<_"~ݧv܉9~ou#&;J s9鐢yu#~o^T$CjUrg5#uϘ]%狑|Fףt ku>W .cf[/^]|9 - -p( -uSJ=:=i,-4XQ.3D(2[ 1hVweeʤ T~KPRحY`5HӰ1(Ns\pev_k">1~JTq)+x85\ZFܛF `:F bh^v'?pdQjLE-_- "st zRV (AW٤-VEIV a3ڛzk3q9ԗC(]Y~1 x}w/SBپkB"0 pӲJcֺef(eլ<_hk୑!i0v# WBCZӍMuǬ\ :9t]w=)~F'1@X.rBПV!HkBM5 -;UZͫ<ɼTUuÃYU'̔p#Z?w/2&O8!?YI+fi#ІuP>hB3!)Fi;avY쪂E%1}3p;JXe&y5a+ioo%OQx -H`<OFȇ鸁]ľ{7Rn=Ei))X2`-g6xt}jy-`f趀o)8LRrw3\lvGtÜPWsblR :L$1JؠP5@9kW6J>Ke,Ǽ±HUO]qoT Wl-N2Ŕf8gw:dtTGJTBG72ޢv##Qrx*,`޻n -E*(t,p$uʨDu#9Un1WLml+ө=R}0r] -z^OO(_O'SaHdD|Єr,K{lx]T^ -/]Ö,böe3TPjD+.)CZ}*~΋RK>~0D_t_wZC-Ѳb00YWM$ˍ]\.A4v+XnD8u8V ~[u`Vvq`Qcb@ U3 m%\LJH聡M{Yu䑝B'eN,v -eމ$LW T^a>>uT2o)?;?G_>] v5S⹸{'ni6B]_X/F/\tɈ]S}z:=oΧL&yoEvY'MG>f^D?wpJTeU"YkoLP3948|x 9g뛏=Ι_}m=ƙT%J-& OŔm1vKtɟ)]T"/S0v9O)<ȞvQ7d*J}0cZg dF1+W>{KК06ưXy*%hP\II״M.Ұ4:Z"Jl-Lz{;h 8:E܁un)k)JVHez?f3Ȱ+C2<+%#lY#[J)%x٬eef]˹zu;X>alm;<_|hت\Gx9A{3s>),6F)%%˦i2JY` v#z\)dE9•Uۧ6Nc@=7 ]1iA;"4iAYD[xOyVrQx3߻<dA "ٷj)`}bXuݒ6dXmB -8@']y!g{q9 =Rla3ϊ-z@> P1r3Dy=?% -eT,-&*JP2-@zоa=& -k;`  WY cfqSd#HCy_|_VtsUOJzZ/RlZ0Jo0,czq!ok=z:1Y"UaXE{;",՘u^3qNUG=CiՋ?oQ˩p1chӼ̋s@~#a0/boAm܎T #"Ʊd"HOE01+p5зOXx~ z -g-k4Ŵst:41#HBi)Re(CO-UFh|ZEIHaU}>eY? imhPb:AG_iI|3$vXNio\Bιn(q'ЧJn!}7HôK_1+I7l:JNs۲_@[(( @$yvS< !sDfTX2NCNˀN8 yΪXz L+!`ȇ-cUxJ;I\OΏL~ i7Mi~ uBŏfI8>[[gO+ݗ__" Z(6",_~tvN;4=ek9yNG[ 4J物Ps&xZ )Si -""p`V9*M^*Z3d, -Dc]ɦ5 -l@ݡ, rd42RiRP}?(W{N=?@n8Ѩ& 0D1js#HƑ?Υ䠇dgkeܠy o{5捫( sqU|ӯȝՕOR7RWre|Ep&el<[CN7QsFPDqa;W$Lz `bѥ -.+|_wAo.da3HcLL Z5ֳ݇;ZK5;^@nUb?˴ -Ka̾/Y:yV~ M4@іi[R-Tј1(11yS<Q(EB({wx%іхkYfzfЩor -,#!kJOSA9cKzN+ NnV))uQ%qxÙ J{f'bޭ÷N^Sp -;dUE_^Az>X9uT(q!'2lIGS'榦 -4鼉XSGc!%G A\}ъ(Զfg uQ%"BM^[̵_7 'um$ >c'ClMxd))BI{ain ikѿipu.wO96<>neͩ&ɱ@FsE+ňbXs%HQ}-e0o(&bV'obfK)114r%njv{;[iJ;jVоE]Q#fH$6sUY0YTu; C0oW]-,t][\po:Kk(wInקojyU6>}0@=z*VM̧U͍:h>.WPVjQʛ!~[HћgI:uC>mkJ3s,s n )sMy8ԷϹ-3s{(v~&YP\FllϜm'36j5^IG$Ƕ%Ȣ{> JE# iN%ni]%0"nzL+cK cMSq -;V sRAgGC{~7ϰT!ڵAS1bgW߾ۇo_O?|}y~z7͋77{/_\~ߔ{I;ig FI;øEݮOv)y2==L'UnΧdQYTzuX8k5Zm?$ =GS=wk#TnG6fekǠu72=J0hsFCkJ cW..pm$ SG@DjUr'zN.m/PYNPBck^YXsZ]ځu \%|-s%q#uf\= hg8 i%] s׶ Mhl;V,&!F&L1ӜaZCQNdJ6{7M%1. V=+lH~”ƚٷ31Lֹd3-Lē ihprQT. %IAV/vFQI8>]R-H(j`I^(( Rޅ$ɩʑK5r,c`I]o -çj ҉5է\rzWIT3ԋW/hyG+Kdةҫv+eKCnĘE[(Bӊ}(>iX-7U8YٱRNσ]O~^( ܹgWP3g|Bk+Z[:F$ۚ15qMm^\\hŮ c}hg-7ae;_b/BJÖ>f~a^fB -@N5gǩQzxx=rL~QUh܂-ˣ{Hgy!=v>W$;|/U,ή5jiČ@4BNT4͂juSĎ}|NIw*a*dцUرWUsWUa:a`y*{êl⫉UrZ+E[XE x9M 5)UDNJXYVJHLtDl)& -m"(!Y{Wn-6(Nh|R1:ѭB -V#fZl* e}h5.Z8U`ɄJ\HKMcZ)fQ.,M*iQDHw#S(ZY\0ꗤhuПӊb5Y{=uA9;bg/枟wBO7±;)c# *TW=Ѷ?̃5t"f |+xӫ,6J< Á%ݣ+2cEuX -MQ:ԈƷkC.+x_,sJ>TAW0H懲4Z;Tթ5UQop\l!p-Q8ᄕB1.[ssi)/M-NSID-[PW  -@ɦFit׳UGtuK9-5/DVRc,(^Ga8*F UFF|&ޕUdyqͤBb=}gsdݙ6L6wB (Rpè*Rt)$l0yӱ8 tm}1Dۓƅ  (QP((x)v"mP.h30Mo:2ZW?喂`#=FaRbژ 2d{+ilCI"G$4a=7j5Z>??G6vq5;Wo\-DbEџp8ɜt.\ɡX:uuh='ErKgrsu*-' I5HnvPS鲥P2t%5"){OnԘr'ΥvBDmOme7\x;/ڷUq q:fm( v/; ߻Y/uOO-|r>ݬ/^go?|\,f -˜ -VfG76KGu452Ve3OoE90.tW x%ڠ+"'9ZMZMylش7k.x܋&XrfzoA$ -5R -T=ȞrGX[)ǚnP>2a[,A60̰Mp8=hhb6FrW4"A}vݢ4` D5R4-4ݥ2ELcՄ᤭!p3>AYXD(~R~)LuEl7k9vϿ=zrfMX;:ܜz|#gĴmY_ݳ`[lBJ♅e!Z♅xςmY0ςm`ZRҪV q]~3+iZ[-ĭjZx~nZV Ղk۲`+lg,ؖ,ĕ 0 endstream endobj 55 0 obj <>stream -HWmk\Η@Rni$| - SR8>3Ξ\xٵF4ͻ+09Ou<] 셹:C'] ?;gSqv1tTLJH5)9 > +OW!4 #].Y#y=*c1D]*T%CFI6uFu5luve|vv|,s3p9Հ.Ÿ@WBm50a]@k,u*YM#`C֡x΁-^2su^cp֡x5Ń/694?|;y|;wǼx'oz'N>M;۝]˻K:wzrz//p/Wo]`+ֽ~¦Wt|H3!朳+1H-BK['ZR;.zRVHPSA*h$gwòSw jϾA!J:΄bQ*Py\^D@q,VB7a.0p}9-!CFXM @ Kۻ&A8J.5|iEgAAM;=]PgE O7yI -kκ4ƛxv >t #{i">M(E(ߧIb:Z˳j{x~i~M樂_1}'tf{ 7kXy -Eu&(<XC!nK07c=7IMgx"{HI.!lT i{kq ۫a:G)5A=Gh|OY"Hv{=ۏw_:u]޼^M_ut_L?a+|W-Us|(hV2#5)FbsXRn*Iu% O},Jk.z^ӅjԫtX -895 e{ET -2DCaaXfiW=Z]F(:P7`1$@)J /@l=*B(X.10u hI)NFx򩯯Ar V0mSmM)&qeq">t3y -qEPa -XS O@=1N9B v"|>ڽ*E-3?v,xwnl* BnccD,\[ MTeH+0 * -.[c4 fr b mRQ WEp"U.3W  Q.!>C65,qqB:1IcJ\{_0s+R0bc+iɕk^uJN*O )m8.Hu+'3yRZ1%Ò=z ߜf]ՆZ[3l b2:jWaV]:I}YtVͅRяϱc*z1U=3DBmr.nGҤ< 0tOEFi+ۆeRnp^đ];iR\k5JL%ey F{3+~bbo!Ώ(\ \~kZ: k -ѽ956$o(Ҹ7q|VH,.JUHH.4"t_E ]j*B5PhO0+['$v}[[:{ӈVQsݪg:d!!B#z1#(Q1!?mIi_n'ŤmCӿw-:0W҆>?r 7Bɭ:D+E7vAhMP#jg@6SW+k}z]@#*@I:"JkyQ'%d26*SFJW\0P4lA -M#J~sirid+.z}ށKȡ*7+:3: :%^ɦe!2n 㥌P~llbt0`/岣W'w7#٣X!AYaa$K#c/Efs_̌xtq1aƉeb6P(Xp6;Q1],䧳ʗ N Mt th$ wz -yvZ RXXS@ʣW6LWHz+vיD[{!]':餯>TO]ՏcBL"Z~bL}>ny&Z=HqiO :ޅ ]Wulg^*'^gw2v֊dܙ?lO?7>sPZ= G<a5{%8θ&hI4aػa8Nd\R!Z1>\auX.uzDTh/y聦zkh} -ZBCuK5Vn0x"0ZiD.k$iK9ҍZKqaH-:+I11S29m9~Yւ]GZUcJaQTWR٪,'isVVϨ-({Wv(óZ"ˣV4:C˗*5z4ըƓطut>,LjoB8yWy3-]kGuDZE7r=JRse1v b}q?Q}66<1"7JyvX r%2γ3ƫQfb=ӻ^KKkj;[*fV3tTyn(v~r;hO%UT^]6h]ơxrMD$=|q{I5 -YGx(Ko~[ -I'j4sFKwh -qjwwԞNm:i)~۲FR$XͅtZü2w/rsd>mRNT]INd hS3ڃτV.Xw u%lPklR4&;K[L)BGK-cC'^{4QY[,ڎ")gΎޯaxzF9p ,6 F:nTh=h`Y2HBOn] wlwI,)A-ޖ?fb2G$(Q@&!@M o/-D(<KIBf <0 8N_Tţ -N3n@#E9g8JRkQ. Mdɞi۲kGVX9-̮5jGRf2jIK?ɜ|Uw5'$7%֥3Oz)-ƏQt -vɂ]C;cZW0T$]f|i(h}\VBK|,jpzW9 0KjO1#|Ec>Vg!͜ -혔_L`}Аx -؃0ZiXd1aS9cjXwL$r}jsIwf.q[6`vVp8PVCRuF«E|X#՝mi3, -֔>tD MńŪs!ؚyK'Ũ*Y -9x~d/5}yBיtgaQ t0X7bT[QuьϨcGQ!(3-I C(@[uml_Tܳ#a#?b*eչDdbZ8 -ȋt:iv%kxkw%S6Ą|Ɯtʺ=h#*RJly$[ùC$-\+^f sgʫ֘g(˫M5F:&=E~qXq3.KiOgp djPe/Z8LNdS-X#f׳L+sr73n3H%5/FʌX2ώLrPm_̓#T.-/D(9@ʢG0vq,m=!gն')^UTrVYYw#6mdyhd}>Uޕ0&ЭA m4TFhXoBt-K6i6]jYofU´|inxGq[AĴG}Hvyn?Xo++n%FMai-/v[jSC.m5O2mkX "Mj8ԣwueo>y?ݾЧs7_߾wۗ_}_K/o??E]썷ۻ\1eZy8C7F]}FCk Vv}eOU|d;r(/ 0(,sBI{U]>xcg`AdVuVj[v;EV''{3ܴ$I4%:-<7pQչd0AWdL?c/sHIʼYIX%jZXהMթ0Fi$5OO}^]Jez\yi@:@fԆ|$n0}mUN=cQrEYr^`nrJ9l۴ yd:Ћrrg3.1^beYftS =–O&uFXy0F6Q&Oo[^z*147 ix3:1ȷV1&eRw;if<ʁIAEQν*aQ]C4Ou -߹ -;pqOM=G\ȴ9QAgUÖ!dy5AP跢g*kE Ɛ(ˌ 4.vq=Ns٥L)3Sv I WƋ߼Sgϋ?Ç_$eRKռ3i؄LtNF9 bF݉[cOTg$k+>{^ qw$G$o^ѵ(i}A;6͹L5ExҬ!:ڡ,kɂ9J.mi|`M֋;$%Y%{r}-2٩ wFYJ wK^Vk{0-dVּRt.AǏ~zENwx5p>ْ3_f_P7m`ҭXMB[h|^$9-#+~'^M4RDzM|VO@r։&}M_G~#e|१`7o?Q=C&R6L, &VB F/3V҉m_C,E~\'%ꡈ)b9Q 'şܧ+~_k)sM,/KX[OR5-zA#Rp1wA -m Kt4܃Ǡ  h-> EC4#+*]Q\f|Ij>J -註GΛH93 -UGa6PD "YGV`/bNJԐs,Fn:>qЫ ?Z)~*L'v*jz]dѡQZ>3xՕU`M_U)E2W\1*ԪcOuRxN9|ոJ*<\`[I0PȜj_:rZ -$,-lL n]3O^4wG#+TXE=b91c|̠wYc)jWVk)_]V_V/?7w.o㻟6 %$X%B;Pϲ6]-kjڵڂva}emSjڵrmY}z:ՔHa%x)ΝW"̒kqT(Pj?Tz#$/%/0ʛvZoh83RSTʨ!j=#6i!׋'h_,NjvX)Tqc= &:C=ϲ1 ñZԌʤ"ӓ-3+s;gӣyELh!F7~ּҧrO9{ncF`E:ěZAyQfMEm mvƢCm[b8QռPY|Tϗ~) BtJ۶$yo`-6XN hچ: X]/)Fvƍr`iYC;p!hʎ|AMV05h!ס-i (Q{SK\m<?ɳA4rZ:Y_ƫ\ ~Fhe} -t+OȝYk3 G5Wz@bdq.hTb/hT%hTC=;-V4ىе5/9$$E{wZiJ@K T)u]3kO_J_e7 ױ[p%߯~̃0Cu0=fV|X~+v- )h;%'ώK, -"CJBI h -~v t;:(Q؝ ð;~=~;9K ^ޒdDvu=`ΐA%5eh_`UxCG`⪰&=AIʑ !gZ粋AcmjM2GI mY^LhG?< hO -X(Jy~b3= >>-UF GRhLB7 >lwY< -4: 5 -, ,dzt S)qOmPY4jtv)"L0fpPsid7Zktxn.OE"N)S$"1%5䁷Fơ_jk~… n ǑF$NYI5~u?$)< N/ B h,@1 riߧh-H2Z}V!|BZ2^}IJpsF0x#KyЦjmvNyU*MCȲ[.=஛0}n7l&XC3iԺ[R - [XE!r!!K8Qr>%pTi݅(;y=spS5ڲepu Rޟ, y$ǯ Dl9- 1,Āa"  >e|o u;Lrw [r2͕ hÿKkι4w;@c|w /#i+q{H4WT2.@pA1230#+gNJhw5c.S!ANv;r0hk;hj\rXv~]qTn SK`ZO+zo9fo쀦IN+!իSI5nlCl& -Z+/ð*e0 r$Y9yխ½'?)[ǂzݗ -Nuq}FI1Rog *V7UX4ǩ3-tVklTl`YvfϊO+NI8U;"lAϼj q~R3{޵1Cd.{õsAHx?N<5 ՇCm9$N[Ońғ}UTK*o,A&g;D\6$9gRK kzS 2cz2SG͟LY~sƟ6M1c - - - 2fp7<ʑnAݯh6VĂ,Kwc~I5Nf5vW^ɒ#AeO= ~ -PyΆL}?eRهt;E#LqnZSG2CJIXx^[,G^]&|_L`*tam}Ϛჷ;eɒ]-:[z&wŬ26 HN)C>Sz23 Uڎ)f_{ -.c}1c꼷ja&kVpuٳKt{< g0%i'VZB?'hz9} %5aFyii`g`-v9ܟ̘ ,uh.ZV5丢8z7$zG=2࠸r$>ܿK1irgGMdAHݎH= #SmǜLKR<-/cq 8g>s'^祼׿;16%fhw}i$ 3D?(A#*ro4a I=opɡo -7?~+A]ǞϽ$"D Q2PQw)|M~8͒g OjNqz‰!Vk)΁qqjy.tl㻓-ݩ|X^?Dj³  'N?pɬPz;dQ. ~pzJ6E._W&B /OPBXy^! 0V5{8<]zs] azW߂tB2$bDQ{f:xlj'\[ ?WKMnGN= KMZ@Nh+?&Z(9U'ivYw6LcCy7,oB!9 mD{[ܤ`ýëFn -G2a>R8ɯՑI<'K_G 5G7k$V0"Zla·8vr1u9ٮCgUK~f#YzoI;,kAL@,e|F4#=[?l3v tiW:Vy  ձ%m?8RXZ’&MX&^J-!,:>h}x/=KhR9G7Mh"cz\+U6ݳG?U׍CylŬ$R_Sbاh,6{HQ3wbgxEI!j - viLܫ0J|eLeHf7rE 42.,Dfy4iI/@<%/>`j ~`i1 ,i-w۶*oYQVie82Rp,eG"Bϸ9ӭy+?֡,Q7UKSJ=-HM6+ӭH"PFH f(m D_&Ɩx\.J;v%E=+/rݞB7x1h.*ZC'ʐF#ّAPzXĆ, -r8gC"!A dD,k9SRGZ/;rD!TJJ3wF6jgv{uȢdO^'9t$v ̐2\HKx8.e֥tDpZK{`!smt.{qq -*N⍌7YQ{Ԇ݅#inO ~[R({}.7_f$8% S 7vJCicvJvS8 C̫3j1~nn/'wwd=oy|}_`~7|#;u{sQx8OI[M (BCpK,5f8rLp{7z.A&D5nW;qz ̈́Udf=SF2lg`{cDS vw"ZP5phTL:Ck{m|qי!jh'fnG!L_e=fnMe]{+=oF^ARvo5jf>,%e=."nqzkS$Ba>C"YAHbMlu]VbX4e\tSOgY[im\zm9%N]@/5{ vN/eCBnʩu~n;/ jP W"ntO-g—*~#mP8~,sy0lً 2, `ZeT8&`}@޿|pw/;ug,_dsb@%GvAo(p|6c#8Ao~O8Jv}k^Z^yz~&|{!(o=t/䚸 --|#zI.)\w+^hƖCXEiF6 vwa&bɡDvT ;t {E*Tm66E*"N jKܠi^l -OdG;jdB y Ft*E^?>< Tr"b`aǜfqIX܁3^ǙZn -S\Leb)zvx]O2q4|ʉ[VUYcE Ā5|eK7.(eDN)&e;"$!&$egm֫~ሸ@+%&HCT -&XKط>Fi, -F|YqHڹ]$|xϐa/km(yB92APNc2{ 3^+4}Q܌r[zŋ|:@]za -(P ipڍ9乭|Dx;OEQh3 -}rH Krh* -ThyUVoH\6hz|pm!CДX<ٰMܰm8BrAr[>,bmPBߓ8eղNšEa#J96|Ebh56 -@lps/>;/^S ͆\ܽ:_Y9L,XgI1µvhKsNjZ*v_|lZ IOd""(.نza͘msp|bgꮘ{EEFt|kTg}UDHP\y*G! Sd( Q&(syzICռc۞FW|~;Nt3sig{FH/^ -J#JD%/2"яg;[Ȯkky1|OU2+C&Kt,/=SR&ps sh!IX67w?- d -꧌4)>"КmDh/T8  D}T S p y!|jU^L-ޯ֎H3" *Evg#&d]o=sqNv-iMuKi&49VΗ̘WEj+?-$[Mkm9~BVCqV3&P">*cj-@#bq>^A- h$LNtПRZ -Ԫ W*9*=öq3F-8!6vg-&[aj<FJSixP44ռ-{[e:wJ,&ߞ=V9=F>!8NBXIPRH~<`LKel+?|sj7f7-ywӚŇUZ9,Y`h-ɋ{|j*&XXgEd \K= WiBAYhTGSOlf[dq0U#;{]|׬Tcj8F1u+A H?ţ;%&{֛I2q{ DB9Aُ\ЉZLirЖ,>}e\^hIz@ql/QؾAeX2nzJU:WNcuM u77˴_ZnӫyrdZG~'Ig)` ~ Cj IF4ߜ]?7`wda#%!/ؒ=S]{os77-{/e oLS'߬lO(@aҕ>$$~q:2אFId}Rm pǜq^?L&W0꽤l[oNnm1El q I1Ta__֢Ů8X/:[i :Ib3-A284n9Czߩb b?7/?O_g߮[|Q&sqotzS -@CS`*n8@Gݠ_9UܲY}{Ba`Զvl>Nd5>MsDnȔPȘkIb$7uMXO˥cg^g6yǠa7^ x#|v4 -HTtTx{Z-tc|xaw'18BAc$L.Ylnx0fї=6"eެFl).w35%{i3;ޔ3s)[Zhe19f3, pJw-Ia Ihvg%%ftf?J8⓪[KGyE)fd'IKܫ@".Eh)@%pM)[a{)>*vIRyҚ?CJ(kFgxšQO)Bg,%˸Dun}OlE*NRư_s) A'9>O?%MNJ(/_O~:*T1< TO7PYnEꀪTcun0Pn7Pu7P+ݵꀪTc=Te½٩dȇ=vlpP IgglU@CI|NRjwP}dqiLYcYfj9ݼe >B.rn:'^c~w2ͻc5a@tX h`vٻ}ϿSa`eJj tw0x1]/lA]?n-*EK+UOtMo>&K hO6swD"bYeڦrqV[:#aY\ U.ӳ_ - TLoOG`Lsyd>FyݼǠHťrFYb&{Dx*r8st -Ds@l?(j@zy:HH]x. G;5nuhw_̷4fq%2D -2P [FFAIs{;O1, 1M!J3LZ ȅ[+Zs=B\Y'!;ZGP?I6PoKt*\MvӘQ]{"A*6<9d\^xMH[NrB:d`(0P*-! ɑ|.~_׿f#nĴ 'Zܯ˧v2Ʒcu C Fڀr1vi-%t[ ?4}"dB4 -ۧeq>]!|4cm|,Ocgq_~s֨KNL5/eIZ/fHEf|Po,\ݖUqXl};n4}e6RV=1f ZG"sOZ|\@,v"H:)@ʤ%Im' kviBm_PpMDwD#돪S_vz:N;EJ@eQ]tT~{RR\0aЁDjUPMۯNfUs 9zF'YnJm:9S|b+T %5`Ö\I}鮫O}TG"e)1}v Q8,`I Q^\9;p~lJPik|1˭7&\e2ǖGŒFG:2C4&˴m9Ԕe_\qh)&D5]noYLiKϮGޤ>$03Z*]v)aTىh5D 8̬W8m s}7m%+mUŃC;WIKx!\<"`[y -=ouPԗR7a*yvSiqOj xRͭ0uuhy;Tsf&%ި|GM/U\fhR@w!N((e $)t8V)n@% V-tK['D޽k,^逅 )AUxrލ+W%:9g.zWV!Vb7jqݺEtWlz@VثrrUl) yYGPh+3RO_\l `+2f|̂E9?% jU݄vz4ΩLǸԪKd2QwXa-  &aɹo w +h&~N1X* IqQaEĎiӢZJZݞzc'02tcaÑh-}q-Nzv`\:0Ʊc -0b-`Ƨy!aUTwl^@#JM]q gu&&*3ޅQ6rSœJ Qkzl'ˋ2ƽH)-B5&m-%J?bi-) 3{Yz"yLFuIγHr ƍ*e~orfpJEaO Oep7zkW]]]8kz{#휷@ ,Gu -#W;O*1=@b彩!M(p[t9>48I1X -1ړ %y!%(Dw^1_JT[X"eini>qgO^JhR Z ϋB=XF=Iގi뢓ޫco&  ne;[][JNոZB)bݓ/@exg -5Ў>dcTRshU~!P#\%UH5!T:u anIn"$!^% -r=&źEC-._QY $g(!qj=asCjV2KРb+Y.S҃1A*Iͳ5z<=~o=?}5?}vstv}  +4W?Nt7q&7H@,X/˖/l1GEI~<?/*]SuS0E{t>̅s9#j. -0: $u+p

    m׸~Q P@*9kOcZ !>'rIGLHT)vo$vu'e8dN-ѩEG՝f-OwihWui)4^ k - -L&pPBox9or-wD<~Lp+0ΞTS2 -KJڎ!&PFf4nc؏?O,EEPL[ڝ ^\Gj@*> :u5(CBW$-H4([KG_LD?R1TY4u@SU\l| T!Ew2&zvpEHʎrNוvv+gy endstream endobj 7 0 obj [6 0 R 5 0 R] endobj 56 0 obj <> endobj xref 0 57 0000000000 65535 f -0000000016 00000 n -0000000156 00000 n -0000028447 00000 n -0000000000 00000 f -0000058039 00000 n -0000058119 00000 n -0000188819 00000 n -0000028498 00000 n -0000028972 00000 n -0000051798 00000 n -0000058428 00000 n -0000056570 00000 n -0000056746 00000 n -0000057611 00000 n -0000052657 00000 n -0000052998 00000 n -0000053341 00000 n -0000053552 00000 n -0000053763 00000 n -0000053974 00000 n -0000054612 00000 n -0000054998 00000 n -0000051863 00000 n -0000052096 00000 n -0000052144 00000 n -0000057976 00000 n -0000057913 00000 n -0000057850 00000 n -0000057787 00000 n -0000057724 00000 n -0000056932 00000 n -0000056995 00000 n -0000056869 00000 n -0000055694 00000 n -0000055757 00000 n -0000056124 00000 n -0000056683 00000 n -0000056507 00000 n -0000057548 00000 n -0000058312 00000 n -0000058343 00000 n -0000058196 00000 n -0000058227 00000 n -0000058502 00000 n -0000058862 00000 n -0000059980 00000 n -0000070087 00000 n -0000077515 00000 n -0000093809 00000 n -0000097568 00000 n -0000103272 00000 n -0000122594 00000 n -0000130458 00000 n -0000146018 00000 n -0000167471 00000 n -0000188848 00000 n -trailer <]>> startxref 189043 %%EOF \ No newline at end of file diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/glyphicons_social@2x.pdf b/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/glyphicons_social@2x.pdf deleted file mode 100644 index 81c0de6..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/glyphicons_social@2x.pdf +++ /dev/null @@ -1,956 +0,0 @@ -%PDF-1.5 % -1 0 obj <>/OCGs[5 0 R 6 0 R]>>/Pages 3 0 R/Type/Catalog>> endobj 2 0 obj <>stream - - - - - application/pdf - - - glyphicons_social@2x - - - Adobe Illustrator CC (Macintosh) - 2013-07-04T08:33:06+02:00 - 2013-07-04T08:33:06+02:00 - 2013-07-04T08:33:06+02:00 - - - - 256 - 140 - JPEG - /9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgAjAEAAwER AAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE 1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZ qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp 0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo +DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8AjOq+UfPltarb23k7VX8w zWGr2nm/Wjb3sz3t1cxzsjRzRSehcQyBU4fuTwam/IrirOofKkvmvzv5btbfSde0ry7qttAvnyzv dOuLS1uZtGhR7Pm8qAUlb921CKhR3xVhWl/kP55t/wAvtM8ww276dqLraW0mi21ldG8kcaosn1m/ hdvi9FF5CiL8NKnviqd+ePIf5ty+cNeNul3qmqyvcEa5aWb2MM8baPbRssRrNGjMivAp5mrjx2xV M9O8s6Kdcjm0f8udf0jynHd2hube5W4BnkSEhpBYPHOyLH0kep9Xp1yjMLra3cdk5DHxKlGEjHaz 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 3Svxde+Kv//Z - - - - proof:pdf - uuid:65E6390686CF11DBA6E2D887CEACB407 - xmp.did:7f85dd5f-1963-4661-b0ff-fa7892ca40b8 - uuid:87ab0b31-203a-394c-a7f7-dbe333b36271 - - uuid:7b740b4c-36fe-634b-85fb-f95d734705f9 - xmp.did:0980117407206811822AE85E025903C5 - uuid:65E6390686CF11DBA6E2D887CEACB407 - proof:pdf - - - - - saved - xmp.iid:F77F1174072068118083C7F0484AEE19 - 2010-09-26T16:21:55+02:00 - Adobe Illustrator CS5 - / - - - saved - xmp.iid:7f85dd5f-1963-4661-b0ff-fa7892ca40b8 - 2013-07-04T08:33:05+02:00 - Adobe Illustrator CC (Macintosh) - / - - - - Web - 1 - True - False - - 1152.000000 - 674.000000 - Pixels - - - - Cyan - Magenta - Yellow - Black - - - - - - Default Swatch Group - 0 - - - - Black - RGB - PROCESS - 0 - 0 - 0 - - - R=255 G=183 B=188 1 - RGB - PROCESS - 255 - 183 - 188 - - - - - - - Adobe PDF library 10.01 - - - - - - - - - - - - - - - - - - - - - - - - - endstream endobj 3 0 obj <> endobj 8 0 obj <>/Resources<>/Properties<>/XObject<>>>/Thumb 23 0 R/TrimBox[0.0 0.0 1152.0 674.0]/Type/Page>> endobj 9 0 obj <>stream -HWK$ )-nf50 /|{fQo *xc2(2ǗOz~zq //?-ՔJ?(ȵr||j?K-c9;SG=lhvgg*1ZC=g:KYLX#'^ϾF -[xg3vOG.gu#%l}ݧ9%b.FEuϕpd候qr%Y̘U#8}t)3ѦsU'"pͳsN?\zm}}1ŏ}ifm^e$|hR2\@dlLInuOpx0g'/b㉰l?0׾D9[}vM\OH8iZ4¹ )42pyu*2-'xQvD+Hmw$ hB +ټ(N+iNXI:nܧ$ʹMa8'`uaK}r#&β@QlCf/WK`fʛc+"gH.K7%)D̳JajpZɕ8J>4(q-ֵ,W0`sZt|& <t +aϨ$/iy4zNDmf6O} kUN#佻!{A.8HOڍcrLҕiFFIvAdjk#"R3IY~Y-0}/D>Pkc_>MrUu>Y>%]܇hG&c-uR(e;FÜNeg+RG~= e!~~=5T#Zv@zUFdMahLͽ:'W3 -tݥ;x}1U>#vV 3~${/4+NHfF¸_eze7T$d7n"Qpޡ~EE87QJ'UT a%6+֡ enUW FRm'½QBbx8)ffΣUj @|35Nq\PYk;m4ȢGT|wq'J`I =滺'mXLB7``JY($pLĥJ!2]O_cNߤ齨H>TW -T(@|Q `B O'iYz/ئV4Hv/wEr.Dvp=Lҽ -#%6x[1 ,s W=6{c8L#._0~ؙgƈ$M^]Kb%!$vX`PLI,!qmAd%ǭ%R~3NGEh^T>a1RRVyxI1Rqd|^_pf -HurTeՀ4E)Xf$ZRVJ=T\,TK -a>Q V‡M9 8?ez eIwI<䫂fe{ZANiX.WD§W2.i𠇠MZSvMiYT/eTSV qFNc9ƭ/Lj\VK0 w4/+$NSYu]SP08Ԫ -eȥ1>C\x0UyN.r,vÛj X?1 El{D U#[ᏟhJ_Joűhcǭw2, @nW_#u$82þ4+Ad9y!l={hD[f`LѪz $1-q٠"boUoM,aUyt:8Y[o]b](%PY:uqdCoQݹD\rUNuC8mJ`|/һI,0JJ"##0KY XsYxE w`O6}CmC^3'Dou,ׅ b4 VMq<nyŊ#R/N )6w?cҗ3GQZ"4Қ"`8(1H=zvEUoKc:((ӟ 7Es(ܽXUGT';0'%Ƞ&@bNU`9BW:|f2nU-<`Lvڅ(*NaAtKDQ~vxlI4=#=lBDYr r3`3^},&ٮ~0yrFhZ["i)0*6pypE8s >&;2GZ\9D-\W!ՑũS OύI[uMv$Gð_C_P`Tiw8•T$J$A@/89Ln=(ŕJ= @38ftݟkj]K5";LN <2! MD4\z7*W_nSɄd6[oU t^yu6ʚ*0Ч*{R ewHw/7~1f3Y -i*̳Dgc@o==ԇYbv Gkaq7oI} }&.&JI2dc}19_bNiGTwg4SU sE(#OJKU?"@maƋeoy>XA>3r 1~xx; A. dBg?bJIXO!碮g;T +-ᒪ]*r DiY9XpI8u#Wb_*+;sFWeQF=]ŝ /@AUZ0OJجŢRM([\i4)Ist 9qjTi)HT8YX3ôcX?+Nә fO:2qJ!PʦlAukL?|зy̦zO;j_cg򇙞.K5z\UOb%|0!SrzI!g }{oUAaUf%")%QZz͜n_ʵ$Y5̰o bR_ZY"rdV!Lwwiqs VN^󛧬߃S7ӽE3+y?oF|U,s@'; -ܟ) fE-PI  5$ H\V~ᑩWC1*y2f^|F__`/#Wl4Q1Hji:/^X): Aʊt -vjkYz؅X59?elQHS {=В9>%=M!xĂ鞞B9ߓzW{.h/ɬ j`kҪYh*6ߛ309gVW闆Ȍ9Њ>L};fXq1jo=8R2]y_bUhTdeu0I$/ d+fKPo8Y pF3ITé -#%\ -;Y#Ŧ6:h^ceπ_Гr:21ޓkR${Ye1TlxѱuoZX; g^a^&Կg+K>q g_#f`myB$ ,F5NEJ)ۖI:UlN~wKJ-:YƵ9 ,agz3@v T%Fy Al14o~[b`#S𰲅}i;^ k5_Oxa&MZ"iki1ޜ͖2I QH U+t"H"[6Bg\9gU)c8Da ðtwL$2la*d7N`ه%fijfΌjP*.T'-2NJ -Q{DF̜RF5ŋqmVκ f) &k :_SɅ4i:!&hXp|x 31;I`B[[Zb%p۠ea@2&I2H46HHAe?Ҕo'/pJv|smz^6)hX✥H;BQe&ni WI\̱&MOIXKU8Ƽ6Z'ʉzJa8 -kDhЉP>7<>[w~ዏv?g JAKeȌ(]bdr)zg{v0Od#Bqc_ Z AI sYջV%f\3,1(Ș.)I?b=K.hȢA.̲D _dH=t]:`q/pl-ƌ*Os4NhGח5_-ńM6޻\ ?|6 $bP[efA+l}XB -}^&cPB*H(5 -̄0k*S%`QSY,b^dsm*@c9p0yQMO|a_ BV!uҼx%gzY9/^ j5bc#L '*4n^HK -.: (fHB.oY)-6p_ ׵Ch܉ lS\JVzV ˋy91:1]@,W\Y" 0xbj\.}\@éjKR|"HJ cV91 L#0S86ꏘk1H;% ;Gq6fWނ; +Y#֎>iw`!}|wOmX,<'B@FYxJ|)0TUDj@{ "XsBfʴ)mLUtz~ɋRVԐfx+mR7z!\&X8Ve'e2vLTʦ)C8?Ixh-U =Pvrd ^C^b˹kjT,J{<&=ęl2:XO. -5z^}߲_a&Ĵ|hIYj1v]xJVz -j(kY.m=A'Ky5.oAbYO:*|2%?20} cK7CMb^ .B$i6b,^,KlF!جe}KeSٞʤd,(` "cY]2d*Y8H]YSxNL3TGvay]zEdU\e :06#,e,f~Q\!%s(5O ݠ̳|Kߙ@A_=6^ @T/#Zs{R3l'dϯeQ^ZiХS$A\=90zZbWvlú'z3VdeJ{:+|;k=-pbhW@̭vZPucEVs5vTm!vF9//! 6uX;LjtQLt]u`cͶ \q/(:X]eYVNT<‰)*؈L V-JO+iMؐV,i˕B5Op/M<"⁁ҹ5;3(8I%gM'^eYp-dB1QP˪G6Kr,p̣Ƣ&<)>HVSeIM -Vz`t!ņ(CdHoM,RXFT T},'͞iG^ - K,[|\c#ҿQo־ǰӚbkZ<*w/|<^ޗR7?.wk5'c'I!LJNr4J[% `*!{i,"nPLȹqphy1Ǹc|,l|`.?|#'2g =A} .#: (Pvs0m^D=eNwL3&zI}Ĥĺ>(>ɩ(VEVmj2:U8cW8'bCqlPo0;i?<T!:I| N4_)\MkklR</*]ZDT d0@΢qTQM'`_ȋ4睛&[O~6c7q6fqbj~JѾNe5wӆYf9՜1bg Q?U -_pcߘhnȽCsW[h@LfmqEL@Vi| o%r47zs㾜ljW ݚ9@ -MbbJb u^' Y{wґ.NC*搊DGG?hőKfO:7NulgktGg5{an0MZm"ZB#|aSH$׫,cʏ>w8uğ1dk!8V}F+eMMW*œcl0)Fefٕմ`u摭>Ɨ!ƫ,,,ϥXF,*z?hE#3aX0[4@8I[c -m|?_O08ֳF(Q:]Q ^.yu,eDS#1K3[$fhqH[i~}n{j$к VgU0J*x *pWvف; ]4M!haiGC436_UT5ƫ]d~,QqEB<)mWSl@'Cd52!x^ycp`xG>̢QgvQjQ3qudϑR=n{{4V;V8c^'.qXSߕ -a%2zUJVg4ZajVfɬ1k3b]o,`4r_yZf*׬{z꺵:6-3ֶ_1SB]~bOi.RI<`kUz "LrE|,JE̒f0p>+iųQWSXQ!b ඖB aꏺwJA mպ!K-*}2IO5)va162bQ&x<򺮿۞w _٭XI[JԆ>Hv,{spVOfNR8Pǖ1:g&ĺmqV@O%ZPy k`tl;qʴU?FueU,WwG2U՝,τ@#%Ȥ~$hg6ōm0"Wc߆)b!(n*O}dbH R(Y'iVnt*OYDVa BgӧxK'l<g7DaEzkқ[BUm BW/:CpWnhE0Ύ(z*Q:lzɪa>vH_Ft̀ %jp'G(ISl* R*j M`e:gPZc$ 2!:/*9)۬JĚڢƥߝ-UXѲhx`3bqg6æ 1(7Z>oz7jX#gO5BHFs$EzX@WU!@W^ZMWꓬlIL%)UCkl\3Vkp7Q=\?3rvx{7Aڦ_-İM~.M -:R}$2<"ȕHc;DZ QoQ"ICF6#>Ni?)wR]N'UN4C+U媗*1#?U:iyv@<5Вs%c!3i'7K;+RF}.&CnI -BY+-~S*[4rnM/6{!:hr\zܕjȕxEATnNM,HdiGd%)LT'8 C(’)dxC#g@BJw7jdM^ gU[z`w$e{!teyld2ik*Ea1k[SoY Wǵ">5 ELkGHXƒîO]dY#x91!ݝeK8Œ2(U0_RI.f+K0f'?Y,[cyMe qMN (ʮA3q/(xͼR*1v#JyTlVFVPJ91-؜CZ=CFlH#{d;c@iS& oX OA٦]Q<6"S|& E%Z'-SH1"CDв6M피OM(n큥V=,B!^ GQWB:e5IŁ'YL*,-,_.:pbb5{Kdxgg&KvN0NQ2baIR-"7nmm?ۇ a^i.$*hv|S~h[vq,˂ovqߵio\Fg_6镄_$qc"U}XY)m)Jy,F8׮H;lq`c!$V`2]!hRpX)?}~s_ -P&U-L%^@?@Mt`ɢ6 [1 M0[:4l8M( Yb\̽6Q-@YgvrH<(ac+4_.ּn -:I8˟GX#,ުX,6.+hҐ~x@Xd[d Dk G5 ޽uoVV3]bJW(2Aj mU3}&\rGg(iQBUp ¸iS6_Kl!<2ס~NAc)HM=G֜\3ҳuJZ&=)Q`0.o -G?Tu!XBcW/ -%7C>יP4$c-.Ǭ&D5dH -E\viڗtR6ty9=mzLdo%DCP䆥[h= Vzio&ÆBJO_䏏x,ӣ}O5rQP\0 6[ga;}ƨ$St}1ٚhGuB?(`O^T ݝ -~ cdO%m[hV4" X^eabğ)rCAh;ˡNI}͜e?>EC\z{ -{ -F/PmT1zKu5hZGhGX{g!hwV)LJw9h{!h=R1jUhM7y[8aTF&܆$sz{qZVf>"w +ztb9' gj^IYI,^7um?B`)4 kWYJ+{F~Z5uU@a`0ǤHJa3jpR}eb/b ʏ%`#u. -Qr}9h 3Uu͡x(qrEc8]N{z\] P)^51cuzJ~FTL)-,ѭ;(Rŏa˨2ݮxhdrV8~uN *0D)Fᔡ):(1ڲ;qֆ&lv*ʛc$GD=mj/À}/987Fdeנ?-Ŷ/֐X֌d9ףlߙ]ѕ},t31':ªa -T&֔PR,u\bI7c|+Bh"4X]MiBA|&\bAu=v짱JզYef3r.9䌌6]qJ#aw"tV1֨өvy&W^ʌ>/RD"MrnESbX&^c.V`1@fQL'QRKmk-ဤ}-sY Ce[B`BY0aUmtJx^Ǯ!7X΄f#G}?cDoL ?:5=!; 7 ;S+%QFgdI~yϣ4MDQ!WȽ܅)$#%єL!}óR6VS*?udpkS%mWΡfmĐgob܎F3Ӑ_~3kXGŸ\HBlS(џE{ړBcE3O+ᫀAb֙cWۭil)A||5g|-ѷkG #Õv>d'ZnYoT96b0tS>[8c#YcB,aD6 <cC͋竳[7rt< /oΆFnQ9 `SD~vEG2l> -N'/g}GJUMq҉}& bJ_vsBLD:=b1 yNѯƲr[H~ *&vK*K9?1o-m;"Dɮr$Gr+u>#g ;R:Q@()B KE[fT -^Q>Ŕ5ڰrz]jݬ?L,1-r7nUjc%]=}(Jׂj]ǹO ԁl˧ڸ#-F]Rqe<抝BI]T=xaRpuƭ#3ߘn|Fm r FV*[2AR׊mGn?[!QX=.kRyNbŠ(j6`@z@XCj.2 -X$hʒCj5Vp?x:CJg{|8U]u0.<+T:` k|>k΁8c?\1 nw6DwSGW\-8߇qwh#lPcI5,=BNd;LUQQ{!?B?F,.G\[:t -8Nh!9]1p.KKcsV_J6[Љ`V!OU9`U.M9kgʝtcWfܪ<43خN[)+HTAܦOhn2i0(#3/ -sB1eXvn!'Ċ&r$Or\8l8l?RLtF;/5iiוpQ7\(N:_P"ڟ) R  o2D/pt w$E$ViY ah*FcU[TU=)LQD隬ɜ.J"ڢjD_"wQ,,7L %LԖ}oݦ@ZȚmQD <1ag^NY Hu<~AS}z&+%]KD`L0T59Y9LYkE$o5@*kx}׹V^UB0*~PqotԮEmmvB$l-tͭsFATeo#vDB i:'gAI CBmbf~"WΦIFS$cYkŮ#őC&Է,VG^#~%fqY,CK aSS$MjoE|oVI[g?X-}sVgUYExc~?0op>;GO%)TNU}./H)n7S8Aډ08#J!pvDka=cQX4֒l^p +dn,_0Dꉰ[ u -*rFqxfi),p8l4Vvt!'֨/if6p @7n(Ru=аKRctgN} \:u&$v1$,JY5O_TòpDϞV6b+76-&T@ʘԮpi=۷yV+(iZ Qrdj<[`&``K!QIH3"#"N[їBLd2KhN] 2Xظ q&\{+lj;"@kK?+Xٶ^UAσd$/n̕ &#ChUNV\B*b,;xUR : u;8h -#%R\D_e"x+ -DQTtD|`1jy0!6͚feGTnqO\OȪ9_r)YG7}V5Nw|䨍 Fj;/@Y{d1֐HI"ӂeV22W&n${QY cd&l(ET'Y -`Ӊ0\؏;4$U!TOSmM /|UH!5 -.5P"#Fۓ)kt6ZX+;25DUhAb1%S@hA|L6Z4⏛@M)+<ڢN>L 3Rm*Gu6 Vv/T -+KtAٰ=X\؏93$4TZ ET?d;*t@/Zxea{NEH, K$5x{p`NT9m -*"]/B+J5^4;ٽmS!ŒmEpĮWcu -CIH\v7qtW|љ;E əQh4: #eTlb([:փ?_b?$Ra+(~Eh]Q=87.J} 92`mk]??[54-_d"I& U!d`p@6e,4f \Uq0ӢJkRd3Pk.m{c-orA@ՂnKT?QZ -vؼٺdu~8ܸzY쐦%4o8򍅦 ﷧VZQ'_㤋"G%I0͝)$q?IO5wh,z};y9}tM9|϶Bz?u~.qQ\fp9.2YH5Z6)3I\z%l\w?6NЮ3ѽCJyG(3C/!Cx{]f6{W=|)0W-HUj1 <}sIQ1D"%;U04Hث ᪸ &h l6 d>EyjO%_0L \nGu`F8${ rh4Yb@]aB)Y`d0: npU'7#[eZ@ݏq3 PQ$hI;^R!J;nL"U 2N!ӖnB!eBf3AQiv0I|jάsF/)̌WVEdNs𭃌2\Ua7I 19I/#PqQ}S7 j%Er -am F-9AI6F3l[Ot<@X:<vP~% k$ 2IJxCluzjF<w=Z Wtr^(n0qEz~Wyȿ) *%nMY^ nxW--J<) * 490jӜ45}| UM -Fx,+d\Lgn.|1!A Ԣy^RWI ֕oEI‘63Y<<%|&څgU<-M̈́vE"FNgD=sxuJ (050y%kj6g?r@,Xuʣe)`B4Xou aUXdUvp&$,1ý>?VF[ۯd"Uc},\VDFoufLg:z2OQ y=Z=NXu*G[lL;my (3xO4Ikd_6\g̀?t!nڀbˁ$"?i{oILy!U'ЍK4eXݔ|Ybq)mSxV`=zlR{X^:O%ڤ+2Ί -D^pOڗjE=KK$ȕ6*ʊT7TdJ!.\:zD0mOΝ|S;ݞTI'z*xr~_-EXr.?3cf Co'R/M -xy2%@P _!u|W ^~wQ,NAKiv)JӸn8rFTPzH^fTy4ß]r!A bzW J^;ƨm^L<#HyWV'1??bq,:Ћ8}=7e;iyc7D1i1$bw*)cAiTa%]kv/z=ѥ.ծ"fXwDxe0[B\V_O%Y֨LNlkr(s9FgxA\ -C%clϤl_s=>>2UJ˚+f4+vSA=QPhS E4A0s|tQqMijIE'6Gq]I+i˪^l2jړ||أj1<Թ[rB7Z16sCiy ސKMe'ՊZ -C^>f`X=O]M^2G<.E>) rmAUJ6LLɰC|aΒ}U7EZKSRqf=$ZbOpbSȃ54-dR 2-B?x"I~X_\B|hYb@2I.vX͊o3KiӞa'_3,T!CFFC5,`af&T%yظqiRyA+8r؄[U"S'qZ/:Dߚ bo6^l~֕DJdU3mg;bݜdjcS8[t9N>Eb{1@ -1Ai47=.DYGO$9AڨmdvR>0J'lZC -ӑJ -jW&R$IR7{;ECF/]E\ȌO L{GrѮcQs~ym֝CLlzB*/!9ߋ-},!b]2 _EĀ=X׀(H̀YOüagA9|:8t+ ?18yuC^[*mW<.,S0wVdEat]b@ޤ$Z3]ފN5<]XGza -9oJqM~D:&MA.)m`9 (W__MsmqJ -J܅qd4|~:?cT/ňFtK,('<' p Gx2 k*?IEv= 8M:7;T-S/Z=랧U [kUe06;(^6%gF ",:S&ZW*\z%T -J䳔uq7TOگ21>\(kw2ϾӿS|DRKn8 <z瀌De۽I1y7#}XK0ʒx{ z-wCq~(=~EˁT~yCЋ<;~͘=sxR1U"Eړ -k 2-U?:7C^,T |%hm=Z\HPE!Xd1֚Ύj(c;-&3{ uv*%5@1y Eg-;|XX4`Rcwb{95S+Qe SZqjl2T!/Ûà'fgl:"CASGq$OG|5Z/MmmU# .u~z{^Yae>t>Pg<{61l-N\?7_v07AUC f€*z=|0AkMyA a/gȒ&_+8z'+kՆ#;YjrbMvڿ^BEC; 3Td\Ff66p#7iRq(;i .L -CtFC-=GgR]bD>1ezg5#\QlG]}~`Ǘ)ﯫ?7z9uohVSAdK|M=Lủߴ(-ꝢdBepCx2 + )KSTch E9KyrABoN&,=-hy|v5 F(pֵcg6PN/xCTԐqX% wz^Rckv%@y ]඲=˅ z\,'f "KPF0Dp1r0v15!7AJiʁ 0`@sl|H`p !:+)K.\ endstream endobj 10 0 obj <> endobj 23 0 obj <>stream -8;Z\t5mkCM$j?P/#P4K-9#6)`'bb\W3Q8ls`!"?C*_O\(8e]1rHD7(Hi+TjHQZceT -iIhbJ."Z#Zmr!8&0I%sp($TP*Y/hsX*sobIdUo;ehKkpch]%m/h)[sQ+ug[XXn+:p -f?mV2!'iHg!#CuC4T~> endstream endobj 24 0 obj [/Indexed/DeviceRGB 255 25 0 R] endobj 25 0 obj <>stream -8;X]O>EqN@%''O_@%e@?J;%+8(9e>X=MR6S?i^YgA3=].HDXF.R$lIL@"pJ+EP(%0 -b]6ajmNZn*!='OQZeQ^Y*,=]?C.B+\Ulg9dhD*"iC[;*=3`oP1[!S^)?1)IZ4dup` -E1r!/,*0[*9.aFIR2&b-C#soRZ7Dl%MLY\.?d>Mn -6%Q2oYfNRF$$+ON<+]RUJmC0InDZ4OTs0S!saG>GGKUlQ*Q?45:CI&4J'_2j$XKrcYp0n+Xl_nU*O( -l[$6Nn+Z_Nq0]s7hs]`XX1nZ8&94a\~> endstream endobj 15 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 615 235.5 cm -0 0 m --3.867 0 -7 3.133 -7 7 c --7 10.867 -3.867 14 0 14 c -3.867 14 7 10.867 7 7 c -7 3.133 3.867 0 0 0 c -f -Q - endstream endobj 16 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 356 256 cm -0 0 m -0 -1.1 -0.9 -2 -2 -2 c --6 -2 l --7.1 -2 -8 -1.1 -8 0 c --8 4 l --8 5.1 -7.1 6 -6 6 c --2 6 l --0.9 6 0 5.1 0 4 c -h -f -Q - endstream endobj 17 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -326 254 -2 12 re -f - endstream endobj 18 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -322 254 -2 12 re -f - endstream endobj 19 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -318 254 -2 12 re -f - endstream endobj 20 0 obj <>/XObject<>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 336 252.6875 cm -0 0 m --0.916 0 -1.781 -0.18 -2.61 -0.443 c --1.613 -1.18 -0.959 -2.352 -0.959 -3.688 c --0.959 -5.918 -2.768 -7.729 -5 -7.729 c --6.335 -7.729 -7.509 -7.072 -8.245 -6.074 c --8.508 -6.904 -8.69 -7.771 -8.69 -8.688 c --8.69 -13.482 -4.798 -17.375 0 -17.375 c -4.798 -17.375 8.688 -13.482 8.688 -8.688 c -8.688 -3.893 4.798 0 0 0 c -f -Q -q -0 g -/GS1 gs -0 Tc 0 Tw 0 Ts 100 Tz 0 Tr /Fm0 Do -Q - endstream endobj 21 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 527.8691 341.0273 cm -0 0 m -0 5.309 -4.303 9.609 -9.611 9.609 c --14.918 9.609 -19.221 5.309 -19.221 0 c --19.221 -5.312 -14.918 -9.609 -9.611 -9.609 c --4.303 -9.609 0 -5.312 0 0 c -f -Q - endstream endobj 22 0 obj <>/XObject<>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 527.3047 337.8984 cm -0 0 m -3.723 -5.738 l -10.281 1.695 l -3.711 8.264 l -0.383 4.936 l -0.494 4.35 0.564 3.748 0.564 3.129 c -0.564 2.027 0.342 0.984 0 0 c -f -Q -q 1 0 0 1 531.0078 324.1367 cm -0 0 m --9.533 7.873 l --9.496 7.887 -9.465 7.91 -9.43 7.924 c --10.426 7.557 -11.482 7.315 -12.602 7.297 c -0.008 -5.312 l -13.68 8.357 l -11.699 10.336 l -h -f -Q -q -0 g -/GS1 gs -0 Tc 0 Tw 0 Ts 100 Tz 0 Tr /Fm0 Do -Q -q -0 g -/GS1 gs -0 Tc 0 Tw 0 Ts 100 Tz 0 Tr /Fm1 Do -Q - endstream endobj 34 0 obj <> endobj 35 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 527.3047 337.8984 cm -0 0 m -3.723 -5.738 l -10.281 1.695 l -3.711 8.264 l -0.383 4.936 l -0.494 4.35 0.564 3.748 0.564 3.129 c -0.564 2.027 0.342 0.984 0 0 c -f -Q - endstream endobj 36 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 531.0078 324.1367 cm -0 0 m --9.533 7.873 l --9.496 7.887 -9.465 7.91 -9.43 7.924 c --10.426 7.557 -11.482 7.315 -12.602 7.297 c -0.008 -5.312 l -13.68 8.357 l -11.699 10.336 l -h -f -Q - endstream endobj 38 0 obj <> endobj 12 0 obj <> endobj 37 0 obj <> endobj 13 0 obj <> endobj 33 0 obj <> endobj 31 0 obj <> endobj 32 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 336 252.6875 cm -0 0 m --0.916 0 -1.781 -0.18 -2.61 -0.443 c --1.613 -1.18 -0.959 -2.352 -0.959 -3.688 c --0.959 -5.918 -2.768 -7.729 -5 -7.729 c --6.335 -7.729 -7.509 -7.072 -8.245 -6.074 c --8.508 -6.904 -8.69 -7.771 -8.69 -8.688 c --8.69 -13.482 -4.798 -17.375 0 -17.375 c -4.798 -17.375 8.688 -13.482 8.688 -8.688 c -8.688 -3.893 4.798 0 0 0 c -f -Q - endstream endobj 39 0 obj <> endobj 14 0 obj <> endobj 30 0 obj <> endobj 29 0 obj <> endobj 28 0 obj <> endobj 27 0 obj <> endobj 26 0 obj <> endobj 5 0 obj <> endobj 6 0 obj <> endobj 42 0 obj [/View/Design] endobj 43 0 obj <>>> endobj 40 0 obj [/View/Design] endobj 41 0 obj <>>> endobj 11 0 obj <> endobj 44 0 obj <> endobj 45 0 obj <>stream -%!PS-Adobe-3.0 %%Creator: Adobe Illustrator(R) 17.0 %%AI8_CreatorVersion: 17.0.0 %%For: (Jan Kova\622k) () %%Title: (glyphicons_social@2x.ai) %%CreationDate: 7/4/13 8:33 AM %%Canvassize: 16383 %%BoundingBox: 112 -1464 1032 -959 %%HiResBoundingBox: 112.677697153522 -1464 1032 -959.640600000001 %%DocumentProcessColors: Cyan Magenta Yellow Black %AI5_FileFormat 13.0 %AI12_BuildNumber: 256 %AI3_ColorUsage: Color %AI7_ImageSettings: 0 %%RGBProcessColor: 0 0 0 ([Registration]) %AI3_Cropmarks: 0 -1586 1152 -912 %AI3_TemplateBox: 384.5 -384.5 384.5 -384.5 %AI3_TileBox: 173 -1528.5 956 -969.5 %AI3_DocumentPreview: None %AI5_ArtSize: 14400 14400 %AI5_RulerUnits: 6 %AI9_ColorModel: 1 %AI5_ArtFlags: 0 0 0 1 0 0 1 0 0 %AI5_TargetResolution: 800 %AI5_NumLayers: 2 %AI9_OpenToView: -272 -754 1 1782 1082 90 1 0 78 132 1 0 0 0 1 0 0 1 0 1 %AI5_OpenViewLayers: 37 %%PageOrigin:-16 -684 %AI7_GridSettings: 48 48 48 48 1 0 0.800000011920929 0.800000011920929 0.800000011920929 0.899999976158142 0.899999976158142 0.899999976158142 %AI9_Flatten: 1 %AI12_CMSettings: 00.MS %%EndComments endstream endobj 46 0 obj <>stream -%%BoundingBox: 112 -1464 1032 -959 %%HiResBoundingBox: 112.677697153522 -1464 1032 -959.640600000001 %AI7_Thumbnail: 128 72 8 %%BeginData: 9978 Hex Bytes %0000330000660000990000CC0033000033330033660033990033CC0033FF %0066000066330066660066990066CC0066FF009900009933009966009999 %0099CC0099FF00CC0000CC3300CC6600CC9900CCCC00CCFF00FF3300FF66 %00FF9900FFCC3300003300333300663300993300CC3300FF333300333333 %3333663333993333CC3333FF3366003366333366663366993366CC3366FF %3399003399333399663399993399CC3399FF33CC0033CC3333CC6633CC99 %33CCCC33CCFF33FF0033FF3333FF6633FF9933FFCC33FFFF660000660033 %6600666600996600CC6600FF6633006633336633666633996633CC6633FF %6666006666336666666666996666CC6666FF669900669933669966669999 %6699CC6699FF66CC0066CC3366CC6666CC9966CCCC66CCFF66FF0066FF33 %66FF6666FF9966FFCC66FFFF9900009900339900669900999900CC9900FF %9933009933339933669933999933CC9933FF996600996633996666996699 %9966CC9966FF9999009999339999669999999999CC9999FF99CC0099CC33 %99CC6699CC9999CCCC99CCFF99FF0099FF3399FF6699FF9999FFCC99FFFF %CC0000CC0033CC0066CC0099CC00CCCC00FFCC3300CC3333CC3366CC3399 %CC33CCCC33FFCC6600CC6633CC6666CC6699CC66CCCC66FFCC9900CC9933 %CC9966CC9999CC99CCCC99FFCCCC00CCCC33CCCC66CCCC99CCCCCCCCCCFF %CCFF00CCFF33CCFF66CCFF99CCFFCCCCFFFFFF0033FF0066FF0099FF00CC %FF3300FF3333FF3366FF3399FF33CCFF33FFFF6600FF6633FF6666FF6699 %FF66CCFF66FFFF9900FF9933FF9966FF9999FF99CCFF99FFFFCC00FFCC33 %FFCC66FFCC99FFCCCCFFCCFFFFFF33FFFF66FFFF99FFFFCC110000001100 %000011111111220000002200000022222222440000004400000044444444 %550000005500000055555555770000007700000077777777880000008800 %000088888888AA000000AA000000AAAAAAAABB000000BB000000BBBBBBBB %DD000000DD000000DDDDDDDDEE000000EE000000EEEEEEEE0000000000FF %00FF0000FFFFFF0000FF00FFFFFF00FFFFFF %524C45522752527D277DFD042752FF27525227279A93BC6927A85227277D %FD64FF27FF2727A8A8F87D2752F82727522727FFA86FCACA9AF827275227 %7DA8FFA8A8A8FFA8FD5DFF2752F8F8527D27A8277DA827A82752277D276F %A1C4685227F8272727A82752277D522752FD5CFF7D52527D525252FF52FF %A87DFF7D7DA8277DA1A19A9A7DFF527D27A8A87D527D7DA87D7D7DFDFCFF %FDFCFFFDFCFFFD68FF5252272727527DFD06FFA8FD05277DFD07FF522752 %275227FD07FF7D52275227527DFD07FF272727522752FD07FF5227522752 %27A8FD06FF7D52272727527DFD07FF275227522752A8FD06FF7D27522752 %27A8FD06FF7D522727275252A8F8F8F827F8F827FD06FF27F827F827F8F8 %A8FD05FFA8F827FD04F852FD05FFA8FD06F827FD06FF27FD06F8A8FD05FF %A8FD06F827FD06FF27F8F827F8F8F8A8FD05FF52F8F827F8F8F87DFD05FF %A8FD06F827FD06FF27F852A852F8F8FFF827525252F827FD06FF5227FF52 %A8A8F8A8FD05FFA852527DF827F87DFD06FFF8F827FF7DF827FD06FF52F8 %A8275252F87DFD05FFA8F852A87D27F852FD06FFF827A87D7D27F8FD06FF %7DF8277D7DF8F87DFD05FFA8F827FF5227F852FD06FF2727A8A8A827F8A8 %F8F87D277DF827FD06FF2752A8F852A8F8A8FD06FF7D2752F827F852FD05 %FFA8F852FFFFFFF827FD06FF52F8277D5227F8A8FD05FFA8F8A87DFF7DF8 %27FD06FF27527DF8527DF8A8FD05FF52F8277D7DF8F87DFD05FFA8F852FF %7DF8F827FD06FF52277D527D5227FFF8F87DA852F827FD06FF5227FF7DA8 %7DF8A8FD05FF7D52A827F8F8F87DFD06FFF87DA8FFFF52F8FD06FF52F8F8 %A87DF8F8A8FD05FF7DF8A8A87DFFF852FD06FFFD04275252F8FD06FF7DF8 %525252F8277DFD05FFA8F8F8FFF8F8F852FD06FF277D527D527DF8A8F8F8 %52F8F8F827FD06FF27F8F8A852F8F8A8FD05FFA8F85252F8F8F852FD05FF %A8FD06F827A8FD05FF27F8F85227F8F8A8FD05FFA8F827525252F827FD05 %FFA827F8527D52F8F8A8FD05FF52F827522727F87DFD05FFA8F8F8A87D27 %2727FD06FF27F8277D52F8F8FFFD06F852FD06FF7DFD05F827A8FD06FF52 %F87DF8F8F87DFD06FF27FD05F827FD06FF7DFD05F827A8FD05FFA827FD05 %F87DFD06FF27FD05F827FD06FF7DF8F8F827F8F8A8FD05FFA827F8F82727 %F852FD06FF52F8F827F8F8F8FFA8FD057DFD07FFA8FD067DFD07FFA87DA8 %7D7DA8FD08FFFD057DFD08FFFD067DFD07FFFD057DA8FD08FFFD057DA8FD %07FFA8FD057DFD07FFA8FD057DA8FD07FFFD057DA8FDFCFFFDFCFFFD8AFF %A8FFA8FFA8FD09FFA8FFA8FFA8FD07FFA8FFA8FFA8FD09FFA8FFA8FFA8FD %09FFA8FFA8FFA8FD07FFA8FFA8FFA8FD09FFA8FFFFFFA8FD09FFA8FFA8FF %A8FD07FFA8FFA8FFA8FD09FFA8FFA8FFA8FFFF5227F827F82752FD06FF7D %F827F8F8F852FD06FFA827F827F82727A8FD06FF5227F827F82752FD06FF %7DF827F827F827A8FD05FFA827F827F827F87DFD06FF52F87DFF7DF827FD %06FFA8F827F827F827A8FD06FF52F827F827F87DFD06FF7D27F827F82727 %A8F8F82752F8F827FD06FF27F8F85227F8F8A8FD05FFA8F8F8F8277DF852 %FD05FFA8F8F8277D52F827FD06FF27F8F8522727F8A8FD05FFA8FD06F827 %FD06FF27F852FF7DF8F8A8FD05FF52FD06F87DFD05FFA8F8F8F852F8F827 %FD06FF27F827FD04F8FFF8F8277DF8F827FD06FF52F87DFFFF7DF8A8FD05 %FF7DF87D527D7DF87DFD06FFF8F8F87D52F827FD06FF52F8FD0452F87DFD %05FFA8F8F8272727F852FD06FF27F852FF7DF8F8FD06FF7DF852F85227F8 %7DFD05FFA8F8F87DFFF8F852FD06FF27F8A87DF8F8F8A8F8F8277DF8F852 %FD06FF2727FFFF7D7DF8A8FD05FFA8F8A852A8F8F852FD05FFA8F8F87D27 %F8F827FD06FF275227525252F87DFD05FFA8F827277D272727FD06FF27F8 %7DFF7DF8F8A8FD05FF52F87D7D7DA8F87DFD05FFA8F8F87DFF52F827FD06 %FF27F852A827F8F8FFF8F8277DF8F827FD06FF52F8A87DA87DF8A8FD05FF %7D272752A8F8F87DFD06FFF8F852A8F8F827FD06FF52277D275252277DFD %05FF7DFD0527F852FD06FF27F852A852F8F8FD06FF7DF8A87D527DF87DFD %05FFA8F8527D27A8F852FD06FF27F8F82727F8F8A8F8F85252F8F827FD06 %FF27F8F8275227F8A8FD05FFA8F8F8F87D52F852FD05FFA8F8F8F85252F8 %27FD06FF27F827522727F8A8FD05FFA8FD06F827FD06FF27FD06F8A8FD05 %FF52F82727F827F87DFD05FFA8F87D5252A827F8FD06FF27FD06F8FF2727 %F827F8F852FD06FF7DF8272752F852FD06FFA827F8272752F8A8FD06FF27 %27F827F8F852FD06FF7DF8272727F827A8FD05FFA827F827F827F87DFD06 %FF5227F827F82727FD06FFA8F827F827F827A8FD06FF5227272752277DFD %06FF7DF8F827F82727FFFFA8FFA8FFA8FD09FFA8FFA8FFA8FD07FFA8FFA8 %A8A8FD09FFA8FFA8FFA8FD09FFA8FFA8FFA8FD07FFA8FFA8FFA8FD09FFA8 %FFA8FFA8FD09FFA8FFA8FFA8FD07FFFD05A8FD09FFA8FFA8FFA8FDFCFFFD %FCFFFD8BFF7DA87DA87DFD08FFA87DA87DA8A8FD07FFA8A87DA87DA8FD08 %FF7DA87DA87DFD07FFA8A87DA87DA8A8FD07FFA8A87DA87DA8A8FD07FF7D %A87DA87DFD08FFA87DA87DA8A8FD07FFA8A87DA87DA8A8FD07FF7DA87DA8 %7DFFFF27FD05F852FD06FF7DFD05F827A8FD05FFA827F827F8F8F87DFD06 %FF27FD05F827FD06FF7DFD06F8A8FD05FFA827F827F8F8F87DFD06FF27FD %05F827FD06FF7DF8F82752F8F8A8FD05FFA827FD05F852FD06FF52FD06F8 %A8F8F827F8F8F827FD06FF27F827F82727F8A8FD05FFA8F8275227F8F852 %FD05FFA8F8F8F852A827F8A8FD05FF27F827F8F8F827FD06FFA8F827527D %52F827FD05FFA8F8FD0427F8F8A8FD05FF52F8F85252F8F87DFD05FFA8F8 %F827A8F8F827FD06FF27F8277D52F8F8FFF87D7D27522727FD06FF5227FF %FFFF7DF8A8FD05FF7DF8F8522727F87DFD06FFF87DFFFFFF7DF8FD06FF52 %52FF522727FFA8FD05FF7DF87D52F8FFF852FD06FFF8527D527D27F8FD06 %FF7DF827527DF8F87DFD05FFA8F8F8A85252F852FD06FF27F87DFFFF27F8 %A827527D527D2727FD06FF27527D52527DF8A8FD05FFA8F827527D27F852 %FD05FFA8F852FFFFFFF827FD06FF27527DA87DFF277DFD05FFA8F8A82727 %7DF852FD06FF275252F82752F8A8FD05FF52F8FD0452F87DFD05FFA8F827 %7D27F82727FD06FF2752FD047DF8FFF8FD04522727FD06FF52F827F827F8 %F8A8FD05FF7DF8FD0452F87DFD06FFF8F87DFF52F827FD06FF52F8277DFF %52F87DFD05FFA8F8277DA87DF852FD06FFF82752275252F8FD06FF7DF87D %527D52F87DFD05FFA827A8A852FF7D52FD06FF272752A87D52F8A8FD06F8 %27FD06FF27FD06F8A8FD05FFA8F8F82727F8F852FD05FFA8FD06F827FD06 %FF27F8F8F827F8F8A8FD05FFA8F8F8F827F8F827FD06FF27F8275252F8F8 %A8FD05FF52F8F85252F8F87DFD05FFA8F827F8F827F827FD06FF27FD06F8 %FF5252275227527DFD06FFA827522752277DFD07FF522752275227FD07FF %5252272727527DFD06FFA8275227522752FD07FF522752275227A8FD06FF %7D52275227527DFD07FF275227522752A8FD06FF7D2752272727A8FD06FF %7D522752275252FDFCFFFDFCFFFDFCFFFD0DFFA8527D525252A8FD06FFA8 %7D527D527D7DFD07FF7D7D527D527DA8FD06FFA8FD0552A8FD06FFA87D52 %7D527D7DFD07FF7D7D527D527DA8FD06FFA8527D527D52A8FD06FFA87D52 %7D527D7DFD07FF7DFD04527DA8FD06FFA8527D527D527DFFFD04F827F827 %FD06FF7DFD06F8A8FD05FFA827F827F827277DFD06FFF8525227525227FD %06FF7DFD06F8A8FD05FFA8FD06F87DFD06FF27FD06F8FD06FF7DF852FD04 %F87DFD05FFA8F8277D52F8F852FD06FF27F8F827F8F8F8A8F8F8F852FFF8 %27FD06FF27F8F8F87D52F8A8FD05FFA827FD05527DFD05FFA827FD047D52 %27FD06FF27F87D27527DF8A8FD05FFA8FD06F827FD06FF27F8522727F8F8 %A8FD05FF52F852A827F8F87DFD05FFA8F8FF7D7D7DF827FD06FF27F85252 %52F8F8FFF8F8F8FFA8F827FD06FF52F8A87DFF7DF8A8FD05FF7D2752A87D %7DF87DFD06FFF8525227525227FD06FF52F8FF5252A8F87DFD05FF7DF87D %5227FF2752FD06FF2752F8527D27F8FD06FF7DF87D27A827F87DFD05FFA8 %27FF5227FF5227FD06FF2727FD0452F8A8F8F8F8A8A8F827FD06FF52F87D %FFFF52F8A8FD05FFA8F827527D27F852FD05FFA8275252F8522727A8FD05 %FF52F827FF7D27F8A8FD05FFA8F87D2727A82727FD05FFA82727F8275252 %27A8FD05FF52F8277D277DF87DFD05FFA8F8FF7D2752A827FD06FF27F87D %5252F8F8FFF8F8F8A852F827FD06FF52F87DFF7DF8F8A8FD05FF7DF8F852 %2727F87DFD06FF27A8FD047D27FD06FF52F827A87DF8F8A8FD05FF7DFD06 %F852FD06FF272752272752F8FD06FF7DF852527D7D277DFD05FFA8F852A8 %52FF7D27FD06FF27F8525227F8F8A8F8F8F87D52F852FD06FF52FD06F8FD %06FFA8FD06F852FD05FFA8275252F8522727FD06FF52FD06F8A8FD05FFA8 %FD06F852FD06FF27FD06F8A8FD05FF52FD06F87DFD05FFA8F8F8275227F8 %27FD06FF52FD06F8FF7D7D52A87D7DA8FD07FF527D527D52A8FD07FF7D52 %7D527D52FD07FF7D52527D5252A8FD07FF527D527D527DFD07FF7D527D52 %7D52FD07FFA87D527D527D7DFD07FF527D527D527DFD07FFA8527D525252 %FD07FFA87D527D527D7DFDFCFFFDFCFFFDFCFFFD0DFF7D2752272727A8FD %06FF7D272752272752FD07FF275227522752A8FD06FF7D27522752277DFD %06FFA8522752272752FD07FF525227522752A8FD06FF7D27522752277DFD %06FFA8522752275227FD07FF5252272727527DFD06FFA8275227522752FF %F8F8F82727F827FD06FF52FD06F8A8FD05FF7DFD06F87DFD06FFFD06F827 %FD06FF52FD06F87DFD05FFA8F8F852F8F8F852FD06FFF8F8F827F8F8F8FD %06FF7DFD06F87DFD05FFA8F8F82752F8F852FD06FF27FD06F8A82752277D %A8F827FD06FF27FD04F827F8A8FD05FFA8F827275252F852FD05FFA8F8F8 %7D7D52F827FD06FF27F87D7DFF52F8A8FD05FFA8F8F87D5227F827FD06FF %27F827A87DF8F8A8FD05FF52F8FD0427F87DFD05FFA8F8F827A827F827FD %06FF27F827522727F8FFF8A8F87D7D2727FD06FF52F852275227F8A8FD05 %FF7D272752A87DF87DFD06FFF87DFFFF7DF827FD06FF52F8A87DFF27F87D %FD05FFA8F852522752F852FD06FF27F827A87D27F8FD06FF7DF8A827527D %F87DFD05FFA8F852A8FFA8F852FD06FF27527D527D52F8A8F8527D27A8F8 %27FD06FF272752522752F8A8FD05FFA8F827527D27F852FD05FFA8F827FF %FFFFF827FD06FF2727A8A8FF52F8A8FD05FFA8F827525252F827FD06FF27 %27527D522727A8FD05FF52F827FFA827F87DFD05FFA8F8F87DFF52F827FD %06FF2727FD045227FFF8F87DA8F8F827FD06FF52F8FD0427F8A8FD05FF7D %F82752F8F8F87DFD06FFF8F852A852F8F8FD06FF52F827275227F87DFD05 %FF7DF8F8522727F852FD06FF27F8F82727F8F8FD06FF7DF827A8A8F8F87D %FD05FFA8F8F8525227F852FD06FF27F8F827F827F8A827FD05F852FD06FF %52FD06F8FD06FFA8FD06F87DFD05FFA827FD05F827FD06FF52FD06F8A8FD %05FFA8FD06F852FD06FF27FD05F827A8FD05FF7DFD06F8A8FD06FFFD06F8 %27FD06FF52FD05F8F8 %%EndData endstream endobj 47 0 obj <>stream -HݎeDbd. - ԹDQIAy|}4s"Ƚױ].ZQg1W}\qZk%z6F`6zҬYk~<GV.Z[XͱfMkfށŴjێ4ef#LG5ȣw -l-ea[˵r==?>gV!.o?2N8hOa9I^bZ9jqr;,# syz}νv}N)ZH̛(cK!썵kƚ;q;*W6'ؙVPm%3'03fX$WSV%m4e HY7 DbABHUX]`ȕ1l۠ [: 8JNelW.F>>;+_mߝ.P}꼺)quSSpVџMGp{<;-~Cco?>{sW -zS};.uV,&V6 H$kc^1.hL0-׬r{3~hAhڤ?Gճr~y]62{|sʕ'WR!.:ud.8cKI\g8̟c i5ά?B 2NJ&ժ*ۍE&t2.IAPFw~Tپ`ΗXOg*0hP,ae -dFOiu0ױl%Y i)Է;lheXuٽJL\yW8颤IA_UË! ytBg])6>.֣(vɴc. _S7Z qK3ة t"Fa -[i_Yk\kP+T j6?3բbtNʇ(3s> Q/^n~XIOZk@IcKNN ,Y_*䔦DXk[܈,ѹ\‹ǐLs#I8ѦRjmPKA9E{K] A)WOּ e*EMN󞳾o6 aJo Տ -FӑSUb8;?Gh9"Sz 3:SuyJ>qK0EV{}Ӫcp|άz>8B=#3w z kʏh.]:W89}J!Q^Tas,ow1]W%,|vl #-T9Up[ࢄż3stM%fR$edzu$Wl}u{B"S\dQx2k.YH gbKO1[iyIF $Vi-S{3lˆ' (L?i#pLRVqmsC(ct'w/sNP4M52#;KڡzPnE;,/`aKfZ[H2bPd~|mrgVjX:uon?}u<χwiᶮԿBBcA}w_zt/#~rovz\A ~?v#`>^%\10Qꔊ#Db#EIji|BEj2 f~Ft:~ܿy[BxYco2?v.i/'aKC - Lô_$rlpΟ27>t }ޥ fN&+Btó4DI8Jxc#fHF(ͷW`ڣօ0mO}wX]o.UǪ*jS Z՞[ruMXTPJ8N@('1(@(!ƎC#25yIl+g5xkDpgMlщ#v$2 yf:޴n'\v2.gBĺstANJ@.#j&]PNFqlP( ĪL .aah 7eޟa,9k}Yl]dWW[V늺sY|=jU\ۂ(lFв~LmOW@\iS[ө6к~yA':8 cF@PA(\Wss2JP7vv,L2H:Oy ee:E /)L "mp -y̎ i~PBGX]b5R[#XY!Ꜣ]E UD3,QL>ymb+&W3̛ M8n}[:و>qBVZԡO> Z&.SonU.ʖ*LmM;'gp`G $?4E9X>AKS(rqUD>Fd#&:FYrґmcct:YɤvbR!/u!KH ZA۶?߫uxlc^?ux0;xؚaCn&e|l.ٶ1uWEMnNRNTCd=w A>'@ -h;MoxXl 6 qȜ/ɶ$!A&|ÛKB )Mr|EwL~3 `qBX%mމK. -xb1%?$z6>lg7q3boGN"JG)hJZRTȯ V\F(ҙ)88=jjxQ/a0˕kq9n\ÅrXwO ߄!h"l%Bc'rmfLXަNr&.$Yr/r:tK yN0|9h *b霙 #i  2j$Fd,PFrbT8`وsM`pt]2d)>0GZ ~ύ|np n:Tz~OJd%^rIzB eՑ28xkMvZhٯ00P1uj9^hvqJrE8B#[uN[-Ų(MJ9jS';))!$NNOª5/[7&'ܝH[zڎy*'?0BUGWUeM+1 1Μq}1Shɷ2 (.ᡚ|̱XN `+'x2tE9)5_ -I$Fdxk.7;bQHY6ӟ3rISh@p>z|ah#iq k͜w|.1lS$&NCMcw;2pix]ލC!;#pl'hphx)ͼK\zU/hN BfVNW\yDۑF. i2J2J4p iv{xpsDnݜ4@ aζ9IuNURȪ -D_dC yKx!803 S,&@\Zq4~J)RaC$Sp@+1M'w_ d |ܺ廯gn>ݧ?_k͋_}w_z[ּ7]ɑW;8(LRf\fV [P0TɤMnV5#."6)Q\RFOʺTqt&p#"ś +eŸ<\G) 4/*0hP c ZH)D#|՘,o.Ŗν RcT/C~gƋduӚZm+Ykd&%)I5KM/ IRt +6&x4|Ng)Ջ)NBV]VOޒh 83Mvcs>o`"ڲ3S!ϩ -)\Gf|XF?>zt SnN6&L5Q.)*R]sSں7“d hz> - NSphai6*hR Uk٭\@{$ft -9WG?@K׬6VM#^)ڋQ |]} cglZ0 |1ew+Bs1p !.vh3lkRrg=Eh -Uo(9n1l N>n,U2+Ke^Jg*DU[449olr ИZq(/I)5Jk)*Q B]MK`;Ў$̵l09Vz. ́<&tc7z6r"xk.bvy(u^h-~nד8#**orXft`LbE415|ҋK>-/ I\Bt]7 VAď䅁1?$,&8ׅc/~o+s|\ʼnn߭6o?o[m6_vq?~{~>^_Hcz9'g?@ endstream endobj 48 0 obj <>stream -HWn`zn/Mp:"X ZCK̥gd_s˵'GMqݵ*>qDѣGPW~87~ڶw@]_ҝLJiz6}wCEyaXI:߾6Ion7z4)8㢾ݴP7Ei.4i<&c!ΆM4~wt؝K!8ꮭ]FY#a~]?_+!qE5\;Xov~4TԸM]oxA)p8 -Q󰟚V[:m|`3\7鱄OF>?? Jr6zHϨ(tIsfխugwQ3p64Ɍ^_~;8⋡46G u<ME{x}]u,=UQ EUW 1ϒ50RASهm~|w&,Pz;~~yWC wۛYC{iϱнF}4˕k?*+`gWm\ZJXnm=ӢvU[7^wvW7ϚwC54w fWn^oMݔ<|h.AKr?>KgbP$_O]<Չl)UPT -B#Kk"ӄ4&Ӿ=hf0M`baЅ*d!2_Eir&0ʀ`Jǰ̄d.5%llNus].Kdr.%> IdI -({jg &fJ+PMt9m -dK'tPtg -g]p\ -K" (HhD')s/#%@F 3!A!Q,d2y(%z 9C*gb|F1aI33gu3ڙRG$3tf؛b9C)g#fS} J|MaeR6*$R:г0@AȀhGicC_X`?ll qVcI^!ă q,əv_ȥy+ޫ^nZh,wyi@$* -V@4H#$@Ϸ{v ~p }В5:/(MCJH lDDdWE,Ư2ߢiW}ā/?O1'1g İ4kϥ% -|¥i&ǢJRÕ[U[[:-pgz*NSpEo rO@ʹ"a\uHf |3N;$l(9p p \Q3꒓=J|9'?JigAʃ0ΈFˉ Α9w_R7独ݗ(2z c/_YA씐; -일#$'xk xi['TcЁ'Km.!5>&W ru?erۊ_I3E1(6 ;,$[;P8g}$ag &J e<@  -qyąo3q bnV VmنSfhJSQ[dFL"V"rCiE\5}|Tv*rk.}ExU^l@8 QuahŢ1q#&免"Y;LQv1ay43R#GU3|)1ŌfSB\|6ɛBz5 WSqOF*#jm`N3'[$Tnn=o9MΟ7wW~CWX6G)VZ9B\{Wl\zf2OG3r[*'wZkRoU/^pO~\ ~Z.50֟5 ~7B~I -W̳PB1ETQ4Y|ū$^aSëNb*E/ V"69T=슘5qtm+29/"d~#Đ$ji1QPS]ZS~"r6Zȧf9q@DGb=x =A l/[ս)|JJ([76(Tr;Ogܡ <[ UN44E#0IL+=X`w57gu# -p~BCa?aTFA$F5߶OO x½yzO : ]JC+Z[eeBPX(t#vDdE \i\QN pvt;Xv苺'viZ9Y8#\Eۖf\jXHL60_v<0!k^|W;hxd;>xGc_oj`{F_VVFqE5٘+vO;o -)=Ŵ0V\%LiJ*=ŲBP:gM]2&n}1>.g:lx[v^kV^sefym˫Mv>fV>liԉ5X!0 ĠHgg6&jn sPɜxeɴPQR-13GJY2c,p͞8:dD$ӹtq:])lB"4,`BE `e2 L $uB#bvF:`3 7FP sFg-j`UT % @5+8H&j3p -f|(| -(j'UާZ# ? -2[3I/,TPrE~1zqԃ+^*gDI;s<i?)|Gy_^~oן˗ۯ W2ҷbMw]Mu4k 3 g.ZF{4-w`6!U3lxvLrL9%"S$J@8gd+?I?u$]=A lKrKv{-%7^NJ6'*=֓ Vn;Gf/M7@H U%ݓ44im;ZSjjLjc>[X?7x=G!4CFhDb!c:' I<c05 d N*oaRŤ.8T=HJ~BPX(*N`1r%1sE;7TÙce/&igp8[]zo[.qͪb ]hT3. a?yxGc_ok`{F_VV+qS6٘+tU]yu0f#} -`n>!#eSH .5PS%tTNSPzk^K}iR-B.IݟmUWpЉLt*.D42*bģQR12q%,i8YIxP%UN/p.% Ps>RAs;pnEm: Wׁw0, 0Jе~u? _h̴h^.e tA[4jK%L4/+O,Q$ O,W>}ܕb+ -.9k.o\RRҪyr-f-U饄[{ *Jj*q$FaA*H/zO%Ji*fL= `)mBkmAxTӃ@/"IM n31Q_h>{ydĒ `b X8 jQ eg3܁1 | - Јeg@x"bǴHdNPp] ڗvRF,5cE @A%8!}t,L\kb6Ic,jFP@Ph_B"}Z!_ cNowKiyKo{~EϫdPvgW04N#09PAq g` bbbbb#XVqkGQ|kP^'Aq8(+3?Xmj.&qR՗/fcB"!Q" @a4Jρ@D""B,E:R7ډށSEn)FvPM{!^<ճFZ,.O9Fn+;fr_ZV(i˫ڏǦj(&E%W+ezЩ$NU)m]au|}-jPW*dtg6Ĝ#;yX sAP& ˡcSA-'r;\`=8w!:L<_|*7§"@TpD|X.~Gp~[ [dߓ+*l> af!D`ʄV_`B%>.,2r (&HBcx`\ј\T8^ W8v$ȩOHLP'(T.\pY"3dQ[೯Z0dhә<=+^C\m;VckSٺ=NًSY(NL;/OR%bdPu4$RD& .C&jE<ԏRNMRZMM%ne)hUZS=QQQҊj誧ԣYd.jRʢJ@h(`-zJ9 $7ԪD_L2 ,$7w t9j -QNJ> `YoyaʝUK8q-#uIW̦a`d_t8D34.vuREm%PCЧL )Zv@CjbA"%%4aBvɘU26 8uV\ -@ [B▼gH@d`G݉ CS6LK9Ie2ژf(08AGBlifkb6Zz-3D6$˖3:[0&; >ab6Q Qa= &hGn;jcse D?l.YT+?3P,1@^Fx -p %(k#OC6Ch4WtP3 z"+*g]&w=tH(x6mh%-ߓ@Aрy; /@T`RBF&Rӵ5U FR楩u={E U5֕յխ5,..*s)t4jmzuς뢳QW8DP4` --&p~#"! N{Qc&  7'%L֥` 7?$jU]"/߸~k<Ȼ>i8hggwPE 8p$m>Ϯ׾l[??ˁv统~|zͣܡt>*N[mhəmGQd|`u =ޞG\.]^G[t|O%7djb`p=ؖzb%]B{>;u_sϞF'aNE:\\{Pj5^Ҥn.U֤y7Λ7=8D 5\ -00J~-THU'i#`#.OD;n g|}pTa E(E+YaFÌm+!3 -ʽ -'^01_f+I|$nsomo-dMN/n|o^+Q7h^=D :S ^tɈsS0`20?aG86=c1D:ǗqE&+ 08qȣЃ*d\ ^ - 2#9W~$_x@] -)\XD-P)WL(6/ Ȟ!>=d gdF;}ʀ9`2bLBAjh(b4i0=:e̜=;L>tt0AH}.< *S$U&6R|?n9AWkŞl >c#,ڒ%z,b/TRˌyWD2hFQ7E9U;TY;zKQ0 xWRlj;V_@_wn _$J!wSP] 2x," !8.V 28Pd )b[IIxլA: "qC,Ue;cp+#8l~s۰̀} *Mh찈daqM -[؈^%c[ 7a 0VТh,8҄%/G8V_pn"AEPQ8E&[ܡMZTFefZPI-[3j~AOJBnx.9ւ>aԵE`m!R!R{zaROGXn Z,n&=a|crC -8 ->!TMj“OwOt}nǧ?=v^ջCO(Oy/i~VOG\)W%HU,b͟ی;"=ۗ;J@_ZNc1Qf ~ȅѓ&+/U.m5yk,/|aF?% pC{+UዀɠE7rQ<~1]c:#킮HC+۰PNȞ~svK;/V%baYUsWFQcidf t?+/ 5L/0" X00E&N ^LW#"/ LE$piFMcZy# Hxf5AD$XgÁ>($F f -2^<cpdhAl7f{)v5`Sڏ4҂&$mv-|[~QX[DWL]y31V@VP6ghijkK$܍Y[ɹ 391F!^D$ - - -_K-hE -Δа0H!Eq  ;J͒ԞvZU]ם[շW}3[Kة WPf¶8K0hE`TL .jގW`'-/s)z" %=GSf'NU'msLhAdthq((E3*ΌZkTE9TRU7L_#EPE EsTԨnN5Q#z^'lF*:  )ASmmeLICc伜̜ejZZs HP$U5tq?s=<Tq禃\c0_Q&+R&Q١glߕZ+F -XV 5kcĥHd &JRjU(y \HQQT E;I5Z)@J -|ӾЍ?sh_N34:3g`>KshB~Bo?@C'4\2h =.gc{V*8g,=~rK@H;o&M$hJthII*(pJ&H$8!zd`2Ϩh<@gfjP+:0;D ~1@崡)3zˈkc - OLE\a* I qǙwk]UKb'oDnb3,Gu`Xgܽ%Nnq޳,nUosS{XZsFvVIGE`/뜡f I` \`e t4 w-aM c^7ѿܚk<FI&!“d# #>ELSdC]=|K/-ԫlyK|M ίȧC|sic;'<sĎ!+9QaclB$ّbH%LIgKrƜ{"D5қbSQ)V֬ -K,ŴL[\[b~633;όALʔLLC;޷g$KҼ736"؆UY5{CƶrV\[298'g$k@'j \'UJRT/Uj{ڏh -*'BS<M&Exj4i)W5ڎCsl*~M·6!ۦetZ:vhqHm\H sӀKm*A+|g:p|*E#ߒ wӖ+k]1yC7bnn _"9);#rQ D7u}>*Q!ةspMR)׆΍sf]va]K͆U)Fft{p89>dg9[ d<$EluDHLcEz?]zꖻߎx,܊_ba6`0/$9kL8c>ph}uS(c?|Φ k,^|?goCᗟˏ|=Gw~Z|?$~TP.ǟ_{Mx`;csbv1ڣMQ<̟:ɟCT_ I>7ؕhLN ƄDž U.vHU6%!&W}<{Vh2rFp!3yIhJ͢YZTvϱ{D+gVu{x1uZ~հCy{l[Z$EZ]n>`5ו\n7y:؁| ElO|k^D}to__n(ԇJO{K9Hdwia7 a)ѼVg<=Dw>ZFx -{_{A~a,6zG7q8|!]ʫ[ȁ6s+93Wr] YZGw6|v{Ob ޗjgjQ/TqnTr+̼3siybb2񵴴etnd*ϞS{4g\FQz:C_f٭ɫniC4ءd/X7O &1>Wƀ_ ;u2+y/3ng5pGf$h,7)$s:*ky|Z+Z# nO%ʐWkR+hUUR*׹ܙN!gc. *^},՜ -^e.@riΎ|t}n`nLcFy(-bDΈ##Qף@h ;:\h}nb$8 Nm?ij~Wؙ^|djV2? ,^̒<b]}Ej] ,G ECF ٸ5V|oăRtU<&?BnVnOl8Ljҁm#{fr/9Wd>⥹T# -ox AM!G{5KgQ۸khQ#lʪ3kah'^hHƠZvcfc t_ʑ=3k R \)Jx2$k(}dL@-"}QP>d+)H#L:s -`CI:) .F s<:΋I y7%,VBH hm pcR;xZQrQˉ]U?bc1H 3OŔA`zd Mcd YlE2(`5$XI胱HEGD<"E -ӕXE'b>0ucP 䝁YSx0rg1ѧA蒂h<<co%MR^![?X`e&R]> ٙys!lLLvn809 !GHw -vޘŠ])T 1N!ȕu&PFKצP;7CQH|yf*6(/[ y8HKk1g.L%'|S5%9`!u @Z, Yۺ|U`M"ٸ|@"%&S.Fdj'#)]`f*R]aTGPMhTԦ_yIO QQtN ~Sh"D`eAT]>$I!Mrbmnz#H*qjx,!u&bRg2/0vcU?[烙iΓe`I}s9–KͤXj$pi{9 -pѫLi{XΖD$T1P(S%t(kCp$ӧ$"kIJuArl%VSPX#^h -'k k,&ju'k2ƃjd,܂#(vFXt"XSB2"Ii F$Iǘ@$T`Hf0-T %d <'z|(Y J3!HXj:W32QRZABk[ٯr5l;\JV kku60X/z&3Hypkq?ߪ;XG6.Wf?'ߟ?=xN//]7 ֣ӗϞN3:1>stream -H]o۸Ao -mʎ7FuNq15ҤJ_lr[mD|4wrzt][w}r92< >j>|ly+3Õ3!>1fOkxB.r}Ѽf/poV$gɏG9 OCh 4896L<0!i휨wqQwm*Uszi,X9%pWd U[aMR)KBMLyO E&c+P2u*l㘪Cvv ̑^lsUlc+Sm^p>T1xMn,]~e9'jda9xGѷ\{9O@yfor -%0*B FirUv /HYp! -9#oW9"dI˜1)k,R17yK4Nk#SIv{{ݷ4ѐXqx|P~'kW۽v{{5:9@W2vsuGޚC}EH -긡(Cd#`sX:Ib  1_3Ve&߷"AB e/$Lb4n따B O^ϔ HzM&_[E)ZDJ3(w)$gPpHR is. 01(BT XVpmsljAKw -B_خ>.KAnjW9h3 ?m&Rv\JO|T*IV=`άS/okK&9{X}€.si05 n%|H(ɒu䙑WCCqAE:Eb><,c>gS*N -Uz2T'qxLdk<߫y۷[TigI1瘳d)k94Ak}luk/xE#QV eda!2No(p)rMtIv1A_,6fBdNJ C%DUCGPK*4f!VcgO>RO%os_'ydhޙJ_n*zWyYM09Ձ -8lv"CqA/Q{#jxz7X! U -z(\'ӣ6V"~RiM-w6mxmC捷M趨ec&( _kz9p_2HWbUKBMѺmr|gjN (ND u2 O*A!ۡLs8\vamiVPXA)e"jWщpcJEYyˤ8g_1N9}D;qK2؀64q+Qc~ 7!$6ڧVMn5Oɿ *plK2* l-yŗjfQ䭙HT}oKDOr7yÞ -ZQHpRF|Ai:0!8 kA^oU/졆()@)Y^V&m+$-j1ɅX7Dd:Ik5hy:1 o ghz\e-z4Bɽ&gh}Ϫi+zZJz8asQsexfxt7FUy?K Rڻ 7w9 is5ArZZjmC_ƙcW#QBݹ pzZׁ ,}3d8\"u@{VN -J)QwHϾJN{S*I3`άeRѯMs$3%ǀ.ι50yC/{ iN ' /3xjm(Щ\/`E -4) Lڽ>f&qcVڙn-ΖPS%^QĦ4%'"Cav:|}EscslwG6Z-۸b] 0t' ^ֿR]"Uej_9=? *9W{DYIZOI=/DX[cs"D)PdI=UC)PK(H+j 0PհCq9/o? KW -^|cw7N/簛!+=x5LCVv) 7c>,GpE#˞M%yЪ#Ʋ#w, ZG16#y -F:SXQ0⻅9(9;2 Yi~\Q/(ϥ[WOXPJ1'3yZQa(m@Ehg> @GDaS;2Rv"Uej_<;=?Qɹ*2leZáyn3M;6'4+Lf')ǰbH!<r(6h *v ̠xE-d mjO!Ocs8+ý{ 9fx -}&&ްuv߯>RSN )ʶ15,ˑ[hq՘ rxXt0%z endstream endobj 50 0 obj <>stream -Hko8h-˗';Y4I1f ,-RZT)2KəntK"3%ycK=$/#Æy$k%Ḯ@/V.eX/oSOGD>>CBOF_ûnb* +=ۡzϾ7-7Ҋ+a]G -0Y@!Opm~;Anr7> rmW~iCq2hieAp #[ʼn -@Im(@ 0WP,]8㨀4G>ZH; N܌ iB,ڕu7 iNzڙw]dp> xF >$ @E/Lނ8QZz"ᕉs5LAl9J1\*ۉ>]2Jd|5y -H wE#f*V, -yfPrJrʔ?s-- 94 !ѽq PI6q%+Z -~ iG3F-IK׶tOtHOK'^\5x -8.5G a~ ܣWa+[Ke܉.2ڪP@(i7HynS ț'uh>0a*:&a -+rHtfq"#!.ԧv/bҿr#ojz(}u -]jo<-cuzIQǘ^d:usy5`B8sN@I0lT2o3POm.dxfCϑwY2A( 'Tijۋ=T.2W_RV&wb4.XK;NJ(% ġ> % - -:!X9\y(z|F>nHҀF9M0WTp`sCtr=Q"QW&K -!6y -MsĦ+F/g$UN?TbXx!;ťM) @5% ـg WɊ+a]Gʡa*;9#K$"ݽqNou<#4Z.7.\K/"LKtu*Aƹ)߷̓9v>X_ spks_vp*]z3IBe&POm.l<ِt+4o8]seZS o?/J'JRihrJī/)+P;1v㺌{EZE;_;4ځoOXہOvN/ӠQ#߰4N|N|N|ėF -0f7F xv;7e+BҎ|-] -nA rGQ:T:ܚYS,%RA@7O2\EW!Ʌ杙;N@dt$&ibKU6p89˚!H.qT>~1\##A‹Yv -A0DX'*)@2/c<VcuzV4Vlur0?nb;T>xr $+ -8ݤ@x޸2P ˰!G`彩lR,AXz JЏ@X#[d"WǠ?FItoym`!|}&'bH{,4v=#oL[ZwlB~KK]z 5Kym7>H4ZwYq%l2cH9U~%rؾdW&7eL"]R Q6tK%֊Ed9"Q@N&{U:WJۅRK -NLeҲSui>IoO~(rk"ue؈W61.ζ.i' wE*N٠L Ap$- -FG0*\%yqѽ]8N@{h iZ@^p'I.Hn=AԳ -YEDSB*IZ[9w^;c_߳TS8MC `=֚.yh qW d&'b~plLeMDy5&aΖmUXg2߰O^ -CQ癮D 2ҀZX5+aU.P9cUQ4M|ZD@%Qk8# '|kRQ fUBoS&[8|'hdMd_1-? p]дC;‡>x 3Gxgk8kav'ӡ10ְkƠߝL5LJ ǝ8ӠSt:پ7|a7 ~Ƒ/vn3:L^#y1vYLd9&=#Yq I6sdx &ېH0x 7d;4D -rY`$ -?OmeD>cqy=nZQwX~ +xOmbQAW#{|Dxmg!~7ledޗ=Kt񫌘ffcuΝ8r{VܱUUD>}LLCN}s@3h4òi;SyZTޯ}lnduu XTHmnGܜ:FQ<j]q@uL[vj%2"'}5Ҡ=9l228+PGWJQe)vQsNiΦ8ڨU 1E@/6!&9BGP/sʽi 0V`-$!$FRV -bx;7ne/JU&,#9.f9qwja28 ~ ;mzyxrR=.Olf5$pDׇsYS&OP/8;  p32J@(7fbdvi}9߁:|~;}l_Gykﶯ>eʓ3PEl>k-<mYo~r~=UK괓kzN=A&(T2/Tܙj.=KjMު^,/Tm/wW"9.O[{&(*\upz@霑{qo=Ci=mAT-fyr)@jX:N {ý2VGl;Ib S#dЗHЎ(sJΩMHuIez꛶_,G#6*~?$O Mq!ͥyAM DY*d/V*\,\gԼ%ޗrӗiرNYvoCҴ.(\̏t>k7JnËUBQ PNT -\C1MT@#=}ECYPbX=yMj^eeHN8iFV p?; Z C$ - )nX;ljG+a@  lPhЗ9a1WƳE*=`p+`M[st &a0y ĚDx- Ae$+Y[(TVlDtժMM$l\JJ +*HqD7IhR-}!´cW|$5&u(byk4 'HI1-O^㰡36`Dqh_H(Djưc#6C6sj9I$Z(-rb|fd؞_6~(}&sW~?\S/g/~gAE"0:XeLG(i*-Z}Х܍:c}vz{\/Wm tETꂗ/W`RL1I$Â܇$ aŅ{qp4 -dCws Ң5X#;i\HY5?!7iN'4"NDCM%0K8>Qm5 ĸHS[N]Λ`L4L&h>1^,|12SvxJxؖ[ [$xyFDu tU_:E;ɐIy."[xГ/2RO5:T#/MbK<ɑDBtY|)eL@t** HXut:x sWԡtsF nyIhTcsߒ=HK -ՆlK V?_cRY@0N:AYTuG6t;yǾ> -GN+òza a&S`p<fq 6y!MP&-@P1(XxpbGzwĉJu@у뙺 $% "`sV889f[st0 <Ao0RZxZdZf҄˰[ -)ҬDB؀4x@]0//tg{ FŇ:Z#Y $ $;pa"A2)*tNQkbRMA[gF! Ћ#">B :޺Ex==RGq 8GP PҾ&0আ)o" `b,Rզ)0ÚXXBXǙY,`act)f)\ endstream endobj 51 0 obj <>stream -HWn[~^9iֻ 5P#)[Y - -6~~ۡl'x9g9f~B8__qٴG;5gX-㰨\H/ʲ3XzݒygU?b[{Yk) o{vi#rx?nPjUI8zP1 2x/}(QÂFn- +-Κv_bOZiZ&L+tZٛr2Or%Si ?M#A5nԞV.#5^zd938 -J -ήZi'98+#L(a V '<&oiamSC?9` -Aka'^#'epHM"~ѷ?!&%DЏ+yGK}I؋CJsĕ C NA/;nYpdۺFHi\ k;  H>(C_. Ck&ofaMSc(4 ˹FIw{r~pp9^Wk`d\a{lx }=m7l#㮘98^\,ϟ|zJKIWlQj|-(yle-nMrL)8NB+sAZZU&=bz1۞\_Z/|/A:rEvaa>1b:^y]\BU$y-5lq2X"2m.-miO?[oFu~rq@(j,s}>Lٛ_.[ֳ7o{_B ;`/~aW?ٜ6'$"CҬqvB*{2&Ƞ -dPv_dP2޴S9ϦMޙE kTD#Pp\PHC\oQ{TJ " - -Y/"o܉wY8F'jPH`G>xa`A챙xl&c3n&Ms?ׯoh~R|*۟~Sn>af -W!L CR!oy7U - Z Dy-/ G|#6>k?=u^+IBtm% aiGtGB}FGQjSFczF]#DJZ7H9h ˃R"K- j, []wN`AAw=`)稊p+8 ^sy -憐n+IR%{F6M̦>clg0@2_Fvz{7s|FĮrP|\4QWzlQ;B)DKJI}07:gōK TPQ` oӬ6˘ I_ޞ6ci2⌛8;"LZ) )V6b_91 -SW -MMi(XdJys" d[Pb6HFR/N.Ȑ@"PwĄV i-CR?24ʵ1i`LHbp6`'qMҏ6QsL˘SF@%ѮX} -UCZ -`IRRwŎRiPg#!Ps*2G8b ` [f!>yUrD%$ uZ5I7N JoؾܫnY'-wUZ6+zZ!Tq;hkp)]xBtV:̳+]tRU5fBX{8QD IG'FaBlQ!ƂB9:H'fV,رo ì薇=o Jsޥ_VEOک(٤GHjsy|XxߨHy$яR } -bg]`;$OӼg'd.5oHHAr \ XOψn3y؎;tډLA5:<]ėjzqkkC`eBvZ琈GQGb{Qv[Un{wފxfOZ[T먢4:'ʸ/es_v+a9O-C -rJ!D@e)̧ TTQB BΤ@rrԭry*nQjmK3 2I @Vst1(ZNdTB8J-i |rF l IkH{uT ˸es}O)x`aR tBe\EQ@mTeˬyIr|P -^+(Z]67Qv//eM:̣dujZ,[0_mq#G |Y -T/ɓfq a<*0eϩ&$g+yKU9I.;_)FO9F4v~>pzI'жI&AY7f{:ʔo腊: e'EҌ$HC*9&hFP;:F`&)e-(P(h$Tqo"AEDp4!ZR[m`tcQ"==g4Z䚐QKZ/gLt0Jª)4BQ*'&PvP杲hԻEP$S@1d@|6λ.rvr(mMZ*V'tƣ#\\-wbXS/j~^fjwX[N GK>ՊvIom^;Wn-ܦ=H:|ڠTuqZ.p'^/_Pϻ&Bޯn._X|}x\nۋL̏2W0n~xCE!:!Y]v5nz-Opy[i] -Nd8v~*{bnq8ۗwÏ2QحS^=ݮ>&AKmfp3/fnܩf95!mӏ|`Jmꖶ\AE{BoXS|ܢol`9u[XBȧ"h49dlA҉.3* ہZ>V2AH3$T&oCq>3ؐ _/A))ID:G=:t0\gL58w9UȈ-,I@e hJE-N*C -^EPsRNo,90OjjeVo(uj :`wgullKspD]_On+M2'xЭ::|M@U!dE[a?e-Ё(VO(\^V:1tZYn^yr[i67小Tom{dU̼4+&'N.84q>1{sodr2)0Ga~@ sF7r|HHQ)*FG6K3]WzX C> _aL;~y2Y`jd a7E65FWhWҮ.D y REB_-*\fOIGЦ nFyBkL6inTU0R0TSikSjtlak-%8o-x\sXRs#Wsxg=XUGH(hklg.]EI5ܝШ~**7* ѥZBH92aZvf(i/񲿤H;CQArki070'4JꉘZ2=ExZ(#BÈp - 6 -^qlpiep h\^ba*>t<:݄0]zMt^ްF.sTLE&y>: ԶS}<@MK>xՕAgQ >B+_l?S=M1 -B@&|Q5o҈bz۽H˳pSw[ّ/GI -.ޣmPl Dj#q 5polp֠MA!y҂ -ʲ$5FƉBDF)%tO$U4* - 52MPڪ<㺑3^92 Lj2a'汖L [T]<ȜMF!u92A@~-j 5oN1e"duyߩ>hڋ s%ª7W )ZWRuf3qsw -zQ B}E,A9>b~+U>XmjNwRzPeFˉL)j}2%8wvGn22#ΩJD%ҥC@%2sFRr@3KSv682H13zO#4c40P0U* %Xр"Ρ+y-Zom«B$ʣ+DLgέsề(@#S 7h[w: -eT~buR|a}00e_a (BH砥pMZt$E,25W .)7<ƾLrn11܅L| 4e - LYITĢY;93qxy -TTU$ڠ>* :XTG%l$.Grwrv{((.x-pkƻȵneD ( V4 1-@3j]SXȟlY2h頽3f;gDJ[iX-G>p=lo,Wfw*d|H1E?&ᢐ(U!jiXe~^quGPK6lkv APlEf,Zm9VWuuϐd' }>jFgԜ41Xx˞t!ԀهhC"7S%H$2i\#F:eS} *^ɚ'Hقy9Ehh3HeT1|0P4bb&BHCjFADo2w3#eF`yۤsfnk98}Qubt/;v@j:!N[ތ!h!e+YE!.XF͟CM#+B};>Pe8T2},] لHkj2Q3#;og0[i: FLǦ8KcoqB8^#{3o9I cgZx"‘HKD!(Vrx @2 O`QL[tnjZ]6I9d0@aTaGgx,=IXHc4< m4EsYjӗU-2eq1!QQPw4tcqq=ᶅ}tY5gw4NFt!8dʑL\E&A貤he@1Q!rz-;́`Q,RK˛t`tY0HGL`kDZґ ThStIӈ --6ʊ8)Kxn4#w9Bc "%tJdc\n.l-U%k,BF^Q i'_*M -.Rd[=j}}d9w-x{X<~Lѥ T<@5JmQB j5==06;.}L (hG'0.$@\ lKZ[Ɩg?mɇi.>(J4 g+, -ˤ]4dq[;?Bͱ#ͭ$[_ }.?Ɠ;Uz?{:Lyz7rͰs}sΉLqGLod%WӫnmfRh`('ÃE Q%BQ)ce7U-?2)7"!X&/;%gBDQ AjHOOO*e/)BU2'Vow;V笂`RdDj%QK;܃ O WsY`xb~H9xEYʊdt(rorZ &㫯X:#![@HB} )Ӑ'b!`m2br2~Q`{48eIVŠw)ۗXXJTӰ̭vuwEw*3He6zb'x'櫕|9gQxnAT0]Q:=Eа=;|^,êE9 X53+4cET1] V>gj"fa{f; 73#~bP" f42Hҕ.QePeZQ ss -TYţ>;֤!W8@LA%(M-]AA:VDS6 [!Miv'"" -ilڌt^@flGD6!I4;.J -!*FP@qz\mb}8h&0C0e(fSL9?AQ}PqR7p3tFEcfMm4XH|@Kjh&FHI v` -ʯ &:P!SN^m`XZ1W5иQƵi _GF,*JҐYf#: v$c]C*Y=*ôm8fGgAA=hPhΛN3z37;  -d^F,ϿǝNKJpC\9 dGTZ##ܢe @V -";"b7C }L [,6lT3j,P, Mv& ]%Ovt4D4)gmmk-cw!bԌ}EkdO) -yLɟwAMMviIY.EKP|` {V4< u V.r"yC.megGvopAZ2/#"KٔXC<DÐ3-@|4T5Fze-pU3H; VBsSPw8|B׍?L'8-aUu(@j[ %zLK*YH-nԍa  pHVddA7Yuk!k"kX0M|LAt+אc›xubڄ:&M~Fi ;mFԽ nB{l %tF<]Grь@2^R~ui"d /M۽z۫/߃ˏWߝsڿ^~ &1R?^w|]?}]}boo>|rsi=ԗ[k]~ Py6@ Hi],)2}15DRke1}o}r/x]ww9]s yt89Q=O'*6 ÿ~𷿻JK^DBNX,I A%lGnJ]E?{jN󎼿@ $ ---'-N-kqe3Pϧ ]]x4X6Ch̭y쬀;U09C8>hwE54+ʬ`鿘/Ëo^]qff˯[Քcݻ˳^?|p}D9Ձgoyh2|T»@ Hv@dVd뻲gc1[0/ -mNc&1%,[Y֕ ;&_<"}iϏB.yձ##4ɹuz*+b90ؒ(#3)QZhSʩɆdK-0W2=TuaݎdĬ>VZj/(_([ky!*g؍{&_>+aO:>OVulN`>'6͢2(L7ٜ5aRa#2?]fʛ[w-dżǩ^LX:RG$zU GlٴCky~9r;v6G.9VܪFnnT][3ee)(lVe `&SPyJjI\8 -930OS;!a Ghk -aX!5__Zo-F[1]է_#l3my9r -gqC_QԚ}*m hY3/R\0dB65z}HxQ -(e|ۗ > 0?`ten ؟lLZ^Z^6:E{ɣNY[u,q$Ǡ%89 ̯Y4Aj/|ЀEFgf`tVKl黆2IZ4A 9:,|ܜ4͚u;}sٺ$fLȨj^>B [g)w9iWŨiAT!SDtEn@ڠ% -Qؽ!3۟l1f*]d1ikLά_ ~J -1M统FR5B7+wt*ȉ*BFDɤP䣸B\;ͻ,tmAzHy/Af`3C .7zF'jr臨\`BI )-J@\1vuil+̴=vAq'6oqԤ5d>Od1cHEhډ1rތnjyk|~OAjК83yڜ̀+4].>6C1xԉZb~ZYht2o1 }qEz<T|- ?mrt'{賋J9SF$\ Cr~Kޭw0r}F#y%cQd5lr斋`Q3(3OA2@341$dMJd;±jQrɤZABv5-6[-!* 2]f& 3l -`TA6]o$T] G͢ -ι^}Qn50GCR?@kp=qm©꿸|qv۷?=#j1Ëo1<;???޼{xwŷwwWd~orjxvqrfjݻ˳ ~r5nz+d_K}ͅex|xWk^ieOCL\TEVbWW*uZ@%!*"IR邍q-0PF=$2޵o%YbxZez"5l2sQ+tkn9% "g'ͧ+Q)ߋK)pNʤK=t˻ދ9#@TQyZ{֪61'n-%^$u՞ :Yct $1BӅ<ΦDC쒴G4ޤ"]r'H< 1n%lE/p UHL#lg) WK Drē5qVHGfo5X,t݌ӡ dX{"7rXu9'H;CBorJ3we#g֕3T -2]SZVREL\p*"b%@g,PAzuV/#&9mZ3h’noL]ľ}I4kl[ӄ'K52f-f)EfA((] jϲ^"|Α!n\(I&s. Q.jIBv:oV[J w~G+ѥr̤<TrVʼns0Saɐmu?>N8w6 iQ>g+k:]fLd)z( faڹ w5o^  &Q|" -Eu0Pڬw T "Ъ:@MGpɣ9`Z8UJ!3%C1145DPCah g8(Y}7۟Ue@I,YAb weC'6g,q4*cƬَr1+.",Zm6ڹ}>5TXZDf#Hz(\&3C?]Y`J#$}o=2րiڃ M&~8`cD>I(=jZ$S)r w+XzSF#xr= =)%5=*cYCaI|7 -M#aСc4qO?pv(;-YM@" -pIԬ0FF0`H`t 5umqx#5˥Cȇ. Vk]0,H-*8zw2MW{&fqDu dxԚk1+ &ڨP+Cδ.܇:6:Z2TA!];`ɡ;QZjFFM ńV&ZfmDaC}9{zzL(2Im˼2a}mMAFRqC 9 )X5 @mLH1 &]6R U#shЅy0RY #JMc:(%fk]ݗjb;z.ՠD<,T7C5ہWs%OYePd7jܞ܆sm4߻46vg95.oEnOM/nc>AyJr|:~˩J#2#&6b㕑ޞN -@4?J>O8$\NBPC;8,P,}@o?%G".%Xb1@DT3*O|cEW@%୓VE%>"D}G3dGl>IN6:A%pPBZL@~*W0-de4FxJj5=ZMڼ5zyPn]iVNh as֙rfB᝶N!U6\NM{z`!>pkTe@qHLf[U7J&#+TWV`JI_1]eԹ - }>5qL)xһ-rϢ-!pcJY: 4voJk1 NVlٰ\jL'd ͙.U/4m du ?$w-YHTF `HSdx ~^Jg0!.7dja*)sCLo`PL"mc1pJujury+sʢʠCJrVK>NUrX1nPcJBmWe~5}7金˫H09`_Z!'A٢0T*dճ0ItLd3ny{yg -c6 y-O8[38 AD<; :p< Y.3t7 - ex tOc'UzONW/>YQsSbNpzpŘ,/ %:ąd "|P#qbp*&4e%wQJ -JٚHKBJ\]At*2B;)f魝R뇗7--&?iP|^dΡSdEh$6į!4*+V[z?n aF[0)+C&`-LM`y#*,%G2JD#RPmAB/~q妑=lJnF׹9%2Ąv6>!"ԱyN2 -b~jFN!tӁРQ\4WC0BD~Md!n"Kln9 zN^aOɇ$w^//R`ZU`dĀhb`T4_O3\fHNlm+nW79A/l3E-$fƳ҄π(aW!`)ϖ6 6?p` K - BJd¾ -G6$M/%e _Q" "N(ە[%pabCJ(O`HO6i3t,YctCFm4 -(㰖c`⎀\C)>stream -HWR~9U*~I~!lRj%lJL" ozf$KƖV_ׯ{8 AB ~M045PJ!WTU aj?y_%tQē4K`D )"PF(B Pc$&&56$h-.zNؠac%'$n{Q8T 4]s3Hi*vEQCm&D;tgS 8BiHMs$f -s (I@[)ev.N7J +&V:I4EbU/Br;[u]wŝ%%ލNwi.Ru]Hr6 m$ς`+߆CDnF8Dj^pIp,'&;`F l> 0Հ CR1*~b8B0@l1`4ĄhϷX-p5X8qTX %0|8QC*&ziDR8M(Q*0݁mm6PH@8!BiN+$g{Yb C\%$[ ܂mNFp.:R}-mmhc=P18 - v78g`mOP@4 Xb%pf -ƨcRǜf*m `j$5X.m6knA)T iNנef,.jfk&(t\<.nK 4 oI>)Γqy|{u6, -#f?ϲsr%Q(*q8{E :!}\I,'8KߋtG-Ay(?^W8U~I'ɬe'`ŧ+n.OMEpQrkD'<<nvv'ӳE")a1Ig?܋,ڿL0m(.Ct%ˬ /`u"~Mo"bڰ !by$a\y _EF'Cw%*!0:>bK53YyS`KH-_{i1ΒD=PN.%> #Woo -o| iT2Kܶ71S4nywQ=`FrҖؿNG`; v|~,ʱ ^zC>w N&[8Wq2\MV*IJAy#TӞ -;,/Px<6B.7뷛VT[+#Z'rwu:=UY[U]֩Z0oMyީZh^q~Iꧣյ$~K3p߻yOX^`Yz9xx>e1Y<_m8ȲYYk0ٻ6%; Bp??t;';,*fPu -Np@/(O d>IDF) `_F (Z+5$l_#'=4$K7V]drh*=h=yFjZ5D:DփNpQCOgpW]q Ky\jB%0 A3؎T ; -*Zr]!cj'Q&玎 =~/Ӟƶ}($X *)T'H#R *ӊ @)ťpCA;$W!za|ZޯVn_c/)i?cRAIjCra٤3!]Q]u }G;ң:Ҫ6O+nDȔPЄֆM6!(? ɾ moC}jb2D1Ҹ>C )l6w!)nB*Cd*,( -F0V 1pBZPݡhCV3`NvW 9Gަ$6jCtS:lKB I@T?xk=5Zk=tX#48k. ko0{|{z|ǷgoǷz|Ƿz|{8wm~4 o;G$b C w8uLAe6@O#g`G -ja,0>Q4gH\TM2 kQT .8G;}PwwĹZk:*YUN,`?G5E2ox qLU6|T0ͪIK&I RhYoи)EPfZ`ABpĈR0RrX03-TY :f RIhi:Ï؄mϩyw^Ïa%!+r9b1 -S%o2^}7;Pg~MLgfQ0ʧ.(ko,z3/[3qj`é_^Z~aszʶ<݌G5{ʶ(.Lq}/OS1ؠ4ux40+0y=*@Aha"?Nf PbR` dG%?>})Ե|7I@zt ZmnhQ )'ߡD]lysp̴9B=uS|_>83nS;/ɨ͕.+&ל7p^}..^Ue~ޖ%<h q=e\%޷|5RXGGruŻ_k@ :^^%7qŹ"Oߖ_>]q5WD0c&w xlVmpE~okx~Ǻ~M8=1I;~i1n^!טAIϒQ褴PAngx4< h4,[&F (0@Ky'D/θ-"h%FR3)/H| Ug9WZ O\3B<}8<I x|&յDYfSg^s }]Wa&T =`~!Ԏc!BO]y#&3 xg a|?jԖs]ɷdCT&EDM(Ht$Vl6p6̐i`~/_QD+=W>yTeT%EkUT(Jp/𤭇hy%f4Ӕ&2Y"T<.E2e&sC7X =#c.zHޟ@@Bsfh tJx B&ȃ"6k-tJH5w XyIfCgR暲Mmk}rC1LA3w4$T!A.ѠgQ7 \)~*/5/?QI*(Ѱ[r=qQ Ot5ɒq.lQ>"jgu -}B`h{ -y9@mf %?~&"1R:ݪ#?QYxmd*FVFTMB&fuVfPv }z P董c[QWewv/veg#Zn+c6p7<4kEyv-Tٰh6L3xq`2vS.]2 iSf"s[Gٴj;kɓ Ј\j6aVy+l] YHwrYk%/vG.Y -BRBWFi&f89h*jTŕ3{}Z|^!c* - վl[>c8[i5{'5VMm3GPq5MXn Rp34O)$aבA멂ə~;Ϗz=t)eΈN@B±@I czMӁ3n7˸-l-AxW0ObpK!F [h (dl)̊ bQo%'lE LڱQxF=u,m.|:MOg V֔폤͗QW5bZoTbʹQ%eG:6&RQ"7PnmyhKd&_Zڶ[߆ krgkB9|2pj{MdjpI9ŝK -ta&?$5._i*P&z5M ,V&3AߨY2@$|oݞ3}ǃʸ.0<:YШ,V#[KG!N]y[Vr. WN -Þ5@أZ1#Ya"tWa_rЧbo=2fcFK oX*мXx":Ε+a[X爟(>ruI-iI#BE]oG n"NϽ^~Exư5ϲ w,@X?«?n Z>>Q =rc*v9c$L16b=/~" -qWX3]d٨ %;>Dk `ד+w>fp/zQѠu4vegVȾ#Ri3RN3֬+(>Э;A4'Ak3k&zбx`ԩv,*IPJ`_c4qxD҃oo`;=[4F@ta3WRtTfrRd˷X1Ӂ-\0p=Iנ^c%s҅Z㑤Zqf0b˦"?yb8hCk=`0ĚxWzcFEy:o.2P򊪬z;sk(P9@5l^aUq0nf]qsr;p(# Q +laVDMm<va%i6(dC,W LAwR}>st0q+qإ endstream endobj 53 0 obj <>stream -HWz}߁!8a DEe6F&&(ߢPPcj -T;gumG!t# 869*HI&ٚ@s+_UEmjLcG/&ŗ톴XvJ5*AwkQ%FOTC==aGߢ혛s"oRe%M!up -Z8;3#`fksM[^v -~?ZZUy{iT-YDbL Ǒ6` 8eMS,,w?@8ϝBWgkZ.z+p! #9i$n/LGJU1-tɐS}UkjC)S.c<ߧ+j90N3nuR@OQeR@|W+s&$],gfJbpP-X߷ϱ{EY*V]쵶=~hF& GW>{fͣMAdjwpsVhQzMo#$K[Ͳ0U"4)e_/./cRh~Dik'}G\._$2tq֦F6Bb:xxnTNrZ,TtUSyH^D &lL,2މ|z L}v5ǥ;=F4GtNm0>XUP(8v|4 Y_ svpKr12Jtmn*ה_]3d8J.W1LMF0)1h."rܯEY giiӂ6+VI 1nm%rtirQH2moKغenldT%qi ,Œ Ƌ୉\ -Dy2əc+,eH|g:elEXk.i54F[^^?gyAea:w~')8тx zbױ&RU%o>c=c ɻ$N[P!ԧǺwjɗEqٴ!%?\ 0L/`~xϊX8@)u^pO]aT)!T4g_.Bd4QR$, {/W6 t*G FBcXOG^=^Y]a|[.GEbXa(1%Q:)v&Ԥpjrʆ={5}d$j!U*Ea^…}C]JU5vioe!oZB'$ O_n^atT7y38+MqVnRs?k¯Aei -ψwN9?g_;b4(H+ޫ_θLGcyn F=L[twlNoS/v( -7QC}%f`MUoK(Aُ qY.7h5/PJbNšJ?&3T6'd]|;>JR E-GGW9 vN~J )SSw VS'`!.eg(?RjpH7S3a99FMg*ۺ0^uؔ2>%:^yI!=:BSdVTFNUBPm\%so˖{!xnfٖ`Djrj F6i{|0;UTj c -h8~]RGV$Yklޮb$zz85>Q|{1.%1/ב?\&$|^r'HDuw,*lrwȈLƠ@b{`Db O5y1>@Q@|8UM`϶R_hOu~wjoa v>L r32116>4鲿(F q2ZZQAfח5/ ؗZ-ex3Exں 6}zc _v$I@ ^J{bewD>=YcE[&퀶Ľ0$ŒjD^.=bk/mԉy͍2q9]P "%? Fco ƾ.-A)8:6I#^IZsPdI!ԖtCȹrCFgTgJ*6`g.v6d$y5qcξ$-`egs&hhL7W13Ռ\/mص$4 )|䱡A40rS/ wO{:O^/Gҋo.W%UY|Џ3&"t3! s+Qm E J2Yc+l; ̑Z6|j@EW!(oJ-›`>)DSJ68r899k3W}&x!/*誇ّ(]ME*ȌR qS9$WK=#ê@Şb%_!lނ'{bK M69~SXzXjQ5%nh4]qk>6vb^yG5_*Gt9R0Cd*mjR;aŻ aKKeZqNu("?hDGBTzBi{ CͲ=-{G].Se 6դ>^oG\q( -K{f:j9Qt?8ӁQ -yvKu` :-X Bn*_4RAw -OL\ă-'}z뾞P*#E~H+a 8S(dreMPm6]ҋ{on3"UNlyҲ4׿Ez4-W= \ ]AN z)@޼I/^(|:Q#dn([hg7NCvUb/u_0|[vϲ"òSd=6EX' h4oaG$:O$ݥ.+b{s|G:dZƷ N2keN.9 03hIMwN2xbIvLZ Y9?ƏQ7gR*%r~w}2fڶgxAAA@d(`dDB&$ tՋIAo.b| y3r\A|e1au6!bzc7b745{ؽ%WO0vu傲VWk8.9|i2T5E)cӷ*5gbO|T i_&K*c6)p|+0rw7W:er!4BM@ŕD,u[6{ǻyr퍶9"%!k+uxY#~L ;׸gsJfor|Q=Avq~[Z9@'bGlYmi'$Uy9M&r/VBs峡zsgE2*h?>_*gcp@X%/u+ kofK{dhCvunrwՈxGDyfG}<[Ώ:SҜZ*3b<P*A< -FR͛ x$dL>^QfWvsXЌ;){zM1\%bIS4*SD0>XQ&P5]x˝>fsO7'm&QQXEӹ =tI 'Ե] -48x}+q07('snZ> NT=D'S[ֹZ'k^ג<(4d 桟<k&{(T*hAcXf`ޚ{1ƷP$]?/oB*|k0Y\528d[jți˩h^ q7;96~ï9R SȴEQCj YD.zp>NĞc紿Ǒx3^L?Sn/oj6qnq9Tg̵x.\\uojl(f; W*)_ Df4VR1;8w+hU`9~);WjILϲ[ůmکx7z^鞭ιЮjځě4pS5v0t~z㪞j ѱJOۛ֙ {u#GTeؑSV冷bH_y[U(o9LP~5P^mҶ^u/R-l~zrN_v23h ڽ5@M3NAӎz4 {zV@)kt|z|ygiX.ڂr1 ݭ@XB6Ǝ\VزdZfs*]KO n&* l- -;?U$X=w=65[w EBMo;{@?`-7|a z$1d^g_=htr3`͠U~~QAR Zף -z ·CmJPT#F,/OQx.K -6y~}S,{O(ˬȌuھzdvoͿ yyD('9t-.h!hy`W}tCxhDJz -xOP)t~bMnbBݦDU@pHtA>+Z+4. " ,/M ѳxz=!LF~/-E~9& P0b-xU7)=c6̯~e/Qg K0}_*ԓ^l5=f ^Wk]l-?p75[)Ԯ$x阸/!-ـi"+7s ܱV^xw:obֻA(H1Vatx0@A/4PN@`L˛Aѥ+ z~f -tnEԿ% տiWmc@A&(R Pp3Rcdn.ؠPh^TX't;W -Ib"EacdPSaU4x_j!}oo3x^rw9QNe4ɥ ,KՇӚ\zE2Φȇd, r#& 'PYHKi&":'㬠jf ,DɫON)x+ -v>-;ʱұ)WO9rRЇ`K955 \$к@DJEOnZ͋.]K:_,I.">=cXCTp~u޾~n11"45 d9ثpԡda)m'6蠳|w4yyqrQ"XwNp,zᅍW#- ](*Ú^NO0H.|܅ܵ.Uy\4|X>1QT(5$k@i. jzs-|s,L%T8512{KOɣe,lmiJ>>w>Zϝԙ;9<[;ZÁF8?|YJ[^FFPPe@RT_ IJS=KGVx8SaXu9/$_ygK=liLgK%z=yS R?yXLTnS%S/5+Igr%8s,YZXi~sRXP{s)1/g~v%nm}Ww1c8udMژpo 1h/h :nM\6GN."V[A; "d@$]Ob &hc(yfe'T}Q$뷙D;$Yv#NK -J ipY"#BKūD+ "Z WJ;|-3ʗE> ;UBCLwou #-~oHFb *E\9d m!w}%VVL5(R>w5c4%L]q-i,2x{j=*>_ɽbtw;.ONޢ2Xu,- C,:=_ba_Nf δ_3ĎhՍm1c`^` 0f;| &jUNYVj`?$xVs跤ǎtqS?b#(" -0bpT'4Q%Pah,C)XKtsJ1e|ehw63SF[BId@bW2ZƘ:LCNq8+dFU3v2cvNg4` N;h@\|j%* F -  -Rչ&@h]]\jQ7)߾a9o~V$ 2`_LwQ4k,f6 -͠o5)PLU+aXI{ӮTN;̷X;qcr$9Ba!4CB6m<\Ӛ_ۜ ߭w!' {.y0vj]-Fn1hp}O6DXBαmh 鮎܆]_]H {dcUkO (;-_[DK.hgu҅7vtSg[_X\ǵ!^ː9Guz6ϙ,u#;v# Wpo-z%C'C@)TtQ@(#3 `+ kUS麒0ɕۆu.2ӯtXJG 2Nne?6/Xc˯rx*s73\ya1C$qh0 -p'es?TeaJ4YH~tǁH=͢ -? )IDWU1d74 -4ւ`;Y0WLEϚKAJF>(NH&}6hi0 91 vyI%qN.rj0%-pZŻ4?|`:Ճeًګ`S^Z܉NPd/~T#U ;$'{55GM'ޖm/ZLk' A=($C}ٍji}ZPn:*Dt&C t> HSf/3? @лCy/z7$cxUMk Cv]󬐻Byv=Ґ0,_ޔT@y -ZԎ~M'5)lMjI3N*LSf띥Va#+RE6zz&OS%[ao֧4┅-aa4! -lO%ޢӵ)HY*$.;ys:c'Y>%Ud%ʕb%iL%ftNY8^1Y2dqKoTuBcl=DE}sb$;(ou_Vw\0MD&¶Q,arbJC$,:xapÐ~FH;i$lZ AbqA6^c}*} EU1rX1ga8`нA܀|l?. lmecSo<01s ֶ`XɋL1"?g9 Ce {kAxp d;OtN+!Xn?`A^C1 E췋 ɤG9 H6E+Y< 57hmz0lB>9|| IKu2L+ GHT[pLck/R?O*}a2jWo(kpQnä98AsM= }Ȧ {fyŎoh`I;`  -`hȡ픢hn6| yh`,:-p@&:x[~ݥR5ݷ0IcB H\1rk4e_1y:I.IFSF_lcQ 9@S1Tc֕1Е);x_] **z^̻CLPG 1@8?1zǜeE+YuU,>VMȢ-c@e_Ŝ4։DX -a0ky*iΒc>'sy<7oDypQ&4fӪofqM|(j1t,HjQ._?9=~A.~5 -f]Vҭ80vN|m|*^sJ n>B ]Y[LlѴ(sjWY -*q5ւ`3t^a?}b;$H: q4N3jENAr-Ϳ+鋇z9} ET R\s͹ -̮N,w(4rjl`['iA? GpDs -YL,g: _Mgo,SDuwv\>r'cSxMݭq5ݣO&K;qg}7W\=t^\DT ]u>o3hTn&z^WJ^jcH<1\W}' Iv -$S&2C^Fh(gƶj]K# O0!8 7A`/ԸqU.=O_v˩:U`s?xx_9 - -PB<7췙MaNANR*yR@GPV)7+tBQcPVsӺ]قAbRL_RejUaqj ~!1J%o: -`.j~@`C! {%Ex4cU80H)RxB%zzjO9w߆we|IrB#V ? cSu}?#~ͦ*L!)ɚ0eRG5_7IcZx.gPi ],U,Pp*t!礽5i@O-PB_g=zxV(/Dfh M]<StZtVψSw*uef;&WtYԋ 5 汖%(9@<Ȫ-bUv᝸jjG650EdDǏXobc{̾{ltq\Ih']3❰_v.ɉj1Zjٗ棘s*y+{|h)*K;#:/ OO{Co td9 tczPc̤2';|h<7+EvUI1)+J-Wׂ. -VˬDr 1ui|SdHkt>BZZR # In1zsP~-FȠ$c[)XUUZZ֡{?D/w%0U΄ Y@AP^Ơ4) [)a](Fr-%|x,L,zp]ƹFIoʽE WRkLEVՏ3DthAcr@uiJ ٩/#Rr9T|+Wfg;prn.&=Z|7ZMl%NW35:8o Hwz'W=W>Qb '/(Qu=[xvjzfFzR3陌܆NKR pdnƩ&: -NNYte+6 pL8O~j8PNw2S -4љ@NKpӫ ?NރߓBxQ_{6@5U?~\gE*$[`1W{{5rWYN#\n Χ`сU5ˑ!$+'-~~GghZ+3t7e IՂ>/ouʃ(9Baeae9ɛRKֿ-tvMg -Ζ<^j}R'ԸFҷ{)j(Zs*Y= )H[ {1bj)$Tz4#II9Ll炣{؇l@.6!陋itoL-^ 0?H endstream endobj 54 0 obj <>stream -HWB\}AQQKisf95\뗕>L19%{i:+t.Zc_v6sI+?*t~x)tsŵXstMڒNrrt`pEY򷊪sXVJI/B62IUY.qtX\lrhX5FS1 , _&~|<@TՀl!u_EtƢաT2ѫccǬbdȕ_D$:dXRJx1㑻lƤѡhb/cLMd{{eTOѬ*jJ[HbxyizV֩g|{ꐤeB{=cS@C<6ixɲG)'Uh0)B$S$8$EIJJ9hgɚm[J$Crj]>XYgp4-nr0nCAr,y08g |cdbA}oPm -t*PՔzvrvM^X^',t>ݽ -^Yg%DUA'ġ8g,| Mx%Ɩ(&Ư,mώfm2Q;سF0 v#A{pTJƉ](GEqΈir\0SXnFm.b_{p#Jw`Md\bR΅Ϊ3XH'"]"f+=;cX yS$tn"ihG4){0nN EB\D SOs g4myQoIbEֻViW 0 $nzSCP=FC`m3e_O"Jh#lEk!^O%)vKJX2S;E_=[~B\叕r(6ܵ\5־%z 8ӭo‰W1,Nao5Us\ -Xq}#EJcQW\%Veh*Bf1F6#AT>f; 5*XW8ϟSbM1Wֶ (V{0`jOI(+sj]`𡀗*g|(JYc~M}ÃWb+tl;[) -e-+>S=o370F^'C=3pRϫ8wZmP 3Qx_`D&s$e:rٍ>(K6(@Al},sHi|U_n8:N?,3\]۳rK}&J%} SY{(震&"yyUň`vMnWd,z٪ cO6Ĥ]Vj|X>x CwC|yk;Wy2SBx{BlbH1b=m,bV^묐 -vwIډSen=Y&:ʹO-؉+oCT}$p_6H^o-EiwpDЬȒpxn钚 |J0wy.Sz<$_W6(7:%-H%5ѬԹmFHce1ҋڥ 8NyPm_9?|*,!^]UI)^71]?p⇱,4onN,bs;1u/yFPrjxH`=g)~Xa*x`,}!ZqrY~]m,ifpwUop"KK/0B~5 RM˫/jy y@m)/!h'4}SҖث*ɰd~v\5 !{8tN!|$KY:?)̕E)PD}: [:'}ҟ{Ozn,'N!!! aee9 -Lk}ߪNgꤡj׮]R<8.+Y\l !]_VN/6ηkvik[#kƲpEՓ8R 絔g pbdZP3 -)EGN;(mY_9X=(}5)obvQ'}D~k[]<ƪތ]'7xo36갲qѻ,V? 6 m3bB;,/d>3t;v[4PWR,F@h~-KrX;hÊ+YM݃]H. wAY-FtD0bI#~i3Bc}n,<Ъ*6#p&=/1]i& -E焢bI%xYm|[X-My2# ?y6&Y:QzRL$514UAE鹽,@OCwr%K[Bǭ;8%\I JY8*Ūx^j .MZpq5C-|CtTTd=;6Y qm i=4_$:/ *cu :2^{2Y1hb蔢WR_6rSyzn]ȠJR3qRP1 m -qu@ t8j6ؐoe3Pߣ?4Щ ڑ'_DC7aXPo:GVa\Fo~[ hL"^> ҊH1o;5}DV M>,TxlU'%Ξ8=ÍQ`@yi3k)˼m`(<cgȣi#bePvnukzcK]b 巅ghga Bv0=[3 ?UcYQHGw4Pƞ#`? BR)(\ B'}ds/ˠ zPAV>GV53 D1=AwA%[> H^L  ׳ڳ L-lM|5HH&ūa{J֊'>|J]ðB16Lt^>5f;X1SASecfX~1{$~1{$~Br#V %ؿf<T]|n[+߭fa|ӈϮa^>|#3cPwcoէޑۧ&L\Ї>dc˯FkG\~ڇ .jm}dLG αU 08~ߌ2"0 " 7Ql -uhNo\=j H 4 #|<|LP< -^|ɓr& N&2H|<9N -\戣Bd?2[2|~hfnX8Vt-e)鵾)ތ#?Ƽ3mk\R;9o?,l uUj^9a 8q0%CPYL+%y5սR&"FYxd8~u|\2O!KqN"mT3\Ǐ:g*Ws~lv}iZLU,W9םVeBrpa6jOlt~Èdhb Gfk,{=8\)\U@2Ƶ\t^`aJftesؼgÛ^0p&MD/A.]Z2 -' 1\+.uz!>!;鉖?~7wasJ1Wwy [Ls%WiIVei -ʳq*Y:RЅ]C7"kDF2`O;[yV p -4C'6Ȱϟ_ C**tmg}v=9f__U#S,d="M#8Pᣮ/77jJ"/ -QI$]j~m`Ku1``NWT<ި-dCօ<;ۦ9r}s "fݧgǥUjFJkҕ?ՌI|oEHwF_ћ]w3\&$O \d.lXb.¯%np#SF ws 6{Vy$f%m00V]zr赧yVpiq&V{YfEʳрQV(֫t+qf>J !<PPQdjA@v~ϩ[,cԮ}$U5'ٟuńIfqHOX)G9;t*'YgCRZC5? L0B_l=/ iW>EzzH姂7h[MK0, ÷eqDa]%4A#*D}`ďR|hd;_DLmXr?F -&uA|#JIBdvBhT}7] H,{#MfwxS 5Z)IpV졬T!.bHOk7^ Vkm,ir*>y{!cㅲJ WrAճـYӚz_LfL -Gzs>Ċì;TrAOkb2gIC{lP RAj - qFˆE{W8uHCUQSe *"Qr0Aoew]s٧͸yH0U*㋬?0&0/-V0Z-Wbr.Vuo+7ʼy?d3^_:Omi -FtEJG"vm RNK\^ we"*yJܼoJ~`wGW=Wi |:!Z *R? Sj]қ"apVR$>$:ѓ}êHb>/Y! j݊0\,NA0N( ѹwbvfHܳPFمt+,A|8ŁSclչtqg01- -݅F"G$+̕qrup=14ߜ5W`ƺ _2{',=_WQ*=R$ HMAMXC(7HX["J-!Y:`P2Y6\-Bk"6 Hu$GP1?|>pɖn -\TEg\Mҁ0/ŤCNH5Ocmy"I"q\0IGg^NhZ )/c16FK@_F5nCl»8J1⯉`R,ة -J1gjO3R.Knoj -{+>j,Ƅ5Ǝ/ xAiy4v,D~򵻾@N!:ѱ}T ӀKXM~4J_>F53xcC.b5 ߨf/lexѕuR.^YȟZ [cQe[1#R$*]L䆈umx-'ZZmܯN\>*ҤuVSK ݨk|zGX=*yk*{rM2W6MtȖoUl= -QNXz;4ۡ.G)(:\j aڼF!r3/twgJV -l)L4Za~Z^0>X@ >#d =-oD! :ؚ|v̕=*pX$f%?T%h'!ލm76x2S@I~nl k+QT*v" )tG$&Bo\HL6w|k^mnI};ִ^Ī*9S Qa6NPOІ}Y_YQ"ݣ G*abzkND8Nq/zo;Ex$m8#Hs4sa)nAT$V>7lg eo//i?p! -f̸I>#xfeauƉi2?ES$:hfT` -.5oqa^f:CSp^y #FOm+f[9fo?n}7S.u<^-yJ7|~amKa Wou=wG=zٮKTvɞg5ۧ1rLH;zyZ/Yr+-2P}# [Q#54_4"QLdh+wњR˱Я[yJ?n$FMMX,kc!{%I3}O$Z0 [j\[@x$W"7cUt!D{]IAqynu{(6Zai)[>|bJ 2X<6{E ٢+[U@d3i!Pi^ $s/gtZ|; ͉y5UM]{ͷe'([Q"}+"bb[V].-iE`T7zoA؛B@5 6P Tҥ &%R{ - -HsIIedo@6F6Y=Y{(>Arٻ䁻`nO^mo#gY<9C_+Aݝ9C&knel.6quo'f'~gX1/~-у0]E,q-iZ@%&=M&ȆU譔D -jq$zq!HV̏3c/kmd2Dc_Ovk&qXk3j-e6QNmQ[SR%)3ASEM}VfAœ5 . W/ -<M^43/ e4/k@TEndDto}TEާuK_ ye1[Wn$ٱ$3 cfkO I^TEx>k.1JQ(DjI^hN,z0Zay*!e!ӻ˞Az}8N㵨XgfJ-CasTi@CLb}K5/4K*bLz&7=F9ۨ6>MSQ *t2eW&B@Rj,:L1\6U}4Ӕ-[VCfV٢ R;H'1 ㋾39.gJ_ph(UaMvk*35ݥu3MȑE=y )WNi /.pcGĖ+ms[OQW.NN f}/\fQCgd2WUP\,H6j nfy0ZI ҿUf uԔj;ڇWHհ@I1 Z^O}(-~o.ސ{'zQ;nߋ142Lˊ2%TZҴ:Y萸"-a{nRs1%3땊݈N ]/6~eS?Oo|Jqd9sг>l(ƯԤ;陿70 8I|='ǕAv(=09@\)M>/GGE*SFKt־")1'ѓv\ted"EyiX3[:9LIZr~ӓ[ht`1q@\%$|Imϼ+9ˋodu:%Ha˽mQzOE[ Ue" YqL3NtdE#z! ަ7ik-2u~5I"K5ko Z-~q.,̼8z #\]}WKȰtp )딁rO-Elx?[+-ApMy(H)[NapQi6i}u)VG & -bO9;cxO4q:8+nuO(l-deЋvNEM\5'1IhOMj'5͞??~ 3wZl6zv_ǵ3ؽ3{3ף3RN~|-j?kC]MCvAV ʹU`sIccFUJ-͐;|UL 7 hVmI[ɮPlx2mj MAPY!OBRq 0BMA6%UѭXezN6華*5R2R7!ɑ{MGutQ1u<(@ZpE8Gu,PdiF<( :(+ѯ -;_:w r֡ǨŚgk<2 dVaD4Z:D|BK3OY2L^d<ݺVVE3iJ':2/D D1Ba'% R39.uU ij@UM+ @F;e -$MUtŤduRl_fǎ"Op7#a4f -5, 3o?߉\Z`lQNefd8aR;J6?&UiжQaJ69nH))f(-kEB#7Q-ܬE[ -PB&&]|,rjf,4YJ57q-J"zA=Y5xŐpC.J%]A12X,)Q$bcϺl)n^򢼮pU"w@5o83$Uδѷ&HBT e#֦ܿ}xECg8c -F.VW$SWJ/AcJm7!yoѪF`6,UrYu*R]Sծ9u{®;\/d_"?_?|+oJ2$)INIf$q?$96b_$qI=OI2ܝ$g$eyautvXflrWV]>O(luG@ a+2g,~BRJ<A(dph708Ԟ1B`isv -TtqLC':A]AXO=:V4/m*KlHWA6h].Ht * ']7 1wS-1 %U9"p0;=TJ`aMG`T5lk)VoWWB,,׉ْbX{Zha -S-!yG(I#Oe ũ`{9Ә0iVa#(xJz)߰ʰ]@K -6s}!U|ûW|xӇ_>^Ыo뷗/.}?_]|9kWݗ{8.|>>tH#y]VWȸxa"}di74u MR]4)×^ 5ySOE66I5y!& =|6.*:?'7NK='6z!.G _wl8ǀ=Uq+T9'}FY)_j@ߴnM}um F?zjh2}`+B*+S%5J]Bșiԃ)#oR{D0y:.U)jfj~áFvMZNOT -. -!zJյUjY^*r're1L$Fdѯ1E^H%dw0(Ҽab% F'/aDT6w1Er[`MJdKlYɮI_aD*|^[Nm B<җЄHjA06†qS^f9vG] y4ڟ %LI޽Odfy٢]*+AM \q(>"/]oMEgdGeߗ/?ڽ*~F|Ҿ_Aq4UM"9K?S5 t-8*ʬq&vAZgM8;d %v컂γ, S})l&7>, ^|CS&\:Diq1=.N{1ZN"WOuFˀ 5M.-f#P ⫅y1?/B9 Ū>n_km`*˧K,?#ƫlbǩE2f]b9uh6Dhr.=1{r1)r$rjyͲft%&4vfŚ7qHX4`rqF RtWm>4_fhi&!vc";>f!e1z'_a-т J􈜧4PtLA[UjrV@ LMU# CPŔNR&UQPc ŀ/PHx^<9*\{* 8QB((A>*)0w5y6e!g~ IZw*Et|hOtCk_%mAZk9g|7WP}?lovk_g_>Y6ŷܶ;4o_Ǐjzb$G;h.u|uu̍aa賞{ S.osi|L8L[M$N!I{)|o4!:=(Ç# ȶ/!o?] ѱ:R_z0520hvzީVmvݰc$X&C@ɳ:z&*)ha -]nX4a]U'M t;_S.`Zid1!WgZcn^7޼_(7qnP*3έG-zhYR55Qva [[ΤՍփq**Z:}yN@ +ƛw>{LCv)#cP[st h{)qQ|$+}5.tZ -ڦ#2O\c%%h@5Qz3rnC>0͗F=1RF'?y~5tahA P -S:5FsC$K񤗫0JdS[X@x/ktgt8 q+JoY׫FX6Y- $85G<;=טğ :˼j1^B#->k]NY}dz>NweW"kw_PQ(Td|De٣w+,aX! Nf{(8M3Bc4 =櫇4IӤw]] AGDr[>6̹!ow^L( (Rd,1')a"$Pa樖pMM驎A~$2Ɲqi-(0XZ] - |?*߿fܷ#g">~m=Ðvx{NjMy{0l'vRvn3;8(j֡h|t%TK9xJ=GуyL?CA2f]cI¡!Q勞?)#yPg$Jʧ4B@g1  S;? rRyɤQ!p $eq?jD 3mu8kѳ7<鯡yQa9V'-UbuY<ʘpJ jvM)*D&[dnѭqm؜۫ڊuB-š$ka0Zڛ-Ͽ\_&}BJmY?$l3_ltuƫ9(t"D}Ѣ׫]*\VէS^6KE~}9#Zsdm2L0ݒX0[Q?ZFUv%cpinRHfhƲ^~.KQ̙oivDۭpuE0ȉ_v|0wӇH֘9p첚` -h%}5K/ -`HqR\>{yQ~_Z[⪭j]嗡<1r}Uh*IG>E@cO?ւ^vuE ^3UMעcWŘ`8^`r o֒˰#0DlDqZ֢eLup -nlFDe}h;YǨ!]mT -Jk^1i0m:1Pa,h?{YF-O6:3NURi"Κx -hL8z(5Ԭ|媙ːƣ$~,zh.HŨ&e() X:}>.FO2=as9HcAIRGm@}xN)L> ] -)ӡˀkLvVͥ$9ڭ{"lI> -*tGJC(FȲ-_4:ZOn7|zԝSYk{QE:$ruY$jz8cz^Ơ}=.`Z$2+Pqxu4 Yr ߬am |. -:'3xFuv>1-}TrSA٢a/Zg>H$TV ML+X41 .թs\;/(.H}M&d/mW>U% z){эfJsL1xw}xv"VZvq Z,Tqe(qFJ#GŴ\98s7뎴==5/ 5捸HSZ6^RbG2F<|.+Z+i]÷*ih<; -/h.1 -ݹC4g#8g|ttG]z*2z]נ -ckl\Tә Tɉ?٭0eLV9j૬Z[݊ǺN%Pm[KWZ]VȬ)@^ :[BzLшb oF6U6rT^9"4d!`!Yb [Vm"`𵣧'KL%fxJ_ltq=m7*k -\6KZp)5Hl%m, -1a6ETrJ&^[J֢F%uѼdLʆU6Fj#n[J M74?SV•iȂwm{ Չwi~z̑%<fUT,8bXM;=9^0 -L䇩@ΊY֬ k7\y | Ycb__?nz?~^>1! t+i=ʙ^Py.5k܉0ޯ`\ 6 ފM"GIeQl"87-Fωm91MCFXԸeRRC_r׈b|9jL+U!$ P;jW]eWq.PȰ~JH/@ڜ>b;ð qwU3*+ O91( ɽɰJɑ --)V)TZ C9dJZ%B ؎ΌLk' t.umBcAϲ*óG%kA:z2 G113/b5*F8"1颍Ӳ8Wek_?Gd7[Ɛ oӺSdlңru6MMmgmH/*ƃSN&u(CEԜ+AlD(ouTKzAN58tfLC(W5FF. 71S}LZ8J.ܙ e ֗ՖEʠH]#|S~_WMyx9FI/Gc&Z<Fa)8p٫Yɀ1`v΀b=gT UG&{ǚԥ{Kmu)j?I2 "\EoY^.BQ :wNi?Z w/l]Xϻ\|LG1tn=hIw@Bb`+ e(P {OXx'ƕ)*ӵ~Ґ̮yieN)p_sk[WJd4|[[HA څ$ \A$q^۶ zy=4Pz# -HA:C͢T/l~;}-&HҢgq׳ww0?x6T+B%?P)g48ϗj}!TgCxnpبD9)FNS?pW)C:&]XPedf+̹-oLeA u :)g`Nٳ|:){UUm#Mgim - "zhn>fP1:bJ1JfnT=Msȅ(n~XE|ܹ8U&9'F.t -ZN9PO@(R-=2/r -TFNF+'13V:ɺΜL)ο`ůG}&T =/&ų=7̚n;um{җVʧ*DW_|¤| RNy#;JN3Sh S+I -8d-uK|pJLcQbspqb@!' 6,߬ۋbqvBYu0ჭ4unUght†(%lvȍ(z="\f3+N006F3n&}Y:<:οV>,cy(͸%?6tZ9|s29+'|p95)1G:fɩZ G.UM2jj&Wcàq.LcϷF3n;ΐ;`Q{٦rRoו6z7%>!dl.8֩2!аR$v'J"hO6 - `J)Ê8=AJK*ZGѳY=)\9m -+٭WB{Xh_z%Nrc*\ uNaCʮrZШ= M*}褁la\&6"jƩ=mp~,[riruCֆd;R[cR U$ɉό}~//c:m)FSjhRsAsL(p4צܜ>g4l܈)lm@-Qh9.KƙYyOelIX0cHvA[96<#W6xΉث= -ƬšGLgެ5mEc<..ޖ|q>^['=9 0R8c9ei⮿ν d|k]C^ί% -1"HD3;Q5"Uh W -2/v"BF"0i>řש_~?h@9ܣ%lV|X; Eo<7y[N~[z_kb%7[=\!]qi="1cV ,9,ZwN|BZY DscCMJ]IXq*vȢddA\ +Ұ%Ib&~&'se?h&'\ƒ##o6*!{̅jJmeF1 ,t⬪ރjiJS%zQϭָn˹o{cҾ2|Ķ"7{ kB\y̾g - SI:Wѕ?Į< +ѱ*-i~d/յK_=* i3ѱilq!u> -!rB` ;`` `' pP'{(BN(@!\BWnvB{|}+󗯯~E#.*( endstream endobj 55 0 obj <>stream -Hjǟ{!tWWF٠e! !h ZGβo_U7#}v!:Ц/?>ϛC4C8;L0/Zr{}>|7{ a.SWbNrS~SCàC*>s;F01,MHWSø96=ûCHnO.S7O1\ܜCjh^B~ޠt]SAEEfsn*}]r'&!#p(4o}^^\%$J ÆyHq4kʠ8UN{Ǧ6G:5zY" ,EΐYp:77^& LZMBt\xR|-RN@*{'՜!`$^-Zj-64K'Z -,afҼxnL49Ң9F*ԭdngN@z)%MиY -47bXw2ǧ*0hQ7: Caq]1jjN4V_(.kAux|NwyLb^Hoz<;ݶc==Ii>qHBm>ыF -slMU]JK#*)5u'CYJ ľ!KEr\J4DoKCClQ|(4FJRL QIQ8K)EEk=ɏs?Cp5U \'Xs`乴ԎBvj=u|ZZA\ȐP+PXc?^rg`naˎHfXE_Quo]iCO{K*Wfr0Tq~'F4Bi.1嵮^Ϯ^*P翆>*y%>K S@E>S]Wف wF_&?M?6ho~xv?ZlBx -a@pѱ]oTSS͛/-B™Bv5m -,V6 ;!p1fg(L| -_VQ= '-4O$߿x?_uF~wquw׷Wjz[8[6w3 JǗH*6lS?eL]>UmЀbSǩnC.r4'oZݔzHXz\U\8DY@k-U -ڪF_j:{:# ^r$+hB[(dO6uRA-5RGhu;BIrh#(i($dGX -Nj=$</[JVnMqTFJ!^B4^]RŸ& \)$!Z`smck"АьQ[)^X"їɓ*$:ۍ)R٬%KZIx|-YeU( gfWJsd# -5Go^vī: UZWUkX-pNI')fs;SOU$Wc'Kfd2 <ڐiz:1H.ټ#ޕM.(Jy9{@vhuC]bp T$h4O@',mU EeT2Y&^d޸l~4j :r6D,dpmjd6HP^Mܟdv߭> =?O`S1-ڊ%A%6tP J mY+ʼn)!M#φٻ뛟?䋆QlƠH^l6haiв:h -J75xAoȅ:_/,Z_w~3QUTҋ]{5u&rΙ1.nlY/,m ɬoA-VFHYŽۤw6 TROgM -Kҕqq?g9tmThtWɑ }h1uVhWl --DTLyC{! P6FhLt=O4ueRttMXd"l(5~^:ePC|ԑ1liYf}ټ :HAcMÕ~fQPu`ecF?m8_=tlT *-o*0)o NUR]h= - -8фLlհ\ -hQ&^K+$GZb؆|.tWS~gz򷅸UNoKmrٱ8?iz?`mK%DQ'vӗ4 ]̈ȧ<=BGZx4O9/K 4ʥv̘DkU?}TegX9~b1"\kS zu]"%>ݚr;ޝg?~ӫçbD֞.f'>AN!cUG>^l vo23 },i=e)dvH~-ޛL8b'jѡ%)4hJsgފ}*+~и=7 D8hבaϭFi,D4K;=Q0DŽn6zz5:C'5DbGMsm3qHT55Ǒ58AЃUr?qI=?3NWN-,rU{Xݹv_ :q9(D4׏u۶D[~1}{bޗ[tisո\Qۯ;o0 C` 2/O͛Nwϰu^v`r4W_vw*D5!:'G!=(og 8/1Q쩲F+ Pqel0=E)Ns͚YZ^'CrjR-ij$ݯv0B 3)|A:~F7 G)̯9_'BJ14G~\6Mq^am*6'%{_7}s:/x.vS_$ly }^ -_Ϥ5k"ygl ؒ0Ǟ[pJ#"^1Qes6znRn8Ҵ5}IbOG/O!LOL@+쫑*{s*MB2F)!,ث>0xK;Pœj4K\M[}ȺQ?X唕̐T8mEG?H`J~̵<80@"p#*/6%)!lZZϠK/cGHh("Sl_F'8P+$ * o8*V a[$rwFH;Xւ" RVfVhsC1n,~\*:Z[+o\X*ծ>|4C.ʣ&u.i7 * -o y$мX"AOr2קdvdu>Յ6)/ TO X1eLcm]]EzES@uM1MV6y^GrE~YQE}w h*-]`E{TE`6obin b1cLac# )+v Tz - -5TLS$#m!VܙHRl11"^Gf/RC<)[IrP*mLU- [*G+7JT.\aŏʎiM yjv5O0n#[{ª4,x>+֝_qAk@#u,g -CKaeE7?,کkGRi<U؋3$7iRJT K܀aaU[uھ>Y9i[cC|RkOO2alf\("si[\d6-_@r/glO}yd -cKU5UL$I 8.|4^ae@Ҵ]xwuȂBeX_R4ܣi<]Ix]?+1LCpABFT07vVU"=Lw |}NMrr9.{`#WQP|A*[ -gokdEs,ߊ0AcuǒL/Z/6Bwy45* nQt\Jt(aZ׿njcҎ*>4Sב d (vZIw.udTݮg/Uբ ZhٔGe6IBE1y9`w׏Ͼ. }>"n_>|ЗeC[:^ۺ d_ܺXSm8v].v|nn /5z/gm8[C -v2ypTjj=mFU<9s qMbdi$ -,p;EZd:|Վ!m=t N }qL闞I~%ԥ귑82tl(#+5~HvQ|?hX"+k@Vk |'2*OuXˆg4TfF ؊>bD`%vsIʔ%^{q=*?G9[R-#7:lȮ_xJœ0QLV* i{cXLBYAwN+U>ucUvtMqx{=4z\8^t -y[?LAJ>M [ OB4!\ 1A%hhg˝q_ːcL< -̕%V'쮴Vg`uFD}j6>0 -P_̰tan#tHYBU=Xr c,2,Jcv%]LMi[{Tv eb%RLA%ࢂ>Xǂ§tw1Xf$%tH1vf5g&evQ(҅}Jf!G֙nJB <6GI -⊪8 :\_&H1ECABaև"]6e8$OuY5'VS|{"j}W3GUݿ+*T^nM9.TKF*ׯ@d AY~<~++k$NR>Ӟ0ְZsa5rئA4R56ϣLe:R -$J<9ě5h ֦ #"U%,nѮC<aАܚGPRHaE B{3QJ*eT.+0lmm5U;?VZT[eSК(Rvw(hU2vuzY[`PTaJ <v*EeeJL.A@Uvu?msZjq咳"kW_cUvcDOce$[s6 draԁMK3N8`0V2X$=bEK+Trt̰ᬛc9"#Б(5 aON>\)ݺR}YKύrf]btgdkOBgn!@l+Aݱa9Tp0yIP6 xYXeOӨt`I*W@E]?gF1[۪( y -J?Uz{[}TIO{9J-gEr`Ы(Ah+C]+돍}xQi$Peof%gr;ض]d՞(=]SbnWqq0gh9?S;"'DS0N>5T"ڗf줥eҡY*WQ4粇K$q-uIhä} xjL[Qims95i癴? я_ĥ\jTCeibjC$CMm/DugB[ǁ抺%c! ʱ03A>J]"Gq=*vҠH`oVhz9NV@H~w7jG긢=XbBd^{z~>Y;klWi/Q3˺$m"aK>v] mSA[܅Po]٩kh TȺ ^лe"%8lKیJ ":l9єt60 gJޟ8f}:hAVbH`e0hTo',`&#j_FW7-oǯE[doH_\Z|ʳ/_5n|\O_i JM_|3x)[d?lϦ;唕k3 wRr鶢d?/C2 -5RށV kFquF1[ -^`25Spqa(T2zVjxE+Nde[CngTZ/A8F0t`c6c!3jWqy%1K5uhnLXzX%4S)U5x?{VTJU sYYp%=DDuAc 8WMDQpGYVK V6V)s%DT1"Uۓv0Br\m\ -&5!/kOs -Lz)ʜ *d yݏ3ĸŠS-UAȩ1>LbT] eYa*^UNa@>hW*`e7#me9 7z/?>KS"Rq=Z޿vEkVǻFհ T{)ǰ7+euT27.;+kki ICcz[j=d 3Xj#;ȭBEh]"0϶F˧T 4yab>,RrjJva!MHok(a,$Y0449~İZwl?w*vpBikG-b6ǔpofiO-mZRg꼞t1fl9[z)sڦgm3[?jjm 9mgfC{ |g^Eg=;PCmhl;PBtnG ˣ' lA -!u)TuM%40at1[=_0~|LK| i -'Bw0V9/WdHT -g4ЧY"@ytԳa%EEW´+5Ŝ'0}ٟQ'TJi_M]u6/3(o*daӿdƫ]I~8)B|?LŸ*Ns,2ADUWOt% nXK!R! e*YCR`$,.&@ada6ߕ~@Iem@Bceʙ@ 2%6^d˔ VB-1ӳ99B"B-V -wqQ Sϙ@׆uí@3C- E* BVGL{KbYw)9a39_nRE- S6*Oew)ͫ|c(e~ȵ],Ql Eԏ3 o骐\#G y?gcpbչ_j'>tSN}W':0~ -#*'\]i@c eදOͱB~I_fWFCc|=VV aVjKFc}dmfzV6'`L_Ӳyi#COe{Dz|UHv.opj+*É۷i]S).K.jFo8[h1w(ZӫJ}ň y7F :?]KRh D95vZ;-ɒO-$HIHjYo>t@?%j~O!{:+xjKikӔd)x1D}Հ|&޼QdރX+SF~;g{xڍgЭE-"!.5't[bhPFh$+ZO |d20 IR=Xb0VP\'ͪ,׋O׹(gP'-z+rrN6x쥋A'-.-inݡ/l["~\k"ؾW|_n?~=2CG܈rdz%_֦KqĎfSz?e "M V0 ΃K}+_Pnc -drTd.zb?->8Tţ5c*UA,\ڼgCI &<(_b)5\C5BۂKˊan<ߣsRP&˪=`ŒÚe -*>-˪ lIs%@hKp IpÕ974@mFʢJƅ\*̧- X^_TeNyYtP4͢)ERQ\.zU)$ -3hkly3)ș 7B ܪ}V>r8tZIIPk򭄨ن[*X\h!fx]1R+5h(~xy[/~?>>bcگ;-t7p ^P!E؋Ҏ6&)b2$áYՂ 8)Y-Od˷'(] ,JP8MMy -Ipu]m)6yJuhԢ4xu~溩%.EW+l&vߜޞKDԐ\*'|W/]=\]eݩ'c;HU<֛d={\LDcE}LZWd8j x;xH|{nu u)|/43{m *&=VB/gPS6(y@$9u7L6cT.d.k;ʢI~UM̴ ~!Brh1_-b%e?]Rrj Cԣ^܊r!fقMVӶBDxK$e׻__gc)bh/*ov|"G{Yfc\=rҺݘ$!>uR-%}CKv+JE2:^2`Sbe Y9z<0:jS6)_FKǺdH)!)y/KX*45?\7irw0oZ{粤ܥ?xMLE.[%my3.kOYj[/}_M`?O=<`kvI`5l/i].olc& 5yO *M +rm/ǧ~$I'|!' \ -_: eY4ite ot:`Ӓ}4U>=0W~9||L*/@?"^$a>@r3遛;|'lsEv`G})sኃdDt /#Q* Zϥu=J5yj%:JR7an$J^e -B6Jà 4w ěO1(m zv5i\f)2ZM.%.doZ,8c0S.\~]`!_9OZ9Ao9&\${ÿrw[{| $ȑd$aUtȉ&0$U!_ -?I;|h$ \%ˆh :+ߜ|l愸mHeW@鲂ea2J^A-ilb].ud _ʃ7/= odk%iB|n 26߅]ږW}Ofs]_^;wS劫9V)em' ֗N -ɔz񄔷ajr1LZP&Rr8T@#ʪ!p hWv"o].LM΅LMCԄT8עdF"!jFrԆz=[P4&rTFZnp^ #/>FWFMFԏ';,8`3'/m)2h> ym >A!6Z ĻumfX|IrHr(C+{hA !uChV?߱RE7c8P[>㱔6.\Ņabyc`Fko{n|jQ{7 sV`KO?Ww˦O+?w&̿М >r"tх`B=iba [DDӫZ̓@kJmmKn`Լ.Ҏڲ젇vdrҲF?@{K%i$ĊXk5;% !)Rz;^yx-K6#m[u=&7YUf,~eJ(Qd+,$~~+CoH{Fm~BoWհtNγ*4L0+b^rPS!9x5K *{kA|!_fX-u斢PC"FfmnBY2ILJWZDU2:~#*@NۼMܭ5*rKur,eXmlbs,~0趰 -Z)ѓ֏u h혶+%@դ6 -Ƨ',g%FKgFdkYQ@'۴Ǘ|mYs0٫&@s*653&0)PɻwlaAXnC}z\dc\M\W)-ZF6{h:*vv4Cpb^할U=KK5eWmׅz2CY8-`=WCR6eZ>R#0A R_ÔEeڕ -'] l$rw&AQ!;J=r6fI taEt -rF,wU eqv#]Uga -)&*S̢ϿJzItH_4F{mvÑigDJ."eqRH/r;6RE^$qpdo'7tDtR]dj7* /DB "2mԺ)c4?[n]ƮB3F҅AT 豫 pZ E J=v I-QNŽLI 1nAdtDy-ی]Ϣ?[vNܘv>"Iܠg\tt#ɫnmٔnPg5ZhIAY3B -|8+Zo -Gҥb%wXZduZ]{gPD -菽:k+ o%|:4Xq ӘǍܩ03>.wc`%u -D_ -[׷L%{X%7UDtLz*9?rZѶJwUMܢ^F =,k]|״3JV -Q۟1i;fgr{TJHkzy^D*<]І8kOᡩ2`kVkM쟆X'͔ۤ Re ďZ|͟c%ĆOY# -ǁ&\"eu9hxgJ&Tg0t @dJ`=4Z6dDЅ4*S*]H.+Sep1M -IF:X5p /MX\(l6$͸\OD'ˣ̃"9s,8T(p*py#\ٕ^Q -A]HV&H)1'8mrF2ubK5 [s@OR A;?8}]dؾTfKdn(9B1GMF1eBJ*{J&E -czGv.-$}-F#KC8wం -U??|~?/:ә<ζuȑotkkt{mr؏sfgNb!=~1F~]W<߱d_eb/;AvsoJoj~]n[y?>~w×_#Ba*kXefGO0>G7cu1 WN!Ӡr7li gX'3fYw(ֻCM[߼K jP<ٮM^FCIX6覦t5`=e B`R\Hύ9{(˳]!;\<73*u[t48F+D ec]ym1Ư]sEin4t%~l9d-o֏Uկ7lCBΨ'W3rvy9O cԷn Yż1*/AI'07|ݮPKJ`b\R|HQr#Z;;J+TԯI+4+go)fr9k}-uQGN8@ވTB+*_lTzq^Wl5&m -ݕE -GXS)(RM]=K\3X ͧMIMEPk};PUU"L@{\|X٧S;%cӇB)TE$3Zv keNj1wgE߼eZ*s&ӧ=e$ I$G1ƩE3i 4F}1c.e,>Z //߄Ό1frkc1zyzc-x3PJbr!. >Y3Jcc\)Huخb33^ w Q]?~??o{L1\o*Ы:tkl3Yýs]KwT r {>Q*X&+U;>פ.]X;;ա&Wd 5P$&٣sv~Hͺ|J zDmIj?r Ga;|a4$"W˧V8i"d\+ 缻 -w?_g%QL:YFl|epP,ML}nlnS[ iviW3(Fԇ ܊2I]TQޟ_*o>$|t>f/A#/u)!ܚG[ >U[vtV=i h^Igs?D:ls5^'N|H~%ƉΊ?"x69~ruF*9"b֭`v (dw!m@0 -_I9&U -mT@"ntPi^ bpC;R}+*.IĚcG̺\qwSZt:Jۄ")*@Ve-"Zbղ{:>KO65[qUޒ}gfK8Z[947ZU'%oWgXo,tW`>qmbpBG09RWwѵ_Y[#?m`dy &{Q=&CE<* -BAf(a"吲%om%ZVi4]3]p@fs9Nᐪ-M%|ުo7E , ^ -¼!̛Mܨjqxm*]y=)pRj1n#(fk8 -Uslu*ٿA -q|j37}p,Tm*{oKʽ3iAm*mo|S,R iw+Tѓ@s ^^}5d@k\Bti'huiJQ( -7W=i uci0niTjbtŽY ȹtŷ.@y`3ΪJȅHt2i8ü; m{/K#nqX1K CȎ؈.c($M}ٴ֭OR4]ॻ -U—G*.EWjU C[TMF*(eR5ԯNeR0A(U sjWՓC>B #C`W`!6xC+>o}lVT~%>SPẓJԭM5jsFKy zVܵjE+t"L!^Iä~nz7c >KQJ)6Ay Qd`:D㘈ȑQ>8$oVޮmWXv4"-9SF Xήf,Ty{Z5_..klt6ipâ\MȫKT lI e+*j&$͒Ԩa:|% @㚦kl1zIvA6g-]G(N~%L/+m\[U-C|ñNM3 j5웆6LCӰNIHs&h#$fS;7&OdpT'~B>LpˎPdQ)WrزW/o>kt+GƵ+g7*{?%=۟7no[U"\0"Tmщ%DFydڹ\pk3Ey}X'b >6EK%Z?"ŎL! U eF -+Ft\(uϳa3SF7tPWly -\V$Elvk]ӠFw$*B\ָ_wXQ i)OŇ.Cz!m*H6Q6"=0PfA,@$Ԑ -P$Ȫ\  eV/#m3t"- |֕4$bD^ g[^$bk%g?]݄.A~}yvKҍv4osԎJӁb 0Zj2.FtfV9"Lu#V^ -7Z1{=ޜ(^~ gӪߞeA;7+ %s"X*obRTGgҫV]e^yؚEn9Dhɥb 6_8E] AV '!/Q(0?:y{(Ve$dG%QLفo> yP"GkTI{?;wMU(_:0H'ZhPk@E.QMkH5.luI+۟"=W}w& -y< lm'KZx+7)Arᣨy(])ۥ9Q/^;̵/`H$NՉ~?_tKūƫZ,WBzU!<*Zū|xձWRO^xXj+xr,W c3>D,GJc^>RY띖xu~Ӧ>M&a+[ȆIWf :6h.>V mԂreb >W RɶP -QKb@MZ:2ʰvRNMT1mJO 3ԌLtM>Ӱ1:mr߽??(**c#+(}lr,kgךDc =^eZD(yˆ|uΏP.mǻrj+yq[ayml+zhD[1Q{RsD̆&52ֱ/W_S4!9zN ܥ+0zkO2)?c( daDNfTXY# -* JpK< ERJ^_: -R7g )k@]gHTC}OV:^07ZE)aws2O02R]cT*|RǖJ{lp.'K|_K%?R;S'V#xr,;h#LgbP :&oj |'&"@T -h\jvc_.AYۂrVUfA LvDkd|4 j;2 9W<;ȅv+jjf+0n Sթ3LJ0o[&d 鮃J%׊k(M~ohVV6UE\R@I`0 PnhLw4Mqw8:>5珟^[+γ]+T}6mbrsVk4.xOxg]=;˜\GdMkr?yG+pgXYGGef^Xj#b(`ٰLBY(c&^EB (d*ޥ)vڃ+cH]:ucfz[wZԧ Qa v([2}+v"SL-,ߎS9l^b;I0Qqv D$ ,օ7<"I{6UhSzya܋09F]X̥m{6"T2 endstream endobj 7 0 obj [6 0 R 5 0 R] endobj 56 0 obj <> endobj xref 0 57 0000000000 65535 f -0000000016 00000 n -0000000156 00000 n -0000028144 00000 n -0000000000 00000 f -0000058588 00000 n -0000058668 00000 n -0000189673 00000 n -0000028195 00000 n -0000028675 00000 n -0000052288 00000 n -0000058977 00000 n -0000057118 00000 n -0000057294 00000 n -0000058160 00000 n -0000053207 00000 n -0000053532 00000 n -0000053867 00000 n -0000054079 00000 n -0000054291 00000 n -0000054503 00000 n -0000055142 00000 n -0000055536 00000 n -0000052353 00000 n -0000052646 00000 n -0000052694 00000 n -0000058525 00000 n -0000058462 00000 n -0000058399 00000 n -0000058336 00000 n -0000058273 00000 n -0000057480 00000 n -0000057543 00000 n -0000057417 00000 n -0000056237 00000 n -0000056300 00000 n -0000056667 00000 n -0000057231 00000 n -0000057055 00000 n -0000058097 00000 n -0000058861 00000 n -0000058892 00000 n -0000058745 00000 n -0000058776 00000 n -0000059051 00000 n -0000059411 00000 n -0000060539 00000 n -0000070733 00000 n -0000077101 00000 n -0000093397 00000 n -0000097154 00000 n -0000102858 00000 n -0000122181 00000 n -0000130046 00000 n -0000145606 00000 n -0000167286 00000 n -0000189702 00000 n -trailer <]>> startxref 189900 %%EOF \ No newline at end of file diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/glyphicons_social.pdf b/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/glyphicons_social.pdf deleted file mode 100644 index be1f6d5..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/glyphicons_social.pdf +++ /dev/null @@ -1,3780 +0,0 @@ -%PDF-1.5 % -1 0 obj <>/OCGs[5 0 R]>>/Pages 3 0 R/Type/Catalog>> endobj 2 0 obj <>stream - - - - - application/pdf - - - social - - - 2013-07-03T15:17:03+02:00 - 2013-07-03T15:17:03+02:00 - 2013-07-03T15:17:03+02:00 - Adobe Illustrator CC (Macintosh) - - - - 256 - 124 - JPEG - /9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgAfAEAAwER AAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE 1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZ qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp 0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo +DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8A4d5L8s6brml65r2rNNqV zp4kubi1F0LVjGsMk0k8s7xXTuzsoRFC/E5qzADdV6r/AM4/aEnlj/nIqXRbG4mNm2mGYxytSQLc 2sN0IJ+IRWeFpODfCPiWtB0xV9i4q+ZPze8oWPnf/nI6w0DWhqV1pFpoYvBaacFYgo8jMCXZViWX iFLKCS3Fdq8gq8s1n8q/LNv+V+teZ7PSfM+m6ro+pGGKTUIIliaF5OKeoFKMvohaPIvSQ9x9lV9t +V5ZZfLWkyyu0ksllbtJIxLMzNEpJJO5JOKsb/OTy7L5k8h3egx350/9ISwxPIriNpVEgc26sfh5 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 - - - - uuid:6fa8a1a5-1766-ae43-8074-3dc1465eedd8 - xmp.did:008d332e-fd5d-44f4-8a52-c207f09bc254 - uuid:5D20892493BFDB11914A8590D31508C8 - proof:pdf - - uuid:d1c078a0-2746-42b2-b0d1-25aedff8fb1e - xmp.did:1b6690ed-28a8-c141-9479-b6a9cf6be651 - uuid:5D20892493BFDB11914A8590D31508C8 - proof:pdf - - - - - saved - xmp.iid:008d332e-fd5d-44f4-8a52-c207f09bc254 - 2013-07-03T15:17:01+02:00 - Adobe Illustrator CC (Macintosh) - / - - - - Print - False - True - 1 - - 48.000000 - 48.000000 - Pixels - - - - Cyan - Magenta - Yellow - Black - - - - - - Default Swatch Group - 0 - - - - White - RGB - PROCESS - 255 - 255 - 255 - - - Black - RGB - PROCESS - 35 - 31 - 32 - - - CMYK Red - RGB - PROCESS - 237 - 28 - 36 - - - CMYK Yellow - RGB - PROCESS - 255 - 242 - 0 - - - CMYK Green - RGB - PROCESS - 0 - 166 - 81 - - - CMYK Cyan - RGB - PROCESS - 0 - 174 - 239 - - - CMYK Blue - RGB - PROCESS - 46 - 49 - 146 - - - CMYK Magenta - RGB - PROCESS - 236 - 0 - 140 - - - C=15 M=100 Y=90 K=10 - RGB - PROCESS - 190 - 30 - 45 - - - C=0 M=90 Y=85 K=0 - RGB - PROCESS - 239 - 65 - 54 - - - C=0 M=80 Y=95 K=0 - RGB - PROCESS - 241 - 90 - 41 - - - C=0 M=50 Y=100 K=0 - RGB - PROCESS - 247 - 148 - 30 - - - C=0 M=35 Y=85 K=0 - RGB - PROCESS - 251 - 176 - 64 - - - C=5 M=0 Y=90 K=0 - RGB - PROCESS - 249 - 237 - 50 - - - C=20 M=0 Y=100 K=0 - RGB - PROCESS - 215 - 223 - 35 - - - C=50 M=0 Y=100 K=0 - RGB - PROCESS - 141 - 198 - 63 - - - C=75 M=0 Y=100 K=0 - RGB - PROCESS - 57 - 181 - 74 - - - C=85 M=10 Y=100 K=10 - RGB - PROCESS - 0 - 148 - 68 - - - C=90 M=30 Y=95 K=30 - RGB - PROCESS - 0 - 104 - 56 - - - C=75 M=0 Y=75 K=0 - RGB - PROCESS - 43 - 182 - 115 - - - C=80 M=10 Y=45 K=0 - RGB - PROCESS - 0 - 167 - 157 - - - C=70 M=15 Y=0 K=0 - RGB - PROCESS - 39 - 170 - 225 - - - C=85 M=50 Y=0 K=0 - RGB - PROCESS - 28 - 117 - 188 - - - C=100 M=95 Y=5 K=0 - RGB - PROCESS - 43 - 57 - 144 - - - C=100 M=100 Y=25 K=25 - RGB - PROCESS - 38 - 34 - 98 - - - C=75 M=100 Y=0 K=0 - RGB - PROCESS - 102 - 45 - 145 - - - C=50 M=100 Y=0 K=0 - RGB - PROCESS - 146 - 39 - 143 - - - C=35 M=100 Y=35 K=10 - RGB - PROCESS - 158 - 31 - 99 - - - C=10 M=100 Y=50 K=0 - RGB - PROCESS - 218 - 28 - 92 - - - C=0 M=95 Y=20 K=0 - RGB - PROCESS - 238 - 42 - 123 - - - C=25 M=25 Y=40 K=0 - RGB - PROCESS - 194 - 181 - 155 - - - C=40 M=45 Y=50 K=5 - RGB - PROCESS - 155 - 133 - 121 - - - C=50 M=50 Y=60 K=25 - RGB - PROCESS - 114 - 102 - 88 - - - C=55 M=60 Y=65 K=40 - RGB - PROCESS - 89 - 74 - 66 - - - C=25 M=40 Y=65 K=0 - RGB - PROCESS - 196 - 154 - 108 - - - C=30 M=50 Y=75 K=10 - RGB - PROCESS - 169 - 124 - 80 - - - C=35 M=60 Y=80 K=25 - RGB - PROCESS - 139 - 94 - 60 - - - C=40 M=65 Y=90 K=35 - RGB - PROCESS - 117 - 76 - 41 - - - C=40 M=70 Y=100 K=50 - RGB - PROCESS - 96 - 57 - 19 - - - C=50 M=70 Y=80 K=70 - RGB - PROCESS - 60 - 36 - 21 - - - - - - Grays - 1 - - - - C=0 M=0 Y=0 K=100 - RGB - PROCESS - 35 - 31 - 32 - - - C=0 M=0 Y=0 K=90 - RGB - PROCESS - 65 - 64 - 66 - - - C=0 M=0 Y=0 K=80 - RGB - PROCESS - 88 - 89 - 91 - - - C=0 M=0 Y=0 K=70 - RGB - PROCESS - 109 - 110 - 113 - - - C=0 M=0 Y=0 K=60 - RGB - PROCESS - 128 - 130 - 133 - - - C=0 M=0 Y=0 K=50 - RGB - PROCESS - 147 - 149 - 152 - - - C=0 M=0 Y=0 K=40 - RGB - PROCESS - 167 - 169 - 172 - - - C=0 M=0 Y=0 K=30 - RGB - PROCESS - 188 - 190 - 192 - - - C=0 M=0 Y=0 K=20 - RGB - PROCESS - 209 - 211 - 212 - - - C=0 M=0 Y=0 K=10 - RGB - PROCESS - 230 - 231 - 232 - - - C=0 M=0 Y=0 K=5 - RGB - PROCESS - 241 - 242 - 242 - - - - - - Brights - 1 - - - - C=0 M=100 Y=100 K=0 - RGB - PROCESS - 237 - 28 - 36 - - - C=0 M=75 Y=100 K=0 - RGB - PROCESS - 242 - 101 - 34 - - - C=0 M=10 Y=95 K=0 - RGB - PROCESS - 255 - 222 - 23 - - - C=85 M=10 Y=100 K=0 - RGB - PROCESS - 0 - 161 - 75 - - - C=100 M=90 Y=0 K=0 - RGB - PROCESS - 33 - 64 - 154 - - - C=60 M=90 Y=0 K=0 - RGB - PROCESS - 127 - 63 - 152 - - - - - - - Adobe PDF library 10.01 - - - - - - - - - - - - - - - - - - - - - - - - - endstream endobj 3 0 obj <> endobj 7 0 obj <> endobj 8 0 obj <> endobj 9 0 obj <> endobj 10 0 obj <> endobj 11 0 obj <> endobj 12 0 obj <> endobj 13 0 obj <> endobj 14 0 obj <> endobj 15 0 obj <> endobj 56 0 obj <>/Resources<>/Properties<>>>/Thumb 70 0 R/TrimBox[0.0 0.0 48.0 48.0]/Type/Page>> endobj 57 0 obj <>/Resources<>/Properties<>>>/Thumb 73 0 R/TrimBox[0.0 0.0 48.0 48.0]/Type/Page>> endobj 58 0 obj <>/Resources<>/Properties<>>>/Thumb 76 0 R/TrimBox[0.0 0.0 48.0 48.0]/Type/Page>> endobj 59 0 obj <>/Resources<>/Properties<>>>/Thumb 79 0 R/TrimBox[0.0 0.0 48.0 48.0]/Type/Page>> endobj 60 0 obj <>/Resources<>/Properties<>>>/Thumb 82 0 R/TrimBox[0.0 0.0 48.0 48.0]/Type/Page>> endobj 61 0 obj <>/Resources<>/Properties<>>>/Thumb 85 0 R/TrimBox[0.0 0.0 48.0 48.0]/Type/Page>> endobj 62 0 obj <>/Resources<>/Properties<>>>/Thumb 88 0 R/TrimBox[0.0 0.0 48.0 48.0]/Type/Page>> endobj 63 0 obj <>/Resources<>/Properties<>>>/Thumb 91 0 R/TrimBox[0.0 0.0 48.0 48.0]/Type/Page>> endobj 64 0 obj <>/Resources<>/Properties<>>>/Thumb 94 0 R/TrimBox[0.0 0.0 48.0 48.0]/Type/Page>> endobj 65 0 obj <>/Resources<>/Properties<>>>/Thumb 97 0 R/TrimBox[0.0 0.0 48.0 48.0]/Type/Page>> endobj 95 0 obj <>stream -HTTKN\1wې(+,rQ> rTTm}w9~xKȱ ^=|apk?(nhԚEd:$^=Irzm"fĤ"=^46f.hE1zoJ,I:`BWXS '4"@'*B[ibKWS5{c(4{R>gvtR|NM=O 9:K.X>WgV'B%djg ~R;xt=j-%nl-) 1ߠXi;3ZuW,qIxdb<..FG{+VUxwĕGe~:/*+@J8lĂ<6o8012ӵ J;-9-};j[ ̀MzbkKw a1),1WfF߉|1;T# l;2PM(q&Q“W)ߝeݖa<U]y^SP2~c', endstream endobj 96 0 obj <> endobj 97 0 obj <>stream -8;Xp,*=Nd8!#l4K!!*9(2Xq@'~> endstream endobj 98 0 obj [/Indexed/DeviceRGB 255 99 0 R] endobj 99 0 obj <>stream -8;X]O>EqN@%''O_@%e@?J;%+8(9e>X=MR6S?i^YgA3=].HDXF.R$lIL@"pJ+EP(%0 -b]6ajmNZn*!='OQZeQ^Y*,=]?C.B+\Ulg9dhD*"iC[;*=3`oP1[!S^)?1)IZ4dup` -E1r!/,*0[*9.aFIR2&b-C#soRZ7Dl%MLY\.?d>Mn -6%Q2oYfNRF$$+ON<+]RUJmC0InDZ4OTs0S!saG>GGKUlQ*Q?45:CI&4J'_2j$XKrcYp0n+Xl_nU*O( -l[$6Nn+Z_Nq0]s7hs]`XX1nZ8&94a\~> endstream endobj 5 0 obj <> endobj 100 0 obj [/View/Design] endobj 101 0 obj <>>> endobj 69 0 obj <> endobj 68 0 obj <> endobj 102 0 obj <> endobj 103 0 obj <>stream -%!PS-Adobe-3.0 %%Creator: Adobe Illustrator(R) 17.0 %%AI8_CreatorVersion: 17.0.0 %%For: (Jan Kova\622k) () %%Title: (Untitled-5) %%CreationDate: 7/3/13 3:17 PM %%Canvassize: 16383 %%BoundingBox: 12 -228 468 -12 %%HiResBoundingBox: 12 -228 468 -12 %%DocumentProcessColors: Cyan Magenta Yellow Black %AI5_FileFormat 13.0 %AI12_BuildNumber: 256 %AI3_ColorUsage: Color %AI7_ImageSettings: 0 %%RGBProcessColor: 0 0 0 ([Registration]) %AI3_Cropmarks: 288 -48 336 0 %AI3_TemplateBox: 240.5 -120.5 240.5 -120.5 %AI3_TileBox: 32.5 -404 591.5 379 %AI3_DocumentPreview: None %AI5_ArtSize: 14400 14400 %AI5_RulerUnits: 6 %AI9_ColorModel: 1 %AI5_ArtFlags: 0 0 0 1 0 0 1 0 0 %AI5_TargetResolution: 800 %AI5_NumLayers: 1 %AI9_OpenToView: -286 332 1 1202 724 18 0 0 78 132 0 0 0 1 1 0 1 1 0 1 %AI5_OpenViewLayers: 7 %%PageOrigin:-66 -516 %AI7_GridSettings: 72 8 72 8 1 0 0.800000011920929 0.800000011920929 0.800000011920929 0.899999976158142 0.899999976158142 0.899999976158142 %AI9_Flatten: 1 %AI12_CMSettings: 00.MS %%EndComments endstream endobj 104 0 obj <>stream -%%BoundingBox: 12 -228 468 -12 %%HiResBoundingBox: 12 -228 468 -12 %AI7_Thumbnail: 128 64 8 %%BeginData: 9670 Hex Bytes %0000330000660000990000CC0033000033330033660033990033CC0033FF %0066000066330066660066990066CC0066FF009900009933009966009999 %0099CC0099FF00CC0000CC3300CC6600CC9900CCCC00CCFF00FF3300FF66 %00FF9900FFCC3300003300333300663300993300CC3300FF333300333333 %3333663333993333CC3333FF3366003366333366663366993366CC3366FF %3399003399333399663399993399CC3399FF33CC0033CC3333CC6633CC99 %33CCCC33CCFF33FF0033FF3333FF6633FF9933FFCC33FFFF660000660033 %6600666600996600CC6600FF6633006633336633666633996633CC6633FF %6666006666336666666666996666CC6666FF669900669933669966669999 %6699CC6699FF66CC0066CC3366CC6666CC9966CCCC66CCFF66FF0066FF33 %66FF6666FF9966FFCC66FFFF9900009900339900669900999900CC9900FF %9933009933339933669933999933CC9933FF996600996633996666996699 %9966CC9966FF9999009999339999669999999999CC9999FF99CC0099CC33 %99CC6699CC9999CCCC99CCFF99FF0099FF3399FF6699FF9999FFCC99FFFF %CC0000CC0033CC0066CC0099CC00CCCC00FFCC3300CC3333CC3366CC3399 %CC33CCCC33FFCC6600CC6633CC6666CC6699CC66CCCC66FFCC9900CC9933 %CC9966CC9999CC99CCCC99FFCCCC00CCCC33CCCC66CCCC99CCCCCCCCCCFF %CCFF00CCFF33CCFF66CCFF99CCFFCCCCFFFFFF0033FF0066FF0099FF00CC %FF3300FF3333FF3366FF3399FF33CCFF33FFFF6600FF6633FF6666FF6699 %FF66CCFF66FFFF9900FF9933FF9966FF9999FF99CCFF99FFFFCC00FFCC33 %FFCC66FFCC99FFCCCCFFCCFFFFFF33FFFF66FFFF99FFFFCC110000001100 %000011111111220000002200000022222222440000004400000044444444 %550000005500000055555555770000007700000077777777880000008800 %000088888888AA000000AA000000AAAAAAAABB000000BB000000BBBBBBBB %DD000000DD000000DDDDDDDDEE000000EE000000EEEEEEEE0000000000FF %00FF0000FFFFFF0000FF00FFFFFF00FFFFFF %524C4527FD05F852FD06FF7DFD06F8FD07FF27FD05F852FD06FF7DFD05F8 %27A8FD06FF27FD05F87DFD06FF52FD05F827FD07FFFD06F852FD06FF7DFD %05F827FD06FFA827FD05F87DFD06FF52F8F827F8F827F8F8275227F827FD %06FF52F87D277D52F87DFD05FFA8272752F8F8F827FD06FF27F8F827F8F8 %F8A8FD05FFA8F85227F8F8F827FD06FF27F82752F8F8F8A8FD05FF7DF8F8 %527D27F852FD06FF27F8F852F8F8F8A8FD05FFA8F8277DF8F8F827FD06FF %27F8A8A87DF8F8F8277D277DF852FD06FF2727FF527DFFF8A8FD06FF7D27 %A827275227FD06FF52F852FFFF27F8A8FD05FFA8F852A827A82727FD06FF %2727A8A87DF8F8FD06FFA8F8A87D277D2752FD06FF52F8277D7DF8F8A8FD %05FF7DF87DFF7DF8F852FD06FF2727A8527D27F8F8277D5252F827FD06FF %5227FF2752A8F87DFD05FFA8A85252F8272727FD06FF2727FFFFFF7DF8A8 %FD05FFA8F8F852A8F8F827FD06FF27F8FF52FF52F8A8FD05FF7DF852F8F8 %7D2752FD06FF27F852A852F8F8A8FD05FFA8F827A827F8F827FD06FF5227 %7D527D7D27F8F87D7D52F852FD06FF52277DFFA87DF8A8FD05FFA8F8A852 %F8F8F827FD06FF52F87D7D7D52F87DFD05FFA827F852A827F852FD06FF27 %27A87DA87DF8FD06FFA8F852527D52F852FD06FF52F85227522727A8FD05 %FFA8F827FFF827F852FD06FF277D527D527DF8F8F827F8F8F827FD06FF52 %F8F85227F8F87DFD05FFA852F87D27F8F827FD06FF27FD06F8A8FD05FFA8 %F8F8F827F8F827FD06FF27F8275252F8F8A8FD05FF7DF8F8527D27F852FD %06FF27F827522727F8A8FD05FFA8F8F87D7D27F827FD06FF27F8277D27F8 %F8522727F827F87DFD06FF7D27F827F82727FD07FF7DF85252F8277DFD06 %FFA8F827F827F827A8FD06FF27F827F827F87DFD06FF7D27F827F82727FD %07FF2727F827F8277DFD06FF7DF827F827F852FD06FFA827F8272727F87D %FD06FF5227F8FD0427FFFFA8FFA8FD09FFA8FFA8FFA8FD09FFA8FFA8FFA8 %FD09FFA8FFA8FD0BFFA8FFA8FD09FFA8FFA8FFA8FD09FFA8FFA8FFA8FD09 %FFA8FFA8FFA8FD07FFA8FFA8FFA8FD09FFA8FFA8FFA8FDFCFFFDFCFFFD89 %FFA8A87DFD04A8FD07FFA8A87DA87DA8FD08FF7DA87DA87DFD08FFA87DA8 %7DA8A8FD07FFA8A87DA87DA8FD08FFA8A87DA87DA8FD07FFA87DFFFFA87D %FD07FFA8A87DA87DA8A8FD07FFA8A87DA8A8A8FD08FF7DA8A8A87DFF27F8 %27F8F8F852FD06FF7DFD06F8FD07FFFD05F82752FD06FF7DFD05F827A8FD %05FFA827F827F8F8F87DFD06FF52FD06F8FD07FFF8F8A8FF27F852FD06FF %52FD05F827A8FD05FFA827FD05F87DFD06FF52FD08F8277DF8F827FD06FF %52F8275252F8F87DFD05FFA8FD04F8A82727FD06FF27F8F87D7D27F8A8FD %05FFA8F8F8525227F827FD06FF27FD06F8A8FD05FF7DF8F8A8FF27F852FD %06FF27FD06F8A8FD05FFA8F8F82752F8F827FD06FF27F852FD06F8527DF8 %F852FD06FF52277DFFFFA8F8A8FD06FFF87D7D7DA8F827FD06FF52F8F827 %7DF8F87DFD05FFA8272752527D2752FD06FF27F8F852F827F8FD06FFA8F8 %F8A8FF27F852FD06FF522752277D27F8A8FD05FF7DF8F8A8FFF8F852FD06 %FF27F8A8A8FD05F8277DF8F827FD06FF52F8FFFFA87DF87DFD05FFA8F87D %7DA827F852FD06FF52F8527DF8F8F8A8FD05FFA8F852277D525227FD06FF %2727275252F827A8FD05FF7DF8F8FFFF52F852FD06FF27527DA87D7DF8A8 %FD05FFA8F8277DA827F852FD06FF52F827A827FD04F8527DF8F852FD06FF %52F87D7D7DA8F8A8FD06FFF827F8FF27F827FD06FF52F827A852F8F8A8FD %05FFA8F85252277D2727FD06FF2727F8272727F8A8FD05FFA8F8277D7D27 %F852FD06FF27277D52527DF8A8FD05FF7DF87D5227A8F852FD06FF27FD09 %F852F8F827FD06FF52F8F8F87D27F87DFD05FFA8F8F8F8277DF827FD06FF %27F8F82752F8F8A8FD05FFA8F8F8272727F827FD06FF27FD06F8A8FD05FF %7DFD06F852FD06FF27F8F827F827F8A8FD05FFA8F87D2752A8F827FD06FF %27FD06F852FD05277DFD06FF7D272727522727FD07FF52FD05277DFD06FF %A8FD052752FD07FF52FD05277DFD06FF7DFD0627FD07FFFD06277DFD06FF %7DF8272727F852FD06FFA852FD0527A8FD06FF7DFD0627FFFFA8FD0BFFA8 %FFA8FFA8FD0BFFA8FD0BFFA8FD0FFFA8FD0BFFA8FD0BFFA8FFFFFFA8FD0B %FFA8FD0BFFA8FFA8FD09FFA8FFFFFFA8FDFCFFFDFCFFFD89FFA87D7DA87D %A8A8FD07FF7DA87DA87DA8FD07FFA87D7D7DA87DFD07FFA8A87DA87D7DA8 %FD07FFA8A87DA87DA8A8FD07FF7DA87DA87DA8FD07FFA87DA87DA87DFD07 %FFA8A87D7D7DA8A8FD07FFA8A87DA87DA8A8FD07FF7DA87DA87DFF27FD05 %F852FD06FF52FD06F8A8FD06FFFD06F852FD06FF7DFD06F8A8FD05FFA827 %FD05F87DFD06FF52F8F827F8F8F8FD06FFA8FD06F852FD06FF52F8F82727 %F827A8FD05FFA8FD06F87DFD06FF52FD07F827FD04F827FD06FF52F852F8 %2727F87DFD05FFA8F8277DF827F827FD06FF27F8F852A852F8A8FD05FFA8 %F82727F8F827A8FD06FF27F852527DF8F8A8FD05FF7DF8272727F8F852FD %06FF27F8F82727F8F8A8FD05FFA8F8F852A8F8F827FD06FF27F8277D52F8 %F8277D7D2752F852FD06FF5227FFFFFFA8F8A8FD05FFA8F827522727F827 %FD06FF5227FFFFFFA8F87DFD05FFA827A8A82727A8FD07FF2727A8F8527D %F8A8FD05FFA8F87D527D52F852FD06FF52F8277D52F8F8A8FD05FF7DF8F8 %A85227F852FD06FF27F87DFFA827F8F87D52527D5227FD06FF5227A82752 %7DF87DFD05FFA8F8F8525252F827FD06FF2727FFFFFF52F8A8FD05FFA8F8 %7D7D7DA87D27FD06FF2727A8F87D52F8A8FD05FF7DF85227F852F852FD06 %FF27F87D527D27F8A8FD05FFA8F8277DFD0427FD06FF2752FD047DF82752 %52277DF852FD06FF52F82727F827F8A8FD06FFF87D7D527D2727FD06FF52 %F852FFA8F8F87DFD05FFA8F8F87DFFA8F852FD06FF27F87DA8A827F8FD06 %FFA8F8525227522752FD06FF52F8A852A827F8A8FD05FF7D52A87D52FF52 %52FD06FF272752A87D52FD07F827FD06FF52FD06F87DFD05FFA8F8F82727 %27F827FD06FF27F8F827F8F8F8A8FD05FFA8F8F8F852F8F827FD06FF27F8 %F8F827F8F8A8FD05FF7DF8F8525227F852FD06FF27F8F87D27F8F8A8FD05 %FFA8F852F8F827F827FD06FF27FD06F852FD0527A8FD06FF7DFD0627FD07 %FF52FD05277DFD06FFA8FD052752FD07FF52FD0527A8FD06FF7DFD052752 %FD07FF2727275227277DFD06FF7DFD052752FD07FF52F8FD0427A8FD06FF %7DFD052752FFFFA8FD0FFFA8FD17FFA8FD0FFFA8FD17FFA8FD0FFFA8FD1B %FFA8FDFCFFFDFCFFFD89FFFD067DA8FD07FFFD057DA8FD07FFA8FD057DFD %07FFA8FD067DFD07FFA8FD057DA8FD07FFFD057DA8FD07FFA8FD057DFD07 %FFA8FD057DA8FD07FFFD057DA8A8FD07FFFD057DA8FD04F827F852FD06FF %52FD06F8A8FD06FFF827F827F82752FD06FF52F852F8272727A8FD05FFA8 %27FD05F852FD06FF52FD06F8FD06FFA8FD06F852FD06FF52F827FD04F8A8 %FD05FFA8F8275227F8F87DFD06FF27F8F827FD06F852FF2727FD06FF52F8 %F8F87D52F87DFD05FFA8F8275252522752FD06FF27527D7D527D277DFD05 %FFA8F85227F87D2727FD06FF27FD06F8A8FD05FF7DF82752F827F852FD06 %FFF8277D7DF8F8F8A8FD05FF7DF8FF7D7D7DF827FD06FF27F8525252FD05 %F8A8A8F852FD06FF5227A87DFFFFF8A8FD06FFF8527DA8522727FD06FF52 %277D527D7D277DFD05FFA8F87DFFF8FF2727FD06FF27277D277D7DF8FD06 %FFA82752277D52F852FD06FF52277D52A8F8F8A8FD05FF7D27FF5227FF27 %52FD06FF27FD0552FD04F8FF7DF827FD06FF52F8A8FFFF52F87DFD05FFA8 %F8277D7D7DF827FD06FF27275227277DF8A8FD05FFA8F8F8A87D7DF827FD %06FF2727A827A8A8F8A8FD05FF7D2727F852522752FD06FF27277D52527D %F8A8FD05FFA8F8FF52277D7D27FD06FF27277D5252FD05F87D7DF852FD06 %FF52F852FFA827F8A8FD05FFA8F827525227F827FD06FF5252FD047D527D %FD05FFA8F8F87DFF27F852FD06FF27FD04F827F8A8FD05FFA8F852272752 %2752FD06FF27F8277D527D27A8FD05FF7DF87DA852FF7D52FD06FF27F852 %5252FD05F87D52F827FD06FF52F82727F8F8F87DFD05FFA8FD06F827FD06 %FF27275227277DF87DFD05FFA8FD06F827FD06FF27FD06F8A8FD05FF7DFD %06F852FD06FF27F8F827F827F8A8FD05FFA8F8F8275252F827FD06FF27FD %06F87D2727A8A827A8FD06FFA8522727275252FD07FF5252275227527DFD %06FFA8275227522752FD07FF7D2752275227A8FD06FFA8522752275252FD %07FF522727522752A8FD06FFA827522727277DFD07FF52FD0527A8FD06FF %7D522752275252FDFCFFFDFCFFFDFCFFFD0CFFFD047D527DA8FD07FF7D7D %527D527DFD07FFA8527D7D7D52FD07FFA87D7D7D527D7DFD07FF7D7D527D %7D7DA8FD06FFA8527D527D52A8FD07FFA87D7D527D7DFD07FFA87D52FD04 %7DFD07FF7D7D527D527DA8FD06FFA8527D527D52A8FD04F827F852FD06FF %52FD06F8A8FD06FFFD06F852FD06FF7DFD06F8A8FD05FFA8FD06F852FD06 %FF27F8F827F8F8F8FD06FFA8FD06F852FD06FF52FD05F827A8FD05FFA8F8 %F82727F8F87DFD06FF27FD07F852F87D7DF827FD06FF52FD06F87DFD05FF %A8F8F8522752F827FD06FF27F827525227F8A8FD05FFA8F82752A87DF827 %FD06FF27F8527DF8F8F8A8FD05FF7DF8F8277D27F852FD06FF27F8F85227 %F8F8A8FD05FFA8F8F8527DF8F852FD06FF27F82727F827F8F87D277D7DF8 %52FD06FF52F827522752F8A8FD06FFF85227A8A8F827FD06FF52F8FFFFFF %F8F8A8FD05FFA8F87DA8A8A8F852FD06FF27F827525227F8FD06FFA8F8F8 %27A852F852FD06FF27277DF8527DF8A8FD05FF7DF852A8A87DF852FD06FF %2727FD0452F8F87D2727A82727FD06FF52F852272727F87DFD05FFA8F827 %527D52F827FD06FF27F8FFFFFF27F8A8FD05FFA8F87DA8A87DF827FD06FF %27F87DF852F8F8A8FD05FF7DF8277D5252F852FD06FF272752FF7D27F8A8 %FD05FFA8F827A8FF52F827FD06FF27277D52522727F8F8A8A852F852FD06 %FF52272752277DF8A8FD06FFF8275252F8F827FD06FF52F8A8FFFF27F8A8 %FD05FFA8F827527DA8F852FD06FF27F8F87D5227F8FD06FFA8F827275227 %2752FD06FF52F852FFA8F8F8A8FD05FFA8F8F87D7D27F852FD06FF27F827 %52F852F8F8F82752F8F827FD06FF52FD06F87DFD05FFA8F8F827F8F8F827 %FD06FF52F8F827F8F8F8A8FD05FFA8FD06F827FD06FF52FD06F8A8FD05FF %7DFD06F852FD06FF27F8F827F8F8F8A8FD05FFA8FD06F852FD06FF27FD06 %F87D2752275227A8FD06FFA85227FD0452FD07FF7D5227522752A8FD06FF %A827522752277DFD07FF7D2752275227A8FD06FFA8522752275252FD07FF %525227522752A8FD06FFA827522752277DFD07FF7D2752275252A8FD06FF %7D5227FD0452FD7FFFFF %%EndData endstream endobj 105 0 obj <>stream -Hͪep&mJ*?}>Ӿ{|/?۟~Ç_~ǟA?j3lr=c>>ʯޅ3PT@5sGG -M"J9"W!p.PčBXy^mz 7=kSZygfQcޖӒ'5WTRعkG n+f2ٯkm@BN;m{?0Ձ) x\XT$T ) P}Ƕu!b(Z,dӧ4YKDu \i&: ~h^,Ly -q67Ý8V܍Χ9hh3D3kx -o*8d~yR#FE_{*LNǂze;u -.c)WCSi?GA@ۮ%bd<-ڵH|uOA ^ԗLP b֊j%P.j̄vL9h"S2BҹބA&6jPtPA r' HDJ#2WVtԧ9{bG|NDo":a4ږ.*Z> ψ ɬF'(~JO)""P( ܣ6. V_7:7Ֆ] /vB3j2c΢d7DT+R -CP:O -0scݾ*Foo8)ꄭ*WH,kkn8XJuC2 %RЉr C17U1ڀ<|=3}tOyI䭯<\!0 Eȃ$ؒz1g}[b>Z{c[eXBQ CChL!03@ 6P^54n= -!C4= +ޣ'$T >{-fQmPnt.'4ȸdxT}I94heV˫[G*{\S4H JpWOT7ꕺ@1WBA'jTI4i \H 1Bt;w@Ck0q`2^P<:Y:o7ƑŢTz!ƛj5Kՠ%Vy-dvJI7s;|C. T75$bڮEi߰K-[-L5(RA0K Zt YAs@O#ݨJA -!g§DjZ~4li5qZR?.7n-i$J2ԻUr[VMEm DjB%$m"(ÐKM4p]!gI"c0!!ڒB?1IilLu6F Bh5 -EFc%hRFxNrbAh 1e%-AآΜT[-<nh6h~gPiEփ@уI8*AiZ4ClI_W0=5s c<)Dw("BSBqty2ԪF:az]$&13DQf 7yrтC{ ^"@؉N2B'-N;ۉ߆!| 6.[s[ՆxvDŽ>? 8I0d@ROz vqC)HRBm?Np"@HVFupO`8-Mr $MDQs':?a8:p &X@;v" -yH_ .SRbB(N.U.<{j1)*dn5$1G@i7DA@)@\&D}q3/v6&:n J74OkDؔ͡'^$}߸H2xVI1+}Mꃪ*]aood)ي@'&"븡-x}.>ƘP^)Zg^\B:"pR|7eׯiT"nq-}!5xbD}d]>۳I|<.CҀHJߨΡdy[Wh-׺2y;ciA=A[2aT4Z$(:(DOɳ*~ۤGve~p4Opp\PNwO߂@ѯsj(:^q0DꝹx MߤvOu}p!^U;GA)t0D\1^MFh9Gӄp7ω$;y$Y.$̏x=zOΉ nԪ\A%eafl~RAL34i>}4{]ʭ|= 9=شuY -F!NZƃM{# pu<ʧrsh6KW(@O^~6·sZ<#G #\7Ʉa}Z昁h$O>1v3iJX۞' TX=yb=m`(OoN0`SUuD3ًХ -rO3! ]T 14|mMOY-;P,Z[e(u0&h';.w\i?O#r3-?(@վ'EWC K^0/舊1NT; -sB4 -W'V;a`}mc(~#T]+XgҥBK:V5]f" ѫCkx0X0ب->懡o_(xkF76bLHN@q$@ B1㆏va,RTQ^C~ؐq hbTBVh nl 8c0%d,ȱQ;i9ԁ +WxA1F^FAd86.K."J `H.EPL-:6K[wcVLށSLFA~H -B6y0&E35롂V3[e -yis: `:a=eX3Bz^cqѿҏ%Cݺ*y;%rdpDH؜Ųwywm -FؘP53;x?߳}ӓ!\,Og{?'/^<ӻ>~ ǿ?~&Kİo)yy|_{={qzu绷o?~>Eo޼emn~')vmh4*HQ2%ZӇ\p;(I|ƃ|9-5x#Q/b#wbF/ kќT4P\r{wd;P/Q",^̫ɻq5!["P㘃_Ĥ -p yNN?4AڰH UP: ?Iפs6pQ-t2 D~9@y&?A:jhÏc!9 /79 n䉱G+ :sPW HM.r e2 /=}A-ފlI"SCBx q˞PJpVާYIe+ -L:DEm[6$"1|\%б44{>q U@{exK6wčj=5&(gH<;WG1ԙs DLT{DJ6MdM46 |ėku|2A0 k39% n/HRCtw DA&|TAt6.m}NT@y٠@n.k6A @ƜL@} eYsĴ ı%YS k,UpDC̹UE06Q0n3=.]o}lx']A#qWŘz:g 1˵y0W2 ?4D9Sǒc!saXRbxuZ#:<\ƇР$b9Sy<sɚh +qm.ևƞ8jۓ̄"\3Ӑ\ڱ:3lhn)Im>RA7mZp/A$ }MukHNIIJ&ڼTRwF+rO=Mu4n#LهŞW9l,_ D#-ahHi:~0oZ{>GYApfdq`YOݻ@A6m&w:Oc=d vBPd8gȞvHn׀u_]mȴUvr<5 -}kfxx4KꎔuVKOu6ZUEԞkoqI: @`1] w8]F- "Z=")Lr_"Z+sz|rd.7RR(kV:ʌ+*ۯ6AiwkO&DDācUk FBq%|QT•!s+ND0\R[CN_f }(#-@ń@"肶6)LD YaU j>TS%z>4Mcq}19]rKP@F޸ 9Jx!\bKX׃@W ІT3Dpգ!s k; -U2>*u.jJ-~0"ظo槓ck~|;X4a} H['@ 2vdGb+mA"=?`Io-(>=ecMkP1|%)`'tspYuDOG:t&JB-{QS \"U6}UTH@@[Zc?b-:ؐGt #dPvkm#W\K9S MXم/{5;Dʷܝ czgX uy:k7FLwQI -C`>PP!]R>E@ԣ~ݎ`*&<>Ɩ}6C# )Jbc +jn`k4LD\;Frv?!WW$FAzEJG/̽hY_!<4(f,U];jTǬGODNBw*f,;4w.%=BPȵˢU{<'}' }d(mA8"mˢ*Wi78sa' I/^zG3Fn_Rcr4Un<{:E +fEU; -67>[련 Q Z!z9(TKZUAtPi!9Mv6&vy3i.:$OעIF4.F9"F(oWyoG#\4{JN0#w7L3f}pJsQR \U~ ПH1aKnp֠!VVN]I\ _գ%ab|ø7r]ϱXUEfg/~/C%:a(y;F7CCo (ـ_(Sz)8GGS`& 6X%Yj3o#waւc ]uHGѩ9PV{g l>h('yC -61SKYT#>\RWBt!zE&;HB޹ؒo '%py? -V#=OA{3 ,<|q̜mo;WBtdL\+3١;CX"n;%=N@PM4"O7 `ZRAƙmZ,Nϥ Ccq_z 3 &@8T)Yx-dE5fM1̳.a?9+*^Vub1q#OԸʁqZe*1KW\a:DuȤݲzQDK ؍M.КN iX/­Y:DTP*'S2ڢH^)rH$eV8e"wM$dSax#6n1h:ڈKa߄jZ9-rIt2'A BNIRimWPvV&a[g0oDoQH\EGWkQC:?(ADa/D{F*R:tA垌ʈF6$ڬp -b D!u zs"ͦ%qE3]żIcK -o3 #֞ёgN=\>FC@z]D4-)S.`{tFkO;r~.{>ǃR~|",Bc /Vj57l>zQa1ldX$9 +L(cLB#fȫVӾ(DVT]i E00 rf}iveݠ@.i᩸! .nY -FA}:(:\gSET%x Íyb?1.[l1[ M1\"T6L,nX*h 49S>۟6hv`I*H"hLqvaP<|} A4#bVshBK:>>ܦqahò: e[|C}2[L-T\CX ;luG<dR3,S%'Q]ȱAq9\A8IDP8{ȡd[kx̜׵B}-~ZZtZES{:V[_Cacۥݭ_gMm4kV2=I'#ULl*x8kUưlG$n;c mQْ7hZ20##!zIiijT\>/ U+hy6@;-r]Dj:4@h @L|(A1\f{l\"+,}@7*D٤#|AW;3QH@.eJ{BT-pJϖɺu$H!'$C}1;ΑqX HJ{9>ۑ7s\*d"e0FoEֳNКu&gj;GWS]Y? Kl(j}wve"uFsM!ً; ~] $1M(-;fT"x w1`'OA s^TK-m`AsR 'eLVFOӖ}NM%/! >2kN!Zמ-^ȅ{ -WU9g84#~ UJG!1aeN2KG!a\$,Q8eYZV!ϣzXbUaa"Z9{Ht$#߻> -SUt~<{(3IKr7 DfH]w RƦ6ͯ{).#OF %nuEzqSύA5l.o)w;' %Ö́y(v"V':=zޝ@hZEXcs(cWAqY(}Lv bJ)|֘" # 'Yͬ -8+-~@';ܯ6 - i?Gנ~z\8!m-ygN&)A6ZX_Nؘ1ڊU,=5\jM諄 '$;*9\0vDO3#UqZL[5nl2SW:|cջ 2Ay,or2aхHF%vØjLoĈ$FD} -_Sj$N^wk8-ԌxNoP(бgoi'`Wm&5Jq`v6ˡOKK_ǢsVˁSx!Pi!9y/1(2Cbbg1[[;ס5p[ٞ\u0"g¶F}P)DeI1h.1Kz/DѸzfOx"0KݳF 汇tu^m|DB?{uY`Ȩ}T|6 CJg[8yak# fw38C+Rmka o!L榷(ĴjSřKʪ0S1E1YNE[sBˣ"0Eqa^<9dR -;?ĜA -<d t),}@ps4hq$_w2%n :mܢ'jS"gݑOUK6v(+F<.iu XiRnէh$'p&%tA?#wF5CCϑbq~1u8|t_p ^t\22{7G?O+=DBAbg'Uj-n$p:ʫDE /B -{BMOIsdct p<fBK/Z# kd^|zQEM3؂X%8pPn`ъ%HbΈ RzEO' Z]qԃTqw ]s&ZT))хLWu|j0 #t%Xv<; Za8 *Eѥ9P\WjRyv܉˗s\S } ,CF;qrrʘ۶t͓H|?%/>bat~b0(n:ƉkwdaʶNא0tbd2g؈{q%\f*Smַ'Ao&*3LC9BZ"TyhFPR"cfPl%V1$ P[=D8{*( wC!5nL1J\j܊ՠBƀO,Si"/J& -v*<u.HIle -xxHr?= ym,uHQ2NhVjYwn eԃ]"?(^O{q2$=#=>;ܝ7^!*LLʭAwA#Z 7Sø -2 v/=֧:d0~Qiا#ogͷ|˧~/?W`D㛿}?o?~{_?~O>0!ed]y$U'`!ƝІQۈkS_fްEN8Pq},pZ~iЦ5iqQR  {ڌ/L۽RPnsXA`̢CagU_Axi}E -]#,{5~AMEsIfŒzp O BB[ǮN1 "1W3ƚx𗭒{/E{i-5~,1<}`N'T*Nn(G{V<ûtqݔc۵ۘ?.N~-!}`Hu0X#1p2"cCwzIMd>#\Įk~wWPjU2 -YOoq]X)DkϽɵj 6u1e !9o|NJSu1Ɣr ̤nG?d8(.sy(7ͮb8y?!}0|W7KՠBmQϩ4էr^KȁqmDQs*h_^0gPM+4$'OI#ϽYh(4ݝNy^BZA!`Rf5=UJ)wjiZZaمįҢ0HPgH>Zs7U1Q)݃PEۡg~q @Ԕf0OZb5+dx9Z8־`c<&asiѼҫʾWeQ〠F,L#hzgae é($tj -j&xqN[0q\)9PR3q+0pZ6* -![o#EQ6QUv5v?׻;ƛAx>Cn6V&p*aC"~]H_oa,5(\qA& Q0Kַ_k_*t.ꍺ{/V:wf*MХdSg -W@#]3u OF9O7",޺ꞇIu4` u)P;d၂DД8 ߝxvQ91(D2\{ŕu8 {xvd8ߵ0nyqbꔮbԂbt@AUcz#PY|Ll[aK^x7q0FΠuKD2ƨ NMLFz<+N]ҵ8FdT7[ٓU`:W/@Sf/y:]G յA1AD6W'OotY -?^&^*y`CngçV}c8lgVp(:jDLIV+:€@H@/H`m8ўCx__\R> hzRוe eQ_7;nSPZA\W²4/8=J#&r6g6P,H Ne9w8#WQ%]ɑXf_?ڒ4nI,ťqvp=JXR̠~Xxdʦ Kߢ9N0<i41ߤ/#d6:RSqu4t&<6aig+My}Gj%^8j=u&šKy Sl8HY.z 9tUN]+=~l_(Kr`0H݉>juʑni@LH jT=alt-6mfh, ˆ3fEe!yrfP[PLt(OwV r[!sE>af>z=-+4-1jLoFZ[>}.L6؊GUC͙IӠسGue%?K~H]J|c3sF5M0Kꍜ$S Z#HzN/6DԘ9aJf/\ha5^R(tpGr?&/2f7߆z^8*@;p7+0WƈX=2}يFIGOWPR~A^XvQ0{$A*Q @uyB˘t - "GSm2FQX**<! GnP6ZG^ ڢШ, -3f*tDɃbD -J6*xw#Xu[1Lŭs+ſCh86?4"Zwx+|]PƳ:JCEF숭cDܩY J^Db5vN̶4Njs1SMS0(-,tUƷe˫]E5(8cꤩ[x"imAp<kэe*(6;E e? 8wQ,chKOGGFlc9Rr^hOGW3Nz+u~ OKί~p TFg@n1O%5ky$Gf yJ{ME[upOXzpm%DkWKAQe3! n|=6mBJ'dO"g 5( y3#! -V}\%Z[ ȡ#߬W.n%0!R9t$E1gZ\L e (-}0Z:BkH(bu$&'}q0k-8-k7I,0P=lbAnܞs&9_(%jS\C -RĔ̅,N -upYGI./UO9dW֑y1a]Z )BU}v@%V4C(UOA]gEz;|AI%6(g<ӕQyh6XSZsX)"=,w=f< s gh[6\ّPQpJKfʇ6+/[:7c ӊRnFDrBGc# ?ˎF_% 3J @Bo)0:erU}jBLx)NQ[U^>[7]"QJJrɅc1~ţ7q9ex{~{>Fd"b&NaS`(ܑp+2-Od*h"Xʥ_Uތ;|yD'ZÑۅ@U'!+4HJ?9eĺk@H!F Z ͥWit ȓ&c"( hWZ blK^7VW͠[կd@',le|jK1RIAEVնZ -{(za$mqGs -fYw R"4vnsD"ʪc-SY5y=)^J -%SLQomQ9K@Ċ~F/ERc|iy$dFt$A#eVE``+A-`{x[Bq2¢&-;zXn -ݫ x_$la'3b/q݆fd.d1kĄ.¼K -ZړbBrTe:\CYFaȓ?W%׽0AhnRdC4E0?0,nЁ0EEE6 UGY5u;=j>Љ|u ;UU;I*$(y juT]!htTQ61P[~3f/b!(\̢?.}70˅glkܒ:}-yfuB7eĢMKlr{\Hc#,U\T;pj@u4nZitj97ȉ'B{Xަ#JM︇%'M;V-b?y}rWaUqئ&b$r `;-ƆK11OKػy 40ӳ(&M{|"qPi6(nmL3>^rz?" (?ۮpLsњR(~+q>R|2b{Hi񜤤-MUOAzkCgkb%YʨϣF#xŊ%,YFemþ5!Z&1B&'?EHؼyu#bJFp<kpkN-wu4eGiAH 7=!j!.@݌fOmMF(ǼR[}J!n[1T(6<71%,0#SW2~yR0.z;P" B!z|K$%Q8r#:[w1Y"2BrU{bYtr:`T̨*><4}U< p`sӈoB´i< EBުH݅]b1A-f*APS 櫣7NfMqz|nR6Ըq|-R|n,jMK{Й4Q(; /Y8x `@to!NQLȓQ#]8=;oyTn|(~N.!, $ =9Ivy}|8ncB !}r H#8a.b+,\(%K P=#v_UdF -%@x"A^^A›A-@kXx&θ%1mE DT&1\/,po%2 -KrRʯZAYTwBL8&˘z{ѱ1*eٙ{B.17KeIN×>r # -$Qt=Ѫ6um{5ʥTOkXq/LE-mJOmna H0('z!,05l򀊋A IypQ^Uܛ<ղ` h-( - T_E!!r,We{v&i]0@F0N:jf4HQ}߶C- )3xU7T`!{+3'{~O_ݧ~_~{3}'Z 23̠#x`+R6KedSa*"eϬurHex3d@ 4&MDw:E-}\8q gpZbr  vmr4ÅGq\uegGK̃7Uv4=:BR FM㓪b wU|k8m% DuWF1EFg;ͭp - {*`In}G+F CQQ6d+-,% 2B #pe*ŸSB_i@-r< jǝL! ‡?FrwQc#5x'>/أӣ@DDt\os2N?#ą | c>zݙ2{+5IFt 5߈N\`?|5E,c/qo¸s5XxQ'wb+q5Leu%L!Z PA0=ɳ QYdMQlR:|djM 7n(ĢZE ̉(b -FJ3  衕+!" \ip P5;DP#QpeM!N3%ePL`?F+Q PWSlK-@Jܩ(2M .5Ѥ\ |Di1 7 (wgVEw7"Lf9vEϑ;PWlNppu0"&G"8^ _+];<L,0{l{Y7ld?9@q_pCWşCD"8QD. Vk'PGA:‰ KL(GRQcGTݞHjxZ'2Q@v<2PAP0vX5 n/ uґjr(YKq<(5KySsͨ=ThE o&3 -A[א>uQΣ7ilׇ9_䛃PRuP_hd7S?GsIg,ï &ؼMSڀjqwk!tyP呛5z#X:U}v~DTn ͭ 7bVa-stjbi"`R4_{--= uN*5P0$IĹ IswUD}QH -қ&/GEtIIO 2oEӖӚYU)ɦ8 5^eX/o}qRx6I-ЊốVnþW@av2OGs:@>i5(Xhp܌F"*5+@ A*y{" v6$A*:=wY#k BCL8$O2C;Gf5fw_=,bp*;;L}6SnJz*.بF7]%I-s_c͖\6EUcEzDҋOD4pPoࣗs`ר9pc֒!`|C"+^ -cp_y!zVlz|'ա-"1 - M ¬^0}E8DUN})JZO -BMikK -8պʕM&վ 2vTgp<~c(#W% ׂD{t`L%Î}b*f&yl|m|WgY"瑈c H3emr1qڹψ@c@$Cb(BOcAH|a?q$DD_S\\\j NF  Z"ۥ0:R4a@vzKtET$76/Oy%w)(Q1Aw*!?)/Yм/% eK<ϠXD\496wbj>b"Aߣ8@uU.rtw("t_" ړ$L @LSClfFQ:s ۂ@T fǗG)nmAl#4eKHr-QBʛ&giʓ+PFޘ67J@D.3j7"%SAO*@"(ԨѼݦpO=fܖ#iT6bkj"1h2z.A<a"I %L n6>v2gDUIT6`{\-)C ƽ9TIpe84}#.On'-BCWNcADI1@dPq:WrL6$jWFx!։6P4Inڋ3~رbC5bg1TDP-'In 65sTΤpSXh)J$D+DP;&?ǓRdz=v9xpCb 2%ڪ4m5G0'O_L<{rD$sQ QU_DJ#aj}(tkcy'Bua2PVlC?_T FwIxA =>H3s40^Ooh}z5Ы.lӲB_j}A[ѩ7*rX}GZځPJ8̼/3|σ5*S"iktfs\Cİ"VZa ۗ -5Cjk/$kR(*AlgiubZ6V>9JJWPȒC) g:eU -xPZ ؉ ;"˩eM)*ջ;q !~`nf/R!gWvlqTL>V=pFĩagAAa3׃4,*^ sd3D{A0@ОnAXDϙ|Hw~܀,?ڋ(v%* xuFyPDh:o1ܽ#֣E2`t>N^chxM%b¿y[2fc{0G+ݣa=0ڇIU$V!I-/}A_kׁqʠ8Ϙ֦cR=}Pzul,&Lg UAzK[&F5KA=p3 ͱ}VW!)(Ld0U -A84- -g h\β K I -UC (*R}hwVdc}5 QUJp[p -YX:![3hX(0 j!+;J.qaNLHHD@;!hhnMuai8BK-#mv.D -ޜ] ̋NPOm◘6tNkBqB*$;i -?*1{Φ0I8R湖_jd{SIVrV7fg"RR؊˻")3 !*3%UA!9t/"mOA92"8 --4O рYV;Ԁ[Q܄Qh5aV5 %BPAJi9ּehbLQ<3 +=ͫ۷˧ =Dˣn_Hh;HQ")TB^ 8;M$ӎn<؁{!d@74N:`f=[]a=yF̃+*QT[+M_ĥ|i=%.J-7e/BfLZXrP.l@l ʷ= n ^s,͑x@PPḳ%DU(hKv$'5h 9Oh8zEկx0zyH)>3И|΁tM>M H!#_e M=zEK 1TNCH#uײ$9?DFM'9n=AaGc| ĥ`Sd t2Yp 5W@c a-ӯs!h1 m>MwSkJ[>n]QԷž`+O[ ЎV,ԃ53A_&^ :O-eGs|DMedjބM!a3mM 09]#~IE:AEVh Q_$#!Ѽ& 9VafX]ND ۅ0<~)L9Qs^ct%Um^m,d -~v(og̀[dՕR2 9= It2" d4 1*}5ch3j1=VRΕ - |KȥD0Όၥv -Ń?>3*Pyީ@0P".JNy&[9 ANܬ{$v`\bWb2c$yt? -}sj6wnvqs "1Bߗ>stream -Hl=$ O;# u!Oί/7;SmL3 $;5?;kgwk-{8ێ9fa9n~źFc/_\1n_^l.?2?F~~σݝctۈ>ǵ^oX;|:\'caBd]+*g9ucι{cn֧~xtM|/}b7ɌNĒ;m~-ub,,+Xnҕw䶭7vftbѳ}9\w=(t;P uN1 2֝چ+N6!wef`옄S> C^:榭Q_=0ãlؗ {r<y»W[ LA̫wZHQVR>Gmyu KWELy.5BE,)jZ1u$-ݛ_~¶͚k<~[!eK/ SIBF}ATS]fk` ?%.§9e&vnHX6*zTM`cmjXV 9| -̓M)6 <b`$,Fm\(hөIe$rj)ʄh}aR @A| =QV5\?\#TiZcwr(~!ZC]3!p5- {G!@QL_1{undU7Z -1&mTv?^{ ɩV7}IPx&cE46ڬz?Px#Ջ=F_s 2SQh`9iƶ⚕J -Vc,g#Um=)v] ̫ QC_IpEۅ)3 g3J<ÖإX5>'iO8]!c4 !us0k55ވ4'Eu&5@q͉J~xDę4wM/ `ӤwЅo;NAQ4Pa {4ّV;ѽ=T cvK`[9KY^" Q9\D_F;jPچ$%QERS\ hתzu^琇Z PEʮ7Yy(/azA -(ljy&!@I#3].LCnn"a$iy/Fjnx4~; -jδM9-(Sd$_NmM56!PNOFs W/F [h>cW"7M`>P#PE)3"4ൡB[O#r 3ؤ: Z&8|n2 -G~eq,'4;܅-6f~+B5Y\\IHF+u}Xgu$;(+e(2lda!\# R I 48q. .z ebBj3D5]bp5eAQOw=K 3mBFk-v:lHj~Ny_(w+,meWFRlJjT>5̻ٳ7=@ -b^ -:Vܑ֬ˆ`j{,rYPȊKKys % Rb q

    t5xy,, )F* -Y BSA'Wqqh*-"n1=qY7ZpP`-QmqX{sJnƛxIBq!2q!qc2R81ϛhBg+YgԉmwSxE~SKis΀$s6Zհ/$*k%岇*HY ->ɀ "G5(>-g@(\7 BUgBHΠ#ƸHCx '+?"?Py+1@Ilωi xH@u7p+-lVA;aĐ)q5m(}!JNp7,t6 $XB3qH4yZWDy%UvDŽQR|`38C(.]a[_y[H$Ab8Nۣұ[?*^96anxNuZ1gN9b#$㉹di Hp|ۥ'JI$ia#үū֖7 GP=fn:WB%%Lj - "[ K4Ώ(2mP6'T[|1T4 -- G"JTMJX qEM GQ ycD 0cF>',$M~NǶO=hB`͆D%ϩ_wO(߁%#zIKEȞэ2a]@iEs8cgpkrOHVlguJ5qbr3IQ )K1qu39OM˹(DÑ.O<B$J ˺&5}#dQW ,JA'fs@ qSA*yg'AKWy&fkՈ# 7 -$q@P[F8>18Mat_@M Vܽ7a4}`k}gTWTf}A9~ [DYg^ޡ:#Y aGmũ(X<85[; sW%Q1Gg,b郿Vڧ´3n"(x(t֭r4"3-*gLr-+(:D]`(V6LJĒgZ'}ȢQbQ -t6b66\Xjp*ڿ9+*Zzj+$}yj&@6[ -4]:J4 5fOʴ#"x6Di C[VI2BZP'u*?pib6D=V@ek翱ZfaAW*{0$YQ-0\?+.pAPð*u è%N>>A]@p1V Yt !84$ƽM7>V7Yqt)E#D,dejSI 0ĩM r"ŲS#WE:RA%m /uK}/?~_[~Q0~珿/+CxIВ5PĵD`&l0*M:\f@*KBJ8,WG~ HB|V& G -Ƃ,n8+cERm ?Uhn'ϊ=wjeH2$h ,ID>aXmBg(5rP/^Z/>B猎`A !U:PeAUGi5\vֳULD*.:,$1G9+NW8. v5>7kO@Ū{\]Vhfv~1LG?PHŸ}ހf0uͧS5#' nXƩZ -PEo̘C_#08pW~B7lk}~ `6%)10b7l@1C#@3 )հY n۽}"Ҿ01|l'(`_:JfpKAm֮af'L3(Z:أ:ʴ{."TIί,CֵbG3m /@4ߙ Mk0?t2?”LXeojK;&s -JR= AoVUa*^bJrs: 5{j]`6.s:9&\(j'l+v)')a)J=1b!!op!-bH*NmTX@n͞ S:p`|fk2|7AIY/ٓTH!&*ma{O*<t-@C Z`(]u,wl䧝^E*-_ƘA#I![.$fk10XN(3hqY:ۑa:h!9U:S\/B~Cq4q)^ ghVNf 4|ӻ;>\7II"q]KQhnz;n=Z0~V#~SE:/0%! Z>wST0ȇP^69 A9h_!%2-P!/쮃DiQ0yan>h%!Dl2ϻ 6J_ n"TDiwaj tmxvdv|PJ6?3N *^N)<]9)käYӮWpWBDj qU3$!1ye cP"Տ#B!OЊ Y'HGW|#;q.Pqꥬa"~ґrJꅥD Sp@ <(\T )Z -x,8 9~:#bst屃4#Lj%sJ8_b/aPq؁jBḄ%1к?<ZP|Df"_PkH*D1Es/\*ǜm" DJ"Ȣ.FeDy͛Gq{^Eb;OS^#unbxAtۓL%d""'KZ33rϱ5"a+lY21d\*3>»Zzv [7lRvm'Ɍ)[&t,z)Nď6 Ie] -~ҊK!Uh mI #N@@ۮ.=לW\39yZ:x;㵈'rDgsvg)('a3f+>,)nR%W%*DqNŸp[K>rZ*s.\]wȦcqheeބ8{Ձr P -$=sX]jCuk:1&ӑaaygd!a_ ɐ] Ģ< cU_--AL6!d8*eV:X9|O'ZQ8Z'؊({@/9tQD\0,ݫi Ge Gڷ* /l/4w T>pu]W8t,C-|{9Eģb a_-υ` \&dnFcgc LQ^}ۿA%A-6 ѫ/5wZI֙.ڕ<ⴖ(uJI5'%}3wˡ'KԞ jXxaYACS;a@vǻ"h Ǟ=Chzt3!>@yT֞HgtaL!AO7LYu}K(@VY6V M:OsWUSWq.No'Z ָ?6҉r;r~fpE7ĕ4b?$q뗆V0xTf`yV̄̒OL؏"Q[]L@h"LL'^~'LN+[P|(aڨgwa\2bpV~AG`⃀9%n0: q7@M#(Mˈw9ˆnbPS@֎j`lD/+G=I(kfVJV@tBC95\x:6;*^ -ꓜ/320Fm7}3L݈Pf@XpxvqU8EU|穴q6Ŏk+ j1[YQ#5L*}nʴ%n&-9:aO w"=u8 -yQ@ ̇R#Tup7:e3>$R5qv >נęTdM1ݪ,Tx,Dѧs7]p~S6=`C@W_Q!X @ 1w_\i$QG ')1bD$,sIn#Ҷ$m#VF"ҋ(FW q_U!Nmh[ygsǠ -WzN -"ۧ g'NF) Jf=pa9sA?셋X삩ӊOjSNٲC0QZ=wyB"1> @QS[8e昑@?G%y2m9GUDMc* -hz 2D B3 -C/Q&Бҫ@73;OSG/UJ}ݍ k -+ݧWike,RM6տ9*99\rR TحEZx"rB*]<$'A%}SDZ*&࣮ږ`!G~IEְ1B!Ʉ -A9jbHh[=_G{8VU>4#V@0U#dY0]JLqHGRp$LD-}_Go?EG)B+~RWQΐ~tpvb*].bČl >;Dsdׇ,r#/W_B/`@8M`kP 8ރpt+uMo`l&%x$f:W݁3DDQNFD .'˓džVsܘL/p=-ۣÎayq!Μ)S-#f^ϖeHŋTc?j NVNQ8.dkkJƌ@$kآGhS?ސgW7j -E pCP dR\qQMI -dA7]L2cɒ ?87-AaJ)iѕRgNf'2~6SC "_' - -E(R?b({eD]GQ< Ҍ" /"dt"nؽykFPx-|uđԓ#gI>ɓ] ?~vV| ~DyG[ۀ~J\/EwgD[6ֈ@-#D"VjǶ&Z;Ob!QU<Lc c69b ȣھUP<VB*c$ F]em=7; -AI1]`3Z8NLuvvJ7wh2Hr`SkDiXn{`f?ȃa]^Dk#"zi(ueԈj.7_1V+ ^pIxMs;F -(Nat:@p<:2X; Y`,6vG+ -? -Iq7^a%/ -zCQ|':Ա851n<-a׈Pc2(9?cR-v4;vK)3slG 0Em%IdP"Ƽ:A =oĹh"kP]RMF\AXIKi/-7gY[Uom= SHXP$,"xr3:4\#\%2DC,cw2I4(T`CWPڻ4 {1L9Ymni0́rٙPԽ'D%d$>߷3 tS׽%C6b7 -+UN ki8:>'!/+/WW҄RyhhnyjTD3pjp@G#'nu,6 @$hXQG,M7')a졨qc5ǤxJw G(!@Qj|JSg]T6]4R!}Ampzg9ļܑ*A%1Hg#yÖjIޘI~퇏߿o~ʗ?߾o߽/o埯&+ݾ~|?bki^ [e倂 -? d.Ey$B=8n\ff>>Ib6b)Qt@&NrDi./uQ{$@P5ߗnԍ)f) "prnvJ9!䏒嘧S"+JG;MY!nke,z٦;-OD9OráZbJ.HiОOh1IPyAP\ TD,#Ѭ =8g*Q؁&yڮNQ7j?-8J!!ٖ\6 -^w@] T|Q= `> H1,`[Hpl|Ã'N+C=:46CШQ<4 oΖQF-n9^AJ?Ly4 G}B(TJϨ2}#{ ]oV7X`v(2xWm8?zndWȟvOY?E!J? Az `E@ Xy:\D1 ?hEmK] Wqt7%<J VMW1̗R5hdhWD5h@FH§ 5lzmV5K(5婱R~ 'R< XaoG;ЅVO(lרv g aYvX,Ԧi͍qͩss!GzJYJj;dw -^`<_y@D%w#j oBaR IN:=PM d7G8 "=j!@UbeW$'E閨huCr`{^qallMr@ z̛3?#b!:1U EdZJ̨ӡia% K|$kgá1!b 1o4^/)J9 67UUplEhs=f/n -L;\(n d};m~85",?Oni5fs1B_bvmDs+k"ȋ{%ص@`J{A%;=tk P06~ YDq%69۠М$kņI;4l[Bҫld F ];b|977uS-!Ih$J^U`Iy3s<`LǴŖz<Ję5y!X}>}8ƙ*e$EYj\ݢC&**+g:`봋CWTL:W4KT=-nlYħ - /E"HAw}͂ E.jC`@5  -vc)Jը+g՟wt¥@aE5,ly*"eA "8sӱE|VR1K0\M˸J4>t;T̲<SД\ء4 e!.NF՛ 1((!ޚ1-pe5ُ-ub_k*X'STA@Fs;N& -wC 4?DhznMlFP무6}lJUa1dxĎb+xF7]+N0h!/*\UZ<FRV< -]CvF2{a4LT2hW% tlM֠s|F=u -Bba qHBz\cG80k[}9.B7~(Nneೀ>s@-}7EAEr X / b{A)̗ViBs&Qj+]]prX@]20F=H|j9 Sx:G +G# /1wi[ -”S*uXWzByG,y.;^y2". -ULފ% \El֨I\L3qo[zeǀrj"t3 -an (΃qAT(o[ݻ -W!16/7&zQ5f[Xk6A/#1I͔$f=CfPLY1y4J'.+v+$> -b= B7[{ -nX(Jpۙyvl@ Q"{/$bDtBYia-H/j~k[EC6I3C@Oh ?8N{h=Gm;3;5:FJtc{-!h ;)蘌:0  n1@AzLڗ#;˨}Yn߹.m& ::i]$ץG:Ne%q8hj'i2FӱQZ]&ȱ8NNj'`KGVTz¶Tr M%ϠiE_gL8;#aJCoɅb$ٕtƦhjf@ӪMfZ"i5vTWkI-\m_!F(kXW9/aDU::'QZv! <<T/e6BĆ:F=CvXuTx;PҎ dP F_SU+!iXp0?:! nwz eZ% % :i5):vZTL`n@E"BrtQGDAE *S[ڽkC%Ҹg8 -耡HD{:Ou #ŖfS~i>G6Lr>a!tzEFflid{8́Ґ-q1\ھc˩,%\ H>. ]Sv2ҳQw{qWao?9f^FQLF1/e1D!ވ|.WyMS)pJl<,tc'q,7ݢ@5Ć88! (1ԙ"\yKڒD$f`AO nARs2@^P 8u=>GBBo՟ \]6,\0fo!3u/'S AK^s.C4]x}ޤEө"p:pCw,qhՊuT׃F{(,Jd&1c7TNSYN45EnEU--BVLE(Bh1}q09xAYT|^@Cы9;qX"pzkxli Uux.儱(9 !͝O<6nhzjT0B%ͱQǜo^2-[ڝM%[6**2w ^8^Mq*H27Ohk_/Vq}X[z>[HCm -\:FptU&zn82PN~b]WWmHz L& !M<^j`Xzxsg-WQzjQU~:J=Q9*ZAЇ 1 (>G,=Vx zS%16gLhCn]47v^Ehv\S94DH2nʎYPp@%`'KP+iIξGdv[-#kd H q2.<`G@+v[?/4*bRZ -?QO?cZD6S9:~ 8 -6E~ 6ej|V$frAΫ$z!05,%IZ0Pocxi.au?αetɠ>hGC̛ÄE84ѿ>ڰ$-.'ۈst 嶥)gIFSccI -#0L Up{sDpcJnzaYuhw% -"ǡZ| 0&8 <=<@L4{cc屐GteFСfy~E  iF#~iJʸІ]LݻGuf] :ՀsdKn.>ʿT@;e*S -#,ioik8_ ɩxp0"a,/A>@ q -}7">"r!F(p(~Ve ;Vߨ!by^$۵xQ஗^[kf8i|j闤 Q% -X<6H'q?)/У2Ã30XoH mtL #5lɗx6O 41.Ah9Eh9viGY#[L(C:?: -w O;n>tŤ 3wEXϗJ2kȻ%Hw!+(Dfِv4%N -#$dټ:7+H4`^K,lz|* B&«|qKMP' ԃE%@kNDEɛڽGeYh-|6ʥ(so tjBl/RxR+j>~E)Y`ϱcU2+ - -E\D]ZxJqfh pPIF:gzJ0  RH}]eɮڎ(zqZljT[o3Y'jzryX_*N CA OBI?A ȸ+qTdҬ -'yAnXw`iBu]cW@s?de!p뤀r.aVV2wo.n/No>/EI;_oo.~ZxS}Gɘ[苼C=?o?g/Y=vssuwW'?\;7ߏGf~sz9?{εzgo6 ʓ7'\\ܜmnO<˫e3u}&?.6N\?_Lq/.6>:~yqfяWW<>rst '߈>-in?r.oǠ&u˜ :sBE ds6稃 -u-Cr5vq ޮ^[A':xD q'NԴv^hW~5C{@BsaHD#,^y_5Cyl'eƦhWN(Xrб;ǰ]"l}fVa2r->ȜlwPDMVm}p)ݱaS VTqLIS&pK8I5n;68o2}ګUV%Y+´9VU,l-6YsbC蝟ZX̓55 )I*i.Uih֦^THZۗ\]Xvf=gM_ZNV}EZB8=W1 !f6u[7aAǶca5 -]w7ẍ́ -0ΎL5SuCm{Fwڂ!xʌzlB˝H&̴j^ Z;k)jYTii~aT@ԜB}7n3v]fVL.;3g+?ӺmZ&"9GCj -S6H{Ͻ{Qڤ{FWeXļb1ݳm!,m8V7](dx}Pafo~Զ?J6JB,y#Y"c3Nї -g\1ى)$#gnl_iꢷlՉ\lBl0ue UT ZƬY [rU9ܚ^B܌5y[3 3\lIYڴFݒ 6e4 -{3dm;=k~~rkhXg7yoW2Oqvi&٬e8rǑڹ8\9Ҹ#Ƶ`d9!+ V!i/uOX<*|]ޛqBDh0>' -&%}%~w9daUèWLcz -Kx#W㰭8DQSc%vM*PE@}_p_o)xfV]uƀ m@%b/r'Swϱ VR2j?o:fa4GK|&ͦ H9@3\;\T?:^p²4M4Ej+aILy7[ T&ʖ@QWLE}/P|HGН|ѫlO,-K lcBk~?vsRµ!*DSJ_vL} mdqz%ln4Vɋ/-b1þg})q̎nsb>SX?Y[޼:,oж8Lɩ=XB]7ꀻFgm?'먜XⳖWo֘I ;8a@8!Raz'٣02s xW+Yup]AyafNcR43^9@5EyTps)Ծ0ʒa]Zu IpWZ n2ohC%Wz] N1s?tl jM8x3;7O44Ä0@_ANt/ ;.O~${'\v̼ *`{7Qۋ?ۗ7) F( WB꽍 +$A*!Y\nわE蠋&r e93tL u>Ny{.ؠ|38`kd.sk} C0c.Zm9nq]O㱺ޗ.l%k¤,Z2e'ByZ8 qB7U)>!(Wn>wa۰ܯ`=j ao5:CPp)Ed kIn7ЏNitՏB?`k=nG@\IaJJlPmqICVKʕk> W\D '{^9^fz0x{m'ArG)gaRG DKVd33aU0#9Щ`L$XNNSqʄVZh'͉arLBZGR"c׏wzRUe@Ak&a pn oS vF02r6#jpf[UAj>uU([<es-$|;|GBi=f5/tu(^cuGe\={bsZnls&`)H$A9L!Qµ|Mx$ 9˵+1WB{a)[3n?]3u!|ښ -k8Wj#@:t9: V=d[;UUBunvw 5.2BD'[lɵ[VeTkoM75\I VǠefQ=ޱۍOfl& {ܦ,MjXj[puf]k *CSF #1``d+)e7Vy2HX31<@u?Pʰh %kp .N,.1Wn {E6_y"Sݽ `QjQ`Y:NI{ܜ ?e3qXPW]+$x/\)Ŝe@vEns!ޢi*b!+"-', uV٫3Tu@=Rh6+9Zp7&iL֚kSٸ}j|͏`TUSnS -nۺAB^hL᱕م2.W:I5A\j?/HϞR%fM'H뾣)-9pID&VC"@49ԙ{ݿlL 15EL$/$ZZ)8A˪qWXgQ۝(qsg hq-/vDY#.M>@iXKVsef.F-C^˝7oo&C|R8ի׭'@[V,ugRo PkB"0/Ґ<,sOR`:j=x?^E)l-ercZrmUT@=ϡLYGWݴYm~e,;%L=)=s׫DauUI^FkV uE=ŒkJ|gGmotv5& -KsXS׊Y!\0!Mʌ 82g^]_<ٲd`A1Wc nڵ3&E,Mh8Fp T`-"%5Ά_ >óvoDDi~<Ð+Y =,"kxQrEbKiFǨaUrhv6 {|5 V @mq6m&a·h[зMV h=VƮF/umtK)9g{!@,Nktpݑ @&xx!I#ͳnkTu5(EÔ"{go\@w? Y_[8A҄pb:b8#Q*Lj*4oSb&|-4Դ5;_NR & {@T1}d -`+OmI-'{VFv=1xyS4$w&p`aǸ~g] `:3vKt7yML+ -86֎s]ge +2l`#YS֖i*CEϰBf ߠpO-戟%ugSn h0S}c&Dǩ2``fy`wm2o҂'#:BD2#ݪK<;)GonFY|lAp8 *ϙy[nw3wk3l˃6dP` 0b2.w33x+{/'`\K,ɗ]AIYu[g U|tep9(9G_myrjE}+Z:;wdM+`ʭܓmm5 19+u} -kna:.ZGޮ9c_Juf}XRV0K03: 1eܜy1A`Ƴ4zz8u[ ˠV֥ mtCZ- hd<K ڦ+Ɠ;;|Ab,ў6`qn[d TGu׏`n|*4hגCYEMni)'[\@ٴƷЂXֵzS?_lk+\zx]i 3%N#+[7 &Uk&uQ-I^;VAQ>Mrn𥶷yjZ:ʀ6lblJ<;kGUsQΑ8xWM`~=E.@o*ㆪ|f4Vico:Oh1rLP gM&HKc\c=QBqţjowAã6eF$UVGs2'\kĪreW'1Pݲ0^0n˯A4PȹhAaBA<\S*t{>֋m#ҝa`UKZ߲uFqf ɚ8Q\e1cV?H:r['VtZR Nޯ -fci/..5_0 EQ~.Z@7/O=^>-gޅ?1d^2}ۈ;HMrs4Ϋ98+ۧvxpRI 2> w=>&(CsWΫTSsVTK PdcK7e[J'0x2#4mK%'K̩QW2'?O qJc1<:5嶺 `E%xkp%dF{[aPb;Doȱmv.raqV:I6]oh8h3l̔nf2Ǩd7WEKA6ZRձr>=L{aM^,ڥԯ8hoi#Z_PYI%>;LS!|?cQqt -psd6.ap ņhf8t.n 5M{r/I(YewI =41Zo٠/7{sd<>FEwtJ?ϯP孓[5N9&xek+c^~>4GK `ǰ@^P)l2]- J?O<@>Y֎JBbp1` Ѣ*ԺbS G1z]~y#{a0vx|od -Tl` "y55e(dl,y޹ Yhhu`ݽ])'@!L&.;٣t$Ѐc#[tU&ԣ\`KO7NVÚV5 R0h{q6;-Uי̒*9%a "J(ߪ20ur GJ:.j$ \0Vsn$j۝CoF'$ endstream endobj 107 0 obj <>stream -H|W;d93y/Zx6m]s.0k6%Xkk:>谾^[ >WNgOk.Kkqr3b8&MV]ggI+{;K"ݮ/M˧y`,OrLCZۖ\L%sy>ՑH{Mٞk׌M !jWCo*۔AF\✼P B%ߴ35v[w!$YEn[XnJp^#B=ݑK~߭*{ʺ~D]mu$I@g_դ{efJ/FEF缟m`l͇xZSfH%ݤ=`!vAeh V{ez@d*=Ы6Uw;(ZfYK4Y wNї,L]j%LYzk">|oQi|V>Y<O] ըP{)2s:q#2U+aށ~a}Y!Iܥ]:[`!Ib^i!f)&)1ԪZ%[C27K7+#B<<k FOǾ*uz{@geڸ+Qǯꏿ >G@R~\Fj58>kC5:;@ULsӀ?E94"ZuupVP^?YqXH:Xil윥-F]8[1 %8=Txbbcly? kP˜ ->Т lKՍd;G|m;!_]]`*x|+Oz$N)&K,Y=;VXAcGՅ}Wmw\e98sn P*RlIP5*FêϴnZ+h\5^g' hהz@+1viľ*U1},3k92ƀ|8)XX -9xI菷v(mJs*}ŲH[8%rb՜?HI9 "&M i5zyR{^2r/`l=7h"-=d#u 82a$ ybƘjߚ_ -hL|W虑 -,t`hDbrMS`M*c=ZP=rC0hZ L܋i6Rz4vn/se)ٲyI/׿pfVj;#e+' U~8>Mu^)6fIhl23QRMдEƮ[Y'"(Rv7 .&eCmqte3|aBT&ϪVҁ7/'}|cn`}lKxt o$ ilEVF5hIw*m¿dIOIpȡ|K>b&qfHnAC~Ce- -eH4|8 3tDfeLnQ+h`iyR*X6{=N̛UJ*gEǖ`$HiI%&ykh$LyZ"JRfDbL/rF"A -(#DLc KIR*;, '`99/s3.ٙT6CK}!;DXISKx`Q$d5a$IeҔSy4 )IE–8),ueY$$))bɥk$Ld -!^"A(tiXI’bHrg%WnVll p&YixLXAKZwDlXf+Ot>2IB]qK: &~DuIؽ\.,E>pXL*i D<*BreK1 2.A.Jz_ E+?ȕò^I30"u(2XдTjYXT$.`eIT2=K;8crsgZfʧ1{p~˗_zv/78{;Gmv`gEv]_N/Qh?\{q6N3#x-(o]Q*| -X=N"o@y-EIb R -D!>D BT S}ČBb" s7X!M QЕsBQ:4{Ppvl?q%`'a] -֞#ˆq~)` .aBâIE ^XD[!PԬ80aub:7?,VÁ8), <+ ECT?憆W -NZ П,+JNv̽{Z 4,^-K,;gˆUnU-bA^Z{+jޭ/"-;A#0݊UZ݂KG.W5W#`)wI*VKw;eגe$ -v",|C/-8l(oNŶb0-VJ2+*V<+hkWYY N7pުc -'+""VV(UB$%[%K"KV]B@@axťL$rdw\rs>[D\ Sd+N 0Bթ;LP+t*~8U(VX%'i&_bIpz8$z+A"BP>^ϊW[j>>?g7Ĺq)K6A=Fa"韟Oܦ.JsCšZ۶jf'.`jEΆMMcY\U7{~k؉bDxtwfQ; ÓdzEoxMWS{0|LϺ7n&p03m O&gmo[7N-w|?3z3Pt34T#2t9.ӝ? sQ7̉yݍf]ֈSdu玿:ަl}i;mGMehr mno][QVk˲ ݊Mu:pWM:^涷hZar~g5=ME#뭁f2HTz-!bz{X7pNi=0Y^[:QTj[5VOζfƺ(ht9exޢ?XDhB:n]!VK%4ʿ{;EQtdjBq&ϺS:Bqm2d7czݹj3ɾtao~ DCU*DѦrfng\3f{X`6½n9&wO_lub͚GG!.GF^-u2<ٿI޻#w[\Q'a2okN[ 5=B" dlL3ge(<܅cxPBzjIpuj TSC -4Y*a~}k6zhAx#^~i:1q24D8O6nDO c\!9Th~hS'{=a ̚6(!XIppy8$;bŊrv9/y[^BfRI%E-9!:;U9)x sQՠ/O_0[}7\ud/* fTqgϒ i}wc%-㤀q~vMhW0$݃0:ֈz$)B1NwÉ,Qy:Nd -̊`MZTA]8Z3%F$}Y-R97ӽ_~<|0Gqg!,4bw6*霊CMgI<aaZ5ibbb ~ ȴ5L -m]'+˛r:GYRr^dmэR@SU:'he*y689ղvL: ٵ]*I;+*T1@ .MsMgk%ضڽ0!-I - daX@hm`8u1m!6ӕh[%msa9%n :7Ǵ<~Bn(=2 3*@l,8Кh}SE-:R~7(* xݬhA)&]`?zw,cܽEX~'ugq@a  -@|aQd EeAvˮ;{k?Y'Mɛ뗿7P`5]Hŧza)Wdx1t0UTtMrc^h&]^ r bt #$K FcH2y!JxѲ1TWZvґd 6 A}$-7v#8H[рiFrD!₨xKfR:[;ٶ;ؼ 5'+̋n;$;n->j6d8=aD%DhFHhQ :-HFEYg${)ʙi`w9@0_{`XH;m1[?@IS焈dǼ~5~XY N,{dC68V¬eD%'/;YϨ3ͺwCxnq_Ok v7b; Vƥ4F32H QqzZ3^Le}Ȗ-laZ{-KXz;CRK(z<^x83G /˹,\ճZD爋Mp׎z7D S4ozǟud:}'2іuԻ:̅욥g߆% \Glg泯lntXTO7Qv,ʗ?埃#]g{$vyP -?2 ƖJȔ IN>.QK`s0|'Љn UVM:{iYSU-,k]<7VQ\Ur|$J`(2hL"t"pvRՂY 4fEH8Lؖ5(6_d5!#Ǚ!3cM7CZ]<$Mzvۃ; -t{=4ePK"CfÂF((3q}'߼kEx?LW'uǑ?:ܼ/`w=~:{^Y -W>tW3ԃrϙϲ"S{6_[/Z^ndge [ -ZLw8(|6ə:$ER(jeɶG6D)4H6Ez}>=991ldSO>N_/4^>kځ/.ݗ÷Eu'&we3tu?,w϶P8KQtɁIN`=<I0Ю`lyH&<ƞ>tXR2bs㥮fKYZIada<ByzO?'Q(ΐڧLժVMHs~$jd:-`ag7<H@EyK|$/Ms*yc '4!v)اŅ9Z\{{YEQ>juݨcؕ)7rjI_R!X60?/G7\"gEz;prۍa8%q<.گI~禳Tغ~ǾQx!Lp]ϞoZ?Czbtf0~*F>|_N9J0qZV7IG^@2m +Ú̬G/X aB\lh7-u{[#.\LA &Mso=³Cއ)bîYQUk, BC7jYIGB{~N$LhcYNDʲZ$Z2gY7uGe$WbRdVm^12f,ņ$6 4~J*)YzmWݖr8L$+Yؚaֈ0gɪX7yyX5/97a-~̿)w5JɬX34=%eߨK?'u .)͏iukz1k˙Dq|9;7ݘР+;hUkȯhhLzqZbJ#6i9DW`i2qVg֌[Zms4q-sDd䋠&%HUZ]tƉHp7UQE]FaS.OI5^#fJ;tTnCUI02 -O)f\FZքnM!'9:D[QH/6A;!a G# Z\AQqT'.L]hWGZ2!L,W a |7*jNdUt({/jyn aKVAAp~'nVLͻ:LOAvE(j(kO"oKx[jfMHӃѭjՊ:58-VLsR//a3j9=B,O_hf4@ؚ )%;I.θWM"uc ZV\J2:izGٓQEۋr4Y1NGOMulzk9ǚs~k#2 %HJte]NJbA‰$$+\ElZbQP 7t-E +Ǜ;d7}3v'Kѻk_4 (x5o?: e/Orƍ\a d5R}'{aojuK]dcy;xp6$W \&WyђʊC!RDi~>NdQMl*-u;r;niN9$a~]<&/nk8qvFz ta:l^slB;\Fjc{:vȁp*Ji+G4YqTr -5M,/igQN@:tG;N]ԗ!+yl+3̈́BP} -\O쳌*:{ہrI~|!M(]9F"I,F;FO )ZL`Q5H>QpbaP%i|l"٘H,~j״/҇XP5QqO<rzp%Iw(2B#ј/`kP ؕ塨LOuB?Ds£WpNLފvoƟ}wd"}ςpu3ڵkh%]b+ׅ6iyMm}D2c a(dN '3l).5#6o{O]-9 Ĵz8Y2An\::w -LamYX074S>t" -؈TsT=R@omVK6γGpL5Я;6`;M䎻 ڋf q|yJH 11Ж`_b)wA -͞]}etWdPl4-TL/j{NIU1ȴibrg2-}R]Y^DTٲZ !*kqz?\I4#A6|ҜBE'yvYWU ǁrV|PvS/[^kX&]x޾- Q<[X9eQ3|\yb韟2X56*4>]Mp;m#C<.a鞠,fnl$#eKb.NS`HSJ:kYt _^K93+23U9$.IJϩ尰0ZL6my,LDX-+ By"R5cjNS @py[ w4{ fvA "o#.DFRcj=4pH.*u2rcXdZU#86 |1Q9Ls Mc%/ s #`⫀!J'׋Ż9(뛲Olw8;*NeЧɊ[˗Mzw6t?e}9HM?eڛFF_/lJ-@Xl &wf4<l{{9ϱXn4 cMQ(J7rzxw$ԚGQZ1syl8l@8}z cpҨ -G`p*0K)Sf;\^%0$arΗ<軲T.q%!=awx8rG1c}./TʛYZw$=g :t[)_mߥ!~y1mT^+TRrI"~ݦc>j3RL޸b!oF%4I͘*ʸD0h,{>4Fx%uOUs:RP8O翌xC3))я&?QK|<5\,y& C -*a[sH5@o7.Er(bn.p*=B:ȹ'#@V[gէ$ԍ,GR -yp&84 1sT5{$t{wQ - j䂓\_?.q6mEB Jw0+kH9:!0XL1>IJ2@JB@\tLN}qѿNK, [ 1vCLD·<^pa=w0J;V+)З -gj3EJ.U!"*JAьaG{ُo1OîUGW7-5>;;=lՍ6a|0mwwUCY?{04 QZ&@ vf#P;Rҭ%MvGi=m0Lbڴ7вan <ܰW_ٲ2G -Zt^?PԊ'hƊj%:Qxs)Uu0VyЏ9 (?1# b(5DC,Z$yi#GACZ[SY#+SKh`_|@BBg[WW(zck8l=Zl+}V:UYp8&>|/?ݪƍir B$.jէ|(g'غO~owުƍfR'c:5M֯t7;;&[&փiv qr:\odGU/1d3a! 6z? *rQf!̞:M^3VeVΖ?`-9)^oQ'c<\^U+V;Q&~c{A|O.qrԅ 3& -`ٻj.d'&'tHpSi5,O$d b*+Wu1jD*$f2IZub=2=QNdn·]%spEY+Z&Bϳn$x3Dw5q@ -pPis`Upw> +挍c=ŋ fQz|ň5{; A^11(ʏ۸GG׽ щhfʇbW+debEC<%y-kL- 顮+y{۸j- -YgYv3 ۰o,Oy om:-oE<iq m"rcCFǡ9;&ܲ#*BrG3aՏ?gײ9'O('nR&Z٘2Y\H'4 &|1}a~]k7ozNłc|AWM}%O^t&jmwj:Ly?Tb9ΨEҧɋohx.omOů6qzV/x[^:pH[լH[?X-7oߖ3"*u`L'B^\"%U ou=޴S%(R"EQD-vɖ,YVL3LE"IQ-b>E}cswwCa./&S2X jA.U#t5dX(Be̊}Ќ՟<GRZ:gdm3^:#lqOjڈ[dFJRuʈ\:bR4!XJ(a ,怛< -~V)D946DC7WJd*HB9vX$ZȓbuNWg ,l+Օ͠Z}O@xRtO -ʬKCF`De?jv#I ^EXRΒ Q-ʕy~+9Jg%I*L 0;& Ԓ%N9L@:Qst'K2+]op}lj#g0'ADAԋ&Y s-l1M*(aQg>[64B:"10PiTN$c&jcX.(NPh9G7r+ AðrGXɌI8:2Z[B{9yHz0zۿkٜl-=6W  a0`4ZV -BqV:l%f\hޫ\q:ԅVs#!<1o_7ʱ_tk@Q}L-#A?IQ(+Pbfo`m; $cB6-2uJp0'p@BO$j̷__?Y|2[=+LLTgh9KɌL(qf ~ar+:6ټ%2-d&'1.6 JCDz,1.w:lwP܊DDE#:npcuw[Jbyt3twޝ\LoYSZ!=3*zwQWʗukxa{󻯚KsFuN -xmjv/UTPFv*Vl"FU^ >_}SӾ7}TT0DP\yqHpBNry_4kF -IUN?u"p1< xQPӳw񬶻 Y^k(U/&qp ӧ//UD3w;Ӈ;߮cm瓳r%);Eq(g }XܚKVn;ZK ^ -]{b;~*xF̒X$+||l5j%'9h-Ts!jtζ7@KjѽM_;j\6pM -Hj_F1Oӯ_E<[uJwZ4#i-j1%hbW,h\Z^dx z?q/z`?{Dc4N~_ t'wgv?y -oGCsc׿q_>YoBc[;-%.H"E־XR,q}_fLL  -} @/z?7}yynA2k@rw糠l  qDՒ-{1=z{'u{bD&)8lM26V6USEDsTQWʄp)ΕaĀZ8o?mDUvFA1-%tCؔXsj^9}BԺ:gQ:7(M[T_ 3;e̊J=SWMoss|:,dU{V'TB`2@&k^y|2@ - H|Uc7@f}MMͻ~aX;3@QRav(uH0Ž>+ cUOxmkcC\GȴضikЍR7Tc)FrV]~us,SqsIi|qBJ#)D[?Y<'h٫O~8Ous[όʶ?/5|zd~ZqA:>`NwpF3jLә7<) lSQ&|~۟h.廛KyX@$HXsp ^j6x6U5|1p nz98s+_*cQ{r޼Dϟ}_-@bFqV>iME4]YBQ=WUy_R0.Ozӛ_pK! BܚnE&ӁHD.dc+WمN<)seuypH6X+B%9+lڑcE$[VStT菗D&0afmPLGjie ƨeN^4nz7hE9wdŇk_vmmv-Gf6]Rކibь)aMl! knJxmz%pFr oK63d'@S^ɤ6iPʬέƎ+p|{ ib,;:Yvyㆹ͞i.?6RJ& -''/$Zq6Ș{v=|]4Z d6nTՆeQw|i9{rv"gg!ܐfu@R)>]ut?&ᦚ1*L - )͊ju?+'HbeH&Fc)*#g7Ğeʻ}G ø\IO9M.e}{ϸ̚p3JWo]/O2m:ER\gr8 ""RD2jdْr(i8]uPEjCN.vФKZu/@Jww~G8&N7DI α1{mH+!cJMmAnbxBPDIY8x KѬIaudM4kVR3iy4X>IW ]8_ԍYF`-@ [7i!S̵v^ nA5ItI5AAfBQ#((4Ɨf^m-jݕ+^/t FQhDNxZxrBIL^ayA/,[p;ŖHvz7J}?Li-m6#t 4O'.0*+F@х@PaUQ"&{#|(*Eȼt;SU@=d("b%k]37:|^KN~[(fbE,|zN<(f8rLW.n\HW4pPՖ쪕O:Q M&[.|Gʾ]`t]Lh >0TGV ˢ -4BBQQ`B4msR$&k8) ^ڠHl6*x)K./ /(wztRprͮd Z!\=98f̄-D@_PjǴhAf W/vF"U״U1T~ʇBr<"@Pm:ޠFdJK0az(g5c KI&I3rp4"!렩Õx^6Fi08c -K\7@=tQ#,0oڜ/V֒Z/N8H5K &@?4 1٭: /7gZe, -PjW/7zjz@29pxEf͊RC75dA)6']IGAC!sN"SSThJTfH:p܀MrZ m gUUoVqѷӽᩭ+{IR-Ij ') &sW+J'r}XͤYvO.asَLy$6 .J]DIV#U(%K-dD(T'A1A$lLwvh1bLS%3 -+b@jT3L%ˢ҈'0|@~ڲ&` ($ZL!TI%0GV99 -SI\Fe(z!&9,=$f٣ÄYq#(3 mu#49vOahFS81 R[HvY>fsvu%~ RRڕ! &Fd4‘4(-2+ei -%^, -bq03Rib&JNp8ᄡ$ꐏ8y<,ǖJ屝d(,x#pr2pFXmƈij>/+e7hykc܅Ko\u?_WW߽ۘws)Lr* X7۬{R~K7nyW8Go^zϟ|g[g79@0EI&If,.mpxwo~p?ʍ_}k߿G?7x싏>~tz<'YQD$ - I5^Tu/-.heqmg܅{՟+Wߝ[31 B" -)Gz<8C۽zwΙNnznko}\}ONUJuR a"/X.bJ2]1JZ\}܅7}g_εS/+!9 -"),8c`86zՙU#6r}̟0;spZK$&"H"$HB m֢ -RJQRԱ(U'Zb3gz\rFRVYlTZVQS'` 7%gM <WD)iyw MK[맧Gc090CEB ) -%1 ,b r -KoeKJ*kL%{X9zzCvMON=m~$ 6vvkj7o'Z_tE%f( -P\ qw$EMMMc狀ڤ/'>|PlnfeO_d۳|"g7 -afVut<}~V;Xy3==ztt~?Tu%i"2i^bq8ظxݻ[z:{_v -*76֮˜R'g?"b3N07%Ȏ@p%ޫklkyV"\XU,)g'߾on޼Kg;͹ToLٸ{ -BBo&V=lly!k[ -zsGst?.lNp8&@FFx) mG:qQщ5 %՚R|r|KG]N@_v^#xadB-p%<Ƒ1⧉{g?~h-ؙB -@ oHl/8 4Jv0ĄljfbKyxzT+6ֵoO_s_w'$ {(4-53%9%91D"T+ybrݺzF̢ I PH -ARlfx ͆rwaLHbIw|t\;S^ tHͦaEљ6L~A)IO[_ww>8ҷϺCņbnw_+}, -¨@q32Vs?,LU߇+#rIQ鎾~9S-lo+V[6;<L0 -X-+ٖYS]fllIBQ5#r`Ks~;_l +??72<D;_xeq]DMNqV3,C F(#$i`xv<+.:"6F|=vZDU"InqIqzN@HЙ{s!&8(8\R38NA7+<~|o7jfwMӚ{ߚfG: -#DszRL --u+ZpfzT~ޚww=lοoQ(kt5CC30MƑv̄kRXlue~oϳĤ. !0hk@pڌ3#0=xA%7Z+^hx+T _vNN+]mw\pfe12 0Ĥ8QX~ׂSS -J$ywzڦ>ȇ^Ihl_qtEc8SSAlX,*hq1e͏ʋښ?NOOUdז5Tf&dž -|loo8& pcˍGumZ?/) -2N2[b `4k0P8/OQPp8ƜlCp&&XBQE 08Ah8 p"ΡQ`"q ,dNb@ c,A#) >jHWَĖ(k.j_R26lx=cAs EXu9瞣96 "ɉa&[MuQ,^4!tUVX|IdV׻ hm;r\ jMl??nv>ߞNS ZVfrMy/)}.r}v-U9+{9_N. 0hz)<8Fe,BͲxs_g_q7@΀☁*p֠/ (,.ebd56IX1 Yn;?{1E;11YhΡ9Wpe;ou;.I<]?^~ˆSalge\ (Jͷy/ QJH^vnatӔT`Jڎ{"TIkNh>|UO<7Q\8c eSN)JfZ&N=wRI&+H6+[F`l3E/˞up=,vYF%2cB$]V.*LJ05UNIFV|IJRW*d3L64"I3Ryd -k}t%18VhMiWe8]+qJQRAxS`Hbl-Rd)XגŽsf˟n'Rlg;݆u@(e  6kQk8z@0 -(ϗ7eyl1rX?Lw턇 HjhS$+a|vgH 38J/X:lTpޘ玼ph䲒:*•mRW_'=݅$ ^{N Y^{?~LX8n[c,zVvrw<߼.npWY}[UIZE3]2%peMtNmZ"v&s69[C@LQ㯿|3@KYsf!dŇ$ -fauQzlWyyo[jp+XLa0ҳ 0A19Ph>@Bqa" ]Au Y(*TՙDCoZIr*v0;ϝTGQt@Z- Ǹ& zJr$k(*LkЙW\\3*5qfę\Jx *"Y e@ƴ[~.(&ҴZALtɡ(uu&gI|cY^ ?-ƀ45.sla~Hbbe41t\=+Ff[ ˅ lأq5m]qX(Hb. n*E-Ŷ8nmVnt:tigڧ~N_z0iJb]FR q,(Zf:|rc ;UBb?X|TZڮiDR.lW`>p]ڢa{8uֽ -c P>,a&I {ui-#kz Pkwl k]:ev!hAzj|y}ִ,az(!D]vU5g=,( %UOQrg.V91W̉\  /p"9 [<@=LT!+pi}]XSPv~c?XJ^ ,2,VQǚt3Y搔 b`B֣G;-;r]Zێ+0 Of09ۇavlvWޅ]n_G߂B7M{ j2Q!7 (=΋tx-)gw0j~n>;{Lh\>t.슁Vu)Q|8zwv_#~qmy3IzW3A_noƋwǂ.No0]S7w7<`?x=yv3Z9y: ErhCA 7y7Zk -SD@>Ǭke2ytoY -Mt{aNkћx)U\i;D&*K4A 8.>דrkcA@L%Xĥ QaڇѣruٝmP dCILOq>7q?($>ے|H,ٺKۖ8>#v'IA, e ,nwڙi;f/a&&=~?_$-9Gʜ(gE{1~dr$_XeX\??=4'i@Cnwd@ҕJ}-x/WLȏ --*Jc<<~XTß;Gv([܊$A$A;NY \i6;u%3 C&$dx[rds喜mA>xß^n?dZ9< A I>~ɾymS+Ú$(uxE\geW-,%%۬T`b8 U;aR2;?q߱*۬\O^~ a8k,qJkZR3Ϟg=4鳥eZnW'?QLzKV9 j0 J\${g7X{a! p0u<0U@ bm,T}Gq#UT0IQ*2H$c7dY*fy<'QDqJ (./spV)0bdWcEM{u}dM\i˪L8)4A{pRX^dsC3?)%,/z X$*;ꭼ};SآUue*h rh{~ŧF(:7XhrtǷ{1A9XM.Wj@{ #3L"Ygz_,gQL.Jz7,쪙v?;xm1L8Wee^߻XA4%%ĨDXLk "AdN -5wX>_[is$iD eRd.7CAYܗP/VoQ{}5q 7瘤]͠E\64ͷՃ\P'ш(_$@0(wt4 dZ[bQ%m*UeAuY|l",c҉ H(JDp%Pm:=Z %TN\u:уjkfh>^ 9_L_o\靏/'t.K0RqD=p^x6mtiB2Et܀If$[B{mqٸggӽC%2~k7N#rD0~6-%87c(kkKCP1C$YW͵DQӳ?rfH݋OsH sVi-[Ǵ "x|Rʼn,01B(4b'_\}ӿ9-#b(±4l -R,N-(8XnMB%(A;kʂ 7OQ2&I QHAAˎE qXX-15ۙǢ _Q(+cM"aZ_ TE&D,bJy2Ak}#H[%C%:`~J$!!>JP[`"#wL'"C,|ItKћnzeKͽl1E(aD"4)RGfr<}S>IB((TՌu_Vm:qVߚͽO?˪{&+/3/WcI r2{A囋QxUԲCK 6t1(}(&je;r_9ۣkc4;ru5ܾ}ʧj^:1X|N9hXԇ0L\Ir|*N -y~돻'_䦮=~ (ϗ&Xel!H3 ?Kb}FZ.GP6@Zp_}l/}s'?| FXARU?eҜz[ 聞ynyFIȲ$[N}wXdfue*l?ʑSB}ޗkb!LmjfLQ{^H3hlGaCQ>y/)53l9bY8啦ΉLրZ09+" 4%tZHtF$p$\x'pIvq3nu1~0 +ȁ74zry%4Y,4BAq%+uD$e~2.;ŇHr^VX?n;MW&7A0膈M|IC.ǖ)q(lIwx+8t_} -{/(ʦ_p?^gtJԔ>P:/T㗶YuZ+"Ary}hmnosfk<3Ѭ} "I -q\"IU,p1bU{{mELf O2io⧕ - &$OLԅCy:^X[As9j|0Y"VkNQk0A96,$Kّ۪*zYM /Q\>VZfLOgk Ѳe1_)F}rx?tމ J4;( S`c]iM(,_5s 0a -F( -F765mzͺVի?\]ctIѠWHZ׭L$ervXJ.dq2AҤVX&$A( YՓvZyPTלF˷~6ݾaYjrQ|SIn AoB)X#T07Tj/C..|U}~{I:o>~y=A|y H '9 ˦x"RDpx#9iU 39 #rܞP wA!߶  -^i@3ۇˍ`ut۹JHP -<% ,W +MR7O! ̋|ugVӷo?G+cL/\NVvzsyEw筙IluVjUUkH{1yɆ[cϏ`B!_d6?t.t4y7>F5lܰi6 .Bixhb"d:!:&0>?wZ~LPQEӻXe؜m/^fr+d۹o;[/KdtZ_~oAxDmBf AŒ? |Թ {v99?UCFG6[i(^6**EEo) q{pX=?;| Q׳DvYa)OPH`Z\\N a^hVAYCLB+zvVk?g3"L ݫ'o<׭N&yjiTL*U2>J4šw0Pg%freUZv^nozuzY[+;2vLkba-bXtT~⨀ ^DqI(`2@f sQ"8_KQRpWT#F-eL(>L%|J6{/IDh: -<@)T'룩#ʚf,#,^װZy2w0&#Oj6}|ÓwvX\ -郃 |uVd 0#-.D '{ BTTSgKB ݫkڄDSUџJv>}Be;8o>XL6@Z!%o? 33 ',!]]5 -hJd˃xie~ybMɁzCA5Z[nU=.6͚^"<_Dj n(uaB"%9R8=cF-[N/Ƨo.4ܿJۏXtO3H]ƻ4cFcK.|0, -+.Rd ο@c8߈ta4ûI'HN?z(CKL8 )e'4A:ɐ`EVX )T}UyٝF}`!f;VbG >a,y\_2#%ZkndٞjVb[+:H< )äx=TGGgW4U#@z?/)5R9@[pX8jSewF:qc!8I N܇!4TyܜTZ`(Qg7H4 j$jmTNvŏE&S!:ab$3ڊ֦pfz|0Hď2O?_0a1!@@ ؍1` /`Lp-vz/LI2$ON0mzh9EgIÂm" Ngbnwf< i3DLfyq)Fskӷonh͂H:+W@XNNsQ D8lͱ[BY#-@ AHs⋹Y p2Vu6 Y(QMDZWڏhNZ$TF( kJ$ՉKXuCz C^ ZqZgI;8)@6 96(1&7[0[X/-L2))dQJxt;9{ . %/C"l QI7 -h cs Lu4ڭ57N6&o?k;d=)ׯ?͂gPm\+ꎢCuX)70UDݙxuv@Zf -Bv, aVP2RuAW;̓BW6h#HQ2 - + iy`1ހ-+{˫s_Jo4(ጀ!/MIQJӿ+ҧ*Wee_:8m^T{'Σ潋sj>:E`;Y)0VB3:XQ7I{|l!#wBs%&X"-󲙤ܪ~A +Gݭ96\G_Mvoposra3eʻâ57GMfS"r;mh٫qIN, -@e=A8l)Z+߯.NDpwXF ̇V5_@H6Cك1V(&3KJ \RX-'f,N Xs|4{b T%}yVÉ0{ (${j 7֖^zT0ю+/}e9NW -݃Kڗ Z~(6;kG_kn<awFi!.Pjy4}$|&mc:Lrgfi0sBnL& (=dNraXiwPN)/o{!?bu;;3ݴ}v`ngtA62=d?| 1i ۣXvg}g0W1Es1NK#WFJi(XqJihFgs" -+e6(&}2W"VLjLv.NnuRmRFIF"(@9/yL X#-Fh.寸\I@V1O #3$KʂㅼBD+X6#՚Tb, ώ|?xWVpstsx$WXp pb e&l F㍜#^`8)R;]J]u~EA@6CD;?}Uf` +ԒzL=΢ -4:`I-l~o~iW߼ %뇧ziq?WOBE:ۻ_&5"6PabEI;y/ -4׎HamtݓJtqL.{"d}_&6,袒vuzB;( NDqHiSI*"h۲Z#Ng SRNNl| &"EeF1f l?\}yyo/D/Dž8'C" ӟ FuBAsRg뙙ޭwruB!n}>FI% %I Qilv7f _c@q %zu3`0B(NWGΕܕF&?'JJmeuakn#[jYh8"Wݭ`"F9" Ѳې$v:.' -d('[Õ;{ǿZy,-n??=:=K͝LqX\ōk3O=AY5Jpkѻڽf_?:quz!TNUK'N7v5{+5\,^.~yQZ4֎ݷ;G/fl`j7>F?i,J'ز'Qt)pgqÚ sk4֪Ԃqa ,ֈEA$>hn7c Fӡsakx,SX*#^qe9PFr[HTDsUŲ -$r9HhZr:p?x_Pn/v=Z<*#U+1"R;e\{]4Gɋ7rU(۽ooۏC-7L{_l etpDyA{p'f;K,[ Eĕ$WkG_R.)9Y%FFgᮒY.h,.([f'Q*QL{Wyɂ$`F 9$/I298cuNGsf0 |}Ôhq҅dXaD&VK^0.fҊxJ$]~b8'pPaǀ!nEhp;Vը8eDZJ֦KHRONFb3j!%;Ԗ٬1HZ8E (rSJsRf('n:qQ yL.^D p8AY[v?2[KVSoKm=7KY!ϗ 8ԼY_"NQU^+r)_%3 )\Afsv]JzŋW \_~8=w_=G˛Oqpgg͇H+k)5b12ˊg$QTgvգ {giv7XQjksn}ve}f&'1 Shؘ9JڝfgltHv*.W[WIx h,#ڃkxIJ4E{܌ˉ2TgY=eFeԯɰ3GѴ5FJaNB#Ꮞ IX0 KjEl`(x R,Vd|" JR~"'A2XLq*6Fi]4YN5A1}~ZV[fsX*7TOqkBihZ42lV$7VEQ).63J3}3Cr(HXR%ےʎvd5;1ڦE:Ahm/=[O6} b.{ y0_8u b4gIRmJjai"/K1PZX>y3F̗M3 }m`zŋAmX\mm/O|PIk+R2Kʍdٓ>sֲf]=? ^wxvt/O&-[O߼z XȻ'돿g^?;ëZ2|_+u{xGWN-,rփ7/^8WONbQe ߻2?}0䧻zpvG|_7fBQ)p6f>@./xڵⵟҵkN$ae݃{'Kmt)zCx? hڢໜy|hgQ}fsRuq`JchBFl eQTdŌs3sb #t[ՍOF1RVEXRB"YF{_֚l DP&T{!-ҁcВDF -EHħ^j$E 8nY߹8xwxUr%Bk4T9G|Y("<2 Kb,!Y`PVEImYKF8~c贚nnYiॱ:V XyM[p`%8" -W-e'wAG+ǂvzo6q$YjB[iuqzfy 7d}y~w|,+Uя.~i5`YRl#E#o;2taNGuz t߿wHQ 岁!@yHi%lY^W,Y@.i;^}e`2|Đ* -OǸ4i0)$L tB+p˯HsN,Q \'p9(— -,`@HˀQ!KSq/ɑ;vl34Dڋ^fBm#^3t+[YGLjL=@0x&"LtD6 =q$zMƓ~א^ eA8TêXV* L`[etXAx!_ \ IzIC.eiMJ59F`t8C -<8WGi2h(X*$4'MMɲڵ3P:>8- XL~mJBW۳k`o(x"pD#bF,GvT8GB*Ȉd&Ze]A&V]:۹1R@`v_%W]l`6ٱT] a5MV8>дA-q smI2ѤPAY2l8fqz=SB9J -^YgXa I ZU~Á -Eeh^`Y4yݤWۍ plClXq͆@:q#[ԫd߰ʳ %7$ݕ `Nhk\szqf6 gl|ZdaQ%a*YPFPj3kyֳY([kݽ߾yohZ%ct -"pxc޾:?7_|\Zf_F,澙Ϋtw޸>8CgV |yӷm h5(^Ykز<ɲl}\HًO,??=+ǩ,% ,k9^OGg?7~ѫώ"XUuSNHNW٧Gu}w\|Z5QyC,,< -"sn^Kn&\8z{#z{00\Ԑ~,1KLb3Vun]6_2&,־?ڙ=,eOg|p\`2$̴(/JRzI ECf, 99z?31z`wdǂl Ixiԏ?8'cb8-/cɘHcEQkvՐso`ogUZP#!>EHEvwD#ܾ5bo;ZvƤ^rw$! ѨsX*CxdeՐsKև%CMƙkIsתFMNuAJ#28+`0Pq&)>CG͐.wuђOw꿽^ g<9<02)|b@G>!bd œTr lPGy{cc}+Uje#zfQ"(Rc~_>=޾>zS㧣3[T* i@1oR53vz6gjWFg}Y]]χ+G˞G=Չa \B$4Q -x) -jW.8P.,&ιqrvqB7k9c9Où5($Tܚ4Ty}p7y/xkoߌ}꿿-b_?{ 3,myb\7qe8wΗ9[ѓ/ǟչRIqfH$U4 .T/<~̅V`W v.8:3D_ecFFM[rɲË޿nZk}޶=]=Qv"#\2t@$iQ&EE* qFܵ דͶ[݇݉׫ZW+篙n:\HjM"` *QY|эrTX=S [$HXU kӴXnWn'seȹqo6ެO(@LʤkxUjQ6jWofed}`3}մ|#es=n.-4:)v0$Yj2,Pc@Q,NlPuڈcqexFx[z߅g,EshX4CH\ -[Zm!!ݶg_,zWN^׿|{Vۗݮét|I@Zf2!F &A]Ld^+U<^くG˿]jxsf/N[rZ T'\m1 -n @mU;#U#uɖD-T`Q dΞ4>@FA 3A]L\) -U_L]L*6 FetrOa&L9$਄liXB/@FF\ *"z_}x>Yz=~;jM9,="qD[))d ĢLg-vQS1l:y.7OwZ)8c4 ZL%k@F$DW3JO@#K}^%TȢ1Hsh #҃$F>]((8\U$ŃnToE}aLe.G'1AX!b1)?K BTJ鑁Į4#A"3*A @@ dҀQ\&q\W~ĊnT\t%K'׽]CYBJ[PӭnK?9SÜ@fd-$K3PȶX%ȶeT6!xQV1H3ϟGsy42 -D1 kvgA|Gm<|6LBB9L8IW7iAWz&M޵vj.] C[ jVKDSR2#{7WX}ALx!\6M|۞ ׺5舦1{IzuZ @U{d )I,X4Dj64UOvhVѱ9V^1fN;%4gC 򵤕qRyG_h$[ER>,!ɑx1~rrD,,kH.Å}F8}Id3>Y\'lL4~k}wmo͡otPֆArrxwZ*IchY>@#N"~y8Xjx%[xKҕ4 !ٶ=FΉ -&aҤaO9!F<(>' jH%y1Y IBk"qjuffSb̋a->֍@ 7bJy=y.ʰFScŜ* ,_r_@$hl=xj#rybLV*g++gI\ʼn&WrCܝQNFB?N9aUD;,UO^J#Qs lL`I1fR-nx(uF=^y)0n`0vn:;Qo<ܤz͛ߊӟlnzgk O> = p9>ǧ:6.Aic՚l8D4hFS :eLd>w]սxSS2h-V/~s}ŝߪ:3Ah퓝՛υ;(4bLH`K2PLw~MPEu CˎhL^ΏLJDo~W= uKed3ZTWlktxXm)C3AU=NmR`kml -%6B XPhlXHQJ.vmggֳ&N2dr\ T9[ 0GA -*&c8.t- nL~_]?vs]\oϝ@9حCsi D KJ J~ܞj^$0YxupPg8Wu=Y|%"uVeLx`9042Eik!d-{g4lҬYo+U:gQ8(7҉nekf~̥ )4*6tvMeZ&zn==z?ݳfb,~:<9xߟ=k\B|/! U&jnIC,hZ?Iz2vBBσ;);<~Ipyњm&䉚;*֯"\woLX" h&X'LVn.fWJ9$[@^G$16âj=%;W%c lM<@y%kE*q|N>FbE+@ -c٘:,Nf5R][Vaxrqg -|!/7Ww9u*Q|`Y-a\o9҂q#b0тIz?u>dJGQ/TPw6gvmNQK|H) pqq9(./ bZm OR݄0RWe|Kf|=gdsB#.uB$A劣uoBeFꝋ^}'掶q ; -IkmP' H$8ߢj0t蝠 ޠ\YeɈi'5 BgE^j579˫ůk7a"IFfMhŇ_Ͽ}^A +cUU",c >"`+Vn3%7@ bL{N/.c=d"_EB乖!YJgqG$cRKKXTG [?K8fủ.Pq[VZ"n/G _痟4wV,gR՟3RUi3y/-WQOwA1 1j͖1TTHڔ<0(WN5M -&}a~ Fڞ7-F3;E'0Cp6ɆB #P%D:/A -(5G@z1ԾjM{h*VѺyX[`;jqίo*Lԫ+J.F+0dyw;ƧZ$r{5f7'rjsYUԤHێ=g[F7mmE99dmYƍnN^wo5uo-Y2Qt3XFQtfB,߂Z+E ]R΅rŐ"vN~`K%M҆OnqXihp1 6837u'Av/%E1I*TP=5:•bh]z(Ac=HiF{ZɅbT=(>"#hz#(i$רTMlwǠWϼEq8D'n~_}c"70^Lu i#ݺ~.H"/@XZ`&Dk3 -#R(Cp)<+φheكh -vPd -bhM&ǴY}F +xR.Du^ԡb[ݻ{xzGJULs9o[^qrZ'=(\ ʪ8/WBbRՃAzpw[(AK+O߽xՇoAՇo^YVNݩ xx&^|=f?n.jkt( UmQIӁn-eYPD7^?.x2I7IP>F:h Q0l?7I r?%X$}j@A3[/]D V zP8&\vrY vPNNhoƷ&@,D@Q9U!At.[],oEli\,k''y zz]Ë7NfA 0B0t@2LR, RŒvrʔ**5D[|H*￯}R.< FkrY>AN &4Ǥp.\(ADN¹(H`! endstream endobj 108 0 obj <>stream -HioVK}'/(j!%Q$em&Q'4tv -ĘN - 0_ - 0c s9飨JŦ;{\lLPH).zidp՟u:(>;)*DVqg3ܙbHyǴ'vz\c-&DsDwrӛ͏?3bv+Sͪ\w7?{eѤ,t{ZGǨg.Ih[B3c^1PtqNv9ί; uH -'8M u'uSUl5huiR@/;]NQl_O>ʠa/T@Ub0 -P -YiF~lMj Jvv&+Iʰ*G.Y!@B"ty>V@Ruqo#*Y՛M6R߭0 Ius1v]z]tܙNuz8BRsOZ-iPaX$sw Zf7*I8 MVdɓh6 QH.Q?8 0$pz e R*B*ŚZe2jjQ|~xX};1N:8ro~?:fY]=@&v0z[+:앢OdJ%Ħ[nK_ǯZ.D9b$^y|y߻"ȶ$vuH>GQ l(Ռf0WX3&A8Cȡ;:e<| Ϩ*]^=B3c>$$Hʨ$\Uu^F eh N8-fTR'HSL%߫+ -cG3Z6Mzoa8䑬Agv7A.tK Ӻ+ w3 Vv~(>)LBqvGQQ|ep<G1 )]Ipdߤw@@-([_tk+X\Ln H4' z HʥhPHb6\= E -+EKUm8*ޞO ib( # -5m_ŧ!N0Rt;"^c{Gw -Rp\W NJY:aX(k%U5@Ii/0D#LRMap¨E$l 'GI86V gLő咜 - Vo -U \B>=o -mLG~X?n.vy+ȶFCD!m?e8rOn[}*NjYeٖnw2I`2Y% rJN{y$آWҍ,U `&+n \j F !8q/P/6nGKAhwWxh4uD4 -gq9DE*(9%7I~oD=530x?Nؿz2CSD7AR%!8ZoJky\Heٓ8HM,f1BeYwqvem^Vݝa] mV1̞lw zEM~R.\o̞d +}_4j;.h愗!K;waT#h t󶢧V? kL1LC +}EGbj@B;%Ή졚}䤰 A q-;7a%]|A;n>}0$//5(wp /DRzHӵ\lQbKAn9,tFp%T}:s+'6j8k< qgoOu )Sl:,+5 DΪM[ӄLe9¨⋬M\)"ǻ.ҏm`Xfw`~ڿG8z7X!j 9T*X3ۻ̫C=9ɶ(F^j;, ¢ U;˙{*7ĞS{9fLA1x;7!̋ =%(o}Rѭn8)*{g_ 84_Ǘ6Н !XHN({]5oemYE)M;r7IqL -a(#PEcdG}9~!?CExbiހgY!гfѶ*8nwDcd|]x(.J0ITո^4 1IɀԴRzhqג|$N(Pg E{ -A$J!|3]Y038=5L=UK \zAp DKviped_5πdС:z]|phj4T+jN(/{!ߊr $ǖ5Aj(%%Xl~('wIzʤ8i1 Q>8 -(ާ u ϲV{<c M,ĶŘ,@-[ C't-w3 <#Jbs"^H@WRvhj:gE !d1-.Kn,k60*:[@8Z^_^~B]Š \I,\s›]U H!T&. bY -4TcQL%際[]n_=\1ƂX4uc.GL0CQMߗg^Q{I)'}?$93p2pvi{KAM 40pa; [C8­@2b0-uBŐ%)֠1I`97yq"8Ђ- AQ6Ԟ:1o=}Dnx )p&m{'H%oSHjg (w3X -RVeXͭiOz ȋI Uϰ)Rw`cE2Yn;D<3H$HQhkhɒmYv;rYHH$Oe1GBT {ssu3zֺqȞ|4 =t0;!XttxjYB9FLNw<t9Um{M[nv l,Q`uUl#O:%SYIt਽=$}I}t-83CAF;֬C\faA1d.U}~jӰf᭨L8`(ա8!'̉/ac?ܥ`|Cjκl^mpHMã7yR1+=LJ}4̱SCƀRnSdOz[ߛFxsŨDD -fv&xn.:mE!Z 䐡lj %wSQS\w 0.lwHPp>tt8/pBO?]N=(2[減^8} د(vې|}n;Vdȱ=V8L8끖60@]Z -6y8X'/݇ Wio>|x ~{S'|Fe6wBt6!BRp'`?ඨ{h߹ :kłxTʢu;?a:D;4N_> ja MXz9 (6\R&֎=xfAPf`,a,1ǺMѶ?~W0qА/u sR(9XuVE:FraRF[ӝkVtLy58޲h<jb)p7oKn(]3Ɛ"/fr go< -ri d|v9 : Ê2u Y{0f[6̲^;7<\&dO\㡖Nꗣ;I2|**C`p|G?׻/!+ŌqC#dVUْ)}d0#xv򶪹>yl/uXN%J]Ay;b󓨎 Ẑ$|Mp)))kD.J[- C[{FLmM0mADWry`񏃏aG"Uud9>tY+=hы||Ƨ(iKy"tlxi /xhMr~*(//dm&'ò|}9V.?Lvqqa}9!9\Dq(R(&cN F I[ zz}I}㋱ ɥm&t`Q Z6I3<Ue`- -9ƒE^96v+RNM{׊s:?מ'=_r. - 6ދV8FI.Ph>gžiOGBc45?`Gٛ'ӽRjž:N18ͩn+JN>^&_u(ve88э.9X+,WӴ @93i*E< -)𷽥n(:>,Raaы4s:QQt7k @TV,kFr&Q\Fs] b,1Z7.d*thڗ1iwzW9\!zqr;~t=r c̦udVz$TQ&x̉F1s$g^CP6$FaՕT-% u2| -uԹ?Վ7 UZ"ϯ~M. NѮe +fqq{SLr4+Dž5VŻ\ -NýT9aJGm/~ $ZmX4gĂKU[i:~z· K7&mGQ|?yrr"QTcL *o]:D)5A#UUmL3X! GrLfm狍Z-ٰH ->S Y-6eGØIQaѽyK -)P`m' $6.A R ŝ8٧M߭eKFi>;ޚUBpnlokՀ`$lu&TCZ<G; pJB6G:P1#-BċiMU|w&X iiB#Xz(8Y?ʗ:-@8Lq?sFY6[TTk:-2j4sLq^zuKֿmSN  =wQDu?/`~xiv{6*hT5-d N[M~<]tP OtҋOZ\y޾(;ф|r]Rj1xMPx>| -oN^b86K5gWn9?6nNĖ3AgOI,,[eǎOM'q$n9uۙ}H/U/:SL > <4 gnnÐ"ҋgWo:] -6j_ݗAtêTq'IrGn> 5ay^taFRz0>6*dbMkk}}}j|Ym@|M\wSb8lto /YP=\zlih*ǧ\v\o pZBm8VU8{UQ%Cٙp#u˘ K<1 -acy0zpAx?|:_}HU?^;𿂉 &BL6m0`"Dh &BL6m0`"Dh &BL6m0`"Dh &BL6m0`"Dh &BL6m0`"Dh &BL6m0`"Dh &B/NfW>澴*YW?];iGG7$Bwyݍ(څwdnkӇ lk!ib<'Hpw#${1~.zT,Hu"N"^:>|.)w~yv~xnt~}޺R4|h>s\Y;lEK u?\n@OMFɲ4)mIU-5iofzĜXތۚ֒x8j!kz%QXªMk))ǛRM7[?}/ZBF^r%Z}patfg;EZvWL"MtFQ2IjmYP^gċ7@w:q~/7~z %)i8j ^8ͺW^"@Daoɋǻ* -5V۰³4TTʰe#b,g@"[E"i"}[PҪpb]V (E)t/J ΰ>W&2pY6WYn -2Ú#l *|dP˴ї&&=QN|MF撜JJ87*e^q 0 HjH+ccS RC[ցxzV_V!!tRq%#@ۆ1ݙ'${ryXT)r ҷx)4Qs6xte!jlon>^AxhזĂCpV-Q52=7 -# gi?D$SZ$c$KJ$ʡ(G૑ndԒQ AADao)Ќ^;/㛃?jVS"7ǭ6\ގL`FN{p-^ -kz;s%J! 2h͊%H$0 -̎-M o1 8n+ZGFli&mC@(E9@r$E$DCA !gy\6˛y劵I`AmÚ#0!֊ͲPfsxXf -b*ɉX,*0KU89MIrf"ߎ.?z{?~\ބ"R2xN9N-p>>^˼CH7o_ 1IyB#u5 ƒfq֦tg#oQz.Jgar\oTVZhx*WMF`t>¹  1(}6Y|94\ܨfS;~SKnGi] &߷g7Ev` Z&ʼn[C[0@Z -VPOˬm}ƎB&)J,/3'qIJM^򔷼$9pX(D4dAXQPVkm]R s^$%EvݨT ˁ)Mﮪ2Y^0( `Wol6o {!*&B3BBGBbЅnA-€4-2͂8s7<&ًAV.L9vk\;ናSվD5 nYvlo~pjNHv˧7\woҴ^pf+>~fZNV*Vd۪zֻQg Oէv1)'y%֬ƀ 7RJs+tF31H QZ73^Lec=lazKYÚBRK(z<^x8D }$˹,\b -NBZp @x &L:(h\^4hCvv< eD嬱88㸀BY.Lbb%Q@gö{]:Z:ž?J,&zE52]7*RE.Efu26<`znޥ!궹T㗶7I};~.jE+?\".v9!r s<ɛӟϦ36azƑlp"0^;^\[xeޝn(i^.bcY>.?Q'=tXoTT/_CgG$vyP2 }GcKRg%dN$'RnQ ٌؖ|D7ƪѪ&rJn,k#AtEU5`+Y`WՆ2X" H+))ܭ߷Ty1Maf0eM4J 5d8 df5H K@K{SgǼRA?`OqzFTCư,jZ#IdlX¨EE -qfY]/xi%.;w=v(ȋ1w!"Ӡx=bfz[9򭬥H^L___bEI6 qyTbK!HJLyX5 ۷>5v/n̒Di(nMA2޷˷mn'Hq8y#Ń`tX[v I#v,yp*aGJqhWcbNPqBUQZ^H`96 Z F~T o'!8LYaƿdKx("g21zÅ<:H# ]O"ދ#萁5e^=z!"f q#AǺU]$.KcՌ:ήp9C4?5ߦ^#U]L2k7)LFDӚ340(&N_wfMXGy1i};ķcZSh&Oe{{a1JxIa[hamY O-$sfdQI#(lp l)>CFe)jÙ5##Z0wJ=4#oY!aE-1SِH@t; -TyhЕndE!q Zahgh:s]/Ud2;ˊx2Oa5st趰)HhPx-hG(/6P7HX#ߑ^,gg d.偿ɳce~„zyƐ+=&(pniqfAϏ nsAM_#n@NL.ͷœڏ/I5(ŗ; W}k.tHv[|ӢZ%՗M -N[HsWLы6Q%VYKYylMwԚ6{"w@#!DlMۧ8Jieuda1n÷ Hu k"uZ#d9dk_(#FA/\A$qC8*)퉮=N -Ckh1VSᜩ$ٮ3Pq! fqJwgǁF EEH(.rF# -G:B^WԞ(0oBB7z -Ɩgݡ~Rl_|BCnW<;,'c0PSߝoHtetOĵ6.?8~yq=sAxR {wwG";3L@:c,I YXkͯ^~H,ԏ֗/|E}Jґ [v5xrTn)5jIo|puYuшFDr:0;:;IAۂCbӁ[Ev{YhZRrkE#= jt""nx )R2K866bErlҠ_XE 벾%js*bY{;?:&)q"I/ !7tD:.)Lbr5mprK<5X=R^\Wd3S]l=͘G>ɹzHs?; 5sϽr˯y=giӌu|w;EKcWesO84Haks˝/V)bu;y ŌD ժCYMHAYPqMӿL$P^?XM|~A0Ł.{1#/XuS XQAtitQ~ z[YU]ִkvF#SÍsN88ÐD7mtg'"r@`B0 <@Ah4yr {|Epp RTSwbN]\KrBX76< -hY=c="J\27Y-c]qcj\De6r'(7>$x^˲cy׻v٤jMU|qX,YL_72\#4?U#2+odݧ(C_>IqYnI[BӰK8˯gE(=bw]|msf⧗;xI[.uKh_~\YnyBʹh[+No:Ɵ>ȁpJҐ3lE]?c7Pٓ 4yBJ:Jd;ȶioӂ˙2SÈ9N`-g|ՏQ aFPIqv 3i z=<#^#+ǞGlwT⎿9g uݎ|)tLT'jq2?>  -`YңQR2UQ"'Mi' -NL?Rd47M4jCGZDǒ3Qy7b񇲾 "ع ÛaW -KQl cф-֮!yh Dz.Eqau>'QQzG[nş4ϒ2< &˿2Ŋ=^= .L4 -MK?t4jW ?Z;}4 ] 5a\QtJ~p GOOi%<)]R8PBCD^1bF7Yz+NC+CᡩK@&tɽ獎m"ynwME84~Jt-ŗ=EX_]qiz~JkB7,܎?Z.vÿWc˦o<:v\qXAtl/%/ m݇j -mXdƇ>{化1I}?'tP&!ׂ~'ZF]('\O,~5u_ Srg3AN5y/je ivЈYd2+{63=T-ϮqPձn޺N#E{mOn,T:=!D6:|bϠc2^r5:f-ކGADXU=o76z? >&ŷܰ~׿V׏1.9 Vn䂼>u/u e>3=>WV!7#JzC𿴳5v eɝ/dfL#QX^ z?R;?{fanq{"6ʼnx2~:5Z'R 쳁 S8ؿL.lLv*J|,C֜o 4NlAآoF|0ajzpZ=Mn+'>-֡'zΈ tb ;\0ӴsjXjhs4wpRB|x|rZ}ӹEu_r 2$Y8LVw' #"Z`FGɭ9r|$}%4ܕʼn vXt#۬8\4^F(! -&G:ܲ3 %p.̿E>Oյu#%EXuqīv5mX/f399P)t.HG`[B]`{~HVXtdY?B腣l z~n 6#\msg}۲( {QI]DQnw&+s`8h@ۻ{VG]_6-, y&CiT0$ؑ.B.E.`p*=B*H8&#@9Vݞ}ufZk@j1# N"9J"/p{iڔԬn7P@lqgk½bP j7 | v7d:LJeBN8Au.,A&_2n4@U4EbAa_޼ JK, [ 1vCL7\t(vհ7M#@رږHTe~[eWZd9 7\v j_5fu5 =zɾ^UQ5HҘpUcjL殪uSRqaXm{E(Y{V5榽0ܪz懬8BUFo>?3IJd55jkqZ0J/( 4lIJEJ>IR(k|SwLbZ3в-sSA$jL_?]LӬ -t+J9O)EI3լܣ} ?o9$y3|S xl-~gFP1OC?-ak h(I-wubyiy Gs\knl OipdM[IU7WHYq`UkT Uq94{rU k&ҮJhÔC41UZUa=Ekk&Psdy]$C68NxC{*Fl,$u,ka/BMS8SE͒ʎ­~B`eonlwm%0IJ K ɴ!˞;)g ^|FG4~SoqfMҟL>uҋ޹ᙄ}Q̏w^e7 XWRƆr JQ&̘(b6BlЎMkj3DKk+<11< -D[f)v%6f1D╣:j -՜jm -$fBIZ M)b=2=ܑJd U%spY+BѴ1^ۙf3DwU9-4ԭ[\+C<'P* "/yRwhkUrA2G K6z M$ v"bh4xvvLiAGOn-p O_姤{6[">d`g$rՍ֢g#s>:IevVG=F>㯖mM,1pjWF\~wYcxretcNt-V"l3Yrr0\nmlD6 =rYdwn6$}T'P>sTsRͨߪ1yK%Ń g:u{E(ЏQz *C+nY -5*m/m^kDŽKv\r Nr",F+OZ2͏%:Gڻd:k|-N]E?糝*x(֊ 4=.J/at;~ccաY Н:N}]Ͷ_gQ~t}< -: > dwWΟ7R‚]>xBWSbw"j L?sji)=sg+_>H9=&/I)LJς5b\Ǥ\5HpJII[ǝNϋ/${UpÝ.>&.nj*]oS>dp!]7ڰe(EO>ó/16x+?>Dj6_F??3Qq?^& [o$Q:̩a44y44 >jvޑ&U/JLn,~:-Vs} (wtcrmqq/l -6N  rm?lv??ؠZb]jrgБaKomr*(h+YXG\r0ӝ1}mv{tqM%\OI4}Gq&aL&@)`c BِljVݮTXUڋ^XH~V4U$T IhG 8j*^Խzwe(Y$ J0q7W<azd| -7ӬN!)J L&@*F Ǫr Jյ'(4iڍX"C1%WqP/JiڤŇq+"!`@P+oN])?!m -$rEu=hV7=Id8 0a"1#pBY+8Rb'M7{fzg>D2Ŗ~sR@*@8VtvE=@(H AMvVWr8҈O|?ȥ2'wE}");f ʢ6t:W|~WRQ]x+i EVķgdZ39s}i1m)d3b4V™54Ed`DN3LI҇1 0wפw(8]@i}v@x<&`LN%I.! iudI* xc'UN5\(F׼3.dS8Γ#y h^a0.c&dVXx6HM \Xs47Gu"퓜=\S>7҂WxRx8Hql!Jq%c: -S5[D(7a@a5Cwnԗy{YrWY}<=xE՞{d(na8Fz(^HN}[ts^Ѥ%jΫ ,Vo+!FY[anQ)crq"{50h֊'GvY5gם7N9(:Ra±blD?M66QB%hy"Z|h8l]eG޽xѓT[G}f{Wzuy|^3kOnmۻ}j_~_j+qYEjKy0ؽcy{|Jrxм&Kj)f★s.Yu,ukVk*FeMFMZh6zY}qe8x0pӢsB)$Emf`h9-7+~\("W]w?oQDIZH'/:<)@~g(Ֆ5My|v6# Dʅi{39?:*;aTk֛_/d ?9!;x( ƆCH3AkwmHnbνuN4p|7#ohN~~{\!o91רgU -7II1RNrG W?{$ نZ͗[Ûyۏo?|l/a&ڎ0,$b[{K|u}ZK!h4i˫q!d -;A  X]EjE6Zmڎv<΋3~Kf-3y[P@s~gQm!1#y OH$W׭^ FY]1Wr}ZBp>_9JBt/a,0E15k +dI]oat~͇ReWs b7_Fb}ŚVzuQ{`O?~'V_O p-Fzg`h?f鏃7GtՇGs ZξQ۵}ot]\۝FyP_Kݓ ^O`8|M`5piۺU" .DqemX]0rj PH3k!1ITfO*6+T[ɥbm'L&bqWB(zsi4S"r,iı Q݊3i& PiO8Ǔ N[3>PO8zdcb68\P+p- <(W[0 -I2[*Tr]|/Ea;@I`Crv:c=nU[*rc $e!1T#l ԶNZ -Y|m9#o`UQrAWxh4ɸNV\UMǐl`L%ʾp/?pAQHr |4U6Jz_>Y[bot ,@ #Eܼ})u?@Bi -:Qɳl嬴E.Z{E5"8QFC-S -艤':)`r't"0I.*ShL%dpެr֎g"{7;V}E-v^#bdm8{I @Hrj휺z,MW|ϿCQ ]QTOŭ@^~09Rɴ !/LnE&Bkjnv"(9p D$6JD@$]LB1*#؂V㳞VZD -?E+tLIJvqXMqA+K$m8eoUQu°st.8vu};%3H LC E2@k>?}>L&S9|(oEQJklMK;cɾ ‹^u\;ޜpj;[ʏ8C,Hڀi,*1q+D<(wt3_iY8it,gKT]`16zvk'` !Eۏ/z;L{{0qC-fj=b$f1l</?51N`S0HtTd~87iQr^ziU FpP 2ш E`޹Ѭ?̄T0œ/(Ӎk6 -4۾w?`- +I@`sbT \5͵LFD\avdg  -eȡIAی CATqz>]"GDzntl5 -+`fa =y_Wǟq(oč?$@If9_EFb}>4kv}?@Z}jZg1]`xND >? `HR2E@lvAT@)Ҏy3*cUT"66Sh {w.!EU(!Wjf1BU2n<_tcuXҞC]Ic]iI%˶l> `1(C%!3ɐp$\/i4&39S>Iu00"lB0qpWe1CfBxU@8Z&R9/vgF.2qk -:Np|JEG`0I& #2*8BL{VgzQv/ 0_|:rɷ?]g\mj!pB]*a%>Z-GiN )8M MG󝐃]7g9Qfw(X"evDCV)DSD M'rl 21r~7'K=o_؆XNa\4> @%fɔgh.Ҡq xX_>F UI ASRm{}xw>kPnvvaF9tiOQu[@>'UMz ˑD"ŁzTvx/RxG#V3UY :Ƀ̓pfEM RNtI~܁R2MVL~Cdf$Zl>qhWu SQ[M$؃MbJ:SQlߦ$de}LfR(. -Rkxo:#k8ۜ^VpZv1+rMV4 (4HZkW&=l) .؈%ըl(d8pQTr8:nâ8xVbP:jo|GLE8.'%J"ϸsn_#$dina>6dr@f+}B5Qx,3z;Nȇ6J[yfC'˼ƊCWz{m5'pNNB4Y(hpbRLa\R(y 6,HJm{&o$cCy_*h4 H%pR UAJr?PhNw+*dDѐCfQV;ϰi^:]Q8wbĬOhMv[}v'*TVڦkD^3ШG!1Vj)tڝش}~d4:\)D3uI`T4N4/MWx]bP.\4ӞMz|B_sk_̊6)I : WtA(&}yȈ_W5XzS`4֏qըvrGשf s(hhY>͸D?0>:6s~q˗={o-=[hwtr0X7V̥Rowh]+Wһ76O1bw?-J97+Jsw`bGgd[[:9" cX!Hb9GAG)2VWN9Yto߻psݺug @)0L""4t{r4 c-L1_ur7/x~8ӷ%tb7A8!Kloݯ_vmۇN_Yp#Ͻyѓ_?rlejd"0L`l0fR6b!_{uGWwmjv׮|?EN"ͳM-\>ۦT'[i&R9_ DbΑ ;&w,{[7˗O_ӧy7ɽ\ݲ+Uh 67gnIDJ Blymמ7||~ͷ_폞?C7Y{;>^\Us4R(CD`Z1Jl\|ֵk>hnokzYsWibn~vꏿ,Xkr)#OϠ -gJ p [w|\bn^~YeUYͽꚮ)i{o{ծ3`*U(T7W yC¢$ܼUTYۣ٥EekgϿ~@::9RۃПDR -ڑD9jXTZRTQZT?n^noj.OM[rCksl›Lx@  FqѪF$pkbvfhˡ7{߾YE/S+ ~F7mG"Y`3 9 4 &9Ztd]^[x=0[{{mU -/ -E 8A¢N:yzfuEa_ۧ+Ћ^̌u<ξd4n^BNfx4GVic - JJo>y?:=8fkggbv-31Yoc.Ξnj_R'iBNF#o\MeEi~47k.}kd~uƉT`)L).pׅLMI;|691 7l\X^1^.L~XX+вLwtg{Cx.@ $q]uN߹]98<2aż8:mhm}p:%+B8DbАгIwk*5=;6=`1on}j]Z2Mܭ#w(8\ ?~yoiΦź< ~lbpjz:5=ۘprL`H8@/*)nlk놦46>qhƠA54?ȸ|*"^h# ^k8ѩ]G}9ZVv5Z$ZINd v;abD#<| >qё1R#o^(/κsŀcBg9!V@ -$DlbZttR*V#C2rNn-+3.^>w48/py*"XdPI ҲtZױ#/t{hgal843ށ|g@1,5B [-'/imj09b{{^ΥĤ蟎xjOBtbN41_ 9utMe+^tכͣחwvק'ז^%Y@D! l` &t3EC84Y颎7Fdgt7tuޯ\`guu7F4zh<)$6c9pE9*>!$*DA2 xl0,$,FıH $1B'â uă$:̢-'‘6X:E04&!D,N$)"57Lr1\"@s#[8HAFؓt)BS&T\(EDA:#*kn8 q}Ξ3{ű ӤDѲ,ىdIqb\I/y[Lվ -;]MTTY}bԁN7?I'*%sY }cO55VwCӍWUmI{TU`J6$PaY]\̣hs{ߚdUnx{ΐC,q6I0s3tUyH]/d"6jlL]f QM!ظV#_Q<[iZT uSۊ)lm؅;* Au1.mq܊zz"Eq]ʒml=ok*l'ܣsuo7.Ys 7닫c3CAI~ 8,9Nl_wiyl»Y,NG.f_QLa}_gYV -i5tLUיW5 ,#T(]!cz;I82 @9,pXmnnQH*Jz2@B4-MF+*ݨckQNWiWpSj<cyrZ?Ǩ8 Ap#M)tXAy3{U{KSfXpx3=23ղZ(jzO׎rys׿CzYX(ͳf8P2MF }x"Ϯq/p;?Mܑ`S 5sLl3&wYy5fGMu%s]縸ࠇzfv"> 5wy[JO2n50͂x(,^sǞJf"h}>n^eŰQZIQ",r%W O4cY0\b[8-N4Yf@tP\Òn:ɹ=wXwIU.T{L Qpxv KJ(:.I[i sGr9>|bށ#˲Аƛ;Zns`6$E;f0~E܂6i6'V1MhHܢPT8jGłIa64iT!EqV(r, a3&\ެmd=aR2ަsY(,Dfs -K{Xε"R[l:o5Ob䠶2dA'\50Eeg>EUE U(J3jcczZplm=9U(V^c Dblhf7*QdU0dZn};v7o:<Ԯ :C;Ƹ]:Hi/a1zfxE'%蛴]IC: ifMeo1}]'\~8# p &~njb}]1L0xU} 0 8Td@?&›o5瀚!Nsp[أTR'\m8֎qv*m="HH(B.j89a,̆Q!6aTd*4WQ̡C0+`hP̱-dnb,fJjw;yXŧ$j+x\skf@u (\B+ea$1f5NR|Wv oCK\.z[|vts8ޠ~lZ1F(,9Z}YbZ[3֭u%I@ cʲ>`94 5tU:5 wHRj[//?>_at/gQ0Kq ]a,5 DWO/}ӿo5#*x^ -Zʊґb(d秜LHθ^+NJ-^^*YyIbՉ'$R,iEP +himV/(܀4-Q┷V ≸ :P$!N^eOʘfr8GG?Qy{mʁf懨D׎! -p)b -5SD51춗vY+ͽՍ/LËysӤJf(E2@Y l]m^ ؇ lh@E4A̡匀~E>8X&zcg_?OsEYyOeS6P`|5"t2)Y؀E&K<6Hzo:/ьȵzswrt 3^R̮v^gY?6a.rD|ehԇp!\$/Mp7m?~K=(~z kQ8sZ( -7VG>IY~abh}39|ټdAޣgqrM)Z:BPhSZN(IfHj~1B- Nz>=z~ N)x-X1ܩЙ*C{`O}%y-Y*'1-I..C!lqFH.($Q4E^[~}84<ɷ2'8\i\w3XJ#lPL*(d)'S'R,,JRej2YӭQot6^09rkDʱQe:YA11LFx#. -F7U=fE-&vu{׵1'ǧ'VIk4$M{e$@C$M le$ e&+fJ$ Uy= 6^g8h@H+t =K`8(uAUuhmEm -|.S(A(닭铛痟3h<><:y -EZI2dȳND3`b0x 7[ӻoN1%y=z2 Ѵ -v8Ik^vf=\!P#8f- 0BM2vEA -4Q -W]G,[1"Meqt !%!hܷxKϸ9=yoٛ` loqb%uOn!O$Tj]IF;% h<L02@` Y SApqRc7Z/5P4kPl\8$K\ ҋcvH d Ipz:3\,n.n;m77ZNfWgT_+vHL2ŴTe(&h$Ba`c$ AS*3ݨ>?y;RNmt3uo )w]]kA8>CTf{OH)a% Y/b]Ufy·BZ("D)Ih<8?e$"c;Z֕e/NHu!k%p%mUnY2OZ!|!FX#)!w"*rhHʖVik]ytvtWƾZpl҆H uF Ej\ug7n~Ç}_^, V5+=??=ElO&4 *8;>B: -)ۼ .9]5txR۾~˻OށW)z{uqy̴M_tz s˒(. @HHp'%R$R\SŢ=F#OxJeNT%9%r!I[|s~n}r|E|ajeѵ¸uK:/]w&_-g~oP&jaDt zq5X L#Qٛ\/Y^/? Vf 9F}ewHZa=IiYظ":*ւ~BS5aUE jΫ6TJtxz/I%@D@( F[ 0S5tP(;G>0X{OOKO+2PAq^#V4c{@ڳ讵}y4:w}szYe -8LbJb"eOf"QǷGqL'PAE(QuzzcG;|Yp쾜]rz~{k9|ʓTK劐SIJ4ZY"Av纹nvʍy;j['_)Ln7ixbäE1z{8u3͡" ) RJ0&d,EbRp|EZn']1\V7;'_&/@$wT#$iNͶ%/M%8OF aëtjDa7^e/i5E5BQ;b -FAQ`$ -4׮/n?.| ={V@b!I -Hm"6II3}f:8&Bk|"42D1 Ʈ?h -ǘ$Eh >DeAte4-g}{9b Ғ5/@%cߐ[] VC$NkzSn0@'U֑eKJmw`gGqZjf{[\v2!8zOHRhX!k˫,@͹tONTDb~̓F8il/{of|y|r-^Nez@G`eps#}H96o"IM7`bRI +uv^Kq4ZJ78NВe!@-EiҢqRb'fHV1H[۽ |g׊ - T;t2#A>:(% 2; $13!+uT|otWׯ?r j%PU4є).BֱjGNz8"v8$lJ!$V\wȓ5~e%q ǀOʹ)J>VQūLGW?^~GGQͦ"XAW|>Cs| "Ca' -K+jսl)VRܞ,u/FۻW@VQx읗jF_:iHރRM8wnf_2|J3Jәj싻_ yL(!K!͢U+I~dS endstream endobj 109 0 obj <>stream -HI[[Ag'㜧`Dσ~=M´XbX>[ Z<׍"0r}r<q6 $5m{AHFHm xFTZd+==}4@51`Xc$4!/p^c1X)UwV}ѓ=y7}BOATlޣ蘬Z!T7^aTTr@ }4@PD_g>(t`۷aр2Hwg9x,As+Vs'H;]glT\. 0) !*DAxobm_ië́`C7y$I%X>sHaXBD,StDŽ2'`A#,BkwƂr|_׎;wcN*ӧ_WXu}c}-ځP8?c4g#-ST ByU02R:,Np0K]4ft'S"ꞈڂpx0 ݁q$e@ )¤`|#Q]׿_+r%V?}9I%N`BV(lie6n@}/̼ YxFT,mR^>=zbcA2 ^01LF4^wg܈L? Gd$<nhTv3Tfd}G1?4%e}!SXT#51F_o$\i=_^Sj2pt| ktP]K䖕h W4S#-xB0@ e $\.f emgOn~xV^TY>Yŭ`EHuLP+ܴ݁b Rz}ēFe -I8$Bq_{T],8^=yl$)8vZ,yK\˗'8}܆tv{HjOo2tPD\lkca DY!/HXjItC׿c,qKX8\O3b(+Y)UK>(5v>C%xB&Ad"H2 V.il YFuw^3QpBE u g[KlyJ#0)KfM̉R._-l}>ܸ][H2)r\,2NuLSɀgX,Ղ2jwt{ۥ`~مz+]يF`w3+_䵺-F7]^{~RY?~9}ƙyP= 7"F?_-o?twfGݛzטo;?>`ţ;{Zw_f2 WA q`s[:D'CEݞ -u@̰Y/sݛƊb;>N0,ōOV -H}pfca@-ǰpyl; -F.7l7P <.UAM0d}^J6j&AZ-Ō;43AunKarp/_]FGNVw)'cXe7ʳ{t%) STlx1G←4`bmͻ /,fVIs?A[GD/@,$(n.jߥXEQ]or)ÙYn*S[rc1׳"E<ըzz 5Z6t.Q҃ʤx5[Ib- W8zƆppy\rÅruTlw7#Ȥd1dh)Ih`_^&[aer4s LJ [_x--~[EuOZ{7^oFa8?#,;'ܨnO6\>yWoV۷?ͻ<धÛ>_%?{C7 4noqc1կٛ.AyFsoCS?ohZߋw~zG;K/ٛoR./X2 ^A.?ʕ_•+$ND~e;wVOK-tp1Vjdm2IxMή~VYi4*+F2iF"d PEFHX)ᅌn,p_~2{4L.Ta*Db[{ڀHe -Pe[o$zsm4e!)O >DR|E1qˠ2VǕdƶ]Wm$>gs,,f0ДuS*B(r>0RD[v'p6aor#-'3͸ơf tyUGtW`=Ѣd;A9X\`Åc;Gl3˕4re@$6x \](r1tQrlCS֎.~d ^y bh!yo;`ܜ^dZcwO_;$/NG M{ݳŢ!&ChJ#$B` ,y`b%%P%X 9S1HD&mX޲Z=>={W-o!mD}q]\SKD 6R,&e\M[{ZaX-dto4Var3,4MyEIe%ƈahagpd^<^4.vwpL$)+44>TDB 3Ee`RC-*C{,ChB@ -du''DR/iJյn*ɳ)|fUtNNc tz4;Ód-NHY6EKhN*a{zFPY>~~v sv-8nfhFC|Lj=; -!U8E,G !shplJՆ5O>EYe3yx&-Ik[E\縀.) ,P%.b0TgJofo=x՟(Kø$ - \6pDʀV!SӰ2VgM0Y+*H"~/ 9.9:k-2##r_"ʵ^ʽMn4e``034`8\@p q9Vrx` -QT䱦TĦܒDGg,JEԷ)m!3ۧɄӆCq0`Ɏ9wݗ_~ݴjWAtKY$UҾ_Ho}4diؕkY4{/> x ȞQXfla>}m =6q#7.%5B9qW;ߵPQHmBG$pJet䦴T6-xY{E("8UUK5 It5,z/A2%Jitgw?/cނfMγ1[^] KL}3DcF$n"c~ 蕡X"/ YWpwVvQe2JoFLL=Օ𖠊~nY20ryY6eUDh2 kbe0 e5f2Ypi -ZG2P -ɍU!Įu 0XcMLyFH"/d3g//ς(Hrwx605aFb:~a5>_vV,Q2ZĬXtv_5?zr}{qP4WyN8<*ŦnYic'G/v,6R g_RE3͛$Ԃë,d#gӇGg'&w|ۯ|bW|-۾Zd/HD}ggwzT%k*UNgՇw~w|z|xE4e7"3.V Շ>˳5 ?a= !e$;=;= 5@H&*! H@DDP`J9Gd@@`:۬q/̚ogﻞ{.3șP$!0C*QiQV -:9x' <Ѡ5C2Ҭa&q vbb E FcG@0@& GuA?*@!d_f#:w3Ȑ$VMD" -6[%7&%2vt"Xb" DAbJ-ʎGj9qkC]KyL[\H "Jղi0%;V/2Hט޼8ޝs3pD樂{)4Pi$$ЉLCΥ#P 1lT 2%XN ȱF^( MU=-kMnw9!XK_D'4ǎx:'ÀPp,(,@ը% -TYG-,ч-yG Ӣghm~hSIuԝgM vN6_q楘Px/<$Aj ZŕhqĮ=TYw~OdSJ)GJ3`k,%Z/m8:.wWŜdKˮIT`B-󃜱 Klcq{m_M|>Zw~j{1UJ1 ?Eb0L86ފT󃎍GEѓ,΃JVF>Yj44:tg\\/l5lRzVMvS{<\ozׇÞ␙ͥKZ -$X]H0$NF;)iӒV^ռ˕: 1 AĴ9a ):|c/~߿=߸2|sۓJr-Z- \!HRj - -5V|lWdPTO1痿znbނ{qUgUBBJ(aqXftdT\Wn?ߙ-vne8kmԾ5y0:[Up H`0I=ZƯNLWt%Mu'vl-\|r-X{= ΜXl|N?A;A5bow,9\) $,fO$MU|{7`뛱ӵCb B-U`jy,c>bal|}fC٪~_ݹ3Y:l pp1c:Ag-*+]*i?ok͇+-7}zr-OĨ 5>[‚Ji94"ݤhV Xl0>^|:r`ͺg{n֛O[*fn)ۜp x)sF4\(q† a[F_ۚ+ۘ,x}nPT[\H%@ZI,@?yfq:soWZW 7&jC 'hdTpX|r-l93o8XoOlZ6l* .Q)^*źd?9 -bPA,G*m@UP\`썬ҨNG uF0"+$frI(#@ قxMASWmχs_͹w]ջlcY͡y,^pIBQ"M?Vq{l>/_m;-I1*D(a39:QtQDh.n+ o՚gTttF,Ae œ -AaI1" `€eGl"\S{>|bI9M2OŅt6`QXbX+)Bɏ\WqO5yoo_{5]]]]Փ]}q⽽gJ = ZWY @e ylh1]UVOgՋ߻НBS1q¤ APC]6MiD=XɃg׻y/o''$V.(*huP V Ѷ8~9r^?3IػS;˿'7޼$7Ē29m8*uENh14|=m_>;GK/vonַVg2&"s s"˲xKYa\^kn?8 -?y6ϯz—_ص#0& yC2 @ϏWA*"c1m:oy?|߽xѕ(,[| &d]G~];?meMnM]}d[5O0Q5)VJR~d 1X8 4JM(^SSty! .XRs :k$ls4@ ˓%W2߸غڇw'ɥ~k5ug`XV 03$Mil64eɃmHnö`GoskJhDG&J.2@L[5 :lbm_td[3D,,\"j)bT߁^=lk]a, #W2yE (d$!bEt/iRJv`ٚn vGzMAaٹB :}K+KjQMZJty٩[:&׼bv6Tx\dɃF{HB0WlkL Fɏ<rr,GqPGRnZw[x t %3z'OuY)D/dX:gpR+e"}(""ٮg 9T -Q&LE.H)4#,,\C_G-JIH[d]08 4zt `z]OD\H F)GϞC(\g3 ori~`Āx5y5T HCv!m_UrL1ϙt=6w}4}Qy[bsXk2ЂNLͣ$kC;Ztx!J}<9b\j WE1!*Ezn\)JJFSbiVK%X2dȲ?v )VD-#YB=_Eƚޢ%lt0ܡو4e -g kэ \r@+LXϣHH[G^iY436tkbX a Y\`1֒v=%t%NI(gwsOlM4ڇCPEupU@x { -b⸣*}EKj>'|սl{cXj.9GPD';~wWۤj/R=zv!m|ٜfy<+sl{̽0KYd~ft6ڑN-\23TΝb"`i:JQɍdC~3Vw9.KGwGZbD5ںwhz49u#8LZÕl g9WTk Mʈ̰H:v%n TYAMp RdY Z{–i ڣtp-\ -v=U_ISZ45IBN0^:˳ -ÿ l([ ۰ -E!z!H(RH*(YQhdǙ$d1L&\(ȉ歡)#H;KWi-Z8]+G,זE @0'09T AM&V -ά`O1܆l*RGTw/ũ gd"e`LD$ML{;s0)ֿ>'O!,[$hO ť˕beB2B -1Y EW%-PBH6NW@M{3z ʹ -b<H>NZ"j+;.?z(wNM> ;8kf=zVngi(9bqꓬE1 fm4[F  bfJ b!I9̜xȩC0 L am<4 CP/iň=٘qr't @(-ReTdhQ1H@p)\-I-IƄ45{JA! -mYp1D -`hPR=af"nB,j+VXLr J0%?2xQц=v2S$<auqCA4ZcR+U'( I%hP)T.TD Y5dm fbXc_u&׏~3ܽr%dI'#fZEлTa4S[`H>zeu+$(;9<:&[Esp[ -W=řSZUN/|59\8{K 19S;tf𜤂lUdvcL)]2npGDNWW;kv4O gjlA7ech3dsBm(أ [Jm0D ќ(1͠\nL60^,'7_Ø%^:/_}Zo@b6%c^Ͼ64b}0-%#2Jvkv G`MC0SPAb"!ֻghH _cxBIJfջۃk&ZR,LXe/N٩ODRaY|ATV̉lnvivr~W?j3+;Nifܥ^tny?Ripnu/h4KIHXdsf9!"ƦPGo4ds3Nt v._1>LȀt0b7?eܶyЌ,E% @ HNJH$kHS+v\g֓SO3t:?Qn1y[.)(&ϊ-8זd#Q=c/1-bbŨr\h"0]מ1gGc[)cڟ?zלPSB2e̳`rtm*暡ސ$aFmz'xrz8ׂ@$XVlL2|'Grb,ŃMB& CɊbL$_~(],/b.% XPnRZvKX(bS s.Tv6jfcYyp˵#!#46D8-(eGb͈rh}q/{rp57qNjuunn~{<`XCcƮbR'ĥ.J~쁬/V ;.^TG!|^ڷte8g*onj sǩ8T} / ؕ&BOm2j>6EЀRmWZ_WV؉O7(WV3úڮk'_{Jdw=/F"DӀa;vx8o̖Ģ9;ARKzY[vhCB*h6gNx^C7 3r([C;,zULcE~RolaD`Ų7DcOie(jAUX~Ӊ*=z^=sFQzciP'CY۵UY h:NG)/nu=)Sٯ1|eP&J8e1'~`뼲O^R=ݟ^} -b:'!DN61 n,z$˫3¿!jCN73p;Bіe[HQqdEX,b}sNjmMq]z) ֍QPߞ]pbX6ry2Ǘ,SҽUA o20_7g) WkyS^Jqz[oZWp@~z(#ZhS|[Fqz}7y؏ly^) m)~ Flʫo9O$אqB4YRRNQp=Z@p!'څn8+*w~/@P -`E)IWw|cQEyr1uVDP.h܅f_'dy3,7k4w*)ZG7`YS&8|@sϼ`ZBb͗#c\^ㅦĺg#F9 =^3rWև9~Qu#m6N0 K[`tXhs""EQ2bB -4QlN! NLg>7˃cP69 -%eD'@˜U-Zk^ IP\[qfkn%E:| :K #U2=YW l j]__=/%1Ԍgѫ3Zls&mo@Kmov.'TѺDlز&MG^|FEPDIJ易= -yJUѺ7 $ 4<ʰ!N:nhbg1skIZ2/6gh|ի_YLX֫x [~Yv -):00!:;%.p -o0՞ L{m'4s,a4hyRX *t!JGGH$K11&gei, /I97-ZhF(P\,.ŦA5_Rrg:>JE0-[`꼁p|bY.Wtj3bW׬<`Ĵ\no.aY;A A5G* j=֣*j/^>+Li.DzyCJdh']+Yۋfs.𮬷DMPFat)+#nӅl &7ƥ I4ڹl1-$в &$ 2H[_d@|>(t/"e) `A$]lcXU,"@g)j"m÷*0$%ÌVg˴mxDI}wQhX%9Dv&Mb;Ӥbti :??A_DPsf,E9/PttD bŗ6%kɮC~EpQdV +*E**-Co|0ZCUQ AĽ=ٳjQ0R8UE@1LhbA@e)2ł$ʐ - onec!FqRL0!Xn΢ugjVq'"QJlFǼb5GY sxm ǐo9VqɁRON㏿$g`ڹ^O(Q|4>9+0~cVwi\?g֖f[86T5vѫ}#(xkvWgهVeYgF\DN7n/l;gx^-Aې;n60 F%I{V}5 -\Z3Ӛz^a6yTS7IN{॰G ȓ8)->m e)*hCOZv\L=v`]nK򀢡4 E޲Dzr\,*p?9fAQ""%sQZ(( -WBI~ox.昨VZ5 -# -A80!|9)Ws=W銞azl6' jUT^ 훻_Oοj\ayZxG@ӛxu=dP|s!ʡa ;o/0wW7?V$Vsrp&`Ͷ-gH}mV\qr2#^y2b%Mw,߱B\pd$7]2QK|bSK_0|'^Dq L(!Tbmo7wA VAW5FVfa/}?ꈢ<߆|j/LGa?R -$uE=zh>@o.1tC@}NC~(HEuc<} J2RQ3G3' `$OoZ[Mл!\أ+}K%Pq2QjI㸮i] 2)2m:H ^SKIt.mx>ղ,,D9$ 9x}E^|kvX8' -zϟ=6*yqȤoj`6[5χM{p]Qz]&߻3QE*Iϊ궝e8Ƀk78n0о,FEXggӂlq p'AQҶ4i=ֲg\ `oDDNJH\]nξ bGTjY,(ʛ]wwpĞZ!Jf:i52I U:cmYcjpf0^N7 (CjYM$96Ҵ;he4(W_t0 %Rj b;p - G)L`yC=|5_ !'m9?F7<:2T)M"q;%-ERbT}S;ؖ9)zFR>>~K^YeU -ώM>p b"z\#f i;bv0E sY;P'1X .27mβ_~1Mo-j-Ϳv[bMWߋq䜡݃Cu0|^ :iUfEvmsuq<"p--^b0 _cOx&M>:/y=+h`Xi#(a icAe9Mk n^r)c^-CaB{'!J_ 3ײ*W>[qW=cH?ڢTdbX=#(6ەx%ÏzXj -`SKKQu@6׻v7%͸4*Y&{(ke}ܠd (;] -X׎;GŢ_.o>D鮨M{xdrˋFx7_ Qɏ j+Bz j^l PC[ö",.E:SHA-&/'AJXsUl~_txWpfz'Vrn=4awBN}9DQV`Oo.BDFIu3|uS2?e6vF7hyq1$Γ(В--OR;$$dMYs*J%?;h(*ggl;pU;\;`aKbîb+Ln(eb\}>E!nQN::)ʗ﯑n3g4S^#  J pw| MѾ:ł\ _Qp5K5螄;0i!v gl~ ᐮ3W7~J*=֖Y[Zf:t!c@)X0 YNhALpjVV"5Kbcg;.:d 8dwʐCZA-rQ6usIp0HNi>;hٜ}ޞhE9xC8a)Tӧo~cuP 笐@'0FӵQ;0q_Iyͦ)Cư@w+ct gZCpݙ$p⁖>0@S6ji \v"sIoꖯ_QXj-cj0]s?)>t/^))(VY B V'^]mQh.խ5vT(wEAtρW\TvYT$q@00/%V &q~taP _z62;."Pލ${d:#^pMt !eV 16  ѫ sY i rt+(p9>Im/ZɅJ M4l;utmjG7eY [ӇwG-Mn%}0\wP0;yع -iдCYn@q (N>֌t|7:IyJv)C5a.& CNjɉȳ_7o6}[tQY'ޡ`"8@e7_)ļ<绛o߿?~VLdCq5LS?ܹZwq(0)  Ն;DaMV4䎢YLYcX% sek̾jL$+l2mFYjZǤ?+ R aPS/8=LjdMmh0J^WCndCL`E玷楘f,,b8h`(h+D \UjrARGNASNj5j<1%+].|a{)kWm{txXe.kNE)mg~{jyβ4h#K]rbAHekuvri EC{<0l(G> ç8ntCIa4Y,͐V ۘ2U>"4k+%m^Ql./13u~F߁7ٕbiD-Vr$tE68' HAh6…3W:KJ(=(]7G r 7sy3 ;.t52 & ê:!U?O~0zS1IxK}Y;d˟RPKW{YB&``t'[뇛^+NNX)"!jلf_vGoZo(4c`2<;i{{Z|2hZ?vO>{*ʣ9n%mQliqyI҆p] FD|˼p)k]Rn&5V -)֛f`ڢDyฦ aG"5mh>RL =EVzR7Q×Ĉo-b,S+8;>X==|+k&^L'fLUcCӤIaOerwrb{x1!`k@1'$lIVá3 -[ ’xܜf|ǻnD[DmԾ^) -l Фξ>RE"Em&cN F$EsH־(yWM{s:tEiBvqkϓUlm9K?EvNpA༺QRGs(a }z͖JQ>Bmo3AO(K} fXpF|r@#)圼X哧&AʲzٶA`h$jw.(.U{&}WOVJSQ|ZJ5Nʛ|HG> - [\ -8-{}\û -ϩuϰMY7@矵 -O2 e57+`_>Jfb`S5h[wn{'h ᯓE=vopI#ᮞwb"kSA!:ogϮ4NRZ) 5s%x芗ђǫ脤NTcr5ے FEy~p).^pR/N ˖͖lNUdggqt<o he^|[4H%eX6b&iGqW]c BhT+XeZgw$DGI6+ @TVkFry(.\Fr֍SY9ḚsZ]]T>敊2< _YCu0Wle\yJqh1]pf[r{2+}X*1&xD#8H3]H!(qF_}HB]FiOAՓT-% Ot2| -uՋ^xkǛjQ'翦h>`zd+Ө`#~(@ͱd6+`spkN8p89Eѭ%h{_,IN54͙( 8JՖ~k]ҍIQe48L8y/BoZ񵋀P("Hi&uK+dQIL|Q[IgJ<"!%Fh3ۙ0)*,{4vI!%ؔJl-acU;40 KƍK*qy#釜kn/Fӷ߲|C4oMEh00Kۿ3ݵj@0MIvw~ &TC:<>@Cm8%X#I=T1#BċiCl4U&X F -{G(Qp~U/DuZplħ?sFY6;Th;2j4sLq^|xw%\w)݅(wXDEVܧ{/`~x~.h=u_ֺn|7^4Niq~ΟT;88bdUrg$ylaDTx\1Na2C1q]"CL`e4;z6C#6j ; -|%~9A{d - -/՜eQ_xDT C8RN͋~Вq1vF=lNt( PnNdu/6+$ٗ7̾ JŒLd*bJfYVʟ'%R!UR!r݃>o_v`FƼ\KhS {FpG#X_R܊4G;|n:y{yݭh:Vի8 "$&Gua7UUUM J4IѻMӽSq -OJmuzjˋ_~J6^B{w8Bp_ǻ׷)\o:oB 곱MӰ*K Jro/~Y FTM߸eƸ>*&MZCZ#ȱ90]"Av:$XhOgt|m<DWVk] XWsxfmR cEǽ`yfZrW^ 9 ǖwMȮ$aV2^vȚ -PqϣKZx%ؘJ I"H Eb*kTTjQ.t]64 ׭] U>zexv{rgE5rU\_ wikf'^B'{j;^a{)5/FY) tLNE)hw`v,Q$9BpHj_T2U HbN?$Y;HE[Kzq,gbό13<-/kl@$H,=;8OTU]8^d;:0,d7r$y`VQ9>Z1:owĝ]p/Ya=3(%Ņ iIR`!+BkUl{[iA 1/I N:mUXюufykPX*-?s9H6J40Vj+TXѺ7I;|rc)?:BqOkݬhE9V&]a?rCV`$N݅E8?r 0AxE C rY0(g:rK EeԞWAs-nrgEWw~K򃛬G7/~_^~B1#Iv jw!!Gt% :vV  "T SY4Ny#p7rnE=ň=Ǽ+r:RW1kd"ILJKR -%% pmA^)%M_BT2LfoɭA?Ӵ4 d/Z0 z ׀)wX'}D% Yvl㿯pjNHv˧{7\wOҴ^pfK>=fZNZ*Vdz|o{YϨ3φcaq'y%֬ƀ 7_SJs+tF31H QZ73^Lec=laz=KXzÚBRK(z<^x8D }$˹,\b -NBZp @x &L:(h\^4hCvv< eD嬱88㸀BY.Lbb%Q@gö]:Z:ž?J,&zE52]*RE.Efu26<`]ݼMCms[m!6So$v]"V~D\RsC߷9A,IuvyՓ׻?Lgm#z\x6nXz]+tp'Ie&2w;ڀa>Ύ:K~=ez5˗:ATa@k|eƖJȜ+IN>^`-'ЉnUUM:X\UGAtEU5`+Y`WՆ2X" H+))ܭ߷Ty1Maf0eM4J 5d8 df5H K@K{SgǼRA?`OqzFTCư,jZ#IdlX¨EE -qfY]/xq5n]wח-{+7XEeQL߰cBE+Aj&sfYKƩ?l?ދ֛I6 qyToɻ]cK!HJLyP5nYZtBr7qvfuwZ7&mˠ~LwA RN"p^"nq#=wBK]oJRt0D2ǿ;11'C8!mao(f-/$ZN@U -j-T`?^^RP DrIqV'Y>n*ę OR$kZo%Dw$|ōX|%1ִ~ǺPLJ ΅EŌ72ZBQmx Pcg+j;F(rbfqƳg,EV ?{˙(),X/Wo˲mIxV o3֏VPJݜ ]E\賭Moi8Ӽ~ܟG#Lz9( &k`<ű(RjVr Ö1ld Y.9D5=9d?ADz}UQrp-QL򮞼O^rӕsHM Ĵg,f3zװ=~BXsˢA7/35쇋l&S -Ђ y=XXT~T0~>/ߦC]V[ ¡DAs5-,nN5"W amFz;!8}wǧjDW[9ж Ө EHxO,\̪+{ĈݵPDy0@Ә[qa6/S%662TϞYs -Zw;cIv}(q&ЌܰXM_WmQ]1VݜխnGF]b_uesmZZJ+fcZ\̚Kp&N}];"`9Afvgqv=_?m?//t {nV=TN>('ZC8b1I%.?J8.0?U =HfWTy\N}<+p Gls!"l}w>2qVg͚GZ㰒K43"޸Ւ|Ԥ8Jz~o8IMTQ@+EWYJ%cRsPJue@s. ֆhz+d8ƯdZ9`mRy6%Ex^%rB} 9 K88+ϖK'lI!KIkm,=m35཰!aᘍDvV\0r|=Э)cyPA|e8c8_7Pk毛eY0?]_Iu[' Od1]=#%/fw=Q X}MBQ]"XEЯZlҾYlo*f8|qSX^;ޢrCrI!^FIl-y~PSϛIǦ3nvHÜ֤T¼4(5$^ṘHqXn[5C hП/wMck8g)~b\di,@zC+1DYrveZ*Pre7G -ƣ׷ߎ mUܣ?c!/\ߝ?ϲ\ nc}CTC@TXhn^xr04Cz h5Åvx -4a){ܲfocnxIt=6<@hVՇ0<8=\r:4?Lwxm dqu1[+zERJCCW6Ia#P8vOA]lRt~\:EE, -1dUu*Q@P\H#\]3Qdw(hmfAO)(8TtT2DgK'Q㠐`.SN^]=Ew'tngGGN]ۗ/R;y\+f&'nl_Gӯ[O3$FUyQsXCh8-.VM{' pښr׋^~f8=w2i$;vwTrk΋oEZ)TvzA0t&Xi}v@Srid+)㌾9ʞ\v[d5B]~UU1P&3ݡG]Mx\lFApsm9+ ?狯~tPІ8 -l(wg7ڄJj+fXyNXM 1OX9>bZw9=KxvLc.>)P{QuINF׈˒me4=AoeݞOW>QpbP=%it61OӨ iKBDʚM&[Dpʽ o?_),q'F4EXކ桁d{]☗|O.5գG[nş4ϒ2<5 &˫2Ŋ^= .M4 -M+?id;ծF~vh4V?"Al kP7¸{<-1NKxRK@ ]KT ]nxhat<^ x: h 4mIy8&7}TXcMLWt JW̓O>hbMpT(&50X|X>q@:.]*y"By=?S6S-L6/R<:xea)D\E{Z=]*ofYzl?h53 [|^^S؍Naǝz$=QfvXtA_я.cZQ/~raѡ]㗼UwƇ}+acNlT -63Zt&vi - C'$^ Xzjup=Bh՜Gqs6OsN d ṛvLJV[,I(lL;HF4"Y￴ gAjyv -uu),i3Jwei%$} `'u֡;$t-Fꕫ։u,0o6<{RxP9kM"ڶę(a( Q77ĊiAɱk-&oƩZ ǻ Tඡ IqBmz7H-ư3M;W17II~z(% Ga'7Ǭ>)PTEyN,g8(N|KNdś}?~OQ=B-rE,at0^j1+p\<>qzF# oE(8ؤEYl@l8͊#%HkO(Rl`®}O.c-k1P;{XLL\]K]g 8R^U -@ZlW9fͱ~b63 K"w$d:t[)@Ni#JC|rfN'~EG-V Wa~eĎݶEd}*S -]veAQ;8Y 7]budus9 =yɡQEQ,k^9IcU n3UU -RrJs`*u`(ZG v0iF4?fv:MBx-_?DVz˿J[bfvvU=IOaoT5Jߪ& D5c[V%`n $WjzO; ]fpZU@~VwE) :#(Ir1Y=q{;>''C[9ziPZ@p ,~PhP#V;ǴՕ@k| UZNm\CkzJCk:b_}Լ6޾BzM?O*P$S-'WeN+iQ5\úWT!/CzPC5M y#{өvUIX_Q'p` 5j|CK^ẋI~glx1ݥmEǴT_wXJD=^\03E͒!~%Bheonmwc%9ݟa /I& YW- 1 G&N[7:pו[if)i=;lZ'Nz7^UxE;v{$$ebk7آKtA´gj1`x´V6HH}*ADn2r^H#ID^q]֖bM!\(#(-cLCw$l@J':@"= g/ß٫UMfI|>`g.xh[!>OFw1$g*wm97g$r͍66?y%H;}o /ecjy;:+A6\Ӭ1oC6-oYkX p!$joYtwc0/\L DS`Yޖj9O[7ؘ֒>nk P%LϪ9zIo՘Enֆ`=E(ȏwQzf؆f -;DBJmka+C39vH"*H;)KX@v -9 -NZqUlxۻ?cGLgcZzYˎڧx?T|Qlh팼`&Ec=-XOȬt͞;xM>!Ly\oÏ(I9] -G dwW.^J}>|WjFj ty?K:3hi+}{kk_!H/%I)w/3ݛbRSR,ljC*]o[?ݓd p)=7R2WsPbZ+o(p -vpxˠ|wk`6[}\OÜ\K[^3P#&ajR Bdadw^%ՍQۏ~營Vu"к!`֎l;zѾ-fkUYwdyP`<]}Oٮ#'tb#n endstream endobj 110 0 obj <>stream -HYoǿD)J"}_E)$j!KdzOxfIAA m1@@Їܧ{νs~ɴvI!e2[OɌǫ9MY(e)I-\hJ@ T2Mr鬒PY?j,a! -dxRُC -Ȗ#d,ǓA4!Xq1Qr2B9iute}Ϋ# {Y!@:qmШm˷ju8լ_lNQW$drz^QN*jO8vpfTHΫf|%b)!:ͅbP9c ƍn: p$˜lX>RlklGD!T::ה8%_dd2cݹMGVlK`FpXB8 *TFŹ@ЖVjt<)TQ*~VTVIB&'lg<~bNYٟo?B)Sqƈ-:")/ -|4(""LNѸ0R8q+JW}L>= a,dݏbqτ]ljPBhm3 _!#X -^qYjk"RP>-:2ٸ%|_&|dD_4&Ay|qd'0b\GaZNsCboM:npeew[o|yiXaUwqmrMu lwVW}8(J@^#nkw+۞޼o1IB1ഉ9Wc^ ;yBn' O㡤M(u -*Bw2M){x -T#!ʈ.$#5%W&?V( 5Qg:7 *# ӽt;=z{Iqw0X>np?M^|~ӿ*S3wt/ۓ=]ọz+8< -[<_<$~w;݅x DC|l_..a<ȡ:-z`L`[1Z^|]/B'a\9.EST74daܰBq2m#h'ZID$.")Dj!PYR,[qgs$i0s3 0(P`[wzѻP ;\%WJO6zRl_ej~zj)aLUB^MU9/&{p r`mo(3b#lrR& A 1PLY/iytŠ#Z*l|F2<;{_@QRnvkK18py/EEMVkTNxukՃuBa2҇T߶i5Jt͕bA5gn>5ӊۢ>.vΕ2./~P& Zф D[j ǿ6Ƴ_;F/?vG?6nnٙQڶ!Oς'Oe+X\ ǻ~D"VCyHQ5 G-A'Q`JsA ( -Dw6kn>D|<)&1XnSQLlvi.f8bn$#by8 x/x$r8p _ef 8{ nkZ18(W?]ob0"dʮ,y'$_M7c`|:iN_DP^t -z2vm?祊ah2n2J5`)_ b&RsZv8b B0ئ6 W<} Ⴄ5K8{ B eͤ6VBcՙ^=8}ςUÚN>e0W O\P|MS\F%P.AuPW+*aH-YKBH#(d ]`*V|xTdۏK}B1q$HSNYisGᙒ S $i:+|p@1H]"n$(TzykmtyyRozMs%H2bjZr(BtO((Sv) -J^|W`PDCۊM," SLi&x 8D(bE iSqE$[VQt돗OD"aDfSLGJah(oe$=~:}9x inoxͱI߹96Bp -T3EESZ>TR>DqMR{VaMl. rl֡Alyl^ڐnby=I=Q`¬̭|0i D48x7LvXiX˝dk݉@3WUk5#t<e6Qiƨ;앜Y3$QoAp"!ԦjJHJQ< ^T[ب4[OÑPL} c< "T>Bbjd{5֛]Kzgn\Nr4'P.0b&NW{ӱWww`Ȁ`SlAU"ё'|VAA`Rv8W?K&cҒZ?hDL&$2` R\J 3zy Q_ -|D E4.G mRd搋)t G>-.M&}d !'f=$s^&?s.``r''Fp -+hwJ2?KyݕFH }(:j\csYt5Bـ:kfc9*(3\Ud+٦F".UdLi|/R B'! Np82hj. @y>Xe6F4܂ PMflFq2 WdzHtfFzzhVs:XAȄAvzC|Ynm6&VGki؝a .#dIiϞ6xSp7`T?䅊vT¢݂ %oXѢE!Q>j1kE%06Ԕ^l&%P`R;ià`e3X8~Vb93G3$JJٙ?Lܘȇ+Hm6f`2 8 ;q@d{BZT]#DeY"e+s &Qb^9+D"Eu>$|VH-^#(kpmB=ޠ Y0b6OHŴPֶ҇.ы?bhR)I/tI6)0 a,Um&NʐE`$e.\(ȌrQN}2f#0\ ʐ ߿bp, rDdŒ^O}A9-(+=Kڬ /ـNWzK Gmrޭ{g>{տ~K* n&3i6I&&|Rjfm޽wWv_>ss.v_8 -!H8/+/Zٞ_/U۝cwǧ]S -ѐuB<PTX0[3f/USک ׮ܸÇo~ޅwhXwv+I æ4pP-&'{/9ʭ7ݹ{?g| ^:;]+ e@@"qUURu%U8[]{K_x7Y?;4d'q\b46`sZ3\)W_8:>Y:~ԙs?Go/Q\L} [6dΛa1j·0S!*CHDWE3H -)1Ƥ}}]ϟ^xHhKKX:>_%C(VDZBpx-'""!!j~ŬMRRNRi ?aCsOz".\*ypO]4,mFO^7=}tEB<v`y흜"%iW mmn}>nyW;~tH3jh LfýߖW764']d)$xB?"844Br;u=imj +:qyʹ~m[H!DOP( a˰ LDT^UY^[:cX|׎ Myn{wn^k)t oP,($G40tD7K+5 mlo~n2VLGˋwjjj7y(c`H8><<΀Lr/(1%nU{gΰ94vϟ=5Kʸ\oIN2OF\IXYv3lduE&{^Ub7o/ -ųE&2.V}.rz5yEEf:%<R (2M%5)#&&Qu7F-ƨ7/7ef_<p,+TW$ yɉ32 -r3'ѿ2/ƴ>;>6`\1?O j?{T^W{!.GmlHX,ЏY^@0Ȑ -gkJ[]ަ{{&%z[!zb0$k(A`pv EqD+tVa~nYsU/Ow4B2P4PY"]rDgTagCҒr2 rK7ul}ImgKK q %R0h Yb,$:GĖlmy^iQasC䇱QU͵e)q -?X 1G)0 H ܾ6Qmc֦_*ȏS{,X(p:K=Ny8޶+D ^E-ˊc'8A2ɠIf@1>hqO -Exy9vƓg -fyӺ&!> hzZuEY̊7?>ܜ/'W. Z!p6XZah>Bhs[Ngob1;.7ﯟ<<=lg;K5}q89PZM6ZajWn#?ջ*'/_\h̪xBX])֑l4ڧ :' u./O^tڌe3+A0-@QO7_ȣ?D-s1N'd9Ϛv5B|t;<ɦ.M}e`JL{$ThLp/EKd6aҶ'*J! <X4p:m_6fmYDMlXC}274Y! - FTO\ztCiDqL=˞z}~Hu1M삸${")ˎ$ٶY$fo\ay2zH@J):6Ev cA(dT"n#r1KYNxx?ЇC["h)>/D+fh#eTWqPU^/Eql3Xv gm?H҃iOdhU8ͯ~~ڿ{r[18hq{̱\?)?bWY -mQ*LS}C+X~?m%ޥ4#'HI0* sj| E+4#32*p5];N7k! t6̉.UkXy "|\hw+~aHaR`_$u^±N#9]>xႦ1 0Ne{?ʏf٨(wD$VO: ёt'p 7uX/.9F -%tLcۚOij,?:djn)aX'N{"`"oftӵDRF{*EIjeqXB?4 azUvYMYz`Ųj0<g  -谤f5-jJQ3fm%T_)ʋ[ߝ0reL]e(B -կi-g!J MkYz/V{L YDHVBz?dzxm Kl̉MivX !)-~0XKQ덦4o8K7:M{{yiy]0z&6Ւm C6[l5m $mZ_FPb9k|%!J ^N񗏿z 3C\3PYz]UVYt1/#+aT ,a&b\fu?odhe\5ZJQOCdP~%ᄅ.!KY:CoUTRƋf-fΏ֢R -SP f߹μ Y, HD!fi&Jj,HrÜitf_/V{3b{P@6Iɑ>~xgЄ Zf (>ű*ϓ,lk"*EjJ9DEq `5W<,&XzOR?PY3l@#?W?mN -Ix4ߵ۟ew۫w_Nx%HZݜ)x9Mj"u݅., "v0q6n]q;o&"E6jeKF^3vfƓL;;H2H,(Eh}g(|uy9mLo,m&J { -V|EP7%=H^Q|`~# -(e  Sѐ*UTR95La8%HT`)` J' ULQJ`ۤz("G&8n IZXDa.O ,Ke (v -W*Պ j{-IE;4Pa԰# h+/vY+̫`U%|E6<3a?{n1ckitwƢJ{UkAm -J@=p8H -ʸư Qj>R$CCc^* -255=v% d9 ʯJ:82&1P$IRf3Ú]Njz$\ wR?[vϳB˨-Vij$vg`';) \TCR]A4%Mfs. :ѹ}'zI:Oa(؂83T0= [pZHj^i,+|eU,-!yߏwvngg'٥%I ⵄ=w%֜M_ XGײ,|LNz'_Qq̷mq_"}?D&y֬\OT}⺳&_2w4 ۽7՗Ays}p^51@Ŧaِګ?r -OֈO֙ji]%(^L $E:I{cYRIAbӫS~8t׬T $:6i/Țhp\Zq? [J |g-@Qe#UڈSjO1\b 'rj1{rgi*P`ˑӵވ8qjkdp#E Ȳ1lV*JG0+]Q\5Vb;O8yv~ C -]3q_+DYR - 0ަU)F{wv_Fo8-npv}ן< Er`A 7Wr -3_) -':Gjek\R<8&k]ΜƢ;%8 F3 S;JBE -ED&KTA -!h&HIj7mgp\fc#A[HR ja%D6 Kg  & UrGQت&s4ٳd|?3h)F?8[oϻW8e -4#jgI/SZ"2nڙE{kKAܺ ҚM>Liw?{|bqQ)i~"  ˋ+;M.X,&lqw^=}IBppoJy?75߸Εfa * ->:Xhq*O2yyE63L0Xxނd2 U)6=K J;+;ڣTnk4+j9FͫCҒ PN) e;SjP4Nܕh縷{aG6W'>|,ip&ǃ2wIn|!LLuXd2\@PLђ=k@w\fTַF׬T08.JruB!4k gg#Q[lFt@}B/JLaN_=:5-[>,V?W*; u B,:Zk>?sX]j;@h$efs}BHF ૏׭E\po4<~=+`h:UcXTgאZ()rn7EZB]ZCN:q|' N(xME_힞X]ڥevj6/dqBOr4q-P @7k la,KrɱUOyIŞC*_ 9r%|r8Er^kf_!TB*l"MD$%I|(p>IȺ޶Q0j?O#V 7xBM͈]o\.ЀVJ *M)$ "NN'V:@5Z|G3< -a9ڋSiAj4m3/˭re?^o"iJRŕ& T:!IrٜC l;[p.ÌdzkФ&)dм,WB"y9.LT1=ٻ֌V'hɭlΧX״Jj.I): *'t&(aha:^ 9Zl0Y" 8zi`P݁EEyjvd^:]wUf4gyp<}i{_!H򙌘N 4p!:Z9,ʡ?8YNTBhLn^7~.;A^brY :˖is~99$%nf jLp\A1isэmM`8Wjhqzq~_~>Zky9_\|Uuc9Yٲ]Q ]LP LqUPX+9(79C/Wol}lYratS Wۃ)ؠPL0TjQ(CH]8Jrg_9tzzvTs|6%87|-10a[;X?|J6A" $1{!dRWrN vQF4Ku}'kFWzE 9Bf -Xyc0(r)Iq,0OI3v0 @qcgGE/;bqV]Qn[Z܍a, S׍G'/3F"чIIk8Q+e)}cVQ~V/dSo -Ne?_?~ϊT`˂u錘LR)͒\'FSJ(RxkL槷_ʱ_A:V25AYRu!e3C R dMKA,êBZ)/W'Wj' /V؜麍ӷ.|e\!0slT,2Br '1T½ZZ7󋏓%'5?=9uV^qXVSp Q0 20AILLN$1eYx L"U&}Np=y1t.H8H]"R\�!/8#ipjZ6*ӟ~#EPtz9S8R(F<ӔnParbk'4A%2wMEH90v{۪2in?fJ@Ab (RDRD,Z-ɒݲj<:$*=Te\uW*$EvKz=; "^~iO3 w7KvoqpٺN7L6׋ExJ~6`4 jKR;E^2ыwkv0\2gY.-;|޺7S1OiZ @ڍDpŽF;>&=S+bd G6'8ҶKXQn{gӬemEIs@4 !QTaP SAU)jz6mK2'v38xsxuke}-SWoƼ􈢒ҵϫCSSI7!;=MwKGotA Nq|i9KVʣ({_! -EsD1mVXo^㹭JJ eoy>a -IYR )) N%JXf)`1XpMKv*g/okWJZg=P-mNCNEnzI$(ePQ z4c(k_tTh&Vjrmx7뇿T:7_[a7"ZUf*?F'LUiiZW>E IQ0y/R^A%͋q+Z}kuo Q$My|0z1Ǫvh: <@qA) J Fƒ (˚AG -uʅ>#0?(aLW.<6KdoGw㗟f HщW $>HEYU3"v(‚s}'Ú8].M4#txG#-YŨ[A4;O_۽cZ)b,d/@J7\^DH%$V뛏L(1˩B?\\BX[+iwX/(zUVʶTz*)Z hD< |NQp<*OP]mGKms1Nz_S:o>:-#2I-ۉfu%mӌ,V'P4 +v0FH&uGҎ fZ- 34 E.  l)v17jZ%#b 7[_kǚݢƞYRv)lYNO!-P -ջB+_= pґR&-n23K|2;#Mqܘ\A3.y?cN/^-Fwrw\Ѭj,3S=noS> Znσ.{ԄiO'tx.*IF5H& -1bͳ/\sܬf)!K?<7Nf(5쐕r2~Ȉ:#hRX4RT'.8􄌋H@fyMЊ3Ha9f\DsR,lmʣ\q<*@G4ucQ%鄗MתpefvKXy)!E=DIx@@$xsx}rsl P, ;Ki<% ˈUz< h`fbXJfVB"AHJqP'v,N Xtpt>tB4zJ T|VGW‚npF6G(-.|h(Nv\٬Owt=>f| 19ܾhbXw sgҊC,j4EqE1k}*ʠ )6pL=(,:LuLFdm"|ea@8 }i|^Q;,'tr9 I壇/Ko!+^I2kv+0ufY"(Aܹc5&Dz!Sy0, -8Ǩ'-O^]aCF۝۷у^bR˳/ޭO}|1i*呜U;i4gfYÍJ(*ZmBXeIbrcuhVϖkmwS갸t|QG0*8Qi8 kBŊM!ڥU;iyU aTƊHNLFHYl(:A,8y@‰Z~([czs7k`t:/WpM4 N8QvyxSp&6+f8\hXliwF^Qtrfvb/|}RNq%I0|\+v(6C -Pǯ<Iqb=,G$_].,꨽uuOWfpЍC5\[A*ssN.ǹhp6훗s$#ϯIfV޽x>% Ӭ YOM5L$hW̓ qz -T t8􁂑8(@iuqZ8q\Uli'7_%ǿya|mow\= UE|N.-BZc(`e`..IZ4\^.U}3+wȲ_,c:q9 D>LQ $A 2E禦lN`7ӆ|j E*,U\._f# -ﯟoWQ)2i`[LD,_ˬÊd.rV g%9."Qj%ْm[VlǶ;m.ܴ Emi(78s>B("BWqT*{ ٲÍW̍SE(23^} sH4Q*/pb UNlphNAS+?x Mzwlqepp: j4w0T"ѰNQe0D 1׍u[+|w=r R$(bS7I}s `X:(TGZ{3r{oe5) 4IWUv\,!1$0t XF=n P[Փ_m> v_FS1nZn-_|'O^~-_HѬau9>x}~ټj.oS0fJ7e*O767VZfitcrٳVqX?}?mL?N6 8@dز$I*>L3Pw{#១',WF ^tV-d%Oe eG=" -QzY qb -d{7p $'L R l҉Li-D  f4:bJ0"E D>T$3 -e(hZvx_Hil,wBdJ ֌FUY4ݓ* 1@<_ 7>hXD#BJa>&tlsi"0L<.(KIe2C\:jv[UӼcAα_Ε/y88_xcDeǍb*+Btsmmսzg;o~T%UKÏ> snH3gj1g>|/BIZW_JAwK%ʗGͅooWoFvH.J+~dfX|~7!(D7u2DC5q0 -Fg4oj^ѫT.Q+HrMp7!Ibd1 r$Jև'^H3aĠRimT"$Z`dZs3e T>7PoLtIJd1 r3Oj4SVOB#":t,-j#I `~|<6;2> -ɢR~"/ս>Q8x(JYCaN8L5Q-JBuܼ0rDaZ%l) 6cxXGI2 -$&-ZKjJ>bIdrMQD"j8$$:N<I҄k.^DUr:W -<^<$0D -Le UZoOq4a[eI%K=^Cb'dxLNJEe 9ؿ2?}0ے{0? _~-R&'`~V30D| $(>x6ӒkNjšIVe%YK5) NղS?ٶ5Yrq|z4kmBN0{5<\E!L*kt`g^Uԓa`]3\}h,@&mpsRxd $[DK9R9 i֍|,o/!G P4npKC"JRôbI'4βEy" "|!< 4%CIvڽgA$^x7ClYXͪ̒88FdB,OaZ @f~d 4햦I&3^)13 ˁ56YR"C[dk,1Ő x$vI6@N94.(^(%)!Uif8@ <0! -b13W7N\Eb,%[6X!J5̊[!K34Ca7a -&&j`X\bK*oꡡǝ||܇f4-K[TۉDljSͥEC"C=u9?eH ~?_EP^UU p.r&=nT8g[eiod0*Q<{*%o֨];(Z^/YȒstA߿~걌eY9Ht@4NyuDdi0&ÅK x?o0Arv8je}k A'KCKhJi0)Yt9h7xUnqJ);'K2Kњ(O8c{(ؠaأRTV5$XBw2>zsL;*"JGPYutrBjþZcj}6., -5ẃz"QfWT҆)ja|yui爢Lkh;kBS('>$;z8E|8Ǐ~zzXDa0i豃 r 33O0אnF8T2_V" o[EĬs I-.$jZ$.#hrS %d~+px֥FRzV"?egz,~Vln8Èvn{ '$mw]WrҨܞHZ!{[+r -G OӮsTSW*uM@;b*!!XMdDEEn b N:zH|q5z]f)Sb%;zO&+, "dKT:*M5JA(\E%GFmT utkiL-Q]ENѪT[Y0Ocbb!+)Ymˑ}I4I*4/Zi5x{n i3ܺuMY^(@F.E:avd//6n&u7< ;>Eu$&4.4}|ǷN[2/6|FSmTIFY/C/H#of9`]7wD`:ޱD 5uRriVS2Q2є!PA:4t>MhJȀuA38rDDc+l?4YQ/pwVn_v1! b-MtAӕ50 J4M4 ^ooo`o}ONyziX8U+nQ8NLB`{#K{v,M|fdk5W^>=~bM^Xq3b\t?: _]~g?7? -+pieTbɬL.ϓk[~E.g{i>_>~r -0F i땚-4ݞMF* -$y_Oϟd0B avBD2d)2e*)Ћ8պzj9=>>~_Dtabvgh}ahKisaj7}|Vx|5g^Y#Ab|.1j&.VN*)z\Y":WTU -%}7,w;/=Y+jS Ѿ~~>Xl2%"#ZNvn_ ^1Խ?_<|Xn.4zl9ZJcT2RAG0^MHԓJ %JHquN'UO03 -d_ DZ/\@\2,} EN4MX`[Әuol{cڠļFP#" *^$D@Ģ(^+0) _kMEnv}y;||{B+I@h%,&,ޙ]kU`|)DQHLK,D^ol?egn}xlY緟G? םU?髉 p Aah)&)(=PlV7{O -Kﶼlؚڙ.:~ˮV$XPH$I Ԧf;,[SK Ig=kW߸mf_ wmҙ~D#pC4ziM|(J[6t5Vĭe/zv=}uzg>>ڢњ <$ Xd`bEncr}V΃ϧC5k?Ϲvw<_ئ[d©¡0|. ݏ>r*øL$hٺËtl{վ7ޛrzVSǍ -Fs -4ª&* є&i瓩׻Y7*>mT-]7.v9uj:Ug*A DJѼ ^Wf -~pR7h}e`D,](5S(NOn/}}ı}o߶lulML%&h AKUJ1G*aдMt[ٚƭ6o tNn&̺潙-EAFN+L.F@H ְIQ( -rB6h&lshi}xfT{@YD#J" dT,ʦiĂP@-HH VKnBDʓwmrs4t9: B#SKMQIB qnRcz6{yk_^,'D NqBF!`Fq(8f|UlhTכjvjgZcnVd 6p()@4BXu~*YY쭊_lL,dL6Lg s2Mg,I\qu =-D tGA -b_‹Ţ]g;b﷘zs$Гг!粔"L` ,ZB =Di {{tdeܦJ@&Ł8:b" -I -FJ )|7 - 9` .1hBj - IM<Raq:?>ZI*]ȪTm}./ZlQJ>a -Sd*a^QAN - `ښ}a*.Hf kTL@c@0La0x?$ ((2ӬuIK&[u6'6ݫ72V%ϵƏV*R&4RH2BBLrq e DpGqȍq`tUwxˮʮ,tIFa0@\!n@B .7'\x#K?}|/^s;c&"g`MV[{&6IWcoޜ4V.-S k@Ankf cBẋ4Y&fX+LPbcYC]pdln<'D]Vͣ6'>1/}8 ֮ԵJj k5 aSFBݱvS?ۋuw'Y<iZ<8E#]T-P`9lUlUbچo;D8AvOAMj pFQʹPpM~OvAFu>':`(U^=:]37vQހA}KM;~5[IQi&,qB.E$x kTȯVu5aSZZeK%~ERdEP4=iyWͻivaYːpדpU{u6&I$1fLoHMskJ&գE -R@%&(ʮ@59 co8t) hB@tq(~|/ڵo*<8q2C]Z@B &c#O"vol%J -b?oƳ<4<;y#f tɥ^\92'vQL$e,)#$>Gf "-s LJ YFQגh@ IN=ϭtce6*E1?K.؏ٸ|6TBB9,,niA׋.M4A!ShjJR)C2#{WMj.%9D^Hhg;M|۞OZRtDӘdx.{@xd!I,X4v4U-K?:#AuurtՎ80?^weDP6PkC/_y6~T̞ ']=h)D~ o}i9_~۸0$[VK .3?SL'V[%@IyV`>zm -uS5s,¬8֏J1&5z3JSaoF嗔`Ӝ "vVbI#l?. ٚWI -GP$G&ZyDsɽY[֌] 91zF%%rB뭡YZX/⡟hvzY޵37>Z3Y?K kTШX>@%'D:9}G8hx+ZxO5v4 8 ٶ]!\s0iҰ#wϟ25TaqiLi'GRGКK^TҌJ yqhXkW1ha-?@,R!@Kjj[* J[5+\( O,TbQH`C^ƓߋavhݮeW B}3Ik8KaN(p%(ۃA'YT-}HSHS8.`:QQ-XS(ϼG(a84HClo'7p$i]roN;'h86W!!@+HGB7@ܑ@@6w;v&ff^?t:Gyw21Phl![*^Ky/$&\[%,ΔL8Ǽ2&/eW7f҃z Np±RN0Ј[(.4!FuY}-?'gh"z}1{u~:m馑#b!Z:׎ٽזFeNIƊ%KOZt9]\|dyk j,*Q$6ɇ0D!6| _ q\E$e&xBFc2lb2pQ;1d,{q`/ m`dk(& !&/0=5ws/ǦZ\+O⚇ -Ǔ(Ul pl^cpk oɲϨtWFt'ibhU+ -jUx1$pÓ!$ŀ&Nh.Nx>XM> 0qROԧ vq3 r&5w kiidX}I68NhiN7X1&;'>{+^B&a!-{W΍=~Yu.8%%7-ߔ?lqf?߿(hc(12LJф1y71xЫxԈTN0bsCz}t@R=ZiO.QA"&]c 8!2|add~K$r 2o`DiZWDžq#XQjA47FOzb}⢠B뇻~K1/?=7(2kM_ '6Qن[{y^ms9}y™l]kz3!}d_ d}C1 g!2F²@fK$ Zq?G ,Cչ.Ll`3>cdek$ge}Um_IEAM K5Z5S :kE6Ibn/ -0 7Wb~K:` Un^?s+>WUs/HЊӽsq!`Z@#M:1xynϜ;s wtVN=D$V>>u'[(|8;%sCNZB[|8Ft9e6 13o>SZ$W[JnAmƓUFH]u@ŹQ߯uNȏpmTf,?ޠrzעhG8e#? = 9>Wmw Jvdl5|3wTj.Y4Q: Q+-8>)7 nͧV=oj:Z/ 62_]?|vgNTFu56G5hkyz)_tӭ@&z,LbIƖ-*.XનR2CZt㗳o 6*o/;ɏ*!4#ȭJ{GɴlEALeuOU A Ӓڭn+ۭe{vA Weo]{]>zG0U -!,?)}!3N/h}^,=&|~Y1X~ZZ "s5ݣ W.b]gxn}3Q6?f 1uha)J\ %cC/5SjfF{Q_ԡ+TQ}o gXܱS.UILqbR+B`T`RvjvZWaSmأ˻g_fGw)o>AC|b[p# ޻O匽P)}к>}ଡ଼ dXyǛ eN(Wab!6B u!-; -J$[@Dd?zgvI־Dz9 ΁bϼHy5g/U]6Eg^~>PA(TOs@8Nw)zkұ ˏ|=lPx= C'7"XH>>w!S>1!ɶ]+,plsARYT' (/KJK˸{#EF$]KJ3Q0P PM* 6Y3=g4ӱuaxLyډ%X$Sp1"5Kzvr 躻O]4SFuXC#;\DVS~"&X]7IKM$+m"?P 粷_lLy,LFwʭ][Xtmgq /zX'0ڊ)=H#KIeyx8/mp4mGbНR /@-~ӂ=KOSb5Hzmo2NtO -'5#t޺M^i8bENj SG]&8f~>I i>H;K. ,F1R`CPZN -bɥc}ӛ([6EV3p>TÝ͓bylf{ $8a|%''?;8 g3IqAaMjy ןfJժfyE>R+%hKDTnjS[wF%p;~:D(n-+910ϋO;/WEE0BJ /A*sٝtF}_.hd0Z=Soز:jz[IQ\}2{:ĩ@Q]u;,.bT7yE}՝@35cDwfN!ِ#VpD juH%3\Av%Jmϋ@z1ԁjNL{h:Vz"nm`MZ=x0z75Thau!\#ܾfC -E-Ilou˃cZ96:jL^4+[F/OD99dYŭs7<:INwћԽd-GѩaEҝo& |CϞ6VZn ՚!]EV*K'nq\iʟAq|Dvzӧ 璖S#kA=Tp^p{^@\ %#h6Z=N\~rC茧f{H.$?~#(i$תMlwهY'^꡸"S7m/Xȭ2SHvO\q -_C0b%DvtVjf%gfaQ4{e;( QdbhMiIB ߋZu{x -R.E)?.IP\O16yv<{ >X6nhYb.' Wǜܫb~0I -A0(.5T>qpd!ŨR`P鮙c9?k(AÔ_E ntk';3QoVOՋO6CAljNQ&Ml]ʢ<%~~W']t c6 ُFsk{Pm +ţEZg?hgˈ}AAZInWh&BV6u,(UZɍu PT#N0$N.ey|tI%VSGG/4ow/ނoP:1<a#0I"J&J]+!S+'8CU!U;Zy6³|ԝBMhIXPj.ҥcQ CFCX7~t% /#Vq:e3{ZQ`>69(kbua,Cw7-_ .d9˱2'6t^<L{rd}2^>? fpWІS͕ll0k( fP|HUhHVp4ol8fw).޶, -Nœ$RqERE $-ٲ-Q'ARZh{QF+s_ڗ^Bw竫;th9>`zk/6Y80]o~mCvݿi(.W$]{R+XpE;E-wβժɰ-Iͽu2|ȊH탗‡-5A$"5^~xHkIꜜ&Ҵ+*ҧ> }8ajfW[{]chHP.Aw_~3^$@RCV@]'XA2Tc$+!lQd5M;+(^gk. Pqn}ܑTImU3 otI:" srMkc8O3fL(*P$ |hGjbY/lm;o`V]+8_\qk~ҭ1t:Ny:~}_}ufhZܾs0ړFX ԔZU\l6'͚H --P p-y~_,>Z5;ẍ́{TլLrz3 /?5@~"Uʢ*t(Q?q5/uU =>ҧcӜ"%.bu,`8^僊 *)=EexIU&_*kLDPpJ=K(2_q=SnbdSH EK{O?|Zڳ\wWZcc^e~F8 c{ &QZNT\œ[OIop$7ٍ -R&{]4Cn>RZ i7#<㕌b[pL%Vpga52V[ep$eHR.RҨs=F?:Ӭs랬dpź9 -…OM3>niC9]=[ }Vơ.& uI;)>5EAp׮WT0 )FHGbtTг'QQIQF J 39NVgg(Lgꩦş A -e#aVAk)6uʀ c?WZNc~B`U Uxe?e}rt5Ɇud]YGŧIRr 5} HbBޤlsEe -)MQ*傺1[}ܿ)iU541vZ$~;y6Ey {RT}8JE.$X1u]~°>IeFaokjiSX d4c 7r(ŭd[gؘ,gt -n/8);:F8&' M0 K?cptPtR!z gωD_Zy0׫~m /.~;:dyY/TQxK3l1'4%c{C5}9. ón$m{f&;AI {h^l\m9`ˬ2l ZU0m5w^!J$lv'ق,b'CQrRP0]RmP,$tyj  5WB=+5G 4F +s\&cwm[|(j,-m: 3  &CCN9%\=S[_+/ve5hCʄٷ~!LҠx$$0|429PRj78˪gDЌ4'ٲp Kь)봸_{ )³e "^;Fxs?_9>D zM$/pV˲8 }p-p>x@vڗŨLdıpZbP\`F#(i(2{8 -ee }6ߊrqRU"Eڞ|#@զYP7ov~p{j(diIP5/3651|!{!C%{->DcèLST5Ɋ~qu?|fǦ -R($֡/!bOqV?6ok~t|7rz8~w}rANJi$);.%u3̔OTcfۊ8GUT; j$^~8Gi\F(6 0!9/5bVV#^g StȰ)1Wee|Sl W:A#&4M2Zv/{mDmLݖX3bL㟁4`hw@ ,;ABcZWm_fmr\(\E3 X;)"ؤ-#͞)J WGp`49Ej)a iA(d9ﻫ/6b7~-zj+ȕOx0b;j&QZLCAp-FxoMr769C}8E԰zfdQb*mc:k7XJXU1ԞAj[9K笾 d,V4bF[h d(> r6ZwkdbU]9}~MޔiO7Noy1Ȥ[< o!*Ő1&xʰ 51wז;P S>1Rq8.@JXs]n_O/?4$=n4Ќ&)_G{v}'0rNj?%p Z\ ]Ye3lEnvUle"2Imn0ϥ4|1R b'3Lj0oНl2&6莓X' P+\w&)x孮 p) մS;9H[|?&uFh0VMɗ( -B-+N~MI2`u޸C`T}U.ZEl,ͥuGAf;M*`D; :+lo.* g]&w$a@/xjӸ{zJr޳s EPnZ{r/&:2[} +ŕgxFt|t70q-AnD1d08= U6BrAt@)⟠ "s.{5I#ϫX֥)jx.e^ QFk/6|I" Wotע-/v0a"OL䅀͂p Ü$9Wf}Mʣ@T| E jǗPv0 9q"ƚR~5k<|}}ubEKfr:{DDq.fb^{?_?Ɗs5`7nm]ܤ#Evq?)Ήjp4 H;Z {өXcX%i}՘J2l`l35,?NV@J@qgD9ET{ǵZi֕PF/(Fg(i{]vٓՎn R:ފbHӳxIe}EAӭB3{NGLW?Ve_oZ_VS@:r di8VsC[cpዎ_??t$baA,/8!(th,KLVXt%' -F- XkU3r>B' Ы0pJj jz4C.Z.!zӬ`X.n b9C<ЌaΨyX+x])fHnu,ėNR2p!L{a/J"(H]T9l.~19uS:zG[f``C|aU*o̿TL,';R!c{sB&` mQD1a'}*[:- ;}8p2hcUchc?ؠ&pR.(CU'00IJp=iV?Ο QhzM9{L,gn9XE_TX$kᄢ6)moOf9lYFa 3 ,mkNQAal(UN!L? ֖dǺV1Aɛjư z_K0YBGRQQEPzgQϵ@;s@+A) 6@UıhY0$VO>u ~ V 4H.a>4bT(|YNﱷMM) RoFgv 7w)EDIcsƎ؉3U$@<@jR3Hcu s_WhwT{&/׊+y))GnM6Ѵe%',`B!-{=FdzwpKjMCVxP{,tkQ')61'&ȴVtPg !65k[V!ږ)Znqr8nϝюoi vSY;[ޣ\HϮ$OZz!G2YKW4:^4):&X5(z)Ja';OWeH3(t t`g1 ƔjͩLl}2>Lw.Jr27ߐQ?^^t[ 4Iʋk˞q\Ȳ HFb?z玻B K;:9'6tuwh6Nt}WI=;YX2Ib(]'=OkcQ$9¦֍b$]RM}"(9Le;z5]a`*frا4Aapx]`frdVz푴gNok c,p,v˨)SCҖXQɓN{-W(\ݦGp)&pS$`c.vo(9IåcӌkysYbIi]^?~|ӕi;~hcym!\w8 wXsÁtMGGNw<DWf @Y#ӜI>/eډ/w0ѳ -ݘT 5JT;ӷ;ݜT'F +?q JA>M6q++@Fy6FfǍ[Y YX.TeGØIAֽyK %amw,KUj.Ib~teM}m>fS:|h-FH&%`7+5ݍj0bM t{~Lx5x8vZɷW~z+1ټ6ՁbNX1i:^xa Y͟UJU5Qbc5&v0~z-[)9掤"CĂ4!*a!"j?7h鶦z8M7}dVN59yAQ{|woکsYo+H40L;I ~>%i ؘ;~;Z7zI~Mm$ #mS5HS0ps}D!qaC -Bz69Zق|:v6l>*rBKr*5b (TsN:/2;DW$j**A8R^틷.'LG

    >stream -HUr}OHm f_HjR"h%Q]ZygIJU+#J{O/_ګ/߈,,,,,,,,,,,,,,};@!FφufrvS3KX\vX3^nzwu3+'W~DorsW ZH#.^?ET~RqGQ O,+AIaUyYINoAWaa AbWQF nHNw]ZEm^מV6ӻPjRp8k[Gp}QHːϢyC/{k׋;x߿>;?{!i-\y}}2ыspyբYP^8I>m˦_K@QH7a0ܡ9t.]BDbf_{ucpIH)I:^{r&=@4Q0ˉZ1pd gFk^sl9^8UZ^Z tg3Bj!~mCLKǝqk&=١چ2Q -S͑n:H(j%P-w;ɞ:LwZ`5J@ju4.ͷn| -%(r*<5qL"qOXfv9gXT gTk=0Y(^DV7%n -'eynr[<ζoRbVՅBRL2p^WYNdL3&E 1T YI)r[2Kr,)e[6VVuMHBH 0 - mm4yK|IE)!OHN

    $hX1u@覦M{vƓYu "L-"pjN祘|]7( =ڔI@$7mәjZ鷇`c `ȩL-E%,Cj$V (c@I %%e_KXG5F2.e\ph:65ЂhV{?FT&MYwrw.UgG&Б)ZK~?ڜ75eֶBJQgp8' CBYtǔQJJ!w 5BlLIaE$H<Ϟz}]804bSL -ް=۞q'+19S2>l#Duh 9ASZ]ށaƹkQgXUuCJi 69(/$G -j\XP4 Ű3 -J%,$\nԍfZٖmmUi)gtsO7w=:%`Ed AAЂfC=LT=FSG8cjPǏ1P-D $)Uձm5. zmp4 -6I:k. c_6owޕAh[XA -ŅLnt/*!a%e:;A%]JKe6rE0n^dq-."J%vz{&c{&v HL^򔷼$9thb|7͏Y{ђx3[kw(JRUYu*S\82H,?js˞Fq@as ퟈r&^㨽`g8Lw ޺em\[l|&pI¶p.BB,>7OKA!kx1t}lFꩨ,YdCS~Y>ESN`#LO7KqfwENjtKR!/ĒB : w$:p5N|$-7#<ҩn$[`GBuCE!ꊨwOyYzٮSl^h{E)N0Nݮmt73 ![Farks݂DO5-2͂Йu@)U!?Fj \[抓Sytkh;YvAkݮh$;`xڷZeZs/8왥Oa|w'qv>ZV8(>c~VtS粸_OμkЀ9 \:Eae|6?c4%Nm;TVjMo;l-LV/gK`oXAj')1A*hYebjF\ )|BxZR`$%%f]H3+6dg)f8vt4!P -gyp\(˅7BL 8&vq[-}!Ʊ4==͡+0ûnTU5ॠ#>mV$\ -fddYnz.MW7IkFo{Y-h bK(of8v,IΜ֔fi~Wn~2c0;#X9}8w!;"+rIjYm7`zX̿Nj}XoGT__3%g;< P#2 ģ%R%dF$'R[nQ+ְpH5DPNlڲf:;D,|) t"UGiHUH`(2hL"T"HnRՂY 4a$&bCi=k/2Ґ1s03aMt y.ݮ9qw*Ƕ8=ՀEAMk ̆-Qtq!ta%<5H"<&fu'?>~`9#/`Eu̾e/,ކlƫOM/A&œAoGŋqۙOf7w_vbEI61o;bK!@*Հ?n\6/>1Zn_3KDi58X?\M)O/1)ŋaǠ8L"H^u7xי՝4*cɽmU y7!799t8B6kx!ArJFUGlA$NdSC1LYV_>*@LF&J)J GQt PBb !X<u|:>j v.l]Q8,f<&Fx%@e oKP 5v;c@)bng|jA)sӶXiCfj|U,˒r4hlȬ"ݗ'pFP*c.Jw2,=l';[t׏/A9[A|dA|W'JP2`7I# -$@DtWR3$} N .lwfE1JEEFD@ TVEqІ]fG@ Lv0\oB醘SbiKtLI.tm -Bn`\H3_D Dk91;UG+]irjֵ:תRx$/چBfqD CGrqQ/8wf}r8WI%Ql I<}o}-!803|s7h$m+#,0z 7FT"Y`n6lbw9<||Eg \bCZ,(Bg,2ؚn'0qZXE*.0Vqve˱N8Yï]Zʰg20k޶Ӈ099szj0&:}ݽ0kjv~̟/4sT>c AKu7y(ۗǑ T-&mE8] O-$sfdQi#(~[l -lsW|:"26GL g&z#Z0wư=4#oQ!aE-1SِH@4; -* - -+MًcR3A ZahgjuVd2;ˊWdjǁ#)maS%CLD[=B!}qqA"( b93%-/* DEM 䁿ɳi | „jZyƐYza!襢&(piqf~n:8? - -8>>F܀Z*4Mn_(; W} k.B;d;->iQuZQ S˦2p%atuz684lcUE<=HړZg0:hk]k -L%v 6#)J4ez|<5) -n,BBdO<"310<"3{:x<E*ެVכ{-.=CkۚvAshd<8{:_68zfM.l /:""W  -"CɓK?( n`h Rŵ$'#цG!-7CG[%.`WhZivQ԰R1{Q&A|Y6?q܅moDg9Gn#m -A9 3U\|(S}ʺ{_z E$I+Q 7UjWb^CXE8*kX`LA4}owً% c -%84ýo@e1 6:j׽~ O:,$ᐱݶ,;$ar?DZ: 0} {j uweh:K^ H*N࢛}6bveYl2io!Bjx2D#%[jm$98yDJTZ;`}0z  W}Is''3vIS.ϺW8F$X igBWT_/*zǪnlo])|!mVi2Jv+irmb$zZ5۲ZMp%} 2]m~E5uf˫7O2Ěю0QFQ+ QW1젹:(J%_͂ƪ+Rю5ƕ$zV)\=ycj>%<)>c)\(a!zb^){b'E~'^C+FCm{J@]ztCm"ynU vE̱{,<`C u]1.j۝mj BՑX2ܚ)-'ʦalP<6败?k~`_G֭V5%ny>|)+Hx74^.>鱨rxq r<0*f%d,wbaYk7vaE`>ͽ'nExT)Ɋ $^ϋG/#I(l$~C#&AˢzϿtg0,x3bW5P%[)"=e&E<S>ρ a')7:āApH7Lhyub [-y='JÐӻX|(KvOC?::V,F覙b_8%MN #3&2״R&,,I"nqZ sⱝ*kIvdg TJCfgy%X:d($8~[> U-sRaS^P' k-$ڴz@>;ۢd"l:}9;jlU|[ >&wr߯ X5O!K.8Z ͳKzl]M?4(+/yyXXGFX"*ZyWdJ\wJrjF)cUxzo1郛s]; +-+.tVgDH&jaD30*𗩺ʰ>QמێFH ;G `SJx|K8w{âfv }آo#^0Ne^ z3uvZT6d4#ok}zb8xĂ]ư3,@ *D>cnαXJ@!Onע9U}N\8{Fҁ;)Mx}~B? r hs.C3|Mḿ`;ϴyhwEuF0ih P#B08LwO)3`;u%p/sߟ} s]E`ysmʂHu ^]=Zz5хJܕ7$k:t[)@Ni.cėgiJZOg*d;ŀ_ݟpg& o\\Dk'֨& \[b}{^|$|{˪t֏PxDo|grx?^ /6/j!G_èK x`Iu8=`9 *a[{(@Fŗ.E͙8=BZH4f lQ>\#Å2֤WًB &pғ+$؁c(8uY^GYv'&{ω<_mpX$)ӂ{gR pqbe qu -c0;tIog&NOi0Ggk-0l톘v*D(zհ$Vןo݁c :*_,ƣekDDEp˛}H+PGF(.OB.f?lm OĖD $ApHe^Ʊ]Oe\"SRI᜿ݚ*tIRqucC>"%y9  riY,5aJgTƂ/QVf,bL7yCT(f[=@Z -(fx}(KJ pRV(}ŊW+iNYn14 -GMqp]A0䁫kuDxNQ(p=\r)Z!xN"`g0Vl͵Lѝ3B*ƁӠ!0%h((#` \_k_spyH>7LJ%9T{7Z?Eא=z xG+WȆ'0ލsad`<kYJh<4}(&hN(kH7]pdmΉN :?wQ'5V5p78 *ZME, ת]P 1k1Ći(YhH"A O@ L ļXxa2DyAȨGuXu@1>aB( HM( B! S -_FPTyx=es |P{f[@xeeGG9.ٕ0*D +HnLUG{ml̝p/ʅaj5~>f;': -zJ%eoVGZ f X{ -ZG(HGI_B.i*sR\#61.^u{E_KR lo#%—."4%%_48cJ\*k+PIwJjkP w3"=7+Lx6 -\lB?W=r:Sce9Y4cgyg:HG hM4w&hhx]c~4xn8CjN]+) X=tE6w -R̉r>KVZL;٨%}Z9?ʼn-:E=c| ϢZbJAqVQy$;/; -j`V --j=ӧxW+ԗ8?A]1Oq~OtSA.9v֜74`| `M:CIΝJWsl&n,n~7ejx../dN-֟fۯǿ_.+B{PV3YGfHRK#I -!7$<fs舎^w/ gpX6,_e<=9IΉi֊n5wKD+ժMoէ~ϟ:‹~rן/_^D=bQvL{'[ll{gOv`'=L?y\_po wecG zQd֒ɄlβAh RIE?ŜfIM/UupaL ^)ekaGwvt(_&&ch't2|l ۛ/A={{~trwzq~R M-b6{?ˬm - DzemJEQwQmYvlKvKIt2)2i'E/EbYv -Cv#D) 1J\g_-C4L*C+"wzw|$JdrX5LzI͞F7RaU|W+`L hWwȎ@iFp-r,hSPG)iz7 dd C#;%^lIFj7ux}u1֌a9Nrjc+\[n' r;L"DJZu=A>LS(%aD" <轍]#ucx(I] %2F( -m>Ӫ cZ5mU5+`t-N/ -yU0=|UO)ISgYsWʝuݹѫ{s0֒מ]8cgLu:+bx#C%).s?,Rf &atHV Zi]CqNY!$+3*Fی8P ˬy3:1TKU^'nZ˳2 em,^^d{:!E:n$aHB-SV=zcv@ dO^01*wA<^w[j^rʌϡv4 oPxl6jk\֋pYQ(wRڈ]H_!Zr_OU8]:sNVi&yCʵRj$g駟5-OdM>u+ZnwoRifZ^٣k.~?L; -IV{Kh4?~G8ȕ>??Yy!Y̨<u6q.ڽeIp6ɭ[ ] S`H\Wty6/IJ ET0_Su FR-c~TqH3M.4[s98xbvV!^Bbq囿!!)TQ^A =.,2Y؂<~\™?2HA:?uO򻏀!7>g`& `X%Q=֭yʎs>&s^P6弢RmMৠ` 8~HuxQtڵ HHfU1H_~O8Q dv"k@Dv1vmw< Zlʔ.P+%F;0̥2]8/TgyshDc%72.yU~=:SX2flo4ւ1O$W7~ܯ!FiP?>+70ǗG{{os)>Z~L 63Q+^jGn=LVQAJ-2inOHʱ5r&Hb b&FH8H(ʒhI,YvcmWwN*zgM*T6C->Cw&L^4x~Zg:t ޾ew~ -StcHfN+^려y[gʃS\^kLfJ?srŮLƋR2'4_ a2B1FH%^n'imǛ8N/f+ Fd8{߽=nd?BM`m33ɠo?_zC@Z)HfoQE հ喛ޢ;/^^1:^cLmt!nʵ'o[oص YLf8Yԑ]=q*G D%_Q|ϖeG0JP zyb}TLcoU;v!(ɣE;uZ/kS("c+R4͞F{O;3VmPA}ӝZK{)ЍVCq#V2)νJ*Gv}Ӗn aGrup- gܻ$ v9Y R2c0C+tD[;_}jmmp(W)mnӑdl/.÷5 2^ΡCE{r^-O?/w+|돭PI&0 -wW4v$cry'=iYޘBrIXiZo2*3X]\,[Z>;8ULTFdLrbŝ9ֵ.IZ^1J|hB#iMo9IHiO?x\\)| $۰!{iwnGo$mR53Y{vɲDRv=3Kfia %RU8ܛj]^R*pSۣ ^ -tAgdr:KW)ϒGuhF ?bwt2V &ȥXLDdBCr44y8l4)ER(d:k6+XHÐ<)NPֽq$&P9`9ωS7ә.(-u5 3MmpEQqB6W;|[vk3YztqQjSLg?pƐITy:=, y]OnN.[}8R]\}pj7M.1-XKPD ;L}|_BZ]0ڻ5d=a pN yOP EHXD-& Ζy2^"I޺0;wM$\XKܿs 5(U*5Vozg 4cÙY#jqeh]٘Ty1.Rd ZgiXWG2"7P@s4QJ./rf<[Cll($́c]AcN1 ZD1 J3.z%me2&ɝD"dlz2`eN)Uzh2UGa1-U(UG7Nk'2"-^)^Ă ƣҁ,CPfsHZ`&VwCWgo\W})zY@+.3!{Bޛ$7 f' aGEAvue*DQ^q)3 cQ\3 - -XUVu:gNs}}>_ 8)ɾ+0_(:J}Va /'}B),kBu8u!i}}8 ]m<X塼-֔J9bIikRHV& զl-RTfz[*{k)Ņqi*\ -+0!gL8QPҸ> $5@<|>}lΥk6XAht:O0)c2 -7ɚW,QǔKef(.^i9ݛ^28\52@lMhk8czV]"#xPH:[-m%`I -VuAʚg Zm2\LSʥ$&$(4f1Ď3`[J Z"53P@m -V;X9_4KTz .W f;ҲRk[#5ZkmdRHK!8@ Lcӓ~cRҒn'5PXbE@d- fK +ATd :@^N 6Gȑ'LR% TIq#)G^jN' -#u/QJJҁH^IZ/ԛ" 11: dSDAJ(B)f!(Xŗb V [BO#J9 CQ6 TTr!kKj V+X[Q@H`A4 pĔDG+vlعs#N;0|dݻ::ug 4wPa>q -%Kyik^LQ`Q's6o޶ڗ_~7oW_=qbJbc! :),e% LHR؅"HC --;G54o7fV~ZaLͩXWicwcG''Ɵ<}jѳ~~ߦ4=vlefop@Dz3kh[?~c;?qs_O~={';E=䇢@at:[[:uYX^{0u7?\YY_W߁J^޿wd4#aehKeUS[sؕ/\0v•?O>rgadX04Ql 1#n]W[o#7n}p/^Y[p=R$6SӃ%%U =u=~ban~˕Z}\G f"fU!.(\q9CU|Ǐ[7_|ܛ7ŋ׮oWSy=s,@ !-ɽi7R@ HTPPA,Xƀ:(ZAzYH1A (eϼۻ|_^')P0(JDLL߱DEՅڎΑ񁡧a۷/߿<9q&z]z;U2J VjWXzI$:791;?ƶ5?T#Ĭw>~@zz54Bca  -xJ_&Uk쮼m+Ξ;sφ>XK[skGkIyŦot*IZ Pg1])gnI;y^w}g^~\Z򽘘{ץs?8]}rSF䑐VD5aOJ=E -vV-l}5=x015v~ffv,UζdFRn0%`<WcͶKz;4u4>-.29=HKͦ;;+4n -cE]}N+෺wnmi_߿]{{wqa\gOQAHI# -Hh w';Csn[wo2<6446<53݇7g^V{<!YlZ-®VYgg7}sog>/;x5zácuu sH?͔ -tC1I?+:sݡ_}a~!jPwn>|0+cFu3UqZl 1i֯J:~…#G. A(#dpyXO]FWtXTltԶ̭9RbfW}`ǭOhC$RFO` Ga!+ε̑U~tx߃qLͼohڨP1J]! K%BM~R7X6zˆ8?=5=9vzqwOםk7:skvddJfU I yl&&eN>7mcζC>}{ k#Ng8K3>#2*ODz)t[09݇KF{oԟ;S'܁8 yAAa3BAR5*,c6oLٳ'NQW{˭oQtd[m!a_(bQ*(Dm9N4\v/ekuRY|ʃE[3RycuԚȀ$!`t. l̊mw:]e $Ɩ9D`-Y -1Dōdq;y '/ x_UQ!F+ *w“ fL-C0Ѽ*I^oTk7Kg=!*Ξ|>/Q}AwmMBMI -Lγn|6hƢ@45ZmZ3t\\ :ͨ ʱA-o\O =  chZ["\XeS -瘣p;\w{31MttYypQ0e51zz;ofFZߊ"f8=[7a;% un<.PiVQC%qYUa56 -2L! I h㈆q!˚pxP*/ -˞'NEm#t1nv2&,y TKJ!+㭊:-5\vKie/la"Y=ԛ~O!]kp=Qۏ3e9⸭nM̋nUoykC#ba -CXϓt310ݥhz}z~6Lp]4ys>PM3 r%peMuI⃬ hzji>p&s>=/qqB ̴ DE AZ:К35!Q|dП6 -0(ۍڻzb[nqSw˃i6@,QIĸ ˘!mVc0]}J ]E&:8hPT5)j)l.gA/ɉ$9U`X' 6=(DC$&6-ăQ&ɑQV\72ۻO }o8s,\gP_b2f(f_샢UP0^HqrRV>Β$>r,Xo`K@cic@=(R:6`5V $&XzOZ?0m5db {X`#߽zhDllzMބM5SZY98":ۆL {LbʋNؙ^%:D|xڽ-PwuyVXn -q8(R.ASAǁV0&qo!xM -8v.Ooтft3 }+MP:X{0_>ڽ=qxPJ ǝ7V2a[~x%ɏ\o5,< -'IA@MѵB|[ cٹc-mk XB `WP*w`Qr|~dTipUoIo^ ceht2~:?φWiv@mףӷنī).53 -44U@AP U EMӋK;-'ljFH(D\@շ紆;*ʻPWvN^$q\/&NzܫTh2LdCmis|?/tH6 L >^7>մ `R/)*(b+j yE+n4iT Ʋ>V>/RSbjuspXKZpaٝtޢ"^;:0o;+3_́|a_[)pZ2&9Z0?4ݫ:┶Ul>ܼyczEoAzW~F/By׬C8MF+WќХD\S:'83P U#6I{p 0 x T3AYTqۙmAXh -"n -Ǽ,/u+@sZ*TU R>uU^Q|qi@o$)r;w &3[X4 I -BK"Qh s -0Zo'tWg-d^^ђмP!7)_S{غmv;>bmOڪ;s*{߻滿aGԈ[Ɠ'ΓqHPa@$%*`3lVm\~L_㴟C` ɨִ{z7Auf BQ熳o?|_|q~J6ꋯ`FջGxXftZ֜ysry7;e=J_|~;Cu+˫?${o -kr( 02R,/p ညf?]bxs4„+ &fj 31L^Ud>4 1h Nu{?i!=9MJCڽ ԨfH.H8+j$ [z~G/*tOp!E˝""ESRs7@=w+=,9* >z/_q~S^@Gb>~[+@M('FR7juu{eD;~h]N,Rl!C:鴡QD2;yl净FITDSjWType, G~ukXQ6_?O㔍%~<,VIv7 C0a"lw|C1U3ҀJZ[Vnbj5xspVP*[fOnG"l* -0ZhJԇp \%Y,dw/~/h>x {T.jQ~,ʃBX@ z-~JL4BP10Zg0?yݹf5"KϾ3+W`t!so]אZ(0mJmo}I?&6(mgq']y '*8nḩ꛺3 SrjYNgfcɋNh(j[!),BD8BX,FGcLlA%4U̒phvϫz=4]o)vh`YIoBa' XJ<')+pPc88B=AxBaoP͢Ԫݥ(Va5][{eł7;dsVjsd8rmI\% *5)2t"wCt:g;[6; ySC|!NkznO#\,HBR1B4+7N֙#zƯ( b[(E\DZ}-ˎlOlYK㉝=@)Z`}n>/Fzsﰦv˔ӏs(Bibb$"<WpX_VKgl>伬G;_Ƴ{+%ŴU]fՍQz41L2fZSՔQE:^pq\F*x#. -FڃAՇw7o+Nwڟ=;J -$ifôF3 - Y 4i1DzɑX CVl%|ʪ9OKe:^?XްۺQfTj;=5\vi0(+$FOZl:ׅOPצד'7O/?sx|xtLnʐegVfT`@n~a_o6AMICht^ wc%j4 WYC$9)kLSVSNDT!*(P QrkY )f0,p{CT,hF](\G77l[V †-N֧9! .V7[ m gTf(&M$#}0$7Bi姧oGgU^{b}Wl,h`S0ۺքpp)&̃'X(Ҕ06,CW8i8>pyp?SM BA -$4M l$b{8΅<u%kEY.$e|Q:V` YJQAxAxTM/^" Cgm GK(I?a.&R R(A!)Kzh[^ZW:^Ż/rV6(ٸbh4qzS C$*ͧw?w_Lq *ee OWYƦ3F1+Fem{rX^!PzK(aCNV+}1,U6^v}w SEo}\<{k[qNg'ݹ Չa8Rxet7`t bhV\t܉$yv5Qf˛;ǯO>f}U{rm׉Y/mݾ-'(Z<rtRj雕be߇tsS/:ݣ]obKW1(.#U(`(33І`O_Yo JQ+$QTQf2Zj %K)$DҤ3 EU0X `Ր)*'^w,J)YqqQıq 9r8p)qP+EkdyT^#'NqhsmhZE0 QQmw=ΨDR+bK42ڛG`lfz=A'(gŋh]mow+˯^~3B>J6ǣǽ{X;iNh%Z~" 9j)+B)(M͒PgYUBY;>boOъFb1[٭vΖGWg?AyXj Ur IŀpӇ+."5'I@txṜ &dyb>jCrV8a+Z}mhDb4(zWcviCb>  -'aPrAYyY)p\\.0k(Rn (P5GF9^V``o**փB vYnr )j8kZu9fI095%0:;esꚂ67ybLNz=ˣlqqηc?@,e'AxBV?LO9gQd8{:xJ5*8P\ùX*RsvWef]|$Z[h*Z i -eX6'+uhA:H]az^v^Kagh慝/Xm#2Qf de1VKƾ@^"! 2矙Ac/ !(Dvx\ޤXL%aRXO(!.fg(M[y7SX3~zeƫAʤi2՗%(X&x9/r!cAV*r7{/Nw8jieO|EIRvh1} ,L Œ|^9GL41<6:;KN>IJRɶjARcXuQsK{'w;AVeI:ņr<>/AsdpTCtFGQ}fc0\C($ ڤXV.˯TbU;7R}oa꜆px SSxHDAoPT5p2 -nգg5'aaz0htaO`)@ڋ=gfiWVƉd?>zvO{;?‹ru?Z .E'v;y[8bfYSop>T@!=<*Pn -A}䙝}͛ -~B *Rn﯌E+Ft0:̍̚TE01w88#bv2S>PBA˪=O f0Xں,wխ|T9GD L<$$%j? jLRuI) cx N2v*;4 dj Xʷ`;Tk_~]9ݤA:\~Y*Xׇ'L%935EߚN$O>}7Biuy )Pm['9Au*xui6CI<ޫJҤOYiZzUHbmٻsje3^<}lb(Ty"hX$ -9.Oo˕R`uyysd{GO'WVe~).ӧ3Iml%˒%ْÇ|} 8`` ,p lft۝tLubF7{ :0`NG+8:g2SSV`fT -=j -"l>2ӕ2iZbDL!(.B.m~%$5^oஸJ'hz: 4( >FNNCfY۹\߽:8{_?IN&gC%*$X<&: ź821@2 -% Eݞ,8YD_:=AV(D⋩\\91T~PR6q0ڎrf#䂁YkEx)܊疤Xհ݋T!/Ò1["F7&/h挊v(Rk>t#Vw\Q019>kn2#,̞Т&/uIlG`3fł(7X|VTFЈ,:^Y,9hJs(TM˵$l/tFg>N_R=ΟI ɦ0*%60fM6R.ddzhb\Rb;:Xλ?|)Tv u(pvqDYItyӉKWoNήvkrf^8*lןLuZ![2LZ&Z[Kj=d(5\o@jn& 6OJIe1,F3ERkgj5N#A &I,l ZC'\+3BFeYO|U]͇ϥQ~k{-^}ѥG(7Hu" 0h"$e3!_^YX@ZlMaF Oˇ| vݕXa$FN'ޢ[# *Ɉ|+>&\!D2WD bDs~[ Vρ?y|tj[28z)X^F0۸Kl`rXWVlvV9] ( "A&<0X9H2;2 y+lYhs˻c"/da@ۚCt:'ӹA: 6X./IEQ̇|6 ؾ3:Y?x]OL"IH}uFq\6}:.guS2I}o?|@{[R}_NA*i8 ʦ k$sN<-fqj -tzufΦSu`J@z HLh.h&: #v:S[Vqax1/n_,oU[h#EArYC"HpFpVc7$B:9zG7Aoz}*bN$ ㋻igO@1XX']*mm_>T_??&?Z=3VGC~0?zV6WH[vO\Kn}B0]$)ʸ -l,".wKN2N9,R 즳"zb=Vg#fbؖSS\fmWmdY \A AqwR(hdڲ%+Ȳe+؉m즓n3;t:^xzMozz!{<ޡ"IfH# x$?s8Qf ϫº'I(:.H9I[qA߼NdZ3_'K2?٬ @i:h OE,bci;kQn>2Y[_9j^ד]JFQk3?eL8!DlZH7z3<_q'0)$"z3N[-+W#q+ cM0LJbb.Yu"3//;V$4ﰢ$IM󡌑YL7NvkH, -"fa<" vlԍ@  4^&zr=|խ{BXJ;_\;Z:m2ݘ -i9^zq-V\ؾڏ巑D#S\wwfOۿ~˧Gw~_t/6 ǻFowI5۝ PQG%6ך; dpM3CZ`ʵ7hZ&-3bmzzDK.4N-nR(yD;eXA6Uϸ<@w:'u$Qz1F|x TᓬBI-0 }/qba}]2=h!5h;[4`c\p AQqE-3\ 01$1_f%!#QxZ1 pkʋ>Ԉ -I=^SӲRfʜKN2\D59!(MDWT밆h:ډĴJ8 n`ftu* -0,p 66?ҁne-cRBI*rIk0n$Y` tIIk|:;MP7)@f` -:5#oWۗ_-mlgnˇ/=}y{ueʃs o~[=[ͤ*f!pWo>jtcdmgۧo$Uwn}WnpyujՆ X);Rio][=O -5N1Fȅ"zP: f,ot^Y8zOP^6= -E8#v -T]c TSPj-%!hP'/`D -VOmNc8X';6䆋QX0ÑQn'懇=>6:`N* -9R1IҚA ̈́3kF FҨZ"zP-o{A6 - H9^u8D$Sjy!$VX2V-2Q f'STn]0LyVt{T6`ɖc~́2V+NP 1JƻK4)jBuge֭IԘس'/nݼOrTa=؟ݸ<{꼦MPr'ifq1{;3;V_x;+8= -7}ɯJڛ.VNP6o=lW|nj |qHE:ӟ_+p'$[Rb=u5qm ϣ>xwqcjJXa+##$tͽ_^B Y>'!U]LM -^c^KdpEUs^T\֧RF{wiˈ1KtWO]QWbQ ZOz]4jIE0!0"R3"' \evy΃F^'˓otϢ"0}ID$MK.obg].C\gfzq\fqU iݵW}Kvwv{؎8&fB,d&!A0+.#K.@8F*U;;bg6;5a 8q:zś?\OU{Ju(fMQdk'ր!,$Fj"^Lm4h. - cvmYM-gG7/'IwAdIS&M8wY ZBRE{j&g^rQ=-gկn^vVo;4LmwUxdKB2H~C$ X(/uV[x]h/~<8-iMt޾x_~ @4;t&Hg!6TfR9nv?vdl$vxXõ `Ip~_pzNٛSQ -95G-~ƌ8}EUN{eZ? -3]f׿oaWmg$p[7%ަI]QB.SQcIDx棄RLrI 9}V|`LJ#53eus3D9Z޶uZ?xL.JNl~* -AE_!{$Uӽ1&! P2Vdw]^>(#C 6tS5WMQ,J3a"tCk,蘺V`I=;mDrU `~wI -NfO7J $cA*{Hus(_}?$eDRq,3Xd! e@HRX:4Brdne0+D5)< -M{1^P FYP[z,540/1i%)Uռ@EEC\0jl2o"1hWH0i881r- $':HdY>S<1+Id>[ -kJèwo#n!9XKzfq84j+Jr/1[<7:UTͪ|Y0Q^+ظc!K1s2JPh(/fz{XSe<& -:V^]tI. $Qe3u:88ON^p ,WtXIUoa+I}}x(ȭ<[!1 yKKCp#p,샦2Y.VsStf0*|_^ORĻmmcΓvVq|l 0ivwTQS3MZd<RmĈHTITec(Z{PHucU"uEIbz5F) -fDMlyKcLfh1h0&\ -נ CSR&:k(DAAu'QnDv3LUAb8QzՀICm8)  HW3LkaF@Kq/iz4S - -inH7C8L$HG&UHYFٯnP/\aۄ4n7؏U*(bD$&|)F#8R’kF(ű`H,A~lg)&1h(׃A -m ܬσ %s+(+tt"+LWSkDI7yVŞBj| jJ؅lqjV+8zdQEep2nK̹Zg^?01:Y+uŴ dCe}>TM'fD#KHaԊS򥮞*zDbi9D)8z PѡAoOGutd444KG$⭲yT -YP q$&fjH[ ʖŜ, QM1CVm]WB ZOzWO@*i\!Dhe"x a0l)j%;١7V \<ޑ9"d}ci2VX#f IQKRHՅ)@ۼM (G/:4ᐟcABlQ"G(p)a0(KBB]*礑rW5oT;=ݫf&+ۖHݨg `,Qve *w8vLc[,d6Oo8u~t=~/@Xݨ:J8!ӮB GwR%`QVmPfĞnߺu|b6!IrixZ}%k75؝IR!h8`ZD}J@^9힆&s].ڲq"QJJ{ajc;; Cq4W\`n%vd[-֋KJV̜ą}7>xi}vuezl398t%/4ۙZ{^k_si潋/>05XjZh,'aPmQ7-p5=WN>8r+g/ZYIԑwQU`0  p -B Q= /BB4aQ+F#4Ks|6sV#Ŧ82Y,{bayf\שۗstˏ}_]ju<`A!p/#S7ʧz.|vWl~Vg3m!(@!qZ |sk0yҵ:Y6U1WDyg9g 8ByQ4h(JRuhnH]{6pd鍥/]?^~]ylxk㟯F*Ҹk7?Nu;(XHcҠrrLsj {y|n$v_nn>^=sG=9gP*!YڐW -5 vvŋJn}{2߱tǙ?z>Ӹ~˝l"XT2D"V)45j%󬒖th;pbZh^;oڞ\/{}F_[unE-#JԮ5FXRt߯ma4^kce}n÷ 2X&TpXLbNySt{nxRͣk ˣ7'V'&:,@VaeTF8Uk̲+w2ݿPձ -F#k7fG{k\[) i9S]gM3\fjL`ԑrBDhKI0 08M -TiIARv){ N{b'm|eF?>9fƒV"b?NBSn1Ai@2% -3ѯّ6ϭ𧭱#[+_mWksEWhRh8E-8X`M<&}Yjn WX;T|7c5Ԓm -MI)dv1yF0>E/k2)|ZH{C9#rC U҅zB P1qV4$-E LC1i >}S7oȼ"@[i9I U r@@BԲZzK5=퇽4K=3-aO@aPDIE - :H>ɰ*ՍֶusUeuUx  bc|b &% h0j#+sҭ TC֮B2t&NY -Np -5" %bjL2zDJCKCuD=Z78;L6eʲkR -BǃPR+#! iuo٘m8ZlM_oTxeyj⹒339Wr5FLx8B$72 MA3cCxzQU2ќ=K>ns;:FM*+MIE(hVՠO (Ietʵ c)!IpRQH*v#@0 Tb~==sG]$#W_޽[L+uuMue9͠0\n.VkwׯPvHl+jTLբ=×ZzMҖ -*^&bh_2 -IcIך T82Suaֶa1K_%ٖe1i{6ԥԒ$xE`[4uRSP@ +K){- -rq쳁xd7AR'g - ˇ8tIyo{k Ԓ!@&xF'oNjNu۫^|/'\<^|~x7X%A+(nbt,w3 -tsHt -Vϟw7XS+%E}7>|T\Hz ̚ Ho:r'y -3IHMo}=71 q!QaπsF{ӝJr(( -A|AT,Dm;Zmz89xMǔKE}eӆ&kE;]0|@+T FR5GqykAלTh۩_7iOҍ ("7B ْBLlPuoj&ȩ.!f;8|+#*7w=7Q5䍫Jv+@fsrQʔT8ƨA|(Y@͇2Rˏ&)rt٫|XT&12 R,Ш"\z`tO3h esp]i==fyQA:5pj0G&)#d7x2;}M&R\Y/`Ō~Rl>7z7rc[A_( &>ڋFv0OSB+ĨR]# +F4׭NJD #jhպտe È^1^t#?ZGV=;(@ݻ&(}(fD\RIYs?^|!0َu;`e{Oz -NZ|D(c"x͏em=uxiR(y2p/p$L]kº/6B9+, :Ia\ڲ’تw.Y| Lx kn |~ ܾ=)?޶E_qxZ8k7Ǘ| m9Q2&p$L4-bLPGhDΪCr $ᘂyOHŊogI[CŔzoK[8c*T&7|1 9SRo/+׌y/8Wx->F:o@/* `bA@}8螄ɼ͒ J7(ugoA&)ncI6'tQ.MlPVa VTȎ#*xQ 9,!d4=CAn48#&|24O|Gv[mnb3N0C#'I4!.*r)eJOJr H8{}=Ӏ\282Ź0 ,uqmq;[EHHI")DϲdɲqvڤAvVmaîv}}@B>v'هi7iX]kAN~W62!4,_΂3әBHaE6r40ܹO"/^H)Zl[Ҧ4dYtOeXBxX i$\S3lq*;1. by/}D(j_ Ҩk?/n>9jAI=L7w1<-`ۢ9ܭS\jJ1Vڻ?!)ΤR*APMMog($/$c8򳳯XNe)HLxt`8G8, -ϵ$Q2 -44Tt*zg+Rx!"J6fv)UڜH:al 8:j\G5۴tL-V vUD՝l,DkK ҚN[ݢAhg^Z^AT̥jx!B|p\2Ѳj(na+ژWz(oՄE1hZTE.4+$0ky[\;eD^ھ3l of(^ΞH:#Z3>?M)$Ri9M[ *n]g'P `+5ERP$?Y?dy'`n!E>An~\0*>L7wЃjY(,BsOdcfy Ͽ -brR_TGЃ:1m9nhSEk# -Nֻ$ t#^q b}8ie>Z{*ʓJM?8JeN׎hALb_ҌO7hB`  WaJUTԶ$#Wlz&a$C!]Ϟ|Ԫ9w1\#'$Xeİ9&((*S>d%I!C&6?Ax×' &ҭeھiQh JWr/^wG,چՇ^9\=n~^$rmn.89p$w`9R$,?Xފ;=Z)x&W48`V brUGpGuŇ +Fo8\nnѻ{ e[l?2rG4'͹jVǷb|;'ݍ,w\>!CݻI:{8 FȁI;9FQ ux'#^8^I*ޫ wKŃɥ4>'e)-hC&Fq.$i&Xz9I5c*= -@˼LeeX.+0\I{ar4,q\s^(H -zƿ:KN^\7T+&IuF(JIF6P -$tK - :aٌlD8P ӧ>}JQz@&wbk3:wreyV9 q̚[=9d -f>P7(Z/ڬ2{1ɚb iLT kx)NY{X5K_ GG &P~*-\Ѻ),ZΒ4j+qx.)m!rlG5G~L?9Ջ-ۇ[ F(Tc;Rsq2oK$ɠSTj 7A/W81OR&lr_ή !HKU;a6ԌiҺNH^oE{jh YLu9 0ԘtbXf*bLgEeY7yQƒ\BlxجϪH׆a~מ}2m]]՝{4k |͋MOiF‰]M> 0gZG0.;/Ct(MkD!* ucbNhD}ïxZ$plm ڔ1"U* -5y'7E#j$0c%}^159NSia}A!j*֖;\YFݾ#9>g_C)=#evNy UTd!T $w8Oy!G>찦Qw<8N45izM+ mWABA=۴`?sG?^ӕ!k8fW,HupFGh[r`9!PFD-% p K6TT^x68=*i^~uxΧkQcUZoNTխ5RӅ -V)QAjiI`TĬJx2xitxRT,t|eW^v޺E^l>jʚ څkRܲYLCa D!qil llj!p U[r'qvXD^btqj}igvKd!9!mp-F,5sgΥ̓tǧ4ڀ[xdDG5~gQhՆa^QCrTz' A6֪4ܓ*HPBܦ٥pJI6P" 0{S\&m[Q-QGq~|AQ)˲Or؎ f@n.O1I$߽v2!p)X.Φjrt)yWwyIvqj$TQ3J^Qt3̥e54+x`q -&<@D_md)Ȣ=p -aZ) L?^.㏝aTaM~LA˙9憆:xG6v{Kˇ$-)UoTc| [o'ySL~͝{veAtW~V4<~p JA{ͤH\jXva9~&cYeb dnbFŒRwo,~﷟~PD7i-g 8{ T}u0<^2ti'Yr!?vF 5$ı˫뿖GYΊIL7ա1׍ dޚڈ+_J#zk)p~Qi^ fLmQGYAJE9nƐȐ ,vg׶s<"JY%6+(뱞wX܊RM SHJ:(@ivHJQ Uaq#FYXrIGۤ<QD](nӔZ .ҭuY>[\| 4 `g3u endstream endobj 112 0 obj <>stream -Hr D[hX}% %hhV;8N&v$I.$Otr6,Lg%(G:v:dd_xj6i.>{͘X@D9j!gF_R3ը \^x#":M30A$".ۏuٍ*ۙw2ko7aymmC4Up0sìpT]י ˪ ]VMajgR\:֚>t.YX}/irw@)Ȑ5Av^pɲ$H?y") .6ο_| -QPSLxr0oΞw礼`/s x۞&N)K&gX NgA-xMòV.n;E0! MyZm}cي6]f?NwO" E,'  -o]۽6] xz8MdW?_Z -kd+BO%cB2PNAJTV%Ӳ9GƏnF2$0s* 4v֡KUX`{/bYJM+0f~a7a$sZarBC\2fr}=/,U5^G)Pɲl%dMYlI'+1cԙٓ%8u:z LZ -L,긱:*8`ZBΊr7NPIr`?i?9 4DvD*[u;dC?}a[=y]ކֲzte:A@37?} -}tOy1P>ZEUߙf-a_ak?67E'@Msi݋]8隖zy3oWŇ$@\7'@-n?sAoIM>Dxf[&(>Sl3"^ʘ1s=J㚑L:GbgL7F9dXYn')fl < Xxs(L{ٮn9WŌ3*́}s00-<2R3X%;Fa<42L9F.-D Va~<4}cy @K=2D1n=4'}aK2P3n`u9T~LEz*Ƃ]g>xx3Tz4PS=U)sH< dUMvZVG}x{'fPapm B6Q ɉ) -TbvU. x.HP8`Xz^#6ROԴ$xi_10|!Ki~KU@Mւe!/uk)HiD3 cZ!`r&+PD&5eRTRaN_ Ԫ, dC;AΘf)>xg "E1`a@SØ{uߥ坎4 /6hzajֽ,>B4B3~Ota?FE^"9.63 %Nΐ""EUޕ67E~t^WF}D7t6Nb ofK$)Cs@ps% ]]{rpZ[N"wY/3/0傺'C 9R2ה[otExm<\aaGey`X3YݴC qV>ᤍ&+j\_xr1[ҡtM3svtT ^˷>c˥,W5]=xq<ԅNN_Km ɕMl6ʏq`:+$M1( =ǂ pdO5g6Td||KTmU?تZ iFqL?^wQm B'^%f.,ws.W^5JXGь80x C|PYVlG;և_M -c=b\pX7纉ST}N/>?I'D >07piw[Y]s+M@ Zxҏ -dKCw:^Ҵs_!E0ۻЍ%ĠkT.>hۼ}s#لP", _W_ h$cၢ󆈟]bݶ Idcâe`+@ .A@_ދo1 TM]?֓mt -v-MB@P =F/AqKz5>bT oDeUc($)mZ3텬TN8B l3|"~`z- Z]t5a{U`D!벡=fL;՘n ljZV~Zwm{t_'z/,F/4yXLdmn^]D}D1qbWF)T-;ƜWF|tؒF^LB $R \nKu1ʥ,t p{@Lza|plLYlf']&$YXO_Lu0L/"$W'/~ҭDIyIzgK&iGq]uA :ssĥ"vvcu}${{XFXR%mңr] b,1Z76rq5$:$}+UWdsS-`P=HeO_>4Cp@uLvxn܉J=0>.G^0lt&wN4!?$9bgE.O!!Nx ;^-JiGGӌky+Yt{mwkmMx'8Xs,o;]Jp!\4+ZQ,.k N6XtT0KRF'_څow09!-ݘv(k?ӏ'\7s7K5&P7 VA| FKZU&L7u[+dQdncp-3%ղF0Šä <ƥdӮP"Ŋ.$7Z.IR >僤99n?A>gWsZ% S Fi:Ɏ׏`3F@Xx l &WG/A甄fm$upLw-YCl4UM{h|TCG -;`c ^l%$VST/'%6jR.WIݣNi︽M^Aֲ;LIZDž6`[ݙrN٬E'9_HR S>szfn\z۬Ѿ]~׭'V[,sr%uᆲ]:`u'4Czrǿ%feXL g@uצn?#Jvo 8$8p,_=9$iC՜(l԰'(v<{;&N܅ə=lcHޤBӺk/x@`*ϑ9ZhwV[@J_>7e@je9sÞ(gfIJ.֢faFw\sf;SNQ*uUܙ:tUg]T hM%T:ّfoH@w66ČYn龤ZÉV2lOH'N;SN$D+FTquZ_c)+QrPNiTf3_)ք"+:!YmQe%֍J3cgɨ1+$!}>0 $eXϣPRnjwb{yn|xd1׬ #mҦ= EQ*%ԍx!EʀLs9!YY@ly!0ZKGcSĪRh\0]I mm)wh|NY.Pkbh,"mK2Ehi3^l>Uri9K?Y.sI\L3`-%1 Ç5RBs^RJ7ovwk ɩ#E-Y֕ wI/9{+ds(٩duU9>BNXg|eVu^*yq`02\3*dmdvw;Hy9eX>ϯTu6Uk;rtލ4w~ZKZrr>Q28ŸͶp!/D6ɋ)7F*AyC0B0!$j29WnFѴ1υ`HXQ}j魦FQNm5Df,%4e>mx!\Qep `ODك&Br™n9&,W\-n)Dӧ$Lܶ(&1a Apfslnu;$;bŊrv9&Yd? -x|ss@X؆ b-Irp(dlW-X`QѴA?<師zp/O_0[}7\ K'DUQo -8 JA_S! B?N JF1:Non4z?1%*^q{+N: 4KQԡaNUp6= A1;cj^l.t2 厠ylzf;}HMV=/}' Wq~rԭ%qpn4 >PN&Uc4F)2j, W3Du e,^t]pFJY2`JQOY2Ǣ,eQq%0˸ʌDӉ^v. ϒ UL5AЂK.\^{r,gkzDkۖL OSsBV\Vx"AiT@(l-qPX"W ы/Ar{d -hFf+TXVq>]fb)7kBQMWN Δ: sm/I|M?1*LoŻ0;3(۱lj = -@|ac^LEy`Fe^U^OQqkؓ7^Ύɛ뗿7P`kڐPt'O"t 4A -'dFFˢkNL.dnE=U/bĜb%1D!juT Bʰ>E@ /:ZJs^NzlՆ!B6d},kj1aK -p! بVu:E]\Ywkd&IeΊK]9>QgNp?ptMsNWv)%ُ4sK)&B|B@љj@ €N%XS^Vts\Sklwkc#tyl]omǽCӷjVҾ#`h/S`e3;c<-nӍڵQzf-%*DG?:9,_\ՔZӴkfߎ8?ow6>R1Ao~K)1Ŵ&"Kjghvl',RMpaPǿ 0f%!;,^885G5u (\`@m.q|NBZp @XŅ q d(hlV r0SM ,a W~z^`Թ:̅㭢:Lζ2JWwJT*b=;<~n>:J*Kȁy4~Ǽ|_Y!xI-:7# V[Z+!Sb.1vx<+.z W B'6Facj]ZaLeyv6,{a[sJF)pU`؀b1 Y4ݺ]Cs ;80#,BrơöF}"Ȭm Y k"aMB%o;v1TS1,@Cd6,h`T"Xۅi^t}m{;ZAWaoQp/z^@ocMgQIƩ9O߯n~~,/U5ʇySq^A l}!͵IDQ$[lˋl M &H2AL?yᜏAk/nթiq)er91ldSO>L._e|Ҭk+_\/oV4JwɍM=fc5_l\Aq4FzT8~NQԩ!OU'NY >Hm4a^/nE(ϊbw䎿-װ-tY wqJf5x]ߒ MgYu}}B-IqTG'ẞ=01`Xޥ]s`㴸OIG^@2m +Ú̬/X aB\lh7-t{[#.\LA &Msg=³}ޅ)bîYQUk, BC7jYIGB{~N$LhcYNDʲZ$Z2gY7eGe$WbRdVM^22f,ņ$6 4~J*)YϮxiWݖr8L$ Yؚaֈ0gɪXyyX5k/97a-~?[%-dd|oT%۟]KZXCfr&Qz.;7/4Zjf('6Z'!zV'K&Ŷ$;ۯeO.\_ _VUbމs{nsZ#0"Dd#ϙLƙ5▢n۬t{o\=-"Iq6RtVq"7MUTQ@+AWQ*rƔSRsehꈙ:ձ_PF*L}9xE -瀑5bSHeGI£іGRKMIXQH_P_/U-IfK=Sת8Uq sའ#gF-"1i~;(ދZޡ[}CX|UPA37՟7Ӈac{6ʮJvrțv\/ڥYRr<2Y?azpZ:QZQSaf*~iNѻE5Lw1Xm>モDzV(\%ry[PmwL܁FQ[c$%дu'=e7@xʰrZnAkJKIf^g4M/T({21 -v{_#@0F3+QU)7Mo 54'[XSqBomsqY1aiCZ.̜XQS,HQ8dMkxB,ӱa<Auf(!Ǜ(Tsl>owwCozI-#sot1(=9^ z,'%}e`cfQ΢`y17^ =arg|oYL2Ǟ5|;UT|Qx''8M5!B0~tY~ƫ/{ɟ1yyqG{i$0/nk,7po~ E - 7z-^ ßUtn!F;54xUa)5V]jZpocnxz4ܳsIYhcw:V#Y$/ab8O~9-M~2l7!%Z^;(fqa}PK9eOۯ~]lRvZ:E -0dEu廏L|j( xW+N.laX%۳Y͂R*/(´KDЦK'F!T,Pc;ί ڲYsR5_U"M/`y7ٮ?=bhؼ>.~\_|i2; ‹Ne8uF"0}Ο+k+,PN-jayݽr RbQ4cV%9ys1BMS0sun{(ctCf#È.v`mw'dI{ rԀ@$]l>&SԮ#FkX.'qfhu& ղF`8廞cJO'(OUTQW}$HH넔\ETW-o0z˨jEGGpW(8XIQ茒4@6OlL$zD?ckڗEqC,r(ݸ'؉rX~>=i8;lhL^Ƶh(VUy}^PTwdVYqv!㍈AZ V"ڇ9+8Lgo&oEx F;h ϾK[ZҶk6d -ȶ=5B2^>9,H2>ÅAn0kP!\q|{pGSMsqOǟÓ<wH - =U6DNxY{'ŗyvjgA :gh4 ’ B4 oe_붾C"\{bstdQbt1h1yC%qUY<"T4;dٓaHo vFx -kjaSX/qHܖ袥y~``pju34'N~y'*}~qs!q3rjʝe4, [GK}s˰D8޼˪jlc^+yXod_w\6]^^ Ae`c+[[`986}PtսOgfS*%\jF m\;>z5M>J9[Osr+ĉipdZ/0nut<ڲѱ`ohD|64ˇc?yE~F˱4zjߴ -˓>mgj_w -lv›R;b?=L~EG(:,hZl _"Cbi32ReZ>He0f{m;}CT%2/}^4뷼ְ - Mʻ0?}W [: ; fy`s*ˢg8Ě?>d4jlTl?Wi|>Ew,=ůGy]ӷc=AYY͊HFJ7Z]tֲf@g:H+l_?h:PkBEij 5a@]p'qt4!HO(R`,=Ч8LrA(z}\ƒE9_^(REpĽ2UUYŌ=փ^OP)oJBfioߑ,%H:m)|r~;QYz(SIY -{<^+[%e]wfQ PH1IxbH*R&Is$o4c(eKZQX]@7 Bn:G>UPJ9@G?C<2^ Q6ꧤF?F-v$p`IȻ4e`TP ؚcGx[ݼ!v)CusS1_ԙF΅=EZ:>%nwg!>p앢Tȃ3IDpP٣/6W ۻK܈bW?P b?! r?3g`(_!Y&脌XW`9.2$)Ox4]+ -q:qq3f;Eb(;-0l 1= -xߢk 7:xtZB6Y:[~D{aD ӏAL^syqTcX`D=JQ&̘(Qtf調@lNnwgkDK˓uDB b"O-XwֵW8rGU;͓9vFWig%h >һa*'\Y:ܕr-4;B5 FȫjZO_LI\XT&ы8S^.^hCOO(dݏ"˺y{X4옌O^qv_`l.?|lwDظ\U߽8??t36Fa/~z6Fqr#nt0nx)t>+?_?:eoNE3[V>sZ--&K.C.恼܀,kYgRof6^xOu]Y˧ ; oUk1$P̪8β\߆}c؀xNxkiys(BQvH3WenXsM:5܍<1!W" >¯u ~$$U$8m%vE8[y<9G1}{78Y.v4ϖƔɢ0l 5^5˽nV?MK$}'qӌ aƳ/qqJ -k3@^&|%?!w]ݼݟE; U]5Yf [_ 63G*ߪfEjy~.[n~ϸArt8.ƭ+ExNmHS)$JRdK,xq&uI "A(hA_ڇ>X \AЕx.;; x(.60ɔI1 ^Ez&gdDM(wQ:f>QhF>HJOc6o@gVG||V>b+bX2wM(KXfupCa/*E̙aAL8ADI%n` Að0=ȅ#,Ld"PApA.2z0zǿqŚl-=4W  ap dii 4b%VBhޫ:QḈS Q)֩ -BˇŹMY Ŝ7oRD5FH(aTgzӕӹc1h;c*0k% XN}d#fTFC\knk œZD}i7oo~,>?edgj5S#wʬ3zm`U?Vc)1QBe6EA/E+66ռ%2-ds'9.6ICŲ,仲;k#Q:p pڝmX^|U];VhgHHaV"[Y5x[.KΪ;zRPn /o{quEr("Q^Z+>ԑӹ#b8z+%Өf8/: *v{Gy 1VI.ef Ԍ v2 z=üm=;8J- Xw~@\o˧[7Ξ?WϬWz3}{ӓW`br\jKAs0mHul\%YN`.cZnn-VK ^ -7]Pz?u<#fX$$+|tb7' +4kr}oo?NϞ(Qѝe{ٛw.+ T16 }e7uϟ&f*A< ڔgm[hGz -UsHKlY+ .J~.o)iiS并bmQaRֺ=HT;aW3fpUrNygV|7\MƛX˥1Jhmgsq^DZNs/GovHSdrnλѓjVy Juy!ibT5o[gJi%MR!b -専 r}\6.36?Y^ٗcws|Ljg?>.7<e6zF68^Ң(Q"H$R )Qj%vg_dd2 fZ (0kE=996{?Mgbe1 ΋ܽYP6Eoxjݹ۹ռ3 0"6"f+Lwа_O7ʭ#eJ0b@ ~ntji*W= -~N #o:HP"lR^o~5}B@/m\KP%f7:pTfʎJ&'V܄?9å;wG0|q!3RKYk18ݧ/D>T-wd6[ͻ _O/RA'JۊK}Qwyey -+@!-VSg~^=r]Δ74%̳7apEIZix#x)*f")[9uV=s5_(L}PL=\n3H1rwO|>kMӥ-Qji6`!.o,8R+t@#xw}@hzupSgpAή=qSb?--75[N8$Y0jq^JOPy{w[g۝ID j5"tU3!LR21koĄ -ɖ+XMt!JV=qI1Us%[00HrDs9-٘\Z#FDcy"^@B:[R˻21ᫌ`S?Vst^z']q\whGP ەszwhǰYu9yb^di -FliG1&ɛ~Kc<I(Cd 탗ӭQB/Z_@"litnsc%ŚvUp+?}k E)ݨnOK3o.c~4dbJ¢mOne!"aIƈ&'zE8-T'.bMS\ hAuPW:TD8'ZɔƑlA%QT AYU/HXf}pT-h)UE bSNX72wNTWW id| JB/M xԼJF8"y;oM^}rtZ(4|TGKDt(-?;z2rvLQӗ|M0ُ^B!0R ݽlHrfJ]H.FdmAvgjn 0I.#ED;UC$EJ;%oj$_i =T,w'he IR[C~`7t)i}Ò8ej6,E~<:|ӝ]`ok!d?M܊nE&ՁHCD6Tec3[ށJy<IIsi]s03C~Jp'ٔ#FPH"gPL1-z'D!ˆ8['"MCga;|m/7=hrӊR?{}1*}e9 -+lNm0\ֹ"iIZSpEÚ|V\ͥ*͒ ;~7lzHupIn A=YY5 uT!,FE2PDi3EwTLAT086?9y)kkZnjA#Ph+U{}\vF+grf IjԛG~$jus%zx%8X$7Ռ~TaRhPL-VlTh~V(N*}X.QLQ: VN/T%=^Ygnfm- -~Z#KYzbn1kfcqqQ?hj").Cهϐ3CrE$E"%J%SF-)N"ծڍu -/[5P -?(bMPiR(qq|wZn/W0r5q{Q 2 OFRL;k+GbBFj11-*-нCӲaS)gE )HJ5펤dS+m55I6FG t3΋1ʓQ< t idzn}UF̖흽7<`X Eu.zf`#p$TɁI3f>;:z{ivWF{qH0Y 8'S%q"`< *%(%@Բ1!r(#hgb HTḢq/ɕWJx&v"0JdkgIgByF4ῠfʓCaA4Uk/ldGQ8I(Cv&;3_W@x}8CpV]+?:BAVn~[KnMQ9g_yO> %$Ij+INxI6n}\e^*0ʷ;'s#8Ufi) -'Vڅ#Un{׻ÃF2H뇇'>-FhpbKKt0xD4b*x0LISɖ )IɥN3.h! -XT$iSJ4@SteH'UcRJeRmlzb^/N9`ތ5W^8t{qK9E3j[l`QL ǒm:fۅe**P'a%(C3{s-3<8<&HΦ8+$iXrXظ 0qT qtbމ]KI"Az)8dyt( LZUO0YQJgPpwO>΂Hm¹㳛 ׽Arq$9!H6Fd4J6'-*n'ȉeA*Ry85#;m: r*=u -"HSM6y58++#'DRypbS%e;iK 9IY(466/\:~>=Ͽڻ3n/INZJ^Wz|ݷ޿s͋xk_G|u~cT$`I1Q*Ŧe٪T +k/[ޏ?r׮w;旿O}ݺv !V .HaV?]ZYXپp~?_>~ʵwgfL A,Ð!it*%|>e2ӽFw)_JnǏ߻k߾{}%U(]OtcKXzj&KV ޼U@FRx̩w-1D/,**:46M<=X21J@AU77H??QPQalq{\^]wz}}ᣨIIX%)%%?;;[EEf/'" /0/C)*C!"8""4)*;+,=CCQppzxtwW^vOUm01E& .*9UO[ien{v{ħkr}JQj ":" 7<6L72@A;CTNVqoy~}ɲ຾ʤw@CVGI^TYiGM[69EEDKb`_yӕSZi:=Q12B('1=9BNKSgghgghnop䨫FGX1-H+'D;:WFIf#$9$!194BRMWpororDF^..I76T-.G:?V9KI\\Zhus|ږTWgGKd47Q3'&-);/,<;9JLL]TU`UV^qvz񴺹99P--K,'5YR\jdl}ux¹йgggDGP:>S$$:! 2+(7/*5938NFJrmoп¾ظcgvQTd33D>;MGIVDEOAAJ`\ekgiqkfÿĽŔchm<@O13D02@30:LHO`^ezy~wvwvrqػMQ_'&9'%976M>@[)(>-*9<6COHNojf¿˶Ըsy6:K&'<01G35J:=P<=MYX`_\`wuvQSe"#7+*/"!5/.CMK_IGTqnpΣBCP/0=''56F98G>;KfbjУzgq/3H&2-%".%)%2VT^}|~ײjhp:;QJKi81?QKTNJOICEZ[Vdfb^]Wmj^zzuJIA750*(+""*$"/'&&(#0=3?J?JTLSXTSolinmgc`V|zi|{Y]^:;B12E:=W13I ,",'$.)%,1+2wr~llqE@ARFBri_tŻٰxZ^[89?67F)(9##1$$21.:uq|~~OQZKKP]UTka[xlʿͿtnlRR[8;K-''8 "3'%()4,4I?=qfb絴rulaUPQIIM&&-%*)8*)8$%4$%4)(4,(/=8@PJRi_c{sþ­vOMH%$,$#5('<*!#'"3=6G?6C]X[eb`yyuȾ{pnEBL)*5!,!!/&%6+,IpgiϱkegLJM-*4%$32*"!)$!+(%.66EAAQSR^_`h*.1"#(#$, ,+#"1''7)#$ 2'%5# /)$3*$3*$/,*1=:E97A# %" ##!&,*0++3.3D"4&+%%9$&6Wn[ﳪ9z)HJֱ$h Z}N2tuVfDd ִE4҆a^$95̄z]>v]sdKL`U5d_V$>ZNcZwe7/ߴuO./Ou - ZVfzCE/)Cjsv-U9/r{__g0àtaR7ƱX*ߛg|κ?~rp:^non}~rj"o p -EPm>Z!fM׋n 7:vg^^̣xdBD=wU|4:d[CsǓ:VW?W߳vyWipun> FԶƚR3lOVżg;vXċ26mT$;HE=tYǯT[.p{ȕ3Q0Ip:H0,9ĩN"Iv?ޔ\IvEfzЅeT@Tj(c)}EGQϲ B.F.uFSZ&X3*b\XVm;%EeC(EKU]EqL(z^+,t'̣͐3XߖK]q 誀e^yн*AZkU'^` ,Ŗ"-9KQE9p-)8mvۯ'vm(\4jrac%O,l$s'o |y[S#ZUs@;8t7Nx 4;ZDEs"ǘ`q1Da0Z`?dX11׃WWOBVˬm }7 @(J/r㸵Zui'Kәfi:}Qfs~)WR(OvŇg-bb#}nYovwO4stzwb6FhX SM_6[WX&Ф@rș ĬȓX2NfnzSA"}6qvks@'(J9/4Av -T(?E,c7(3Ikܴ3cFќ j!H(k^|Xb*eBI+Jcpu0~~( -G&8nL IZTDQD,Ke (q%]~[ۍznq|$wuRd$Γd{aсnM+'(T -AL/No?*:Ԙ:x>Y1LPʥXi!1,HQU]B8pLVÝj^WWQfA[A0T90ۨJU!ikRJ{%]i6c -4AyEIf4+|z, -ZOΐrwϿͷcQĉi;:MKuXHm~eٓmJ&/:w)v~gp֛=,{/GM@;I{В4mQC-E;W = Ѐb= ,Hiп\L-^£('9[ :`nNZw,J [&$hVtD F 簌ꪆk /ŒS!D0t1I`Պ DQfk8^ -0w,灛A5HG䠵OA$冱?1nN礎@nIpgn(oeKQ.ık뚦fHRNT5sA`QU+ -M!ӵ]'V \n|\]ءa{8Mڻ -c P>,a&I {ui-#mz] Pkwl k=:ev.h)Arj|u}7ִ4M7ar(!D]v*š3 -:O`prg.>C_#A<FnZnz;?S.|<Ӭ}7^._&Bab0mÞ!u ׳ɗufys[7ó03!(iKCMQ_L $E:iwcY#jUAbkN}sߛƷ6U%:9 WȚip\f?:gJ \, è2􉪏em‰bNJx19iZ=y`e -X -t-7bUNAa!2^Q`%+Yf(l°0[E6wk (ff r!) )}>0 b Gʅ;2]YێV/0 Ofs>;xwpi 8=~ ~ C -4i3X -DMްe (9dt-) w0j~o>?МK|\e#Fx/S* Q|ǬiUg"ݲR<כ8&k}Νֲ?8 F3 S;BE7D&*K4A 8J/>7՛rER0'܃*w2" .mH7> eRbEPiA!ؖCeI}X[l98MBr@`I ([`YvvΔN5w}3y7yrU)I'A d`,RTYd˰^p0zh7'i@CniQl@Ҷ],Wl-3Bn U1W,*Ènk#})n]!z  \i6;u%ӡ C$d[ߙ[oL 4'>OCNs͓_/tPkS^헜[jA1nIJrGPZXT[C0 TkL -GֽJs'LfNo?n4w6Ԓg/? .sY,8ؑ;:yu&֔qgzݟ=8{igK4Z5ݯN.~  "eO.P,˯r aA3HL+oٝ<xn1<ǰN:n w HJPo@ӴTrՃBv,G#vY@|޸K| E" !,|ۗǒ)ІݒLj -lSr.)c+NABqPD'6NfC!YѢ-js=f^}eP˕hz8{*=rBKu #^{)2I]I5. J30B5`(k==]wi[kmq p e+ՙo)9CE_^2JDkVqn_5퉪:gW?~'&̐ MIsӻ~#.泥Tn=ӃQKA'2PLbxNаI|evrO\}oBF`Sbq$-^hAYDf!TVک 8pq0a^o0 -Ds"Q -E=3V0ăbaݷxći lqRN_=:4 [}XDՌ~4)WE{~  *vWϊ9A|A i|q5Hp<[@ %H<2iNc?-CO@<4c3 @5Y YcˉUo:^lܬnU@LeM6G9rXT_K15}k&653H(z^H3hlGaC}vxw_;R 3g:'rʻy+-1y[km:ATL$d2Hi! p³>˺޶Q j?ONP -WR<zS3bh-.JSDCqAi@'e') *ͪ֫7ǹ"[nGp霬.>tGbRvmftaBkz -n( Yrl :'vt7ϮNէ leUwzFNDMLISM;~iQuX=I";F5=exv#dD^(d9q$Kr\,p1bU{{mENf [O2iox^d{Rt't&Ha:^X[As9Z|0Y"8S# hbPlvC -$Kّ۪FYM /Q\>V*eB&ç35 hYWg鲘/WRQwzSٗZi-w3QLQ%:!v6[PX8F(~`ׁPڍnljuU6-WWxŻ肓+ы^%i]:3 aIIC,[eŢ,8dԭ^AN\^  zh|gfEA-wP]w*b᰼9Q(k$j憪T#bqԅG BZl~z7tzv~EU}h7 e*JijnoT7[1LJ#!oM/~t1t-P ) E㡭~Oqr 2=_4yIN'ò)+HNFc\!''"0*rh2߷4åWZ>r;n]vҥm1/1OIcp biJӠ@r:$!b6_ݙ<{v?. ,պ\^}ykfGR$lGzbU՚o 'xcv?;_pa.#XPȗw9!<ͯ=?]-遤,MލϾQ 7nw𨺼gBP/gaƇ A1ݻTT./V6g -'v7:z}֋j?×_:.O`k{]bТssY!'p! UO^f;489)&:z -l\,|arѲ\u\vՇHKP !V!syffqa޽D^%"$1F-Zly/rt2߯4OQi=39R\o(f[kͱg&Қ~BPYW=XHmA .L[t3:B$G -7q̨%riwWWpsOw<:+՚ikxfhl>S%ЀEaQh '.֞Fuxܠ?T)GehIT '!Da[0H\'1R±jZ=+y!܂v*5O5`ThT#,|yJ h|s'}1E1i RE%t6oOΟޝ_|v0R砪HB! etfؤe+i2Mgq6>yh$D;\ |pUdb4O0aCFTq}|rnrq7< ;~!ku&E(0,/%)|>X?8;9 -SRj,nع9zo*BW'7@V4 QNF{TfDkZOaqp`"7STtrkWI#!e4rjursbWj$H/Z'W߽|E@;qX*h+N Z͗v -2ĘFb*Jk %ͯ8ҬF00oIZ[>%]c TNzg?pIƌ)&YL3s\.igF $ q!X;I}$dI2WW6]ŬM?h-}NӛՅ1daA6y#q+fRng{&3/Zq77|nA:/W@XNsQ 6 PStc۷ 36;X2$)nN!/fgq [0d;b2!%?<:ѼFhfI0< -hWYfw&^O@s4 yMhi$sl9+lTuRB\j֏sa^^ Sg)$']1JzL;9{TNe/Gl &3M›b4Iy^r6֛ͪk+Z}my'O~,Hk۽kYّfz=/{}"4> -+H.__HLAH@Xk;JdAR.j+{Z sn7@Adq>#- Psauqop|y!`N?xS&$eТQ0V3)#z#Yi)reUV^{[I?yyb|\.+j߻?c`h0ҕ)ج);0VB3:XQ7I4}l1+u<Jse&T-ٔԪjc?Hyw|\ W›%TL2]a`pBc&3 Q`|I5rgtkU8W$B mAVQ"%h4ˈUDzPd !ϜMx,_JeB

    Ko+.d00ޱߙ"$,Aܺ!lr{ -c=:| P2NN.owvϮwj{qS,?Ĝ??qP)b~Δ^ft6'&`oRf3Or4ӊw1I+6ieP?htd!eU7 jhXWp ;{T"\DleAB D+\5҈e#֛tB< ώ|?xWHIppq+$Έ,5#2F @`(L%yRSV{?'wiekQd 크n9w~Z\iNH"v}ٵ&*͟.6`$ĸ~e<~4gat:sV4F1Q8\0@a h_$ڡXM_\{ퟣy oJInw!W~|@v]S!MYh;=6TV*R}Ml W/큓?UvxןFo{o?se4WeU$5o( Z=1Fr lB(j [4X(y8PहvFG =<ȔԲ7X"/\ TÆT -_ҒNfXpE+E3ܓ8ÕqBT'&?""N'ϴB};ͽˈ؈gVވlto:?e۶a`K}KIIEQeuYJ>ۉW4q;NIdȺ@[ -lua؇b~?}/ɏEY1Ve0UYp=5s$i` R6BUj |7vOGl_ -p4m!=bi\,.Rmt"Q2aL¢Q$lo_raJ$xҎM[pz}!QZO~aEWXΊ9U)sL:{PItՊ{]zk>veUWí[GkKO__ސjsFP;)}TOnk VkY>\>ܻGT?ow^L`fj6F?h$J#ؒ#Qt`gr:P)xi6V ٙEQT y!H||I8ɄlN=%0 @b]\0Y1jHAc8} WV7F (Hg !Vezo5N=$Hސ}8õϯNhF;;>MD2XS]m^ҽD5lLB}8P˽kw]N$A3Q2 K{E$hDA#iQFGO\FR T.r2;PStetŊr릘P'_a0g.)%H]+N< ?:ġc8L!}L󓓾@@1ɩ/ jSd[XsKcBH2zJum`9-UxiYmBeԸJPyPYB2?M&i %pBa5Tkʰ\_/}Sws@`UVNNCCFG-3*\UZE: 6 endstream endobj 113 0 obj <>stream -HUIoIlK"EV];^nEDlK#{<lˬcI&Af$!%s)&e(4T]4j+qsv{^ 5I}3*vlYikW&֮U?Z5Zwɓ/sqVl~W#'}@amnG5AЂgygg1RANοuӸɛWoݺx!yFw|orzz`i/dz{)e/Oݽf8RL`X7?{xxn4<,](0W޼'Ox_JE0Uvwm=iec1HvQ0;8}ǟ|2/oj"͔y(RMOtqų4m_TORt@6![=qð`NHXQHBW0gYA{%ٵ F ؀.[$ M\Ġ&;$I) E)& ߟo'ݛ:m;I'IsvVՖ) m2fji2Ni+[;??8yr,ayLD>iW|X_|=b\* $Bm%ٞ 55`a}}H{GihqE݉f4.>زaeQJe)q.VYvzyG/׿W.j`~ A$&*q(d=YI 7oG2bO] -8 Xv_rDKDVˀ8[@t~4'N]M 7OϞņ,ĭI<92"@hWXWz}]&yf5N9>WL%l7Z3lYl8ѴLbd8YN Vz4 k˫wl Be~"M0Cqa2$ckN ՊH-wb JrFQ}$K 4)`)JA%ED-!.6U -W41TL7y1#Ilfu1d9tnd]Dm.YzK,b% -pa -`s!b \N|JPcCkn!q i)+W8L 6]&ծ e<_eGUA܈槦Ii[;ϷMtлL;o(!{V"HEu XXȎnK`"qk9sY֩w|ȍYk{|4i "QX&-IeiC])8 /#mpϠcBQd)f|42Uu5CYm{{i~5J7k5D֏A aBn#ABMvDS8tͺeė/cjd`Ae)ˆII"O68.zkHR#zi&H2,03%Qk\MJnq i_"Z fDҐxDs,Ɉ5,ǨVgJe|!풘 Q{ Y'SФdGn -O`&p9sqy议jUw%hp+J8 -`8g- d7",@9 -p7$ANciP%=趖ҔBSHuqP熚Xa#!p"sjyIz\/p '+Ҭ-'d7#WQ9KPJRmAdv- \\LW>G8W89qgy7ZzBC.G2S}nߠ xSUŤ\eɒg $C Kkks %KI(߳@ȑ^G٘LATWVQKW Cgк"<}Ac%L?Hds53GZgp?w:|')7 FM2ɓl)H $rV]4-}Oq -bGi@*" *pRM]?O^_nNcaB؈ (7`%i8KrXcHÕkU{[bs|z;M曈ȂMuV4}JY 0$c4CK '͝pKB\S -!Dj+9/.WuUŇAxb(IrJGW&V/t':q|VMoVֆ37FlJ GQRZfT&Lkgz;v>rW߿9Zwiđ ߂gP~8!=^4P+Ғ]͂xfI3_N>uy=b֑M1 4Yv)"OQȽF棺/vrֺ5U5n<%" 4@("ҌrjQb( 'Yc e7=;\;cW?6T0)p9*:UgJa cx 䐯P(^mO.x$/ϖo?8Y#;O?`T1"S(C5oj5cC uup'[?UZvX(Ӣ#a#&|aykB.9b0 N`|e^0dvxӿ ` -EI66FK̙e#\=6iy+HAj+>\ocxSb؀\C+ZlM 0$Mh:,jfhJ#!sl9c?mddUrbF2b1A s mPǶGYv's@^7 *aNNe-ؠسIfSn4dA)i(RnKY1$eUwkO<wTcL!IZ 2m5j,mop N84DGX˨Y.}/\'k9U(?iG;uNjc hgPS \f[E2)n1gmSZHk+Mδw*_(ի&/ʹK/XT-kĕ7kW"Ҳ7XAgD9FX4Lt}*i]h߻|8z Ra,w3IƄZg A)h>e6rfO^|e9بr4.J}q1BPGo,sb/Q%eO  uI~dۂE~90PS(ὸ:xeX4n ֔}Qrw{d[ '- h6@.k%Å7d;?S9mX+b'!i42Ne5spr یQl quGق܆P:nl$EY,hU -RR3n˼9mßm6fBBBb3;Nk;I7Mfv.it/ЏylD8i 5+L#!J"zxeos_]!9δ,dcOȢ[3c3}tg%,+6N枖VqQ(n_dd÷y{xvpJ)hI8mMq",Fn>9tzu|Iܕ0G4Yּk~E=8UL&II"ע<_ 1Le4cl61JG:D:㋹8V` ap|Po8%l~%Z灸X޳߳|jj@* obmS!QcJ뉞ߍld u0Su k%̭% dV|B(*P2%t$ =sI#JV0qb@&mo&?3#?,ޑ )f -w]]k(iM Kr N5#XO֧ɍ7zzF ZdZ̨oOWL`K wFW㣟mۿ;#)[\v'? ^׼C0`Jiz/C`~S{`uvLJ6iug)*QLN?_ TkFʸPY=~{j/s$LQoC8w./?f)H h0%So9gVb`zQQ -Bsط[GG; |0;kg)'I[sL#)DehQ '(4Y/F*]4FaXcJtoWfqg%Fcb o8E~;%(C5総'_&|I(ח_^~ !h= 0DqSQ:wIPޠ10옍? tc{5ycB p'rP0%*޽2azR7v׍ܞUͮڣ q 'jMEcq8zL/]:o6 2{{xr)+\!a,$%Ԁ`x?n߈J3.TyeÓO;7 xٿ GhE}:e_ڻܿs1SN7iF 'n7$7 0O-,x!Î)d%O8y^@y"XC(:mPP@XU!3xyF" --rblcKv/'U:iSJ#11\k| .n#Mo_"a@iif ",i2̎w&F+N%X"W&YТtdH -AZү4=v2h\K:uMGD1,1|=DfuZCz(-5P5a ZsA!2\1h HW#! TO)$mWwH|6hȫCx%-u^]Ñ #e:>L.,bWV_VY޺PǝZwDV(4ϟS@q l2QQ.fDPlo.PZx7i؜9e589/agf@411oXc.ɘEѶt܀TKsb@ǭ8[-P.NwbDl"HFM}vԞ|[^sN'0F}$4P'LjY޷3:p-֢ w)spi%`kHX\^E 7|Y7ڶ=66IuܐI5#L-ŷ+OwD6Wncqġd.WmN F`4ֹ07au -՛g;Q7GPp_ i3*'oʮy"g\7W(a@:FmAW/FUOPsԵGt0L}AT*Z`V#a}e-"^&־&{vS"ZT_N={/pjXGx (zǛ%7Q/̖ o3%6@1>T I4 _[ZA{mL%$qQ(I)QY,WM3v8$",b}}s 8-7ϳM]sp3X>}t-4UmP$h2d.`'(a4UmPp/֗HTڠS(0ᲒűYJ-鞇Si&01UTS^X̗h^(GE9y|Itmov7 -,ݿ -Œ(a #Z,]x8tK/݃jH]n!XI8p3>y 1AIBq\rq즻O\>bd{v~W$+-z=I{;+Pv5ܢD\aXn91Ğn/Nfqr1[=5s WF#h>vf٫|>Zy6ALw${x4Y|\,7O{0Cr5S"I:`QlXgcvE:e /ℹZ[דӏ3+EE3BB 0R UIvٙնiˇ}%;u\@hi1j.c)ŵx`PN j6%MP5; ˛ F3;EǺ=7pŒdV Y!  P%D:.B+Qj)wߜ]< !Usl6iuD͕/ Soƺm3L:4bDC[ltxHE2q]lο_-X.W-x254*rfO.t7ќ2a̴Q 6P' κxM]Iּ QT)~~d XP0|yZTȰF&/V@hjX(W (bT$m^:^+wEf?G4Ya۞9;y[/y!ime-HROܣ[S8/\)Eҹio  !4VHڅt.&Nx[s/*@5t@!$B[|_^0† -FrJ&xn\~y~K]wa`Cd}ℰ퇓󯬐)rs8 9/T6;u\kcb@̤QrteD )%v.g٠.(Z}a;( akOq1`&}8ChVqahŲsQj$)vv4}l^C|lnD/CA|;Z&JYiHF&!:/f@dhҽ)@_D1`ǥ2P`o- -*tg̃$PgO1Eje`e7_^}m?Z^뢀Ȃm7ubݙ0V3ADumk؛h8M(MЁ 6UMQ&M}~t],ˢ<%avē,HTM0Fkd9@]6'ERҧo?=AB -N/Wh&۹Ndmb;XP(KI STCNl`H voW#,˝arikAy\`5stDBѾm>~Fk -S'?!p: e &.YIETbI;8dJXךgzm>jJ׾)d{К\Ax]C(# 1. _.хCp, -d\i4z۶(&7IDqEQHmeɒWI8fN۠S t``5 r;2hmecFsRJ0Xnuwnqg'bQIx%uVѝ)/EXQemB/W78SM];q]pr`Ng'??O;xB73v=|7;;0[AiB1ǰ6f5W(SF:|<hg7dE0-p6Kl,?70(ή~~ahZp&3>\\|NR' wtIznjy Iui0B -$\H߳ J(pEDkI-{EE0ZM'/&f;A‹N>j@\I*aò,mY;^8^uVAVSL֭SIP4T&~TV!94 k5A݋zˋz$(8c~VUKe&NW; \s)č7к5:xv⾢ |S;{IN5z[ f;;WjU<<\|P /]|Ie4g w j]s,0'| j1Nf5@tEq4?G^ c0玆98ƽbuI}PW -R`nLo"#5E~ph D+m.IG@߰wɉCX؃+}**Tq2qjIy㸮i  IYW\Q -X -dm 'N!(zjdWn""X14;4mJIVjh>6@H*`em#ǝBRƒWE}8GB5:FA{48hc@B?ND;/fe5hCʄRk>MRx$${0|429PR*78 7\3l!e)@-% -S4p)i~>=Rg{]B {4zqI<A5DWڅ#<-b@,L𜃊gG^tŗielsưQ<;[~L~w|o]W<6۬|k69nFGM{Z\bD1$=-n%hH\d9qVa|&[ǟh,[ݘ2 }yճ8z?ZUHΨeU q2ۧyUߎ;QVayN,mpʢ NÁ$AΩhƒa!HY#Az;? e'Ե4rf\e_k#Q rp[?_^{?Pmwд+I &4ZU_e -BDְ:VEEL}AY<ͯ l؋ah_"YZiAAqIvqFp'AQIQepX˞r5ho۬=+%%pBHGlVBzj{Hc:UgAQެ?uwo臇VRN&VdU:cmYiMpf0N73 (CjYM$96Ҵ;՘JiZ8W'wt0 %RjKb9p G)L`u}?fG'{h,GI)?D .7<&8Mқxq [^YR'?Nz3;V9.맲KP#) /"J27gGa8 1y=Dϴj:KhCM*G(ݘb,^t6ˤkݷ?_LX' ۈڄ_-f8? hrCu0|^ :i]fEve uGq<"p-^b0 gg?`Ox&M>>;PhRQ0X4A|$MΐC`4*jZ+,g}w}ѴhkSA.er8!ľw\QZL U!׺d]á>٢TdjX=c(1۵y%Q| }Xj `[MZu67h)V2Q| r6ZwkdbY^9}~ۼy7Euo+Sͦ[^4VK޼w-D%2&@Դׄ/Լ`U6F rg\$7Y xx*g1 FG$]1}>:W_ Oww} n%)I3f<@H6IR) -OZ@H8n.OJ]-;pu8teu6a(rT1 -D"%.' < -bp!:8@fP&axtsݕ[pfz[YC l8XPـ42uq7%A8-?V;ErNjh6 8'Qp5K7[rߠ-bHq5X%Kܲew{R;vw/Y$l'2ϘCUT*p=9ShXS`jjӰ{2]͊6pB8m MKC@GR =IJ1,(FTBǝLu=##K|`cg-,R2$`AqgPnRMU01ADn>C &Ef( -n`vVGǟ!Z^N&*zO cn2{JĔ"Vۆ1 -+o$НS" 5tRIrf@k=CVUg(ܲZMn թ-W_;*^p3\0Q`,vc;r\ڠ -=~?̦ eX'1,fXm_O1 ,͟ >ۢQX5׾N1lċp>+LgK]NL43ϊ[q@D0/%&Az=uaPs˝j[6"oޥ <8z tr>eVg9b[4/vGwQ -@1.P Iwp1>B/5 C"!h,[T3:<B"n%ϥF4M+}eEa1WoXnރ-)*|JQ86ɴM(H4P8yJ+fsϿß~gHz9Yd vp[&.S&if;IZDBi0&uqbG,|ZJhFN!( M?%f_&e&6-SYxW,b8!b0w@k4]J*(^п4-UYfO;9Hizk}l9KV( ܏Of:9 M5c6$zd\~A&7 D9fZAGA暎S*ؖCS(ucE-p!*M{u`$X/ËB&n\l80Dh'-.,{&ȍRU*2/&jmX E{P_Дòr?[B E_Di ׍1%>"pcdD(>jlVmNB. ]ootsIQ aIpfy[p,`OAPLN7 -6_개+H8DtUAʁl?sq3 -;T́/ 1 Æ ò7$HX~UGm _G~t2 5&mJ֢=akx.SN| :A4æH([mK)ksI"&d/7'_OM&݋q [S>!Y^EK97A:ρj8,A+,aƇA/I{mѝ>D!E"N5goOn~H["3o?C-lgkI 9d4)y!Q -I5%t9ihuT,~a84w$<,OZ~-G_\RaX3*X>>K/v $7,;9.63 -_@\g}gHQ$%R.QRl&qlnFl'AZ@/@#|>9`\.z0~3?4M_~w\L:=FF1ǂ449^qrRAFECaYx:\kXH$݆%j֔8+Nu:N)K\bX| -@+%~}W.P T{'׀Y.g!b.).:v>,5g}ϾTJ䵤9j6IaO.)r'lbaۙB x^zmuwkvEDPgĜ"E΄30-Hn%q +^VTk-ۿpSÂi^|{vb ாbs'R2(>͠jdu[8C74>|oy'4RtJ2f.QNNG(/u \jAKF(:%nUǕj[<8ƔeBNWlאgx=`W$D4L ?y0c 4,$ _#(Aǂ|.nx;^MsØ('W(#T{ҧ{>DR$akL& ITP+V?~Z`=$ c̖udV퓴TI1ؙ1åɍ'97#Y mםoSɗĢ߿Q񆛛=hD^tj82mAxEvYL\ -zkVqHplCVL9)OʫOi -6'<,9%8lpޙj/)S2tck>r}9J!<e-$yK%/T~k2L!m3 -PDu2<ֲT 'SF,Var! 1JASڎ!bgS0$/6>vNۦhL'B$dRMsKT<&MGeV1%f$b-VU޳\#`L*i=DVarw1╞j2/]2`pkROVCӽvm5:NN=R B8xUG?94B,k#՚b% OVV=oJ͖W> 7}XXaH* - N1ꥤZ Ge{o f$Ϸ3eK@nMiNn?[v;D4U9 RF'WyIӞnXModך-a\znop1_ -C4_6:fFApR {Ɗ9- T"Y]fo[ Sw_WU@kf>z(ko؋7MsVnYu<aSg$<=6Ha1Cd%7wB 2J*jb;dc#puf"X?n啡%sDaچ=q81ֳV#t -$ -1I$`ȵܴ;/XM^^.bP!QZmU$,F㛓lkNKR=).&$ѲTvfazi${=lQ;ۡ|<-*E^S\HT%ejC"G:3\Bf3ǝKj_g~rSN^RQ?˺A-M x_>EiZiwGβ4m3R NҎ-6^-.4Rnv/?6uCj\ -A[nڈ -MuZOǒ-'6c00ޤi-Jl.}ve'X! Hg#omU;wO򯏻=rے[~#>6M{Gz@w׏߿m&h{M7Dߔ+=.c,R<,Kj;T](!NUs|ccnih# "q_?%Ӱ ss4-UvZf}^fMj4zn6Z%FUoֶkM67Ĩ٭Vcooڨ>[jY[vvF7dtRPzVj'od:ayL- mq_N+[~Qꏓ795x{$$wW>K'/vv+'QאgxwC$kFu?Pw_j:u2Q}G?^7=g~<8ԧ6k_cfHֹɓ7Qv#'PiS!)h##)I?ر Il<ƒ&U>݅R``'g@PNF[0E3lrmMpl@NXX[[;ar2!b^sgAxt(vyL/do}gTQ/d'b #钐~2 k [1!g˳'Gc ~̺d .4bdF@!#!}ߗ"!pņ@fUf@iE3>/k8.3`.2$臣?c8w8" lV\2 -nC#v`CKEEÝqFsCABQ$Xd` ώn/Xnk=0*f?޽Lps'Yp2౹0|Y=D!`82'3H_.<2|OwJe@֔?% q%cɳzԂn[^- kxUDUi,o}'"RI/WqdpY\2?9c5Y-H䘇LɌ*Y,Uh,cNgup<SC<̆بA2bg/5sB6.By#DTA}fl,WW?8q Sd'W%ZqH |iCcT=-D@,,Cϩũ/ WwB#]ZN$OpGudڽ@U ymM%4-Ɉg -dRH{xOJr6#力,f.I[Y}f9A> endstream endobj 114 0 obj <>stream -Hr۶ f%n;GWx2ٙ(s2Ѐ է?%#@Hd6ħߗK&Fs9 |G^~|1Ym?ww8p%^`foZC+'9&y4WeQ:+Qg/`®C|d R.!FQf'SHtuJ?x=,1L)^r fex+,jbI(OYv)+鍦?-?_D/F|M8D,<qe2}zj|XNWh27s&% J|K -OCW.6c r/OV韐Uv(s':q4e!XB9I3fͤ_xLR{8h<cnإ&:QB1 1ʞG:"o&тՅpG -5G0t 4_-F&5\XVM DXrGc-[O ^>'LSyL5^﹉`SV7e5f-"-S?(1]Z=atI{H`OY5jq5bAnL)㮰`*M135Ͻ[ci oKqmlѐzJôH|p>4mtp$^Ibs+X[;+ 5*sd!i'X0w`]@4~opߡ{vz(p[&yϤ$p&ꄮD1gĵi. R3(8T [kXe5Q3U X|V9ٲL^ū -sp! Z*v*H3p? NP%7to[\Gpe<<]9hx - I 8E - :*G]}2<';C}ϣ!)UƎR:&=Շt\lDYol*0.z-X2PbztG/&&8O#-?/''z֔E842-|R,:-)e\NҺU(P-"8{` Ҕޖ. l٢! gxBiJ3w9G*_ -FHp6pfᆱPfTp^0HX%w< Xᮼ~?nǶ;ڕ乇B<(Ŝm{ -RtD VAᦢM -/{QZa7=AF̖%g-FUX͉೹q?(QeXx H7Fۈ-YfKQ'q,VgnK_3(nI|oJئ'W,BSSseJ׫ fFf-"8{p±4冷ƶ [ 1L{|p>4H؜#/IlnkkzBw -ڌ -4/L=1D9ow`]@pF7i"9tn.dҡLবZr_cG익4乇~5=^8SFq^ )B 7k -mCS] onh?Lw\~;5>ł -~Z((xQ~O#cvq[*c%sUR8 - -rƅhIJXtkWW  0 wQ¶)5yrGGA Q^ڼ <_څ5mZ%yt (8U1L^(ᜢ7yH#E/8D4MACw$Vp/<6zΪfU`)Ӣ endstream endobj 115 0 obj <>stream -HWko1P{08|aNb[uȤ@II_33Dr@ygޙ;;|lֿoNI'OWpi|>_/W=}sR}F){nǎayh -Kx>=AU7h{ۭTl,BEQШ?PsӋ>eo4R nv,=e̤B24},ѧowMfy?, EKϩ7,Z^WUJ_mknW VΤb~T]Bg/ lV+ jx k8dEe2X VT*c$jtCIXJo'Cض}-^Dkv^g*Mφ~x'O#kkn@ Y?q^ }n'_U M12n=h~AGi}jbv+YzX|[ż! 'NN.aCȭf˭?(CCzQa" ^wA--Ҿ;+4~z>ooz9fHRlo~.v4\ê7_ћ$@zuE~j fujv^~MXCz^nkPOO?YS]UVzI2}A9d%?'L[L[pA­Z5\CqFZ M1KHYkO >v13=3ph&g&g&cU*qfQXCnFk6WlcrZǣPw3:"@u2Fݟ"'P#v>wL$#4tUNr\2WM."/ -X! -YB+(ʢ*IIVRTIK4F d=Iy|AsYL;lDn^B)+(%\K'3iZ*)LRli%J7Nd -#PB -!` -A3Ϗ=!pqFp7!lYLBtfmzFk)Li[aU8V\D&3,\ù#a)q9 9 |LZ׉6#td5(Tsx5o .cI7vL=GswK e %X(H4+EDQ@**$Ez:ieH^4pOGJ48Rf:+Con"aUEW*[JW"D ^n,$Ky)ƗlCؒh8ȶ-*"N)Nka( -%D`YNsS% -L͐ Dr0u(e)3dHzь*g3 20F%R(G RE55Ҍ:UBPT 43̲9BЄ3ι+;L0ELokܣϊ;^+mgIF O?g/e\?㘕Ws::w; .N(r:[2>X -L!JOzlQ!kPlPX=yVG#=]r(`pM.?| {?#;2" kkْ"9l6)**}A*Jqx;IpBG'eAt!aC JL%g|h$O -~LI@ZʆByAyxZIċDN [ )ǎ'a5^mϡN.X$Մ^"7n2ƜA6w3#3"%$! X'Ӕqc{36fÞMl7Όvs8Q,*ّ8_Pҥ"R3!_| Ϙ l UŞ kRӕ"=Dq؁AY\[|Ѕ gCd=bEWP5X% q=dm_:,՝YOz7>ׇ||xZoL>_[? ߽Ͽ ϟ_>~^r 9SB_ w㑣3)]4-1w;X,.Isk(o7xwnxؖ! Ta&%u!\rI0^LMį'[r4ß׏<> ڭ >qpI6GXy(q"Ayba aa0*pk3AZ) s -,ÒX91K=BBB-lW. g5#t}!F*q%DbfAVD`Z)qi%L -e@yPmnu3MADc/-+L#`1uj(R_D"eAri0`+C> "ͪuQ4㧓/򂭻ö-Lowf{d@e`:"j#< p i8Qa 9:7ehh7 xyCJ P!ՒP;u4׆DԜCh*2TFꌪ] 2iTzEV -O)$]d, `mii-u`Yv:|fy7fcFÂ.ҒaeYV˶ljVՊzC q_ەGilxhw*/gEHܲm%wppikȊCuouuBYt$z #AU2cl6ІӺFsơ\Y{{rGa /?6V*|JB밌EJ#*^IPu\pN v O=K6d=B簾M4[Lm8BЃ>qɈJeI 2No)6Fc(s!}q`ڲ W:fU/ണB1yxc}o›F|O)F([>R=lQL>v˟ufVMh.{XT{7#&ciYlm8xq~2ͨ,BGG -h^)E&@0 6sLFtDNK4AGY(DXMedf CsSc𢚥2]%l.퉃 =s;0Bt3(fWֈY1` ؅Z%Ӂ2ԁ{$@UKsMҲWWE1* ;ua@oڳZ9>e=Ͼ:2c2jWoE5ܕe^`=cXnV:;N6wow]&Jy!MqSCu+ Fj樘 җJ_(L*LD|yӣ(rBʽ4V+3҈$(B׳`& -i&ŮzF= ªWƬ˝P0>c˽jFSJHz}xWӿRC4iЗS%gMqQ!y/ XDkuF;@]&e B|ѦD2Cx:tեl/7D -5h*9TlVOGK~&cy(j`C>˧0\} -=Ozͅ7UETa#d/bU<[%G(aYё7nʓu2]䐽y;( iQƟ‡㗏_~ở׏<> ڭՓwK~JnQ wc \(A6 00EfsN3x8vt ZMuZ>$[^U*%RK]P+@p e6hV ;I=ު,7.y" $fVЬ)t›89ii) ? zBCyʚQ FM;11Mh ÔY2jlKh$ۮ;S,a(O7! ::v̮RRr?x?ʍ}6 T3 Ŧ񢩈W#1;Ozz~/(x0+ -Lg,X~>^4Tfj:!I,m9W۹e燜3].,/d5͗ӍEIjGT>"jjSv(X7mCwK'Ԟ(-*p5h5VcT$hNw8+zU<քÒ Mml WÀ+X>ADQnɯ~ԛ#Wr3UQt;2kEmD HGǴDr0Y:!3#81Qw\ 9",KCm߱d,4ja,1(?PM7-™BRxOدY$BlZNVr5+ȝ ^*pt{ NdV66B9YPX,J,zAW%GFrvUJ==Wy>='}.sB3is+XsPFuKw57})PBA@Ē=6nOGr<@hhyt:Q -=W\wܬ_mN X& -sYamοL5EB+pEcjщE4zr]lGѥSt$ +* H_Zp':DglUMct2zYyZ -f4e,2$ce* EfL#!^AX]1,e*bgwsݛK=-w,/o?׽3N1ֽ{,Ag 9Ջ+)t C|;t=EE㝆*+\T}.T۲0w˞,n_n>_0 TcwS4ݚZ^F؀s҄Z4'` p:&n&barOm-4 {W *]?wYƝy?O?o__~k]/}|,W{z ?#\YGh"о *5,[nY8?Tװ=61X  xta&-"8TDfAS -a,h 59(bV؊&1 ^#D]$8m!TDDr`rO_XF[b "DH#O t4XvMB&" bCNh~L@b/K$uHw -Rn^P<^t^ȂFkqkJ6>k*`1 ʪBA5r 0A[g rNTLHFOɬ\j;ENٸ݈颕"ٯ^t"pXcܪ OFP2Q=%ar}zJߕT/+CIH5L$6gWǵe燜tŋ]3ۓ5ōgk<#{vv4,$|GB[aQ\9˽0!)p\xBcA`` .v)Z1-,)3.gR z# .]MA*gp?pwܧS*-Sk5ÃC -/v~h9qed 0'&ƘQ83evRk B_GQ)A{ UeRBdUg\ƏǘTdV \:>t1|eQQ惘g8v|(+9s`*S9y"}+wΨz\kl=5eW:]#^^#jbQ8ԸG V:/?:bs%< -wjZz<'ʯhN鷥;!DDa" ٴPixP ?/ip-dŒX~L7 ;'^0B@a(̀2T[3 -`YV~l5e@T;.xDU'mq NTf'ےII}~p:Ӎ}P:9}=8=#NNI|w<AqQ|2x7.弬6S5XvKCU.(PR}|le۵wx\0! -6Y{8׿O:l`7kp]#W& 3è1Q4 fDŽm@uH٣aZ"94Y:"3{$pGcN7\rs@w(hJ&x -iPa((ᦫp0i5xD'W4d9F!IFFZr5)ȝ/=Et'7{n'9V-V663YPX$KxV1^2!Ix0 -u;+&05f*R L41$Rv-d9 -؋pB^0ObB`dN0pBU&a!"DXqXM6ŢHߡ6̖M:}ٰlop u-6'16- h"R،\E_ykguڥ=i6aq2\詃OE FxKߐߧQr酺#/FE GE> 45 ~ұcX>B⽨-(676ym 2|٪ig?l m!RӢލ/>?UO_/?˧t1zV(jzCSܱܠk8 Q|c w* - jZ:՜]؎gDqP=K5w57]:ih1RLU]u԰2K@&U|:rG3TfpvUZ,r j$[9p03I7ZAR/Q`(B~)$D @Ib`'ґuHHH(( Gx')L.<.AM%B?"֑Ik!*G+#v@U1؆䖽HjgDBIʛJ)i߸zUFb0ZĪ"kY -Uw{9P -pGX;c/CGh9aX|Pv6J8M:GԨCal @ $.aL1A-~PhT=8L+xaA4%q Z]2ymAπmeD eYʲa+hHmPĊLCM# 1iNBLt_P+?7)kч guUH^]gCޘ -ݬȷ*NT.OcsOc0qYb~JPR JkB("~JB+PP3JtD&aUYZxkڽUMk8u@P_||W]?}~ٖ~?.Ņ*.l/{xWw98'ִekJ"P8mkV-C>c\:S1kSGX:ƴ#PDRO UIIbPmbDVM-R; -x@<̈́6i0vu/,N #>iD2ڣa|sv/7'{S -%N6ND]%7zKl E.7CM|WG_MJ_Z`61b?:Afdzފb -0=4dwbYFZj3ĄgbW9mH+wmVfoan'ZڕV6q=0CjBB ˭Fa;OUgB@vn*vl! KsadiZ gS-c#2#5+c%쌴K3NɒdKsXZ?Ir<>>5B$|!p[B aj8İ ̙oM8OcK1&U_-[ىDxFedxakXVLrJe(jCS[$Deʲ@kOPyI -;B{q IAH}P!<ZZԗKҤ8O;v6e$ǁq䣺۪k䧨D|:0d6 CgIBhDݽbnK9]oeܙ:d,/ /cHcl٦oY 1Gdsg3ƜYֲk>&)TF&Rd2J(bVN-+2,J/[f&Rd3ݖpI3L=9B3 -EE,XJRT6wVrj,cMcMeM%ImZzWKfK%;Մ[[-Jp'ZV&?ư_o/V`hB8]1&0DDșs#wi,Zpd1iBݟ4ikF #&wN8H0p?X'oN.b/:w fvn:a>_g}>ڬ}e1Vy%/k; 07ڼۯUu%ϵ^TWG3f~̘xL}0O/u}kbDTet:iJh%@R#> \˂/w9Vkkػcmz68 \A7?Tu7}f-WnOa/Q[KMxG%_|b +Jݙ1L&=r#رaA!#hhHL,@DU8$MUijSݠּ7/`-ͨB C[LoAkTg"y7?#r2 +r<:|@ o6q6m*)j2lOCu 5@"OF ?<ɚK&댝p'^ 3~OWP)y?Rhl>] Hܘ~laG?y Q|Ƿ;1lߵ9e8|!ii2q4zN`(6%!د>N|m +]2 &+%8 „>X\ٻ/&r22f<}74flNZ',JзJ@ S~Ә 0ƈN(VEqčc4B<}RJGv.^1j"MJKQ)i>͚QT֬jQ4,q^ /_۬jd]fe!ß5kVo%cVWM> t\.}T ЄYtTI)Rj$ 1$d+ZXԂLr8.4P(/q,-^nt<k|Rc}W;|#2 vjUK!*&(]t^Kܕ:C$&K:nvz}\;_ -|}Fy| K{w ->S4CuǹgHy/O^AO=__gLz=Ime簥-XѤU:rm'E :BX9pEf(wDD{t0J'd$D ́E_xXe1uZ 1in[r%3ʺeշyMrD:W9>ݩ,~~E`Rb(C0SX( E:7r&R*&ʅa YC%T($rԔ++LiB3Y`RTڱ=[knx>9Z][mVeܫ*ު*O[Tc{ u[Z tx`n -t?b~D]k}%|DPU?(.ˆ0h%rޑǣMGK3LF*PjlpZ]DۛяC/,;p{L)@| \X0m1ap$lE{kض!mEU.7] `Q Ψ걚fwdKtc(FwNGx@ztGNN;{p(=7$ ^n͟z-FAvgu^mM--?idՒMp9Tm*oZ;6+O?jPbrņr!zxh .K:wvsCt_|~9@3TNU(ڠ%H/@#@YB*Pf8:j=7h}h3A[bl͓6ք-'M+,2Qc?_)9m$4_UYO"wo\ 6۟@'7p͠BlZ lf ʎJanMr\^B?kuF==w>_gs>8cR4D"JhQ++R2)YaBBRWK#@vTxEtبZ茢1ܦ/ ŤҢ -J -j9g|B>"p0R1:_Vq͇47bѹp/uOBVb%yQ.G;vX[)` Ԝz!n!;GƔ Pw.`rm8#m+y&yRٓsF)u>;p/X/)vFp^. -x2qӱ>v~CjD^cР3J3^?Q @w+(dvpVq }" P2这RET;@ωAk*SP -CJCϙzЃ38q"Ԃt|bO%؋YR:D@"b) 98b̘>O C&j(9iK$22p.c,mD-1ʴ` -%%t8"'=~Y} 2WJBW!-IS`=kgfd=^4%zMZ)(<GSFM 4&@"KTՄOc+QcԂ""uv/y -zYzQY UTScϒFK0Er|cz}Χ| >= CMƠkD 2θ2,[XrL آ930]fLy,CƠ OiRxErrWMyx0Ƥ0"zp4a.I}Xqb'/VUGfĐ!nٓYy}:"mn~'[s%;V,Ѿu#s\3Xp]uV\r-dB\ YZȦv^Вrl%K:ш]6mMEݔ 03tlլV*#5(JF ST7-Ն)x1j`\`b# NGCE\ۄqز"e5MHV%QF$ɴ;=E`Il7HADe9uY%A"$ך3ڍ3Li%Mz-I̖0.CM$M)ƅCM4=&ȬffWIoH?W¼9)yr7-o6*=Y >z$BzUҎ7΅r_)(4aqXIYkڂ¸i ݝ89+m%hD :6 8!D.W^iI#]9(];;qho->U~+3? "m5h t4hqh|QT;y5iSէBG\Gzs c/x~> 9BH=޾mv ݫ͕Ѭ=kΜٳeny^w;V޻}[x8[8)Yt=99 8?S͹ǻnV)iwԟYljqߒw-gPRٗ7pܔ+ɅrIK:xF endstream endobj 116 0 obj <>stream -HWn~H+L~NmIqpPbC*/I|,mKhiT0Fljoie3=)8v}Y&)|4\΋+[9/GG㨌4o}j}YXӪ^wtW'Er9%-Rެ)&YG8Y-o0j8e?Y݀= fIyXf5‹Ocs}4["./vbGoGy5:;?3ٖB ɖ/ _/Jko=`ʅ5ӭ#ʦ<ɪtd_lDea NPCwc8sǗ=8UODf{5^U-{Q٤hK\c*8%Nin,UfVs]T};:&PZ-/2Ԁ*{e,ɰv0-p-p-p-z>-p0:&obXZlX5pX5pX2\`cz(`$_e/F׋[|:h\DaNw*iQ}x:Di=VNVоnon֏f;5ll0؝lʊsmkuSȭG[=q"~rrYmt?Jq;gTU c$HZđe0Ʊq]MٷFt57wW)nݩot~KeO\5Go;kCM赞;F?BɇE%fpE ǵD_+s,Y2zv)#GQ?A?% O63>. ,G{^2*|{o֚1rD\BNU(!RJxL0 xAQRHG)J@0)PP.WD(1%$ |}8S* -cRl̈ˤr=&x`e 9qO9c@x)O(H|WJ⣄Sx8g>IˉP({+$e(hϨq$*\|h uq# -r;TJGߍ@ePW}2N !.ĂBV+AC{_AUa K0 L C< 1{d>bBpWQ( P,@H | {^vIp ۬iDTCR0mƪ q/uPJk zyr6UzCBG4 ~ !j'*ºx,B -GQJh|*cl~WܞNWÙH^ņ$JkD6꾬S{JEyRYztjF OIBpwxlޛ $msMMH_쵐-}KƃZiT 1׼|Bsj^~IX8^1̰&Q)**9;gsνѮ+Gi(޵ZFD^3-Ls=IŽH˅]xB''>)j(Xz' [ -!YB{}Z{zSˡC.vw;l``doKS }𸎃 76iDOGvɌnGOF{^ı_E}ē"A~Qj6 -jQc_ZmvhKHSUeyR2[H%!mOֱ+Үm\9^u^P_=zАCw7{>w~xp;S'\ CFl|IyXKFoKR*ʧnIux#ԗs39ތCpg`fKsGOVGZ=GbC$^7\wYӮhwX"q_7L08D}nˊrLT#McRHȎy4M50WȘt$o?CXt;An --^.[5cҟKƅ,4zS酪5M.VHl,hG-Mӌ' mdBm+Yd/NwUnNoNEinp$+L<Xq952;  >xTF1纁Φg35M@TROC:x.ԫ=xhdH|=4CV)%4W{>ݍD$h?J^#,h*dS;/]MHPwSeNY5(Y+agѱR?Pdz9iڶjIVkX8Sȉ@/^ı!t6NOIKDMg2(vĄA%tgI >\o=偺 pap N6;&YH{e}kE --_2IN3Iק(v\ʺ kx0RfFDRh?b)#o!8-z3gGy8Y,VC[b}gX`fd6m7PéyM:o2i5[PŒ |DO'-=pdcԼNR }y-"z"FDj7mL-$<H_ -+S%5@;CtK,~;u'l2aPG4ӮIʬ(~Q;/+rAn{[,AR9`T愐LkION*ۉφ$%)QA,ɒºRdMgA,20 0~WҨS7n+ۇj.#763Wqw}oƨ)N0lҡDPQ(!W Z -3-Ոۥ6^l!?]OP ~9c-V=j-U29{묑"!V9ίnӭYQJ |hI4Te qQ;=߿=ʿ_>u+dY-9p}U=N͹vE)$q V^I># Q9r ?Fr7'crvj{8 4_ܭiΊzj7Enk=.* & O1J/z ɲf>MqQwn2c<*˥dR;ߞ[L| ٢$y'OaSU )u\#C|.:NVSaM6 -?\ `^aA;Z'[V1"a_׏$vT\I O~ΧSJHOYkMZ[>ӻM6inZLw|cĺm=Ku|$aA6T!9k]oؘW QY-i٢tZrivH޾WXYQ&npڭgFe)Gc5 NJ"BrEЍctlwE44s{ug%CprO#q0ue/ dfU?k of =hz6 -5p8|J/輻SFU Fy%U+tiY{t~.2W C-Xq08͡Vfe.e *Z'_WJ}ĺ&y+9VI7!R},y-'umEsc`\c~WYSz)F.f+^~D $aYiEf -jx["eY0O#c}gz:xzVTJ^!* 1V'^;!"HQ\̭`9:=M'[b/ -*:ї_qI5~.l@P/#A@0UނAGѵ %5W5HN?w3{8.?뤏*^x}৵l.̺-C(6^ U 玁' YL56{ -W8]!{[Q]4J|`Qa*`dL&pP<&:L&~F|¼Q 1ﮯ˺?# ZTP5s=e 0 !Ld7"*l;Ums2&GQWt+4~$yry??rPE|gW8\YE&p]#C^4K8h\Dĭܡr3=0*#|pDɍH^)JnY\>O٪$o˽ױ낁+H.0--144#ޑZ u޸b6|Ꮸ;)wUHᇮ3 TJGT,?n'|^N4X,dv~\mffxƹq6;HΣJCT(3&_ϧ[~S*-V랿sQjma!qKoedIa&1 k(j(E8$_ -r"WSLsţM>1|u~D%&kK-q1+h:C׎jvzW?%#i\a~prT%cxU[t12Q`܌墏w͸kG: L&k0Xioq+vV"`: -Ի_4'Zq0m^ð.Ӄ-/Y %&X?_Ȧ'"`tPMM2ťқF물;BjoxXΞI" Ƚo4_kh&Pn#Hh !Cg`oyߧ~ȋ(^Ғ^{ z>SУBs̠hE_suW %: RgjSQCj2%sQ 0ycF v Taz*73'x .\x.PbBW }jxr)^\ͽA& /+qAhbJv*~o!τMUq3c%'P'BA< -4Goݻ=ؐt73=U>G(%PV`'mU@z_YO5Fak4H^ -N&[M&Zui-x -mN\tq2LME-ɣ%2 Hg$GoQ! KÇߎ!q0`lYكJCz'hq^\+0 ])LGKޫO(,ƨFK&IawAh((F SG K`Ɛ;rDjOTv"BBCn(hB o&NLYXnhXR(a';J ܥ0{(g\I溏H*öh^ѐ &iN#=bڃd.,]!4Аg^U"\#9H @$xv{m2|L0N*ijL60l[pF䄬hS͸8e?urlX`U ]=BU3MPrqBt6d $ތL -;R Үnդ)'gTez.G-WkONT펦LcJm'MD%CɈ' & =qAhpkV(ضr\6wEr99UR.ѾZh?g~LL&1): ܱKOE@> x&RAJّ;?C&Co:$^AiT]ztOBˢk] a]tO$q9 NՊHl05ĄT2I${&v&k#zQN(kPyF!Ybj HItٳ]VzQ_MGCV؎$ͨXN>rUn*w%#͕UL$Y#Slj1 -Cn4(VT3$XbV36X}0HMS(mS)1FiDd)DZ&Ӎ2FN,>\^F`$G+#YqGHtJ -IvK@£u,eYチs祩MD(vj --z[g"8$=_?j}sĎDV - c4#$B1qM(1@FU蜆"*ɤE(^O ͏ƳY8xDsGg2Y(֑[Sfs!9JQA @(hQD% =2JSTGChtj3!"?9͋B0Gu0d;E aMv4x:h&U7 xθ8 - $R/ü /F gShitpO68pFm\ȶ9SG5&3ŲgKja5O| VD(~Hݚ+ -ed E=!l=Jh1U4'Ǖ@뾸^gzxILpoɏiH=!E=BnO7,d>S wԽpW1y -bh}ח6m*fi{6wZ\ ^U5)NU2yL ^E*P|O¹q\(-=k`Rc6E8JWHUjW9ˬ:]Slrbo=^U-:\/ڣo{z°M.Ž}Сn`ud蜙޵ށ`J.*4 ~\: bl9- > Fb{'yqf`0BKk9Nlccǖ)ilr1㖗w5ZgְޅFw-iw׸&Lݽe=|O@n+e(ZEgהF47N{|}7]=9yki͓o\w\{<9xmo>^_nO.ߞn_rߢI@BekAz@t}d)Վw}戳|M!?g(/EK>:qiR#2/gD+ADAw|xGys|WЗL @z%yqQd{P慣/`)pV0j!+$'cЏ~]wݕ&ȯӐNM]>!G*_ _5$P'?fl/EQBeKK:t|w.oRP= -VA1D- V7ly}x,jG --z/ڃwJ< ë-?>>]a\)hB΢W}M2;?5`!C( -hK2c*,x8Ch.;^~%rK_;\Y;xrrg=>ON''/7[=-,/^޽<ٞ~Z S~qtsso\黫?}<X/ހ-ۻ}paK@y)I9`ISjzfTD#(?9X!(5$1/='UTgqD9W uZX0@^ endstream endobj 117 0 obj <>stream -Hn\E` QW;yHNB%P)8>& (?Q%Om׮Ggs$B n+;SSe댝Hyg83C_9ؚ].u8|.T>shgrvq6Xww瑍l̮#[V}zm3.'Wûˋ .^i!I˖orCLcVstwG K+ <+Cuٍ&=Պ1q51>"rNiCU y,)jJiaXFlMX,=V`4w$DI2ȩ -n7qzZ2"1`* [Mˀ0ʺG,Y* eYK  >X>AQ2׶2_j߆"XJZ I+tҺsnSǎ>?} sw ?X3&y5KFzAuQZ-E3'k,FB&Ll< &wԞouv;|k<\ -z3 --59o<sr)>Zp;I I͡?Ȝ2d ݏIԦ,Yޟf}~ &KgWRl2$ADAJťZ}H耞+5pt2JSڴf4{wCtAon7=2:;OܚQwlV>gxs;Vwe`}{U׶=[Oͺl c6?\uhck-ս]\ܸtՙ7__+!Mc}s>pi}e1|ОwS]ե݇;W{ %M=;~~pszyry9|q}ï$f>]_?I _1폟?^#YWxxwV^_^/}_>kh);Ij.% cJ3^yܥcY\m$J@Lg-fAy~K0erV>:ج῜ qapn͍% -2V)XC ilS -1Vy!2DiN$ؚI5Qal!f.8_ZbA#2뉵q%OƁP(VŠS32\ORc؜aE+ۃ/[em$5^FbS!~K:([! _ x -L{C@86j" A|E}?q@Z,1J#BWt1{ v1Y?rHJbC5 -.ŮeB #Z:!)씩.NJHDmb5h6 )S/CUh%yЗjܛDKb} D'$[H|xPx"-ʸF*'^'F&u}JbR.f;v|jFst5 R9I 80uhݙ>"E!@:,{~PD#pod:ThJLP)L'؊wZG ETiz-gĉ@jO˄F괺y1WJbFi-ucAe"&ѸFY]&;1ynHXyIÍbBUQv5(@9p;#TG[Da# ź"^EN~S4b$**Am9Ʃ7Z%C'CFoY]4y`Q -wc@b$;^>cQ5Zl&3 !џ:j:YU4PVZTT K5Q{Xua d8%6ЀF<}jsAgy_jf;81*Ve\0jǧ1F5XU"r(-,]3|p8 't8Y{&zkhw!2FOE8:!N6 `uUd,QY^f8<^\,6Vn:V#D5Cv:AQ8`P.q=IilLI`e9DMkCi8O>()DG!3W$f:'* ;DGлhV UB[: 6i-uW5N [KZPQ (4N'eS8EjJYё@LJ-mS^Ap5c(;N -mF{Iv:0g-7UGIheߤY>Rƙ -BT3>:$4b .ځtcHaP9YYWf4WO{\Cs:8K -=гיW!=3Ul 2J Tfĉ[ƈ@`lفS3!. 0*k ;]r|*s!ь -)Uò͔X>`G&[ƤH-'cS`l5&&%j`6F:URNJ<~~JN$b(+Ě(K3(ضIܤb\- wy̴˞m5m1:gټ c%mZ&ֹǝCaus1 -$qQQMփPT- ABv4ώқluudL ~x:9* ks!`y7yu$M4F26b4+,e!濫s5\RB -慺)e3@Ck:eB֤A1pfKr΄'>[;9,Ww1ywϯ/޾9KwIt뫋7ܿGou<~u/߼xx~Փg?_ZWo'޽wM]O'q._ݝpǯ̞oξٟ޼x_o__.ެ;O..wϯ~㝏ׯv_xz'{[5)ſY2~)^G )&,E|vy /RV]s@eEE;pLV[R+Tj lbǶ'wuDc*3\^9T`;Ël\$kkd!Oe8w21*I(߸{qgn>\pr__qV hBD:L4&eXl鼽 -We7ܸ<X gZNQ -sЎ"֋JFC {/,ex}珋n\$>U]?*'&\$ah%t"$l#N*0}P'ޙ1C[VXZv&ׯp]ÈÈܨ*},k jD2թd (մWȯm/.FEj_ZcCCpp Ճnz>#2 -Wӽ,Fa_@y/$N>0)M-!GJfb4V0m8 ku #] (=r֨BKqK7?^ ʚ~镤=x% -#Hbڛ5h2# f`Zh$h<2l MoͻTwGmznJj0$կ<246UW)5L=jr{\_}Z0np4AG(3c޼3̅6Y%dNt a4ȟ m] -*L]$0.9q#G_ZMsXIV5ȞkA}jeC^\sC^G(1= -UYWOO2}\XƌKDѥ~XK=9侯Yd^L@迍'e֛sg)p ۬D8wY0ځIJ3(Oj.Ȏ>.RoRi`sruosFƮj~ d,g545W:TGP死2'z!:d^vr[8ќvr:\zwl=$fG&?] P$6k-79-sm6LD.L®qm&{ݛ^;G6F~~1XtSAd -V:A#/hNNʇ8m])ڕ.Z@sNNXz~TE_䜼]ۼTZ5 zZ C74Y ʘ{u $z)ʹ&Ěpv?5Пњ"+TN/.5U:PC;O~Wfay9D`i _U2̏w}Sf"`9]^PգkMMP7!ײ~hm0^؞FTJ~ A@3m 38m!usrY6%@bT -JvOY?R cBthƢPu=ӗZf钩a՛)uhB-aPo~E iCyDBFCdW^l"=V2Lj%{wKH?\V'Q㧷)K;&]I^;(DWC~wCJtԎWgk'SmxTF8@"/Wt6Jo94ˬڝ$yDQN@tk,]sr3@:_nw%b/9⬏D1T$O?Ub׮W=ܡ=1RMj 5*l<(S\G*3%?Ԡqդ0rOb-A`)|QkxMvadP@`F":,kwUYd}Lh1gMH|'[ I6꘢HU Rg =`DK aߗןO?~(?r o<:Au#NmtK9.UPO<IPփ e6d@0hM&蠙c3TոKFM SVRv,eq= ~A[cXl T ]{w)˂lk1]1W)Plo -$!ю)"C)Z\Z~׍d;>dt*gEEڌUj>(9浭SHzM-^6sI市[05Vfa/dV㜶E[Gh5*yAUUQϒ:eiE[ւ]fg͋4〔IJA5ҽcuZWԍL֥ -㭀֒j>U=굢 -V@6oFyĵsC36ГONB[T"]RPoRxVIlf6jWtQ1Dڵ \7hwy'w({>RUG mU܅ ~i=ȴ5n7|b5-6S١9vf}B0/P2dгz 0t>6C1 +>W3z!n!\Ƙ+hՠ1m-E%0 <7#6AcX|{vX 5j> L]K7AM̅qŬVNL&T50ƄMX0w\JŶX/!g{[(f¤ -ZaǺLl9-p@1ZNPj6Ub![cդW *ir+Jv>)q;*\hV(ѣG/ڴr`~9N#kz}z^lr? Ups1 P`+dr)ҢRuMiur ٱkAнb3Tc;|w 5kI"~yߧ8;@JOX1#C< ^WUsRylsGjmEK.C';8\qlxO$' {:mS+/8]M S䔙+ނ4떸Z)0ċA zF5!4"`Uy PR;bCD0O0cOP`$c܂;LjĭWN ǜ9$#U: 7GRnMNy~SL!ؘ0@LhV*JbQj;AlY6UʐBum{ ۙ937٥ʂ*v'><:!'Q$7n -ZlrO/`[lUkNqXW͹:/fƠ@' VdB{@5-IXm+ -V͙4@< !VSrM 䡔 2ֵ`B|YB)nqJz޵A0<:8OH"WfR$mr,S{i sҠN2 Bb%5bF 򘦑zetE(k(uC@=}Ya@Jҷ҄qA3+HZX6jZŐfy,S!MMM,F4R!u[75^BeS.(ԫ{ux촐t9>> "hI yT%2/rӚ>5xW)hlafғZH6}ڛxɌKl]vGwЬ/Q177c-W98^~yX_eKI »ߌoSehuZ4nSpz"Sm`mǕP¤Ӹ@ͤYOj򂦬i:cx~+YGMQ`$a7I@00w\JŶX/!O=-Ǵ%ia_HúbX?6\%HBJ^(ЫJZ_5 qb <z203}]v"'4-u[V[r;l6-A6펶wQ=Anj y oD扪ЄS֣QIIMXm)4UG(Auv '8fO.yV{p -'Gæ4*mP-u[Z|?[֖+HVT tZ;A5zZ7-紾mbkqk:"n0 #j[NWVr_3_< cnoN-Q -HumȚ*PJObN> ] ?",f@6]" -S YIC]8/؟A'whO|iHFKQR,)PVtw%1 8ot3n?'C12h!x24#a_I t)8h]bW$֮jnz̳e$<[AJ )'9a N$6әDJJwNG!L h>kYᲔ3Kk.q^9-Gon9`I4Ƨ9RkҞ5N6jW!zU+۞&ֲ'prm0W>}?+Cd$&a+[h|}L7aɹLh)+yt."=^ag׽s]0qɁ;Z cD?R 'W"LPkªׁ>R(eS J>52ɠyvw0xFD VוJA+̝1l I“4Rl :v i 'ih b6FmF#o2(M`$jH$A̟w5xjʨMy+}uv&=[2`"P,X:sR y˘@|[C׍DC$˷?~o wnן^"sYI; :Mw#A"p \.P 2MDH[.\5.LHHʥL ŏ %q,])tWg:׃Ww&LURk})F -` TEr<`rvܺ_;Nsr>sڳ &RQnx -n}쑠Њ -ZJ2J4nq>ll G9='-)svۇ0ē宜MQ)vjrRx^ ՜y-_ b>{m+EOH*uXn_YM0L(s\0=@Ȟ~*\.F*p*:׎l"b`ir4& c!ˆQEFXl[y+e6͘(ATa̘:.|T6ACKvĴdRڨ 0 -tvo;CcriUKSlAф=鸞ش13׈A_Ih6z泹=XH"͹z-TM/ -t㗽$ﴰ 7M6 -eG?8$ 7>ޑxCzz;>+BV@X~s#>l|}1lC~c_K>W3O3{/#C81=q=3gARƷEݦZ/Jyan\5K,/_$_r浿~,RUTUU$~E\KQϥ﵉G %o{O&@ ,NF_c1L{n}>[I h,^|ANH^3r8/R]<ɴa8E@DL(`(XNrwg"ANԩG0.0񧋔  );\Ƹ1`cChA::$]+~Zp}oqy@e?.n_cTfV!錀#y%y95\y>݀nGvb3 -áůXK~f&ʷ}?Bw'>yG.<ӝ[/F! >'aֵ -ʦP_QC}щpmI>Vriu'ƟC5@tMzQ{Öhc[4ӆŗYl\#tjVKVP[y qW843V\\Ƶn_'y|_gg}>}xZN{_ξxWW/;Lnz7Ӄ˛/_>}7__Ne?X\^޼Ky{U߾=^77~弤-B6윧L! ﶴt5 -ILZ}yq;v۟^_|O\.Ҽ0wg}zpz/X帽}_lyWrf٫ˇ1r7oGN?Fџ'_4}7nzI=^j{ Jy:Ct}G=Mjn|ަ"eIQ\vKDmol=yS@%Ώ +msS69WmR(U7yKXm\:agoD TS%Maonz5 P$ݖ OmJD]]-=xS %WW=O{ehiSSk:uYoµX9v}<E$T rq늽 ٜ, -K"ahTb@JOw+K$:̖<čI 7NhG "2jT3A\1qm̜A,8rVImܠ~9{( /m+p>+K B@ޔJ i eZej)T %n觝H b#"+th85d3d9ȤC^-2%lGY/En -o-V]Y%2eϾZY#0r cGt%M,eQ2xTAE4D!P_ףBtԻz#0+C -K,,"mjwQ3lL:LeNХRȺ ̺ҳwC9jYk)#S]$ѲT4I,YG]Q4sEKCaW^\Y)U3(Y`WUR*rH@+hӘZRk@VcPL;;Ў<7:cCg֠B#t -ZW㊔J(t ] dj%Va- cp* 6&9+$߰t[d"pbܜg6iG~ P$RЍ :`3,Xpd9 M7`LUoWua4jH 33Ā* P( %fPPi -$^ZIiTDCfŁrlBA8'eruJJ&h ?,$P#;4Wdgt`O9yۂM )He4 69q k '!mhH!FKbLr(h7(i"٫@,2tMc502LE=/00ZL2 :(&}BΉCr[&B)mnShX試QHYߊ^4Q9 ks x-^t:ȠsdTj֦T8  QCsDB+`shYÉٔT} =a" u!ҹUr%g1"4iFVq$PyҦTJ|+.,4]H+QUZ܁Vt~sn ȞTpi&4? 8v#f?4%kQ3ؙi还XbңýhR-F3Y\=\ӅCFa5{z SkiYhΓM9[ĒA 8-wAR7Qe7nchF捶Gn@M2M)BH_{rRTӲB^-4xJfOy7%նƛOuU4!\vS=w@k UGT^L/Pnm'3exi4gJP mI7n2 dޜ˒]TOy6yԇE""{u`c FJˑ*=;wq˓I-(ﶄư+b84)DDF1nلQFjQQ(Cֻ1j`Qg2=ug5!R`DbsP <I((AZrrդ6_= HWBbihM -<]9@fAԮnF u]Z3}mk -WξYpdփ"[q̉Dzp -Z@jv° _Ӿ-/Vӊ+ ȒwTpS 5W5#w;ns(cZ#B&Gȹ|- W}mUudl}6˺d{ -"7q;R]s$E>-YqsYN9vm/eҦk@Ug8hi>*,^?98JvjeFRi18>y#.MNe;%}2a-glTT')"Q˚綰R<ȣah}Db&ʲOj#GWqϨ7vVgk4[a3b;TStnd|ʍ0m -j}Y ȡ{9ř:[> S8L2 F+c]L:/IÒ^x>_Q Y(:Zc:R3&%}ۍK񒳨UNAqc2''1 Dj{zTzf tZC_|WC]LD:xu>, .}f<C K''#zM}Rm(üt Ǣ/{Edn휀J0,ɱ%BMaROiד5g8H'bq|z @(4_Ց|#?x -0%C{ ȩXPQjy;ڽk"EYOծe{WІuL=d$ |vbm;gGT[ۖ=0DD-K|) ja*Vtl?lqG6F>X*M>ڻKqX3K1l*PwBPOq;ȴ#,1笽.=(ǛT5mr"M4$,7z*t'cG -nuy_ -4`BM[GJv5Vl-IQ*p.Vio 7֚/s{|?3F 'f+[q“(;"rw h-N)qJ! `]ťGT6+lLrL`+?ޏP{ӈOf3d`L?B!t(0@!G܁ώڈ1q( xGaV'0 4|XU&+ԛB: Su"ЩY2%مA֚PY)i^mLf9x -gY0CEeg:s??>Op[i=џ~{#%U$s'H -hx#DIJm=\*] T4hU=|av)10pM"& zT~gرMuH_3cU՚~TfL6ֺ-_:jkcJJa!@@1V gjY{7߿B`d~-S<$e'7DزSuޫm9m$~_R[!<S6elިAYj^{zF2wu.%y`-RN?BږXWZt:v@éD%"Oi & -]ܟmW%".3\ZjҎ&6 ͫ0 R9j`(t$ÝHf;AYv( y';X_wޛ3G*,=/uAePlOE.i%No;,e ՓLq1Z&YII*IZG(y9wpe3)Lm&q%! -" ہ~ۈ+D;+Ez% - cCAwXb*}٨KeskͭW&ro8O:qq_י i4pw̹ o& ^dI}OJhq/ ݘD9rވ| )xGL[W <&EnEK "/RQTxPF#_ -g"]H 9Gr>aWY^AJ%9#)f~޹T>1av%`0jv w9p=˯j<9. '8OɯLQ>^|:fTjEjWj^vYWVZ6l:ūZ;MNk1 }XpdcVDbXyeQ2ApL Q 5{?skև`اE|u9T}k[~t Gn%)ʤ_K`' E ѣbʹٿھIt_t4*~ ܣfA]Qc<(49ECWsJ"~b52,T;~ -S2*L Z0y endstream endobj 118 0 obj <>stream -HWR~9U vsrR%1h1KIg$6D (nz )oa4NPڍ Ks'iYazޠ$۷$ٞ{dWp hL0S0bL#pfX*ng$b0(80+a -c -К2A 'DFĝ|;?0hᴎzpGoQm̸ބEm:am'd $.Voga*TnGQwz|XTv٬_rp2 h(}9Q*졏ѥE;_Qa&,$xO(>Ep^_yXI2@s[olܻG 76P@HLC0O2\xs76ޒrY#>;{4 {3sO7M^yE?ۧpݞ rÓ׈C/m2LpZ2r -D8Y1Fk펝?h}qf1<%J)fk ܾLU@m Y=8Ho'qoeU֬e)uS*K0L3-k2`DI>嗎N c2RBD -kqO7~ƃA`YкgiP]$3E2g4t}V ᳯDJj޼k8L1_'m^H6 V f9[%3m%z1.\7q@&?ʚ99}O uwW>X]禮3@ LX3[2RSX;4\s/;DrL0q2ὁƯeն!gDw^־ -濈GzD1I"P%)b>wWS8:{p{~v{va6!Fňއ8GO->O]~n๫6XB5R5Jԗn|q@4Cb B$E0ǂm+rD-%K9||U=;r%HޙSJMd$ؒfz}G唍 ]2&~ջM]_8sѸZ`#qd0*Bx HR.aEmW\/N̊ySs|N2z_&t4 .k6GpBtNs fǕb@Er!4f*8?>-wjqY&{~ >b}v]F~q\_W=|uޣu'VmzvWwrrqmߤY}vqG.vpwo t$ aTb`Z裐*RRE -HۡqPfao{t>ϡX, 6 䀃h bF\2*0ceGߗDWs ߚ%&.0WMmE%NS0vX LX ($.ΦD;YI]FNfŤ'( F}`i T3[ԗ0r? -7NY:¨hfCAgL2v#5*=F8,@ujjd#V&aq?Q[hc~T8Xj(jPh;A+1Ke>'820 @G%04yTN\4i4xv0> %I hQ0 peᩢ6jy2 0avjJ(ɚ<+_9h}DK7X *,@0.Rqek<"E13 >q]^eQO8 );0 1%MxBe-#Q:ɣԧ`B799Y&b" ,8HjAIPJdd#" tf<ҏ^d)L3ɀBy걘umW.Ha89!SQF~Jx -f؟ҷ[ː5Zd䵐V[rW+N`X<߅>aFưPMy`E#'T S+'#ܢa&x+I<tk[y=c+0AOӑ %ks7' ׄRf5 g/.Vz~f~]wxՓ7MSy]Vj涺__UlWmCq^X8o?+|o>߿8Ia -1?z/c͇Jgm7^0+V/rY*b]ݧytZ^I">l~h|"[ti׻O?nY/O_\_~WfGnpkog[d.?-WWv]Փd{m˷\߽}wV=`w~֋.j[nGª}VMdQOvd\LvHH"XiQg2.}ALc܃BGa@q8=bwDw|U'n+Њ>ߙտSԻ%+Z\*ُ_9%˙-ַx_]~?t)_+foeϝ;w08l4V|]:Cb'<+>Ѽv$s/y8KJ[XQ'+OTk~Q4,4W0^ -;,P{{#Aq/mE#^CYt2\0.l>jr:xf{(2`V-q~U^>"tĊ":=8 - "S-n{qW8zgznpKy$7S*yq+F)9xiRKrio=`~s?a@qS-g#H;g!w:1l C`6CKs=Ɛ v8Ce9^ dĶP{91$ΐo['sJȐӉmtC :Ӯ4B`?=$֊'eQbh֠HjeE]EWHjSikJ֦H$)wmAְ:$U;3ئHp$)m$ߠnkl|­l)4|Gn i8m-#iYs=_!ikkK`lHlHOnGn{8GZ&ImC$m R 㷇eu[pkۖqbIqgIyP,[rk[WsbIskxuL&:[QVu{K]`em# ۭA6I|)4|I˒4ަX1:4)m&MѤ5hʬ][z{I{kДo4\|[pMѤu<ĺ+mֲ%<4`+[mm#=$HoC$$)Cj% 5h.M6DN2iZo-Ao[sm&-=&eH-Tp-Ao]3m&-&%X)I*:̼7 xERs25WebQvxBE=AaxgZxaYs -Zr֫ԅEc{EL>^}/P9^ i7k3Tr7VRNgbp{B)TE[)2:=*C*Û{nee`@vpώkżnńiI ^50hr8S_i6&E#ޡ{K{}ĸh_H%(2$UdWN^,;U{+A>- j[<8[I^Ia4f $J`Tm@ -j+8o``\5+&x+ C%.8:v&s'YaYU-kZJcfm78)W:%p#=h¹OY6c/zރ +}GxnnPc9SqyVx9^_=q ngL5JŮ\ρWHQOGVFMZ^NjOrwV8h^I(VJAy$iZ -A;XJ*;$Ux=VwzRFG~ wkry1$[y\Ͼ\5J5곰}D"B 0Q1s?~־\r>kpIRI{ m. 9%OϽrVX}B-FׄVL7tC -lhGmV j 3tV/eI3[<k͠*i-[ъ_mvt ż#u"kE$Vy- >Ԣy܁ X!Ǎ5״&</CE]![x(XTBVfLFpy5hQH%/$lM60~COx SzՖDQ7y ->XnګF`{W p|B nswMn%u:V^\Ŏ;k@njL.(㠃cǕHkGXDDWHEUd\´*[xj y#tWyuK`vKBƻB8h 5%:Z9vQ]ψ`WVgås]o|ہ߫º/֫/Q R͠L.R]EΜΧ?k珙X{uσ WM6~s@t 8`I3yÔqF?sAÈ̀A3G}/魡aȧovݫ[* Pwق*}j¦PlN dx'r9nH 1+̅!Ku[v;)p=5D@3CuS$ gyh‚Ϡ][Ύ)m+uibpÞ/gBHV`]_H;K7kлM[05Uj7PC2ZA!5FY hW#C&I$$ ˸L")-pWLKh(A$v ;D b@ v܍U'Ե\:C Q&T  &7sP[UBTpxUMu{nthѡwj }$Gm?p-@-`+`ջ{ymok@yul )^n49 6]/x0Ng1ētK ok,8mCk[nz o+9JAHm;Aj̜bNAjUSmIde2^VRD u- )Q!T߷$oCW;/:D -"PxzZÁ%9ACd3pHË!t>RJ~O1 aՋsN]7/b*R㵳p3504ɇ -y/?ܔ|gQ6"WP&;JMnr-yZ.fټ˦BBpj39êW%K&#/Wե'Pz+{NJтr}fE!n :;.GT'e/_)ZΛY|Flznڧ=Gb -YcL\?ɾ -pUz$.&t'q;1< - t9Ċx~e{H1G|+^H)0ſXeTW3@ $F ]GF炮w8rBLbdjRJQ)stFb53+"W3{YZʫlJfWD\f45s2xlxԯ/MK<*Q,z{K>;ycJL,['әףa0l[Hbÿ9wʝc+Y)[}LJJ<]~Wł4fWr0k2[xDH;?dwjxs39.7qGE" 9|l&˴QG(!&}w|&{&crt&wVh4ՖwEcvG7wV˩|nC)]rLi-ZgwD`h*t&9V?ii;J7A G|;2 'K`~L,ihz]\V8 n{ 3d8EnI)oܽv/7)}!$va}.&Zho4![猪.2\ -0y endstream endobj 119 0 obj <>stream -HW疲}QL("sFEWkWWص+~q5=d++zpByOX[!E(q^eQ/ݭ ʐE}brg}&f@\7E#@dR+o\ǭ%Bi*R2ьXd*⎢ -7h^oe11)M͂&7Srb?, t_ @=PAr:8HP>@+wL!VzUp"K7%9K ô4NVfEeY1_BtwhXuRaP+>4 e?n(25Ϟ|2+ωz4ܭDpNOp@W9>!+xio0b -zHՃ*.L+ZHpl -#f;bQ7goE -'>h呭BLP T4$eżP#_,ȿahx'Z)õ*ٴ +׷ZxtA.ηhJu u(*R7 XYL \s_Շ= v\2pɳ GٵN/KU\ٙ  }#Ǭ BUsrT2 j^>j.8~/\.nZIQp$|}'U4u†V0)B21ᱲhw BO E\nYiqBfJ?RV+Tngx]e[*~+ggM`O&!k;S#+d8x5iϋ81p Uw\ -#N0(, n4ǝ8Ʋr(*efRP\R=X7Bn~0OuSds M-֩vMMq>@N[&r9hk{? r848=TPrԞ6ҫ\{#'䦪[/ /9jDLFE5f(!LWq"CCc,<_-FP!Y*l_*L:`ZJPop*(OXgBDPl.Άe+;NH·#T 'K{†44%Pݤ\((Yu"ktʫƀ)tQSR",1eF" }a]<[cI -434򸸓OηLSC@NIAa~䮅R[wWPQ& BO-A͊yV@w[vQVn)0]t~l^Z_UxlseqzlWezNV,Yd,)< ][uZ9tWBV]S!O -E3vxXRq|V B1Ю:Mhө(4#puj7+0\) fhX, KSp 91B{>)w%y5~$OE:1"Aa Q|HQhjArҫ&zU,l,$@ʠ/t9LcPK-! .Y7F=F"DF\<{6N꧰  --[<p@0';uI -s1goX[#{ĞElJTth'Fj%=t87@^>Sa~}LVŲμpt'ʞ :H2wtl*<\h!79,dZ9fiS?`;C7"^\}xر -csw2bI\Ry۞1~fOxj0/K:={Ok?e%{&}]29K4 6~-Mp "Skv=2d!~5RO=ƙ+KfO"ojdw *^._ہr\ RMp Qe_lX1FWpVi-l)VHP\/8HAg}_$ڬXrJW!!yw`@E/N!%sU8:`I'\TQi4l-MRd#(Fh@P$j$_uQIOgKyrXy,?jAјE9 -D~e" _fh&s_P*ĸ@'hbqూЄ'9|8i#.T*wWujXĩ .8<|b Ry -2 C -^FpVUS՘mlN -j`ԩ´+7lniij=nm/l2N]ӭoq,j=k' -͇d?h\G~(atCV=,!;7Mb࿍_XANK@GdΒWAsH8Pגg%b &ޱn19%ہ-ĎLw490W̤gm$X;hNˠ4<8+oՂ\EK6 K(YwkP>δC4eQgטIca)_h,ΨN[v&qVI`8~1aܨ3DX8la.LKMHxEȗǡ^">)q|;pIE5AkBʦ!/fF?cd&'<0CY4|$gD}oe;Y~:ل})L Cݹ=rFEd:3EJ2!fȺGD;-Hj7̯S3E٨7̌Qfhs :'=eOwxfɰ#'q-Twm8x㦧)ѷiy=R?AU4Ӧl0VTe~Rȇvj)sMUɌiNٟLht*^T}y爘O޲o]TIʊiZ"xchaub ^4oxA< !J۲ڟr"rމE-׉R[҉| 2j &=gPsbx=Gtfˆ06QhL8NwUPxy^]3&txJ^X.87g(H%iE,݋Cx-え9T3t=gDfFZ8uc/j!7fn`;}Fg9nۆ#FHs}tsRJJf+R)A J%sPЍW&\la MS@([>%H 9g[_n^G/@.,>wP[rX| -Z*ė (qbB-ǜgf"ǿ( O)p -M&w^ر>ZH SP0i-;x 7|+z,"ѳ=EsjB^K)XЍ^k+A Qe_DADǁx Y,2ISȠ~_,%'"([si$PKak-׍< t".,>sM2;U@!/S<,@ǛP1P|hMBQ{q>&7YZabRS%Ĩy;&@!!=X%^? }^"hWX)eXe[ޑAc\t&nk, p2쁒ȠLqer=+Q@?nš_ خ1  Q5&xϵ. -h#jDۧofNc>i|? -o8 hP(]N҆O+l1d\?R5ap/u2.`T XhpF6!f#FmI41O*_GE~0ߜ@EJ4T3ǯQTnR~3nʘ;jgSo'6q*+oGIF1{);←u6J>n%imu$K%o;'qaSgLk5^fB`޾q+J2Fs7Pohݞel,e>i_h<ӣgi_.9Ͳz\Q/EŴs 6r]Yy}\[ ,/΄A^1*hit-SOn#=x,z 3 -Ւ}a.^+VohS7#I+wb=/!ccwLV7ণ눫Z{lם;qv26 -h 4!`zL+tptOtn 45P_mzXCQ*(RPX  R -?&z -> -TP)4PX)^ :O_Cﳕ}Wk}S~p>g]+uEY뎽+ZKǽB.|TP;2[ 9 &2[VE&2Ɋg$˃ I"4jR3EN9$ @Ֆ\z+d"^{^ԣWq w\"G.w^?x(hSvdݮб.ޘRKX8t|3nI$*ޥQFXVZsuCq>'1!:/xz6k~n5>Rcx$mP}ʛdscOrTYZ]&\Y叝ͻRg>{OГe9|RcUŏ^@eCyzȹ,B $O%w59wJ۴|Jh}yh)e T^Lmd*#ҧ&>U1XĮ1)w0}7);ro; <4BYf?(Q,ɲԵmI Y[ܐ,1Oryel͊p%FR\R(_<kP,WM,fT1rmâ"u]#)Oвf*cƮ%ԎƱL\.Bx-oTu@g#OUM};$%1Lc>Zv*YǛPĴAJq) EP8نYRId=1Wºe;7V] cJgjC6Bt:G jj1@]3on/1Awu4- :9ײr,Q''#A .*?;@:]%? 3^44d5pc@-ˋ~ -Ř#Ki.6.Uj#mǸH:uΥ([QIʉq>R˽'k? -Q(_H]F /mNH CE@h*`861nh؞狹V*u33L1ѤѤe9)+?HRFhv^(xܘ51:N3e%ve^h{qhv.g4hEe4yVԎѢz+W)tHj0\XTƵ៛*%l] -ypA7&Ey)KiȦ2˃>>d1c]#e8*c}RB@J^ cOSXˣ}0+Iy)c"Uug!/Յq."-⍯FYp͑'Bm.;,t:૙{{S ڹD묨S !{u{ر; g!b֫t+q&>! #+耨3| .םJOjURp1ZٗcY['F|Xh YJ3{4$Ddk&5pYل{*?o\eaL4UL]F0+LA`k0A6U ?Y)44„l}k!^:yxUizN+&oK% !\ݷEJBOE#jh'%M 4yd;p[iax:Cytm=+kQN i:L8;^N'oեԥ yɴJ9A*[2RpZWKp:|`dzvJ=݂NAM2\P, -:Jt<~HIvNKv'dIuj; \Z1"U/k}-](Js -F}n M1@]>6 V]?ew{]OVz&m^.Q%!YxY %$[u۬Euk1K0%!1 ( Guo:SA/Q5̡@v:zɭ_;qi&mCzwg6ɼAՔіuwMܰs 2ؠw 6rDkxĘ>Y))Z1+уmbzL-K ouMiji;5[M{JRʭ?g΍IF=gU>V'BP6a}^Ym 3ք i5e}I>>\aEdrr'?77*!4?֮EN~usbJΊ ĥ~ջ)RUTnzr$ɊY\ϖ!F57$j|l2&yS:ij'NZ" -yI^*KW,TcaU -!ySiJYA$(cuBsʵe:/tz/ vPs@d˘,-Λ){'b+{GU1zѶyNASa3m Ƕ#dʅob ``/2ēϓ'bQ|>b_[XA3>oB@:ͧxXv8_lJÇWE~= qkccdrx1\؄kʃGuG_%&y~"Py"LT2 mq -PHA^-؉(]|l~"x/IB*_vqw,=FJ#MB" J]>!`bu*d*>jh:Y[ǹbaRj綉)8əS|[Ԍ9S]a EAlȇJĴ!Ѳ\c3%#9Zq);U[g1rF -3%bPmycMx ~IfkqF5ҋHz%V% }K:h*K}0M=nIˇ;gb__w54-vR~%vo*㡒2=E J6>UYqCĽ, w>`@H -rw"c4 ( =8fz;h:<)/ >\j ++k'+M@hT_lYyUJAc+ re 1feX&7n -|+Lt֍C-!HJXAv)ŷͦĤJ@̎K48l-Y -h1;ť3>Ug_7R9a> 0@Xe=E+F]ncCk!"SJtd62Hߑl,ub~;t%+.PEoż1!azag~İ׈aM!QCC/bH^d:@JI#֌~_jeBƊa0<\^zKQc>_tsxxs#4TV_xo6x5M\Z4Y5c_53_Q]sد5_bVUjL']H~C>7?U|tdt:rtޢX%Vv)N%kPC߻,k!zUqs%tc/[ia8 4W/F_ EI 9}pJHDrjz9W\t پJ:=HT[=Ʃq/EI,N wRʂ5|Al92N cv8c)bk]E6>Ys^>w// gB ;t9DVI=ȡ.)wAf73+r"JU^Du$؅ʧ<^S $("N-l/-4k# I}XU;LH/p -@ZgaM}U%t2$^[i4[ !dj&bDHQXj)ߪꩪib)aioc30 -cf~s^~x -!i*8w'̋VĩsYL9H!/ՓVԿ&j {qlH^8Q24@J0u-W==;ωLft.,A$PWB@l,R!Tj&Fb%ŅH`̷H¤E7ڏI)R8ufMǑK2?6˜nGVY EQ"l=0`JaEN1KO JRC,LCn{~brl3Ƹ :_oXٖkrhcu2.?ޢ|@Q$1ezlI ~޶+Dx/Ͱ~(cb:4[dz -PJih`x[kSҚM&U>Wh0&9 -AJoE(d/a6Ƒ,ˊ%]}N~/YԴԎADӘVo̩C3)U')N -''Ϝh cXIfư5 3#/7%/D+fGe%Y%b$x*-TWySYIL%됈}{W] *iu?u%gq=.E61[9Z":BpȨ1<B-p/decz}UAclLO΅Iꤱ$4; p}?ѹ` -a&RjSI[{KqC>x }FOPA@H -硼*g{n!./_}inLz}ihF-st9Z?kF^4zXx(su|UNz0s;z!Zt`:nU+gCǟz!:, WxrF(pjŎN_;S-Z)~1wz|չ;5~9u/2pzo.71 ,?o[)eL(YTʞ < Ǻ9L|_ֹ`@-N [ - 4!_.nٴ%V6OzZX"%%Oހ2,;dLnE!EvV${hTK6i% rPRhj#982`E8qN~Hp"Noyn hq+&̐`.[AUAH>t8B((7(Mܶh#kw6A TS"ԌNH҃M$؈b\_ K!==z$ C_a`ll#&@EQ $щl׮${ιp)UZ`3[f:qvM/ty2WՈb͜T/cZ‚O"(2Y ʢڼzoUoL-")iL-լYA\Fvo|l=;4΋ha*;u، $&JLj-`("KUy̗RAiߍ"g[ݸws)!\:[S/tg}wޮHdKH:`U]t>b-Y'zv;$#1`;i&ʭlZ,Xqߩq In3@ˆc85TJKT,MG c]{ 1 F>stream -HWbJ?QĂ -"kbOwf(2̰.k/Dd#a*U DoVZh'슴,.{mSCP沣pM$ة/1)\cC/~:1ߋ [~MZu0ze㠉XXeMX5":We _{=(``BVG(`LF{`z0=NuЙ]aVayMֶШ@+k4};jg(.qs A( i\NpҋK80[ -?r3(1 3Tm?fUvr?J^:,4rz@aHq3Ѫgih8`c#} @j]{jщHx\fA_-ZțK -ʱݝ?[Bu9aᔫvlL;v|,~Y2V"8a;_K]w;]9#/{Лŀ9t%ˉ35O\;#ťM'H-cF$ n111Ѭc$"uIGdBsbvZ9C:ܻCӌ4 ix%N*86YPsZ80sʈ0#IS1*>5/~a&wM}&+_gPcxw]nuqPͯ2ns0>{=toiraqPYjgN}#J9?6 @β1y hM'YñY e~VعV1V1Wrl{`ls[s G~c줷sF^>U~2Ee?J)栄h*aYXԤ͢s<3m&l1JmHL_ּ>+I&9{RT(]e%ao*%|^{/sO/"f3NʍKc$&|ltL%WDm>c+;iܫpl}nCT#a* -+~,q;»Hթd_ZE͇q5@k q̬L:u'}9̓gQZI [֗v? ccX^<@:ohۢ[V0SVk@kv> W=-yl?'ݓ x &f%g=$ < ^'btLahBf9:2K,6O+?Pp_Bv,j܅[Kj$(FZN{Aonn9DX-xsq 7fb/8:9GR V/>.U0o]-5z5 |2iV!N*4'2z5a'oƪBZpdj3>rOEh%LAǰ"k$\9̪Ejzªy(6wpM|VYACG< ?8+ H8p - %@ެlﱣS9B`ʜ 0EhO(IhsʜmMKvNOUi0>!O#t,0ATMh"VOǢ_5[jU&]6J37\8{;.mlj*{k}|!LXҭԙ% HH QgDdP<̂EA~$߁zP]k׮qL|!8thw?5 f ؂P\J6gT$HKl?p8(jp3E"ȗۜSp1Vu1( !c2qSY|  щqR}ol8$)pk`(`p I-jB7&?--^D'!Ǽ`yF0+-w%K -js=, {Lwl%KEfY/JrޖO fE,`ɫ9+2;.x='=*eԞԧ|hfs<u|52Ѥ3dfщ_5DL3/x!Gx\&Z"2ZO:SEI}2YC!(b]p#( T N $hoٍadno8 ދu^Cs`Tkr^f6&|ڨPF}D*l5qlf m#cZF 9AyIN(QXc42²c[X> i$<. J*h:N2IK(Tm)#ʤ[p-h ]?fRf26+^F[ho YܯY -S|\cİ!) ݴDP@6J5(SWզWU4ĝTCԦ43 E[ 5, -AüO_?Yrq}ӻ,EыP|9/5roQOa[+N͙!O. RbC)iCU+k&4ӝ\0]<rn} 5#Hf#^퍖7.Po+<ʋ^iWq?*ɣ'N2Z#Ѣ -7[ܼL[jܮ(կ~jU-,ByVoI_3P*ZtwQ -Weځ(?|."e 5yb;Tw$ -' z{I-55Hslxn =PO&(+>[JE -+͇&??L[SDim|2"k -% A %HӕAM"nPRAz{wrɗ.ph$kDAaj#F*A -@E]NnM$0l[N|yKqe4ȀE -8Zv~4Y#me%>ZDtH-%M;u#̇d)]t!rq)!nANJlk6:pJdH+ѱMO;Tb6]aoSqqB|QXQ{P@]Ȳ(J; '厎?ҒJTs %4NDGn2^{ug2&8t! fH=,>r -c@+u˚ary9tܬ+/N7h)sz(/&cLXLF.])qF-hC6.: vDЅv㤎;*@w`(`p~xsA8X;NC顏4nMo/8uA˭"s]<{8c݇T1>l,sˆc"a 3 nl`(țBLǦ㋥B!h@E X!9}-%vNT%JۚX/@BI AE .rSݓr1NwUWrtw<7LA܈ʣ$;Qfqq7?Lc}@ԟF+nZg?ћj>ue]N>Ӽ*nH3Lz7 -cۑ}m<3qba<2b{c˝WCyT>s˯~WSͥ|YVo{y'1\P*OXW#wb^Zyi=DV y>MT׏gEǚX=ܮ|Dh+a7.N%S \0|.gSOjO?_ XoqtBot6>6yD˸2g`3VzqgnP!^ ^$'!bИG̱'Qބi>f\~Y{ WRL̎ݱg՞Wk^Ib|#{R7rB:+YkWK -_ܝz֎N?~;a5矔0?RQbx9|s\r!3 é0ܹ8/}Cq;b/LA&=~ b/.At<%\o>RblSe2Ac$Ki[dE09vgE -otu.y~%5 's ~I^u+Cgfo{&P[Z,{6-_n:' toVm"rE6~|[ox 嫕;MDT㢧r|z[_o |0MoZw'cM,4?/K.zyfЕbզdUJf|stKxІZC#VZh -_m[Xh&J s% _JYgY%QfF1ᴳB G `1Oji{ɍHi3M1%2\O/4q5AY;F:ōtb Zz$]D^Ɣ%L,D{r9$1dUٳ. {Ut #BY*] ,SN1KVuQTKcTdkySKf5UƠ;_elEJk)3֨ ,`(zjXn6tBQ<-JJq$qˑ%ϪU(J -RA χ6Rڡ8C)X@ ]bUVw( % n6PAxk**Ȯ.R֔Ibäń,tHZPH s 1"x;unp|h\ݝT.\ yw xi:)UxD3QU -K 8ʐVFG;G o6HRC'\:N9jO݉S^)zGhMB je{L. ؖW.eO\v8n( .jj'*@dq8YlN5YU$<+,i>{s k% 0DUVyՈJ\iz #w&/ݢtÈd/daT$Ea*b-j)^VVlne<7F mCIxhۓŖcyߎѿ~yG;I" $bĵp.`ыRt'7Na#k] 笏D%ND`-y0 8P-qc~T6ą w>;_d~&;|웳qRȷuۇw ~9?g'^$]_l:akc} XI!kbĬ -4#JuXe,)ihg+A~6?O;A2e̮+{iGu;*9C^OcM(۸tPͳwi]E87-yPx`[Jz - &e \Ѕ͉_ڸhR53mpE_F#^Pm=xck\WbmTuXGu;jęFגJœ`wd]ӽMWTe{k)fʞ04E2E;Y7ދ9iջ0n,ֻ7,2zc}ڙ]j9f]?n;d|4Oȹ@7gJV♪CD_X[2XקFlȢ||'Lc(.mR_srv'{vb&fm}wxf ,selj4r 4y@RL~?(0R[^< ٟV~7t?:޿3 GblxWU?0w٘j| [c<@d67ܧ^|/&~W &B^J7#dii|)eO귃X:ӯM)n)7fޛlq8@MǏ^/];{S*k)78@(p֖V|jyL>d1o֒7aqIR,é$-Y4"{<)Xyʹ$,Bl7K] -~PR&L!U!u{86ُ7,хoduHvEsD1@|wN=/thɦ z'`BT~v^5 .7*՛MT M"pYpk7Tq\$T~I&ˡf:48ˇ3%(Zӿ -ӠALeĿHI`| -m߮g%ZA:t/jÌX!f^B ƈ`cA-c'U9D{zΏ'u!:vA#ȷ|{uk%%T֌4es`s\n|xwmvh*%h]2:' Ӕ6VJ5HRL8S>nDOBLjC7DeB3f辩HEWs#L))~ҟDGmYYsBΆkb 1a.^SnInϚγhmb$ݜԼ!T*퀄5v ~W>*7RG*R}e9mJLlu+̙pIW4m-G>,Ps/b+CFDXђ(BI%L4Gq~O_$=$(| I ' Jk[ _,s96t\j$(rvZ,N|<?(&j<0eU) D${F#܏&HkA|M$&'Ƅ$1w40{9<~62HbLc"Gz賝U1Ӿ2,tvXq* b>#nO[I6$w~ - X*!rAlwmi,[vHU+3)ՁP{&6XFP>E[E\wE1(9EYb>JvMdӑ%Ǒk_[eҗR|V~nMJ ͂$auKl.gUF2JF|>J EG4:aե$ٓ]2I0%QܖHt`͏#n*L9P(Y"w\"D񠫠#!VI3?.V^0{xf.{)%lD>"F?ѵ-c#BM4|a vs)r(y܌h&S+A\FHl6 ϷlIG(UrkEA岔 0FR\prlJzDnYrUv#()uUqDNeJ, -4oF&#NV Ob2#J^m]%PR.fs hmPU)4tjNX -U4]):N}1' -jgKOce{#0S ӛ!;P,c_}Vc$V:ؤN1#CcNs-#ZY Ѫu`!!q$Զ_R9|n] - 4NFK1NFebbun*>T .YO%I<I):l}YtӘ=+`4)S;W -{! sިy3Vk>mvŠyoHٹ0&!ԋ M\:q(?pN l&8D!.[g- 鬅(l S6l:Y+]7ӡ`8vU59c.Glύ$t=[ K w\f j?(@MjⶖVa#dEvo -2w/nX#=ꑐzZR6cm+ר &iƴƸyS&<rv>rA ev>}v]hEֵJZ%ǨAU{7Mlm[U5\$'dhM OvXluAYzMzLyh(mhֈrEX?/[%1_훶1]fg ~oLPd 2J;ٲK2F1jLA0iPs :9F5@- Iq%5e$rE-6L/m=U.E)B5r -G]UI;lG~IٝXL#rTGzy[Go9Q)`ZK/7 )%Ln)w*>PR( ɩ@ 0]SFUHf7sG EU- -4^[|Wwߟ?<ÇOy/??˜?'Nݼ{'wPtM͔AYSk%>Kvy>͍}~ۚ?5n 9a4_/!1{[5HX Q El~cs/su/ vPX^\M-?}_NW{Wfɹ+26: û?+ûd߀ڶd]t?+#2>" -t Ԛ -5mJ P6:^!.fô&y<.tnKb”$ؖx䰝f2#[zV̳pz -8!Ħ;IaޝUmaVg -F&l3Leg"FH;dmp4}ZS yT)m$zQ ޗe~KbavmSrAUON=\Jg%lm]8JD^(#%NI;vnJ4qZNku*e}6 祄hڗЎR[딉k@Z:L)jf#|¡#b=9OdK6ENOאuPp{dBvb2+DOx.IiN\\2:_R:S֡hLc)_ )JZx; -B䬶C%b >FIT2ؑ-W+_PzrY.#- -Gmj',9Q=ƏuP>y6 +[Ftg@A 9EΔg`[ #/UGXy(Ly#AaNKN vʰT]-Yꇮ~.MD+ܼS^+'+6)2JVoJVdzJ>6%!DoH֮dPW5S?BǦd#¹m@HɾÇ~~}ayϙ2o(1h!e_a" ePa{7Jا:!_8 h}WWr` i}ݕ1 PĖ pM* 7O`#)N0).{qLuLnRDh6yz0 8 ҼpBő F4qz`Kn. W=xޏa7dpQU%vO&K<)8,&ND '.3OL<ο~hjzi'HSԻދLJ]ti1}K/O]Aba*z@];r4+h$r^I[D - - -52ưR[oi\EPKd_H&4R>v?{8)$t%i%a~ @[wI.{./2/P_.&^d$wtP4LZ>0A[>tvٮ6^q26ab/;+]S=Z>N."}REZX\*r!12'tl\+Uͥ;Elt8Jbs{*y0 giu4a#kͅhLc=k -'m -׾tROyk:dqrk\Z(0I#ަ/&J7\6N<8%ߖ2%neąR>=ʤ~o:~hzT|6\lm#P i?l_@6ؚNͤ)חtnT  JMXo;j7UOMyt6a} FbYoFfF2s4\Z~:8h!a 5kD>mȣduWkƻdsuI"a0\\\*GS UIzG0q;нTG]UHUd}4.%%͹9]~4F٧Զ,Yٰk2ܗ/VxW3&YFYdm'Q=>T}RY6 Z0ec8gKЁ}5Bg[JJ0?4dNuȅ/7zMn;{͚'8݀G3V>f y1s #u r.. 8<6\=&>Df{omY)hjw? [<`,bqևT}n1.cX,tP/.\l^z fx/qbULCX$b\:$?~S&uU(];/=h_8)$ -\|B)-{\RV "c,6YvTK;uB@Xs!.ϥ8C|7Vŗ)9'׎^YS5\*zOY!}upI#%cuefeR/!XB,6E>΃ZSeNdQwgpd`FtڽxD EQg}5UF|kf Z6O'%UAOjR7< ֏}4EYz3v6:lFD1y4ѨOi:%잝R$GڎR!YbfԯHbɆCELUܤsHpb8A '1i8:чAL00rfA[-6$&;U6lJM;h4Ps;@/B.郃 Ju=9{ZZ6 4|uZ5'%}y9L eiYiPIΙH յq'QQ$AIkbˆl^9/]ƅ>d(;=Sώ"H9 "h*OjLy;s rZ؎YMM\#4G*j/ Qq;P>5U+>\faaՏpf!< ;[ m %"IxBiy) 6x=}:C>u]OyqP?&~+?I Ļ Ap!Hr|ȞvPCvUE[$隤0c"5GPAF1,si1C̃8,xLD4mO[#jxP7 #e|N|n˚}fY^:8lLS8[>5%{fIϺgC:1,d.tUu:L[:b\Qۚ~t]L4/rIjV{Kfgn2Q}M/QMUp=w<׵$9[-TB3$}3}9&J&gřmI3̷~K2_pVm[WN+[*v3n>w؀ˆ MSӤzwRLs(-4q:~S,٫gx}۟z?|ݷ/.?>//Ͽ.G1/l^|gH 6q 8vR-s]&8/L/mCM^#g!$#._T7~WƸ;wJT|'킲r8tr{kL^ͤ׀ڔjV:kX=  jN;vS5E+ŔnH=+ -N|R0}'.%މ{:{dF3H. 3|%Jmں2vvb3 _F*8q]s_h`%ŠR\ߗɛ=\ {mwGM񸄜rcrA-kcc|b.KRڙA|>H(=:q\;sܸKdo(KP0<\X#ML*AW+i=~ZՉ,o{ʡ.(>t{~x͇ȥ5'.U v3(^̘.@9-=sbH_8yh",zܧN>JxZrh!gPyL(E}$c`j-%;jgЊjŒ[S@~S#PFp:cVgVwWqE36V[K}}7fn o\wh؛O??O>^.Hqc sefb~OLq[絅s^_+d/hvbEM1lb=me<΃}~_-vFt]A"9#L0^$@ VĻK62kb1q`bCIkp-BxW ݱP9lƉ{>t:S8„,&YR8>_HP8K$SI%<; -[>(d yr}-M|BgxNHL~^hݖI<# Xn5T.0V`'g. 9T)ME쟣U#ɀ05FY`I](^:;FS@eQRĖr@}uk oO+@T S_Wzn k&{,}>vlMXքm=t0@w G wr%` mº&l d}zF1Q><f"p7IJKZB'UJ"NojՇɛ:U>-3?H| ōj(MJSWt4u54 i(]<7Jt(MCi2txtbL2<] JIxix.^t^ڋt=]]iJӍդ4tW:wP:(4 tȅl}ա'js"CNIǜݾCaT'e|ج/WE vE0VDe_Ouׇc"nyG -6G uYtİSثtS#NjwSh]XI^n*{{]F;Yz6K,/ۈ}}ezuIU&ۈ}fzu57&Ax` ȫ+MXXn^? \?_?]?3@Evw \,FvjaPm!kR"Je\üsP THIrER$`$cs0gל ϻ}" k`eb-% M+Dg2 q`@F*nJ뺟9A>@^[ȷZ $uc)]rmSMx* OE7&0<d Ҋ-8mi}yx9#Y[J4ir8哋{2qÃREG$}:& |WNG -B/&C;Ұ?-$ |imC|FI_KȩMHxB&< ;JC˗NK[+̭UٌlZЇ!oleZm^]k -ʬ7Ϸh״>yוn;ǹIଓ<7 3>ADe-&-H(ŁWR+r^*(ے($X@ȅ&Q49I>x&T15a< -"!1q(R$Se(Zu51!0%-`6LV2ZC؉[8Ť{5sLbDl[m~;b+iZ > /6]-(9vtJJ<$ -{6$*}t&,enzLcsH %_ }? endstream endobj 121 0 obj <>stream -H[o\?~bL%( -Am߾\V{*@jIp83˟-߻CqZ1{`m6>,e;9O;Y҆9cջӻӫS^L2I9AvL?$Ҫ[\Z>%_]5ڊxT"Ǩ+M^|Kr֭ 9m?9^)) I -R#Kёsu-H*Njt-̏N!*%wR nQ-%Uq;-M7-2ԕ9wYOGr 8x{F`I5!%Ck|5j!?$(9DNq'~YYR!,e(Iy -nj9&d Q?;?~H?2䦟''_&_NSߍ×n&wk':=*09BGчPbzYX.QZsJmȥdn/It_?6 gYKp%ljs)xG돓R& YzO!Wtg7w?t.w/?޿!~7|׾iI%1>ZeU+[ -E{W<*Ӑj9zcY>.&vwֽ5scFW"klBw"biaONJIRj0 P]ĩ昡 v,*MҊX]ޓN4FQr&j:FMJ}6S"X`J5 s k% bnYCUHXD pM;GA ' GrPVУkA'uLA_QzlɈC^Sln;B?e EBC76aE)$/uh_,z =,Vh/1; J^1lqDT ۢ -#le! 1u"-۰ӝ6KC35}UCO|hR6+CR=*gk7ht(ꁆBuȣX^brW%Q-P?8 -w[tZkg_C -ޒYO9s`Yi%h}F Ğ.9} ;`PkKW` 1ső$u4H (wvO-4y $3Q>.;4j )Z= -bxN?nCixY'i +O6E3N.AQ`իjV|Zs>]|WEPa@GU˴߫[ǵ=U=JIZ0U'u5U,ye~}ފ;۷4etTm}ו/_'Âoo_>*X ,JՆd>Hd:TtWM e'`4d@‡>8$,gW1JL5 ,^YP[@J% SYC12З:3Oć>ɳW.im5WxJ dC *ڻ1*fpXC/P~ 9=6o=2Y#Bk3Usk%Ǟz/+Yq_07f, +4l\A0<շXVgzedDdAڭK_#sɵHzRNvOFtAS#)c;v>Uէvi۫Nʧc<fqB2]}q+G.˿OcڶZSt80"3̤y?c; !D!$'ToJ%>UxcPvH,sg4],Qe2+-2~X'ZsF,ax<SjQ]P D7 [*ؘBh[&NL/&?SKt7A"'aM*| ’ʧ#J߯>67a2]xekArm[| mɜ/m2wlj2zCi=m m \8uvC2F[_)8r:]h^rEMsd~hnRZSc*USJkW_:zu Ѷ1;-{umT-1+ltqeL<"]$q g6ѯY[^q}l+f^V줳y 7%I3SZ,Q%Pۆt8/;г9%f-f\ødl=!W -)sW0PZ4GN5%ViRk)Sϲl00bKc-lV- ۭA \k߽-0m -7/nQVrD5)Y{ZL# 0pJۣͮBT14MIw4 嵱g录"0R -6le -{tS/bVT{)y-Bh[RjO_rԞ ٜ&AoUxTl$0D_FY&-UMo - LX"K*ZKU/=4.3_Xw_jlѪLCΤ}bv>Woyʯ+*Ri,NQm)a"ɘ?|YuK"=LV]PٔEYr !u0R s 10 N yEL=+tdWL2vvpT"2ӚҤ:*P?[@0fЗb?4\e3}zW??am5RW$QUj8j'UwNPyIsy -V˽VQI5b٠Cb7k QVg*;Y``0h~r&kkuqg5Qv͇ul"PsG?%xF{Lߩݟ5 Ts}"Z^/xWXRr=*&tbz>]9$(kfoG79EXz)𛹚Zfw* b&VmO3pyh-}]KdWbijˤ+(úu?v/I̶~44gCsԼ&BMϰjb8փ^ɽ2n(!e45J 4GG"Ka^*jPFpꗘdkkmT@+!٭HGV7S\r\ysBa+V7bpJ[66Df<;2iljjsl4<^.Vf DyU[p.[|וnʄI\0wON .zsû Z4О4&$v?jUgdq&F)P. QAcϊ љTWn/[ylW[ͫ|/Տ~|v\?}o?~{s˯cل\Ƽ/j^^|W_xgj!pVmې돹TXU.l&'dZ/͟o211-m>8uvY#@~_ߕzTwѬ|Wft}ZM0T滎Mw^n+-`]kk \Ao9|Wj4w -G;Ɵ(Z+p~WPȐu*'_%bڔzД5J4i2b¸}euAPj7d~KMtM)b]N`J*ފԚLf"Td?EmoQLGֲ&ő}vB#P3[4B!d&ѷhZ*/K" -?AC]Eå^ U3"Ό#~+"sKAw+fh=\Dw'bhҨ9@A(iZ6sŭDe&n^Mf6$r#tcV|rdR^.3PFuQۍ}Iz`]Cd]G R'Bzss oLg¡ +^"~h6HJs< #3%u6Ms)7WBPl͘ ʱYU7ON<//Ee0RZ,qf9e qE*F{A8!E#W9kd얫f'c~4D8KEK"!y(}Xo#=͞E鰅[>YH Zmq*e~f~JRQ \m+UD% -AIR4m&: -"5 Dz8J܃aH=L.naʽTjaA*f! jܑY`ᇆų~zzfݼ-7~DTXMNOQ6)?̑n_YMLB _]1nb]mob^tVX3Te+P-)pԡ<R*=IuWiԳ+'Di6'~Y3hLmбǬ5ѲץyuҬ:&f)GW|m7uU1 pqHs/2,^h>sJ6DՓxyRJ'nis'h|c8L7/?.)~ ]8lʙ~Ru^0:ͺ ;EC۠)F  -U~x 83Q뙦qKO=Y+W_(?oU5_ -7=S^-w7<h,::W gAwzWW/V_HpcwAkI`4vg2&[uh;JYݧWPY -'\*<*c\ij*'ޚDлŦ';:ͅ7h7;M}?W;/pN__bUYl|_~w IhJ!??}u\d:~iQ"kzu2Ņ>B/5t8Lb_lsn=߀c'Uǥd<9WMOሣj+)7{"ks"3(G-Q3KԺS^kHiH6ߠM6ˊv-2mQ!@GeW 5ꫴOnnNe@pKVw6V7[z(v1yB u O^jWTiJm)hcKemKةX,Aʨ%|3H6%b>(NjfX [ -nÐ_P}j$赔Dݱ+.WYo(2BFZk?RJ`Ur]1cQ@Ur_&(`?k֣mvkC9cF -bX]ˀr`h6Oe0U|LؾXyz\O}>Q|ۧ?6AM<ƶY{}<$B.r/LPHRkK6cN7B D4@_Bn[BbRXڵQxv[zTN'tZa;h2j݋2:BJ%D{JvTZp(%򣩴,/ǝm){0o.c9kCJzͽ>*w>:P0 Eǃ~oD#ǭ<#d95Vv˟ Cc$OamV$&)E/lR(2"/á͹hM*A}Y Cq1F$ti vL4$f.% Jtl~b4atε=Y>۵̠M֪:ӺgHB}j'=` є1Md뗸ȍt \n6ά~=-`>bwlWCRrfh&<'R" F#~̫!]%{tb UdMd hVk)d{H?*بNJ}u7-|煽B\Jη㡃3Y>P^5C( 7na %nyD܊@|k#3ݝYp'2 KMwb?xN/9 ᦑHƂJlB.d){3xlF#\X%X: -] /Xa2}v7N4\ڮ^;145$4)4F ꥐz] -:z6jU|}d dzv.NWYKqYy衚wafNgԶh]f!>0@ޣU⾈[mM bnR - vTaMb& mXSH_^ &AokƨX60h(ZFG)0.$]Ȏmf/Ni^3B$v~uą04p\JvKD_;7np#Zv?vʳؔz)QB=2]z|\taGN҆]0֍ kva޸p2kNLr$:h$Ľ ݉A&v]ZQQgc\z س\v39 N -v 5 7۲W>(b*0x h|kRhc64JvQ-56%[r_ɖLX~;U 7ݹ4Ѯ -AnU*NYYMÏph4{8E.l=݊&@ZMZ3ճY>q1z}{w:g;zw!w3|6@۾{#@ D7:Kս=`hvp/r~MeD@D]+/2.;Vw1޷t1)rLsƍU׉oڙ"~+?r.H<8q˓ХqSc;j:GA`%<}kr*\R6=`\`T /򩎅mϡĂ9B3k[}h @Y5(=Tls)Ot|=SAٷ5eIiZ0sZJ%j( dT=)CRa2IJM\ec:Ivw ΍%,}:n05IE+2~ei_~& pBuOk(GF92C{l8ҥ0"\{31Iȇjᒰ(-x4ǖRQnl7bz58vTyB錚:pV-ے_1.P8HB2AӃش/˗N6AxbZD=\f渏o1ϑivqbLJ` OoY6F.A-f]Zf;+ݛ8́Y|,6|nl_p}"#ahvf".4MK.v 'aLXc |:Yaʜ܆"z'.FIKkϓ9p\ rvmJw\ -Q,Q1͇K2`qy-m23NTp˛H¯}};(w;Wꇧo폯/'ӿnOr^gg|5TӇד9dp - 'sɌ)_і5Sfx/MtZnoS^-;r6 z QoȪc`VFc{v}!u%ݪ;qۀ,]J")uI&_N a QqxR7i";8cH)t zgdY[W4jzjʹs`D"TH߫I.B)S1V=V$~SJ'o8qzK*zO"A%tJ<zS[?׌e+Vޚ"ƮR WBΊ"HC)sV̒#-FV.qȐz}R  \D*@Yp@c;#d#6|'Rn/%G!C+x68ٸ#Wr0~0"1!Dbn{`gD{>qQBpe{(d۷Q4XYȯ/:`ُ럟_3t}?|]'S+[q֟x´v9is,!ۧGީ7n+; gYdSUɕV$R;|KCF՜?PoLmw'v‰裐6ăKطǛ(`/.e?~ %`p[_*x|^c)u/7D I_MLB8)3?vz$hjrs*-~B?ڮB 56Kjk:ʽ̎Mc/W?SXK[Զw<o#[MZ{h;"DG]_9ȗz1젊IeFl= b*)9'hDG%6{{2~^uRqH)!gX<(ڰ {=6l>_O}d\,֏.qg{ ,I D<(أy?]yCF'z5<RtGn|" @ooyEXy{~v f Lʵ_'v OI}Abv|nG2Xp {~?~E ^{jQe0L[9MN%]i^Z]Dha+$gv] ~sAOr:`dm$R`9ebaG5 54w2RԚf+y5%dtRqY6mXTIeghgd{$~C_##L#tC2(aHMS%鏗?_O@m@rb,Xg: Y^ōϽ*[ nö o5h(- OYN&U* 9w|Q҂Е g/jO'Ă')J^Y<&YQ/- R0|̀RH0JRz!cYˆ 5jу26*Yp6T)L_0߮39I[VQJoWI4REJ-q8AЊz&:7 *6V?c3A$̬:h u7r -rɑ8 s5Y϶H Cj zUHMtiV:^n/fE/ku{ -~.`>IIyuB[yTŬP`1dmVS]k0u3A~ކVËу0k{?[L\An3[1y(;lTY1 k^K~`jEw>U}Jo7Wh-}?ZbiZW6_p[$c4YRmUsc(G;'4!oNt$*ho2(6f% -Xh)v#<{{UDVXjQ5-8'sd&MG;}~_v?b *}~" H´h*׎W>׎k/Xzix{ex%)L#콶v>|8ʷ-F`bzFdY*+cq焧" c;F Vh( $H!;#k3ĠMR2#a䦆blڌy1ø V>x40I -iP -ln8s?:kvӭ`Vɷ#&GnMKUmj.=|xuP*F|4(9ݬ86?; PLz%(kv5EuInehB]rOP$(& ?,p씮w#I"39.|}2Щ4# }2Gbp^lޭftITtP,ĭlʐ\xT]4spAHuc2 -b }2GT$JrNI}:d - Ϋ'uo&yۼ#[qD7M!Z%xײ$0Nh 3FYn>Ҥ% -.-eōk=ݮMeIFP-4azZ0}R/|_s--Hæ075-eς6[s`tjrԠ:l}poE 7AlѦ'{\~g \lpKabTثg[7XF@$fF2/^;Hn9~Rw5gw 86T5MQS 3T -~Q99JĔ> zy{??fד2WG/\r򳉖t~.Y G5{kD($MޝS`*N9%pdL]#f|88{%f8Q#vcZP9]%XWG0b>HVx4-{=Ƴ7memֶdk[-m|ì' -b0'~"5}oO=v4b -BeJMtG^fk(ݚGȦo' Ìw-0?"oe*> >P:)ܬ;F_ ,WMWJik-!W7I$\T -w/`&Rɷ'Q8-Ĥ]z !Uf&)_"1[Z[SgJ`[!dpE;lǺJ]7I[D&V1aS9 r|$u˝-O@?Cď& dER0V5T+zU@XzY[yLefIGL|$]T>|tNw aLR鑉]*tG3D>>g̠zakDc0Dv k M7X;SXDtuQ#&t{1 y˨`<}|j -vETAMC=7]Cre^61t -Jj3BM\wZVdmdAy:Ȫc4u)G@;ؗ]%&a_.cLpJށ6|6nCxA::^t;ȧoO9o\L[%_[yD-`88Eҹmt`[6Yf<WQKLeuQ{Q/?~>}?zR$cºzc[{ q&]重kkmwÇs|[i*/}"[ -u>gLQ$f <}= 5n,"ɀZ/Rٔi;&AlX 0"c~t[A&h cBڰH b)]0a\LzwdLϫz:Ӆ3"4F]!Q2}xJ$Gua61A~?Q07B&r#\DD 65=@%>@S,{EN&KM:Sc;$1B'O۾if,(ڢ b^*btRa4 -CÛQxjCT@8ꐼ $s$ %9NhpkLZ}B|Zo -k2nUhY-EP}/ -5$-Cş?)!S65$ qw)H$mVc4*z\'~Ff\޻R,uej6q JۥNZ*bfxZ'\΂7񐬓w#X u#3faϧ\VF()dvM'eVHG =?Vkg[ -Ƕg7Hυŭ|.nh3S? k ?Dg=ΐQHB%)4e*;(^ߐ -ѻI2#>dšFމ:я'PlNnCLmi/?{SϨ: C(*BF4m+R@?˟p],l 1𙁌NuBK3HtOڏ,/ϊ'+W^zUAW{s+*ԗu*YkH4jBfW3?nS7erEXQz.~^*J5pSI Oݝ9ˍv9:a9uZymfLWh-0̗)sq; 7u xp￝x9gWt'{OASPCJʂ{_CP( -$% e(RUy(>K/B/DwmaOy1߄ѮXc`4]/sֿ?W5Bj.Z#$GHg٘7Ҟ>o)n^#d -ikk5BϯHm_ц@J{7Y oE vgM4}u*?BEpg:bGk8kf0C={6jRXs~Z{âa%g(@u -. 2#p!R; io -7Ag#ɏ)٤_|d(azG ZlZ'od\'/?<=I~J]ICupO: qA ȒZqS!`X3{95&21.=` \V=v)DZ]ᩗw'T|qw^uR>|2@ !/>~=2?~,HmXbBl!_x/jM6 -Aiw@My<;;؀?&~B  Ii 'T b'﷓ -Pd{l)AZ11oO{ o=cơk c>>MJY -sKkT)`1Ra{^* -R׷Ra_Txe*{*{gWa{^* ou}~pS -4 ShNicUFRhJt\)0jøCzt&Ya<:( ֪!^ITRYOwo32 Y FMwHX̝teSFϬYsڋW[@yHFShI@yy *R`fa]"`s5q]T-`-S -#iX)+At7mVkOʥ^ ]rl)/;fM$ZE6OB|~Ӛ.?KJS䞍W:+i8nH UeAj %@Hl0!!:_¡vHE1lĨU{O DefS:fF.WbKv^$~ rm د.8@lNtOKr^2E bʆ ;z1-@kA&ºwW\ 7ۏ3{=Ps}r>qQlLNne=`p[9~Q0 -K gO#⠂R<5{Uov`ax\ABsVWGC%6lJlh ňkͳwRH4T7))L;vga&#w Kgl@ZHzyrAd[ؽ-m3u`ΔLl H8-bad=7#\*udܽWZ/r>Ӫ$[>T)'!) ߍEait N̮܄ ά B-^AѾSuiBU# M8OC'VSHD[u,FрqdiP!:%(݄㛚">@ ne븡2sjswL ϓ, mU(T*I,]fj߈&tmQY)m.hce\6k$?kk.➺LB0(r@e‚* EՔ ̊/VOtieDiR&MS*vyEb_[%Paxm՟^Κ -5?;޻q$+5Aw o/ݑ_ʐ%Ai-gy {y!7\0lO]ٚPU&E젟GJ(0U -3r9ԗ"d &C8k Ib۩Mf[AOF2f >Bp02HM %AMN9tl2\20>wV9F -WtrBfEѷjR@ I=_`ʣCH]\XXBҌEfIH=4 uZٜnzVZH]=fOyA" CQC @N3|z8PRX̞  X ]K)XަO%C_C)X]BT1E~"ې?jȎ) 2&0D=uKq !#Tq,+_y-mA@1r6A~Չ5(tݹn7:s -zYu hɈu?>stream -HW]%D6f7'6'>;S.P jpfOk"8L ?zέ.)w'b*˒)7Yjȳ[ @iPoI !K9'KZR5)![I?=ߟn9m9M^mƩBN;IίOʢWNY:Ʊ,ǯudc? 㺸~[ym- 1?DZe{ؾy'xRx"3Nf_r"Lj'V7dݚ2Z$c$!9ۤ=LΌ_^cDڵHNJ^q{m̟E -!Ll3yh@-1qJˮDHx-߀0i5NllS&HWYJKu04|!ߜޜ~|_?󇏿|yW?><{Ǘ/V[}ONfqd݋#8őNV1^ }K9GqFqGV1^}˽uS/uLZZeuGE"K j=mQ<Y!3OFHՒwS+*>T)n̗ہ(+dbvu)(EU+8e\B>}N%s=zMfRxݮ#``>kfz*GaZ6>d i9ïA_=Pf2{QdK UdGEbuȫg?)S1e*صLEm)m2Zc/m@8,p8&B9$h(<5-cA'3 weV` PF €A)Z`'AmmEَp=SA'+iڒg9J=>u'$nAp(8Ŭߚ#RN_e*jy0YbF(M 4 -E֔GZL?T-j}}xR˩wԫ@M Yotn㧟UB8݆@w}*@if !㬰}i{ ֪I/) `lZJM. q4%YPh2xVD$CwCy#%pciG A :NAZ5SDb<:!Mgdhy*#W1uj7MIAa/E'F .1JHKɄ/,;g!U+:HK؄k!,_.<04t`6 -` 璊MKelOՍyUer4K6q |3RM`\/ܛ_/+YgOen Vu8 UKLё2Pm2~ Šn!8ut8İޚ 6pasr_sj7P~n`nȧH#np(S? k1M9 At'Ȝf xɇLN1l%59z5?,Utbm4üDnCҕ2K?K |fVxa29،즦m2@,?X΃M[:@quR4B:Tn}IVz.U#R%mMžh -sC[T56^2,+:u~)ost8ZrK );jQŘ4./0Ww~~_=|.& (Hn$a"@} D_57pq KB[&=@`}S IѾ>.p:LTae m1c`X"XyʟY qj_ g&|0U֣28 G9kTGH*]F! XM[ @ƽ BP?vccr+6c9GhIhlI{1.*Zp1<'';1hi -4!@L=@p]x֧aJ ԃ܆`=N'aʹ0L-ǞdEZV2 -T<S9xq/?袣p $\r -YXHV N>U +D6UM0b4X9 4[ $vHHjcI1&;?G8j<Tc2Pr, -%.xIʲE -$*W rwKkCR V4ڧT>!Mv$~_}cMT8iHt) $C@OMP/eh -֓#aR{t>stream -HWn7CHŀK,lA` 5v'sط%YEXSuIRd!ZL&Xr4* zP}I˓WRF|']LTօd< &*I#-"VX$YC3Ii ]g,ŴRLr!3<ȓH{;E܍?weᛟ08IJn> +Ozw~O-4+/9ן/x< '.{1n-pj|l^<^sѬB[IiYN*RJ+*Fդ6j:G.ƊR`x 4`4L@54S[e LUn,D`20zf, }`$Ȍ¨C03\2V;eGZTW07q5Գxq1}>[,-iVf=$Z+U#myTS$mN$-84bV_8Fû*brLV<~20Esb5ɤ6/P$14%5(GXh lf@UԱ-3(k2 ?Krj1Q$ bM~4Y=#0"#OyFb"Wf=!\ /0"tq91c|X[PmF=Ȣ?tq0_A?^[ BҿliY}ȭ&! -WƚjD󈞶⭥`3\:wp~AB7PCbn@nRM]}6 -9jw5@j5HJ=6M1}+9WS C3Cv>QgK35[h;3 bu ,^B\O=W] _7͒bU&AT%r$FSpbR#%qHNED!B -yrv\T}K@t1$bllHBsA8'Ȍ0#AVAT9+N|T!:~ETᖎ:Nldٽ O ,i>]4A@lcTFϭ=*twXh##+| BPgL@^b|q91c|-z)[,-Ț}ܡ/Eȓ[ AwNAIJy'I}L Fɸ%/CFAl&d -bČf7Z\NJJO!.eN^/O^`+gϮ;:]ɓx/^By~6o"}}z㻇O2OO~{|SC4ߊAAQ/إdo\ܣOH:kBN@.!'ɯe|_'ǟ?x+q1ߙݙ%>jU[G/+l._m.nޛk___5O/q>}v~9]'8ˋW6hiTCWsAW (x֢jֵ\(w?V}ȓ4hL -ƎH+ߪ fB1=C^,0h=^O! z|L}`3J%Ds8έ\v5G(MN8q"ؼ9ϛ q -+Vs8ۻTR65Β6ibwF7{Us.eK@BuEzr4sH=-h1"Dbh -zgxT,[qIBh:.ah-8OZwym2 xזÒ$9Hցn"t"6 ɞWHW*S8'%Ads!$DK8A @~O˳޵%Hd;WH>ت }$(e g-d7ԁ~_lQ -u"B;2%DZ9Ua`ht-50+q1D=ĪL'/ב@ƥA,DGWd >VLKBFPY:.)IiI #R^s'+TJ̺@R *ȹ =֥\M)tWFJEjjR*605?VwkC{7Lh;,U@$\->T9M $`T/WU?VLW6`/i -IdR0Vm2Mdd~QJ(B]6*NOHq"TVxKs@cI!ıFciKCۖV 94D׺uVpAU -UJ[U+ɟ.( D_YfKЛ]=ez$ kB(PEEERg'"PiD0O40ZU ?/WWg.͛E̚=~nD0l8`HJG9 3vY ~{!R:L;L-`1SG7AoPg~tUÙNP8 BR2]nN3{8;6C}4r1OHDׯNpVſI\I\ f-l Ǩ=p(& - Gu~D߸D+pw7nP( 8O^^߯om_\o7@雁/bc67<9)T򦿣$) C[Cc7.d|5]@,~t!1CO^O<u 0qAQ/ -(0=w8u7oКCI~I>ks򚅼D]%=ܣ*vРXB[2`_e;Ž.ʆ*}8LcVHma`tM? Pd@zj&yF=Q0\< iqj11C/D%Pg]C?$u2d4%Z45(}lb#>U: -{Ɇ:?Q])ed:jH07PIiN# 1i4J9 NU%Y"ExADTs1d0K.!,ٞP$8DBNk0࿉U HiŶln.*6IBՙ1jEʑd= -~B"ʐp(Kh)[tgVLMPcKIBc%$ъMH.8@XI֞6 - FEuc/rjT4е{YL̹\ Tͼф$ 0!C_(Ò8s,[4#EyD17V")Iq5x݋Wi#է޿.kWq-<"+͹%86ݯ{ H] ȗU\5AT䈪%^xi!yb@I}܌8Jg8jqt :KŽXFel;Pƌ>pkefxi!1O/'! VhrJ8ʃMem X.HN[|%u-m.MzNR#("tB: ʅM7ɞ5v_8dO^E*k9(74=]I̐&Qu|E db1 Lf_Ė 8V ->0KFڳ`4sl:PH5H`+`!88 -3Xa*I)C`epsi]QdSP+EϨllkMۈlgt4@}5ȱɟ0!%~<ˋKn£>f,ec_uͱjh&xE2?Ѳ,%S dՙ% 03)."ւ :}u,}[M0=8,,UdUDּ۵ a}TZ|a[KUڃ\52&X# t"4 У ,LԨ6.gHI,]JWo}̤3?bBBLs* 4@dqvN$ashxѕ 6bP)YzdTs&TQ+0nc -&! 7L6Ϙ𸹨j"P=3@j`AEWay$^-,''T٭\>`m^-y3~L)U p0qǚd16a3IHͅ:9Bك\܌GF_ZulǒR<7ȿג~/"~0 W* Kcd/]}*6~@Ln36Hמ0bnI^/m*#džܑ Un9Ea 8JR?uֺ"@I='m2_Dщq4NzMts Kw|3L;VͼQ"D[n5Zv<""sT3yć!3RKF"$'Qmˁu˨ls]h]ed>nCq?0䧔/}m,.̓ *zޤ^ǒ7o]&}cSbHM7yunQP5~ӏܔyFU7!+9#˳ -}a"\<:wK-:TݑunNQ!R Q+zH8e#א3v 6sc -3Mm;CWw+֣8E!rFKeŇy'Hʦstqޙg (BhZ*$/v-v/pQ~sP-3F<`ȋ -$q=}my~XU9Cۭf_꾅"z[C;=DpP]UƁH])Nj.EY,DdHE2Q]V>\ -x"h²B i%Z Q'&,Im93M8gv zTh -O"z퍈;0iegz(-Ɛql[D6ә=%6Ғ¦8dDJk)aSfʛB>`"(rUlKȷ-#(Ȕ̔ekr9^O l1^&KV~\ nh~/XBEA|ͬ*U8Щ+LH*|aI V,hqi:H^_ĭ?LM,n 1T7WN`%3KcίNYd4ׅxHrIM F&,PD hy$ƈ3qN@Q89E!F6asOFFI݅R}Z?(8LR#$wG(x8!&e̝V@BʕF#ӆI覼уIE;P;y{g(Ie'k^Fg.┐? -#e,/N3q.VȸEJWg+b+0 -M -8S nac=fAv\.#V - -]Fvfƥo muy% $ڍ M`_W<4ӪDxWF;4sI5LDP Bz6PD|qۆ1W𧣝ҕQ9G@Poi<٭K15Q|߰qqM3(M 6! Fռnjgly;КEJ=ֳ . -nw3kK)5R6~W&>MʦÚOțjL:+sMJ0ut:%<5@xjq˗j KBtϏr^6eaE\pIK2BYFڙІȮp G+v/Neӑ -9yn,B1۽_MZ%kϤwO|?ٽևQD#H=M$SKћV5I/sٽ@gS0ȡ̅ҙȜ+Rҳv}Mcn`Cn4o%ĩ(Xi!04braϸW8"9)֋f󏙨z1arr-5yy6MT L9Os%eV -=G5;Ò#9, KbOT, -SW7=GN,ZؒNȺաܤZ{YnI3V0Τ5RI#u!jUK-O!ꦚ6\#bA#TvCPbl!_!"& P$ XvWmxGD!*kE!#N&0F9^aF515ea4APX^L>D0|B`[}ƭ )J|;17mڊ`ixI5np5#u/<`k5"ʡ~V1ZTJp U_ jAG5eyZW,Ga ] {ħ:Q cDqJ/^Jf!LZId6]:GӉA?T\Sj1N7Ň 9j1y:GY |1L|a(ĸTGRV -6l%+ŘefwɀD';X WaڠqOR4 tJvhԱζt9 aL=Őm-id9xSv[jSc-/pC/5ZJIG`ׅcÀ疮m(H)nQM/Ґ,iȩ( VZj2jwPk-(@h/ɪI:nE\K %ɏ`j$Nc/Y @1TND4F/C濒5#mӍT/N{*E@&^Tz, !,Jr'p?=[[w3H>kbYP,2d~6ZAQcn:İn~~ۍ4n"*Zj;'EG(Bwx=f1`o#)-f?[zSDC=)",'Aԉdi& !J(OX/1^t`- aH SÅhvG2#X; (bתxkF=vBQ U%>>+[ԡABv q1 -7&Ӥ$gTDsB$X_}d+,ϿF2A1w݉-u~*bkRPuB%`RrdyVC%^^yga<JAb*79I}xd5'J2Kf*rv~i@+ %8z739AUu}طl?X!t/#:&?,U .};}=0j;LLR<|q۳W{^|R@X!h֏$i\[,0"PR AeZ fٮBڡHkE+ %0 Q.▃C1KCcrqPaxx(vT+ N!^A̒ŃOЉ!gKQFWhŒ{]| `eslUbUhL󊵝1Ũ SQY'-!A9@UDS#, Nq˓jMcfG6 "$) j%!/g:ȿ=Ȇa%C)p;f0څaBF%* 3jT͑*w15螑Aؚvt:ŧAt+=@Ut+>J/Eُx(؊)U5pjӶqOnNݾTO;_{WY ;@#t -P`bS-2:WOr?zoJn0RGޝuJrd_2 nGɷ{C9UqNL4J=ż! "gEC@I<^wem.Cvt_C0'o18d'_ݟ>oh1A:>,/Uom(9~ kao'NS o&ODz= '}?W'}ZU/KM\|-_~61w#>//gjvv'cu.A?Ȓ[i4V>xI6$}&\zJ0Wz ҩ9U8H( $F1y;gADq}-R(Ћ~~<qsoo_wy~翽;yD~\޼'O^x=oz}qiÓrūWo>]_:^;D9XO^@\[O>$pK ggӡdR!!%Thi!QiRi>׀;]˦0OaÑi:f!Lpcy6Wd:yϘM ^elV$JVk07"QbapYs1N;w]ѵq,>`1}(bA.3 TdvZʤS(ӽBVϩdU\Pn;d)՚hwrXy(E4@Bq(⦵7uBuWp" zm$2|0:Ad]S -:тp%Y(J2H,0|+dͨm٘A;&_P^Qeۍ$v:td8^hR9xy7P.O.pa2GD)= Ѷ) }#ϔϊjd-ߒdAv"ki [y@lCMq(e>}Ty: q$s+Km?>/3rA{_2@*= ҄v^zI R#@zF^HsL.g3tZhXs?yL(^=#]ح"ӤZ8Ji"Z0q:4q; Ń^| QS+?4,64Jt`I?PS "/Vp!6({͛@c< 7xC+C'zz2)am;h0n_wI%kks ލ%nv Ef"sRuͩUV/[ ;ݞJh3/GGGƑvmJ^ddL aܦ+`e1[0*;W:62<ϔAm%LmĨUGiI;"WʕYBMߤ&}6Qajx BzK8 wΐ/$%΃\Oc3O/l㸈Մg/*!qWq]}̻ͭΕ>\XtJӄ.y;~Y!Z^,VJRhV8n NtP XWƹ&H`>m' -\bsѾs´!T<*[.#u"y=,#L+1޴%$B[T@:=S+sIH|4Ҳ#]X֌*4EOGH}u@TԥxR>Jb0N-Q&w@iL-e"ނ!Y)~䞅3@& q4pAޓZ'0_?VGb+/f4&vX -2GO4x'!Li~tto?48豦θO ӎCr+-8$ (c`X}oP@X6y-D(/}0GX;;躼9@ P좞T[oؑl`,'&!U]i:>vZ rANfCnإܵQ ld޼l7[O$.ѹpA@h3 t JǼ3+oȸIU:1(bD9D1\UѕbQDoaHݼ \EiKH9L*bTtŖ[-&+q~%hX͐Z;`oyxZsxKEP4m +-)$`&A$C -(ȋ0+mSZC`:9nO X| bPRFQ~;g;5d,o} 5Snʁ8wEsnC)DNՈZxD(BԆQ!0 e|#d(nh6z JIa=Y`EyYV;ų+pk}8dD T=84H7@!3f$\a‰g9l"q+Zwbں$McnWgv iv-'fW5zr -FxY 7F,:2P5bEz᧣\R. l͠)=PE.`H;h B-l9-(SNL=w9po}ceuٖMZ -BKY/\U2[75O~C͏JtKЕ-5*qBE"ʁhdd;EM?>cZL";(as=e=XUw9$z)2 -*Rq4~PM; -do{w&B4. 폩`N&h|@:zw>1cFÂ\Ӕ gSA0ekDʹb\eɉ(cƵ_&3`~CY꾦c3ϫIs,!#f8q{wGtvc(yq&(%r$T伡k-O -HJPTv`rlkZ U#_rP9AR[y'}. -C`oىb9*= y``bkC#)<7֪7L[T99-4SM݃fq %?dS@S.u6@1t]d,z9R0F+V " {$h !fd]hԂ镇ޞx{_+q r].۽xgGKdVm GO k-߱!.TNzDHQm=n~{l.ؐ%c,[-L@vO",V>jY"DA?z({_ L!dXm4{h T7ζRx#6zWun3p@oy+2sG9IWETIpP(oAK X ƮW -i"j阅`u; 2+34 M#TѶyb_(mP|23mNly6Hn'N-hwjheV'B ~ؠEc1Cq%x77biB@.Nt\SڠP-B*̐J@Iz.˳K(Y=rDmƒq>/PG5%ܿq!)zg<F^(1S,j{%or6paLť!&ɦU4Adi~o#T C'5I$%h {ηIS{r19QEYy~0PġDeМfړX"5&EM #547WyqaZI#9'myQ8P! sĹ#6Cڡ̤!Eʽ!"nRCrhr%śzJD 7ux~ -nٵ'$学W@ r.cX;L@u>㥔kdw>,&W5t浕W^/Sl#ޱ:nͨ'.6btg `}=5M~W=w#v=pƢ(2~fݓx\8` eh -Y0BܵtOL|.Q>vUM!i(;0jl뮺#:z3sD!h֠ƞJfb@;\gC<9dƻ^`YG s_~o0c+koV܀V^i>?/e[ ?s&l6., ˽AU^3Pϟy -i+ĵuDC:4뚺N,#0KLB__io'wAxN?:].PMIxk1^=_&_ӻ8ا6=qwyQ7c3T2mDI¤Sp'& DL_iݜIBL Uyr - C#zAIwaNz(YJ6,Y|鲾.A(q|7jt{U{L85Hӥ˽Zq戸y얽HiotT /q1͸v-8n[僓A7gĈuw1)VIL`<`6*%<\%+ *]_$y >/>'i;FA: ‹Qu{CHVH߸I]CׇDgߙC *qm߀;N&L߀h9W:)L% -`ϠT[q ׯNrTJ,bʉW"O5xFX{jqS x?'X~c-u#[>B8̤t\In@[@' 0oh K!12nnOH{0 IP-;hnJez4?D0hV%T> d@* 2>ܶ%B 0 Ãq| Ϟ`E1Wxf[C)X:m<2,R|HU}\z0~ -ЂK)cnTXO ͤg{}{LMqj t5= 8'kUsHkݙv%{g,ȝ҂}.+tZ RA1NḲEjݫzg/1e 5uS)Xc1.J4Dct$)jc6&ǐsV;k&J:"?ň4mɊ'؍գۘY/Y詒k$GȎ+kHHF CDTi>yW}| 1T=e'"]k+Mi' a@->ZxS՜(kӷ^ctޞ7ҬݍbyTaV$}*6jѧw>K#bE )B*HG5sXqKo| -Ֆ̏N3,_؁6뽦[Խ8t vRS~e&րlL+q*pdonusJ}`bdPq @4$f}nFBv`eCʛ%2~alzPvCc@! Jg|R'$NzEHd_Di~y'n9m.">H-K z?To| & 3ȍh;zl嗨JoNy/.|`&+*?S@1emO%Gv܈[$'57qM~TfuI*x)J$#nϏ9k ɹc2 O:|R4TSYzÃ_x -Ɩ wH( _YԦK^ϜFїpB^ 2n|O|(&=+^pYBoaTDyʓ@502|{Ke 7$C"C )ډōMh3g_1_8 v%(m&&?O[[:ue0O< ];z$Ь۵Mp Vbwj%ɺ@ޓ3CWyNF(5Q0'W}hvL,"1IDr?k0܄CTkiF~1e7HAPxrG7]g?m -m<{;ĥA!&l Gvja3a2#[k#K FBz2%f(,961IKwUzVB۳*ϩъ@4.{FAE'.]+!T U3.Z8VB-0ЀLc_ 9SƠU,Q@+ rk׊:3P(850o~XL +v[ucKVf0GΨL(0+tPOz uLHRNr[x۪[ep|e*MKa.(>n2V1yZrʻ nf b {W3³3C6pPɣu͹Dqz?v>Uڥ7s $6lAjy,X,Si:"\Y>DE[Kr4Ed۲rSvK1p3hg0jK.[a9%v"Zq(K\֣#>{ O:9Mp906 |- H$zl׿l_J o!|VPsl.=ve}+TTR<h;g}ԙA.P?<ȼ IV? -8ð)(U!Ul -7Ɵ9j tOt ՚ @"Xkh@ liwaK(Q6Bv*hwoDnϢfJ!z|㜘8~7Xa2s{u ܊'p 緞|7" O}~(??"CyDŽqY-;q]odbe[_&E -l{*Wj"%tX1F@ZXpC -|o˪RY~)_?3EIoEF`b3ں@1d^vc}ڠ?!2Q_sY\s+\+uZΟ+qQUZo<ϟ8g@ f6wW60oug_ -c> 3n!m<:EcMrQv aH&M|G)0iNHX_Ubki6a\&uw~zck]"xY2s|a?ݱ]Z(+Z< ;c;Q% ljs4NJɡX{arAPsa2)%;w3Ln36 O 3( 7иqW\5;cHg} xK|*›`G>`k)c"N(`ۢ$,`FX˝{;JC5AUTs|+/Q`Zzyh2;8/pdzՏ_WV+j -Bh=losC 2dz;}hOx{#+s"?˭7 /*n\1q(b C9FR"} L2S⠃.b~r>шSbn(.bbmxޙrq#H*ҷ;NBQq.4ڈ>y)Xݖx:g6T'6H> W e[c` / NOF9N42du=;ܧ%´hS'v,Q #'S`9fyxuiivsaU(Kx ݶ]\9^>~x~%[,4 fu"AvݏqO^~G{ӛeը/^}sx9{ǻ-g/o~|_O?tv_ޜ,tEiUjPۿ,P<*x k:\V]*̞-EDV!q E'OVƅלׇ]I Pohv -(C͉b`CU:آc&P}a{tzԣJbj<%,.qA x-ԳZz)Aa6q'|"z<﨨$$KqϤ`(b5N:w`¡M!vuuE9=n=@,yъ͟9^9]?SE&l9.L'{&N1a)0zݏ'Kj/p_.vzz}|7z>~HUX"*&J $/LүRSH_4Ȓ 2&dN8ͱpIe)*C} Qjˁ7z^c ^ݽL+'QrDNBצ8&HU 9~v*,?k~&g,y' F6a 㯔gbD,$ߡfrKeWAM'FT0\”Rn)NW8Zt*fQNR [M8&OY'`K Ax8nʜZcJóE'PU$)b&bMwE8QD.GV֩ IVrx :H,+>c1 `4$#N\Ŗ⣩*'N BfC1ٕ::iUanڋSF 9"KSDH^AΜM,"pVoo4bl* ]arFNZ|= u ;!H3  o>{M|W(f/1yfBx $3lp -'7&E[^@ ˰ x$a #دwb;;BV?l{y}ӕųi_[_fJ\"DS@F,:wN[;4dL'hܻ:(/Z -Pg`M,LDS Fl\(Q-<DgdLF :#fU]f8nnN9 M؉3F^mF"sGN}@.]2L%4VDet¨b\bAR&zbS#Г߬߶D`ɍ0b՛#)_p$ ":+qgJTrҋPca3/Ux!Z8h-DP(  T6f"efG&]&$0V3E(d>3f=J#&ePL2Q5;~m-vCMd۳7P$)*ȸ'm2ɠџ \ʂnX-5L6i`X3JTTWZ21PEMµa !G^「 *tVPQ&#b(![ɋ1 1LI.vR"'s*LDy ؆L|AT 0Ug?-?C!h(n(pJxd{Pԏ',,2Ց!B Z* *S\h0yEʾZ_a JQ\v,{xd;lI}ql4{V|WK*;eY\R0_7Xb@`5P'GDL&J ܀3 )`/qVkRb|Hr&&sS#/{Q 6o&K45 ?L'E -ʎ4`ەn$6ApàVq"p$aUzÃэlXEOrkj}2Q&pU}1K3; -!!<_(d-4AWG$< -FuR.WI)\f2P?r&9`=w1΂}^EQr# v2'%E#x_Y4615c<BS -ScCf֮egfh1|Wqφ -]R Dpu9pΞIRhq P.`w_ȃ+@|oIN -˷Cr45>!U?wlQ6. *DKJ3+>7%(QC3!|a lvJ;p!o]WzӃy%V8}cEeU彯*[P!S@ĽԊiJ!$)ŗv?<3m $e9q(3+76<%KR  endstream endobj 124 0 obj <>stream -Ht1$7DO;#AA:5{}ɪXUF@"H?JosϨlkNY9Z=-Dd&"WUD&b8{+ {L7fF?k{e}ƎW-m'68#Ψ-0.{PįjӛrN_Dd9+/҃iJ@!'3{;!9sMwwhe ů<*)*|Ѩ99iha:8e12v>[戂WAy`;wieI垿$-`6g~{Vev!ɂo't鐜;_Me-zm$?INJP?L=*#&N+ļKՈ~N%E_2=kU0)p dd v8h U$V@Sz.V]#\tO/dwIQB݀[ú2M|.5P𯞰k3`?Y-{5|R d!iF)djXXND蠜U&n7.Hq$iۻ6ٗ~6.ir3cASE0!,a Ys}!' j#B`hxs[;W=Sa' gLJ{.\âp,A} ?5(tIsOqP᳉k>58eV].3 ?U4.2\0,M;!By> P *z/^pXd|BR i s[1OhTol~97XX?T$6~:sč/Z =i~L3B -$-q@J$T9# U.D~GJ,Jj/V]ޟ`!HkiI)u+:CvVاa8#-RV ^xY N%ߺ󧦲` K* wii*زJV2px)]|/|ckh2\ x>CcI;6%~n]\/ =9L#aҋV -ڔ{]=x -^B)p+ ( cp:o8 ,NU\ -A켋vXMxVaT)ud4lH79{C/}%!T3A߱} 2<^X|Y/0f8y<$SD,<fĽ+~slJedL?.vE+L0 \A -6׿Fo"ÉbոЃ XYKCm S}.iRqˊ+C)*G-NƯKWzOX^0q犍gq>g֍"xm4E>0a? Rqi31XUiI+79=>+笎2I|q}sx&Py - -t^5FLK48GK1XhF ϳ]xf' T4PΥ<>P -;`1z?X2]}{uTQ~8H( TZȍ DJbdD=3&mVMg=k k5d3;` \#Jjn݁]?Nv4tяa:%/2>]N>ŸCP'}Lr"m>"lt[p@c$<&0.SS{<03naOL8I\@꼊GC!la5* +b -zT.؆` mĈBY:Q1I[k3#\x,=tdkUEEXk|SlHA.nϞy/#}[N܂ ŮJ`Q' -=>oeu9}S6tygB&t@wV>7)[FY~e8Gi%sTȋߋb\]ք oyp{TX]N ָcCZ>-xYowjYt} OaYWnBaVhT8K@'3)18d\'?>LAǴxޗጊc:- -pOuOrj~4ˆLwԘRNX(s(Cz!5,D6((ޢГx"}Gm! :,-yG ܶ08_> gtq -(G0X>? 2IlwHwZBR,ж6bv'j-3N.F>Ӄ~Fb}D8_ȧB&6D~ܝ,?f%:B`fa<"qg^Ĭc&kpŹHN_vNߛ=;۳>}xuէۭc_~FmDHS6 I_K1h=+SP:0١=9;~ywݾtq%eڪ[.no۳W/_~_o>ܶWo_oȟop~{sltFj]=(۳ۛX 0V1J`x< ;N7< şxe y!Ef1Nfz|J1K5{VʊA&4*ψd[EGC-MML,q.%N -r-tN'@}lCa0,J=۾ģ*K` -`% 9Ĕ8RWa2T`JQ=(EOgŐYzx)N /]𝓺lؿŵ XE)\L;X[I4?\Z/o(Hԃ`/b jc?'瀦GʚcDQ Z#MGܫt+ɤI1v2@YGON٫^fϷ3StL3y@Tre!8^WpdGydL7=D>fa6s 8 Iy5(?~s۫Kg_Gs0'TbjB7݊OdoD3%&gp`'.Zn_ò*d9Mmd>z aW Q܁d0PJ -a +P`)p%L񌬀#q6y|O2ܺ=V0<׉XLb`2_m N}H^%qN>$q!2yL<_JKL*AU%((nbU6~ĬcX% VT&M z؂U\SVSj - -hXb۟efS JȗIN -D*ʁW&>xDJ?#F !NAY/)s߇ @ {E>0wݖU,pՓӜ֜KMI -%d_z ~ pxR諐sT 5do^.4$'jDYͧ'H"?SKXGy` #gUŁB>1ƉU!v"PH"yJL1.?ˮl7_0/e=$"1΀Q`WwNצ;G{RHo/_/?#_?ß|/~ tWcN &Jdu A]ôRfZ, +ev!]x j@_bBHlS`th.)# -wgƾtaȳbde-$''ڥ}Ў"W%Q]wMR,#ٚq]څUE@]12)e)E/1юt.^0ub?0q\i/J^|jYy|]^w cfx4u|ׯ7A;1#W9u~INэd++<'۽Rp,jCy~ ]<C)?];<7t<`!2egR)v5ǒQ1ǀ@Е(Sg5xV -na@bd=e@WHCߘn_$dV1CG7oI :L\EbEy>m9mxR^50b(ust–CM G -q3þ.= N91%0 L'Fkͬݭ Pq>r48(V'zQjg[oj%'dhvXziT>0h>h@FaKbc4 AEMOb'M@D]h4{QQ4G: M1ؑ&bkT*W3Rf*Mv<;ԝ8MDJ`R7,sƌdS)lŅX>orx{q^~ fʭ -JHPɂR%BR Qn0rFrdfX$"ADD4a.èPYO,D `Q>:MwCc*#PXJybiB.FCm2/nZ|ȗc&22;QX.0];W[u5Q8p$!PAb}l֕_X)IQ+^CX/^x #҆]e b.T"qFFݗ.zǨC\8w:eA Kk`vq~)RPZ+c氒8_ZY]d"K(}j ѭ#.lx65>ArzQ@zl&[`yZ>2Xc5A`*DL -㍾Fs->1gSxJX9-+q* -Z"dPx {5j|:dB@M˲tg,%S@+֝:hc>.3A\ -oWbT1LT =\FPab7@z0#lig@@ůFx5n PXxA_I=hpzu`UUsȥ馜DRCPU!L̜ԧGa=G׿*/9@vQm<+PG!*^9Qk,4hV>mx=a~0NH)DwJ-۳KXv S"k`60pBv<=ӫKG5%)2vA";e{ɛE<Pb |m$5۰a0c>mPtx+4R>! g>r|p4dҩ؃a6[`u*09n2S|{]a]ӓT* mO61"u9mڽU GG&i>WQ rE& -Y(X{$PK=pHDds{$RřCJ"X _Ez=kQ"Co"\K.#&;[CH`I8m$-FS"H DiIXuO4сjr׽m1>\cΣ+/ E=( f,\w2 -:Q^S^,j <3M+zL9bȠ -N7h̙p ^Zv}L/ gH>17|kqSM2LBp d&AXGӰTP5랊P*>ģ7]%&-Fȇǐt DD,PƄorY%UX}.%SEml*K3pq4h(dT>jՁ+0+^K<J-zީLoB(' mR@ -ޓA˧b_tEҏp!ON[htx]K)`?ȼesޓngI!M3?L^X݋: -?rM&sBjPhl+ͯRԌHPo]慙?e#qDZ -1[Ig #IvŅH슌2>_[r8r~Ӵu //uUfißqǩPJq;8MT&Sc9]\7rd uJ)!|p6ݰxg -OBig|,d?(OF H0logA@dE[Sx p9')?}03 ÊAh>wa 2v£( t} ւ8;iˋ3JZQg|Mqx4 Cr~ ;}De.m$Q':oQU-_MfHK2QAn >#wFMQT"}D -r€jRHfsW1حsB joPW%0o+X߿/IYI S2aFRSznq9)Y)A@:v㤊]LĝՌ T:Oehx.o_]"w;#JUBwiΉt:*yV) !8r~샅"4gOĿdn"G*ipei@!G5-:54O~q Ot Zlok a2ӅǭW{/YUD>@fWYXG6c\p|_ӟڠY: z{pq"1vcZKE;EklvzU -O \ -<+nAhN ţ4D& B;(,;R%"o[Fw f 5'a=ˬ-OpG{i|xغaa -!"AcxAar<[GfiP%Uȗrr3(ǪΖ6h/!BL>L:g-ZbrFYMH]a+ZnqS2eLBU0N/T]z ac (טTYo:jK񅫫Ut⊇!% y֮>qĭMYP`Xl=^ @b_=ԥ֠1l,%u\z(2{ET<'&p p˛༗ZGA~0/.y28bBȀqDqߵ, Cϰ Pؚ\?|&-dC(n +5-s9 Q j\XrZrzݴ#3lR23uZKӲ5fҤ|IuJxxty+ p!DSO`pr }R9M ,ء8dl<<>Ufoڒziy9'`⭅ u&_a4I׳RXQ!e贪P)0 cmzNte J@,{h߽E+o?Z@ۧ K;&=9Ҹ|wK>f>]P>xuwo@ w7~s'ao\cEԐYkM'9$\olX}a 6@PsJ`IXjӿ\@H_^Uu1%yAŀA7CS@gH%k"$T.㿷jb낝 -au;0A>qÄ,Q2 ;4`e{j3|;k4ZCw%nQt+ -o9 tɏPXr5!Vs|Y`'msoTv$zSsul. -2^b|nbbG -.q_L 2/~Y ,0v@ "u7 -=-:q[,[;9vbiHE{(sbՌbS -3PRфi<#Ls HUJW'  ,#T B+QmలCx%0Es" -}1Ǯ1qhٮc[݃wr8YC zf𥼁P+~q(_`7c%9@sps u;~P8KwrKs)~KM瑨BTP2rZZEkr1EP/"!Q>ô 1A/U TujwV dtU"vEH44Zۈof?w`OeNxNqNojuf UϯtV~< -;f_-`[ 3J0 ttPFՅ8rC1ǀ8pbw7ǓȮ/Ʃy̱&9~<p ->n!Zq砻KvVylxK!t hXG/قW+HPR 7čϐ4,/o_X\h92BG{_'TȆ O -.'X -t3Gc7 fz[MTfG5"7 -/ )O?]} -E?hS)-d ÍD5GC0EUtǓ$4 aDbtblj(,ƪ,M.&͸|),U! Eه VS BczyMOJ αh؎3SKil"bQCPh Њ5TP9O|# DzR\K`F2]A@֡w$f5t  iB - v+I7W=l#\pyYAY2TER4o@VMf2rȖ!l,ln8REp`j5eS8 Fw&~:WsEcݖ`qVZގx.ڀz?>7Amb9m䵾SA,+'rbF$%BesLTXڦ9yƏCB/ ԃZmoCDKN ;I`>KBA6)1Ih;\`?H=?#Ch`Oj03h;ᣣ/o+>C6rG+NٱMS#br >i>zF#BQOݙ76-<204G[VK\]w[XՅSxIxIhW$~4=@́`?`FwC0qj]UL5(~i!&իіx2O}] *tc L"#q7{ .j&7>vnR$DPb!0;:.c364!UGxa$fEG KǩNJX\uOwzjK@ %=h"S`XEA4"/˵r -,@g`8!x$#=z$៤ 8B VrE I #Pu4KuUA,dgր[*'"A1^d%;/}YWFa_{)a&Z1eTB!tԴ ._V-RZH_-ل"44n܊䄇 e%0a}D\#E#eO'Gt"vn)ܖ^F@BԸ Eba>8r7あ(JfZD^>BPm*AnA[wl\8SQ1"wP= 4f3'J$\KJfxJ:|f9L!gI9-NڻỰ-(&$p`AaEԺTżN^cΰՌfy3 Kuh,mL%Tn2(**9MΨ^JLZ)Ц~+k̴A, KHb$dako6u 6M ]=m\nGICx@^)Ȁ .A}vZet)R8xέw*W1"}#;|,NT.E c28ZdBoO=icBjp8@SG6s,MB 7؅5nK#IZC-p0кD(ͦWg>|Ɉ᧣<\=Sٹ '|n Dgcৢj(_! WbdTy 3?q(I:8 yNޜ٬X|ew6u dKE#`nO4uߡt۾?9PQvͩ$>e?&h]Fkr$z2BÊutj5&ޡN?CnS2k"+ 2PT2ch/t[T&Q6b%: 'F;j,}|V7~<5Q`$%䆈ʱ־C!A{Q!4[im9ky`84н+*wlTᷣ-Vr pش@ 3f;mBq\Q=ZsC#V.zXxW!qb$Ŝ)-讁ӿ&tD"sY[N,j6aH݄@ژT2 hd,Zzd{y@_ 'ohË7bف6%)eB)]z]^s{.>v?)I|L%!#\$$JhO'spe))&8?g<>LLK_jaOf ZZ;BjQ^DpHs +3=OzkƮ~6=77?|rvݗǭŷ?ҥ9$o)IL}qy||7=ry]>$?ǧSkQB?{ J(!dwWZSG ή-5圪!+>x uF rDce;7x )H``k)o"JX2G@)W- @wtqrBC[TE&k)JگLthp;V $IZ 2$z@Cro&TXLJHi1|R3RgAs31x?q -F7Je]Wж|J'_tjΕF(os{|@JM2^ H3Rh:6N1#خ4ͻ;Fߞ479r~Ns,WS׻-W,GTwݦh,mh,_ف.Cl;'s}a;}Ff#6GO<DJ9Umov Ƽ -$pr4f5=c64JVlH17"%Rvݲ91p֬W+ D >|/"W<qB[4kmPɗEt@rݞHo΢gƍ0ZQ gʷx@B$[BiIi(gXGeJ䷼vfɯ dZ"57fa9G-.m\i(dtը|6*霆kS.s*;Xl)_ɔLdqN4 2S@RJsf7mz$"*fv;C()i -^ΌGm3k[ ]a; **-!;B{ -Q9?óԩ4k;N#8{,}^NyE,4̙l(cpAk.G;dvD^o% '{X'55j_; h؆DߏC67Sy_S#Vџv;Ử8EODP+/A腋T>amݼ+ )Ǐlsq$_fΩdz`r=Saж!{I]H3R+eC`\6,5f8MzXLv_omȉ;1r[=)cXbOL'h -۶'q7 u>!"[ٗx`)HFDPV'7ZMf`!kJXh"5қ3ckI- )8Ys̺=9uQv(MYw*.20ȷ/n:OҲ-F -~ܫݼĿ/Pq)e.Ӗ\P r^?Wܾs~ SNVy0VhNU ¹G[hoedu9+kr>FL1tu5+}+@ʗ%S:cE{%TsZ0^(y_GFLT3V=FS$ -\ -aS HNj0(;gSϛ̇#£s̪H>-`ˀew#%4,pč2{]#1`gb+7Z / hb>[ [ZV^͛hǜ;/ZS\iFhtD>>hm ᄬڈD)e -qV=]i=ZHHz!}̤\U)˜]0Z V>睶ɝ9c}o^A8RafDm4ԽpgoUkp8 "W@ƀh *[Jyd VN7u~5X;֚Tm6\\a~ieu@6ga}#d~zzx-s$ޗY3m _/ozHsH۟pÇ|ۿ]^؟~u퇱UCD}h{pម7TJChNm9e1zw-}gÂn$RAr =+ l} (x7aDO43 |`]',0{Q]*1{tN~۶ -FbN*Ķ֎V0Y1@Ϝ -Ԉ u9wD*+:8+n4TFͽcΪbZde)%䛪Pl%K%a rdcI=ܷCv#DH+/ 2/"C'2ENi&ٗ.у(zԳ ٓӳa8@mq+cA!`*-OU< U )ؙI=שژGe2+oP 58"Y_\gOA0S4LC|yIԕBy^-fFNpY׽+*Sv3*Rڶ[Y#}߻ (&k\]*}5\N6QJH8䕦<A&BFěۛ"o/ 6\F}V`6g.AEؐL':!n8$QX/4 -DŽX—DSUqd -N^+Ǣq&׊뎬ʇ BA`DHOԒfvf2N{00N-DHA,.F߲F)byxYvy3tU/MML:<1π?P\ -BRt}lUɵYj_-} 0G# endstream endobj 125 0 obj <>stream -HI$DO;F[O+-:YQ s3WƘ嫙LڸRWM~ӧҫղycj̫*Vy-rFpJ PK̴1gM"O[ҵqȾk7jess>}"juЊaDDNw8j叵-Yh$pbeu9Q˜כ)_mΒӉ -b{v -5[!5GRefJ#M -eT -wε,K#tVW_6G?y[m;owDNTUF$%>[޹pW[ev5\EŲqjgĠQC-x{\vtn[_J($dXu_̉\+U O]'/x_3s4(S<1H}z@\"gU퓆\= /N`'ߜTQ%Vo~8i cѧ>0]UMpqb8GqϝIҪQXݦ*̔Úb+o4rrq,Se@0g]לT/C;YV0pw1ĩK znH4A(je:ɍ^k tgW;*d{K<3$J/j:kދ' q s;xDŽc$l_l6dԌq4=ZN G>KU?cId3x: -4, PĬUr'4:t'!epGg w%0T%rژt1t=vFAk( vcF.wI %]"YS拢%uH|ki;s\&NqT V>NL+0DUh|=&UՄkeq"@>L,Y;37i@>(s -E^r4%ljל18+kg}y4g?&9ߝI&,/dU2hg ʹ?TkUu{<@6l0:Ȁ_%FcvqI6jql$ܴBze!,e'&zr(C;OOo*Kno^dv_"P)OYDkҟEDRJ7Sc:*+O}:sH|ۉmFB6Who>ҋ^4JOFݒ7\lji q1^ $x2 u4O5bhѠ -xٞ->]LlCW3O]Q01aZ0C)vҨ{]Vu30ezx]!Eaq02[!=C sv,C;ِ^r.mF?*S| ~ *nk :N<ӔCVa7/AVI1=j}r(0X Zr wt $pinoW39$΃2cdaD89mE ]q2N.ӻ'6 efZ %WT$2#E!*+SDHѐii4i۵I|:`E.[5H跨@WSg ЙW:1`H|mz>X - r]Qk nC^ݏkD=[ E.8qGxsA;K#oasG;6ǝc?V Tb@LʊN -!%Z&~ 8ˀaJ&g`.vKez@.SK grG5C/RJ+اt׶SlTb3jMkL:DdƐL@3pqҹgm -t9C`HƤGwSl7̩0Jy!8geIP]6 F*ۀ~Do]F!Kh/A=.4ZvDTb'M14~[^Y]DvLz.i}-y%-񮛤8S6w h%vY0O{T`Jڮʟ{-v3)3{&c}NIõ `9CI 귕:9b.N"ċrportE!i5U@ia.dP>6pLa!7ZVejh<ï}^W~`hS:5*7vI5BYD8>X!ۻoڲ60^z{+#\MWnNtsjb5\yЎa^CԹeEKӊ۱P[OVWQQ`V܏7ȑIh?(Gп-tOOXڧx$IrQ*ym:mM|DB Z&vWXMS¾ZxE'¥輂4XM%0k<!:8\20R4d^8IGsFJffJIpB|I1kq}ƓrRK`Է߻Ө36ͷܞz>,8$o+~]7Ͱz֤$Ӏ@&TĽ[lt:uO -D|SE46Ҭ+ --k/Y3Tk~uХcj8Y7f9 PبFjd]pc!.LaĊ<^ρTGvʝq [XOko-p:A} jqVAڈC WkS0gq2$fC؄"5ƾuHшigbZ0>[}q؍8(/e׉f/'O3mHsh/^I#'8XUr$hĶ5Lxa=x P֯`ՄT@"Jj إg}}]m)eEi8fdq (3>#i%tu FqgxBs;AGC~1 u ->=iy!A8/p@Vt[T"[l,o3 - -_¢q5~xJvHPC8S| 9={VxU8;XdAapfh~#MNCxt9k/rT:@xT "Si(aA =N2۹.ݝZG(Hkb-WW_i9`f{g/K'/3jhYl#\I&d;C} pm㛶U[mnZ=9%?ԷjHWTt2 _g[ a7 Lm>+|H}҇vzC&VRn/BiY)$Гaim'~|X3*PlwzYe6(Ql+0qVzY'ޚH28qbvn+bѝ73/jKug챉<3C& n?̍_cc's戲 @LٓB'|bIy3rNt7riUXU}b'c\"R*]DfIGsIٯ+n|"J(*;fd 0},u<^},)و;2 fvdsP1=|Rc:ϑA9=L٢$q Roּʩ!1اB~Cu)IM>?YOU -$g2PTr9/5IAk*szA5SHh9|rT.[89`BR>]bQMf0k5.N U|31܂UDr5p:;T֒fwA,V$60Я"܌WEnts%;PW"H>$jBR\Юq?9rFW8{xftXpuϙkhp|r"O]&bHX J =TJw]Y92 -U:ʅ%?0:r&RSL,p?`W"?k:Y{2% 4@=PN8,ǖ {eM1 'hzi?3]6KfA8V$yMpyNx*GK<5E 0m"1" @ߋ识3q*|"N?AXe ܇9c0AZۼ?7!Jh%@UMF2%;ztո?H1f_;՜ -Ha~q3R<` YWi.:D&X;]!չ&NLyfn|锳)Aah=u׿^T֫ E+@Gmh W,z??sCJЉ ~W#nTh*k__{.0K^}cIiW(g4GD{Oɞ1 ayZ0s!HDcE FH< Q\$|x%&n$u>sn*t15 bOt>gϞa\_>v~L]h@2Y*;Oa2c)ԅXR/F`ev?`Tsv"@DUU"QqCo˭7<(4Խ&O6IfP&b !O-c0-50|kiccG2#0ڵk yK/UQ%R6lZӲ@iYLfy هYOTYp _lP*kd3$O&,AL XN-n k$O]oSzi-!&JbͩN L<'Ӧk$U#!"ǜIYTZT,-,Bte"6,p% AN(١5@JT8(fD'otG0cI->֜XAUZ|[=rb# :MTn8&IJ|½.*/VS4١nEּOK oUKV]n*/0^Hgj'-}XŐPIS&8NU)S?-N#M W \~J.F]0~;d\)N[ȸH -|EZNbrL^E?hFz,m}]ŴU?§ñ! _%quz lMꆣ'!~f }koZeAa1s`hQ2DĢb=s:`Q1d:hd2AC\59>CҪ%` 8R|ϑSTރQӈoஷs -+.F1!G2xJ˕素gu-QbgugGç}ű8Uf qq; :.%:kZ/PO[(Y@f8pn G˧>;dxD8Í ??waGuwxw\8<`hY CEB";]UBݗjIJJfؓ#<0_4?DfO`vHx@.XB,Ft42ʓ Z VdvA,2L3Pe9#&S41#jR+O~I?YaɓTBA]D0O= -P3FJϒ]g56%UL~/`Z4ѧv*k1eG~eModa qℸ\AxzG"6  YɎ)ye](Z<2)8\n!4a -ZcV1\=3YKA9#02ݾWu5إ&ahp&82"}nQשLlƬN.(?uU&W5A"h66Hs u?x}=ۄN]uaY-͋$:YT --pe#nؗa{CRZ 1N#~Kvu}ŘJHl5uw"&u3^0s z_rt@'cbBxj Ƣ-ee cKjMx .9|MojmC] -z@D&( B8m7bD@w[tKCdr5zA~N"bŅ `l{dnnex/0C+];|Z޺RvuC Msכ=Ɵ\qܶ^/4<=C_\as%l a/o/6K(yLaxO[hOܑۇYqNǻNo|^}4ڡ8aNj4l~6[!>z{~w}Ux?w9&!]YyH?n~_VV,(y}#:K4JDD$tF11ݝڥ4tUs<1fV W~o_ʏ??˷G_^_~r᯿?~C? VCf-U#h#;ro%OS//|헷>ޞ%1x/oy'y=N~^+}3Jqhc~|P޵{+|"w AY ֯Rr5᫜B}J'`%~u$;Xy-c` hfH'%1A9QˆZ*ng ]FЈezNLpݐG):>o9vU Ȳ2,[rIxTB> 2lj$:UY,S Û^;PZl!\O-j6rķDG)ZXc[ s@`](+[ -0zqq/bR:}ض؞ -^0PSS`U17e6it(B/QYxvkw6R;HBW&˨@Fa=&{؊qu|]TPn`Ş͒X%Kn}0cr q<(A=&h(u`;W))؂\Ҫz%> F(J'&I!2YFJG8i8YzmJyC_.H점(`!3Mg/ "t*\sj̍KI8EΠ;JC#ܡ@#C/]Tey}G@QW{9`g iJLw!g"&Aa^ -lҐ~l]t4J]}"\4@IЇGqD]sЁsk:tSgx@OQP2xTYg!'Aͮ\dTh*J zJ 9JXQ w)]ʾ!lNE-UFT5G]ac8% 5䦨:PU)ĉ:b`Am -c+H=PYa& (esjAC0Q"ƂP'5w@5#?z -$ÍMeD4kY]#4bĀh3v߲)yqfD6ߡXЖM{eY0j]@JMD1.wC삂֛Vw/IsEzbTdqpf^^Իy"haX-v2_LxATe.[Zݞ$z uێZ<ң0 -Y-)r'wc)ԒBAP Ž~&Nd܃B.P{0ң;d(XGGi!8[RpnGA -Jp|oOXb1zΩ媍&FQx9"ܶW~B{H1vqc3ca`K<$>?UZl jhG =QF::U;O0<#*)6VmkEH,G}Wd/ǡ5[D۠\騥V{˻![̌ݪ'JA@ȾpC&_۽0$AH=[@ (^m'4]ɀz-ڏ=捈9 ~vp!qJeTh.P{B*U'nZ16tr`HtiCr@ 5t7c+o*4&)h̳ -b-y_ a7Շ0#I^4Z/ -5V$A^5E35JEūk-f@JC(ٳ^C͢nhTَ pN*g ꃹa=sb -dO>W$ = ,na`0*.2ZvbDfk^䜆AYTGع;Bڃl M| AEZ"l|wGY`&ہ8c.r,ӻKaƝ`lc]S[?+ ȬMB0~3 ̡artØhو k{5LCۻĉhGمtqٝWۃa$-ҭ&^p! }T4JA\\͏q@Qp$*65"A==Q%/aP9vc$j\Z Z6KR 2h"\ȱ{Ƈ3A~Uؘ. Hfqwhu`$?2UFw }YJk7`z?Ab\:&-\UVi{;LT UIX__Y=HQ$q'Q˚<+5x^~2IK~}B }OobhÅpXU޹U:`)t -AD Eo%Psti;cHrUYKpgLs|Uh57E $V!rTK@×?+;0cn,ZdVנlvK@əC15/ZTdCyZND':7Q2AWeP -pA.q?1fj:tAEN?es\ BxbmMy@/Hm篪Dz x -Pzt2 ]l1ȿEL`.隆ߛ6Y72,n\b&9_C?g+$6m),֦:A[8x\ Tm-Jr - z0TO60w?Ko!0<pazc):Ti ^lL;OY nY꭬o =mUC3Tdpw! "imQWCQ1!shk%#7wAD;A"l (.,ZǠJPrߎxbI$W"hᄖ1\}~?USRGAt+2 C1<%]K5C,$ܪmʊ=AEќSڝii9{E\OFBi$g=1osQlL o50R'pdc}KJO" -~\H:v׳ &)Z2i"Og A@VOpfa`+Xcŕ؅Gw>[촞y=Ж$z+|Ý.H!HyQ|MEs,BP18O=!lI9p4,W(=@HM@P5}ܑf4]N|tq] ֟)^ iA))blPN]`0O@|_G[FH cP:F1Pi3;1GA5ʗֲq_8LU>P5\Z`΅~&=2e4 e7cʿjȠS0 ->FKաyv}:<|89>HcR!EH|aE=4&~YGK]{Rmb J>dr3 -G١X ;jnD֚OuB8*F nʉG7bsڌf"++:"~\N7#zٳ 's|jq_Od E۫hkt;ip}fzgqANp3PXV>Ю0 p}Cy빌ߜa#:l Ңa2oum=ؑWN2cF֔%0X1"+"&:3$`h/MAv%_.]N}~&M>12rQWOγϜ}dwS{yO=*jfR_ w(ό1iyB/X -PYQVXD:iq |g@VY:#phh\MDks5n졈ʍA*/SŜbx\_cPuPadcy#E>3@"T>;ɢvͬV 1MZx˳ "CMChWhtR%x&rjJ, )C!Tk>2F/iQNYxgtSmMf:ά~*蝖 ])SA/е$cn}\(w;NYz:f=;&R$("DϻQhy6CIiϺ^u C}>=bE. SqYbR(l8d5uf!Uw2eaMJ![f>b Ջ]$s!dgX -wai>-B+wk -Doz,z`N8gN`lQijEZ0I睐'#?Op-n0kfth|~"CigƂN`2H,k8(/%\b2 c#)fOT `S|^Af=8DF<TΧp\D%F3RP0Y8:Z/ԍLTl42 -7Y Nlu&O GڲM@ `nvЋ6gMKT3b [@VzFF@o -(1{e+M-Y~-M3:Fk#Ϊ66WjrFVL] 1yXp:mt_J;?ҳw4{y@as}HR )EgA5WBr)?E1NeU")(܃F-CCl_ؠF@|lq iY%@g( Q<mX q*0YJurXb -jek@( ǜZ4R_I V7PC7Лg@#(lPCWBT:D^Dc']3)uIQ##&gATx,3MҜ)[,D 2mED~0L*ILd1 -B\DZ-lqT!GC^X{`D-FE;; P,W d&ꇇtHD@ ܱ>Nq(br beRlF:tO|{7~wӏ}s.7Ox|w߾{ˇ?Gc~?'K41$sUZ;ѸQ`ʐ:4oZlH g5a(;U)KH|1[ xV1 LL N dm`ō:=ZA>U1[pgvڅ*X# W_/6ywzX`q4N;)&8Q%Q`wRcyHtr*N^jiyc26 -œ:ƸaGDZH:ka|F7uOr}QazDyUF-fD|ٱށ5BQB.cXcI(Hۨ;(tjuXG7jDq>@\>Ggpmm>gjGPG%6﩯* #Fi9cތY}N AlPB+.lگ-dׇ>4s0bJ>Ώ>1䮏2uQ48QCVx#XYW65s 9"Fph&" -;w" -QX`NSb ;\|VMޤ}ߋwNdrV - &.cHTJC e6"sY%i@* ݢ7%3m8NhjK&aYcG`%5 ny^z=goAbBv7gkqBhȧq=|lOfʆU:呞RPq7 VnXkzhi2FAnMvh"n7=W<`z78)E^"sE#^ϊ(NMPS`t)x4E)l/s25lOnkۺu]-Ziv&_5Y ?;ʌD{wpwXWWKf|9;H}?9v4EW} - N ժmXlY1N_f}y<RyO"lIn`CPϝ4#B쯼Մb˴q;WzD3B6#c4C)I$= >Z$j VHVqB#!h`1-t@|*#^;A2v]N)ӌ ;*WJL;W'"[]R W^;Uӟ) T2u^l{fAD2ɑ֡Vb _?Rdy`vSCֈaUɇ[5͢bnxڼa]l2c2|;Fiߪ7/a5 -nh -.kn7y6>n>iKНphP`VV)D -~r6n -}fgG%>~TZ Jܚdp]lD[! ^P X-C(p #j螎K}Mb [| ~[~oIbpV-2j@ ByO6w ))? _|v`U þWX @r#oDk u HH/ g9gFNLͯQ-8x]8@+o -nGVf:_Ly:~Cw1/k6<5$ fFtMEָ -Sŧƫ<}XʏgQ/ijsՄ`3mDkHgUd_3zmТף&55L*%#VK2@* e0 "1;q;^Bjdc=H#3w1ϞXZAykr=;Q=-*KN2Od)k.w\'OIhTY'XI wv e}s5q-G7 zV~76QۯO>} r@zwaC}bE,toR 7ޚ1.  i`Jr9zjj&VGMu}G]Ho$Vr_q -l4๝-s99Ό~^$y&Z[^ױWt:4dPt$Є>}f7 -gU+Ky&j5f4i58.ܡ>iNaN^|SB-u"V4e#9t#w 5S |8?FdzfRvGd1cyopƂvk@{J `&U|o̾9w3 o&J<KR}4*.n&lF,&a Pư' 1,ݚ O"蕐ɁR^˲@6B](p0%Yd}e} fUʽ!X`1hJt0\K* Ӏ]є-B~~ՙ'mdܨ[cZ1*ar +KR$f,>V*%T j>߻jv`3hT2+Pf1' {gz@v릢 XA C{5D~0kż-3'iLKW:%3\R.BU_UeGF7q_.Zs7@tAYǫ ..H*Vz>%]L=sȪ}K# ?Rn.;`+w:+ -~O^~Lhz>.t7y(F1LوDQ+ۖE -=T,~MPD<4fZe>3. H;%'O6P3ȯҤњe0gF6v4#V(WLsT=4SJ3iDc@^R h0E -j=}H,*}"81C``hffT He(OĘUY=vw3΁С|.1Tc7)1R#(NE@L%vxׅb!)&W&$ e'y"2ZlLiY`#Mt:Li6-x=JH &ڇy"[ߕjq@lO r`#"ZfxJ2VvpSzJQRImY2GW|1(t(Q%}3lڕvb<`)5+ԣkOd(c.eMC^ɳ`h,;ܰ-;"8 WEe;[UPSNʁ]leO$:1xdEGbK|uq$vt\L?'JRUSc>G￴ܡy ieO QL竬"꽕,J$KT3]p:TYl?,,@hqY/];"&70JȐ) -K Hg_ "׺!K,M ؄nv D4v['5H#oEk1\45V^9G`&s6%)(ճf(kҌ%ɸ; -1@``OAXl9S݃P˯kb:lޏEV.wqBAށJ$hp0G~s9vVX17R 00*' -aqА/ 6;GG+ ,E6hG91CUFᱺ8ϱ<%llFO%:~+d9!7@;T,8亚[q8C2>/_Cs}g6vi2ag_5 1ȗJ8"P,DV%' ӌfd!1O=J8ד O3Jr7}ʉQ HZM8p7y%_a|,) ̭8I94%դ_!yyW@ bd Y@/i+Y SGtU6Ձc%Vv -Ȥ.4 -D򃵮g0CL "f92 0(Tjծa%4?MW6 pT)j92th9 -M417fdOeHOyc5G [JKkɍJ7 Δ=Ѣ,$k{ʵ4-o66 ʽcs.;%|fIɐdx &5i2 POVѼ]}(N:p5K,(~P;S4"pi{ӎSN;e1&_q#S ES7xvg\`SD2X;!T);xRx( SeOh7=C8a2 0&%R#'K32"b<3,1ا<P:VnA\t,2Q}nx紃4m4qlhb<$둤[ґCa^]Z2LB>Ir1D(p Rt(_( 5W 8 UuH*;:w@ЅI EрmkJa/5塥 c"p# sĢKz"@IPe\\ tȬBzڹ$SfyFq5!tGߊ.H$Y.45j*$nC•>-DPQQAԋ%ﴥKt-8J94E=ͽQP#ޅڹ8<.'!gk[2T3ZJ$G;o߿~{>};$Lʗo~Ƿ~-_im<rm|w?`5poP >ufd%$E -.X*AW_ZG;C_OCp)\B^ )xZ=jd$aj7t3茨1"vj˃!b=(~h3DAN'DۮGm Һ!RW}V0a̼dϢRe=w-֠|/SЅT<Фu\H(1sL/?jU.ҲHD-lAµNAk>!)isu20 4 &OdV2@C߫3X.Aɉ(!Tz l(g VQb;N3c @ pOmݔQ%DI-q+w>n]PO7&jɷAʽuEYͮ$68$#^f u0#aJȠ̀FFMa~VbȢsS'0D s)ԓ5_ڐ~ꈬ֝0OdE-"OۦD-#gug)SUJ`.- %P؜֞l=w%p`fY,4B "ג"#ږ  ѪhiȠoAZ~TpYz$!cvBИ'09 / 8  }X~*9J-dRwt=;b/q)s O "x-RA׼KhXcqt۰O}jw)sthx5 Ax)5B1H; {.5QM&\G;%‰ Ȕ&F>I@l,AYkSҁBJtGϛV,aR\F*<܂%D! s# ЗV"`4f.|ެoo#*ӛ$[XQpIl:"|~]3$mθÏ1n,"@a2\JJt"%Nݓ+AAy(j9<=`lؕ69d!)0$t~C!Ā:(Eb3@L̀u }F!z~A-R sTrSyoEP,8D -Aj|Y@Qż/,'Fí(R -TPJܚ.GU݊AeEA(*&MN2,l.u9E FCd Ў -Dm{j-)q2"yOKe,6\@Vy24^T>AA!&!1,tƌ̊H~)~9԰`o٪!BI01cz3hܥĠKG9OzZ.t4JܘSH( f -(YJȌ*ŁL#޸OD{m"j_Pz3/=#"E R9(Ǽ}4&HVړv zxXHQ E/T͝Na?*B(*@1vh\u~"t]oX~. H7 -1eeKpZ.EDl;:." ՅB!}MFQ)1F{Wؖ@h Bqa,q@ 'AlGX7|?üh|APdO =qǩ,$q.r؟€Z-{ |F=]4 -"dm#C|MU&m1Ǘ}x %w sOl_ڣ$Zj=Q'Ye* -&cVlWn7L.b-ySWAd(OQN>p8H6RR+촜ɈSn*G2BT![ ZEWPrWT8l;SQORw_POhyOo-q@m$Ro"t]P\[H mZd-ڀYE WtsPhۡ2-Tu dY<&TXGCuv'A̟Rd)H".89]yz' pX8z=ir^[$%ުt({MWoBZ&d֚eEo-2?fÇ d6$/?zc{ -uc>Au -^ĝw&.Zl8B=Ҕ¥Kazv(0̓v5dxO .;CG[c]gqq b&?b(CH(C(OD`$=`|.c#tp[m_i<0A_R1d3\7D7Y|f@q+KM ϳlst<ӤiiSb ܌ia_PR8iNZ&턞vEC5Hx'?+ ɢ YC"0gsݣ.Bp*4ef`1LPOОoIk_t NzXlq(( ȯw~J܀9/?@+5n[\|2-XzYGX qAcDΜEѦ^zl2"0C]/ -5,?s0D-B,&#vhQ8) -SE(׉}H)W!y(}"_\,/hۏ#wB'"ƾt7mZEh!.\ ]X(٣%;#u]7;>_DgiY">\2x#AHjQtFޖ$DIPPzoEI@CnV/{^ǙB)X`KYDZ< KfCZyklkvԩ+r4'"\2.BTco>M5<.(c!j$ d i󳅓hOOWyD'.(r3.*rqW 9رe,) pxɔn^ԈYٟ8bhDg tAh0 >_ygϘ|a :B!kF.9՜3J'L$+DHX"2C}znv e'c "HDZF wO/1v*r?#eŕ]A08(O;zL\{\WA-Pp?)=!gcT{ Q!cRhQJ :^g%Cq_Co2$'D,!]\)#*g!̜D5VOZb3-MT gpp{vf!󹙗]*EWF,!7 ^AdeQ't/f;x>o%oqJO 35N}v1>]4Wi4'B ڬ[+do(h;l)HI>:z7Uq sFH5rnP\xtYn*#{F bp @Q">+3X(xK=+_&, -bi O^vxCh&q:tҡ; {W sdFf[E#M!"ϷJ -䆀 =Aqmtp}!Vk,Xx+3 ނѽrnSwuѥW(cz*)n yƳ"Ï1ٴtmɀ2d%oL8 L3GY]!2kb;I5ڰ:g[T,\ &t<{+{|m2{N&s)qJIu6*tZٞhّFgo`?#{eF!bQen$$r'bT}7]5\ؖ,?⣼}VC[tѠd]z1Ռ/U)]'kH|p 7S؎5;t2L/kkB"rW{:ʽfj8W0/>+^dAlF_Oc5P{4h%Ny2/&ri'=(7N- -sg[JפzEȖOA7B)J sW,O`wrEE_A05x)#Kkr?Hu@ endstream endobj 126 0 obj <>stream -Hn9şwnZ_mcUEh%hъrEiUbH}{~gO&+nP(flgΜ9ҏ?Uzc>ff?~vq:mqtZ6 v&_k?Whج1ǚF=YJ]_t/Ze%w19odQmٻ /[GŰz檇1F_OVOVM.] ue6Wqqz3Sn3c5k~t?ppB-vָ_󳭘sYhdfW<#1#+AX9ݦchIvUotVQGz;,5jXU{oPli b}P{QtrkgWT`};LPsrs(xt[d@MW9޹}8 k\YķUEYxurUսڃ+Jcy.vTj r D y姻oܽpk>=̮xO?x˛?~w{w-/ iB͗x_/?}X=^{շWo?~oЧW|wo8⿂[|ֽ?gt?']FVVI2| K ~ދc\sU/j Uś g7ڀ=xcӢNjQE 2*mUeV:: MW /*(_K]No$NrKQp -KN 餋0Z.ػд8rX6aXEBjtއ^Gɵ-maW0PZ^V71 pQ&XI7I``{l'Z}]݄ + -Ji0r^0W+'=t9B -%ufTRAUN'dž<V=tPtRɠq w.*o/i2y!^nJj%=hL儌aN_!f£s"g@":| xH큀Hэ%x;9 M.S>xAVEumD%HWLGȋᭌ*c0 %kM -RC'"7<ltD0DJIbLȓR 66;>4C|CZNdJOI<E$êFAӊI`xʷd&dGKiZd:u8<\h=R;13gfb[սX̞HhaԩDKCS`{AƉ|qҋI/uV)qpy"\/4ATj- :I^({U^^[=G"3,( ->"U xZɐ^]$م~4$Jb4R,M,.[*R8ףpzH^hT^LP,CAK WZzwxnE1Y!bc2ow֛[]n۫ve3A󾀸XH0(w!tnGEyYeRG0kG -.jE]'x$&7y뜂k]=#J ߞj`§{NSzav ` pH Nݰh.p xKdm)e#S7DufiL[=zFK[e!M)~5"7:2|PPZ_!TQ|653r=.L< D(43Pp=8q}"s:!>@rU8wByI5 qt#6o:R!P!syyeHP5ZaHnWͭ> vX ." T s$;mާƀ\8mu:¥g-޵[jTy;چjZl^߁H[jr$*Z(MޞgtO">ʏ@O:!F`4=@)#̛yv/ E@1DݭEћ"4HGyuFjQvb5 6Xr^wF߻*$Vn+UvJ#I"`gvr8Lwu`pGa8$z'u*bʎgCˎ?Hץ pJ0~\=lSJF޻\{M\ {_d Xs#8% \: oޖQAvݲ9WOgW6 j͒w*H4q?M5`KSf8hZWہas^R4%Okvpip[C) -B{4"h+BrbV> 'r^@DP;ksjv5u9qS%bz27Hj] ;ojO.^wTم^G/T+gD}O[eB&:|kikgys[CGr26o~ cW ˮ$U1qƔo8|咎e` -SAmaivAa* K3& 6 vy)"%}"O[ R)|>Hd[W 8GU^X1 "V9 oގ .[B=niEG(۞MA"˰HGqRP=/wicHҺt6#㳆#C,%z+)k x\N-(Ug$cMk漬# - X4aH"(x[ 9o}Bf|ԅ6 E! ĔuYr 4bN@OK[hW)rvy_DL6HjDE ުdB9YihXe3ZkN>g)44eZ%-is$Ԕ }@Bz6zM>V>=~f#SЅ!I KC jc`" 0X'0{H3>Ä -CMG[QtED8k)FPxȗ!aӨfԏ4 0_+7n `uv|” bѰUHXxd-3fX6n~63<_I)Oe`Wf550ƇʁhqQ@]-4\2q’!KWx?bE#EghyW CLQ|2+/"Q=cQ-y}xy,DdiUBG:b0YF"&r3 eej´i@u{}ƙ - ؾf{v]!…Kb12tngb9KYŵ:!~|i8Fj"zٻ! r}* -|&H F LeށɃ{?jn> GݜrfA\Z0)c;,*'QċE|Q2Qa x^^!1\4`\ψ #󔺝|;e|_zT;B`}zٱb3ӒGD i`&}m -%3moMWhqH123>Fxpu t'J>CKL3M[Z h!nu66#'J F8v/p*7u鸑QC)p{UσE+hSY1'S;o;.yf(F챿d DCvhq Q#.Ł(HzF'2S#  >⒛F }_/1)ma=_p ?3Huy_"PAo5s?1} K+bgcxљghLdM",t+,B /ZV۱VuU歋'd1 ʰQ9KM,oP/CrWp7Jʨo͐Da۠,I,\%M;my.]v6V8^iJc%P|dj3G(%-%jNEEzyJo௯05\nilR\پ@&@qUTnz ʌo\:2YW#Q]VVO f3>B)yzZ-\4Hqm=zQ*}8kwcu/ xc@,7n&HA]A"LqxyXj U*YmiXXb%{Yez¬*-dG4 @eSd`+ عjVkHc'O6jU~Ţ*&py')zD3|I3{F,?6| -xDH-WaY.:Z -WdR1in}>upG{$\UX< 5;Sv@+zpM:m#A,f}G2S7,6qaGrX BNTSqghkadj*EDa7D - !)#3&cƗiJ`3w`/]`P%)M)fb`(i;(l]krY,#d^Ԓj:}vg4oy$dc\([>n+{O.wS_M{+[ᄉSzTrOVt3~]|yx9^Gg=nScй zh@d-.X(RT.ِ5;g hEPؾȖ{S?=@- -Q*r.is&n h<5#S<,TMcsѾP␖51k " [ @Uӕ`T~R45Aޣ&=D.}=M׀#uw9LB H"x OCn=<&:YV]pR.՘qF@P&e+PWm̳;JNwJwݘӭD)zv~>nq0/9.&kh%_Cծʙ#}HxJ.Fr8F=YQr~](]G#6ɴSTtK <ipmJ'jfܲ@"ϣ.Qz4(J\yyY-rl!2tУjix;qV3}1-KiU,鐋Qwr1RRNGvuZ&ttcݣq!aoEGDBNsY(?d;ɚO׆"ss$̖ 1tx078\tdҧ~}hCMdI.3mvp usD+VHyYH3~L*u 9ؾׁ0*f|z yuPv? sT0(! |@my׀O,4gWelUu,e~fl;1)VPg1|uIiS7V fpBU^UJP|N(c!*aaN$AKAE.O=>cY$r$9F^t=|5vsD}hC]nEV*އ'^~R%&$r0Y76_ jȜܒAd"3Uf9e$l01' TSs \f{{Ǚj(CČu5.lTJ7Tø(QN,}mA$)6`E9 xxhN-(0s:\Ly<41mMvpV)P9L)[ET^võ.00sQt(0hLN 4a5r|1bT^aѺ++bx&̭}5Rm/-3ìj]H`24 X a}fy@)B(zϿl1rg1dzG/{ʄQ -P?jj>։ek.oV{o&SfԞ -fTfn$9;,,ThK%OB%6"chƼgFS^$jǬ!.~^yz3!F"Ͱ1 -\L=×&s so(/s؃ѤiMc7ё7Zv?q_;A $=YƟ1cLOXnd_ fln-xd[ 'k Bd]O?\B?`rQg,┝kG3Yq1zp|M$5 V.ky}V}ُ,D3n1mڣ%2ʋeNB6 +|\sqĎp:yvڨ3΢:ȋCU1 O΃lOh|q9 @@fvdF \f&3N}e]n  bza2F+yjyٳqUiS^.vG+{\ݽÈ0DвD YZ} v2|v?oU6J={s5z⢒*nvD[h=o3}`\?FՊ:PȓM Dž !@x -% '<4[5fZ1))5́z4Wٰ5~Ii+B#,̏'Kݞ m X{6IpЈhe/6vQ+uU.: W1yg 4[Ot`-vT0PwמYk? T@W#qer־.cOCb-pwjF:iit§UȜe[LXVU=VH9+!#&=Q1zVJa<.& %LY{h bR򑬶Uv+##ti$r8: KP}FOq1b( Osrmj<"qDs9Y4in -z{G@DpQ/DX|\9m#yzsk ;"tg,'%X)?D٭t#POį {QIE>:hKr V/diDFva?#:v5Nj^C-xj{a$zhV4@$ f\ dΤ/,S%*R )x|D uǁQɭ1x"]5e迮E|Y[pc} }M)_7H ěu~n[ZJ-GSq5ځv1erяCl#ipdâO/$kLB0RTP -c)8B -ӱQ(`q4+6iVĥeQgiP -uq+ӂ>g ,'i*xLּ$h0bъH0UqL|\.ݴcH,Ka"ܬ\t0_j\q1+a?o~߯g!/R>LJ~ٷ~?oȯ_4ѯN_>7S>?{R$2 v/R"ﯟNԖOҵ%XAe{DzzZ%=s (E٢0=]Դ~v FNӱ:ڬ:ha{5_"LͦI!GoÁޫ_ P{=R|A3qq@Рb@| -nRXNr*l ;Ѯ]Nyr[]R R3hrLGv>!b*Nry[-T$X́!<*{@c -c2j1&J;;ޥH`iexඇݪKOk1PMf!:$ -s l'o[ r~TxZȅ',CoߗMG:6=zf:$#q\4bo܅A3"-_`n?fˆd/8O4&ʎo"6PN 7bx@EP$@4DQ\ (<Yc:9~je]`kȵM#H D ]fVv*T0-Qz"ͮ _M }@d%.)[ae˃kL c#VGPqU;1Uhre7|(]ēi@ i\<)D'VV_+H4P~^b*"}1rEFf%vܭUwQ&h'Ec2 tc3QTo={QnalԈُ:P -SoQ 4&d)& iP9Pdt=0钎G!ϊɖV -$&zu0f \ ;ϖb㣢#ebTocID)lWtwc, b>}:VOwuum,9$xC!-oq!%;be\䈀ҟ~z~i9?R<]blwu/b!AeGϧv 2. -S_y5`b%2igzbrh/eϏ -F -q\>lPl.gp)0फ़-959ZmZ<䧦#sb ޅc1r7ebf|Px&$ģ JL};+_ 9hYc` / ->K{THžRyCN8| Z.>}%7:$mP<"s0`9 ;9kuI"/oL^ԋJz2Bʔ|۱ 4``Q&ř(NF,>O˕tTzD`an9Ǯ__MCXkD &FND339g 0Uis+"zI1a4zkbbyDaAvJ2L#)6j$Y)#HM -r7IxgswQ0?M}g" SҟwD4ԴPOp%G߀g`qvwf`O^wSaC*9 -Yg 5 d8{G|?0#}g??$m]2r0GY*f|r#P'jL!=qnD.OB:L2i?x>>A?'̣ ֙sD(5"*7E`/kVA)٠v;֔\_cv{'"T<,~m7^Ο8hy4 a*znn~+ٵu -ɛB.(+D\>yսqTG\%lbjP ufܥŦ4jfg R&o!p"Wmjl a7@_,MߦZv0U͌qcjڍ^v=zT+2A0DZ} W ETTF$Eh& -{>N:Pco|IN[; :&w(92t9`-sυskV|YIIQBywotȏx>jnlcǚg׶rF!dH)+W3/EB͋eOk$aB`Uۦ*4a,/]J' sw<n&n]w -er&qr~e/m8ּ{ZNM&/b@#б?WE8 ] D#` ow٭jhZہ.S{ɸd 1ͻ=Փv*y@!x$ -J U1Ѫ(k -: -{!A92njϴdPW5BzA3/k,f2f) d8dJQIó^{1G~<\_Hd_ -FQvM1'[z1 O.Hyq$f CRb*(1UYԎ5 fǸNJG1QUXyf-N؆FGd>`RDJxXhτTM`T&bA(:5ӣxޥdT>=s E6*Y8l>U 4"doY-RLɽXα*K]c1^t849q.t6rЩ:=PBthvWF)pdz"*Ү9/ ]Xj\3uU[&trP<ڀFD"Q`z{4^jQp3z }"질j"셧Y* D&J 'Zͭ\dd|TpΕA3qb)8xaZvsa ]"?\%viM.B T`1Ƈ.; NFD$@d9DY*vYpm&ټƃ^|V|~tġ*Κ&Ux2Ӹ]Ûx-+S=ġMI[o%n U"HfxOywܽp[Fn>٫W/߼w7}GYOFo={X^{׿?}O?~{>{Oprs/MQw Icd+#T[+]੡z -g5{XEOJ4&@R6j~^c` -7b[-`1ڠ$6nQ%P⁆zMhXrp2@7aWN4XC0,7n>ee*5n;Y'@q6:-E2NjKm LA04M 9' QvSH #x%qn†([|$ -G߁(aD/&WX+~I -Z\V@Ă?sL6纂ПvET GDE,,,g_PMFrPu\h"fRB#PL42AF0A\v7xdT!|fCK+fӶN@bQdPyxv\GѴ!MF*Z~ ZUɬ!''ن Bmۇg8_?yʛ,b*nAVvP(ٱ#A3a] VHh@@N/&X'߹/E/Jg1|HHY:ڰs<50,1x:<Ľ+{S75-ap։cc!(Cit ;n< MKk@Rya)P0e *:i$ -9 -Lb@)#@մZLt)Lh1>1kd>V)i)>p;,FFdJdڳ|ND1z֢G FFe*cڳT;XW2ɍ Gh{ :[2u By`KƜ8'1Q)OS t1>eB0oX ig9n7 UϥN0tdWzB6,5a3dxԌn@}shؿY/ո!*UZE|0 [~4ni[hzh=² 󳎎)AH@e5Py <)&cץAEF<%茹mY:Lj~ր 6R@)a --o( ٺ<-Tノ6S%]OC|NC#qt%mØՐ`8CW2ݚ}7[{/[!Jli mGx Mgo[C0OlA9jQHsPs>q[JMR99Opb*x=ҵ<׵C'` %9#(1}@%Mg(L`USEMS=z -LEDQO#``f佁+ BNNYg#XO 33K`%t|~ZC= -ܯH{ Fa2˫ 2;UT6wSBxA#a^H gʭMn#fPBql5Y @~grpe?m7+3YHRƃt&*䅦Vلw:d%\7;&d[D1'M1@{R` $3U]dO`WS\IJ|n'~jy\_L-GQ*@>/> >opfL 2[65&+Xdw`-Kߒ8f .i -͓//CAQ7+sOUCgJ&vQzԡls!Tک?'7pՖ#HCse!Ɖ0IZ q:Åt,YGJV)2/bg8i`W=H%lNNo]E\!R~m['Q6YM6~ Z+HyH4I 2EC5񇮢Lx!4p 9B-@P >_$7hL<&\䊐$Ps$CZ'l3RoAkdPqj:ː^ m3t$d1d 0/]?)~JwyV n,Ƭ8'dm< j3 KSa-6KL7 wQ!s|FRCM -`ov73H,N&A\8JK_i}59#g߭jd!xKM?@U$ŮC&B^OSt](BZkE( „L܋47+oEeEHᐾ+ .ԥa3($|Rީ ަ~؟KY$"0pb֠+8ɚTHSjs*ip}M lf5+K`VQ{^7I6Qf=':oaAs14 RG!l !ecڅͧRoN:ԉ|3MEr|~t~Ϙoƥ/b #B :BSn3ǫTu/L۪m^L`/}&wSA/Fn0cP "HZ/7 ZSqc[.f :_!Ԯ{;@yYtB,(.oَ+J -ʛ\RT,@B sS=:10L=2SZP,ȎnCY /:Xw8\Ѐ.cw\0e4M[AHs<|j@5#1z3AUڹ'0o"BhHi#I:9>W49rq -bc;3ne*`TTTbPApULVDnPkP F-$QUc>(e;"DҊ'ffE?1L\e_LrNW7j ٤2l"ISvxDءqI% 5s@9>%_jMUi*97Hg^mYC vE0T7g{!<l^ΦP.TAiٴ?&韯`І˸z,YAȾ# -H4 Eø"[jĝ쌴P 8咒'eewt(; -3D W/K򞵿Q O)*$x۫$7;: B*LJV5d#*BDHD BPh1IH*IADUu_#g->|7D"A:3-hl_] <#M12d\hRgKP{TdE^x,ʶ[D~R_oc~|qyE[ dHiFZπcȳRp@9яm.WC - ;qw"n|ҝqlJD*ٶl -L6X Hp*h YA%YPZAy:!_oe5}Qn2> yRE_O79Fp]]ٱ)9t8/A{DԞֿ3#a'bW'I#{Q>+#wL L${(.XaĨ8 UH B!b8hQ(AgoCZk'9{"HS+}PILBQ89}r2J;*F<#UJ}mp?GdGߣ{ h=dDeAs* t#Lۓ#*换#Q۴ZR@ED9]A:# DNA${՞PD9NqrݡCk^3r pb ܫZ?i(Z& q kJ -w3"ߴQMC(IQʏo8Dԭz)h59wˊ(Crr<C.C-m1*$ALK6l9c%mE0?yvB$b*@˾}oaۍ@(],B, /Q #ؗŰ@^N hN:` u :Ix,nFQ̢jE7\^Y@01Qc0iUn;>ɷk$.~-@oߤ9e9r_csܤI/*49- {|m)iOk{.O úm Hrj1-9ܘ|$gWm(,x`Y==3fEOca]^ &xCwQ.iuK ]Vcte; /@D^ mEUrKCMg[T]~,; -ORAw°q6%D]Q?K+fԥ Pcx Β3t?cN5JAm{jRs-@n_#tRg7Co|ۅӏ<;bm9;]GF%3@ 7r&x,ZŨhPHP *|5z:Tz;E~AkX^\9`oo+n_+_qOh.ł$ȟ)c b?kjDfVyMe&q@ODUOA4HGp0ZZYNRľSx]C)0:%/ՁʔdTX.꟨"֊]8|ڠ|W `?.TŽj+KDi qNqFˍhNr|K^qN$Ut02j_L%]OW&:įEt΂1Pp dȫKma*5!Fa4zI1w}D=] ձ V YdԐ؆ܨ`5<6Fщ HZ7 rXd^ר_u>Wpƹ -#`$ح+T -;xmPkP; ir[,"6W@43lDY-":haUPs#n8'iʌzI޼6{qnFp9iTAp*r&Dj9O I&*d]mn #\$6g%*!hë9J7YDdABG\ZnLsQR$'I'G&rԂa|Gz`xoզ{0@l<88ut` -`E.}MP.:٘% ghAm8^lq#<$g@HYD|6Qd.DHNrXh}"jl\"9&I;A0DzjRat+5n*ߙff -PRmɻ眈P߾W!15= Daf.3-zp'~eFƀ -ˆ=2хĖUZ:N- '3On3^ 6- &2$YBC#򊪆(\};{ -Yp-AuW:#} CI#NAw*>}闟o4}W3W7>~Oˏ #ha$E"/USQk ? L\ -z΋ˤbf{s-A9ţڪRFGh':&]v(}"a<^3 Xi0vוs0r2J$@%*k -¼mώ.al%$]>h;4Tt"xnUۀ34maԺU#mI`-: g$&12"3 v0!}/ |F&IT͊Y3VCKUUb)Z(d;VV$8BEry[E_2dCUNa2e`qtH MMxY`b@?ռ$R?ݩǣVAϪB.vYULmGjUx=RPHG;v44gvU;s4'EE8&2I¡.M1n=5XJbytXhWp8f=EqF.e -nNm:zN#9xj$k@K@3NEQQS.9UhPw 2l DлyA2[)Lj_4 '&IȔ: Dl4;( Fo߭Y'P&_9JqԶ6QU fT#*\K܁Z;"z+nni/tpj -\?7b7B> -x=(["CFL; ͳ -k 0u$&a%')8d:`B}, 5e$?OQg6EIKn:~ -J Lq*8ň<ͷG'޷)?fٚ_ښ!qIazu녴HSM[ qXIrHhfVsWH( uodhE\?5䨢ᥒ /;x/F)*\i5^#KNtʻ~wd9!iY"xmZU oJлpr".TG8xm]jz>psGC3j?j$ -yCHh^-D_͋{:ȕw L,uv-QͶg]Rs}Dm;VLJ)H;Zx|9*-8*/>xXCFn4\.VBQ*e.hӠ*7"+=e-^G OJ,΋oݤ߈Ȝ p)@(׫.)&逷( C&R՗Me }jlc56T-uDt92zz6")$:ϫMEP{ -k2J Z3})>q"L%ȵX(n_>7$xu^2LWa { W`8z--ĠϏS0 ->#@-/k'-dC~cprЛk!02M%.~V^5(C#39MnRc9gᛊ "@I[TśVu-+|6!I  ШW^c 23w 9~q2T- -GsXخNLLqt)ķSSNw 6%訹s DI=14 1ݩ}k18ZݱԦBA,##z+3Kv>;Mq PSf LqXBFW4AoaQYDBيEqB5ef9 -7uH]Nc#8v*% crkݡCC&(B!N ZrZ˯ J} endstream endobj 127 0 obj <>stream -H͎7 ЗnGIڜsi)0 ‡$r l"EW_׎ӯwn枫iq#wbn zcݽ74 \[}F;3XOk7ߋP{5B-AǜS/>^8tNWPHvwk'e ڤ - ر"1쎘8 I|(_8i[5˱jnmAIT"D=۽"J#޹Ξ- 5y * jʠH -T x"eBY[q"EB^,WA䥊{nqhUItNbb\*X@µ-;@Z&l[^@V%НZ]'Ԭ^P%xSsFS i?Rm[:eg2}Vl+=l.I6ci:0!>*m>6QIvM`|ji xb -AEZ&g!S<D8aR{c'RpDZkڸZVaɄ`37~6Ha ^hICQPAZc1Y76b@ƺ,2t 0{lcT?ӏ0ia;7T m׍`!'C`"pN&}vBhȍ(hcPmҠ~^[TBoRਥ('9$@M_^֙VW,lcź *k2B'RVt@<Z&J\@xJ}ЇvR']2HjU>JĻxEUm;Umhbb}qSKYe&66c6Dwy7WƁ L"U^+Ry$RS:R;%Gh)Hni̎-RNԩwI=b.WP};>^*vDj2 ҾY%v:o׫q G2T$20u))R@r6\4oqXB -Ujf䝢&[!K9&+c "'*a. -ȹh8'D.@!e|)d#@T{lьQ7&F2,9^*_p</;CϠojpW\$0|q%SMO5I6 HR3eaݜr8ː0f"3-s9(JCR:'(҉! %Iү}mbhfinڬjIABٵkAX -묳b..DtL ZZ>\S(kq"1- -!Aav!@ -U$ d䆴v E9<0׹f]c/;Qx?;S9|Af fXɀ u8F/F~I[A+`FL>EREf /0Eo0J 4tH]ɰs -Fvn<\'sceX 2͛X B0RwU(=b|!UL6#֞H&G4;(hcTk(@bQj]wƈMUE6P{fOW uy -j١6y%.,tƔ+Q$a(Ro/.':"u7]E@|ܕ0s>dqs < a!Vs>KK 4bċ~p`8~+{a Ay}î皙Nz``}'šl"_:H)Me5n[J¦wԔZ҅.0]TӗKS<}ɀ맂/!-1,Oy7wa"Qr 1(UFaTdbQFI<+HhTDi\jǺTZY#  t!= uIJ6hBiD% 𒼨د>u5#8.% '>3+^tUfm)W.B0Kng tnEb1pOs6AE z蜙Ṧ8~i|aubX=bثQwarO(">kU:]<_g62IRcwI^{ֵϼ~z~C׆.H5S: -u/.VVT v/jG[R2QA#u$VN5 DkVcUO%njdC -fSY/gT fEàC~J}~}?,;Ȉ4H@&{*$f! aww쐐Ⱦ#bAo9ך;N׃aah(cNjx>gK ݶ Lԑ0$9J~Ƕ>=`VVA7vS1b[h1d~7AFS!'c g56KǴfX0osZ Ǩu1#B/4^D QUCǔ eSJL 0э~#)g[-7`k&T]e=$8 Æf{+Cq {d08h e;-&e\==P>?`fu֫r1_ L|U (Ghjx-Q|Bw IgR]_,(K ukZ?1p|*9E͔w - "tPh>eAg"y{2W궩GY~W5Z@"1R6J=Rㅻ^OM]S삯X_-Fd;Y8p`L4y51ͼ0|oj5bwo.B! ҕJEu͸Rwށ$*VaC b%̈́@bd.kꨧaW%,@A Le7a](R fv@E 2ͤD 0%N]Ǽ:]3AW>וcLnNs!. \ u;{+4 qheژꍌј ;"[pSՒ\*lHWh(# -15cƖT¡~X[ .@GkݚM"y2AJԒv:NӅ^ډJ:Fѻv%0WVz< ]zӈmҤV -~=9Zvഐ1lM_"(4v:&[y[p'ߒW.jx Z[sMt5<<\/DCGpMf+yT ;1(C3v4p4~?rZ?I-n>O0=I7@HL -GwDp602,| Cs W\3ڷx&`fgwv>Tt*߉5hQ2O^X{ Ψ?BW07pw$Juc~`HCw0\|qp.gxp;9d*Z)8KDPW+WTX`#Gw}%V̄2dǛQ*4 3SjbzH0W1 -UեW3F3f"^!q8&}Ua;^V~`4m jZ(R`EyvXv - A͙o,~$k8~u* 5(%cOBW|NMss-WIW&jS e1G;Ξ@9_J )7 |ǧi;+"N.6Dݒ n;baLvE1|8n P~)l2 +rHع XCrk0oהWBû @l?97 \]N[ C Éb9A s.YAi3.MAJdrCuDx6 7cr<젌e@&˻FhUN B1s?}z/B@J֎B9B]Lu5ؾ*Rш./N2Х B%+焿:Y&4A[Y -1_w x)lFahPfB.@8*kV -N5BXxy#!?u5z*v!2%BV08bÀ1Ѐg$s@g,17ڞ,!.+2(K2NhI:"cHKd(#8tAxwyyjF !N |.V:ARǠ p- !EӒ-Σ]z%ɹqo;_h-DAS}p< y[d3OQ7ad\6jdf +#h빁=7O\uia" p TfQ,O#T4`[o-",@ YsYN -U*#LZcy@5Xq-%YhYN4=DQ[PO=~+'x'xxpH -7%ܒX U^:X_$%>M -+ms\IӸt0SGX@xZHy^)Pq{F`v0R΢TGrHr.!5~+0,[em -XnVb*|L6\D57߯w)nF ȫN!;:U/cŸ8_gGP4CAF -xv*׻.*#'fzqYqρܱ}m&bx]~GRG1b\[*C:3yR(Ef[F'c$T3 -";XrDSW%baG!J̏38< WASv)r6/,Sڭ>>`I<y"AtPoA5ފ95yNˀB{^]BҘ=e!p֔^.机ڮq!(Y -{&k'"6g\/+l[P EX \< Q'@ߡ~lUC.tq/uvE碭^g,MiZ/nž\H`3c HgZ>?abfVacx sΔ@sЄer.9o e^[ڼcaұDNZpbgCB&Q=.eE5iR( - =)P#1]>&[teH4l5`HL4&w{R)ĤR`;m]RPt޹m\DZ&iD,wAWZwUE^ȉ}mn Dǹ<pUI@-; n.׽1ݬf2;5G۔*&&p͗Oo,BM5)3+TPxrܢ"u,R`p/30S{9}s/`9hx1R -Au\Lbh0Ue::70@Do@ S -h:C+70=!7f|D<;%}>vsF02~9s -ʭ3d1:`C!%QN%ڶAQ%H|i#~o-JI\7wo__ln^ws}ſi -rcSriV&ؔoU=K (ZK7O4_`pp;8Lu0!܂1%V0'#\̈W7Z|`f DaOGuP ]uL8"dD{hj(]̫`r 6S*ѽF q -JI) F`PC#>1]މ|,-zO`R{*Nk ́{O#gE.&Jz%>M %@.*8z;dTP M<ԉg,04^,͠I_9 ͗:F}؉աCdt]4`t_|{gDa^fue oZ^ 8+>*NEE8OpC)+2i2NUkr]0;PTLp D0)x[0Js - -fX@ }WG=4xd`%< SBU+)2̠DU(:עI飲-թDIݼ EQs煩,tNuuf'gP3HP2r -ک 0)9g9_ [ɍD?'%A™0-P9"rʸS8򡃬?Yc4K%ܔ9Mo^DpVHPQRDe!a*t D#&38H(S5M?,.,kx,:cqȮa/W03@0lF\@` -VDg@8>PbH6u<%64w%buf twal".VH@*G}P;v(PCĜVEkTGlf>qcEmJ/i _EJǥp:'DQDt1% |.cB^w^o ^At˵X7Q&XKv 42;4UfBq.]--0P F=Q5LXB~$"֕fA}gPk V 9I+QT16"w*^OBcDzq@UWAR$2I&!kC@a. v*JBhm-AsW 3S.T <6XY#]FdS!jI%sv8 ZeFrB8+y++  - KG~֏w=% -y~hN׃$6v>9D|a@8 --"Cnʚ nO>m)fёahUi)|Q7BH+֖`1O3XQo?!cujI~ h)bߗAwZ3ijz:Qs#>)R +PNwl%M-ݡ!9 ""G5ca'8ODS ɼN:syw8BeLif,S- 2Wq#uuo3, -q 06QG 1 Q^,:~rDQ:?8(%q({v-yV -N|]@Ut4Ĝ@ItyƬ1 L<."x! ĊHOoP>Ѧ4)]&v~CPu?PΦ IqX4:{c@R1!}?:>0|AmuqT4 EIwي~(!C -I}ztmk0 $|-v۞5QƹT@A*jwF p:9(eJ̀D 47{@7eXyQ*II%ea2 }?a5dATH>QObhԉ%B+ (rM/cbL sg|٧mz$B:?w9I )OT 9t4C$ eC3`B1Db*0[(Z}AlAK8%uR:p.('>&8'vVy'@cE@5 #(6UaoY =S5gk+H\|~KDyǝأ*̴#E'O̹TCyd b.A)FydꐇdPj>l+¦z 3:QxKlicFh1DwDeȈ*2C43@D̩T -[EM&RDUBcsgac?ԯ F #B6wz}!N -c3T4KhD@zQf@+ IWB3RYiӾ҈ > S]Jzdq$V+r47dh@ -@pNMʄcXzƞ#>2&G5V3k -D KJ$Sj^ -GO/]PB;fx.NE魳t9XIWz 4ADsb:A!eg.&R»T_&gzד0>l"ai*N} Qi|cD7  8Ņ >Iwr -l'uK e2[2Ԟ39cJ_]돲t~(, ;Mv9rP4@8sv=Wzd Bq(rliG/-?\cp탆v><7!>]'5#!eaQp16["ZrO͓Ž7i.$Ƨ|Rv9?hhG_鍘FYC@c\i_~/Y=gP7hFy nE|djE af|%J` -_qH5i(tR!ItX^r餹o]I`ge2?\vZ]7=%Bb҄t(Vu\e|L?i K?0 -SA0CeLΗȊqo)+[_;&wkۉۉYv2tixsA,^'qȆ5~<+pj @A[D >c ~+AĊ:+l^tS%W>p$F[G0dpD @KJAG&HVO{y]0{߈]h3, _PX n˙&xRufRD'!zv̥O[۹uFX@bdu@ еf웒PMLx荭oq}փOO[OV7E lXN@ݏIGd{Zy~,c@)ŬF/4< q;Bѧ`V -':4'Ͱ__S> Ƣ~跈ԝokk1(V>v ; #@0L`\sX ]H}cɤN\\9ET+3Hs& ̰['6>Aйlwpa 8N`C0 fX[椘KSGz0B*]m[l *&Qo? Lᐱ5KP|'V?[a*?k46tY_mEXϯgQD"P #E]MVy1Ź8. i"@PDD 卸J L[Pyk'X@D0k0z"XA@K=;1OFP܇E%~D%&V 'fa{/x崠_@5[ףIuhlM;D8‬߳jx[##9ίqSʕ[F*#(V='`uLz"8[B+̴y*3mz8o#`3U;ط[]B &‹U&b>*s1.{66h9F&"JۍınJ@im֩=oK lBp(&1:i6 Ԅy%~ن، ц%:3Ħ[/*K3J`lxڂac: -I5BwAjԛ+\WltdSblg=[ ,cOvA{^ -21 (A Dܓ Ovax򪲞$g3;4k䆰,d]Fa)kPɗai OAKڗQ$Q;@d@ ,z5`ݼfRhC)yr{;iW0MǾOI5ٻav@`D`Z .EALȃPU֢}N\QKU7|bCh2i_mgۦ[ im{l `޸ tp[D@(}vZVz^c]}ӝ#Ngx'"="X e5wWO\Pμ{e f -YMB#xQ/Rb*1Zk]{"`Ն j2zH*A)D2Mq3f-Q ! ]}e*gR_G& -UcbɿD8% ⛒#ɥ:MTK: J("&t@8 `ji#b/G9JP%k WZ3 rt t׵?刟46;{$_PYnnT o/\;W`cڜuyOFZLhrYA\ WiѬ@? -!].EgqIցi  0$.z1kݳ֌}&5[>}Z  æx#qP.fZWe_FT0#Td׀ˊY徰\#B/}6K>qbQxD2 s.fUsp%,A3gU2NpUpŘAШVekӇQ+fmZ(@]׃bG}m_)Ch9}iTQ)H\DppqE D?Ǖ֜A(cei73'gWBbŏhdR>lLɮdWD%670!# @ؖJe$=ks,%J/K/o&vf2 T&Z(Tw:.g}˼MCꨩq'+@b&ס ^f 2 |Fy8TiۂY!<*S [ "O i 9cxiU8'RXXg@ h!t!7y534[`"M }əҔQU?xWJjׇ̓4ӪG!H.o/ [+Īl`|vq·[{$p`Ϯ(3'ˣ&9MT/?4 -I= Zs2$(K4u;PWD7HM/(RČAYe8_$my8 Vi "P8Dx-4{Ez0Uk,\f1æΔ{X9C -AK-[im2l6-*d#~oBp[_(-GGt' -E\ϼMcWO+WBO+'/ܰ+˗Ӧ {DrB -HіWI#G/dU"(Q3 -?(E@%L/[ -%1 Iq&}xU^ޟG턬`F)En0 Fɵlit(ճAiV,!* >kD2 Uġz2MTQX$Q^QDD('ςBp\E?UPnMd?Pm|;Hi*]c dxUaEJJq(W Â~sӱ)G'JPnml$lAs,TCd<j9U`RJ|Ϸ -q-0G -ǁOJMrQ jKCZ -O)r|=Nmng8yy=4Dy%\:ש7pҶA;m38XÂ$ 7B!gd>do*+8㨳%f ȳC=jFCZBRs3?mOg)o b)cuQᬉgĜf:{nz84>8wdi@A5Kq:ʞ5ji̛Ʌ[bqbHvAT7vHu {3ihF`NwQT=Թu6 .uxû|ņr`+:KeQ"YP_rۉ/ Dq6U[Q\<9d\8(ŇNgG6aEn+Ubf1_N(qꏋ+ Lbpi%ɣ5@**0jSQo"hcFbdR)z Ea\l5P*P/e";p29bLǣw_}||U)_>|?}?~+oAﮠ*A hΔU J5\T"VCO!]C0 .Me {<)7yT|^^s[")ը D3FъC/LC[b=A9dNLX. ĤD N( eS !z -W)A#BqƓwC!ƛބ=/]àF %njS+:Hu 6R!9Q*v@_TUp rp v  bD*<0[<8x}d(w}J@-{LE]~g9%8ĕ!iExVfٛ6R n?[=kn*Q2j9Pܢʲũq+嬃Ch,$朱̀@U*6n F(J*>e`ЛL$ڰRRejˣiLL81yk%\BP6ކ`v4h歳Lf1CUKeŗj:5NHu:*ײ]EEz!.TF-섁 Tg'gqg{N5Y%o֪mɹ{lIKT$1*Zd:^YCxI1w}`Oi_%(Jm,~,]GOh}CVu5 pַA5WWEp!RTi-}YyN,~˂{z'~qd0*BFc@V&HbrS,z !gŎ' =B!9guN_:4migSy*ޛm>8>~&R7#Q3ATޣT׎0+  " +[;fi$|5/sNUa){`켇zLu:ho6I$@~8MX[&9ǎvM#G{uSp(-þ2NRL\[~P2ʉM&;__)Y)ٌb`wx,~\%\'.Tqߞƭ!W͔fa5/@n ѮkH;("~ԜЗsO@oԾL@.¤xhj<Q}! ->GJT3jF)U @y=[%2Sʇ+@V -U">Ǫj~!fp+dO=tP5{t %" : -ƭD 8 {뷌 --]JmmZ*U+b(Ku9='Y.M) 8Q: eeTxO]0!E#w٫3B%[ -;aE؜K}Tq(/B KC$zakUrd|ذI< -T]:Rd$)GATRV~A3 ~|hRxS7Tt-1[F +9?{pG|OD Ws U=AZ/*=C>ʭ9%"C - @}= 6"H E *hiT{DO|Dr;m XYTtY Ї0zӛ2ov3X~߁W{ 㥨9 Ot-R9劮ҟu*L-ybB/-0~ȳgpLe,W~W:R" ]=ŏ ᜋ5ğ4zHSG=53NˋSZH΢uZ~BG&q!^y%GT`T)9 Q0nI@W+1~X%ߨ[/bbe Ӽ+dvC]FGFɀDM'F G`EygǭU7nTZӬڈ9&$" -j g#sŹ", mM6\2k^uJSe-ۧPg4/Sm0OKdhXcP |/>HuV\C7IY&(3@Ύo-ps%#+M8g$cQl⬢4AElt\XnjFS:6*/.'|?"QWy'hlU:EbRۼ糏KϏJ|;Kz?#_GmÍʡ؆EJ3K)'-uw6" -o˥ǒ ,!J]db*Q$ >ez{W|SƧ4\ƖȨanNGxddJD  H;N DM:Qh 4MQp# (S"6w-vyN΢]Bz!; t~IC™Kpfeˏf eFW`y7Ra.\CD"^_ܨ/k&HwBX - [n(r6.c+2 K0v剀d޳Ȇ7#I/LnF0q 0,eP[s>zߘp崧(G:IQ92tzBRæ@Yk1/t˹hnN(^y: 3Һ[` -ӆE\zw]M*py8%k( Z_R m;`DGh뛗S TI GC -as̥QD4a$:i`lmTKm"!_c `{`hIYS`S{2H pS:+(eD]Dљ~pS0[:#'UuIG3M aF=f]FnQ7^'E >'3(FGAGP(lhyM>({ByKB~#WB*,YO'[n4% -"n$,TdF׹O& Y0c}TkWg3Q  ]FHF`:w/#p;ޝFf׽ustu;w_˳d^7BĀq*8ƭ ?0L7R!\@b;ʖ%G/CBͣG)J^tDVZ5pӯ?vʝ mFM9}`^ -'/v5\QkS&q:bۑppa?2 Bgv6Dt%#8)AVtف3 nd9*^؎.%辐@tA2qpD8X^A c* -_mZSK0M5\.Az(VT1?55*UkDQUJ: ;Hа#'Pc(,8_NB4h#Gw#D"H}M"S]G`vTԂAAfs:lM -~M!lvխԄkibmX #8v盌gZ6k2 /0mU= )yVJWfxS>xE,O; \慨\h V"T)F`T=beBF|vֵ򨸢wNh"bxYPK(Mqk/;k@q#h. mMJ4^g  ="VSץ;E#n d0l!oI/j>TnCT^У.VIw,jkDmV#ҴwA"*kq rFjt+ҹGHHbZ8b"Dڐ HI*8@.ۖ3©,tC.dh!#߷-i2` c*O k7Յow^%z0o/h|z" -.3C7yfdK(*Q5LG/@MKn',2ꐎ3ܴo!NKf```ɞ OIml`.0(t[uA/F-X%ϥYN)}J?7?}苿)@W/?=o޿靱_>J_Z7Gy|w{@uC}E+c(R̃?Q:Pw~?Xd ->a{#Q~{7eW1. -XU2E]Q:}<$׃F(bDvk쫰, -oDR"X;K BDig_# C0)T/h`wr7B-u$KtBg Jq{I;)g9j"X#{#f8kF궥h3tQTIF(zA7ؔp$gKe#ɍDѫ Zw{fPi2;I7I{ % _َ4԰Qg^0\6NMx4}xDxN!n%s. AD:ׯ0]ѮʫDKPn. 0Dp+GV+h!mkakyy󎈝N^w  ΒLaץOBN>Wԝ(9mb RT-#Gm^kkDTjh>[٠@23\ܸ2LA8Bx 0-_fW"*zp KjQfc?B>!òNg1r'VjԱpX5Q%_kW 7Wc3ؠ^%^ߤ+K8HAORh2ƚjFQec0# D(IГT*Fm'4| 9 w-[Kac C Ɏw+#$:󙁪e;@ V:P1@kц % -A$Ƽsd_SFRYCR&^z0L6k;,)ﴕNxzĮ8JnC8ѷݽ7V3}u -(ʠ 1CUm ] .sB"pMD#Qr1'PD1܉5 N}"!m J-sE7@;x[jRܯ!ۢC:Hebb %D0P2 i w6 sU/i&٠U `/"L9Np Dz -D?S̉~vB޷rrh-5 #"VSD<ǣ%a!--hILR3C&9YTH5w܈S:~(濨-8l7j"oUGX1j -4#]R"';qU9صx&zwTK/#D %=.9DraSuĊ#:W M<*i"|j%d<<v?L,nk'}[9}<_͙?pF.+bZQ4N":]Yq! DE꺚k?#Dl@#OV;Q"fhO|,7!od@_lvi[Ʌ@Tdf{E7k_pBV%o(R~έ=^|[;tW6gmE%Ij81҈ooy֠}gp -!Fn+Q[dq \IIrTozJgUbZu tL4h KH hR;)"x*7ueq˗yVetIa.!~61#dj(,HXZC:0tC9W\0~n"8QĄEEx| *-r#n<6jO"D %\c+¯iH#hӊT-?dk@ndZn.cBF&6.vQ…YA\-P߅S@Lz cD?!- -JCzrBz)ڷB -oENp'JG(:@9Bb!B HL@{YK]sYJri.r_tZ]aH 3Z4-M Q)f;^FuEmq" sH!'Cvs8?.h~JEpAM>j<$cd ] % ֘vR΍*4D&Ϣt WA{GQ|䐝^Qp% XYl_8^Lb, -Mku b()IksL FZvr5^Җ  b5dV?_bO2jw('܈bĶɫj-(rC/4ً-혮O(Z.ۨbF4Iv Vcqh0EA^r@-ӒqB^T!\&`Me 狶K>ߺ -of[OYL,BUmwT(Xʓ`c4"Pw -I5+gU_#4ve@O@_9\hAOC"VZ4$M;64j<mC S E^m)7 -}Ia os#f:n#̀#.%ɚ7@a!>v/P6)Z>wWC!׮M+zViPʱeok>a1)Дө=T/OtUDhm*F@ g݌+6A!,)g;ցX+mc(bWR\ Y'UlG.^"|V%6΂^'_kۙ#t2El(suFr>\gԉ5@p{owr1]uQ=גG ̴Д]n@ O9}'CJviI>rUJ5 =nХ@S/EC]^ khQ5-(k 5RcvSRL#/>9H5Hsk 6"AOkz*-)/:G>#Nr20:aU#KbWx 3RtSс4F 0F n@Hȧ48 :_9 "(ˈ;Mc.3-D&kPcyV{഍BhA]H1X -)C/yiRUDrEWC8a?ĂcW@00Ni팗,5j"ofC1EY%A$" -cC%g,rnB3ql44 Ź3.a?Cbr~ĉQ -h"pYh>J#P=.zPfP -şD1bhEޯݓ%N6) -> jr~hW̌U:s''1i? N>:KQ.wY7?J,x!Rdz-Zrƥx{'p-l+6|&*( -fF(x%#I> TMEբN헅Ra7رz.f5lpG]TbE'"1aEH"X7I@%&TȌj <$ #, :R( P QM}zP<هI*&:M!U̪v0(@Tsw"R7$& -e0[P-3C+_Td$9']Aɨ&g6Xwp`JVb@PZ< - x3iT\馺ʹ˱.eCybdwe5L-%0KeZWtt 0 F;V8D6QCl⌑ 8K8\'9/-h&낱cȫܝWedbwХz2T@4v H˿0)gOBxʔrrHT"C-yTK6~U0c\By9I҃`ED ZYk0v3C3 C:yXapC=3oZj8/c?yܓ>QE; 8r"}} InF@9OTs@Giފi|ӗ %J%\1Y6ԱaPkPVCs_ݣapþZhx -*Lf$T??7Wq^4 -14L,\XIFʫ*9mtJD}),E!}Uny@[]I?hUa\rc%r޴AAȽHnñ [iޣhoh?t-˲VLO~|^Ds?u|>7FQ,pyY>H!O!}M -ߐX43YGQ)TA%+ ȃTa r8X.(€Py8"r\NO{ !yޣ!%p:ƕ ycBƤjFXnv }|>n-[|@,/}7#\!Q^"-+DrQZI**aJRD^?L;W -z8/Nq*Z48^(p`5) gjM{J,KZ rLٍ ˈ+!!plnVx m+8h/d 8{R=*K@(!erÌ clи<Tl(wR!7e`rfkݓQC8إh(@.&3Ռ;.ZZCRH2@̃xl4 -EWaZx endstream endobj 128 0 obj <>stream -Hߎ9şwAe\6\%ZhEEIEb3Q ;Aܐ|}U?ݏZY۬1}Ja˖q9^˚voAG髏Ybuv/s:ZG-q޺xy1CyV -b^&KX赌4%@66 F$"lh Ew|f[1攇ab=f8֬]nYj>V -y2؎?ZJgO}QMZ}fW'-lR==w_aSX!YcaL -A,rHy;JKfDUFRdVhI-Fq,չx4!Al?PsK`ᄚLaw҆6,zN)(rOTN23Hp\ :ak^剘z:Qw>DѷMC $dK -I0i.x9G9uD6 -٢9I+ EțNW?:  -N Iu3JL\uZkI;7mکtV dc™Q& -)$V 9q`ѾOc:TOjްFCN"%Jk$OElA&leeF85 ?>*x>َ3ڿbd hfޮ~$J\%Z_gb?8"Ur N?,BXd[P(ͲJT1x/ER7ONBZ*Vf6r@8?ǻ߽{wǟ_ɯiDէdz?}|Ǔ/~n^ %/f((O 1;7|uwo~W|u᧛n~>~>wo?}u &ùكO:V+F gXA2UEQV0a*Gp>8J:'ݡ(#)x Ba16œB 8KW]e=6KdGd)!3YF!*u9 򇽖LR0@ >IEi@p2>3<2D(u3f=(pdg$p2IPVP -bIA4((LӚqMh[jdTj9E&;Se'er$qQU ܗ3DETɩ6^FҞ&^VJSk -qIn5e0%gi8GMh1"V;*4 >DρG|Sq¾sx -dɳ& ~lƛA08\,}RTajhPټ0 -`S"~AA"į?>p7#DqRb(m -ُP:%yo;{xf/Z~)DZ2i30TfJE9]9 y -QO8QJ!zx0`_je4?pY,@Q+i\r;=6ofan?[IU\`2n{ĭolO3IAEy_(H)㎹xgFn"J|e0C}#LܬB7<\I-Uc9Ǟ D1Z[%iX+7$BY3@A{W 95k8ZprNK#Da 9w09' x{sv {gk@QC7c~'$s Dǝ_JSm˳cp?Xܼn3M.z#  ^rJoԅK>/@M-OmyYGBjT9;CekB$k@~g""em`nY#z.FVY$y J5`#|1+ak:pg~k5{|Ek],TZM#Pp- $4f-640"9ϓdU/ _ő`ٝgsVjJ4 .o+2,DֽnJDsG5N^뮸G:;5_ۈB|`tz0MYVo\"9sD$ߚ{'^ff;2zI,K%%¨ropoCpͣ;\ԳIPpcSdڰ$Hm0] v.VG[HWjkXQqn:]R R͜PI(%q*]Ƌ&h v`yDn^[o$@p!=%pp JvuRzQxxX1ˆ)R޸ytji`ir!0Wj:|FOb!(Qe @iGм'`GzOSj q{*wءE!Pc*ZO5Mn:' \ 5%pJh,eLI1I.hŽ7"[wS)y3/@@۵ `9gi$z}_[1M9S;ʅ:H -;:yD-L]AęUݢVv^lYק-*n\޳$,mx(XZ$7 -1Al( 2e;=P= -F|m6y2Yq`UZCЗ1e(E:YMe5Σdj9Y -J%yo #VVL4PٖMsea+7a_@ĹG"zXUv˕Ms4ND5k$QDb8$yYlTv;vGBz8UӠ3fqj=Q^|7JD"A5"Iy$5Vrp=،{<fT F` YV)O(Ņd~߈2jP)d_恿 76;6;Qwju{H܈oŏ" (tDH1MXPL#h9u8vq=1<3haΔ= [C^ :YMɄ>>#xv ӂP@`Xh"Ftu6s?bI/LF+OR ]V()Г =nӳ !Rr^(6<( -(n<-k|E1Wg :ϼ!~Fcw[cnM L0(3 OG)P@lKL lʣ(xtJy8 䈑DE{ x1/(u=T' ϕ &TbmfYUTi)ű+ _tAR8p[K9B.iLcTtt ZT[i`H\JZQrXPo@R =M)uF -jhY&@=Tԗњ 0swPe5j`:_)C53v~ϙ(FvʖQWqc6&ZYըNկ_W!=x[֧u$Q'bF`8M !|0|A-I*2( :){toTEneEr8e+1K?[c- U/*wU)KwPc (p bd*eÆ՞!<hBC$j_y.0DhdA8+,`{'dԜTIJ쁖z Qi -0_RG Wb]/4"z4Q#Q#}>0FL}:.A{< v,DE@hs+z}.Fk]I[:ЅD !7ʥXsDd=5]%> ᒊjt0?F:60 CD*+.# -(:NJq9h`=MuhF<bߍsp>%Wi i(}E|8kL5<%ōd2<,kvHFA85S@Hj\}G髤ZπiT4bʵgqhQkI2 ~ũU=#PsYNKd:dH3+r:6GI $I^ , =%ՉvBeO5t2ћF{D1ݨΈ!I#Z'8/D*MݼlT`@hfCYޅMO׽qC&bF_ntgI͐$ 1F[f+mz`.9!>擕jϠX2Ԕ$6dC0I8m Z5AT}\][2|QdLRo=. 1Åa+E34PY mU_0Y y -ctYlCДwr+iv֏CʳSܤ`s?C8K.Kz?U1*;MOQ$_>$ 2D.UP<IXB=܉u,]X p1qFrDJ'6'*lx"5QmcAoePQDt#bl ި.h]P >eR.[ -%4 F̪3,On7")30.$>YSl=HQ,.Z,.JՓԿ'Q [ВF@ -U6me'}znV -8؊BAPyހb1vUT|FlԩxB,/(5\T\٤XYGn $8M& --_M"J&+'(p,y*qYO-(| MUS/Y)ەbA -*]Z 5D5yspB}ݵ` @rOa pOD)!= |p0[^-{ Zh$p/QSFrU|n ?9„IQ;@6z -31̈rU͖/Sq`|)&g|#n)0B?Eѫ1i?$eݤL(!S/A!j [&_??~ʟ⟿/dRv #[F(`DQxcQtHwl{x9{hQ10BiJ2j-4ר6&cE>+u -ts9(i|2Js2PJisOs&;%yO<*jm((= (3iS9\XT^Z(xs (^F&ֆ%Tڍ.&"}@kBѥ(?AİFa|!`нB1(:h*@9hV\[&@ԜHY@E3!678Q9Y9?_tF8" |6xE[DRv9ע=pڍ=E7/1Uj*.^ض 22ap􅀁8O( Ǵ0MLW1_&ji? 31\5BKm&;A E)3֯z`ryd)Ʃ M=y,$UyBX0xɳ -PYQuEtGSN Z-װyh-K( -irɇyc&j3gRJUŃ34qMy{5D%}QhcqCP<+z`hA+X A]<QXUo~FfS35,Z`rbX(Ez=0)BKG4Z^$W$< B>3>ņHDM:sI5y3,0X63HӾE#e" Cl(w#" -VI[v.L; *P# %Qum?OvUZJiw`%5bcɍ8Y;|JQ<տY_O1췹FC]5ܟyS֭i;iI"%5R3xg)p3ajQz[wG㍨D4}?ןODqf,"dHg&&5+luw <0tG_Dg2|5cuA?+?nɖaZ䄒㉈a@q8N9ZP<9rܝF3F+ӦU߃;][!J\siSv82>H*_uj{< \\y ]kB᫮>`ZDpe^wzTh/ g5lT#$`O"dTpLoY4"h=eabFQZ@\tk%1ArS&uʎXD9h"=/Hlz8Uؠxgò#S7vw:X2 peONHm b\bZX[m4؄E9)ݲO+1XD mAo>p'[>ɫ kO{)8ZxHѱ'tQh _#È`~!EHfPyQ@~n !L0C?8"w/0>EAAn<2N[ .˓5 ~gJX ? ,v(.MSb@h2Oljl23捲µ6Ǎ9hx|Z#(Qul.zV,)="'|Cy~ k})%Q_(aV##7#Jx 1-IduWJΓJCLBLIAMBle=NV27V57&y;˳٭ E}ދ6N5y5Q1hPvB]gшRn=FT5r;ܦ[ =[lr8$fh>٬vGM@4H߀]&ɖ#7J-g&׺/_FO@َdlGvmCoLmʽ"5R]NhHV[v8KO\Ԏ7!7F>HYC9/. 6TȨPX{vؗ?n&-}'=l`K?A!OZH}vdޱnr\K~dm2 ->rUh]in$ȞVn*wZ:H_jb=IxU{]P3+jq.aoN"@DL`\&1b10&LQ\;(Z}ɣS۲/{Q6!\ 6juXC7@tuTriT.hO x: m sJs/ e~:D5x vfl]uՕC^r:'W_o[|Ƞq۪X[J)22*:g\rFY`ɠ5h8EkTT[_=Q$<W/%Bӌ(1ncN$"5ȺQKyG2`?!24@ QbߍHQ-x>HԤ?"ΌqՏy%MF_y$l4sngh˴xiW[}2l3E* -j7 jLj~ 33 'ڻ߸Q݄V#osVHkLkM>lteөAny݄͘E[镂񅙜Pģ0Rg7ȅ|byJ[ HF "5⅊=W -E^#k$~~jwY#Ű7>2䑮MA)3YF4F-[м -0-q5eܚi)B滙#޸'óW~p+-=s7 ϱwc֎NaG -A{J6Io֏3 k;(j .c6??SYn:~MEwFxmDԁoG9_F\2c%~(r"w'KapJ]c1l&4$yWĩ6:Z哻L: };GCWʎk H;[D(|7&F[p&N͌b`l4j/# ̲}ZGesD=$Ft##N#D\q~jԇ_;1hGRzOXwf!d:&qEheOTx'2p_ld 2t"xcgu["DW4M,3ޖq/I5 ?]7+2DֶɆR濲3e ACHRP!(I)tzQ]*-[. g*h;\u!lb8 [-lXjgr-7@MZMO̤N3r,ݲ4~1G*x! P!Rd>vFBc6hJA.j=!폯\2ÞFVën' -LqxW:FD/Aypm`"o`o1E 5#K87=+#)'$IЭޒ{ζK.24 -t#U0b"HKg {nt'_20] ׹:xqut #QIۯ7j{@5@\I֍\ACd[mL'bN8[ÐYf Nu$jɺR9)|@#Cufc]&Ip렀q}c&g4eԯ)wGRg'@ 1N͈C\'G %gBv-g-?XomFtʄ{Ly'dlCL{ (ũGB@qgz%Q3dd"$s_x)9d" [3!&X -b3ǡh*0GVtHXck'CTIԒ(lqTЀRem+g%kBɦEZieNļc$!:gYUB#0*s|/Mc*ky0Ns7Jp3"l#(rKݞ%}#psq&3!Zֈc0<90"n$@˞Vi7>޿;y%w݂ZQ"Y* ß"fAh"Fr Vmd[BCҝW䵰&fv6Db2{g֧#QALFs ^O6^Kz|7=ʡh^`$J@ѨV.o'mLGwP_֯b8H.oVҺ+ND7EJ.Dv ;im (и`)fDddj %BkQD_9CA;3+0cd-KFؖZm$=kEԹ}0c-ڕ $>E7" -z?Dvz],s:kMF"vRrOec6kE{i0;B1 ]f 68*Wj@+ecI {\{aՓSPb1X3 Q&G; ֯Rxemsߓ"ȐOB"i9e3i>;f@}#NymY6_:pnqmF1CIc:HY|m'>t -ڲ",U<:D2[Ϭ-ꋰ z'\"c q>Kcv%;ty ^rFFFb&!øQ'Ϫ&3݉cuFV -w lo;(Ҏ2,7Zi%R1< ą/iߨsbV2!P=z0gA5+)if +8'ɨSTM;e*րefmᘸv\.Yǃc3)E8-GZ0ŏjve0 W>N)jh \l=dZMbV{3L%$t(QûL]Wj9hDB~шXqA5 )< Nf_rm"@Q:PoϢ ֐x 4 b<6Ԍŗ>~w~}>n!s??g_}w~^? ;-Wy|?5}T5N36Hf?ڱ@?ިKDc -e&A[fb}+An?ڔjյiGd꥓ IV BSNx)Gl4< 5-^]e X -D}Aƺ(FswN]; -SB {v3:8j'bcD4K"b5`{5DO%O]TqkP2+s&jPfs0rrM?|;(@vU6 ->iOr\.s|0OQXS6(ᢡ+K(I -T:FhasP+DƑA 1v 58e\  m\i| -p]Ǐ2k[u#"PZ 9I/$VoH-]B<5U7et>k -41ifgRKW Lcp.=yCT!:F8)13Z@bǧM -ɺcv4(v ]T -•:|+JZ۫#ivv7xrW(*B#+di G0n+Eq݈qZ 7O -r".xfBa$ ( i31|+qWabGljHDp'^+2ϋ  MNF߱ -Uj&JQ{bJ\ eC@W/Ialú.`+^q|WDi+nût.DY4s]12 IT]=Jqt)"ȓ|tn/4R rD2i ,D pK D6gmp3"cjg|mr6Ԝ'Q[ R@b@E"7d~"{eUw*Ib48DM;D1Q#Q%_k3YdSAΈ-t;W0*"h;ET%p[ZWowe;VV0 -SSZnWL ڣJD"8wfAS6t 3ěVIIC€wMsn^>&[pws]1?Y% E+(h',#_qQwC!QY^2E/:=RJT - IWHω3Kq[=ѥԉ -,y] $mM."0SO+\[˜xgchYK?e~i1a ᏩO;Sv# hˎʫw%CMU@t:/*?M}#(=tK|N ھ8YZiHgE>`al =caۈm]ugԌ$Fh]\W-ox0n"' S<DX"/@}JK}[[oN(?nǏzȮovm6ABx{8{D3*X^>Qx:қ1)FIق>hzEhʬ L'Vda;?AH!q s V,*x5IBP([ԡF-ZBEċf:C. B2~#*Cpt:AX[Oḱi$Kg4J<&\Cvne1 bGn=:`)*q0q +;F2spH=). ڙhVl+Be XkW)9+ǘO|"\uAY~CS?4Kff{SԎ1e}Ÿ=LԐ\-bZZʊOphM .z>-"IKڲOJ+E߯`?p5-v<}=?;w/AM{z>_ڢ6sM5,5ㄏ"BE)j=Q+e0nJ#DPͨ>4x&SA3AVD@7"@|kt\rc#jj{{ŵ]RaPmvoqZ nuG"(ڷ:_71s'x#[}QF/za]) U>"8>8'ǣfyntnƀ3~%9 fhqڷQd45VJ@ -J{qZ++|;XE*x)85KJ$ $7$ x ;(ן,8'wnD`iԈV"0agT܁hk\wEDp5]J{rB1πN$B6<{\݊;(ߪ=$tD)ƣF -R-ZÏy&bи?kz šɁ\ͦe!UK=3 9@Fvz4t6Ž|;4+ -:*[o [n =b>X! ڿ,sM-3zg'WRP~CAS3 k]?ͩ  S{<=V(}z{*7\!.*%1 ȌHiX2tÞ㜼BDi*SuX`p=blF)Lo!{<))S^p2pXcÍ,Vq>/|a{ F<~b?DBt/[| Qilzse84'O^u~o9^4kbSB!H=[tU;7Z /Bg9=i g~wj@!9rH<֘88AT ,0u ɜςyK6Qc庳I^ E(Gr}#iGlPs+4=^KCա5ZԡE)ǡ!aȗ~ 7A.rہw' h~^ -`zۈ5*bH[^VǑ cG/q= $q0tA%]پ*/%Ɩ@2zB UX PehM:=*3cKmp~ %=}uw$ \bWUhP|ETzhl~ W/y@X挚cwNz{ƖWziL|'\ Y -ćG=X-BO[E_޿.PT~iDxKD|+"h M{AK*5+ M IP/NT9mnZ_䒙IqZv}uW\g3Εʻ9g/g:X,3;mIyJTk+!x s\u$ ~Arjs0c͉1i0W 4纜h [6h| !|yqW # -‚:Z&e%7E%xjoȗp= -",j*ӴF{EMl>E(7{;1D(""pnLNC PT!nײ\%?L$)A>[R: ຬ#Gq H %s9,mYCD&!uKu(*Q2!Z2yMxKS -j2ȞOD,R;G$~" 1 4Lc?x"C)OW<@<庇gayx\2ng6j%h -YJ0鈢 \)qI sی' Q -`9Ag[G@ ;—t5wE47I"QgFb3䇖$c*L BPoY^=Ҫ,k -_5LX%h0Pm>dy=',8R m͛ ԗ:W6G|BP+Phy*p? fJi1U)YG6h՝4^XB'idSf gW\ n7} #OI}Z;Wh[&GGߴ o82#[BDT B(` H@v?O -TG65Yߥ+ L@בeJެܖMGA o]D8=s/vJMczJc!QS<EnE5#LN7"c쌧b†?Pãsh# /1(mxC %+!cOq>WX<6±|@LZ[.Ը(FPN5[?\bdí@@@CjWeFͨЌZ@bV[D[ pE> V8&Q<v,ՆFC.?)畮(n`$t]6$.yI}w}0 -}]m++VSљ97Xy%É1Ǥ{\Y{,tYꝅ,: h ~dE0-v.~Q``̥@R\2<=)dUESUl=xrE֩GڰCZPP" iFk֭Lo*P%S 5iz߀TnD[7} `>pK Ac 㦖#!<߮Ω`~-593г U*1#`e:Cd `f>3 F ވE^r|sm`iaIiAAS9I]VDǩB`d\[ߤo̻C3V%ZVO%w|Ňǯ߽}|͇/Ӌ_??~x_~۷s?_ÿ?_&K@[_^|vy^,_>_o߼{~|_7>_?z|`ꀀ ءFQŗ) Z:'s:"&a_E@x s՛H;`geit 0;p=$@]ݟMٟuX#픓[ Wb_t/Άpg։pATaάyBl]z2UJCu@m"@fU./?AllZ2Ŀs>N2A PT`zL7*C3:,teNQe/o#>q u\ -+Y ArL5vB&@v/Uy_QjBME;ϽxDr0F(~fȞsiѴ(wD`tt=]U 97%y^qjX7W+[MM/P\# V`ZӟzVVDКZ-ػ*=DYm ĉk~&XdX@;`De`Ma4U`A #8n΀{:Ģzy%O"վ@o|ʅQO!5 fPl")(}}o7%^cWD-G4'yI -NP%k.Ժ -@0qNss@Vno9\0#$TQ w_!0> KïһEb{"?2M:X -2]^z<Org bӬiEqř;93+ >L3j'Hjp' XDWE`F4?Hg%-J IEE!uv~AR -^:91fEzIESK[{'M ;]/)pX݃(C#!ֆ#N%='S7ka#9<99(N+HD׈o"&4g@9T#`Pz(F''ƈ}A1b+"$xs8㤎Q$BD׍f,3ҁIE Ǭp "(k~Rax/*yDǀ(ZuQC;Vsz# %I:~p9)7jI_XdwW\hp}a^`!^/GP<Ïhh| >;>9alhba9^P?v#hfD]l.NL#^'<7"!f#fEDAq铌^%,}ssKR`ό ]kh BْHq{Z13x]X^_K;-,hUlh+ e(xU5UƹENRAfAy"6JȾ'" -ծo!RRUzE8I-褥Sg" -X.6{p#B fh#$2qk'V`1]"* +kFͮr.L'eҲRWe*^K"F- -nҞrϵkTT=t#8qLp3hd""/rCĈɼ - xvYAXu-旈 -E,b0-Xr0fßy N| zrTHKDF5V*ȏ} $ @k2!bst"/X:)ib갫ʭ<慧t.=`╔|FSg;~F -KϿhɚ V{`AI ]BG56$>f n4y~ExzU/J8TzYس}{tTHTF+vLi{O.x ^FD1M68^U+a,鵣+8*1yr4h):W!J0n%1>7aqE]1BC>SiAP.MJDujseDmhyS4Q\$5@Z [x8CXqģǟ+ٌδfי?ֳJLDY_tμJ+i|dURG)+m )L-L[ySc#8kXH{JĒ01my: ySxhƉ<_^Nװ€(P7_>|D8]?'F`OUUGvTn -uy`p"-}#"((2u4"1 - -s*$PL9lKi3wap11FC}(W(Nȇ,[!cD;$,)aC* -`dG%s*4RM!v+$N'bt|B:rb?3gfLY"Fg⡧xxǗ(D(+ݾ5BCѡ/F"fw JBTi*ueĖGYXcրUt@V{Y}.}at -dv^E1͈m+m< ?D3GTW¢ *Ii}DP?'H㿏 Eʈs++MXU<ȵbivU{zwY>41^ԦhjM@{)RT]{<X -n|c}芭9Ml#mBW7|FT 21(Ͷ>d^A4.?>:=x, -,b?Cڭ@1hA6'`гَ-`,=33-Xv_gXQaT. HCm7Ϳ"0[P@rB$TT-lh+xfFg1sX<-eAi껾v,PK~&37z>+̸ZʹcP;Ew&GZB)ؾWQo^:Vr * -7E6CW_8CswVh:政`}[18xp xtC+t324&6:Q]溒A1r_|L\$01{ΉWTF]ٶI2 0 ^U!L -=*:29t 0Kl`c=%ʼѥM#ny_$> - i}?WWR^>c4nn8b`)o|&\GÄՋnĬ+vP@UeZHAwIDۈdEuI)r]b 5h:MAS LaD]ba7s\qyߛ´18tmhW$'bbg0x OEw Ӻ"}V09UqgDܷiEId=P0Ir.`L(j{ QP -J|Oaazqe)X -#qj bp?- :4Qg<{.t6X#jWE!1XY Am -c)͊>dQE9Jk, "\OD32֛9X_}9!jmxh*iRde9 "&\X@hIIʋ:*u+يo9i0'yY/G|8xYXL&ZI7\7tA~O(]ָT 7.0 9dVLn3ԞƀGW@~dF/J%cJ7r J\Us\Eu;E>P4ʎ'A r .kQ! KEZ;btZs(Q5k,(D8,DdDd>+2Y|t5%yDVt$NDDPT ~IR"2fD{2(ERΓj8 %`Ʈf(QlWh&9GƇhkJ4~i@mJXVY=V|>C'*|*6|C-rp<m)ЄR#K3-TxCi2Vn"t(h, OIIwgf a(mPS1@tGD;A!m0Nq%Q}_ -.sR"%ፙ0)U|9[L-wo;%!mҗ]O -8pKt9LL#gPDZ ,h 1};vI+l)Lz̯lJIOT縁G`3nV߻өB ںe1X .[wA1wM9bn85z6&P bNJNm0w:굜:bab;ԃ1P9qPsÖ* -MZ.Ҫt' ?8i 3h*QF MӋte+5d(ȏѱ}/Uϊu)#_*K&2 y0r|اqODg65Nq#,,FQ" -{A2Bp5,g2J+$3+6@/jy%Vf“n7F Dۀz roD Ah~Dh_eEZE',=Y_jrҔmWllYfc / [:v% -_Vqc>#LxkWk6>2Ľ14!Ec!Kеr$-r=dfj$4h'>sU}G1dpBiP)L/kV l@qԍ%HwV&ԟӯ7gtAHW?s/dAJ_Q85(hDO_cZW3Ɂ33q -p#D`/ I!tSZf`7`>C 1;t:Q*W2*>stream -HM^5 WHp;N U~ 1A{؎/qc]#WI %1[\>gIq%CmEYy禯svWoq=c9m6덿V ZmϋGۖ73nxc͝%Xns=_j"Pm>xP=Oћ^ͻ;re6C[s4T̘^sϵq"7P"ԏ{*Pֆ(l\_u@vVs/z2ؚDZ'Œ>K$p[es=3e@E*z@yBbROjKX[-Qo`tϵ 0>U(J1 L(}p;FP]HPG#B(YshJ)lwN FzK s9 /vW=_ 7d:}$)'iA|ГǺg^%hܬ#[w'Yw|.$9?L2N\]{G& W-]I+wIQCNXR]tD@# -J$& ^^-S^tMf!0P31T7wo -T?O2O#@$[I~/J ذL7_{2d%(w2,MFb[9ER(hgbP6q,4;-ї E8Z7B)*]6:8 @T@Z` Q.>03Fuޔ*ځ'ZS@JL[\D 2s)B9AZP׭^HvK/ЪîAGtuIxaG -)Mb$E~o?~O__WƴO>w}ݟ~/o#G^RCi0 -;bjw\ :P}:M#NwCMsZf$vY|$LK2K5Eb˫% 5@6fE>t<`NH8D3Yɴ>j4hP+X -x{DjNGCx1eu @ -&bdX?!G *0MqgINB(r,L =~; -p)t`U =RzVIYݼxa$PId MZًw2ܣ!r>ݏU5{W&X, (chEI U<(%y43T}5 N NHҕ+]dSM=co¼P/z<`DĹZn PY7OuMA5KP,Ԯߔ)Y2ld[3I{$5Zo/ Nkk2O[-@DS+D$W 7<B˜29̵(GޢM::-/*TS50mm:d66J܂DvR{9M[ơF85 F&{dbsaԈ4A1bUi(m%D]FEB -@%EdOǴyR%N>`S D(T+C =`H\`z^ Eutpi47_CIp xvt z.YyUYzLIhfP.*r,jPQ͸צ(u;> \+^Cp^ ;^Ȧ`6?&+源M,U)(ubB h"wedqC -5ޓLnSVآP^@2&p0rT 1Y~<{رP0];OG@J A!5βRjhPeo*/ESpl -_in~Yu3 -l/Jތ؈ EA?ZZC ,viy-n0?B?<µiY?o)o5Fze< G?H>5~f{F) }qOunGKv1X-s7X*^EN-G_vkf=dw@)/]҈yNb葲+p<ٲ@ Qm -CeDG(!ԥ/>l8 L.n|eMuIu>IoTTB6;Q30?mWcH#YV-^w-cmUf0`+P&pK3ޞ-+*s[&$HQU5e5Y({XĶ\=k)XK@PO5S"k+^ȔV?Y>0Ltw3*v~q9ݮrXDc(bOz9LԇЇܜ+n3-qc ' iAi٩v~ ܙV1Fg^@q2зmnӛ/d}Pjl͹)Ǹ]"iI*KU9Ѡ AFizUN a -e`I:T/@}вS>Ϸl7"c;+]D¼ηZg{> OTZ֖5m(uB?U`[c'AwɬmYB2mtAA#%*,[?lT0V0 +V;jĠp 0B;& -&oLtWȲj-1k@>Q ']jK.F}:7}-~-RgPwFP}~0 ) SVdNgy>LNy%1OP6;).VgB$6."g= ґ;cԽ%6>a]SVaáJEc罞 Q?G䡄wyo绔P >rgщ6eժKnJ4"؉Y uj#4i֗& 5eaEzYO7f< -ᜮJ@Y8O.;UsHP= lyYJdiAvH5)(_" -B;C(582r_CF2}jGz -LjeI+ȿed![ {h|z"ܿЖfa"( Lj>* @gFHd - 4i2FˈF.qk)xi{`jGGBbDxߕKa*"N'iw$L,N,C Mj(e=3*2PuF3姼fc(CWHB 7@2t;`˩ɝpO1wM蔕Y',cu2d`Rb'jdiٺ23BhqtcRyڸ1A!#A5vzxQ24}ƌqX.3>*+ eHٻPőhJ_㓠zu\Qܡmv=ϩfpBࠁmr>߷tMԢo[Ͻڦ0uō ::#^< -ӊ53(ESآM-C6l4Dy9=Ϩ=um'“%w ^=MR$shYz7U q$x1QBwۑا@ؤFh6qRaEMq ٍ-J׆@9dSrڧNRFc,Q2AqW:0GYT繤PQꐫ\]= V~/4lА-lyU+B-7w`Ja |/t p+HYƸB^榲qpǓxKh[/rul{28Ӱr`kx\iEkʪ=Mede%!u \ih\ J~3w ir6UVZD=@;r% -GIʆUjCDsKzX"!ޕ `$kgI$etۑ=Y`wtEԿ)/H4ƋbZZA#'0bkE %6jIt! 40 -SsTh߰ZzO3qu6ۓJ3 ' 2!Cu~/j !qI4 ˧khmSkyt*yS4H -ꥏ[%pM|si;a̗(3dCҢR' VE1'@}^EߥcLct4C5(>CxfsC{P`G5#}+;M1Vpx;[^#v|)Ը⋉*1@p퐳?3ͤQ_w_Ӳs yV -߇r#Y)dh^u9/)Z^0'!<9lM6otXNSԺRjImb1W/,ӓLnl56얠\Ӭܿ&ZRgy1JQgW}Tdo?˯?~O~_/㇟o~wb? W&QSw~k܂Ű hZyyF A-*#z=WIۙwfmKAFv89 b<{BB:&HZ3 \6M; @jRl@Enc>R8_NVe_^mԄ9!c[Άeq9>Tb E" o:z:v%9>`r/{gnjfkk6vy$D. lthoWAٖޅ7JZgȕ)8c[vkꃭC@Le ?^`0 1{}]#2y_n@ATV>9!o"NtdzуLy ̈́*dp˓)r{X0EdN{j7PUδ2CMD@R1Bc `z =3(LÅW14QXH7JA䯱frĚ{`hq]('t%߂.9{h@HhB&x+n BJ$.p5Ϡ]H7b Fcj -ޝᅙ.O6Լ+ě% -:= 16dDJTuh%ޕhdBU -Bx%lY  u [L ߙԩ$ jt3j?EȊ p+K#@7O0Ћ7q. v "=l>?8__-+?AlU递r/]MoIrVYg⧙mt_J Ӟ@15" DJ@X12^pkh芚v;!ֈbm9t,*υhʎ[i1)Ju5tenԌʊ°^5A WS v8.,{TԀ4۵BEx$jSk^l 5.jq G![CzY ea=6^DFu#C*$v ?و_Y[u>g%LQY"ق8X8'E ْN#"4tad2H0udr'm3 3tzW0|¬H՗4Tp岺QwCjƐNa| -Beׄ'p2] ʉ bpݖ<(, -MIY<S]F!4.[et+uU_2,ExÏߌ2z}3M~rB&N&@=0%\rŚѝ2ׅ6:jA(ҡ'Mr rmoF9+cʢQلg Wy|vw*`e_r˶n ~[-πWgջuб@֗ g%Ǝ9ElQxi2z0.sȑh( 5vHA2eOںO@D-);;>D(P#*Pу#70V]{ j>@*BU_8\6'$4ԎOEqyh> u }.v}pWAW57z. -":VG Uɽj9gKi㩠S b!"" t6xB Yk9A) B ë̊-汕f9C苿 {nor`(Y|']@^D -ٚ^&ӌ 8AJd,cAFZRBOx%@e#+g5}8 *](P~P0M .38%=MJqz~d|C, iV 'Dt~Wd+$3HH(2Y6mfݥE /ˀ(eSvaBaЀU -Z78P8y  -bzO eFP?~z3=_>APK+aAjD SyZO+cP#YdW,Yl7?d0nNB.2 -"Xc~izmՎ2s_3p52\c@fHf }9U  YJt\ 8E?t3B܁ӅuWft;;v"KQA:^Y#K94Yw'D}&ch,tmD`grj_ˮG\2FSJ1ffD` Cl.>Ϯ/o{04p:?Z;XM"`CDjZ)q\B۞KzHN$tPF#yoR$YuN"M,LÁ%g!\Pf1XKFy,Va`(P.ߠ0DRgvW'ֿw -'wzpCx+~iJDZp^*[2;&Ab.xU);{:?*!WjX"QŠCչ6 d)'5cvQu&_0pln%sE VE1k-}DD0(:U2fEN,4s'&s -;/,ָz~<(X9PЧy,1PDx VXEXjQFχUr|:>,|3Izp>\?K/WC3qܗ@RwAP> LeT  -gR b' d4ŨJ3#/ϡ3F3p,Cib⯗{g=wM'#S; hP'?S -RɧVxZ08Ő= - h˙_9;FEEBcoy83EdHAzyΛUb\c߇`FF%95=$56mJQ,0啙2QoIoi PC5HDc+t^S)8@$R_S)QbzAvNT1A<rR: <ˍhA`ߠ;0``}tzUCS->NSuzpw,ӒQI2`TlE_vh66I:Q/ ?w$+STxXc|x)__HQaRmS"CI'ՊSm%b -bJm(e+:փreJ - xpg~?o}x[=M=!`wz۳/_y_n5?~?-6 -m)~l=n{Yޞ}}Ӈ}?ۻo?}6}}|[ >{q_IЄHt;K'j͑8œ(oqf2R.ݛtDZ0|Nþs2X KXI`TgbsEd598&v %4m>R9ǪFNlqAoi,8зhnzIx r^yraó'Wi`E]ܬt=zΏ\ť-6(zKxPQa{ -Zhl@dQBeiQg*)fuL\I_I -e{٨t@e/hРAPWHsXϠ~c:6vY]:U3Fe4t҅O fG:wBI 1f`B6\Qs m+1p'[u"`5bPTuRY]Ejg}x! -Hs^&9Jyz/" aDڻ\ôl֢vy;L7iO`vr6 k;qQi_3>—t08 -S,[iLGd EkA4MJ!2夈BX%6$~ n <4,L|nTjgvU#U  a,zj#T^] coDt b}[ҍ@ܜ: t>OȩSJxǢqHNM3W )»3IVz^^Cwm+0L:]pij}]]}&~ =mxsIx --Б-oC(l|E,FՇLff -۱ -D -ia@ (\Q!D!N:ќ?&D姇84ye>҉EK'`-6ϿaƧPeî6y;|Sᡡ -YƽfxFF%\^'^4qg+8ox;yjJ4ox9 + fQ(sV݁Zm+: "PKE4gۚƇ'v"b !l+~ml1kD)P&yjRr#W18a2IA=kJ6z ޚ{iR̢c_3%Z<'TZEFdHc0Rft,+RU(\nh>#!-//C:zY 0%" m,$ܝNj{Z z)Ĝ7jv8s,xfPFlcKֻUS`DϒLd~ -%ߊYD -V|F=n4Z zM -@I\2#.7uAQ]I +OJVw°<Jާf9jԤ,3${k[0aNoUc1h>K g:Y*َ /c"x 3=:͑!nc\|k!/\PQA"7c(bdR 4c4#`J>d^Bb!6gh$?Ul9_:Q4) -ہ=C.]Frc(};NlLbqlBDcQy %ޔM@rP(/T3E<K_Jzp-L…&<~Wa|q385\p^E -0PM -j_ --?GkPɖg}⡧ -O$ B3Z4H8B ;}hF)(W oCu$PSv$цRmŚTXdYsODVVkڸex|` FxǕǕY~3.tn:L#dL> hs[ ^k|P/d8KDPg#>Gud%w( @֨B?#RTaM,le)tt"7|aua a»|QkoBְDƭg@Qҡ"BtTŷGYӲ?l{QqmW*nȤNX5v P|IboC;iҤ9.ꀰb&$5*t(u~A|&@S><CшgFjc h~d&ƅeh0샎q+FYwW(ܦ*cJGx.o%z"H52fwS%Į@죶@b7,%ŀN;_QAT aC#M.ϴIy۸ sq$sQ O Ƽvh AY7^q.̸'Xi:F8JlT~ A(ρȉBazOtMNֱ}p܏"ƊctbP92}5^5J=ڕ\> -~=LTXB֞(Q ʎEfe+('0r+"HD81C H#5A<2[ab8'}N*ki"BʟdB0M>h8/-(#I']2Im(7|aʯՠ]ߢ}!B l2 'LǾjȾs-v- hOE[nw -YH\A㺼gXLPA?I7"/C (m0QXe'($E.b$Fe 2L*鎞͚j1%īApb>'.sib8'q/K:>Xi'aqbIK,DF5]}.Ka<L'_۴"%K<m"I;_IY_OyDB$=f.> -ZUAbh @Ze6,TGS3I41F0.>g!XF؀U=EXAEś%lwq|]ԦpMoL}:pue<j~c]G<"khK:JfB-W 夰lmE'$L-QT/{K -5h2 1X6APTQN-v^T/M~٧1R!#g$Qi{ s @a[RE65{NQ5hA@PQ4 -k~DItyDd2{PctKNpnVId* -[ONfs[tU #=jރBX*!^AڶeXv> &jji[ŴsR{V9CȀځ*ܞJ{RB(D_FZ:@/!"ixA35=99@#CKL ϥ'=PT N#y6G.GkcxSTyܾgq(ֶ"\F|~ D4}N@6S#Z440U2QG}Z -bx-;$Cdg rp!)G"Sއzij~nH*L ޘXX VԪSxAlOĉU;Jq/pMBLa$CL*Mfu0@?QAldU)6C^) +xQ -ªDtdp/@1PZeC&r-ѶUŅihB9_/>dl`*x8Yx#n?QpbzDbS R1TlAZTS >jYO6m3H7*n3vi3Bn%dF"i41 -(J:Dǝccx#Ftx acR}rЛ kMCMвGp[%*E%3}`ӏ<'}-ypRCr~Nbx_2XrD) H#{CWW['YpPe75L?R3@}֍q0(h@@>wz@ g خlj-׮77gIO[L+KeO08Rm^&VJI{$Y+W $P2 ߷GDjPH6A( -5u{+} 3ѱLPhJDSLYT8kID^U"JUtVn•D{Aj< #<뺇5JTڐ[t}SWWO^؅+0tFD0-7mJ"ET5Δ9Dޖj -)PLӃcDcӵ 唫RO.UyTnr@ UE:FhJ>~h2 bҲ@*[N]#W9Se4p{+JPo3o5ĥ gA*5$ԙ|E;tG`~Af. B)AYPڿ*:vCwC276Oi]Eϟ6w!ٹ^ü5{\Pnx-H#< f>' %[m#/Y54nەQeF2sF[+$Pb(p}tosG*{T&W~t$+g"vpZt'%fyq>NΫ85Ǹ d{Dn97ax,8&XQ:6cfxWdUʇxNFoBз HM"?ҩ(,kxE/vOԴLDE+Ÿ$Do tTOFbi2 9$8J{>4wPw* x dxO&6q."T%Uz^T72hr׵s'=]I#>a3PGQOY -ijӋP ^ DbGjG -m@̝6}$TR˧BAL30Zy? b2RpRlY Fݖx1 j"nLA\'Wrp<[ e<-ԩ{F某2e"ܔ$e_t!)# - S N~-U g\;CqhfW>8(fєѪEfAOϷp/-_Ͽӗ3o߾/7?O_$۷?+G?x4M&T! A_@z[3ܰ~"ZSP{ >-{X'e9R]Ͷi9ZBFZpi,(.{覾aZBbDiHr{v6СY4>q w''~x=fQn tUIz>2nr{ j>g*ND=H6TL(%w xnۚdo[VC5DHL[RhWL(J x%9yf(:=Gdz˺:b|]^1ZH 6vfTIOM)F6oG،*Ks(/Fv[G -q8&HD޽bާ2ݧ<gUsiЃWeADEJGbQB*>I+' H"j݊_7c& -*ߨrs%)jJ:_xÒ4o2pL{3$8=Q@M:$@QjԞڶ"~QD05ۺں]_!#fQRF!;D1 'XeLGJ4wcwxD}T*2{+6AJ}-z@9=ЮMʀ{Ie^Io*'`EmTn[o}GM@@P\ӉCuL '\>hղM`?D/B ]ƹtУʅ} -d*M -b%AbW2IJpkFvҙRҲ$lLHk^kO'[bHLklSzl+)N9mX<$F,h7GJ^xГϋ| h/z4.zw^ck"[BoꔆD r}'u؏?f^xoL&nZoySi$m1=T !ADd $@W~Lߵd?Ƥ*WTG'!xr`P3ϕ7Nb@V eё7T:_/&EIkl\H; }*ewmR2|ĘYT?"peZ x-wsAXX{ap'PN`v'fM~t98ռkӢs%|CT> -Hrɛ7ӔZ˻91ph)QLC&1 RskQPP 8Pq'ϳ 0h h=>Q15$g";q _ >H| 4{$Wmayk(ANXjnTqКs_1 dlFD[\.[rc48=Z]GqOf9e$"lD9"_,[j΍oB"L#}(#O# b}Ϲ15l<$LBK C0\wTgE~ZJS{@OV{V>##3{~-B4i3̈^y(qn ҈'ͻx\EͨuTN𡐅?s-aw=>BĢ~V2&S$us]Em>Z~m$ 3Fc:`iu!ϊfu{ꂙ۲>%JƱ>[F˙nd~@?;>*N-)Tw3".z13TSY/hCW)')ϖ<[fBBm9H5&x}w~a d'V. 6''QДՏ8z@ !@S y#ݑ"'n" Ce*SeԖF~ICLz W+sFp;7;AUb4)TƁːxCzDywx[n_:AA4Wh}Y -Rw~/#:SM}BBa[q2u++#;$^(+4F( Q!TZA0pb1|1/b񗩍D0_.`Iu6UJD3}0Kla !2%`b򬞯T|twJw$5>F2{E_|6b4(ΧѶ*@FP6e(!h?1vdByu?di] -,%KgQV~3~G*- 0#6>tD)OB#ۺݕvGȻK#=YV,*{EGRy}JM[Z"A!I *u%9:MNaCqD66OлHn{dT+AER0D=9n)%vNf.f$'6aQ/5ޏ(贈W1oEϐW_HKtEG &k$U|pS?8C¢DQÜ?i,$/r#*#N"袸HP1tVe{VoB# (rwmG|tUebN1 qB=>wdy7 ~;LۊN)8 !J29[ʞB˲nml*Dܛ7 y,nޡ=xB'ǑʰR$vɗxK0ihU,u]PtDG=l1t_3FmfN]K9[fÖ́XB"m$tfN8Uw˩D.po%:2js?WNꣅOpr9 -gu؂tbK ,1V"Tיl<|RiD!f&$ꔈ3' {%Z -d ge˄_԰.=:۶BC5c%`ջ,ˁȘJAg WP? Cyd%_e ->U&Xw~x}GGК{]@hփJ1G<*HsTgFQO \"6m?&|h9(|^ο\>/;8Ѩ49Sd~n?ejqE_COdFd#5Cl ($(Jڑ -S* 9my@(1v;!*9 -{]zEc#`~k`GƳ-.:k靎vJ+M*#vy:>Nj'}yVRC{p-M=lwigZA"=AP si;ae1:aĶ*ܩmr0ϭlR:f*y6# ȑFGhoS}W䨙s3+qy ¤æˎɵ(ɫTFP8Trhr jY+q~l+H{%t0Qܕ^Lrz5O]G}8GEh _/PrZDӏi<8pzQym6#uMfH#FN)4fWʑX GJԱ2۵ Gj4A,Ʉ".pB ײ< - aAq3UW^yl*ߊ  Dcmg?htJ9wB/Q rǤ=_YU{C劮~1qu#*I-gλh%|ʥEJ(Fy6!ˎ;;l;fvPÓk j&by(f B1-'pǍH$K}TI00}|[ -~}e8o-j2ɓ/W92:pFjK;~R]^Mj# 0hQ+͎oϏ%Z!WU傲]Tw^¹@euAv4ܳp@֨&^ΤdHh+!q@@42 Nxi{LHflv; %ԍOC9s,>,13F),GjܮA6NWQd'sU]؎T deXWE K!A1-Vn,e"2IXswAp+l/vti:-G5z;8SXgnf&-pSї.mc;A$5uE͒ nАrxMgS -8W^1AUi0#T^gJǏߑbZՠ( sW4; -c(H.jqH%ea(1]!&6d|eܐXiz/aQ*?qJ4ۂgѠ?PYF#?}L[ۗ㇟o~wb|?i_wSw?~kH'TQ,rWs7>ڎԁh=.Ip`G M%W&U`MWLENqd;BYSj,͵pleQ4YpL(:Ay)Q5K9 -EӈG ЍЉ(KH3wã[e;9aLi}t*'9^淠3ZL -SIiTWY ͐噫gsE^<8+vяC#0S rN}%@#^fF{e n'cga&̱?3Z}A\AIA@u>F˰}<a[ 4o{h[1 Rٞ+#qleBZ]:kP+'("HA0A8k39hn`Nl*D ؀,@O+ZΆ*gH͠wSShm=.*"IazwN09עm'pr 8Lm -$sDmDQ(+#q[h;)"N -~?NH-֘D!-=Uٷd*>F\3L/I+L1` Z<Ѥzs~q , $8zj_#QiPĚCTR;tH bA`W^Ǽ+}+ϕ:V׻Qujȝ{VXl.qF"q(BJPyΰc45p2c6q `4gq\R0_ ӷz endstream endobj 92 0 obj <>stream -HUˎS1 +M8- > -E; 9InzgvlPqbo?|Xb~7 ?OŐ)U|nn}3' -L$D=H$u:` K{tx&}FaI+.ݓY&/ғvA"dnrݚ-6l'p$޵ "(zsVW}SZ5UX Ŕqp"Z].B:$|KymhM+P;`. SQ u[< V ~(rgE7hfer%>d']ӏҏNbY;>udEڡ -$YRbbF:MМ -o"2E։{mP[ pu`'T-1E';#^#,‰vyj]uTlj~;_d'Q,im@d/}N3K!k$}u@,} u;k\FfNKWO> -ɎPިdN Y*,j`vD$_IF@r}ጶ{yzͣ+U"5v endstream endobj 93 0 obj <> endobj 94 0 obj <>stream -8;Xp,*=Nd8!#l4K!!*9(2Xq@'~> endstream endobj 89 0 obj <>stream -HTMn\!/@ 4L"xJ[#Eۧ{h(鯊7oW<]}|%Aoꯏw=oN2b94֦B؍on-RUUE%*[US2ӌ%Dل -+`t"[HFְSL]35Tm0"°GаN5چMD;9SXvճ P[\N^O=]v%R[ Rm4s/ȱHVJh=ҜI7N  !hZ+QM ,`3θ~,bUҲJUQ`T7@Ul֚aM®dO*0ׄW(_Odpց-atB}>Yb69ܔ Dg,ݗ'?_y_ endstream endobj 90 0 obj <> endobj 91 0 obj <>stream -8;Xp,*=Nd8!#l4K!!*9(2Xq@'~> endstream endobj 86 0 obj <>stream -HTTIn1 @" r2#<0`ߧHi&6f$X,ݗ|p_9={#䯗גIϙ#Ĺ -t6{>bS: -3~Zmest(3+d ؆ VAAj4<LG23SiHh>c}Z![mBbsTg4AN1_/ qiNXs$ gTp޵w# 2](격뙣57Iwnj8' M4F EՆn:}|ʙ6T%Ղ4H>`fQ؀Dgu+08ccu[E_rW6+1ڂ7QM„cM7"1c^8rf*q K2d,;j&C @8,ٕ(71ڝzXZ0s!>_0&.-@WxH Ka?(u,,Rʆ$Tn-ƙ.WFM]gӧ= I endstream endobj 87 0 obj <> endobj 88 0 obj <>stream -8;Xp,*=Nd8!#l4K!!*9(2Xq@'~> endstream endobj 83 0 obj <>stream -HTM7 u -]5(6c#+#07{dOO{+}z/{ߏʿϏo{{/UZX7Y%T߳মoSl'BY/swx\^,,*Z>+>ih.bmüP¸zCQucqmbj5U[*Nl޻`@HkI!lB0Zۅi(TBGXSN ݋V4QCi_A1B؛0-ԷH Š/W&ګX8iI6SgbAcb/ f'q Ezm<&ty#M3JسaSLZw*aD[FaqXa;s\x"`ohvB8cs'`3Yk$c& BV"pgOr, SZg8% -,c3Z$t (]@gY`szQ!x aDͧ+<QB'ޏd!3EHP.E*G|E*ʂ|N͜$/’ 23|Kwo ?Z%b /=ҍ=3a4hh(;:#ւ}GLӯA!VE3O|;MVaA7(Ls 0]vw[񪿮;2ºАztB^s?O3y/ޏ/ endstream endobj 84 0 obj <> endobj 85 0 obj <>stream -8;Xp,*=Nd8!#l4K!!*9(2Xq@'~> endstream endobj 80 0 obj <>stream -HTQn0 +V,s]6T ckivLCdDJӢuAxFʭy~E*/LJZ^FZ[ҜZц92扃}лvm#sݠ{٦ JXK{0Q1CJt*cWll;˵{g+!l(n> endobj 82 0 obj <>stream -8;Xp,*=Nd8!#l4K!!*9(2Xq@'~> endstream endobj 77 0 obj <>stream -HTSn1 +KzPnSP=6'@: -"gˏk<]K{*?ӯ-}ϒ_̱Ź5)Yinѯ($&`*}uReBS-&w\t* -#hPq" -Dl̫ijykTQqG^.,Rl `TU{5dedaF,V`yq8F6٥I ps5vK_IƪO -*yYFpm1:m`WFؘpWwmN5QQFۈcA0 - Qo -"E] ChOHB7|~Sz+\d AQ$>(BNs7a a<Ĺg5F,&-u"3f7@ךqB=w/׆;0vحd9<*If{4Xl--IO WM?'='|YvÈ endstream endobj 78 0 obj <> endobj 79 0 obj <>stream -8;Xp,*=Nd8!#l4K!!*9(2Xq@'~> endstream endobj 74 0 obj <>stream -HlTIn1 @s5 '#0r}hEJi$,Rq-.ݗWypݱM~O~>ܻ& ->2u)8:of@[(onL%g?]J TS_0RjE]*`śPSWI{:NOL)厁,ReH(R=nͱ;XxG4?:҇i=Guҕ:j.ozF1-E6Ph֧"eJB! 8 €`'T 1).j7L s5jMlE"VY͵Cā-o~`HP *ڱ,P{AF<8OCJ< ({[d3IxiÊg'bkdĺ_ٍ£$U%eܴ''yGXc`8,buanȶ`s+1ie r+A{MQ環eQ Şx=O\6[ endstream endobj 75 0 obj <> endobj 76 0 obj <>stream -8;Xp,*=Nd8!#l4K!!*9(2Xq@'~> endstream endobj 71 0 obj <>stream -HTKn0 :.0HM"")@"Ɍ?1><=c !2G#x _7G#Y(M' ofD<پjׯ57íUr;+.Sr7ي{) -yS3R-Sj 0 hPOp8Tĥ. -yíQ*\O#YvlN[ >!vƺ}hܕ:g3W4b-hU7*UUd[3@z\.,~őڎJ}^}9vQ;0yM=e+M["%,JY+يs5_L> endobj 73 0 obj <>stream -8;Xp,*=Nd8!#l4K!!*9(2Xq@'~> endstream endobj 66 0 obj <>stream -HLTn\! `c0\V=EUC?`զM/uU6 3<|{LO%}$\`/%=ޒĔI%"qǥS|t#>Քv!n'VcU,+VS1Y2ԐN# -XybY2F&6׎s9k3jk['.t42' -,gCvYZ%#ڲ-:/,- 4|$lWp$oT`3,ܛn 7ls\7@6Wh6n--FǀیR -.nb[C(7leCҨʐH*XCI5 QݘfX_}:O]`LzHӕ+( Vָ j+N@['e̚@II ~`R*nĚĩw(JCu2/Xͭ].$P)܇FL.\3ipvd-@\q -7 #i7dq4պN¦t|;/$ǒ:h -AJ~ m/g!pa -ӰC s,9JXXP2+Z> endobj 70 0 obj <>stream -8;Xp,*=Nd8!#l4K!!*9(2Xq@'~> endstream endobj 51 0 obj <>/Resources<>/Properties<>/XObject<>>>/Thumb 134 0 R/TrimBox[0.0 0.0 48.0 48.0]/Type/Page>> endobj 52 0 obj <>/Resources<>/Properties<>>>/Thumb 137 0 R/TrimBox[0.0 0.0 48.0 48.0]/Type/Page>> endobj 53 0 obj <>/Resources<>/Properties<>>>/Thumb 140 0 R/TrimBox[0.0 0.0 48.0 48.0]/Type/Page>> endobj 54 0 obj <>/Resources<>/Properties<>>>/Thumb 143 0 R/TrimBox[0.0 0.0 48.0 48.0]/Type/Page>> endobj 55 0 obj <>/Resources<>/Properties<>>>/Thumb 146 0 R/TrimBox[0.0 0.0 48.0 48.0]/Type/Page>> endobj 144 0 obj <>stream -HTVK7 )O#n362#``{l`wUQ^*b㗿^ϗOyo[~,5j~F|.-Vius9"rbvh:yn}Ə%0Xp[S-vofe.@=԰9hV9da'iZ@g k2]0zq_{Z/r\eyC_c#%a7wAX:'*Q2\FD5MrybgOMT).Ӱ.>H{fU^Y;莚.}&Ù2"<3#k\S\Sl5%PCmK=5)R" -9!.ʪ9$-3\ -%mVĢ3cX!CA-*IaPsG 94W^<P^ .i뢈v)wSvz@?7KvC:QҎRi:i&ƛ6"oXW4:6L9OAQ(Aōפ 2~cu]պFEz7?A#̈́F̷=|yԺth1O? kZtUԫ-1Nq]!qcDuJ1ɪz!uڪ +η:ꩳ~ 0I endstream endobj 145 0 obj <> endobj 146 0 obj <>stream -8;Xp,*=Nd8!#l4K!!*9(2Xq@'~> endstream endobj 141 0 obj <>stream -HTTK1 )rN8[ -!Ă</Q@ו8\yçV޽,O|^/,x"$E0+ګ59U^rJ #0-ϡ܎ckQkHVJ9.9Vᅇpz5W&\`]UEV [uVPGO[6zyHcؘ;aū.a@_8Blhp"\-Q{d:KEP1H?|Qq(^ hOc&[kw[XP#;p*GӦ 45Kv4*SXSd]#A'KΘ/X Ki b7ZL 2;l\۶ﵭ! gŜ -uZE/adjkLu 1b2܀[SQS&ϰ.wwyy[XL440)#d4ؗʧDžH#2Px&MMn-NC*?B hd9]h+<蹨seR Zo،b 83mxiH.ik4#c1ps/t. h;+]- ɭ>|/ endstream endobj 142 0 obj <> endobj 143 0 obj <>stream -8;Xp,*=Nd8!#l4K!!*9(2Xq@'~> endstream endobj 138 0 obj <>stream -HLMN1 9/v~gˀXUbFPR%8i|gV8Wھ^O>׳;o1Ȃ¹g~v-$HP*o\&n1؝hb@V)%iŷ Sd,)2e VJci>0AƺhǪI !aUGMm,< F*[%OTBjj2h45I4ULѨP̛k`( 31n.# }H" <JtǂG7Qa+^1}.Yp`aXCܗ;'/ endstream endobj 139 0 obj <> endobj 140 0 obj <>stream -8;Xp,*=Nd8!#l4K!!*9(2Xq@'~> endstream endobj 135 0 obj <>stream -HTTMN^1 3qɶ_PZ6HK'y -83yyq[/_oR&{wEgdN Ztv3e~IpNsF£EPvTY3m=:5mJKkt8Rh5FEvlC?Pekcn]X,VAa*:RڵKZ(A3HW1i6\ۂ>ؒph>%2|5,kU:]'%еhKwwuNR2:%dlhz `qf\N$,0*C ^b%W>mlPhkؑK[BĐ҈M$w\(ٍ ułp2fWinE4RFPļitxom \dzӭbz- -Tg#A{j""}aDo -#s%8pťm~Pk9z\kkVhN˚@ Btk љU+Cu^t6'|m33-i/H"[z'=ox.?G5 endstream endobj 136 0 obj <> endobj 137 0 obj <>stream -8;Xp,*=Nd8!#l4K!!*9(2Xq@'~> endstream endobj 130 0 obj <>stream -HLRn )L0ץNT@[/Iv/( }6 L+NqEðidݿ *~nH"e&Ƽ+qC0fMceeP61pjjXu22]%?RX=׵(d[z&P Ţf_2˴J6*zP{E% # izxfHzt ~O@UOo_O>/jG endstream endobj 131 0 obj <> endobj 134 0 obj <>stream -8;Xp,*=Nd8!#l4K!!*9(2Xq@'~> endstream endobj 133 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 19.5 20.75 cm -0 0 m --1.934 0 -3.5 1.566 -3.5 3.5 c --3.5 5.434 -1.934 7 0 7 c -1.934 7 3.5 5.434 3.5 3.5 c -3.5 1.566 1.934 0 0 0 c -f -Q - endstream endobj 147 0 obj <> endobj 132 0 obj <> endobj 46 0 obj <>/Resources<>/Properties<>>>/Thumb 150 0 R/TrimBox[0.0 0.0 48.0 48.0]/Type/Page>> endobj 47 0 obj <>/Resources<>/Properties<>>>/Thumb 153 0 R/TrimBox[0.0 0.0 48.0 48.0]/Type/Page>> endobj 48 0 obj <>/Resources<>/Properties<>/XObject<>>>/Thumb 162 0 R/TrimBox[0.0 0.0 48.0 48.0]/Type/Page>> endobj 49 0 obj <>/Resources<>/Properties<>>>/Thumb 165 0 R/TrimBox[0.0 0.0 48.0 48.0]/Type/Page>> endobj 50 0 obj <>/Resources<>/Properties<>>>/Thumb 168 0 R/TrimBox[0.0 0.0 48.0 48.0]/Type/Page>> endobj 166 0 obj <>stream -HTTˎ1 +$v -8-../QNw3BȔUeܾt{">?P>^J/; - ib*V6e ',aqvs6cY}flyy*#sQ#5اpFdAƒij -%ReyL[Ƚ1]aέ .ލ'3WWγNz-=uVeZFS,I*zܡqpKX#1P'b9z%-YnX"V=rK읰3S{WALl`NVeaU4 |з%͌aXy:Vb_6 :tx={hL5ݷekp;r^j:Nej~kCOO{mna@0rUrz`E0b W ӛ_MF>4O/3:0ޞ}\A_Nx9kctȎer%Wy._w\ -0MR endstream endobj 167 0 obj <> endobj 168 0 obj <>stream -8;Xp,*=Nd8!#l4K!!*9(2Xq@'~> endstream endobj 163 0 obj <>stream -H\Kn1 :.@Yiq"0taHrH #RbOo~\4o*?([z7_޾O{ k<,yw=s%Yz5\}]Y#&ɾ$Rz9i/e xRXAi`%#UVuXQ,%"M2xތ2r8^⽖zp2L tH:3.Uՠkwۺp嶚b.{5EıbanvV^Rk.żi\LQi)T'.ZRTjCvUuo(/zngɢ7Se{Kc@Ƃk̰U%yz[3գSx Xcf >1ki>2Lp.SA)lvCP.int[+m-Xʐ'>iK)gQOITGzD}ju$L:5o : endstream endobj 164 0 obj <> endobj 165 0 obj <>stream -8;Xp,*=Nd8!#l4K!!*9(2Xq@'~> endstream endobj 154 0 obj <>stream -HtTKn1 i?vA=Ѧ E}$h"EꑚNB' -A,o_ ).,K,t5DmP/Sm{ҽj^5rV^˪c#]+ܥL9 p,JReNy?9r`'3 P-"ICWBX8-ԑ'KkXQglnퟍTǹ`\X߸ْn8/!`o)(;s&T5ʨxCvNeXt-Qdj5?MjfYV~Y˩F66N^νkGdhHѹZlrVzy1͖T\ w8{[V&a,5;~ -=Ӱ{˰oI]-.4Fdջc(!m}^y.Kqɥ'}V^Zђ2 Cp_S8Vim4]t(pc׈`ʀ'gEy?=+ 0J endstream endobj 155 0 obj <> endobj 162 0 obj <>stream -8;Xp,*=Nd8!#l4K!!*9(2Xq@'~> endstream endobj 157 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 34 31 cm -0 0 m -0 -0.55 -0.45 -1 -1 -1 c --3 -1 l --3.55 -1 -4 -0.55 -4 0 c --4 2 l --4 2.55 -3.55 3 -3 3 c --1 3 l --0.45 3 0 2.55 0 2 c -h -f -Q - endstream endobj 158 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -19 30 -1 6 re -f - endstream endobj 159 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -17 30 -1 6 re -f - endstream endobj 160 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -15 30 -1 6 re -f - endstream endobj 161 0 obj <>/XObject<>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 24 29.3437 cm -0 0 m --0.458 0 -0.891 -0.09 -1.305 -0.222 c --0.807 -0.59 -0.48 -1.176 -0.48 -1.844 c --0.48 -2.959 -1.384 -3.864 -2.5 -3.864 c --3.167 -3.864 -3.754 -3.536 -4.123 -3.037 c --4.254 -3.452 -4.345 -3.886 -4.345 -4.344 c --4.345 -6.741 -2.399 -8.688 0 -8.688 c -2.399 -8.688 4.344 -6.741 4.344 -4.344 c -4.344 -1.946 2.399 0 0 0 c -f -Q -q -0 g -/GS1 gs -0 Tc 0 Tw 0 Ts 100 Tz 0 Tr /Fm0 Do -Q - endstream endobj 173 0 obj <> endobj 174 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 24 29.3437 cm -0 0 m --0.458 0 -0.891 -0.09 -1.305 -0.222 c --0.807 -0.59 -0.48 -1.176 -0.48 -1.844 c --0.48 -2.959 -1.384 -3.864 -2.5 -3.864 c --3.167 -3.864 -3.754 -3.536 -4.123 -3.037 c --4.254 -3.452 -4.345 -3.886 -4.345 -4.344 c --4.345 -6.741 -2.399 -8.688 0 -8.688 c -2.399 -8.688 4.344 -6.741 4.344 -4.344 c -4.344 -1.946 2.399 0 0 0 c -f -Q - endstream endobj 175 0 obj <> endobj 156 0 obj <> endobj 172 0 obj <> endobj 171 0 obj <> endobj 170 0 obj <> endobj 169 0 obj <> endobj 151 0 obj <>stream -HTTI1 @Ӣ(j rF2'LHKd˷k\K{*M{o|L?,-]~/ozKpo*dRH7!]8Å:6{ڸRe} -hHev@ >".q|ʁ,Z9 \BD}y0j@ - wf-J[f5>G~EtAV`>0teHQAs&8 o:8 -^74==il$Ԡ%ȴ 1:c -AD"0J5me,CI;;Fu -ڈX`/B#cT݋ڏ=8-ŹUB{TԂ -Xh𾝯j2 DLVTn} Q0 *)vAA1ܓi9t&nƝ:> endobj 153 0 obj <>stream -8;Xp,*=Nd8!#l4K!!*9(2Xq@'~> endstream endobj 148 0 obj <>stream -HTM0 >/P7Ol Vhf16_;qiQ{]7/qr0f?Ży^?8\Ca(|Y:w\w$tg"}J@ُ5R[imШ} -q+U?^e^> endobj 150 0 obj <>stream -8;Xp,*=Nd8!#l4K!!*9(2Xq@'~> endstream endobj 41 0 obj <>/Resources<>/Properties<>>>/Thumb 178 0 R/TrimBox[0.0 0.0 48.0 48.0]/Type/Page>> endobj 42 0 obj <>/Resources<>/Properties<>>>/Thumb 181 0 R/TrimBox[0.0 0.0 48.0 48.0]/Type/Page>> endobj 43 0 obj <>/Resources<>/Properties<>>>/Thumb 184 0 R/TrimBox[0.0 0.0 48.0 48.0]/Type/Page>> endobj 44 0 obj <>/Resources<>/Properties<>>>/Thumb 187 0 R/TrimBox[0.0 0.0 48.0 48.0]/Type/Page>> endobj 45 0 obj <>/Resources<>/Properties<>>>/Thumb 190 0 R/TrimBox[0.0 0.0 48.0 48.0]/Type/Page>> endobj 188 0 obj <>stream -HdTn1 +K׺EOAX$JMa{!9$}q_^y7Ά>/S{}ξ5x -NlLRn"{{k& ֔8% -)6Te݀JB>u[NLrLQԵAOIs -%As}U(h8߃o795.t@:ʩ+(F^`R\*8Y)BEX+UhgnIDWٟC*^r(Fiq qף@AASA ]CBv(Qxbϊ2Eי@uCC*#`?k>هl8qT}5 mӲ&!5Ѓ .R)@K>Z(yEB^њ]är OkxcGhRcC3&+@7Yt'Z+ֽSBą:=m$˩wapB.Ț -6? wUeV֫,AS GwMgiRFsh7j" {C 8ջ?|{'" endstream endobj 189 0 obj <> endobj 190 0 obj <>stream -8;Xp,*=Nd8!#l4K!!*9(2Xq@'~> endstream endobj 185 0 obj <>stream -HLSn1 +,?=EC?`Цmx2fפ,Sܾ^Ceog"K}˿CbNRdze5M7"*ZN -2 iI7J]Z.9 9QYƜpFVVz+2}ْJ.$m-)ΰ'QSJBhv(X`6&XJX$kўyc躾=ʛqv9e4[n" 1FCQ#bA.G1Zxss_ endstream endobj 186 0 obj <> endobj 187 0 obj <>stream -8;Xp,*=Nd8!#l4K!!*9(2Xq@'~> endstream endobj 182 0 obj <>stream -HTVKnG )j7nYE $HUq0SC6],zy|?__|Ϗǧ铝˰g2״훼/XG̮G7zɺ]b>z;ki 6e~4L)XteU#hy8Hb5rxeCұa~z0_$P96 \9:> y 1`kJfTv2N -Hq'jplXH$<'ͰiH9R*Td*D-m-ըҦ6njhN/1e%U'B-ފhu1T:e*^ -.|U%,[K׊L>kŃ ڊ#&ʛVH>VZ;<*(UrϊbI-Hy+ANj - !|xXNjO"[K( T"U4Q]Jf"4'Aoi9*.kWkKkx{ԽOmg TAСFZJSl{~rZgav$ZfզgE/cBC5% -qBuJQlE\OTQVqnu5I.Q[!=6faK^ň]%ZCIGoGN>Bs*M7/ƹϖBra.a?}s{kˍߏNZn{3 e -x>n,stk?Ҫ9 rMsҪP?YVNy-_Mݏą[ErˋDŽIo!q\/oNbӵ&[GQCf*#M}5_Ono endstream endobj 183 0 obj <> endobj 184 0 obj <>stream -8;Xp,*=Nd8!#l4K!!*9(2Xq@'~> endstream endobj 179 0 obj <>stream -HTTIn#1 @Ӣv]  F3@2HJl(X\˟<]p|7ܫ |?Kܗg58ύ8OutS9q) [B*nZ#>@ 7fʩyim<0g5̙ -HowCdj! DrBCG2bP%EJ&-,|"ĚukiU b2%j7_ -6$|A ںL ܩTa}MiCmqaTfj֚!S2;eCl%f›+B8h&$38E41uw”i_=Z;ԺAPG, Qavl= :XymP5#Qy"XɊj]څL](Rcqj}QFSlc҈ԲZ~+PeE#_tޗHCB0c[5["k)>;h|ڳ/ endstream endobj 180 0 obj <> endobj 181 0 obj <>stream -8;Xp,*=Nd8!#l4K!!*9(2Xq@'~> endstream endobj 176 0 obj <>stream -HTTKn[1 DIۦEWAtm6n@޾CE[#=|yOT?||P ߾o<|Jwy[\e6lgc3/B `yd핚Xuv׸3उ3x %;PY|ʐ9J2G0DkI> endobj 178 0 obj <>stream -8;Xp,*=Nd8!#l4K!!*9(2Xq@'~> endstream endobj 36 0 obj <>/Resources<>/Properties<>>>/Thumb 193 0 R/TrimBox[0.0 0.0 48.0 48.0]/Type/Page>> endobj 37 0 obj <>/Resources<>/Properties<>>>/Thumb 196 0 R/TrimBox[0.0 0.0 48.0 48.0]/Type/Page>> endobj 38 0 obj <>/Resources<>/Properties<>>>/Thumb 199 0 R/TrimBox[0.0 0.0 48.0 48.0]/Type/Page>> endobj 39 0 obj <>/Resources<>/Properties<>>>/Thumb 202 0 R/TrimBox[0.0 0.0 48.0 48.0]/Type/Page>> endobj 40 0 obj <>/Resources<>/Properties<>/XObject<>>>/Thumb 207 0 R/TrimBox[0.0 0.0 48.0 48.0]/Type/Page>> endobj 203 0 obj <>stream -HLRN@ WgB> r%YcÎap ;w}oJp ә`fd%!X F̰VX3L,Dk-aƂZҍygR4:Wc%{Jw>.u&,((%d%G"L9 ֥zOmq Md f]U=|ծe?PPK+cwd۠^^ilSBnX7F#k>t(lz|"d ay> endobj 207 0 obj <>stream -8;Xp,*=Nd8!#l4K!!*9(2Xq@'~> endstream endobj 205 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 23.9346 25.5137 cm -0 0 m -0 2.654 -2.151 4.805 -4.806 4.805 c --7.459 4.805 -9.61 2.654 -9.61 0 c --9.61 -2.656 -7.459 -4.805 -4.806 -4.805 c --2.151 -4.805 0 -2.656 0 0 c -f -Q - endstream endobj 206 0 obj <>/XObject<>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 23.6523 23.9492 cm -0 0 m -1.861 -2.869 l -5.141 0.848 l -1.855 4.132 l -0.191 2.468 l -0.247 2.175 0.282 1.874 0.282 1.564 c -0.282 1.014 0.171 0.492 0 0 c -f -Q -q 1 0 0 1 25.5039 17.0684 cm -0 0 m --4.767 3.936 l --4.748 3.943 -4.732 3.955 -4.715 3.962 c --5.213 3.778 -5.741 3.657 -6.301 3.648 c -0.004 -2.656 l -6.84 4.179 l -5.85 5.168 l -h -f -Q -q -0 g -/GS1 gs -0 Tc 0 Tw 0 Ts 100 Tz 0 Tr /Fm0 Do -Q -q -0 g -/GS1 gs -0 Tc 0 Tw 0 Ts 100 Tz 0 Tr /Fm1 Do -Q - endstream endobj 209 0 obj <> endobj 210 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 23.6523 23.9492 cm -0 0 m -1.861 -2.869 l -5.141 0.848 l -1.855 4.132 l -0.191 2.468 l -0.247 2.175 0.282 1.874 0.282 1.564 c -0.282 1.014 0.171 0.492 0 0 c -f -Q - endstream endobj 211 0 obj <>>>/Subtype/Form>>stream -0 0 0 rg -/GS0 gs -q 1 0 0 1 25.5039 17.0684 cm -0 0 m --4.767 3.936 l --4.748 3.943 -4.732 3.955 -4.715 3.962 c --5.213 3.778 -5.741 3.657 -6.301 3.648 c -0.004 -2.656 l -6.84 4.179 l -5.85 5.168 l -h -f -Q - endstream endobj 213 0 obj <> endobj 212 0 obj <> endobj 208 0 obj <> endobj 200 0 obj <>stream -HTRAN1 8ɕ8!8 -$cgW'c{Og:=3ܞ)}Luw5'(|sE1qUꏴ ViSʭVr uTYŵuټhq8oyi Pܶul\x :#X$$B!]C -c "2B9: -3T_ -#OdMdea*WBQ'zܭ4\H0)dR+Oٌsm+((%eĒ -1 -A]bO:<T،">40Ct> endobj 202 0 obj <>stream -8;Xp,*=Nd8!#l4K!!*9(2Xq@'~> endstream endobj 197 0 obj <>stream -H\WK7sd 2#@H;RU{&ۧ/˯ˏK|?}W+j۽jۛ 84nXo36JM|Rd c?x1n{w_0;UF|~ -\a"+=꒫3pAI')))wp:.-f%w:j{ n-e[SqZ -+q2sYvDr^"s wk67Cb,z:@P9;LvF,V}ȕaWrvzרJK;B_Jn R;88illD9@5&wwzc`hʊvuGxV#`nRG wlHc^ZL)fUGⲼƠ֊?Oy麑bx=Re ':Ńl Jnl#;" nļ S7't6nZeKP/wRx @tm(N[+ a> endobj 199 0 obj <>stream -8;Xp,*=Nd8!#l4K!!*9(2Xq@'~> endstream endobj 194 0 obj <>stream -HTKn0 D</ E_ۦEWAt,ItH+n 8rOG>L -+97]XlK86Olϕ2G}P# [/@kc@:*^B|ϙ9UNO!CQ'9>QP+l>":捲UjQgՌ[s-?:;VLW{iV^v9ROIAbE$>b7Y}o$' 1Z.Jy(o4i/+ث瘎mΰͷڙ~w endstream endobj 195 0 obj <> endobj 196 0 obj <>stream -8;Xp,*=Nd8!#l4K!!*9(2Xq@'~> endstream endobj 191 0 obj <>stream -HTTn@ WDkݢzm.J@}ܕBYC|*{>?zÑ]/NGJr/Pk(:(X*)זM8> endobj 193 0 obj <>stream -8;Xp,*=Nd8!#l4K!!*9(2Xq@'~> endstream endobj 31 0 obj <>/Resources<>/Properties<>>>/Thumb 216 0 R/TrimBox[0.0 0.0 48.0 48.0]/Type/Page>> endobj 32 0 obj <>/Resources<>/Properties<>>>/Thumb 219 0 R/TrimBox[0.0 0.0 48.0 48.0]/Type/Page>> endobj 33 0 obj <>/Resources<>/Properties<>>>/Thumb 222 0 R/TrimBox[0.0 0.0 48.0 48.0]/Type/Page>> endobj 34 0 obj <>/Resources<>/Properties<>>>/Thumb 225 0 R/TrimBox[0.0 0.0 48.0 48.0]/Type/Page>> endobj 35 0 obj <>/Resources<>/Properties<>>>/Thumb 228 0 R/TrimBox[0.0 0.0 48.0 48.0]/Type/Page>> endobj 226 0 obj <>stream -HTKj@ :.`Yl넮B ]Mu!g?zrZݓ>O_z`~}ge')Ydm`rzт$u^1`SOa~V[1u09*r8H(Jj}8Jգ4OB%G 1TњiYBEuVP&6˽ׁmwAD޿*35B3ݵBߥԦ\|*e endstream endobj 227 0 obj <> endobj 228 0 obj <>stream -8;Xp,*=Nd8!#l4K!!*9(2Xq@'~> endstream endobj 223 0 obj <>stream -HDAN0 E>/7v$R 4%7U?yuz[p,;Ḓ'|-q=Ⱦ(YqqGV3ncFAZgsͫ %id,MqXICsHJᐈ1i(ݱL=5JvkCIFo|Lv0jnKe3f. -ClpnGSWxϻ¿X endstream endobj 224 0 obj <> endobj 225 0 obj <>stream -8;Xp,*=Nd8!#l4K!!*9(2Xq@'~> endstream endobj 220 0 obj <>stream -HLRAn1|؋mM*TJ*N ƻyfMp no>[C܎a@#DP28,݊ddhXdQq"#2sU t -re'J'Iaڥuq)⦣ eFu6]bdcғŌRD*{8pS[q w -22aѮ 3đ,:r,H ,H:,fLTaUv`\B=teQ‡xo7Zo)g80j]K7mߊk![\? +\#FfwΡ$vC`>ew_a^vß endstream endobj 221 0 obj <> endobj 222 0 obj <>stream -8;Xp,*=Nd8!#l4K!!*9(2Xq@'~> endstream endobj 217 0 obj <>stream -HL;n0 w,duNFt6S bzP'ka~'<];_&_`xy K">$upѧ8F)$7\ы%H9+o+%z'+C@e#cVkumx[ -Yi5 -p OO endstream endobj 218 0 obj <> endobj 219 0 obj <>stream -8;Xp,*=Nd8!#l4K!!*9(2Xq@'~> endstream endobj 214 0 obj <>stream -HDRKNC1 @8_gKAB,8EHZV3Nȇc#%j߀+'N?G¥rΞs0'j0. %ZXb!Bs2*u@NГuUf*r 3aVZni 1Xl>a}Pʼ AnlOcb=8x ha}7ŽJu6~ fq:Ǥ+BP+軴LY4Oͣx8dKڼ -X=uƲ!xL4`4{*dDkŮѮ|kÍo~?% endstream endobj 215 0 obj <> endobj 216 0 obj <>stream -8;Xp,*=Nd8!#l4K!!*9(2Xq@'~> endstream endobj 26 0 obj <>/Resources<>/Properties<>>>/Thumb 231 0 R/TrimBox[0.0 0.0 48.0 48.0]/Type/Page>> endobj 27 0 obj <>/Resources<>/Properties<>>>/Thumb 234 0 R/TrimBox[0.0 0.0 48.0 48.0]/Type/Page>> endobj 28 0 obj <>/Resources<>/Properties<>>>/Thumb 237 0 R/TrimBox[0.0 0.0 48.0 48.0]/Type/Page>> endobj 29 0 obj <>/Resources<>/Properties<>>>/Thumb 240 0 R/TrimBox[0.0 0.0 48.0 48.0]/Type/Page>> endobj 30 0 obj <>/Resources<>/Properties<>>>/Thumb 243 0 R/TrimBox[0.0 0.0 48.0 48.0]/Type/Page>> endobj 241 0 obj <>stream -HTUKr1 (-@JQ) INt?[o>=ևV߽WiUnZԟ8V)*׮d۶?[Ǐ/F}H7&ZjGe/pA&O(v~qr@M{+j4N ďN((4 h@E:im^+_r4EqD M6/'8J;aJ{GEn\ vADgs}yÝ)r݁ՅqR\i-aqpryT^^F^ %$z)2@SKrЕ՟ h0o%'Dia.m]yXDqT?^t ͡lR}96w$՝ -\FxSjSB tQEJ}-h;h U]C&YYB=q> endobj 243 0 obj <>stream -8;Xp,*=Nd8!#l4K!!*9(2Xq@'~> endstream endobj 238 0 obj <>stream -HTSKT1 @$- b5B#A=F?zT쪲ۍOJ>ߨJc~r˟FJBm$5ڤbKc*[ g)`a$Ga -%ѹ+O߼n$%&Mޓ(hl X$,p$.Ze1!ic&Rm\ֶm DKK>ꋻ9GzV&bm67DbT3m@4@t\.D0e&8RZvn'˶ |2`=pݙF Ð\YxY>t ]EBvwSUĸ+y[hOBRVzt:l^~ /s+F endstream endobj 239 0 obj <> endobj 240 0 obj <>stream -8;Xp,*=Nd8!#l4K!!*9(2Xq@'~> endstream endobj 235 0 obj <>stream -HDKn0 D</ Z4u"0tHz d #CKėÂpI =oVq#Ƚ(2qvBL] (iBU YM35!URb TxϤ)#3E)f&IM+6Ht)9<{supW%iC`]*r#v pې7 {u|DeѸA3eF]oGg'x -0WH endstream endobj 236 0 obj <> endobj 237 0 obj <>stream -8;Xp,*=Nd8!#l4K!!*9(2Xq@'~> endstream endobj 232 0 obj <>stream -HLTKSA )nwK@FhĂ`X9?UK@Iv/%x5~oӷG_K~^f\w~JP*Wc*X>t0ӱkl <=E"ݑP~ru6BziTi2aXћt9!Mj߬.DQڼYe̓~i#0'vlj:fw7=O)`є endstream endobj 233 0 obj <> endobj 234 0 obj <>stream -8;Xp,*=Nd8!#l4K!!*9(2Xq@'~> endstream endobj 229 0 obj <>stream -HLM0s@ҭh\C\xFq&ڊ?Kˤ4OB[>T^n-,I\ 9̤ DI@{t2HCa _H@ꢵ`&R)J) c>h"nr9˓SДc i>OO܇+A endstream endobj 230 0 obj <> endobj 231 0 obj <>stream -8;Xp,*=Nd8!#l4K!!*9(2Xq@'~> endstream endobj 21 0 obj <>/Resources<>/Properties<>>>/Thumb 246 0 R/TrimBox[0.0 0.0 48.0 48.0]/Type/Page>> endobj 22 0 obj <>/Resources<>/Properties<>>>/Thumb 249 0 R/TrimBox[0.0 0.0 48.0 48.0]/Type/Page>> endobj 23 0 obj <>/Resources<>/Properties<>>>/Thumb 252 0 R/TrimBox[0.0 0.0 48.0 48.0]/Type/Page>> endobj 24 0 obj <>/Resources<>/Properties<>>>/Thumb 255 0 R/TrimBox[0.0 0.0 48.0 48.0]/Type/Page>> endobj 25 0 obj <>/Resources<>/Properties<>>>/Thumb 258 0 R/TrimBox[0.0 0.0 48.0 48.0]/Type/Page>> endobj 256 0 obj <>stream -HTUIn1 @"PfdFy@#e`ORa{K$*.xIK !w+ő=?S|^#GQcDn;-Qi-!rQtit9͑ qxeQh0PދT|(+Y|K <ֻRC=LTSs/.eU&>(+7%) 9±PN ʨ# bSA P&Ji+EϐrbT/PS;Ü)Glвw$tS>5df3 >3w8KWdnWP-vLl0A:-pn'pPE fTLV”W$Y -azN/CJj75cE;*6'ZlЦj*::|p;RQ1R&j4/6MNr,2qQ3蘜 v7c dCÔJIOl JwۇKC-=25iƋ68Z1%X6m {y5Q6WH_K.VN@6] Ym:N`rWN6,->;40\A Ck<0 Z\n@O[lvtFO.ȵqyL % NuOJ'> endobj 258 0 obj <>stream -8;Xp,*=Nd8!#l4K!!*9(2Xq@'~> endstream endobj 253 0 obj <>stream -HdMn#! t(~DYE59@k&Nd?ۊvA<rs}Sg1eWwzO@Y)qm~}onaT0\"Xj;MFF"y:͓MFP -DtIr1(5 !7hcCD֩L 0CuB\z 9QUFY1#^mNۤk'Ax] $3fwܝ6@Dpi.X ^#=?Ҭg**' -ɬ~(pV'>.O+$dN,\m~:. 8mH ĥ~yZ9\:-]oWۀ!'^ow: endstream endobj 254 0 obj <> endobj 255 0 obj <>stream -8;Xp,*=Nd8!#l4K!!*9(2Xq@'~> endstream endobj 250 0 obj <>stream -HTVA7 +ъD׬!X$?*J=z$"E_x-/_^[k2/?[G\RmZ/{ZUoCfKco7vA obLZdࢺ} KvEy !:=#~sK]jX"VW?FТg1aKsQ.>uZtC]MmbjMcT{նOv9x>{Z.Η>JBjEm>zI)1K@\mi5M-59ĕNP8vO<d,;So9\c֠׶1 w };x7d{s@XG!`;$!!z_Q endstream endobj 251 0 obj <> endobj 252 0 obj <>stream -8;Xp,*=Nd8!#l4K!!*9(2Xq@'~> endstream endobj 247 0 obj <>stream -HTSn1 +KǵNS9Mrp -$Cj7h`{W#P<^5Ĺn}Nl5]~>s~>ĖdR)=Ӧ\NxbR@䙝kf*]sOLTu!Jhj=mQuxLy Vz(n_ī8ͫ7 #fU|gv)6.)lQUi -J%3gpWt -': - _! iZMga^)',F bxܩ2 uq0F@:ٰc(ZEB>~DXf.vbxu@e80XDmEk^ڐӡ;p;V{~Ӵ8 yq[KpBL:Xͭ#xf>cybyKOmf{h@NĬdq>Os endstream endobj 248 0 obj <> endobj 249 0 obj <>stream -8;Xp,*=Nd8!#l4K!!*9(2Xq@'~> endstream endobj 244 0 obj <>stream -HlSn1 +ky쵴 U~TT?ʡ6d%DE~߲g=F  "H+D}KAM“iT+ޡ55Ą$AdjmRcMZuJ 0oP{G8{Rd-Re䌅UJxmڟ#W02\c5LHu@m<ԽAgo"e` U\Z`e>EҐ@jx҉M[WkTؒLQBiNXW#yTBbneie`v }D2ml_f:jMVlBUs%l0VuHe&BqN˳џώW endstream endobj 245 0 obj <> endobj 246 0 obj <>stream -8;Xp,*=Nd8!#l4K!!*9(2Xq@'~> endstream endobj 16 0 obj <>/Resources<>/Properties<>>>/Thumb 261 0 R/TrimBox[0.0 0.0 48.0 48.0]/Type/Page>> endobj 17 0 obj <>/Resources<>/Properties<>>>/Thumb 264 0 R/TrimBox[0.0 0.0 48.0 48.0]/Type/Page>> endobj 18 0 obj <>/Resources<>/Properties<>>>/Thumb 267 0 R/TrimBox[0.0 0.0 48.0 48.0]/Type/Page>> endobj 19 0 obj <>/Resources<>/Properties<>>>/Thumb 270 0 R/TrimBox[0.0 0.0 48.0 48.0]/Type/Page>> endobj 20 0 obj <>/Resources<>/Properties<>>>/Thumb 273 0 R/TrimBox[0.0 0.0 48.0 48.0]/Type/Page>> endobj 271 0 obj <>stream -HT;n0 w#EimZt -C`Hze),ϟ/ه#NGOGxL>G/px}xI1PJj\ y +ݧEVX&Gj8G79PlM *֦''jVl,ZA9F T,\Q(y[ܤPU3qS<nwO2{M[KGO֝Ak+Wk[qPecƞB!N8kؕDGgmM3 -K9ڤmcFcQe_pg`7 endstream endobj 272 0 obj <> endobj 273 0 obj <>stream -8;Xp,*=Nd8!#l4K!!*9(2Xq@'~> endstream endobj 268 0 obj <>stream -HDRIn0 qvmZA}@H#Na[!HcO>=D;| ~=a$#$dʭ -iua -"Uʊ8d u}F=70c)MrjT"a޲T5Vt11֕2H֞Z 4U:cgZ`4Og4<^q }+Z,1cjiXSh͂O^pmޡqY4fL2^62b|~1;ß3g endstream endobj 269 0 obj <> endobj 270 0 obj <>stream -8;Xp,*=Nd8!#l4K!!*9(2Xq@'~> endstream endobj 265 0 obj <>stream -HlTnU1 +'絥 VXWPH-/1㜶T(י?vn曻[ɟ>$߁?ӏWn~7=e+:[YWif> endobj 267 0 obj <>stream -8;Xp,*=Nd8!#l4K!!*9(2Xq@'~> endstream endobj 262 0 obj <>stream -HLTAn1 *DQҵnSP=6=Iڰ-xD-g%>=_rCy O_7E-4S#XZjq[ăV%^HSbN9wN-sDw^ G@R KON!gRUZ8n:KjɺɈz}(D#T4OKe8XMeea6RN_` (#bm 2"?qNsvN&^-btcFjs] Iڴi5ܬ>l݊Mͦw-PA;jKy4SdtEj2gC֪(Ytq$5mâaoNZB]X%ӭ4MK&%V+&GW]E$5t *EWK iu~tgJx o<BZ::U(Wn!Du M/UEOv ļV5Pk@`+ߑMVv}95PYN\ޮlr=8v5ׅ\gq~w{M}y%`BY endstream endobj 263 0 obj <> endobj 264 0 obj <>stream -8;Xp,*=Nd8!#l4K!!*9(2Xq@'~> endstream endobj 259 0 obj <>stream -H\n\! </0ƀӪ\L*%}džV>0횟?}( ?~75=}NOzKk/3[馚~K*@.}kBs K{5o:I&[a>Ti>\۶2pom/LeD3ï a^yvȇBi.~&',k;t(sEz񔞠WT 0E(rE6 [83zQ&sU-!hh[HCFq*u23@[s(*JCfb#߫CӘ!G{jCjQERyf+C.{YV:P4B e 0h`o*<0.j4®q^\^D5*Y-pqbtՂ9UFkx0\ < zor݋Q$O(nB> endobj 261 0 obj <>stream -8;Xp,*=Nd8!#l4K!!*9(2Xq@'~> endstream endobj 6 0 obj [5 0 R] endobj 274 0 obj <> endobj xref 0 275 0000000000 65535 f -0000000016 00000 n -0000000144 00000 n -0000051175 00000 n -0000000000 00000 f -0000057020 00000 n -0000780130 00000 n -0000051281 00000 n -0000051374 00000 n -0000051467 00000 n -0000051560 00000 n -0000051654 00000 n -0000051748 00000 n -0000051842 00000 n -0000051936 00000 n -0000052030 00000 n -0000774427 00000 n -0000774762 00000 n -0000775097 00000 n -0000775432 00000 n -0000775767 00000 n -0000768293 00000 n -0000768628 00000 n -0000768963 00000 n -0000769298 00000 n -0000769633 00000 n -0000762998 00000 n -0000763333 00000 n -0000763668 00000 n -0000764003 00000 n -0000764338 00000 n -0000758367 00000 n -0000758703 00000 n -0000759039 00000 n -0000759375 00000 n -0000759711 00000 n -0000750027 00000 n -0000750363 00000 n -0000750699 00000 n -0000751035 00000 n -0000751371 00000 n -0000743688 00000 n -0000744024 00000 n -0000744360 00000 n -0000744696 00000 n -0000745032 00000 n -0000735372 00000 n -0000735708 00000 n -0000736044 00000 n -0000736476 00000 n -0000736812 00000 n -0000728743 00000 n -0000729115 00000 n -0000729451 00000 n -0000729787 00000 n -0000730123 00000 n -0000052160 00000 n -0000052493 00000 n -0000052826 00000 n -0000053159 00000 n -0000053492 00000 n -0000053825 00000 n -0000054158 00000 n -0000054491 00000 n -0000054824 00000 n -0000055157 00000 n -0000727747 00000 n -0000728513 00000 n -0000057323 00000 n -0000057210 00000 n -0000728578 00000 n -0000726805 00000 n -0000727517 00000 n -0000727582 00000 n -0000725984 00000 n -0000726575 00000 n -0000726640 00000 n -0000725184 00000 n -0000725754 00000 n -0000725819 00000 n -0000724633 00000 n -0000724954 00000 n -0000725019 00000 n -0000723380 00000 n -0000724403 00000 n -0000724468 00000 n -0000722479 00000 n -0000723150 00000 n -0000723215 00000 n -0000721735 00000 n -0000722249 00000 n -0000722314 00000 n -0000720814 00000 n -0000721505 00000 n -0000721570 00000 n -0000055490 00000 n -0000056229 00000 n -0000056294 00000 n -0000056459 00000 n -0000056507 00000 n -0000057092 00000 n -0000057124 00000 n -0000057398 00000 n -0000058202 00000 n -0000059272 00000 n -0000069124 00000 n -0000098162 00000 n -0000124497 00000 n -0000173552 00000 n -0000209709 00000 n -0000245823 00000 n -0000289419 00000 n -0000338841 00000 n -0000375361 00000 n -0000398519 00000 n -0000402339 00000 n -0000421573 00000 n -0000433459 00000 n -0000454181 00000 n -0000465121 00000 n -0000479473 00000 n -0000501248 00000 n -0000522756 00000 n -0000526957 00000 n -0000551321 00000 n -0000576077 00000 n -0000603943 00000 n -0000633344 00000 n -0000662493 00000 n -0000691371 00000 n -0000734288 00000 n -0000734615 00000 n -0000735248 00000 n -0000734847 00000 n -0000734681 00000 n -0000733359 00000 n -0000734056 00000 n -0000734122 00000 n -0000732716 00000 n -0000733127 00000 n -0000733193 00000 n -0000731705 00000 n -0000732484 00000 n -0000732550 00000 n -0000730459 00000 n -0000731473 00000 n -0000731539 00000 n -0000735184 00000 n -0000743162 00000 n -0000743456 00000 n -0000743522 00000 n -0000742296 00000 n -0000742930 00000 n -0000742996 00000 n -0000738809 00000 n -0000739413 00000 n -0000741926 00000 n -0000739645 00000 n -0000739984 00000 n -0000740191 00000 n -0000740398 00000 n -0000740605 00000 n -0000739479 00000 n -0000737975 00000 n -0000738577 00000 n -0000738643 00000 n -0000737148 00000 n -0000737743 00000 n -0000737809 00000 n -0000742232 00000 n -0000742168 00000 n -0000742104 00000 n -0000742040 00000 n -0000741245 00000 n -0000741309 00000 n -0000741862 00000 n -0000749058 00000 n -0000749795 00000 n -0000749861 00000 n -0000748246 00000 n -0000748826 00000 n -0000748892 00000 n -0000746991 00000 n -0000748014 00000 n -0000748080 00000 n -0000746241 00000 n -0000746759 00000 n -0000746825 00000 n -0000745368 00000 n -0000746009 00000 n -0000746075 00000 n -0000757566 00000 n -0000758135 00000 n -0000758201 00000 n -0000756949 00000 n -0000757334 00000 n -0000757400 00000 n -0000755151 00000 n -0000756717 00000 n -0000756783 00000 n -0000754468 00000 n -0000754919 00000 n -0000754985 00000 n -0000751767 00000 n -0000752148 00000 n -0000752380 00000 n -0000752765 00000 n -0000752214 00000 n -0000754404 00000 n -0000753462 00000 n -0000753526 00000 n -0000753893 00000 n -0000754340 00000 n -0000754276 00000 n -0000762326 00000 n -0000762766 00000 n -0000762832 00000 n -0000761809 00000 n -0000762094 00000 n -0000762160 00000 n -0000761152 00000 n -0000761577 00000 n -0000761643 00000 n -0000760602 00000 n -0000760920 00000 n -0000760986 00000 n -0000760047 00000 n -0000760370 00000 n -0000760436 00000 n -0000767808 00000 n -0000768061 00000 n -0000768127 00000 n -0000766986 00000 n -0000767576 00000 n -0000767642 00000 n -0000766431 00000 n -0000766754 00000 n -0000766820 00000 n -0000765698 00000 n -0000766199 00000 n -0000766265 00000 n -0000764673 00000 n -0000765466 00000 n -0000765532 00000 n -0000773729 00000 n -0000774195 00000 n -0000774261 00000 n -0000772954 00000 n -0000773497 00000 n -0000773563 00000 n -0000771693 00000 n -0000772722 00000 n -0000772788 00000 n -0000770998 00000 n -0000771461 00000 n -0000771527 00000 n -0000769968 00000 n -0000770766 00000 n -0000770832 00000 n -0000779210 00000 n -0000779898 00000 n -0000779964 00000 n -0000778320 00000 n -0000778978 00000 n -0000779044 00000 n -0000777315 00000 n -0000778088 00000 n -0000778154 00000 n -0000776721 00000 n -0000777083 00000 n -0000777149 00000 n -0000776102 00000 n -0000776489 00000 n -0000776555 00000 n -0000780153 00000 n -trailer <]>> startxref 780338 %%EOF \ No newline at end of file diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_1.pdf b/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_1.pdf deleted file mode 100644 index a58b29a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_1.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_10.pdf b/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_10.pdf deleted file mode 100644 index f51c3cc..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_10.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_11.pdf b/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_11.pdf deleted file mode 100644 index 7218e06..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_11.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_12.pdf b/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_12.pdf deleted file mode 100644 index c698bee..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_12.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_13.pdf b/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_13.pdf deleted file mode 100644 index be638e4..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_13.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_14.pdf b/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_14.pdf deleted file mode 100644 index 3bfb3d1..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_14.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_15.pdf b/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_15.pdf deleted file mode 100644 index 9ebd506..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_15.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_16.pdf b/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_16.pdf deleted file mode 100644 index 8405265..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_16.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_17.pdf b/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_17.pdf deleted file mode 100644 index 745f3d7..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_17.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_18.pdf b/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_18.pdf deleted file mode 100644 index 93181e4..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_18.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_19.pdf b/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_19.pdf deleted file mode 100644 index ad8fcbe..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_19.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_2.pdf b/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_2.pdf deleted file mode 100644 index 8fcf067..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_2.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_20.pdf b/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_20.pdf deleted file mode 100644 index fca3ce7..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_20.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_21.pdf b/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_21.pdf deleted file mode 100644 index 03a4e08..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_21.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_22.pdf b/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_22.pdf deleted file mode 100644 index fbb3c09..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_22.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_23.pdf b/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_23.pdf deleted file mode 100644 index c9e47ed..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_23.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_24.pdf b/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_24.pdf deleted file mode 100644 index ce8a637..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_24.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_25.pdf b/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_25.pdf deleted file mode 100644 index 1e1def4..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_25.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_26.pdf b/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_26.pdf deleted file mode 100644 index a122544..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_26.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_27.pdf b/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_27.pdf deleted file mode 100644 index f060b56..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_27.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_28.pdf b/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_28.pdf deleted file mode 100644 index 699df11..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_28.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_29.pdf b/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_29.pdf deleted file mode 100644 index 9863d40..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_29.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_3.pdf b/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_3.pdf deleted file mode 100644 index 1da353d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_3.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_30.pdf b/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_30.pdf deleted file mode 100644 index 201e676..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_30.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_31.pdf b/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_31.pdf deleted file mode 100644 index f2dcf74..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_31.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_32.pdf b/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_32.pdf deleted file mode 100644 index 1184690..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_32.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_33.pdf b/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_33.pdf deleted file mode 100644 index cac4eb9..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_33.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_34.pdf b/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_34.pdf deleted file mode 100644 index 3cda644..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_34.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_35.pdf b/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_35.pdf deleted file mode 100644 index 3554202..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_35.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_36.pdf b/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_36.pdf deleted file mode 100644 index 30f84ff..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_36.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_37.pdf b/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_37.pdf deleted file mode 100644 index 05241c6..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_37.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_38.pdf b/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_38.pdf deleted file mode 100644 index 464c14d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_38.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_39.pdf b/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_39.pdf deleted file mode 100644 index ad7b75d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_39.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_4.pdf b/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_4.pdf deleted file mode 100644 index ede6600..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_4.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_40.pdf b/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_40.pdf deleted file mode 100644 index 8732ea3..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_40.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_41.pdf b/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_41.pdf deleted file mode 100644 index beaa885..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_41.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_42.pdf b/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_42.pdf deleted file mode 100644 index 4b4e08e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_42.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_43.pdf b/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_43.pdf deleted file mode 100644 index 2033593..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_43.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_44.pdf b/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_44.pdf deleted file mode 100644 index cb64673..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_44.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_45.pdf b/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_45.pdf deleted file mode 100644 index 3aaa066..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_45.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_46.pdf b/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_46.pdf deleted file mode 100644 index 6dac466..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_46.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_47.pdf b/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_47.pdf deleted file mode 100644 index 16a3cfa..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_47.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_48.pdf b/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_48.pdf deleted file mode 100644 index adc048a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_48.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_49.pdf b/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_49.pdf deleted file mode 100644 index 2dff9eb..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_49.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_5.pdf b/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_5.pdf deleted file mode 100644 index f5a33f0..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_5.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_50.pdf b/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_50.pdf deleted file mode 100644 index 316de9a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_50.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_6.pdf b/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_6.pdf deleted file mode 100644 index 37a5d13..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_6.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_7.pdf b/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_7.pdf deleted file mode 100644 index 581417c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_7.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_8.pdf b/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_8.pdf deleted file mode 100644 index c0ead3b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_8.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_9.pdf b/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_9.pdf deleted file mode 100644 index a691564..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/pdf/paged/social_individual_pdf/social_9.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_00_pinterest.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_00_pinterest.png deleted file mode 100644 index 1f0f0c2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_00_pinterest.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_00_pinterest@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_00_pinterest@2x.png deleted file mode 100644 index dbd807b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_00_pinterest@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_01_dropbox.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_01_dropbox.png deleted file mode 100644 index fae617f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_01_dropbox.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_01_dropbox@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_01_dropbox@2x.png deleted file mode 100644 index 9b8e208..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_01_dropbox@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_02_google_plus.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_02_google_plus.png deleted file mode 100644 index a1613cc..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_02_google_plus.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_02_google_plus@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_02_google_plus@2x.png deleted file mode 100644 index 475a3d8..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_02_google_plus@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_03_jolicloud.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_03_jolicloud.png deleted file mode 100644 index 8b03cfa..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_03_jolicloud.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_03_jolicloud@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_03_jolicloud@2x.png deleted file mode 100644 index 044bd40..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_03_jolicloud@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_04_yahoo.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_04_yahoo.png deleted file mode 100644 index e91c0fb..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_04_yahoo.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_04_yahoo@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_04_yahoo@2x.png deleted file mode 100644 index f1998f7..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_04_yahoo@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_05_blogger.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_05_blogger.png deleted file mode 100644 index cb97db4..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_05_blogger.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_05_blogger@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_05_blogger@2x.png deleted file mode 100644 index a8bfaaa..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_05_blogger@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_06_picasa.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_06_picasa.png deleted file mode 100644 index a4772f0..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_06_picasa.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_06_picasa@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_06_picasa@2x.png deleted file mode 100644 index 7733497..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_06_picasa@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_07_amazon.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_07_amazon.png deleted file mode 100644 index 5af6f44..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_07_amazon.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_07_amazon@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_07_amazon@2x.png deleted file mode 100644 index 1321b7c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_07_amazon@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_08_tumblr.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_08_tumblr.png deleted file mode 100644 index e605c56..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_08_tumblr.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_08_tumblr@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_08_tumblr@2x.png deleted file mode 100644 index 978abec..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_08_tumblr@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_09_wordpress.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_09_wordpress.png deleted file mode 100644 index 44c84f6..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_09_wordpress.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_09_wordpress@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_09_wordpress@2x.png deleted file mode 100644 index 44f415c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_09_wordpress@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_10_instapaper.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_10_instapaper.png deleted file mode 100644 index f350566..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_10_instapaper.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_10_instapaper@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_10_instapaper@2x.png deleted file mode 100644 index 76499d2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_10_instapaper@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_11_evernote.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_11_evernote.png deleted file mode 100644 index f1e34c8..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_11_evernote.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_11_evernote@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_11_evernote@2x.png deleted file mode 100644 index 4899e76..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_11_evernote@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_12_xing.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_12_xing.png deleted file mode 100644 index 3cdedfd..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_12_xing.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_12_xing@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_12_xing@2x.png deleted file mode 100644 index 9451669..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_12_xing@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_13_zootool.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_13_zootool.png deleted file mode 100644 index bf7f381..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_13_zootool.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_13_zootool@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_13_zootool@2x.png deleted file mode 100644 index 08f3d5a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_13_zootool@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_14_dribbble.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_14_dribbble.png deleted file mode 100644 index 42c3771..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_14_dribbble.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_14_dribbble@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_14_dribbble@2x.png deleted file mode 100644 index 8574966..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_14_dribbble@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_15_deviantart.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_15_deviantart.png deleted file mode 100644 index cbe5e39..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_15_deviantart.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_15_deviantart@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_15_deviantart@2x.png deleted file mode 100644 index 2b6a6c2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_15_deviantart@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_16_read_it_later.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_16_read_it_later.png deleted file mode 100644 index ee4f1a2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_16_read_it_later.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_16_read_it_later@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_16_read_it_later@2x.png deleted file mode 100644 index 9cbdfd9..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_16_read_it_later@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_17_linked_in.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_17_linked_in.png deleted file mode 100644 index 58c7b64..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_17_linked_in.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_17_linked_in@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_17_linked_in@2x.png deleted file mode 100644 index b618e3a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_17_linked_in@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_18_forrst.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_18_forrst.png deleted file mode 100644 index d0bd9d9..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_18_forrst.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_18_forrst@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_18_forrst@2x.png deleted file mode 100644 index 8831f4d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_18_forrst@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_19_pinboard.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_19_pinboard.png deleted file mode 100644 index 6a3addc..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_19_pinboard.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_19_pinboard@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_19_pinboard@2x.png deleted file mode 100644 index 73c5c6d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_19_pinboard@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_20_behance.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_20_behance.png deleted file mode 100644 index 132334a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_20_behance.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_20_behance@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_20_behance@2x.png deleted file mode 100644 index feb70d9..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_20_behance@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_21_github.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_21_github.png deleted file mode 100644 index e80a682..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_21_github.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_21_github@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_21_github@2x.png deleted file mode 100644 index 7c82a25..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_21_github@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_22_youtube.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_22_youtube.png deleted file mode 100644 index e830aa7..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_22_youtube.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_22_youtube@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_22_youtube@2x.png deleted file mode 100644 index 161d47f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_22_youtube@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_23_skitch.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_23_skitch.png deleted file mode 100644 index c8efd90..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_23_skitch.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_23_skitch@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_23_skitch@2x.png deleted file mode 100644 index f19dbcc..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_23_skitch@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_24_4square.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_24_4square.png deleted file mode 100644 index 8a741b8..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_24_4square.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_24_4square@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_24_4square@2x.png deleted file mode 100644 index cbcf5a6..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_24_4square@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_25_quora.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_25_quora.png deleted file mode 100644 index 2095d4f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_25_quora.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_25_quora@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_25_quora@2x.png deleted file mode 100644 index 0decd9b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_25_quora@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_26_badoo.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_26_badoo.png deleted file mode 100644 index 0770b02..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_26_badoo.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_26_badoo@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_26_badoo@2x.png deleted file mode 100644 index b20e593..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_26_badoo@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_27_spotify.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_27_spotify.png deleted file mode 100644 index 73f9201..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_27_spotify.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_27_spotify@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_27_spotify@2x.png deleted file mode 100644 index 52c35e1..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_27_spotify@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_28_stumbleupon.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_28_stumbleupon.png deleted file mode 100644 index 39cdb22..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_28_stumbleupon.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_28_stumbleupon@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_28_stumbleupon@2x.png deleted file mode 100644 index 836fbd5..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_28_stumbleupon@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_29_readability.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_29_readability.png deleted file mode 100644 index 026f1e7..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_29_readability.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_29_readability@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_29_readability@2x.png deleted file mode 100644 index 96a218b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_29_readability@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_30_facebook.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_30_facebook.png deleted file mode 100644 index 32f204a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_30_facebook.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_30_facebook@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_30_facebook@2x.png deleted file mode 100644 index 3a213c6..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_30_facebook@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_31_twitter.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_31_twitter.png deleted file mode 100644 index b092c87..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_31_twitter.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_31_twitter@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_31_twitter@2x.png deleted file mode 100644 index 7d50f8c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_31_twitter@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_32_instagram.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_32_instagram.png deleted file mode 100644 index d0f8e8b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_32_instagram.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_32_instagram@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_32_instagram@2x.png deleted file mode 100644 index 6932112..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_32_instagram@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_33_posterous_spaces.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_33_posterous_spaces.png deleted file mode 100644 index acba7cb..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_33_posterous_spaces.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_33_posterous_spaces@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_33_posterous_spaces@2x.png deleted file mode 100644 index 949f3d4..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_33_posterous_spaces@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_34_vimeo.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_34_vimeo.png deleted file mode 100644 index 4e8cd70..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_34_vimeo.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_34_vimeo@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_34_vimeo@2x.png deleted file mode 100644 index 6c715aa..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_34_vimeo@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_35_flickr.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_35_flickr.png deleted file mode 100644 index 7ee3f06..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_35_flickr.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_35_flickr@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_35_flickr@2x.png deleted file mode 100644 index 8bed6fc..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_35_flickr@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_36_last_fm.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_36_last_fm.png deleted file mode 100644 index 68fa225..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_36_last_fm.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_36_last_fm@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_36_last_fm@2x.png deleted file mode 100644 index 0e7d31b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_36_last_fm@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_37_rss.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_37_rss.png deleted file mode 100644 index abb3a42..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_37_rss.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_37_rss@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_37_rss@2x.png deleted file mode 100644 index 0576731..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_37_rss@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_38_skype.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_38_skype.png deleted file mode 100644 index 79face2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_38_skype.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_38_skype@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_38_skype@2x.png deleted file mode 100644 index 6e64337..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_38_skype@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_39_e-mail.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_39_e-mail.png deleted file mode 100644 index 25d8438..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_39_e-mail.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_39_e-mail@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_39_e-mail@2x.png deleted file mode 100644 index 2e4821c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_39_e-mail@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_40_vine.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_40_vine.png deleted file mode 100644 index a2b5079..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_40_vine.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_40_vine@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_40_vine@2x.png deleted file mode 100644 index 63dab22..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_40_vine@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_41_myspace.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_41_myspace.png deleted file mode 100644 index f9d1b55..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_41_myspace.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_41_myspace@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_41_myspace@2x.png deleted file mode 100644 index c20c482..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_41_myspace@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_42_goodreads.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_42_goodreads.png deleted file mode 100644 index 32579c5..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_42_goodreads.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_42_goodreads@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_42_goodreads@2x.png deleted file mode 100644 index 61f6ddd..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_42_goodreads@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_43_apple.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_43_apple.png deleted file mode 100644 index 5c2c40a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_43_apple.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_43_apple@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_43_apple@2x.png deleted file mode 100644 index 5ce9ce0..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_43_apple@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_44_windows.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_44_windows.png deleted file mode 100644 index 3271254..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_44_windows.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_44_windows@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_44_windows@2x.png deleted file mode 100644 index 9195672..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_44_windows@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_45_yelp.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_45_yelp.png deleted file mode 100644 index 5ba2d35..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_45_yelp.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_45_yelp@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_45_yelp@2x.png deleted file mode 100644 index 092aa55..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_45_yelp@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_46_playstation.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_46_playstation.png deleted file mode 100644 index ed1a59b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_46_playstation.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_46_playstation@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_46_playstation@2x.png deleted file mode 100644 index 2f4ded5..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_46_playstation@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_47_xbox.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_47_xbox.png deleted file mode 100644 index c831e5e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_47_xbox.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_47_xbox@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_47_xbox@2x.png deleted file mode 100644 index 8b238cc..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_47_xbox@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_48_android.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_48_android.png deleted file mode 100644 index a6dc422..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_48_android.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_48_android@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_48_android@2x.png deleted file mode 100644 index 72faca2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_48_android@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_49_ios.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_49_ios.png deleted file mode 100644 index 026e5a9..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_49_ios.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_49_ios@2x.png b/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_49_ios@2x.png deleted file mode 100644 index 98fb893..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/png/glyphicons_social_49_ios@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/psd/glyphicons_social.psd b/core/static/plugins/glyphicons-pro/glyphicons_social/psd/glyphicons_social.psd deleted file mode 100644 index c490327..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/psd/glyphicons_social.psd and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/psd/glyphicons_social@2x.psd b/core/static/plugins/glyphicons-pro/glyphicons_social/psd/glyphicons_social@2x.psd deleted file mode 100644 index 2027183..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/psd/glyphicons_social@2x.psd and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/svg/glyphicons_social.svg b/core/static/plugins/glyphicons-pro/glyphicons_social/svg/glyphicons_social.svg deleted file mode 100644 index 9060978..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons_social/svg/glyphicons_social.svg +++ /dev/null @@ -1,537 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/svg/glyphicons_social@2x.svg b/core/static/plugins/glyphicons-pro/glyphicons_social/svg/glyphicons_social@2x.svg deleted file mode 100644 index 895efd1..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons_social/svg/glyphicons_social@2x.svg +++ /dev/null @@ -1,532 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/web/html_css/css/social.css b/core/static/plugins/glyphicons-pro/glyphicons_social/web/html_css/css/social.css deleted file mode 100644 index 3f2ad87..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons_social/web/html_css/css/social.css +++ /dev/null @@ -1,375 +0,0 @@ -/*! - * - * Project: GLYPHICONS HALFLINGS - * Author: Jan Kovarik - www.glyphicons.com - * Twitter: @glyphicons - * - */ -@font-face { - font-family: 'Glyphicons Social Regular'; - src: url('../fonts/glyphicons-social-regular.eot'); - src: url('../fonts/glyphicons-social-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-social-regular.woff') format('woff'), url('../fonts/glyphicons-social-regular.ttf') format('truetype'), url('../fonts/glyphicons-social-regular.svg#glyphicons_socialregular') format('svg'); - font-weight: normal; - font-style: normal; -} -.social { - display: inline-block; - position: relative; - padding-left: 30px; - color: #1d1d1b; - text-decoration: none; - *display: inline; - *zoom: 1; - vertical-align: middle; -} -.social:before { - position: absolute; - left: 0; - top: 0; - display: inline-block; - margin: 0 5px 0 0; - font: 24px/1em 'Glyphicons Social Regular'; - font-style: normal; - font-weight: normal; - color: #1d1d1b; - *display: inline; - *zoom: 1; - vertical-align: middle; - text-transform: none; - -webkit-font-smoothing: antialiased; -} -.social.white:before { - color: #fff; -} -.social.pinterest:before { - content: "\E001"; -} -.social.dropbox:before { - content: "\E002"; -} -.social.google_plus:before { - content: "\E003"; -} -.social.jolicloud:before { - content: "\E004"; -} -.social.yahoo:before { - content: "\E005"; -} -.social.blogger:before { - content: "\E006"; -} -.social.picasa:before { - content: "\E007"; -} -.social.amazon:before { - content: "\E008"; -} -.social.tumblr:before { - content: "\E009"; -} -.social.wordpress:before { - content: "\E010"; -} -.social.instapaper:before { - content: "\E011"; -} -.social.evernote:before { - content: "\E012"; -} -.social.xing:before { - content: "\E013"; -} -.social.zootool:before { - content: "\E014"; -} -.social.dribbble:before { - content: "\E015"; -} -.social.deviantart:before { - content: "\E016"; -} -.social.read_it_later:before { - content: "\E017"; -} -.social.linked_in:before { - content: "\E018"; -} -.social.forrst:before { - content: "\E019"; -} -.social.pinboard:before { - content: "\E020"; -} -.social.behance:before { - content: "\E021"; -} -.social.github:before { - content: "\E022"; -} -.social.youtube:before { - content: "\E023"; -} -.social.skitch:before { - content: "\E024"; -} -.social.foursquare:before { - content: "\E025"; -} -.social.quora:before { - content: "\E026"; -} -.social.badoo:before { - content: "\E027"; -} -.social.spotify:before { - content: "\E028"; -} -.social.stumbleupon:before { - content: "\E029"; -} -.social.readability:before { - content: "\E030"; -} -.social.facebook:before { - content: "\E031"; -} -.social.twitter:before { - content: "\E032"; -} -.social.instagram:before { - content: "\E033"; -} -.social.posterous_spaces:before { - content: "\E034"; -} -.social.vimeo:before { - content: "\E035"; -} -.social.flickr:before { - content: "\E036"; -} -.social.last_fm:before { - content: "\E037"; -} -.social.rss:before { - content: "\E038"; -} -.social.skype:before { - content: "\E039"; -} -.social.e-mail:before { - content: "\E040"; -} -.social.vine:before { - content: "\E041"; -} -.social.myspace:before { - content: "\E042"; -} -.social.goodreads:before { - content: "\E043"; -} -.social.apple:before { - content: "\F8FF"; -} -.social.windows:before { - content: "\E045"; -} -.social.yelp:before { - content: "\E046"; -} -.social.playstation:before { - content: "\E047"; -} -.social.xbox:before { - content: "\E048"; -} -.social.android:before { - content: "\E049"; -} -.social.ios:before { - content: "\E050"; -} -.social-icon { - display: inline-block; - width: 24px; - height: 24px; - margin: 0 8px 0 0; - line-height: 14px; - vertical-align: text-top; - background-image: url(../images/glyphicons_social.svg); - background-position: 0 0; - background-repeat: no-repeat; - vertical-align: top; - *display: inline; - *zoom: 1; - *margin-right: .3em; -} -.social-icon _:-o-prefocus, -.social-icon { - background-image: url(../images/glyphicons_social.png); -} -.no-inlinesvg .social-icon { - background-image: url(../images/glyphicons_social.png); -} -.social-icon.white { - background-image: url(../images/glyphicons_social-white.svg); -} -.social-icon.white _:-o-prefocus, -.social-icon.white { - background-image: url(../images/glyphicons_social-white.png); -} -.no-inlinesvg .social-icon.white { - background-image: url(../images/glyphicons_social-white.png); -} -.social-icon.pinterest { - background-position: 0px 0px; -} -.social-icon.dropbox { - background-position: -48px 0px; -} -.social-icon.google_plus { - background-position: -96px 0px; -} -.social-icon.jolicloud { - background-position: -144px 0px; -} -.social-icon.yahoo { - background-position: -192px 0px; -} -.social-icon.blogger { - background-position: -240px 0px; -} -.social-icon.picasa { - background-position: -288px 0px; -} -.social-icon.amazon { - background-position: -336px 0px; -} -.social-icon.tumblr { - background-position: -384px 0px; -} -.social-icon.wordpress { - background-position: -432px 0px; -} -.social-icon.instapaper { - background-position: 0px -48px; -} -.social-icon.evernote { - background-position: -48px -48px; -} -.social-icon.xing { - background-position: -96px -48px; -} -.social-icon.zootool { - background-position: -144px -48px; -} -.social-icon.dribbble { - background-position: -192px -48px; -} -.social-icon.deviantart { - background-position: -240px -48px; -} -.social-icon.read_it_later { - background-position: -288px -48px; -} -.social-icon.linked_in { - background-position: -336px -48px; -} -.social-icon.forrst { - background-position: -384px -48px; -} -.social-icon.pinboard { - background-position: -432px -48px; -} -.social-icon.behance { - background-position: 0px -96px; -} -.social-icon.github { - background-position: -48px -96px; -} -.social-icon.youtube { - background-position: -96px -96px; -} -.social-icon.skitch { - background-position: -144px -96px; -} -.social-icon.foursquare { - background-position: -192px -96px; -} -.social-icon.quora { - background-position: -240px -96px; -} -.social-icon.badoo { - background-position: -288px -96px; -} -.social-icon.spotify { - background-position: -336px -96px; -} -.social-icon.stumbleupon { - background-position: -384px -96px; -} -.social-icon.readability { - background-position: -432px -96px; -} -.social-icon.facebook { - background-position: 0px -144px; -} -.social-icon.twitter { - background-position: -48px -144px; -} -.social-icon.instagram { - background-position: -96px -144px; -} -.social-icon.posterous_spaces { - background-position: -144px -144px; -} -.social-icon.vimeo { - background-position: -192px -144px; -} -.social-icon.flickr { - background-position: -240px -144px; -} -.social-icon.last_fm { - background-position: -288px -144px; -} -.social-icon.rss { - background-position: -336px -144px; -} -.social-icon.skype { - background-position: -384px -144px; -} -.social-icon.e-mail { - background-position: -432px -144px; -} -.social-icon.vine { - background-position: 0px -192px; -} -.social-icon.myspace { - background-position: -48px -192px; -} -.social-icon.goodreads { - background-position: -96px -192px; -} -.social-icon.apple { - background-position: -144px -192px; -} -.social-icon.windows { - background-position: -192px -192px; -} -.social-icon.yelp { - background-position: -240px -192px; -} -.social-icon.playstation { - background-position: -288px -192px; -} -.social-icon.xbox { - background-position: -336px -192px; -} -.social-icon.android { - background-position: -384px -192px; -} -.social-icon.ios { - background-position: -432px -192px; -} diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/web/html_css/css/style.css b/core/static/plugins/glyphicons-pro/glyphicons_social/web/html_css/css/style.css deleted file mode 100755 index a975da1..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons_social/web/html_css/css/style.css +++ /dev/null @@ -1 +0,0 @@ -article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none}html,body{margin:0;padding:0}h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,cite,code,del,dfn,em,img,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,button,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-size:100%;line-height:1;font-family:inherit}html{font-size:62.5%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}a:hover,a:active{outline:0}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{-ms-interpolation-mode:bicubic}*{-webkit-box-sizing:border-box;-khtml-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}html,body{height:100%}body{background:#fff;margin:0;font-family:'Helvetica Neue',Helvetica,'Arial CE',Arial,sans-serif;font-size:14px;color:#000;padding:20px 20px 0 20px;width:100%}.c{*zoom:1}.c:before,.c:after{display:table;content:""}.c:after{clear:both}h2{margin:0 0 15px 0;font-size:27px;font-weight:normal}div.list{padding:0 0 30px 0;margin:0 0 0 -10px}div.list-fonts{margin-left:0}p,.social{float:left;padding-left:10px;margin:0 0 10px 0;width:10%;font-size:11px;font-weight:bold;line-height:24px;white-space:nowrap;overflow:hidden}.social{padding-right:10px;line-height:11px;overflow:visible}.social strong{display:block;width:100%;line-height:12px;overflow:hidden}.social span{display:inline-block;width:100%;*display:inline;*zoom:1;margin:3px 0 0 0;font-size:10px;font-weight:normal;overflow:hidden}.white-content{margin:0 -20px 30px -20px;padding:20px 20px 0 20px;background:#000;background:rgba(0,0,0,0.9)}.white-content *,.white-content p,.white-content a{color:#fff} \ No newline at end of file diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/web/html_css/fonts/glyphicons-social-regular.eot b/core/static/plugins/glyphicons-pro/glyphicons_social/web/html_css/fonts/glyphicons-social-regular.eot deleted file mode 100755 index 109f8e8..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/web/html_css/fonts/glyphicons-social-regular.eot and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/web/html_css/fonts/glyphicons-social-regular.svg b/core/static/plugins/glyphicons-pro/glyphicons_social/web/html_css/fonts/glyphicons-social-regular.svg deleted file mode 100755 index ab2e5e6..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons_social/web/html_css/fonts/glyphicons-social-regular.svg +++ /dev/null @@ -1,79 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/web/html_css/fonts/glyphicons-social-regular.ttf b/core/static/plugins/glyphicons-pro/glyphicons_social/web/html_css/fonts/glyphicons-social-regular.ttf deleted file mode 100755 index 21a05b6..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/web/html_css/fonts/glyphicons-social-regular.ttf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/web/html_css/fonts/glyphicons-social-regular.woff b/core/static/plugins/glyphicons-pro/glyphicons_social/web/html_css/fonts/glyphicons-social-regular.woff deleted file mode 100755 index 2ccc999..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/web/html_css/fonts/glyphicons-social-regular.woff and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/web/html_css/images/glyphicons_social-white.png b/core/static/plugins/glyphicons-pro/glyphicons_social/web/html_css/images/glyphicons_social-white.png deleted file mode 100644 index 7e77b64..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/web/html_css/images/glyphicons_social-white.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/web/html_css/images/glyphicons_social-white.svg b/core/static/plugins/glyphicons-pro/glyphicons_social/web/html_css/images/glyphicons_social-white.svg deleted file mode 100644 index 02a41c1..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons_social/web/html_css/images/glyphicons_social-white.svg +++ /dev/null @@ -1,2148 +0,0 @@ - - - - - - - - - - -]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 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 -i/LNWb9ywaJ8OqsCTIqzkJ3xbOxCg7VV/aQqZqvIDWVe1W+uSC6Lun5z5oZasK6f4dJWkBtKXdfP -2ipk7qc0X10/E6wUq/otmRtKrutnbYywyw3ltK6fbXzlSur6HVhW9VNj8uJ1/aw9Q1ze1dT1cx7J -tSJvRYOqfjr+smBdP+ulmdou5qzrZxZ1Z5Xnav66ftYLkqozmC1o+dIDEHBnmdXcOWBsImVdTn3O -bOr6WZ9ekMZXUdfPmtFR8thSdf2kvTKu6rdgBipdXT9r1ylym7B8XT8rL+hK3+VdTV2/FcS8O6jr -N0c9viXq+lG9WPlczdHP/IHv5hGp89X1s47CxdRyBXX9TMNTGKjq57IOXnccnsJYVvVTxb0uUdfP -6p5m50t1+6ZxuBbmqOtn7XBtGJG6QF0/o/gtBRcJtVy+rp+9bOkk7sGurp/Ds79kXT8pHNG4qt8C -9fhsysk5rse3QF0/g16o47N4NIe6rp9Wy1VfEdt62wrO6vpZO7bSNthl6vpZ5/MgdXmWr+tnXdVP -5pVL1vWzvm828yKYt66fWZhkfHlpPOfUScNJPb7ljw+px7eCspiWeZadZ2/Q1/VzVIrPhMIsVtfP -xLAtVvWD87KKun469FJV9VsmKu3OJq+WIuaIo5jH4Tqs62ct5kiR9cvW9TuwrOo3dz2+haJw9fX4 -LKKD5qmjp1Ktl6jHN0cUrim11Nf1WzwYHtv6VlHXTz6GhlX98CgrOYZWVf3AQrKKun7Wjk6mNqU5 -6/pZqu0AsZXFPJlX9XNmt1RDzGnMk61eOXddPyMaqFT1W4H3IJ6SNUZQ2eaXqutnHyu6irp+1gGx -Oo68YF0/s/CxmJ085jwgNhe2iWF1OTYgW9f1m1OGWbCun/FOShc4jqJrTc4nXdfPzt9yNXX9rJmD -+vbtzR8xYA8PVszh4trY40Nl2MX8pT3Tm3bRM3PTrrXjvSZsEWETTccITBQb1sH+iNYHicgmDuVT -gSA8VLgmE7kQOBme5xoPovJkPI5O2h7EVk48gcfzDSZy1+VJc4in8mycHRyHGd/AE2k+juKxcfuk -eNB7Tl1eb/tCff9W9ivLHH2cZ9a/ZlnO81RvxdBfb2lvIrl75PJunl18XSW+uvePfCIcbybPinfh -0/DYkyiX4m/Zq+71Yat6xt22a8J54uvGJ7xv3Gb88fznWu3qtLvT27sbCoe+wdcr/+Udpwfcuef2 -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 -sg5zbmFt9+HVz24Z7MyDdVXnGU+JIXQ+f88m/vp3W5Oz5PvFPDZL3V/KY2NTODhTEds8ZsPyi3ls -HolfyGPzSPwS0XtuXvErBlnx2KqIE2w6LdezDqXw2K+djfMvHgfRLl5cxJnk764CaK/cueJPOxvn -l9l47iYy+vLCVpxd/m4XgOnUEftl3Vim88V7IWb/Oa14nuA6dRtOtSO/8serf/9EighPvl8XceFM -65N35K+3izC+/IVt2NqHJml52pG4MHPlL5OWF07Bly/chy7s4sodevIL+PJCeO+6/2hKfvf0jf9Z -kvHVNw7/zEc0w46Frvrh64uEIbf409+98nq49lcY10NBvJ8+4QpGzsVT9jUMjbJta995+m4jndDs -z+8n39rNV4//Piw+8ob88a3rmQxJ3Gwlo/GSeiv//gRJc8DB6pZf59glcufJT4AO+fACWyU/+t+9 -zt3g5OHBAenJHx7Yh5fNO/p3sm7VmZjOmTPx/Oy87E/Ncfjni/Mfji6a2/DPl1YexZU1vdT33bDt -717R+j5evEbfi2v3g7cWP+L3s3d02NKTr+/72TsKu3qslzHTX//9IlvY3z3557Pxh089oXVPBvXS -wlt3L8Kf8QmPk9+8Wt8Qw4bi+si94zeX3oJ198ll9npu3vkIo/OJl28++YKKjZNn8sMbj1/jmTx/ -KUHx//zS7MF7590/oZY/Qcx8uvfae/cP7l648rfNj0dX//zRK58tbnMLXD5cB9ds3cx4L5z/8Nqb -S4m7yhN7//QlfnL0lpX4Xn76t1fvfPDdN+3ulc+evXrv/W9u/w0e4c/94mEP3z37/l3zkFz/Pprz -Mk1dv/pONWb56hINYLj6ySGW3FeXldm/GmXf+u48fnll16/oxOohfkWOIKLfiYt4/0/HZSS/kRJv -bK5hSr6x9fKNs19+as0P4ft72ppv4vyHqz+9umeeyX9m7cs3srrd+VebC/c/e+391/v579/9k/vy -1YtTONkP5+TWB3do+UfCEyWi8O383cG8XuIfzn+MYf1u/HP9K9j233n7FeZ8f7mbQEs7WvPJtR++ -vH549WI7f+3a+3/5spk/+elxdnduvVHAoQfx1Tff/AFS5xs+btzhHzy7d5BqOaN/8OzeQYm2PZN/ -8OzeQfTlrP7Bs3sHUctZ/YPP9Q7+n7f3anN1n/65/Omz+3cef/z43t17D/Zf3/vT3uUrH3n/xYPb -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 - - - diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/web/html_css/images/glyphicons_social.png b/core/static/plugins/glyphicons-pro/glyphicons_social/web/html_css/images/glyphicons_social.png deleted file mode 100644 index f297546..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/web/html_css/images/glyphicons_social.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/web/html_css/images/glyphicons_social.svg b/core/static/plugins/glyphicons-pro/glyphicons_social/web/html_css/images/glyphicons_social.svg deleted file mode 100644 index f820ea4..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons_social/web/html_css/images/glyphicons_social.svg +++ /dev/null @@ -1,2140 +0,0 @@ - - - - - - - - - - -]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 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 -IiQlFO2vL7/12hcPNBKy/1PfELd6P6Z9szcItAuzv6i/Z/yDP0Bjxkb3u1dm78zyCCbL313eWOG6 -Xou95HdXxH0CBfO9375x3+1ItM58398Va96O1wV8ICPbdcuj8N6Vby53+fP2ZY3sMh/Kow9FoomT -5nY6UjmGJPQorfTDPzpaD+Mvf337HbNGDmH2t8saPnv//751UJurh/zn6ieP79568McHd27fuXf4 -2sGvD66+87H3n9+7ef+DB7dufXbr34/eu3/6+OzWvUeHrx9efefT448/bvm9W6f3b9465DNI+W91 -MpGIVFA5Ends1+MPv8Z9w3ff+2758PuP/uuTN6+/95376q1du/Z///DZP2HX7oopjNWXXnrt2s1v -XnotfPDpSy9/9PA1JL8SK4pYOfe6Wcnyr/7Xe7cevPv4/cu/P/nze7/7+KVPd5ywy98++/DNg0vv -//ndW5+8ffXh7TeufvTO17/r+/cXn7599ZG7Lzwu3s1NoNnkA19tpbNJ9NGvXnrljT8kmOK/gBW+ -L+mXfvleu/rSa6+8/bYa6P/0iz+gf3/AH37z0pV34s2XXvv9lx+99Oo//+sBtvg2i+RfhcuyxKZ9 -4oNr14yn/uc+pdGBWOk7R95+i6tPd5nvfyE7j4hD9/LRVVlT/bj8sv76xy3srB+JR3A11Wvy9ZfB -8B8Jw+Mq+0nSIvo6e2TL8mO3Mv8st57q2Nzn1twoDVvH5rzEVpZ/64+rq+lblfQfvrlqJd/ONX94 -/NrkIPx2rhvG+C6yXu1a3l8ui1n+rw//8bj/4RMv6+wnHZv73Jo8yP2sjs19bs2fwQ2549jcV94W -GPfncGzuc2uqqP0ZHZv73JoIPfx5HZv73JqmAP18js19bs1pvfxMjs19bs2DSz+3Y3OfW7NLy5/Z -sbnPrTkunPxsjs19bk1Iy5/XsbnPrWmhIT+fY3OfW5PK3I5j8/Yff04lZYUVO54jVrswX3ffn3Zi -up0HVp/kwtwNcXs2J+ZFXZjrcfF5nJgXdWHKgeF5nZgXdWHScfvcTsyL+lvOG3CfxYl5URcmDevP -7cS8qAvTruU/nxPzoi5Mc6k+nxPzYkPw5iNey39uJ+ZFXZg/5VZ5uhPzoi7M53ao6xNvF2uDOgme -04n5E23YuDCf6Fa5kBPzou6lPW6VZ3BiXtSFaW6V53NiXtR0vHGrPLMT86IuzINLL+LEfEEeu6AT -8ycYZOPCfCKPXciJ+QI89gxOzIu6MPe57i7uxHzCOJxzYW557FmdmBd1YXYeewEn5kVdmOa6ez4n -5kVdmKvr7nmcmBd1YfZaXsCJefmCLsynuu5+0ol5URfmC7ruLujCnHbk53BiXtSF+VOBDk93Yr5g -oMMFnZhPno2tC/O5gmmGE/P5Ax2exYl5URemWK5+wonJgNEnOTEv6sKUywDP68S8qAvz4NLkxJxs -/O7e38YfZs9iV1BujD/MfsWudgy/4u+O5j/cfvO7qZZnu3fxTLcuVtvFdO8CCu0fgpTdl+Yo+0+X -JUtfKmCgP10Zx4JfdhZ4GQ6rPx1Jls6GKOVPDpC8ffbBRSRosadff+PNdfnB5WGolON/eKW8Pgbm -syOpxb3yy+bC3U8vvf/a8sq3b//affHLy/Ox/eUzAfz6RP0x51w2CrXRS7x60RL3lXewr0Q3leiv -/tfDNy5//usH5a3P0x/eqX+9+TKZPbzy9acvmQ3ym9V69reVvcIrj29+vzqh/zwxS3jvozehPf5Z -uDu89/XHYj8J753+Meuvu58H/fX4m29p/Ajvv3L9mv4Kt2Fq+3OWAq59/fYRa/n6CO9k3A/X7p6I -Rztce/yJlv23V74c3Pb1fFHkb7+++Y/xhzQ5Lte+/O3PLx3TWQOItM8effLu3aPbr77zP6ffnez4 -UEaw+PEAZfjVhPUwTDXx0uOPh53pr1dllf8qfC6OPVgUf/1NVr/je9eHj/ivUXN+cfbOcB5pa/54 -/NlfP3jv7i9O3/nks7/89/s3rrxNh/MbRBFWW96jH4rY7ezyzAfXskXH30fjr/5KZJYupN/f0w// -eOtVGcXhXKYVg5IKxgincurP718X4dIVdkzxRy8TSvhXZzipAgnko1fVfeJ/cVWdfPnN14Yx8Qpv -f/KSGO6Yfjkckgbilj+4+iSAvPyxO+c+5i32txJl+9FObAZ7uhOWIeZAEZ5vfXzV5Ru/+80q0Yaz -sx+QzLu542HpfKDXGd58tWtF/3hL5Njk3fyWO9Yf1FHapdfVy3JnTE2Ntw4uaZjEh59MZa8eFrt5 -+PD/vnXQGRI+ymvv37s5+ycPLl3qlE9vPXr8AzLka+/eun3n3sn1/9x6cOAP5X+u/88fNv4X/8v4 -5+TGwcu37/7nh7/fOb1/7+Erhyf3Di5du/rOg0fv3Tl9dOf+vesP/nP4Okhf/v7k84/fO3z9cJP9 -14cv9+a4a/2D/tdX4BW95g+vvnv//l385dMP/nz4/r9/uP/g0SHbcvjZ/cPjTz99er4v7jy8c+Pu -rU3+3vVrB+7wnf7/L/918Pjg1cf91x8P3NHiQ6rp0B3VVkvI/UfxS4u1/1hqKlX7++X1A6fD0BP/ -6Ynf9h//6KR/HXp3+PvDb/7qDm+i9E8OsutHv5zq4RXvazwKPrfDM1JLXoJSW0x9EPORi4snKR31 -Bggp5ERS7qR8eHpAoksLifUoJY9v05H3KZLWjkppS6dtkvjQHy1L8dtM6HTRsmqscUPKRz2TVLoS -41GJrR5uigtH1WU/6tQkvotHsfi4k+mohlKU1ppvh/tG6fTgu4MsdZZylDFqkmq5p05GqnBgsk/8 -Lyi9PB+P7PfxQVrSSJ30VDzywdJJJkFLsRRqwHdh1H4yUplfT6WUdDhq6L+PD0btPYV2jpb1tPVI -Spn7d9z76w/f6/W0I+ezDfaSo+99T0s+WpryglJPNtTmSGjz73MFnfRKQE/eCfP1Sawts4INNaQY -erc6UzSd1L4YUs6kOVfaTDvtX5ejEGPa5uz842Lelrihse7Tgw21s4lPmJipxM5FMuhT3UrD11Mr -R86pN6PE8/0mk7naJ2Nw/NLrPNsQO5MWJys0hWw9V8YNfRX4MNNkuWS3IaLyFhZbLs3HvKWNtbah -tqNces6pwOaO+nD5Tc1GE+kQ3VK2OdeutKPYcj3c02VZbn3txRJVHpTqFy67PqhRGKvnhhzI3ndp -EU0ydRnVZYnv816qyq/qKpuz9Il1RYkeIg+0vtQXk31LzkJbiq3/lIu3r5MzBnYZMrHXEryyQOhC -tLcWtLa4MtP6172NrdW6zRn6FDqrO3Ti4VcHoLa6LMoYOXfhdMLvl1aN+UXI9GlYYptIP/ZWtrV2 -zdeHt0RnBbZETunCOg+OXJb+85Rs1lmq6QCF4GRyljhmpxZuBUufOZnX2hcG5Ce62NsTtIldhrS8 -cGq6YMs6hw4SAbTgkrc9Y6leB4iSVqgt68T6GJoxX25S9+J0s+obRwqsG912KrJbX2FN+jhEe+9E -32MwvGC2FIW6HNXqKb779yn4RTk1YgTRH5djNVrtXPIjexl1ekiViSg5RyOl2IQLWrGPQ99stJOc -UKG64jJ3h77Ta3tyaelwH+djRbz6+cHnT9Vj7tx/ggJDRWM5fPmVwy//fAAlo0v33A== - - - hL0h9vu4epHuneq1P0ZNuUIh8cpXHvy7Q+tJCIwtsfYOHc4FVn8418q5B6HmvIy/L9uvl50alm0r -1o/X1p7vFwfwsWxqJY8tsXc3lWmDTCnPW2lK8zarKdkgNaUKgKV0615LwbZuNYgCYLWLAlDKpCok -kSVWiqZUAZCUKQCa0patpaDVU/+wkctU24Lj/ppNonNJdlHQpeAyFhoI43cf8bSs0oJ/Vo3PPh8K -oIyLSjSOyqIiht9vCgqjlsBZnZqAP/nNh5qMKH/qCTWI4nTxcMrPJoLxz2CQroog2RUCr8lj4yfR -UvR3l+/RxQ2hL9tExsoxyz7HpP4Sxk8lLuNPdfthnQtGrXWqNZ/7PbUgbwvqyl0U1mY1aWpB3LYg -bj+Muy2IU62hj/5mIELXkcYoJenyOqRhHnKUFdY51+Gff2tGTle26T9jLa4utk5rC5jqrtMXLzSc -DLos+YI5m/PC833mS03ayhKiEkPL+ByavTddeUEvQVtkvDupthh0tJx2GdT+Nev2ffUYzTlpT0jL -TNKhTi7tZiw+W811KQtp1Y+Fi0ZgsPp5y1Zrl4xdF5Z57mNRrd8cFtD6CWXRDvKE0weyK9KtDFpj -e7pU6LuufMw8S4zFymqBwjp64Rar9JiSN9qw4htf2BRoZqlte4INeCnbHkP0+t2h6Vtxjnk345KT -3471cuRWkk3KchSW1razt2Dz3U7yMpQFcEMK1pck2gIZp1fMBdy7lYqxWO18aVwZuj6wsqPIEtt0 -KSWLnVpFzJWwIyXLKhJ724vfkZJlK2TLKrcgzU2inYzfJuzmgsKoheMzNwF/itsP4yolp56ciO4A -ZswpbnbKswPh7xi2+6cpmrrFWtJ2YEurNFhL4Pa9VqPbe1eskypnnhLMtbqzx29oVs2GaE0ZZU2t -Pdcv7PZP15Wu37v54P6dmxfSl0x38HXSHfpBZNId4lIn3SEu8+E6LvPhWlOqO1hK9vCplL4QRg2i -O1jtojv4NusOwc26g6ZUd5CU6Q6aUt1hLQXbxNQ/MQK8c08UCBwEFuHKvrxqFeXJqdieqKlrudGN -OYp9FXdal9Qt2rmka/HSnf6z696aM+BcjGraorpin9cue7r4h51Jj2Q9Y4LanVxnu2Vpc5F9Pbu+ -P0Kv1pyhS45+ausnjm3T93Xn1Pqb+gm3FlH9cchcGrs6ETtnLgkl+yMzFHSFvfOnw/Zjum2X4iKa -elN765tSS8QZvDfK2fGt708wnaGjfeyys0NLg50PZcbk1ZbSO9o3ra80p/BJ319DWTAkUxP76cdh -dZzvy9TPdRAaLF1hYUd7tljzTMWwuiYKQ29NhkUFXa1OVRexYGhXk55nukZU+5yzmpLtXMkO9K7i -+JvHObBRZ8HJxy92bFpK45zi8OtqGLWTa/v5KclOsTbyfHfWvvaiy9C0pBG9r77vxbq7rOO99DN0 -yTsz05vr+qazmUM0t5nkk9n+imWmZRyuhS98lnPyzDwzzWZmQ7QpZCNlPx5Tvac7Y71e6KD47xv3 -//0ski/25TRJPujrq+Triv0k+dJ8NolpPbd0yZfWM83JSKnkW0uB5LMaKPlG7ZR8UW0bmrPOZlNL -ieTTlEo+S2nL1lLQ6ql/dmqK0JoWY+Ya+wpA1/v8xmSbe12kSX0XWtxiJohOjIegtejM2BC6roGP -Q0523o8wYJ2yyNKcadU5enycu46pBXZJtoRA2lKH9SK6AIVybmVvT1s82zOIMEA0HiZIdNHsdGHp -XANaAJsJLfrO46B570zkxMCNHLXDUK8sB22QvW5DCNReYqcF8P+wfcCSgUb6I+/GWDTs8ZjivnmY -ltUieg3lJw0DIRYPau6LLwWdhyUslTWHugwtB6eyrzZD0eVrDXE7FDaLUIn6KaqfhfzYaiCMzw7s -bAWRU+zrJY/uLLBibql9/+gyU/J2Dq7OtGya3WLpH6Vme5eLfSxR9eKibXz9M+w+saSjqIbnru/A -EBrBqrmp7iTuiw0tmt69ocIQ7/F1/3PWwaDaxIqLGLos1/HBhgpjauCi3lJDZ1J+3+qwL3LbBK3v -MqanlZQy29NH187/Tll6O+IO56F9s3DM2YHlOZs63bzLnJ0+1kMQpoShhHmzjqUDi91XrL2PSNWp -7BxatUeD2kcYLT3hyPWBMJOGkMo4eIELKS0KjZpK4t4Dki9jt6ZdUmaixmETqRDXoNlJl+bNCFoa -h8gqJ7njTRN7d1w/9O40vGeNudgE9bOPWVe5mkHtyy+qF6CfoVoQRiht0MgKP5Lflig8XAut5OhR -Px4tlhGna45wCdb2KAIS4nI4dHovcYgBzauEwLBBGu+ZxgvbMn+4e/0/Dx9dx1+faacKft6pup4y -7VRdbZp2KjdrwpbSncqtGvTJSOkes5YCNrAaZKey2mVbCGHeqcJsJbSU7lRhtS6ejJS2bC0FrZ76 -t9HR+1x2TTHZWc75LkfPSM2+mGWB8g+0FusQVF2RFlpeLS+hoFV0ZySpDtb6RH7sGplTWz+osKeR -tgQ7lCfYHyLt/7HMtFN+HcNSdnP2g+1aD3a7TivLYkf/AqcyvoYiFixng4OJtCWbNp9iLwg074KZ -WfTIQWoM5p/rGltgfzo1NPPv8UTDMu2snURVjTTgKzd3TbbmoP3pG7Upd7n1j0iLKi6S+JPY76ob -kdLkazPorDlxMB51w7lFkgqVTsGueSxTW+M4Di80spGam9k8qJmD5towk9N1uI9dhr7c1ZZ1P2k8 -m4GVuqh0Y8MGEaTaouXzMSoNqoDKSkQSnPLj4tyq8EMGghaqycC+N3qhmcOq04KXruYut6INSRGr -Gakl2aEs4ZCFlrsSbOgDbL+ghTF6tPGdsovRj1H2LmVm7OcNi3xwXCt9SYaJIF/a2Wfkgn+rjCrQ -PtLymFqeQWVJxaQu4t783CiYQC3eHJuttHAoi8+bo42+MNLqUHHykoWJOnXdINziJGdR2wK2B1hF -QRtnk06rKVmL6joLnSU5tkW2U53ZWtqgljJTOZAWWWFscY59Vtaiw3YZ9uh+jgFvYbXnZqc3Wn64 -3nQqO436I1eWGfCVJqsoNBnqOadPqgNH0QaFtpKc8BZd2ySGzjBVOtpE8RUqlQXQfFc/TUPsG6nQ -1O7bVHk65dd2XOzUFPpQsMQYxokZq5W00kwj74qisYhZLTHIIXhlkc5Wg0p+Rb/D8LA26MsctRjD -TJMRKmFdfpazOj+Ovy2I5Ko12/Jb4KE+VQkZx5JeVOr6FEZwgIcCQVoctH48VqnrpJE4wKelqNB1 -TVYMqAhr4OfZJ6UtKWkjd9hl4qUID7OuGicHNJyhS7JjeddxuaOSqovRi7sYNDuqQL2uhSTdapWC -5nfp0YaOmhzXZpm8mH0Ugxda0UiETvNx4ded/91Q10uRzrd13vopsR8LDkGLrZmo6TwVheadySMy -/un26yRlRl9XtTPJMRG0UhcrkRyHBnWR5ZwdDFxvJ1sUh/WE1IROxtWb22mtLaT1o2qYaaf8mlvs -Ts6+Ji2kZOksR1pnDDumNOeache3KaEmnDokp7Yd5r9aD8/P9vHKCBBG4xyA4+UZJ67LVDsG9NkX -ToAmX20VV3gSOMXLWK88GHsctttEOSUTdTFbd7LpYmtezqFktSVbBanJCRihK6sq3DeeoMM+JrhT -OZNRhl9WIGMcmK2tmyKDZDjoJrV933GZraaxoD2C4zhhLcSZdqrTvZuzM0ZpFoTBCBnSarVdxMM1 -h77gYDOi+hjzcCLUGgYxKU/juCI01RRBG11uLTbl6ZjGyWdwv29qaumTKuLg3EQ/m+HrP7fu/vAs -x4mu507HiZDTdJwIeY6808lVpT0MXyDUe03pccJSchCYSumDP2rgcWLUzuNEqHNkYaiz48BScpzQ -lB4nLKUtq3MU4Nw/M3yFfog0Edqg62vf9Twpm1Vv9sK+rFSECOEge7IpYT/VyoUtZic3Is7OdgsO -tGttiFCPQtmtzUGXX863QQrolVVnm3qBVotstapSoFaqkw116oB8e46ghU3Fr93YFqTdmIkINAp1 -Lawsm5qs3Rfi7n/duXfz/r8uFgNkDB7meJjg5niY4OZ4mODmU2lw64m1M5yb42Espazp5niYUYMw -eJjjYUKY42FCmO3DllIGD3M8jKW0ZWGOh5n7tzkvB2wE3o0DZhV28DB+lhFCULruGiB01LIBEwli -xfr/+za6WCtio+UKVB+cHW77fl75dQ3BjIXwN7DA5O2MRl3ulFVbfEmnNt+1HjayJDMLxtJbFrAN -+cXMcNxrUDW0mRH2FGMXsYGbWLJQAPrl9nV7KFRd1YQqZtseg0D6mATEU5oCF1rx7L4FGXS1LMLE -xo7WaDEz/ZwdtFd6RgOxb4eHIHVlzJRrmpekqWJRMho+ThIBt8mZhiq3Vj1UA6sEH4fhtoo2FzBl -asaAnxhiBwtJsT4jLqF/7BacGczaSGtlgIspDaUk4IyOfEMTRGynT6y6i6GhbcbKZntEaVhsXIYJ -ES1c0jCe5lCSdnocJp2YIjE8PMJIiTy6gVZzmEmn5OrkW95m7FPQzFcaYX7EXC1LNh5KCN8V9s1p -GKEzApzBEsN07yRwPgRYV7I5yah8YE3CNqNSLYgrD6zTj96m6XbBp7SyDH3PMbqB1GVY+cEKKDD7 -NlSF0IU5aWkYZ3FfQWrO0VlwRluifNwXiQVmOjgs9rH36TOpD9d/+OHurQuJVw/7ah2RbHT6nXVq -Z9RS80z1iOsIZdifOottaWC13s4Nrcjdh015TVhyU7PS8DW04di2OWFOXszgW5Y+/hvaqHmijRaW -fuLIbduT83220EvYmMKIn6FH92xDhaUe+hwq6ydzW99dQUlacPEz7ZSDSYP0JqcXySMrPMcQSOs1 -me+q65FgGlJTtQM5deATDnINyx5iWcN+k9LoDpKml8VLM2MbB4S223Ih6VxYgyxfhV3O2JXBWDPN -xuz4YIdaapUmFlkgIq8iDvPYELvcsigBhlnN7TGasFY0r/fI2RWsbPYGCqSZ1PfaSBPmTAxwWgbh -3jxua2QIrk3FSsPHvYkh7uREV4LJKwaEbDrdR7skvzsU8CbSz7lhtf1UHUzoVRRB6sRkaH+D2Zz9 -G6JM3X5yG2pcDqF9guZIH0Ykh28kxcX5idQ7WrFQg9/kg91juPIWRHFtaFl2id7PiQpZFr31aAkp -PpmK3jvqlhTIedyK2UdVHhZqnQIbEJXOy1bBb2aPJok29hWbUQySOhfmnEtd9z7pfR9hN/aa0oUF -ezrNBtyJPLPvm6MTvaQkUW5XVH/1eY7J8nmOyVJ/lWqJlhL9VVOqv1pK9MiplN7ZUYPOzByTxc1n -6K+InZ1KaXNMlqZUf7WUtqzOMVlz/44veg64ff/+zQe3rt+8+EkgzPEd3s/xHb6rON5roG5vkBvK -NoiW1HF0c4SHpfoIwHoxF4Tx8XOMx2iBjGR08o1mjWFTUJyjPDRlYxnDpnlTQWh8OA== - - - H+fRx7yvgmKyheaMPgb9FDGC1pTqQ12DGQPvQW1IESuPq32m5v5xl9GbAosE7WyqVhq+jl1qNb/N -CfW3bAtcSVPNK9FaOJU2OnK+y1SEugKYWrPA0ggDHYYCzv7WZqrvqlQv1WqPiJ3a0BC1FKRFEzWL -5JsL1EPWpmql9Y9xUlpq3ObELZ46lzdR1nonojVwLs06sqfLMhQJCqJ10COiGCujSyK7r6bUzkxd -OqtunkQx3tCyqLto0kQtcNT3TX4usfJ4uKlaSPgWdsG2zRfE2LEpbqJNFU/U0cSpwNGV852WwcAx -1I9IH0Q9ne1SdXJwQFa124urALSQh5ZH2jHbZOHnRj0h1emBd/3eI+wnbOvZ0NgilLmhOkTFn2yo -jNniKLWSzCpaWSAu/jbzkDCQ5Vi5YHhYClSeE1JjHle0orYc3sySN2WuA2QVb4aMDTzeO7zc38Lq -hW7Owm53qAusqlhki0ubwQTN7sDNww6vaiu7w17hD2u707ZMKinr2dLYImm/Uate0TvZUpvE+qKe -4ZSMC/bFvv5Cc2Z2DvC+H4sg8mm4L2vmToTzaanLeWpZ0qaEE4od58d1IWq388iNFs00bfvx3pGX -GYH7a4Tj4vh9tktccL7ADrDEcTzQCQFbhLozIQjvUCP5NCE40tYStt93/dqPc4zWs6GhQVKkEanO -N69FDmo/AbYkm0Ov20bUdYHAzcGFPMKAcGn4mLukD+Os2Hh5AcTYUhzEpMTUSpu/P+F+uujFtbWm -deDWFk00bfvxvnG/sFH07D8Pf7h+erFTuxpF2xxDVOYQojJHEJVZbStz/FCZw4fKrAeWOXiozLFD -bQ4danPkUJvNqW2OG2pz2FCb7bNtDhpqT4gZanbTLy0IiAb/x8EgtDuegMgoDJVhuCLM/9ZhboHv -FkdE4xklnR5AdR3XaCRbFV+eklAuTRmLnTMZk3N8ABN7rDbdsBrB7pBX3z2CC2Fi0Nt4RwCM6BXC -F6vDxnNZLx4uW9lyO4m3j3CoMdezkvqnWOXLNp87SsVu+cn1LnMvaKXivCptlb3wyfWmITYperNw -wqyBQ20qY+1nmihxVzM4O3bTjtaPyQOAoEgkcScxCEA271wyxrZ0rS4rMUp8R+F9M1PqWBtJdRzR -9MOJlHzvDUnRDI4BxmqSvJ7iwNAFX+mpEjxdBMpAP4l9ZkgaxswUu45B0nDXUN6e8tM0IuQb4gFK -HVEUOD4iIhYjmNtqmspRRjqbb1T9iQjcXobdo8KkJ9GlJjpjLxIcFUYwGmw4qAJHydZMSvKKEbzx -en8NO3uOUT61uOlKIxq5KvpkJkyvrKEuZGhOC6NByVTRrsHygjxIeskBk4RtCaQ0mWw5TTilR9kV -ELIFtAh0wWnYXhW0DSj+fvgbaqT1meEDbVj4YQTFUd1FC9mj0R+achrReeoHgM1BlaCRr4jbQWvF -psPb/Hotsk+DwFcwrMRZg7n02nrrcNH2dtLSLKqYRtn+ZVvjMGCQ8MhGRAThBwYG0WZZTMmuxcPz -C2LU9UNZ1edisQBnSY+ojyQmNyHWESFW4GoG9ERZWbLPNSwOZpeCBZ9xDjh5VbOW9A3MI1vw6424 -ropgXC1gBRaMynMMKqo6604agimJOe+QRiSWw50AKP6Y4jggPCoALiALfbMqaCCr611TSDxs8/x0 -LNIg4g0Ba65aBCRv1XIQ6np6olWPg9Ts/JIQjgRGsBi80jlxISOYL8lInE42fc7XV2bIA14EcAAg -GcwBSA6LtJnXk9aek+3+dPJMlvof79y72JZPyKJF5hDHYlxmPCNeUBe0GypoDMwXGuLBgX1Sm8ia -gDihReBC9OYPqFUipUGzeDTogaHmLQ33CBjjukPllQ7QGIMP2iLqIGj8RGgRZ3z5mkgtQsX1WGmk -yMiwyM0h9IXx5RNNUJIsTGzNmeacvC0CWkoSrBSaxAyeciSbwrP0LlLgCJiUSBQYQATraUPrHJoU -MGZQswSGoMSliDk+ZFkkrMXJsQaa5pKs7qLyAUopYizYSvXNrXN4frYndIgBmOQLkYjSSG3gmnpa -/YC+KgiTpNoM1xTrDNcUmwI7jVKSW+GakpvhmhK22AmuqacVoElLsZTcJ9aUbzMclbZsKoWoKmv/ -zP6VHQxTzTiG9yvPSLUoV/IREF06bdFtBDRocsBUcXrB3miCJmNIBXNOw+kCI6G8NkALAqTGwHOh -bV2oArYD06F2o7NW8FsKbmIkA+oZVOhsREtqGiiFww4caMS6EU0lqAZyyg5bMCZPSk1wlvTuYScx -hBcMFFVFMJqsuuTzNiN28Gq18FDfxZhZ54LenRKYJSoVwpLEJSBill4ZCZC7rm1pVWx68vWgLrIZ -g8aYRLCIk/hCVE2vEmheogYFis0FkfMReAoilOgsBynKHg25YIEERtMVq2aLNWcZB7WIg22V4XbK -DDHoBW9yiF7/jYo3gZli9LK0cUk6ezTGCI0X4I85zwZIF6Ez8TgKamvCi71Mcp1QbUeOQXRUQf1p -azdjdYJPZVAFndZqU57Xi1AxiXIsXV/Upx6TIvdAWIVktGpbBmO8J5qMutkBjYr56WevpHUv0O05 -txpHHOGh4w0K4JGxadJ3OueJUab3oblagdow06rdct5Qs/hyiWYWdGNLMn/EKFPRBfbF+QBfL6IC -gurFn4/eGGhVcLbCEPEuO34YkQ0YS4slWHNW0e6lRAeHrUgApeGQtwiMlhPlWFYPW5kZFS3aUW95 -7qJ9Syui68nXg1pF7RPUqmg7bVdQBQCsNFknYZFTlGJMyREACyqpOGsKORFxHZsfFznBTjTttl7X -XXP27axm+5pRsYRM0zMiaolROc1Of9GZJE3jJmh0cieaND3odhqH+ZjbYi3OigxA8+BW6UVTjzji -tqZbZbRaeHIWdcDWsjelIw7VHH1Bc6lyqLHOaMLkVVFk1px+XOVHiTjKElFOdh/0r+9bh4JbZ4Ao -fRZo8gXvMShKaAzu2NAQFl2zcumgYhvk2nYDByDgjsiiCJPG41nM4tpwLys+4OgtPaTPWViPF1SI -HqkWA6OJHtI7HbY5k9wWEFoLFAx5VRGxVoKB5tkNjZAYWUxGccqPyXDQAJWX7OOyEPWDMknR0XiH -UzbcNqWB5zL21VIGMcjkQZWDZkWNQMOuoJf2k7/Qoqj/2KsDFY/plkgnUlXb0LqUhi7648EOlf0l -bWm21KLnlJxXRi58ZfDWlbPrd+5eC9cuautTeyQVpzNLmdqmKVXbVpAtqG0GskW1bUB8UW2b4L+Q -U6bdStGUgWWlSW2zlCqUaylQNq0Gqm2jdlFL15Yhp/ZIS5n6N1A9SxZ0P1mD9H2dKTWYoOCUJ4Rs -hDg2lUB4sTSgK3E4ibxDTGqUkK6g+wZpelUnIIASYAYzrdKIfCofF2lpiIKpmIqTu81oPdiga4YE -PxKmBykQGA8oSZRWRnULkZP8ImYn0LB7A0/GViu8CIExQESZGbVwqyU0lB53GLlZCjGkDIyGNNmH -02Kx/yCy2akO7SdAtkBEpfXyXYiil+FjUG3H5e1GkBi2KdKI19lAM/wy7GXYUo/5cdGLMqHIrSPQ -DBEyqG9EaN5osqGQqB2ENgbrQZdY685TJJKKw+3k7AVaywLSVMQsZNQq+IDW8KhoK4QCzPYxI5wF -pal4UbGjattEeFJ9OhZRCTH7hv1IGnUu4B8tajEhtRUuREJ9qHZGvjvP35Age4XHy1ccOhmX8Mrh -1U8fPbhz7/bhy++++87p6eOzT+7b7eMhPNgw3ckhLAEVeUaYqVzGdkNlFF2lNUCmqEG9xJhYDFBQ -j5+MqF2UgaqPy51EOvLODjfcrMCrxtVgGYW7zWm4r3G8SQISZmFxnZRwhYdVZze2IMEcELzGxXa6 -UMn/beC28uSxFIHNW6pxZq60cmAwBsf1Q2apMptF792GyEvgggmmrB7kGqdU3dQ4CBVvWWSBJ1dM -FVyWKihovopSjYhOMadx3eqxJQQ9HgElbj2YCdZtp6nFDnqtEx02Q18N1huqXgJ5l8bUJMVvC7WY -xUZtO6g6FLk6E2R/JVKbHXYV7VLWSbLtMlUet9DrohhzkJ46OmUYcRjwBZobGhHPKwoxqFcfOlsX -R5Q/RM8NJVKOmICS897YP4bRat53VNUSeiv6Z+cVNAY4QQTVUzjwoAgEMmIxOGtk8uSyNb42Knwr -8fdWla8lJ5MVx/kWR0KcW9EeQx/opx2GEmLIeC9qop1uZYblBPZBGac/D/vwvqUpmHKL6rXQeTxl -hgPSxjL6za1u39cXVDsefv+fH25d8xfXOgxmi0amAfLF3XwCAOtp9Yvpbm6pNsOIqbZiqbYLI9Z1 -kFGDaCtWu2grKwAYtBUBBzNtRVN1hhEzbUVTdRdGDDrI1L8BQQqjph6rYhbTh8BqLbVsqEnAFqKC -y1syyp2b0wMjBLn+vCnC42KEP9xUprRTolMZsuGaMw01fC1xok3VTtTRtqnE0fzzHQUnAZ+K/iTu -Xuz7RIhyqgYuWMvZDvwOkV9A5DKNCwck3QyJKlZMN/M4IaBqp7ezg2I76mhZ8tiGD4IvEyAH5bdQ -wkwFwBZjRKVOX2Pb0qiGbntECEUfBya2dHIi4NQAzQHfWRQWLQttbaYmRzOhqlWBQoVNwA9djdTE -eKphfae9aKZJM7dtunDYwIOHD59hTW9AsmRdG4SVrOsV3grrOs1auqXaDJJl6zrNp5CpFKxrq4Hr -etTOdT3BWyFnnU3QlqozSJaua0vVXZAstHrq3wDJ6toWDRrCxcRbAFJPHMjqoAITgCHm1VibGj0w -bAw1lVYHZ4BEdEsb8yWB2FqGBxqaMOxWirnUxumYV5iBzqS2GhzfcZkrQiXKQxEgTYC34jiCa8Yg -F4VlMVTYtzY0APwrHtZEhbkBw7UWCM2zbOoVyinBo/SGgWVqIzoa+z0uIKFfdlsjaIDiMXvbXDOr -iBfkUmBMVbPneFG/hVrWxkzjlTXoD/IO+zvqdxqFAEso/OWbhivtlDBnUetfcyLEfrS+RaKKrbR5 -xCZqUiiaqUQYzoEHupkspeFrwLqqncJyFhoR7WgFJyGZx+Ri5rW1Y8VKUlKLZVH8JHurAXruQrwi -3Bip65E1EzwpaFRDH/KBtxWHPxdTxiv4BQGEw3iNe9hYHKGMvQmI0ccHQqwzUUhL3iVVP5NOiUzF -k/mcr8pxTVuCzWqmgTXFbLxDlSv+RN91ZhJqgLlHzXblkJor9xv0OKkHgFPKr3nD1mg08W9omah3 -pwcbYpSjxKZAdZdSmOgtcKNJry3qY81Z56/plALaFM8Rwl+uCzgOdxNrk65ymM0E44vHeJUbWddM -MUhpHGicIFUUoMcUK4BQEGioxXejqpx1shUnwmgC62aq6pozDfRpmPQ4lBMpG3rlhqqncdCKr8O6 -jVAeNsdcorCpOWG0MhiNVoIqPW8C+iCTFrHzE7pLL71CS4YXdkNbBBP09GCmQsPH6Q== - - - gnOxDFlPxJ09u8KF1em71x8+uvbv/MG1784uaso7j/4lW7Bhc8kWDNwuvX6A3cwNDRZES7YZ/8s2 -YTfUYlwlmAvC5mq1yDZsLZBtmCdRER/IGtKmoDCbAzVlG3FIm+ZNBaHxUz/HVuxU7Ya4zwrYRPj3 -QYvOlj9vIlgSNiZMrhsyUvDR1s/B+IIjldckvlgEwWvN4v2mDO83NXi/rX/93Bq46QN4hoAdm275 -tNstHzfFDu7WSuO2SWm3W1bD6JZvu90KblOGJq0GTY762263tn0YS4HPdt08KOut0cN3fnjmJ8D+ -fzrxHJ6jOL9uthmtp0uS7+7eOf3+wTP4AxyGH3LkhV5hG5gaFEID0YNCaEL76GlFAlFt21JtxgxR -EWSptosZ0qXKqIECaNROATShfSBnna0ElqozZoiKH0vVXcwQtLqeDyIJhDZYQw6WRjgJYGS2bPsA -H2oKAnQq+0UWqyQAMQwL1min/Wu/uvNHzhVoEAZfWKVDwaXePA7xOAL3/hS3GsIwYa72kVqG7Rse -J5zdQbN3H8CuMKL1uqlu2t5J0xlIIy4riy0+5Cou2YmGj6Gd1LybcxzOM4MggGYyDFFZogww73lt -Y5LoPkE+iXW4CwENQZNuGJZfIhRkxewStYizIH0xgCXYVRGIiV5X1S+xl8DSgBHj/SehSZxGoO7c -jBgR0YLpovIv1fhFp7C4ITScp8ETVHNAKAhUwJX1uDoqoFyDFszNUeUiKj5eH9VggBvnOs2zShSN -QCzVFGcavu5nDNXH1pxZbhmoLIJVMsgtadV9yDynZFyDIQyi3oBkEFlBI5K7ejWeSmQkW5CPAamU -rNcBYIj4utYRYlERlDDXrCR8DAP7OL6OjF6DBaCY4nDE7pl2p68zHsvXioCPICb42thI05+9ciMg -Qpy6XjV+5hSoM6tRyeuAI6be1N8ggP6gFfMmwP8g0BNA8F1jlqi4okQiYMnoMgJ7n6i4sHL4452z -W/ef0S4zIGBEHrsyy2M3+1kVuMaknlsVsgFxY/LYzX7dqRRIWVdmeRzyLI/D7EfWW+5WSlgtPwPi -xuRxmC1GUylo9dS/IY/16Mge228xHgJfpP/Q3QVJ/YU+agvYQ7zpWY1gHjUrxK2GQPvt5CtdXP3b -eDgX0g8vWr7Ahaj/knBHU5MC0U42hWj7ncDcaL1EW9KMUy/Dnl6G0csw9TLs9nLtVtj2Mky9DFMv -/Z5e+tFLP/XS7/bSj176bS/D1MugvQzTXIbtXIbtXIZpLv00l347l347l36aSz/Npd/Opd/OpZ/m -MkxzGbZzGbZzGaa5DJu5DNNchu1chu1chmku/TSXfjuXfjuXfppLP82l386l386ln+YyTHMZtnMZ -tnMZprkM81xSwQ9DV+alkzOiDfXD3YYaEHKWhntVNtmZRok9E7yYLDaFOfmz1ejM/wrooV7kss0U -peq5sJnGGmeCNWsuzJq/7eOpRp90JW8u72xLsErDnsaFcz3Y1809w+F3x8zvGVi/ZwLCTg82zRqZ -9gxH2Bmz7zajFtntmTBaupYftxMX125PszsyTVwwCptpu6wSBz9NhW0nLq7dnps1Mk3NH2O46SO7 -HXa7HfZ0O+zpdtjttt/Tbb+n2363235Pt/2ebofdboc93Q57uh3Odfti+Pb3Hz669eD+44e0dfGK -6sXgOvSYSugKnJuaxawTUMl+n9hvqjmKAD//1jxu97fkycvub8mjSuj02xcxexM2RR4NEKpc5812 -jiROnSXbjLoSouIpOb3bPQiGjQpQi0REJPgsih08qMHujMGxYvr4nGwjONsQosZ88uVlDQjGXOKy -j7kJNXlKFC+7B75mAv8Nr5UUNtHCQEUyAqI0gNeAs2sbQV98qwy0rOeZkKYxSSsOjaqclmq7qDRd -kRyoNFQ5B2YMVc4JTwY52+zit1SdUWmk7joFFhlh8aurja2fB9p6uR386XLNaBb1cL2pqiw55H9T -xC0cclW04zEC3HF2OZr7V5HC2pwE9pCGM8+ZgMqX7KDDy8eES4kq3ePU77hi8ajabam6i8wDZqzn -wxz0Ym3wZDrbh3hpgdmVlQBKpkaDIKhH66oi0LMLI1vaFqJJfrWqI/a7ybdzIYK1pL/IG/r75GBu -ErO1bSGr6rP2a/jPTSDtGOn+3xgBtdPC/772XJn4p+XweaZXHLIhlc+eLJWfIMW/m2T02X4Z/RMy -/bt5T/FzfyzqroiWas9tTkSQeMNTaDQUEN1uGSF7dCoKVtu4PBnFo8YC1fOMqMQYtiSYNQV9cJCy -WIQEzbCYMYZ/9hYWbQQR3y2GvM22YtzAZoOQSiAJNr15G/QZ+mPiCw7TB26uNMlp730zUDBsSSL7 -J8KiMCeFYfzrbQigMJU2J0V+2fXokQm3z9MwWUlhM00E30RIEoE5F7ZO12ZKxco+Pwu+w9D/ywD/ -LzHA0xwul6497v+Ha6T/+wzOEXyzYaxL186xFkgvwFzy+fOxl1b9fAyGj1+ExfD98zGZfPlcbNY/ -fV5Gw6fPyWqXriEI//Pn8K3tMOVv+49/9J3qX4feHf7+8Ju/usObnfzlJ9y/OsN6ZVjVO/fuav4o -1SVTqCH+w4eZijMFfwjjMIJ4Q5NVvhIiHiQFvtdUGFxRwgxtTmKx+vF86cgEn5oFYVlhE01XeZz5 -WZo1FbY2f5M8NeV0ywdnB/uZZR9T/ZSAMx6YCnsiD+xllL0M9VMCbjDnHibe5fULnsbv3Hv46Prt -B9fPnsWxMNAk5UDj54BPgl0Ox4IiYdo5ws0Bn96M7jNmpp3P3BzwOWqQU16YAz5pFVlPeXF2F1uq -zniZdsKJswt6KgWtDucDPnmhUt/4wTEQz+GcKXX4RnkrnLQ87rUzBneHRjeQwGUaFa46BDPKbRaN -QMyKIwtEObulmgfirMc1Nb0hMHISI8ruXS9cFV5C5q7QF73goUNBDKyKCA8q0CQ8H5mLdqmI7kbQ -otdrSkoTUMZl0ZjokRO3QZrdlec7cGh4LXncuYJvGHXn9QqFQSfjvZY6Qkhx3gAp+RFpukgsKKgl -ZnOEEv2XH5dxs9cJ4h4vdMeZJmOmr0rPGWtM42OijgJ2Pma7ocm7JlK1XfZTbAfPp5sW86IS0mND -KxLDrlCUK5X+xF1aI6ZnEPxJpQGCSEAji3GfXkhFc/yihx7ccAVSNZ7C0Yfp4CvzIevXFmaArbY6 -gYLUYGMwLjyvM4lv+Hpr9yASqos8UUa4Il3HbGBN69V1nSx4qNcrxZh0Qi62OJQOqAjBHZkLPYu7 -+Jjoq3ZvOQvcDowbjGfQlYXAgA0tCVojWj1R8cwSpAGO0gotGPR1Aq62rF3x67rEg4YaXztyohHD -c8ywQxnMYFKdLxYcC+Kf4kPzklaQ9V/NNB4ERUpujDarm/Ctgvjn9dVSeLIR9srYAAXbHpNAV2iw -2FKqbMeUKHlpdmFbYOBxQVxficPdtNikbkPFAKaA3FNki8wCEQUGRSB9R7R4cl5AHndl4YUxmh/9 -686jR7ceXHS/aasv+kwTumO02RO9wv71XaD5abuQUAHuFRr3w5/Lzk960jSsQH7KXRcV2Ijf3hIT -8F4FJsxCUAkMVQzogehrmnethjXqRdnDau6yHw80srXTdPjtB6GldBkYDa/9Vre21a2dCTs/2fES -ph1zRWLsyTJbRctsFC2zPbDM5sC1gM5AJUxbZfOTJrBOSU+2OcBgmtMLs813109v3bh///tnjIEw -4B/HV24Mdsjx1aIVkghpwUNwZZmAjRzQ+wawkWvLBGzkFrcDbAQMglED4VRH7QSGXSGJkBa4IitF -U6zBgI2kdgM2spZNpZR2OPdv3DljULIDVKbz7LWlic0IhBMFaYQfAUl5lwwp9NXCml0T+KdqrwBJ -9rotrE518WumE7+EZswoOAfOcK0plQ4koXpEG2HU9Eqma4TF2KXh6tdEgEE6Ea0ly6OGoOExatyE -WoqBZw2a4AV5gfiaci7bwhat7HhnDGEslCsOovbZb84Og6S3vzV0DASvfRIcqWAxZY6Yu04QY9TT -MmgCiKEoQVPOYreW1wKbPhGPOnkx4Hhq6NxsNzXbyR4rSBl8/1KoJQiaEOEyFq27JCfIG0QeENqA -RFFwpEFTHDa5ojzl9GajmEp08gDUWvXxGL+pgUpYf9MX0RZCoPAavkxoS8rLirjtCBZOsAPMvOy9 -JCKS70SoytZAT87JqPq+k+ODuxx3L0hvoIVp1lxeZtqpIorp2h05cZ04bAtcDBN1VC3QTrwuv2km -QZwENdR6JBhOClw6um7M0gy+yaYdUqGfzAVSRJkzEr85+/FafV+w8tQJpI1XAswTa9pWwpqmAACW -0CRNCC00SRO0f5YmBCpbpUl2G9G0JkWaWFqmf7NYOVxLKPN6lg6N6bdZ8UAma9uMQ2aP8lYSpc0m -LRIJBckZZQiufQN74S0NL1Vcv3Hn7p1H/3mWLc1gUHRLU4gU3dJStisa3NN4rOHOwVu/krRNTVK2 -qUlq0Wcj5oKwrVkt3NZGC7itEYhFrmgwKy0Ra0GS1I1NU7qxaWo0byqIWCj5/NaWi+GCOD4OvQgQ -BWyWPiqVD6UTXkJZJovDm7ABWdeS/hQkFZUiaz4rCRr9mmQPdD+L0gNNFcGOIIiKPFfmWpWrQAAR -cHK5btAERGUxtcJypiZ3eYWWQt9LQeN5TWohPpNgmUQBesJiwYumcisLy5aAZ5aMOtWS8myyO/fb -OuO0CF5a68l+KNENGNousKiyn5MKkSDXjqdMYVtOmJsiqVq0SpOM8mEcCgNwgxNBJsqcFGAEnp7n -TMXNxWhKJ0xTwN0QtURjBrD0iXMNUt3NUzettNRAiNGXRciEC+FczjMmr7+XlV3ORkoesEuI/l5U -/lY5eQGQgSJqogmcA7FL5px5EU4XGgC3BX1FgH/BLVketydOjSCEsGo8FKBdArt4wgRt2EVTTg4z -05Dx9ThulMXtZCkbVhopIl8S1kj35ab6jpj+RxK4KijchW2msC1nw0qaciLBT8bwjoee5tG/8AX4 -h48en924e+vxD4DAeQaxrOgPIpYNe0LE8opLgbRgVpg+rykVyppSoawpPSNMpeCNYqtBRLLVLiJ5 -4FJQIvOa1jivSMoEsqRMIEvKzkBrKRDHU/9WdIt6VJQFmzxaf0bEiFxV4IEfga8CnFDVFbHZAwoO -tNyUKYII0FMCZpRFtbUmODNOH56VtUW8PsAimFgW7DtYOZtucFVQqpM8My35AMnGTq00PK0pGHLJ -K3a5LBwPDZXAD370jmN3vr9c5B4GoVp0EwlVQD78gNaHZJJDjQMArJ4AEp50riyUyIoT7ZRDq8Bk -U85xO4OyLpOiCF2Oz6/J5gKqQHQ5IqCDCVxetfXEa9ok+TZRTomKobAzc7aYVSr3WqF4gqY42Y6P -MPHeLqlygdPx3QLLaYKxr0MKPgI+6qktDkgznDFM945yMRw04yV7mIfsoMfAKBj00g== - - - ZUULoeodF5kthZAErWVMKgZb4EwGDV8vdoVjzYk3U5sOYpQTQPJBLtRzSng/H6Siq6TajueDXP63 -QUzyqdpghRvqol83ufPvqkJW7uTkDWSWGJJxmGvZqnaqxupNetD0RUNH2Paue4NGKJOJJl8LrNyU -0XeGsEpouNzH2sbyClaMJVigopzJQojVdkGMHkiKrAQSQ+W4VktpM01WsF6e3uTUS+gscMmZNJ9H -1fK0JBYbQa11nwY+H2aVV5Ok7bTic/7bGAvSZLFF29FHTkWYUxpuj4GmDzZwl8eDFcey3Fwce79P -hi8zvlcqWXwZSikO8ySZtSkLPquuBT9yykJQoFJnD6FxcVj7QljX7+gyw/7YkJysLAelgEvfrTym -iIQEpowmEYgLSzlUhtwgW3MQlyERFOcCwx1XVmZG79YDcVaEMHiemjfGo8Jv3Gjz7HKSdTANtkix -PWx3qgA8xfJGwREQFJ4kGEkiZ6BQAxbHDtQw/i+yXvV59UHTtRlXyWU5FbWXNLxjRaGgSn9Vx5fu -R8WZhYCgC4mIzM5UV0YGJz6unONME4b01S/bnMVAJEGLiAAhiFEdIi7HGJQJmtxyW1VkSs00chJF -kGC8uvMoTb6Ocdg2Rk47xKDuUAVDahynvChoghfFq21CbbhXyZyC1wZaBhIuSwxymsbLDeseoA/N -gEptHhvIYvmol2AttPEp7/gJ8w4jEw6fRbZWl3RlupV5CVA50UR+GP9ZRrpDs/UEkA9UHtpiA2s7 -QDScbY4NpC9o+iQANxSckPbxqPrpoc3waRxRVPiQNxSpNghE9E6uzgROaStmYeTlWdLkag/UGwKa -qFRoy1CGkzKOnQEIyo0BtD29JdlCZVj1ziM0t4QHqsmdLY8DRdHN1kQ/aAutwVB39AQpNIyzD1Yv -JBUp1jY4EQUnEfJcgEpw6CBEksxRMgNoTaJP6QsmIBESSSTR0LIWkakY4lqGtbLzsiiRu8N+zNCw -p54Rfrj/6M53z2S2MRQpPR8ohpWeDwa+Fc8HaZhFBkrWOB+k1ZxiKFnjfLCWgvOB1cDzwaid54MV -34o56+zP0JSeDzSl5wNNWcvWUghKtJw7HwAPxXTtIvuJgGTVrGahJg9rAJVokTenQKNABMqRKy7P -NMFD0jD7NScuiZe4LZF4kLo4tG5BclLFg0ZGgMjkMIRTw8MxeYfmBZL0+GCmQigX3jHcUL3AI6Ea -ekpVdAi0FV4+GPlIEyyuXJa2zZkHn68lTjStGy2aqEWgpdCiYi8ZOHtonsNWmm3ZhGCfB9hopwcy -FSVuc0Z7+YwlesHesaNVkZWlQE1Zt6NeoVfIIr8kcwgs0Dlnmo2vIDUNqr7WNZc4Zuw8V6kcHUtt -6lgRrP8zco4+QTWoACUbu3SVZ5swfArr7qqeX0851LkU84Dw+v48/E3Boze0tWszNQqkw1xiU3Rp -rTtod2Mugj+GVmp/I161kL6IhMMYCJrRtF6UJtOZzKA0cg6007VEhLZJEMZcM2Cc8jAtShsL4kVK -3fRlpk0TOlFtfKYSxzhOdU8jPrVyzM3UmzGHe2bbQv8wTl15Stp+vrJwxvGMyceZypEvybZIgXOa -afpq6+nBhuplK96U6ASlcVO30k6JRBfSkjc50YNQ0qbEmbbWPVNHK6cSR2/O9/vCMYE3rt+8f/+Z -tjZFZdKtTXGhdGtzft7a3Gxg0pRtbW41TBn21NiU1lKwYVkNsrVZ7bK1hTBvbSHNpYTV42G4U2Nr -C2lu2VoKWj31b2xtnm8F2HppVSCaIApNB6Idt5eMqIexVJ0DUh0eo/XVrPqIhgIplOEmCPI6I6nO -LMR8KCgyGFA1PH37DjS97Dlop9LEPHwMmjMbwDxpeCYNyFB98x1eiyYIbri174Pl9ILwBDjlYH2h -pzT6gQkopjPG+IHaVbCoVDplQXMxWk5CrnzVcwZ7TI1UGCAijnmLNwFFDxtoaQl1pgkgU4gpbXLi -NO+GEE1LBMsUeVFJ95bKp1UingRJtu6IkAhSUKWab1Ni+8NZZVG1H4958dmvSPW72ck4R6xkseWN -MxG2FjQ8msnBi02AyFDrWduLMAetmt6qj3FEH+YkPsyGlTtlakc55GEYxFMsoDWnFhHoTHyZMQLv -3zfTq0X8evg9ook+wnKjllwtzKEPJwPEQFVEHSr0eH0TXBbNFJ8lcmDP4lCvKLsYxpGch4wzGYwS -ZyJHzfy7UQ6aoCmkLWnVC6M6UfGl89QvcKbQGBMaSjG4blnPfWnmnz7Pw2CCc3zE81xLGdPdAFYK -WkhmliaYOb5uAG4cbgjvM3MurtkJrFJeLYYAyuOXHFjRyCi3sengAFwMeqiPwdF/hpMcaOPrZIae -SK922skZ1kkTAyVIXQ4NH3+JsjoRwVnHFl50cJNpwd4JtBmeIzB9TEHR0WwzHYGKnRe0msapU5Ry -74bZCec6GTA/XgYFkTCNrKaIaYtRLNpnM7QrSWWKyS4vrzlBIqWoXskgx7ofKbtSUekT5H0p0haV -AEGedqSMUyMEaGUxLk/KKVBbnK6HuDgzUC0LV1iyJ0LFJjfkpmIj0YiGt37Z8uLt6D8YfHclnF7o -8PnPx/cfXL/glXnB3Sgof2i0BCY621IzjbWB4LDD5k3THXHCzCSjtFPictEWsMnZxyOkMBc4k7Tm -04OZikgK2GjnAqHZLH5Ts5IEl8uaaPmmjozi9nT5IuB640LoC+HgrR69M0upYrEiykGZMEQ5USwM -z04UpxXrjjnzfPLWlCpOmlLFSVOq8kylLGEg5oniNGqn4jS1DDnr7HnUlCpO1r8qL9SeEAFrOJi9 -vKgAarCHUykIs8DkFD3FaXmNYU6Yah7bdVYxwUL1dYgpAiuQlsch8cl8so+f9rHd0xh0cPI+ht+7 -NHBGqaFucgL1d7Xn92OMAMKZ0obr2IyYn4eHLoImg9aOzJOoA3UypsHLJYiTDd+dGK9vmVtuPD8b -bxOOTvfXppcmzqShPg6R75cnN/QJfTrXfSXKa4CMxqjnVrIHlP7+1b2hLmKvZoFBJdoixux9HTre -P17PPlZZrgGYgizQawh/iGObWbr6zr66ETICKu63kCbwhKTBeUFaW2yLW7BJnfLrMJQH3iIitmEJ -Y7nUJHiHuwvr+EmLcP+C3b+493R0L899voPg8r+892Tee8q+9CJb0v/y5dNAdbe3wfNP5Hyafnbt -3zFde/jPx9cf3HoGDN4Xh98Nc1yogTGqMjGAGqlMuNnWoSlTJtwcFaopUwPWUqAiuDkmdNQuysQA -amTOMLspNGXKRJgjQjVlLVtLQavD+XjQEJw9N0bWgMn4jNhX+sY8Dj0MiAb2lcWmwMyAOD/QaBpT -ZpEntYmcFc3uAW8BKObGhtEEx2vg5RHTWWi8GoZvcV7MFpRHvFrYR+x4ow94BBxvkivaQD1NApWs -+HVBLYJw5tN6hQInx5lWm3C7wJwNKgJpoHXghGln6HREJGActhZvJ+MceRQFlYC7QuUrFIQ1W8/Q -OFaS5KO57rNYFQPvnJJWJIAj8NLoiOTQtnjDWGVYJS7dHRNjjTYooRanXy9+xALQWwwIyWgR20ku -w6LmEbobBRSLCGdNwzWhGGG8eAmvjmgj8VOTm8y7C2sFMRuD4OWKcKaZeh+HPcMLWXcenf794mj+ -AGRI0VkwKnYzQx9pcSKCVLOavKtIRNJqsz2N0UKCPtLCuGtA76pZUPSu2pqUoHtLazjZyUwIWaAk -WvQj4gnvaLDyNeIpxEVQxOp6eSFJoCx7s0zRbq0KzQ3zFWny9bD1Tzn7ajRGDTB+CQJGHTR5mpPU -HAcV70L6UkdHCC1R547ym2kkTqZ0EXQKhNnWQYNdSKoZ+WpYDLnFW9xLFW8naONMsU7jznTvgQ0T -eW5IZyLPVxQ0pAUhzaSmplSea0rluaZUEk+l4Ap2ngNKR+2LYFPNAaWCDjZKaXNAqaZUnmvKWlbn -gNK5fyuOmHxNvrelzfr9mJm8bAiUo0SDWCY2XyppPofB64gxOCYIhT5GOaieASjTxGahjbtaVeLs -BMKiy/KxYASuwuaUsUZrkq/pocYw9SOe+y3dCed+9z1nUQQ6I1SEZ7ANXt27eGPSS/9NI0bUrJd7 -zPAoW8kSUA3sCH3InOZtbDegVe+Wmaagci7G3ZwMAdQS8TALaP1ju5xD2wxWAB4gbGOTQtinTW6T -e1uWxJ0cWbJj8gUYrK2XOmA+c0Q07NQlLCN8i/fWi53ABe+gmCAhJh6Wtfl3k0KIjbuBmWg5uPMV -TKFnfA8rD94c2VXw7UHty9V8A3w3F2uY4a86TM2LUBgO+MWiUnwp6wWvkbOscwnLfBZaXA33vDJ2 -SswSvVXOVhbK0nH9KQpW4OA8lWcj3BfW7pNBUHMjwQXHMhNlgLXb0SiKb0XaXkqxyLWF4A4Ahrdg -iIqXXCnHBdRx0GTURnjkyNnG1QeUB/DgfRNO+NwyRXF7QVDsqkS0cL2CKEyBTswtWTZ2Vh5GXwmm -HZXAY6AR5He0u/wTYY1dbMULOqeHKhimQjetOxEYTgrELAic/F0M8wXHP/WIN5MVyqVJfysGqFy6 -Z7YRxqLoMhoOwa/0CHV4Mn4PSJipEHdo5btVJDWByZya5A6twQMcSd1CA6xQbrrugCHKCaaGEdIH -dRqrj2IclxXTTKXALYNGjxOFVUumjDOqS0SY1xhn+PcEnrALe++sHgEnnWlZHvcSYT+oUd5RPNml -Mr6c9SjztSj+LtDGVYGu4y4KtjmQS6EQMs6QfSzDC8FXwjgabRyjSRM8n+SWuptz+Gnhd164qcDp -Y+bLvkdyGfa5cm60KCAkh7RWLSQALyHvkNjt44MNFaci73UwihtRKPuoWcwB56i0F8iOWIb7F75R -0pbBCBrPwUEabl7ppJfx08mlVKlhjZQpFk0LanDnMkYzfWvAk5f4S6u36UYGz86IgOE1D9KWUaDD -QW1D0z4fH+xQ+T7QyXYsn0QlE+5Q8S6Mk4b2891gawQfy5QHGzW+GSqtL2lIEYS9spdtDKWuqPNr -71gAO++pNhkE5kMZ3Kesi7Mfl5aZynmy+LwozjPS3LCmJ7H1yNwv404WnIsbHonyquMOjd7D413O -SyEKMuk03vupWsI5anXYzUFTxYNtyknZIozWV7dCa7mdfuI9bFe343F+5MbQCr5YljA5HXuF+cX5 -cokTEaSkqgKlHrdwxFrZ9WmBXJHNPtRhxerc5Zmz78ZjYeAxwR0aH048PthQIaEW0XqyPaL5JCo0 -DF6731BxzyELzlmLzhaXRxQ8aYMR9cVKaip6fmeYByGLUfZoKN8yxP5s8f1GE03DwrjnnKENOw3f -9qae0moYdbemX6cW17UeE3Pm6sd2ASlPfSY1y8c7Eceq5Sxpd4gq3kgvP0HV14tF5yh1jbbbS+W1 -LqGmJa5CTZVTvgJqI5Xx5hP778fipsGEulvN9nWVewMc5zhJC503VScnRtxh2FVWlA== - - - xd5Z5N9w3jsjtQupZaaCNq7+Fnl4HrRgskNvycphwGc/LjHDAAyas8jCIlouNfG8WOup3NMegQsj -Y+fIQY0SM3WMdIOA/ykqAghb2C1hPxVRvCUqdckjfHNxskrQhXG7mfcQpKt1uCaadjWUZPv7EgTz -lMOXzPjet0H5OpVqlm7G04M22Fdp8rUCfW1yLskNwz1B1CqcDEOvcUWPsf3MNiI4yY882gXTJnsr -Utul8dYOj2krtcirZCe7VDIGq6lj3uWwVon1ZXPMc6ceF8vI2UR/xfPC+RzP7XLndpvDWLs8/Aow -ogr7+jjuOJPK2St53fqKMuAydoS0FD2/LHG4KmLjimzjLIfRkuNXG7duQFvaeeZlnIuw08BdKaJk -CovF7QAW3vEeYlOejCJ1GQKNlm720EQX9GTuGMvRqiCRpGzXBqDAyJiqtSZ5L6T+J5umKA/acvid -G7bsJMNYwqiY739taFlO5ccHG2oU2XCySy1FPs9LGmqFrKAcRvh06qJIWzNiwyO20SJCSRD+NjO9 -yxM7GziVgiHJIDXOttQgOqIczXJp7SeokyzJhsb4JOpUQkJEgv8J6iTPzrf3xDq074HNS9defUzg -3NxLG/HMDF04UyhfxgxO9JNdehFsvRMF4I11sMF++qacYO8TPJnuxYJ/stvOJ9Gncu4Ravnld+7d -v3eYatEuQxzgmyJB1sqLmQj9QleoGAixJDqBcU6RR8a5GQ9wGwkGPdWPQxoqDo0kVFxWYcdDz46K -owch+V7v3q5Zsz2zJ0vLi3K4jC2eNu5THYaBjGXnX9AUZwj9UdVykFS1O7bPjY4AxXVs7XbRfqoq -mHvofW8XRcOvgcC0mYkiO91J4IlMvmcQjHFQlLx0zoBWzRY2aSpKs+9bcHE3r2I+skwiJ2IChvWA -InfMXx3KOa8McPrDUGZh7NrwTpHGHe/y1Ib/67jX/kT6NLZTKfupyq9P5nEnPI59Ng6hR2PbmdL7 -ljzCPBE+TvDgMHA0OhOnXZru84qWbfSx05+j69EbdWXThwVLHO1K0Wj60qN8P6BLcNMb1vqygmJh -RsXuNe32SpPpWwS5ZSdvXLVcAn5C7vuxIhdfx9dOI68pPW3jbyOMnNEKskkPgUDQWZn9DX2a5fEO -+5PpG2k2lfMkejwSiEchL02jUqOoBsuqaLoYtcNpVR/LMnpsYxMU1pN7px+0qEVOmiZp9nnzOW3y -Vifmf60qiEH/HBuePlU8L+sxWZWCs/P00nQ+x7m+qZKiD+CSNvMHnS+mnamCNBnz5LS/VQxIs++9 -3Xmd8rplqJBJHjFaBvweqlkMGb9J1Iyp0qWpkyGV0dSlHe5MNI1IexhMdUYt17qLXUfn0YDomgo1 -0WzLOEI7XmvVbo1VF6OqRr6N8yK991u1UfGqdFDTasCzrGk9mYVsRxi3boNDYi/Dxwu6q4ebOR4H -84k2VMf9fPJ0sRg2keouqFSM6/qP6kMGkoiNA+71Yz/Z0tSKKt8PepItR6SiP6rDcLWXPCypu2Qi -s3i7HaLjoSboEe1cpK2n+rVhE4BO7GdcOAlD3AnO79aaSpo9ZmCQIHNeqiLGNkENqn6c1oJcLNLH -ENazPy8QiJVtGIjcLmmYVPXzlc4VcrI7tE+mq2F1h65Mxdkdi4dQlLSsKigKpHtKfvSiunHk4m0d -2g99HFoIDO8b42o1Y7zMwhQXpHlV0Z81G97sHeaPYEsCfgg3dFCqF/TP+qEGqrF4og3fhmyjgz68 -G+fo9GKLz2NZPQdRGCbEIad4r9DaZRBgQS4kkQ/TOAtJ6MPWwUGajWqK64V+y1v92C7Ea767OJ+6 -V8xco0bgs/P0GuwBD8X5aeojFGYeWwBZwxocVoN3kikLK+5eFAifHUMwaTZe1GE2efsCXY3LydjA -gmS29Xt5In7T1lU8jC7NJDWi74odRpic7A7Kk+jDkv6kge+HSb9DfHrU03/uP370+MatZ0Bqfta4 -R3ugQUNj/IylwKcjVghM7zYYk5q04Bg3oyloypAr54L4QsGMpzBaIOEx0c0QmPK2xFpQnBEVNGUB -MjFsmjcVxGcjzmMqeJVtiT3X+UVJ+ptGFdMqp99JTAR2lZ5fqyePuZa1JM0z/1YDg25OrFvtApIr -rPVpnvm31a2Rg/zafiOXxubJbzFSglCVUFu2mBoxkwYLgyCWoTcAY4Gwn2ofmjDtiaGsJ2yEROCE -hyhA00qy3IRHIVleVdWtnIs3WBKxYSMleP9SDau04EHiI/G53AFyfGjDwYZamCEHPw08JWTzaVOI -JuUdiHVAx29pkU8rrLa1mVfekt/pHeI13QBjlHEYJwEZKm/zyccjpoZaVApBy/gQhF1FrYLCaAEc -WtM6sd6C7WB+uzsxwN2LRlPevvPo749vPENI9eOD3tJx0MTBgqhWFk7bW4X0in/N6II6opugRSB8 -tcYyk45Ratjm2lTzn53n5bB7lbYGtqMhZV2s+hODhFx1uOh4IO3EZbVLKJHn59XB1/+4pThBl5uJ -XvbquTB/uG3V8U67y4qtgxAjeTZqS3RAIeexpNq0w9eiViAygQUljZ7S0IFIKosyWqSTdpqtbOWo -BEb1PsR7GrP7jN9jyse2RrPrgxEm39scy95mmIDmJ9FewiTZy4w7UOawxzJHPZY56LHMMY9lhj8o -YRLnzU+7VpvxBtocnj/151gfE1eQNcTDKdYeX4FQGBiy9e7PSgnMKIrBJAvBkyeak9gTxgR44/mG -J6eqW6E4FgverorpL0QGn1NNTBY2x7P5TKoC0Xl6MBNzn9i+y0BpVc8lRlevyvW8ZdoR+h8U8O7w -qwMDKyH7jJ8IZiwaOIMHM0bvEh4hXg7PjwH4aBYMOCZqTCtYQANaF6xyg2dGtC7aX8sKdl/tYIGA -4hFMKtmCuKpkpPie0kSCa0BsBzMxyoswvL6+2D18ItdNlRrpFDKJLwDN+RYx+mppuGTQDJbXMdSb -CMhqf4+UYtFchYdfHKD1BlwRZblWhl8bCbOCxthNbaH0tgCfzc00vqFsJ5LD7WBvxc7669ULIJXc -+vv1e6dPuWVz4WIuuq3o2sCLP0TRl5QXDY7Pc6gGF9z6PkeQVyXSSOn7I6pgdoKCQFpBlgzzCyTJ -zy+QpKAY61NBKa1vkKR0OL1Bws1kbl5K9uyIFWRJP79CwhacqPaJRx/0vRsXg1yZObNnLmKW89V4 -9wKve7WgDzl0oR3tO+kE+SjIuwtl/NZv9TP5LU8HJAPPxOtFKEyJCt2oX9dxyFNCGk864Hk8CXDj -OwUaMB2b2ONO9vbuwrjRP9y5d+P+9Qc3n/HO14C5D26G8xcOSePCFRhE7NNBURA1FWYwf+MPTcmm -MpUC7rAayB2jdnIHEfjryClHYitFU34G8lfesJS2bC0FrZ76N8H4S1kC3q+T4IMCiQ+duTMU7TYn -REDvMx6VGgKta/YtHtGYklkw8BW3XFlRHn4Tmo+iesQoVo3102SoPUYglKvYvje/s4B/EsJ+QD32 -z/k0m1Dtagfam6dPi0RXDAKZDJD+hiMshJxHOGDwYrXH6GAbE4+kZivj90WfUrr/4MHDR8/4kNKA -/yabDvBxsukETN7TGoCpzGCpMMObK5taKuzCm3fmGzUIm1rtwqYrMDnYVEDLjU015Wd4c2NTTfld -eHOw6dS/Fd5cJoxYsi6OiI9IkXX+t4gyl3Z/M893hDaXKvTWCkoFqJFsjEZNXVQWdSTjAmQgeuVE -ywJLDpzLiZoE9H5TYpTjwlqxEk7ZnayHwDVbGijIa3ETbap4oo4mTiWOruz0WLB68zqqcqCUQdTf -8UhM55ZmPKdiRstZJXqBiwMgaMyuzDRB/2R05JwT2MR6+SoGiesnPLTzJuxrzPa1GUqxBUSiJS/a -MuIlrckkb1IaQaa8zL8NVDYsgtOrf+7c8YV9ppwiRTgxSM8EB5ccoYPFPoXND0ob8WlV9TIagFOT -uWTWjLobMubAhj9YfJMRstwuWKfnq4sKlLt37n1/6+a1f+cPrt25d9Htb+CFikARZV7EifzuO0Ip -dZMmMHvkPf1ou0bDXRcCVCq6a1SgV4CeOlNLIkNFAN0XYk5zNqF6t1bCAseuJHWOJJoE4M2yNteA -ViW1grBCFqZ5Y7RUmKFcTRamebOdSoEstBooC8fAURZOIKzIWcNcSl2VxgHlqrLQUn4XyhWtnqbm -Yni4eMpI5v8R/3P3+qNbD55xhxkoe8IQQ3RwVFf8P7TPzXLcUmFGEbRRdfPeMJWCsbIaZFStdhnV -Ff8POcOsTlnKzyiCNqphVtGmUtDqqX8riqCIpEQQNPkt7Y7T7xWdvCsYDYhT9vckV1HWJADYT8fn -/UPE9/XkUQ0SE98lYoADKhJQ3mQMgkHxWVcN5X1LSIsMhxAQ7fRlBAiQFolmloMfckewuRxDCE3Q -8CL3CQu0JzS0FtTLR3ZUOgMSHrSsVuA4wCBAjbWZrF0WXq/qur2O2PjNAAkdvfl3FLOzXvCPAjQ3 -jav+llLzud9SQzNXWNRdEgh6RR+WMdoXxNWzN4GwwcBnj4/NOxkdQcDM5hUdkcKixHmtf+cT0GvS -edUgncKfuTBk+dqLzmveDyqB2+KI28Ok4WLsXLvRBCJSA9HWjFVCPISmKGvLxCxE3TjlijHgbnuz -2cYaD1MAx1GTSRp+erASiEe4Ts2F95qbt368c/3eo+sPHj2TIThkGG908IvAu511Kq5ODiU9EphE -ETBVFQEc9IYW5HWYY36cvESughoEhQbIq4plaFQgQinmYgyCmBcQWhmiKSm0mAL/JI3gfwwprKqg -JY0miV4QjEEr6tiJCpUpX/dRjYNKDJokcddaN7QN0nKsg0bFAY205zdilKgBoLTYozrQD9yCATo/ -kruWY4hzdtorb2GDpdcIJdrmWaThKNDJG8yQJwz4wthm7bMTcI1jDq2qNiQCzgIYNBp11mm8LUSs -LbOe4PVEhZYJw5IfmoAsClKXKktAnwDsxZ5m73YPtfqgQ9Ubilffz9hhvZkcm1jZUWnRS6VQJRqb -lwZomNFOOXdLU/V25ORLSWaj4BMSgReG66hFDGiB114kIC7q9XfQLMwlatQASgwpGnMzbPOYDe8K -lR2TOWDoogm+IsEs+3p9fmSaCQpML6JaMDDrVZmQJTAOLaleTRhZHk2YR8ZogqxU9ELQmhP3g2XD -CFluN2OsmwZZ2lvdx/xaXSChyKtQXHp2KuGJBY3xLZsMJazmMZvt1ZCLh7GlEhgPJEoxVHkZfE+f -t8OCmVjiON3YSig4E3mzWHiuremqdETAJNd/G8FoGPZMF1RgONViqzATbwo39tUUEzNPHiDZXb4Y -BYYWAH5uxKNGfWkpMLwrWSP5fBSr1vOMkk7Z7qpBc2tGGN0GSYCuzncawyJOGr3ZqiZUTanOZqmg -0INp0sQGZCF1tgFnSJ1tgjqkHJ81YUv5GTBRdTZLeYVWjJOmOWqgzjZqp046tQw56w== - - - bPWY+2dem8CbicvYGBh8PxHBjbEIP9UQ7ATPl882S0NppxSm/GTOmdfH0kaJE82qxtcTtcirIXOJ -Sd4YnqtW0unB3EbLN3XPSjvf49OdlQEDXzPFgq/BnXG99BWnilJXeEMkO/VzYNW9je9SfsWcLTrb -RTORyuqITQYpE6kMzmkXZ9opl1BwfpsTK2OthnoQaK1ko7E+WUPNRduNEpAk+LVG5UEXK7KsstNT -QV/cXZLp6u3r3URLlnGuIhp123K6AewMj+IoP1VNenDnxo0bd1/YNWLlXFTTGiBdPMQNiDBZMG62 -Ziu0mC0YN1uzNWUCwc3Hr6kULHM3W7NH7SIQwmzNVmgxKyXM1mxNmUAI86F9KgWtDuet2QD9avoa -a8QLFzUQhCyJ9ijUsNSFMFa8JiiLxBHWzIfxrDfPc6UoMJbXiw+wKgOyixBa3sQ7rTdA+Gp5GMsZ -zHxMIDHz61FEA20UKNIa6oCzHbYRIHcteV0BwP84JqqWYZVGJ1gt7KLGe+KgANM3ENAM0StUgUk+ -FgS0LPGPGDlH3LC0nj2KhIwQS0xv4GLbhKtYuk27ulAJ0w5aCloPrhZ7TxoxZYQWQiqKRDbOQnio -K0W2MmvcNgydeKkFKGGjPeoPAxP48UYlgMCAVkXsMPPmVbkujq/NUo/gpMQtFQjsiq6E1QvoAQyF -PaSOYzfAezC4fdseRseFEbHI6RUVsk+YDloZVyKjXqchEJ2C30ZEX7DTy4BNgSMECFQALVtlMRHi -0DuNn6YDQhCH0c/ahoZZikCo2Z2l5OTwsI/DLwyC9n/u3390//7dZ3SLDXQoCpKBTUVBMuFW9bSN -up/Rr1SQ+DxrFpYKu+hXuL6VZ3/DqD0JrsPsb1BMKyulzf4GTakgsZTfRb9Cq+t5fwPaQGiFK2qu -INqMGfhxQzYKMg32Alk5cpG8rwCVNONmuZnnYUDGhq6ANkXXtQzHpjqBrlEJdEW9c7z7odtpUhAd -sROLYHJivma4qzmrBJphMiUJwa3Wj2HN2anvwi6sf9+5d/vC3KT2J2KK9eVuzjwFxApxPAgKVwNv -AoYo18wn2imCHGUGNjnDupxV+GgwpKAZ9Lm355yjQbsEBb7n7BxqIBwtQqjYIoH5J3gyo33Nq/uj -M4RGiqsie2YpY/Y4K8AMLF1ZOCwzs3s3M7ubTc8aE2uluHnX1JQxu5t3zakUMLt3E7OP2mUxx9n0 -bD3SUqb+mRqtMYhBIn+TwO4LgXGU3iyThz/2v4+nYvnnojJbLmyOpFpAjFDkyoUlk9y8/GqqWaJZ -9RRItjIbQgq4Cxf04h5pNmeBl8kDXqioy/iTZerFQ2hroIJV6v3qyzIautXkOcpNziZ4QEYDogww -SnVRJrs/6rGvKNZnp1Jl0OBMJLGTWpJQAfa7c2JO40/61Iol65RzwcjJxfKR1F8jJFSEBl+hUNsy -Lr+PwNPOIHwdZk3SZHxqUwAjJBEPAB9qFtQs8FEIb7W3xqM+bnUqnGKuwmKBtVBgkllNGPiBYbRX -GYyGr5fx4uSac315JqqJjvnSEI6kydf9/BB2czYNw4d1hleAg5cQNWmjK7TlU1w0FeZF7ldDTize -rDMecWIaWyydxWybXGkCdM9PmgYcUOochZT1oMdFqTv+IYO+xxs4zLveE4nLkG+LfDUiSPkny/TV -waifBbqBrhWB1gkUM3HG97w/HshoNG2cvDfJUbOgJi8/vbn62Uk3VLOkWhppUTChwQpzJyVqv44X -M/l3M+Tw2uO6oi+s29z68daDe/cfPctdhzZ7ucrs5Cqzj6vMqkOZPVxldnCVWRcps3urzN6tNju3 -2uzbavPZqs2erTY7ttp8WGuzW6ud92rp37AnyZph+Es13jjRDNNPsp0GGK0/JYPb+cnC7Diw/kyj -sPlnvrhOcefew0fXf7j+w60Hz6iqaoTdwmOfBt8hoRF+QZM0SS9VKJpIa3DfssQ1tm9ZxLa0FoDH -h7XopaxhfQvBiBjVVzXJsD0rQBNxDeiTSk8sIeWvBfSGTv05nsL+ckJ4KT6nMD5jqB29Pisx45El -Im8v0G9hX/7qAESxgoOYYPPPfBjWh4n0Rc/XVOxM+aoixC3E3691h0QQgNODmYgrqV2IsrRUvZCo -4oHEJ6OvLHx6j3IETRFbzIJHhXDVJDu7CL0AZgIRXTNpoGJuiTysZQaaQFp3cSYBBqh1YTjs0gQu -61jai9DsBQHktQQLZeR2xD7gQhmIWa2tIEK0CaWuhC+Yqel8Iry4pkMhyUSomUtIUUmeG9v2S17e -JslyMRJGagx+Ih3zS0LUCbGrEYfoABEipDB4vhhQyS1+kFBpUAfylM/LNqalITTV6dPO21rPETW2 -FJ6fuclO8I+kiszJ35AqEeyE6LQ8TquUlrU0mhJZK5U2GXOZe6/RN+vE2H1Imb+wkPcRFRWEQ6g3 -MKhVoHw4+8U3ERW41RDqZvbToi9kjkqEEpZ5+kHje53r9JNEfI0x/ZJrSfP0C62mafpJYjjjGEzW -aRynEwGaoKOO6U9LmZpBf0ZasmIaDdIxe8qrslzmHrYijDkfDpwlyTmJA2EEGUi7DgeUZ+OzDTHI -U+KomXoPl3pfo0ISIH40hsN+LIHHU5ZF36ZfFkx5WaRpNH+DRLAI6YLoJssCB2RXxeY2VIkc3tNW -KBZTz5YgGPRnXBN8Tm8lgk2skiAHCzSm8bwDEmOWZE0IcCoas7gcOXjiM0PNtFiDFeEnykF6gpg6 -UORFXFAICy3C5Fy1cBiHumncuU5I39B3HSziAcg2wYfpSSScv8RfRxE8RCFJUYnEYuE8UsMHSQoE -RAbE/0pw8h7t6cGGxk2fFIajUPgDvIKkFJQ9idyNHdEL8peuOobl5vHwuzBGV29BEix67git5A1p -zO5MLIIGxk6BubjaeVo5P0rHF1VS/nX/wc0fHtx6+PDioQ9TkLmqKBIBriqKBYdTRUlpUlEkkdb4 -8qGiSCJto8upomjRVFGs0qXMoeXMxn3DCpBEXOPKTUXRRNxGlbOha3+2vlaJLs8KmQrepBoKUnSp -DhIIAkNHQp/3fmDVK+qapYtH+AKldUGAdHiYoCAAKIKk2iJvE/fGS5ph4sLF00/G8yOQj5EXYDeC -1PRvBDee6gxfx/6R0eNEHaGIbHCtksRoKJBc36oOJcY88lOOt2z3EpSe1zqXnZ9xzTD97LqU16D5 -LL2iaMZA6UrCZlV6C1I2a/AgYaxga1iWTb6mWGwcI9zg1hY0uZFxrC1a9DaYBOenrCNO1zIoAnAy -zdxmdhlTLKcdyiJEx/cZL/Y80CDiZgFVQ9bIGK6ZBBPV6cFEQaNRwlRUa/JHq8/S+E6vWM2ZklQ8 -FzVIo76VMho1ilqbvu3fhQ+ojx6f3bj74ELCIjmz7EJ1pS3pbEPM4tlnVLNqvVnivEASmJL/r7Jr -2bHjNqJfcP9BGy0dNB9Ndi+TgQMEGCBZBAG8CibXA1mBpBEk2Ynz9enzKDbvjBfj3eW57G6+WSzW -qRoQLKm7nIjM+brDSAGis5q6bDERITCvDK9SGW2VGxPimOI2gpDENzpoKf0GyoyecXe5xeiZ6p4l -YWTXE5zrBRudfgu5/lM0DvMDtIKanKAVdPAWkCSlIZYsJ+pJfYgV1Il6S3zA0hiv1grqj2oFDb4C -V1BoQsYKqkQ5KQ9jBVWi3BIeuIKe9TnpDpu2Nku+dK+BtqNjFK1POMcAUtRUnsAgLAJKGrIBXWn+ -LkcgU75VweEtl5bkZu8WwR3Zh2BevaNDqw5kpcMpQDymASrFmRhN4E68BkZfBbi45XAK0ekQYCMh -oJjJyK/i9pEQvaUBsmNSgAyaowNt8WebRMuuLQm1p6PYgWgIF1Bwp1y7osVJ7uWgZpziboj8Tdjj -J/sL2xlpGDwKQCn2DSoLJ+io024iwgQWfvT+BquKXQWIYd8wC6GnA8BA0kQYllrlkHHFTt89u0gY -m84LcFqEYcFHFx7a6Xew+sk4BB9DYOEXFt9cAqIfM0DsR0rMdqstcCkBivSEZuKdMkDJ91A0+FDd -ZWwH6BCDNz+6MtIxwEx9LgUy7EbkfdCEDhCN/tBZlvvpiGpPfLQ7bB3el8iNwEISMj7vUDEYGGrp -hESPSW29yZZ9044P8EJ2hqpo/9fLDBatWRiBMnHESrXAmQ/ev5PFD6mY/n00ZRTGBGBStbqkaEL0 -YDSvjzgstOeL5oI4H5wzM8ZrAUK1+1DZNXlfLBlYM7GIUULiZkiPuVo05XMbIF1JcbHbJSFsshFm -Lvg7Z+NtvOgCJsdYwGhdAGi3oN1lQHMITDZ4HBAeDQdnN/myOxtWpscIB1QiUzPFCVZGi8UV8qDR -7PRrKEkefcIxsu1pgq4crsu2b3M+2CuU7nwUN1N1/Dg2kbw6A4z9cZPpNSDdTxJCuQExcs0JkcXj -2OhTPsSxLm5w3tcAolaOkA8tBHcNp00EdEJLHFoY1IEf6Ku1FqUwGHhNJfZ4HIQ3r2kytEWgBTRQ -g6t4pjw1dqk4M8lqavfjaUY7+o2RY85Y7EJ70r7xkeCmAzxAmFIAoqQhaYo6CJRbXYTjZ3FrVQWx -9Fm4qH40SpdohuMuH83JtbM9Kr+aNQpgqMu+dDfS/phlJYufPZFGG4v2sIuRdQxjd6q/nPyfChdr -Jf4tcj3Ot3HSJTuJOiH1xNmJIx/9xz+Dtr6/eDSW6ylf6jH6GS+LUIpFmLE/9CiFQs1WuPpnvtrG -ZBIic1Ouh7oUQyV1JcQNoXrQLdCFaq1Wy64ydRiImpKBsOZsbSzVTc5BIN8sPnp1hQy4Up7ygUSs -FgDyY4seJqv4N4baq6Xth48P/3v69LtIT6JaWawUz8tiZVDAKFbW6STsRD1ZZEOsrNO5+nwBxEq/ -em8ng0zC0aB+MVufLh+cKCd7LMRKJ8otd4wFPeszOE7rrrAylIToJgR8P6hs2gwW9nyH7+OCF1mc -6jTOGkkq/JVC1Fds7SXEeGpfr5fxL6WBchxMvdzjcWjPAC0kRQCi8AlKX/c8QxhLqH3LGj47zzK+ -rAv3uzXTXSO2cvbjSCYxDQ5pxPxEyHS8wwXr8Fj/4kAP2yTyCnHx0Q1iPuOTuYZYStkMUOnVuy7D -QdyxmXPplmgZEADlOHazuHlQ1eHeMFseWsh8O6CcLftRQzxX59gk6naDuMZNc2ZLIlZBe+KFHEIg -Klx7bDSoEV5xbB+756isBQFaobmZR6w349gHBaZTRaax18v4l1q7UYq2rOub2zLdsZTWbZYopddy -LhFKcT/OOVJdRxCMuGbTygGCior7kqbHsOAUkwm4/R0lLGB8eDphb2scjykmYqbjFQysWkKFgZvo -24Ky6DSp1xGoc8IgpKSWrjdkxOLHDxf/bMYQqjBPieMRzl6YiK2bjzFkIuuFPVSk2NwArbr74dyi -TxqAu3uyyNcLIctLUKMVQWdxX63O/Pz++vD14XV8YeyKKXaHYzDuZInu5voMEKzDTQ== - - - 8e1OENBqle4hfx+n0huoKxTJ9XILMnjQ/LauM8f8VUN3N+UzSC5hzJt4FjtazfMHZiTKcWJR3PNN -UaeXDcKBg8KtqzUgWNFILVVEgYGRJKnvD4wEw8UPrtlEQiNJhzaxFgdGj2nzm3zWnD9o6O6mZAbd -Wda3xcM4Z2ylzp+4gaIkExgFnt7mSr1ojrtTqWNKrndf8YG9+wZVmJvaMmlRnKgn23jsvsukkzlf -gG3Vr9bu649q9w2KMLPlSa/uRDlZxmP3zZOW/nwBCnrW52QY72MJSZbn3WvNHsCPdQeDST/uxKrF -T9SoOwgq8yzr/PwyJrt/qt28oKwwriShWM93pKRF4jeyft5z3lRdkSJPcsQovYQnwhNC33fxjQFa -psyyvAYk96rsaVzhgstafJowdHcRLXcf+m+km1f/8saNVBSbZ6SotLo7W/PVViX/+vD07t3j6zSw -HpWmGWlUmoGkUTnISTs5kpMQ5kQ9+U0xKp2o5kFN9iTxao7K+ChH5aA2MVufdJVOaFQq4VHphIvT -J3uSqT6DMkEvy6FdII3uo2hpTWraRXFC7y/W3aznT8azb2MHHelQG+2KD3hPepRckY9BK1CxCaly -0G0kGJBy/8+DgaJcZC2telMflzQ7pDbxzSpNcn0D3gLbxi0NL4bvyUGUsQdjQe+bMbmeplp1bcnF -qMMaIfWqnFWmKhyHdC58L0plW6z9a7SwBluo1qVGmy7KqPnIDirnzxfN/+oB/evDT09Pv2s45+nu -0XwdD+dlunsky2eMn2W6e1QihvMyrZHnCzBOl+nuMT6q4Zynu0eye8YL8nT3qEQM5zyduM4XoKB5 -fTGcM9i7OkCjkrAyt/paBB/FGUTqB7JzZAnPf6lBinMwL1FmqFKcu15mzEFz8B4SWrkuroPkI6Uz -IcYr4fdpakrtNymw4CGtS4iD0LKIrLLNkLglYYQR+eCLKoRGHBbAIVnWZv0kdfVXEkt4m84q8DAC -yLYgm61C0JKJ0Y8pDMkeC6CCJ2sutsp8vg5FvefGfvXR/N9PH95fPzz9/OOrhi6IFzW7j+RPSWyM -3Fqo7GiIO7RwCgFktSVFEAfnRTr3Mv51vKZ/XBJWomwpVYQU+FKsRqgfSnH8IdvLfBaeNTLd34HD -0nMZekVGwz4WhM1HlEVhMpKtawlBw8KyHeetan0RZX1A6xaqJkVwedkOCsmcHOGCZ0aYan9kDKxU -+4QxAvFSDDk2BSihqtUqq+IrmSl9T74DVKiPOqS2EoG2EbU6pEfqt/Vk3VLYb8C8A184lm7JE6Nf -jmP4OkNXsmi2HldWzrfY4yWhlVGBlqNPtHhvirNwZc/tJXvx5mQEJJKarsnIKNod/Yan9Kon4VAo -Fl5OUEK6Ok0yMseDi60DMY0YdArgWhe3Eb0Os7htKTct/qJjpjtMc460EpvwpJV4cKGQ1CDz0udE -PelUNJNsFN4xYvsqke94wbI0Nv9SvLQoJX2jPEI3/3E/ftL1/5SkxRQiJoWGpksvwJhN6+5cu1sF -VGFZJjGce1YYqS3FQsajAjlLZXEnLkWxofEJulHl7STriiOx7x5gsN7yDZTiYnMGi328M3xXss6E -wcIZDyv3uFRDlOmro5SHRpOGjozxJsV9o4nTDbBlWbufmHd+ILwu1zqpAD7rKRX9QSpPxpMalxE5 -b4o0KCIYNd0p9RtohHKYweoQaeNKjPZ1jmC/bzKbaSdzThvvoLwhSTZcbLxOlJM1FxuvE+WWM8dx -2V9cWSc1b45I6zqE+KdKUJ/9VIbl2c90Zjh/apzq8+dPZ9if/cwhQnFl3UKnzHtI7R191ZHOIMl9 -w4iwQM3N5VZyKKDWsxcqsdEA8kIHi4G1LVB34WWYzWsL4z7HZz5m9abiQc8EagmgWhdDpPQS2qvl -elpA6FGLMLBibHx0g3pwV+fTAICLEll+7vwGDRGP/SO6MEnOfIQRbjlR2moZrKTkCLVbSGL2XQ6w -dx89j6pVjXi5Wb9pw2dtfX2Vw7J3T0/vPjzSV9nnDz+/zpou8fKshYJEERTEZPRym0R2qXFYwPJ9 -bBRmwIRg37amkAu3r7ufFuo83QqYPOeFepluBdIyyahO1JOaFyKzE554y3QrEK9W5+XpVmCw8pit -TEdIJzxzy3Qr4ISLU6Zbgak+Y+aCEtTD1IvOXD6qlXSFuzvwECHdRAJi0Cq0OkPsDEgkK1vuTtks -G/FlGC703aXrwaxl9I79EAq+48VJISkWLb+8l78nMVOxlZBnc9iKFzUQL9BuFyVuO1YGdIibTVV4 -6EQ0ilbrGhsLWV0Y8mH+StofA1ro0KfDAGPD5I3WTtpqwGT7hZ2n6JO06WBHudEhZy2MYBFbUZUU -k7f4n0w01JFec1hHmIWIkxjWrDamAblvTaEDp2+Be47R7svh4wNr19g6IUpOvzzLJ+kULgz2bsEG -CrqUFPAlKrgHSfVoqT1ADA3cNLbkbZgbMmh+im0x5p4CXhwrk0WXLWNv5idSWAThkvQHfuKQv6KX -sNKwvIN+wUuLW6gFqXIGJRGyXkswNxiclnUQYHsltOYhJHC3WUNrDDAvmjyrLD0SlWCSale1CVmW -i3RqhsTuXJ/nsnYL72K4Rxz1pEzpTb4c7rSUpbihogcpDfvkhQU5tY+CVZekTMDMSc2E6VEL6EcA -1VXSryHxmytJiDf52hq1oPU6WdBRYEUt5QRitCi2XVdwXHii6EEa4QkJkEiZ7AdGVbuBKN5fL7cg -mTt821aj9wsJgc+n8quPmz9+efr8r6f//h49yTbpotukim6TJrpNslGb9NBtUkO3ScxqkxK6TTro -bVJBb5MGepuUK9ukf94m9fM26Wm2Sfm8vdA9H5mydFw4PCpcVx82y4EhiFrNzsWYDQnnJh+dD0ka -0jq97ex+jJyrTplprMiIWwHTsd0HZLK2rheGRC+WIujDD653dD6BpAtfXo1ONbxhUuq/MhLLyo19 -L4qmQI2jhSRa5iCEiU3KjfAxc8lGLpxVkpuSfrzgjGjP3oNIumCMi7a3EHbwBkjaaQlJ8JiifFG1 -HE9PyPrcZlUmlTdwaVTHygkNZjuvP2owcBh5fg0rQTQZYo3swWWgi/wJ8Y0mGzMwMIKLAtH00Niy -5ui8fesTwrAWi+1QIhe8s4QxZ1/ndJI9HZ8KLMsLDcZOHwp+HJW7bPdZbHo45WO+h6w6fiE6274Z -WXEbD2QpVk7thWY9dGARFswZWicg1kPZqIgB78L6cZOwiRJIbcZLuMRSHguuFXrH0n68qYxNyQiD -hNRxR6lcdinPUh3nwH1GkozAGFvDGK1lj55FhBDTs+DCZWdrBpnOCPvOQn5gGDx9ca/Q5cyEZNmD -aogZc4j1tsXSidEDcxpMlmhgak34WNzFOAYVgpq2FkYFOFYiTy8hC4hXhlft2fqLXhYRfIfA4SMz -irCH6gx1RynT0k+AU2rPuU55ZE6ojsK1eHN0FiErbRcZFXzYrMP2FueQGhOI9MYJyaKpHs8NDEJB -VhHzakMRmiwi8F43RUPI0ZvtxhAFuXCRETRAqm1PBCYucJnKaC+BrdIF0hxl0A+4rr5YfV+9e31+ -/+nb45fHr99esX/d/+ny9o9/Wf/5/acf7x9+ffzy3XeXt2//9vDu8e9fHt5/ePxyeff14ZfHNw+f -Pj19e/j2+Pn45807vPvpy+Obrz89/QfI8Uhkf/v2+7/++fJ/mmeNHg== - - - diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/web/html_css/index.html b/core/static/plugins/glyphicons-pro/glyphicons_social/web/html_css/index.html deleted file mode 100755 index b4d071e..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons_social/web/html_css/index.html +++ /dev/null @@ -1,240 +0,0 @@ - - - - - - - Glyphicons - Social - - - - - - - - - - - -

    Fonts

    -
    - - - -

    Images

    -
    -

    pinterest

    -

    dropbox

    -

    google_plus

    -

    jolicloud

    -

    yahoo

    -

    blogger

    -

    picasa

    -

    amazon

    -

    tumblr

    -

    wordpress

    -

    instapaper

    -

    evernote

    -

    xing

    -

    zootool

    -

    dribbble

    -

    deviantart

    -

    read_it_later

    -

    linked_in

    -

    forrst

    -

    pinboard

    -

    behance

    -

    github

    -

    youtube

    -

    skitch

    -

    foursquare

    -

    quora

    -

    badoo

    -

    spotify

    -

    stumbleupon

    -

    readability

    -

    facebook

    -

    twitter

    -

    instagram

    -

    posterous_spaces

    -

    vimeo

    -

    flickr

    -

    last_fm

    -

    rss

    -

    skype

    -

    e-mail

    -

    vine

    -

    myspace

    -

    goodreads

    -

    apple

    -

    windows

    -

    yelp

    -

    playstation

    -

    xbox

    -

    android

    -

    ios

    -
    - -
    -

    Images

    -
    -

    pinterest

    -

    dropbox

    -

    google_plus

    -

    jolicloud

    -

    yahoo

    -

    blogger

    -

    picasa

    -

    amazon

    -

    tumblr

    -

    wordpress

    -

    instapaper

    -

    evernote

    -

    xing

    -

    zootool

    -

    dribbble

    -

    deviantart

    -

    read_it_later

    -

    linked_in

    -

    forrst

    -

    pinboard

    -

    behance

    -

    github

    -

    youtube

    -

    skitch

    -

    foursquare

    -

    quora

    -

    badoo

    -

    spotify

    -

    stumbleupon

    -

    readability

    -

    facebook

    -

    twitter

    -

    instagram

    -

    posterous_spaces

    -

    vimeo

    -

    flickr

    -

    last_fm

    -

    rss

    -

    skype

    -

    e-mail

    -

    vine

    -

    myspace

    -

    goodreads

    -

    apple

    -

    windows

    -

    yelp

    -

    playstation

    -

    xbox

    -

    android

    -

    ios

    -
    -
    - - - \ No newline at end of file diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/web/html_css/less/reset.less b/core/static/plugins/glyphicons-pro/glyphicons_social/web/html_css/less/reset.less deleted file mode 100755 index f5e9396..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons_social/web/html_css/less/reset.less +++ /dev/null @@ -1,84 +0,0 @@ -// Reset.less -// Adapted from Normalize.css http://github.com/necolas/normalize.css -// ------------------------------------------------------------------------ - -// Display in IE6-9 and FF3 -// ------------------------- - -article, -aside, -details, -figcaption, -figure, -footer, -header, -hgroup, -nav, -section { - display: block; -} - -// Display block in IE6-9 and FF3 -// ------------------------- - -audio, -canvas, -video { - display: inline-block; - *display: inline; - *zoom: 1; -} - -// Prevents modern browsers from displaying 'audio' without controls -// ------------------------- - -audio:not([controls]) { - display: none; -} - -// Base settings -// ------------------------- - -html, body { margin: 0; padding: 0; } - -h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-size: 100%; line-height: 1; font-family: inherit; -} - -html { - font-size: 62.5%; - -webkit-text-size-adjust: 100%; - -ms-text-size-adjust: 100%; -} - -// Hover & Active -a:hover, -a:active { - outline: 0; -} - -// Prevents sub and sup affecting line-height in all browsers -// ------------------------- - -sub, -sup { - position: relative; - font-size: 75%; - line-height: 0; - vertical-align: baseline; -} -sup { - top: -0.5em; -} -sub { - bottom: -0.25em; -} - -// Img border in a's and image quality -// ------------------------- - -img { - //max-width: 100%; - //height: auto; - //border: 0; - -ms-interpolation-mode: bicubic; -} diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/web/html_css/less/site.less b/core/static/plugins/glyphicons-pro/glyphicons_social/web/html_css/less/site.less deleted file mode 100755 index ad67327..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons_social/web/html_css/less/site.less +++ /dev/null @@ -1,92 +0,0 @@ -// BODY -// --------- -*{ - -webkit-box-sizing: border-box; - -khtml-box-sizing: border-box; - -moz-box-sizing: border-box; - -ms-box-sizing: border-box; - box-sizing: border-box; -} -html, body { - height: 100%; -} - -body { - background: #fff; - margin: 0; - font-family: 'Helvetica Neue', Helvetica, 'Arial CE', Arial, sans-serif; - font-size: 14px; - color: #000; - padding: 20px 20px 0 20px; - width:100%; -} -.c{ - *zoom: 1; - &:before, - &:after { - display: table; - content: ""; - } - &:after { - clear: both; - } -} - -h2{ - margin: 0 0 15px 0; - font-size: 27px; - font-weight:normal; -} -div.list{ - padding:0 0 30px 0; - margin:0 0 0 -10px; -} -div.list-fonts{ - margin-left:0; -} - -p,.social{ - float:left; - padding-left:10px; - margin:0 0 10px 0; - width: 10%; - font-size: 11px; - font-weight:bold; - line-height: 24px; - white-space:nowrap; - overflow:hidden; -} -.social{ - padding-right:10px; - line-height:11px; - overflow:visible; - - strong{ - display:block; - width:100%; - line-height:12px; - overflow:hidden; - } - span{ - display:inline-block; - width:100%; - *display:inline; - *zoom:1; - margin:3px 0 0 0; - font-size: 10px; - font-weight:normal; - overflow:hidden; - } -} - - -.white-content{ - margin:0 -20px 30px -20px; - padding:20px 20px 0 20px; - background:rgb(0,0,0); - background:rgba(0,0,0,.9); - - *,p,a{ - color:#fff; - } -} \ No newline at end of file diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/web/html_css/less/social.less b/core/static/plugins/glyphicons-pro/glyphicons_social/web/html_css/less/social.less deleted file mode 100755 index 3743a81..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons_social/web/html_css/less/social.less +++ /dev/null @@ -1,196 +0,0 @@ -/*! - * - * Project: GLYPHICONS - * Author: Jan Kovarik - www.glyphicons.com - * Twitter: @jankovarik - * - */ - -// IMPORT FONTS -@font-face { - font-family: 'Glyphicons Social Regular'; - src: url('../fonts/glyphicons-social-regular.eot'); - src: url('../fonts/glyphicons-social-regular.eot?#iefix') format('embedded-opentype'), - url('../fonts/glyphicons-social-regular.woff') format('woff'), - url('../fonts/glyphicons-social-regular.ttf') format('truetype'), - url('../fonts/glyphicons-social-regular.svg#glyphicons_socialregular') format('svg'); - font-weight: normal; - font-style: normal; -} - -// FONT ICONS -.social{ - display: inline-block; - position: relative; - padding-left:30px; - color: #1d1d1b; - text-decoration: none; - *display: inline; - *zoom: 1; - vertical-align:middle; - - &:before{ - position: absolute; - left: 0; - top: 0; - display: inline-block; - margin:0 5px 0 0; - font: 24px/1em 'Glyphicons Social Regular'; - font-style: normal; - font-weight: normal; - color: #1d1d1b; - *display: inline; - *zoom: 1; - vertical-align:middle; - text-transform:none; - -webkit-font-smoothing: antialiased; - } - &.white{ - &:before{ - color: #fff; - } - } - - &.pinterest{ &:before{ content:"\E001";} } - &.dropbox{ &:before{ content:"\E002";} } - &.google_plus{ &:before{ content:"\E003";} } - &.jolicloud{ &:before{ content:"\E004";} } - &.yahoo{ &:before{ content:"\E005";} } - &.blogger{ &:before{ content:"\E006";} } - &.picasa{ &:before{ content:"\E007";} } - &.amazon{ &:before{ content:"\E008";} } - &.tumblr{ &:before{ content:"\E009";} } - &.wordpress{ &:before{ content:"\E010";} } - &.instapaper{ &:before{ content:"\E011";} } - &.evernote{ &:before{ content:"\E012";} } - &.xing{ &:before{ content:"\E013";} } - &.zootool{ &:before{ content:"\E014";} } - &.dribbble{ &:before{ content:"\E015";} } - &.deviantart{ &:before{ content:"\E016";} } - &.read_it_later{ &:before{ content:"\E017";} } - &.linked_in{ &:before{ content:"\E018";} } - &.forrst{ &:before{ content:"\E019";} } - &.pinboard{ &:before{ content:"\E020";} } - &.behance{ &:before{ content:"\E021";} } - &.github{ &:before{ content:"\E022";} } - &.youtube{ &:before{ content:"\E023";} } - &.skitch{ &:before{ content:"\E024";} } - &.foursquare{ &:before{ content:"\E025";} } - &.quora{ &:before{ content:"\E026";} } - &.badoo{ &:before{ content:"\E027";} } - &.spotify{ &:before{ content:"\E028";} } - &.stumbleupon{ &:before{ content:"\E029";} } - &.readability{ &:before{ content:"\E030";} } - &.facebook{ &:before{ content:"\E031";} } - &.twitter{ &:before{ content:"\E032";} } - &.instagram{ &:before{ content:"\E033";} } - &.posterous_spaces{ &:before{ content:"\E034";} } - &.vimeo{ &:before{ content:"\E035";} } - &.flickr{ &:before{ content:"\E036";} } - &.last_fm{ &:before{ content:"\E037";} } - &.rss{ &:before{ content:"\E038";} } - &.skype{ &:before{ content:"\E039";} } - &.e-mail{ &:before{ content:"\E040";} } - &.vine{ &:before{ content:"\E041";} } - &.myspace{ &:before{ content:"\E042";} } - &.goodreads{ &:before{ content:"\E043";} } - &.apple{ &:before{ content:"\F8FF";} } - &.windows{ &:before{ content:"\E045";} } - &.yelp{ &:before{ content:"\E046";} } - &.playstation{ &:before{ content:"\E047";} } - &.xbox{ &:before{ content:"\E048";} } - &.android{ &:before{ content:"\E049";} } - &.ios{ &:before{ content:"\E050";} } - - - -} - -// IMAGE ICONS -.social-icon{ - display: inline-block; - width: 24px; - height: 24px; - margin:0 8px 0 0; - line-height: 14px; - vertical-align: text-top; - background-image: url(../images/glyphicons_social.svg); - background-position: 0 0; - background-repeat: no-repeat; - vertical-align: top; - *display: inline; - *zoom: 1; - *margin-right: .3em; - - // OPERA BUG SVG FIX v9.5 - v12 - _:-o-prefocus, &{ - background-image: url(../images/glyphicons_social.png); - } - .no-inlinesvg &{ - background-image: url(../images/glyphicons_social.png); - } - &.white{ - background-image: url(../images/glyphicons_social-white.svg); - - // OPERA BUG SVG FIX v9.5 - v12 - _:-o-prefocus, &{ - background-image: url(../images/glyphicons_social-white.png); - } - .no-inlinesvg &{ - background-image: url(../images/glyphicons_social-white.png); - } - } - - &.pinterest{ background-position: -0px -0px; } - &.dropbox{ background-position: -48px -0px; } - &.google_plus{ background-position: -96px -0px; } - &.jolicloud{ background-position: -144px -0px; } - &.yahoo{ background-position: -192px -0px; } - &.blogger{ background-position: -240px -0px; } - &.picasa{ background-position: -288px -0px; } - &.amazon{ background-position: -336px -0px; } - &.tumblr{ background-position: -384px -0px; } - &.wordpress{ background-position: -432px -0px; } - &.instapaper{ background-position: -0px -48px; } - &.evernote{ background-position: -48px -48px; } - &.xing{ background-position: -96px -48px; } - &.zootool{ background-position: -144px -48px; } - &.dribbble{ background-position: -192px -48px; } - &.deviantart{ background-position: -240px -48px; } - &.read_it_later{ background-position: -288px -48px; } - &.linked_in{ background-position: -336px -48px; } - &.forrst{ background-position: -384px -48px; } - &.pinboard{ background-position: -432px -48px; } - &.behance{ background-position: -0px -96px; } - &.github{ background-position: -48px -96px; } - &.youtube{ background-position: -96px -96px; } - &.skitch{ background-position: -144px -96px; } - &.foursquare{ background-position: -192px -96px; } - &.quora{ background-position: -240px -96px; } - &.badoo{ background-position: -288px -96px; } - &.spotify{ background-position: -336px -96px; } - &.stumbleupon{ background-position: -384px -96px; } - &.readability{ background-position: -432px -96px; } - &.facebook{ background-position: -0px -144px; } - &.twitter{ background-position: -48px -144px; } - &.instagram{ background-position: -96px -144px; } - &.posterous_spaces{ background-position: -144px -144px; } - &.vimeo{ background-position: -192px -144px; } - &.flickr{ background-position: -240px -144px; } - &.last_fm{ background-position: -288px -144px; } - &.rss{ background-position: -336px -144px; } - &.skype{ background-position: -384px -144px; } - &.e-mail{ background-position: -432px -144px; } - &.vine{ background-position: -0px -192px; } - &.myspace{ background-position: -48px -192px; } - &.goodreads{ background-position: -96px -192px; } - &.apple{ background-position: -144px -192px; } - &.windows{ background-position: -192px -192px; } - &.yelp{ background-position: -240px -192px; } - &.playstation{ background-position: -288px -192px; } - &.xbox{ background-position: -336px -192px; } - &.android{ background-position: -384px -192px; } - &.ios{ background-position: -432px -192px; } - - -} diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/web/html_css/less/style.less b/core/static/plugins/glyphicons-pro/glyphicons_social/web/html_css/less/style.less deleted file mode 100755 index 3ae6f6e..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons_social/web/html_css/less/style.less +++ /dev/null @@ -1,5 +0,0 @@ -// CSS Reset -@import "reset.less"; - -// Main styles -@import "site.less"; diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/web/html_css/scripts/modernizr.js b/core/static/plugins/glyphicons-pro/glyphicons_social/web/html_css/scripts/modernizr.js deleted file mode 100755 index fda8d71..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons_social/web/html_css/scripts/modernizr.js +++ /dev/null @@ -1,4 +0,0 @@ -/* Modernizr 2.6.1 (Custom Build) | MIT & BSD - * Build: http://modernizr.com/download/#-inlinesvg-shiv-cssclasses-prefixed-teststyles-testprop-testallprops-hasevent-prefixes-domprefixes - */ -;window.Modernizr=function(a,b,c){function B(a){j.cssText=a}function C(a,b){return B(m.join(a+";")+(b||""))}function D(a,b){return typeof a===b}function E(a,b){return!!~(""+a).indexOf(b)}function F(a,b){for(var d in a){var e=a[d];if(!E(e,"-")&&j[e]!==c)return b=="pfx"?e:!0}return!1}function G(a,b,d){for(var e in a){var f=b[a[e]];if(f!==c)return d===!1?a[e]:D(f,"function")?f.bind(d||b):f}return!1}function H(a,b,c){var d=a.charAt(0).toUpperCase()+a.slice(1),e=(a+" "+o.join(d+" ")+d).split(" ");return D(b,"string")||D(b,"undefined")?F(e,b):(e=(a+" "+p.join(d+" ")+d).split(" "),G(e,b,c))}var d="2.6.1",e={},f=!0,g=b.documentElement,h="modernizr",i=b.createElement(h),j=i.style,k,l={}.toString,m=" -webkit- -moz- -o- -ms- ".split(" "),n="Webkit Moz O ms",o=n.split(" "),p=n.toLowerCase().split(" "),q={svg:"http://www.w3.org/2000/svg"},r={},s={},t={},u=[],v=u.slice,w,x=function(a,c,d,e){var f,i,j,k=b.createElement("div"),l=b.body,m=l?l:b.createElement("body");if(parseInt(d,10))while(d--)j=b.createElement("div"),j.id=e?e[d]:h+(d+1),k.appendChild(j);return f=["­",'"].join(""),k.id=h,(l?k:m).innerHTML+=f,m.appendChild(k),l||(m.style.background="",g.appendChild(m)),i=c(k,a),l?k.parentNode.removeChild(k):m.parentNode.removeChild(m),!!i},y=function(){function d(d,e){e=e||b.createElement(a[d]||"div"),d="on"+d;var f=d in e;return f||(e.setAttribute||(e=b.createElement("div")),e.setAttribute&&e.removeAttribute&&(e.setAttribute(d,""),f=D(e[d],"function"),D(e[d],"undefined")||(e[d]=c),e.removeAttribute(d))),e=null,f}var a={select:"input",change:"input",submit:"form",reset:"form",error:"img",load:"img",abort:"img"};return d}(),z={}.hasOwnProperty,A;!D(z,"undefined")&&!D(z.call,"undefined")?A=function(a,b){return z.call(a,b)}:A=function(a,b){return b in a&&D(a.constructor.prototype[b],"undefined")},Function.prototype.bind||(Function.prototype.bind=function(b){var c=this;if(typeof c!="function")throw new TypeError;var d=v.call(arguments,1),e=function(){if(this instanceof e){var a=function(){};a.prototype=c.prototype;var f=new a,g=c.apply(f,d.concat(v.call(arguments)));return Object(g)===g?g:f}return c.apply(b,d.concat(v.call(arguments)))};return e}),r.inlinesvg=function(){var a=b.createElement("div");return a.innerHTML="",(a.firstChild&&a.firstChild.namespaceURI)==q.svg};for(var I in r)A(r,I)&&(w=I.toLowerCase(),e[w]=r[I](),u.push((e[w]?"":"no-")+w));return e.addTest=function(a,b){if(typeof a=="object")for(var d in a)A(a,d)&&e.addTest(d,a[d]);else{a=a.toLowerCase();if(e[a]!==c)return e;b=typeof b=="function"?b():b,f&&(g.className+=" "+(b?"":"no-")+a),e[a]=b}return e},B(""),i=k=null,function(a,b){function k(a,b){var c=a.createElement("p"),d=a.getElementsByTagName("head")[0]||a.documentElement;return c.innerHTML="x",d.insertBefore(c.lastChild,d.firstChild)}function l(){var a=r.elements;return typeof a=="string"?a.split(" "):a}function m(a){var b=i[a[g]];return b||(b={},h++,a[g]=h,i[h]=b),b}function n(a,c,f){c||(c=b);if(j)return c.createElement(a);f||(f=m(c));var g;return f.cache[a]?g=f.cache[a].cloneNode():e.test(a)?g=(f.cache[a]=f.createElem(a)).cloneNode():g=f.createElem(a),g.canHaveChildren&&!d.test(a)?f.frag.appendChild(g):g}function o(a,c){a||(a=b);if(j)return a.createDocumentFragment();c=c||m(a);var d=c.frag.cloneNode(),e=0,f=l(),g=f.length;for(;e",f="hidden"in a,j=a.childNodes.length==1||function(){b.createElement("a");var a=b.createDocumentFragment();return typeof a.cloneNode=="undefined"||typeof a.createDocumentFragment=="undefined"||typeof a.createElement=="undefined"}()}catch(c){f=!0,j=!0}})();var r={elements:c.elements||"abbr article aside audio bdi canvas data datalist details figcaption figure footer header hgroup mark meter nav output progress section summary time video",shivCSS:c.shivCSS!==!1,supportsUnknownElements:j,shivMethods:c.shivMethods!==!1,type:"default",shivDocument:q,createElement:n,createDocumentFragment:o};a.html5=r,q(b)}(this,b),e._version=d,e._prefixes=m,e._domPrefixes=p,e._cssomPrefixes=o,e.hasEvent=y,e.testProp=function(a){return F([a])},e.testAllProps=H,e.testStyles=x,e.prefixed=function(a,b,c){return b?H(a,b,c):H(a,"pfx")},g.className=g.className.replace(/(^|\s)no-js(\s|$)/,"$1$2")+(f?" js "+u.join(" "):""),e}(this,this.document); \ No newline at end of file diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/web/html_css/scripts/modernizr_license.txt b/core/static/plugins/glyphicons-pro/glyphicons_social/web/html_css/scripts/modernizr_license.txt deleted file mode 100644 index ad38cdf..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons_social/web/html_css/scripts/modernizr_license.txt +++ /dev/null @@ -1,3 +0,0 @@ -Modernizr [http://modernizr.com/] is the right micro-library to get you up and running with HTML5 & CSS3 today and it is licensed under the MIT license [http://www.opensource.org/licenses/mit-license.php]. - -You may find its full online version here: http://modernizr.com/license/ \ No newline at end of file diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/web/psd-web/dark/glyphicons_social.psd b/core/static/plugins/glyphicons-pro/glyphicons_social/web/psd-web/dark/glyphicons_social.psd deleted file mode 100644 index c3dffe7..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/web/psd-web/dark/glyphicons_social.psd and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/web/psd-web/light/glyphicons_social.psd b/core/static/plugins/glyphicons-pro/glyphicons_social/web/psd-web/light/glyphicons_social.psd deleted file mode 100644 index cf814c1..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons_social/web/psd-web/light/glyphicons_social.psd and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/web/svg-web/dark/glyphicons_social.svg b/core/static/plugins/glyphicons-pro/glyphicons_social/web/svg-web/dark/glyphicons_social.svg deleted file mode 100644 index 81aaa74..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons_social/web/svg-web/dark/glyphicons_social.svg +++ /dev/null @@ -1,506 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/core/static/plugins/glyphicons-pro/glyphicons_social/web/svg-web/light/glyphicons_social.svg b/core/static/plugins/glyphicons-pro/glyphicons_social/web/svg-web/light/glyphicons_social.svg deleted file mode 100644 index c57f49a..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons_social/web/svg-web/light/glyphicons_social.svg +++ /dev/null @@ -1,506 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/core/static/plugins/gmap/gmap.js b/core/static/plugins/gmap/gmap.js deleted file mode 100755 index 61de933..0000000 --- a/core/static/plugins/gmap/gmap.js +++ /dev/null @@ -1,2132 +0,0 @@ -/*! - * GMaps.js v0.4.15 - * http://hpneo.github.com/gmaps/ - * - * Copyright 2014, Gustavo Leon - * Released under the MIT License. - */ - -(function(root, factory) { - if(typeof exports === 'object') { - module.exports = factory(); - } - else if(typeof define === 'function' && define.amd) { - define('GMaps', [], factory); - } - - root.GMaps = factory(); - -}(this, function() { - -if (!(typeof window.google === 'object' && window.google.maps)) { - throw 'Google Maps API is required. Please register the following JavaScript library http://maps.google.com/maps/api/js?sensor=true.' -} - -var extend_object = function(obj, new_obj) { - var name; - - if (obj === new_obj) { - return obj; - } - - for (name in new_obj) { - obj[name] = new_obj[name]; - } - - return obj; -}; - -var replace_object = function(obj, replace) { - var name; - - if (obj === replace) { - return obj; - } - - for (name in replace) { - if (obj[name] != undefined) { - obj[name] = replace[name]; - } - } - - return obj; -}; - -var array_map = function(array, callback) { - var original_callback_params = Array.prototype.slice.call(arguments, 2), - array_return = [], - array_length = array.length, - i; - - if (Array.prototype.map && array.map === Array.prototype.map) { - array_return = Array.prototype.map.call(array, function(item) { - callback_params = original_callback_params; - callback_params.splice(0, 0, item); - - return callback.apply(this, callback_params); - }); - } - else { - for (i = 0; i < array_length; i++) { - callback_params = original_callback_params; - callback_params.splice(0, 0, array[i]); - array_return.push(callback.apply(this, callback_params)); - } - } - - return array_return; -}; - -var array_flat = function(array) { - var new_array = [], - i; - - for (i = 0; i < array.length; i++) { - new_array = new_array.concat(array[i]); - } - - return new_array; -}; - -var coordsToLatLngs = function(coords, useGeoJSON) { - var first_coord = coords[0], - second_coord = coords[1]; - - if (useGeoJSON) { - first_coord = coords[1]; - second_coord = coords[0]; - } - - return new google.maps.LatLng(first_coord, second_coord); -}; - -var arrayToLatLng = function(coords, useGeoJSON) { - var i; - - for (i = 0; i < coords.length; i++) { - if (!(coords[i] instanceof google.maps.LatLng)) { - if (coords[i].length > 0 && typeof(coords[i][0]) == "object") { - coords[i] = arrayToLatLng(coords[i], useGeoJSON); - } - else { - coords[i] = coordsToLatLngs(coords[i], useGeoJSON); - } - } - } - - return coords; -}; - -var getElementById = function(id, context) { - var element, - id = id.replace('#', ''); - - if ('jQuery' in this && context) { - element = $("#" + id, context)[0]; - } else { - element = document.getElementById(id); - }; - - return element; -}; - -var findAbsolutePosition = function(obj) { - var curleft = 0, - curtop = 0; - - if (obj.offsetParent) { - do { - curleft += obj.offsetLeft; - curtop += obj.offsetTop; - } while (obj = obj.offsetParent); - } - - return [curleft, curtop]; -}; - -var GMaps = (function(global) { - "use strict"; - - var doc = document; - - var GMaps = function(options) { - if (!this) return new GMaps(options); - - options.zoom = options.zoom || 15; - options.mapType = options.mapType || 'roadmap'; - - var self = this, - i, - events_that_hide_context_menu = ['bounds_changed', 'center_changed', 'click', 'dblclick', 'drag', 'dragend', 'dragstart', 'idle', 'maptypeid_changed', 'projection_changed', 'resize', 'tilesloaded', 'zoom_changed'], - events_that_doesnt_hide_context_menu = ['mousemove', 'mouseout', 'mouseover'], - options_to_be_deleted = ['el', 'lat', 'lng', 'mapType', 'width', 'height', 'markerClusterer', 'enableNewStyle'], - container_id = options.el || options.div, - markerClustererFunction = options.markerClusterer, - mapType = google.maps.MapTypeId[options.mapType.toUpperCase()], - map_center = new google.maps.LatLng(options.lat, options.lng), - zoomControl = options.zoomControl || true, - zoomControlOpt = options.zoomControlOpt || { - style: 'DEFAULT', - position: 'TOP_LEFT' - }, - zoomControlStyle = zoomControlOpt.style || 'DEFAULT', - zoomControlPosition = zoomControlOpt.position || 'TOP_LEFT', - panControl = options.panControl || true, - mapTypeControl = options.mapTypeControl || true, - scaleControl = options.scaleControl || true, - streetViewControl = options.streetViewControl || true, - overviewMapControl = overviewMapControl || true, - map_options = {}, - map_base_options = { - zoom: this.zoom, - center: map_center, - mapTypeId: mapType - }, - map_controls_options = { - panControl: panControl, - zoomControl: zoomControl, - zoomControlOptions: { - style: google.maps.ZoomControlStyle[zoomControlStyle], - position: google.maps.ControlPosition[zoomControlPosition] - }, - mapTypeControl: mapTypeControl, - scaleControl: scaleControl, - streetViewControl: streetViewControl, - overviewMapControl: overviewMapControl - }; - - if (typeof(options.el) === 'string' || typeof(options.div) === 'string') { - this.el = getElementById(container_id, options.context); - } else { - this.el = container_id; - } - - if (typeof(this.el) === 'undefined' || this.el === null) { - throw 'No element defined.'; - } - - window.context_menu = window.context_menu || {}; - window.context_menu[self.el.id] = {}; - - this.controls = []; - this.overlays = []; - this.layers = []; // array with kml/georss and fusiontables layers, can be as many - this.singleLayers = {}; // object with the other layers, only one per layer - this.markers = []; - this.polylines = []; - this.routes = []; - this.polygons = []; - this.infoWindow = null; - this.overlay_el = null; - this.zoom = options.zoom; - this.registered_events = {}; - - this.el.style.width = options.width || this.el.scrollWidth || this.el.offsetWidth; - this.el.style.height = options.height || this.el.scrollHeight || this.el.offsetHeight; - - google.maps.visualRefresh = options.enableNewStyle; - - for (i = 0; i < options_to_be_deleted.length; i++) { - delete options[options_to_be_deleted[i]]; - } - - if(options.disableDefaultUI != true) { - map_base_options = extend_object(map_base_options, map_controls_options); - } - - map_options = extend_object(map_base_options, options); - - for (i = 0; i < events_that_hide_context_menu.length; i++) { - delete map_options[events_that_hide_context_menu[i]]; - } - - for (i = 0; i < events_that_doesnt_hide_context_menu.length; i++) { - delete map_options[events_that_doesnt_hide_context_menu[i]]; - } - - this.map = new google.maps.Map(this.el, map_options); - - if (markerClustererFunction) { - this.markerClusterer = markerClustererFunction.apply(this, [this.map]); - } - - var buildContextMenuHTML = function(control, e) { - var html = '', - options = window.context_menu[self.el.id][control]; - - for (var i in options){ - if (options.hasOwnProperty(i)) { - var option = options[i]; - - html += '
  5. ' + option.title + '
  6. '; - } - } - - if (!getElementById('gmaps_context_menu')) return; - - var context_menu_element = getElementById('gmaps_context_menu'); - - context_menu_element.innerHTML = html; - - var context_menu_items = context_menu_element.getElementsByTagName('a'), - context_menu_items_count = context_menu_items.length, - i; - - for (i = 0; i < context_menu_items_count; i++) { - var context_menu_item = context_menu_items[i]; - - var assign_menu_item_action = function(ev){ - ev.preventDefault(); - - options[this.id.replace(control + '_', '')].action.apply(self, [e]); - self.hideContextMenu(); - }; - - google.maps.event.clearListeners(context_menu_item, 'click'); - google.maps.event.addDomListenerOnce(context_menu_item, 'click', assign_menu_item_action, false); - } - - var position = findAbsolutePosition.apply(this, [self.el]), - left = position[0] + e.pixel.x - 15, - top = position[1] + e.pixel.y- 15; - - context_menu_element.style.left = left + "px"; - context_menu_element.style.top = top + "px"; - - context_menu_element.style.display = 'block'; - }; - - this.buildContextMenu = function(control, e) { - if (control === 'marker') { - e.pixel = {}; - - var overlay = new google.maps.OverlayView(); - overlay.setMap(self.map); - - overlay.draw = function() { - var projection = overlay.getProjection(), - position = e.marker.getPosition(); - - e.pixel = projection.fromLatLngToContainerPixel(position); - - buildContextMenuHTML(control, e); - }; - } - else { - buildContextMenuHTML(control, e); - } - }; - - this.setContextMenu = function(options) { - window.context_menu[self.el.id][options.control] = {}; - - var i, - ul = doc.createElement('ul'); - - for (i in options.options) { - if (options.options.hasOwnProperty(i)) { - var option = options.options[i]; - - window.context_menu[self.el.id][options.control][option.name] = { - title: option.title, - action: option.action - }; - } - } - - ul.id = 'gmaps_context_menu'; - ul.style.display = 'none'; - ul.style.position = 'absolute'; - ul.style.minWidth = '100px'; - ul.style.background = 'white'; - ul.style.listStyle = 'none'; - ul.style.padding = '8px'; - ul.style.boxShadow = '2px 2px 6px #ccc'; - - doc.body.appendChild(ul); - - var context_menu_element = getElementById('gmaps_context_menu') - - google.maps.event.addDomListener(context_menu_element, 'mouseout', function(ev) { - if (!ev.relatedTarget || !this.contains(ev.relatedTarget)) { - window.setTimeout(function(){ - context_menu_element.style.display = 'none'; - }, 400); - } - }, false); - }; - - this.hideContextMenu = function() { - var context_menu_element = getElementById('gmaps_context_menu'); - - if (context_menu_element) { - context_menu_element.style.display = 'none'; - } - }; - - var setupListener = function(object, name) { - google.maps.event.addListener(object, name, function(e){ - if (e == undefined) { - e = this; - } - - options[name].apply(this, [e]); - - self.hideContextMenu(); - }); - }; - - //google.maps.event.addListener(this.map, 'idle', this.hideContextMenu); - google.maps.event.addListener(this.map, 'zoom_changed', this.hideContextMenu); - - for (var ev = 0; ev < events_that_hide_context_menu.length; ev++) { - var name = events_that_hide_context_menu[ev]; - - if (name in options) { - setupListener(this.map, name); - } - } - - for (var ev = 0; ev < events_that_doesnt_hide_context_menu.length; ev++) { - var name = events_that_doesnt_hide_context_menu[ev]; - - if (name in options) { - setupListener(this.map, name); - } - } - - google.maps.event.addListener(this.map, 'rightclick', function(e) { - if (options.rightclick) { - options.rightclick.apply(this, [e]); - } - - if(window.context_menu[self.el.id]['map'] != undefined) { - self.buildContextMenu('map', e); - } - }); - - this.refresh = function() { - google.maps.event.trigger(this.map, 'resize'); - }; - - this.fitZoom = function() { - var latLngs = [], - markers_length = this.markers.length, - i; - - for (i = 0; i < markers_length; i++) { - if(typeof(this.markers[i].visible) === 'boolean' && this.markers[i].visible) { - latLngs.push(this.markers[i].getPosition()); - } - } - - this.fitLatLngBounds(latLngs); - }; - - this.fitLatLngBounds = function(latLngs) { - var total = latLngs.length; - var bounds = new google.maps.LatLngBounds(); - - for(var i=0; i < total; i++) { - bounds.extend(latLngs[i]); - } - - this.map.fitBounds(bounds); - }; - - this.setCenter = function(lat, lng, callback) { - this.map.panTo(new google.maps.LatLng(lat, lng)); - - if (callback) { - callback(); - } - }; - - this.getElement = function() { - return this.el; - }; - - this.zoomIn = function(value) { - value = value || 1; - - this.zoom = this.map.getZoom() + value; - this.map.setZoom(this.zoom); - }; - - this.zoomOut = function(value) { - value = value || 1; - - this.zoom = this.map.getZoom() - value; - this.map.setZoom(this.zoom); - }; - - var native_methods = [], - method; - - for (method in this.map) { - if (typeof(this.map[method]) == 'function' && !this[method]) { - native_methods.push(method); - } - } - - for (i=0; i < native_methods.length; i++) { - (function(gmaps, scope, method_name) { - gmaps[method_name] = function(){ - return scope[method_name].apply(scope, arguments); - }; - })(this, this.map, native_methods[i]); - } - }; - - return GMaps; -})(this); - -GMaps.prototype.createControl = function(options) { - var control = document.createElement('div'); - - control.style.cursor = 'pointer'; - - if (options.disableDefaultStyles !== true) { - control.style.fontFamily = 'Roboto, Arial, sans-serif'; - control.style.fontSize = '11px'; - control.style.boxShadow = 'rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px'; - } - - for (var option in options.style) { - control.style[option] = options.style[option]; - } - - if (options.id) { - control.id = options.id; - } - - if (options.classes) { - control.className = options.classes; - } - - if (options.content) { - if (typeof options.content === 'string') { - control.innerHTML = options.content; - } - else if (options.content instanceof HTMLElement) { - control.appendChild(options.content); - } - } - - if (options.position) { - control.position = google.maps.ControlPosition[options.position.toUpperCase()]; - } - - for (var ev in options.events) { - (function(object, name) { - google.maps.event.addDomListener(object, name, function(){ - options.events[name].apply(this, [this]); - }); - })(control, ev); - } - - control.index = 1; - - return control; -}; - -GMaps.prototype.addControl = function(options) { - var control = this.createControl(options); - this.controls.push(control); - this.map.controls[control.position].push(control); - - return control; -}; - -GMaps.prototype.removeControl = function(control) { - var position = null; - - for (var i = 0; i < this.controls.length; i++) { - if (this.controls[i] == control) { - position = this.controls[i].position; - this.controls.splice(i, 1); - } - } - - if (position) { - for (i = 0; i < this.map.controls.length; i++) { - var controlsForPosition = this.map.controls[control.position] - if (controlsForPosition.getAt(i) == control) { - controlsForPosition.removeAt(i); - break; - } - } - } - - return control; -}; - -GMaps.prototype.createMarker = function(options) { - if (options.lat == undefined && options.lng == undefined && options.position == undefined) { - throw 'No latitude or longitude defined.'; - } - - var self = this, - details = options.details, - fences = options.fences, - outside = options.outside, - base_options = { - position: new google.maps.LatLng(options.lat, options.lng), - map: null - }, - marker_options = extend_object(base_options, options); - - delete marker_options.lat; - delete marker_options.lng; - delete marker_options.fences; - delete marker_options.outside; - - var marker = new google.maps.Marker(marker_options); - - marker.fences = fences; - - if (options.infoWindow) { - marker.infoWindow = new google.maps.InfoWindow(options.infoWindow); - - var info_window_events = ['closeclick', 'content_changed', 'domready', 'position_changed', 'zindex_changed']; - - for (var ev = 0; ev < info_window_events.length; ev++) { - (function(object, name) { - if (options.infoWindow[name]) { - google.maps.event.addListener(object, name, function(e){ - options.infoWindow[name].apply(this, [e]); - }); - } - })(marker.infoWindow, info_window_events[ev]); - } - } - - var marker_events = ['animation_changed', 'clickable_changed', 'cursor_changed', 'draggable_changed', 'flat_changed', 'icon_changed', 'position_changed', 'shadow_changed', 'shape_changed', 'title_changed', 'visible_changed', 'zindex_changed']; - - var marker_events_with_mouse = ['dblclick', 'drag', 'dragend', 'dragstart', 'mousedown', 'mouseout', 'mouseover', 'mouseup']; - - for (var ev = 0; ev < marker_events.length; ev++) { - (function(object, name) { - if (options[name]) { - google.maps.event.addListener(object, name, function(){ - options[name].apply(this, [this]); - }); - } - })(marker, marker_events[ev]); - } - - for (var ev = 0; ev < marker_events_with_mouse.length; ev++) { - (function(map, object, name) { - if (options[name]) { - google.maps.event.addListener(object, name, function(me){ - if(!me.pixel){ - me.pixel = map.getProjection().fromLatLngToPoint(me.latLng) - } - - options[name].apply(this, [me]); - }); - } - })(this.map, marker, marker_events_with_mouse[ev]); - } - - google.maps.event.addListener(marker, 'click', function() { - this.details = details; - - if (options.click) { - options.click.apply(this, [this]); - } - - if (marker.infoWindow) { - self.hideInfoWindows(); - marker.infoWindow.open(self.map, marker); - } - }); - - google.maps.event.addListener(marker, 'rightclick', function(e) { - e.marker = this; - - if (options.rightclick) { - options.rightclick.apply(this, [e]); - } - - if (window.context_menu[self.el.id]['marker'] != undefined) { - self.buildContextMenu('marker', e); - } - }); - - if (marker.fences) { - google.maps.event.addListener(marker, 'dragend', function() { - self.checkMarkerGeofence(marker, function(m, f) { - outside(m, f); - }); - }); - } - - return marker; -}; - -GMaps.prototype.addMarker = function(options) { - var marker; - if(options.hasOwnProperty('gm_accessors_')) { - // Native google.maps.Marker object - marker = options; - } - else { - if ((options.hasOwnProperty('lat') && options.hasOwnProperty('lng')) || options.position) { - marker = this.createMarker(options); - } - else { - throw 'No latitude or longitude defined.'; - } - } - - marker.setMap(this.map); - - if(this.markerClusterer) { - this.markerClusterer.addMarker(marker); - } - - this.markers.push(marker); - - GMaps.fire('marker_added', marker, this); - - return marker; -}; - -GMaps.prototype.addMarkers = function(array) { - for (var i = 0, marker; marker=array[i]; i++) { - this.addMarker(marker); - } - - return this.markers; -}; - -GMaps.prototype.hideInfoWindows = function() { - for (var i = 0, marker; marker = this.markers[i]; i++){ - if (marker.infoWindow) { - marker.infoWindow.close(); - } - } -}; - -GMaps.prototype.removeMarker = function(marker) { - for (var i = 0; i < this.markers.length; i++) { - if (this.markers[i] === marker) { - this.markers[i].setMap(null); - this.markers.splice(i, 1); - - if(this.markerClusterer) { - this.markerClusterer.removeMarker(marker); - } - - GMaps.fire('marker_removed', marker, this); - - break; - } - } - - return marker; -}; - -GMaps.prototype.removeMarkers = function (collection) { - var new_markers = []; - - if (typeof collection == 'undefined') { - for (var i = 0; i < this.markers.length; i++) { - this.markers[i].setMap(null); - } - - this.markers = new_markers; - } - else { - for (var i = 0; i < collection.length; i++) { - if (this.markers.indexOf(collection[i]) > -1) { - this.markers[i].setMap(null); - } - } - - for (var i = 0; i < this.markers.length; i++) { - if (this.markers[i].getMap() != null) { - new_markers.push(this.markers[i]); - } - } - - this.markers = new_markers; - } -}; - -GMaps.prototype.drawOverlay = function(options) { - var overlay = new google.maps.OverlayView(), - auto_show = true; - - overlay.setMap(this.map); - - if (options.auto_show != null) { - auto_show = options.auto_show; - } - - overlay.onAdd = function() { - var el = document.createElement('div'); - - el.style.borderStyle = "none"; - el.style.borderWidth = "0px"; - el.style.position = "absolute"; - el.style.zIndex = 100; - el.innerHTML = options.content; - - overlay.el = el; - - if (!options.layer) { - options.layer = 'overlayLayer'; - } - - var panes = this.getPanes(), - overlayLayer = panes[options.layer], - stop_overlay_events = ['contextmenu', 'DOMMouseScroll', 'dblclick', 'mousedown']; - - overlayLayer.appendChild(el); - - for (var ev = 0; ev < stop_overlay_events.length; ev++) { - (function(object, name) { - google.maps.event.addDomListener(object, name, function(e){ - if (navigator.userAgent.toLowerCase().indexOf('msie') != -1 && document.all) { - e.cancelBubble = true; - e.returnValue = false; - } - else { - e.stopPropagation(); - } - }); - })(el, stop_overlay_events[ev]); - } - - if (options.click) { - panes.overlayMouseTarget.appendChild(overlay.el); - google.maps.event.addDomListener(overlay.el, 'click', function() { - options.click.apply(overlay, [overlay]); - }); - } - - google.maps.event.trigger(this, 'ready'); - }; - - overlay.draw = function() { - var projection = this.getProjection(), - pixel = projection.fromLatLngToDivPixel(new google.maps.LatLng(options.lat, options.lng)); - - options.horizontalOffset = options.horizontalOffset || 0; - options.verticalOffset = options.verticalOffset || 0; - - var el = overlay.el, - content = el.children[0], - content_height = content.clientHeight, - content_width = content.clientWidth; - - switch (options.verticalAlign) { - case 'top': - el.style.top = (pixel.y - content_height + options.verticalOffset) + 'px'; - break; - default: - case 'middle': - el.style.top = (pixel.y - (content_height / 2) + options.verticalOffset) + 'px'; - break; - case 'bottom': - el.style.top = (pixel.y + options.verticalOffset) + 'px'; - break; - } - - switch (options.horizontalAlign) { - case 'left': - el.style.left = (pixel.x - content_width + options.horizontalOffset) + 'px'; - break; - default: - case 'center': - el.style.left = (pixel.x - (content_width / 2) + options.horizontalOffset) + 'px'; - break; - case 'right': - el.style.left = (pixel.x + options.horizontalOffset) + 'px'; - break; - } - - el.style.display = auto_show ? 'block' : 'none'; - - if (!auto_show) { - options.show.apply(this, [el]); - } - }; - - overlay.onRemove = function() { - var el = overlay.el; - - if (options.remove) { - options.remove.apply(this, [el]); - } - else { - overlay.el.parentNode.removeChild(overlay.el); - overlay.el = null; - } - }; - - this.overlays.push(overlay); - return overlay; -}; - -GMaps.prototype.removeOverlay = function(overlay) { - for (var i = 0; i < this.overlays.length; i++) { - if (this.overlays[i] === overlay) { - this.overlays[i].setMap(null); - this.overlays.splice(i, 1); - - break; - } - } -}; - -GMaps.prototype.removeOverlays = function() { - for (var i = 0, item; item = this.overlays[i]; i++) { - item.setMap(null); - } - - this.overlays = []; -}; - -GMaps.prototype.drawPolyline = function(options) { - var path = [], - points = options.path; - - if (points.length) { - if (points[0][0] === undefined) { - path = points; - } - else { - for (var i=0, latlng; latlng=points[i]; i++) { - path.push(new google.maps.LatLng(latlng[0], latlng[1])); - } - } - } - - var polyline_options = { - map: this.map, - path: path, - strokeColor: options.strokeColor, - strokeOpacity: options.strokeOpacity, - strokeWeight: options.strokeWeight, - geodesic: options.geodesic, - clickable: true, - editable: false, - visible: true - }; - - if (options.hasOwnProperty("clickable")) { - polyline_options.clickable = options.clickable; - } - - if (options.hasOwnProperty("editable")) { - polyline_options.editable = options.editable; - } - - if (options.hasOwnProperty("icons")) { - polyline_options.icons = options.icons; - } - - if (options.hasOwnProperty("zIndex")) { - polyline_options.zIndex = options.zIndex; - } - - var polyline = new google.maps.Polyline(polyline_options); - - var polyline_events = ['click', 'dblclick', 'mousedown', 'mousemove', 'mouseout', 'mouseover', 'mouseup', 'rightclick']; - - for (var ev = 0; ev < polyline_events.length; ev++) { - (function(object, name) { - if (options[name]) { - google.maps.event.addListener(object, name, function(e){ - options[name].apply(this, [e]); - }); - } - })(polyline, polyline_events[ev]); - } - - this.polylines.push(polyline); - - GMaps.fire('polyline_added', polyline, this); - - return polyline; -}; - -GMaps.prototype.removePolyline = function(polyline) { - for (var i = 0; i < this.polylines.length; i++) { - if (this.polylines[i] === polyline) { - this.polylines[i].setMap(null); - this.polylines.splice(i, 1); - - GMaps.fire('polyline_removed', polyline, this); - - break; - } - } -}; - -GMaps.prototype.removePolylines = function() { - for (var i = 0, item; item = this.polylines[i]; i++) { - item.setMap(null); - } - - this.polylines = []; -}; - -GMaps.prototype.drawCircle = function(options) { - options = extend_object({ - map: this.map, - center: new google.maps.LatLng(options.lat, options.lng) - }, options); - - delete options.lat; - delete options.lng; - - var polygon = new google.maps.Circle(options), - polygon_events = ['click', 'dblclick', 'mousedown', 'mousemove', 'mouseout', 'mouseover', 'mouseup', 'rightclick']; - - for (var ev = 0; ev < polygon_events.length; ev++) { - (function(object, name) { - if (options[name]) { - google.maps.event.addListener(object, name, function(e){ - options[name].apply(this, [e]); - }); - } - })(polygon, polygon_events[ev]); - } - - this.polygons.push(polygon); - - return polygon; -}; - -GMaps.prototype.drawRectangle = function(options) { - options = extend_object({ - map: this.map - }, options); - - var latLngBounds = new google.maps.LatLngBounds( - new google.maps.LatLng(options.bounds[0][0], options.bounds[0][1]), - new google.maps.LatLng(options.bounds[1][0], options.bounds[1][1]) - ); - - options.bounds = latLngBounds; - - var polygon = new google.maps.Rectangle(options), - polygon_events = ['click', 'dblclick', 'mousedown', 'mousemove', 'mouseout', 'mouseover', 'mouseup', 'rightclick']; - - for (var ev = 0; ev < polygon_events.length; ev++) { - (function(object, name) { - if (options[name]) { - google.maps.event.addListener(object, name, function(e){ - options[name].apply(this, [e]); - }); - } - })(polygon, polygon_events[ev]); - } - - this.polygons.push(polygon); - - return polygon; -}; - -GMaps.prototype.drawPolygon = function(options) { - var useGeoJSON = false; - - if(options.hasOwnProperty("useGeoJSON")) { - useGeoJSON = options.useGeoJSON; - } - - delete options.useGeoJSON; - - options = extend_object({ - map: this.map - }, options); - - if (useGeoJSON == false) { - options.paths = [options.paths.slice(0)]; - } - - if (options.paths.length > 0) { - if (options.paths[0].length > 0) { - options.paths = array_flat(array_map(options.paths, arrayToLatLng, useGeoJSON)); - } - } - - var polygon = new google.maps.Polygon(options), - polygon_events = ['click', 'dblclick', 'mousedown', 'mousemove', 'mouseout', 'mouseover', 'mouseup', 'rightclick']; - - for (var ev = 0; ev < polygon_events.length; ev++) { - (function(object, name) { - if (options[name]) { - google.maps.event.addListener(object, name, function(e){ - options[name].apply(this, [e]); - }); - } - })(polygon, polygon_events[ev]); - } - - this.polygons.push(polygon); - - GMaps.fire('polygon_added', polygon, this); - - return polygon; -}; - -GMaps.prototype.removePolygon = function(polygon) { - for (var i = 0; i < this.polygons.length; i++) { - if (this.polygons[i] === polygon) { - this.polygons[i].setMap(null); - this.polygons.splice(i, 1); - - GMaps.fire('polygon_removed', polygon, this); - - break; - } - } -}; - -GMaps.prototype.removePolygons = function() { - for (var i = 0, item; item = this.polygons[i]; i++) { - item.setMap(null); - } - - this.polygons = []; -}; - -GMaps.prototype.getFromFusionTables = function(options) { - var events = options.events; - - delete options.events; - - var fusion_tables_options = options, - layer = new google.maps.FusionTablesLayer(fusion_tables_options); - - for (var ev in events) { - (function(object, name) { - google.maps.event.addListener(object, name, function(e) { - events[name].apply(this, [e]); - }); - })(layer, ev); - } - - this.layers.push(layer); - - return layer; -}; - -GMaps.prototype.loadFromFusionTables = function(options) { - var layer = this.getFromFusionTables(options); - layer.setMap(this.map); - - return layer; -}; - -GMaps.prototype.getFromKML = function(options) { - var url = options.url, - events = options.events; - - delete options.url; - delete options.events; - - var kml_options = options, - layer = new google.maps.KmlLayer(url, kml_options); - - for (var ev in events) { - (function(object, name) { - google.maps.event.addListener(object, name, function(e) { - events[name].apply(this, [e]); - }); - })(layer, ev); - } - - this.layers.push(layer); - - return layer; -}; - -GMaps.prototype.loadFromKML = function(options) { - var layer = this.getFromKML(options); - layer.setMap(this.map); - - return layer; -}; - -GMaps.prototype.addLayer = function(layerName, options) { - //var default_layers = ['weather', 'clouds', 'traffic', 'transit', 'bicycling', 'panoramio', 'places']; - options = options || {}; - var layer; - - switch(layerName) { - case 'weather': this.singleLayers.weather = layer = new google.maps.weather.WeatherLayer(); - break; - case 'clouds': this.singleLayers.clouds = layer = new google.maps.weather.CloudLayer(); - break; - case 'traffic': this.singleLayers.traffic = layer = new google.maps.TrafficLayer(); - break; - case 'transit': this.singleLayers.transit = layer = new google.maps.TransitLayer(); - break; - case 'bicycling': this.singleLayers.bicycling = layer = new google.maps.BicyclingLayer(); - break; - case 'panoramio': - this.singleLayers.panoramio = layer = new google.maps.panoramio.PanoramioLayer(); - layer.setTag(options.filter); - delete options.filter; - - //click event - if (options.click) { - google.maps.event.addListener(layer, 'click', function(event) { - options.click(event); - delete options.click; - }); - } - break; - case 'places': - this.singleLayers.places = layer = new google.maps.places.PlacesService(this.map); - - //search, nearbySearch, radarSearch callback, Both are the same - if (options.search || options.nearbySearch || options.radarSearch) { - var placeSearchRequest = { - bounds : options.bounds || null, - keyword : options.keyword || null, - location : options.location || null, - name : options.name || null, - radius : options.radius || null, - rankBy : options.rankBy || null, - types : options.types || null - }; - - if (options.radarSearch) { - layer.radarSearch(placeSearchRequest, options.radarSearch); - } - - if (options.search) { - layer.search(placeSearchRequest, options.search); - } - - if (options.nearbySearch) { - layer.nearbySearch(placeSearchRequest, options.nearbySearch); - } - } - - //textSearch callback - if (options.textSearch) { - var textSearchRequest = { - bounds : options.bounds || null, - location : options.location || null, - query : options.query || null, - radius : options.radius || null - }; - - layer.textSearch(textSearchRequest, options.textSearch); - } - break; - } - - if (layer !== undefined) { - if (typeof layer.setOptions == 'function') { - layer.setOptions(options); - } - if (typeof layer.setMap == 'function') { - layer.setMap(this.map); - } - - return layer; - } -}; - -GMaps.prototype.removeLayer = function(layer) { - if (typeof(layer) == "string" && this.singleLayers[layer] !== undefined) { - this.singleLayers[layer].setMap(null); - - delete this.singleLayers[layer]; - } - else { - for (var i = 0; i < this.layers.length; i++) { - if (this.layers[i] === layer) { - this.layers[i].setMap(null); - this.layers.splice(i, 1); - - break; - } - } - } -}; - -var travelMode, unitSystem; - -GMaps.prototype.getRoutes = function(options) { - switch (options.travelMode) { - case 'bicycling': - travelMode = google.maps.TravelMode.BICYCLING; - break; - case 'transit': - travelMode = google.maps.TravelMode.TRANSIT; - break; - case 'driving': - travelMode = google.maps.TravelMode.DRIVING; - break; - default: - travelMode = google.maps.TravelMode.WALKING; - break; - } - - if (options.unitSystem === 'imperial') { - unitSystem = google.maps.UnitSystem.IMPERIAL; - } - else { - unitSystem = google.maps.UnitSystem.METRIC; - } - - var base_options = { - avoidHighways: false, - avoidTolls: false, - optimizeWaypoints: false, - waypoints: [] - }, - request_options = extend_object(base_options, options); - - request_options.origin = /string/.test(typeof options.origin) ? options.origin : new google.maps.LatLng(options.origin[0], options.origin[1]); - request_options.destination = /string/.test(typeof options.destination) ? options.destination : new google.maps.LatLng(options.destination[0], options.destination[1]); - request_options.travelMode = travelMode; - request_options.unitSystem = unitSystem; - - delete request_options.callback; - delete request_options.error; - - var self = this, - service = new google.maps.DirectionsService(); - - service.route(request_options, function(result, status) { - if (status === google.maps.DirectionsStatus.OK) { - for (var r in result.routes) { - if (result.routes.hasOwnProperty(r)) { - self.routes.push(result.routes[r]); - } - } - - if (options.callback) { - options.callback(self.routes); - } - } - else { - if (options.error) { - options.error(result, status); - } - } - }); -}; - -GMaps.prototype.removeRoutes = function() { - this.routes = []; -}; - -GMaps.prototype.getElevations = function(options) { - options = extend_object({ - locations: [], - path : false, - samples : 256 - }, options); - - if (options.locations.length > 0) { - if (options.locations[0].length > 0) { - options.locations = array_flat(array_map([options.locations], arrayToLatLng, false)); - } - } - - var callback = options.callback; - delete options.callback; - - var service = new google.maps.ElevationService(); - - //location request - if (!options.path) { - delete options.path; - delete options.samples; - - service.getElevationForLocations(options, function(result, status) { - if (callback && typeof(callback) === "function") { - callback(result, status); - } - }); - //path request - } else { - var pathRequest = { - path : options.locations, - samples : options.samples - }; - - service.getElevationAlongPath(pathRequest, function(result, status) { - if (callback && typeof(callback) === "function") { - callback(result, status); - } - }); - } -}; - -GMaps.prototype.cleanRoute = GMaps.prototype.removePolylines; - -GMaps.prototype.drawRoute = function(options) { - var self = this; - - this.getRoutes({ - origin: options.origin, - destination: options.destination, - travelMode: options.travelMode, - waypoints: options.waypoints, - unitSystem: options.unitSystem, - error: options.error, - callback: function(e) { - if (e.length > 0) { - self.drawPolyline({ - path: e[e.length - 1].overview_path, - strokeColor: options.strokeColor, - strokeOpacity: options.strokeOpacity, - strokeWeight: options.strokeWeight - }); - - if (options.callback) { - options.callback(e[e.length - 1]); - } - } - } - }); -}; - -GMaps.prototype.travelRoute = function(options) { - if (options.origin && options.destination) { - this.getRoutes({ - origin: options.origin, - destination: options.destination, - travelMode: options.travelMode, - waypoints : options.waypoints, - unitSystem: options.unitSystem, - error: options.error, - callback: function(e) { - //start callback - if (e.length > 0 && options.start) { - options.start(e[e.length - 1]); - } - - //step callback - if (e.length > 0 && options.step) { - var route = e[e.length - 1]; - if (route.legs.length > 0) { - var steps = route.legs[0].steps; - for (var i=0, step; step=steps[i]; i++) { - step.step_number = i; - options.step(step, (route.legs[0].steps.length - 1)); - } - } - } - - //end callback - if (e.length > 0 && options.end) { - options.end(e[e.length - 1]); - } - } - }); - } - else if (options.route) { - if (options.route.legs.length > 0) { - var steps = options.route.legs[0].steps; - for (var i=0, step; step=steps[i]; i++) { - step.step_number = i; - options.step(step); - } - } - } -}; - -GMaps.prototype.drawSteppedRoute = function(options) { - var self = this; - - if (options.origin && options.destination) { - this.getRoutes({ - origin: options.origin, - destination: options.destination, - travelMode: options.travelMode, - waypoints : options.waypoints, - error: options.error, - callback: function(e) { - //start callback - if (e.length > 0 && options.start) { - options.start(e[e.length - 1]); - } - - //step callback - if (e.length > 0 && options.step) { - var route = e[e.length - 1]; - if (route.legs.length > 0) { - var steps = route.legs[0].steps; - for (var i=0, step; step=steps[i]; i++) { - step.step_number = i; - self.drawPolyline({ - path: step.path, - strokeColor: options.strokeColor, - strokeOpacity: options.strokeOpacity, - strokeWeight: options.strokeWeight - }); - options.step(step, (route.legs[0].steps.length - 1)); - } - } - } - - //end callback - if (e.length > 0 && options.end) { - options.end(e[e.length - 1]); - } - } - }); - } - else if (options.route) { - if (options.route.legs.length > 0) { - var steps = options.route.legs[0].steps; - for (var i=0, step; step=steps[i]; i++) { - step.step_number = i; - self.drawPolyline({ - path: step.path, - strokeColor: options.strokeColor, - strokeOpacity: options.strokeOpacity, - strokeWeight: options.strokeWeight - }); - options.step(step); - } - } - } -}; - -GMaps.Route = function(options) { - this.origin = options.origin; - this.destination = options.destination; - this.waypoints = options.waypoints; - - this.map = options.map; - this.route = options.route; - this.step_count = 0; - this.steps = this.route.legs[0].steps; - this.steps_length = this.steps.length; - - this.polyline = this.map.drawPolyline({ - path: new google.maps.MVCArray(), - strokeColor: options.strokeColor, - strokeOpacity: options.strokeOpacity, - strokeWeight: options.strokeWeight - }).getPath(); -}; - -GMaps.Route.prototype.getRoute = function(options) { - var self = this; - - this.map.getRoutes({ - origin : this.origin, - destination : this.destination, - travelMode : options.travelMode, - waypoints : this.waypoints || [], - error: options.error, - callback : function() { - self.route = e[0]; - - if (options.callback) { - options.callback.call(self); - } - } - }); -}; - -GMaps.Route.prototype.back = function() { - if (this.step_count > 0) { - this.step_count--; - var path = this.route.legs[0].steps[this.step_count].path; - - for (var p in path){ - if (path.hasOwnProperty(p)){ - this.polyline.pop(); - } - } - } -}; - -GMaps.Route.prototype.forward = function() { - if (this.step_count < this.steps_length) { - var path = this.route.legs[0].steps[this.step_count].path; - - for (var p in path){ - if (path.hasOwnProperty(p)){ - this.polyline.push(path[p]); - } - } - this.step_count++; - } -}; - -GMaps.prototype.checkGeofence = function(lat, lng, fence) { - return fence.containsLatLng(new google.maps.LatLng(lat, lng)); -}; - -GMaps.prototype.checkMarkerGeofence = function(marker, outside_callback) { - if (marker.fences) { - for (var i = 0, fence; fence = marker.fences[i]; i++) { - var pos = marker.getPosition(); - if (!this.checkGeofence(pos.lat(), pos.lng(), fence)) { - outside_callback(marker, fence); - } - } - } -}; - -GMaps.prototype.toImage = function(options) { - var options = options || {}, - static_map_options = {}; - - static_map_options['size'] = options['size'] || [this.el.clientWidth, this.el.clientHeight]; - static_map_options['lat'] = this.getCenter().lat(); - static_map_options['lng'] = this.getCenter().lng(); - - if (this.markers.length > 0) { - static_map_options['markers'] = []; - - for (var i = 0; i < this.markers.length; i++) { - static_map_options['markers'].push({ - lat: this.markers[i].getPosition().lat(), - lng: this.markers[i].getPosition().lng() - }); - } - } - - if (this.polylines.length > 0) { - var polyline = this.polylines[0]; - - static_map_options['polyline'] = {}; - static_map_options['polyline']['path'] = google.maps.geometry.encoding.encodePath(polyline.getPath()); - static_map_options['polyline']['strokeColor'] = polyline.strokeColor - static_map_options['polyline']['strokeOpacity'] = polyline.strokeOpacity - static_map_options['polyline']['strokeWeight'] = polyline.strokeWeight - } - - return GMaps.staticMapURL(static_map_options); -}; - -GMaps.staticMapURL = function(options){ - var parameters = [], - data, - static_root = 'http://maps.googleapis.com/maps/api/staticmap'; - - if (options.url) { - static_root = options.url; - delete options.url; - } - - static_root += '?'; - - var markers = options.markers; - - delete options.markers; - - if (!markers && options.marker) { - markers = [options.marker]; - delete options.marker; - } - - var styles = options.styles; - - delete options.styles; - - var polyline = options.polyline; - delete options.polyline; - - /** Map options **/ - if (options.center) { - parameters.push('center=' + options.center); - delete options.center; - } - else if (options.address) { - parameters.push('center=' + options.address); - delete options.address; - } - else if (options.lat) { - parameters.push(['center=', options.lat, ',', options.lng].join('')); - delete options.lat; - delete options.lng; - } - else if (options.visible) { - var visible = encodeURI(options.visible.join('|')); - parameters.push('visible=' + visible); - } - - var size = options.size; - if (size) { - if (size.join) { - size = size.join('x'); - } - delete options.size; - } - else { - size = '630x300'; - } - parameters.push('size=' + size); - - if (!options.zoom && options.zoom !== false) { - options.zoom = 15; - } - - var sensor = options.hasOwnProperty('sensor') ? !!options.sensor : true; - delete options.sensor; - parameters.push('sensor=' + sensor); - - for (var param in options) { - if (options.hasOwnProperty(param)) { - parameters.push(param + '=' + options[param]); - } - } - - /** Markers **/ - if (markers) { - var marker, loc; - - for (var i=0; data=markers[i]; i++) { - marker = []; - - if (data.size && data.size !== 'normal') { - marker.push('size:' + data.size); - delete data.size; - } - else if (data.icon) { - marker.push('icon:' + encodeURI(data.icon)); - delete data.icon; - } - - if (data.color) { - marker.push('color:' + data.color.replace('#', '0x')); - delete data.color; - } - - if (data.label) { - marker.push('label:' + data.label[0].toUpperCase()); - delete data.label; - } - - loc = (data.address ? data.address : data.lat + ',' + data.lng); - delete data.address; - delete data.lat; - delete data.lng; - - for(var param in data){ - if (data.hasOwnProperty(param)) { - marker.push(param + ':' + data[param]); - } - } - - if (marker.length || i === 0) { - marker.push(loc); - marker = marker.join('|'); - parameters.push('markers=' + encodeURI(marker)); - } - // New marker without styles - else { - marker = parameters.pop() + encodeURI('|' + loc); - parameters.push(marker); - } - } - } - - /** Map Styles **/ - if (styles) { - for (var i = 0; i < styles.length; i++) { - var styleRule = []; - if (styles[i].featureType){ - styleRule.push('feature:' + styles[i].featureType.toLowerCase()); - } - - if (styles[i].elementType) { - styleRule.push('element:' + styles[i].elementType.toLowerCase()); - } - - for (var j = 0; j < styles[i].stylers.length; j++) { - for (var p in styles[i].stylers[j]) { - var ruleArg = styles[i].stylers[j][p]; - if (p == 'hue' || p == 'color') { - ruleArg = '0x' + ruleArg.substring(1); - } - styleRule.push(p + ':' + ruleArg); - } - } - - var rule = styleRule.join('|'); - if (rule != '') { - parameters.push('style=' + rule); - } - } - } - - /** Polylines **/ - function parseColor(color, opacity) { - if (color[0] === '#'){ - color = color.replace('#', '0x'); - - if (opacity) { - opacity = parseFloat(opacity); - opacity = Math.min(1, Math.max(opacity, 0)); - if (opacity === 0) { - return '0x00000000'; - } - opacity = (opacity * 255).toString(16); - if (opacity.length === 1) { - opacity += opacity; - } - - color = color.slice(0,8) + opacity; - } - } - return color; - } - - if (polyline) { - data = polyline; - polyline = []; - - if (data.strokeWeight) { - polyline.push('weight:' + parseInt(data.strokeWeight, 10)); - } - - if (data.strokeColor) { - var color = parseColor(data.strokeColor, data.strokeOpacity); - polyline.push('color:' + color); - } - - if (data.fillColor) { - var fillcolor = parseColor(data.fillColor, data.fillOpacity); - polyline.push('fillcolor:' + fillcolor); - } - - var path = data.path; - if (path.join) { - for (var j=0, pos; pos=path[j]; j++) { - polyline.push(pos.join(',')); - } - } - else { - polyline.push('enc:' + path); - } - - polyline = polyline.join('|'); - parameters.push('path=' + encodeURI(polyline)); - } - - /** Retina support **/ - var dpi = window.devicePixelRatio || 1; - parameters.push('scale=' + dpi); - - parameters = parameters.join('&'); - return static_root + parameters; -}; - -GMaps.prototype.addMapType = function(mapTypeId, options) { - if (options.hasOwnProperty("getTileUrl") && typeof(options["getTileUrl"]) == "function") { - options.tileSize = options.tileSize || new google.maps.Size(256, 256); - - var mapType = new google.maps.ImageMapType(options); - - this.map.mapTypes.set(mapTypeId, mapType); - } - else { - throw "'getTileUrl' function required."; - } -}; - -GMaps.prototype.addOverlayMapType = function(options) { - if (options.hasOwnProperty("getTile") && typeof(options["getTile"]) == "function") { - var overlayMapTypeIndex = options.index; - - delete options.index; - - this.map.overlayMapTypes.insertAt(overlayMapTypeIndex, options); - } - else { - throw "'getTile' function required."; - } -}; - -GMaps.prototype.removeOverlayMapType = function(overlayMapTypeIndex) { - this.map.overlayMapTypes.removeAt(overlayMapTypeIndex); -}; - -GMaps.prototype.addStyle = function(options) { - var styledMapType = new google.maps.StyledMapType(options.styles, { name: options.styledMapName }); - - this.map.mapTypes.set(options.mapTypeId, styledMapType); -}; - -GMaps.prototype.setStyle = function(mapTypeId) { - this.map.setMapTypeId(mapTypeId); -}; - -GMaps.prototype.createPanorama = function(streetview_options) { - if (!streetview_options.hasOwnProperty('lat') || !streetview_options.hasOwnProperty('lng')) { - streetview_options.lat = this.getCenter().lat(); - streetview_options.lng = this.getCenter().lng(); - } - - this.panorama = GMaps.createPanorama(streetview_options); - - this.map.setStreetView(this.panorama); - - return this.panorama; -}; - -GMaps.createPanorama = function(options) { - var el = getElementById(options.el, options.context); - - options.position = new google.maps.LatLng(options.lat, options.lng); - - delete options.el; - delete options.context; - delete options.lat; - delete options.lng; - - var streetview_events = ['closeclick', 'links_changed', 'pano_changed', 'position_changed', 'pov_changed', 'resize', 'visible_changed'], - streetview_options = extend_object({visible : true}, options); - - for (var i = 0; i < streetview_events.length; i++) { - delete streetview_options[streetview_events[i]]; - } - - var panorama = new google.maps.StreetViewPanorama(el, streetview_options); - - for (var i = 0; i < streetview_events.length; i++) { - (function(object, name) { - if (options[name]) { - google.maps.event.addListener(object, name, function(){ - options[name].apply(this); - }); - } - })(panorama, streetview_events[i]); - } - - return panorama; -}; - -GMaps.prototype.on = function(event_name, handler) { - return GMaps.on(event_name, this, handler); -}; - -GMaps.prototype.off = function(event_name) { - GMaps.off(event_name, this); -}; - -GMaps.custom_events = ['marker_added', 'marker_removed', 'polyline_added', 'polyline_removed', 'polygon_added', 'polygon_removed', 'geolocated', 'geolocation_failed']; - -GMaps.on = function(event_name, object, handler) { - if (GMaps.custom_events.indexOf(event_name) == -1) { - if(object instanceof GMaps) object = object.map; - return google.maps.event.addListener(object, event_name, handler); - } - else { - var registered_event = { - handler : handler, - eventName : event_name - }; - - object.registered_events[event_name] = object.registered_events[event_name] || []; - object.registered_events[event_name].push(registered_event); - - return registered_event; - } -}; - -GMaps.off = function(event_name, object) { - if (GMaps.custom_events.indexOf(event_name) == -1) { - if(object instanceof GMaps) object = object.map; - google.maps.event.clearListeners(object, event_name); - } - else { - object.registered_events[event_name] = []; - } -}; - -GMaps.fire = function(event_name, object, scope) { - if (GMaps.custom_events.indexOf(event_name) == -1) { - google.maps.event.trigger(object, event_name, Array.prototype.slice.apply(arguments).slice(2)); - } - else { - if(event_name in scope.registered_events) { - var firing_events = scope.registered_events[event_name]; - - for(var i = 0; i < firing_events.length; i++) { - (function(handler, scope, object) { - handler.apply(scope, [object]); - })(firing_events[i]['handler'], scope, object); - } - } - } -}; - -GMaps.geolocate = function(options) { - var complete_callback = options.always || options.complete; - - if (navigator.geolocation) { - navigator.geolocation.getCurrentPosition(function(position) { - options.success(position); - - if (complete_callback) { - complete_callback(); - } - }, function(error) { - options.error(error); - - if (complete_callback) { - complete_callback(); - } - }, options.options); - } - else { - options.not_supported(); - - if (complete_callback) { - complete_callback(); - } - } -}; - -GMaps.geocode = function(options) { - this.geocoder = new google.maps.Geocoder(); - var callback = options.callback; - if (options.hasOwnProperty('lat') && options.hasOwnProperty('lng')) { - options.latLng = new google.maps.LatLng(options.lat, options.lng); - } - - delete options.lat; - delete options.lng; - delete options.callback; - - this.geocoder.geocode(options, function(results, status) { - callback(results, status); - }); -}; - -//========================== -// Polygon containsLatLng -// https://github.com/tparkin/Google-Maps-Point-in-Polygon -// Poygon getBounds extension - google-maps-extensions -// http://code.google.com/p/google-maps-extensions/source/browse/google.maps.Polygon.getBounds.js -if (!google.maps.Polygon.prototype.getBounds) { - google.maps.Polygon.prototype.getBounds = function(latLng) { - var bounds = new google.maps.LatLngBounds(); - var paths = this.getPaths(); - var path; - - for (var p = 0; p < paths.getLength(); p++) { - path = paths.getAt(p); - for (var i = 0; i < path.getLength(); i++) { - bounds.extend(path.getAt(i)); - } - } - - return bounds; - }; -} - -if (!google.maps.Polygon.prototype.containsLatLng) { - // Polygon containsLatLng - method to determine if a latLng is within a polygon - google.maps.Polygon.prototype.containsLatLng = function(latLng) { - // Exclude points outside of bounds as there is no way they are in the poly - var bounds = this.getBounds(); - - if (bounds !== null && !bounds.contains(latLng)) { - return false; - } - - // Raycast point in polygon method - var inPoly = false; - - var numPaths = this.getPaths().getLength(); - for (var p = 0; p < numPaths; p++) { - var path = this.getPaths().getAt(p); - var numPoints = path.getLength(); - var j = numPoints - 1; - - for (var i = 0; i < numPoints; i++) { - var vertex1 = path.getAt(i); - var vertex2 = path.getAt(j); - - if (vertex1.lng() < latLng.lng() && vertex2.lng() >= latLng.lng() || vertex2.lng() < latLng.lng() && vertex1.lng() >= latLng.lng()) { - if (vertex1.lat() + (latLng.lng() - vertex1.lng()) / (vertex2.lng() - vertex1.lng()) * (vertex2.lat() - vertex1.lat()) < latLng.lat()) { - inPoly = !inPoly; - } - } - - j = i; - } - } - - return inPoly; - }; -} - -if (!google.maps.Circle.prototype.containsLatLng) { - google.maps.Circle.prototype.containsLatLng = function(latLng) { - if (google.maps.geometry) { - return google.maps.geometry.spherical.computeDistanceBetween(this.getCenter(), latLng) <= this.getRadius(); - } - else { - return true; - } - }; -} - -google.maps.LatLngBounds.prototype.containsLatLng = function(latLng) { - return this.contains(latLng); -}; - -google.maps.Marker.prototype.setFences = function(fences) { - this.fences = fences; -}; - -google.maps.Marker.prototype.addFence = function(fence) { - this.fences.push(fence); -}; - -google.maps.Marker.prototype.getId = function() { - return this['__gm_id']; -}; - -//========================== -// Array indexOf -// https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/Array/indexOf -if (!Array.prototype.indexOf) { - Array.prototype.indexOf = function (searchElement /*, fromIndex */ ) { - "use strict"; - if (this == null) { - throw new TypeError(); - } - var t = Object(this); - var len = t.length >>> 0; - if (len === 0) { - return -1; - } - var n = 0; - if (arguments.length > 1) { - n = Number(arguments[1]); - if (n != n) { // shortcut for verifying if it's NaN - n = 0; - } else if (n != 0 && n != Infinity && n != -Infinity) { - n = (n > 0 || -1) * Math.floor(Math.abs(n)); - } - } - if (n >= len) { - return -1; - } - var k = n >= 0 ? n : Math.max(len - Math.abs(n), 0); - for (; k < len; k++) { - if (k in t && t[k] === searchElement) { - return k; - } - } - return -1; - } -} - -return GMaps; -})); \ No newline at end of file diff --git a/core/static/plugins/horizontal-parallax/css/horizontal-parallax.css b/core/static/plugins/horizontal-parallax/css/horizontal-parallax.css deleted file mode 100755 index 53a3644..0000000 --- a/core/static/plugins/horizontal-parallax/css/horizontal-parallax.css +++ /dev/null @@ -1,356 +0,0 @@ -/* -Theme created for use with Sequence.js (http://www.sequencejs.com/) - -Theme: Sliding Horizontal Parallax -Version: 1.0 -Theme Author: Ian Lunn @IanLunn -Author URL: http://www.ianlunn.co.uk/ -Theme URL: http://www.sequencejs.com/themes/sliding-horizontal-parallax/ - -This is a FREE theme and is available under a MIT License: -http://www.opensource.org/licenses/mit-license.php - -Sequence.js and its dependencies are (c) Ian Lunn Design 2012 unless otherwise stated. - -/* prefix declarations */ -/* THEME STYLES */ - -/* Inner Slider */ -.sequence-inner, -.sequence-inner h2, -.sequence-inner .info p { - background: none; -} -/* End Inner Slider */ - -.sequence-inner { - background: #fff; - border-bottom: solid 2px #e8e7e7; - background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#defce7)); - background: -webkit-linear-gradient(#fff, #defce7); - background: -moz-linear-gradient(#fff, #defce7); - background: -ms-linear-gradient(#fff, #defce7); - background: -o-linear-gradient(#fff, #defce7); - background: linear-gradient(#fff, #defce7) -} - -#sequence-theme { - color: #fff; - font-family:'Open Sans', sans-serif; - max-width: 2560px; - position: relative; - margin: 0 auto; - overflow: hidden; - -webkit-backface-visibility: hidden; - /* prevent graphical glitches in WebKit browsers when using transitions */ -} -#sequence-theme .next, -#sequence-theme .prev { - color: white; - cursor: pointer; - display: none; - font-size: 80px; - font-weight: bold; - position: absolute; - opacity: 0.4; - top: 50%; - height: 41px; - width: 39px; - z-index: 20; - -webkit-transition-duration: 0.4s; - -moz-transition-duration: 0.4s; - -ms-transition-duration: 0.4s; - -o-transition-duration: 0.4s; - transition-duration: 0.4s; -} -#sequence-theme .prev { - left: 30px; - position: absolute; -} -#sequence-theme .next { - position: absolute; - right: 30px; -} -#sequence-theme .next:hover, -#sequence-theme .prev:hover { - opacity: 1; - -webkit-transform: scale(1.2); - -moz-transform: scale(1.2); - -ms-transform: scale(1.2); - -o-transform: scale(1.2); - transform: scale(1.2); - -webkit-transition-duration: 0.4s; - -moz-transition-duration: 0.4s; - -ms-transition-duration: 0.4s; - -o-transition-duration: 0.4s; - transition-duration: 0.4s; -} -#sequence-theme #sequence li > * { - position: absolute; -} -#sequence-theme #sequence { - min-height: 420px; - margin: 0 auto; - position: relative; - max-width: 1400px; -} -#sequence-theme .info { - font-size: 1.5em; - right: 150%; - line-height: 1.4em; - top: 120px; - width: 40%; - z-index: 10; - vertical-align: middle; - -webkit-transition-duration: 4s; - -moz-transition-duration: 4s; - -ms-transition-duration: 4s; - -o-transition-duration: 4s; - transition-duration: 4s; -} -#sequence-theme h2 { - color:#fff; - font-size: 2em; - line-height: 1.2em; - padding:5px 8px; - display:inline-block; - box-shadow: none; - font-weight: 200; - background:rgba(114, 192, 44, 0.8); -} -#sequence-theme .info p { - color: #fff; - font-size: 20px; - padding:5px 10px; - background:rgba(114, 192, 44, 0.8); -} -#sequence-theme .animate-in .info { - right: 15%; - -webkit-transition-duration: 4s; - -moz-transition-duration: 4s; - -ms-transition-duration: 4s; - -o-transition-duration: 4s; - transition-duration: 4s; -} -#sequence-theme .animate-out .info { - right: -150%; - -webkit-transition-duration: 4s; - -moz-transition-duration: 4s; - -ms-transition-duration: 4s; - -o-transition-duration: 4s; - transition-duration: 4s; -} -#sequence-theme .balloon { - left: -140%; - top: 150px; - max-width: 40%; - z-index: 6; - -webkit-transition-property: left top; - -moz-transition-property: left top; - -ms-transition-property: left top; - -o-transition-property: left top; - transition-property: left top; -} -#sequence-theme .animate-in .balloon { - left: 15%; - top: 70px; - -webkit-transition-duration: 4s; - -moz-transition-duration: 4s; - -ms-transition-duration: 4s; - -o-transition-duration: 4s; - transition-duration: 4s; - -webkit-transition-property: left top; - -moz-transition-property: left top; - -ms-transition-property: left top; - -o-transition-property: left top; - transition-property: left top; - z-index: 4; -} -#sequence-theme .animate-out .balloon { - left: 140%; - top: -30px; - z-index: 2; - -webkit-transition-duration: 4s; - -moz-transition-duration: 4s; - -ms-transition-duration: 4s; - -o-transition-duration: 4s; - transition-duration: 4s; - -webkit-transition-property: left top; - -moz-transition-property: left top; - -ms-transition-property: left top; - -o-transition-property: left top; - transition-property: left top; -} -#sequence-theme .aeroplane { - left: -50%; - max-width: 40%; - top: 800px; - z-index: 6; - -webkit-transition-property: left top; - -moz-transition-property: left top; - -ms-transition-property: left top; - -o-transition-property: left top; - transition-property: left top; -} -#sequence-theme .animate-in .aeroplane { - left: 10%; - top: 100px; - -webkit-transition-duration: 4s; - -moz-transition-duration: 4s; - -ms-transition-duration: 4s; - -o-transition-duration: 4s; - transition-duration: 4s; - -webkit-transform: rotate(20deg); - -moz-transform: rotate(20deg); - -ms-transform: rotate(20deg); - -o-transform: rotate(20deg); - transform: rotate(20deg); - -webkit-transition-property: left top -webkit-transform; - -moz-transition-property: left top -moz-transform; - -o-transition-property: left top -o-transform; - -ms-transition-property: left top -ms-transform; - transition-property: left top transform; - z-index: 4; -} -#sequence-theme .animate-out .aeroplane { - left: 70%; - top: -900px; - -webkit-transition-duration: 4s; - -moz-transition-duration: 4s; - -ms-transition-duration: 4s; - -o-transition-duration: 4s; - transition-duration: 4s; - -webkit-transform: rotate(40deg); - -moz-transform: rotate(40deg); - -ms-transform: rotate(40deg); - -o-transform: rotate(40deg); - transform: rotate(40deg); - -webkit-transition-property: left top -webkit-transform; - -moz-transition-property: left top -moz-transform; - -o-transition-property: left top -o-transform; - -ms-transition-property: left top -ms-transform; - transition-property: left top transform; - z-index: 2; -} -#sequence-theme .sky { - height: auto; - width: 100%; - left: -6%; - opacity: 0; - top: 0; - vertical-align: middle; - z-index: 1; - -webkit-transition-property: left top; - -moz-transition-property: left top; - -ms-transition-property: left top; - -o-transition-property: left top; - transition-property: left top; -} -#sequence-theme .animate-in .sky { - left: 0%; - opacity: 1; - top: 0; - z-index: 1; - -webkit-transition-duration: 4s; - -moz-transition-duration: 4s; - -ms-transition-duration: 4s; - -o-transition-duration: 4s; - transition-duration: 4s; - -webkit-transition-property: left top; - -moz-transition-property: left top; - -ms-transition-property: left top; - -o-transition-property: left top; - transition-property: left top; -} -#sequence-theme .animate-out .sky { - left: 6%; - opacity: 0; - top: 0; - z-index: 1; - -webkit-transition-duration: 4s; - -moz-transition-duration: 4s; - -ms-transition-duration: 4s; - -o-transition-duration: 4s; - transition-duration: 4s; - -webkit-transition-property: left top; - -moz-transition-property: left top; - -ms-transition-property: left top; - -o-transition-property: left top; - transition-property: left top; -} -#sequence-theme .kite { - left: -30%; - opacity: 0; - max-width: 40%; - top: 300px; - z-index: 6; - -webkit-transform-origin: 100%; - -moz-transform-origin: 100%; - -ms-transform-origin: 100%; - -o-transform-origin: 100%; - transform-origin: 100%; - -webkit-transition-property: left top; - -moz-transition-property: left top; - -ms-transition-property: left top; - -o-transition-property: left top; - transition-property: left top; -} -#sequence-theme .animate-in .kite { - left: -15%; - top: 300px; - opacity: 1; - z-index: 4; - -webkit-transition-property: left top -webkit-transform; - -moz-transition-property: left top -moz-transform; - -o-transition-property: left top -o-transform; - -ms-transition-property: left top -ms-transform; - transition-property: left top transform; - -webkit-transform-origin: 100%; - -moz-transform-origin: 100%; - -ms-transform-origin: 100%; - -o-transform-origin: 100%; - transform-origin: 100%; - -webkit-transform: rotate(80deg); - -moz-transform: rotate(80deg); - -ms-transform: rotate(80deg); - -o-transform: rotate(80deg); - transform: rotate(80deg); - -webkit-transition-duration: 4s; - -moz-transition-duration: 4s; - -ms-transition-duration: 4s; - -o-transition-duration: 4s; - transition-duration: 4s; -} -#sequence-theme .animate-out .kite { - left: -15%; - opacity: 0; - top: 300px; - z-index: 2; - -webkit-transition-property: left top -webkit-transform; - -moz-transition-property: left top -moz-transform; - -o-transition-property: left top -o-transform; - -ms-transition-property: left top -ms-transform; - transition-property: left top transform; - -webkit-transform-origin: 100%; - -moz-transform-origin: 100%; - -ms-transform-origin: 100%; - -o-transform-origin: 100%; - transform-origin: 100%; - -webkit-transform: rotate(200deg); - -moz-transform: rotate(200deg); - -ms-transform: rotate(200deg); - -o-transform: rotate(200deg); - transform: rotate(200deg); - -webkit-transition-duration: 3s; - -moz-transition-duration: 3s; - -ms-transition-duration: 3s; - -o-transition-duration: 3s; - transition-duration: 3s; -} -#sequence-theme .sequence-fallback .animate-in .kite { - left: 20%; - top: 200px; -} -#sequence-theme ul { - list-style:none; -} \ No newline at end of file diff --git a/core/static/plugins/horizontal-parallax/images/aeroplane.png b/core/static/plugins/horizontal-parallax/images/aeroplane.png deleted file mode 100755 index 811fe53..0000000 Binary files a/core/static/plugins/horizontal-parallax/images/aeroplane.png and /dev/null differ diff --git a/core/static/plugins/horizontal-parallax/images/balloon.png b/core/static/plugins/horizontal-parallax/images/balloon.png deleted file mode 100755 index 9b38184..0000000 Binary files a/core/static/plugins/horizontal-parallax/images/balloon.png and /dev/null differ diff --git a/core/static/plugins/horizontal-parallax/images/bg-green.png b/core/static/plugins/horizontal-parallax/images/bg-green.png deleted file mode 100755 index 18c9a34..0000000 Binary files a/core/static/plugins/horizontal-parallax/images/bg-green.png and /dev/null differ diff --git a/core/static/plugins/horizontal-parallax/images/bg-heading.png b/core/static/plugins/horizontal-parallax/images/bg-heading.png deleted file mode 100755 index d96290e..0000000 Binary files a/core/static/plugins/horizontal-parallax/images/bg-heading.png and /dev/null differ diff --git a/core/static/plugins/horizontal-parallax/images/bg-sky.png b/core/static/plugins/horizontal-parallax/images/bg-sky.png deleted file mode 100755 index 870db85..0000000 Binary files a/core/static/plugins/horizontal-parallax/images/bg-sky.png and /dev/null differ diff --git a/core/static/plugins/horizontal-parallax/images/bg-text.png b/core/static/plugins/horizontal-parallax/images/bg-text.png deleted file mode 100755 index d93b435..0000000 Binary files a/core/static/plugins/horizontal-parallax/images/bg-text.png and /dev/null differ diff --git a/core/static/plugins/horizontal-parallax/images/bt-next.png b/core/static/plugins/horizontal-parallax/images/bt-next.png deleted file mode 100755 index 5d0ae4d..0000000 Binary files a/core/static/plugins/horizontal-parallax/images/bt-next.png and /dev/null differ diff --git a/core/static/plugins/horizontal-parallax/images/bt-next1.png b/core/static/plugins/horizontal-parallax/images/bt-next1.png deleted file mode 100755 index e68df56..0000000 Binary files a/core/static/plugins/horizontal-parallax/images/bt-next1.png and /dev/null differ diff --git a/core/static/plugins/horizontal-parallax/images/bt-prev.png b/core/static/plugins/horizontal-parallax/images/bt-prev.png deleted file mode 100755 index be425d8..0000000 Binary files a/core/static/plugins/horizontal-parallax/images/bt-prev.png and /dev/null differ diff --git a/core/static/plugins/horizontal-parallax/images/bt-prev1.png b/core/static/plugins/horizontal-parallax/images/bt-prev1.png deleted file mode 100755 index 1394872..0000000 Binary files a/core/static/plugins/horizontal-parallax/images/bt-prev1.png and /dev/null differ diff --git a/core/static/plugins/horizontal-parallax/images/kite.png b/core/static/plugins/horizontal-parallax/images/kite.png deleted file mode 100755 index dece774..0000000 Binary files a/core/static/plugins/horizontal-parallax/images/kite.png and /dev/null differ diff --git a/core/static/plugins/horizontal-parallax/images/sequence-logo.png b/core/static/plugins/horizontal-parallax/images/sequence-logo.png deleted file mode 100755 index 4b2b833..0000000 Binary files a/core/static/plugins/horizontal-parallax/images/sequence-logo.png and /dev/null differ diff --git a/core/static/plugins/horizontal-parallax/js/horizontal-parallax.js b/core/static/plugins/horizontal-parallax/js/horizontal-parallax.js deleted file mode 100755 index 731870f..0000000 --- a/core/static/plugins/horizontal-parallax/js/horizontal-parallax.js +++ /dev/null @@ -1,14 +0,0 @@ -$(document).ready(function(){ - var options = { - nextButton: true, - prevButton: true, - preloader: true, - navigationSkipThreshold: 1000, - fadeFrameWhenSkipped: false - }; - var sequence = $("#sequence").sequence(options).data("sequence"); - - sequence.afterLoaded = function(){ - $(".prev, .next").fadeIn(500); - } -}); \ No newline at end of file diff --git a/core/static/plugins/horizontal-parallax/js/sequence.jquery-min.js b/core/static/plugins/horizontal-parallax/js/sequence.jquery-min.js deleted file mode 100755 index 450b924..0000000 --- a/core/static/plugins/horizontal-parallax/js/sequence.jquery-min.js +++ /dev/null @@ -1,26 +0,0 @@ -/* -Sequence.js (http://www.sequencejs.com) -Version: 0.8.3 Beta -Author: Ian Lunn @IanLunn -Author URL: http://www.ianlunn.co.uk/ -Github: https://github.com/IanLunn/Sequence - -This is a FREE script and is available under a MIT License: -http://www.opensource.org/licenses/mit-license.php - -Sequence.js and its dependencies are (c) Ian Lunn Design 2012 unless otherwise stated. - -Sequence also relies on the following open source scripts: - -- jQuery imagesLoaded 2.1.0 (http://github.com/desandro/imagesloaded) - Paul Irish et al - Available under a MIT License: http://www.opensource.org/licenses/mit-license.php - -- jQuery TouchWipe 1.1.1 (http://www.netcu.de/jquery-touchwipe-iphone-ipad-library) - Andreas Waltl, netCU Internetagentur (http://www.netcu.de) - Available under a MIT License: http://www.opensource.org/licenses/mit-license.php - -- Modernizr 2.6.1 Custom Build (http://modernizr.com/) - Copyright (c) Faruk Ates, Paul Irish, Alex Sexton - Available under the BSD and MIT licenses: www.modernizr.com/license/ -*/(function(e){function t(t,n,r,i){function f(){s.afterLoaded();s.settings.hideFramesUntilPreloaded&&s.settings.preloader&&s.sequence.children("li").show();if(s.settings.preloader)if(s.settings.hidePreloaderUsingCSS&&s.transitionsSupported){s.prependPreloadingCompleteTo=s.settings.prependPreloadingComplete==1?s.settings.preloader:e(s.settings.prependPreloadingComplete);s.prependPreloadingCompleteTo.addClass("preloading-complete");setTimeout(y,s.settings.hidePreloaderDelay)}else s.settings.preloader.fadeOut(s.settings.hidePreloaderDelay,function(){clearInterval(s.defaultPreloader);y()});else y()}function g(t,n){function l(){var t=e(a),s=e(f);i&&(f.length?i.reject(o,t,s):i.resolve(o));e.isFunction(n)&&n.call(r,o,t,s)}function c(t,n){if(t.src===BLANK||e.inArray(t,u)!==-1)return;u.push(t);n?f.push(t):a.push(t);e.data(t,"imagesLoaded",{isBroken:n,src:t.src});s&&i.notifyWith(e(t),[n,o,e(a),e(f)]);if(o.length===u.length){setTimeout(l);o.unbind(".imagesLoaded")}}BLANK="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==";var r=t,i=e.isFunction(e.Deferred)?e.Deferred():0,s=e.isFunction(i.notify),o=r.find("img").add(r.filter("img")),u=[],a=[],f=[];e.isPlainObject(n)&&e.each(n,function(e,t){e==="callback"?n=t:i&&i[e](t)});o.length?o.bind("load.imagesLoaded error.imagesLoaded",function(e){c(e.target,e.type==="error")}).each(function(t,n){var r=n.src,i=e.data(n,"imagesLoaded");if(i&&i.src===r){c(n,i.isBroken);return}if(n.complete&&n.naturalWidth!==undefined){c(n,n.naturalWidth===0||n.naturalHeight===0);return}if(n.readyState||n.complete){n.src=BLANK;n.src=r}}):l()}function y(){e(s.settings.preloader).remove();s.nextButton=s.init.uiElements(s.settings.nextButton,".next");s.prevButton=s.init.uiElements(s.settings.prevButton,".prev");s.pauseButton=s.init.uiElements(s.settings.pauseButton,".pause");s.nextButton!==undefined&&s.nextButton!==!1&&s.settings.showNextButtonOnInit&&s.nextButton.show();s.prevButton!==undefined&&s.prevButton!==!1&&s.settings.showPrevButtonOnInit&&s.prevButton.show();s.pauseButton!==undefined&&s.pauseButton!==!1&&s.pauseButton.show();if(s.settings.pauseIcon!==!1){s.pauseIcon=s.init.uiElements(s.settings.pauseIcon,".pause-icon");s.pauseIcon!==undefined&&s.pauseIcon.hide()}else s.pauseIcon=undefined;s.nextFrameID=s.settings.startingFrameID;if(s.settings.hashTags){s.sequence.children("li").each(function(){s.frameHashID.push(e(this).attr(s.getHashTagFrom))});s.currentHashTag=location.hash.replace("#","");if(s.currentHashTag===undefined||s.currentHashTag==="")s.nextFrameID=s.settings.startingFrameID;else{s.frameHashIndex=e.inArray(s.currentHashTag,s.frameHashID);s.frameHashIndex!==-1?s.nextFrameID=s.frameHashIndex+1:s.nextFrameID=s.settings.startingFrameID}}s.nextFrame=s.sequence.children("li:nth-child("+s.nextFrameID+")");s.nextFrameChildren=s.nextFrame.children();s.sequence.css({width:"100%",height:"100%",position:"relative"});s.sequence.children("li").css({width:"100%",height:"100%",position:"absolute","z-index":1});if(s.transitionsSupported)if(!s.settings.animateStartingFrameIn){s.currentFrameID=s.nextFrameID;s.settings.moveActiveFrameToTop&&s.nextFrame.css("z-index",s.numberOfFrames);s.modifyElements(s.nextFrameChildren,"0s");s.nextFrame.addClass("animate-in");if(s.settings.hashTags&&s.settings.hashChangesOnFirstFrame){s.currentHashTag=s.nextFrame.attr(s.getHashTagFrom);document.location.hash="#"+s.currentHashTag}setTimeout(function(){s.modifyElements(s.nextFrameChildren,"")},100);s.resetAutoPlay(!0,s.settings.autoPlayDelay)}else if(s.settings.reverseAnimationsWhenNavigatingBackwards&&s.settings.autoPlayDirection-1&&s.settings.animateStartingFrameIn){s.modifyElements(s.nextFrameChildren,"0s");s.nextFrame.addClass("animate-out");s.goTo(s.nextFrameID,-1)}else s.goTo(s.nextFrameID,1);else{s.container.addClass("sequence-fallback");s.currentFrameID=s.nextFrameID;if(s.settings.hashTags&&s.settings.hashChangesOnFirstFrame){s.currentHashTag=s.nextFrame.attr(s.getHashTagFrom);document.location.hash="#"+s.currentHashTag}s.sequence.children("li").addClass("animate-in");s.sequence.children(":not(li:nth-child("+s.nextFrameID+"))").css({display:"none",opacity:0});s.resetAutoPlay(!0,s.settings.autoPlayDelay)}s.nextButton!==undefined&&s.nextButton.click(function(){s.next()});s.prevButton!==undefined&&s.prevButton.click(function(){s.prev()});s.pauseButton!==undefined&&s.pauseButton.click(function(){s.pause(!0)});if(s.settings.keyNavigation){var t={left:37,right:39};function n(e,n){var r;for(keyCodes in n){keyCodes==="left"||keyCodes==="right"?r=t[keyCodes]:r=keyCodes;e===parseFloat(r)&&s.initCustomKeyEvent(n[keyCodes])}}e(document).keydown(function(e){var t=String.fromCharCode(e.keyCode);if(t>0&&t<=s.numberOfFrames&&s.settings.numericKeysGoToFrames){s.nextFrameID=t;s.goTo(s.nextFrameID)}n(e.keyCode,s.settings.keyEvents);n(e.keyCode,s.settings.customKeyEvents)})}s.settings.pauseOnHover&&s.settings.autoPlay&&!s.hasTouch&&s.sequence.on({mouseenter:function(){s.mouseover=!0;s.isHardPaused||s.pause()},mouseleave:function(){s.mouseover=!1;s.isHardPaused||s.unpause()}});s.settings.hashTags&&e(window).hashchange(function(){newTag=location.hash.replace("#","");if(s.currentHashTag!==newTag){s.currentHashTag=newTag;s.frameHashIndex=e.inArray(s.currentHashTag,s.frameHashID);if(s.frameHashIndex!==-1){s.nextFrameID=s.frameHashIndex+1;s.goTo(s.nextFrameID)}}});if(s.settings.swipeNavigation&&s.hasTouch){var r,i,o=!1;function u(){s.sequence.on("touchmove",a);r=null;o=!1}function a(e){s.settings.swipePreventsDefault&&e.preventDefault();if(o){var t=e.originalEvent.touches[0].pageX,n=e.originalEvent.touches[0].pageY,a=r-t,f=i-n;if(Math.abs(a)>=s.settings.swipeThreshold){u();a>0?s.initCustomKeyEvent(s.settings.swipeEvents.left):s.initCustomKeyEvent(s.settings.swipeEvents.right)}else if(Math.abs(f)>=s.settings.swipeThreshold){u();f>0?s.initCustomKeyEvent(s.settings.swipeEvents.down):s.initCustomKeyEvent(s.settings.swipeEvents.up)}}}function f(e){if(e.originalEvent.touches.length==1){r=e.originalEvent.touches[0].pageX;i=e.originalEvent.touches[0].pageY;o=!0;s.sequence.on("touchmove",a)}}s.sequence.on("touchstart",f)}}var s=this;s.container=e(t),s.sequence=s.container.children("ul");try{Modernizr.prefixed;if(Modernizr.prefixed===undefined)throw"undefined"}catch(o){i.modernizr()}var u={WebkitTransition:"-webkit-",MozTransition:"-moz-",OTransition:"-o-",msTransition:"-ms-",transition:""},a={WebkitTransition:"webkitTransitionEnd webkitAnimationEnd",MozTransition:"transitionend animationend",OTransition:"otransitionend oanimationend",msTransition:"MSTransitionEnd MSAnimationEnd",transition:"transitionend animationend"};s.prefix=u[Modernizr.prefixed("transition")],s.transitionEnd=a[Modernizr.prefixed("transition")],s.transitionProperties={},s.numberOfFrames=s.sequence.children("li").length,s.transitionsSupported=s.prefix!==undefined?!0:!1,s.hasTouch="ontouchstart"in window?!0:!1,s.active,s.navigationSkipThresholdActive=!1,s.autoPlayTimer,s.isPaused=!1,s.isHardPaused=!1,s.mouseover=!1,s.defaultPreloader,s.nextButton,s.prevButton,s.pauseButton,s.pauseIcon,s.delayUnpause,s.init={uiElements:function(t,n){switch(t){case!1:return undefined;case!0:n===".sequence-preloader"&&i.defaultPreloader(s.container,s.transitionsSupported,s.prefix);return e(n);default:return e(t)}}};s.paused=function(){},s.unpaused=function(){},s.beforeNextFrameAnimatesIn=function(){},s.afterNextFrameAnimatesIn=function(){},s.beforeCurrentFrameAnimatesOut=function(){},s.afterCurrentFrameAnimatesOut=function(){},s.afterLoaded=function(){};s.settings=e.extend({},r,n);s.settings.preloader=s.init.uiElements(s.settings.preloader,".sequence-preloader");s.firstFrame=s.settings.animateStartingFrameIn?!0:!1;s.settings.unpauseDelay=s.settings.unpauseDelay===null?s.settings.autoPlayDelay:s.settings.unpauseDelay;s.currentHashTag;s.getHashTagFrom=s.settings.hashDataAttribute?"data-sequence-hashtag":"id";s.frameHashID=[];s.direction=s.settings.autoPlayDirection;s.settings.hideFramesUntilPreloaded&&s.settings.preloader&&s.sequence.children("li").hide();s.prefix==="-o-"&&(s.transitionsSupported=i.operaTest());s.modifyElements(s.sequence.children("li"),"0s");s.sequence.children("li").removeClass("animate-in");var l=s.settings.preloadTheseFrames.length,c=s.settings.preloadTheseImages.length;if(!s.settings.preloader||l===0&&c===0)e(window).bind("load",function(){f();e(this).unbind("load")});else{function h(t,n){var r=[];if(!n)for(var i=t;i>0;i--)s.sequence.children("li:nth-child("+s.settings.preloadTheseFrames[i-1]+")").find("img").each(function(){r.push(e(this)[0])});else for(var i=t;i>0;i--)r.push(e("body").find('img[src="'+s.settings.preloadTheseImages[i-1]+'"]')[0]);return r}var p=h(l),d=h(c,!0),v=e(p.concat(d)),m=v.length;g(v,f)}}t.prototype={initCustomKeyEvent:function(e){var t=this;switch(e){case"next":t.next();break;case"prev":t.prev();break;case"pause":t.pause(!0)}},modifyElements:function(e,t){var n=this;e.css(n.prefixCSS(n.prefix,{"transition-duration":t,"transition-delay":t}))},prefixCSS:function(e,t){var n={};for(property in t)n[e+property]=t[property];return n},setTransitionProperties:function(t){var n=this;t.each(function(){n.transitionProperties["transition-duration"]=e(this).css(n.prefix+"transition-duration");n.transitionProperties["transition-delay"]=e(this).css(n.prefix+"transition-delay");e(this).css(n.prefixCSS(n.prefix,n.transitionProperties))})},startAutoPlay:function(e){var t=this,e=e===undefined?t.settings.autoPlayDelay:e;t.unpause();t.resetAutoPlay();t.autoPlayTimer=setTimeout(function(){t.settings.autoPlayDirection===1?t.next():t.prev()},e)},stopAutoPlay:function(){var e=this;e.pause(!0);clearTimeout(e.autoPlayTimer)},resetAutoPlay:function(e,t){var n=this;if(e===!0){if(n.settings.autoPlay&&!n.isPaused){clearTimeout(n.autoPlayTimer);n.autoPlayTimer=setTimeout(function(){n.settings.autoPlayDirection===1?n.next():n.prev()},t)}}else clearTimeout(n.autoPlayTimer)},pause:function(e){var t=this;if(!t.isPaused){if(t.pauseButton!==undefined){t.pauseButton.addClass("paused");t.pauseIcon!==undefined&&t.pauseIcon.show()}t.paused();t.isPaused=!0;t.isHardPaused=e?!0:!1;t.resetAutoPlay()}else t.unpause()},unpause:function(e){var t=this;if(t.pauseButton!==undefined){t.pauseButton.removeClass("paused");t.pauseIcon!==undefined&&t.pauseIcon.hide()}t.isPaused=!1;t.isHardPaused=!1;if(!t.active){e!==!1&&t.unpaused();t.resetAutoPlay(!0,t.settings.unpauseDelay)}else t.delayUnpause=!0},next:function(){var e=this;e.nextFrameID=e.currentFrameID!==e.numberOfFrames?e.currentFrameID+1:1;e.goTo(e.nextFrameID,1)},prev:function(){var e=this;e.nextFrameID=e.currentFrameID===1?e.numberOfFrames:e.currentFrameID-1;e.goTo(e.nextFrameID,-1)},goTo:function(e,t){var n=this,e=parseFloat(e);if(e===n.currentFrameID||n.settings.navigationSkip&&n.navigationSkipThresholdActive||!n.settings.navigationSkip&&n.active||!n.transitionsSupported&&n.active||!n.settings.cycle&&t===1&&n.currentFrameID===n.numberOfFrames||!n.settings.cycle&&t===-1&&n.currentFrameID===1||n.settings.preventReverseSkipping&&n.direction!==t&&n.active)return!1;if(n.settings.navigationSkip&&n.active){n.navigationSkipThresholdActive=!0;n.settings.fadeFrameWhenSkipped&&n.nextFrame.stop().animate({opacity:0},n.settings.fadeFrameTime);navigationSkipThresholdTimer=setTimeout(function(){n.navigationSkipThresholdActive=!1},n.settings.navigationSkipThreshold)}if(!n.active||n.settings.navigationSkip){n.active=!0;n.resetAutoPlay();t===undefined?n.direction=e>n.currentFrameID?1:-1:n.direction=t;n.currentFrame=n.sequence.children(".animate-in");n.nextFrame=n.sequence.children("li:nth-child("+e+")");n.frameChildren=n.currentFrame.children();n.nextFrameChildren=n.nextFrame.children();if(n.transitionsSupported){if(n.currentFrame.length!==undefined){n.beforeCurrentFrameAnimatesOut();n.settings.moveActiveFrameToTop&&n.currentFrame.css("z-index",1);n.modifyElements(n.nextFrameChildren,"0s");if(!n.settings.reverseAnimationsWhenNavigatingBackwards||n.direction===1){n.nextFrame.removeClass("animate-out");n.modifyElements(n.frameChildren,"")}else if(n.settings.reverseAnimationsWhenNavigatingBackwards&&n.direction===-1){n.nextFrame.addClass("animate-out");n.setTransitionProperties(n.frameChildren)}}else n.firstFrame=!1;n.active=!0;n.currentFrame.unbind(n.transitionEnd);n.nextFrame.unbind(n.transitionEnd);n.settings.fadeFrameWhenSkipped&&n.nextFrame.css("opacity",1);n.beforeNextFrameAnimatesIn();n.settings.moveActiveFrameToTop&&n.nextFrame.css({"z-index":n.numberOfFrames});!n.settings.reverseAnimationsWhenNavigatingBackwards||n.direction===1?setTimeout(function(){n.modifyElements(n.nextFrameChildren,"");n.waitForAnimationsToComplete(n.nextFrame,n.nextFrameChildren,"in");n.afterCurrentFrameAnimatesOut!=="function () {}"&&n.waitForAnimationsToComplete(n.currentFrame,n.frameChildren,"out")},50):n.settings.reverseAnimationsWhenNavigatingBackwards&&n.direction===-1&&setTimeout(function(){n.modifyElements(n.nextFrameChildren,"");n.setTransitionProperties(n.frameChildren);n.waitForAnimationsToComplete(n.nextFrame,n.nextFrameChildren,"in");n.afterCurrentFrameAnimatesOut!="function () {}"&&n.waitForAnimationsToComplete(n.currentFrame,n.frameChildren,"out")},50);!n.settings.reverseAnimationsWhenNavigatingBackwards||n.direction===1?setTimeout(function(){n.currentFrame.toggleClass("animate-out animate-in");n.nextFrame.addClass("animate-in")},50):n.settings.reverseAnimationsWhenNavigatingBackwards&&n.direction===-1&&setTimeout(function(){n.nextFrame.toggleClass("animate-out animate-in");n.currentFrame.removeClass("animate-in")},50)}else{function r(){n.setHashTag();n.active=!1;n.resetAutoPlay(!0,n.settings.autoPlayDelay)}switch(n.settings.fallback.theme){case"fade":n.sequence.children("li").css({position:"relative"});n.beforeCurrentFrameAnimatesOut();n.currentFrame=n.sequence.children("li:nth-child("+n.currentFrameID+")");n.currentFrame.animate({opacity:0},n.settings.fallback.speed,function(){n.currentFrame.css({display:"none","z-index":"1"});n.afterCurrentFrameAnimatesOut();n.beforeNextFrameAnimatesIn();n.nextFrame.css({display:"block","z-index":n.numberOfFrames}).animate({opacity:1},500,function(){n.afterNextFrameAnimatesIn()});r()});n.sequence.children("li").css({position:"relative"});break;case"slide":default:var i={},s={},o={};if(n.direction===1){i.left="-100%";s.left="100%"}else{i.left="100%";s.left="-100%"}o.left="0";o.opacity=1;n.currentFrame=n.sequence.children("li:nth-child("+n.currentFrameID+")");n.beforeCurrentFrameAnimatesOut();n.currentFrame.animate(i,n.settings.fallback.speed,function(){n.afterCurrentFrameAnimatesOut()});n.beforeNextFrameAnimatesIn();n.nextFrame.show().css(s);n.nextFrame.animate(o,n.settings.fallback.speed,function(){r();n.afterNextFrameAnimatesIn()})}}n.currentFrameID=e}},waitForAnimationsToComplete:function(t,n,r){var i=this;if(r==="out")var s=function(){i.afterCurrentFrameAnimatesOut()};else if(r==="in")var s=function(){i.afterNextFrameAnimatesIn();i.setHashTag();i.active=!1;if(!i.isHardPaused&&!i.mouseover)if(!i.delayUnpause)i.unpause(!1);else{i.delayUnpause=!1;i.unpause()}};n.data("animationEnded",!1);t.bind(i.transitionEnd,function(r){e(r.target).data("animationEnded",!0);var o=!0;n.each(function(){if(e(this).data("animationEnded")===!1){o=!1;return!1}});if(o){t.unbind(i.transitionEnd);s()}})},setHashTag:function(){var t=this;if(t.settings.hashTags){t.currentHashTag=t.nextFrame.attr(t.getHashTagFrom);t.frameHashIndex=e.inArray(t.currentHashTag,t.frameHashID);if(t.frameHashIndex!==-1&&(t.settings.hashChangesOnFirstFrame||!t.firstFrame||!t.transitionsSupported)){t.nextFrameID=t.frameHashIndex+1;document.location.hash="#"+t.currentHashTag}else{t.nextFrameID=t.settings.startingFrameID;t.firstFrame=!1}}}};e.fn.sequence=function(i){var s=this;return s.each(function(){var s=new t(e(this),i,r,n);e(this).data("sequence",s)})};var n={modernizr:function(){window.Modernizr=function(e,t,n){function r(e){v.cssText=e}function i(e,t){return r(prefixes.join(e+";")+(t||""))}function s(e,t){return typeof e===t}function o(e,t){return!!~(""+e).indexOf(t)}function u(e,t){for(var r in e){var i=e[r];if(!o(i,"-")&&v[i]!==n)return t=="pfx"?i:!0}return!1}function a(e,t,r){for(var i in e){var o=t[e[i]];if(o!==n)return r===!1?e[i]:s(o,"function")?o.bind(r||t):o}return!1}function f(e,t,n){var r=e.charAt(0).toUpperCase()+e.slice(1),i=(e+" "+b.join(r+" ")+r).split(" ");return s(t,"string")||s(t,"undefined")?u(i,t):(i=(e+" "+w.join(r+" ")+r).split(" "),a(i,t,n))}var l="2.6.1",c={},h=t.documentElement,p="modernizr",d=t.createElement(p),v=d.style,m,g={}.toString,y="Webkit Moz O ms",b=y.split(" "),w=y.toLowerCase().split(" "),E={svg:"http://www.w3.org/2000/svg"},S={},x={},T={},N=[],C=N.slice,k,L={}.hasOwnProperty,A;!s(L,"undefined")&&!s(L.call,"undefined")?A=function(e,t){return L.call(e,t)}:A=function(e,t){return t in e&&s(e.constructor.prototype[t],"undefined")},Function.prototype.bind||(Function.prototype.bind=function(e){var t=self;if(typeof t!="function")throw new TypeError;var n=C.call(arguments,1),r=function(){if(self instanceof r){var i=function(){};i.prototype=t.prototype;var s=new i,o=t.apply(s,n.concat(C.call(arguments)));return Object(o)===o?o:s}return t.apply(e,n.concat(C.call(arguments)))};return r}),S.svg=function(){return!!t.createElementNS&&!!t.createElementNS(E.svg,"svg").createSVGRect};for(var O in S)A(S,O)&&(k=O.toLowerCase(),c[k]=S[O](),N.push((c[k]?"":"no-")+k));return c.addTest=function(e,t){if(typeof e=="object")for(var r in e)A(e,r)&&c.addTest(r,e[r]);else{e=e.toLowerCase();if(c[e]!==n)return c;t=typeof t=="function"?t():t,enableClasses&&(h.className+=" "+(t?"":"no-")+e),c[e]=t}return c},r(""),d=m=null,c._version=l,c._domPrefixes=w,c._cssomPrefixes=b,c.testProp=function(e){return u([e])},c.testAllProps=f,c.prefixed=function(e,t,n){return t?f(e,t,n):f(e,"pfx")},c}(self,self.document)},defaultPreloader:function(t,n,r){var i='
    ';e("head").append("");t.prepend(i);if(!Modernizr.svg&&!n){e(".sequence-preloader").prepend('
    ');setInterval(function(){e(".sequence-preloader .circle").fadeToggle(500)},500)}else n||setInterval(function(){e(".sequence-preloader").fadeToggle(500)},500)},operaTest:function(){e("body").append('');var t=e("#sequence-opera-test");t.css("-o-transition","1s");return t.css("-o-transition")!="1s"?!1:!0}},r={startingFrameID:1,cycle:!0,animateStartingFrameIn:!1,reverseAnimationsWhenNavigatingBackwards:!0,moveActiveFrameToTop:!0,autoPlay:!0,autoPlayDirection:1,autoPlayDelay:5e3,navigationSkip:!0,navigationSkipThreshold:250,fadeFrameWhenSkipped:!0,fadeFrameTime:150,preventReverseSkipping:!1,nextButton:!1,showNextButtonOnInit:!0,prevButton:!1,showPrevButtonOnInit:!0,pauseButton:!1,unpauseDelay:null,pauseOnHover:!0,pauseIcon:!1,preloader:!1,preloadTheseFrames:[1],preloadTheseImages:[],hideFramesUntilPreloaded:!0,prependPreloadingComplete:!0,hidePreloaderUsingCSS:!0,hidePreloaderDelay:0,keyNavigation:!0,numericKeysGoToFrames:!0,keyEvents:{left:"prev",right:"next"},customKeyEvents:{},swipeNavigation:!0,swipeThreshold:20,swipePreventsDefault:!1,swipeEvents:{left:"prev",right:"next",up:!1,down:!1},hashTags:!1,hashDataAttribute:!1,hashChangesOnFirstFrame:!1,fallback:{theme:"slide",speed:500}}})(jQuery); \ No newline at end of file diff --git a/core/static/plugins/hover-effects/css/custom-hover-effects.css b/core/static/plugins/hover-effects/css/custom-hover-effects.css deleted file mode 100755 index 1ead24c..0000000 --- a/core/static/plugins/hover-effects/css/custom-hover-effects.css +++ /dev/null @@ -1,75 +0,0 @@ -/*Import custom_hover_effect.css*/ -@import url(hover.css); - -.link-effects .tag-box a { - margin: 0 10px 10px 0; -} - -.link-effects .tag-box h2.heading-sm { - font-size: 18px; - line-height: 26px; -} - -/*custom_hover_effect*/ -.link-effects .button { - margin: 10px; - padding: 10px; - cursor: pointer; -} - -.link-effects a.button:hover { - text-decoration: none; -} - -.link-effects .border-fade, -.link-effects .hollow, -.link-effects .trim, -.link-effects .outline-outward, -.link-effects .outline-inward, -.link-effects .round-corners { - color: #fff !important; -} - -.link-effects .hollow:hover { - background: #fff !important; - color: #555 !important; -} - -.link-effects .round-corners:hover { - border-radius: 1em !important; -} - -.bubble-float-top, -.bubble-float-right, -.bubble-float-left, -.bubble-float-bottom { - transform: inherit; -} - -.bubble-float-top, -.bubble-float-right, -.bubble-float-left, -.bubble-float-bottom:hover { - color: #555 !important; -} - -.link-effects .curl-top-left:before { - background: -webkit-linear-gradient(315deg, white 45%, #eee 50%, #eee 56%, white 80%); - background: linear-gradient(135deg, white 45%, #eee 50%, #eee 56%, white 80%); - filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#000000'); -} - -.link-effects .curl-top-right:before { - background: -webkit-linear-gradient(225deg, white 45%, #eee 50%, #eee 56%, white 80%); - background: linear-gradient(225deg, white 45%, #eee 50%, #eee 56%, white 80%); -} - -.link-effects .curl-bottom-right:before { - background: -webkit-linear-gradient(135deg, white 45%, #eee 50%, #eee 56%, white 80%); - background: linear-gradient(315deg, white 45%, #eee 50%, #eee 56%, white 80%); -} - -.link-effects .curl-bottom-left:before { - background: -webkit-linear-gradient(45deg, white 45%, #eee 50%, #eee 56%, white 80%); - background: linear-gradient(45deg, white 45%, #eee 50%, #eee 56%, white 80%); -} \ No newline at end of file diff --git a/core/static/plugins/hover-effects/css/hover-min.css b/core/static/plugins/hover-effects/css/hover-min.css deleted file mode 100755 index ae08c3e..0000000 --- a/core/static/plugins/hover-effects/css/hover-min.css +++ /dev/null @@ -1,12 +0,0 @@ -/*! - * Hover.css (http://ianlunn.co.uk/) - * Version: 1.0.3 - * Author: Ian Lunn @IanLunn - * Author URL: http://ianlunn.co.uk/ - * Github: https://github.com/IanLunn/Hover - - * Made available under a MIT License: - * http://www.opensource.org/licenses/mit-license.php - - * Hover.css Copyright Ian Lunn 2014. - */.button{margin:.4em;padding:1em;cursor:pointer;background:#e1e1e1;text-decoration:none;color:#666}.grow{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.grow:hover{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.shrink{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.shrink:hover{-webkit-transform:scale(0.9);-ms-transform:scale(0.9);transform:scale(0.9)}@-webkit-keyframes pulse{25%{-webkit-transform:scale(1.1);transform:scale(1.1)}75%{-webkit-transform:scale(0.9);transform:scale(0.9)}}@keyframes pulse{25%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}75%{-webkit-transform:scale(0.9);-ms-transform:scale(0.9);transform:scale(0.9)}}.pulse{display:inline-block;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.pulse:hover{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes pulse-grow{to{-webkit-transform:scale(1.1);transform:scale(1.1)}}@keyframes pulse-grow{to{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}}.pulse-grow{display:inline-block;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.pulse-grow:hover{-webkit-animation-name:pulse-grow;animation-name:pulse-grow;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}@-webkit-keyframes pulse-shrink{to{-webkit-transform:scale(0.9);transform:scale(0.9)}}@keyframes pulse-shrink{to{-webkit-transform:scale(0.9);-ms-transform:scale(0.9);transform:scale(0.9)}}.pulse-shrink{display:inline-block;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.pulse-shrink:hover{-webkit-animation-name:pulse-shrink;animation-name:pulse-shrink;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}@-webkit-keyframes push{50%{-webkit-transform:scale(0.8);transform:scale(0.8)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes push{50%{-webkit-transform:scale(0.8);-ms-transform:scale(0.8);transform:scale(0.8)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.push{display:inline-block;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.push:hover{-webkit-animation-name:push;animation-name:push;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes pop{50%{-webkit-transform:scale(1.2);transform:scale(1.2)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes pop{50%{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.pop{display:inline-block;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.pop:hover{-webkit-animation-name:pop;animation-name:pop;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1}.rotate{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.rotate:hover{-webkit-transform:rotate(4deg);-ms-transform:rotate(4deg);transform:rotate(4deg)}.grow-rotate{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.grow-rotate:hover{-webkit-transform:scale(1.1) rotate(4deg);-ms-transform:scale(1.1) rotate(4deg);transform:scale(1.1) rotate(4deg)}.float{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.float:hover{-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px)}.sink{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.sink:hover{-webkit-transform:translateY(5px);-ms-transform:translateY(5px);transform:translateY(5px)}@-webkit-keyframes hover{50%{-webkit-transform:translateY(-3px);transform:translateY(-3px)}100%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}}@keyframes hover{50%{-webkit-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px)}100%{-webkit-transform:translateY(-6px);-ms-transform:translateY(-6px);transform:translateY(-6px)}}.hover{display:inline-block;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.hover:hover{-webkit-transform:translateY(-6px);-ms-transform:translateY(-6px);transform:translateY(-6px);-webkit-animation-name:hover;animation-name:hover;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-delay:.3s;animation-delay:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}@-webkit-keyframes hang{50%{-webkit-transform:translateY(3px);transform:translateY(3px)}100%{-webkit-transform:translateY(6px);transform:translateY(6px)}}@keyframes hang{50%{-webkit-transform:translateY(3px);-ms-transform:translateY(3px);transform:translateY(3px)}100%{-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px)}}.hang{display:inline-block;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.hang:hover{-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-animation-name:hang;animation-name:hang;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-delay:.3s;animation-delay:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}.skew{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.skew:hover{-webkit-transform:skew(-10deg);-ms-transform:skew(-10deg);transform:skew(-10deg)}.skew-forward{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-transform-origin:0 100%;-ms-transform-origin:0 100%;transform-origin:0 100%;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.skew-forward:hover{-webkit-transform:skew(-10deg);-ms-transform:skew(-10deg);transform:skew(-10deg)}@-webkit-keyframes wobble-vertical{16.65%{-webkit-transform:translateY(8px);transform:translateY(8px)}33.3%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}49.95%{-webkit-transform:translateY(4px);transform:translateY(4px)}66.6%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}83.25%{-webkit-transform:translateY(1px);transform:translateY(1px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes wobble-vertical{16.65%{-webkit-transform:translateY(8px);-ms-transform:translateY(8px);transform:translateY(8px)}33.3%{-webkit-transform:translateY(-6px);-ms-transform:translateY(-6px);transform:translateY(-6px)}49.95%{-webkit-transform:translateY(4px);-ms-transform:translateY(4px);transform:translateY(4px)}66.6%{-webkit-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px)}83.25%{-webkit-transform:translateY(1px);-ms-transform:translateY(1px);transform:translateY(1px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.wobble-vertical{display:inline-block;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.wobble-vertical:hover{-webkit-animation-name:wobble-vertical;animation-name:wobble-vertical;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes wobble-horizontal{16.65%{-webkit-transform:translateX(8px);transform:translateX(8px)}33.3%{-webkit-transform:translateX(-6px);transform:translateX(-6px)}49.95%{-webkit-transform:translateX(4px);transform:translateX(4px)}66.6%{-webkit-transform:translateX(-2px);transform:translateX(-2px)}83.25%{-webkit-transform:translateX(1px);transform:translateX(1px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes wobble-horizontal{16.65%{-webkit-transform:translateX(8px);-ms-transform:translateX(8px);transform:translateX(8px)}33.3%{-webkit-transform:translateX(-6px);-ms-transform:translateX(-6px);transform:translateX(-6px)}49.95%{-webkit-transform:translateX(4px);-ms-transform:translateX(4px);transform:translateX(4px)}66.6%{-webkit-transform:translateX(-2px);-ms-transform:translateX(-2px);transform:translateX(-2px)}83.25%{-webkit-transform:translateX(1px);-ms-transform:translateX(1px);transform:translateX(1px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.wobble-horizontal{display:inline-block;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.wobble-horizontal:hover{-webkit-animation-name:wobble-horizontal;animation-name:wobble-horizontal;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes wobble-top{16.65%{-webkit-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);transform:skew(-2deg)}100%{-webkit-transform:skew(0);transform:skew(0)}}@keyframes wobble-top{16.65%{-webkit-transform:skew(-12deg);-ms-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);-ms-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);-ms-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);-ms-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);-ms-transform:skew(-2deg);transform:skew(-2deg)}100%{-webkit-transform:skew(0);-ms-transform:skew(0);transform:skew(0)}}.wobble-top{display:inline-block;-webkit-transform-origin:0 100%;-ms-transform-origin:0 100%;transform-origin:0 100%;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.wobble-top:hover{-webkit-animation-name:wobble-top;animation-name:wobble-top;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes wobble-bottom{16.65%{-webkit-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);transform:skew(-2deg)}100%{-webkit-transform:skew(0);transform:skew(0)}}@keyframes wobble-bottom{16.65%{-webkit-transform:skew(-12deg);-ms-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);-ms-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);-ms-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);-ms-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);-ms-transform:skew(-2deg);transform:skew(-2deg)}100%{-webkit-transform:skew(0);-ms-transform:skew(0);transform:skew(0)}}.wobble-bottom{display:inline-block;-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.wobble-bottom:hover{-webkit-animation-name:wobble-bottom;animation-name:wobble-bottom;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}.border-fade{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:inset 0 0 0 4px #e1e1e1,0 0 1px rgba(0,0,0,0)}.border-fade:hover{box-shadow:inset 0 0 0 4px #666,0 0 1px rgba(0,0,0,0)}.hollow{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:background;transition-property:background;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:inset 0 0 0 4px #e1e1e1,0 0 1px rgba(0,0,0,0)}.hollow:hover{background:0 0}.trim{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.trim:before{content:'';position:absolute;border:#fff solid 4px;top:4px;left:4px;right:4px;bottom:4px;opacity:0;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:opacity;transition-property:opacity}.trim:hover:before{opacity:1}.outline-outward{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.outline-outward:before{content:'';position:absolute;border:#e1e1e1 solid 4px;top:0;right:0;bottom:0;left:0;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:top,right,bottom,left;transition-property:top,right,bottom,left}.outline-outward:hover:before{top:-8px;right:-8px;bottom:-8px;left:-8px}.outline-inward{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.outline-inward:before{content:'';position:absolute;border:#e1e1e1 solid 4px;top:-16px;right:-16px;bottom:-16px;left:-16px;opacity:0;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:top,right,bottom,left;transition-property:top,right,bottom,left}.outline-inward:hover:before{top:-8px;right:-8px;bottom:-8px;left:-8px;opacity:1}.round-corners{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:border-radius;transition-property:border-radius;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.round-corners:hover{border-radius:1em}.glow{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.glow:hover{box-shadow:0 0 8px rgba(0,0,0,.6)}.box-shadow-outset{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.box-shadow-outset:hover{box-shadow:2px 2px 2px rgba(0,0,0,.6)}.box-shadow-inset{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow;box-shadow:inset 0 0 0 rgba(0,0,0,.6),0 0 1px rgba(0,0,0,0);-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0)}.box-shadow-inset:hover{box-shadow:inset 2px 2px 2px rgba(0,0,0,.6),0 0 1px rgba(0,0,0,0)}.float-shadow{display:inline-block;position:relative;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.float-shadow:before{pointer-events:none;position:absolute;z-index:-1;content:'';top:100%;left:5%;height:10px;width:90%;opacity:0;background:-webkit-radial-gradient(center,ellipse,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 80%);background:radial-gradient(ellipse at center,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 80%);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform,opacity;transition-property:transform,opacity}.float-shadow:hover{-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px)}.float-shadow:hover:before{opacity:1;-webkit-transform:translateY(5px);-ms-transform:translateY(5px);transform:translateY(5px)}@keyframes hover{50%{-webkit-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px)}100%{-webkit-transform:translateY(-6px);-ms-transform:translateY(-6px);transform:translateY(-6px)}}@-webkit-keyframes hover-shadow{0%{-webkit-transform:translateY(6px);transform:translateY(6px);opacity:.4}50%{-webkit-transform:translateY(3px);transform:translateY(3px);opacity:1}100%{-webkit-transform:translateY(6px);transform:translateY(6px);opacity:.4}}@keyframes hover-shadow{0%{-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);opacity:.4}50%{-webkit-transform:translateY(3px);-ms-transform:translateY(3px);transform:translateY(3px);opacity:1}100%{-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);opacity:.4}}.hover-shadow{display:inline-block;position:relative;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.hover-shadow:before{pointer-events:none;position:absolute;z-index:-1;content:'';top:100%;left:5%;height:10px;width:90%;opacity:0;background:-webkit-radial-gradient(center,ellipse,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 80%);background:radial-gradient(ellipse at center,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 80%);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform,opacity;transition-property:transform,opacity}.hover-shadow:hover{-webkit-transform:translateY(-6px);-ms-transform:translateY(-6px);transform:translateY(-6px);-webkit-animation-name:hover;animation-name:hover;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-delay:.3s;animation-delay:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}.hover-shadow:hover:before{opacity:.4;-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-animation-name:hover-shadow;animation-name:hover-shadow;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-delay:.3s;animation-delay:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}.shadow-radial{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.shadow-radial:after,.shadow-radial:before{pointer-events:none;position:absolute;content:'';left:0;width:100%;-moz-box-sizing:border-box;box-sizing:border-box;height:5px;opacity:0;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:opacity;transition-property:opacity}.shadow-radial:before{bottom:100%;background:-webkit-radial-gradient(50% 150%,ellipse,rgba(0,0,0,.6) 0,rgba(0,0,0,0) 80%);background:radial-gradient(ellipse at 50% 150%,rgba(0,0,0,.6) 0,rgba(0,0,0,0) 80%)}.shadow-radial:after{top:100%;background:-webkit-radial-gradient(50% -50%,ellipse,rgba(0,0,0,.6) 0,rgba(0,0,0,0) 80%);background:radial-gradient(ellipse at 50% -50%,rgba(0,0,0,.6) 0,rgba(0,0,0,0) 80%)}.shadow-radial:hover:after,.shadow-radial:hover:before{opacity:1}.bubble-top{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.bubble-top:before{pointer-events:none;position:absolute;z-index:-1;content:'';border-style:solid;-webkit-transition-duration:.3s;transition-duration:.3s;left:-webkit-calc(50% - 10px);left:calc(50% - 10px);border-width:0 10px 10px;border-color:transparent transparent #e1e1e1;-webkit-transition-property:top;transition-property:top}.bubble-top:hover:before{top:-10px}.bubble-right{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.bubble-right:before{pointer-events:none;position:absolute;z-index:-1;content:'';border-style:solid;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:right;transition-property:right;top:-webkit-calc(50% - 10px);top:calc(50% - 10px);right:0;border-width:10px 0 10px 10px;border-color:transparent transparent transparent #e1e1e1}.bubble-right:hover:before{right:-10px}.bubble-bottom{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.bubble-bottom:before{pointer-events:none;position:absolute;z-index:-1;content:'';border-style:solid;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:bottom;transition-property:bottom;left:-webkit-calc(50% - 10px);left:calc(50% - 10px);bottom:0;border-width:10px 10px 0;border-color:#e1e1e1 transparent transparent}.bubble-bottom:hover:before{bottom:-10px}.bubble-left{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.bubble-left:before{pointer-events:none;position:absolute;z-index:-1;content:'';border-style:solid;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:left;transition-property:left;top:-webkit-calc(50% - 10px);top:calc(50% - 10px);left:0;border-width:10px 10px 10px 0;border-color:transparent #e1e1e1 transparent transparent}.bubble-left:hover:before{left:-10px}.bubble-float-top{display:inline-block;position:relative;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.bubble-float-top:before{pointer-events:none;position:absolute;z-index:-1;content:'';left:-webkit-calc(50% - 10px);left:calc(50% - 10px);top:0;border-style:solid;border-width:0 10px 10px;border-color:transparent transparent #e1e1e1;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:top;transition-property:top}.bubble-float-top:hover{-webkit-transform:translateY(5px) translateZ(0);-ms-transform:translateY(5px) translateZ(0);transform:translateY(5px) translateZ(0)}.bubble-float-top:hover:before{top:-10px}.bubble-float-right{display:inline-block;position:relative;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.bubble-float-right:before{pointer-events:none;position:absolute;z-index:-1;top:-webkit-calc(50% - 10px);top:calc(50% - 10px);right:0;content:'';border-style:solid;border-width:10px 0 10px 10px;border-color:transparent transparent transparent #e1e1e1;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:right;transition-property:right}.bubble-float-right:hover{-webkit-transform:translateX(-5px);-ms-transform:translateX(-5px);transform:translateX(-5px)}.bubble-float-right:hover:before{right:-10px}.bubble-float-bottom{display:inline-block;position:relative;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.bubble-float-bottom:before{pointer-events:none;position:absolute;z-index:-1;content:'';left:-webkit-calc(50% - 10px);left:calc(50% - 10px);bottom:0;border-style:solid;border-width:10px 10px 0;border-color:#e1e1e1 transparent transparent;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:bottom;transition-property:bottom}.bubble-float-bottom:hover{-webkit-transform:translateY(-5px) translateZ(0);-ms-transform:translateY(-5px) translateZ(0);transform:translateY(-5px) translateZ(0)}.bubble-float-bottom:hover:before{bottom:-10px}.bubble-float-left{display:inline-block;position:relative;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.bubble-float-left:before{pointer-events:none;position:absolute;z-index:-1;content:'';top:-webkit-calc(50% - 10px);top:calc(50% - 10px);left:0;border-style:solid;border-width:10px 10px 10px 0;border-color:transparent #e1e1e1 transparent transparent;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:left;transition-property:left}.bubble-float-left:hover{-webkit-transform:translateX(5px);-ms-transform:translateX(5px);transform:translateX(5px)}.bubble-float-left:hover:before{left:-10px}.curl-top-left{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.curl-top-left:before{pointer-events:none;position:absolute;content:'';height:0;width:0;top:0;left:0;background:#fff;background:-webkit-linear-gradient(315deg,#fff 45%,#aaa 50%,#ccc 56%,#fff 80%);background:linear-gradient(135deg,#fff 45%,#aaa 50%,#ccc 56%,#fff 80%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#000000');z-index:1000;box-shadow:1px 1px 1px rgba(0,0,0,.4);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:width,height;transition-property:width,height}.curl-top-left:hover:before{width:25px;height:25px}.curl-top-right{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.curl-top-right:before{pointer-events:none;position:absolute;content:'';height:0;width:0;top:0;right:0;background:#fff;background:-webkit-linear-gradient(225deg,#fff 45%,#aaa 50%,#ccc 56%,#fff 80%);background:linear-gradient(225deg,#fff 45%,#aaa 50%,#ccc 56%,#fff 80%);box-shadow:-1px 1px 1px rgba(0,0,0,.4);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:width,height;transition-property:width,height}.curl-top-right:hover:before{width:25px;height:25px}.curl-bottom-right{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.curl-bottom-right:before{pointer-events:none;position:absolute;content:'';height:0;width:0;bottom:0;right:0;background:#fff;background:-webkit-linear-gradient(135deg,#fff 45%,#aaa 50%,#ccc 56%,#fff 80%);background:linear-gradient(315deg,#fff 45%,#aaa 50%,#ccc 56%,#fff 80%);box-shadow:-1px -1px 1px rgba(0,0,0,.4);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:width,height;transition-property:width,height}.curl-bottom-right:hover:before{width:25px;height:25px}.curl-bottom-left{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.curl-bottom-left:before{pointer-events:none;position:absolute;content:'';height:0;width:0;bottom:0;left:0;background:#fff;background:-webkit-linear-gradient(45deg,#fff 45%,#aaa 50%,#ccc 56%,#fff 80%);background:linear-gradient(45deg,#fff 45%,#aaa 50%,#ccc 56%,#fff 80%);box-shadow:1px -1px 1px rgba(0,0,0,.4);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:width,height;transition-property:width,height}.curl-bottom-left:hover:before{width:25px;height:25px} \ No newline at end of file diff --git a/core/static/plugins/hover-effects/css/hover.css b/core/static/plugins/hover-effects/css/hover.css deleted file mode 100755 index c2d75aa..0000000 --- a/core/static/plugins/hover-effects/css/hover.css +++ /dev/null @@ -1,1812 +0,0 @@ -/*! - * Hover.css (http://ianlunn.co.uk/) - * Version: 1.0.3 - * Author: Ian Lunn @IanLunn - * Author URL: http://ianlunn.co.uk/ - * Github: https://github.com/IanLunn/Hover - - * Made available under a MIT License: - * http://www.opensource.org/licenses/mit-license.php - - * Hover.css Copyright Ian Lunn 2014. - */ - -/* Default styles for the demo buttons */ - -.button { - margin: .4em; - padding: 1em; - cursor: pointer; - background: #e1e1e1; - text-decoration: none; - color: #666666; -} - -/* 2D TRANSITIONS */ - -/* Grow */ - -.grow { - display: inline-block; - -webkit-transition-duration: 0.3s; - transition-duration: 0.3s; - -webkit-transition-property: -webkit-transform; - transition-property: transform; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); - -webkit-transform: translateZ(0); - -ms-transform: translateZ(0); - transform: translateZ(0); - box-shadow: 0 0 1px rgba(0, 0, 0, 0); -} - -.grow:hover { - -webkit-transform: scale(1.1); - -ms-transform: scale(1.1); - transform: scale(1.1); -} - -/* Shrink */ - -.shrink { - display: inline-block; - -webkit-transition-duration: 0.3s; - transition-duration: 0.3s; - -webkit-transition-property: -webkit-transform; - transition-property: transform; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); - -webkit-transform: translateZ(0); - -ms-transform: translateZ(0); - transform: translateZ(0); - box-shadow: 0 0 1px rgba(0, 0, 0, 0); -} - -.shrink:hover { - -webkit-transform: scale(0.9); - -ms-transform: scale(0.9); - transform: scale(0.9); -} - -/* Pulse */ - -@-webkit-keyframes pulse { - 25% { - -webkit-transform: scale(1.1); - transform: scale(1.1); - } - - 75% { - -webkit-transform: scale(0.9); - transform: scale(0.9); - } -} - -@keyframes pulse { - 25% { - -webkit-transform: scale(1.1); - -ms-transform: scale(1.1); - transform: scale(1.1); - } - - 75% { - -webkit-transform: scale(0.9); - -ms-transform: scale(0.9); - transform: scale(0.9); - } -} - -.pulse { - display: inline-block; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); - -webkit-transform: translateZ(0); - -ms-transform: translateZ(0); - transform: translateZ(0); - box-shadow: 0 0 1px rgba(0, 0, 0, 0); -} - -.pulse:hover { - -webkit-animation-name: pulse; - animation-name: pulse; - -webkit-animation-duration: 1s; - animation-duration: 1s; - -webkit-animation-timing-function: linear; - animation-timing-function: linear; - -webkit-animation-iteration-count: infinite; - animation-iteration-count: infinite; -} - -/* Pulse Grow */ - -@-webkit-keyframes pulse-grow { - to { - -webkit-transform: scale(1.1); - transform: scale(1.1); - } -} - -@keyframes pulse-grow { - to { - -webkit-transform: scale(1.1); - -ms-transform: scale(1.1); - transform: scale(1.1); - } -} - -.pulse-grow { - display: inline-block; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); - -webkit-transform: translateZ(0); - -ms-transform: translateZ(0); - transform: translateZ(0); - box-shadow: 0 0 1px rgba(0, 0, 0, 0); -} - -.pulse-grow:hover { - -webkit-animation-name: pulse-grow; - animation-name: pulse-grow; - -webkit-animation-duration: 0.3s; - animation-duration: 0.3s; - -webkit-animation-timing-function: linear; - animation-timing-function: linear; - -webkit-animation-iteration-count: infinite; - animation-iteration-count: infinite; - -webkit-animation-direction: alternate; - animation-direction: alternate; -} - -/* Pulse Shrink */ - -@-webkit-keyframes pulse-shrink { - to { - -webkit-transform: scale(0.9); - transform: scale(0.9); - } -} - -@keyframes pulse-shrink { - to { - -webkit-transform: scale(0.9); - -ms-transform: scale(0.9); - transform: scale(0.9); - } -} - -.pulse-shrink { - display: inline-block; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); - -webkit-transform: translateZ(0); - -ms-transform: translateZ(0); - transform: translateZ(0); - box-shadow: 0 0 1px rgba(0, 0, 0, 0); -} - -.pulse-shrink:hover { - -webkit-animation-name: pulse-shrink; - animation-name: pulse-shrink; - -webkit-animation-duration: 0.3s; - animation-duration: 0.3s; - -webkit-animation-timing-function: linear; - animation-timing-function: linear; - -webkit-animation-iteration-count: infinite; - animation-iteration-count: infinite; - -webkit-animation-direction: alternate; - animation-direction: alternate; -} - -/* Push */ - -@-webkit-keyframes push { - 50% { - -webkit-transform: scale(0.8); - transform: scale(0.8); - } - - 100% { - -webkit-transform: scale(1); - transform: scale(1); - } -} - -@keyframes push { - 50% { - -webkit-transform: scale(0.8); - -ms-transform: scale(0.8); - transform: scale(0.8); - } - - 100% { - -webkit-transform: scale(1); - -ms-transform: scale(1); - transform: scale(1); - } -} - -.push { - display: inline-block; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); - -webkit-transform: translateZ(0); - -ms-transform: translateZ(0); - transform: translateZ(0); - box-shadow: 0 0 1px rgba(0, 0, 0, 0); -} - -.push:hover { - -webkit-animation-name: push; - animation-name: push; - -webkit-animation-duration: 0.3s; - animation-duration: 0.3s; - -webkit-animation-timing-function: linear; - animation-timing-function: linear; - -webkit-animation-iteration-count: 1; - animation-iteration-count: 1; -} - -/* Pop */ - -@-webkit-keyframes pop { - 50% { - -webkit-transform: scale(1.2); - transform: scale(1.2); - } - - 100% { - -webkit-transform: scale(1); - transform: scale(1); - } -} - -@keyframes pop { - 50% { - -webkit-transform: scale(1.2); - -ms-transform: scale(1.2); - transform: scale(1.2); - } - - 100% { - -webkit-transform: scale(1); - -ms-transform: scale(1); - transform: scale(1); - } -} - -.pop { - display: inline-block; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); - -webkit-transform: translateZ(0); - -ms-transform: translateZ(0); - transform: translateZ(0); - box-shadow: 0 0 1px rgba(0, 0, 0, 0); -} - -.pop:hover { - -webkit-animation-name: pop; - animation-name: pop; - -webkit-animation-duration: 0.3s; - animation-duration: 0.3s; - -webkit-animation-timing-function: linear; - animation-timing-function: linear; - -webkit-animation-iteration-count: 1; - animation-iteration-count: 1; -} - -/* Rotate */ - -.rotate { - display: inline-block; - -webkit-transition-duration: 0.3s; - transition-duration: 0.3s; - -webkit-transition-property: -webkit-transform; - transition-property: transform; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); - -webkit-transform: translateZ(0); - -ms-transform: translateZ(0); - transform: translateZ(0); - box-shadow: 0 0 1px rgba(0, 0, 0, 0); -} - -.rotate:hover { - -webkit-transform: rotate(4deg); - -ms-transform: rotate(4deg); - transform: rotate(4deg); -} - -/* Grow Rotate */ - -.grow-rotate { - display: inline-block; - -webkit-transition-duration: 0.3s; - transition-duration: 0.3s; - -webkit-transition-property: -webkit-transform; - transition-property: transform; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); - -webkit-transform: translateZ(0); - -ms-transform: translateZ(0); - transform: translateZ(0); - box-shadow: 0 0 1px rgba(0, 0, 0, 0); -} - -.grow-rotate:hover { - -webkit-transform: scale(1.1) rotate(4deg); - -ms-transform: scale(1.1) rotate(4deg); - transform: scale(1.1) rotate(4deg); -} - -/* Float */ - -.float { - display: inline-block; - -webkit-transition-duration: 0.3s; - transition-duration: 0.3s; - -webkit-transition-property: -webkit-transform; - transition-property: transform; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); - -webkit-transform: translateZ(0); - -ms-transform: translateZ(0); - transform: translateZ(0); - box-shadow: 0 0 1px rgba(0, 0, 0, 0); -} - -.float:hover { - -webkit-transform: translateY(-5px); - -ms-transform: translateY(-5px); - transform: translateY(-5px); -} - -/* Sink */ - -.sink { - display: inline-block; - -webkit-transition-duration: 0.3s; - transition-duration: 0.3s; - -webkit-transition-property: -webkit-transform; - transition-property: transform; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); - -webkit-transform: translateZ(0); - -ms-transform: translateZ(0); - transform: translateZ(0); - box-shadow: 0 0 1px rgba(0, 0, 0, 0); -} - -.sink:hover { - -webkit-transform: translateY(5px); - -ms-transform: translateY(5px); - transform: translateY(5px); -} - -/* Hover */ - -@-webkit-keyframes hover { - 50% { - -webkit-transform: translateY(-3px); - transform: translateY(-3px); - } - - 100% { - -webkit-transform: translateY(-6px); - transform: translateY(-6px); - } -} - -@keyframes hover { - 50% { - -webkit-transform: translateY(-3px); - -ms-transform: translateY(-3px); - transform: translateY(-3px); - } - - 100% { - -webkit-transform: translateY(-6px); - -ms-transform: translateY(-6px); - transform: translateY(-6px); - } -} - -.hover { - display: inline-block; - -webkit-transition-duration: .5s; - transition-duration: .5s; - -webkit-transition-property: -webkit-transform; - transition-property: transform; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); - -webkit-transform: translateZ(0); - -ms-transform: translateZ(0); - transform: translateZ(0); - box-shadow: 0 0 1px rgba(0, 0, 0, 0); -} - -.hover:hover { - -webkit-transform: translateY(-6px); - -ms-transform: translateY(-6px); - transform: translateY(-6px); - -webkit-animation-name: hover; - animation-name: hover; - -webkit-animation-duration: 1.5s; - animation-duration: 1.5s; - -webkit-animation-delay: 0.3s; - animation-delay: 0.3s; - -webkit-animation-timing-function: linear; - animation-timing-function: linear; - -webkit-animation-iteration-count: infinite; - animation-iteration-count: infinite; - -webkit-animation-direction: alternate; - animation-direction: alternate; -} - -/* Hang */ - -@-webkit-keyframes hang { - 50% { - -webkit-transform: translateY(3px); - transform: translateY(3px); - } - - 100% { - -webkit-transform: translateY(6px); - transform: translateY(6px); - } -} - -@keyframes hang { - 50% { - -webkit-transform: translateY(3px); - -ms-transform: translateY(3px); - transform: translateY(3px); - } - - 100% { - -webkit-transform: translateY(6px); - -ms-transform: translateY(6px); - transform: translateY(6px); - } -} - -.hang { - display: inline-block; - -webkit-transition-duration: .5s; - transition-duration: .5s; - -webkit-transition-property: -webkit-transform; - transition-property: transform; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); - -webkit-transform: translateZ(0); - -ms-transform: translateZ(0); - transform: translateZ(0); - box-shadow: 0 0 1px rgba(0, 0, 0, 0); -} - -.hang:hover { - -webkit-transform: translateY(6px); - -ms-transform: translateY(6px); - transform: translateY(6px); - -webkit-animation-name: hang; - animation-name: hang; - -webkit-animation-duration: 1.5s; - animation-duration: 1.5s; - -webkit-animation-delay: 0.3s; - animation-delay: 0.3s; - -webkit-animation-timing-function: linear; - animation-timing-function: linear; - -webkit-animation-iteration-count: infinite; - animation-iteration-count: infinite; - -webkit-animation-direction: alternate; - animation-direction: alternate; -} - -/* Skew */ - -.skew { - display: inline-block; - -webkit-transition-duration: 0.3s; - transition-duration: 0.3s; - -webkit-transition-property: -webkit-transform; - transition-property: transform; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); - -webkit-transform: translateZ(0); - -ms-transform: translateZ(0); - transform: translateZ(0); - box-shadow: 0 0 1px rgba(0, 0, 0, 0); -} - -.skew:hover { - -webkit-transform: skew(-10deg); - -ms-transform: skew(-10deg); - transform: skew(-10deg); -} - -/* Skew Forward */ - -.skew-forward { - display: inline-block; - -webkit-transition-duration: 0.3s; - transition-duration: 0.3s; - -webkit-transition-property: -webkit-transform; - transition-property: transform; - -webkit-transform-origin: 0 100%; - -ms-transform-origin: 0 100%; - transform-origin: 0 100%; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); - -webkit-transform: translateZ(0); - -ms-transform: translateZ(0); - transform: translateZ(0); - box-shadow: 0 0 1px rgba(0, 0, 0, 0); -} - -.skew-forward:hover { - -webkit-transform: skew(-10deg); - -ms-transform: skew(-10deg); - transform: skew(-10deg); -} - -/* Wobble Vertical */ - -@-webkit-keyframes wobble-vertical { - 16.65% { - -webkit-transform: translateY(8px); - transform: translateY(8px); - } - - 33.3% { - -webkit-transform: translateY(-6px); - transform: translateY(-6px); - } - - 49.95% { - -webkit-transform: translateY(4px); - transform: translateY(4px); - } - - 66.6% { - -webkit-transform: translateY(-2px); - transform: translateY(-2px); - } - - 83.25% { - -webkit-transform: translateY(1px); - transform: translateY(1px); - } - - 100% { - -webkit-transform: translateY(0); - transform: translateY(0); - } -} - -@keyframes wobble-vertical { - 16.65% { - -webkit-transform: translateY(8px); - -ms-transform: translateY(8px); - transform: translateY(8px); - } - - 33.3% { - -webkit-transform: translateY(-6px); - -ms-transform: translateY(-6px); - transform: translateY(-6px); - } - - 49.95% { - -webkit-transform: translateY(4px); - -ms-transform: translateY(4px); - transform: translateY(4px); - } - - 66.6% { - -webkit-transform: translateY(-2px); - -ms-transform: translateY(-2px); - transform: translateY(-2px); - } - - 83.25% { - -webkit-transform: translateY(1px); - -ms-transform: translateY(1px); - transform: translateY(1px); - } - - 100% { - -webkit-transform: translateY(0); - -ms-transform: translateY(0); - transform: translateY(0); - } -} - -.wobble-vertical { - display: inline-block; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); - -webkit-transform: translateZ(0); - -ms-transform: translateZ(0); - transform: translateZ(0); - box-shadow: 0 0 1px rgba(0, 0, 0, 0); -} - -.wobble-vertical:hover { - -webkit-animation-name: wobble-vertical; - animation-name: wobble-vertical; - -webkit-animation-duration: 1s; - animation-duration: 1s; - -webkit-animation-timing-function: ease-in-out; - animation-timing-function: ease-in-out; - -webkit-animation-iteration-count: 1; - animation-iteration-count: 1; -} - -/* Wobble Horizontal */ - -@-webkit-keyframes wobble-horizontal { - 16.65% { - -webkit-transform: translateX(8px); - transform: translateX(8px); - } - - 33.3% { - -webkit-transform: translateX(-6px); - transform: translateX(-6px); - } - - 49.95% { - -webkit-transform: translateX(4px); - transform: translateX(4px); - } - - 66.6% { - -webkit-transform: translateX(-2px); - transform: translateX(-2px); - } - - 83.25% { - -webkit-transform: translateX(1px); - transform: translateX(1px); - } - - 100% { - -webkit-transform: translateX(0); - transform: translateX(0); - } -} - -@keyframes wobble-horizontal { - 16.65% { - -webkit-transform: translateX(8px); - -ms-transform: translateX(8px); - transform: translateX(8px); - } - - 33.3% { - -webkit-transform: translateX(-6px); - -ms-transform: translateX(-6px); - transform: translateX(-6px); - } - - 49.95% { - -webkit-transform: translateX(4px); - -ms-transform: translateX(4px); - transform: translateX(4px); - } - - 66.6% { - -webkit-transform: translateX(-2px); - -ms-transform: translateX(-2px); - transform: translateX(-2px); - } - - 83.25% { - -webkit-transform: translateX(1px); - -ms-transform: translateX(1px); - transform: translateX(1px); - } - - 100% { - -webkit-transform: translateX(0); - -ms-transform: translateX(0); - transform: translateX(0); - } -} - -.wobble-horizontal { - display: inline-block; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); - -webkit-transform: translateZ(0); - -ms-transform: translateZ(0); - transform: translateZ(0); - box-shadow: 0 0 1px rgba(0, 0, 0, 0); -} - -.wobble-horizontal:hover { - -webkit-animation-name: wobble-horizontal; - animation-name: wobble-horizontal; - -webkit-animation-duration: 1s; - animation-duration: 1s; - -webkit-animation-timing-function: ease-in-out; - animation-timing-function: ease-in-out; - -webkit-animation-iteration-count: 1; - animation-iteration-count: 1; -} - -/* Wobble Top */ - -@-webkit-keyframes wobble-top { - 16.65% { - -webkit-transform: skew(-12deg); - transform: skew(-12deg); - } - - 33.3% { - -webkit-transform: skew(10deg); - transform: skew(10deg); - } - - 49.95% { - -webkit-transform: skew(-6deg); - transform: skew(-6deg); - } - - 66.6% { - -webkit-transform: skew(4deg); - transform: skew(4deg); - } - - 83.25% { - -webkit-transform: skew(-2deg); - transform: skew(-2deg); - } - - 100% { - -webkit-transform: skew(0); - transform: skew(0); - } -} - -@keyframes wobble-top { - 16.65% { - -webkit-transform: skew(-12deg); - -ms-transform: skew(-12deg); - transform: skew(-12deg); - } - - 33.3% { - -webkit-transform: skew(10deg); - -ms-transform: skew(10deg); - transform: skew(10deg); - } - - 49.95% { - -webkit-transform: skew(-6deg); - -ms-transform: skew(-6deg); - transform: skew(-6deg); - } - - 66.6% { - -webkit-transform: skew(4deg); - -ms-transform: skew(4deg); - transform: skew(4deg); - } - - 83.25% { - -webkit-transform: skew(-2deg); - -ms-transform: skew(-2deg); - transform: skew(-2deg); - } - - 100% { - -webkit-transform: skew(0); - -ms-transform: skew(0); - transform: skew(0); - } -} - -.wobble-top { - display: inline-block; - -webkit-transform-origin: 0 100%; - -ms-transform-origin: 0 100%; - transform-origin: 0 100%; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); - -webkit-transform: translateZ(0); - -ms-transform: translateZ(0); - transform: translateZ(0); - box-shadow: 0 0 1px rgba(0, 0, 0, 0); -} - -.wobble-top:hover { - -webkit-animation-name: wobble-top; - animation-name: wobble-top; - -webkit-animation-duration: 1s; - animation-duration: 1s; - -webkit-animation-timing-function: ease-in-out; - animation-timing-function: ease-in-out; - -webkit-animation-iteration-count: 1; - animation-iteration-count: 1; -} - -/* Wobble Bottom */ - -@-webkit-keyframes wobble-bottom { - 16.65% { - -webkit-transform: skew(-12deg); - transform: skew(-12deg); - } - - 33.3% { - -webkit-transform: skew(10deg); - transform: skew(10deg); - } - - 49.95% { - -webkit-transform: skew(-6deg); - transform: skew(-6deg); - } - - 66.6% { - -webkit-transform: skew(4deg); - transform: skew(4deg); - } - - 83.25% { - -webkit-transform: skew(-2deg); - transform: skew(-2deg); - } - - 100% { - -webkit-transform: skew(0); - transform: skew(0); - } -} - -@keyframes wobble-bottom { - 16.65% { - -webkit-transform: skew(-12deg); - -ms-transform: skew(-12deg); - transform: skew(-12deg); - } - - 33.3% { - -webkit-transform: skew(10deg); - -ms-transform: skew(10deg); - transform: skew(10deg); - } - - 49.95% { - -webkit-transform: skew(-6deg); - -ms-transform: skew(-6deg); - transform: skew(-6deg); - } - - 66.6% { - -webkit-transform: skew(4deg); - -ms-transform: skew(4deg); - transform: skew(4deg); - } - - 83.25% { - -webkit-transform: skew(-2deg); - -ms-transform: skew(-2deg); - transform: skew(-2deg); - } - - 100% { - -webkit-transform: skew(0); - -ms-transform: skew(0); - transform: skew(0); - } -} - -.wobble-bottom { - display: inline-block; - -webkit-transform-origin: 100% 0; - -ms-transform-origin: 100% 0; - transform-origin: 100% 0; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); - -webkit-transform: translateZ(0); - -ms-transform: translateZ(0); - transform: translateZ(0); - box-shadow: 0 0 1px rgba(0, 0, 0, 0); -} - -.wobble-bottom:hover { - -webkit-animation-name: wobble-bottom; - animation-name: wobble-bottom; - -webkit-animation-duration: 1s; - animation-duration: 1s; - -webkit-animation-timing-function: ease-in-out; - animation-timing-function: ease-in-out; - -webkit-animation-iteration-count: 1; - animation-iteration-count: 1; -} - -/* BORDER TRANSITIONS */ - -/* Border Fade */ - -.border-fade { - display: inline-block; - -webkit-transition-duration: 0.3s; - transition-duration: 0.3s; - -webkit-transition-property: box-shadow; - transition-property: box-shadow; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); - -webkit-transform: translateZ(0); - -ms-transform: translateZ(0); - transform: translateZ(0); - box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0); - /* Hack to improve aliasing on mobile/tablet devices */ -} - -.border-fade:hover { - box-shadow: inset 0 0 0 4px #666666, 0 0 1px rgba(0, 0, 0, 0); - /* Hack to improve aliasing on mobile/tablet devices */ -} - -/* Hollow */ - -.hollow { - display: inline-block; - -webkit-transition-duration: 0.3s; - transition-duration: 0.3s; - -webkit-transition-property: background; - transition-property: background; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); - -webkit-transform: translateZ(0); - -ms-transform: translateZ(0); - transform: translateZ(0); - box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0); - /* Hack to improve aliasing on mobile/tablet devices */ -} - -.hollow:hover { - background: none; -} - -/* Trim */ - -.trim { - display: inline-block; - position: relative; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); - -webkit-transform: translateZ(0); - -ms-transform: translateZ(0); - transform: translateZ(0); - box-shadow: 0 0 1px rgba(0, 0, 0, 0); -} - -.trim:before { - content: ''; - position: absolute; - border: white solid 4px; - top: 4px; - left: 4px; - right: 4px; - bottom: 4px; - opacity: 0; - -webkit-transition-duration: 0.3s; - transition-duration: 0.3s; - -webkit-transition-property: opacity; - transition-property: opacity; -} - -.trim:hover:before { - opacity: 1; -} - -/* Outline Outward */ - -.outline-outward { - display: inline-block; - position: relative; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); - -webkit-transform: translateZ(0); - -ms-transform: translateZ(0); - transform: translateZ(0); - box-shadow: 0 0 1px rgba(0, 0, 0, 0); -} - -.outline-outward:before { - content: ''; - position: absolute; - border: #e1e1e1 solid 4px; - top: 0; - right: 0; - bottom: 0; - left: 0; - -webkit-transition-duration: .3s; - transition-duration: .3s; - -webkit-transition-property: top, right, bottom, left; - transition-property: top, right, bottom, left; -} - -.outline-outward:hover:before { - top: -8px; - right: -8px; - bottom: -8px; - left: -8px; -} - -/* Outline Inward */ - -.outline-inward { - display: inline-block; - position: relative; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); - -webkit-transform: translateZ(0); - -ms-transform: translateZ(0); - transform: translateZ(0); - box-shadow: 0 0 1px rgba(0, 0, 0, 0); -} - -.outline-inward:before { - content: ''; - position: absolute; - border: #e1e1e1 solid 4px; - top: -16px; - right: -16px; - bottom: -16px; - left: -16px; - opacity: 0; - -webkit-transition-duration: .3s; - transition-duration: .3s; - -webkit-transition-property: top, right, bottom, left; - transition-property: top, right, bottom, left; -} - -.outline-inward:hover:before { - top: -8px; - right: -8px; - bottom: -8px; - left: -8px; - opacity: 1; -} - -/* Round Corners */ - -.round-corners { - display: inline-block; - -webkit-transition-duration: 0.3s; - transition-duration: 0.3s; - -webkit-transition-property: border-radius; - transition-property: border-radius; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); - -webkit-transform: translateZ(0); - -ms-transform: translateZ(0); - transform: translateZ(0); - box-shadow: 0 0 1px rgba(0, 0, 0, 0); -} - -.round-corners:hover { - border-radius: 1em; -} - -/* SHADOW/GLOW TRANSITIONS */ - -/* Glow */ - -.glow { - display: inline-block; - -webkit-transition-duration: 0.3s; - transition-duration: 0.3s; - -webkit-transition-property: box-shadow; - transition-property: box-shadow; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); - -webkit-transform: translateZ(0); - -ms-transform: translateZ(0); - transform: translateZ(0); - box-shadow: 0 0 1px rgba(0, 0, 0, 0); -} - -.glow:hover { - box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); -} - -/* Box Shadow Outset */ - -.box-shadow-outset { - display: inline-block; - -webkit-transition-duration: 0.3s; - transition-duration: 0.3s; - -webkit-transition-property: box-shadow; - transition-property: box-shadow; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); - -webkit-transform: translateZ(0); - -ms-transform: translateZ(0); - transform: translateZ(0); - box-shadow: 0 0 1px rgba(0, 0, 0, 0); -} - -.box-shadow-outset:hover { - box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6); -} - -/* Box Shadow Inset */ - -.box-shadow-inset { - display: inline-block; - -webkit-transition-duration: 0.3s; - transition-duration: 0.3s; - -webkit-transition-property: box-shadow; - transition-property: box-shadow; - box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0); - /* Hack to improve aliasing on mobile/tablet devices */ - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); - -webkit-transform: translateZ(0); - -ms-transform: translateZ(0); - transform: translateZ(0); -} - -.box-shadow-inset:hover { - box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0); - /* Hack to improve aliasing on mobile/tablet devices */ -} - -/* Float Shadow */ - -.float-shadow { - display: inline-block; - position: relative; - -webkit-transition-duration: 0.3s; - transition-duration: 0.3s; - -webkit-transition-property: -webkit-transform; - transition-property: transform; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); - -webkit-transform: translateZ(0); - -ms-transform: translateZ(0); - transform: translateZ(0); - box-shadow: 0 0 1px rgba(0, 0, 0, 0); -} - -.float-shadow:before { - pointer-events: none; - position: absolute; - z-index: -1; - content: ''; - top: 100%; - left: 5%; - height: 10px; - width: 90%; - opacity: 0; - background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%); - background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%); - /* W3C */ - -webkit-transition-duration: 0.3s; - transition-duration: 0.3s; - -webkit-transition-property: -webkit-transform, opacity; - transition-property: transform, opacity; -} - -.float-shadow:hover { - -webkit-transform: translateY(-5px); - -ms-transform: translateY(-5px); - transform: translateY(-5px); - /* move the element up by 5px */ -} - -.float-shadow:hover:before { - opacity: 1; - -webkit-transform: translateY(5px); - -ms-transform: translateY(5px); - transform: translateY(5px); - /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */ -} - -/* Hover Shadow */ - -@keyframes hover { - 50% { - -webkit-transform: translateY(-3px); - -ms-transform: translateY(-3px); - transform: translateY(-3px); - } - - 100% { - -webkit-transform: translateY(-6px); - -ms-transform: translateY(-6px); - transform: translateY(-6px); - } -} - -@-webkit-keyframes hover-shadow { - 0% { - -webkit-transform: translateY(6px); - transform: translateY(6px); - opacity: .4; - } - - 50% { - -webkit-transform: translateY(3px); - transform: translateY(3px); - opacity: 1; - } - - 100% { - -webkit-transform: translateY(6px); - transform: translateY(6px); - opacity: .4; - } -} - -@keyframes hover-shadow { - 0% { - -webkit-transform: translateY(6px); - -ms-transform: translateY(6px); - transform: translateY(6px); - opacity: .4; - } - - 50% { - -webkit-transform: translateY(3px); - -ms-transform: translateY(3px); - transform: translateY(3px); - opacity: 1; - } - - 100% { - -webkit-transform: translateY(6px); - -ms-transform: translateY(6px); - transform: translateY(6px); - opacity: .4; - } -} - -.hover-shadow { - display: inline-block; - position: relative; - -webkit-transition-duration: 0.3s; - transition-duration: 0.3s; - -webkit-transition-property: -webkit-transform; - transition-property: transform; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); - -webkit-transform: translateZ(0); - -ms-transform: translateZ(0); - transform: translateZ(0); - box-shadow: 0 0 1px rgba(0, 0, 0, 0); -} - -.hover-shadow:before { - pointer-events: none; - position: absolute; - z-index: -1; - content: ''; - top: 100%; - left: 5%; - height: 10px; - width: 90%; - opacity: 0; - background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%); - background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%); - /* W3C */ - -webkit-transition-duration: 0.3s; - transition-duration: 0.3s; - -webkit-transition-property: -webkit-transform, opacity; - transition-property: transform, opacity; -} - -.hover-shadow:hover { - -webkit-transform: translateY(-6px); - -ms-transform: translateY(-6px); - transform: translateY(-6px); - -webkit-animation-name: hover; - animation-name: hover; - -webkit-animation-duration: 1.5s; - animation-duration: 1.5s; - -webkit-animation-delay: 0.3s; - animation-delay: 0.3s; - -webkit-animation-timing-function: linear; - animation-timing-function: linear; - -webkit-animation-iteration-count: infinite; - animation-iteration-count: infinite; - -webkit-animation-direction: alternate; - animation-direction: alternate; -} - -.hover-shadow:hover:before { - opacity: .4; - -webkit-transform: translateY(6px); - -ms-transform: translateY(6px); - transform: translateY(6px); - -webkit-animation-name: hover-shadow; - animation-name: hover-shadow; - -webkit-animation-duration: 1.5s; - animation-duration: 1.5s; - -webkit-animation-delay: .3s; - animation-delay: .3s; - -webkit-animation-timing-function: linear; - animation-timing-function: linear; - -webkit-animation-iteration-count: infinite; - animation-iteration-count: infinite; - -webkit-animation-direction: alternate; - animation-direction: alternate; -} - -/* Shadow Radial */ - -.shadow-radial { - display: inline-block; - position: relative; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); - -webkit-transform: translateZ(0); - -ms-transform: translateZ(0); - transform: translateZ(0); - box-shadow: 0 0 1px rgba(0, 0, 0, 0); -} - -.shadow-radial:before, -.shadow-radial:after { - pointer-events: none; - position: absolute; - content: ''; - left: 0; - width: 100%; - -moz-box-sizing: border-box; - box-sizing: border-box; - background-repeat: no-repeat; - height: 5px; - opacity: 0; - -webkit-transition-duration: 0.3s; - transition-duration: 0.3s; - -webkit-transition-property: opacity; - transition-property: opacity; -} - -.shadow-radial:before { - bottom: 100%; - background: -webkit-radial-gradient(50% 150%, ellipse, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%); - background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%); -} - -.shadow-radial:after { - top: 100%; - background: -webkit-radial-gradient(50% -50%, ellipse, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%); - background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%); -} - -.shadow-radial:hover:before, -.shadow-radial:hover:after { - opacity: 1; -} - -/* SPEECH BUBBLES */ - -/* Bubble Top */ - -.bubble-top { - display: inline-block; - position: relative; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); - -webkit-transform: translateZ(0); - -ms-transform: translateZ(0); - transform: translateZ(0); - box-shadow: 0 0 1px rgba(0, 0, 0, 0); -} - -.bubble-top:before { - pointer-events: none; - position: absolute; - z-index: -1; - content: ''; - border-style: solid; - -webkit-transition-duration: 0.3s; - transition-duration: 0.3s; - left: -webkit-calc(50% - 10px); - left: calc(50% - 10px); - border-width: 0 10px 10px 10px; - border-color: transparent transparent #e1e1e1 transparent; - -webkit-transition-property: top; - transition-property: top; -} - -.bubble-top:hover:before { - top: -10px; -} - -/* Bubble Right */ - -.bubble-right { - display: inline-block; - position: relative; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); - -webkit-transform: translateZ(0); - -ms-transform: translateZ(0); - transform: translateZ(0); - box-shadow: 0 0 1px rgba(0, 0, 0, 0); -} - -.bubble-right:before { - pointer-events: none; - position: absolute; - z-index: -1; - content: ''; - border-style: solid; - -webkit-transition-duration: 0.3s; - transition-duration: 0.3s; - -webkit-transition-property: right; - transition-property: right; - top: -webkit-calc(50% - 10px); - top: calc(50% - 10px); - right: 0; - border-width: 10px 0 10px 10px; - border-color: transparent transparent transparent #e1e1e1; -} - -.bubble-right:hover:before { - right: -10px; -} - -/* Bubble Bottom */ - -.bubble-bottom { - display: inline-block; - position: relative; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); - -webkit-transform: translateZ(0); - -ms-transform: translateZ(0); - transform: translateZ(0); - box-shadow: 0 0 1px rgba(0, 0, 0, 0); -} - -.bubble-bottom:before { - pointer-events: none; - position: absolute; - z-index: -1; - content: ''; - border-style: solid; - -webkit-transition-duration: 0.3s; - transition-duration: 0.3s; - -webkit-transition-property: bottom; - transition-property: bottom; - left: -webkit-calc(50% - 10px); - left: calc(50% - 10px); - bottom: 0; - border-width: 10px 10px 0 10px; - border-color: #e1e1e1 transparent transparent transparent; -} - -.bubble-bottom:hover:before { - bottom: -10px; -} - -/* Bubble Left */ - -.bubble-left { - display: inline-block; - position: relative; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); - -webkit-transform: translateZ(0); - -ms-transform: translateZ(0); - transform: translateZ(0); - box-shadow: 0 0 1px rgba(0, 0, 0, 0); -} - -.bubble-left:before { - pointer-events: none; - position: absolute; - z-index: -1; - content: ''; - border-style: solid; - -webkit-transition-duration: 0.3s; - transition-duration: 0.3s; - -webkit-transition-property: left; - transition-property: left; - top: -webkit-calc(50% - 10px); - top: calc(50% - 10px); - left: 0; - border-width: 10px 10px 10px 0; - border-color: transparent #e1e1e1 transparent transparent; -} - -.bubble-left:hover:before { - left: -10px; -} - -/* Bubble Float Top */ - -.bubble-float-top { - display: inline-block; - position: relative; - -webkit-transition-duration: 0.3s; - transition-duration: 0.3s; - -webkit-transition-property: -webkit-transform; - transition-property: transform; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); - -webkit-transform: translateZ(0); - -ms-transform: translateZ(0); - transform: translateZ(0); - box-shadow: 0 0 1px rgba(0, 0, 0, 0); -} - -.bubble-float-top:before { - pointer-events: none; - position: absolute; - z-index: -1; - content: ''; - left: -webkit-calc(50% - 10px); - left: calc(50% - 10px); - top: 0; - border-style: solid; - border-width: 0 10px 10px 10px; - border-color: transparent transparent #e1e1e1 transparent; - -webkit-transition-duration: 0.3s; - transition-duration: 0.3s; - -webkit-transition-property: top; - transition-property: top; -} - -.bubble-float-top:hover { - -webkit-transform: translateY(5px) translateZ(0); - -ms-transform: translateY(5px) translateZ(0); - transform: translateY(5px) translateZ(0); -} - -.bubble-float-top:hover:before { - top: -10px; -} - -/* Bubble Float Right */ - -.bubble-float-right { - display: inline-block; - position: relative; - -webkit-transition-duration: 0.3s; - transition-duration: 0.3s; - -webkit-transition-property: -webkit-transform; - transition-property: transform; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); - -webkit-transform: translateZ(0); - -ms-transform: translateZ(0); - transform: translateZ(0); - box-shadow: 0 0 1px rgba(0, 0, 0, 0); -} - -.bubble-float-right:before { - pointer-events: none; - position: absolute; - z-index: -1; - top: -webkit-calc(50% - 10px); - top: calc(50% - 10px); - right: 0; - content: ''; - border-style: solid; - border-width: 10px 0 10px 10px; - border-color: transparent transparent transparent #e1e1e1; - -webkit-transition-duration: 0.3s; - transition-duration: 0.3s; - -webkit-transition-property: right; - transition-property: right; -} - -.bubble-float-right:hover { - -webkit-transform: translateX(-5px); - -ms-transform: translateX(-5px); - transform: translateX(-5px); -} - -.bubble-float-right:hover:before { - right: -10px; -} - -/* Bubble Float Bottom */ - -.bubble-float-bottom { - display: inline-block; - position: relative; - -webkit-transition-duration: 0.3s; - transition-duration: 0.3s; - -webkit-transition-property: -webkit-transform; - transition-property: transform; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); - -webkit-transform: translateZ(0); - -ms-transform: translateZ(0); - transform: translateZ(0); - box-shadow: 0 0 1px rgba(0, 0, 0, 0); -} - -.bubble-float-bottom:before { - pointer-events: none; - position: absolute; - z-index: -1; - content: ''; - left: -webkit-calc(50% - 10px); - left: calc(50% - 10px); - bottom: 0; - border-style: solid; - border-width: 10px 10px 0 10px; - border-color: #e1e1e1 transparent transparent transparent; - -webkit-transition-duration: 0.3s; - transition-duration: 0.3s; - -webkit-transition-property: bottom; - transition-property: bottom; -} - -.bubble-float-bottom:hover { - -webkit-transform: translateY(-5px) translateZ(0); - -ms-transform: translateY(-5px) translateZ(0); - transform: translateY(-5px) translateZ(0); -} - -.bubble-float-bottom:hover:before { - bottom: -10px; -} - -/* Bubble Float Left */ - -.bubble-float-left { - display: inline-block; - position: relative; - -webkit-transition-duration: 0.3s; - transition-duration: 0.3s; - -webkit-transition-property: -webkit-transform; - transition-property: transform; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); - -webkit-transform: translateZ(0); - -ms-transform: translateZ(0); - transform: translateZ(0); - box-shadow: 0 0 1px rgba(0, 0, 0, 0); -} - -.bubble-float-left:before { - pointer-events: none; - position: absolute; - z-index: -1; - content: ''; - top: -webkit-calc(50% - 10px); - top: calc(50% - 10px); - left: 0; - border-style: solid; - border-width: 10px 10px 10px 0; - border-color: transparent #e1e1e1 transparent transparent; - -webkit-transition-duration: 0.3s; - transition-duration: 0.3s; - -webkit-transition-property: left; - transition-property: left; -} - -.bubble-float-left:hover { - -webkit-transform: translateX(5px); - -ms-transform: translateX(5px); - transform: translateX(5px); -} - -.bubble-float-left:hover:before { - left: -10px; -} - -/* CURLS */ - -/* Curl Top Left */ - -.curl-top-left { - display: inline-block; - position: relative; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); - -webkit-transform: translateZ(0); - -ms-transform: translateZ(0); - transform: translateZ(0); - box-shadow: 0 0 1px rgba(0, 0, 0, 0); -} - -.curl-top-left:before { - pointer-events: none; - position: absolute; - content: ''; - height: 0; - width: 0; - top: 0; - left: 0; - background: white; - /* IE9 */ - background: -webkit-linear-gradient(315deg, white 45%, #aaaaaa 50%, #cccccc 56%, white 80%); - background: linear-gradient(135deg, white 45%, #aaaaaa 50%, #cccccc 56%, white 80%); - filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#000000'); - /*For IE7-8-9*/ - z-index: 1000; - box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); - -webkit-transition-duration: 0.3s; - transition-duration: 0.3s; - -webkit-transition-property: width, height; - transition-property: width, height; -} - -.curl-top-left:hover:before { - width: 25px; - height: 25px; -} - -/* Curl Top Right */ - -.curl-top-right { - display: inline-block; - position: relative; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); - -webkit-transform: translateZ(0); - -ms-transform: translateZ(0); - transform: translateZ(0); - box-shadow: 0 0 1px rgba(0, 0, 0, 0); -} - -.curl-top-right:before { - pointer-events: none; - position: absolute; - content: ''; - height: 0; - width: 0; - top: 0; - right: 0; - background: white; - /* IE9 */ - background: -webkit-linear-gradient(225deg, white 45%, #aaaaaa 50%, #cccccc 56%, white 80%); - background: linear-gradient(225deg, white 45%, #aaaaaa 50%, #cccccc 56%, white 80%); - box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4); - -webkit-transition-duration: 0.3s; - transition-duration: 0.3s; - -webkit-transition-property: width, height; - transition-property: width, height; -} - -.curl-top-right:hover:before { - width: 25px; - height: 25px; -} - -/* Curl Bottom Right */ - -.curl-bottom-right { - display: inline-block; - position: relative; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); - -webkit-transform: translateZ(0); - -ms-transform: translateZ(0); - transform: translateZ(0); - box-shadow: 0 0 1px rgba(0, 0, 0, 0); -} - -.curl-bottom-right:before { - pointer-events: none; - position: absolute; - content: ''; - height: 0; - width: 0; - bottom: 0; - right: 0; - background: white; - /* IE9 */ - background: -webkit-linear-gradient(135deg, white 45%, #aaaaaa 50%, #cccccc 56%, white 80%); - background: linear-gradient(315deg, white 45%, #aaaaaa 50%, #cccccc 56%, white 80%); - box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4); - -webkit-transition-duration: 0.3s; - transition-duration: 0.3s; - -webkit-transition-property: width, height; - transition-property: width, height; -} - -.curl-bottom-right:hover:before { - width: 25px; - height: 25px; -} - -/* Curl Bottom Left */ - -.curl-bottom-left { - display: inline-block; - position: relative; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); - -webkit-transform: translateZ(0); - -ms-transform: translateZ(0); - transform: translateZ(0); - box-shadow: 0 0 1px rgba(0, 0, 0, 0); -} - -.curl-bottom-left:before { - pointer-events: none; - position: absolute; - content: ''; - height: 0; - width: 0; - bottom: 0; - left: 0; - background: white; - /* IE9 */ - background: -webkit-linear-gradient(45deg, white 45%, #aaaaaa 50%, #cccccc 56%, white 80%); - background: linear-gradient(45deg, white 45%, #aaaaaa 50%, #cccccc 56%, white 80%); - box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4); - -webkit-transition-duration: 0.3s; - transition-duration: 0.3s; - -webkit-transition-property: width, height; - transition-property: width, height; -} - -.curl-bottom-left:hover:before { - width: 25px; - height: 25px; -} \ No newline at end of file diff --git a/core/static/plugins/hover-effects/license.txt b/core/static/plugins/hover-effects/license.txt deleted file mode 100755 index 1e54d37..0000000 --- a/core/static/plugins/hover-effects/license.txt +++ /dev/null @@ -1,9 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2014 Ian Lunn - -Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE. \ No newline at end of file diff --git a/core/static/plugins/hover-effects/scss/_defaults.scss b/core/static/plugins/hover-effects/scss/_defaults.scss deleted file mode 100755 index 57f8d44..0000000 --- a/core/static/plugins/hover-effects/scss/_defaults.scss +++ /dev/null @@ -1,9 +0,0 @@ -// Default styles for the demo buttons -@mixin button { - margin: .4em; - padding: 1em; - cursor: pointer; - background: $primaryColour; - text-decoration: none; - color: $secondaryColour; -} \ No newline at end of file diff --git a/core/static/plugins/hover-effects/scss/_hacks.scss b/core/static/plugins/hover-effects/scss/_hacks.scss deleted file mode 100755 index 855d04b..0000000 --- a/core/static/plugins/hover-effects/scss/_hacks.scss +++ /dev/null @@ -1,24 +0,0 @@ -// As is often the case, some devices/browsers need additional code to get CSS to work -// in the most desired way. These mixins are used to quickly drop in hacks for each element -// Find out more here: https://github.com/IanLunn/Hover/wiki/Hacks-Explained - -@mixin hideTapHighlightColor() { - //Prevent highlight colour when element is tapped - -webkit-tap-highlight-color: rgba(0,0,0,0); -} - -@mixin hardwareAccel() { - //Improve performance on mobile/tablet devices - transform: translateZ(0); -} - -@mixin improveAntiAlias() { - //Improve aliasing on mobile/tablet devices - box-shadow: 0 0 1px rgba(0, 0, 0, 0); -} - -@mixin hacks() { - @include hideTapHighlightColor(); - @include hardwareAccel(); - @include improveAntiAlias(); -} \ No newline at end of file diff --git a/core/static/plugins/hover-effects/scss/_options.scss b/core/static/plugins/hover-effects/scss/_options.scss deleted file mode 100755 index 9c6f198..0000000 --- a/core/static/plugins/hover-effects/scss/_options.scss +++ /dev/null @@ -1,20 +0,0 @@ -// DEFAULT OPTIONS -$defaultDuration: .3s; -$primaryColour: #e1e1e1; -$secondaryColour: #666; -$shadowColour: rgba(0, 0, 0, .6); - -//Speech bubbles options -$tipWidth: 10px; //the width of the speech bubble tip -$tipHeight: 10px; //the height of the speech bubble tip -$tipColour: $primaryColour; - -// Curl dimensions -$curlWidth: 25px; -$curlHeight: 25px; - -// Curl colours -$revealAreaColour: white; // reveal area behind the curl -$curlLineColour: #aaa; // crease line -$curlTransitionColour: #ccc; // colour transitioning from crease line to final colour -$curlLastColour: white; // final colour of the back of the curl \ No newline at end of file diff --git a/core/static/plugins/hover-effects/scss/effects/_border-fade.scss b/core/static/plugins/hover-effects/scss/effects/_border-fade.scss deleted file mode 100755 index 04c0936..0000000 --- a/core/static/plugins/hover-effects/scss/effects/_border-fade.scss +++ /dev/null @@ -1,20 +0,0 @@ -/* Border Fade */ -@mixin border-fade { - display: inline-block; - $borderWidth: 4px; - - transition-duration: $defaultDuration; - transition-property: box-shadow; - - @include hideTapHighlightColor(); - @include hardwareAccel(); - box-shadow: - inset 0 0 0 $borderWidth $primaryColour, - 0 0 1px rgba(0, 0, 0, 0); /* Hack to improve aliasing on mobile/tablet devices */ - - &:hover { - box-shadow: - inset 0 0 0 $borderWidth $secondaryColour, - 0 0 1px rgba(0, 0, 0, 0); /* Hack to improve aliasing on mobile/tablet devices */ - } -} \ No newline at end of file diff --git a/core/static/plugins/hover-effects/scss/effects/_box-shadow-inset.scss b/core/static/plugins/hover-effects/scss/effects/_box-shadow-inset.scss deleted file mode 100755 index 9fe97da..0000000 --- a/core/static/plugins/hover-effects/scss/effects/_box-shadow-inset.scss +++ /dev/null @@ -1,17 +0,0 @@ -/* Box Shadow Inset */ -@mixin box-shadow-inset { - display: inline-block; - transition-duration: $defaultDuration; - transition-property: box-shadow; - - box-shadow: inset 0 0 0 $shadowColour, - 0 0 1px rgba(0, 0, 0, 0); /* Hack to improve aliasing on mobile/tablet devices */ - - @include hideTapHighlightColor(); - @include hardwareAccel(); - - &:hover { - box-shadow: inset 2px 2px 2px $shadowColour, - 0 0 1px rgba(0, 0, 0, 0); /* Hack to improve aliasing on mobile/tablet devices */ - } -} \ No newline at end of file diff --git a/core/static/plugins/hover-effects/scss/effects/_box-shadow-outset.scss b/core/static/plugins/hover-effects/scss/effects/_box-shadow-outset.scss deleted file mode 100755 index e289a3c..0000000 --- a/core/static/plugins/hover-effects/scss/effects/_box-shadow-outset.scss +++ /dev/null @@ -1,12 +0,0 @@ -/* Box Shadow Outset */ -@mixin box-shadow-outset { - display: inline-block; - transition-duration: $defaultDuration; - transition-property: box-shadow; - - @include hacks(); - - &:hover { - box-shadow: 2px 2px 2px $shadowColour; - } -} \ No newline at end of file diff --git a/core/static/plugins/hover-effects/scss/effects/_bubble-bottom.scss b/core/static/plugins/hover-effects/scss/effects/_bubble-bottom.scss deleted file mode 100755 index eafb922..0000000 --- a/core/static/plugins/hover-effects/scss/effects/_bubble-bottom.scss +++ /dev/null @@ -1,25 +0,0 @@ -/* Bubble Bottom */ -@mixin bubble-bottom { - display: inline-block; - position: relative; - - @include hacks(); - - &:before { - pointer-events: none; - position: absolute; - z-index: -1; - content: ''; - border-style: solid; - transition-duration: $defaultDuration; - transition-property: bottom; - left: calc(50% - #{$tipWidth}); - bottom: 0; - border-width: $tipHeight $tipWidth 0 $tipWidth; - border-color: $tipColour transparent transparent transparent; - } - - &:hover:before { - bottom: -($tipHeight); - } -} \ No newline at end of file diff --git a/core/static/plugins/hover-effects/scss/effects/_bubble-float-bottom.scss b/core/static/plugins/hover-effects/scss/effects/_bubble-float-bottom.scss deleted file mode 100755 index ed6b34c..0000000 --- a/core/static/plugins/hover-effects/scss/effects/_bubble-float-bottom.scss +++ /dev/null @@ -1,31 +0,0 @@ -/* Bubble Float Bottom */ -@mixin bubble-float-bottom { - display: inline-block; - position: relative; - transition-duration: $defaultDuration; - transition-property: transform; - - @include hacks(); - - &:before { - pointer-events: none; - position: absolute; - z-index: -1; - content: ''; - left: calc(50% - #{$tipWidth}); - bottom: 0; - border-style: solid; - border-width: $tipHeight $tipWidth 0 $tipWidth; - border-color: $tipColour transparent transparent transparent; - transition-duration: $defaultDuration; - transition-property: bottom; - } - - &:hover { - transform: translateY(-5px) translateZ(0); - } - - &:hover:before { - bottom: -($tipHeight); - } -} \ No newline at end of file diff --git a/core/static/plugins/hover-effects/scss/effects/_bubble-float-left.scss b/core/static/plugins/hover-effects/scss/effects/_bubble-float-left.scss deleted file mode 100755 index bc3ef96..0000000 --- a/core/static/plugins/hover-effects/scss/effects/_bubble-float-left.scss +++ /dev/null @@ -1,31 +0,0 @@ -/* Bubble Float Left */ -@mixin bubble-float-left { - display: inline-block; - position: relative; - transition-duration: $defaultDuration; - transition-property: transform; - - @include hacks(); - - &:before { - pointer-events: none; - position: absolute; - z-index: -1; - content: ''; - top: calc(50% - #{$tipHeight}); - left: 0; - border-style: solid; - border-width: $tipHeight $tipWidth $tipHeight 0; - border-color: transparent $tipColour transparent transparent; - transition-duration: $defaultDuration; - transition-property: left; - } - - &:hover { - transform: translateX(5px); - } - - &:hover:before { - left: -($tipWidth); - } -} \ No newline at end of file diff --git a/core/static/plugins/hover-effects/scss/effects/_bubble-float-right.scss b/core/static/plugins/hover-effects/scss/effects/_bubble-float-right.scss deleted file mode 100755 index b62e56b..0000000 --- a/core/static/plugins/hover-effects/scss/effects/_bubble-float-right.scss +++ /dev/null @@ -1,31 +0,0 @@ -/* Bubble Float Right */ -@mixin bubble-float-right { - display: inline-block; - position: relative; - transition-duration: $defaultDuration; - transition-property: transform; - - @include hacks(); - - &:before { - pointer-events: none; - position: absolute; - z-index: -1; - top: calc(50% - #{$tipHeight}); - right: 0; - content: ''; - border-style: solid; - border-width: $tipHeight 0 $tipHeight $tipWidth; - border-color: transparent transparent transparent $tipColour; - transition-duration: $defaultDuration; - transition-property: right; - } - - &:hover { - transform: translateX(-5px); - } - - &:hover:before { - right: -($tipWidth); - } -} \ No newline at end of file diff --git a/core/static/plugins/hover-effects/scss/effects/_bubble-float-top.scss b/core/static/plugins/hover-effects/scss/effects/_bubble-float-top.scss deleted file mode 100755 index b4ad415..0000000 --- a/core/static/plugins/hover-effects/scss/effects/_bubble-float-top.scss +++ /dev/null @@ -1,32 +0,0 @@ -/* Bubble Float Top */ -@mixin bubble-float-top { - display: inline-block; - position: relative; - transition-duration: $defaultDuration; - transition-property: transform; - - @include hacks(); - - &:before { - pointer-events: none; - position: absolute; - z-index: -1; - content: ''; - left: calc(50% - #{$tipWidth}); - top: 0; - border-style: solid; - border-width: 0 $tipWidth $tipHeight $tipWidth; - border-color: transparent transparent $tipColour transparent; - transition-duration: $defaultDuration; - transition-property: top; - } - - - &:hover { - transform: translateY(5px) translateZ(0); - } - - &:hover:before { - top: -($tipHeight); - } -} \ No newline at end of file diff --git a/core/static/plugins/hover-effects/scss/effects/_bubble-left.scss b/core/static/plugins/hover-effects/scss/effects/_bubble-left.scss deleted file mode 100755 index 80c277d..0000000 --- a/core/static/plugins/hover-effects/scss/effects/_bubble-left.scss +++ /dev/null @@ -1,25 +0,0 @@ -/* Bubble Left */ -@mixin bubble-left { - display: inline-block; - position: relative; - - @include hacks(); - - &:before { - pointer-events: none; - position: absolute; - z-index: -1; - content: ''; - border-style: solid; - transition-duration: $defaultDuration; - transition-property: left; - top: calc(50% - #{$tipHeight}); - left: 0; - border-width: $tipHeight $tipWidth $tipHeight 0; - border-color: transparent $tipColour transparent transparent; - } - - &:hover:before { - left: -($tipWidth); - } -} \ No newline at end of file diff --git a/core/static/plugins/hover-effects/scss/effects/_bubble-right.scss b/core/static/plugins/hover-effects/scss/effects/_bubble-right.scss deleted file mode 100755 index 9f4aab5..0000000 --- a/core/static/plugins/hover-effects/scss/effects/_bubble-right.scss +++ /dev/null @@ -1,25 +0,0 @@ -/* Bubble Right */ -@mixin bubble-right { - display: inline-block; - position: relative; - - @include hacks(); - - &:before { - pointer-events: none; - position: absolute; - z-index: -1; - content: ''; - border-style: solid; - transition-duration: $defaultDuration; - transition-property: right; - top: calc(50% - #{$tipHeight}); - right: 0; - border-width: $tipHeight 0 $tipHeight $tipWidth; - border-color: transparent transparent transparent $tipColour ; - } - - &:hover:before { - right: -($tipWidth); - } -} \ No newline at end of file diff --git a/core/static/plugins/hover-effects/scss/effects/_bubble-top.scss b/core/static/plugins/hover-effects/scss/effects/_bubble-top.scss deleted file mode 100755 index d2a3cdd..0000000 --- a/core/static/plugins/hover-effects/scss/effects/_bubble-top.scss +++ /dev/null @@ -1,24 +0,0 @@ -/* Bubble Top */ -@mixin bubble-top { - display: inline-block; - position: relative; - - @include hacks(); - - &:before { - pointer-events: none; - position: absolute; - z-index: -1; - content: ''; - border-style: solid; - transition-duration: $defaultDuration; - left: calc(50% - #{$tipWidth}); - border-width: 0 $tipWidth $tipHeight $tipWidth; - border-color: transparent transparent $tipColour transparent; - transition-property: top; - } - - &:hover:before { - top: -($tipHeight); - } -} \ No newline at end of file diff --git a/core/static/plugins/hover-effects/scss/effects/_curl-bottom-left.scss b/core/static/plugins/hover-effects/scss/effects/_curl-bottom-left.scss deleted file mode 100755 index 051de25..0000000 --- a/core/static/plugins/hover-effects/scss/effects/_curl-bottom-left.scss +++ /dev/null @@ -1,33 +0,0 @@ -/* Curl Bottom Left */ -@mixin curl-bottom-left { - display: inline-block; - position: relative; - - @include hacks(); - - &:before { - pointer-events: none; - position: absolute; - content: ''; - height: 0; - width: 0; - bottom: 0; - left: 0; - background: $revealAreaColour; /* IE9 */ - background: linear-gradient( - 45deg, - $revealAreaColour 45%, - $curlLineColour 50%, - $curlTransitionColour 56%, - $curlLastColour 80% - ); - box-shadow: 1px -1px 1px rgba(0, 0, 0, .4); - transition-duration: $defaultDuration; - transition-property: width, height; - } - - &:hover:before { - width: $curlWidth; - height: $curlHeight; - } -} \ No newline at end of file diff --git a/core/static/plugins/hover-effects/scss/effects/_curl-bottom-right.scss b/core/static/plugins/hover-effects/scss/effects/_curl-bottom-right.scss deleted file mode 100755 index 9b473e8..0000000 --- a/core/static/plugins/hover-effects/scss/effects/_curl-bottom-right.scss +++ /dev/null @@ -1,33 +0,0 @@ -/* Curl Bottom Right */ -@mixin curl-bottom-right { - display: inline-block; - position: relative; - - @include hacks(); - - &:before { - pointer-events: none; - position: absolute; - content: ''; - height: 0; - width: 0; - bottom: 0; - right: 0; - background: $revealAreaColour; /* IE9 */ - background: linear-gradient( - 315deg, - $revealAreaColour 45%, - $curlLineColour 50%, - $curlTransitionColour 56%, - $curlLastColour 80% - ); - box-shadow: -1px -1px 1px rgba(0, 0, 0, .4); - transition-duration: $defaultDuration; - transition-property: width, height; - } - - &:hover:before { - width: $curlWidth; - height: $curlHeight; - } -} \ No newline at end of file diff --git a/core/static/plugins/hover-effects/scss/effects/_curl-top-left.scss b/core/static/plugins/hover-effects/scss/effects/_curl-top-left.scss deleted file mode 100755 index f6f99e4..0000000 --- a/core/static/plugins/hover-effects/scss/effects/_curl-top-left.scss +++ /dev/null @@ -1,36 +0,0 @@ -/* Curl Top Left */ -@mixin curl-top-left { - display: inline-block; - position: relative; - - @include hacks(); - - &:before { - pointer-events: none; - position: absolute; - content: ''; - height: 0; - width: 0; - top: 0; - left: 0; - background: $revealAreaColour; /* IE9 */ - background: linear-gradient( - 135deg, - $revealAreaColour 45%, - $curlLineColour 50%, - $curlTransitionColour 56%, - $curlLastColour 80% - ); - filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#000000');/*For IE7-8-9*/ - - z-index: 1000; - box-shadow: 1px 1px 1px rgba(0, 0, 0, .4); - transition-duration: $defaultDuration; - transition-property: width, height; - } - - &:hover:before { - width: $curlWidth; - height: $curlHeight; - } -} \ No newline at end of file diff --git a/core/static/plugins/hover-effects/scss/effects/_curl-top-right.scss b/core/static/plugins/hover-effects/scss/effects/_curl-top-right.scss deleted file mode 100755 index b686532..0000000 --- a/core/static/plugins/hover-effects/scss/effects/_curl-top-right.scss +++ /dev/null @@ -1,33 +0,0 @@ -/* Curl Top Right */ -@mixin curl-top-right { - display: inline-block; - position: relative; - - @include hacks(); - - &:before { - pointer-events: none; - position: absolute; - content: ''; - height: 0; - width: 0; - top: 0; - right: 0; - background: $revealAreaColour; /* IE9 */ - background: linear-gradient( - 225deg, - $revealAreaColour 45%, - $curlLineColour 50%, - $curlTransitionColour 56%, - $curlLastColour 80% - ); - box-shadow: -1px 1px 1px rgba(0, 0, 0, .4); - transition-duration: $defaultDuration; - transition-property: width, height; - } - - &:hover:before { - width: $curlWidth; - height: $curlHeight; - } -} \ No newline at end of file diff --git a/core/static/plugins/hover-effects/scss/effects/_float-shadow.scss b/core/static/plugins/hover-effects/scss/effects/_float-shadow.scss deleted file mode 100755 index 8b8b2a8..0000000 --- a/core/static/plugins/hover-effects/scss/effects/_float-shadow.scss +++ /dev/null @@ -1,33 +0,0 @@ -/* Float Shadow */ -@mixin float-shadow { - display: inline-block; - position: relative; - transition-duration: $defaultDuration; - transition-property: transform; - - @include hacks(); - - &:before { - pointer-events: none; - position: absolute; - z-index: -1; - content: ''; - top: 100%; - left: 5%; - height: 10px; - width: 90%; - opacity: 0; - background: radial-gradient(ellipse at center, rgba(0,0,0,.35) 0%,rgba(0,0,0,0) 80%); /* W3C */ - transition-duration: $defaultDuration; - transition-property: transform, opacity; - } - - &:hover { - transform: translateY(-5px); /* move the element up by 5px */ - - &:before { - opacity: 1; - transform: translateY(5px); /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */ - } - } -} diff --git a/core/static/plugins/hover-effects/scss/effects/_float.scss b/core/static/plugins/hover-effects/scss/effects/_float.scss deleted file mode 100755 index 5f69a78..0000000 --- a/core/static/plugins/hover-effects/scss/effects/_float.scss +++ /dev/null @@ -1,12 +0,0 @@ -/* Float */ -@mixin float { - display: inline-block; - transition-duration: $defaultDuration; - transition-property: transform; - - @include hacks(); - - &:hover { - transform: translateY(-5px); - } -} \ No newline at end of file diff --git a/core/static/plugins/hover-effects/scss/effects/_glow.scss b/core/static/plugins/hover-effects/scss/effects/_glow.scss deleted file mode 100755 index 11e468d..0000000 --- a/core/static/plugins/hover-effects/scss/effects/_glow.scss +++ /dev/null @@ -1,12 +0,0 @@ -/* Glow */ -@mixin glow { - display: inline-block; - transition-duration: $defaultDuration; - transition-property: box-shadow; - - @include hacks(); - - &:hover { - box-shadow: 0 0 8px $shadowColour; - } -} \ No newline at end of file diff --git a/core/static/plugins/hover-effects/scss/effects/_grow-rotate.scss b/core/static/plugins/hover-effects/scss/effects/_grow-rotate.scss deleted file mode 100755 index 8cc1da1..0000000 --- a/core/static/plugins/hover-effects/scss/effects/_grow-rotate.scss +++ /dev/null @@ -1,12 +0,0 @@ -/* Grow Rotate */ -@mixin grow-rotate { - display: inline-block; - transition-duration: $defaultDuration; - transition-property: transform; - - @include hacks(); - - &:hover { - transform: scale(1.1) rotate(4deg); - } -} \ No newline at end of file diff --git a/core/static/plugins/hover-effects/scss/effects/_grow.scss b/core/static/plugins/hover-effects/scss/effects/_grow.scss deleted file mode 100755 index dbb1111..0000000 --- a/core/static/plugins/hover-effects/scss/effects/_grow.scss +++ /dev/null @@ -1,12 +0,0 @@ -/* Grow */ -@mixin grow { - display: inline-block; - transition-duration: $defaultDuration; - transition-property: transform; - - @include hacks(); - - &:hover { - transform: scale(1.1); - } -} \ No newline at end of file diff --git a/core/static/plugins/hover-effects/scss/effects/_hang.scss b/core/static/plugins/hover-effects/scss/effects/_hang.scss deleted file mode 100755 index b35f9d1..0000000 --- a/core/static/plugins/hover-effects/scss/effects/_hang.scss +++ /dev/null @@ -1,28 +0,0 @@ -/* Hang */ -@keyframes hang { - 50% { - transform: translateY(3px); - } - - 100% { - transform: translateY(6px); - } -} - -@mixin hang { - display: inline-block; - transition-duration: .5s; - transition-property: transform; - - @include hacks(); - - &:hover { - transform: translateY(6px); - animation-name: hang; - animation-duration: 1.5s; - animation-delay: $defaultDuration; - animation-timing-function: linear; - animation-iteration-count: infinite; - animation-direction: alternate; - } -} \ No newline at end of file diff --git a/core/static/plugins/hover-effects/scss/effects/_hollow.scss b/core/static/plugins/hover-effects/scss/effects/_hollow.scss deleted file mode 100755 index 3b458d7..0000000 --- a/core/static/plugins/hover-effects/scss/effects/_hollow.scss +++ /dev/null @@ -1,18 +0,0 @@ -/* Hollow */ -@mixin hollow { - display: inline-block; - $borderWidth: 4px; - - transition-duration: $defaultDuration; - transition-property: background; - - @include hideTapHighlightColor(); - @include hardwareAccel(); - box-shadow: - inset 0 0 0 $borderWidth $primaryColour, - 0 0 1px rgba(0, 0, 0, 0); /* Hack to improve aliasing on mobile/tablet devices */ - - &:hover { - background: none; - } -} \ No newline at end of file diff --git a/core/static/plugins/hover-effects/scss/effects/_hover-shadow.scss b/core/static/plugins/hover-effects/scss/effects/_hover-shadow.scss deleted file mode 100755 index ce7fe24..0000000 --- a/core/static/plugins/hover-effects/scss/effects/_hover-shadow.scss +++ /dev/null @@ -1,73 +0,0 @@ -/* Hover Shadow */ -@keyframes hover { - 50% { - transform: translateY(-3px); - } - - 100% { - transform: translateY(-6px); - } -} - -@keyframes hover-shadow { - 0% { - transform: translateY(6px); - opacity: .4; - } - - 50% { - transform: translateY(3px); - opacity: 1; - } - - - 100% { - transform: translateY(6px); - opacity: .4; - } -} - -@mixin hover-shadow { - display: inline-block; - position: relative; - transition-duration: $defaultDuration; - transition-property: transform; - - @include hacks(); - - &:before { - pointer-events: none; - position: absolute; - z-index: -1; - content: ''; - top: 100%; - left: 5%; - height: 10px; - width: 90%; - opacity: 0; - background: radial-gradient(ellipse at center, rgba(0,0,0,.35) 0%,rgba(0,0,0,0) 80%); /* W3C */ - transition-duration: $defaultDuration; - transition-property: transform, opacity; - } - - &:hover { - transform: translateY(-6px); - animation-name: hover; - animation-duration: 1.5s; - animation-delay: $defaultDuration; - animation-timing-function: linear; - animation-iteration-count: infinite; - animation-direction: alternate; - - &:before { - opacity: .4; - transform: translateY(6px); - animation-name: hover-shadow; - animation-duration: 1.5s; - animation-delay: .3s; - animation-timing-function: linear; - animation-iteration-count: infinite; - animation-direction: alternate; - } - } -} \ No newline at end of file diff --git a/core/static/plugins/hover-effects/scss/effects/_hover.scss b/core/static/plugins/hover-effects/scss/effects/_hover.scss deleted file mode 100755 index db6e8e6..0000000 --- a/core/static/plugins/hover-effects/scss/effects/_hover.scss +++ /dev/null @@ -1,28 +0,0 @@ -/* Hover */ -@keyframes hover { - 50% { - transform: translateY(-3px); - } - - 100% { - transform: translateY(-6px); - } -} - -@mixin hover { - display: inline-block; - transition-duration: .5s; - transition-property: transform; - - @include hacks(); - - &:hover { - transform: translateY(-6px); - animation-name: hover; - animation-duration: 1.5s; - animation-delay: $defaultDuration; - animation-timing-function: linear; - animation-iteration-count: infinite; - animation-direction: alternate; - } -} \ No newline at end of file diff --git a/core/static/plugins/hover-effects/scss/effects/_outline-inward.scss b/core/static/plugins/hover-effects/scss/effects/_outline-inward.scss deleted file mode 100755 index f893ef5..0000000 --- a/core/static/plugins/hover-effects/scss/effects/_outline-inward.scss +++ /dev/null @@ -1,31 +0,0 @@ -/* Outline Inward */ -@mixin outline-inward { - display: inline-block; - $outerBorderWidth: 4px; - $innerBorderWidth: 4px; - - position: relative; - - @include hacks(); - - &:before { - content: ''; - position: absolute; - border: $primaryColour solid $outerBorderWidth; - top: -($outerBorderWidth + $innerBorderWidth) * 2; - right: -($outerBorderWidth + $innerBorderWidth) * 2; - bottom: -($outerBorderWidth + $innerBorderWidth) * 2; - left: -($outerBorderWidth + $innerBorderWidth) * 2; - opacity: 0; - transition-duration: .3s; - transition-property: top, right, bottom, left; - } - - &:hover:before { - top: -($outerBorderWidth + $innerBorderWidth); - right: -($outerBorderWidth + $innerBorderWidth); - bottom: -($outerBorderWidth + $innerBorderWidth); - left: -($outerBorderWidth + $innerBorderWidth); - opacity: 1; - } -} \ No newline at end of file diff --git a/core/static/plugins/hover-effects/scss/effects/_outline-outward.scss b/core/static/plugins/hover-effects/scss/effects/_outline-outward.scss deleted file mode 100755 index ad621ec..0000000 --- a/core/static/plugins/hover-effects/scss/effects/_outline-outward.scss +++ /dev/null @@ -1,29 +0,0 @@ -/* Outline Outward */ -@mixin outline-outward { - display: inline-block; - $outerBorderWidth: 4px; - $innerBorderWidth: 4px; - - position: relative; - - @include hacks(); - - &:before { - content: ''; - position: absolute; - border: $primaryColour solid $outerBorderWidth; - top: 0; - right: 0; - bottom: 0; - left: 0; - transition-duration: .3s; - transition-property: top, right, bottom, left; - } - - &:hover:before { - top: -($outerBorderWidth + $innerBorderWidth); - right: -($outerBorderWidth + $innerBorderWidth); - bottom: -($outerBorderWidth + $innerBorderWidth); - left: -($outerBorderWidth + $innerBorderWidth); - } -} \ No newline at end of file diff --git a/core/static/plugins/hover-effects/scss/effects/_pop.scss b/core/static/plugins/hover-effects/scss/effects/_pop.scss deleted file mode 100755 index cc8b16b..0000000 --- a/core/static/plugins/hover-effects/scss/effects/_pop.scss +++ /dev/null @@ -1,23 +0,0 @@ -/* Pop */ -@keyframes pop { - 50% { - transform: scale(1.2); - } - - 100% { - transform: scale(1); - } -} - -@mixin pop { - display: inline-block; - - @include hacks(); - - &:hover { - animation-name: pop; - animation-duration: $defaultDuration; - animation-timing-function: linear; - animation-iteration-count: 1; - } -} \ No newline at end of file diff --git a/core/static/plugins/hover-effects/scss/effects/_pulse-grow.scss b/core/static/plugins/hover-effects/scss/effects/_pulse-grow.scss deleted file mode 100755 index a35867f..0000000 --- a/core/static/plugins/hover-effects/scss/effects/_pulse-grow.scss +++ /dev/null @@ -1,20 +0,0 @@ -/* Pulse Grow */ -@keyframes pulse-grow { - to { - transform: scale(1.1); - } -} - -@mixin pulse-grow { - display: inline-block; - - @include hacks(); - - &:hover { - animation-name: pulse-grow; - animation-duration: $defaultDuration; - animation-timing-function: linear; - animation-iteration-count: infinite; - animation-direction: alternate; - } -} \ No newline at end of file diff --git a/core/static/plugins/hover-effects/scss/effects/_pulse-shrink.scss b/core/static/plugins/hover-effects/scss/effects/_pulse-shrink.scss deleted file mode 100755 index 44349b2..0000000 --- a/core/static/plugins/hover-effects/scss/effects/_pulse-shrink.scss +++ /dev/null @@ -1,20 +0,0 @@ -/* Pulse Shrink */ -@keyframes pulse-shrink { - to { - transform: scale(.9); - } -} - -@mixin pulse-shrink { - display: inline-block; - - @include hacks(); - - &:hover { - animation-name: pulse-shrink; - animation-duration: $defaultDuration; - animation-timing-function: linear; - animation-iteration-count: infinite; - animation-direction: alternate; - } -} \ No newline at end of file diff --git a/core/static/plugins/hover-effects/scss/effects/_pulse.scss b/core/static/plugins/hover-effects/scss/effects/_pulse.scss deleted file mode 100755 index 821a317..0000000 --- a/core/static/plugins/hover-effects/scss/effects/_pulse.scss +++ /dev/null @@ -1,23 +0,0 @@ -/* Pulse */ -@keyframes pulse { - 25% { - transform: scale(1.1); - } - - 75% { - transform: scale(.9); - } -} - -@mixin pulse { - display: inline-block; - - @include hacks(); - - &:hover { - animation-name: pulse; - animation-duration: 1s; - animation-timing-function: linear; - animation-iteration-count: infinite; - } -} \ No newline at end of file diff --git a/core/static/plugins/hover-effects/scss/effects/_push.scss b/core/static/plugins/hover-effects/scss/effects/_push.scss deleted file mode 100755 index 8bc779a..0000000 --- a/core/static/plugins/hover-effects/scss/effects/_push.scss +++ /dev/null @@ -1,23 +0,0 @@ -/* Push */ -@keyframes push { - 50% { - transform: scale(.8); - } - - 100% { - transform: scale(1); - } -} - -@mixin push { - display: inline-block; - - @include hacks(); - - &:hover { - animation-name: push; - animation-duration: $defaultDuration; - animation-timing-function: linear; - animation-iteration-count: 1; - } -} \ No newline at end of file diff --git a/core/static/plugins/hover-effects/scss/effects/_rotate.scss b/core/static/plugins/hover-effects/scss/effects/_rotate.scss deleted file mode 100755 index 9feb035..0000000 --- a/core/static/plugins/hover-effects/scss/effects/_rotate.scss +++ /dev/null @@ -1,12 +0,0 @@ -/* Rotate */ -@mixin rotate { - display: inline-block; - transition-duration: $defaultDuration; - transition-property: transform; - - @include hacks(); - - &:hover { - transform: rotate(4deg); - } -} \ No newline at end of file diff --git a/core/static/plugins/hover-effects/scss/effects/_round-corners.scss b/core/static/plugins/hover-effects/scss/effects/_round-corners.scss deleted file mode 100755 index 0f7caa5..0000000 --- a/core/static/plugins/hover-effects/scss/effects/_round-corners.scss +++ /dev/null @@ -1,12 +0,0 @@ -/* Round Corners */ -@mixin round-corners { - display: inline-block; - transition-duration: $defaultDuration; - transition-property: border-radius; - - @include hacks(); - - &:hover { - border-radius: 1em; - } -} \ No newline at end of file diff --git a/core/static/plugins/hover-effects/scss/effects/_shadow-radial.scss b/core/static/plugins/hover-effects/scss/effects/_shadow-radial.scss deleted file mode 100755 index 2aba6d8..0000000 --- a/core/static/plugins/hover-effects/scss/effects/_shadow-radial.scss +++ /dev/null @@ -1,37 +0,0 @@ -/* Shadow Radial */ -@mixin shadow-radial { - display: inline-block; - position: relative; - - @include hacks(); - - &:before, - &:after { - pointer-events: none; - position: absolute; - content: ''; - left: 0; - width: 100%; - box-sizing: border-box; - background-repeat: no-repeat; - height: 5px; - opacity: 0; - transition-duration: $defaultDuration; - transition-property: opacity; - } - - &:before { - bottom: 100%; - background: radial-gradient(ellipse at 50% 150%, $shadowColour 0%, rgba(0, 0, 0, 0) 80%); - } - - &:after { - top: 100%; - background: radial-gradient(ellipse at 50% -50%, $shadowColour 0%, rgba(0, 0, 0, 0) 80%); - } - - &:hover:before, - &:hover:after { - opacity: 1; - } -} \ No newline at end of file diff --git a/core/static/plugins/hover-effects/scss/effects/_shrink.scss b/core/static/plugins/hover-effects/scss/effects/_shrink.scss deleted file mode 100755 index e6bfd5d..0000000 --- a/core/static/plugins/hover-effects/scss/effects/_shrink.scss +++ /dev/null @@ -1,12 +0,0 @@ -/* Shrink */ -@mixin shrink { - display: inline-block; - transition-duration: $defaultDuration; - transition-property: transform; - - @include hacks(); - - &:hover { - transform: scale(.9); - } -} diff --git a/core/static/plugins/hover-effects/scss/effects/_sink.scss b/core/static/plugins/hover-effects/scss/effects/_sink.scss deleted file mode 100755 index 0f2b270..0000000 --- a/core/static/plugins/hover-effects/scss/effects/_sink.scss +++ /dev/null @@ -1,12 +0,0 @@ -/* Sink */ -@mixin sink { - display: inline-block; - transition-duration: $defaultDuration; - transition-property: transform; - - @include hacks(); - - &:hover { - transform: translateY(5px); - } -} \ No newline at end of file diff --git a/core/static/plugins/hover-effects/scss/effects/_skew-forward.scss b/core/static/plugins/hover-effects/scss/effects/_skew-forward.scss deleted file mode 100755 index a43d49b..0000000 --- a/core/static/plugins/hover-effects/scss/effects/_skew-forward.scss +++ /dev/null @@ -1,13 +0,0 @@ -/* Skew Forward */ -@mixin skew-forward { - display: inline-block; - transition-duration: $defaultDuration; - transition-property: transform; - transform-origin: 0 100%; - - @include hacks(); - - &:hover { - transform: skew(-10deg); - } -} \ No newline at end of file diff --git a/core/static/plugins/hover-effects/scss/effects/_skew.scss b/core/static/plugins/hover-effects/scss/effects/_skew.scss deleted file mode 100755 index 5998550..0000000 --- a/core/static/plugins/hover-effects/scss/effects/_skew.scss +++ /dev/null @@ -1,12 +0,0 @@ -/* Skew */ -@mixin skew { - display: inline-block; - transition-duration: $defaultDuration; - transition-property: transform; - - @include hacks(); - - &:hover { - transform: skew(-10deg); - } -} \ No newline at end of file diff --git a/core/static/plugins/hover-effects/scss/effects/_trim.scss b/core/static/plugins/hover-effects/scss/effects/_trim.scss deleted file mode 100755 index b5856fd..0000000 --- a/core/static/plugins/hover-effects/scss/effects/_trim.scss +++ /dev/null @@ -1,27 +0,0 @@ -/* Trim */ -@mixin trim { - display: inline-block; - $outerBorderWidth: 4px; - $innerBorderWidth: 4px; - - position: relative; - - @include hacks(); - - &:before { - content: ''; - position: absolute; - border: white solid $innerBorderWidth; - top: $outerBorderWidth; - left: $outerBorderWidth; - right: $outerBorderWidth; - bottom: $outerBorderWidth; - opacity: 0; - transition-duration: $defaultDuration; - transition-property: opacity; - } - - &:hover:before { - opacity: 1; - } -} \ No newline at end of file diff --git a/core/static/plugins/hover-effects/scss/effects/_wobble-bottom.scss b/core/static/plugins/hover-effects/scss/effects/_wobble-bottom.scss deleted file mode 100755 index 42c42ff..0000000 --- a/core/static/plugins/hover-effects/scss/effects/_wobble-bottom.scss +++ /dev/null @@ -1,40 +0,0 @@ -/* Wobble Bottom */ -@keyframes wobble-bottom { - 16.65% { - transform: skew(-12deg); - } - - 33.3% { - transform: skew(10deg); - } - - 49.95% { - transform: skew(-6deg); - } - - 66.6% { - transform: skew(4deg); - } - - 83.25% { - transform: skew(-2deg); - } - - 100% { - transform: skew(0); - } -} - -@mixin wobble-bottom { - display: inline-block; - transform-origin: 100% 0; - - @include hacks(); - - &:hover { - animation-name: wobble-bottom; - animation-duration: 1s; - animation-timing-function: ease-in-out; - animation-iteration-count: 1; - } -} \ No newline at end of file diff --git a/core/static/plugins/hover-effects/scss/effects/_wobble-horizontal.scss b/core/static/plugins/hover-effects/scss/effects/_wobble-horizontal.scss deleted file mode 100755 index b7364cf..0000000 --- a/core/static/plugins/hover-effects/scss/effects/_wobble-horizontal.scss +++ /dev/null @@ -1,39 +0,0 @@ -/* Wobble Horizontal */ -@keyframes wobble-horizontal { - 16.65% { - transform: translateX(8px); - } - - 33.3% { - transform: translateX(-6px); - } - - 49.95% { - transform: translateX(4px); - } - - 66.6% { - transform: translateX(-2px); - } - - 83.25% { - transform: translateX(1px); - } - - 100% { - transform: translateX(0); - } -} - -@mixin wobble-horizontal { - display: inline-block; - - @include hacks(); - - &:hover { - animation-name: wobble-horizontal; - animation-duration: 1s; - animation-timing-function: ease-in-out; - animation-iteration-count: 1; - } -} \ No newline at end of file diff --git a/core/static/plugins/hover-effects/scss/effects/_wobble-top.scss b/core/static/plugins/hover-effects/scss/effects/_wobble-top.scss deleted file mode 100755 index ce7b468..0000000 --- a/core/static/plugins/hover-effects/scss/effects/_wobble-top.scss +++ /dev/null @@ -1,40 +0,0 @@ -/* Wobble Top */ -@keyframes wobble-top { - 16.65% { - transform: skew(-12deg); - } - - 33.3% { - transform: skew(10deg); - } - - 49.95% { - transform: skew(-6deg); - } - - 66.6% { - transform: skew(4deg); - } - - 83.25% { - transform: skew(-2deg); - } - - 100% { - transform: skew(0); - } -} - -@mixin wobble-top { - display: inline-block; - transform-origin: 0 100%; - - @include hacks(); - - &:hover { - animation-name: wobble-top; - animation-duration: 1s; - animation-timing-function: ease-in-out; - animation-iteration-count: 1; - } -} \ No newline at end of file diff --git a/core/static/plugins/hover-effects/scss/effects/_wobble-vertical.scss b/core/static/plugins/hover-effects/scss/effects/_wobble-vertical.scss deleted file mode 100755 index aaedbe6..0000000 --- a/core/static/plugins/hover-effects/scss/effects/_wobble-vertical.scss +++ /dev/null @@ -1,39 +0,0 @@ -/* Wobble Vertical */ -@keyframes wobble-vertical { - 16.65% { - transform: translateY(8px); - } - - 33.3% { - transform: translateY(-6px); - } - - 49.95% { - transform: translateY(4px); - } - - 66.6% { - transform: translateY(-2px); - } - - 83.25% { - transform: translateY(1px); - } - - 100% { - transform: translateY(0); - } -} - -@mixin wobble-vertical { - display: inline-block; - - @include hacks(); - - &:hover { - animation-name: wobble-vertical; - animation-duration: 1s; - animation-timing-function: ease-in-out; - animation-iteration-count: 1; - } -} \ No newline at end of file diff --git a/core/static/plugins/hover-effects/scss/hover.scss b/core/static/plugins/hover-effects/scss/hover.scss deleted file mode 100755 index 194b3f5..0000000 --- a/core/static/plugins/hover-effects/scss/hover.scss +++ /dev/null @@ -1,249 +0,0 @@ -/*! - * Hover.css (http://ianlunn.co.uk/) - * Version: 1.0.3 - * Author: Ian Lunn @IanLunn - * Author URL: http://ianlunn.co.uk/ - * Github: https://github.com/IanLunn/Hover - - * Made available under a MIT License: - * http://www.opensource.org/licenses/mit-license.php - - * Hover.css Copyright Ian Lunn 2014. - */ - - -@import "options"; -@import "defaults"; -@import "hacks"; - - - -/* Default styles for the demo buttons */ -.button { - @include button(); -} - - -/* 2D TRANSITIONS */ -@import "effects/grow"; -.grow { - @include grow(); -} - -@import "effects/shrink"; -.shrink { - @include shrink(); -} - -@import "effects/pulse"; -.pulse { - @include pulse(); -} - -@import "effects/pulse-grow"; -.pulse-grow { - @include pulse-grow(); -} - -@import "effects/pulse-shrink"; -.pulse-shrink { - @include pulse-shrink(); -} - -@import "effects/push"; -.push { - @include push(); -} - -@import "effects/pop"; -.pop { - @include pop(); -} - -@import "effects/rotate"; -.rotate { - @include rotate(); -} - -@import "effects/grow-rotate"; -.grow-rotate { - @include grow-rotate(); -} - -@import "effects/float"; -.float { - @include float(); -} - -@import "effects/sink"; -.sink { - @include sink(); -} - -@import "effects/hover"; -.hover { - @include hover(); -} - -@import "effects/hang"; -.hang { - @include hang(); -} - -@import "effects/skew"; -.skew { - @include skew(); -} - -@import "effects/skew-forward"; -.skew-forward { - @include skew-forward(); -} - -@import "effects/wobble-vertical"; -.wobble-vertical { - @include wobble-vertical(); -} - -@import "effects/wobble-horizontal"; -.wobble-horizontal { - @include wobble-horizontal(); -} - -@import "effects/wobble-top"; -.wobble-top { - @include wobble-top(); -} - -@import "effects/wobble-bottom"; -.wobble-bottom { - @include wobble-bottom(); -} - - -/* BORDER TRANSITIONS */ -@import "effects/border-fade"; -.border-fade { - @include border-fade(); -} - -@import "effects/hollow"; -.hollow { - @include hollow(); -} - -@import "effects/trim"; -.trim { - @include trim(); -} - -@import "effects/outline-outward"; -.outline-outward { - @include outline-outward(); -} - -@import "effects/outline-inward"; -.outline-inward { - @include outline-inward(); -} - -@import "effects/round-corners"; -.round-corners { - @include round-corners(); -} - - -/* SHADOW/GLOW TRANSITIONS */ -@import "effects/glow"; -.glow { - @include glow(); -} - -@import "effects/box-shadow-outset"; -.box-shadow-outset { - @include box-shadow-outset(); -} - -@import "effects/box-shadow-inset"; -.box-shadow-inset { - @include box-shadow-inset(); -} - -@import "effects/float-shadow"; -.float-shadow { - @include float-shadow(); -} - -@import "effects/hover-shadow"; -.hover-shadow { - @include hover-shadow(); -} - -@import "effects/shadow-radial"; -.shadow-radial { - @include shadow-radial(); -} - - -/* SPEECH BUBBLES */ -@import "effects/bubble-top"; -.bubble-top { - @include bubble-top(); -} - -@import "effects/bubble-right"; -.bubble-right { - @include bubble-right(); -} - -@import "effects/bubble-bottom"; -.bubble-bottom { - @include bubble-bottom(); -} - -@import "effects/bubble-left"; -.bubble-left { - @include bubble-left(); -} - -@import "effects/bubble-float-top"; -.bubble-float-top { - @include bubble-float-top(); -} - -@import "effects/bubble-float-right"; -.bubble-float-right { - @include bubble-float-right(); -} - -@import "effects/bubble-float-bottom"; -.bubble-float-bottom { - @include bubble-float-bottom(); -} - -@import "effects/bubble-float-left"; -.bubble-float-left { - @include bubble-float-left(); -} - - -/* CURLS */ -@import "effects/curl-top-left"; -.curl-top-left { - @include curl-top-left(); -} - -@import "effects/curl-top-right"; -.curl-top-right { - @include curl-top-right(); -} - -@import "effects/curl-bottom-right"; -.curl-bottom-right { - @include curl-bottom-right(); -} - -@import "effects/curl-bottom-left"; -.curl-bottom-left { - @include curl-bottom-left(); -} \ No newline at end of file diff --git a/core/static/plugins/html5shiv.js b/core/static/plugins/html5shiv.js deleted file mode 100755 index 77dace4..0000000 --- a/core/static/plugins/html5shiv.js +++ /dev/null @@ -1,322 +0,0 @@ -/** -* @preserve HTML5 Shiv 3.7.2 | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed -*/ -;(function(window, document) { -/*jshint evil:true */ - /** version */ - var version = '3.7.2'; - - /** Preset options */ - var options = window.html5 || {}; - - /** Used to skip problem elements */ - var reSkip = /^<|^(?:button|map|select|textarea|object|iframe|option|optgroup)$/i; - - /** Not all elements can be cloned in IE **/ - var saveClones = /^(?:a|b|code|div|fieldset|h1|h2|h3|h4|h5|h6|i|label|li|ol|p|q|span|strong|style|table|tbody|td|th|tr|ul)$/i; - - /** Detect whether the browser supports default html5 styles */ - var supportsHtml5Styles; - - /** Name of the expando, to work with multiple documents or to re-shiv one document */ - var expando = '_html5shiv'; - - /** The id for the the documents expando */ - var expanID = 0; - - /** Cached data for each document */ - var expandoData = {}; - - /** Detect whether the browser supports unknown elements */ - var supportsUnknownElements; - - (function() { - try { - var a = document.createElement('a'); - a.innerHTML = ''; - //if the hidden property is implemented we can assume, that the browser supports basic HTML5 Styles - supportsHtml5Styles = ('hidden' in a); - - supportsUnknownElements = a.childNodes.length == 1 || (function() { - // assign a false positive if unable to shiv - (document.createElement)('a'); - var frag = document.createDocumentFragment(); - return ( - typeof frag.cloneNode == 'undefined' || - typeof frag.createDocumentFragment == 'undefined' || - typeof frag.createElement == 'undefined' - ); - }()); - } catch(e) { - // assign a false positive if detection fails => unable to shiv - supportsHtml5Styles = true; - supportsUnknownElements = true; - } - - }()); - - /*--------------------------------------------------------------------------*/ - - /** - * Creates a style sheet with the given CSS text and adds it to the document. - * @private - * @param {Document} ownerDocument The document. - * @param {String} cssText The CSS text. - * @returns {StyleSheet} The style element. - */ - function addStyleSheet(ownerDocument, cssText) { - var p = ownerDocument.createElement('p'), - parent = ownerDocument.getElementsByTagName('head')[0] || ownerDocument.documentElement; - - p.innerHTML = 'x'; - return parent.insertBefore(p.lastChild, parent.firstChild); - } - - /** - * Returns the value of `html5.elements` as an array. - * @private - * @returns {Array} An array of shived element node names. - */ - function getElements() { - var elements = html5.elements; - return typeof elements == 'string' ? elements.split(' ') : elements; - } - - /** - * Extends the built-in list of html5 elements - * @memberOf html5 - * @param {String|Array} newElements whitespace separated list or array of new element names to shiv - * @param {Document} ownerDocument The context document. - */ - function addElements(newElements, ownerDocument) { - var elements = html5.elements; - if(typeof elements != 'string'){ - elements = elements.join(' '); - } - if(typeof newElements != 'string'){ - newElements = newElements.join(' '); - } - html5.elements = elements +' '+ newElements; - shivDocument(ownerDocument); - } - - /** - * Returns the data associated to the given document - * @private - * @param {Document} ownerDocument The document. - * @returns {Object} An object of data. - */ - function getExpandoData(ownerDocument) { - var data = expandoData[ownerDocument[expando]]; - if (!data) { - data = {}; - expanID++; - ownerDocument[expando] = expanID; - expandoData[expanID] = data; - } - return data; - } - - /** - * returns a shived element for the given nodeName and document - * @memberOf html5 - * @param {String} nodeName name of the element - * @param {Document} ownerDocument The context document. - * @returns {Object} The shived element. - */ - function createElement(nodeName, ownerDocument, data){ - if (!ownerDocument) { - ownerDocument = document; - } - if(supportsUnknownElements){ - return ownerDocument.createElement(nodeName); - } - if (!data) { - data = getExpandoData(ownerDocument); - } - var node; - - if (data.cache[nodeName]) { - node = data.cache[nodeName].cloneNode(); - } else if (saveClones.test(nodeName)) { - node = (data.cache[nodeName] = data.createElem(nodeName)).cloneNode(); - } else { - node = data.createElem(nodeName); - } - - // Avoid adding some elements to fragments in IE < 9 because - // * Attributes like `name` or `type` cannot be set/changed once an element - // is inserted into a document/fragment - // * Link elements with `src` attributes that are inaccessible, as with - // a 403 response, will cause the tab/window to crash - // * Script elements appended to fragments will execute when their `src` - // or `text` property is set - return node.canHaveChildren && !reSkip.test(nodeName) && !node.tagUrn ? data.frag.appendChild(node) : node; - } - - /** - * returns a shived DocumentFragment for the given document - * @memberOf html5 - * @param {Document} ownerDocument The context document. - * @returns {Object} The shived DocumentFragment. - */ - function createDocumentFragment(ownerDocument, data){ - if (!ownerDocument) { - ownerDocument = document; - } - if(supportsUnknownElements){ - return ownerDocument.createDocumentFragment(); - } - data = data || getExpandoData(ownerDocument); - var clone = data.frag.cloneNode(), - i = 0, - elems = getElements(), - l = elems.length; - for(;i',a,""].join(""),l.id=h,(m?l:n).innerHTML+=f,n.appendChild(l),m||(n.style.background="",n.style.overflow="hidden",k=g.style.overflow,g.style.overflow="hidden",g.appendChild(n)),i=c(l,a),m?l.parentNode.removeChild(l):(n.parentNode.removeChild(n),g.style.overflow=k),!!i},z=function(b){var c=a.matchMedia||a.msMatchMedia;if(c)return c(b).matches;var d;return y("@media "+b+" { #"+h+" { position: absolute; } }",function(b){d=(a.getComputedStyle?getComputedStyle(b,null):b.currentStyle)["position"]=="absolute"}),d},A=function(){function d(d,e){e=e||b.createElement(a[d]||"div"),d="on"+d;var f=d in e;return f||(e.setAttribute||(e=b.createElement("div")),e.setAttribute&&e.removeAttribute&&(e.setAttribute(d,""),f=F(e[d],"function"),F(e[d],"undefined")||(e[d]=c),e.removeAttribute(d))),e=null,f}var a={select:"input",change:"input",submit:"form",reset:"form",error:"img",load:"img",abort:"img"};return d}(),B={}.hasOwnProperty,C;!F(B,"undefined")&&!F(B.call,"undefined")?C=function(a,b){return B.call(a,b)}:C=function(a,b){return b in a&&F(a.constructor.prototype[b],"undefined")},Function.prototype.bind||(Function.prototype.bind=function(b){var c=this;if(typeof c!="function")throw new TypeError;var d=w.call(arguments,1),e=function(){if(this instanceof e){var a=function(){};a.prototype=c.prototype;var f=new a,g=c.apply(f,d.concat(w.call(arguments)));return Object(g)===g?g:f}return c.apply(b,d.concat(w.call(arguments)))};return e}),s.flexbox=function(){return J("flexWrap")},s.flexboxlegacy=function(){return J("boxDirection")},s.canvas=function(){var a=b.createElement("canvas");return!!a.getContext&&!!a.getContext("2d")},s.canvastext=function(){return!!e.canvas&&!!F(b.createElement("canvas").getContext("2d").fillText,"function")},s.webgl=function(){return!!a.WebGLRenderingContext},s.touch=function(){var c;return"ontouchstart"in a||a.DocumentTouch&&b instanceof DocumentTouch?c=!0:y(["@media (",n.join("touch-enabled),("),h,")","{#modernizr{top:9px;position:absolute}}"].join(""),function(a){c=a.offsetTop===9}),c},s.geolocation=function(){return"geolocation"in navigator},s.postmessage=function(){return!!a.postMessage},s.websqldatabase=function(){return!!a.openDatabase},s.indexedDB=function(){return!!J("indexedDB",a)},s.hashchange=function(){return A("hashchange",a)&&(b.documentMode===c||b.documentMode>7)},s.history=function(){return!!a.history&&!!history.pushState},s.draganddrop=function(){var a=b.createElement("div");return"draggable"in a||"ondragstart"in a&&"ondrop"in a},s.websockets=function(){return"WebSocket"in a||"MozWebSocket"in a},s.rgba=function(){return D("background-color:rgba(150,255,150,.5)"),G(j.backgroundColor,"rgba")},s.hsla=function(){return D("background-color:hsla(120,40%,100%,.5)"),G(j.backgroundColor,"rgba")||G(j.backgroundColor,"hsla")},s.multiplebgs=function(){return D("background:url(https://),url(https://),red url(https://)"),/(url\s*\(.*?){3}/.test(j.background)},s.backgroundsize=function(){return J("backgroundSize")},s.borderimage=function(){return J("borderImage")},s.borderradius=function(){return J("borderRadius")},s.boxshadow=function(){return J("boxShadow")},s.textshadow=function(){return b.createElement("div").style.textShadow===""},s.opacity=function(){return E("opacity:.55"),/^0.55$/.test(j.opacity)},s.cssanimations=function(){return J("animationName")},s.csscolumns=function(){return J("columnCount")},s.cssgradients=function(){var a="background-image:",b="gradient(linear,left top,right bottom,from(#9f9),to(white));",c="linear-gradient(left top,#9f9, white);";return D((a+"-webkit- ".split(" ").join(b+a)+n.join(c+a)).slice(0,-a.length)),G(j.backgroundImage,"gradient")},s.cssreflections=function(){return J("boxReflect")},s.csstransforms=function(){return!!J("transform")},s.csstransforms3d=function(){var a=!!J("perspective");return a&&"webkitPerspective"in g.style&&y("@media (transform-3d),(-webkit-transform-3d){#modernizr{left:9px;position:absolute;height:3px;}}",function(b,c){a=b.offsetLeft===9&&b.offsetHeight===3}),a},s.csstransitions=function(){return J("transition")},s.fontface=function(){var a;return y('@font-face {font-family:"font";src:url("https://")}',function(c,d){var e=b.getElementById("smodernizr"),f=e.sheet||e.styleSheet,g=f?f.cssRules&&f.cssRules[0]?f.cssRules[0].cssText:f.cssText||"":"";a=/src/i.test(g)&&g.indexOf(d.split(" ")[0])===0}),a},s.generatedcontent=function(){var a;return y(["#",h,"{font:0/0 a}#",h,':after{content:"',l,'";visibility:hidden;font:3px/1 a}'].join(""),function(b){a=b.offsetHeight>=3}),a},s.video=function(){var a=b.createElement("video"),c=!1;try{if(c=!!a.canPlayType)c=new Boolean(c),c.ogg=a.canPlayType('video/ogg; codecs="theora"').replace(/^no$/,""),c.h264=a.canPlayType('video/mp4; codecs="avc1.42E01E"').replace(/^no$/,""),c.webm=a.canPlayType('video/webm; codecs="vp8, vorbis"').replace(/^no$/,"")}catch(d){}return c},s.audio=function(){var a=b.createElement("audio"),c=!1;try{if(c=!!a.canPlayType)c=new Boolean(c),c.ogg=a.canPlayType('audio/ogg; codecs="vorbis"').replace(/^no$/,""),c.mp3=a.canPlayType("audio/mpeg;").replace(/^no$/,""),c.wav=a.canPlayType('audio/wav; codecs="1"').replace(/^no$/,""),c.m4a=(a.canPlayType("audio/x-m4a;")||a.canPlayType("audio/aac;")).replace(/^no$/,"")}catch(d){}return c},s.localstorage=function(){try{return localStorage.setItem(h,h),localStorage.removeItem(h),!0}catch(a){return!1}},s.sessionstorage=function(){try{return sessionStorage.setItem(h,h),sessionStorage.removeItem(h),!0}catch(a){return!1}},s.webworkers=function(){return!!a.Worker},s.applicationcache=function(){return!!a.applicationCache},s.svg=function(){return!!b.createElementNS&&!!b.createElementNS(r.svg,"svg").createSVGRect},s.inlinesvg=function(){var a=b.createElement("div");return a.innerHTML="",(a.firstChild&&a.firstChild.namespaceURI)==r.svg},s.smil=function(){return!!b.createElementNS&&/SVGAnimate/.test(m.call(b.createElementNS(r.svg,"animate")))},s.svgclippaths=function(){return!!b.createElementNS&&/SVGClipPath/.test(m.call(b.createElementNS(r.svg,"clipPath")))};for(var L in s)C(s,L)&&(x=L.toLowerCase(),e[x]=s[L](),v.push((e[x]?"":"no-")+x));return e.input||K(),e.addTest=function(a,b){if(typeof a=="object")for(var d in a)C(a,d)&&e.addTest(d,a[d]);else{a=a.toLowerCase();if(e[a]!==c)return e;b=typeof b=="function"?b():b,typeof f!="undefined"&&f&&(g.className+=" "+(b?"":"no-")+a),e[a]=b}return e},D(""),i=k=null,e._version=d,e._prefixes=n,e._domPrefixes=q,e._cssomPrefixes=p,e.mq=z,e.hasEvent=A,e.testProp=function(a){return H([a])},e.testAllProps=J,e.testStyles=y,g.className=g.className.replace(/(^|\s)no-js(\s|$)/,"$1$2")+(f?" js "+v.join(" "):""),e}(this,this.document),function(a,b){function l(a,b){var c=a.createElement("p"),d=a.getElementsByTagName("head")[0]||a.documentElement;return c.innerHTML="x",d.insertBefore(c.lastChild,d.firstChild)}function m(){var a=s.elements;return typeof a=="string"?a.split(" "):a}function n(a){var b=j[a[h]];return b||(b={},i++,a[h]=i,j[i]=b),b}function o(a,c,d){c||(c=b);if(k)return c.createElement(a);d||(d=n(c));var g;return d.cache[a]?g=d.cache[a].cloneNode():f.test(a)?g=(d.cache[a]=d.createElem(a)).cloneNode():g=d.createElem(a),g.canHaveChildren&&!e.test(a)&&!g.tagUrn?d.frag.appendChild(g):g}function p(a,c){a||(a=b);if(k)return a.createDocumentFragment();c=c||n(a);var d=c.frag.cloneNode(),e=0,f=m(),g=f.length;for(;e+~])("+m().join("|")+")(?=[[\\s,>+~#.:]|$)","gi"),f="$1"+u+"\\:$2";while(d--)b=c[d]=c[d].split("}"),b[b.length-1]=b[b.length-1].replace(e,f),c[d]=b.join("}");return c.join("{")}function z(a){var b=a.length;while(b--)a[b].removeNode()}function A(a){function g(){clearTimeout(d._removeSheetTimer),b&&b.removeNode(!0),b=null}var b,c,d=n(a),e=a.namespaces,f=a.parentWindow;return!v||a.printShived?a:(typeof e[u]=="undefined"&&e.add(u),f.attachEvent("onbeforeprint",function(){g();var d,e,f,h=a.styleSheets,i=[],j=h.length,k=Array(j);while(j--)k[j]=h[j];while(f=k.pop())if(!f.disabled&&t.test(f.media)){try{d=f.imports,e=d.length}catch(m){e=0}for(j=0;j",g="hidden"in a,k=a.childNodes.length==1||function(){b.createElement("a");var a=b.createDocumentFragment();return typeof a.cloneNode=="undefined"||typeof a.createDocumentFragment=="undefined"||typeof a.createElement=="undefined"}()}catch(c){g=!0,k=!0}})();var s={elements:d.elements||"abbr article aside audio bdi canvas data datalist details dialog figcaption figure footer header hgroup main mark meter nav output progress section summary template time video",version:c,shivCSS:d.shivCSS!==!1,supportsUnknownElements:k,shivMethods:d.shivMethods!==!1,type:"default",shivDocument:r,createElement:o,createDocumentFragment:p};a.html5=s,r(b);var t=/^$|\b(?:all|print)\b/,u="html5shiv",v=!k&&function(){var c=b.documentElement;return typeof b.namespaces!="undefined"&&typeof b.parentWindow!="undefined"&&typeof c.applyElement!="undefined"&&typeof c.removeNode!="undefined"&&typeof a.attachEvent!="undefined"}();s.type+=" print",s.shivPrint=A,A(b)}(this,document),function(a,b,c){function d(a){return"[object Function]"==o.call(a)}function e(a){return"string"==typeof a}function f(){}function g(a){return!a||"loaded"==a||"complete"==a||"uninitialized"==a}function h(){var a=p.shift();q=1,a?a.t?m(function(){("c"==a.t?B.injectCss:B.injectJs)(a.s,0,a.a,a.x,a.e,1)},0):(a(),h()):q=0}function i(a,c,d,e,f,i,j){function k(b){if(!o&&g(l.readyState)&&(u.r=o=1,!q&&h(),l.onload=l.onreadystatechange=null,b)){"img"!=a&&m(function(){t.removeChild(l)},50);for(var d in y[c])y[c].hasOwnProperty(d)&&y[c][d].onload()}}var j=j||B.errorTimeout,l=b.createElement(a),o=0,r=0,u={t:d,s:c,e:f,a:i,x:j};1===y[c]&&(r=1,y[c]=[]),"object"==a?l.data=c:(l.src=c,l.type=a),l.width=l.height="0",l.onerror=l.onload=l.onreadystatechange=function(){k.call(this,r)},p.splice(e,0,u),"img"!=a&&(r||2===y[c]?(t.insertBefore(l,s?null:n),m(k,j)):y[c].push(l))}function j(a,b,c,d,f){return q=0,b=b||"j",e(a)?i("c"==b?v:u,a,b,this.i++,c,d,f):(p.splice(this.i++,0,a),1==p.length&&h()),this}function k(){var a=B;return a.loader={load:j,i:0},a}var l=b.documentElement,m=a.setTimeout,n=b.getElementsByTagName("script")[0],o={}.toString,p=[],q=0,r="MozAppearance"in l.style,s=r&&!!b.createRange().compareNode,t=s?l:n.parentNode,l=a.opera&&"[object Opera]"==o.call(a.opera),l=!!b.attachEvent&&!l,u=r?"object":l?"script":"img",v=l?"script":u,w=Array.isArray||function(a){return"[object Array]"==o.call(a)},x=[],y={},z={timeout:function(a,b){return b.length&&(a.timeout=b[0]),a}},A,B;B=function(a){function b(a){var a=a.split("!"),b=x.length,c=a.pop(),d=a.length,c={url:c,origUrl:c,prefixes:a},e,f,g;for(f=0;f
    - glassUTF E001 - musicUTF E002 - searchUTF E003 - envelopeUTF 2709 - heartUTF E005 - starUTF E006 - star-emptyUTF E007 - userUTF E008 - filmUTF E009 - th-largeUTF E010 - thUTF E011 - th-listUTF E012 - okUTF E013 - removeUTF E014 - zoom-inUTF E015 - zoom-outUTF E016 - offUTF E017 - signalUTF E018 - cogUTF E019 - trashUTF E020 - homeUTF E021 - fileUTF E022 - timeUTF E023 - roadUTF E024 - download-altUTF E025 - downloadUTF E026 - uploadUTF E027 - inboxUTF E028 - play-circleUTF E029 - repeatUTF E030 - refreshUTF E031 - list-altUTF E032 - uni-lockUTF E033 - flagUTF E034 - headphonesUTF E035 - volume-offUTF E036 - volume-downUTF E037 - volume-upUTF E038 - qrcodeUTF E039 - barcodeUTF E040 - tagUTF E041 - tagsUTF E042 - bookUTF E043 - uni-bookmarkUTF E044 - printUTF E045 - uni-cameraUTF E046 - fontUTF E047 - boldUTF E048 - italicUTF E049 - text-heightUTF E050 - text-widthUTF E051 - align-leftUTF E052 - align-centerUTF E053 - align-rightUTF E054 - align-justifyUTF E055 - listUTF E056 - indent-leftUTF E057 - indent-rightUTF E058 - facetime-videoUTF E059 - pictureUTF E060 - pencilUTF 270F - map-markerUTF E062 - adjustUTF E063 - tintUTF E064 - editUTF E065 - - checkUTF E067 - moveUTF E068 - step-backwardUTF E069 - fast-backwardUTF E070 - backwardUTF E071 - playUTF E072 - pauseUTF E073 - stopUTF E074 - forwardUTF E075 - fast-forwardUTF E076 - step-forwardUTF E077 - ejectUTF E078 - chevron-leftUTF E079 - chevron-rightUTF E080 - plus-signUTF E081 - minus-signUTF E082 - remove-signUTF E083 - ok-signUTF E084 - question-signUTF E085 - info-signUTF E086 - screenshotUTF E087 - remove-circleUTF E088 - ok-circleUTF E089 - ban-circleUTF E090 - arrow-leftUTF E091 - arrow-rightUTF E092 - arrow-upUTF E093 - arrow-downUTF E094 - - resize-fullUTF E096 - resize-smallUTF E097 - plusUTF 002B - minusUTF 2212 - asteriskUTF 002A - exclamation-signUTF E101 - giftUTF E102 - leafUTF E103 - uni-fireUTF E104 - eye-openUTF E105 - eye-closeUTF E106 - warning-signUTF E107 - planeUTF E108 - uni-calendarUTF E109 - randomUTF E110 - commentsUTF E111 - magnetUTF E112 - chevron-upUTF E113 - chevron-downUTF E114 - retweetUTF E115 - shopping-cartUTF E116 - folder-closeUTF E117 - folder-openUTF E118 - resize-verticalUTF E119 - resize-horizontalUTF E120 - hddUTF E121 - bullhornUTF E122 - uni-bellUTF E123 - certificateUTF E124 - thumbs-upUTF E125 - thumbs-downUTF E126 - hand-rightUTF E127 - hand-leftUTF E128 - hand-topUTF E129 - hand-downUTF E130 - circle-arrow-rightUTF E131 - circle-arrow-leftUTF E132 - circle-arrow-topUTF E133 - circle-arrow-downUTF E134 - globeUTF E135 - uni-wrenchUTF E136 - tasksUTF E137 - filterUTF E138 - uni-briefcaseUTF E139 - fullscreenUTF E140 - dashboardUTF E141 - uni-paperclipUTF E142 - heart-emptyUTF E143 - linkUTF E144 - phoneUTF E145 - uni-pushpinUTF E146 - euroUTF 20AC - usdUTF E148 - gbpUTF E149 - sortUTF E150 - sort-by-alphabetUTF E151 - sort-by-alphabet-altUTF E152 - sort-by-orderUTF E153 - sort-by-order-altUTF E154 - sort-by-attributesUTF E155 - sort-by-attributes-altUTF E156 - uncheckedUTF E157 - expandUTF E158 - collapseUTF E159 - collapse-topUTF E160 - - flashUTF E162 - log_outUTF E163 - new_windowUTF E164 - recordUTF E165 - saveUTF E166 - openUTF E167 - savedUTF E168 - importUTF E169 - exportUTF E170 - sendUTF E171 - floppy_diskUTF E172 - floppy_savedUTF E173 - floppy_removeUTF E174 - floppy_saveUTF E175 - floppy_openUTF E176 - credit_cardUTF E177 - transferUTF E178 - cutleryUTF E179 - headerUTF E180 - compressedUTF E181 - earphoneUTF E182 - phone_altUTF E183 - towerUTF E184 - statsUTF E185 - sd_videoUTF E186 - hd_videoUTF E187 - subtitlesUTF E188 - sound_stereoUTF E189 - sound_dolbyUTF E190 - sound_5_1UTF E191 - sound_6_1UTF E192 - sound_7_1UTF E193 - copyright_markUTF E194 - registration_markUTF E195 - cloudUTF 2601 - cloud_downloadUTF E197 - cloud_uploadUTF E198 - tree_coniferUTF E199 - tree_deciduousUTF E200 -

    P)/CxM.?=7P΢U&kdOxԨI=ֶڏ#YVOhnKmTo<ԄPy-o{0OK$uXyD#GrioF>wI24z BE T4`lL D/sa▞mXou`(弑uƱP±7)<^ӱp+'zy 1~>7/mD+Į nTAVH}Z[՛37X$8, -@a&3GiG&R>ַҬ fM56 -SbᬹFFDYn!؟V/eo㗟~y*q9nEfNH+(]fń&0moG}ߝp1ok_lwc 8;5gB #/iI ~~vu֟{3lkLo枧=gzN :7?DP6tYGomii^{d&J"ʝjj,kٯ&grAmAn.-nltlVBPn'Rs`J-:+W <eռu*MVs?}Hf i67Lb_ЭMRbZ}M.m$p9UZyno~wv* %ȣѯ91¯S3M* Hz—h= -$Ƚ\>@° VL؎,-w㩷80%µ4?i&FPi>ZHRKĽK|l;g2_{ř:.a}g} YxsٱdEnj`+KV'5%1˨&GRHv˞!~>0_8Idrdty<+s/5gٱJ.kZtúq|C("̿đk@~:s:ɬI Oqe^Uu*>T>f|Q7siqّ$GqqM-Ƹ dMRA5)\?j8\>RN)7ǟQ)m/~XF?}>yq[1fGB~g'rzoH7P\6**Uw,{u""u/}p˧8{q}|(_qS|S8q1Nqa=8b<7ne<<~y#ȧ8(]9f@ -N4`8) -H>Uj$^:E|#Gq8uGq㩜TOSq<N[+hA>eƱV|[/Ṵ=Rغk -Ɗh=ƽ:J#[l?G8{T"S9VZ8,%Km:8q$#>pD>`: #<pmxZJ=v;䉃Oxʋ|);););Oy<%SzSZ<%Sr<%S:)-ґxJxJxJxJgwyc]Yʳֿwvξ/9OeG88OeT<=/|~{{ꧏ޿|{y; -1C/o]^7??}A|eBoD -JZ*e)Z`¥O8֪d"mTq{[%8ps`bȲfoݭkD/SAw(|y%Z -&Rkܸnj_ҖKZs?TlzDzӀq}.!W< ȳ. [ 0V=g[pllTnŢI$I#6. -iiC&Vq(`#<3 --J}L_$PrhcklyLx)1i+1bzEݶa)6C6G _M8Vky+_6uD<aBWνl[SY5P'IFiHc(ZIJXخ%-I p=+ 3g0yu4@qR;:F?ip|FpM[qqu>dwAV5Fn>?y8`p ௥/=R j:#//?y?oZLJK1[vG߄X= vz9;j`"Ki u$G^9;9UHµav0 -*°B=~J7C.@f69>\-~Oo7s7r(\#|cP)?];/vv1o;=7;`oWxGWQ}RRZ)ɺ:-g .= f-Q*{*-Wh5(6MbP۔D%aYAmn 6U5:sؚRa TXl= ˚"㚴/eJ-b-BJ!/Uy^kC~>JC`45uk5TkL@MCVZ dŸ -W -Zg'ar ha3`]J Xܫl6T'lfWWA3'pPEQ! -M1?(L:<k%](q1! zX>s1G8.Jqe @}VX*%0iU0Y 4 IIkj9~C4o)$9hPn-f^0Ĩ21eɃEPRA Z){QF8M=*)JS` JaINA nT?ʑ8Z,b0kiqeS `BKl (:*4`<" >F3E߰\+ ]I*pUC2Afbf}uE u7<hB,8GUUϝ3V&h1he%[GQkA((pD.u,+Sw<9rE)SW@ЂI]񨴒VM,RfU,Wq2D3{«>RR|˱1%s̊eK2A[blaΎ2'Kjp=Pk9il*SY{촛>f.v#Nz DM6`/9"Nmm~6u݅ }(VWZ]1Vk{= -f[j'9\ku1d60 ͸eӴIס3B_QuԘI8jN~3^ _{I싞_JEUtO `P -hCaiZѡ4gТԱpYSTG} -=) C,(,n^"o$">0 ;{]Uv0 2]y8)\š26 dNf៌b&a#HFYYC}s_RõQKp^57իK|.&fF#;p!gH[@u#!xf:6 -Mo\3kF6RI=T"9ܘ`M+=GS-NEJQUQQ5ܧ}qV`(ȡx_)3BdFb@c9IYz(`H2J2QٙTe(>3Ch, :}Y3֙t - UX]<@!BP6p1Z>su*XB Z7t:::hKK-haŒF+ -],idyMKYŒF8-MUo,"F2|+S>C`˒0W!g乻b*A[!1`Yyol} -ʵWKE[8FjѵnR ;a+$8guZ(B-Wdg=#w6.jJSS$1C/P)GWw"B22BlaXu4l{͂]ip5ŽC Qp8eh)U˭l8sPAmԫc^r8rA/WQZ?^|yu󧫯?go^M|2^>O_ 0dSo-辭z0Ņ*:MqV@aUZ`P/MAY*f%MvGl"xx\4tզjDžp7 9tr-شI}kۜuϔIuط [[ikH[[ }kۜuυ`7;.mo]3~sleէw*phUq8,QUMIRYv - -6cx(e Y(_>@9A *@t˓00+|B #Uh lZ&\A?t@G6j~MT@u^Kiixʙ&m52*.ehSP[";.C q~rȂd{D&8[Bpp_ӼD|1׀ѱ8tl@`>Kg'O}䤄GaXdgSǎ m:b-Ɣ5%B>}?gLXmK޻ ul?|%]9{zhe k!5Z-Tedi4t55]8 v){~_i⧕vGj7=5!{s[mvOwj#Cv47wF16 ⽠@ ڊZOEpO&_n# .f-ⵆB{$( j?sobR#qFjFumKAӱPv(ؾtNT]7%?W"Wz0 endstream endobj 370 0 obj <>stream -Hۊǟ{ &-U{e>X+  _:u[=xZ]J2-nooo?_o~yry _v3y58bJ)kGcmyMVVgoKśf Jfodnִv٘[ -Eyk_qZŰvVx07?0;D%םG_\(@zw ϭ.%8DdŲc$R5tLa瓉%W ~\XVee6C>gBQOSNI: 5R#+tn?Hb)RH_ UE6wG~{rD*HN@**dD*GtDJ 9RBJWH3) )RL\"8E9RHUQ!)RL\"e;E) /#>>QbS-Q!J5Ȼs} EBr&r7YݡD-/3/r%+,L0؀v@wO\9PJW@{Ӂ -iɋRG'n:: ST~#=P9kZf9P@s=c{o6tJ)PJW@( 變KZ&*zIf7讈K@K in?@jPCD%KL,w:kCJ 7,[ [#)SzW.;PÙZ^n"zISa4kjhJStR#YztWCe'js;QZCa -@w5t*Gr 4гc Ym@JstR'H#P:] @s =9VJ$RC'g=c+C_ׁjLE췽z* ;Б^5MmP gCu'J5%Rm*ȫ y2]ڡ)jǃw6ٍKN͊˙.o#}ח%ͭg%I'$ĞmΎtv1iGl3 69(eS8d:*,RL.Nڕ>J+Už`_Nd0K,Y%@xŗeXΙL4\߱HS2윣9QmKh!lajLdy g3ccrg<\2WeI.3&ct-2;^*xg;g'X'FFIdfxW"1FfLÙf8j,bZ-]r $`GM:]Y'+eNuto~lm('䖣M vTj=- ͏>n.Ni =YMQe,+gA"J bœ,3Y^˙%XKٖe(4):k.Ѳ72efX00˛L ?IgD1r#c{c/Ot#3YÙ0 2 -:Fv5КjB\fw" ىDTEF hڻomdٱGsAe[:Du-K/9ja,oKgۖݐf䈌/ -m?i32&X00amId='Dƙ 5ƾK$3D.0nᜍmf?ݸz㯟u3[x{L nUF$f>qK! .-wX54&pn!VZ?IP2lT2F_.jN!R)nƇ'9G&+Z8? ߊ^ >Bb:,؞CXJ/+ ?ĺłN lL`+m7rz-X"Y4.^2/.7pNBqQ)4l",ZE.2UW%pa찀m,c eݜ)}+ _jpɗ:fzj`83V/!#b4T6bjE3{d~p%s_A{ -Cq]\A5@B"'`9U#l+0qNǨ; Q j[4\ab!Otg* qϯgmZY[Tql09W4%㢳oܫ`p)&JcT-n y*y*ymhfpunKS΀2.zmEů`FClv8~]pha 2Y X!h\u*H$;@Ԩ9|aT28=gc,!?!4#s.GjDF295N:׏ffT*~ꉡH= kD -hti[S;Il׫QeX/G(c?Ļf8YnI閠UUBt5Ie'_.8̫ٛa3ޏe?;a8Y^,A%:qQS3Kx _%Tsgţ%vN}X@,@x'X0*9̀_3嶵`;!Ϋ:7ʳ(Wqpj-vx2ݧw vc\2Aފ#%DLC$sȱ4S=_110," -X_C 0R^/ k D(1A};Wi\Ӿ|./5/>>=O%kR36˲2x0KD`d@pfmf -؅`6gq[YeuP2ffP)ظگBq7 T(YqZ+4W\OyT ^(Wե^\GTl_c6 B趼moМ) 8iچCh.7v H@Puq`I-NDϸ,1LHD|B匝6EZL| ?099ER]'PyB9Nc !4r^.(V:KƎ$7}i~G?Q[1VvBH@WG>UcHsiT\4K4G=%v ITF)ؓA>xEgCaI"@ )TFt&dĎKA-rL&/,54*HmdCiR}9SfHCȀ@=# #Dj5edwwXD3tv3R`#H֏JTJ$RЏ2֭,u\g}q˷emۇ>rE -A#_^Yf?T'm`<-K8kh$"pEy-Xn zÔ5$s~F|d80R0ZQ(hF+ 'S 1{P37m`iM37cV ünQٚ%e2  #{>rFS:'M3l&LVvyNC0۵683jqWȯ[6@-I}`V{=':TV]1/?9Y3WfTojJ?+j6290MvVtS&SDE 3Z09yl7fb߼4~`_ dZ8M/:u -,6sB;h[s'ANϴA?E7{ӷOLBVf?FǕUכ~^9gPts87]Q9@/YkJvF<6pNjK~jlFƄX+ff& k)Wb6ۂB4c+o;΀(B@I2{b 5ڥ 6nD;l> 0"AEz̳ˆFW+&FW&HePta -NTv*o?u:wAe~j -:w=tG{uJNyiy&Ε͕b`Qc,;Rl0յmSKX@:jQ9h % -gӈ\KM)\ªi=]u]!MRMD u엱bRL(jX\sI:lY/M R7r|{]Lu~h}ww6i;$f>ri$G&+EϞ eHG p3zg-r( -ňՓ]AdMPT#4dIl5Ttb$͍DQo[ tDM+p>ZYF,l?T, x"㢣RjcYLv ݁HTR{fvuLOm$=͝ݘkrHhRJ=-[f(*P6&wR&ʢ>J\c.W]4WsK-߷?_R/h}77IV`F.4S!!Hŕ7,ѨRi:$TgC[T9[SKߣe yR*IJ%>~41:BRZ?!` 7+N~ib 5YUSz2PesJp-.z( SC4 -1I˘ضiخ* bw"+1ȌId Q#eDʉʈ ]-9v A@Xv8]CcWM>&22 x*H6C-t:`wI0sq 1ғr,CkNSfnJD b޼%XJ0å#6귆.4bBқ)liASTQ"qp[5UD+LBn D@|jq#ͦnۼ R'4+{3D&*ѲQp^ 5N9'1f&{5䲮4wCYw.Dq$Xάټ [o2J46Ti]qz)[_jjcFAS}/c(:q_#P]+%~6W wW)ڞ G)MbBث gSS1U$T]S]zo , 5S')KE QʅOΈjl9Gbj2GlC؃Vuʪf)F>?Rd[Wݭ#cݕ$Ę6LyPGlzz)1?U1 M5RƗbÄ(jd+ty>_<7lh*98)+)-/c598wH-'F 9:r$SG[]::z;?-t6U-&DgWU_9DBĸ90Ve+7ѩ5̱S[j2>ټ>^z~`wp ˫67iS>, g[Z $ -VYmT1Bob3NiVbh\ĦJ&;kOW2*4Br*OT Gd]+N6u2ƘxW|k&Oo1gY·3EF%;J,pxfL~)nAqxh|8(aa=Y2-Enz ̀)sqlrmщAaA|5P,Y:RbTX;S+in$P*t{MPFpb"=909&U0AmN9M0mʖlpa0J 죣F[MهVӅHJ@I˸)T8 `ښXNJXcq^ QYz8DCʆDuֽM ᬿ.s0f{9M]0KKvsKy0~Cvc$ XC7ViMKqt%i|zXM@ipxY ۪w&wuMm4^1|@R" 즍xѶHۥaj B^{U}2,I5hSz!’RS,g}D*95ÕLe-FTX۸'M3 ym4_Ӂm\hY"_5=\;u1EMBțdɊNDsNj{(4Zb u_X[z#rq SjbC?lIe# kxOi=E V]E-Wd*Ju3N>9}7~ݛo>/w_}ՏW_|{N7N_|&N) 2nl*!ϱX?@OD*BJ6㣨V@RÿXMO_׵6[OxRk9M8(2)Q/DDZ;>΢QT#iZ#P\m*3:[q31xMSB)_Xdy%sfo'BIƚ^RZ cz'WyIVq^.=rGâޏ3MNWDU&@jz2+2"r@Ij(gQT(X{,Xz߳IϘݐцS.'?tŪx%p2gG -Eoc y.jݨ)鿾* -紨Ćw -B?HL΄4[lr"K˶#ށ;—PMTvvN@dѠ \R2^Y,hM_5ؓ/s '9,-,i++w*>`}I_YeKTmU R1|չVe)hekvs7R[ -$2Um9k[TvDE-x Xs׍Vy)'d|)"F£|⼩`b^ P5ȯe;?QIre[P4H2$Nj-,yMJ>n 5-2^[ LpD+4u[K :VP~ Qx~]n&-F Bdi!t>Z`jS8D=VYɂ6ҵDƪ~q y_Yq{4ዛ@B _Ƕ>'QPT^غ*<3z+0{ G3C U8Kvn$MLJ ~.7_naNͬ=p5AmӵrJ@ -Lvjj~ClӯW? Üa}~ztqKz, `~L%ٯs}j1.gWDsinAB;aM 9oz<C5agqZIZ?=%gRR@\\dTR\զK`4W@pEB#;o'# -XR9=d_ n> 1ɸ?z*!.a/B%kxkj+0ؓ.ξJq3JV.s|Qc;zas +գ_.Zǟwd>WB(̩I.}D/(8CB\m$zW2Ie$ #6ɭZG-4l6gSt?CimGjjt(Y}D+ 3FAT rEt0LvG4˳ѪJ$Z[Tm&{pӹB#ZeVYUio`G{o/20hվ0A6|hkvj#t+ḚliXx{BnHѝ:&INp:c:0*=ע0 %Ml}ɼL[*ؓ=P)"YnfddXˏ/tb:8\E7?R+}=n? -, L]lKr#(D)= ̡Qlh . k^tÓH"ZG 9ێM~=,O؏C㳕) }^朋0}8N|X~P0dw$.;~3{y6 ņŞ=W8tUtw~.jC߭1o4PG:btH eLҤ_ -k=.RS: R"U UK<;Xķ:6[ iGmwM.q2 aqȄDM -l6a\Q۪pwWIG=AA'(rmWjj%*@e=6lIğ v:uEnWϯ?J_>~㗯ª0eHҼɘE|x]$|D e3ښ:GQc|f0  oc؜F=M$mpp)R^! -mhaR%yBj|ލ/6!>gN^$X@N#RVj)5@ f#m9qI?uC;wSfX^| L5$bM}/<}`-w͊{α}k/|ջSotZ4|н%~Dkl};(i&{95INMѳ3]i t'Z4?H"S-^AԲpEv,C GcA,yYiwP߭\.tQ:\v_^UMڿ.,GZTO5`O}ZҶ)/OmE}/'v{PvІr?wlMDZlR (^5>T/H󐮇UN|]o5_?ۇ^5fFx{rט8Nw檟Ԟmrqx$l !둤\7:t=H {Q@:K ETCPDAZt6K E((=t6K EDւM.I{Z/`z_}yKL"&$}z=dJΘI_R)As!Q0IDR=.͇ނub />CSK6nǷ1J(f(C[#4FyY=0`ʒj&IÙ渰G@xR]yfLFԿBJ'ckka'Geݎx?ՒkmCW{x+32zH:h#p:HJq7;`Tyx WnmXr0Ϳ- +D]zf*\5YOȀgdk7kJ kk+99)Id"+pj(EGa%bzӑpTBK^_#I:FMmG ;Bn{T3,dΫf%r>IJC>2L*o')vUf -tK'[d(\y0mj^X-}Tg ?",SSt/InvlicqD̉lSL O aՑ}ֵwq2 -?:i "T͙VY`yNYff͡RDޗ/m<^4rvܓ5H@g} b_@9vM5f[_T_(s@zPr^*c [NX)K5\tK;S59"OIl&RnX22хxA(D־":6jH%`:ߢ̓J9"VPjGe.\$T3G=d ~92ha -6N@܇t/z1~_?~HC(#?@]tP,%˳z&Af"}ʹ,8{xᑛW-% -?ϟG_}^u o!X!^ƶ/r\7mZNCQ>!>|Ͽ>}'JѪ0y -EDԧ@5zPwւdtj&n쾼; .7LA;UJj$>~v;=hZfAbt"^|ڞpYp;suo7^7c4я4sEܨ֤!!oX8HzẈ(Qxz<&idZmݦG{T*/ʲ$[^+C6 lB 4NJb("`ѓ1;P仑r, 0%$tl=E5"` TQa̸3FH ܁U-HCh:xЀZJ7*Qvpb0máKp9/{V9.{V9,{9c&ggg<vП7wH5cn2:.~iHPJ|χϷ{;&+V+++/V[}zʍ3+V[9rw=b>hָzzuNN4xBOUo|;bBǪ&2+*PzG!!{E$1J{r_Y+ubQ[ؓYr/rMemV%lI>O9 Q0Y xLaIf+[H}{ۡkۨݫC{tnGs4tZc2W%{Ǘ-+kݢeр{pw %(P,:*~Q ߿f&WE>] d~wᤒ">zW8?ˉ AGT/y&_¡>nDNƀFǪQSW)J\1JUBLFh:XsN?T.cNf,qq -H@ROhU3ֆHp9 5e1B.V\B'$j0sLTBflp6\XSlY ^߃ -l70,vlX`re`C ve0$A^|<+q[ 6XTL򲣀yV#|eF {+-Vp83{{- E՘@fa/r2[\aBCq"oQB[CύT9/3wqÞ{arczWV^AX{anQe.J}U؉e>Q*ԡu 䍹18Ԟ̽RheS}ݜ*e3sӆ+s jyKD -t'vhܽ5Ÿ5Qix"t>qQVN0U[3h7pWv#/:68U~svcenL#.ژlh2+O hˉ7Z\ܘ̥@d>1f`' r.9F:kcJ0č^#步 .µE%%JܯXNTnƙňKLU2*e;q0Ľ°XTBign6W%>7SaL wqчDۍ28YQ;{aݧ(wy3wɓFIDțLgz( Ņ^&멜[LG{k5peђ -Sh!hI%cS -J+ ym$(Wh Z i's3Ohщ6c7fgH^{Jۉ74ZT!-<MUy-X Ǻ9)bn mXHp.E(K (I'MaY!S$Km:=hIVܙ{-XtohdZ ݀ >@0ӳ@ڎkK֣~X[Q M$E\"D.I+P4Rm{UL˻^^^Kֲpqy:I_Z?-c>^vv>׆oƓE_ -ҕkGUT yucRcxxὙOw(E<SKu}_'xC{xK WwHꣵ~'v×|;J{|NZ`NuN+C8Tp¡z$o|:G#8|43#8;A wJߤv>FphW|Fp |$9z 2{*]Ufl7ʆѮlʆѮLؕ t|z('|O$ʬ.=T9UOĊ턮7$QRo%QR$|'of|owj}kGF;|=շ{&|OT ̈́:6SGmtGmD\O{\-|76<ـ|Э|G><ɽ仹|9^Э|G>w/^_}zxۇ?o^˓~zp}ɳy^̛?^<ǝR4_TAr dgbay -3p%x0=FՖT-_E4 P-~P?k?ֆA,,ώ%] r;!f$ /齱Yvs[[׶]nۯc>17/b¨({`)xa{^/?M^zηLw] dZm<@P(T61o`"1WuޏU2K4+ĉQ 0Y89^&mekG3-W.ҕ綳$ \]L,/qn8Et]֎JJ{d^\;y~]qqIr&K 0yrƼϏz(r-iʠEnU8q4X;a1 jΰ9yׅ/Ncrib[kD9 -*UQ` Zd9+0zeź"Klb\\(}?@%1luB/J3n)ST"*U:l_rE˥CAT,bz\7;SZ,|oh/VX@|2RRB*6lL&idmRH6f$_|}nj),$I-pl%_6@-䃸R+5G0&(d-anM]jTm'WG^*yЖl-3 `-Ma̷捐ۆ` -tU -+kV %kT.G4CS'ܙPV.p+MUۓ$erQ&rʐjO{YaRdֻvLKM{kMߣNGĻvT\Z^uIeq;>_>~o28U):߷~'ḔzR c L]>?mBF-lTfOiy4=k2#w_hø4c%gKɐڒ1- j+'ޮR%^R*tk3׏pyb}}D>^VZLnqtj兏`&J)]y -zOWeO$CԘ"}ҝKF$KHbنOcm]3)JA2~+\ӢFeH] x ʞJhmfQb}/̒[c;JQ9U-x> dtE>$G063l΢#u |eJA-aQ'Q~}ѣB¿ qL9(|F\1C5c갊ځy;-$ -k$)Zƃ%EdQΘ^0}?פ_:kUF1`}D䢗 ;UjsSک_ptG&;1`n']Y5(֫PxTW/zyk[č"vjDa?"&%8rfLƮ5*] e=(m0Xa=)ym1* hl^Qua!ؼťFme>(OxȪBweMN?$0:h$Z$>stream -HWˎ IGhdY @Bk"`F2ϩ޹Vd 0*XS.\e[e_uT|ꢌ)ڝbusʍcӭi6JKHBۼOO:'~%40ES&5dg[ױ9:=Y.mOIkݫŻ@!uQyɾV[\W0]ó sg23" [b{}mjkz2 n |4gϗ_y/|击>o_riyv㻷o~<{ 8ϗb?9Qkz[CeZ4(u2a.e%a *@*%Ik 9JeㄮrM,MPepvI5?k%Pie\ rCW֌c"2B -E_p4+ܬVycST=*#o. i7r 2e[zuthqygP:m:ۗ_6d&Ca*i5ra%gsF.kNݩqR:Sz*Pƒ;T AKM_ۍEkSvcUC '%Uvvs14݋@=e(|FGV1 -"[Ә΅*(Ӭ4LJ^( wNiM0 u_T\F)!:C:iT$>#~8Ȥel]ԙR}HH=f&r~nPniꏋhiRC-Pva%\lyeJeŰY"ɴ@ k{E,Ir gv+C >c>C#^KZ4igDw rQq)4!}a~P -5 -1/ub.X"َ Y/J / -&CՁoT((tj")H!r2Ԕ}KObu3:Mt(3r]IУa܆& O '5JJvJ`B5T^t:dZ` wᑆԤUKba֡cC|T2Zύ -e;Vb4={c"rp<,<+/ܞQu| A;r|̻bvG;#d WzA< h+DZ'-+ -ٶhS>e:ܜ;:n &y3VwMb]nCm;g\7Fu50<Ԛ ˊix[8M)t3f XCħܦU+Sd: Tƨy 9x,x@׈Ƀ@ -0*RRsR̓9ႁU>ڢ^0T r#t,DnDU_c ptحYXSڵ0@'p1|58cw`f!'x7SϏ]B >ݥl('gKO{Dཅj{j#_${ -(<$r=VēKM'!SDB_<} wp)OCdֲ$Ɯe!USFݛ~JXu>AX~]+Ql}=tӁG|uP uK{9@ ҫĭq$}EJ{3؞Im8H"ՌvNs9ii8zmi?i?i=nni~{/|ڷ y͏o{OԒ^&@pv]Sstms7 iJWjƥiݐNU&5Hk @YRFMH)ۚ5MpN6 J7Xrdq h~gNs;/PMqڠ,1i2fSZ^yM?95qI&uz&kJii -MP{섍ea4Up%Y?ԝ6WFAF7+X(JoNЂC;Y]c5YeJ7ld6߼+s$'@;0vΤbg>%\2?G -X,<)XQg;!QT3B'&߯^ck {TNk/teBu7i<«eY߿ ćS -h93e)Ix&UFu2vҨXQbsdM?Un]Ɣ7oR:Ya,vő[tl"'wfJZ+̔J:=Py}^ʍҲ Jg|8U5?EeDSwwYxԬ89kK9,[륨',4tQ冷 qhVI}1͚ET€D1߂͓>CMpI4nRbǤݛ_=}߳dsոY(\[oY#L)5.lS}޿Rd,³~${`sG{c}V@B~n~zԫS qN2l#+EE`kbH~1me Fd}ۤE$p-bՋkW6`& C08Za*цNNm F+W:3DXtt"T+yz&Q%sdRbEBd?q[ǟmlmb0ΞbRʰw2=`2O|2rߕ [S)#G2MI__I,ڻm#`x Cs޳q3]HZar<nW9ĄLvbl4% -n7>o.8Oڸ9*uZMonOP*ak4ղB&=6/"b - lhjVu*Bx^HO^wD\+DH" a,բXqPfkC$Eस\ EgqonOBއU$9pdSQPB7ܜ]P@'7c;6ݷvR+&+ iS,)$ַ/L*#eS֛MP@誤i|$u^v' K](]W=*(r)yh ;}6fZ[ÛUjZĞQCqe /= -~L32c[?&w9w<));2lxg<5&SbȞj{]O1 -Tevi9;kY.0SsVQbwfI;؃'Z!^2!QgAf7/41>6߬Y4Xd2ް6k[ysdW. pSqö&[.ϕi^>_铤7:m=h Αk(uUMݕaGi@7w>sP-7iM'saל!b\v@V LI(OeWkyF͢zն-vXK@Pa˜m EM\y~k:m?2~4vha6Ё|޲y]^P^_Bjgyקx 7S4r~##ġÆ@xjՍhZl~&}ht6iLTJe$Q-ǵD]* kt[p>p<})7qYCHm=@otH|mauH,9zsPlJo&T2k`w0M}U1CnYQq |Nb;e;ʼcWuoٮS̏smOiakD8 gn y -tTIwA3(@PV/Gl@ ~)'`LRs| <56a`ptsl9ɿ|UمjC:ȚNG4SL0'{" G ^e=p[Iy5ÐY3}[08ҴFlv+ Pn0j1c?&7[9RTR1 5 HKצgP!Uue kL )]jSn>7cb(F$uwGkrb=c5" hjA;jsեH<|itV|ZT ow}1Nxŏh*F7*powi2VK8?A0q8N0N_PjW0'3T$9:sB-ʢ&m}d*wC>egx fֶaO*Ɣ'T'KsZK1>dҧ&n/`~ˎE`7Hh! 9=hФ`}]U&$kkQVVtedDF{C`;d7E<i&?F#я ^T D-EӇ59pN!u`{ .#Qmv93KӫIE/حe|y=PTEVԖNݕ)5$,4՟(KSɗُT/ea̔Ĥ1Sva`{6Qzl6,(:=Sԍ}5'?g,<>PMՊ)"6$/K7~mqm[&~Sj.a"GCH04ԥVL be w,>yp76[; =]N+H걌&QZ>gpωlK30/DRc:ip_8lŒP'6(]O2]z,c\^;y[KHs+҇\FԨp eWЮw :cLB-}V%YjN_]0qbBY>68msd) +2Ic(Ǧ :}ֱ1>tԶ]0f9y -Tv?z6JRZRZ/7F;FWBÞTFe;[khfeX[sj⒕TcKdWE Gqt.p¼/3j~WBYX5voD)S[Z*YN׬C)v-\8n`gkiGk)?^l=%]7'?7TW7ۤs/KӞ4z^? ܥ)ZDGj -AϾ[ETƮ$*e?gh8K#݉l]P9 -R:rH;L*bX˨FIb֙77-+VZ;n%NbDM/KrYQonhA_*~ݻ<_Ѱ3 zX^ `Z%`e0O,όxc*DaPLF5S?߯<U\J")izμcC?npz-; sbʌKh+'w -5SMMHX8( Y {vi&2MQM;#D,C -Fw(p&oTA]lcKg(e*r#0aRm0L21lx)[sJ6#؄Iy>`Qcy1*q0 .X nM-.̚s^>Qж'ڻHM l*#{G[:ψ/y4%ՂuɥK&WVg3rrQiH(PYḿ|/Qu$)aCvͩ"Wqߑ6ĺp,̒axQ@bBs6k?|6Z\kYY*Wm,؝C,}U ٪/v==ңZ] KRo֢":(| $ҵz8DU(% P1OL*t{m1P)FHnG6C ,u-ɴ)u"}%p=_:qLC9]%K#cM!o ]RnRխ)dlMFN4@ OWgvT9#|=Y:ynUZleAf@'Va"/cb~/jp=i̦ O՗53>T:A+xnVRgIFcQXw4u^ttHQabq]A5s+,R|WE YeN_Q1vgL"VRD~pBVYn,P[쪘;*vɚBr/ZE2.K -;|Qbv"T !QU8h7QO%&s^@WG [) LzduxS$z绗P~H&æ!cZIa*$/PX-ƅ𑍰|: 3D[ dUVYIHul^ݫ:0A"4w"yb^(k?-tx "6_rt⠖d<NS^~# w|7o>yëN_ɫoN_ӳȯ1=?}wh>_NqkR$N?\$P$b]At<:|FdF#Ox|䗗F l:2uѼ\ Z-(+"3TZJ%i/D!kp+Y<&(w. ck$͗y٬uNc - -C ڤ^9eIx0wpy6͍VfޯbP9"g>~O܂F&- -:!|x>T1n:/AwwTy8;H-+M!Uϱ|?c4b RV=nZS /_y! |t2z)h,`>Ae=Cd *9R i_o $ǶJv[o:^~yC Ax= /R4yIꂉqV0kέh^2"N p`}=1v!BE9h:X6$ZNHK;`(x<}/ȣkŝ'D'Jf?<(CDW2GC`;UMʐ55/a?Hi^KVXſ 7U%xɌ a1(]Ym!DJR\FNt!}7 -'Ӹ [$`ƖdqC`v*2D8ҋv+a.bUT V8q4|4u| H J`ahhv/ª! ,9Vx3:^A@Z&|L a煫{8BG(-;b!Q(}іU營>7?W_`IzgbygAddFEӀr'{M''yw ~c-Mc|۔fd ݢ"aE\CQM#he ȖdEa[6[u "#eV$qR-Im'mc4e99N^\뼁@^)u8 y\"y+nfye4sr:Znx~sI%[ܫŅ}~@n'>5L sci^yeXYsi4q݊ݭ;` v.ke[4mR]c&{ -~E/{m`/Sd;yxׂ_&mi5Rӂs.xmjͼwlڊIjjG^K,Mד 8o0,tok)u;h8'-?iVo:'bL;+&\PF mMX1RF9͵xI6IluiXui27u+۳Lb p ű״ssY4qnMEߢk$rݞlo}Ć oQf??vh <Vm)̪g56af‡湩v`]؇'IϿ绻ۋd"M2dG4I| Xwc"q)Qikqn6LwIAd)q>O3(zDDm!qlaf q`ur횲N%#qEW퀰v@6kf \ uAQ _rX  Lj;\r8meE_O_|5/}~oŇWo>~OOߜ<ֻ{ǷOOowOO~䳇_~Y(Q!%]W.lmm J[>c8ZKy~tpJdv:PG:]RlА毴U[s[ <є`"*IY?~_}SU+WD^\<,Q|R,r!'2|uؖP-*rȈsc|;6W٣ -U -8Bf3ќ6KHӲ&Ӗ>֔(+s~-2EЙyeܪ3N'F˅^ۼ45qiik&E':fB|9Uǖ[(6Q۸۽T҂6u 3@{)إwh}0̽)|& f{DUvm`v3 -nAa|;7Iy3KQ^g_t M3sD}ܼB_|DUB(D!l{BsgJ|=4R"&M®0X! ‰E3ДY&f PhX[2&ê72E@"JI]ܠS q+4Q@nf3i$ڼdm}L>0ld_']^nܖfdmfr'HvL m& &)RLI.[_}^ n@з\Ag')!x -ե'> ;O*@娅kp{RƛB3WzÐ#o_TW|(#=O!u?9N4H+踫Unh lEU达Q>zOJ'>mP.-Qw}NC4ҿ5r UԵvщre:0:ѥHϜ-n&)7fc3vxGuCUB=>]FR~(>T_d -vd37r -(Q2 ..tە -"4K^Hx>=A dve/zEWo| Ҳ|Ef!jaj'IBbCnG/( ,(H:bU@i)=Vax]hO BiPZ=:BnRJ(nrc zE92%}=hp&SیLeOp.-]G0LZJCYt8(~#1ؖW9Tmwn6r\jz ztPYUoX+nd D(½ɁrWke9eFxTnvUلvMoKQ윐6MI]mdk쓪:&9*a+Im=@Óbd]#V,z=B^U9@X}nsG󧟾C2R^K>лƲ4gN 8gM ׎>3cAi0FL:/P6A[/^TN TI*&PL9E)u>*4JGv/Q4':țc@|F/uP[nԔ_޵VzuM-Hv`-YdrQ2l EZb)8=͘L!8Z,@DrdObwD)8^#~-jǑKcaY:)폯_ A]4.UdfJkVl8~"ZPV$)(fhM\^T0pu)l .pNNOW)7+}ʙ+}KWFhb[%[/\F$ztdnр - W}Q=(HOU\6[ *b6PPIw#ªV򁎬 ݻh%if+9yZ3߄ƁFRO\rY'q:DtI8ahX]4Ut ԛ`Nd4 sh.Y*-b1Aʜne=G6o<IGS -"xLC;O}4hx|loBeL (m'b8H !C#ăSM郀|wx65vMhK#6q\W۸½KZʝ pE45;+=|f_y4s="883)cN"fwk>bNqJ JC2Qq UB|y3BH'8 Oepr.vz^]-T\S / oLv8 zcv7SZFR"dZeȢOP]|]_WNcj|~V'z媭tӢ&8iGlc 'Nhfimh0/E)*Iu-X2)(Uq%C (R@)$^ {{cbK-*1vJ" ^Geo}1l ar*Қ*vXKxږs -<1^lؘz*i0/6Fǝs%>Jj[8\H:&tWJa3?# ʨZw,?9f!LtZhxW wn^]R51=5P3+"!kzg.!!qCdra F5Y#yPZI[3 4v?|~4J , -UԈ61~YeYRYC*`^/#Fu蕠R+t7Hu`Rk C8˦S): -"O y;\q3P qSM0Uklx&MQ~;Zv>g)a_Bֳ >MqbN#G-C^j] 51$&;A'Щ:%}KqS/o脕#w1dT5ַ -? PA T=W'lY*c0dO戡 CiѭɱyI(-.? /h6yH9r#1);;;;;GGGG1) ؑGG))yd٥<]rɟ:[$c֦8zqHYi_8V~=r7U Je,M|MhsO[ح'D,9iELͪMnkVj l0 -v+vג $oeOaCyTj^6~U-v[_v#S|q -ڲ>o{bnmxxO[;ȑSEpzyZ9TZrUϐt a%m$"w;dQWk/O6@m4$| v"/WUIY}\ˣWP?S(~FGC'UCyqt[RJ_e~;#e(߻1X*&M~DѸ%eew}ӻ?_ï\w{//?ޅw/_]^ƻw˟W{jW/]q'yD" mÂgQ>tcra9i<-4BEtqj~Pzx.G HOG|2BU%BD-EE93XNn0q\OH J݃: V[`-;%Rq9/ =5sqg -ά+9ﶆX}Ϝo0a&^Sr^yYU3>/:-W&qVnjV KBZY6updt7~tӻ -.\= V=4pYpQ+]4+ITBVw)R*5Rh/j tU;Tw*x. :uBEg{ vs^om?Ry*Z~#oZ@Al;GOYzAnN>l=uyxK ;3(ǫy~cUF'.GD\{iTzIU},ܬr&alSuAy((FߗJ}`W]@yIzl#"΂XH0(vH6X&2i tddPV:d@!^wdxov$1Tzd -J֡)/ؘ sN-;azOIJ C:) -!apR^`&w"`,}*֍Zk͒nSSŷݝ>΂5|1v[[y$CS_no(OŢnf1$Rlq2ڢ*0@d~]P:G7i|>n,}Hs˺OR;#fjl+ϐeԃQ`1%3&8f'm7F C+nOa/zy)F2wR~nB)ᜎJ+l=p06CIc*< ĪЉ?0}&ayoi"K"hz"Hj# -DZܐyUo )c8-c(m ( e{T$1ϨS {-: :_x6*C$|=4)H/8n?^AJIN| 9m)[FrۇOtr%B-C`@fHش6yHS]YMwel T҈ -Oq< 5kz bϛ`sm -1n | dM,vRC>JCuI CRP3Jc0?g62T|bz0n?q~/Ƥ氵Q>>!<0FT #a*@0##P`*@(0F @0 F FFg #`2P #Ta2P0BF(U #a*P*0BF8 -#T`2P*0F0F ` -@0}<ۗߞmO.?ߞyzw织\)>?wﴝϟ~u!:>}їWsmܺg 9RpbÆ&h<-Z>⦅O䞎{rBܶS vge:&ٙא)pw!ncBruQL^K=w.5lXȞ0O뙧6L 3 68-dOs_i.8?-&/??yu&y>stream -H͎CoF_I{%H``TXF $"AH+(璬:wm.RKmx./}ӏWO߼޾_n٧twWzg?p~/wIeg/Ҳ94ӼP5DC{mXj }bjv,`).iKK}_L.B_/ɵDCKkg@hv&6ƾbXE3mϥrfLћ% m%UrCUlB:5baZ^"v!QbopR?BdN$Z9W0 -֊m-ZLž4vL_<-=NLd ir`Ȥ  |dqE\u$$ *Y+}=s,5["@јZw`Ͽ+%PR)R+J+@jj!Ӝ't6}pf'։%ەihWXzi g[Y9S#fcf~ ʺǔWRl`ζT*Ҝ`߬.a}ԯJą"VK̠{3HVV/g-ǕΠRJaW=)5K>5bay\qNpYLZZ1RiF@d^eǽS xZnZ9FOUb#YlnT}WwX.㏻g09ŢO-\n`cdJq!~ 20FS=gcYAW'bz2,< Y;VQF&Z$)Vi9L - Ƞ@ܐ5JL6ߞIl9[icSZ€曦Bz4?nDfNt)i8͊|yA;+@W%;0XÃΣB"S>'4M !|fO >g4*zkw{_~yw/8@h+l#T2 ֲE&0Mޑc7z>6*niV(5@u45[ž}ź3[ |F+оuxPz&v<䫧lǛ#sgTH6KʌHjM&PTGI=R}/f ʍ6$:C#@$ 58mnC9PkW$y%vvUBu9/5]jHڮm@SƏȸ8Մt[Ӟ?r]=fpbĝE{stp8ElH -hCX \3I>ӓqںoҡwa #B]Ze'f npwJ#x8臘NdX' -HOV=H<_[DS=rzȳRgO|>b~R'*Gv1׌]*lܞܖsD"$8oV]i$'g__;< Hy)iH;P\a{rZx7EP TT\Ƀ/Cl %'h?e!wBPd q_f|Wv067ByOvVb&1{y-f ΍J&+YcLqYlixQ4c!'zG|L/!#,_CQD @yT6Xx[jg{m̕ <8'xl. ,ɥ?k|@%jx@J2:h=0 ;NtYdB=@M#5NB9MkɓgqڜW[gvw" Sa#oC_C;nf$qIlvsZ4_p]Y=3(6w;P)<͖[t\8=5 tUf$Y{쮷[#AeJJ[qW2z!Q@ S:ӤPvQצOɮBJKW[XӘ@th -f(UjJ1Al68`CT}6eF-tqbWmG;yZL }9MyΧ+5M̤BG<.0Y`dj7fK*!6ra9x(|Y]~%묣O %d6l볪;_DXFEps L Mmju^_ói/}Sv}즊(3\u] -{V\Ew醅)W]\Q`Rtc!H̿L̃htY&b'יvtLvsYa1Tr u'4T۴#۲c._Q -56. - t gZ9Ƹ !)y-;'r .=uAb͘W?\$c6`b4CVɈ}ԣUHcQUKCLLk4|71N<铫|rB^,˛^cc5a*Ie&&SitUճ&ٺB-l)ں9'WO%\3U:IJ=l KY#.4=\qZF6 0fm6Z|9wBW7Z֜&KMYv_x 9QVP3FݶW:\[ YH9,cT>'Ju ^jW蛮̏VN~lP 6:`E!ru9̭5ʉ;/(_Wi.P)ulEW&Kl*5"/s8Rݬ{ p3/-s"-Ty̧qơ&m׾s>^Wo:C SXtԜDX'v?jY+TX[H[lᖖ&!C9;$O&ܝ?L/!Ս%+D`$vss;Ua~Ӈ3ElN"8=B zzi ?krUDu䑤0T>P -%Pz#VWm|cZޱqv_A -u -tЄ8otDʦ6iV@̓LU -%V 1&FiL #/!FXF~L֠5;ZZ@3j@hf_x[BɈG:\CG]\ !} [Mgh.&3_"Z?VLt(k@nBq>U7LP8tOd=w7X$;N:>Yy5L/Y(.zS&e)՗\"W]ۊ. GD[hFN U{+/P%-'Irg0vLܖhQ)C S`)VSc@iC3a`11#,S]XDץމ2 K T E}ceH9CQO/RrzIN~sݏ~}틗/xÇO?")R)RY giRh*M0߻0p0)زaG(w6 PB542h -ԽFQa6̑aƳՉy]t}A0Jh$F4A{\K0 WYދv0AC4`x[+j9FT0u$]&B+VPt4[ĵ[ǥ2_hqqV~bܫ!C6LbmR"i-9ܺJMGΆ>xӟf&SӤjPKSIFH#㜖;גTtj$aAqU{E%i F?ɔOB>S$JI/3_5%!gɿ$"~FUbv|RQo׫Z&Q<>)ʾ^Jzsys>}T݄*dmpWjImU:uB}Pk< W&._^P4a#죭Ii0/N;^c\lE!5r۠t 3@dfd J`ӹNsƒQ%i-/CU7oQ #ha^_(e/cr,&IއSs5EŖ*̩K˫8, !)Hk· O{s W+n/-f+Zkc¼ cƘUqR.X)^}?Офv/9bC\]IJgMf9aʮPi-I~ۺ 51s-3{fm@ksDBbITGvG:cߕԙgbNO$QZv*FJ'&1Ⅻ X{Ul}ĭܑz:қӀ(YPR^n+rI~~YA# lюfXddIo5˲dVT1/zO#j.8VݭBV8*җ{)X8Q2/n*RWj_k -=WZ|6`k=ZO5 (P"yxxbWƒ*qNp"ѐ'|ZC\1iC7+UBeAlykrl17>YUϫD,Sm9!zwpfrY‰Cۜ' `j-NR򡫩ݎ`˚<.N" ,m^?P(w&pGdy^S Pzdۥ+_7slO2yŝ#D~C?(.b'ՄXEdvXE*O.aB$ UgV}EFh,jhxL\ڽ߿~ G_MW r t՗=NW17-JwZwl 5m-P#ncxbvqU%V^r.T7a^dSh3"aF,Pr$Ikq$= F@U\?M xȴbeȱ@b^@ LSfbd-B5 VA)6ƫ QE&OGXIr%:xU[*C:f:W:B\bN7v\J+em4ӚӢ}-+ŭ@D):cqkk}bqD*Dj$~:$04<@?ÍE-uo)kʳW#gWEڕ"N2Qye+h;6IRQԆH -¥JNCBõsWt!2ړ6CZ@ 3JutR]ܮ PҼ d@v%WeuQP2|-_}ç?w?޾yn>vvwg|nK}uZǃ'<ប@2ل=Ar8|SMD!!h>%rip\,Srf3 A1$R"apcFpϩ@&@ivy>۪2j*MbunF d홅ikZyg>;i =+Ob8:R@2,T bxTC <)+~396dQb+m7tqMOAK5JҪQ -@{J(^d9S8L1ua+CT|RW/(4C\HCN\A y%IܢH|VxKu8ח9Y Fz1HD]H|M}J%k̖qApPmM̥IN$ ů3"J>aS5z$9Ċڐ5d"V虃2!.:>;.A}i-:£D|*k1qY_6wT;oM%^&_ֻyԤ.|殕~!ۇ4Ⱥqg 7+m`6 zMlHxwXևӫ9E;~!rzX4MhDYο(2Ҟu`vq>(.5 zimP5s).84cBA +sB37z8 8Ӆ!I`@ -Gi?>j+e?֐dz{8 XϚ+j~QWl"Hdod 9TfX~2L35]Z\IjF3PtX:*z↏kði}~mi@33@0q|>yp^ѻOo߼^l7~߿~+pog^n7xwƷxv_з&_/ѲCQIGǥ~&[ЅV>`N8$ - x7򵴅Fp] ͧŕ-D+u,lcٯ{'|#N{?OI`2}3ޔTd_JavZ:ؗX4YEɛH_}֭ l+ۦ۬-.Me$eۚgʶkۮev-O-o/#(cd}҈qX:׈rҕ2}Cr*y,ԋ( Do`+[cka8׭= ,bq. 2uD' p @ - 7f{%AqLr#ˑ z!NLZuJBѝU@f_8!\$iA郹9Gjo1LðuJMr')VE #.sk21]*R z2 .97Z<?t(Ls}pPB([Vdf˨WcM%[YuRtDq+e{*J31Y=fy6CoO#ښvq[ʘz{,FC+p>F FB_Ý\7z[Qoǡ^2n@/kW)tDSKKHG:Jb' |DW:yl ^Ahe"bJ/SLυ?Jz&әpK |Ըjv=gwMk>џ^~[ד T iޱN߷JGۆBbXRQeKW)Ks#ls~:Op֮evGWmEs|dP.y:Oێ{p񽂰;zTՁ9~lTpu,dDʇ8jyj^!Sov3cXRsլ=ܸNUC՗/)ٺק+;߭?go7En aCCрmU d -!թ~u1BJǭ dM7*qѾ6CSC4ȐS/eH-8MN!#= fI| $06cw!7> -@Xӥxx->k[5X(-$oRUg!" vǚ.;۱oGe|F:Nj6ݲ-;AW>&RNL%9ֹƻ -a/krckqGwr0!!Kw32UrsjuerEeJ&݄&&RjW .SJNjN^/g wtiN-]"%*f7瞵ZiP9VSGl.K1ªZf+CQDL4% ^eqV )r!σPc+2΁mmKvC_H3$ |/]HD;y8*̝ajes+q JX(\sȫڇk3&$ǧSR@t"y?qQqmX/P#\!~lbBm[̄5y$ifw@~d}HZ hnӏr6'TXU{~xQFǨC釴![8O`BH"=mMy*tϑ},+SQeC{qQxìd? -4@^'A$Nق;b߾D2 4y.U9S7,oXTL"b0L<9v/QFBEb<=lǟbz 'A3ttr[}sVxߕTVӏ8Ll1(R&FX4X*ltۉ]͋sT~ .@l6;w9{ [ҷ1#X#mʨ^FgxP'4o~ JƽДZ 3BPh܉V z<1OB-3hF/DnSogcMsmV%lui'N"j z`&,ytxu#4zrH0BtSwv0$5$ hciCq5S|e[XJ!)bÎk3E̥_p:A<<5I(;aqں~ҺMoTR%Vj#\Ju";z,krh=a9Smf{OV͂n~ cϏ?{_req<.SZ[)a`۾@ެeCWiR%~0nm*䲫 :;Q}-5ȍ$Rar0g _#w;|g-=9-'-Su$V;)*B :)~q7z߾}ip-7=D8(F鐦uMܒcP*iٝ_ʾ4mWSwS/eR~۰j ΃su;alG綣~7\NG6:>4P5!RpS/m,Ajl66IysÆ[WE(EeVũl*y*P:mbdrϑJS91LBMǝ1/O;F_k6f5& B̆{ f0^(q$lTa n~aca y L~օVH?$!l7BLը ;"u*\]O6u噲sGp6h$&Ef5s3aZ*|)eoWžooi:nm`qNS{:yA{ȕO:վ˯O׽n-²lfB2AVPxB#KGuIeB׿D,NrrSНH^3m& =q _&'A3m޲7XR0I|ˋدZuD>nlxVo{Ȣ"U캙E"0܍=0@xg3,q`T-f2OP%D[qsEƄ31Ѷ/Ѧ( E)CL<%x+|Xݏ}^@+s kbGu;Zf;haF+E;8 '{{@TYH؛?KthOqJO0m 3/LIU4Tl@דe]Ζ:/6 vAf̉v"4qtiLX<8xG0n,%z@]wwR_ԯׂ<0rs~RVaV{ZАtOf#Ԑ!:c]XSj Hw4PzZ63N̯_KRoCt\t^]&.Vn jPۈōJH19(F#g22:Z2ĭ+|ՠD3 x0+6ؙBE'USFFthAcqmU 0RI23m^[|P4Z4qf:ZJ.w>Š -H0;bpq}:E'["HLN&)M|߆'4OJև2g8:g<3߭_÷[y~~z[|eo>Q0" {[:1RDPx뱷H(A+:^"PK 6B^JrG1)gI]K -Ғ!1$3 ޜ~UWeea);zǢg"ꩪb8.[B"XT؄~Ipi|E4m3@E!k%s6G-hrr 碞֯uz6L9 fen!PN/ hl1C޳z.D;E-`\t/&E@SKro.:Ŝ^E=GqRsH\tnfPPvYIC2[F9{!jG6\f O9Cv܄rx+Q$bqz&8'.:I볏ȢJ:.7@>~mfsx3k% SN[){|/wX-s4 -x>wic4| -(3QkNsd(2Nq-4ˋRrn1e#ub1BnP%mK"dlnP9YG8?hrig؎'؟3Ӫ_m --Y UB)"(R 󥒟CRv $P6OeH2wD}lUB{KLv+s5tF;`4TN0Vy+huk -@ z_yOvHN%׼|P1/(9us=cƎ1zPt}LрЗm.seB5ITSc;MWH7V+?_؄!ˎUEv}7ɭ͔'Yc^]Ld 0Mke5@^Dz1He[`71kg͜Rg윐)yr`J$iivGrjvRNf7Szi KR4k&hFrQPʄG뫢$مZjIUÒȵ+-lfTEoB NTS/NV=}|~z5ݡIUTJ%K(R^UFg@EQvWrZ#ItO/1e7%i *b~7}Unt l"m.P0+*eߐK}Q{H6XhO+0Vo3,;:8Η3DsuE6@ -[xyf Ha8Jrp*YIx aY746FEo5jOgѼm7I0e0w*g +a0jˌE@(lW,Z 8[nˑnI?9UY_~?_ՕKu> s9}fM@jÈ,x}Ttj+{8_*owtzj)N.AƲ˂D?=ϥhw1nP@2,kXEbo 6AU] gR 2?/E\]_,Ws RpLQA*Xr DJrM ǧ4:+p`-:-'0~Hj٪$ɖǕF[ Qӯ?EE%RmvYk3IŔ% Y}@9f9Ei3bEC6 aAU(*2 . MZ@u$ϰf ת ,)f COC -h8 -mFW?DZˊUdg$jy(T db.9ٯqCNY?G,yCa#8Yog]raIw?m~-Qkl)74gzPI\[JuMS4 5'P 2?>B:ۉ۱V?utUԠLK{@vO79}%bA+k"+èK԰K)dDK۫NCabү:PLuKN_-Sh\!׶Rk,g1$"lud++K / 1dYn.KbLRbp~NHx4Lz_+]ׁXZ&'' TWu}Hy-pT+A[&}u{/-zA撑~җ*y?f9OwYd?K[Je3*SJTwt)۸@XdKlPoG]/a`pЇc{'$j2?M~rT5 -dDghF׹$"Dq+a ˖,lȡ,٧\9GJygm*8)_$p-/Ӈ_rw}{~ԫmU"܍<\P$vkŐhmL:UFn_c-X -CxJ -w`2!В|{: -Mi[J?`1R4bnZ36:gE52VR'GXyճFvc1>?]m|xxD^W$Lb2ܚb{16ekXHc(!^5p#q6F nng Й3ɺH -WyaRP@MSuj_0u ^נX/]{/-F)@g20*Z˶kUGK'- N'fJScMCNO)#ʔ-š*:Zne7s]ޥr;jnN}LeP[N*Pd!!ˡ1ԍjZ LsnsU)`\qg&C0+LL/SӥزF`j _^g`BjB& -P<\0k|-⎨n¤,,HD6κ0XxѠ+<!;92rG%ʴ3[فMwOOp,Z_fhXfp1ߕaZ%F: ⿺UCȤ-|n$8P](#evݵP>/IŃx8!hQn2?!oy+.OK{CHWOpa1sԵ\n{wU$Ue Š.BXzcTUiO++"Gm=4|mh_w:]]"JS.7_5wOhӿ$a 4?OAbښIGJ3A @-jXh16 V95\4| zff.BFQ*a .d_DJJ0=v@ u݀@53sGUL~/50pFͧaHu`#3 ٭t4&iAnu-kfEZWz#Q@mB(9>ձFPVgnSY<wHpmsB -EUuל2ܙ! e@F.@06/\qZ<. 'H&p!e` A\ty6hb($S fu3Zl/0_[}m[cU5h^A߅14*BYlPR qB_eQ\tjYPkNkh [`,Nqg&POVQ4K)G~n۽e$d$'jK"Z~rXХ'eD(jiO(ʼnfH[T/B WLِ*%J';:dr\=5$K-#G<%< 6ZX|/ӽ>' :w%lު&TCi.`8_Te %K坺 -SvnWP1wV(wi XlJ~i~ de2Ι*gOefh [>;3}nyD~*:RAʑkbjDtw&0x-$',P4pݓ'b"nֽ-;>NP܏_3~1 Ȩ@?~5Wdkuw*wj_ɳBh4UãZCb + Z}UGLgV.bl_+oӫ4g)T1@~9=:Bt>uR49]O ^.~뒱dSInm If-hUD M,+/m4TIS!a8_1mt4lQ)iIdD1vwU& -}%LnxX 8'ޠYNȝ\1SDfՅ5}vs~At{Q]oTep/yFE|޲k l@#چ-DEKڏ~;`}heֻvc-+gB-68,jC/R^}2 belrّ8?R^]"լ 6%h>0B'*{MHVGVFdd%;֒D~"!K69tJXo?j`0sbR6v|_C)8r(%%j0_Eq!EP ~ -7_'???>~⮭8r0H4(A&:.R*>GH< ?['s^ ͅyTd8Kݭ hdM'}3?@ln/:>|z:}~oӫwkѤ(yBe#{qql{pK򲧩3A@.HdQ2'a, -:fdXFKn":gXqs,ZttTF&?8 zٱtɞVGV箿wA7O뇗IǧD(P=5].{J=32qcBeE9r5XrS큽ٛ1Y٭ ݗŧ֤O}M9W_ z3e\g^ c8'e>g'6fr2SR.Q+B]0b -B.0#KJİij7Gmqf7@,_ -1v/vW|͎Y$uؼƂ^|ʗUKw 0/f~&Ǘ tɕ n4+=(sk2‹5AB]Se5g\/C67&4=;Sa˳]]dez\gRQvn8=0K;(9Ql䠰i|;u~ -iO36FBX\b=+++hP[ 3pr~2P%oaJflҺ0|X$ꤳjKl^ۍ?f:w+TK$LZV0 AV"YeF!3U4"k+ۑbH<9, IaxIa 9A-H8! pVϸn-M}aŦ80ȵW_w2dTJBhH[5'stJ>rŠtUZx0@JrFA2:_N,J۾$uJֶ\chAC5u]fpl̵I9c:<,8h[ta8S}h.! -,㘷| N5khsּ0~FD+NT!DZW|rX6a-a$NXh5^ϪpY*P8Y*@ڒԞ=Oc ;r?T.8q !_OJ^ -/u'oy?>ϯ T_!h -ҳwIҳTQA)$ ['p)츑Z-@WSؘ3,`ub9YY&neha'ʱf:zhQ#9XM80?}|V0h-%ZͭSZ*AZ*D-4 H %s:j[D#0NŁQ6! -EiCѢ)/Ϛ PdTE(iwJ04%q<ɒJKm1!/t -\&:9€r:|bU3 -laW%#J5iG2-\{}nCK괆T~iP)?C(Hl;,wiC-* *9Lk^^I$A#+nb5e3Z!@)[& E -y%yZ.R,ⁱy39nd!$|I`%(5=yLa,>64I1\(דdQKlAƒ1̆ϛ0bi"!eąe I/O2#_zYtIiRgolN{ȱ!p4Hp;! VgZix/'׹MW.[x^Lf&n/{P%.0./=D}fŲ$_":Z#v.2+piW AUbi"&+V`>4k0ꊶv{6RW3aa,{;iHy~_W\~tX$8׸i&dZn>߯gT/zS11Ky-.&eIKa{M~'vi}1-^nhp٫vyb7 G-}C4ܙvH~?UQJv]Z5r鐋# ȁl ŜiV7W;}a!Yѐ氷9@ld:w=_ p endstream endobj 373 0 obj <>stream -HWn\ ~ysODPTr嵱@ٛFӫA&[u 6vQ4:3ޛ ")o_ycpqUcryח.?t}/zr7?onwﯟ_nev\χ/Or\\"w.Mrq|-_wYYSX;"˲yO)/1Bp!F|ͮ!8C*%S i>/oe^R<}?rA8e\ETQ$P8O*:9bt!1VW -8NԨL%BU1Fc5N(]r2c} -9s___@Znw4o¨ -ɀ/`gC"X-ӄhU53ƣT &RK2wvp+!lM_)'h[?t,+ EFdFޫ$h'wKBt!  9J$If1P8ރugg87.rKTEtFAʉF@? Į{i9k)4yaX^TOIDTȢ|L񝠭HnTɕVJ$ ^(HdǘgSCj^IP,YJp錷P?A|. -ja+IHDWeB%Ñy>Y,*c Ec.aʚ -%(ľ|9KZ&NZފ;ֈl7mlOS}j>gg?s?ʱ396nLvd7Oy-<͓rv &lvkR%nnmg@Sxygq0G-x"Z|t-ZȬL&w -ZȬL&w -I p"NZ([-jX .?p3E2³!;GCd6gCw$9x+",\`kH-Op YgW|~WמKE59O^WBۇ_X>(/Oˇ.'r0#߈)\ݽڿw$lԆز@O#e,N1!x kR&lIB{Js)2h܆ŴPH ĒveYX$פu颤, aap/@JD2钂oTh TVFL%LULEP<=tٹNΟMsggFB4e"`]3mARBN Tzm.o95_Nqb$)nJ_ T{U~RSzq{H&:v뾚SһtϪh3PZhB]R[ѱSbq ״rl Q@YxFxyu_V%%k]^8r)+RP8,%0m!.YAlGXmy)D;p" Iéhj֧ unj`J)Q@xqp[Q=ӽŇ1 qJu0W8h7* APv#5nF2V|5x`FҤmdf#8nl|4 Kav_/fE'ZYpIDhMQ)UwFuMhCFU4iR.cM5BU>X;M·ַsS2 zCr쑐k&d:NcVLI;Nqnrz:¸Y{-Nh[-Umt/k㴾irz]7?e]{zn.vv1,bf]O1,bͺa;+QD[Nb-?qmv[l/~f}a[|H鰜XזvdjZz<-LMKRYi9a9/n-cL7+4s ozZڈtlX]p(0\tfh)1g.]JvޖFKRYk+s#̴ض/_chF [ -KRz&1vEa.zNmyI3n-,¢]VWz~6{!s+HtqHa4Hg{Md'JC"{˄Q'?J-eeQyB0툱#T+PlnBBf)'= a}*mTa _PDBƳ.1J_ -k=(SZĮs~_ "I[/{oeoNߟy?~~yLߞ~8}9O=ߞݫϯLC»AҌwG5g -j-p՚ W S*=Q>$c=Y2J4q@\⛨#HIZ= .(* nwfp2N|Ɛ͹S'#,V@D Q^DTH7Sm$GDf ?;Z62zLUë.g-~zcpd|WVe n[_݇~/w_1IVI ir;>N*#ILVLVAS؂jMAx]Gq0n}FcH6l<&2r`"P.eLd7lƘZ3i$X嘒|lۑjKY, -pN -Hd7%R j#lAL["d$p;ǎϞU* i3j XɩZI2PG,Q ٚ_ 7u)R+ -R ʰO|e-\ {>HI1aȶDz2ɍ-7Wh l}iifG.} @E]EҸphCNm<-˟ΖzIBƞiJDʽHM.%o8Tx}G3##2B -T^G)}ViRG:jkBorR0dL]xIa8CV!JfR\@-ngv|[Dg*e>} U>^*rГĊKRELPe$w8i#CH!s$ z1+iSa  C֦52mY-&hc[2CIdF39RQHPYnjY/nTRpXB}lɌ5$~ #}e@LFCAf3iV MAc -iw6./l-$/Y桡hN fe!B6@2y URn(l^,MItM?8ƈ$eaԘL247]Γ~2B N&5iqHX˧O_~CpOo^AIXH0|3&i\6:ĉ9S()tSm aFSo?4NQ67Vz(czb~FKa\k,Ec#Մ"Z`;Uǚsi]m&WlDP(+E1ХN[mmg:qOgum0dO Lfj%AO;٠ x"|ӯ#zI@aY/n*Gr66\ 7$w% )TZ@ok9]Z}yTziZoRAгsQ o\DAka -+x&|A9rJ;)TAB`#pA/|Oax*5X&`vx*3𸯏:b$=4h'r,;TH'2 - 6сkJoEdT /`u -puMŀmV7^jjom/&VV5EƘvso?7nڳ}q|v7 Л@nge^\s< ֙)!ٹPZoXR^/,K ū}mR^Db}Hl+!VK?5/ -YTtë--E_Ҥ_ -s;!_+ԪӾ=/DGV#B/}x*7}!\'tȔ0Wp>3}tM Àj ݂SAy ^f2nBeZ /Ֆ#InO0w$wX{۰wf;P&l > -(R -%"=9DСU}봭"EƷ|H[E͇er:~i6zhƳиmDE>"DQ$\LG0KFSu $sızC5N.ŷ kxKP;-w};Luw9,|YNw Wd) lKp 8hV A?rqC#c{:8O'E p7G5ḹntۅ_7t&kn8خa1sfشбBn$ {&=jz&8&&HmzqF\NJ -e^_v}\7ܬYe|EtYPu!`G> Q $-dxBϡ;&={DJ -'6F Ň)E>^me~Df~6j$0*:q -E*i}墨hו/n=#-dJ"K8ܣ/ŁcWɄk[]bh-j9"REJ-qqm 8kt1bիu{uB!5E]Yd"&^5:jR ǥBWtׅВW-olm08=Vek]=Z 4ЀBLPѤu nthJ@#S{ DvuJHԲik(q}OEydohgaEgY(w;y!~H#u:hQG7/ce0 B ڞM{iXA-u/8:zXDw#Xl%r!gERҖIO`e`[EfKЮ]4+7OdٖNSYIȺmhM4dIǷdQKctDM ,$BqOpI3B=t2UFu {Y[\c|܈1m,i}G]>ǯ~>4*9P,'rr@T-MrHB-s:,ىHB+Go Ƹj9WQڨ:9R$D*q86ڪ` i}Ul|=+ty砵 ׏ccA"F`yZCTl5|mG^IcPsُM:)&t#`M./l[`o?L/a>4: 3T&Kh|ȣQ~ `95yʛ=1GGE~&|;cbN* -o+auB7ds]9@BR-xQLqG@:=Wy,Śe>&%>+<|H2U'gWG;6jvCIQu_pBW]2tP0̵pFY =WUz5z{UIz{-^.C|:J tT qQE1Z9/~Kߍ>dk Yc>Tx}̎p}}OQ {VX.l;G*`OTX%>6Vꨮpf>t}&!5 dćr4+= -C'q:!ᇋiZ j!g5h:Tc+Fջ#Kol i'{™m ۤsFh|bx!Ym\30RG8'.$']yD/8j-5hX4e̽Fʔ'n2 \] DbqYژlþցKC)]"+7KOH&:ЂzVz |--,~p DLbf-z](vc.-&8g5uj]MQޙU7کAN) -%w(֩XNm+eMwqpZ izd!IRASMv_ ոy D{Ԛ0Z;blXoNMs-kŕ!V^hZ$U9!1tngp\XF;i-,""[OՆQP ,I  l`.BoŁ&ZKξk\h3Q:€k;-ӫcA[v4Ҡ- Wi5SM5J.}zoo?v6:zzoPi炰 XRZ(iD~wI9=VD}ǭ>T@h]FmmM˞,9$*>!c1;̈́Fz y&J)n}6zCHaa'e֊*\( Jc6(u!HWWjE679< zޘMu;Igtk,k[ -ޅwq|x8zcy6wmp/^&Y&0Qe7 }.IV+FMkY2,#n"R*&K)&$MP4i:^1@omr@O'uĺSceyiEFCgH:.DEm#;Щ8jIqgx:<#Gm*nLf!w,5Ũ/@0hS&DPGW|ne9N5.`yjsc'ZL֮[b'V -瀷v,\am8ro?1M4]-c"n lbG@@i rJL PE񀁠!"䓽KrŅصZ})K@>]BŽ [x`'5nuGaSbqҌJ< PȢZ絀ATxRxB ;gSGhO(*c~{Q䑤oP5M6,3̳(W jVأP`ŅGZKc,'_#άw%=` Vb\R//j:M+]dh=V0ƨgu&g&g{<|a,9{`j4cX.%4;/ $dDݟRY%`Ny#3[O%n<}///`/裏F5ꤕpKLQnuѣ=! PBr=`,8Qw3.ɉV/\B? +6PFW,(K8XOLgǶ$_׏uz}/.d7 ??x(2O;`w>:<"9$?LW1bLlB^%BZX@ˋa@q};\r&<5W}=b D/X@!_;$Y\ шe!6`Tsl1RNeKezE6tkexӳ"k)5'U0TѦtX!uF~g"QvJHM1y8h;%Re-2["`AhG1 JyYک_l]Ł3֘J%wqZ}޿ -ڑϤ-g.2!g(x3\@0n/s#yy:ƾP)CַaM:wp~qwg֘]Nx'C1F;'hdZ+RMQn/6\<.a'!C0I?`p:c2=lSx8#Y-cQmM*[]"OUl.{g phWz;;C-@c󲏭KUW/ղcmCY\X.p==fCJ*K1`uE<$hyRvK9>1v2Lȶck!ikvY|-{{nj,34zN@!;p#ر"z3Y%琫-%յ+qʽ{щ)pBE**f-r[kx3r梡,cC QPf2e9k1a -X@?6<Ω+2ڮm -^,S&,y'e so [ZEAH 8n$̢Rz[QGNN!MX75ͷ–^FbZC8BYewJNK徖~Pit}#TuC9r:6 C#-XR Ӭ5M IH˸H4D{ð}E[UzoEQR^8MftϺmշj&Oq͢?ӧGGs$6RҔ;kvVSqنA>[g#^; lA3)^s2,B XVqī>1?POzܿGjKî/l}3d[ѾGmDׯ_˗~SCAwp)'2&[,kGoA)1bibAH.t< D)6q" ! &dJ[M$jyI8 -Šȴ^-ѓu#WRjVP;}QѰrb'\,e'Z2k;cRVC)yUbf4m6DXnbC$Zfx |&ҟş׳ - لX@30 _[@!3p -HU.k@i *8Aq/Ƚ l ;O"<i$Am %J:ћg[Bxr|佀 $hbl`g!sL[ll-s@9 f0^Fw>m픵|9/UB+papvʫCNPnݝÊٟs˷M9=㻧b-78m"mHY盃B xJLoiQS0xkDa -ބdK·9!jpV:vl+o0ɝ=|A~*cy|:Nqp!D!d4!Wp]v-]gd9<^J7(4>ޘh;iNL?UtG/tߖ9\=e[g]=˞5.V8@n|wmbx˭Х$E+U"V(5]C(bں!֋2?˽ {_2? tM!yd3Jx/kp=W,%vצ׆hltk\9N$-mC^^A{S"lf%VO:kgcm7wFSOJ(2ӺN+އ xZw/_B_Lw%;Beh?&Ldni8!MwZVprhj_;>,o`=  yn Wv~^6(aE㈀p1koOt-Eդ]/#:cMNɯ^6BfeU]6v.pn3 |24кh&S7Fc.S &|F!W0K }Cyfjn΂ vkI'Ըڪ/|^^EWpqn@c09) +gj1ŇL=-btdwDrI!pڮFL>ȿxJFI(yc8* Uӧ>l7H'ko{k[݇n*&3 P$j:]#"<4M7u?86F81Op1FqmB4tܻMwxoXXMb jΏ8>6\#" F;0 >&)9@'k d{J58=~:๑׍bu+cl&VHZ/jiҝV*&ڇ?s\= > -p[`X\j#¢7qp)kN|zs^fZ}QCekLV4y5.ӫL=Fcd) Ɓ.jP1sFw ~=LUR}uR(P5i|m*|ɔ%p#4pow__~/~{+/sӣH:v`-W˒Cx?:$_|c0+K.ZJ|gVZeƠTeVeĵ -MV{r -,{HNqm;3 J]XO۬NG i+BRVL|,C7G[4R=khhIХDyZq0\%tdvg*K΢!a ,hp4+k~A)>J@:h̨C#E[1h"^PܻIAgWSGq l1&} -@c}Ch,t6[2<i%WAoyиtsq`3@P` 0,h*5s X)NGmk0AlgwyWYmL1L8$pr\uWN#\m41֐J`އyY c( FY$+B\}T\k: &!yYn gW;*1CI sڧ%-EUړ pAwk9 OaZ ^oN/eM5w)|;N+;U%  `ejCK8Y;+LefW@< j_?޿Oo \ rʅd .r:fypk}2.wF4.s pD\N3A!cϙq06-'"ShK>.s2rN+.sM`؃+% N\.(cQ|Q.wN_rS~2˸z1R\cσ|xV.S{\Ä˝ u""fQ9rG@:,Fe>L2)čTfܜA1U** 5ObF;iw51ĂUJ zD ZE9J+Ҳj=XdbO\ XR2FNۥ5V=\W82jՏQLI u|\l!XtÅkP`~ݩ{XBCV)z(G(/Q9!|NصUVͪN@uF{!J%[VrDQMت4kr.tm(zѳLC:n}[Y bAUaO@E ^@5e{;]v(<Xa[9뵜S\W Yᣤt(,d6 1*ʆ :FT|7rkMelK(,cLH*%&`,EߔߣॊQUǥqU <*됣R}RŰ|pP)U,R&)BUΨRƴOKaV9V%(VݥG *Ƈa8bk>KV1ч)~bJI*6RїZS-bG4<}t+O@[Ͳ@Hw@ ; sk Lo鈫5:&jMHqY6:ad - -pߌqq4pQkprN't - -6Aȭėa re~i=d Hb#о!1p 7<^/V[Oٸ#T#cKCA ĎL͘i'F[͕e\"bL/5q!F8cw܇k0iQٝ{Li3`MAwO/glm9 \Kʚ8V)ApF_"$:!#zl§.c =# u!j᳷I&Pa2沍r9"gI>~ݗ/RKn"HNJ9h7v|/鉘 P5ʥt&t"G QZ!aFri2!4BA*xJ܏GXDJ֣''zo/wtlDC 3[cU``G[#7%̸6ϴ} χ}V0L?ǚKB%6{c-eP3sFTvkqRڦqvȍ_ Y\Q@ނSdi,cZ&o7Iadkc-r\Lmn;חx; P'ɠ@:p -y.6\%.݌>݌~'G4ooFǦ5Cs9V>1|V>X]22rT9c:u7"ƚPNτ°^rͧ=,'Cdb} z~ b6@@(b*dD -}[y5 {` X@Pj BfkaP$x$01%\p, 3U_.}ͽ s[ʍ|X{mA|KN:7]+WtJʾu=|ЀMGډxl8_.Vwϲj/kkw;_.ibɃ:gV .ܮNYk9l:qS(GG^)e}[S[)ɞ7jT} B>cZaO!dZL-d~غ>5dY+>keDg ݊}mh8| -Qrd۝/O]@Wgo/jqRvixvWuᶊd6v+JLo)0,yIxF@(WHW-[EkrȬ`. Ot68!^g(jw/~s[PM9%^(@C 񙛍޷գ%:_/@fK;VC@I'f۲ 6'!c_'ɡokY.ْ$u׿\p0&i4_W쩞I/Et2d$3 "">TV5f6DEd??}@P ]/,jܕmD~R~t(%3,'cXܴoHj&A8}9{3ɜ% :6"G"(]'m'G<_oR7J3g#*M 7.*)Kj+bKKM)J9e`5FӁV "[s lk I52J;PN5 bBˀ -s ~ou!lm]G0b? Am endstream endobj 374 0 obj <>stream -HWn]%  ~dYI[!A]3lncq#0t<綆ٛ1gEH -)!aKUZYc({G&OwOwv˳4tplAL -,cQYiHȷpX|I3-ܥU0U8يJ2󩞎Z"WE4eʼbqtt=qI$á }r"+d9 E!OGEQn~Px%-2,07qjHvJFӉ,ҳΏ ,]daUwhaP#:V7R3e6GV' _|Ї/VG+-|wV1/W5 #ESB!&Js ОitnrQ;Sp~sSR#;w);u);նkoBSyn!MڐV oۺ@0ha9v\i.BDfd5̝8ê%({ꚿHzެep9[2 k|bO%}tdIQ4j+-[W}ƤSI=.c;`l46l :pʲ0.2WA%:J}X0Dפ3 B-)D/8{uJ[jwg+ȘnZ2[Bo”Czq2,BEԳ^X,Tm:DBWTa)ȂGtwx7)TmC:.:qLe陒\w̓#sNNͶBסk$',VmJ2q4۟.n?uOiZo'm'jG>Y_j^i?튙L4JW촂.p'Oy3܆ຽ-HwājGFnGg`ִn6iiF+`3%n>k -^mRmsjN)?狛VG+, _[ jk~G % -fWdkXJ>JGC刲H;7F i+mKyo"޽j|{=pgلwMj7jR$b$ar\Gd죇96R%!Q~D ,cN3EծCˑ6KKKQ܇F(R!sEpF[;tF ARg/?'qee޵$ejJO|ESS3WӕڄlW: !nl^ϖ-Me`Fn}zP ҺtDdtaL6wcXմǠMV?,-ȩqVVZļ9/Ekӏ)I9DtWg/nn^?J?h9LRZW'y}W15q2ISRA*"Ԕ^A/ij*-߬tsElpaS/5w?y)/䗊 bo[%yZzxtϑ4uB$\cywWږz 3 ף:§ lʹ=^kKmx -7 KUc)}&39\aZK6 c9Hؙ]أfxcCRvʔwggL%A=S O0Uֶn'gwĜ4zx28C18zpRv77O}wbu7o.˷g/^]eȹNЇͫi_'Ur^}rSt <({"y"kقG?-0yFډվe$)4j^ 1(yS3 3yQl.KK;jݝ/_8(S fEk0c} ,hۢN oӂ0s6tv\W~Nѩ_l$CEPo]63 - f5UN 8!E땓Ca YU^UW0Q%\՛ -35Px!0a8Vz 婘lK귁/d!BAb2b \R #=ApJYzMѳBZZr¬O(T/.hQ+^V/Yd;n.O[Tt3Q[UZ11'tGǸ(Fs9zٺ&M᧮ڨ0n_GE# xPA_r) U;{Ǜ}>$mq}څJ善fuonmRuGd7$"Atj2V={D&pB%deÉAH'Gan| k/@9araY~}@8M-(tq׷.?nÞav54$ |0`nd]}E -H@9v[qqjC;zmqF(qj܁Pi$4 6Da0F QpchQӢІІ>:c.SGAmFl x Q؅OqK.&WC |}:sxu/:؅:?09\`}JKk(hm],;uN x,zt.x>N,<>_?|yϩKOSk l͛m3d;8^v6=qw[C8 YSP5Q WȎBX!;gV(B.xmH<.]b -fkg?; -3oBKPCe=Rjn1γ>m x Ӫ Ɓ8" -8J׍' -7sA/:# ̎_fGsdYG^T;w q^:wsG -;Gk gG( -jeGpZ8 -8 -$.Nu#;Qy:Qؒ8Z s8;BP0.;Ҫc8 -0G h+8 -u^:Q#r z/wD+-_wD-{G|\Z`:aAqݾN$r;BQؐ~-l!(; -QQt-NuXfG( -f_v'0v$U[`n1#0-OP(l:A[ Q(gnmVcc9VA)Kv,'R*0+p&шlioL[C|tƉdxy ڿ9N$D#C-F; brÉYcU6Hd?Qǘ:5HῬWˮ\,M.dd,@OgHHDv~T罜6mca# 9hQiVEzfZtht k}t%],NДۊЕR& njg0ћ[b^i8֏z#ԗHٷRtY\lxқ윭5T$({d -(, -f SI}MGVw2ZdX$B Y𯺯[ǑOhaq(+ޣUV_Ick'\!ׄ {TD~;V`xH1?D -"Ԛie@r&F& _5rz!ҠkHsUEX۫lmAsE -1vRQ%s??һ@BpFkj.'Ӧ byPRh+א`, u]%*$C[EUKl4deK*慰 aA y9}>2LW9r??~x/o/_?n e=]o *6A)Pu^T0/eF%j{ ɍ# 62D9ǺE?6yI C(f'-f){5nUA /{KRƐ k?s~~WA򜓨%Pf8yQX[3)n>d1YшYhߢ.f{@US#4@(TmɊ,,E[D N-7&Sm2UP9 zaϸTT{嶁T%%MfnBM% -ÌBr#A[nl!kˢHצv-2i>䵨_oE`%]·0dfrht(ے fUVNm:U0Iv冪լ%ֻp``[TTϖY(Y.5vߋ+`+s[l[3Ò'G#7@h\2`;5^O(ɰDNRg1S_bn!Vr@E2 : ,#Ǝw2NZ[o|~~WWA`z&/|b׎q3\s !ᣧ&帢sK8Cy9PLr;O=RC̎ornQ;t#A)eNL6)en\-zZ b%CUmO]S}lrT,#͚**cqf83!mӢ3}AETȳFs *z ԠjdLm#b7Q? ?OTy~Z4"'t>d89Uњco}ߦc1c@'7woj5h5zҍf2D)}łiͯ:fo1S:턠x]2.KT\.?*c$Miuy>$(Nh*>)uxAuɷc܀3t?6"% #@LG_$Kkaj?/\Zj!hjxPW\m%`tOZCqmS -W0`3GsR/HJ=oS#ݚ7u%u(;}tBl;%%JAՎ+AŞw~?د߾!{45Y[GP1$h }]/V9R8n5PBq09Ò@w8&~ˑ)}xAV1F !mfRԬ> -V8%P?fjwwȧKnxS~&PHrGl%R\tCn=6jt\esIɃ)Hgo1V.Pv8DB - WIhoODBo21ByJef,Es5ԝ h{x ) 3 O,1mq?62/l,q5߭:Hl|\qBuLS=XdcI4xa4 EWE61.Q6bN.u 8W-4J,-v) -௨5SivP=D6h7}oIQ=WM6m#i[?\4x5=ӵt9PX$_cחO\p[xqZ;A(O94i/JllcoIyޑ٪Gu%~έ:ҧڑ,A?f8ۯ -6m-6-򟈈 ]8Fء+*AM6 -+T);`ʗG̸k/[D3״I9tYfW&a9\t]{ɲ7*>z )W)ՄeKzXr//z"˱c`K%u +EPO}SKZ_u<*]b]~r4!WjKg -*HhsTEu*v^,0̪XnURӪk5,Edc)eһSh]gF^kZsdn'{&텱ѯ|0b99 s/ +<s )m鎫VT0Ra^ʤ0C|,F4>)e,*oT0)!FްƇ|(vFhҺ9j􍪯 Ih2 -c1 Q #Ԛ c8uwR?Xmްj)%qZDי;zLWgIVX5_ د猢Y(L cZHFt/ESeeGeKQXE`c;Ii_5S-ǂQ*!O-hLOvcޘh#*׼ɯV -g p`U_ -]3Zs-5"5RHgP^uZxWZK 1_@Tk-Ѩamz$?u,'nDik~u㭳e1٣5k+49}xiXa #hco֬J!AW+@O X?K ~6 &Gr4:gƹ_!G/CFܭ4BbDSK|{bZ%tW۠&u h.e-bp'OwTCXZ<Hbd18hfV[΍r行ՐqՄ::2&' }Z -n_V."?b>~܎E.` 6QGv-q-%iCN} ?2V, UN^ˮZ1)!`̹]KYz)VHxBmB^ k)v/1<‹Q -g!Z5vqyv3kН ʀJ؋Ɗa4?7){s ?\ȉo.LA;j 5'gVpܻwE-h#lѮnNEx$| "žC(ڃ3es 4T)+KPx/'΁L)h+DTae5$n$x0S6=76ߧF`^0F68qQQd#:ghDf61R۪;8%1hꌈQIڽIx~#A{OvIMh~=L)MO!+Dh2/A%0!! H$a&+Qz9~c MNT*rB= " aPO/D;: "MD І](s;"7DO f7MNOh + Wnrxq?XpIˑ陾]Ua`V$5,D[ &2fe|lu; -^|4Oҟ5A!f!̓~tqo~}ϷEO>Gx9Rh*7MeM'Y;KFdi.k!#a0f -]Rl{龑¦' -SvP c3=Yg7"\#sٚ }3T~νdJWLwOg 8OF`dt9|]Z۔/{Zba i靧d#yӓW;]wi!Lf0DښyP*P4ܳUrAT*4Q P3*wT\"A8x5caXWPH6*tGM >7=ӷY@9ϥDҙ<3kSiw#8-'c\J1}l'}f'꠩|Vܥå"iшBDm#e= 1 _*& -1dϿ?RUQy1BLm@h{]]-;U<YNIHƦP׺Zd7EnC䞔5:T>MHcҚϘ?>řb.Z`Rל/;߆N7b+5%?`/EYկl)LqT* -Lj7N=omo~F%&0ocOU.Hɳ^GiS;)v#C%$tLRTG?m ch/vХ 8d @2/%0t>7=oi%t}DB{9~dF"M-J82{4@lFlZ@gPhBO6PEْϠ\AYrEx=lvbc=bW\C=#a%TAmҪO陾]mdi])+r*y@n ro;]ZJuH -Ηf0~/)V w*I0݈- ojCSE<\*~&l湔/_hIAw,d)b4e{Ttnvc?yhɒe]q0?MeKW0ތySK_v4?2M ƵN]ޜB\.]>nϕڲ\ Rv;j!UP թ-TSZv8n?4\xe%A"Ab%sHVuG nv^}?i֍7g゘/Ɩ.)&=S=OX/y[RjHJsi - - 9[DkxPF/ZMKP˺岆Uاy4ա뼈TLx.[cRg!~Z8ϝ(u^D1U (jɈ"'M ЖzF*ZQnSfbws/c|QydQĢVV -`"*~Maנ'ѝ`=t9Rv}L2o[gW$+R.r԰JOJXY 3+vϳr笜{ΊyabG7t4ӑD_OF.r0`G|cNkS|g_)9˷5pFGN۵Q%)ֻ(B솩0˫@ud#w"3-ӷ#N1J)"]1,~݀4g -EORSF=z,ҍI.Xe%s9RM-5ly#0jB6yM8h*w`l3Kx,\ p X̷.jd%Vc5\" -# 'Gj ;NXYch2 -&5BPf`StpLA){(ٹH+$Fp#CdC)*YqI~)@+F$@hn+=ch@h(ژY3x sh^ATA&\N dǔG|K|m4Kz}*`5 >L],!(>|(9, -94U4R|+N# cs_ -Rw*le${s'؄$|Z3icW(M4!.=x W0vgڟ#-\1*fIe;j/U&"@݁jeQ,i(U 0WCüӊp+^.yr:yKR;κ$w M?c7n&q<͐˧ٳi|ZVЏn9 srrJO#aձ,&ĆtGU26nz+d[ ډغzWϪ9r z+꛻y#v٥~<ߥAFbҢR5HUY#q$wNg.Y{VȱKnuS֍zX6h=;xp淢(o_|Q&z_`?dް]'XC=y)w< 'e긹0Rm J n-99 #3"( eRP3;f /Bk0 H sn 6c -S.6lzO Ǒlƫ.qŹ)8Պqd)FC\ ~K-6fm0l9@kc˾YdER3H&9Y 80G9@~Zy mm@[[ePye18ϩ:׃~bjlr"tI j6:rK4I0 ŹX,ٕikUˇUVc=jV''f%% n'M-)@u"Hyp`@u3#h#\=t> ]R(Kp|tw8?D_&607g.3p\?Q1HxG?c#x -1=SYh6/%/rAdj1KrXU8 z aTʲhU&/|Umv6ձV'@5~/Iej׍D';'gl22!ty|JgjK%VZE$;\AOla+e%KlqkH1-$ 6,B-Um1-V=nϺ'^y]ܺTjΌj#G~g{MVsVVJr^,[04#zeBJ2!y@AٖE=nW5-uѳ>H!dDZ-55b|-_9,}^e˦w#-IIone5>z괋nR70_\wYd2ΪdU:4 (b]Q>)Rk`6,}ٶ;)^-n<>/}y߫)c{Q8Xb.`La"  jȬ1;+͢cD;j SRtN/3+ѫ -t>F-X ns+O-!8 9f1Eىuf+>sfU,N'DI͊O9Y+9YA -\FT0נ;}MJ#2ᲂ.b".* Ŷn\N86uK -톘 cOk@s4De|F)-kS> dahmPȠ< Iz|߅qM5=&јW?*h|/N5/ΎlA(Dn(DXw>IC8v}PàJx\|v[xQBt yH\BL¡M\r.mt[)K*Epe 9>~hځZO%vNw.kMū?vJnZt{E^z as%bIYt؀ r&-=pKXUe$#KY,e1DܣNM6MRF a#u+uh.I ^WKn6ӂ-(qػ5>}mGb/ikcҫ$B!7JB`,hRO8 Jk:lȹGA4F}Q*rpup@1UbRPdT^ /'ĹBV@eU "ZEb(ӭ$ČJF'B^6{vߋQ6X(+l%z!D:5^VRm{zF (}攖E)!,vZv1hrrAlyO/W%5:uCam4w9`ynY"NM=un!@:6̣k.0TO5Man -ҢqkJq<}5:$슮Xstc;xN.icv3Of< +OWZi,yi"6qsۥB9iN2I8l^=-ui!8jiV{t > sGYo^03&׈ -GJ~N[=ݯgrSl:4ŵI:/(~~!.usȣ8 -=m rke(N)E;=\iԆ989f'j8}8w9 \ B';X!ziXMml&:ɳ:'r.  qeB[g(pSQ6^}njO ϗs}P>RHARu=*o*T(2YcM_|m@K|L[ѐ)+[^-;n0 ޔ֓* miKҵ31+CDy[`Ns:Mm(y9|wئTv>v?*et b{}|Q߀zy >:κ{"p2;>?L-4nE+˯ RԲyFɵ0xfE.`4PdSqA6l-<Y!kXC8X(. -B\dQdC}ؒ \*WQ |zrYG6\L)*΃Q'&E\uv\jIf́4ǶXrFCs[e! p?@RG#2 ӦB6~0X=R3RRVPeTv_|%*yvMQ=(Y CxcdRΐ'k, 5ԧ/;j4U jOEScïX}ّ뱍k >bFkߺ?W'O6ۻ'pQfC@74g_l ]R;@HӨLt*vN1d^(X59"w,b4bvSoSWl/`k -V2*ՕyMpk`:uв~0Yk=&ͱ9o2F@wLEeRYRq3H9RSݭW`_Qq,x1J[@D#:^q$?"\Ba2}f6̏܅T-R{XĕQ"\H9Jg2cUB[6&*xhRMbw(< 6yH}Vq1z֧J s`*id}Sw!{^|5=2ų@3 $f(A̒涧,[2`Y Zg fh5 -gŒ=ǙC0H -|*\'B"˚%wSqa%pN%BYI,/|WYN ,˟UI4KiDMIem Aad/(BVM#{,jU\42Yz4F_>g*U( 3e Ӽ*==[;صt<2^'q^?|IXꯟ~S!ūBI -${K.(d?`m{SQ:w돼cw o?kTPhs~Q]Ѥ f#i3SMmΏi"Կ.EGӧ㴾Y{E[ڭN2qBo}Jy@> -0r/-8ZThޖֺ0DF.6YhJѬbLJ(4>cƱq>yEfz$B7U8iM;r$${!.\P/R̈=vƒ.0˥yE%`:6zvpE Ρ[pZ"Of׳xf1}8 @EKJ$@MJP@0`ݺw=)*pێΖY3cXVͅ&?vuhQ2R0W;Zu|KzةHdc}6x}&aSR%ՔRJ0*=Vqk}RU2L x0ImxJ@"õo7"qb'xv´U>XeW?8S$rxo\ xF1HGk+H;UQ 9L:zFO DciR,C'~e'b5|UL!a2C;}h 0q:l]<5G+רSFXjA }y-:ߟY@nk5 -N6J"U$g䪸.n:o-7 _fTN endstream endobj 375 0 obj <>stream -HWnUIe$h쩋@#tFD#//'7W_yu[7/ɳFh=]-?-O.{p˳8d'Zn:rȁbKhWyv:Qce~Pl4B Ryk?Nq1ujA~Y:Es[F:퍒7E(3}~\RGuU"?#uLC}cRt ES!7CGP<|z)D~Hl KɵV8_##cJ]iKiAG ty<:}",{_08WuE['>s5Fh7_оB7dCK?nc17< akiX` -)ӊe6xQɼ#S&ʡytI:)EZ& !u)݆  "d< `3wY+A]yỊŹ#$QK i ߥ;q&vn-/cQ`7(E=t:ր@+蛦4 7B`FQQ!UPЃ07[|P!D0`4Yƕes+" bWyEXibKh=i' k12rʵҒ@[|l T3[+>zTSx\O(҆XJv#Zh2DSYV+v~GG6(hMll$@nzZx9l/9-3o`=a-{ F臏C?[K:L8 Bc~аwq-H #M;ٝv;bzٕ`;Q2$_|Q}yȯK\C vM7dh鶰+l8>mdQ:@qa:S$З!uԧN6Bi(J ƵVvYh:U'3z֙0ٜi!:=_w_/Tw![iko?b({gqsȡ_ Ҽ2*(vuGt[!G>&<) ,5?֫fI ?A(1+ٳѭoCMSZyb/$GI!ԣ%ǹx49uJ mzS&j:Ye2-"VK1/{V 6lj¦9N>K]6OW .{^7 o}ǭn%cP7P› -C`l7M؄OK9}lh mʆv c[l-ِzzҼEF(!lN ]90vȄwEoLP``yͷ~H80aĂ,,\, ")zd:( PF&@Yg;2L>2AYfy..o}rcp9Jw@9# 0 p$a%0,6I&ipd 92]t `x [?lZ3G&@7L|x 2L垧G&4@?`~ ~2: p$ae=z-2XX[?1 oo.IVr ; @X{miLp-LXcm<'ՃQk2-X)YC=n2+WQ"8/~TL@0pxaԛ 9vor-L\P q3\ |'s|w4z3Xw,@|3_/Y{f; |K>υ\<*(Qs&QoNO8m:Tc Јӿ,@#9Rriwt.q{7+c -zxxҰT`ݶ1[OTjH*^d.kb^T7C!vWv[uT?01 NiPGx Pz~+D -WAUܾܪoE,29_C>>W UtդQ6e2k Va]p"s롨fO )ºtJRx>,V}YY('8<nV]]s!Ɩ*"ƫlDttyjb/+g㽫(ZSEbϿۗ?|{UXB4"jK޳w+ NU!ڕV -ÏU!NU!NU!•1٣*4?DbWDp0Mq|b*6MT =t26sT|S32_&T+cm!RrCMf{̄8{M2NUb e*ĩ*ĩ*cU4~tχaKp-,$nB. "D7"Daԛ#D\ Bd~\FWSo珟}f%Jŝ -[7;w6J*]V\zV|F y|a. Aɩ}S}.hl/MVƈJ[Or*{veoGzu&u s]d$U) Z)EV\<}"Ec#`%x*ۗ["KXSr[wq>9uTOir܂F -%*`NF_e 2ۗ["K[y2Ҧ ɤ>2ogvHMQFâS3OMVp (zSf{oPOo_. ׇ$ ^G"m.R D2Rs}ESf <{ -;燕1#Prٵ(^xL;p! 4wl/A1e=zPNhO'g&y"]3D kaJMxS"T>bL{G/} Cn7]Y}yհa?_^Pfkd`Ӵ̼bkO)_NC(RB(~hl. ceI}\PrZiE+CIU$kA Ddی]+ i32hVt}8Jpw4[R[,p9NMEW;=AB 4zP{[,*9j́w8p4-8p)f. O NɓOrx"i~^6r,yxޔ54ӱ0ƁDBTvi9fF|̄EIXŴBo}Nzf% -613{)%5KE*u T?y|{5"j`tc4;أO }.]ށ \H!9װ5}~Mخb,̱HE7BO36j2>b텦RV>p0~1NX[nB-0c |A0*> 9b b8baīLds:^Zbmne'$IӨ:S8جwL5c<#vvrÚ'ơf3Q9ؼλi7f\&ʏ ٷ}?"4Q1ڄ .t"ˎ&lEЋ+T.NۜAEc!-tr/K}ЯT~O ٧juW] ?IC"~ -/km}%J̽룑F#a GHd7vn…3DxQd8>rTv|cRqҊ gгKX@'K+2h.L@q_sDGP?/%i"LJ(XX"L0 'Hr&q&EVYsKCnjρy!Tb9H698dԤWC<1PqJ2OqZ,ox5)!Q:\+E7n~XإG%;rYs4Q-* $1rﱺ8j}vvgS4ݭ_^y|Z Gq Nq}22]c /o~5H[x*X7޵-Ki*f$'؏\׼aRa -y"&nNׇ-\0*|A^^!iF} -PFj惗c~^rkEb|/N՞\.w;Kc(ZtOJsұ0H}ځNT X&( P&$\ګsPȀV4%!>X+>ܪӻS%(hqPLa6%l&'Pr5TBiMP59/}!▥c9`S%{ݤ5B; A45KaeLAQطS%o9EsXx,lmw:f9/b~sQ =$>a3J%R9 >kxsYeTC:WY_'9Cn7X'onݾY޼{y%n?}{ySF[ :Tɂԟ05AnO\($IMh|@ags7WWDa](ʆ 5޵P]HElsD@00Qz HU\y6S>qA'>_0Ʈ">:IBW~pFFE!hg#` -d\ZГ9]ūSSm?`5A70+j+_}"PWCӟx5}JP_wAqmұJ |9hLu>\2ǗY& =bYpm|;؛5b2k,fg}aqŀqzl7vn2 %8{RcoqP4=t;O ߮~]y;-ʨ`1f,nk^+ޗ%vE#]hrXɜ`Xh7k,vf[%~Зt1&%. .)g,XL"-}k7s6䎃i?||u/4*E˖Q@!i!r?؟!?uGʢG(9rfD[}z*L)nMz} rNG ޾^נث8Kũ}%,=N4tZUeFjĹ&ъ]cOTÂjXqW_L2 bȃ }#,$J\Mʦ`B170 wIV*x9-dNc?⫭EKa$$<򶈍XlV!9g!N.NxYa/ǽT˼8$ 3hfRĤ9!@\眻sNO/!O!n٧j|| V{Q]L Vag3[1(OiFəH%jˀ~ *P@5@7ɨo pMia)0],uy}J tr[ OS,Pׄ?ޜRk)4#i9s'Ya83}:/2 /3^O163pym[p =m!oDféHJv`Wv` `rL*{0L3s)JP% re{)gr[zrf6٩W6%2ΚS)&Z&ҶqN^zF+6.1S,dކc<0HhB6Gۃ .b%)C]PH]4Eu9zѥ8ڪ0J3ԒG_ahFoHPO%{ʀGTjwԢweOM[u&t$"!`nb6uo4:fR5oP|ȃ, >Xu@YZ F.66%2Jwd?.$[{9 lkH@M@b0FgJCT - U!^X=>YϠ胩DVr|!y5lIA(yҖ]K EεugX\lm@bB]*U*rzRB%V[ҠM7ΎX@?":#::r(u 4c&Ojv!'Q$ f{K0[JtOZ(mDCS3uH*&QY_Fϰ&´'FnOI`١M#؉g Ńmnt[ ~ $W6|?pO<%t8 L!Z+$5 p &:貖zmEPWc>80ȗ0Oݡ2К:,I*η@u9].ؽu=I]$I ƀItzmuc X ZQSypo s2+s - j Mu&iM+SS]=U#`PEWY/ ]`;ϩ<"ʍ ]WKi?a)uhse )ʗ@=]k"Jڎ8:("ʢu^[Aw+M~F\=MD8Yk#C\esAwDX%I!CkނMI u#\ɂDNյ.uNHC{`ςO ! Ɠ2YFFc/ˡGk1.>FY#?}|;~˟wo??}YO޾}kq6|{=vwu /}9z^Cc0c B Q.ȲƄ9tfCge7l8ʲ&gFsʹh hme{]ۥ7kۛn;nNح}UvY5BaYCƇQG.rld3E O;a$˙w/~DH.9g*AR( dѨ}I! ji[ޱ^IgY.;sE.h|-lo_>}lqMMct 9_"YZiIq%NhbT Y{[ ;7 l8mjme\3U<SZA:욠 GDCra2U0V"*vMCҎ{T=Y{Jx5P^IKЯG.4ު"wC1$fb"u:XaZEN:ʵ/iݱFSfU~KjÕ "&UuZ?s6,vag4elk(S[ȡ%ISh^QMk-,ñ ")mbOV;, TPGyH ۏs-t"S**[t:d2JǣʢVDFN"L"ͱH*PrXUR@Jm%C`H,CwшG4J0.K$l;7Ma<Q\'yEQ}j$c1)h=}:bҍ5pJ.+ãoT'fn@|X,z -/%@Fhkޭ#ΐxjrÓ{n,o٭طRF&3AJ_]V7%ݤ7CO!MeTp%䯆b×~)yNq˃`eP~;?)JHnbfI~LDk1[q5l?g4/Ÿx<u9dra?xs5Mj @Ԟqj }>_mf \ L~d@`=V.Nm&RM}>!^V-cz1x"^=q16~^N/"H<1ᾈ/^L.H/"/"HdQܢ& -~HAWƖ4:qrwY\b -kMl-[|t)hW]R5 ?@V$E /5 }Z8]zݜ=?HO2=WC&sbJ3Nk4+\șJ| -STǸ>}ҋ Z{fIR]sSӸuE}55eݻG)tvBr&ָڱjlM Njܮ|{Jb]1lΒ{x&si=q=E5!䥿W1r',k.ݝ=@$cMkׇ1~j&l+P[\g7#gRq8ΓP~fT]Z Vש~K;,}._~տ}çOoh;CEg -!>rG͝esgg#gw$Fklg}_3F\\h -#..X%>=5؞J{rϿ||u5n?ed5(r(u֒s0QR gD`yTs VH-J rR}Eb h(VS(b?#q';L`K7u8m__ vdXGԵb{Fnlwi ݁֫y= K]Xb)y5LbK|*=,] \%0qN E<2q}H+V NrGL%ܼ$3C ڊ(cnu\B!*N Nz'>ɫީPt?yGk**+~σK޿P$-o>9qڇMoO!s\LB5B`+38WuguW: -SRϹ,֒*BѼFۃs^ɫX3UKy Z!$nTP^UcTK#đ5$~ -w#6rjFQZk؄ay1P"ﺫwwiXgfzԨFKJ:S׳`zOĎ5HY ]:߹ -^C4$iN@be;fJktٜQ=ESVؖ`aM2^7DPjg:!qh0jcDr[ƻx|g/ŬPgYƁv"YEs[o[SQZ5:_aW@*t5 ugqnU 8uP+t=.m7Ng"%8Um%+ڣDfɽ+528 gX}ixd9ˢM@Qs|)LW|+LOH-]tuůwږőӘ^CJ$~3E@5zبk}n=3ͷ'ݠ/=ef)Y -d^W*EFhD+ Λcc7F:-'|Gdkpn8,e Sd[ VOfg&o -=yQ{җ} -yOؘ@y81ڤ|zQ4$izk15q/u8t!u8RCV.u8aVXalx?[j֘Qɻ״Z+>ճc}Vzu*? [-.8^qH̥'̨>iDZ&ڧOF,ȃH%fKD"/hľQDED"/x VeT.$mX,DoK$+7uo{M>U>b3KJ݁xt֣JݻAhO*Qv˳f%'<P.Px !1P0vf%u}D];c!>DB(;YdOWJB[#7]qA#45)D qe+ fef%"klo["ŒBԭpЖ[ /n@|҇֘%pwVZbPM">ķTȏ -RUP4rRS2?OH;dj9>n!̃xS#;)6EkFt!;%G/l>>4vojZۙNĕx۾,6o]?GF\FIGg ڕ|w ƍ~7r'$6}pv_ b Ou=%d{J߂?'ژhe,m^m3ƒ/|̖Yöd/q;E!m)(FX|C g#Fuff(1sȱmMu~V˽X!zw/2 Ţ?e6O×M 2_69@~}j2ٰxJoYLLYm2#n9~1)Н^XHk4M -"}*LwRlLa!e9׺N؏Z QX uzZ mv:^T, aJFY 2ȹ[-J.#Åq/K[ #C0d1PDz߆a`ljP3о6<Z-UұXu.WO ?jdbRB豒uD']*3fSta6;9z 4t4#--'"1%o:/ o Mz:hۉmmyDKg-"ilq*j:0Bqeo1e#mmu=fX$e?|S?b qh랹}RKD_{\hU -5äMZ>Xm~YJK`/;5M,MDO0ː*W%1jVP,X1!UĮJ섏t cnnӑ!\V=sXuY)QY4VF ЀmdF(bJ"eR qy|<@}ʩqaK#A]NSv*g֑J3UxeZpH hz xm~z/sgOB`u}i ӊJ܃B9BNUplX+3IM"ƖsK'dm}ْw}?JlF*ME~*֑`GڬFmKXFZ5CV -Ki%>݃AYL#C qW.ڍuJ/U|ٺ\rVepA}4\VZM!H Re}h!crRў_α؀_.pȐ0x !̡x@Ppex&G>Qd75\Ե!KRؓ۟.+y+?~w^߾y?Z?ALgo+E@R6(oGZ:/WJyJmIy鎤yLdeJRA0 /+8wr-$x]+C)JA!} Y.p}f[Ju>LdƶIpf! 2/g)u5+io:6|Y¬pH.ƖHpkiX5Y -ПaC/;}#ai'R+M/^*Y仫uDYc0␗Y=wv#:K{N-u2VX,.wC^w7ƇwEC">wUyϕ%Rn\oåg_"&'@>ǂ` dT;<3YrHEdjs\==6 NSGG"so&#j fR,zj 5*L(۷_&З~4KβL+jy;Z*GΫ<]TchD@=kSW_,v{kcW,4p/oPt](fEZufDV>/%|l^y\-<Ł$~9-wrܱ] 25Q{Y} Gܠ8&h^{X,g?鹍O9v~fx`eK-&v-d ύ}: =c;xX'}zn4Ϸ̿3$btjbg;sc7 'XxطB}znӣݭ_ng$H?~Bm_S2KoX&@m'jt}JhI#+ wIJi-)7!LOS]Lj:LJ{؀nPν|fjVXY -"/fS)3 `dwՙ=+65$?R]n)`$ |ʵSAF:!u Kgq)OHtn>{T4 9 qkY ]ZlK [ -kO  -0 XvN.V֑wNz-V#;WCWnʓURvU\>;~TkզTf[m[׻);ˣ-# /_ry[ԟo}wz +쐣Mekn'RSbjbs&={NMILW_\– AjQG*p5Nl8U:.>!$1m# W3PB-FIZ6u2AsL*{=RuB}/K(5vuQ4y;nwznLx8P_Q(|9v}ZoHK:{qP -P:oS[XVO%(2^GSޅ8a¹YnE<&U)`ڥ\jͧT tik0zr(Xtn~1ޗ;|yg=n0Hc>wQqcҶ%Q姇/ץ$/Z^}/) -LJv݀L4#\H*SReZEٖwv;BI-'&2D)s~ng=sYxlq1:o+I6/l5+!GJ"׿8a Jz<x,ݦo &2Gy#h)N 9M)f#0i(i,ooɟm\j]!2WP pSuHl*#(SzG;de+!jitSiW%H`/<Ď)5R;};8g / )ih.j Sd ->stream -Hˎ%XdX x jb$̬:@RwgUTf#"oҵ%ϭEY_NθR5KYׯ/Ҹ>v֐%S]}K5E昬\sO񾕜x_Bs~v{'u-m8lx'|wA_Ṟ^EBSgZ[Dc=q3% g\x]JZkw׾RNp(O5jױmdmZ`GXzya8RB?ǃ,0X/,LScVڮj4&=i7Sz:{0r#Zz(+d>O|yo~y߼SG߽_?}o~~^|_=||~Wo.z)dX-pdVeɭyJd N+xwڬ[֤R^o)Sf)&A[TZ63۞"H#a\:yfDIVVkc{F,mG/WN!ˡ "QluzC[~5wI ?iI;/Pf@,χ:_-[3o3ƍͼDiQPmf8ŝWr-1l} HO6j=oBM --3]JqZ˹;jI ֳC'9_;Lw.{ib9ΎG2_dJZhB=r:<U5bWT )O8lVY|l&4tAnK0^y?"duTځIv3N<>rT(z>]/؟qcP|//gQ'#2 KJKZLa3AOy3y=1=]t DšzvKo5՞.SOND@t?^^BS!DҬd{BIuO׳ uz&=ivJNM';UOȓ:z\gMn:nZؗW$1ݵ:xI^P-Gy:2ɗmҩhm29WR詢 dҩib|tRa,R^`ΙI䒴Bqt9W`-:eeNa#.iQ8/5gu&L\Gc~Y A [Aε#<'Fݲ:<;GN])f¥v\Cv=Ё*Iq6zR! )2/LHǾh&ErND4D]!iebm+y-qHSWqcpJuJ[ܿXe釛L!:;I$Q%zAOmI)h :[CF9dmt #IP;j -8e=ՠi!jyo:&& ҇CX^s2 -r q'~0ңJ ҼR!bUAJd# JBn dD"~,;//y~(ɑ>.An"⤵1{R穟y ,i2#AFźdvq.E=(̜;L5),jPܐF1&UmC`E_v^H -gkAv {HhƟ;w]J45(2ryjI4KxJzbKvs_￾~7K WyXAQBr%2~)0۾d;8w۽:{!h6$XE02 -3%gs p:O}54lzPϓ= vz;~A`@TFjtڱK[ 1ڠ8Gc.GG%7GMKΫ8q(OākVO{"i6%-º˄YWXΧ!Yer1m[Gly0~4`+Qo>hir1mLW=.f`'+ޜ7N:@yT#j>C@ D P5KP5fh7Y^]jƪ+=0$Z -`X4U;WIp`pF!e1$n%OEUna P`+Pn6k"^[6uSy6D :_WbPN|jTsUV1l6}SDIf$?!a20EI7j>Y+S{Z[Ux#5΅i QFY{XN9P6QB$m:Wa\0z\yiEnF$3%7nC#ב 5iMS?3HU:Qaˌ3tFA^Ѓkv.:;}Cgw:[*Ƨ5Ⱥ`!7r7`Gn u ؤEV~4ܡ)w`|b2~|6—/4S=uԈ.-ԼNmtmH[Ͽa`z)=zlN?NZx,Weҕv.#WܷirNMWeJ\i JL(Weҕv.#W(J+mwJDȕ2+=dZ/Weҕv.#Wz-84|BNuAai((HܭN4$TWKvztWq_>o8Úڗ Wצ+>0k +}99lJrzM5IʕRN䚪AN}-Jrz-+kiWzjk;7jrXT=&ҕO/V;5)+w޿WxiE9d`2 ,&;0cQ(ZQݡfM Ǹu4ՋDܚJDB$ϟ`m@/cV> qX9VhYr0 gHCqWOtXt 4M>:l=G`4 x08`V]4<& $]Z Eȭ4i,A(Ĵռo*1XN6|m4ּچx86 O ->̇ ~zhB1jRLW.|OA. -r IQCi`f)Ro_*08tYS`Uˇ2D)fL9UҸVo8k3deD8YF(XWD{J4L$?dDl,%$|P1ޙ0QQ~?ks:U x x)`&TЉ 0QJI={`嘇!tӄ 5~3i7ALFd4oy)>wvFBin-4p#/Q Fp+W8 z0F XL/!3>3^ẗ H0w *,6Viw,FKp{Jk5 F1}ijdWJ*eLñkkl+K}5-բڲ[3 -V x9Fv{_/ :bU80= -;N;<{e{xg-H!Qt-)f.xN)^nCSnCG邆W#3^ֈz+=s CBMU~(ݽ}:S}P-pwO-pZ%I}mK͎$ `ޡ>4?+(7C>Jco/HfOLH CZI[]d`PhqVBF҅w wAהPcyf!qF.xL@ӠΐNwN!ΐf*^mf ئxBA nmi܏^S|{Aǡm5(&yɣQsif/0n4_*l]eoQn #G5aGsG9!7mq!xm Lo6nw怭:'yd۷x?_=ƹ9SK<`8Y>pI6V.>B׽&ⰱh;D^1!TCT#[Q?4I0ڱ^S''Hxt% `B=C2<6lb>*a~7o~\CZ7,-!?_? ?c`.r6A߿55.i=ahQm̂ϟM]K1܃|3~O.H.1/W<4ɇV͇Ϭ~}=N{8U|D#(e'> i.l+"kkDMgdtT`w/?rF"_9np mMn*bs1Vak@LHmkNwrlKtlj`xR.+-պ(t'Q;#ߎR1pVKܪnG+qƠtZ5јXY3]wh-nI,ʂrN'LbGclWPnqk6uOaTtxBD"`-{nII YGUz(HOJ!"e}? WS.wALvCޑ-M_~|%a!JN41yVg wHk'kZGd60;`&g&c7WHoR%Uˇc)-Q~*ԌQIJUd IWU;%r"8ӢpCg6bh"8UYڟ]9mǦ48b!+kO%IvZeL -L~Dy'W%OG 7E%J p-D3S"MHXv@etBes3aus cH`2Y@P3%HHOLJbP>Z1[`~31#wcDe3.Adb#Iҷ BJf*[ -fS ^1uRν qSgt"[T\MEZyRWFn7ؒS:3ka%#81méJM:ĮJbȆ~6)YK=da5 "3 d~^l -UAXZ%ҬQjX-QM$$$3LB IAz`̷vE@m3^>xKzl~2t&l_355iKS-kِW!7 5ک]' * % -*\QeITU#% ~ :'!:JBj++DK_tj׮a*~^K0 22aTz; <EIUWJj@1HrID-9& Sb$〦"]x+ы2SڄDċ/'A #zIW_8hVky}=g?}xEg $P Ec** ,ײc@y | mWeZ"Aǰv -x@Hwqe@['aQdɥB %u6qy9?sfm{G~B #<:cN&PݰB6Ȉ@=.|æJyɾ.(qG*WwʂtA/  H[zMצ2AoK5rRje^ z܎$Jnz["kSeݫ~oذݞd5Ƨ>&6-މgf0LŐXN -gkҤr*'g1&pݷLc8[H%3D/c~vƲ6QZ5u]1[(B-OdLˉ 4b1601b-hj i M[*'[t2Xby ?"1L'Xf,a_;6t7VsQ=;w6j)%-xb"QS$11P#Eq'x̬~6UrYlV]Cf5s@Yf~0pC1ZKz[)zU10^NWTQ6?}E߲rx7/;z %Ffsn%[OIiw<ὃj3qMvt>aZ8w n3蜖ƥjtF<Xv%xAz̧q -b6b9kx)bbȷ[l'[ǽuUxZL|Ϝvjϼnvٛ1'vkvx[>1Qݜnv7_gDTp? p? e@?_^}Zo?|}=9zۗɳy{fsgXV:c5' _ !9rhފ ^l%(H!J56Tz+HC)ti("E`лc ?az̀5ICګőt/gKYAԓsJUM.K18kv9D#kОb[ OL/o Ы (+ꈶ eyJkܱBd:krMJ9UWfY8܍kb^KX0C,#\ P<[[džnt+#aO # 8 tGxEP%'N.%lQb*4Q(@)  -]SF9Yj(^Y.p)A2UݠiQ #)t0$RG6Pmг(驥 0%mפԔi(ֲ]{/LXم/oȸ]Pc)4:F]\VCkX)--Bh319ȡ^:!RN>E0~OмK9k:pM{T 2)+B^<nFwp\1[EzA.ޮ -pQXuOcqOYI1pH&x_V#TZn@ZR'b&cp5` )ReؗK>>R'dUGgb1:ӠSb섇hYFԍh #mZۺ_ҳ(I:>1煞+=L̪fʵ|̬ fy4Ӄ*^Mȵ׀Ue;V{͌iƎK GjEse|Vg}Y~[hx~E*~{6?~n# -ZLbE8oyBz,BHg/+!vu -q֤BS6SB晼8g @{pp-6S|k@B؋| :qm Bbr$@EwE`PotD`b:HQg__Ȅ\vHn0z_(1&ƌ`>_-49fd?S\Fx/\!Ә:}gj-WZzVKU㸎\s\2/XL)FR z;cF>)^(@JuA}&9AurVHsRdF͇|(E< BRm<{3kڥ=a"R.vp%E`ϚplC)奬$ȶ(ף )YE1%[ҭP -Kl{x~qDƙ]i ?_/JG-Ne\!-( %:;:8][0Eo㒸P"92.i*@ JȊ˽LYTsm0,X氽:XWf &?8Ӑf u#Hf/BEot "S -dsáՑ<T-)6$ .qrEL,SּKy=3/Bصyf)&Ye!?ǭ:K*҃C <& Yve +ImSʾ4ٙLj;9>G#Ww""}^G;#1z~/hw7pƿ0C&~Uȍ#! ]h趢v(iJT޸'HIo u)ů#AO+mANgq B$C+Ar@ /M8(pz@ O>Q{5,H Z5<(w*T>Dz|SQXG|@4G|)[* qx<(a% [eRRGua\%EG([uXN\̲+r= ==Ib, -ܞoKx`aX7a2`|2 "Rl*2ǘ& d6! ̛(+0z)&/$~*LaJ׏瑬%(׫LޥI]v>Ỏ0D -)IJ?2a.ahi;cԅ*hZ* *Zr>r8^[Nv]]800ս/06QNMlmǫTE: i_-SdΓ4}*JJpP&Yi8) h08EwudPޮ4Al: `Zw;!L?vy>k۰YdM{XH[[NJ;Xx^ IP12QKB[, =gսT&+varKֈֱaz>Lv" ۹82-epg[Ī0S3$UHW[L%G0$_L -9:hE).״#+k^8< -A?fL%yvٛWxVCnuluĔU4&j` WWVVXRfBc[J>pe3]EebZKZ8ëI.Ж͢"$]7WJP)c|b]!fY^\!e=PؔqD[d1}T>~,/_W4*4Mdo4ibkihĖ}v]FWQKOR9)z13{ ?wVi8YK(2tҢLsm*>zMOa\(/{mJ߫wsd%jw]9Y!}dZO}S3 ۣqcyk/W.x:Io~ӊ6^|? ոQdw{Jѻ+V%jlpʩ\CC5ȠviPI5AmJa&cAuLgțIR6ݯ4]')ťlAF%x靮RK(?~(I5zO۰]SljQJ]BKz;?a^Crlޕyv$VZ˟vJO"QG+ 5` 0)ëLmĥh ]Z /Hkcu-~o{ ƈtfogƬ#}Y >X/V }ϷoOk")ԉ O -iR$$A'2ҖQFMˉ&AwǧӐ$yd{$ցGBCq;:Q_ n@6˽튟тa!8\+tg3ynVbyB ES/>SщKm~c]Ξt^$K[B1i6RagK;Zh}(1Hr4BA4AG r+'Y]v}؁(Ujث{4aRT)32EѴ4Ln]IQϚ٥n,F[u( mQ\3Ȇ)tk2]'6~D? -耎JXj`Y'㌬,(_?$ʐڤ>S+ʳRHDJn= cFn6<{[0FQmAԕD{I03PmO2aeYkYONIK`\]+\Qhwxd=bSE%7;tZ\7v01cS&&,6,XAO2=ba;HrMUJFְk -:/Ҧ_Zh#Mklڱ&6<@%z5 -EכMbEJLy}U"@T`.Bt^VpU9 Ƕ(,l}ḅֺ]J ~vaa!YLJQQ鐌eO6lb h`I6@ɥfc4AIu@W0ZHJГ[ e0ݑ 56X􋆇jz¸5i- n$Q~|m.{R I$S^meHu - - ;P d:$"#P,U/!<  C-S59P놀 -TJLbC,&,7!E`T!ɼY-o@Kj"y{K/"W[ZH{) -HlhގJ\zUZ:{bD%6H$+דyF=3MqGnj Q&t0b"Q=f*k΀^/Z 9ɠ3J7(KB3±#r"U芽F@t䆏yI<"i#4F/7Kk/?9'1II]e+\a_"DT׊3ZAT5le .oDjk颽M[c,$n1A-J۹D]/>}CسKW)t֮]WTZY֥n]:e/jaQ\MM3kh%V+ -hڪx(6ڥMcN1|KK(^>Ӄ-H_q`A Tc,rTGR b,i̧|DY+U斦].)zKt}aD$v)ϋ0RĨxV?V0ՅѤMa*d e8K-X_;?|_~a AЏ|-*՗ެ&(>?+@ul;κʽjt-2-f1UGyՏsA)>/sKDEMJa;КVtq"!+G'~:Rί^7i=Ƿ7uV?Jlp@zqBPDzt=z_nf֗֯Ez6nk@ R#<Cp*9LmQ -ǐ$vMۣ -h7&n$ Ӭ3_ Z@i-vK. J/}zY-,L)ϒ*R~@1B\@2TQR)SIS .|lisʼn2z%\ZM8l"=NA#Nw܋ d3[4(4Nx5Nü2m)yM?I:&8 ';wn&_4 1yx̉~g?<ÛQƜr ^ŊI$^6HTNJǧ"h[g+mxRsu±gisXҩ,=tJK:%ے锆t[,a҇mY>$’ֶ[-ˇDZvKOCYϲ=ղ6Z۳IK,mNOc,o囟7ľoY9[zZfy,-=-OaY?m֦pKOSXA)qsfm -t%bmU0f{Jd- ݤ}25&6Vo5b8c9Ϧa-a)v6,IJlm 6=6%HMw*uh:W=?|[S|232zM&4([Yno7JʼSnJCZɦA33VaͳH,!XHڏ-22r_?kȎ{i!;X -my ;x;+|CU߀ /(^hya}:zBh &$fa(- 7 -0Us"-ŗdfR}G=V|1u]CmC$-%6+$^UQH>SBAYuߑg*6) -*EHM%T޶UGQ xē#:~v{A04ֺjc -kwթXnR0 b=/ -q)m G$Qᮂ21HO5Ⰶ$d R PLφjpW׻BJNEiV -*J N%Ǐ_ -S%JQl^!7&mF4m{})30`X6ַiM%UDkys:8wwKX?QA%.<)y:*е .^¡(`#7SEa}VUK{[QvPLr;"=xoaS5&KQ`vF]]-~|Mg0mv. XMiTSP"wnCKRH)jpL|\EFy}w?D߿p쫛AX'IbI :^XڮVrbZZtYOj@δ%k"ѷ & -&/Qvp7yX7AhԘ#C`E ڲ1e'mcyʍDvP9EV_ɕ237_j}u~+>i@MhJ uD)йMTUB.5]'y9vk{pjsDjFo5(cFG:9zcHQ"$ZAiqLOG$&@N.Qi͐ YfY_u׍:˖<$'r'y.SΒR y,Jha5Z75M -imadhzk7ԂE~i-\}Y9/~BVnx= +wI1ȲY]eQ"sȦAvM/Ȯ ٲ4Ȗ eB#'o5yF.c~m+Lhj8M\h `jڦ_S24'!#>stream -HWn ~fgPIIU6A^"hnqQ8;="0lRDXJyUZԲKR"Kj4k-%kȒA˩4hID_NoNuz7X|wë?~xweyftrϿ݄'@7`,>}o_RHkj1v&Z)SZƌOA+j(X@KJb r`O=%+ jHF;9ŬbHi@D拼B5.N)F}6%C硅>8.Ajc*^VUKv jTپT -LK;ӱ%J>< -'DgϣJ^K3^J+ yLOY_zԅ`&c-O|_~;cu.fqfH) -k5\#rv[fr 8fȱL si.gv.,{?7}w_]5l쭄;1'a)[@/On|j%.{2yMG:LZp4<r5LG -~:nw#_l)3!jɝfXXBhq/4N}۝#Kpx9J? @!MIR$*=셆vwL!^`n8:L5D OK -J;$Tu=9H:6iGxyLPαNK# =w}mL)SNP2Ct0ƞ^(|C * ޯvDBJ8uxa\ UsC;[hHRÈ"+XιJ ]vA "(p;rp;8jGTۥhʨ,9ĞD$@:vW8loԚXy\ Ke$%vOVi9!([xO5={1\n8:LGL8:Lߎl)!'f CpS4*\(x=Tfpsp@ԋ:R7lqSԏ>Y{( >ր9jr)^ǵ_˹UKoQe.e7~ vEml1}zZ M4qxi6@0qIJ'V:ks{+3c\ѳ[ EYF8p=˗V8<:)I1E{ٹ&L+wTхóivsjz#8>>i6_ԛw7O_?zw_gOo^Z-W=| 7OՋׁnړ0>Y;FKT[/0;m#&Zh,) SZj4\S i,라mwEcK^QjoZ|}ܕE׫ uIṟ4j\\o\b/N?_h1;{w_Osq-ܝwM͢a/kL/g#X8ΰ'){57PJT){5xPs8c^ y5示WCũ!ݫIbtP:9jPN-OZ%'Э9 z g b/:}$\Z:( 8dIHX )GB( -)( >ߪwseabs޻NWwcUgcmAxfU_v]pG(/r*|cM ?}ydzKyrF - OA\!UhB"6S9!al{ոڇȮǃ [lU;<{Y3V61%c%I" :<%ɢzr1\ -[p׷1fGrvsT掝3_<ޓ{=N`qyn0+y -"ҙ!!NkzJq?m9~b,Н)2!8`39kRsj(I1݈}Ϙo#kLVN~ JL$PJ@՗y%i![e.-uڑW?&s?&>?J#Z hrwŕ&Xx|M=<ޭ5\˹~4_MrHkمAAe٩ -"#N1m\4Zm!|QXutWWs ,`5L,E"nQ^QΠ cS -N:Mh%jSy M"]˾_`Cr]Y=.Eg @Eu2 %*{:dTNlutk`u;+r=U/@l%LuP2!>m kkN[gFK-3x[O.G9x.*)ZkנJSȷjѧPbFWm1["+XʪR-V5u >sڀYלZLSgJ,w>=^S&%_^r@ _|m(?dPqF?ZђP]H lPwn  j@<c%6ΥԹ_ -R YpP8H_~1>[>WçTdVxyWKk4?b qOv '&Wt!0 % bd6?dI~ -TAc@!}xt`av@ePn@JFYC2 aD]Vr򞧹8 -]jSحW @ ]Ȃm৮ A漧XV@,iK}= =Eb\YV\7Q=$Xb.AhSmEAK@OX%s_ZɄڊ"΁# -iX(UN-M>*hs'ƖI<p[M MbRj"L3]vBI ]@[qg/&gYzN6Qk=Rڔ9 !z5>\ґь&SR[ܖM눦B%ݖ|ʰE7.pAE,䠈yX.Qyݗ>~zyݧ&y~O1؞_2Yx;\ƹn`IP F+E_ F'RTo_$isn?SH> Xi`gKH3CDCUt5ĵzK|Y -Wߏ'V'z=|~ D0i"GG8|(?sCzkɉOj;Wӷ~y&yyiYPyn";M:\#f5L[ Q 3:^RÏhd^|>vaط -6 FY6t' -wB7fc_N}9EN`/-4mq] -!k4 -Rٳ3=mK"-& !2$l0 m(Hc{ONGyʺ/M(!|ŘRyR_rŦLȥo͌qИl.OJN S:[NQ2}q./(B""}tat K@G.ԅ|%_rBnK Q-z 7ͦե/;n# ?Y:l^^  +Aق]DWU$i`AH!Yźם,[wΫ-wðU|/x9].g={`)Dû_lAӰf<xZ -?hI'*Bi? M&}dpɍwI[y# -j&eg|N映UR-qkI1"H IDBk;d⚖za8$(Iz[TsZ8ڌh6Ra!5k6$@@` QѥF`M#E }akYTN -(<5ll?GB+4ߓ:0HR:>Vė6d|C te2[iƢ -i)$g؅En38V<E-MBB$*&V{:*07 bkEXڦ**.6igaέ>Ecfk(ϫx Eq܆yi=wxr<$'鼿;7~BnM:t[r" skiLш.g:SIq:KV} gK heZE^V~}4Z?Nj/.Q_eqZD#ΟU_^5 ,-tG::- r: ?ebpVq͗80* D{O9 M93/T+]ΖT`WX@VLvu/ׄ*'y )!;&cl2ʦfr[?ɔYH Nݿ[Sm.6ulyȉ4\ ySZ+!HPC?I1DdC={y=kTP!CG2vydO'Wͼ=1bdj(^dY~ΪP],Og1_+Y<'}o:aӳU9|U7,z/mCb7IG2Q8it>1u$mfL‘6.%'Ss mPnz"[D:DㄕGB"!{7/~N߽x0\Z .[Yxz`z -By/ ~eB?Ki[ Zi -Kr#jM%l*s)'d) I\B" 3c#` > ("8^Z5| [|0-_]\>bˍyu+d.$pUӹ\qR38|qJJ/́0.4JCK.ibk.l_~/R4gs*kM#!9 }}nz~K,5f:uȘ϶4A WzxV,CR%zuW{:kXi! T)*fxN:ҙ~0F2'2Z1 A9ŃAbyH\_U<}nǖjz%}a6Fu- *x|]c|.}%wD-ZұFgޞOuY8}Tml]DIjM6My362ұۋA|uRHN@3ӷs9i[˹IU\0+1gbdq{fZ;/[ͬ_žY}-E8$[A/`S']CqY\[2>\ut1}:( ˋ).h}m?E(u:0\3ؒ5K"B`mJR4b5@tu::G33!nƭu !M*$1?fD!^#X'&,,Z'B[10"|W-G T1`5 IbKe1\ z[ Q ރlHaT3EuYh6 A4%sNjZ7__?z_oWLVppTNH3̕8t t.n5/IЅIRc'}]o6hSVz Pn>J}TÅ}U@%T6W lܑEr1"Oy97nm*IM^*焟O 񘽿OgkʊCղWCֳ(AQ: jded4fv?V]NckI(>M 't !@M~2~om b'/t ?HQ3h6Me&(M!4WvU7o:_0cfN[8Noo p^G mI gj4s1l Q,媓0E05D2#" 6M -)K;/8MFTei#9=f367&lgF Lf-i .<4˘;Nx"^>crv`MRv[&3WiQ@v -h)BZ؝.aݳ2\'z=A̛͂y s8tb/_N(H73eIg45iK0Rٌtp$7\"x5 1Iad_[H&\KIfԁILom3ɩ{lR]Dw%*s4L/rїQ@rrVUJB B=[5 { bjZH.RK͔!E9e'ٮ ,AB8E 3({@,T28qR#u'@J8;Q] W8ډLuly%C e+Ĺ_pEPQG?e.,3vgCDZj=*ij>hqp8īpVFQIfZvA -M:b]ۗ-@eV9mquKSS9wK䀶ApPsۭ`VA>QJRguw*vGƜ?@4vZb#.:.8Y9iNKDS?TFlHk gkD[UpC[QQ#Bh,Vp*YVEg;!%S4D֒( X,(Myg RRRi:uLȡaּ2U~%(I٭yqB_g2s3 @j aee"䢘ڋ?Hx$Wp>8KvlP`.\euL1`pzNAP`b! -Tq=x(_>ܩTao0 iix};5xO ]ː DžVcA+Ha.%ӡHy2K: -A eEXP 57QÁC% E%ڐɫ S*2=4v"Ψd8}4<-Ip EjqF9: `I*\r|3W^??]j0 ` -pI6@_xcj2h.IK-5"xRg޺VQQ55 ~6"n1UTyln*V!Qe-qJf{oМde@PCF&@aQI I|)" P/NᆹϖSz .(VN)uSrwz)_ߞ?}[zJ~K6K°g+.ȝ"9P`Ļ\Fk[_VJؚMu*scLʝ 4*$^ww)L[kK=`\dO&͍gދOߓzMj؃?C#6_u@zNiQ'IkK;{qH~w?/_}x=)bX@\e6/g6uwKP6vRT ɜC:PԲN6S5&qh:^$6"= -RduvY!r5P{ڕ0Il5A݈d+uYih?~֣N>/m3L4|F.N6A!(٬$.oMs \T +xB_0VmM}-B_pJ~Ǜ/j.;=n7C8 BS!h!|ٺ[Cs$gͼX,Xp:].ke1wgrvmt._p;d$ZEt%)QKY栛&$LLRP ۰^/X|Y~n_V6 ^Yg)&z/QxءC&:tz62cԊNҖ BQ-rH:P)Wt#d?m3Ƿm%@bTY7W-oRTR}hwڠMOb9'nf9PDqJ4Ƿ|~$||@\@5 -r(ٌIyUvNex8-RG5toevY+bcP7PRzF{`Jg7Jbh&3mlt`UykQd94+nD-,b_-(~J^v@1q˰-40Wah;JBiZ,9ۿ6~χz8v cI&f!ŧ15E5tԱHXVi8Y\ n[ͨ;5g|=q0}f^=VǾg?uu?~Y_xQ|ڡt>a%vlpx)@$aԦQ97ԫ|u|bptk׿NRٶ^Mގ^޲;w{[E1<\ Dȡ^Ҩ Ը-lJ>ufmfnI0Z3tS'cƐ}kS{bxf;DٚU6Da'Ƶ6$(Wj.XA&9$'/IsnF=\}He\j?"i87#l44\0;2227n(d ̈.3Rf0]:e4-YHJ,.R_,%c䔬l69;/EaGá؞ ^WqJ2 E :.B̤Xx@4 ~'qB7),s)lcN$Jo\)}-)響㛀dWj-i{#kRZW%Ak9 i&a[62!+Abr }yy'jU* f/޼! s~`5UUR.N:o5$Rwcs!B0 -;ԌP<)FkXT9V|c7dt n蚧@&`y{֢)1o=Uo0oS=0 VKJ;Hh5 oAC8|⃳,e=kDGcJa9՝Q|]e=ӥ* j9m?qnc[~۹XLA;ݳ8l9Q-jzZ㧪*y#ȚXCpQ)\+Bć7afnq_?4rZGQqTNz -Y`K78%<[wB <aG5)T8cmwt'ʲNG_۾YjU Y\:]zDrB!"%_|k UdP]5k -?Drd]g껧63}6oj(<~P ܷx ߞiԃ;g+" -?iDut}%{PjPh-yቩ<_s!^8IAna~VV@JK"&'˵ŧʾX+WS?zʷԊ [NG꤫V*b\MVVL|ǟۅ[|_&|J+kA6 hXJW쟙WӶ6GMl2L˻5hWf4#JuјZu߰*7Xo{5! ҘόUvyMߖG63,!#೜WS6ȷgTD_[]z}.[f}0e #iM2saBi"דdV`,c?$҂[>hunUֲms|)3j% *}"yz,JT)(cعf,AP< zyR:JTHp~ϔ g˸z┘嚘O4rG.tlfcxx6L9~%|{ٿ 1X>UT\NV_)i[vU>]Mzh\~rba-{* t5aiaIcY -q'PqGF9X -02{K\}@U;d,az;& /kOu_6u[RsqKzS5,gW/y29XϦ}wnR+jEsXᱦ,1V_ˁ -DQDl7"# жmEjp <'KƦXYIR}%Gf_+Hyi<3Mpz\؏5C|NB[\+o%Ô:ƾ7S~ZMC夌숆9 j>l)aai~^@[>k]2s}ScbR͇Ku6z=Pznfƴ73oiKx.[汬3!R D0IP/4>%}ƱM.ŭ]W[~𮰼ZËn'}5,q-%`zj-K@m턔%jhgkOr;&Gm9G128_{Km"k5H pbv`i$iXn *ٲecVc\sW`Ͱ(itT 1zM*dZ()^95zF1TS -\e;A$#ye<] GҼ6>IouLZ/ס˘hWyI )Jѷh7B}ght+0$@=K)+ =tYx?–4mC6T.eaPU vX4ɑ(OPĖ5f@Ơ9y1IF".ER4;)>7 L|U|֜$i1OH# ё׋Lބ1Y5|ݨ JsP21H1M hckH!I>":@6~iMP:Dtk&NMS|ZJi7.!W4,Y[&LYZS_ۆAW,djx& A~~!)]]Mw,A,WF$öi&V\atG4k7ˢ2{㞍 feB4TWpUg9>KwW@e -bGI^~0VXA[ն'6_UNzbK8Ao'ZGְ7` -^'?>ûOO?~|x|{#Hڒc1 rn0H!cT16+B M>U:94H%hN~A7z$*\1DIWtWl$ ;^D=z燻~还^5 2 gT -y8VpfH6T:R6tN+ o~\1d_w|#W'7HMHATIaUf ^zf x1,q6wœ$zꠍ'ՑxQӨ|d|^UU1 ȱߑ{򾠆%=Ӄؼt _}fVԒ|BK@E -փ\aZNAdLocnrbZYl)Mf .@lӼAOw*n8B!зtIITɶUFԻC~hRkBEג1Ϡ|!E{Gze˕w󝆆mmydlKgݒuu갬^弯.rWdW{_JÆ />HݲNn0_e;o{gӐ6k̓s>W{%Qbz&6V9/򺷾˥VYx.yYի尷 ˾{`D[bA^|Y?XK< אXC_ᖗ\Zh&ݔ/PY3{vW`X%7?A\9F<]5M2ͣJZȫtus<19DO>Fx1pӬ^ -i\Fo]Vc[z48Z{Ѽ1 VLQ} g|Ѳ覰Аe݊S&l jGs;׶dm(Ga`uȶ]?=NmhV VDZcM2%<Lw0Tb;»^c5s174yukDa}*Oٶ}`;>;.|wὂiQ;T[~tG@/MUqE: a>S'}#5w)"8Wxy^!2ꚏ5c|cɇJyGwnPfQ;{_W7AF3ih%PsSI( " Rvo9Y{ -PP:lq2]ΉCO%0qd@"j*ٙI.h(H;SJ GD^5<S{eIiX\) "BB9̀Pi!}^"tzTfى飏nV$"Ifi \ |w#Oi8LU -’P1cԩjuC]`7;TfMֳͰ@Խ}h -WL/~ߑ??}JjqlzjsBCc0d< ! "Oq6]!%^nXì^RdGI!mE1&F1ptCIb6}^IOUAj~e .7A&e%'prJ!|kp[;9HànC<$rQySܜ<n|>6z]E -KG=(AK 骱R  (B,!\skQ'~=emk&k_kIc~[vy!m4W`$y%闯O^5' ,5=x̶ň6"mĢ"vR["'pQ[cU);0g$>+vz' S[Jů&L1|x*fтx6Uf__;d>at҇l*)[8S\hxi(@p.)6'*̿k endstream endobj 378 0 obj <>stream -HWn`zl/B/%;@5pF:_S}Y[yyDSݬ>UO٪ӜHwp4}^mw8I_t}WͰm$7V_.{S귓 Z.ݺA]{wۿۓT;Q!&LEjv!nv7y;RDOLO־h[H]҈#*/α3‰VwM;f-u?l#AKYiK`){UFw)$*k׫gwoKyMb}*_n j-$nU`@2G|2~ܴ2'{C[,I -+jvnְ?Joc~*:nr,v> ֒@'Y0?ڮy6g}׌ʆXccˋu3&HG =Wu͆aspY7Яv0<ؐ8M]x"&}RGii"RsЯapiS .ŏvu ?V0Q}%/i}$`ݮ6FOg'O/e*[ꖶ#CLmz|~-ÿCۑ qO4 FV70 -r>ݜ|S74؈/.G{߬L$Uz|_!eI-5,u}C)o'at;_ӭewqM18p}^zRiӤ}/f)98h/Gw|$O7 -zhz 5_+HcXov{{v5vn\ ?s]{Ҿmonؿkw@j]ixw+POO2y7k4ԫ eˮo7{Q*O uɟWAE\TK-49/&a{t[tXҔT,EQˢ,"+b -_%Z9`[nCWL*[{ 3Bz++g &0YfϢ:mf@–LDg]+1 /=[GIJ * *p 6]1d!E(iQX5Ёr$y,b ,c5z33Nx=ʳC3Qd|g" -%=WK⻒<)<xCC@ĝĽ*YQ>R'B-/fonz$;[]&Ƿ0{ {KI˦d&/n&/0.# -̋<ϳgJ(b;yl+ͥǭO[s - -Xt2ʜURؗl)B CC,$I !!) r"DD$D4"b`W O`' K)r FҮ{]J r8`YM8^ ń7xZP)Ul* -BW@«`R"+4E-0+Q49ʒ0U)BxǼ.- HlUU K݈a.fj4qtl -5f襬y}clrbuD jpkGBM~v[NӢϛϊWvn+^.T+fBR{Sl\zd2OkG3r[ēk7~Z~;j`p$I`"TLV2`Q.b{QJUjxI R؄Ew|G MG!H!rvE,tm\eս/"~#Đ$Zhi1Q̡^OD !m쉣Ca*@"! -'h1l7!)%o޼ٜry?;=݃PIW.vs҃Nց -x|}bzC%pkӭ |C.&Ċ=-2(N,+Q L{0ljh3sE;L1Dz+@_M<ۭλ5 o[tQolVetQ\lS]h#ghaCZ1 Yn%^%dwhLc_9 E7Il5ЗUj:ȹF0@[1Ŝdطs1o,&X -g7jRg0"mLJ7SCC%K5ZK@]DM)e͌µxvz3!C&%QD6Ņ^t׉Ja3iw;`i2:$2d@HF00^/̀zr@A1LZ0&2JA8/I -kPWqLf( 13(<>QxD -گTz})>,e?K"_g:LRuCe\RFN4pUZsƏ} -|ן?˗ _//~W2/3>h;ff9\ޘX$\8F|,%auőrm >xu.cVwΧ]nT*p3գ1dLSD!㜑NOOn㹭#qrob`C^vBrz6)ֲ[On'4rNg=2[d6Bb`Q/$w4kYL1l!lc -x|}b 4 `&cp`p0 |C.&|UR, u@qb1X\y`q8@-Wbvf(|ߟxC5i?z?Xv苺vy״rѳqA\m. --W-U .4Sׅ0Ÿ< sRq/ )%ODgjO(zIm WqS6pGn:sxl^=?Ӭ?s' -OB|)|*SGO!w3 BM 8DnQ]:ζS}h N{~ﵶ׶/QjTVU{ DBT0@ !:!F<*+#W"A;qpOH›,B,.p0P}Ytq>.d0gϖݳΙ=\n}t^̡må}ۼ]}f{k[s9w - h|S\DGkt-bG z:A(ܶxr1 4G7h Кs9R K 9sxb}: 7ׁ70,o+@a-kA_ ( n/e6 %XǴh^. tyH4jK%袣wK!Kk-4K/e_5k.SW\ĵ k)k-j-iS2Zm*Rحg{%[58wu߰/|_BdPQ)M,sTSfʡ(zHnht3X#L}cK}t;ȈeA3 X8 jQ eCG>Lh2N 1/)Ӏ φ %#Q,v9ṭh#CD'Р30 +1i̦0i Q9#'I|Nl9\`"3Q{̥ś;3LoN#?1φY 6JYdI$Jz&9(#\Hܒ7BLt ȁ H;qvahʆi)2'IBLF 423Hșm3,c CF]KeȆbٲxFCg4vbƤa;=a?' ]#F<*aa;"63r2'ȍCcSp,qg%kjv~Eg`%(\!nx-PZڠ2qi z" -j\d _[d^ PG %/& sz6 t 'U -|_! B.Rӵ5U FR楩u={E U5֕յխ5,..*s)t4jmzuς뢳QW8DP4` --&pҾ#"! N{Qc&  7'%L֥` 7?$jU]"y4AD4)wn)Zr]'gT=%oϳAǵ/y3~pr`y??p[s(whGa1Sgv[4q=@rf[đk:XmCg '1=}m$9&ߓC Yeln-fsl&=rjΝ:[/SùgO#ܓ0" -=(/QiRu[7تCkRiruviysL._~`%*wrɪĴIހܧ`N"yxs3~|>8x0~v\"i"˕,0#aƶ̕RxGJ]K^g /3$a97}o-dEN/n|o^+Q7h^=D :S ^tɈsS0`200{#gcw SpbN}pp"DLJWJ|8ZA@yV./B@+ t<..nǿj TnrSly80JeC2gyg!o=Ai4C2`F!tZpE+ʨM9n2iAcCA{y<3gώ g9D)bm="Ld4@07%tt:r'҆Qs#-`_@hW.>3{u`kD"@ArّGjc{c_Fj0l4z1^cn\Rt^8RfQ"FĹ$&NdqV!갢*t![%rd:D?VlRIU,3\ "ETP=g.apG R7$>]Ii.X}}% -_6~*C!N=BuM .଺.[epB.gao%l'9~U$| Y*(Vu0ΎM(SY1U3g)|qAӅ1pm؉OM]4۩9מ&B~VD,.A!)'JرR%$jj@l@u⨖ʊiTPR~%B%˘2tA۱S}܈RCnYg oۖu[00&(0Aaۆn׼`LPiB gEl6 ˮX~m5)3` zٖZx3aL"*c3 4ac ؤV-6gHz@8EhNF- pzgpQ5V'TmR83w8y֨_Pp1%F}K{èyumAQ.X%H~H}Qpzrx~^Ѹܐv+6iOv6UӪ"wzO_uhw>w^ջCO(Oy/zi~VWy#ꔫuKIjLmK?Qy+}i9op@.BG[r6 zO"FFOZЛ6ﯼ\W=88;[ -8#wIEQ7EWT/'s~Z'VөYW0nt@Z܆eԅ8;!{zRvp_r7UJ4UVIZ!x殌f1Z#.RA~V^j^3,`E0`0a>LF"/ LE$piFMcZ 7 Hxf5AD$XgÁ>($F af -2^<cpdhAl7f{)v5`Sڏ4҂&$mv-|[~QX[DWL]y31V@VP6ghijkK$܍Y[ɹ 391F!^D$ - - -_K-hE -Δа0H!Eq  ;J͒ԞvZU]ם[շW}3[KxRG8<>$f,0 Q%31};z;^៴Zqx6?,JW ->08doqa{3~W]SݞMs]q3 _2dp28lW')ʄt2294;q"28lCe -@ Ck]C@(Qvf* M\,*̡ҐmDͨa(Rb (ڄlL(ŜæFutBvf=a62U) h(H ZҌn#m+chLjlRx0F˩N̙YŬ0;9ɀ )QLRa:\CѠ;7L_*B7_2~=cSgmW*j8?YV 5kcĥHd &JRjU(y\HQQT E;I5Z)@J -|~Ѝ?sh_N34:3g`>K{hB~B3cuk.Zf4n_j"خ+y| /ޱ]Kw#?}U6| @@} <iGsVD$MY.-IW#ZME'Ft>/Ѡ6=eFoc"zG~ bC;Zјf41%nз騂:/$yQv -2K |bFK2I=>U5JZi.q ;in'^iUR9+ThhDI 'OE?'틓DFue*L4pLTh-Qo8ќS=]bj1H-It=\maZ=ڣbn1[QQ)ZBӌoqM?C4SBux㵴[L-iE3G=DFX T{'5`C ڞƵŕhT\JƅAy[_"g׾ΨoB=sӗ.қv[~ ˙u. -ߌU . ʛ)/[xb!cO..L\xD ^8ڣ6:3:>r;#ʊ X6@ik X`&&8+j R]H(8Le赌zc8#1Ffi[S1w'G"0$ц8̳5,qڋZ -'"'1q[:<`d[{|zK -;q5=//DfqڮZ6wWU-ҚM4K5\0L<* xY 5eO M//Tnn n\0ԔqȞ0LҜ7) $H!("`""8|[~m^oP_z5q,86Ξ"6qiϥ= TsP,;nGŎ׳ iDؓ`lnīfG!)3%-ɕ6sR8X,JoRM)FX[+.Ͳ2ZosAf^n)c ̌cb<3&A39+S21 Gxކgy3O,xvKVӈ<mn6scl[8( ?P/ mlL! Em,#sDwݝUu܋En)3wZX{+M$7aOXS:$! {J 1(`&ma- ;", [ PU "Cc -+Q]>O;Mv-"=~%_j[g~U۝<2pl7|1D; \ſko߼1 -_XpŒ)*O4( BThQ顒C *0TXXhPaAł -2 -Ơ.Ysw5qfn*ܹ:̛Q}Mf\f8Q#KMKhKJt` -C'N%S(:RhN_a'#1bT1y)<ח<RБg@.FM搦}R\Os1s1saskus=lzxZǵ6rv]84'CDΙ†h+8aNz=C&}1if5K0@@37@06h0 pjȐl! i x)0cӿet x8 CP#&0wAlXI@D -]GJV\L6JAVǖGer|y_8g$k@'>Mqַg# `ЩZm/Jqq '92%;H}%#;=qá]E~ݛ_vgvowM7p-`$%@2^g~Jt=] PWHYHNCz/=A%B\ JH{9BUH@J8]+~ KÁƑRx£p%{]<De^ia,GhM FTJx6UrO'(z+>aY2jO{Ot_zC_y{S~^:)CDl r}+,kaL3˺3q|/ .U76U]_<3YJ3UT+]߫I\A_LjŊFt82r~P|FYlħd5oʨ6 -uRT+UKRŨ',P>M0py"4ӡ єhR4-LFrUS*<:VjNX$|kmZMN)iNExp `:<= k+߆q֬ka7'p R4-zbrt_WLWxͮ:#}qEþWHxy$uM]߄JTv>nkTʵk#휬Y]Xf.l~2柑Y />$$ .. 7ǻ gl9d+mN)q, xh\KOrkQ\_[”K,yæ ՠzj5# ;jPwz*pg; e1; i*/BQ[!`'-`bX͒:{z[V;CGtWSN#ݨv;3.RmMgœbL -Ӥ${T|:kKW&uW5nM^nomf wK%K(w=~rmx59A߿bhe/$}PK+y+Ln&gpGϿ?8IX,8 y !wWUߒ')HIp8rlUYLuu*t#8.|0{/FO&#pD@/PZq881:f޳~ * a;\wN.<=K"Kq>EvѣX~ C;ܟvkfţW>JJ>}|7E#-RUC4 ^g\g`.4h w=]7 eIq|&I@eEza{)~~/V(-5jiV޿`7j/9Vjj $'"|"AKnF NP wTd${q~Q#==yK[ VGxى0MKn6;1ؔjXMQ. -pUr͉ D/EItx \NᖼOí4G;%A3;!YZڒ[]z(HaK"~|Ie)͖Ryw*e٩;OG#C[E<%2hIB$S"qך,N!{t%&7$cE7ZQ@ X*֜s!UPJz~l,@9X$ܫVnV_r"{􏫘"iqmg2DDߘ%95s޳hT!|6ToT6 5*)U əY$`G[(RlGgU[FyOc ElZ$5Ldtʶl0H=pV%{JDޭ}+xI&ۖFeM䥝#KMP82jlV) ,͚lTk]`K'y%(MԦA.Q+;' [XLС'3\XO2J T2A@x52\"meY!Φu eAA -rY[͓S5I4iuOMOͦr&piZ?6sQLkO_y'6D;dQ[W6ơ-C]54(:g$ATA-fj$59%VSeo'n)ì4^n`M6ٸ3"f]١Ixy66Uᢱ (b6Vd6U MRac⽏n`ݐ#R$zٴ^48DdtzIDN`e:IK.NV¼XB3a)w Z&YܝZP;F 膅K,V&ES -Vkf0M[Y7āRz:0:pJVd˕ٻl}qS''WWJ>.9FPN,%:u) - endstream endobj 379 0 obj <>stream -Ho?~yc 0o:VBQ"(:]ŷϯ{v;$ٙzꩪ99O#q^N!X igy^8}c??{xfz/]<=NC[}z:=x8=Mg/w?_a瓟H -*!%2g9PL|i4͹طҐ$~2N8G_z+82IZBk)~:j`^&-s1vg4d2u޾zA3ڑ%CTvYH-hpsDC*ݯ"f 4,g*g̜5q2`g"AuHC&C2uڴ?!LI8mnm)YPPҒ6Jt[ڋ; $;19FNoZL|]1ߑZ)SI=aNfaG〰sfpqQ YT]?ezL .ȯjsʂ qP"8w"4 ^eR1yYDQ +x4J|\ɤcO|DE3W7e|apJ WlR1Rf jʇiΠC5\_sxLUe?JΤҥN UQԁyoF Rl_Z|AcD<7A QOZ}!16c!b=>Oٵg ?īvlRCitm_gQDvm2amQ3Tkrs^V%:J0Q-3E`Rڗ"23<9SƩ$ݑGsk >2:5Qha25/w-ap;aͩ͂! CHK1 ^f(ts^*5,E+D-]e8ŻWf3_<T A%uAA-77;2Wh8 Wmt@|:&q6uJ6U`ĮbrÄDz3dd=]1ikF`.X~K-_ZY6AVh;1˽s}ⅅʂ\ !Eq -shψXD* .˽} ¤ .b/0>쒥3Gi]Y!TohCi9gS\ќԺK3]sNj+NTRfF2c+Yǁr۪K2 9nt8Xa.`) =A X* %FVoJhlH'*~yE h—Dq'|O&c+ɀI^mDMm.'ph s`k-:H\xQ/~qIwraQ=dfc YM|ro0־'ge'/_? pɵHv M^{ݛ{]=t翙vDY4&ZlFeH@N[J dY]lC $*xUD 6-PsNk`_6\DĽf[!ȶ@yunQaqq@֩R 0g`xrVY,b.B6m*nT ˜nN0qR:A~Kεk+l>FO,lNzE-B) m8ZWwY -~]2Flc. Xpa,fmRAR -fwQ%o\g& _!%*W;<vjKMyˎx-Z+U:Ll[* -,fGHdYYyc] l jqJf8P<$+tUFΩDŘ&յ9TMV -L -p߄lljUK@fCymP-.zJ$lK;Eˊ -OiW׊"k&ɶ;GIN6vҕ &O{w6♦+h4yA [!E(xc^¬w~DD?#aacFCd}B -=6(T޹3n -^ 1f7vG4lv/FR#'eaVR\ާX*.WyZp.p -ECFO5er SL|ѱX_^E# -Œ0S~(Οat|%u/+BwCHb@Mث(*~ȏ dT8h0gNoj=A(FT(UcI=_#Hb2Z|J3|Ş" R2j@J4ϩN\ĩI) q YL U΀;4,H`)xZnUNEA`YB46iS:GhH:kCϷp)}tKJ .p'˂fzv`<݆ -rc<!ˤSnr5đ jaP~89DR9h(娡 ; a 4SC4f|aiGf /="eaWV>>$.a -9hTCM#$]X )WiB+2`]#}%_|te Z8}ӌ XGHeDhX1FPLj5d剚4i@G ¢aM[b)_fohUwS7h:`q {)| -"Bcz0V'2u:XmZ΄ݵՏAHd]yK BA؁F^ iLvD@|2 PPbnWܣZO(u1 -~U+(ҵ@rۑ)i~m=TSżD#IO@ͦ xjn D2q91'6N)j:%S4>]Ir`;1"(+\d@ė#qm}$%3d}Wx* -13MoWlt&wa,p_{_o{@v>~y}ח/|__/ endstream endobj 380 0 obj <>stream -Hn۸ǟ @nz6Wv45ФJݧ?ll5Jjr64Lwcc8;i};;6psq>z׿8$2QpG%F;ńfbv|=G7aZ=]2?|#=H.j&Q_=8os?:hl?j"?YЀqOHw+ϒ2Vݟ߂8bkHYf 8>LOimmHNio Xf]0 -/o_2Mr;iL0 [96FQ) -Pw- A-gPZ\y(#1EsqC"S^a[|EH^vUmCkM9iW{޺=uS5ֽΡlAEH߃|O>MC!nC֙8g!<2 -u7&`DL1"+ƪ|蕡x|hUEu5pߦ*xLIRdYfZ۟[hD}ZRsGE!/4y:d iO());Nп%ɕ[[VT7??Jq ~*c:@ϼg;Ʉu׭z<4FQ0 x1Przw;ߖD9}5óup=HUی.@.x Muz\ !he$=4HN<3 @W )@tru14.g$gc_sִ>r(K8<҂ы73WR5ART3JٲBZ-f΋ T^l͎{AU<TG+T"T~#YWX_rkiR{!gʀ߼NZcJ"T݀lt[X"a深<HǬñJS7jjx!ؕFay!7>wk_B>w$xkkAzJz uX4fuq_-m@WEIE/Nz0J^" |}zTTKds3~q ;0d῟Z\STvT ¨fDd#B*~F@vf7Hߎ gE`--f.zgK)}9=ӅؔuL&$_hNmva63œAJ!n|}98-jOՖ\_򛆴 Zo r),Kk(MJl}MI 3|Sek/UuH REݳ_%R~ED.k 2![5T -Jp٩I}HRMtZ9=CkWZ1[!XxjipNQ-1U:YtQ.y⑾aٙuNT .AЎʊ=Z N4mC>Ejps_^Csd ֝~w -{lxڻ _3 4}8]*@d%,q`ڙU>Rrc{ז|=ei*!bDH3.$_f>B&w SPvvdN(!o6y#34I^'8g\6P=5utי<-h02oAeB2 3V$}R0Vd&AQ&ilפq ;0dbDZ\S ݘ*A,рd UH߰I96VVT G93{ -l#M)RpclgӏbN`݆mx>f Q|vʉ$0&%1ns Yת_l endstream endobj 381 0 obj <>stream -HWnH_HDRɓd,b;y E6͎[l///VD9fQ2$*S=Z;7+1y!>[]ǵz##c{`{xBz]HN;DUB"tz/,C'X~Þ2 )+ϱ'Ru+L&>y F<Xj9"Dz!|LAʩB-gW8ݻcCEju0]n,h\La*pbw`=HdV|@YI$N#9S4Ȩ_l<08Dmj=z,a-W<a6#Pv*H͘\NqΜ8$ޡ8ҟ;UI[RUbhۄ`ʦ|a܋#%A4fN~ \ ѭ433 e:Ш,GxhdvFe -4qwG_R~K,FnHq{ExCJL IDn=ro0ʲs$ːlZb&}TJnB?0I(j9-Ge a1H2ƳI)[iġB "A԰K]t 6 -&zbJY2l5p0=.uh q|G ȵl0*4F*g*0M˺ǖm>}`9Φ6߲H^q! ă;e\C|$,Ix6 T*oBM|(B soR j+٭Y+KCM<}M ivNwoCGǾ=_gYfzi^`'d+GG)!QF"~cZ;x]]9`^9vO'c?Ja+J~Ǘ?ߒK:_9rGݾ-;>XsݵOuxdx|&ܮ=:pɮ6W>u&)UW]o9 V[}H7;h{WE0h:Qo̿s]v2L*sωx1b[xgCk{VݩCwW;!&ےI0x d{δD -rn0im,2퐱4NVҞp7(V;f<ہm,bQAW#{|Dxmo1~7l,22?d˞%buUFl3gH2R"(1fUk?XY+99M Txi$zb읍k=s6<֪PH8&g"d.2(ˤ3˥^+RMc7Ag9 KjWQ<-vs*\T_ZICA:RF\(KAy ) xШ%+gbrFƞEclLNۙʻeSyj8R]%UZ5uu Z6XRH++{ĊgTq;KuTτeǯ-#3Znۣc%N;}}\@ "QFʛb5Um zYV>Se4`l#iE8Gܠ\ &]EnBb+!FU'x {+QTjBR2bVq:xvG*׸S}z7ͣ3p)LOݶ} h^BlW:ݼbΊr}u)sGg'- ` -%" `zay>߂a;{ld'["u۵/7pW H봓kzN-B&(T2/cܞj.ƍKffpoY\5ʡ-~<~s%Z}?AEy҃$N猔ߋ `zYLw4yc@r2]b7V{hzlf@:2[q؃D!^-h r$SKs?:m~O):SeZ#i% n oaϽ ޲j~H^'1{-[6CKA+䉲rTzAvx4X6;dUh\g>5se~wztۦİ4m)2=,O,+jwBMP"kL cKiXheHxVz -qd1h, J2fq -`)p - s^2vLh`@,?A|p=ȐraU+f i`G`E }YR1Qk<{Y_cN8V U - 4=Gg5`y L)Jt#W.\f.PYMUV76r))ᅬt -NI pwBZ0ӎ]lbS\`B!L @30)DCl`/dGNdU;~ȸ!9;u DTNG>Qe##`em !2B r:GQz$$;:bv]9\d+PD:hsF nqIhTcsZ\B}O}*xzwԢ IY|:_<{=3p*:?ȎQ=Oƃ`ްlǡAoX{BpIoį0\ 38pڐPEk 4W,R`<(#CB;|\%>z ALlBe~9JJW 3ͣ[st0 <&o7SZxZTJf҄˸K)Ҭ$􁢰Ei΁`P^R(huG|0D[`<6A?^L`8QIuJ5m1.B=@>I],#@3kM-10b_#iU0KkF֤l8W ``lBFV2; -] endstream endobj 382 0 obj <>stream -HWn[~'^;D&u*!٨dRPlw(ɮFJ6YY,aw`{/WŜݜ/-E#i֞q&!L`mp\!V{lyr&ݛ_۫.HicHqiLA )X]|yr%{u z)e)@, 2cͦ=y]͙>2|Ge%x"qi!vG0 &genefĽ NS$~ %_ec*qJ"< l@֒#TJQr×kX"܇W\hn$U2zt3 Ln -% ?hd1[ob5?Dãg^Yo.VƓHQ88l"QA ZWg@qRo$;p1g-:PQ"o Ӭ6˘n=.d7qvEB5S) Ĥ^9sx}G O ITs(4RQi']Db ڊZmt^(Cy\`2TN !pv1Pj#"_P hQ U|t B 8ہ:jSbisܪ$Z8+BK4\=N9?Sx*r?Biw,[o` Aby0@,O'{ lPmD*VuMR6%Gn'ЌĞDmpJi oH <@h)b`bV…ւwJ'] /Y RjmM_ IYn|aBi`c@Q ˸p}<A]WJу eNqe]7G 65a\RZY]+pZ1tնqD0/3%yEb\LB9U33+e鞾TT9'($M;TtB;温.e_LNY]uxS7rzqpI\'xB&!wd9t3`wYjelgƁ7BEݲNi U$C*q9 ' uj)PB(=hdM'Ryp{K'PFIƠg ѽE?A z 0',H"0Ғ45(ePY%[J+xHEO I=`UG\gӦq:dȈ!:FS{v杲@uTќ 5WrkHDk.w9w;6E&-ZZeQ(\_.bPS/j -%yY_Ջb\ Z+Src9+,A]қd["G =/vrAAvPR1 ,hbv>amb~U?oҫ':uW꺿=zbzG +wXCzu"B:vkZwVwϫa~b{^6Ȉ8zU(Vwaߦ%ooV*|hEvÏwImPBq&cs=[}aET%91-4 ~ÿ1k%EDuC'\BmmGްBGx @3 uU,^{kKp 4B-Bd*&ǔ-h7b_{"_:qKG}ֆ -|pSrs$3NMqdiؐ`@kA))^"9rO,Ɓqc# ;wP0hhNB:^Ecz* -6D-I\5P% 0RNo,A(B']JmenS[6&A]]2QדۻSL8d)tkmO._PZH~&YVdoٺfw'O./M+\:;1^sgd~xC)'ˇ8"F/$Ѱ嵊ёp#ӿx]5ܫ_[JHn{ *EPԥA3Ѝa qW-t4.Ү3 2EjZ4IT0駤#xixr~t4ä)D&4h? &I,5GN>r57~ -`cE(V^ "|RZSv$/>c3Xu/YxQT&,ߨ$t{k $A,HZh;KCt%g|%}@ -$ -"\#O !zi+POq<EÿYba[7;;Q ƒ)GPZLB P8xODs$Z *D" J-Xrn .1 -@LO9í܆qFJUc*@i?:]<>'v; gD H)&P%o‘dpy-*K 8b4I cm;"$hK -ȭ0=-1st-qQRYgAOCZDj*T#K'U]䚚s067/ލ %/#P zlQ\Y#c߰3G/AYI4sFjd5J8d{%&e .f 1 I_(: $PXcJHhhv Ggw p"C!\")J;F"8MVGP)IgU 0(% *I0`?`!ƑSTOaDkp -NhDIDڔY*lbw`@t\BbxD.kn F< 3g$EPR7 )>% 0Q`vP0@e!q;5Y$P,v4Fjyi$j܆;?s @aCco& i8ZV܆U_K!K>AՈ&br}Ø~7_nίp}_>l_]yw~;e߁^z/+LĿ~lx>On{q~xٟO7[=ip{x]p嫫 w/OaDxT~pwoL]G\/h˳1Dy !dK1 [_Bx„p~3}RVU!ft#i uKs-FIfLpR( qHr6;h|}MNq"o4}،MvUcb 1#/NuHu O%VI&[* -nJdhY1 -\a0۬ +0)<`Hh'DZ@O/kNVqHJTI<7b:Oat@]Zd}cry܈nkfj.Ls]nD܅#|BP[, -eh7'Ñ 䥘*0 մ; ;/ls#Za4¨XFـrhxDNiF{2ҧ;Ժ/J K#b$ j楣G/VO 8iؓ½ /(貢kzXi2g Bpz1'#0ܕaL/gI )ʀ HcQCZ;y¢Y88j($&Q! -L&uXA_AZZq(R(6-  iGsqudhUaYnN Wx@[$w ݅а1فMr\kZZސ\ҮRo-Ev16GsR1C2=ۏ)tFM1s?_h}.UԟhA>P.X2ř=Y/iHGE#>-` -zV }\THAORGKr.UZ-7/c[Ľ/ |.4XgףXKmu%Xr̳ FeRM`Xvu/o&A+_ }(?Ɠ;UAfzs$36~?V+n nΉ#$H E4ȰFrL*:B~/>%S[>YIjm[BT '_jaf/uSǥ4*a즪cJثNT<Aj#-Ù$129$ȳcrƣTZT$Ȑ16im0 >{(`"rjѡw_8`b 2WC}zV)CjyTǭ"t1( >]|c]|cdA*hP)EVNea2dN^|Jf HgfCjߞ# -O*.up$CA ތqE||0#$9wC#&.JrV!k.ȱޮwZ~"'QJzzq-!-hthV!fa|Xy1{ ؤ4N}+{=rj46GxlQK>haS~!K;\qPeHXNFGrǃ̬7a֧myXYF&!]vQJw;ŷ̖o>E!3$!G&!d1eE~2Ԯ QFWNƯ - sA@ ʏK6duX Z钐Q~M5 *kWw_t'0m!]f_'qO/Z'LZ,Kq^F51yf֠!wtYD:(8Qcی@1lRtupSㆸ6ٝfCCx܃T'p)}j3y9yM+' th_:=C# !lqPUƆՇ"a%Fd=.N7RǗ~m:Hfjd ݹ;Pw tzhvw{VL3 6gnySeR T:iN1= G -6f#X}@>cJɚ-Ӝby  /{b"Q0z )PAhTKCsLy;y -4cR[hd\(BFGW'8|MOXݡ_}ܥuthBHLCz"8%'ڑwLzd)YB C:o": MF8;s$]PP`NlPI6?}ƛtZS/ -41wJ==&%Xd0 d 7L~"o3d@ 9՗_e -ne@ -DeAg?WcifYm3JA *P!I>?k#K|"爌m+HfpH0_;'K|)QWȳd2jLp2nlPD%eOMr)_"牝+[$ 0E;>XLŠ.W /_ٹumkXOW.fS`~ ZϴA."Qx9UMP"$F7Xm"XFLAx@% !r^<~3]gⴄUtX)FnI% %!0DsrJ@t66&-@DmM KT )H΂?RBurYxo.DSLP$m mB9Ȁw];Ɏ$__i۰ uTUʡ6b-kz*,㊫ 1N܁vTLv=ĭoVFFVc}b'b{G }[Y*Gseߚ b;ˤ y7>O.vVBsh 8u $ܸ}k&p/vkI-DE7v3Rhb`I֎ּы^ }eʛi6o gc91ˣc{ֶlnY(Dkp^BBѹЦ"[gL~ ^bE ;]-H'նXT_˔89esf/R]/'2ιtBnq]ZkvFnH+dv;fB*Ʈc] { ۩S: .4esP/L.a#DB~Huq#w *#oR@ ;4a>?yWn>e ӧۏwۿ~~?bY^ ߇LA D?ȃ^/8# -?1 I'b$ [ov ɝUN<o?ZZ___._ίn=h$տ}Ϸ?ܼn섅prSo~Š{>Dʇ<B^m< L՝Mz$W,訽;0[Qc/ 8vﺇ}wtؓHB oE'^Chq^Q5tfLK2" o+j )2fIj>[?Ͼ{xuss?5O_-lo)hOG22{/i -ө)\4NtC7[cH̶ d"Jt[43dZM4 *F֦KE|cz&`/ }uf <9}K긬j6nnČӔ2Nx$[P+dׄIn3͍?fpuhbqԸ\Oۊ1rl7+pvmX;>8a\y}!98VܪZon4D^CfʨM57+Q܆JЁ45r =0[Yy+͐{ MWGX7;՝^L1ֆjMGZ'sdջDɼH6uKe2dD 6m dǐѵZۇP[;RZ]D:[%8sef -#c5wC [&`Y_^wCghS)E)71.O 1hOAn($!i"'230VmA`LMB!݊SN30Ʒy3X;)0|GfHTvrX)N?JAs{SQ;$Mn$6&s*W4v"®;+hlYcri/v3tfh9de\pX4:%]EL)80excZY)R?G5Q0BfAN95TIh//vf+6j֑2Rg6b% ^hv Ь 0:9(gFGzϸF-T\Q R ,9 #rUFj8b"͚ʧ[!`-fԑy?Ō!+&K|SfuݫV[:8ߗ q5hMPu8z݂7ۘlT YS06CdqdŜ౦NԒ h ySRG|D6͂A܉8[7o~Cy@E/Y%y1"ZW]^>8䨜EeHu o<*bXrqm:* LS#$~2E I,$qioYӟY6xp(I9dW !+ u%偖YDd!" 2l -QϪ6Uo$Mݏ[_ڨS޸g\_-΍o=w5o ONNwn^= oK}[oy=>p#nY|SG5 TRӞ$N1dh f4 y4B].Ȉ?gFq'r.[+RÖ(>o#JV]8o -7NQ&`)MK)pjNʤ K#i zjZS4F}&V9 S.!*"ZW1śW Hk 4.N2bq١|h7H=E 2--}n] ~|Egem ۭFbBo3wĢڈť!-%prHJzrf)-be6aJz5XG岉hHhE4/ם8# _,#?Z9 hX@ y{ JajCz*9/¡c I5 qlLюVUU+sTjbȃˬIwP5Gh{ƅd2]b?2Q@-N'K(=ŻJG)hE1Tԑ6~XΪ8YX|fR< >R^GW"y[SEzA6p+列LP`>=G;PMc(LzBSenoҍ%T+syQ4nhkf81q©)qH9[4Xx2hfr+KCa0 'HeyBn(` -'`QT ͪYyK%# : 4x{<^Q2\ (<HSM U9yBws PUF -r$ -RxW6tbyVqFic$ :t~sun5cc%1 HC# QU}F@샮b4-{#5˥Cȇ. Vk],H-*8zw2MW{&fqDu dxԚk1+ &ڨP+Cδ.܇:6:Z2TAߍS!] jVBDmzhu` Ba(& -6.Hֲ4Cn# -GH#eBAIzl[敉 S7+hkXu/.2>0̐ RaHZi8jcGJn0y쒷=dqvB39Hee&T)6G&Awi*NыTRW!l^Ilr9 h\)/!(~i\Kp9} ݾC PF,BUjd`E/Rͨ DNJvFK['?$K9| Ep_fȎ$$t6z&pPBZL@~I*W0-e4F:xJj5=ZMڼ5zyPn] iVNh as֙fB᝶N!U6\NM{z`!>pkTJ@qILf[U7J&#+TWV`JI_1]{IrL|q -\W{_WOLz7QYEHoM^PyKImO ~-}{;-߾toFn0 ePƈM-Nܞy~}Tnߝ5 hlWSݬOgv+#[m*(@z7tM.&k@LBU* -5{tPUSIќ"Web^o̠ -}Sج uYܿlћ??^ܜ堔Q,yW@g25-Moe -_ݣfFgčL ~*ͧx.EM2$w/ 4d͸6|4^-6#lw6sd`޽KY@ 'Zy -jEǘX1?Lf$;lmn>d[=E+Nvtgהtyv@E/-o'?\tu_.⋨oy?o>O4}*f洪´Z?8=?<=~8=y}onܜAy9(<#CjQvaȬQ  -,*_}z -6OFfTLåU (/{2s_ s<껭F۳ux"W,Vƭ:֑Bx5O64qRq"?b\ۖ|Fxtp}3PY/"я$ ι2X,F٩xei"5)=q}&JrItJ.ojqe_}2֕ׯ _w_v~w[U?YO,X^!Ť.D> ƽQ=̠ng ^E"@%YD 9`7(pJR|tݏ3lr3{p= B?MRcrh{Q]ـ}bBv-`'c` eN70:t+86IHTQyȤ]A;6CA_֦R*NxQĆ0|sHI/mD2nm/&z+3)caOLjyÆT`+C**RpkL2cAB2~r~e1+ٜ~qF 8;qDRBDɺM*gY:lvB/!t Wyܕ.^/o/~X -Zm3e:mEr㝥,E@YMJBW'$健r, BUeǞ>ܣIͮ;50@;b+'Z',HEAj2%ˡ̱A9%Ga>8v2\E{Zܜms s\Nb)nz[tK> a J˒v %5+e+@_CӁ;R^TXBDBX~l.AF8w &u>mT2E*5<6%߹V6n lbM8mu϶3+e0%`P Qlvz -m?~sͻ??~=v77qsrAB+%7,PZ/pC*8kU_e ^A-F®!_bzWNr‘cs"?T42̙UmU͙ c:\~$GcŌ a?Gs3oCmt|WoaܨkKr"j\K΂lqQhD0$YwyA2>Ev*@1(%X z Y @C>O+">x5D8lj/@¨tmCC6$(I}J BKǓ + lekCiZ2Sohqne\2gJٷ!6:˸Yz_Ǭ4H5پޣ/4V`aBr7h#1 QlaMZ66Osn <5"Dcl{3 ?P@m -  wـ_pMF;޸&|5O>AFE~F[d[]n)8(tif 3R׆(|rf-qhiLZ$s2S/Sq?K -/aU^ڂ`]a0DU~_ofšwL1%]邝"kAAc g,fYSol '< @-nS4Bt$g6h!H Vb77Xvgn Z ? DuF:oe\;DDnk8/E -^~F}D)[mIO ߒMNq:ߎw~:^G?mSk0|&T{ٖ?QO7 endstream endobj 383 0 obj <>stream -HWNK~yHq//͞$D!EZgI{mB;2__uū*+0ӊrMR1„1)iI:Ҍ*' I5ʼn1f;Frr;I3nuj{IIe9c HyuLfU-Lpw4$W$WIۑOG\M&KhRTjAbgb?i^%MƦ$ n=OJepC4$"#tͥ6UM퐫7Mk+򓄑UT٨/jLnrBFB[ߠt"f;3$S*/A&[}=k~Yҗ٬m? 4!]'᫟hK-EdG?5i..irnc"e DnA6\N v؄817h+I^k[.H6,~Mb tAw`Bж֛^5s*dːII^'ԧLz/$(2cVhp &=6f^Lg'+(fJ0cv}=+B -),cTTL*H`e#o[pmAAS4d* EL(7؎dd6k4&U>jm-F8 s(l:=;(* N, +_1L`md}~p9!BF y"*߰AaTڴvέ95 B(!F)L >9QB3d -A6Y8TpSX r঱`NsG|oݷ|tU~7Tc;$+sF$uB(3 -T0ҜwFeo\<N>0^2Z Ӣ7>t2[.ygxcүE=먩-vbTE?~q8D1}/&&1;{ByWtQODjk_>@pV~yfXiyqVVɛ 'oW<8aHvÓ䣫s[uϊ9H| JyٛpG;qF>w{M~u+֠AwM~ -VNJKJ8_m֮ ܿpmV7\x7^7zR? 0#v7o†̶d\7țe' C=vH}THx_0"!6w8QOFQY\Y㟬oWڬֳy{զ w`jMq`5Jr|8[Zi0hW*frvSSηg]i]Xkx*[,K+Tnr,` Y8"y7j}aY%`RM31^(ghv p| $*,Sĩ"yɓigŸ$(? c$./˓APp} ycǣǂ^8ͳxGY.B83B ȋSDqP>ф>/ayHpGSr$莪_Ve<7x>éQj98curAM/ijLoD -ǙF*%sђdֿGX ? 5(z.\G}Wg$]zwj7(8󼼼tҳ<#!8YpwVr|JEOwmu>\/>A2巘`uqʟgDN8ˢDQ'G{0T);Q_gPtL Z[•xuYd3$_ޕ!<ː()6 RZjj_Bc)kV! k21n'h*5NRcB EOWZ0;/4o~QSD8F(7@[8SIJah=SQSM;G;ډ/3{c^]jT&2BZ!tCeǐnP;1Ԏ!.C9]C4sFC8=߅{V#ǹ!(9m5BzɨPIƌF+tvk++('G{A|2D_D ?_ -:II9fF!GkZXkaqja.Ik+WTJ1monŷZ|{fZ|kŷ)Z|kŷGoV=[!䝻gׯ6D/5:~kRGSz)d)md ?"bWT[Ph++$Cű#ہ_όġHH+*όOf3fcF-Z:Pbb%a)<3LB+ւ"RI5,TI0ʾđVWflZxUxL \r2!̘-x*1Za%U8ﱚ^m~imSSR(i;%ּV!kټXMKk$8QP*F3֜b Qi-FRa"0Hiab"#JYKܹ#5 L͡mk"OFWՌc1u%bL7VF0Q( E,1$W@52su*_h"hǥfҤGmcmI[ =PR8PQF^&`KskQc`L-^1#PKr%b 2m -*Mk0IÛ$΃-7̿7^ޕ8U /igI:9MA8*&v_`Z:h;M 7g-@,pa/ݏ]h>Yiqyc}KMb "sxvlҎ)3Kp]n.ɥ})[$n2o٬ocGӽ<pq+ǹ3FSY8A,b@JpQrqk~0=e%U6._Psx>"+;/R[Y:r6uk&ug< -'!r!DJ $<eCl6Xpnn?bY0{``mT3ZiԔѝV4OUj~uTd͚o5Qپr4znXϸ\aj'\ ҋFa}'K;C4V#tfXuiRG@;Uc?Ior2s&àS=};]!v4JkMŰvpð׏_0{ShA!La?xt/u?%np~"Tv^܋LDq{i ز\)-} 0?di]~ҳ/̸h&s|Q;o{D ᄄAh"*sѨsBQ!GX B\dR+Q1H*kai&to>Y;ۼ -8$]XMøgC xfhIDx&Qvn:ϓwg\/@yJs.-D}AZrĖ"& R).`A\)B9 Bi -WP@E)/bŠ@uf]qbD)쓉9ϜZ!e7KEGuy߂:Vc}lO -ه6P](LuP> \+ȆG|I`+Y&joYIk/%eFƏqxPvtF n8_(L/Ix$ 1l`#be -Y!Ps0c9 " A)ss  m[ yaE9U8헽pk9M9Nan 2yn K- 5\Oon۷;ˎf`5\-$rHp'ܢIExXb9߭Xއ߰^*_:nNB>4$l}r+}Tk&~MQ=5ͥcC}+ip&ix9ȇےsc6轴Ӈ< {}[}xv͸#[6sQtr=h'ud`M4P.= vOnE6okǛmϟa -nv(m=ȸ<L/A{桲tHEgAb*ptF ~9?<٧ -?>}m:w?( sZTsXʮN?=njCSn;.4XW^6^kg9V$yzщ,(\"ujqlj?K%?BpY}IrV[\zQ'"]Xn9Zlr\y_Y6(K f5AŌSfndreƩr<޹^DW[o:+KCKAn$& l Znh )'ߡ %떞b͛o37߸z7hKz }[-Ct z79iϼ{V4V ;Iaթo b\HGaK{U[|\paPFv^- 4dg];ER]ZP N]Ŀ{4'$ANyR48ey3cu %M8K67߾)"7BM.1{#Xߌ㏀юT."3crqd:)= 勵: 8hq"6[\D"Ḙ\2B#lR;os ta-#F-SA5J0|9T52@[H}WZïYݲi1]EFcgsЊ`I=_OYpEMW7 Å)hG+\4鯧"p%JP}b7#qZ3rVa[CwRtu5E,g< 2dڌW8c?;eܲ I{ɫF2>03B"4!AJKέ~ XI;}E,a>@^ O\i -%fTe0FHs -UV~>) 8$DbH)s1RmNC?Cy-YJ`Ttx"!Cass ;=wl] 5Eƪ8NcZdJ_ﹰo_c$"b*Kdk}Fw^JӉU,c0߯8K? J7EVgS:葆Qm0ke"6(}/G]gVxo:.xh9%mVJh3R⵮FǓ(hnMVDh'ŨSWᖪEQ0jnqI y" sR~ufv/rRuZKvO7IAk XƐ+MdCWUyНVG1bqNS Cz<&I@vBcm_4=@?Ecm>)Yn-9;; 9CVP[ -c%]=s!p.˴Hyy\ *W YL;[bQXkwnX;W}$U`>%?" 'RJW$f`b`!an[cO۳ޒF;$ iKy[E3 wZ3&4sKZƇ񰶎I9`qi2 .D_.|vr Q,DQ@)^*4YY2P#Iב&ܗA\.â/6 sFr&-s7jI/ -2kPwkMu玪R0 }:-_rpc4yJKk)?Ԭ4k,˛Hu|1 `mԆTעwX>bYVNE6l-T_#F Hu+Uw =abMͳlh 6 ílk . -D_M8wZ@LozF68b$q@o9gr0v%*U1k%bvp{cb#s;,&Yɱ52J &9]TKYd2tPOy:݁n2#kFZwү ע|>&[x)Ld-Ud( -^JgP†A Cmh *b0uy-c o5;,: c>feIldiJY]$}ED lIנWfa^c%drA)3j5,hG`a?TMM M-EƆ4ϱ*WۦaHW2ryȌgҎq´hF|4_rby_B@fEjN@jQZ* -y -jq eEUF - -nжP} -D9Oe`9h? endstream endobj 384 0 obj <>stream -HWr~xmll0'c`Xc0H#,*/M$MrwȌٜ6o(ju}== f|Q1_,Dc@, @?A11%W5@ZVeVuz& L:1B"+@*%MΘ^!k`a.Jm1f,u8f+X >@ZE*4A0Pd6ٞ ɌǂAiXhf!FY@*2Т--m -2*1 H7hwHdjHrE*:&\)4YUp0 *LLdpF|} FAc6-%!t ܴF:rZp ޴jv!:lj*JI=֎S`0ZfۢE7Q_04CǠiI6x MP0 Ǧ c}hE`FTL7: 7 L `Ɵ ?PC`@8X`*msƋf23ɻZУcU x|lVz=Ghx XV7A&V$yg'E8Aaِ]>VEކ'Vj[Xq"nU -4b021aШGY\bS$ ~,Or@`LEv]eb&fAcb%#@$*JVbl_'J{5{c&-9W{vX)(#3ܢo#^qTglv3B@VktW = GW5tASmmKuԂs#wI$ GU3c}rek+t^zҕ~oILɇ+H~(#R 1695WSM#02!66X=`9}@:6Ɨɺ|5F3 -Vi"&rI7E~ff[xK0-jZ~MRw{o6wƭx#:[+9\4e,)9o,=Y>zcY[ՋϪrzDYzGfӽc6i%s Md_X*cSqԥ;}t=E^AaO{JA+lKG_bh0Bv5\N9}{{%o2r3N'ǟp :^h$  $SQ ሥ+M;[DMu8+BZzأMGB8%LhD!T^w%_V.wt)<$v2Lv]$w$f0L/\/ɖ/RρL>=|J7s̽xbw+H cylyNiOcߕt2Œ@VF(w-).l;']U+݀/_sJiw{#^REk5lo]#>瞣J,n"v^̋ T52ڿJy@>SBׁ|$lN"u>6#!n푫+nr{I+[t^aq Hi^Yf Uyv\X.<Ks1VL:0HeHݧdS=Ey@$\O*5xfYSXj;rzSXs^71E(:]$i][>^ldNt[ֵt4X$v/Z\SUYO0(#ٜӨcYV7 -j+R2ca^MUE"@*mpTJNGprP>_Wl`hOquK:4X{Xj]Pne-͐-_Ix[|כmt%pG3h1y2!lǕPNSoݿ1Ybj9cLS@,yyt.*t5"Pmo\"+ʸ ]hm7nͰq/C;<ٵl3M+➩ '5bE*#9/E3TObiaoѣZ?ďtӤC 0>SOG$e(}yT6hZgn|J" k$]A`75QL5[jwq,ЂEaRkܵ_o6Bc(%:sޤHKZoP p$W#kμ{KS5Ϗ,\Խ26X3XIW\9p$ ʻT7qLb"ֈf /JeF2PHoJ%[X՛R|p},C%1bg0Rא-u:J*~6o {s̛ՠy`f墨Kݘbqa!is6\Zሓ]e&:VΘiŞl\ƌ{ڶH+v8YqyB$Fs*\cxr;Y2%|czta m婷hog)an9kp+Ĕ7̝}G+L"`5E-UF~ -gCT]Gzf91jrg}:B}ȵm 2ZoÍDs󣯼i'CfWc~KvDq}P#WLQ`ɼ`ا_ʭ_F`@g+Sa --)va+RfC̡j@ye=pYl7KJ¡u rzqt%ȵ,}SmM5*X%Fj_ؔ/ͼ --eTYL*fЗ_QQ p~խ^BiiL3ic9?%Ց&%1kՆ`IT# -=Nj@m1 4Vt D_X0tk.m# l͜< Vw>ݫuqL锎٭d!y.+p8j8Kzo>dk:Q Շ\"ݲKݪ/D_~.zE aCf d@nD6 -tDѦPFV{WR!^6jJyˉɍ^I, `0 Ei;0]!b`~69JRI: 솗<1mIjYkwkVE E-Ix6_kRd tb'\x(S ,tn+@Quj4YJ"-<)&rŻzB( _cmjf7_Xy1siҟ^ T'mSr>?B=ÑܤrENlD = J*/O_bJq }.LUk$yeTw -] X -:JX%/ET!| " TV_Xk"Rʤ9P {'O۽.68sZ.Q!Zncė?2vs(Cym',a -rq P5'F]k}@$@OUoubK{,ֻ#x Q$Y:5FI1sq޶'y®S -װt wZB|#EɵtR>G7)qqJiGgļBׅZzv<,FUCD)VM] ɛ;ufe9MQ[ \za_vd.]gV-e4D.,m{Ůp2hU Z$´<3h$(~jk1)v!f0ɸ5jƩk]Q-lȏXDs[p > sv=H [5θ§J.͆IQZ&BؘPѝ7G"n!G L?6,2Ƹ6=/"\ZKBgVǍ%wjT>Y 3]tMFΠucl1]9y'87ǂ*N&@܌ ?ğ@s>H5~96v,_4\W5N[.Ի0Y̪a%tMXlٔfnnh#ĩ! -SF -pEƞy]"/ܾvc%rsp"ѭl)cre˅ }-mag̟)vųGe|"O P`*ԓƳ,5"zEkrFi~疡Yܸ S?bwj="1X-wjjo b[wF3TH._ Z[c>R¶,:;X/;`?}H{jIi~>g_ſȻBt=w+Wxީbv6抖UUvEwexMPm] -wE{ v뮪&;I9Et$}I*_ G͝"h/GϤ}kg]ѶzIkU%r]Ȩآ,mvϻĕsE~^ϤW]bjFJU"- )m WI<٢}Fo%!M5{{lsllՃh s!!8f!ߖzy;8M;(Ε-\p8VOMbo ZyG'E~iB!W 5(4?'>XITj=M]h;@)Hs-t^Z~AM[%B=ttVCp;4H^AlMm# ձ&cm[ۤ}CBl9@ *NPˡ=B鱭^tsTkvps/;sO 7X̀FLZꞚ=4}ω%͝ dr+2>VhvІO(EcmԤ$o˕U|8f?(`=yP3vzN>*5{h. -quuG[)sOOvfgA $B$$jGI2'Sd?(WwsU];5_}ߧR)'kF| nNsʉկ_GmfMnx9ԝNR!bhB/wS4)Nxwi:J w g7Su)eu|4~f9DFx6DZĈu@aUМ4 -f xNd:O<3M>ӎZN& Qcxx?ڕ N|?ngH,F[Rh|;^Wj1гIPl2o۫igDE@f~}^~3o‹|};afy/TWUj:M| 1gB82֝=r׆y,NbOL+m*h^'wW?lɈǑa~w(>cVcEhk* ^.W?աda8-o S0vw&GGgY}fY̻љGJ^uZ9Gp 9gP " -F'|2@ITf)+ڡ. ʖ,3B ~C1r*t a<FQБ-i+*w4{xyZiղXz7chQHeRV`*Azlbl-Y'XӔ^}|Ns7u;wrb,v $nBǫ>}H-.VV((tb@$T|e[,W m7PaXu9/IYyBb_W*֋@ͼn Z2}[9UO ,)j.-e> N6_g<꾣Mٞtx~+t^Bt{ԯӔ ߻l\/1m36ÌሶwVF]n6!:1'⯭ZˠtЛ8f6:-usz3)S*Y ;`N_|,薝jҲے4]V(x̋wr*m#y?<ԖeC8b7 3(j}c3̬@ƴ2,&IΖ  |0FQ{V[Gd$݌Oflj{&hc)y S_W&PH-YOܛ'Y^#NK - =GK>`+ƕurĩK^DC \^iu[|ڊJ,xC\sy T n0x}q<<-ѐ9v=ѠǪeFT:a<> S!,:$ Xe&W2b H C2cA$eW'۠`,l+ )}#4|X}O1נAJiܙ -)ajKJJOC L;tl7GʵW P,.n"@1P(8H XZd :/ʬMu᤺t<kO3Sg+"xOtydG,3ƛƀkGAB.<ФOc -UFy='16+.C=Ntg>X%]?DPn |×99M(|/C! 4VzQ -^OO}̬]M -9M -E4b.Js>Ѻ˾ -ih0Ѻ#S)*Ohj1_Dzpi-iƧ7PN^0RXTGQ5 -QLuqtlwRУ>q?n#' ~$ ̊`m 5=>@X_8fn(PlU0vܤ=ӊ+u;L}lCc.Ԗæ.sjx|]ⵌsdʩkd)Dy#|==Nj\pET>)Y}Xtn؟@FA絤%eԚeH/i,`0+4Xu%X*qdr?1F'zC?J_3>ZqhyzQ|v>\pdikYnz &G!< |&5#t[s"_oy)9K͂Jē 7V$\6jBY,goNYҭđ0y 6 $ADM*[UJOOmYQNs_d⪻]/2'BP@vB8\m":Sӝf{/L:Mќ@I-WTN ~NOidpKȢFm!U`ne}N=S XӤO>0XM\|0. llecưSo<01q ֶ`ɋL11L3t*S!X,#r=i Mz+MY`AI^Cc= EKpd7Mu)ʅG6Ny|3!$ -du֓gaZRIߖv+BY:&[<ux{rO~̜fXHAY.fqߠ BnLI/ )œ[BurZPop\]GJ\aMц󛍶0pG:+?C':O_.a>EBr1"I'>18d&4wz z j0Ɠ:+MUs!~ј<9v&ጅ;ʄ4#T3&"/\WW)P'S4VޟL!/ t|FRx`{˸,B X?un%61LiTX&pQ?v714@WIeЃg d%U}N;$&ᢒE"4^h) ŕJ+ Y^) |wIt49hCtxtAx -7Аc6( -ge;?GO˥{|VzZN!ˆi.N /| -?'(kͻoa21 :{4bơiZ˺b&0t2IImSz]Blc!rMS j^` \wSJPɸ v؋y?bC#xl1jM {n1{yӥǺ* %hǘY~x!f?F02v~*.CWIs^cmgdzܸw q% Jg`0.ljyTď7o &,럽ʋkW^ͯy\)KZ{ZH$C~* nOlrUyG ]Y%깯`2qݮח~ x!i)`;]o8.,:(ηt^lKyf:Ǔ1rjqK"Me;UWbp -/ᶹSU0{.2ze1nADbOA%Er24jC^+U{ݯ+MU,F*偏璾 IxvC [LŮ} +N[]3Wҿ -c^8e > N$FIΡ%Wɸd»ƹi՚D~) if$H{.N2/e 2e"V|o -ʊ 6)/[eCٟ@;LbSd~jjש='yTɸb AzV*?b41]eJ\:<ЋV}I 2`_v\z)5i#)}'s[IS0Jt%E~WOXӫDBV@'; :y -c z -P%&ndX%EF\' RF[XA oKWp_ܨ@Fe%V`\z}wPvu ʻ\gJHC4&ЀI [#Q#(OUUEݪjOɗϹ2EOK:+F17('}?ba%Udl\t0\1 d-yr֖axYŤ0Lhݩb,'+)b8WV9^H@1H)RxB%zjO9]/ jTN>Xyz,ܯ\4< - U㩋zTSuVuPJ>^:5Ra8L׉ - ILZ %TD^ - #S~S1 xUΊ9}]]|e'wp6+K]VżG0f95ܗ9k65G$6H@:lVՍ[|Q%!GnYpvl;l ]~Y|V@>sPm>'퍿opH4Ô j7YY :0u1ϭ!eE7I *Iϧ&yUޡ`LvLH/\ڕ!hTr◬0X4 -I/Gs\Yѿ%ޘ[L{cp'+^ڗT,bt&6}6@ʊ{xۉ$-2FU-c<棐mL394"c -OhUȌ]`)<$""rr܎ 04ݍ0G >WS ُ&Aƌ6T!_TZtM%ྌD+ݾqƒp\U{Fi1 3Y7?e[uReQ%R>AS!_($D`$]r(eFy/[+?SS\g#7l>Dڨwqi8=DżOQ$:>"՗5a\+ׇͨGT$Z4 -K\;nsf,%7f\6iNFnV>u8=ƎTӉ\#yvjE @$K:tm# ;(N(Q^()DoBvi=fAV[pz*.c~у;ZW_Sc(?BNހN*Aj |sIUrJ+̏S,˳u3X(Qٻ.8EOVtTփ$f CnfR݌,WRJ8J~%Ѽ8`5/'$MW $VHQʏ_7+&Ք. -lÄ4N&Mn.n\~d:UB{^ꅭ!$<V ICΓu3 wƋrijAMVY~SrK`P')6Y:yS>]bqgwSNELUlpڏZ0F&5.HRSRV7v B>'FZ%^6&^\n)$1CI|2sSf n_-ؘ)>4]ḽFj[F֖oqNwM4T#.V$(!H߃hX 0_4Wd endstream endobj 385 0 obj <>stream -HWz\DBD\Uc'C}$ͤ9:{=3q1?DoNe[JCĄhabr橄n0w`H3%>Tz&r i8vL /8o2Sv MWQ\C(Νi횴La0f2ecO8+!z5:/A;s`A༉u)1hG11f)svt5kɨt@O+عtkh{E/صp].ݦ<LRZUN@>(-8#.qnZtJ]hchEagWg(yg!nU -I{nsK%&n]Yiz;hBD=Rgg :ఓXZED扒. zP4V㴐U+B ük!]Ň~Eh㰁WnI"sbAc׻-1Wn`+03I2Hj'jwSM A;~"afg5_Ӏ#*ѢHn*"^Czէl甝XV_R)o*<-$D}b-UF`R=s\CP<):ERfq*m~˝-CՖ.2іaD`]6U[*e+/Cxf2xu.QHPf202i)Cjqiks~sW)fØH0 A)0{e*Q~) >E rHb%;9)Be"=^]Y3b[cN;|l3&@si&_qXwߩ5$guã@!e0cx)j*ۖ PQr̘LHyd$#M)db,hdA`~slj_(qNv{%2o fPm1uF"3…;jaȇC!6Ʋp QhVP -āb7# 3V|cgc8eA(*G&}Sc߉!BGRI}V#O(v&Ax ópxh+23lj4LJyM lB&,z>@TlR1 .ё[d"5ǩӸgauD3 J^^ͯw R0C.0e6r!xlЏȮL_޳gha]]nU,zJxŪBtmS-ޝغCN?{4n5+mo9Mjo2xӄ#8R*3(uCbz`a=E;-GdBe -eF0AnocCMߢP7Un&]fAO==䠏Dn -맕e07!3ղ,*.| tj=#bt[)bC|追{MRI Bܝ}p>{\8v_hp;R+WhhV\Kш>\r>Ͽ ^Ozw[M!7 -Rwz_ccfXj~E@*/ϲt*/p 聱,T|oN #w:1 _, u$ - Jh9< `l/>|X H` Y, 1 N]3h^Q .y+>t&}n/Jyy!oi&/~h9+T#Җ{CyRX%Qr@m a#8E`Ӭ ^>w _?wX5tF༉}Ӝo[z[ -0tR16<2:ϡ=%-v6RBQ-mV p\و"Ozum/(aL$ C% (((ֺOoUOOꙆ]vr gʕ }WW1RljtNQԛxO}"bz%`Н% -iWVW%VwaPMFJ*dk:y]6E/ڕw*7SqWI e9۶:n\.˗ RL-CvYö1VD2C -3Q쇲RP,&@h7~Kd,Uqf.$ Br5ӕBT_Em"W1¤ze>x%CMȈ\pO$}3.4pG  ɢsB\oѬN6^-Ŗ&ɍx^f< }:Qz̀$5145Q%驻#nIZ˖:6̃ו?[m8%\I JY8*ŪtYj8 - .M:xy9C2-BCtTTd=6Ƭ6 -B Z(`p@ugТWSUR1ºTΟL+Az :(!Tf~.]61sۅ mrk)*5ۚ,Io.UئЙ6Am $zP5h~@f7\kGj|,M݄QcA`F{ɄPeT6L@lIEe~Ra _ӷJJ`%lplnuE.c/ ":A[XSnJKYKy]m3;C0:@k:0"v`PFe`w81xhWW7%+h~[\qf J! YA@V vMSyCp1C=H uAnztGC@e)1B - ?U pO2 jY M#xP=qonFqc'4~T/x ;z b\{)QB1rz6X{6i@e– By)D*|5L'dH|5 kA[.SD(wZ+c&78Icκ?4߷Lb ˏ1f1fOW@0vd>Ugw+l|D.z}=54"kXb?#_Ȍ'w_&;rԄp҇llHvT-/>Ŀwt'LO)^hz; - -YcQEapPwo9gaof"#p" sch,@^]BtCsM|˽6*p^PO#2>z,T_doc`pn+'ʙH.:||QG7=s锛 Z^8)Fq%.sku=^(V`,MJRȊ3v -%V{/`RP0RL5pV6.”9buM2̼ EJBSo8ph3y8laQT:CidVG6{UJLLSQF,s?d!\QgU´ kEa?^6Χ|^V -ɩÅ0M R[/ gn%`{:ppU~sMc/ڧG3 S7/+X>Tǹ3?[n"|w9gXVWMW^ptL8Ix}٠N;n0xnY\)JowkN/œwW;aUYڿ4zY:rЅ]C7$ʓ7|?l'X8z퍈!SdX_9RCgC^[HT=if@J$ uKObTHpH{a>T7pJh L@ A J&MGzW fU;f4HSS̎s;J" V(lK*pTh^]C{z-z5ktmdy<M&ERZloOODG!]:_kŢg[//鲙-b/~[RWusZd{Fb{{IsW孵a@R]815x-7j0u!/TnOx'ȸUH8\̢vqxٯZteO-kiw]WD 0^?93KkgxkH1K"oηX8af{ݪlvFjkRO1 FG<^$*/&#<-?#QTQOhWjS dpd1ZqEY70ʊլ-5odmP(X2A/ | Җ#oUNj *J\O;H$ dTFagΩ v.{ ʮSj{h姃h5K0,& #z=C]%( @hW"΢*T`,/dlq )jXq?< -`"G|#QFMlYnIN5 JܼwlɫWh[z-ZDT8hKVBtq&Y #BXG; =-zvOVwLWR5셖.4\)Y]O]gWXcMHWV2v8ڶ -lD*IuyC`'5R'QXe ZAj -61r^50V"Ǯij2kJAAE?JV=1|n]]vX+nu p7>n:O" -F˷.V0Z-Wvb&˕]^ޔ+4QK|-OybIFإL -=QI/"r}o0H+-SQ ] *-MT33&ΜJ۲N!j$31z\MzzT$i!F[Z7U"?oC dETl$u`snJIՅ8M5 8@Tr{ޭ=c]H8yćC-86NKwf 2_ӻP|/€$P3逇|O J<%VZ;8YkU"GhMT=c-R,Q{]~%wE)n -Iá$M©"ImTqOZ3S~C -@tt|I1I8$X" @AryTη'n o-ag pԴ)ˢE: ͌YKHI| q:DT?w!l{ KQ6q+6MK`1v(R)EF?qPY;ywR)EgY zaBk5}ᬙ'i?Q/n{oj -{C} -=%X=/xnLiHIR|4v(Dr@O!}T ӀKX4J_>F9RoƆhEjQN__ذN+#խL ]{9`0y;#j'6E i|KHRS銖_d"7D4hh9Lݯک5LˇVN/|:t;L$4U49i[+n=GmC5+Xo ]^Y]87_mȧsD9{c"@k+e1\cԄݒ ¬ub!zٳ.Z2L_akkL볢X,UR&|>l K6s۾3*1\Un|# Aed˰{`W""RPz76ml#lNǭI7HT2R@DQa(,<7W5Cm -q#s\DIlsaԇ?+35B.79c^?m(sbsίy~Mn׾emh@rЕQ A/@p/;ےӒ3wio۹쿇l=;'ۿOJ )4LeG3n0J: )OYR#MFX@r| fBTn R\Ci5ٷ8VRKJ _X.0Vj7cJ4 U䫩~iR --f,/V}L:xZENEuuqYǛ:+w7UgVmDdiz5EFp67uq: C}- / ݐ#< -u^͚iczMG+\ؓYBҏ[3s8|;$3rE5Г0`/`dлfFٻFˣmP믌<@M- IὑNK2 -7vDAJmw-k}|}W%+: -|'ˌ%jf]rqcE`:b(Mh(*q@Jz4nwG-0 [mp$ '(Jjkޫe`AsSbauWMLA)28rlX͈6.@gWwƍ"Rl0kFjZ`.S19-y(?0 *"\]gΙ%V7g -FQnq2V{T&|գzv}KG|~_|Oǟ>c=䟮7O?r?F%BLҶuc!ӋOI~r5 -M9F%rVp>Z'Gx5Bө+ڣ,qo6ml![)SWǰYy=(JؠVY(fFFl;y"t3H.8X0{2ูө.%n \\7a$p=jq8pj]0>>I|N5&!5pҳ0v9=tii) :y^f/;Vt :d!Ma~lL3ru02>eڙdY )H#͒i&z̡Ľ6!`eay_]*PbF{axe4;5K<#m8 ZNH,乙̬f9OQ+Q1Q;&iӘ=Hs̩_Az[@S͇{ r6Nv>z <0UA L8#3ƙ3[xrE)#v(l(2Jo@}&[i1+:Z ԧZ(յ0_y.VYsdCl=m28&=/,7f_~8|⠞e~sȴR6ocskB}6R9JcmcPt,t~oRNfAb C.|2X06ci >7QvT|C C. Ε.VBO>_ `(3vERCfR( G6S8VP%0ʨo@z:U+{<2`F`NX nx01k K~6cՒ8Vgx:mg*aHB2'X ڟdk6|]q]/6TXz햕3_?_~@Yq RA*ɒ~}=s՘Z."Z|~8u׫aGY.+xWy_sF9sq1gt#Ζ^u'Iّ<{)/G6e -&۔ ݳ%4"St>jN| buD:Gv,plc!wKb,c s[zi+;f,aOL}i(hR^G>u9`p:UC]V3J&m ~p454E7OsfYo;ղºV,Sg_Z-c2{2 ěm<#L嶵MpuK04n}a\m0t4UmbUQ+.[Fe7>G+Q튆XȟFoRJ5F\7ANDm3 ei)Cf<ߌ ł5<^Pi׻|Nū0}^p~i=D}ک;:p+CFVv4h\טZ9Gu>F]K[0N_oh yFBJF>Is|·^/|z1̠B]8땧Cdj23K%u7.%çd< zؑ/?x9YEI˙*#T}ld܀f]JQP;EynB1z]?uϚ XGf!]b;blRÐU9VA \N -%PtuGAn]uxd9RmQeYK\FbiH#]'}A==Lo(h|i4?r_dOH2(?I,Q󞖸^ÝpNGV1TQȫ:a:Bp"p(cl A2F񒅂,MGW=~>j+(e-т妶zbڍQ[<4vr4r&t1GN4p.ENQK-K)I~vI]pم9|6~l9D -Ln -:14 -2#mg8H:UK*-6Vh|.yQ?Z]ǔV:]4>R#!sXeb| -i4Gt`2@sPg^x?vP[h/ ~/|%OlECvx `TC{< 5{ey>qN;R/eE_s*[U]崼wu5YFSv{G҃\ҖAD.eJ ,iHcP˻RQyXn(h4*-(GNr]44*uݤQǑle!- -$iOvˈp$[Zo-hd+͊/#'}'Gߓo-h|6?,l~ ˞H2NmBb!Hoe ޘTR)RV6LKO/oj5kHm͸UuK1xG'#͢ì;-:+cy@ѾjYE۹8;[jCt4\: SI ;o8UX-N8qa Q7;TTU{Iekhu?~/ǧ]bp22"dג%ŘZ5JTB-#`oB=I+{m:jMR2ç}D5 #@B`WٮAb4u=$u69!:1HNFRn!o)4k9=\@Ag˨y#:6'sE0P$1&OrHs6Q$'MFBKhIAGGK$YiMT'8I}ȵN)%N<5ZǼ4UUoME-"=gRiGCTƣ6\m+ZnBU,' -T@U>[(ˤBv{jTU1o4%"C`a o&@!u0P p-c -m i:FP$A*5OiAXaUw^ՐZF3k$^Q~֙K J3"kR؜KVTHYӛ+].L,IŋWnFDOzp UskUI64LXa$URN -P[yu);{]w5I_!(-E -meJS!x<:3n#-c :g `^N7֜?,.flmMY&.%nid₨H(2gZڠ)4b r8I3n0Đ~!m(:|F1ت.0%CDr(Y¢E[eL< -#.؈D:e"I0⫄ -A VRPK>E7{jDy]U/?&>?ǏA!lqɍ -))|I#@ohT1th$Љ*%)$Q[:)6@Q]E2ю񶘮KR0bIZ"PguF - U) jO Kт)n3 ^-;v8  -^wUo' c 6f2?TJbWTQ"EFXE"kB40:\-)UtjZbwQB.NsN6bKu)"? -c#J%? iھc)(5P[ 6?HHN XhYGE*4V@AaL(GXxMDN[JM=Ī.p(f  ٍ)@ZhB VwrT`)s8F#e&! \4̖&Md.2K@[6Z4.'(=8j-!2^+ZE (?pFv<_ZM8~'|,I$.T@S_*{ɸbJqYG^ºY7 KSUhVL@DtίJ:6ՉWW*>6w3Hw_X;LO$\[6 g#@_Ϊ{p%x@NQ VKqEJd适$N+y~l$|4%7ژK$WȝG_׌ -'c R]b dAsiF;=ϼ([Y5pelOlWW'u>}y+^儉Z蹯7N\cU - -Y2夭?Z/ z8Ouc b.H8 _Nw=}~y.!i|,᥮: semJm0?tZصf{zk2q_Յ}]OZs"ʼntڗ W o~0@PX.BXJgE]a!-5C.W-} F`G\`q`@*:%cAKd:8LseN=$Kw)CN('HGKSlJ~ÇcO:c֧|zG/?*y]We˼^ N)gYcy]6U#vSS ?o XW{(-_`)F̑E?K[40>k~XM0\00Xj.$`&o~}r9|'۞,nwfk[ !W{0.[o -ؿGh^gwubshG.+;.N]e!c=RXS -la*]YmOVw senF}YI>7> ~)UIn[h}*ŔUuW=V;У&NvSiȗ .i 6sK,ָhnvktR qKLZ[4;Le]Y\;rB (^Nlvg9UIUع (J!E%kMFLwp?MԳg8 - -,U$売9 iȮ)7M1 4:p~t;Xe*櫼6A4tdXiꪕl ћG^qu)xSH< CxC,Ҋpy\E -#O7ySϞ)86 v?/?.Cb|TN7ynzSnrtY)smNMWy\n´}+}lLH{|mαα>4*}ymIPdm61=Ӷ r]NF:aMɒ4k͢dfZb=N f>qݺWˆ{[[Z=\|Z|.dMϗ1lw D.&>x?'h_q܎tKڪchos`2niK1YeQ{+cXL q bm, ڿc^xug]|džOJ<GLqcc*n*(7ץ\K8êLjǸe.~Ve&TЌWj'x&Yh@hgz̶C8+եYeѬZ<~-*鈾˖)댟%si]懙Q ս͚jn!|Ws (U}b&O<vD<[ gXDr*C\AR$9rDŃn&J --:kDF@ŸɼYe:h2gtAR7xB4c#ЀUUV*9Co끠%Tk*: :4j)SqiE-ZO&S骣JlEmGU -xIM>stream -HWn\7yY vU(}Jm(}"0Rg4 G"uxt? (!h_ǁ2B!R*s ->$&1zpMEXyT8tfgCG5dZ e,ruFMV=!97?yߓ%ooo.>?ߟ]|xwyu.؟9 l߱~jQ ٮY{2d-ŋ \%*No0_tUO7GZe]a*2 *!r_ ӋrGJ1M.K=}M 4fWjAj!gg\P>U~@pTMn=Na7dMp}B"{/㻇U4hn9MU&M+QBqYV< Cx-q&꓂ʺM%Jf QpDaDcl:ao=\+Q -+SYp`['B1ИiT 6NdCb1OT(6hJ~ GT9R9 72'1B%%DucR_EbWIl{5 )+0Ӟ -mx<5O |fDf}Df@&(6@dp^3<ц+ -1$=z#yj`I%VԧAVyဎ'<#WU|e@2P*E WluѬ5[fEgk`1""\Bj(9W_Kc.hs譍Bkv -.S?4%!>[c -m.2b.EI2Ѵ27K3 u_Ae'^[t\I΁xmxY\FʪH;܊(da3_S?]IjC:Yx:9cXmջ> DH|#:i֣e6b۬gnOad $+ P$ٳjeZN' 6Vգ К9jSucr&|B,}Y@-LPs>dVP؏B4vE@ 9 {nA!8 &+a98Pl'~hf`^GyB<"~7ٟׯ?^-`ءl/*]՗oovA( +HxS@h~x٬oY "@e)QQjt7> %w8E ӎ"mf`'@!'kÛAf[P@o6rx -ij0:T j}qjg -Hhes&\€YǰTS۫ -9-kcCAnY_@pۇj˞`IhԆl -wD(~U zy0fȈgg醭+^ N׫Dr(5fL˪Ȥ',UФ&~64`)#e5P849R&Gj<YIM*m7%=G -Y:RVGlL*xR1PM*hRm<9-r 9 T%{Ss1 -J+}6>]chvF&Fhq R6 >%22ذ:wv! R&ecKBDT%`?*: ~%b] Nڇ*A0Pǹ_ЦIFDeIInάꆅFH2HUM !wb D< R-.o~Ɋ!{m'Gan5 ELn?0/Q}&FcQXu@Gҭ@ja`"j_$(;z$JArM#ܕ8(c1Q c+ Z)$TH:7GhAX*^7oޜ@{!P@5Yibaژ0aq}˛S &X?'hNPw'UkYwS -^;ZWV-G0`n>`'ϟ>>}xN KU5Rhr!9ݕA>*[nUv0V&ʒ oMtzNQձ)]b4YsG*f4&RR0K-OcD0).@S%Bt(kMWژҀ[#k& 2ӥjl2Z\MY8pkη )jV~RpHVzMV4ح ls|ffi{%SS^ /Dy?,BY+]1;^hq+޼@jZAV ԔH}|Xh'5Fyƚל<.ѥ:qKdRNR x=wp)HhV4]vsR\Bտ˪Wqs?#zIV | 9K@OfJ<ل,Vy0q=஛]m!R;vK/OyӷS=}y}|v55 4{Qq(bȂr4I2N0ol; -fSwAbIDZ {7d;G85]KaH@'! -k)×hݞȝɘcOr2X)m#h/BTION)f?ߣ(OU[T<=[]Pw&K:,}|L;Bxx%ʏJnj̛ZO}dti0No!f7kk^\!BN7xqﻆ\m{͡]:~' -rptOKao\*ro{1ҁ(AFDKLƢE1"{k<'IbM]3xV~恫< k!,CGrl;י~UEj-]ge챌d,C𧤤8'i]Dr4`,y[8v?O{IĒ$xt)d!js\$U!A;eD }?%5@_fRM82 JUM֐]v±י2oj} -i Ib,7i)rj-27EpOHފ Wϑ 91)0s{Ftq.=9!=ۜ]w`vv FN{o'7od-b/q^eA䴶jBО%UbZ}v\],+٨vI+֪Y:ᷧacHfq2%6Mz8%oU]įtj#6`{4QUF-y)zn޺I|O +|6&lxgMHŬҤ,hif܆v$2D SUͅiS*N±SJ ɩ!ѝK)l6.n$AwsiM ^wcѮ ul2`RwS; /m/onaw9~=0߻u;''ղ#mC@Qu^:@VF4.{<=s(R-D<K[_0q`0V~-H1 wLC{c!KjkB$=!j]&'^8FWŒ諾ُSp4AR,P1bJ#s EJpi<сE)I,|<=HnHɖ}CTA" Z[,+bdrW4*ؑ o}cz`[#Kplpa`I_ʛ$+QMb50p-oEIH&Z | r$\vrmZl]a;]XVFz(ёLJb@=c sr(lNHT~ 4@F, RKKժX5sNicYu([PTo1JVY%PHNgt8(kvd.5۔?ъ 14ޘ`?/_>Jl)KI렔ے!FH%p .cons*|?Ephh az.͢;L@45V`Je#æ\j0،  21ГXCdBue -jhkn803&IQM*HU&ʜW!CPaHEl@܏vDN|աL,wQ! -p:4]Isko_uk> h60 A# -áJoD(gK'oɽ `2I1rDl t (K9dx'7\YH~̗ = O4mQKˍԘl1%HF\sD+$D0,!6dr!!k:0Q@J50GبѻZKO'D}/H9NOo寿}nc؎$[l&hpQ/߭`(;@fSl0u|UADC^cZ& HnA.Uw羌#бB#&ȲŦKJn@EvD4 I71qӄ6]]M#F 2wE~h@ t0e}(ή)z=P'x> 2EQwTۏhc_.@4%~x}6hk?ݧ4-G1; )`}-q&>&F-Q6 326F~?0 -R@=4mq`͙:k$3^{|\"@1M{Ύdz!0h \/5aje~k(]lVN ,Sc ] ./Iʢy!H8 vmoVYj^q5Hm}gid;V_?#G?̏{\o{:j(ZgWj̮.hr:>fWa+| 1r /P_VLDWԼ s#&hcCx+ TKF3(xKsv Ļ; S]_S̮$RVCa]]x -p`(Ju~ծ)Z]`UqcxjM'ZXJW-MfǣLpT z &Z2B miq9=WFoC`qWI@KJ@;XHJM6R N%`h}:d#wj%CJF`(_z8s>o@O_*gqOY6%Egq."U.qUEi}a￷CG<{݀mue*.T.s!BcX"G b@ Ԣ$'9tE]cR1Nyk}>a[|DŇHPEXZ"vo<{Nas&>h yŨnGrIG >M32~1Ѧ]`y 8Cr^"9MYH\Bw,U&t -nt(*}͞SY &peV]SvcNg}ӒtfǼfuB.l -{ګbMIy~́bRbBB*њ :;*~wׄ]K {^eHt7{nWImumK^~Ijȏb8q"eX VÍ}(ϥB*@`? LhSp׳Q kC_D{=RlOj9)ˋ,d=.3܆fټR$xum.ɧ~W=.=)ܞCsֽYN=~!7H1ce -Mh.KF64tk5Q9%ocoI%ќ_l+ҤG"˪~A&JItVTqoގ @VP58v8r6bùԛO_~'Xk#\6)dֶбib)85]5\=td LX5kU"F2HP.Si_i},f?TV+f۴$xuo.p|oe {f^ݻsZWi直7y s6v|3ɱM"ZǙbkl̩7 u :y9'Y l!,1qݖ5>YY*Ub96ޗj-Jm*ӱf!+8]氱@( (4a-KbW-S^d\]u'^:>]EO߿<; LHC -mejhHY@ y }:Ru14Zyk"^s蜉.Pbz}TF@IE'[>A9Ư2ENDcׄD]`\-(:ԛo Mq6-_'$C'x.5SBPԀ`IJ 5!@EgI{5#8ONf Io$iL@J$E -Upd.'wIE>9ie-K E>/ݏ~H<=Ǚ{gNBb ly`=% =i6 `~!xe fGg)U=Hr2 `a!x`ޟkUt1r_+R'cxfIk"L]J5&@\P;E^_-gjR_y }k߇?[ -s4?= bV/V@ 4`ow{27>9@lZVN !ӟM ->Q&eiXali.w3Ҋ@% wIښN -j%ٞ\7SRoR6R\yXCV#,[$E -̀B# -ļ v)q{n=RuOj9˫ܗpz(rq;6 ̶$xuo&]s|oeo{"^so^IUQ^۱+l횖Pļ3 vN,[F39t gj3u%}?%vZ6Zpo@8M -To`PbSH^(% xB#!ꆱXw%MF sh$.0,:MT 4~uvק?1`k|X09<)KCekWCwgQk%PG]Ӱ7'F}8ciİX_~7YXꚧY]q(Q}㿟>9r7|nk51&:)p3o Ørec/tje<1 {F(v~%l})&&ktR'à PrUP\$~'}Ge1r )R,4ܲ&ByymW*Yw:ذ椻e"~D -BmC2WT ш?NÜYslg&\Q#0Z7@q u[l/Pl#Mo({ƐFVJNZRh[Z)o\EEF_}$Ρ0…&mʆAdnݶcc6yO󺝿˞| ?gi*gr-0F8Sk8SkU) i3J)-Mt q)J10&|r8lB6ALfѦ6(U|WP(9": -旊h;֥)0\ucj#Eq+~"ծ -kŀ[(4hl .OɭYHnzC$H\kDp}y1Ui/!$Ã,ou{4+с;ʖ)h 145TҌy=^N4 d>qk]K5^@i"sgAcPAL3/I&*  Yő@jX50@u'$HWH2IIb .C'@2fr]'܏1dnmvyxrjM,w" -:o6:4qTNx[uo@EJ&sĹ|gJ4wY>l)dWzfIJֱW8hq86 ^gIsgL3^=qJLR2yu["CܬD垙aTMX(͗j\# yǷǏ?yZPm Z]0l!xKx#Y[zD9R+=UĜ -6$ww]W7Q'b Gevֳ%+? Y"ˆI5@n 'gdDwA. - pAw1P뢓>PXr螫p**ծ+: -Q!;Dj@mD\ lm -  ੹4Pi.mYtpl32a*W"ޛ|hҕAĐlU?1`1 -uͼ[3~ -Bp -'$8&Y3ƀoZdwdt.cR%*!{)/muM +C4^'N^)}tZD1yt}2Oz"0&QOk'H+GK:kq -hՙR}6uˮ`* -**|k8`h]K4E?,S3Yuw"gWfAGtEtp2dm5cU1фG/9{U^u1|}~/ -_ -icbB+f߉1;޿ -, *i%0$ -K&Dv}{u%/s_0 _x,r>_ `:v֩ -_DP)JN _ZbEfFɼ$SwJ셾yJZ~ߙ3Ɔd/© CSRg~{+~ï~E7q3R -ïx* hQ۫|u9PSܓ!ñ^'b8絤 պ1dGg۳φ^/9*w^ڑRԮl I_w;Uȴ%,:NйB -&h͏lɴGjlyT&NR+qv}c%z_ym !. f'rI,5est9cSJ -h|U6/t6Tkg.2֘_/ABL;҆뗙Ҝ'R&W_?LGaY5~\fX54;oSنC>ICc,2Jqu't/鳎B9""g9P:˱Y^k:ôbW=6OT??]Ԍ ||VhjIu@k,c}rqJ}8~eηuamv -pz8l&K@3RWvbcA^$ >.޲tf~>'\GE_w׹K. B? {"GLG}LppTQvˇNSÏpH_.Y,_||ocIFVtWI e0ks"Gzƕ/?X|/Yi`vۣLbC 2S"Y[zs-ԃ k)bkr+L~z+úAH*>afЦ4+#:o C4Nx⇁b}KL}MקoϏ߿?IG˳G)bJFQ2Ư,9,;U.#_anL _WtteC?'kZДkm ʊJÝw +QG`ʌݠ^ {VK^fW*+<>QKͧf:+(2==j>5,5==pCxɧjQSs~K0q3t_䲈¬,VżU9U1|\ʻqvnvZϛųK>-=vmym^Ч;Sŝn}9|*6K*vEJz&F"9eY,i<1+)qX"I3^&V;*g*urxOo Ul?ͫ{ü吗YmzV[Jjov,sFMMPP <)n*!rj ˷}˜V,Z* k&D7<δk\XpD -&G^bG?H#؇8ԂUÁ/ \.IƘc"=b_B"h Ih~qm4(R$,:akc`^k JVW Z+џ1evxV\Qtڮxèր(*!H8r uG[$,mp(@YwMi ljr3;̠uf*zR6ms[nsA&Gkq*.~ϟ篿?|ψv W(@>P5#\l/x6:#I%\P$^HJ:@?L4.B%DcfR!{D6 w -0H%:=sY `(hb;5ˆRy$nP1!o(]"CyPV -j$ChdAhp!ڪ($JJ+-V{T }>M/6$xk'qF玿}7XB N?jp=ff%8Zzu/K&|?!#@RwD% Tu7yx8!<|4I6[A moLO6o#k퐔 NQ2ͧMv690l쳉`Yȍ!CH; -⼘-3^A mh jFB9I}5 1* 9Zdh(?hgvkdׇ:{L@*-+ץiLBQΩqz%2X$'s gb -, -"nAm% 6BDdq0fG6).C3!Oj!lL}R1U v"Ci5׶AdCPN{*In( ga'<͍G w?=ͯOχII% 2 - Ji{Bj{(*{e863b:;.H$9-NaYIU9Yqlh[ RQrn%箧PN B9QB$τیxmAXwCV 0 G;H]u΁ھ/ uWvyGߛOCit ;D*I06b ( w7xBĩv[:Y5VYG(sv,K$nᗻpwӢ#){tJ4zYP΋zzQVtk5-#c`jU)v=bO¤&ln&J\x0D(b8$8پNܗe1><mꨏŘC+o fs9mLҶC{7>s/Vʯ>QQ2 -L"Q,thLͽW*bԷ+qX, Ʉ˒6P&\&9L\5wK`t:~{oj >mf{ҥGt'f,K=ƒ5\i |Hiokqeڻlr߭~ w8x_'d?\rCT@v9Q[eK}Rq#f|6kzinn agm+= YS"m5,OۣƣaqbXӣpγmyn-jG(쐇xS|XOׇOĘa|PL =+ 0բ endstream endobj 5 0 obj <> endobj 6 0 obj <> endobj 172 0 obj [/View/Design] endobj 173 0 obj <>>> endobj 170 0 obj [/View/Design] endobj 171 0 obj <>>> endobj 199 0 obj [198 0 R 197 0 R] endobj 387 0 obj <> endobj xref 0 388 0000000004 65535 f -0000000016 00000 n -0000000190 00000 n -0000021666 00000 n -0000000091 00000 f -0000533457 00000 n -0000533532 00000 n -0000000000 00000 f -0000021717 00000 n -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000533729 00000 n -0000533761 00000 n -0000533611 00000 n -0000533643 00000 n -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000199980 00000 n -0000200057 00000 n -0000533847 00000 n -0000023140 00000 n -0000155292 00000 n -0000200612 00000 n -0000195066 00000 n -0000200374 00000 n -0000200488 00000 n -0000156489 00000 n -0000156712 00000 n -0000156936 00000 n -0000157493 00000 n -0000157916 00000 n -0000158864 00000 n -0000160069 00000 n -0000160293 00000 n -0000160657 00000 n -0000161153 00000 n -0000161914 00000 n -0000162400 00000 n -0000162929 00000 n -0000163325 00000 n -0000163929 00000 n -0000164156 00000 n -0000164383 00000 n -0000164607 00000 n -0000165296 00000 n -0000165627 00000 n -0000165987 00000 n -0000166341 00000 n -0000166672 00000 n -0000166896 00000 n -0000167281 00000 n -0000167786 00000 n -0000168403 00000 n -0000168627 00000 n -0000169737 00000 n -0000170417 00000 n -0000170641 00000 n -0000170916 00000 n -0000171140 00000 n -0000171364 00000 n -0000171691 00000 n -0000172037 00000 n -0000172859 00000 n -0000173085 00000 n -0000173597 00000 n -0000174038 00000 n -0000176192 00000 n -0000176516 00000 n -0000177081 00000 n -0000177305 00000 n -0000177639 00000 n -0000178140 00000 n -0000178483 00000 n -0000179154 00000 n -0000179623 00000 n -0000180539 00000 n -0000181087 00000 n -0000181492 00000 n -0000182057 00000 n -0000182755 00000 n -0000183230 00000 n -0000184531 00000 n -0000184979 00000 n -0000185268 00000 n -0000185574 00000 n -0000185870 00000 n -0000188887 00000 n -0000189403 00000 n -0000189847 00000 n -0000190248 00000 n -0000190649 00000 n -0000190909 00000 n -0000191336 00000 n -0000192028 00000 n -0000192305 00000 n -0000192700 00000 n -0000193188 00000 n -0000193680 00000 n -0000193903 00000 n -0000194153 00000 n -0000194554 00000 n -0000194778 00000 n -0000155358 00000 n -0000155925 00000 n -0000155975 00000 n -0000199916 00000 n -0000199852 00000 n -0000199788 00000 n -0000199724 00000 n -0000199660 00000 n -0000199596 00000 n -0000199532 00000 n -0000199468 00000 n -0000199404 00000 n -0000199340 00000 n -0000199276 00000 n -0000199212 00000 n -0000199148 00000 n -0000199084 00000 n -0000199020 00000 n -0000198956 00000 n -0000198892 00000 n -0000198828 00000 n -0000198764 00000 n -0000198700 00000 n -0000198636 00000 n -0000198572 00000 n -0000198508 00000 n -0000198444 00000 n -0000198380 00000 n -0000198316 00000 n -0000198252 00000 n -0000198188 00000 n -0000198124 00000 n -0000198060 00000 n -0000197996 00000 n -0000197932 00000 n -0000197868 00000 n -0000197804 00000 n -0000197740 00000 n -0000197676 00000 n -0000197612 00000 n -0000197548 00000 n -0000197484 00000 n -0000197420 00000 n -0000197356 00000 n -0000197292 00000 n -0000197228 00000 n -0000197164 00000 n -0000197100 00000 n -0000197036 00000 n -0000196972 00000 n -0000196908 00000 n -0000196844 00000 n -0000196780 00000 n -0000196716 00000 n -0000196652 00000 n -0000196588 00000 n -0000196524 00000 n -0000196460 00000 n -0000196396 00000 n -0000196332 00000 n -0000196268 00000 n -0000196204 00000 n -0000196140 00000 n -0000196076 00000 n -0000196012 00000 n -0000195948 00000 n -0000195884 00000 n -0000195820 00000 n -0000195756 00000 n -0000195692 00000 n -0000195628 00000 n -0000195564 00000 n -0000195500 00000 n -0000195436 00000 n -0000195372 00000 n -0000195308 00000 n -0000195244 00000 n -0000195180 00000 n -0000195002 00000 n -0000200256 00000 n -0000200288 00000 n -0000200138 00000 n -0000200170 00000 n -0000200688 00000 n -0000201330 00000 n -0000202481 00000 n -0000210237 00000 n -0000231666 00000 n -0000253437 00000 n -0000273735 00000 n -0000294992 00000 n -0000318004 00000 n -0000338248 00000 n -0000357967 00000 n -0000378184 00000 n -0000400012 00000 n -0000421120 00000 n -0000437392 00000 n -0000442218 00000 n -0000446033 00000 n -0000451700 00000 n -0000470950 00000 n -0000478973 00000 n -0000494484 00000 n -0000513750 00000 n -0000533882 00000 n -trailer <]>> startxref 534074 %%EOF \ No newline at end of file diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons.pdf deleted file mode 100644 index 68c0b2a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_1.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_1.pdf deleted file mode 100644 index 9f670ac..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_1.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_10.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_10.pdf deleted file mode 100644 index 721cb85..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_10.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_100.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_100.pdf deleted file mode 100644 index a5bb7ea..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_100.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_101.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_101.pdf deleted file mode 100644 index 9f498ee..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_101.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_102.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_102.pdf deleted file mode 100644 index c9c6289..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_102.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_103.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_103.pdf deleted file mode 100644 index fb33a14..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_103.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_104.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_104.pdf deleted file mode 100644 index 754b498..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_104.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_105.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_105.pdf deleted file mode 100644 index 46a3413..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_105.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_106.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_106.pdf deleted file mode 100644 index fc2f299..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_106.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_107.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_107.pdf deleted file mode 100644 index d7d72a0..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_107.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_108.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_108.pdf deleted file mode 100644 index ae0bafd..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_108.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_109.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_109.pdf deleted file mode 100644 index 8658ff7..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_109.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_11.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_11.pdf deleted file mode 100644 index d72277f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_11.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_110.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_110.pdf deleted file mode 100644 index e6e4019..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_110.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_111.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_111.pdf deleted file mode 100644 index 1ceb753..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_111.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_112.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_112.pdf deleted file mode 100644 index 6276c5e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_112.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_113.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_113.pdf deleted file mode 100644 index ac41ec8..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_113.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_114.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_114.pdf deleted file mode 100644 index fecd2f1..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_114.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_115.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_115.pdf deleted file mode 100644 index 0ff0751..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_115.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_116.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_116.pdf deleted file mode 100644 index 8a1e3e4..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_116.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_117.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_117.pdf deleted file mode 100644 index 4e98415..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_117.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_118.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_118.pdf deleted file mode 100644 index a19b9c4..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_118.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_119.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_119.pdf deleted file mode 100644 index 954ebf7..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_119.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_12.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_12.pdf deleted file mode 100644 index f762248..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_12.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_120.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_120.pdf deleted file mode 100644 index 2157c5f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_120.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_121.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_121.pdf deleted file mode 100644 index 7dccd6d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_121.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_122.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_122.pdf deleted file mode 100644 index b7d9a56..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_122.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_123.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_123.pdf deleted file mode 100644 index 8a9b1e3..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_123.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_124.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_124.pdf deleted file mode 100644 index 3667108..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_124.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_125.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_125.pdf deleted file mode 100644 index 5e61da5..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_125.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_126.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_126.pdf deleted file mode 100644 index 6dc8fed..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_126.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_127.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_127.pdf deleted file mode 100644 index ea912d0..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_127.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_128.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_128.pdf deleted file mode 100644 index e4fd28f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_128.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_129.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_129.pdf deleted file mode 100644 index 1c4e7d5..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_129.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_13.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_13.pdf deleted file mode 100644 index 8a010f6..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_13.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_130.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_130.pdf deleted file mode 100644 index d718a3e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_130.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_131.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_131.pdf deleted file mode 100644 index 8ff30be..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_131.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_132.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_132.pdf deleted file mode 100644 index 3d868c0..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_132.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_133.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_133.pdf deleted file mode 100644 index 81340de..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_133.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_134.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_134.pdf deleted file mode 100644 index 29c47a5..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_134.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_135.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_135.pdf deleted file mode 100644 index c11d3af..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_135.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_136.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_136.pdf deleted file mode 100644 index d64f975..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_136.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_137.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_137.pdf deleted file mode 100644 index 9a93609..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_137.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_138.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_138.pdf deleted file mode 100644 index b456e6b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_138.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_139.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_139.pdf deleted file mode 100644 index 86bf630..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_139.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_14.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_14.pdf deleted file mode 100644 index 3e523e6..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_14.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_140.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_140.pdf deleted file mode 100644 index 054191c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_140.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_141.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_141.pdf deleted file mode 100644 index 8572962..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_141.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_142.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_142.pdf deleted file mode 100644 index faa26b8..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_142.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_143.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_143.pdf deleted file mode 100644 index 75435e4..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_143.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_144.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_144.pdf deleted file mode 100644 index 4a02631..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_144.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_145.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_145.pdf deleted file mode 100644 index f6157f2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_145.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_146.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_146.pdf deleted file mode 100644 index 63a815e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_146.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_147.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_147.pdf deleted file mode 100644 index b3a40f5..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_147.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_148.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_148.pdf deleted file mode 100644 index d789057..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_148.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_149.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_149.pdf deleted file mode 100644 index e468068..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_149.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_15.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_15.pdf deleted file mode 100644 index 78c45d1..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_15.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_150.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_150.pdf deleted file mode 100644 index 2af8126..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_150.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_151.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_151.pdf deleted file mode 100644 index fb277cf..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_151.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_152.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_152.pdf deleted file mode 100644 index a6cb6d3..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_152.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_153.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_153.pdf deleted file mode 100644 index edd5192..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_153.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_154.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_154.pdf deleted file mode 100644 index 5542e10..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_154.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_155.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_155.pdf deleted file mode 100644 index 74a3148..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_155.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_156.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_156.pdf deleted file mode 100644 index 44c9fe3..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_156.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_157.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_157.pdf deleted file mode 100644 index 4d0aef3..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_157.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_158.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_158.pdf deleted file mode 100644 index 360309f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_158.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_159.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_159.pdf deleted file mode 100644 index c650d94..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_159.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_16.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_16.pdf deleted file mode 100644 index 8f2f362..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_16.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_160.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_160.pdf deleted file mode 100644 index 58fe2ac..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_160.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_161.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_161.pdf deleted file mode 100644 index 71dda30..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_161.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_162.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_162.pdf deleted file mode 100644 index a8e9da2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_162.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_163.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_163.pdf deleted file mode 100644 index da7f962..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_163.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_164.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_164.pdf deleted file mode 100644 index 81cbb11..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_164.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_165.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_165.pdf deleted file mode 100644 index 2b4305d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_165.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_166.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_166.pdf deleted file mode 100644 index e790a1c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_166.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_167.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_167.pdf deleted file mode 100644 index 37206ac..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_167.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_168.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_168.pdf deleted file mode 100644 index d4259fc..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_168.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_169.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_169.pdf deleted file mode 100644 index 463f903..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_169.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_17.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_17.pdf deleted file mode 100644 index 3e03feb..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_17.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_170.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_170.pdf deleted file mode 100644 index 604ad09..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_170.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_171.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_171.pdf deleted file mode 100644 index 78dd77a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_171.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_172.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_172.pdf deleted file mode 100644 index 2a66009..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_172.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_173.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_173.pdf deleted file mode 100644 index a65312b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_173.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_174.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_174.pdf deleted file mode 100644 index 9af1965..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_174.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_175.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_175.pdf deleted file mode 100644 index 30e0af9..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_175.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_176.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_176.pdf deleted file mode 100644 index 03e181f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_176.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_177.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_177.pdf deleted file mode 100644 index f6bf443..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_177.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_178.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_178.pdf deleted file mode 100644 index fbd1ad8..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_178.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_179.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_179.pdf deleted file mode 100644 index 58c384d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_179.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_18.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_18.pdf deleted file mode 100644 index ad76522..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_18.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_180.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_180.pdf deleted file mode 100644 index e43cb29..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_180.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_181.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_181.pdf deleted file mode 100644 index 0353421..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_181.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_182.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_182.pdf deleted file mode 100644 index 63ad088..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_182.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_183.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_183.pdf deleted file mode 100644 index d7f7351..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_183.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_184.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_184.pdf deleted file mode 100644 index a83d70d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_184.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_185.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_185.pdf deleted file mode 100644 index 5ed8594..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_185.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_186.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_186.pdf deleted file mode 100644 index 6fd06a1..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_186.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_187.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_187.pdf deleted file mode 100644 index 91633d9..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_187.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_188.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_188.pdf deleted file mode 100644 index 9bc0427..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_188.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_189.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_189.pdf deleted file mode 100644 index ddc1a77..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_189.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_19.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_19.pdf deleted file mode 100644 index f8558dd..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_19.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_190.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_190.pdf deleted file mode 100644 index 77d89e3..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_190.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_191.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_191.pdf deleted file mode 100644 index 46597e0..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_191.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_192.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_192.pdf deleted file mode 100644 index 948f279..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_192.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_193.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_193.pdf deleted file mode 100644 index 93827bd..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_193.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_194.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_194.pdf deleted file mode 100644 index 423f617..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_194.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_195.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_195.pdf deleted file mode 100644 index f55c6ae..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_195.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_196.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_196.pdf deleted file mode 100644 index ab5d00d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_196.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_197.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_197.pdf deleted file mode 100644 index 69d3942..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_197.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_198.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_198.pdf deleted file mode 100644 index faef59f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_198.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_199.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_199.pdf deleted file mode 100644 index c4e4519..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_199.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_2.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_2.pdf deleted file mode 100644 index 4b5a0bb..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_2.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_20.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_20.pdf deleted file mode 100644 index 57f5942..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_20.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_200.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_200.pdf deleted file mode 100644 index 64a27dd..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_200.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_201.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_201.pdf deleted file mode 100644 index d83568e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_201.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_202.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_202.pdf deleted file mode 100644 index ba364cf..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_202.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_203.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_203.pdf deleted file mode 100644 index 29a53b5..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_203.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_204.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_204.pdf deleted file mode 100644 index e34fa81..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_204.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_205.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_205.pdf deleted file mode 100644 index 362c11b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_205.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_206.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_206.pdf deleted file mode 100644 index ece4458..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_206.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_207.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_207.pdf deleted file mode 100644 index 1028380..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_207.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_208.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_208.pdf deleted file mode 100644 index 57474e2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_208.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_209.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_209.pdf deleted file mode 100644 index de07d6e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_209.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_21.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_21.pdf deleted file mode 100644 index 7e7e399..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_21.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_210.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_210.pdf deleted file mode 100644 index 0b62a97..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_210.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_211.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_211.pdf deleted file mode 100644 index e8d6174..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_211.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_212.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_212.pdf deleted file mode 100644 index c398cb9..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_212.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_213.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_213.pdf deleted file mode 100644 index 3549da6..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_213.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_214.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_214.pdf deleted file mode 100644 index 584c8d6..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_214.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_215.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_215.pdf deleted file mode 100644 index c30b58e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_215.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_216.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_216.pdf deleted file mode 100644 index 575b158..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_216.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_217.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_217.pdf deleted file mode 100644 index 0e42966..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_217.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_218.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_218.pdf deleted file mode 100644 index 4028ec9..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_218.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_219.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_219.pdf deleted file mode 100644 index 8858ab8..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_219.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_22.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_22.pdf deleted file mode 100644 index 813f7dd..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_22.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_220.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_220.pdf deleted file mode 100644 index 5b768e5..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_220.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_221.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_221.pdf deleted file mode 100644 index 62690d1..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_221.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_222.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_222.pdf deleted file mode 100644 index d26f581..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_222.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_223.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_223.pdf deleted file mode 100644 index 392de24..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_223.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_224.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_224.pdf deleted file mode 100644 index 2c77c46..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_224.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_225.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_225.pdf deleted file mode 100644 index 5e8e77b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_225.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_226.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_226.pdf deleted file mode 100644 index 30ddbd2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_226.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_227.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_227.pdf deleted file mode 100644 index ee70c77..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_227.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_228.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_228.pdf deleted file mode 100644 index 75f470c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_228.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_229.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_229.pdf deleted file mode 100644 index 7f2e6a7..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_229.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_23.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_23.pdf deleted file mode 100644 index e187b7b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_23.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_230.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_230.pdf deleted file mode 100644 index d65018a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_230.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_231.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_231.pdf deleted file mode 100644 index 5f7484d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_231.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_232.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_232.pdf deleted file mode 100644 index c08c8e7..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_232.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_233.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_233.pdf deleted file mode 100644 index 75b9064..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_233.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_234.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_234.pdf deleted file mode 100644 index e2f36d5..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_234.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_235.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_235.pdf deleted file mode 100644 index 17235b7..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_235.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_236.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_236.pdf deleted file mode 100644 index 6152899..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_236.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_237.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_237.pdf deleted file mode 100644 index fdcc7fe..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_237.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_238.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_238.pdf deleted file mode 100644 index 5f7ce2f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_238.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_239.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_239.pdf deleted file mode 100644 index 7d59c28..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_239.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_24.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_24.pdf deleted file mode 100644 index 24377c9..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_24.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_240.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_240.pdf deleted file mode 100644 index 44587f1..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_240.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_241.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_241.pdf deleted file mode 100644 index e5859b4..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_241.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_242.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_242.pdf deleted file mode 100644 index 4627dbb..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_242.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_243.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_243.pdf deleted file mode 100644 index 6b44955..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_243.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_244.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_244.pdf deleted file mode 100644 index 963fca5..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_244.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_245.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_245.pdf deleted file mode 100644 index 7e38bfd..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_245.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_246.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_246.pdf deleted file mode 100644 index 922964e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_246.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_247.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_247.pdf deleted file mode 100644 index a1f2e1c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_247.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_248.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_248.pdf deleted file mode 100644 index 576a20e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_248.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_249.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_249.pdf deleted file mode 100644 index ca7a486..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_249.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_25.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_25.pdf deleted file mode 100644 index 972fc65..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_25.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_250.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_250.pdf deleted file mode 100644 index 16a329b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_250.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_251.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_251.pdf deleted file mode 100644 index b30dc62..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_251.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_252.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_252.pdf deleted file mode 100644 index 1ec49c1..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_252.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_253.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_253.pdf deleted file mode 100644 index 965eeac..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_253.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_254.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_254.pdf deleted file mode 100644 index 59ac0fa..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_254.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_255.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_255.pdf deleted file mode 100644 index b24f8b5..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_255.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_256.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_256.pdf deleted file mode 100644 index 99e1608..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_256.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_257.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_257.pdf deleted file mode 100644 index 513f409..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_257.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_258.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_258.pdf deleted file mode 100644 index 8ba0aaa..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_258.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_259.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_259.pdf deleted file mode 100644 index 575edb9..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_259.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_26.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_26.pdf deleted file mode 100644 index 3544020..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_26.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_260.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_260.pdf deleted file mode 100644 index 5235fae..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_260.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_261.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_261.pdf deleted file mode 100644 index 828c84a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_261.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_262.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_262.pdf deleted file mode 100644 index 67c5697..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_262.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_263.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_263.pdf deleted file mode 100644 index 35e2902..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_263.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_264.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_264.pdf deleted file mode 100644 index c30cebb..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_264.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_265.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_265.pdf deleted file mode 100644 index 1e98e21..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_265.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_266.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_266.pdf deleted file mode 100644 index 514c950..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_266.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_267.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_267.pdf deleted file mode 100644 index 5f1c5f8..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_267.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_268.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_268.pdf deleted file mode 100644 index 0ee0934..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_268.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_269.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_269.pdf deleted file mode 100644 index 1874887..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_269.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_27.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_27.pdf deleted file mode 100644 index a85c34a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_27.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_270.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_270.pdf deleted file mode 100644 index be42e79..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_270.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_271.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_271.pdf deleted file mode 100644 index afa6ad6..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_271.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_272.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_272.pdf deleted file mode 100644 index 4996b6e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_272.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_273.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_273.pdf deleted file mode 100644 index 9c6c65b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_273.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_274.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_274.pdf deleted file mode 100644 index 5980acf..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_274.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_275.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_275.pdf deleted file mode 100644 index c2f2329..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_275.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_276.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_276.pdf deleted file mode 100644 index 5d560d3..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_276.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_277.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_277.pdf deleted file mode 100644 index 1b6ec11..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_277.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_278.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_278.pdf deleted file mode 100644 index ebc93fd..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_278.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_279.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_279.pdf deleted file mode 100644 index 029acfe..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_279.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_28.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_28.pdf deleted file mode 100644 index c26eee5..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_28.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_280.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_280.pdf deleted file mode 100644 index 973a41e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_280.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_281.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_281.pdf deleted file mode 100644 index 6d9b89f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_281.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_282.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_282.pdf deleted file mode 100644 index 14fd216..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_282.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_283.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_283.pdf deleted file mode 100644 index 73324d4..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_283.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_284.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_284.pdf deleted file mode 100644 index a33a0b0..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_284.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_285.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_285.pdf deleted file mode 100644 index af10d3f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_285.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_286.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_286.pdf deleted file mode 100644 index 80e9d37..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_286.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_287.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_287.pdf deleted file mode 100644 index 30586df..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_287.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_288.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_288.pdf deleted file mode 100644 index a421e45..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_288.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_289.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_289.pdf deleted file mode 100644 index 9ae0636..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_289.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_29.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_29.pdf deleted file mode 100644 index e557110..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_29.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_290.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_290.pdf deleted file mode 100644 index f8abf4d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_290.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_291.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_291.pdf deleted file mode 100644 index f348ca7..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_291.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_292.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_292.pdf deleted file mode 100644 index b1ff777..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_292.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_293.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_293.pdf deleted file mode 100644 index e067482..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_293.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_294.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_294.pdf deleted file mode 100644 index 0f70ca5..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_294.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_295.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_295.pdf deleted file mode 100644 index 6d9bad5..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_295.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_296.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_296.pdf deleted file mode 100644 index efaeb84..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_296.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_297.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_297.pdf deleted file mode 100644 index b260b0e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_297.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_298.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_298.pdf deleted file mode 100644 index dd72331..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_298.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_299.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_299.pdf deleted file mode 100644 index 44d07a7..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_299.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_3.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_3.pdf deleted file mode 100644 index 432465f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_3.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_30.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_30.pdf deleted file mode 100644 index f90296c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_30.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_300.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_300.pdf deleted file mode 100644 index 672784d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_300.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_301.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_301.pdf deleted file mode 100644 index d585e12..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_301.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_302.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_302.pdf deleted file mode 100644 index 181e59e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_302.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_303.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_303.pdf deleted file mode 100644 index 56bada7..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_303.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_304.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_304.pdf deleted file mode 100644 index bd2a84f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_304.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_305.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_305.pdf deleted file mode 100644 index 68b96ab..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_305.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_306.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_306.pdf deleted file mode 100644 index fd24fd7..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_306.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_307.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_307.pdf deleted file mode 100644 index cd80fed..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_307.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_308.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_308.pdf deleted file mode 100644 index 2d20eb2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_308.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_309.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_309.pdf deleted file mode 100644 index 3a7c8d6..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_309.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_31.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_31.pdf deleted file mode 100644 index 582a1dc..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_31.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_310.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_310.pdf deleted file mode 100644 index c88f279..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_310.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_311.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_311.pdf deleted file mode 100644 index 6d85755..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_311.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_312.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_312.pdf deleted file mode 100644 index 7c72920..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_312.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_313.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_313.pdf deleted file mode 100644 index 71149d0..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_313.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_314.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_314.pdf deleted file mode 100644 index 8bcae68..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_314.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_315.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_315.pdf deleted file mode 100644 index a23edec..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_315.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_316.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_316.pdf deleted file mode 100644 index 7ff9c33..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_316.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_317.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_317.pdf deleted file mode 100644 index 41db1ca..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_317.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_318.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_318.pdf deleted file mode 100644 index 2109c58..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_318.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_319.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_319.pdf deleted file mode 100644 index ab070b1..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_319.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_32.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_32.pdf deleted file mode 100644 index 475a636..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_32.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_320.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_320.pdf deleted file mode 100644 index 108bb30..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_320.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_321.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_321.pdf deleted file mode 100644 index 36cd01e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_321.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_322.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_322.pdf deleted file mode 100644 index 2511ce7..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_322.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_323.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_323.pdf deleted file mode 100644 index a3825c9..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_323.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_324.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_324.pdf deleted file mode 100644 index 713ab53..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_324.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_325.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_325.pdf deleted file mode 100644 index 762dd07..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_325.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_326.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_326.pdf deleted file mode 100644 index 3fc63a6..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_326.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_327.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_327.pdf deleted file mode 100644 index ab82e5e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_327.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_328.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_328.pdf deleted file mode 100644 index d9d432f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_328.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_329.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_329.pdf deleted file mode 100644 index e9a1f10..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_329.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_33.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_33.pdf deleted file mode 100644 index 7ddd65e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_33.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_330.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_330.pdf deleted file mode 100644 index 51f4f68..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_330.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_331.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_331.pdf deleted file mode 100644 index 7dbe0dd..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_331.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_332.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_332.pdf deleted file mode 100644 index a5bb4fe..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_332.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_333.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_333.pdf deleted file mode 100644 index e0d9862..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_333.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_334.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_334.pdf deleted file mode 100644 index c7891a8..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_334.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_335.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_335.pdf deleted file mode 100644 index 62756cb..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_335.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_336.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_336.pdf deleted file mode 100644 index 9b84afe..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_336.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_337.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_337.pdf deleted file mode 100644 index 36b0dee..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_337.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_338.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_338.pdf deleted file mode 100644 index 859af5f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_338.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_339.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_339.pdf deleted file mode 100644 index d484020..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_339.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_34.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_34.pdf deleted file mode 100644 index cc9f838..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_34.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_340.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_340.pdf deleted file mode 100644 index 425a2c8..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_340.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_341.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_341.pdf deleted file mode 100644 index 736bd3d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_341.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_342.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_342.pdf deleted file mode 100644 index 8b3882f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_342.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_343.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_343.pdf deleted file mode 100644 index bf481c0..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_343.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_344.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_344.pdf deleted file mode 100644 index d3697cb..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_344.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_345.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_345.pdf deleted file mode 100644 index 921c22e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_345.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_346.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_346.pdf deleted file mode 100644 index 9b3124e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_346.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_347.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_347.pdf deleted file mode 100644 index 2e43c36..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_347.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_348.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_348.pdf deleted file mode 100644 index 1e33e94..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_348.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_349.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_349.pdf deleted file mode 100644 index 2effaf0..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_349.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_35.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_35.pdf deleted file mode 100644 index d3c6875..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_35.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_350.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_350.pdf deleted file mode 100644 index 6102301..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_350.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_351.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_351.pdf deleted file mode 100644 index 32391a1..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_351.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_352.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_352.pdf deleted file mode 100644 index 1ee3194..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_352.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_353.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_353.pdf deleted file mode 100644 index 81ed20b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_353.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_354.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_354.pdf deleted file mode 100644 index db4fdcd..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_354.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_355.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_355.pdf deleted file mode 100644 index 434669f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_355.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_356.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_356.pdf deleted file mode 100644 index 8f6bf50..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_356.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_357.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_357.pdf deleted file mode 100644 index 75ba665..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_357.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_358.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_358.pdf deleted file mode 100644 index fc79203..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_358.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_359.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_359.pdf deleted file mode 100644 index 3dbe6ac..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_359.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_36.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_36.pdf deleted file mode 100644 index e1e9b29..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_36.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_360.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_360.pdf deleted file mode 100644 index 7a4c45e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_360.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_361.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_361.pdf deleted file mode 100644 index 38cde5b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_361.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_362.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_362.pdf deleted file mode 100644 index c22434d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_362.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_363.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_363.pdf deleted file mode 100644 index 797973a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_363.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_364.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_364.pdf deleted file mode 100644 index 2b69106..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_364.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_365.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_365.pdf deleted file mode 100644 index 1154009..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_365.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_366.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_366.pdf deleted file mode 100644 index 7293985..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_366.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_367.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_367.pdf deleted file mode 100644 index c5e5ad7..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_367.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_368.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_368.pdf deleted file mode 100644 index 2e92dce..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_368.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_369.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_369.pdf deleted file mode 100644 index 65474e4..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_369.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_37.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_37.pdf deleted file mode 100644 index f708c9f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_37.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_370.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_370.pdf deleted file mode 100644 index db6b7f8..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_370.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_371.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_371.pdf deleted file mode 100644 index 0eba14e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_371.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_372.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_372.pdf deleted file mode 100644 index 087723d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_372.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_373.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_373.pdf deleted file mode 100644 index e38f06b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_373.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_374.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_374.pdf deleted file mode 100644 index 75db36a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_374.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_375.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_375.pdf deleted file mode 100644 index a5c13bd..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_375.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_376.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_376.pdf deleted file mode 100644 index 29fe999..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_376.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_377.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_377.pdf deleted file mode 100644 index fbbf206..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_377.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_378.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_378.pdf deleted file mode 100644 index 88c611a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_378.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_379.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_379.pdf deleted file mode 100644 index d034c0a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_379.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_38.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_38.pdf deleted file mode 100644 index 03f6b16..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_38.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_380.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_380.pdf deleted file mode 100644 index 00e1518..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_380.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_381.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_381.pdf deleted file mode 100644 index 55d3e36..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_381.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_382.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_382.pdf deleted file mode 100644 index fb69725..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_382.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_383.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_383.pdf deleted file mode 100644 index 14f8492..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_383.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_384.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_384.pdf deleted file mode 100644 index 278b286..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_384.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_385.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_385.pdf deleted file mode 100644 index 5ba0ede..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_385.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_386.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_386.pdf deleted file mode 100644 index 7ebb02e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_386.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_387.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_387.pdf deleted file mode 100644 index d2e931a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_387.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_388.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_388.pdf deleted file mode 100644 index d7e87d3..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_388.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_389.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_389.pdf deleted file mode 100644 index a638245..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_389.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_39.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_39.pdf deleted file mode 100644 index f903fcd..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_39.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_390.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_390.pdf deleted file mode 100644 index cee239c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_390.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_391.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_391.pdf deleted file mode 100644 index 9e94edd..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_391.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_392.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_392.pdf deleted file mode 100644 index fb2c0ab..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_392.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_393.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_393.pdf deleted file mode 100644 index 4fe3874..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_393.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_394.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_394.pdf deleted file mode 100644 index a8b6765..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_394.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_395.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_395.pdf deleted file mode 100644 index 20b7d23..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_395.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_396.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_396.pdf deleted file mode 100644 index 382b45b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_396.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_397.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_397.pdf deleted file mode 100644 index a00760e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_397.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_398.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_398.pdf deleted file mode 100644 index bf04b86..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_398.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_399.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_399.pdf deleted file mode 100644 index 0f57fc2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_399.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_4.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_4.pdf deleted file mode 100644 index b73e243..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_4.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_40.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_40.pdf deleted file mode 100644 index 2bce86a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_40.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_400.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_400.pdf deleted file mode 100644 index 9e40511..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_400.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_401.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_401.pdf deleted file mode 100644 index c80c429..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_401.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_402.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_402.pdf deleted file mode 100644 index 79e21ac..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_402.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_403.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_403.pdf deleted file mode 100644 index 3758620..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_403.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_404.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_404.pdf deleted file mode 100644 index 60c4a8e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_404.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_405.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_405.pdf deleted file mode 100644 index 9a967dd..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_405.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_406.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_406.pdf deleted file mode 100644 index fd46e13..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_406.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_407.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_407.pdf deleted file mode 100644 index 36e7a55..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_407.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_408.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_408.pdf deleted file mode 100644 index f0db8e9..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_408.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_409.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_409.pdf deleted file mode 100644 index ac05a37..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_409.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_41.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_41.pdf deleted file mode 100644 index 19424de..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_41.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_410.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_410.pdf deleted file mode 100644 index dfcf202..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_410.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_411.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_411.pdf deleted file mode 100644 index 0787101..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_411.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_412.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_412.pdf deleted file mode 100644 index fe677e3..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_412.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_413.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_413.pdf deleted file mode 100644 index 2c77c34..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_413.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_414.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_414.pdf deleted file mode 100644 index 03de263..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_414.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_415.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_415.pdf deleted file mode 100644 index 46603a2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_415.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_416.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_416.pdf deleted file mode 100644 index dc3c60c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_416.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_417.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_417.pdf deleted file mode 100644 index eb30a76..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_417.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_418.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_418.pdf deleted file mode 100644 index a947bd5..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_418.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_419.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_419.pdf deleted file mode 100644 index 6f2d23e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_419.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_42.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_42.pdf deleted file mode 100644 index 38cb3e2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_42.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_420.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_420.pdf deleted file mode 100644 index 936fdb9..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_420.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_421.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_421.pdf deleted file mode 100644 index 935ee75..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_421.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_422.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_422.pdf deleted file mode 100644 index 21f2eb0..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_422.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_423.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_423.pdf deleted file mode 100644 index 0a8726b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_423.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_424.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_424.pdf deleted file mode 100644 index 9a86955..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_424.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_425.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_425.pdf deleted file mode 100644 index fea661a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_425.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_426.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_426.pdf deleted file mode 100644 index 190269f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_426.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_427.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_427.pdf deleted file mode 100644 index 2d76658..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_427.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_428.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_428.pdf deleted file mode 100644 index e4dea54..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_428.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_429.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_429.pdf deleted file mode 100644 index ab5a6e2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_429.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_43.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_43.pdf deleted file mode 100644 index cbdd4f1..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_43.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_430.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_430.pdf deleted file mode 100644 index 01fb8df..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_430.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_431.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_431.pdf deleted file mode 100644 index eceeb28..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_431.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_432.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_432.pdf deleted file mode 100644 index 04d2097..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_432.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_433.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_433.pdf deleted file mode 100644 index 814a727..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_433.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_434.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_434.pdf deleted file mode 100644 index 1a04f33..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_434.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_435.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_435.pdf deleted file mode 100644 index 292f09b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_435.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_436.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_436.pdf deleted file mode 100644 index a51d2e2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_436.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_437.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_437.pdf deleted file mode 100644 index 382fabd..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_437.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_438.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_438.pdf deleted file mode 100644 index c87eef1..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_438.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_439.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_439.pdf deleted file mode 100644 index 9b782d8..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_439.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_44.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_44.pdf deleted file mode 100644 index 6698b78..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_44.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_440.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_440.pdf deleted file mode 100644 index f28e410..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_440.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_441.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_441.pdf deleted file mode 100644 index fd5f14e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_441.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_442.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_442.pdf deleted file mode 100644 index b3129e2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_442.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_443.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_443.pdf deleted file mode 100644 index eb85bf7..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_443.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_444.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_444.pdf deleted file mode 100644 index 52d7d42..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_444.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_445.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_445.pdf deleted file mode 100644 index a94f940..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_445.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_446.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_446.pdf deleted file mode 100644 index adb18ee..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_446.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_447.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_447.pdf deleted file mode 100644 index 9023bf8..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_447.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_448.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_448.pdf deleted file mode 100644 index 638a717..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_448.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_449.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_449.pdf deleted file mode 100644 index 77867d3..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_449.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_45.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_45.pdf deleted file mode 100644 index 7d7809e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_45.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_450.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_450.pdf deleted file mode 100644 index 135f6b7..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_450.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_451.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_451.pdf deleted file mode 100644 index 3c2f3a7..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_451.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_452.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_452.pdf deleted file mode 100644 index 1135791..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_452.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_453.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_453.pdf deleted file mode 100644 index 7be9899..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_453.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_454.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_454.pdf deleted file mode 100644 index 5cb882c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_454.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_455.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_455.pdf deleted file mode 100644 index 1f62583..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_455.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_456.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_456.pdf deleted file mode 100644 index 5d2f89c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_456.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_457.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_457.pdf deleted file mode 100644 index 502e3be..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_457.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_458.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_458.pdf deleted file mode 100644 index a6a4188..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_458.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_459.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_459.pdf deleted file mode 100644 index fc60ce0..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_459.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_46.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_46.pdf deleted file mode 100644 index daa4014..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_46.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_460.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_460.pdf deleted file mode 100644 index 7e0fbdf..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_460.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_461.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_461.pdf deleted file mode 100644 index 9b75e9d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_461.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_462.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_462.pdf deleted file mode 100644 index 70d14e3..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_462.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_463.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_463.pdf deleted file mode 100644 index f4d05cf..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_463.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_464.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_464.pdf deleted file mode 100644 index 22a1b84..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_464.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_465.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_465.pdf deleted file mode 100644 index ace9dd7..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_465.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_466.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_466.pdf deleted file mode 100644 index a8d3246..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_466.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_467.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_467.pdf deleted file mode 100644 index 4dceda3..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_467.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_468.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_468.pdf deleted file mode 100644 index 9876e71..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_468.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_469.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_469.pdf deleted file mode 100644 index fc2f22d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_469.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_47.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_47.pdf deleted file mode 100644 index 98d1512..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_47.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_470.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_470.pdf deleted file mode 100644 index 0fbd28c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_470.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_48.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_48.pdf deleted file mode 100644 index 4aceef5..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_48.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_49.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_49.pdf deleted file mode 100644 index 48ca2f3..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_49.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_5.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_5.pdf deleted file mode 100644 index 279e862..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_5.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_50.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_50.pdf deleted file mode 100644 index 586dd50..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_50.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_51.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_51.pdf deleted file mode 100644 index df75579..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_51.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_52.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_52.pdf deleted file mode 100644 index 30121c8..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_52.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_53.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_53.pdf deleted file mode 100644 index 419181c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_53.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_54.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_54.pdf deleted file mode 100644 index 55fa40d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_54.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_55.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_55.pdf deleted file mode 100644 index 26b1f4e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_55.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_56.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_56.pdf deleted file mode 100644 index 7cd5282..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_56.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_57.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_57.pdf deleted file mode 100644 index 0b2c4db..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_57.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_58.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_58.pdf deleted file mode 100644 index ad1abc9..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_58.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_59.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_59.pdf deleted file mode 100644 index 6f6cc45..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_59.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_6.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_6.pdf deleted file mode 100644 index 619adda..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_6.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_60.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_60.pdf deleted file mode 100644 index b130e04..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_60.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_61.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_61.pdf deleted file mode 100644 index 8226b83..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_61.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_62.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_62.pdf deleted file mode 100644 index 2487590..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_62.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_63.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_63.pdf deleted file mode 100644 index 89a2ffd..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_63.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_64.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_64.pdf deleted file mode 100644 index 36410f7..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_64.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_65.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_65.pdf deleted file mode 100644 index 9f4aaa1..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_65.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_66.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_66.pdf deleted file mode 100644 index 1031ea2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_66.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_67.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_67.pdf deleted file mode 100644 index 20e1eba..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_67.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_68.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_68.pdf deleted file mode 100644 index 33d3906..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_68.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_69.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_69.pdf deleted file mode 100644 index ce12f9c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_69.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_7.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_7.pdf deleted file mode 100644 index c918810..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_7.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_70.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_70.pdf deleted file mode 100644 index 2485028..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_70.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_71.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_71.pdf deleted file mode 100644 index 449a473..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_71.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_72.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_72.pdf deleted file mode 100644 index a929e41..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_72.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_73.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_73.pdf deleted file mode 100644 index 7eb217f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_73.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_74.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_74.pdf deleted file mode 100644 index 83927dc..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_74.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_75.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_75.pdf deleted file mode 100644 index 60cec9e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_75.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_76.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_76.pdf deleted file mode 100644 index c18e24e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_76.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_77.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_77.pdf deleted file mode 100644 index fa22c34..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_77.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_78.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_78.pdf deleted file mode 100644 index bede78e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_78.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_79.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_79.pdf deleted file mode 100644 index 8c26f74..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_79.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_8.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_8.pdf deleted file mode 100644 index b0ec2a3..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_8.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_80.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_80.pdf deleted file mode 100644 index 78c44ce..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_80.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_81.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_81.pdf deleted file mode 100644 index cf0ac7d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_81.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_82.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_82.pdf deleted file mode 100644 index e70ef21..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_82.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_83.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_83.pdf deleted file mode 100644 index bc70296..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_83.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_84.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_84.pdf deleted file mode 100644 index 2edd039..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_84.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_85.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_85.pdf deleted file mode 100644 index b9ba939..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_85.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_86.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_86.pdf deleted file mode 100644 index 51b7e5d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_86.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_87.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_87.pdf deleted file mode 100644 index 91a935e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_87.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_88.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_88.pdf deleted file mode 100644 index 530294f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_88.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_89.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_89.pdf deleted file mode 100644 index c386f64..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_89.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_9.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_9.pdf deleted file mode 100644 index 234f3b2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_9.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_90.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_90.pdf deleted file mode 100644 index 429f2d3..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_90.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_91.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_91.pdf deleted file mode 100644 index 0ff1b9a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_91.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_92.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_92.pdf deleted file mode 100644 index ea3cfb4..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_92.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_93.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_93.pdf deleted file mode 100644 index 9b80cfa..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_93.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_94.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_94.pdf deleted file mode 100644 index f4035c6..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_94.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_95.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_95.pdf deleted file mode 100644 index 07bd9cb..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_95.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_96.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_96.pdf deleted file mode 100644 index 805ef21..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_96.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_97.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_97.pdf deleted file mode 100644 index a0afb65..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_97.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_98.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_98.pdf deleted file mode 100644 index 8bb50a0..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_98.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_99.pdf b/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_99.pdf deleted file mode 100644 index af99efd..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/pdf/paged/glyphicons_individual_pdf/glyphicons_99.pdf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_000_glass.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_000_glass.png deleted file mode 100644 index a41efb8..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_000_glass.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_000_glass@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_000_glass@2x.png deleted file mode 100644 index 6baa004..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_000_glass@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_001_leaf.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_001_leaf.png deleted file mode 100644 index 1ebe8c0..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_001_leaf.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_001_leaf@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_001_leaf@2x.png deleted file mode 100644 index 0e1311f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_001_leaf@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_002_dog.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_002_dog.png deleted file mode 100644 index 1436378..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_002_dog.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_002_dog@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_002_dog@2x.png deleted file mode 100644 index ab5bd89..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_002_dog@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_003_user.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_003_user.png deleted file mode 100644 index 9059534..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_003_user.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_003_user@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_003_user@2x.png deleted file mode 100644 index e7d21e9..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_003_user@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_004_girl.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_004_girl.png deleted file mode 100644 index d99617e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_004_girl.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_004_girl@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_004_girl@2x.png deleted file mode 100644 index 00ff009..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_004_girl@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_005_car.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_005_car.png deleted file mode 100644 index faa066b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_005_car.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_005_car@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_005_car@2x.png deleted file mode 100644 index b869b56..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_005_car@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_006_user_add.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_006_user_add.png deleted file mode 100644 index 9b10dec..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_006_user_add.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_006_user_add@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_006_user_add@2x.png deleted file mode 100644 index f6fb797..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_006_user_add@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_007_user_remove.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_007_user_remove.png deleted file mode 100644 index ca6b22c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_007_user_remove.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_007_user_remove@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_007_user_remove@2x.png deleted file mode 100644 index bf12fcd..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_007_user_remove@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_008_film.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_008_film.png deleted file mode 100644 index df135ba..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_008_film.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_008_film@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_008_film@2x.png deleted file mode 100644 index ae61c9d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_008_film@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_009_magic.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_009_magic.png deleted file mode 100644 index b43a6f6..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_009_magic.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_009_magic@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_009_magic@2x.png deleted file mode 100644 index bd15712..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_009_magic@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_010_envelope.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_010_envelope.png deleted file mode 100644 index c89fee5..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_010_envelope.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_010_envelope@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_010_envelope@2x.png deleted file mode 100644 index fe80aeb..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_010_envelope@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_011_camera.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_011_camera.png deleted file mode 100644 index 20cdbd4..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_011_camera.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_011_camera@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_011_camera@2x.png deleted file mode 100644 index b548eb4..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_011_camera@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_012_heart.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_012_heart.png deleted file mode 100644 index d6b7b7f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_012_heart.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_012_heart@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_012_heart@2x.png deleted file mode 100644 index 719bdcd..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_012_heart@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_013_beach_umbrella.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_013_beach_umbrella.png deleted file mode 100644 index dd4893b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_013_beach_umbrella.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_013_beach_umbrella@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_013_beach_umbrella@2x.png deleted file mode 100644 index 9ac0484..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_013_beach_umbrella@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_014_train.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_014_train.png deleted file mode 100644 index f713a7a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_014_train.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_014_train@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_014_train@2x.png deleted file mode 100644 index 7fa12e6..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_014_train@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_015_print.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_015_print.png deleted file mode 100644 index 42bcb29..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_015_print.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_015_print@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_015_print@2x.png deleted file mode 100644 index ecb165f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_015_print@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_016_bin.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_016_bin.png deleted file mode 100644 index a3be5db..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_016_bin.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_016_bin@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_016_bin@2x.png deleted file mode 100644 index 93c1a2e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_016_bin@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_017_music.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_017_music.png deleted file mode 100644 index 6685cfa..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_017_music.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_017_music@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_017_music@2x.png deleted file mode 100644 index 473a7e5..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_017_music@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_018_note.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_018_note.png deleted file mode 100644 index 4712342..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_018_note.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_018_note@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_018_note@2x.png deleted file mode 100644 index f533ffc..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_018_note@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_019_heart_empty.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_019_heart_empty.png deleted file mode 100644 index 9faf984..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_019_heart_empty.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_019_heart_empty@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_019_heart_empty@2x.png deleted file mode 100644 index f3ebd84..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_019_heart_empty@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_020_home.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_020_home.png deleted file mode 100644 index 8b0bcb1..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_020_home.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_020_home@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_020_home@2x.png deleted file mode 100644 index 6cea209..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_020_home@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_021_snowflake.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_021_snowflake.png deleted file mode 100644 index 656db41..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_021_snowflake.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_021_snowflake@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_021_snowflake@2x.png deleted file mode 100644 index 09e7fad..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_021_snowflake@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_022_fire.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_022_fire.png deleted file mode 100644 index bd99a79..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_022_fire.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_022_fire@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_022_fire@2x.png deleted file mode 100644 index 3f6bc13..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_022_fire@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_023_magnet.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_023_magnet.png deleted file mode 100644 index d72ea7b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_023_magnet.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_023_magnet@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_023_magnet@2x.png deleted file mode 100644 index 0b8884b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_023_magnet@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_024_parents.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_024_parents.png deleted file mode 100644 index c0f4b42..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_024_parents.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_024_parents@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_024_parents@2x.png deleted file mode 100644 index 83c52c3..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_024_parents@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_025_binoculars.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_025_binoculars.png deleted file mode 100644 index 6225029..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_025_binoculars.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_025_binoculars@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_025_binoculars@2x.png deleted file mode 100644 index 2216cd2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_025_binoculars@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_026_road.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_026_road.png deleted file mode 100644 index eb9b359..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_026_road.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_026_road@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_026_road@2x.png deleted file mode 100644 index 07e7458..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_026_road@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_027_search.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_027_search.png deleted file mode 100644 index cf5be82..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_027_search.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_027_search@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_027_search@2x.png deleted file mode 100644 index 95a2971..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_027_search@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_028_cars.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_028_cars.png deleted file mode 100644 index 7600f2b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_028_cars.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_028_cars@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_028_cars@2x.png deleted file mode 100644 index a5c3904..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_028_cars@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_029_notes_2.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_029_notes_2.png deleted file mode 100644 index 152a96e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_029_notes_2.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_029_notes_2@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_029_notes_2@2x.png deleted file mode 100644 index 09963ad..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_029_notes_2@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_030_pencil.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_030_pencil.png deleted file mode 100644 index 1f8a8d5..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_030_pencil.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_030_pencil@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_030_pencil@2x.png deleted file mode 100644 index a8753e8..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_030_pencil@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_031_bus.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_031_bus.png deleted file mode 100644 index 3ca326d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_031_bus.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_031_bus@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_031_bus@2x.png deleted file mode 100644 index 1ace4b4..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_031_bus@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_032_wifi_alt.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_032_wifi_alt.png deleted file mode 100644 index b23271f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_032_wifi_alt.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_032_wifi_alt@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_032_wifi_alt@2x.png deleted file mode 100644 index 3752dad..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_032_wifi_alt@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_033_luggage.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_033_luggage.png deleted file mode 100644 index ee9a2c9..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_033_luggage.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_033_luggage@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_033_luggage@2x.png deleted file mode 100644 index 45dc5d2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_033_luggage@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_034_old_man.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_034_old_man.png deleted file mode 100644 index 7dc9ab3..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_034_old_man.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_034_old_man@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_034_old_man@2x.png deleted file mode 100644 index cae87ea..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_034_old_man@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_035_woman.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_035_woman.png deleted file mode 100644 index 8ef907f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_035_woman.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_035_woman@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_035_woman@2x.png deleted file mode 100644 index 458011f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_035_woman@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_036_file.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_036_file.png deleted file mode 100644 index c256c5a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_036_file.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_036_file@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_036_file@2x.png deleted file mode 100644 index e54f6a1..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_036_file@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_037_coins.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_037_coins.png deleted file mode 100644 index 1c56c8e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_037_coins.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_037_coins@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_037_coins@2x.png deleted file mode 100644 index 01b5691..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_037_coins@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_038_airplane.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_038_airplane.png deleted file mode 100644 index 71a31f5..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_038_airplane.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_038_airplane@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_038_airplane@2x.png deleted file mode 100644 index 98813a0..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_038_airplane@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_039_notes.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_039_notes.png deleted file mode 100644 index 2470106..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_039_notes.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_039_notes@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_039_notes@2x.png deleted file mode 100644 index d219415..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_039_notes@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_040_stats.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_040_stats.png deleted file mode 100644 index 78e1eba..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_040_stats.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_040_stats@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_040_stats@2x.png deleted file mode 100644 index da79065..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_040_stats@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_041_charts.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_041_charts.png deleted file mode 100644 index 7059167..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_041_charts.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_041_charts@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_041_charts@2x.png deleted file mode 100644 index 254843b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_041_charts@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_042_pie_chart.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_042_pie_chart.png deleted file mode 100644 index 6c0b5c8..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_042_pie_chart.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_042_pie_chart@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_042_pie_chart@2x.png deleted file mode 100644 index 8f8588f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_042_pie_chart@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_043_group.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_043_group.png deleted file mode 100644 index b735fb4..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_043_group.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_043_group@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_043_group@2x.png deleted file mode 100644 index 3d580b8..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_043_group@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_044_keys.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_044_keys.png deleted file mode 100644 index 713758a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_044_keys.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_044_keys@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_044_keys@2x.png deleted file mode 100644 index bb35db6..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_044_keys@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_045_calendar.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_045_calendar.png deleted file mode 100644 index b5dc691..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_045_calendar.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_045_calendar@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_045_calendar@2x.png deleted file mode 100644 index ea83085..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_045_calendar@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_046_router.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_046_router.png deleted file mode 100644 index 3e882f5..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_046_router.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_046_router@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_046_router@2x.png deleted file mode 100644 index ff9be0e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_046_router@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_047_camera_small.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_047_camera_small.png deleted file mode 100644 index 0284170..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_047_camera_small.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_047_camera_small@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_047_camera_small@2x.png deleted file mode 100644 index b500cfe..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_047_camera_small@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_048_dislikes.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_048_dislikes.png deleted file mode 100644 index 78a9168..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_048_dislikes.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_048_dislikes@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_048_dislikes@2x.png deleted file mode 100644 index f7956ed..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_048_dislikes@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_049_star.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_049_star.png deleted file mode 100644 index cdc98da..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_049_star.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_049_star@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_049_star@2x.png deleted file mode 100644 index 2280c13..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_049_star@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_050_link.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_050_link.png deleted file mode 100644 index 3274ca7..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_050_link.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_050_link@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_050_link@2x.png deleted file mode 100644 index ec1237b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_050_link@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_051_eye_open.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_051_eye_open.png deleted file mode 100644 index 4df860d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_051_eye_open.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_051_eye_open@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_051_eye_open@2x.png deleted file mode 100644 index 2518506..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_051_eye_open@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_052_eye_close.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_052_eye_close.png deleted file mode 100644 index 24477a4..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_052_eye_close.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_052_eye_close@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_052_eye_close@2x.png deleted file mode 100644 index 6f325a9..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_052_eye_close@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_053_alarm.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_053_alarm.png deleted file mode 100644 index 3a99322..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_053_alarm.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_053_alarm@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_053_alarm@2x.png deleted file mode 100644 index 190c0b5..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_053_alarm@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_054_clock.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_054_clock.png deleted file mode 100644 index e06389c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_054_clock.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_054_clock@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_054_clock@2x.png deleted file mode 100644 index 22f8386..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_054_clock@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_055_stopwatch.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_055_stopwatch.png deleted file mode 100644 index 442a6f8..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_055_stopwatch.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_055_stopwatch@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_055_stopwatch@2x.png deleted file mode 100644 index f8a5268..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_055_stopwatch@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_056_projector.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_056_projector.png deleted file mode 100644 index d329e02..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_056_projector.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_056_projector@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_056_projector@2x.png deleted file mode 100644 index 2025075..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_056_projector@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_057_history.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_057_history.png deleted file mode 100644 index 1cc4893..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_057_history.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_057_history@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_057_history@2x.png deleted file mode 100644 index 2c4d607..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_057_history@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_058_truck.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_058_truck.png deleted file mode 100644 index a0231d0..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_058_truck.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_058_truck@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_058_truck@2x.png deleted file mode 100644 index 34509c2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_058_truck@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_059_cargo.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_059_cargo.png deleted file mode 100644 index 802997b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_059_cargo.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_059_cargo@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_059_cargo@2x.png deleted file mode 100644 index 9de396b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_059_cargo@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_060_compass.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_060_compass.png deleted file mode 100644 index 4a4330c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_060_compass.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_060_compass@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_060_compass@2x.png deleted file mode 100644 index 09206d5..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_060_compass@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_061_keynote.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_061_keynote.png deleted file mode 100644 index fd5dfbc..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_061_keynote.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_061_keynote@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_061_keynote@2x.png deleted file mode 100644 index dd11122..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_061_keynote@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_062_paperclip.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_062_paperclip.png deleted file mode 100644 index 9f8bd2e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_062_paperclip.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_062_paperclip@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_062_paperclip@2x.png deleted file mode 100644 index a932544..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_062_paperclip@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_063_power.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_063_power.png deleted file mode 100644 index 963f377..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_063_power.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_063_power@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_063_power@2x.png deleted file mode 100644 index f611211..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_063_power@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_064_lightbulb.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_064_lightbulb.png deleted file mode 100644 index 735bb6b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_064_lightbulb.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_064_lightbulb@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_064_lightbulb@2x.png deleted file mode 100644 index 82efd4e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_064_lightbulb@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_065_tag.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_065_tag.png deleted file mode 100644 index 4395fa2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_065_tag.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_065_tag@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_065_tag@2x.png deleted file mode 100644 index a23b75b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_065_tag@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_066_tags.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_066_tags.png deleted file mode 100644 index 2478529..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_066_tags.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_066_tags@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_066_tags@2x.png deleted file mode 100644 index 5a3dfdc..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_066_tags@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_067_cleaning.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_067_cleaning.png deleted file mode 100644 index 36c89ea..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_067_cleaning.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_067_cleaning@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_067_cleaning@2x.png deleted file mode 100644 index 5116486..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_067_cleaning@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_068_ruller.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_068_ruller.png deleted file mode 100644 index 314c44d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_068_ruller.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_068_ruller@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_068_ruller@2x.png deleted file mode 100644 index 0268e29..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_068_ruller@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_069_gift.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_069_gift.png deleted file mode 100644 index d3377ef..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_069_gift.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_069_gift@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_069_gift@2x.png deleted file mode 100644 index 888f76c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_069_gift@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_070_umbrella.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_070_umbrella.png deleted file mode 100644 index 8ab58f3..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_070_umbrella.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_070_umbrella@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_070_umbrella@2x.png deleted file mode 100644 index 1e7dd4b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_070_umbrella@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_071_book.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_071_book.png deleted file mode 100644 index 57f774c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_071_book.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_071_book@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_071_book@2x.png deleted file mode 100644 index e5bf7d2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_071_book@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_072_bookmark.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_072_bookmark.png deleted file mode 100644 index 3fc9881..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_072_bookmark.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_072_bookmark@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_072_bookmark@2x.png deleted file mode 100644 index e05bac2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_072_bookmark@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_073_wifi.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_073_wifi.png deleted file mode 100644 index 821bbe8..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_073_wifi.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_073_wifi@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_073_wifi@2x.png deleted file mode 100644 index 754cb95..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_073_wifi@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_074_cup.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_074_cup.png deleted file mode 100644 index b580bd1..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_074_cup.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_074_cup@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_074_cup@2x.png deleted file mode 100644 index 5b16e8a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_074_cup@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_075_stroller.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_075_stroller.png deleted file mode 100644 index 8341bc1..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_075_stroller.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_075_stroller@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_075_stroller@2x.png deleted file mode 100644 index 7a68eeb..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_075_stroller@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_076_headphones.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_076_headphones.png deleted file mode 100644 index 3dbe243..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_076_headphones.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_076_headphones@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_076_headphones@2x.png deleted file mode 100644 index 8d0e680..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_076_headphones@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_077_headset.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_077_headset.png deleted file mode 100644 index 3dc70bc..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_077_headset.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_077_headset@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_077_headset@2x.png deleted file mode 100644 index 7c5aa02..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_077_headset@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_078_warning_sign.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_078_warning_sign.png deleted file mode 100644 index cb35cfc..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_078_warning_sign.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_078_warning_sign@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_078_warning_sign@2x.png deleted file mode 100644 index 0f4c11a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_078_warning_sign@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_079_signal.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_079_signal.png deleted file mode 100644 index 2cf6631..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_079_signal.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_079_signal@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_079_signal@2x.png deleted file mode 100644 index 2f67a4e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_079_signal@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_080_retweet.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_080_retweet.png deleted file mode 100644 index 91316ad..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_080_retweet.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_080_retweet@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_080_retweet@2x.png deleted file mode 100644 index 9a3f716..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_080_retweet@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_081_refresh.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_081_refresh.png deleted file mode 100644 index 3aa2af8..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_081_refresh.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_081_refresh@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_081_refresh@2x.png deleted file mode 100644 index 5d40935..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_081_refresh@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_082_roundabout.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_082_roundabout.png deleted file mode 100644 index 00b95fe..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_082_roundabout.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_082_roundabout@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_082_roundabout@2x.png deleted file mode 100644 index 3dd6a9d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_082_roundabout@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_083_random.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_083_random.png deleted file mode 100644 index c665aeb..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_083_random.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_083_random@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_083_random@2x.png deleted file mode 100644 index 3ad15ab..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_083_random@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_084_heat.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_084_heat.png deleted file mode 100644 index a56e772..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_084_heat.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_084_heat@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_084_heat@2x.png deleted file mode 100644 index 22cc30f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_084_heat@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_085_repeat.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_085_repeat.png deleted file mode 100644 index 3eefb25..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_085_repeat.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_085_repeat@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_085_repeat@2x.png deleted file mode 100644 index 9e58847..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_085_repeat@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_086_display.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_086_display.png deleted file mode 100644 index cbe5d26..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_086_display.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_086_display@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_086_display@2x.png deleted file mode 100644 index 6d659dc..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_086_display@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_087_log_book.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_087_log_book.png deleted file mode 100644 index 39461e7..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_087_log_book.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_087_log_book@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_087_log_book@2x.png deleted file mode 100644 index 8a5b014..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_087_log_book@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_088_address_book.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_088_address_book.png deleted file mode 100644 index 7c77b0e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_088_address_book.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_088_address_book@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_088_address_book@2x.png deleted file mode 100644 index b247309..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_088_address_book@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_089_building.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_089_building.png deleted file mode 100644 index d4bed05..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_089_building.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_089_building@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_089_building@2x.png deleted file mode 100644 index 7f2b2cc..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_089_building@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_090_eyedropper.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_090_eyedropper.png deleted file mode 100644 index 9cb6198..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_090_eyedropper.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_090_eyedropper@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_090_eyedropper@2x.png deleted file mode 100644 index a47b38e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_090_eyedropper@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_091_adjust.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_091_adjust.png deleted file mode 100644 index fbfce55..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_091_adjust.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_091_adjust@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_091_adjust@2x.png deleted file mode 100644 index f818f0a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_091_adjust@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_092_tint.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_092_tint.png deleted file mode 100644 index 7320d7a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_092_tint.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_092_tint@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_092_tint@2x.png deleted file mode 100644 index aa3594b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_092_tint@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_093_crop.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_093_crop.png deleted file mode 100644 index 25933f5..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_093_crop.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_093_crop@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_093_crop@2x.png deleted file mode 100644 index fa05c08..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_093_crop@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_094_vector_path_square.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_094_vector_path_square.png deleted file mode 100644 index fd4d3a0..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_094_vector_path_square.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_094_vector_path_square@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_094_vector_path_square@2x.png deleted file mode 100644 index 5bb299c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_094_vector_path_square@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_095_vector_path_circle.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_095_vector_path_circle.png deleted file mode 100644 index e421a3c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_095_vector_path_circle.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_095_vector_path_circle@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_095_vector_path_circle@2x.png deleted file mode 100644 index debe0d2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_095_vector_path_circle@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_096_vector_path_polygon.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_096_vector_path_polygon.png deleted file mode 100644 index e39596d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_096_vector_path_polygon.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_096_vector_path_polygon@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_096_vector_path_polygon@2x.png deleted file mode 100644 index 9b901ce..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_096_vector_path_polygon@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_097_vector_path_line.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_097_vector_path_line.png deleted file mode 100644 index 5e516f4..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_097_vector_path_line.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_097_vector_path_line@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_097_vector_path_line@2x.png deleted file mode 100644 index 46a666f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_097_vector_path_line@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_098_vector_path_curve.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_098_vector_path_curve.png deleted file mode 100644 index 3d495ae..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_098_vector_path_curve.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_098_vector_path_curve@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_098_vector_path_curve@2x.png deleted file mode 100644 index 6d3677a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_098_vector_path_curve@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_099_vector_path_all.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_099_vector_path_all.png deleted file mode 100644 index eda9c8f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_099_vector_path_all.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_099_vector_path_all@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_099_vector_path_all@2x.png deleted file mode 100644 index eee6283..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_099_vector_path_all@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_100_font.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_100_font.png deleted file mode 100644 index b5e667d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_100_font.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_100_font@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_100_font@2x.png deleted file mode 100644 index 9c8eb2a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_100_font@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_101_italic.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_101_italic.png deleted file mode 100644 index cbe58e6..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_101_italic.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_101_italic@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_101_italic@2x.png deleted file mode 100644 index 87ce3ec..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_101_italic@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_102_bold.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_102_bold.png deleted file mode 100644 index f3949b2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_102_bold.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_102_bold@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_102_bold@2x.png deleted file mode 100644 index e9c4469..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_102_bold@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_103_text_underline.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_103_text_underline.png deleted file mode 100644 index 1f54ec3..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_103_text_underline.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_103_text_underline@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_103_text_underline@2x.png deleted file mode 100644 index 6d080e2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_103_text_underline@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_104_text_strike.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_104_text_strike.png deleted file mode 100644 index 7460432..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_104_text_strike.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_104_text_strike@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_104_text_strike@2x.png deleted file mode 100644 index 6fbfaf2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_104_text_strike@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_105_text_height.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_105_text_height.png deleted file mode 100644 index 4a78dcb..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_105_text_height.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_105_text_height@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_105_text_height@2x.png deleted file mode 100644 index 041b2f7..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_105_text_height@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_106_text_width.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_106_text_width.png deleted file mode 100644 index 14c93ca..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_106_text_width.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_106_text_width@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_106_text_width@2x.png deleted file mode 100644 index ee28e63..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_106_text_width@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_107_text_resize.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_107_text_resize.png deleted file mode 100644 index 614664b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_107_text_resize.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_107_text_resize@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_107_text_resize@2x.png deleted file mode 100644 index 3e25ffb..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_107_text_resize@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_108_left_indent.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_108_left_indent.png deleted file mode 100644 index d60786d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_108_left_indent.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_108_left_indent@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_108_left_indent@2x.png deleted file mode 100644 index d310259..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_108_left_indent@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_109_right_indent.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_109_right_indent.png deleted file mode 100644 index f9428ff..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_109_right_indent.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_109_right_indent@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_109_right_indent@2x.png deleted file mode 100644 index 555c150..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_109_right_indent@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_110_align_left.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_110_align_left.png deleted file mode 100644 index 4e5565d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_110_align_left.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_110_align_left@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_110_align_left@2x.png deleted file mode 100644 index 8a010a1..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_110_align_left@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_111_align_center.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_111_align_center.png deleted file mode 100644 index 0ad3bc6..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_111_align_center.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_111_align_center@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_111_align_center@2x.png deleted file mode 100644 index 196fdbc..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_111_align_center@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_112_align_right.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_112_align_right.png deleted file mode 100644 index d379b85..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_112_align_right.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_112_align_right@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_112_align_right@2x.png deleted file mode 100644 index 1a5b25b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_112_align_right@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_113_justify.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_113_justify.png deleted file mode 100644 index 4e3f8bd..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_113_justify.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_113_justify@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_113_justify@2x.png deleted file mode 100644 index aef3000..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_113_justify@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_114_list.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_114_list.png deleted file mode 100644 index 5da73a7..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_114_list.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_114_list@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_114_list@2x.png deleted file mode 100644 index 1b585b3..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_114_list@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_115_text_smaller.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_115_text_smaller.png deleted file mode 100644 index b60730f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_115_text_smaller.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_115_text_smaller@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_115_text_smaller@2x.png deleted file mode 100644 index 23fe42a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_115_text_smaller@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_116_text_bigger.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_116_text_bigger.png deleted file mode 100644 index 40e5591..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_116_text_bigger.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_116_text_bigger@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_116_text_bigger@2x.png deleted file mode 100644 index 7fd0825..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_116_text_bigger@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_117_embed.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_117_embed.png deleted file mode 100644 index 8a4823d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_117_embed.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_117_embed@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_117_embed@2x.png deleted file mode 100644 index ee966aa..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_117_embed@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_118_embed_close.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_118_embed_close.png deleted file mode 100644 index f5194cc..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_118_embed_close.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_118_embed_close@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_118_embed_close@2x.png deleted file mode 100644 index ac68fb8..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_118_embed_close@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_119_table.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_119_table.png deleted file mode 100644 index c4da3f0..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_119_table.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_119_table@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_119_table@2x.png deleted file mode 100644 index 6b2370d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_119_table@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_120_message_full.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_120_message_full.png deleted file mode 100644 index 503688b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_120_message_full.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_120_message_full@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_120_message_full@2x.png deleted file mode 100644 index 27886fc..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_120_message_full@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_121_message_empty.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_121_message_empty.png deleted file mode 100644 index d40cb37..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_121_message_empty.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_121_message_empty@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_121_message_empty@2x.png deleted file mode 100644 index 6a80496..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_121_message_empty@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_122_message_in.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_122_message_in.png deleted file mode 100644 index 8f04bc8..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_122_message_in.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_122_message_in@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_122_message_in@2x.png deleted file mode 100644 index 6c2ebb1..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_122_message_in@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_123_message_out.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_123_message_out.png deleted file mode 100644 index b0ddaae..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_123_message_out.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_123_message_out@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_123_message_out@2x.png deleted file mode 100644 index 059000e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_123_message_out@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_124_message_plus.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_124_message_plus.png deleted file mode 100644 index 88f170f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_124_message_plus.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_124_message_plus@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_124_message_plus@2x.png deleted file mode 100644 index d8dab67..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_124_message_plus@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_125_message_minus.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_125_message_minus.png deleted file mode 100644 index 4d3d79e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_125_message_minus.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_125_message_minus@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_125_message_minus@2x.png deleted file mode 100644 index 61bc1fb..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_125_message_minus@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_126_message_ban.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_126_message_ban.png deleted file mode 100644 index d0d580f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_126_message_ban.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_126_message_ban@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_126_message_ban@2x.png deleted file mode 100644 index b64c543..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_126_message_ban@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_127_message_flag.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_127_message_flag.png deleted file mode 100644 index 9b369d7..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_127_message_flag.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_127_message_flag@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_127_message_flag@2x.png deleted file mode 100644 index a3a92f9..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_127_message_flag@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_128_message_lock.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_128_message_lock.png deleted file mode 100644 index 6cbaaef..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_128_message_lock.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_128_message_lock@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_128_message_lock@2x.png deleted file mode 100644 index 4218b87..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_128_message_lock@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_129_message_new.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_129_message_new.png deleted file mode 100644 index e8ce68b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_129_message_new.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_129_message_new@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_129_message_new@2x.png deleted file mode 100644 index d3ac673..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_129_message_new@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_130_inbox.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_130_inbox.png deleted file mode 100644 index 6c826cc..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_130_inbox.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_130_inbox@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_130_inbox@2x.png deleted file mode 100644 index 7a035b1..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_130_inbox@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_131_inbox_plus.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_131_inbox_plus.png deleted file mode 100644 index 7ccda7a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_131_inbox_plus.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_131_inbox_plus@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_131_inbox_plus@2x.png deleted file mode 100644 index ee36254..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_131_inbox_plus@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_132_inbox_minus.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_132_inbox_minus.png deleted file mode 100644 index 6ee463c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_132_inbox_minus.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_132_inbox_minus@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_132_inbox_minus@2x.png deleted file mode 100644 index 7bae6f9..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_132_inbox_minus@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_133_inbox_lock.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_133_inbox_lock.png deleted file mode 100644 index a1741ae..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_133_inbox_lock.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_133_inbox_lock@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_133_inbox_lock@2x.png deleted file mode 100644 index 784e12d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_133_inbox_lock@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_134_inbox_in.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_134_inbox_in.png deleted file mode 100644 index 8c5588f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_134_inbox_in.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_134_inbox_in@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_134_inbox_in@2x.png deleted file mode 100644 index 94e6c37..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_134_inbox_in@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_135_inbox_out.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_135_inbox_out.png deleted file mode 100644 index b84e7ff..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_135_inbox_out.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_135_inbox_out@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_135_inbox_out@2x.png deleted file mode 100644 index 19b3fe4..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_135_inbox_out@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_136_cogwheel.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_136_cogwheel.png deleted file mode 100644 index 72e851e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_136_cogwheel.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_136_cogwheel@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_136_cogwheel@2x.png deleted file mode 100644 index 1d0e83d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_136_cogwheel@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_137_cogwheels.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_137_cogwheels.png deleted file mode 100644 index 2dd7aef..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_137_cogwheels.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_137_cogwheels@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_137_cogwheels@2x.png deleted file mode 100644 index b95007b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_137_cogwheels@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_138_picture.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_138_picture.png deleted file mode 100644 index c292099..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_138_picture.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_138_picture@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_138_picture@2x.png deleted file mode 100644 index c1ce9e1..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_138_picture@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_139_adjust_alt.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_139_adjust_alt.png deleted file mode 100644 index 2f271ab..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_139_adjust_alt.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_139_adjust_alt@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_139_adjust_alt@2x.png deleted file mode 100644 index fc6519a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_139_adjust_alt@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_140_database_lock.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_140_database_lock.png deleted file mode 100644 index 8b9dc16..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_140_database_lock.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_140_database_lock@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_140_database_lock@2x.png deleted file mode 100644 index eae5437..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_140_database_lock@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_141_database_plus.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_141_database_plus.png deleted file mode 100644 index 7069813..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_141_database_plus.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_141_database_plus@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_141_database_plus@2x.png deleted file mode 100644 index 1a94010..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_141_database_plus@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_142_database_minus.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_142_database_minus.png deleted file mode 100644 index 05629bd..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_142_database_minus.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_142_database_minus@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_142_database_minus@2x.png deleted file mode 100644 index 27d6e57..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_142_database_minus@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_143_database_ban.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_143_database_ban.png deleted file mode 100644 index 92ff6aa..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_143_database_ban.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_143_database_ban@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_143_database_ban@2x.png deleted file mode 100644 index f4a66f1..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_143_database_ban@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_144_folder_open.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_144_folder_open.png deleted file mode 100644 index 2834d37..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_144_folder_open.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_144_folder_open@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_144_folder_open@2x.png deleted file mode 100644 index 8e63f71..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_144_folder_open@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_145_folder_plus.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_145_folder_plus.png deleted file mode 100644 index 0ed7a4e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_145_folder_plus.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_145_folder_plus@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_145_folder_plus@2x.png deleted file mode 100644 index 511960b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_145_folder_plus@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_146_folder_minus.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_146_folder_minus.png deleted file mode 100644 index 22a670d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_146_folder_minus.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_146_folder_minus@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_146_folder_minus@2x.png deleted file mode 100644 index 58f0234..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_146_folder_minus@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_147_folder_lock.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_147_folder_lock.png deleted file mode 100644 index ee23840..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_147_folder_lock.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_147_folder_lock@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_147_folder_lock@2x.png deleted file mode 100644 index 604abad..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_147_folder_lock@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_148_folder_flag.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_148_folder_flag.png deleted file mode 100644 index a249dc3..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_148_folder_flag.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_148_folder_flag@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_148_folder_flag@2x.png deleted file mode 100644 index 870beec..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_148_folder_flag@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_149_folder_new.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_149_folder_new.png deleted file mode 100644 index d755575..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_149_folder_new.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_149_folder_new@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_149_folder_new@2x.png deleted file mode 100644 index 1876c7f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_149_folder_new@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_150_edit.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_150_edit.png deleted file mode 100644 index 7a00a80..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_150_edit.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_150_edit@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_150_edit@2x.png deleted file mode 100644 index c3c2cdc..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_150_edit@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_151_new_window.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_151_new_window.png deleted file mode 100644 index b7c63d7..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_151_new_window.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_151_new_window@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_151_new_window@2x.png deleted file mode 100644 index f9747ca..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_151_new_window@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_152_check.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_152_check.png deleted file mode 100644 index 304b5bb..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_152_check.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_152_check@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_152_check@2x.png deleted file mode 100644 index 9d1ff25..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_152_check@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_153_unchecked.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_153_unchecked.png deleted file mode 100644 index 48f7d85..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_153_unchecked.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_153_unchecked@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_153_unchecked@2x.png deleted file mode 100644 index aff2a87..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_153_unchecked@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_154_more_windows.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_154_more_windows.png deleted file mode 100644 index feb77de..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_154_more_windows.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_154_more_windows@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_154_more_windows@2x.png deleted file mode 100644 index b8e29c8..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_154_more_windows@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_155_show_big_thumbnails.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_155_show_big_thumbnails.png deleted file mode 100644 index cec73d3..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_155_show_big_thumbnails.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_155_show_big_thumbnails@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_155_show_big_thumbnails@2x.png deleted file mode 100644 index 188bbe7..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_155_show_big_thumbnails@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_156_show_thumbnails.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_156_show_thumbnails.png deleted file mode 100644 index c342b3f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_156_show_thumbnails.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_156_show_thumbnails@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_156_show_thumbnails@2x.png deleted file mode 100644 index 3048be6..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_156_show_thumbnails@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_157_show_thumbnails_with_lines.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_157_show_thumbnails_with_lines.png deleted file mode 100644 index 93f7775..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_157_show_thumbnails_with_lines.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_157_show_thumbnails_with_lines@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_157_show_thumbnails_with_lines@2x.png deleted file mode 100644 index 73b1421..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_157_show_thumbnails_with_lines@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_158_show_lines.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_158_show_lines.png deleted file mode 100644 index a358663..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_158_show_lines.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_158_show_lines@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_158_show_lines@2x.png deleted file mode 100644 index 505ce2b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_158_show_lines@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_159_playlist.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_159_playlist.png deleted file mode 100644 index 7235cfc..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_159_playlist.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_159_playlist@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_159_playlist@2x.png deleted file mode 100644 index 18448ad..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_159_playlist@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_160_imac.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_160_imac.png deleted file mode 100644 index 6be99b0..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_160_imac.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_160_imac@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_160_imac@2x.png deleted file mode 100644 index 9bbf695..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_160_imac@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_161_macbook.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_161_macbook.png deleted file mode 100644 index 18d8c0f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_161_macbook.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_161_macbook@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_161_macbook@2x.png deleted file mode 100644 index 2be5e82..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_161_macbook@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_162_ipad.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_162_ipad.png deleted file mode 100644 index 564134d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_162_ipad.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_162_ipad@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_162_ipad@2x.png deleted file mode 100644 index 356c514..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_162_ipad@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_163_iphone.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_163_iphone.png deleted file mode 100644 index e31c5c8..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_163_iphone.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_163_iphone@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_163_iphone@2x.png deleted file mode 100644 index d37d9a6..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_163_iphone@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_164_iphone_transfer.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_164_iphone_transfer.png deleted file mode 100644 index 17210e0..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_164_iphone_transfer.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_164_iphone_transfer@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_164_iphone_transfer@2x.png deleted file mode 100644 index 6d50d15..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_164_iphone_transfer@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_165_iphone_exchange.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_165_iphone_exchange.png deleted file mode 100644 index 265283b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_165_iphone_exchange.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_165_iphone_exchange@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_165_iphone_exchange@2x.png deleted file mode 100644 index 3a6784b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_165_iphone_exchange@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_166_ipod.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_166_ipod.png deleted file mode 100644 index b315de8..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_166_ipod.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_166_ipod@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_166_ipod@2x.png deleted file mode 100644 index 7132fae..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_166_ipod@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_167_ipod_shuffle.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_167_ipod_shuffle.png deleted file mode 100644 index bbae3b4..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_167_ipod_shuffle.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_167_ipod_shuffle@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_167_ipod_shuffle@2x.png deleted file mode 100644 index 9d28213..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_167_ipod_shuffle@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_168_ear_plugs.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_168_ear_plugs.png deleted file mode 100644 index 18a499c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_168_ear_plugs.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_168_ear_plugs@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_168_ear_plugs@2x.png deleted file mode 100644 index f57f6af..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_168_ear_plugs@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_169_record.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_169_record.png deleted file mode 100644 index 9e04769..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_169_record.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_169_record@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_169_record@2x.png deleted file mode 100644 index db6d130..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_169_record@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_170_step_backward.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_170_step_backward.png deleted file mode 100644 index 2165d8d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_170_step_backward.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_170_step_backward@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_170_step_backward@2x.png deleted file mode 100644 index e08bd9d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_170_step_backward@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_171_fast_backward.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_171_fast_backward.png deleted file mode 100644 index 1557d09..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_171_fast_backward.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_171_fast_backward@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_171_fast_backward@2x.png deleted file mode 100644 index a64203e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_171_fast_backward@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_172_rewind.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_172_rewind.png deleted file mode 100644 index f2c21d9..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_172_rewind.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_172_rewind@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_172_rewind@2x.png deleted file mode 100644 index 6e23b0b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_172_rewind@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_173_play.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_173_play.png deleted file mode 100644 index d3348b2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_173_play.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_173_play@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_173_play@2x.png deleted file mode 100644 index a180bf7..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_173_play@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_174_pause.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_174_pause.png deleted file mode 100644 index 649b794..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_174_pause.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_174_pause@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_174_pause@2x.png deleted file mode 100644 index 004c07d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_174_pause@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_175_stop.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_175_stop.png deleted file mode 100644 index ca93e6c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_175_stop.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_175_stop@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_175_stop@2x.png deleted file mode 100644 index 442b5ab..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_175_stop@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_176_forward.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_176_forward.png deleted file mode 100644 index e393bfc..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_176_forward.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_176_forward@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_176_forward@2x.png deleted file mode 100644 index 32456f0..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_176_forward@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_177_fast_forward.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_177_fast_forward.png deleted file mode 100644 index b1fa77f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_177_fast_forward.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_177_fast_forward@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_177_fast_forward@2x.png deleted file mode 100644 index 1418ec5..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_177_fast_forward@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_178_step_forward.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_178_step_forward.png deleted file mode 100644 index 821805c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_178_step_forward.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_178_step_forward@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_178_step_forward@2x.png deleted file mode 100644 index 48c75bf..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_178_step_forward@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_179_eject.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_179_eject.png deleted file mode 100644 index 8d5f4de..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_179_eject.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_179_eject@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_179_eject@2x.png deleted file mode 100644 index 970fd0b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_179_eject@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_180_facetime_video.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_180_facetime_video.png deleted file mode 100644 index eb6a51a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_180_facetime_video.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_180_facetime_video@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_180_facetime_video@2x.png deleted file mode 100644 index e1440d0..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_180_facetime_video@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_181_download_alt.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_181_download_alt.png deleted file mode 100644 index d24c90a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_181_download_alt.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_181_download_alt@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_181_download_alt@2x.png deleted file mode 100644 index 585bc9a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_181_download_alt@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_182_mute.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_182_mute.png deleted file mode 100644 index 7bbdc73..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_182_mute.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_182_mute@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_182_mute@2x.png deleted file mode 100644 index 4fcd50d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_182_mute@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_183_volume_down.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_183_volume_down.png deleted file mode 100644 index 6f6f93b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_183_volume_down.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_183_volume_down@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_183_volume_down@2x.png deleted file mode 100644 index 94f4dd1..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_183_volume_down@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_184_volume_up.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_184_volume_up.png deleted file mode 100644 index f397745..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_184_volume_up.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_184_volume_up@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_184_volume_up@2x.png deleted file mode 100644 index 25f899b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_184_volume_up@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_185_screenshot.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_185_screenshot.png deleted file mode 100644 index 9f0a9e8..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_185_screenshot.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_185_screenshot@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_185_screenshot@2x.png deleted file mode 100644 index f918c8a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_185_screenshot@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_186_move.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_186_move.png deleted file mode 100644 index 2e86594..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_186_move.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_186_move@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_186_move@2x.png deleted file mode 100644 index 8d5f06e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_186_move@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_187_more.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_187_more.png deleted file mode 100644 index f0047d7..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_187_more.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_187_more@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_187_more@2x.png deleted file mode 100644 index c84b3c9..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_187_more@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_188_brightness_reduce.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_188_brightness_reduce.png deleted file mode 100644 index a1f2bfa..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_188_brightness_reduce.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_188_brightness_reduce@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_188_brightness_reduce@2x.png deleted file mode 100644 index 7613aa0..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_188_brightness_reduce@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_189_brightness_increase.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_189_brightness_increase.png deleted file mode 100644 index 0fd430e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_189_brightness_increase.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_189_brightness_increase@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_189_brightness_increase@2x.png deleted file mode 100644 index d433eb2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_189_brightness_increase@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_190_circle_plus.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_190_circle_plus.png deleted file mode 100644 index fd4914a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_190_circle_plus.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_190_circle_plus@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_190_circle_plus@2x.png deleted file mode 100644 index 17a90f9..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_190_circle_plus@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_191_circle_minus.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_191_circle_minus.png deleted file mode 100644 index 93dfbac..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_191_circle_minus.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_191_circle_minus@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_191_circle_minus@2x.png deleted file mode 100644 index 9d0dc97..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_191_circle_minus@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_192_circle_remove.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_192_circle_remove.png deleted file mode 100644 index acc4d0a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_192_circle_remove.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_192_circle_remove@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_192_circle_remove@2x.png deleted file mode 100644 index 851c614..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_192_circle_remove@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_193_circle_ok.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_193_circle_ok.png deleted file mode 100644 index 79eb86a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_193_circle_ok.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_193_circle_ok@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_193_circle_ok@2x.png deleted file mode 100644 index c52b665..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_193_circle_ok@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_194_circle_question_mark.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_194_circle_question_mark.png deleted file mode 100644 index 001e938..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_194_circle_question_mark.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_194_circle_question_mark@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_194_circle_question_mark@2x.png deleted file mode 100644 index d7cf195..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_194_circle_question_mark@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_195_circle_info.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_195_circle_info.png deleted file mode 100644 index 4f96224..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_195_circle_info.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_195_circle_info@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_195_circle_info@2x.png deleted file mode 100644 index aa19ab2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_195_circle_info@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_196_circle_exclamation_mark.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_196_circle_exclamation_mark.png deleted file mode 100644 index e5f0d75..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_196_circle_exclamation_mark.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_196_circle_exclamation_mark@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_196_circle_exclamation_mark@2x.png deleted file mode 100644 index ee10ab7..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_196_circle_exclamation_mark@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_197_remove.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_197_remove.png deleted file mode 100644 index 4cc43b8..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_197_remove.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_197_remove@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_197_remove@2x.png deleted file mode 100644 index b133b16..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_197_remove@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_198_ok.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_198_ok.png deleted file mode 100644 index ad069f0..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_198_ok.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_198_ok@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_198_ok@2x.png deleted file mode 100644 index d079b5b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_198_ok@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_199_ban.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_199_ban.png deleted file mode 100644 index 55c6a1c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_199_ban.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_199_ban@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_199_ban@2x.png deleted file mode 100644 index 8da8c3e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_199_ban@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_200_download.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_200_download.png deleted file mode 100644 index a976416..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_200_download.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_200_download@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_200_download@2x.png deleted file mode 100644 index 0fcc1e7..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_200_download@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_201_upload.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_201_upload.png deleted file mode 100644 index 55c2610..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_201_upload.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_201_upload@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_201_upload@2x.png deleted file mode 100644 index 47e9994..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_201_upload@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_202_shopping_cart.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_202_shopping_cart.png deleted file mode 100644 index 9de9f10..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_202_shopping_cart.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_202_shopping_cart@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_202_shopping_cart@2x.png deleted file mode 100644 index 6fe9aa2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_202_shopping_cart@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_203_lock.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_203_lock.png deleted file mode 100644 index 9ed3075..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_203_lock.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_203_lock@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_203_lock@2x.png deleted file mode 100644 index 42ef497..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_203_lock@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_204_unlock.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_204_unlock.png deleted file mode 100644 index d3fb40b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_204_unlock.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_204_unlock@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_204_unlock@2x.png deleted file mode 100644 index f1f70db..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_204_unlock@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_205_electricity.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_205_electricity.png deleted file mode 100644 index 4303abe..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_205_electricity.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_205_electricity@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_205_electricity@2x.png deleted file mode 100644 index 6f73edf..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_205_electricity@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_206_ok_2.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_206_ok_2.png deleted file mode 100644 index 9b38c41..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_206_ok_2.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_206_ok_2@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_206_ok_2@2x.png deleted file mode 100644 index df39193..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_206_ok_2@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_207_remove_2.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_207_remove_2.png deleted file mode 100644 index 459b019..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_207_remove_2.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_207_remove_2@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_207_remove_2@2x.png deleted file mode 100644 index 6575068..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_207_remove_2@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_208_cart_out.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_208_cart_out.png deleted file mode 100644 index 7cffe22..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_208_cart_out.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_208_cart_out@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_208_cart_out@2x.png deleted file mode 100644 index 5c32054..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_208_cart_out@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_209_cart_in.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_209_cart_in.png deleted file mode 100644 index a6ce48f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_209_cart_in.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_209_cart_in@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_209_cart_in@2x.png deleted file mode 100644 index 8cdc0ad..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_209_cart_in@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_210_left_arrow.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_210_left_arrow.png deleted file mode 100644 index 9eb35da..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_210_left_arrow.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_210_left_arrow@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_210_left_arrow@2x.png deleted file mode 100644 index 74055ea..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_210_left_arrow@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_211_right_arrow.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_211_right_arrow.png deleted file mode 100644 index 42f97b5..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_211_right_arrow.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_211_right_arrow@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_211_right_arrow@2x.png deleted file mode 100644 index 207dc49..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_211_right_arrow@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_212_down_arrow.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_212_down_arrow.png deleted file mode 100644 index 2909a9a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_212_down_arrow.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_212_down_arrow@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_212_down_arrow@2x.png deleted file mode 100644 index 19f0cc6..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_212_down_arrow@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_213_up_arrow.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_213_up_arrow.png deleted file mode 100644 index 0d6d475..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_213_up_arrow.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_213_up_arrow@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_213_up_arrow@2x.png deleted file mode 100644 index 9722b7c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_213_up_arrow@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_214_resize_small.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_214_resize_small.png deleted file mode 100644 index 99d164e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_214_resize_small.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_214_resize_small@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_214_resize_small@2x.png deleted file mode 100644 index 92d545c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_214_resize_small@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_215_resize_full.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_215_resize_full.png deleted file mode 100644 index 72d99a2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_215_resize_full.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_215_resize_full@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_215_resize_full@2x.png deleted file mode 100644 index 4293ec7..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_215_resize_full@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_216_circle_arrow_left.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_216_circle_arrow_left.png deleted file mode 100644 index 739e9d1..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_216_circle_arrow_left.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_216_circle_arrow_left@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_216_circle_arrow_left@2x.png deleted file mode 100644 index 2e48139..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_216_circle_arrow_left@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_217_circle_arrow_right.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_217_circle_arrow_right.png deleted file mode 100644 index 302a225..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_217_circle_arrow_right.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_217_circle_arrow_right@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_217_circle_arrow_right@2x.png deleted file mode 100644 index 1b9fed1..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_217_circle_arrow_right@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_218_circle_arrow_top.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_218_circle_arrow_top.png deleted file mode 100644 index 06f2416..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_218_circle_arrow_top.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_218_circle_arrow_top@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_218_circle_arrow_top@2x.png deleted file mode 100644 index 45ba74f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_218_circle_arrow_top@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_219_circle_arrow_down.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_219_circle_arrow_down.png deleted file mode 100644 index 6e568d1..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_219_circle_arrow_down.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_219_circle_arrow_down@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_219_circle_arrow_down@2x.png deleted file mode 100644 index 0fe2d6c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_219_circle_arrow_down@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_220_play_button.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_220_play_button.png deleted file mode 100644 index b7aabe4..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_220_play_button.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_220_play_button@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_220_play_button@2x.png deleted file mode 100644 index 6674852..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_220_play_button@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_221_unshare.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_221_unshare.png deleted file mode 100644 index 2bf44e3..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_221_unshare.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_221_unshare@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_221_unshare@2x.png deleted file mode 100644 index 934cd5d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_221_unshare@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_222_share.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_222_share.png deleted file mode 100644 index 6ab3f44..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_222_share.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_222_share@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_222_share@2x.png deleted file mode 100644 index 1d56823..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_222_share@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_223_chevron-right.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_223_chevron-right.png deleted file mode 100644 index fcc0713..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_223_chevron-right.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_223_chevron-right@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_223_chevron-right@2x.png deleted file mode 100644 index b47c408..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_223_chevron-right@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_224_chevron-left.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_224_chevron-left.png deleted file mode 100644 index 0e1bdc7..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_224_chevron-left.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_224_chevron-left@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_224_chevron-left@2x.png deleted file mode 100644 index 50a26ae..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_224_chevron-left@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_225_bluetooth.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_225_bluetooth.png deleted file mode 100644 index b938727..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_225_bluetooth.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_225_bluetooth@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_225_bluetooth@2x.png deleted file mode 100644 index 883c618..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_225_bluetooth@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_226_euro.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_226_euro.png deleted file mode 100644 index 0922ab0..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_226_euro.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_226_euro@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_226_euro@2x.png deleted file mode 100644 index dd60b44..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_226_euro@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_227_usd.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_227_usd.png deleted file mode 100644 index ff8777d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_227_usd.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_227_usd@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_227_usd@2x.png deleted file mode 100644 index 76ee240..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_227_usd@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_228_gbp.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_228_gbp.png deleted file mode 100644 index a5d72b0..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_228_gbp.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_228_gbp@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_228_gbp@2x.png deleted file mode 100644 index bed1dd6..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_228_gbp@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_229_retweet_2.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_229_retweet_2.png deleted file mode 100644 index 45fd4f5..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_229_retweet_2.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_229_retweet_2@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_229_retweet_2@2x.png deleted file mode 100644 index 67e1463..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_229_retweet_2@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_230_moon.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_230_moon.png deleted file mode 100644 index abd34db..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_230_moon.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_230_moon@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_230_moon@2x.png deleted file mode 100644 index 2f874bb..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_230_moon@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_231_sun.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_231_sun.png deleted file mode 100644 index 7996569..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_231_sun.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_231_sun@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_231_sun@2x.png deleted file mode 100644 index fa86cb3..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_231_sun@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_232_cloud.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_232_cloud.png deleted file mode 100644 index 6aa1fc0..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_232_cloud.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_232_cloud@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_232_cloud@2x.png deleted file mode 100644 index d555974..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_232_cloud@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_233_direction.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_233_direction.png deleted file mode 100644 index 76a00ab..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_233_direction.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_233_direction@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_233_direction@2x.png deleted file mode 100644 index 21d8f71..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_233_direction@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_234_brush.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_234_brush.png deleted file mode 100644 index a0a8bd9..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_234_brush.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_234_brush@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_234_brush@2x.png deleted file mode 100644 index d22f2ad..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_234_brush@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_235_pen.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_235_pen.png deleted file mode 100644 index 9e8a0ec..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_235_pen.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_235_pen@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_235_pen@2x.png deleted file mode 100644 index d685e50..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_235_pen@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_236_zoom_in.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_236_zoom_in.png deleted file mode 100644 index e3becf6..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_236_zoom_in.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_236_zoom_in@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_236_zoom_in@2x.png deleted file mode 100644 index b8fb13d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_236_zoom_in@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_237_zoom_out.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_237_zoom_out.png deleted file mode 100644 index 194fe69..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_237_zoom_out.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_237_zoom_out@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_237_zoom_out@2x.png deleted file mode 100644 index c045732..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_237_zoom_out@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_238_pin.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_238_pin.png deleted file mode 100644 index a3d76c3..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_238_pin.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_238_pin@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_238_pin@2x.png deleted file mode 100644 index b88ba8d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_238_pin@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_239_albums.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_239_albums.png deleted file mode 100644 index f5da118..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_239_albums.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_239_albums@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_239_albums@2x.png deleted file mode 100644 index d759364..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_239_albums@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_240_rotation_lock.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_240_rotation_lock.png deleted file mode 100644 index 1802e3f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_240_rotation_lock.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_240_rotation_lock@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_240_rotation_lock@2x.png deleted file mode 100644 index 9500c66..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_240_rotation_lock@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_241_flash.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_241_flash.png deleted file mode 100644 index d847e58..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_241_flash.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_241_flash@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_241_flash@2x.png deleted file mode 100644 index 896e625..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_241_flash@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_242_google_maps.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_242_google_maps.png deleted file mode 100644 index 2745bcc..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_242_google_maps.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_242_google_maps@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_242_google_maps@2x.png deleted file mode 100644 index afff81b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_242_google_maps@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_243_anchor.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_243_anchor.png deleted file mode 100644 index 47b99c9..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_243_anchor.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_243_anchor@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_243_anchor@2x.png deleted file mode 100644 index aa54e67..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_243_anchor@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_244_conversation.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_244_conversation.png deleted file mode 100644 index 603d454..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_244_conversation.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_244_conversation@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_244_conversation@2x.png deleted file mode 100644 index 55d0a14..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_244_conversation@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_245_chat.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_245_chat.png deleted file mode 100644 index 030d6d5..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_245_chat.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_245_chat@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_245_chat@2x.png deleted file mode 100644 index 1e67bc6..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_245_chat@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_246_male.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_246_male.png deleted file mode 100644 index bca4505..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_246_male.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_246_male@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_246_male@2x.png deleted file mode 100644 index fe1301f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_246_male@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_247_female.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_247_female.png deleted file mode 100644 index fe70048..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_247_female.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_247_female@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_247_female@2x.png deleted file mode 100644 index 647c7bc..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_247_female@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_248_asterisk.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_248_asterisk.png deleted file mode 100644 index 9ea940c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_248_asterisk.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_248_asterisk@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_248_asterisk@2x.png deleted file mode 100644 index c1def83..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_248_asterisk@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_249_divide.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_249_divide.png deleted file mode 100644 index 7e7ed25..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_249_divide.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_249_divide@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_249_divide@2x.png deleted file mode 100644 index 420724a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_249_divide@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_250_snorkel_diving.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_250_snorkel_diving.png deleted file mode 100644 index ef7e2a1..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_250_snorkel_diving.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_250_snorkel_diving@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_250_snorkel_diving@2x.png deleted file mode 100644 index 184c00e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_250_snorkel_diving@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_251_scuba_diving.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_251_scuba_diving.png deleted file mode 100644 index 19d9ac0..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_251_scuba_diving.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_251_scuba_diving@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_251_scuba_diving@2x.png deleted file mode 100644 index 688a845..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_251_scuba_diving@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_252_oxygen_bottle.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_252_oxygen_bottle.png deleted file mode 100644 index 1bfa147..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_252_oxygen_bottle.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_252_oxygen_bottle@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_252_oxygen_bottle@2x.png deleted file mode 100644 index 5f5316b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_252_oxygen_bottle@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_253_fins.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_253_fins.png deleted file mode 100644 index 3118a3e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_253_fins.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_253_fins@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_253_fins@2x.png deleted file mode 100644 index 387a898..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_253_fins@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_254_fishes.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_254_fishes.png deleted file mode 100644 index 3aa35c8..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_254_fishes.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_254_fishes@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_254_fishes@2x.png deleted file mode 100644 index 35d9f45..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_254_fishes@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_255_boat.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_255_boat.png deleted file mode 100644 index f01594d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_255_boat.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_255_boat@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_255_boat@2x.png deleted file mode 100644 index 5bdf401..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_255_boat@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_256_delete.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_256_delete.png deleted file mode 100644 index 349df5d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_256_delete.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_256_delete@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_256_delete@2x.png deleted file mode 100644 index a70c6fa..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_256_delete@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_257_sheriffs_star.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_257_sheriffs_star.png deleted file mode 100644 index ed32f43..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_257_sheriffs_star.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_257_sheriffs_star@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_257_sheriffs_star@2x.png deleted file mode 100644 index cd188d6..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_257_sheriffs_star@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_258_qrcode.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_258_qrcode.png deleted file mode 100644 index 494af97..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_258_qrcode.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_258_qrcode@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_258_qrcode@2x.png deleted file mode 100644 index 7ca5958..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_258_qrcode@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_259_barcode.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_259_barcode.png deleted file mode 100644 index 051321f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_259_barcode.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_259_barcode@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_259_barcode@2x.png deleted file mode 100644 index b4e6ff7..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_259_barcode@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_260_pool.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_260_pool.png deleted file mode 100644 index f357f38..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_260_pool.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_260_pool@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_260_pool@2x.png deleted file mode 100644 index a9898b1..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_260_pool@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_261_buoy.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_261_buoy.png deleted file mode 100644 index 5524502..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_261_buoy.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_261_buoy@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_261_buoy@2x.png deleted file mode 100644 index cc29b0d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_261_buoy@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_262_spade.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_262_spade.png deleted file mode 100644 index b49a3f8..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_262_spade.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_262_spade@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_262_spade@2x.png deleted file mode 100644 index 5ceed8a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_262_spade@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_263_bank.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_263_bank.png deleted file mode 100644 index 138e24d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_263_bank.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_263_bank@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_263_bank@2x.png deleted file mode 100644 index 27b7aed..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_263_bank@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_264_vcard.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_264_vcard.png deleted file mode 100644 index f10c87f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_264_vcard.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_264_vcard@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_264_vcard@2x.png deleted file mode 100644 index 63e3ca5..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_264_vcard@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_265_electrical_plug.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_265_electrical_plug.png deleted file mode 100644 index b8c8678..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_265_electrical_plug.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_265_electrical_plug@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_265_electrical_plug@2x.png deleted file mode 100644 index 4ef5508..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_265_electrical_plug@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_266_flag.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_266_flag.png deleted file mode 100644 index 675f5a7..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_266_flag.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_266_flag@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_266_flag@2x.png deleted file mode 100644 index 8c865fd..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_266_flag@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_267_credit_card.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_267_credit_card.png deleted file mode 100644 index d95febc..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_267_credit_card.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_267_credit_card@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_267_credit_card@2x.png deleted file mode 100644 index 9f60095..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_267_credit_card@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_268_keyboard_wireless.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_268_keyboard_wireless.png deleted file mode 100644 index ec21990..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_268_keyboard_wireless.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_268_keyboard_wireless@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_268_keyboard_wireless@2x.png deleted file mode 100644 index d0e18be..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_268_keyboard_wireless@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_269_keyboard_wireless.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_269_keyboard_wireless.png deleted file mode 100644 index b433c3d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_269_keyboard_wireless.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_269_keyboard_wireless@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_269_keyboard_wireless@2x.png deleted file mode 100644 index a0cf18d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_269_keyboard_wireless@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_270_shield.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_270_shield.png deleted file mode 100644 index ed8a721..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_270_shield.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_270_shield@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_270_shield@2x.png deleted file mode 100644 index 9a1a99a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_270_shield@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_271_ring.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_271_ring.png deleted file mode 100644 index b5be599..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_271_ring.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_271_ring@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_271_ring@2x.png deleted file mode 100644 index f513c75..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_271_ring@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_272_cake.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_272_cake.png deleted file mode 100644 index a71e64d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_272_cake.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_272_cake@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_272_cake@2x.png deleted file mode 100644 index e5535ac..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_272_cake@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_273_drink.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_273_drink.png deleted file mode 100644 index ff28a5d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_273_drink.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_273_drink@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_273_drink@2x.png deleted file mode 100644 index 39e7cb8..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_273_drink@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_274_beer.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_274_beer.png deleted file mode 100644 index 26a2f45..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_274_beer.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_274_beer@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_274_beer@2x.png deleted file mode 100644 index a0ab504..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_274_beer@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_275_fast_food.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_275_fast_food.png deleted file mode 100644 index 3bb0382..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_275_fast_food.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_275_fast_food@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_275_fast_food@2x.png deleted file mode 100644 index 3003a56..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_275_fast_food@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_276_cutlery.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_276_cutlery.png deleted file mode 100644 index 35d2bf1..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_276_cutlery.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_276_cutlery@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_276_cutlery@2x.png deleted file mode 100644 index fd8e73b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_276_cutlery@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_277_pizza.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_277_pizza.png deleted file mode 100644 index 38950ee..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_277_pizza.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_277_pizza@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_277_pizza@2x.png deleted file mode 100644 index cdf2e1b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_277_pizza@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_278_birthday_cake.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_278_birthday_cake.png deleted file mode 100644 index aa5e117..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_278_birthday_cake.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_278_birthday_cake@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_278_birthday_cake@2x.png deleted file mode 100644 index 4c47f58..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_278_birthday_cake@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_279_tablet.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_279_tablet.png deleted file mode 100644 index 2e5106a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_279_tablet.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_279_tablet@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_279_tablet@2x.png deleted file mode 100644 index 8a1d2ea..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_279_tablet@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_280_settings.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_280_settings.png deleted file mode 100644 index fc1f6f9..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_280_settings.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_280_settings@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_280_settings@2x.png deleted file mode 100644 index 53a4692..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_280_settings@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_281_bullets.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_281_bullets.png deleted file mode 100644 index ca8ad12..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_281_bullets.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_281_bullets@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_281_bullets@2x.png deleted file mode 100644 index cad7cc1..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_281_bullets@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_282_cardio.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_282_cardio.png deleted file mode 100644 index 934e421..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_282_cardio.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_282_cardio@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_282_cardio@2x.png deleted file mode 100644 index e508442..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_282_cardio@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_283_t-shirt.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_283_t-shirt.png deleted file mode 100644 index b1896d1..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_283_t-shirt.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_283_t-shirt@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_283_t-shirt@2x.png deleted file mode 100644 index d4df158..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_283_t-shirt@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_284_pants.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_284_pants.png deleted file mode 100644 index b9c5f64..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_284_pants.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_284_pants@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_284_pants@2x.png deleted file mode 100644 index e454339..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_284_pants@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_285_sweater.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_285_sweater.png deleted file mode 100644 index 4a59914..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_285_sweater.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_285_sweater@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_285_sweater@2x.png deleted file mode 100644 index 2a4b739..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_285_sweater@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_286_fabric.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_286_fabric.png deleted file mode 100644 index 9625d2d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_286_fabric.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_286_fabric@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_286_fabric@2x.png deleted file mode 100644 index 168b285..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_286_fabric@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_287_leather.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_287_leather.png deleted file mode 100644 index a904c3a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_287_leather.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_287_leather@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_287_leather@2x.png deleted file mode 100644 index c2ddccf..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_287_leather@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_288_scissors.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_288_scissors.png deleted file mode 100644 index a81383a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_288_scissors.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_288_scissors@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_288_scissors@2x.png deleted file mode 100644 index 87f6cfa..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_288_scissors@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_289_bomb.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_289_bomb.png deleted file mode 100644 index f06bc2c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_289_bomb.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_289_bomb@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_289_bomb@2x.png deleted file mode 100644 index 350418a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_289_bomb@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_290_skull.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_290_skull.png deleted file mode 100644 index 797b1ed..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_290_skull.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_290_skull@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_290_skull@2x.png deleted file mode 100644 index 623774c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_290_skull@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_291_celebration.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_291_celebration.png deleted file mode 100644 index 4605666..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_291_celebration.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_291_celebration@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_291_celebration@2x.png deleted file mode 100644 index cec386c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_291_celebration@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_292_tea_kettle.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_292_tea_kettle.png deleted file mode 100644 index a131a82..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_292_tea_kettle.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_292_tea_kettle@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_292_tea_kettle@2x.png deleted file mode 100644 index 247cf0b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_292_tea_kettle@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_293_french_press.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_293_french_press.png deleted file mode 100644 index dcbfe8d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_293_french_press.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_293_french_press@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_293_french_press@2x.png deleted file mode 100644 index 1118b5d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_293_french_press@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_294_coffee_cup.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_294_coffee_cup.png deleted file mode 100644 index 5067768..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_294_coffee_cup.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_294_coffee_cup@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_294_coffee_cup@2x.png deleted file mode 100644 index 982d05c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_294_coffee_cup@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_295_pot.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_295_pot.png deleted file mode 100644 index b676dee..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_295_pot.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_295_pot@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_295_pot@2x.png deleted file mode 100644 index 37b70e1..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_295_pot@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_296_grater.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_296_grater.png deleted file mode 100644 index 4af2f47..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_296_grater.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_296_grater@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_296_grater@2x.png deleted file mode 100644 index 4ac7aa2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_296_grater@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_297_kettle.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_297_kettle.png deleted file mode 100644 index 7410a26..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_297_kettle.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_297_kettle@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_297_kettle@2x.png deleted file mode 100644 index 59f84da..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_297_kettle@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_298_hospital.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_298_hospital.png deleted file mode 100644 index ad602c2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_298_hospital.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_298_hospital@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_298_hospital@2x.png deleted file mode 100644 index 32b4e07..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_298_hospital@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_299_hospital_h.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_299_hospital_h.png deleted file mode 100644 index 846c3b6..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_299_hospital_h.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_299_hospital_h@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_299_hospital_h@2x.png deleted file mode 100644 index 131d754..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_299_hospital_h@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_300_microphone.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_300_microphone.png deleted file mode 100644 index d7dd066..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_300_microphone.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_300_microphone@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_300_microphone@2x.png deleted file mode 100644 index 1cc45f0..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_300_microphone@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_301_webcam.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_301_webcam.png deleted file mode 100644 index 220adef..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_301_webcam.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_301_webcam@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_301_webcam@2x.png deleted file mode 100644 index 35238c6..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_301_webcam@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_302_temple_christianity_church.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_302_temple_christianity_church.png deleted file mode 100644 index 9157cd7..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_302_temple_christianity_church.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_302_temple_christianity_church@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_302_temple_christianity_church@2x.png deleted file mode 100644 index 3901983..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_302_temple_christianity_church@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_303_temple_islam.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_303_temple_islam.png deleted file mode 100644 index 0c24e94..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_303_temple_islam.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_303_temple_islam@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_303_temple_islam@2x.png deleted file mode 100644 index e3457d3..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_303_temple_islam@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_304_temple_hindu.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_304_temple_hindu.png deleted file mode 100644 index 025c453..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_304_temple_hindu.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_304_temple_hindu@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_304_temple_hindu@2x.png deleted file mode 100644 index 1365500..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_304_temple_hindu@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_305_temple_buddhist.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_305_temple_buddhist.png deleted file mode 100644 index 1d566fa..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_305_temple_buddhist.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_305_temple_buddhist@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_305_temple_buddhist@2x.png deleted file mode 100644 index 3c3aae0..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_305_temple_buddhist@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_306_bicycle.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_306_bicycle.png deleted file mode 100644 index 8e5d93e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_306_bicycle.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_306_bicycle@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_306_bicycle@2x.png deleted file mode 100644 index a7052eb..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_306_bicycle@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_307_life_preserver.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_307_life_preserver.png deleted file mode 100644 index 924d37f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_307_life_preserver.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_307_life_preserver@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_307_life_preserver@2x.png deleted file mode 100644 index ec5cdce..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_307_life_preserver@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_308_share_alt.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_308_share_alt.png deleted file mode 100644 index 9d82432..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_308_share_alt.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_308_share_alt@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_308_share_alt@2x.png deleted file mode 100644 index 77d0ddc..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_308_share_alt@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_309_comments.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_309_comments.png deleted file mode 100644 index 6188ff8..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_309_comments.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_309_comments@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_309_comments@2x.png deleted file mode 100644 index 9089513..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_309_comments@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_310_flower.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_310_flower.png deleted file mode 100644 index 880c446..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_310_flower.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_310_flower@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_310_flower@2x.png deleted file mode 100644 index b66775d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_310_flower@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_311_baseball.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_311_baseball.png deleted file mode 100644 index 5a3fa1d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_311_baseball.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_311_baseball@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_311_baseball@2x.png deleted file mode 100644 index 78b2093..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_311_baseball@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_312_rugby.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_312_rugby.png deleted file mode 100644 index 8b17b20..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_312_rugby.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_312_rugby@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_312_rugby@2x.png deleted file mode 100644 index 4033638..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_312_rugby@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_313_ax.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_313_ax.png deleted file mode 100644 index 91531ed..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_313_ax.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_313_ax@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_313_ax@2x.png deleted file mode 100644 index 2989c14..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_313_ax@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_314_table_tennis.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_314_table_tennis.png deleted file mode 100644 index eefa871..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_314_table_tennis.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_314_table_tennis@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_314_table_tennis@2x.png deleted file mode 100644 index 3efbaee..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_314_table_tennis@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_315_bowling.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_315_bowling.png deleted file mode 100644 index 00cc00f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_315_bowling.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_315_bowling@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_315_bowling@2x.png deleted file mode 100644 index 3f85e0e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_315_bowling@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_316_tree_conifer.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_316_tree_conifer.png deleted file mode 100644 index 6edcd3e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_316_tree_conifer.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_316_tree_conifer@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_316_tree_conifer@2x.png deleted file mode 100644 index 3cb5246..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_316_tree_conifer@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_317_tree_deciduous.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_317_tree_deciduous.png deleted file mode 100644 index f29fdd7..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_317_tree_deciduous.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_317_tree_deciduous@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_317_tree_deciduous@2x.png deleted file mode 100644 index 0fe1359..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_317_tree_deciduous@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_318_more_items.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_318_more_items.png deleted file mode 100644 index fca8f66..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_318_more_items.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_318_more_items@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_318_more_items@2x.png deleted file mode 100644 index 2781fba..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_318_more_items@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_319_sort.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_319_sort.png deleted file mode 100644 index 3daec5e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_319_sort.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_319_sort@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_319_sort@2x.png deleted file mode 100644 index 36e59fb..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_319_sort@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_320_filter.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_320_filter.png deleted file mode 100644 index 0ef6488..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_320_filter.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_320_filter@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_320_filter@2x.png deleted file mode 100644 index 46c9ccc..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_320_filter@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_321_gamepad.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_321_gamepad.png deleted file mode 100644 index 51d7079..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_321_gamepad.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_321_gamepad@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_321_gamepad@2x.png deleted file mode 100644 index 7bfefba..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_321_gamepad@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_322_playing_dices.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_322_playing_dices.png deleted file mode 100644 index bc88597..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_322_playing_dices.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_322_playing_dices@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_322_playing_dices@2x.png deleted file mode 100644 index 17c9c96..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_322_playing_dices@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_323_calculator.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_323_calculator.png deleted file mode 100644 index 33a1710..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_323_calculator.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_323_calculator@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_323_calculator@2x.png deleted file mode 100644 index 0e7ef73..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_323_calculator@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_324_tie.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_324_tie.png deleted file mode 100644 index 0434be4..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_324_tie.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_324_tie@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_324_tie@2x.png deleted file mode 100644 index 860da8d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_324_tie@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_325_wallet.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_325_wallet.png deleted file mode 100644 index 405be40..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_325_wallet.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_325_wallet@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_325_wallet@2x.png deleted file mode 100644 index af8ef70..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_325_wallet@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_326_piano.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_326_piano.png deleted file mode 100644 index 5ce3f71..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_326_piano.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_326_piano@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_326_piano@2x.png deleted file mode 100644 index 8b5102e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_326_piano@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_327_sampler.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_327_sampler.png deleted file mode 100644 index 0d42c9a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_327_sampler.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_327_sampler@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_327_sampler@2x.png deleted file mode 100644 index 1e6392f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_327_sampler@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_328_podium.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_328_podium.png deleted file mode 100644 index 428b91e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_328_podium.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_328_podium@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_328_podium@2x.png deleted file mode 100644 index 2ff6908..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_328_podium@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_329_soccer_ball.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_329_soccer_ball.png deleted file mode 100644 index 03ecd48..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_329_soccer_ball.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_329_soccer_ball@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_329_soccer_ball@2x.png deleted file mode 100644 index 314902a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_329_soccer_ball@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_330_blog.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_330_blog.png deleted file mode 100644 index 14b978c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_330_blog.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_330_blog@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_330_blog@2x.png deleted file mode 100644 index 4c2e369..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_330_blog@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_331_dashboard.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_331_dashboard.png deleted file mode 100644 index d19ece8..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_331_dashboard.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_331_dashboard@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_331_dashboard@2x.png deleted file mode 100644 index 3d2494e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_331_dashboard@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_332_certificate.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_332_certificate.png deleted file mode 100644 index 30120b1..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_332_certificate.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_332_certificate@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_332_certificate@2x.png deleted file mode 100644 index c25482f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_332_certificate@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_333_bell.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_333_bell.png deleted file mode 100644 index 439604e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_333_bell.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_333_bell@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_333_bell@2x.png deleted file mode 100644 index 17fdfa0..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_333_bell@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_334_candle.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_334_candle.png deleted file mode 100644 index 5025d72..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_334_candle.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_334_candle@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_334_candle@2x.png deleted file mode 100644 index dcb2568..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_334_candle@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_335_pushpin.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_335_pushpin.png deleted file mode 100644 index 20a6261..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_335_pushpin.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_335_pushpin@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_335_pushpin@2x.png deleted file mode 100644 index 0397dc2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_335_pushpin@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_336_iphone_shake.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_336_iphone_shake.png deleted file mode 100644 index 7b6ac59..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_336_iphone_shake.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_336_iphone_shake@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_336_iphone_shake@2x.png deleted file mode 100644 index 1436f6c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_336_iphone_shake@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_337_pin_flag.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_337_pin_flag.png deleted file mode 100644 index 6c26c3f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_337_pin_flag.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_337_pin_flag@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_337_pin_flag@2x.png deleted file mode 100644 index d97c3be..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_337_pin_flag@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_338_turtle.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_338_turtle.png deleted file mode 100644 index 9972eed..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_338_turtle.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_338_turtle@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_338_turtle@2x.png deleted file mode 100644 index d982c23..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_338_turtle@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_339_rabbit.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_339_rabbit.png deleted file mode 100644 index 00f9618..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_339_rabbit.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_339_rabbit@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_339_rabbit@2x.png deleted file mode 100644 index da31caa..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_339_rabbit@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_340_globe.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_340_globe.png deleted file mode 100644 index aac574c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_340_globe.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_340_globe@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_340_globe@2x.png deleted file mode 100644 index 1625b6c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_340_globe@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_341_briefcase.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_341_briefcase.png deleted file mode 100644 index 161a2b4..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_341_briefcase.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_341_briefcase@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_341_briefcase@2x.png deleted file mode 100644 index c0c15fe..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_341_briefcase@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_342_hdd.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_342_hdd.png deleted file mode 100644 index 70e3082..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_342_hdd.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_342_hdd@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_342_hdd@2x.png deleted file mode 100644 index a7e3764..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_342_hdd@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_343_thumbs_up.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_343_thumbs_up.png deleted file mode 100644 index cf52600..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_343_thumbs_up.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_343_thumbs_up@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_343_thumbs_up@2x.png deleted file mode 100644 index 27e99bf..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_343_thumbs_up@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_344_thumbs_down.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_344_thumbs_down.png deleted file mode 100644 index 348eb8c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_344_thumbs_down.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_344_thumbs_down@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_344_thumbs_down@2x.png deleted file mode 100644 index 8eba885..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_344_thumbs_down@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_345_hand_right.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_345_hand_right.png deleted file mode 100644 index e7d692f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_345_hand_right.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_345_hand_right@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_345_hand_right@2x.png deleted file mode 100644 index 15599db..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_345_hand_right@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_346_hand_left.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_346_hand_left.png deleted file mode 100644 index 3f4bd58..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_346_hand_left.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_346_hand_left@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_346_hand_left@2x.png deleted file mode 100644 index ddddee2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_346_hand_left@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_347_hand_up.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_347_hand_up.png deleted file mode 100644 index 05a57be..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_347_hand_up.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_347_hand_up@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_347_hand_up@2x.png deleted file mode 100644 index e30c4e0..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_347_hand_up@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_348_hand_down.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_348_hand_down.png deleted file mode 100644 index b367cdc..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_348_hand_down.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_348_hand_down@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_348_hand_down@2x.png deleted file mode 100644 index b7c170f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_348_hand_down@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_349_fullscreen.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_349_fullscreen.png deleted file mode 100644 index 9a27a93..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_349_fullscreen.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_349_fullscreen@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_349_fullscreen@2x.png deleted file mode 100644 index 198df7c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_349_fullscreen@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_350_shopping_bag.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_350_shopping_bag.png deleted file mode 100644 index 311bdf2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_350_shopping_bag.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_350_shopping_bag@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_350_shopping_bag@2x.png deleted file mode 100644 index 9b8b3bb..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_350_shopping_bag@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_351_book_open.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_351_book_open.png deleted file mode 100644 index a6af314..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_351_book_open.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_351_book_open@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_351_book_open@2x.png deleted file mode 100644 index 9a877f8..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_351_book_open@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_352_nameplate.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_352_nameplate.png deleted file mode 100644 index 848c400..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_352_nameplate.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_352_nameplate@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_352_nameplate@2x.png deleted file mode 100644 index e7648a6..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_352_nameplate@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_353_nameplate_alt.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_353_nameplate_alt.png deleted file mode 100644 index 9bdc5d8..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_353_nameplate_alt.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_353_nameplate_alt@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_353_nameplate_alt@2x.png deleted file mode 100644 index 8ef212e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_353_nameplate_alt@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_354_vases.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_354_vases.png deleted file mode 100644 index ac12689..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_354_vases.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_354_vases@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_354_vases@2x.png deleted file mode 100644 index 84f7c63..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_354_vases@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_355_bullhorn.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_355_bullhorn.png deleted file mode 100644 index 3cf75ee..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_355_bullhorn.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_355_bullhorn@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_355_bullhorn@2x.png deleted file mode 100644 index 38f7309..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_355_bullhorn@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_356_dumbbell.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_356_dumbbell.png deleted file mode 100644 index ef04f12..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_356_dumbbell.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_356_dumbbell@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_356_dumbbell@2x.png deleted file mode 100644 index 55bf980..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_356_dumbbell@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_357_suitcase.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_357_suitcase.png deleted file mode 100644 index 5878b71..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_357_suitcase.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_357_suitcase@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_357_suitcase@2x.png deleted file mode 100644 index 6a96c6e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_357_suitcase@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_358_file_import.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_358_file_import.png deleted file mode 100644 index 4c42513..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_358_file_import.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_358_file_import@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_358_file_import@2x.png deleted file mode 100644 index f19d836..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_358_file_import@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_359_file_export.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_359_file_export.png deleted file mode 100644 index ddb094e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_359_file_export.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_359_file_export@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_359_file_export@2x.png deleted file mode 100644 index 75fca59..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_359_file_export@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_360_bug.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_360_bug.png deleted file mode 100644 index 08de003..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_360_bug.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_360_bug@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_360_bug@2x.png deleted file mode 100644 index 1b6f5f2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_360_bug@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_361_crown.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_361_crown.png deleted file mode 100644 index 4bc58d5..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_361_crown.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_361_crown@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_361_crown@2x.png deleted file mode 100644 index 495c0f9..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_361_crown@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_362_smoking.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_362_smoking.png deleted file mode 100644 index 7d24c41..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_362_smoking.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_362_smoking@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_362_smoking@2x.png deleted file mode 100644 index fbd96a2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_362_smoking@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_363_cloud_upload.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_363_cloud_upload.png deleted file mode 100644 index e85f319..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_363_cloud_upload.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_363_cloud_upload@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_363_cloud_upload@2x.png deleted file mode 100644 index d82a31e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_363_cloud_upload@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_364_cloud_download.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_364_cloud_download.png deleted file mode 100644 index 943e8c7..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_364_cloud_download.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_364_cloud_download@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_364_cloud_download@2x.png deleted file mode 100644 index e76028e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_364_cloud_download@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_365_restart.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_365_restart.png deleted file mode 100644 index a77b166..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_365_restart.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_365_restart@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_365_restart@2x.png deleted file mode 100644 index 7ba44a7..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_365_restart@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_366_security_camera.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_366_security_camera.png deleted file mode 100644 index 7c4bb29..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_366_security_camera.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_366_security_camera@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_366_security_camera@2x.png deleted file mode 100644 index e6f71e3..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_366_security_camera@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_367_expand.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_367_expand.png deleted file mode 100644 index e727486..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_367_expand.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_367_expand@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_367_expand@2x.png deleted file mode 100644 index e2fc3b4..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_367_expand@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_368_collapse.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_368_collapse.png deleted file mode 100644 index 7c06200..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_368_collapse.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_368_collapse@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_368_collapse@2x.png deleted file mode 100644 index 78adec3..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_368_collapse@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_369_collapse_top.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_369_collapse_top.png deleted file mode 100644 index 863f29d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_369_collapse_top.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_369_collapse_top@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_369_collapse_top@2x.png deleted file mode 100644 index 7eaa154..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_369_collapse_top@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_370_globe_af.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_370_globe_af.png deleted file mode 100644 index 5e5acf7..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_370_globe_af.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_370_globe_af@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_370_globe_af@2x.png deleted file mode 100644 index 9b4eea6..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_370_globe_af@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_371_global.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_371_global.png deleted file mode 100644 index 99a1652..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_371_global.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_371_global@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_371_global@2x.png deleted file mode 100644 index 310a856..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_371_global@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_372_spray.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_372_spray.png deleted file mode 100644 index 6fdf8b3..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_372_spray.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_372_spray@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_372_spray@2x.png deleted file mode 100644 index 89af37b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_372_spray@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_373_nails.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_373_nails.png deleted file mode 100644 index a983ea7..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_373_nails.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_373_nails@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_373_nails@2x.png deleted file mode 100644 index 4c6c2e8..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_373_nails@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_374_claw_hammer.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_374_claw_hammer.png deleted file mode 100644 index 2fbd5d4..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_374_claw_hammer.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_374_claw_hammer@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_374_claw_hammer@2x.png deleted file mode 100644 index c716c8f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_374_claw_hammer@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_375_classic_hammer.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_375_classic_hammer.png deleted file mode 100644 index afddd06..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_375_classic_hammer.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_375_classic_hammer@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_375_classic_hammer@2x.png deleted file mode 100644 index 07495dc..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_375_classic_hammer@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_376_hand_saw.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_376_hand_saw.png deleted file mode 100644 index 9ab5e02..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_376_hand_saw.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_376_hand_saw@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_376_hand_saw@2x.png deleted file mode 100644 index 6b66f41..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_376_hand_saw@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_377_riflescope.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_377_riflescope.png deleted file mode 100644 index 784b5ba..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_377_riflescope.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_377_riflescope@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_377_riflescope@2x.png deleted file mode 100644 index 182579f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_377_riflescope@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_378_electrical_socket_eu.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_378_electrical_socket_eu.png deleted file mode 100644 index 89ec117..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_378_electrical_socket_eu.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_378_electrical_socket_eu@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_378_electrical_socket_eu@2x.png deleted file mode 100644 index 0e32b45..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_378_electrical_socket_eu@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_379_electrical_socket_us.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_379_electrical_socket_us.png deleted file mode 100644 index 654210a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_379_electrical_socket_us.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_379_electrical_socket_us@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_379_electrical_socket_us@2x.png deleted file mode 100644 index 9143b5b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_379_electrical_socket_us@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_380_message_forward.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_380_message_forward.png deleted file mode 100644 index b0f8534..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_380_message_forward.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_380_message_forward@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_380_message_forward@2x.png deleted file mode 100644 index d31ba7c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_380_message_forward@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_381_coat_hanger.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_381_coat_hanger.png deleted file mode 100644 index 784a2eb..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_381_coat_hanger.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_381_coat_hanger@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_381_coat_hanger@2x.png deleted file mode 100644 index 67e7935..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_381_coat_hanger@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_382_dress.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_382_dress.png deleted file mode 100644 index 85cbfdf..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_382_dress.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_382_dress@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_382_dress@2x.png deleted file mode 100644 index 7409803..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_382_dress@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_383_bathrobe.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_383_bathrobe.png deleted file mode 100644 index 334e8e0..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_383_bathrobe.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_383_bathrobe@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_383_bathrobe@2x.png deleted file mode 100644 index 8f4b51b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_383_bathrobe@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_384_shirt.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_384_shirt.png deleted file mode 100644 index a8ffc41..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_384_shirt.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_384_shirt@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_384_shirt@2x.png deleted file mode 100644 index 07563a8..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_384_shirt@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_385_underwear.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_385_underwear.png deleted file mode 100644 index 66d2c19..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_385_underwear.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_385_underwear@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_385_underwear@2x.png deleted file mode 100644 index ca14987..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_385_underwear@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_386_log_in.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_386_log_in.png deleted file mode 100644 index 1151cdc..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_386_log_in.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_386_log_in@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_386_log_in@2x.png deleted file mode 100644 index cc6e704..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_386_log_in@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_387_log_out.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_387_log_out.png deleted file mode 100644 index 0826021..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_387_log_out.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_387_log_out@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_387_log_out@2x.png deleted file mode 100644 index b947024..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_387_log_out@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_388_exit.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_388_exit.png deleted file mode 100644 index 9ea1624..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_388_exit.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_388_exit@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_388_exit@2x.png deleted file mode 100644 index 2e13df1..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_388_exit@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_389_new_window_alt.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_389_new_window_alt.png deleted file mode 100644 index 6d9555b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_389_new_window_alt.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_389_new_window_alt@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_389_new_window_alt@2x.png deleted file mode 100644 index 80de6d6..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_389_new_window_alt@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_390_video_sd.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_390_video_sd.png deleted file mode 100644 index 1406f30..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_390_video_sd.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_390_video_sd@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_390_video_sd@2x.png deleted file mode 100644 index f07fa20..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_390_video_sd@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_391_video_hd.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_391_video_hd.png deleted file mode 100644 index 3454851..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_391_video_hd.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_391_video_hd@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_391_video_hd@2x.png deleted file mode 100644 index 095675d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_391_video_hd@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_392_subtitles.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_392_subtitles.png deleted file mode 100644 index e76afff..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_392_subtitles.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_392_subtitles@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_392_subtitles@2x.png deleted file mode 100644 index a8aaf15..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_392_subtitles@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_393_sound_stereo.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_393_sound_stereo.png deleted file mode 100644 index a706ca1..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_393_sound_stereo.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_393_sound_stereo@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_393_sound_stereo@2x.png deleted file mode 100644 index 932a685..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_393_sound_stereo@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_394_sound_dolby.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_394_sound_dolby.png deleted file mode 100644 index e5f1550..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_394_sound_dolby.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_394_sound_dolby@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_394_sound_dolby@2x.png deleted file mode 100644 index b853b0e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_394_sound_dolby@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_395_sound_5_1.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_395_sound_5_1.png deleted file mode 100644 index 2e18bf6..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_395_sound_5_1.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_395_sound_5_1@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_395_sound_5_1@2x.png deleted file mode 100644 index d6c5af5..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_395_sound_5_1@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_396_sound_6_1.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_396_sound_6_1.png deleted file mode 100644 index 136da7b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_396_sound_6_1.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_396_sound_6_1@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_396_sound_6_1@2x.png deleted file mode 100644 index 16ec2eb..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_396_sound_6_1@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_397_sound_7_1.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_397_sound_7_1.png deleted file mode 100644 index 502aebf..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_397_sound_7_1.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_397_sound_7_1@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_397_sound_7_1@2x.png deleted file mode 100644 index ed2d0fc..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_397_sound_7_1@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_398_copyright_mark.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_398_copyright_mark.png deleted file mode 100644 index 98044c2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_398_copyright_mark.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_398_copyright_mark@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_398_copyright_mark@2x.png deleted file mode 100644 index 92c7dbc..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_398_copyright_mark@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_399_registration_mark.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_399_registration_mark.png deleted file mode 100644 index d95410d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_399_registration_mark.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_399_registration_mark@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_399_registration_mark@2x.png deleted file mode 100644 index 6ecd394..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_399_registration_mark@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_400_radar.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_400_radar.png deleted file mode 100644 index 0bbb116..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_400_radar.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_400_radar@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_400_radar@2x.png deleted file mode 100644 index 51f771a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_400_radar@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_401_skateboard.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_401_skateboard.png deleted file mode 100644 index e07644c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_401_skateboard.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_401_skateboard@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_401_skateboard@2x.png deleted file mode 100644 index 86e576c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_401_skateboard@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_402_golf_course.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_402_golf_course.png deleted file mode 100644 index 922db3b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_402_golf_course.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_402_golf_course@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_402_golf_course@2x.png deleted file mode 100644 index 7c8ad06..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_402_golf_course@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_403_sorting.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_403_sorting.png deleted file mode 100644 index 8d84cd8..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_403_sorting.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_403_sorting@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_403_sorting@2x.png deleted file mode 100644 index 18ea1fd..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_403_sorting@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_404_sort-by-alphabet.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_404_sort-by-alphabet.png deleted file mode 100644 index 4414b4f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_404_sort-by-alphabet.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_404_sort-by-alphabet@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_404_sort-by-alphabet@2x.png deleted file mode 100644 index 4cc5de1..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_404_sort-by-alphabet@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_405_sort-by-alphabet-alt.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_405_sort-by-alphabet-alt.png deleted file mode 100644 index 38d710f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_405_sort-by-alphabet-alt.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_405_sort-by-alphabet-alt@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_405_sort-by-alphabet-alt@2x.png deleted file mode 100644 index 2765c66..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_405_sort-by-alphabet-alt@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_406_sort-by-order.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_406_sort-by-order.png deleted file mode 100644 index ec93a55..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_406_sort-by-order.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_406_sort-by-order@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_406_sort-by-order@2x.png deleted file mode 100644 index de447cf..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_406_sort-by-order@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_407_sort-by-order-alt.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_407_sort-by-order-alt.png deleted file mode 100644 index 40e7ea6..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_407_sort-by-order-alt.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_407_sort-by-order-alt@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_407_sort-by-order-alt@2x.png deleted file mode 100644 index d19f4c5..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_407_sort-by-order-alt@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_408_sort-by-attributes.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_408_sort-by-attributes.png deleted file mode 100644 index 7d50eae..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_408_sort-by-attributes.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_408_sort-by-attributes@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_408_sort-by-attributes@2x.png deleted file mode 100644 index fe8904d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_408_sort-by-attributes@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_409_sort-by-attributes-alt.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_409_sort-by-attributes-alt.png deleted file mode 100644 index 41a495b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_409_sort-by-attributes-alt.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_409_sort-by-attributes-alt@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_409_sort-by-attributes-alt@2x.png deleted file mode 100644 index edb7efd..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_409_sort-by-attributes-alt@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_410_compressed.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_410_compressed.png deleted file mode 100644 index ed63794..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_410_compressed.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_410_compressed@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_410_compressed@2x.png deleted file mode 100644 index 923221a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_410_compressed@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_411_package.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_411_package.png deleted file mode 100644 index 7b60972..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_411_package.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_411_package@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_411_package@2x.png deleted file mode 100644 index 9fbdbce..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_411_package@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_412_cloud_plus.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_412_cloud_plus.png deleted file mode 100644 index 6d4eb1a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_412_cloud_plus.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_412_cloud_plus@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_412_cloud_plus@2x.png deleted file mode 100644 index 4c7e016..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_412_cloud_plus@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_413_cloud_minus.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_413_cloud_minus.png deleted file mode 100644 index 610f74c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_413_cloud_minus.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_413_cloud_minus@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_413_cloud_minus@2x.png deleted file mode 100644 index 29b2e98..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_413_cloud_minus@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_414_disk_save.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_414_disk_save.png deleted file mode 100644 index 4917fb2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_414_disk_save.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_414_disk_save@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_414_disk_save@2x.png deleted file mode 100644 index 25a271f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_414_disk_save@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_415_disk_open.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_415_disk_open.png deleted file mode 100644 index b6eef21..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_415_disk_open.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_415_disk_open@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_415_disk_open@2x.png deleted file mode 100644 index 2a5d696..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_415_disk_open@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_416_disk_saved.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_416_disk_saved.png deleted file mode 100644 index ccca8d3..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_416_disk_saved.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_416_disk_saved@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_416_disk_saved@2x.png deleted file mode 100644 index e6f4246..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_416_disk_saved@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_417_disk_remove.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_417_disk_remove.png deleted file mode 100644 index 5bafca3..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_417_disk_remove.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_417_disk_remove@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_417_disk_remove@2x.png deleted file mode 100644 index 4b5c50f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_417_disk_remove@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_418_disk_import.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_418_disk_import.png deleted file mode 100644 index 13c13b3..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_418_disk_import.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_418_disk_import@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_418_disk_import@2x.png deleted file mode 100644 index 0eb8b59..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_418_disk_import@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_419_disk_export.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_419_disk_export.png deleted file mode 100644 index 06d4dda..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_419_disk_export.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_419_disk_export@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_419_disk_export@2x.png deleted file mode 100644 index 8bc11e7..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_419_disk_export@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_420_tower.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_420_tower.png deleted file mode 100644 index e045fe8..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_420_tower.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_420_tower@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_420_tower@2x.png deleted file mode 100644 index b7565e1..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_420_tower@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_421_send.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_421_send.png deleted file mode 100644 index 9b988e1..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_421_send.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_421_send@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_421_send@2x.png deleted file mode 100644 index bf41ba6..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_421_send@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_422_git_branch.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_422_git_branch.png deleted file mode 100644 index 7fc9de9..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_422_git_branch.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_422_git_branch@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_422_git_branch@2x.png deleted file mode 100644 index fb0df57..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_422_git_branch@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_423_git_create.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_423_git_create.png deleted file mode 100644 index d209fb9..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_423_git_create.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_423_git_create@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_423_git_create@2x.png deleted file mode 100644 index c2dde97..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_423_git_create@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_424_git_private.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_424_git_private.png deleted file mode 100644 index a11d51f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_424_git_private.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_424_git_private@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_424_git_private@2x.png deleted file mode 100644 index 7ee5068..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_424_git_private@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_425_git_delete.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_425_git_delete.png deleted file mode 100644 index f57535e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_425_git_delete.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_425_git_delete@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_425_git_delete@2x.png deleted file mode 100644 index 644ab0c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_425_git_delete@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_426_git_merge.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_426_git_merge.png deleted file mode 100644 index b5c4a74..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_426_git_merge.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_426_git_merge@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_426_git_merge@2x.png deleted file mode 100644 index ef58f17..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_426_git_merge@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_427_git_pull_request.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_427_git_pull_request.png deleted file mode 100644 index 242eeb9..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_427_git_pull_request.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_427_git_pull_request@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_427_git_pull_request@2x.png deleted file mode 100644 index 23cc340..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_427_git_pull_request@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_428_git_compare.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_428_git_compare.png deleted file mode 100644 index fd0c2ef..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_428_git_compare.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_428_git_compare@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_428_git_compare@2x.png deleted file mode 100644 index 70cd702..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_428_git_compare@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_429_git_commit.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_429_git_commit.png deleted file mode 100644 index 49e4523..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_429_git_commit.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_429_git_commit@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_429_git_commit@2x.png deleted file mode 100644 index 03781bf..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_429_git_commit@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_430_construction_cone.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_430_construction_cone.png deleted file mode 100644 index 1231c1a..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_430_construction_cone.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_430_construction_cone@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_430_construction_cone@2x.png deleted file mode 100644 index 0d6d6e4..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_430_construction_cone@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_431_shoe_steps.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_431_shoe_steps.png deleted file mode 100644 index 3aa25da..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_431_shoe_steps.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_431_shoe_steps@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_431_shoe_steps@2x.png deleted file mode 100644 index 46ec558..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_431_shoe_steps@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_432_plus.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_432_plus.png deleted file mode 100644 index 7a4496e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_432_plus.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_432_plus@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_432_plus@2x.png deleted file mode 100644 index 84855b6..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_432_plus@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_433_minus.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_433_minus.png deleted file mode 100644 index 2c8ffc6..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_433_minus.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_433_minus@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_433_minus@2x.png deleted file mode 100644 index 1c50dc0..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_433_minus@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_434_redo.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_434_redo.png deleted file mode 100644 index 9a41645..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_434_redo.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_434_redo@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_434_redo@2x.png deleted file mode 100644 index 5fd0ed4..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_434_redo@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_435_undo.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_435_undo.png deleted file mode 100644 index d3dddd6..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_435_undo.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_435_undo@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_435_undo@2x.png deleted file mode 100644 index 0670fda..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_435_undo@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_436_golf.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_436_golf.png deleted file mode 100644 index 6dcb08f..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_436_golf.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_436_golf@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_436_golf@2x.png deleted file mode 100644 index f90baba..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_436_golf@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_437_hockey.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_437_hockey.png deleted file mode 100644 index 2e6e2a8..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_437_hockey.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_437_hockey@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_437_hockey@2x.png deleted file mode 100644 index e17db49..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_437_hockey@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_438_pipe.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_438_pipe.png deleted file mode 100644 index 8a9bf9d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_438_pipe.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_438_pipe@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_438_pipe@2x.png deleted file mode 100644 index 6e5cebc..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_438_pipe@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_439_wrench.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_439_wrench.png deleted file mode 100644 index 99427bc..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_439_wrench.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_439_wrench@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_439_wrench@2x.png deleted file mode 100644 index cc1a5d3..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_439_wrench@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_440_folder_closed.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_440_folder_closed.png deleted file mode 100644 index 87dfa2c..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_440_folder_closed.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_440_folder_closed@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_440_folder_closed@2x.png deleted file mode 100644 index dbe09de..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_440_folder_closed@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_441_phone_alt.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_441_phone_alt.png deleted file mode 100644 index 48143b8..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_441_phone_alt.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_441_phone_alt@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_441_phone_alt@2x.png deleted file mode 100644 index 4d84260..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_441_phone_alt@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_442_earphone.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_442_earphone.png deleted file mode 100644 index 76eb5f2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_442_earphone.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_442_earphone@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_442_earphone@2x.png deleted file mode 100644 index 52570f6..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_442_earphone@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_443_floppy_disk.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_443_floppy_disk.png deleted file mode 100644 index 3abf8e5..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_443_floppy_disk.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_443_floppy_disk@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_443_floppy_disk@2x.png deleted file mode 100644 index ed926ba..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_443_floppy_disk@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_444_floppy_saved.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_444_floppy_saved.png deleted file mode 100644 index 13c4199..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_444_floppy_saved.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_444_floppy_saved@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_444_floppy_saved@2x.png deleted file mode 100644 index ba7d1ac..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_444_floppy_saved@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_445_floppy_remove.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_445_floppy_remove.png deleted file mode 100644 index e7f6af0..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_445_floppy_remove.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_445_floppy_remove@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_445_floppy_remove@2x.png deleted file mode 100644 index aea2191..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_445_floppy_remove@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_446_floppy_save.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_446_floppy_save.png deleted file mode 100644 index d825099..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_446_floppy_save.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_446_floppy_save@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_446_floppy_save@2x.png deleted file mode 100644 index 28685d4..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_446_floppy_save@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_447_floppy_open.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_447_floppy_open.png deleted file mode 100644 index 1aa351d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_447_floppy_open.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_447_floppy_open@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_447_floppy_open@2x.png deleted file mode 100644 index dc1a3e0..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_447_floppy_open@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_448_translate.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_448_translate.png deleted file mode 100644 index 38f9236..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_448_translate.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_448_translate@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_448_translate@2x.png deleted file mode 100644 index fd3b4c8..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_448_translate@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_449_fax.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_449_fax.png deleted file mode 100644 index 6ac91c1..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_449_fax.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_449_fax@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_449_fax@2x.png deleted file mode 100644 index 6fb93d6..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_449_fax@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_450_factory.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_450_factory.png deleted file mode 100644 index c495818..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_450_factory.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_450_factory@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_450_factory@2x.png deleted file mode 100644 index 05081ce..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_450_factory@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_451_shop_window.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_451_shop_window.png deleted file mode 100644 index 1ecefb7..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_451_shop_window.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_451_shop_window@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_451_shop_window@2x.png deleted file mode 100644 index 7e850b2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_451_shop_window@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_452_shop.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_452_shop.png deleted file mode 100644 index 2806245..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_452_shop.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_452_shop@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_452_shop@2x.png deleted file mode 100644 index 7c76d57..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_452_shop@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_453_kiosk.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_453_kiosk.png deleted file mode 100644 index b3b6195..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_453_kiosk.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_453_kiosk@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_453_kiosk@2x.png deleted file mode 100644 index 1d9e908..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_453_kiosk@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_454_kiosk_wheels.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_454_kiosk_wheels.png deleted file mode 100644 index 8305ffa..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_454_kiosk_wheels.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_454_kiosk_wheels@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_454_kiosk_wheels@2x.png deleted file mode 100644 index 6268804..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_454_kiosk_wheels@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_455_kiosk_light.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_455_kiosk_light.png deleted file mode 100644 index e00a5a5..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_455_kiosk_light.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_455_kiosk_light@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_455_kiosk_light@2x.png deleted file mode 100644 index e0e6495..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_455_kiosk_light@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_456_kiosk_food.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_456_kiosk_food.png deleted file mode 100644 index 33fbbb9..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_456_kiosk_food.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_456_kiosk_food@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_456_kiosk_food@2x.png deleted file mode 100644 index 8f657fe..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_456_kiosk_food@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_457_transfer.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_457_transfer.png deleted file mode 100644 index 24edd12..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_457_transfer.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_457_transfer@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_457_transfer@2x.png deleted file mode 100644 index d273ab0..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_457_transfer@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_458_money.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_458_money.png deleted file mode 100644 index 276d478..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_458_money.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_458_money@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_458_money@2x.png deleted file mode 100644 index 85fd955..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_458_money@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_459_header.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_459_header.png deleted file mode 100644 index f3d54fc..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_459_header.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_459_header@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_459_header@2x.png deleted file mode 100644 index cf04e76..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_459_header@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_460_blacksmith.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_460_blacksmith.png deleted file mode 100644 index 580dfdb..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_460_blacksmith.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_460_blacksmith@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_460_blacksmith@2x.png deleted file mode 100644 index c64161e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_460_blacksmith@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_461_saw_blade.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_461_saw_blade.png deleted file mode 100644 index edc259e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_461_saw_blade.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_461_saw_blade@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_461_saw_blade@2x.png deleted file mode 100644 index 6b332f5..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_461_saw_blade@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_462_basketball.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_462_basketball.png deleted file mode 100644 index 98d6cda..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_462_basketball.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_462_basketball@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_462_basketball@2x.png deleted file mode 100644 index c8f694d..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_462_basketball@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_463_server.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_463_server.png deleted file mode 100644 index e22859e..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_463_server.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_463_server@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_463_server@2x.png deleted file mode 100644 index 6202d78..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_463_server@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_464_server_plus.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_464_server_plus.png deleted file mode 100644 index 775b96b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_464_server_plus.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_464_server_plus@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_464_server_plus@2x.png deleted file mode 100644 index 4a41164..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_464_server_plus@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_465_server_minus.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_465_server_minus.png deleted file mode 100644 index 2c29e9b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_465_server_minus.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_465_server_minus@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_465_server_minus@2x.png deleted file mode 100644 index 31fbab0..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_465_server_minus@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_466_server_ban.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_466_server_ban.png deleted file mode 100644 index b0cced2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_466_server_ban.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_466_server_ban@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_466_server_ban@2x.png deleted file mode 100644 index 8d6b528..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_466_server_ban@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_467_server_flag.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_467_server_flag.png deleted file mode 100644 index eb3d755..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_467_server_flag.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_467_server_flag@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_467_server_flag@2x.png deleted file mode 100644 index 6f8ecff..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_467_server_flag@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_468_server_lock.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_468_server_lock.png deleted file mode 100644 index 7763de6..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_468_server_lock.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_468_server_lock@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_468_server_lock@2x.png deleted file mode 100644 index 41566f5..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_468_server_lock@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_469_server_new.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_469_server_new.png deleted file mode 100644 index 213a0e2..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_469_server_new.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_469_server_new@2x.png b/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_469_server_new@2x.png deleted file mode 100644 index e95627b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/png/glyphicons_469_server_new@2x.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/psd/glyphicons.psd b/core/static/plugins/glyphicons-pro/glyphicons/psd/glyphicons.psd deleted file mode 100644 index 7ca6230..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/psd/glyphicons.psd and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/psd/glyphicons@2x.psd b/core/static/plugins/glyphicons-pro/glyphicons/psd/glyphicons@2x.psd deleted file mode 100644 index d4a269b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/psd/glyphicons@2x.psd and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/svg/glyphicons.svg b/core/static/plugins/glyphicons-pro/glyphicons/svg/glyphicons.svg deleted file mode 100644 index b26aee4..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons/svg/glyphicons.svg +++ /dev/null @@ -1,3737 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/core/static/plugins/glyphicons-pro/glyphicons/svg/glyphicons@2x.svg b/core/static/plugins/glyphicons-pro/glyphicons/svg/glyphicons@2x.svg deleted file mode 100644 index 4c01b0d..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons/svg/glyphicons@2x.svg +++ /dev/null @@ -1,3675 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/core/static/plugins/glyphicons-pro/glyphicons/web/html_css/css/glyphicons.css b/core/static/plugins/glyphicons-pro/glyphicons/web/html_css/css/glyphicons.css deleted file mode 100644 index 46a6e6d..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons/web/html_css/css/glyphicons.css +++ /dev/null @@ -1,7 +0,0 @@ -/*! - * - * Project: GLYPHICONS HALFLINGS - * Author: Jan Kovarik - www.glyphicons.com - * Twitter: @jankovarik - * - */@font-face{font-family:'Glyphicons Regular';src:url('../fonts/glyphicons-regular.eot');src:url('../fonts/glyphicons-regular.eot?#iefix') format('embedded-opentype'),url('../fonts/glyphicons-regular.woff') format('woff'),url('../fonts/glyphicons-regular.ttf') format('truetype'),url('../fonts/glyphicons-regular.svg#glyphiconsregular') format('svg');font-weight:normal;font-style:normal}.glyphicons{display:inline-block;position:relative;padding-left:48px;color:#1d1d1b;text-decoration:none;*display:inline;*zoom:1;vertical-align:middle}.glyphicons:before{position:absolute;left:0;top:0;display:inline-block;margin:0 5px 0 0;font:24px/1em 'Glyphicons Regular';font-style:normal;font-weight:normal;color:#1d1d1b;*display:inline;*zoom:1;vertical-align:middle;text-transform:none;-webkit-font-smoothing:antialiased}.glyphicons.white:before{color:#fff}.glyphicons.glass:before{content:"\E001"}.glyphicons.leaf:before{content:"\E002"}.glyphicons.dog:before{content:"\E003"}.glyphicons.user:before{content:"\E004"}.glyphicons.girl:before{content:"\E005"}.glyphicons.car:before{content:"\E006"}.glyphicons.user_add:before{content:"\E007"}.glyphicons.user_remove:before{content:"\E008"}.glyphicons.film:before{content:"\E009"}.glyphicons.magic:before{content:"\E010"}.glyphicons.envelope:before{content:"\2709"}.glyphicons.camera:before{content:"\E011"}.glyphicons.heart:before{content:"\E013"}.glyphicons.beach_umbrella:before{content:"\E014"}.glyphicons.train:before{content:"\E015"}.glyphicons.print:before{content:"\E016"}.glyphicons.bin:before{content:"\E017"}.glyphicons.music:before{content:"\E018"}.glyphicons.note:before{content:"\E019"}.glyphicons.heart_empty:before{content:"\E020"}.glyphicons.home:before{content:"\E021"}.glyphicons.snowflake:before{content:"\2744"}.glyphicons.fire:before{content:"\E023"}.glyphicons.magnet:before{content:"\E024"}.glyphicons.parents:before{content:"\E025"}.glyphicons.binoculars:before{content:"\E026"}.glyphicons.road:before{content:"\E027"}.glyphicons.search:before{content:"\E028"}.glyphicons.cars:before{content:"\E029"}.glyphicons.notes_2:before{content:"\E030"}.glyphicons.pencil:before{content:"\270F"}.glyphicons.bus:before{content:"\E032"}.glyphicons.wifi_alt:before{content:"\E033"}.glyphicons.luggage:before{content:"\E034"}.glyphicons.old_man:before{content:"\E035"}.glyphicons.woman:before{content:"\E036"}.glyphicons.file:before{content:"\E037"}.glyphicons.coins:before{content:"\E038"}.glyphicons.airplane:before{content:"\2708"}.glyphicons.notes:before{content:"\E040"}.glyphicons.stats:before{content:"\E041"}.glyphicons.charts:before{content:"\E042"}.glyphicons.pie_chart:before{content:"\E043"}.glyphicons.group:before{content:"\E044"}.glyphicons.keys:before{content:"\E045"}.glyphicons.calendar:before{content:"\E046"}.glyphicons.router:before{content:"\E047"}.glyphicons.camera_small:before{content:"\E048"}.glyphicons.dislikes:before{content:"\E049"}.glyphicons.star:before{content:"\E050"}.glyphicons.link:before{content:"\E051"}.glyphicons.eye_open:before{content:"\E052"}.glyphicons.eye_close:before{content:"\E053"}.glyphicons.alarm:before{content:"\E054"}.glyphicons.clock:before{content:"\E055"}.glyphicons.stopwatch:before{content:"\E056"}.glyphicons.projector:before{content:"\E057"}.glyphicons.history:before{content:"\E058"}.glyphicons.truck:before{content:"\E059"}.glyphicons.cargo:before{content:"\E060"}.glyphicons.compass:before{content:"\E061"}.glyphicons.keynote:before{content:"\E062"}.glyphicons.paperclip:before{content:"\E063"}.glyphicons.power:before{content:"\E064"}.glyphicons.lightbulb:before{content:"\E065"}.glyphicons.tag:before{content:"\E066"}.glyphicons.tags:before{content:"\E067"}.glyphicons.cleaning:before{content:"\E068"}.glyphicons.ruller:before{content:"\E069"}.glyphicons.gift:before{content:"\E070"}.glyphicons.umbrella:before{content:"\2602"}.glyphicons.book:before{content:"\E072"}.glyphicons.bookmark:before{content:"\E073"}.glyphicons.wifi:before{content:"\E074"}.glyphicons.cup:before{content:"\E075"}.glyphicons.stroller:before{content:"\E076"}.glyphicons.headphones:before{content:"\E077"}.glyphicons.headset:before{content:"\E078"}.glyphicons.warning_sign:before{content:"\E079"}.glyphicons.signal:before{content:"\E080"}.glyphicons.retweet:before{content:"\E081"}.glyphicons.refresh:before{content:"\E082"}.glyphicons.roundabout:before{content:"\E083"}.glyphicons.random:before{content:"\E084"}.glyphicons.heat:before{content:"\E085"}.glyphicons.repeat:before{content:"\E086"}.glyphicons.display:before{content:"\E087"}.glyphicons.log_book:before{content:"\E088"}.glyphicons.address_book:before{content:"\E089"}.glyphicons.building:before{content:"\E090"}.glyphicons.eyedropper:before{content:"\E091"}.glyphicons.adjust:before{content:"\E092"}.glyphicons.tint:before{content:"\E093"}.glyphicons.crop:before{content:"\E094"}.glyphicons.vector_path_square:before{content:"\E095"}.glyphicons.vector_path_circle:before{content:"\E096"}.glyphicons.vector_path_polygon:before{content:"\E097"}.glyphicons.vector_path_line:before{content:"\E098"}.glyphicons.vector_path_curve:before{content:"\E099"}.glyphicons.vector_path_all:before{content:"\E100"}.glyphicons.font:before{content:"\E101"}.glyphicons.italic:before{content:"\E102"}.glyphicons.bold:before{content:"\E103"}.glyphicons.text_underline:before{content:"\E104"}.glyphicons.text_strike:before{content:"\E105"}.glyphicons.text_height:before{content:"\E106"}.glyphicons.text_width:before{content:"\E107"}.glyphicons.text_resize:before{content:"\E108"}.glyphicons.left_indent:before{content:"\E109"}.glyphicons.right_indent:before{content:"\E110"}.glyphicons.align_left:before{content:"\E111"}.glyphicons.align_center:before{content:"\E112"}.glyphicons.align_right:before{content:"\E113"}.glyphicons.justify:before{content:"\E114"}.glyphicons.list:before{content:"\E115"}.glyphicons.text_smaller:before{content:"\E116"}.glyphicons.text_bigger:before{content:"\E117"}.glyphicons.embed:before{content:"\E118"}.glyphicons.embed_close:before{content:"\E119"}.glyphicons.table:before{content:"\E120"}.glyphicons.message_full:before{content:"\E121"}.glyphicons.message_empty:before{content:"\E122"}.glyphicons.message_in:before{content:"\E123"}.glyphicons.message_out:before{content:"\E124"}.glyphicons.message_plus:before{content:"\E125"}.glyphicons.message_minus:before{content:"\E126"}.glyphicons.message_ban:before{content:"\E127"}.glyphicons.message_flag:before{content:"\E128"}.glyphicons.message_lock:before{content:"\E129"}.glyphicons.message_new:before{content:"\E130"}.glyphicons.inbox:before{content:"\E131"}.glyphicons.inbox_plus:before{content:"\E132"}.glyphicons.inbox_minus:before{content:"\E133"}.glyphicons.inbox_lock:before{content:"\E134"}.glyphicons.inbox_in:before{content:"\E135"}.glyphicons.inbox_out:before{content:"\E136"}.glyphicons.cogwheel:before{content:"\E137"}.glyphicons.cogwheels:before{content:"\E138"}.glyphicons.picture:before{content:"\E139"}.glyphicons.adjust_alt:before{content:"\E140"}.glyphicons.database_lock:before{content:"\E141"}.glyphicons.database_plus:before{content:"\E142"}.glyphicons.database_minus:before{content:"\E143"}.glyphicons.database_ban:before{content:"\E144"}.glyphicons.folder_open:before{content:"\E145"}.glyphicons.folder_plus:before{content:"\E146"}.glyphicons.folder_minus:before{content:"\E147"}.glyphicons.folder_lock:before{content:"\E148"}.glyphicons.folder_flag:before{content:"\E149"}.glyphicons.folder_new:before{content:"\E150"}.glyphicons.edit:before{content:"\E151"}.glyphicons.new_window:before{content:"\E152"}.glyphicons.check:before{content:"\E153"}.glyphicons.unchecked:before{content:"\E154"}.glyphicons.more_windows:before{content:"\E155"}.glyphicons.show_big_thumbnails:before{content:"\E156"}.glyphicons.show_thumbnails:before{content:"\E157"}.glyphicons.show_thumbnails_with_lines:before{content:"\E158"}.glyphicons.show_lines:before{content:"\E159"}.glyphicons.playlist:before{content:"\E160"}.glyphicons.imac:before{content:"\E161"}.glyphicons.macbook:before{content:"\E162"}.glyphicons.ipad:before{content:"\E163"}.glyphicons.iphone:before{content:"\E164"}.glyphicons.iphone_transfer:before{content:"\E165"}.glyphicons.iphone_exchange:before{content:"\E166"}.glyphicons.ipod:before{content:"\E167"}.glyphicons.ipod_shuffle:before{content:"\E168"}.glyphicons.ear_plugs:before{content:"\E169"}.glyphicons.record:before{content:"\E170"}.glyphicons.step_backward:before{content:"\E171"}.glyphicons.fast_backward:before{content:"\E172"}.glyphicons.rewind:before{content:"\E173"}.glyphicons.play:before{content:"\E174"}.glyphicons.pause:before{content:"\E175"}.glyphicons.stop:before{content:"\E176"}.glyphicons.forward:before{content:"\E177"}.glyphicons.fast_forward:before{content:"\E178"}.glyphicons.step_forward:before{content:"\E179"}.glyphicons.eject:before{content:"\E180"}.glyphicons.facetime_video:before{content:"\E181"}.glyphicons.download_alt:before{content:"\E182"}.glyphicons.mute:before{content:"\E183"}.glyphicons.volume_down:before{content:"\E184"}.glyphicons.volume_up:before{content:"\E185"}.glyphicons.screenshot:before{content:"\E186"}.glyphicons.move:before{content:"\E187"}.glyphicons.more:before{content:"\E188"}.glyphicons.brightness_reduce:before{content:"\E189"}.glyphicons.brightness_increase:before{content:"\E190"}.glyphicons.circle_plus:before{content:"\E191"}.glyphicons.circle_minus:before{content:"\E192"}.glyphicons.circle_remove:before{content:"\E193"}.glyphicons.circle_ok:before{content:"\E194"}.glyphicons.circle_question_mark:before{content:"\E195"}.glyphicons.circle_info:before{content:"\E196"}.glyphicons.circle_exclamation_mark:before{content:"\E197"}.glyphicons.remove:before{content:"\E198"}.glyphicons.ok:before{content:"\E199"}.glyphicons.ban:before{content:"\E200"}.glyphicons.download:before{content:"\E201"}.glyphicons.upload:before{content:"\E202"}.glyphicons.shopping_cart:before{content:"\E203"}.glyphicons.lock:before{content:"\E204"}.glyphicons.unlock:before{content:"\E205"}.glyphicons.electricity:before{content:"\E206"}.glyphicons.ok_2:before{content:"\E207"}.glyphicons.remove_2:before{content:"\E208"}.glyphicons.cart_out:before{content:"\E209"}.glyphicons.cart_in:before{content:"\E210"}.glyphicons.left_arrow:before{content:"\E211"}.glyphicons.right_arrow:before{content:"\E212"}.glyphicons.down_arrow:before{content:"\E213"}.glyphicons.up_arrow:before{content:"\E214"}.glyphicons.resize_small:before{content:"\E215"}.glyphicons.resize_full:before{content:"\E216"}.glyphicons.circle_arrow_left:before{content:"\E217"}.glyphicons.circle_arrow_right:before{content:"\E218"}.glyphicons.circle_arrow_top:before{content:"\E219"}.glyphicons.circle_arrow_down:before{content:"\E220"}.glyphicons.play_button:before{content:"\E221"}.glyphicons.unshare:before{content:"\E222"}.glyphicons.share:before{content:"\E223"}.glyphicons.chevron-right:before{content:"\E224"}.glyphicons.chevron-left:before{content:"\E225"}.glyphicons.bluetooth:before{content:"\E226"}.glyphicons.euro:before{content:"\20AC"}.glyphicons.usd:before{content:"\E228"}.glyphicons.gbp:before{content:"\E229"}.glyphicons.retweet_2:before{content:"\E230"}.glyphicons.moon:before{content:"\E231"}.glyphicons.sun:before{content:"\2609"}.glyphicons.cloud:before{content:"\2601"}.glyphicons.direction:before{content:"\E234"}.glyphicons.brush:before{content:"\E235"}.glyphicons.pen:before{content:"\E236"}.glyphicons.zoom_in:before{content:"\E237"}.glyphicons.zoom_out:before{content:"\E238"}.glyphicons.pin:before{content:"\E239"}.glyphicons.albums:before{content:"\E240"}.glyphicons.rotation_lock:before{content:"\E241"}.glyphicons.flash:before{content:"\E242"}.glyphicons.google_maps:before{content:"\E243"}.glyphicons.anchor:before{content:"\2693"}.glyphicons.conversation:before{content:"\E245"}.glyphicons.chat:before{content:"\E246"}.glyphicons.male:before{content:"\E247"}.glyphicons.female:before{content:"\E248"}.glyphicons.asterisk:before{content:"\002A"}.glyphicons.divide:before{content:"\00F7"}.glyphicons.snorkel_diving:before{content:"\E251"}.glyphicons.scuba_diving:before{content:"\E252"}.glyphicons.oxygen_bottle:before{content:"\E253"}.glyphicons.fins:before{content:"\E254"}.glyphicons.fishes:before{content:"\E255"}.glyphicons.boat:before{content:"\E256"}.glyphicons.delete:before{content:"\E257"}.glyphicons.sheriffs_star:before{content:"\E258"}.glyphicons.qrcode:before{content:"\E259"}.glyphicons.barcode:before{content:"\E260"}.glyphicons.pool:before{content:"\E261"}.glyphicons.buoy:before{content:"\E262"}.glyphicons.spade:before{content:"\E263"}.glyphicons.bank:before{content:"\E264"}.glyphicons.vcard:before{content:"\E265"}.glyphicons.electrical_plug:before{content:"\E266"}.glyphicons.flag:before{content:"\E267"}.glyphicons.credit_card:before{content:"\E268"}.glyphicons.keyboard-wireless:before{content:"\E269"}.glyphicons.keyboard-wired:before{content:"\E270"}.glyphicons.shield:before{content:"\E271"}.glyphicons.ring:before{content:"\02DA"}.glyphicons.cake:before{content:"\E273"}.glyphicons.drink:before{content:"\E274"}.glyphicons.beer:before{content:"\E275"}.glyphicons.fast_food:before{content:"\E276"}.glyphicons.cutlery:before{content:"\E277"}.glyphicons.pizza:before{content:"\E278"}.glyphicons.birthday_cake:before{content:"\E279"}.glyphicons.tablet:before{content:"\E280"}.glyphicons.settings:before{content:"\E281"}.glyphicons.bullets:before{content:"\E282"}.glyphicons.cardio:before{content:"\E283"}.glyphicons.t-shirt:before{content:"\E284"}.glyphicons.pants:before{content:"\E285"}.glyphicons.sweater:before{content:"\E286"}.glyphicons.fabric:before{content:"\E287"}.glyphicons.leather:before{content:"\E288"}.glyphicons.scissors:before{content:"\E289"}.glyphicons.bomb:before{content:"\E290"}.glyphicons.skull:before{content:"\E291"}.glyphicons.celebration:before{content:"\E292"}.glyphicons.tea_kettle:before{content:"\E293"}.glyphicons.french_press:before{content:"\E294"}.glyphicons.coffee_cup:before{content:"\E295"}.glyphicons.pot:before{content:"\E296"}.glyphicons.grater:before{content:"\E297"}.glyphicons.kettle:before{content:"\E298"}.glyphicons.hospital:before{content:"\E299"}.glyphicons.hospital_h:before{content:"\E300"}.glyphicons.microphone:before{content:"\E301"}.glyphicons.webcam:before{content:"\E302"}.glyphicons.temple_christianity_church:before{content:"\E303"}.glyphicons.temple_islam:before{content:"\E304"}.glyphicons.temple_hindu:before{content:"\E305"}.glyphicons.temple_buddhist:before{content:"\E306"}.glyphicons.bicycle:before{content:"\E307"}.glyphicons.life_preserver:before{content:"\E308"}.glyphicons.share_alt:before{content:"\E309"}.glyphicons.comments:before{content:"\E310"}.glyphicons.flower:before{content:"\2698"}.glyphicons.baseball:before{content:"\26BE"}.glyphicons.rugby:before{content:"\E313"}.glyphicons.ax:before{content:"\E314"}.glyphicons.table_tennis:before{content:"\E315"}.glyphicons.bowling:before{content:"\E316"}.glyphicons.tree_conifer:before{content:"\E317"}.glyphicons.tree_deciduous:before{content:"\E318"}.glyphicons.more_items:before{content:"\E319"}.glyphicons.sort:before{content:"\E320"}.glyphicons.filter:before{content:"\E321"}.glyphicons.gamepad:before{content:"\E322"}.glyphicons.playing_dices:before{content:"\E323"}.glyphicons.calculator:before{content:"\E324"}.glyphicons.tie:before{content:"\E325"}.glyphicons.wallet:before{content:"\E326"}.glyphicons.piano:before{content:"\E327"}.glyphicons.sampler:before{content:"\E328"}.glyphicons.podium:before{content:"\E329"}.glyphicons.soccer_ball:before{content:"\E330"}.glyphicons.blog:before{content:"\E331"}.glyphicons.dashboard:before{content:"\E332"}.glyphicons.certificate:before{content:"\E333"}.glyphicons.bell:before{content:"\E334"}.glyphicons.candle:before{content:"\E335"}.glyphicons.pushpin:before{content:"\E336"}.glyphicons.iphone_shake:before{content:"\E337"}.glyphicons.pin_flag:before{content:"\E338"}.glyphicons.turtle:before{content:"\E339"}.glyphicons.rabbit:before{content:"\E340"}.glyphicons.globe:before{content:"\E341"}.glyphicons.briefcase:before{content:"\E342"}.glyphicons.hdd:before{content:"\E343"}.glyphicons.thumbs_up:before{content:"\E344"}.glyphicons.thumbs_down:before{content:"\E345"}.glyphicons.hand_right:before{content:"\E346"}.glyphicons.hand_left:before{content:"\E347"}.glyphicons.hand_up:before{content:"\E348"}.glyphicons.hand_down:before{content:"\E349"}.glyphicons.fullscreen:before{content:"\E350"}.glyphicons.shopping_bag:before{content:"\E351"}.glyphicons.book_open:before{content:"\E352"}.glyphicons.nameplate:before{content:"\E353"}.glyphicons.nameplate_alt:before{content:"\E354"}.glyphicons.vases:before{content:"\E355"}.glyphicons.bullhorn:before{content:"\E356"}.glyphicons.dumbbell:before{content:"\E357"}.glyphicons.suitcase:before{content:"\E358"}.glyphicons.file_import:before{content:"\E359"}.glyphicons.file_export:before{content:"\E360"}.glyphicons.bug:before{content:"\E361"}.glyphicons.crown:before{content:"\E362"}.glyphicons.smoking:before{content:"\E363"}.glyphicons.cloud-download:before{content:"\E364"}.glyphicons.cloud-upload:before{content:"\E365"}.glyphicons.restart:before{content:"\E366"}.glyphicons.security_camera:before{content:"\E367"}.glyphicons.expand:before{content:"\E368"}.glyphicons.collapse:before{content:"\E369"}.glyphicons.collapse_top:before{content:"\E370"}.glyphicons.globe_af:before{content:"\E371"}.glyphicons.global:before{content:"\E372"}.glyphicons.spray:before{content:"\E373"}.glyphicons.nails:before{content:"\E374"}.glyphicons.claw_hammer:before{content:"\E375"}.glyphicons.classic_hammer:before{content:"\E376"}.glyphicons.hand_saw:before{content:"\E377"}.glyphicons.riflescope:before{content:"\E378"}.glyphicons.electrical_socket_eu:before{content:"\E379"}.glyphicons.electrical_socket_us:before{content:"\E380"}.glyphicons.message_forward:before{content:"\E381"}.glyphicons.coat_hanger:before{content:"\E382"}.glyphicons.dress:before{content:"\E383"}.glyphicons.bathrobe:before{content:"\E384"}.glyphicons.shirt:before{content:"\E385"}.glyphicons.underwear:before{content:"\E386"}.glyphicons.log_in:before{content:"\E387"}.glyphicons.log_out:before{content:"\E388"}.glyphicons.exit:before{content:"\E389"}.glyphicons.new_window_alt:before{content:"\E390"}.glyphicons.video_sd:before{content:"\E391"}.glyphicons.video_hd:before{content:"\E392"}.glyphicons.subtitles:before{content:"\E393"}.glyphicons.sound_stereo:before{content:"\E394"}.glyphicons.sound_dolby:before{content:"\E395"}.glyphicons.sound_5_1:before{content:"\E396"}.glyphicons.sound_6_1:before{content:"\E397"}.glyphicons.sound_7_1:before{content:"\E398"}.glyphicons.copyright_mark:before{content:"\E399"}.glyphicons.registration_mark:before{content:"\E400"}.glyphicons.radar:before{content:"\E401"}.glyphicons.skateboard:before{content:"\E402"}.glyphicons.golf_course:before{content:"\E403"}.glyphicons.sorting:before{content:"\E404"}.glyphicons.sort-by-alphabet:before{content:"\E405"}.glyphicons.sort-by-alphabet-alt:before{content:"\E406"}.glyphicons.sort-by-order:before{content:"\E407"}.glyphicons.sort-by-order-alt:before{content:"\E408"}.glyphicons.sort-by-attributes:before{content:"\E409"}.glyphicons.sort-by-attributes-alt:before{content:"\E410"}.glyphicons.compressed:before{content:"\E411"}.glyphicons.package:before{content:"\E412"}.glyphicons.cloud_plus:before{content:"\E413"}.glyphicons.cloud_minus:before{content:"\E414"}.glyphicons.disk_save:before{content:"\E415"}.glyphicons.disk_open:before{content:"\E416"}.glyphicons.disk_saved:before{content:"\E417"}.glyphicons.disk_remove:before{content:"\E418"}.glyphicons.disk_import:before{content:"\E419"}.glyphicons.disk_export:before{content:"\E420"}.glyphicons.tower:before{content:"\E421"}.glyphicons.send:before{content:"\E422"}.glyphicons.git_branch:before{content:"\E423"}.glyphicons.git_create:before{content:"\E424"}.glyphicons.git_private:before{content:"\E425"}.glyphicons.git_delete:before{content:"\E426"}.glyphicons.git_merge:before{content:"\E427"}.glyphicons.git_pull_request:before{content:"\E428"}.glyphicons.git_compare:before{content:"\E429"}.glyphicons.git_commit:before{content:"\E430"}.glyphicons.construction_cone:before{content:"\E431"}.glyphicons.shoe_steps:before{content:"\E432"}.glyphicons.plus:before{content:"\002B"}.glyphicons.minus:before{content:"\2212"}.glyphicons.redo:before{content:"\E435"}.glyphicons.undo:before{content:"\E436"}.glyphicons.golf:before{content:"\E437"}.glyphicons.hockey:before{content:"\E438"}.glyphicons.pipe:before{content:"\E439"}.glyphicons.wrench:before{content:"\E440"}.glyphicons.folder_closed:before{content:"\E441"}.glyphicons.phone_alt:before{content:"\E442"}.glyphicons.earphone:before{content:"\E443"}.glyphicons.floppy_disk:before{content:"\E444"}.glyphicons.floppy_saved:before{content:"\E445"}.glyphicons.floppy_remove:before{content:"\E446"}.glyphicons.floppy_save:before{content:"\E447"}.glyphicons.floppy_open:before{content:"\E448"}.glyphicons.translate:before{content:"\E449"}.glyphicons.fax:before{content:"\E450"}.glyphicons.factory:before{content:"\E451"}.glyphicons.shop_window:before{content:"\E452"}.glyphicons.shop:before{content:"\E453"}.glyphicons.kiosk:before{content:"\E454"}.glyphicons.kiosk_wheels:before{content:"\E455"}.glyphicons.kiosk_light:before{content:"\E456"}.glyphicons.kiosk_food:before{content:"\E457"}.glyphicons.transfer:before{content:"\E458"}.glyphicons.money:before{content:"\E459"}.glyphicons.header:before{content:"\E460"}.glyphicons.blacksmith:before{content:"\E461"}.glyphicons.saw_blade:before{content:"\E462"}.glyphicons.basketball:before{content:"\E463"}.glyphicons.server:before{content:"\E464"}.glyphicons.server_plus:before{content:"\E465"}.glyphicons.server_minus:before{content:"\E466"}.glyphicons.server_ban:before{content:"\E467"}.glyphicons.server_flag:before{content:"\E468"}.glyphicons.server_lock:before{content:"\E469"}.glyphicons.server_new:before{content:"\E470"}.glyphicons-icon{display:inline-block;width:48px;height:48px;margin:0 8px 0 0;line-height:14px;vertical-align:text-top;background-image:url(../images/glyphicons.svg);background-position:0 0;background-repeat:no-repeat;vertical-align:top;*display:inline;*zoom:1;*margin-right:.3em}.glyphicons-icon _:-o-prefocus,.glyphicons-icon{background-image:url(../images/glyphicons.png)}.no-inlinesvg .glyphicons-icon{background-image:url(../images/glyphicons.png)}.glyphicons-icon.white{background-image:url(../images/glyphicons-white.svg)}.glyphicons-icon.white _:-o-prefocus,.glyphicons-icon.white{background-image:url(../images/glyphicons-white.png)}.no-inlinesvg .glyphicons-icon.white{background-image:url(../images/glyphicons-white.png)}.glyphicons-icon.glass{background-position:4px 11px}.glyphicons-icon.leaf{background-position:-44px 11px}.glyphicons-icon.dog{background-position:-92px 11px}.glyphicons-icon.user{background-position:-140px 11px}.glyphicons-icon.girl{background-position:-188px 11px}.glyphicons-icon.car{background-position:-236px 11px}.glyphicons-icon.user_add{background-position:-284px 11px}.glyphicons-icon.user_remove{background-position:-332px 11px}.glyphicons-icon.film{background-position:-380px 11px}.glyphicons-icon.magic{background-position:-428px 11px}.glyphicons-icon.envelope{background-position:4px -37px}.glyphicons-icon.camera{background-position:-44px -37px}.glyphicons-icon.heart{background-position:-92px -37px}.glyphicons-icon.beach_umbrella{background-position:-140px -37px}.glyphicons-icon.train{background-position:-188px -37px}.glyphicons-icon.print{background-position:-236px -37px}.glyphicons-icon.bin{background-position:-284px -37px}.glyphicons-icon.music{background-position:-332px -37px}.glyphicons-icon.note{background-position:-380px -37px}.glyphicons-icon.heart_empty{background-position:-428px -37px}.glyphicons-icon.home{background-position:4px -85px}.glyphicons-icon.snowflake{background-position:-44px -85px}.glyphicons-icon.fire{background-position:-92px -85px}.glyphicons-icon.magnet{background-position:-140px -85px}.glyphicons-icon.parents{background-position:-188px -85px}.glyphicons-icon.binoculars{background-position:-236px -85px}.glyphicons-icon.road{background-position:-284px -85px}.glyphicons-icon.search{background-position:-332px -85px}.glyphicons-icon.cars{background-position:-380px -85px}.glyphicons-icon.notes_2{background-position:-428px -85px}.glyphicons-icon.pencil{background-position:4px -133px}.glyphicons-icon.bus{background-position:-44px -133px}.glyphicons-icon.wifi_alt{background-position:-92px -133px}.glyphicons-icon.luggage{background-position:-140px -133px}.glyphicons-icon.old_man{background-position:-188px -133px}.glyphicons-icon.woman{background-position:-236px -133px}.glyphicons-icon.file{background-position:-284px -133px}.glyphicons-icon.coins{background-position:-332px -133px}.glyphicons-icon.airplane{background-position:-380px -133px}.glyphicons-icon.notes{background-position:-428px -133px}.glyphicons-icon.stats{background-position:4px -181px}.glyphicons-icon.charts{background-position:-44px -181px}.glyphicons-icon.pie_chart{background-position:-92px -181px}.glyphicons-icon.group{background-position:-140px -181px}.glyphicons-icon.keys{background-position:-188px -181px}.glyphicons-icon.calendar{background-position:-236px -181px}.glyphicons-icon.router{background-position:-284px -181px}.glyphicons-icon.camera_small{background-position:-332px -181px}.glyphicons-icon.dislikes{background-position:-380px -181px}.glyphicons-icon.star{background-position:-428px -181px}.glyphicons-icon.link{background-position:4px -229px}.glyphicons-icon.eye_open{background-position:-44px -229px}.glyphicons-icon.eye_close{background-position:-92px -229px}.glyphicons-icon.alarm{background-position:-140px -229px}.glyphicons-icon.clock{background-position:-188px -229px}.glyphicons-icon.stopwatch{background-position:-236px -229px}.glyphicons-icon.projector{background-position:-284px -229px}.glyphicons-icon.history{background-position:-332px -229px}.glyphicons-icon.truck{background-position:-380px -229px}.glyphicons-icon.cargo{background-position:-428px -229px}.glyphicons-icon.compass{background-position:4px -277px}.glyphicons-icon.keynote{background-position:-44px -277px}.glyphicons-icon.paperclip{background-position:-92px -277px}.glyphicons-icon.power{background-position:-140px -277px}.glyphicons-icon.lightbulb{background-position:-188px -277px}.glyphicons-icon.tag{background-position:-236px -277px}.glyphicons-icon.tags{background-position:-284px -277px}.glyphicons-icon.cleaning{background-position:-332px -277px}.glyphicons-icon.ruller{background-position:-380px -277px}.glyphicons-icon.gift{background-position:-428px -277px}.glyphicons-icon.umbrella{background-position:4px -325px}.glyphicons-icon.book{background-position:-44px -325px}.glyphicons-icon.bookmark{background-position:-92px -325px}.glyphicons-icon.wifi{background-position:-140px -325px}.glyphicons-icon.cup{background-position:-188px -325px}.glyphicons-icon.stroller{background-position:-236px -325px}.glyphicons-icon.headphones{background-position:-284px -325px}.glyphicons-icon.headset{background-position:-332px -325px}.glyphicons-icon.warning_sign{background-position:-380px -325px}.glyphicons-icon.signal{background-position:-428px -325px}.glyphicons-icon.retweet{background-position:4px -373px}.glyphicons-icon.refresh{background-position:-44px -373px}.glyphicons-icon.roundabout{background-position:-92px -373px}.glyphicons-icon.random{background-position:-140px -373px}.glyphicons-icon.heat{background-position:-188px -373px}.glyphicons-icon.repeat{background-position:-236px -373px}.glyphicons-icon.display{background-position:-284px -373px}.glyphicons-icon.log_book{background-position:-332px -373px}.glyphicons-icon.address_book{background-position:-380px -373px}.glyphicons-icon.building{background-position:-428px -373px}.glyphicons-icon.eyedropper{background-position:4px -421px}.glyphicons-icon.adjust{background-position:-44px -421px}.glyphicons-icon.tint{background-position:-92px -421px}.glyphicons-icon.crop{background-position:-140px -421px}.glyphicons-icon.vector_path_square{background-position:-188px -421px}.glyphicons-icon.vector_path_circle{background-position:-236px -421px}.glyphicons-icon.vector_path_polygon{background-position:-284px -421px}.glyphicons-icon.vector_path_line{background-position:-332px -421px}.glyphicons-icon.vector_path_curve{background-position:-380px -421px}.glyphicons-icon.vector_path_all{background-position:-428px -421px}.glyphicons-icon.font{background-position:4px -469px}.glyphicons-icon.italic{background-position:-44px -469px}.glyphicons-icon.bold{background-position:-92px -469px}.glyphicons-icon.text_underline{background-position:-140px -469px}.glyphicons-icon.text_strike{background-position:-188px -469px}.glyphicons-icon.text_height{background-position:-236px -469px}.glyphicons-icon.text_width{background-position:-284px -469px}.glyphicons-icon.text_resize{background-position:-332px -469px}.glyphicons-icon.left_indent{background-position:-380px -469px}.glyphicons-icon.right_indent{background-position:-428px -469px}.glyphicons-icon.align_left{background-position:4px -517px}.glyphicons-icon.align_center{background-position:-44px -517px}.glyphicons-icon.align_right{background-position:-92px -517px}.glyphicons-icon.justify{background-position:-140px -517px}.glyphicons-icon.list{background-position:-188px -517px}.glyphicons-icon.text_smaller{background-position:-236px -517px}.glyphicons-icon.text_bigger{background-position:-284px -517px}.glyphicons-icon.embed{background-position:-332px -517px}.glyphicons-icon.embed_close{background-position:-380px -517px}.glyphicons-icon.table{background-position:-428px -517px}.glyphicons-icon.message_full{background-position:4px -565px}.glyphicons-icon.message_empty{background-position:-44px -565px}.glyphicons-icon.message_in{background-position:-92px -565px}.glyphicons-icon.message_out{background-position:-140px -565px}.glyphicons-icon.message_plus{background-position:-188px -565px}.glyphicons-icon.message_minus{background-position:-236px -565px}.glyphicons-icon.message_ban{background-position:-284px -565px}.glyphicons-icon.message_flag{background-position:-332px -565px}.glyphicons-icon.message_lock{background-position:-380px -565px}.glyphicons-icon.message_new{background-position:-428px -565px}.glyphicons-icon.inbox{background-position:4px -613px}.glyphicons-icon.inbox_plus{background-position:-44px -613px}.glyphicons-icon.inbox_minus{background-position:-92px -613px}.glyphicons-icon.inbox_lock{background-position:-140px -613px}.glyphicons-icon.inbox_in{background-position:-188px -613px}.glyphicons-icon.inbox_out{background-position:-236px -613px}.glyphicons-icon.cogwheel{background-position:-284px -613px}.glyphicons-icon.cogwheels{background-position:-332px -613px}.glyphicons-icon.picture{background-position:-380px -613px}.glyphicons-icon.adjust_alt{background-position:-428px -613px}.glyphicons-icon.database_lock{background-position:4px -661px}.glyphicons-icon.database_plus{background-position:-44px -661px}.glyphicons-icon.database_minus{background-position:-92px -661px}.glyphicons-icon.database_ban{background-position:-140px -661px}.glyphicons-icon.folder_open{background-position:-188px -661px}.glyphicons-icon.folder_plus{background-position:-236px -661px}.glyphicons-icon.folder_minus{background-position:-284px -661px}.glyphicons-icon.folder_lock{background-position:-332px -661px}.glyphicons-icon.folder_flag{background-position:-380px -661px}.glyphicons-icon.folder_new{background-position:-428px -661px}.glyphicons-icon.edit{background-position:4px -709px}.glyphicons-icon.new_window{background-position:-44px -709px}.glyphicons-icon.check{background-position:-92px -709px}.glyphicons-icon.unchecked{background-position:-140px -709px}.glyphicons-icon.more_windows{background-position:-188px -709px}.glyphicons-icon.show_big_thumbnails{background-position:-236px -709px}.glyphicons-icon.show_thumbnails{background-position:-284px -709px}.glyphicons-icon.show_thumbnails_with_lines{background-position:-332px -709px}.glyphicons-icon.show_lines{background-position:-380px -709px}.glyphicons-icon.playlist{background-position:-428px -709px}.glyphicons-icon.imac{background-position:4px -757px}.glyphicons-icon.macbook{background-position:-44px -757px}.glyphicons-icon.ipad{background-position:-92px -757px}.glyphicons-icon.iphone{background-position:-140px -757px}.glyphicons-icon.iphone_transfer{background-position:-188px -757px}.glyphicons-icon.iphone_exchange{background-position:-236px -757px}.glyphicons-icon.ipod{background-position:-284px -757px}.glyphicons-icon.ipod_shuffle{background-position:-332px -757px}.glyphicons-icon.ear_plugs{background-position:-380px -757px}.glyphicons-icon.record{background-position:-428px -757px}.glyphicons-icon.step_backward{background-position:4px -805px}.glyphicons-icon.fast_backward{background-position:-44px -805px}.glyphicons-icon.rewind{background-position:-92px -805px}.glyphicons-icon.play{background-position:-140px -805px}.glyphicons-icon.pause{background-position:-188px -805px}.glyphicons-icon.stop{background-position:-236px -805px}.glyphicons-icon.forward{background-position:-284px -805px}.glyphicons-icon.fast_forward{background-position:-332px -805px}.glyphicons-icon.step_forward{background-position:-380px -805px}.glyphicons-icon.eject{background-position:-428px -805px}.glyphicons-icon.facetime_video{background-position:4px -853px}.glyphicons-icon.download_alt{background-position:-44px -853px}.glyphicons-icon.mute{background-position:-92px -853px}.glyphicons-icon.volume_down{background-position:-140px -853px}.glyphicons-icon.volume_up{background-position:-188px -853px}.glyphicons-icon.screenshot{background-position:-236px -853px}.glyphicons-icon.move{background-position:-284px -853px}.glyphicons-icon.more{background-position:-332px -853px}.glyphicons-icon.brightness_reduce{background-position:-380px -853px}.glyphicons-icon.brightness_increase{background-position:-428px -853px}.glyphicons-icon.circle_plus{background-position:4px -901px}.glyphicons-icon.circle_minus{background-position:-44px -901px}.glyphicons-icon.circle_remove{background-position:-92px -901px}.glyphicons-icon.circle_ok{background-position:-140px -901px}.glyphicons-icon.circle_question_mark{background-position:-188px -901px}.glyphicons-icon.circle_info{background-position:-236px -901px}.glyphicons-icon.circle_exclamation_mark{background-position:-284px -901px}.glyphicons-icon.remove{background-position:-332px -901px}.glyphicons-icon.ok{background-position:-380px -901px}.glyphicons-icon.ban{background-position:-428px -901px}.glyphicons-icon.download{background-position:4px -949px}.glyphicons-icon.upload{background-position:-44px -949px}.glyphicons-icon.shopping_cart{background-position:-92px -949px}.glyphicons-icon.lock{background-position:-140px -949px}.glyphicons-icon.unlock{background-position:-188px -949px}.glyphicons-icon.electricity{background-position:-236px -949px}.glyphicons-icon.ok_2{background-position:-284px -949px}.glyphicons-icon.remove_2{background-position:-332px -949px}.glyphicons-icon.cart_out{background-position:-380px -949px}.glyphicons-icon.cart_in{background-position:-428px -949px}.glyphicons-icon.left_arrow{background-position:4px -997px}.glyphicons-icon.right_arrow{background-position:-44px -997px}.glyphicons-icon.down_arrow{background-position:-92px -997px}.glyphicons-icon.up_arrow{background-position:-140px -997px}.glyphicons-icon.resize_small{background-position:-188px -997px}.glyphicons-icon.resize_full{background-position:-236px -997px}.glyphicons-icon.circle_arrow_left{background-position:-284px -997px}.glyphicons-icon.circle_arrow_right{background-position:-332px -997px}.glyphicons-icon.circle_arrow_top{background-position:-380px -997px}.glyphicons-icon.circle_arrow_down{background-position:-428px -997px}.glyphicons-icon.play_button{background-position:4px -1045px}.glyphicons-icon.unshare{background-position:-44px -1045px}.glyphicons-icon.share{background-position:-92px -1045px}.glyphicons-icon.chevron-right{background-position:-140px -1045px}.glyphicons-icon.chevron-left{background-position:-188px -1045px}.glyphicons-icon.bluetooth{background-position:-236px -1045px}.glyphicons-icon.euro{background-position:-284px -1045px}.glyphicons-icon.usd{background-position:-332px -1045px}.glyphicons-icon.gbp{background-position:-380px -1045px}.glyphicons-icon.retweet_2{background-position:-428px -1045px}.glyphicons-icon.moon{background-position:4px -1093px}.glyphicons-icon.sun{background-position:-44px -1093px}.glyphicons-icon.cloud{background-position:-92px -1093px}.glyphicons-icon.direction{background-position:-140px -1093px}.glyphicons-icon.brush{background-position:-188px -1093px}.glyphicons-icon.pen{background-position:-236px -1093px}.glyphicons-icon.zoom_in{background-position:-284px -1093px}.glyphicons-icon.zoom_out{background-position:-332px -1093px}.glyphicons-icon.pin{background-position:-380px -1093px}.glyphicons-icon.albums{background-position:-428px -1093px}.glyphicons-icon.rotation_lock{background-position:4px -1141px}.glyphicons-icon.flash{background-position:-44px -1141px}.glyphicons-icon.google_maps{background-position:-92px -1141px}.glyphicons-icon.anchor{background-position:-140px -1141px}.glyphicons-icon.conversation{background-position:-188px -1141px}.glyphicons-icon.chat{background-position:-236px -1141px}.glyphicons-icon.male{background-position:-284px -1141px}.glyphicons-icon.female{background-position:-332px -1141px}.glyphicons-icon.asterisk{background-position:-380px -1141px}.glyphicons-icon.divide{background-position:-428px -1141px}.glyphicons-icon.snorkel_diving{background-position:4px -1189px}.glyphicons-icon.scuba_diving{background-position:-44px -1189px}.glyphicons-icon.oxygen_bottle{background-position:-92px -1189px}.glyphicons-icon.fins{background-position:-140px -1189px}.glyphicons-icon.fishes{background-position:-188px -1189px}.glyphicons-icon.boat{background-position:-236px -1189px}.glyphicons-icon.delete{background-position:-284px -1189px}.glyphicons-icon.sheriffs_star{background-position:-332px -1189px}.glyphicons-icon.qrcode{background-position:-380px -1189px}.glyphicons-icon.barcode{background-position:-428px -1189px}.glyphicons-icon.pool{background-position:4px -1237px}.glyphicons-icon.buoy{background-position:-44px -1237px}.glyphicons-icon.spade{background-position:-92px -1237px}.glyphicons-icon.bank{background-position:-140px -1237px}.glyphicons-icon.vcard{background-position:-188px -1237px}.glyphicons-icon.electrical_plug{background-position:-236px -1237px}.glyphicons-icon.flag{background-position:-284px -1237px}.glyphicons-icon.credit_card{background-position:-332px -1237px}.glyphicons-icon.keyboard-wireless{background-position:-380px -1237px}.glyphicons-icon.keyboard-wired{background-position:-428px -1237px}.glyphicons-icon.shield{background-position:4px -1285px}.glyphicons-icon.ring{background-position:-44px -1285px}.glyphicons-icon.cake{background-position:-92px -1285px}.glyphicons-icon.drink{background-position:-140px -1285px}.glyphicons-icon.beer{background-position:-188px -1285px}.glyphicons-icon.fast_food{background-position:-236px -1285px}.glyphicons-icon.cutlery{background-position:-284px -1285px}.glyphicons-icon.pizza{background-position:-332px -1285px}.glyphicons-icon.birthday_cake{background-position:-380px -1285px}.glyphicons-icon.tablet{background-position:-428px -1285px}.glyphicons-icon.settings{background-position:4px -1333px}.glyphicons-icon.bullets{background-position:-44px -1333px}.glyphicons-icon.cardio{background-position:-92px -1333px}.glyphicons-icon.t-shirt{background-position:-140px -1333px}.glyphicons-icon.pants{background-position:-188px -1333px}.glyphicons-icon.sweater{background-position:-236px -1333px}.glyphicons-icon.fabric{background-position:-284px -1333px}.glyphicons-icon.leather{background-position:-332px -1333px}.glyphicons-icon.scissors{background-position:-380px -1333px}.glyphicons-icon.bomb{background-position:-428px -1333px}.glyphicons-icon.skull{background-position:4px -1381px}.glyphicons-icon.celebration{background-position:-44px -1381px}.glyphicons-icon.tea_kettle{background-position:-92px -1381px}.glyphicons-icon.french_press{background-position:-140px -1381px}.glyphicons-icon.coffee_cup{background-position:-188px -1381px}.glyphicons-icon.pot{background-position:-236px -1381px}.glyphicons-icon.grater{background-position:-284px -1381px}.glyphicons-icon.kettle{background-position:-332px -1381px}.glyphicons-icon.hospital{background-position:-380px -1381px}.glyphicons-icon.hospital_h{background-position:-428px -1381px}.glyphicons-icon.microphone{background-position:4px -1429px}.glyphicons-icon.webcam{background-position:-44px -1429px}.glyphicons-icon.temple_christianity_church{background-position:-92px -1429px}.glyphicons-icon.temple_islam{background-position:-140px -1429px}.glyphicons-icon.temple_hindu{background-position:-188px -1429px}.glyphicons-icon.temple_buddhist{background-position:-236px -1429px}.glyphicons-icon.bicycle{background-position:-284px -1429px}.glyphicons-icon.life_preserver{background-position:-332px -1429px}.glyphicons-icon.share_alt{background-position:-380px -1429px}.glyphicons-icon.comments{background-position:-428px -1429px}.glyphicons-icon.flower{background-position:4px -1477px}.glyphicons-icon.baseball{background-position:-44px -1477px}.glyphicons-icon.rugby{background-position:-92px -1477px}.glyphicons-icon.ax{background-position:-140px -1477px}.glyphicons-icon.table_tennis{background-position:-188px -1477px}.glyphicons-icon.bowling{background-position:-236px -1477px}.glyphicons-icon.tree_conifer{background-position:-284px -1477px}.glyphicons-icon.tree_deciduous{background-position:-332px -1477px}.glyphicons-icon.more_items{background-position:-380px -1477px}.glyphicons-icon.sort{background-position:-428px -1477px}.glyphicons-icon.filter{background-position:4px -1525px}.glyphicons-icon.gamepad{background-position:-44px -1525px}.glyphicons-icon.playing_dices{background-position:-92px -1525px}.glyphicons-icon.calculator{background-position:-140px -1525px}.glyphicons-icon.tie{background-position:-188px -1525px}.glyphicons-icon.wallet{background-position:-236px -1525px}.glyphicons-icon.piano{background-position:-284px -1525px}.glyphicons-icon.sampler{background-position:-332px -1525px}.glyphicons-icon.podium{background-position:-380px -1525px}.glyphicons-icon.soccer_ball{background-position:-428px -1525px}.glyphicons-icon.blog{background-position:4px -1573px}.glyphicons-icon.dashboard{background-position:-44px -1573px}.glyphicons-icon.certificate{background-position:-92px -1573px}.glyphicons-icon.bell{background-position:-140px -1573px}.glyphicons-icon.candle{background-position:-188px -1573px}.glyphicons-icon.pushpin{background-position:-236px -1573px}.glyphicons-icon.iphone_shake{background-position:-284px -1573px}.glyphicons-icon.pin_flag{background-position:-332px -1573px}.glyphicons-icon.turtle{background-position:-380px -1573px}.glyphicons-icon.rabbit{background-position:-428px -1573px}.glyphicons-icon.globe{background-position:4px -1621px}.glyphicons-icon.briefcase{background-position:-44px -1621px}.glyphicons-icon.hdd{background-position:-92px -1621px}.glyphicons-icon.thumbs_up{background-position:-140px -1621px}.glyphicons-icon.thumbs_down{background-position:-188px -1621px}.glyphicons-icon.hand_right{background-position:-236px -1621px}.glyphicons-icon.hand_left{background-position:-284px -1621px}.glyphicons-icon.hand_up{background-position:-332px -1621px}.glyphicons-icon.hand_down{background-position:-380px -1621px}.glyphicons-icon.fullscreen{background-position:-428px -1621px}.glyphicons-icon.shopping_bag{background-position:4px -1669px}.glyphicons-icon.book_open{background-position:-44px -1669px}.glyphicons-icon.nameplate{background-position:-92px -1669px}.glyphicons-icon.nameplate_alt{background-position:-140px -1669px}.glyphicons-icon.vases{background-position:-188px -1669px}.glyphicons-icon.bullhorn{background-position:-236px -1669px}.glyphicons-icon.dumbbell{background-position:-284px -1669px}.glyphicons-icon.suitcase{background-position:-332px -1669px}.glyphicons-icon.file_import{background-position:-380px -1669px}.glyphicons-icon.file_export{background-position:-428px -1669px}.glyphicons-icon.bug{background-position:4px -1717px}.glyphicons-icon.crown{background-position:-44px -1717px}.glyphicons-icon.smoking{background-position:-92px -1717px}.glyphicons-icon.cloud-download{background-position:-140px -1717px}.glyphicons-icon.cloud-upload{background-position:-188px -1717px}.glyphicons-icon.restart{background-position:-236px -1717px}.glyphicons-icon.security_camera{background-position:-284px -1717px}.glyphicons-icon.expand{background-position:-332px -1717px}.glyphicons-icon.collapse{background-position:-380px -1717px}.glyphicons-icon.collapse_top{background-position:-428px -1717px}.glyphicons-icon.globe_af{background-position:4px -1765px}.glyphicons-icon.global{background-position:-44px -1765px}.glyphicons-icon.spray{background-position:-92px -1765px}.glyphicons-icon.nails{background-position:-140px -1765px}.glyphicons-icon.claw_hammer{background-position:-188px -1765px}.glyphicons-icon.classic_hammer{background-position:-236px -1765px}.glyphicons-icon.hand_saw{background-position:-284px -1765px}.glyphicons-icon.riflescope{background-position:-332px -1765px}.glyphicons-icon.electrical_socket_eu{background-position:-380px -1765px}.glyphicons-icon.electrical_socket_us{background-position:-428px -1765px}.glyphicons-icon.message_forward{background-position:4px -1813px}.glyphicons-icon.coat_hanger{background-position:-44px -1813px}.glyphicons-icon.dress{background-position:-92px -1813px}.glyphicons-icon.bathrobe{background-position:-140px -1813px}.glyphicons-icon.shirt{background-position:-188px -1813px}.glyphicons-icon.underwear{background-position:-236px -1813px}.glyphicons-icon.log_in{background-position:-284px -1813px}.glyphicons-icon.log_out{background-position:-332px -1813px}.glyphicons-icon.exit{background-position:-380px -1813px}.glyphicons-icon.new_window_alt{background-position:-428px -1813px}.glyphicons-icon.video_sd{background-position:4px -1861px}.glyphicons-icon.video_hd{background-position:-44px -1861px}.glyphicons-icon.subtitles{background-position:-92px -1861px}.glyphicons-icon.sound_stereo{background-position:-140px -1861px}.glyphicons-icon.sound_dolby{background-position:-188px -1861px}.glyphicons-icon.sound_5_1{background-position:-236px -1861px}.glyphicons-icon.sound_6_1{background-position:-284px -1861px}.glyphicons-icon.sound_7_1{background-position:-332px -1861px}.glyphicons-icon.copyright_mark{background-position:-380px -1861px}.glyphicons-icon.registration_mark{background-position:-428px -1861px}.glyphicons-icon.radar{background-position:4px -1909px}.glyphicons-icon.skateboard{background-position:-44px -1909px}.glyphicons-icon.golf_course{background-position:-92px -1909px}.glyphicons-icon.sorting{background-position:-140px -1909px}.glyphicons-icon.sort-by-alphabet{background-position:-188px -1909px}.glyphicons-icon.sort-by-alphabet-alt{background-position:-236px -1909px}.glyphicons-icon.sort-by-order{background-position:-284px -1909px}.glyphicons-icon.sort-by-order-alt{background-position:-332px -1909px}.glyphicons-icon.sort-by-attributes{background-position:-380px -1909px}.glyphicons-icon.sort-by-attributes-alt{background-position:-428px -1909px}.glyphicons-icon.compressed{background-position:4px -1957px}.glyphicons-icon.package{background-position:-44px -1957px}.glyphicons-icon.cloud_plus{background-position:-92px -1957px}.glyphicons-icon.cloud_minus{background-position:-140px -1957px}.glyphicons-icon.disk_save{background-position:-188px -1957px}.glyphicons-icon.disk_open{background-position:-236px -1957px}.glyphicons-icon.disk_saved{background-position:-284px -1957px}.glyphicons-icon.disk_remove{background-position:-332px -1957px}.glyphicons-icon.disk_import{background-position:-380px -1957px}.glyphicons-icon.disk_export{background-position:-428px -1957px}.glyphicons-icon.tower{background-position:4px -2005px}.glyphicons-icon.send{background-position:-44px -2005px}.glyphicons-icon.git_branch{background-position:-92px -2005px}.glyphicons-icon.git_create{background-position:-140px -2005px}.glyphicons-icon.git_private{background-position:-188px -2005px}.glyphicons-icon.git_delete{background-position:-236px -2005px}.glyphicons-icon.git_merge{background-position:-284px -2005px}.glyphicons-icon.git_pull_request{background-position:-332px -2005px}.glyphicons-icon.git_compare{background-position:-380px -2005px}.glyphicons-icon.git_commit{background-position:-428px -2005px}.glyphicons-icon.construction_cone{background-position:4px -2053px}.glyphicons-icon.shoe_steps{background-position:-44px -2053px}.glyphicons-icon.plus{background-position:-92px -2053px}.glyphicons-icon.minus{background-position:-140px -2053px}.glyphicons-icon.redo{background-position:-188px -2053px}.glyphicons-icon.undo{background-position:-236px -2053px}.glyphicons-icon.golf{background-position:-284px -2053px}.glyphicons-icon.hockey{background-position:-332px -2053px}.glyphicons-icon.pipe{background-position:-380px -2053px}.glyphicons-icon.wrench{background-position:-428px -2053px}.glyphicons-icon.folder_closed{background-position:4px -2101px}.glyphicons-icon.phone_alt{background-position:-44px -2101px}.glyphicons-icon.earphone{background-position:-92px -2101px}.glyphicons-icon.floppy_disk{background-position:-140px -2101px}.glyphicons-icon.floppy_saved{background-position:-188px -2101px}.glyphicons-icon.floppy_remove{background-position:-236px -2101px}.glyphicons-icon.floppy_save{background-position:-284px -2101px}.glyphicons-icon.floppy_open{background-position:-332px -2101px}.glyphicons-icon.translate{background-position:-380px -2101px}.glyphicons-icon.fax{background-position:-428px -2101px}.glyphicons-icon.factory{background-position:4px -2149px}.glyphicons-icon.shop_window{background-position:-44px -2149px}.glyphicons-icon.shop{background-position:-92px -2149px}.glyphicons-icon.kiosk{background-position:-140px -2149px}.glyphicons-icon.kiosk_wheels{background-position:-188px -2149px}.glyphicons-icon.kiosk_light{background-position:-236px -2149px}.glyphicons-icon.kiosk_food{background-position:-284px -2149px}.glyphicons-icon.transfer{background-position:-332px -2149px}.glyphicons-icon.money{background-position:-380px -2149px}.glyphicons-icon.header{background-position:-428px -2149px}.glyphicons-icon.blacksmith{background-position:4px -2197px}.glyphicons-icon.saw_blade{background-position:-44px -2197px}.glyphicons-icon.basketball{background-position:-92px -2197px}.glyphicons-icon.server{background-position:-140px -2197px}.glyphicons-icon.server_plus{background-position:-188px -2197px}.glyphicons-icon.server_minus{background-position:-236px -2197px}.glyphicons-icon.server_ban{background-position:-284px -2197px}.glyphicons-icon.server_flag{background-position:-332px -2197px}.glyphicons-icon.server_lock{background-position:-380px -2197px}.glyphicons-icon.server_new{background-position:-428px -2197px} \ No newline at end of file diff --git a/core/static/plugins/glyphicons-pro/glyphicons/web/html_css/css/style.css b/core/static/plugins/glyphicons-pro/glyphicons/web/html_css/css/style.css deleted file mode 100755 index ad7a0bb..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons/web/html_css/css/style.css +++ /dev/null @@ -1 +0,0 @@ -article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none}html,body{margin:0;padding:0}h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,cite,code,del,dfn,em,img,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,button,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-size:100%;line-height:1;font-family:inherit}html{font-size:62.5%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}a:hover,a:active{outline:0}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{-ms-interpolation-mode:bicubic}*{-webkit-box-sizing:border-box;-khtml-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}html,body{height:100%}body{background:#fff;margin:0;font-family:'Helvetica Neue',Helvetica,'Arial CE',Arial,sans-serif;font-size:14px;color:#000;padding:20px 20px 0 20px;width:100%}.c{*zoom:1}.c:before,.c:after{display:table;content:""}.c:after{clear:both}h2{margin:0 0 15px 0;font-size:27px;font-weight:normal}div.list{padding:0 0 30px 0;margin:0 0 0 -10px}div.list-fonts{margin-left:0}p,.glyphicons{float:left;padding-left:10px;margin:0 0 10px 0;width:10%;font-size:11px;font-weight:bold;line-height:48px;white-space:nowrap;overflow:hidden}.glyphicons{padding-right:10px;line-height:11px;overflow:visible}.glyphicons strong{display:block;width:100%;line-height:12px;overflow:hidden}.glyphicons span{display:inline-block;width:100%;*display:inline;*zoom:1;margin:3px 0 0 0;font-size:10px;font-weight:normal;overflow:hidden}.white-content{margin:0 -20px 30px -20px;padding:20px 20px 0 20px;background:#000;background:rgba(0,0,0,0.9)}.white-content *,.white-content p,.white-content a{color:#fff} \ No newline at end of file diff --git a/core/static/plugins/glyphicons-pro/glyphicons/web/html_css/fonts/glyphicons-regular.eot b/core/static/plugins/glyphicons-pro/glyphicons/web/html_css/fonts/glyphicons-regular.eot deleted file mode 100755 index 4a2f5a9..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/web/html_css/fonts/glyphicons-regular.eot and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/web/html_css/fonts/glyphicons-regular.svg b/core/static/plugins/glyphicons-pro/glyphicons/web/html_css/fonts/glyphicons-regular.svg deleted file mode 100755 index 3e40c65..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons/web/html_css/fonts/glyphicons-regular.svg +++ /dev/null @@ -1,499 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/core/static/plugins/glyphicons-pro/glyphicons/web/html_css/fonts/glyphicons-regular.ttf b/core/static/plugins/glyphicons-pro/glyphicons/web/html_css/fonts/glyphicons-regular.ttf deleted file mode 100755 index effc1ec..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/web/html_css/fonts/glyphicons-regular.ttf and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/web/html_css/fonts/glyphicons-regular.woff b/core/static/plugins/glyphicons-pro/glyphicons/web/html_css/fonts/glyphicons-regular.woff deleted file mode 100755 index bc12e60..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/web/html_css/fonts/glyphicons-regular.woff and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/web/html_css/images/glyphicons-white.png b/core/static/plugins/glyphicons-pro/glyphicons/web/html_css/images/glyphicons-white.png deleted file mode 100644 index 46b863b..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/web/html_css/images/glyphicons-white.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/web/html_css/images/glyphicons-white.svg b/core/static/plugins/glyphicons-pro/glyphicons/web/html_css/images/glyphicons-white.svg deleted file mode 100644 index 8029ef8..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons/web/html_css/images/glyphicons-white.svg +++ /dev/null @@ -1,3760 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/core/static/plugins/glyphicons-pro/glyphicons/web/html_css/images/glyphicons.png b/core/static/plugins/glyphicons-pro/glyphicons/web/html_css/images/glyphicons.png deleted file mode 100644 index e6abdbe..0000000 Binary files a/core/static/plugins/glyphicons-pro/glyphicons/web/html_css/images/glyphicons.png and /dev/null differ diff --git a/core/static/plugins/glyphicons-pro/glyphicons/web/html_css/images/glyphicons.svg b/core/static/plugins/glyphicons-pro/glyphicons/web/html_css/images/glyphicons.svg deleted file mode 100644 index 5c91544..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons/web/html_css/images/glyphicons.svg +++ /dev/null @@ -1,3760 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/core/static/plugins/glyphicons-pro/glyphicons/web/html_css/index.html b/core/static/plugins/glyphicons-pro/glyphicons/web/html_css/index.html deleted file mode 100755 index 8ad4e5c..0000000 --- a/core/static/plugins/glyphicons-pro/glyphicons/web/html_css/index.html +++ /dev/null @@ -1,1920 +0,0 @@ - - - - - - - Glyphicons - - - - - - - - - - - -